/* custom css */
/*.breadcrumb-item+.breadcrumb-item::before {
	content: ".";
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    color: #ffffff;
    line-height: 12px;
    padding-right: 14px;
    display: none;
}*/
/*
.breadcrumb-item span {
    color: #fff;
    font-weight: 600;
}*/

/*.main-menu ul .has-dropdown .has-dropdown a:after {
    display: none !important;
}*/

/* home5 style  */
/* common styles  */
.section_title5 {
}
.sub_title5 {
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	color: #777777;
	text-transform: uppercase;
	display: block;
}

.title5 {
	font-size: 50px;
	line-height: 1.2;
	font-weight: 600;
	color: #000;
}
.title5 span {
	color: #ff9600;
}
.bg-white {
	background: #fff;
}
.min-950 {
	min-height: 950px;
}
#pp-nav ul li a.active span {
	background: #ff9600;
	border-color: #ff9600 !important;
}
/* header5 style  */
.header5-area {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}
.header5-logo a {
	width: 220px;
	height: 100px;
	background: #000871;
	display: inline-block;
	text-align: center;
	line-height: 100px;
}
.main_menu5 ul {
	display: inline-block;
	border-bottom: 1px solid #e7e9ee;
	background: #fff;
}
.main_menu5 ul li {
	min-height: 60px;
	border-right: 1px solid #e7e9ee;
}
.main_menu5 ul li a {
	width: 100px;
	height: 100px;
	background: #fff;
	display: inline-block;
	text-align: center;
	font-size: 15px;
	color: #000;
	text-transform: uppercase;
	border-bottom: 1px solid #e7e9ee;
	padding: 30px 0;
}

.main_menu5 ul li a i {
	display: block;
	margin-bottom: 4px;
	line-height: 1;
	color: #7f848d;
}
.main_menu5 ul li {
	position: relative;
}

.main_menu5 ul li > .sub-menu {
	position: absolute;
	left: 120%;
	top: 0;
	width: 220px;
	background-color: #fff;
	border-top: 5px solid var(--clr-theme-1);
	color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	padding: 7px 0;
}
.main_menu5 ul li:hover > .sub-menu {
	left: 100%;
	top: 0;
	opacity: 1;
	visibility: visible;
	box-shadow: 0 19px 29px rgba(0, 0, 0, 0.1);
}
.main_menu5 ul li .sub-menu li {
	min-height: inherit;
	border-right: 0;
}
.main_menu5 ul li .sub-menu li a {
	padding: 7px 30px;
	display: block;
	text-align: start;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	width: 100%;
	height: inherit;
	border-bottom: 0;
	font-size: 14px;
}
/* slider5 area style  */
.slider_height5 {
	min-height: 950px;
}
.single_slide5 {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.slider5-text .title5 {
	font-size: 70px;
	text-transform: uppercase;
	line-height: 1.14;
	margin-bottom: 28px;
}
.slider5-text p {
	font-size: 18px;
	color: #5d5d5d;
	line-height: 1.66;
	margin-bottom: 40px;
	padding-right: 30px;
}

.slider5-btn a {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0 39px;
	height: 60px;
	background: #000871;
	display: inline-block;
	border: 1px solid #000871;
	color: #fff;
	line-height: 58px;
}
.slider5-text {
	padding-top: 40px;
}
.sl5-thumb-pos {
	width: 800px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fff;
	z-index: 2;
	padding: 15px 40px;
}
.slider5__nav-items .slider5__nav-item:last-child {
	margin-right: 0 !important;
}
.slider__nav-content {
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}
.slider__nav-content::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 60px;
	background: #e7e9ee;
	right: 13px;
	top: 13px;
}
.slider5__nav-items .slider5__nav-item:last-child .slider__nav-content::after {
	display: none;
}
.slider5__nav-items
	.slider5__nav-item:nth-child(3)
	.slider__nav-content::after {
	display: none;
}
.slider__nav-content .nav-num {
	font-size: 60px;
	color: #000;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	float: left;
	margin-right: 20px;
	transition: all 0.3s;
}
.swiper-slide-thumb-active .slider__nav-content .nav-num {
	transform: rotateX(45deg);
	color: #ff9600;
	text-shadow: 0px 20px 5px rgba(0, 0, 0, 0.11);
}

.slider__nav-content h4 {
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	overflow: hidden;
	margin-bottom: 0;
}

/* about_area5 style  */
.work-experience {
	position: relative;
	display: inline-block;
	padding-left: 95px;
	padding-top: 165px;
}
.year-shape {
	position: absolute;
	top: 0;
	left: 0;
	width: 425px;
}
.work-year span {
	font-size: 200px;
	color: #000000;
	font-weight: 900;
	line-height: 150px;
	font-family: "Poppins", sans-serif;
	display: flex;
	letter-spacing: -7px;
	margin-left: -8px;
}
.work-year span span {
	font-size: 110px;
	font-weight: 300;
	margin-left: 30px;
}
.work-experience h4 {
	font-size: 30px;
	font-weight: 600;
	color: #000;
	line-height: 1.33;
	margin-bottom: 0;
	width: 300px;
	margin-top: 8px;
}

.about_award-icon i {
	font-size: 54px;
	color: #ff9600;
}
.about_award-icon {
	float: left;
	padding-left: 34px;
	padding-right: 30px;
}
.about_award-text {
	overflow: hidden;
}
.about_award-text h5 {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin-bottom: 15px;
}
.about_award-text p {
	font-size: 16px;
	line-height: ;
	padding-right: 100px;
	margin-bottom: 0;
	line-height: 1.62;
}
.about_award {
	position: relative;
	overflow: hidden;
}
.about_award-text p span {
	color: #000;
	font-weight: 700;
}
.about_award:before {
	position: absolute;
	content: "";
	width: 4px;
	height: 100%;
	background: #000871;
	top: 0;
	left: 0;
}
.about_5-btn a {
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	height: 60px;
	border: 1px solid #000871;
	display: inline-block;
	padding: 0 45px;
	line-height: 58px;
}
.about_5-btn a:hover {
	background: #000871;
	color: #fff;
	border-color: #000871;
}
/* featured-service-area5 style  */
.featured-service-area5 {
	z-index: 2;
}
.featured-service-area5::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #b2b2b2;
	opacity: 0.07;
	z-index: -1;
}
.swiper-service-button-prev {
	width: 70px;
	height: 70px;
	background: #fff;
	color: #919191;
	text-align: center;
	line-height: 70px;
	position: absolute;
	right: 105px;
	bottom: 30px;
	z-index: 1;
	font-size: 26px;
	transition: all 0.3s;
}
.swiper-service-button-prev:hover {
	background: #ff9600;
	color: #fff;
}
.swiper-service-button-prev.swiper-button-disabled {
	cursor: not-allowed;
}
.swiper-service-button-next {
	width: 70px;
	height: 70px;
	background: #fff;
	color: #919191;
	text-align: center;
	line-height: 70px;
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 1;
	font-size: 26px;
	transition: all 0.3s;
}
.swiper-service-button-next:hover {
	background: #ff9600;
	color: #fff;
}
.swiper-service-button-next.swiper-button-disabled {
	cursor: not-allowed;
}

.featured-service5-icon i {
	font-size: 52px;
	line-height: 1;
	color: #ff9600;
}
.featured-service5-title {
	font-size: 20px;
	font-weight: 600;
	color: #000000;
	line-height: 1.5;
	margin-bottom: 20px;
}
.featured-service5-title a:hover {
	color: #ff9600;
}
.featured-service5-single p {
	line-height: 1.62;
	margin-bottom: 25px;
}
.featured-service5-icon {
	margin-bottom: 20px;
}

.feature-advice-p {
	font-size: 18px;
	color: #000000;
}
.feature-advice-p a {
	color: #ff9600;
	text-decoration: underline;
}

.f-service5-link {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}
.f-service5-link:hover {
	color: #ff9600;
}
.f-service5-link i {
	margin-left: 5px;
	transition: all 0.3s;
}
.f-service5-link:hover i {
	margin-left: 10px;
}

/* team-area5-bg style  */
.team-area5 {
	z-index: 2;
	padding-bottom: 335px;
	margin-bottom: 140px;
}

.team-area7:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
	top: 0;
	left: 0;
	opacity: 0.5;
	z-index: -1;
}
.team-area7 {
	z-index: 2;
	padding-bottom: 311px;
	margin-bottom: 197px;
}
.team-area5-bg {
	background: #000000;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 100px;
}
.team-area5-right-img {
	width: 56%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.team-member5-wrapper {
	margin-top: 0;
	z-index: 3;
	position: absolute;
	left: 0;
	right: 0;
}
.team-member5-img {
	overflow: hidden;
}
.team-member5-content {
	background: #fff;
	padding: 32px 10px 30px 10px;
	position: absolute;
	width: 100%;
	bottom: -60px;
	transition: all 0.5s;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {

.team-member5-content {
	bottom: -40px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991.99px) {

.team-member5-content {
	bottom: -54px;
}
}

.team-member6-single .team-member5-content {
	bottom: 0;
	box-shadow: 0px 10px 40px rgba(38, 70, 136, 0.08);
}
.team-member5-content h4 {
	color: #000000;
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: 600;
}
.team-member5-content span {
	font-size: 16px;
	font-weight: 400;
	display: block;
	margin-bottom: 18px;
}
.team-member5-social a {
	font-size: 18px;
	color: #9da3ae;
	line-height: 1;
	margin: 0px 13px;
}
.team-member5-social a:hover {
	color: #ff9600;
}
.team-member5-single {
	padding-bottom: 75px;
	overflow: hidden;
}
.team-member5-img img {
	transition: all 0.9s;
}
.team-member5-single:hover .team-member5-img img {
	transform: scale(1.12);
}
.team-member5-single:hover .team-member5-content {
	bottom: 0;
}
.team-member5-content h4 a:hover {
	color: #ff9600;
}

/* project5-area style  */
.container-fluid.project-container {
	padding-right: 100px;
	padding-left: 100px;
}
.single-project-img {
	max-width: 550px;
}
.single-project-wrapper {
	display: inline-block;
}
.single-project-content-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 30px;
}
.single-project-content-inner {
	background: #fff;
	height: 100%;
	padding: 40px 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transform: scale(0.8);
	opacity: 0;
	visibility: hidden;
	transition: all 0.9s;
	position: relative;
}
.single-project-content-inner::before {
	position: absolute;
	content: "";
	width: 100px;
	height: 2px;
	background: #ff9600;
	bottom: 10px;
	right: 10px;
	transition: all 0.9s;
}
.single-project-content-inner::after {
	position: absolute;
	content: "";
	width: 2px;
	height: 100px;
	background: #ff9600;
	bottom: 10px;
	right: 10px;
	transition: all 0.9s;
}
.single-project-wrapper:hover .single-project-content-inner {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.project-btn a {
	font-size: 22px;
	color: #ff9600;
	height: 70px;
	width: 70px;
	border: 1px solid #ff9600;
	display: inline-block;
	text-align: center;
	line-height: 68px;
}
.project-btn a:hover {
	background: #ff9600;
	color: #fff;
}
.project-cat {
	font-size: 14px;
	font-weight: 500;
	color: #ff9600;
	text-transform: uppercase;
	margin-bottom: 5px;
	display: block;
}
.project-title {
	font-size: 22px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.project-title a:hover {
	color: #ff9600;
}
.project-date {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
}
.client-logo {
	margin-bottom: 18px;
}
.client-logo img {
	width: 90px;
}
.project-tab-content {
	max-width: 1703px;
	margin-left: auto;
	margin-right: auto;
}
.project-nav-tabs {
	display: flex;
	padding-bottom: 60px;
	align-items: end;
	justify-content: end;
	height: 100%;
}
.project-nav-tabs .nav-link {
	font-size: 16px;
	padding: 0;
	padding-left: 20px;
	position: relative;
	margin-left: 30px;
	border: 0;
}
.project-nav-tabs li:first-child .nav-link {
	margin-left: 0;
}
.project-nav-tabs .nav-tabs {
	border: 0;
	float: right;
}
.project-nav-tabs .nav-link.active,
.project-nav-tabs .nav-link:hover {
	border: none;
	color: #000;
	transition: all 0.3s;
}
.project-nav-tabs .nav-link:before {
	position: absolute;
	content: "";
	width: 11px;
	height: 11px;
	border: 2.5px solid #d6d6d6;
	top: 6px;
	left: 0;
	border-radius: 50%;
	transition: all 0.3s;
}
.project-nav-tabs .nav-link.active:before,
.project-nav-tabs .nav-link:hover:before {
	border-color: #ff9600;
}

/* counter5-area style  */
.single-counter4.single-counter5 {
	border-color: #fff;
}
.single-counter5 .lefttop_corner {
	display: none;
}
.single-counter5 .rightbottom_corner {
	display: none;
}
.line-right::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 120px;
	background: #e7e9ee;
	right: -16px;
	top: 50%;
	transform: translateY(-50%);
}
.count_number4 span span {
	color: #ff9600;
	transition: 0.3s;
}
.single-counter4:hover .count_number4 span span {
	color: #fff;
}

/* testimonial5-area style  */
.feedback_content5 {
	padding: 30px 30px 30px 30px;
	border: 1px solid #e7e9ee;
	border-bottom: 2px solid #e7e9ee !important;
}
.feedback_client img {
	width: 120px;
}
.feedback_content5 .test_messege4 {
	font-size: 16px;
	font-style: normal;
	line-height: 1.62;
}
.feedback_content5 .f_author_text4 .f_author_name {
	font-size: 18px;
	line-height: 1.5;
}
.feedback_content5 .f_author_img4 {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: relative;
	margin-right: 20px;
}
.feedback_content5 .f_author_img4::before {
	height: 25px;
	width: 25px;
	line-height: 25px;
	font-size: 12px;
	font-weight: 700;
}
.feedback-b_button_next {
	width: 40px;
	height: 40px;
	border: 1px solid #e7e9ee;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #919191;
	font-size: 13px;
	position: absolute;
	right: -20px;
	background: #fff;
	top: 180px;
	z-index: 2;
	transition: all 0.3s;
}
.feedback-b_button_next:hover {
	background: #ff9600;
	border-color: #ff9600;
	color: #fff;
}
.feedback-b_button_prev {
	width: 40px;
	height: 40px;
	border: 1px solid #e7e9ee;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #919191;
	font-size: 13px;
	position: absolute;
	left: -20px;
	background: #fff;
	top: 180px;
	z-index: 2;
	transition: all 0.3s;
}
.feedback-b_button_prev:hover {
	background: #ff9600;
	border-color: #ff9600;
	color: #fff;
}
.feedback_pagination5 {
	text-align: center;
	line-height: 1;
}
.feedback_pagination5 .swiper-pagination-bullet {
	width: 30px;
	height: 8px;
	display: inline-block;
	border-radius: 5px;
	background: #dfe2e9;
	opacity: 1;
	margin: 0 5px;
}
.feedback_pagination5 .swiper-pagination-bullet-active {
	background: #ff9600;
}

/* brand5-area style  */
.b5-logo {
	text-align: center;
}
.b5-logo a:first-child {
	opacity: 1;
	visibility: visible;
	transition: all 0.3s;
}
.b5-logo:hover a:first-child {
	opacity: 0;
	visibility: hidden;
}
.b5-logo a:last-child {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.b5-logo:hover a:last-child {
	opacity: 1;
	visibility: visible;
}

/* home5 responsive styles  */
/* Normal desktop :1200px. */
@media (min-width: 1400px) and (max-width: 1599px) {
	.container.home5-container {
		max-width: 1190px;
	}
	.title5 {
		font-size: 48px;
	}
	.featured-service5-left {
		padding-right: 60px;
	}
	.single-project-content-inner {
		padding: 30px 30px;
	}
	.team-area5 {
		padding-bottom: 300px;
		margin-bottom: 140px;
	}
	.single-project-content-wrapper {
		margin: 20px;
	}
}

/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1399px) {
	.container.home5-container {
		max-width: 990px;
	}
	.slider5-text .title5 {
		font-size: 58px;
	}
	.title5 {
		font-size: 40px;
	}
	.count_number4 {
		font-size: 44px;
	}
	.single-counter4 {
		padding: 50px 10px;
	}
	.featured-service5-left {
		padding-right: 40px;
	}
	.sl5-thumb-pos {
		width: 700px;
	}
	.slider__nav-content .nav-num {
		font-size: 40px;
	}
	.work-year span {
		font-size: 178px;
	}
	.about_award-text p {
		padding-right: 40px;
	}
	.team-member5-content h4 {
		font-size: 18px;
	}
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
	.container.home5-container {
		max-width: 720px;
	}
	.slider5-text .title5 {
		font-size: 56px;
	}
	.sl5-thumb-pos {
		width: 700px;
	}
	.slider__nav-content .nav-num {
		font-size: 40px;
	}
	.work-experience {
		margin-bottom: 60px;
		padding-left: 80px;
	}
	.work-experience h4 {
		font-size: 24px;
	}
	.line-right::after {
		display: none;
	}
	.featured-service5-left {
		margin-bottom: 60px;
	}
	.team-area5 {
		padding-bottom: 100%;
		margin-bottom: 140px;
	}
	.single-project-content-wrapper {
		margin: 15px;
	}
	.single-project-content-inner {
		padding: 30px 20px;
	}
	.title5 {
		font-size: 36px;
	}
	.main_menu5 ul li a {
		width: 80px;
		height: 80px;
		padding: 20px 0;
	}
	.project-nav-tabs {
		justify-content: start;
	}
	.project-nav-tabs .nav-link {
		position: relative;
		margin-right: 30px;
		border: 0;
		margin-left: auto;
	}
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
	.featured-service5-left {
		margin-bottom: 60px;
	}
	.header5-area {
		display: none;
	}
	.work-experience {
		margin-bottom: 60px;
		padding-left: 80px;
	}
	.slider5-text .title5 {
		font-size: 50px;
		padding-right: 100px;
	}
	.slider5-text p {
		padding-right: 272px;
	}
	.title5 {
		font-size: 40px;
	}
	.team-area5-bg {
		left: 0;
	}
	.team-member5-wrapper {
		position: static;
	}
	.team-area5 {
		padding-bottom: 90px;
		margin-bottom: 0;
	}
	.project-nav-tabs {
		justify-content: start;
	}
	.project-nav-tabs .nav-link {
		position: relative;
		margin-right: 30px;
		border: 0;
		margin-left: auto;
	}
	.slider_height5 {
		min-height: 800px;
	}
	.line-right::after {
		display: none;
	}
}

/* small mobile :320px. */
@media (max-width: 767px) {
	.featured-service5-left {
		margin-bottom: 60px;
	}
	.header5-area {
		display: none;
	}
	.project-nav-tabs {
		justify-content: start;
	}
	.project-nav-tabs .nav-link {
		position: relative;
		margin-right: 30px;
		border: 0;
		margin-left: auto;
		margin-bottom: 5px;
	}
	.slider5-text .title5 {
		font-size: 28px;
	}
	.slider5-text p {
		font-size: 16px;
	}
	.slider_height5 {
		min-height: 650px;
	}
	.slider5-text {
		padding-top: 0;
	}
	.single_slide5 {
		background-position: left bottom;
	}
	.title5 {
		font-size: 24px;
	}
	.about_award-icon {
		float: none;
		padding-left: 20px;
		padding-right: 30px;
	}
	.about_award-text {
		padding-left: 20px;
	}
	.about_award-text p {
		padding-right: 0;
	}
	.line-right::after {
		display: none;
	}
	.team-area5-bg {
		left: 0;
	}
	.team-member5-wrapper {
		position: static;
	}
	.team-area5 {
		padding-bottom: 90px;
		margin-bottom: 0;
	}
	.featured-service5-left {
		padding-right: 0;
	}
	.team-member5-content {
		bottom: 0;
	}
	.project-container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.feedback_content5 {
		padding: 25px 25px 25px 25px;
		margin-bottom: 2px;
	}
	.single-project-content-inner {
		padding: 30px 30px;
	}
	.work-experience {
		padding-left: 71px;
		padding-top: 132px;
		margin-bottom: 60px;
	}
	.year-shape {
		width: 290px;
	}
	.work-year span {
		font-size: 128px;
		font-weight: 900;
		line-height: 90px;
	}
	.work-year span span {
		font-size: 84px;
		font-weight: 300;
		margin-left: 30px;
	}
	.work-experience h4 {
		font-size: 21px;
	}
	.container-fluid.project-container {
		padding-right: 15px;
		padding-left: 15px;
	}
}

/* Large Mobile :480px. */
@media only screen and (min-width: 550px) and (max-width: 767px) {
	.featured-service5-left {
		padding-right: 80px;
	}
	.slider5-text .title5 {
		font-size: 46px;
	}
	.title5 {
		font-size: 34px;
	}
}

/* home7 styles  */
/* slider7 style  */
.slider_height7 {
	min-height: 850px;
	position: relative;
}
.slide_bg7 {
	background-position: center center;
}
.single_slide_inner.slider_height7:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(#02073e 0%, rgba(22, 46, 86, 0) 100%);
}
.slide_button {
	display: flex;
	flex-wrap: wrap;
}
.button_arrow_btn2 {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	height: 60px;
	border: 1px solid #ff9600;
	display: inline-block;
	line-height: 58px;
	padding: 0 35px 0 40px;
	background: #ff9600;
}
.button_arrow_btn2 span i {
	padding-left: 5px;
	padding-right: 10px;
	font-size: 16px;
	top: 1px;
	transition: 0.3s;
}
.button_arrow_btn2:hover span i {
	padding-left: 15px;
	padding-right: 0;
}
.button_arrow_btn2:hover {
	color: #fff;
}

.slider_play_btn {
	display: inline-flex;
	align-items: center;
}
.slider_play {
	font-size: 16px;
	color: #fff;
	border: 2px solid #fff;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 56px;
}
.slider_play_btn p {
	font-size: 14px;
	font-weight: 500;
	line-height: 17px;
	margin-left: 20px;
	margin-top: 0;
	margin-bottom: 0;
}
.slider_play:hover {
	color: #fff;
}
.title_slide_7 {
	font-size: 70px;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	line-height: 1.14;
}

/* s-offer area style  */
.s_offer-content {
	padding: 0 17px;
}
.s_offer-content h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
}
.s_offer-content h4 span {
	font-weight: 300;
	display: block;
}
.s_offer-content p {
	font-size: 16px;
	line-height: 1.62;
}
.s_offer_btn {
	font-size: 14px;
	font-weight: 500;
	color: #ff9600;
	position: relative;
}
.s_offer_btn i {
	margin-left: 5px;
	opacity: 0;
	visibility: hidden;
	transition: 0.7s;
}
.s_offer_btn:after {
	position: absolute;
	width: 0%;
	height: 1px;
	background: #ff9600;
	bottom: 0;
	content: "";
	left: 0;
	transition: 0.7s;
}
.s_offer_btn:hover:after {
	width: 100%;
}
.s_offer_btn:hover i {
	margin-left: 5px;
	opacity: 1;
	visibility: visible;
}
.s_offer_btn:hover {
	color: #ff9600;
}

.s_offer_single {
	position: relative;
}
.s_offer_single::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 200px;
	background: #eef0f5;
	top: 6px;
	right: -15px;
}
.s_offer_single.n-b::after {
	display: none;
}

/* service7 area style  */

.service7_area:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	z-index: -1;
	opacity: 0.55;
}
.service7_area {
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.service7_top_area {
	z-index: 2;
}
.service7_top_area:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #00032c;
	opacity: 0.8;
	z-index: -1;
}
.service7_img {
	height: 100%;
	position: relative;
}
.service7_img::before {
	bottom: 0;
	content: "";
	left: 50%;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	position: absolute;
	right: 51%;
	top: 0;
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
	transition: all 700ms ease-in-out 0s;
	-webkit-transition: all 700ms ease-in-out 0s;
	-moz-transition: all 700ms ease-in-out 0s;
	-o-transition: all 700ms ease-in-out 0s;
	-ms-transition: all 700ms ease-in-out 0s;
}
.service7_img::after {
	bottom: 50%;
	content: "";
	left: 0;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	position: absolute;
	right: 0;
	top: 50%;
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
	transition: all 700ms ease-in-out 0s;
	-webkit-transition: all 700ms ease-in-out 0s;
	-moz-transition: all 700ms ease-in-out 0s;
	-o-transition: all 700ms ease-in-out 0s;
	-ms-transition: all 700ms ease-in-out 0s;
}
.service7_single:hover .service7_img::before,
.service7_single:hover .service7_img::after {
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}
.service7_img img {
	height: 100%;
}
.service7_single .service7_img a {
  min-height: 352px;
  display: block;
}
.service7_single .service7_img a img {
  object-fit: cover;
  min-height: 352px;
}
.service7_icon i {
	font-size: 50px;
	color: #ff9600;
	line-height: 1;
}
.service7_icon i.flaticon {
	font-size: 64px;
}
.service7_icon {
	margin-bottom: 20px;
}
.service7_content.text-center {
	width: 100%;
	background: #fff;
	height: 100%;
	padding: 30px 30px;
}
.service7_single .service7_content {
    min-height: 352px;
}
.service7_content h4 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 25px;
}
.service7_content p {
	font-size: 16px;
	line-height: 1.62;
	margin-bottom: 32px;
}
.service7_btn a {
	font-size: 14px;
	font-weight: 500;
	border: 1px solid #e2e4ec;
	height: 40px;
	display: inline-block;
	line-height: 38px;
	padding: 0 30px;
	border-radius: 20px;
	background: #fff;
}
.service7_btn a:hover {
	color: #fff;
	border-color: #ff9600;
	background: #ff9600;
}
.container.service7_container .row {
	margin-left: 0;
	margin-right: 0;
}
.service7_container .col-sm-6,
.service7_container .col-xl-6 {
	padding-left: 0;
	padding-right: 0;
}
.service7_content h4 a:hover {
	color: #ff9600;
}

/* about7-area style  */

.about7-content p {
	font-size: 16px;
	line-height: 1.62;
	margin-bottom: 50px;
	font-family: "Poppins", sans-serif;
}
.about7-facilities {
	float: left;
	margin-right: 60px;
}
.world-map-dot {
	width: 124px;
	margin-right: 0;
	float: left;
	padding-top: 8px;
}
.about7-partner {
	overflow: hidden;
}
.global-partners {
	overflow: hidden;
	padding-left: 45px;
	display: inline-block;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
}
.global-partners p span {
	display: block;
	color: #ff9600;
	font-size: 48px;
	font-weight: 700;
	line-height: 44px;
}
.global-partners p {
	font-size: 20px;
	font-weight: 500;
	color: #000;
	margin-bottom: 0;
}
.global-partners:before {
	position: absolute;
	content: "";
	width: 2px;
	height: 85px;
	background: #ff9600;
	left: 16px;
	top: 0px;
}
.about7-facilities ul li {
	font-size: 16px;
	color: #000;
	margin-bottom: 12px;
	padding-left: 30px;
	position: relative;
	list-style: none;
}
.about7-facilities ul li:before {
	position: absolute;
	content: "\f058";
	left: 0;
	color: #ff9600;
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
}
.about7-btn {
	margin-top: 35px;
}
.about7-fp {
	overflow: hidden;
}
.about7-btn .button_arrow_btn2 {
	background: #fff;
	color: #ff9600;
}


.bd_service_title:hover a {
  color: #ff9600;
}
.about7-btn .button_arrow_btn2:hover {
  background-color: #FF9600;
  color: #fff;
}

/* facilities area style  */

.facilities_icon i {
	font-size: 60px;
	color: #ff9600;
}
.facilities_icon {
	margin-right: 30px;
	float: left;
}
.facilities-text {
	overflow: hidden;
}
.facilities-text h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}
.facilities-text p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 0;
}
.facilities_list_item {
	overflow: hidden;
}

/* service contact area style  */
.service_contact_title {
	padding: 0 10px;
}
.service_contact_area:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #081443;
	opacity: 0.6;
	z-index: -1;
}
.service_contact_area {
	z-index: 2;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.service_contact_btn .button_arrow_btn2 {
	border-width: 2px;
	border-color: #fff;
	background: none;
}

/* business growth area style  */

.business_growth_content p {
	font-size: 16px;
	line-height: 26px;
}
.growth_graph_content h4 {
	font-size: 20px;
	font-weight: 600;
}
.growth_graph_img {
	max-width: 420px;
}

.growth_right_img {
	margin-left: 30px;
	padding-bottom: 60px;
}
.growth_right_video_img {
	position: absolute;
	max-width: 320px;
	background: #fff;
	border: 10px solid #fff;
	border-radius: 5px;
	bottom: 0;
	right: 30px;
}
.growth_right_video_img img {
	border-radius: 5px;
}
.growth_play_btn_wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.growth_play_btn {
	color: #df0e0e;
	font-size: 14px;
	width: 65px;
	height: 65px;
	background: #fff;
	display: inline-block;
	text-align: center;
	line-height: 65px;
	border-radius: 50%;
}
.growth_play_btn:hover {
	color: #df0e0e;
}

/* project7 styles  */
.single-project7-wrapper {
	overflow: hidden;
}
.single-project7-content {
	padding: 40px 40px;
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	transition: all 0.5s;
	opacity: 0;
	visibility: hidden;
}
.single-project7-wrapper:hover .single-project7-content {
	top: 0;
	opacity: 1;
	visibility: visible;
}
.single-project7-content span {
	font-size: 14px;
	font-weight: 500;
	display: block;
	margin-bottom: 6px;
}
.single-project7-content h4 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 0;
}
.project7-img-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: -40px;
	left: 0;
	background: linear-gradient(
		#041546 0%,
		rgba(255, 255, 255, 0) 50%,
		rgba(255, 255, 255, 0) 100%
	);
	opacity: 0;
	transition: 0.5s;
}
.single-project7-wrapper:hover .project7-img-overlay {
	top: 0;
	opacity: 1;
}
.project7-icon {
	position: absolute;
	right: -30px;
	bottom: -30px;
	width: 140px;
	height: 140px;
	font-size: 30px;
	color: #fff;
	background: #fff;
	padding-left: 90px;
	padding-top: 90px;
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
}
.single-project7-wrapper:hover .project7-icon {
	bottom: 0;
	right: 0;
	opacity: 1;
	visibility: visible;
}
.project7-icon::before {
	position: absolute;
	content: "";
	width: 120px;
	height: 120px;
	background: #ff9600;
	bottom: 0;
	right: 0;
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
	z-index: -1;
}
.swiper-container.project7_active {
	position: relative;
	overflow: inherit;
}
.project7_active::before {
	position: absolute;
	content: "";
	width: 5000px;
	height: 100%;
	background: #fff;
	z-index: 5;
	left: -5000px;
	top: 0px;
}

/* news area style  */
.news7_area_bg {
	background: #f9f9f9;
}

.news7-img {
	max-width: 294px;
	position: relative;
}
.news7-img::before {
	bottom: 0;
	content: "";
	left: 50%;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	position: absolute;
	right: 51%;
	top: 0;
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
	transition: all 700ms ease-in-out 0s;
	-webkit-transition: all 700ms ease-in-out 0s;
	-moz-transition: all 700ms ease-in-out 0s;
	-o-transition: all 700ms ease-in-out 0s;
	-ms-transition: all 700ms ease-in-out 0s;
}
.news7-img::after {
	bottom: 50%;
	content: "";
	left: 0;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	position: absolute;
	right: 0;
	top: 50%;
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
	transition: all 700ms ease-in-out 0s;
	-webkit-transition: all 700ms ease-in-out 0s;
	-moz-transition: all 700ms ease-in-out 0s;
	-o-transition: all 700ms ease-in-out 0s;
	-ms-transition: all 700ms ease-in-out 0s;
}
.news7-wrapper:hover .news7-img::before,
.news7-wrapper:hover .news7-img::after {
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}
.news7-content {
	padding: 25px 30px;
	background: #fff;
	max-width: 54%;
}
.n-publish {
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
}
.news7-content h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 20px;
}
.news7-content h4 a:hover {
	color:#ff9600;
}
.news7-content p {
	line-height: 26px;
	margin-bottom: 24px;
}
.news7-wrapper {
	display: flex;
}
.news7-img img {
	width: 100%;
	height: 100%;
}

/* testimonial7 style  */
.testimonial7-area {
	padding-bottom: 250px;
	margin-bottom: 85px;
}
.testimonial7-bg {
	background: #f4f6fb;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
}
.testimonial7-bg::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	z-index: -1;
	opacity: 0.55;
}
.testimonial7-bg-img {
	width: 56%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.testimonial7-bg-img::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #081046;
	z-index: -1;
	opacity: 0.84;
}
.test7-thumbncontent {
	position: absolute;
	left: 0;
	right: 0;
	margin-top: 0;
	z-index: 2;
}
.test7-author {
	background: #fffaf2;
	display: flex;
	align-items: center;
	position: relative;
	padding: 10px 30px 10px 30px;
	border-bottom: 1px dashed #e7e9ee;
}
.test7-author-img {
	width: 60px;
	margin-right: 20px;
}
.test7-author-name h4 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
}
.test7-author-name span {
	font-size: 14px;
}
.test7-author:before {
	position: absolute;
	content: "";
	width: 5px;
	height: 100%;
	background: #ff9600;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 0.3s;
}
.swiper-slide-thumb-active .test7-author:before {
	opacity: 1;
}

.test7-thumbncontent {
	position: absolute;
	left: 0;
	right: 0;
	margin-top: 0;
	z-index: 2;
	padding-bottom: 2px;
}
.testimonial7-area {
	padding-bottom: 250px;
	margin-bottom: 75px;
}
.tn-border-lr {
	position: relative;
}
.tn-border-lr:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background: #e7e9ee;
	top: 0;
	left: 0;
	z-index: 1;
}
.tn-border-lr:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background: #e7e9ee;
	top: 0;
	right: 0;
	z-index: 1;
}
.test__nav-items .test__nav-item:last-child .test7-author {
	border-bottom: 1px solid #e7e9ee;
}

.test7-author {
	background: #fff;
	display: flex;
	align-items: center;
	position: relative;
	padding: 10px 30px 10px 30px;
	height: 100%;
}
.swiper-slide-thumb-active .test7-author {
	background: #fffaf2;
}
.test7-author-img {
	width: 60px;
	margin-right: 20px;
}
.test7-author-name h4 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
}
.test7-author-name span {
	font-size: 14px;
}
.test7-author:before {
	position: absolute;
	content: "";
	width: 5px;
	height: 100%;
	background: #ff9600;
	left: 0;
	top: 0;
	z-index: 2;
}
.test-thumb-pos {
	height: 100%;
}
.swiper-container.test-nav-active {
	height: 100%;
}
.swiper-wrapper.test__nav-items {
	display: flex;
	flex-direction: column;
}
.test__nav-item.swiper-slide {
	flex-shrink: 1;
	min-width: 100%;
}
.test__nav-content {
	height: 100%;
}
.test7-content {
	background: #fff;
	padding: 30px 40px;
	border: 1px solid #e7e9ee;
}
.test7-icon i {
	font-size: 60px;
	color: #ff9600;
	transform: rotatey(180deg);
}
.test7-icon {
	margin-bottom: 30px;
}
.test7-content p {
	font-size: 22px;
	line-height: 1.45;
	font-style: italic;
	margin-bottom: 45px;
}
.test7-content .client-logo img {
	width: 120px;
}
.test7-content .client-logo {
	margin-bottom: 0;
}
.test7-buttons {
	height: 100%;
	padding-bottom: 60px;
	position: relative;
}
.test7-button-prev {
	width: 50px;
	height: 50px;
	background: #000000;
	color: #fff;
	text-align: center;
	line-height: 50px;
	position: absolute;
	right: 60px;
	bottom: 60px;
	z-index: 1;
	font-size: 18px;
	transition: all 0.3s;
}
.test7-button-prev:hover {
	background: #ff9600;
}
.test7-button-next {
	width: 50px;
	height: 50px;
	background: #000000;
	color: #fff;
	text-align: center;
	line-height: 50px;
	position: absolute;
	right: 0px;
	bottom: 60px;
	z-index: 1;
	font-size: 18px;
	transition: all 0.3s;
}
.test7-button-next:hover {
	background: #ff9600;
}

/* header9 area style  */
/* header9 top area style  */

.header9_top_info_item {
	display: inline-block;
	padding: 14px 30px 0 30px;
	position: relative;
}
.top_info_icon {
	float: left;
	margin-right: 15px;
}
.top_info_text {
	overflow: hidden;
}
.top_info_icon i {
	font-size: 32px;
	color: #ff9600;
}
.top_info_text span {
	font-size: 14px;
	margin-bottom: auto;
	display: block;
}
.top_info_text h4 {
	font-size: 16px;
	font-weight: 600;
}
.header9_top_social ul a {
	font-size: 15px;
	color: #a6abb4;
	height: 35px;
	width: 35px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 33px;
	display: inline-block;
	margin-left: 2px;
	border-radius: 50%;
}

.header9_top_social ul {
	margin-right: 20px;
}
.header9_top_social ul a:hover {
	color: #fff;
	border-color: #ff9600;
	background: #ff9600;
}
.header9_top_info {
	display: block;
	max-height: 70px;
}
.header9_top_info_item:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 70px;
	background: #e7e9ee;
	right: 0;
	top: 0;
}
.header9_top_area {
	max-height: 70px;
}
.header9_top_info .header9_top_info_item:last-child:after {
	display: none;
}

/* header9 menu area style  */

.header9_logo a {
	width: 150px;
	display: inline-block;
}
.header9_logo {
	background: #ff9600;
	padding: 14px 40px 0 40px;
	display: inline-block;
	height: 80px;
}
.right_icons.header9_right_icon {
	position: static;
	display: inline-block;
	float: right;
}
.right_icons.header9_right_icon span {
	width: 80px;
	font-size: 20px;
	padding: 20px 20px;
	text-align: center;
}
.track_btn {
	display: inline-block;
}
.main_menu.main_menu9 {
	display: inline-block;
}
.track_order_btn {
	color: #fff;
	background: #000;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	padding: 28px 40px;
}
.track_order_btn:hover {
	color: #fff;
}
.main_menu.main_menu9 ul li a {
	padding: 28px 69px;
	display: block;
	font-weight: 600;
	text-decoration: none;
	color: #000;
	font-size: 16px;
}
.main_menu.main_menu9 ul li:is(.menu-item-has-children) > a::after {
	display: none;
}
.main_menu.main_menu9 ul li {
	border-left: 1px solid #edeef2;
	margin-right: 0;
}
.main_menu.main_menu9 ul li:is(.menu-item-has-children):is(.active) > a, 
.main_menu.main_menu9 ul li:is(.menu-item-has-children):is(.current-menu-item) > a,
.main_menu.main_menu9 nav > ul > li > a:hover {
	color: #ff9600;
	background-image: url("../img/home7/bg/honeycomb-texture.png");
}
.header9_menu_area {
	position: relative;
	z-index: 2;
}
.header9_menu_area:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #edeef2;
	top: 0;
	left: 0;
	z-index: -1;
}
.header9_menu_area:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #edeef2;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.main_menu.main_menu9 ul {
	font-size: 0;
}
.header9_menu_area .col-lg-10 {
	font-size: 0;
}

/* footer_area5 style  */

.widget_text_6 {
	background: #ff9600;
	padding: 0 40px 0 40px;
	position: relative;
}
.widget_text_6:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100px;
	background: #ff9600;
	top: -100px;
	left: 0;
}
.widget_text_6:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100px;
	background: #ff9600;
	bottom: -100px;
	left: 0;
}
.footer_widget_content_5 p {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}

.footer_social.footer_5 a {
	color: #ff9600;
	width: 45px;
	height: 45px;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #fff;
	line-height: 43px;
	text-align: center;
	font-size: 19px;
	margin-left: 15px;
}
.footer_social.footer_5 a:first-child {
	margin-left: 0;
}
.footer__widget.footer_widget_5 ul li {
	margin-bottom: 16px;
}
.footer__widget.footer_widget_5 ul li a {
	color: #777777;
	font-size: 16px;
	text-transform: capitalize;
	line-height: 1;
}
.footer__widget.footer_widget_5 ul li a:hover {
	padding-left: 0;
	color: #fff;
}

.widget_text_6:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100px;
	background: #ff9600;
	top: -100px;
	left: 0;
}
.widget_text_6:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100px;
	background: #ff9600;
	bottom: -100px;
	left: 0;
}
.tionco-footer-map {
	max-width: 400px;
}
/* home5 responsive styles  */
@media (min-width: 1600px) and (max-width: 1699px) {
	.main_menu.main_menu9 ul li a {
		padding: 28px 60px;
	}
}
/* Normal desktop :1200px. */
@media (min-width: 1400px) and (max-width: 1599px) {
	.main_menu.main_menu9 ul li a {
		padding: 28px 45px;
	}
}

/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1399px) {
	.main_menu.main_menu9 ul li a {
		padding: 28px 32px;
	}
	.track_order_btn {
		padding: 28px 30px;
	}
	.s_offer-content {
		padding: 0 8px;
	}
	.service7_content.text-center {
		padding: 25px 15px;
	}
	.about7-facilities {
		float: none;
	}
	.about7-partner {
		margin-top: 50px;
		margin-bottom: 5px;
	}
	.test7-author {
		padding: 10px 20px 10px 20px;
	}
	.test7-author-img {
		width: 55px;
		margin-right: 15px;
	}
	.test7-author-name h4 {
		font-size: 17px;
	}
	.test7-content p {
		font-size: 20px;
	}
	.facilities_icon {
		margin-right: 24px;
	}
	.facilities_icon i {
		font-size: 54px;
	}
	.project-nav-tabs .nav-link {
		margin-bottom: 10px;
	}
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
	.s_offer-content {
		padding: 0 5px;
	}
	.s_offer-content h4 {
		font-size: 17px;
	}
	.s_offer_single::after {
		height: 218px;
	}
	.service7_content.text-center {
		padding: 20px 14px;
	}
	.service7_content h4 {
		font-size: 20px;
	}
	.service7_icon i {
		font-size: 40px;
	}
	.about7-facilities {
		float: none;
	}
	.about7-partner {
		margin-top: 50px;
		margin-bottom: 5px;
	}
	.title_slide_7 {
		font-size: 48px;
	}
	.test7-author-img {
		width: 55px;
	}
	.test7-icon i {
		font-size: 54px;
	}
	.test7-content p {
		font-size: 18px;
	}
	.facilities_icon i {
		font-size: 40px;
	}
	.facilities_icon {
		margin-right: 20px;
	}
	.facilities-text h4 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.team-member5-content h4 {
		font-size: 18px;
	}
	.team-member5-content {
		padding: 22px 10px 18px 10px;
	}
	.team-member5-social a {
		font-size: 16px;
		margin: 0px 9px;
	}
	.team-area7 {
		padding-bottom: 218px;
		margin-bottom: 175px;
	}
	.news7-content {
		padding: 25px 22px;
	}
	.footer_links.pl-70 {
		padding-left: 50px;
	}
	.widget_text_6 {
		padding: 0 25px 0 25px;
	}
	.footer_social.footer_5 a {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 17px;
		margin-left: 10px;
	}
	.main_menu.main_menu9 ul li a {
		padding: 28px 30px;
	}
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
	.title_slide_7 {
		font-size: 44px;
	}
	.header9_menu_area {
		background: #ff9600;
	}
	.header9_menu_area::before,
	.header9_menu_area::after {
		display: none;
	}
	.slider_height7 {
		min-height: 700px;
	}
	.s_offer_single.n-b-m::after {
		display: none;
	}
	.s_offer_single {
		margin-bottom: 60px;
	}
	.about7-left-img {
		max-width: 75%;
		margin-bottom: 50px;
	}
	.testimonial7-bg-img {
		width: 70%;
	}
	.test7-author {
		padding: 10px 20px 10px 20px;
	}
	.test7-author-img {
		width: 54px;
		margin-right: 15px;
	}
	.test7-content {
		padding: 20px 20px;
	}
	.test7-content p {
		font-size: 16px;
	}
	.test7-icon i {
		font-size: 40px;
	}
	.test7-icon {
		margin-bottom: 20px;
	}
	.test7-content p {
		margin-bottom: 35px;
	}
	.growth_graph_content {
		margin-bottom: 60px;
	}
	.growth_right_img {
		margin-left: auto;
	}
	.team-area7 {
		padding-bottom: 90px;
		margin-bottom: 0;
	}
	.footer_links.pl-70 {
		padding-left: 15px;
	}
	.widget_text_6 {
		margin-bottom: 120px;
	}
	.widget_text_6::after {
		height: 60px;
		bottom: -60px;
	}
	.footer_links.pl-70 {
		padding-left: 15px;
	}
	.facilities_icon i {
		font-size: 40px;
	}
	.facilities_icon {
		margin-right: 20px;
	}
	.facilities-text h4 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.facility-align {
		align-items: inherit !important;
	}
}

/* small mobile :320px. */
@media (max-width: 767px) {
	.team-member5-content h4 {
		font-size: 18px;
	}
	.team-member5-content {
		padding: 22px 10px 18px 10px;
	}
	.team-member5-social a {
		font-size: 16px;
		margin: 0px 9px;
	}
	.header9_menu_area {
		background: #ff9600;
	}
	.header9_menu_area::before,
	.header9_menu_area::after {
		display: none;
	}
	.slider_height7 {
		min-height: 700px;
	}
	.test7-author {
		padding: 10px 20px 10px 20px;
	}
	.test7-author-img {
		width: 54px;
		margin-right: 15px;
	}
	.test7-content {
		padding: 20px 20px;
	}
	.test7-content p {
		font-size: 16px;
	}
	.test7-icon i {
		font-size: 40px;
	}
	.test7-icon {
		margin-bottom: 20px;
	}
	.test7-content p {
		margin-bottom: 35px;
	}
	.widget_text_6 {
		margin-bottom: 120px;
	}
	.widget_text_6::after {
		height: 60px;
		bottom: -60px;
	}
	.footer_links.pl-70 {
		padding-left: 15px;
	}
	.title_slide_7 {
		font-size: 34px;
	}
	.slide_button {
		display: inherit;
	}
	.slider_play_btn {
		padding-left: 0;
		padding-top: 50px;
		width: 100%;
	}
	.slider_play_btn p br {
		display: block;
	}
	.about7-facilities {
		float: none;
	}
	.about7-partner {
		margin-top: 50px;
		margin-bottom: 5px;
	}
	.service7_single {
		margin-bottom: 30px;
	}
	.facilities_icon i {
		font-size: 40px;
	}
	.facilities_icon {
		margin-right: 20px;
	}
	.facilities-text h4 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.growth_right_img {
		margin-left: 0;
		padding-bottom: 60px;
	}
	.service7_content.text-center {
		padding: 25px 20px;
	}
	.test-thumb-pos {
		padding-bottom: 30px;
	}
	.team-area7 {
		padding-bottom: 90px;
		margin-bottom: 0;
	}
	.footer_social.footer_5 a {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 17px;
		margin-left: 10px;
	}
	.news7-wrapper {
		display: inherit;
	}
	.news7-content {
		max-width: 100%;
	}
	.news7-img {
		max-width: 100%;
	}
	.s_offer_single {
		margin-bottom: 50px;
	}
	.testimonial7-bg-img {
		width: 100%;
	}
	.test7-button-prev {
		right: auto;
		bottom: 30px;
	}
	.test7-button-next {
		right: auto;
		left: 60px;
		bottom: 30px;
	}
	.test7-thumbncontent {
		position: static;
	}
	.testimonial7-area {
		padding-bottom: 120px;
		margin-bottom: 0;
	}
}

/* Large Mobile :480px. */
@media only screen and (min-width: 550px) and (max-width: 767px) {
	.s_offer-content h4 {
		font-size: 17px;
	}
	.s_offer_single {
		margin-bottom: 50px;
	}
	.s_offer_single::after {
		height: 220px;
	}
	.s_offer_single.n-b-m::after {
		display: none;
	}
	.news7-wrapper {
		display: flex;
	}
	.news7-content {
		max-width: 54%;
	}
	.slide_button {
		display: flex;
	}
	.slider_play_btn {
		padding-left: 40px;
		padding-top: 0;
		width: inherit;
	}
}



.team-member5-single.team-member6-single {
    overflow: visible;
}