﻿@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');

*, *::before, *::after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
 
    text-decoration: none;
    list-style-type: none;
}
body {
    background: rgb(255,255,255);
    background: linear-gradient(150deg, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 84%, rgba(186,187,190,1) 100%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: 'Roboto', sans-serif;
    padding-top: 0;
    margin-left: 16.88888%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
}
.bg-azersun {
    background-image: url(../img/side-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100000;
    height: 100%;
    border-right: 1px solid rgb(36, 57, 88);
}
.side-line {
    background-image: url(../img/side-line.png);
    background-position: center -66px;
    background-repeat: no-repeat;
    background-size: 90% 100%;
    display: flex;
    flex-wrap: wrap;
}
.sidebar-sticky {
    width:100%;

    top: 0;
    padding-top: .5rem;
}
.logo {
    width: 78%;
    margin-top: 1vw;
    padding: 0;
}
.sidebar-sticky .menu ul {
    width: 100%;
}
.menu {
    margin-top: 18%;
    margin-bottom: 16%;
}

.sidebar-sticky .menu > ul > li > a {
    
    display: block;
    width: 89%;
    font-size: 0.8vw;
    padding: 0.3vw 0.1vw 0.3vw 2.9vw;
    transition: all 0.3s linear;
    border-top-right-radius: 0.5vw;
    border-bottom-right-radius: 0.5vw;
    font-weight:500;
}


    .sidebar-sticky .menu > ul > li > a:hover, .left-submenu, .right-submenu {
        text-decoration: none;
        background: -moz-linear-gradient(307deg, rgba(0,196,0,0.55) 0%, rgba(0,3,150,1) 100%); /* ff3.6+ */
        background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(0,196,0,0.55)), color-stop(100%, rgba(0,3,150,1))); /* safari4+,chrome */
        background: -webkit-linear-gradient(307deg, rgba(0,196,0,0.55) 0%, rgba(0,3,150,1) 100%); /* safari5.1+,chrome10+ */
        background: -o-linear-gradient(307deg, rgba(0,196,0,0.55) 0%, rgba(0,3,150,1) 100%); /* opera 11.10+ */
        background: -ms-linear-gradient(307deg, rgba(0,196,0,0.55) 0%, rgba(0,3,150,1) 100%); /* ie10+ */
        background: linear-gradient(143deg, rgba(0,196,0,0.55) 0%, rgba(0,3,150,1) 100%); /* w3c */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00C400', endColorstr='#000396',GradientType=0 ); /* ie6-9 */
    }
.left-submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 15vw !important;
    z-index: 100000;
    border-radius: 10px;
    width: 12vw !important;
    transition: all 0.5s ease !important;
    padding: 0 !important;
    padding-bottom: 0.5vw !important;
    padding-top: 0.5vw !important;
}
    .left-submenu li {
        line-height: 1.5vw;
    }

        .left-submenu li a {
            transition: all 0.5s linear !important;
            font-size: 0.7vw !important;
        }

        .left-submenu li a:hover {
            text-decoration: none !important;
        }
      
.sidebar-sticky ul li:hover .left-submenu {
    display: block;
}
/* Languages start*/
.lang-azersun{
    width:100%;
}
.lang {
    margin: 5% 12% 10% 12%;
    font-size: 0.8vw !important;
    border: 1px solid #fff;
    border-radius: 8px;
    padding-left: 0;
    padding: 5px 12% 5px 12%
}
    .lang a{
        font-size:16px;
        color:#fff;
    }
    .lang a:hover {
        text-decoration:none;
    }

/*End of Languages*/
/* Start left Seacrh Input  */
.search {
    margin-left: 2.5vw;
    margin-top: 1.3vw ;
    padding: 0 !important;
}

.search-form {
    width: 69%;
    border-radius: 10px;
}

.border-input {
    border: 5px solid #ccc;
    border-radius: 10px;
    padding: 0;
    height:40px;
}
.form-control-left {
    height: auto;
    padding: 0;
    padding-left: 0.2vw;
}

.btn-src {
    background-color: #44c039;
    border-color: #44c039;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}
/*End of left seacrh*/

/*Start Sublink*/
.sublink {
    margin-top: 22%;
    padding-left: 2.7vw;
}

    .sublink ul {
        padding-left:0;
    }
    .sublink ul li {
        margin-bottom: 1vw ;
    }

        .sublink ul li img {
            width: 11%;
        }

        .sublink ul li a {
            margin-left: 0.7vw ;
            color: white;
            font-size: 0.7vw;
            padding: 0 !important;
            margin-bottom: -0.2vw ;
            vertical-align: bottom;
        }
            .sublink ul li a:hover {
                text-decoration: none;
            }
/*End of Sunlink*/
/*Sosial Starts*/
.rsosial {
    margin-top: 5%;
}

    .rsosial ul {
        display: flex;
        margin-left: 6%;
        margin-right: 40%;
        padding-left: 0;
    }

        .rsosial ul li {
            position: relative;
            width: 30%;
            padding-left: 2px;
        }

            .rsosial ul li img {
                width: 88%;
            }
/*End of Sosial*/
/*Copyright Starts*/
.copyright {
    padding-left: 1.9vw !important;
    margin-top: 0.2vw !important;
}

    .copyright p {
        display: inline-block;
        font-size: 0.55vw;
    }

    .copyright a {
        display: inline-block;
        color: white;
        font-size: 0.5vw;
    }
    .copyright a:hover{
        text-decoration:none;
    }
/*Copyright of End*/

/* Right-menu Starts **/
.right-menu {
    position: fixed;
    margin-top: 3.5%;
    margin-right: 1.6vw ;
    right: 0;
    z-index: 10000;
}
    .right-menu ul li {
        position: relative;
        background-image: url(../img/button-bg.png);
        background-repeat: no-repeat;
        background-position: right;
        background-size: 4vw;
        height: 4vw;
        margin-bottom: 0.3vw !important;
        margin-right: 1vw !important;
        width: 100%;
        transition: all 0.4s linear;
    }
        .right-menu ul li a img {
            width: 1.7vw;
            margin-right: 1vw;
            margin-top: 30%;
        }
        .right-menu ul li:hover {
            background-image: url(../img/button-bg-active.png);
        }
.right-menu-active {
    background-image: url(../img/button-bg-active.png) !important;
}
/**End of .right-menu*/

.img-fluid-screen {
    width: 100%;
    height: auto;
    position: relative !important;
}
    .img-fluid-screen img {
        width: 100%;
        height: 100vh;
        z-index: 1;
        object-fit:cover;
    }

.page-title {
    position: absolute;
    position: absolute;
    top: 10%;
    right: 12%;
    padding: 1% 3% 1% 3%;
    border-radius: 6px;
    background-color: #216262;
    box-shadow: 0px 3px 18px #11333373;
}
.page-title h3{
    color:rgb(255,255,255);
    font-weight:600;
    letter-spacing:1.5px;
}

/**Customer Service Start*/
.bolum-2 {
    padding-top: 4.0vw !important;
}

.bolum-1 h1 {
    font-size: 26px;
    color: #0F336D;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.bolum-1 span {
    font-size: 14px;
    color: #0F336D;
    font-weight: 500;
}

.bolum-1 p {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 14px;
    color: #0F336D;
}

.bolum-1-p {
    padding-top: 10px !important;
}

.bolum-2 label, .bolum-3 label {
    color: #0F336D;
    font-size: 14px;
}

.bolum-2 small {
    color: #0F336D;
    font-size: 14px;
}

.form-musteri {
    height: 38px !important;
    border-radius: 5px !important;
    padding-left: 5px !important;
    line-height: 2px !important;
}

.textarea {
    border-radius: 5px !important;
    resize: none;
    padding-left: 5px !important;
    margin-bottom: 70px
}
#hreff {
    cursor: pointer;
    margin-left: 10px;
    font-size: 19px;
    color: #0F336D;
    border: 1px solid #ced4da;
    padding: 5px;
    border-radius: 5px;
}
.sayfa-cover {
    padding-top: 5px;
    padding-bottom: 5px !important;
    border-bottom: 5px solid #216262;
    border-top: 5px solid #216262;
    width: 100%;
}

.cover-sec {
    height: auto;
    overflow: hidden;
    z-index: -100000;
    padding: 0 !important;
}

    .cover-sec img {
        width: 100%;
    }
/**Customer Service End*/

/** Category Pages Start*/
.category-title {
    color: #0F336D;
    padding: 0;
    padding-top: 45px;
    font-size: 25px;
}

.category-menu {
    padding: 0;
    padding-bottom: 10px;
}

.category-menu ul{
    padding-left:0;
}
    .category-menu > ul > li {
        float: left;
    }

        .category-menu > ul > li .nav-icon {
            width: 100%;
            display: inline-block;
            padding: 10px 6px 10px 6px;
            transition: all 0.5s linear;
            cursor: pointer;
            text-align: center;
        }

            .category-menu > ul > li .nav-icon img {
                position: static;
                width: 35px;
            }

        .category-menu > ul > li > .nav-icon span {
            display: inline-block;
            text-align: center;
            margin-top: 1vw !important;
        }

        .category-menu > ul > li > .nav-icon:hover span {
            color: #4d864f;
        }


    .category-menu ul li span {
        font-weight: 700;
        font-size: 13px;
        color: rgb(131, 131, 131);
    }
.right-submenu {
    display: none;
    position: absolute;
    top: 100px;
    left: 3%;
    z-index: 100000;
    border-radius: 10px;
    width: 300px;
    padding: 15px 10px !important;
    transition: all 0.5s linear;
}


    .right-submenu li a {
        font-size: 14px;
        text-transform: uppercase;
    }

        .right-submenu li a:hover {
            text-decoration: none;
        }

.category-menu ul li:hover .right-submenu {
    display: block;
}
.category-sliders {
    padding-top: 5px;
    padding-bottom:5px;
    border-bottom: 5px solid #216262;
    border-top: 5px solid #216262;
    width: 100%;
}
.loop .item img {
    height: 350px;
    object-fit: cover;
}
.brand-menu-logo img {
    object-fit: none;
    width: 100%;
    height: 70px;
}
.site-link {
    position: absolute;
    bottom: -34px;
    left: 0;
    right: 0;
    z-index: 9999999999;
}
.btn-page-link {
    background-color: #216262;
    border-color: #216262;
}
    .btn-page-link:hover {
        background-color: #216262;
        border-color: #216262;
    }
.category-content-left h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 33px;
    font-weight: 600;
    color: #007935;
}
.category-content-left span {
    font-family: 'Roboto', sans-serif;
    font-stretch: normal;
    font-weight: bolder;
    font-size: 16px;
    color: #4d4d4d;
}
.categpry-content-right p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #4d4d4d;
    font-style: normal;
    font-weight: 500;
}

/***/
.company-title {
    width: 100%;
}
    .company-title h1 {
        font-size: 25px;
        color: #0F336D;
        font-weight: 600;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .company-title p {
        padding-top: 10px;
        padding-bottom: 5px;
        font-size: 14px;
        color: #0F336D;
        text-align: left;
    }
    .company-title img {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
    }
.company-page-left {
    position: relative;
    margin-left: 10px;
    box-sizing: border-box;
    height:auto;
}
.itemm {
    display: inline-block;
}

.paddles {
    position: relative;
    top: 50%;
}

    .paddles button {
        background-color: transparent;
        border: 0px;
        color: #878787;
    }
.news-header {
    width: 100%;

}
    .news-header h3 {
        color: #0F336D;
        padding: 0;
        padding-top: 45px;
        font-size: 27px;
    }


.slider-content {
   width:100%;
   height:auto;
}

/*.slider-item {
    position:relative;
    width:100%;
    top: 5%;
}*/

.slider-card {
    /*max-width: 31% !important;*/
}


    .slider-card  {
        border: 1px solid #ccc;
        border-radius: 5px;
    }

.slider-card-header {
    margin-top: 10px;
    padding-left: 20px !important;
}


.slider-card-status {
    margin-top: 20px !important;
}

.slider-card-footer {
    margin-top: 20px;
    padding-bottom: 5px !important;
}


.slider-footer {
    bottom: 5%;
    left: 0;
    height: 16%;
    width: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0.48783263305322133) 0%, rgba(238,238,238,1) 100%, rgba(255,255,255,1) 100%);
}

.slider-arrows {
    right: 40px;
    top: 15%;
}

    .slider-arrows a {
        display: block;
        font-size: 70px;
        color: #0F336D;
    }

.slider-img {
    object-fit: cover;
    width: 100%;
    height: 201px;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}
.earth-round {
    position: absolute;
    top: 50%;
    left: 47%;
    /*width: 100%;
    height: 650px;*/
    border-radius: 50%;
    transform: translate(-50%, -40%);
    display: flex;
    flex-flow: wrap;

}

#earth {
    position: relative;
    width: 24vw;
    height: 24vw;
    background: url(../img/page_home/dunya.jpg) repeat-x 0 0;
    border-radius: 50%;
    transform-style: preserve-3d;
    box-shadow: -8px 0 25px rgba(256,256,256,0.3), -1px -2px 14px rgba(256,256,256,0.5) inset;
    margin: 75px;
    -webkit-animation: loop 80s linear infinite;
    animation: loop 80s linear infinite;
    -moz-animation: loop 80s linear infinite;
}

    #earth:after {
        content: "";
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        box-shadow: -80px 15px 80px 10px rgba(0, 0, 0, 0.87) inset;
    }

    #earth:before {
        content: "";
        position: absolute;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0.2;
        background: radial-gradient(circle at 100px 100px, #5cabff, #000);
    }

@-webkit-keyframes loop {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 900px 0;
    }
}

@-moz-keyframes loop {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 900px 0;
    }
}

@keyframes loop {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 900px 0;
    }
}


@keyframes rotate {
    0% {
        transform: rotate(0deg);
        transform: scale(0.2);
        background-position: 0 0;
    }

    100% {
        -webkit-transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg) scale(1) scale3d(1, 1, 1);
        -moz-transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg) scale(1) scale3d(1, 1, 1);
        -o-transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg) scale(1) scale3d(1, 1, 1);
        -ms-transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg) scale(1) scale3d(1, 1, 1);
        transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg) scale(1) scale3d(1, 1, 1);
        background-position: -203px 0;
        background-size:cover;
    }
}

.start {
    position: absolute;
    cursor: pointer;
    opacity: 0;
    transform: translate(-50%,-50%);
    transition: all linear 2s;
    animation: visible 1s linear;
    animation-fill-mode: both;
    transition: all linear 3s;
    animation-delay: 2.3s;
}

    .start i {
        font-size: 30px;
        animation: light 4s infinite linear;
        color: rgb(255, 255, 255);
        transition: all 0.4s linear;
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        -ms-transition: all 0.4s linear;    }

        .start i:hover {
            color: #2c80c3;
            transform: scale(2);
            transition: all 0.4s linear;
            -webkit-transition: all 0.4s linear;
            -moz-transition: all 0.4s linear;
            -o-transition: all 0.4s linear;
            -ms-transition: all 0.4s linear;
        }

.start-title {
    top: -2%;
    left: 48%;
    transform: translate(-55%,-48%);
    animation-delay: 3.3s;
}

    .start-title h3 {
        color: rgb(255,255,255);
        font-weight: bold;
        line-height: 0.463;
        text-align: center;
        font-size: 90px;
    }

    .start-title span {
        text-align: center;
        display: block;
        margin-top: 17px;
        color: #2c80c3;
        font-size: 18px;
        font-weight: 600;
    }

.start1 {
    top: 2%;
    left: 65%;
    animation-delay: 1.2s;
}

.start2 {
    top: 9%;
    left: 78%;
    animation-delay: 1.8s;
}

.start3 {
    top: 20%;
    left: 90%;
    animation-delay: 1.1s;
}

.start4 {
    top: 46%;
    left: 100%;
    animation-delay: 1.5s;
}

.start5 {
    top: 32%;
    left: 97%;
    animation-delay: 1.3s;
}

.start6 {
    top: 60%;
    left: 99%;
    animation-delay: 1.9s;
}

.start7 {
    top: 74%;
    left: 94%;
    animation-delay: 1.6s;
}

.start8 {
    top: 87%;
    left: 84%;
    animation-delay: 1.4s;
}

.start9 {
    top: 96%;
    left: 71%;
    animation-delay: 2s;
}

.start10 {
    top: 99%;
    left: 56%;
    animation-delay: 2.6s;
}

.start11 {
    top: 98%;
    left: 39%;
    animation-delay: 1.10s;
}

.start12 {
    top: 91%;
    left: 23%;
    animation-delay: 2.1s;
}

.start13 {
    top: 78%;
    left: 10%;
    animation-delay: 2.9s;
}

.start14 {
    top: 65%;
    left: 2%;
    animation-delay: 2.7s;
}

.start15 {
    top: 50%;
    left: 0%;
    animation-delay: 2.2s;
}

.start16 {
    top: 36%;
    left: 2%;
    animation-delay: 2.5s;
}

.start17 {
    top: 23%;
    left: 8%;
    animation-delay: 2.3s;
}

.start18 {
    top: 12%;
    left: 18%;
    animation-delay: 2.8s;
}

.start19 {
    top: 4%;
    left: 30%;
    animation-delay: 2.4s;
}

.active {
    visibility: visible !important;
    opacity: 1 !important;
}

.box-earth {
    visibility: hidden;
    opacity: 0;
    width: 24vw;
    height: 24vw;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.39);
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.7s linear;
}

    .box-earth .box-earth-content {
        text-align: center;
        position: absolute;
        top: 40%;
        transform: translateY(-40%);
        left: 0;
        right: 0;
        color: rgb(255,255,255);
        padding: 20px;
        transition: all 0.7s linear;
    }

        .box-earth .box-earth-content h3 {
            font-size: 30px;
            color: #378acc;
            font-weight: bold;
            line-height: 1;
            text-align: center;
            margin-bottom: 20px;
        }

.box-earth-show {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
}

@keyframes visible {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
@keyframes light {
    0% {
        text-shadow: 1px 1px 5px #378acc
    }
    100% {
        text-shadow: 1px 1px 8px #378acc
    }
}
.loop-marka .item img{
    width:100%;
}
.arka {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    border-top: 1px solid rgb(232, 232, 232);
    border-left: 1px solid rgb(232, 232, 232);
    border-right: 1px solid rgb(232, 232, 232);
}
/**navbar reesponsive*/
.btn-responsive {
    background: transparent;
    font-size: 25px;
    border-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    color:#fff;
}
    .btn-responsive:hover {
        background: transparent;
        border-color: #fff;
    }
/**contac start*/
.contact-left h3 {
    font-size: 26px;
    color: #0F336D;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}
.contact-left p {
    color: #0f336d;
    font-size: 15px;
}
.contact-left-content h4 {
    font-size: 19px;
    color: #0F336D;
    font-weight: 500;
    margin-top:10px;
}
.contact-left-content span {
    font-size: 15px;
    color: #0F336D;
    font-weight: 500;
}

.contactLeft {
    height: 500px;
    overflow: hidden;
    overflow-y: scroll;
}


.dispir .item img {
    height: 450px;
    object-fit: cover;
}
.slider-content h1 {
    font-size: 26px;
    color: #0F336D;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}
.slider-content a {
    font-size: 18px;
    color: #0F336D;
    font-weight: 600;
}
.slider-content h3 {
    margin-top: 20px;
    font-size: 21px;
    color: #0F336D;
    font-weight: 600;
}

.slider-content p {
    font-size: 14px;
    color: #0F336D;
    font-weight: 500;
    padding-bottom: 0;
    margin-bottom: 0;
}
.slider-content small {
    color: #007935;
    font-size: 13px;
    font-weight: 600;
}
.slider-content-right h1 {
    font-size: 26px;
    color: #0F336D;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}
.slider-content-right img{
    width:160px;
    object-fit:cover;
}
.slider-content-right p {
    color: #0F336D;
    font-size: small;
    margin-top: 10px;
}
.company-page-left p{
    font-size:14px;
}
.geri {
    margin-top: 45px;
    padding: 1% 3% 1% 3%;
    border-radius: 6px;
    background-color: #216262;
    box-shadow: 0px 3px 18px #11333373;
    color: #fff;
    margin-right: 25px;
}
a.geri:hover{
    color:rgb(255,255,255);
}