*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Averta', sans-serif;
}

ul{
    list-style: none;
}

.sertifikatlar img {
    width: 100%;
    flex: 0 0 32.3%;
    height: 530px;
    object-fit: cover !important;
}

.sertifikatlar a {
    margin: 0 !important;
    width: unset !important;
}

.sertifikatlar.d-flex.flex-wrap.gap-3 {
    gap: 10px;
}

[class*="ymaps-2"][class*="-ground-pane"] {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.news_full .dlepl--borderRadius,.concrete-page .dlepl--borderRadius{
    max-width:100% !important;
}
.concrete-page .dlepl--borderRadius{
    margin:10px 5px 5px;
    
}
.full-content li,
.content li{
    position: relative;
    padding-left: 18px;
}

main,
section{
    overflow: hidden;
}

section.category_content,
.inside-pages,
.static_section{
    overflow: inherit;
}

.full-content li::before,
.content li::before{
    background: url('../img/list-mark-color1.svg');
    width: 10px;
    height: 10px;
    position: absolute;
    content: '';
    top: 3px;
    left: 0;
    background-size: contain !important;
}

a{
    color: black;
    outline: none;
}

button:focus{
    outline: none;
}

.bg_gray{
    background: #efefef;
}

.section_padding{
    padding: 3rem 0;
}

.fancybox-container{
        z-index: 999929 !important;
}

.fixed {
    padding:10px 0;
    position: fixed !important;
    width: 100%;
    background-color: #fff;
    top: 0;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    left: 0;
    z-index: 99999;
    /*height: 102px;*/
    box-shadow: rgb(0 0 0 / 5%) 0px 4px 5px;
    -webkit-box-shadow: rgb(0 0 0 / 5%) 0px 4px 5px;
    -moz-box-shadow: rgb(0 0 0 / 5%) 0px 4px 5px;
    -o-box-shadow: rgb(0 0 0 / 5%) 0px 4px 5px;
}
.fixed hr{
    display:none;
}

header.fixed .logo a{
    height: 100%;
    width:100%;
}

header.fixed .nav_menu_bottom .nav_list>li{
    padding: 16px 10px 14px;
}

header .header-info__holder {
    display: flex;
    padding: 8px 0 8px 0;
    gap: 20px;
    align-items: center;
    background-color: transparent;
}

header .header-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .nav-header-info {
    background-color: #fff;
}

header.fixed .header-info {
    display: none;
}

header .header-info__holder .info-social__menu .info-social__item {
    border-radius: 50%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #333;
    width: 25px;
    height: 25px;
    transition: 0.3s ease;
}
.res-language{
    display:none;
}
header.fixed .info-social__menu .info-social__item {
    border-color: #000;
}

header.fixed .info-social__menu svg {
    fill: #555;
    /*margin-left: 1px;*/
    transition: 0.3s ease;
}

header .info-social__menu svg {
    fill: #333;
    font-size: 12px;
}

header .info-social__menu .info-facebook svg {
    font-size: 11px;
}

header .info-social__menu .info-instagram:hover { 
    background-color: #e4405f;
    border-color: #e4405f;
}

header .info-social__menu .info-social__item:hover svg {
    fill: #fff;
}

header .info-social__menu .info-facebook:hover { 
    background-color: #3d5a98;
    border-color: #3d5a98;
}

header .info-social__menu .info-linkedin:hover { 
    background-color: #0077B5;
    border-color: #0077B5;
}

header .info-social__menu .info-youtube:hover { 
    background-color: #c4302b;
    border-color: #c4302b;
}

.info-social__menu .info-social__item a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 50%;
    width: 100%;
    color: #333;
}

header .info-contact__link {
    color: #333;
    font-size: 15px;
}

header.fixed .info-contact__link {
    color: #333;
}

header .info-social__holder .info-social__menu {
    display: flex;
    gap: 15px;
    margin-bottom: 0;
}

header .info-contact {
    padding-right: 20px;
    border-right: 2px solid #333;
}

header.fixed .info-contact {
    border-color: #333;
}

header .language.lang-nav-2 {
    display: flex;
    align-items:center;
    gap:5px;
}

header .language.lang-nav-1 {
    display: none;
}

header .language.lang-nav-2 a {
    color: #fff;
}

@media only screen and (min-width: 480px) {
    header .language.lang-nav-1 {
        display: flex;
        align-items:center:
    }
}

header.fixed .nav_menu_bottom .nav_list>li a{
    color: black;
}

header.fixed .language a{
    color: black !important;
}

header.fixed .fixed-logo{
    display: block !important;
}

header.fixed .main-logo{
    display: none !important;
}

header .fixed-logo{
    display: none;
}

header.fixed nav{
    padding-top: 12px;
}

header.fixed .language a::before{
    background: black;
}

header.fixed .toggle_btn label span{
    background: black;
}

header.contact-header .language a,
header.contact-header .nav_menu_bottom .nav_list>li a{
    color: black;
}


header.contact-header{
    position: relative;
    box-shadow: rgb(0 0 0 / 5%) 0px 4px 5px;
    -webkit-box-shadow: rgb(0 0 0 / 5%) 0px 4px 5px;
    -moz-box-shadow: rgb(0 0 0 / 5%) 0px 4px 5px;
    -o-box-shadow: rgb(0 0 0 / 5%) 0px 4px 5px;
}

header.contact-header .logo .main-logo{
    display: none;
}

header.contact-header .logo .fixed-logo{
    display: block;
}

header{
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 999;
}

header .logo {
    height: 100%;
    width: 180px;
}

header .logo a{
    align-items: center;
    display: flex;
    width:100%;
}

header .logo img{
    width:100%;
    height:100%;
   

}

header nav{
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 15px;
}

header .toggle_btn {
    display: none;
}

header .language{
    display: -ms-flexbox;
    display: flex;
    align-items: baseline;
}

header .language .lang_box{
    gap:15px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

header .language img{
    width: 28px;
    height:25px;
    object-fit:contain
}

header .language a {
    color: #000;
    font-size: 13px;
    margin-right: 10px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    position: relative;
}

header .language a::before{
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: white;
    transition: width 0.3s ease-in;
    -webkit-transition: width 0.3s ease-in;
    -moz-transition: width 0.3s ease-in;
    -o-transition: width 0.3s ease-in;
}

header .language a:hover::before{
    width: 100%;
}

header .nav_menu{
    text-transform: uppercase;
    font-size: 12px;
}

header .nav_menu_top{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: flex-end;
}

header .nav_menu_top .phone_wrapper a,
header .resp_wrapper .phone_wrapper a{
    /*font-family: 'Geometria-bold';*/
    font-size: 16px;
}

header .nav_menu_bottom .order_btn{
    margin-left: 18px;
}

header .nav_menu_bottom .order_btn a,
header .resp_wrapper .order_btn a{
    padding: 10px 20px;
    border: 2px solid #facb07;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    display: inline-block;
    text-transform: initial;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

header .nav_menu_bottom .order_btn a{
    background: #facb07;
}

header .resp_wrapper{
    margin-top: 0;
}

header .resp_wrapper .order_btn{
    padding: 0 15px;
}

header .resp_wrapper .order_btn a{
    padding: 12px 20px !important;
}

header .resp_wrapper .order_btn a:hover{
    background: #facb07;
}

header .nav_menu_bottom .order_btn a:hover{
    background: #fff;
}

header .nav_menu_bottom{
    letter-spacing: 0.7px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

header .nav_menu_bottom .nav_list{
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    align-items: center;
}

header .nav_menu_bottom .nav_list>li{
    padding: 12px 10px 15px;
    z-index: 99999;
}

header .nav_menu_bottom .nav_list>li:first-child{
    margin-left: 0 !important;
}
header .nav_menu_bottom .nav_list>li:last-child{
    margin-right: 0 !important;
}

header .nav_menu_bottom .nav_list>li a{
    color: white;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    font-weight: 600;
    display:flex;
    align-items:center;
}

header .nav_menu_bottom .dropdown li a{
    color: black;
}

header .nav_menu_bottom .nav_list>li a:hover{
    /* color:  #b4b9be; */
    opacity: 0.6;
}

header .dropdown {
    position: relative;
    z-index: 100;
}

header .dropdown:hover {
    cursor: pointer;
}
  
header .dropdown:hover .dropdown_menu li,
header .dropdown:focus .dropdown_menu li,
header .dropdown:active .dropdown_menu li{
    display: block;
}
  
header .dropdown_menu {
    position: absolute;
    top: 100%;
    left: -23px;
    width: max-content;
    perspective: 1000px;
    z-index: -1;
    box-shadow: rgb(0, 0, 0, 0.05) 0px 4px 5px;
    -webkit-box-shadow: rgb(0, 0, 0, 0.05) 0px 4px 5px;
    -moz-box-shadow: rgb(0, 0, 0, 0.05) 0px 4px 5px;
    -o-box-shadow: rgb(0, 0, 0, 0.05) 0px 4px 5px;
}

header .dropdown_menu li {
    display: none;
    color: #000;
    background-color: #fff;
    opacity: 0;
}

header .dropdown_menu li a{
    padding: 8px 24px;
    display: block;
}

header .dropdown_menu li:hover {
    background-color: #b4b9be;
}

header .dropdown_menu-2 .dropdown_item-1 {
    transform-origin: top center;
    animation: rotateX 300ms 50ms ease-in-out forwards;
}

header .dropdown_menu-2 .dropdown_item-2 {
    transform-origin: top center;
    animation: rotateX 300ms 100ms ease-in-out forwards;
}

header .dropdown_menu-2 .dropdown_item-3 {
    transform-origin: top center;
    animation: rotateX 300ms 150ms ease-in-out forwards;
}

header .dropdown_menu-2 .dropdown_item-4 {
    transform-origin: top center;
    animation: rotateX 300ms 200ms ease-in-out forwards;
}

header .dropdown_menu-2 .dropdown_item-5 {
    transform-origin: top center;
    animation: rotateX 300ms 250ms ease-in-out forwards;
}

header .btn-pulse{
    box-shadow: 0 0 0 18px transparent;
    -webkit-animation: inf-pulse 1s;
    animation: inf-pulse 1s;
    animation-iteration-count: infinite;
}
 @-moz-keyframes rotateX {
    0% {
      opacity: 0;
      transform: rotateX(-90deg);
    }
    50% {
      transform: rotateX(-20deg);
    }
    100% {
      opacity: 1;
      transform: rotateX(0deg);
    }
}

@-webkit-keyframes rotateX {
    0% {
      opacity: 0;
      transform: rotateX(-90deg);
    }
    50% {
      transform: rotateX(-20deg);
    }
    100% {
      opacity: 1;
      transform: rotateX(0deg);
    }
}

@-o-keyframes rotateX {
    0% {
      opacity: 0;
      transform: rotateX(-90deg);
    }
    50% {
      transform: rotateX(-20deg);
    }
    100% {
      opacity: 1;
      transform: rotateX(0deg);
    }
}

@keyframes rotateX {
    0% {
      opacity: 0;
      transform: rotateX(-90deg);
    }
    50% {
      transform: rotateX(-20deg);
    }
    100% {
      opacity: 1;
      transform: rotateX(0deg);
    }
}

header .toggle_btn{
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    width: 80px;
    -ms-flex-pack: center;
    justify-content: center;
}

header .toggle_btn label{
    display: -ms-flexbox;
    display:flex;
    flex-direction:column;
    width: 38px;
    cursor:pointer;
    margin-bottom: 0;
}
   
header .toggle_btn label span{
    background: white;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -o-border-radius:10px;
    height:3px;
    margin: 4px 0;
    transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);
    -webkit-transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);
    -moz-transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);
    -o-transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
   
   
header .toggle_btn span:nth-of-type(1){
    width:50%;
}
   
header .toggle_btn span:nth-of-type(2){
    width:100%;
}
   
   
header .toggle_btn span:nth-of-type(3){
    width:75%;
}
   
header .toggle_btn input[type="checkbox"]{
    display:none;
}

header .toggle_btn input[type="checkbox"]:checked ~ span{
    background: black;
}
   
header .toggle_btn input[type="checkbox"]:checked ~ span:nth-of-type(1){
    transform-origin:bottom;
    transform: rotatez(45deg) translate(5px,0px);
    -webkit-transform: rotatez(45deg) translate(5px,0px);
    -moz-transform: rotatez(45deg) translate(5px,0px);
    -o-transform: rotatez(45deg) translate(5px,0px);
}
   
   
header .toggle_btn input[type="checkbox"]:checked ~ span:nth-of-type(2){
    transform-origin: top;
    transform: rotatez(-45deg);
    -webkit-transform: rotatez(-45deg);
    -moz-transform: rotatez(-45deg);
    -o-transform: rotatez(-45deg);
}
   
   
header .toggle_btn input[type="checkbox"]:checked ~ span:nth-of-type(3){
    transform-origin: bottom;
    width: 50%;
    transform: translate(17px, -5px) rotatez(45deg);
    -webkit-transform: translate(17px, -5px) rotatez(45deg);
    -moz-transform: translate(17px, -5px) rotatez(45deg);
    -o-transform: translate(17px, -5px) rotatez(45deg);
}
   

@media only screen and (max-width: 767.99px){
    header .nav_menu_top .phone_wrapper a{
        font-size: 13px;
    }
    
    .page_main_section h1{
        font-size: 40px !important;
    }
    
    .content_wrap{
        padding: 30px 15px;
    }
}


@media only screen and (min-width: 991.99px){
    header .resp_wrapper,
    header .resp{
        display: none !important;
    }
   
}

@media only screen and (max-width: 991.99px){
    header .nav-header-info{
        display:none;
    }
  
    header .nav_menu_top .wrapper{
        display: none !important;
    }
 .res-language{
     display:block;
 }
    header{
        /*height: 80px;*/
        z-index: 99999;
    }
     .responsiv-dnone-btn{
        display:none !important;
    }
    header.fixed nav {
        padding: 12px 0;
    }
    
    header .nav_menu_top{
        align-items: center;
    }
    
    header .container{
        max-width: 100%;
    }

    header .nav_menu .nav_menu_bottom{
        display: block;
        overflow-y: auto;
    }
    .resp_header .language a{
        color: black;
    }
    
    .resp_header .logo img.main-logo{
        display: none;
    }
    
    .resp_header .logo img.fixed-logo{
        display: block;
    }
    header .language.lang-nav-2 .lang_box a{
    margin:0;
}

    header .toggle_btn{
        width: 50px;
    }

    header .phone_wrapper{
        padding: 0 15px;
    }

     header .toggle_btn{
        display: -ms-flexbox;
        display: flex;
        width:100%;
        justify-content:flex-end;
    }

    header .nav_menu{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 15px;
        flex-direction: column;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: 100%;
    }

    header .nav_menu .nav_menu_top{
        padding-top: 0;
    }


    header .menu_wrapper{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }

    header .nav_menu_bottom{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100vh;
        background: white;
        z-index: -1;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transition: 0.3s linear;
        -webkit-transition: 0.3s linear;
        -moz-transition: 0.3s linear;
        -o-transition: 0.3s linear;
        padding: 80px 0;
    }

    .responsive_nav{
        transform: translateX(0%) !important;
        -webkit-transform: translateX(0%) !important;
        -moz-transform: translateX(0%) !important;
        -o-transform: translateX(0%) !important;
    }

    header .nav_menu_bottom .nav_list{
        flex-direction: column;
        overflow-y: auto;
    }

    header .nav_menu_bottom .nav_list>li{
        border-top: 1px solid #dddddd;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    header .nav_menu_bottom .nav_list>li a{
        display: block;
        padding: 0 20px;
        color: black;
    }

    header input[type="checkbox"]:checked ~ .nav_menu_bottom{
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
    }
    
    header input[type="checkbox"]:checked ~ .nav_menu_top a{
        color: black;
    }
    
    header .dropdown_menu{
        position: relative;
        left: unset;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        width: 100%;
    }
    
    header .dropdown_menu li{
        padding: 10px 0 10px 25px;
        width: 100%;
    }
    
    header .dropdown_menu li:first-child{
        margin-top: 18px !important;
    }

}

@media only screen and (max-width: 1199.99px){
    header .nav_menu{
        font-size: 12px;
        padding: 0;
    }
    header.fixed .nav_menu_bottom .nav_list>li{
        padding:16px 5px 14px;
    }
    header .logo{
        width: 148px;
    }
    header .nav_menu_bottom .order_btn a,
    header .resp_wrapper .order_btn a{
    padding: 10px;
  
}


    header .nav_menu_bottom ul li{
        padding-right: 12px;
    }
header .nav_menu_bottom .nav_list>li{
    padding: 12px 5px 15px;
}
}


/* Header End */


/* ==============================Main section============================ */

main{
    height: 100vh;
    /*margin-top: 112px;*/
}

main .carousel-item{
    height: 100vh;
}

main .carousel-item img{
    height: 100%;
    object-fit: cover;
    /*filter: brightness(0.8);*/
}

.carousel-control-prev-icon, 
.carousel-control-next-icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: no-repeat 50% / 100% 100%;
    background-color: transparent;
    background-size: 15px;
    border-radius: 2px;
    border: 1px solid #efefef;
    background-size: 22px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.carousel-control-prev-icon {
    background-image: url(/img/back.svg);
}

.carousel-control-next-icon {
    background-image: url(/img/next.svg);
}

.carousel-control-prev, 
.carousel-control-next {
    position: absolute;
    top: auto;
    bottom: 20%;
    z-index: 99;
    width: max-content;
    height: max-content;
    color: #fff;
}

main .indicators_container{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0%;
    top: 0;
}

main .carousel-item::before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    /*z-index: 88;*/
}

main .carousel-indicators .active{
    background-color: #ffcd00;
}

main .indicators_container a{
    margin-right: 15px;
}

.carousel-control-prev {
    right: 45px;
    left: auto;
}

.carousel-control-prev-icon:hover, 
.carousel-control-next-icon:hover{
    background-color: black;
}

main .slider_text_wrapper{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

main .bg_gradient{
    
    /*filter: drop-shadow(2px 4px 5px #b4b9be);*/
    /*-webkit-filter: drop-shadow(2px 4px 5px #b4b9be);*/
}

main .carousel-inner{
    z-index: 7;
}

main .slider_text{
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: #fff;
    z-index: 999999;
    width: 100%;
    text-shadow: 1px 1px 2px black;
}

main .slider_text ul{
    /*padding-left: 18px;*/
    font-size: 19px;
    font-weight: 500;
}

main .content li::before{
    content: none;
}

main .slider_text ul li{
    margin-bottom: 10px;
    font-size: 16px;
    padding-left: 0;
}

main .slider_text h1{
    font-size: 40px;
    margin-bottom: 2rem;
    line-height: 1.3;
    /*font-family: 'Geometria-bold';*/
    font-weight: 600;
}

main .more_btn{
    width: max-content;
    padding-top: 22px;
}

main .more_btn a{
    border: 2px solid #facb07;
    border-radius: 44px;
    -webkit-border-radius: 44px;
    padding: 10px 40px;
    background: transparent;
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.2px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    text-shadow: none;
}

main .more_btn a:hover{
    background: #facb07;
    color: black;
}

@media only screen and (max-width: 991.99px){
   
    main {
        margin-top: 0;
    }
    
}

@media only screen and (max-width: 767.99px){
    
    main,
    main .carousel-item{
        height: 600px;
    }
    
    .carousel-control-prev-icon, 
    .carousel-control-next-icon{
        width: 35px;
        height: 35px;
        background-size: 12px;
    }
    
    .carousel-control-prev{
        right: 35px;
    }
}

@media only screen and (max-width: 499.99px){
    main .slider_text h3{
        font-size: 22px;
    }
    
    .carousel-control-prev, 
    .carousel-control-next{
        bottom: 15%;
    }
    
    main .slider_text h1{
        font-size: 25px;
    }
}

@media only screen and (max-width: 349.99px){
    main, main .carousel-item {
        height: 700px;
    }
}

@media only screen and (max-width: 299.99px){
    header .header-info__holder {
        flex-direction: column;
        gap: 5px;
    }
    header .info-contact {
        border: none;
    }
}


/* ===================================Services_section========================= */

.services .services_box{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    /*display: grid;*/
    /*grid-gap: 15px;*/
    /*grid-template-columns: repeat(5, 1fr);*/
    /*grid-template-rows: repeat(2, 1fr);*/
    margin-bottom: 50px;
}

.services .services_box .box_item{
    background: rgb(247 247 247);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    min-height: 185px;
    width: calc(20% - 14px);
    margin: 7px;
    transition: 0.3s ease;
}

.services .services_box .box_item:hover{
    transform: translateY(-4px);
}

.services .services_box .box_item a{
    display: block;
    padding: 25px 15px;
}

.services .services_box .box_item:nth-child(11),
.services .services_box .box_item:nth-child(12){
    width: calc(50% - 14px);
}

.services .services_box .box{
    background: black;
    white-space: nowrap;
    transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    width: calc(20% - 14px);
    margin: 7px;
    position: relative;
}

.services .services_box .box_text ul p{
    margin: 0;
}

.services .services_box .box_text ul{
    padding: 20px 0 0 15px;
    font-size: 13px;
}

.services .services_box .box_text ul li{
    padding-right: 12px;
}

.services .services_box .box .box_text{
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    color: #cecece;
    position: absolute;
    left: 50%;

}

.services .services_box .box:hover .box_text{
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    color: black;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-bottom: 0;
}

.services .services_box .box:hover{
    background: #facb07;
    box-shadow: rgb(0 0 0 / 20%) 0px 1px 5px;
    -webkit-box-shadow: rgb(0, 0, 0, 0.20) 0px 1px 5px;
    -moz-box-shadow: rgb(0, 0, 0, 0.20) 0px 1px 5px;
    -o-box-shadow: rgb(0, 0, 0, 0.20) 0px 1px 5px;
}

.services .services_box .box:hover .box_img{
    opacity: 0;
}

.services .services_box .box:hover a{
    color: black;
}

.services .services_box .box_img{
    padding: 15px;
    height: 89px;
}

.services .services_box .box_item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(1) grayscale(1);
    -webkit-filter: brightness(1) grayscale(1);
}

.services .services_box .box_item h3{
    font-size: 16px;
    /*font-family: 'Geometria-medium';*/
    text-align: center;
    color: #22262a;
}

.services_full .box_text .quote{
    width: 500px;
    margin: auto;
    float: right;
    clear: both;
    margin-left: 30px;
    margin-bottom: 20px;
}

.services_full .box_text .clearfix {
    overflow: visible;
    min-height: 250px;
}

@media only screen and (min-width: 1199.99px){
    .services .services_box .box_text ul{
        column-count: 2;
    }
}

@media only screen and (max-width: 1199.99px){
    .services .services_box .box_item,
    .services .services_box .box{
        width: calc(25% - 14px);
        /*grid-template-columns: repeat(2, 1fr);*/
    }
    
    .services .services_box .box_item:nth-child(9){
        order: 1;
    }
    
    .services .services_box .box_item:nth-child(10){
        order: 2;
    }
}

@media only screen and (max-width: 991.99px){
    .services .services_box .box_item,
    .services .services_box .box{
        width: calc(33.33% - 14px);
        /*grid-template-columns: repeat(3, 1fr);*/
    }
    
    .services .services_box .box{
        min-height: 185px;
    }
    
    .services_full .box_text .quote{
        width: 100%;
        margin-left: 0;
        float: none;
        height: 300px;
    }
    
    .services_full .box_text .quote img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    
   
}

@media only screen and (min-width: 767.99px) and (max-width: 991.99px){
    .services .services_box .box_item:nth-child(9){
        order: inherit;
    }
}

@media only screen and (max-width: 767.99px){
    .services .services_box .box_item,
    .services .services_box .box{
        width: calc(50% - 14px);
        /*grid-template-columns: repeat(2, 1fr);*/
    }
    
    .services .services_box .box_item:nth-child(11),
    .services .services_box .box_item:nth-child(12){
        width: calc(100% - 14px);
    }
    
    .services .services_box .box_item:nth-child(9){
        order: inherit;
    }
    
    .services .services_box .box_item:nth-child(10){
        order: inherit;
    }
    
    
}

@media only screen and (max-width: 399.99px){
    .services .services_box .box_item,
    .services .services_box .box{
        width: calc(100% - 14px);
        /*grid-template-columns: repeat(1, 1fr);*/
    }
}

/* ==============================Projects_section========================= */
.main_project{
    padding-bottom: 0;
}

.section_title {
    text-align: center;
    /*font-family: 'Geometria-bold';*/
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 2rem;
    letter-spacing: 1.2px;
    padding-bottom: 2rem;
    font-weight: 600;
}

.main_project .grid_wrapper{
    grid-template-areas: "a b c" "a d d";
    grid-template-columns: 45% auto;
    grid-template-rows: 360px 360px;
}

.projects_section .grid_wrapper{
    display: grid;
}

.projects .grid_wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.projects .grid_wrapper .grid_item{
    width: calc(33.33% - 4px);
    margin: 2px;
    height: 300px;
}

.projects_section.projects .grid_text p{
    bottom: 70px;
    left: 25px;
    right: 25px;
    line-height: 1.2;
}

.projects_section.projects .grid_item:hover .grid_text p{
    top: 60px;
}

.projects_section.projects .grid_text .more{
    left: 25px;
}

.main_project .grid_wrapper>div:nth-child(1){
    grid-area: a;
}

.main_project .grid_wrapper>div:nth-child(2){
    grid-area: b;
}

.main_project .grid_wrapper>div:nth-child(3){
    grid-area: c;
}

.main_project .grid_wrapper>div:nth-child(4){
    grid-area: d;
}

.projects_section .grid_item img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.projects_section .grid_item{
    position: relative;
}

.projects_section .grid_item a{
    position: relative;
    display: block;
    height: 100%;
}

.projects_section .grid_item a:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.3s linear;
}


.projects_section .grid_text p{
    position: absolute;
    bottom: 60px;
    left: 3rem;
    color: white;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    font-size: 20px;
    margin-bottom: 0;
    /*font-family: 'Geometria-Medium';*/
}

.projects_section .grid_item a:hover::before{
    
    background: rgba(0, 0, 0, 0.5);
    /*filter: brightness(0.6);*/
    /*-webkit-filter: brightness(0.6);*/
}

.projects_section .grid_item:hover .more{
    color: #facb07;
}

.projects_section .grid_item:hover .grid_text p{
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    height: 100%;
    font-size: 16px;
    top: 50px;
}

.projects_section .grid_text .more{
    position: absolute;
    bottom: 0;
    left: 3rem;
    opacity: 0;
    color: white;
    transition: 0.22s linear;
    -webkit-transition: 0.22s linear;
    -moz-transition: 0.22s linear;
    -o-transition: 0.22s linear;
    transform: translateY(25px);
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -o-transform: translateY(25px);
    font-size: 16px;
}

.projects_section .grid_text .more span{
    padding-right: 15px;
}

.projects_section .grid_item:hover .grid_text .more{
    transform: translateY(-40px) !important;
    -webkit-transform: translateY(-40px) !important;
    -moz-transform: translateY(-40px) !important;
    -o-transform: translateY(-40px) !important;
    opacity: 1 !important;
    font-size: 20px !important;
}

.projects_section .grid_text img{
    width: 15px;
}


@media only screen and (max-width: 767.99px){
    .main_project .grid_wrapper{
        grid-template-areas: "a" "b" "c" "d";
        grid-template-rows: repeat(4, 300px);
        grid-template-columns: 1fr;
    }
    
    .projects .grid_wrapper .grid_item{
        width: calc(100% - 4px);
        margin: 2px;
        height: 300px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px){
    .main_project .grid_wrapper {
        grid-template-areas: "a a" "b c" "d d";
        grid-template-rows: 400px 400px 400px;
        grid-template-columns: 1fr 1fr;
    }
    
    .projects .grid_wrapper .grid_item{
        width: calc(50% - 4px);
    }
}

@media only screen and (min-width: 1199.98px) and (max-width: 1425px){
    .main_project .grid_wrapper {
        grid-template-rows: 340px 340px;
        grid-template-columns: 42% auto;
    }
}

/* ===========================Techniques_section========================= */

.techniques{
    /* padding: 4rem 0 3rem; */
}

.techniques .box_wrapper{
    display: -ms-flexbox;
    display: flex;
}

.techniques img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    transition: 0.3s linear;
    background: white;
}

.techniques a{
    display: block;
}

.techniques .box_text img{
    display: none;
}

.techniques .card-title{
    padding: 15px;
    background: #3e4442;
    color: white;
    margin: 0;
    /*font-family: 'Geometria-bold';*/
    font-size: 20px;
}

.techniques .box_body {
    margin-top: 10px;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
}

.techniques .box_text{
    display: flex;
    justify-content: space-between;
}

.techniques .box_text a{
    display: none;
}

.techniques .box_text .quote{
    width: 100%;
    padding: 10px 0;
    background: #facb07;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.techniques .box_text .quote:nth-child(2){
    margin-right: 20px;
}

.techniques .box_text .quote:nth-child(3){
    margin-left: 20px;
}

.techniques .box_text .quote:nth-child(4){
    margin-left: 40px;
}

.techniques .box:hover img{
    filter: brightness(0.8);
}

.techniques .card{
    flex-direction: row;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    padding: 22px 15px;
    border: none;
    box-shadow: rgb(0, 0, 0, 0.20) 0px 1px 5px;
    -webkit-box-shadow: rgb(0, 0, 0, 0.20) 0px 1px 5px;
    -moz-box-shadow: rgb(0, 0, 0, 0.20) 0px 1px 5px;
    -o-box-shadow: rgb(0, 0, 0, 0.20) 0px 1px 5px;
}

.techniques .img_wrapper{
    width: 100%;
    height: 350px;
    /*padding: 0 24px 0 15px;*/
}

.techniques .img_wrapper img{
    box-shadow: rgb(0 0 0 / 20%) 0px 1px 5px;
}

.techniques .card .card-body{
    padding: 0 10px 0 20px;
}

.techniques .card .card-title{
    /*font-family: 'Geometria-bold';*/
    text-transform: uppercase;
    color: black;
    border-bottom: 1px solid rgb(218 218 218);
    padding-bottom: 14px;
    margin-bottom: 0;
    font-size: 18px;
}

.techniques .info_inner{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 13px;
    margin-bottom: 4px;
}

.techniques .info_inner span:first-child{
    color: rgb(170 170 170);
}

.techniques .info_inner .price.bold{
    /*font-family: 'Geometria-bold';*/
}

.techniques .info_inner .manat{
    font-family: azn;
    font-style: normal;
    padding-left: 5px;
    font-size: 10px;
}

.techniques .card-body .more_btn{
    padding-top: 20px;
    text-transform: uppercase;
    /*font-family: 'Geometria-Medium';*/
    font-size: 14px;
}

.techniques .more_btn img{
    width: 14px;
    margin-top: -1px;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.techniques a:hover .more_btn img{
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
}

.techniques .more_btn span{
    padding-right: 15px;
}

.techniques .more{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.more a{
    position: relative;
    display: inline-block;
}

.more a::after,
.more a::before{
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    background: black;
    -webkit-transition: width 0.3s linear;
    -moz-transition: width 0.3s linear;
    -o-transition: width 0.3s linear;
    transition: width 0.3s linear;
    bottom: -1px;
}

.more a::after{
    right: 0;
}

.more a::before{
    left: 0;
}

.more a:hover::before,
.more a:hover::after{
    width: 0;
}

.techniques .card-body p{
    font-size: 14px;
    margin-bottom: 10px;
    padding-top: 15px;
}

.techniques .card-body .info_inner{
    border-bottom: 1px solid #dadada;
}

.techniques .card-body .info_inner.p-top{
    padding-top: 10px;
}

.techniques .line{
    position: relative;
}

.techniques .line:before{
    position: absolute;
    content: '';
    width: 1px;
    height:  100%;
    background: #dadada;
    right: 0px;
    top: 0;
}

@media only screen and (max-width: 991.99px){
    .techniques .card{
        flex-direction: column;
        padding: 15px 15px 20px;
    }

    .techniques .card .img_wrapper{
        width: 100%;
        height: 235px;
        /*padding: 15px;*/
    }
    
    .techniques .card-body{
        padding: 0 !important;
    }
    
    .techniques .card-body .card-title{
        padding-top: 20px;
    }

    .techniques .card .img_wrapper img{
        height: 100%;
        /*object-fit: contain;*/
    }
}


@media only screen and (max-width: 991.99px){
 
    .techniques .img_wrapper{
        height: 250px;
    }

}

/*@media only screen and (min-width: 576.99px) and (max-width: 768.99px){*/
 
/*    .techniques .img_wrapper{*/
/*        height: 300px;*/
/*    }*/

/*}*/

@media only screen and (min-width: 767.99px) and (max-width: 991.99px){
    .techniques .card-title{
        font-size: 16px;
    }
}

/* ====================================Reports section========================== */

.reports .row>div:nth-child(odd){
    padding-right: 2px;
}

.reports .row>div:nth-child(even){
    padding-left: 2px;
}

.reports p{
    margin-bottom: 0;
}

.reports .reports_box{
    padding: 35px;
    background: white;
}

.reports .reports_col_wrapper{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.reports .reports_col{
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.reports .reports_col .date{
    color: rgb(57, 51, 48, 0.4);
} 

.reports .reports_col_1 p:first-child,
.reports .reports_col_2 .price{
    /*font-family: 'Geometria-medium';*/
    font-size: 20px;
}

.reports .reports_col_2 .price span{
    font-size: 14px;
    /*font-family: 'Geometria';*/
    padding-left: 5px;
}

.reports .reports_col{
    font-size: 16px;
}

.reports .reports_col p:last-child{
    padding-top: 10px;
    font-size: 15px;
}

.reports .reports_col .investor svg{
    vertical-align: unset;
}

.reports .down_icon{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.reports .pdf_wrapper{
    margin-top: 30px;
}

.reports .pdf_wrapper a{
    /* text-transform: uppercase; */
    /*font-family: 'Geometria-Medium';*/
    font-size: 17px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.reports .pdf_wrapper svg{
    margin-top: -1px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.reports .pdf_wrapper span{
    margin-left: 15px;
}

.reports .pdf_wrapper a:hover{
    color: #f0c51e;
}

.reports .pdf_wrapper a:hover svg{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #f0c51e;
}

.reports .reports_col_1{
    padding-right: 15px;
}


@media only screen and (max-width: 768px){
    .reports .row>div:first-child{
        padding-right: 15px;
    }
    
    .reports .row>div:last-child{
        padding-left: 15px;
    }
}

@media only screen and (min-width: 767.99px) and (max-width: 991.99px){
    .reports .reports_col_1 p:first-child, 
    .reports .reports_col_2 .price{
        font-size: 16px;
    }

    .reports .pdf_wrapper a{
        font-size: 14px;
    }
    
    .reports .reports_box{
        padding: 20px;
    }
}

@media only screen and (max-width: 478px){
    
    .reports .reports_col_1 p:first-child, 
    .reports .reports_col_2 .price{
        font-size: 15px;
    }
    
    .reports .reports_col p:last-child{
        font-size: 12px;
    }
    
    .reports .reports_box{
        padding: 15px;
    }
}

/* ======================================Main About========================== */
.main_about{
    position: relative;
}

.main_about .bg_gray{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30%;
    z-index: -1;
}
.main_about .section_title{
    text-align: left;
}
.main_about .about_text{
    /* padding-top: calc(100% - 362px); */
    margin-right: 6rem;
    font-size: 16px;
    line-height: 1.6;
    padding-top: 5rem;
}
.main_about .img_wrapper{
    height: 520px;
}
.main_about .img_wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main_about .about_text>div{
    width: max-content;
    padding-top: 25px;
}

.main_about .about_text a{
    background: #efefef;
    padding: 20px 75px 16px;
    display: block;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -o-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    position: relative;
    z-index: 55;
}

.main_about .about_text a:hover::before{
    width: 100%;
}

.main_about .about_text a:before{
    position: absolute;
    content: '';
    height: 100%;
    background: #facb07;
    width: 0;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -o-border-radius: 35px;
    border-radius: 35px;
    left: 0;
    top: 0;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    z-index: -3;
}

.letters{
    margin-bottom: 40px;
}

.letters .section_title{
    text-align: left;
    padding-bottom: 0;
}

.letters .highslide{
    margin: 15px;
    width: calc(25% - 30px);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.letters .highslide img{
    width: 100%;
    margin: 0;
}

@media only screen and (min-width: 991.99px) and (max-width: 1199.99px){
    .main_about .about_text{
        margin-right: 2rem;
    }
}

@media only screen and (min-width: 767.99px) and (max-width: 991.99px){
    .main_about .about_text{
        margin-right: 0;
        padding-top: 2rem;
    }

    .main_about .img_wrapper{
        height: 430px;
    }

    .main_about .about_text>div{
        padding-top: 10px;
    }
}

@media only screen and (max-width: 768px){
    .section_title{
        font-size: 20px;
    }

    .main_about{
        padding-bottom: 0;
    }

    .main_about .bg_gray{
        bottom: 0;
        top: auto;
    }

    .main_about .about_text{
        padding-top: 0;
        margin-right: 0;
    }

    .main_about .section_title{
        padding-bottom: 0;
        text-align: center;
    }

    .main_about .img_wrapper{
        height: auto;
    }
}



/* ===============================News section============================ */

.news_section .card{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: none;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    height: 100%;
}

.news_section .card .card_img_wrapper{
    height: 230px;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.news_section .card_img_wrapper .card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.news_section .card:hover img{
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.news_section .card:hover{
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.news_section .card-body .date{
    margin-bottom: 0;
    font-size: 14px;
    color: #facb07;
}

.news_section .card-body .card-title{
    /*font-family: 'Geometria-bold';*/
}

.news_section .card-body{
    padding-left: 22px;
    padding-right: 22px;
    position: relative;
}

.news_section .card-body .icon_wrap{
    position: absolute;
    top: -22px;
    right: 20px;
    background: white;
    -webkit-box-shadow: 0 5px 25px -4px rgba(9, 31, 67, 0.15);
    -moz-box-shadow: 0 5px 25px -4px rgba(9, 31, 67, 0.15);
    -o-box-shadow: 0 5px 25px -4px rgba(9, 31, 67, 0.15);
    box-shadow: 0 5px 25px -4px rgba(9, 31, 67, 0.15);
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    font-size: 12px;
}

.news_section .card-body .icon_wrap i{
    margin-top: 2px;
}

.news_section .card-body .icon_wrap:hover{
    background: black !important;
    color: white;
}

.news_section .card-title,
.news_section .card-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.news_section .card-text{
    -webkit-line-clamp: 5;
}

.news_section .card-title{
    -webkit-line-clamp: 2;
}

.full-content.news_full .highslide{
    width: 40%;
}

.news_full .quote{
    display: flex;
    flex-wrap: wrap;
}

.news_full .quote>div{
    width: calc(25% - 16px);
    margin: 8px;
    height: 275px;
}

.news_full .quote>div img{
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}

.news_full .quote .highslide{
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 991.99px){
    .news_full .quote>div{
        width: calc(33.33% - 4px);
    }
}

@media only screen and (max-width: 768.99px){
    .news_full .quote>div{
        width: calc(50% - 4px);
    }
}

@media only screen and (max-width: 476.99px){
    .news_full .quote>div{
        width: calc(100% - 4px);
    }
    
    .qafqaznet_about .order_btn a, .concrete .order_btn a{
        font-size: 12px !important;
    }
}

/* ===========================References section======================== */

.references .owl-carousel .item{
    /* width: 117px; */
    height: 117px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f3f3f3;
    transition:.3s;
}
.references .owl-carousel .item:hover{
    background:#DFDEDE;
}
.references .owl-carousel .item img{
    padding: 0px 15px;
    object-fit:contain;
}
.references .owl-carousel .pmd img{
        background-color: #0045ad;
        height:100%;
}

.references .owl-carousel .owl-nav{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 1rem;
}

.references .owl-carousel .owl-nav button.owl-next, 
.references .owl-carousel .owl-nav button.owl-prev{
    width: 40px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    border: 1px solid #efefef;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.references .owl-carousel .owl-nav button.owl-next:hover, 
.references .owl-carousel .owl-nav button.owl-prev:hover{
    background: black;
}

.references .owl-carousel .owl-nav button.owl-next:hover span, 
.references .owl-carousel .owl-nav button.owl-prev:hover span{
    color: #fff;
}

.references .owl-carousel .owl-nav button.owl-next span, 
.references .owl-carousel .owl-nav button.owl-prev span{
    display: block;
    margin-bottom: 3px;
}
/* ====================================Call-to-action========================== */

.call-to-action {
    padding: 4rem 0;
    background: #facb07;
    color: #252d33;
}

.call-to-action h2{
    /*font-family: 'Geometria-bold';*/
    font-weight: 600;
}

.call-to-action p{
    margin-bottom: 0;
}

.call-to-action .order_btn {
    width: max-content;
    margin-left: auto;
}

.call-to-action .order_btn a{
    border: 2px solid white;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    padding: 17px 28px 12px;
    display: block;
    color: black;
    background-color: white;
    /*font-family: 'Geometria-Medium';*/
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.1px;
}

.call-to-action .btn-pulse:hover {
    -webkit-box-shadow: 0 0 0 18px transparent;
    -moz-box-shadow: 0 0 0 18px transparent;
    -o-box-shadow: 0 0 0 18px transparent;
    box-shadow: 0 0 0 18px transparent;
    -webkit-animation: pulse 1s;
    animation: pulse 1s;
    animation-iteration-count: infinite;
}

@keyframes pulse{
    0% {
        -webkit-box-shadow: 0 0 0 0 #b49100;
        -moz-box-shadow: 0 0 0 0 #b49100;
        -o-box-shadow: 0 0 0 0 #b49100;
        box-shadow: 0 0 0 0 #b49100;
    }
}

@media only screen and (max-width: 767.99px){
    .call-to-action .order_btn{
        margin: auto;
    }

    .call-to-action .t_center{
        text-align: center;
    }
    
    .call-to-action .row>div{
        margin-bottom: 15px;
    }
}


/* =============================Contact================================== */
    .contact {
        padding: 3rem 0;
    }
    
    .contact_form_wrap{
        margin-bottom: 4rem;
    }
    .contact .title{
        /*font-family: 'Geometria-bold';*/
        margin-bottom: 3rem;
    }
    
     .contact .info{
        margin-top: 17px;
    }
    
    .contact .info li{
        margin-bottom: 30px;
    }
    
    .contact .info li span:first-child{
        /*font-family: 'Geometria-bold';*/
    }
    
    .contact .map_wrapper{
        width: 100%;
        height: 100%;
        /*margin-top: 3rem;*/
    }
    
    #map {
        height: 500px;
    }
    
    #map .gm-fullscreen-control,
    #map .gm-svpc,
    #map .gmnoprint{
        display: none;
    }
    
    .contact .map_wrapper #map{
        position: relative;
        z-index: 23;
    }
    
    .contact .map_wrapper .map-over-left{
        position: absolute;
        top: 0;
        left: 0;
        width: 45%;
        background: white;
        z-index: 33;
        height: 12%;
    }
    
    .contact .map_wrapper .map-over-right{
        position: absolute;
        bottom: 0;
        right: 0;
        width: 45%;
        background: white;
        height: 14%;
        z-index: 33;
    }
    .contact .map_wrapper .map-over-big{
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        /* left: 0; */
        background: #ffffffbf;
        z-index: 33;
        width: 100%;
        -webkit-clip-path: polygon(40% 0,100% 0,100% 85%,55% 100%,55% 12%,45% 12%);
        clip-path: polygon(40% 0,100% 0,100% 85%,55% 100%,55% 12%,45% 12%);
    }
    
    .contact .social-icons {
        padding: 0;
        list-style: none;
        margin-top: 5rem;
    }
    
    .contact .social-icons li {
      display: inline-block;
      margin: 0.15em;
      position: relative;
      font-size: 16px;
    }
    
    .contact .social-icons i {
      color: black;
      position: absolute;
      top: 13px;
      left: 13px;
      transition: all 265ms ease-out;
    }
    
    .contact .social-icons li:last-child i{
        left: 15px;
    }
    
    .contact .social-icons a {
      display: inline-block;
      will-change: transform;
    }
    
    .contact .social-icons a:before {
      transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      content: " ";
      width: 40px;
      height: 40px;
      border-radius: 5px;
      display: block;
      background: #e5e5e5;
      /*background: linear-gradient(45deg, #ff003c, #c648c8);*/
      transition: all 265ms ease-out;
    }
    
    .contact .social-icons a:hover:before {
      transform: scale(0);
      transition: all 265ms ease-in;
    }
    
    .contact .social-icons a:hover i {
        transform: scale(1.5);
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        /*color: #ff003c;*/
        /*background: #000000;*/
        background: -webkit-linear-gradient(45deg, #000, #000);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        transition: all 265ms ease-in;
    }
    
    .contact .form{
        width: 100%;
    }

    .contact .form input,
    .contact .form textarea{
        width: 100%;
        padding: 10px 20px;
        border: 2px solid #e5e5e5;
        border-radius: 5px;
    }
    
    .contact .form input{
        height: 50px;
    }
    
    .contact .form .input_field{
        margin-bottom: 15px;
        position: relative;
    }
    
    .contact .form .input_field .input_title{
        position: absolute;
        top: -11px;
        left: 24px;
        background: white;
        padding: 0 10px;
        color: #22262a;
        /*font-family: 'Geometria-Medium';*/
        z-index: 444;
    }
    
    .contact .form input[type="submit"] {
        border: none;
        z-index: 33;
        margin: 2px;
        width: 178px;
    }
    
    .contact .form input:focus,
    .contact .form textarea:focus{
        outline: none;
    }

    .contact .form .effect ~ .focus-border:before, 
    .contact .form .effect ~ .focus-border:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #25292d;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    
    .contact .form .effect ~ .focus-border:after {
        top: auto;
        bottom: 0;
        left: auto;
        right: 0;
    }
    
    .contact .form .effect:focus ~ .focus-border:before, 
    .contact .form .effect:focus ~ .focus-border:after {
        width: 100%;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    
    .contact .form .effect:focus ~ .focus-border:before, 
    .contact .form .effect:focus ~ .focus-border:after {
        width: 100%;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    
    .contact .form .effect ~ .focus-border i:before, 
    .contact .form .effect ~ .focus-border i:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 2px;
        height: 0;
        background-color: #25292d;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    
    .contact .form .effect ~ .focus-border i:after {
        left: auto;
        right: 0;
        top: auto;
        bottom: 0;
    }
    
    .contact .form .effect:focus ~ .focus-border i:before, 
    .contact .form .effect:focus ~ .focus-border i:after {
        height: 100%;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    
    .contact .form .textarea_box{
        height: calc(100% - 23px);
    }

    .contact .form .btn_wrapper{
        position: relative;
        width: 182px;
        margin-left: auto;
    }
    
    .contact .form .submit-btn {
        width: 100%;
        height: 60px;
        position: relative;
        background: rgb(229 229 229);
        text-transform: uppercase;
        color: black;
        font-weight: 700;
        letter-spacing: 1px;
        border: none;
        font-size: 15px;
        outline: none;
        font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        cursor: pointer;
    }
    
    .contact .form .border {
        position: absolute;
        background: none;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .contact .form .btn_wrapper>.border:nth-of-type(1) {
        top: 0;
        left: 0;
        border-left: 2px solid #24282c !important;
        border-top: 2px solid #24282c !important;
        width: 30px;
        height: 30px;
        border-right: none !important;
        border-bottom: none !important;
        border-top-left-radius: 5px;
    }
    
    .contact .form .btn_wrapper>.border:nth-of-type(2) {
        bottom: 0;
        right: 0;
        border-right: 2px solid #24282c !important;
        border-bottom: 2px solid #24282c !important;
        width: 30px;
        height: 30px;
        border-left: none !important;
        border-top: none !important;
        border-bottom-right-radius: 5px;
    }
    
    .contact .form .btn_wrapper:hover .border {
        width: 100%;
        height: 100%;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    
/*============================Cars Full Story==========================*/

.cars_content ul{
    list-style: disc;
}

/* =============================Footer================================== */

.footer_top{
    padding: 3rem 0 1.5rem;
    background: #252c33;
    color: white;
}

footer ul a{
    color: white;
}

footer li{
    padding: 11px 0;
    text-transform: uppercase;
    font-size: 13px;
}

footer .footer_contact .phone{
    font-size: 20px;
}

footer .footer_contact .social_icons{
    display: -ms-flexbox;
    display: flex;
}

footer .footer_contact>li:first-child,
footer .address>li:first-child{
    color: #f0c51e;
}

footer .social_icons li{
    margin-right: 15px;
    border: 1px solid white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    /*width: 42px;*/
    /*height: 42px;*/
    padding: 0;
    font-size: 17px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

footer .social_icons li a{
    width: 42px;
    height: 42px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*footer .social_icons li i{*/
/*    position: relative;*/
/*    top: 2px;*/
/*}*/

footer .footer_bottom .wrapper{
    display: -ms-flexbox;
    display: flex;
     -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #F2C61B;
    font-size: 12px;
}

footer .footer_bottom{
    padding: 1rem 0;
    background: #20252b;
}

footer .wrapper a{
    color: #F2C61B;
}

footer .social_icons .facebook:hover{
    background-color:#3d5a98;
    border-color: #3d5a98;
}

footer .social_icons .linkedin:hover{
    background-color:#0077B5;
    border-color: #0077B5;
}

footer .social_icons .youtube:hover{
    background-color:#c4302b;
    border-color: #c4302b;
}

footer .social_icons .instagram:hover{
    background-color:#e4405f;
    border-color: #e4405f;
}

footer .footer_list a{
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

footer .footer_list a:hover{
    opacity: 0.5;
}

@media only screen and (max-width: 587px){
    footer .footer_bottom .wrapper{
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 767.99px){
    footer .footer_list{
        margin-bottom: 0;
    }
}

/*===============================Page main section===========================*/
.page_main_section{
    /*font-family: 'Geometria-Medium';*/
    /*background: #252d33;*/
    color: white;
    height: 500px;
    /*display: flex;*/
    /*align-items: center;*/
    background-image: url('../img/bg-img.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: 100% 20%;
}

.static_section{
    padding: 65px 0;
    position: relative;
    z-index: 9;
}

.static-content h1,
.static-content h2,
.static-content h3,
.static-content h4,
.static-content h5,
.static-content h6{
    /*font-family: 'Geometria-Medium';*/
}

.page_main_section h1{
    margin-bottom: 0;
    font-size: 50px;
    /*font-family: 'Geometria-bold';*/
    position: relative;
    z-index: 333;
}


.line_wrap{
    position: absolute;
    bottom: 0; 
    display: -ms-flexbox;
    display: flex;
    left: 0; 
    right: 0; 
    background: transparent;
    height: 80px;
}

.line_wrap .line_left{
    width: 30%;
    height: 140px;
    -webkit-transform: skew(0deg, 7deg);
    -moz-transform: skew(0deg, 7deg);
    -o-transform: skew(0deg, 7deg);
    transform: skew(0deg, 7deg);
    background: white;
    position: absolute;
    top: 40px;
    overflow: hidden;
    left: 0;
}

.line_wrap .line_right{
    width: 70%;
    height: 140px;
    -webkit-transform: skew(0deg, -3deg);
    -moz-transform: skew(0deg, -3deg);
    -o-transform: skew(0deg, -3deg);
    transform: skew(0deg, -3deg);
    background: white;
    position: absolute;
    top: 40px;
    overflow: hidden;
    right: 0;
}

.line_left:before {
    content: '';
    position: absolute;
    height: 5px;
    background: #f0c51e;
    top: 0;
    width: 100%;
}

.line_right:before {
    content: '';
    position: absolute;
    height: 5px;
    background: #f0c51e;
    top: 0px;
    width: 100%;
    right: 0;
     /*z-index: 44444; */
}

/*.page_main_section .main_head{*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*}*/

.page_main_section .title-page{
    padding-top: 245px;
}

.page_main_section:before{
    content: '';
    position: absolute;
    background: rgb(0, 0, 0, .5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.about {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.about div{
    width: calc(50% - 30px);
    padding: 0 15px;
}

.about .quote:nth-child(4),
.about .quote:nth-child(5){
    margin: 0 0 15px;
    width: calc(50% - 30px);
    /* margin: 0 15px; */
    /*height: 500px;*/
}

.about div:not(:nth-child(1)):not(:nth-child(2)) img{
    object-fit: contain;
}

.about div:nth-child(2){
    margin-left: 30px;
    width: calc(50% - 60px);
    padding: 0 15px;
    position: relative;
    height: 500px;
    z-index: 7;
}

.about div:nth-child(2)::before {
    position: absolute;
    content: '';
    top: 35px;
    right: -24px;
    width: 85%;
    z-index: -5;
    height: 100%;
    border: 6px solid rgb(240 197 30);
}

.about h1,
.about h2,
.about h3,
.about h4,
.about h5,
.about h6{
    width: 100%;
    margin: 4rem 0;
    text-align: center;
    /*font-family: 'Geometria-medium';*/
}

.about .quote img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    /*box-shadow: rgb(0 0 0 / 40%) 0px 4px 10px;*/
}

.about .letters{
    width: 100%;
}

.about .letters .section_title{
    margin-bottom: 20px;
    font-size: 24px;
}

.about .letters div:before{
    content: none;
}


    

.qafqaznet_about .quote{
    width: 45%;
    float: right;
    margin-left: 50px;
    margin-bottom: 24px;
}

.qafqaznet_about .quote img{
    width: 100%;
    margin: 0;
    height: 100%;
    object-fit: contain;
}

@media only screen and (max-width: 991.99px){
    .about div,
    .about .quote {
        width: 100%;
    }
    
    .about div:nth-child(2){
        width: calc(100% - 24px) !important;
        height: auto;
    }
    
    .about .quote{
        margin-left: 0 !important;
    }
    
    .about div:not(:nth-child(1)):not(:nth-child(2)){
        height: auto;
    }
    
    .letters .highslide,
    .about .letters .highslide{
        width: calc(33.33% - 30px);
    }
    
}

@media only screen and (max-width: 767.99px){
    .about div:not(:nth-child(1)):not(:nth-child(2)){
        width: 100%;
        
    }
    
    .qafqaznet_about .quote{
        width: 100%;
        float: none;
        margin-left: 0;
    }
    
    .letters .section_title{
        margin: 40px 0;
    }
    
    .letters .highslide,
    .about .letters .highslide{
        width: calc(50% - 30px);
    }
}

@media only screen and (max-width: 467px){
    
    .letters .highslide,
    .about .letters .highslide{
        width: calc(100% - 30px);
        max-height: 300px;
    }
    
    .letters .highslide img,
    .about .letters .highslide img{
        height: 100%;
        object-fit: contain;
    }
    
    .about .letters .section_title{
        font-size: 18px;
    }
}

.about .letters div{
    margin-left: -10px;
    margin-right: -10px;
    width: 100% !important;
    padding: 0;
    position: static;
    height: auto;
    justify-content: center;
}

.about .letters .section_title{
    text-align: center;
}


/*=====================Reports catalog============================*/

.category_content{
    z-index: 99;
    position: relative;
}

.category_content .reports_box{
    background: #f3f3f3;
}

.category_content.news_section .card{
    background: #f3f3f3;
}


/*===========================License==================================*/
.license {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
}

.license .quote{
    width: calc(50% - 30px);
    margin: 0 15px;
    height: 650px;
}

.license .quote img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-filter: brightness(0.95);
    filter: brightness(0.95);
}


@media only screen and (max-width: 767.97px){
    .license .quote{
        width: calc(70% - 30px);
        margin: 0 auto;
    }
    
}

@media only screen and (max-width: 1199.97px){
    .license .quote{
        height: auto;
    }
}


/*=============================Team==============================*/

.team .img_wrapper {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    height: 280px;
    width: 280px;
    border: 2px solid #e4ddc3;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
}


.team .img_wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    filter: grayscale(1);
}

.team .img_wrapper:hover img{
    filter: grayscale(0);
}


.team .text_wrapper{
    text-align: center;
    padding: 20px;
}

.team .text_wrapper .title{
    text-transform: capitalize;
    /*font-family: 'Geometria-bold';*/
}

.team .text_wrapper p{
    color: rgb(57, 51, 48, .7);
    font-size: 14px;
    letter-spacing: 0.5px;
}

.team_full .full_wrapp{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.team_full .full_wrapp .quote{
    width: calc(50% - 30px);
    margin: 0 15px;
}

.team_full .full_wrapp .quote img{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.inside-pages {
    z-index: 99;
    position: relative;
    padding: 3rem 0;
}

.full-content .highslide{
    display: block;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 2rem;
}

.full-content img{
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin: 0;
}

.breadcrumb{
    background: transparent;
    /*position: absolute;*/
    /*top: 45px;*/
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    padding-top: 5px;
}

.breadcrumb-list{
    display: -ms-flexbox;
    display: flex;
}

.breadcrumb-list a{
    color: white;
}

.breadcrumb-list .active{
    color: #b0b0b0;
}

.breadcrumb-list li{
    position: relative;
    margin-right: 32px;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.breadcrumb-list li:not(.active)::after{
    position: absolute;
    content: '';
    background: url('../img/right-arrow.svg') no-repeat;
    height: 10px;
    width: 10px;
    background-size: contain;
    top: 8px;
    right: -21px;
}

@media only screen and (max-width: 767.99px){
    .team_full .full_wrapp .quote{
        width: calc(100% - 30px);
        margin-bottom: 15px;
    }
}

/*===================================Modal===========================*/
.modal{
    z-index: 99999;
}

.modal-content {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding-top: 40px;
    position: relative;
}

.modal-header {
    padding: 0 60px 20px 60px;
    border: none;
}

.modal-body {
    padding: 0 60px 60px;
}

 .modal-content .close {
    display: block;
    height: 20px;
    opacity: .5;
    position: absolute;
    right: 40px;
    top: 38px;
    width: 20px;
    z-index: 100;
    padding: 0;
    outline: transparent;
}

.modal-content .close::before, .modal-content .close::after {
    content: '';
    position: absolute;
    background: #282828;
    width: 100%;
    height: 2px;
    left: 0;
}

.modal-content .close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal-content .close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.career p{
    color: #959494;
}

@media only screen and (max-width: 450px){
    .modal-body {
        padding: 0 30px 30px;
    }
}

/*================================Concrete============================*/
.concrete{
    padding: 3rem 0;
}

.concrete h4{
    margin-bottom: 28px;
    /*text-align: center;*/
}

.concrete-page .quote{
    width: calc(50% - 10px);
    margin: 5px;
    float: left;
    height: 350px;
}

.concrete-page .quote img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*.concrete form .btn-submit{*/
/*    width: 25%;*/
/*    background: rgb(229 229 229);*/
/*    color: black;*/
/*    transition: all 0.3s linear;*/
/*    height: 55px;*/
/*}*/

/*.concrete form .btn-submit:hover{*/
/*    background: rgb(185 185 185);*/
/*}*/

/*.concrete input.text:focus, */
/*.concrete textarea:focus, */
/*.concrete select:focus {*/
/*    border: 2px solid #22262a;*/
/*}*/

.qafqaznet_about .order_btn a,
.concrete .order_btn a{
    font-size: 13px;
    border: 2px solid #facb07;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    padding: 17px 28px 17px;
    display: inline-block;
    color: black;
    background-color: white;
    /*font-family: 'Geometria-Medium';*/
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.1px;
    background: #facb07;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.qafqaznet_about .order_btn{
    margin: 0px 0 40px;
}

.btn:focus{
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.qafqaznet_about .btn-pulse,
.concrete .btn-pulse{
    box-shadow: 0 0 0 18px transparent;
    -webkit-animation: inf-pulse 1s;
    animation: inf-pulse 1s;
    animation-iteration-count: infinite;
}

.qafqaznet_about .partners_box{
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

.qafqaznet_about .partners_box .quote{
    width: calc(20% - 10px);
    margin: 5px;
    height: 140px;
    background: #f3f3f3;
    display: flex;
    align-items: center;
    padding: 20px;
}

.qafqaznet_about .partners h4{
    text-align: center;
    margin-bottom: 2rem;
}


@keyframes inf-pulse{
    0% {
        -webkit-box-shadow: 0 0 0 0 #facb07;
        -moz-box-shadow: 0 0 0 0 #facb07;
        -o-box-shadow: 0 0 0 0 #facb07;
        box-shadow: 0 0 0 0 #facb07;
    }
}

@media (min-width: 576px){
    #concreteOrderModal .modal-dialog {
        max-width: 900px !important;
    }
    
    
}

@media (max-width: 912px){
    #concreteOrderModal .modal-dialog {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 991.99px){
    .qafqaznet_about .partners_box .quote{
        width: calc(33.33% - 10px);
    }
}

@media only screen and (max-width: 767.99px){
    .qafqaznet_about .partners_box .quote{
        width: calc(50% - 10px);
    }
}

@media only screen and (max-width: 576px){
    .concrete-page .quote{
        width: calc(100% - 10px);
    }
    
}

@media only screen and (max-width: 467px){
    .qafqaznet_about .partners_box .quote{
        width: calc(100% - 10px);
    }
}

.control-iframe{
    height: 380px;
}



/*===========================Table========================================*/

.tech_fullstory table{
    width: 100%;
    height: 100%;
    border: 1px solid #eeeeee;
}
.tech_fullstory td,
.tech_fullstory th{
    height: 45px;
    padding: 0 15px;
}

.tech_fullstory th{
    /*font-family: 'Geometria-medium';*/
    background: #131313;
    color: white;
}

.tech_fullstory thead th{
    border-collapse: collapse;
    border-right: 1px solid white;
    text-align: center;
}
.tech_fullstory thead th:last-child{
    border-right-color: black;
}

.tech_fullstory tbody tr:nth-child(2) td{
    background: #faedb7;
    color: black;
    text-align: center;
    border: 1px solid #c0c1c2;
    font-weight: bold;
}

.tech_fullstory tr, td{
    border: 1px solid #c0c1c2;
}

/*.tech_fullstory tr td:first-child{*/
/*    font-weight: bold;*/
/*}*/

.tech_fullstory .tech_content{
    height: 100%;
    max-height: 350px;
}

.tech_fullstory .tech_content .quote{
    display: none;
}

.fancybox-image, .fancybox-spaceball{
    background-color: white;
}

.color{
    background: white !important;
}

.tech_fullstory .tech_content img{
    margin: 0;
    border-radius: 0 !important;
    /*max-width: 100%;*/
    height: 100%;
    object-fit: contain;
}

.tech_fullstory .table_wrap{
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    /*height: 100%;*/
}

.tech_fullstory .tech_content .highslide{
    width: 100%;
    height: 100%;
}


/*@media only screen and (max-width: 767.99px){*/
/*    .tech_fullstory .tech_content {*/
/*        height: auto;*/
/*    }*/

/*}*/

.tech_fullstory .table_wrap::-webkit-scrollbar {
    -webkit-appearance: none;
}

.tech_fullstory .table_wrap::-webkit-scrollbar:vertical {
    /*width: 8px;*/
}

.tech_fullstory .table_wrap::-webkit-scrollbar:horizontal {
    height: 8px;
}

.tech_fullstory .table_wrap::-webkit-scrollbar-thumb {
    background-color: rgb(19 19 19);
    border-radius: 2px;
    /*border: 2px solid #ffffff;*/
}

.tech_fullstory .table_wrap::-webkit-scrollbar-track {
    /*border-radius: 10px;*/
    background-color: #f1f1f1;
}

.project_fullstory .highslide{
    width: 100%;
    margin: 0;
    height: 100%;
}

.project_fullstory .highslide img{
    height: 100%;
    object-fit: cover;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.project_fullstory .quote{
    /*width: 350px;*/
    height: 350px;
}



.project_fullstory .owl-carousel .owl-nav{
    margin-top: 35px;
}

.project_fullstory .owl-carousel .owl-nav button.owl-next, 
.project_fullstory .owl-carousel .owl-nav button.owl-prev{
    width: 40px;
    height: 40px;
    font-size: 30px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f0c51e;
}

.project_fullstory .owl-carousel .owl-nav button span{
    position: relative;
    bottom: 2px;
}

.structure-full img{
    width: 100%;
}

.project_fullstory .owl-theme .owl-nav [class*=owl-]:hover{
    color: #000;
    opacity: 0.5;
}

.page_main_section.structure{
    background-image: url('../img/core_structure-img.png');
}

.page_main_section.projects-bg{
    background-image: url('../img/project_bg.png');
}

.page_main_section.reports-bg{
    background-image: url('../img/reports-bg.jpeg');
}

.page_main_section.team-bg{
    background-image: url('../img/team-bg-img.jpeg');
}

.page_main_section.techniques-bg{
    background-image: url('../img/techniques-bg.jpeg');
}

.page_main_section.services-bg{
    background-image: url('../img/services-bg.jpeg');
}

.page_main_section.news-bg{
    background-image: url('../img/news-bg.png');
}

.page_main_section.concrete-bg{
    background-image: url('../img/concrete-bg.jpeg');
}

.page_main_section.career-bg{
    background-image: url('../img/career.jpeg');
    background-position: 100% 50%;
}

.page_main_section.qafqaznet-bg{
    background-image: url('../img/qafqaznet-bg.png');
}

.pagination{
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

.pagination span,
.pagination a{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px;
}

.pagination > span{
    background: #000;
    color: #fff;
    -webkit-box-shadow: rgb(0, 0, 0, 0.2) 0px 1px 5px;
    -moz-box-shadow: rgb(0, 0, 0, 0.2) 0px 1px 5px;
    -o-box-shadow: rgb(0, 0, 0, 0.2) 0px 1px 5px;
    box-shadow: rgb(0, 0, 0, 0.2) 0px 1px 5px;
}

.pagination .nav-icons span,
.pagination .nav-icons a,
.pagination a{
    -webkit-box-shadow: rgb(0, 0, 0, 0.2) 0px 1px 5px;
    -moz-box-shadow: rgb(0, 0, 0, 0.2) 0px 1px 5px;
    -o-box-shadow: rgb(0, 0, 0, 0.2) 0px 1px 5px;
    box-shadow: rgb(0, 0, 0, 0.2) 0px 1px 5px;
    background: white;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.pagination .nav-icons span:hover,
.pagination .nav-icons a:hover,
.pagination a:hover{
    background: rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 991.99px){
    .project_fullstory .quote{
        /*width: 350px;*/
        height: 160px;
    }
}

@media only screen and (max-width: 499.99px){
    .project_fullstory .quote{
        /*width: 350px;*/
        height: 300px;
    }
}


/*===========================Structure full story==================*/

.content_wrap{
    background-color: white;
    margin-top: -200px;
    padding: 50px;
    z-index: 9999;
    position: relative;
}

#chart-container {
    font-family: Arial;
    /*height: 420px;*/
    /*border: 2px dashed #aaa;*/
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
    
    .orgchart {
      background: #fff; 
    }
    .orgchart td.left, .orgchart td.right, .orgchart td.top {
      border-color: #facb07;
    }
    .orgchart td>.down {
      background-color: #aaa;
    }
    .orgchart .middle-level .title {
      background-color: #9e9d9b;
    }
    .orgchart .middle-level .content {
      border-color: #facb07;
    }
    .orgchart .product-dept .title {
      background-color: #9e9d9b;
    }
    .orgchart .product-dept .content {
      border-color: #facb07;
    }
    .orgchart .rd-dept .title {
      background-color: #9e9d9b;
    }
    .orgchart .rd-dept .content {
      border-color: #facb07;
    }
    .orgchart .pipeline1 .title {
      background-color: #9e9d9b;
    }
    .orgchart .pipeline1 .content {
      border-color: #facb07;
    }
    .orgchart .frontend1 .title {
      background-color: #9e9d9b;
    }
    .orgchart .frontend1 .content {
      border-color: #facb07;
    }
    
    .structure-full tr, 
    .structure-full td{
        border: none;
    }
    .structure-full.static_section{
        padding-bottom: 0;
    }
    .structure-full .content_wrap {
        padding: 50px 0;
    }
    .orgchart .node .title{
        white-space: inherit;
        min-height: 50px;
        height: 100%;
        background-color: #9e9d9b;
        line-height: inherit;
        padding: 4px 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
    }
    
    .orgchart .node .edge{
        display: none;
    }
    
    .orgchart .nodes td table {
        width: 100%;
    }
    
    .orgchart .node{
        max-width: 123px;
        padding: 0;
    }

    .orgchart .node.focused,
    .orgchart .node:hover{
        background-color: transparent;
    }
    
    .orgchart .lines .downLine{
        background-color: #facb07;
    }
    
    .orgchart .lines .rightLine{
        border-right: 1px solid #facb07;
    }
    
    .orgchart .lines .leftLine{
        border-left: 1px solid #facb07;
    }
    
    .orgchart .lines .topLine{
        border-top: 2px solid #facb07;
    }
    
    .orgchart .node .content{
        border: 1px solid #facb07;
        height: auto;
        background-color: black;
        color: white;
        overflow: visible;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        margin-top: 10px;
        position: absolute;
        bottom: -42px;
        left: 0;
        padding: 10px;
        border: none !important;
        border-radius: 5px;
        transition: 0.3s ease;
        opacity: 0;
    }
    
    .orgchart .node .content:before{
        content: '';
        position: absolute;
        background: black;
        width: 12px;
        height: 12px;
        top: 0px;
        transform: rotate(45deg) translateX(-50%);
        left: 50%;
    }
    
    .orgchart .node:hover .content{
        opacity: 1;
    }
    
    .fa-group:before, .fa-users:before{
        content: none;
    }
    
    .orgchart{
        min-width: auto;
        padding: 0;
    }
    
    .orgchart .node{
        width: 100%;
    }
    

/*==============================Whatsapp=============================*/

.wp{
    display: none;
    height: 55px;
    background-color: #0DC143;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}

.wp >div{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.wp a{
    color: white;
    /*font-family: 'Geometria-bold';*/
    font-size: 14px;
}

.wp i{
    font-size: 16px;
    margin-right: 5px;
}

@media only screen and (max-width: 1399.99px){
    .techniques .img_wrapper{
        height: 310px;
    }

}

@media only screen and (max-width: 1199.99px){
    .techniques .img_wrapper{
        height: 254px;
    }
    
    .techniques .card-title{
        font-size: 18px;
    }
}

@media only screen and (max-width: 991.99px){
    
    .wp{
        display: block;
    }
    
    footer{
        margin-bottom: 55px;
    }

    .techniques .img_wrapper {
        height: 178px;
    }
    
    .orgchart>table{
        transform: scale(0.8);
    }
}

@media only screen and (max-width: 767.99px){
    .techniques .img_wrapper{
        height: 254px;
    }
    
    .orgchart{
        margin-top: -30%;
        max-height: 500px;
    }
    
    .orgchart>table{
        transform: scale(0.5);
    }
    
}

@media only screen and (max-width: 467.99px){
    .techniques .img_wrapper{
        height: auto;
    }
    
    .orgchart{
        margin-top: -50%;
    }
    
    .orgchart>table{
        transform: scale(0.35);
    }
}


@media only screen and (min-width: 1400px){
    .container{
        max-width: 1320px;
    }
}

@media only screen and (max-width: 476.99px){
    .team .img_wrapper{
        width: 245px;
        height: 245px;
    }
    
    .team .content_wrap {
        padding: 50px 0px;
    }
}

