@charset "UTF-8";
/*-----------------------------------------------------------------------------------
    Note: This is Main Style Scss File.
-----------------------------------------------------------------------------------
	CSS INDEX
	===================
  

-----------------------------------------------------------------------------------*/
/*=======01  COMMON CSS  =======*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
	font-family: 'Poppins', sans-serif;
	src: url("../fonts/Poppins.eot");
	src: url("../fonts/Poppins.eot") format("embedded-opentype"), url("../fonts/Poppins.woff2") format("woff2"), url("../fonts/Poppins.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins.svg#Poppins") format("svg");
}
@font-face {
	font-family: "Inter", sans-serif;
	src: url("../fonts/Inter.ttf");
	src: url("../fonts/Inter.eot") format("embedded-opentype"), url("../fonts/Inter.woff2") format("woff2"), url("../fonts/Inter.woff") format("woff"), url("../fonts/Inter.ttf") format("truetype"), url("../fonts/Inter.svg#Poppins") format("svg");
}

.inter {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
/*==================== Poppins */
/* --Thin */
@font-face {
	font-family: 'Poppins', sans-serif;
	src: url("../fonts/Poppins-Thin.ttf");
	font-weight: thin;
	font-style: normal;
}

/* --Light */
@font-face {
	font-family: 'Poppins', sans-serif;
	src: url("../fonts/Poppins-Light.ttf");
	font-weight: lighter;
	font-style: normal;
}

/* --Regular */
@font-face {
	font-family: 'Poppins', sans-serif;
	src: url("../fonts/Poppins-Regular.ttf");
	font-weight: normal;
	font-style: normal;
}

/* --Medium */
@font-face {
	font-family: 'Poppins', sans-serif;
	src: url("../fonts/Poppins-Medium.ttf");
	font-weight: medium;
	font-style: normal;
}

/* --Bold */
@font-face {
	font-family: 'Poppins', sans-serif;
	src: url("../fonts/Poppins-Bold.ttf");
	font-weight: bold;
	font-style: normal;
}

/* --Bold */
@font-face {
	font-family: "Comic Sans MS", cursive, sans-serif;
	src: url("../fonts/ComicSansMS3.ttf");
	font-weight: normal;
	font-style: normal;
}
/* ================================================== */

/* --Extra Thin */
@font-face {
	font-family: "Inter", sans-serif;
	src: url("../fonts/Inter-ExtraLight.ttf");
	font-weight:lighter;
	font-style: normal;
}

/* --Thin */
@font-face {
	font-family: "Inter", sans-serif;
	src: url("../fonts/Inter-Thin.ttf");
	font-weight:thin;
	font-style: normal;
}

/* --Light */
@font-face {
	font-family: "Inter", sans-serif;
	src: url("../fonts/Inter-Light.ttf");
	font-weight: lighter;
	font-style: normal;
}

/* --Regular */
@font-face {
	font-family: "Inter", sans-serif;
	src: url("../fonts/Inter-Regular.ttf");
	font-weight: normal;
	font-style: normal;
}

/* --Medium */
@font-face {
	font-family: "Inter", sans-serif;
	src: url("../fonts/Inter-Medium.ttf");
	font-weight: medium;
	font-style: normal;
}

/* --Bold */
@font-face {
	font-family: "Inter", sans-serif;
	src: url("../fonts/Inter-Bold.ttf");
	font-weight: bold;
	font-style: normal;
}

/* --Extra Bold */
@font-face {
	font-family: "Inter", sans-serif;
	src: url("../fonts/Inter-ExtraBold.ttf");
	font-weight: bolder;
	font-style: normal;
}

/* ============Generic code  */

body {
	font-weight: 400;
	font-style: normal;
	overflow-x: hidden;
	font-size: 15px;
	line-height: 1.5;
	font-family: "Inter", sans-serif;
	color: #616161;
	overflow-x: hidden;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:focus,
.slick-initialized .slick-slide:focus,
input:focus,
textarea:focus,
select:focus,
button:focus {
	text-decoration: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

::-webkit-scrollbar {
	background-color: #ccc;
	width: 8px;
	height: 4px;
}

::-webkit-scrollbar-thumb {

	background: transparent linear-gradient(121deg, #001d7a 0%, #2952da 100%) 0% 0% no-repeat padding-box;

}

.slick-slide img {
	display: inline-block;
}

a:focus,
a:hover {
	text-decoration: none;
}

i,
span,
a {
	display: inline-block;
	font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	color: #002249;
	font-family: "Inter", sans-serif;
}

ul,
ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "Inter", sans-serif;
}

p {
	margin: 0px;
	font-family: 'Poppins', sans-serif;
}



a {
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	font-family: "Inter", sans-serif;
	color: #F26630;
	text-decoration: none;
}

/*======= Input Styles =======*/
input,
textarea,
select {
	width: 100%;
	height: 40px;
	background-color: #fff;
	color: #686767;
	font-size: 16px;
	border: none;
	font-family: "Inter", sans-serif;
}

textarea {
	display: inherit;
	font-family: "Inter", sans-serif;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

::-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

::placeholder {
	color: inherit;
	opacity: 1;
}

input[type=search]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	display: none;
}

input[type=checkbox],
input[type=radio] {
	height: auto;
	width: auto;
}

.input-group {
	position: absolute;
	border-radius: 13px !important;
}

.input-group input,
.input-group textarea,
.input-group select {
	padding-right: 40px;
}

.input-group .icon {
	position: absolute;
	right: 30px;
	z-index: 2;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #81a3bb;
	line-height: 1;
}

.input-group.textarea-group .icon {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	top: 20px;
}

/*======= Common Class =======*/
@media (min-width: 1400px) {
	.container-1470 {
		max-width: 1470px;
	}
}

@media (min-width: 1200px) {
	.header-full-width .container-fluid {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.section-gap {
	padding-top: 100px;
	padding-bottom: 100px;
}

.section-gap-top {
	padding-top: 100px;
}

.section-gap-bottom {
	padding-bottom: 100px;
}

@media(max-width:1200px) {
	.section-gap {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.section-gap-top {
		padding-top: 90px;
	}

	.section-gap-bottom {
		padding-bottom: 90px;
	}
}

@media(max-width:991px) {
	.section-gap {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.section-gap-top {
		padding-top: 80px;
	}

	.section-gap-bottom {
		padding-bottom: 80px;
	}
}

@media(max-width:767px) {
	.section-gap {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.section-gap-top {
		padding-top: 70px;
	}

	.section-gap-bottom {
		padding-bottom: 70px;
	}
}

@media(max-width:525px) {
	.section-gap {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.section-gap-top {
		padding-top: 50px;
	}

	.section-gap-bottom {
		padding-bottom: 50px;
	}
}




.section-title .title-tag {
	color: #F26630;
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 5px;
	z-index: 1;
	position: relative;
	letter-spacing: 2px;
}


/*======= Preloader =======*/
div#preloader {
	margin: auto;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 9999999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

div#preloader .preloader-container {
	position: absolute;
	display: -ms-grid;
	display: grid;
	width: 100%;
	height: 100%;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

div#preloader .loader-cubes {

	width: 100%;
	height: 100%;
	position: relative;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-animation: scale 4s infinite linear;
	animation: scale 4s infinite linear;
}

div#preloader .loader-text p,
div#preloader .loader-text h4 {
	color: #686767;
}

div#preloader .loader-text p {
	font-size: 16px;
	font-size: normal;
}

div#preloader .loader-text h4 {
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
}




/*=======  Animations  =======*/
@-webkit-keyframes sticky {
	0% {
		top: -200px;
	}

	100% {
		top: 0;
	}
}

@keyframes sticky {
	0% {
		top: -200px;
	}

	100% {
		top: 0;
	}
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes sk-foldCubeAngle {

	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}

	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0);
		transform: perspective(140px) rotateX(0);
		opacity: 1;
	}

	100%,
	90% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

@keyframes sk-foldCubeAngle {

	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}

	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0);
		transform: perspective(140px) rotateX(0);
		opacity: 1;
	}

	100%,
	90% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

@-webkit-keyframes pulseBtnBefore {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes pulseBtnBefore {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

@-webkit-keyframes pulseBtnAfter {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0;
	}
}

@keyframes pulseBtnAfter {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0;
	}
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotateTwo {
	0% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes rotateTwo {
	0% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}

@keyframes scale {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}

/*=======02 Header=======*/

.header-topbar {
	border-bottom: 2px solid #ebebeb;
	padding: 15px 0;
}

.header-topbar .contact-info li {
	display: inline-block;
}

.header-topbar .contact-info li:not(:last-child) {
	margin-right: 30px;
}

.header-topbar .contact-info li a {
	color: #616161;
	font-size: 14px;
}

.header-topbar .contact-info li i {
	margin-right: 5px;
	color: #F26630;
}


.header-navigation .primary-menu li {
	display: inline-block;
	position: relative;
}

.header-navigation .primary-menu li .dd-trigger {
	font-size: 12px;
	font-weight: 500;
	color: #b1b1b1;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 1;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}


.header-navigation .primary-menu li a {
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	padding: 12px 25px;
	color: #000000;
	font-family: "Inter", sans-serif;
	margin: 0 0;
}


.header-navigation .primary-menu li .submenu li a {
	font-size: 16px;
	font-weight: normal;
}


.header-navigation .primary-menu li .submenu li {
	position: relative;
	width: 100%;
}

.header-navigation .primary-menu li .submenu li a {
	position: relative;
	width: 100%;
}

/* -----------------Double arrow for nav-bar----------------*/


.header-navigation .primary-menu li .submenu li.current a::before,
.header-navigation .primary-menu li .submenu li:hover a::before {
	opacity: 1;
	left: 1px;
	font-size: 20px;
}

@media(max-width:991px) {
	.header-navigation .primary-menu li .submenu li a::before {
		left: 0;
		font-size: 16px;
		font-weight: 500;
	}

	.header-navigation .primary-menu li .submenu li.current a::before,
	.header-navigation .primary-menu li .submenu li:hover a::before {
		opacity: 1;
		left: -10px;
		font-size: 16px;
	}
}


.header-navigation .primary-menu li .submenu {
	position: absolute;
	left: 0px;
	top: 110%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	/* background-color: #fff; */
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	z-index: 99;
	height: auto;
	opacity: 0;
	visibility: hidden;
	padding-top: 15px;
}

@media(min-width:992px) {
	.dd-trigger {
		display: none;
	}
}

.header-navigation .primary-menu li .submenu.submenu-2 {
	left: 0;
	width: 200px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 12px;
	padding: 21px 17px;
}

.header-navigation .primary-menu li .submenu li {
	line-height: 1;
	padding: 4px 0px;
	margin: 0;
	display: block;
	margin-top: 1px;
	padding-left: 10px;
}

@media all and (min-width:992px) {

	.header-navigation .primary-menu li .submenu li.active a,
	.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li .submenu li.active a {
		color: #001D7A;
		font-weight: 600;
	}
}

.header-navigation .primary-menu li .submenu .dropdown-title {
	color: #303030;
	font-size: 20px;
	line-height: 30px;
	padding: 10px 20px;
}

.header-navigation .primary-menu li .submenu .sub-submenu li.drop-element i,
.header-navigation .primary-menu li .submenu.submenu-2 li.drop-element i {
	display: none;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.header-navigation .primary-menu li .submenu .sub-submenu li.drop-element:hover i,
.header-navigation .primary-menu li .submenu.submenu-2 li.drop-element:hover i {
	display: inline-block;
}



.header-navigation .primary-menu li .submenu .sub-submenu li.drop-element::before {
	position: absolute;
	content: "";
	z-index: 100;
	left: 0;
	width: 50px;
	height: 50px;
	background-color: #001D7A;
}

.header-navigation .primary-menu li .submenu li:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.header-navigation .primary-menu li .submenu h4.dropdown-title {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}



.header-navigation .primary-menu li .submenu li a {
	padding: 8px 15px;
	font-size: 15px;
	display: block;
	margin: 0;
	line-height: 18px;
	-webkit-transition: margin-left 0.3s linear;
	-o-transition: margin-left 0.3s linear;
	transition: margin-left 0.3s linear;
}


.header-navigation .primary-menu li .submenu li .dd-trigger {
	right: 20px;
}

.header-navigation .primary-menu li .submenu li a:hover~.dd-trigger {
	color: #000000;
}

.header-navigation .primary-menu li .submenu li .submenu {
	left: 100%;
	top: 20%;
}

.header-navigation .primary-menu li .submenu li:hover>.submenu {
	top: 0;
}

.header-navigation .primary-menu li:hover>.submenu {
	visibility: visible;
	top: 100%;
	opacity: 1;
}

.header-navigation .primary-menu li.current>a,
.header-navigation .primary-menu li.current li.current a,
.header-navigation .primary-menu li.current>.dd-trigger,
.header-navigation .primary-menu li a:hover,
.header-navigation .primary-menu li a:hover~.dd-trigger {
	color: #001D7A;
}


.header-navigation .primary-menu li.current>a {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

@media all and (min-width:992px) {

	.header-navigation .primary-menu>li>a::after {
		content: "";
		position: absolute;

		-webkit-transform-origin: right center;
		-ms-transform-origin: right center;
		transform-origin: right center;
		-webkit-transition: width 0.4s linear;
		-o-transition: width 0.4s linear;
		transition: width 0.4s linear;

		width: 10px;
		/* Try 10px instead of 9px */
		height: 10px;
		border-radius: 50%;
		bottom: -5px;
		left: 50%;
		background: #001D7A;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		display: block;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
		line-height: normal;
		opacity: 0;
		-webkit-transition: all 0.8s cubic-bezier(0.52, 1.64, 0.37, 0.66) 0s;
		-o-transition: all 0.8s cubic-bezier(0.52, 1.64, 0.37, 0.66) 0s;
		transition: all 0.8s cubic-bezier(0.52, 1.64, 0.37, 0.66) 0s;


	}


	.header-navigation .primary-menu li:hover a::after {
		opacity: 1;
		-webkit-transition: all 0.8s cubic-bezier(0.52, 1.64, 0.37, 0.66) 0s;
		-o-transition: all 0.8s cubic-bezier(0.52, 1.64, 0.37, 0.66) 0s;
		transition: all 0.8s cubic-bezier(0.52, 1.64, 0.37, 0.66) 0s;
	}

	.header-navigation .primary-menu li a.contact-btn::after {
		display: none;
	}
}

@media all and (min-width:992px) {
	.header-navigation .primary-menu li.current>a::after {
		position: absolute;
		content: "";
		width: 10px;
		height: 10px;
		border-radius: 50%;
		bottom: -5px;
		left: 50%;
		background: #001D7A;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		display: block;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
		line-height: normal;
		opacity: 1;
		visibility: visible;
	}

	.header-navigation .primary-menu li.current .submenu li.current>a::after {
		display: none;
	}

	.header-navigation .primary-menu li.current .submenu li.current>i {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 5px;
		color: #001D7A;
	}

	.header-navigation .primary-menu li.current>a,
	.header-navigation .primary-menu li.current li.current a,
	.header-navigation .primary-menu li.current>.dd-trigger {
		font-weight: 600;
	}
}

@media all and (max-width:991px) {
	.header-navigation .primary-menu li.current .submenu li.current>i {
		display: none;
	}
}

.header-navigation .primary-menu li a.active:hover,
.header-navigation .primary-menu li a.active:hover~.dd-trigger {
	color: #FFFFFF;
}

@media (max-width: 991px) {

	.header-navigation .primary-menu li.current>a,
	.header-navigation .primary-menu li.current>.dd-trigger,
	.header-navigation .primary-menu li a:hover,
	.header-navigation .primary-menu li a:hover~.dd-trigger {
		color: #fff;
	}
}

@media (max-width: 560px) {
	.header-navigation .site-logo {
		max-width: 150px;
	}
}

.header-navigation .site-logo .sticky-logo {
	display: none;
}


.header-navigation .cart-icon,
.header-navigation .search-icon {
	font-size: 18px;
	color: #555;
	margin-right: 30px;
}

@media (max-width: 1199px) {

	.header-navigation .cart-icon,
	.header-navigation .search-icon {
		margin-right: 20px;
	}
}

.header-navigation .cart-icon:hover,
.header-navigation .search-icon:hover {
	color: #F26630;
}

.header-navigation .search-widget .search-form {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	background-color: rgba(35, 35, 35, 0.9);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	will-change: transform, opacity;
	height: 0;
	z-index: -1;
	opacity: 0;
}

.header-navigation .search-widget .search-form .search-close {
	font-size: 30px;
	color: #fff;
	position: absolute;
	right: 50px;
	top: 50px;
	line-height: 1;
}

.header-navigation .search-widget .search-form form {
	width: 50%;
}

.header-navigation .search-widget .search-form input {
	background-color: transparent;
	font-size: 20px;
	color: #fff;
	border-bottom: 2px solid rgba(255, 255, 255, 0.6);
	padding: 0 30px;
}

.header-navigation .search-widget .search-form.opened {
	height: 100vh;
	opacity: 1;
	z-index: 99;
}

.header-navigation .offcanvas-icon,
.header-navigation .nav-toggler {
	position: relative;
	width: 33px;
	height: 33px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
	cursor: pointer;
}

.header-navigation .nav-toggler {
	border: 2px solid #001D7A;
	padding: 3px;
}

.header-navigation .offcanvas-icon span,
.header-navigation .nav-toggler span {
	background-color: #001D7A;
	height: 3px;
	width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	position: relative;
}

.header-navigation .nav-toggler {
	display: none;
}

.header-navigation .nav-toggler.menu-opened span:nth-child(1) {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	top: 8px;
}

.header-navigation .nav-toggler.menu-opened span:nth-child(2) {
	opacity: 0;
}

.header-navigation .nav-toggler.menu-opened span:nth-child(3) {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	top: -8px;
}

.header-navigation .nav-close {
	display: none;
	font-size: 20px;
	color: #fff;
	position: absolute;
	right: 20px;
	top: 20px;
	line-height: 1;
}

.header-navigation .navbar-btn {
	margin-left: 40px;
}

@media (max-width: 1199px) {
	.header-navigation .navbar-btn {
		margin-left: 30px;
	}
}

@media (max-width: 767px) {
	.header-navigation .navbar-btn {
		margin-left: 20px;
	}
}

@media (max-width: 575px) {
	.header-navigation .navbar-btn {
		display: none;
	}
}

.header-navigation .navbar-btn {
	display: block;
	overflow: hidden;
	width: 130px;
}

.header-navigation .navbar-btn a {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	border-radius: 5px;
	padding: 6px 12px;
	background: transparent -o-linear-gradient(300deg, #F67C4D 0%, #FC4600 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(150deg, #F67C4D 0%, #FC4600 100%) 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 10px;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.header-navigation .navbar-btn a i {
	font-size: 14px;
	font-weight: 600;
	margin-left: -6px;
	position: relative;
	top: 2px;
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
	-webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s linear 0.3s, margin-left 0.3s linear;
	-o-transition: opacity 0.3s ease-in-out, visibility 0.3s linear 0.3s, margin-left 0.3s linear;
	transition: opacity 0.3s ease-in-out, visibility 0.3s linear 0.3s, margin-left 0.3s linear;
}

.header-navigation .navbar-btn a:hover i {
	position: relative;
	margin-left: 6px;
	opacity: 1;
	visibility: visible;
}

@media (max-width: 1199px) {
	.header-navigation .navbar-btn a i {
		margin-left: 5px;
	}
}

.header-navigation .navbar-btn a:hover {
	background-color: transparent;
	color: #F26630;
}

.header-one {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	left: 0%;
	z-index: 999;
	/* background: #000000 0% 0% no-repeat padding-box; */
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 2px 4px #00000029;
	box-shadow: 0px 2px 4px #00000029;
	border-radius: 0px;
	padding: 20px 0px;
}

@media all and (max-width:991px) {
	.header-one {
		border-radius: 10px;
	}
}

/* .primary-menu li .submenu li{
	display: block;
  } */

@media all and (min-width:992px) {
	.primary-menu li .submenu li {
		display: block;
		opacity: 0;
		-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
		background: #FFFFFF 0% 0% no-repeat padding-box;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
	}

	.primary-menu li:hover .submenu li.dropdown_item-1 {
		-webkit-transform-origin: top center;
		-ms-transform-origin: top center;
		transform-origin: top center;
		-webkit-animation: rotateX 400ms 50ms ease-in-out forwards;
		animation: rotateX 400ms 50ms ease-in-out forwards;
	}

	.primary-menu li:hover .submenu li.dropdown_item-2 {
		-webkit-transform-origin: top center;
		-ms-transform-origin: top center;
		transform-origin: top center;
		-webkit-animation: rotateX 400ms 100ms ease-in-out forwards;
		animation: rotateX 400ms 100ms ease-in-out forwards;
	}

	.primary-menu li:hover .submenu li.dropdown_item-3 {
		-webkit-transform-origin: top center;
		-ms-transform-origin: top center;
		transform-origin: top center;
		-webkit-animation: rotateX 400ms 150ms ease-in-out forwards;
		animation: rotateX 400ms 150ms ease-in-out forwards;
	}

	.primary-menu li:hover .submenu li.dropdown_item-4 {
		-webkit-transform-origin: top center;
		-ms-transform-origin: top center;
		transform-origin: top center;
		-webkit-animation: rotateX 400ms 200ms ease-in-out forwards;
		animation: rotateX 400ms 200ms ease-in-out forwards;
	}

	.primary-menu li:hover .submenu li.dropdown_item-5 {
		-webkit-transform-origin: top center;
		-ms-transform-origin: top center;
		transform-origin: top center;
		-webkit-animation: rotateX 400ms 250ms ease-in-out forwards;
		animation: rotateX 400ms 250ms ease-in-out forwards;
	}

	.primary-menu li:hover .submenu li.dropdown_item-6 {
		-webkit-transform-origin: top center;
		-ms-transform-origin: top center;
		transform-origin: top center;
		-webkit-animation: rotateX 400ms 300ms ease-in-out forwards;
		animation: rotateX 400ms 300ms ease-in-out forwards;
	}

	.primary-menu li:hover .submenu li.dropdown_item-7 {
		-webkit-transform-origin: top center;
		-ms-transform-origin: top center;
		transform-origin: top center;
		-webkit-animation: rotateX 400ms 350ms ease-in-out forwards;
		animation: rotateX 400ms 350ms ease-in-out forwards;
	}

	.primary-menu li:hover .submenu li.dropdown_item-8 {
		-webkit-transform-origin: top center;
		-ms-transform-origin: top center;
		transform-origin: top center;
		-webkit-animation: rotateX 400ms 400ms ease-in-out forwards;
		animation: rotateX 400ms 400ms ease-in-out forwards;
	}

	.primary-menu li:hover .submenu li.dropdown_item-9 {
		-webkit-transform-origin: top center;
		-ms-transform-origin: top center;
		transform-origin: top center;
		-webkit-animation: rotateX 400ms 450ms ease-in-out forwards;
		animation: rotateX 400ms 450ms ease-in-out forwards;
	}

	.primary-menu li:hover .submenu li.dropdown_item-10 {
		-webkit-transform-origin: top center;
		-ms-transform-origin: top center;
		transform-origin: top center;
		-webkit-animation: rotateX 400ms 500ms ease-in-out forwards;
		animation: rotateX 400ms 500ms ease-in-out forwards;
	}
}


@-webkit-keyframes rotateX {
	0% {
		opacity: 0;
		-webkit-transform: rotateX(-90deg);
		transform: rotateX(-90deg);
	}

	50% {
		-webkit-transform: rotateX(-20deg);
		transform: rotateX(-20deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}
}

@keyframes rotateX {
	0% {
		opacity: 0;
		-webkit-transform: rotateX(-90deg);
		transform: rotateX(-90deg);
	}

	50% {
		-webkit-transform: rotateX(-20deg);
		transform: rotateX(-20deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}
}

.header-two {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}


.sticky-header.sticky-on {
	position: fixed;
	top: 0px;
	width: 100%;
	left: 0%;
	z-index: 999;
	-webkit-animation: sticky 1.2s linear;
	animation: sticky 1.2s linear;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 6px 12px #00000029;
	box-shadow: 0px 6px 12px #00000029;
	border-radius: 0px;
	/* background-color: #fff; */
	/* -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04); */
	/* box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04); */
}

@media all and (max-width:991px) {
	.sticky-header.sticky-on {
		width: 100%;
		left: 0%;
		border-radius: 0px;

	}
}

.sticky-header .header-navigation {
	position: relative;
	z-index: 999;
	/* padding:8px 15px; */
	/* background: #FFFFFF 0% 0% no-repeat padding-box; */
}

.sticky-header .header-navigation::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0%;
	height: 100%;
	width: 100%;
	/* background: #FFFFFF 0% 0% no-repeat padding-box; */
	z-index: -1;
}

@media all and (max-width:767px) {
	.sticky-header.sticky-on {
		top: 0px;
	}

	.header-one {
		padding: 0px;
	}
}

.sticky-header.sticky-on .header-navigation .sticky-logo {
	display: block;
}



.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li a,
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li .dd-trigger {
	color: #000000;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li.current>a,
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li.current li.current a,
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li.current>.dd-trigger,
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li a:hover,
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li a:hover~.dd-trigger {
	color: #001D7A;
}

.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li a.active,
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li a.active~.dd-trigger .sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li a.active:hover,
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li a.active:hover~.dd-trigger {
	color: #000000;
}

.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li .submenu li a:hover {
	color: #001D7A;
}



.header-navigation.breakpoint-on {
	padding: 0px 0 0px 0;
}

.header-navigation.breakpoint-on .nav-toggler {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header-navigation.breakpoint-on .site-nav-menu {
	position: fixed;
	top: 0;
	height: 100vh;
	width: 300px;
	padding: 50px 25px;
	background: #001D7A 0% 0% no-repeat padding-box;
	z-index: 999;
	overflow-x: hidden;
	overflow-y: scroll;
	left: -300px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

@media all and (max-width:991px) {
	.header-navigation.breakpoint-on .site-nav-menu {
		padding: 30px 25px;
	}
}

.header-navigation.breakpoint-on .site-nav-menu .nav-close {
	display: block;
}

.header-navigation.breakpoint-on .site-nav-menu::-webkit-scrollbar {
	/* background: transparent linear-gradient(150deg, #71cbff 0%, #046ab0 100%) 0% 0% no-repeat padding-box; */
	background: #0CA640 0% 0% no-repeat padding-box;
}

.header-navigation.breakpoint-on .site-nav-menu.menu-opened {
	left: 0;
	visibility: visible;
	opacity: 1;
}

.header-navigation.breakpoint-on .site-nav-menu::-webkit-scrollbar {
	width: 5px;
}

.header-navigation.breakpoint-on .site-nav-menu .primary-menu li {
	margin: 0;
	padding: 0;
	display: block;
}

.header-navigation.breakpoint-on .site-nav-menu .primary-menu li a {
	color: #fff;
	display: block;
	padding: 15px 25px 15px 0;
	font-size: 18px;
	line-height: 1;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media all and (max-width:767px) {
	.header-navigation.breakpoint-on .site-nav-menu .primary-menu li a {
		font-size: 16px;
	}
}

.header-navigation.breakpoint-on .site-nav-menu .primary-menu li .dd-trigger {
	display: block;
	top: 0;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	right: 0 !important;
	height: 45px;
	width: 45px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	line-height: 45px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.header-navigation.breakpoint-on .site-nav-menu .primary-menu li .dd-trigger i {
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.header-navigation.breakpoint-on .site-nav-menu .primary-menu li .submenu {
	padding-left: 15px;
	-webkit-transition: 0;
	-o-transition: 0;
	transition: 0;
	border: none;
}

.header-navigation.breakpoint-on .site-nav-menu .primary-menu li .submenu a {
	color: #ffff !important;
	display: block;
	padding: 15px 5px 15px 0;
	line-height: 1.2;
}

.header-navigation.breakpoint-on .site-nav-menu .primary-menu li .submenu a:hover {
	background-color: transparent !important;
}

.header-navigation.breakpoint-on .site-nav-menu .primary-menu li .submenu,
.header-navigation.breakpoint-on .site-nav-menu .primary-menu li li .submenu {
	position: unset;
	top: 0;
	width: 100%;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	visibility: visible;
	opacity: 1;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: none;
}

.header-navigation.breakpoint-on .site-nav-menu .primary-menu li a.active::before,
.header-navigation.breakpoint-on .site-nav-menu .primary-menu li .submenu li.current a::before {
	position: absolute;
	left: -25px;
	top: 2px;
	bottom: 2px;
	width: 2px;
	background-color: #fff;
	content: "";
}




@media all and (min-width:992px) {

	.contact-btn {
		/* margin-left: 20px; */
		margin: 0px 25px !important;
		color: #FFFFFF !important;
		border: 1px solid #001D7A;
		background: #001D7A 0% 0% no-repeat padding-box;
		-webkit-box-shadow: 0px 4px 8px #0000001F;
		box-shadow: 0px 4px 8px #0000001F;
		-webkit-transition: color 0.4s linear, background 0.4s linear, border 0.4s linear;
		-o-transition: color 0.4s linear, background 0.4s linear, border 0.4s linear;
		transition: color 0.4s linear, background 0.4s linear, border 0.4s linear;
	}

	.contact-btn:hover,
	.contact-btn.active {
		background: #FFFFFF 0% 0% no-repeat padding-box;
		color: #001D7A !important;
		border: 1px solid #001D7A;
		padding: 12px 25px !important;
		/* padding: */
	}


	.header-logo {
		padding: 0px 0px 0px 0px;
	}


}

@media all and (max-width:767px) {
	.header-one {
		width: 98%;
		left: 1%;
		border-radius: 0px;
		top: 20px;
	}

	.sticky-header.sticky-on {
		width: 100%;
		left: 0%;
		border-radius: 0px;
	}
}

/*=== Back to top css =======*/
.back-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	display: none;
	z-index: 999999;
}

@media(min-width:768px) {
	.back-to-top {
		right: 20px;
		bottom: 100px;
	}
}

@media(max-width:768px) {
	.back-to-top {
		right: 10px;
		bottom: 90px;
	}
}

.back-to-top a {
	color: #fff;
	background: transparent -o-linear-gradient(329deg, #000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(121deg, #000000 0%, #000000 100%) 0% 0% no-repeat padding-box;

	height: 40px;
	width: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	opacity: 0.8;
}

.back-to-top:hover a {
	opacity: 1;
}


/* ========08 footer section=========== */



/* ------------general--------------- */
p {

	font-style: normal;
	font-stretch: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 25px;
	color: #464545;
}

.jccb1200 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media all and (min-width:1200px) {
	.jccb1200 {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}



/* ==========banner section=========== */

.banner-section {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 2;
	padding-top: 160px;
	padding-bottom: 0px;
}


@media all and (max-width:1199px) {
	.banner-section {
		padding-top: 175px;
	}
}




/* =================contact form================== */
.contact-section {
	position: relative;
}


.conform-tb {
	position: relative;
	margin-bottom: 20px;
}

.conform-block {

	position: relative;
	padding: 50px 35px;
	margin-top: 30px;
	border-radius: 5px;
	border: 0.5px solid #707070;
	border-radius: 4px;
}

@media all and (max-width:767px) {
	.conform-block {
		padding: 40px 30px;
	}
}



.cform-field input,
.cform-field textarea {
	position: relative;
	border: 0.5px solid #707070 !important;
	border-radius: 4px !important;
	padding: 15px !important;
	margin-bottom: 20px;
	height: 65px;
	font-size: 16px;
	color: #000000;
	font-weight: 600;

}

.cform-field textarea {
	height: 125px;
}

.submit {
	position: relative;
	margin-top: 40px;
	padding: 15px 37px;
	background: #001D7A 0% 0% no-repeat padding-box;
	box-shadow: 0px 21px 46px #0000001A;
	-webkit-box-shadow: 0px 21px 46px #0000001A;
	box-shadow: 0px 21px 46px #0000001A;
	border: none;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 600;
	border-radius: 4px;
}

.form-message {
	height: 100%;

}

.form-message {
	margin-bottom: 10px;
}


.form-message.success,
.form-message.error {
	margin-top: 30px;
}

.form-message.error {
	color: red;
}

.form-message.success {
	color: #f48826;
}

.footer-bottom p a:hover {
	color: #F7703C;
}



/* 1.9 Stay connected section */
.stayconnect-icons-footer {
	position: relative;
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	margin-bottom: 30px;
	gap: 30px;
}

.stayconnect-icons {
	position: relative;
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	justify-content: center;
	-ms-flex-pack: center;
	gap: 30px;
}

@media all and (max-width:767px) {
	.stayconnect-icons {
		gap: 25px;
	}
}

/*  */
.main-logo {
	max-width: 1625px;
	max-height: 63px;
}





/*---------------------Devices of particular size ----------------------- */


/* ---------for extra large-laptop  from 1200px--------- */
@media all and (min-width:1200px) {}

/* ---------for extra large-laptop from 1400px---------- */
@media all and (min-width:1400px) {}

/* ---------for large-laptop between 1200px and 1400px---------- */
@media all and (min-width:1200px) and (max-width:1400px) {}

/* ---------for small laptop between 992px and 1200px --------- */
@media all and (min-width:992px) and (max-width:1200px) {}


/* ----------for tablet between 768px and 992px-------------- */
@media all and (min-width:768px) and (max-width:992px) {}

@media all and (min-width:575px) and (max-width:768px) {}

/* ---------between mobile and laptop----------- */
@media all and (min-width:425px) and (max-width:768px) {}

/* ----------for mobile phones-------------- */
@media(max-width:425px) {}





/* =========== Common media queries======== */

/* Media Query: Large Screens */
@media(max-width:1200px) {}

/* Media Query: Medium Screens */
@media(max-width:991px) {}

/* Media Query: Small Screens */
@media(max-width:767px) {}

/* Media Query: Extra Small Screens */
@media(max-width:524px) {}

/* Media Query: Tiny Screens */
@media(max-width:425px) {}




/* Generic image centralising and contetn centralizing css */
.jcc,
.acc {
	position: relative;
	width: 100%;
	display: -ms-grid;
	display: grid;
}

.jcc {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.jsc {
	-ms-grid-column-align: center;
	justify-self: center;
}

.jic {
	justify-items: center;
}

.acc {
	-ms-flex-line-pack: center;
	align-content: center;
}

.aic {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.asc {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}



/* 
==============================================================================================
	01. Home page
===============================================================================================
*/

/* 1.1 Home page hero section */


/* 
.home-banner .hero-img {
	position: relative;
	opacity: 0;
	-webkit-animation: heroBounceInUp 1s linear 1s normal forwards;
	animation: heroBounceInUp 1s linear 1s normal forwards;
} */

@-webkit-keyframes heroBounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
		transform: translateY(100px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
		visibility: hidden;

	}

	80% {
		opacity: 0.8;
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
		visibility: visible;
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		visibility: visible;
	}
}

@keyframes heroBounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
		-ms-transform: translateY(100px);
		transform: translateY(100px)
	}

	60% {
		opacity: 0.5;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px);
		visibility: hidden;
	}

	80% {
		opacity: 0.8;
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		transform: translateY(10px);
		visibility: visible;
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
		visibility: visible;
	}
}

@media all and (min-width:768px) {

	@-webkit-keyframes heroBounceInUp {
		0% {
			opacity: 0;
			-webkit-transform: translateY(100px);
			transform: translateY(100px)
		}

		60% {
			opacity: 1;
			-webkit-transform: translateY(30px);
			transform: translateY(30px);
			visibility: hidden;

		}

		80% {
			opacity: 0.8;
			-webkit-transform: translateY(20px);
			transform: translateY(20px);
			visibility: visible;
		}

		100% {
			opacity: 1;
			-webkit-transform: translateY(10px);
			transform: translateY(10px);
			visibility: visible;
		}
	}

	@keyframes heroBounceInUp {
		0% {
			opacity: 0;
			-webkit-transform: translateY(100px);
			-ms-transform: translateY(100px);
			transform: translateY(100px)
		}

		60% {
			opacity: 0.5;
			-webkit-transform: translateY(30px);
			-ms-transform: translateY(30px);
			transform: translateY(30px);
			visibility: hidden;
		}

		80% {
			opacity: 0.8;
			-webkit-transform: translateY(20px);
			-ms-transform: translateY(20px);
			transform: translateY(20px);
			visibility: visible;
		}

		100% {
			opacity: 1;
			-webkit-transform: translateY(10px);
			-ms-transform: translateY(10px);
			transform: translateY(10px);
			visibility: visible;
		}
	}
}

@-webkit-keyframes moveIt {

	0%,
	100% {
		-webkit-transform: rotate(25deg);
		transform: rotate(25deg);
	}

	50% {
		-webkit-transform: rotate(-25deg);
		transform: rotate(-25deg);
	}
}

@keyframes moveIt {

	0%,
	100% {
		-webkit-transform: rotate(25deg);
		transform: rotate(25deg);
	}

	50% {
		-webkit-transform: rotate(-25deg);
		transform: rotate(-25deg);
	}
}

@-webkit-keyframes moveItReverse {

	0%,
	100% {
		-webkit-transform: rotate(-25deg);
		transform: rotate(-25deg);
	}

	50% {
		-webkit-transform: rotate(25deg);
		transform: rotate(25deg);
	}
}

@keyframes moveItReverse {

	0%,
	100% {
		-webkit-transform: rotate(-25deg);
		transform: rotate(-25deg);
	}

	50% {
		-webkit-transform: rotate(25deg);
		transform: rotate(25deg);
	}
}

.hero-ib {
	display: block;
	overflow: hidden;
}

.about-banner .hero-img,
.service-banner .hero-img,
.contact-banner .hero-img {
	opacity: 0;
	-webkit-animation: otherHeroBounceInUp 0.8s linear 0.5s normal forwards;
	animation: otherHeroBounceInUp 0.8ss linear 0.5s normal forwards;
}

@-webkit-keyframes otherHeroBounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
		transform: translateY(100px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
		visibility: hidden;

	}

	80% {
		opacity: 0.8;
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
		visibility: visible;
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		visibility: visible;
	}
}

@keyframes otherHeroBounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
		-ms-transform: translateY(100px);
		transform: translateY(100px)
	}

	60% {
		opacity: 0.5;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px);
		visibility: hidden;
	}

	80% {
		opacity: 0.8;
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		transform: translateY(10px);
		visibility: visible;
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
		visibility: visible;
	}
}


.home-banner .hero-cb,
.service-banner .hero-cb,
.about-banner .hero-cb,
.contact-banner .hero-cb {
	display: block;
	overflow: hidden;
}

.home-banner .hero-title,
.service-banner .hero-title,
.about-banner .hero-title,
.contact-banner .hero-title {
	opacity: 0;
	-webkit-animation: htBounceInLeft 0.8s linear 0.5s normal forwards;
	animation: htBounceInLeft 0.8s linear 0.5s normal forwards;
}

.home-banner .hero-cb p,
.service-banner .hero-cb p,
.about-banner .hero-cb p,
.contact-banner .hero-cb p {
	opacity: 0;
	-webkit-animation: htBounceInLeft 1s linear 0.8s normal forwards;
	animation: htBounceInLeft 1s linear 0.8s normal forwards;
}


@-webkit-keyframes htBounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-200px);
		transform: translateX(-200px)
	}

	60% {
		opacity: 0.6;
		-webkit-transform: translateX(30px);
		transform: translateX(30px)
	}

	80% {
		opacity: 0.8;
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes htBounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-200px);
		-ms-transform: translateX(-200px);
		transform: translateX(-200px)
	}

	60% {
		opacity: 0.6;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px)
	}

	80% {
		opacity: 0.8;
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}


/* ===home page begining=== */
/* -------------------------------------------------------- */


/* 
==============================================================================================
	01. Home page
===============================================================================================
*/


/* 1.1 Hero section  */
.banner-section {
	position: relative;
	width: 100%;
	height: 100%;

}


.banner-section .hero-banner {
	position: relative;
	width: 100%;
	height: 100%;
	display: -ms-grid;
	display: grid;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.banner-section.blog-banner .hero-banner {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}



/* 
==============================================================================================
	01. Home page
===============================================================================================
*/


/* 1.1 Hero section  */
.banner-section .hero-cb {
	position: relative;
}

.hero-img {
	position: relative;
}

.hero-bg-img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}

.hero-cbb {
	position: relative;
	padding: 9px 30px;
	margin: 0px 5px;
	margin-top: 15px;
	overflow: hidden;
}

.hero-cbb1 {
	color: #FFFFFF;
	-webkit-transition: color 0.4s linear;
	-o-transition: color 0.4s linear;
	transition: color 0.4s linear;
	/* background: #001D7A 0% 0% no-repeat padding-box; */
}

.hero-cbb1:hover {
	color: #001D7A;
}

.hero-cbb1::before {
	position: absolute;
	content: "";
	width: 200%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	background: -o-linear-gradient(left, #001D7A 50%, #D1D3D5 50%);
	background: -webkit-gradient(linear, left top, right top, color-stop(50%, #001D7A), color-stop(50%, #D1D3D5));
	background: linear-gradient(90deg, #001D7A 50%, #D1D3D5 50%);
	-webkit-transition: left 0.4s linear;
	-o-transition: left 0.4s linear;
	transition: left 0.4s linear;
}

.hero-cbb1:hover::before {
	left: -100%;
}

.hero-cbb2 {
	color: #000000;
	-webkit-transition: color 0.4s linear;
	-o-transition: color 0.4s linear;
	transition: color 0.4s linear;
	/* background: #D1D3D5 0% 0% no-repeat padding-box; */
}

.hero-cbb2:hover {
	color: #FFFFFF;
}

.hero-cbb2::before {
	position: absolute;
	content: "";
	width: 200%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: -1;
	background: -o-linear-gradient(left, #001D7A 50%, #D1D3D5 50%);
	background: -webkit-gradient(linear, left top, right top, color-stop(50%, #001D7A), color-stop(50%, #D1D3D5));
	background: linear-gradient(90deg, #001D7A 50%, #D1D3D5 50%);
	-webkit-transition: right 0.4s linear;
	-o-transition: right 0.4s linear;
	transition: right 0.4s linear;
}

.hero-cbb2:hover::before {
	right: -100%;
}

.hero-ibs {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	padding-top: 100px;
}

.hero-ibs::before {
	/* position: absolute;
	content:"";
	width: 571px;
	height: 237px; */
	content: "";
	position: absolute;
	width: 571px;
	bottom: 0;
	height: 237px;
	background: #d1d3d5;
	border-top-left-radius: 571px;
	border-top-right-radius: 571px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* @media all and (max-width:767px){
	.hero-ibs::before{
		width:320px;
	}
} */
.hero-img {
	position: relative;
	z-index: 2;
}

.hero-img-favicon {
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 1;
}

.hsrsc.rect-shape-container {
	position: absolute;
	width: 154px;
	height: 98px;
	padding: 10px 15px;
	border-radius: 11px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

}

.hsrsc.blue-container {
	background: #001D7A 0% 0% no-repeat padding-box;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.hsrsc.grey-container {
	background: #F0F1F1 0% 0% no-repeat padding-box;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.hsrsc.greytop-container {
	top: 50%;
	left: -100%;
}

.hsrsc.bluetop-container {
	top: 50%;
	right: -100%;
}

.hsrsc.bluebot-container {
	bottom: 0;
	left: -150%;
}

.hsrsc.greybot-container {
	bottom: 0;
	right: -150%;
}

.hsrsc .container-dots {
	position: relative;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	margin: 0px 4px;
}

.hsrsc.blue-container .greydots {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.hsrsc.grey-container .bluedots {
	background: #001D7A 0% 0% no-repeat padding-box;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}


.hsrsc.left-container {
	-webkit-box-pack: right;
	-ms-flex-pack: right;
	justify-content: right;
}

.hsrsc.right-container {
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
}

.banner-section:hover .hsrsc.blue-container {
	background: #F0F1F1 0% 0% no-repeat padding-box;
}

.banner-section:hover .hsrsc.grey-container {
	background: #001D7A 0% 0% no-repeat padding-box;
}

.banner-section:hover .hsrsc.grey-container .bluedots {
	background: #FFFFFF 0% 0% no-repeat padding-box;
}

.banner-section:hover .hsrsc.blue-container .greydots {
	background: #001D7A 0% 0% no-repeat padding-box;
}

/* 1.2 Our solutions section */
.osc-block {
	position: relative;
	padding: 50px 0px;
	margin-top: 100px;
	background: #F0F1F1 0% 0% no-repeat padding-box;
}

.oscb-cc {
	position: relative;
	min-height: 100%;
	margin-top: 20px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.oscb-card {
	position: relative;
	min-height: 100%;
	padding: 30px 20px 20px 20px;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;

}

.oscb-card:hover {
	position: relative;
	background: #FFFFFF 0% 0% no-repeat padding-box;
}

.oscbc-shape {
	position: relative;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #001D7A 0% 0% no-repeat padding-box;
}

.oscbc-shape::after {
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #D1D3D5 0% 0% no-repeat padding-box;
	left: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}

.oscbc-title {
	position: relative;
	margin: 10px 0px;
}

.rightarrow-up {
	position: absolute;
	left: 0%;
	bottom: 0%;
	-webkit-transform: translate(-50%, -20%);
	-ms-transform: translate(-50%, -20%);
	transform: translate(-50%, -20%);
}

.leftarrow-down {
	position: absolute;
	right: 0%;
	top: 0%;
	-webkit-transform: translate(50%, 20%);
	-ms-transform: translate(50%, 20%);
	transform: translate(50%, 20%);
}

.osc-block:hover .rightarrow-up {
	-webkit-transform: translate(-50%, -200%);
	-ms-transform: translate(-50%, -200%);
	transform: translate(-50%, -200%);
}

.osc-block:hover .leftarrow-down {
	-webkit-transform: translate(50%, 200%);
	-ms-transform: translate(50%, 200%);
	transform: translate(50%, 200%);
}

@media all and (min-width:992px) {
	.oscb-card {
		position: relative;
		max-width: 90%;
	}
}

@media all and (min-width:1200px) {
	.oscb-card {
		position: relative;
		max-width: 80%;
		min-height: 350px;
		/* padding-right: 100px; */
	}
}

@media all and (min-width:1400px) {
	.oscb-card {
		position: relative;
		max-width: 70%;

		/* padding-right: 175px; */
	}
}

@media all and (max-width:1200px) {

	.leftarrow-down,
	.rightarrow-up {
		display: none;
	}
}

/* 1.3 What set us apart section */
.wsua-ibc {
	position: relative;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.wsua-ibcs {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.wsuarsc.greytop-container {
	position: absolute;
	top: 0;
	right: 0;
	width: 154px;
	height: 98px;
	border-radius: 10px;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	background: #D1D3D5 0% 0% no-repeat padding-box;
	z-index: 1;
	padding: 10px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: right;
	-ms-flex-pack: right;
	justify-content: right;
	-webkit-transition: right 0.5s linear, -webkit-transform 0.5s linear;
	transition: right 0.5s linear, -webkit-transform 0.5s linear;
	-o-transition: right 0.5s linear, transform 0.5s linear;
	transition: right 0.5s linear, transform 0.5s linear;
	transition: right 0.5s linear, transform 0.5s linear, -webkit-transform 0.5s linear;

}

.wsuarsc.greytop-container .bluedots {
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #001D7A 0% 0% no-repeat padding-box;
	margin: 0px 4px;

}

.wsua-img {
	position: relative;
	z-index: 2;
}

.wsuarsc.bluebot-container {
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	width: 154px;
	height: 98px;
	border-radius: 10px;
	background: #001D7A 0% 0% no-repeat padding-box;
	z-index: 3;
	padding: 10px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	-webkit-transition: left 0.5s linear, -webkit-transform 0.5s linear;
	transition: left 0.5s linear, -webkit-transform 0.5s linear;
	-o-transition: left 0.5s linear, transform 0.5s linear;
	transition: left 0.5s linear, transform 0.5s linear;
	transition: left 0.5s linear, transform 0.5s linear, -webkit-transform 0.5s linear;
}


.wsuarsc.bluebot-container .whitedots {
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #D1D3D5 0% 0% no-repeat padding-box;
	margin: 0px 4px;

}

.wsua-section:hover .wsuarsc.greytop-container {
	right: 100%;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.wsua-section:hover .wsuarsc.bluebot-container {
	left: 100%;
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
}



.wsua-list {
	margin-top: 30px;
}

.wsua-list .wsual-item {
	position: relative;
	padding-left: 30px;
	margin-top: 10px;
}

.wsua-list .wsual-item::before {
	position: absolute;
	content: "";
	top: 5px;
	left: 0;
	background-image: url('/assets/img/home/bullet.png');
	width: 21px;
	height: 17px;
}

.wsual-item h3,
.wsual-item p {
	line-height: 1.5;
}

.wsual-item p {
	margin-top: 10px;
}

@media all and (min-width:992px) and (max-width:1200px) {
	.wsua-cb {
		padding-left: 50px;
	}
}

@media all and (max-width:991px) {
	.wsua-cbc {
		margin-top: 50px;
	}

	.wsuarsc.greytop-container,
	.wsuarsc.bluebot-container {
		width: 100px;
		height: 50px;
	}
}


/* 1.4 Call to action section */
.cta-section {
	position: relative;
}

@media all and (min-width:992px) {
	.cta-section {
		padding-top: 200px;
	}
}


.cta-card {
	position: relative;
	border-radius: 50px;
	background: #F0F1F1 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	box-shadow: 0px 3px 6px #00000029;
	padding: 57px 0px 55px 53px;
}

.ctac-ib {
	position: relative;
	height: 100%;
}

.ctac-img {
	position: absolute;
	bottom: -55px;
}

@media all and (max-width:991px) {
	.cta-card {
		padding: 30px 20px 0px 20px;
	}

	.ctac-ib {
		text-align: center;
	}

	.ctac-img {
		position: relative;
		bottom: 0px;
		margin: auto;
	}
}




/* 1.3 Why the right talent makes all the difference section */
.wrtmd-section {
	position: relative;
	width: 100%;
	height: 100%;
	background: #F0F0F0 0% 0% no-repeat padding-box;

}

/* ===================================
Services page 
=======================================*/

.spos-cbmc {
	position: relative;
	background: #F0F1F1 0% 0% no-repeat padding-box;
	padding: 65px 0px 120px 0px;
}

.tab-button-block {
	padding-bottom: 120px;
}

[data-tab-info] {
	display: none;
}

.active[data-tab-info] {
	display: block;
}

.tab-content {
	margin-top: 1rem;
	padding-left: 1rem;
	font-size: 20px;
	font-family: sans-serif;
	font-weight: bold;
	color: rgb(0, 0, 0);
}

.tabs {
	font-size: 25px;
	color: rgb(0, 0, 0);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	gap: 40px;

}

.tabs li {
	list-style: none;
}

.tabs li {
	position: relative;
	width: 137px;
	height: 100%;
	text-align: center;
	font-size: 52px;
	line-height: 78px;
	font-weight: 600;
	letter-spacing: 0px;
	font-family: Poppins;
	letter-spacing: 0px;
	color: #001D7A;
	z-index: 2;
}

.tabs li::before {
	position: absolute;
	content: "";
	height: 37px;
	width: 100%;
	left: 0;
	bottom: 0%;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	z-index: -1;
}

.tabs li:nth-of-type(2),
.tabs li:nth-of-type(5) {
	top: 25px;
}

.tabs li:nth-of-type(3),
.tabs li:nth-of-type(4) {
	top: 50px;
}

.tabs li:hover {
	cursor: pointer;
	color: black;
}

.tabs li span.arrow-img-container {
	position: absolute;
	content: "";
	height: 37px;
	width: 100%;
	left: 0;
	bottom: 0%;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	z-index: -1;
}

.tabs li.active span.arrow-img-container::before {
	position: absolute;
	content: "";
	width: 22px;
	height: 18px;
	top: 0;
	left: 0;
	background-image: url('/assets/img/services/tab-left-arrow.png');
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
}

.tabs li.active span.arrow-img-container::after {
	position: absolute;
	content: "";
	width: 22px;
	height: 18px;
	top: 0;
	right: 0;
	background-image: url('/assets/img/services/tab-right-arrow.png');
	-webkit-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}

.spos-ib {
	position: relative;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: right;
	-ms-flex-pack: right;
	justify-content: right;
	z-index: 3;
}

.spos-ibs {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.spos-ibs .white-dots {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate(-50%, -40%);
	-ms-transform: translate(-50%, -40%);
	transform: translate(-50%, -40%);
	z-index: 4;
}

.spos-ibs .spos-img {
	position: relative;
	z-index: 3;
}

.spos-ibs .blue-dots {
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-transform: translate(-50%, 75%);
	-ms-transform: translate(-50%, 75%);
	transform: translate(-50%, 75%);
	z-index: 2;
}

@media all and (min-width:1200px) {
	.spos-cbc {
		position: relative;
		min-height: 500px;
	}
}

.sposcbc-title-tag {
	position: relative;
	margin-top: 10px;
	line-height: 2;
}

.sposcbc-list {
	position: relative;
	width: 95%;
	height: 100%;
	padding: 10px 10px;
	z-index: 2;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 30px;
}

.sposcbc-list::before {
	position: absolute;
	content: "";
	width: 125%;
	height: 100%;
	top: 0;
	left: -20%;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	z-index: -1;
}

.sposcbc-list::after {
	position: absolute;
	content: "";
	width: 58px;
	height: 46px;
	background-image: url('/assets/img/services/main-bottom-arrow.png');
	bottom: 5%;
	right: 10%;
	-webkit-transition: right 0.4s linear;
	-o-transition: right 0.4s linear;
	transition: right 0.4s linear;
}
.spos-cbc:hover .sposcbc-list::after{
	right:-10%;
}

.sposcbcli-title {
	position: relative;
	margin-top: 10px;
}

.sposcbcli-text {
	position: relative;
	line-height: 2;

}

.sposcbcl-item.btn-block {
	margin-top: 15px;
}

.rm-btn {
	position: relative;
	padding: 12px 40px;
	background: #001D7A 0% 0% no-repeat padding-box;
	border-radius: 7px;
	font-size: 13px;
	font-weight: 600;
	color: #F0F1F1;
}

.rm-btn:hover {
	color: #F0F1F1;
}

.sc-btn {
	position: relative;
	padding: 12px 25px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #001D7A;
	border-radius: 7px;
	font-size: 13px;
	font-weight: 600;
	color: #001D7A;
	margin-left: 15px;
}

.sc-btn:hover {
	color: #001D7A;
}

@media all and (max-width:991px) {
	.spos-ib {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.spos-cbc {
		position: relative;
		margin-top: 40px;
	}
}

@media all and (max-width:767px) {
	.tabs {
		gap: 20px;
	}

	.sposcbc-list {
		padding-left: 10px;
	}
}

@media all and (max-width:525px) {

	.sc-btn {
		margin-left: 0px;
		margin-top: 10px;
	}
}








/* ==================Contact us page=============== */
/* Aligning ambitions, delivering results */


.aadr-ibs-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

.aadr-img {
	max-width: 100%;
	height: auto;
}

.aadr-left {
	max-width: 250px;
}

.aadri-top-right,
.aadri-bottom-right {
	max-width: 250px;
}

@media all and (max-width:991px) {
	.aadr-ibc {
		position: relative;
		display: -ms-grid;
		display: grid;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media all and (min-width:768px) {
	.aadr-ib {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 20px;
	}


}

/* @media all and (min-width:992px){
  .aadr-tb{
    max-width: 90%;
  }
} */
@media all and (max-width:424px) {
	.aadr-ib {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px;
	}
}

@media all and (max-width:768px) {
	.aadr-container {
		position: relative;
		min-height: 442px;
	}

	.aadr-left {
		max-width: 100%;
	}

	.aadri-top-right,
	.aadri-bottom-right {
		max-width: 100%;
	}

	.aadr-tb p {
		margin-bottom: 20px;
	}
}

/* Get in touch with us */
.gitwu-card {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 25px 20px 22px 25px;
	/* border-radius: 13px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	box-shadow: 0px 3px 6px #00000029; */
}

.gitwu-card p {
	position: relative;
	display: -ms-grid;
	display: grid;
	text-align: center;
	margin-top: 25px;

}

.gitwu-ib {
	position: relative;
	width: 96px;
	height: 95px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 6px -1px 6px #00000029;
	box-shadow: 6px -1px 6px #00000029;
	border: 1px solid #00000000;
	border-radius: 10px;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	margin: auto;
}


@media all and (max-width:1199px) {
	.gitwu-card {
		padding: 25px 10px 22px 10px;
	}
}



@media all and (min-width:992px) {
	.gitwu-tb p {
		position: relative;
		margin: 20px 0px 80px 0px;
	}

}

@media all and (max-width:991px) {
	.gitwu-tb p {
		margin: 15px 0px;
	}
}

@media (min-width:768px) and (max-width:1023px) {
	.gitwu-cc {
		position: relative;
		margin-top: 40px;
	}


}

@media all and (max-width:767px) {


	.gitwu-cc {
		position: relative;
		margin: 20px;

	}

}



.footer-section {
	position: relative;
	padding: 30px 0px;
	background: transparent -o-linear-gradient(top, #001D7A 0%, #021659 100%) 0% 0% no-repeat padding-box;
	background: transparent -webkit-gradient(linear, left top, left bottom, from(#001D7A), to(#021659)) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(180deg, #001D7A 0%, #021659 100%) 0% 0% no-repeat padding-box;
}

.footer-top {
	position: relative;
}

.footer-logo {
	position: relative;
	max-width: 132px;
	max-height: 112px;
}

.widget-title {
	font: normal normal bold 20px/24px Century Gothic;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	margin-bottom: 40px;
}

.footer-links li a {
	font: normal normal normal 14px/17px Century Gothic;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
}

.fmb p {
	padding-bottom: 20px;
}

.footer-mid {
	position: relative;
	width: 100%;
	margin-bottom: 50px;

}

.fmbc:nth-of-type(1) .fmb-text,
.fmbc:nth-of-type(2) .fmb-text {
	margin-top: 20px;
}

.fmbc:nth-of-type(3) .fmb-text {
	margin-bottom: 20px;
}

.copyright-text {
	position: relative;
	margin-bottom: 20px;
}

.maintainedby-text {
	position: relative;

}

.footer-bottom {
	position: relative;
	padding-top: 20px;
}

.footer-bottom::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	left: 0;
	top: 0;
	border: 1px solid #FFFFFF;
	opacity: 0.29;
}

.footer-link-list li {
	position: relative;
	margin-top: 20px;
}

.fsl-lists .fsl-list {
	position: relative;
	display: inline-block;
	padding: 5px;
}

.footer-link-list li a {
	color: white;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.5;
}

.footer-section a:hover,
.footer-link-list a:hover {
	color: #FFFFFF;
}

.address-link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 17px;
}

.address-list {
	position: relative;
	margin-top: 20px;
}


.footer-bottom-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 40px;

}

@media all and (min-width:768px) {
	/* .footer-bottom-block ul li::after, */
	.footer-bottom-block ul li:not(:first-child)::after {
		position: absolute;
		content: "|";
		display: -ms-grid;
		display: grid;
		top: 0;
		left: 25px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		color: white;

	}

	.footer-bottom-block li {
		display: inline-block;
	}

	.footer-bottom-block li {
		position: relative;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-left: 50px;

	}
}

@media all and (max-width:767px) {}


@media all and (min-width:992px) {
	.footer-bottom li {
		margin: 20px 0px;
	}
}

@media all and (max-width:991px) {
	.footer-bottom li {
		margin: 10px 0px;
	}
}



@media all and (min-width:768px) and (max-width:991px) {
	.fmbc:nth-of-type(3) {
		margin-top: 40px;
	}

	/* .widget{
        position: relative;
        display: grid;
        justify-content: center;
    } */
	.fslb p {
		display: -ms-grid;
		display: grid;
		max-width: 80%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}


@media all and (max-width:767px) {
	.fmidb .address-lists {
		margin-top: 40px;
	}

	.footer-mid {

		padding-bottom: 50px;
	}

	.fmbc {
		margin-top: 50px;
	}

	.footer-mid {
		display: -ms-grid;
		display: grid;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.qlink-list,
	.address-list {
		position: relative;
		margin-top: 17px;
	}

}
@media all and (min-width:992px){
	.footer-top,
	.footer-mid{
		position: relative;
		-webkit-transform: translateX(50px);
		    -ms-transform: translateX(50px);
		        transform: translateX(50px);
	}
}
@media all and (min-width:1200px){
	.footer-top,
	.footer-mid{
		position: relative;
		-webkit-transform: translateX(125px);
		    -ms-transform: translateX(125px);
		        transform: translateX(125px);
	}
}


/* map */
.map-block {
	position: relative;
	/* margin:0px 40px; */
	margin-bottom: 10px;
}

/* =====================================
02 . About us page
========================================*/

/* 2.1 hero section */




/* 2.2 Driving Digital success section */
.dds-seciton {
	position: relative;
}

.dds-tbc {
	position: relative;
	margin-bottom: 55px;
}

@media all and (max-width:991px) {
	.dds-cbc {
		margin-top: 40px;
	}
}

/* 2.3 Mission vision section */
.mv-section {
	position: relative;
}

.mv-cb {
	position: relative;
}

.mv-text {
	margin-top: 15px;
}

.vision-block {
	margin-top: 140px;
	-webkit-transform: translateX(300px);
	-ms-transform: translateX(300px);
	transform: translateX(300px);
}

.mv-img {
	position: absolute;
	right: 0;
	top: 0;
}

@media all and (max-width:991px) {
	.vision-block {
		margin-top: 50px;
		-webkit-transform: translateX(150px);
		-ms-transform: translateX(150px);
		transform: translateX(150px);
	}

	.mv-section {
		text-align: center;
	}

	.mv-img {
		position: relative;
		margin: auto;
	}
}

@media all and (max-width:767px) {
	.vision-block {
		-webkit-transform: translateX(75px);
		-ms-transform: translateX(75px);
		transform: translateX(75px);
	}
}

@media all and (max-width:575px) {
	.vision-block {
		-webkit-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
	}
}

/* 2.4 Our team section*/
.ot-tbc {
	margin-bottom: 50px;
}

.otmb-card {
	position: relative;
	padding: 0px 40px;
}

.ot-mbc {
	margin-top: 50px;
}

.otm-image {
	position: relative;
	width: 149px;
	height: 149px;
	/* UI Properties */
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #707070;
	border-radius: 50%;
	margin-bottom: 30px;
}

.otm-position {
	position: relative;
	margin: 13px 0px;
}

@media all and (max-width:767px) {
	.otmb-card {
		padding: 0px 15px;
	}
}



/* =================================
Individual services page
===================================*/

/* Hero section */


.service-banner .hsrsc.greytop-container {
	left: -50%;
}

.service-banner .hsrsc.bluetop-container {
	right: -50%;
}

.service-banner .hsrsc.bluebot-container {
	left: -75%;
}

.service-banner .hsrsc.greybot-container {
	right: -75%;
}




/* About services block */
.ast-block {
	position: relative;
	width: 100%;
	margin-bottom: 60px;
}

.astb-tbc {
	position: relative;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	-ms-flex-line-pack: center;
	align-content: center;
	text-align: right;
	padding-right: 40px;
}

.astb-tbc::after {
	position: absolute;
	content: "";
	border: 1px solid #707070;
	opacity: 0.31;
	width: 1px;
	height: 90%;
	top: 5%;
	right: 0;
}





.astb-cbc {
	position: relative;
	padding-left: 40px;
}

@media all and (max-width:991px) {
	.astb-tbc::after {
		right: 10px;
	}

	.astb-tbc {
		padding-right: 25px;
	}

	.astb-cbc {
		padding: 0px 10px;
		margin-top: 30px;
	}
}

.ase-block {
	position: relative;
	width: 100%;
	height: 100%;
}


.ase-cbc {
	position: relative;
	overflow: hidden;
}

.ase-cbc .card-number {
	position: relative;
	font-size: 81px;
	line-height: 1;
	font-weight: bold;
	color: #001D7A;
	opacity: 0.36;
	display: block;
	padding-top: 30px;
	margin-top: 45px;

}

.ase-cbc .card-number::before {
	position: absolute;
	content: "";
	border: 1px solid #707070;
	opacity: 0.31;
	width: 95%;
	height: 1px;
	top: 0;
	left: 0;
	z-index: -1;
}

.ase-cbc .card-number::after {
	position: absolute;
	content: "";
	border: 2px solid #001D7A;
	opacity: 1;
	width: 10%;
	height: 2px;
	top: 0;
	left: -10%;
	-webkit-transition: left 0.6s linear;
	-o-transition: left 0.6s linear;
	transition: left 0.6s linear;
	/* transition: left 0.8s cubic-bezier(0.52, 1.64, 0.37, 0.66) 0s; */

	z-index: 1;
}

.ase-cbc:hover .card-number::after {
	left: 110%;
}

.ase-cbc {
	position: relative;
	display: -ms-grid;
	display: grid;
	padding: 0px;
	margin-top: 40px;
}


@media all and (min-width:992px) {

	.ase-cbc {
		min-height: 1100px;
		display: -ms-grid;
		display: grid;
		padding: 0px 10px;
	}

	.ase-cbc:nth-of-type(1) {
		-ms-flex-line-pack: end;
		align-content: end;
	}

	.ase-cbc:nth-of-type(2) {
		-ms-flex-line-pack: center;
		align-content: center;
	}

	.ase-cbc:nth-of-type(3) {
		-ms-flex-line-pack: start;
		align-content: start;
	}
}

@media all and (min-width:1200px) {
	.ase-cbc {
		min-height: 1100px;
		display: -ms-grid;
		display: grid;
		padding: 0px 10px;
	}
}

.ase-cbc .ase-list {
	position: relative;
	margin-top: 20px;
}

.ase-cbc .asel-item {
	position: relative;
	padding-left: 20px;
}

.ase-cbc .asel-item::before {
	position: absolute;
	content: "";
	width: 11px;
	height: 11px;
	border-radius: 50%;
	top: 7.5px;
	left: 0;
	background: #002A82 0% 0% no-repeat padding-box;
}

.ase-container {
	position: relative;
}

.ase-tbc {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 20px;
	text-align: right;
}

.ase-tbc::after {
	position: absolute;
	content: "";
	height: 120%;
	width: 120%;
	bottom: 0;
	right: 0;
	border-right: 1px solid #707070;
	border-bottom: 1px solid #707070;
	opacity: 0.31;
}

@media all and (max-width:991px) {
	.ase-cbc {
		padding: 0px 10px;
	}
}

/* ------------------- */

.wygwos-block {
	position: relative;
	padding: 50px 0px 75px 0px;
}

.wygwos-tbc {
	position: relative;
	margin-bottom: 50px;
}

.wygwos-cc {
	position: relative;
	margin-top: 40px;
	padding-right: 30px;
}

@media all and (min-width:992px) {
	.wygwos-cc {
		padding-right: 75px;
	}
}

@media all and (min-width:1200px) {
	.wygwos-cc {
		padding-right: 150px;
	}
}

.wygwosc-title {
	position: relative;
	margin: 15px 0px;
}

@media all and (max-width:991px) {
	.ase-tbc {
		position: relative;
	}

	.ase-tbc::after {
		display: none;
	}
}

/*4.4 Call to action block  */
.cub.oscub {
	position: relative;
	padding: 13px 26px;
	background: #002A82 0% 0% no-repeat padding-box;
	border-radius: 7px;
}
.cub.oscub:hover{
	color:#FFF;
}