@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap');



/* ==================================================

                reset

================================================== */

body {

    background-color: #f1f3f7;



}

body,ul,li,h1,h2,h3,h4,h5,h6,a,p {

    font-weight: 400;

    font-family: 'Montserrat', sans-serif;

}

body,ul, li {

    margin: 0;

    padding: 0;

}

ul li {

    list-style: none;

}

b, strong{

    font-weight: 700;

}

a {

    color: #0bf;

}

a:hover,

a:focus,

button:focus {

    text-decoration: none;

    outline: none;

}

button {

    cursor: pointer;

}

p {

    font-size: 14px;

    line-height: 22px;

}

@-webkit-keyframes autofill {

    to {

        color: #000;

        background: #fff;

    }

}

input:-webkit-autofill {

    -webkit-animation-name: autofill;

    -webkit-animation-fill-mode: both;

}



/* ==================================================

                header style start

================================================== */
.top__bar {
    background-color: #292c35;
    min-height: 40px;
}

.top__right__menu li {

    display: inline-block;

    position: relative;

}
.header__text {
    height: 60px;
    overflow: hidden;
    position: relative;
}
.top__right__menu li a {
    color: #eaedf4;
    font-size: 14px;
    line-height: 40px;
    display: block;
    transition: all .3s ease;
}
.top__right__menu li a:hover,
.social__nav li a:hover {
    color: #f36c00;
}
.top__right__menu li:not(:last-child) {

    margin-right: 30px;

}

.top__right__menu li:not(:last-child):after {

    content: "";

    position: absolute;

    right: -15px;

    top: 0;

    bottom: 0;

    width: 1px;

    background-color: #636a7d;

}

.top__right__menu {

    text-align: right;

}
.header_float {
    transition: all .3s ease;
    top: -40px;
}
.mast_head.fixed .header_float {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
}


.topMenu {

    padding: 10px 0;

}
.header__text ul li {
    margin-bottom: 10px;
}

.header__text ul li p {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 500;
    color: #52555d;
    display: block;
    margin: 0;
}


.mast_head .navbar {

    width: 100%;

    background-color: #f36c00;

    box-shadow: 1px 13px 16px rgba(0, 0, 0, 0.18);

    padding: 0;

}

.mast_head {

    position: relative;

    z-index: 999;

    -webkit-transition: all .3s ease;

    -o-transition: all .3s ease;

    transition: all .3s ease;

}

.mast_head.is_fixed {

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    width: 100%;

    -webkit-box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.04);

            box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.04);

}

.social__nav li {

    display: inline-block;

}



.navMenu .collapse .col-7,

.navMenu .collapse .col-5 {

    padding: 0;

}



.lang_change {

    cursor: pointer;

    font-size: 14px;

    font-weight: 600;

    color: #000;

    line-height: 24px;

}

.mast_head .navbar-nav .nav-item a {

    color: #fff;

    font-size: 16px;

    font-weight: 500;

    padding: 15px 20px;

    line-height: normal;

    -webkit-transition: all .3s ease;

    -o-transition: all .3s ease;

    transition: all .3s ease;

}

.mast_head .navbar-nav .nav-item:last-child a {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    background-color: #ffa863;

    text-transform: uppercase;

    color: #2d1400;

    font-size: 14px;

    font-weight: 900;

}

.mast_head .navbar-nav .nav-item:last-child a:hover {

    background-color: #251e19;

    color: #fff;

}

.mast_head .navbar-nav .nav-item a:hover, 

.mast_head .navbar-nav .nav-item a.active {

    color: #321600;

}
.social__nav li a {
    color: #ccd1e2;
    display: block;
    padding: 0 8px;
    line-height: 40px;
}

.mast_head .navbar .navbar-nav {

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

}

.navbar_toggle {

    display: none;

}

.menu_hidden_wrap {

    z-index: 1000;

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background-color: rgba(0, 0, 0, 0.45098039215686275);

    display: none;

}

.navbar_toggle {

    width: 27px;

    height: 30px;

    border: 0;

    background-color: transparent;

    padding: 0;

    position: absolute;

    right: 15px;

    top: 15px;

}

.mMenuContainer {

    position: fixed;

    top: 60px;

    left: 0;

    width: 250px;

    background-color: #fbfbfb;

    bottom: 0;

    z-index: 999;

    border-top: 1px solid #e3e3e3;

    -webkit-transition: -webkit-transform .3s ease;

    transition: -webkit-transform .3s ease;

    -o-transition: transform .3s ease;

    transition: transform .3s ease;

    transition: transform .3s ease, -webkit-transform .3s ease;

    -webkit-transform: translateX(-250px);

    -ms-transform: translateX(-250px);

    transform: translateX(-250px);

    border-right: 1px solid #ccc;

}



.isActive .mMenuContainer {

    -webkit-transform: translateX(0);

    -ms-transform: translateX(0);

    transform: translateX(0);

}

.mSocialNav {

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

    border-top: 1px solid #e8e8e8;

    background-color: #fff;

}

.mMenu {

    overflow-y: auto;

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 40px;

}

.mMenu .navbar-nav .nav-item .nav-link {

    padding: 10px;

    font-size: 14px;

    font-weight: 600;

    color: #000;

    line-height: normal;

}
.mMenu .navbar-nav .nav-item .nav-link.active {
    color: #f36c00;
}


.mSocialNav ul li {

    padding: 0;

}

.mSocialNav ul li a {

    display: block;

    text-align: center;

    padding: 10px;

    color: #f36c00;

}

.mMenuBar .navbar-brand {

    padding: 0;

    max-width: 200px;

}

.navbar_toggle > span {

    display: block;

    height: 1px;

    background-color: #000;

    position: absolute;

    right: 0;

    -webkit-transition: all .3s ease;

    -o-transition: all .3s ease;

    transition: all .3s ease;

}

.navbar_toggle > span:not(:last-child) {

    left: 0;

}

.navbar_toggle > span:first-child {

    top: 7px;

}

.isActive .navbar_toggle > span:first-child {

    top: 14px;

    -webkit-transform: rotate(-45deg);

        -ms-transform: rotate(-45deg);

            transform: rotate(-45deg);

}

.navbar_toggle > span:nth-child(2) {

    top: 14px;

}

.isActive .navbar_toggle > span:nth-child(2) {

    -webkit-transform: translateX(-15px);

        -ms-transform: translateX(-15px);

            transform: translateX(-15px);

    opacity: 0;

}

.navbar_toggle > span:last-child {

    left: 10px;

    top: 21px;

}

.isActive .navbar_toggle > span:last-child {

    top: 14px;

    -webkit-transform: rotate(45deg);

        -ms-transform: rotate(45deg);

            transform: rotate(45deg);

    left: 0;

}

.mMenuBar {

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    z-index: 999;

    background-color: #fff;

    padding: 10px;

    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1607843137254902);

            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1607843137254902);

}

.mobileMenu {

    display: none;

}







/*banner*/

.banner {

    /* position: relative; */

    margin-top: -40px;

}

.banner .carousel-caption {

    bottom: 20%;

    text-align: left;

    left: 10%;

    right: 55%;

    padding: 0;

}

[class*="carousel-control"] {

    width: 55px;

    height: 55px;

    top: 50%;

    margin-top: -27.5px;

    background-color: #424857;

    opacity: 1;

    transition: all .3s ease;

}

[class*="carousel-control"]:hover {

    background-color: #f36c00;

    opacity: 1 

}

[class*="carousel-control"] svg {

    width: 30px;

}

[class*="carousel-control"] svg path {

    fill: #fff;

}



.banner .carousel-caption h3 {

    font-weight: 600;

    font-size: 25px;

    margin: 30px 0 20px;

    line-height: normal;

}

.banner .carousel-caption p {

    color: #fff;

    margin: 0;

    font-size: 14px;

    line-height: normal;

}



.banner .carousel-indicators {

    position: absolute;

    left: 50%;

    margin: 0;

    bottom: 15px;

    -webkit-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    transform: translateX(-50%);

    display: block;

    width: 90px;

}
.banner .carousel-item img {
    width: 100%;
    height: 548px;
    object-fit: cover;
}

.banner .carousel-indicators li {

    width: 15px;

    height: 10px;

    border-radius: 4px;

    display: inline-block;

    background-color: #42cc1e;

    -webkit-transition: width .3s ease;

    -o-transition: width .3s ease;

    transition: width .3s ease;

}

.banner .carousel-indicators li.active {

    width: 25px;

}

.carousel-caption h2 {

    font-size: 64px;

    font-weight: 600;

    color: #f36c00;

}

.carousel-caption h2 span {

    color: #fff;

}



/*banner contact*/

.banner__contact__info {

    padding: 5em 0;

}

.banner__contact__card {

    width: 100%;

    background-color: #fff;

    margin: -120px auto 0;

    z-index: 1;

    position: relative;

    padding: 30px 0;

}

.banner__contact__icon {

    flex: 0 0 60px;

    max-width: 60px;

}

.banner__contact__link a {

    display: block;

    font-size: 14px;

    line-height: normal;

    color: #292c35;

    font-weight: 500;



}

.banner__contact__link {

    flex: 1;

    padding-left: 10px;

}

.banner__contact__card .column {

    padding: 0 15px;

}

.banner__contact__card .column:nth-child(1) {

    flex: 0 0 46%;

    max-width: 46%;

}

.banner__contact__card .column:nth-child(2),

.banner__contact__card .column:nth-child(3) {

    flex: 0 0 27%;

    max-width: 27%;

}









/*Our Services*/

.our_services {

    background-color: #fff;

    position: relative;

}
.services__text {
    padding: 40px .9em 40px 0;
}
.service__bg {
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 100vw;
    background-color: #010b1f;
}
.services__text__column {
    background-color: #010b1f;
}

/*.servives__icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fb9b4c;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}*/
.servives__icon img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center;
}
.project__type__card {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 30px;
}
.project__type__card__row .project__image__large img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center;
}
.project__type__card__row .project__details__desc {
    padding-top: 0;
}


.headingMain > h2 {

    font-size: 34px;

    font-weight: 700;

    color: #251e19;

    margin: 0;

}

.headingMain > h1 {

    font-size: 34px;

    font-weight: 700;

    color: #251e19;

    margin: 0;

}

.services__text p {

    font-size: 15px;

    color: #fffbf8;

    line-height: 24px;

    margin: 0 0 25px;

}

.headingMain > h2 > span {

    color: #f36c00;

}
.headingMain > h1 > span {

    color: #f36c00;

}

.services__text .headingMain > h2  {

    color: #fff;

    margin-bottom: 20px; 

}
.service__item h2 {
    font-size: 16px;
    color: #3f3c39;
    font-weight: 700;
    margin: 14px 0 0;
    line-height: normal;
    text-align: center;
}


.service__item {

    padding: 15px;

}
.owl-carousel.service__slider .owl-item img {
    width: auto;
}
.services {
    padding: 15px 0 15px 30px;
}
.our_services .services {
    padding: 40px 0 25px 30px;
}
.technical__information_section {
    position: relative;
}
.technical__information__card {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 60px 0;
    background-color: rgba(1, 11, 31, 0.45);
}
.technical__information_section img {
    max-height: 450px;
    width: 100%;
    object-fit: cover;
    min-height: 230px;
}


#widthinindia, 
#outsideindia {
    width: 100%;
}



.technical__information h2 {
    font-size: 3em;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2;
    margin: 0;
}
.service__item a:hover h2 {
    color: #f36c00 !important;
}
.service__slider .owl-nav {
    position: absolute;
    margin: 0;
    left: 15px;
}
.service__slider .owl-nav [class*="owl"],
.current__project__items .owl-nav [class*="owl"] {
    margin: 0 10px 0 0;
    width: 30px;
    border-radius: 0;
    background-color: #010b1f;
    color: #ffff;
    transition: all .3s ease;
    border: 0;
    
}
.service__slider .owl-nav [class*="owl"]:hover,
.current__project__items .owl-nav [class*="owl"]:;hover  {
	background-color: #c15600;
}
.tab_project_nav {
	margin-top: 15px
}
.tab_project_nav .nav-item a {
    background-color: #ffd3b0;
    color: #753400;
    transition: all .3s ease;
}
.tab_project_nav .nav-item a.active {
    background-color: #f36c00;
    color: #fff;
}
.service__item p,
.service__item p a {

    font-size: 14px;

    line-height: normal;

    color: #3f3c39;

    font-weight: 500;

    margin: 0;

}
.service__item a {
    display: block;
    box-shadow: 1px 2px 10px rgba(70, 73, 80, 0.17);
    border-radius: 4px;
    padding: 15px;
}

/*Current projects*/
.current__projects {
    padding: 4em 0;
    background-color: #f1f3f7;
}
.current__project__item {
    position: relative;
    overflow: hidden;
    margin: 15px 0;
}
.tab_project_content .current__project__item img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.current__project__item img {

    width: 100%;
    max-height: 250px;
    object-fit: cover;

}
.project__link_overlay {
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
    /* top: 0; */
    background-color: rgba(255, 255, 255, 1);
    /* transform: translateY(100%); */
    /* transition: transform .3s ease; */
    padding: 15px;
}



.current__project__item:hover .project__link_overlay {

    transform: translateY(0);

}
.project__link_overlay_content p {
    font-size: 14px;
    color: #45474a;
    font-weight: 500;
    line-height: normal;
    min-height: 54px;
}
.btn__project_details {

    background-color: #f36c00;

    border-radius: 0;

    padding: 12px 30px;

    text-decoration: none;

    color: #fff;

    font-size: 14px;

    font-weight: 600;

    text-transform: uppercase;

    line-height: normal;

    transition: all .3s ease;

    box-shadow: none;

}

.btn__project_details:hover {

    background-color: #ff9b4c;

    color: #fff;

}
/*
.current__project__items {

    margin-top: 30px;

}
*/
.btn.btn__more {

    padding: 15px 50px 15px 20px;

    background-color: #ccc;

    border-radius: 0;

    line-height: normal;

    color: #fff;

    text-transform: uppercase;

    font-size: 15px;

    font-weight: 600;

    transition: all .3s ease;

    background-image: url(../images/arrow_white.png);

    background-repeat: no-repeat;

    background-position: 90% center;

    box-shadow: none;

}

.btn.btn__more.btn__black,

.btn.btn__more.btn_orr:hover {

    background-color: #251e19;

}



.btn.btn__more.btn__black:hover,
.btn.btn__more.btn_orr {

    background-color: #f36c00;

}

.btn.btn__more.btn_orr:hover {
    background-color: #ff9b4c;
}

.services__text .btn__more.btn__black:hover {
    background-color: #773500;
}





/*Blog*/

.update {

    padding: 4em 0;

}

.updateImage {

    overflow: hidden;

}

.update_block:hover .updateImage img {

    transform: scale(1.05);

}

.updateImage img {

    transition: all .4s ease;
    height: 240px;
    object-fit: cover;
    object-position: center;

}
.update-txt {
    padding: 30px 15px 15px 15px;
    position: relative;
    min-height: 210px;
}

.update-txt > p {

    font-size: 14px;

    color: #585858;

    font-weight: normal;

    margin: 0;

    line-height: normal;

}

.update_block {

    background-color: #fff;

    display: block;

    min-height: 400px;

}

.updateText {

    margin: 0 0 20px;

    font-size: 16px;

    color: #464646;

    font-weight: 600;

    font-style: italic;    

}

.updateIcon b {

    font-size: 2em;

    line-height: inherit;

}

.updateIcon {

    display: block;

    position: absolute;

    left: 0;

    top: -35px;

    width: 56px;

    height: 56px;

    background-color: #f36c00;

    font-size: 16px;

    color: #fff;

    font-weight: 600;

    line-height: 1;

    text-align: center;

    padding: 4px;

}

.updateIcon i {
    font-size: 20px;
    line-height: 40px;
}

.update-txt h6 {

    font-size: 16px;

    font-weight: 600;

    color: #2b2b2b;

    margin: 0 0 10px;

    line-height: normal;

}

.blogText {

    font-size: 15px;

    font-weight: 500;

    color: #00081c;

    margin: 0;

}

.update .headingMain {

    margin-bottom: 30px;

    padding-right: 70px;

}

.update_block:hover .update-txt h6 {

    color: #f36c00;

}

.update__slider .owl-nav,

.nav_top .owl-nav {

    position: absolute;

    

    right: 0px;

    margin: 0;

}

.nav_top .owl-nav {

    top: -60px;

}

.update__slider .owl-nav {

    top: -80px;

}

.update__slider .owl-nav [class*=owl-],

.nav_top .owl-nav [class*=owl-] {

    background-color: #ffffff;

    border: 0;

    padding: 0;

    color: #737373;    

    transition: all .3s ease;

    font-size: 22px;

    line-height: 30px;

    width: 30px;

    height: 30px;

    text-align: center;

    border-radius: 0;

    opacity: 1;

    margin: 0; 

}

.update__slider .owl-nav [class*=owl-]:not(:last-child),

.nav_top .owl-nav [class*=owl-]:not(:last-child) {

    margin: 0 15px 0 0;

}

.update__slider .owl-nav [class*=owl-]:not(.disabled):hover,
.nav_top .owl-nav [class*=owl-]:not(.disabled):hover {

    background: #f36c00;

    color: #FFF;

}







/*Portfolio*/



.portfolio {

    /*background: url('../images/portfolio__bg.png') center; */
    background: #fff; 

    background-size: cover;

    padding: 4em 0;

}
#port_slide [class*="carousel-control"] {
    opacity: 0;
}
#port_slide:hover [class*="carousel-control"] {
    opacity: 1;
}

.ourVideo {

    position: relative;

    

}
.ourVideo img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.video_cover {

    position: absolute;

    left: 0;

    top: 0;

    right: 0;

    bottom: 0;

}

.playIcon {

    display: block;

    position: relative;

    width: 60px;

    height: 60px;

    cursor: pointer;

}

.playBtn {

    background: #f36c00 url(../images/play_btn.png) center;

    display: block;

    width: 60px;

    height: 60px;

    border-radius: 50%;

    z-index: 9;

    position: relative;

    box-shadow: 0 0 20px rgba(0, 0, 0, 0.28);

    border: 3px solid #fff;

}

.playIconAnimation > span {

    display: block;

    width: 60px;

    height: 60px;

    position: absolute;

    top: 0;

    left: 0;

    transition: all .3s ease;

    background-color: #ccc;

    border-radius: 50%;

}



@keyframes scaleToggleOne {

    0{

        opacity: 1;

        transform:scale(1);

        -webkit-transform:scale(1)

    }

    50%{

        transform:scale(2);

        -webkit-transform:scale(2)

    }

    100%{

        opacity: 0;

    }

}

@keyframes scaleToggleTwo {

    0{

        opacity: 1;

        transform:scale(1);

        -webkit-transform:scale(1)

    }

    20%{

        transform:scale(1);

        -webkit-transform:scale(1)

    }

    60%{

        transform:scale(2);

        -webkit-transform:scale(2)

    }

    100%{

        opacity: 0;

    }

}

@keyframes scaleToggleThree {

    0{

        opacity: 1

        transform:scale(1);

        -webkit-transform:scale(1)

    }

    33%{

        transform:scale(1);

        -webkit-transform:scale(1)

    }

    66%{

        transform:scale(2);

        -webkit-transform:scale(2)

    }

    100%{

       opacity: 0;



    }

}

.playIconAnimation > span:first-child {

    background-color: rgba(255, 255, 255, 0.21);

}

.playIconAnimation > span:nth-child(2) {

    background-color: rgba(255, 255, 255, 0.42);

}

.playIconAnimation > span:last-child {

    background-color: rgba(255, 255, 255, 0.82);

}

.circleAnimated .playIconAnimation > span:first-child {

    animation:1500ms scaleToggleOne cubic-bezier(0.25,0.46,0.45,0.94) forwards

}

.circleAnimated .playIconAnimation > span:nth-child(2) {

    animation: 2000ms scaleToggleTwo cubic-bezier(0.25,0.46,0.45,0.94) forwards

}

.circleAnimated .playIconAnimation > span:last-child {

    animation: 2500ms scaleToggleThree cubic-bezier(0.25,0.46,0.45,0.94) forwards

}

#ourVideo .modal-dialog {

    max-width: 700px;

}

#ourVideo .modal-header,

#ourVideo .modal-body {

    padding: 0;

    border: 0;

}

#ourVideo .modal-header .close {

    position: absolute;

    right: -36px;

    z-index: 99999;

    opacity: 1;

    color: #fff;

    top: 0;

    margin: 0;

    padding: 10px;

}

 #ourVideo .modal-body iframe {

    display: block;

 }





/*client Review*/

.clientReview {

    /*background: url('../images/testimonial__bg.png') 0 0 no-repeat;

    background-size: cover; 

    background-position: top center;*/

    padding: 3em 0;
    position: relative;

}
.clientReview img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.our__clients.drawings {
    padding-top: 0;
}

.owl-clientReview {

    max-width: 70%;

    margin: 5em auto 0;

}

.owl-clientReview .item img {

    display: block;

    width: 120px;

    height: 120px;

    border-radius: 50%;

    margin: auto;

}

.owl-clientReview .item p {

    text-align: center;

    font-size: 26px;

    margin: 0 0 40px;

    line-height: 32px;

    color: #f36c00;

    font-style: italic;

}

.clientInfo {

    margin-bottom: 50px;

}

.clientInfo h2 {

    text-align: center;

    font-size: 18px;

    color: #1f1f1f;

    font-weight: 600;

    margin: 0;

}

.clientReview .owl-clientReview .owl-dots {

    margin: 0 !important; 

}

.clientReview .owl-clientReview .owl-dot {

    height: 20px;

    position: relative;

    width: 15px;

}

.clientReview .owl-clientReview .owl-dot span {

    width: 10px;

    background-color: #f36c00;

    height: 10px;

    border-radius: 0;

    transition: all .3s ease;

    margin: 0 2px;

    position: absolute;

    left: 0;

    bottom: 0;

}

.clientReview .owl-clientReview .owl-dot.active span {

    height: 20px;

    background-color: #f36c00;

}







/*contact us*/
.contactUs {
    background-color: #010b1f;
}
.contactUs .container-fluid {

    padding: 0;

}

.contact__map iframe {

    display: block;

}

.contactForm {

    padding: 2.2em 1.2em;

}

.contactForm h2 {

    font-size: 24px;

    font-weight: 700;

    line-height: 20px;

    margin: 0 0 15px;

    color: #fff;

}

.contactForm button {

    padding: 14px 50px;

    border: 0;

    font-size: 15px;

    font-weight: 600;

    background-color: #f36c00;

    color: #fff;

    border-radius: 0;

    text-transform: uppercase;

    transition: all .3s ease;

}

.contactForm button:hover {
    background-color: #ff9b4c;
}

.contactForm .form-control {

    background-color: #3f4a61;

    min-height: 46px;

    font-size: 15px;

    border: 0 none;

    border-radius: 0;

    color: #fff;

    box-shadow: none;

}

.contactForm label {

    font-size: 14px;

    display: block;

    line-height: normal;

    color: #fff;

}

.contactForm .form-control::-webkit-input-placeholder { 

  color: #97a3bb;

}

.contactForm .form-control:-ms-input-placeholder { 

  color: #97a3bb;

}

.contactForm .form-control::placeholder {

  color: #97a3bb;

}



.contactForm .error {

    font-size: 14px;

    color: #f00;

}

/*our Clients*/

.ourPartners {

    background-color: #fff;

    padding: 3em 0;

    background-size: cover;

}
.partner__marque {
    overflow: hidden;
    padding: 15px 0;
}
.partner__marque__wrap {
    position: relative;
    height: 140px;
    width: 100%;
    display: block;
}

.owl-carousel .owl-stage{
    display: flex;
}

.partner__item__card__image {
    box-shadow: 0px 0px 14px rgba(75, 81, 97, 0.13);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    flex-direction: column;
    text-align: center;
    column-gap: 15px;
}
.partner__item__card__image img {
    max-height: 85px;
    display: block;
}

.owl-partner .owl-item {
    padding: 15px;
}


.owl-partner .owl-item img {

    max-width: 150px;

    width: auto;

    display: block;

    margin: auto;

    /*-webkit-filter: grayscale(100%); 

    filter: grayscale(100%);

    transition: all .3s ease;*/

}

/*.owl-partner .owl-item:hover img {

    -webkit-filter: none; 

    filter: none;

}*/



/*What we do*/

.what__we__do {

    padding: 4em 0;

}
.services__we__provide__item {
    display: block;
    background-color: #fff;
    box-shadow: 5px 7px 20px rgba(0, 0, 0, 0.05);
    margin: 15px 0;
    border: 1px solid #d6d9de;
}
.services__we__provide__item__desc {
    padding: 15px;
    min-height: 170px;
}
.serviceCardText {
    max-height: 56px;
    overflow: hidden;
}

.services__we__provide__item__desc h2 {

    font-size: 15px;

    color: #333;

    font-weight: 700;

    margin: 0 0 10px; 

}

.services__we__provide__item__desc p {

    font-size: 14px;

    color: #424242;

    font-weight: 500;

    line-height: normal;

    margin: 0;

}




.footer {
    background: url(../images/footer__bg.png) 0 0 no-repeat;
    background-position: top center;
    background-size: cover;
}
.overlay_footer {

    background-color: rgba(20, 24, 33, 0.93);

    padding: 3em 0;

}

.footer_info p {

    font-size: 14px;

    color: #d6d9de;

    line-height: 1.6;

}

.footer_info > h2 {

    font-size: 24px;

    color: #fff;

    font-weight: 700;

}

.contact__phone li:not(:last-child) {

    margin-bottom: 5px;

}

.contact__phone li,

.contact__phone li a,

.contact__mail li,

.contact__mail a,

.contact__skype li,

.contact__skype li a,

.quick__links ul li a,

.subscribe__form .form-group label {

    color: #d6d9de;

    line-height: normal;

    font-size: 14px;

}

.contact__mail a {

    white-space: normal;

    word-break: break-all;

}

.contact__phone li a,

.quick__links ul li a {

    

    display: inline-block;

}

.contact__phone li,

.contact__mail li,

.contact__skype li {

    position: relative;

    padding-left: 20px;

}

.contact__phone li i,

.contact__mail li i,

.contact__skype li i {

    position: absolute;

    left: 0;

    width: 20px;

    text-align: center;

}



.contact__phone li a:hover,

.contact__mail a:hover,

.contact__skype li a:hover,

.quick__links ul li a:hover,
.quick__links ul li a.active {

    color: #f36c00

}

.contact__phone,

.contact__mail {

    margin-bottom: 15px;

}

.quick__links .col {

    padding: 0;

}

.subscribe__form .form-group label {

    margin: 0;

}

.subscribe__form .form-group .form-control {

    background-color: #222836;

    border: 1px solid #394156;

    height: 46px;

    font-size: 14px;

    color: #b4bccc;

    border-radius: 0;

}

.footer_info .btn.btn-warning {

    padding: 10px 40px;

    font-weight: 600;

    font-size: 15px;

    background-color: #f36c00;

    border: 0;

    text-transform: uppercase;

    border-radius: 0;

    color: #fff;

}

.footer_info input:focus {

    -webkit-box-shadow: none;

            box-shadow: none;

}



.sub_footer {

    background-color: #0f1622;

    padding: 15px 0;

}



.sub_footer .text-center {

    font-size: 14px;

    color: #a3a4a8;

    line-height: normal;

}





.backToTop {

    position: fixed;

    right: 0;

    bottom: 0;

    background-color: #f36c00;

    width: 50px;

    height: 50px;

    text-align: center;

    line-height: 50px;

    color: #fff;

    visibility: hidden;

    -webkit-transition: all .3s ease;

    -o-transition: all .3s ease;

    transition: all .3s ease;

    z-index: 999;

}
.backToTop:hover {
    background-color: #313130;
    color: #fff;
}
.footer_info .iso__images li:not(:last-child) {
    margin-bottom: 15px;
}









.backToTop.show {

    visibility: visible;

}



























/*Clients*/

.our__clients {

    padding: 4em 0;

}

.clients__wrap {

    overflow: hidden;

    background-color: #fff;

    box-shadow: 0px 0px 20px 6px rgba(13, 22, 41, 0.03);

}

.clients__wrap .row {

    margin: 0;

    margin-right: -1px;

    margin-bottom: -1px;

}
.clients__wrap .row .col {
    border-right: 1px solid #e8ebef;
    border-bottom: 1px solid #e8ebef;
    padding: 15px;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.clients__wrap .row .col img {
    display: block;
    margin: auto;
    max-height: 80px;
    margin-bottom: 10px;
}

.clients__wrap .row .col h3 {

    font-size: 15px;

    font-weight: 600;

    color: #4c4f56;

    line-height: normal;

    margin: 0;

}







.our__projects {

    padding: 4em 0;

}

.projects__desc h2 {

    font-size: 15px;

    font-weight: 600;

    color: #2b2b2b;

    margin: 0;

}

.projects__item {

    background-color: #fff;

    display: block;

}

.projects__image,

.service_image {

    position: relative;

    overflow: hidden;

}
.project__wrap .projects__image img {
    height: 180px;
    width: 100%;
    object-fit: cover;
}

.projects__image img,

.service_image img {

    width: 100%;

}

.projects__item img,

.service_image img {

    transition:  transform .3s ease;

}
.service_image img {
    height: 220px;
    object-fit: cover;
}

.projects__item:hover img,

.services__we__provide__item:hover img {

    transform: scale(1.1);

}

.projects__desc {

    padding: 15px;

}

.services__we__provide__item h2 {

    transition: all .3s ease;

}

.services__we__provide__item:hover h2 {

    color: #f36c00;

}





.project__details__desc {

    padding-top: 30px;

}

.project__details__desc table tr td {
    font-size: 14px;
    line-height: 1.8;
}


.project__image__large img {

    max-height: 400px;

    width: 100%;

    object-fit: cover;

}

.project__details__desc h3 {

    font-size: 20px;

    font-weight: 600;

    line-height: normal;

    margin: 0 0 20px;

    color: #3e3e3e;

}

.project__details__desc p {

    font-size: 14px;

    color: #424242;

    font-weight: 500;

}

.similar__projects__wrap {

    background-color: #fff;

    padding: 0 10px 20px;

}

.similar__projects__head {

    background-color: #ffa863;

    margin: 0 -10px 20px;

    padding: 15px 10px;

}

.similar__projects__head h2 {

    font-size: 18px;

    margin: 0;

    font-weight: 600;

    color: #914000;

}

.similar__projects__image {

    padding: 0;

}

.similar__projects__image img {

    height: 60px;

    object-fit: cover;

    width: 100%;

}



.similar__projects__desc {

    padding-right: 0;

}

.similar__projects__desc p {

    font-size: 13px;

    line-height: normal;

    color: #333333;

    font-weight: 500;

}

.similar__projects {

    display: block;

}

.similar__projects:not(:last-child) {

    margin-bottom: 10px;

    padding-bottom: 10px;

    border-bottom: 1px solid #e4e7ec;

}



.similar__projects:hover p,

.projects__item:hover h2 {

    color: #f36c00;

}







.contact_banner {
    margin-top: -25px;
    position: relative;
    height: 330px;
}
.contact_banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}


.contact_banner_content {

    position: absolute;

    left: 0;

    right: 0;

    bottom: 0;

}

.contact_banner_content h2 {

    color: #fff;

    text-align: center;

    font-size: 36px;

    font-weight: 600;

    margin-bottom: 70px;

}

.get__in__touch__cards {

    padding: 4em 0;

}

.get__in__touch__card {

    background-color: #fff;

    padding: 30px;

    margin-top: -110px;

}

.get__in__touch__card h2 {

    font-size: 28px;

    font-weight: 600;

    color: #251e19;

    margin-top: 15px;

}

.get__in__touch__card p {

    font-size: 13px;

    line-height: normal;

    font-weight: 500;

    color: #545454;

}

.get__in__touch__card .btn__more {

    padding: 10px 45px 10px 15px;

    background-size: 16px;

}

.contact__section {

    padding: 4em 0;

}

.contact_form .form-control {

    border-radius: 0;

    min-height: 50px;

    border-color: #dbdee4;

    box-shadow: none;

}

.contact_form label {

    font-size: 14px;

    font-weight: 500;

    color: #404040;

    line-height: normal;

    display: block;

}















.our__resources_materials {

    padding: 4em 0;

}

.material__card {

    background-color: #fff;

    padding: 15px;

}

.material__card h2 {

    font-size: 24px;

    font-weight: 600;

    color: #321600;

    margin: 0 0 15px;

}

.material__card ul li {

    font-size: 14px;

    color: #5f5f5f;

    font-weight: 500;

    line-height: normal;

    position: relative;

}

.material__card ul li:not(:last-child) {

    margin-bottom: 10px;

}

.card__one {

    min-height: 450px;

}

.material__card.card__one ul li {

    padding-left: 50px;

    font-size: 16px;
    line-height: 40px;

}
.material__card.card__one ul li:not(:last-child) {
    margin-bottom: 40px;
}

.material__card.card__one h2 {

    margin-bottom: 30px;

}

/*.material__card.card__one ul li:after {

    content: "";

    position: absolute;

    width: 40px;

    height: 40px;

    border-radius: 50%;

    background: #fff2e7 url(../images/staff.png) no-repeat;

    left: 0;

    top: -12px;

    background-size: contain;

}
*/
.material__card.card__one ul li img {
	position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    border-radius: 50%;
}


.material__card.card__two, .material__card.card__three {

    min-height: 240px;

}

.material__card.card__four {

    margin-top: 30px;

    min-height: 180px;

}

.resume__key__icon {

    display: block;

    width: 50px;

    height: 50px;

    background-color: #ffebdb;

    margin: 0 auto 10px;

    border-radius: 50%;

    text-align: center;

    line-height: 50px;

    color: #f36c00;

    font-size: 18px;

}

.resume__key__item {

    display: block;

    text-align: center;

    font-size: 15px;

    color: #f36c00;

    font-weight: 600;

}

.card__four b {

    margin-bottom: 15px;

    display: block;

}

.teams {

    padding: 4em 0 0;

}
.team__image img {
    width: 100%;
    transition: all .3s ease;
    height: 190px;
    object-fit: cover;
}
.team__image {
    margin-bottom: 30px;
}
.team__image img:hover {
    box-shadow: 0 0 20px rgba(16, 35, 72, 0.24);
}


.resources__banner {

    margin-top: -20px;

    position: relative;
    height: 330px;

}

.resources__banner img {

    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;

}





.resources__banner__content {

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

}

.resources__banner__content h2 {

    text-align: center;

    font-size: 34px;

    font-weight: 600;

    color: #fff;

    margin-bottom: 45px;

}


.resources__banner__content h1 {

    text-align: center;

    font-size: 34px;

    font-weight: 600;

    color: #fff;

    margin-bottom: 45px;

}



/*gallery*/

.gallery__preview__card {

    display: block;

    width: 100%;

    height: 280px;

    position: relative;

    overflow: hidden;

}

.our__gallery {

    padding: 4em 0;

}

.our__gallery .headingMain {

    margin-bottom: 20px;

}

.gallery__preview__desc h3 {

    font-size: 15px;

    color: #fff;

    margin: 0;

    font-weight: 500;

}

.gpdh {
    position: absolute;

    left: 15px;

    right: 15px;

    bottom: 15px;
}

.gpdh span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #f36c00;
    margin-top: 15px;
    line-height: 1;
}
.gmb {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4196078431372549);
    opacity: 0;
    transition: all .3s ease;
}
.gallery__preview__card:hover .gmb {
    opacity: 1;
}
.gmb span {
    display: inline-block;
    padding: 10px 15px;
    line-height: 1;
    background-color: #f36c00;
    color: #fff;
    font-size: 14px;
}
.gpdh.gpdh__single {
    transform: none;
}

.gallery__preview__desc {

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    padding: 15px;

    /*transform: translateY(100%);*/

    transition: transform .3s ease;

    transition-delay: .2s;

    background: rgba(0,0,0,0);

    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.68) 100%);

    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,.68)));

    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.68) 100%);

    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.68) 100%);

    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.68) 100%);

    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.68) 100%);

}

.gallery__preview__card img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: all .3s ease;

}

.gallery__preview__card:hover img {

    transform: scale(1.1);

}

.gallery__preview__card:hover .gallery__preview__desc {

    transform: translateY(0);

}





.our__gallery .headingMain h3 {

    font-size: 22px;

    font-weight: 500;

    color: #424242;

}

.gallery__view__desc {

    position: absolute;

    left: 0;

    right: 0;

    bottom: 0;

    top: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    background-color: rgba(0, 0, 0, 0.45);

    color: #fff;

    font-size: 24px;

    opacity: 0;

    transition: all .3s ease;

}

.gallery__preview__card:hover .gallery__view__desc {

    opacity: 1

}





/*About*/

.portfolio.about__video {

    margin-top: -20px;

}

.introduction {

    padding: 4em 0;

}

.introduction .headingMain {

    margin-bottom: 15px;

}

.introduction p, .introduction li {

    font-size: 14px;

    font-weight: 500;

    color: #353535;

}

.fancybox-slide video {
    max-height: 80vh;
    max-width: 100vw;
    z-index: 999999;
    position: relative;
}

.headingMain {

    margin-bottom: 20px;

}
.certificates {
    display: block;
    margin: 15px 0;
    max-height: 291px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}
.introduction ol {

    padding-left: 15px;

}

.introduction ol li:not(:last-child) {

    margin-bottom: 10px;

}



.certificates img {

    box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.09);

}









.job_list_section {

    padding: 4em 0;

}

.job__item {

    background-color: #fff;

    margin-bottom: 20px;

    padding: 15px 0 0 0;

    box-shadow: 0px 10px 20px 5px rgba(7, 8, 10, 0.05);

}

.job__item:not(:last-child) {

    margin-bottom: 30px;

}

.job__item img {

    max-height: 70px;

    margin: auto;

    display: block;

}

.job__title {

    font-size: 16px;

    font-weight: 600;

    line-height: normal;

    margin: 0 0 10px;

    color: #5e6269;

}

.job_short_desc {

    font-size: 13px;

    color: #707379;

}

.job__location,

.job__time  {

    color: #5e636b;

    font-size: 14px;

    font-weight: 500

}

.job__location i,

.job__time i {

    color: #f36c00;

}

.job__list__bottom {

    padding: 15px 0;

    background-color: #f6f9ff;

    margin-top: 15px;

}

.experience, .openings {

    font-size: 14px;

    color: #696f79;

}



.apply a {

    font-size: 14px;

    font-weight: 600;

    color: #f36c00;

    line-height: normal;

    display: inline-block;

    transition: all .3s ease;

}







.job__details {

    padding: 4em 0;

}

.apply__for__job {

    padding: 4em 0;

    background-color: #fff;

}

.apply__form__card .form-control {

    border-radius: 0;

    min-height: 46px;

    font-size: 14px;

    border-color: #cacfd8;

    box-shadow: none;

}

.apply__form__card .form-group label {

    font-size: 14px;

    font-weight: 500;

    color: #5b606b;

    line-height: normal;

}



.contact__for__job li {

    font-size: 16px;

    font-weight: 500;

}

.contact__for__job li a {

    color: #f36c00;

}

.required {

    color: #ff1d1d;

}

.apply__form__card .btn__more {

    padding: 12px 60px 13px 30px;

}







.certificates__icon {

    width: 60px;

    height: 60px;

    margin: 0 auto 15px;

    border-radius: 50%;

    background-color: #ffefe3;

    text-align: center;

    line-height: 60px;

    font-size: 22px;

    color: #f36c00;

}
.certificates_wrap .certificate__links h3 {
    margin-top: 1rem;
}

.clients__wrap .row .col .certificate__links h3,
.certificates_wrap .certificate__links h3 {

    font-size: 14px;

    font-weight: 500;
    color: #4c4f56;

}

.clients__wrap .row .col .certificate__links:hover h3,
.certificates_wrap .certificate__links:hover h3 {

    color: #f36c00;

}

/* Certificate With Frame */

.certificates__image img {
    max-width: 100%;
    width: 100%;
    height: 280px;
    object-fit: contain;
    object-position: center;
}
.cer_details_img .certificates__image img {
    height: auto;
}
.certificate__links {
    margin-bottom: 30px;
    display: block;
}


/* .certificates__image::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/fream.png);
    background-repeat: no-repeat;
    z-index: 99;
    background-size: cover;
} */

.certificates__image.without-frame::after {
    content: none;
}

.our__certificates .certificates_wrap .certificates__image.with-frame{
    height: auto !important;
}

.our__certificates .certificates_wrap .certificates__image.with-frame img {
   width: 100%;
   height: 100%;
   max-width: 100%;
   max-height: 100%;
}

/* ////////////////////////////// */

input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type="number"] { 
    -moz-appearance: textfield; 
}

.contact__info p {
    margin-bottom: 10px;
}


.fourofour_section {
    padding: 10em 0;
}
.fourofour_text h1 {
    font-size: 6em;
    font-weight: 800;
    color: #333;
    line-height: normal;
    margin: 0 0 20px;
}
.fourofour_text > p {
    font-size: 16px;
    color: #505050;
}
.fourofour_text > a {
    font-size: 18px;
    font-weight: 600;
    color: #e06003;
}
.quick__links .col-6 {
    padding: 0;
}
.office_location h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.whatsapp {
    position: fixed;
    width: 55px;
    height: 70px;
    bottom: 65px;
    right: 0px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    box-shadow: 0px 8px 20px rgba(0, 49, 18, 0.03);
    z-index: 100;
    line-height: 70px;
    transition: all .3s ease;
}
.whatsapp:hover {
    color: #fff;
    background-color: #139c46;
}


.bluebtn {
    /* font-family: "Raleway", sans-serif; */
    color: #e9e9e9;
    /* background-color: #00173C; */
    background-color: #f78c3b;
    text-decoration: none;
    padding: 13px 13px;
    font-size: 18px;
    /* font-weight: 600; */
    display: inline-block;
    margin-top: 20px;
    line-height: normal;
    transition: 1s;
}

.bluebtn:hover {
    background-color: #f48734;
    color: #e9e9e9;
}

.bluebtn .svg-inline--fa {
    height: 0.8em;
    margin-left: 15px;
}



  .frame_box {
            position: relative;
        }
        .frame_box::before, .frame_box::after {
            content: "";
            position: absolute;
            top: 0;
            height: 17px;
            width: 17px;
        }
        .frame_box::before {
            background: url(../images/frame.png) no-repeat;
            left: 0;
        }
        .frame_box::after {
            background: url(../images/frame.png) no-repeat;
            background-position: right 0;
            right: 0;
        }
        .frame_box_tb {
            position: absolute;
            left: 17px;
            right: 17px;
            top: 0;
            bottom: 0;
        }
        .frame_box_tb::before, .frame_box_tb::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            height: 17px;
        }
        .frame_box_tb::before {
            top: 0;
            background: url(../images/frame2.png);
            background-position: -17px 0;
        }
        .frame_box_tb::after {
            bottom: 0;
            background: url(../images/frame2.png);
            background-position: 0px -17px;
        }
        .frame_box_lr {
            position: absolute;
            top: 17px;
            bottom: 17px;
            left: 0;
            right: 0;
        }
        .frame_box_lr::before,
        .frame_box_lr::after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            width: 17px;
        }
        .frame_box_lr::before {
            left: 0;
            background: url(../images/frame3.png);
        }
        .frame_box_lr::after {
            right: 0;
            background: url(../images/frame3.png);
            background-position: -14px 0;
        }
        .frame_box_blr {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 17px;
        }
        .frame_box_blr::before,
        .frame_box_blr::after {
            content: "";
            position: absolute;
            width: 17px;
            height: 17px;
        }
        .frame_box_blr::before {
            left: 0;
            background: url(../images/frame.png) no-repeat;
            background-position: 0 -17px;
        }
        .frame_box_blr::after {
            right: 0;
            background: url(../images/frame.png) no-repeat;
            background-position: -17px -17px;
        }