@font-face {
    font-family: "FontAwesome";
    src: url("fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),
        url("fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
        url("fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
        url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
        url("fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;.manag
}
@font-face {
    font-family: "Poppins";
    src: url("fonts/Poppins-ExtraLight.woff2") format("woff2"),
        url("fonts/Poppins-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "poppinsregular";
    src: url("fonts/poppins-regular-webfont.woff2") format("woff2"),
        url("fonts/poppins-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "montserratbold";
    src: url("fonts/montserrat-bold-webfont.woff2") format("woff2"),
        url("fonts/montserrat-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "poppinssemibold";
    src: url("fonts/poppins-semibold-webfont.woff2") format("woff2"),
        url("fonts/poppins-semibold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Quicksand";
    src: url("fonts/QuicksandBold-Regular.woff2") format("woff2"),
        url("fonts/QuicksandBold-Regular.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Quicksand";
    src: url("fonts/Quicksand-SemiBold.woff2") format("woff2"),
        url("fonts/Quicksand-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "poppinslight";
    src: url("fonts/poppins-light-webfont.woff2") format("woff2"),
        url("fonts/poppins-light-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Poppins";
    src: url("fonts/Poppins-ExtraLight.woff2") format("woff2"),
        url("fonts/Poppins-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "poppinsmedium";
    src: url("fonts/poppins-medium-webfont.woff2") format("woff2"),
        url("fonts/poppins-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Quicksand";
    src: url("fonts/Quicksand-Medium.woff2") format("woff2"),
        url("fonts/Quicksand-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@keyframes moveInleft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    80% {
        transform: translateX(10px);
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}
.my-container {
    max-width: 1320px;
    margin: 0px auto;
    display: block;
}
.blog-det .row{
    margin-left: inherit;
    margin-right: inherit;
}
.main-banner .my-container {
    width: 1320px;
}
.top {
    background-color: #f9f0d6;
    width: 100%;
    padding-top: 20px;
    display: inline-block;
}

.top-social {
    display: inline-flex;
}

.top-social .ft-address {
    display: flex;
    align-items: baseline;
    text-align: right;
    vertical-align: middle;
    margin: 0;
}

.top-social .ft-address span {
    font-size: 14px;
    font-family: inherit;
}

.hd-ul-left {
    list-style: none;
    float: left;
    padding-left: 0;
    margin-top: 10px;
}
.hd-ul-left li {
    margin-right: 33px;
    display: inline-block;
}
.hd-ul-left li a {}
.hd-ul-left li a span {
    transition: 0.6s;
}
.hd-ul-left li a:hover span {
    color: #d2ab67;
}
.hd-ul-left li a:hover {
    text-decoration: none;
}
.hd-ul-left li i {
    color: #d2ab67;
    background-color: #38443c;
    width: 26px;
    height: 25px;
    text-align: center;
    padding-top: 5px;
    margin-right: 5px;
    vertical-align: top;
    transition: 0.6s;
}
.hd-ul-left li:hover i {
    color: #38443c;
    background-color: #d2ab67;
}
.hd-ul-left li i.fa-envelope {
    font-size: 13px;
}
.hd-ul-left li i.fa-map-marker {
    font-size: 17px;
    padding-top: 4px;
}
.hd-ul-left li a span {
    font-size: 12px;
    color: #fff;
    font-family: "Poppins";
    letter-spacing: 1px;
}
.hd-ul-left li span {
    font-size: 11px;
    color: #fff;
    font-family: "Poppins";
    letter-spacing: 1px;
}
.hd-sc {
    list-style: none;
    float: right;
}
.hd-sc li {
    display: inline-block;
}
.hd-sc li i {
    color: #d2ab67;
    background-color: #38443c;
    width: 26px;
    height: 25px;
    text-align: center;
    padding-top: 6px;
    margin-right: 5px;
    vertical-align: top;
    font-size: 13px;
    transition: 0.6s;
}
.hd-sc li i:hover {
    color: #38443c;
    background-color: #d2ab67;
}
.hd-sc li a {}
header.sticky{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    background-color: #fff;
}
header {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    /*display: inline-block !important;*/
    background: #fff;
    /*position: absolute;*/
    top: 45px;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
/* video#video {
    display: block;
    width: 100%;
    vertical-align: top;
    margin: auto;
    position: relative;
    height: 90vh;
    object-fit: cover;
} */

/*video#myvid {*/
/*    width: 100%;*/
/*}*/
/* 
#menu-item-236::after{
        display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
} */

.logo {
        display: inline-block;
    /*float: left;*/
}
.logo img {
        width: 80px;
}

.menu {
    float: none;
    margin-top: 9px;
    width: 69%;
    display: inline-block;
}
.main-menu {
    list-style: none;
    padding-left: 24px;
}
.main-menu li {
    display: inline-block;
    margin-left: 40px;
    position: relative;
    padding-bottom: 10px;
}
.main-menu li a {
    font-family: "poppinsregular";
    font-size: 15px;
    color: #000;
    transition: 0.6s;
}
.main-menu li a:hover {
    color: #d2ab67;
    text-decoration: none;
    font-weight: bold;
}
.sub-menu {
    display: none;
    background-color: #d2ab67;
    position: absolute;
    z-index: 9;
    min-width: 185px;
    padding: 6px 0;
    top: 29px;
    left: 0;
    transform: translate(-30%, 0px);
}
.main-menu li .sub-menu li {
    margin: 5px 5px 0px 0px;
}
.main-menu li:hover .sub-menu {
    display: block;
}
.sub-menu li {
    display: block;
}
.sub-menu li a {
    padding-left: 10px;
    display: block;
    line-height: 18px;
}
.sub-menu li a:hover {
    color: #fff;
}
.sub-in-menu {
        display: none;
    background-color: #d2ab67;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 184px;
    top: -5px;
    width: 185px;
    
}
.sub-menu li:hover .sub-in-menu {
    display: block;
}
.sub-in-menu:hover .sub-menu{
     display: block;
}
.sub-in-menu li {}
.sub-in-menu li a {
    color: #fff;
}
.sub-in-menu li a:hover {
    color: #000;
}
.main-menu li .sub-menu li {
    margin: 0;
    padding: 0;
}
.main-menu li .sub-menu li a {
    font-size: 14px;
    margin: 0;
    padding: 8px 15px;
    line-height: 18px;
}




/*//////////////////popup/////////////////////////*/

.custom-model-main {
            text-align: center;
            overflow: hidden;
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            -webkit-overflow-scrolling: touch;
            outline: 0;
            opacity: 0;
            -webkit-transition: opacity 0.15s linear, z-index 0.15;
            -o-transition: opacity 0.15s linear, z-index 0.15;
            transition: opacity 0.15s linear, z-index 0.15;
            z-index: -1;
            overflow-x: hidden;
            overflow-y: auto;
        }

        .model-open {
            z-index: 99999;
            opacity: 1;
            overflow: hidden;
        }

        .popup .custom-model-inner {
            -webkit-transform: translate(0, -25%);
            -ms-transform: translate(0, -25%);
            transform: translate(0, -25%);
            -webkit-transition: -webkit-transform 0.3s ease-out;
            -o-transition: -o-transform 0.3s ease-out;
            transition: -webkit-transform 0.3s ease-out;
            -o-transition: transform 0.3s ease-out;
            transition: transform 0.3s ease-out;
            transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
            display: inline-block;
            vertical-align: middle;
            width: 750px;
            margin: 30px auto;
            max-width: 97%;
        }

        .custom-model-wrap {
            display: block;
            width: 100%;
            position: relative;
            background-color: #000;
            border: 1px solid #999;
            border: 1px solid rgba(0, 0, 0, 0.2);
            border-radius: 6px;
            -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
            box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
            background-clip: padding-box;
            outline: 0;
            text-align: left;
            padding: 20px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            max-height: calc(100vh - 70px);
            overflow-y: auto;
        }

        .model-open .custom-model-inner {
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
            position: relative;
            z-index: 999;
        }

        .model-open .bg-overlay {
            background: rgba(0, 0, 0, 0.6);
            z-index: 99;
        }

        .bg-overlay {
            background: rgba(0, 0, 0, 0);
            height: 100vh;
            width: 100%;
            position: fixed;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: 0;
            -webkit-transition: background 0.15s linear;
            -o-transition: background 0.15s linear;
            transition: background 0.15s linear;
        }

        .close-btn {
            position: absolute;
            right: 1px;
            top: 1px;
            cursor: pointer;
            z-index: 99;
            font-size: 36px;
            color: #ffffff;
            background-color: #000;
            padding: 0 10px;
        }

        @media screen and (min-width:800px) {
            .custom-model-main:before {
                content: "";
                display: inline-block;
                height: auto;
                vertical-align: middle;
                margin-right: -0px;
                height: 100%;
            }
        }

        @media screen and (max-width:799px) {
            .custom-model-inner {
                margin-top: 45px;
            }
        }
        
/*//////////////////popup/////////////////////////*/
.custom-model-wrap h3{
    color: #fff;
}

.custom-model-wrap input{
     width: 100%;
    padding: 8px 4px;
    margin: 8px 0;
}
.custom-model-wrap select{
     width: 100%;
    padding: 8px 4px;
    margin: 8px 0;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.button {
    background-color: #ff1919;
    border: none;
    font-weight: 600;
    color: #fff;
    padding: 8px 15px;
    width: 15%;
}
input.wpcf7-form-control.wpcf7-file {
    background: #fff;
}
input.wpcf7-form-control.wpcf7-file:after {
    content: "Upload Resume*";
    margin-left: -97px;
    background: #fff;
}





.carousel.main-banner {
    position: relative;
}


/*.main-banner.carousel .carousel-inner .item::before {
    content: "";
    position: absolute;
    background-color: #00000085;
    width: 100%;
    height: 100%;
}*/

button.slick-next.pull-right.slick-arrow {
    position: absolute;
    right: 0;
    top: 40%;
    font-size: 42px;
    background: #d20e13;
    border: none;
    padding: 4px 6px;
	z-index: 999;
    color: #fff;
}
button.slick-prev.pull-left.slick-arrow {
    position: absolute;
    left: 0;
    top: 40%;
    font-size: 42px;
    background: #d20e13;
    border: none;
    padding: 4px 6px;
	z-index: 999;
    color: #fff;
}
.carousel.main-banner .item img {
    width: 100%;
}
.main-ban-cont {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 31%;
}
.main-ban-cont-in {
    text-align: left;
}
.carousel.main-banner .carousel-control.left,
.carousel.main-banner .carousel-control.right {
    background-image: none;
    background-repeat: repeat-x;
}
.carousel.main-banner .carousel-control {
    opacity: 1;
    width: 3%;
}
.main-ban-cont-in {
    animation-name: moveInleft;
    animation-duration: 2s;
    /*animation-delay: 0.6s;*/
}
.main-ban-cont-in h1 {
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Quicksand";
}
.main-ban-cont-in h1 span {
    color: #d2ab67;
}
.main-ban-cont-in p {
    font-family: "poppinsregular";
    font-size: 15px;
    color: #fff;
    width: 414px;
    line-height: 27px;
    margin-top: 20px;
}
.yellow-btn {
    font-family: "montserratbold";
    background-color: #d2ab67;
    color: #000;
    font-size: 15px;
    width: 125px;
    display: block;
    text-align: center;
        padding: 12px 0px;
    margin-top: 28px;
    transition: 0.6s;
}
.yellow-btn:hover,
.yellow-btn:focus {
    background-color: #d10f13;
    color: #fff;
    text-decoration: none;
}
.hm-ab {
    width: 100%;
    display: inline-block;
}
/*.hm-ab-left {*/
/*    float: left;*/
/*    width: 40%;*/
/*}*/
.hal-img {
    overflow: hidden;
}
/*.hm-ab-right {*/
/*    width: 55%;*/
/*    float: right;*/
/*}*/
.hm-h6 {
    font-family: "poppinssemibold";
    color: #d2ab67;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0;
}
.hm-h1 {
    color: #000;
    font-size: 48px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: "Quicksand";
}
p {
    color: #000;
    font-family: "poppinsregular";
}
.service p {
    font-size: 16px;
    /*width: 800px;*/
    margin: 0px auto;
}
.hm-ab-right p {
    font-size: 14px;
    line-height: 24px;
}
.hal-img img {
       transition: 0.6s;
       float: left;
       padding-right: 40px;
       padding-bottom: 22px;
}
.hal-img:hover img {
    transform: scale(1.1);
}
.fs {
    padding: 50px 0;
}
.service {
    background-color: #f9f3ea;
}
.serv-all {
    margin-top: 17px;
        text-align: center;
}
.serv-box {
    width: 390px;
        vertical-align: top;
    display: inline-block;
    margin: 30px 20px 30px 20px;
}
.sb-img {
    float: left;
    margin-right: 20px;
    width: 80px;
}
.sb-img img {}
.serv-box:hover .sb-img img {
    filter: grayscale(100%);
}
.sb-txt {
    display: flow-root;
}
.sb-txt:hover h6 {
    color: #d20f14;
}
.sb-txt h6 {
    color: #000;
    font-size: 18px;
    margin-top: 0;
        text-align: left;
}
.sb-txt p {
    font-size: 14px;
    width: auto;
}
.service .hm-h1 {
    margin-top: 0;
}
.wc {
    width: 100%;
    display: inline-block;
}
.wc-left {
    width: 48%;
    float: left;
}
.wc-left-img {
    overflow: hidden;
}
.wc-left-img img {
    width: 100%;
    transition: 0.6s;
}
.wc-left-img:hover img {
    transform: scale(1.1);
}
.wc-right {
    float: right;
    width: 48%;
}
.hm-faq .panel-body {
    padding: 15px 0px 15px 29px;
}
.hm-faq .panel-body p {
    font-size: 15px;
    color: #000;
    font-family: "poppinsregular";
}
.hm-faq .panel-group .panel {
    margin-bottom: 11px;
}
.hm-faq .panel-group .accordion-toggle:hover,
.hm-faq .panel-group .accordion-toggle:focus {
    text-decoration: none;
}
.hm-faq .panel-default>.panel-heading {
    background-color: transparent;
    border-color: transparent;
    padding: 10px 0px;
}
.hm-faq .panel-default {
    border-color: transparent;
}
.hm-faq .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 0px solid transparent;
    box-shadow: none;
}
.hm-faq .panel-group .accordion-toggle {
    display: block;
    font-size: 15px;
    color: #000;
    position: relative;
    font-family: "poppinsregular";
    padding-right: 35px;
}
.hm-faq .panel-group .accordion-toggle.collapsed {}
.hm-faq .panel-group .accordion-toggle span {
    color: #fff;
    font-size: 21px;
}
.hm-faq .panel-group .accordion-toggle [data-toggle="collapse"]:after {
    color: #fff;
}
.hm-faq .panel-group .accordion-toggle.collapsed span {
    color: #e5994d;
}
.hm-faq .panel-group .collapse {
    display: none;
}
.hm-faq .panel-group .collapse.in {
    display: block;
}
.hm-faq .panel-heading [data-toggle="collapse"]:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f106";
    color: #000;
    text-align: center;
    font-size: 18px;
    position: absolute;
    right: 0;
    font-weight: bold;
}
.hm-faq .panel-heading [data-toggle="collapse"].collapsed:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107";
    color: #000;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 2px;
    font-weight: bold;
}
.hm-faq .panel-group .accordion-toggle i {
    color: #d5b171;
    margin-right: 13px;
}
.project {
    background-color: #f9f3ea;
}
ul.tabs {
    text-align: center;
    margin-bottom: 40px;
    padding-left: 0px;
}
ul.tabs li {
    display: inline-block;
    padding: 7px 20px;
    cursor: pointer;
    font-family: "poppinsregular";
    font-size: 12px;
}
ul.tabs li:hover {
    background: #d10f13;
    color: #fff;
}
ul.tabs li.current {
    background: #d2ab67;
    color: #000;
}
.tab-content {
    display: none;
}
.tab-content.current {
    display: inherit;
}
.pr-bx-all {
        text-align: center;
}
.pr-box {
    position: relative;
    width: 333;
     display: inline-grid;
     margin: 10px 0;
	overflow: hidden;
}
.prb-img {}
.prb-img img {
    width: 100%;
}
.prb-overlay {
    position: absolute;
    background-color: #00000094;
    top: 0;
    width: 0;
    height: 0;
    text-align: center;
    padding-top: 72px;
    transition: 0.6s;
    opacity: 0;
}
.prb-overlay h5 {
    font-size: 17px;
    color: transparent;
    font-family: "Quicksand";
    letter-spacing: 1px;
    transition: 0.6s;
}
.prb-overlay h6 {
    font-size: 12px;
    color: transparent;
    font-family: "poppinslight";
    letter-spacing: 1px;
    transition: 0.6s;
}
.pr-box:hover .prb-overlay {
    width: 100%;
    height: 100%;
    opacity: 1;
}
.pr-box:hover .prb-overlay h5,
.pr-box:hover .prb-overlay h6 {
    color: #fff;
}
.pr-box:hover .prb-overlay h5:hover {
    color: #d2ab67;
}
.pr-box:hover .prb-overlay h6:hover {
    color: #d10f13;
}
.prbi {
    background-color: #d2ab67;
    width: 119px;
    height: 41px;
    right: 0;
    bottom: 0;
    padding-top: 9px;
    position: absolute;
    border-top-left-radius: 29px;
    transition: 1s;
    text-align: center;
    opacity: 0;
}
.pr-box:hover .prbi:hover {
    background-color: #fff;
}
.pr-box:hover .prbi {
    opacity: 1;
}
.prbi ul {
    padding-left: 0;
    list-style: none;
}
.prbi ul li {
    display: inline-block;
    background-color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding-top: 3px;
    margin-left: 10px;
    margin-right: 10px;
    transition: 0.6s;
}
.pr-box:hover .prbi:hover ul li {
    background-color: #d2ab67;
}
.prbi ul li a {}
.prbi ul li a i {
    font-size: 13px;
    color: #000;
}
.project .hm-h1 {
    margin-top: 0;
    margin-bottom: 43px;
}
.project .yellow-btn {
    display: inline-block;
}
.client .hm-h1 {
    margin-top: 0;
    margin-bottom: 67px;
}
.client.fs {
    padding: 50px 0 30px 0;
}
#client-carousel.owl-carousel .owl-item img {
    width: auto;
}
.testimonial .my-container {
    max-width: 1120px;
}
.testimonial {
    background-color: #ffffff;
}
.testimonial .hm-h1 {
    margin-top: 0;
    margin-bottom: 43px;
}
.blog .hm-h1 {
    margin-top: 0;
    margin-bottom: 43px;
}
#test-carousel.owl-carousel .owl-item img {
    width: auto;
}
#test-carousel.owl-carousel .owl-item .item {
    width: 100%;
}
#test-carousel.owl-carousel .owl-dots.disabled {
    display: block;
}
#test-carousel.owl-carousel button.owl-dot {
    width: 7px;
    height: 7px;
    margin: 5px 7px;
    background: #444444;
    display: inline-block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 0;
}
#test-carousel.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 23px;
}
#test-carousel.owl-carousel button.owl-dot.active {
    background: #d2ab67;
}
.test-box {
    border: 1px solid #b1b0b0;
    padding: 26px;
    margin: 0 20px;
}
.tb-up {
    width: 100%;
    display: inline-block;
}
.tbu-left {
    float: left;
}
.tbul-img {
    float: left;
    margin-right: 12px;
}
.tbul-img img {}
.tbu-right {
    float: right;
}
.tbul-txt {
    float: left;
    margin-right: 12px;
}
.tbul-txt h5 {
    font-family: "Quicksand";
    font-size: 18px;
    color: #000;
}
.tbul-txt h6 {
    font-family: "poppinsregular";
    font-size: 11px;
    color: #d2ab67;
}
.test-box p {
    font-size: 14px;
    color: #000;
    font-family: "poppinsregular";
    margin-top: 10px;
}
.blog {
    width: 100%;
    display: inline-block;
}
.blog.fs {
    padding: 40px 0 20px 0;
    display: none;
}
.blog-box {
    background-color: #ffffff;
    box-shadow: 0px 0px 4px 3px #dfdfdf;
    margin: 20px 10px 20px 10px;
}
.bb-img {
    overflow: hidden;
}
.bb-img img {
    transition: 0.6s;
    width: 100%;
}
.bb-txt {
    padding: 25px;
}
.bb-txt h2 {
    font-size: 20px;
    color: #000;
    font-family: "Quicksand";
    transition: 0.6s;
}
.bb-txt ul {
    list-style: none;
    padding-left: 0;
    margin-top: 23px;
}
.bb-txt ul li {
    display: inline-block;
    margin-right: 31px;
}
.bb-txt ul li span {
    font-size: 13px;
    color: #000;
    font-family: "poppinsregular";
}
.bb-txt ul li i {
    font-size: 19px;
    color: #d2ab67;
    margin-right: 6px;
    vertical-align: top;
}
.blog-box:hover .bb-img img {
    transform: scale(1.1);
}
.bb-txt p:hover {
    color: #d10f13;
}
footer {
    background-color: #f9f3ea;
    padding-top: 40px;
    padding-bottom: 10px;
}
footer .sm-title-left {
    color: #d2ab67;
    font-size: 20px;
    font-family: "Quicksand";
    margin-bottom: 24px;
    margin-top: 0;
}
footer .sm-title-left::before,
footer .sm-title-left::after {
    display: none;
}
footer .sm-title-left img {
    vertical-align: top;
    margin-top: 9px;
    margin-left: 7px;
}
/*.ft-col1 {*/
/*    width: 28%;*/
/*    float: left;*/
/*}*/
.ft-col1 img {}
.ft-col1 p {
    font-family: "poppinsregular";
    color: #000;
    font-size: 14px;
    line-height: 23px;
    margin-top: 26px;
    margin-bottom: 21px;
}
.ft-col1 ul.top-right-ul {
    float: left;
}
.ft-col2 {
    /*width: 18%;*/
    /*float: left;*/
    /*margin-left: 95px;*/
}
.ft-menu {
    list-style: none;
    padding-left: 0;
}
.ft-menu li {
    margin-bottom: 7px;
}
.ft-menu li i {
    color: #d2ab67;
    font-size: 17px;
    font-weight: 900;
    padding-right: 10px;
}
.ft-menu li a {
    font-family: "poppinsregular";
    font-size: 16px;
    color: #000;
    transition: 0.6s;
}
.ft-menu li a:hover {
    text-decoration: none;
    color: #d2ab67;
}
/*.ft-col3 {*/
/*    width: 20%;*/
/*    float: left;*/
/*    margin-left: 0;*/
/*}*/
.ft-col4 {
    /*width: 20%;*/
    float: right;
    margin-top: 52px;
}
.ft-address {
    list-style: none;
    padding-left: 0;
}
.ft-address li {
   margin-bottom: 6px;
    display: flex;
    align-items: center;
    padding-right: 10px;
}
.ft-address li i {
    color: #d2ab67;
    padding-right: 11px;
}
.ft-address li i.fa-map-marker {
    font-size: 16px;
    margin-top: 5px;
}
.ft-address li i.fa-phone {
    font-size: 16px;
}
.ft-address li i.fa-envelope {
    font-size: 13px;
/*     margin-top: 5px; */
}
.ft-address li span {
    font-family: "poppinsregular";
    font-size: 16px;
    color: #000;
}
.ft-address li span a {
    color: #000;
}
.ft-address li span a:hover {
    text-decoration: none;
    color: #d2ab67;
}
.bottom {
    background-color: #000;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 8px;
}
.bottom p {
    font-family: "Quicksand";
    font-size: 16.5px;
    color: #fff;
    margin-bottom: 0;
}
.bottom p a {
    color: #fff;
}
.bottom p a:hover {
    color: #d2ab67;
    text-decoration: none;
}
.ft-col4 .ft-address li:first-child span {
    font-family: "poppinssemibold";
    font-size: 14px;
}
.hd-sc.ft-sc {
    float: left;
    padding-left: 0;
    margin-top: 6px;
}
.hd-sc.ft-sc li i {
    background-color: #000;
}
.hd-sc.ft-sc li i:hover {
    color: #38443c;
    background-color: #d2ab67;
}
.inner-banner {
        margin-top: -5px;
}
.inner-banner img {
    width: 100%;
}
.cp-sec1 {
    text-align: center;
}
.cp-sec1 h2 {
    font-size: 28px;
    margin-top: 15px;
    margin-bottom: 16px;
    font-family: "Quicksand";
}
.contact-form {
    margin: 46px 90px 0px 90px;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
    width: 100%;
    height: 44px;
    margin-bottom: 20px;
    border-radius: 0;
    border: 1px solid #d2cec8;
    padding-left: 15px;
    outline: 0;
    font-family: "poppinsregular";
}
.contact-form textarea {
    padding-top: 10px;
    height: 167px;
}
.contact-form input[type="submit"] {
    border: 0;
    margin: 0px auto;
    margin-top: 12px;
}
.cp-sec2 {
    width: 100%;
    display: inline-block;
}
.contact-left {
    width: 40%;
    float: left;
    padding-right: 57px;
}
.contact-left h4 {
    font-size: 28px;
    margin-bottom: 16px;
    font-family: "Quicksand";
}
.contact-left p {
    font-size: 17px;
    color: #302f2f;
    font-family: "robotoregular";
    margin-bottom: 24px;
    line-height: 30px;
}
.cont-det {
    display: flex;
    margin-bottom: 23px;
    margin-top: 27px;
}
.cont-det i {
    color: #d20f13;
    margin-right: 8px;
}
.cont-det i.fa-map-marker {
    font-size: 20px;
}
.cont-det i.fa-volume-control-phone {
    font-size: 18px;
}
.cont-det i.fa-envelope-open {
    font-size: 14px;
}
.cont-det span {
    font-family: "poppinsregular";
    font-size: 16px;
    text-align: justify;
}
.cont-det a {
    font-family: "poppinssemibold";
    color: #000;
    font-size: 15px;
}
.cont-det a:hover {
    text-decoration: none;
    color: #d2ab67;
}
.ct-map {}
.ct-map iframe {
    height: 248px;
    width: 100%;
    border: 0;
    border-radius: 0;
}
.contact-right {
    width: 60%;
    float: right;
}
.news-block {
    /* position: relative; */
    margin-bottom: 60px;
    -webkit-box-shadow: 0 2px 29px rgb(34 34 34 / 14%);
    -khtml-box-shadow: 0 2px 29px rgba(34, 34, 34, 0.14);
    -moz-box-shadow: 0 2px 29px rgba(34, 34, 34, 0.14);
    -ms-box-shadow: 0 2px 29px rgba(34, 34, 34, 0.14);
    -o-box-shadow: 0 2px 29px rgba(34, 34, 34, 0.14);
    box-shadow: 0 2px 29px rgb(34 34 34 / 14%);
    background-color: #fff;
}
.news-block .inner-box:hover .image:before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}
.news-block .inner-box {
    position: relative;
}
.news-block .inner-box .image {
    position: relative;
    border-radius: 7px 7px 0 0;
    /*overflow: hidden;*/
}
/*.news-block .inner-box .image:before {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: -100%;*/
/*    z-index: 2;*/
/*    display: block;*/
/*    content: "";*/
/*    width: 75%;*/
/*    height: 100%;*/
/*    background: -webkit-linear-gradient(left,*/
/*            rgba(251, 185, 8, 0) 0%,*/
/*            rgba(0, 0, 0, 0.4) 100%);*/
/*    background: linear-gradient(to right,*/
/*            rgba(251, 185, 8, 0) 0%,*/
/*            rgba(0, 0, 0, 0.4) 100%);*/
/*    -webkit-transform: skewX(-25deg);*/
/*    transform: skewX(-25deg);*/
/*}*/
.news-block .inner-box .image .post-date {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 16px;
    color: #ffffff;
    padding: 10px 15px;
    text-align: center;
    border-radius: 50px 0px 50px 50px;
    background-color: #fbb908;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.news-block .inner-box .image .post-date:before {
    position: absolute;
    content: "";
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    border: 1px dashed #ffffff;
    border-radius: 50px 0px 50px 50px;
}
.news-block .inner-box .image .post-date span {
    font-weight: 700;
    display: block;
}
.news-block .inner-box .lower-content {
    padding: 27px 33px 16px 33px;
    width: 100%;
    position: relative;
    -webkit-border-radius: 0 0 7px 7px;
    -khtml-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -ms-border-radius: 0 0 7px 7px;
    -o-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
}
.news-block .inner-box .image img {
    width: 100% !important;
    height: auto;
}
.news-block .inner-box .lower-content h3 {
    color: #000;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 18px;
    font-family: "Quicksand";
    font-weight: bold;
}
.sidebar-title h2 {
    color: #000;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 18px;
    font-family: "Quicksand";
    text-transform: capitalize;
    font-weight: bold;
}
.lower-content p {
    color: #000;
    font-family: "poppinsregular";
    line-height: 24px;
}
.sidebar-title {
    position: relative;
    margin-bottom: 20px;
}
.sidebar-title:before {
    content: "";
    width: 40px;
    height: 3px;
    background-color: #ffb200;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 40px;
}
.sidebar .popular-posts .post {
    position: relative;
    font-size: 15px;
    color: #242424;
    padding: 0px 0px 30px 106px;
    border-bottom: 1px solid #eee;
    min-height: 108px;
    margin-bottom: 30px;
}
.sidebar .popular-posts .post:last-child {
    border-bottom: 0px solid #eee;
}
.sidebar .popular-posts .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 85px;
}
.sidebar .popular-posts .post .post-thumb img {
    width: 90px;
    height: 90px;
    background-size: cover;
    background-position: center center;
    border-radius: 50%;
}
.sidebar .popular-posts .post .text {
    position: relative;
    font-size: 16px;
    margin: 0px 0px 0px;
    font-weight: 600;
    color: #222222;
    line-height: 26px;
    text-transform: capitalize;
}
.sidebar .popular-posts .post .text a {
    color: #000;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: "poppinsregular";
}
.sidebar .popular-posts .post .text a:hover {
    color: #d2ab67;
    text-decoration: none;
}
.sidebar .popular-posts .post-info {
    font-size: 14px;
    color: #777777;
    font-weight: 400;
}
.widget-content {
    margin-top: 45px;
}
.blog-page .blog-box {
    width: 30%;
    display: inline-block;
    margin: 20px 14px 20px 13px;
}
.blog-page .hm-h1 {
    color: #000;
    font-size: 48px;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: "Quicksand";
}
.ab-pg-sec1 {
    width: 100%;
    display: inline-block;
}
.ab-pg-sec2 {
    width: 100%;
    display: inline-block;
}
.ab-pg-sec2.fs {
    padding-top: 0;
}
.ab-pg-sec1 .hm-ab-left {
    float: right;
    margin-left: 53px;
}
.blog-det.serv-det .sidebar .popular-posts .post {
    padding: 16px 0px 14px 22px;
    border: 1px solid #eee;
    border-bottom: 0px solid #eee;
    min-height: auto;
    margin-bottom: 0;
    transition: 0.6s;
}
.blog-det.serv-det .sidebar .popular-posts .post:last-child {
    border-bottom: 1px solid #eee;
}
.blog-det.serv-det .sidebar .popular-posts .post .text a {
    position: relative;
    display: block;
    transition: 0.6s;
}
.blog-det.serv-det .sidebar .popular-posts .post .text a:after {
    position: absolute;
    content: "\f105";
    right: 22px;
    top: 0;
    color: #222222;
    font-size: 18px;
    font-family: "FontAwesome";
}
.blog-det.serv-det .sidebar .popular-posts .post:hover {
    background-color: #ffb200;
}
.blog-det.serv-det .sidebar .popular-posts .post:hover .text a {
    color: #fff;
}
.service.service1 {
    background-color: #fff;
}
.pro_item {
    margin-top: 95px;
    border: 1px solid #d5d5d5;
    min-height: 263px;
    padding-top: 35px;
    padding-bottom: 26px;
    padding-right: 15px;
    position: relative;
    padding-left: 275px;
    width: 535px;
    display: inline-block;
    vertical-align: top;
    margin: 10px 15px;
}
.pro_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
    width: 42%;
    z-index: 1;
    height: 267px;
}
.pro_img img{
    width: 100%;
    object-fit: cover;
    height: 272px;
}
.pro_item .btn.cs-btn {
    padding: 4px 15px;
}
.pro_item h3 {
    font-family: "Quicksand";
    text-transform: capitalize;
    margin-top: 0;
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.pro_item p {
    font-size: 14px;
    color: #3e3e3e;
    font-family: "poppinsregular";
    width: auto;
    margin: 16px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 24px;
}
.btn.cs-btn {
    border: none;
    outline: none;
    border-radius: 0;
    font-family: "montserratbold";
    background-color: #d2ab67;
    color: #000;
    font-size: 15px;
    font-weight: normal;
    padding: 6px 15px;
    transition: 0.6s;
}
.pro_item:hover {}
.pro_item:hover .pro_img img,
.img_box:hover img {
    transition: 0.6s;
    transform: scale(1.1);
}
.pro_item:hover h3 {
    color: #d10f13;
}
.btn.cs-btn:hover {
    background-color: #d10f13;
    color: #fff;
    text-decoration: none;
}
@media only screen and (min-width: 1024px) {
    /*.hm-ab-right {*/
    /*    width: 54%;*/
    /*}*/
    .prb-overlay {
        padding-top: 48px;
    }
    .main-banner .my-container {
        max-width: 920px;
    }
    .my-container {
        max-width: 980px;
    }
    .main-menu li {
        margin-left: 17px;
    }
    .hd-ul-left li span {
        vertical-align: top;
    }
    .hd-ul-left li:last-child span {
        width: 433px;
        display: inline-block;
    }
    .main-ban-cont {
        bottom: 23%;
    }
    .testimonial .my-container {
        max-width: 980px;
    }
    #test-carousel.owl-carousel .owl-item .item {
        width: 92%;
    }
}
@media only screen and (min-width: 1268px) {
    /*.hm-ab-right {*/
    /*    width: 55%;*/
    /*}*/
    .testimonial .my-container {
        max-width: 1120px;
    }
    #test-carousel.owl-carousel .owl-item .item {
        width: 100%;
    }
    .prb-overlay {
        padding-top: 72px;
    }
    .main-ban-cont {
        bottom: 31%;
    }
    .my-container, .top .my-container {
        max-width: 1140px;
    }
    .main-banner .my-container {
        max-width: 1140px;
    }
    .top .my-container {
        max-width: 1140px;
    }
    .main-menu li {
        margin-left: 20px;
    }
    .hd-ul-left li:last-child span {
        width: auto;
    }
    .hd-ul-left li span {
        vertical-align: middle;
    }
}
@media only screen and (min-width: 1522px) {
    .main-banner .my-container {
        max-width: 1320px;
    }
    .my-container {
        max-width: 1320px;
    }
    .main-menu li {
        margin-left: 35px;
    }
    .top .my-container {
        max-width: 1320px;
    }
}







/* *********************************Chairman & Managing Director****************************************** */


.chairman {
    margin: 30px 0;
}

.manag {
    /*width: 325px;*/
    /*display: flex;*/
    margin: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transition: ease-in-out .3s;
}

.manag img {
       width: 39%;
    height: 300px;
    object-fit: cover;
    object-position: top;
    float: left;
    margin-right: 26px;
        padding-bottom: 16px;
}
.manag:hover{
   box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.manag_text {
    padding: 20px;
}

.manag_text h2 {
    font-size: 30px;
    font-weight: bold;
    font-family: "Quicksand";
    color: #d10f13;
    margin-top: 0;
}

.manag_text h5 {
    font-size: 18px;
}

.manag_text p {
    font-size: 15px;
    line-height: 25px;
    font-family: "poppinsregular";
}

.dir {
    margin-top: 80px;
}

.chair_had {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.chair_had h2 {
    padding: 0 20px;
        font-size: 48px;
    font-family: "Quicksand";
    font-weight: bold;
}

.chair_had .line_1 {
    width: 100px;
    height: 3px;
    background-color: #d10f13;
    margin-top: 12px;
}


/* *********************************Chairman & Managing Director****************************************** */


/* *********************************Board of Directors****************************************** */


.team_t{
    /*background-color: #d2ab67;*/
    padding: 40px 0;
}
.team_t .team-man {
    background-color: #e0dbdb;
    padding: 1px 0;
    text-align: center;
    color: #000;
}
.team_t .board_of{
    text-align: center;
}
.team_t .our_team{
    /* text-align: right; */
    /*display: flex;*/
    align-items: center;

}
/*.team_t .our_team div{*/
/*    height: 5px;*/
/*    background-color: #bdbbbb;*/
/*    width: 50%;*/
/*    margin: 0 30px;*/
/*}*/

.team_t .our_team h2{
    color: #000;
    font-size: 48px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: "Quicksand";
}
.team-man h3{
    margin-top: 7px;
    font-size: 20px;
}
.team-man h6{
    font-size: 15px;
}

.team_t figure.snip0016 {
        color: #fff;
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 220px;
    max-width: 260px;
    max-height: 392px;
    width: 100%;
    background: #000000;
    text-align: left;
    display: inline-block;
  }

  .team_t figure.snip0016 img {
    max-width: 100%;
    opacity: 1;
    width: 100%;
    height: 280px;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    object-fit: cover;
  }
  .team_t figure.snip0016 figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 3em;
    width: 100%;
    height: 100%;
  }
  .team_t figure.snip0016 figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 100%;
    border-left: 4px solid rgba(255, 255, 255, 0.8);
    content: '';
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .team_t figure.snip0016 h2,
  .team_t figure.snip0016 p {
    margin: 0 0 5px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
  }
  .team_t figure.snip0016 h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    text-transform: uppercase;
    -webkit-transform: translate3d(30%, 0%, 0);
    transform: translate3d(30%, 0%, 0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
        margin-top: 55px;
        text-align: center;
  }
  .team_t figure.snip0016 h2 span {
    font-weight: 800;
  }
  .team_t figure.snip0016 p {
       color: #fff;
    font-weight: 200;
    -webkit-transform: translate3d(0%, 30%, 0);
    transform: translate3d(0%, 30%, 0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
        text-align: center;
  }
  .team_t figure.snip0016 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    color: #ffffff;
  }
  .team_t figure.snip0016:hover img {
    opacity: 0.3;
  }
  .team_t figure.snip0016:hover figcaption h2 {
    opacity: 1;
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .team_t figure.snip0016:hover figcaption p {
    opacity: 0.9;
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .team_t figure.snip0016:hover figcaption::before {
    background: rgba(255, 255, 255, 0);
    /*left: 30px;*/
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  

/* *********************************Board of Directors****************************************** */



/* *********************************Response to COVID-19****************************************** */

.covid{
    margin: 30px 0;
}
.covid img{
    width: 100%;
    height: 400px;
        object-fit: cover;
}
.covid_text{
    padding: 10px 50px;
}
.covid h2{
    color: #000;
    font-size: 48px;
    margin-bottom: 44px;
    font-family: "Quicksand";
    text-align: center;
}
.covid_text h3{
    font-size: 25px;
    color: #d2ab67;
    line-height: 33px;
    font-family: "Quicksand";
}
.covid_text h6{
    font-size: 16px;
    margin: 20px 0;
    font-family: "Quicksand";
}
.covid_text h5{
    margin-bottom: 15px;
    font-size: 16px;
    font-family: "Quicksand";
}
.covid_text p{
        font-size: 14px;
    line-height: 27px;
    font-family: "poppinsregular";
}
.covid_img2 {
    display: flex;
    margin: 40px 0;
}
.covid_img2 img{
    width: 500px;
    object-fit: cover;
}
.covid_img2 ul li{
    font-size: 16px;
    font-weight: 700;
    line-height: 35px;
    color: #444343;
}
.covid_text h4{
    background-color: #b3822c2e;
    padding: 30px;
    font-size: 17px;
    line-height: 30px;
}

/* *********************************Response to COVID-19****************************************** */

/* *********************************career****************************************** */

.career{
    background-color: #f9f3ea69;
    padding: 40px 0;
}
.career_job h2{
    font-size: 48px;
    text-align: center;
        font-family: "Quicksand";

}
.career_job p{
    padding: 10px 50px;
    text-align: center;
    font-size: 16px;
    font-family: "poppinsregular";
}
.career_job h2 span{
    color: red;
}
.job_c{
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 10px;
    margin-top: 10px;
    box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
    transition: ease-in-out .3s;
}
.job_c:hover{
   box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.job_c img{
    width: 100px;
    margin-left: 10px;
    object-fit: cover;
}
.job_text h4{
    font-size: 20px;
     font-family: "Quicksand";
}

.job_text{
    padding: 15px;
    padding-left: 25px;
}
.job_text h5{
    font-size: 13px;
}
.job_text h6{
    padding: 5px 0;
}
.job_text h5 span{
    padding-right: 10px;
}
.job_text h5 span i{
    margin-right: 7px;
    color: red;
}
.job_btn {
    margin-top: 20px;
    text-align: left;
}
.job_btn a{
    background-color: #ff1919;
    padding: 8px 20px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: ease-in-out .3s;
}
.job_btn a:hover{
    background-color: #d2ab67;
}


/* *********************************career****************************************** */

/* *********************************career_details****************************************** */
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ff1919;
    color: #fff;
}

.career_details{
    background-color: #e7c28342;
    padding: 30px 0;
}
.detail{
       box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
    padding: 20px;
    background-color: #fff;
        display: none;
}
.creer_d{
    background-color: #fff;
    padding: 20px;
}
.creer_d h3{
    font-size: 30px;
        font-family: "Quicksand";
}
.career_details table tr td{
    padding: 20px !important;
}
.detail img{
    width: 100px;
    float: left;
    margin-right: 20px;
}
.detail p{
    line-height: 30px;
        font-family: "poppinsregular";
        font-size: 15px;
}
.detail h4{
    font-size: 15px;
}
.detail h4{
    padding: 1px 0;
}
.detail h4 i{
   margin-right: 10px;
   font-size: 20px;
   color: #ff1919;
}

.companey_det{
    /*margin-top: 20px;*/
    padding: 20px;
       box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
    background-color: #fff;
}
.companey_det h2{
    font-size: 25px;
    margin-bottom: 30px;
     font-family: "Quicksand";
}
.companey_det h4{
    font-size: 16px;
    line-height: 40px;
    align-items: center;

}
.career_details table{
    margin: 30px 0;
}
.companey_det h4 i{
    margin-right: 10px;
   font-size: 20px;
   color: #ff1919;
}
.dt_btn button{
    background-color: #ff1919;
    border: none;
    font-weight: 600;
    color: #fff;
    padding: 8px 15px;

}
.detail_do h3{
    font-size: 20px; 
    font-family: "Quicksand";
}
.detail_do p{
    font-size: 16px; 
   line-height: 30px;
       font-family: "poppinsregular";
}


/* *********************************career_details****************************************** */



/* *********************************Working at VRC Group****************************************** */
.work_at{
    padding: 30px 0;
}
.work_at h2{
        color: #000;
    font-size: 48px;
    margin-bottom: 40px;
    font-family: "Quicksand";
    text-align: center;
}
.work_img img{
    width: 100%;
    height: 450px;
    object-fit: cover;
    transition: ease-in-out .3s;

}
.work_img{
    overflow: hidden;
}
.work_img:hover img{
    width: 110%;
    transition: ease-in-out .3s;

}
.work_img h2{
    font-size: 48px;
    margin-bottom: 15px;
        font-family: "Quicksand";
            text-align: left;
                margin-top: 0;
}
.work_img h2 span{
    color: red;
}
.work_img p{
    font-size: 15px;
    line-height: 25px;
        font-family: "poppinsregular";
}
.vrc{
    background-color: #f9f3ea;
    padding: 50px;
}
.vrc img{
    height: 250px;
    object-fit: cover;
}

/* *********************************Working at VRC Group****************************************** */



/* *********************************Health and safety****************************************** */
.cratificat{
        margin: 20px 0;
}
.cratificat h1{
        color: #000;
    font-size: 48px;
    margin-top: 30px;
    margin-bottom: 40px;
    font-family: "Quicksand";
        text-align: center;
}
.health_text h2{
    color: #000;
    font-size: 35px;
    font-family: "Quicksand";
}
.allsafrty{
    background-color: #f9f3ea;
    padding: 20px 0;
    margin: 35px 0;
}
.allsafrty .safrty img{
    height: 280px;
    border: 8px solid #000;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;

}
.health_img img{
    height: 410px;
    width: 50%;
    float: left;
    margin: 0 19px;
    margin-bottom: 17px;
}

.health_img2 img{
    height: 375px;
    width: 50%;
    float: right;
    margin: 0 20px;
    margin-bottom: 30px;
    
}

.health_text p{
    font-size: 15px;
    line-height: 26px;
        font-family: "poppinsregular";
}
.health_and_safty{
     margin-bottom: 50px;
}
.health_contant{
    margin-top: 30px;
}

.health_contant p{
    font-size: 15px;
    line-height: 26px;
     font-family: "poppinsregular";
}
.allsafrty h2{
    font-size: 43px;
    text-align: center;
   padding-bottom: 30px;
        font-family: "Quicksand";
}

.work_img-flot{
    float: right;
}
/* *********************************Health and safety****************************************** */



/* *********************************Clients****************************************** */

.client_our{
    margin: 20px 0;
}
.cl h2{
    text-align: center;
    font-size: 48px;    
    font-family: "Quicksand";
}
.client_icon{
    text-align: center;
}
.client_icon .box_icon {
    position: relative;
    width: 190px;
    height: 190px;
    /*background: #000;*/
    display: inline-block;
    margin: 15px;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border-radius: 20px;
}

.client_icon .box_icon:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    transition: 0.5s;
    transform: scaleX(0);
    opacity: 0;
}

.client_icon .box_icon:hover:before {
    transform: scaleX(1);
    opacity: 1;
}

.client_icon .box_icon:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    transition: 0.5s;
    transform: scaleY(0);
    opacity: 0;
}

.client_icon .box_icon:hover:after {
    transform: scaleY(1);
    opacity: 1;
}

.client_icon .bobox_iconx .imgBox {
    position: relative;
}

.client_icon .box_icon .imgBox img {
    width: 100%;
    height: 190px;
    transition: 0.5s;
}

.client_icon .box_icon:hover .imgBox img {
    opacity: .2;
    transform: scale(1.2);
}

.client_icon .box_icon .content {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

.client_icon .box_icon .content h2 {
    margin: 0 0 10px;
    padding: 0;
    color: #fff;
    transition: 0.5s;
    transform: translateY(-50px);
    opacity: 0;
    visibility: hidden;
    font-size: 20px;
}

.client_icon .box_icon .content p {
    margin: 0;
    padding: 0;
    color: #fff;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
}

.client_icon .box_icon:hover .content h2{
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}


.client_our.our_vid{}
.client_our.our_vid .video_bx{}
.client_our.our_vid .video_bx video{width: 100%;height: auto;}


/* *********************************Clients****************************************** */



/* *********************************About****************************************** */


.about-section {
       margin: 20px 0;
}
.about-section h3{
        color: #000;
        font-size: 48px;
        margin-bottom: 50px;
        font-family: "Quicksand";
        text-align: center;
}
.sec-title{
position:relative;
z-index: 1;
margin-bottom:60px;
}

.sec-title .title{
position: relative;
display: block;
font-size: 18px;
line-height: 24px;
color: #ef0000;
font-weight: 500;
margin-bottom: 15px;
}

.sec-title h2{
color: #000;
    font-size: 48px;
    margin-top: 0px;
    margin-bottom: -15px;
    font-family: "Quicksand";
}

/*.sec-title h2:before{*/
/*position:absolute;*/
/*content:'';*/
/*left:0px;*/
/*bottom:0px;*/
/*width:50px;*/
/*height:3px;*/
/*background-color:#d1d2d6;*/
/*}*/

.sec-title .text{
position: relative;
font-size: 16px;
line-height: 26px;
color: #848484;
font-weight: 400;
margin-top: 35px;
}

.sec-title.light h2{
color: #ffffff;
}

.sec-title.text-center h2:before{
left:50%;
margin-left: -25px;
}

.list-style-one{
position:relative;
}

.list-style-one li{
position:relative;
font-size:16px;
line-height:26px;
color: #222222;
font-weight:400;
padding-left:35px;
margin-bottom: 12px;
}

.list-style-one li:before {
content: "\f058";
position: absolute;
left: 0;
top: 0px;
display: block;
font-size: 18px;
padding: 0px;
color: #ff2222;
font-weight: 600;
-moz-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1.6;
font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover{
color: #44bce2;
}

.btn-style-one{
position: relative;
display: inline-block;
font-size: 17px;
line-height: 30px;
color: #ffffff;
padding: 10px 30px;
font-weight: 600;
overflow: hidden;
letter-spacing: 0.02em;
background-color: #00aeef;
}

.btn-style-one:hover{
background-color: #0794c9;
color: #ffffff;
}
/*.about-section{*/
/*position: relative;*/
/*padding: 120px 0 70px;*/
/*}*/

.about-section .sec-title{
margin-bottom: 28px;
}

.about-section .content-column{position: relative;margin-bottom: 19px;}

.about-section .content-column .inner-column{position: relative;padding-left: 10px;}

.about-section .text{
/*margin-bottom: 20px;*/
    font-size: 14px;
    line-height: 27px;
        font-family: "poppinsregular";

}

.about-section .list-style-one{
margin-bottom: 45px;
}

.about-section .btn-box{
position: relative;
}

.about-section .btn-box a{
padding: 15px 50px;
}

.about-section .image-column{
position: relative;
}

.about-section .image-column .text-layer{
position: absolute;
right: -110px;
top: 50%;
font-size: 325px;
line-height: 1em;
color: #ffffff;
margin-top: -175px;
font-weight: 500;
}

/*.about-section .image-column .inner-column{*/
/*position: relative;*/
/*padding-left: 80px;*/
/*padding-bottom: 0px;*/
}
/*.about-section .image-column .inner-column .author-desc{*/
/*position: absolute;*/
/*bottom: 16px;*/
/*z-index: 1;*/
/*background: orange;*/
/*padding: 10px 15px;*/
/*left: 96px;*/
/*width: calc(100% - 152px);*/
/*border-radius: 50px;*/
/*}*/
.about-section .image-column .inner-column .author-desc h2{
font-size: 21px;
letter-spacing: 1px;
text-align: center;
color: #fff;
margin: 0;
}
.about-section .image-column .inner-column .author-desc span{
font-size: 16px;
letter-spacing: 6px;
text-align: center;
color: #fff;
display: block;
font-weight: 400;
}
/*.about-section .image-column .inner-column:before{*/
/*content: '';*/
/*position: absolute;*/
/*width: calc(50% + 80px);*/
/*height: calc(100% + 160px);*/
/*top: -80px;*/
/*left: -3px;*/
/*background: transparent;*/
/*z-index: 0;*/
/*border: 44px solid #ef0000;*/
/*}*/

.about-section .image-column .image-1{position: relative;margin-bottom: 0;}
.about-section .image-column .image-2{
position: absolute;
left: 0;
bottom: 0;
}
.image-1 img{
    width: 100%;
    height: 447px;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
box-shadow: 0 30px 50px rgba(8,13,62,.15);
border-radius: 15px;
}

.about-section .image-column .video-link{
position: absolute;
left: 70px;
top: 170px;
}

.about-section .image-column .video-link .link{
position: relative;
display: block;
font-size: 22px;
color: #191e34;
font-weight: 400;
text-align: center;
height: 100px;
width: 100px;
line-height: 100px;
background-color: #ffffff;
border-radius: 50%;
box-shadow: 0 30px 50px rgba(8,13,62,.15);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover{
background-color: #191e34;
color: #fff

}
/* *********************************About****************************************** */



/* *********************************Our Subsidiaries****************************************** */
.subsidiaries{
    margin: 40px 0;
}
.subsidiaries h2{
        color: #000;
    font-size: 48px;
    margin-bottom: 35px;
    font-family: "Quicksand";
    text-align: center;
}
.sub_img img{
    width: 100%;
}
.sub-mar {
    margin-bottom: 20px;
}
.sub_img h4{
   color: #d10f13;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 27px;
    font-family: "Quicksand";
}
.sub_img p{
       font-size: 14px;
    line-height: 27px;
    font-family: "poppinsregular";
}
.sub_btn a{
    background-color: #d2ab67;
    padding: 8px 20px;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    transition: ease-in-out .3s;
}
.sub_btn a:hover{
    background-color: #ef0000;
    color: #fff;
    text-decoration: none;
}
/* *********************************Our Subsidiaries****************************************** */


/* *********************************Projects****************************************** */
.start_project{
    margin: 60px 0;
}
.start_project h2{
    text-align: center;
    font-size: 35px;
    font-weight: bold;
}
.start_project p{
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}
.start_project .table-striped{
    background-color: #d2ab676e;
}
.projects .tables{
    text-align: center;
    border: 2px solid #d10f13;
}
.projects .tables td{
       line-height: 20px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #00000026;

}
.projects .tables th{
    padding: 10px 5px;
    text-align: center;
    font-size: 17px;
    border-bottom: none;
    font-family: "Quicksand";
}
.table_th{
    font-size: 25px !important;
    
}
.projects .thead-dark{
    background: #d10f13;
    color: #fff;
        white-space: nowrap;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: none;
}
/**/
      .sub-mar .col-md-4 {
    /* width: 33.33333333%; */
    width: 50%;
}
.sub-mar .col-md-8 {
    /* width: 66.66666667%; */
    width: 100%;
    float: none;
}

/* *********************************Projects****************************************** */



/* *********************************Achievement****************************************** */

.achievement{
    margin: 30px 0;
    text-align: center;
}
.achievement h1{
    font-size: 48px;
        font-family: "Quicksand";
}
.achiev_image {
    margin: 13px;
    height: auto;
    overflow: hidden;
    transition: transform 0.5s ease;
    display: inline-block;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  }
  .achiev_image_l{
    margin: 13px;
    width: 415px;
    height: 480px;
    overflow: hidden;
    transition: transform 0.5s ease;
    display: inline-block;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  }

  .image--inverted:hover {
    transform: scale(0.96);
  }
  .achiev_image img {
    width: 100%;
    height: 100%;
    transition: transform 0.8s ease;
    padding: 6px;
    background-image: url(https://freedesignfile.com/upload/2017/01/Metal-golden-background-vectors-08.jpg);
  }
  .achiev_image_l img {
    width: 100%;
    height: 100%;
    transition: transform 0.8s ease;
    padding: 6px;
    background-image: url(https://freedesignfile.com/upload/2017/01/Metal-golden-background-vectors-08.jpg);
  }
  .image--inverted {
    transition: transform 0.5s ease;
  }
  .projects{
          overflow: auto;
  }

.mtoggle {
  display: none;
  cursor: pointer;
}
/* *********************************Achievement****************************************** */



ul.pagination .page-numbers {
    background-color: #d2ab67;
    display: inline-block;
    vertical-align: top;
    padding: 8px 15px;
    margin: 30px 2px 0;
    color: #fff;
    transition: 0.6s;
    -webkit-transition: 0.6s;
}
ul.pagination .page-numbers.current,
ul.pagination .page-numbers:hover {
    background-color: #ff1919;
}
.center-page {
    text-align: center;
}

.sub-menu .sub-menu{
    left: 225px;
    top: -5px;
    display: none !important;
}

.sub-menu li:hover .sub-menu{
    display: block !important;
}
.ser-text{
        padding: 0 60px;
}
.sb-txt p{
    text-align: left;
}
footer .row{
        margin-right: 0px;
}

.sidebar {
    position: sticky;
    position: -webkit-sticky;
    top: 200px;
}


@media screen and (max-width: 1024px) {
     header{
        top:0;
    }
  .foot_m{
    padding: 15px;
}
.top{
        display: none;
}

.yellow-btn{
       margin-left: 10px; 
}
.covid_img2{
    flex-direction: column;
}
  
}
@media screen and (max-width: 991px){
.sub-mar .col-md-4 {
    /* width: 33.33333333%; */
    width: 100%;
}
.main-ban-cont{
    top: 16px;
    left: 40px
}
video#video{
    height: auto;
}
.video-sec video{
      height: auto !important;
}

}


@media screen and (max-width: 900px) {
.sub_img img {
    width: 100%;
    
}
  
  .sidebar{
          padding: 0 30px;
  }
  .main-menu li{
      margin-left: 30px;
      margin-right: 5px;
  }
  .ft-col4{
        float: none;
  }
}
@media screen and (max-width: 884px) {
   
}

.clk_btn{display: none;}
@media screen and (max-width: 800px) {
  .main-ban-cont-in h1 {
    font-size: 30px;
}
.mtoggle{
    display: inline-block;
}
.menu{
    display: none;
}
.menu{
    position: absolute;
    top: 67px;
    left: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    text-align: center;
}
.clk_btn{    
    display: inline-block;
    cursor: pointer;
    width: 10%;
    position: absolute;
    right: 20px;
    font-size: 20px;
    text-align: right;
    z-index: 99;
}
#menu-item-236::after{display: none;}
.clk_btn.active i:before{content: "\f01a";}
.hm-h1 {
    font-size: 38px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.hal-img img{
 float: inherit;
 width: 100%;
}
.serv-box{
    width: 90%;
    margin-bottom: 20px !important;
}
.wc-left{
    width: 100%;
    float: inherit;
}
.wc-left-img{
 margin-bottom: 20px;   
}
.sub_img img {
    width: 100%;
}
.wc-right {
    float: inherit;
    width: 100%;
}
.main-ban-cont {
    left: 50px;
    top: 18px;
}
.main-menu{
    background: #fff;
        max-height: 290px;
    overflow-y: auto;
}
.main-menu li {
    display: block;
    margin-left: 0px;
    text-align: left;
}

.sub-menu {
    top: 2px;
    left: 69px;
    transform: inherit;
    display: none !important;
}
.sub-menu .sub-menu {
    left: 200px;
    display: none !important;
}
.sub-menu.activeclass{position: relative;display: inline-block !important;left: 0;width: 98%;}
.sub-menu li:hover .sub-menu{display: none !important;}
.sub-menu li .sub-menu.activeclass{display: block !important;}
.sub-menu .sub-menu.activeclass{
   position: relative;display: inline-block !important;left: 0;width: 98%; 
}
.main-menu li .sub-menu li a{width: 90%;display: inline-block;}
header .my-container{
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
}

.blog-page .blog-box{
    display: inline-grid;
}
.bb-txt h2{
    font-size: 15px;
}
}
@media screen and (max-width: 768px){
    .main-ban-cont-in h1 {
    font-size: 25px;
}
.main-ban-cont-in p{
    line-height: 24px;
    margin-top: 12px;
}
.yellow-btn{
    width: 120px;
    margin-top: 16px;
}
.hal-img img{
    padding-right: inherit;
}
.ser-text {
    padding: 0 10px;
}
.ft-col4{
    margin-top: 0;
}
}
@media screen and (max-width: 600px) {
    .covid_text {
    padding: 0 3px;
}
.inner-banner img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}
    .pro_item{
        width: 98%;
    }
    .health_img img{
          width: 100%;
         height: 237px;
             margin: 0;
    }
    .work_img img{
            height: auto;
    }
    .contact-left{
            padding: 0 30px;
    width: 100%;
     float: none;
    }
    .contact-right {
    width: 100%;
     float: none; 
    padding: 0 12px;
}
.main-ban-cont-in p {
    font-family: "poppinsregular";
    font-size: 15px;
    color: #fff;
    width: 414px;
    line-height: 27px;
    margin-top: 0px;
}
.wc-contant{
         float: inherit; 
     width: 100%; 
    height: auto;
}
.wc-right_text{
    float: inherit; 
    width: 100%;
    padding: 15px;
}
.about-section .content-column .inner-column{
        padding-left: 0;
}
.manag img{
    width: 100%;
    height: 238px;
}
.chair_had h2{
        font-size: 23px;
}
.chair_had .line_1{
        width: 68px;
}
.manag_text h2 {
    font-size: 20px;
}
.covid h2{
    font-size: 22px;
    margin-bottom: 16px;
}
.covid img{
        height: 200px;
}
.about-section h3{
    font-size: 25px;
    margin-bottom: 17px;
}
.team_t .our_team h2{
        font-size: 25px;
}

.health_text h2 {
    font-size: 24px;
}
.cratificat h1{
    font-size: 25px;
    margin-top: 4px;
    margin-bottom: 17px;
}
.achievement h1 {
    font-size: 26px;
}
.work_at h2 {
    font-size: 26px;
}
.work_img h2 {
    font-size: 24px;
}
.career_job h2 {
    font-size: 26px;
}
.career_job p {
    padding: 10px 7px;
}
.contact-form {
        margin: 30px;
}
.pro_item{
        margin: 8px 0;
}
 .main-ban-cont {
    left: 50px;
    top: 0px;
}
.main-ban-cont-in h1 {
    font-size: 22px;
}
.main-ban-cont-in p {
    line-height: 22px;
    margin-top: 12px;
}
.yellow-btn {
    width: 100px;
    margin-top: 9px;
    font-size: 12px;
}
.hm-h1{
    font-size: 30px;
}
.blog-page .blog-box{
    width: 100%;
    margin: inherit;
}
.hm-ab-right {
    padding: 0 10px;
}
.fs {
    padding: 20px 0;
}

}

@media screen and (max-width: 500px) {
    .covid_img2 img {
    width: 100%;
    object-fit: cover;
}
.pro_img img{
     width: 100%;
}
.pro_img{
    width: 100%;
        position: initial;
}
.pro_item{
        padding-left: 0;
}
.vrc img{
    width: 100%;
     height: auto;
}
.serv-box{
    width: 90%;
}
#client-carousel.owl-carousel .owl-item img {
    width: 100%;
    padding: 10px;
    height: 230px;
    object-fit: contain;
}
.service .my-container .row{
         /*margin-right: 0px !important;*/
}
.hal-img {
    overflow: hidden;
    /*text-align: center;*/
}
.hal-img img {
    transition: 0.6s;
    width: 100%;
    height: 100%;
    padding-right: 0;
}
.hm-h1{
        font-size: 28px;
}
.yellow-btn{
        font-size: 11px;
        padding: 8px 19px;
}
.main-ban-cont-in h1 {
    font-size: 22px;
}
.main-ban-cont-in h1{
    margin-top: 15px;
    margin-bottom: 10px;
}
.main-ban-cont-in p{
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
}
.carousel.main-banner .carousel-control{
    width: 6%;
}
.main-ban-cont-in p{
        max-width: 228px;
    }
    .client .hm-h1 {
    margin-bottom: 8px;
}
.sub-menu .sub-menu{
    left: 0px;
        top: 0;
}
.subsidiaries h2 {
    font-size: 21px;
}
.sub_img h4 {
    margin-bottom: 8px;
    font-size: 20px;
}
.sidebar {
    padding: 0 0px;
}
.news-block .inner-box .lower-content {
    padding: 20px 14px 14px 14px;
}
.client_icon .box_icon {
    position: relative;
    width: 153px;
    text-align: center;
    height: 159px;
}
.cl h2 {
    font-size: 23px;
    margin-top: 0;
}
	input.wpcf7-form-control.has-spinner.wpcf7-submit.button{
		    width: 33%;
	}

header .my-container {
    margin-top: 26px;
}	
	
/* .pg_search {
    display: inline-block;
    float: none;
    margin-top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}	 */
    
}


@media screen and (max-width: 400px) {
    .image-1 img {
    width: 100%;
    height: auto;
}
.chair_had h2 {
    font-size: 20px;

}
.chair_had {
    margin-bottom: 15px;
}
.chair_had .line_1 {
    width: 62px;

}
.manag img {
    width: 100%;
    height: auto;
}
.manag_text {
    padding: 11px;
}
.manag {
    margin: 10px 0;
}
.hal-img img {
    transition: 0.6s;
    /* float: left; */
     padding-right: 0; 
    height: auto;
    width: 100%;
}
.hm-ab-right{
    padding: 20px;
} 
.carousel.main-banner .item img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}
	.home .mag-list .team-block{
		    width: 100% !important;
	}

}

@media screen and (max-width: 390px) {}

.all_chairman ul {
    padding-left: 45px;
}

.manag ul li {
    font-size: 15px;
    line-height: 22px;
    font-family: "poppinsregular";
    color: #000;
    margin-left: -26px;
}
.text table {
  border-collapse: collapse;
  width: 100%;
}

.text table td, .text th {
  border: 1px solid #ddd;
  padding: 8px;
}

.text table tr:nth-child(even){
	background-color: #f2f2f2;
}
.text table tr:first-child td{
	background: #d10f13;
	color: #fff;
}
.text table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #d10f13;
  color: white;
}
.sub_img.aos-init.aos-animate ul li {
    font-size: 14px;
    line-height: 27px;
    font-family: "poppinsregular";
    margin-left: -27px;
}
@media screen and (max-width: 375px) {
.hm-h1 {
    font-size: 22px;
}
    
}
/*media queries end here*/

/*toggle csss*/
.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #000;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}
 .health_text ul li,ol li {
    font-size: 15px;
    line-height: 26px;
    font-family: "poppinsregular";
    margin-left: -25px;
    list-style: square;
}

body#mw001_widget_body .mw001-widget-getquote-btn{
        display: none;
}


/* Video Start */
.video-sec {
    position: relative;
    z-index: 1;
    height: 100%;
}
.video-sec video {
    width: 100%;
    height: 700px;
    object-position: top;
    object-fit: cover;
	    position: relative;
}
.video-sec::before{
    content: "";
    background-color: rgba(0,0,0,0.2);
    /*position: absolute;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
/*.video-sec video source {*/
/*    width: 100%;*/
/*    display: block;*/
/*}*/
.video-sec h1{
    color: #fff;
    font-size: 50px;
}
.video-sec p{
    color: #fff;
    margin-bottom: 15px;
}
.video-sec a.btn{
    /* background-color: #844b9a; */
    color: #fff;
    display: inline-block;
    border: none;
    vertical-align: top;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    padding: 9px 20px;
    font-size: 15px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8104e8+0,4093b9+100 */
    background: #8104e8; /* Old browsers */
    background: -moz-linear-gradient(left,  #8104e8 0%, #4093b9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #8104e8 0%,#4093b9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #8104e8 0%,#4093b9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8104e8', endColorstr='#4093b9',GradientType=1 ); /* IE6-9 */
}
.video-sec a.btn:hover{
    background: #4a51a1;
}
.video-sec .carousel-caption {
    top: 0;
    bottom: 0;
    left: 2%;
    right: 2%;
    height: 215px;
    margin: auto;
    padding: 0;
    position: absolute;
    text-align: center;
    width: auto;
}
/* Video end */

/* Financial Start */
.home .mag-list .team-block {
    width: 25%;
    padding: 0 1%;
    padding-top: 0;
    margin-top: 40px;
    display: inline-block;
    margin-bottom: 30px;
}

.home .team-block .inner-box h4 {
    font-size: 13px;
}

.home .team-block .inner-box .lower-box .social-box {}

.home .team-block .inner-box .lower-box .social-box .rm-btn {
    background: transparent;
    width: 100%;
    color: #333;
    font-size: 16px;
    font-family: Quicksand !important;
    font-weight: 600;
}

.home .team-block .inner-box .lower-box {
    padding: 11px 0;
}

.home .dw {
    padding-top: 0;
    margin-top: 10px;
}
.team-block .inner-box {
    position: relative;
    padding-bottom: 10px;
    box-shadow: none;
    transition-duration: .5s;
}
.team-block .inner-box .image {
    position: relative;
    overflow: hidden;
    border: 4px solid #d10f13;
}
.team-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.team-block .inner-box .lower-box .social-box {
    position: relative;
}
/* Financial End */


.homepage_builder_title h2 {
    color: #000;
    font-size: 48px;
    margin-bottom: 44px;
    font-family: "Quicksand";
    text-align: center;
}

#audio-control{
    position: absolute;
    bottom: 95px;
    width: 40px;
    height: 40px;
    background: #d20f14;
    display: block;
    z-index: 999;
    right: 55px;
    color: #fff;
    line-height: 40px;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
}
ul li {}

.about-section .text ul li {
    margin-left: -37px;
    list-style: none;
    font-size: 19px;
    margin-top: 24px;
    margin-bottom: 12px;
    color: #d10f13;
}
.about-section .text ol li {
    margin-left: -25px;
    color: #000000;
    list-style: auto;
}
ul li {}

.about-section .text ul li {
    margin-left: -37px;
    list-style: none;
    font-size: 19px;
    margin-top: 24px;
    margin-bottom: 12px;
    color: #d10f13;
    font-weight: 600;
    text-transform: uppercase;
}
.about-section .text ol li {
    margin-left: -25px;
    color: #000000;
    list-style: auto;
}
.about-section h1 {
    text-align: center;
    margin-bottom: 30px;
}

.tp_widget{
    background: #f9f0d6;
    margin-top: -10px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.tp_widget iframe{
    display: inline-block;
    width: 460px;
    margin-left: 0;
    vertical-align: middle;
}
.tp_widget .hd-sc{
    display: inline-block;
    width: 180px;
    padding: 1px 0 0;
    text-align: right;
    margin-bottom: 0;
    vertical-align: middle;
}
.pg_search{
    display: inline-block;
    float: right;
    margin-top: 8px;
}
/* Financial css start */
* {
    margin: 0;
    padding: 0;

}

.carousel-inner img {
    width: 100%;
    height: 90vh;
}

.finances h1 {
    text-transform: capitalize;
    font-weight: bold;
    font-family: "Quicksand";
    font-size: 48px;
    margin-bottom: 24px;
}

.container .bg-color {
    background-color: #f9f3ea;
}

.graphsection {
    width: 100%;
    margin-top: 2rem;
    background-color: #f9f3ea;
    text-align: center;
    padding: 35px 0;
}

.graphsection .col-lg-6 h5 {
    font-size: 18px;
    font-family: "Dosis";
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 2.5;
    text-align: center;
}

.col-lg-7 h2 {
    font-size: 50px;
    font-family: "Dosis";
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.111;
    text-align: left;
    font-family: "Quicksand";
}

.col-lg-7 p {
    font-size: 18px;
    color: rgb(87, 86, 86);
    line-height: 1.571;
}

.col-lg-5.wow.fadeInUp.book-img {
    text-align: center;
}

/* .con-box{
    display: flex;
} */
.container .box {
    background-color: rgb(255, 255, 255);
    width: 260px;
    height: 160px;
    padding: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 10px 10px ;
    display: inline-grid;
}
.annual{
    margin: 60px 0;
}
.down-pdf{
   margin-bottom: 44px;
}

.box .text {
    background-color: rgb(244, 244, 244);
}
.finances{
    margin-top: 30px;
}

.box .text h6 {
    font-size: 20px;
    font-family: "Dosis";
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 2.5;
    text-align: center;
}

.box img {
    margin-top: 5px;
    margin-left: 1rem;
}

.box h5 {
    background-color: rgb(209, 16, 20);
    height: 50px;
    width: 60px;
    color: #fff;
    margin-right: 3rem;
    margin-top: 1rem;
    text-align: center;
    padding: 6px;
    font-size: 24px;
    float: right;
}

.finances img{
    width: 100%;
}
.graphsection img{
     width: 65%;
}
.button-img img{
   width: 50%; 
}
.book-img img{
    width: 70%; 
}



/* Financial css end */

@media screen and (max-width: 800px) {
    .book-img img {
    display: none;
}
.annual {
    margin: 12px 0;
}
.down-pdf {
    margin-bottom: 44px;
    text-align: center;
}
.graphsection img {
    width: 50%;
}
.button-img img {
    width: 30%;
}
.client_our.our_vid .video_bx video{height: auto;margin-bottom: 0;margin-bottom: 15px;}
}

@media screen and (max-width: 600px) {
    .finances {
    margin-top: 0px;
}
.position-relative {
    margin-bottom: 14px;
}
    .finances img {
    width: 100%;
    height: 250px;
}
.book-img img {
    display: none;
}
.annual {
    margin: 15px 0;
}
.finances h1 {
    font-size: 25px;
}
.col-lg-7 h2 {
    font-size: 25px;

}
.button-img img {
    width: 28%;
}
.down-pdf {
    margin-bottom: 18px;
    text-align: center;
}
}

.down-pdf {
    display: none;
}



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

section.about-section p {

}

section.about-section ul li strong {
    font-size: 22px;
    text-align: left;
    padding-left: 36px;
}

@media screen and (max-width: 768px){
	section.about-section ol {
    padding-left: 45px;
	}


.about-section .text ul li {
    padding-left: 45px;
	text-align: center;
	}
	
	section.about-section ul li strong {
    padding-left: 0px;
	text-align: center;
	}
}

@media screen and (max-width: 500px){
	.pg_search {
    display: inline-block;
    float: none;
    margin-top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
	}
	
	.main-menu {  
    max-height: inherit;
    height: 100vh;
	}
}



