@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Hind:wght@400;500;600;700&family=Rubik:wght@400;500;600;700&display=swap");

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

body {
	font-family: "Hind", sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #677a85;
	line-height: 28px;
}

a {
	text-decoration: none;
}

.w-img img {
	width: 100%;
}

.m-img img {
	max-width: 100%;
}

a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover {
	color: inherit;
	text-decoration: none;
}

a,
button {
	color: inherit;
	outline: none;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

button:focus {
	outline: 0;
	border: 0;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Rubik", sans-serif;
	color: #2c3941;
	margin-top: 0px;
	font-weight: 500;
	line-height: 1.2;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none;
}

p {
	font-family: "Hind", sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #677a85;
	margin-bottom: 15px;
	line-height: 28px;
}

*::-moz-selection {
	background: #387ab7;
	color: #ffffff;
	text-shadow: none;
}

::-moz-selection {
	background: #387ab7;
	color: #ffffff;
	text-shadow: none;
}

::selection {
	background: #387ab7;
	color: #ffffff;
	text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
	color: #2c3941;
	font-size: 14px;
	opacity: 1;
}

*::placeholder {
	color: #2c3941;
	font-size: 14px;
	opacity: 1;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
	overflow: hidden;
}

.clear {
	clear: both;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.z-index-1 {
	z-index: 1;
}

.z-index-11 {
	z-index: 11;
}

.z-index-111 {
	z-index: 11;
}

.overflow-y-visible {
	overflow-x: hidden;
	overflow-y: visible;
}

.p-relative {
	position: relative;
}

.p-absolute {
	position: absolute;
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
	background: #2f3a9f;

}

.grey-bg-2 {
	background: #faf7f3;
}

.pink-bg {
	background: #2f3a9f;
}

.green-bg-2 {
	background: #2f3a9f;
}

.yellow-bg {
	background: #DB8727;
}

.blue-bg {
	background: #253597;
}

.white-bg {
	background: #ffffff;
}

.black-bg {
	background: #2c3941;
}

.black-bg-3 {
	background: #222328;
}

.black-bg-4 {
	background: #34454f;
}

.footer-bg {
	background: #000;
}

/*--
    - color
-----------------------------------------*/
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #ffffff !important;
}

.white-color {
	color: #ffffff;
}

.theme-color {
	color: #2f3a9f !important;
}

.black-color {
	color: #2c3941;
}

.pt-235 {
	padding-top: 235px;
}

@media (max-width: 575px) {
	.pt-235 {
		padding-top: 135px;
	}
}

.pt-255 {
	padding-top: 255px;
}

.pt-340 {
	padding-top: 340px;
}

.pt-310 {
	padding-top: 310px;
}

.mb--240 {
	margin-bottom: -240px;
}

.mb--125 {
	margin-bottom: -125px;
}

.mb--215 {
	margin-bottom: -215px;
}

.ml--200 {
	margin-left: -200px;
}

.body-overlay {
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 99;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.body-overlay:hover {
	cursor: pointer;
}

.body-overlay.opened {
	opacity: 1;
	visibility: visible;
}

@media (max-width: 575px) {
	.progress-wrap {
		right: 15px;
		bottom: 70px;
	}
}

.r-btn {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	background: #2f3a9f;
	height: 43px;
	line-height: 43px;
	text-align: center;
	padding: 0 28px;
	text-transform: capitalize;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.r-btn i {
	padding-left: 5px;
}

.r-btn::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 102%;
	background: #222328;
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}

.r-btn:hover {
	color: #ffffff;
}

.r-btn:hover::after {
	opacity: 1;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.r-btn:focus {
	color: #ffffff;
}

.r-btn-green {
	background: #D98527;
}

.r-btn-white {
	background: #ffffff;
	color: #2f3a9f;
}

.r-btn-white:focus {
	color: #2f3a9f;
}

.r-btn-yellow {
	background: #2f3a9f;
	color: #fff;
	margin-top: 1px;
}

.r-btn-yellow:focus {
	color: #387ab7;
}

.r-btn-yellow:hover {
	color: #ffffff;
}

.r-btn-border {
	border: 2px solid #15625d;
	color: #69cbc5;
	background: transparent;
	line-height: 58px;
}

.r-btn-border:hover {
	border-color: #222328;
}

.r-btn-border-2 {
	border: 2px solid #e7e7e7;
	color: #2c3941;
	background: transparent;
	line-height: 60px;
}

.r-btn-border-2:hover,
.r-btn-border-2:focus {
	border-color: #ffffff;
	border-color: #222328;
	color: #ffffff;
}

.r-btn-border-3 {
	border: 2px solid rgba(255, 255, 255, 0.2);
	color: #ffffff;
	background: transparent;
}

.r-btn-border-3::after {
	background: #ffffff;
}

.r-btn-border-3:hover {
	border-color: #ffffff;
	background: #ffffff;
	color: #222328;
}

.r-btn-grey {
	background: #ded5c9;
	color: #222328;
}

.r-btn-grey::after {
	background: #2f3a9f;
}

.r-btn-grey:hover {
	color: #ffffff;
}

.r-btn-plr-90 {
	padding-left: 90px;
	padding-right: 90px;
}

.section__title {
	font-size: 28px;
	line-height: 1.1;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.section__title {
		font-size: 40px;
	}
}

@media (max-width: 575px) {
	.section__title {
		font-size: 30px;
	}
}

.section__title-pre {
	position: relative;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	color: #2f3a9f;
	padding-left: 45px;
	margin-bottom: 10px;
}

.section__title-pre::after {
	position: absolute;
	content: "";
	left: 0;
	top: 45%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #2f3a9f;
	width: 30px;
	height: 2px;
}

.section__title-pre.center {
	padding-right: 45px;
}

.section__title-pre.center::before {
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #2f3a9f;
	width: 30px;
	height: 2px;
}

.section__title-pre-white {
	color: #ffffff !important;
}

.section__title-pre-white::after,
.section__title-pre-white::before {
	background: #ffffff !important;
}

.section__title-pre-yellow {
	color: #DB8727 !important;
}

.section__title-pre-yellow::after,
.section__title-pre-yellow::before {
	background: #DB8727;
}

.section__title-pre-yellow.yellow::after,
.section__title-pre-yellow.yellow::before {
	background: #DB8727;
}

.section__title-pre-2 {
	color: #677a85;
}

.section__title-pre-2::after,
.section__title-pre-2::before {
	background: #677a85;
}

.section__title-pre-2.center::before {
	background: #677a85;
}

.section__title-pre-3.right {
	padding-right: 45px;
	padding-left: 0;
}

.section__title-pre-3.right::after {
	left: auto;
	right: 0;
	background: #677a85;
}

.section__title-pre-3::after {
	background: #677a85;
}

.section__title-pre-3.center::after,
.section__title-pre-3.center::before {
	background: #677a85;
}

.section__title-pre-3.center.yellow::after,
.section__title-pre-3.center.yellow::before {
	background: #DB8727;
}

.section__title-white {
	color: #ffffff !important;
}

.section__title-3 {
	color: #2c3941;
}

/* link btn */
.link-btn {
	position: relative;
	font-size: 15px;
	font-weight: 500;
	color: #D98527;
	text-transform: uppercase;
	padding-right: 15px;
}

.link-btn i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
}

.link-btn i:first-child {
	left: -100%;
	visibility: hidden;
	opacity: 0;
}

.link-btn i:last-child {
	right: 0;
}

.link-btn:hover {
	color: #2c3941;
}

.link-btn:hover i:first-child {
	left: 0;
	visibility: visible;
	opacity: 1;
}

.link-btn:hover i:last-child {
	right: -100%;
	visibility: hidden;
	opacity: 0;
}

.link-btn-2 {
	position: relative;
	font-size: 14px;
	color: #D98527;
	font-weight: 500;
	padding-right: 22px;
	display: inline-block;
	text-transform: uppercase;
	font-family: "Rubik", sans-serif;
}

.link-btn-2 i {
	position: absolute;
	top: 45%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	font-size: 12px;
}

.link-btn-2 i:first-child {
	right: 10%;
	visibility: hidden;
	opacity: 0;
}

.link-btn-2 i:last-child {
	right: 0;
}

.link-btn-2:hover {
	color: #2f3a9f;
}

.link-btn-2:hover i:first-child {
	right: 0;
	visibility: visible;
	opacity: 1;
}

.link-btn-2:hover i:last-child {
	right: -10%;
	visibility: hidden;
	opacity: 0;
}

.link-btn-2.pink {
	color: #2f3a9f;
}

.link-btn-2.pink:hover {
	color: #D98527;
}

/* pulse btn */
.pulse-btn {
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 84px;
	text-align: center;
	background-color: #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #2f3a9f;
	animation: pulse 2s infinite;
}

.pulse-btn:hover {
	background-color: #2f3a9f;
	color: #ffffff;
}

.pulse-btn i {
	padding-left: 2px;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
	}

	70% {
		-webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
	}

	70% {
		-moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
	}

	100% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

.basic-pagination ul li {
	display: inline-block;
}

.basic-pagination ul li:not(:last-child) {
	margin-right: 10px;
}

.basic-pagination ul li a {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 52px;
	text-align: center;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 2px solid #f1f1f1;
	font-size: 18px;
	font-weight: 600;
}

.basic-pagination ul li a:hover,
.basic-pagination ul li a.active {
	background: #2f3a9f;
	border-color: #2f3a9f;
	color: #ffffff;
}

/*----------------------------------------*/
/*  02. HEADER CSS START
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.header__padding {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header__padding {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width:992px) {
	.mobile-none {
		display: none !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header__padding {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.header__padding {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media (max-width: 575px) {
	.header__padding {
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

.header__bottom.sticky {
	left: 0;
	margin: auto;
	position: fixed !important;
	top: 0;
	width: 100%;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
	z-index: 99;
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	background: #ffffff;
}

.header__bottom.sticky.sticky-2 {
	background: #222328;
}

.header__bottom.sticky .main-menu-2 ul li a {
	padding: 30px 0;
}

.header__bottom.sticky .main-menu-2 ul li a::after {
	bottom: 25px;
}

.header__bottom.sticky .main-menu-2 ul li .submenu li a {
	padding: 3px 20px;
}

.header__transparent {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99;
}

.header__top {
	padding-top: 6px;
	padding-bottom: 6px;
}

.header__info ul li {
	display: inline-block;
}

.header__info ul li:not(:last-child) {
	margin-right: 35px;
}

.header__info ul li a {
	font-size: 15px;
	color: #2c3941;
}

.header__info ul li a i {
	color: #2f3a9f;
	margin-right: 5px;
}

.header__info-2 ul li a {
	color: #2c3941;
}

.header__info-2 ul li a i {
	color: #2f3a9f;
}

.header__search input {
	width: 140px;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	padding-right: 30px;
	font-size: 13px;
	border: none;
	outline: none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.header__search input::placeholder {
	color: #687e8b;
}

.header__search button {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 10px;
	color: #687e8b;
}

.header__search-btn {
	font-size: 24px;
	color: #ffffff;
	display: inline-block;
	padding-top: 6px;
}

.header__search-btn:hover,
.header__search-btn:focus {
	color: #222328;
}

.header__lang .nice-select {
	padding: 0;
	padding-right: 17px;
	height: 30px;
	line-height: 30px;
	background: transparent;
	border: none;
	color: #2c3941;
}

.header__lang .nice-select::after {
	right: 0;
	color: #2f3a9f;
}

.header__lang .nice-select .list {
	left: auto;
	right: 0;
}

.header__social ul li {
	display: inline-block;
}

.header__social ul li:not(:last-child) {
	margin-right: 5px;
}

.header__social ul li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	background: #f8f4ef;
	color: #2f3a9f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.header__social ul li a:hover {
	background: #2f3a9f;
	color: #ffffff;
}

.header__social-2 ul li a {
	color: #2c3941;
}

.header__social-2 ul li a:hover {
	background: #DB8727;
	color: #2c3941;
}

.header__cart-btn {
	color: #2c3941;
	font-size: 17px;
}

.header__cart-btn:hover {
	color: #2f3a9f;
}

.header__cart-btn-2 {
	color: #ffffff;
}

.header__call-icon i {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	color: #222328;
	background: #DB8727;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.header__call-text span {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
	color: #677a85;
}

.header__call-text h5 {
	font-size: 18px;
	margin-bottom: 0;
	line-height: 1;
}

.main-menu ul li {
	display: inline-block;
	margin: 0 19px;
	position: relative;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
	.main-menu ul li {
		margin: 0 15px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.main-menu ul li {
		margin: 0 10px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-menu ul li {
		margin: 0 10px;
	}
}

.main-menu ul li a {
	position: relative;
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	color: #2c3941;
	text-transform: capitalize;
	padding: 30px 0;
}

.main-menu ul li a::after {
	position: absolute;
	content: "";
	left: auto;
	right: 0;
	bottom: 25px;
	width: 0;
	height: 2px;
	background: #2f3a9f;
	visibility: hidden;
	opacity: 0;
}

.main-menu ul li a i {
	position: relative;
	right: 0;
	top: 1px;
	padding-left: 3px;
}

.main-menu ul li:hover>a,
.main-menu ul li.active>a {
	color: #2f3a9f;
}

.main-menu ul li:hover>a::after,
.main-menu ul li.active>a::after {
	background: #2f3a9f;
	visibility: visible;
	opacity: 1;
	width: 100%;
	left: 0;
	right: auto;
}

.main-menu ul li:hover .submenu {
	visibility: visible;
	opacity: 1;
	top: 100%;
}

.main-menu ul li .submenu {
	position: absolute;
	top: 120%;
	left: 0;
	width: 270px;
	padding: 10px 0px 0px;
	background: #ffffff;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
	-moz-box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
	box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	visibility: hidden;
	opacity: 0;
	z-index: 9;
}

.main-menu ul li .submenu li {
	display: block;
	margin: 0;
	border-bottom: 1px dashed #ababab;
}

.main-menu ul li .submenu li:last-child {
	border-bottom: none;
}

.main-menu ul li .submenu li>a {
	font-size: 14px;
	width: 100%;
	display: block;
	padding: 5px 20px;
	text-transform: capitalize;
	color: #2c3941;
	font-weight: 600;
	position: relative;
}

.main-menu ul li .submenu li>a::after {
	display: none;
}

.main-menu ul li .submenu li:hover>a {
	color: #2f3a9f;
}

.main-menu ul li .submenu li:hover>a::before {
	height: 100%;
	bottom: auto;
	top: 0;
}

.main-menu ul li .submenu li:hover>.submenu {
	visibility: visible;
	opacity: 1;
	left: 100%;
}

.main-menu ul li .submenu li .submenu {
	top: 0;
	left: 120%;
	visibility: hidden;
	opacity: 0;
}

.main-menu-2 ul li {
	margin: 0;
}

.main-menu-2 ul li:not(:last-child) {
	margin-right: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-menu-2 ul li:not(:last-child) {
		margin-right: 20px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.main-menu-2 ul li:not(:last-child) {
		margin-right: 30px;
	}
}

.main-menu-2 ul li a {
	padding: 55px 0;
	color: #ffffff;
}

.main-menu-2 ul li a::after {
	background: #ffffff;
	bottom: 50px;
}

.main-menu-2 ul li:hover>a,
.main-menu-2 ul li.active>a {
	color: #ffffff;
}

.main-menu-2 ul li:hover>a::after,
.main-menu-2 ul li.active>a::after {
	background: #ffffff;
}

.main-menu-3 ul li {
	margin: 0;
}

.main-menu-3 ul li:not(:last-child) {
	margin-right: 35px;
}

.main-menu-3 ul li a {
	padding: 28px 0;
}

.main-menu-3 ul li a::after {
	bottom: 0px;
}

.dot-hamburger-btn {
	position: relative;
	width: 25px;
	height: 25px;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
}

.dot-hamburger-btn span {
	background: #2f3a9f;
	display: block;
	position: absolute;
	height: 7px;
	width: 7px;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.dot-hamburger-btn span:nth-child(even) {
	left: 13px;
}

.dot-hamburger-btn span:nth-child(odd) {
	left: 0px;
}

.dot-hamburger-btn span:nth-child(1),
.dot-hamburger-btn span:nth-child(2),
.dot-hamburger-btn span:nth-child(3) {
	top: 0px;
}

.dot-hamburger-btn span:nth-child(4),
.dot-hamburger-btn span:nth-child(5),
.dot-hamburger-btn span:nth-child(6) {
	top: 13px;
}

.dot-hamburger-btn span:nth-child(7),
.dot-hamburger-btn span:nth-child(8),
.dot-hamburger-btn span:nth-child(9) {
	top: 26px;
}

.dot-hamburger-btn span:nth-child(3) {
	left: 26px;
}

.dot-hamburger-btn span:nth-child(6) {
	left: 26px;
}

.dot-hamburger-btn span:nth-child(9) {
	left: 26px;
}

.dot-hamburger-btn-2 span {
	background: #2f3a9f;
}

.dot-hamburger-btn-3 span {
	background: #2f3a9f;
}

.sidebar__area {
	position: fixed;
	right: -485px;
	top: 0;
	width: 465px;
	height: 100%;
	background: #ffffff none repeat scroll 0 0;
	overflow-y: scroll;
	-webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
	box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	z-index: 999;
}

@media (max-width: 575px) {
	.sidebar__area {
		width: 350px;
	}
}

.sidebar__area.sidebar-opened {
	right: 0px;
}

.sidebar__wrapper {
	position: relative;
	padding: 0px 20px;
}

@media (max-width: 575px) {
	.sidebar__wrapper {
		padding: 20px;
	}
}

.sidebar__close {
	position: absolute;
	top: 48px;
	right: 45px;
}

@media (max-width: 575px) {
	.sidebar__close {
		top: 22px;
		right: 20px;
	}
}

.sidebar__close-btn {
	display: inline-block;
	font-size: 16px;
	height: 45px;
	width: 45px;
	line-height: 49px;
	background: #2f3a9f;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	top: -20px;
	right: 4px;
}

.logo a {
	display: flex;
	align-items: center;
	gap: 6px;
}

.logo img {
	width: 140px;
}

.logo a h5 {
	color: #212121;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 20px;
}

.sidebar__close-btn:hover {
	background: #387ab7;
}

.gst-number {
	color: #000;
}

.sidebar__contact-text h6 {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 2px;
}

.sidebar__logo {
	border-bottom: 1px solid #dedede;
	padding-bottom: 15px;
}

.sidebar__logo img {
	width: 150px;
}

.sidebar__search {
	position: relative;
}

.sidebar__search input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-right: 20px;
	background: transparent;
	border: none;
	outline: none;
	border-bottom: 1px solid #dedede;
	font-size: 14px;
}

.sidebar__search input::placeholder {
	color: #2c3941;
}

.sidebar__search input:focus {
	border-color: #394a55;
}

.sidebar__search button {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 14px;
	color: #2c3941;
}

.sidebar__text p {
	margin-bottom: 25px;
}

.sidebar__contact h4 {
	font-size: 22px;
	margin-bottom: 20px;
}

.sidebar__contact ul li:not(:last-child) {
	margin-bottom: 20px;
}

.sidebar__contact ul li:hover i {
	background: #2f3a9f;
	color: #ffffff;
	border-color: #2f3a9f;
}

.sidebar__contact ul li:hover a {
	color: #394a55;
}

.sidebar__contact-icon i {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	background-color: #2f3a9f;
	border: 1px solid #2f3a9f;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.sidebar__contact-text a {
	font-size: 15px;
	font-weight: 500;
	color: #212121;
}

.sidebar__map iframe {
	width: 100%;
	height: 200px;
	border: none;
}

.sidebar__social ul li {
	display: inline-block;
}

.sidebar__social ul li:not(:last-child) {
	margin-right: 5px;
}

.sidebar__social ul li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	background: #f8f4ef;
	color: #D98527;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.sidebar__social ul li a:hover {
	background: #D98527;
	color: #ffffff;
}

.search__area {
	position: fixed;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0%;
	background: #ffffff;
	z-index: 9999;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	opacity: 0;
	visibility: hidden;
}

.search__area.opened {
	top: 0;
	bottom: auto;
	height: 100%;
	opacity: 1;
	visibility: visible;
}

.search__wrapper {
	position: relative;
}

.search__input {
	position: relative;
}

.search__input input {
	width: 100%;
	height: 80px;
	background: transparent;
	outline: none;
	border: none;
	border-bottom: 2px solid rgba(44, 57, 65, 0.8);
	color: #2c3941;
	font-size: 35px;
	padding-right: 60px;
}

.search__input input::placeholder {
	font-size: 20px;
	color: #2c3941;
	text-transform: capitalize;
}

.search__input button {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #2c3941;
	font-size: 35px;
}

.search__close {
	position: absolute;
	top: -100px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.search__close .search-close-btn {
	font-size: 35px;
	color: #2c3941;
}

/* mean menu customize */
.mean-container a.meanmenu-reveal {
	display: none;
}

.mean-container .mean-nav {
	background: none;
	margin-top: 0;
}

.mean-container .mean-bar {
	padding: 0;
	min-height: auto;
	background: none;
}

.mean-container .mean-nav>ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
	display: block !important;
}

.mean-container a.meanmenu-reveal {
	display: none !important;
}

.mean-container .mean-nav ul li a {
	width: 100%;
	padding: 10px 0;
	color: #2c3941;
	border-top: 1px solid #ebebeb;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 700;
}

.mean-container .mean-nav ul li a:hover {
	color: #D98527;
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 5px;
	padding: 0 !important;
	line-height: 14px;
	border: 1px solid #ebebeb !important;
	height: 30px;
	width: 30px;
	color: #2c3941;
	line-height: 32px;
	top: 0;
	font-weight: 400;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: #2f3a9f;
	color: #ffffff;
	border-color: #2f3a9f;
}

.mean-container .mean-nav ul li>a>i {
	display: none;
}

.mean-container .mean-nav ul li>a.mean-expand i {
	display: inline-block;
}

.mean-container .mean-nav>ul>li:first-child>a {
	border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
	color: #2c3941;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	color: #fff;
}

.header__bottom-mid {
	float: right !important;
}

/*----------------------------------------*/
/*  03. SLIDER CSS START
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.slider__padding {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider__padding {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider__padding {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider__padding {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media (max-width: 575px) {
	.slider__padding {
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.slider__height {
	min-height: 820px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider__height {
		min-height: 650px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider__height {
		min-height: 620px;
	}
}

@media (max-width: 575px) {
	.slider__height {
		min-height: 520px;
	}
}

.slider__height-2 {
	min-height: 815px;
}

.slider__overlay {
	position: relative;
}

.slider__overlay::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(34, 35, 40, 0.7);
}

.slider__content {
	position: relative;
	z-index: 1;
}

.slider__content span {
	font-size: 20px;
	font-weight: 500;
	color: #ffffff;
	display: inline-block;
	padding: 0 25px;
	position: relative;
	margin-bottom: 15px;
}

.slider__content span::after,
.slider__content span::before {
	position: absolute;
	content: "";
	left: 0;
	top: 5px;
	width: 3px;
	height: 15px;
	background: #ffffff;
}

.slider__content span::after {
	left: auto;
	right: 0;
}

.slider__content-2 p {
	font-size: 20px;
	line-height: 32px;
	padding: 0 180px;
	font-family: "Rubik", sans-serif;
	color: #ffffff;
	margin-bottom: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.slider__content-2 p {
		padding-left: 85px;
		padding-right: 85px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider__content-2 p {
		padding-left: 45px;
		padding-right: 45px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider__content-2 p {
		padding-left: 80px;
		padding-right: 80px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider__content-2 p {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media (max-width: 575px) {
	.slider__content-2 p {
		padding-left: 0px;
		padding-right: 0px;
	}
}

.slider__title {
	font-size: 130px;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider__title {
		font-size: 90px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider__title {
		font-size: 70px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider__title {
		font-size: 60px;
	}
}

@media (max-width: 575px) {
	.slider__title {
		font-size: 37px;
	}
}

.slider__title-2 {
	font-size: 130px;
	color: #ffffff;
	margin-bottom: 10px;
	text-transform: uppercase;
	line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider__title-2 {
		font-size: 110px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider__title-2 {
		font-size: 80px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider__title-2 {
		font-size: 60px;
	}
}

@media (max-width: 575px) {
	.slider__title-2 {
		font-size: 60px;
	}
}

.slider__nav .swiper-slider-nav i {
	font-size: 20px;
	color: #ffffff;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: rgba(57, 74, 85, 0.5);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.slider__nav .swiper-slider-nav i:hover {
	background: #ffffff;
	color: #2c3941;
}

.slider__nav .swiper-slider-nav::after {
	display: none;
}

.slider__youtube .play-btn {
	display: inline-block;
	width: 100px;
	height: 70px;
	line-height: 74px;
	background: #ff4328;
	color: #ffffff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

@media (max-width: 575px) {
	.slider__btn .r-btn {
		margin-right: 0;
	}
}

/*----------------------------------------*/
/*  04. ABOUT CSS START
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about__content {
		margin-top: 50px;
		padding-left: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.about__content {
		margin-top: 50px;
		padding-left: 0;
	}
}

@media (max-width: 575px) {
	.about__content {
		margin-top: 50px;
		padding-left: 0;
	}
}

.about__content p {
	margin-bottom: 20px;
}

.about__content p.bold-text {
	font-size: 18px;
	font-weight: 500;
	color: #2c3941;
	margin-bottom: 20px;
}

.about__content-2 p {
	margin-bottom: 3px;
}

.about__content-2 .link-btn {
	color: #677a85;
}

.about__content-2 .link-btn:hover {
	color: #D98527;
}

.about__author-info h3 {
	font-size: 20px;
	margin-bottom: 0;
}

.about__author-info span {
	font-size: 14px;
	color: #2f3a9f;
	font-weight: 500;
}

.about__thumb-1 img {
	-webkit-clip-path: polygon(0 0, 53% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 53% 0, 100% 100%, 0% 100%);
}

.about__thumb-2 {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.about__thumb-2 img {
	width: 360px;
	height: 360px;
	border: 12px solid #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

@media (max-width: 575px) {
	.about__thumb-2 img {
		width: 160px;
		height: 160px;
	}
}

@media (max-width: 575px) {
	.about__thumb.mt-45 {
		margin-top: 0;
	}
}

.about__triangle {
	position: relative;
}

.about__triangle::after {
	position: absolute;
	content: "";
	left: -20px;
	bottom: -20px;
	width: 208px;
	height: 208px;
	background: #D98527;
	-webkit-clip-path: polygon(0 1%, 0% 100%, 100% 100%);
	clip-path: polygon(0 1%, 0% 100%, 100% 100%);
	z-index: -1;
}

.about__item {
	padding: 35px;
	padding-top: 45px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(242, 242, 242, 0.9);
	-moz-box-shadow: 0px 0px 15px 0px rgba(242, 242, 242, 0.9);
	box-shadow: 0px 0px 15px 0px rgba(242, 242, 242, 0.9);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about__item {
		padding-left: 0;
		padding-right: 0;
	}
}

.about__item-green {
	background: #2f3a9f;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.about__item-green .about__icon i {
	color: #ffffff;
}

.about__item-green .about__title-2 {
	color: #ffffff;
}

.about__item-green .about__title-2 a:hover {
	color: #ffffff;
}

.about__item-green .about__content-2 p {
	color: #ffffff;
}

.about__item-green .about__content-2 .link-btn {
	color: #ffffff;
}

.about__item-green .about__content-2 .link-btn:hover {
	color: #ffffff;
}

.about__item-yellow {
	background: #DB8727;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.about__item-yellow .about__icon i {
	color: #2c3941;
}

.about__item-yellow .about__title-2 {
	color: #2c3941;
}

.about__item-yellow .about__title-2 a:hover {
	color: #ffffff;
}

.about__item-yellow .about__content-2 p {
	color: #2c3941;
}

.about__item-yellow .about__content-2 .link-btn {
	color: #2c3941;
}

.about__item-yellow .about__content-2 .link-btn:hover {
	color: #ffffff;
}

.about__icon i {
	font-size: 60px;
	color: #2f3a9f;
	display: inline-block;
}

.about__icon.yellow i {
	color: #DB8727;
}

.about__title-2 {
	font-size: 20px;
}

.about__title-2 a:hover {
	color: #D98527;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about__wrapper-2 {
		padding-left: 0;
		margin-top: 25px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.about__wrapper-2 {
		padding-left: 0;
		margin-top: 25px;
	}
}

@media (max-width: 575px) {
	.about__wrapper-2 {
		padding-left: 0;
		margin-top: 25px;
	}
}

.about__wrapper-2>p {
	margin-bottom: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.about__wrapper-3 {
		padding-right: 50px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about__wrapper-3 {
		padding-bottom: 50px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about__wrapper-3 {
		padding-bottom: 50px;
		padding-top: 45px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.about__wrapper-3 {
		padding-bottom: 50px;
		padding-top: 45px;
	}
}

@media (max-width: 575px) {
	.about__wrapper-3 {
		padding-bottom: 50px;
		padding-top: 45px;
	}
}

.about__wrapper-3 .ab-text {
	color: #ffffff;
	margin-bottom: 20px;
}

.about__bg {
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	width: 92%;
	z-index: -1;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.04;
}

.about__features ul li:not(:last-child) {
	margin-bottom: 15px;
}

.about__features ul li:hover i {
	background: #ffffff;
	border-color: #ffffff;
}

.about__features-icon i {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 36px;
	border: 2px solid #14645f;
	color: #DB8727;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.about__features-icon i:hover {
	background: #ffffff;
	border-color: #ffffff;
}

.about__features-content h5 {
	font-size: 18px;
	margin-bottom: 0;
	color: #ffffff;
}

.about__quote {
	font-size: 18px;
	padding-left: 28px;
	position: relative;
	color: #ffffff;
	margin-bottom: 23px;
}

.about__quote::after {
	position: absolute;
	content: "";
	left: 0;
	top: 5px;
	width: 3px;
	height: 80%;
	background: #DB8727;
}

.about-mt--130 {
	margin-top: -130px;
}

/*----------------------------------------*/
/*  05. FEATURES CSS START
/*----------------------------------------*/
.features__area {
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 70px;
}

@media (max-width: 575px) {
	.features__item {
		padding-right: 0;
	}
}

.features__item:hover .features__icon span {
	-webkit-transform: translateY(-5px) translate3d(0, -5px, 0);
	-moz-transform: translateY(-5px) translate3d(0, -5px, 0);
	-ms-transform: translateY(-5px) translate3d(0, -5px, 0);
	transform: translateY(-5px) translate3d(0, -5px, 0);
}

.features__item:not(:last-child) {
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: 2px solid #dedede;
}

.features__item-2 {
	padding: 35px 35px;
	width: 270px;
}

.features__item-2.fea-1 {
	margin-left: 400px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.features__item-2.fea-1 {
		margin-left: 275px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.features__item-2.fea-1 {
		margin-left: 250px;
	}
}

@media (max-width: 575px) {
	.features__item-2.fea-1 {
		margin-left: 0px;
	}
}

.features__item-2.fea-2 {
	margin-left: 100px;
	margin-top: -85px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.features__item-2.fea-2 {
		margin-left: -20px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.features__item-2.fea-2 {
		margin-top: 30px;
	}
}

@media (max-width: 575px) {
	.features__item-2.fea-2 {
		margin-top: 30px;
		margin-left: 0;
	}
}

.features__item-2.fea-3 {
	margin-top: 30px;
	margin-left: -45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.features__item-2.fea-3 {
		margin-left: -120px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.features__item-2.fea-3 {
		margin-left: 0px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.features__item-2.fea-3 {
		margin-left: 0px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.features__item-2.fea-3 {
		margin-left: 0px;
	}
}

@media (max-width: 575px) {
	.features__item-2.fea-3 {
		margin-left: 0px;
	}
}

.features__item-3 {
	padding: 50px 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.features__item-3 {
		padding-right: 0;
		padding-left: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.features__item-3 {
		padding-right: 20px;
		padding-left: 20px;
	}
}

.features__item-3:hover .features__icon-3 span {
	-webkit-transform: translateY(-10px) translate3d(0, -10px, 0);
	-moz-transform: translateY(-10px) translate3d(0, -10px, 0);
	-ms-transform: translateY(-10px) translate3d(0, -10px, 0);
	transform: translateY(-10px) translate3d(0, -10px, 0);
}

.features__item-4 {
	width: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.features__item-4 {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.features__item-4 {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.features__item-4 {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.features__title {
	font-size: 24px;
	margin-bottom: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.features__title {
		font-size: 22px;
	}
}

.features__title-2 {
	margin-bottom: 0;
}

.features__title-3 {
	margin-bottom: 15px;
}

@media (max-width: 575px) {
	.features__icon {
		margin-bottom: 25px;
	}
}

.features__icon span {
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	background: #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
	-moz-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
	-ms-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
	-o-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
	transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}

.features__icon-2 span {
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #ffffff;
}

.features__icon-3 span {
	display: inline-block;
	width: 120px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #ffffff;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(207, 199, 188, 0.47);
	-moz-box-shadow: 0px 10px 60px 0px rgba(207, 199, 188, 0.47);
	box-shadow: 0px 10px 60px 0px rgba(207, 199, 188, 0.47);
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
	-moz-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
	-ms-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
	-o-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
	transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}

.features__content p {
	margin-bottom: 0;
}

.features__content-3 p {
	margin-bottom: 25px;
}

@media (max-width: 575px) {
	.features__wrapper-2 {
		padding-right: 0;
	}
}

.features__wrapper-2>p {
	padding-right: 20px;
	padding-left: 30px;
	margin-bottom: 22px;
	position: relative;
}

.features__wrapper-2>p::after {
	position: absolute;
	content: "";
	left: 0;
	top: 5px;
	width: 3px;
	height: 90%;
	background: #DB8727;
}

@media (max-width: 575px) {
	.features__wrapper-3 {
		padding-right: 0px;
	}
}

.features__wrapper-3 p {
	font-size: 15px;
	line-height: 27px;
	font-weight: 500;
	color: #222328;
	margin-bottom: 0px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.features__wrapper-3 p {
		margin-bottom: 40px;
	}

}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.features__wrapper-3 p {
		margin-bottom: 40px;
	}
}

@media (max-width: 575px) {
	.features__wrapper-3 p {
		margin-bottom: 40px;
	}
}

.features__wrapper-border {
	position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.features__wrapper-border {
		padding-right: 0;
	}
}

.features__wrapper-border::after {
	position: absolute;
	content: "";
	right: -45px;
	top: 0;
	width: 2px;
	height: 100px;
	background: #e1e1e1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.features__wrapper-border::after {
		right: 10px;
		top: 3px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.features__wrapper-border::after {
		display: none;
	}
}

.features__list ul li:not(:last-child) {
	margin-bottom: 15px;
}

.features__list ul li i {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 41px;
	text-align: center;
	border: 2px solid #e8e8e8;
	color: #677a85;
	font-size: 18px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.features__list ul li p {
	margin-bottom: 0;
}

.features__list ul li:hover i {
	color: #ffffff;
	background: #2f3a9f;
	border-color: #2f3a9f;
}

.features__video {
	position: absolute;
	bottom: 0;
	right: -95px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.features__video {
		right: 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.features__video {
		right: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.features__video {
		right: 0px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.features__video {
		display: none;
	}
}

@media (max-width: 575px) {
	.features__video {
		display: none;
	}
}

.features__video-thumb {
	position: relative;
}

.features__video-thumb::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(10, 76, 72, 0.45);
}

.features__video-thumb .play-btn {
	display: inline-block;
	width: 55px;
	height: 55px;
	line-height: 59px;
	font-size: 12px;
	color: #2f3a9f;
	background: #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}

.features__video-thumb .play-btn i {
	padding-left: 3px;
}

.features__video-thumb .play-btn:hover {
	background: #2f3a9f;
	color: #ffffff;
}

.features__video-triangle {
	position: relative;
}

.features__video-triangle::after {
	position: absolute;
	content: "";
	right: -15px;
	bottom: -15px;
	width: 103px;
	height: 103px;
	background: #DB8727;
	-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	z-index: -1;
}

.features__shape-1 {
	position: absolute;
	top: 30%;
	left: 30%;
	z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.features__shape-1 {
		left: 21%;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.features__shape-1 {
		left: 11%;
	}
}

@media (max-width: 575px) {
	.features__shape-1 {
		left: 0%;
		width: 100%;
	}
}

.features__shape-2 {
	position: absolute;
	top: 15px;
	left: 10px;
}

.features__shape-3 {
	position: absolute;
	bottom: 5px;
	right: 10px;
}

.features__shape-4 {
	position: absolute;
	top: 0;
	right: 8%;
	z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.features__shape-4 {
		right: 30px;
	}
}

/*----------------------------------------*/
/*  06. SERVICES CSS START
/*----------------------------------------*/
.services__thumb {
	overflow: hidden;
}

.services__icon {
	margin-bottom: 25px;
	margin-top: -35px;
}

.services__icon i {
	display: inline-block;
	font-size: 30px;
	color: #ffffff;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: #2f3a9f;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
	-moz-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
	-ms-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
	-o-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
	transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}

.services__icon-2 i {
	background: #2f3a9f;
}

.services__icon-3 {
	margin-top: 0;
	margin-bottom: 28px;
}

.services__icon-3 i {
	color: #222328;
	background: #DB8727;
}

.services__content {
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 20px;
	padding: 40px 40px;
	padding-top: 0;
	background: #ffffff;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(224, 224, 224, 0.4);
	-moz-box-shadow: 0px 10px 60px 0px rgba(224, 224, 224, 0.4);
	box-shadow: 0px 10px 60px 0px rgba(224, 224, 224, 0.4);
	z-index: 1;
}

@media (max-width: 575px) {
	.services__content {
		padding-left: 0;
		padding-right: 0;
	}
}

.services__content p {
	margin-bottom: 7px;
}

.services__content-3 {
	position: absolute;
	bottom: 25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
	z-index: 1;
	padding: 0 75px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.services__content-3 {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.services__content-3 {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.services__content-3 {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 575px) {
	.services__content-3 {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.services__content-3 p {
	color: #ffffff;
	margin-bottom: 0;
}

.services__item {
	padding-bottom: 195px;
}

.services__item:hover .services__thumb img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.services__item:hover .services__icon i {
	-webkit-transform: translateY(-10px) translate3d(0, -10px, 0);
	-moz-transform: translateY(-10px) translate3d(0, -10px, 0);
	-ms-transform: translateY(-10px) translate3d(0, -10px, 0);
	transform: translateY(-10px) translate3d(0, -10px, 0);
}

.services__item-2:hover .services__icon i {
	background: #DB8727;
	color: #222328;
}

.services__item-2 .link-btn-2 {
	color: #2f3a9f;
}

.services__item-2 .link-btn-2:hover {
	color: #222328;
}

.services__item-3::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: -moz-linear-gradient(0deg, #11212d 0%, rgba(17, 33, 45, 0.5) 46%, rgba(17, 33, 45, 0) 100%);
	background-image: -webkit-linear-gradient(0deg, #11212d 0%, rgba(17, 33, 45, 0.5) 46%, rgba(17, 33, 45, 0) 100%);
	background-image: -ms-linear-gradient(0deg, #11212d 0%, rgba(17, 33, 45, 0.5) 46%, rgba(17, 33, 45, 0) 100%);
	background-image: linear-gradient(0deg, #11212d 0%, rgba(17, 33, 45, 0.5) 46%, rgba(17, 33, 45, 0) 100%);
}

.services__item-3:hover .services__thumb-3 img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.services__item-3:hover .services__icon-3 i {
	background: #ffffff;
}

.services__title {
	font-size: 22px;
}

.services__title a:hover {
	color: #D98527;
}

.services__title-3 {
	font-size: 22px;
	color: #ffffff;
}

.services__bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 612px;
	width: 100%;
	z-index: -1;
}

.services__overlay {
	position: relative;
}

.services__overlay::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 612px;
	width: 100%;
	z-index: -1;
	background: #f8f4ef;
}

.services__details-title {
	font-size: 35px;
	color: #2c3941;
	margin-bottom: 15px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.services__details-features ul {
		margin-bottom: 13px;
	}
}

@media (max-width: 575px) {
	.services__details-features ul {
		margin-bottom: 13px;
	}
}

.services__details-features ul li:not(:last-child) {
	margin-bottom: 13px;
}

.services__details-features ul li:hover .icon i {
	background: #2f3a9f;
	color: #ffffff;
	border-color: #2f3a9f;
}

.services__details-features ul li .icon i {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 31px;
	text-align: center;
	color: #2f3a9f;
	border: 2px solid #e3e3e3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.services__details-features ul li .text h5 {
	font-size: 15px;
	font-weight: 500;
	font-family: "Hind", sans-serif;
	margin-bottom: 0;
	color: #2f3a9f;
}

.services__details-text p {
	margin-bottom: 18px;
	padding-right: 5px;
}

.services__widget {
	padding: 40px 40px;
	border: 1px solid #eaeaea;
}

.services__widget-links ul li:not(:last-child) {
	padding-bottom: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eaeaea;
}

.services__widget-links ul li a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	color: #2c3941;
	font-family: "Rubik", sans-serif;
}

.services__widget-links ul li a i {
	float: right;
}

.services__widget-links ul li a:hover {
	color: #2f3a9f;
}

.services__widget-download .services-download-btn {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	font-family: "Rubik", sans-serif;
	color: #ffffff;
	background: #2f3a9f;
	text-transform: uppercase;
	height: 66px;
	line-height: 66px;
	padding: 0 40px;
	padding-right: 10px;
}

@media (max-width: 575px) {
	.services__widget-download .services-download-btn {
		line-height: 1.1;
	}
}

.services__widget-download .services-download-btn i {
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #ffffff;
	color: #222222;
}

.services__widget-download .services-download-btn.yellow {
	background: #DB8727;
	color: #222222;
}

.services__widget-social span {
	font-size: 15px;
	font-weight: 500;
	font-family: "Rubik", sans-serif;
	color: #2c3941;
	margin-right: 15px;
}

.services__widget-social ul {
	display: inline-block;
}

.services__widget-social ul li {
	display: inline-block;
}

.services__widget-social ul li:not(:last-child) {
	margin-right: 15px;
}

.services__widget-social ul li a {
	font-size: 15px;
	color: #ababab;
}

.services__widget-social ul li a:hover {
	color: #2f3a9f;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.services__sidebar {
		margin-top: 40px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.services__sidebar {
		margin-top: 40px;
	}
}

@media (max-width: 575px) {
	.services__sidebar {
		margin-top: 40px;
	}
}

.services__sidebar-banner {
	position: relative;
}

.services__sidebar-banner::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(44, 57, 65, 0.58);
}

.services__sidebar-banner-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}

.services__sidebar-banner-content h6 {
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	font-family: "Rubik", sans-serif;
}

.services__sidebar-banner-content h4 {
	font-size: 40px;
	color: #ffffff;
	margin-bottom: 24px;
}

/*----------------------------------------*/
/*  07. portfolio CSS START
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.portfolio__padding {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.portfolio__padding {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 575px) {
	.portfolio__padding {
		padding-left: 0px;
		padding-right: 0px;
	}
}

.portfolio__item:hover .portfolio__thumb::after {
	visibility: visible;
	opacity: 1;
}

.portfolio__item:hover .portfolio__plus {
	visibility: visible;
	opacity: 1;
	top: 30px;
}

@media (max-width: 575px) {
	.portfolio__item:hover .portfolio__plus {
		top: 10px;
	}
}

.portfolio__item:hover .portfolio__content {
	visibility: visible;
	opacity: 1;
	bottom: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.portfolio__item:hover .portfolio__content {
		bottom: 25px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.portfolio__item:hover .portfolio__content {
		bottom: 20px;
	}
}

@media (max-width: 575px) {
	.portfolio__item:hover .portfolio__content {
		bottom: 10px;
	}
}

.portfolio__item-2:hover .portfolio__content-2 {
	visibility: visible;
	opacity: 1;
	top: 50%;
}

.portfolio__item-2:hover .portfolio__thumb-2::after {
	opacity: 1;
	visibility: visible;
}

.portfolio__item-3:hover .portfolio__content-3 {
	bottom: 0;
	visibility: visible;
	opacity: 1;
}

.portfolio__thumb {
	position: relative;
}

.portfolio__thumb::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: -moz-linear-gradient(180deg, rgba(34, 35, 40, 0) 0%, #222328 100%);
	background-image: -webkit-linear-gradient(180deg, rgba(34, 35, 40, 0) 0%, #222328 100%);
	background-image: -ms-linear-gradient(180deg, rgba(34, 35, 40, 0) 0%, #222328 100%);
	background-image: linear-gradient(180deg, rgba(34, 35, 40, 0) 0%, #222328 100%);
	visibility: hidden;
	opacity: 0;
}

.portfolio__thumb-2 {
	position: relative;
}

.portfolio__thumb-2::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(10, 76, 72, 0.75);
	visibility: hidden;
	opacity: 0;
}

.portfolio__content {
	position: absolute;
	bottom: 0px;
	left: 40px;
	visibility: hidden;
	opacity: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.portfolio__content {
		left: 25px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.portfolio__content {
		left: 20px;
	}
}

@media (max-width: 575px) {
	.portfolio__content {
		left: 20px;
	}
}

.portfolio__content p {
	font-size: 15px;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 0;
}

.portfolio__content-2 {
	position: absolute;
	top: 60%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	visibility: hidden;
	opacity: 0;
}

.portfolio__content-2 p {
	font-size: 15px;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 0;
}

.portfolio__content-3 {
	position: absolute;
	bottom: -100px;
	left: 0;
	right: 0;
	width: 100%;
	padding: 20px 35px;
	background: #ffffff;
	visibility: hidden;
	opacity: 0;
}

.portfolio__content-3 p {
	margin-bottom: 0;
}

.portfolio__title {
	font-size: 30px;
	color: #ffffff;
	margin-bottom: 5px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.portfolio__title {
		font-size: 22px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.portfolio__title {
		font-size: 24px;
	}
}

@media (max-width: 575px) {
	.portfolio__title {
		font-size: 20px;
	}
}

.portfolio__title-3 {
	font-size: 24px;
	margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.portfolio__title-3 {
		font-size: 19px;
	}
}

@media (max-width: 575px) {
	.portfolio__title-3 {
		font-size: 19px;
	}
}

.portfolio__title-3 a:hover {
	color: #2f3a9f;
}

.portfolio__plus {
	position: absolute;
	top: 0px;
	right: 30px;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
}

@media (max-width: 575px) {
	.portfolio__plus {
		right: 10px;
	}
}

.portfolio__plus a {
	font-size: 15px;
	color: #ffffff;
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.portfolio__plus a:hover {
	color: #2c3941;
	background: #ffffff;
}

.portfolio__plus-2 a {
	font-size: 15px;
	color: #2c3941;
	display: inline-block;
	width: 55px;
	height: 55px;
	line-height: 58px;
	text-align: center;
	background: #DB8727;
}

.portfolio__plus-2 a:hover {
	background: #ffffff;
}

.portfolio__plus-3 a {
	display: inline-block;
	width: 55px;
	height: 55px;
	line-height: 57px;
	background: #DB8727;
	color: #222328;
	text-align: center;
}

.portfolio__plus-3 a:hover {
	background: #222328;
	color: #ffffff;
}

.portfolio__bg {
	position: relative;
}

.portfolio__bg::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: -480px;
	width: 100%;
	height: 805px;
	background: #f8f4ef;
	z-index: -1;
}

.portfolio__bg-2::after {
	bottom: -156px;
	height: 75%;
}

.portfolio__details-info {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #2f3a9f;
	padding: 50px 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.portfolio__details-info {
		padding: 20px 35px;
	}
}

.portfolio__details-info-item {
	min-width: 250px;
	border-bottom: 1px solid #0e5551;
	padding-bottom: 25px;
	margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.portfolio__details-info-item {
		padding-bottom: 15px;
		margin-bottom: 10px;
	}
}

.portfolio__details-info-item span {
	font-size: 18px;
	font-weight: 600;
	color: #DB8727;
	position: relative;
	display: block;
	padding-left: 30px;
}

.portfolio__details-info-item span::after {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	height: 2px;
	background: #DB8727;
}

.portfolio__details-info-item p {
	font-size: 22px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 0;
}

.portfolio__details-title {
	font-size: 42px;
	margin-bottom: 15px;
}

@media (max-width: 575px) {
	.portfolio__details-title {
		font-size: 27px;
	}
}

.portfolio__details-features-text h3 {
	font-size: 24px;
	margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.portfolio__details-goal-content {
		padding-left: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.portfolio__details-goal-content {
		padding-left: 0;
	}
}

@media (max-width: 575px) {
	.portfolio__details-goal-content {
		padding-left: 0;
	}
}

.portfolio__details-goal-content p {
	padding-right: 25px;
}

.portfolio__details-goal-features {
	margin-top: 16px;
}

.portfolio__details-goal-features ul li:not(:last-child) {
	margin-bottom: 13px;
}

.portfolio__details-goal-features ul li:hover .icon i {
	background: #2f3a9f;
	color: #ffffff;
	border-color: #2f3a9f;
}

.portfolio__details-goal-features ul li .icon i {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 41px;
	text-align: center;
	color: #677a85;
	border: 2px solid #e8e8e8;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.portfolio__details-goal-features ul li .text p {
	font-size: 15px;
	padding-right: 0;
	margin-bottom: 0;
}

.portfolio__social ul li {
	display: inline-block;
}

.portfolio__social ul li:not(:last-child) {
	margin-right: 5px;
}

.portfolio__social ul li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	background: #093e3b;
	color: #607887;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.portfolio__social ul li a:hover {
	background: #DB8727;
	color: #222328;
}

/*----------------------------------------*/
/*  08. WHY CSS START
/*----------------------------------------*/
.why__bg {
	position: relative;
}

.why__bg::after {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 49.5%;
	height: 100%;
	background: #2c3941;
	z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.why__bg::after {
		width: 59.3%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.why__bg::after {
		width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.why__bg::after {
		width: 100%;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.why__bg::after {
		width: 100%;
	}
}

@media (max-width: 575px) {
	.why__bg::after {
		width: 100%;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
	.why__wrapper {
		padding-top: 80px;
		padding-left: 60px;
		padding-bottom: 80px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.why__wrapper {
		padding-top: 30px;
		padding-left: 30px;
		padding-bottom: 30px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.why__wrapper {
		padding-top: 30px;
		padding-left: 0px;
		padding-bottom: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.why__wrapper {
		padding-top: 30px;
		padding-left: 0px;
		padding-bottom: 30px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.why__wrapper {
		padding-top: 30px;
		padding-left: 0px;
		padding-bottom: 30px;
	}
}

@media (max-width: 575px) {
	.why__wrapper {
		padding-top: 30px;
		padding-left: 0px;
		padding-bottom: 30px;
	}
}

.why__wrapper p {
	color: #ffffff;
	margin-bottom: 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.why__wrapper-2 {
		padding-right: 0px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.why__wrapper-2 {
		padding-right: 110px;
	}
}

@media (max-width: 575px) {
	.why__wrapper-2 {
		padding-right: 0;
	}
}

.why__wrapper-2>p {
	margin-bottom: 32px;
}

.why__item {
	padding: 30px 25px;
	background: #394a55;
	margin-right: 5px;
	width: 33.33%;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
	.why__item {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.why__item {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 575px) {
	.why__item {
		padding-left: 45px;
		padding-right: 45px;
		margin-right: 0;
		margin-bottom: 5px;
		width: 100%;
	}
}

.why__item-2:not(:last-child) {
	margin-bottom: 18px;
}

.why__item-2:hover .why__icon-2 img {
	-webkit-transform: translateY(-5px) translate3d(0, -5px, 0);
	-moz-transform: translateY(-5px) translate3d(0, -5px, 0);
	-ms-transform: translateY(-5px) translate3d(0, -5px, 0);
	transform: translateY(-5px) translate3d(0, -5px, 0);
}

.why__icon-2 img {
	width: 73px;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
	-moz-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
	-ms-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
	-o-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
	transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}

.why__title {
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
}

.why__title-2 {
	font-size: 24px;
	margin-bottom: 12px;
	color: #222328;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.why__thumb {
		margin-left: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.why__thumb {
		margin-left: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.why__thumb {
		margin-left: 0;
	}
}

@media (max-width: 575px) {
	.why__thumb {
		margin-left: 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.why__thumb img {
		width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.why__thumb img {
		width: 100%;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.why__thumb img {
		width: 100%;
	}
}

@media (max-width: 575px) {
	.why__thumb img {
		width: 100%;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.why__thumb-2 {
		padding-right: 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.why__thumb-2 {
		padding-right: 0;
	}
}

@media (max-width: 575px) {
	.why__thumb-2 {
		padding-right: 0;
	}
}

/*----------------------------------------*/
/*  09. TESTIMONIAL CSS START
/*----------------------------------------*/
.testimonial__area {
	background-repeat: no-repeat;
	background-color: #f1f2f9;
	background-size: cover;
}

.testimonial__area-2 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.testimonial__item {
	padding: 60px 45px;
	padding-bottom: 50px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

@media (max-width: 575px) {
	.testimonial__item {
		padding-left: 5px;
		padding-right: 5px;
	}
}

.testimonial__item-green .testimonial__thumb::after {
	background: #2f3a9f;
}

.testimonial__item-green .testimonial__avater-info span {
	color: #677a85;
}

.testimonial__content p {
	font-size: 18px;
	line-height: 32px;
}

.testimonial__content-2 p {
	font-size: 20px;
	line-height: 32px;
	color: #ffffff;
	margin-bottom: 25px;
}

.testimonial__content-3 {
	position: relative;
	padding: 35px 50px;
	padding-right: 60px;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(221, 221, 221, 0.4);
	-moz-box-shadow: 0px 10px 60px 0px rgba(221, 221, 221, 0.4);
	box-shadow: 0px 10px 60px 0px rgba(221, 221, 221, 0.4);
	margin-bottom: 36px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.testimonial__content-3 {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.testimonial__content-3 {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media (max-width: 575px) {
	.testimonial__content-3 {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.testimonial__content-3 p {
	font-size: 15px;
	line-height: 27px;
	color: #2c3941;
	margin-bottom: 10px;
	font-weight: 500;
}

.testimonial__content-3::after {
	position: absolute;
	content: "";
	bottom: -22px;
	left: 60px;
	width: 0;
	height: 0;
	border-top: 22px solid #ffffff;
	border-right: 35px solid transparent;
}

.testimonial__thumb {
	position: relative;
}

.testimonial__thumb::after {
	position: absolute;
	content: "";
	left: 50%;
	top: -10px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 140px;
	height: 70px;
	border-top-left-radius: 110px;
	border-top-right-radius: 110px;
	background: #2f3a9f;
}

.testimonial__thumb img {
	position: relative;
	z-index: 1;
	width: 120px;
	height: 120px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.testimonial__thumb-2 {
	margin-left: 8px;
}

.testimonial__thumb-2::after {
	width: 80px;
	height: 40px;
	background: #DB8727;
	top: -7px;
}

@media (max-width: 575px) {
	.testimonial__thumb-2::after {
		left: -7px;
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}
}

.testimonial__thumb-2 img {
	width: 65px;
	height: 65px;
}

.testimonial__avater-info h4 {
	font-size: 20px;
	display: inline-block;
	margin-bottom: 0;
}

.testimonial__avater-info span {
	font-size: 14px;
	font-weight: 600;
	color: #2f3a9f;
	padding-left: 6px;
}

.testimonial__avater-info-2 h4 {
	display: block;
	font-size: 24px;
	color: #ffffff;
}

.testimonial__avater-info-2 span {
	color: #DB8727;
	font-weight: 500;
	font-size: 15px;
}

.testimonial__avater-info-3 h4 {
	font-size: 16px;
	display: inline-block;
	font-weight: 600;
	text-transform: capitalize;
}

.testimonial__avater-info-3 span {
	color: #2f3a9f;
	font-weight: 600;
	margin-left: 5px;
}

.testimonial__avater-3-thumb img {
	width: 70px;
	height: 70px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.testimonial__quote-icon {
	position: absolute;
	top: 35px;
	left: 30px;
	z-index: -1;
}

.testimonial__shape-1 {
	position: absolute;
	top: -80px;
	right: 85px;
	z-index: -1;
}

.testimonial__slider-wrapper .testimonial-pagination {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	position: absolute;
	left: -80px;
	top: 95px;
	z-index: 9;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.testimonial__slider-wrapper .testimonial-pagination {
		left: -30px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.testimonial__slider-wrapper .testimonial-pagination {
		left: -20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonial__slider-wrapper .testimonial-pagination {
		left: -30px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.testimonial__slider-wrapper .testimonial-pagination {
		left: -20px;
	}
}

@media (max-width: 575px) {
	.testimonial__slider-wrapper .testimonial-pagination {
		left: -10px;
	}
}

.testimonial__slider-wrapper .testimonial-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #cfcdc3;
	opacity: 1;
	direction: block;
	margin: 3px 0;
}

.testimonial__slider-wrapper .testimonial-pagination .swiper-pagination-bullet-active {
	background: #2f3a9f;
}

.testimonial__bg {
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	width: 92%;
	z-index: -1;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.testimonial__wrapper-2 {
		padding-right: 0;
		padding-left: 40px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.testimonial__wrapper-2 {
		padding-right: 0;
		padding-left: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonial__wrapper-2 {
		padding-right: 160px;
		padding-left: 30px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.testimonial__wrapper-2 {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media (max-width: 575px) {
	.testimonial__wrapper-2 {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonial__img {
		text-align: center;
	}
}

@media (max-width: 575px) {
	.testimonial__img img {
		width: 100%;
	}
}

/*----------------------------------------*/
/*  10. VIDEO CSS START
/*----------------------------------------*/
.video__play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}

.video__play-btn {
	width: 100px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: #ff4328;
	color: #ffffff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	display: inline-block;
}

.video__play-btn:hover {
	color: #ff4328;
	background: #ffffff;
}

.video__overlay {
	position: relative;
}

.video__overlay::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(44, 57, 65, 0.3);
}

.video-mb--160 {
	margin-bottom: -160px;
}

@media (max-width: 575px) {
	.video-mb--160 {
		margin-bottom: -80px;
	}
}

/*----------------------------------------*/
/*  11. Blog CSS START
/*----------------------------------------*/
.blog__item-2:hover .blog__thumb-2 img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.blog__item-3 {
	-webkit-box-shadow: 0px 10px 60px 0px rgba(207, 199, 188, 0.2);
	-moz-box-shadow: 0px 10px 60px 0px rgba(207, 199, 188, 0.2);
	box-shadow: 0px 10px 60px 0px rgba(207, 199, 188, 0.2);
}

.blog__item-3:hover .blog__thumb-3 img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.blog__item:hover .blog__thumb img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.blog__thumb-3 {
	overflow: hidden;
}

.blog__title {
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 12px;
	text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog__title {
		font-size: 20px;
	}
}

@media (max-width: 575px) {
	.blog__title {
		font-size: 18px;
	}
}

.blog__title a:hover {
	color: #2f3a9f;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.blog__title-2 {
		font-size: 20px;
	}
}

.blog__title-3 {
	font-size: 23px;
	margin-bottom: 10px;
}

@media (max-width: 575px) {
	.blog__title-3 {
		font-size: 19px;
	}
}

.blog__title-3 a:hover {
	color: #2f3a9f;
}

.blog__content {
	padding: 32px 40px;
	padding-right: 35px;
	padding-bottom: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.blog__content {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog__content {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width: 575px) {
	.blog__content {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.blog__content-2 {
	padding: 35px 40px;
	padding-right: 30px;
}

@media (max-width: 575px) {
	.blog__content-2 {
		padding: 20px;
		padding-right: 15px;
	}
}

.blog__content-2 p {
	padding-left: 24px;
	position: relative;
	margin-bottom: 5px;
}

.blog__content-2 p::after {
	position: absolute;
	content: "";
	left: 0;
	top: 7px;
	width: 3px;
	height: 80%;
	background: #2f3a9f;
}

.blog__content-2 .link-btn-2 {
	color: #2f3a9f;
}

.blog__content-2 .link-btn-2:hover {
	color: #222328;
}

.blog__content-3 {
	padding: 33px 30px;
	padding-bottom: 28px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog__content-3 {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media (max-width: 575px) {
	.blog__content-3 {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.blog__content-3 p {
	margin-bottom: 10px;
}

.blog__content-3 .link-btn-2 {
	color: #677a85;
}

.blog__content-3 .link-btn-2:hover {
	color: #2f3a9f;
}

.blog__meta span {
	font-family: "Rubik", sans-serif;
	display: inline-block;
}

.blog__meta .author {
	font-size: 13px;
	font-weight: 500;
	height: 25px;
	line-height: 25px;
	color: #ffffff;
	text-transform: uppercase;
	background: #D98527;
	padding: 0 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 13px;
}

.blog__meta .date {
	position: absolute;
	right: 40px;
	top: -35px;
	font-weight: 500;
	font-size: 20px;
	color: #ffffff;
	height: 70px;
	width: 70px;
	text-align: center;
	background: #2f3a9f;
	padding-top: 11px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	line-height: 1;
	text-transform: capitalize;
}

.blog__meta .date span {
	font-size: 30px;
	margin-bottom: 0;
	line-height: 1;
	color: #ffffff;
}

.blog__meta-2 {
	margin-bottom: 7px;
}

.blog__meta-2 span {
	font-weight: 500;
	text-transform: uppercase;
}

.blog__meta-2 span:not(:last-child) {
	margin-right: 17px;
}

.blog__meta-2 span i {
	color: #2f3a9f;
	margin-right: 5px;
}

.blog__meta-2 span:hover {
	color: #2f3a9f;
}

.blog__meta-3 span {
	font-weight: 500;
	text-transform: uppercase;
}

.blog__meta-3 span:not(:last-child) {
	margin-right: 20px;
}

@media (max-width: 575px) {
	.blog__meta-3 span:not(:last-child) {
		margin-right: 10px;
	}
}

.blog__meta-3 span i {
	color: #2f3a9f;
	margin-right: 5px;
}

.postbox__thumb .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}

.postbox__audio {
	height: 455px;
	width: 100%;
}

.postbox__audio iframe {
	width: 100%;
	height: 100%;
	border: none;
}

.postbox__item:hover {
	-webkit-box-shadow: 0px 16px 32px 0px rgba(40, 89, 196, 0.1);
	-moz-box-shadow: 0px 16px 32px 0px rgba(40, 89, 196, 0.1);
	box-shadow: 0px 16px 32px 0px rgba(40, 89, 196, 0.1);
}

.postbox__item-single:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.postbox__content {
	border: 2px solid #ededed;
	border-top: none;
	padding: 40px 50px;
}

@media (max-width: 575px) {
	.postbox__content {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.postbox__content-single {
	padding-left: 0;
	padding-right: 0;
	border: none;
}

.postbox__title {
	font-size: 38px;
	margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.postbox__title {
		font-size: 28px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.postbox__title {
		font-size: 33px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.postbox__title {
		font-size: 30px;
	}
}

@media (max-width: 575px) {
	.postbox__title {
		font-size: 25px;
	}
}

.postbox__title a:hover {
	color: #2f3a9f;
}

.postbox__meta {
	margin-bottom: 5px;
}

.postbox__meta span {
	font-size: 14px;
	font-weight: 600;
	color: #2c3941;
	text-transform: uppercase;
}

@media (max-width: 575px) {
	.postbox__meta span {
		display: block;
	}
}

.postbox__meta span:not(:last-child) {
	margin-right: 30px;
}

.postbox__meta span i {
	color: #2f3a9f;
	margin-right: 3px;
}

.postbox__meta span:hover {
	color: #D98527;
}

.postbox__meta span:hover i {
	color: #D98527;
}

.postbox__text p {
	margin-bottom: 28px;
}

.postbox__text-single p {
	margin-bottom: 15px;
}

.postbox__slider button {
	position: absolute;
	left: 50px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	font-size: 30px;
	color: #ffffff;
}

.postbox__slider button.postbox-slider-button-next {
	left: auto;
	right: 50px;
}

@media (max-width: 575px) {
	.postbox__slider button.postbox-slider-button-next {
		right: 10px;
	}
}

@media (max-width: 575px) {
	.postbox__slider button {
		left: 10px;
	}
}

.postbox__quote {
	background: #f8f4ef;
	padding: 40px 65px;
	padding-bottom: 24px;
}

@media (max-width: 575px) {
	.postbox__quote {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.postbox__quote h4 {
	font-size: 14px;
	display: inline-block;
	margin-bottom: 15px;
	color: #2f3a9f;
}

.postbox__quote p {
	font-size: 28px;
	line-height: 1.2;
	text-align: center;
	font-weight: 700;
	color: #2c3941;
	margin-bottom: 0;
}

.postbox__quote-icon {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: -1;
}

.postbox__quote-icon i {
	font-size: 160px;
	opacity: 0.1;
}

.postbox__comment-form {
	margin-bottom: 20px;
	padding: 40px 30px;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.09);
	background: #ffffff;
}

.postbox__comment-title {
	font-size: 27px;
	margin-bottom: 0;
}

.postbox__comment-input {
	position: relative;
	margin-bottom: 20px;
}

.postbox__comment-input span {
	font-weight: 600;
	color: #2c3941;
	margin-bottom: 12px;
	display: block;
}

.postbox__comment-input input,
.postbox__comment-input textarea {
	height: 55px;
	padding: 0 20px;
	width: 100%;
	font-size: 14px;
	color: #2c3941;
	outline: none;
	border: 1px solid transparent;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background: #f7f7f7;
}

.postbox__comment-input textarea {
	height: 175px;
	resize: none;
	padding-top: 20px;
	padding-bottom: 20px;
}

.postbox__tag h4 {
	font-size: 20px;
	margin-bottom: 17px;
}

.postbox__tag a {
	color: #2c3941;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 25px;
	padding-bottom: 8px;
	margin-right: 5px;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
	border-radius: 40px;
	background: #f8f4ef;
}

.postbox__tag a:hover {
	color: #ffffff;
	background: #2c3941;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.sidebar__wrapper-2 {
		margin-top: 40px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.sidebar__wrapper-2 {
		margin-top: 40px;
	}
}

@media (max-width: 575px) {
	.sidebar__wrapper-2 {
		margin-top: 40px;
	}
}

.sidebar__widget {
	padding: 30px;
	background: #ffffff;
	border: 2px solid #ededed;
	-webkit-box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
	-moz-box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
	box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
}

.sidebar__widget-title {
	position: relative;
	display: inline-block;
	font-size: 20px;
	padding-left: 30px;
	margin-bottom: 0;
}

.sidebar__widget-title::after {
	left: 0px;
	height: 20px;
	width: 2px;
	background: #2f3a9f;
	position: absolute;
	top: 50%;
	content: "";
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sidebar__search-input-2 {
	position: relative;
}

.sidebar__search-input-2 input {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #f8f4ef;
	padding: 0 25px;
	text-transform: capitalize;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 2px solid #f8f4ef;
	outline: none;
	padding-top: 3px;
	padding-right: 80px;
}

.sidebar__search-input-2 button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding: 0 24px;
	color: #fff;
	line-height: 60px;
	-webkit-border-radius: 0 7px 7px 0;
	-moz-border-radius: 0 7px 7px 0;
	border-radius: 0 7px 7px 0;
	background: #2f3a9f;
}

.sidebar__category ul li {
	padding: 15px 0;
}

.sidebar__category ul li:not(:last-child) {
	border-bottom: 1px solid #eaeaea;
}

.sidebar__category ul li:last-child {
	padding-bottom: 0;
}

.sidebar__category ul li:first-child {
	padding-top: 0;
}

.sidebar__category ul li a {
	color: #222328;
	display: inline-block;
	font-weight: 500;
	text-transform: capitalize;
}

.sidebar__category ul li a:hover {
	color: #2f3a9f;
}

.sidebar__tag a {
	background: #f8f4ef;
	color: #2c3941;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	padding: 10px 21px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	margin-right: 5px;
	text-transform: uppercase;
	border-radius: 40px;
	border: 0;
}

.sidebar__tag a:hover {
	background: #2c3941;
	color: #ffffff;
}

.sidebar__banner::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(44, 57, 65, 0.5);
}

.sidebar__banner-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	background: #ffffff;
}

.sidebar__banner-content h4 {
	padding: 15px 20px;
	font-size: 24px;
	color: #222328;
	text-transform: uppercase;
	margin-bottom: 0;
}

.rc__post ul li:not(:last-child) {
	margin-bottom: 15px;
}

.rc__post-thumb img {
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.rc__post-title {
	margin-bottom: 6px;
	font-size: 17px;
}

.rc__post-title a:hover {
	color: #2f3a9f;
}

.rc__meta span {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}

/*----------------------------------------*/
/*  12. BRAND CSS START
/*----------------------------------------*/
.brand__bg {
	position: relative;
}

.brand__bg::after {
	position: absolute;
	content: "";
	left: -165px;
	top: 0;
	width: calc(100% + 330px);
	height: 100%;
	background: #34454f;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
	.brand__bg::after {
		left: -80px;
		width: calc(100% + 160px);
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.brand__bg::after {
		left: -30px;
		width: calc(100% + 60px);
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.brand__bg::after {
		left: 0;
		width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.brand__bg::after {
		left: -20px;
		width: calc(100% + 40px);
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.brand__bg::after {
		left: -15px;
		width: calc(100% + 30px);
	}
}

@media (max-width: 575px) {
	.brand__bg::after {
		left: 0;
		width: 100%;
	}
}

.brand__bg-2::after {
	background: #ffffff;
}

.brand__bg-2::before {
	position: absolute;
	content: "";
	left: -165px;
	top: 0;
	width: calc(100% + 330px);
	height: 3px;
	background: #2f3a9f;
	z-index: 11;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
	.brand__bg-2::before {
		left: -80px;
		width: calc(100% + 160px);
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.brand__bg-2::before {
		left: -30px;
		width: calc(100% + 60px);
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.brand__bg-2::before {
		left: 0;
		width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.brand__bg-2::before {
		left: -20px;
		width: calc(100% + 40px);
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.brand__bg-2::before {
		left: -15px;
		width: calc(100% + 30px);
	}
}

@media (max-width: 575px) {
	.brand__bg-2::before {
		left: 0;
		width: 100%;
	}
}

.brand__item {
	text-align: center;
}

/*----------------------------------------*/
/*  13. CONTACT CSS START
/*----------------------------------------*/
.contact__area {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 30px;
	padding-top: 20px;
}

.contact__bg {
	position: absolute;
	left: 0;
	bottom: -2%;
	width: 100%;
	height: 100%;
	background-position: bottom center;
	background-repeat: no-repeat;
	z-index: -1;
}

.contact__form button {
	height: 75px;
	line-height: 75px;
}

.contact__form button::after {
	left: -12px;
}

.contact__form-green button {
	background: #DB8727;
	color: #222328;
}

.contact__form-green .contact__input input,
.contact__form-green .contact__input textarea {
	background: #093c39;
	border-color: #093c39;
}

.contact__form-green .contact__input input:hover,
.contact__form-green .contact__input input:focus,
.contact__form-green .contact__input textarea:hover,
.contact__form-green .contact__input textarea:focus {
	border-color: #093c39;
}

.contact__form-green .contact__input i {
	color: #DB8727;
}

.contact__form-4 .contact__input-3 {
	margin-bottom: 20px;
}

.contact__form-4 .contact__input-3 input,
.contact__form-4 .contact__input-3 textarea {
	height: 50px;
	line-height: 46px;
	color: #2c3941;
	background: #fff;
	border-radius: 6px;
	border-color: #000;
	padding: 0 15px;
	padding-right: 70px;
}

.contact__form-4 .contact__input-3 input::placeholder,
.contact__form-4 .contact__input-3 textarea::placeholder {
	color: #2c3941;
}

.contact__form-4 .contact__input-3 input:focus,
.contact__form-4 .contact__input-3 input:hover,
.contact__form-4 .contact__input-3 textarea:focus,
.contact__form-4 .contact__input-3 textarea:hover {
	background: #ffffff;
	border-color: #000;
}

.contact__form-4 .contact__input-3 textarea {
	padding: 15px 15px;
	height: 105px;
	line-height: 1;
	border: 1px solid #000;
	background: #ffffff;
	outline: none;
	resize: none;
	width: 100%;
	color: #2c3941;
	font-weight: 500;
	font-family: "Rubik", sans-serif;
	font-size: 15px;
}

.contact__form-4 .contact__input-3 textarea:focus,
.contact__form-4 .contact__input-3 textarea:hover {
	background: #ffffff;
	border-color: #000;
}

.contact__form-4 .contact__input-3 textarea::placeholder {
	color: #2c3941;
	font-weight: 500;
	font-size: 15px;
}

.contact__form-4 .contact__input-3 .nice-select {
	background: #f8f4ef;
	border-color: #f8f4ef;
	height: 80px;
	line-height: 76px;
}

.contact__form-4 .contact__input-3 .nice-select .current {
	color: #2c3941;
}

.contact__form-4 .contact__input-3 .nice-select::after {
	height: 10px;
	width: 10px;
	border-color: #2c3941;
	right: 35px;
}

.contact__form-4 .contact__input-3 .nice-select.open {
	border-color: #f8f4ef;
}

.contact__form-4 .contact__input-3 i {
	color: #2c3941;
}

.contact__input {
	position: relative;
}

.contact__input input,
.contact__input textarea {
	width: 100%;
	height: 75px;
	line-height: 71px;
	padding: 0 35px;
	padding-right: 60px;
	background: transparent;
	outline: none;
	border: 2px solid rgba(255, 255, 255, 0.25);
	font-size: 18px;
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	margin-bottom: 10px;
	color: #ffffff;
}

.contact__input input::placeholder,
.contact__input textarea::placeholder {
	color: #ffffff;
	font-weight: 500;
	font-family: "Rubik", sans-serif;
	font-size: 18px;
}

.contact__input input:hover,
.contact__input input:focus,
.contact__input textarea:hover,
.contact__input textarea:focus {
	border-color: #000;
}

.contact__input i {
	position: absolute;
	top: 43%;
	right: 35px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #ffffff;
	font-size: 18px;
}

.contact__input textarea {
	line-height: 1;
	padding: 30px 35px;
	resize: none;
	height: 140px;
}

.contact__input-3 {
	position: relative;
	margin-bottom: 20px;
}

.contact__input-3 input {
	width: 100%;
	height: 75px;
	line-height: 71px;
	background: transparent;
	padding: 0 30px;
	font-size: 15px;
	outline: none;
	border: 1px solid rgba(255, 255, 255, 0.1);
	font-weight: 500;
	font-family: "Rubik", sans-serif;
	color: #ffffff;
}

.contact__input-3 textarea {
	width: 100%;
	height: 205px;
	line-height: 71px;
	background: transparent;
	padding: 0 30px;
	font-size: 18px;
	outline: none;
	border: 2px solid rgba(255, 255, 255, 0.1);
	font-weight: 500;
	font-family: "Rubik", sans-serif;
	color: #ffffff;
}


.contact__input-3 textarea::placeholder {
	font-weight: 500;
	font-family: "Rubik", sans-serif;
	color: #ffffff;
	font-size: 15px;
}

.contact__input-3 textarea:focus {
	border-color: rgba(255, 255, 255, 0.8);
}

.contact__input-3 input::placeholder {
	font-weight: 500;
	font-family: "Rubik", sans-serif;
	color: #ffffff;
	font-size: 14px;
}

.contact__input-3 input:focus {
	border: 1px solid #000;
}

.contact__input-3 i {
	position: absolute;
	top: 49%;
	right: 30px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 18px;
	color: #DB8727;
}

.contact__input-3 .nice-select {
	width: 100%;
	border-radius: 0;
	background: transparent;
	border: 2px solid rgba(255, 255, 255, 0.1);
	height: 75px;
	line-height: 71px;
	margin-bottom: 20px;
}

.contact__input-3 .nice-select .current {
	font-size: 18px;
	font-weight: 500;
	font-family: "Rubik", sans-serif;
	color: #ffffff;
}

.contact__input-3 .nice-select::after {
	height: 10px;
	width: 10px;
	border-color: #DB8727;
	right: 30px;
	margin-top: -7px;
}

.contact__input-3 .nice-select.open {
	border-color: rgba(255, 255, 255, 0.8);
}

.contact__input-3 .nice-select .list {
	width: 100%;
	border-radius: 0;
}

.contact__thumb-1 span {
	position: relative;
	display: inline-block;
	transform-origin: top right;
	z-index: 1;
}

.contact__thumb-1 span::after {
	position: absolute;
	content: "";
	right: -10px;
	bottom: -10px;
	width: 100%;
	height: 100%;
	background: #af5e41;
	-webkit-transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	transform: rotate(-7deg);
	z-index: -1;
}

@media (max-width: 575px) {
	.contact__thumb-1 span::after {
		right: 0;
	}
}

.contact__thumb-1 span img {
	-webkit-transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	transform: rotate(-7deg);
}

.contact__thumb-2 {
	margin-right: -200px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
	.contact__thumb-2 {
		margin-right: -50px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.contact__thumb-2 {
		margin-right: 0px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.contact__thumb-2 {
		margin-right: 0px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.contact__thumb-2 {
		margin-right: 0px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.contact__thumb-2 {
		margin-right: 0px;
	}
}

@media (max-width: 575px) {
	.contact__thumb-2 {
		margin-right: 0px;
	}
}

.contact__btn-3 button {
	height: 60px;
	line-height: 60px;
	padding: 0 40px;
}

.contact__btn-3 button::after {
	left: -15px;
}

.contact__btn-4 button {
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
}

.contact__btn-4 button::after {
	left: -20px;
}

.contact__item {
	padding: 20px 10px;

}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
	.contact__item {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.contact__item {
		padding: 20px 10px;
		min-height: 150px;
		border-radius: 8px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.contact__item {
		padding: 50px;
	}
}

@media (max-width: 575px) {
	.contact__item {
		padding: 30px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.contact__icon {
		margin-bottom: 25px;
	}
}

@media (max-width: 575px) {
	.contact__icon {
		margin-bottom: 25px;
	}
}

.contact__icon i {
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #2c3941;
	font-size: 27px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.contact__content h5 {
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 5px;
}

.contact__content p {
	font-size: 15px;
	line-height: 26px;
	color: #ffffff;
	margin-bottom: 0;
}

.contact__map-wrapper {
	width: 100%;
	height: 355px;
}

.contact__map-wrapper iframe {
	width: 100%;
	height: 100%;
}

.contact__map .map-pin {
	position: absolute;
	top: 45%;
	right: 36%;
}

.map {
	height: 500px;
}

@media (max-width: 575px) {
	.contact__wrapper {
		padding-right: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.contact__wrapper-3 {
		padding-left: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.contact__wrapper-3 {
		padding-left: 0;
	}
}

@media (max-width: 575px) {
	.contact__wrapper-3 {
		padding-left: 0;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.contact__padding {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.contact__padding {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.contact__padding {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.contact__padding {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media (max-width: 575px) {
	.contact__padding {
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

/*----------------------------------------*/
/*  14. SKILL CSS START
/*----------------------------------------*/
@media (max-width: 575px) {
	.skill__wrapper {
		padding-right: 0;
	}
}

.skill__wrapper p {
	padding-left: 28px;
	position: relative;
	margin-bottom: 40px;
}

.skill__wrapper p::after {
	position: absolute;
	content: "";
	left: 0;
	top: 5px;
	width: 3px;
	height: 90%;
	background: #2f3a9f;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.skill__progress {
		margin-top: 50px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.skill__progress {
		margin-top: 50px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.skill__progress {
		margin-top: 50px;
	}
}

@media (max-width: 575px) {
	.skill__progress {
		margin-top: 50px;
	}
}

@media (max-width: 575px) {
	.skill__progress-circle {
		margin-bottom: 25px;
	}
}

.skill__progress-circle .knob {
	font-size: 26px !important;
	color: #2c3941 !important;
}

.skill__progress-circle .progress-circular {
	position: relative;
}

.skill__progress-circle .progress-circular::after {
	position: absolute;
	content: "";
	left: 15px;
	top: 15px;
	width: 79%;
	height: 73%;
	border: 7px solid #f8f4ef;
	border-radius: 50%;
}

@media (max-width: 575px) {
	.skill__progress-circle .progress-circular::after {
		width: 46%;
	}
}

.skill__progress-content h3 {
	font-size: 24px;
	margin-bottom: 10px;
}

.skill__progress-content p {
	margin-bottom: 0;
}

.skill__shape-1 {
	position: absolute;
	top: -65%;
	left: 15%;
	z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
	.skill__shape-1 {
		width: 100%;
		left: 0;
	}
}

/*----------------------------------------*/
/*  15. HERO CSS START
/*----------------------------------------*/
.hero__height {
	min-height: 950px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.hero__height {
		min-height: 798px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero__height {
		min-height: 661px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.hero__height {
		min-height: 750px;
	}
}

@media (max-width: 575px) {
	.hero__height {
		min-height: 750px;
	}
}

.hero__title {
	font-size: 110px;
	line-height: 0.9;
	color: #ffffff;
	margin-bottom: 62px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.hero__title {
		font-size: 80px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero__title {
		font-size: 70px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.hero__title {
		font-size: 80px;
	}
}

@media (max-width: 575px) {
	.hero__title {
		font-size: 70px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero__content {
		margin-top: 80px;
	}
}

.hero__content span {
	font-family: "Rubik", sans-serif;
	color: #DB8727;
	font-weight: 500;
	padding-left: 65px;
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
}

.hero__content span::after {
	position: absolute;
	content: "";
	left: 0;
	top: 12px;
	width: 40px;
	height: 3px;
	background: #DB8727;
}

.hero__thumb {
	position: relative;
}

.hero__thumb-1 {
	margin-bottom: -76px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.hero__thumb-1 img {
		width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero__thumb-1 img {
		width: 110%;
	}
}

.hero__thumb-2 {
	position: absolute;
	bottom: 110px;
	right: -250px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.hero__thumb-2 {
		right: 0;
	}
}

.hero__thumb-2 span {
	position: relative;
	display: inline-block;
	transform-origin: top right;
	z-index: 1;
}

.hero__thumb-2 span::after {
	position: absolute;
	content: "";
	right: -10px;
	bottom: -10px;
	width: 100%;
	height: 100%;
	background: #DB8727;
	-webkit-transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	transform: rotate(-7deg);
	z-index: -1;
}

.hero__thumb-2 span img {
	-webkit-transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	transform: rotate(-7deg);
}

.hero__thumb-2 span .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: inline-block;
	font-size: 12px;
	width: 55px;
	height: 55px;
	line-height: 58px;
	text-align: center;
	background: #2f3a9f;
	color: #DB8727;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.hero__thumb-2 span .play-btn i {
	padding-left: 3px;
}

.hero__thumb-2 span .play-btn:hover {
	background: #ffffff;
	color: #2f3a9f;
}

.hero__shape-1 {
	position: absolute;
	top: 0;
	right: 13%;
}

.hero__shape-2 {
	position: absolute;
	bottom: 0;
	left: 2%;
}

.hero__shape .hero-shape-circle {
	position: absolute;
	top: -95px;
	right: 15%;
	display: inline-block;
	width: 625px;
	height: 625px;
	background: #DB8727;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	animation: hero-pulse 2s infinite;
	color: black;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.hero__shape .hero-shape-circle {
		right: 4%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.hero__shape .hero-shape-circle {
		right: 8%;
		width: 390px;
		height: 390px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero__shape .hero-shape-circle {
		top: -50px;
		width: 300px;
		height: 300px;
	}
}

@keyframes hero-pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(250, 209, 5, 0.4);
		box-shadow: 0 0 0 0 rgba(250, 209, 5, 0.4);
	}

	70% {
		-moz-box-shadow: 0 0 0 50px rgba(250, 209, 5, 0);
		box-shadow: 0 0 0 50px rgba(250, 209, 5, 0);
	}

	100% {
		-moz-box-shadow: 0 0 0 0 rgba(250, 209, 5, 0);
		box-shadow: 0 0 0 0 rgba(250, 209, 5, 0);
	}
}

@-webkit-keyframes hero-pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(250, 209, 5, 0.4);
		box-shadow: 0 0 0 0 rgba(250, 209, 5, 0.4);
	}

	70% {
		-moz-box-shadow: 0 0 0 50px rgba(250, 209, 5, 0);
		box-shadow: 0 0 0 50px rgba(250, 209, 5, 0);
	}

	100% {
		-moz-box-shadow: 0 0 0 0 rgba(250, 209, 5, 0);
		box-shadow: 0 0 0 0 rgba(250, 209, 5, 0);
	}
}

/*----------------------------------------*/
/*  16. COUNTER CSS START
/*----------------------------------------*/
.counter__item {
	padding: 50px 30px;
	padding-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.counter__item {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.counter__item-text {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 45px;
	padding-bottom: 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.counter__item-text {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.counter__item-text {
		padding-left: 0;
		padding-right: 0;
	}
}

.counter__item-3 {
	-webkit-box-shadow: 0px 10px 60px 0px rgba(211, 211, 211, 0.4);
	-moz-box-shadow: 0px 10px 60px 0px rgba(211, 211, 211, 0.4);
	box-shadow: 0px 10px 60px 0px rgba(211, 211, 211, 0.4);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.counter__item-3 {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.counter__item-3 {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.counter__item-wrapper.mt-125 {
		margin-top: -115px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.counter__item-wrapper.mt-125 {
		margin-top: -115px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.counter__item-wrapper.mt-125 {
		margin-top: 0;
	}
}

@media (max-width: 575px) {
	.counter__item-wrapper.mt-125 {
		margin-top: 0;
	}
}

.counter__content h3 {
	font-size: 40px;
	margin-bottom: 0;
}

.counter__content p {
	font-weight: 600;
	margin-bottom: 0;
	font-size: 15px;
	color: #222222;
}

.counter__text {
	font-size: 35px;
	font-weight: 400;
	line-height: 1;
}

.counter__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.counter__list ul li:not(:last-child) {
	margin-bottom: 10px;
}

.counter__list ul li:hover i {
	background: #2f3a9f;
	border-color: #2f3a9f;
	color: #ffffff;
}

.counter__list-icon i {
	display: inline-block;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 40px;
	border: 2px solid #e7e7e7;
	color: #677a85;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.counter__list-content p {
	margin-bottom: 0;
}

.counter__about-text p {
	margin-bottom: 0;
}

.counter__bg {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
	height: 100%;
	width: 90%;
	z-index: -1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.counter__wrapper-3 {
		padding-right: 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.counter__wrapper-3 {
		padding-right: 0;
	}
}

@media (max-width: 575px) {
	.counter__wrapper-3 {
		padding-top: 0;
		padding-right: 0;
	}
}

/*----------------------------------------*/
/*  17. FAQ CSS START
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.faq__wrapper {
		padding-left: 0;
		margin-top: 40px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.faq__wrapper {
		padding-left: 0;
		margin-top: 40px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.faq__wrapper {
		padding-left: 0;
		margin-top: 40px;
	}
}

@media (max-width: 575px) {
	.faq__wrapper {
		padding-left: 0;
		margin-top: 40px;
	}
}

.faq__content .accordion-item {
	border: 1px solid #dadada;
	margin-bottom: 10px;
}

.faq__content .accordion-item:first-of-type .accordion-button {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.faq__content .accordion-button:focus {
	box-shadow: none;
}

.faq__content .accordion-button:not(.collapsed) {
	color: #2c3941;
	background-color: #fff;
}

.faq__content .accordion-button:not(.collapsed)::after {
	content: "\f068";
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.faq__content .accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 18px 45px;
	padding-left: 65px;
	padding-top: 20px;
	font-size: 18px;
	font-weight: 500;
	color: #2c3941;
	background-color: #ffffff;
	border: none;
	border-radius: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.faq__content .accordion-button {
		padding-right: 30px;
	}
}

@media (max-width: 575px) {
	.faq__content .accordion-button {
		padding-right: 10px;
	}
}

.faq__content .accordion-button::after {
	background-image: none;
	content: "\f067";
	left: 30px;
	font-size: 18px;
	color: #2c3941;
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	margin: 0;
}

.faq__content .accordion-body {
	border: none;
	padding: 0;
	padding-left: 65px;
	padding-right: 45px;
}

@media (max-width: 575px) {
	.faq__content .accordion-body {
		padding-right: 10px;
	}
}

.faq__content .accordion-collapse {
	border: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.faq__thumb {
		margin-left: 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.faq__thumb {
		margin-left: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.faq__thumb {
		margin-left: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.faq__thumb {
		margin-left: 0;
	}
}

@media (max-width: 575px) {
	.faq__thumb {
		margin-left: 0;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.faq__thumb img {
		width: 100%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.faq__thumb img {
		text-align: center;
		max-width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.faq__thumb img {
		text-align: center;
		max-width: 100%;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.faq__thumb img {
		text-align: center;
		max-width: 100%;
	}
}

@media (max-width: 575px) {
	.faq__thumb img {
		text-align: center;
		max-width: 100%;
	}
}

/*----------------------------------------*/
/*  18. PAGE TITLE CSS START
/*----------------------------------------*/
.page__title {
	font-size: 60px;
	color: #ffffff;
	line-height: 1;
	text-transform: capitalize;
	margin-bottom: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.page__title {
		font-size: 65px;
	}
}

@media (max-width: 575px) {
	.page__title {
		font-size: 45px;
	}
}

.page__title-overlay {
	position: relative;
}

.page__title-overlay::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(34, 35, 40, 0.7);
}

.page__title-area {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 70px;
	padding-bottom: 70px;
}

.page__title-wrapper {
	position: relative;
	z-index: 1;
}

.page__title-wrapper .breadcrumb {
	margin-bottom: 0;
}

/* css start */
.breadcrumb_section {
	background-color: #f1f1f1;
	padding: 3px 0px;
}


.page__title-wrapper .breadcrumb-item {
	font-size: 15px;
	font-weight: 600;
	color: #212121;
	text-transform: capitalize;
}

.page__title-wrapper .breadcrumb-item.active {
	color: #2f3a9f;
}

.page__title-wrapper .breadcrumb-item+.breadcrumb-item {
	position: relative;
	padding-left: 25px;
	margin-left: 15px;
}

.page__title-wrapper .breadcrumb-item+.breadcrumb-item::before,
.page__title-wrapper .breadcrumb-item+.breadcrumb-item::after {
	position: absolute;
	padding-right: 0;
	float: none;
	content: "";
	left: 0;
	top: 6px;
	width: 2px;
	height: 15px;
	background: #575353;
}

.page__title-wrapper .breadcrumb-item+.breadcrumb-item::after {
	left: 8px;
}

/*----------------------------------------*/
/*  19. TEAM CSS START
/*----------------------------------------*/
.team__item:hover .team__thumb img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.team__content {
	padding: 35px 43px;
	border: 1px solid #e1e1e1;
	border-top: none;
}

.team__content .post {
	display: inline-block;
	margin-bottom: 15px;
	font-weight: 600;
	color: #677a85;
}

.team__title {
	font-size: 22px;
	margin-bottom: 2px;
}

.team__title a:hover {
	color: #DB8727;
}

.team__social ul li {
	display: inline-block;
}

.team__social ul li:not(:last-child) {
	margin-right: 5px;
}

.team__social ul li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	background: #f8f4ef;
	color: #2c3941;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.team__social ul li a:hover {
	color: #2c3941;
	background: #DB8727;
}

.team__bg {
	position: relative;
}

.team__bg::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 254px;
	background: #f8f4ef;
	z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.team__bg::after {
		height: 200px;
	}
}

@media (max-width: 575px) {
	.team-details {
		padding-top: 50px;
		padding-bottom: 20px;
	}
}

.tmd-img {
	margin-bottom: 105px;
}

@media (max-width: 575px) {
	.tmd-img {
		margin-bottom: 50px;
	}
}

.tmd-img:before {
	position: absolute;
	content: "";
	width: 92.5%;
	height: 93.3%;
	background: #2f3a9f;
	clip-path: polygon(0 0, 100% 100%, 0 100%);
	bottom: -30px;
	left: -30px;
	z-index: -1;
}

@media (max-width: 575px) {
	.tmd-img:before {
		bottom: -10px;
		left: -10px;
	}
}

.tmd-img img {
	width: 100%;
}

.about-member-details {
	padding: 10px 30px 0 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.about-member-details {
		padding: 20px 30px 0 30px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
	.about-member-details {
		padding: 0;
		margin-bottom: 50px;
	}
}

.about-member-details>span {
	font-size: 14px;
	color: #2f3a9f;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: inline-block;
}

.about-member-details h2 {
	line-height: 1;
	margin-bottom: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about-member-details h2 {
		font-size: 50px;
	}
}

@media (max-width: 575px) {
	.about-member-details h2 {
		font-size: 36px;
	}
}

.about-member-details p {
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #efefef;
	margin-bottom: 30px;
}

.about-member-details ul li {
	margin-bottom: 16px;
}

.about-member-details ul li span {
	font-weight: 600;
	color: #1a1a2b;
}

.about-member-details ul li a:hover {
	color: #2f3a9f;
}

.member-qualification {
	margin-bottom: 52px;
}

.member-qualification h4 {
	font-size: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #efefef;
	margin-bottom: 33px;
}

.member-qualification h4 span {
	color: #2f3a9f;
}

.member-qualification p {
	padding-right: 10px;
	margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.member-qualification p {
		padding-right: 0;
	}
}

.member-skill .progress {
	height: 6px;
	background-color: #f6f6f6;
	border-radius: 0;
}

.member-skill .progress-bar {
	background-color: #2f3a9f;
}

.skill-wrapper {
	margin-bottom: 27px;
}

.skill-title {
	display: flex;
	justify-content: space-between;
}

.skill-title span {
	float: right;
	font-size: 14px;
	font-weight: 700;
	color: #2f3a9f;
}

.skill-category {
	font-size: 14px;
	display: inline-block;
	margin-bottom: 16px;
}

.member-education {
	padding-bottom: 32px;
}

.member-education ul li {
	margin-bottom: 23px;
}

.edu-icon {
	float: left;
	margin-right: 20px;
}

.edu-icon i {
	font-size: 30px;
	color: #dddddd;
}

.edu-text {
	overflow: hidden;
}

.edu-text h5 {
	font-size: 16px;
	margin-bottom: 8px;
	line-height: 1;
}

.edu-text p {
	font-size: 14px;
	margin-bottom: 0;
}

/*----------------------------------------*/
/*  00. FOOTER CSS START
/*----------------------------------------*/
.footer__pr-50 {
	padding-right: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer__pr-50 {
		padding-left: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.footer__pr-50 {
		padding-left: 0;
	}
}

@media (max-width: 575px) {
	.footer__pr-50 {
		padding-left: 0;
	}
}

.footer__pl-50 {
	padding-left: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer__pl-50 {
		padding-left: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.footer__pl-50 {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 575px) {
	.footer__pl-50 {
		padding-left: 0;
		padding-right: 0;
	}
}

.footer__pr-40 {
	padding-right: 40px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.footer__pr-40 {
		padding-left: 25px;
	}
}

@media (max-width: 575px) {
	.footer__pr-40 {
		padding-left: 0px;
	}
}

.footer__pl-55 {
	padding-left: 55px;
}

@media (max-width: 575px) {
	.footer__pl-55 {
		padding-left: 0;
	}
}

.footer__area {
	position: relative;
	width: 100%;
	padding: 40px 0px 0px;
}

.footer__widget-title {
	font-size: 22px;
	color: #ffffff;
	padding-bottom: 35px;
	margin-bottom: 25px;
	border-bottom: 2px solid #34454f;
}

.footer__widget-title-3 {
	color: #fff;
	padding-bottom: 0;
	border: none;
	margin-bottom: 15px;
	font-weight: 600;
	text-transform: capitalize;
}

.footer__widget-content p {
	color: #a7c1d1;
	margin-bottom: 32px;
	padding-bottom: 20px;
	border-bottom: 2px solid #34454f;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.footer__widget.pl-55 {
		padding-left: 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.footer__widget.pl-55 {
		padding-left: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer__widget.pl-55 {
		padding-left: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.footer__widget.pl-55 {
		padding-left: 0;
	}
}

@media (max-width: 575px) {
	.footer__widget.pl-55 {
		padding-left: 0;
	}
}

@media (max-width: 575px) {
	.footer__widget.pl-30 {
		padding-left: 0;
	}
}

.footer__link ul li:not(:last-child) {
	margin-bottom: 4px;
}

.footer__link ul li a {
	color: #a7c1d1;
}

.footer__link ul li a:hover {
	color: #ffffff;
}

.footer__link-3 ul li {
	border-bottom: 1px dashed #959595;
	padding-bottom: 7px;
	margin-bottom: 9px !important;
}

.footer__link-3 ul li:last-child {
	border-bottom: none;
}

.footer__link-3 ul li a {
	color: #fff;
	font-size: 14px;
	display: block;
	text-transform: capitalize;
	font-weight: 500;
}

.footer__link-3 ul li a:hover {
	color: #fff;
}

.footer__info ul li {
	margin-bottom: 20px;
}

.footer__info-icon i {
	font-size: 20px;
	color: #2f3a9f;
}

.footer__info-text h4 {
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 0;
}

.footer__info-text a {
	color: #a7c1d1;
}

.footer__blog ul li:not(:last-child) {
	margin-bottom: 30px;
}

.footer__blog-sm-title {
	font-size: 16px;
	color: #ffffff;
	line-height: 22px;
}

.footer__blog-sm-meta span {
	text-transform: uppercase;
	font-weight: 500;
	color: #a7c1d1;
}

.footer__blog-sm-meta span i {
	color: #DB8727;
	margin-right: 5px;
}

.footer__blog-3 {
	padding-top: 7px;
}

.footer__blog-3 .footer__blog-sm-title {
	font-size: 18px;
	color: #2c3941;
	margin-bottom: 0;
}

.footer__blog-3 .footer__blog-sm-title a:hover {
	color: #2f3a9f;
}

.footer__blog-3 .author {
	font-size: 14px;
	font-weight: 500;
	font-family: "Rubik", sans-serif;
	color: #677a85;
	padding-left: 30px;
	position: relative;
	text-transform: capitalize;
}

.footer__blog-3 .author::after {
	position: absolute;
	content: "";
	left: 0;
	top: 8px;
	width: 20px;
	height: 2px;
	background: #677a85;
}

.footer__subscribe p {
	margin-bottom: 20px;
	padding-bottom: 0;
	border: none;
}

.footer__subscribe input {
	width: 100%;
	height: 50px;
	background: #374853;
	color: #ffffff;
	border: none;
	outline: none;
	padding: 0 30px;
	margin-bottom: 10px;
}

.footer__subscribe input::placeholder {
	color: #a7c1d1;
}

.footer__subscribe button {
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	padding-right: 60px;
	background: #2f3a9f;
	color: #ffffff;
}

.footer__subscribe button i:last-child {
	right: 38px;
}

.footer__subscribe button i:first-child {
	right: 50px;
}

.footer__subscribe button:hover {
	color: #ffffff;
}

.footer__subscribe button:hover i:last-child {
	right: 32px;
}

.footer__subscribe button:hover i:first-child {
	right: 38px;
}

.footer__subscribe-2 button {
	background: #DB8727;
	color: #222328;
}

.footer__subscribe-2 button:hover {
	color: #222328;
}

.footer__subscribe-3 p {
	color: #677a85;
}

.footer__subscribe-3 input {
	background: #d6cdc1;
	color: #2c3941;
	font-weight: 500;
}

.footer__subscribe-3 input::placeholder {
	color: #513e26;
	font-weight: 500;
}

.footer__subscribe-3 button {
	background: #2f3a9f;
}

@media (max-width: 575px) {
	.footer__social {
		margin-bottom: 15px;
	}
}

.footer__social ul li {
	display: inline-block;
}

.footer__social ul li:not(:last-child) {
	margin-right: 5px;
}

.footer__social ul li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	background: #34454f;
	color: #607887;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.footer__social ul li a:hover {
	background: #2f3a9f;
	color: #ffffff;
}

.footer__social-2 ul li a:hover {
	background: #DB8727;
	color: #222328;
}

.footer__social-3 ul li a {
	color: #513e26;
	background: #d6cdc1;
}

.footer__social-3 ul li a:hover {
	background: #2f3a9f;
	color: #ffffff;
}

.footer__copyright p {
	color: #a7c1d1;
	margin-bottom: 0;
	font-weight: 500;
}

.footer__copyright-2 p {
	margin-right: 40px;
}

@media (max-width: 575px) {
	.footer__copyright-2 p {
		margin-bottom: 15px;
	}
}

.footer__copyright-3 p {
	color: #fff;
}

.footer__copyright-3 p a {
	color: #fff;
}

.footer__bottom {
	position: relative;
	padding: 6px 0px 6px;
	border-top: 1px solid #ccc;
	background: #387ab7;
}


.footer__about-3 p {
	color: #677a85;
	border: none;
	padding-bottom: 0;
	margin-bottom: 20px;
	margin-top: 22px;
}

.footer__about-location .icon i {
	font-size: 45px;
	color: #2f3a9f;
}

.footer__about-location .text h5 {
	font-size: 20px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: 600;
}

.footer__about-location .text a {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	line-height: 20px;
}

/*# sourceMappingURL=style.css.map */

.features__wrapper-3 p {
	text-align: justify !important;
}

.features__wrapper-3 a {
	color: #2f3a9f;

}

.footer__logo img {
	width: 300px;
}

/**/

.pro_head_ti {
	text-align: center;
	margin-bottom: 25px;
}

.pro_head_ti h3 {
	text-transform: capitalize;
	font-weight: 700;
	font-size: 27px;
}

.pro_index_section {
	background-color: #f8f8f8;
	padding-top: 30px;
	padding-bottom: 20px;
}

.maind_div_pro {
	text-align: center;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	transition: .4s ease-in-out;
}

.maind_div_pro img {
	text-align: center;
	border-radius: 10px;
}

.overlay_main_div {
	position: absolute;
	top: 3%;
	right: 3%;
	transition: .4s ease-in-out;

}

.overlay_main_div a {
	background-color: #D98527;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	border-radius: 100px;
	color: #fff;
	margin: 2px;
}

/**/

.client_head_ti h3 {
	text-transform: capitalize;
	font-weight: 700;
	font-size: 27px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
}

.brand__slider {
	padding-top: 20px;
}

.counter__icon span {
	width: 80px;
	height: 80px;
	text-align: center;
	background-color: #DB8727;
	color: #fff;
	line-height: 80px;
	text-align: center;
	border-radius: 100px;
	font-size: 30px;
}

.counter__about-text h4 {
	color: #DB8727;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 0px !important;
}

.counter__about-text p {
	font-weight: 500;
	color: #222222;
	font-size: 15px;
	margin-top: 4px;
	margin-bottom: 5px;
	line-height: 26px;
}

.testimonial__area {
	background-color: rgb(232, 239, 245, .4);
	padding-top: 50px;
	padding-bottom: 50px;
}


.counter__area {
	padding-top: 180px;
	padding-bottom: 30px;
}

/**/
.about_pg_section {
	padding-top: 30px;
	padding-bottom: 10px;
}

.about_pg_left_img {
	text-align: center;
	margin-bottom: 20px;
}

.about_pg_left_img img {
	margin: auto;
	text-align: center;
}

.about_pg_txt_div h3 {
	text-align: center;
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 32px;

}

.about_pg_txt_div p {
	text-align: justify;
	line-height: 27px;
	font-size: 15px;
	margin-bottom: 1px !important;
}

.about_pg_table {
	margin-top: 20px;
	margin-bottom: 50px;
	overflow-x: auto;
}

.about_pg_table span {
	font-size: 13px;
	margin: 0px 6px;
	color: #212121;
}


.about_pg_table th {
	color: #212121;
	font-size: 14px;
}

.about_pg_table td {
	font-size: 15px;
	text-transform: capitalize;
	color: #575353;
	font-weight: 500;
}

.about_pg_table td a {
	color: #D88427;
	font-size: 17px;
	text-transform: none !important;
}

.about_pg_table ul {
	list-style: square !important;

}

.about_pg_table td li {
	font-size: 15px;
}

/**/
.footer_con b {
	font-size: 20px;
	color: #fff;
}

.footer_con a {
	display: block !important;
	line-height: 35px !important;
	color: lightgray;
	font-size: 14px !important
}

.footer_con a .fa-phone {
	transform: rotate(100deg);
}

.mission_section {
	margin-top: 60px;
	margin-bottom: 60px;
}

.mai_div {
	background: #ffffffd6;
	border-radius: 10px;
	min-height: 287px;
	position: relative;
	display: flex;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
	align-items: center;
	box-sizing: border-box;
	flex-direction: column;
	margin-bottom: 20px;
	overflow: hidden;
	text-align: center;
	transition: all 0.2s ease-in-out;
	padding: 20px;
}


.mai_div p {
	font-size: 15px;
	line-height: 25px;
	font-weight: 500;
	color: #222328;
	margin-bottom: 0px;
}

.mai_div span {
	background-color: #2f3a9f;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	border-radius: 100px;
	color: #fff;
	font-size: 30px;
	margin-bottom: 10px;
}

.mai_div h3 {
	font-size: 25px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.hero_slider_ph {
	display: none;
}

.ab_img_section {
	margin-bottom: 30px;
}

.head_ti_infa h3 {
	text-align: center;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 30px;
}

.enquiry_btn {
	position: fixed;
	top: 50%;
	left: 0;

}

.enquiry_btn a {
	writing-mode: vertical-lr;
	background-color: #D98527;
	color: #fff;
	padding: 20px 10px 20px 10px;
	font-size: 18px;
	text-transform: capitalize;
	border-radius: 10px;
	letter-spacing: .3px;
}

.main_div_modal input,
textarea {
	margin-bottom: 15px !important;
	box-shadow: none !important;
	outline: none !important;
}

/* products details css start */
.products_details_section {
	padding: 50px 0px 30px;
}

.products_details_image_main_div {
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.products_details_image_div {
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 4px;
}

.products_details_image_div>a>img {
	text-align: center;
	margin: auto;
	display: block;
	filter: brightness(90%);
	border-radius: 4px;
}

.products_details_eqpt>a>img {
	height: 270px;
	width: 100%;
	object-fit: cover;
}

.products_details_content_main_div>h1 {
	color: #222328;
	font-size: 25px;
	font-weight: 700;
	text-transform: capitalize;
}


.products_details_content_main_div>h2 {
	color: #222328;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 14px;
	text-transform: capitalize;
	margin-top: 15px;
}


.products_details_content_main_div>h3 {
	color: #222328;
	font-size: 20px;
	font-weight: 700;
	margin-top: 17px;
	margin-bottom: 15px;
	text-transform: capitalize;
}


.products_details_content_main_div>h4 {
	color: #222328;
	font-size: 20px;
	font-weight: 700;
	margin-top: 10px;
	text-transform: capitalize;
}


.products_details_content_main_div>h5 {
	color: #222328;
	font-size: 20px;
	font-weight: 700;
	margin-top: 10px;
	text-transform: capitalize;
}

.products_details_content_main_div>p {
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
	color: #222328;
	margin-bottom: 5px !important;
}

.products_details_content_main_div>ol {
	padding: 0px 0px !important;
	list-style-type: upper-roman !important;
}

.products_details_content_main_div>ol>li {
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
	color: #222328;
	margin-bottom: 1px !important;
}


.products_details_content_main_div>ol>p {
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
	color: #222328;
	margin-bottom: 1px !important;
}

.products_details_content_main_div>ol>ul {
	padding: 0px 20px !important;
	list-style: square !important;
}

.products_details_content_main_div>ol>ul>li {
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
	color: #222328;
	margin-bottom: 1px !important;
}


.products_details_content_main_div>ul>p {
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
	color: #222328;
	margin-bottom: 1px !important;
}

.product_details_overlay_enquiry_btn_div {
	position: absolute;
	top: 100px;
	right: 0px;
}

.product_details_overlay_enquiry_btn_div>a {
	background-color: #2F3A9E;
	writing-mode: sideways-rl;
	text-transform: capitalize;
	padding: 20px 3px;
	border-radius: 3px;
	writing-mode: sideways-lr;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
}

.product_details_overlay_enquiry_btn_div>a>img {
	width: 140px;
	animation: upDownMove 5s ease-in-out infinite;
}


/* Keyframes */
@keyframes upDownMove {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(10px);
		/* Upar jaayega */
	}

	100% {
		transform: translateY(0px);
		/* Wapas neeche */
	}
}

.read_more_btn_des {
	background-color: #fff !important;
	border: none !important;
	outline: none !important;
	color: var(--primary-color) !important;
	font-weight: 700 !important;
	font-size: 14px;
}

/* end */

.enquiry_modal_section>.modal>.modal-dialog>.modal-content {
	border-radius: 7px !important;
	outline: none !important;
	box-shadow: none !important;
	background-color: #fff !important;
}

.enquiry_modal_section>.modal>.modal-dialog>.modal-content>.modal-header {
	padding: 7px 10px !important;
}

.enquiry_modal_section>.modal>.modal-dialog>.modal-content>.modal-header>.modal-title {
	font-size: 20px;
	color: #222222;
	font-weight: 700;
	text-transform: capitalize;
}


.enquiry_modal_section>.modal>.modal-dialog>.modal-content>.modal-header>button {
	background-color: #D88427 !important;
	color: #fff !important;
	outline: none !important;
	border: none !important;
	border-radius: 100px !important;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 13px;
	font-weight: 500 !important;
}

.enquiry_modal_section .modal-body {
	padding: 10px 10px !important;
}

.popup_enquiry_div_main .enquiry_popup_input_div>label {
	font-size: 14px;
	color: #222328 !important;
	font-weight: 600;
	margin-bottom: 2px !important;
}

.popup_enquiry_div_main .enquiry_popup_input_div>input {
	margin-bottom: 10px !important;
	border: none !important;
	outline: none !important;
	border-radius: 4px !important;
	box-shadow: none !important;
	font-size: 14px !important;
	color: #222328 !important;
	border: 1px solid #d7d7d7 !important;
	padding: 6px 4px !important;
}

.popup_enquiry_div_main .enquiry_popup_input_div>textarea {
	margin-bottom: 10px !important;
	border: none !important;
	outline: none !important;
	border-radius: 4px !important;
	box-shadow: none !important;
	font-size: 14px !important;
	color: #222328 !important;
	border: 1px solid #d7d7d7 !important;
	padding: 6px 4px !important;

}

.popup_enquiry_div_main .enquiry_popup_input_div ::placeholder {
	font-size: 14px !important;
	color: #222328 !important;

}


.enquiry_popup_btn_div>button {
	background-color: #D88427;
	color: #fff !important;
	outline: none !important;
	box-shadow: none !important;
	border: none !important;
	padding: 6px 20px 5px 20px !important;
	border-radius: 5px !important;
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
}


.mobile_call_whatsapp_fixed_main_div {
	position: fixed;
	bottom: 80px;
	right: 15px;
	z-index: 99;
}

.mobile_whatsapp {
	display: none;
}


.call_icon_div {
	text-align: center;
}

.call_icon_div>a {
	background-color: #dc3545;
	height: 60px;
	line-height: 57px;
	width: 60px;
	text-align: center;
	border-radius: 100px;
	animation: moveUpDown 2s ease-in-out infinite;
	display: inline-block;
	margin-bottom: 8px;

}

@keyframes moveUpDown {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-8px);
		/* Adjust the distance */
	}
}

.call_icon_div>a>img {
	width: 32px !important;
	filter: brightness(0%) invert(1);
	height: 60px;
	line-height: 60px;
	width: 60px;
	object-fit: contain;
}

.whatsapp_icon_div {
	text-align: center;
}


.whatsapp_icon_div>a {
	background-color: #008000;
	height: 60px;
	line-height: 57px;
	width: 60px;
	text-align: center;
	border-radius: 100px;
	animation: zigzag 0.5s ease-in-out infinite;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-duration: 10s;
	animation-timing-function: steps(1, end);
	position: relative;
	animation: zigzag 8s infinite;
	display: inline-block;

}


@keyframes zigzag {
	0% {
		left: 0px;
	}

	1% {
		left: -5px;
	}

	2% {
		left: 5px;
	}

	3% {
		left: -5px;
	}

	4% {
		left: 5px;
	}

	5% {
		left: 0px;
	}

	100% {
		left: 0px;
	}
}


.whatsapp_icon_div>a>img {
	width: 32px !important;
	filter: brightness(0%) invert(1);
	height: 60px;
	line-height: 60px;
	width: 60px;
	object-fit: contain;
}


@media (max-width: 767px) {

	.desktop_whatsapp {
		display: none !important;
	}

	.footer__info-3-text a {
		font-size: 15px;
	}

	.mobile_whatsapp {
		display: block !important;
	}

	.sidebar__logo {
		padding-bottom: 15px;
	}


	.sidebar__close-btn {
		top: 7px !important;
	}

	.hero_slider {
		display: none !important;
	}

	.hero_slider_ph {
		display: block !important;
	}


	.sidebar__logo img {
		width: 130px !important;
	}
}


.contact__area.contact__padding {
	position: relative;
	width: 100%;
	padding: 30px 0px 20px;
}

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

	.container {
		max-width: 1140px;
	}

	.contact__item {
		min-height: 150px;
		border-radius: 8px;
	}

	.contact__wrapper-4 {
		margin-bottom: 20px;
	}

}

.contact__wrapper-4 {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	padding: 20px 30px;
	position: relative;
	background-color: #fff;
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 8px;
}

.contact-us-form-title {
	font-size: 28px;
	color: #000;
	margin-bottom: 18px;
	font-weight: 600;
}


.iframe-locations iframe {
	width: 100%;
}


.footer__widget-content.footer-contact ul li a {
	color: #fff;
}

.footer__widget-content.footer-contact ul li:not(:last-child) {
	margin-bottom: 20px;
}

.footer__widget-content.footer-contact ul li {
	margin-bottom: 20px;
}

.footer-contact.footer__widget-content .sidebar__contact-icon i {
	background-color: #ccc;
	color: #000;
}

.sidebar__contact-text span {
	color: #fff;
	display: block;
	margin-bottom: 4px;
}

.footer-contact.footer__widget-content .sidebar__contact-text a {
	font-size: 14px;
}


@media only screen and (min-width: 320px) and (max-width: 767px) {
	.footer__top-info-border {
		padding-bottom: 10px;
	}

	.footer__social {
		display: none !important;
	}

	.footer__widget {
		padding-top: 20px;
	}

	.testimonial__area {
		padding: 30px 0px 30px;
	}

	.logo img {
		width: 130px;
	}

	.features__area {
		padding: 40px 0px 30px;
	}

	.features__wrapper-3 a {
		display: inline-block;
	}

	.contact__item {
		text-align: center;
	}

	.contact-us-form-title {
		font-size: 20px;
	}

	.contact__wrapper-4 {
		padding: 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer__top-info-border {
		padding-bottom: 10px;
	}

	.footer__social {
		display: none !important;
	}

	.footer__widget {
		padding-top: 20px;
	}

	.brand__bg-2::before {
		display: none;
	}

	.brand__bg-2 {
		background-color: #ccc;
	}

	.pl-30 {
		padding-left: 0px !important;
	}

	.testimonial__area {
		padding: 30px 0px 30px;
	}

	.logo img {
		width: 130px;
	}

	.features__area {
		padding: 40px 0px 30px;
	}

	.features__wrapper-3 a {
		display: inline-block;
	}
}

.site-footer-three__bottom {
	position: relative;
	display: block;
	border-top: 1px solid rgba(255, 255, 255, .10);
	padding: 17px 0 14px;
	background-color: #2f3a9f;
	z-index: 2;
}


.site-footer-three__contact-info {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-footer-three__contact-info li {
	position: relative;
	display: flex;
	flex-wrap: no-wrap;
	margin-bottom: 18px;
	gap: 10px;
}

.footer-widget__contact-list li .icon-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	line-height: 38px;
	color: #fff;
	flex-shrink: 0;
	background: #387ab7;
	border-radius: 8px;
	top: 0px;
}

.footer-widget__contact-list li .text-box {
	position: relative;
	display: block;
	margin-left: 12px;
}

.footer-widget__contact-list li .text-box h6 {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #fff;
}

.footer-widget__contact-list li .text-box p {
	color: #fff;
	margin-bottom: 0px;
}

.footer-widget__contact-list li .text-box p a {
	color: #fff;
	margin-bottom: 0px !important;
}

.site-footer-three__bottom.header__padding .site-footer-three__contact-info li {
	margin-bottom: 0px !important;
}

.our-products-sec-home {
	position: relative;
	width: 100%;
	padding: 40px 0px 40px;
	background-color: #f8f8f8;
}

.site-title {
	font-weight: 700;
	text-transform: capitalize;
	font-size: 30px;
	color: #2c3941;
	margin-bottom: 6px;
}

.site-title span {
	color: #2c3941;
}

.heading-divider {
	display: inline-block;
	position: relative;
	height: 3px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #2c3941;
	width: 90px;
	top: -16px;
	overflow: hidden;
}

.heading-divider:after {
	content: '';
	position: absolute;
	left: 0;
	top: -1.1px;
	height: 7px;
	width: 8px;
	background-color: #fff;
	-webkit-animation: heading-move 5s infinite linear;
	animation: heading-move 5s infinite linear;
}

@keyframes heading-move {
	0% {
		transform: translateX(-1px);
	}

	50% {
		transform: translateX(85px);
	}

	100% {
		transform: translateX(-1px);
	}
}

.product-project-box {
	position: relative;
	margin-bottom: 20px;
	background-color: #ffffff;
	border-radius: 4px;
	-webkit-box-shadow: 0px 3px 18px 0px rgba(198, 198, 198, 0.4);
	box-shadow: 0px 3px 18px 0px rgba(198, 198, 198, 0.4);
	padding: 5px;
}

.products-image-img {
	position: relative;
	overflow: hidden;
}

.products-image-img img {
	transition: all 0.3s ease-out 0s;
	filter: brightness(90%);
}

.product-project-box:hover .products-image-img img {
	transform: scale(1.1);
}

.product-project-box .item-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0px;
}

.product-project-box .item-content .item-title {
	font-weight: 700;
	margin-bottom: 0;
	color: #2c3941;
	font-size: 19px;
}

.product-project-box .item-content .item-title a {
	color: #111111;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.product-project-box .item-content .btn-wrap .item-btn {
	font-size: 17px;
	color: #fff;
	display: inline-block;
	background-color: #2f3a9f;
	border-radius: 4px;
	border: 1px solid #d4d4d4;
	padding: 5px 16px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.overlay_zoom_icon {
	position: absolute;
	top: 0px;
	right: 5px;
	transition: 0.7s ease-in-out;
	transform: scale(1);
	z-index: 9;
}

.overlay_zoom_icon a {
	background-color: #c5c5c5;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	margin: 2px;
	text-align: center;
	color: #111111;
}

.about-us-sec-home {
	position: relative;
	width: 100%;
	padding: 40px 0px 10px;
}

.site-title-tagline {
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 600;
	color: #111;
	display: inline;
	position: relative;
	margin-bottom: 8px;
	border-bottom: 1px solid #111;
}

.site-title {
	text-transform: capitalize;
	font-size: 30px;
	color: #111;
	margin-top: 0px;
	margin-bottom: 8px;
	font-weight: 700;
	position: relative;
}

.about-disicprion p {
	font-size: 15px;
	line-height: 27px;
	font-weight: 500;
	color: #222328;
	margin-bottom: 10px !important;
}

.about-bottom {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	margin-top: 20px;
}

.about-bottom .enquary-button-btn:hover {
	outline-offset: 0.19rem;
}

.about-bottom .enquary-button-btn {
	color: rgb(255, 255, 255);
	letter-spacing: 0.02em;
	font-size: 15px;
	font-weight: 500;
	padding: 4px 30px;
	background: #2f3a9f;
	border-width: initial;
	border-style: none;
	border-color: initial;
	border-image: initial;
	border-radius: 25px;
	outline: #2f3a9f solid 0.2rem;
	line-height: 28px;
}

.about-img img {
	width: 100%;

}

.about-img {
	width: 100%;
	max-width: 462px;
	margin: auto;
}

.about-phone {
	display: flex;
	align-items: center;
	gap: 12px;
}

.about-phone .icon {
	width: 40px;
	height: 40px;
	line-height: 47px;
	background: #111;
	margin-top: 0px !important;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 16px;
	box-shadow: -5px 5px 0 #ccc;
}

.about-phone .number span {
	color: #111;
	font-weight: 500;
}

.about-phone .number h6 {
	font-size: 16px;
	margin-top: 0px;
	font-weight: 600;
	margin-bottom: 0px;
}

.about-phone .number h6 a {
	color: #111;
}

.mission-vission-sec {
	position: relative;
	width: 100%;
	background-color: #ffffff;
	padding: 40px 0px 40px;
}

.main-mission-card-box {
	background: #2f3a9f;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	position: relative;
	height: 400px;
	margin: 20px;
	border-radius: 20px;
	border-bottom-left-radius: 160px;
	border-bottom-right-radius: 160px;
	box-shadow: 0 15px 0 #fff, inset 0 -16px 0 rgba(255, 255, 255, 0.24), 0 31px 0 rgba(0, 0, 0, 0.15);
	overflow: hidden;
}

.main-mission-card-box::before {
	content: "";
	position: absolute;
	top: -140px;
	left: -40%;
	padding: 0;
	width: 100%;
	height: 120%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2));
	transform: rotate(35deg);
	pointer-events: none;
	filter: blur(5px);
}

.icon-mission {
	position: relative;
	width: 150px;
	height: 120px;
	background: #fff;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
	box-shadow: 0 15px 0 rgba(0, 0, 0, 0.1), inset 0 -8px 0 #fff;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.icon-mission::before {
	content: "";
	position: absolute;
	top: 0;
	left: -50px;
	width: 50px;
	height: 50px;
	background: transparent;
	border-top-right-radius: 50px;
	box-shadow: 15px -15px 0 15px #fff;
}

.icon-mission::after {
	content: "";
	position: absolute;
	top: 0;
	right: -50px;
	width: 50px;
	height: 50px;
	background: transparent;
	border-top-left-radius: 50px;
	box-shadow: -15px -15px 0 15px #fff;
}

.mission-vission-sec .content {
	position: absolute;
	width: 100%;
	padding: 30px;
	padding-top: 150px;
	text-align: center;
}

.mission-vission-sec .content h2 {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 8px;
}

.mission-vission-sec .content p {
	color: #fff;
	font-size: 15px;
	line-height: 1.5em;
}

.icon-mission img {
	width: 90px;
}


.mission-vission-sec .sec-title {
	margin-bottom: 20px;
}

.counter-area {
	background-color: #ecf0f1;
	padding: 30px 0px 30px 0px;
	margin-bottom: 20px;
}


.counter-area>.header__padding>.container-fluid>.row>.col-xl-3:nth-child(odd) .counter-item {
	background-color: #387ab7;
}

.counter-item {
	margin-bottom: 15px;
	text-align: center;
	padding: 20px 10px 20px 10px;
	border-radius: 3px;
	border: 6px solid #fff;
	border-radius: 50px;
	background-color: var(--primary-color);
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.counter-area>.header__padding>.container-fluid>.row>.col-lg-3:nth-child(odd) .counter-item>.icon {
	background-color: #387ab7;
}

.icon {
	margin-bottom: 0px;
	margin-top: -60px;
	background-color: #387ab7;
	display: inline-block;
	border-radius: 100px;
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	border: 5px solid #fff;
}

.icon>img {
	width: 50px;
	height: 85px;
	object-fit: contain;
	margin: auto;
	display: block;
	filter: brightness(0%) invert(1);
}

.content .info {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 5px;
}

.counter {
	font-size: 30px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 0px !important;
	color: #fff;
}

.unit {
	color: #fff;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 27px;
}

.title {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600;
	color: #fff;
	margin-bottom: 5px !important;
	margin-top: 7px;
}

.counter-area>.header__padding>.container-fluid>.row>.col-xl-3:nth-child(even) .counter-item {
	background-color: #2f3a9f;
	margin-top: 0px;

}

.counter-area>.header__padding>.container-fluid>.row>.col-xl-3:nth-child(even) .counter-item>.icon {
	background-color: #2f3a9f;
}


.counter-area .site-heading {
	margin-bottom: 30px;
}

.testimonial-three__reviews {
	position: relative;
	display: flex;
	align-items: center;
	gap: 15px;
}

.testimonial-three__reviews-list {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.testimonial-three__reviews-list li {
	position: relative;
	display: block;
}

.testimonial-three__reviews-img {
	position: relative;
	display: block;
	max-width: 55px;
	border-radius: 50%;
	overflow: hidden;
}

.testimonial-three__reviews-content .rating-box {
	position: relative;
	display: block;
}

.testimonial-three__reviews-content {
	position: relative;
	display: block;
}

.rating-box a {
	position: relative;
	color: #ffc107;
}

.testimonial-three__reviews-count-box {
	position: relative;
	display: block;
}

.testimonial-three__reviews-count-box p {
	font-size: 15px;
	color: #052944;
}

.testimonial-three__reviews-count-box span {
	font-size: 17px;
	color: #052944;
}

.odometer.odometer-auto-theme {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.testimonial-three__reviews-img img {
	width: 100%;
	border-radius: 50%;
	border: 2px solid #052944;
	width: 50px;
	height: 50px;
}

.testimonial-three__reviews-img {
	position: relative;
	display: block;
	max-width: 55px;
	border-radius: 50%;
	overflow: hidden;
}

.testimonial-three__reviews-list li+li {
	margin-left: -16px;
}


.testimonial-three__single {
	position: relative;
	display: block;
	z-index: 1;
}

.testimonial-three__single-inner {
	position: relative;
	display: block;
	background: #f0f0f0;
	border: 1px solid #e5e5e5;
	padding: 22px 20px 24px;
	z-index: 1;
	min-height: auto;
}

.testimonial-three__single-top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}

.testimonial-three__single-top .rating-box {
	position: relative;
	display: block;
}

.testimonial-three__single-top .icon-box {
	position: relative;
	display: block;
}

.testimonial-three__single-top .icon-box span::before {
	position: relative;
	display: inline-block;
	color: var(--fabriko-black);
	font-size: 25px;
	line-height: 25px;
}

.testimonial-three__single-inner p {
	margin: 0;
	font-size: 15px;
	color: #052944;
}

.testimonial-three__single-bottom {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.testimonial-three__single-bottom .img-box {
	position: relative;
	display: block;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	overflow: hidden;
}

.testimonial-three__single-bottom .img-box img {
	width: 100%;
}

.testimonial-three__single-bottom .author-info {
	position: relative;
	display: block;
	margin-left: 20px;
	flex: 1;
}

.testimonial-three__single-bottom .author-info h2 {
	font-size: 22px;
	line-height: 32px;
	font-weight: 700;
	text-transform: capitalize;
}

.testimonial-three__single-bottom .author-info p {
	margin: 0;
}

.testimonial-sec-home .sec-title {
	margin-bottom: 20px !important;
}

.testimonial-three .sec-title {
	margin-bottom: 20px !important;
}


.site-footer-three__bottom .footer__widget-title-3 {
	display: none;
}

.footer-widget__contact-list li .text-box p span {
	display: block !important;
}


.about-disicprion h2 {
	font-size: 24px;
	color: #222328;
	font-weight: 600;
}

.about-disicprion h3 {
	font-size: 20px;
	color: #222328;
	font-weight: 600;
	line-height: 27px;
}

.about-discirption-all-content.about-disicprion ul li {
	font-size: 15px;
	line-height: 27px;
	font-weight: 500;
	color: rgb(34, 35, 40);
	margin-bottom: 10px !important;
}

.contact-title {
	font-weight: 600;
}

.contact__item {
	align-items: center !important;
}


.sitemap-sec-page {
	position: relative;
	width: 100%;
	background-color: #fff;
	padding: 45px 0px 45px;
}

.title_sitemap {
	position: relative;
	padding-bottom: 10px;
	line-height: normal;
	font-size: 26px;
	color: #000;
	font-weight: 700;
	margin-bottom: 15px;
}

.sitemap-sec-page .title_sitemap::before {
	background: #333;
}

.title_sitemap:before,
.title_sitemap:after {
	content: "";
	background: #fff;
	width: 30px;
	left: 0;
	height: 3px;
	position: absolute;
	bottom: 0;
	bottom: 0;
	right: 0;
	margin: 0;
}

.title_sitemap:after {
	background: #2f3a9f;
	left: 30px;
}

.sitemap_right_side .sight_box_right .sitemap-list {
	border-left: 1px solid #000;
	padding: 0;
}

.sitemap_right_side .sight_box_right .sitemap-list li {
	list-style: none !important;
	background: transparent url(../images/sitemap_horizentals.png) no-repeat scroll 0 11px;
	padding: 0 0 0 15px;
	margin-bottom: 5px;
}

.sitemap_right_side .sight_box_right .sitemap-list li a {
	color: #000;
	font-size: 15px;
}

.sitemap_right_side .sight_box_right .sitemap-list li ul {
	border-left: 1px solid #000;
	padding: 0;
}

.products_details_content_main_div ul {
	list-style: none;
	padding-left: 0px;
}

.products_details_content_main_div ul li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 12px;
	line-height: 1.6;
	font-size: 15px;
	color: #333;
}

.products_details_content_main_div ul li::before {
	content: "✔";
	position: absolute;
	left: 0;
	top: 2px;
	color: #1e88e5;
	font-size: 16px;
	font-weight: bold;
}

.products_details_content_main_div ul li strong {
	color: #000;
	font-weight: 600;
}


@media (max-width: 576px) {
	.products_details_content_main_div ul li {
		font-size: 14px;
		padding-left: 24px;
	}
}

.faq-sec-pages {
	background-color: #f1f5f9;
	padding: 30px 0px 30px;
}

.title-area {
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
	margin-top: -6px;
}

.sub-title {
	display: block;
	color: #2f3a9f;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	margin-bottom: 2px;
	text-transform: capitalize;
}

.sub-title::before,
.sub-title:after {
	content: "";
	position: absolute;
	top: 50%;
	height: 2px;
	width: 60px;
}

.sub-title::before {
	background-color: #2f3a9f;
	margin-left: -4.5rem;
}

.sub-title::after {
	background-color: #2f3a9f;
	margin-left: 0.8rem;
}

.site-title {
	font-weight: 700;
	text-transform: capitalize;
	font-size: 30px;
	color: #222328;
	margin-bottom: 6px;
}

.accordion-button::after {
	display: none;
}

.accordion-button::before {
	content: "+";
	font-size: 22px;
	font-weight: bold;
	position: absolute;
	right: 15px;
	transition: 0.3s;
}

.accordion-button:not(.collapsed)::before {
	content: "–";
	/* Minus */
}

.accordion .accordion-item {
	margin-bottom: 12px;
	border: none;
	border-radius: 0px;

}

.accordion .accordion-item:last-child {
	margin-bottom: 0
}

.accordion .accordion-item .accordion-button {
	background-color: #387ab7;
	;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	position: relative;
	margin-bottom: 0;
	padding: 14px 25px;
	border-radius: 0px;
}

.accordion .accordion-item .accordion-button p {
	background-color: #387ab7;
	;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0 !important;
}

.accordion-body p {
	margin-bottom: 0 !important;
}

.accordion .accordion-item .accordion-button:focus {
	box-shadow: none;
	outline: none;
}


.accordion .accordion-item .accordion-body {
	font-size: 16px;
	color: #222328;
	font-weight: 500;
	line-height: 24px;
	padding: 5px 27px 10px;
	text-align: justify;
	border-top: 1px solid #ddd;
}

.product-content-box-main {
	position: relative;
}

.product-content-box-main h1 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 12px;
	color: #052944;
}

.product-content-box-main h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 12px;
	color: #052944;
}

.product-content-box-main ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.product-content-box-main ul li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 1.6;
	color: #333;
}

.product-content-box-main ul li::before {

	content: "✔";
	position: absolute;
	left: 0px;
	top: 2px;
	color: rgb(10, 143, 60);
	font-size: 16px;
	font-weight: bold;
}

.product-content-box-main p {
	color: #052944;
	margin-bottom: 10px;
	font-size: 15px;
}

.product-sec-home {
	position: relative;
	width: 100%;
	padding: 50px 0px 50px;
}

.blogs-main-card-box {
	position: relative;
	display: block;
	background-color: #fff;
	box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
	padding: 15px 15px 15px;
	border-radius: 10px;
	margin-bottom: 20px;
	border: 1px solid #dcdcdc;
}

.blog-three__img {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 10px;
	z-index: 1;
}

.blog-three__img::before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 50%;
	height: 100%;
	background-color: rgba(12, 52, 47, .70);
	visibility: hidden;
	opacity: 0;
	transform-style: preserve-3d;
	transform: perspective(370px) translateY(100%);
	transform-origin: left;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	z-index: 1;
}

.blog-three__img::after {
	position: absolute;
	content: '';
	top: 0px;
	right: 0px;
	width: 50%;
	height: 100%;
	background-color: rgba(12, 52, 47, .70);
	visibility: hidden;
	opacity: 0;
	transform-style: preserve-3d;
	transform: perspective(370px) translateY(-100%);
	transform-origin: top;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	z-index: 1;
}

.blogs-main-card-box:hover .blog-three__img img {
	transform: scale(1.05) rotate(0deg);
}

.blog-three__img img {
	width: 100%;
	border-radius: 10px;
	transform: scale3d(1, 1, 1);
	transition: transform 1s ease-in-out;
}

.blogs-main-card-box:hover .blog-three__img:before {
	visibility: visible;
	opacity: 1;
	transform: perspective(370px) translateY(0%);
}

.blogs-main-card-box:hover .blog-three__img:after {
	visibility: visible;
	opacity: 1;
	transform: perspective(370px) translateY(0%);
}

.blog-three__plus {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(-45deg) scale(0);
	transition: all 600ms ease;
	z-index: 3;
}

.blogs-main-card-box:hover .blog-three__plus {
	transform: rotate(0deg) scale(1);
	transition-delay: 700ms;
}

.blog-three__plus a {
	height: 50px;
	width: 50px;
	line-height: 50px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	color: #003a74;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blogs-sec-page-home {
	position: relative;
	width: 100%;
	padding: 50px 0px 50px;
	background-color: #f1f5f9;
}


.blog-three__content {
	position: relative;
	display: block;
	padding: 10px 0px 0;
}

.blog-three__title {
	font-size: 18px;
	line-height: 27px;
	margin-top: 7px;
	margin-bottom: 12px;
	font-weight: 600;
}

.blog-three__title a {
	color: #052944;
}

.read-btn-advanced {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 6px 22px;
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	color: #2f3a9f;
	border: 2px solid #2f3a9f;
	border-radius: 50px;
	background: transparent;
	overflow: hidden;
	transition: all 0.4s ease;
	z-index: 1;
}

/* Hover background slide */
.read-btn-advanced::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, #2f3a9f, #387ab7);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.4s ease;
	z-index: -1;
}

.read-btn-advanced:hover::before {
	transform: scaleX(1);
}

.read-btn-advanced:hover {
	color: #fff;
}


.read-btn-advanced .arrow {
	transition: transform 0.4s ease;
}

.read-btn-advanced:hover .arrow {
	transform: translateX(6px);
}


.sidebar__post {
	position: relative;
	display: block;
	padding: 25px 16px 25px;
	background-color: #f7f4f1;
	border-radius: 6px;
}

.sidebar__title-box {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 31px;
}

.sidebar__title-shape {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 2px solid #2f3a9f;
	background-color: transparent;
	border-radius: 3px;
	transform: rotate(45deg);
}

.sidebar__title-shape-2 {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #2f3a9f;
	border: 2px solid #f7f4f1;
	border-radius: 3px;
	transform: rotate(45deg);
	margin-left: -13px;
}

.sidebar__title {
	position: relative;
	display: inline-block;
	font-size: 22px;
	color: #222328;
	font-weight: 600;
	line-height: 22px;
}

.sidebar__post-box {
	position: relative;
	display: block;
}

.sidebar__post-single {
	position: relative;
	display: block;
}

.sidebar-post__img {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 6px;
}

.sidebar-post__img::before {
	content: '';
	position: absolute;
	top: 0%;
	right: 0%;
	width: 0;
	height: 100%;
	background-color: rgb(0 58 116 / 80%);
	border-radius: 6px;
	-webkit-transform: translateX(90%, 90%);
	transform: translateX(90%, 90%);
	opacity: 0.70;
	z-index: 1;
}

.sidebar__post-single:hover .sidebar-post__img img {
	opacity: 0.70;
	transform: scale(1.1) rotate(1deg);
}

.sidebar__post-single:hover .sidebar-post__img::before {
	-webkit-animation: circle .95s;
	animation: circle .95s;
	opacity: 1.0;
}

@keyframes circle {
	0% {
		opacity: 1;
	}

	40% {
		opacity: 1;
	}

	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

.sidebar-post__img img {
	width: 100%;
	border-radius: 6px;
	transform: scale(1.0);
	transition: all 0.3s ease-in-out 0.1s opacity .2s ease-in;
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .7s;
	transition-property: all;
}

.sidebar__post-content-box {
	position: relative;
	margin-top: 15px;
}

.sidebar__post-content-box h3 {
	font-size: 18px;
	line-height: 27px;
	font-weight: 600;
}

.sidebar__post-content-box h3 a {
	color: #222328;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar__post-box+.sidebar__post-box {
	margin-top: 27px;
}

.blog-deatisl-left-sidebar {
	position: relative;
	margin-bottom: 20px;
	padding: 15px;
	border-radius: 20px;
	background: #f1f5f9;
	box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	margin-bottom: 40px;
	margin-right: 10px;
}

.blog-img img {
	width: 100%;
	border-radius: 6px;
}

.blog-content {
	margin: 0 0 0 0;
	padding: 25px 0px;
	position: relative;
}

.blog-content h1 {
	font-size: 26px;
	line-height: 1.4;
	margin-bottom: 10px;
	color: #222328;
	font-weight: 600;
}

.blog-content h2 {
	font-size: 23px;
	line-height: 1.4;
	margin-bottom: 10px;
	color: #222328;
	font-weight: 600;
}

.blog-content h3 {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 10px;
	color: #222328;
	font-weight: 600;
}

.blog-content p {
	font-size: 15px;
	margin-bottom: 9px;
	color: #222328;
}

.blog-details-sec {
	position: relative;
	width: 100%;
	padding: 40px 0px 40px;
}

.product_details_description_content_div h2 {
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 10px !important;
}

.product_details_description_content_div>p {
	font-size: 15px;
	color: #222328;
	margin-bottom: 7px !important;
}

.blog-content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.blog-content ul li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 1.6;
	color: #333;
}

.blog-content ul li::before {
	content: "✔";
	position: absolute;
	left: 0;
	top: 2px;
	color: #0a8f3c;
	/* green tick */
	font-size: 16px;
	font-weight: bold;
}

.modal-enquary-box-modal .modal {
	z-index: 99999999;
}

.modal-enquary-box-modal .modal {
	z-index: 99999999;
	background-color: #ffffff10;
	backdrop-filter: blur(0.1rem);
}

.modal-enquary-box-modal .modal-dialog.modal-md .modal-content {
	border-radius: 6px;
	box-shadow: none;
	background-color: #ffff;
	outline: none;
	border: 4px solid #2f3a9f;
}

.modal-enquary-box-modal .modal-dialog.modal-md .modal-content .modal-header {
	padding: 8px 15px !important;
	background-color: #fff;
}

.modal-enquary-box-modal .modal-dialog.modal-md .modal-content .modal-header .modal-title {
	font-size: 21px;
	color: #222328;
	font-weight: 600;
	text-align: center;
	text-transform: capitalize;
}

.modal-enquary-box-modal .modal-dialog.modal-md .modal-content .close {
	box-shadow: none;
	position: absolute;
	right: 10px;
	background: #2f3a9f;
	opacity: 1;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	line-height: 40px;
	padding: 0;
	font-weight: 600;
	color: #fff;
	font-size: 27px;
	border: none;
	top: 7px;
}

.modal-enquary-box-modal .modal-dialog.modal-md .modal-content .modal-body {
	padding: 5px 15px;
	background-color: #fff;
}

.enquiry_popup_input_div>label {
	font-size: 14px;
	color: #222328 !important;
	font-weight: 500;
	margin-bottom: 2px !important;
}

.modal-enquary-box-modal .modal-dialog.modal-md .modal-content .contact_pg_form_right_side input,
textarea {
	border: 1px solid #333 !important;
	outline: none !important;
	background: #fff;
	border-radius: 5px !important;
	height: 33px;
	line-height: 33px;
	font-size: 14px;
	margin-bottom: 5px;
}

.popup-btn {
	color: #fff;
	background-color: #2f3a9f;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	border-radius: 4px !important;
	padding: 8px 16px;
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 0px !important;
}

.form-controlarea {
	border-radius: 5px !important;
	outline: none !important;
	box-shadow: none !important;
	font-size: 15px;
	padding: .375rem .75rem;
	resize: none;
	font-weight: 400;
	color: #222328;
	border: 1px solid #333 !important;
	height: 80px;
	width: 100%;
	background-color: #fff;
}

.location-section-area {
	position: relative;
	width: 100%;
	padding: 40px 0px 40px;
}

.our-presence-title {
	color: #2f3a9f;
	font-size: 25px;
	margin-bottom: 10px;
	display: inline-block;
	padding-bottom: 7px;
	border-bottom: 3px solid rgb(0, 0, 0);
}

.location-section {
	background: #f8fafc;
	padding: 28px;
	border-radius: 18px;
	margin-bottom: 40px;
	border: 1px solid rgba(0, 0, 0, 0.04);
}

.location-wrapper h4,
.location-wrapper h5,
.location-wrapper h6 {
	position: relative;
	padding-left: 14px;
}

.location-wrapper h4::before,
.location-wrapper h5::before,
.location-wrapper h6::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	height: 70%;
	width: 4px;
	border-radius: 4px;
	background: linear-gradient(180deg, #2f3a9f, #387ab7);
}

.country-card {
	font-weight: 600;
	font-size: 15px;
	background: linear-gradient(135deg, #eff6ff, #f0f9ff);
}

.location-card {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px 16px;
	border-radius: 12px;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.06);
	text-decoration: none;
	color: #0f172a;
	font-weight: 500;
	font-size: 14px;
	transition: all 0.25s ease;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.state-card {
	background: #ffffff;
}

.location-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
	border-color: rgba(37, 99, 235, 0.4);
}

.privacy_section {
	position: relative;
	padding: 30px 0px 30px 0px;
}

.privacy_content_main_div>h1 {
	color: #212121;
	text-transform: capitalize;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 7px !important;
}

.privacy_content_main_div>p {
	font-weight: 400;
	font-size: 15px;
	text-align: justify;
	color: #212121;
	line-height: 27px;
	transition: 0.2s ease-in-out;
	margin-bottom: 6px !important;
}

.privacy_content_main_div>ul {
	padding-left: 18px;
}

.privacy_content_main_div>ul>li {
	font-weight: 400;
	font-size: 15px;
	list-style-type: disc !important;
	color: #212121;
	line-height: 27px;
	transition: 0.2s ease-in-out;
	margin-bottom: 3px !important;
}

.privacy_content_main_div p .policy-link {
	font-weight: 700;
	text-decoration: underline;
	color: #0049D0;
}


.privacy_content_main_div>h2 {
	color: #000;
	text-transform: capitalize;
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 4px !important;
	margin-top: 4px !important;
}

.privacy_content_main_div>h3 {
	color: #000;
	text-transform: capitalize;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 4px !important;
	margin-top: 4px !important;
}

.privacy_content_main_div>h4 {
	color: #000;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 4px !important;
	margin-top: 4px !important;
}

.slide-overflow-content {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 20px;

	transform: translateY(100%);
	transition: transform 0.4s ease;
}

.products-image-img:hover .slide-overflow-content {
	transform: translateY(0);
}

.product-discription {
	font-size: 15px;
	color: #fff;
}


.scroll-to-top {
	position: fixed;
	right: -115px;
	bottom: 360px;
	transform: rotate(90deg);
	transform-origin: left center;
	z-index: 99;
}

.scroll-top-inner {
	display: flex;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: all cubic-bezier(.4, 0, .2, 1) .4s;
	cursor: pointer;
	padding: 6px 10px;
	background: transparent;
	border-radius: 6px;

}

.scroll-top-inner.visible {
	visibility: visible !important;
	opacity: 1 !important;
}

.scroll-bar {
	width: 50px;
	height: 2px;
	margin-right: 10px;
	position: relative;
	background: rgba(0, 0, 0, 0.04);
}

.scroll-bar:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #f4244f;
	opacity: .15;
}

.bar-inner {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0%;
	background-color: #052944;
	transition: width 150ms linear;
}

.scroll-bar-text {
	font-size: 16px;
	font-weight: 700;
	color: #052944;
	user-select: none;
}

.scroll-top-inner.on-footer {

	background: transparent;
}


.scroll-top-inner.on-footer .scroll-bar:before {
	background-color: rgba(255, 255, 255, 0.18);
}

.scroll-top-inner.on-footer .bar-inner {
	background-color: #ffffff;
}

.scroll-top-inner.on-footer .scroll-bar-text {
	color: #ffffff;
}