@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


:root{
	--siteDarkBlue: #1b365d;
	--siteAqua: #2dd4bf;
	--siteYellow: #f59e0b;
	
	--bodyfont: "Inter", sans-serif;
/* 	--headingfont: 'Playfair Display', serif; */
	--headingfont: 'Fulmar', serif;
    --siteTransition: all 0.3s ease-in-out;
}

* {
	padding: 0;
	margin: 0;
}

body {
	margin: 0px;
	font-family: var(--bodyfont);
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	transition-duration: 0.3s;
	outline: none !important;
}

a:hover {
	text-decoration: none;
	animation-delay: 0.3s;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-name: hvr-back-pulse;
	animation-timing-function: linear;
}

:focus {
	outline: 0;
	text-decoration: none !important;
}

/* Headings */
h1, h2, h3, h4 {
	font-family: var(--headingfont);
}

input[type="submit"] {
	cursor: pointer
}

::-webkit-input-placeholder {
	opacity: 0.5;
}
::-moz-placeholder {
	opacity: 0.5;
}
:-ms-input-placeholder {
	opacity: 0.5;
}
:-moz-placeholder {
	opacity: 0.5;
}

@media screen and (min-width: 1560px) {
    .container {
        max-width: 1440px;
    }
}
@media screen and (min-width: 1660px) {
    .container {
        max-width: 1600px;
    }
}

.common_button {
	color: #fff;
	text-transform: capitalize;
	padding: 14px 20px;
	background: #f59e0b;
	font-weight: 600;
	display: inline-block;
}

.common_button:hover {
	color: #fff;
	background: #2dd4bf;
}

.common_padding {
	padding: 60px 0;
}

.common_heading_area {
	padding: 0 0 50px;
	text-align: center;
}

.common_heading_area :is(h1, h2, h3, h4) {
	font-size: clamp(28px, 3.2vw, 60px);
	color: #000;
	font-weight: 700;
}

.common_textlink {
	color: #f59e0b;
	text-decoration: underline;
	font-weight: 700;
	font-size: 20px;
	transition-duration: 0.5s;
}

.common_textlink:hover {
	color: #2dd4bf;
}

.inner_container {
    max-width: 1390px;
}

/* =================== 
    Common Style 
=================== */
.common_blue_bg{
	background-color: var(--siteDarkBlue);
}
.common_box_style_bg {
	background: #f8f8fd;
}
.common_box_style_bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: repeating-linear-gradient(90deg, #9b99b2 0, #9b99b2 3%, transparent 0, transparent 50%), repeating-linear-gradient(180deg, #9b99b2 0, #9b99b2 3%, transparent 0, transparent 50%);
	background-size: 3.5em 3.5em;
	background-position: top left;
	z-index: -1;
	opacity: .085;
	filter: blur(.8px);
}

[class^="text_box"] :is(p, li) {
    font-size: 1rem;
    line-height: 1.6;
    color: #000;
    margin-bottom: 18px;
}

[class^="text_box"][class*="_md"] :is(p, li) {
    font-size: 1.125rem;
    line-height: 1.65;
}

[class^="text_box"][class*="_lg"] :is(p, li) {
    font-size: 1.25rem;
    line-height: 1.56;
}

[class^="text_box"][class*="_xl"] :is(p, li) {
    font-size: 1.375rem;
    line-height: 1.56;
}

[class^="text_box"][class*="_xxl"] :is(p, li) {
    font-size: 1.5rem;
    line-height: 1.56;
}

[class^="text_box"]:not(.text_box_margin) p:last-child {
    margin-bottom: 0;
}
[class^="text_box"] h4 {
    margin-bottom: 1rem;
	font-weight: 600;
}
/* 
[class^="text_box"] a {
    color: #000;
}

[class^="text_box"] a:hover {
    text-decoration: underline;
}

[class^="text_box"][class*="_md"] h3 {
    font-weight: 700;
    font-size: 1.5rem;
    color: #0A0A0A;
    margin-bottom: 1rem;
    line-height: 1.2;
    font-family: var(--heading_font);
    text-transform: uppercase;
}
[class^="text_box"][class*="_md"] h4 {
    font-weight: 600;
    font-size: 1.375rem;
    color: #0A0A0A;
    margin-bottom: 1rem;
    line-height: 1.2;
} */

[class^="text_box"][class*="_unstyled"] ul{
    list-style: none;
}
[class^="text_box"] ul {
    padding-left: 0;
	margin: 0;
    margin-bottom: 2rem;
}
[class^="text_box"] ul ul {
	margin-top: 1rem;
}
[class^="text_box"] li {
    color: #1E1E1E;
    margin-bottom: 10px;
    padding-left: 1rem;
    position: relative;
}
/* [class^="text_box"] li::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 9px;
    left: 2px;
} */

[class^="text_box"] :is(h2, h3, h4) :is(b, strong) {
    color: #000;
}
[class^="text_box"][class*="light"] :is(p, h3, h4, h5, h6, li) {
    color: var(--bs-white);
}

.section_head :is(h1, h2) {
    font-size: clamp(1.563rem, 3.2vw, 3rem);
    line-height: 1.2;
    font-weight: 700;
    text-wrap: balance;
}

.section_head h2 :is(strong, b) {
    font-weight: inherit;
    position: relative;
    z-index: 1;
}

.section_head h5 {
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 1px;
}
.section_head p {
    font-size: 1.125rem;
    line-height: 1.56;
}
.section_head p:last-child {
    margin-bottom: 0;
}
.section_head_small :is(h3, h4) {
    font-size: clamp(1.75rem, 2vw + 0.5rem, 2.5rem);
    font-weight: 700;
}
.section_head_small :is(h3, h4) :is(span, b, strong) {
    font-weight: inherit;
    color: var(--siteAqua);
}

.all_btn {
    background-color: #f59c00;
    display: inline-block;
    color: white;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.all_btn:hover {
    background-color: #1b365d;
}




/* =================== 
    Header CSS
=================== */
.main_header{
    background: var(--bs-white);
	position: -webkit-sticky;
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 999;
    padding: 10px 0;
    transition:  top 400ms ease-in-out, background 400ms ease-in-out;
}
.header_fixed{
    box-shadow: 0 0 15px rgba(74, 78, 68, 0.173);
}
.main_header.service_main_header{
    background: #0d2449;
    position: static;
}
.logo img{
    max-width: 100%;
}
.logo a{
    display: block;
    max-width: 230px;
}
.mob_menu_btn{
    display: none;
}
.mean-expand{
    display: none;
}

/* main nav */
.main_nav ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.main_nav li{
    margin: 0 25px;
    position: relative;
}
.main_nav > ul > li:last-child{
    margin-right: 0;
}
.main_nav > ul > li:first-child{
    margin-left: 0;
}
.main_nav li a{
    padding: 12px 0;
    display: block;
    font-size: 16px;
	text-transform: uppercase;
    font-weight: 400;
    color: var(--bs-black);
}
.main_nav li a:hover,
.main_nav li.current a{
    color: #f59e0b;
}
.main_nav ul > li.menu_last_cta > a{
	color: var(--bs-white);
    text-transform: capitalize;
    padding-left: 2rem;
    padding-right: 2rem;
    background: #f59e0b;
    font-weight: 500;
	transition: all 300ms ease-in-out;
}
.main_nav ul > li.menu_last_cta > a:hover{
	background: #2dd4bf;
}
/* search_box_header */
.header_cta_btn {
	position: relative;
	display: inline-block;
}
.search_box_header {
	display: none;
	position: absolute;
	background: #fff;
	right: 0;
	top: 100%;
	margin-top: 10px;
	width: 350px;
	border: 1px solid #ccc;
	border-radius: 4px;
	outline: none;
	z-index: 1000;
}
.search_box.show {
	display: block;
}
.search_box_header .blog-search-form{
	border-bottom: none;
	padding: 5px 15px;
}



/* header main black */
.main_header_black .main_nav > ul > li > a{
    color: #000;
}
.main_header_black .main_nav ul li.menu-item-has-children:after{
    background-image: url(../img/chevron-down-black.svg);
}

.mobile_top {
    display: none;
    padding: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #f5f5f5;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
}
.mobile_logo {
    max-width: 160px;
}
.menu_close_btn{
    color: var(--bs-black);
}
.header_cta_btn a{
    color: var(--bs-black);
    display: flex;
    align-items: center;
    column-gap: 15px;
    font-weight: 400;
    font-size: 1.125em;
	padding: 10px;
}


/* =================== 
    Menu Dropdown
=================== */
@media (min-width:991px) {
    .main_nav ul ul{
        position: absolute;
        display: block;
        right: 0;
        top: calc(100% - 2px);
        background: #fff;
        min-width: 300px;
        border-radius: 5px;
        opacity: 0;
        visibility: hidden;
        z-index: 99;
		box-shadow: 0 10px 20px rgb(0 0 0 / 29%);
    }
    .main_nav ul li:last-child ul{
        left: auto;
        right: 0;
    }
    .main_nav ul ul li{
        margin: 0;
        border-bottom: 1px solid #eee;
    }
    /* .main_nav > ul > li > a:before{
        content: "";
        height: 1px;
        width: 0;
        background: var(--primary);
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        margin: 0 auto;
        transition: all 300ms ease-in-out;
    }
    .main_nav > ul > li:hover > a:before,
    .main_nav > ul > li.current > a:before{
        width: 100%;
    } */
	.main_nav ul li.menu-item-has-children {
		padding-right: 20px;
	}
    .main_nav ul li.menu-item-has-children:after{
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        background: url(../img/chevron-down.svg) no-repeat center;
        background-size: 20px;
        transition: all 300ms ease-in-out;
    }
    .main_nav ul ul li:last-child{
        border-bottom: 0;
    }
    .main_nav ul ul li a{
        font-size: 16px;
        padding: 12px 15px;
        color: #000;
		text-transform: capitalize;
    }
    .main_nav ul ul li a:hover{
		color: #f59e0b;
		background: #1b365d;
    }
    .main_nav ul ul li:first-child a{
        border-radius: 5px 5px 0 0;
    }
    .main_nav ul ul li:last-child a{
        border-radius: 0 0 5px 5px;
    }


    .main_nav ul li:hover > ul{
        opacity: 1;
        visibility: visible;
    }
    .main_nav ul li.menu-item-has-children:hover:after{
        transform: rotate(180deg) translateY(40%);
        background-position: center top;
    }
}



/* ============ Banner Css ============= */
.home_banner {
	padding: 4.5rem 0;
	background: #1b365d;
	position: relative;
	overflow: hidden;
}
.banner_text {
	padding-right: 5%;
}
.banner_text h1 {
	font-weight: 700;
	font-size: clamp(30px, 3vw, 60px);
	margin-bottom: 20px;
	text-wrap: balance;
}
.banner_text p {
	font-weight: 400;
	font-size: clamp(18px, 1.5vw, 25px);
	margin-bottom: 20px;
}
.banner_text ul {
	list-style: none;
	margin-bottom: 20px;
}
.banner_text li {
	font-weight: 700;
	font-size: clamp(17px, 1.6vw, 24px);
	padding: 0 0 12px 40px;
	background: url('../img/banner_bullet.png') 0 6px no-repeat;
	background-size: 22px;
}
.banner_slider {
	padding-left: 2rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 50%;
}
.banner_slider .mdbanner_slide_pagination {
    position: absolute;
    height: 100%;
    width: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    top: 0;
    align-items: center;
    justify-content: center;
	background: var(--siteDarkBlue);
}
.banner_slider .mdbanner_slide_pagination:after {
	width: 2px;
	height: 62%;
	position: absolute;
	left: calc(50% - 1px);
	bottom: -5rem;
	content: ' ';
	background: linear-gradient(180deg, rgba(45, 212, 191, 1) 62%, rgba(27, 54, 93, 0.85) 100%);
}

.banner_slider .mdbanner_slide_pagination span {
	width: 11px;
	height: 11px;
	border-radius: 11px;
	background: var(--siteDarkBlue);
	border-radius: 100%;
	border: 2px solid #1b365d;
	box-shadow: 0 0 0px 2px rgba(45, 212, 191, 1);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
	margin: 5px 0;
	z-index: 5
}
.banner_slider .mdbanner_slide_pagination span.swiper-pagination-bullet-active {
	background: var(--siteAqua);
}
.mdbanner_img img{
	transition: all .3s ease-in-out;
}
.mdbanner_card:after{
	content: "";
	width: 100%;
	height: 80%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
	background: linear-gradient(0deg, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, 0) 100%);
	
}

.mdbanner_img{
	height: clamp(350px, 24vw, 540px);
	overflow: hidden;
}
.banner_slider .swiper-slide:hover .mdbanner_img img{
	transform: scale(1.1);
}
.mdbanner_content {
	position: absolute;
	left: 0;
	bottom:0;
	z-index: 9;
	padding: 0 clamp(15px, 2vw, 30px) clamp(15px, 2vw, 30px);
}
.mdbanner_content h2 {
	font-weight: 600;
    font-size: clamp(20px, 3vw, 35px);
	line-height: 1.3;
	text-wrap: balance;
}
.mdbanner_content .bluebox{
	background: var(--siteAqua);
	color: var(--bs-black);
	text-transform: uppercase;
	font-size: clamp(11px, 1vw, 13px);
	padding: 5px 10px;
	font-weight: 500;
	display: inline-block;
}
.bannerSwiper .swiper-slide-dark .content h2 {
	color: #fff;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	font-size: 18px;
}

.swiper-button-prev,
.swiper-button-next {
	background: transparent;
	font-size: 20px;
	border-radius: 100%;
	border: 2px solid #2bc3b5;
	color: #2bc3b5;
	width: 35px;
	height: 35px;
	bottom: 12px;
	top: inherit;
	transition-duration: 0.5s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	border: 2px solid #f59e0b;
	color: #fff;
	background: #f59e0b;
}


/* ============ 
 * focus area Css 
 * ============= */
.focus_area {
	background-repeat: repeat;
	background: #f8f8fd;
}
.focus_area::after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(90deg, #f4f4f8 0, #f4f4f8 3%, transparent 0, transparent 50%), repeating-linear-gradient(180deg, #f4f4f8 0, #f4f4f8 3%, transparent 0, transparent 50%);
    background-size: 3.5em 3.5em;
    background-position: top left;
    z-index: -1;
    opacity: 1;
	filter: blur(.75px);
}

/* .focus_boxes { display: flex; justify-content: space-between; column-gap: 25px; padding-top: 30px; } */
.focus_box {
	background: var(--bs-white);
	text-align: center;
	padding: 1rem;
}

.focus_box_img {
	border-radius: 100%;
    border: 6px solid #fff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    width: 140px;
    height: 140px;
    margin-left: auto;
    margin-right: auto;
    top: -60px;
    position: relative;
    margin-bottom: -40px;
}
.focus_box_img img{
	border-radius: inherit;
}
.focus_box :is(h3, h4) {
	font-size: clamp(18px, 2vw, 25px);
	color: #000;
	font-weight: 700;
	transition: all 300ms ease-in-out;
}

.focus_box:hover .focus_box_title h3{
	color: #f59e0b;
}
.focusSwiper {
	padding-top: 60px;
}
.focus_slider_prev:not(.swiper-button-lock),
.focus_slider_next:not(.swiper-button-lock) {
	background: transparent;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 2px solid var(--siteDarkBlue);
	display: flex;
	align-items: center;
	justify-content: center;
}


/* ============ article area Css ============= */
.lft_article_img img {
    aspect-ratio: 12 / 8;
    object-fit: cover;
}
.lft_article_textarea :is(h3, h4) {
	font-size: clamp(22px, 3vw, 42px);
	font-weight: 700;
}
.lft_article_textarea :is(h3, h4) a{
	color: var(--bs-black);
}
.lft_article_textarea p {
	font-size: clamp(16px, 1.5vw, 18px);
	line-height: 1.5;
	margin-bottom: 1rem;
}


.right_article_block:after{
	content: '';
	position: absolute;
	left: -12px;
	top: 0;
	width: 1px;
	height: 100%;
	background: #adb1b7;
	z-index: 1;
}
.right_small_article:not(:last-child){
	border-bottom: 1px solid #adb1b7;
	margin-bottom: 1.75rem;
	padding-bottom: 1.75rem;
}
.right_small_readmore {
    font-size: clamp(14px, 1.6vw, 18px);
    line-height: 1.3;
    color: #f59e0b;
    font-weight: 600;
    transition: var(--siteTransition);
    text-decoration: underline;
}
.right_small_readmore svg {
    transform: rotate(-45deg);
    transition: var(--siteTransition);
}
.right_small_article:hover .right_small_readmore {
    color: #1b365d;
}
.right_small_article:hover .right_small_readmore svg {
	transform: rotate(0)
}
.right_small_article .imgarea {
	flex: 0 0 100%;
	max-width: 45%;
}
.right_small_article .imgarea img{
	aspect-ratio: 12 / 9;
    object-fit: cover;
}
.right_small_article :is(h3, h4),
.botm_article :is(h3, h4) {
	font-size: clamp(20px, 2.5vw, 28px);
	font-weight: 700;
	text-wrap: balance;
}
.right_small_article :is(h3, h4) a,
.botm_article :is(h3, h4) a{
	color: var(--bs-black);
}
.right_small_article:hover .article_textarea :is(h3, h4) a,
.botm_article:hover .article_textarea :is(h3, h4) a{
	color: #f59e0b;
}
.article_meta a{
    background: #2dd4bf;
    color: var(--bs-black);
    text-transform: uppercase;
    font-size: 13px;
	font-weight: 500;
    padding: 5px 10px;
    display: inline-flex;
	transition: all 300ms ease-in-out;
}
.article_meta a:hover{
	color: #fff;
}

.lower_articles {
    border-top: 1px solid #adb1b7;
    margin-top: 2.25rem;
    padding-top: 2.25rem;
}
.botm_article .imgarea img{
	aspect-ratio: 4 / 3;
	height: auto;
}


.home_article_heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.lft_big_article:hover h3 a{
	color: #f59e0b;
}

/* ============ prevent area Css ============= */
/* .prevent_area {
	background: #1b365d;
	position: relative;
}

.prevent_area .imgarea {
	width: 56%;
	position: relative;
}

.prevent_area .imgarea img {
	width: 100%;
}

.prevent_area .imgarea::after {
	width: 164px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	content: ' ';
	background: url('../img/blue_angle_bk.png') 0 0 no-repeat;
	background-size: 100% 100%;
}

.prevent_area .container {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.prevent_text_block {
	display: flex;
	justify-content: flex-end;
}

.prevent_text_block .common_heading_area {
	text-align: left;
	width: 100%;
	max-width: 600px;
}

.prevent_text_block .imgarea img {
	width: 100%;
}

.prevent_text_block h2 {
	color: #fff;
	padding-bottom: 25px;
}

.prevent_text_block h2 span {
	color: #2dd4bf;
}

.prevent_text_block p {
	color: #fff;
	font-size: clamp(19px, 1.8vw, 30px);
	padding-bottom: 30px;
} */


/* ============ freetool area Css ============= */
.freeTool_block {
	border-right: 1px solid #afb3b9;
	border-bottom: 1px solid #afb3b9;
}
.freeTool_block:nth-child(even),
.freeTool_block.even{
	border-right: 0;
}
.freeTool_block:nth-last-child(-n + 2) {
	border-bottom: 0;
}
.freeTool_block.odd{
	border-right: 1px solid #afb3b9;
}
.freeTool_inner {
	padding: 35px 0;
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	text-align: center;
}

.freeTool_inner .iconarea {
	width: 100%;
	padding-bottom: 20px;
	display: flex;
	height: 120px;
	justify-content: center;
	align-items: center;
}
.freeTool_inner .iconarea img{
	max-width: 100%;
	max-height: 100%;
	object-fit: scale-down;
}
.freeTool_inner .headig_area :is(h3, h4) {
	font-size: clamp(21px, 2.4vw, 48px);
	color: #000;
	margin-bottom: 25px;
	line-height: 1.3em;
	font-weight: 700;
}

.freeTool_inner .headig_area p {
	color: #000;
	font-size: clamp(17px, 1.3vw, 24px);
	padding-bottom: 20px;
}


/* ============ weekly health area Css ============= */
.weekly_health_area {
	background-color: #1b365d;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: auto 100%;
}

.weekly_health_area .heading_area {
	padding-bottom: 30px;
}

.weekly_health_area .heading_area :is(h2, h3, h4) {
	color: #fff;
	font-weight: 700;
	font-size: clamp(24px, 3vw, 56px);
	margin-bottom: 25px;
}

.weekly_health_area .heading_area p {
	color: #fff;
	font-size: clamp(18px, 1.6vw, 30px);
}

/* =============
    Sign up
============= */
.signup_subform{
    max-width: 600px;
    margin: 0 auto;
}
.signup_subform .tnp-subscription{
    display: flex;
    flex-wrap: wrap;
	margin:0;
	max-width: 100%;
}
.signup_subform .tnp-field-email input[type=email] {
    width: 100%;
    height: 54px;
    font-size: clamp(14px, 1.6vw, 16px);
    font-weight: 400;
    background: var(--bs-white);
    color: var(--bs-black);
    padding: 0 16px;
    border: transparent;
    border-radius: 6px 0 0 6px;
    border-right: 0;
}
.signup_subform .tnp-field input:focus {
    outline: none !important;
}
.signup_subform .tnp-subscription .tnp-field-email{
    flex: 1 0 0%;
    padding-right: 0 !important;
}
.signup_subform .tnp-field-button input[type=submit] {
    font-size: clamp(14px, 1.6vw, 16px);
    font-weight: 500;
    height: 54px;
    border: none;
    width: 100%;
    padding: 0 35px;
    margin-right: -1px;
    color: var(--bs-white);
    background: var(--winterhazel);
    background: #f59e0b;
    transition: var(--siteTransition);
    border-radius: 0 6px 6px 0;
}
.signup_subform .tnp-field-button input[type=submit]:hover{
    background: #2dd4bf;
	color: var(--bs-white);
}


/* ============ footer Css ============= */
footer {
	background: #0a1423;
}

footer a {
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
}

footer a:hover {
	color: #f59e0b;
}

.footer_lft_text {
	/* padding-right: 40px; */
}

.logo_footer {
	padding-bottom: 20px;
}

.logo_footer img {
	width: 100%;
	max-width: 295px;
	height: auto;
}

.footer_lft_text p {
	padding-bottom: 40px;
	color: #fff;
	font-size: 17px;
}

.footer_lft_text h4 {
	width: 100%;
	max-width: 300px;
}

footer :is(h4, h5) {
	color: #fff;
	font-size: clamp(20px, 1.6vw, 27px);
	padding-bottom: 20px;
	font-weight: 700;
}

.social_area ul {
	display: flex;
}

.social_area ul li {
	list-style-type: none;
	padding: 0 15px 0 0;
}

.social_area ul li a {
	color: #fff;
	border-radius: 100%;
	width: 38px;
	height: 38px;
	border: 2px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}

.social_area ul li a:hover {
	border-color: #f59e0b;
	background: #f59e0b;
}

.footer_links {
	display: flex;
	justify-content: space-between;
	padding-top: 60px;
}

.footer_links .link_block {
	padding-left: 100px;
}

.footer_links h4 {
	padding-bottom: 30px;
}

.footer_links ul li {
	padding-bottom: 15px;
}

.copright_area {
	padding: 25px 0;
	border-top: 1px solid #646568;
}

.copyright_text {
	color: #a0a0a0;
	font-size: 18px;
}

.copright_area .bottom_links ul {
	display: flex;
	justify-content: flex-end;
}

.copright_area .bottom_links ul li {
	padding: 0 12px;
}

.copright_area .bottom_links ul li:first-child {
	border-right: 2px solid #fff;
}



/* =============
 * Inner Page
 * ============= */
.inner_banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: clamp(50px, 10vw, 100px) 0;
}
.inner_banner_text h1 {
	font-size: clamp(25px, 3.2vw, 60px);
    font-weight: 700;
}
.inner_banner_text_light h1{
    color: var(--bs-white);
}
.inner_banner_text_dark h1{
    color: var(--bs-black);
}

/* =============
 * Blog Page Start 
 * ============= */

/* Blog Sidebar */
.blog_sidebar_wrap{
	position: sticky;
	top: 140px;
}
.blog_sidebar_box{
    filter: drop-shadow(0px 4px 43.5px rgba(6,12,48,0.04));
    background-color: var(--bs-white);
}
.blog_sidebar_box h3{
    font-size: clamp(20px, 2.2vw, 36px);
    color: var(--bs-black);
    font-weight: 700;
    margin-bottom: clamp(15px, 2.2vw, 30px);
    padding: clamp(15px, 2.2vw, 30px);
    border-bottom: 1px solid #e7e7e7;
}
.blog_sidebar_box ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.blog_categorires li {
    margin: .5rem 0;
}
.cat_img {
    width: 45px;
    height: 40px;
}
.cat_img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.blog_categorires li a{
    padding: 15px clamp(15px, 2.2vw, 30px);
    font-size: clamp(16px, 1.6vw, 22px);
    line-height: 1.35;
    color: #000000;
    font-family: var(--headingfont);
    font-weight: 600;
    position: relative;
    transition: var(--siteTransition);
}
.blog_categorires li a span{
    flex: 1;
    text-wrap: balance;
}
.blog_categorires li a:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
    height: 100%;
    background: #f59e0b;
    transform: scaleX(0);
    transition: var(--siteTransition);
    transform-origin: right center;
}
.blog_categorires li a:hover:after,
.blog_categorires li.active a:after{
    transform: scaleX(1);
}
.blog_categorires li a:hover,
.blog_categorires li.active a{
    background: #f5f5f5;
}


.sidebar_recent_blogs li{
    padding: 0 clamp(15px, 2.2vw, 30px);
    margin-bottom: clamp(15px, 2.2vw, 30px);
}
.sidebar_recent_blogs .recent_blogs_img {
    flex: 0 0 100%;
    max-width: 40%;
}
.sidebar_recent_blogs .recent_blogs_img  img{
    aspect-ratio: 16/13;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sidebar_recent_blogs h4{
    flex: 1;
    font-size: clamp(16px, 1.6vw, 22px);
    line-height: 1.25;
    color: #000000;
    font-weight: 600;
    margin-bottom: 0;
    text-wrap: balance;
    transition: var(--siteTransition);
}
.sidebar_recent_blogs a:hover h4{
    color: #f59e0b;
}

/* Featured Blog */
.featured_big_blog_card {
    position: relative;
    z-index:  1;
    background-color: #fbfbff;
    padding: clamp(15px, 4vw, 20px);
}
.featured_big_blog_text h2{
    font-size: clamp(24px, 3vw, 38px);
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 0;
    text-wrap: balance;
}
.featured_big_blog_text h2 a{
    color: #000000;
    transition: var(--siteTransition);
}
.featured_big_blog_img img{
	aspect-ratio: 4 / 3.5;
	object-fit: cover;
}
.featured_big_blog_card:hover h2 a{
    color: #f59e0b;
}
.featured_blog_img {
    flex: 0 0 100%;
    max-width: 100%;
}
.featured_blog_img img{
    aspect-ratio: 16/12;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.featured_blog_text h3{
    flex: 1;
    font-size: clamp(20px, 1.6vw, 25px);
    line-height: 1.3;
    color: #000000;
    font-weight: 600;
    margin-bottom: 0;
    text-wrap: balance;
    transition: var(--siteTransition);
}
.featured_blog_card:hover h3{
    color: #f59e0b;
}
.blog_meta_tag a{
    background: #2dd4bf;
    display: inline-flex;
    padding: 5px 15px;
    margin-bottom: 10px;
    color: var(--bs-black);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
	transition: all 300ms ease-in-out;
}
.blog_meta_tag a:hover{
	color: #fff;
}
.featured_big_blog_text p{
    font-size: clamp(16px, 1.6vw, 20px);
    line-height: 1.5;
    color: #000000;
    margin-bottom: 0;
}

/* What's New */
.wnew_blog_img {
    flex: 0 0 100%;
    max-width: 45%;
    border-radius: 8px;
}
.wnew_blog_img img{
    aspect-ratio: 16/12;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}
.wnew_blog_text h3{
    flex: 1;
    font-size: clamp(18px, 1.6vw, 25px);
    line-height: 1.3;
    color: #000000;
    font-weight: 600;
    margin-bottom: 0;
    text-wrap: balance;
    transition: var(--siteTransition);
}
.wnew_blog_card:hover h3{
    color: #f59e0b;
}
.wnew_blog_text span {
    font-size: clamp(14px, 1.6vw, 18px);
    line-height: 1.3;
    color: #f59e0b;
    font-weight: 600;
    margin-bottom: 0;
    text-wrap: balance;
    transition: var(--siteTransition);
    text-decoration: underline;
}
.wnew_blog_text span svg{
    transform: rotate(-45deg);
    transition: var(--siteTransition);
}
.wnew_blog_card:hover span{
    color: #1b365d;
}
.wnew_blog_card:hover span svg{
    transform: rotate(0);
}


/* Blog Search Form */
.blog-search-form {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	max-width: 600px;
	width: 100%;
	padding: 0;
	border-bottom: 1px solid #000;
}

.blog-search-form .search-field {
	flex: 1;
    height: 50px;
	padding-right: 10px;
	padding-left: 0;
	font-size: 1rem;
	border-radius: 6px;
	border: none;
	outline: none;
	transition: border-color 0.3s ease;
}

.blog-search-form .search-field:focus {
	border-color: none;
}

.blog-search-form .search-submit,
.blog-search-form #clearSearch {
	padding: 0;
	border: none;
	cursor: pointer;
	width: 40px;
	height: 40px;
}

.blog-search-form .search-submit {
	background: transparent;
	color: #000;
}

.blog-search-form #clearSearch {
	background: transparent;
	color: #000;
}
#blogSearchResultTitle span{
	font-size: 2.5rem;
	font-weight: normal;
}


.mdpilot_pagination{
    display: flex;
    justify-content: end;
    margin-top: 50px;
}
.mdpilot_pagination ul{
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.mdpilot_pagination ul li{
    font-size: 18px;
    font-weight: 500;
}
.mdpilot_pagination ul li a{
    color: #636363;
    transition: all 0.3s ease-in-out;
}
.mdpilot_pagination ul li a:hover{
    color: #f59e0b;
}
.mdpilot_pagination ul li .current{
    color: #f59e0b;
    text-decoration: underline;
}
.whats_new_blogs h2{
    border-bottom: 1px solid #a6aebc;
}
/* =============== 
 * Blog Page End 
 * =============== */

/* ===============
 * Contact Page Start
 * =============== */
.contact_section {
    background: var(--bs-white);
    min-height: clamp(200px, 40vw, 550px);
}
.contact_section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(90deg, #9b99b2 0, #9b99b2 3%, transparent 0, transparent 50%), repeating-linear-gradient(180deg, #9b99b2 0, #9b99b2 3%, transparent 0, transparent 50%);
    background-size: 3.5em 3.5em;
    background-position: top left;
    z-index: -1;
    opacity: .08;
}

.contact_left_img {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.form_wrapper input[type="text"],
.form_wrapper input[type="email"] {
    width: 100%;
    padding: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.form_wrapper .form-control:focus {
    box-shadow: none;
    border-color: #f59c00;
}

.submit_btn {
    background-color: #f59c00;
    width: 100%;
    color: white;
    font-weight: 500;
    font-size: 18px;
    padding: 15px 30px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.submit_btn:hover {
    background-color: #1b365d;
}
/* ===============
 * Contact Page End
 * =============== */



/* ===============
 * About Page Start
 * =============== */
.explore_section .section_head h2 {
    font-family: "Inter", sans-serif;
    font-size: clamp(24px, 3.2vw, 32px);
    color: #000;
    font-weight: 600;
}

/* what_we_do_section */
.what_we_do_left{
    background: #fff;
}
.what_we_do_section:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    z-index: -1;
    background-color: #f9f9fd;
}
.what_we_do_right{
    background-color: var(--bs-white);
}


/* future_section */
.future_section{
    background-color: #1b365d;
}
.future_left{
    padding-top: 150px;
    padding-bottom: 150px;
    padding-right: 10%;
}
.future_right{
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}
/* why_we_started_section */
.why_we_started_section{
    background-color: #fff;
}
.why_we_started_section::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: repeating-linear-gradient(90deg, #9b99b2 0, #9b99b2 3%, transparent 0, transparent 50%), repeating-linear-gradient(180deg, #9b99b2 0, #9b99b2 3%, transparent 0, transparent 50%);
    background-size: 3.5em 3.5em;
    background-position: top left;
    z-index: -1;
    opacity: .08;
}

.why_we_started_left_img img{
    aspect-ratio: 11.45 / 9;
}
.play_icon{
    max-width: 70px;
    max-height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.play_icon svg{
    width: 100%;
    height: 100%;
}
.why_we_started_right_img img{
    aspect-ratio: 9 / 10;
}



/* our_promise_section */
.our_promise_section{
    background-color: #f1f1f1;
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}
.our_promise_left_img {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.our_promise_right ul{
    list-style: none;
    margin-bottom: 30px;
}
.our_promise_right ul li{
    color: #1E1E1E;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 20px;
    padding-left: 2rem;
    position: relative;
}
.our_promise_right ul li:last-child{
    margin-bottom: 0;
}
.our_promise_right ul li::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../img/tic.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    left: 0px;
}
.our_promise_note{
    background-color: #e3e3e3;
    padding: 20px;
    border-radius: 5px;
    border: 2px dashed #777777;
}
/* ===============
 * About Page end
 * =============== */



.contact_submit_btn{
	position: relative;
}
.contact_submit_btn .wpcf7-spinner{
	position: absolute !important;
	top: 15px !important;
	right: 10px !important;
}


/* 404 page */
.section_404{
	background: #e5e5e5;
}
.section_404 h1{
	font-size: clamp(50px, 6vw, 100px);
	line-height: 1;
	font-weight: 700;
	color: #000;
}
.section_404 p{
	font-size: clamp(20px, 3vw, 36px);
	line-height: 1;
	font-weight: 700;
	color: #000;
}

.back_to_home_btn{
	color: var(--bs-white);
	text-transform: capitalize;
	padding: 1rem 2rem;
	display: inline-block;
	background: #f59e0b;
	font-weight: 500;
	transition: all 300ms ease-in-out;
}
.back_to_home_btn:hover{
	background: var(--siteAqua);
}


.back_to_top {
    position: fixed;
    bottom: 1.4rem;
    right: 25px;
    text-decoration: none;
    color: #ffffff;
    background-color: #f59e0b;
    padding: 10px;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    z-index: 100;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: all 300ms ease-in-out;
}



.home_img_cut_sec{
	background: var(--siteDarkBlue);
	padding: clamp(4rem, 10vw, 7rem) 0;
}
.cut_image{
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}
.cut_image:before{
	content: "";
	position: absolute;
	right:0;
	top: 0;
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
	width:15%;
	height:100%;
	background: var(--siteDarkBlue);
}
.home_cut_sec_content h2{
	margin-bottom: 25px;
	color: #fff;
}
.home_cut_sec_content h2 span{
	color: #2dd4bf;
}
.home_cut_sec_content p{
	color: #fff;
    font-size: clamp(19px, 1.8vw, 30px);
    padding-bottom: 30px;
}


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

.search-suggestions {
    list-style: none;
    margin: 5px 0 0;
    padding: 0;
    background: #fff;
    position: absolute;
    width: 100%;
    z-index: 1000;
	left: 0;
	top: 100%;
	box-shadow: 0 8px 10px 2px rgba(0, 0, 0, 0.36);
}

.search-suggestions li {
    border-bottom: 1px solid #eee;
}

.search-suggestions li:last-child {
    border-bottom: none;
}
.view-more{
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: #f59e0c;
	transition: all 300ms ease-in-out;
}
.view-more a{
	font-weight: 600;
	color: #fff !important;
	text-transform: capitalize;
}

.search-suggestions li a {
    text-decoration: none;
    display: block;
	font-size: 14px;
	width: 100%;
    color: #333;
	padding: 10px;
}

.search-suggestions li:hover {
    background: #f5f5f5;
}
.search-suggestions li:hover a{
	color: #f59e0c;
}

.view-more:hover{
	background: #2dd4bf !important;
}


/* =============
 * Tools
 * =============== */
.our_tools_banner{
	padding: clamp(40px, 10vw, 55px) 0;
}
.our_tools_search_panel{
	padding: clamp(50px, 10vw, 80px) 0;
}
.tools_search_form,
.tool_filter{
	display: flex;
    flex-wrap: wrap;
    gap: 10px;
	background: #fff;
    align-items: center;
	border: 1px solid #afb3b9;
	padding: 5px 10px;
	border-radius: 5px;
	/* 	box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, 0.1); */
}
.tool_filter{
	padding: 0 0 0 10px;
}
.tools_search_form input,
.tool_filter_select{
	flex: 1;
    height: 50px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1rem;
    border-radius: 6px;
    border: none;
    outline: none;
    transition: border-color 0.3s ease;
}
.tools_search_form .search-submit{
	background: transparent;
	color: #000;
	padding: 0;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
}
.tool_icon{
	width: 36px;
	height: 36px;
	object-fit: scale-down;
}
.tool_filter .select2-container--default .select2-selection--single{
	border-width: 0 !important;
}
.tool_filter .select2-container .select2-selection--single .select2-selection__rendered{
	padding: 0 !important;
}
.tool_filter .select2-container .select2-selection--single{
	height: 58px !important;
}
.tool_filter .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 58px !important;
}
.tool_filter .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 58px !important;
}
.tool_filter .select2-container--default .select2-selection--single .select2-selection__clear{
	height: 58px !important;
	margin-right: 30px !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #2dd4bf !important;
}





