/* comman css */
.greenBtnNew {
    background-color: #FF7500;
    border-radius: 10px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.5px;
    font-family: 'Raleway';
    color: #FFFFFF;
    padding: 19px 30px;
    border: none;
    transition: 0.5s;
    text-decoration: none !important;
    text-transform: uppercase;
    display: inline-block;
}

.greenBtnNew:hover {
    background-color: #678f21;
    color: #FFFFFF;
}

.whiteStrokeBtn {
    background-color: transparent;
    border-radius: 10px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.5px;
    font-family: 'Raleway';
    color: #FFFFFF;
    padding: 19px 30px;
    border: none;
    transition: 0.5s;
    text-decoration: none !important;
    text-transform: uppercase;
    display: inline-block;
    outline: 2px solid #ffffff;
    outline-offset: -2px;
}

.whiteStrokeBtn:hover {
    background-color: #ffffff;
    color: #678f21;
}

.tagText {
    color: #4EC8E8;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 700;
}

.titleNew {
    color: #000000;
    font-family: 'ITC Avant Garde Gothic Std';
    font-weight: 900;
}

.titleNew48 {
    font-size: 48px;
    line-height: 60px;
}

.titleNew36 {
    font-size: 36px;
    line-height: 48px;
}

.decTextNew {
    font-size: 16px;
    line-height: 30px;
    font-family: 'Raleway', sans-serif;
    color: #000000;
}

/* comman css end */

.headerNew {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9;
    padding: 30px 70px;
}

.logged-in .headerNew {
    top: 32px;
}

.headerNew .containerNew {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headerNew .whiteStrokeBtn {
    padding: 15px 30px;
    margin-left: 0px;
}

.rightWrapper .click-search {
    right: 19px;
    margin-left: 15px;
    color: #fff;
}

.headerNew.fixed .click-search{
    color: #000;
}

.headerNew .logoWrapper {
    width: 268px;
    max-width: 100%;
}

.rightWrapper .full-search-box{
    top: 0;
}

.headerNew.fixed .full-search-box{
     top: auto;
}

.headerNew .logoWrapper img {
    width: 100%;
    height: auto;
}

.headerNew .rightWrapper {
    display: flex;
    align-items: center;
}

.headerNew .headerMenuWrapper .navbar-nav {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.headerNew .headerMenuWrapper .menu-item {
    padding: 0px 24px;
    position:relative;
}
.headerNew .headerMenuWrapper .menu-item-has-children > .arrow {
    position: absolute;
    top: 13px;
    right: 20px;
    width: 20px;
    height: 20px;
}
.headerNew .headerMenuWrapper .menu-item-has-children > .arrow::before {
    content: "";
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-45deg);
    width: 10px;
    height: 10px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}
.headerNew.fixed .headerMenuWrapper .menu-item-has-children > .arrow::before,
.headerNew.active .headerMenuWrapper .menu-item-has-children > .arrow::before{
    border-left: 2px solid #000000;
    border-bottom: 2px solid #000000;
}

.headerNew .headerMenuWrapper .menu-item a {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #ffffff;
    transition: 0.5s;
    padding:10px 0px;
    display:inline-block;
}
.headerNew .headerMenuWrapper .menu-item.menu-item-has-children a{
    padding-right:22px;
}

.headerNew .headerMenuWrapper .menu-item:hover > a{
    color: #FF7500;
}
.headerNew .headerMenuWrapper .menu-item:hover > .arrow::before{
    border-left: 2px solid #FF7500;
    border-bottom: 2px solid #FF7500;
}

.headerNew.active,
.headerNew.fixed {
    background-color: #ffffff;
    box-shadow:0px 0px 30px #b2b2b2;
}

.headerNew.active .logoWrapper img,
.headerNew.fixed .logoWrapper img{
/*     filter: grayscale(1) brightness(0.4); */
	display:none
}
.headerNew.fixed .stickyLogo{
	display:block !important
}

.headerNew.fixed .headerMenuWrapper .menu-item a,
.headerNew.active .headerMenuWrapper .menu-item a{
    color: #000000;
}

.headerNew.active .headerMenuWrapper .menu-item:hover > a,
.headerNew.fixed .headerMenuWrapper .menu-item:hover > a{
    color: #FF7500;
}

.headerNew.active .whiteStrokeBtn,
.headerNew.fixed .whiteStrokeBtn {
    outline: 2px solid #FF7500;
    color: #FF7500;
}

.headerNew.active .whiteStrokeBtn:hover,
.headerNew.fixed .whiteStrokeBtn:hover {
    background-color: #94C83C;
    color: #ffffff;
}

.headerNew .toggleBtn {
    display: none;
    width: 40px;
    height: 40px;
    margin-left: 14px;
    flex-wrap: wrap;
    align-content: center;
    position: relative;
}
.headerNew .toggleBtn .toggleBtnLine {
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    margin-bottom: 12px;
}
.headerNew.active .toggleBtn .toggleBtnLine,
.headerNew.fixed .toggleBtn .toggleBtnLine{
    background-color:#000000;
}
.headerNew .toggleBtn .toggleBtnLine:nth-child(2){
    width:60%;
    margin-left:auto;
}
.headerNew .toggleBtn .toggleBtnLine:last-child {
    margin-bottom: 0px;
}
.headerNew.active .toggleBtn .toggleBtnLine:nth-child(2){
    display:none;
}
.headerNew.active .toggleBtn .toggleBtnLine {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
}
.headerNew.active .toggleBtn .toggleBtnLine:last-child{
    transform: translate(-50%,-50%) rotate(-45deg);
}

.headerNew .headerMenuWrapper .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    background-color: #ffffff;
    min-width: unset;
    margin: 0px 0px;
    min-width:200px;
}
.headerNew .headerMenuWrapper .menu-item-has-children:hover > .dropdown-menu{
    display:block;
}
.headerNew .headerMenuWrapper .dropdown-menu .dropdown-menu{
    position: absolute;
    left:100%;
    top:0px;
}
.headerNew .headerMenuWrapper .dropdown-menu .menu-item {
    padding: 0px 0px;
    display:flex;
}
.headerNew .headerMenuWrapper .dropdown-menu .menu-item a {
    width: 100%;
    display: block;
    color: #000000;
    text-align: left;
    white-space: pre;
    padding: 8px 10px;
}
.headerNew .headerMenuWrapper .dropdown-menu .menu-item:hover > a{
    color:#ce6b17;
}
.headerNew .headerMenuWrapper .dropdown-menu .menu-item-has-children > .arrow::before{
    border-left: 2px solid #000000;
    border-bottom: 2px solid #000000;
}
.headerNew .headerMenuWrapper .dropdown-menu .menu-item-has-children:hover > .arrow::before{
    border-left: 2px solid #ce6b17;
    border-bottom: 2px solid #ce6b17;
}
.headerNew .headerMenuWrapper .dropdown-menu .menu-item-has-children > a{
    padding-right: 36px;
    top:12px;
}
.headerNew .headerMenuWrapper .dropdown-menu .menu-item-has-children > .arrow {
    transform: rotate(-90deg);
    right:8px;
}
.headerNew .headerMenuWrapper .dropdown-menu .menu-item-has-children > .arrow::before{
    top: 42%;
}


.topBannerNew {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logged-in .topBannerNew {
    padding-top: 126px;
}

.topBannerNew::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.26);
    z-index: 2;
}

.topBannerNew video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.topBannerNew .containerNew {
    position: relative;
    z-index: 3;
    width: 1530px;
    margin: 0px auto;
    max-width: 100%;
    padding: 50px 15px;
}

.topBannerNew .containerNew .innerCNWrapper {
    width: 870px;
    max-width: 100%;
}

.topBannerNew .titleNew {
    font-family: 'ITC Avant Garde Gothic Std';
    color: #FFFFFF;
    font-size: 60px;
    line-height: 72px;
    font-weight: 900;
    margin-bottom: 45px;
}

.topBannerNew .decTextNew {
    font-family: 'Raleway', sans-serif;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 0px;
    font-weight: 300;
}

.topBannerNew .greenBtnNew {
    margin-top: 60px;
}

.aboutUs__sec {
    padding: 100px 0px;
}

.aboutUs__sec .containerNew {
    width: 1280px;
    max-width: 100%;
    padding: 0px 15px;
    margin: 0px auto;
}

.aboutUs__sec .aboutRow {
    display: flex;
    align-items: center;
    margin: 0px -15px;
}

.aboutUs__sec .aboutCol {
    width: 50%;
    padding: 0px 15px;
    position: relative;
}

.aboutUs__sec .imgLeft img {
    width: 100%;
    border-radius: 20px;
}

.aboutUs__sec .imgLeft img.shapeImg {
    position: absolute;
    top: 50%;
    transform: translateX(-100%) translateY(-50%);
    width: 280px;
    left: -5px;
}

.aboutUs__sec .rightCN .innerCN {
    width: 490px;
    max-width: 100%;
    margin: 0px auto;
}

.aboutUs__sec .titleNew {
    margin-bottom: 28px;
}

.aboutUs__sec .decTextNew {
    margin-bottom: 0px;
}

.aboutUs__sec .greenBtnNew {
    margin-top: 35px;
}

.servicesSec {
    background-color: #F2F4FC;
    padding: 100px 0px 52px 0px;
}

.servicesSec .containerNew {
    width: 1530px;
    max-width: 100%;
    margin: 0px auto;
    padding: 0px 15px;
}

.servicesSec .secHeader {
    margin-bottom: 50px;
}

.servicesSec .tagText,
.servicesSec .titleNew {
    text-align: center;
}

.servicesSec .servicesRow {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -24px;
}

.servicesSec .servicesCol {
    width: 33.3333%;
    padding: 0px 24px;
    margin-bottom: 48px;
}

.servicesSec .servicesCol .innerWrapper {
    height: 100%;
    position: relative;
}

.servicesSec .servicesCol .innerWrapper::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.30);
    z-index: 1;
    border-radius: 20px;
}

.servicesSec .servicesCol img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

.servicesSec .servicesCol .serviceTitle {
    font-size: 24px;
    line-height: 26px;
    color: #FFFFFF;
    font-family: 'Raleway', sans-serif;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    margin-bottom: 0px;
    padding: 50px 50px;
    z-index: 2;
	text-align: left;
}

.whyUsSec__new {
    padding: 100px 0px 30px 0px;
    display: flex;
    align-items: center;
}

.whyUsSec__new .whyUsImg {
    width: 494px;
    max-width: 100%;
    margin-bottom: 70px;
}

.whyUsSec__new .whyUsImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.whyUsSec__new .whyRightCN {
    width: calc(100% - 494px);
    padding: 0px 15px;
}

.whyUsSec__new .whyRightCN>.innerCN {
    width: 1285px;
    max-width: 100%;
    margin: 0px auto;
}

.whyUsSec__new .whyRightCN .secHeader {
    margin-bottom: 60px;
}

.whyUsSec__new .whyRightCN .tagText {
    margin-bottom: 14px;
}

.whyUs__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}

.whyUs__row .whyUs__col {
    width: 33.3333%;
    padding: 0px 15px;
    margin-bottom: 70px;
}

.whyUs__row .whyUs__col .innerCN {
    width: 315px;
    max-width: 100%;
}

.whyUs__col img {
    width: 68px;
    height: 68px;
    padding: 13px;
    display: inline-block;
    margin-bottom: 38px;
    background-color: #f68f1e26;
    border-radius: 10px;
    object-fit: contain;
    object-position: center;
}

.whyUs__col .whyUsTitle {
    font-size: 18px;
    color: #000000;
    line-height: 32px;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}

.whyUs__col .whyUsText {
    font-size: 16px;
    line-height: 30px;
    font-family: 'Raleway', sans-serif;
    color: #000000;
    margin-bottom: 0px;
}

.clientLogo__sec {
    padding-bottom: 70px;
}

.clientLogo__sec .containerNew {
    width: 1530px;
    max-width: 100%;
    margin: 0px auto;
    padding: 0px 15px;
}

.clientLogo__sec .containerNew .titleNew {
    margin-bottom: 40px;
}

.clientLogo__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}

.clientLogo__row .clientLogo__col {
    width: 20%;
    padding: 0px 15px;
    margin-bottom: 30px;
}

.clientLogo__row .clientLogo__col .innerWrapper {
    height: 100%;
    display: flex;
    align-items: center;
    /* justify-content:center; */
}

.clientLogo__row .clientLogo__col .innerWrapper img {
    max-width: 100%;
    object-fit: contain;
    object-position: center;
}

.ourWork__sec {
    padding: 100px 0px;
    position: relative;
}

.shapeImg {
    width: 33vw;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.ourWork__sec .containerNew {
    width: 1280px;
    max-width: 100%;
    padding: 0px 15px;
    margin: 0px auto;
    position: relative;
    z-index: 2;
}

.ourWork__sec .ourWorkRow {
    display: flex;
    align-items: center;
    margin: 0px -15px;
}

.ourWork__sec .ourWorkCol {
    width: 50%;
    padding: 0px 15px;
    position: relative;
}

.ourWork__sec .imgLeft img {
    width: 100%;
    border-radius: 20px;
}

.ourWork__sec .rightCN .innerCN {
    width: 475px;
    max-width: 100%;
    margin: 0px auto;
}

.ourWork__sec .titleNew {
    margin-bottom: 28px;
}

.ourWork__sec .decTextNew {
    margin-bottom: 0px;
}

.ourWork__sec .greenBtnNew {
    margin-top: 35px;
}

.faqSec {
    display: flex;
    background-color: #F2F4FC;
}

.faqSec .leftFaqImg {
    width: 35%;
}

.faqSec .leftFaqImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.faqSec .rightCN {
    width: 65%;
    padding: 85px 20px 85px 80px;
}

.faqSec .rightCN .innerCN {
    width: 810px;
    max-width: 100%;
}

.faqSec .secHeader {
    margin-bottom: 40px;
}

.faqSec .tagText {
    margin-bottom: 8px;
}

.faqBox {
    margin-bottom: 15px;
}

.faqBox:last-child {
    margin-bottom: 0px;
}

.faqBox .faqHeader {
    padding: 15px 50px 15px 20px;
    position: relative;
    background-color: #FFFFFF;
    border-radius: 10px;
    cursor: pointer;
}

.faqBox .faqHeader:before {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    transform: translateY(-50%) rotate(-45deg);
    right: 20px;
    width: 12px;
    height: 12px;
    border-left: 3px solid #000000;
    border-bottom: 3px solid #000000;
}

.faqBox .faqHeader .faqTitle {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #000000;
}

.faqBox.active .faqHeader .faqTitle {
    color: #94C83C;
}

.faqBox.active .faqHeader:before {
    top: calc(50% + 3px);
    transform: translateY(-50%) rotate(-225deg);
    border-left: 3px solid #94C83C;
    border-bottom: 3px solid #94C83C;
}

.faqBox .faqBody {
    display: none;
}

.faqBox .faqBody .innerCN {
    padding: 15px 15px;
}

.faqBox .faqBody .decTextFaq {
    margin-bottom: 0px;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    line-height: 24px;
}

.footerNew {
    padding: 140px 15px 100px 15px;
    background-color: #000000;
}

.footerNew .containerNew {
    width: 1530px;
    max-width: 100%;
    margin: 0px auto;
}

.footerNew .footerRow {
    display: flex;
    margin: 0px -15px;
}

.footerNew .footerRow .footerCol {
    width: 50%;
    padding: 0px 15px;
}

.footerNew .titleNew {
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 40px;
}

.footerNew .addressFT,
.footerNew .phone {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}

.footerNew .addressFT {
    width: 275px;
    max-width: 100%;
}

.footerNew .phone a {
    color: #ffffff;
    text-decoration: none;
}

.footerNew .phone a:hover {
    color: #678f21;
    text-decoration: underline;
}

.footerNew .socialRow {
    display: flex;
    flex-wrap: wrap;
    margin-top:22px;
}

.footerNew .socialIcon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
    cursor: pointer;
}

.footerNew .socialIcon:last-child {
    margin-right: 0px;
}

.footerNew .socialIcon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    filter: grayscale(1) brightness(10);
    margin: 0px !important;
}

.footerNew .socialIcon:hover img {
    filter: unset;
}

.footerImg__row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 44px;
}

.footerImg__col {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    padding: 10px 10px;
    border-radius: 8px;
    margin-right: 14px;
}

.footerNew .frm_forms.frm_style_formidable-style-2.with_frm_style {
    width: 100%;
    max-width: 100% !important;
}
.footerNew .with_frm_style .frm_top_container .frm_primary_label,
.footerNew .with_frm_style .frm_hidden_container .frm_primary_label,
.footerNew .with_frm_style .frm_pos_top{
    display:none;
}
.footerNew .frm_style_formidable-style-2.with_frm_style .form-field {
    margin-bottom: 0px !important;
}
.footerNew #frm_field_102_container {
    display: none;
}
body .footerNew .frm_style_formidable-style-2.with_frm_style .frm_submit button{
    margin-top:0px;
    color: #ffffff !important;
}
body .footerNew .frm_style_formidable-style-2.with_frm_style .frm_submit button:hover{
    background-color:#ce6b17 !important;
}
body .footerNew .frm_style_formidable-style-2.with_frm_style .frm_submit button::before,
body .footerNew .frm_style_formidable-style-2.with_frm_style .frm_submit button::after{
    display:none;
}
.footerNew .with_frm_style input[type=email],
.footerNew .with_frm_style input[type=text],
.footerNew .with_frm_style input {
    height: 50px;
    border-radius: 10px !important;
    font-family: 'Raleway', sans-serif !important;
    font-size: 18px !important;
    color: #000000 !important;
    font-weight:500;
}
.footerNew .with_frm_style input[type=email]::placeholder,
.footerNew .with_frm_style input[type=text]::placeholder,
.footerNew .with_frm_style input::placeholder{
    opacity:1 !important;
    color: #000000 !important;
    font-family: 'Raleway', sans-serif !important;
    font-size: 18px !important;
    font-weight:500;
}

.copyRightCol {
    padding-top: 40px;
    margin-top: 60px;
    border-top: 1px solid #FFFFFF;
}

.copyRightCol .copyrightText {
    font-size: 24px;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    margin: 0px;
    padding: 0px;
}

@media only screen and (max-width: 1199px) {
    .greenBtnNew {
        font-size: 16px;
        padding: 15px 22px;
    }

    .headerNew{
        padding:20px 15px;
    }
    .headerNew .whiteStrokeBtn {
        padding: 14px 22px;
        margin-left: 10px;
        font-size: 15px;
    }
    .headerNew .logoWrapper{
        width: 220px;
    }
    .headerNew .headerMenuWrapper .menu-item{
        padding:0px 12px;
    }
    .headerNew .headerMenuWrapper .menu-item-has-children > .arrow{
        right:10px;
    }

    .titleNew48 {
        font-size: 40px;
        line-height: 52px;
    }

    .topBannerNew .titleNew {
        font-size: 50px;
        line-height: 66px;
        margin-bottom: 22px;
    }

    .topBannerNew .decTextNew {
        font-size: 22px;
        line-height: 32px;
    }

    .topBannerNew .greenBtnNew {
        margin-top: 40px;
    }

    .aboutUs__sec {
        padding: 60px 0px;
    }

    .servicesSec {
        padding: 60px 0px 30px 0px;
    }

    .servicesSec .tagText {
        margin-bottom: 10px;
    }

    .servicesSec .servicesRow {
        margin: 0px -15px;
    }

    .servicesSec .servicesCol {
        padding: 0px 15px;
        margin-bottom: 30px;
    }

    .servicesSec .servicesCol .serviceTitle {
        padding: 20px 20px;
        font-size: 20px;
    }

    .whyUsSec__new {
        padding: 60px 0px 0px 0px;
        align-items: start;
    }

    .whyUsSec__new .whyRightCN .secHeader {
        margin-bottom: 35px;
    }

    .whyUsSec__new .whyUsImg {
        width: 420px;
    }

    .whyUsSec__new .whyRightCN {
        width: calc(100% - 420px);
    }

    .whyUs__row .whyUs__col {
        width: 50%;
        margin-bottom: 40px;
    }

    .whyUs__col img {
        margin-bottom: 18px;
    }

    .clientLogo__sec {
        padding-bottom: 50px;
    }

    .faqSec .rightCN {
        padding: 50px 20px 50px 30px;
    }

    .footerNew {
        padding: 60px 15px 20px 15px;
    }

    .copyRightCol {
        padding-top: 18px;
        margin-top: 45px;
        border-top: 1px solid #FFFFFF;
    }

    .copyRightCol .copyrightText {
        font-size: 18px;
        text-align: center;
    }

    .footerNew .titleNew {
        font-size: 34px;
        margin-bottom: 28px;
    }

    .footerImg__col {
        margin-right: 10px;
    }

    .footerNew .frm_form_fields .frm_fields_container {
        display: flex;
        flex-wrap: wrap;
        grid-gap: 0px;
        justify-content: space-between;
    }
    .footerNew .frm_style_formidable-style-2.with_frm_style .form-field {
        margin-bottom: 0px !important;
        width: calc(50% - 10px);
    }
    .footerNew .with_frm_style .frm_submit.frm_flex {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .headerNew .toggleBtn{
        display:inline-flex;
    }
    .headerNew .headerMenuWrapper {
        position: absolute;
        top: 91px;
        left: 0px;
        width: 100%;
        height: calc(100vh - 92px);
        background-color: #ffffff;
        border-top: 1px solid #e0e0e0;
        display:none;
        overflow-y:auto;
    }
    .headerNew .headerMenuWrapper ul.navbar-nav{
        /* height: 100%;
        overflow-y: auto; */
        display:block;
    }
    .headerNew .headerMenuWrapper .menu-item{
        padding:0px 0px;
        width:100%;
    }
    .headerNew .headerMenuWrapper .menu-item a {
        font-family: 'Raleway', sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-decoration: none;
        color: #ffffff;
        transition: 0.5s;
        padding: 15px 15px;
        display: block;
        text-align: left;
        transition:0.5s;
    }
    .headerNew .headerMenuWrapper .menu-item a:hover{
        background-color:#f0f0f0;
    }

    .headerNew .headerMenuWrapper .dropdown-menu .menu-item{
        display:block;
    }
    .headerNew .headerMenuWrapper .menu-item.menu-item-has-children a {
        padding-right: 50px;
    }
    .headerNew .headerMenuWrapper .menu-item-has-children > .arrow{
        width: 30px;
        height: 30px;
        top:13px;
        z-index:9;
    }
    .headerNew .headerMenuWrapper .menu-item-has-children > .arrow::before{
        border-left: 2px solid #000000;
        border-bottom: 2px solid #000000;
        top:44%;
    }
    .headerNew .headerMenuWrapper .dropdown-menu,
    .headerNew .headerMenuWrapper .dropdown-menu .dropdown-menu{
        position:static;
        background-color: transparent;
        box-shadow: unset;
        width:100%;
    }
    .headerNew .headerMenuWrapper .dropdown-menu .menu-item a{
        padding:8px 15px;
        font-weight:400;
    }
    .headerNew .headerMenuWrapper .dropdown-menu .menu-item-has-children > .arrow {
        transform: rotate(0deg);
        right: 10px;
        top: 7px;
    }
    .headerNew .headerMenuWrapper .dropdown-menu .menu-item-has-children:hover > .arrow::before {
        border-left: 2px solid #000000;
        border-bottom: 2px solid #000000;
    }   
    .headerNew .headerMenuWrapper .dropdown-menu .menu-item:hover > a{
        color:#000000;
    }
    .headerNew .headerMenuWrapper .menu-item-has-children:hover > .dropdown-menu{
        display:none;
    }
    .headerNew .headerMenuWrapper .menu-item-has-children.menuOpen > .arrow {
        transform: rotate(-180deg);
    }
    .headerNew .headerMenuWrapper .menu-item-has-children.menuOpen > .arrow::before {
        border-left: 2px solid #ce6b17;
        border-bottom: 2px solid #ce6b17;
    }
    .headerNew.fixed .headerMenuWrapper .menu-item.menu-item-has-children.menuOpen > a,
    .headerNew.active .headerMenuWrapper .menu-item.menu-item-has-children.menuOpen > a{
        color:#ce6b17;
    }

    .aboutUs__sec .aboutRow {
        flex-wrap: wrap;
    }

    .aboutUs__sec .aboutCol {
        width: 100%;
    }

    .aboutUs__sec .aboutCol.imgLeft {
        margin-bottom: 40px;
    }

    .aboutUs__sec .rightCN .innerCN {
        width: 100%;
    }

    .aboutUs__sec .tagText {
        margin-bottom: 10px;
    }

    .aboutUs__sec .titleNew {
        margin-bottom: 18px;
    }

    .aboutUs__sec .greenBtnNew {
        margin-top: 20px;
    }

    .whyUsSec__new .whyUsImg {
        width: 40%;
    }

    .whyUsSec__new .whyRightCN {
        width: 60%;
    }

    .clientLogo__sec {
        padding-bottom: 30px;
    }

    .ourWork__sec .tagText {
        margin-bottom: 10px;
    }

    .ourWork__sec .titleNew {
        margin-bottom: 18px;
    }

    .ourWork__sec .greenBtnNew {
        margin-top: 20px;
    }

    .footerImg__col {
        margin-bottom: 10px;
    }

    .footerNew .frm_style_formidable-style-2.with_frm_style .form-field{
        width:100%;
        margin-bottom:20px !important;
    }
    .footerNew .with_frm_style .frm_submit.frm_flex {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .rightWrapper .search-tool-input{
            max-width: 60%;
    }
    .rightWrapper  .right-side-cross{
        padding: 14px 0;
    }
    .rightWrapper .click-search{
            right: 0;
    }
    .servicesSec .servicesCol {
        width: 50%;
    }

    .whyUsSec__new {
        flex-wrap: wrap;
    }

    .whyUsSec__new .whyUsImg {
        width: calc(100% - 15px);
        margin-bottom: 40px;
    }

    .whyUsSec__new .whyRightCN {
        width: 100%;
    }

    .clientLogo__row .clientLogo__col {
        width: 33.3333%;
    }

    .faqSec {
        flex-wrap: wrap;
    }

    .faqSec .leftFaqImg {
        width: 100%;
    }

    .faqSec .rightCN {
        width: 100%;
        padding: 40px 15px 41px 15px;
    }

    .ourWork__sec {
        padding: 60px 0px;
    }

    .ourWork__sec .ourWorkRow {
        flex-wrap: wrap;
    }

    .ourWork__sec .ourWorkCol {
        width: 100%;
    }

    .ourWork__sec .ourWorkCol.imgLeft {
        margin-top: 40px;
    }

    .ourWork__sec .rightCN .innerCN {
        width: 100%;
    }

    .footerNew .footerRow {
        flex-wrap: wrap;
    }

    .footerNew .footerRow .footerCol {
        width: 100%;
    }

    .footerNew .titleNew {
        font-size: 30px;
        margin-bottom: 18px;
    }

    .footerImg__row {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .footerImg__col img {
        width: auto;
        margin: 0px !important;
    }

    .copyRightCol {
        margin-top: 65px;
    }

    .footerNew .socialRow {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .greenBtnNew {
        font-size: 14px;
        padding: 12px 22px;
    }

    .headerNew {
        padding: 15px 15px;
    }
    .headerNew .whiteStrokeBtn {
        padding: 10px 12px;
        margin-left: 20px;
        font-size: 12px;
    }
    .headerNew .logoWrapper {
        width: 144px;
    }
    .headerNew .toggleBtn{
        width:28px;
        height:28px;
    }
    .headerNew .toggleBtn .toggleBtnLine{
        margin-bottom:9px;
    }
    .headerNew .headerMenuWrapper{
        top: 67px;
        height:calc(100vh - 67px);
    }
    .headerNew .headerMenuWrapper .menu-item a{
        font-size:16px;
    }

    .tagText {
        font-size: 15px;
    }

    .titleNew36 {
        font-size: 28px;
        line-height: 40px;
    }

    .titleNew48 {
        font-size: 32px;
        line-height: 42px;
    }

    .topBannerNew .titleNew {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 18px;
    }

    .topBannerNew .decTextNew {
        font-size: 18px;
        line-height: 28px;
    }

    .topBannerNew::before {
        background-color: rgb(0, 0, 0, 0.46);
    }

    .servicesSec .secHeader {
        margin-bottom: 34px;
    }

    .servicesSec .servicesCol {
        width: 100%;
    }

    .whyUs__row .whyUs__col {
        width: 100%;
    }

    .clientLogo__sec .containerNew .titleNew {
        margin-bottom: 24px;
    }

    .clientLogo__row .clientLogo__col {
        width: 50%;
    }

    .faqSec .secHeader {
        margin-bottom: 28px;
    }

    .footerNew .titleNew {
        font-size: 28px;
    }

    .footerNew .socialRow {
        margin-top: 30px;
    }

    .footerNew .socialIcon {
        width: 26px;
        height: 26px;
    }

    .copyRightCol {
        margin-top: 46px;
    }
}