@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

body {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

html,
body {
    min-height: 100%;
}

body::-webkit-scrollbar-thumb {
    background: #e8e8e8;

}

body::-webkit-scrollbar {
    width: 8px;
}

body p{color: #555; line-height: 23px; font-size: 14px;}
.container, .konten {
    width: 1180px;
    position: relative;
    margin: 0 auto;

}

.container-slider {
    width: 1500px;
    position: relative;
    margin: 0 auto;
}


.clear:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
.top-nav-right .widget_custom_html{
  float: left !important;
  display: block !important;
}

.b2 {
    float: left;
    width: 50%;
}

.b10 {
    width: 20%;
    float: left;
}

/* header */

/* top-nav */
.top-nav {
    width: 100%;
    background: rgb(0, 60, 102);
    background: linear-gradient(9deg, rgba(0, 60, 102, 1) 30%, rgba(0, 22, 30, 1) 100%);
    height: 50px;
    display: flex;
}



.top-nav ul {
    list-style: none;


}

.top-nav a {
    text-decoration: none;
    color: #ffffff;
    letter-spacing: 0.7px;
    transition: all 0.4s;
}

.top-nav a:hover {
    color: #efefef;
}

.top-nav .top-nav-left li {
    float: left;
    line-height: 50px;
    margin-right: 60px;
}

.top-nav-left ul {
    display: inline;
}

.top-nav .top-nav-left li i {
    margin-right: 5px;
}

.top-nav .top-nav-right ul:first-child {
    float: right;
}

.top-nav .top-nav-right ul:first-child li {
    float: left;
    margin-left: 15px;

}

.top-nav .top-nav-right ul:last-child li:last-child {
    margin-left: 40px;
    padding: 7px 7px;
    border-radius: 50%;
    margin-top: -5px;
    line-height: 5px;
    transition: all 0.3s;

}

/* social hover effects */

.top-nav .top-nav-right ul:first-child li:nth-child(2):hover a {
    color: #4267B2;
}

.top-nav .top-nav-right ul:first-child li:nth-child(3):hover a {
    color: #1DA1F2;
}

.top-nav .top-nav-right ul:first-child li:nth-child(4):hover a {
    background: -webkit-linear-gradient(#FF8008, #FFC837);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.top-nav li{color: #fff;}


.top-nav .top-nav-right ul:first-child li:first-child {
    margin-right: 25px;
}

.top-nav.top-nav-right ul:first-child li:first-child i {
    margin-right: 2px;
}

.global-item {
    position: relative;
}



.global-sub-menu {
    position: absolute;
    z-index: 2;
    top: 35.5px;
    background-color: #ffffff;
    width: 100%;
    flex-direction: column;
    text-align: center;
    padding-left: 0px !important;
    display: none;


}

.none {
    display: none !important;
}

.global-sub-menu li {
    margin-right: 0px !important;
    margin-left: 0px !important;
    float: none !important;
    padding: 10px 0px !important;
    margin-top: 0px !important;
    border-radius: 0px !important;
    transition: all .5s ease-out;
    line-height: 15px !important;
    border: 1px solid #efefef;
    width: 80px;
        background: #fff;

}

.global-sub-menu a {
    color: #004676;
    display: block;
    width: 80px;
}

.global-sub-menu li:hover a {
    color: #ffffff !important;
}

.global-sub-menu li:hover {
    background-color: #004676 !important;
}


/* search overlay */


/* The overlay effect with black background */
.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    background-color: rgba(160, 57, 73, 0.8);
    /* Black with a little bit see-through */
}

/* The content */
.overlay-content {
    position: relative;
    top: 38%;
    width: 30%;
    text-align: center;
    left: 30px;
    margin-top: 30px;
    margin: 0 auto;
}

/* Close button */
.overlay .closebtn {
    font-size: 60px;
    cursor: pointer;
    position: absolute;
    top:30px;
    right: 45px;
    color: white;
    transition: 0.5s all;
}

.overlay .closebtn:hover {
    color: #efefef;
}

@media screen and (max-width:1426px) {
.header-notice .emir{
  position: relative;
  top:-34px;
}
.header-notice i{
  top: 2px !important;
    left: -27px !important;}

}

@media screen and (max-width:900px) {
    .overlay .closebtn {
        color: #ca1318;
    }
}

/* Style the search field */
.overlay input {
    padding: 15px;
    position: relative;
    font-size: 17px;
    border: none;
    float: left;
    color: #fff;
    margin: 0 auto;
    width: 80%;
    border-bottom: 1px solid #efefef;
    background: transparent;
    outline: none;
}


.overlay input::placeholder {
  color: #fff;
  opacity: 1;
}

.overlay input:-ms-input-placeholder {
    color: #fff;
}

.overlay input::-ms-input-placeholder {
    color: #fff;
}


/* Style the submit button */
.overlay button {
    float: left;
    border-radius: 10px;
    border: none;
    background: transparent;
    cursor: pointer;
    width: 12%;
    margin-top: 5px;
    color: #fff;
}

/*whatsapp widget*/
.whtsp-ac{
    position: fixed;
    bottom: 25px;
    right: 25px;
    padding: 10px;
    border-radius: 100%;
    padding: 10px 12px;
    padding-top: 12px;
    line-height: 30px;
    text-align: center;
    font-size: 32px;
    background: #128C7E;
    color: #fff;
    z-index: 999;
	cursor:pointer;
}

.whtsp-ac svg{
	width: 30px;
    height: 30px;
    fill: #fff;
}

.yaziyo{
position: fixed;
    bottom: 65px;
    right: 63px;
    background: #c1c1c1;
    padding: 2px 12px;
    border-radius: 17px 17px 0px;
    z-index: 999;
    padding-top: 0px;
}
.sil{display:none !important;}
.goster{display:block !important;}
div#wave {
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
div#wave .dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 3px;
  background: #303131;
  animation: wave 1.3s linear infinite;
}
div#wave .dot:nth-child(2) {
  animation-delay: -1.1s;
}
div#wave .dot:nth-child(3) {
  animation-delay: -0.9s;
}

@keyframes wave {
  0%, 60%, 100% {
    transform: initial;
  }
  30% {
    transform: translateY(-5px);
  }
}

.whatsapp-wrap{
	background-image:url("https://cosylifeconsulting.com/wp-content/uploads/2022/05/whtsp-bg.jpg") !important;
	background-repeat: no-repeat;
	background-size:cover !important;
	position:fixed;
	right:25px;
	bottom:95px;
	width:350px;
	height:250px;
	background:#fff;
	border-radius:15px;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(7,94,84,1);
    -moz-box-shadow: 0px 0px 24px 0px rgba(7,94,84,1);
    box-shadow: 0px 0px 24px 0px rgba(7,94,84,1);
	z-index: 99999999;
}
.whatsapp-tepe{
	background: #075E54;
    color: #fff;
    padding: 10px;
    height: 51px;
    border-radius: 13px 13px 0px 0px;
-webkit-box-shadow: 0px 11px 19px -14px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 11px 19px -14px rgba(0,0,0,0.75);
box-shadow: 0px 11px 19px -14px rgba(0,0,0,0.75);
}

.w-profil{float:left;}

.w-profil img{width: 50px;
    border-radius: 50px;}
.w-isim{
	position: relative;
    left: 15px;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    top: 6px;
}
.w-isim span{
	display: block;
    font-size: 14px;
    font-weight: normal;
}
.w-chat{
	width: 90%;
    float: left;
    padding: 20px;
    margin-top: 2px;
}

.w-chat li{
	float:right; 
font-size: 14px;
    background: #DCF8C6;
 
    width: fit-content;
	position:relative;
	color:#222;
    
	border-radius: 12px 0px 12px 12px;
    margin-bottom: 11px;
    -webkit-box-shadow: 0px 0px 14px -7px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 14px -7px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 14px -7px rgb(0 0 0 / 75%);
}
.w-chat li:hover{
	background:#c5f79e;
}

.w-chat li{display:block;}

.w-chat li a{padding:10px; display:block; text-decoration: none; color: #222;}

.w-chat li:first-child{float:left; background:#fff; cursor:normal; border-radius: 0px 12px 12px 12px; cursor:pointer;}



.w-chat li:before{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 13px 0px 0;
    border-color: #DCF8C6 transparent transparent transparent;
    position: absolute;
    right: -13px;
    top: 0px;
}


.w-chat li:first-child:before{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 13px 13px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    left: -13px;
    top: 0px;
}

.whatsapp-vuct svg{width: 20px;
    width: 20px;
    height: 20px;
    fill: #128C7E;
    float: right;
    bottom: 20px;
    position: absolute;
    right: 15px;
    cursor: pointer;
}
/*whatsapp widget*/
.overlay button i {
    border: none;
    padding: 10px;
    margin-top: 0px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    font-size: 24px;
}

/* bot-nav */

.bot-nav {
    width: 100%;
    height: 80px;
    background-color: #ffffff;
}

.logo {
    width: 220px;
    margin-top: 10px;

}

.logo img {
    width: 100%;
}



/* nav */

nav .menu-item-has-children .fa-plus {
    display: none;
}

nav ul:nth-of-type(1) li a {
    color: #004676;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 40px 0px;
}

nav {
    width: 60%;
    float: left;
}

nav ul:nth-of-type(1) {
    float: right;
    list-style: none;
    margin-top: 17px;
    margin-right: -50px;
}

nav ul:nth-of-type(1) li {
    display: inline;
    line-height: 45px;
    margin-left: 20px;
}



.menu-item-has-children {
    position: relative;
}

.menu-item-has-children:hover .sub-menu {
    display: block;
    z-index: 99999;
}



nav ul .menu-item-has-children .sub-menu {
    position: absolute;
    left: -50px;
    top: 32px;
    min-width: 180px;
    float: none !important;
    padding-left: 0px !important;
    display: none;

}


nav ul .menu-item-has-children .sub-menu li {
    margin-left: 0px !important;
    line-height: 25px !important;

}

nav ul .menu-item-has-children .sub-menu li a {
    width: 180px;
    display: inline-flex;
      background-color: #fff;
    padding: 10px 20px;
    border: 1px solid #efefef;
}




@media screen and (min-width:992px) {
  .sub-menu .sub-menu{
    left: 220px !important;
    top:-32px !important;
    display: none !important;
  }
  .sub-menu .menu-item-has-children:hover .sub-menu{display: block !important;}
nav ul .menu-item-has-children .sub-menu li a:hover {
  background: #004676;
  color: #fff;
}

}




.appoint {
    float: right;
    width: 12%;
    line-height: 50px;
    margin-top: 15px;
}



.appoint a:hover i {
    animation: taklaci 0.5s ease-in-out;
}

@keyframes taklaci {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.appoint a {
    float: right;
    display: inline;
    color: #ffffff;
    text-decoration: none;
    background: rgb(0, 60, 102);
    background: linear-gradient(90deg, rgba(0, 60, 102, 1) 0%, rgba(0, 22, 30, 1) 50%, rgba(0, 22, 30, 1) 100%);
    border-radius: 9999px;
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;

}



.appoint i {
    margin-right: 5px;
    font-size: 18px;

}


/* header notice */

.header-notice {
    position: absolute;
    background-color: #fff;
    width: 37%;
    height: 35px;
    border-top: 1px solid #efefef;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%);
    line-height: 35px;
    padding-left: 60px;
    z-index: 1;
    right: 0;
}

.red{
  color: #490300 !important;
}

.header-notice i {
    margin-right: 5px;
    font-size: 17px;
    position: relative;
    top:-11px;
    color: #004676;
    animation: mymove 2s infinite;
}
@keyframes mymove {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}

.header-notice a {
    text-decoration: none;
    color: #111;
}

.header-notice p {
    display: inline;
    margin-left: 5px;
}

.header-notice span {
    color: #111;
}

.mobile-menu {
    display: none;
}

.top-nav-mobile {
    display: none;
}

.acils{
  position: fixed;
  top:240px;
  right: 0px;
  width: auto;
  right: -290px;
  transition:all 1s;
  z-index: 10;
}
.acils .f-title{display: none;}
.acils-top{
  width: 290px;
  right: -3px;
  transition:all 1s;
}
.acil-con ul{list-style: none; padding-left: 0px;}
.acil-con{
  background: linear-gradient(274deg, rgba(0, 60, 102, 1) 0%, rgba(0, 22, 30, 1) 50%, rgba(0, 22, 30, 1) 100%);
  padding: 7px 10px;
  border-radius: 10px 0px 0px 10px;
  width: 270px;
  position: relative;
  transition:all 1s;
}
.acil-con li a{display: flex; padding: 10px; text-decoration: none; color: #fff; border-bottom: 1px solid rgba(255, 255, 255, 0.1);}

.acil-iko{
  position: relative;
  top:68px;
  color: #fff;
  right: 60px;
  padding: 10px;
  background: linear-gradient(90deg, rgba(0, 60, 102, 1) 0%, rgba(0, 22, 30, 1) 50%, rgba(0, 22, 30, 1) 100%);
  width: 40px;
  height: 40px;
  font-size: 27px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px 0px 0px 5px;
   animation: pulse 1.5s infinite;
   cursor: pointer;
   transition:all 1s;
}

.secs{margin-bottom: -29px;}

.secs .item{
  width: 12% !important;
  border-top: 1px solid #e6e6e6;

}
.secs .MS-content{
  margin: 15px 0% !important;
}
.secs .item img{ width: 100%;}
.secs .MS-controls{display: none;}
.b-s{position: relative; top:20px;}

/* footer */
.heist{width: 100%; clear: both; height: 60px; background: red;}
footer {
    margin-top: auto;
    color: #fff;

}
.um-profile-nav, .um-profile-body{display: none;}
.um-dropdown ul li:nth-child(2){display: none;}
footer ul {
    list-style: none;
    padding-left: 0px;
}

footer li {
    margin-bottom: 20px;
}

footer a {
    text-decoration: none;
    color: #fff;
    transition: .3s;
}

.footer-top {
    width: 100%;
    height: 300px;
  background: #001d2c;
    padding: 50px 0 120px 0;
}

.f-b4 {
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding: 0px 10px;
}

.f-b4 a:hover {
    color: #e7052b;
}
.f-b4 li{ color: #fff;}

.f-b4:first-child i {
    margin-right: 10px;
}



.f-logo img {
    width: 210px;
    margin-top: 20px;
}

.f-logo {
    margin-bottom: 25px;
    margin-top: 15px;
}

.f-sos li{display: inline; margin-right: 7px; font-size: 22px;}

.f-title {
    font-size: 19px;
    color: #fff;
    margin-top: 40px;
    width: 90%;
    margin-bottom: 27px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.google-map iframe {
    border-radius: 15px;
    margin-top: 5px;

}

.footer-bot {
    width: 100%;
    text-align: center;
    height: 50px;
    background-color: #004676;
    line-height: 50px;
}

.footer-wrapper {
    width: 100%;
    padding-top: 15px;
    background: rgb(0, 60, 102);
    background: linear-gradient(251deg, rgba(0, 60, 102, 1) 30%, rgba(0, 22, 30, 1) 100%);
}


.footer-bot{
  background: linear-gradient(
251deg
, rgba(0, 60, 102, 1) 30%, rgba(0, 22, 30, 1) 100%);
}


.footer-bot ul {
    padding-top: 10px;

}

.footer-bot ul li {
    display: inline-block;
    margin-bottom: 0px;
}

.footer-bot a:hover {
    color: #00ff4c;
}


.first-content {
    margin-left: -4px;
}

/* kutular */
.b3-c {
    float: left;
    width: 33.3%;
    box-sizing: border-box;
}

.cards {
    position: relative;
    bottom: 17%;
}

.card {
    padding: 30px;
    color: #ffffff;
    margin: 10px;
    background: rgb(0, 60, 102);
    background: linear-gradient(274deg, rgba(0, 60, 102, 1) 0%, rgba(0, 22, 30, 1) 50%, rgba(0, 22, 30, 1) 100%);
    box-shadow: 0 8px 6px -6px black;
    border-radius: 10px;
}

.cards .b3-c:nth-child(2) .card {
    background: rgb(0, 60, 102);
    background: linear-gradient(180deg, rgba(0, 60, 102, 1) 0%, rgba(0, 22, 30, 1) 50%, rgba(0, 22, 30, 1) 100%);

}

.cards .b3-c:nth-child(3) .card {
    background: rgb(0, 60, 102);
    background: linear-gradient(90deg, rgba(0, 60, 102, 1) 0%, rgba(0, 22, 30, 1) 50%, rgba(0, 22, 30, 1) 100%);
}

.cards a:hover {
    color: #efefefef;

}



.card-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.cards a {
    color: white;
    text-decoration: none;
    text-align: center;
    display: block;
    font-weight: 500;
    transition: all 0.4s;
    font-size: 15px;
}

.card p {
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
}

.card .fa-chevron-right {
    margin-left: 5px;
}

.card-icon {
    text-align: center;
    margin-bottom: 10px;

}

.card-icon i {
    font-size: 40px;
}

/* cards mobile */
.instagram-iko{display: none;}
.whatsapp-iko{display: none;}

.pulses:hover {
  animation: none;
}

 @-webkit-keyframes pulses {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.8)
  }
  70% {
      -webkit-box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
@keyframes pulses {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.8);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
      box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
      box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
@media screen and (max-width:750px) {
    .logo img{
        width: 169px;
    margin-top: 7px;
    }
        /*whatsapp widget*/
    .whtsp-ac{
        bottom: 18px;
        right: 18px;
    
        }
        
        .yaziyo{
         bottom: 58px;
        right: 54px;
    
        }
        
        .whatsapp-wrap{
            width: 96%;
            right: auto;
            bottom:77px;
            left: 2%;
        }
        
    /*whatsapp widget*/

  .top-nav-mobile ul{
    box-sizing: border-box;
  }
  .home .top-nav-mobile ul li:nth-child(3){margin-right: 0px !important;}

    .card-icon i{font-size: 20px;}
    .card-title{font-size: 15px; margin-bottom: 0px;}
    .card p{display: none;}
    .cards {
        bottom: 0%;
        margin-top: -50px;
    }

    .card {
        margin-top: 10px;
        margin: 3px;
        padding: 20px 12px;
    }

    .cards .b3-c:nth-child(2) .card {
        background: rgb(0, 60, 102);
        background: linear-gradient(274deg, rgba(0, 60, 102, 1) 0%, rgba(0, 22, 30, 1) 50%, rgba(0, 22, 30, 1) 100%);
    }

    .cards .b3-c:nth-child(3) .card {
        background: rgb(0, 60, 102);
        background: linear-gradient(274deg, rgba(0, 60, 102, 1) 0%, rgba(0, 22, 30, 1) 50%, rgba(0, 22, 30, 1) 100%);
    }
.second-content-top{
  margin-top: -20px;
}
.acils{
  top: auto;
  bottom: 0px;
}
.acil-iko{
  padding: 3px;
  font-size: 19px;
  right: 46px;
}

.whatsapp-iko{
  display: block;
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index:10;
}
.whatsapp-iko a{
  background: #25d366;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  width: 55px;
  height: 55px;
  display: block;
  text-align: center;
  line-height: 55px;
  border-radius: 55px;
  animation: pulses 0.8s infinite;
   }
   
   
 

   
   
   
   .acils{display: none;}

   .instagram-iko{
     display: block;
     position: fixed;
     left: 20px;
     bottom: 90px;
     z-index:10;
   }

  .instagram-iko a{
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    width: 55px;
    height: 55px;
    display: block;
    text-align: center;
    line-height: 55px;
    border-radius: 55px;
    background: #f09433;
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  }


}

/* second content */


.second-content {
    margin-top: -120px;
}

.second-content-top h1 {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    background: -webkit-linear-gradient(#004676, #004676);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.second-content-top p {
    font-size: 17px;
    text-align: center;
}

.second-content-bot {
    margin-top: 130px;
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
}

.second-content-b3 {
    float: left;
    width: 33.3%;
    min-height: 226px;
    padding: 8px;
    position: relative;
    padding-top: 25px;
    margin-bottom: 50px;
    box-sizing: border-box;
    text-align: center;
}


.patlat{
  padding: 15px;
    border: 1px solid #e6e6e6;
    border-radius: 14px;
    min-height: 250px;
    transition: 0.4s;
}
.patlat:hover{
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.patlat p{color: #444;}

.second-content-title a {
    text-decoration: none;
      color: #004676;
}


.second-content-title h2 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 42px;
}

.second-content-title h2::after {
    content: '';
    width: 110px;
    height: 2px;
    background: #e6e6e6;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

.emo{
  margin: 0;
     position: absolute;
     top: 23px;
     left: 50%;
     margin-right: -50%;
     transform: translate(-50%, -50%);
}


.yarrr{
  margin: 0;
     position: absolute;
     top: 40px;
     left: 50%;
     margin-right: -50%;
     transform: translate(-50%, -50%);
     width: 77px;
     height: 77px;
     border: 3px solid #224e82;
     border-radius: 100px;
}

.imger{
background-size: cover;
 background-image: url("../imgs/ikonlar/1.png");
 height: 100%;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 width: 80px;
 height: 80px;
 border-radius: 80px;
 -webkit-filter: saturate(200%); /* Safari 6.0 - 9.0 */
   filter: saturate(200%);
   -webkit-box-shadow: 0px 0px 0px 0px rgba(66,92,123,1);
 -moz-box-shadow: 0px 0px 0px 0px rgba(66,92,123,1);
 box-shadow: 0px 0px 0px 0px rgba(66,92,123,1);
 transition: 0.5s;
 animation: mymoves 3s infinite;
}

@keyframes mymoves {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(66,92,123,1);
    -moz-box-shadow: 0px 0px 0px 0px rgba(66,92,123,1);
    box-shadow: 0px 0px 0px 0px rgba(66,92,123,1);
  }
  25%  {
    -webkit-box-shadow: 0px 0px 15px 3px rgba(66,92,123,1);
    -moz-box-shadow: 0px 0px 15px 3px rgba(66,92,123,1);
    box-shadow: 0px 0px 15px 3px rgba(66,92,123,1);
  }
  50%  {
    -webkit-box-shadow: 0px 0px 30px 5px rgba(66,92,123,1);
    -moz-box-shadow: 0px 0px 30px 5px rgba(66,92,123,1);
    box-shadow: 0px 0px 30px 5px rgba(66,92,123,1);
  }
  75% {
    -webkit-box-shadow: 0px 0px 15px 3px rgba(66,92,123,1);
    -moz-box-shadow: 0px 0px 15px 3px rgba(66,92,123,1);
    box-shadow: 0px 0px 15px 3px rgba(66,92,123,1);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(66,92,123,1);
    -moz-box-shadow: 0px 0px 0px 0px rgba(66,92,123,1);
    box-shadow: 0px 0px 0px 0px rgba(66,92,123,1);
  }
}

.second-content .second-content-b3:nth-child(1) .imger{background-image: url("../imgs/ikonlar/1.png");}
.second-content .second-content-b3:nth-child(2) .imger{background-image: url("../imgs/ikonlar/2.png");}
.second-content .second-content-b3:nth-child(3) .imger{background-image: url("../imgs/ikonlar/3.png");}
.second-content .second-content-b3:nth-child(4) .imger{background-image: url("../imgs/ikonlar/4.png");}
.second-content .second-content-b3:nth-child(5) .imger{background-image: url("../imgs/ikonlar/5.png");}
.second-content .second-content-b3:nth-child(6) .imger{background-image: url("../imgs/ikonlar/6.png");}
.second-content .second-content-b3:nth-child(7) .imger{background-image: url("../imgs/ikonlar/7.png");}
.second-content .second-content-b3:nth-child(8) .imger{background-image: url("../imgs/ikonlar/8.png");}
.second-content .second-content-b3:nth-child(9) .imger{background-image: url("../imgs/ikonlar/9.png");}

.patlat:hover .imger{
  transform: rotate(360deg);
}

.scs-btn{
  padding: 6px 10px;
  color: #fff;
  background: #490300;
  text-decoration: none;
  display: inline-block;
  margin: 5px 0px;
  font-size: 13px;
  border-radius: 4px;
}


.second-content-grad {
    width: 97.5%;
    padding-top: 10px;
    background: rgb(0, 60, 102);
    background: linear-gradient(251deg, rgba(0, 60, 102, 1) 30%, rgba(0, 22, 30, 1) 100%);
}

.t-center{text-align: center;}
.alls{
  display: inline-block;
  padding: 9px 13px;
  color: #fff;
  background: #004676;
  text-decoration: none;
  border-radius: 5px;
}



/* mobil second content */
@media screen and (max-width:750px) {
    .second-content {
        margin-top: 35px;
    }

    .second-content-b3 {
        float: none;
        width: auto;
        min-height: 30px;
        padding-bottom: 30px;
    }

}

/* third-content */


.third-content {
    margin-bottom:30px;
    margin: 120px 0px;
}

.third-content a{
    text-decoration: none;
}
.bslk{
  text-align: center;
  font-size: 27px;
  color: #216592;
  font-weight: 600;
}
.bslk::after{
  content: '';
  display: block;
  width: 120px;
  height: 2px;
  position: relative;
  top:10px;
  background: #e6e6e6;
  margin: 0 auto;
}




/* Mobil */
@media screen and (max-width:1199px) {

    .container, .konten {
        width: 95%;
    }

    .container-slider {
        width: 95%;
    }

    .header-notice {
        display: none;
    }

    .appoint {
        display: none;
    }

    nav {
        float: right;
        margin-right: 50px;
    }

    nav ul {
        margin-top: 10px;

    }


    .bot-nav {
        border-bottom: none;

    }



    .mobile-menu {
        display: none;
    }

    .top-nav-mobile .global-sub-menu {
        display: none;
    }

    /* footer */
    .footer-top {
        width: 100%;
        height: auto;
        position: relative;
    }

    .f-b4 {
        float: none;
        width: 100%;
    }

    .f-b4:nth-child(3) ul li{
        margin-left: -12px;
    }

    .google-map iframe {
        width: 100%;
        height: 500px;

    }

    .f-logo {
        width: 300px;
    }



}

@media screen and (max-width:490px) {

    .footer-bot {
        font-size: 2.9vw;
    }
    .card-title{font-size: 10px;}
}


.ucs{display: none;}
@media screen and (max-width:992px) {
  #custom_html-2 .custom-html-widget{
    position: absolute;
    right: 31px;
    top:12px;
  }
  .ucs {
    position: absolute;
    right: 0px;
    top:0px;
    display: block ;
    list-style: none;
    width: 100px;
  }
  .ucur{
    position: absolute;
    right: 0px;
    top:116px;
    font-size: 12px !important;
    padding: 5px 6px;
    width:125px;
    background: #fff;
    z-index: 10;
    border-radius: 0px 0px 0px 4px;
  }
  .ucur a i {font-size: 12px !important;}
  .ucur a{color: #004676; text-decoration: none;}
    /* mobil nav */

    nav {
        position: absolute;
        width: 111.4%;
        background-color: #fff;
        border-top: 1px solid #e6e6e6;
        z-index: 11;
        left: -6%;
        top: 80px;
        display: none;
    }

    nav ul:nth-of-type(1) {
        float: none !important;
        display: flex;
        flex-direction: column;
        padding-left: 0px;

        width: 100%;
    }
    nav .sub-menu{margin-left: -10px;}

    /* mobil submenu */

    nav ul .menu-item-has-children:hover .sub-menu {
        display: none;

    }

    nav ul .menu-item-has-children .sub-menu {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        padding-right: 10px;
        background-color: #efefef;
        height: 200px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    nav ul .menu-item-has-children .sub-menu li {
        display: block;
    }
    .sub-menu .sub-menu{margin: 0px !important}
    .sub-menu .sub-menu a{background: #e6e6e6 !important;}
    /* 2. submenu uzun  */

    nav ul .menu-item-has-children:nth-child(2) .sub-menu {
        columns: inherit !important;
        left: 0px;

    }

    .overlay-content{
      left: 0px;
      width: 85%;
    }
    .overlay input{
      width: 72%;
    }

    .overlay .closebtn {
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    top: 17px;
    right: 21px;
    color: white !important;
}

    .sub-menu::-webkit-scrollbar {
        width: 5px;
    }

    .sub-menu::-webkit-scrollbar-thumb {
        background: #ca1318;

    }


    nav ul .menu-item-has-children .sub-menu li a {
        width: 100%;
        background-color: #efefef;
        border-bottom: 1px solid #e6e6e6;
    }

    .sub-menu li:hover a {
        background-color: #efefef;
        color: #004676;
    }




    nav ul li {
        border-bottom: 1px solid #efefef;
    }


    nav ul:nth-of-type(1) li a {
        padding: 15px 30% 15px 0px;
    }

    nav .menu-item-has-children i {
        color: #004676;
        position: absolute;
        right: 20px;
        top: 7px;
        cursor: pointer;
        padding: 10px;
    }



    .bot-nav {
        border-bottom: 1px solid #efefef;
    }

    .mobile-menu {
        position: absolute;
        right: 5%;
        display: block;
        float: right;
        line-height: 70px;
        font-size: 24px;
        cursor: pointer;
        margin-top: 5px;

    }

    .mobile-menu i {
        color: #004676;
    }




    .top-nav-left {
        display: none;
    }

    .top-nav .top-nav-right {
        display: none;
    }

    .top-nav-mobile {
        width: 100%;
    }

    .top-nav-mobile {
        display: block;
    }

    .top-nav-mobile ul {
        width: 100%;
        display: flex;
    }

    .top-nav-mobile ul i {
        font-size: 15px;
        margin-right: 5px;
    }

    .top-nav-mobile ul li:nth-child(2) {
        margin-left: auto;
        margin-right: 20px;
    }

    .top-nav-mobile ul li:nth-child(3) {
        margin-right: 40px;
        margin-left: 10px;
    }

    .top-nav-mobile ul li:nth-child(1) {
        margin-right: 20px;
        margin-left: -35px;
    }

    .top-nav-mobile ul li:nth-child(1) {
        font-size: 17px;
    }

    nav .menu-item-has-children .fa-plus {
        display: block;
    }

    .container, .konten {
        width: 90%;
    }

    .container-slider {
        width: 90%;
    }

}



@media screen and (max-width:500px) {
    .top-nav-mobile a {
        font-size: 10px;
    }
    .top-nav-mobile ul{line-height: 24px;}

    .top-nav-mobile a i {
        font-size: 12px;
    }
    .slider-title p {
    line-height: 12px !important;
    font-size: 10px;
}
}
