@import url(_var.css);
@import url(_typography.css);
@import url(_form.css);
@import url(_button.css);
@import url(_header-footer.css);

* { box-sizing: border-box}
*:focus { outline: none}
::-moz-focus-inner { border: 0 }
::-webkit-scrollbar { width: 3px; height: 6px; }
::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 15px; }
::-webkit-scrollbar-thumb { border-radius: 10px; background-color: #999;-webkit-box-shadow: inset 0 0 6px rgba(1,1,1); }
::-moz-focus-inner { border: 0}

html { scroll-behavior: smooth}
html, body { height: 100%; } 
body { background: var(--white); min-height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } 
#body_wrapper {flex: 1 0 auto;display: flex;flex-direction: column; } 
img { height: auto; max-width: 100%}
img.full { display: block; height: 100%; object-fit: cover; width: 100%}
img.block { display: block}

.primary-bg { background-color:var(--primary_color); }
.secondary-bg { background-color:var(--secondary_color); }
.blue-bg { background-color:var(--md-blue); }

#back_top { padding: 5px; cursor: pointer; }

.title-part { margin-bottom: 60px; } 
.title-part h3 { font-size: 40px;line-height: 46px;font-weight: 400; font-style: normal; }

/* Banner S */
.bgimg-video { position:relative; }
.bgimg-video .container .inner { position:relative; }
.bgimg-video>.bg-img { position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 100%; z-index: 0; }
.bgimg-video>.bg-img>.img-thumb,
.bgimg-video>.bg-img>.video-thumb { width: 100%; height: 100%; }  
.bgimg-video>.bg-img>.img-thumb>img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 16 / 9; display: block; }
.bgimg-video>.bg-img>.video-thumb>video { width: 100%; height: 100%; object-fit: cover; display: block; } 

.banner-mn { padding: 100px 0 57px; height: 100%; min-height: 100vh; z-index: 1}
.banner-mn .inner { position: relative;z-index:2 }
.banner-mn .inner .main-title { max-width: 650px; }
.banner-mn .container { height: 100%; }
.banner-mn .container .inner { width: 100%;height: 100%; display: flex; align-items: flex-end; }

.about-home-mn { padding: 110px 0; }
.about-home-mn .inner .left-part { width:50%; } 
.about-home-mn .inner .left-part .menu_wrap { height:100% }
.about-home-mn .inner .left-part .menu_wrap>ul { width: 42%; }
.about-home-mn .inner .left-part .menu_wrap>ul>li>a,
.about-home-mn .inner .left-part .menu_wrap>ul>li>h6 { font-family:var(--headefont);color: var(--secondary_color); font-style: normal; font-size: 22px;font-weight:400; line-height: 32px; } 
.about-home-mn .inner .left-part .menu_wrap>ul>li>.content { font-weight:400;font-size: 18px;line-height: normal;color: var(--secondary_color); margin: 20px 0; } 
.about-home-mn .inner .left-part .menu_wrap>ul>li>ul { display:none;margin: 20px 0; }
.about-home-mn .inner .left-part .menu_wrap>ul>li>ul.submenu-wrap { display: block !important; }
.about-home-mn .inner .left-part .menu_wrap>ul li { position: relative; }
.about-home-mn .inner .left-part .menu_wrap>ul>li { margin-bottom: 35px; }
.about-home-mn .inner .left-part .menu_wrap>ul>li.menu-dropdown>a { font-style: italic; }
.about-home-mn .inner .left-part .menu_wrap>ul>li.menu-dropdown>ul li { padding:10px 0; }
.about-home-mn .inner .left-part .menu_wrap>ul>li.menu-dropdown>ul:not(.sub-menu)>li>a { font-family:var(--basefont);font-weight:400;font-size: 18px;line-height: normal;color: var(--secondary_color); display:inline-block; border-bottom:1px solid #000;position:relative;z-index:1 }  
.about-home-mn .inner .left-part .menu_wrap>ul li>ul li { line-height: normal; }
.about-home-mn .inner .left-part .menu_wrap ul .submenu-wrap { position:relative; }
.about-home-mn .inner .left-part .menu_wrap ul .submenu-wrap ul.sub-menu { position: absolute; top: -38px; left: 0; opacity: 0; width: 100%;z-index:-1; transition: 0.5s linear; } 
.about-home-mn .inner .left-part .menu_wrap ul .submenu-wrap ul.sub-menu a { color: var(--secondary_color);font-size: 18px; font-weight: 400;line-height: normal; position: relative; }
.about-home-mn .inner .left-part .menu_wrap ul .submenu-wrap ul.sub-menu a:before {content: ''; position: absolute; top: 4px; left: -20px; width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 9px solid #D9D9D9; }
.about-home-mn .inner .left-part .menu_wrap ul .submenu-wrap ul.sub-menu.opened { opacity: 1;    width: 85%; left: 110%; z-index:0 }
.about-home-mn .inner .right-part { width:50%; }
.about-home-mn .inner .right-part .content-part { color: var(--secondary_color); font-weight:400; }
.about-home-mn .inner .right-part .content-part img { width: 100%; display: block; margin-top: 25px; }
.about-home-mn .inner .right-part .content-part p { margin: 0 0 15px 0; text-align:justify; }
.about-home-mn .inner .right-part .content-part h3 { color: rgba(172, 164, 164, 1); margin-bottom: 25px; }
.about-home-mn .inner .right-part .content-part .detail, .about-home-mn .inner .right-part .content-part .detail p { font-size:16px; line-height:26px;font-weight:400 }
.about-home-mn .inner .right-part .content-part .detail p+p { padding-top:8px; }
.about-home-mn .inner .right-part .d-btn a{padding:11px 20px; color:#A2A1A1; border:1px solid #A2A1A1; }
.about-home-mn .inner .right-part .d-btn a:hover, 
.about-home-mn .inner .right-part .d-btn a:focus{ background-color:var(--btn1hvrbg);border-color:var(--btn1hvrborder);color:var(--btn1hvrtext); }

.twocol-mn.about-home-mn .inner .left-part .menu_wrap.withmenu ul#header-menu { width: 45%; }
.twocol-mn.about-home-mn .inner .left-part .menu_wrap.withmenu ul#header-menu>li>a,
.twocol-mn.about-home-mn .inner .left-part .menu_wrap.withmenu ul#header-menu>li>h6 { font-family:var(--headefont);color: var(--secondary_color); font-style: normal; font-size: 22px;font-weight:400; line-height: 32px; } 
.twocol-mn.about-home-mn .inner .left-part .menu_wrap.withmenu ul#header-menu>li>.content { font-weight:400;font-size: 18px;line-height: normal;color: var(--secondary_color); margin: 20px 0; } 
.twocol-mn.about-home-mn .inner .left-part .menu_wrap.withmenu ul#header-menu>li>ul { display:block;margin: 20px 0; }
.twocol-mn.about-home-mn .inner .left-part .menu_wrap.withmenu ul#header-menu li { position: relative; }
.twocol-mn.about-home-mn .inner .left-part .menu_wrap.withmenu ul#header-menu>li { margin-bottom: 35px; }
.twocol-mn.about-home-mn .inner .left-part .menu_wrap.withmenu ul#header-menu li.services-dropdown>a.menu-link { font-style: italic; }
.twocol-mn.about-home-mn .inner .left-part .menu_wrap.withmenu ul#header-menu li.services-dropdown ul>li { padding: 10px 0; }
.twocol-mn.about-home-mn .inner .left-part .menu_wrap.withmenu ul#header-menu li.services-dropdown>ul>li>a { font-family:var(--basefont);font-weight:400;font-size: 18px;line-height: normal;color: var(--secondary_color); display:inline-block; border-bottom:1px solid #000;position:relative;z-index:1; cursor: pointer;  }  
.twocol-mn.about-home-mn .inner .left-part .menu_wrap.withmenu ul#header-menu li>ul li { line-height: normal; }

section.overview_mn { padding: 75px 0  150px; overflow: hidden; }
section.overview_mn .inner .content-main .circle-bigimg { position: relative; max-width: 750px; max-height: 750px; margin: -75px auto 0 auto; }
section.overview_mn .inner .content-main .circle-bigimg .img-thumb img { width: 90%; height: 90%; display: block; border: 1px solid #14202C; border-radius: 50rem; padding: 25px; }
section.overview_mn .inner .content-main .circle-bigimg .img-thumb { display: flex; align-items: center; justify-content: center; }
section.overview_mn .inner .content-main .circle-bigimg .img-line.one-line { position: absolute; top: -6.30%; left: -6%; width: 112%; height: 112%; margin: auto; right: 0; border-radius: 50rem; z-index: -1; }
section.overview_mn .inner .content-main .circle-bigimg .img-line.one-line img { width: 100%; height: 100%; display: block; animation-name: rotate; -webkit-animation: spin 4s linear infinite; -moz-animation: spin 4s linear infinite; animation: spin 4s linear infinite; }
section.overview_mn .inner .title-main .content { font-size: 28px; font-style: italic; font-family: var(--headefont); color: #ACA4A4; }
section.overview_mn .inner .title-main h2 { font-style: normal; color: #534E4E; }

@-moz-keyframes rotate { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes rotate { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes rotate { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

/*.twocol-mn.about-home-mn .inner .left-part .menu_wrap.withmenu ul#header-menu li.latestinsight .sub-menu { display:block; }
.twocol-mn.about-home-mn .inner .left-part .menu_wrap.withmenu ul#header-menu>li.menu-dropdown>ul li { padding:10px 0; }
.twocol-mn.about-home-mn .inner .left-part .menu_wrap.withmenu ul#header-menu>li.menu-dropdown>ul:not(.sub-menu)>li>a { font-family:var(--basefont);font-weight:400;font-size: 18px;line-height: normal;color: var(--secondary_color); display:inline-block; border-bottom:1px solid #000;position:relative;z-index:1 }  

*/
.lgtitle-mn { padding:100px 0 120px; }
.lgtitle-mn .inner h2 { font-size: 80px; font-style: italic; line-height: 96px; font-weight: 400; }

/* Services Inner Page S */
.otherServices-mn { padding: 90px 0; }
.otherServices-mn .inner .content-part .list-part .item .box { padding: 20px 0; }
.otherServices-mn .inner .content-part .list-part .item .box a { display: inline-block; }
.otherServices-mn .inner .content-part .list-part .item .box a h3 { position: relative;font-family:var(--basefont);font-style:normal;font-weight: 400;padding: 0 0 0 134px; margin-bottom:0; color: var(--black); }
.otherServices-mn .inner .content-part .list-part .item .box a h3:after { content: ""; position: absolute; top: 10px; left: 0; margin: auto 0; background: transparent url('../images/arrow-lg.svg') no-repeat center / contain; width: 96px; height: 12px; transform: translate(0, 0); transition:0.5s ease }
.otherServices-mn .inner .content-part .list-part .item .box .content { margin-top:10px;font-style:italic; font-weight: 400; }
/* Services Inner Page E */

.bgimg-video .bg-img .img-thumb .d-image { display: none; }
.bgimg-video .bg-img .img-thumb .m-image { display: block; }

.home-whybequest.whybequest-mn  { height:100%; }
.home-whybequest.whybequest-mn .home-img-parallex { height: 1500px; background-repeat: no-repeat; background-size: cover; }
.whybequest-mn .bg-img.no-img-parallex { display: block; } 
.whybequest-mn .bg-img.no-img-parallex.bgOverly .img-thumb { position: relative; }
.whybequest-mn .bg-img.no-img-parallex.bgOverly .img-thumb:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.52); }
.whybequest-mn .bg-img.img-parallex { display: none; }
.whybequest-mn { padding: 56px 0; overflow: hidden;} 
.whybequest-mn .inner .title-part { margin-bottom: 0; }
.whybequest-mn .inner .title-part h3 { font-style:italic; }
.whybequest-mn .inner .content-part { padding: 123px 0 66px; }
.whybequest-mn .inner .content-part .list-wrap .box { width: 40%; padding: 0 10px; color: var(--md-white); font-style: italic; }
.whybequest-mn .inner .content-part .list-wrap .box:first-child,
.whybequest-mn .inner .content-part .list-wrap .box:last-child { width:30%; }
.whybequest-mn .inner .content-part .list-wrap .box h3 { color: var(--md-white); font-family: var(--basefont); font-style: normal; text-transform: capitalize; border-bottom: 1px solid; display: inline-block; line-height: 38px; position:relative; margin-left: 35px; margin-bottom: 20px; position:relative;transition: 400ms; }
.whybequest-mn .inner .content-part .list-wrap .box h3 a { color: var(--md-white); position:relative; } 
.whybequest-mn .inner .content-part .list-wrap .box h3 a:before {content: '+';position: absolute;top: 0px;left: -37px;width: 34px;height: 34px;display: flex;align-items: center;justify-content: center;font-size: 39px;}
.whybequest-mn .inner .content-part .list-wrap .box p { max-width: 320px; }

/* Services List S */
.serviceList-mn { padding: 100px 0;}
.serviceList-mn .inner .list-part { width: 100%;margin-top: 100px; }
.serviceList-mn .inner .list-part .item { width: 50%; margin: 25px 0; }
.serviceList-mn .inner .list-part .item .box { padding:15px; }
.serviceList-mn .inner .list-part .item .box,
.serviceList-mn .inner .list-part .item .box p { color: var(--lt-content_color); line-height: 24px; font-weight: 400; }
.serviceList-mn .inner .list-part .item .box h4 { font-style:normal; }
.serviceList-mn .inner .list-part .item .box a { color: var(--content_color); font-style: italic; }
.serviceList-mn .inner .list-part .item .box a:is(:hover, :focus) { color: var(--lt-content_color); }
.serviceList-mn .inner .list-part .item .box p { max-width: 550px; margin-bottom: 5px; }

.serviceList-mn .inner .list-part .item-part { width: calc(100% / 3 - 20px); margin: 0 10px; }
.serviceList-mn .inner .list-part .item-part>.box { position: relative;padding: 80px 35px 35px 35px; border: 1px solid #ededed; border-radius: 9px;height:100%; }
.serviceList-mn .inner .list-part .item-part>.box .catIcon { width: 110px; height: 110px; margin: 0 auto; border-radius: 50rem; border: 1px solid #dcdcdc; overflow: hidden; background-color: #fff; box-shadow: 1px 1px 7px #eaeaea; position: absolute; top: -55px; left: 50%; transform: translate(-50%, 0); display: flex; align-items: center; justify-content: center; }
.serviceList-mn .inner .list-part .item-part>.box .catIcon img { width: 55%; height: 55%; object-fit: scale-down; }
.serviceList-mn .inner .list-part .item-part>.box .servList h3 { font-family: var(--basefont); font-size: 35px; font-style: normal; line-height: 42px; font-weight: 400; text-align: center; margin: 0 0 25px 0; padding: 0 0 5px 0; border-bottom: 1px solid #ddd; }
.serviceList-mn .inner .list-part .item-part>.box .servList ul { padding: 0 0 0 20px; }
.serviceList-mn .inner .list-part .item-part>.box .servList ul li { padding: 5px 0; position: relative; }
.serviceList-mn .inner .list-part .item-part>.box .servList ul li,
.serviceList-mn .inner .list-part .item-part>.box .servList ul li a { position: relative; font-size: 18px; font-weight: 500;color: var(--md-blue); opacity: 1; }
.serviceList-mn .inner .list-part .item-part>.box .servList ul li a:after { content: ''; height: 8px; width: 8px; background: var(--md-blue); display: block; position: absolute; transform: rotate(45deg); top: 4px; left: -20px; }
.serviceList-mn .inner .list-part .item-part>.box .servList ul li a:hover, 
.serviceList-mn .inner .list-part .item-part>.box .servList ul li a:hover:after { opacity: 0.8 } 

/* Latest Insight S */
.ltest-insign { height: 460px; }
.ltest-insign .container,.ltest-insign .container .inner { height: 100%; }
.ltest-insign .container .inner h3 { font-style: normal; line-height:normal;}

/* Contact Us S */
.contactus-mn { padding: 156px 0; }

/* Single Page S */
.single-services header.header-mn { position: relative; background: var(--primary_color); padding: 25px 0; }
.single-services article.services section.entry-header { min-height: calc(100vh - 157px);background: var(--primary_color); }
.single-services article.services section.entry-header .inner { padding: 30px 0; }
.single-services article.services section.entry-header .inner .title-main .back_link { margin-bottom:5px; }
.single-services article.services section.entry-header .inner .title-main .back_link a { color: rgba(252, 252, 234, 0.92); position: relative; display: inline-flex; align-items: center; line-height: 18px; }
.single-services article.services section.entry-header .inner .title-main .back_link a svg { margin-right: 10px; margin-top: -1px; }

/*.single-services article.services section.entry-header .inner .title-main .back_link a:after { content: ''; position: absolute; top: 2px; left: 4px; display: block; width: 12px; height: 12px; border-top: 2px solid rgba(252, 252, 234, 0.92); border-left: 2px solid rgba(252, 252, 234, 0.92); transform: rotate(-50deg); transition:0.5s ease }*/
.single-services article.services section.entry-header .inner .title-main .back_link a:is(:hover, :focus):after { left: 0px; } 
.single-services article.services section.entry-header .inner .title-main h1.entry-title { font-size: 50px; line-height: 58px; font-family: var(--basefont); font-style: normal; }
.single-services article.services section.entry-header .inner .title-main .sub-title { font-style: italic; }
.postid-23 .bgimg-video>.bg-img>.img-thumb::before,
.postid-26 .bgimg-video>.bg-img>.img-thumb::before,
.postid-29 .bgimg-video>.bg-img>.img-thumb::before{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); }

body.archive header.page-header,
body.archive footer.footer_mn { display: none; }

.img-parallax { width: 100vmax; z-index: -1; position: absolute; top: 0; left: 50%; transform: translate(-50%, 0); pointer-events: none }

.services-cat__mn, .services-cat__mn .container, .services-cat__mn .container .inner, .services-cat__mn .container .inner .list { height: 100%; }
.services-cat__mn .container .inner .list .item .box { padding: 20px 0; }
.services-cat__mn .container .inner .list .item .box a { display: inline-block; }
.services-cat__mn .container .inner .list .item .box a h3 { position: relative;font-family:var(--basefont);font-style:normal; padding: 0 0 0 50px; margin-bottom:0; color: var(--md-white);    line-height: 40px; }
.services-cat__mn .container .inner .list .item .box a h3:after { content: ""; position: absolute; top: 0; bottom: 0; left: 0; margin: auto 0; background: transparent url('../images/white-arrow-md.svg') no-repeat center / contain; width: 36px; height: 12px; transform: translate(0, 0); transition:0.5s ease }
.services-cat__mn .container .inner .list .item .box a:is(:hover, :focus) h3:after { transform: translate(5px, 0); }  
.services-cat__mn .container .inner .list .item .box .content { margin-top:10px;font-style:italic; font-size: 16px; font-weight: 400;color:var(--md-white); } 

.aboutus-bannermn.banner-mn { padding: 130px 0 65px; }
.aboutus-bannermn.banner-mn .container .inner .main-title { display:none; } 
.aboutus-bannermn.banner-mn .inner { flex-flow: column wrap; justify-content: space-between; align-items: flex-start; }
.aboutus-bannermn.banner-mn .inner .title-main .sub-title { font-style: normal;/* margin-top: 15px; */}
/* .aboutus-bannermn.banner-mn .inner .title-main .back_link {margin-bottom:5px;} */
.aboutus-bannermn.banner-mn .inner .title-main .back_link a { color: rgba(252, 252, 234, 0.92); position: relative; line-height: 18px;/* font-weight: 400; font-size: 27px;*/ display: inline-flex; align-items: center; }
.aboutus-bannermn.banner-mn .inner .title-main .back_link a svg { margin-right: 10px; margin-top: 0px; }
/*.aboutus-bannermn.banner-mn .inner .title-main .back_link a:after { content: ''; position: absolute; top: 0; bottom: 0; left: 4px; margin: auto 0; display: block; width: 12px; height: 12px; border-top: 2px solid rgba(252, 252, 234, 0.92); border-left: 2px solid rgba(252, 252, 234, 0.92); transform: rotate(-50deg); transition:0.5s ease }*/
/*.aboutus-bannermn.banner-mn .inner .title-main .back_link a:is(:hover, :focus):after { left: 0px; } */

.aboutus-contentmn { padding:75px 0;color:#534E4E; word-break: break-word; font-size:16px; line-height: 24px; }
.aboutus-contentmn .inner .content-part p+p { padding-top: 5px; }
.aboutus-contentmn .inner .content-part h4 { margin: 25px 0; font-style: normal; color: var(--primary_color); }
.aboutus-contentmn .inner .content-part strong { font-weight:900 } 

.contactus-wrapper .container .inner { height: 100%; }
.contactus-wrapper .container .inner .contactus-hero { max-width: 590px; width: 100%; margin: 0 auto; height: 100%; justify-content: center; }
.contactus-wrapper .container .inner .contactus-hero .image-box { text-align: center; margin-bottom: 50px; max-width: 350px; }
.contactus-wrapper .container .inner .contactus-hero .detail-box { width: 100%; }
.contactus-wrapper .container .inner .contactus-hero .detail-box .content-detail>div {margin-bottom: 15px;color: var(--md-white);}
.contactus-wrapper .container .inner .contactus-hero .detail-box .social-link a { color: var(--content_color); }
.contactus-wrapper .container .inner .contactus-hero .detail-box .social-link a:hover { color: var(--anchorhover); }
.contactus-wrapper .container .inner .contactus-hero .detail-box .content-detail label,
.contactus-wrapper .container .inner .contactus-hero .detail-box .content-detail a { font-size: 16px; line-height: 26px; }
.contactus-wrapper .container .inner .contactus-hero .detail-box .content-detail label { margin-right: 7px; }
.contactus-wrapper .container .inner .contactus-hero .detail-box .content-detail a { color: var(--white); font-weight: 600; } 
.contactus-wrapper .container .inner .contactus-hero .detail-box .content-detail a:hover,.contactus-wrapper .container .inner .contactus-hero .detail-box .content-detail a:focus { color: var(--content_color) } 
.contactus-wrapper .container .inner .contactus-hero .detail-box h6 { margin: 0 0 15px 0; font-size: 24px; line-height: 32px; font-family:var(--basefont);font-style: italic; font-weight: 600;color: var(--secondary_color); }
.contactus-wrapper .container .inner .contactus-hero .image-box img { max-width: 450px; width: 100%; margin: 0 auto; object-fit: contain; display: block; animation: linear infinite alternate; animation-name: leftoRight; animation-duration: 10s; }
.contactus-wrapper .container .inner .contactus-hero .detail-box .address-detail { max-width: 400px; margin: 0 auto 50px; font-size: 16px; font-weight: 300; color: var(--md-white); }
.contactus-wrapper .container .inner .contactus-hero .detail-box .address-detail strong { font-weight: 600; }

body.page-template.page-template-page-contactus { background: var(--md-blue); }
body.page-template.page-template-page-contactus .contactus-wrapper { padding: 100px 0 15px; }
body.page-template.page-template-page-contactus .contactus-wrapper .contactus-hero { padding: 50px 0 0; max-width: 100%; }
/*body.page-template.page-template-page-contactus header.header-mn span.tagaline { color: var(--black); }
body.page-template.page-template-page-contactus header.header-mn a img { filter: brightness(0); }*/
body.page-template.page-template-page-contactus .contactus-wrapper .contactus-hero .detail-box,
body.page-template.page-template-page-contactus .contactus-wrapper .contactus-hero .contactus-mn { width:50% }
body.page-template.page-template-page-contactus .contactus-wrapper .contactus-hero .contactus-mn { padding:0 }
body.page-template.page-template-page-contactus .contactus-wrapper .contactus-hero .contactus-mn .form_wrap .form__action { margin-top: 45px }
body.page-template.page-template-page-contactus .contactus-wrapper .contactus-hero .detail-box .address-detail  { margin: 0 auto 50px 0; } 
body.page-template.page-template-page-contactus .contactus-wrapper .contactus-hero section.contactus-mn { padding: 25px 0 50px 0; width: 100%; }
body.page-template.page-template-page-contactus .contactus-wrapper .contactus-hero section.contactus-mn .form__group { margin-top: 0; margin-bottom: 25px; }
body.page-template-default article.type-page header.entry-header { padding: 180px 0 30px; text-align: center; background: var(--md-blue); }
body.page-template-default article.type-page header.entry-header h1.entry-title { color: var(--md-white); font-size: 58px; line-height: 72px; }
body.page-template-default article.type-page .entry-content { padding: 30px 0 75px 0; background:var(--md-blue); }

body.page-template-default article.type-page .entry-content .inner-wrap p,
body.page-template-default article.type-page .entry-content .inner-wrap ul>li { font-size: 16px; font-weight: 400; line-height: 24px; color: var(--md-white); }
body.page-template-default article.type-page .entry-content .inner-wrap p+p { margin: 15px 0 0 0; }
body.page-template-default article.type-page .entry-content .inner-wrap h2 { font-size: 28px; font-style: normal; font-weight: 600; line-height: 32px; margin: 25px 0 10px 0; display: inline-block; border-bottom: 1px solid; font-family: var(--basefont); color:var(--md-white); }
body.page-template-default article.type-page .entry-content .inner-wrap ul,
body.page-template-default article.type-page .entry-content .inner-wrap ol { margin: 0 0 15px 0; padding: 0 0 0 20px; list-style: revert-layer; }
body.page-template-default article.type-page .entry-content .inner-wrap ul>li, body.page-template-default article.type-page .entry-content .inner-wrap ol>li { padding: 0 0 5px 0; color:var(--md-white); }
body.page-template-default article.type-page .entry-content .inner-wrap a { color: var(--md-white); font-weight: 500; transition: 0.4s ease; }
body.page-template-default article.type-page .entry-content .inner-wrap a:hover,
body.page-template-default article.type-page .entry-content .inner-wrap a:focus { color: var(--body_color); }
body.page-template-default.page.page-id-364 article.type-page .entry-content  { text-align:center; }
.wpcf7 form.sent .wpcf7-response-output { color: var(--black); font-size: 14px; font-weight: 500; }
body.page-template.page-template-page-contactus .wpcf7 form.sent .wpcf7-response-output { color: var(--white); font-size: 14px; font-weight: 500; }
.contactus-wrapper .container .inner .contactus-hero .detail-box h5{ font-family: var(--basefont); color:var(--md-white); font-style: normal; margin-bottom	: 15px; font-weight:700;}
@keyframes leftoRight {
    0% {
        transform: translateX(0);
        -webkit-transform: rotateY(0);
    }

    100% {
        transform: translateY(-360deg);
        -webkit-transform: rotateY(-360deg);
    }
}

/* Responsive CSS Start Here */
    @media (min-width:576px){
        .banner-mn .container .inner .menu_wrap.withmenu {display: none;}
    }
    @media (min-width:768px){
        .bgimg-video .bg-img .img-thumb .d-image { display: block; }
        .bgimg-video .bg-img .img-thumb .m-image { display: none; }
		.postid-25 .bgimg-video>.bg-img>.img-thumb::before{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); }
        .otherServices-mn .inner .content-part .list-part .item .box a:is(:hover, :focus) h3:after { transform: translate(15px, 0); } 
        .whybequest-mn .bg-img.no-img-parallex { display: none; } 
        .whybequest-mn .bg-img.img-parallex { display: block; } 
        .whybequest-mn .parallax-layer .img-thumb .img-parallex { position: absolute; top: 300px; left: 0; right: 0; width: 100%; height: 100%; z-index: 0; }
        .whybequest-mn .bg-img.img-parallex { height: 2000px; background-repeat: no-repeat; background-size: cover; } 
    }

    @media (min-width: 992px) {
        .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{ padding: 0 50px; }
        .whybequest-mn .inner .content-part .list-wrap .box h3 a:is(:hover, :focus) { color: var(--secondary_color); }
        .whybequest-mn .inner .content-part .list-wrap .box h3:hover:after { color: var(--secondary_color); }
        .whybequest-mn .inner .content-part .list-wrap .box h3:hover { color: var(--secondary_color); border-bottom-color: var(--secondary_color); }
        .whybequest-mn .bg-img.img-parallex { height: 2000px; background-repeat: no-repeat; background-size: cover; }
    }

    @media (min-width:1200px){}

    @media (max-width:1629px){
        .lgtitle-mn { padding: 75px 0 90px; }
        .lgtitle-mn .inner h2 { font-size: 52px; }
        .services-cat__mn .container .inner .list { padding-top:100px; }
        .whybequest-mn .inner .content-part .list-wrap .box h3 { font-size: 30px; }
        .about-home-mn { padding: 75px 0; }
        .serviceList-mn { padding: 75px 0; }
/*         .single-services article.services section.entry-header { max-height: 800px; min-height: auto; height: 100%; } */
        .single-services article.services section.entry-header .inner .title-main h1.entry-title { font-size: 46px; line-height: 50px; }
        section.overview_mn .inner .content-main .circle-bigimg { margin: -50px auto 0 auto; max-width: 700px; max-height: 700px; }
    }

    @media (max-width:1440px){
        body.page-template-default article.type-page header.entry-header { padding: 180px 0 0px; }
        body.page-template-default article.type-page header.entry-header h1.entry-title { font-size: 48px; line-height: 48px; }
        .services-cat__mn .container .inner .list .item .box a h3 { font-size: 30px; line-height: 34px; } 
        .services-cat__mn .container .inner .list .item .box .content { margin-top: 5px;font-size: 14px;line-height: 18px; }
        .title-part h3 { font-size: 38px; line-height: 40px; }
        .single-services .whybequest-mn .inner .content-part { padding:50px 0 }
        .whybequest-mn .inner .content-part { padding:75px 0 35px  }
        .whybequest-mn .inner .content-part .list-wrap .box h3 { font-size: 26px; }
        .whybequest-mn .inner .content-part .list-wrap .box { font-size: 16px; }
        .single-services article.services section.entry-header { max-height: 700px; }
        .single-services article.services section.entry-header .inner .title-main h1.entry-title { font-size: 42px; line-height: 48px; }
        section.overview_mn .inner .content-main .circle-bigimg { margin: -30px auto 0 auto; max-width: 630px; max-height: 630px; }

        body.page-template-default article.type-page .entry-content .inner-wrap h2 { font-size: 22px; line-height: 26px; }
        body.page-template-default article.type-page .entry-content .inner-wrap p, body.page-template-default article.type-page .entry-content .inner-wrap ul>li { font-size: 15px; line-height: 22px }
        .aboutus-bannermn.banner-mn .inner .title-main .sub-title {margin-top: 10px; }
        .serviceList-mn .inner .list-part .item-part>.box .catIcon { width: 100px; height: 100px; }
        .aboutus-contentmn .inner .content-part h4 { margin: 25px 0 15px 0; }
        .lgtitle-mn { padding: 50px 0; }
        .lgtitle-mn .inner h2 { font-size: 48px; }
    }

    @media (max-width:1329px){
        .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: 1280px; }
        body.page-template.page-template-page-contactus .contactus-wrapper .contactus-hero { padding: 100px 0; } 
        body.page-template-default article.type-page header.entry-header { padding: 150px 0 0; }
        .title-part { margin-bottom: 45px; }
        .title-part h3 { font-size: 34px; line-height: 38px; }
        .services-cat__mn .container .inner .list .item .box a h3 { font-size: 26px; line-height: 30px; }
        .serviceList-mn .inner .list-part .item .box p, .serviceList-mn .inner .list-part .item .box a { font-size: 16px; line-height:22px; }
        .serviceList-mn .inner .list-part .item-part>.box .servList h3 { font-size: 28px; line-height: 36px; font-weight: 400; margin: 0 0 15px 0; } 
        .serviceList-mn .inner .list-part .item-part>.box .servList ul li, .serviceList-mn .inner .list-part .item-part>.box .servList ul li a { font-size: 16px; }
        section.overview_mn .inner .title-main .content { font-size: 24px; }
        section.overview_mn .inner .content-main .circle-bigimg { margin: -30px auto 0 auto; max-width: 580px; max-height: 580px; }
        .twocol-mn.about-home-mn .inner .left-part .menu_wrap.withmenu ul#header-menu>li>a, .twocol-mn.about-home-mn .inner .left-part .menu_wrap.withmenu ul#header-menu>li>h6 { font-size: 20px; line-height: 26px; }
        .otherServices-mn .inner .content-part .list-part .item .box a h3 { padding: 0 0 0 100px; }
        .otherServices-mn .inner .content-part .list-part .item .box a h3:after { width:75px; }
        .ltest-insign { height: 380px; }

        .contactus-mn { padding: 50px 0; } 
        .lgtitle-mn {  padding: 50px 0; }

        body.page-template-default article.type-page .entry-content .inner-wrap h2 { font-size: 20px; line-height: 24px; }
        body.page-template-default article.type-page .entry-content .inner-wrap p, body.page-template-default article.type-page .entry-content .inner-wrap ul>li { font-size: 14px; line-height: 20px }
        .aboutus-contentmn { font-size: 14px; line-height: 22px; }
    }

    @media (max-width:1199px){
        .contactus-mn { padding: 75px 0; } 
        .title-part { margin-bottom: 35px; } 
        .title-part h3 { font-size: 32px; line-height: 38px; }
        .otherServices-mn { padding: 75px 0; }
        .single-services article.services section.entry-header { min-height: 700px; }
        .lgtitle-mn .inner h2 { font-size: 42px; }
        .about-home-mn .inner .left-part { width:60%; } 
        .about-home-mn .inner .right-part { width:40%; }
        .whybequest-mn .inner .content-part .list-wrap .box h3 { line-height: 24px; font-size: 18px; }
        .whybequest-mn .inner .content-part .list-wrap .box h3 a:before { width: 24px; height: 24px; font-size: 26px; }
        .whybequest-mn .inner .content-part .list-wrap .box { font-size: 14px; }
        body.page-template-default article.type-page .entry-content { padding:30px 0 50px 0; }
        .serviceList-mn .inner .list-part .item-part>.box { padding: 70px 20px 20px 20px; }
        .serviceList-mn .inner .list-part .item-part>.box .catIcon { width: 90px; height: 90px; }
        .services-cat__mn .container .inner .list .item .box a h3 { font-size: 22px; line-height: 28px; } 
        .aboutus-bannermn.banner-mn .inner .title-main .back_link a:after { width: 9px; height: 9px; }
        section.overview_mn .inner .content-main .circle-bigimg { margin: 0 auto; max-width: 520px; max-height: 520px; }
        .single-services article.services section.entry-header .inner { padding: 15px 0 30px 0; }
    }

    @media (max-width:991px){
        .title-part { margin-bottom: 35px; } 
        .title-part h3 { font-size: 28px; line-height: 34px; }

        .single-services article.services section.entry-header { min-height: 550px; }
        .single-services article.services section.entry-header .inner .title-main h1.entry-title { font-size: 30px; line-height: 38px; }

        .about-home-mn .inner .left-part { width:100%; }
        .about-home-mn .inner .right-part { width:100%; }
        .about-home-mn .inner .right-part .content-part h3 { margin-bottom:15px; }

        .twocol-mn.about-home-mn .inner .left-part .menu_wrap.withmenu ul#header-menu { width:50% }

         
        .lgtitle-mn .inner h2 { font-size: 38px; }
        .services-cat__mn .container .inner .list { padding-top:75px; }
        .admin-bar.single-services header.header-mn .humberg-menu-wrap .humberg-icon { margin-top: 45px; }

        .whybequest-mn .inner .content-part { padding: 100px 0 60px; }
        .whybequest-mn .inner .content-part .list-wrap .box:first-child, .whybequest-mn .inner .content-part .list-wrap .box:last-child,
        .whybequest-mn .inner .content-part .list-wrap .box {width:100% }
        .whybequest-mn .inner .content-part .list-wrap .box h3 { margin-bottom:15px; }

        .whybequest-mn .inner .content-part .list-wrap .box p {max-width:100%;  }   
        .whybequest-mn .inner .content-part .list-wrap .box +.box { padding-top: 35px; } 
    
        .contactus-wrapper .container .inner .contactus-hero .detail-box .address-detail { max-width: 350px; }

        .serviceList-mn { padding: 70px 0; }
        .serviceList-mn .inner .list-part { flex-flow: column wrap !important; margin-top: 100px;}
        .serviceList-mn .inner .list-part .item-part { width: 85%; margin: 100px auto 0; max-width: 450px; }
        .serviceList-mn .inner .list-part .item-part:first-child { margin-top:0 }
        body.page-template-default article.type-page header.entry-header h1.entry-title { font-size: 36px; line-height: 46px; }
        body.page-template.page-template-page-contactus .contactus-wrapper { padding: 100px 0 0; }
        body.page-template.page-template-page-contactus .contactus-wrapper .contactus-hero .detail-box .address-detail { margin: 0 auto 30px 0; }
        .otherServices-mn { padding: 50px 0; }
        .otherServices-mn .inner .content-part .list-part .item .box { padding: 10px 0 0 0; }
        section.overview_mn .inner .title-main { display:none; }
        .aboutus-contentmn .inner .content-part h4 { margin: 15px 0 5px 0; }
    }

    @media (max-width:767px){
        .title-part h3 { font-size: 24px; line-height: 32px; }

        .otherServices-mn .inner { padding:0 20px; } 
        .otherServices-mn .inner .content-part .list-part .item .box a h3 { font-size: 20px;line-height: 26px;    padding: 0 0 0 50px; }
        .otherServices-mn .inner .content-part .list-part .item .box a h3:after { width:38px;top: 7px; }

        .about-home-mn { padding: 30px 0; } 
        .page-template-page-aboutus .about-home-mn { padding: 50px 0; }
        .about-home-mn .inner .left-part .menu_wrap>ul { width:100%; }
        .about-home-mn .inner .right-part .content-part p { margin:0 0 10px 0 }
        .about-home-mn .inner .right-part .content-part .detail, .about-home-mn .inner .right-part .content-part .detail p {     font-size: 14px;line-height: 24px; }
        
        .single-services header.header-mn { padding: 15px 0; }
        .single-services article.services section.entry-header { min-height:auto; max-height: 100%; height: auto; }
        .single-services article.services section.entry-header .bg-img { display:none; }
        .single-services article.services section.entry-header .inner .title-main .back_link a:after { top: 1px; width: 10px; height: 10px; }

        .whybequest-mn { padding:35px 0 } 
        .whybequest-mn .inner .content-part { padding: 40px 0; }        
        .whybequest-mn .inner .content-part .list-wrap .box h3 { font-weight: 300;margin-bottom:0 }
        .whybequest-mn .inner .content-part .list-wrap .box p {max-width:100%; display:none;padding: 15px 0 0 35px;color: #fff; }   
    

        .ltest-insign { height: 260px; }
        .services-cat__mn .container .inner .list .item .box a h3 { font-size: 18px; line-height: 22px; padding: 0 0 0 40px; }
        .services-cat__mn .container .inner .list .item .box a h3:after { width: 30px; }
        .services-cat__mn .container .inner .list .item .box .content { padding-left: 40px; margin-top: 4px;}
        .serviceList-mn .inner .list-part .item .box p, .serviceList-mn .inner .list-part .item .box a { font-size: 14px; } 
        .services-cat__mn .container .inner .list .item .box { padding:10px 0; }
        .services-cat__mn .container .inner .list { padding-top:50px; }
        .single-services article.services section.entry-header .inner .title-main h1.entry-title { font-size: 22px; line-height: 30px; }

        .contactus-wrapper .container .inner .contactus-hero .image-box img { max-width: 320px; } 
        .contactus-wrapper .container .inner .contactus-hero .detail-box .address-detail { max-width: 100%; text-align:left; margin: 0 auto 35px; }
        .contactus-wrapper .container .inner .contactus-hero .detail-box .content-detail>div { margin: 5px 0 } 
        .contactus-wrapper .container .inner .contactus-hero .detail-box .content-detail label, .contactus-wrapper .container .inner .contactus-hero .detail-box .content-detail a {     line-height: 22px; }
        body.page-template.page-template-page-contactus .contactus-wrapper .contactus-hero { padding: 50px 0 50px 0;max-width: 100%; }
        body.page-template.page-template-page-contactus .contactus-wrapper .contactus-hero section.contactus-mn { padding: 25px 0 10px 0; }

        body.page-template.page-template-page-contactus .contactus-wrapper .contactus-hero .detail-box, body.page-template.page-template-page-contactus .contactus-wrapper .contactus-hero .contactus-mn { width:100% }
        body.page-template.page-template-page-contactus .contactus-wrapper .contactus-hero .contactus-mn .form_wrap .form__action { margin-top: 30px; }
        .single-services article.services section.entry-header .inner .title-main .back_link a svg,
        .aboutus-bannermn.banner-mn .inner .title-main .back_link a svg { margin-right: 7px; height: 14px; margin-top: -3px; }
        section.overview_mn { padding: 50px 0 75px 0; }
    }

    @media (max-width:600px){
        section.overview_mn .inner .content-main .circle-bigimg .img-thumb img { padding: 15px; }
        .otherServices-mn .inner { padding: 0 0px; }
        section.overview_mn .inner .content-main .circle-bigimg { margin: 0 auto; max-width: 330px; max-height: 330px; }
    }
    @media (max-width:576px){
        .ltest-insign { height: 200px; }
        .banner-mn .container .inner .main-title { display: none; }
        .banner-mn .container .inner { align-items: flex-start; width: 100%; flex-flow: column wrap; justify-content: center; }
        .banner-mn .container .inner .menu_wrap.withmenu .menu-dropdown .sub-menu li a { line-height: 24px; font-size: 19px; font-weight: 300; color: var(--md-white); font-family: var(--basefont); font-style: normal; text-transform: capitalize; display: inline-block; position: relative; }
        .banner-mn .container .inner .menu_wrap.withmenu .menu-dropdown .sub-menu li a:before { content: '+'; position: absolute; top: -3px; left: -32px; width: 26px; height: 26px; display: flex; align-items: center; justify-content: center; font-size: 28px; }
        .banner-mn .container .inner .menu_wrap { padding: 0 27px; }
        .banner-mn .container .inner .menu_wrap.withmenu { width: 100%; }
        .banner-mn .container .inner .menu_wrap.withmenu .menu-dropdown li a {font-family: var(--headefont);color: var(--md-white);font-style: normal;font-size: 22px;font-weight: 400;line-height: 32px;}
        .banner-mn .container .inner .menu_wrap.withmenu .menu-dropdown .sub-menu li { padding: 25px 0 0 30px; }
		.banner-mn .container .inner .menu_wrap.withmenu .menu-dropdown li.menu-item-has-children:first-child {
    margin-top: 0;
}
        .banner-mn .container .inner .menu_wrap.withmenu .menu-dropdown li.menu-item-has-children {margin-top: 25px;}
        .contactus-wrapper .container .inner .contactus-hero .image-box img { max-width: 280px; }  
        .services-cat__mn .container .inner .list .item .box .content { font-size: 12px;line-height: 16px; margin-top: 4px;} 
        .aboutus-bannermn.banner-mn { padding: 120px 0 57px; }
        .aboutus-bannermn.banner-mn .inner { display:flex; justify-content: space-between; }
        body.page-template.page-template-page-contactus .contactus-wrapper {     padding: 70px 0 0; }
/*         .aboutus-bannermn.banner-mn .inner .title-main .back_link a { margin-top:30px;font-size:20px; } */
        header.header-mn .inner .logo a span { margin-top: 0px; }
		.contactus-wrapper .container .inner .contactus-hero .detail-box h5 {     margin-bottom: 25px; }
		.contactus-wrapper .container .inner .contactus-hero .detail-box .address-detail,
		.contactus-wrapper .container .inner .contactus-hero .detail-box h5 {         font-size: 16px; }
		body.page-template.page-template-page-contactus .contactus-wrapper .contactus-hero { padding: 90px 0 50px 0 }

    }
/* Responsive CSS End Here */