body {

    color: #444;

    font-family: "Open Sans", sans-serif;

    background-color: #f7f7f7;

}



*:focus {

    outline: none !important;

}



a {

    color: #007bff;

    transition: 0.5s;

}



a:hover,

a:active,

a:focus {

    color: #0b6bd3;

    outline: none;

    text-decoration: none;

}



p {

    padding: 0;

    margin: 0 0 30px 0;

}



h1,

h2,

h3,

h4,

h5,

h6 {

    font-family: "Montserrat", sans-serif;

    font-weight: 400;

    margin: 0 0 0px 0;

    padding: 0;

}





/* Back to top button */



.paketozellik::-webkit-scrollbar-track {

    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

    border-radius: 20px;

    background-color: #F5F5F5;

}



.paketozellik::-webkit-scrollbar {

    width: 7px;

    background-color: #F5F5F5;

}



.paketozellik::-webkit-scrollbar-thumb {

    border-radius: 20px;

    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);

    background-color: #c5c5c5;

}





/* Prelaoder */



#preloader {

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    z-index: 9999;

    overflow: hidden;

    background: #fff;

}



#preloader:before {

    content: "";

    position: fixed;

    top: calc(50% - 30px);

    left: calc(50% - 30px);

    border: 6px solid #f2f2f2;

    border-top: 6px solid #007bff;

    border-radius: 50%;

    width: 60px;

    height: 60px;

    -webkit-animation: animate-preloader 1s linear infinite;

    animation: animate-preloader 1s linear infinite;

}



@-webkit-keyframes animate-preloader {

    0% {

        -webkit-transform: rotate(0deg);

        transform: rotate(0deg);

    }

    100% {

        -webkit-transform: rotate(360deg);

        transform: rotate(360deg);

    }

}



@keyframes animate-preloader {

    0% {

        -webkit-transform: rotate(0deg);

        transform: rotate(0deg);

    }

    100% {

        -webkit-transform: rotate(360deg);

        transform: rotate(360deg);

    }

}





/*--------------------------------------------------------------

# Header

--------------------------------------------------------------*/



#header {

    height: 80px;

    transition: all 0.5s;

    z-index: 997;

    transition: all 0.5s;

    padding: 20px 0;

    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.50);

}



#header.header-scrolled,

#header.header-pages {

    height: 60px;

    padding: 10px 0;

}



#header .logo h1 {

    font-size: 36px;

    margin: 0;

    padding: 0;

    line-height: 1;

    font-weight: 400;

    letter-spacing: 3px;

    text-transform: uppercase;

}



#header .logo h1 a,

#header .logo h1 a:hover {

    color: #00366f;

    text-decoration: none;

}



.logo img {

    padding: 0;

    margin: -1px 0;

    transition: .3s;

    max-height: 55px;

}



.header-scrolled .logo img {

    padding: 0;

    margin: 0px 0;

    transition: .3s;

    max-height: 35px;

}



.main-pages {

    margin-top: 60px;

}





/*--------------------------------------------------------------

# Intro Section

--------------------------------------------------------------*/



#intro {

    width: 100%;

    position: relative;

    background-size: cover;

    min-height: 650px;

    overflow: hidden;

}



#intros {

    width: 100%;

    position: relative;

    background-size: cover;

    min-height: 450px;

    overflow: hidden;

}



#introx {

    width: 100%;

    position: relative;

    background-size: cover;

    min-height: 350px;

    overflow: hidden;

}



.hizlisip {

    background: url(../img/des4.png), #fff;

    padding: 50px;

    border-radius: 10px;

    box-shadow: 0px 5px 20px #00000059;

}



#intro .intro-img {

    width: 50%;

    float: right;

}



#intro .intro-info {

    width: 50%;

    float: left;

}



#intro .intro-info h2 {

    color: #fff;

    margin-bottom: 40px;

    font-size: 48px;

    font-weight: 700;

}



#intro .intro-info h2 span {

    color: #74b5fc;

    text-decoration: underline;

}



#intro .intro-info .btn-get-started,

#intro .intro-info .btn-services {

    font-family: "Montserrat", sans-serif;

    font-size: 14px;

    font-weight: 600;

    letter-spacing: 1px;

    display: inline-block;

    padding: 10px 32px;

    border-radius: 50px;

    transition: 0.5s;

    margin: 0 20px 20px 0;

    color: #fff;

}



.btn:hover {

    color: #fff;

}



.alan1madde {

    background: #fff;

    padding: 8px;

    animation: float 2s ease infinite;

    border-radius: 10px;

    font-size: 15px;

    font-weight: bold;

    box-shadow: 0px 3px 15px #00000045;

}



.hser i {

    float: right;

    padding: 5px;

    margin-right: 5px;

    font-size: 30px;

}



.hser:hover {

    transform: scale(1.1);

    border-radius: 10px;

}



.hser {

    background: url(../img/des4.png), #fff;

    background-size: cover;

    line-height: 20px;

    text-align: left;

    border-radius: 15px;

    cursor: pointer;

    transition: .4s;

    margin: 0 auto;

    width: 80%;

    margin-bottom: 10px;

    font-size: 17px;

    padding: 6px 10px;

    box-shadow: 0px 0px 15px #0000005c;

}



.hser span {

    left: 25px;

    position: relative;

}



.hizser-dalga {

    text-align: center;

    padding: 15px;

    margin-bottom: 30px;

    margin-top: -95px;

    overflow: visible;

    position: relative;

}



.hizser-keskin {

    text-align: center;

    padding: 15px;

    margin-bottom: 30px;

    margin-top: -68px;

    overflow: visible;

    position: relative;

}



.hizser-oval {

    text-align: center;

    padding: 15px;

    margin-top: -82px;

    margin-bottom: 30px;

    overflow: visible;

    position: relative;

}



.hizser-toval {

    text-align: center;

    padding: 15px;

    margin-bottom: 30px;

    margin-top: -120px;

    overflow: visible;

    position: relative;

}



.hizser-duz {

    text-align: center;

    padding: 15px;

    margin-bottom: 30px;

    margin-top: -80px;

    overflow: visible;

    position: relative;

}



.alan1 {

    display: block;

    animation-delay: 0s;

    animation-duration: 1s;

}



.alan2 {

    display: none;

    animation-delay: 0s;

    animation-duration: 1s;

}



.alans1 {

    display: block;

    animation-delay: 0s;

    animation-duration: 1s;

}



.alans2 {

    display: none;

    animation-delay: 0s;

    animation-duration: 1s;

}



.dikort {

    position: absolute;

    width: 100%;

    top: 50%;

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

}



.hiz-but {

    background: #fff;

    padding: 10px;

    font-weight: bold;

    width: 100%;

    color: #fff;

}



.alandugme {

    margin: 0 auto;

    border: none;

    background: #fff;

    min-width: 220px;

    border-bottom: 2px solid #d8d5d5;

    font-weight: bold;

    animation: salla 1s ease infinite;

    cursor: pointer;

    padding: 10px 30px;

    border-radius: 15px;

    box-shadow: 0px 0px 15px #00000024;

}



@media (min-width: 850px) {

    .telico {

        left: -170px;

        font-size: 25px;

    }

    .whatsappico {

        left: -145px;

        font-size: 25px;

    }

    .sorgu {

        left: -155px;

        font-size: 25px;

    }

}



@media (max-width: 790px) {

    .telico:hover {

        left: -172px !important;

    }

    .whatsappico:hover {

        left: -145px !important;

    }

    .sorgu:hover {

        left: -175px !important;

    }

}



a.telbut {

    color: #fff;

}



.telico:hover {

    left: 0;

}



.telico i {

    padding-top: 6px;

    padding-right: 14px;

    float: right;

    font-size: 23px;

}



.sorgu:hover {

    left: 0;

}



.sorgu i {

    padding-top: 6px;

    padding-right: 14px;

    float: right;

    font-size: 22px;

}



.sorgu a {

    text-decoration: none;

    padding-left: 10px;

    color: #fff;

    text-align: left;

}



.sorgu {

    position: fixed;

    left: -185px;

    bottom: 135px;

    cursor: pointer;

    width: 240px;

    font-size: 23px;

    color: #fff!important;

    margin-right: 0;

    border-radius: 0 20px 20px 0;

    z-index: 999;

    padding: 10px 5px;

    box-shadow: 0 3px 7px #0000002e;

    transition: .7s;

}



.whatsappico:hover {

    left: 0;

}



.whatsappico i {

    padding-top: 4px;

    padding-right: 12px;

    font-size: 28px;

    float: right;

}



.whatsappico a {

    text-decoration: none;

    padding-left: 10px;

    color: #fff;

    text-align: left;

}



.whatsappico {

    position: fixed;

    left: -155px;

    bottom: 200px;

    width: 210px;

    font-size: 23px;

    background: #69ad53;

    color: #fff!important;

    margin-right: 0;

    border-radius: 0 20px 20px 0;

    z-index: 999;

    padding: 10px 5px;

    box-shadow: 0 3px 7px #0000002e;

    transition: .7s;

}



.telico {

    position: fixed;

    left: -180px;

    bottom: 155px;

    width: 235px;

    font-size: 23px;

    background: #2196f3;

    color: #fff!important;

    margin-right: 0;

    border-radius: 0 20px 20px 0;

    z-index: 999;

    padding: 10px 5px;

    box-shadow: 0 3px 7px #0000002e;

    transition: .7s;

}



.mb50 {

    margin-bottom: 50px;

}



.ptb {

    padding: 40px 5px

}



.dafa {

    border-radius: 10px;

    padding: 5px 25px;

    color: #fff;

    font-weight: bold;

    box-shadow: 0px 0px 15px #0000001c;

}



.dahafaz {

    text-align: center;

    margin-top: 15px;

    width: 100%;

}



.des1 {

    background-image: url(../img/des1.png);

}



.des2 {

    background-image: url(../img/des2.png);

}



.des3 {

    background-image: url(../img/des3.png);

}



.dalga-head {

    background: url(../img/x1.png) center;

    width: 100%;

    bottom: -1px;

    height: 85px;

    background-size: cover;

    position: absolute;

}



.keskin-head {

    background: url(../img/x2.png) center;

    width: 100%;

    bottom: -1px;

    height: 85px;

    background-size: cover;

    position: absolute;

}



.oval-head {

    background: url(../img/x3.png) center;

    width: 100%;

    bottom: -1px;

    height: 85px;

    background-size: cover;

    position: absolute;

}



.toval-head {

    background: url(../img/x5.png) center;

    width: 100%;

    bottom: -1px;

    height: 85px;

    background-size: cover;

    position: absolute;

}



.duz-head {

    background: url(../img/x5.png) center;

    width: 100%;

    bottom: -1px;

    height: 85px;

    background-size: cover;

    position: absolute;

}



.dalga-ust {

    background: url(../img/x1x.png) center;

    z-index: 99999;

    width: 100%;

    height: 85px;

    background-size: cover;

}



.dalga-alt {

    background: url(../img/x1.png) center;

    z-index: 99999;

    width: 100%;

    height: 85px;

    background-size: cover;

}



.keskin-ust {

    background: url(../img/x2x.png) center;

    z-index: 99999;

    width: 100%;

    height: 85px;

    background-size: cover;

}



.keskin-alt {

    background: url(../img/x2.png) center;

    z-index: 99999;

    width: 100%;

    height: 85px;

    background-size: cover;

}



.oval-ust {

    background: url(../img/x3x.png) center;

    z-index: 99999;

    width: 100%;

    height: 85px;

    background-size: cover;

}



.oval-alt {

    background: url(../img/x3.png) center;

    z-index: 99999;

    width: 100%;

    height: 85px;

    background-size: cover;

}



.toval-ust {

    background: url(../img/x4x.png) center;

    z-index: 99999;

    width: 100%;

    height: 85px;

    background-size: cover;

}



.toval-alt {

    background: url(../img/x4.png) center;

    z-index: 99999;

    width: 100%;

    height: 85px;

    background-size: cover;

}



.duz-ust {

    background: url(../img/x5x.png) center;

    z-index: 99999;

    width: 100%;

    height: 85px;

    background-size: cover;

}



.duz-alt {

    background: url(../img/x5.png) center;

    z-index: 99999;

    width: 100%;

    height: 85px;

    background-size: cover;

}



.alandugme:hover {

    animation: none;

    transform: scale(1.03);

}



.alandugme1:hover {

    animation: none;

    transform: scale(1.03);

}



.alandugme1 {

    margin: 0 auto;

    border: none;

    min-width: 220px;

    background: #fff;

    border-bottom: 2px solid #d8d5d5;

    font-weight: bold;

    animation: salla 1s ease infinite;

    cursor: pointer;

    padding: 10px 30px;

    border-radius: 15px;

    box-shadow: 0px 0px 15px #00000024;

    display: none;

}



#intro .intro-info .btn-get-started {

    background: #007bff;

    border: 2px solid #007bff;

    color: #fff;

}



#intro .intro-info .btn-get-started:hover {

    background: none;

    border-color: #fff;

    color: #fff;

}



#intro .intro-info .btn-services {

    border: 2px solid #fff;

}



#intro .intro-info .btn-services:hover {

    background: #007bff;

    border-color: #007bff;

    color: #fff;

}



.modal.left .modal-dialog,

.modal.right .modal-dialog {

    position: fixed;

    margin: auto;

    width: 500px;

    height: 100%;

    -webkit-transform: translate3d(0%, 0, 0);

    -ms-transform: translate3d(0%, 0, 0);

    -o-transform: translate3d(0%, 0, 0);

    transform: translate3d(0%, 0, 0);

}



.modal.left .modal-content,

.modal.right .modal-content {

    height: 100%;

    overflow-y: auto;

}



.modal.left .modal-body,

.modal.right .modal-body {

    padding: 15px 15px 80px;

}





/*Left*/



.modal.left.fade .modal-dialog {

    left: -500px;

    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;

    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;

    -o-transition: opacity 0.3s linear, left 0.3s ease-out;

    transition: opacity 0.3s linear, left 0.3s ease-out;

}



.modal.left.fade.show .modal-dialog {

    left: 0;

}





/*Right*/



.modal.right.fade .modal-dialog {

    right: -320px;

    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;

    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;

    -o-transition: opacity 0.3s linear, right 0.3s ease-out;

    transition: opacity 0.3s linear, right 0.3s ease-out;

}



.modal.right.fade.in .modal-dialog {

    right: 0;

}





/* ----- MODAL STYLE ----- */



.modal-content {

    border-radius: 0;

    border: none;

}



.modal-header {

    border-radius: 0;

    background-color: #FAFAFA;

}



.modal {

    z-index: 99999;

}



.close {

    font-size: 30px;

    font-weight: 700;

    line-height: 1;

    color: #fff;

    opacity: 1;

    text-shadow: none;

}



.btn-sipar {

    color: #fff;

    width: 100%;

    padding: 10px;

}



select.sipsel {

    padding: 15px;

    border: 1px solid #ccc;

    border-radius: 0px;

    margin-bottom: 10px;

    width: 100%;

    box-sizing: border-box;

    font-family: montserrat;

    color: #2C3E50;

    font-size: 13px;

}



.hiz-pro img {

    border-radius: 25%;

    border: 1px solid #ced4da;

}



.hiz-pro {

    text-align: center;

    margin-bottom: 20px;

    margin-top: 10px;

}



.hiz-pro span {

    font-size: 15px;

    font-weight: bold;

    color: #525151;

    position: relative;

    top: 2px;

}



.hiz-tak-say {

    background: #333;

    padding: 10px;

}



.hiz-uygun {

    padding: 10px;

    background: #28a745;

}



.hizlisip .form-control {

    height: 48px;

}





/* ----- v CAN BE DELETED v ----- */



.btn-demo {

    padding-left: 14px;

    padding-bottom: 10px;

    padding-top: 27px;

    padding-right: 28px;

    border-radius: 0;

    border-top-right-radius: 100%;

    box-shadow: 0px 0px 15px #00000059;

}



.solaltbut i {

    font-size: 22px;

    color: #fff;

}



.solaltbut {

    position: fixed;

    left: 0;

    z-index: 999;

    bottom: 0;

    transition: .5s;

}



.solaltbut:hover {

    transform: scale(1.1);

}



.btn-demo:focus {

    outline: 0;

}



.demo-footer {

    position: fixed;

    bottom: 0;

    width: 100%;

    padding: 15px;

    background-color: #212121;

    text-align: center;

}



.demo-footer>a {

    text-decoration: none;

    font-weight: bold;

    font-size: 16px;

    color: #fff;

}



.hizmet-icon {

    font-size: 60px;

}



.hizmet-baslik {

    font-size: 22px;

    margin-top: -5px;

}



.hizmet p {

    margin-bottom: 10px;

    font-size: 15px;

    padding: 8px;

    color: #696969;

}



.paket {

    width: 250px;

    background: #fff;

    box-shadow: 0px 0px 15px #0000001c;

    padding: 15px 20px;

    text-align: center;

    transition: .2s;

    border-radius: 20px;

    overflow: hidden;

    position: relative;

}



.paket:hover {

    transform: scale(1.03);

    box-shadow: 0px 0px 20px #00000030;

}



.paket-icon {

    font-size: 65px;

    position: absolute;

    right: -10px;

    top: -30px;

    transition: .4s;

    transform: rotate(-25deg);

    opacity: .2;

}



.paket:hover .paket-icon {

    opacity: .3;

}



.paketfiyat {

    overflow: visible;

    font-weight: bold;

    background: #ffffff;

    margin: 0 auto;

    padding: 4px;

    width: calc(100% - 54px);

    border-radius: 10px 10px 0px 0px;

    box-shadow: 0px 0px 10px #00000026;

    position: relative;

}



.paketsatinal {

    transition: .4s;

    overflow: visible;

    font-weight: bold;

    color: #fff;

    padding: 12px;

    width: calc(100% - 24px);

    border-radius: 10px;

    margin-bottom: 15px;

    box-shadow: 0px 0px 14px #00000061;

    position: relative;

}



.hizmetsatinal {

    transition: .4s;

    overflow: visible;

    font-weight: bold;

    position: absolute;

    bottom: 10px;

    padding: 10px;

    font-size: 18px;

    left: 10%;

    color: #fff;

    width: 80%;

    border-radius: 10px;

    margin-bottom: 15px;

    box-shadow: 0px 0px 14px #00000061;

}



.paketliste .paket {

    margin-bottom: 30px !important;

}



#hizlist .hizmet {

    margin-bottom: 30px !important;

    min-height: 305px !important;

    display: inline-block;

}



#hizlist {

    padding-top: 60px;

}



.paketliste {

    padding-top: 50px;

}



.paketsatinal:hover {

    transform: scale(1.08);

}



.paket-baslik span {

    font-size: 20px;

    top: -5px;

    position: relative;

    color: #ba0d40;

    font-weight: bold;

}



.paket-baslik {

    font-size: 22px;

    margin-top: 3px;

}



.paketozellik {

    height: 180px;

    overflow-y: auto;

    cursor: help;

    margin: 0 auto;

    width: calc(100% - 25px);

    margin-top: 15px;

    margin-bottom: 25px;

    position: relative;

    z-index: 2;

}



.paketozellik ul {

    margin: 0;

    padding-left: 0;

}



.paketozellik ul li {

    list-style: none;

    text-align: left;

    font-size: 15px;

    padding: 0;

    margin: 0;

}



.paketbaslik i {

    font-size: 60px;

    margin-bottom: 15px;

    animation: float 2s ease infinite;

}



.sipbaslik {

    margin-top: 40px;

}



.sipbaslik i {

    font-size: 45px;

    margin-bottom: 15px;

    animation: float 2s ease infinite;

}



.paketbaslik {

    padding-top: 49px;

}



.hizmetbaslik i {

    font-size: 60px;

    margin-bottom: 15px;

}



.float i {

    font-size: 60px;

    margin-bottom: 15px;

    animation: float 3s ease infinite;

}





/*--------------------------------------------------------------

# Navigation Menu

--------------------------------------------------------------*/





/* Desktop Navigation */



.main-nav {

    /* Drop Down */

    /* Deep Drop Down */

}



.main-nav,

.main-nav * {

    margin: 0;

    padding: 0;

    list-style: none;

}



.main-nav .drop-down ul a {

    color: #333;

}



.main-nav>ul>li {

    position: relative;

    white-space: nowrap;

    float: left;

}



.main-nav a {

    display: block;

    position: relative;

    padding: 10px 12px;

    transition: 0.3s;

    font-size: 14px;

    font-family: "Montserrat", sans-serif;

    font-weight: 500;

}



.main-nav .drop-down ul {

    display: block;

    position: absolute;

    left: 0;

    top: calc(100% + 30px);

    z-index: 99;

    opacity: 0;

    visibility: hidden;

    padding: 10px 0;

    background: #fff;

    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);

    transition: ease all 0.3s;

}



.main-nav .drop-down:hover>ul {

    opacity: 1;

    top: 100%;

    visibility: visible;

}



.main-nav .drop-down li {

    min-width: 180px;

    position: relative;

}



.main-nav .drop-down ul a {

    padding: 10px 20px;

    font-size: 13px;

}



.menubut1 {

    padding: 0px 15px;

    margin-left: 15px;

    transition: .4s;

    border-radius: 13px;

    box-shadow: 0px 2px 10px #0000001c;

}



.menubut1:hover {

    transform: scale(1.04);

}



.menubut2 {

    padding: 0px 15px;

    margin-left: 15px;

    cursor: pointer;

    transition: .4s;

    border-radius: 13px;

    box-shadow: 0px 2px 10px #0000001c;

}



.menubut2:hover {

    transform: scale(1.04);

}



.main-nav .drop-down>a:after {

    content: "\f107";

    font-family: FontAwesome;

    padding-left: 10px;

}



.main-nav .drop-down .drop-down ul {

    top: 0;

    left: calc(100% - 30px);

}



.main-nav .drop-down .drop-down:hover>ul {

    opacity: 1;

    top: 0;

    left: 100%;

}



.main-nav .drop-down .drop-down>a {

    padding-right: 35px;

}



.main-nav .drop-down .drop-down>a:after {

    content: "\f105";

    position: absolute;

    right: 15px;

}





/* Mobile Navigation */



.mobile-nav {

    position: fixed;

    top: 0;

    text-align: center;

    bottom: 0;

    z-index: 9999;

    overflow-y: auto;

    left: -100%;

    width: 100%;

    padding-top: 18px;

    transition: 0.4s;

}



.mobile-nav * {

    margin: 0;

    padding: 0;

    list-style: none;

}



.mobile-nav a {

    display: block;

    position: relative;

    color: #fff;

    padding: 10px 20px;

    font-weight: 500;

}



.mobile-nav a:hover,

.mobile-nav .active>a,

.mobile-nav li:hover>a {

    color: #fff;

    text-decoration: none;

}



.mobile-nav .active.drop-down>a:after {

    content: "\f078";

    font-size: 15px;

    font-family: fontawesome;

    margin-left: 10px;

}



.mobile-nav .drop-down ul {

    overflow: hidden;

}



.mobile-nav .drop-down li {

    padding-left: 20px;

}



.mobile-nav-toggle {

    position: fixed;

    right: 0;

    top: 0;

    z-index: 99999;

    border: 0;

    background: none;

    font-size: 24px;

    transition: all 0.4s;

    outline: none !important;

    line-height: 1;

    cursor: pointer;

    text-align: right;

}



.mobile-nav.d-lg-none .drop-down ul {

    background: #fff;

    padding: 15px 0px;

    border-radius: 15px;

    box-shadow: 0px 0px 15px #0000005c;

    margin: 10px 25px;

}



.drop-down ul:before {

    position: absolute;

    content: "";

    margin-top: -17px;

    left: 27%;

    margin-left: -5px;

    border-left: 7px solid transparent;

    border-right: 7px solid transparent;

    border-bottom: 7px solid #fff;

}



.ortala {

    text-align: center;

}



.mobile-nav-toggle i {

    margin: 18px 18px 0 0;

}



.mobile-nav-overly {

    width: 100%;

    height: 100%;

    z-index: 9997;

    top: 0;

    left: 0;

    position: fixed;

    background: rgba(19, 39, 57, 0.8);

    overflow: hidden;

    display: none;

}



.mobile-nav-active {

    overflow: hidden;

}



.mobile-nav-active .mobile-nav {

    left: 0;

}



.mobile-nav-active .mobile-nav-toggle i {

    color: #fff;

    text-shadow: 0px 0px 20px #000;

}





/*--------------------------------------------------------------

# Sections

--------------------------------------------------------------*/





/* Sections Header

--------------------------------*/



.section-header h3 {

    font-size: 36px;

    text-align: center;

    font-weight: bold;

    position: relative;

}



.section-header p {

    text-align: center;

    margin: auto;

    font-size: 15px;

    padding-bottom: 30px;

    color: #555;

    width: 50%;

}





/* Section with background

--------------------------------*/



.section-bg {

    background: #ecf5ff;

}





/* About Us Section

--------------------------------*/



.fsoya {

    text-align: left;

    float: left;

}



.fsaya {

    text-align: right;

    float: right;

}



.menubut2 a {

    color: #fff !important;

}



.menubut1 a {

    color: #fff !important;

}



#about {

    background: #fff;

}



.x404 {

    text-align: center;

    padding: 100px 0px;

}



#about .about-container .background {

    margin: 20px 0;

}



#about .about-container .content {

    background: #fff;

}



#about .about-container .title {

    color: #333;

    font-weight: 700;

    font-size: 32px;

}



#about .about-container p {

    line-height: 26px;

}



#about .about-container p:last-child {

    margin-bottom: 0;

}



#about .about-container .icon-box {

    background: #fff;

    background-size: cover;

    padding: 0 0 30px 0;

}



#about .about-container .icon-box .icon {

    float: left;

    background: #fff;

    width: 64px;

    height: 64px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;

    text-align: center;

    border-radius: 50%;

    border: 2px solid #007bff;

    transition: all 0.3s ease-in-out;

}



#about .about-container .icon-box .icon i {

    color: #007bff;

    font-size: 24px;

}



#about .about-container .icon-box:hover .icon {

    background: #007bff;

}



#about .about-container .icon-box:hover .icon i {

    color: #fff;

}



#about .about-container .icon-box .title {

    margin-left: 80px;

    font-weight: 600;

    margin-bottom: 5px;

    font-size: 18px;

}



#about .about-container .icon-box .title a {

    color: #283d50;

}



#about .about-container .icon-box .description {

    margin-left: 80px;

    line-height: 24px;

    font-size: 14px;

}



#about .about-extra {

    padding-top: 60px;

}



#about .about-extra h4 {

    font-weight: 600;

    font-size: 24px;

}





/* Services Section

--------------------------------*/



#services {

    box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);

}



#services .box {

    padding: 30px;

    position: relative;

    overflow: hidden;

    border-radius: 25px;

    margin: 0 0px 30px 00px;

    background: #fff;

    box-shadow: 0 10px 29px 0 rgba(0, 0, 0, 0.2);

    transition: all 0.3s ease-in-out;

}



#services .box:hover {

    -webkit-transform: translateY(-5px);

    transform: translateY(-5px);

}



#services .icon {

    position: absolute;

    left: -10px;

    top: calc(50% - 32px);

}



#services .icon i {

    font-size: 64px;

    line-height: 1;

    transition: 0.5s;

}



#services .title {

    margin-left: 40px;

    font-weight: 700;

    margin-bottom: 3px;

    font-size: 18px;

}



#services .title a {

    color: #111;

}



#services .box:hover .title a {

    color: #007bff;

}



#services .description {

    font-size: 14px;

    margin-left: 40px;

    line-height: 24px;

    margin-bottom: 0;

}



#why-us {

    padding: 60px 0;

    background: #004a99;

}



#why-us .section-header h3,

#why-us .section-header p {

    color: #fff;

}



#why-us .card {

    background: #00458f;

    border-color: #00458f;

    border-radius: 10px;

    margin: 0 15px;

    padding: 15px 0;

    text-align: center;

    color: #fff;

    transition: 0.3s ease-in-out;

    height: 100%;

}



#why-us .card:hover {

    background: #003b7a;

    border-color: #003b7a;

}



#why-us .card i {

    font-size: 48px;

    padding-top: 15px;

    color: #bfddfe;

}



#why-us .card h5 {

    font-size: 22px;

    font-weight: 600;

}



#why-us .card p {

    font-size: 15px;

    color: #d8eafe;

}



#why-us .card .readmore {

    color: #fff;

    font-weight: 600;

    display: inline-block;

    transition: 0.3s ease-in-out;

    border-bottom: #00458f solid 2px;

}



#why-us .card .readmore:hover {

    border-bottom: #fff solid 2px;

}



#why-us .counters {

    padding-top: 40px;

}



#why-us .counters span {

    font-family: "Montserrat", sans-serif;

    font-weight: bold;

    font-size: 48px;

    display: block;

    color: #fff;

}



#why-us .counters p {

    padding: 0;

    margin: 0 0 20px 0;

    font-family: "Montserrat", sans-serif;

    font-size: 14px;

    color: #cce5ff;

}





/* Portfolio Section

--------------------------------*/



#portfolio {

    padding: 60px 0;

    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);

}



#portfolio #portfolio-flters {

    padding: 0;

    margin: 5px 0 35px 0;

    list-style: none;

    text-align: center;

}



#portfolio #portfolio-flters li {

    cursor: pointer;

    margin: 15px 15px 15px 0;

    display: inline-block;

    padding: 6px 20px;

    font-size: 12px;

    line-height: 20px;

    color: #007bff;

    border-radius: 50px;

    text-transform: uppercase;

    background: #ecf5ff;

    margin-bottom: 5px;

    transition: all 0.3s ease-in-out;

}



#portfolio #portfolio-flters li:hover,

#portfolio #portfolio-flters li.filter-active {

    background: #007bff;

    color: #fff;

}



#portfolio #portfolio-flters li:last-child {

    margin-right: 0;

}



#portfolio .portfolio-item {

    position: relative;

    overflow: hidden;

    margin-bottom: 30px;

}



#portfolio .portfolio-item .portfolio-wrap {

    overflow: hidden;

    position: relative;

    border-radius: 6px;

    margin: 0;

}



#portfolio .portfolio-item .portfolio-wrap:hover img {

    opacity: 0.4;

    transition: 0.3s;

}



#portfolio .portfolio-item .portfolio-wrap .portfolio-info {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;

    text-align: center;

    opacity: 0;

    transition: 0.2s linear;

}



#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {

    font-size: 22px;

    line-height: 1px;

    font-weight: 700;

    margin-bottom: 14px;

    padding-bottom: 0;

}



#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {

    color: #fff;

}



#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {

    color: #007bff;

}



#portfolio .portfolio-item .portfolio-wrap .portfolio-info p {

    padding: 0;

    margin: 0;

    color: #e2effe;

    font-weight: 500;

    font-size: 14px;

    text-transform: uppercase;

}



#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview,

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {

    display: inline-block;

    line-height: 1;

    text-align: center;

    width: 36px;

    height: 36px;

    background: #007bff;

    border-radius: 50%;

    margin: 10px 4px 0 4px;

}



#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i,

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {

    padding-top: 6px;

    font-size: 22px;

    color: #fff;

}



#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {

    background: #3395ff;

}



#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i,

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {

    color: #fff;

}



#portfolio .portfolio-item .portfolio-wrap:hover {

    background: #003166;

}



#portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {

    opacity: 1;

}





/* Testimonials Section

--------------------------------*/



#testimonials {

    margin-top: 20px;

    margin-bottom: 15px;

    background: #0000000f;

    border-radius: 75px;

    box-shadow: inset 0px 0px 15px #0000002b;

}



#testimonials .section-header {

    margin-bottom: 40px;

}



#testimonials .testimonial-item .testimonial-img {

    width: 120px;

    border-radius: 50%;

    border: 4px solid #fff;

    float: left;

}



#testimonials .testimonial-item h2 {

    font-size: 27px;

    font-weight: 600;

    margin: 10px 0 5px 0;

    color: #fff;

}



#testimonials .testimonial-item h3 {

    font-size: 20px;

    font-weight: bold;

    margin: 10px 0 5px 0;

    color: #fff;

}



#testimonials .testimonial-item h4 {

    font-size: 14px;

    color: #fff;

    margin: 0 0 15px 0;

}



#testimonials .testimonial-item p {

    font-style: italic;

    color: #fff;

}



#testimonials .owl-nav,

#testimonials .owl-dots {

    margin-top: 5px;

    text-align: center;

}



#testimonials .owl-dot {

    display: inline-block;

    margin: 0 5px;

    width: 12px;

    height: 12px;

    border-radius: 50%;

    background-color: #ffffff4a;

}



#testimonials .owl-dots {

    display: block;

    position: relative;

    top: -20px;

}



#testimonials .owl-dot.active {

    background-color: #fff;

}



.owl-carousel .owl-stage-outer {

    padding: 20px 0px;

}



.owl-carousel .paket {

    margin: 0px 15px;

}



.item .tek.blog {

    margin: 0px 12px;

    box-shadow: 0px 0px 15px #0000001c;

}



.owl-carousel .owl-item img {

    width: auto;

}



.owl-carousel .paket:hover {

    box-shadow: 0px 0px 15px #0000001c;

}



.owl-dots {

    display: none;

}



.owl-nav {

    display: none;

}



.blogliste .blog {

    margin-bottom: 30px;

}





/* Team Section

--------------------------------*/



#team {

    background: #fff;

    padding: 60px 0;

    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);

}



#team .member {

    text-align: center;

    margin-bottom: 20px;

    position: relative;

    border-radius: 50%;

    overflow: hidden;

}



#team .member .member-info {

    opacity: 0;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

    position: absolute;

    bottom: 0;

    top: 0;

    left: 0;

    right: 0;

    transition: 0.2s;

}



#team .member .member-info-content {

    margin-top: 50px;

    transition: margin 0.2s;

}



#team .member:hover .member-info {

    background: rgba(0, 62, 128, 0.7);

    opacity: 1;

    transition: 0.4s;

}



#team .member:hover .member-info-content {

    margin-top: 0;

    transition: margin 0.4s;

}



#team .member h4 {

    font-weight: 700;

    margin-bottom: 2px;

    font-size: 18px;

    color: #fff;

}



#team .member span {

    font-style: italic;

    display: block;

    font-size: 13px;

    color: #fff;

}



#team .member .social {

    margin-top: 15px;

}



#team .member .social a {

    transition: none;

    color: #fff;

}



#team .member .social a:hover {

    color: #007bff;

}



#team .member .social i {

    font-size: 18px;

    margin: 0 2px;

}





/* Clients Section

--------------------------------*/



#clients {

    padding: 60px 0;

    box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);

}



#clients .clients-wrap {

    border-top: 1px solid #d6eaff;

    border-left: 1px solid #d6eaff;

    margin-bottom: 30px;

}



#clients .client-logo {

    padding: 64px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -ms-flex-align: center;

    align-items: center;

    border-right: 1px solid #d6eaff;

    border-bottom: 1px solid #d6eaff;

    overflow: hidden;

    background: #fff;

    height: 160px;

}



#clients .client-logo:hover img {

    -webkit-transform: scale(1.2);

    transform: scale(1.2);

}



#clients img {

    transition: all 0.4s ease-in-out;

}





/* Contact Section

--------------------------------*/



.iform label {

    float: left;

}



#contact {

    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);

    padding: 60px 0;

    overflow: hidden;

}



#contact .section-header {

    padding-bottom: 30px;

}



#contact .contact-about h3 {

    font-size: 36px;

    margin: 0 0 10px 0;

    padding: 0;

    line-height: 1;

    font-family: "Montserrat", sans-serif;

    font-weight: 300;

    letter-spacing: 3px;

    text-transform: uppercase;

    color: #007bff;

}



#contact .contact-about p {

    font-size: 14px;

    line-height: 24px;

    font-family: "Montserrat", sans-serif;

    color: #888;

}



#contact .social-links {

    padding-bottom: 20px;

}



#contact .social-links a {

    font-size: 18px;

    display: inline-block;

    background: #fff;

    color: #007bff;

    line-height: 1;

    padding: 8px 0;

    margin-right: 4px;

    border-radius: 50%;

    text-align: center;

    width: 36px;

    height: 36px;

    transition: 0.3s;

    border: 1px solid #007bff;

}



#contact .social-links a:hover {

    background: #007bff;

    color: #fff;

}



#contact .info {

    color: #283d50;

}



#contact .info i {

    font-size: 32px;

    color: #007bff;

    float: left;

    line-height: 1;

}



#contact .info p {

    padding: 0 0 10px 36px;

    line-height: 28px;

    font-size: 14px;

}



#contact .form #sendmessage {

    color: #007bff;

    border: 1px solid #007bff;

    display: none;

    text-align: center;

    padding: 15px;

    font-weight: 600;

    margin-bottom: 15px;

}



#contact .form #errormessage {

    color: red;

    display: none;

    border: 1px solid red;

    text-align: center;

    padding: 15px;

    font-weight: 600;

    margin-bottom: 15px;

}



#contact .form #sendmessage.show,

#contact .form #errormessage.show,

#contact .form .show {

    display: block;

}



#contact .form .validation {

    color: red;

    display: none;

    margin: 0 0 20px;

    font-weight: 400;

    font-size: 13px;

}



#contact .form input,

#contact .form textarea {

    border-radius: 0;

    box-shadow: none;

    font-size: 14px;

}



#contact .form button[type="submit"] {

    background: #007bff;

    border: 0;

    border-radius: 20px;

    padding: 8px 30px;

    color: #fff;

    transition: 0.3s;

}



#contact .form button[type="submit"]:hover {

    background: #0067d5;

    cursor: pointer;

}





/*--------------------------------------------------------------

# Footer

--------------------------------------------------------------*/



#footer {

    color: #eee;

    font-size: 14px;

}



#footer .footer-top {

    padding: 30px 0 15px 0;

}



#footer .footer-top .footer-info {

    margin-bottom: 30px;

}



.footerilet {

    background: #fff;

    padding: 8px 30px;

    border: none;

    border-radius: 12px;

    animation: 2s salla ease infinite;

    font-weight: bold;

    box-shadow: 0px 2px 20px #00000061;

}



.footer-bottom {

    background: #0000001f;

    padding: 15px 0px;

    margin-top: 15px;

}



#footer .footer-top .footer-info h3 {

    font-size: 34px;

    margin: 0 0 20px 0;

    padding: 2px 0 2px 0;

    line-height: 1;

    font-family: "Montserrat", sans-serif;

    color: #fff;

    font-weight: 400;

    letter-spacing: 3px;

    text-transform: uppercase;

}



#footer .footer-top .footer-info p {

    font-size: 13px;

    line-height: 24px;

    margin-bottom: 0;

    font-family: "Montserrat", sans-serif;

    color: #ecf5ff;

}



#footer .footer-top .social-links a {

    font-size: 18px;

    display: inline-block;

    background: #007bff;

    color: #fff;

    line-height: 1;

    padding: 8px 0;

    margin-right: 4px;

    border-radius: 50%;

    text-align: center;

    width: 36px;

    height: 36px;

    transition: 0.3s;

}



#footer .footer-top .social-links a:hover {

    background: #0067d5;

    color: #fff;

}



#footer .footer-top h4 {

    font-size: 14px;

    font-weight: bold;

    color: #fff;

    text-transform: uppercase;

    position: relative;

    padding-bottom: 10px;

}



#footer .footer-top .footer-links {

    margin-bottom: 30px;

}



#footer .footer-top .footer-links ul {

    list-style: none;

    padding: 0;

    margin: 0;

}



#footer .footer-top .footer-links ul li {

    padding: 8px 0;

}



#footer .footer-top .footer-links ul li:first-child {

    padding-top: 0;

}



#footer .footer-top .footer-links ul a {

    color: #ecf5ff;

}



#footer .footer-top .footer-links ul a:hover {

    color: #74b5fc;

}



#footer .footer-top .footer-contact {

    margin-bottom: 30px;

}



#footer .footer-top .footer-contact p {

    line-height: 26px;

}



#footer .footer-top .footer-newsletter {

    margin-bottom: 30px;

}



#footer .footer-top .footer-newsletter input[type="email"] {

    border: 0;

    padding: 6px 8px;

    width: 65%;

}



#footer .footer-top .footer-newsletter input[type="submit"] {

    background: #007bff;

    border: 0;

    width: 35%;

    padding: 6px 0;

    text-align: center;

    color: #fff;

    transition: 0.3s;

    cursor: pointer;

}



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

    background: #0062cc;

}



#footer .copyright {

    text-align: center;

    padding-top: 10px;

}



#footer .credits {

    text-align: center;

    font-size: 13px;

    color: #f1f7ff;

}



#footer .credits a {

    color: #bfddfe;

}



#footer .credits a:hover {

    color: #f1f7ff;

}





/*------

#Blog

----*/



.tek.blog img {

    margin: -15px;

    margin-bottom: 15px;

}



.tek.blog {

    background: #fff;

    padding: 15px;

    transition: .4s;

    border-radius: 30px;

    overflow: hidden;

    box-shadow: 0px 0px 15px #0000001c;

}



.tek.blog:hover {

    transform: scale(1.03);

}



.tek.blog:hover .animebut {

    bottom: 0px;

    animation: none;

    border-radius: 20px;

    padding: 6px;

}



.animebut i {

    transition: .4s;

}



.animebut span {

    position: absolute;

    opacity: 0;

    transition: .4s;

}



.tek.blog:hover .animebut i {

    transform: rotate(90deg);

}



.tek.blog:hover .animebut span {

    position: relative;

    opacity: 1;

}



#blogyazi {

    margin: 20px 0px 40px 0px;

}



.blco {

    text-align: center;

}



.blco span {

    font-weight: bold;

}



.blco p {

    font-size: 15px;

    margin: 10px 0px;

}



.animebut {

    padding: 0px 20px 15px;

    color: #fff;

    border-radius: 50%;

    height: 56px;

    transition: 0.4s;

    position: relative;

    margin: 0 auto;

    width: 59%;

    margin-bottom: -36px;

    bottom: -10px;

}



.icicerik {

    margin-top: 120px;

}



.iceriks {

    padding: 30px 20px;

    background: #fff;

    border-radius: 20px;

    box-shadow: 0px 0px 15px #0000002b;

}



.iceriks h2 {

    font-size: 27px;

    font-weight: 600;

}



.icerikdetay {

    font-size: 13px;

    color: #969696;

    margin-bottom: 10px;

}



.icerikgorsel img {

    width: 100%;

    border-radius: 5px;

}



.iceriks p {

    padding: 15px 10px;

    color: #6b6b6b;

    margin: 0;

}





/*---------------------

SORGULAMA

---------*/



.sorgualan input {

    width: 100%;

    padding: 15px 25px;

    border-radius: 40px;

    border: none;

}



.sorgualan {

    margin-top: 5%;

}



.kapabut i {

    transition: .6s;

    box-shadow: 0px 0px 30px #ffffff7a;

    border-radius: 50px;

}



.kapabut i:hover {

    transform: rotate(360deg);

    box-shadow: 0px 0px 30px #fff;

}



.sorgubut {

    border: none;

    padding: 7px 30px;

    border-radius: 30px;

    transition: .4s;

    position: absolute;

    right: 0px;

    margin: 6px;

    color: #fff;

}



.sorgubut:hover {

    color: #fff;

    transform: scale(0.9);

}



.sorgusonuc {

    margin-top: 50px;

}



.sorgusonuc p {

    margin: 0;

    padding: 0;

}





/*form styles*/



#msform {

    text-align: center;

    position: relative;

}



#msform fieldset {

    background: url(../img/des4.png), #fff;

    border: 0 none;

    border-radius: 15px;

    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);

    padding: 20px;

    box-sizing: border-box;

    /*stacking fieldsets above each other*/

    position: relative;

}





/*Hide all except first fieldset*/



#msform fieldset:not(:first-of-type) {

    display: none;

}





/*inputs*/



#msform input,

#msform textarea,

#msform select {

    padding: 15px;

    border: 1px solid #ccc;

    border-radius: 10px;

    margin-bottom: 10px;

    width: 100%;

    box-sizing: border-box;

    font-family: montserrat;

    color: #2C3E50;

    font-size: 13px;

}



.sipfiso {

    padding: 10px 20px;

    border: 1px solid #d0d0d0;

    border-radius: 10px;

    background: #efefef;

    margin-bottom: 10px;

    width: 100%;

    display: inline-block;

    font-family: montserrat;

    text-align: left;

    color: #2C3E50;

    font-size: 13px;

}



.sipfiso span {

    float: right;

    font-weight: bold;

}



.tamamlandi.sipfiso {

    text-align: center;

    font-size: 16px;

    overflow: auto

}



.tamamlandi.sipfiso span {

    float: none

}



button.btn.kupuyg.xrb.keskin:hover {

    transform: scale(0.90);

}



button.btn.kupuyg.xrb.keskin {

    position: absolute;

    transition: .4s;

    right: 38px;

    margin-top: 9px;

    padding: 4px 20px;

    color: #fff !important;

}



#msform input:focus,

#msform textarea:focus {

    -moz-box-shadow: none !important;

    -webkit-box-shadow: none !important;

    box-shadow: none !important;

    border: 1px solid #545454;

    outline-width: 0;

    transition: All 0.5s ease-in;

    -webkit-transition: All 0.5s ease-in;

    -moz-transition: All 0.5s ease-in;

    -o-transition: All 0.5s ease-in;

}





/*buttons*/



#msform .action-button {

    width: 150px;

    font-weight: bold;

    color: white;

    border: 0 none;

    border-radius: 10px;

    cursor: pointer;

    padding: 10px 5px;

    margin: 10px 5px;

}



#msform .action-button:hover,

#msform .action-button:focus {

    transform: scale(1.04);

    transition: .4s;

}



#msform .action-button-previous {

    width: 100px;

    background: #C5C5F1;

    font-weight: bold;

    color: white;

    border: 0 none;

    border-radius: 10px;

    cursor: pointer;

    padding: 10px 5px;

    margin: 10px 5px;

}



#msform .action-button-previous:hover,

#msform .action-button-previous:focus {

    box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;

}





/*headings*/



.fs-title {

    font-size: 18px;

    text-transform: uppercase;

    color: #2C3E50;

    margin-bottom: 10px;

    letter-spacing: 2px;

    font-weight: bold;

}



.fs-subtitle {

    font-weight: normal;

    font-size: 13px;

    color: #666;

    margin-bottom: 20px;

}





/*progressbar*/



#progressbar {

    margin-bottom: 30px;

    overflow: hidden;

    padding: 0;

    counter-reset: step;

}



#progressbar li {

    list-style-type: none;

    text-transform: uppercase;

    font-size: 9px;

    width: 33.33%;

    float: left;

    position: relative;

    letter-spacing: 1px;

}



#progressbar li:before {

    content: counter(step);

    counter-increment: step;

    width: 24px;

    height: 24px;

    line-height: 26px;

    display: block;

    font-size: 12px;

    color: #333;

    background: #eaeaea;

    border-radius: 25px;

    margin: 0 auto 10px auto;

}





/*progressbar connectors*/



#progressbar li:after {

    content: '';

    width: 100%;

    height: 2px;

    background: #eaeaea;

    position: absolute;

    left: -50%;

    top: 9px;

    z-index: -1;

    /*put it behind the numbers*/

}



#progressbar li:first-child:after {

    /*connector not needed before the first step*/

    content: none;

}





/*marking active/completed steps green*/





/*The number of the step and the connector before it = green*/



#progressbar li.active:before,

#progressbar li.active:after {

    color: white;

}





/*--------------------------------------------------------------

# Responsive Media Queries

--------------------------------------------------------------*/



@media (min-width: 992px) {

    #testimonials .testimonial-item p {

        width: 100%;

    }

}



main#main {

    min-height: 470px;

}



@media (max-width: 991px) {

    #header {

        height: 60px;

        padding: 10px 0;

    }

    #header .logo h1 {

        font-size: 28px;

        padding: 8px 0;

    }

    #intro {

        padding: 140px 0 60px 0;

    }

    #intro .intro-img {

        width: 80%;

        float: none;

        margin: 0 auto 25px auto;

    }

    #intro .intro-info {

        width: 80%;

        float: none;

        margin: auto;

        text-align: center;

    }

    #why-us .card {

        margin: 0;

    }

}



@media (max-width: 767px) {

    #intro .intro-info {

        width: 100%;

    }

    #intro .intro-info h2 {

        font-size: 34px;

        margin-bottom: 30px;

    }

    .drop-down ul:before {

        position: absolute;

        content: "";

        margin-top: -22px;

        left: 50%;

    }

    .section-header p {

        width: 100%;

    }

    .logo img {

        padding: 0;

        margin: 0px 0;

        transition: .3s;

        max-height: 45px;

    }

    .menubut1 {

        margin: 10px 25px;

    }

    .menubut2 {

        margin: 10px 25px;

    }

    #testimonials .testimonial-item {

        text-align: center;

    }

    .dikort {

        top: 48%;

    }

    .solaltbut i {

        font-size: 23px;

        color: #fff;

    }

    .btn-demo {

        padding-left: 15px;

        padding-bottom: 12px;

        z-index: 9999999;

        padding-top: 27px;

        padding-right: 27px;

        border-radius: 0;

        border-top-right-radius: 100%;

        box-shadow: 0px 0px 15px #00000059;

    }

    #testimonials .testimonial-item .testimonial-img {

        float: none;

        margin: auto;

    }

    #testimonials .testimonial-item h3,

    #testimonials .testimonial-item h4,

    #testimonials .testimonial-item p {

        margin-left: 0;

    }

    .dikort.modikort {

        margin-bottom: 20px;

        position: inherit;

        top: auto;

        transform: none;

    }

    .mogiz {

        display: none !important;

    }

    .dikort.modikort h1 {

        font-size: 26px;

    }

    #testimonials {

        border-radius: 30px;

    }

    .paket {

        margin: 0px 25px !important;

        margin-bottom: 20px;

    }

    .tek.blog img {

        width: 115%;

        min-height: 195px;

    }

    .tek.blog {

        margin: 0px 20px !important;

        margin-bottom: 40px !important;

    }

    .fsoya {

        text-align: center;

    }

    .fsaya {

        text-align: center;

    }

    .mobmb20 {

        margin-bottom: 20px;

    }

    .hizlisip {

        padding: 30px 40px;

        margin: 30px;

    }

}



@media (max-width: 574px) {

    #intro {

        padding: 100px 0 20px 0;

    }

}



.fsaya a {

    color: #fff;

    font-weight: bold;

    text-decoration: none;

}



button.btn.kupuyg.xrb.keskin.btn-success {

    font-weight: bold;

    background-color: #28a745 !important;

}



.kupon-load {

    width: 100%;

    display: inline-block;

    min-height: 200px;

    padding: 50px;

}



span#kurumsal {

    width: 100%;

    display: flex;

    flex-wrap: wrap;

}



@media (min-width:768px) {

    #header.fixed-top {

        background: #000000;

        box-shadow: none;

    }

    #header.fixed-top .main-nav a {

        color: #fff;

        font-size: 15px;

        font-weight: 700;

    }

    #header.fixed-top.header-scrolled .light-logo {

        display: none;

    }

    #header.fixed-top.header-scrolled .dark-logo {

        display: block;

    }

    #header.fixed-top.header-scrolled {

        background: #fff;

    }

    #header.fixed-top .drop-down li a,

    #header.fixed-top.header-scrolled .main-nav li a {

        color: #280028;

    }

    #header.fixed-top.header-scrolled li.menubut1.keskin.xrb a,

    .menubut2 a {

        color: #fff !important;

    }

    #header.fixed-top img.dark-logo {

        display: none;

    }

}





/* Scrool bar */



body::-webkit-scrollbar {

    width: 5px;

    /* width of the entire scrollbar */

}



body::-webkit-scrollbar-track {

    background: white;

    /* color of the tracking area */

}



body::-webkit-scrollbar-thumb {

    background-color: #adadae00;

    /* color of the scroll thumb */

    border-radius: 20px;

    /* roundness of the scroll thumb */

    border: 4px solid #49155c;

    /* creates padding around scroll thumb */

}