
@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=Anton&family=Inter:wght@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");
}

/*==================== 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: 'Anton', sans-serif;
	src: url("../fonts/Anton-Regular.ttf");
	font-weight: 400;
	font-style: normal;
}

.anton-regular {
	font-family: "Anton", sans-serif;
}


/* ============Generic code  */


body {
	font-weight: 400;
	font-style: normal;
	overflow-x: hidden;
	font-size: 15px;
	line-height: 1.5;
	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%;
	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(150deg, #f18726 50%, #634327 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', 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: #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: '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 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.section-gap-top {
	padding-top: 100px;
}

.section-gap-bottom {
	padding-bottom: 100px;
}

@media(max-width:1200px) {
	.section-gap {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.section-gap-top {
		padding-top: 90px;
	}

	.section-gap-bottom {
		padding-bottom: 90px;
	}
}

@media(max-width:991px) {
	.section-gap {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.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-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: #F26630;
}

.header-navigation .primary-menu li {
	display: inline-block;
	/* line-height: 40px; */
	position: relative;
	/* width: max-content; */
	/* padding:5px 0px; */
}

.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: 600;
	line-height: 1;
	padding: 12px 25px;
	color: #000000;
	font-family: 'Poppins', sans-serif;
	margin: 0 0;
}

.header-navigation .primary-menu li a.active {
	padding: 2px 17px;
	background: #0CA640 0% 0% no-repeat padding-box;
	border-radius: 14px;
	color: #FFFFFF;
}

/* .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: #F26630;
}

.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: #FFA72A;

}

@media(min-width:992px) {

	.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: #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: #000000;
}

.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;
		border-radius: 5px;
		left: 15%;
		bottom: 0;
		background: #FFA200 0% 0% no-repeat padding-box;
		width: 0%;
		height: 5px;
		-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;
		/* -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:hover a::after {
		width: 70%;
		/* -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);
	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 a.contact-btn::after {
		display: none;
	}
}



@media all and (min-width:992px) {
	.header-navigation .primary-menu li.current>a::after {
		position: absolute;
		content: "";
		width: 60%;
		height: 5px;
		bottom: 0;
		left: 20%;
		background: #FFA200 0% 0% no-repeat padding-box;
		border-radius: 3px;



	}
}


.header-navigation .primary-menu li a.active:hover,
.header-navigation .primary-menu li a.active:hover~.dd-trigger {
	color: #FFFFFF;
}

/* @media(min-width:992px) {

	.header-navigation .primary-menu li.current li.current a {
		color: #F26630;
		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: #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 #634327;
	padding: 3px;
}

.header-navigation .offcanvas-icon span,
.header-navigation .nav-toggler span {
	background-color: #f18726;
	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: 40px;
	width: 90%;
	left: 5%;
	z-index: 999;
	/* background: #000000 0% 0% no-repeat padding-box; */
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 21px 46px #00000029;
	box-shadow: 0px 21px 46px #00000029;
	border-radius: 30px;
	padding: 0px 25px;
}


/* .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 {
	position: fixed;
	top: 0px;
	width: 90%;
	left: 5%;
	z-index: 999;
	border-radius: 38px;
	-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: 30px;
	/* 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:992px){
	.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: #000000;
}

.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: #FFA72A;
}



.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: #9a9793 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(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: transparent linear-gradient(150deg, #f18726 50%, #634327 100%) 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);
}

.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 {
	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;
		-webkit-transition: color 0.4s linear, background;
		-o-transition: color 0.4s linear, background;
		transition: color 0.4s linear, background;
		margin: 0px 25px !important;
		background: #FFA200 0% 0% no-repeat padding-box;
		-webkit-box-shadow: 0px 4px 8px #0000001F;
		        box-shadow: 0px 4px 8px #0000001F;
		border-radius: 21px;
	}

	.contact-btn:hover {
		background: transparent -o-linear-gradient(top, #FFFFFF 0%, #b9b9b9 100%) 0% 0% no-repeat padding-box;
		background: transparent -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#b9b9b9)) 0% 0% no-repeat padding-box;
		background: transparent linear-gradient(180deg, #FFFFFF 0%, #b9b9b9 100%) 0% 0% no-repeat padding-box;

	}


	.header-logo {
		padding: 0px 0px 0px 0px;
	}


}

@media all and (max-width:767px) {
	.header-one {
		width: 96%;
		left: 2%;
		border-radius: 10px;
		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(300deg, #f8b94c 0%, #ffa200 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(150deg, #f8b94c 0%, #ffa200 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;
	}
}





/*=======  Footer  =======*/
.footer-area {
	background-color: #401f1d;
	/* #00152e; */
}

.footer-area .footer-widgets {
	padding-top: 100px;
	padding-bottom: 50px;
}

.footer-area .footer-widgets .widget {
	margin-bottom: 50px;
}

.footer-area .footer-widgets .widget,
.footer-area .footer-widgets .widget p,
.footer-area .footer-widgets .widget a {
	color: #fff;
}

.footer-area .footer-widgets .widget .widget-title {
	text-transform: capitalize;
	font-weight: 700;
	font-size: 32px;
	margin-bottom: 20px;
	color: #fff;
}

@media (max-width: 991px) {
	.footer-area .footer-widgets .widget .widget-title {
		font-size: 28px;
	}
}

.footer-area .footer-widgets .widget.about-widget {
	font-size: 16px;
}

@media(max-width:768px) {
	.footer-area .footer-widgets .widget.about-widget {
		font-size: 14px;
	}
}

@media(max-width:425px) {
	.footer-area .footer-widgets .widget.about-widget {
		font-size: 12px;
	}
}


.footer-area .footer-widgets .widget.about-widget .logo {
	margin-bottom: 30px;
}

.footer-area .footer-widgets .widget.about-widget p:not(:last-child) {
	margin-bottom: 30px;
}

.footer-area .footer-widgets .widget.nav-widget .footer-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer-area .footer-widgets .widget.nav-widget .footer-list ul {
	display: inline-block;
}

.footer-area .footer-widgets .widget.nav-widget .footer-list ul li {
	line-height: 50px;
	/* margin-right: 40px; */
}

@media (min-width: 992px) and (max-width: 1199px) {
	.footer-area .footer-widgets .widget.nav-widget .footer-list ul li {
		/* margin-right: 20px; */
	}
}

/* .footer-area .footer-widgets .widget.nav-widget .footer-list ul li i {
	padding-right: 6px;
} */

.footer-area .footer-widgets .widget.contact-widget ul li {
	line-height: 36px;
	font-size: 15px;
	font-weight: 400;
}

.footer-area .footer-widgets .widget.contact-widget p {
	margin-top: 25px;
}

@media(max-width:992px) {
	.footer-area .footer-widgets .widget.contact-widget p {
		margin-top: 22px;
	}
}

@media(max-width:768px) {
	.footer-area .footer-widgets .widget.contact-widget p {
		margin-top: 20px;
	}
}

@media(max-width:425px) {
	.footer-area .footer-widgets .widget.contact-widget p {
		margin-top: 16px;
	}
}

.footer-area .footer-widgets .widget.contact-widget p span {
	font-weight: 700;
	color: #fff;
}

.footer-area .footer-widgets .widget.contact-widget a {
	margin-top: 8px;
	color: #f48926;
	/* #0c59db; */
	font-weight: 700;
}

.footer-area .footer-widgets .widget.contact-widget a i {
	padding-right: 6px;
}

.footer-area .footer-copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	text-align: center;
	padding: 15px 0;
	color: #c2d1e2;
}

.footer-area .footer-copyright .foot-main p {
	color: #c2d1e2;
}

.footer-area .footer-copyright a {
	color: #fff;
	font-weight: 700;
}

.footer-area.footer-area-two {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.footer-area.footer-area-two::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #1f1d1ef0;
	opacity: 0.9;
}

.footer-area.footer-area-two::after {
	content: "";
	position: absolute;
	z-index: -1;
	left: -260px;
	bottom: -400px;
	height: 700px;
	width: 700px;
	border-radius: 45%;
	background: #4d4444;
	opacity: 0.4;
}

@media (max-width: 991px) {
	.footer-area.footer-area-two::after {
		width: 500px;
		height: 500px;
		left: -200px;
		bottom: -200px;
	}
}

@media (max-width: 767px) {
	.footer-area.footer-area-two::after {
		display: none;
	}
}

.footer-area.footer-area-two .container {
	position: relative;
	z-index: 1;
}

.footer-area.footer-area-two .container::before {
	content: "";
	position: absolute;
	right: -130px;
	bottom: 4%;
	height: 105px;
	width: 105px;
	border-radius: 50%;
	background: #1f1d1e;
}


@media (max-width: 1199px) {
	.footer-area.footer-area-two .container::before {
		right: 0;
	}
}


.footer-area.footer-area-two .container::after {
	content: "";
	position: absolute;
	right: -30px;
	bottom: calc(3% + 105px + 10px);
	height: 33px;
	width: 33px;
	border-radius: 50%;
	background: #f48926;
}

@media (max-width: 1199px) {
	.footer-area.footer-area-two .container::after {
		right: 20px;
	}
}

@media (max-width:1100px) {
	.footer-area.footer-area-two .container::after {
		display: none;
	}

	.footer-area.footer-area-two .container::before {
		display: none;
	}
}



.widget .footer-list li a {
	position: relative;
	padding-left: 20px;
}

.widget .footer-list li a::before {
	font-family: "FontAwesome";
	content: "\f105";
	position: absolute;
	left: 0;
	line-height: 50px;
	font-size: 14px;
	width: 50px;
}

.footer-area .container .logo img {
	height: 150%;
	width: 200%;
}

@media(max-width:992px) {
	.footer-area .container .logo img {
		height: 120%;
		width: 175%;
	}
}

.header-topbar .contact-info li a {
	color: #fdfbfb;
	font-size: 15px;
}

.header-topbar .contact-info li i {
	margin-right: 5px;
	color: #ffffff;
}

.header-topbar .social-icon li a {
	color: #f48926;
	/* #aeaeae; */
	font-size: 20px;
	-webkit-transition: color 0.4s linear, -webkit-transform 0.3s linear;
	transition: color 0.4s linear, -webkit-transform 0.3s linear;
	-o-transition: color 0.4s linear, transform 0.3s linear;
	transition: color 0.4s linear, transform 0.3s linear;
	transition: color 0.4s linear, transform 0.3s linear, -webkit-transform 0.3s linear;
}

.header-topbar .social-icon li a:hover {
	color: #ffffff;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}



/* ==========banner section=========== */

.banner-section {
	background-image: url('/assets/img/hero-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: scroll;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	z-index: 2;
	padding-top: 220px;
	padding-bottom: 0px;
}
@media all and (max-width:767px){
	.banner-section{
		padding-top: 160px;
	}
}
.hb-ic {
	position: relative;
	margin-top: 90px;
}
.hb-img{
	position: relative;
}
@media all and (min-width:768px){
	.hb-img{
		max-width:570px;
		max-height:388px;

	}
}

.hb-cup {
	position: relative;
	right: -100px;
	bottom: -60px;
	-webkit-transition: bottom 0.6s linear;
	-o-transition: bottom 0.6s linear;
	transition: bottom 0.6s linear;
}
@media all and (max-width:992px){
	.hb-cup {
		right: 0px;
		bottom: 0px;
	}
}
@media all and (max-width:767px){
	.hb-cup{
		display: none;
	}
}

.banner-section:hover .hb-cup {
	bottom: 0px;
	-webkit-transition: bottom 0.6s linear;
	-o-transition: bottom 0.6s linear;
	transition: bottom 0.6s linear;

}







/* =================contact form================== */
.contact-section {
	position: relative;
}

.conform-fcontainer,
.conform-icontainer {
	position: relative;
	height: 100%;
}

.conform-fcontainer {
	-ms-flex-item-align: end;
	    align-self: flex-end;
}

.conform-tb {
	position: relative;
	margin-bottom: 20px;
}

.cform-field input,
.cform-field textarea {
	position: relative;
	margin-top: 12px !important;
	background: #FFFFFF 0% 0% no-repeat padding-box !important;
	border: 0.5px solid #70707075 !important;
	border-radius: 5px !important;
	padding: 15px !important;

}

.cform-field textarea {
	height: 100px;
}

.submit {
	position: relative;
	margin-top: 20px;
	padding: 14px 45px;
	border-radius: 8px;
	background: #FFA200 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	        box-shadow: 0px 3px 6px #00000029;
	border: none;
}

.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;
}


.conform-ib {
	position: relative;
	width: 100%;
	height: 100%;
	/* display: grid; */
	/* justify-content: center; */
}
.conform-ibc{
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}


.conform1 {
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 2;
	-webkit-transition: top 0.5s;
	-o-transition: top 0.5s;
	transition: top 0.5s;
}

@media all and (min-width:768px){
	.conform1 {
		position: absolute;
		top: -100px;
		left: 0;
		z-index: 2;
		-webkit-transition: top 0.5s;
		-o-transition: top 0.5s;
		transition: top 0.5s;
	}
	.contact-section:hover .conform1{
		top:0;
	}
}

.conform2 {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}

@media all and (min-width:1200px) {
	.conform-ib {
		padding-left: 80px;
	}

}



/* 1.3  Our end to end website development solutions section */
.oetewds-section {
	position: relative;
}

.oetewds-tb {
	position: relative;
	margin-bottom: 90px;
}

.oetewdsc-title {
	position: relative;
	margin: 15px 0px 10px 0px;
}

.oetewds-card {
	position: relative;
	padding: 0px 15px;
}
@media all and (max-width:992px){
	.oetewds-card{
		padding:0px 5px;
		margin-top: 30px;
	}
}

.oetewdsc-ic {
	position: relative;
	height: 70px;
}

/* 1.4 Leadsparkx offerings section */
.lsxoffering-section {
	position: relative;
}

.lsxoffering-tb {
	position: relative;
	margin-bottom: 100px;
}

/* .lsxoffering-cb1 .lsxoffering-list{
	text-align: right;
} */

/* =========================================================================================================== */

@media all and (max-width:991px){
	.lsxoffering-cbc{
		display: none;
	}
	.lghidden-container{
		text-align: left;
	}
	.lsxoffbr{
		display: none;
	}
	.lsxoffering-list{
		margin-top: 10px;
		position: relative;
	}
	
	.lsxoffering-list::before {
		font-family: "FontAwesome";
		content: "\f105";
		position: absolute;
		left: -20px;
		top:50%;
		-webkit-transform: translateY(-52%);
		    -ms-transform: translateY(-52%);
		        transform: translateY(-52%);
		/* line-height: 25px; */
		font-size: 16px;
		width: 50px;
	}
}
@media all and (max-width:767px){
	.lsxoffering-list{
		padding-left: 30px;
	}
	
	.lsxoffering-list::before {
		left: 10px;
	}
}


@media (min-width: 992px) {
	.lghidden-container{
		display: none;
	}
    .lg-order-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
                order: 0;
    }

    .lg-order-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
                order: 1;
    }

    .lg-order-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
                order: 2;
    }

    .lg-order-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
                order: 3;
    }

    .lg-order-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
                order: 4;
    }
}

@media all and (min-width:992px) {

	.lsxoffering-cb1 .lsxoffering-list,
	.lsxoffering-cb2 .lsxoffering-list {
		position: relative;
		padding: 20px 0px;
	}



	/* cb1 */
	.lsxoffering-cb1 .lsxoffering-list:nth-of-type(1) {
		padding-top: 0;
	}

	.lsxoffering-cb1 .lsxoffering-list:nth-of-type(1)::before {
		position: absolute;
		content: "";
		width: 30%;
		height: 100%;
		left: 100%;
		top: 15%;
		border-top: 1px solid #707070;
		border-right: 1px solid #707070;
		opacity: 0.45;
		z-index: 99;
	}

	.lsxoffering-cb1 .lsxoffering-list:nth-of-type(1)::after {
		position: absolute;
		content: "";
		top: calc(15% - 12.5px);
		left: calc(100% - 23px);
		border-radius: 50%;
		width: 25px;
		height: 25px;
		background: #FFFFFF 0% 0% no-repeat padding-box;
		border: 4px solid #EBA400;
	}

	.lsxoffering-cb1 .lsxoffering-list:nth-of-type(2)::before {
		position: absolute;
		content: "";
		width: 30%;
		height: 100%;
		left: 100%;
		top: 50%;
		border-top: 1px solid #707070;
		opacity: 0.45;
		z-index: 99;
	}

	.lsxoffering-cb1 .lsxoffering-list:nth-of-type(2)::after {
		position: absolute;
		content: "";
		top: calc(50% - 12.5px);
		left: calc(100% - 23px);
		border-radius: 50%;
		width: 25px;
		height: 25px;
		background: #FFFFFF 0% 0% no-repeat padding-box;
		border: 4px solid #EBA400;
	}

	.lsxoffering-cb1 .lsxoffering-list:nth-of-type(3)::before {
		position: absolute;
		content: "";
		width: 30%;
		height: 100%;
		left: 100%;
		top: 50%;
		border-top: 1px solid #707070;
		opacity: 0.45;
		z-index: 99;
	}

	.lsxoffering-cb1 .lsxoffering-list:nth-of-type(3)::after {
		position: absolute;
		content: "";
		top: calc(50% - 12.5px);
		left: calc(100% - 23px);
		border-radius: 50%;
		width: 25px;
		height: 25px;
		background: #FFFFFF 0% 0% no-repeat padding-box;
		border: 4px solid #EBA400;
	}

	/* cb2 */
	.lsxoffering-cb2 .lsxoffering-list {
		text-align: left;
		padding-left: 50px;

	}

	.lsxoffering-cb2 .lsxoffering-list:nth-of-type(1) {
		padding-top: 0;
	}

	.lsxoffering-cb2 .lsxoffering-list:nth-of-type(1)::before {
		position: absolute;
		content: "";
		width: 20%;
		height: 100%;
		left: -15%;
		top: 15%;
		border-top: 1px solid #707070;
		border-left: 1px solid #707070;
		opacity: 0.45;
		z-index: 99;
	}

	.lsxoffering-cb2 .lsxoffering-list:nth-of-type(1)::after {
		position: absolute;
		content: "";
		top: calc(15% - 10px);
		left: 12.5px;
		border-radius: 50%;
		width: 25px;
		height: 25px;
		background: #FFFFFF 0% 0% no-repeat padding-box;
		border: 4px solid #EBA400;
	}

	.lsxoffering-cb2 .lsxoffering-list:nth-of-type(2)::before {
		position: absolute;
		content: "";
		width: 20%;
		height: 100%;
		left: -15%;
		top: 50%;
		border-top: 1px solid #707070;
		opacity: 0.45;
		z-index: 99;
	}

	.lsxoffering-cb2 .lsxoffering-list:nth-of-type(2)::after {
		position: absolute;
		content: "";
		top: calc(50% - 10px);
		/* left:calc(-35% + 35% - 25px); */
		left: 12.5px;
		border-radius: 50%;
		width: 25px;
		height: 25px;
		background: #FFFFFF 0% 0% no-repeat padding-box;
		border: 4px solid #EBA400;
	}

	.lsxoffering-cb2 .lsxoffering-list:nth-of-type(3)::before {
		position: absolute;
		content: "";
		width: 20%;
		height: 100%;
		left: -15%;
		top: 50%;
		border-top: 1px solid #707070;
		opacity: 0.45;
		z-index: 99;
	}

	.lsxoffering-cb2 .lsxoffering-list:nth-of-type(3)::after {
		position: absolute;
		content: "";
		top: calc(50% - 10px);
		/* left:calc(-35% + 35% - 25px); */
		left: 12.5px;
		border-radius: 50%;
		width: 25px;
		height: 25px;
		background: #FFFFFF 0% 0% no-repeat padding-box;
		border: 4px solid #EBA400;
	}


	/* cb3 */

	.lsxoffering-cb3 .lsxoffering-lists {
		margin-top: 50px;
		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;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

	.lsxoffering-cb3 .lsxoffering-lists::before {
		position: absolute;
		content: "";
		width: 100%;
		height: 50%;
		top: -100%;
		border-bottom: 1px solid #707070;
		border-left: 1px solid #707070;
		border-right: 1px solid #707070;
		opacity: 0.45;
	}

	.lsxoffering-cb3 .lsxoffering-list {
		position: relative;
	}

	.lsxoffering-cb3 .lsxoffering-list::before {
		position: absolute;
		content: "";
		top: calc(-100% + 12.5px);
		/* left:calc(-35% + 35% - 25px); */
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
		border-radius: 50%;
		width: 25px;
		height: 25px;
		background: #FFFFFF 0% 0% no-repeat padding-box;
		border: 4px solid #EBA400;
	}
}

/* =========================================================================================================== */


@media all and (min-width:1200px) {


	.lsxoffering-cb1 .lsxoffering-list,
	.lsxoffering-cb2 .lsxoffering-list {
		position: relative;
		padding: 40px 0px;
	}



	/* cb1 */
	.lsxoffering-cb1 .lsxoffering-list:nth-of-type(1) {
		padding-top: 0;
	}

	.lsxoffering-cb1 .lsxoffering-list:nth-of-type(1)::before {
		position: absolute;
		content: "";
		width: 60%;
		height: 100%;
		left: 100%;
		top: 15%;
		border-top: 1px solid #707070;
		border-right: 1px solid #707070;
		opacity: 0.45;
		z-index: 99;
	}

	.lsxoffering-cb1 .lsxoffering-list:nth-of-type(1)::after {
		position: absolute;
		content: "";
		top: calc(15% - 12.5px);
		left: calc(100% - 23px);
		border-radius: 50%;
		width: 25px;
		height: 25px;
		background: #FFFFFF 0% 0% no-repeat padding-box;
		border: 4px solid #EBA400;
	}

	.lsxoffering-cb1 .lsxoffering-list:nth-of-type(2)::before {
		position: absolute;
		content: "";
		width: 60%;
		height: 100%;
		left: 100%;
		top: 50%;
		border-top: 1px solid #707070;
		opacity: 0.45;
		z-index: 99;
	}

	.lsxoffering-cb1 .lsxoffering-list:nth-of-type(2)::after {
		position: absolute;
		content: "";
		top: calc(50% - 12.5px);
		left: calc(100% - 23px);
		border-radius: 50%;
		width: 25px;
		height: 25px;
		background: #FFFFFF 0% 0% no-repeat padding-box;
		border: 4px solid #EBA400;
	}

	.lsxoffering-cb1 .lsxoffering-list:nth-of-type(3)::before {
		position: absolute;
		content: "";
		width: 60%;
		height: 100%;
		left: 100%;
		top: 50%;
		border-top: 1px solid #707070;
		opacity: 0.45;
		z-index: 99;
	}

	.lsxoffering-cb1 .lsxoffering-list:nth-of-type(3)::after {
		position: absolute;
		content: "";
		top: calc(50% - 12.5px);
		left: calc(100% - 23px);
		border-radius: 50%;
		width: 25px;
		height: 25px;
		background: #FFFFFF 0% 0% no-repeat padding-box;
		border: 4px solid #EBA400;
	}

	/* cb2 */
	.lsxoffering-cb2 .lsxoffering-list {
		text-align: left;
		padding-left: 100px;

	}

	.lsxoffering-cb2 .lsxoffering-list:nth-of-type(1) {
		padding-top: 0;
	}

	.lsxoffering-cb2 .lsxoffering-list:nth-of-type(1)::before {
		position: absolute;
		content: "";
		width: 50%;
		height: 100%;
		left: -35%;
		top: 15%;
		border-top: 1px solid #707070;
		border-left: 1px solid #707070;
		opacity: 0.45;
		z-index: 99;
	}

	.lsxoffering-cb2 .lsxoffering-list:nth-of-type(1)::after {
		position: absolute;
		content: "";
		top: calc(15% - 10px);
		left: 60px;
		border-radius: 50%;
		width: 25px;
		height: 25px;
		background: #FFFFFF 0% 0% no-repeat padding-box;
		border: 4px solid #EBA400;
	}

	.lsxoffering-cb2 .lsxoffering-list:nth-of-type(2)::before {
		position: absolute;
		content: "";
		width: 50%;
		height: 100%;
		left: -35%;
		top: 50%;
		border-top: 1px solid #707070;
		opacity: 0.45;
		z-index: 99;
	}

	.lsxoffering-cb2 .lsxoffering-list:nth-of-type(2)::after {
		position: absolute;
		content: "";
		top: calc(50% - 10px);
		/* left:calc(-35% + 35% - 25px); */
		left: 60px;
		border-radius: 50%;
		width: 25px;
		height: 25px;
		background: #FFFFFF 0% 0% no-repeat padding-box;
		border: 4px solid #EBA400;
	}

	.lsxoffering-cb2 .lsxoffering-list:nth-of-type(3)::before {
		position: absolute;
		content: "";
		width: 50%;
		height: 100%;
		left: -35%;
		top: 50%;
		border-top: 1px solid #707070;
		opacity: 0.45;
		z-index: 99;
	}

	.lsxoffering-cb2 .lsxoffering-list:nth-of-type(3)::after {
		position: absolute;
		content: "";
		top: calc(50% - 10px);
		/* left:calc(-35% + 35% - 25px); */
		left: 60px;
		border-radius: 50%;
		width: 25px;
		height: 25px;
		background: #FFFFFF 0% 0% no-repeat padding-box;
		border: 4px solid #EBA400;
	}


	/* cb3 */

	.lsxoffering-cb3 .lsxoffering-lists {
		margin-top: 50px;
		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;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

	.lsxoffering-cb3 .lsxoffering-lists::before {
		position: absolute;
		content: "";
		width: 100%;
		height: 50%;
		top: -100%;
		border-bottom: 1px solid #707070;
		border-left: 1px solid #707070;
		border-right: 1px solid #707070;
		opacity: 0.45;
	}

	.lsxoffering-cb3 .lsxoffering-list {
		position: relative;
	}

	.lsxoffering-cb3 .lsxoffering-list::before {
		position: absolute;
		content: "";
		top: calc(-100% + 12.5px);
		/* left:calc(-35% + 35% - 25px); */
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
		border-radius: 50%;
		width: 25px;
		height: 25px;
		background: #FFFFFF 0% 0% no-repeat padding-box;
		border: 4px solid #EBA400;
	}
}









.lsxoffering-ib {
	position: relative;
	padding-top: 50px;
}
@media all and (max-width:991px){
	.lsxoffering-ib {
		position: relative;
		padding-top: 0px;
	}
}

.lsxoffering-img1,
.lsxoffering-img2 {
	position: relative;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;

}

.lsxoffering-animcont:hover .lsxoffering-img1,
.lsxoffering-animcont:hover .lsxoffering-img2 {
	-webkit-transform: rotateZ(10deg);
	    -ms-transform: rotate(10deg);
	        transform: rotateZ(10deg);
}

@media all and (max-width:767px) {

	.lsxoffering-list::after {
		display: none;
	}

}



/* 1.5 Why invest in Leadsparkx professional website development section */
.wiilsxpwd-section {
	position: relative;

}

.wiilsxpwd-tb {
	position: relative;
	margin-bottom: 80px;
}

.wiilsxpwd-cc {
	position: relative;
	background: #FAFAFA 0% 0% no-repeat padding-box;
	display: block;
	overflow: hidden;
}

.wiilsxpwdc-cb {
	position: relative;
	padding: 0px 0px 60px 0px;
}

.wiilsxpwdcc {
	position: relative;
	margin-top: 50px;
	padding:0px 15px;
}

.wiilsxpwdcc-title {
	position: relative;
	margin: 20px 0px 15px 0px;
}

.wiilsxpwdc-ib {
	position: relative;
	display: -ms-grid;
	display: grid;
	-ms-flex-line-pack: end;
	    align-content: end;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: end;
}

/* .wiilsxpwdc-img {
	position: relative;
	bottom: -500px;
	transition: bottom 0.5s linear;
}

.wiilsxpwd-section:hover .wiilsxpwdc-img {
	bottom: 0px;
} */



/* 1.6 recognition section */
.recognition-section {
	position: relative;
}

.recognition-tb {
	position: relative;
	margin-bottom: 120px;
}

.recognition-card {
	position: relative;
	padding: 0px 20px;
}

@media all and (max-width:992px){
	.recognition-card{
		margin-top: 40px;
	}
}
.recognition-img {
	position: relative;
	margin-bottom: 15px;
}



/* Testimonial section */
.testimonial-section {
	position: relative;
}

.testimonial-tb {
	position: relative;
	margin-bottom: 90px;
}

.owl-carousel .owl-stage-outer {
	padding: 0px 20px;
	padding-top: 100px;

}

.testcard {
	position: relative;
	width: 347px;
	height: 232px;
	background: #EFA130 0% 0% no-repeat padding-box;
	border-radius: 46px 184px 46px 46px;
	padding: 40px 40px;
	-webkit-transition: border-radius 0.3s linear;
	-o-transition: border-radius 0.3s linear;
	transition: border-radius 0.3s linear;
}
.owl-carousel .owl-item.active.center .testcard{
	border-radius: 46px 0px 46px 46px;
	-webkit-transition: border-radius 0.3s linear;
	-o-transition: border-radius 0.3s linear;
	transition: border-radius 0.3s linear;

}
.testcard:hover{
	border-radius: 46px 0px 46px 46px;
	-webkit-transition: border-radius 0.3s linear;
	-o-transition: border-radius 0.3s linear;
	transition: border-radius 0.3s linear;
}
/* @media all and (min-width:768px) and (max-width:1200px){
	
} */
@media all and (max-width:991px){
	.testcard{
		margin:auto;
	}
}

.test-img {
	position: absolute;
	top: -63px;
	left: -32px;
}

.test-name {
	position: relative;
	font-size: 13px;
	line-height: 1.5;
	color: #000000;
	font-weight: 600;
}

.test-organisation {
	position: relative;
	margin: 5px 0px 15px 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	color: #000000;
}

.test-infor {
	position: relative;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5;
	color: #000000;

}

.testcard-quotation {
	position: absolute;
	left: 90%;
	top: 20%;
	text-align: center;
	font: normal normal normal 72px/18px UnifrakturMaguntia;
	color: #EFA130;

}


/* 1.9 Stay connected section */
.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;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 30px;
}

/*  */
.main-logo{
	max-width:142px;
	max-height:61px;
}





/*---------------------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) {}