/********* General CSS *********/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #fff;
    font-size: 18px;
    color: rgb(61, 61, 61);
    font-family: "Roboto Serif", sans-serif !important;
}

.container {
    max-width: 1330px;
}

a {
    transition: 0.5s;
    text-decoration: none;
    -webkit-transition: ;
    -moz-transition: ;
    -ms-transition: ;
    -o-transition: ;
}

a:hover,
a:active,
a:focus {
    color: #18d36e;
    outline: none;
    text-decoration: none;
}
img {
    width: 100%;
}
/********** Top Bar CSS ***********/
.top-bar {
    position: relative;
    height: 34px;
    background: rgb(7, 6, 37);
}
@media (max-width: 998px) {
    .top-bar {
        display: none;
    }
}
.top-bar .top-bar-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.top-bar .top-bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.top-bar .text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 35px;
    padding: 0 10px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.top-bar .text:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.top-bar .text i {
    font-size: 14px;
    color: #ffffff;
    margin-right: 5px;
}
.top-bar .text h2 {
    color: #eeeeee;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 1px;
    margin: 0;
}
.top-bar .text p {
    color: #eeeeee;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0 5px;
}
.top-bar .social {
    display: flex;
    height: 35px;
    font-size: 0;
    justify-content: flex-end;
}
.top-bar .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 100%;
    font-size: 14px;
    color: #ffffff;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.top-bar .social a:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.top-bar .social a:hover {
    /* color: rgb(7, 6, 37); */
    background: #18d26e;
}

/********** Top Header CSS ***********/
/* .top-header {
    background-image: url(../img/header.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 260px;
    width: 100%;
} */

/****Navbar start****/

.site-navigation {
    background: rgb(6, 12, 37);
}

.navbar-collapse {
    /* padding-left: 0; */
}

@media (max-width: 991px) {
    .navbar-collapse.collapse {
        overflow-y: auto;
    }
}

ul.navbar-nav > li {
    padding-left: 0;
    padding-right: 30px;
}

@media (max-width: 991px) {
    .header-one ul.navbar-nav > li {
        padding-right: 0;
    }
}

.navbar-fixed {
    z-index: 900;
    position: sticky;
    width: 100%;
    top: 0;
}

ul.navbar-nav > li > a {
    padding: 5px 10px !important;
    color: #fff;
}

@media (max-width: 991px) {
    ul.navbar-nav > li > a {
        padding: 1px 0 !important;
    }
    .navbar-nav {
        margin-bottom: 15px;
    }
}
ul.navbar-nav > li:hover > a,
ul.navbar-nav > li.active > a {
    color: #18d26e !important;
}
ul.top-info-box {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}
@media (max-width: 767px) {
    ul.top-info-box {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
    }
}
ul.top-info-box li {
    position: relative;
    float: left;
    margin-left: 0;
    border-right: 1px solid #dedede;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding-right: 25px;
    margin-right: 25px;
}
@media (max-width: 767px) {
    ul.top-info-box li {
        border: 0;
        text-align: center;
        margin: 0;
        padding: 0 20px;
        margin-top: 10px;
    }
}
@media (max-width: 400px) {
    ul.top-info-box li {
        border: 0;
        text-align: center;
        margin: 0;
        flex: 0 0 100%;
        margin-top: 15px;
    }
}
ul.top-info-box li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}
ul.top-info-box li.last {
    border-right: 0;
}
ul.top-info-box li .info-box span.info-icon {
    font-size: 20px;
    display: inline-block;
    text-align: center;
    margin: 2px 5px 0 0;
    position: relative;
}
ul.top-info-box li .info-box .info-box-content {
    display: inline-block;
    flex-direction: column;
}
ul.top-info-box li .info-box .info-box-title {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: normal;
}
ul.top-info-box li .info-box .info-box-subtitle {
    margin: 0;
    line-height: normal;
    font-size: 15px;
    font-weight: 700;
    color: #111;
}

/*-- Search start --*/
ul.top-info-box > li.nav-search {
    cursor: pointer;
    padding-left: 30px;
    margin-left: 30px;
}

ul.top-info-box > li.nav-search:before {
    position: absolute;
    content: "";
    background: #ddd;
    left: 0;
    width: 1px;
    height: 40px;
    top: 50%;
    margin-top: -10px;
}

ul.top-info-box > li.nav-search i {
    font-size: 20px;
    top: 10px;
    position: relative;
    cursor: pointer;
    color: #999;
}

/* Main navigation */
.navbar-toggler {
    float: left;
    margin-top: 10px;
    padding: 12px;
}
.navbar {
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.navbar-toggler {
    margin: 10px 0;
    padding: 6px;
    border-radius: 0;
    font-size: 1rem;
    background: #18d26e;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.navbar-toggler:focus {
    outline: 0;
}
.navbar-dark .navbar-toggler-icon,
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
ul.navbar-nav > li:hover > a,
ul.navbar-nav > li.active > a {
    color: #18d26e;
    position: relative;
}
ul.navbar-nav > li {
    padding: 0 13px;
    position: relative;
}
@media (max-width: 1200px) {
    ul.navbar-nav > li {
        padding: 0 9px;
    }
    ul.navbar-nav > li .nav-link {
        font-size: 12px;
    }
}
.header-two .navbar-nav > .header-get-a-quote {
    top: -4px;
}
@media (max-width: 991px) {
    .header-two ul.navbar-nav > li {
        padding: 0;
        width: 100%;
    }
}
ul.navbar-nav > li:last-child {
    padding-right: 0;
}
ul.navbar-nav > li:last-child:after {
    background: none;
}
ul.navbar-nav > li > a:hover,
ul.navbar-nav > li > a:focus {
    background: none;
}
ul.navbar-nav > li > a i {
    font-weight: 700;
}
@media (max-width: 991px) {
    ul.navbar-nav > li > a i {
        float: right;
        padding: 6px 10px;
        margin-top: 7px;
    }
    .header-two ul.navbar-nav > li > a i {
        color: #fff;
    }
    .header-two ul.navbar-nav > li.active > a i,
    .header-two ul.navbar-nav > li > a.active i {
        color: #18d26e;
    }
}
ul.navbar-nav > li > a:after,
ul.navbar-nav > li > a:after {
    display: none;
}
ul.navbar-nav > li > a {
    color: #fff !important;
    text-rendering: optimizeLegibility;
    font-weight: 600 !important;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
    letter-spacing: -0.2px;
    font-size: 13px;
    margin: 0;
    line-height: 40px;
    padding: 30px 0;
    transition: 350ms;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -ms-transition: 350ms;
    -o-transition: 350ms;
}
.navbar-light ul.navbar-nav > li > a {
    color: #000 !important;
    font-size: 13px;
}
/* Dropdown */
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -2px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.dropdown-submenu > a:after {
    display: block;
    content: "\f105";
    float: right;
    margin-top: 0;
    margin-right: -5px;
    border: 0;
}
.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}
.dropdown-menu {
    text-align: left;
    background: #fff;
    z-index: 100;
    min-width: 200px;
    border-radius: 0;
    border: 0;
    border-top: 4px solid #18d26e;
    padding: 0 20px;
    margin: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-border-radius: ;
    -moz-border-radius: ;
    -ms-border-radius: ;
    -o-border-radius: ;
}
@media (max-width: 991px) {
    .dropdown-menu {
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
    }
}
.dropdown-menu-large {
    min-width: 400px;
}
.dropdown-menu-large > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
    padding-left: 0;
}
.dropdown-menu-large > li > ul > li.active > a {
    color: #18d26e !important;
}
.navbar-nav > li > .dropdown-menu a {
    background: none;
}
.dropdown-menu li a {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: normal;
    text-decoration: none;
    padding: 15px 0;
    letter-spacing: 0.3px;
    border-bottom: 1px solid #e5e5e5;
    color: #333333;
}
@media (max-width: 991px) {
    .dropdown-menu li a {
        padding: 12px 0;
    }
}
.dropdown-menu li:last-child > a {
    border-bottom: 0;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
    /* background-color:  #2dc997; */
    border-bottom: 2px solid #2dc997;
    /* color: #fff; */
}

@media (min-width: 991px) {
    ul.nav li.dropdown:hover ul.dropdown-menu {
        display: block;
    }
}
@media (min-width: 991px) {
    ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
        left: 100%;
        top: 0;
        display: none;
    }
    ul.nav
        li.dropdown
        ul.dropdown-menu
        li.dropdown-submenu:hover
        .dropdown-menu {
        display: block;
    }
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > .dropdown-menu > .active > a {
    background: none;
    color: #2dc997;
}
/*-- Nav Search start --*/
.site-navigation .container,
.search-area {
    position: relative;
}
.search-area {
    min-height: 70px;
    padding-right: 0;
}
.nav-search {
    position: absolute;
    cursor: pointer;
    top: 13px;
    right: 50px;
    color: #999;
}
@media (max-width: 991px) {
    .nav-search {
        top: 15px;
    }
}
.search-block {
    background-color: rgb(7, 6, 37);
    box-shadow: 0 2px 5px rgb(7, 6, 37);
    display: none;
    padding: 5px;
    position: absolute;
    right: 50px;
    top: 100%;
    width: 300px;
    z-index: 10;
    margin-top: 0;
}
@media (max-width: 380px) {
    .search-block {
        width: 150px;
    }
}
@media (max-width: 991px) {
    .search-block {
        top: 58px;
    }
}
.search-block .form-control {
    background-color: #fff;
    border: none;
    color: #999;
    width: 100%;
    height: 40px;
    padding: 0 12px;
}
.search-block .search-close {
    color: #999;
    position: absolute;
    top: -50px;
    right: -0.6px;
    font-size: 28px;
    cursor: pointer;
    background: rgb(7, 6, 37);
    padding: 2px 5px;
}
@media (max-width: 991px) {
    .search-block .search-close {
        top: -46px;
    }
}
.search-area .nav-search {
    top: 23px;
}
.search-area .search-block .search-close {
    top: -50px;
}
.search-area .search-block {
    right: 0;
}
/* Get a quote */
.header-get-a-quote .btn-primary {
    padding: 12px 25px !important;
    font-size: 13px;
    border-radius: 3px;
    line-height: normal;
    text-transform: capitalize;
    color: #fff;
    margin-top: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
@media (max-width: 1200px) {
    .header-get-a-quote .btn-primary {
        padding: 12px !important;
    }
}
@media (max-width: 991px) {
    .header-get-a-quote .btn-primary {
        padding: 12px 30px !important;
    }
}
.header-get-a-quote .btn-primary:hover {
    background: #272d33;
    color: #2dc997 !important;
}
ul.navbar-nav > li.header-get-a-quote:hover > a:after {
    position: relative;
    content: no-close-quote;
}
/****Navbar End****/

/*****Basliqlar start*****/

.section-title {
    text-align: center;
    align-items: center;
}
.section-title h2 {
    font-family: "Playfair Display", serif;
    font-size: 21px;
    font-weight: 900;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    top: 10px;
    color: #13113a;
}
.section-title h2::before,
.section-title h2::after {
    content: "";
    width: 50px;
    height: 2.5px;
    background: #18d26e;
    display: inline-block;
}
.section-title h2::before {
    margin: 0 15px 10px 0;
}
.section-title h2::after {
    margin: 0 0 10px 15px;
}
@media (max-width: 480px) {
    .section-title h2 {
        font-size: 18px !important;
    }
    .news_heading {
        font-size: 18px !important;
    }
    .energetika {
        position: relative;
        margin-top: -30px;
    }
}

@media (max-width: 320px) {
    .section-title h2 {
        font-size: 16px !important;
    }
    .news_heading {
        font-size: 16px !important;
    }
}
@media (max-width: 991.9px) {
    .section-title h2 {
        margin-bottom: 30px !important;
    }
}
/*****Basliqlar end*****/

/****Yuxari Slider Start****/
.flexslider {
    margin: 0 auto;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.575);
}

.flexslider li {
    position: relative;
}
.flexslider .slides li .FlexSliderImg{
    max-height: 450px;
}
.flexslider li .meta {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-family: "Roboto", sans-serif;
}

.flexslider li h1 {
    background: rgba(51, 51, 51, 0.5);
    padding: 12px 18px 12px;
    margin-bottom: 0;
    font-size: 1.8em;
    font-weight: 300;
}

.flexslider li h2 {
    background: rgb(13 9 56 / 45%);
    padding: 13px 18px 11px;
    font-size: 1.1em;
    margin-bottom: 0;
    font-weight: 300;
    font-family: "Times New Roman", Times, serif;
}

.flexslider li .category {
    display: flex;
    flex-direction: row;
}

.flexslider li .category p {
    background: #e43837;
    margin-right: 7px;
    font-size: 1.1em;
    padding: 12px 18px 10px;
    font-weight: 300;
}

.flexslider li .category span {
    background: #e43837;
    margin-top: 17px;
    padding: 8px 12px 0;
    font-size: 0.9em;
    font-weight: 300;
    height: 26px;
}

.flexslider li h1,
.flexslider li h2,
.flexslider li .category p,
.flexslider li .category span {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

.flexslider li.flex-active-slide .meta h1,
.flexslider li.flex-active-slide .meta h2,
.flexslider li.flex-active-slide .meta .category p,
.flexslider li.flex-active-slide .meta .category span {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.flexslider li.flex-active-slide .meta h2 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.flexslider li.flex-active-slide .meta .category p {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.flexslider li.flex-active-slide .meta .category span {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.flex-direction-nav {
    position: absolute;
    top: 0;
    left: 30px;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 30px;
    height: 30px;
    background: rgba(19, 13, 83, 0.61);
    margin: -20px 0 0;
    position: absolute;
    top: 50px;
    z-index: 10;
    overflow: hidden;
    opacity: 0.5;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.flex-direction-nav .flex-prev {
    text-align: left;
    left: -10px;
}

.flex-direction-nav .flex-next {
    text-align: right;
    left: 30px;
}

.flexslider:hover .flex-prev {
    left: -10px;
}

.flexslider:hover .flex-next {
    left: 30px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    color: #13a456;
}

.flex-direction-nav a:before {
    font-family: FontAwesome;
    content: "\f104";
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0;
    padding: 2px;
    font-size: 19px;
    line-height: 27px;
}

.flex-direction-nav a.flex-next:before {
    content: "\f105";
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
    }
}
/****Yuxari Slider End****/

/*--------------------------------------------------------------
# Yuxari sag hisse Services Start
--------------------------------------------------------------*/
.services {
    border-top: 1px solid #13a456;
    border-bottom: 1px solid #13a456;
}
.services .icon-box {
    width: 100%;
    /*height: 145px;*/
    margin: 24px 0;
    position: relative;
    overflow: hidden;
    background: #13113a;
    border: 1px solid #13113a;
    /*box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.575);*/
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    z-index: 1;
    text-align: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    -webkit-transition: ;
    -moz-transition: ;
    -ms-transition: ;
    -o-transition: ;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
@media (max-width: 1200px) {
    .services .icon-box {
        margin-top: 18px;
        margin-bottom: 18px;
    }
}
.effect {
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.effect:hover {
    z-index: 4;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -moz-transform: scale(1.02);
    transform: scale(1.02);
    -o-transform: scale(1.02);
}

.services .icon {
    margin-bottom: 5px;
    margin-top: 5px;
}
.services .icon i {
    font-size: 34px;
    line-height: 1;
    /*color: rgb(7, 6, 37);*/
    color: #13113a;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.services .title {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
}
.services .title a {
    /* color: rgb(7, 6, 37); */
    color: #13113a;
}
.services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}
.services .icon-box:hover .sub-icon-box .title a,
.services .icon-box:hover .description {
    /* color: #fff; */
    color: #13113a;
}
.services .icon-box:hover .sub-icon-box .icon i {
    /* color: #fff; */
    color: #13113a;
}

@media (max-width: 991.9px) {
    .services {
        border: none;
        padding: 0 100px;
        margin-top: 40px;
    }
    .services .service {
        text-align: center !important;
        justify-content: center !important;
    }
    .services .icon-box {
        position: relative;
        text-align: center !important;
        justify-content: center !important;
    }
    .center {
        align-items: center !important;
        justify-content: center !important;
    }
}

@media (max-width: 640px) {
    .services {
        padding: 0;
        margin-top: 20px;
    }
}

/***************carousel*******************/

/***** Owl Carousel Start Energetika********/
.owl-slider {
    margin-top: 35px;
    margin-bottom: 25px;
}
.owl-carousel .item a img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.owl-carousel .item :hover {
    background-color: rgba(0, 0, 0, 0.05);
}
.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
    left: 0;
}
.owl-nav button.owl-next {
    right: 0;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}
.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.owl-dots button.owl-dot.active {
    background-color: #18d26e;
}
.owl-dots button.owl-dot:focus {
    outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.owl-nav span {
    font-size: 70px;
    position: relative;
    top: -5px;
}
.owl-nav button:focus {
    outline: none;
}
/***** Owl Carousel End *******/

/***** Xeber slayd Start *******/
.col-md-4 {
    padding-bottom: 20px;
}

.news_heading {
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: 600;
    color: #13113a;
    text-transform: uppercase;
}

.news_heading_border_bottom {
    border-bottom: 2.5px solid #18d26e;
}

.news_heading span a {
    color: #13113a;
    font-size: 12px;
}

.news_heading span a:hover {
    padding: 3px 5px;
    border-radius: 5px;
    box-shadow: 0px 5px 15px inset #465a75;
    -webkit-border-radius: ;
    -moz-border-radius: ;
    -ms-border-radius: ;
    -o-border-radius: ;
}

.white {
    color: rgb(255, 255, 255) !important;
}
.mt {
    float: left;
    margin-top: -20px;
    padding-top: 20px;
}
.bg-blue-ui {
    background-color: #13113a !important;
}
figure img {
    width: 300px;
}

#blogCarousel {
    padding-bottom: 50px;
}

.blog .carousel-indicators {
    left: 0;
    bottom: 10px;
}
/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #708198;
}

.blog .carousel-indicators .active {
    background: #18d26e;
}

.item-carousel-blog-block {
    outline: medium none;
    padding: 15px;
}

.item-box-blog {
    border: 1px solid #e7e6e6;
    z-index: 4;
    padding: 20px;
}

.item-box-blog-image {
    position: relative;
}

.item-box-blog-image figure img {
    width: 100%;
    height: auto;
    height: 200px;
}

.item-box-blog-date {
    position: absolute;
    z-index: 5;
    padding: 4px 20px;
    top: -23px;
    right: 8px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.item-box-blog-date span {
    color: #fff;
    display: block;
    text-align: center;
    line-height: 1.2;
}

.item-box-blog-date span.mon {
    font-size: 13px;
}

.item-box-blog-date span.day {
    font-size: 16px;
}

.item-box-blog-body {
    padding: 10px;
}
.item-box-blog-heading {
    height: 30px;
    margin-bottom: 20px;
}
.item-heading-blog a h5 {
    margin: 0;
    line-height: 1;
    text-decoration: none;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
}

.item-box-blog-heading a {
    color: #13113a !important;
    text-decoration: none;
}

.item-box-blog-heading a h5 {
    font-size: 1.2rem !important;
    font-weight: 600;
}

.item-box-blog-data p {
    font-size: 12px;
}

.item-box-blog-data p i {
    font-size: 12px;
}

.item-box-blog-text {
    max-height: 100px;
    overflow: hidden;
    font-size: 16px;
    font-family: "Times New Roman", Times, serif !important;
}

.mt-10 {
    float: left;
    margin-top: -10px;
    padding-top: 10px;
}

.btn.bg-blue-ui.white.read {
    cursor: pointer;
    padding: 4px 10px;
    float: left;
    margin-top: 10px;
    font-size: 14px;
    font-family: "Times New Roman", Times, serif;
}

.btn.bg-blue-ui.white.read:hover {
    box-shadow: 0px 5px 15px inset #397fda;
}

/***** Xeber slayd End *******/
/****** Elanlar Afisalar  *******/

  .main{
    max-width: 1200px;
    margin: 0 auto;
  }

 
  .btn2 {
    color: #ffffff;
    padding: 0.8rem;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 400;
    display: block;
    width: 100%;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

  .btn2:hover {
    background-color: rgba(255, 255, 255, 0.12);
  }

  .cards {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .card_image{
    height: 60%;
  }

  .cards_item {
    width: 50%;
    display: flex;
    padding: 1rem;
  }

  @media (min-width: 40rem) {
    .cards_item {
      width: 50%;
    }
  }

  @media (min-width: 56rem) {
    .cards_item {
      width: 33.3333%;
    }
  }

  .card {
    width: 100%;
    background-color: white;
    border-radius: 0.3rem;
    box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.45);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    -ms-border-radius: 0.3rem;
    -o-border-radius: 0.3rem;
}

  .card_content {
    height: 100%;
    padding: 1rem;
    background: linear-gradient(to bottom left, #81c2e6 60%, #c6e1e6 100%);
  }

  .card_title {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 10px;
  }

  .card_text {
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
    font-weight: 400;
  }


/********Faydali linkler start*******/

.customer-logos .slider3 {
    margin-top: 0;
    padding-top: 0;
}
.slick-slide img {
    width: 100%;
    padding: 10px;
}
.slick-slide a img:hover {
    opacity: 0.9;
    padding: 0px;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: ;
    -moz-transform: ;
    -ms-transform: ;
    -o-transform: ;
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/***************Faydali linkler end*************/

/****Elaqe start  CONTACT ****/
/*--------------------------------------------------------------
# section
--------------------------------------------------------------*/
/* .section-bg {
  background-color: #f2fdff;
}

.section-title {
  text-align: center;
  padding: 5px 0;
  position: relative;
}
.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #354144;
  position: relative;
  z-index: 2;
}
.section-title span {
  position: absolute;
  top: 30px;
  color: #f3f5f5;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 0;
}
.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .section-title span {
    font-size: 38px;
  }
}
 */

.contact .info-wrap {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
}
.contact .info {
    background: #fff;
}
.contact .info i {
    font-size: 24px;
    color: #01b1d7;
    float: left;
    width: 48px;
    height: 48px;
    background: #e2faff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #354144;
}
.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 15px !important;
    color: #62787d;
}
.contact .info:hover i {
    background: #01b1d7;
    color: #fff;
}
.contact .php-email-form {
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
    padding: 30px;
    background: #fff;
}
.contact .php-email-form .form-group {
    padding-bottom: 8px;
}
.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
}
.contact .php-email-form .error-message br + br {
    margin-top: 25px;
}
.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}
.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}
.contact .php-email-form input {
    height: 44px;
}
.contact .php-email-form textarea {
    padding: 10px 12px;
}
.contact .php-email-form button[type="submit"] {
    background: #13a456;
    border: 0;
    font-size: 14px;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}
.contact .php-email-form button[type="reset"] {
    background: #13a456;
    border: 0;
    font-size: 14px;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.contact .php-email-form button[type="submit"]:hover {
    background: #0dd3fe;
}
.contact .php-email-form button[type="reset"]:hover {
    background: #0dd3fe;
}
@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.form-radio-inline .form-radio-label {
    display: inline-block;
    margin-right: 5rem;
}
.form-radio-label {
    position: relative;
    cursor: pointer;
    padding-left: 2rem;
    text-align: left;
    color: #333;
    display: block;
    margin-bottom: 2rem;
}
.form-radio-label:hover i {
    color: #337ab7;
}
.form-radio-label span {
    display: block;
}
.form-radio-label input {
    width: auto;
    opacity: 0.0001;
    position: absolute;
    left: 0.25rem;
    top: 0.25rem;
    margin: 0;
    padding: 0;
}
.form-radio-button {
    position: absolute;
    left: 0;
    cursor: pointer;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #999;
}
.form-radio-button::before,
.form-radio-button::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: 0.25rem;
    width: 1rem;
    height: 1rem;
    transition: transform 0.28s ease, color 0.28s ease;
    border-radius: 50%;
    border: 0.125rem solid currentColor;
    will-change: transform, color;
    -webkit-transition: transform 0.28s ease, color 0.28s ease;
    -moz-transition: transform 0.28s ease, color 0.28s ease;
    -ms-transition: transform 0.28s ease, color 0.28s ease;
    -o-transition: transform 0.28s ease, color 0.28s ease;
    -webkit-border-radius: ;
    -moz-border-radius: ;
    -ms-border-radius: ;
    -o-border-radius: ;
}
.form-radio-button::after {
    transform: scale(0);
    background-color: #337ab7;
    border-color: #337ab7;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}
.form-radio-field:checked ~ .form-radio-button::after {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
}
.form-radio-field:checked ~ .form-radio-button::before {
    color: #337ab7;
}

/*****Elaqe end******/

/**Footer start**/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    font-family: "Playfair Display", serif;
    background: rgb(5, 4, 27);
    padding: 0 0 10px 0;
    color: #eee;
    font-size: 14px;
}
#footer .footer-top {
    background: rgb(7, 6, 37);
    padding: 50px 0 15px 0;
}
#footer .footer-top .footer-info {
    /* margin-bottom: 30px; */
}
#footer .footer-top .footer-info h3 {
    font-size: 16px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 10px;
    line-height: 1;
    font-family: "Playfair Display", serif;
    font-weight: 900;
    letter-spacing: 3px;
    border-left: 4px solid #18d26e;
}
#footer .footer-top .footer-info h3 span {
    color: #18d26e;
    font-size: 18px;
}
#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    color: #eee;
}
#footer .footer-top .footer-info p a {
    color: white;
}
#footer .footer-top .footer-info p a:hover {
    color: #18d26e;
}
#footer .footer-top .footer-info p i {
    color: #18d26e;
    margin-right: 10px;
}
#footer .footer-top .social-links a {
    display: inline-block;
    background: #333;
    color: #eee;
    line-height: 1;
    margin-right: 15px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
#footer .footer-top .social-links a i {
    line-height: 0;
    font-size: 16px;
}
#footer .footer-top .social-links a:hover {
    background: #18d26e;
    color: #fff;
}
@media (max-width: 991.9px) {
    #footer .footer-top .social-links {
        margin-bottom: 20px;
    }
}
#footer .footer-top h4 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}
#footer .footer-top h4::before,
#footer .footer-top h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
}
#footer .footer-top h4::before {
    right: 0;
    background: #555;
}
#footer .footer-top h4::after {
    background: #18d26e;
    width: 60px;
}
#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 i {
    padding-right: 8px;
    color: #ddd;
}
#footer .footer-top .footer-links ul li {
    border-bottom: 1px solid #333;
    padding: 10px 0;
}
#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}
#footer .footer-top .footer-links ul a {
    color: #eee;
    font-size: 12px;
}
#footer .footer-top .footer-links ul a:hover {
    color: #18d26e;
}
#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: #18d26e;
    border: 0;
    width: 35%;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
#footer .footer-top .footer-newsletter input[type="submit"]:hover {
    background: #13a456;
}
#footer .copyright {
    text-align: center;
    padding-top: 10px;
}
#footer .credits {
    text-align: center;
    font-size: 13px;
    color: #ddd;
}
#footer .credits a {
    color: #13a456;
}
#footer .credits a:hover {
    color: #088a45;
}
/**********Footer end***************/

/******** Naxcivan bugun Start *******/

.gallery_home {
    overflow: hidden;
}

.gallery_home .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.gallery_home .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #13a456;
}

.gallery_home .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #02353c;
}

.gallery_home .swiper-slide-active {
    text-align: center;
}

@media (min-width: 992px) {
    .gallery_home .swiper-wrapper {
        padding: 40px 0;
    }
    .gallery_home .swiper-slide-active {
        border: 2.5px solid #13a456;
        padding: 4px;
        background: #fff;
        z-index: 1;
        transform: scale(1.2);
        margin-top: 10px;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }
}
/******** Naxcivan bugun End *******/

/**************Gallery Start********************/

.gallery .gallery-item {
    overflow: hidden;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

.gallery .gallery-item img {
    transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
    transform: scale(1.1);
}

/**************Gallery End********************/

/************ Qəbul gunleri start **************/
.qebul {
    font-size: 20px;
}
.qebul p {
    margin-bottom: 10px;
}
.mobile-table-header {
    display: none;
}

/* @media screen and (max-width: 999px) {
  .mobile-table-header {
    display: inline-block;
    font-weight: bold;
    color: #001935;
  }

  table thead {
    display: none !important;
  }

  table tr {
    line-height: 2.5em;
    display: block;
    border-bottom: 2px solid #ddd;
    box-shadow: 0px 0px 3px 2px #dadada;
    height: auto !important;
  }

  table td {
    display: block;
    text-align: left;
  }

  table td:last-child {
    border-bottom: 0;
    word-break: break-word;
  }

  table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }

  tbody {
    line-height: 0 !important;
  }
} */
/************Qəbul gunleri end**************/

/********Fealiyyet sehifeleri start*******/
.feal li p {
    color: rgb(77, 77, 83);
    font-weight: 600;
    font-size: 18px;
}
/********Fealiyyet sehifeleri end*******/

/******Eko teqvim start*******/

.page {
    margin: 0 auto;
}
table th,
table td {
    font-size: 20px;
    text-align: left;
}
table.layout {
    width: 100%;
    border-collapse: collapse;
}
table.display {
    margin: 1em 0;
}
table.display th,
table.display td {
    border: 1px solid #b3bfaa;
    padding: 0.5em 1em;
}

table.display td {
    background: #fff;
}

table.responsive-table {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 30em) {
    table.responsive-table {
        box-shadow: none;
    }
    table.responsive-table thead {
        display: none;
    }
    table.display th,
    table.display td {
        padding: 0.5em;
    }

    table.responsive-table td:nth-child(1):before {
        content: "Number";
    }
    table.responsive-table td:nth-child(2):before {
        content: "Name";
    }
    table.responsive-table td:nth-child(1),
    table.responsive-table td:nth-child(2) {
        padding-left: 25%;
    }
    table.responsive-table td:nth-child(1):before,
    table.responsive-table td:nth-child(2):before {
        position: absolute;
        left: 0.5em;
        font-weight: bold;
    }

    table.responsive-table tr,
    table.responsive-table td {
        display: block;
    }
    table.responsive-table tr {
        position: relative;
        margin-bottom: 1em;
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    }
    table.responsive-table td {
        border-top: none;
    }
    table.responsive-table td.organisationnumber {
        background: #d5e0cc;
        border-top: 1px solid #b3bfaa;
    }
    table.responsive-table td.actions {
        position: absolute;
        top: 0;
        right: 0;
        border: none;
        background: none;
    }
}
/******Eko teqvim end*******/

/******Xeberler sehife start *******/
.blog-post {
    width: 100%;
    max-width: 98rem;
    padding: 1rem 2rem;
    background-color: #fff;
    box-shadow: 0 1.4rem 8rem rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    border-radius: 0.8rem;
    -webkit-border-radius: 0.8rem;
    -moz-border-radius: 0.8rem;
    -ms-border-radius: 0.8rem;
    -o-border-radius: 0.8rem;
}

.blog-post_img {
    width: 100%;
    max-width: 20rem;
    height: auto;
}

.blog-post_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
}

.blog-post_date span {
    display: block;
    color: rgba(0, 0, 0, 0.5);
    font-size: 1rem;
    font-weight: 500;
    margin: 0.5rem 0;
    padding-left: 1.5rem;
}

.blog-post_title {
    font-size: 1.3rem;
    padding-left: 1.5rem;
    color: #4facfe;
}

.blog-post_text {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.7);
}

.blog-post_cta {
    margin-left: 1.5rem;
    display: inline-block;
    padding: 0.3rem 0.5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.7rem;
    color: #fff;
    background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
}

.blog-post_cta:hover {
    background-image: linear-gradient(to right, #00f2fe 0%, #4facfe 100%);
    color: #fff;
}

@media screen and (max-width: 1068px) {
    .blog-post {
        max-width: 80rem;
    }

    .blog-post_img {
        min-width: 20rem;
        max-width: 20rem;
    }
}

@media screen and (max-width: 868px) {
    .blog-post {
        max-width: 70rem;
    }
}

@media screen and (max-width: 768px) {
    .blog-post {
        padding: 2.5rem;
        flex-direction: column;
    }

    .blog-post_img {
        min-width: 100%;
        max-width: 100%;
    }
}
@media (min-width: 270px) and (max-width: 992px) {
    .post-head {
        margin-bottom: -2rem !important;
    }
}
/******Xeberler sehife end *******/

/*-----------------Video Gallery start---------------------*/
.video .video-section .video-item {
    flex-wrap: wrap!important;
    width: 100%;
    max-width: 100%;
    margin: auto;
}
@media (max-width: 480px){
    .video .section-title{
        padding-bottom: 0!important;
    }
    .video .section-title h2{
        font-size: 13px !important;
    }
}

.gallery-container {
    margin-bottom: 3.5rem;
}
.gallery-container .gallery-content {
    display: flex;
    flex-wrap: wrap;
}
.gallery-container .highslide {
    flex-basis: 25%;
    margin-right: 0;
    transition: 300ms all ease;
    margin-bottom: 0;
    -webkit-transition: 300ms all ease;
    -moz-transition: 300ms all ease;
    -ms-transition: 300ms all ease;
    -o-transition: 300ms all ease;
}
.gallery-container .highslide img {
    width: 100%;
    margin: 0;
    padding: 0.5rem;
    height: 100%;
    object-fit: cover;
    border-radius: 0.9rem;
    height: 22rem;
    -webkit-border-radius: ;
    -moz-border-radius: ;
    -ms-border-radius: ;
    -o-border-radius: ;
}
.gallery-container .highslide:hover {
    opacity: 0.8;
}
/*-----------Video Gallery End-------*/

/*-----------Preload Start-------*/
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    margin: 0 auto;
}
.preloader .preloader-circle {
    width: 100px;
    height: 100px;
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-top-color: #110d44;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 10;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    -webkit-animation: zoom 2000ms infinite ease;
    animation: zoom 2000ms infinite ease;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.preloader .preloader-circle2 {
    border-top-color: #0078ff;
}
.preloader .preloader-img {
    position: absolute;
    top: 50%;
    z-index: 200;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 6px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.preloader .preloader-img img {
    max-width: 55px;
}
.preloader .pere-text strong {
    font-weight: 800;
    color: #dca73a;
    text-transform: uppercase;
}
/*-----------Preload End-------*/

/*---------En cox verilen suallar start----------*/
.faq .faq-list {
    padding: 0 100px;
}
.faq .faq-list ul {
    padding: 0;
    list-style: none;
}
.faq .faq-list li + li {
    margin-top: 15px;
}
.faq .faq-list li {
    padding: 20px;
    background: rgb(242, 243, 248);
    border-radius: 4px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.faq .faq-list a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 30px;
    outline: none;
    cursor: pointer;
    color: #13a456;
}
.faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #0d2e4e;
}
.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}
.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 15px;
    color: #0d2e4e;
}
.faq .faq-list .icon-show {
    display: none;
}
.faq .faq-list a.collapsed {
    color: #0d2e4e;
}
.faq .faq-list a.collapsed:hover {
    color: #13a456;
}
.faq .faq-list a.collapsed .icon-show {
    display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
    display: none;
}
@media (max-width: 1200px) {
    .faq .faq-list {
        padding: 0;
    }
}
@media (max-width: 480px) {
    .faq .section-title h2::after,.faq .section-title h2::before{
        width: 20px;
    }
    .faq .faq_head>h2 {
        padding: 0;
        font-size: 13px!important;
    }
}
/*---------En cox verilen suallar end----------*/
