@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i');

/*font-family: 'Rubik', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Hind', sans-serif;*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');



* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

:root {
	--primary-color: 95, 183, 151;

}

body {
	font-size: 15px;
	color: #777777;
	line-height: 1.8em;
	font-weight: 400;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Rubik', sans-serif;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: rgba(var(--primary-color));
}

a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-weight: normal;
	margin: 0px;
	background: none;
	line-height: 1.6em;
	font-family: 'Poppins', sans-serif;
}

input,
button,
select,
textarea {
	font-family: 'Rubik', sans-serif;
}

textarea {
	overflow: hidden;
}

.theme_color {
	color: rgba(var(--primary-color));
}

p,
.text {
	position: relative;
	line-height: 1.8em;
	font-family: 'Rubik', sans-serif;
}

.page-wrapper section {
	position: relative;
	z-index: 5;
}

.strike-through {
	text-decoration: line-through;
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
}

.grey-bg {
	background-color: #f8f8f8;
}

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

.theme-btn {
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.centered {
	text-align: center;
}

/*List Style One*/

.list-style-one {
	position: relative;
}

.list-style-one li {
	position: relative;
	padding-left: 48px;
	margin-bottom: 22px;
	color: #848484;
	font-size: 16px;
	font-weight: 400;
}

.list-style-one li strong {
	position: relative;
	display: block;
	color: #020e28;
	font-size: 18px;
	font-weight: 500;
}

.list-style-one li:before {
	position: absolute;
	/* content: "\f12a"; */
	content: "\f155";
	left: 0px;
	top: 0px;
	color: rgba(var(--primary-color));
	font-size: 22px;
	font-family: "Flaticon";
}

/*List Style Two*/

.list-style-two {
	position: relative;
}

.list-style-two li {
	position: relative;
	padding-left: 50px;
	color: #c4c4c4;
	font-size: 16px;
	margin-bottom: 25px;
}

.list-style-two li .icon {
	position: absolute;
	left: 0px;
	top: 7px;
	line-height: 1em;
	font-size: 40px;
	font-weight: 400;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	color: rgba(255, 255, 255, 0.40);
}

.list-style-two li a {
	position: relative;
	font-weight: 500;
	display: block;
	color: #ffffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	font-family: 'Poppins', sans-serif;
}

.list-style-two li:hover a {
	color: rgba(var(--primary-color));
	text-decoration: underline;
}

.list-style-two li:hover .icon {
	color: rgba(var(--primary-color));
}

/*List Style Three*/

.list-style-three {
	position: relative;
}

.list-style-three li {
	position: relative;
	margin-bottom: 15px;
	color: #848484;
	font-size: 15px;
	font-weight: 400;
	padding-left: 46px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e6e6e6;
	font-family: 'Rubik', sans-serif;
}

.list-style-three li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border: none;
}

.list-style-three li .icon {
	position: absolute;
	left: 0px;
	top: 12px;
	color: rgba(var(--primary-color));
	line-height: 1em;
	font-size: 24px;
}

.list-style-three li strong {
	position: relative;
	color: #020e28;
	font-size: 16px;
	font-weight: 600;
	display: block;
	font-family: 'Poppins', sans-serif;
}

/*List Style Four*/

.list-style-four {
	position: relative;
}

.list-style-four li {
	position: relative;
	margin-bottom: 6px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	padding-left: 30px;
}

.list-style-four li:before {
	position: absolute;
	content: '\f178';
	left: 0px;
	top: 3px;
	color: #ffffff;
	line-height: 1em;
	font-size: 16px;
	font-family: 'FontAwesome';
}

/*List Style Five*/

.list-style-five {
	position: relative;
}

.list-style-five li {
	position: relative;
	margin-bottom: 15px;
	color: #848484;
	font-size: 16px;
	font-weight: 400;
	padding-left: 30px;
}

.list-style-five li:before {
	position: absolute;
	content: '\f178';
	left: 0px;
	top: 3px;
	color: rgba(var(--primary-color));
	line-height: 1em;
	font-size: 16px;
	font-family: 'FontAwesome';
}

/*Btn Style One*/

.btn-style-one {
	position: relative;
	line-height: 24px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	background: rgba(var(--primary-color));
	display: inline-block;
	padding: 13px 22px;
	border-radius: 50px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid rgba(var(--primary-color));
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	font-family: 'Poppins', sans-serif;
}

.btn-style-one .icon {
	position: relative;
	top: 2px;
	font-size: 18px;
	margin-right: 4px;
	margin-left: 5px;
}

.btn-style-one:hover {
	color: rgba(var(--primary-color));
	border-color: rgba(var(--primary-color));
	background: none;
}

/*Btn Style Two*/

.btn-style-two {
	position: relative;
	line-height: 24px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	background: #020e28;
	display: inline-block;
	padding: 12px 49px;
	border-radius: 50px;
	text-transform: uppercase;
	border: 2px solid #020e28;
	font-family: 'Poppins', sans-serif;
}

.btn-style-two:hover {
	color: #ffffff;
	background: rgba(var(--primary-color));
	border-color: rgba(var(--primary-color));
}

/*Btn Style Three*/

.btn-style-three {
	position: relative;
	line-height: 24px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	background: rgba(var(--primary-color));
	display: inline-block;
	padding: 12px 49px;
	border-radius: 50px;
	text-transform: uppercase;
	border: 2px solid rgba(var(--primary-color));
	font-family: 'Poppins', sans-serif;
}

.btn-style-three:hover {
	color: #ffffff;
	background: #020e28;
	border-color: #020e28;
}

.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/icons/preloader.svg);
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

/*** 

====================================================================
	Fancy Box
====================================================================

***/

.fancybox-next span,
.fancybox-prev span {
	background-image: none !important;
	width: 44px !important;
	height: 44px !important;
	line-height: 44px !important;
	text-align: center;
}

.fancybox-next span:before,
.fancybox-prev span:before {
	content: '';
	position: absolute;
	font-family: 'FontAwesome';
	left: 0px;
	top: 0px;
	font-size: 12px;
	width: 44px !important;
	height: 44px !important;
	line-height: 44px !important;
	background-color: rgba(28, 28, 28, 0.40) !important;
	color: #ffffff;
	visibility: visible;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.fancybox-next span:before {
	content: '\f178';
}

.fancybox-prev span:before {
	content: '\f177';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before {
	background-color: #ffffff !important;
	color: #000000;
}

.fancybox-type-image .fancybox-close {
	right: 0px;
	top: 0px;
	width: 45px;
	height: 45px;
	background: url(../images/icons/icon-cross.png) center center no-repeat;
	background-color: rgba(17, 17, 17, 0.50) !important;
}

.fancybox-type-image .fancybox-close:hover {
	background-color: #000000 !important;
}

.fancybox-type-image .fancybox-skin {
	padding: 0px !important;
}

/*** 

====================================================================
	Social Icon One
====================================================================

***/

.social-icon-one {
	position: relative;
}

.social-icon-one li {
	position: relative;
	margin-left: 20px;
	display: inline-block;
}

.social-icon-one li a {
	position: relative;
	font-size: 16px;
	color: rgba(var(--primary-color));
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-one li a:hover {
	color: rgba(var(--primary-color));
}

/*** 

====================================================================
	Social Icon Two
====================================================================

***/

.social-icon-two {
	position: relative;
}

.social-icon-two li {
	position: relative;
	margin: 0px 5px;
	display: inline-block;
}

.social-icon-two li a {
	position: relative;
	width: 40px;
	height: 40px;
	font-size: 14px;
	color: #848484;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	background-color: #ffffff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-two li a:hover {
	color: #ffffff;
	background-color: rgba(var(--primary-color));
}

/*** 

====================================================================
	Social Icon Three
====================================================================

***/

.social-icon-three {
	position: relative;
}

.social-icon-three li {
	position: relative;
	margin-right: 15px;
	display: inline-block;
}

.social-icon-three li a {
	position: relative;
	font-size: 14px;
	color: #9b9b9b;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-three li a:hover {
	color: rgba(var(--primary-color));
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

/* .scroll-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 40px;
	height: 70px;
	color: #ffffff;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 65px;
	text-align: center;
	z-index: 99999;
	cursor: pointer;
	border-radius: 50px;
	background: rgba(var(--primary-color));
	display: none;
	border: 2px solid rgba(var(--primary-color));
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.scroll-to-top:hover {
	color: rgba(var(--primary-color));
	background: none;
} */

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 999;
	width: 100%;
	background-color: #ffffff;
}

.main-header .header-top {
	position: relative;
	background: #f4f4f4;
}

.main-header .header-top .top-left {
	position: relative;
	float: left;
	padding: 16px 0px 15px;
}

.main-header .header-top .top-left .links {
	position: relative;
	float: left;

}

.main-header .header-top .top-left .links li {
	position: relative;
	float: left;
	margin-right: 18px;
	line-height: 1em;
	color: #ababab;
	padding-right: 18px;
	display: flex;
	align-items: center;
}

.main-header .header-top .top-left .links li:nth-child(2) a {
	margin-top: 0.25rem;
}

.main-header .header-top .top-left .links li:after {
	content: '';
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -7px;
	height: 15px;
	border-right: 1px solid #c3c3c3;
}

.header-style-two .header-top .top-left .links li:after {
	border-color: rgba(255, 255, 255, 0.15);
}

.main-header .header-top .top-left ul li:last-child {
	margin-right: 0px;
	padding-right: 0px;
}

.main-header .header-top .top-left .links li:last-child:after {
	display: none;
}

.main-header .header-top .top-left .links li .icon {
	position: relative;
	top: 2px;
	color: rgba(var(--primary-color));
	font-size: 18px;
	line-height: 24px;
	margin-right: 10px;
}

.main-header .header-top .top-left .links li a {
	position: relative;
	line-height: 22px;
	color: #020e28;
	font-size: 14px;
	font-weight: 300;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.header-style-two .header-top .top-left .links li a {
	color: #ffffff;
}

.main-header .header-top .top-left .links li a:hover {
	color: rgba(var(--primary-color));
}

.main-header .header-top .top-right {
	position: relative;
	float: right;
	padding: 16px 0px;
}

.main-header .header-top .top-right ul li {
	position: relative;
	color: #808080;
	font-size: 14px;
	float: left;
	line-height: 1.6em;
	margin-right: 20px;
}

.main-header .header-top .top-right ul li span {
	position: relative;
	margin: 0px 5px;
}

.main-header .header-top .top-right ul li a {
	position: relative;
	color: #020e28;
	font-size: 14px;
	font-weight: 300;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.header-style-two .header-top .top-right ul li a,
.header-style-three .header-upper-two .header-upper-left .language a {
	color: #ffffff;
}

.header-style-three .header-upper-two .header-upper-left .info-box {
	position: relative;
	padding-left: 20px;
	margin-left: 20px;
	display: inline-block;
	border-left: 2px solid rgba(255, 255, 255, 0.20);
}

.header-style-three .header-upper-two .info-box ul li {
	position: relative;
	color: #ffffff;
	font-size: 16px;
}

.header-style-three .header-upper-two .info-box ul li span {
	display: block;
	color: rgba(var(--primary-color));
}

.main-header .header-top .top-right ul li a .icon {
	position: relative;
	margin-right: 12px;
	color: rgba(var(--primary-color));
}

.main-header .header-top .top-right>ul>li>a:hover {
	color: rgba(var(--primary-color));
	text-decoration: underline;
}

.main-header .header-top .top-right>ul {
	position: relative;
	float: left;
}

.main-header .header-top .top-right>ul>li:last-child {
	margin-right: 0px;
	padding-left: 0px;
}

.main-header .header-top .top-right>ul>li:last-child::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 3px;
	width: 1px;
	height: 15px;
	/* background-color: #d0d0d0; */
}

.header-style-two {
	background-color: #ffffff;
}

.header-style-two .header-top .top-right>ul>li:last-child::before {
	background-color: rgba(255, 255, 255, 0.20);
}

.main-menu .navigation>li:last-child>ul {
	left: auto;
	right: 0px;
}

.main-header .header-lower {
	position: relative;
	padding-top: 30px;
	overflow: hidden;
}

.main-header .header-lower .lower-left {
	position: relative;
	margin-bottom: 10px;
}

.main-header .header-lower .info-box {
	position: relative;
	float: left;
	min-height: 45px;
	margin-right: 28px;
	font-size: 14px;
	color: #5c657a;
	text-align: left;
	font-weight: 500;
	line-height: 1.8em;
	margin-bottom: 20px;
	padding: 0px 28px 0px 50px;
	border-right: 2px solid #e6e6e6;
}

.main-header .header-lower .info-box:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border: none;
}

.main-header .header-lower .info-box .icon-box {
	position: absolute;
	left: 0px;
	top: 4px;
	color: #c1c1c1;
	font-size: 42px;
	line-height: 1em;
}

.main-header .header-lower .info-box strong {
	text-transform: uppercase;
	font-weight: 600;
	color: #5c657a;
	display: block;
	font-family: 'Poppins', sans-serif;
}

.main-header .header-lower .lower-right {
	position: relative;
	margin-top: 20px;
	padding-left: 10px;
}

.main-header .header-lower .lower-right:before {
	position: absolute;
	content: '';
	left: 0%;
	bottom: 0px;
	width: 2000px;
	height: 100%;
	background-color: #020e28;
	-ms-transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.main-header .header-lower .search-box {
	position: relative;
	float: left;
}

.main-header .header-lower .search-box .form-group {
	position: relative;
	margin: 0px;
}

.main-header .header-lower .search-box .form-group input[type="text"],
.main-header .header-lower .search-box .form-group input[type="search"] {
	position: relative;
	line-height: 25px;
	padding: 10px 50px 10px 20px;
	background: rgba(255, 255, 255, 0);
	display: block;
	font-size: 14px;
	height: 60px;
	width: 330px;
	float: right;
	color: #ffffff;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-header .header-lower .search-box .form-group input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 1);
}

.main-header .header-lower .search-box .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 60px;
	width: 45px;
	display: block;
	font-size: 14px;
	color: rgba(var(--primary-color));
	line-height: 100%;
	font-weight: normal;
	background: none;
	text-align: right;
}

.header-style-three .header-upper-two .header-upper-left {
	position: relative;
	padding-left: 300px;
	padding-top: 18px;
	padding-bottom: 17px;
}

.header-style-three .header-upper-two .header-upper-left .language {
	position: relative;
	float: left;
	padding: 14px 0px;
}

.header-style-three .header-upper-two .header-upper-right .social-icon-one {
	margin-top: 32px;
}

.header-style-three .header-lower-two {
	position: relative;
	background-color: #ffffff;
}

.header-style-three .header-lower-two .outer-container {
	position: relative;
	padding-left: 284px;
}

.header-style-three .header-lower-two .logo-box {
	position: absolute;
	left: 0px;
	top: -90px;
}

.header-style-three .header-lower-two .nav-outer {
	width: 100%;
	padding-left: 18px;
}

.header-style-three .header-lower-two .main-menu .navigation>li {
	padding: 0px;
	margin-left: 0px;
	margin-right: 35px;
}

.header-style-three .header-lower-two .main-menu .navigation>li>a {
	color: #020e28;
}

.header-style-four {
	position: absolute;
	left: 0px;
	top: 0px;
	background: none;
}

.header-style-four .header-top {
	background-color: #020e28;
}

.header-style-four .header-top .top-left {
	padding: 12px 0px 12px;
}

.header-style-four .header-top .top-left ul>li.language {
	padding-right: 0px;
}

.header-style-four .header-top .top-left ul>li.language>a {
	padding: 4px 17px;
	background-color: rgba(var(--primary-color)) !important;
}

.header-style-four .header-top .top-left ul>li.language>a:hover {
	color: #ffffff;
}

.header-style-four .header-top .top-left .links li a,
.header-style-four .header-top .top-right ul li a {
	color: #ffffff;
}

.header-style-four .header-top .top-left .links li:after {
	display: none;
}

.header-style-four .header-top .top-right>ul>.language {
	padding-left: 0px;
	padding-right: 12px;
	margin-right: 2px;
	border-right: 1px solid rgba(255, 255, 255, 0.20);
}

.header-style-four .header-top .top-right>ul>.language>a>.fa {
	color: rgba(var(--primary-color));
}

.header-style-four .header-top .top-right>ul>li:last-child::before {
	display: none;
}

.header-style-four .header-top .top-right>.social-icon-one {
	float: left;
}

.header-style-four .header-top .top-right>.social-icon-one>li {
	margin-right: 0px;
	margin-left: 12px;
}

.header-style-four .header-top .top-right>.social-icon-one>li:last-child {
	padding-left: 0px;
}

/*Language Dropdown*/

.main-header .language .flag-img {
	position: relative;
	margin-right: 10px;
	top: -2px;
}

.main-header .language .dropdown-menu {
	top: 100%;
	left: 0px;
	width: 180px;
	border-radius: 0px;
	margin-top: 18px;
	background-color: #222222;
	border: none;
	padding: 0px;
	border-top: 3px solid rgba(var(--primary-color));
}

.main-header .language>a {
	padding: 0px 0px;
	background: none !important;
	border: 0px;
	border-radius: 0px;
}

.main-header language a:hover {
	background: none;
}

.main-header .language .dropdown-menu>li {
	padding-right: 0px !important;
	margin: 0px !important;
	float: none;
	width: 100%;
	display: block !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.main-header .language .dropdown-menu>li:last-child {
	border-bottom: none;
}

.main-header .language .dropdown-menu>li>a {
	padding: 10px 20px !important;
	color: #ffffff !important;
	text-align: left;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .language .dropdown-menu>li>a:hover {
	color: #ffffff !important;
	background-color: rgba(var(--primary-color));
}

/*Main Box*/

.main-header .main-box {
	position: relative;
	padding: 0px 0px;
	left: 0px;
	top: 0px;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .main-box .outer-container {
	position: relative;
}

.main-header .main-box .outer-container:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 2px;
	background-color: rgba(255, 255, 255, 0.15);
}

.header-style-two .main-box .outer-container:before {
	background-color: rgba(230, 230, 230, 1)
}

.header-style-four .main-box .outer-container:before {
	display: none;
}

.main-header .main-box .logo-box {
	position: relative;
	float: left;
	left: 0px;
	z-index: 10;
	padding: 20px 0px;
}

.main-header.fixed-header .main-box .logo-box {
	padding: 5px 0px;
}

.main-header .main-box .logo-box .logo img {
	display: inline-block;
	max-width: 150px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header.fixed-header .nav-outer .search-box-outer {
	margin-top: -10px;
}

.main-header.fixed-header .main-box .logo-box .logo img {
	height: 60px;
}

.main-header .nav-toggler {
	position: relative;
	right: 0px;
	width: 44px;
	height: 46px;
	top: 50%;
	margin-top: 0px;
	display: block;
	border-radius: 4px;
	text-align: center;
	border: 1px solid #dddddd;
}

.main-header .nav-toggler button {
	position: relative;
	left: 12px;
	display: block;
	color: #444444;
	text-align: center;
	font-size: 20px;
	line-height: 44px;
	background: none;
	font-weight: 600;
}

.main-header .nav-outer {
	position: static;
	float: right;
}

.main-header .nav-outer .outer-box {
	position: relative;
	float: right;
	margin-left: 28px;
	margin-top: 26px;
}

.header-style-three .nav-outer .outer-box {
	margin-top: 20px;
	margin-left: 0px;
}

.header-style-three .nav-outer .outer-box .quote-btn {
	padding: 3px 22px 3px !important;
	color: #020e28 !important;
	border-color: #e6e6e6 !important;
}

.header-style-three .nav-outer .outer-box .quote-btn:after {
	background-color: #e6e6e6 !important;
	bottom: 0px !important;
}

.main-header .nav-outer .outer-box .quote-btn {
	position: relative;
	font-size: 14px;
	font-weight: 700;
	color: rgba(var(--primary-color));
	float: left;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 8px 22px 14px;
	/* border-left: 2px solid rgba(var(--primary-color));
	border-right: 2px solid rgba(var(--primary-color)); */
	font-family: 'Poppins', sans-serif;
}

.header-style-four .nav-outer .outer-box .quote-btn {
	padding-right: 0px;
	border-right: 0px;
}

.main-header .nav-outer .outer-box .quote-btn:after {
	position: absolute;
	content: '';
	left: 22px;
	right: 22px;
	bottom: 16px;
	height: 1px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: rgba(var(--primary-color));
}

.header-style-four .nav-outer .outer-box .quote-btn:after {
	right: 0px;
}

.main-header .nav-outer .outer-box .quote-btn:hover {
	color: rgba(var(--primary-color));
	border-color: rgba(var(--primary-color));
}

.main-header .nav-outer .outer-box .quote-btn:hover::after {
	background-color: rgba(var(--primary-color));
}

.main-header .nav-outer .outer-box .quote-btn .icon {
	position: relative;
	width: 20px;
	height: 13px;
	margin-left: 2px;
	display: inline-block;
	background: url(../images/icons/msg-icon.png) no-repeat;
}

.main-header .nav-outer .outer-box .quote-btn .icon.icon-two {
	background: url(../images/icons/msg-icon-1.png) no-repeat;
}

.main-header .nav-outer .outer-box .social-icon-one {
	float: left;
	margin-left: 6px;
	margin-top: 14px;
}

.header-style-two .nav-outer .outer-box .social-icon-one li a {
	color: #848484;
}

.main-header .nav-outer .outer-box .talk {
	position: relative;
	color: rgba(var(--primary-color));
	font-weight: 700;
	font-size: 14px;
	float: left;
	margin-top: -10px;
	margin-left: 35px;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}

.main-header .nav-outer .outer-box .talk .icon {
	position: relative;
	display: inline-block;
	margin-right: 10px;
}

.main-header .nav-outer .search-box-outer {
	position: relative;
	right: 0px;
	float: left;
	color: rgba(var(--primary-color));
	margin-left: 20px;
	margin-top: 3px;
}

.main-header .search-box-btn {
	position: relative;
	display: block;
	color: rgba(var(--primary-color));
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	cursor: pointer;
	background: none;
	text-align: right;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-header .search-box-outer .dropdown-menu {
	top: 45px;
	right: 0px;
	padding: 0px;
	width: 280px;
	border-radius: 0px;
	border-top: 3px solid rgba(var(--primary-color));
}

.main-header .search-box-outer .dropdown-menu>li {
	padding: 0px;
	border: none;
	background: none;
}

.main-header .search-panel .form-container {
	padding: 25px 20px;
}

.main-header .search-panel .form-group {
	position: relative;
	margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
	display: block;
	width: 100%;
	height: 40px;
	color: #000000;
	line-height: 24px;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	padding: 7px 40px 7px 15px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
	border-color: rgba(var(--primary-color));
}

.main-header .search-panel .search-btn {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #555555;
	font-size: 12px;
	background: none;
	cursor: pointer;
}

.header-style-two .header-top {
	background-color: #020e28;
}

.main-menu {
	position: static;
	float: left;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navbar-collapse {
	padding: 0px;
}

.main-menu .navigation {
	position: static;
	margin: 0px;
}

.main-menu .navigation>li {
	position: relative;
	float: left;
	padding: 15px 0px;
	margin-left: 32px;
}

.main-menu .navigation>li.has-mega-menu {
	position: static;
}

.main-menu .navigation>li.has-mega-menu:before,
.main-menu .navigation>li.has-mega-menu:after {
	display: none;
}

.header-style-four .navigation>li {
	padding-bottom: 0px;
}

.main-menu .navigation>li:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 8px;
	width: 100%;
	height: 2px;
	opacity: 0;
	background-color: rgba(var(--primary-color));
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li:before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 10px;
	width: 25px;
	height: 4px;
	opacity: 0;
	margin-left: -13px;
	background-color: rgba(var(--primary-color));
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li.current::before,
.main-menu .navigation>li.current::after {
	opacity: 1;
}

.main-menu .navigation>li:hover::before,
.main-menu .navigation>li:hover::after {
	opacity: 1;
}

.main-menu .navigation>li>a {
	position: relative;
	display: block;
	padding: 15px 0px;
	color: #000000;
	text-align: center;
	line-height: 30px;
	letter-spacing: 0px;
	font-weight: 400;
	font-size: 14px;
	text-transform: capitalize;
	opacity: 1;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: 'Poppins', sans-serif;
}

.header-style-two .main-menu .navigation>li>a {
	color: #020e28;
}

.header-style-two .nav-outer .outer-box .quote-btn {
	color: #020e28;
	border-color: #e6e6e6;
}

.header-style-two .nav-outer .outer-box .quote-btn:after {
	background-color: #e6e6e6;
}

.sticky-header .main-menu .navigation>li>a {
	padding: 5px 0px;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
	color: rgba(var(--primary-color));
	opacity: 1;
}

.main-menu .navigation>li:hover>a:before,
.main-menu .navigation>li.current>a:before {
	width: 100%;
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 270px;
	z-index: 100;
	display: none;
	padding: 5px 20px;
	background: #ffffff;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	font-family: 'Poppins', sans-serif;
	border-bottom: 2px solid rgba(var(--primary-color));
}

.main-menu .navigation>li>ul:before {
	position: absolute;
	content: '';
	left: 0px;
	top: -12px;
	width: 100%;
	height: 12px;
}

.main-menu .navigation>li>ul.from-right {
	left: auto;
	right: 0px;
}

.main-menu .navigation>li>ul>li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #f2f2f2;
	text-transform: capitalize;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li>.mega-menu {
	position: absolute;
	left: 0px;
	width: 100%;
	background-color: #ffffff;
	padding: 45px 40px 30px 45px;
	top: 100%;
	z-index: 10;
	margin-top: 10px;
	display: none;
	background-position: right bottom;
	background-repeat: no-repeat;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>.mega-menu:before {
	position: absolute;
	content: '';
	left: 0px;
	top: -10px;
	width: 100%;
	height: 10px;
}

.main-menu .navigation>li:hover>.mega-menu {
	opacity: 1;
	visibility: visible;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li>.mega-menu .mega-menu-bar {
	position: relative;
}

.main-menu .navigation>li .mega-menu-bar h3 {
	position: relative;
	color: #020e28;
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 10px;
	border-bottom: 2px solid #f2f2f2;
}

.main-menu .navigation>li .mega-menu-bar>ul {
	position: relative;
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #f2f2f2;
	text-transform: capitalize;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li .mega-menu-bar .column {
	position: relative;
	margin-bottom: 10px;
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li:last-child {
	border: none;
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li>a {
	position: relative;
	display: block;
	padding: 13px 0px;
	line-height: 24px;
	font-weight: 400;
	font-size: 16px;
	color: #848484;
	text-align: left;
	text-transform: capitalize;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: 'Rubik', sans-serif;
}

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

.main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	padding: 13px 0px;
	line-height: 24px;
	font-weight: 400;
	font-size: 16px;
	color: #848484;
	text-align: left;
	text-transform: capitalize;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: 'Rubik', sans-serif;
}

.main-menu .navigation>li>ul>li:hover {
	border-color: rgba(var(--primary-color));
}

.main-menu .navigation>li>ul>li:hover>a,
.main-menu .navigation>li .mega-menu-bar .column>ul>li>a:hover {
	color: rgba(var(--primary-color));
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	right: 0px;
	top: 15px;
	width: 10px;
	height: 20px;
	display: block;
	line-height: 21px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	z-index: 5;
}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {
	color: rgba(var(--primary-color));
}

.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	left: 109%;
	top: 0px;
	width: 270px;
	z-index: 100;
	display: none;
	padding: 5px 20px;
	background: #ffffff;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	font-family: 'Poppins', sans-serif;
	border-bottom: 2px solid rgba(var(--primary-color));
}

.main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #f2f2f2;
	text-transform: capitalize;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover {
	border-color: rgba(var(--primary-color));
}

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

.main-menu .navigation>li>ul>li>ul>li>a {
	position: relative;
	display: block;
	padding: 13px 0px;
	line-height: 24px;
	font-weight: 400;
	font-size: 16px;
	color: #848484;
	text-align: left;
	text-transform: capitalize;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: 'Rubik', sans-serif;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
	color: rgba(var(--primary-color));
}

.main-menu .navigation>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 100%;
	margin-top: 10px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 0px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 6px;
	width: 34px;
	height: 30px;
	border: 1px solid #ffffff;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
	display: none;
}

.main-header .header-upper {
	position: relative;
	background: #ffffff;
	z-index: 5;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-header .header-upper .logo img {
	position: relative;
	display: inline-block;
	max-width: 100%;
}

.main-header .header-upper .logo-outer {
	position: relative;
	z-index: 25;
	padding: 18px 0px;
}

/*Sticky Header*/

.sticky-header {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	background: #ffffff;
	z-index: 0;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.sticky-header .logo {
	padding: 14px 0px 15px;
}

.fixed-header .sticky-header {
	z-index: 999;
	opacity: 1;
	visibility: visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.10);
}

.main-header .sticky-header .main-menu .navigation>li {
	margin-right: 0px;
	margin-left: 30px;
	padding: 20px 0px 10px;
}

.main-header .sticky-header .main-menu .navigation>li>a {
	color: #333333;
}

.main-header .sticky-header .main-menu .navigation>li:before,
.main-header .sticky-header .main-menu .navigation>li:after {
	display: none;
}

.main-header .sticky-header .right-col {
	position: relative;
}

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider {
	position: relative;
	z-index: 10;
}

.main-slider .tp-caption {
	z-index: 5 !important;
}

.main-slider .tp-dottedoverlay {
	background: rgba(0, 0, 0, 0.40) !important;
}

.main-slider .tparrows.gyges {
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.20);
}

.main-slider .tparrows.gyges:before {
	line-height: 60px;
}

.main-slider .tparrows.gyges:hover {
	color: rgba(var(--primary-color));
	background-color: rgba(var(--primary-color));
}

.main-slider h2 {
	position: relative;
	color: #ffffff;
	font-size: 50px;
	max-width: 85%;
	font-weight: 600;
	line-height: 1.2em;
	display: inline-block;
}

.main-slider h2.dark {
	color: #020e28;
}

.main-slider h2.alternate {
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.main-slider h2.style-two {
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.main-slider .text {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.7em;
}

.main-slider .text.style-two {
	color: #848484;
}

.main-slider .text.alternate {
	color: #ffffff;
	font-size: 20px;
}

.main-slider .text.style-three {
	color: #020e28;
	font-size: 20px;
}

.main-slider .know_more {
	position: relative;
	color: rgba(var(--primary-color));
	font-weight: 600;
	font-size: 14px;
	padding-bottom: 2px;
	text-transform: uppercase;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	border-bottom: 1px solid rgba(var(--primary-color));
	font-family: 'Poppins', sans-serif;
}

.main-slider .know_more .icon {
	margin-right: 4px;
}

.main-slider .know_more:hover {
	color: #ffffff;
}

.main-slider .btns-box .theme-btn {
	margin-right: 20px;
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets {
	display: none !important;
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title {
	position: relative;
	margin-bottom: 50px;
}

.sec-title h2 {
	position: relative;
	font-size: 30px;
	font-weight: 600;
	color: #020e28;
	line-height: 1.2em;
	padding: 0px 0px 24px;
	display: inline-block;
	text-transform: uppercase;
}

.sec-title.light h2 {
	color: #ffffff;
}

.sec-title .separator {
	position: relative;
	width: 75px;
}

.sec-title .separator:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 75px;
	height: 2px;
	background-color: rgba(var(--primary-color));
}

.sec-title .separator:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 2px;
	width: 25px;
	height: 4px;
	background-color: rgba(var(--primary-color));
}

.sec-title .separator.centered::after {
	margin-left: 25px;
}

.sec-title.centered .separator {
	margin: 0 auto;
}

.sec-title.centered .separator::after {
	left: 50%;
	margin-left: -12px;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section {
	position: relative;
	padding-bottom: 50px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.services-section .inner-container {
	position: relative;
	margin-top: -65px;
	display: inline-block;
	width: 100%;
}

.services-block {
	position: relative;
	margin-bottom: 40px;
}

.services-block .inner-box {
	position: relative;
	max-width: 420px;
	margin: 0 auto;
	display: block;
	height: 100%;
	padding-bottom: 1.5rem;
}

.services-block .inner-box img {
	position: absolute;
	height: 350px;
	width: 100%;
	object-fit: cover;
}

.services-block .inner-box:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 70%;
	z-index: 1;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}


/* .services-block .inner-box .image:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 30%;
	z-index: 1;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(2, 14, 40, 0.9));
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(2, 14, 40, 0.9));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(2, 14, 40, 0.9));
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(2, 14, 40, 0.9));
} */

.services-block .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.services-block .inner-box .lower-content {
	position: relative;
	text-align: center;
	padding: 200px 0px 25px;
	z-index: 2;
}

.services-block .inner-box .lower-content .icon-box {
	position: relative;
	color: #ffffff;
	font-size: 60px;
	line-height: 1em;
	margin-bottom: 20px;
}

.services-block .inner-box .lower-content h3 {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
}

.services-block .inner-box .lower-content:after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0px;
	/* background-image: linear-gradient(45deg, black, transparent); */
	width: 90px;
	height: 3px;
	margin-left: -45px;
	background-color: #ffffff;
}

.services-block .inner-box .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 2;
	opacity: 0;
	padding: 55px 20px 50px;
	background-color: rgba(var(--primary-color));
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

/* .services-block .inner-box .overlay-box:after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0px;
	width: 90px;
	height: 3px;
	margin-left: -45px;
	background-color: rgba(0, 0, 0, 0.20);
} */

.services-block .inner-box:hover .overlay-box {
	opacity: 1;
}

.services-block .inner-box .overlay-box .overlay-inner {
	position: relative;
	text-align: center;
	height: 100%;
}

.services-block .inner-box .overlay-box .overlay-inner .overlay-lower-inner {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
}

.services-block .inner-box .overlay-box .overlay-inner .text {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.9em;
	font-weight: 400;
	margin-bottom: 20px;
	font-family: 'Rubik', sans-serif;
}

.services-block .inner-box .overlay-box .overlay-inner .know-more {
	position: relative;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	font-family: 'Poppins', sans-serif;
}

.services-block .inner-box .overlay-box .overlay-inner .know-more:hover {
	color: #041332;
}

.services-block .inner-box .overlay-box .overlay-inner .overlay-icon {
	position: relative;
	color: #ffffff;
	font-size: 60px;
	line-height: 1em;
	margin-top: 0px;
	margin-bottom: 20px;
}

.services-block .inner-box .overlay-box .overlay-inner h4 {
	position: relative;
	color: #020e28;
	font-size: 18px;
	font-weight: 500;
}

.services-block .inner-box .overlay-box .overlay-inner h4 a {
	position: relative;
	color: #ffffff;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.services-block .inner-box .overlay-box .overlay-inner h4 a:hover {
	color: #041332;
}

/*** 

====================================================================
	Market Section
====================================================================

***/

.market-section {
	position: relative;
	padding: 80px 0px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.market-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(2, 14, 40, 0.96);
}

.market-section .title-column {
	position: relative;
}

.market-section .title-column .sec-title {
	margin-bottom: 40px;

}

.market-section .sec-title h2 {
	color: #ffffff;
}

.market-section .sec-title .view-all-content {
	display: flex;
	justify-content: end;
	align-items: end;
}

.market-section .title-column .inner-column {
	position: relative;
	padding-bottom: 11px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.market-section .title-column .inner-column .text {
	position: relative;
	color: #c4c4c4;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8em;
	margin-bottom: 27px;
}

.market-section .title-column .inner-column .view_all {
	position: relative;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2em;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	font-family: 'Poppins', sans-serif;
}

.market-section .title-column .inner-column .view_all .icon {
	position: relative;
	margin-right: 4px;
}

.market-section .title-column .inner-column .view_all:hover {
	color: rgba(var(--primary-color));
}

.market-section .row {
	margin: 0px -30px;
}

.market-section .row .m-block {
	padding: 0px 30px;
}

.market-section .row .m-block:nth-child(2) .inner-box:after,
.market-section .row .m-block:nth-child(3) .inner-box:after,
.market-section .row .m-block:nth-child(5) .inner-box:after,
.market-section .row .m-block:nth-child(6) .inner-box:after {
	content: '';
	position: absolute;
	left: -30px;
	bottom: 30px;
	top: 0px;
	border-left: 1px solid rgba(255, 255, 255, 0.20);
}

.market-block {
	position: relative;
	margin-bottom: 30px;
}

.market-block .inner-box {
	position: relative;
	padding: 30px 0px;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.market-section .row .m-block:nth-child(4) .inner-box,
.market-section .row .m-block:nth-child(5) .inner-box,
.market-section .row .m-block:nth-child(6) .inner-box {
	border-bottom: none;
}

.market-section .market-block .inner-box:before {
	content: '';
	position: absolute;
	left: -30px;
	right: -30px;
	top: 0px;
	bottom: -1px;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(var(--primary-color));
}

.market-section .market-block .inner-box:hover:before {
	opacity: 1;
	visibility: visible;
}

.market-block .inner-box:hover {
	border-color: rgba(var(--primary-color));
}

.market-block .inner-box h3 {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5em;
	margin-bottom: 15px;
}

.market-block .inner-box h3 a {
	position: relative;
	color: #ffffff;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.market-block .inner-box h3 a:hover {
	color: #020e28;
}

.market-block .inner-box .text {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.8em;
	font-weight: 400;
	margin-bottom: 35px;
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.market-block .inner-box:hover .text {
	opacity: 1;
	visibility: visible;
}

.market-block .inner-box .icon-box {
	position: relative;
	font-size: 50px;
	line-height: 1em;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	color: #ffffff;
}

.market-block .inner-box:hover .icon-box {
	opacity: 0;
	visibility: hidden;
}

.market-block .inner-box .view_all {
	position: absolute;
	left: 0px;
	bottom: 30px;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 1px;
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}

.market-block .inner-box .view_all:hover {
	color: #020e28;
}

.market-block .inner-box:hover .view_all {
	opacity: 1;
	visibility: visible;
}

/*** 

====================================================================
	Projects Section
====================================================================

***/

.projects-section {
	position: relative;
	padding: 80px 0px;
}

.projects-section .sec-title .text {
	position: relative;
	color: #848484;
	font-size: 18px;
	line-height: 1.7em;
	font-weight: 400;
}

.projects-section .sec-title .view_all {
	position: relative;
	color: rgba(var(--primary-color));
	font-weight: 600;
	font-size: 14px;
	/* float: right; */
	padding-bottom: 2px;
	text-transform: uppercase;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	border-bottom: 1px solid rgba(var(--primary-color));
	font-family: 'Poppins', sans-serif;
}

.projects-section .sec-title .view-all-content {
	display: flex;
	justify-content: end;
	align-items: end;
}



.projects-section .sec-title .view_all .icon {
	position: relative;
	margin-left: 5px;
}

.projects-section .sec-title .view_all:hover {
	color: #020e28;
}

.projects-section .project-block {
	position: relative;
	padding: 0px;
}

.project-block .inner-box {
	position: relative;
	overflow: hidden;
}

.project-block .inner-box .image {
	position: relative;
}

.project-block .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.project-block .inner-box .image .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.project-block .inner-box .image .overlay-box:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	background-color: rgba(74, 74, 74, 0.70);
}

.project-block .inner-box:hover .image .overlay-box:before {
	opacity: 1;
}

.project-block .inner-box .image .overlay-box .content {
	position: absolute;
	content: '';
	left: 0px;
	bottom: -38px;
	max-width: 390px;
	width: 100%;
	padding: 15px 30px;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	background-color: #eaedef;
}

.project-block .inner-box .image .overlay-box .content h3 {
	position: relative;
	font-weight: 500;
	font-size: 18px;
}

.project-block .inner-box .image .overlay-box .content h3 a {
	position: relative;
	color: #020e28;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.project-block .inner-box:hover .image .overlay-box .content h3 a {
	color: #ffffff;
}

.project-block .inner-box .image .overlay-box .content .text {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	margin-top: 8px;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.project-block .inner-box .image .overlay-box .content .text .icon {
	margin-left: 5px;
}

.project-block .inner-box:hover .image .overlay-box .content {
	background-color: rgba(var(--primary-color));
	bottom: 0px;
}

.project-block .inner-box:hover .image .overlay-box .content .text {
	margin-top: 0px;
}



/*** 

====================================================================
	Career Section
====================================================================

***/

.career-section {
	position: relative;
	padding: 90px 0px 50px;
}

.career-section .video-column {
	position: relative;
	margin-bottom: 40px;
}

.career-section .video-column .inner-column {
	position: relative;
	padding-right: 35px;
}

.career-section .video-column .inner-column .image {
	position: relative;
}

.career-section .video-column .inner-column .image img {
	position: relative;
	width: 100%;
	height: 495px;
	object-fit: cover;
	display: block;
}

.career-section .video-column .inner-column .play-btn {
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding-left: 90px;
	color: #ffffff;
	padding-top: 25px;
	margin-left: 50px;
	font-size: 18px;
	font-weight: 600;
	padding-right: 20px;
	padding-bottom: 22px;
	display: inline-block;
	background-color: rgba(var(--primary-color));
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}

.career-section .video-column .inner-column .play-btn .icon {
	position: absolute;
	left: 20px;
	top: 12px;
	color: #ffffff;
	font-size: 50px;
	line-height: 1em;
	font-weight: 400;
}

.career-section .content-column {
	position: relative;
}

.career-section .content-column .inner-column {
	position: relative;
}

.career-section .content-column .inner-column .sec-title {
	margin-bottom: 30px;
}

.career-section .content-column .inner-column .text {
	position: relative;
	color: #848484;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 22px;
}

.career-section .content-column .inner-column .see_all {
	position: relative;
	color: #020e28;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.career-section .content-column .inner-column .see_all:hover {
	color: rgba(var(--primary-color));
}

/*** 

====================================================================
	Informations Section
====================================================================

 ***/

.informations-section {
	position: relative;
	padding: 95px 0px 55px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

.informations-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	display: block;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}

.info-block {
	position: relative;
	margin-bottom: 40px;
}

.info-block:after {
	position: absolute;
	content: '';
	left: 100%;
	top: 25px;
	width: 92px;
	height: 34px;
	margin-left: -40px;
	display: inline-block;
	background: url(../images/icons/arrow-1.png) right top no-repeat;
}

.info-block:last-child::after {
	display: none;
}

.info-block:nth-child(2)::after {
	background: url(../images/icons/arrow-2.png) right top no-repeat;
}

.info-block .inner-box {
	position: relative;
	text-align: center;
}

.info-block .inner-box {
	position: relative;
}

.info-block .inner-box .icon-box {
	position: relative;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 52px;
	color: #ffffff;
	margin: 0 auto;
	margin-bottom: 15px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border: 2px solid rgba(255, 255, 255, 0.20);
}

.info-block .inner-box:hover .icon-box {
	border: 2px solid rgba(255, 255, 255, 0.60);
}

.info-block .inner-box .icon-box:after {
	position: absolute;
	content: '';
	left: 12px;
	bottom: -40px;
	height: 50px;
	width: 1px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-color: rgba(255, 255, 255, 0.20);
}

.info-block .inner-box:hover .icon-box:after {
	background-color: rgba(255, 255, 255, 0.60);
}

.info-block .inner-box h3 {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	margin-left: 120px;
}

.info-block .inner-box h3 a {
	position: relative;
	color: #ffffff;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.info-block .inner-box h3 a:hover {
	color: #020e28;
}

/*** 

====================================================================
	Achivements Section
====================================================================

 ***/

.achivements-section {
	position: relative;
	padding: 80px 0px 50px;
	background-repeat: no-repeat;
	background-size: cover;
}

.achivements-block {
	position: relative;
	margin-bottom: 40px;
}

.achivements-block .inner-box {
	position: relative;
	border: 1px solid #e6e6e6;
}

.achivements-block .inner-box .image {
	position: relative;
	text-align: center;
}

.achivements-block .inner-box .upper-box {
	position: relative;
	border-bottom: 1px solid #e6e6e6;
}

.achivements-block .inner-box .lower-content {
	position: relative;
	padding: 24px 25px;
	text-align: center;
}

.achivements-block .inner-box .lower-content h3 {
	position: relative;
	color: #020e28;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6em;
	margin-bottom: 15px;
}

.achivements-block .inner-box .lower-content .text {
	position: relative;
	color: #848484;
	font-size: 16px;
	line-height: 1.8em;
}



/*** 

====================================================================
	Clients Section
====================================================================

***/

/* .clients-section {
	position: relative;
	padding: 50px 0px 50px;
	background-color: #f4f4f4;
}

.clients-section .sponsors-outer {
	position: relative;
}

.clients-section .sponsors-outer:after {
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	width: 2px;
	height: 100%;
	z-index: 1;
	background-color: #f4f4f4;
}

.clients-section .sponsors-outer .owl-dots,
.clients-section .sponsors-outer .owl-nav {
	position: relative;
	display: none;
}

.clients-section .sponsors-outer .image-box {
	position: relative;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.clients-section .sponsors-outer .image-box {
	border-right: 1px solid #e6e6e6;
}

.clients-section .sponsors-outer .image-box img {
	max-width: 100%;
	width: auto;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.clients-section .sponsors-outer .image-box img:hover {
	opacity: 0.7;
} */

/*** 

====================================================================
	Call To Action Section
====================================================================

***/

.call-to-action-section {
	position: relative;
	padding: 45px 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}

.call-to-action-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0.6);
}

.call-to-action-section h2 {
	position: relative;
	color: #ffffff;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4em;
}

.call-to-action-section .link-column {
	position: relative;
	text-align: right;
}

.call-to-action-section .apointment {
	position: relative;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 2px solid #ffffff;
	font-family: 'Poppins', sans-serif;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
	position: relative;
	background-color: #171717;
	z-index: 10;
}

.main-footer .widgets-section {
	position: relative;
	padding: 80px 0px 40px;
}

.main-footer .footer-widget {
	position: relative;
	margin-bottom: 30px;
}

.main-footer .footer-title {
	position: relative;
	margin-bottom: 30px;
}

.main-footer .footer-title h2 {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	padding-bottom: 18px;
	text-transform: capitalize;
}

.main-footer .footer-title h2:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 35px;
	height: 4px;
	background-color: rgba(var(--primary-color));
}

.main-footer .logo-widget {
	position: relative;
}

.main-footer .logo-widget .widget-content {
	position: relative;
}

.main-footer .logo-widget .logo {
	position: relative;
	margin-bottom: 25px;
}

.main-footer .logo-widget .logo img {
	filter: invert(1);
}

.main-footer .logo-widget .widget-content .text {
	position: relative;
	color: #ffffff;
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 12px;
}

.main-footer .logo-widget .widget-content .list {
	position: relative;
	margin-bottom: 20px;
}

.main-footer .logo-widget .widget-content>.list>li {
	position: relative;
	color: #c4c4c4;
	font-size: 12px;
	padding-right: 12px;
	margin-right: 12px;
	line-height: 1.2em;
	display: inline-block;
	border-right: 1px solid #414a5e;
}

.main-footer .logo-widget .widget-content>.list>li:last-child {
	border-right: 0px;
	margin-right: 0px;
	padding-right: 0px;
}

.main-footer .logo-widget .widget-content>.list>li a {
	color: #c4c4c4;
	font-size: 12px;
	font-weight: 300;
}

.main-footer .logo-widget .widget-content .timing {
	position: relative;
	color: #ffffff;
	line-height: 1.8em;
	padding-bottom: 5px;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 300;
}

.main-footer .logo-widget .widget-content .timing span {
	font-weight: 500;
	display: block;
}

.main-footer .logo-widget .widget-content .social-icon-one li {
	margin-left: 0px;
	margin-right: 22px;
}

.main-footer .links {
	position: relative;
}

.main-footer .links li {
	position: relative;
	margin-bottom: 16px;
	font-size: 12px;
	font-weight: 300;
}

.main-footer .links li a {
	position: relative;
	color: #ffffff;
	font-size: 14px;
	padding-bottom: 5px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .links li a:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 20px;
	height: 2px;
	opacity: 0;
	background-color: rgba(var(--primary-color));
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .links li a:hover::after {
	opacity: 1;
}

.main-footer .links li a:hover {
	color: #ffffff;
}

.main-footer .footer-bottom {
	position: relative;
	padding-top: 0;
	background-color: #080808;
}

.main-footer .footer-bottom.style-two {
	padding-top: 0px;
}

.main-footer .footer-bottom.style-two .copyright {
	border-top: 0px;
	margin-top: 10px;
}

.main-footer .footer-bottom .title-column {
	position: relative;
}

.main-footer .footer-bottom .title-column .text {
	position: relative;
	padding-left: 80px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}

.main-footer .footer-bottom .title-column .text .icon {
	position: absolute;
	left: 0px;
	top: 10px;
	color: rgba(var(--primary-color));
	font-size: 40px;
	line-height: 1em;
}




.main-footer .footer-bottom .subscribe-form {
	margin-bottom: 20px;
}

.main-footer .footer-bottom .subscribe-form .form-group {
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.main-footer .footer-bottom .subscribe-form .form-group input[type="text"],
.main-footer .footer-bottom .subscribe-form .form-group input[type="email"] {
	position: relative;
	display: block;
	width: 100%;
	line-height: 26px;
	padding: 10px 0px;
	height: 48px;
	font-size: 15px;
	color: #ffffff;
	background: none;
	font-weight: 400;
	border-bottom: 4px solid rgba(255, 255, 255, 0.20);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .footer-bottom .subscribe-form .form-group button {
	position: absolute;
	right: 0px;
	top: 10px;
	font-size: 14px;
	color: rgba(var(--primary-color));
	font-weight: 600;
	background: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}

.main-footer .footer-bottom .copyright {
	position: relative;
	text-align: center;
	color: #ffffff;
	padding: 10px 0px;
	margin-top: 30px;
	font-size: 12px;
	font-weight: 300;
}







/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button {
	width: 100%;
	font-size: 16px;
	font-style: normal;
	line-height: 25px;
	color: #797979;
	float: left;
	border-radius: 0px;
	border: 0px;
	padding: 14px 20px;
	background: #ffffff;
}

.form-group .ui-button .ui-icon {
	background: none;
	position: relative;
	top: -1px;
	text-indent: 0px;
	color: #333333;
	font-size: 20px;
}

.form-group .ui-button .ui-icon:before {
	font-family: 'FontAwesome';
	content: "\f0d7";
	position: absolute;
	right: 0px;
	top: 2px !important;
	top: 13px;
	width: 10px;
	height: 30px;
	display: block;
	color: rgba(var(--primary-color));
	line-height: 23px;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	z-index: 5;
}

.ui-widget.ui-widget-content {
	border: 1px solid #e0e0e0;
}

.ui-menu .ui-menu-item {
	font-size: 14px;
	border-bottom: 1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child {
	border: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
	background-color: rgba(var(--primary-color));
	border-color: rgba(var(--primary-color));
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	display: block;
	padding: 8px 20px;
	font-size: 14px;
	line-height: 24px;
}

.ui-menu-item:hover {}







/*** 

====================================================================
	Market Section Four
====================================================================

***/


.service-page-section .service-block {
	position: relative;
	margin-bottom: 45px;
	display: flex;
}

.service-page-section .service-block .service-image img {
	width: 92%;
	height: 320px;
	object-fit: cover;
}

.service-page-section .service-block .service-image.img-end {
	display: flex;
	justify-content: flex-end;
}

.service-page-section .service-block .service-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.service-page-section .service-block .service-content .heading-no {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.service-page-section .service-block .service-content .heading-no h5 {
	font-size: 14px;
	color: rgba(var(--primary-color));
}

.service-page-section .service-block .service-content .heading-no .heading-line {
	display: inline-block;
	width: 72px;
	height: 1px;
	background: rgba(var(--primary-color), 0.4);
}

.service-page-section .service-block .service-content h3 {
	font-size: 24px;
	font-weight: 600;
	color: rgba(var(--primary-color));
	margin-bottom: 8px;
}

.service-page-section .service-block .service-content p {
	font-size: 16px;
	color: #333333;
}

/* .service-block .inner-box {
	position: relative;
}

.service-block .inner-box .image {
	position: relative;
}

.service-block .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
	border-radius: 8px;
}

.service-block .inner-box .lower-content {
	position: relative;
	padding: 28px 26px;
	border: 1px solid #f2f2f2;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	border-radius: 8px;
	margin-top: 10px;
}

.service-block .inner-box:hover .lower-content {
	background-color: rgba(var(--primary-color));
	border-color: rgba(var(--primary-color));
}

.service-block .inner-box .lower-content .icon-box {
	position: absolute;
	bottom: 35px;
	color: rgba(var(--primary-color));
	font-size: 58px;
	font-weight: 500;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block .inner-box:hover .lower-content .icon-box {
	opacity: 0;
	visibility: hidden;
}

.service-block .inner-box .lower-content h3 {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4em;
	padding-bottom: 25px;
	margin-bottom: 24px;
}

.service-block .inner-box .lower-content h3:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 90px;
	height: 3px;
	background-color: #f2f2f2;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block .inner-box:hover .lower-content h3:after {
	background-color: rgba(255, 255, 255, 0.20);
}

.service-block .inner-box .lower-content h3 a {
	position: relative;
	color: #020e28;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block .inner-box:hover .lower-content h3 a {
	color: #ffffff;
}

.service-block .inner-box .lower-content .text {
	position: relative;
	color: #fceee7;
	font-size: 16px;
	line-height: 1.7em;
	font-weight: 400;
	opacity: 0;
	visibility: hidden;
	margin-bottom: 20px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block .inner-box .lower-content .link-box {
	position: relative;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	opacity: 0;
	visibility: hidden;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: 'Poppins', sans-serif;
}

.service-block .inner-box:hover .lower-content .text,
.service-block .inner-box:hover .lower-content .link-box {
	opacity: 1;
	visibility: visible;
} */



/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title {
	position: relative;
	padding: 25px 0px 120px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

.page-title:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(2, 14, 40, 0.92);
}

.page-title h1 {
	position: relative;
	color: #ffffff;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.2em;
	margin-top: 75px;
	text-align: center;
	text-transform: capitalize;
}


/*** 

====================================================================
	Company Section
====================================================================

***/

.company-section {
	position: relative;
	padding: 85px 0px 50px;
}

.company-section .content-column {
	position: relative;
	margin-bottom: 40px;
}

.company-section .content-column .inner-column {
	position: relative;
}

.company-section .content-column .inner-column .sec-title {
	position: relative;
	margin-bottom: 25px;
}

.company-section .content-column .inner-column .bold-text {
	position: relative;
	color: #848484;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6em;
	margin-bottom: 20px;
}

.company-section .content-column .inner-column .text {
	position: relative;
	margin-bottom: 25px;
}

.company-section .content-column .inner-column .text p {
	position: relative;
	color: #848484;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 18px;
}

.company-section .content-column .inner-column .text p:last-child {
	margin-bottom: 0px;
}

.company-section .image-column {
	position: relative;
}

.company-section .image-column .inner-column {
	position: relative;
}

.company-section .image-column .inner-column .image {
	position: relative;
	padding: 40px;
}

.company-section .image-column .inner-column .image img {
	position: relative;
	width: 100%;
	height: 450px;
	object-fit: cover;
	display: block;
	box-shadow: -20px 20px 0px rgba(var(--primary-color));
}

.company-section .image-column .inner-column .carousel-box {
	position: relative;
	padding: 32px 28px 35px;
	background-color: rgba(var(--primary-color));
}

.company-section .image-column .inner-column .carousel-box .owl-dots,
.company-section .image-column .inner-column .carousel-box .owl-nav {
	display: none;
}



/*** 

====================================================================
	Highlights Section
====================================================================

***/

.highlights-section {
	position: relative;
	padding: 85px 0px 55px;
	background-color: #f4f4f4;
}

.highlights-section .image-layer {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
}

.highlights-section .image-layer:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	border-top: 625px solid #f4f4f4;
	border-right: 200px solid transparent;
}

.highlights-section .content-column {
	position: relative;
}

.highlights-section .content-column .inner-column {
	position: relative;
}

.hightlight-block {
	position: relative;
	margin-bottom: 30px;
}

.hightlight-block .hightlight-inner {
	position: relative;
	padding: 32px 0px 28px;
	text-align: center;
	background-color: #ffffff;
	border-radius: 8px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.hightlight-block .hightlight-inner .icon-box {
	position: relative;
	line-height: 1em;
	color: rgba(var(--primary-color));
	font-size: 50px;
	margin-bottom: 12px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.hightlight-block .hightlight-inner h3 {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	color: #0f1341;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.hightlight-block .hightlight-inner .overlay-link {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	border: 2px dashed rgba(var(--primary-color));
	border-radius: 8px;
}

.hightlight-block .hightlight-inner:hover {
	background-color: rgba(var(--primary-color));
}

.hightlight-block .hightlight-inner:hover h3,
.hightlight-block .hightlight-inner:hover .icon-box {
	color: #ffffff;
}

.highlights-section .services-column {
	position: relative;
}

.highlights-section .services-column .inner-column {
	position: relative;
	padding: 45px 30px 50px;
	border: 1px solid #f2f2f2;
	background: rgb(255 255 255 / 90%);
	background-repeat: repeat-x;
	border-radius: 8px;
	width: 100%;
	margin-left: 50px;
	margin-right: 50px;
}

.highlights-section .services-column .inner-column .upper-box {
	position: relative;
	padding-left: 60px;
	padding-top: 8px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #f2f2f2;
}

.highlights-section .services-column .inner-column .upper-box .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	color: rgba(var(--primary-color));
	font-size: 40px;
	line-height: 1em;
}

.highlights-section .services-column .inner-column .upper-box h2 {
	position: relative;
	color: #020e28;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}

.highlights-section .services-column .inner-column .text {
	position: relative;
	color: #848484;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 50px;
}

.highlights-section .services-column .inner-column .services {
	position: relative;
	color: #020e28;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	font-family: 'Poppins', sans-serif;
}

.highlights-section .services-column .inner-column .services .icon {
	margin-left: 4px;
}

.highlights-section .services-column .inner-column .services:hover {
	color: rgba(var(--primary-color));
}

/*** 

====================================================================
	Location Section
====================================================================

***/

.location-section {
	position: relative;
	padding: 22px 0px 90px;
	background-color: #020e28;
	background-position: center center;
	background-repeat: no-repeat;
}

.location-section .page-breadcrumb {
	margin-bottom: 80px;
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section {
	position: relative;
	padding: 75px 0px 90px;
}

.contact-section .sec-title {
	margin-bottom: 18px;
}

.contact-section .sec-title .text {
	position: relative;
	color: #020e28;
	font-size: 24px;
	line-height: 1.7em;
	margin-left: 0;
	display: inline-block;
}

.contact-section .sec-title p {
	color: #848484;
	font-size: 16px;
}

.contact-section .inner-container {
	position: relative;
	border: 1px solid #f4f4f4;
}

.contact-section .info-column {
	position: relative;
	padding: 0px;
}

.contact-section .info-column .inner-column {
	position: relative;
	border-right: 1px solid #f4f4f4;
}

.contact-section .info-column .inner-column .upper-box {
	position: relative;
	padding: 32px 55px 25px 28px;
	background-color: #f4f4f4;
}

.contact-section .info-column .lower-box {
	position: relative;
	padding: 28px 30px;
}

.contact-section .info-column .lower-box .lower-inner {
	position: relative;
	padding-left: 100px;
	min-height: 80px;
}

.contact-section .info-column .lower-box .lower-inner .image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 80px;
	height: 80px;
}

.contact-section .info-column .lower-box .lower-inner h3 {
	position: relative;
	color: #020e28;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}

.contact-section .info-column .lower-box .lower-inner .designation {
	position: relative;
	color: rgba(var(--primary-color));
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
}

.contact-section .info-column .lower-box .lower-inner .emailed {
	position: relative;
	color: #848484;
	font-size: 16px;
	font-weight: 400;
	padding-left: 26px;
	margin-top: 4px;
}

.contact-section .info-column .lower-box .lower-inner .emailed:before {
	position: absolute;
	content: "\f1ca";
	left: 0px;
	top: 4px;
	color: rgba(var(--primary-color));
	font-size: 16px;
	line-height: 1em;
	font-family: "Flaticon";
}

.contact-section .form-column {
	position: relative;
}

.contact-section .form-column .inner-column {
	position: relative;
	padding: 20px 25px;
}

/*** 

====================================================================
	Contact Form
====================================================================

 ***/

.contact-form {
	position: relative;
}

.contact-form .form-group {
	position: relative;
	margin-bottom: 25px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 0px;
	height: 50px;
	color: #848484;
	font-size: 16px;
	border-bottom: 1px solid #f2f2f2;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: 'Rubik', sans-serif;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
	border-color: rgba(var(--primary-color));
}

.contact-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 10px 0px;
	color: #848484;
	height: 120px;
	font-size: 16px;
	resize: none;
	font-family: 'Rubik', sans-serif;
	border-bottom: 1px solid #f2f2f2;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-form .submit-btn {
	margin-top: 15px;
	font-size: 14px;
	font-weight: 600;
	color: rgba(var(--primary-color));
	background: none;
	letter-spacing: 1px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	text-transform: uppercase;
}

.contact-form .submit-btn .icon {
	margin-left: 5px;
}

.contact-form .submit-btn:hover {
	color: rgba(var(--primary-color));
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
	border-color: #ff0000 !important;
}

.contact-form label.error {
	display: block;
	line-height: 24px;
	padding: 5px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 12px;
	color: #ff0000;
	font-weight: 500;
}





.service-page-section {
	position: relative;
	padding: 90px 0px 60px;
}

/*** 

====================================================================
	Services Section Three
====================================================================

***/

.services-section-three {
	position: relative;
	padding: 80px 0px 40px;
	background-color: #f4f4f4;
}

.services-block-three {
	position: relative;
	margin-bottom: 40px;
}

.services-block-three .inner-box {
	position: relative;
}


.services-block-three .inner-box img {
	border-radius: 8px;
}

.services-block-three .inner-box h3 {
	position: relative;
	color: #020e28;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 15px;
	margin-bottom: 18px;
	text-transform: uppercase;
	border-bottom: 1px solid #e6e6e6;
	margin-top: 8px;
}

.services-block-three .inner-box h3 span {
	font-weight: 500;
	display: block;
}

.services-block-three .inner-box h3 a {
	position: relative;
	color: #020e28;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.services-block-three .inner-box .text {
	position: relative;
	color: #848484;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 15px;
}

.services-block-three .inner-box .read-more {
	position: relative;
	color: #020e28;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.services-block-three .inner-box .read-more .icon {
	margin-left: 5px;
}

.services-block-three .inner-box:hover h3 a,
.services-block-three .inner-box:hover .read-more {
	color: rgba(var(--primary-color));
}


/*** 

====================================================================
	Market Single
====================================================================

***/

.market-single {
	position: relative;
}

.market-single .inner-box {
	position: relative;
}

.market-single .inner-box .image {
	position: relative;
	margin-bottom: 20px;
}

.market-single .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.market-single .inner-box .lower-content {
	position: relative;
}

.market-single .inner-box .lower-content h2 {
	position: relative;
	color: #020e28;
	font-weight: 600;
	padding-bottom: 12px;
	margin-bottom: 32px;
	text-transform: capitalize;
}

.market-single .inner-box .lower-content h2:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 50px;
	height: 4px;
	background-color: rgba(var(--primary-color));
}

.market-single .inner-box .lower-content .text p {
	position: relative;
	color: #848484;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 30px;
}

.market-single .inner-box .lower-content .market-blocks {
	position: relative;
	margin-bottom: 55px;
}

.market-single .inner-box .lower-content .market-blocks .blocks-inner {
	position: relative;
	-webkit-box-shadow: 0px 0px 19px 0px rgba(241, 241, 241, 1);
	-moz-box-shadow: 0px 0px 19px 0px rgba(241, 241, 241, 1);
	box-shadow: 0px 0px 19px 0px rgba(241, 241, 241, 1);
}

.market-single .inner-box .lower-content .market-blocks .blocks-inner:after {
	position: absolute;
	content: '';
	left: 50%;
	top: 0px;
	width: 1px;
	height: 100%;
	background-color: #f2f2f2;
}

.market-single .inner-box .lower-content .accordian-boxed {
	position: relative;
}

.market-single .inner-box .lower-content .accordian-boxed h3 {
	position: relative;
	color: #020e28;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 25px;
}

.market-single .inner-box .lower-content .market-steps {
	position: relative;
	margin-top: 60px;
}

.market-single .inner-box .lower-content .market-steps h3 {
	position: relative;
	color: #020e28;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}

.market-single .inner-box .lower-content .market-steps .steps-inner {
	position: relative;
	padding: 25px 0px;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

.market-single .inner-box .lower-content .market-steps .steps-inner:before {
	position: absolute;
	content: '';
	left: 50%;
	top: 32px;
	bottom: 32px;
	width: 1px;
	right: auto;
	background-color: #f2f2f2;
}



/* Shahil */
footer .auto-container>.row,
.news-section {
	display: none;
}

.auto-container .copyright {
	margin-top: 0 !important;
}

.sticky-header .logo img,
.main-footer .logo-widget .logo img {
	max-width: 140px;
}

li.language.dropdown {
	display: none;
}

.main-header .header-top .top-right ul li:nth-child(2),
.main-header .header-top .top-right ul li:nth-child(3) {
	display: none;
}

.floating-buttons {
	position: fixed;
	right: 16px;
	bottom: 120px;
	z-index: 999;
}

.floating-buttons .floating-whatsapp {
	background-color: #25d366;
	justify-content: center;
	transition: all 0.3s ease;
}

.floating-buttons .floating-whatsapp:hover {
	background-color: rgba(37, 211, 102, 0.7);
}

.floating-buttons .floating-whatsapp {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	align-items: center;
	display: flex;
}

.floating-buttons .fa-whatsapp {
	color: rgb(255 255 255 / 1);
	font-size: 3rem;
}

.call-floating {
	position: fixed;
	right: 16px;
	bottom: 60px;
	z-index: 999;
}

.call-floating .call-button {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	align-items: center;
	justify-content: center;
	display: flex;
	background-color: rgba(13, 28, 64, 1);
	color: #ffffff;
	transition: all 0.3s ease;
}

.call-floating .call-button:hover {
	background-color: rgba(13, 28, 64, 0.7);
	;
}

.call-floating .call-button i {
	font-size: 20px;
}