@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root
{
    --mbl-highlight-color: #007f5f;
    --mbl-outline-shadow: rgb(0 127 95 / 33%);
}

/*----------Elements--------*/

html {margin-top: 0 !important;}
* {padding: 0; margin: 0; box-sizing: border-box;}
body
{
    position: relative;
    color: #212529;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 400; /*Regular*/
    background-color: #FFFFFF;
    width: 100%;
    overflow-x: hidden;
    opacity: 0;
}
body.active-sl {opacity: 1;}
a {color: #212529; text-decoration: none;}
a:hover {color: var(--mbl-highlight-color);}
p
{
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 25px;
}
h1 {font-size: 128px;}
h2 {font-size: 40px;}
h3 {font-size: 34px;}
h4 {font-size: 30px;}
h5 {font-size: 26px;}
h6 {font-size: 20px;}
h1, h2, h3, h4, h5, h6
{
    font-family: "Bebas Neue", sans-serif;
    line-height: 1;
    font-weight: 400; /*Regular only*/
    margin: 0 0 20px;
}
ul, ol {padding-left: 35px; margin-bottom: 20px;}
li {margin-bottom: 10px; line-height: 1.4;}
img {max-width: 100%; width: 100%; height: auto; vertical-align: middle;}

.clr-filter img, img.clr-filter {filter: brightness(0) saturate(100%) invert(29%) sepia(90%) saturate(6246%) hue-rotate(162deg) brightness(94%) contrast(101%);}

/*--------------------------------Custom Style--------*/

.efe-container-fluid, .efe-container-fluid-gb > div {width: 100%; padding: 0;}
.efe-container, .efe-container-gb > div {width: 100%; max-width: 85%; margin: 0 auto; padding: 0;}
.efe-row {display: flex; flex-flow: row wrap;}
.efe-row .col, .efe-row > div {width: 100%;}
.p-0 {padding: 0 !important;}
.m-0 {margin: 0 !important;}
.mt-0 {margin-top: 0 !important;}
.mb-0 {margin-bottom: 0 !important;}
.pt-0 {padding-top: 0 !important;}
.pb-0 {padding-bottom: 0 !important;}
.mb-10 {margin-bottom: 10px !important;}
.mb-15 {margin-bottom: 15px !important;}
.mb-20 {margin-bottom: 20px !important;}
.mb-25 {margin-bottom: 25px !important;}
.mt-10 {margin-top: 10px !important;}
.mt-15 {margin-top: 15px !important;}
.mt-20 {margin-top: 20px !important;}
.mt-25 {margin-top: 25px !important;}
.text-center {text-align: center;}
.efe-btn, input[type="submit"].wpcf7-submit
{
    width: auto; 
    height: auto;
    padding: 6px 12px;
    background-color: var(--mbl-highlight-color);
    border: 1px solid var(--mbl-highlight-color);
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    border-radius: 0;
    text-align: center;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: none;
    transition: all 0.2s linear;
}
.efe-btn:hover, input[type="submit"].wpcf7-submit:hover
{
    color: #ffffff;
    background: #000000;
    border: 1px solid #000000;
    transition: all 0.2s linear;
}
.efe-btn.dark-btn {color: #ffffff; background: #000000; border: 1px solid #000000; transition: all 0.2s linear;}
.efe-btn.dark-btn:hover {color: #ffffff; background: var(--mbl-highlight-color); border: 1px solid var(--mbl-highlight-color); transition: all 0.2s linear;}

.efe-anime-dot {position: relative; padding-left: 60px;}
.efe-anime-dot::before {position: absolute; top: 0; left: 0; width: 35px; height: 35px; background-color: var(--mbl-highlight-color); border: 10px solid rgba(255,95,73,.27);}

/*---- Header --------*/

header {position: absolute; top: 0; left: 0; width: 100%; height: auto; background: transparent; z-index: 99999; transition: all 0s linear;}
.navbar-fixed header {position: fixed; background: #000; -webkit-animation: navtrans ease-out 0.4s 0s !important; -webkit-animation-fill-mode: both !important; animation: navtrans ease-out 0.4s 0s !important; animation-fill-mode: both !important; transition: all 0.2s linear;}
header .efe-container {max-width: 1320px;}

@-webkit-keyframes navtrans
{
    0%{-webkit-transform: translateY(-100%);}
    100%{-webkit-transform: translateY(0%);}
}
@keyframes navtrans
{
    0%{transform: translateY(-100%);}
    100%{transform: translateY(0%);}
}
.desk-nav-wrapper {display: flex; flex-flow: row nowrap; align-items: center; gap: 30px; padding: 41px 0;}
.d-logo {width: 102px;}
.d-right-menu {width: calc(100% - 102px); display: flex; flex-flow: row nowrap; align-items: center; justify-content: center;}
.d-logo a img 
{
    display: block;
    width: 100%;
    height: auto;
    /* filter: brightness(0) saturate(100%) invert(94%) sepia(14%) saturate(5972%) hue-rotate(337deg) brightness(103%) contrast(103%); */
}
.d-menu ul.menu
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4vw;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.d-menu ul li
{
margin: 0;
}
.d-menu ul li a
{
    position: relative;
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
}
.d-menu > ul > li > a {padding: 25px 0;}
.navbar-fixed .d-logo a img {height: 55px; width: auto; /*filter: brightness(0) saturate(100%) invert(94%) sepia(14%) saturate(5972%) hue-rotate(337deg) brightness(103%) contrast(103%);*/}
.navbar-fixed .desk-nav-wrapper {padding: 0;}
.navbar-fixed .d-menu > ul > li > a {padding: 20px 0;}

/*---------LG SubMenu*/

.menu-item-has-children
{
    position: relative;
}
.d-menu ul.sub-menu
{
    position: absolute;
    left: 0%;
    width: 240px;
    height: auto;
    z-index: 99;
    background-color: #000;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transform-origin: top;
    transform-origin: top;
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 20px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    border-top: 3px solid var(--mbl-highlight-color);
    -webkit-transition: all 0.2s cubic-bezier(.165,.84,.44,1);
    transition: all 0.2s cubic-bezier(.165,.84,.44,1);
}
.d-menu .menu-item-has-children:hover > ul.sub-menu
{
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.2s cubic-bezier(.165,.84,.44,1);
    transition: all 0.2s cubic-bezier(.165,.84,.44,1);
}
.d-menu ul.sub-menu > li
{
    display: block;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0 20px;
    transition: all 0.2s linear;
}
.d-menu .menu-item-has-children > ul.sub-menu > li {transform: translateY(5px) ; opacity: 0; transition: all 0.2s linear;}
.d-menu ul.sub-menu > li:last-child {margin-bottom: 0 !important;}
.d-menu .menu-item-has-children:hover > .sub-menu li
{
    transform: translateY(0);
    opacity: 1;
    transition: all 0.3s linear 0.1s;
}
.d-menu ul.sub-menu > li > a
{
    display: inline-block;
    list-style-type: none;
    color: #fff;
    padding: 0;
    width: 100%;
    position: relative;
    font-size: 20px;
    padding: 6px 40px 6px 20px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.d-menu ul.sub-menu ul.sub-menu {left: 240px; top: -23px;}

/*---------XS*/

body.menu-xs:before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.8); z-index: 999;}
.mobile-navbar {display: none; padding: 11.5px 0; background-color: var(--whiteColor);}
.menu-xs .mobile-navbar {box-shadow: none; background-color: #000;}
.mobile-navbar .mn-cols
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mn-cols .mn-col.mnc-l {width: 120px;}
.mn-cols .mn-col.mnc-r {width: calc(100% - 120px); display: flex; flex-flow: row nowrap; align-items: center; justify-content: flex-end;}
.mn-cols .mn-col.mnc-l a {display: inline-block;}
.menu-open {width: 32px;}
.mn-cols .mn-col.mnc-l a img {width: auto; height: 57px; /*filter: brightness(0) saturate(100%) invert(94%) sepia(14%) saturate(5972%) hue-rotate(337deg) brightness(103%) contrast(103%);*/}

.mobile-navbar .hdr-call {margin-right: 20px; display: flex; flex-flow: row wrap; align-items: center;}
.mobile-navbar .hdr-call img {height: 25px; margin-right: 10px;}

.mobile-social{margin-top: 20px;}
.mobile-social ul {display: flex; flex-flow: row wrap; align-items: center; gap: 15px;}
.mobile-social ul li {margin: 0 !important;}
.mobile-social ul li img {max-width: 28px;}

.mobile-menu-wrap
{
    position: fixed;
    top: -100%;
    left: 0px;
    width: 100%;
    max-width: 100%;
    height: calc(100% - 80px);
    padding: 30px 20px;
    background-color: #000;
    z-index: 999;
    transition: right 0.1s linear;
}
.mobile-menu-wrap ul {padding: 0; margin: 0; list-style-type: none;}
.menu-xs header {box-shadow: none;}
.menu-xs .mobile-menu-wrap
{
    top: 80px;
    visibility: visible;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    transition: right 0.2s linear;
}
.mobile-menu-inner {width: 100%; /*max-width: calc(85% + 40px);*/ max-width: 960px; margin: 0 auto;}
.mobile-menu-inner > ul {max-height: calc(100vh - 135px); overflow: auto;}
.mobile-menu-wrap>ul
{
    position: relative;
    height: auto;
    max-height: calc(100vh - 135px);
    width: 100%;
    overflow-y: auto;
    padding-right: 5px;
    z-index: 9;
}
.mobile-menu ul li
{
    margin: 0 0 15px;
    text-align: left;
    list-style-type: none;
}
.mobile-menu-wrap ul li:last-child {margin: 0;}
.mobile-menu-wrap>ul>li
{
    transform: translateX(-10px) ; opacity: 0; transition: all 0s linear;
}
.menu-xs .mobile-menu-wrap>ul>li
{
    transform: translateX(0);opacity: 1;transition: all 0.2s linear 0.2s;
}
.mobile-menu-wrap li a
{
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.mobile-menu-wrap .sub-menu li a {font-size: 20px;}
.d-menu .menu li.current_page_item > a, .d-menu .menu li.current-menu-parent > a, .d-menu .menu li.current-menu-item > a, .mobile-menu-wrap .menu li.current_page_item > a, .mobile-menu-wrap .menu li.current-menu-parent > a, .mobile-menu-wrap .menu li.current-menu-item > a, .d-menu .menu > li.current-menu-ancestor > a, .mobile-menu-wrap .menu li.current-menu-ancestor > a
{
    color: var(--mbl-highlight-color);
    transition: all 0.2s linear;
}
.mobile-menu-wrap .menu li:hover > a, .d-menu .menu li:hover > a {color: #ffffff !important; opacity: 0.7 !important; transition: all 0.2s linear;}
.menu li.current-menu-ancestor:hover > a, .menu li.current_page_item:hover > a, .menu li.current-menu-parent:hover > a {color: var(--mbl-highlight-color) !important; opacity: 1 !important; transition: all 0.2s linear;}

.d-menu .menu > li.current_page_item > a, .d-menu .menu > li:hover > a, .d-menu .menu > li.current-menu-parent > a, .d-menu .menu > li.current-menu-item > a, .mobile-menu-wrap .menu > li.current_page_item > a, .mobile-menu-wrap .menu > li:hover > a, .mobile-menu-wrap .menu > li.current-menu-parent > a, .mobile-menu-wrap .menu > li.current-menu-item > a
{
	color: var(--mbl-highlight-color); opacity: 1;  transition: all 0.2s linear;
}

/*-------------/// Mobile Nav Submenu ///-------------------*/

.mobile-menu-wrap li.menu-item-has-children > a:not(.arrow-nav) {width: calc(100% - 40px);}
.d-menu .sub-menu li.menu-item-has-children > a:not(.arrow-nav) {width: calc(100% - 20px);}
.mobile-menu>li>a:before
{
    display: none;
}
.mobile-menu-wrap li>a.arrow-nav, .d-menu .sub-menu li > a.arrow-nav
{
    font-size: 22px;
    width: 35px;
    text-align: right;
    padding-right: 5px;
    display: inline-block;
}
.d-menu a.arrow-nav {margin-left: 8px; font-size: 65%;}
.d-menu .sub-menu li > a.arrow-nav {font-size: 65%; padding: 0; width: 0; left: 0; margin-left: 0;}
.mobile-menu-wrap li>a.arrow-nav.rotate-90 svg, .mobile-menu-wrap li>a.arrow-nav.rotate-90 i
{
    transform: rotateZ(180deg);
    transform-origin: center;
}
.mobile-menu-wrap li>ul.sub-menu
{
    position: relative;
    padding: 0 0 0 15px; 
    display: none;
    width: 100%;
    margin: 12px 0;
}
.mobile-menu-wrap li>ul.sub-menu.xs-d-cont,.mobile-menu-wrap li:hover>ul.sub-menu.xs-d-cont
{
    display: block;
    transform: scaleY(1);
    transition: all 0.2s linear;
}

.mobile-menu-inner>ul::-webkit-scrollbar {
	width: 2px;
    border-radius: 6px;
}

.mobile-menu-inner>ul::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
}

.mobile-menu-inner>ul::-webkit-scrollbar-thumb {
  background-color: #282828;
  outline: 0px solid slategrey;
}

/*Hamburger-menu*/

.hamburger-menu 
{
    position: relative;
    display: inline-block;
	cursor: pointer;
	width: 100%;
	z-index: 999;
}
.hamburger-menu span {
	background: #fff;
	width: 100%;
	height: 2px;
	display: block;
	margin: 6px 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 6px;
}
.hamburger-menu span:last-child {
	margin: 5px 0 0;
}
.hamburger-menu .line-top.current {
	-webkit-transform: translateY(9px) rotate(135deg);
	-ms-transform: translateY(9px) rotate(135deg);
	transform: translateY(9px) rotate(135deg);
}
.hamburger-menu .line-center.current {
	opacity: 0;
}
.hamburger-menu .line-bottom.current {
	-webkit-transform: translateY(-7px) rotate(-135deg);
	-ms-transform: translateY(-7px) rotate(-135deg);
	transform: translateY(-7px) rotate(-135deg);
}

.mobile-navbar {display: none;}

@media screen and (max-width: 1150px)
{
    .desktop-navbar {display: none;}
    .mobile-navbar {display: block;}
}

@media screen and (max-width: 1150px)
{
    .mobile-navbar, .mobile-menu-wrap
    {
        display: block;
    }
    .desktop-navbar
    {
        display: none;
    }
    .mobile-menu-wrap .submenu > li:last-child {margin: 0;}
    body.menu-xs {overflow: hidden;}
}

/*---Hero Slider---*/

.hero-slider {position: relative; z-index: 99; background-color: #000;}
.hero-slider.slick-dotted.slick-slider {margin-bottom: 0;}
.hero-slider div.slick-slide {position: relative; overflow: hidden; /*background-size: 50% auto !important; background-position: right 15% center !important; background-repeat: no-repeat !important; */}
.hero-slider div.slick-slide:before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5);}
.hero-slider img.hero-img {width: 100%; object-fit: cover; object-position: top center;}
.hero-slider div.slick-slide, .hero-slider img.hero-img {height: 950px;}
.hero-slider .hero-contents 
{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    position: absolute;
    bottom: 100px;
    left: 50%;
    width: 100%;
    max-width: 85%;
    height: auto;
    z-index: 999;
    transform: translateX(-50%);
}
.hero-slider .hero-contents .inner-hcont
{
    width: 100%;
}
.hero-slider .hero-contents h1
{
    color: #ffffff;
    font-size: 90px;
    line-height: 0.9;
    margin: 0 0 20px;
    font-weight: 400;
}
.hero-slider .hero-contents p
{
    color: #fff;
    font-size: 33px;
    line-height: 35px;
    margin: 0;
    font-weight: 800;
}
.hero-btn-wrapper {display: flex; flex-flow: row wrap; align-items: center; justify-content: center; gap: 15px; margin-top: 50px;}
.hero-btn-wrapper > div {width: 165px; text-align: center;}
.hero-btn-wrapper a {position: relative; font-size: 20px; font-weight: 600; display: inline-block; text-transform: none; line-height: 24px; color: #ffffff; background-color: var(--mbl-highlight-color); border-radius: 25px; padding: 6px 20px; line-height: 1.7; transition: all 0.2s linear;}
.hero-btn-wrapper a:after {content: "\f107"; font-family: "FontAwesome"; position: absolute; top: 50%; right: 10px; color: #fff; transform: translatey(-50%) rotateZ(-90deg); font-size: 17px; opacity: 0; transition: all 0.2s linear;}
.hero-btn-wrapper a:hover {padding: 6px 35px 6px 14px; transition: all 0.2s linear;}
.hero-btn-wrapper a:hover:after {right: 14px; opacity: 1; transition: all 0.2s linear;}

.hero-slider .slick-dots {bottom: 25px;}
.hero-slider .slick-dots > li {width: 15px; height: 15px; margin-right: 5px;}
.hero-slider .slick-dots > li > button {width: 15px; height: 15px; border-radius: 50%; background-color: #ffffff; border: 1px solid #ffffff;}
.hero-slider .slick-dots > li.slick-active > button, .hero-slider .slick-dots > li > button:hover {background-color: var(--mbl-highlight-color); border: 1px solid var(--mbl-highlight-color);}

/*------Clients-------*/

#home-clients {padding: 54px 0;}
#home-clients .efe-container {width: 84%; max-width: 1208px;}

.home-clients-wrapper {position: relative;}
.home-clients-wrapper:before, .home-clients-wrapper:after {
    position: absolute;
    top: 0;
    content: '';
    width: 150px;
    height: 100%;
    z-index: 2;
}
.home-clients-wrapper:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
}
.home-clients-wrapper:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}
.marquee-wrapper {width: 100%; overflow: hidden;}
ul.efe-clients-wrapper {display: flex; align-items: center; list-style-type: none; padding: 0; margin: 0;}
ul.efe-clients-wrapper li {width: 100px; flex-shrink: 0;}
ul.efe-clients-wrapper li img {height: 75px;}

/*------Our Team-------*/

#home-our-team, #home-our-services {padding: 50px 0;}
.home-block-heading.hot-block-heading {margin: 0 0 45px;}
.home-block-heading.hot-block-heading h2 {margin: 0 0 10px; text-align: center; line-height: 1;}
.hot-block-heading p {color: var(--mbl-highlight-color); font-weight: 600; font-size: 28px; text-align: center; margin: 0; line-height: 1.2;}

.home-ourteam-wrapper {display: grid; grid-template-columns: 1fr 2fr; align-items: stretch; background-color: #000000;}
.home-ourteam-wrapper .hot-cnt {padding: 40px;}
.home-ourteam-wrapper .hot-cnt p, .home-ourteam-wrapper .hot-cnt li {color: #fff;}
.home-ourteam-wrapper .hot-cnt p:last-child {margin: 0;}
.home-ourteam-wrapper .hot-img > img {height: 100%; width: 100%; object-fit: cover; object-position: center;}
.home-ourteam-wrapper .hot-img {position: relative;}
.hot-img:before {content: '';position: absolute;width: 100%;height: 100%;background-color: rgb(0 0 0 / 33%);}
#home-our-team .hot-btn {margin-top: 50px; text-align: center;}
#home-our-team .hot-btn .efe-btn.dark-btn {font-size: 25px; padding: 15px 25px; font-weight: 600;}
#home-our-team .hot-btn .efe-btn.dark-btn span {color: var(--mbl-highlight-color); margin-left: 10px;}
#home-our-team .hot-btn .efe-btn.dark-btn:hover span {color: #fff;}

.hot-video-sec {width: 100%; max-width: 800px; margin: 0 auto; display: table;}
.hot-video-sec iframe {width: 100%; height: 450px; object-fit: cover; object-position: center;}

.practise-area-blocks {display: flex; flex-flow: row wrap; align-items: stretch; justify-content: center; gap: 20px;}
.practise-area-blocks .pracarea-blk {width: calc(16.666% - 20px); background-color: #fff; position: relative; padding: 25px 10px; box-shadow: 0px 0px 10px #5757574f; border-radius: 10px; transition: all 0.2s linear;}
.practise-area-blocks .pracarea-blk a.pracarea-flylink {display: inline-block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 9;}
.pracarea-img {margin: 0 0 20px;}
.pracarea-img img {height: 70px; width: auto; margin: 0 auto; display: table;}
.pracarea-cnt h3 {font-family: "Roboto", sans-serif; font-size: 16px; font-weight: 600; line-height: 1.4; text-transform: none; text-align: center; margin: 0;}
.practise-area-blocks .pracarea-blk:hover .pracarea-cnt h3 {color: var(--mbl-highlight-color);}

#home-our-services .home-block-heading.hot-block-heading {margin: 0 0 30px;}
#home-our-services .home-block-heading.hot-block-heading h2 {font-size: 40px; margin: 0;}

.home-insights .hot-btn {margin-top: 50px; text-align: center;}
.home-insights .hot-btn .efe-btn.dark-btn {font-size: 25px; padding: 15px 25px; font-weight: 600;}
.home-insights .hot-btn .efe-btn.dark-btn span {color: var(--mbl-highlight-color); margin-left: 10px;}
.home-insights .hot-btn .efe-btn.dark-btn:hover span {color: #fff;}


/*--------Tailored---------*/

#home-tailored {position: relative; background-image: linear-gradient(180deg, #000 50%, #fff 50%);}

.home-tailored-wrapper {display: grid; grid-template-columns: 2fr 2fr; align-items: stretch; background-color: #212529;}
.home-tailored-wrapper .htailored-cnt {padding: 40px;}
.home-tailored-wrapper .htailored-cnt p {color: #fff;}
.home-tailored-wrapper .htailored-cnt h3 {font-family: "Roboto", sans-serif; font-weight: 600; color: var(--mbl-highlight-color); font-size: 28px;}
.home-tailored-wrapper .htailored-cnt p:last-child {margin: 0;}
.home-tailored-wrapper .htailored-img img {min-height: 809px; height: 100%; width: 100%; object-fit: cover; object-position: center;}

/*--------Video---------*/

#home-video {padding: 0 0 60px;}
.home-video-heading {margin: 0 0 25px;}
.home-video-heading h2 {font-size: 55px; line-height: 1.2; margin: 0; font-family: "Roboto", sans-serif; font-weight: 500;}
.home-video-heading h2 span {font-size: 50px; font-weight: 700; color: var(--mbl-highlight-color); display: block;}

.inner-hvideo-img {position: relative;}
.inner-hvideo-img::before {content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 119px; background: linear-gradient(180deg, #00000000, #000000);}
a.hv-play-btn {display: inline-block; position: absolute; top: 50%; left: 50%; width: 64px; height: 64px; transform: translate(-50%, -50%); transition: all 0.2s linear;}
a.hv-play-btn img {width: 100%; height: 100%;} 
.inner-hvideo-img:hover a.hv-play-btn {transform: translate(-50%, -50%) scale(1.05); transition: all 0.2s linear;}

.fancybox-container {z-index: 99999999 !important;}

/* -----Benefits------ */

#home-benefits {padding: 50px 0;}

.benefits-blocks {display: grid; grid-template-columns: 3fr 3fr 3fr;}
.benefits-blk {position: relative; background-color: #f5f5f5; padding: 45px;}
.benefits-blk-img {text-align: center; margin: 0 0 50px;}
.benefits-blk-img img {width: 120px; height: auto;}
.benefits-blk-cnt h2 {font-family: "Roboto", sans-serif; font-size: 23px; font-weight: 700; text-transform: none; text-align: center; margin: 0 0 20px;}
.benefits-blk-cnt p {font-size: 20px; text-align: center; margin: 0;}
.benefits-blocks > .benefits-blk:nth-child(even) {background-color: #000000;}
.benefits-blocks > .benefits-blk:nth-child(even) img {filter: brightness(0) saturate(100%) invert(29%) sepia(90%) saturate(6246%) hue-rotate(162deg) brightness(94%) contrast(101%);}
.benefits-blocks > .benefits-blk:nth-child(even) h2, .benefits-blocks > .benefits-blk:nth-child(even) p {color: #ffffff;}


/* -----Testimonials------ */

#home-testimonials {padding: 50px 0;}
.home-block-heading h2 {font-size: 80px; line-height: 1; margin: 0 0 25px;}
.hbh-testimonial {font-family: "Roboto", sans-serif; font-weight: 600; color: #fff; font-size: 39px; background-color: var(--mbl-highlight-color); width: 100%; max-width: 450px; text-align: center; padding: 10px; margin: 0 0 35px;}

.h-testimonial {display: grid; grid-template-columns: 3fr 3fr 3fr; gap: 35px;}
.h-testi-blk {position: relative; background-color: #f5f5f5; padding: 25px 25px 125px;}
.h-testi-blk .ht-quote {display: inline-block; margin: 0 0 15px; font-size: 20px;}
.h-testi-blk .ht-quote i, .h-testi-blk .ht-quote svg {font-size: 50px; color: var(--mbl-highlight-color);}
.h-testi-rating {text-align: center; margin: 40px 0;}
.h-testi-rating img {width: auto; height: 28px;}
.h-testi-author { display: grid; grid-template-columns: 2fr 100px; gap: 30px; align-items: center; position: absolute; bottom: 25px; left: 25px; width: calc(100% - 50px); height: auto;}
.hta-img img {border-radius: 50%;}
.hta-cnt span {font-size: 20px; display: inline-block; width: 100%;}
.hta-cnt span.hta-cnt-name {font-weight: 700; color: var(--mbl-highlight-color);}
.hta-cnt span.hta-cnt-loc {font-size: 20px; margin-top: 5px;}
.h-testimonial > .h-testi-blk:nth-child(even) {background-color: #000000;}
.h-testimonial > .h-testi-blk:nth-child(even) .h-testi-cnt p, .h-testimonial > .h-testi-blk:nth-child(even) .hta-cnt span.hta-cnt-loc {color: #fff;}
.h-testimonial > .h-testi-blk:nth-child(even) .h-testi-rating img {filter: brightness(0) invert(1);}

.ip-testimonials .h-testimonial {grid-template-columns: 1fr; gap: 30px;}
.ip-testimonials .h-testi-blk {padding: 35px;}
.ip-testimonials .h-testi-author {display: flex; flex-flow: column wrap; position: static; transform: translateX(0%); width: 100%;}
.ip-testimonials .hta-img img {height: 80px;}
.ip-testimonials .hta-cnt span.hta-cnt-name, .ip-testimonials .hta-cnt span.hta-cnt-loc, .ip-testimonials .h-testi-cnt > p {text-align: center;}
.ip-testimonials .hta-cnt span:empty {display: none !important;}

.htesty-btn {margin-top: 50px; text-align: center;}
.htesty-btn .efe-btn.dark-btn
{
    font-size: 20px;
    padding: 15px 25px;
    font-weight: 600;
}

/* -----FAQ------ */

#home-faq {padding: 80px 0 50px;}

/*------FAQ Accordian----*/

ul.accordian {list-style: none; margin: 0; padding: 0;}
ul.accordian ul.faq-list {list-style: none; margin: 0; padding: 0;}
ul.accordian > li {overflow: hidden; margin: 0; border-bottom: 1px solid #000;}
ul.accordian > li:last-child {margin: 0;}
ul.accordian h2.accodian-title 
{
    display: block;
    cursor: pointer;
    position: relative;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: none;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    padding: 30px 50px 30px 0px;
    transition: all 0.2s linear;
}
.accordian h2.accodian-title {position: relative;}
.accordian h2.accodian-title::after 
{
    content: '\2b';
    font-family: "FontAwesome";
    color: var(--mbl-highlight-color);
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 20px;;
    width: auto;
    transform: translateY(-50%);
    transition: all 0.2s linear;
}
.accordian h2.accodian-title.active::after {content: '\f068'; transition: all 0.2s linear;}
.faq-block .accordian h2.accodian-title:hover, .faq-block .accordian h2.accodian-title.active {transition: all 0.2s linear;}
.accordian section.accodian-cnts 
{
  display: none;
  padding: 0px 50px 20px 0px;
}
.accordian section.accodian-cnts.active {display: block;}
section.accodian-cnts p
{
	margin: 0 0 10px;
}
section.accodian-cnts p:after {content: ''; clear: both; display: block;}
section.accodian-cnts p:empty, section.accodian-cnts p:empty:after {display: none;}
.faq-block section.accodian-cnts p:empty, .faq-block section.accodian-cnts ul > li:last-child, .faq-block section.accodian-cnts ul, .faq-block section.accodian-cnts p:last-child {margin: 0;}



/* -----Footer------ */

.main-footer {padding: 0; background-color: #ffffff;}

.main-footer-level1, .main-footer-level2, .main-footer-level3 {padding: 27px 0;}
.main-footer-level2 {background-color: #000000;}
.main-footer-level1 ul {display: flex; flex-flow: row wrap; align-items: center; justify-content: center; gap: 40px; list-style-type: none; margin: 0; padding: 0;}
.main-footer-level1 ul li {margin: 0;}
.main-footer-level1 ul li a {display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; background-color: #000; border-radius: 50%; color: #fff; font-size: 25px; transition: all 0.2s;}
.main-footer-level1 ul li a:hover {background-color: var(--mbl-highlight-color); color: #fff; transition: all 0.2s;}

/* .mfl2-3cols {display: grid; grid-template-columns: 3fr 3fr 3fr; align-items: center; justify-content: center; gap: 10px;} */
.mfl2-3cols {display: flex; flex-flow: row wrap; align-items: flex-end; justify-content: center; gap: 20px;}
.mfl2-3cols p {text-align: center; margin: 0; color: #ffffff; font-size: 20px;}
.mfl2-3cols p i, .mfl2-3cols p svg {width: 100%; margin-bottom: 5px;}
.mfl2-3cols p a {display: inline-block; color: #ffffff; font-size: 20px; font-weight: 500; transition: all 0.2s;}
.mfl2-3cols p a:hover {color: var(--mbl-highlight-color); transition: all 0.2s;}

.main-footer-level3 p {text-align: center; margin: 0; font-size: 16px;}
.mfl3-cnt .mfl3-menu {margin-top: 2.75%;}
.main-footer-level3 ul {display: flex; flex-flow: row wrap; align-items: flex-start; justify-content: center; gap: 10px 40px; list-style-type: none; margin: 0; padding: 0;}
.main-footer-level3 ul li {margin: 0;}
.main-footer-level3 ul li a {color: #000000; font-size: 16px; font-weight: 700; transition: all 0.2s;}
.main-footer-level3 ul li a:hover {color: var(--mbl-highlight-color); transition: all 0.2s;}

/*----------Go Top---------*/

.gotop {
	position: fixed;
	bottom: 100px;
	right: 30px;
	width: auto;
	height: auto;
	z-index: 99;
	opacity: 0;
    line-height: 0;
	transform: translateX(40px);
	transition: all 0.2s linear;
}
.gotop a {
	background-color: var(--mbl-highlight-color);
	display: inline-block;
	position: relative;
	color: #fff;
	text-decoration: none;
	line-height: 0;
	padding: 18px;
    border-radius: 5px;
	box-shadow: 0 6px 10px -4px rgb(0 0 0 / 60%) !important;
	overflow: hidden;
}
.gotop a svg.ar, .gotop a i.ar {
    height: 15px;
	transition: all 0.2s linear 0.2s;
}
.gotop a i.ar {height: auto; font-size: 14px;}
.gotop a:hover svg.ar, .gotop a:hover i.ar {
	transform: translateY(-25px) rotateY(360deg);
	opacity: 0;
	transition: all 0.3s linear 0.2s;
}
.gotop a svg.ar1, .gotop a svg.ar2, .gotop a i.ar1, .gotop a i.ar2 {
	position: absolute;
	bottom: 0%;
	left: 50%;
	width: auto;
	height: 15px;
	transform: translate(-50%, -50%) rotateZ(360deg);
	opacity: 0;
	transition: all 0.2s linear 0.2s;
}
.gotop a i.ar1, .gotop a i.ar2 {height: auto; font-size: 14px;}
.gotop a svg.ar2, .gotop a i.ar2 {
	transform: translate(-50%, -50%) rotateZ(0deg);
	transition: all 0.2s linear 0s;
}
.gotop a:hover svg.ar1, .gotop a:hover svg.ar2, .gotop a:hover i.ar1, .gotop a:hover i.ar2 {
	bottom: 25%;
	opacity: 1;
	transform: translate(-50%, -50%) rotateZ(0deg);
	transition: all 0.2s linear 0.2s;
}
.gotop a:hover svg.ar2, .gotop a:hover i.ar2 {
	bottom: 14%;
	transform: translate(-50%, -50%) rotateZ(0deg);
	transition: all 0.2s linear 0.4s;
}
.top-class {
	display: inline-block;
	transform: translateX(0px);
	opacity: 1;
	transition: all 0.2s linear;
}
.top-class-op {
	display: inline-block;
	transform: translateX(40px);
	opacity: 0;
	transition: all 0.2s linear;
}

/*--------Others-------*/

body::-webkit-scrollbar {
	width: 10px;
}

body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: #000000;
  outline: 0px solid slategrey;
}

::selection
{
	background-color: var(--mbl-highlight-color);
	color: #ffffff;
}

.home-insights {padding: 50px 0; background-color: #f5f5f5;}

/* Area We Serve */

.main-footer-level4 {background-color: #000;}

.footer-area-we-serve {
    text-align: center;
    padding: 30px 0;
}

.footer-area-we-serve h4 {
    color: #fff;
    font-size: 30px;
    margin: 0 0 15px;
}

.area_serve_Lst {
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
}

.area_serve_Lst li {
    list-style: none;
    margin: 0;
    padding: 0 12px 6px;
}

.area_serve_Lst li a {
    color: #fff;
    font-size: 16px;
}

.area_serve_Lst li a:hover {
    color: var(--mbl-highlight-color);
}

/*--------------*/

.bw-sidebar .widget_categories
{
    flex-grow: 1;
	padding: 15px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
}
.bw-sidebar .widget_categories h3
{
    font-size: 21px;
    font-family: "Roboto", sans-serif;
    line-height: 1;
	font-weight: 600;
    margin: 0 0 20px;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 15px;
}
.bw-sidebar .widget_categories ul {list-style-type: none; margin: 0; padding: 0;}
.bw-sidebar .widget_categories li
{
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}
.bw-sidebar .widget_categories li:last-child {margin-bottom: 0px;}
.bw-sidebar .widget_categories li:before
{
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
	width: 20px;
	height: 20px;
	background-image: url("../images/category_ico.png");
    filter: brightness(0) saturate(100%) invert(29%) sepia(90%) saturate(6246%) hue-rotate(162deg) brightness(94%) contrast(101%);
	background-size: contain;
	background-repeat: no-repeat;
    transition: all 0.2s linear;
}
.bw-sidebar .widget_categories li a
{
	font-size: 18px;
	line-height: 24px;
    color: #212529;
    transition: all 0.2s linear;
}
.bw-sidebar .widget_categories li a:hover
{
    color: var(--mbl-highlight-color);
    transition: all 0.2s linear;
}

/*-------------------------*/

#h-yt-video {padding: 35px 0 50px; background-color: #f5f5f5;}
.h-yt-video-blk
{
    background-color: #fff;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    margin: 15px 10px;
}
.h-yt-image {position: relative;}
.h-yt-image a.hv-play-btn {height: 100%; width: 100%;}
.h-yt-image a.hv-play-btn img {position: absolute; width: 50px; height: 50px; transform: translate(-50%, -50%); top: 50%; left: 50%; transition: all 0.2s linear;}
.h-yt-image a.hv-play-btn:hover img {transform: translate(-50%, -50%) scale(1.05); transition: all 0.2s linear;}
.h-yt-image img {height: 260px; width: 100%; object-fit: cover; object-position: center;}
.h-yt-cnt {padding: 15px;}
.h-yt-cnt h3 {margin: 0; font-family: "Roboto", sans-serif; font-weight: 500; font-size: 18px; line-height: 1.4;}

.h-yt-video-slider {padding-bottom: 40px !important; margin-bottom: 0 !important;}
.h-yt-video-slider .slick-dots {bottom: 0px;}
.h-yt-video-slider .slick-dots > li {width: 15px; height: 15px; margin-right: 5px;}
.h-yt-video-slider .slick-dots > li > button {cursor: pointer; width: 15px; height: 15px; border-radius: 50%; background-color: #000; border: 1px solid #000;}
.h-yt-video-slider .slick-dots > li.slick-active > button, .h-yt-video-slider .slick-dots > li > button:hover {background-color: var(--mbl-highlight-color); border: 1px solid var(--mbl-highlight-color);}

.h-yt-video-slider .slick-track {display: flex;}
.h-yt-video-slider .slick-track .slick-slide > div {display: flex; flex-flow: column wrap;}
.h-yt-video-slider .slick-track .slick-slide {display: flex; height: auto;}
/* .h-yt-video-slider .slick-track .slick-slide > div > div {height: 100%; display: flex !important;} */

@media (max-width: 767px)
{
    .h-yt-image a.hv-play-btn img {height: 40px; width: 40px;}
.h-yt-video-slider {padding-bottom: 30px !important;}
}

@media (max-width: 650px)
{
    .h-yt-video-blk {margin: 15px 0;}
}

@media (max-width: 480px)
{
    .h-yt-image img {height: 220px;}
}