﻿/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    background: #fff;
    color: #444;
    font-family: "Open Sans", sans-serif;
}

a {
    color: dimgray;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 0px 0;
}

a:hover {
    color: orangered;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 15px 0;
    font-family: "Open Sans", sans-serif;
    background: #fff;
    color: #444;
    font-size: 16px;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    margin: 0 0 10px 0;
    padding: 0;
    color: #990000;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background: url("/resimler/back1.jpg") center bottom no-repeat;
    background-size: cover
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid orangered;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Cookie
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: orangered;
    color: #fff;
    transition: all 0.4s;
}

.back-to-top i:hover {
    background: orange;
    color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 10px 0;
}

#header2 {
    background: linear-gradient(to top, #ffffff 0%, #c0c0c0 100%);
    padding: 10px 0;
}

#header2 .logo {
    font-size: 20px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#header2 .logo a {
    color: #fff;
}

#header2 .logo img {
    max-height: 40px;
}


#header.header-scrolled,
#header.header-inner-pages {

    background: linear-gradient(to top, #ffffff 0%, #c0c0c0 100%);
}

#header .logo {
    font-size: 20px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#header .logo a {
    color: #fff;
}

#header .logo img {
    max-height: 55px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu > ul {
    display: flex;
}

.nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    padding: 30px 0 10px 18px;
}

.nav-menu a {
    display: block;
    position: relative;
    color: #fff;
    transition: 0.3s;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-shadow: 1px 1px 2px #000000;
}

.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
    color: orange;
}


.nav-menu .image {
    opacity: 1;
    display: block;
    transition: .5s ease;
    backface-visibility: hidden;
}

.nav-menu:hover .image {
    opacity: 0.6;

}


.nav-menu .drop-down ul {
    border-radius: 8px;
    display: block;
    position: absolute;

    left: 14px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0.6;
    visibility: hidden;
    padding: 10px 0;
    color: orangered;
    background-color: orange;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.50);
    transition: 0.3s;

}

.nav-menu .drop-down:hover > ul {
    opacity: 0.8;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    text-shadow: none;
    color: #fff;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul li:hover > a {
    color: red;
}

.nav-menu .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
    opacity: 0.6;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}

/* Tablet ? */

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        left: -100%;
    }

    .nav-menu .drop-down .drop-down > a:after {
        content: "\ea9d";
    }
}

/* Get Started Button */

.get-started-btn {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 70px;
    text-shadow: 3px 3px 6px #000;
    letter-spacing: 1px;
    display: inline-block;
    padding: 11px 28px 11px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 0px 0 0 0;
    color: orange;
    ackground: #47b2e4;
}

.get-started-btn:hover {
    color: orangered;
}

@media (max-width: 768px) {
    .get-started-btn {
        margin: 0 0px 0 0;
        padding: 6px 20px 7px 20px;
    }
}

/* Mobile Navigation */

.mobile-nav-toggle {
    position: fixed;
    top: 20px;
    right: 15px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: orangered;
}

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background-color: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: orange;
    font-size: 18px;
    padding: 10px 20px;
    font-weight: 700;
    outline: none;
}


.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
    color: orangered;
    text-decoration: none;
}


.mobile-nav .image {
    opacity: 1;
    display: block;
    transition: .5s ease;
    backface-visibility: hidden;
}

.mobile-nav:hover .image {
    opacity: 0.6;

}



.mobile-nav .drop-down > a:after {
    content: "\f078";
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down > a:after {
    content: "\f077";
}

.mobile-nav .drop-down > a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(40, 58, 90, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}




/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/

.slider-area {
    color: white;
    position: relative;
    text-align: center;
}

.slider-content {
    padding: 180px 60px;
}

.nivo-caption::after {
    background: #666666 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.layer-1-2 {
    margin: 5px 0;
}

.layer-1-1 h1 {
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    text-shadow: 3px 3px 6px #000;
}

.layer-1-2 h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    text-shadow: 3px 3px 6px #000;
}

.layer-1-3 {
    margin: 5px 0 0;
}

.layer-1-3 a.ready-btn {
    border: 1px solid #fff;
    border-radius: 30px;
    color: #ffc300;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-top: 15px;
    padding: 25px 25px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
}

.layer-1-3 a.ready-btn:hover {
    color: #fff;
    background: orange;
    border: 1px solid orangered;
    text-decoration: none;
}

.ready-btn.right-btn {
    margin-right: 15px;
    background: orange;
    border: 1px solid orangered !important;
}

.ready-btn.right-btn:hover {
    background: transparent !important;
    border: 1px solid #fff !important;
}

.nivo-controlNav {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 8;
}

.nivo-directionNav {
    display: block;
}

.nivo-controlNav a {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
    box-shadow: none;
    display: inline-block;
    font-size: 0;
    height: 2px;
    margin: 5px 3px;
    opacity: 1;
    text-align: center;
    text-indent: inherit;
    vertical-align: top;
    width: 20px;
}

.nivo-controlNav a:hover,
.nivo-controlNav a.active {
    background: #fff none repeat scroll 0 0;
    border-color: orangered;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

/* Normal desktop :992px. */

@media (min-width: 1400px) and (max-width: 1920px) {
    .slider-content {
        padding: 340px 0;
    }
}

/* Normal desktop :992px. */

@media (min-width: 992px) and (max-width: 1169px) {
    .slider-content {
        padding: 144px 0;
    }
}

/* Tablet desktop :768px. */

@media (min-width: 768px) and (max-width: 991px) {
    .slider-content {
        padding: 93px 0;
    }

    .layer-1-1 h1 {
        font-size: 40px;
        line-height: 24px;
    }


    .layer-1-2 h1 {
        font-size: 30px;
        line-height: 24px;
    }



    .layer-1-3 a.ready-btn {
        font-size: 14px;
        margin-top: 5px;
        padding: 10px 20px;
    }
}

@media (max-width: 767px) {
    .nivo-directionNav {
        display: none;
    }

    .slider-content {
        padding: 46px 0px;
    }

    .layer-1-2 {
        margin: 10px 0;
    }

    .layer-1-1 h1 {
        font-size: 14px;
        line-height: 16px;
    }

    .layer-1-2 h1 {
        font-size: 14px;
        line-height: 16px;
    }

    .layer-1-3 a.ready-btn {
        font-size: 12px;
        margin-top: 0px;
        padding: 8px 10px;
    }

    .layer-1-3 {
        margin: 10px 0 0;
    }

    .nivo-controlNav {
        bottom: -28px;
    }
}

@media only screen and (min-width: 375px) and (max-width: 767px) {
    .slider-content {
        padding: 90px 0px;
    }


    .layer-1-1 h1 {
        font-size: 25px;
        line-height: 5px;
    }


    .layer-1-2 h1 {
        font-size: 20px;
        line-height: 20px;
    }

    .get-started-btn {
        font-family: "Jost", sans-serif;
        font-weight: 500;
        font-size: 40px;
        text-shadow: 2px 2px 4px #000;
        letter-spacing: 1px;
        display: inline-block;
        padding: 0px 0px 0px 0px;
        border-radius: 50px;
        transition: 0.5s;
        margin: 0px 0 0 0;
        color: orange;
        ackground: #47b2e4;
    }


}






/* -------------------------------------
preview-1
---------------------------------------- 

.preview-1 .nivoSlider {
    position: relative;
    background: url(../vendor/nivo-slider/img/loading.gif) no-repeat 50% 50%;
}

.preview-1 .nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.preview-1 .nivoSlider a {
    border: 0;
    display: block;
}

.preview-1 .nivo-controlNav {
    text-align: center;
    padding: 20px 0;
}

.preview-1 .nivo-controlNav a {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../vendor/nivo-slider/img/bullets.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    margin: 0 2px;
}

.preview-1 .nivo-controlNav a.active {
    background-position: 0 -22px;
}

.preview-1 .nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../vendor/nivo-slider/img/arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    opacity: 0;
    transition: all 200ms ease-in-out;
}

.preview-1:hover .nivo-directionNav a {
    opacity: 1;
}

.nivo-prevNav {
    left: 15px;
}

.nivo-nextNav {
    right: 15px;
}

.preview-1 a.nivo-nextNav {
    background-position: -30px 0;
}

.preview-1 .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}

.preview-1 .nivo-caption a {
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.preview-1 .nivo-caption a:hover {
    color: #fff;
}

.preview-1 .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}

.preview-1 .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px;
}

.preview-1 .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto;
}

.preview-1 .nivo-controlNav {
    position: relative;
    z-index: 99999;
    bottom: 68px;
}

.preview-1 .nivo-controlNav a {
    border: 5px solid orange;
    display: inline-block;
    height: 18px;
    margin: 0 5px;
    text-indent: -9999px;
    width: 18px;
    line-height: 8px;
    background: orange;
    cursor: pointer;
    position: relative;
    z-index: 9;
    border-radius: 100%;
    opacity: 0;
    z-index: -999;
}

.preview-1:hover .nivo-controlNav a {
    opacity: 1;
    z-index: 999999;
}

.preview-1 .nivo-controlNav a:hover,
.preview-1 .nivo-controlNav a.active {
    background: orangered;
    cursor: pointer;
}

/* -------------------------------------
preview-2
---------------------------------------- */

.preview-2 .nivoSlider:hover .nivo-directionNav a.nivo-prevNav {
    left: 50px;
}

.preview-2 .nivoSlider:hover .nivo-directionNav a.nivo-nextNav {
    right: 50px;
}

.preview-2 .nivoSlider .nivo-directionNav a.nivo-prevNav {
    font-size: 0;
}

.preview-2 .nivoSlider .nivo-directionNav a.nivo-nextNav {
    font-size: 0;
}

.preview-2 .nivo-directionNav a.nivo-prevNav::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

    border-radius: 50%;
    color: orange;
    content: "\f104";
    cursor: pointer;
    font: 500 50px/50px FontAwesome;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 300ms ease-in 0s;
    z-index: 9;
    font-weight: bold;
    height: 50px;
    width: 50px;
    font-size: 60px;
    text-shadow: 2px 2px 6px #000;
}

.preview-2 .nivo-directionNav a.nivo-nextNav:hover:before,
.preview-2 .nivo-directionNav a.nivo-prevNav:hover:before {
    order-color: orangered;
    color: orangered;
    ackground: orange;
}

.preview-2 .nivo-directionNav a.nivo-nextNav::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

    border-radius: 50%;
    color: orange;
    content: "\f105";
    cursor: pointer;
    font: 500 50px/50px FontAwesome;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 300ms ease-in 0s;
    z-index: 9;
    font-weight: bold;
    right: 0px;
    height: 50px;
    width: 50px;
    font-size: 60px;
    text-shadow: 2px 2px 6px #000;

}

.niceties. preview-2 {
    position: relative;
    height: 100%;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about-area {
    background: url("/resimler/mhrbg114.png") center bottom no-repeat;
    padding: 0 0 30px 0;
    color: #990000;
    font-size: 14px;
    background-size: cover;

    background-color: #f9f9f9;
}

.single-well > a {
    display: block;
}

.single-well ul li {
    color: #444;
    display: block;
    padding: 5px 0;
}

.single-well ul li i {
    color: grey;
    padding-right: 10px;
    font-size: 12px;
}

.single-well p {
    color: #444;
}

/*--------------------------------------------------------------
# Slider area video button Section
--------------------------------------------------------------

#slider-area .btn-watch-video {
    font-size: 32px;
    display: inline-block;
    padding: 16px 0 10px 60px;
    transition: 0.5s;
    margin: 10px 0 0 0px;
    color: #fff;
    text-shadow: #000 2px 2px;
    position: relative;
}

#slider-area .btn-watch-video:hover {
    color: aqua;
}

#slider-area .btn-watch-video i {
    color: #fff;
    font-size: 500px;
    position: absolute;
    left: 0;
    top: 7px;
    transition: 0.3s;
}

#slider-area .btn-watch-video:hover i {
    color: #47b2e4;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------

#hero {
    width: 100%;
    height: 80vh;
    background: url("/resimler/spiral2.jpg") center bottom no-repeat;
    background-size: cover
}

#hero .container {
    padding-top: 72px;
}

#hero h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
    text-shadow: #000 3px 3px;
}

#hero h2 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 24px;
    text-shadow: #000 2px 2px;
}

#hero .btn-get-started {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 70px;
    text-shadow: 3px 3px 6px #000;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 11px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 0px 0 0 0;
    color: #ffc300;
    ackground: #47b2e4;
}

#hero .btn-get-started:hover {
    background: #209dd8;
}

#hero .btn-watch-video {
    font-size: 20px;
    display: inline-block;
    padding: 16px 0 10px 60px;
    transition: 0.5s;
    margin: 10px 0 0 0px;
    color: #fff;
    text-shadow: #000 2px 2px;
    position: relative;
}

#hero .btn-watch-video:hover {
    color: aqua;
}

#hero .btn-watch-video i {
    color: #fff;
    font-size: 50px;
    position: absolute;
    left: 0;
    top: 7px;
    transition: 0.3s;
}

#hero .btn-watch-video:hover i {
    color: #47b2e4;
}

#hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
    #hero {
        height: 100vh;
        text-align: center;
    }

    #hero .animated {
        -webkit-animation: none;
        animation: none;
    }

    #hero .hero-img {
        text-align: center;
    }

    #hero .hero-img img {
        width: 50%;
    }
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    #hero .hero-img img {
        width: 70%;
    }
}

@media (max-width: 575px) {
    #hero .hero-img img {
        width: 80%;
    }

    #hero .btn-get-started {
        font-size: 16px;
        padding: 10px 24px 11px 24px;
    }

    #hero .btn-watch-video {
        font-size: 16px;
        padding: 10px 0 8px 40px;
        margin-left: 20px;
    }

    #hero .btn-watch-video i {
        font-size: 32px;
        top: 7px;
    }
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
    padding: 10px 0;
    overflow: hidden;
}

.section-bg {
    background: url("/resimler/mhrbg114.jpg") center bottom no-repeat;
    padding: 0 0 30px 0;
    color: #990000;
    font-size: 14px;
    background-size: cover;
}

.section2-bg {
    background: url("/resimler/mhrbg113.jpg") center bottom no-repeat;
    padding: 0 0 30px 0;
    color: #990000;
    font-size: 14px;
    background-size: cover;
}



.section-bg {
    background-color: #f3f5fa;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: darkred;
}

.section-title h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-title h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: grey;
    bottom: 0;
    left: calc(50% - 20px);
}

.section-title p {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Cliens
--------------------------------------------------------------*/

.cliens {
    padding: 12px 0;
    text-align: center;
}

.cliens img {
    max-width: 45%;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    padding: 15px 0;
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
}

.cliens img:hover {
    -webkit-filter: none;
    filter: none;
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .cliens img {
        max-width: 40%;
    }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about .content h3 {
    font-weight: 600;
    font-size: 26px;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    padding-left: 28px;
    position: relative;
}

.about .content ul li + li {
    margin-top: 10px;
}

.about .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: darkred;
    line-height: 1;
}

.about .content p:last-child {
    margin-bottom: 0;
}

.about .content .btn-learn-more {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 4px;
    transition: 0.3s;
    line-height: 1;
    color: darkred;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #47b2e4;
}

.about .content .btn-learn-more:hover {
    background: orange;
    color: #fff;
    text-decoration: none;
}

.about {
    background: url("/resimler/mhrbg115.png") fixed center center no-repeat;
    background-size: cover;
    padding: 0px 0;
    position: relative;
}

.about .vizyon {
    background-color: grey;
    background-size: cover;
    padding: 0px 0;
    position: relative;
}

.about:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.75);
    z-index: 9;
}

.about .container {
    position: relative;
    z-index: 10;
}

.about .content {
    padding: 30px 30px 30px 0;
}

.about .content h3 {
    font-weight: 700;
    font-size: 34px;
    color: dimgray;
    margin-bottom: 30px;
}

.about .content p {
    margin-bottom: 30px;
}

.about .content .about-btn {
    display: inline-block;
    background-color: orangered;
    padding: 6px 44px 8px 30px;
    color: #fff;
    border-radius: 50px;
    transition: 0.3s;
    position: relative;
    border: 4px solid white;
    text-shadow: 1px 1px #000000;
    color: #fff;
}

.about .content .about-btn i {
    font-size: 18px;
    position: absolute;
    right: 18px;
    top: 9px;
}

.about .content .about-btn:hover {
    border-color: aliceblue;
    background-color: cornflowerblue;
}

.about .icon-boxes .icon-box {
    margin-top: 30px;
}

.about .icon-boxes .icon-box i {
    font-size: 40px;
    color: dodgerblue;
    margin-bottom: 10px;
}

.about .icon-boxes .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.about .icon-boxes .icon-box p {
    font-size: 15px;
    color: #848484;
}

@media (max-width: 1200px) {
    .about .content {
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .about {
        text-align: center;
    }
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------
.services .icon-box {
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
    padding: 50px 30px;
    transition: all ease-in-out 0.4s;
    background: #fff;
}

.services .icon-box .icon {
    margin-bottom: 10px;
}

.services .icon-box .icon i {
    color: #47b2e4;
    font-size: 36px;
    transition: 0.3s;
}

.services .icon-box h4 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 24px;
}

.services .icon-box h4 a {
    color: #37517e;
    transition: ease-in-out 0.3s;
}

.services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.services .icon-box:hover {
    transform: translateY(-10px);
}

.services .icon-box:hover h4 a {
    color: #47b2e4;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
    background: url("/resimler/bg-4.jpg") fixed;
    background-size: cover;
    padding: 20px 20px;
    position: relative;
}

.counts:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    ackground: rgba(242, 242, 242, 0.60);
    z-index: 9;
}

.counts .container {
    position: relative;
    z-index: 10;
}

.counts .count-box {
    padding: 10px;
    width: 100%;
}

.counts .count-box i {
    display: block;
    font-size: 36px;
    color: orangered;
    float: left;
}

.counts .count-box span {
    font-size: 36px;
    line-height: 40px;
    display: block;
    font-weight: 700;
    color: darkred;
    margin-left: 60px;
}

.counts .count-box p {
    padding: 10px 0 0 0;
    margin: 0 0 0 60px;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: grey;
    background: none;
}

.counts .count-box a {
    font-weight: 400;
    display: block;
    margin-top: 16px;
    color: grey;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
    color: darkorange;
}


/* Advantages Section
--------------------------------*/
#advantages {
    padding: 30px 0 40px 0;
    box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#advantages {
    width: 100%;
    position: relative;
    background: url("/resimler/mhrbg111.jpg") center bottom no-repeat;
    ackground-color: #fff9ee;
    background-size: cover;
}

#advantages .box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px 40px 10px;
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(68, 88, 144, 0.4);
    transition: all 0.3s ease-in-out;
}

#advantages .box:hover {
    transform: translateY(-5px);
}

#advantages .icon {
    position: absolute;
    left: -10px;
    top: calc(50% - 32px);
}

#advantages .icon i {
    font-size: 64px;
    line-height: 1;
    transition: 0.5s;
}

#advantages .title {
    margin-left: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

#advantages .title a {
    color: #800000;
}

#advantages .box:hover .title a {
    color: #cc3300;
}

#advantages .description {
    font-size: 14px;
    margin-left: 40px;
    line-height: 24px;
    margin-bottom: 0;
}


-

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------
.cta {
    background: linear-gradient(rgba(40, 58, 90, 0.3), rgba(40, 58, 90, 0.9)), url("/resimler/spiral2.jpg") fixed center center;
    background-size: cover;
    padding: 40px 0;
}

.cta h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 500;
}

.cta h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
}

.cta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
}

.cta h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.cta p {
    color: #fff;
}

.cta .cta-btn {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}

.cta .cta-btn:hover {
    background: #47b2e4;
    border: 2px solid #47b2e4;
}

@media (max-width: 1024px) {
    .cta {
        background-attachment: scroll;
    }
}

@media (min-width: 769px) {
    .cta .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

@media (max-width: 992px) {
    .cta .card {
        min-width: 100%;
        margin: 20px auto 30px auto;
    }
}

@media (max-width: 767px) {
    .cta .card {
        min-width: 100%;
        margin: 20px auto 30px auto;
    }
}

@media (max-width: 420px) {
    .cta .card {
        min-width: 100%;
        margin: 20px auto 30px auto;
    }
}

/*--------------------------------------------------------------
# Cta 2
--------------------------------------------------------------
.cta2 {
    background: url("/resimler/spiral2.jpg") fixed center center;
    background-size: cover;
    padding: 40px 0;
}

.cta2 h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 500;
}

.cta2 h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
}

.cta2 h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
}

.cta2 h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.cta2 p {
    color: #fff;
}

.cta2 .cta-btn {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}

.cta2 .cta-btn:hover {
    background: #47b2e4;
    border: 2px solid #47b2e4;
}

@media (max-width: 1024px) {
    .cta2 {
        background-attachment: scroll;
    }
}

@media (min-width: 769px) {
    .cta2 .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}


/*--------------------------------------------------------------
# Envanter 1
--------------------------------------------------------------*/
.envanter1 {
    background: url("/images/workers2.jpg");
    opacity: 1;
    background-size: cover;
    padding: 30px 0;
    position: relative;
}


.envanter1 h1 {
    color: orangered;
    font-size: 60px;
    font-size-adjust: auto;
    text-shadow: 3px 3px 6px black;
}

.envanter1 h2 {
    color: darkorange;
    font-size: 50px;
    font-size-adjust: auto;
    text-shadow: 3px 3px 6px black;
}

.envanter1 h3 {
    color: black;
    text-shadow: 2px 2px 2px white;
}

.envanter1 h4 {
    color: black;
    text-shadow: 2px 2px 2px white;
}

.envanter1 h5 {
    color: black;
    text-shadow: 1px 1px 1px white;
}

.envanter1:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(225, 225, 225, 0.1);
    z-index: 9;
}

.envanter1 .container {
    position: relative;
    z-index: 10;
}

.envanter1 .member {
    position: relative;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    transition: 0.5s;
}

.envanter1 .member .pic {
    overflow: hidden;
    width: 180px;
    border-radius: 50%;
}

.envanter1 .member .pic img {
    transition: ease-in-out 0.3s;
}

.envanter1 .member:hover {
    transform: translateY(-10px);
}

.envanter1 .member .member-info {
    padding-left: 30px;
}

.envanter1 .member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #37517e;
}

.envanter1 .member span {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
}

.envanter1 .member span::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #cbd6e9;
    bottom: 0;
    left: 0;
}

.envanter1 .member p {
    margin: 10px 0 0 0;
    font-size: 14px;
}

.envanter1 .member .social {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.envanter1 .member .social a {
    transition: ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background: #eff2f8;
}

.envanter1 .member .social a i {
    color: #37517e;
    font-size: 16px;
    margin: 0 2px;
}

..envanter1 .member .social a:hover {
    background: #47b2e4;
}

.envanter1 .member .social a:hover i {
    color: #fff;
}

.envanter1 .member .social a + a {
    margin-left: 8px;
}

.envanter1 .btn-watch-video {
    font-size: 20px;
    display: inline-block;
    padding: 16px 0 10px 60px;
    transition: 0.5s;
    margin: 10px 0 0 0px;
    color: #fff;
    text-shadow: #000 0px 0px;
    position: relative;
}

.envanter1 .btn-watch-video:hover {
    color: aqua;
}

.envanter1 .btn-watch-video i {
    color: #fff;
    font-size: 50px;
    position: absolute;
    left: 0;
    top: 7px;
    transition: 0.3s;
}

.envanter1 .btn-watch-video:hover i {
    color: #47b2e4;
}

@media (min-width: 1024px) {
    #envanter1 {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    #envanter1 h1 {
        font-size: 40px;
        line-height: 50px;
    }

    #envanter1 h2 {
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 0px;
    }
}

/*--------------------------------------------------------------
# envanter1 SONU
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Envanter 2
--------------------------------------------------------------*/

.envanter2 {
    background: url("/images/superman11.jpg");
    opacity: 1;
    background-size: cover;
    padding: 30px 0;
    position: relative;
}

.envanter2 h1 {
    color: orangered;
    font-size: 60px;
    font-size-adjust: auto;
    text-shadow: 2px 2px 3px black;
}

.envanter2 h2 {
    color: darkorange;
    font-size: 50px;
    font-size-adjust: auto;
    text-shadow: 4px 4px 6px black;
}

.envanter2 h3 {
    color: black;
    text-shadow: 2px 2px 2px white;
}

.envanter2 h4 {
    color: black;
    text-shadow: 2px 2px 2px white;
}

.envanter2 h5 {
    color: black;
    text-shadow: 1px 1px 1px white;
}

.envanter2:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(225, 225, 225, 0.1);
    z-index: 9;
}

.envanter2 .container {
    position: relative;
    z-index: 10;
}

.envanter2 .member {
    position: relative;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    transition: 0.5s;
}

.envanter2 .member .pic {
    overflow: hidden;
    width: 180px;
    border-radius: 50%;
}

.envanter2 .member .pic img {
    transition: ease-in-out 0.3s;
}

.envanter2 .member:hover {
    transform: translateY(-10px);
}

.envanter2 .member .member-info {
    padding-left: 30px;
}

.envanter2 .member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #37517e;
}

.envanter2 .member span {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
}

.envanter2 .member span::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #cbd6e9;
    bottom: 0;
    left: 0;
}

.envanter2 .member p {
    margin: 10px 0 0 0;
    font-size: 14px;
}

.envanter2 .member .social {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.envanter2 .member .social a {
    transition: ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background: #eff2f8;
}

.envanter2 .member .social a i {
    color: #37517e;
    font-size: 16px;
    margin: 0 2px;
}

..envanter2 .member .social a:hover {
    background: #47b2e4;
}

.envanter2 .member .social a:hover i {
    color: #fff;
}

.envanter2 .member .social a + a {
    margin-left: 8px;
}

.envanter2 .btn-watch-video {
    font-size: 20px;
    display: inline-block;
    padding: 16px 0 10px 60px;
    transition: 0.5s;
    margin: 10px 0 0 0px;
    color: #fff;
    text-shadow: #000 0px 0px;
    position: relative;
}

.envanter2 .btn-watch-video:hover {
    color: aqua;
}

.envanter2 .btn-watch-video i {
    color: #fff;
    font-size: 50px;
    position: absolute;
    left: 0;
    top: 7px;
    transition: 0.3s;
}

.envanter2 .btn-watch-video:hover i {
    color: #47b2e4;
}

@media (min-width: 1024px) {
    #envanter2 {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    #envanter2 h1 {
        font-size: 40px;
        line-height: 50px;
    }

    #envanter2 h2 {
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 0px;
    }
}

/*--------------------------------------------------------------
# envanter 2 SONU
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Envanter 3
--------------------------------------------------------------*/

.envanter3 {
    background: url("/images/masa12.jpg");
    opacity: 1;
    background-size: cover;
    padding: 30px 0;
    position: relative;
}


.envanter3 h1 {
    color: orangered;
    font-size: 60px;
    font-size-adjust: auto;
    text-shadow: 3px 3px 6px black;
}

.envanter3 h2 {
    color: darkorange;
    font-size: 50px;
    font-size-adjust: auto;
    text-shadow: 3px 3px 6px black;
}

.envanter3 h3 {
    color: black;
    text-shadow: 2px 2px 2px white;
}

.envanter3 h4 {
    color: black;
    text-shadow: 2px 2px 2px white;
}

.envanter3 h5 {
    color: black;
    text-shadow: 1px 1px 1px white;
}

.envanter3:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(225, 225, 225, 0.1);
    z-index: 9;
}

.envanter3 .container {
    position: relative;
    z-index: 10;
}

.envanter3 .member {
    position: relative;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    transition: 0.5s;
}

.envanter3 .member .pic {
    overflow: hidden;
    width: 180px;
    border-radius: 50%;
}

.envanter3 .member .pic img {
    transition: ease-in-out 0.3s;
}

.envanter3 .member:hover {
    transform: translateY(-10px);
}

.envanter3 .member .member-info {
    padding-left: 30px;
}

.envanter3 .member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #37517e;
}

.envanter3 .member span {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
}

.envanter3 .member span::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #cbd6e9;
    bottom: 0;
    left: 0;
}

.envanter3 .member p {
    margin: 10px 0 0 0;
    font-size: 14px;
}

.envanter3 .member .social {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.envanter3 .member .social a {
    transition: ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background: #eff2f8;
}

.envanter3 .member .social a i {
    color: #37517e;
    font-size: 16px;
    margin: 0 2px;
}

..envanter3 .member .social a:hover {
    background: #47b2e4;
}

.envanter3 .member .social a:hover i {
    color: #fff;
}

.envanter3 .member .social a + a {
    margin-left: 8px;
}

.envanter3 .btn-watch-video {
    font-size: 20px;
    display: inline-block;
    padding: 16px 0 10px 60px;
    transition: 0.5s;
    margin: 10px 0 0 0px;
    color: #fff;
    text-shadow: #000 0px 0px;
    position: relative;
}

.envanter3 .btn-watch-video:hover {
    color: aqua;
}

.envanter3 .btn-watch-video i {
    color: #fff;
    font-size: 50px;
    position: absolute;
    left: 0;
    top: 7px;
    transition: 0.3s;
}

.envanter3 .btn-watch-video:hover i {
    color: #47b2e4;
}

@media (min-width: 1024px) {
    #envanter3 {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    #envanter3 h1 {
        font-size: 40px;
        line-height: 50px;
    }

    #envanter3 h2 {
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 0px;
    }
}

/*--------------------------------------------------------------
# envanter 3 SONU
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Envanter 4
--------------------------------------------------------------*/

.envanter4 {
    background: url("/images/asscent1.jpg");
    opacity: 1;
    background-size: cover;
    padding: 30px 0;
    position: relative;
}

.envanter4 h1 {
    color: orangered;
    font-size: 60px;
    font-size-adjust: auto;
    text-shadow: 5px 5px 5px black;
}

.envanter4 h2 {
    color: darkorange;
    font-size: 50px;
    font-size-adjust: auto;
    text-shadow: 5px 5px 5px black;
}

.envanter4 h3 {
    color: black;
    text-shadow: 2px 2px 2px white;
}

.envanter4 h4 {
    color: black;
    text-shadow: 2px 2px 2px white;
}

.envanter4 h5 {
    color: black;
    text-shadow: 1px 1px 1px white;
}

.envanter4:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(225, 225, 225, 0.1);
    z-index: 9;
}

.envanter4 .container {
    position: relative;
    z-index: 10;
}

.envanter4 .member {
    position: relative;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    transition: 0.5s;
}

.envanter4 .member .pic {
    overflow: hidden;
    width: 180px;
    border-radius: 50%;
}

.envanter4 .member .pic img {
    transition: ease-in-out 0.3s;
}

.envanter4 .member:hover {
    transform: translateY(-10px);
}

.envanter4 .member .member-info {
    padding-left: 30px;
}

.envanter4 .member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #37517e;
}

.envanter4 .member span {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
}

.envanter4 .member span::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #cbd6e9;
    bottom: 0;
    left: 0;
}

.envanter4 .member p {
    margin: 10px 0 0 0;
    font-size: 14px;
}

.envanter4 .member .social {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.envanter4 .member .social a {
    transition: ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background: #eff2f8;
}

.envanter4 .member .social a i {
    color: #37517e;
    font-size: 16px;
    margin: 0 2px;
}

..envanter4 .member .social a:hover {
    background: #47b2e4;
}

.envanter4 .member .social a:hover i {
    color: #fff;
}

.envanter4 .member .social a + a {
    margin-left: 8px;
}

.envanter4 .btn-watch-video {
    font-size: 20px;
    display: inline-block;
    padding: 16px 0 10px 60px;
    transition: 0.5s;
    margin: 10px 0 0 0px;
    color: #fff;
    text-shadow: #000 0px 0px;
    position: relative;
}

.envanter4 .btn-watch-video:hover {
    color: aqua;
}

.envanter4 .btn-watch-video i {
    color: #fff;
    font-size: 50px;
    position: absolute;
    left: 0;
    top: 7px;
    transition: 0.3s;
}

.envanter4 .btn-watch-video:hover i {
    color: #47b2e4;
}

@media (min-width: 1024px) {
    #envanter4 {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    #envanter4 h1 {
        font-size: 40px;
        line-height: 50px;
    }

    #envanter4 h2 {
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 0px;
    }
}

/*--------------------------------------------------------------
# envanter 4 SONU
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Envanter 5
--------------------------------------------------------------*/

.envanter5 {
    background: url("/images/envanter5.jpg");
    opacity: 1;
    background-size: cover;
    padding: 30px 0;
    position: relative;
}

.envanter5 h1 {
    color: orangered;
    font-size: 60px;
    font-size-adjust: auto;
    text-shadow: 3px 3px 6px black;
}

.envanter5 h2 {
    color: darkorange;
    font-size: 50px;
    font-size-adjust: auto;
    text-shadow: 5px 5px 6px black;
}

.envanter5 h3 {
    color: black;
    text-shadow: 2px 2px 2px white;
}

.envanter5 h4 {
    color: black;
    text-shadow: 2px 2px 2px white;
}

.envanter5 h5 {
    color: black;
    text-shadow: 1px 1px 1px white;
}

.envanter5: before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(225, 225, 225, 0.1);
    z-index: 9;
}

.envanter5 .container {
    position: relative;
    z-index: 10;
}

.envanter5 .member {
    position: relative;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    transition: 0.5s;
}

.envanter5 .member .pic {
    overflow: hidden;
    width: 180px;
    border-radius: 50%;
}

.envanter5 .member .pic img {
    transition: ease-in-out 0.3s;
}

.envanter5 .member:hover {
    transform: translateY(-10px);
}

.envanter5 .member .member-info {
    padding-left: 30px;
}

.envanter5 .member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #37517e;
}

.envanter5 .member span {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
}

.envanter5 .member span::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #cbd6e9;
    bottom: 0;
    left: 0;
}

.envanter5 .member p {
    margin: 10px 0 0 0;
    font-size: 14px;
}

.envanter5 .member .social {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.envanter5 .member .social a {
    transition: ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background: #eff2f8;
}

.envanter5 .member .social a i {
    color: #37517e;
    font-size: 16px;
    margin: 0 2px;
}

..envanter5 .member .social a:hover {
    background: #47b2e4;
}

.envanter5 .member .social a:hover i {
    color: #fff;
}

.envanter5 .member .social a + a {
    margin-left: 8px;
}

.envanter5 .btn-watch-video {
    font-size: 20px;
    display: inline-block;
    padding: 16px 0 10px 60px;
    transition: 0.5s;
    margin: 10px 0 0 0px;
    color: #fff;
    text-shadow: #000 0px 0px;
    position: relative;
}

.envanter5 .btn-watch-video:hover {
    color: aqua;
}

.envanter5 .btn-watch-video i {
    color: #fff;
    font-size: 50px;
    position: absolute;
    left: 0;
    top: 7px;
    transition: 0.3s;
}

.envanter5 .btn-watch-video:hover i {
    color: #47b2e4;
}

@media (min-width: 1024px) {
    #envanter5 {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    #envanter5 h1 {
        font-size: 40px;
        line-height: 50px;
    }

    #envanter5 h2 {
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 0px;
    }
}

/*--------------------------------------------------------------
# envanter 5 SONU
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Envanter 6
--------------------------------------------------------------*/

.envanter6 {
    background: url("/images/akademi6.webp");
    opacity: 1;
    background-size: cover;
    padding: 30px 0;
    position: relative;
}

.envanter6 h1 {
    color: orangered;
    font-size: 60px;
    font-size-adjust: auto;
    text-shadow: 3px 3px 6px black;
}

.envanter6 h2 {
    color: darkorange;
    font-size: 50px;
    font-size-adjust: auto;
    text-shadow: 3px 3px 6px black;
}

.envanter6 h3 {
    color: black;
    text-shadow: 2px 2px 2px white;
}

.envanter6 h4 {
    color: black;
    text-shadow: 2px 2px 2px white;
}

.envanter6 h5 {
    color: black;
    text-shadow: 1px 1px 1px white;
}

.envanter6:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(225, 225, 225, 0.1);
    z-index: 9;
}

.envanter6 .container {
    position: relative;
    z-index: 10;
}

.envanter6 .member {
    position: relative;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    transition: 0.5s;
}

.envanter6 .member .pic {
    overflow: hidden;
    width: 180px;
    border-radius: 50%;
}

.envanter6 .member .pic img {
    transition: ease-in-out 0.3s;
}

.envanter6 .member:hover {
    transform: translateY(-10px);
}

.envanter6 .member .member-info {
    padding-left: 30px;
}

.envanter6 .member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #37517e;
}

.envanter6 .member span {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
}

.envanter6 .member span::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #cbd6e9;
    bottom: 0;
    left: 0;
}

.envanter6 .member p {
    margin: 10px 0 0 0;
    font-size: 14px;
}

.envanter6 .member .social {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.envanter6 .member .social a {
    transition: ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background: #eff2f8;
}

.envanter6 .member .social a i {
    color: #37517e;
    font-size: 16px;
    margin: 0 2px;
}

..envanter6 .member .social a:hover {
    background: #47b2e4;
}

.envanter6 .member .social a:hover i {
    color: #fff;
}

.envanter6 .member .social a + a {
    margin-left: 8px;
}

.envanter6 .btn-watch-video {
    font-size: 20px;
    display: inline-block;
    padding: 16px 0 10px 60px;
    transition: 0.5s;
    margin: 10px 0 0 0px;
    color: #fff;
    text-shadow: #000 0px 0px;
    position: relative;
}

.envanter6 .btn-watch-video:hover {
    color: aqua;
}

.envanter6 .btn-watch-video i {
    color: #fff;
    font-size: 50px;
    position: absolute;
    left: 0;
    top: 7px;
    transition: 0.3s;
}

.envanter6 .btn-watch-video:hover i {
    color: #47b2e4;
}

@media (min-width: 1024px) {
    #envanter6 {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    #envanter6 h1 {
        font-size: 40px;
        line-height: 50px;
    }

    #envanter6 h2 {
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 0px;
    }
}

/*--------------------------------------------------------------
# envanter 6 SONU
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Envanter 7
--------------------------------------------------------------*/

.envanter7 {
    background: url("/images/workers2.jpg");
    opacity: 1;
    background-size: cover;
    padding: 30px 0;
    position: relative;
}

.envanter7 h1 {
    color: orangered;
    font-size: 60px;
    font-size-adjust: auto;
    text-shadow: 3px 3px 6px black;
}

.envanter7 h2 {
    color: darkorange;
    font-size: 50px;
    font-size-adjust: auto;
    text-shadow: 3px 3px 6px black;
}

.envanter7 h3 {
    color: black;
    text-shadow: 2px 2px 2px white;
}

.envanter7 h4 {
    color: black;
    text-shadow: 2px 2px 2px white;
}

.envanter7 h5 {
    color: black;
    text-shadow: 1px 1px 1px white;
}

.envanter7:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(225, 225, 225, 0.1);
    z-index: 9;
}

.envanter7 .container {
    position: relative;
    z-index: 10;
}

.envanter7 .member {
    position: relative;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    transition: 0.5s;
}

.envanter7 .member .pic {
    overflow: hidden;
    width: 180px;
    border-radius: 50%;
}

.envanter7 .member .pic img {
    transition: ease-in-out 0.3s;
}

.envanter7 .member:hover {
    transform: translateY(-10px);
}

.envanter7 .member .member-info {
    padding-left: 30px;
}

.envanter7 .member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #37517e;
}

.envanter7 .member span {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
}

.envanter7 .member span::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #cbd6e9;
    bottom: 0;
    left: 0;
}

.envanter7 .member p {
    margin: 10px 0 0 0;
    font-size: 14px;
}

.envanter7 .member .social {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.envanter7 .member .social a {
    transition: ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background: #eff2f8;
}

.envanter7 .member .social a i {
    color: #37517e;
    font-size: 16px;
    margin: 0 2px;
}

..envanter7 .member .social a:hover {
    background: #47b2e4;
}

.envanter7 .member .social a:hover i {
    color: #fff;
}

.envanter7 .member .social a + a {
    margin-left: 8px;
}

.envanter7 .btn-watch-video {
    font-size: 20px;
    display: inline-block;
    padding: 16px 0 10px 60px;
    transition: 0.5s;
    margin: 10px 0 0 0px;
    color: #fff;
    text-shadow: #000 0px 0px;
    position: relative;
}

.envanter7 .btn-watch-video:hover {
    color: aqua;
}

.envanter7 .btn-watch-video i {
    color: #fff;
    font-size: 50px;
    position: absolute;
    left: 0;
    top: 7px;
    transition: 0.3s;
}

.envanter7 .btn-watch-video:hover i {
    color: #47b2e4;
}

@media (min-width: 1024px) {
    #envanter7 {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    #envanter7 h1 {
        font-size: 40px;
        line-height: 50px;
    }

    #envanter7 h2 {
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 0px;
    }
}

/*--------------------------------------------------------------
# envanter 7 SONU
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
    padding: 0 100px;
}

.faq .faq-list ul {
    padding: 0;
    list-style: none;
}

.faq .faq-list li + li {
    margin-top: 15px;
}

.faq .faq-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative;
}

.faq .faq-list a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0px 30px;
    outline: none;
}

.faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: darkred;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
    display: none;
}

.faq .faq-list a.collapsed {
    color: #37517e;
    transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
    color: darkred;
}

.faq .faq-list a.collapsed .icon-show {
    display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
    display: none;
}

@media (max-width: 1200px) {
    .faq .faq-list {
        padding: 0;
    }
}

/*--------------------------------------------------------------
# Cliens
--------------------------------------------------------------*/
.cliens {
    padding: 12px 0;
    text-align: center;
}

.cliens img {
    max-width: 45%;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    padding: 15px 0;
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
}

.cliens img:hover {
    -webkit-filter: none;
    filter: none;
    transform: scale(1.5);
}

@media (max-width: 768px) {
    .cliens img {
        max-width: 40%;
    }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
}

.clients .owl-item img {
    width: 60%;
    opacity: 1;
    transition: 0.1s;
}

.clients .owl-item img:hover {
    opacity: 1;
}

.clients .owl-nav,
.clients .owl-dots {
    margin-top: 10px;
    text-align: center;
}

.clients .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
}

.clients .owl-dot.active {
    background-color: darkred !important;
}

/*--------------------------------------------------------------
# Contact 2
--------------------------------------------------------------*/
.contact .info-box {
    background: url("/resimler/mhrbg111.png") fixed center center no-repeat;
    background-size: cover;
    border-radius: 3%;
    position: relative;
    color: #444444;
    padding: 30px;
}

.contact .info-box i {
    font-size: 38px;
    line-height: 0;
    color: orangered;
}

.contact .info-box h3 {
    font-size: 20px;
    color: orangered;
    font-weight: 700;
    margin: 20px 0 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
    background: none;
}

.contact .php-email-form {
    background: url("/resimler/mhrbg111.png") fixed center center no-repeat;
    background-size: cover;
    border-bottom: orangered;
    border-top: orangered;
    border-bottom-color: orangered;
    border-radius: 3%;
    box-shadow: none;
    padding: 30px;
    height: 100%;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: orangered;
}

.contact .php-email-form input {
    padding: 10px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
    background: orangered;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
    background: orange;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background: #f3f5fa;
    min-height: 40px;
    margin-top: 72px;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 68px;
    }
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 600;
    color: #37517e;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li + li {
    padding-left: 10px;
}

.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #4668a2;
    content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: url("/resimler/bg-4.jpg") center bottom no-repeat;
    padding: 0 0 30px 0;
    color: #990000;
    font-size: 14px;
    background-size: cover;
}

#footer .footer-top {

    padding: 60px 0 0px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 10px;
}

#footer .footer-top .footer-info h3 {
    font-size: 0px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    color: #990000;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#footer .footer-top .footer-info p {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    color: #990000;

}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #990000;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #ff9900;
    color: #fff;
}

#footer .footer-top h4 {
    font-size: 14px;
    font-weight: bold;
    color: #990000;
    text-transform: uppercase;
    position: relative;
    padding-bottom: px;
}

#footer .footer-top .footer-links {
    margin-bottom: 10px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul li {
    padding: 2px 0;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #990000;
    font-weight: bold;
    font-size: 14px;
}

#footer .footer-top .footer-links ul a:hover {
    color: #ff9900;
}



#footer .footer-top .footer-links2 {
    margin-bottom: 10px;
}

#footer .footer-top .footer-links2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links2 ul li {
    padding: 4px 0;
}

#footer .footer-top .footer-links2 ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links2 ul a {
    color: #990000;
    font-weight: bold;
    font-size: 14px;
}

#footer .footer-top .footer-links2 ul a:hover {
    color: #ff9900;
}




#footer .footer-top .footer-contact {
    margin-bottom: 10px;
}

#footer .footer-top .footer-contact p {
    background: none;
    line-height: 20px;
    font-size: 13px;
    color: #990000;
}

#footer .footer-top .footer-newsletter {
    margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type=email] {
    border: 0;
    padding: 6px 8px;
    width: 65%;
}

#footer .footer-top .footer-newsletter input[type=submit] {
    background: #990000;
    border: 0;
    width: 35%;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
    background: #ff9900;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
}

#footer .credits {
    text-align: center;
    font-size: 13px;
    color: #f1f7ff;
}

#footer .credits a {
    color: #bfddfe;
}

#footer .credits a:hover {
    color: #f1f7ff;
}
