@import url('ded75beed43e4ebd91d8e7f72944c58f.css');
@import url('62a0ff6f7f4141cda65fe4d1db0ee552.css');
/* Clash Grotesk */
@font-face {
    font-family: 'Clash Grotesk';
    src: url('../fonts/glztru2gikpv5hyt3e6hdlwoxawpnzdv.woff2') format('woff2'),
         url('//cdn.fontshare.com/wf/5TRO2J3HJNIQODLQ4CTSMGSLAWSE5YUY/GHXENXHZCDIOE5E73364PNNASRNO3JVW/GLZTRU2GIKPV5HYT3E6HDLWOXAWPNZDV.woff') format('woff'),
         url('../fonts/glztru2gikpv5hyt3e6hdlwoxawpnzdv.ttf') format('truetype');
    font-weight: 200 700;
    font-display: swap;
    font-style: normal;
  }

body{  
    font-family: 'Inter', sans-serif;
}

.dark_bg{
    color: #ffffff;
    background-color: #101E2A; 
}
.light_bg{
    background-color: #ffffff;
    color: #101E2A;
}

.container{
    margin: 0 auto;
}



.flex{
    display: flex;  
    align-items: center;    
}
.flex-item{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.mt-50{
    margin-top: 50px;
}
.mt-20{
    margin-top: 20px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-20{
    margin-bottom: 20px;
}
.bdr-50{
    border-radius: 50px;
}
.bdr-20{
    border-radius: 20px; 
}
a:hover{
    cursor: pointer;
}
.btn_light{
    border: 1px solid #fff;
    color: #101E2A;
    padding: 15px 30px;
    border-radius: 30px;
    display: inline-block;
    background-color: #fff;
    font-weight: 500;
    min-width: 160px;
    text-align: center; 
}
.btn_blue{
    background-color: #0084FE;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 30px;
    display: inline-block;
        font-weight: 500;
}
.btn_blue:hover{
    background-color: #ffffff;
    color: #101E2A;
}
.btn_box {
    display: flex;
    justify-content: center;
}



.btn_black{ text-transform: capitalize;font-weight: 500;background-color:#101E2A; padding:12px 20px; color:#ffffff; border-radius:50px; float:right; transition:all .5s; border: 1px solid #101E2A; } 

.btn_black:hover{
    background-color: #0084FE;
    border: 1px solid #0084FE;
    color:#ffffff; 
}

.blue_box{
    background: #0084FE;
    color: #ffffff;
    box-shadow: 0px 10px 30px 0px #101E2A1F;
    border-radius: 20px;
  
}


.blue_box::before, .footer-wr::before{
    position: absolute;
    content: "";
    height: 100%;
    width: 77px;
    display: block;
    left: -7px;
    bottom: -7px;
    background-image: url('../images/team-left.png');
    background-repeat: no-repeat;
    background-size: 80% auto;
    background-position: center center; 
}

/* Header */

.site-primary{ padding-top: 84px;}

.fixed-head { box-shadow: 0 0 10px #cccccc36; background-color: #0e0d12; padding: 0px 0;  }
.header { position: fixed; left: 0; right: 0; top: 0; padding: 0px 0; z-index: 2;/*transition: all 0.3s ease-in;*/ }

.header .container { justify-content: space-between; }
ul#main-nav { display: flex; list-style: none; align-items: center; }
ul#main-nav li { margin-right: 30px; }
ul#main-nav li:last-child { margin-right: 0; }
ul#main-nav li i, .dropbtn i { font-size: 12px; line-height: 20px; margin-left: 5px; margin-right: 15px;}
ul#main-nav li ul.submenu li a { font-size: 16px; line-height: 23px; display: block; }
li.highlight > a { border: 1px solid #fff; display: inline-block; padding: 10px 15px; border-radius: 5px; text-align: center; transition: all 0.35s ease-in; }
li.highlight > a:hover { background: #0084FE; border-color: transparent; color: #fff; }
ul#main-nav li { margin-right: 30px; position: relative; }

.zeynep, .header main{
    display: none;

}

.dropdown {
    float: left;
    overflow: hidden;
}
.navbar a {
    float: left;
    color: white;
    text-align: center;
    padding: 14px 11px;
    text-decoration: none;
    font-weight: 200;
    font-size: 18px;
    margin-right: 14px;
    position: relative;
}
.dropdown-content {
    visibility: hidden;
    opacity: 0;
    transition-property: opacity, visibility;
    transition-duration: .8s, 0s;
    transition-delay: 0s, .4s;
    position: absolute;
    background-color: #111;
    width: 60%;
    right: 14px;
    z-index: 11;
    color: #fff;
    padding: 10px 20px 10px;
}
.dropdown .dropbtn {
    font-size: 18px;
    border: none;
    outline: none;
    color: white;
    padding: 15px 16px;
    background-color: inherit;
    margin: 0;
    font-weight: 200;
    text-transform: capitalize;
    margin-right: 20px; 
    font-family: 'Inter', sans-serif;
    font-weight: 200;
}
.dropdown:hover .dropdown-content {
    visibility: visible;
      opacity: 1;
      transition-delay: 0s, 0s;
}
.navbar a:hover, .dropdown:hover .dropbtn {
    color: #ddd;
    cursor: pointer;
}
.highlight {
    border: 1px solid #fff;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    text-align: center;
    transition: all 0.35s ease-in;
}
.navbar.navigation {
    margin-left: auto;
}
.column {
    float: left;
    width: 45%;
    padding: 6px 10px;   
}
.column h5 {
    font-size: 20px;
    line-height: 26px;
    margin: 5px 0px 10px;
    color:#fff;
    font-family: 'Clash Grotesk', sans-serif;
    font-weight: 400;
}
.column a {
    float: none;
    color: #fff;
    padding: 6px 14px 6px 0px;
    text-decoration: none;
    display: flex;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    align-items: center;
    margin-right: 14px;
    position: relative;
}
.column h5 i {
    display: none;
}
span.icn-bx {
    display: block;
    padding-right: 0px;
    width: 6%;
    margin-right: 10px;
}
#main-nav img {
    max-width: 100%;
}


/*  Header  */


/* Footer*/

.whts_btn {margin-left: 20px; bottom: 20px; position: fixed; z-index: 1000;}

.footer-wr::before{
    background-image: url('../images/footer-left.png');
    bottom:0px;
    }
.blue_box::after, .footer-wr::after{
    position: absolute;
    content: "";
    height: 100%;
    width: 150px;
    display: block;
    right: 0;
    top: 0;
    background-image: url(../images/team-right.png);
    background-repeat: no-repeat;
    background-size: 80% auto;
    background-position: top right; 
}

.footer_subscribe {    
    margin-top: 80px;
}
.subsribe_box{   
    width: 100%;
    position: absolute;
    z-index: 1;
    top: -60px;
}
.footer_subscribe .container{
    position: relative;
    width: 1250px;
}
.subsribe_box_inner{
    padding: 50px;
}
.subsribe_box_left {
    width: 49%;
    margin: 0 40px 0 50px;
}
.subsribe_box_left h2, .subsribe_box_left h3, .subsribe_box_left h6, footer.footer-wr .footer h3{
    font-family: 'Clash Grotesk', sans-serif;
    font-weight: 400;
}
.subsribe_box_left h2 {
    font-size: 42px;
    line-height: 48px;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: normal; 
    margin: 15px 0;
    
}
.subsribe_box_right {   
    width: 43%;
}
.subsribe_box_right a{ margin-left: 20px; border:1px solid #ffffff;}
footer.footer-wr {
    padding-top: 200px;  
    position:relative; 
    background-color: #001A33;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    
}
footer.footer-wr a, footer.footer-wr li, .copyright { color: rgb(255 255 255 / 75%); }
footer.footer-wr li { margin-bottom: 15px; }
.copyright p { margin: 0; }
footer.footer-wr .footer {  }
footer.footer-wr .footer_top.flex {    
    align-items: normal;
    gap: 50px;     
}
footer.footer-wr .footer_top{
    border-bottom: 1px solid #003566;    
}
.footer1{ width: 380px; padding-right: 50px; margin-right: 38px; border-right: 1px solid #003566;padding-bottom: 50px;}
.footer2{width: 320px;  padding-right: 30px;}
.footer3{padding-right: 30px;}
.footer3, .footer4{ width: 200px;}

.footer1 .address1{ border-bottom: 1px solid #003566;   padding-bottom: 20px; margin-bottom: 30px;}

footer.footer-wr .footer h3 { font-size: 24px; line-height: 30px; font-weight: 400; margin-bottom: 25px; color: #fff;margin-top: 15px; }
.ofc-location img { margin-right: 15px; }
.ofc-location h6 { font-weight: 500; color: #fff; }
ul.footer-nav li { margin-bottom: 15px; }
.footer ul.social li { margin-right: 10px; margin-top:10px; }
.footer ul.social li:last-child { margin-right: 0; }
.footer ul.social li a { width: 35px; height: 35px; background-color: #FFFFFF; display: block; border-radius: 50%; text-align: center; line-height: 37px;color: #000000;transition: all 0.35s ease-out; }
.footer ul.social li a>i { font-size: 17px;}
.footer ul.social li a:hover { background-color: #0084FE;color: #fff; transition: all 0.35s ease-in; }

.copyright { font-size: 16px; line-height: 25px; padding: 30px 0; }
.footer_social{ width: 50%;}
.footer_social li{background-color: #003566; border-radius: 50%; width: 50px; height: 50px; justify-content: center;}
.footer_social li a{ font-size: 25px; color: #fff;}
.copyright p{ width: 46%; text-align: right;}
.social.flex{ gap:14px;}

.footer-wr::after {
    background-image: url(../images/footer-right.png);
    top: 0;
    width: 500px;
}
.copyright {
    padding: 15px 0 50px;
}
footer.footer-wr a, .copyright p{
    color:#fff;
    font-weight:300;
}
.footer_subscribe .blue_box::after{
 background-image:url(../images/footer-right.png); 
 width: 250px;  
}
.footer-wr .footer_top{
    position:relative;
    z-index:1;
   }
.subsribe_box_inner{
      position: relative;
    z-index: 1;  
}
.subsribe_box_inner {
    padding: 50px;
}
.footer_subscribe .container {
    position: relative;
    width: 1250px;
}
.footer-wr h6 {
    font-size: 18px;
    line-height: 22px;
    margin: 15px 0;
}

.footer-wr ul, ul.social{
    list-style: none;
    padding: 0;
}

@media (min-width: 1440px) {
    .container {
        max-width: 1400px;        
        width: 100%;
    }
}

@media (max-width: 1800px) {
    .container {
        max-width: 1400px;
        width: 96%;
    }
}


@media(max-width:1440px){
    footer.footer-wr .footer_top.flex {
        align-items: normal;
        gap: 42px;
}
}

@media(max-width:1366px){
    .subsribe_box{
        width: 98%;
            left: 12px;
       right: 12px;   
       }
       .btn_light{
        padding: 15px 20px; 
        text-transform: capitalize;  
        }
        .footer1 {
            width: 312px;
            padding-right: 21px;
            margin-right: 12px;
        }
        .footer2 {
         width: 286px;
         padding-right: 21px;
        }
        .footer3, .footer4{
            width: 180px;
        }

}

@media(max-width:1200px){
    .container {
        max-width: 94% !important;
        width: 94% !important;
    }

}

@media(max-width:1199px){
    .logo {
        width: 25%;
    }
    .subsribe_box_left h2 {
        font-size: 33px;
        line-height: 40px;
    }
      .subsribe_box_left {
        width: 41%;
        margin: 0 28px 0 23px;
    }
    .subsribe_box_left h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .subsribe_box_right {
    width: 52%;
    }
    .subsribe_box_right a {
    margin-left: 18px;
    margin-bottom: 10px;
    }
    .footer1 {
    width: 25%;
    margin-right: 0px;
    }
    .footer2 {
    width: 17%;
    }
    .footer3, .footer4 {
    width: 15%;
    }
    .hmpg .teamcounter {
    width: 72%;
    }
    .logo-container.logo-boxes{
     width: 94%;   
    }
    .btn_blue{
        font-size: 20px;
        margin-bottom: 19px;  
            padding: 6px 27px; 
        }
        .navbar a, .dropdown .dropbtn{
            font-size: 16px;
            padding: 15px 10px;
            margin-right: 15px;
        }
}

@media(max-width:1023px){
    .navigation #navbx {
        display: none;
    }
    .subsribe_box {
        width: 100%;
        left: 0;
        right: 0;
    }
    .btn_light{
        min-width: 120px;  
      }
      .flex {
        flex-wrap: wrap;
    }
    .zeynep{ display:block; }
    a.skypebtn { display: none; }
    a.email { display: none; }
    li.skypebtn-mob { display: block; }
    li.email-mob { display: block; }
    .announcement-bar .container { justify-content: center; }
    .announcement-bar p { font-weight: 700; letter-spacing: 1px; }
    div#google_translate_element select.goog-te-combo, .skiptranslate.goog-te-gadget { height: 52px; width: 98%; margin:0; }
    span.icn-bx{
    width: 13%; 
    }
    .column{
        width: 100%;
    }
        .column a {
        font-size: 12px;
        line-height: 18px;
        padding: 4px 14px 4px 0px;
    }
    .column h5 {
    font-size: 18px;
    line-height: 23px;
    margin: 3px 0px 8px;
    }
    span.icn-bx {
        display: inline-block;
    }
    span.icn-bx {
        width: 8%;
    }
    .navigation #navbx .dropdown-content a {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 4px;
        display: none;
    }
    .dropdown:hover .dropdown-content{
         position: relative;
        background: transparent;
    }
    .dropdown-content{
    padding: 0px 20px 10px;
    }
    .dropdown .dropbtn {
        font-size: 18px;
    }
    .navigation #navbx a.highlight {
        text-align: center;
        margin: 9px 0px;
    }

    #navbx .email, #navbx .skypebtn{
    display:block;
    }
    .navigation #navbx .dropdown-content a.mshow{
    display:block;
    }
    .navigation #navbx .dropdown-content a.mhide{
    display:none;
    }
    .column i.fa.fa-chevron-down {
    font-size: 12px;
    line-height: 20px;
    margin-left: 5px;
    margin-right: 15px;
    }
    .column h5 i {
    display: inline-block;
    }
    span.icn-bx {
    display: none;
    }
    .dropdown .dropbtn {
        padding: 5px 3px;
    }
    .header main {
    display: block;
    }
    a.highlight {
        width: 80%;
        margin: 10px 0px;
    }   
}

@media(max-width:979px){
    .subsribe_box_left h2 {
        font-size: 20px;
        line-height: 26px;
    }
    .subsribe_box_left {
        width: 34%;
    }
    .subsribe_box_right {
            width: 57%;
        }
        footer.footer-wr .footer {
            width: 40% !important ;
        }
        .btn_blue{
        padding: 15px 13px; 
        text-transform: capitalize;   
        }
        .subsribe_box_right a {
            margin-left: 3px;
        }
        .blue_box::after{
            background-size: 53% auto;   
       }
       .blue_box::before{
           left: -23px;
           background-size: 39% auto;    
       }
       .subsribe_box_left {
        width: 100%;
    }
        .subsribe_box_right {
        width: 100%;
        text-align: center;
    }
        .subsribe_box_left h2 {
            font-size: 29px;
            line-height: 37px;
            text-align: center;
        }
        .logo {
            width: 250px !important;
        }
        .footer_subscribe{
            padding: 35px 0;
        }
        
}


@media(max-width:767px){
   
    .subsribe_box_left {
        width: 100%;
    }
    .subsribe_box_left h2 {
        font-size: 29px;
        line-height: 37px;
        text-align: center;
    }
    .subsribe_box_right {
        width: 100%;
        text-align: center;
    }
    .btn_blue {
        padding: 8px 13px;
    }
    .btn_light {
        padding: 8px 20px;
    }
    
    a.skypebtn>img { width: 22px; }
    a.email>img { width: 22px; }
    .zeynep ul > li{ line-height: 28px;}
    .footer_subscribe{
        padding: 35px 0;
    }
    .subsribe_box_inner {
        padding: 17px;
    }
    .blue_box::after, .blue_box::before{
        display:none;
    }
    .subsribe_box_left h2 {
        font-size: 21px;
        line-height: 31px;
    }
    footer.footer-wr{
        padding-top: 150px;
    }

}

@media(max-width:649px){
  
    
    
    .btn_light {
        padding: 8px 13px;
    }
   
  
footer.footer-wr {
    padding-top: 134px;
}
.footer1{
    border-right: 0;    
}
footer.footer-wr .footer {
    width: 100% !important;
}

footer.footer-wr {
    padding-top: 188px;
}

    footer.footer-wr .footer h3{
         margin-bottom: 10px !important;   
    }
    .footer1{
          padding-bottom: 0px !important;  
    }
        footer.footer-wr .footer {
        margin-bottom: 0px !important;
    }
    footer.footer-wr .footer_top.flex {
    align-items: normal;
    gap: 15px;
}
footer.footer-wr li {
        margin-bottom: 5px !important;
        line-height: 28px;
    }
        .copyright {
        margin-top: 0;
        padding-bottom: 70px;
        display: block;
    }
    .footer_social {
    width: 100%;
    }
    .copyright p {
        width: 100%;
        text-align: center;
    }
    .copyright {
            padding-bottom: 60px;
            display: block;
        padding-top: 20px;
    }
    .social.flex {
    gap: 10px;
    justify-content: center;
    margin-bottom: 10px;
}
.footer_social li{
    width: 42px;
    height: 42px;    
}
.footer_social li a {
    font-size: 20px;
}
.subsribe_box_left h2 {
    letter-spacing: 1px;
}
body .crisp-client .cc-1brb6[data-full-view=true] .cc-1yy0g .cc-1m2mf {
    bottom: 55px !important;
}
.whts_btn {
    bottom: 55px;
}

}

@media(max-width:479px){
    .logo {
        width: 50% !important;
    }
    .btn_light, .btn_blue{
        font-size: 14px;
            min-width: 150px;
            padding: 10px !important;
            text-align: center;
    }
    .btn_blue {
        padding: 8px 11px;
        }
        h2 {
            font-size: 26px !important;
            line-height: 32px !important;
        }
        .subsribe_box_inner {
            padding: 14px;
        }
        .subsribe_box_left h2 {
            font-size: 22px !important;
            line-height: 32px !important;
            margin: 15px 0;
        }
        .subsribe_box_left {
            margin: 0px;
        }
        .story_block_right img {
            max-width: -webkit-fill-available;
        }
        .subsribe_box_right a {
            margin-bottom: 10px;
            display: inline-block;
            width: 56%;
            justify-content: center;
            align-items: center;
            }
            .btn_light {
                padding: 8px 28px;
            }
            .mb-50,.mt-50{
            margin-bottom: 20px;
        }
        .mt-50 {
            margin-top: 20px;
        }
}

@media(max-width:374px){

}