
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;800&family=Rubik:ital,wght@0,300;0,400;0,500;1,400;1,500&display=swap");

/**
* ============================
*  3.Media Query
* ============================
*/
/****************************
Headings
*******************************/
.heading-one-alt {
	color: #fd7b2c;
	font-size: 4rem;
	font-weight: 600;
}

@media (min-width: 768px) and (max-width: 991px) {
	.heading-one-alt {
		font-size: 3.5rem;
	}
}

@media (max-width: 768px) {
	.heading-one-alt {
		font-size: 3rem;
	}
}

@media (max-width: 575px) {
	.heading-one-alt {
		font-size: 2.5rem;
	}
}

.big-heading {
	font-size: 8rem;
	font-weight: 800;
}

@media (max-width: 1199px) {
	.big-heading {
		font-size: 7rem;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.big-heading {
		font-size: 6rem;
	}
}

@media (max-width: 768px) {
	.big-heading {
		font-size: 4rem;
	}
}

@media (max-width: 575px) {
	.big-heading {
		font-size: 3rem;
	}
}

.sub-title {
	font-size: 28px;
	line-height: 1.6em;
	margin-bottom: 0;
	margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
	.sub-title {
		font-size: 22px;
	}
}

@media (max-width: 768px) {
	.sub-title {
		font-size: 18px;
	}
}

.heading-2 {
	color: #001659;
	font-size: 45px;
	font-weight: 600;
	margin-bottom: 0;
}

.heading-2 span {
	color: #f4772a;
}

@media (min-width: 768px) and (max-width: 991px) {
	.heading-2 {
		font-size: 35px;
	}
}

@media (max-width: 768px) {
	.heading-2 {
		font-size: 35px;
	}
}

@media (max-width: 575px) {
	.heading-2 {
		font-size: 35px;
	}
}

.heading-3 {
	font-size: 28px;
	color: #001659;
	font-weight: 600;
	margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
	.heading-3 {
		font-size: 25px;
	}
}

@media (max-width: 768px) {
	.heading-3 {
		font-size: 22px;
	}
}

@media (max-width: 575px) {
	.heading-3 {
		font-size: 22px;
	}
}

.heading-4 {
	margin-bottom: 0;
	color: #001659;
	font-size: 24px;
	font-weight: 600;
}

@media (min-width: 768px) and (max-width: 991px) {
	.heading-4 {
		font-size: 22px;
	}
}

@media (max-width: 768px) {
	.heading-4 {
		font-size: 20px;
	}
}

@media (max-width: 575px) {
	.heading-4 {
		font-size: 20px;
	}
}

.heading-4 a {
	color: #001659;
	transition: all .4s linear 0s;
	text-decoration: none;
}

.heading-4 a:hover {
	text-decoration: none;
	color: #ff8b45;
}

.heading-alt-2 {
	font-size: 4.5rem;
	color: #001659;
	font-weight: 600;
}

@media (min-width: 768px) and (max-width: 991px) {
	.heading-alt-2 {
		font-size: 3.5rem;
	}
}

@media (max-width: 768px) {
	.heading-alt-2 {
		font-size: 3rem;
	}
}

@media (max-width: 575px) {
	.heading-alt-2 {
		font-size: 2.5rem;
	}
}

.sub-title-2 {
	font-size: 28px;
	line-height: 1.3em;
	margin-bottom: 0;
	color: #001659;
}

@media (min-width: 768px) and (max-width: 991px) {
	.sub-title-2 {
		font-size: 24px;
	}
}

@media (max-width: 768px) {
	.sub-title-2 {
		font-size: 22px;
	}
}

@media (max-width: 575px) {
	.sub-title-2 {
		font-size: 20px;
	}
}

.sub-title-3 {
	font-size: 18px;
	font-weight: 300;
	color: #001659;
	text-transform: uppercase;
	font-family: "Rubik", sans-serif;
	letter-spacing: 5px;
}

.special-heading {
	font-size: 35px;
	color: #001659;
	font-weight: 400;
	margin-bottom: 0;
}

.special-heading span {
	color: #fd5c2c;
	font-weight: 500;
}

.big-heading-2 {
	font-size: 5rem;
	color: #fff;
	font-weight: 600;
}

@media (min-width: 992px) and (max-width: 1230px) {
	.big-heading-2 {
		font-size: 4rem;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.big-heading-2 {
		font-size: 4rem;
	}
}

@media (max-width: 768px) {
	.big-heading-2 {
		font-size: 3.5rem;
	}
}

@media (max-width: 575px) {
	.big-heading-2 {
		font-size: 2.5rem;
	}
}

.heading-6 {
	font-size: 18px;
	color: #001659;
	font-weight: 500;
}

.heading-5-alt {
	font-size: 24px;
	margin-bottom: 0;
}

.heading-5-alt a {
	color: #656565;
	text-decoration: none;
}

@media (min-width: 768px) and (max-width: 991px) {
	.heading-5-alt {
		font-size: 20px;
	}
}

@media (max-width: 768px) {
	.heading-5-alt {
		font-size: 18px;
	}
}

@media (max-width: 575px) {
	.heading-5-alt {
		font-size: 16px;
	}
}

.widget-title {
	position: relative;
	font-size: 28px;
	font-weight: 500;
	color: #fff;
	padding-bottom: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.widget-title {
		font-size: 22px;
	}
}

@media (max-width: 768px) {
	.widget-title {
		font-size: 22px;
	}
}

@media (max-width: 575px) {
	.widget-title {
		font-size: 22px;
	}
}

.widget-title:before {
	content: "";
	position: absolute;
	width: 45px;
	height: 3px;
	background-color: #f4772a;
	bottom: 0;
	left: 0;
}

.widget-title-2 {
	position: relative;
	font-size: 28px;
	font-weight: 600;
	color: #001659;
	padding-bottom: 15px;
}

.widget-title-2:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #d5d5d5;
	bottom: 0;
	left: 0;
}

.widget-title-3 {
	position: relative;
	font-size: 28px;
	font-weight: 600;
	color: #001659;
}

.read-more-btn {
	color: #001659;
	font-size: 1rem;
	font-weight: 500;
	transition: all .4s linear 0s;
	text-decoration: none;
}

.read-more-btn i {
	color: #ff8b45;
}

.read-more-btn:hover {
	color: #ff8b45;
	text-decoration: none;
}

.read-more-btn span {
	margin-left: 10px;
}

/**********************
Buttons
*************************/
.custom-big-btn {
	color: #f3f3f3;
	font-family: "Poppins", sans-serif;
	background-color: #fd7b2c;
	padding: 15px 20px;
	border: 0;
}

@media (max-width: 1199px) {
	.custom-big-btn {
		padding: 12px 14px;
		font-size: .9rem;
	}
}

.custom-big-btn span {
	display: inline-block;
	font-size: 20px;
	border-left: 2px solid #ff8b45;
	margin-left: 10px;
	padding-left: 15px;
}

@media (max-width: 1199px) {
	.custom-big-btn span {
		display: none;
	}
}

.custom-big-btn:focus {
	outline: 0;
	box-shadow: none;
}

.custom-btn {
	background-color: #fd5c2c;
	color: #fff;
	border: 0;
	padding: 15px 40px;
	font-weight: 400;
	text-transform: uppercase;
}

/****************************
 height
*****************************/
.height-500 {
	height: 500px;
}

.height-700 {
	height: 700px;
}

.bg-semi {
	background-color: #001659;
}

/*****************************************
Padding
******************************************/
.pl-170 {
	padding-left: 170px;
}

.light-comma:after {
	content: ".";
	color: #f4772a;
}

.section-ptb {
	padding-top: 150px;
	padding-bottom: 150px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.section-ptb {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

@media (max-width: 768px) {
	.section-ptb {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

@media (max-width: 575px) {
	.section-ptb {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.section-pb {
	padding-bottom: 150px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.section-pb {
		padding-bottom: 80px;
	}
}

@media (max-width: 768px) {
	.section-pb {
		padding-bottom: 80px;
	}
}

@media (max-width: 575px) {
	.section-pb {
		padding-bottom: 60px;
	}
}

.inner-pb {
	padding-bottom: 80px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.inner-pb {
		padding-bottom: 50px;
	}
}

@media (max-width: 768px) {
	.inner-pb {
		padding-bottom: 40px;
	}
}

@media (max-width: 575px) {
	.inner-pb {
		padding-bottom: 35px;
	}
}

.inner-pt {
	padding-top: 80px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.inner-pt {
		padding-top: 50px;
	}
}

@media (max-width: 768px) {
	.inner-pt {
		padding-top: 40px;
	}
}

@media (max-width: 575px) {
	.inner-pt {
		padding-top: 35px;
	}
}

.inner-ptb {
	padding-top: 80px;
	padding-bottom: 80px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.inner-ptb {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media (max-width: 768px) {
	.inner-ptb {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

@media (max-width: 575px) {
	.inner-ptb {
		padding-top: 35px;
		padding-bottom: 35px;
	}
}

.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.ptb-100 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media (max-width: 768px) {
	.ptb-100 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media (max-width: 575px) {
	.ptb-100 {
		padding-top: 65px;
		padding-bottom: 50px;
	}
}

.pr-100 {
	padding-right: 100px;
}

.pb-100 {
	padding-bottom: 100px;
}

@media (max-width: 768px) {
	.mb-xs-5 {
		margin-bottom: 3rem;
	}
}

@media (max-width: 768px) {
	.mb-xs-4 {
		margin-bottom: 2rem;
	}
}

/******************************
Background
******************************/
.bg-hover {
	background-color: #fd5c2c;
}

.bg-semi-white {
	background-color: #f3f3f3;
}

.semi-hover-4 {
	background-color: #0d2e62;
}

.semi-hover-3 {
	background-color: #f4772a;
}

.semi-hover-5 {
	background-color: #002258;
}

.black-overlay {
	position: relative;
}

.black-overlay:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.45);
}

/******************
List Styles
*******************/
.social-profiles ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.social-profiles ul li {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: #0d2e62;
	color: #fff;
	border-radius: 50%;
	line-height: 40px;
	margin: 0 5px;
	transition: all .4s linear 0s;
	text-align: center;
}

.social-profiles ul li a {
	display: block;
	color: #fff;
}

.social-profiles ul li.active {
	background-color: #f4772a;
}

.social-profiles ul li:hover {
	background-color: #f4772a;
}

.social-profiles-2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.social-profiles-2 ul li {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: tranaparent;
	border-radius: 50%;
	line-height: 40px;
	margin: 0 5px;
	transition: all .4s linear 0s;
	text-align: center;
}

.social-profiles-2 ul li a {
	display: block;
	color: #aaaaaa;
}

.social-profiles-2 ul li.active {
	background-color: #f4772a;
}

.social-profiles-2 ul li.active a {
	color: #fff;
}

.social-profiles-2 ul li:hover {
	background-color: #f4772a;
}

.social-profiles-2 ul li:hover a {
	color: #fff;
}

.social-profiles-3 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.social-profiles-3 ul li {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin: 0 5px;
	transition: all .4s linear 0s;
	text-align: center;
}

.social-profiles-3 ul li a {
	display: block;
	color: #aaaaaa;
}

.social-profiles-3 ul li.active a {
	color: #ff8b45;
}

.social-profiles-3 ul li:hover a {
	color: #ff8b45;
}

.list-2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list-2 ul li {
	padding-bottom: 10px;
}

.list-2 ul li:last-child {
	padding-bottom: 0;
}

.list-2 ul li span {
	color: #fd8136;
	padding-right: 10px;
}

.special-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.special-list ul li {
	display: flex;
	padding-bottom: 10px;
}

.special-list ul li:last-child {
	padding-bottom: 0;
}

.special-list ul li b {
	color: #001659;
	padding-right: 5px;
}

.special-list ul li span i {
	color: #f4772a;
	padding-right: 10px;
	font-size: 12px;
}

/*********************
colors
************************/
.active-border {
	border-color: #fd5c2c !important;
}

/*****************************
Borders
*******************************/
.dotted-border-bottom {
	border-bottom: 1px dashed #5f727f;
}

.border-bottom-dark {
	border-bottom: 1px solid #d5d5d5;
}

@media (min-width: 992px) {
	.special-lg-border {
		border-top: 1px;
		border-bottom: 1px;
		border-right: 1px;
		border-color: #d9d9d9;
		border-style: solid;
		border-left: 0;
	}
}

.border-bottom-light {
	border-bottom: 1px solid #febd96;
}

.border-radius-0 {
	border-radius: 0;
}

/**********************
quote
***********************/
.blockquote-2 p {
	margin-bottom: 0;
	font-size: 28px;
	color: #001659;
	line-height: 1.4em;
	background-color: #f1f1f1;
	border: 1px solid #d9d9d9;
	padding: 2.5rem;
	margin: 1.5rem 0;
}

@media (min-width: 768px) and (max-width: 991px) {
	.blockquote-2 p {
		font-size: 25px;
		padding: 2rem;
	}
}

@media (max-width: 768px) {
	.blockquote-2 p {
		font-size: 22px;
		padding: 1.6rem;
	}
}

@media (max-width: 575px) {
	.blockquote-2 p {
		font-size: 20px;
		padding: 1.3rem;
	}
}

/**
* ============================
*  3.Media Query
* ============================
*/
/*********************
 01. Global Style
**********************/
body {
	font-family: "Rubik", sans-serif;
	color: #656565;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif;
}

/*****************************
   02. header
*********************************/
.main-menu nav ul li a {
	color: #f3f3f3;
	font-family: "Poppins", sans-serif;
	padding: 0 15px !important;
	font-size: 1rem;
	text-transform: uppercase;
	-webkit-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	position: relative;
}

.main-menu nav ul li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: -41px;
	width: 0;
	height: 0;
	background-color: #fd5c2c;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

@media (min-width: 768px) and (max-width: 991px) {
	.main-menu nav ul li a:before {
		content: none;
	}
}

@media (max-width: 768px) {
	.main-menu nav ul li a:before {
		content: none;
	}
}

@media (max-width: 575px) {
	.main-menu nav ul li a:before {
		content: none;
	}
}

.main-menu nav ul li a:hover {
	color: #fd5c2c;
}

.main-menu nav ul li a:hover:before {
	width: 70%;
	height: 2px;
	margin: 0 auto;
	text-align: center;
	left: 15%;
}

@media (min-width: 768px) and (max-width: 991px) {
	.main-menu nav ul li a:hover:before {
		content: none;
	}
}

@media (max-width: 768px) {
	.main-menu nav ul li a:hover:before {
		content: none;
	}
}

@media (max-width: 575px) {
	.main-menu nav ul li a:hover:before {
		content: none;
	}
}

@media (max-width: 1199px) {
	.main-menu nav ul li a {
		padding: 0 10px !important;
		font-size: 0.9rem;
	}

	.main-menu nav ul li a .search-icon {
		width: 20px;
	}
}

.main-menu nav ul li a .search-icon {
	width: 23px;
}

.main-menu nav ul li.active>a {
	color: #fd5c2c;
}

.main-menu nav ul li.active>a:before {
	width: 70%;
	height: 2px;
	margin: 0 auto;
	text-align: center;
	left: 15%;
}

@media (max-width: 768px) {
	.main-menu nav ul li.active>a:before {
		content: none;
	}
}

@media (max-width: 575px) {
	.main-menu nav ul li.active>a:before {
		content: none;
	}
}

.main-menu .navbar {
	padding-left: 0;
	padding-right: 0;
}

.main-menu .extended-menu ul li a {
	padding: 0;
}

.main-menu .extended-menu ul li a:before {
	content: none;
}

.main-menu .extended-menu .search-btn {
	border: 0;
	background-color: transparent;
	color: #f3f3f3;
	font-size: 20px;
}

@media (max-width: 1199px) {
	.main-menu .extended-menu .search-btn {
		font-size: 18px;
	}
}

@media (min-width: 992px) {
	.main-menu .extended-menu .navbar-nav {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.main-menu .dropdown-menu {
	border-radius: 0;
}

.main-menu .dropdown-menu li a {
	color: #001659;
	padding: 5px 12px !important;
	text-transform: capitalize;
}

.main-menu .dropdown-menu li a:before {
	content: none;
}

.main-menu .navbar-toggler:focus {
	outline: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 0.09rem;
	box-shadow: 0 0 0 0.09rem;
}

@media (min-width: 768px) and (max-width: 991px) {
	.main-menu .nav-wrapper {
		background-color: rgba(0, 0, 0, 0.4);
		padding: 15px;
		margin-top: 15px;
	}

	.main-menu nav ul li a {
		padding: 6px 10px !important;
	}
}

@media (max-width: 768px) {
	.main-menu .nav-wrapper {
		background-color: rgba(0, 0, 0, 0.4);
		padding: 15px;
		margin-top: 15px;
	}

	.main-menu nav ul li a {
		padding: 6px 10px !important;
	}
}

@media (max-width: 575px) {
	.main-menu .nav-wrapper {
		background-color: rgba(0, 0, 0, 0.4);
		padding: 15px;
		margin-top: 15px;
	}

	.main-menu nav ul li a {
		padding: 6px 10px !important;
	}
}

/*****************************
  03. hero area 
******************************/
.hero-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-position: top left 116px;
	background-size: cover;
	background-repeat: no-repeat;
}

@media (max-width: 768px) {
	.hero-area.height-700 {
		height: 650px;
	}
}

@media (max-width: 575px) {
	.hero-area.height-700 {
		height: 500px;
	}
}

.hero-area .hero-text {
	padding-left: 100px;
}

@media (max-width: 1199px) {
	.hero-area .hero-text {
		padding-left: 50px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hero-area .hero-text {
		padding-left: 0;
	}
}

@media (max-width: 768px) {
	.hero-area .hero-text {
		padding-left: 0;
	}
}

@media (min-width: 992px) and (max-width: 1160px) {
	.hero-area {
		background-position: top left 50px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hero-area {
		background-position: top left 0;
	}
}

@media (max-width: 768px) {
	.hero-area {
		background-position: top left 0;
	}
}

.feature-text .text-wrapper p {
	line-height: 1.8em;
}

/**********************
04. Latest Projects
**************************/
.portfolio-wrapper {
	position: relative;
}

.single-portfolio {
	position: relative;
}

.single-portfolio>a {
	display: inline-block;
	position: relative;
	width: 100%;
}

.single-portfolio>a img {
	width: 100%;
	max-height: 420px;
	-o-object-fit: cover;
	object-fit: cover;
}

.single-portfolio>a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(244, 119, 42, 0.8);
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}

.single-portfolio .plus-btn {
	background-color: #001659;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 90px;
	height: 90px;
	line-height: 85px;
	text-align: center;
	-webkit-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale3d(0, 0, 0);
	transform: scale3d(0, 0, 0);
	z-index: 2;
}

@media (min-width: 768px) and (max-width: 991px) {
	.single-portfolio .plus-btn {
		width: 55px;
		height: 55px;
		line-height: 50px;
	}
}

@media (max-width: 768px) {
	.single-portfolio .plus-btn {
		width: 55px;
		height: 55px;
		line-height: 50px;
	}
}

@media (max-width: 575px) {
	.single-portfolio .plus-btn {
		width: 55px;
		height: 55px;
		line-height: 50px;
	}
}

.single-portfolio .hover-text {
	position: absolute;
	top: 50%;
	margin: 0 auto;
	width: 90%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
}

.single-portfolio .hover-text h2 {
	margin-bottom: 0;
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	padding-bottom: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.single-portfolio .hover-text h2 {
		font-size: 22px;
	}
}

@media (max-width: 768px) {
	.single-portfolio .hover-text h2 {
		font-size: 20px;
	}
}

@media (max-width: 575px) {
	.single-portfolio .hover-text h2 {
		font-size: 18px;
	}
}

.single-portfolio .hover-text p {
	color: #fff;
	margin-bottom: 0;
	font-size: 1rem;
}

.single-portfolio:hover .hover-text {
	opacity: 1;
	visibility: visible;
}

.single-portfolio:hover .plus-btn {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.single-portfolio:hover>a:before {
	opacity: 1;
	visibility: visible;
}

.projects-area .nav-tabs {
	border-bottom: 0;
}

@media (min-width: 992px) {
	.projects-area .nav-tabs {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

.projects-area .nav-tabs .nav-link {
	border: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	color: #656565;
	font-size: 1.125rem;
}

@media (min-width: 768px) and (max-width: 991px) {
	.projects-area .nav-tabs .nav-link {
		padding: 0.4rem !important;
		font-size: 1rem;
	}
}

@media (max-width: 768px) {
	.projects-area .nav-tabs .nav-link {
		padding: 0.5rem !important;
		font-size: 1.1rem;
	}
}

@media (max-width: 575px) {
	.projects-area .nav-tabs .nav-link {
		padding: 0.5rem !important;
		font-size: 1.1rem;
	}
}

.projects-area .nav-tabs .nav-link.active {
	color: #fd5c2c;
}

/*******************************
05. Testimonials area
*******************************/
.testimonials-area {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top right 100px;
	overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991px) {
	.testimonials-area {
		background-image: none !important;
	}

	.testimonials-area .testimonial-img {
		display: none;
	}

	.testimonials-area .slick-dots {
		display: none !important;
	}

	.testimonials-area .slick-dotted.slick-slider {
		margin-bottom: 0;
	}
}

@media (max-width: 768px) {
	.testimonials-area {
		background-image: none !important;
	}

	.testimonials-area .testimonial-img {
		display: none;
	}

	.testimonials-area .slick-dots {
		display: none !important;
	}

	.testimonials-area .slick-dotted.slick-slider {
		margin-bottom: 0;
	}
}

@media (max-width: 575px) {
	.testimonials-area {
		background-image: none !important;
	}

	.testimonials-area .testimonial-img {
		display: none;
	}

	.testimonials-area .slick-dots {
		display: none !important;
	}

	.testimonials-area .slick-dotted.slick-slider {
		margin-bottom: 0;
	}
}

.testimonials-area .author-img img {
	width: 300px;
	height: 300px;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	border: 40px solid #f1f1f1;
}

@media (min-width: 768px) and (max-width: 991px) {
	.testimonials-area .slider-two {
		background-color: #f4772a;
		padding-left: 40px;
	}

	.testimonials-area .slider-two .pr-100 {
		padding-right: 30px !important;
	}

	.testimonials-area .slider-two .slick-dots {
		display: none;
	}
}

@media (max-width: 768px) {
	.testimonials-area .slider-two {
		background-color: #f4772a;
		padding-left: 30px;
	}

	.testimonials-area .slider-two .pr-100 {
		padding-right: 30px !important;
	}

	.testimonials-area .slider-two .slick-dots {
		display: none;
	}
}

@media (max-width: 575px) {
	.testimonials-area .slider-two {
		background-color: #f4772a;
		padding-left: 30px;
	}

	.testimonials-area .slider-two .pr-100 {
		padding-right: 30px !important;
	}

	.testimonials-area .slider-two .slick-dots {
		display: none;
	}
}

.testimonial-slider .slick-slide {
	margin: 0 25px;
}

.testimonial-slider .slick-list {
	margin: 0 -25px;
}

.testimonial-slider .testimonial-quote {
	position: relative;
}

.testimonial-slider .testimonial-quote p {
	font-size: 20px;
	line-height: 1.5em;
}

.testimonial-slider .testimonial-quote:before {
	content: "\f10d";
	position: absolute;
	left: 0;
	top: -40px;
	width: 80px;
	height: 45px;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 25px;
	color: #dfdfdf;
}

.testimonial-slider .testimonial-quote .quote-bio p {
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 0;
}

.testimonial-slider .testimonial-quote .quote-bio p b {
	color: #001659;
}

.testimonial-slider .testimonial-quote-2 {
	position: relative;
}

.testimonial-slider .testimonial-quote-2 p {
	font-size: 20px;
	line-height: 1.5em;
}

.testimonial-slider .testimonial-quote-2:before {
	content: "\f10d";
	position: absolute;
	left: 0;
	top: -40px;
	width: 80px;
	height: 45px;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 25px;
	color: #feb080;
}

.testimonial-slider .testimonial-quote-2 .quote-bio p {
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 0;
}

.testimonial-slider .testimonial-quote-2 .quote-bio p b {
	color: #001659;
}

.testimonial-area-2 {
	overflow: hidden;
}

.slider-one .slick-dots {
	text-align: left;
	bottom: 30px;
}

.slider-one .slick-dots li {
	margin: 0;
}

.slider-one .slick-dots li button {
	background-color: #cccccc;
	width: 10px;
	height: 8px;
}

.slider-one .slick-dots li button:before {
	content: none;
}

.slider-one .slick-dots li.slick-active button {
	background-color: #f4772a;
}

.slider-two .slick-dots {
	text-align: left;
	bottom: 30px;
	width: unset;
	display: inline-block;
	left: 25%;
	top: 68%;
}

.slider-two .slick-dots li {
	margin: 0;
}

.slider-two .slick-dots li button {
	background-color: #fecaab;
	width: 10px;
	height: 8px;
}

.slider-two .slick-dots li button:before {
	content: none;
}

.slider-two .slick-dots li.slick-active button {
	background-color: #fff;
}

.slider-two .testimonial-item {
	background-size: cover;
	background-repeat: no-repeat;
}

/************************
06. Start Blogs Area
*************************/
.author-info a {
	color: #656565;
	text-decoration: none;
	font-size: 15px;
}

.author-info a:hover {
	text-decoration: none;
	color: #001659;
}

.post-date p {
	margin-bottom: 0;
	padding-left: 15px;
	font-size: 15px;
}

/***************************
07. Start Two Columns Area
***************************/
.two-columns-area {
	background-size: 55% 100%;
	background-repeat: no-repeat;
	background-position: bottom right;
}

@media (max-width: 768px) {
	.two-columns-area {
		background-size: 70% 100%;
	}
}

@media (max-width: 575px) {
	.two-columns-area {
		background-size: 70% 100%;
	}
}

.two-columns-content {
	position: relative;
	z-index: 2;
}

.two-columns-content p {
	color: #001659;
}

.two-columns-area-3 {
	overflow: hidden;
}

/**********************
08. Footer
***********************/
.contact-number span {
	color: #92a4d9;
	font-size: 1rem;
	position: relative;
	padding-right: 60px;
}

.contact-number span:before {
	content: "";
	position: absolute;
	left: -15px;
	top: 0;
	width: 2px;
	height: 50px;
	background-color: #f4772a;
}

.contact-number h2 {
	font-size: 28px;
	margin-bottom: 0;
	/* margin-left: -20px; */
}

.contact-number h2 a {
	color: #fff;
	text-decoration: none;
}

.contact-number h2 a:hover {
	text-decoration: none;
}

.copyright-text p {
	margin-bottom: 0;
	color: #92a4d9;
	font-size: 1rem;
}

.widget-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget-menu li:first-child a {
	padding-top: 0;
}

.widget-menu li:last-child a {
	padding-bottom: 0;
}

.widget-menu li a {
	display: block;
	padding: 8px 0;
	color: #92a4d9;
	-webkit-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	text-decoration: none;
}

.widget-menu li a:hover {
	color: #fff;
}

.widget-menu li a span {
	padding-right: 25px;
}

.with-icon li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.with-icon li span {
	padding-right: 15px;
	color: #92a4d9;
}

.with-icon li:hover span {
	color: #f4772a;
}

@media (min-width: 768px) and (max-width: 991px) {
	.footer-widget {
		padding: 0 1.5rem;
	}
}

@media (max-width: 768px) {
	.footer-widget {
		padding-left: 2rem;
	}
}

/****************************
index -2
********************************/
/*******************************
09. Start Header -2 
********************************/
.logo-area-2 {
	position: absolute;
}

/********************************
10. Start Hero Area 2 
********************************/
.hero-area-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100vh;
	background-repeat: no-repeat;
	background-size: 50% 100%;
	background-position: right;
	min-height: 450px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.hero-area-2 {
		background-size: 0;
	}
}

@media (max-width: 768px) {
	.hero-area-2 {
		background-size: 0;
	}
}

.hero-area-2 .col-lg-6 {
	position: relative;
}

@media (max-width: 768px) {
	.hero-area-2 .button-wrapper {
		display: none;
	}
}

.hero-desc {
	position: relative;
}

.hero-desc h2 {
	font-size: 3rem;
	color: #fff;
	font-weight: 600;
}

.hero-desc h2 span {
	color: #f4772a;
	font-weight: 300;
}

.hero-desc p {
	color: #dbdbdb;
	font-size: 18px;
}

.big-play-button {
	width: 130px;
	height: 130px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	font-size: 1.5rem;
	border-width: 25px;
	border-style: solid;
	border-color: rgba(255, 255, 255, 0.19);
	background: transparent;
}

.big-play-button a {
	color: #fff;
}

.big-play-button:focus {
	outline: 0;
}

.big-play-button i {
	position: absolute;
	left: -5px;
	top: -5px;
	width: 90px;
	height: 90px;
	line-height: 89px;
	background: #f4772a;
	border-radius: 50%;
}

.hero-area-2 .big-play-button {
	position: absolute;
	right: 0;
	top: 30%;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
}

/**********************************
11. Start Latest Projects
**********************************/
.bottom-shadow {
	position: relative;
}

.bottom-shadow:before {
	content: "";
	position: absolute;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(34, 34, 34, 0.95)), to(rgba(255, 255, 255, 0.09)));
	background: -o-linear-gradient(bottom, rgba(34, 34, 34, 0.95), rgba(255, 255, 255, 0.09));
	background: linear-gradient(to top, rgba(34, 34, 34, 0.95), rgba(255, 255, 255, 0.09));
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.service-item-wrapper .single-tab-text h3 {
	color: #001659;
	font-size: 28px;
	font-weight: 600;
}

.service-item-wrapper .single-tab-image img {
	width: 100%;
}

.service-item-wrapper .hover_text {
	position: absolute;
	bottom: 30px;
	left: 45px;
	z-index: 1;
	color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
	.service-item-wrapper .hover_text {
		bottom: 80px;
	}
}

@media (max-width: 768px) {
	.service-item-wrapper .hover_text {
		bottom: 80px;
	}
}

@media (max-width: 575px) {
	.service-item-wrapper .hover_text {
		bottom: 80px;
	}
}

.service-item-wrapper .hover_text h6 {
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 0;
}

.service-item-wrapper .hover_text p {
	margin-bottom: 0;
	font-size: 20px;
}

.service-tab-content .tab-content>.tab-pane {
	display: block;
	height: 0px;
	overflow: hidden;
}

.service-tab-content .tab-content>.active {
	height: auto;
}

.service-tab-content .slick-next {
	position: absolute;
	bottom: 0;
	left: 40px;
	width: 35px;
	height: 35px;
	background-color: transparent;
	border: 1px solid #d4c9c9;
	color: #d4c9c9;
	border-radius: 50%;
	line-height: 2em;
	padding-left: 8px;
	-webkit-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

@media (min-width: 768px) and (max-width: 991px) {
	.service-tab-content .slick-next {
		left: 90px;
		bottom: 20px;
	}
}

@media (max-width: 768px) {
	.service-tab-content .slick-next {
		left: 90px;
		bottom: 20px;
	}
}

@media (max-width: 575px) {
	.service-tab-content .slick-next {
		left: 90px;
		bottom: 20px;
	}
}

.service-tab-content .slick-next:hover {
	color: #f4772a;
	border-color: #f4772a;
}

.service-tab-content .slick-next:focus {
	outline: 0;
}

.service-tab-content .slick-prev {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 35px;
	height: 35px;
	background-color: transparent;
	border: 1px solid #d4c9c9;
	color: #d4c9c9;
	border-radius: 50%;
	line-height: 2em;
	padding-right: 8px;
	z-index: 9;
}

@media (min-width: 768px) and (max-width: 991px) {
	.service-tab-content .slick-prev {
		left: 40px;
		bottom: 20px;
	}
}

@media (max-width: 768px) {
	.service-tab-content .slick-prev {
		left: 40px;
		bottom: 20px;
	}
}

@media (max-width: 575px) {
	.service-tab-content .slick-prev {
		left: 40px;
		bottom: 20px;
	}
}

.service-tab-content .slick-prev:hover {
	color: #f4772a;
	border-color: #f4772a;
}

.service-tab-content .slick-prev:focus {
	outline: 0;
}

.portfolio-slider .slick-slide {
	margin: 0 15px;
}

.portfolio-slider .slick-slide:focus {
	outline: 0;
}

.portfolio-slider:focus {
	outline: 0;
}

/******************************
12. Start Testimonials Area 2
********************************/
.rating-list {
	margin-bottom: 5px;
}

.rating-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.rating-list ul li {
	display: inline-block;
	color: #fd7b2c;
}

.author-bio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.author-bio p {
	margin-bottom: 0;
}

.author-designation {
	padding-left: 20px;
}

.author-designation p {
	margin-bottom: 0;
}

.author-designation h6 {
	margin-bottom: 5px;
	color: #001659;
	font-weight: 500;
}

.testimonial-text p {
	font-size: 20px;
}

.testimonial-wrapper-2 .slick-slide {
	margin: 0 25px;
}

.testimonial-wrapper-2 .slick-list {
	margin: 0 -25px;
}

.testimonial-wrapper-2 .single-testimonial {
	-webkit-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.testimonial-wrapper-2 .single-testimonial:hover {
	-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/***************************
13. Start Projects Countdown
******************************/
.single-countdown .countdown-info h3 {
	font-size: 45px;
	color: #001659;
	font-weight: 500;
}

.single-countdown .countdown-info p {
	font-size: 1rem;
	text-transform: uppercase;
	margin-bottom: 0;
}

.single-countdown .icon-round {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	border: 1px solid #ddd;
	line-height: 143px;
	margin: 0 auto;
}

.single-countdown .icon-round i {
	color: #fff;
	width: 90px;
	height: 90px;
	line-height: 90px;
	background: #001659;
	font-size: 1.5rem;
	border-radius: 50%;
}

.single-countdown:hover .icon-round,
.single-countdown.active .icon-round {
	border-color: #f4772a;
}

.single-countdown:hover .icon-round i,
.single-countdown.active .icon-round i {
	width: 100px;
	height: 100px;
	line-height: 100px;
	background-color: #f4772a;
}

.single-countdown:hover .countdown-info h3,
.single-countdown:hover .countdown-info p,
.single-countdown.active .countdown-info h3,
.single-countdown.active .countdown-info p {
	color: #f4772a;
}

.our-team-area .single-team {
	position: relative;
}

.our-team-area .single-team .member-thumb {
	display: inline-block;
	position: relative;
}

.our-team-area .single-team .member-thumb:before {
	content: "";
	position: absolute;
	left: 10px;
	top: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	background-color: rgba(244, 119, 42, 0.8);
	-webkit-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	opacity: 0;
	visibility: hidden;
}

.our-team-area .single-team .member-thumb img {
	border: 10px solid transparent;
	border-image-source: url(../images/border_img.png);
	border-image-repeat: repeat;
	border-image-slice: 5;
}

.our-team-area .single-team .hover-text {
	position: absolute;
	left: 40px;
	bottom: 30px;
	-webkit-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	opacity: 0;
	visibility: hidden;
}

.our-team-area .single-team .hover-text h3 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 0;
	color: #fff;
	margin-bottom: 5px;
}

.our-team-area .single-team .hover-text p {
	color: #f7f7f7;
	margin-bottom: 0;
}

.our-team-area .single-team .social-links {
	position: absolute;
	top: 30px;
	right: 30px;
	-webkit-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	opacity: 0;
	visibility: hidden;
}

.our-team-area .single-team .social-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.our-team-area .single-team .social-links ul li a {
	display: inline-block;
	color: #fff;
	padding: 2px;
	font-size: 1.2rem;
}

.our-team-area .single-team:hover .member-thumb:before {
	visibility: visible;
	opacity: 1;
}

.our-team-area .single-team:hover .social-links,
.our-team-area .single-team:hover .hover-text {
	visibility: visible;
	opacity: 1;
}

/************************
14. Start Brands Carousel
***************************/
.brands-carousel {
	overflow: hidden;
}

.brands-wrapper .slick-list:focus,
.brands-wrapper .slick-slider:focus,
.brands-wrapper .slick-track:focus {
	outline: none;
}

.brands-wrapper .slick-slide {
	margin: 0 50px;
}

@media (max-width: 768px) {
	.brands-wrapper .slick-slide {
		margin: 0 25px;
	}
}

@media (max-width: 575px) {
	.brands-wrapper .slick-slide {
		margin: 0 20px;
	}
}

.brands-wrapper .slick-slide:focus {
	outline: 0;
}

.brands-wrapper .slick-list {
	margin: 0 -50px;
}

@media (max-width: 768px) {
	.brands-wrapper .slick-list {
		margin: 0 25px;
	}
}

@media (max-width: 575px) {
	.brands-wrapper .slick-list {
		margin: 0 20px;
	}
}

.brands-wrapper .slick-track:focus {
	outline: 0;
}

.post-tag {
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	padding: 5px 15px;
	border-radius: 5px;
	background-color: #ff8b45;
}

.post-tag a {
	color: #fff;
	text-decoration: none;
}

.post-tag a:hover {
	text-decoration: none;
}

/*********************************
index -3
************************************/
/*************************************
15. Start Header 3
**************************************/
.header-area-3 .contact-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.header-area-3 .contact-list ul li {
	display: inline-block;
	border-right: 1px solid #dee2e6;
	padding: 10px 20px;
}

@media (min-width: 992px) and (max-width: 1230px) {
	.header-area-3 .contact-list ul li {
		padding: 10px;
		font-size: 14px;
	}
}

.header-area-3 .contact-list ul li a {
	display: inline-block;
	color: #656565;
	text-decoration: none;
}

.header-area-3 .contact-list ul li a:hover {
	text-decoration: none;
	color: #ff8b45;
}

.header-area-3 .contact-list ul li a span {
	color: #ff8b45;
	padding-right: 10px;
}

@media (min-width: 992px) and (max-width: 1230px) {
	.header-area-3 .contact-list ul li a span {
		padding-right: 5px;
	}
}

.header-area-3 .contact-list ul li span {
	color: #ff8b45;
	padding-right: 10px;
}

@media (min-width: 992px) and (max-width: 1230px) {
	.header-area-3 .contact-list ul li span {
		padding-right: 5px;
	}
}

.header-area-3 .social-profiles-2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.header-area-3 .social-profiles-2 ul li {
	display: inline-block;
}

.header-area-3 .social-profiles-2 ul li:last-child {
	padding-right: 10px;
}

.header-area-3 .social-profiles-2 ul li a {
	display: inline-block;
	color: #656565;
	padding: 10px;
}

@media (min-width: 992px) and (max-width: 1230px) {
	.header-area-3 .social-profiles-2 ul li a {
		padding: 10px 5px;
		font-size: 14px;
	}
}

@media (min-width: 992px) {
	.header-area-3 .main-menu-area {
		border-left: 1px solid #dee2e6;
	}
}

.header-area-3 .main-menu-area nav ul li.active a {
	color: #f4772a;
}

.header-area-3 .main-menu-area nav ul li.active a:before {
	content: "";
	position: absolute;
	left: 15%;
	bottom: -22px;
	width: 75%;
	margin: 0 auto;
	height: 2px;
	background-color: #f4772a;
}

.header-area-3 .main-menu-area nav ul li a {
	position: relative;
	color: #001659;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	padding: 0 15px !important;
	-webkit-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.header-area-3 .main-menu-area nav ul li a:hover {
	color: #f4772a;
}

.header-area-3 .main-menu-area nav ul li a:hover:before {
	content: "";
	position: absolute;
	left: 15%;
	bottom: -22px;
	width: 75%;
	margin: 0 auto;
	height: 2px;
	background-color: #f4772a;
}

.header-area-3 .main-menu-area nav .dropdown-menu {
	border-radius: 0;
}

.header-area-3 .main-menu-area nav .dropdown-menu li.active a:before {
	content: none;
}

.header-area-3 .main-menu-area nav .dropdown-menu li a {
	color: #001659;
	padding: 6px 15px !important;
	text-transform: capitalize;
	font-weight: 400;
}

.header-area-3 .main-menu-area nav .dropdown-menu li a:before {
	content: none !important;
}

.header-area-3 .main-menu-area .extended-menu ul li a {
	font-size: 25px;
}

.header-area-3 .main-menu-area .extended-menu ul li a:hover:before {
	content: none;
}

.header-area-3 .main-menu-area .extended-menu ul li a:before {
	content: none;
}

@media (min-width: 768px) and (max-width: 991px) {
	.header-area-3 .main-menu-area .nav-wrapper {
		background-color: #f3f3f3;
		padding: 15px;
		margin-top: 15px;
	}

	.header-area-3 .main-menu-area nav ul li a {
		padding: 6px 10px !important;
	}

	.header-area-3 .main-menu-area nav ul li a:before {
		content: none;
	}

	.header-area-3 .main-menu-area nav ul li a:hover:before {
		content: none !important;
	}

	.header-area-3 .main-menu-area nav ul li.active a:before {
		content: none !important;
	}
}

@media (max-width: 768px) {
	.header-area-3 .main-menu-area .nav-wrapper {
		background-color: #f3f3f3;
		padding: 15px;
		margin-top: 15px;
	}

	.header-area-3 .main-menu-area nav ul li a {
		padding: 6px 10px !important;
	}

	.header-area-3 .main-menu-area nav ul li a:before {
		content: none;
	}

	.header-area-3 .main-menu-area nav ul li a:hover:before {
		content: none !important;
	}

	.header-area-3 .main-menu-area nav ul li.active a:before {
		content: none !important;
	}
}

@media (max-width: 575px) {
	.header-area-3 .main-menu-area .nav-wrapper {
		background-color: #ddd;
		padding: 15px;
		margin-top: 15px;
	}

	.header-area-3 .main-menu-area nav ul li a {
		padding: 6px 10px !important;
	}

	.header-area-3 .main-menu-area nav ul li a:before {
		content: none;
	}

	.header-area-3 .main-menu-area nav ul li a:hover:before {
		content: none !important;
	}

	.header-area-3 .main-menu-area nav ul li.active a:before {
		content: none !important;
	}
}

.header-area-3 .header-top ul li a {
	font-weight: 400;
}

.header-area-3 .navbar-toggler:focus {
	outline: 0;
	border-color: #001659;
	box-shadow: none;
	border-radius: 0;
}

/**************************
16. Start Hero Area 3
***************************/
.hero-area-3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 100vh;
	background-size: cover;
	overflow: hidden;
	background-attachment: fixed;
}

.hero-area-3 .hero-text p {
	margin-bottom: 0;
	font-size: 20px;
	color: #fff;
	font-weight: 300;
	line-height: 1.7em;
}

.multistep-form .form-header {
	background-color: #001659;
	color: #fff;
	border-top: 9px solid #f4772a;
}

.multistep-form .form-header h2 {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1230px) {
	.multistep-form .form-header h2 {
		font-size: 24px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.multistep-form .form-header h2 {
		font-size: 24px;
	}
}

@media (max-width: 768px) {
	.multistep-form .form-header h2 {
		font-size: 22px;
	}
}

@media (max-width: 575px) {
	.multistep-form .form-header h2 {
		font-size: 20px;
	}
}

.multistep-form .progress_step {
	position: absolute;
	top: 140px;
	left: 10px;
}

@media (min-width: 992px) and (max-width: 1230px) {
	.multistep-form .progress_step {
		top: 125px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.multistep-form .progress_step {
		top: 105px;
	}
}

@media (max-width: 768px) {
	.multistep-form .progress_step {
		top: 122px;
	}
}

@media (max-width: 575px) {
	.multistep-form .progress_step {
		top: 122px;
	}
}

.multistep-form .progress_step:after {
	content: "";
	position: absolute;
	left: 18%;
	top: 22%;
	width: 60%;
	height: 4px;
	background-color: #dcdcdc;
}

.multistep-form .form-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.multistep-form .form-footer-text p {
	margin-bottom: 0;
	font-family: "Rubik", sans-serif;
}

.multistep-form .action-button {
	background-color: #f4772a;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 20px;
	border: 0;
	-webkit-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	text-transform: uppercase;
	font-weight: 500;
	width: 100%;
}

.multistep-form .input-group {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #dee2e6;
}

.multistep-form .input-group:last-child {
	border-bottom: 0;
}

.multistep-form .input-group-icon .form-check-input[type="checkbox"] {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	padding: 0;
	background-color: #dcdcdc;
	border-color: #dcdcdc;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.multistep-form .input-group-icon .form-check-input:checked[type="checkbox"] {
	background-color: #f4772a;
}

.multistep-form input:focus {
	border-color: #f4772a;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.multistep-form label {
	cursor: pointer;
	text-transform: uppercase;
	color: #656565;
	font-weight: 500;
	font-size: 14px;
}

.multistep-form label span {
	padding-left: 10px;
}

.multistep-form label img {
	max-width: 30px;
}

/*****************************
17. Start Services Area 3
******************************/
.service-section-3 {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.service-section-3 p {
	color: #92a4d9;
	margin-bottom: 0;
}

@media (max-width: 575px) {
	.services-area .filter-wrapper {
		padding-left: 0.7rem;
	}
}

/********************************
 About Page
***********************************/
/********************************
18. Start Hero Area -4
*********************************/
.hero-area-4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/********************************
19. Start Company Info Area
*******************************/
.accordion-button::after {
	content: "\f067";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	background-image: none;
}

.accordion-button:not(.collapsed)::after {
	content: "\f068";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	background-image: none;
}

.skills-wrapper .progress {
	background-color: #f4f4f4;
	border-radius: 50px;
	height: 1.4rem;
	border: 2px solid #e7e7e7;
}

.skills-wrapper .progress-bar {
	height: 1rem;
	border-radius: 50px;
	margin: 4px;
	background-color: #fd7b2c;
}

.skills-wrapper .progress-info {
	font-size: 1rem;
}

.skills-wrapper .progress-info .skill-name {
	color: #001659;
	font-weight: 500;
}

.custom-tabs-wrapper .accordion-button {
	border-bottom-width: 1px;
	padding: 0;
	background-color: #fff;
	overflow: hidden;
}

.custom-tabs-wrapper .accordion-button.collapsed {
	background-color: #ececec;
}

.custom-tabs-wrapper .accordion-button span {
	color: #001659;
	font-weight: 500;
	padding-left: 15px;
	font-size: 1rem;
}

.custom-tabs-wrapper .accordion-button:after {
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #999999;
	background-color: #fff;
	overflow: hidden;
	border-right: 1px solid rgba(0, 0, 0, 0.125);
}

.custom-tabs-wrapper .accordion-button:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: rgba(0, 0, 0, 0.125);
}

.custom-tabs-wrapper .accordion-collapse {
	border-width: 0 1px 1px 1px !important;
}

/***************************
20. Start Pricing Area
*******************************/
.single-pricing {
	border: 2px dashed #d9d9d9;
	-webkit-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.single-pricing .pricing-header h2 {
	font-size: 4.5rem;
	font-weight: 600;
	color: #fd5c2c;
	margin-bottom: 0;
}

.single-pricing .pricing-header span {
	color: #fd5c2c;
	font-weight: 600;
	font-size: 1.2rem;
}

.single-pricing .pricing-body ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.single-pricing .pricing-body ul li {
	padding: 5px 0;
	font-weight: 500;
}

.single-pricing .pricing-body ul li:last-child {
	padding-bottom: 0;
}

.single-pricing:hover {
	background-color: #fd5c2c;
	color: #fff;
	border-color: #fd5c2c;
}

.single-pricing:hover .pricing-header h2,
.single-pricing:hover .pricing-header span {
	color: #fff;
}

.single-pricing:hover .custom-btn {
	background-color: #fff;
	color: #fd5c2c;
}

.single-pricing.active {
	background-color: #fd5c2c;
	color: #fff;
	border-color: #fd5c2c;
}

.single-pricing.active .pricing-header h2,
.single-pricing.active .pricing-header span {
	color: #fff;
}

.single-pricing.active .custom-btn {
	background-color: #fff;
	color: #fd5c2c;
}

/************************
21. Start Google Map
*************************/
.gmap-wrapper iframe {
	width: 100%;
	height: 500px;
}

/********************
22. Start Contact Information
********************************/
.contact-text p {
	margin-bottom: 6px;
}

.contact-text i {
	padding-right: 5px;
	font-size: 14px;
}

.contact-text a {
	color: #ff8b45;
	text-decoration: none;
}

/******************************
23. Start Contact Form 
******************************/
.contact-form form label {
	font-size: 1.2rem;
	color: #001659;
	margin-bottom: 10px;
}

.contact-form form input,
.contact-form form select {
	height: 60px;
	border-radius: 0;
}

.contact-form form input.form-control,
.contact-form form select.form-control {
	border-color: #d6dde2;
}

.contact-form form input:focus,
.contact-form form select:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.contact-form form textarea {
	border-color: #d6dde2;
}

.contact-form form textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.contact-form form button[type="submit"] {
	border: 0;
	width: 100%;
	padding: 20px 0;
	background-color: #fd5c2c;
	color: #fff;
	font-size: 1.2rem;
}

/**************************
24. blog page 
*************************/
.pagination-wrapper .pagination {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pagination-wrapper .pagination li {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-color: #dfdfdf;
	margin: 0 5px;
}

.pagination-wrapper .pagination li a {
	padding: 0;
	margin: 0;
	color: #656565;
	-webkit-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	text-align: center;
}

.pagination-wrapper .pagination li a:hover {
	background-color: #f4772a;
	color: #fff;
}

.pagination-wrapper .pagination li a.active {
	background-color: #f4772a;
	color: #fff;
}

/*********************************
25. blog left sidebar
********************************/
/********************
16. sidebar
*************************/
.search-widget .form-group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.search-widget .form-group input[type="search"] {
	height: 60px;
	padding-left: 20px;
	border-radius: 0;
}

.search-widget .form-group input[type="search"]:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.search-widget .form-group button[type="submit"] {
	border: 0;
	background-color: transparent;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.search-widget .form-group button[type="submit"] i {
	color: #999999;
}

.news-widget-content .single-news {
	border-bottom: 1px dashed #999999;
}

.news-widget-content .single-news:last-child {
	border-bottom: 0;
}

.news-widget-content .news-thumb a img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
}

.news-widget-content .news-content span {
	display: block;
	color: #ff8b45;
}

.news-widget-content .news-content p {
	margin-bottom: 5px;
}

.news-widget-content .news-content p a {
	color: #656565;
	-webkit-transition: all 0.4s linear 0;
	-o-transition: all 0.4s linear 0;
	transition: all 0.4s linear 0;
	text-decoration: none;
	font-size: 1rem;
}

.news-widget-content .news-content p a:hover {
	color: #ff8b45;
}

.social-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.social-widget ul li {
	display: inline-block;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 32px;
	text-align: center;
}

.social-widget ul li.active {
	background-color: #ff8b45;
}

.social-widget ul li.active a {
	color: #fff;
}

.social-widget ul li:hover {
	background-color: #ff8b45;
}

.social-widget ul li:hover a {
	color: #fff;
}

.social-widget ul li a {
	display: inline-block;
	color: #8a8fa6;
	padding: 5px;
	font-size: 1.2rem;
	text-align: center;
}

.meta-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.meta-widget ul li a {
	display: block;
	color: #656565;
	text-decoration: none;
	padding: 15px 0;
	border-bottom: 1px dashed #999999;
	-webkit-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.meta-widget ul li a i {
	padding-right: 5px;
}

.meta-widget ul li a:hover {
	color: #ff8b45;
}

.meta-widget ul li:last-child a {
	border-bottom: 0;
}

.meta-widget ul li:first-child a {
	padding-top: 0;
}

.category-widget ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/************************************* 
17. blog left sidebar
**************************************/
.blog-list-2 .post-content {
	width: 92%;
	margin: 0 auto;
	padding: 10px 30px 30px 30px;
	-webkit-transform: translateY(-60px);
	-ms-transform: translateY(-60px);
	transform: translateY(-60px);
	background-color: #fff;
}

@media (max-width: 768px) {
	.blog-list-2 .post-content {
		padding: 10px 20px 20px 20px;
	}

	.blog-list-2 .post-content .blog-meta {
		font-size: 14px;
	}
}

.blockquote-wrapper {
	border: 1px dashed #999999;
}

.blockquote {
	text-decoration: underline;
	font-style: italic;
	font-size: 1.1rem;
}

.blockquote-footer {
	font-size: 1.2rem;
	font-weight: 600;
	font-style: italic;
	color: #ff8b45;
}

.blockquote-footer:before {
	color: #ff8b45;
}

.post-pagination .pagi-btn {
	border: 2px solid #ff8b45;
	padding: 20px 0;
	color: #001659;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 1rem;
	-webkit-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.post-pagination .pagi-btn:hover {
	color: #fff;
	background-color: #ff8b45;
}

.post-pagination .pagi-btn.active {
	color: #fff;
	background-color: #ff8b45;
}

/******************
18. Blog Details
********************/
.comment-text {
	padding-left: 80px;
}

.comment-text p {
	margin-bottom: 0;
}

.reply-btn a {
	color: #adadad;
	text-decoration: none;
	font-weight: 500;
}

.reply-btn a:hover {
	color: #ff8b45;
}

.reply-btn a i {
	color: #ff8b45;
}

.comments-wrapper .single-comment {
	border-bottom: 1px dashed #999999;
}

.comments-wrapper .single-comment:last-child {
	border-bottom: 0;
}

.author-name a {
	color: #001659;
	font-weight: 600;
	font-family: "Rubik", sans-serif;
}

.author-name span {
	font-size: 15px;
}

/****************************
19. services page
****************************/
.services-area .single-service {
	-webkit-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.services-area .single-service:hover {
	background-color: #ff8b45 !important;
	color: #fff;
}

.services-area .single-service:hover p {
	color: #fff;
}

.services-area .single-service:hover .heading-3 {
	color: #fff;
}

.services-area .single-service:hover .read-more-btn {
	color: #fff;
}

.services-area .single-service:hover .icon-container img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

/*****************************
20. Investor page
******************************/
.investor-pricing-wrapper .investor-pricing h2 {
	font-size: 30px;
	font-weight: 400;
}

.investor-pricing-wrapper .investor-pricing h2.text-bold {
	font-weight: 500;
}

.investor-pricing-wrapper .change-btn h2 {
	display: inline-block;
	margin-bottom: 0;
	font-size: 30px;
}

.investor-pricing-wrapper .change-btn button {
	background-color: transparent;
	border: 0;
	color: #fff;
}

.investor-pricing-wrapper .change-btn button:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.investor-pricing-wrapper .change-btn button i {
	font-size: 25px;
}

.subscribe-widget input[type="Email"] {
	height: 60px;
	border-radius: 0;
	padding-left: 20px;
}

.press-area {
	overflow: hidden;
}

.single-press {
	width: 100%;
	overflow: hidden;
}

.single-press .press-content p {
	margin-bottom: 5px;
}

.single-press .press-icon a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #656565;
	text-decoration: none;
	text-transform: uppercase;
}

.single-press .press-icon a:hover {
	color: #001659;
}

.single-press .heading-5-alt a {
	-webkit-transition: all 0.4 linear 0s;
	-o-transition: all 0.4 linear 0s;
	transition: all 0.4 linear 0s;
}

.single-press .heading-5-alt a:hover {
	text-decoration: underline;
	color: #001659;
}

.single-press:hover {
	-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.download-link a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	color: #fff;
}

.download-link img {
	padding-right: 10px;
}

.ebook-info h3 {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 500;
}

.ebook-info p {
	margin-bottom: 0;
}

/****************************
21. subcontractor page
*****************************/
.plane-text-wrapper p {
	margin-bottom: 0;
}

.text-widget p {
	margin-bottom: 0;
}

.video-wrapper {
	position: relative;
}

.video-wrapper .play-btn {
	position: absolute;
	bottom: 0;
	left: 0;
}

.video-wrapper .play-btn a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 60px;
	text-decoration: none;
}

.video-wrapper .play-btn a i {
	font-size: 2rem;
	padding-right: 20px;
}

.video-wrapper .play-btn a:hover {
	color: #ddd;
}






/********

user

*********/
.nav-link .custom-big-btn{
	display: inline-block; text-decoration: none; color: white; cursor: pointer;"
	onmouseover="this.style.fontWeight='bold'; this.style.color='white';"
	onmouseout="this.style.fontWeight='normal'; this.style.color='white';
}

.single-contact {
	margin-bottom: 1.5rem;
}

#Contact .single-countdown .countdown-info h3 {
	font-size: 1.3rem;
}


#footer .contact-number span:before{
	background-color:transparent 
}

#footer .footer-big-widget{
	    text-align: left;
	    padding-left: 2rem;
}
#footer .contact-list{
	display: inline-flex;
}
    
#footer .contact-list ul li {
    position: relative;
    display: block;
    padding-left: 28px;

    padding-bottom: 6px;
    margin-bottom: 8px;
	}
	
#footer .contact-list  ul li .footer-widget_about_icon {
	    position: absolute;
	    top: 0;
	    left: 0;
}
#footer .contact-list  ul li .footer-widget_about_icon i:before{
	color:#f4772a
}
#footer .contact-list  ul li .footer-widget_about_text{
	text-align: left;
}
#footer .contact-list  ul li .footer-widget_about_text a{
	
	color: white;
	text-align: left;
	font-weight: 500;
    text-decoration: none;
    background-color: transparent;
    
}
.copyright-text{
	display:flow;
	background-color: #002258;
	border-top: 1px solid #92a4d944;;
	/* margin-bottom:0 ; */
	margin: 0 !important;
	padding: 10px 0;
	text-align: center;
	
	
}

.copyright-text p{
	color: #92a4d9;
	font-size: 14px;
}

@media(max-width:576px) {
	#Contact .col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
		font-size: 0.5rem;
	}

	#Contact .single-countdown .icon-round {
		width: 100px;
		height: 100px;
		line-height: 103px;

	}
	#Contact .single-countdown .icon-round i {
		    width: 60px;
		    height: 60px;
		    line-height: 60px;
	}
}