/******************************
#page title
******************************/

.page-title {
	background: url("../images/slider/Company.webp") center center/cover no-repeat local;
	width: 100%;
	height: 450px;
	text-align: center;
	position: relative;
	padding-top: 100px;
}

@media (max-width: 1199px) {
	.page-title {
		padding-top: 0px;
		height: 350px;
	}
}

@media (max-width: 991px) {
	.page-title {
		height: 300px;
		padding-top: 0px;
	}
}

.page-title:before {
	content: "";
	background-color: rgba(5, 20, 41, 0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.page-title .container {
	height: 100%;
	display: table;
	padding: 0;
}

.page-title .container>.row {
	vertical-align: middle;
	display: table-cell;
}

.page-title h2,
.page-title ol {
	color: #fff;
}

.page-title h2 {
	font-size: 50px;
	color: #fff;
	margin: 0;
	float: right;
}

@media (max-width: 767px) {
	.page-title h2 {
		float: none;
		font-size: 36px;
	}
}

.page-title .breadcrumb {
	background-color: transparent;
	padding: 0;
	margin-top: 36px;
	float: left;
}

@media (max-width: 767px) {
	.page-title .breadcrumb {
		text-align: center;
		float: none;
	}
}

.page-title .breadcrumb li {
	font-size: 16px;
	font-size: 1.06667rem;
	color: #fff;
	margin-left: 5px;
	position: relative;
}

@media (max-width: 767px) {
	.page-title .breadcrumb li {
		font-size: 14px;
		font-size: 0.93333rem;
	}
}

.page-title .breadcrumb li a {
	color: #f6ba18;
}

.page-title .breadcrumb li a:hover {
	color: #ddb205;
}

.page-title .breadcrumb>li+li {
	margin-right: 20px;
	padding-right: 15px;
}

.page-title .breadcrumb>li+li:before {
	content: "";
	background-color: #fff;
	width: 6px;
	height: 6px;
	padding: 0;
	position: absolute;
	right: -10px;
	top: 9px;
}

.preloader {
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000;
}

.preloader .sk-cube-grid {
	width: 60px;
	height: 60px;
	position: absolute;
	right: calc(50% - 30px);
	top: calc(50% - 30px);
}

.preloader .sk-cube-grid .sk-cube {
	width: 33%;
	height: 33%;
	background-color: #f6ba18;
	float: right;
	-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
	animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.preloader .sk-cube-grid .sk-cube1 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.preloader .sk-cube-grid .sk-cube2 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.preloader .sk-cube-grid .sk-cube3 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.preloader .sk-cube-grid .sk-cube4 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.preloader .sk-cube-grid .sk-cube5 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.preloader .sk-cube-grid .sk-cube6 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.preloader .sk-cube-grid .sk-cube7 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.preloader .sk-cube-grid .sk-cube8 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.preloader .sk-cube-grid .sk-cube9 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {

	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}

	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}

@keyframes sk-cubeGridScaleDelay {

	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}

	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}

.theme-btn-s5 {
	background: #f6ba18;
	border-color: #f6ba18;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	height: 50px;
	line-height: 50px;
	padding: 0 25px;
	border: 0;
	outline: none;
	display: inline-block;
	border-radius: 50px;
}

.theme-btn-s5:hover {
	background-color: #051429;
	color: #fff;
}

.theme-btn-s5:focus {
	color: #fff;
}
.theme-btn-s5:active {
	color: #fff;
}

/****************************************
service single sidebar
****************************************/

.service-sidebar {
	/*** service-list-widget ***/
	/*** download-widget ***/
	/*** contact-widget ***/
}

@media (max-width: 991px) {
	.service-sidebar {
		margin-top: 80px;
	}
}

.service-sidebar>.widget+.widget {
	margin-top: 60px;
}

.service-sidebar .widget {
	background-color: #f5f5f5;
}

.service-sidebar .service-list-widget ul {
	list-style: none;
	border: 1px solid #e6e6e6;
	border-bottom: 0;
}

.service-sidebar .service-list-widget ul li {
	border-bottom: 1px solid #e6e6e6;
}

.service-sidebar .service-list-widget a {
	background-color: #f5f5f5;
	display: block;
	font-weight: 500;
	color: #404040;
	padding: 15px 40px 15px 20px;
	position: relative;
}

.service-sidebar .service-list-widget ul li a:before {
	font-family: "themify";
	content: "\e662";
	position: absolute;
	right: 20px;
	font-size: 12px;
	top: 18px;
}

.service-sidebar .service-list-widget a:hover,
.service-sidebar .service-list-widget .current a {
	background-color: #051429;
	color: #fff;
}

.service-sidebar .download-widget ul {
	list-style: none;
}

.service-sidebar .download-widget ul>li+li {
	margin-top: 5px;
}

.service-sidebar .download-widget ul a {
	border-bottom: 2px solid #fff;
	color: #0a172b;
	padding: 15px 25px;
	font-weight: 500;
	display: block;
}

.service-sidebar .download-widget ul i {
	display: inline-block;
	padding-left: 10px;
	color: #f6ba18;
}

.service-sidebar .download-widget ul a:hover {
	color: #f6ba18;
}

.service-sidebar .help-widget {
	padding: 35px 30px;
}

.service-sidebar .help-widget h3 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 0.8em;
}

.service-sidebar .help-widget p {
	font-size: 14px;
}

.service-sidebar .contact-widget {
	padding: 45px 30px;
}

.service-sidebar .contact-widget h4 {
	font-size: 22px;
	font-size: 1.46667rem;
	font-weight: 600;
	margin-bottom: 0.8em;
}

.service-sidebar .contact-widget ul li {
	font-size: 14px;
	font-size: 0.93333rem;
	color: #051429;
	position: relative;
	padding-right: 25px;
	line-height: 1.85;
}

.service-sidebar .contact-widget ul li i {
	position: absolute;
	right: 0;
	top: 7px;
	color: #f6ba18;
}

.service-sidebar .contact-widget ul>li+li {
	margin-top: 12px;
}

.newsletter-section {
	background: url(../images/slider/slide-3.jpg) center center no-repeat;
	text-align: center;
	position: relative;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.newsletter-section:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	opacity: 1;
	width: 100%;
	height: 100%;
	background: rgba(5, 20, 41, 0.7);
}

.newsletter-section .container {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}

@media (max-width: 767px) {
	.newsletter-section .container {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.newsletter-section .newsletter {
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

@media (max-width: 991px) {
	.newsletter-section .newsletter {
		max-width: 400px;
	}
}

@media (max-width: 767px) {
	.newsletter-section .newsletter {
		max-width: 300px;
	}
}

.newsletter-section .newsletter form {
	position: relative;
}

.newsletter-section .newsletter input {
	background-color: rgba(255, 255, 255, 0.3);
	height: 50px;
	font-size: 14px;
	color: #fff;
	padding: 6px 30px 6px 80px;
	border: 0;
	border-radius: 60px;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: right;
}

@media (max-width: 991px) {
	.newsletter-section .newsletter input {
		height: 55px;
	}
}

@media (max-width: 767px) {
	.newsletter-section .newsletter input {
		height: 50px;
		font-size: 14px;
		font-size: 0.93333rem;
		padding: 6px 20px 6px 60px;
	}
}

.newsletter-section .newsletter button {
	background: transparent;
	border: 0;
	outline: 0;
	position: absolute;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.newsletter-section .newsletter button i {
	color: #f6ba18;
	font-size: 25px;
	font-size: 1.66667rem;
}

@media (max-width: 767px) {
	.newsletter-section .newsletter button i {
		font-size: 20px;
		font-size: 1.33333rem;
	}
}

.service-single-section {
	/*** service single tab ***/
}

@media screen and (min-width: 1200px) {
	.service-single-section .service-single-content {
		padding-right: 20px;
	}
}

.service-single-section .service-single-content .service-pic {
	margin-bottom: 50px;
}

.service-single-section .service-single-content h2 {
	font-size: 34px;
	font-size: 2.26667rem;
	font-weight: 600;
	margin: 1em 0;
}

@media (max-width: 767px) {
	.service-single-section .service-single-content h2 {
		font-size: 30px;
		font-size: 2rem;
	}
}

.service-single-section .service-single-content h3 {
	font-size: 24px;
	font-size: 1.6rem;
	font-weight: 600;
	margin: 1.7em 0 1em;
}

.service-single-section .service-single-content p {
	margin-bottom: 1.3em;
	text-align: justify;
}

.service-single-section .service-single-content ul {
	list-style: none;
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	.service-single-section .service-single-content ul {
		font-size: 15px;
		font-size: 1rem;
	}
}

.service-single-section .service-single-content ul li {
	position: relative;
	padding-right: 25px;
	line-height: 1.85em;
	color: #121212;
}

.service-single-section .service-single-content ul>li+li {
	margin-top: 8px;
}

.service-single-section .service-single-content ul li i {
	display: inline-block;
	color: #f6ba18;
	position: absolute;
	right: 0;
	top: 5px;
}

[class^="ti-"] {
	vertical-align: middle;
}

.co-header-items img {
	width: 30px;
	height: 30px;
	display: inline-block;
	float: left;
}

.hidden-page-menu {
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.open-menu-btn {
	cursor: pointer;
	background-color: #f5f5f5;
	display: block;
	color: #acacac;
	padding-block: 15px;
	padding-inline-start: 20px;
	position: relative;
}

.open-menu-btn:hover {
	color: #051429;
}