:root{
    --color1:#0074D9;
    --color2:#060606;
    --color3:#f9f9f9;
    --color4:#DBDBDB;
}
*{
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    outline: none !important; 
}
::marker{
    color: var(--color1);
}
.maxWidth{
    max-width: 1530px;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: var(--color3);
}
::-webkit-scrollbar-thumb {
    background:var(--color1);
}
::-webkit-scrollbar-thumb:hover {
    background:var(--color1);
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background:var(--color1);
    z-index: 999;
    transform: translateX(0);
}
#loader-wrapper .loader-section.section-left {
    left: 0;
}
#loader-wrapper .loader-section.section-right {
    right: 0;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color:white;
    animation: spin 2s linear infinite;
    z-index: 1001;
}
#loader:before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:before, #loader:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color:white;
}
#loader:after {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.loaded #loader-wrapper {
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.3s 1s ease-out;
}
.loaded #loader-wrapper .loader-section.section-left {
    transform: translateX(-100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader-wrapper .loader-section.section-right {
    transform: translateX(100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader {
    opacity: 0;
    transition: all 0.3s ease-out;
}.scrollup {
    width:60px;
    height: 60px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color:var(--color1);
    border: 1px solid transparent;
    z-index: 222;
    }
    @keyframes scale2 {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.2);
        }
        100% {
            transform: scale(1);
        }
    } 
.scrollup > i {
    color: white !important;
}
.mobile-sticky{
    width: 100%; 
    position: fixed;
    z-index: 741;
    background-color:var(--color1);
    top: 0px !important;
    animation: slideDown 0.35s ease-out;
}
.mobil-hamburger-menu-btn{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px;
    > i{
        color: white !important;
    }
}
.offcanvas{
    z-index:99999;
    background-color:var(--color1) !important;
}
.btnClose{
    background-color: transparent !important;
    padding: 2rem;
    border: none !important;
    font-size: 30px;
    margin-left: 18rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    >i {
        color:white !important;
        font-size: 30px;
    }
}
.mobil-menu{
    background-color:var(--color1);
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    padding-bottom: .3rem;
    padding-top: .3rem;
}

.offcanvas-social-media > ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    list-style-type: none;
    padding-top: 0rem;
    margin-left: -2rem;
}
.offcanvas-social-media > ul > li{
    padding-right: 2rem;
}
.offcanvas-social-media > ul > li > a > i{
    color: var(--color1) !important;
    font-size: 20px;
}
.offcanvas-header{
   padding:0rem !important;
}
.offcanvas-body {
    scrollbar-color:#f0f0f0  #f0f0f0;
    scrollbar-width: thin;
}
.offcanvas-body::-webkit-scrollbar {
    width: 8px;
}
.offcanvas-body::-webkit-scrollbar-thumb {
    background-color: var(--color2); 
    border-radius: 10px; 
}
.offcanvas-body::-webkit-scrollbar-track {
    background-color: #f0f0f0; 
}
.offcanvas-site-logo > a > img{
    filter: brightness(0) invert(1);
}
.accordion {
    width: 100%;
    max-width: 360px;
    background: transparent;
    border-radius: 4px;
    list-style-type: none;
    margin-left: -4.7rem;
    > li {
        padding-bottom: .5rem;
    }
}
.accordion-submenu{
    display: none;
    margin-left: .5rem;
    margin-top: 1rem;
    list-style-type: none;
    >li{
        padding-bottom: 1rem;
    }
    > li > a{
    font-size: 16px;
    color: var(--color1) !important;
    padding: 7px 15px;
    padding-left: 10px;
    text-decoration: none;
    font-weight: 400;
    }
}
.accordion .link {
   cursor: pointer;
   display: block;
   padding: 0px 15px 15px 42px;
   color: white;
   font-size: 16px;
   font-weight: 600;
   position: relative;
   transition: all 0.4s ease;
   text-decoration: none;
   text-transform: uppercase;
}
.accordion li:last-child .link {
   border-bottom: 0;
}
.accordion li i {
   position: absolute;
   top: 16px;
   left: 12px;
   font-size: 18px;
   color: #595959;
   transition: all 0.4s ease;
}
.accordion li i.fa-chevron-down {
    right: -70px;
    left: auto;
    font-size: 18px;
    top: 5px;
    background-color: white !important;
    color: var(--color1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    padding: .7rem;
    top: -20px;
}
.accordion li.open .link {
   color: white;
}
.accordion li.open i {
    color: var(--color1);
}
.accordion li.open i.fa-chevron-down {
   transform: rotate(180deg);
}
.mobil-web-site-logo{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.mobil-web-site-logo > a > img{
    width: 100px;
}
.stickyHeader{
    width: 100%; 
    position: fixed;
    z-index: 741;
    top: 0px !important;
    animation: slideDown 0.35s ease-out;
    background-color: #07263e;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
.site-navigation{
    background-color: #07263e;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.header-top{
    background-color: var(--color3);
}
.header-top-navigation{
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: .7rem;
    > li {
        padding-right: 1rem;
    }
}
.header-top-navigation > li > a{
    color: var(--color2);
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}
.header-top-navigation > li > a > i {
    padding-right: .7rem;
}
.site-navigation-logo{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-right: 2.1rem;
    padding-top: 1rem;
    padding-bottom: .5rem;
}
.site-navigation-logo > a > img{
    width: 200px;
}
.site-navigation-menu{
    display: flex;
    flex-direction: row;
    justify-content:center;
    list-style-type: none;
    padding-top: 2rem;
    padding-bottom: 1rem;
}
.site-navigation-menu > li {
    padding-right: 2rem;
}
.site-navigation-menu > li > a{
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 58px 0px;
    &::after{
        content: "";
        display: block;
        height: 4px;
        background:white;
        width: 0;
        transition: width 1s;
        position: relative;
        bottom: -5px;
    }
    &:hover::after{
        width: 50%;
    }
}
/**********************************************************/
.slider-video{
    position: relative;
    &::before{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: var(--color2);
        opacity: .4;

    }
}
#owl-slider > .owl-dots{
    display:none !important;
    position: absolute;
    left: 50%;
    bottom: 10%;
}
.slider-video > video{
  width: 100%;
  height: 100vh;
  overflow: hidden;
  object-fit: cover;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: white !important;
    border-color: white !important;
}
.owl-theme .owl-dots .owl-dot span{
    width: 15px !important; 
    height: 15px !important;
}
#owl-slider > .owl-nav{
    display: none !important;
}
.slider-content{
    position: absolute;
    top: 300px;
    left: 30%;
}
.slider-content-title > h1{
    color: white;
    font-size: 50px;
    font-weight: 700;
}
.slider-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 1.5rem;
}
.slider-btn > a{
    color: white;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    border: 1px solid white;
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.urunler{
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.section-urunler-title > h3{
    color: var(--color1);
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 3rem;
}
.urunler-item{
    position: relative;
}
.urunler-item-img > img{
    height: 350px;
    object-fit: cover;
    width: auto;
    filter: grayscale(0.3);
}
.urunler-item-img > img:hover{
    opacity: 1;
}
.urunler-item-title{
    width: 100%;
    background-color: rgba(0, 0, 0, 0.829);
    height: 80px;
    transition: all 500ms;
    position: absolute;
}
.urunler-item-title > h3{
    position: absolute;
    bottom: 20px;
    font-size: 18px;
    color: #ededed;
    width: 100%;
    font-weight: 500;
    text-align: center;
    top: 20px;
}
/*****************************************************/
.teklif-al{
    margin-top: 6rem;
    padding-top: 10rem;
    padding-bottom: 4rem;
    background: url("../images/banner/bg-parallax.jpg");
    background-position: 50% 50% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
}
.section-teklif-al-title{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 10rem;
}
.section-teklif-al-title > h3{
    color:white;
    font-weight: 400;
    font-size: 45px;
}
.section-teklif-al-title > h3 > span{
    font-size: 70px;
    color: white;
    font-weight: 700;
    text-decoration: underline;
}
form{
    padding-top: 2rem;
}
.form-group{
    margin-bottom: 1rem;
}
.label{
    color: var(--color2);
    font-size: 16px;
    font-weight: 400;
}
.form-control{
    height: 55px;
    border: 1px solid #ccc !important;
    border-radius: 10px !important;
    padding: 1.5rem !important;
}
.form-send{
    border: none;
    background-color: var(--color1);
    color: white;
    width: 170px;
    height: 40px;
    margin-top: 1rem;
}
.form-check-input:checked{
    background-color: var(--color1) !important;
    border-color:var(--color1)!important;
    font-size: 14px;
}
.form-check-label > span{
    padding-top: .5rem;
    font-size: 14px;
    color: white;
    > a{
        font-size: 14px;
        color: white;
        text-decoration: none;
    }
}
textarea{
    height: 100px !important;
}
.contact-form-title > h3{
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    color: white;
}
.hakkimizda{
    margin-top: 6rem;
    margin-bottom: 6rem;
}
.hakkimizda-sub-title{
    padding-top: 8rem;
    > h3{
        color: var(--color2);
        font-size: 18px;
        font-weight: 400;
    }
}
.hakkimizda-title > h2{
    color: var(--color1);
    font-size: 50px;
    font-weight: 600;
}
.hakkimizda-text > p {
    padding-top: .5rem;
    color: var(--color2);
    font-size: 14px;
    font-weight: 400;
}
.banner {
    width: 100%;
    height: 300px;
    background-size: cover !important;
    background-position: 50% 50% !important;
    position: relative;
    background-color: #F6F7FC;
}
.banner-description{
    padding-top: 6rem;
}
.banner-description > h1 {
    color: var(--color1);
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}
.page{
    margin-top: 6rem;
    margin-bottom: 6rem;
}
.page-content > p , strong , span , ul{
    font-size: 14px;
    color: var(--color2);
    font-weight: 400;
    padding-top: .5rem;
}
.urunler-page{
    margin-top: 6rem;
    margin-bottom: 10rem;
}
.c-white {
    color: #fbfbfb !important;
}
.scroll-down {
    position: absolute;
    bottom: 10vh;
    left: 49cqi;
    color: white !important;
    font-weight: 600;
    text-transform: uppercase;
    transition: 600ms;
    z-index: 1000;
}

.scroll-down a {
   text-decoration: none;
}

.scroll-down i {
    margin-left: 18px;
    font-size: 1.3em;
    color: white !important;
}
/********************************************************/
footer{
    background: url("../images/footer/bg-pattern.png");
    background-position: 50% 50% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding-top: 5rem;
    background-color: #012a3b;
}
.footer-web-site-logo > a > img{
    width: 200px;
}
.footer-hakkimizda{
    color: white;
    font-size: 14px;
    font-weight: 400;
    padding-top: 1rem;
}
.footer-navigation-menu-title{
    margin-left: 1rem;
     >h3{
        color: white;
        font-size: 20px;
        font-weight: 600;
     }
}
.footer-navigation-menu > ul {
    list-style-type: none;
    margin-left: -1rem;
    margin-top: 1rem;
    > li {
        padding-top: .3rem;
        > a {
            color: white;
            font-size: 14px;
            text-decoration: none;
            >i {
                padding-right: .5rem;
            }
        }
    } 
}
.footer-contact-map > iframe{
    border-radius: 10px;
}
.footer-top{
    padding-bottom: 4rem;
}
.footer-bottom{
    border-top: 1px solid gray;
    padding-top: 2rem;
}
.footer-navigation-bottom-menu > ul {
    list-style-type: none;
    margin-left: -2rem;
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    > li {
        padding-top: .3rem;
        padding-right: 1rem;
        > p{
            color: white;
            font-size: 14px;
            font-weight: 400;
        }
    } 
}
.footer-navigation-bottom-menu > ul {
    list-style-type: none;
    margin-left: -2rem;
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    > li {
        padding-top: .3rem;
        padding-right: 1rem;
        > a > img{
            margin-top: -.5rem;
            filter: brightness(0) invert(1);
        } 
    }
}
.footer-navigation-bottom-right-menu > ul {
    list-style-type: none;
    margin-left: -2rem;
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    > li {
        padding-top: .3rem;
        padding-right: 1rem;
        > a {
            color: white;
            font-size: 14px;
            font-weight: 400;
            text-decoration: none;
        }
    } 
}
.wpml-ls-statics-footer {
  display: none !important;
}
.otgs-development-site-front-end{
  display: none !important;
}