@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@600&amp;family=Sansita+Swashed:wght@300&amp;family=Catamaran:wght@100&amp;display=swap');
/*bootstrap*/
.container{
    max-width:1360px;
    padding:0;
    
}
.row{
    margin:0;
}
 input, textarea, select{
     margin: 5px 0;
    border:none; 
    background-color:linear-gradient(to bottom, #fff, #eee);
     border-collapse: collapse;
    outline: none;
    transition: all .2s;
}
  input:focus, textarea:focus, select:focus{
    color:#10391e;
    box-shadow: 0 2px 5px #fff;
    border-collapse: collapse;
    overflow-inline: hidden;
}
  input{  width: 70%; }
  textarea{  
width: 100%;
min-height: 80px;
}
select option{
    font-family: Arial;
    font-size: 14px;
}
section{
    margin: 35px 0 0 0;
    font-size:20px;
}
.col-lg-4, .col-lg-8{
    padding: 25px 50px;
}
img{
    max-width: 100%;
}
body {
    padding:0;
    margin:0;
    background-color: #f4f4f4;
    font-family: 'Catamaran';
    fotn-size:16px;
}
select{
    border-radius: 3px;
    font-family: 'Catamaran';
    font-size: 16px;
    
}
a, a:active, a:visited{
    color:#3c6382;
}
a:hover{
    color:#31ae04;
    text-decoration: none;
}
a[type='link']{
    display: none;
}
h2{
    font-family: 'Cabin';
}
ul li{
    list-style: none;
}
p{
    line-height: 35px;
}
p span.link{
   
     font-weight: bold;
    color:#1f9c48;
    padding: 0 5px; 
    cursor: pointer;
    position: relative; 
    transition: all .1s; 
}
p span.link:hover, p span.link:active, p span.link:focus{ 
    background-color: #1f9c48;
      
    color:#fff;
    transition: all .1s;
}

header{
background-color:#1f9c48fc;
    height:40px;
    position: relative;
    font-family: 'Cabin';
}
header ul {
    padding: 0;
    margin: 0; 
    color:#e2e2e2; 
    font-size:15px;
    font-weight: bold;
}
header ul li{
    position: relative;
    padding: 5px 20px; 
    display: inline-block;
}
header ul li.slogan{
    font-size: 15px;
    width: 100px; 
    font-weight: normal;
    padding: 0;
     position: relative;
    background-color: rgb(244, 244, 244);
    color:#576574;
    text-align: center;
    line-height: 40px;
    font-family: 'Sansita Swashed', cursive;
}

li.tel:before, li.mail:before, li.adres:before, a.fb:before, a.ins:before, a.tw:before, .nvBtn:before, .nvKapat:before
,.iletisimDetay:before{
   font-family: 'WebHostingHub-Glyphs'; 
    position: absolute;
    left: 0;
    top:50%;
    transform: translateY(-50%);
    font-size: 13px;
}
li.tel:before{  content: '\f15b';}
li.mail:before{  content: '@';}
li.adres:before{  content: '\f220';}
a.fb:before{  content: '\f140';}
a.ins:before{  content: '\f14a';}
a.tw:before{  content: '\f16a';}

 
ul.sosyal li:not(:first-child){
    font-weight: normal;
     padding: 5px 10px;
    margin-left: 10px;
    cursor: pointer; 
}
ul.sosyal a:before{   
    font-size: 16px;
     transition: all .3s;
}
ul.sosyal a:hover:before,
ul.iletisim a:hover,
ul.iletisim a:hover:before{
    color:#fff; 
    transition: all .3s; 
} 
ul.sosyal a, ul.iletisim a{
    color:#e2e2e2;
}
 
header ul.iletisim{ 
    position: absolute;
    right: 20px;
}
 

.headNav{
    display: inline-block;
    width: 100%;
    height: 110px;
    background-color: #fff;
    box-shadow: 0 5px 8px #ddd; 
    top:-200px;
}
 
.headNav .logo{
    height: 100px;
    display: inline-block;
    margin:5px 25%;
}
.headNav .logo img{
    height: 100%;
}
.headNav .nv{
    display: inline-block;
   position: absolute;
    bottom:0;
    right: 30px;
    font-family: 'Cabin', sans-serif;
    letter-spacing: 1px;
}
.headNav .nv li{
    display: inline-block;
    padding: 10px  20px;
    
}
.headNav .nv li.nvKapat{
    display: none;
}
.headNav.header-scrolled{
    top:0;
    transition: all .8s;
    position: fixed; 
    z-index: 9999;
    background: rgba(255,255,255,.9);
}
.nvBtn{
    display: none;
    position:absolute;
    top:80px;
    right:80px; 
    color:#009432; 
    }
.headNav.header-scrolled .navBtn{
    top:50px;
}
.nvBtn:before{
    content: '\f127';
    font-size:30px;
}
.nvKapat{
    position: absolute;
    color:#fff;
    top:50px;
    right:20px;
}
.nvKapat:before{
    content: '\00d7';
    font-size:20px;
}
/*carousel*/
#crsWrap{
    background-color: #fff;
    margin:  0;
    height: 450px;
    width: 100%;
    position: relative;
    box-shadow: 0 8px 8px #9c9c9c;
}
#crsWrap .s{
    padding: 50px;
    height: 450px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
#crsWrap .s c{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .6; 
}
#crsWrap .s h2{
    font-size: 46px;
    font-weight: bold;
    color:#328dc7;
    width:40%; 
}
#crsWrap .s p{
    margin: 30px 0; 
    font-size: 18px;
    width: 50%; 
    color:#a4a4a4;
}
#crsWrap .btnBasvuru{
    display: none;
}
.googleLink{
    display: block;
    width: 150px; 
    cursor: pointer;
    position: relative;
    z-index: 999;
}
 
.btnBasvuru{
    border:2px solid #1f9c48;
    color:#1f9c48;
    padding: 10px 25px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 999;
    transition: all .1s;
}
.btnBasvuru:hover, .btnBasvuru:active, .btnBasvuru:focus{ 
    background-color: #1f9c48;
     border:2px solid #1f9c48;
    color:#fff;
    transition: all .1s;
}

.Beyaz{
    background-color: #fff;
}
section.googleReklamlari h2{
    color : #eb3f31;
}
section.nedenBiz h2{
    color : #0083cb;
}
section.scsv{
    background-image: url('../../img/scsvBg.png');
    background-repeat: no-repeat;
    background-position: center center; 
    height: 300px;
    
}
section.scsv ul{
    position: relative;
    
    height: 100%;
}
section.scsv ul li{
     
    border-radius: 150px;
    background-color: #fff;
    width: 180px; 
    height: 180px;
    position: absolute;
    box-shadow: 0 3px 15px #9c9c9c;
    border:2px solid #ccc; 
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}
 section.scsv ul li:first-child{
    left:10%;
     top:35%;
}
section.scsv ul li:nth-child(2){ left:35%; top:35%;}
section.scsv ul li:nth-child(3){ left:60%; top:10%}
section.scsv ul li:nth-child(4){ left:85%; top:20%;}
section.scsv ul li img{
      max-height: 100%; 
     
}
section.referans{
    padding: 25px  50px;
}
section.referans h2{
    text-align: center;
    color:#34a852;
}
section.referans >.owl-carousel{
    margin: 50px 0;
}
 
section.referans .refLogo{
   border:1px dashed #ddd;
    width: 180px;
    height: 90px;
    display: flex;
    position: relative; 
     padding: 10px;
    text-align: center;
align-items: center;     
} 
footer{
    background-color:#10391e;
    color:#fff;
    padding: 15px;
    font-size:16px;
}
footer h2{
    font-size: 26px;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
}
footer ul.iletisim{
    margin: 0;
    padding: 0;
    
    color:#ddd;
}
footer ul.iletisim li{
display:block;
    position:relative;
    padding: 5px 0 0 35px;
     
}
footer ul.iletisim li:before{
    top:20px;
    left: 0;
    font-size: 16px;
}


footer .nv{
    display: inline-block;
   position: relative;
    bottom:unset;
    right: unset;
    font-family:unset;
    letter-spacing: unset;
    padding:0;
    margin:0; 
}
footer .nv li{
    display: block;
    padding: 0;
    
    
}
footer a, footer a:visited, footer a:active{
    color:#ddd;
}
footer a:hover{
    color:#fff;
}
footer ul.sosyal{
    padding: 15px 0 0 15px;
    position:relative; 
    color:#ddd;
    
}
footer ul.sosyal li{
    display: inline-block;
    position: relative;
}
 
  .btnGonder{
    position: relative;
    padding: 5px 15px;
    background: #eee;
    color:#10391e;
    display: inline-block; 
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer; 
}
footer .btnGonder:hover{
    background: #fff;
}
footer .col-lg-4{
    padding: 0 25px;
}
footer .partnerLogo img{
    margin: 15px 0;
    filter: drop-shadow(1px 0 0 rgba(255,255,255,.7)) drop-shadow(0 0 15px rgba(255,255,255,.4));
   -webkit-filter: drop-shadow(1px 0 0 rgba(255,255,255,.7)) drop-shadow(0 0 15px rgba(255,255,255,.4));
}
.copyright{
    background: #000;
    padding: 5px;
    color:#fff;
    
    text-align: center;
    letter-spacing: 1px;
}

.basvuruToggle{
    width: 80%;
    border-radius: 25px;
    overflow: hidden;
    height: 200px;
    position: fixed;
    left:100%;
    transform: translateX(-5%);
    top:30%;
    z-index: 9999;
    background: linear-gradient(to bottom, #fff, #f8f8f8);
    outline: none;
    box-shadow: 0 3px 15px #888;
    transition: all .6s;
}
.basvuruToggle.goster{
     left:50%;
    transform: translateX(-50%);
    transition: all .6s;
}
.basvuruToggle > div{
    height: 100%;
    display: inline-block;
}
.basvuruToggle #btnBasvuruToggle{
    background-color: rgba(39, 174, 96,1.0);
    cursor:pointer;
    max-width: 60px;
    z-index: 2;
    position: absolute;
    top:0;
}
.basvuruToggle .basvuruForm{
    width: 95%;
    position: absolute;
     left:55%;
    top:20px;
    transform: translateX(-50%);
    z-index: 3;
}
 
.basvuruToggle h2{
    color: #fff;
    font-size: 18px;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg); 
    -ms-transform: rotate(-90deg); 
    -o-transform: rotate(-90deg); 
    
    transform: rotate(-90deg); 
    transform-origin: 150% 40%;
    white-space: nowrap;
     
    
}
.basvuruToggle input, .basvuruToggle select{
    border:1px solid #ccc;
    display: inline-block;
    max-width: 21.5%;
    margin: 0;
    letter-spacing: .5px;
    font-size: 15px;
}
.basvuruToggle .btnGonder{
    position: relative;
    left: 45%;
    transform: translateX(-55%);
    margin: 15px 0;
    
}
.basvuruToggle .btnGonder:hover,
.basvuruToggle .btnGonder:focus{
     background-color: rgba(39, 174, 96,1.0);
    color:#fff;
}
.basvuruSonuc {
    width: 90%;
    text-align: center;
    background: #fff;
    
}
.basvuruSonuc.err{
    color:#e74c3c;
}
.basvuruSonuc.ok{
    color:#27ae60;
}
.row.Iletisim .col-lg-4{
    padding: 25px;
    color:#546d79;
    font-size:16px;
}
.iletisimDetay h5{
    font-weight: bold;
    font-size:20px;
}
.iletisimDetay{
    position: relative;
    padding:  0 0 0 45px;
}
.iletisimDetay:before{
    position: absolute; 
    left:0;
    top:12px;
    color:#7596c1;
    font-weight: normal; 
    font-size: 22px; 
}
.iletisimDetay.Ofis:before{
    content: '\f02b';
}
.iletisimDetay.Telefon:before{
    content: '\f15b';
}
.iletisimDetay.Eposta:before{
    content: '\f136';
}
.iletisimDetay.Konum:before{
    content: '\f209';
}
ul.listReferans{
    margin: 25px 50px;
    padding: 0;
    display: flex; 
}
ul.listReferans li{
    width: 22%;
    height: 100px; 
    margin: 15px 25px;
    padding: 10px;
    border-width: 1px;
    border-color: #ccc;
    border-style: dashed; 
    background-color: #f9f9f9;   
    display: flex;
    align-items: center; 
    justify-content: center;
        
}
 
ul.listReferans li img{
       
    max-height: 100%;
    -webkit-filter: grayscale(75%);
    transition:all .3s;
}
ul.listReferans li:hover img,
ul.listReferans li:focus img,
ul.listReferans li:active img{
    -webkit-filter: grayscale(0);
}
 
ul.hesapNo{
    margin: 15px auto;
    text-align: center;
    
}
ul.hesapNo li{
    padding: 25px 20px;
    display: inline-block;
    text-align: left;
    border:1px dashed #ccc;
    margin:8px;
    width: 31%;
    background-color: rgba(255,255,255,.6);
    color:#6d6d6d;
}
ul.hesapNo h5{
    color:#446797;
}
ul.listSertifika{
    display: flex;
    flex-wrap: wrap;   
    margin: 25px 0;
    justify-content: space-evenly;
}
ul.listSertifika li{
    width: 10%;
    padding:0 5px;
    text-align:center;
    height: 200px;
    font-size:14px;
}
ul.listSertifika li:first-child{
    border:1px solid #ccc;
}

ul.listSertifika li h3{
    font-size: 15px;
    text-align: center;
    padding: 15px 5px;
}
ul.listSertifika li:first-child h3{
     position: relative;
    margin: 10px 0;
}
/**************Müşteri****************/
.gauge{
    position: relative;
     
}
.gauge text{
    font-size: 14px;
    font-weight: bold;
}
.gauge h2{
    text-align: center;
}
.gauge h5{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 26px;
    border:5px solid #e74c3c;
    width: 50px;
    height: 50px;
    padding: 5px;
    border-radius: 50px;
    font-weight: bold;
    text-align: center;
    
}
.divLogin{
    border:2px dashed #ccc;
    padding: 45px;
    width: 100%; 
}
.divLogin input{
    width: 100%;
    padding:0 0 0 40px;
    height: 45px;
    font-size:16px;
}
.divLogin input:focus{
    background: linear-gradient(to bottom, #fff, #f6f6f6);
    border:0;
    color:#2980b9;
}
.divLogin .user,
.divLogin .pass{
    position: relative;
    
}
.divLogin .user:before,
.divLogin .pass:before{
    font-family: 'WebHostingHub-Glyphs';
    position: absolute;
    font-size: 15px;
    color:#9d9d9d;
    top:50%;
    transform:translateY(-50%);
    left:8px;
}
.divLogin .user:before{
    content: '\f133'; 
}
.divLogin .pass:before{
    content: '\f051'; 
}
.btnLogin{
    position: relative;
    font-size: 15px;
    padding : 10px 15px;
    background: #2980b9;
    color:#f9f9f9;
    display: inline-block; 
     cursor: pointer;
        margin: 8px 0;
    font-weight: bold;
}
.btnLogin:active, .btnLogin:hover{
    background: #3498db;
    color:#fff;
}
.divMusteri{
    position: absolute;
    right: 45px;
    top:20px;
    color:#27ae60;
    font-weight: bold;
    
}
.divMusteri:before{
    font-family: 'WebHostingHub-Glyphs';
    content: '\f5ce';
    position: absolute;
    left:-25px;
    top:-2px; 
        
}

/***************************************************Responsive*******************************/
@media (max-width: 767px)  {
    section{
        font-size: 16px;
        text-align: center;
    }
    .col-lg-4, .col-lg-8 {
    padding: 10px 5px;
    }
    p {
        line-height: 30px;
        text-align: justify;
    }
    header ul li.slogan{
        display: none;
    }
    header ul.sosyal{
        padding: 8px 0;
    }
    header ul.iletisim{
        top:-35px;
        right: 0;
    }
   
    .headNav .logo img{
    height: 100%;
}
    .nvBtn{
         display: inherit;
    }
    .headNav .nv{
        position:fixed;
         padding:30px 0; 
        top:0;
        left:-100%;
        right: 100%;
        bottom: 0;  
        transition: all .5s;
        background-color:rgba(0,0,0,1); 
        z-index: 99; 
        font-size:14px;
        font-weight:bold; 
    }
    .headNav .nv.goster{
         position:fixed; 
        background-color:rgba(0,0,0,.9); 
        left:0;
        right: 0;
        padding:30px 0; 
        z-index: 99; 
        transition: all .5s;
    }
    .headNav .nv.goster li.nvKapat{
        display: inherit;
    }
    .headNav .nv li{
        display: block;
    }
    .headNav .nv li a{
        color:#eee;
    }
    .headNav .logo{
        margin-left: 0;
    }
    .header-scrolled .nvBtn{
        top:50px;
    }
    #crsWrap{ 
    height: 280px;  
    box-shadow: 0 3px 5px #9c9c9c;
    }
    #crsWrap .s{
    padding:  25px;
    height: 250px;
    width: 100%; 
    position: relative;
}
#crsWrap .s c{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .15; 
}
#crsWrap .s h2{
    font-size: 24px; 
    width:100%;  
}
#crsWrap .s p{
    margin: 15px 0 0 0; 
    font-size: 15px;
    width: 100%; 
    color: #6d6d6d;
}
    section.scsv{
    background:none;  
}
    section.scsv ul{
        counter-reset: li-count;
    }
    section.scsv ul li{
     counter-increment: li-count;
    
    width: 160px; 
    height: 160px; 
}
    section.scsv ul li:first-child{
    left:10px;
     top:5%;
}
section.scsv ul li:nth-child(2){ left:50%; top:5%;}
section.scsv ul li:nth-child(3){ left:10px; top:60%}
section.scsv ul li:nth-child(4){ left:50%; top:60%;}
section.scsv ul li img{
      max-height: 100%; 
    position: relative;
     top:50%;
    transform: translateY(-50%);
   
     
}
    section.scsv ul li:before{
        position: absolute;
        content: counter( li-count);
        
        width: 100%;
        text-align: center;
        font-size: 180px;
        font-weight: bolder;
        z-index: 9;
        top:50%;
        transform: translateY(-50%);
        opacity: .5;
        color:#F2F2F2;
        
    }
    
    
    
    .basvuruToggle{
    width: 95%;
    border-radius: 25px;
    overflow: hidden;
    
    position: fixed;
    left:100%;
    transform: translateX(-15%);
    top:25%;
    z-index: 9999;
    background: linear-gradient(to bottom, #fff, #f8f8f8);
    outline: none;
    box-shadow: 0 3px 15px #888;
    transition: all .6s;
}
.basvuruToggle.goster{
     left:50%;
    transform: translateX(-50%);
    transition: all .6s;
    height: 400px;
}
.basvuruToggle > div{
    height: 100%;
    display: inline-block;
}
.basvuruToggle #btnBasvuruToggle{
    background-color: rgba(39, 174, 96,1.0);
    cursor:pointer;
    max-width: 60px;
    z-index: 2;
    position: absolute;
    top:0;
}
.basvuruToggle .basvuruForm{
    width: 85%;
    position: absolute;
     left:40%;
    top:20px;
    transform: translateX(-30%);
    z-index: 3;
    padding: 0 15px;
}
 
.basvuruToggle.goster h2{
    color: #fff;
    font-size: 18px;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg); 
    -ms-transform: rotate(-90deg); 
    -o-transform: rotate(-90deg); 
    
    transform: rotate(-90deg); 
    transform-origin: 210% 30%;
    white-space: nowrap;
     
    
}
.basvuruToggle input, .basvuruToggle select{
    border:1px solid #ccc;
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 5px 0;
    letter-spacing: .5px;
    font-size: 15px;
}
.basvuruToggle .btnGonder{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 15px 0;
    
}
.basvuruToggle .btnGonder:hover,
.basvuruToggle .btnGonder:focus{
     background-color: rgba(39, 174, 96,1.0);
    color:#fff;
}
    
    #divMaps{
        height: 400px;
    }
    
    ul.listReferans{
    margin: 5px;
    
}
ul.listReferans li{
    width: 45%;
    height: 80px; 
    margin: 5px; 
}
ul.listReferans li:before{ 
    left: 45%;
    transform: unset;
    top:unset; 
}
    
    ul.hesapNo{ 
    padding: 5px;
}
ul.hesapNo li{
    padding: 10px; 
    margin:8px 0;
    width: 90%; 
}
    
    .divMusteri{
        top:-25px;
        right: 10px;
    }
    
    ul.listSertifika{
        justify-content: center;
    }
    
    ul.listSertifika li{
    width: 40%;
    padding:0 ;
        margin:10px ;
    text-align:center;
    height: 190px;
    font-size:12px;
}
ul.listSertifika li:first-child{
    border:1px solid #ccc;
    width: 100%;
}

ul.listSertifika li h3{
    font-size: 15px;
    text-align: center;
    padding: 15px 5px;
    font-size: 13px;
}
ul.listSertifika li:first-child h3{
     position: relative;
    margin: -5px  0;
}
    .googleLink{
    display: block;
    width: 90px; 
    cursor: pointer;
    position: relative;
    z-index: 999;
}
    
    
}
