@charset "UTF-8";
/*-----------------------------------------------------------------------------------
    Note: This is Main Style Scss File.
-----------------------------------------------------------------------------------
	CSS INDEX
	===================
	2. services page
		2.1 service banner
		2.2 service page our services section

	3. about us page
		3.1 about banner
		3.2 About page about us section
		3.3 Mission vision section
		3.4 more details section

	4. careers page
		4.1 careers banner 
		4.2 careers section
		4.3 careers page why legends solutions section

	5. contact us page
		5.1 contact us banner
		5.2 contact form section
		5.3 contact information section

-----------------------------------------------------------------------------------*/
/*=======  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.cdnfonts.com/css/caviar-dreams?styles=181,180,179,178');

@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-family: 'Caviar Dreams', sans-serif;
	src: url("../fonts/CaviarDreams.eot");
	src: url("../fonts/CaviarDreams.eot") format("embedded-opentype"), url("../fonts/CaviarDreams.woff2") format("woff2"), url("../fonts/CaviarDreams.woff") format("woff"), url("../fonts/CaviarDreams-Regular.ttf") format("truetype"), url("../fonts/CaviarDreams.svg#CaviarDreams") format("svg");
}

body {
	font-weight: 400;
	font-style: normal;
	overflow-x: hidden;
	font-size: 15px;
	line-height: 1.8;
	font-family: "Poppins", sans-serif;
	color: #616161;
	overflow-x: hidden;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	-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(150deg, #FFFFFF 0%, #17a0bb 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: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	color: #002249;
	font-family: "Poppins";
	font-family: "Poppins", sans-serif;
}

ul,
ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "Poppins", sans-serif;
}

p {
	margin: 0px;
	font-family: "Poppins", sans-serif;
}

p.text-color-2 {
	color: #81a3bb;
}

p.text-color-3 {
	color: #69a1bb;
}

p.fs-16 {
	font-size: 16px;
}

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: "Poppins", sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

/*======= Input Styles =======*/
input,
textarea,
select {
	width: 100%;
	height: 40px;
	background-color: #fff;
	color: #686767;
	font-size: 16px;
	border: none;
	font-family: "Poppins", sans-serif;
}

textarea {
	display: inherit;
	font-family: "Poppins", 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-old {
	padding-top: 120px;
	padding-bottom: 120px;
}

.section-gap {
	padding-top: 100px;
	padding-bottom: 100px;
}



.section-gap-top {
	padding-top: 120px;
}

.section-gap-bottom {
	padding-bottom: 120px;
}

.section-title .title-tag {
	color: #FFFFFF;
	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;
}

/*=======  Margin Top =======*/
.mt-10 {
	margin-top: 10px
}

.mt-15 {
	margin-top: 15px
}

.mt-20 {
	margin-top: 20px
}

.mt-25 {
	margin-top: 25px
}

.mt-30 {
	margin-top: 30px
}

.mt-35 {
	margin-top: 35px
}

.mt-40 {
	margin-top: 40px
}

.mt-45 {
	margin-top: 45px
}

.mt-50 {
	margin-top: 50px
}

.mt-55 {
	margin-top: 55px
}

.mt-60 {
	margin-top: 60px
}

.mt-65 {
	margin-top: 65px
}

.mt-70 {
	margin-top: 70px
}

.mt-75 {
	margin-top: 75px
}

.mt-80 {
	margin-top: 80px
}

.mt-85 {
	margin-top: 85px
}

.mt-90 {
	margin-top: 90px
}

.mt-95 {
	margin-top: 95px
}

.mt-100 {
	margin-top: 100px
}

.mt-150 {
	margin-top: 150px
}

.mt-10000 {
	margin-top: 10000px
}

/*=======  Margin Bottom =======*/
.mb-10 {
	margin-bottom: 10px
}

.mb-15 {
	margin-bottom: 15px
}

.mb-20 {
	margin-bottom: 20px
}

.mb-25 {
	margin-bottom: 25px
}

.mb-30 {
	margin-bottom: 30px
}

.mb-35 {
	margin-bottom: 35px
}

.mb-40 {
	margin-bottom: 40px
}

.mb-45 {
	margin-bottom: 45px
}

.mb-50 {
	margin-bottom: 50px
}

.mb-55 {
	margin-bottom: 55px
}

.mb-60 {
	margin-bottom: 60px
}

.mb-65 {
	margin-bottom: 65px
}

.mb-70 {
	margin-bottom: 70px
}

.mb-75 {
	margin-bottom: 75px
}

.mb-80 {
	margin-bottom: 80px
}

.mb-85 {
	margin-bottom: 85px
}

.mb-90 {
	margin-bottom: 90px
}

.mb-95 {
	margin-bottom: 95px
}

.mb-100 {
	margin-bottom: 100px
}

/*=======  Padding Top =======*/
.pt-10 {
	padding-top: 10px
}

.pt-15 {
	padding-top: 15px
}

.pt-20 {
	padding-top: 20px
}

.pt-25 {
	padding-top: 25px
}

.pt-30 {
	padding-top: 30px
}

.pt-35 {
	padding-top: 35px
}

.pt-40 {
	padding-top: 40px
}

.pt-45 {
	padding-top: 45px
}

.pt-50 {
	padding-top: 50px
}

.pt-55 {
	padding-top: 55px
}

.pt-60 {
	padding-top: 60px
}

.pt-65 {
	padding-top: 65px
}

.pt-70 {
	padding-top: 70px
}

.pt-75 {
	padding-top: 75px
}

.pt-80 {
	padding-top: 80px
}

.pt-85 {
	padding-top: 85px
}

.pt-90 {
	padding-top: 90px
}

.pt-95 {
	padding-top: 95px
}

.pt-100 {
	padding-top: 100px
}

/*=======  Padding Bottom =======*/
.pb-10 {
	padding-bottom: 10px
}

.pb-15 {
	padding-bottom: 15px
}

.pb-20 {
	padding-bottom: 20px
}

.pb-25 {
	padding-bottom: 25px
}

.pb-30 {
	padding-bottom: 30px
}

.pb-35 {
	padding-bottom: 35px
}

.pb-40 {
	padding-bottom: 40px
}

.pb-45 {
	padding-bottom: 45px
}

.pb-50 {
	padding-bottom: 50px
}

.pb-55 {
	padding-bottom: 55px
}

.pb-60 {
	padding-bottom: 60px
}

.pb-65 {
	padding-bottom: 65px
}

.pb-70 {
	padding-bottom: 70px
}

.pb-75 {
	padding-bottom: 75px
}

.pb-80 {
	padding-bottom: 80px
}

.pb-85 {
	padding-bottom: 85px
}

.pb-90 {
	padding-bottom: 90px
}

.pb-95 {
	padding-bottom: 95px
}

.pb-100 {
	padding-bottom: 100px
}

@media (max-width: 1199px) {
	.mb-lg-gap-30 {
		margin-bottom: 30px;
	}
}

@media (max-width: 1199px) {
	.mb-lg-gap-40 {
		margin-bottom: 40px;
	}
}

@media (max-width: 1199px) {
	.mb-lg-gap-50 {
		margin-bottom: 50px;
	}
}

@media (max-width: 1199px) {
	.mb-lg-gap-60 {
		margin-bottom: 60px;
	}
}

@media (max-width: 1199px) {
	.mt-lg-gap-30 {
		margin-top: 30px;
	}
}

@media (max-width: 1199px) {
	.mt-lg-gap-40 {
		margin-top: 40px;
	}
}

@media (max-width: 1199px) {
	.mt-lg-gap-50 {
		margin-top: 50px;
	}
}

@media (max-width: 991px) {
	.mt-md-gap-60 {
		margin-top: 60px;
	}
}

@media (max-width: 1199px) {
	.mb-lg-gap-30 {
		margin-bottom: 30px;
	}
}

@media (max-width: 991px) {
	.mb-md-gap-30 {
		margin-bottom: 30px;
	}
}

@media (max-width: 991px) {
	.mb-md-gap-40 {
		margin-bottom: 40px;
	}
}

@media (max-width: 991px) {
	.mb-md-gap-50 {
		margin-bottom: 50px;
	}
}

@media (max-width: 991px) {
	.mb-md-gap-60 {
		margin-bottom: 60px;
	}
}

@media (max-width: 991px) {
	.mt-md-gap-30 {
		margin-top: 30px;
	}
}

@media (max-width: 991px) {
	.mt-md-gap-40 {
		margin-top: 40px;
	}
}

@media (max-width: 991px) {
	.mt-md-gap-50 {
		margin-top: 50px;
	}
}

@media (max-width: 991px) {
	.mt-md-gap-60 {
		margin-top: 60px;
	}
}

@media (max-width: 575px) {
	.mb-xs-gap-30 {
		margin-bottom: 30px;
	}
}

@media (max-width: 575px) {
	.mb-xs-gap-40 {
		margin-bottom: 40px;
	}
}

/*=======  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);
	}
}

/*=======  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: #FFFFFF;
}

.header-topbar .social-icon li {
	display: inline-block;
}

.header-topbar .social-icon li:not(:first-child) {
	margin-left: 20px;
}

.header-topbar .social-icon li a {
	font-size: 16px;
}

.header-topbar .social-icon li a:hover {
	color: #FFFFFF;
}

.header-navigation .primary-menu li {
	display: inline-block;
	line-height: 60px;
	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;
}

@media (max-width: 1199px) {
	.header-navigation .primary-menu li .dd-trigger {
		right: -5px;
	}
}

.header-navigation .primary-menu li a {
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	padding: 5px 8px;
	font-family: "Poppins";
	margin: 0 5px;
}

.header-navigation .primary-menu li a:hover::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #f36523;
	height: 2px;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform-origin: right center;
	-webkit-transform: scale(0, 1);
	-khtml-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
	-o-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
	-webkit-transition: -webkit-transform .25s cubic-bezier(.37, .31, .2, .85);
	transition: -webkit-transform .25s cubic-bezier(.37, .31, .2, .85);
	transition: transform .25s cubic-bezier(.37, .31, .2, .85);
	transition: transform .25s cubic-bezier(.37, .31, .2, .85), -webkit-transform .25s cubic-bezier(.37, .31, .2, .85);

}

.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 a::before {
	font-family: "FontAwesome";
	content: "\f101";
	position: absolute;
	left: 0;
	font-size: 20px;
	font-weight: 500;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	text-align: center;
	background-color: transparent;
	opacity: 0;
	-webkit-transition: opacity 0.3s linear, left 0.3s linear;
	-o-transition: opacity 0.3s linear, left 0.3s linear;
	transition: opacity 0.3s linear, left 0.3s linear;
} */

/* .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:992px) {
	.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;
	}
} */


@media (max-width: 1199px) {
	.header-navigation .primary-menu li a {
		padding: 8px;
		margin: 0 5px;
		font-size: 15px;
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	.header-navigation .primary-menu li a {
		padding: 8px;
		margin: 0px 0px;
		font-size: 14px;
	}
}

/* 
.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;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 15px;
	padding: 20px 10px;
} */

@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;
}

.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: #FFFFFF;
}

.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.current,
.header-navigation .primary-menu li .submenu li a.current,
.header-navigation .primary-menu li .submenu li a:hover {
	color: #FFFFFF;

}


@media(min-width:992px) {
	.header-navigation .primary-menu li.current::after {
		position: absolute;
		content: "";
		width: 100%;
		height: 4px;
		left: 0;
		bottom: 10px;
		background: #FFFFFF 0% 0% no-repeat padding-box;
		border-radius: 6px;
	}

	.header-navigation .primary-menu li .submenu li a.current,
	.header-navigation .primary-menu li .submenu li a:hover {
		margin-left: 5px;

	}
}

.header-navigation .primary-menu li .submenu li .dd-trigger {
	right: 20px;
}

.header-navigation .primary-menu li .submenu li a:hover~.dd-trigger {
	color: #FFFFFF;
}

.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: #FFFFFF;
	color: #17a0bb;

}

@media(min-width:992px) {

	.header-navigation .primary-menu li.current li.current a {
		color: #FFFFFF;
		margin-left: 5px;
	}
}

@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: #FFFFFF;
}

.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: 25px;
	height: 25px;
	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 .offcanvas-icon span,
.header-navigation .nav-toggler span {
	background-color: #FFFFFF;
	height: 2px;
	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: #000000;
	border-radius: 5px;
	padding: 6px 12px;
	position: relative;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 0px 8px #0000001F;
	box-shadow: 0px 0px 8px #0000001F;
	border-radius: 21px;
	-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: #000000;
}

.header-one {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}


/* .primary-menu li .submenu li{
	display: block;
  }
  
  .primary-menu li:hover .submenu li.dropdown_item-1 {
	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 {
	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 {
	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 {
	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 {
	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 {
	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 {
	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 {
	transform-origin: top center;
	-webkit-animation: rotateX 400ms 400ms ease-in-out forwards;
	animation: rotateX 400ms 400ms 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 .header-navigation {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	-webkit-animation: sticky 1.2s;
	animation: sticky 1.2s;
	background-color: #fff;
	background: #030608 0% 0% no-repeat padding-box;
	-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);
}

.sticky-header.sticky-on .header-navigation .sticky-logo {
	display: block;
}

.sticky-header.sticky-on .header-navigation .main-logo {
	display: none;
}

.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li {
	line-height: 60px;
}

.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: #FFFFFF;
	-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: #FFFFFF;
	color: #17a0bb;
}

.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li .submenu li a:hover {
	color: #FFFFFF;
}



.header-navigation.breakpoint-on {
	padding: 10px 0 10px 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-color: #191826;
	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(max-width:992px) {
	.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-color: #002249;
}

.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: 15px;
	line-height: 1;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.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.current::before {
	position: absolute;
	left: -24px;
	top: 2px;
	bottom: 2px;
	width: 3px;
	background-color: #fff;
	content: "";
}

/*=== 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: #000000;
	background: transparent -o-linear-gradient(300deg, #FFFFFF 0%, #17a0bb 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(150deg, #FFFFFF 0%, #17a0bb 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;
}


/* ========footer section=========== */
/* ================footer section============= */
.footer-area {
	background: #000000 0% 0% no-repeat padding-box;
}

.footer-area p,
.footer-area ul li,
.footer-area h2,
.footer-area a,
.footer-area ul li a,
.footer-area ul li a i {
	color: #FFFFFF;
	-webkit-transition: color 0.4s ease-in-out;
	-o-transition: color 0.4s ease-in-out;
	-webkit-transition: color 0.4s ease-in-out, padding-left 0.4s linear;
	-o-transition: color 0.4s ease-in-out, padding-left 0.4s linear;
	transition: color 0.4s ease-in-out, padding-left 0.4s linear;
}

.footer-area a:hover,
.footer-area ul li a:hover,
.footer-area ul li a:hover i {
	color: #FFFFFF;
	color: #17a0bb;

}

.footer-area .subscription-box input {
	position: relative;
	border-radius: 13px;
	height: 60px;
	padding: 0 30px;
	width: 100%;
	background-color: #fff !important;
	color: #686767;
	font-size: 16px;
	border: none;
	font-family: "Poppins", sans-serif;
}

.footer-area .orange-bg {
	z-index: 2;
	position: absolute;
	width: 20%;
	height: 100%;
	right: 0;
	content: "";
	background-color: #FFFFFF;
	border-radius: 13px;
	display: -ms-grid;
	display: grid;
}


.footer-area .send-icon {
	position: absolute;
	z-index: 3;
	display: -ms-grid;
	display: grid;

	-ms-grid-row-align: center;

	align-self: center;
	-ms-grid-column-align: center;
	justify-self: center;
}

.footer-top {
	position: relative;
	padding-bottom: 20px;
}

.footer-top::after {
	position: absolute;
	width: 90%;
	height: 1px;
	content: "";
	background-color: #fff;
	bottom: 0;
	left: 5%;
	opacity: 0.5;
}



.footer-area .footer-text p,
.footer-area .widget .widget-title {
	font-size: 20px;
	line-height: 30px;

}

@media(min-width:992px) {
	.footer-area .widgets {
		position: relative;
		display: -ms-grid;
		display: grid;
		justify-items: center;
	}
}

@media(max-width:992px) {
	.widget {
		padding-left: 15px;
	}
}

.footer-area .widget .widget-title {
	margin-bottom: 27px;
}


.footer-area .widget .footer-links ul li {

	font-size: 16px;
	line-height: 25px;
	margin-bottom: 13px;
}

.contact-block a,
.contact-block {
	position: relative;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	gap: 15px;
}

.footer-area .footer-mid-2 .contact-block a p,
.footer-area .footer-mid-2 .contact-block p {
	display: -ms-grid;
	display: grid;
	position: relative;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-links .contact-block img {
	max-width: 20px;
}


.footer-mid-2 {
	position: relative;
	padding-bottom: 20px;
}



.footer-mid-2::after {
	position: absolute;
	width: 90%;
	height: 1px;
	content: "";
	background-color: #fff;
	left: 5%;
	bottom: 0;

}

.footer-area .privacy-info li {
	position: relative;
}

@media(min-width:500px) {
	.footer-area .privacy-info li:not(:last-child)::after {
		position: absolute;
		content: "|";
		display: -ms-grid;
		display: grid;
		top: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		right: -10px;
	}

}

@media(max-width:525px) {
	.footer-area .privacy-info li:first-child::after {
		position: absolute;
		content: "|";
		display: -ms-grid;
		display: grid;
		top: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		right: -10px;
	}

}

.footer-area .header-topbar .social-icon li {
	margin-left: 10px;
	margin-right: 10px;
}

@media all and (max-width:575px) {
	.footer-area .header-topbar .social-icon li {
		margin-left: 5px;
		margin-right: 5px;
	}
}

.footer-bottom .privacy-info p a {
	color: #F26630;
}

/*=======  Page Title  =======*/

.banner-section {
	/* background: #a9c7ec; */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	z-index: 2;
	padding-top: 150px;
	padding-bottom: 0px;
	height: 800px;
}

/* @media(min-width:1400px){
	.banner-section.home-banner{
		height: 900px;
	}
} */
/* .banner-section.home-banner{
	background-image: url('../img/home/hero-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
} */

@media (max-width: 1199px) {
	.banner-section {
		padding-bottom: 160px;
		height: 700px;
	}
}

@media (max-width: 992px) {
	.banner-section {
		height: 600px;
	}
}

@media (max-width: 767px) {
	.banner-section {
		padding-top: 170px;
		padding-bottom: 50px;
		height: 500px;
	}
}

@media (max-width: 575px) {
	.banner-section {
		height: 400px;
	}
}

@media (max-width: 425px) {
	.banner-section {
		height: 350px;
	}
}

/* ------------general--------------- */
p {

	font-style: normal;
	font-stretch: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 25px;
	color: #464545;
}

h1.banner-title {
	font-style: normal;
	font-stretch: normal;
	font-weight: 600;
	font-size: 30px;
	line-height: 46px;
	color: #ffffff;
	font-family: 'Caviar Dreams', sans-serif;
}

h2.title {
	font-style: normal;
	font-stretch: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
}

h4.title-tag {
	font-style: normal;
	font-stretch: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
}

.btn-section {
	margin-top: 30px;
}

.block-btn {
	-webkit-box-shadow: 0px 3px 6px #00000029;
	box-shadow: 0px 3px 6px #00000029;
	padding: 10px 15px;
	color: #FFFFFF;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 8px;
}

.grid-box {
	position: relative;
	height: 100%;
	width: 100%;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-items: center;
}

.g-align-content-center {
	position: relative;
	height: 100%;
	width: 100%;
	display: -ms-grid;
	display: grid;
	-ms-flex-line-pack: center;
	align-content: center;
}

@media all and (min-width:767px) and (max-width:992px) {
	.g-md-align-content-center {
		position: relative;
		height: 100%;
		width: 100%;
		display: -ms-grid;
		display: grid;
		-ms-flex-line-pack: center;
		align-content: center;
	}
}

.g-justify-content-center {
	position: relative;
	height: 100%;
	width: 100%;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* ---------------header---------- */
.d-flex {
	display: -ms-flexbox !important;
	display: -webkit-box !important;
	display: flex !important;
	gap: 30px;
}

@media(min-width:1200px) {
	.d-flex {
		gap: 60px;
	}
}

@media(min-width:1400px) {
	.d-flex {
		gap: 140px;
	}
}

@media(min-width:992px) {
	.header-two .header-navigation .primary-menu li .nav-link:hover::after {
		position: absolute;
		content: "";
		height: 2px;
		bottom: 25px;
		width: 50%;
		left: 25%;
		z-index: 100;
		border-radius: 50%;
		background-color: #FFFFFF;
	}
}


/* ==========banner section=========== */

.g-ja-content-center {
	position: relative;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}



.justify-content-between-center {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sm-btn-hide {
	display: none !important;
}

.sm-btn-show {
	display: none !important;
}

@media(max-width:992px) {
	.sm-btn-show {
		display: block !important;
	}
}

@media(min-width:992px) {
	.justify-content-between-center {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.sm-btn-hide {
		display: block !important;
	}
}


/* =============home page=============== */


/* ----------------client section------------ */


.clientsTitle {
	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;
	gap: 37px;
	margin-bottom: 52px;
}

.clientsTitle__heading {
	font-size: 30px;
	line-height: 46px;
	font-weight: 600;
	margin-bottom: 0;
	color: #303030;
}

.clientsTitle__line {
	height: 1px;
	border: 1px solid #f3f3f3;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.clientsItem {
	text-align: center;
}

.clients--style2 .clientsItem {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}



/* =================contact form================== */


.form-message.success {
	color: #f48826;
}

.form-message {
	height: 100%;

}

.form-message {
	margin-bottom: 10px;
}

.form-message.success,
.form-message.error {
	margin-top: 30px;
}

.form-message.error {
	color: red;
}


.footer-bottom p a:hover {
	color: #F7703C;
}


.block-btn {
	position: relative;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.block-btn .fa-arrow-circle-right {
	font-size: 18px;
	font-weight: 600;
	margin-left: -12px;
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	-ms-flex-item-align: center;
	align-self: center;
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
	-webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s linear 0.3s, margin-left 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out, visibility 0.3s linear 0.3s, margin-left 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, visibility 0.3s linear 0.3s, margin-left 0.3s ease-in-out;
}

.block-btn:hover .fa-arrow-circle-right {
	position: relative;
	margin-left: 6px;
	opacity: 1;
	visibility: visible;
}


.btn-section a {
	font-size: 16px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.header-navigation .navbar-btn:hover a,
.ban-btn:hover,
.btn-section a:hover {
	color: #000000;
}



@media(min-width:992px) {
	.lg-mt-50 {
		margin-top: 50px;
	}
}


.justify-content-center-between {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media(min-width:992px) {
	.justify-content-center-between {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.site-logo img {
	max-height: 70px;
}

@media(max-width:525px) {
	.site-logo img {
		max-height: 60px;
	}
}


.thumb-center {
	position: relative;
	display: -ms-grid;
	display: grid;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.bbtn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}




/* 1. Home page------- */
/* 1.1 Hero section */

.ban-btns {
	margin-top: 30px;
	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: 15px;
}

.hero-banner {
	/* position: absolute; */
	width: 100%;
	height: 100%;
	display: -ms-grid;
	display: grid;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.banner-section .hbg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -2;
	-webkit-transition: top 0.3s linear;
	-o-transition: top 0.3s linear;
	transition: top 0.3s linear;
	-webkit-animation: wave 4s infinite linear;
	animation: wave 4s infinite linear;

}

@media all and (max-width:1366px) {
	.banner-section .hbg1 {
		display: block;
	}

	.banner-section .hbg2 {
		display: none;
	}
}

@media all and (min-width:1366px) {
	.banner-section .hbg1 {
		display: none;
	}

	.banner-section .hbg2 {
		display: block;
	}
}

.banner-section .hbgc {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #000000;
	opacity: 0.65;

}

.ban-btns {
	position: relative;
	width: 100%;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	justify-items: center;
}

.hws-btn {
	position: relative;
	background: #005C9D 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 4px 8px #0000001F;
	box-shadow: 0px 4px 8px #0000001F;
	color: #FFFFFF;
	padding: 12px 30px;
	border-radius: 20px;
	-webkit-transition: color 0.4s linear, background 0.4s linear;
	-o-transition: color 0.4s linear, background 0.4s linear;
	transition: color 0.4s linear, background 0.4s linear;

}

.hws-btn:hover {
	color: #005c9D;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 20px 10px #0000001F;
	box-shadow: 0px 20px 10px #0000001F;
}

/* .hws-btn:before{
	position: absolute;
	content:"";
	background-color:#ffffff;
	height:100%;
	width:0;
	top:0;
	left:0;
	z-index:1;
	border-radius:20px;
	transition: width 0.4s linear;

}
.hws-btn:hover::before{
	width:100%;
	color:#005c9D;
} */

/* 1.2 hpos section */
.hpos-section {
	background: #030608 0% 0% no-repeat padding-box;
	z-index: -1;
}

.hpos-block {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.hposc {
	/* background: #FFFFFF 0% 0% no-repeat padding-box; */
	position: relative;
	height: 100%;
	-webkit-box-shadow: 0px 3px 56px #00000029;
	box-shadow: 0px 3px 56px #00000029;
	border: 1px solid #707070;
	border-radius: 26px;
	opacity: 1;
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	margin: 0px 25px;
	margin-top: 40px;
	padding: 22px 17px 25px 17px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	/* Add a transition for smooth scaling */
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	/* Set the scaling origin to the right bottom corner */
}


.hposc:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-box-shadow: 5px 5px 5px #FFFFFF;
	box-shadow: 5px 5px 5px #FFFFFF;
	/* Scale only along the X (horizontal) and Y (vertical) axes */
}

.oscc-title {
	margin: 15px 0px;
}

.hpos-block::before {
	position: absolute;
	background-image: url('../img/home/service-bg.svg');
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 10%;
	left: 0;
	content: "";
}

/*1.3 hpop section - home page our projects */

.hpop-section {
	position: relative;
	width: 100%;
	height: 100%;
}

.hpop-section::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	z-index: -1;
	background: #030608 0% 0% no-repeat padding-box;
}

.hpopc {
	position: relative;
	height: 100%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}


.hpopc:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

/*1.4 home page testimonial section */
.hpt-section {
	/* position: relative; */
	background-image: url('../img/testimonial/test1-bg.png');
	background: #000000fa 0% 0% no-repeat padding-box;
	/* box-shadow: inset 0px 3px 99px #000000AD; */
	/* mix-blend-mode: multiply; */
	/* opacity: 0.89; */
	/* background: #030608 0% 0% no-repeat padding-box; */
}


.testimonial-card {
	/* position: relative; */
	padding: 30px 18px 20px 18px;
	text-align: center;
	/* background: #FFFFFF 0% 0% no-repeat padding-box; */
	/* -webkit-box-shadow: 10px 12px 23px #00000029;
	box-shadow: 10px 12px 23px #00000029; */

}

.test-block .grid {
	margin-top: 10px;
	margin-bottom: 50px;
	margin-left: 20px;
	margin-right: 20px;
}


@media(min-width:992px) {
	.test-block .owl-item .testimonial-card {
		position: relative;
		-webkit-transition: all 0.5s linear;
		-o-transition: all 0.5s linear;
		transition: all 0.5s linear;
	}

	.test-block .owl-item.active.center .testimonial-card {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
}

.gbt-block {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.gbc-block {
	padding-left: 15px;
	text-align: left;
	position: relative;
	height: 100%;
}

.gbc-block .given-text {
	font-size: 18px;
	line-height: 27px;
	font-weight: 600;
	color: #ffffff;
}

.gbc-block .given-by {
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}

.gbc-block .giver-position {
	font-size: 13px;
	line-height: 19px;
	color: #ffffff;
	font-weight: normal;
}

.test-q {
	position: absolute;
}

.q1 {
	top: 0;
	left: -15%;
	font: normal normal normal 192px/95px Poor Richard;
	color: #443434;
	opacity: 0.5;
}

.q2 {
	bottom: 0;
	right: 0;
	font: normal normal normal 192px/95px Poor Richard;
	color: #443434;
	-webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
	-ms-transform: matrix(-1, 0, 0, 1, 0, 0);
	transform: matrix(-1, 0, 0, 1, 0, 0);
	opacity: 0.5;
}

.test-bg {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 2. services page----------- */


/* -----------service page banner section---------- */





/* ----------spos - services page our services section---------- */

.spos-section {
	background: #030608 0% 0% no-repeat padding-box;
}

.sposc .sposcc-block {
	-webkit-transition: background 0.4s linear;
	-o-transition: background 0.4s linear;
	transition: background 0.4s linear;
}

.sposc .sposcc-block .sposcc-title,
.sposc .sposcc-block .sposcc-text {
	-webkit-transition: color 0.4s linear;
	-o-transition: color 0.4s linear;
	transition: color 0.4s linear;
}

.sposc:hover .sposcc-block {
	background: #FFFFFF;
}

.sposc:hover .sposcc-block .sposcc-title,
.sposc:hover .sposcc-block .sposcc-text {
	color: #000000;
}

@media all and (max-width:1200px) {

	.sposct-block.sposcto,
	.sposct-block.sposcte {
		position: relative;
		width: 100%;
		display: -ms-grid;
		display: grid;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}


@media all and (max-width:768px) {

	.sposct-block.sposcto,
	.sposct-block.sposcte {
		margin-top: 70px;
	}

	.sposcc-block {
		padding-top: 20px;
	}
}

.sposct-block {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}

.sposcto .sposctao {
	position: absolute;
	z-index: 1;
	top: 0;
	left: -100%;
	-webkit-transform: left 0.6s linear;
	-ms-transform: left 0.6s linear;
	transform: left 0.6s linear;
}

.sposcte .sposctae {
	position: absolute;
	z-index: 1;
	top: 0;
	right: -100%;
	-webkit-transform: right 0.6s linear;
	-ms-transform: right 0.6s linear;
	transform: right 0.6s linear;
}

.sposc:hover .sposctao {
	left: 2%;
}

.sposc:hover .sposctae {
	right: 2%;
}

@media (max-width:1400px) {
	.sposc:hover .sposctao {
		left: 0%;
	}

	.sposc:hover .sposctae {
		right: 0%;
	}

}

/* .sposcte::after{
	position: absolute;
	content:"";
	background-image: url('../img/services/blue-even.svg');
	background-repeat: no-repeat;
	z-index: 1;
	bottom:0;
	right:0;
	width:100%;
	height: 100%;
} */
@media all and (min-width:768px) {
	.sposct-block.sposcto {
		position: relative;
		width: 100%;
		display: -ms-grid;
		display: grid;
		-webkit-box-pack: right;
		-ms-flex-pack: right;
		justify-content: right;
	}


	.spos-section .col,
	.spos-section .col-1,
	.spos-section .col-10,
	.spos-section .col-11,
	.spos-section .col-12,
	.spos-section .col-2,
	.spos-section .col-3,
	.spos-section .col-4,
	.spos-section .col-5,
	.spos-section .col-6,
	.spos-section .col-7,
	.spos-section .col-8,
	.spos-section .col-9,
	.spos-section .col-auto,
	.spos-section .col-lg,
	.spos-section .col-lg-1,
	.spos-section .col-lg-10,
	.spos-section .col-lg-11,
	.spos-section .col-lg-12,
	.spos-section .col-lg-2,
	.spos-section .col-lg-3,
	.spos-section .col-lg-4,
	.spos-section .col-lg-5,
	.spos-section .col-lg-6,
	.spos-section .col-lg-7,
	.spos-section .col-lg-8,
	.spos-section .col-lg-9,
	.spos-section .col-lg-auto,
	.spos-section .col-md,
	.spos-section .col-md-1,
	.spos-section .col-md-10,
	.spos-section .col-md-11,
	.spos-section .col-md-12,
	.spos-section .col-md-2,
	.spos-section .col-md-3,
	.spos-section .col-md-4,
	.spos-section .col-md-5,
	.spos-section .col-md-6,
	.spos-section .col-md-7,
	.spos-section .col-md-8,
	.spos-section .col-md-9,
	.spos-section .col-md-auto,
	.spos-section .col-sm,
	.spos-section .col-sm-1,
	.spos-section .col-sm-10,
	.spos-section .col-sm-11,
	.spos-section .col-sm-12,
	.spos-section .col-sm-2,
	.spos-section .col-sm-3,
	.spos-section .col-sm-4,
	.spos-section .col-sm-5,
	.spos-section .col-sm-6,
	.spos-section .col-sm-7,
	.spos-section .col-sm-8,
	.spos-section .col-sm-9,
	.spos-section .col-sm-auto,
	.spos-section .col-xl,
	.spos-section .col-xl-1,
	.spos-section .col-xl-10,
	.spos-section .col-xl-11,
	.spos-section .col-xl-12,
	.spos-section .col-xl-2,
	.spos-section .col-xl-3,
	.spos-section .col-xl-4,
	.spos-section .col-xl-5,
	.spos-section .col-xl-6,
	.spos-section .col-xl-7,
	.spos-section .col-xl-8,
	.spos-section .col-xl-9,
	.spos-section .col-xl-auto {
		position: relative;
		width: 100%;
		padding-right: 0px !important;
		padding-left: 0px !important;
	}

}

.sposcc-block {
	position: relative;
	width: 100%;
	height: 100%;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	padding: 0px 30px;
	text-align: center;
}

@media(min-width:1400px) {
	.sposcc-block {
		width: 97.5%;
	}

	.sposc.flex-md-row-reverse .sposcc-block {
		left: 2.5%;
	}
}

.sposcc-title {
	margin-bottom: 5px;
}




/* -========about us page=================== */

/* ---------about us banner section------- */



/* -----------apau - about page about us section--------- */
.apauc-block {
	position: relative;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 33px;
	z-index: 2;
	margin-top: -200px;
	padding: 25px 35px 37px 35px;
}

.apauct-block {
	position: relative;
	display: -ms-grid;
	display: grid;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.apaucc-block {
	padding: 0px 18px 0px 18px;
}

.apauc-title {
	margin-top: 10px;
	margin-bottom: 15px;
}

.apauc-text {
	color: var(--very_dark_gray_1);
	font-size: 14px;
	line-height: 21px;
	font-weight: normal;

}


/* -------------------mvv section - mission vision value section------ */
.m-block,
.vi-block {
	padding: 0px 30px;
}

.mc-title,
.vic-title {
	margin: 15px 0px 10px 0px;
}

.va-block {
	margin-top: 120px;
	margin-bottom: 120px;
}

/* -----------aumd - about us more details section----------- */
.aumdt-block {
	position: relative;
	width: 100%;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.aumdc-block {
	text-align: center;
	padding: 0px 50px;
	height: 100%;
	display: -ms-grid;
	display: grid;
	-ms-flex-line-pack: center;
	align-content: center;
}

.aumdc-title {
	margin-bottom: 15px;
}









/* 4. careers page ------------------*/

/* 4.1 careers banner */



/* 4.2 careers section */
.ct-block {
	margin-bottom: 60px;
}

/* 4.3 wls - why legend solutions section */
.wlst-block {
	margin-bottom: 60px;
}

.wlscc-title {
	color: var(--dark_blue1);
	margin: 10px 0px 7px 0px;
}




/* 5. contact us page ------------- */

/* 5.1 contact banner */

/* 5.2 cotact form section */

.cf-section {
	background: #030608 0% 0% no-repeat padding-box;
}

.cfc-block {
	margin-top: 60px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	box-shadow: 0px 3px 6px #00000029;
	padding: 45px 50px;
}

.cfc-block .input-group {
	position: relative;
}

.contact-form .input-group input {
	padding: 26px 0px 26px 18px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 0.5px solid #707070;
	border-radius: 5px;
	height: 80px;
}

.contact-form .input-group textarea {
	background: #FFFFFF 0% 0% no-repeat padding-box !important;
	border: 0.5px solid #707070;
	border-radius: 5px;
	padding: 26px 0px 26px 18px;
	height: 150px;
}

.contact-form .submit-btn button {
	background: #005C9D 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 20px;
	padding: 18px 28px;
	border: none;
	color: #ffffff;
}


/* 5.3 ci - contact information section */
.ci-section {
	background: #030608 0% 0% no-repeat padding-box;
}

.cit-block {
	margin-bottom: 60px;
}

.map-block {
	position: relative;
	width: 100%;
	height: 100%;
}

.cd-card {
	position: relative;
}

.ci-card {
	background: #F2F1F1 0% 0% no-repeat padding-box;
	position: relative;
	height: 100%;
	padding: 45px 10px 23px 50px;
	width: 100%;
}

@media(min-width:1200px) {
	.ci-card {
		padding: 35px 0px 45px 50px;
	}

}



.cd-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

}

.cd-list .cd-info img {
	max-width: 22px;
}

@media(max-width:992px) {
	.cd-list {
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;

	}
}

@media(max-width:768px) {
	.cd-list {
		gap: 45px;

	}
}

.cd-list li {
	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: 25px;
}




@media all and (min-width:1200px) {
	.header-navigation .primary-menu li a {

		margin: 0 20px;
	}

	.header-navigation .primary-menu li.current::after {
		width: 60%;
		left: 20%;
	}

}





/*---------------------------------------------------------- for particular size convenience----------------------- */

/* ---------for extra large-laptop---------- */
@media all and (min-width:1200px) and (max-width:1400px) {}

/* ---------for laptop--------- */
@media all and (min-width:992px) and (max-width:1200px) {
	.hposc {
		margin: 0px 10px;
		margin-top: 40px;
		padding: 22px 16px 25px 16px;
	}

	.header-navigation .primary-menu li a {
		margin: 0 15px;
	}

	.header-navigation .primary-menu li.current::after {
		width: 70%;
		left: 15%;
	}
}

/* ----------for tablet-------------- */
@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) {}

/* --------------------------------General responsiveness------------------------------------- */


@media(max-width:1200px) {
	h1.banner-title {
		font-size: 30px;
		line-height: 46px;
	}

	.section-gap {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.apauc-block {
		margin-top: -200px;
		padding: 25px 15px 37px 15px;
	}

	.aumdc-block {
		padding: 0px 20px;
	}

	.va-block {
		margin-top: 80px;
		margin-bottom: 30px;
	}

	.cfc-block {
		padding: 45px 25px;
	}
}



@media(max-width:992px) {
	h1.banner-title {
		font-size: 26px;
		line-height: 40px;
	}

	.section-gap {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.q1 {
		font-size: 150px;
		line-height: 5px;
		left: -5%;
		top: 15%;
	}

	.q2 {
		font-size: 150px;
		line-height: 5px;
		bottom: 0;
	}

	.sposcc-block {
		padding: 0px 20px;
	}

	.apauc-block {
		padding: 5px 5px 5px 5px;
	}

	.apaucc-block {
		padding: 10px 15px 10px 5px;
	}

	.m-block,
	.vi-block {
		padding: 0px 5px;
	}

	.aumdc-block {
		padding: 0px 10px;
	}

	.va-block {
		margin-top: 60px;
		margin-bottom: 30px;
	}
}


@media(max-width:768px) {
	h1.banner-title {
		font-size: 24px;
		line-height: 36px;
	}

	.section-gap {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.testimonial-card {
		padding: 30px 10px 20px 10px;
	}

	.sposcc-block {
		padding: 0px 10px;
		padding-top: 20px;
		padding-bottom: 15px;
	}

	.gbc-block {
		margin-top: 30px;
		text-align: center;
		padding: 0px 10px;
	}

	.apauc-block {
		margin-top: -100px;
		padding: 10px 10px 35px 10px;
	}

	.apaucc-block {
		padding: 0px 5px 0px 5px;
	}

	.va-block {
		margin-top: 45px;
		margin-bottom: 25px;
	}

	.aumdc-block {
		padding: 0px 0px;
	}

	.wlst-block {
		margin-bottom: 30px;
	}

	.cfc-block {
		padding: 25px 15px;
	}


	.ci-card {
		padding: 45px 10px 23px 25px;
	}

	.cit-block {
		margin-bottom: 30px;
	}

	.q1 {
		font-size: 100px;
		top: 10%;
	}

	.q2 {
		font-size: 100px;
	}

	.gbc-block .given-text {
		font-size: 16px;
		line-height: 22px;
	}

	.faq-section .col-12 {
		position: relative;
		width: 100%;
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
}

@media(max-width:525px) {
	h1.banner-title {
		font-size: 22px;
		line-height: 32px;
	}

	.section-gap {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.hposc {
		margin: 0px 10px;
		margin-top: 40px;
		padding: 22px 10px 25px 10px;
	}

	.va-block {
		margin-top: 30px;
		margin-bottom: 20px;
	}
}

/* .footer-area .widget .footer-links ul li a:hover, */
.breadcrumb li a:hover {
	color: #17a0bb;
}

/* .footer-area .widget .footer-links ul li a:hover{
	padding-left:5px;
} */