*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Gilroy', Arial, sans-serif;
    /*margin: 0 60px;*/
}

/*Map color*/
[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+ */
}

ul{
    list-style: none;
}

a{
    color: black;
    outline: none;
}

.btn:focus,
button:focus{
    outline: none;
    box-shadow: none;
}

.page_content ul{
    padding-left: 20px;
}

.page_content li{
    position: relative;
    padding-left: 24px;
}

.page_content li::before {
    background: url('../img/checkmark.svg');
    width: 18px;
    height: 18px;
    position: absolute;
    content: '';
    top: 2px;
    left: -3px;
    background-size: contain !important;
    background-repeat: no-repeat;
}

table th, td{
    border: 1px solid #e5e5e5;
    /*height: 40px;*/
    padding: 10px;
}

table tbody tr:nth-child(even){
    background: #f2f2f2;
}

thead{
    background: black;
    color: white;
}

.bg_gray{
    background: #efefef;
}

 .fixed {
    position: fixed;
    width: 100%;
    background-color: #fff;
    top: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    left: 0;
    z-index: 999;
    box-shadow: -2px 1px 8px 0 hsl(0deg 0% 77% / 80%);
} 

header{
    background-color: #fff;
    padding: 0 60px;
}

header .logo{
    padding: 10px 0 !important;
}

header .logo a{
    align-items: center;
    display: block;
    margin: 0 auto;
}

header .logo img{
    height: 75px;
    
}

header nav{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between !important;
    padding: 0 !important;
}

header .toggle_btn {
    display: none;
}

header .nav_menu{
    display: flex;
    align-items: center;
    font-size: 13px;
    height: 95px;
}

header .order_btn a{
    position: relative;
    padding-left: 50px;
    padding-right: 0;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-property: color;
    letter-spacing: 1px;
    font-size: 12px;
    background-color: #f2f2f2;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: lowercase;
}

header .menu_bar {
    text-transform: uppercase;
    padding: 0 35px;
    height: 100%;
}

.menu_active{
    color: #ffca28 !important;
}

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

header .dropdown_menu li:hover{
    background: black !important;
    
}

header .dropdown_menu li:hover a{
    opacity: 1 !important;
    color: white !important;
}

header .dropdown {
    position: relative;
}
  
/* header .dropdown:hover .dropdown_menu li,
header .dropdown:focus .dropdown_menu li,
header .dropdown:active .dropdown_menu li{
    display: block;
} */
  
header .dropdown_menu {
  overflow: hidden;
  list-style: none;
  position: absolute;
  padding: 0;
  width: max-content;
  left: -20px;
  top: 95px;
  z-index: 1001;
}

header .dropdown_menu div {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: all 0.5s 0.1s;
    -moz-transition: all 0.5s 0.1s;
    -ms-transition: all 0.5s 0.1s;
    transition: all 0.5s 0.1s;
    position: relative;
    height: 0;
}

header .dropdown_menu li {
    display: block;
    /*padding: 10px 20px;*/
    width: 100%;
    background: #ffca28 !important;
}
  
header .dropdown_menu li a{
    display: block;
    padding: 6px 20px;
}

header .dropdown_menu li:first-child a {
    padding-top: 15px;
}

header .dropdown_menu li:last-child a {
    padding-bottom: 15px;
}
  
header .nav_list #marker {
    height: 2px;
    background: #ffca28 !important;
    position: absolute;
    bottom: 0;
    width: 50px;
    z-index: 2;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s;
    left: 18px;
  }
  
   header .toggle_btn{
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    /*width: 80px;*/
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 444;
    margin-top: 8px;
}

header .toggle_btn input{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  right: 0;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
header .toggle_btn span{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #000;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
  opacity 0.55s ease;
  margin-left: auto;
}

header .toggle_btn span:first-child{
  transform-origin: 0% 0%;
}

header .toggle_btn span:nth-last-child(2){
  transform-origin: 0% 100%;
}
  

header .toggle_btn input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(1px, -1px);
  background: #fff;
}

/*
 * But let's hide the middle one.
 */
header .toggle_btn input:checked ~ span:nth-last-child(2){
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

header .toggle_btn input:checked ~ span:nth-last-child(1){
  transform: rotate(-45deg) translate(-1px, -1px);
}

#menu.open{
    transform: none;
}

#menu .order_btn{
    display: none;
}

header .language_wrapper{
    display: none;
}

header .dropdown_menu .dropdown_active_li{
    background: #000 !important;
}

header .dropdown_active_li a{
    color: #fff;
}

@media only screen and (min-width: 991.99px){
    
    header .dropdown:hover ul div {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        height: 100%;
    }
    
    header .menu_bar .nav_list{
        margin-bottom: 0;
        height: 100%;
    }
    
    header .menu_bar .list_wrapp{
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
        font-weight: 200;
        position: relative;
        align-items: center;
        height: 100%;
    }
    
    header .menu_bar .nav_list .list_wrapp>li{
        margin: 0 16px;
        position: relative;
        height: 100%;
    }
    
    header .menu_bar .nav_list .list_wrapp>li>a{
        color: black;
        transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        padding: 4px 0;
        height: 100%;
        line-height: 95px;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 1px;
    }
    
    header .menu_bar .nav_list .list_wrapp>li:hover>a{
        color: #ffca28;
    }
    
    header .menu_bar .list_wrapp{
        display: flex;
    }
    
    header nav .order_btn a::before, 
    header nav .order_btn a::after {
        content: "";
        display: block;
        width: 40px;
        height: 1px;
        position: absolute;
        top: calc(50% - 1px);
        left: 0;
        margin-right: 10px;
        background-color: #3d3d3d;
    }
    
    header nav .order_btn a::after {
        left: 0;
        width: 0;
        background-color: #e4e4e4;
        transition-duration: .3s;
        transition-timing-function: ease;
        transition-property: width;
    }
    
    header nav .order_btn a:hover {
        color: #e4e4e4;
    }
    
    header nav .order_btn a:hover:after {
        width: 40px;
    }
    
    .language_wrapper{
        position: absolute;
        left: -143px;
        top: 280px;
        transform: rotate(-90deg);
        /*font-size: 14px;*/
        letter-spacing: 1.8px;
        height: 60px;
    }
}


@media only screen and (max-width: 991.99px){
    .navbar{
        position: static;
    }
    header .toggle_btn {
        display: block;
        position: relative;
    }
    
    header .nav_menu{
        height: auto;
    }
    
    header .language_wrapper{
        display: block;
        margin-bottom: 4rem;
    }
    
    header .language_wrapper ul{
        flex-direction: row;
    }
    
    header .language_wrapper li:first-child{
        margin-left: 0;
    }
    
    header .language_wrapper .active::before{
        height: 2px;
    }
    
    header .language_wrapper .active a{
        color: #ffca28;
    }
    
    header #menu{
        background: #000;
        display: flex;
        flex-direction: column;
        /*justify-content: center;*/
        align-items: center;
        z-index: 44;
        height: 100vh;
        color: black;
        position: fixed;
        right: 0;
        width: 90%;
        transform-origin: 0% 0%;
        transform: translate(100%, 0);
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
        top: 0;
        padding: 110px 25px;
        overflow-y: auto;
    }
    
    header .menu_bar .nav_list>li{
        height: auto;
    }
    
    header .menu_bar .list_wrapp>li>a{
        line-height: 1.5;
        padding: 20px 0;
        color: #fff;
        text-align: center;
        font-weight: 500;
        transition: 0.2s linear;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    }
    
    header .menu_bar .list_wrapp>li:first-child>a{
        border-top: 1px solid rgba(255, 255, 255, 0.25);
    }
    
    header .menu_bar .list_wrapp{
        width: 100%;
    }
    
    header .dropdown_menu{
        position: relative;
        top: 0px;
        left: 0;
        display: none;
        width: 100%;
    }
    
    header .dropdown ul div {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        height: 100%;
    }
    
    header .menu_bar .list_wrapp>li a:hover{
        opacity: 1;
        color: #ffca28;
    }
    
    header .order_btn{
        display: none;
    }
    
    #menu .order_btn{
        display: block;
        margin-top: 20px;
        text-align: center;
    }
    
    header #menu .order_btn a{
        padding: 15px 25px 10px;
        border-radius: 4px;
        background: #ffca28;
        color: black;
        font-weight: 500;
        font-size: 12px;
        text-transform: uppercase;
        box-shadow: 0px 3px 14px rgb(255 202 40);
        -webkit-transition: 0.2s linear;
        -moz-transition: 0.2s linear;
        -o-transition: 0.2s linear;
        transition: 0.2s linear;
    }
    
    header #menu .order_btn a:hover{
        box-shadow: none;
    }
    
    header .language_wrapper li a{
        color: #fff;
    }
    
    header .nav_menu{
        display: block;
    }
    
    
}

.language_wrapper ul{
    display: flex;
    flex-direction: row-reverse;
    margin: 0;
    text-transform: uppercase;
}

.language_wrapper li{
    margin-left: 35px;
}

.language_wrapper li a{
    display: block;
    /*padding: 24px 0 23px;*/
    font-size: 12px;
    font-weight: 500;
    
    height: 60px;
    line-height: 60px;
}

.language_wrapper .active{
    position: relative;
}

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

/* .language_wrapper a{
    padding: 15px;
} */

/* Main Section */
main{
    height: 600px;
    padding: 0 60px; 
}

main .carousel{
    overflow: hidden;
}

main .carousel-inner img{
    height: 100%;
    object-fit: cover;
}
main .carousel-item{
    height: 100%;
}
main .carousel-inner{
    height: 600px;
    position: relative;
}

main .carousel-control-prev{
    justify-content: flex-start;
}

main .carousel-control-prev,
main .carousel-control-next{
    width: 10%;
}

 main .carousel-control-prev,
main .carousel-control-next{
    width: 85px;
    height: 90px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: black;
}

main .carousel-control-prev-icon, 
main .carousel-control-next-icon{
    height: 80px;
    width: 60px;
    background-color: transparent;
}

main .carousel-control-prev{
    left: -50px;
}

main .carousel-control-next{
    right: -50px;
}

main .carousel-control-prev-icon{
    transform: translateX(35px);
}

main .carousel-control-next-icon{
    transform: translateX(-35px);
} 

main .carousel-control-next{
    justify-content: flex-end;
}


/*main .carousel-control-prev-icon, */
/*main .carousel-control-next-icon{*/
/*    height: 80px;*/
/*    width: 35px;*/
/*    border-radius: 0;*/
/*    background-color: black;*/
/*}*/

main .carousel-indicators li{
    width: 30px;
    height: 3px;
    border-radius: 0;
}

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

main .overlay{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffca28d6;
}

main .carousel-caption{
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
}

main .carousel-caption h3{
    font-size: 28px;
    font-weight: 300;
    color: #353535;
}

main .carousel-caption h1{
    font-size: 132px;
    font-weight: 900;
    color: #503c00;
    text-transform: lowercase;
    letter-spacing: -5.265px;
    white-space: nowrap;
}

main .carousel-caption .more_btn{
    margin-top: 45px;
}

main .carousel-caption a{
    padding: 20px 60px;
    font-size: 16px;
    background: #000;
    color: #fff;
    margin-top: 45px;
    font-weight: 700;
    letter-spacing: 0.5px;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

main .carousel-caption a:hover{
    box-shadow: 5px 5px 15px rgb(0 0 0 / 30%);
}

.page-bg-img{
    height: 450px;
    margin: 0 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* =================================Services section================== */


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

.page_padding{
    padding: 5rem 0 !important;
}

.main-services .services_box .box_item{
    width: calc(33.33% - 4px);
    margin: 2px;
    height: 244px;
    position: relative;
    float: left;
    
}

.services .services_box .box_item .wrap .title{
    border-bottom: 1px solid #ffca28;
    padding: 0 0 8px;
    width: max-content;
}

.services .services_box .box_item:first-child a{
    display: block;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.services .box_item:first-child .wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.services .box_item:first-child .wrap h2{
    position: sticky;
    top: auto;
    left: auto;
    transform: inherit;
}

.services .services_box .box_item:first-child .wrap img{
    width: 50px;
    height: auto;
    object-fit: contain;
    margin-bottom: 15px;
}

.services .box_item:not(:first-child) a{
    position: relative;
    display: block;
    height: 100%;
    
}

.services-cat .box_item a:before,
.services .box_item:not(:first-child) a::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.3s linear;
}

.services-cat .box_item a:hover::before,
.services .box_item:not(:first-child) a:hover::before{
    background: rgba(0, 0, 0, 0.6);
}

.services .services_box .box_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* filter: brightness(0.8); */
}

.services .box_item .title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: 500;
    font-size: 21px;
    width: 100%;
    text-align: center;
    padding: 0 10px;
}

.main-services .services_box .box_item:nth-child(1){
    width: calc(50% - 4px);
    height: 364px;
    background: #000000db;
    float: left;
}

.main-services .services_box .box_item:nth-child(2),
.main-services .services_box .box_item:nth-child(3),
.main-services .services_box .box_item:nth-child(4),
.main-services .services_box .box_item:nth-child(5){
    width: calc(25% - 4px);
    height: 180px;
    float: left;
}


/* ===============================Projects section============== */

.projects{
    padding: 1rem 0;
}

.projects .project_box {
    position: relative;
}

.projects .img_wrap{
    height: 250px;  
    overflow: hidden;
}

.projects .project_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in;
}

.projects .project_box:hover img{
    transform: scale(1.05);
    will-change: transform;
}
.projects .project_box .title_wrap{
    padding-top: 12px;
}
.projects .project_box .title_wrap small{
    text-transform: uppercase;
    color: #ffca28;
    font-weight: bold;
}

.projects .project-right{
    display: flex;
    flex-direction: column;
    /* height: 250px; */
}

.projects .project-right a{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.projects .project-right .project_box {
    height: 100% !important;
}

.projects .project-right .project_box{
    margin-bottom: 14px;
}

.projects .project-right .img_wrap{
    width: 50%;
    height: 118px;
}

.projects .project-right .title_wrap{
    width: 50%;
    padding: 0 15px;
    
}

.projects .project-right .title_wrap h2{
    font-size: 15px !important;
    
}

.projects .project-right .title_wrap p{
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 14px 0 0;
    color: #929292;
}

.projects .project_box .title_wrap h2{
    font-size: 22px;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 0;
}

.section_title h2{
    margin-bottom: 30px;
    position: relative;
    font-weight: 500;
    letter-spacing: 1.8px;
    padding-left: 60px;
}

.section_title h2::before{
    position: absolute;
    content: '';
    top: 50%;
    width: 50px;
    background: black;
    height: 1px;
    left: 0;
}


.projects .project-right .project_box:nth-child(1),
.projects .project-right .project_box:nth-child(2){
    display: none;
}


/* ============================Techniques===================== */

.inside_page_padding{
    padding-bottom: 5rem;
}

.techniques .item a{
    display: block;
    font-size: 18px;
    color: #a2a2a2;
    letter-spacing: 0.8px;
}
.techniques .item .more{
    position: relative;
    width: max-content;
}
.techniques .item .more::before{
    position: absolute;
    content: '';
    background: url(../img/icon-arrow.svg);
    background-size: contain;
    height: 15px;
    width: 20px;
    background-repeat: no-repeat;
    right: -34px;
    top: 7px;
    transition: 0.3s ease;
}

.techniques .item .more:hover::before{
    right: -40px;
}

.techniques .item img{
    height: 255px;
    width: 100%;
    object-fit: cover;
}

.techniques .item p{
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 10px;
}

.techniques .owl-carousel .owl-nav button.owl-next, 
.techniques .owl-carousel .owl-nav button.owl-prev{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: white;
    box-shadow: 0 12px 40px 0 hsl(0deg 0% 77% / 80%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    transition: 0.3s linear;
}

.techniques .owl-carousel .owl-nav button.owl-prev{
    left: -12px;
}

.techniques .owl-carousel .owl-nav button.owl-next{
    right: -12px;
}

.techniques .owl-theme .owl-nav [class*=owl-]:hover{
    background: black;
}

.techniques .owl-carousel .owl-nav button.owl-next span, 
.techniques .owl-carousel .owl-nav button.owl-prev span{
    font-size: 28px;
    height: 100%;
    display: block;
    margin-top: 3px;
}

.techniques-category .item{
    width: calc(33.33% - 20px);
    margin: 10px;
    /*padding: 20px 15px;*/
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    transition: 0.3s ease;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%), 0 2px 10px 0 rgb(0 0 0 / 10%);
    overflow: hidden;
}

.techniques .item:hover .more::before{
    right: -42px;
}

.techniques .carousel_wrap .item img{
    transition: 0.3s ease;
}

.techniques .owl-carousel.owl-drag .owl-item{
    padding: 15px;
}

.techniques .carousel_wrap .item{
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%), 0 2px 10px 0 rgb(0 0 0 / 10%);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    overflow: hidden;
}

.techniques .carousel_wrap .techniques_info{
    min-height: 121px;
}

.techniques .techniques_description .quote{
    display: none;
}

.techniques .techniques_name {
    /*margin-bottom: 15px;*/
    display: block;
    color: #c3c3c3;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: -34px;
    background: white;
    padding: 10px 20px;
    min-width: 80px;
    text-align: center;
    min-height: 30px;
}

.techniques .techniques_info {
    padding: 20px;
    position: relative;
}

.techniques .techniques_description {
    font-size: 15px;
}

/* ============================Social icons===================== */

.social{
    text-align: center;
    padding: 4rem 0;
    background: #f2f2f2;
    /*margin-left: -60px;*/
    /*margin-right: -60px;*/
}

.social h2{
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 60px;
}

.social .social-links {
    display: flex;
    justify-content: center;
  }
  
.social  .social-links a {
    width: 70px;
    height: 70px;
    text-align: center;
    text-decoration: none;
    color: #000;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05);
    margin: 0 26px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s;
  }
  
.social .social-links a .fab {
    font-size: 25px;
    line-height: 70px;
    position: relative;
    z-index: 10;
    transition: color 0.5s;
  }
  
.social .social-links a::after {
    content: "";
    width: 100%;
    height: 100%;
    top: -90px;
    left: 0;
    background: #000;
    /* background: linear-gradient(-45deg, #ed1c94, #ffec17); */
    position: absolute;
    transition: 0.5s;
}

.social .social-links a.facebook::after{
    background: #3b5998;
}

.social .social-links a.instagram::after{
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.social .social-links a.twitter::after{
    background: #55acee;
}
.social .social-links a.youtube::after{
    background: #c4302b;
}

.social .social-links a.linkedin::after{
    background: #0077B5;
}
  
.social .social-links a:hover::after {
    top: 0;
  }
  
.social .social-links a:hover .fab {
    color: #fff;
  }
  
.social .social-links a:hover {
    transform: translateY(-10px);
  }
  


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

footer{
    /*margin-left: -60px;*/
    /*margin-right: -60px;*/
}

footer .footer-top{
    background: black;
    padding: 3rem 60px;
    color: white;
    font-size: 16px;
}

footer .footer-top h3{
    font-size: 18px;
    margin-bottom: 25px;
}

footer .second_list{
    column-count: 2;
}

footer .footer-top a{
    color: #afadad;
    font-size: 14px;
    transition: 0.3s linear;
}

footer .footer_list li{
    padding-right: 5px;
    margin-bottom: 3px;
}

footer .footer_list li a:hover{
    color: #ffca28;
}

footer .footer_list li a{
    position: relative;
}

footer .footer_list li a:before {
    position: absolute;
    content: '';
    width: 0;
    left: 0;
    bottom: -3px;
    transition: 0.3s linear;
    height: 1px;
    background: #ffca28;
}

footer .footer_list li a:hover::before{
    width: 100%;
}

footer .logo-wrap img{
    width: 80px;
}

footer .footer-bottom{
    padding: 10px 60px;

}

footer .column_second{
    display: flex;
    /* justify-content: center; */
}

footer .row .footer_box:nth-child(1){
    width: 13%;
    padding: 0 10px;
}

footer .row .footer_box:nth-child(2){
    width: 47%;
    padding: 0 10px;
}

footer .row .footer_box:nth-child(3){
    width: 40%;
    padding: 0 10px;
}

footer .column_three .footer_list{
    /* display: flex;
    justify-content: flex-end; */
    column-count: 2;
}

footer .social_icons{
    margin-top: 3rem;
}

footer .social_icons ul{
    display: flex;
    align-items: center;
}

footer .social_icons ul li{
    margin-right: 16px;
}

footer .social_icons i{
    font-size: 14px;
}

footer .social_icons li a{
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50%;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s linear;
    border: 1px solid black;
}

footer .wrapper p{
    font-size: 11px;
    padding-top: 5px;
}

footer .social_icons li a:hover{
    background: black;
    color: white;
    border: 1px solid white;
}

/*==========================modal=====================*/

.modal-dialog.price {
    max-width: unset;
    width: 600px;
}

.modal-content {
    padding: 15px 40px 0px !important;
    border-radius: 8px;
}

.modal-body{
    padding: 0;
}

.modal-header{
    margin: 0 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #ffca28;
}

.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 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

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

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

.control-iframe{
    height: 900px;
}


/*===============================Contact========================*/

#map{
    height: 400px;
}

.page_head{
    /*height: 700px;*/
    margin: 0 60px;
    background: #ffca28;
    padding: 132px 0;
}

.contact .contact_info h2{
    font-size: 70px;
    font-weight: 900;
    letter-spacing: -4.05px;
    white-space: nowrap;
}

.contact .contact_info p{
    color: #353535;
}

.contact .info_content {
    padding-top: 30px;
    font-size: 24px;
} 

.contact .info_content span{
    font-weight: 600;
}

.contact_bottom{
    padding: 60px;
}

.contact_bottom .img_wrap img{
    width: 150px;
}
    
.contact_bottom .info_content h4{
    margin-bottom: 25px;
    font-weight: 700;
}

.contact_bottom .info_content p{
    font-size: 16px;
    line-height: 25px;
}

.content_wrapper{
    padding: 55px 60px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    margin-top: -70px;
    background: white;
    position: relative;
}

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

.contact_bottom .social{
    text-align: left;
    padding: 0;
    background: transparent;
}

.contact_bottom .social .social-links{
    justify-content: flex-start;
}

.contact_bottom .social .social-links a{
    width: 45px;
    height: 45px;
    margin: 0 8px;
    box-shadow: 0 0 10px 0px rgb(0, 0, 0, 0.08);
}

.contact_bottom .social .social-links i{
    font-size: 17px !important;
    line-height: 45px !important;
}

/*========================page inside=========================*/

.inside-pages .quote:first-child,
.static_page .quote:first-child{
    width: 45%;
    margin: 0 auto 15px;
    height: 300px;
}

.inside-pages .services-wrap .quote img{
    object-fit: cover;
}

.inside-pages .quote img,
.static_page .quote img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    margin: 0 auto;
    object-fit: contain;
}

.techniques .content_wrapper{
    padding: 40px 60px 20px;
}

.services .content_wrapper{
    padding: 55px 60px;
}

.projects .content_wrapper{
    padding: 55px 60px 0px;
}

.breadcrumb{
    background-color: transparent;
    padding: 0;
}

.breadcrumb-list{
    display: flex;
    margin-bottom: 0;
    flex-wrap: wrap;
}

.breadcrumb-list li{
    margin-left: 5px;
}

.breadcrumb-list a{
    color: #fff;
}

.breadcrumb-list .active{
    opacity: 0.7;
}

.page_title_wrapper .wrapper{
    position: relative;
}

.page_title{
    position: absolute;
    bottom: 70px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
}


.page_title .title_wrap h2{
    margin: 0;
    font-weight: 600;
    font-size: 45px;
    letter-spacing: 1px;
    text-shadow: 1px 1px #000;
}

.page_title .breadcrumb{
    right: 0;
}

.page_title_wrapper{
    position: relative;
}

.page_title_wrapper .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to top, rgb(255 202 40 / 60%) 8%, rgb(0 0 0 / 48%) 82%);
}

.services-cat .services_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.services-cat .services_box .box_item {
    position: relative;
    margin: 2px;
}

.services-cat .services_box .box_item{
    width: calc(50% - 4px);
    height: 230px;
}

.services-cat .services_box .box_item:nth-child(5), 
.services-cat .services_box .box_item:nth-child(6), 
.services-cat .services_box .box_item:nth-child(7),
.services-cat .services_box .box_item:nth-child(12),
.services-cat .services_box .box_item:nth-child(13),
.services-cat .services_box .box_item:nth-child(14){
    width: calc(33.33% - 4px);
    /*height: 245px;*/
}

.bg_overlay{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
    display: none;
}

/*.project-info .img_wrap{*/
/*     display: flex;*/
/*     flex-wrap: wrap;*/
/*     justify-content: center;*/
/*}*/

.project-info .project-wrap .quote{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
    margin-bottom: 30px;
}

.project-info .project-wrap .quote>div{
    width: calc(33.33% - 10px);
    margin: 5px;
}

.project-info .project-wrap .quote img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
}

.project-info .text-wrap{
    margin: 0 5px;
}

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

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

/*=======================responsive============================*/

@media only screen and (max-width: 1354px){
    
    main .carousel-caption h1{
        font-size: 110px;
    }
}

@media only screen and (min-width: 991.99px) and (max-width: 1290px){
    
     .page_title_wrapper .wrapper{
        width: 90%;
        margin: 0 auto;
    }
    
    .content_wrapper{
        width: 90%;
        margin: -70px auto 0;
    }
}

@media only screen and (max-width: 1199px){
    main .carousel-caption h1{
        font-size: 90px;
    }
    
    main .carousel-caption h3{
        font-size: 20px;
    }
    
    header .menu_bar .nav_list>li{
        margin: 0 12px;
    }
}

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

@media only screen and (max-width: 1300px){
    footer .row .footer_box:nth-child(1){
        width: 18%;
    }
    
    footer .row .footer_box:nth-child(2){
        width: 48%;
    }
    
    footer .row .footer_box:nth-child(3){
        width: 34%;
    }
}

@media only screen and (max-width: 1199px){
    .projects .project_box .title_wrap h2{
        font-size: 18px;
    }
    
    .projects .project-right .title_wrap h2{
        font-size: 14px !important;
    }
    
    .techniques-category .item{
        width: calc(50% - 20px);
    }
}


@media only screen and (max-width: 991.99px){
    footer .second_list,
    footer .column_three .footer_list{
        column-count: 1;
    }
    
     
    .main-services .services_box .box_item{
        width: calc(50% - 4px) !important;
    }
    
    .main-services .services_box .box_item:nth-child(4), 
    .main-services .services_box .box_item:nth-child(5),
    .main-services .services_box .box_item:nth-child(6){
        width: calc(33.33% - 4px) !important;
        height: 180px;
    }
    
    .main-services .box_item:not(:first-child) .title{
        font-size: 18px;
    }
    
    .services-cat .services_box .box_item{
        width: calc(50% - 4px) !important;
    }
    
    /*.services-cat .services_box .box_item:nth-child(3),*/
    /*.services-cat .services_box .box_item:nth-child(4),*/
    /*.services-cat .services_box .box_item:nth-child(7){*/
    /*    width: calc(100% - 4px) !important;*/
    /*}*/
    
    
    main {
        height: 400px;
        padding: 0;
    }
    
    main .carousel-inner{
        height: 400px;
    }
    
    .language_wrapper {
        display: none;
    }
    
    .page-bg-img{
        margin: 0;
    }
    
    .services .content_wrapper {
        padding: 35px 35px;
    }
    
    .content_wrapper{
        padding: 40px;
    }
    
    .techniques .content_wrapper{
        padding: 25px 40px 12px;
    }
    
    .projects .content_wrapper{
        padding: 45px 40px 0px;
    }
    
    .contact_bottom .row>div:not(:last-child){
        margin-bottom: 40px;
    }
    
    .contact_bottom .info_content h4{
        margin-bottom: 20px;
    }
    
    .page_title .title_wrap h2{
        font-size: 35px;
    }
    
    .project-info .img_wrap .quote{
        width: calc(50% - 10px);
        margin-bottom: 15px;
    }
    
    .project-info .project-wrap .quote>div{
        width: calc(50% - 10px);
    }
    
}

@media only screen and (max-width: 768px){
    .social .social-links a{
        width: 55px;
        height: 55px;
        margin: 0 12px;
    }
    
    .social .social-links a .fab{
        font-size: 19px;
        line-height: 55px;
    }
    
    footer .row .footer_box{
        width: 100% !important;
        margin-bottom: 20px;
    }
    
    .main-services .services_box .box_item:first-child,
    .main-services .services_box .box_item:nth-child(4){
        width: calc(100% - 4px) !important;
    }
    
    .main-services .services_box .box_item:nth-child(5),
    .main-services .services_box .box_item:nth-child(6){
        width: calc(50% - 4px) !important;
    }
    
    header{
        padding: 0 30px;
    }
    
    
    .contact .contact_info h2{
        font-size: 45px;
        letter-spacing: -3.05px;
    }
    
    .contact_bottom .row>div{
        margin-bottom: 30px;
    }
    
    /*.contact_bottom .row>div:first-child{*/
    /*    display: none;*/
    /*}*/
    
    main .carousel-caption h3{
        font-size: 16px;
    }
    
    main .carousel-caption h1{
        font-size: 50px;
        letter-spacing: -2.265px;
    }
    
    .inside-pages .quote:first-child,
    .static_page .quote:first-child{
        width: 100%;
        height: auto;
    }
    
    .page_head{
        margin: 0;
    }
    
    .techniques-category .item{
        width: calc(100% - 20px);
    }
    
    .page_title .title_wrap h2{
        font-size: 32px;
    }
    
    .project-info .img_wrap .quote{
        width: calc(100% - 10px);
    }
    
    .project-info .project-wrap .quote>div{
        width: calc(100% - 10px);
    }
}


@media only screen and (max-width: 600px){
     .techniques .owl-carousel .owl-nav button.owl-prev{
        left: -15px;
    }
    
    .techniques .owl-carousel .owl-nav button.owl-next{
        right: -15px;
    }
    
    .modal-dialog.price{
        width: auto !important;
    }
    
}

@media only screen and (max-width: 576px){
    .services .services_box .box_item:nth-child(1),
    .services .services_box .box_item:nth-child(2),
    .services .services_box .box_item:nth-child(3),
    .services .services_box .box_item:nth-child(4),
    .services .services_box .box_item:nth-child(5),
    .services .services_box .box_item:nth-child(6),
    .services .services_box .box_item:nth-child(7),
    .services .services_box .box_item:nth-child(8){
        width: calc(100% - 4px) !important;
        height: 220px;
    }
    
    
}


@media only screen and (max-width: 400px){
    .social .social-links a{
        width: 35px;
        height: 35px;
        
    }
    
    .social .social-links a .fab{
        font-size: 15px;
        line-height: 35px;
    }
    
    header .language_wrapper li{
        margin-left: 22px;
    }
    
    main .carousel-caption h1{
        font-size: 40px;
    }
    
    .techniques .item img{
        height: 200px;
    }
   
}
