@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@font-face {
	font-family: 'Posey';
	src: url('../fonts/PoseyRegular.woff2') format('woff2'), url('../fonts/PoseyRegular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

body {
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
	position: relative;
	overflow-x: hidden;
	color: #030A0C;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
	transition: 0.3s ease-in;
}

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.container {
	max-width: 1254px;
	margin: 0 auto;
}

.img-desktop {
	display: block;
}

.img-mobile {
	display: none;
}

.btn-primary {
	font-family: 'Posey';
	font-size: 22px;
	font-weight: 400;
	line-height: 20.99px;
	letter-spacing: -0.03em;
	text-align: left;
	text-decoration: none;
	background-color: #F6FFEB;
	border-radius: 34px;
	display: inline-flex;
	align-items: center;
	padding: 0px 15.84px 0px 0px;
}

/*.btn-primary:hover {
	background-color: #E10506;
}*/

.btn-primary span {
	transition: 0.3s ease;
}

.btn-primary span img {
	transition: 0.3s ease;
}

/*.btn-primary:hover span img {
	filter: brightness(0) saturate(100%) invert(98%) sepia(2%) saturate(7%) hue-rotate(345deg) brightness(101%) contrast(101%);
}*/

.btn-primary span:first-child {
	padding: 14px 52px 13px 55px;
	background-color: #E10506;
	border: 3px solid #F6FFEB;
	border-radius: 34px;
	color: #FFFFFF;
}

.btn-primary span:last-child {
	margin-left: 10px;
}

/*.btn-primary:hover span:first-child {
	background-color: #F6FFEB;
	color: #E10506;
	border-color: #E10506;
}*/

.btn-secondary {
	display: inline-block;
	padding: 13px 33.5px 13px 33.5px;
	border-radius: 100px;
	font-family: 'Posey';
	font-size: 29px;
	font-weight: 400;
	line-height: 27.67px;
	letter-spacing: -0.03em;
	text-align: center;
	color: #FFFFFF;
	background-color: #E10506;
}

.btn-secondary:hover {
	background-color: #F6FFEB;
	color: #E10506;
}

.btn-outline-red {
	padding: 10.5px 61px 10.5px 61px;
	display: inline-flex;
	align-items: center;
	font-size: 17px;
	font-weight: 700;
	line-height: 30px;
	text-align: left;
	border: 2px solid #E10506;
	border-radius: 1px;
	text-decoration: underline;
	text-underline-offset: 2px;
	color: #030A0C;
	transition: 0.3s ease;
	background-color: #E10506;
	color: #FFFFFF;
}

.btn-outline-red img {
	width: 19px;
	height: 14px;
	object-fit: contain;
	margin-left: 5px;
	margin-top: 2px;
	transition: 0.3s ease;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7461%) hue-rotate(159deg) brightness(120%) contrast(98%);
}

.btn-outline-red:hover {
	background-color: transparent;
	color: #030A0C;
}

.btn-outline-red:hover img {
	filter: none;
}

.btn-sec-outline {
	padding: 10.5px 22px 10.5px 22px;
	background-color: #FFFFFF1C;
	background-color: #E10506;
	font-family: 'Posey';
	font-size: 32px;
	font-weight: 400;
	line-height: 30.53px;
	letter-spacing: -0.03em;
	text-align: left;
	border: 2px solid #E10506;
	border-radius: 1px;
	color: #FFFFFF;
	transition: 0.25s ease;
}

.btn-sec-outline:hover {
	background-color: #FFFFFF1C;
	color: #FFFFFF;
}


.black-line-top {
	width: 100%;
	height: 35px;
	background-color: #000000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}

.top-header {
	position: absolute;
	top: 35px;
	background-color: #FFFFFF;
	width: 100%;
}

.top-header .container {
	max-width: 100%;
}

.top-header .white-header {
	display: flex;
	align-items: center;
	width: 100%;
}

.top-header .white-header a {
	display: inline-flex;
	align-items: center;
	margin: 0 auto;
	font-size: 17px;
	font-weight: 900;
	line-height: 20.4px;
	letter-spacing: -0.5px;
	text-align: left;
	text-decoration: underline;
	color: #030A0C;
	padding: 7.31px 0px 7.31px 0px;
	text-transform: uppercase;
	text-underline-offset: 3px;
}

.top-header .white-header a img {
	width: 17px;
	height: 17px;
	margin-right: 11px;
}

header {
	position: absolute;
	top: 70px;
	width: 100%;
	height: 135px;
	transition: 0.3s ease;
	z-index: 999;
}

header .container {
	max-width: 100%;
}

header .left-col {
	max-width: 20%;
	width: 100%;
}

header .right-col {
	max-width: 80%;
	width: 100%;
	padding-right: 47px;
}

header .left-col .logo {
	position: relative;
}

header .left-col .logo::before {
	content: '';
	position: absolute;
	top: -384px;
	left: -455px;
	width: 736px;
	height: 593px;
	background-color: #E10506;
	border-radius: 100%;
	transition: 0.3s
}

header .left-col .logo img {
	position: relative;
	top: -11px;
	left: 17px;
	height: 100%;
	width: 200px;
	transition: 0.3s
}

header .right-col .navigation .main_menu>ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	list-style: none;
	padding: 25px 0px;
}

header .right-col .navigation .main_menu>ul>li {
	margin-left: 9px;
	position: relative;
}

header .right-col .navigation .main_menu>ul.call-div li:last-child {
	margin-left: 38px;
}

header .right-col .navigation .main_menu>ul.call-div {
	margin-left: 6.5%;
}

header .right-col .navigation .main_menu>ul.call-div li:first-child a {
	font-family: 'Posey';
	font-size: 32px;
	font-weight: 400;
	line-height: 30.53px;
	letter-spacing: -0.03em;
	text-align: left;
	color: #F6FFEB;
	transition: 0.3s ease;
	padding: 10px 0px;
	white-space: nowrap;
}

header .right-col .navigation .main_menu>ul.call-div li:first-child a:hover {
	color: #E10506;
}

header .right-col .navigation .main_menu>ul>li>a {
	font-size: 17px;
	font-weight: 900;
	line-height: 20px;
	letter-spacing: -0.03em;
	text-align: left;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 14px 13px 16px 15px;
	display: flex;
	align-items: center;
}

header .right-col .navigation .main_menu>ul>li.arrow>a::after {
	content: '';
	width: 9px;
	height: 11px;
	background: url(../images/arrorw-d-blue.svg) no-repeat center;
	background-size: 9px;
	margin-left: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
}

header .right-col .navigation .main_menu>ul>li a.btn-primary {
	font-family: 'Posey';
	font-size: 22px;
	font-weight: 400;
	line-height: 20.99px;
	letter-spacing: -0.03em;
	text-align: left;
	text-decoration: none;
	background-color: #F6FFEB;
	border-radius: 34px;
	display: flex;
	align-items: center;
	padding: 0px 15.84px 0px 0px;
}

/*header .right-col .navigation .main_menu>ul>li a.btn-primary:hover {
	background-color: #E10506;
}*/

header .right-col .navigation .main_menu>ul>li a.btn-primary span:first-child {
	padding: 14px 52px 13px 55px;
	background-color: #E10506;
	border: 3px solid #F6FFEB;
	border-radius: 34px;
	color: #FFFFFF;
}

/*header .right-col .navigation .main_menu>ul>li a.btn-primary:hover span:first-child {
	background-color: #F6FFEB;
	color: #E10506;
	border-color: #E10506;
}*/

header .right-col .navigation .main_menu>ul>li a.btn-primary span:last-child {
	margin-left: 10px;
}

header .right-col .navigation .main_menu ul ul {
	top: 150px;
	width: 361px;
	max-height: 597px;
	overflow: auto;
	position: absolute;
	margin: 0px;
	background: #fff;
	visibility: hidden;
	display: block;
	text-align: left;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 0px 0px 1px 1px;
	box-shadow: 0px 0px 24px 0px #5F595540;
	pointer-events: none;
	padding: 0;
}

header .right-col .navigation .main_menu>ul>li:hover>ul {
	top: 50px;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	border: none;
}

header .right-col .navigation .main_menu>ul#menu-header-menu>li:hover>a {
	background-color: #E10506;
	border-radius: 1px;
}

header .right-col .navigation .main_menu>ul>li:hover>a::after {
	filter: brightness(0) saturate(100%) invert(100%) sepia(97%) saturate(11%) hue-rotate(222deg) brightness(102%) contrast(106%);
	transform: rotate(180deg);
}

header .right-col .navigation .main_menu>ul>li>ul li a {
	padding: 17px 39px 16px 39px;
	font-size: 17px;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: -0.02em;
	text-align: left;
	color: #030A0C;
	display: flex;
	align-items: center;
	text-transform: uppercase;
}

header .right-col .navigation .main_menu>ul>li>ul a:hover {
	background-color: #E10506;
	color: #F6FFEB;
}

header .right-col .main_menu {
	display: flex;
	justify-content: flex-end;
}

.mCSB_scrollTools {
	width: 32px;
}

.mCSB_scrollTools .mCSB_dragger {
	width: 70%;
	margin: 8px 5px;
}

.mCustomScrollBox>.mCSB_scrollTools {
	opacity: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #E10506;
	width: 100%;
	height: calc(100% - 15px);
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #E10506;
}

.mCSB_scrollTools .mCSB_draggerRail {
	box-shadow: inset 0px 0px 24px 0px #5F595540;
	background: #FFFFFF;
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 100%;
	border-radius: 1px;
}

.hero-banner {
	position: relative;
	margin-bottom: 14px;
	padding-bottom: 100px;
}

.hero-banner>.img-wrp {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	height: calc(100% - 100px);
	overflow: hidden;
}

.hero-banner>.img-wrp::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(107.36deg, #002665 11.95%, #25399A 79.17%);
	z-index: 1;
	opacity: 90%;
}

.hero-banner>.img-wrp img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.hero-banner .container {
	max-width: 1334px;
	position: relative;
	z-index: 1;
}

.hero-banner .row {
	padding-top: 204px;
}

.hero-banner .left-col {
	max-width: 58%;
	width: 100%;
	padding-left: 65px;
	padding-bottom: 74px;
}

.hero-banner .right-col {
	max-width: 42%;
	width: 100%;
	margin-bottom: -98px;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}

.hero-banner .left-col h2 {
	font-family: 'Posey';
	font-size: 50px;
	font-weight: 400;
	line-height: 54px;
	letter-spacing: -0.02em;
	text-align: left;
	margin-bottom: 13px;
	color: #F6FFEB;
}

.hero-banner .left-col h1 {
	font-family: 'Posey';
	font-size: 50px;
	font-weight: 400;
	line-height: 54px;
	letter-spacing: -0.02em;
	text-align: left;
	margin-bottom: 13px;
	color: #F6FFEB;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.hero-banner .left-col p {
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
	margin-bottom: 25px;
	color: #FFFFFF;
	padding-left: 4px;
}

.hero-banner .left-col ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 33px;
	padding-left: 5px;
}

.hero-banner .left-col ul li:not(:last-child) {
	margin-right: 24.5px;
}

.hero-banner .left-col ul li a {
	display: flex;
	align-items: center;
	font-family: 'Posey';
	font-size: 17px;
	font-weight: 400;
	line-height: 16.22px;
	letter-spacing: -0.03em;
	text-align: left;
	text-decoration: underline;
	text-underline-offset: 3px;
	color: #F6FFEB;
}

.hero-banner .left-col ul li a img {
	margin-left: 3px;
	transition: 0.3s ease;
}

.hero-banner .left-col ul li a:hover {
	color: #E10506;
}

.hero-banner .left-col ul li a:hover img {
	filter: brightness(0) saturate(100%) invert(12%) sepia(95%) saturate(7500%) hue-rotate(354deg) brightness(94%) contrast(102%);
}

.hero-banner .left-col h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 25px;
	text-align: left;
	margin-bottom: 26px;
	color: #FFFFFF;
	padding-left: 3px;
}

.hero-banner .left-col .review-silder {
	display: flex;
	justify-content: space-between;
	max-width: 635px;
	position: absolute;
	width: 100%;
	bottom: -94px;
}

.hero-banner .right-col .img-wrp {
	position: relative;
	margin-top: -77px;
	margin-left: -9px;
	width: 110%;
}


.tabbing-with-acc {
	background: url(../images/tabbing-section-bg.png) repeat;
	background-size: 100%;
	padding-top: 48px;
	padding-bottom: 84px;
	overflow: hidden;
}

.tabbing-with-acc .heading h2 {
	font-family: 'Posey';
	font-size: 42px;
	font-weight: 400;
	line-height: 49px;
	letter-spacing: -0.02em;
	text-align: center;
	color: #030A0C;
	margin-bottom: 28px;
}

.tabbing-with-acc ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	column-gap: 24px;
}

.tabbing-with-acc ul.tabs li {
	box-shadow: 0px 2px 10px 0px #64646433;
	background-color: #FFFFFF;
	cursor: pointer;
	padding: 43px 10px 36px 10px;
	color: #030A0C;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: 0.3s ease;
}

.tabbing-with-acc ul.tabs li:hover {
	background-color: #002665;
	color: #FFFFFF;
}

.tabbing-with-acc ul.tabs li.active {
	display: flex;
	background-color: #002665;
	color: #FFFFFF;
}

.tabbing-with-acc ul.tabs li .img-wrp {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 35px;
}

.tabbing-with-acc ul.tabs li .img-wrp img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
}

.tabbing-with-acc ul.tabs li .title p {
	font-family: 'Posey';
	font-size: 24px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: -0.03em;
	text-align: center;
	color: #030A0C;
	transition: 0.3s ease;
	margin-bottom: 5px;
}

.tabbing-with-acc ul.tabs li:hover .title p,
.tabbing-with-acc ul.tabs li.active .title p {
	color: #FFFFFF;
}

.tabbing-with-acc .tab_heading {
	display: none;
}

.tabbing-with-acc .tab_content {
	display: none;
	margin-top: 76px;
}

.tabbing-with-acc .tab_content .left-col img {
	display: block;
	/* margin: 12px auto;*/
}

.tabbing-with-acc .tab_content .right-col h2 {
	font-family: 'Posey';
	font-size: 42px;
	font-weight: 400;
	line-height: 49px;
	letter-spacing: -0.02em;
	text-align: left;
	color: #030A0C;
	margin-bottom: 18px;
	padding-left: 7px;
}

.tabbing-with-acc .tab_content .right-col p {
	font-size: 16px;
	font-weight: 400;
	line-height: 31px;
	text-align: left;
	color: #030A0C;
	margin-bottom: 31px;
	padding-left: 12px;
	max-width: 90%;
}

.areas-we-service-sec {
	background: linear-gradient(107.36deg, #002665 11.95%, #25399A 79.17%);
	padding-top: 82px;
	padding-bottom: 104px;
	position: relative;
}

.areas-we-service-sec:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/areas-we-service-abstract.svg) no-repeat center;
	background-size: 100%;
}

.areas-we-service-sec .container {
	max-width: 1140px;
	position: relative;
}

.areas-we-service-sec .heading h2 {
	font-family: 'Posey';
	font-size: 42px;
	font-weight: 400;
	line-height: 49px;
	letter-spacing: -0.02em;
	text-align: center;
	color: #F6FFEB;
	margin-bottom: 27px;
}

.areas-we-service-sec .map-preview {
	background-color: #E10506;
	border-radius: 4px;
	padding-bottom: 16px;
	box-shadow: 0px 2px 10px 0px #64646433;
}

.areas-we-service-sec .map-preview img {
	width: 100%;
	border-radius: 4px;
	box-shadow: 0px 2px 10px 0px #64646433;
}

.areas-we-service-sec ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 13px;
	row-gap: 13px;
	margin-top: 30px;
	margin-bottom: 40px;
}

.areas-we-service-sec ul li {
	text-align: center;
}

.areas-we-service-sec ul li a {
	font-family: 'Posey';
	font-size: 25px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: -0.03em;
	text-align: center;
	text-decoration: underline;
	text-underline-offset: 2px;
	color: #F6FFEB !important;
	transition: 0.2s ease;
}

.areas-we-service-sec ul li a:hover {
	color: #E10506;
}

.areas-we-service-sec .action-btn {
	display: flex;
	align-items: center;
	justify-content: center;
}

.need-financing-sec {
	background-color: #002665;
	padding-top: 105px;
	padding-bottom: 94px;
}

.need-financing-sec .container {
	max-width: 1140px;
}

.need-financing-sec .left-col {
	max-width: 42%;
	width: 100%;
}

.need-financing-sec .right-col {
	padding-left: 64px;
	max-width: 58%;
	width: 100%;
}

.need-financing-sec .left-col h2 {
	font-family: 'Posey';
	font-size: 42px;
	font-weight: 400;
	line-height: 49px;
	letter-spacing: -0.02em;
	text-align: left;
	color: #F6FFEB;
	padding-top: 20px;
	margin-bottom: 22px;
}

.need-financing-sec .left-col p {
	font-size: 16px;
	font-weight: 400;
	line-height: 31px;
	text-align: left;
	color: #FFFFFF;
}

.need-financing-sec .left-col p:last-child {
	margin-bottom: 0px;
}

.need-financing-sec .right-col .img-wrp {
	padding: 75px 109px 70px 109px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FFFFFF;
	box-shadow: 0px 2px 20px 0px #D7D7D745;
	border-radius: 5px;
	margin-bottom: 37px;
}

.need-financing-sec .right-col .action-btn {
	display: flex;
	justify-content: center;
}

.need-financing-sec .right-col .action-btn .btn-primary span:first-child {
	padding: 14px 62px 13px 65px;
}

.about-us-sec {
	background: url(../images/tabbing-section-bg.png) repeat;
	background-size: 100%;
	padding-top: 70px;
	padding-bottom: 84px;
	box-shadow: 3px 0px 14px #cfcfcf;
	overflow: hidden;
}

.about-us-sec .heading h2 {
	font-family: 'Posey';
	font-size: 42px;
	font-weight: 400;
	line-height: 49px;
	letter-spacing: -0.02em;
	text-align: center;
	color: #030A0C;
	margin-bottom: 28px;
}

.about-us-sec ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	column-gap: 24px;
}

.about-us-sec ul.tabs li {
	box-shadow: 0px 2px 10px 0px #64646433;
	background-color: #FFFFFF;
	cursor: pointer;
	padding: 43px 10px 36px 10px;
	color: #030A0C;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: 0.3s ease;
}

.about-us-sec ul.tabs li:hover {
	background-color: #002665;
	color: #FFFFFF;
}

.about-us-sec ul.tabs li.active {
	display: flex;
	background-color: #002665;
	color: #FFFFFF;
}

.about-us-sec ul.tabs li .img-wrp {
	width: auto;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 35px;
}

.about-us-sec ul.tabs li .img-wrp img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
}

.about-us-sec ul.tabs li .title p {
	font-family: 'Posey';
	font-size: 24px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: -0.03em;
	text-align: center;
	color: #030A0C;
	transition: 0.3s ease;
	margin-bottom: 5px;
}

.about-us-sec ul.tabs li:hover .title p,
.about-us-sec ul.tabs li.active .title p {
	color: #FFFFFF;
}

.about-us-sec .tab_heading {
	display: none;
}

.about-us-sec .tab_content {
	display: none;
	margin-top: 76px;
}

.about-us-sec .tab-contant-wrp .tab-wrp:first-child .tab_content {
	display: block;
}

.about-us-sec .tab_content .left-col img {
	display: block;
	/* margin: 12px auto;*/
}

.about-us-sec .tab_content .right-col h2 {
	font-family: 'Posey';
	font-size: 42px;
	font-weight: 400;
	line-height: 49px;
	letter-spacing: -0.02em;
	text-align: left;
	color: #030A0C;
	margin-bottom: 18px;
	padding-left: 7px;
}

.about-us-sec .tab_content .right-col p {
	font-size: 16px;
	font-weight: 400;
	line-height: 31px;
	text-align: left;
	color: #030A0C;
	margin-bottom: 31px;
	padding-left: 12px;
	max-width: 90%;
}

.about-us-sec .tab_content .right-col a.btn-outline-red {
	margin-left: 12px;
}

.rating-sec {
	padding-top: 31px;
	padding-bottom: 31px;
}

.rating-sec .rating-sec-slider .owl-stage {
	display: flex;
}

.rating-sec .rating-sec-slider .owl-stage .owl-item {
	display: flex;
}

.rating-sec .rating-sec-slider .owl-stage .owl-item .item {
	display: flex;
	align-items: center;
}

.pro-tips-sec {
	background: url(../images/tabbing-section-bg.png) repeat;
	background-size: 100%;
	background-position: top center;
	padding-top: 80px;
	padding-bottom: 113px;
	box-shadow: 3px 0px 3px #dbdbdb;
}

.pro-tips-sec .container {
	max-width: 1248px;
}

.pro-tips-sec .heading h2 {
	font-family: 'Posey';
	font-size: 42px;
	font-weight: 400;
	line-height: 49px;
	letter-spacing: -0.02em;
	text-align: center;
	color: #030A0C;
	margin-bottom: 31px;
}

.pro-tips-sec .pro-tips-wrp {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 36px;
	row-gap: 36px;
}

.pro-tips-sec .pro-tips-wrp .pro-tips {
	display: flex;
	flex-wrap: wrap;
	background-color: #FFFFFF;
	box-shadow: 0px 2px 10px 0px #64646433;
	border-radius: 4px;
	overflow: hidden;
}

.pro-tips-sec .pro-tips-wrp .pro-tips .left-col {
	max-width: 50%;
	width: 100%;
}

.pro-tips-sec .pro-tips-wrp .pro-tips .right-col {
	max-width: 50%;
	width: 100%;
	position: relative;
}

.pro-tips-sec .pro-tips-wrp .pro-tips .img-wrp {
	overflow: hidden;
	height: 100%;
}

.pro-tips-sec .pro-tips-wrp .pro-tips .img-wrp img {
	width: 100%;
	height: 100%;
	display: block;
	/* max-height: 399px;*/
	object-fit: cover;
}

.pro-tips-sec .pro-tips-wrp .pro-tips .right-col .wrapper {
	padding: 30px 21px 28px 21px;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.pro-tips-sec .pro-tips-wrp .pro-tips .right-col .wrapper h6 {
	font-family: 'Posey';
	font-size: 18px;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: -0.02em;
	text-align: left;
	margin-bottom: 10px;
}

.pro-tips-sec .pro-tips-wrp .pro-tips .right-col .wrapper h6 a {
	color: inherit;
}

.pro-tips-sec .pro-tips-wrp .pro-tips .right-col .wrapper p {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	text-align: left;
}

.pro-tips-sec .pro-tips-wrp .pro-tips .right-col .wrapper a.btn-outline-red {
	padding: 9px 25.5px 10px 25.5px;
	width: max-content;
	margin: auto 2px 0px auto;
}

.pro-tips-sec .pro-tips-wrp .pro-tips:nth-child(2) {
	grid-row: span 2;
	position: relative;
	overflow: hidden;
}

.pro-tips-sec .pro-tips-wrp .pro-tips:nth-child(2) .left-col {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
}

.pro-tips-sec .pro-tips-wrp .pro-tips:nth-child(2) .right-col {
	max-width: 100%;
}

.pro-tips-sec .pro-tips-wrp .pro-tips:nth-child(2) .right-col::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #030A0C7A;
}

.pro-tips-sec .pro-tips-wrp .pro-tips:nth-child(2) .img-wrp {
	height: 100%;
	width: 100%;
}

.pro-tips-sec .pro-tips-wrp .pro-tips:nth-child(2) .img-wrp img {
	height: 100%;
	width: 100%;
	max-height: 100%;
}

.pro-tips-sec .pro-tips-wrp .pro-tips:nth-child(2) .wrapper {
	padding: 41px 35px 28px 47px;
	position: relative;
}

.pro-tips-sec .pro-tips-wrp .pro-tips:nth-child(2) .wrapper h6 {
	font-family: 'Posey';
	font-size: 30px;
	font-weight: 400;
	line-height: 42px;
	letter-spacing: -0.02em;
	text-align: left;
	margin-bottom: 28px;
	color: #FFFFFF;
	max-width: 89%;
}

.pro-tips-sec .pro-tips-wrp .pro-tips:nth-child(2) .wrapper p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	margin-bottom: 0px;
	color: #FFFFFF;
	max-width: 88%;
}

.pro-tips-sec .pro-tips-wrp .pro-tips:nth-child(2) .wrapper a.btn-outline-red {
	padding: 9px 60.5px 10px 60.5px;
	margin: auto 0px 0px auto;
	width: auto;
	backdrop-filter: blur(5px);
	color: #FFFFFF;
}

.pro-tips-sec .pro-tips-wrp .pro-tips:nth-child(2) .wrapper a.btn-outline-red img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7461%) hue-rotate(159deg) brightness(120%) contrast(98%);
}

.contact-us-banner {
	position: relative;
	min-height: 703px;
	overflow: hidden;
}

.contact-us-banner>.bg-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.contact-us-banner>.bg-img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(1.15deg, #002665 1.05%, #25399A 99.08%);
	z-index: 1;
	opacity: 90%;
}

.contact-us-banner>.bg-img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	position: relative;
	z-index: 1;
}

.contact-us-banner .col-full {
	position: relative;
	z-index: 2;
	max-width: 63%;
	width: 100%;
	padding-left: 4.5%;
	display: flex;
	flex-wrap: wrap;
	padding-top: 44px;
}

.contact-us-banner .col-full .left-col {
	max-width: 45.8%;
	width: 100%;
}

.contact-us-banner .col-full .left-col .img-wrp img {
	width: 100%;
}

.contact-us-banner .col-full .right-col {
	max-width: 54.2%;
	width: 100%;
	padding-top: 40px;
	padding-left: 30px;
}

.contact-us-banner .col-full .right-col h2 {
	font-family: 'Posey';
	font-size: 42px;
	font-weight: 400;
	line-height: 49px;
	letter-spacing: -0.02em;
	text-align: left;
	color: #F6FFEB;
	margin-bottom: 6px;
}

.contact-us-banner .col-full .right-col p {
	font-size: 16px;
	font-weight: 400;
	line-height: 31px;
	text-align: left;
	color: #FFFFFF;
	margin-bottom: 18px;
}

.contact-us-banner .col-full .right-col a {
	display: inline-flex;
}

.contact-us-banner .truck-road {
	position: absolute;
	top: 156px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.contact-us-banner .truck-road img {
	width: 100%;
	height: 100%;
	display: block;
	filter: drop-shadow(0px -58px 148px #2D2D2DC7);
}

.contact-us-banner .truck-bg {
	position: absolute;
	bottom: -1.2vw;
	right: -16px;
	z-index: 1;
	width: 58.1vw;
}

.contact-us-banner .truck-bg img {
	width: 100%;
}

footer {
	background: linear-gradient(1.15deg, #002665 1.05%, #25399A 99.08%);
	padding-top: 28px;
	padding-bottom: 70px;
}

footer .container {
	max-width: 1394px;
}

/* footer .row {justify-content: space-between;} */
footer .col-one {
	max-width: 274px;
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-top: 30px;
}

footer .col-two {
	max-width: 642px;
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-left: 194px;
}

footer .col-three {
	max-width: 33.33333%;
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-left: 155px;
	padding-top: 30px;
}

footer .col-one .address {
	margin-bottom: 61px;
}

footer .col-one .address h5 {
	font-family: 'Posey';
	font-size: 25px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: -0.02em;
	text-align: center;
	color: #F6FFEB;
	margin-bottom: 13px;
}

footer .col-one .address p {
	font-size: 21px;
	font-weight: 900;
	line-height: 30px;
	letter-spacing: -0.03em;
	text-align: center;
	color: #FFFFFF;
	max-width: 90%;
	margin: 0 auto 0 auto;
}

footer .col-one .hours {
	margin-bottom: 68px;
}

footer .col-one .hours h5 {
	font-family: 'Posey';
	font-size: 25px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: -0.02em;
	text-align: center;
	color: #F6FFEB;
	margin-bottom: 13px;
}

footer .col-one .hours p {
	font-size: 21px;
	font-weight: 900;
	line-height: 30px;
	letter-spacing: -0.03em;
	text-align: center;
	color: #FFFFFF;
	max-width: 80%;
	margin: 0 auto 0 auto;
}

footer .col-one .google-rating {
	display: flex;
	justify-content: center;
	margin-bottom: 65px;
}

footer .col-one .social-links {
	margin-bottom: 48px;
}

footer .col-one .social-links ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 103px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

footer .col-one .social-links ul li {
	max-width: 39px;
	width: 100%;
}

footer .col-one .social-links ul li:first-child {
	margin-right: 10px;
}

footer .col-one .social-links ul li a {
	display: flex;
}

/* footer .col-one .social-links ul li a img {transition: 0.3s ease;} */
footer .col-one .social-links ul li a:hover img {
	filter: brightness(0) saturate(100%) invert(9%) sepia(81%) saturate(4468%) hue-rotate(351deg) brightness(145%) contrast(116%);
}

footer .col-one .social-links ul li:last-child {
	margin-left: 10px;
}

footer .col-one>p {
	font-size: 14px;
	font-weight: 700;
	line-height: 29px;
	letter-spacing: -0.02em;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 0px;
}

footer .col-two .img-wrp {
	margin-bottom: 20px;
}

footer .col-two .contact-links {
	margin-bottom: 40px;
}

footer .col-two .contact-links ul {
	display: flex;
	flex-direction: column;
}

footer .col-two .contact-links ul li {
	display: flex;
	justify-content: center;
}

footer .col-two .contact-links ul li:not(:last-child) {
	margin-bottom: 10px;
}

footer .col-two .contact-links ul li:first-child a {
	font-family: 'Posey';
	font-size: 36.94px;
	font-weight: 400;
	line-height: 35.24px;
	letter-spacing: -0.03em;
	text-align: center;
	display: inline-flex;
	color: #FFFFFF;
}

footer .col-two .contact-links ul li:last-child a {
	display: inline-flex;
	font-size: 14.95px;
	font-weight: 900;
	line-height: 17.94px;
	letter-spacing: -0.03em;
	text-align: left;
	color: #FFFFFF;
	text-decoration: underline;
	text-transform: uppercase;
}

footer .col-two .contact-links ul li:last-child a:hover {
	color: #E10506;
}

footer .col-two .contact-links ul li:last-child a:hover img {
	filter: brightness(0) saturate(100%) invert(9%) sepia(81%) saturate(4468%) hue-rotate(351deg) brightness(145%) contrast(116%);
}

footer .col-two .contact-links ul li:last-child a img {
	margin-right: 8px;
	width: 17px;
	height: 17px;
	transition: 0.3s linear;
}

footer .col-two>p {
	margin-bottom: 0px;
	text-align: center;
}

footer .col-two>p a {
	font-size: 14px;
	font-weight: 700;
	line-height: 29px;
	letter-spacing: -0.02em;
	text-align: center;
	text-decoration: underline;
	color: #FFFFFF;
	display: inline-block;
}

footer .col-two>p a:hover {
	color: #E10506;
}

footer .col-three .footer-links {
	margin-bottom: 90px;
}

footer .col-three .footer-links ul li {
	text-align: center;
	margin-bottom: 0px;
}

footer .col-three .footer-links ul li:not(:last-child) {
	margin-bottom: 25px;
}

footer .col-three .footer-links ul li a {
	font-size: 19px;
	font-weight: 900;
	line-height: 27px;
	letter-spacing: -0.03em;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}

footer .col-three .footer-links ul li a:hover {
	color: #E10506;
}

footer .col-three>.btn-primary {
	width: max-content;
	margin-left: auto;
	margin-right: auto;
}

footer .col-three .our-service {
	display: flex;
	justify-content: center;
	margin-top: 48px;
	margin-bottom: 43px;
}

footer .col-three .policy-links {
	padding-top: 60px;
}

footer .col-three .policy-links ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

footer .col-three .policy-links ul li:first-child {
	margin-right: 5px;
}

footer .col-three .policy-links ul li:last-child {
	margin-left: 5px;
}

footer .col-three .policy-links ul li a {
	font-size: 14px;
	font-weight: 700;
	line-height: 29px;
	letter-spacing: -0.02em;
	text-align: center;
	color: #FFFFFF;
	display: inline-block;
}

footer .col-three .policy-links ul li a:hover {
	color: #E10506;
}

.contact-us-banner .truck-bg {
	margin-right: -50%;
	transition: all ease 1s;
	left: auto;
}

section.contact-us-banner.animate-rgt .truck-bg {
	margin-right: 0;
}

.rating-sec-slider {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mobile {
	display: none;
}

.desktop {
	display: block;
}

.hero-banner>.img-wrp video {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.contact-us-banner>.bg-img video {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transform: rotateY(180deg);
}

/*16-7-24 css*/
.pro-tips-sec .pro-tips-wrp .pro-tips .right-col .wrapper h6 a {
	display: block;
}

.about-us-sec .tab_content .right-col a.btn-outline-red {
	text-decoration: none;
}

.tabbing-with-acc .tab_content .right-col a.btn-outline-red {
	text-decoration: none;
	margin-left: 12px;
}

.hero-banner .right-col {
	align-items: center;
}

.hero-banner .left-col ul li a img {
	transition: 0.6s ease;
}

.black-line-top {
	display: none;
}

.top-header {
	top: 0;
}

header {
	top: 35px;
}

.content {
	padding-top: 35px;
}

.areas-we-service-sec {
	padding-top: 94px;
	padding-bottom: 99px;
}

.areas-we-service-sec ul {
	margin-bottom: 100px;
}

.map-list-wrp {
	padding-top: 41%;
	position: relative;
}

.areas-we-service-sec .map-preview {
	opacity: 0;
	transition: all 0.3s linear;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.areas-we-service-sec .map-preview img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.areas-we-service-sec .map-preview.active {
	transition: all 0.3s linear;
	opacity: 1;
}

.areas-we-service-sec ul li a {
	display: inline;
}

header .right-col .navigation .main_menu>ul>li a.btn-primary span:first-child {
	padding: 13px 52px 14px 55px;
}

.btn-secondary {
	padding: 12px 33.5px 13px 33.5px;
}

.btn-sec-outline {
	padding: 9.5px 22px 10.5px 22px;
}

.btn-outline-red {
	padding: 9.5px 61px 10.5px 61px;
}

a.btn-outline-red {
	text-decoration: none;
}

body.macOS header .right-col .navigation .main_menu>ul>li a.btn-primary span:first-child {
	padding: 13px 55px 9px;
}

body.macOS .btn-primary span:first-child {
	padding-bottom: 9px !important;
}

body.macOS .btn-outline-red {
	padding-top: 9.5px;
	padding-bottom: 10.5px;
}

body.macOS .btn-sec-outline {
	padding: 12.5px 22px 7.5px 22px;
}

body.macOS .btn-secondary {
	padding: 13px 33px 9px;
}


a.btn-primary:not(:hover) {
	padding-right: 0 !important;
	transition: all 0.3s ease-in;
}

a.btn-primary:not(:hover) span:last-child {
	margin-left: -35px !important;
	transition: all 0.3s ease-in;
}

a.btn-primary:hover {
	background-color: #F6FFEB !important;
}

/*22-7-24 css changes*/
header .right-col .navigation .main_menu>ul.call-div li:last-child .contact-btn {
	min-width: 251px;
	text-align: right;
}

header .right-col .navigation .main_menu>ul.call-div li:last-child .contact-btn a.btn-primary {
	display: inline-flex;
}


/*inner pages css*/
body:not(.home) header {
	background: #002665;
}

body:not(.home) .content {
	padding-top: 137px;
}

h1 {
	font-family: 'Posey';
	font-size: 50px;
	font-weight: 400;
	line-height: 54px;
	letter-spacing: -0.02em;
	color: #fff;
	text-transform: uppercase;
}

h2 {
	font-family: 'Posey';
	font-size: 42px;
	font-weight: 400;
	line-height: 49px;
	letter-spacing: -0.02em;
	color: #030A0C;
	text-transform: uppercase;
}

p {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 31px;
	color: #030A0C;
}

.inner-hero {
	padding: 73px 0 114px;
	text-align: center;
	background: url(../images/inner-hero-bg.png) no-repeat bottom;
	background-size: 100%;
}

.inner-hero h1 {
	color: #F6FFEB;
	margin-bottom: 0;
}

.iwc-sec {
	padding: 20px 0 50px;
	position: relative;
	overflow: hidden;
}

.iwc-sec h2 {
	margin-bottom: 15px;
}

.iwc-sec.right-img .container {
	max-width: 1196px;
}

.iwc-sec .cnt-wrp {
	padding-top: 50px;
}

.iwc-sec.right-img .cnt-wrp p {
	max-width: 531px;
}

.img-with-blue-bg {
	position: relative;
	max-width: 564.62px;
	margin-bottom: 36.42px !important;
}

.img-with-blue-bg .img-with-bg-inn {
	width: 564.62px;
	height: 480.84px;
	transform: rotate(-11.91deg);
	border-radius: 100%;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.img-with-blue-bg img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	object-position: top;
	transform: rotate(11.91deg);
}

.img-with-blue-bg::after {
	position: absolute;
	content: "";
	background: #002665;
	height: 100%;
	width: 100%;
	z-index: 1;
	border-radius: 50%;
	top: 36.42px;
	left: 0;
	right: 0;
	transform: rotate(-11.91deg);
}

.iwc-sec .img-with-blue-bg {
	margin: 0 0 0 auto;
}

.testimonials {
	position: relative;
	padding: 0 0 153px;
	overflow: hidden;
}

.testimonials::after {
	position: absolute;
	content: "";
	background: #fff url(../images/bg-flag.png) no-repeat center;
	background-size: cover;
	top: 0;
	z-index: -9;
	height: 100%;
	width: 100%;
	height: 871px;
	top: -30px;
	left: 0;
}

.testimonials .right-wrp {
	padding-top: 64px;
	padding-top: 47px;
}

.testimonials .test-top-wrp {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	padding-right: 7%;
	margin-left: 15px;
	/*max-width: 809px;*/
}

.testimonials .img-wrp {
	max-width: 538px;
	margin: 0 0 0 auto;
}

.testimonials .img-wrp {
	height: auto !important;
}

.testimonials .test-top-wrp a.btn-outline-red {
	padding-right: 37px;
	padding-left: 38px;
}

.testimonials .test-top-wrp h2 {
	line-height: 46px;
	max-width: 332px;
	margin-bottom: 0;
}

.testi-list .slick-list {
	padding-right: 252px !important;
	padding-right: 235px !important;
}

.testi-list .slick-track {
	display: flex;
}

.testi-list .list-itm {
	box-shadow: 0px 2px 10px 0px #64646433;
	border-radius: 4px;
	margin: 20px 15px;
	padding: 47px 28px 82px 26px;
	text-align: left;
	height: auto;
	position: relative;
	background: #fff;
}

.testi-list .list-itm img {
	margin-bottom: 18px;
}

.testi-list .list-itm p {
	font-size: 14px;
	line-height: 22px;
}

.testi-list .list-itm h4 {
	font-family: 'Posey';
	font-size: 21px;
	line-height: 24px;
	letter-spacing: -0.02em;
	margin-bottom: 0;
	position: absolute;
	bottom: 36px;
}

.testi-list.slick-slider .slick-next,
.testi-list.slick-slider .slick-prev {
	background: url(../images/slider-next.svg);
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: 15px !important;
	width: 70px;
	height: 65px;
	border-radius: 0 100% 100% 0;
	top: -76px;
}

.slick-slider .slick-next:before,
.slick-slider .slick-prev:before {
	display: none;
}

.slick-slider .slick-next {
	right: 0;
}

.slick-slider .slick-prev {
	transform: rotateY(-180deg) translate(0, -50%);
	left: 0;
}

.testi-list.slick-slider .slick-next {
	right: 41%;
	background-color: #E10506;
}

.testi-list.slick-slider .slick-prev {
	left: 41%;
	background-color: #002665;
}

.slick-slider .slick-next,
.slick-slider .slick-prev {
	opacity: 1;
	z-index: 99;
}

.mission-vision {
	padding: 49px 0 55px;
	text-align: center;
	background: #fff;
}

.mission-vision .vision-wrp>div p:last-child {
	margin-bottom: 0;
}

.mission-vision .container {
	max-width: 1226px;
}

.mission-vision h2 {
	margin-bottom: 22px;
}

.mission-vision .vision-wrp {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 96px;
}

.team-list {
	text-align: center;
	padding: 55px 0 76px;
}

.team-list h2 {
	margin-bottom: 28px;
}

.team-list .list-wrp {
	grid-template-columns: repeat(5, 1fr);
	grid-column-gap: 24px;
	grid-row-gap: 22px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.team-list .list-wrp .list-item-mrg {
	width: 18.43%;
}

.team-list .list-wrp .list-itm {
	box-shadow: 0px 2px 10px 0px #64646433;
	background: #FFFFFF;
	border-radius: 4px;
	overflow: hidden;
	transition: all 0.3s linear;
}

.team-list .list-wrp .list-itm:hover {
	background: #002665;
}

.team-list .list-wrp .list-itm:hover * {
	color: #fff;
}

.team-list .list-wrp .list-itm .img-wrp {
	box-shadow: 0px 2px 10px 0px #64646433;
}

.team-list .list-wrp .list-itm .img-wrp img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.team-list .list-wrp .list-itm .btm-wrp {
	padding: 22px 26px 18px;
}

.team-list .list-wrp .list-itm h4 {
	font-family: 'Posey';
	font-size: 21px;
	line-height: 24px;
	letter-spacing: -0.02em;
	text-align: center;
	margin-bottom: 0;
	text-transform: uppercase;
	transition: all 0.3s linear;
}

.team-list .list-wrp .list-itm span {
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	text-transform: capitalize;
	transition: all 0.3s linear;
}

.modal-dialog {
	max-width: 994px;
	z-index: 999999999;
}

.modal .modal-body {
	padding: 0;
}

.team-list .modal .modal-content {
	background: #fff;
	border-radius: 4px;
	border: none;
	box-shadow: none;
	overflow: hidden;
}

.modal .close-btn span {
	line-height: 15px;
	height: 100%;
	display: block;
	width: 100%;
	font-size: 35px;
	font-weight: 700;
}

.team-list .modal-content .close-btn {
	position: absolute;
	top: 17px;
	right: 17px;
	left: auto;
	background: transparent;
	padding: 0;
	height: 18px;
	width: 18px;
	border: none;
}

.team-list .modal .img-wrp {
	overflow: hidden;
	box-shadow: 0px 2px 10px 0px #64646433;
	height: 100%;
}

.team-list .modal .img-wrp img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.team-list .modal .details {
	text-align: left;
	margin: auto;
	padding: 40px 50px 40px 30px;
}

.team-list .modal .details h4 {
	font-family: 'Posey';
	font-size: 28px;
	line-height: 30px;
	letter-spacing: -0.02em;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.team-list .modal .details span {
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	text-transform: capitalize;
	margin-bottom: 15px;
	display: block;
}

.lcrf-sec {
	padding: 48px 0 99px;
	background: url(../images/tabbing-section-bg.png) no-repeat;
	background-size: cover;
	background-position: top center;
	box-shadow: 0px 2px 10px 0px #64646433;
}

.lcrf-sec h2 {
	margin-bottom: 20px;
}

.lcrf-sec .form-wrp {
	margin-top: 40px;
}

.lcrf-sec .left-wrp .img-wrp {
	max-width: 454.22px;
	margin-bottom: 33px;
}

.lcrf-sec .form-wrp #field_1_6 .gform-field-label {
	margin-top: -9px;
}

.form-wrp {
	max-width: 548px;
	margin: 0 0 0 auto;
	padding: 75px 50px 80px;
	text-align: center;
	background: linear-gradient(1.15deg, #25399A -26.06%, #002665 99.08%);
	border-radius: 5px;
	box-shadow: 0px 2px 20px 0px #D7D7D745;
}

.form-wrp .gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 24px;
}

.form-wrp h2 {
	color: #fff;
	margin-bottom: 27px;
}

.gform_required_legend {
	display: none;
}

.gform_wrapper.gravity-theme .gfield input,
.gform_wrapper.gravity-theme .gfield select,
.gform_wrapper.gravity-theme .gfield textarea {
	font-family: "Lato", sans-serif;
	font-size: 14px !important;
	font-weight: 700;
	line-height: 22px !important;
	text-align: left;
	border: 2px solid #FFFFFF;
	border-radius: 4px;
	box-shadow: 0px 2px 10px 0px #64646433;
	padding: 16px 26px 15px !important;
	background: transparent;
	color: #FFFFFF;
}

.gform_wrapper.gravity-theme .gfield input::placeholder,
.gform_wrapper.gravity-theme .gfield select::placeholder,
.gform_wrapper.gravity-theme .gfield textarea::placeholder {
	color: #FFFFFF;
}

.gform_wrapper.gravity-theme .gfield input:focus,
.gform_wrapper.gravity-theme .gfield select:focus,
.gform_wrapper.gravity-theme .gfield textarea:focus {
	background: #FFFFFF;
	outline: none;
	border: 2px solid #E10506;
	box-shadow: 0px 0px 19px 0px #FFFFFF80;
	color: #030A0C;
}

.gform_wrapper.gravity-theme .gfield input:focus::placeholder,
.gform_wrapper.gravity-theme .gfield select:focus::placeholder,
.gform_wrapper.gravity-theme .gfield textarea:focus::placeholder {
	color: #030A0C;
}

.gform_wrapper.gravity-theme .gfield textarea {
	height: 140px !important;
	resize: none;
}

.gform_wrapper.gravity-theme .gfield select {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	background-image: url(../images/select-down.svg) !important;
	background-size: 10px !important;
	background-repeat: no-repeat !important;
	background-position: right 29px center !important;
}

.gform_wrapper.gravity-theme .gfield select:focus {
	background-image: url(../images/focus-select-down.svg) !important;
}

.gform_wrapper.gravity-theme .ginput_container_select option[selected="selected"] {
	color: #000 !important;
}

.form-wrp .gform_wrapper.gravity-theme .gfield input#input_1_6 {
	background-image: url(../images/upload-icon.svg) !important;
	background-repeat: no-repeat !important;
	background-position: left 13px center !important;
	background-size: 18px !important;
	padding-left: 38px !important;
	font-weight: 400;
	text-transform: capitalize;
}

.form-wrp .gform_wrapper.gravity-theme .gfield input#input_1_6:focus {
	background-image: url(../images/focus-upload-icon.svg) !important;
}

.form-wrp .gform_footer.top_label {
	display: flex;
	justify-content: center;
	padding: 0 !important;
	margin: 31px auto 0 !important;
	align-items: center;
	position: relative;
	max-width: 217px;
}

.form-wrp .gform_wrapper.gravity-theme .gfield_label {
	font-size: 14px !important;
	margin-bottom: 0 !important;
	color: #fff;
	text-align: left;
	display: block;
}

.gform_footer.top_label input {
	font-family: 'Posey';
	font-size: 22px;
	line-height: 20.99px !important;
	letter-spacing: -0.03em;
	text-decoration: none;
	background-color: #E10506;
	border-radius: 34px;
	display: inline-flex;
	align-items: center;
	padding: 13px 72px 14px 72px;
	border: 3px solid #F6FFEB;
	color: #FFFFFF;
	transition: 0.3s ease;
	position: relative;
	margin-bottom: 0 !important;
	width: 100%;
}

.gform_wrapper.gravity-theme .gform_footer.top_label::before {
	position: absolute;
	content: "";
	background: #F6FFEB url(../images/arrow-r-red.svg);
	background-repeat: no-repeat;
	background-position: right 17px center;
	background-size: 29px;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
	border-radius: 34px;
	transition: 0.3s ease;
}

.gform_wrapper.gravity-theme .gform_footer.top_label:hover::before {
	left: 52px;
}

.form-wrp .gfield--type-captcha label,
.form-wrp .instruction,
.form-wrp .gform_wrapper.gravity-theme .gform_validation_errors,
.form-wrp .gform_fileupload_rules {
	display: none !important;
}

.form-wrp .gform_confirmation_message {
	color: #fff !important;
	margin-top: 40px;
}

.form-wrp .ginput_recaptcha div {
	z-index: 999999 !important;
}

.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	margin: 0;
	text-align: left;
	color: #dd3a16 !important;
}

.gform_wrapper.gravity-theme .description,
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description,
.gform_wrapper.gravity-theme .instruction {
	font-size: 13px !important;
	line-height: 1.2 !important;
}

.lcrf-sec .form-wrp .gform_wrapper.gravity-theme .gfield.gfield--width-half {
	-ms-grid-column-span: 12;
	grid-column: span 12;
}

.coupons-promos {
	background: #002665;
	padding: 78px 0 84px;
	text-align: center;
}

.coupons-promos * {
	color: #fff;
}

.coupons-promos .promo-coupon {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 33px 0 47px;
}

.coupons-promos .promo-coupon .download-promo {
	width: 33%;
	margin: 15px;
}

.coupons-promos .promo-coupon .promo-coupon-in {
	/*border: 3px dashed#FFFFFF;*/
	border-radius: 4px;
	box-shadow: 0px 2px 10px 0px #64646433;
	padding: 66px 40px 62px;
	background: url(../images/coupon-border.svg) no-repeat center;
	background-size: contain;
	/*background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4' ry='4' stroke='%23FFFFFF' stroke-width='3' stroke-dasharray='12' stroke-dashoffset='10' stroke-linecap='square'/%3e%3c/svg%3e");*/
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4' ry='4' stroke='%23FFFFFF' stroke-width='5' stroke-dasharray='12' stroke-dashoffset='10' stroke-linecap='square'/%3e%3c/svg%3e");

}

.coupons-promos .promo-coupon .promo-coupon-in p.title {
	font-family: 'Posey';
	font-size: 37px;
	line-height: 38px;
	letter-spacing: -0.02em;
	text-align: center;
	margin-bottom: 13px;
	color: #F6FFEB;
}

.coupons-promos .promo-coupon .promo-coupon-in p.sub-title {
	font-size: 23px;
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 14px;
}

.coupons-promos .promo-coupon .promo-coupon-in h6 {
	font-family: "Lato", sans-serif;
	font-size: 18px;
	font-weight: 900;
	line-height: 22px;
	margin-bottom: 23px;
}

.coupons-promos .promo-coupon .promo-coupon-in .cpn-logo {
	margin-bottom: 16px;
}

.coupons-promos .promo-coupon .promo-coupon-in .cpn-logo img {
	max-height: 91px;
}

.coupons-promos .promo-coupon .promo-coupon-in p.desc {
	font-size: 12px;
	line-height: 17px;
}

.coupons-promos .promo-coupon .promo-coupon-in p:last-child {
	margin-bottom: 0;
}

.coupons-promos a.btn-sec-outline {
	display: inline-flex;
}

/* Contact page */
.contact-detail {
	padding: 84px 0 104px;
	background: url(../images/contact-detail-bg.png);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	box-shadow: 0px 2px 10px 0px #64646433;
}

.contact-detail .left-wrp p {
	font-size: 21px;
	margin-bottom: 24px;
}

.contact-detail .map-wrp {
	border: 1px solid #030A0C;
	border-radius: 5px;
	box-shadow: 0px 2px 10px 0px #64646433;
	overflow: hidden;
}

.contact-detail .map-wrp img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.contact-detail .form-wrp {
	padding-top: 78px;
	padding-bottom: 87px;
}

.contact-detail .left-wrp h2 {
	margin-bottom: 0;
}

.full-wid-cnt .cnt h2 {
	margin-bottom: 15px;
}

.full-wid-cnt.blue-bg .cnt p {
	font-weight: 700;
}

.full-wid-cnt .cnt p:last-child {
	margin-bottom: 0;
}

.full-wid-cnt.white-bg {
	padding: 33px 0 0;
	position: relative;
}

.full-wid-cnt.white-bg::before {
	content: "";
	position: absolute;
	background: url(../images/fwc-wht-bg.png) no-repeat bottom;
	background-size: cover;
	top: -34%;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: -9;
	height: calc(100% + 26%);
}

.full-wid-cnt .btm-wrp {
	background-color: #E10506;
	padding: 15px 0 15px;
	margin-top: 48px;
}

.full-wid-cnt .btm-wrp h2,
.full-wid-cnt .btm-wrp h2 a {
	color: #fff;
	margin-bottom: 0;
}

.full-wid-cnt .cnt {
	max-width: 862px;
	margin: 0 auto;
}

/* 404 page */
.page-not-found {
	background: url(../images/404-bg.png) no-repeat;
	background-size: cover;
	padding: 239px 0 274px;
	background-size: 70%;
	background-position: center;
}

.page-not-found h1 {
	margin-bottom: 21px;
	color: #030A0C;
}

.page-not-found p {
	max-width: 862px;
	margin: 0 auto 18px;
}

.page-not-found ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 40px;
	max-width: 487px;
	margin: 0 auto;
	grid-template-columns: max-content max-content;
	justify-content: space-around;
	text-align: left;

}

.page-not-found ul li a {
	font-size: 23px;
	font-weight: 700;
	line-height: 46px;
	color: #030A0C;
	text-decoration: underline;
}

.page-not-found ul li a:hover {
	color: #E10506;
}

.cms-cnt {
	padding: 66px 0 77px;
}

.cms-cnt h1 {
	color: #020202;
	text-align: center;
	margin-bottom: 44px;
}

.cms-cnt p,
.cms-cnt li {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.01em;
	color: #121010;
}

.cms-cnt p {
	margin-bottom: 25px;
}

.cms-cnt p:last-child {
	margin-bottom: 0;
}

.cms-cnt a {
	color: inherit;
	word-break: break-all;
}

.cms-cnt strong,
.cms-cnt b {
	font-weight: 800;
	text-transform: uppercase;
}

.cms-cnt ul {
	list-style: disc;
	padding-left: 30px;
	margin-bottom: 25px;
}

.iwc-sec.left-img .row {
	flex-direction: row-reverse;
}

.iwc-sec.left-img .img-with-blue-bg {
	margin: 0 auto 0 0;
}

.iwc-sec.wht-bg::before {
	content: "";
	position: absolute;
	background: url(../images/fwc-wht-bg.png) no-repeat bottom;
	background-size: cover;
	top: -21%;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: -9;
	height: calc(100% + 21%);
}

.full-wid-cnt.blue-bg {
	background: linear-gradient(107.36deg, #002665 11.95%, #25399A 79.17%);
	padding: 88px 0 97px;
	position: relative;
}

.full-wid-cnt.blue-bg * {
	color: #fff;
}

.full-wid-cnt.blue-bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/areas-we-service-abstract.svg) no-repeat bottom;
	background-size: 100%;
	z-index: 1;
}

.full-wid-cnt.blue-bg .cnt h2 {
	margin-bottom: 19px;
}

.full-wid-cnt .container {
	position: relative;
	z-index: 2;
}

.financing {
	padding: 82px 0 67px;
}

.financing .financing-in {
	box-shadow: 0px 2px 20px 0px #C1C1C1AB;
	border-radius: 5px;
	background: #fff;
	padding: 70px 54px 169px;
	max-width: 1143px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.financing .financing-in .top-wrp {
	display: grid;
	grid-template-columns: 60% 1fr;
	column-gap: 55px;
	margin-bottom: 44px;
}

.financing .financing-in .top-wrp h2 {
	margin-bottom: 12px;
}

.financing .financing-in .top-wrp .right {
	margin-top: 49px;
	text-align: center;
	margin-top: 62px;
}

.financing .financing-in .top-wrp .left p:last-child {
	margin-bottom: 0;
}

.financing .financing-in .mid-wrp {
	background: #F4F4F4;
	border-radius: 5px;
	padding: 35px 48px 40px;
}

.financing .financing-in .mid-wrp p {
	font-family: 'Posey';
	font-size: 32px;
	font-weight: 400;
	line-height: 49px;
	letter-spacing: -0.02em;
	margin-bottom: 10px;
}

.financing .financing-in .mid-wrp ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 125px;
	grid-row-gap: 14px;
}

.financing .financing-in .mid-wrp ul li {
	font-size: 16px;
	font-weight: 400;
	line-height: 31px;
	position: relative;
	padding-left: 24px;
}

.financing .financing-in .mid-wrp ul li::before {
	position: absolute;
	content: "";
	left: 0;
	background: url(../images/tick-icon.svg) no-repeat center;
	background-size: contain;
	width: 16px;
	height: 16px;
	top: 8px;
}

.financing .financing-in .btm-wrp {
	padding: 171px 20px 67px;
	text-align: center;
	background: #002665;
	border-radius: 5px;
	margin-top: -123px;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	z-index: -1;
	height: 292px;
	bottom: 0;
}

.financing+.financing {
	padding: 0 0 88px;
}

.inner-hero-form {
	position: relative;
	padding: 61px 0 69px;
}

.inner-hero-form::after,
.single-blog-banner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(37, 57, 154, 0.8);
	bottom: 0;
	z-index: -9;
}

.inner-hero-form img.sec-bg-img,
.single-blog-banner .sec-bg-img img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -9;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	object-position: bottom;
}

.inner-hero-form .row {
	align-items: center;
}

.inner-hero-form .left-wrp {
	max-width: 420px;
	margin: 0 auto 0 0;
	text-align: left;
}

.inner-hero-form .left-wrp h1 {
	color: #F6FFEB;
	margin-bottom: 5px;
}

.inner-hero-form .left-wrp p {
	font-size: 17px;
	line-height: 28px;
	color: #fff;
}

.inner-hero-form .form-wrp {
	max-width: 640px;
	box-shadow: 0px 0px 8px 0px #D7D7D754;
	padding: 42px 57px 45px;
}

.inner-hero-form .form-wrp .gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 17px;
	grid-column-gap: 27px;
}

.inner-hero-form .gform_wrapper.gravity-theme .gfield input,
.inner-hero-form .gform_wrapper.gravity-theme .gfield select,
.inner-hero-form .gform_wrapper.gravity-theme .gfield textarea {
	padding: 7px 21px !important;
}

.inner-hero-form .gform_wrapper.gravity-theme .gfield textarea {
	height: 40px !important;
	height: 120px !important;
}

.inner-hero-form .form-wrp .gform_footer.top_label {
	margin-top: 23px !important;
}

.two-col-cnt {
	padding: 80px 0 105px;
	background: url(../images/tabbing-section-bg.png) no-repeat;
	background-size: cover;
	background-position: top center;
	z-index: 2;
	position: relative;
	box-shadow: 0px 2px 10px 0px #64646433;
	overflow: hidden;
}

.two-col-cnt .img-with-blue-bg {
	margin-right: auto;
}

.two-col-cnt .cnt-wrp h2 {
	margin-bottom: 15px;
}

.two-col-cnt .cnt-wrp h3 {
	font-size: 26px;
	font-weight: 700;
	line-height: 36px;
	text-align: left;
	margin-bottom: 19px;
	color: #030A0C;
}

.two-col-cnt .top-row {
	align-items: center;
}

.two-col-cnt .bottom-row {
	padding-top: 80px;
}

.two-col-cnt .cnt-wrp p:last-child {
	margin-bottom: 0;
}

.two-col-cnt .bottom-row .cnt-wrp {
	max-width: 544px;
}

.two-col-cnt .bottom-row .cnt-wrp.left-side {
	margin: 0 auto 0 0;
}

.two-col-cnt .bottom-row .cnt-wrp.right-side {
	margin: 0 0 0 auto;
}

.img-slider {
	padding: 91px 0 138px;
	background: url(../images/wooden-bg.png) no-repeat center;
	background-size: cover;
	background-position: top center;
	text-align: center;
	position: relative;
	z-index: 2;
}

.img-slider .container {
	position: relative;
	z-index: 9;
}

.img-slider::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #00266533;
	bottom: 0;
	z-index: 1;
}

.img-slider h2 {
	margin-bottom: 27px;
	color: #fff;
}

.img-slider .img-slider-wrp {
	max-height: 536px;
	max-width: 926px;
	margin: 0 auto;
}

.img-slider .img-slider-wrp .item {
	background-color: #E10506;
	border-radius: 4px;
	padding-bottom: 15px;
	box-shadow: 0px 2px 10px 0px #64646433;
	overflow: hidden;
}

.img-slider .img-slider-wrp .item img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	box-shadow: 0px 2px 10px 0px #64646433;
}

.slick-slider .slick-next,
.slick-slider .slick-prev {
	background: url(../images/img-slider-next.svg);
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	width: 30px;
	height: 52.5px;
}

.img-slider-wrp.slick-slider .slick-next {
	right: -7%;
}

.img-slider-wrp.slick-slider .slick-prev {
	left: -7%;
}

.img-slider-wrp .slick-dots {
	bottom: -40px;
}

.img-slider-wrp .slick-dots li {
	width: 10.31px;
	height: 10.31px;
	margin: 0 4px;
}

.img-slider-wrp .slick-dots li button {
	width: 10.31px;
	height: 10.31px;
}

.img-slider-wrp .slick-dots li button::before {
	width: 10.31px;
	height: 10.31px;
	color: transparent;
	border: 1.19px solid #FFFFFF;
	border-radius: 100%;
	opacity: 1;
}

.img-slider-wrp .slick-dots li.slick-active button::before {
	opacity: 1;
	color: transparent;
	background: #fff;
}

.key-ftrs {
	text-align: center;
	padding: 88px 0 108px;
	background: url(../images/key-ftrs-bg.png) no-repeat center;
	background-size: cover;
}

.key-ftrs .ftr-wrp {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 41px;
}

.key-ftrs h2 {
	margin-bottom: 31px;
}

.key-ftrs .ftr-wrp .img-wrp {
	box-shadow: 0px 2px 10px 0px #64646433;
	background: #002665;
	padding-bottom: 11px;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 25px;
}

.key-ftrs .ftr-wrp .img-wrp img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	box-shadow: 0px 2px 10px 0px #64646433;
}

.key-ftrs .ftr-wrp h5 {
	font-size: 21px;
	font-weight: 700;
	line-height: 35px;
	text-align: center;
	margin-bottom: 12px;
	color: #030A0C
}

.key-ftrs .ftr-wrp .ftr-wrp-in p:last-child {
	margin-bottom: 0;
}

.lcrm-sec {
	background: linear-gradient(107.36deg, #002665 11.95%, #25399A 79.17%);
	padding: 95px 0 129px;
	position: relative;
}

.lcrm-sec * {
	color: #fff;
}

.lcrm-sec::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/areas-we-service-abstract.svg) no-repeat bottom;
	background-size: 100%;
	z-index: 1;
}

.lcrm-sec .container {
	position: relative;
	z-index: 2;
	max-width: 1144px;
}

.lcrm-sec .row {
	align-items: center;
}

.lcrm-sec h2 {
	text-align: center;
	margin-bottom: 37px;
	color: #F6FFEB;
}

.lcrm-sec .img-wrp {
	background-color: #E10506;
	border-radius: 4px;
	padding-bottom: 15px;
	box-shadow: 0px 2px 10px 0px #64646433;
	overflow: hidden;
	max-width: 536px;
	margin-left: auto;
}

.lcrm-sec .img-wrp img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	box-shadow: 0px 2px 10px 0px #64646433;
}

.lcrm-sec .cnt-wrp {
	max-width: 519px;
	margin: 0 auto 0 0;
}

.lcrm-sec .cnt-wrp p.sub-heading {
	font-family: 'Posey';
	font-size: 28px;
	line-height: 42px;
	letter-spacing: -0.02em;
	margin-bottom: 19px;
}

.lcrm-sec .cnt-wrp p.cnt {
	font-weight: 700;
	margin-bottom: 38px;
	max-width: 96%;
}

.lcrm-sec .btn-sec-outline {
	display: inline-flex;
}

.tabbing-with-acc.bg-two {
	padding: 109px 0 130px;
	background: url(../images/key-ftrs-bg.png) no-repeat center;
	background-size: cover;
}

.post-list-sec {
	padding-bottom: 71px;
}

.post-list-sec .cat-row ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 27px;
	grid-row-gap: 22px;
}

.post-list-sec .cat-row ul li a {
	box-shadow: 0px 2px 20px 0px #C7C7C778;
	background: #fff;
	padding: 50px 33px;
	font-family: 'Posey';
	font-size: 24px;
	line-height: 26px;
	letter-spacing: -0.03em;
	color: #030A0C;
	position: relative;
	border-radius: 5px;
	display: block;
	padding-right: 60px;
}

.post-list-sec .cat-row ul li a::after {
	position: absolute;
	content: "";
	background: url(../images/black-arrow.svg) no-repeat center;
	background-size: contain;
	height: 24px;
	width: 24px;
	right: 34px;
	top: 50%;
	transform: translate(0, -50%);
	transition: all 0.3s linear;
}

.post-list-sec .cat-row ul li:hover a,
.post-list-sec .cat-row ul li.active a {
	background: #002665;
	color: #fff;
}

.post-list-sec .cat-row ul li:hover a::after,
.post-list-sec .cat-row ul li.active a::after {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7461%) hue-rotate(159deg) brightness(120%) contrast(98%);
}

.post-list-sec h2 {
	text-align: center;
}

.post-list-sec .cat-row {
	padding: 45px 0 66px;
}

.post-list-sec .cat-row h2 {
	margin-bottom: 20px;
}

.post-list-sec .ftr-post h2 {
	margin-bottom: 18px;
}

.post-list-sec .ftr-post .post-wrp {
	display: flex;
	flex-wrap: wrap;
	background-color: #002665;
	box-shadow: 0px 2px 10px 0px #64646433;
	border-radius: 4px;
}

.post-list-sec .ftr-post .post-wrp * {
	color: #fff;
}

.post-list-sec .ftr-post .post-wrp .btn-outline-red:hover img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7461%) hue-rotate(159deg) brightness(120%) contrast(98%);
}

.post-list-sec .ftr-post .post-wrp .img-wrp {
	max-width: 50%;
	width: 100%;
	overflow: hidden;
	box-shadow: 0px 2px 10px 0px #64646433;
	border-radius: 4px;
	position: relative;
}

.post-list-sec .ftr-post .post-wrp .img-wrp::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #030A0C7A;
}

.post-list-sec .ftr-post .post-wrp .img-wrp img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.post-list-sec .ftr-post .post-wrp .cnt-wrp {
	max-width: 50%;
	width: 100%;
	padding: 40px 61px 49px;
	text-align: left;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.post-list-sec .ftr-post .post-wrp .cnt-wrp span.post-date {
	font-size: 16px;
	font-weight: 900;
	line-height: 22px;
	text-align: left;
	margin-bottom: 15px;
	display: block;
}

.post-list-sec .ftr-post .post-wrp .cnt-wrp h3 {
	font-family: 'Posey';
	font-size: 30px;
	font-weight: 400;
	line-height: 42px;
	letter-spacing: -0.02em;
	margin-bottom: 19px;
}

.post-list-sec .ftr-post .post-wrp .cnt-wrp h3 a {
	color: inherit;
	display: block;
}

.post-list-sec .ftr-post .post-wrp .cnt-wrp p {
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
}

.post-list-sec .ftr-post .post-wrp .cnt-wrp .btn-outline-red {
	margin-top: 8px;
	margin: auto auto 0 3px;
}

.posts-row {
	padding: 75px 0 39px;
}

.posts-row h2 {
	margin-bottom: 21px;
	text-align: center;
}

.posts-row .post-lists {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 39px;
	grid-row-gap: 36px;
}

.posts-row .post-lists .post-wrp {
	display: flex;
	flex-wrap: wrap;
	box-shadow: 0px 2px 10px 0px #64646433;
	background: #FFFFFF;
	border-radius: 4px;
	overflow: hidden;
	transition: all 0.4s linear;
}

.posts-row .post-lists .post-wrp .img-wrp {
	max-width: 49.54%;
	width: 100%;
	box-shadow: 0px 2px 10px 0px #64646433;
	overflow: hidden;
}

.posts-row .post-lists .post-wrp .cnt-wrp {
	max-width: 50.46%;
	width: 100%;
	padding: 28px 20px 27px;
	text-align: left;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.posts-row .post-lists .post-wrp .img-wrp img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.posts-row .post-lists .post-wrp .cnt-wrp span.post-date {
	font-size: 14px;
	font-weight: 900;
	line-height: 22px;
	margin-bottom: 12px;
	display: block;
	color: #030A0C;
}

.posts-row .post-lists .post-wrp .cnt-wrp h6 {
	font-family: 'Posey';
	font-size: 18px;
	line-height: 23px;
	letter-spacing: -0.02em;
	margin-bottom: 10px;
}

.posts-row .post-lists .post-wrp .cnt-wrp h6 a {
	color: inherit;
	display: block;
	transition: none;
}

.posts-row .post-lists .post-wrp .cnt-wrp p {
	font-size: 14px;
	line-height: 22px;
}

.posts-row .post-lists .post-wrp .cnt-wrp a.btn-outline-red {
	padding-right: 25px;
	padding-left: 27px;
	width: max-content;
	margin: auto 2px 0px auto;
}

.posts-row .post-lists .post-wrp:hover {
	background: #002665;
}

.posts-row .post-lists .post-wrp:hover * {
	color: #fff !important;
}

.posts-row .post-lists .post-wrp:hover .btn-outline-red img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7461%) hue-rotate(159deg) brightness(120%) contrast(98%);
}

.posts-row .post-lists .post-wrp:hover .cnt-wrp p {
	font-weight: 700;
}

.pagination {
	justify-content: center;
	align-items: center;
}

.pagination ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.pagination ul li a,
.pagination ul li span {
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 1px;
	padding: 11px 17px 12px;
	display: block;
	color: #030A0C;
}

.pagination ul li.active span {
	background: #E10506;
	box-shadow: 0px 3.53px 15.88px 0px #02020212;
	border-radius: 2.65px;
	color: #fff;
}

.single-blog-banner {
	position: relative;
	padding: 143px 0 186px;
	text-align: center;
}

.single-blog-banner .hero-cnt {
	max-width: 817px;
	margin: 0 auto;
}

.single-blog-banner .hero-cnt p.date {
	font-size: 17px;
	font-weight: 700;
	line-height: 28px;
	color: #fff;
}

.single-blog-banner .hero-cnt h1 {
	color: #F6FFEB;
	margin-bottom: 17px;
}

.category-container {
	font-size: 17px;
	font-weight: 700;
	line-height: 28px;
	display: flex;
	align-items: center;
	text-transform: capitalize;
	margin-bottom: 17px;
	column-gap: 6px;
	color: #030A0C;
}

.category-container ul li a {
	font-weight: 900;
	text-decoration: underline;
	position: relative;
	color: inherit;
	text-underline-offset: 2px;
}

.category-container ul li a:hover {
	color: #E10506 !important;
}

.category-container ul li:not(:last-child) a::after {
	position: absolute;
	content: ",";
	bottom: -4px;
	right: -5px;
}

.category-container ul {
	display: flex;
	gap: 10px;
}

.single-blog-banner .hero-cnt .category-container {
	color: #fff;
	justify-content: center;
	margin-bottom: 35px;
}

.single-blog-banner .hero-cnt .category-container ul li a {
	color: #F6FFEB;
}

.meta_social_btns {
	display: flex;
	gap: 14px;
	width: 100%;
	align-items: center;
}

.meta_social_btns a {
	position: relative;
	width: 33.79px;
	height: 33.79px;
	display: block;
	transition: 0.3s ease;
}

.meta_social_btns a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 1;
	visibility: visible;
}

.meta_social_btns a img.hover {
	display: block;
	opacity: 0;
	z-index: 2;
	visibility: visible;
	transition: 0.3s ease;
}

.meta_social_btns a:hover img.hover {
	opacity: 1;
	visibility: visible;
}

.single-blog-banner .meta_social_btns {
	gap: 13px;
	justify-content: center;
}

.single-blog-banner .meta_social_btns a {
	width: 31.36px;
	height: 31.36px;
}

.single-blog-banner .meta_social_btns a img {
	filter: drop-shadow(0px 5.02px 42.65px #01072326);
}

.single-blog {
	padding: 76px 0 73px;
	overflow: hidden;
}

.single-blog .post-cnt-wrp {
	max-width: 1178px;
	margin: 0 auto;
}

.single-blog h3 {
	font-size: 26px;
	font-weight: 700;
	line-height: 36px;
	color: #030A0C;
}

.single-blog p {
	margin-bottom: 40px;
}

.single-blog :where(.wp-block-columns) {
	margin-bottom: 0;
}

.single-blog :where(.wp-block-columns.is-layout-flex) {
	gap: 29px;
}

.related-posts {
	background: url(../images/tabbing-section-bg.png) no-repeat;
	background-size: cover;
	background-position: top center;
	padding: 76px 0 106px;
	box-shadow: 0px 2px 10px 0px #64646433;
}

.related-posts .posts-row {
	padding: 0 !important;
}

.meta_social_btns a .copy-to-keyboard,
.meta_social_btns a .copy-to-keyboard2 {
	position: absolute;
	left: 30px;
	top: 6px;
	min-width: 110px;
	font-size: 14px;
	margin-left: 10px;
	line-height: 20px;
	height: 20px;
	color: #030A0C;
	text-align: left;
}

.meta_social_btns a .copy-to-keyboard {
	color: #fff;
}

.tabbing-with-acc .img-with-blue-bg {
	margin-right: auto;
}

.about-us-sec .tab_content .right-col p a {
	color: inherit;
}

.testimonials .container-fluid {
	padding-right: 0 !important;
}

.testimonials a.btn-outline-red.img-mobile {
	display: none;
}

.testimonials a.btn-outline-red.img-desktop {
	display: inline-flex;
}

.iwc-sec.wht-bg {
	overflow: visible;
}

.inner-hero-form .form-wrp .gform_confirmation_message {
	margin-top: 20px;
}

.btn-primary:focus {
	box-shadow: none !important;
}

body.macOS:not(.home) .content {
	padding-top: 134px;
}

body.macOS .gform_footer.top_label input {
	padding-top: 14px;
	padding-bottom: 9px;
}

body .testimonials {
	max-height: 800px;
}

body.modal-open {
	height: 100vh;
	overflow-y: hidden;
}

.contact-detail .map-wrp iframe {
	height: 600px;
	width: 100%;
	margin: 0;
	height: 734px;
	pointer-events: none;
	padding: 0;
	display: block;
}

.lcrm-sec .img-wrp iframe {
	width: 100%;
	margin: 0;
	pointer-events: none;
	height: 423px;
	padding: 0;
	display: block;
}

.full-wid-cnt .btm-wrp h2 a:hover {
	color: #002665;
}

body.admin-bar header {
	top: 67px;
}

body.admin-bar .top-header {
	top: 32px;
}

#wpadminbar {
	position: fixed;
}

section.coupons-promos.white-bg {
	background-color: #fff;
	padding: 70px 0 144px;
}

section.coupons-promos.white-bg .promo-coupon .promo-coupon-in {
	border-radius: 4px;
	border: 3px dashed var(--Dark-Blue, #002665);
	box-shadow: 0 2px 10px 0 rgba(100, 100, 100, 0.20);
}

section.coupons-promos.white-bg .promo-coupon .promo-coupon-in p.title,
section.coupons-promos.white-bg * {
	color: #002665;
}

section.coupons-promos.white-bg a.btn-sec-outline span {
	color: #fff;
}

section.coupons-promos.white-bg a.btn-sec-outline:hover span {
	color: #002665;
}

.promo-desk .slick-track {
	display: flex !important;
}

.promo-desk .slick-track .slick-slide {
	height: inherit !important;
}

.promo-desk .promo-coupon-in {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.promo-desk .slick-prev,
.promo-desk .slick-next {
	width: 65px;
	height: 78px;
}

.promo-desk .slick-prev {
	background: #E10506 url('../images/d-prev.svg') no-repeat center center / 30px !important;
	transform: rotateY(0deg) translate(0, -50%);
	left: -100px;
}

.promo-desk .slick-next {
	background: #E10506 url('../images/d-next.svg') no-repeat center center / 30px !important;
	right: -100px;
}

.promo-desk a.download-promo {
	cursor: default;
}