body{font-family: 'Poppins', sans-serif !important;overflow-x:hidden;color:#000;background-color:#fff;}



.noBorderRadious{
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}


.positionRelative{position:relative !important;}
.displayNone{display:none !important;}

.noTextDecoration:hover{text-decoration:none;}
.noBorder{border:0px !important;}

.clear{clear:both !important;}
.floatLeft{float:left !important;}
.floatRight{float:right !important;}
.cursorPointer{cursor:pointer !important;}

.heightAuto{height:auto !important;}

.height100{height:100% !important;}
.width100{width:100% !important;}


.div1{display:table;}
.div2{display:table-cell;vertical-align:middle;}
.div3{display:table-cell;vertical-align:bottom;}

.square {
    position: relative;
}
.square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.content {
    position: absolute;
    width: 100%;
    height: 100%;
}

.row-eq-height-all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

@media (min-width: 991px){
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
}



    .flex-row.row {
        display: flex;
        flex-wrap: wrap;
    }
    .flex-row.row > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }
    .flex-row.row:after, 
    .flex-row.row:before {
        display: flex;
    }
    .flex-row.row > [class*='col-'] > .box {
        display: flex;
        flex: 1;
    }


	.flex-row .thumbnail,
	.flex-row .caption {
		display: flex;
		flex: 1 0 auto;
		flex-direction: column;
	}
	.flex-row .caption p.flex-text {
		flex-grow: 1;
	}
	.flex-row img {
		width: 100%;
		height: auto;
	}



/* MARGİN PADDİNG */

.margin0{margin:0px !important;}
.margin5{margin:5px !important;}
.margin10{margin:10px !important;}

.marginTop0{margin-top:0px !important;}
.marginTop5{margin-top:5px !important;}
.marginTop10{margin-top:10px !important;}
.marginTop15{margin-top:15px !important;}
.marginTop20{margin-top:20px !important;}
.marginTop25{margin-top:25px !important;}
.marginTop30{margin-top:30px !important;}
.marginTop40{margin-top:40px !important;}
.marginTop50{margin-top:50px !important;}

.marginTop-5{margin-top:-5px !important;}
.marginTop-20{margin-top:-20px !important;}
.marginTop-30{margin-top:-30px !important;}

.marginBottom5{margin-bottom:5px !important;}
.marginBottom10{margin-bottom:10px !important;}
.marginBottom15{margin-bottom:15px !important;}
.marginBottom20{margin-bottom:20px !important;}
.marginBottom30{margin-bottom:30px !important;}
.marginBottom40{margin-bottom:40px !important;}
.marginBottom50{margin-bottom:50px !important;}
.marginBottom60{margin-bottom:60px !important;}
.marginBottom70{margin-bottom:70px !important;}
.marginBottom80{margin-bottom:80px !important;}


.marginBottom-30{margin-bottom:-30px !important;}

.marginRight10{margin-right:10px !important;}
.marginRight20{margin-right:20px !important;}


.padding0{padding:0px !important;}
.padding3{padding:3px !important;}
.padding5{padding:5px !important;}
.padding8{padding:8px !important;}
.padding10{padding:10px !important;}
.padding12{padding:12px !important;}
.padding15{padding:15px !important;}
.padding20{padding:20px !important;}
.padding30{padding:30px !important;}

.paddingLeft20{padding-left:20px !important;}
.paddingLeft30{padding-left:30px !important;}

.paddingRight0{padding-right:0px !important;}

.paddingTop0{padding-top:0px !important;}
.paddingTop5{padding-top:5px !important;}
.paddingTop10{padding-top:10px !important;}
.paddingTop20{padding-top:20px !important;}
.paddingTop30{padding-top:30px !important;}
.paddingTop40{padding-top:40px !important;}
.paddingTop50{padding-top:40px !important;}

.paddingBottom0{padding-bottom:0px !important;}
.paddingBottom10{padding-bottom:10px !important;}
.paddingBottom50{padding-bottom:50px !important;}

.padding0-5{padding:0px 5px !important;}
.padding0-10{padding:0px 10px !important;}
.padding0-15{padding:0px 15px !important;}
.padding0-30{padding:0px 30px !important;}
.padding0-20{padding:0px 20px !important;}

@media (min-width: 1200px) {
    .col-split-5{width:20% !important;}
	.col-split-offset-1{margin-left:20% !important;}
}

/* MARGİN PADDİNG */


.textAlignCenter{text-align:center !important;}
.textAlignRight{text-align:right !important;}
.g-recaptcha{margin-left:calc(50% - 117px);-ms-transform:scale(0.77);transform:scale(0.77);-webkit-transform:scale(0.77);-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transform-origin:0 0}

.kvkkarea{margin-top:10px !important;}
.kvkk_check{float:left;width:25px;margin-top:2px !important;}
.kvkk_text{float:left;width:calc(100% - 25px);font-size:15px;line-height:18px;font-weight:600;}
.kvkk_text a{color:#555;}


.formLabel{font-size:16px;line-height:18px;font-weight:400;color:#202124;}
.formLabel i{color:#d93025;}

.videoBacks{background-size:100% auto;background-repeat:no-repeat;background-position:center center;}

.squareVideo {
    position: relative;
    border:1px solid #ddd;
}

.squareVideo:after {
    content: "";
    display: block;
    padding-bottom: 56.2%;
}

.contentVideo {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color:#f9f9f9;
}


.playVideo{position:absolute;background-color:rgba(0,0,0,0.2);height:100%;width:100%;top:0px;left:0px;background-image:url("../images/play.png");background-size:50px auto;background-repeat:no-repeat;background-position:center center;}
.contentVideo:hover .playVideo{background-color:rgba(0,0,0,0.4);}




.yukari-cik{position:fixed;z-index:99999;bottom:150px;right:10px;padding:6px 7px 8px 7px;background-color:transparent;
            color:#fff;cursor:pointer;text-align:center;
            background-color:#077E6C;
            -webkit-border-radius: 5px !important;-moz-border-radius: 5px !important;border-radius: 5px !important;

}
.yukari-cik i{font-size:20px;color:#fff;}





.wsSabit{padding:11px 13px;position:fixed;z-index:1009;bottom:70px;right:25px;background-color:#25D366;color:#fff;font-size:16px;font-weight:500;line-height:20px;
         -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
         border-radius: 50%;

         -webkit-transition: all 0.1s ease;
         -moz-transition: all 0.1s ease;
         -o-transition: all 0.1s ease;
         -ms-transition: all 0.1s ease;
         transition: all 0.1s ease;
}
.wsSabit i{float:left;font-size:30px;}
.wsSabitColor{right:auto;left:25px;background-color:#666;padding:10px 13px;}



.wsSabitMasaustu{padding:8px 18px;position:fixed;z-index:1009;bottom:15px;right:10px;background-color:#25D366;color:#fff;font-size:13px;font-weight:500;line-height:20px;
                 -webkit-border-radius: 16px;
                 -moz-border-radius: 16px;
                 border-radius: 16px;

                 -webkit-transition: all 0.1s ease;
                 -moz-transition: all 0.1s ease;
                 -o-transition: all 0.1s ease;
                 -ms-transition: all 0.1s ease;
                 transition: all 0.1s ease;
}
.wsSabitMasaustu i{float:left;margin-right:10px;font-size:20px;}
/*.wsSabitAct{right:60px;}*/




/* MOBİLE MENU */

.close-icon
{
    display:block;
    cursor:pointer;
    box-sizing:border-box;
    width:26px;
    height:26px;
    border-width:3px;
    border-style: solid;
    border-color:transparent;
    border-radius:100%;
    background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 46%, #fff 46%,  #000 55%,transparent 55%, transparent 100%), -webkit-linear-gradient(45deg, transparent 0%, transparent 46%, #fff 46%,  #000 55%,transparent 55%, transparent 100%);

}




@media (max-width: 991px) {
    body.stickyPage{
        position: relative !important;
        overflow: hidden !important;
        top: inherit;
    }


    body.stickyPage #pageOverlay{
        position: fixed;
        z-index: 9990;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        opacity: 1;
        -webkit-transition: opacity 0.375s cubic-bezier(0.25, 0.8, 0.25, 1);
        -o-transition: opacity 0.375s cubic-bezier(0.25, 0.8, 0.25, 1);
        transition: opacity 0.375s cubic-bezier(0.25, 0.8, 0.25, 1);
    }


    .htmlFixed{position:fixed;width:100%;height:100%;}
    .headerAreaCon{height:63px;}
}

.dilSRightTop{position:absolute;z-index:999;font-weight:600;top:0px;right:5px;background-color:#DE0031;color:#fff;padding:15px;}


@media (min-width: 991px) {
    #mobileMenu{display:none !important;}
    #mobileMenuOpenBtn{display:none !important;}
}

#mobileMenuOpenBtn{position:fixed;top:5px;left:0px;height:66px;padding:13px 0px;width:56px;cursor:pointer;z-index:1000;}
#mobileMenuOpenBtn div{height:3px;width:30px;margin:5px 13px;background-color:#fff;}


.mobileMenuCon_dil{text-align:center;margin-top:30px;}
.mobileMenuCon_dil a{border-right:1px solid #F6A200;font-size:15px;font-weight:400;display:inline-block;color:#fff;text-align:center;padding:0px 8px;}
.mobileMenuCon_dil a:last-child{border-right:0px;}


#mobileMenu{
    font-weight:600;
    width:260px;height:100%;position:fixed;top:0px;left:-260px;z-index:9999;
    background-color:#1A2335;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
    overflow-y:scroll;
    overflow-x:hidden;
}
.mobileMenuCon{position:relative !important;}
#mobileMenu a:hover{text-decoration:none !important;}

#mobileMenu.open{left:0px;
                 -webkit-transition: all 0.5s ease;
                 -moz-transition: all 0.5s ease;
                 -o-transition: all 0.5s ease;
                 -ms-transition: all 0.5s ease;
                 transition: all 0.5s ease;
}

.mobiletopArea{top:0px;width:260px;background-color:transparent;border-bottom:1px solid rgba(255,255,255,0.1);}

#mobileMenu .mobilelogoArea{width:180px;float:left;text-align:center;margin:18px 0px;border-left:1px solid rgba(255,255,255,0.1);}
#mobileMenu .mobilelogoArea img{height:30px;margin:0px 0px;margin-right:25px;} 


#mobileMenu .mobileMenuClose{width:46px;float:left;padding:10px;margin:10px 0px;}


#mobileMenu .mobileUl{list-style:none;padding:0px 0px;}
#mobileMenu .mobileUl li{list-style:none;padding:0px;cursor:pointer;}
#mobileMenu .mobileUl li{padding:15px 20px 15px 20px;text-align:center;}
#mobileMenu .mobileUl>li{border-bottom:1px solid rgba(255,255,255,0.1);}
#mobileMenu .mobileUl li a{color:#fff;font-size:14px;font-weight:500;}

#mobileMenu .mobileUl li ul{padding:0px 10px;}
#mobileMenu .mobileUl li ul li{padding:0px;padding-top:25px;}

#mobileMenu .mobileUl .backColor{background-color:#077E6C;margin-top:10px;}
#mobileMenu .mobileUl .backColorS{background-color:#09525E;margin-top:10px;}

#mobileMenu .mobileUl>li.mobileMenuOpen ul{height:auto;opacity:1;}



@media (max-width: 991px) {
    .navbar-collapse.collapse{display:none !important;}
}

/* MOBİLE MENU */



/***************** SLİDER *******/


.slaytlar {
    display: block;
    height: 100vw;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    z-index: 1
}

@media (min-width:767px) {
    .slaytlar {
        height: 100vh;
    }
}

.slaytlar .owl-carousel {
    position: relative
}

.slaytlar .owl-carousel,
.slaytlar .owl-item,
.slaytlar .owl-stage,
.slaytlar .owl-stage-outer {
    display: block;
    height: 100%;
    width: 100%
}

.slaytlar__owl {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:992px) {
    .slaytlar__owl:hover .owl-nav [class*=owl-] {
        background: rgba(0, 0, 0, 0.4)!important;
        color:#077E6C;
    }
    .slaytlar__owl:hover .owl-nav [class*=owl-] i{
        color:#077E6C;
    }
}



.slaytlar__owl .owl-nav {
    left: 0;
    position: absolute;
    right: 0;
    top: calc(50% - 24px);
    width: 100%;
    color:#fff;
    font-size: 20px;
}

@media (max-width:767px) {
    .slaytlar__owl .owl-nav {
        top: calc(50% - 16px)
    }
}

.slaytlar__owl .owl-nav img {
    height: 18px;
    vertical-align: middle
}


.slaytlar__owl .owl-nav i {
    color:#fff !important;
    margin:0px !important;
}


.slaytlar__owl .owl-nav [class*=owl-] {
    will-change: background;
    -webkit-transition: background 0.225s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: background 0.225s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: background 0.225s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
    min-width: 48px;
    max-width: 48px;
    width: 48px;
    min-height: 48px;
    max-height: 48px;
    height: 48px
}


.slaytlar__owl .owl-nav .owl-prev {
    float: left
}

.slaytlar__owl .owl-nav .owl-next {
    float: right
}






.slaytlar__owl .owl-prev, .slaytlar__owl .owl-next{
    background-color:rgba(0,0,0,0.4) !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}


.slaytlar__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 2;
    text-align: center;
}
.slaytlar__item video {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -o-object-fit: cover;
    object-fit: cover;
}

/***************** SLİDER *******/


.slaytCon{position:absolute;text-align:center;top:0px;left:0px;background-image:url("../images/slaytBack.png");background-size:100% 100%;height:100%;width:100%;padding-bottom:40px;}

.slaytBaslik{position:relative;margin-bottom:10px;color:#222;font-size:55px;font-weight:700;line-height:120%;width:800px;margin-left:calc(50% - 400px);}
.slaytIcerik{position:relative;margin-bottom:15px;color:#222;font-size:35px;font-weight:700;line-height:120%;width:800px;margin-left:calc(50% - 400px);}
.slaytBtn{padding:10px 20px;background-color:#077E6C;display:inline-block;position:relative;color:#fff;font-size:16px;font-weight:400;line-height:120%;}
@media (min-width: 991px) and (max-width: 1200px) {
    .slaytBaslik{font-size:50px;}
    .slaytIcerik{font-size:30px;}
    .slaytBtn{font-size:15px;padding:10px 20px;}
}
@media (max-width: 991px) and (min-width: 768px) {
    .slaytBaslik{font-size:40px;width:100%;margin-left:0px;}
    .slaytIcerik{font-size:30px;width:100%;margin-left:0px;}
    .slaytBtn{font-size:15px;padding:10px 20px;}
}
@media (max-width: 768px) {
    .slaytBaslik{font-size:30px;width:100%;margin-left:0px;}
    .slaytIcerik{font-size:20px;width:100%;margin-left:0px;}
    .slaytBtn{font-size:15px;padding:10px 20px;}
}


.slaytBaslik, .slaytIcerik{text-shadow: 0 0 15px #fff;}






/* SELECT TAB MENÜ */

#selectTab{color:#fff !important;font-weight:500;font-size:15px;background-color:#444 !important;
           -webkit-border-radius: 0px !important;
           -moz-border-radius: 0px !important;
           border-radius: 0px !important;
           border:1px solid #444 !important;
           padding:0px 0px 1px 10px;
}
#selectTab::-webkit-input-placeholder {
    color: #888 !important;
    font-weight:300;
}
#selectTab::-moz-placeholder  {
    color: #888 !important;
    font-weight:300;
}
#selectTab:-ms-input-placeholder {
    color: #888 !important;
    font-weight:300;
}
#selectTab:-moz-placeholder {
    color: #888 !important;
    font-weight:300;
}

/* SELECT TAB MENÜ */


.siteButton{background-color:#077E6C;text-align:center !important;border:0px;letter-spacing:0.5px;font-size:15px;line-height:15px;color:#fff;font-weight:400;padding:8px 60px 8px 60px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
}
.siteButton:hover{background-color:#F6A200;background-image:none;color:#fff;}

.siteButton i{margin-right:10px;}

.siteButtonArama{
    position:absolute;bottom:4px;right:20px;padding:11px 11px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.siteButtonMini{
    padding:5px 15px 6px 15px;
}


.logo_foto{border:1px solid #077E6C;padding:10px;}
@media (max-width: 991px){
    .logo_foto{width:250px;}
}




/* OWL */

.owl-dots{display:none !important;}
button.owl-prev{position:absolute;top:calc(50% - 10px);left:-5px;font-size:20px; color:#999 !important; background-color:rgba(255,255,255,0.0) !important; -webkit-border-radius: 50% !important; -moz-border-radius: 50% !important; border-radius: 50% !important;}
button.owl-prev:hover{color:#077E6C !important;}
button.owl-next{position:absolute;top:calc(50% - 10px);right:-5px; font-size:20px; color:#999 !important; background-color:rgba(255,255,255,0.0) !important; -webkit-border-radius: 50% !important; -moz-border-radius: 50% !important; border-radius: 50% !important;}
button.owl-next:hover{color:#077E6C !important;}

button.owl-prev i{margin:3px 9px 5px 7px !important;font-size:23px;}
button.owl-next i{margin:3px 7px 5px 9px !important;font-size:23px;}

.owl-theme .owl-nav{margin-top:0px !important;}

/* OWL */


.owl-item, .owl-stage{height:100% !important;}


#owlM button.owl-next{margin-right:-30px;}
#owlM button.owl-prev{margin-left:-30px;}

@media (max-width: 991px){
    .owlMobile{padding:0px 30px !important;}
}


.owlSlaytCon{margin-bottom:20px !important;}
.owlSlaytConRight{margin-bottom:20px !important;}

@media (min-width: 991px){
    .owlSlaytCon{margin-right:30px !important;margin-bottom:20px !important;}
    .owlSlaytConRight{margin-left:30px !important;margin-bottom:20px !important;}
}

.fullHarita{height:100%;width:100%;border:1px solid #ccc;margin-top:0px;min-height:200px;}
.fullHarita iframe{height:100% !important;width:100% !important;display:block;}
@media (max-width: 991px){
    .fullHarita{height:400px;}
}

.fullHarita_sabit{height:250px !important;}




.site_genel_title{margin-bottom:20px;position:relative;font-size:25px;line-height:35px;font-weight:700;color:#077E6C;}
.hTitle2{font-size:18px;line-height:23px;font-weight:700;color:#1A2335;}







#headerArea{position:fixed;top:0px;left:0px;z-index:999;width:100%;}


#header .navbar-nav>.open{background-color:transparent !important;color:#fff !important;}
#header .navbar-nav>.open>a{color:#fff !important;}
#header .navbar-nav>.open li a{color:#fff !important;}
#header .dropdown-menu{margin-right:10px;background-color:transparent;padding:8px 5px;margin-right:0px;margin-top:0px;overflow:visible;border:0px;color:#fff;
                       -webkit-box-shadow: none !important;
                       -moz-box-shadow: none !important;
                       box-shadow: none !important;
                       -webkit-border-radius: 5px;
                       -moz-border-radius: 5px;
                       border-radius: 5px;
                       left: 50%;
                       right: auto;
                       text-align: center;
                       transform: translate(-50%, 0);
}
#header .dropdown-menu li a{color:#fff !important;font-size:13px;background-color:#3688B4;font-weight:400 !important;letter-spacing:1px;padding:7px 10px 5px 10px;border:0px !important;margin:0px;margin-bottom:3px;line-height:20px;}
#header .dropdown-menu{margin-top:-20px !important;}
#header .dropdown-menu li{padding:0px;margin:0px;}
#header .navbar-nav .dropdown-menu li:hover a{background-color:#06304A;border:0px;color:#fff !important;background-image:none !important;-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease;}

#header ul.nav li:hover > ul.dropdown-menu {
    display: block;    
}




#header .navbar-default{
    background-image:none !important;background-color:transparent !important;border:0px !important;margin:0px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}






div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index:999;
    background-color:#1A2335;
}
@media (max-width: 991px){
    div.sticky-mobile {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index:999;
        background-color:#E6E6E6;
    }
}

@media (min-width: 991px){
    .stickyLeft{position:-webkit-sticky;position:sticky;top:80px;}
}
@media (min-width: 991px) and (max-width: 1200px) {
    .stickyLeft{top:62px;}
}


#header .logo{display:inline-block;position:absolute;z-index:99;}
#header .logo img{display:block;height:60px;margin:20px 0px;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;}
.sticky #header .logo img{margin-top:10px;height:40px;}
#header .menuSLi{font-size:14px;line-height:20px;padding:20px 25px;}

.site_dil_1 #header .menuSLi{padding-right:12px;padding-left:12px;}
.site_dil_2 #header .menuSLi{padding-right:11px;padding-left:11px;}
.site_dil_3 #header .menuSLi{padding-right:9px;padding-left:9px;font-size:13px;}
.site_dil_6 #header .menuSLi{padding-right:9px;padding-left:9px;font-size:13px;}
.site_dil_7 #header .menuSLi{padding-right:9px;padding-left:9px;}
.site_dil_8 #header .menuSLi{padding-right:9px;padding-left:9px;font-size:13px;}

.sticky #header .menuSLi{padding-top:10px;padding-bottom:10px;}
#header .menuSLi a{font-weight:400;color:#fff;padding:10px 0px;}
#header .menuSLi_con a{padding-left:50px;padding-right:15px;background-position:15px center;background-repeat:no-repeat;background-size:30px auto;border:1px solid #077E6C;background-image:url("../images/doc_icon.svg");
                       -webkit-transition: all 0.5s ease;
                       -moz-transition: all 0.5s ease;
                       -o-transition: all 0.5s ease;
                       -ms-transition: all 0.5s ease;
                       transition: all 0.5s ease;
}
#header .menuSLi_con a:hover{background-color:#fff;color:#077E6C;}
#header .menuSLi a img{margin-top:-5px;display:block;}
@media (min-width: 991px) and (max-width: 1200px) {
    #header .logo img{height:45px;} 
    .sticky #header .logo img{margin-top:10px;height:40px;}
    #header .menuSLi{font-size:12px;padding:20px 20px;}

    .site_dil_1 #header .menuSLi{padding-right:11px;padding-left:11px;}
    .site_dil_2 #header .menuSLi{padding-right:10px;padding-left:10px;}
    .site_dil_3 #header .menuSLi{padding-right:8px;padding-left:8px;font-size:11px;}
    .site_dil_6 #header .menuSLi{padding-right:8px;padding-left:8px;font-size:11px;}
    .site_dil_7 #header .menuSLi{padding-right:8px;padding-left:8px;}
    .site_dil_8 #header .menuSLi{padding-right:8px;padding-left:8px;font-size:11px;}

    #header .menuSLi_con a{padding-left:45px;padding-right:10px;background-position:10px center;}
    .sticky #header .menuSLi{padding-top:10px;padding-bottom:10px;}
}
@media (max-width: 991px) {
    #headerArea{background-color:#1A2335;}
    #header{background-size:cover;background-position:center center;}
    #header .navbar-header{width:100%;text-align:center;margin:0px;}
    #header .logo{position:relative;}
    #header .logo img{margin:10px 0px;height:40px;} 
    .sticky #header .logo img{margin-top:10px;}
}



#header .menuSLi a.menuSliA:before{content:"";position:absolute;bottom:0;left:0;width:1px;background-color:#F6A200;height:5px;opacity:0;-webkit-transition:.4s;-o-transition:.4s;transition:.4s}
#header .menuSLi:hover a.menuSliA:before{opacity:1;width:100%;}




#header .headerTop{text-align:right;background-color:transparent;border-bottom:1px solid #fff;padding:10px 0px 5px 0px;}
#header .headerTop .headerBtn{margin-right:20px;padding:7px 15px 4px 15px;font-size:13px;line-height:13px;font-weight:700;line-height:15px;background-color:transparent;color:#fff;display:inline-block;border:1px solid #fff;
                              -webkit-border-radius: 5px !important;
                              -moz-border-radius: 5px !important;
                              border-radius: 5px !important;
}
#header .headerTop .headerBtn:hover{background-color:#fff;color:#3688B4;}
@media (max-width: 991px) {
	#header .headerTop{position:absolute;z-index:1000;top:10px;right:-10px;border:0px;display:inline-block;width:auto;}
}




.headerDil{cursor:pointer;position:relative;float:left;color:#fff;font-size:14px;font-weight:400;line-height:20px;padding-right:15px;margin-right:0px;}
.headerDil img{float:left;height:20px !important;margin-right:8px;}
.headerDil i{margin-left:5px;}
.headerDil a{color:#fff;font-size:14px;font-weight:400;line-height:20px;}
.headerDil a:hover{color:#fff !important;}

.headerDil .headerDil_sabit{padding:3px 0px;}


@media (max-width: 991px) {
	.headerDil{border-right:0px;}
}



.headerTopMenu{display:none;padding-top:10px;position:absolute;z-index:99;right:10px;top:26px;}
.headerTopMenu_con{background-color:#077E6C;padding:5px 0px;
                   -webkit-border-radius: 0px 0px 5px 5px !important;
                   -moz-border-radius:0px 0px 5px 5px !important;
                   border-radius: 0px 0px 5px 5px !important;
}
.headerTopMenu:before{position:absolute;content:"";top:0px;left:34px;
                      border-style: solid;
                      border-width: 0 10px 10px 10px;
                      border-color: transparent transparent #077E6C; 
}
.headerTopMenu .headerTopMenuList{text-align:left;width:74px;padding:5px 10px;font-size:15px;font-weight:400 !important;}
.headerTopMenuActive:hover .headerTopMenu{display:block;}






.headerTop_iletisim{float:left;font-size:13px;color:#fff;font-weight:400;}
.headerTop_iletisim_tel, .headerTop_iletisim_eposta{background-position:left center;background-repeat:no-repeat;position:relative;float:left;padding:8px 15px 7px 0px;line-height:16px;}
.headerTop_iletisim_tel{background-size:18px auto;padding-left:25px;background-image:url("../images/headerPhone.svg");}
.headerTop_iletisim_eposta{background-size:18px auto;padding-left:28px;padding-right:0px;background-image:url("../images/headerMessage.svg");}
.headerTop_iletisim a{color:#fff !important;font-size:13px;line-height:15px;font-weight:400;}



@media (min-width: 991px) {
	.sticky #header .headerTop{display:none;}
}








.fullPage{font-size:14px;line-height:28px;min-height:200px;padding-bottom:30px;}
.fullPage_form{background-color:#EDEFFC;margin-top:-30px;margin-bottom:-30px;padding-top:30px;}




.breadcrumbs_back{margin-bottom:30px;position:relative;background-size:cover;background-position:center center;background-color:#fff;}
.breadcrumbs_back:after {content: "";display: block;padding-bottom: 25%;}
.breadcrumbs_back_area{position: absolute;width: 100%;height: 100%;background-color:rgba(0,0,0,0.6);}
.breadcrumbs_back_area_title{position:absolute;bottom:0px;width:100%;}
.breadcrumbs{text-align:center;margin-bottom:10px;}
.breadcrumbs_item{display:inline-block;font-weight:500;font-size:12px;line-height:13px;color:#fff;padding:5px 10px 5px 15px;
                  background-image: url("../images/ok.svg") !important;background-size:4px auto;background-position:left 9px;background-repeat:no-repeat;
}
.breadcrumbs_item_first{background-image:none !important;padding:5px 10px 5px 0px;}


.breadcrumbsTitle{position:relative;text-align:center;letter-spacing:0.5px;margin-bottom:0px;}
.hTitle1{position:relative;margin-bottom:15px;z-index:9;display:inline-block;color:#fff;font-size:23px;line-height:30px;font-weight:700;text-align:center;padding:15px;}

@media (min-width: 991px) and (max-width: 1200px) {
    .breadcrumbs{margin-bottom:5px;}
    .hTitle1{margin-bottom:10px;}
}

@media (max-width: 991px) {
    .hTitle1{font-size:20px;line-height:28px;padding:10px;}
    .breadcrumbs{display:none;}
    .breadcrumbs_back{margin-bottom:30px;}
}
@media (max-width: 400px) {
	.breadcrumbs_back{padding-bottom:70px;}
}


.indexhakkimizda{background-color:#F5F5F5;padding:50px 0px;}
.indexhakkimizda_con{background-color:#fff;background-position:right center;background-size:70% auto;background-repeat:no-repeat;background-image:url("../images/harita.png");}
.indexhakkimizda_baslik_top{margin-top:15px;letter-spacing:0.5px;position:relative;color:#393E41;font-size:25px;font-weight:800;line-height:120%;}
.indexhakkimizda_baslik_top i{margin-left:40px;color:#077E6C;}
.indexhakkimizda_baslik{z-index:20;position:relative;margin-top:30px;color:#1A2335;font-size:25px;line-height:120%;margin-bottom:15px;font-weight:700;}
.indexhakkimizda_icerik{color:#42474C;font-size:16px;line-height:25px;padding:15px 0px;font-weight:300;}

@media (min-width: 991px) {
	.indexhakkimizda_baslik_style{padding:15px 0px 10px 0px;}
	.indexhakkimizda_baslik_style:before{top:0px;left:0px;z-index:-1;background-color:#D5DAE1;content:"";position:absolute;height:100%;width:400px;
				-webkit-border-radius: 0px 40px 40px 0px !important;
               -moz-border-radius: 0px 40px 40px 0px !important;
               border-radius: 0px 40px 40px 0px !important;
	}
	.indexhakkimizda_baslik_style:after{top:0px;left:-100vw;z-index:-1;background-color:#D5DAE1;content:"";position:absolute;height:100%;width:100vw;}
}

.indexhakkimizda_con ul{padding:0px !important;margin-top:20px;}
.indexhakkimizda_con li{color:#42474C;font-weight:500;font-size:16px;line-height:23px;display:inline-block;padding:20px 0px;padding-right:80px;width:100%;border-bottom:1px solid #D5DAE1;background-size:70px 70px;background-repeat:no-repeat;background-position:right center;}
.indexhakkimizda_con li strong{position:relative;display:inline-block;width:100%;margin-bottom:10px;color:#077E6C;font-size:20px;}
.indexhakkimizda_con li strong:before{height:2px;width:60px;background-color:#077E6C;content:"";position:absolute;top:10px;left:35px;}
.indexhakkimizda_con li:nth-child(1){background-image:url("../images/hizmet_1.svg");}
.indexhakkimizda_con li:nth-child(2){background-image:url("../images/hizmet_2.svg");}
.indexhakkimizda_con li:nth-child(3){background-image:url("../images/hizmet_3.svg");}
.indexhakkimizda_con li:nth-child(4){background-image:url("../images/hizmet_4.svg");}

@media (min-width: 991px) {
    .indexhakkimizda{border-bottom:100px solid #F5F5F5;}
    .indexhakkimizda_baslik{font-size:30px;margin-top:0px;}
    .indexhakkimizda_baslik_top{margin-left:-200px;width:xalc(100% + 200px);font-size:30px;text-align:right;}
    .indexhakkimizda_baslik_top_icon{padding-left:150px;text-align:left;}
}



.fotoDiv{border:1px solid #ddd;padding:3px;background-color:#fff;position:relative;}
.fotoDiv img{display:block;}
.fotoDivBaslik{position:absolute;background-color:rgba(255,255,255,1);text-align:right;max-width:90%;right:0px;bottom:0px;padding:8px 11px 6px 13px;font-size:14px;line-height:20px;color:#434449;font-weight:600;
               -webkit-border-radius: 10px 0px 0px 0px !important;
               -moz-border-radius: 10px 0px 0px 0px !important;
               border-radius: 10px 0px 0px 0px !important;
}


.squareImg {
    position: relative;
    background-color:#fff;
}
.squareImg:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.squareImgBelge:after{padding-bottom: 133%;}
.contentImg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size:contain;background-position:center center;background-repeat:no-repeat;
}


.katalog_box{border:1px solid #ddd;}
.katalog_baslik{color:#434449;font-size:15px;font-weight:600;line-height:150%;text-align:center;padding:7px 10px 10px 10px;}


.dipnot{
    position:fixed;
    z-index:500;
    background:#aaa url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdmlld0JveD0iMCAwIDM3OC41OSAxMzU1Ij48cGF0aCBkPSJNMjM5LjI2IDEwMjZjMC0xNi0xMi0yOC0yNy0yOGgtMTg1Yy0xNiAwLTI4IDEyLTI4IDI4IDAgMTUgMTIgMjcgMjggMjdoMTg1YzE1IDAgMjctMTIgMjctMjd6bS0yMzkgMTAzYzAtMTUgMTItMjcgMjgtMjdoMjUzYzE1IDAgMjcgMTIgMjcgMjcgMCAxNi0xMiAyOC0yNyAyOGgtOTdjLTM2IDMtNjUgMzMtNjUgNzAgMCAzOCAzMSA2OSA3MCA2OSAzOCAwIDY5LTMxIDY5LTY5IDAtNi0xLTExLTItMTYgMC0yLTEtNS0xLTcgMC0xNSAxNS0yNyAyNy0yN3MxOCA2IDIyIDE1YzUgMTQgOCAyOCA4IDQyIDAgNjctNTUgMTIxLTEyMyAxMjFzLTEyNC01NC0xMjQtMTIxYzAtMjggMTgtNjQgNDUtNzdoLTgyYy0xNiAwLTI4LTEyLTI4LTI4em0yMi0xMDU5YzAtMTUgMTItMjcgMjgtMjdoMjlWMjVjMC0xNCAxMS0yNSAyNS0yNSAxMyAwIDI0IDExIDI0IDI1djc4YzAgMTMtMTEgMjQtMjQgMjQtMTQgMC0yNS0xMS0yNS0yNHYtNWgtMjljLTE2IDAtMjgtMTMtMjgtMjh6bTEyNiAwYzAtMTUgMTMtMjcgMjgtMjdoNjhjMTYtNSAxNC0xNSAxNS0yOCAwIDAgNC0xNiAyOC0xNHMyNSAyNSAyNSAyNSA5IDY4LTYwIDcyaC03NmMtMTUgMC0yOC0xMy0yOC0yOHptLTgzIDIwM2MwLTcwIDU1LTEyNyAxMjMtMTI3IDY5IDAgMTI0IDU3IDEyNCAxMjcgMCA3MS01NSAxMjgtMTI0IDEyOC02OCAwLTEyMy01Ny0xMjMtMTI4em01NSAwYzAtMzggMzAtNjkgNjgtNjlzNjkgMzEgNjkgNjljMCAzOS0zMSA3MC02OSA3MHMtNjgtMzEtNjgtNzB6bS00OCAzNTVjMC0xNSAxMi0yNyAyNy0yN2gxODVjMTYgMCAyOCAxMiAyOCAyNyAwIDE2LTEyIDI4LTI4IDI4aC0xODVjLTE1IDAtMjctMTItMjctMjh6bTEwNC0xODZoMTA4YzE2IDAgMjggMTMgMjggMjhzLTEyIDI4LTI4IDI4aC0xMTFjLTQ3IDEtNTMgMzAtNTAgNTRzLTE4IDI3LTE4IDI3Yy0yNSA2LTMxLTE1LTMxLTE1LTIwLTYzIDE5LTEyMiA4NS0xMjJ6bTIwMiA0ODBjMCAxNS0xMyAyOC0yOCAyOGgtMjUzYy0xNSAwLTI4LTEzLTI4LTI4czEzLTI4IDI4LTI4aDk3YzM2LTIgNjQtMzIgNjQtNjkgMC0zOC0zMS03MC02OS03MHMtNjkgMzItNjkgNzBjMCA1IDAgMTAgMSAxNSAxIDMgMiA1IDIgOCAwIDE0LTE1IDI2LTI3IDI2LTEzIDAtMTktNi0yMy0xNS01LTEzLTgtMjctOC00MiAwLTY3IDU2LTEyMSAxMjQtMTIxczEyMyA1NCAxMjMgMTIxYzAgMjktMTggNjUtNDQgNzdoODJjMTUgMCAyOCAxMyAyOCAyOHptLTY2IDEwNGMwLTE4LTE0LTMyLTMxLTMycy0zMSAxNC0zMSAzMmMwIDE3IDE0IDMxIDMxIDMxczMxLTE0IDMxLTMxeiIvPjwvc3ZnPg==) no-repeat center;
    background-size:11px 39px;
    border-radius:0 4px 4px 0;
    height:56px;
    overflow:hidden;
    left:0;
    width:16px;
    background-color:#22b4cd;
    bottom:20px;
}


.iletisimIcon{float:left;font-size:14px;width:25px;margin-top:7px;color:#077E6C;}
.iletisimLabel{font-size:14px;float:left;width:calc(100% - 25px);margin-bottom:10px;color:#000;}



.lineTitle{text-align:center;color:#1F4058;font-size:20px;font-weight:600;
           background-image:url("../images/h2Title.png");background-position:center center;background-size:auto 2.5px;background-repeat:no-repeat;
}










/*********************************** FOOTER ***********************************/

.footer{margin-top:30px;background-color:#1A2335;padding:10px 0px 20px 0px;background-position:right center;background-size:auto 100%;background-repeat:no-repeat;}

.footerLogo{display:inline-block;}
.footerLogo img{width:160px;}
@media (max-width: 1199px) {
    .footerLogo{width:100%;text-align:center !important;}
}

.footeriletisim{font-size:13px;line-height:22px;font-weight:400;color:#fff;padding:10px 0px;padding-left:30px;background-position:left center;background-size:18px auto;background-repeat:no-repeat;}
.footeriletisim a{color:#fff !important;}
.footeriletisimadres{background-image:url("../images/footerLocation.svg");}
.footeriletisimtel{background-image:url("../images/footerPhone.svg");}
.footeriletisimeposta{background-image:url("../images/footerMessage.svg");}
@media (max-width: 1199px) {
    .footeriletisim{padding:25px 0px 0px 0px;background-position:top center;text-align:center;margin-bottom:25px;}
    .footeriletisimadres{padding-top:30px;}
    .footeriletisimeposta{padding-top:20px;}
}

.footerBaslik{font-weight:400;color:#fff;font-size:16px;position:relative;padding-bottom:10px;margin-bottom:15px;}
.footerBaslik:after{left:-15px;bottom:0px;width:calc(100% + 10px);height:1px;background-color:#fff;content:"";position:absolute;}
@media (max-width: 991px) {
    .footerBaslik{text-align:center;}
    .footerBaslik:after{left:calc(50% - 75px);width:150px;}
}

.footerLink{padding-bottom:10px;position:relative;font-weight:400;display:inline-block;font-size:13px;line-height:18px;color:#fff;width:100%;}
.footerLink:hover{color:#F6A200;}
.footerLinkS{font-weight:400;padding-bottom:8px;}
@media (min-width: 991px) {
    .footerLinkS{padding-left:20px;}
    .footerLinkS:before{content:"";position:absolute;top:8px;left:0px;height:2px;width:8px;background-color:#fff;}
}
@media (max-width: 991px) {
    .footerLinkCon{text-align:center !important;}
}

.footerTop{background-color:#1A2335;border-top:1px solid #fff;}
@media (max-width: 991px) {
    .footerTop{padding-bottom:50px;}
}
.footerSocial{float:right;display:inline-block;}
.footerSocialLeft{width:calc(100% - 400px);float:left;display:inline-block;}
.footerSocial img{margin:3px;height:35px;}
.footerSocialbaslik{float:left;font-size:16px;line-height:18px;color:#fff;font-weight:500;margin:12px 0px;margin-right:15px;}
@media (max-width: 991px) {
    .footerSocial, .footerSocialLeft{width:100%;text-align:center;}
    .footerSocialbaslik{float:none;margin-right:0px;}
}
.odemeYontem_baslik{font-size:17px;line-height:18px;color:#fff;font-weight:500;margin-bottom:12px;}
.odemeYontem_img_0{line-height:20px;padding:10px 0px;display:inline-block;margin-right:10px;color:#fff;font-size:14px;}
.odemeYontem_img_0 i{font-size:20px;float:left;margin-right:8px;color:#F6A200;}
.odemeYontem_img_2 i{font-size:23px;}
.odemeYontem_img_3 i{font-size:19px;}
@media (max-width: 991px) {
    .odemeYontem_baslik{text-align:center;}
}

/*********************************** FOOTER ***********************************/









.leftmenu_con{background-color:#F6A200;padding:40px 20px;}

.leftmenu_title{margin-bottom:20px;color:#fff;font-size:21px;font-weight:500;}
.leftmenu_list{padding:5px 15px 5px 0px;color:#fff;font-size:15px;line-height:20px;font-weight:400;
               -webkit-transition: all 0.5s ease;
               -moz-transition: all 0.5s ease;
               -o-transition: all 0.5s ease;
               -ms-transition: all 0.5s ease;
               transition: all 0.5s ease;
}
.leftmenu_list i{font-size:10px;float:left;margin-top:4px;margin-right:5px;}
.dot.active .leftmenu_list, .leftmenu_active{color:#1A2335;font-weight:500;}
.leftmenu_list a:focus{text-decoration:none !important;}
.leftmenu_list:hover{padding-left:15px;padding-right:0px;}











@media (min-width: 991px){
    .leftMenuArea{width:300px;}
    .rightMenuArea{width:calc(100% - 330px);}
}




h2{color:#09525E;font-size:20px;font-weight:500;}





.backgroundWhite{background-color:#fff !important;}















.squareClass{position:relative;}
.squareClass:after{content:"";display:block;padding-bottom:50%;}
.squareClass65:after{padding-bottom:66%;}
.squareClass75:after{padding-bottom:75%;}
.squareClass100:after{padding-bottom:100%;}
.contentClass{position:absolute;width:100%;height:100%;}
.squareClassBack{text-align:center;background-size:contain;background-repeat:no-repeat;background-position:center center;}









.slaytlar .owl-dots{display:block !important;position:absolute;bottom:60px;width:100%;text-align:center;}
.slaytlar button.owl-dot {
    height: 18px;
    width: 18px;
    margin: 3px;
    background: rgba(0,0,0,0.4) !important;
    border:0px !important;

}
.slaytlar button.owl-dot.active{position:relative;background: rgba(255,255,255,0.6) !important;}
.slaytlar button.owl-dot.active:after{content:"";position:absolute;height:6px;width:6px;top:6px;left:6px;background-color:rgba(0,0,0,0.4);}


#owlSlayt .owl-dots{display:block !important;position:absolute;bottom:-40px;width:100%;text-align:center;}
#owlSlayt button.owl-dot span {
    height: 14px;
    width: 14px;
    margin: 3px;
    background: #000 !important;
    border:1px solid #fff !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

}
#owlSlayt button.owl-dot.active span{background: #077E6C !important;}
#owlSlayt button.owl-next{right:0px;left:auto;background:transparent !important;font-size:20px !important;color:#fff !important;}
#owlSlayt button.owl-prev{left:0px;right:auto;background:transparent !important;font-size:20px !important;color:#fff !important;}





@media (min-width: 991px) {
    .sayfaimgDiv{padding:0px 0px 0px 30px !important;}
    .sayfaimgDivL{padding:0px 30px 0px 0px !important;}
}

.slaytSayfaC img{position:relative;z-index:10;}

.imageConST{position:absolute;z-index:0;height:100%;width:100%;top:15px;right:-15px;border:2px solid #077E6C;}
.imageConSTL{right:auto;left:-15px;}

.sayfaimgBaslik{font-size:18px;margin:10px 0px 30px 0px;color:#077E6C;font-weight:600;line-height:20px;}









.index_baslik{display:inline-block;color:#1A2335;padding:10px 0px;font-size:30px;line-height:35px;font-weight:700;}
@media (max-width:991px){
    .index_baslik{font-size:25px;line-height:30px;}
}
.index_baslik_white{color:#fff;}

.index_baslik_con{position:relative;padding-top:60px;padding-bottom:20px;}
.index_baslik_con:before{z-index:20;position:absolute;content:"";height:40px;width:2px;background-color:#1A2335;left:calc(50% - 1px);top:-40px;}
.index_baslik_con:after{z-index:20;position:absolute;content:"";height:40px;width:2px;background-color:#1A2335;left:calc(50% - 1px);top:0px;}
.index_baslik_con_topwhite:before{background-color:#fff;}
.index_baslik_con_bottomwhite:after{background-color:#fff;}



.urunler_back_con{background-position:center center;background-size:cover;}
.urunler_back{background-color:rgba(0,29,44,0.8);padding:100px 0px;}



.urun_box{height:100%;}
.urun_box_img{padding:0px 40px;}
.urun_box_img_white{padding:40px;background-color:rgba(0,29,44,0.7);}
.urun_box_baslik{position:relative;margin-top:50px;color:#001D2C;font-size:16px;line-height:23px;font-weight:400;}
.urun_box_baslik:before{height:3px;width:20px;background-color:#4CA0C6;content:"";position:absolute;top:-20px;left:calc(50% - 10px);
                        -webkit-transition: all 0.5s ease;
                        -moz-transition: all 0.5s ease;
                        -o-transition: all 0.5s ease;
                        -ms-transition: all 0.5s ease;
                        transition: all 0.5s ease;
}
.urun_box_baslik_white{color:#fff;}
.urun_box:hover .urun_box_baslik:before{width:100%;left:0px;}



.hizmetler_back{background-color:#F3F3F3;padding:100px 0px;}


.hizmetler{position:relative;padding:0px;padding-bottom:15px;text-align:center;}
.hizmetler_img{text-align:center;}
.hizmetler_img img{height:50px;width:auto;}
.hizmetler_baslik{color:#077E6C;margin:15px 0px;line-height:25px;font-size:17px;font-weight:500;}
.hizmetler_icerik{padding:0px 10px;font-size: 14px;color:#333;line-height:22px;font-weight: 400;}
.hizmetler:hover .hizmetler_baslik{color:#000;}






@media (min-width:992px){
    .bnav{
        display:none
    }
    .footer{padding:0px;}
}
@media (max-width:991px){
    .bnav{
        position:fixed;
        z-index:500;
        left:0;
        right:0;
        bottom:0;
        color:#fff;
        padding:0;
        padding:0 env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
        height:58px;
        height:calc(58px + env(safe-area-inset-bottom));
        -webkit-user-select:none;
        -moz-user-select:none;
        -ms-user-select:none;
        user-select:none;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-direction:row;
        flex-direction:row;
        -ms-flex-pack:distribute;
        justify-content:space-around;
        background:#077E6C;
        line-height:1;
        overflow:hidden;
        font-size:0;
        border-top:1px solid rgba(136, 136, 136, 0.4)
    }
    .bnav__item{
        position:relative;
        -ms-flex-preferred-size:0;
        flex-basis:0;
        -webkit-box-flex:1;
        -ms-flex-positive:1;
        flex-grow:1;
        max-width:100%;
        text-align:center;
        padding:4px 0 2px
    }
    .bnav__item+.bnav__item:before{
        position:absolute;
        left:0;
        top:12px;
        height:calc(100% - 24px);
        width:1px;
        content:"";
        background:rgba(136, 136, 136, 0.4)
    }
    .bnav__item__inner{
        display:inline-block
    }
    .bnav__item__icon{
        position:relative;
        height:21px;
        margin:4px 0px 2px 0px;
    }
    .bnav__item__label{
        line-height:18px;
        font-size:11px;
        font-weight:600;
        padding:0 4px;
        color:#fff;
        display:block;
        white-space:nowrap;
        overflow:hidden;
        -o-text-overflow:ellipsis;
        text-overflow:ellipsis
    }
}




.haberlinebox{padding:5px 0px;line-height:20px;font-size:14px;border-bottom:2px solid #444;font-weight:600;}

.haberlinebox .paylas{float:right;}
.haberlinebox .paylas span{margin-right:10px;}
.haberlinebox .haberlineboxdetay{float:left;margin-top:11px;}
.haberlinebox .haberlineboxdetay1{padding-right:15px;border-right:2px solid #444;}
.haberlinebox .haberlineboxdetay2{padding-left:15px;}

@media (max-width: 767px) {
    .haberlinebox{text-align:center;}
    .haberlinebox .haberlineboxdetay{float:none;display:inline-block;}
    .haberlinebox .paylas{width:100%;display:inline-block;float:none;margin-top:10px;margin-bottom:5px;}
}


.paylas__hint {
    font-size: 12px;
    letter-spacing: .25px;
    color: #000;
    font-weight: 500;
    margin-right:10px;
    display:inline-block;
}

.paylas__item {
    display: inline-block;
    vertical-align: middle;
    background: #e95334;
    color: #fff!important;
    text-decoration: none!important;
    font-size: 0;
    line-height: 1;
    padding: 10px;
    border-radius: 100%;
    cursor: pointer
}

.paylas__item+.paylas__item {
    margin-left: 4px
}

.paylas i{font-size:16px;line-height:16px;height:16px;width:16px;text-align:center;}


.paylas__item--facebook {
    background: #1877f2
}

@media (min-width:992px) {
    .paylas__item--facebook:hover {
        background: #0b5fcc
    }
}

.paylas__item--twitter {
    background: #0084b4
}

@media (min-width:992px) {
    .paylas__item--twitter:hover {
        background: #005f81
    }
}

.paylas__item--whatsapp {
    background: #25d366;
}

@media (min-width:992px) {
    .paylas__item--whatsapp:hover {
        background: #1da851
    }
}

.paylas__item--email {
    background: #ffb300
}

@media (min-width:992px) {
    .paylas__item--email:hover {
        background: #cc8f00
    }
}








.duyuru_box{background-color:#F2F5FA;position:relative;padding-bottom:60px;}
.duyuru_box_img{background-color:rgba(0,0,0,0.05);}
.duyuru_box_text_baslik{padding:15px 20px;color:#000;font-size:17px;line-height:25px;font-weight:500;}
.duyuru_box_text_icerik{padding:20px 20px;color:#444;font-size:13px;line-height:20px;font-weight:500;}
.duyuru_box:hover .haber_box_text_baslik{color:#68BA88;}
.duyuru_box_bottom{left:20px;width:calc(100% - 40px);position:absolute;bottom:20px;border-top:1px solid rgba(0,0,0,0.1);}
.etkinlik_takvim{margin-top:15px;background-image:url("../images/takvim.svg");padding:5px 0px 5px 30px;background-repeat:no-repeat;background-position:0px center;font-size:13px;line-height:15px;background-size:16px auto;color:#666;font-weight:600;}

.duyuru_box:hover {
    background-color:#fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
}



.haber_box{background-color:#F2F5FA;position:relative;}
.haber_box_img{background-color:#fff;float:left;width:200px;border:10px solid #F2F5FA;}
.haber_box_text{float:left;position:relative;width:calc(100% - 200px);padding-bottom:50px;}
.haber_box_text_baslik{padding:15px 20px;color:#000;font-size:17px;line-height:25px;font-weight:600;}
.haber_box_text_icerik{padding:15px 20px;padding-top:0px;color:#000;font-size:14px;line-height:23px;font-weight:400;}
.haber_box:hover .haber_box_text_baslik{color:#077E6C;}
.haber_box_btn{position:absolute;color:#fff;font-weight:500;font-size:14px;line-height:14px;bottom:10px;right:0px;
               background-color:#077E6C;padding:5px 15px 5px 15px;
}
@media (max-width: 767px) {
    .haber_box_img, .haber_box_text{float:none;width:100%;}
    .haber_box_text_baslik{padding-top:25px;}
    .haber_box_text_icerik{padding-bottom:25px;}
}


.haber_box_btn:after{position:absolute;content:"";top:0px;left:-12px;
                     width: 0; 
                     height: 0; 
                     border-top: 12px solid transparent;
                     border-bottom: 12px solid transparent; 
                     border-right:12px solid #077E6C; 
}

.haber_box:hover {
    background-color:#fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
}




body.search #header #arama{
    display:block;
    z-index:33;
    opacity:0;
}
@media (min-width:992px){
    body.search #header #arama{
        height:480px;
        opacity:1;
        visibility:visible;
        pointer-events:auto;
        padding:20px;
    }
}
@media (min-width: 1200px) {
    body.search #header #arama{
        height:330px;
    }
}
body .overlay{
    position:fixed;
    left:0;
    top:0;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    z-index:-1;
    -webkit-transition:opacity 0.375s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition:opacity 0.375s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition:opacity 0.375s cubic-bezier(0.25, 0.8, 0.25, 1);
    bottom:0;
    right:0;
    background:rgba(0, 0, 0, 0.5)
}
body #header #arama{
    -webkit-transition:all 0.375s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition:all 0.375s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition:all 0.375s cubic-bezier(0.25, 0.8, 0.25, 1);
    position:absolute;
    top:100%;
    top:calc(100% + 6px);
    line-height:20px;
    left:0;
    right:0;
    background:#fff;
    width:100%;
    border-radius:0 0 2px 2px;
    display:none
}
@media (min-width:992px){
    body #header #arama{
        display:block;
        -webkit-box-shadow:0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
        box-shadow:0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
        opacity:0;
        visibility:hidden;
        pointer-events:none;
        z-index:-1;
        height:0
    }
}
body #header #arama .not-found{
    font-weight:700;
    text-align:center;
    width:100%;
    height:100%;
    float:left;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    font-size:1.5em;
    padding:24px
}
body #header #arama .row-main{
    height:100%;
    margin:0
}
body #header #arama .row-main .col-main{
    height:100%;
    padding:0
}
body #header #arama .col-content{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    border-top:1px solid #e6e6e6;
    border-left:0
}
@media (min-width:992px){
    body #header #arama .col-content{
        border-top:0;
        border-left:1px solid #e6e6e6
    }
}
body #header #arama .col-content .content{
    width:100%;
    float:left;
    padding:32px;
    display:none;
    text-align:center
}
body #header #arama .col-content .content:first-child{
    display:block
}
body #header #arama .col-content .content .title{
    color:#000;
    font-weight:700;
    display:block;
    margin-bottom:16px
}
body #header #arama .col-content .content .title a{
    color:#6292c0;
    text-decoration:none
}
body #header #arama .col-content .content .title a:hover{
    color:#8ac7e3
}
body #header #arama .col-content .content .thumb{
    border-radius:2px;
    border:1px solid #e6e6e6;
    height:192px;
    display:inline-block;
    vertical-align:middle;
    width:192px;
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat
}
body #header #arama .col-content .content .thumb img{
    max-width:100%;
    max-height:100%;
    visibility:hidden;
    pointer-events:none;
    opacity:0
}
body #header #arama .col-content .content .price{
    margin-top:12px;
    color:#6292c0;
    cursor:default;
    display:inline-block;
    position:relative;
    z-index:1;
    text-align:center
}
body #header #arama ul{
    float:left;
    width:100%;
    height:100%;
    list-style:none
}
body #header #arama ul li{
    float:left;
    width:100%;
    height:20%
}
body #header #arama ul li:last-child a{
    border-radius:0 0 0 2px;
    border-bottom:0
}
body #header #arama ul li a{
    border-bottom:1px solid #e6e6e6;
    font-size:.96em;
    padding:12px;
    float:left;
    width:100%;
    height:100%;
    color:#000;
    text-decoration:none
}
@media (min-width:992px){
    body #header #arama ul li a.hovered,body #header #arama ul li a:hover{
        background:#e6e6e6
    }
    body #header #arama ul li a.hovered{
        position:relative
    }
    body #header #arama ul li a.hovered:after{
        width:0;
        height:0;
        content:"";
        position:absolute;
        right:-24px;
        top:0;
        top:calc(50% - 12px);
        border:12px solid transparent;
        border-left-color:#e6e6e6
    }
}
body #header #arama ul li a span{
    display:block
}
body #header #arama ul li a span.kod{
    font-weight:600
}













.branslar_box{z-index:9;position:relative;padding-bottom:40px;}
.branslar_box_img{background-color:#fff;padding:5px;
                  -webkit-border-radius:35% !important;
                  -moz-border-radius:35% !important;
                  border-radius:35% !important;
                  -webkit-transition: all 0.5s ease;
                  -moz-transition: all 0.5s ease;
                  -o-transition: all 0.5s ease;
                  -ms-transition: all 0.5s ease;
                  transition: all 0.5s ease;
}
.branslar_box_img img{
	-webkit-transition: all 0.5s ease;
                  -moz-transition: all 0.5s ease;
                  -o-transition: all 0.5s ease;
                  -ms-transition: all 0.5s ease;
                  transition: all 0.5s ease;
}
.branslar_box:hover .branslar_box_img img{
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.3); 
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.3);
}
.branslar_index .branslar_box:hover .branslar_box_img img{
	-webkit-box-shadow: 0px 0px 15px 5px rgba(255,255,255,0.25); 
	box-shadow: 0px 0px 15px 5px rgba(255,255,255,0.25);
}
.branslar_box:hover .branslar_box_img{
	padding:0px;
}
.branslar_index .branslar_box:hover .branslar_box_img{
	padding:0px;
}
.branslar_box_img img{display:block;
                      -webkit-border-radius:35% !important;
                      -moz-border-radius:35% !important;
                      border-radius:35% !important;
}
.branslar_box_baslik{margin-top:20px;color:#000;text-align:center;font-size:15px;line-height:25px;font-weight:500;}
.branslar_box_baslik_white{color:#fff;}
.branslar_box_btn{z-index:10;position:absolute;font-weight:500;opacity:0;bottom:-20px;left:0px;text-align:center;width:100%;
                  -webkit-transition: all 0.5s ease;
                  -moz-transition: all 0.5s ease;
                  -o-transition: all 0.5s ease;
                  -ms-transition: all 0.5s ease;
                  transition: all 0.5s ease;
}
.branslar_box_btn_a{background-color:#F6A200;color:#fff;padding:5px 10px;display:inline-block;font-size:13px;line-height:13px;
	-webkit-border-radius:5px !important;
                      -moz-border-radius:5px !important;
                      border-radius:5px !important;
}
.branslar_box:hover .branslar_box_btn{opacity:1;bottom:5px;}
.branslar_index{position:relative;z-index:10;padding-bottom:100px;background-color:#1A2335;}
.branslar_index:before{position:absolute;bottom:-1px;left:0px;z-index:12;content:"";height:100px;width:100%;background-image:url("../images/branslar_bottom.png");background-position:center center;background-repeat:no-repeat;background-size:105% 100%;}
.branslar_index .branslar_box_img{background-color:#1A2335;}
.branslar_index_btn{position:relative;z-index:15;margin-top:50px;}




.isbirlikleri_box{background-color:#fff;
-webkit-transition: all 0.5s ease;
                  -moz-transition: all 0.5s ease;
                  -o-transition: all 0.5s ease;
                  -ms-transition: all 0.5s ease;
                  transition: all 0.5s ease;
}
.isbirlikleri_box:hover{
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.25); 
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.25);
}

.isbirlikleri_box_baslik{border-top:1px solid #ddd;padding:15px 10px;text-align:center;color:#077E6C;font-weight:500;font-size:14px;line-height:18px;}



.belgeDiv{display:inline-block;height:180px;padding:20px;}



.hastarehberi_box{position:relative;background-color:#F2F5FA;padding-bottom:50px;}
.hastarehberi_box_con{padding:20px;}
.hastarehberi_box_baslik{margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #077E6C;color:#000;font-size:15px;line-height:25px;font-weight:500;}
.hastarehberi_box_icerik{color:#000;font-size:13px;line-height:22px;font-weight:300;}
.hastarehberi_box_btn{font-size:12px;line-height:100%;padding:8px 12px;background-color:#077E6C;color:#fff;display:inline-block;position:absolute;bottom:20px;right:20px;
                      -webkit-border-radius: 5px !important;
                      -moz-border-radius: 5px !important;
                      border-radius: 5px !important;
}
.hastarehberi_box_btn i{margin-left:5px;}
.hastarehberi_box:hover .hastarehberi_box_btn{background-color:#F6A200;}
.hastarehberi_box:hover .contentClass{background-color:rgba(0,0,0,0.5);background-image:url("../images/search.svg");background-size:30px 30px;background-repeat:no-repeat;background-position:center center;}





.hizmetler_con{height:210vw;position:relative;}
.hizmetler_box{position:absolute;width:100%;height:70vw;top:0px;left:0px;background-size:auto 100%;background-position:left center;
               -webkit-transition: all 0.5s ease;
               -moz-transition: all 0.5s ease;
               -o-transition: all 0.5s ease;
               -ms-transition: all 0.5s ease;
               transition: all 0.5s ease;
}
.hizmetler_box a{display:inline-block;}
.hizmetler_box_1{top:calc(100% / 3);}
.hizmetler_box_2{top:calc(100% / 3 * 2);}
.hizmetler_box_con{z-index:10;position:absolute;top:0px;left:0px;height:100%;width:100%;
                   -webkit-transition: all 0.5s ease;
                   -moz-transition: all 0.5s ease;
                   -o-transition: all 0.5s ease;
                   -ms-transition: all 0.5s ease;
                   transition: all 0.5s ease;
}
.hizmetler_box_con_color{background-color:rgba(0,0,0,0.5);}
.hizmetler_box_1 .hizmetler_box_con{right:0px;left:auto;background-position:center center;}
.hizmetler_box_2 .hizmetler_box_con{right:0px;left:auto;background-position:right center;}
.hizmetler_box_con_baslik{margin-bottom:20px;font-size:25px;font-weight:700;color:#fff;}
.hizmetler_box_con_btn{padding:10px 20px;border:1px solid #fff;color:#fff;background-color:transparent;display:inline-block;}
.hizmetler_box:hover .hizmetler_box_con_btn{background-color:#F6A200;}


@media (min-width: 991px){
    .hizmetler_con{height:600px;}
    .hizmetler_box{width:calc(100% / 3);height:600px;}
    .hizmetler_box_1{right:calc(100% / 3);left:auto;top:0px;}
    .hizmetler_box_2{right:0px;left:auto;top:0px;}
    
    .hizmetler_con:hover .hizmetler_box_con{opacity:0;
                                            -webkit-transition: all 0.5s ease;
                                            -moz-transition: all 0.5s ease;
                                            -o-transition: all 0.5s ease;
                                            -ms-transition: all 0.5s ease;
                                            transition: all 0.5s ease;
    }
    .hizmetler_box_0:hover .hizmetler_box_con{opacity:1;}
    .hizmetler_box_1:hover .hizmetler_box_con{opacity:1;}
    .hizmetler_box_2:hover .hizmetler_box_con{opacity:1;}
	
    .hizmetler_box_0:hover:before{opacity:1;content:"";position:absolute;top:0px;left:0px;height:100%;width:300%;z-index:0;
                                  -webkit-transition: all 0.5s ease;
                                  -moz-transition: all 0.5s ease;
                                  -o-transition: all 0.5s ease;
                                  -ms-transition: all 0.5s ease;
                                  transition: all 0.5s ease;
    }
    .hizmetler_box_1:hover:before{opacity:1;content:"";position:absolute;top:0px;left:-100%;height:100%;width:300%;z-index:0;background-position:center center;
                                  -webkit-transition: all 0.5s ease;
                                  -moz-transition: all 0.5s ease;
                                  -o-transition: all 0.5s ease;
                                  -ms-transition: all 0.5s ease;
                                  transition: all 0.5s ease;
    }
    .hizmetler_box_2:hover:before{opacity:1;content:"";position:absolute;top:0px;left:-200%;height:100%;width:300%;z-index:0;background-position:right center;
                                  -webkit-transition: all 0.5s ease;
                                  -moz-transition: all 0.5s ease;
                                  -o-transition: all 0.5s ease;
                                  -ms-transition: all 0.5s ease;
                                  transition: all 0.5s ease;
    }
}


@media (max-width: 991px){
	.hizmetler_box_0 .hizmetler_box_con{background-position:center center !important;background-size:cover !important;}
	.hizmetler_box_1 .hizmetler_box_con{background-position:center center !important;background-size:cover !important;}
	.hizmetler_box_2 .hizmetler_box_con{background-position:center center !important;background-size:cover !important;}
}










.indexBaslikLine{color:#fff;font-weight:500;background-color:#F6A200;display:inline-block;padding:6px 20px 5px 20px;font-size:16px;line-height:20px;
                 -webkit-border-radius: 10px !important;
                 -moz-border-radius: 10px !important;
                 border-radius: 10px !important;
}




#sikca-sorulan-sorular {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    width: 100%;
    list-style: none;
    padding:0px;
}

#sikca-sorulan-sorular i{float:right;font-size:23px;color:#077E6C;margin-right:5px;
                         -webkit-transform: rotate(0deg);
                         -ms-transform: rotate(0deg);
                         transform: rotate(0deg);
                         -webkit-transition: all 0.1s ease;
                         -moz-transition: all 0.1s ease;
                         -o-transition: all 0.1s ease;
                         -ms-transition: all 0.1s ease;
                         transition: all 0.1s ease;
}
#sikca-sorulan-sorular li .question.opened i{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#sikca-sorulan-sorular li .question span{width:calc(100% - 30px);display:inline-block;}

#sikca-sorulan-sorular>li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    line-height:23px;
    color: #323232;
}

#sikca-sorulan-sorular li:last-child {
    border-bottom: 0;
}

#sikca-sorulan-sorular li .question {
    cursor: pointer;
    padding: 15px 4px;
    display: block;
    font-size:15px;
    width: 100%;
}

#sikca-sorulan-sorular li .question.opened {
    color: black;
}

#sikca-sorulan-sorular li .question.opened .material-icons {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #eee;
    color: black;
}

#sikca-sorulan-sorular li .question .material-icons {
    border-radius: 100%;
    -webkit-transition: -webkit-transform 0.375s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: -webkit-transform 0.375s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: transform 0.375s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.375s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.375s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.375s cubic-bezier(0.25, 0.8, 0.25, 1);
    vertical-align: middle;
    margin-top: -3.5px;
    margin-right: 8px;
    color: #3c97b2;
    padding: 2px;
    line-height: 24px;
}

#sikca-sorulan-sorular li .question span {
    line-height: 24px;
}

#sikca-sorulan-sorular li .answer {
    margin-bottom: 36px;
    font-weight: 400;
    display: none;
    width: 100%;
    font-size:15px;line-height:23px;
    padding: 0px 4px;
}




.ekibimiz_box{padding:20px 15px;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.25); 
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.25);
}

.ekibimiz_box_img{width:180px;display:inline-block;overflow:hidden;border:1px solid #077E6C;margin-bottom:10px;
 -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}
.ekibimiz_box_isim{text-align:center;color:#1A2335;font-weight:700;font-size:20px;line-height:120%;margin-bottom:10px;}
.ekibimiz_box_unvan{min-height:45px;border-bottom:1px solid #077E6C;padding-bottom:10px;text-align:center;color:#F6A200;font-weight:600;font-size:13px;line-height:150%;margin-bottom:15px;}


.kisi_icon{float:left;font-size:14px;width:20px;margin-top:7px;color:#077E6C;}
.kisi_label{font-size:13px;float:left;width:calc(100% - 20px);margin-bottom:4px;color:#000;font-weight:500;}






#doktoraSorun{position:fixed;color:#fff;font-size:15px;line-height:15px;top:calc(50vh - 100px);right:0px;background-color:#077E6C;padding:15px 20px 15px 60px;z-index:99;
background-image:url("../images/doc_icon_white.svg");background-size:30px auto;background-repeat:no-repeat;background-position:20px center;
transform: rotate(270deg);
transform-origin: bottom right;
-webkit-border-radius: 10px 10px 0px 0px !important;
    -moz-border-radius: 10px 10px 0px 0px !important;
    border-radius: 10px 10px 0px 0px !important;
}





.subelerimiz_box{
	padding:10px;font-size:15px;text-align:center;color:#000;border:1px solid #F6A200;letter-spacing:0.5px;font-weight:500;
	-webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
	-webkit-transition: all 0.5s ease;
                  -moz-transition: all 0.5s ease;
                  -o-transition: all 0.5s ease;
                  -ms-transition: all 0.5s ease;
                  transition: all 0.5s ease;
}
.subelerimiz_box:hover{
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.25); 
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.25);
}


.colorRed{color:red !important;}


.form-group{
	background-color: #fff;
    border: 1px solid #dadce0;
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 24px;
}

.form-control{background-color:transparent;font-size:15px !important;border:0px;padding-left:0px !important;color:#000;box-shadow:none !important;
	border-bottom:1px solid rgba(0,0,0,.12);
}

.form-control-red{
	border-bottom:1px solid red;
}

.form-control:focus{
  border-color: #077E6C;
}


.form-control:focus::-webkit-input-placeholder {
    color: #fff !important;
}
.form-control:focus::-moz-placeholder  {
    color: #fff !important;
}
.form-control:focus:-ms-input-placeholder {
    color: #fff !important;
}
.form-control:focus:-moz-placeholder {
    color: #fff !important;
}



.saglikBaslik{font-size:18px;line-height:23px;font-weight:700;color:red;}
.saglikAltBaslik{font-size:14px;line-height:20px;font-weight:400;color:#000;}








.parallax-wrap span {
  position: absolute;
  display:inline-block;
  height: 100px;
  width: 100px;
  background-size:100px 100px;
  background-repeat:no-repeat;
  background-position:center center;
  border-radius: 100%;
  z-index: 3;
}
@media (max-width:767px) { 
	.parallax-wrap span {height: 40px; width: 40px; background-size:40px 40px;}
}
.parallax-wrap span:nth-child(1) {
  top: 30%;
  left: 3%;
  background-image:url("../images/brans_1.svg");
}
@media (max-width:767px) {
    .parallax-wrap span:nth-child(1) {
        top: 25%;
    }
}
.parallax-wrap span:nth-child(2) {
  top: 25%;
  left: 15%;
  background-image:url("../images/brans_2.svg");
}
@media (max-width:767px) {
    .parallax-wrap span:nth-child(2) {
        top: 10%;
    }
}
.parallax-wrap span:nth-child(3) {
  top: 50%;
  left: 20%;
  z-index: 3;
  background-image:url("../images/brans_3.svg");
}
@media (max-width:767px) {
    .parallax-wrap span:nth-child(3) {
        top: 35%;
    }
}
.parallax-wrap span:nth-child(4) {
  top: 65%;
  left: 5%;
  background-image:url("../images/brans_4.svg");
}
@media (max-width:767px) {
    .parallax-wrap span:nth-child(4) {
        top: 50%;
    }
}
.parallax-wrap span:nth-child(5) {
  top: 75%;
  left: 18%;
  background-image:url("../images/brans_5.svg");
}
@media (max-width:767px) {
    .parallax-wrap span:nth-child(5) {
        top: 60%;
    }
}




.parallax-wrap span:nth-child(6) {
  top: 35%;
  right: 5%;
  background-image:url("../images/brans_6.svg");
}
@media (max-width:767px) {
    .parallax-wrap span:nth-child(6) {
        top: 25%;
    }
}
.parallax-wrap span:nth-child(7) {
  top: 25%;
  right: 15%;
  background-image:url("../images/brans_7.svg");
}
@media (max-width:767px) {
    .parallax-wrap span:nth-child(7) {
        top: 10%;
    }
}
.parallax-wrap span:nth-child(8) {
  top: 45%;
  right: 20%;
  z-index: 3;
  background-image:url("../images/brans_8.svg");
}
@media (max-width:767px) {
    .parallax-wrap span:nth-child(8) {
        top: 35%;
    }
}
.parallax-wrap span:nth-child(9) {
  top: 65%;
  right: 5%;
  background-image:url("../images/brans_9.svg");
}
@media (max-width:767px) {
    .parallax-wrap span:nth-child(9) {
        top: 50%;
    }
}
.parallax-wrap span:nth-child(10) {
  top: 78%;
  right: 18%;
  background-image:url("../images/brans_10.svg");
}
@media (max-width:767px) {
    .parallax-wrap span:nth-child(10) {
        top: 60%;
    }
}






.parallax-wrap span:nth-child(1) { animation: swing1 ease-in-out 1s infinite alternate; transform-origin: center -20px; }
.parallax-wrap span:nth-child(2) { animation: swing2 ease-in-out 1s infinite alternate; transform-origin: center -20px; }
.parallax-wrap span:nth-child(3) { animation: swing2 ease-in-out 1s infinite alternate; transform-origin: center -20px; }
.parallax-wrap span:nth-child(4) { animation: swing3 ease-in-out 1s infinite alternate; transform-origin: center -20px; }
.parallax-wrap span:nth-child(5) { animation: swing2 ease-in-out 1s infinite alternate; transform-origin: center -20px; }
.parallax-wrap span:nth-child(6) { animation: swing1 ease-in-out 1s infinite alternate; transform-origin: center -20px; }
.parallax-wrap span:nth-child(7) { animation: swing2 ease-in-out 1s infinite alternate; transform-origin: center -20px; }
.parallax-wrap span:nth-child(8) { animation: swing3 ease-in-out 1s infinite alternate; transform-origin: center -20px; }
.parallax-wrap span:nth-child(9) { animation: swing2 ease-in-out 1s infinite alternate; transform-origin: center -20px; }
.parallax-wrap span:nth-child(10) { animation: swing1 ease-in-out 1s infinite alternate; transform-origin: center -20px; }

@keyframes swing1 {
    0% { transform: rotate(5deg); margin-top:10px; }
    100% { transform: rotate(-5deg); margin-top:0px; }
}
@keyframes swing2 {
    0% { margin-top:-5px; }
    100% { margin-top:5px; }
}
@keyframes swing3 {
    0% { transform: rotate(3deg); margin-top:0px; }
    100% { transform: rotate(-3deg); margin-top:15px; }
}


