@font-face {
  font-family: "firasanscondensed";
  src: url("../font/firasanscondensed-light.otf");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "firasanscondensed";
  src: url("../font/firasanscondensed-regular.otf");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "firasanscondensed";
  src: url("../font/firasanscondensed-medium.otf");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "firasanscondensed";
  src: url("../font/firasanscondensed-bold.otf");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

html,
body {
    color: #555;
    font-family: "firasanscondensed", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.67;
}
* {
  scrollbar-width: none;
}
/* 02. Default css */
.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
body {
	font-family: "firasanscondensed", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 28px;
	color: #53545A;
	background: #f8f9fa;
}

.body_wrap {
	overflow: hidden;
	position: relative;
}

.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}

a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

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

a {
	text-decoration: none;
}

a:focus,
a:hover,
.gallery-cat a:hover,
.footer -menu li a:hover {
	text-decoration: none;
}

a,
button {
	color: #001c47;
	outline: medium none;
	cursor: pointer;
}

a:hover {
	color: inherit;
}

.form-button {
	display: inline-block;
	background: #B78D65;
	border: 1px solid #B78D65;
	padding: 17px 35px;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.form-button:hover {
	background: transparent;
	color: #B78D65
}

button {
	padding: 0px;
	border: none;
	outline: none;
	background: none;
	display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "firasanscondensed", sans-serif;
	font-weight: normal;
	color: #001c47;
	margin: 0;
	font-style: normal;
	font-weight: 600;
}

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

li {
	list-style: none
}

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

p {
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	color: #53545A;
	margin-bottom: 15px;
}

p:last-child {
	margin: 0
}

label {
	color: #8592a6;
	cursor: pointer;
}

input,
textarea,
select {
	width: 100%;
	height: 55px;
	background-color: #f1f4f9;
	border: none;
	padding: 0px 20px;
	outline: none
}

section {
	padding: 100px 0
}
.margin-top{
	margin-top:168px;
}
@media(max-width:999px){
	.margin-top{
		margin-top: 50px;
	}
}
.container {
	max-width: 1647px;
}

.cta-btn {
	display: inline-block;
	padding: 15px 35px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 5px;
}

.cta-btn i {
	margin-left: 5px
}

.btn_orange {
	background: #fe9806;
	color: #fff;
	position: relative;
	z-index: 1
}

.btn_orange:after {
	background: #001c47;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	z-index: -1
}

.btn_orange:hover:after {
	width: 100%
}

.btn_orange:hover {
	color: #fff
}

.section-heading {
	position: relative;
	margin-bottom: 20px
}

.section-title {
	font-size: 50px;
	line-height: 55px;
	color: #001c47;
	font-weight: 600;
	text-transform: uppercase;
}


.bg-cover {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-position: center;
}

/* 03. Btn Top css */

.btntoTop:before {
	color: #fff;
	content: "\f102";
	display: inline-block;
	font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
}

.btntoTop {
	background-color: #fe9806;
	border: 2px solid #fe9806;
	border-radius: 5px;
	bottom: 70px;
	cursor: pointer;
	height: 50px;
	line-height: 47px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: fixed;
	right: 20px;
	text-align: center;
	-webkit-transition: opacity 0.4s ease 0s;
	transition: opacity 0.4s ease 0s;
	width: 50px;
	z-index: 99999;
}

.btntoTop.active {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.btntoTop.active:hover {
	background: #001c47 none repeat scroll 0 0;
	border: 2px solid #fe9806;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.btntoTop.active.btntoTop:hover:before {
	color: #fff;
}


/* 04. Breadcrumb css */

.breadcrumb-area {
	padding-top: 130px;
	position: relative;
	min-height:450px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}

.breadcrumb-area:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	/* background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0; */
	z-index: -1
}

.breadcrumb-box {
	text-align: left;
}

.breadcrumb-box h2 {
	font-size: 50px;
	line-height: 1;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 30px;
	position: relative;
	 text-shadow: 0 4px 5px rgb(0 0 0 / 40%);
}
.line{
	width:60px;
	height:4px;
	background: #fff;
	margin-top: 15px;
	box-shadow: 0px 1px 5px 1px rgba(6, 6, 6, 0.09);
}
.breadcrumb-box ul{
	list-style: none;
	position: relative;
	display: inline-block;
	color: #fff;
	text-transform: capitalize;
	font-size: 18px;
}

.breadcrumb-box ul li {
	list-style: none;
	position: relative;
	display: inline-block;
	color: #fff;
	padding-right: 30px;
	margin-right: 10px;
	text-transform: capitalize;
	font-size: 18px;
}
.breadcrumb-box ul a {
	list-style: none;
	position: relative;
	display: inline-block;
	color: #fff;
	padding-left: 10px;
	margin-right: 10px;
	text-transform: capitalize;
	font-size: 18px;
}

.breadcrumb-box ul li:before {
	position: absolute;
	content: "//";
	top: 0px;
	right: 0px;
}


.breadcrumb-box ul .home a {
	padding-left: 0px;
	color: #fff;
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 33px;
	background: #fe9806;
	font-size: 16px;
}

.breadcrumb-box ul li:last-child {
	padding: 0px;
	margin: 0px;
}

.breadcrumb-box ul li:last-child:before {
	display: none
}


/* 05. Pagination css */

.pagination-box-row p {
	display: inline-block;
	font-size: 15px;
	margin-right: 15px;
	margin-bottom: 0
}

.pagination {
	margin-top: 50px;
	text-align: center;
	float: none;
	display: inline-block;
}

.pagination li {
	display: inline-block;
	margin-right: 5px
}

.pagination li:last-child {
	margin-right: 0
}

.pagination li a {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 15px;
	line-height: 40px;
	border-radius: 50%;
	font-weight: 500;
	text-align: center;
	border: 1px solid #fff
}

.pagination li.active a {
	background: #fe9806 none repeat scroll 0 0;
	color: #fff;
	border: 1px solid #fe9806
}

.pagination li.active a:hover {
	border: 1px solid #fe9806
}

.pagination li a:hover {
	border: 1px solid #ddd
}


/* 06. Header css */

.header-area {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
	display: none;
}

.header-area:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 86px;
	background: #fff;
	content: "";
	z-index: -1;
}

.header-inn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.menu-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 50px;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 100px;
}

.site-logo {
	position: relative;
	background: #fe9806;
	padding: 37px 20px 37px 40px;
	width: 22%;
}

.site-logo:before {
	position: absolute;
	content: "";
	top: 0;
	left: 40px;
	width: 100%;
	height: 100%;
	background: #fe9806;
	z-index: -1;
	-webkit-transform: skewX(30deg);
	transform: skewX(30deg);
}

.site-logo:after {
	position: absolute;
	content: "";
	bottom: 0;
	right: -92px;
	width: 100px;
	height: 34px;
	background: #D34300;
	z-index: -11;
	-webkit-transform: skewX(-48deg);
	transform: skewX(-48deg);
}

.site-logo img {
	width: 220px
}

.mainmenu ul li {
	display: inline-block;
	margin-right: 30px;
	position: relative
}

.mainmenu ul li ul {
	position: absolute;
	top: 120%;
	left: 0;
	width: 200px;
	background: #fff;
	padding: 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.mainmenu ul li ul li {
	margin: 0;
	display: block;
	border-top: 1px solid #eee;
}

.mainmenu ul li ul li a {
	display: block;
	padding: 14px 20px;
	text-transform: capitalize;
	font-size: 15px;
}

.mainmenu ul li:hover ul {
	visibility: visible;
	top: 100%;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.mainmenu ul li a {
	display: inline-block;
	font-weight: 500;
	text-transform: uppercase;
	color: #001c47;
	padding: 29px 0;
	position: relative;
	background: -webkit-linear-gradient(left, #fe9806, #fe9806 50%, #000 50%);
	background: linear-gradient(to right, #fe9806, #fe9806 50%, #000 50%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: 200% 100%;
	background-position: 100%;
}

.mainmenu ul li a:hover {
	background-position: 0 100%;
	border-color: #fe9806;
}

.mainmenu ul li.has-submenu>a {
	padding-right: 20px;
}

.mainmenu ul li.has-submenu>a:after {
	position: absolute;
	content: "";
	right: 5px;
	width: 7px;
	height: 7px;
	border-right: 1px solid #001c47;
	border-bottom: 1px solid #001c47;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	top: 46%;
}

.header-action {
	/* border-right: 1px solid #eee; */
	align-items: center;
}

.header-action a {
	/* color: #fff; */
	font-weight: 500;
	position: relative;
	/* background: -webkit-linear-gradient(left, #fe9806, #fe9806 50%, #000 50%);
	background: linear-gradient(to right, #fe9806, #fe9806 50%, #000 50%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: 200% 100%;
	background-position: 100%; */
}

.header-action a:hover {
	background-position: 0 100%;
	border-color: #fe9806;
}

.search-toggle {
	margin-right: 40px;
	font-size: 20px;
}

.search-toggle:hover {
	color: #fe9806
}

.action-link i {
	margin-left: 5px
}

#search-overlay {
	display: none;
}

.block {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	text-align: center;
	background: rgba(0, 11, 27, 0.9);
	margin: 0;
	z-index: 99
}

.block:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.centered {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	padding: 10px 15px;
	color: #FFF;
	border: none;
	background: transparent;
}

#search-box {
	position: relative;
	width: 100%;
	margin: 0;
}

#search-form {
	height: 4em;
	border-bottom: 1px solid #fff;
	background-color: transparent;
	overflow: hidden;
}

#search-box input[type="text"] {
	width: 100%;
	padding: 20px;
	color: #fff;
	outline: none;
	font-size: 20px;
	background: transparent;
	padding-left: 0
}

#search-box input::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#search-box input::-moz-placeholder {
	color: #fff;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#search-box input:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#search-box input::placeholder {
	color: #fff;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#search-box input:-ms-input-placeholder {
	color: #fff;
}

#search-box input::-ms-input-placeholder {
	color: #fff;
}

#search-button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: auto;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	line-height: 42px;
	border-width: 0;
	background-color: transparent;
	border-radius: 0 2px 2px 0;
	cursor: pointer;
}

#close-btn {
	position: fixed;
	top: 20px;
	right: 20px;
	color: #fff
}

.spinner-master {
	display: none;
}

.spinner-spin {
	text-indent: -99999px
}

.spinner-spin {
	width: 22px
}
@media(max-width:999px){
	.header-area {
		display: block;
	}
}

/* 07. Hero css */

.hero-area {
	padding-top: 80px;
	padding-bottom: 0;
	position: relative
}

.hero-area .hero-item {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	padding-top: 170px;
	padding-bottom: 150px;
}
.hero-item.item-1{
    background-image: url(../img/slider-1.jpg)
}
.hero-item.item-2{
    background-image: url(../img/slider-2.jpg)
}
.hero-area .hero-item:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(1.82deg, #001c47 4.46%, rgba(196, 196, 196, 0) 75.35%, #001c47 103.46%);
	background: linear-gradient(88.18deg, #001c47 4.46%, rgba(196, 196, 196, 0) 75.35%, #001c47 103.46%);
	z-index: -1
}

.banner-txt {
    padding-top: 0;
    padding-bottom: 50px;
}

.hero-title {
	font-size: 96px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 100px;
}

.banner-txt p {
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 30px;
	color: #EBEDF2;
	width: 65%;
}

.plus-text-btn {
	color: #fff;
	display: inline-block;
	overflow: hidden;
	clear: both;
	margin-top: 0;
	margin-left: 20px;
	font-weight: 600
}

.plus-text-btn:hover {
	color: #f45905
}

.plus-text-btn .icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fe9806;
	background: #fff;
	border-radius: 50px;
	margin-right: 20px;
	float: left;
	overflow: auto;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.plus-text-btn .link-text {
	float: left;
	overflow: auto;
	padding-top: 3px;
}

.plus-text-btn span {
	display: block;
}

.hero-item .btn_group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.hero-area .owl-dots {
	position: absolute;
	width: 1200px;
	left: 50%;
	padding: 0 15px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 15%;
	z-index: 3;
}

.hero-area .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	background: #f45905;
	margin: 0 4px;
}

.hero-area .owl-dots .owl-dot.active {
	background: #fff;
}

.hero-area .btn_orange:after {
	background: #fff
}

.hero-area .btn_orange:hover {
	color: #f45905
}


/* 08. About css */

.about-area {
	position: relative
}

.about-half-bg {
	position: absolute;
	width: 40%;
	left: 0;
	height: 100%;
	content: "";
	z-index: -1;
	top: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
    transform: scaleX(-1)
}
.about-img img{
    transform: scaleX(-1)
}
.about-page-left-img{
	border: 15px solid #fff;
	box-shadow: 0 0 37px 0 rgba(0, 0, 0, 0.1);
}

.about-text ul li {
	margin-bottom: 10px
}

.about-text ul li img {
	margin-right: 15px
}

.about-text .cta-btn {
	margin-top: 20px
}

.signature {
	margin-left: 20px
}


/* 09. Service css */

.section-heading.text-center .heading-bg {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.service-box {
	padding: 45px 35px;
	position: relative;
	border: 1px solid #F9F9F9;
	background-image: -webkit-radial-gradient(#E6E6E6 1px, transparent 0);
	background-image: radial-gradient(#E6E6E6 1px, transparent 0);
	background-size: 15px 15px;
}

.service-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}

.service-action {
	margin-top: 40px;
	display: inline-block;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 43px;
	border: 2px dashed #001c47;
	color: #001c47;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.service-area .col-lg-3 {
	padding: 0
}

.service-icon {
	position: absolute;
	bottom: 10px;
	right: 10px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.service-box:hover .service-icon {
	opacity: 0.4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"
}

.service-dark {
	background: #001c47;
	border: 1px solid #001c47
}

.service-dark .service-title {
	color: #fff
}

.service-dark p {
	color: #ccddf6;
}

.service-box p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.service-dark .service-action {
	border: 2px dashed #ccddf6;
	color: #ccddf6
}

.service-box:hover .service-action {
	background: #001c47;
	color: #fff
}

.service-box.service-dark:hover .service-action {
	background: #fff;
	color: #001c47
}

.service-inn {
	margin-top: 30px
}


/* 10. Facts css */

.facts-area {
	position: relative;
	z-index: 1;
	padding-top: 130px;
	padding-bottom: 130px;
	background: url(../img/facts_bg_img.jpg) no-repeat fixed center center/cover;
	position: relative;
	z-index: 1
}

.facts-area:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/facts_colored_bg.png) no-repeat scroll center center/cover;
	z-index: -1
}

.facts-area .content-text {
	position: relative
}

.facts-area .section-heading h2 {
	color: #fff
}

.facts-area .heading-bg {
	color: rgba(148, 166, 196, 0.14)
}

.facts-area p {
	color: #ccddf6
}

.fact-count {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.fact-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px
}

.fact-box:first-child {
	margin-right: 50px
}

.fact-icon {
	margin-right: 20px
}

.fact-text h3 {
	color: #fe9806;
	font-size: 42px;
	font-weight: 700;
}

.fact-text p {
	font-size: 20px;
	color: #fff;
	font-weight: 500;
}

.facts-area .video-main {
	position: absolute;
	right: -115px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.popup-youtube {
	background: #fe9806 none repeat scroll 0 0;
	border-radius: 100%;
	color: #fff;
	font-size: 20px;
	height: 70px;
	left: 50%;
	line-height: 70px;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 70px;
	z-index: 9;
}

.popup-youtube:hover {
	color: #fff
}

.iq-waves {
	height: 184px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 184px;
	z-index: 2;
}

.iq-waves .waves {
	-webkit-animation: 3s ease-in-out 0s normal none infinite running waves;
	animation: 3s ease-in-out 0s normal none infinite running waves;
	background: rgba(252, 94, 22, 0.46) none repeat scroll 0 0 padding-box;
	border-radius: 320px;
	height: 184px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	width: 184px;
}

.iq-waves .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.iq-waves .wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.iq-waves .wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

@-webkit-keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}

@keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}


/* 11. Call Area css */

.call-area {
	background-image: -webkit-radial-gradient(#E6E6E6 1px, transparent 0);
	background-image: radial-gradient(#E6E6E6 1px, transparent 0);
	background-size: 15px 15px;
}

.call-text img {
	margin-bottom: 20px
}

.call-text h3 {
	font-size: 35px;
	line-height: 40px;
	color: #001c47;
	font-weight: 700;
	margin-bottom: 15px
}

.call-text h3 span {
	color: #fe9806;
}

.call-text p {
	font-size: 18px;
	color: #102d5a;
}


/* 12. Expertise css */

.expertise-area {
	position: relative;
	background: url(../img/expertise-bg.png) no-repeat scroll 0 0/cover;
	z-index: 1
}

.expertise-area:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #001c47;
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	z-index: -1
}

.expertise-area .section-heading h2 {
	color: #fff
}

.expertise-area .heading-bg {
	color: rgba(255, 255, 255, 0.17)
}

.expertise-left h3 {
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 15px;
}

.expertise-left p {
	color: #fff
}

.expertise-meta>img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-right: 20px;
}

.profile-info .name {
	color: #fe9806;
	font-size: 22px;
	font-weight: 700;
}

.profile-info span {
	color: #fff
}

.expertise-inn .skills-prog h6 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.expertise-inn .skills-prog .barfiller {
	background-color: #fff;
	border-radius: 0;
	height: 6px;
	margin-bottom: 30px;
	position: relative;
	width: 100%;
}

.expertise-inn .skills-prog .barfiller:last-child {
	margin-bottom: 0
}

.expertise-inn .skills-prog .barfiller .fill {
	display: block;
	position: relative;
	width: 0px;
	height: 100%;
	background:#fe9806 !important;
	border-radius: 0;
}

.expertise-inn .skills-prog .barfiller .tip {
	margin-top: -20px;
	padding: 2px 4px;
	color: #fff;
	top: -8px;
	font-size: 12px;
	font-weight: bold;
	left: 5px;
	border-radius: 4px !important;
	position: absolute;
	z-index: 2;
}


/* 13. Project css */

.recent-project-area .section-heading {
	margin-bottom: 0
}

.recent-project-inn {
	margin-top: 80px
}

.project-img {
	position: relative;
	display: block
}

.project-img .icon {
	color: #fff;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	font-size: 30px;
	line-height: 1;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.project-img:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background-color: #001c47;
	width: 100%;
	height: 100%;
}

.project-img:hover:before {
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	visibility: visible;
}

.project-img:hover .icon {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}

.recent-project-box .project-text {
	margin-top: 20px;
	text-align: center
}

.project-text span {
	text-transform: uppercase;
}

.project-text h4 {
	color: #001c47;
	font-weight: 700;
}

.recent-project-box:hover .project-text h4 a {
	color: #fe9806
}

.recent-project-slider .owl-dots {
	display: block !important;
	text-align: center !important;
	margin-top: 20px
}

.recent-project-slider .owl-dots button {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #001c47;
	margin: 0 4px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s
}

.recent-project-slider .owl-dots button.active {
	background: #fe9806;
}


/* 14. Partner css */

.partners-area {
	background-image: -webkit-radial-gradient(#E6E6E6 1px, transparent 0);
	background-image: radial-gradient(#E6E6E6 1px, transparent 0);
	background-size: 15px 15px;
	padding-bottom: 50px;
}

.partner-inn ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.partner-inn ul li {
	margin-bottom: 50px;
	-webkit-box-flex: 0;
	-ms-flex: 0 23%;
	flex: 0 23%;
	list-style: none;
	text-align: center
}

.partner-inn ul li img {
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.partner-inn ul li a:hover img {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}


/* 15. Team css */

.team-area {
	background: url(../img/team-bg.png) no-repeat scroll 0 0/cover;
	position: relative;
	z-index: 1;
}

.team-area .section-title {
	color: #fff
}
.team-area .section-title-h3 {
	color: #fff
}
.team-area .heading-bg {
	color: rgba(148, 166, 196, 0.14);
}

.single-team-member {
	position: relative;
	margin-top: 30px;
}

.single-team-member .team-img {
	background-color: #e8ecf8;
	overflow: hidden;
	text-align: center;
}

.single-team-member .team-img img {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.single-team-member .team-details-bar .member-details {
	overflow: hidden;
}

.single-team-member .team-details-bar .member-details .member-data {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	margin-top: 25px
}

.single-team-member .team-details-bar .member-details .member-data span {
	font-size: 14px;
}

.single-team-member .team-details-bar .member-details .member-data h3 {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 700;
}

.single-team-member .team-details-bar .member-details .social-profile {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: visible;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.single-team-member .team-details-bar .member-details .social-profile a {
	font-size: 20px;
	margin: 0 12px;
	color: #001c47;
}

.single-team-member .team-details-bar {
	height:90px;
	width: 100%;
	margin: 0 auto;
	background: #fff;
	/* margin-top: -30px; */
	position: relative;
	overflow: hidden;
	clear: both;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
    text-align: center;
	padding: 20px;
}

.single-team-member .team-details-bar .plus-btn {
	display: inline-block;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 43px;
	border: 2px dashed #fe9806;
	color: #fe9806;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.single-team-member .team-details-bar .plus-btn:hover {
	background: #fe9806;
	color: #fff
}

.single-team-member:hover .team-details-bar .member-details .member-data {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: visible;
	margin-top: -20px;
}

.single-team-member:hover .team-details-bar .member-details .social-profile {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	z-index: 1;
}

.single-team-member .team-details-bar .member-details .social-profile a:hover {
	color: #fe9806
}

.team-area .section-action {
	margin-top: 50px
}

.team-page-area {
	padding-top: 70px
}

.team-page-area .single-team-member .team-img {
	height: auto
}

.team-area .btn_orange:after {
	background: #fff
}

.team-area .btn_orange:hover {
	color: #fe9806
}

.team-slider .owl-dots {
	display: block !important;
	text-align: center !important;
	margin-top: 20px;
}

.team-slider .owl-dots button {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #fff;
	margin: 0 4px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.team-slider .owl-dots button.active {
	background: #fe9806;
}


/* 16. Testimonial css */

.single-testimonial-item {
	background: #001c47 url(../img/testimonial-bg.png) no-repeat scroll 0 0/cover;
	position: relative;
	padding: 95px;
	padding-top: 130px;
	padding-bottom: 0;
	text-align: center;
	margin-top: 70px;
	border-radius: 10px
}

.review_quote {
	width: 87px;
	height: 87px;
	background: #fe9806;
	position: absolute;
	left: 50%;
	top: -40px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 25px;
}

.single-testimonial-item p {
	font-size: 22px;
	font-style: italic;
	line-height: 150%;
	color: #ccddf6
}

.single-testimonial-item .client-info {
	margin-top: 50px;
}

.single-testimonial-item .client-img {
	width: 86px;
	height: 86px;
	border-radius: 50%;
	margin: 0 auto;
	background-color: #eee;
	margin-bottom: -43px;
	position: relative;
	bottom: -43px;
}

.testimonial-slider .owl-item {
	padding-bottom: 90px;
}

.client-info h5 {
	color: #fff
}

.testimonial-slider .owl-nav button {
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 50px;
	background: #fe9806 !important;
	font-size: 30px !important;
	color: #fff !important;
	height: 70px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.testimonial-slider .owl-nav button.owl-next {
	right: -25px;
}

.testimonial-slider .owl-nav button.owl-prev {
	left: -25px
}

.testimonial-slider .owl-nav button:hover {
	background: #0d3065 !important
}

.client-info {
	color: #ccddf6
}


/* 17. Blog css */

.blog-area {
	position: relative;
	z-index: 1;
    background: #f5f8fa
}

.blog-bg-1 {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1
}

.blog-bg-2 {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1
}

.blog-text {
	text-align: center;
	background: #fff;
	padding: 20px 30px;
	width: 90%;
	margin: -40px auto 0;
	position: relative;
	border: 2px solid #f5f8fa
}
@media(max-width:999px){
	.blog-text{
		margin:0 auto;
		width:100%;
	}
}
.blog-item {
	margin-top: 30px;
	width:calc((100% - 20px) / 2);
}

.blog-meta a {
	text-transform: uppercase;
	font-size: 14px;
	color: #9b9b9b;
	margin: 0 5px;
}

.blog-text h5 {
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	margin-top: 15px;
	margin-bottom: 0;
	position: relative
}

.blog-text h5:after {
	position: absolute;
	top: -9px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 2px;
	width: 80px;
	background: #fe9806;
	content: "";
}

.blog-area .blog-meta {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.blog-text h5 a:hover {
	color: #fe9806
}

.blog-area .section-action {
	margin-top: 50px
}
@media(max-width:999px){
	.blog-item{
		width:100%;
	}
}

/* 18. Footer css */

footer {
    background: #2a2a2a;
}
.footer-roof{
	min-height: 300px;
	background: url(../img/foot-bg.png) no-repeat center right / cover;
	background-position-x: -49px;
	position: relative;
	margin-top:100px;
}
.footer-roof .container{
	position: relative;
}
.footer-roof .flex {
    gap: 1rem;
    flex-wrap: wrap
}

.footer-roof .left {
    padding: 55px 0 44px
}

.footer-roof .left strong {
    font-size: 46px;
    line-height: 52px;
    font-weight: 600;
    max-width: 420px;
    display: block;
    margin-bottom: 26px;
	color:#242424;
}

.footer-roof .left a {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    min-width: 186px;
    padding: 11px 48px;
    background-color: #242424;
    color: #fe9806;
    width: fit-content;
    text-align: center;
    transition: all 0.3s;
    border: 2px solid transparent
}

.footer-roof .left a:hover {
    color: #000;
    background-color: transparent;
    border: 2px solid #242424
}

.footer-roof-img {
    position: absolute;
    width: 60%;
    top: 35%;
    right: -5px;
    transform: translateY(-50%)
}

.footer-roof-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer-inn {
	padding:100px 0 50px;
	color: #fff;
}
.footer-center{
	padding-top:60px;
}
.footer-center a:hover{
	color:#fe9806;
}
.footer-a{
	font-size:18px;
	line-height: 1;
	color:#fff;
	font-weight:400;
	margin-bottom: 20px;
	display: block;
}
.footer-bottom{
	padding-top:100px;
}
.footer-bottom span{
	font-size:18px;
	line-height: 1;
	color:#fff;
	font-weight:400;
}
.footer-bottom a{
	color:#fff;
}
.footer-top .container{
	position: relative;
}
.footer-top-p1{
	text-align: center;
	font-size:30px;
	color:#fff;
	font-weight:800;
}
.footer-top-con{
	margin-top:50px;
}
.footer-top-con form{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.footer-top-con form input{
	border-radius: 5px;
	background: none;
	color:#fff;
	border:1px solid #ffffff;
}
.footer-top-con form .footer-con-tab p{
	color:#ffffff;
	font-size:16px;
}
.footer-top-con form .footer-con-tab{
	width:calc((100% - 60px) / 3);
}
.footer-top-con-button{
	margin-top:40px;
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	width:100%;
	position: relative;
}
.footer-top-con-button button{
	border-radius: 5px;
	padding:10px 30px;
}
.foot-logo{
	position: absolute;
	bottom:0px;
	left:0;
}
.footer-title {
	color: #fff;
	font-size: 20px;
	margin-bottom: 25px;
	font-weight: 800;
}

.footer-contact li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 5px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.conta{
    color:#fff;
}
.conta:hover{
    color:#fe9806;
}
.footer-contact li:last-child {
	margin-bottom: 0
}

.footer-contact li img {
	margin-right: 30px;
	height: 30px;
	position: relative;
	top: 5px;
	display: none;
}

footer h6 {
	font-size: 18px;
	color: #fff;
	line-height:1.6;
}

footer p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 0;
	line-height:1.6;
}
.foot-ts span{
	padding-bottom:8px;
	border-bottom: 1px solid #464646;
}
.foot-ts span svg{
	margin-left:15px;
}
.footer-post li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 25px;
}

.footer-post li:last-child {
	margin-bottom: 0
}

.footer-post li .img {
	width: 150px;
	margin-right: 15px;
}
@media(max-width: 999px){
	.footer-top-con form .footer-con-tab{
		width:100%;
	}
	.footer p {
		margin-bottom: 0;
	}
}
.sm-post p {
	color: #fff;
}

.sm-post .date {
	color: #949ead;
}

.subscribe {
	width: 100%;
	position: relative;
	border: 1px solid #143568;
	height: 55px
}

.subscribe input {
	background: transparent;
	position: absolute;
	height: 100%;
	width: 100%;
	color: #fff;
	padding-right: 70px;
}

.subscribe input::-webkit-input-placeholder {
	color: #a5b1c4;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.subscribe input::-moz-placeholder {
	color: #a5b1c4;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.subscribe input:-ms-input-placeholder {
	color: #a5b1c4;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.subscribe input::placeholder {
	color: #a5b1c4;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.subscribe input:-ms-input-placeholder {
	color: #a5b1c4;
}

.subscribe input::-ms-input-placeholder {
	color: #a5b1c4;
}

.subscribe button {
	width: 42px;
	height: 42px;
	background-color: #fe9806;
	position: absolute;
	top: 5px;
	right: 5px;
	color: #fff;
}

.footer-widget .logo {
	width: 180px
}

.footer-social {
	margin: 30px 0
}

.footer-social li {
	display: inline-block;
	margin-right: 20px
}

.footer-social li:last-child {
	margin-right: 0
}

.footer-social a {
	font-size: 18px;
	color: #fff
}

.copy-right a {
	color: #fff
}
@media(max-width:999px){
	.footer-roof-img{
		display: none;
	}
	.footer-roof{
		margin-top:30px;
	}
}

/* 19. About Page css */

.about-page-right h3 {
	text-transform: capitalize;
	font-size: 20px;
	margin-top: 35px;
	position: relative;
	line-height: 30px;
	margin-bottom: 10px;
}

.about-page-right-listing>ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.about-page-right-listing>ul li {
	margin-bottom: 10px;
	text-transform: capitalize;
	font-weight: 600;
	color: #001c47
}

.about-page-right-listing li i {
	color: #fe9806;
	margin-right: 5px;
}

.about-page-left {
	position: relative
}

.about-page-left .about-img2{
	position: absolute;
	z-index: 1;
	right: -130px;
	bottom: -400px;
	background: #eee;
	border: 15px solid #fff;
	max-width: 730px;
	box-shadow: 0 0 37px 0 rgba(0,0,0,0.1);
}
.about-page-left .popup-video-block {
	width: 230px;
	height: 280px;
	background: #eee;
	border: 15px solid #fff;
	position: absolute;
	z-index: 1;
	right: -80px;
	top: 50px;
}

/* .about-page-left .popup-video-block:before {
	position: absolute;
	width: 80%;
	height: 80%;
	background: #fff;
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	content: "";
	z-index: -1;
} */

.about-page-left .popup-video-block .video-play-btn .popup-video {
	font-size: 30px;
	line-height: 1;
	color: #fff;
}
@media(max-width:999px){
	.about-page-left .about-img2{
		position: relative;
		top:0;
		right:0;
		bottom:0;
		border: none;
		margin-top:10px;
	}
}

.toll-area {
	background: #001c47 none repeat scroll 0 0;
	position: relative;
	z-index: 1;
}

.toll-area:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url(../img/toll-bg.png) no-repeat scroll 0px -85px;
	z-index: -1;
}

.toll-box {
	width: 77%;
	text-align: center;
	margin: 0 auto;
}

.toll-box h3 {
	color: #fff;
	/* text-transform: capitalize;
	font-size: 46px;
	font-weight: 700 */
}

.toll-box p {
	color: #ccddf6;
	margin-top: 20px;
	font-size: 18px;
	line-height: 30px;
}

.toll-box h3 span {
	display: block;
}

.toll-box .cta-btn {
	margin-top: 20px
}

.toll-box .btn_orange:after {
	background: #fff
}

.toll-box .btn_orange:hover {
	color: #fe9806
}


/* 20. Choose Area css */

.choose-box {
	padding: 30px;
	margin-bottom: 30px;
	border: 1px solid #ebebeb;
	background-image: -webkit-radial-gradient(#ebebeb 1px, transparent 0);
	background-image: radial-gradient(#ebebeb 1px, transparent 0);
	background-size: 15px 15px;
}

.choose-box .card-heading {
	font-size: 22px;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 15px;
	text-transform: capitalize;
}

.choose-left .col-md-6:nth-child(2) {
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
}

.choose-left .col-md-6:nth-child(4) {
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
}

.choose-area {
	position: relative;
	z-index: 1
}

.choose-area>.choose_bg {
	position: absolute;
	right: 0;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	opacity: 0.03;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=3)";
	z-index: -1
}


/* 21. Process Area css */

.proces-box {
	padding: 30px 40px;
}

.proces-box h3 {
	font-size: 30px;
	line-height: 39px;
	color: #001c47;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 15px;
}

.process-icon {
	width: 90px;
	margin: 0 auto 20px;
}

.process-area {
	padding-bottom: 70px;
}


/* 22. Pricing Area css */

.pricing-section {
	position: relative;
	z-index: 1
}

.check_toggle {
	text-align: center
}

.single-price-box {
	padding-top: 38px;
	padding-bottom: 30px;
	text-align: center;
	background-color: #fff;
	-webkit-transition: 0.7s;
	transition: 0.7s;
	margin-top: 30px;
	border: 1px solid #ebebeb;
}

.pricing-section .checkbox {
	display: none;
}

.pricing-section .switch {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	background-color: gray;
	border-radius: 500px;
	cursor: pointer;
	display: inline-block;
	height: 45px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 10px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 165px;
	margin: 0;
	text-align: center
}

.pricing-section .check_toggle [type="checkbox"]:not(:checked)+label:after,
.pricing-section .check_toggle [type="checkbox"]:checked+label:after {
	display: none
}

.pricing-section .check_toggle [type="checkbox"]:not(:checked)+label:before,
.pricing-section .check_toggle [type="checkbox"]:checked+label:before {
	display: none
}

.pricing-section .check_toggle [type="checkbox"]:not(:checked)+label,
.pricing-section .check_toggle [type="checkbox"]:checked+label {
	padding: 0
}

.pricing-section .checkbox:checked~.switch {
	background: #001c47 none repeat scroll 0 0
}

.pricing-section .checkbox:not(:checked)~.switch {
	background: #001c47 none repeat scroll 0 0;
}

.pricing-section .check_toggle {
	margin-top: 30px;
}

.pricing-section .switch__left,
.pricing-section .switch__right {
	color: white;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	position: absolute;
	left: 48px;
	line-height: 45px;
	width: 100%;
	letter-spacing: 1px
}

.pricing-section .switch__left {
	left: 6px
}

.pricing-section .switch__right {
	left: -6px
}

.pricing-section .checkbox:checked~.switch .switch__left {
	visibility: hidden;
}

.pricing-section .checkbox:not(:checked)~.switch .switch__right {
	visibility: hidden;
}

.pricing-section .switch__circle {
	height: 45px;
	padding: 5px;
	position: absolute;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
	width: 45px;
}

.pricing-section .checkbox:checked~.switch .switch__circle {
	right: 0;
	left: calc(100% - 45px);
}

.pricing-section .checkbox:not(:checked)~.switch .switch__circle {
	right: calc(100% - 45px);
	left: 0;
}

.pricing-section .switch__circle-inner {
	background-color: white;
	border-radius: 50%;
	display: block;
	height: 100%;
	width: 100%;
}

.priceHide {
	display: none;
}

.pricing-type {
	color: #1c2045;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.pricing-head .price {
	font-size: 60px;
	line-height: normal;
	color: #001c47;
	font-weight: 500;
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.pricing-head .price .dollar-sign {
	font-size: 36px;
	color: #001c47;
	font-weight: 400;
	position: absolute;
	left: -20px;
	top: 16px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.pricing-head .price .per-time {
	font-size: 18px;
	color: #1c2045;
	font-weight: 500;
	margin-left: -15px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.pricing-body ul {
	margin-top: 15px
}

.pricing-body ul li {
	line-height: 2.4;
	font-size: 15px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.hidden-charge {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #777b92;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.single-price-box.active {
	background: #001c47 none repeat scroll 0 0;
	color: #ccddf6;
	border-color: #001c47
}

.single-price-box.active .btn_orange:after {
	background: #fff none repeat scroll 0 0;
}

.single-price-box.active .btn_orange:hover {
	color: #fe9806;
}

.single-price-box.active .pricing-type {
	color: #fff
}

.single-price-box.active .pricing-head .price,
.single-price-box.active .pricing-head .price .dollar-sign,
.single-price-box.active .pricing-head .price .per-time {
	color: #fff
}

.single-price-box .hidden-charge {
	font-size: 14px
}

.single-price-box.active .hidden-charge {
	color: #fff;
	font-size: 14px;
}


/* 23. Service Details Page css */

.single-career-sidebar {
	margin-bottom: 30px;
}

.single-career-sidebar:last-child {
	margin-bottom: 0;
}

.quick-contact {
	padding: 30px;
	background: #f1f4f9;
}

.quick-contact ul li {
	margin: 5px 0;
}

.quick-contact ul li a {
	display: block;
	text-transform: uppercase;
	color: #001c47;
	font-weight: 600;
	font-size: 14px;
	padding: 20px;
	background: #fff;
	border-left: 4px solid #c4cddc;
	line-height: normal;
	position: relative;
	z-index: 1
}

.quick-contact ul li a:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background: #fe9806;
	z-index: -1;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.quick-contact ul li a:after {
	position: absolute;
	content: "";
	left: -4px;
	width: 4px;
	height: 0;
	background: #001c47;
	bottom: 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.quick-contact ul li a:hover:before {
	width: 100%
}

.quick-contact ul li a:hover:after {
	height: 100%
}

.quick-contact ul li.active a:before {
	width: 100%
}

.quick-contact ul li.active a:after {
	height: 100%
}

.quick-contact ul li.active a {
	color: #fff
}

.quick-contact ul li a i {
	float: right;
	font-size: 18px;
	position: relative;
	top: 0;
}

.quick-contact ul li a:hover {
	color: #fff
}

.single-career-sidebar>h3 {
	font-size: 25px;
	line-height: 40px;
	color: #001c47;
	font-weight: 700;
	margin-bottom: 15px;
}

.attachment-action a {
	display: block;
	text-align: left;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	padding: 18px 30px;
	margin-bottom: 10px;
	border-radius: 10px;
}

.attachment-action a .fa.fa-download {
	float: right;
	margin-top: 6px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.attachment-action a .far {
	font-size: 20px;
	margin-right: 10px;
	position: relative;
	top: 3px;
}

.pdf-brochure {
	background: #fe9806;
	color: #fff
}

.word-brochure {
	background: #001c47;
	color: #fff
}

.service-banner-inner {
	position: relative;
	background: url(../img/service-banner.jpg) no-repeat scroll 0 0/cover;
	padding: 40px;
	z-index: 1
}

.service-banner-inner:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 28, 71, 0.81) none repeat scroll 0 0;
	z-index: -1;
}

.service-banner-inner h3 {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
}

.service-banner-inner p {
	color: #fff
}

.single-service-text h2 {
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 38px
}

.about-service-box h3 {
	font-weight: 700;
	margin-bottom: 10px
}

.single-service-text img {
	margin: 10px 0
}

.single-service-text ul li,
.about-service-right li {
	font-size: 15px;
	margin: 8px 0;
}

.single-service-text ul li i,
.about-service-right li i {
	color: #fe9806;
	margin-right: 10px
}

.about-service-box {
	overflow: hidden;
	margin: 20px 0;
}

.about-service-left {
	width: 48%;
	float: left;
	margin-right: 20px;
}

.about-service-right {
	overflow: hidden;
}

.about-service-right ul {
	width: 48%;
	float: left;
}

.single-service-widget {
	margin-bottom: 30px;
}

.single-service-widget:last-child {
	margin-bottom: 0;
}

.single-service-text h3 {
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 15px;
	font-weight: 700
}

.service-get-form form p {
	margin-top: 15px;
}

.service-get-form form p textarea {
	width: 100%;
	min-height: 130px;
	border: medium none;
	padding: 10px 15px;
	height: 50px;
}


/* 24. Project Page css */

.work-item {
	display: block;
	margin-top: 30px;
	position: relative;
}

.work-item .project-text {
	left: 50%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 90%;
}

.work-item:hover .project-text {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}

.work-item .project-img:after {
	background: #ffffffb3 none repeat scroll 0 0;
	content: "";
	height: 95%;
	left: 50%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 95%;
}

.work-item:hover .project-img:after {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.work-item .project-img:before {
	display: none
}

.project-text h4 {
	color: #001c47;
	font-weight: 700;
	margin: 10px 0;
}

.portfolio-warp .section-action {
	margin-top: 30px
}

.work-item .project-text h4 {
	position: relative;
	padding-top: 10px
}

.work-item .project-text h4:before {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 2px;
	width: 80px;
	background: #fe9806;
	content: "";
}

.work-item .project-text a:hover {
	color: #fe9806
}

.portfolio-filter {
	text-align: right;
}

.portfolio-filter li {
	text-transform: capitalize;
	color: #001c47;
	font-weight: 500;
	padding: 5px 10px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.portfolio-filter li:hover,
.portfolio-filter li.filter.active {
	color: #fe9806;
}


/* 25. Project Details css */

.project-details-slider .owl-nav {
	position: absolute;
	bottom: -20px;
	right: 30px;
}

.project-details-slider .owl-nav button {
	width: 85px;
	height: 85px;
	text-align: center;
	line-height: 50px !important;
	background-color: #ffffff !important;
	font-size: 20px;
	box-shadow: rgb(149, 157, 165, 0.2) 0px 8px 24px;
	cursor: pointer;
	font-size: 26px !important;
	color: #001c47 !important;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.project-details-slider .owl-nav button:hover {
	background-color: #fe9806 !important;
	color: #fff !important
}

.project-details-slider {
	margin-bottom: 50px
}

.project-details-text h2 {
	font-weight: 700;
	font-size: 38px;
	margin-bottom: 15px
}

.project-details-solution {
	margin-top: 30px
}

.project-details-solution h3 {
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 15px
}

.featured-icon-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.featured-icon {
	min-width: 65px;
	height: 65px;
	text-align: center;
	line-height: 65px;
	background: #fe9806;
	color: #fff;
	border-radius: 5px;
	margin-right: 20px;
	font-size: 20px;
}

.featured-title h5 {
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 5px;
}

.featured-icon-box {
	margin-top: 30px
}

.project-widget h3 {
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 15px;
}

.project-widget {
	margin-bottom: 30px
}

.project-widget:last-child {
	margin-bottom: 0px
}

.project-widget ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 28, 71, 0.18)
}

.project-widget ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none
}

.project-widget-icon {
	margin-right: 20px;
	color: #fe9806;
	font-size: 20px;
}

.project-widget-text h4 {
	font-size: 20px;
	margin-bottom: 3px;
}

.project-mission {
	margin-top: 30px
}

.project-mission h3 {
	font-weight: 700;
	margin-bottom: 10px
}

.project-pagination {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid rgba(0, 28, 71, 0.18)
}

.project-pagination a {
	display: inline-block;
	padding: 12px 30px;
	border: 2px solid #001c47;
	font-weight: 500
}

.project-pagination a .fa-angle-double-left {
	margin-right: 5px
}

.project-pagination a .fa-angle-double-right {
	margin-left: 5px
}

.project-pagination a:hover {
	background: #001c47;
	color: #fff
}

.project-sidebar {
	padding-left: 30px
}


/* 26. Faq Page css */

.faqs-top-search-form form {
	border-radius: 30px;
	height: 60px;
	margin: 25px auto 0;
	position: relative;
	width: 50%;
}

.faqs-top-search-form form input {
	border: medium none;
	height: 100%;
	left: 0;
	padding: 5px 70px 5px 25px;
	position: absolute;
	width: 100%;
	border-radius: 30px;
}

.faqs-top-search-form form button {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	height: 100%;
	position: absolute;
	right: 0;
	width: 15%;
	cursor: pointer;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	color: #fe9806;
}

.faq-search .section-title {
	margin-bottom: 15px
}

.faq-accordion .accordion {
	list-style-type: none;
	counter-reset: css-counter 0;
	padding: 30px;
	background-color: #fff;
	border-left: 1px solid #EBEDF2;
	border-bottom: 1px solid #EBEDF2;
}

.faq-accordion .accordion.no-border {
	border: 0;
	padding: 0;
}

.faq-accordion .accordion .accordion-item {
	border: 0;
	border-radius: 0;
	counter-increment: css-counter 1;
	position: relative;
	z-index: 1;
	padding-top: 20px;
}

.faq-accordion .accordion .accordion-item:first-of-type {
	padding-top: 0;
}

.faq-accordion .accordion .accordion-item .accordion-header {
	font-size: inherit;
	line-height: inherit;
	position: relative;
	z-index: 1;
}

.faq-accordion .accordion .accordion-item .accordion-collapse .accordion-body {
	padding-left: 70px;
}

.faq-accordion .accordion .accordion-item .accordion-header .accordion-button {
	padding-left: 70px;
	font-size: 20px;
	font-weight: 600;
	color: #001c47;
	overflow: hidden;
}

.faq-accordion .accordion .accordion-item .accordion-header .accordion-button:before {
	content: counter(css-counter);
	position: absolute;
	width: 50px;
	height: 50px;
	background: #fff;
	border: 1px solid #ebedf2;
	border-radius: 50px;
	color: #fe9806;
	font-weight: 700;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	left: 0;
}

.faq-accordion .accordion .accordion-item:before {
	position: absolute;
	left: 25px;
	top: 0;
	content: "";
	border: 1px dashed #d4d4d5;
	width: 1px;
	height: 100%;
	z-index: -1;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.faq-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
	color: #001c47;
	background-color: transparent;
	box-shadow: none;
}

.faq-accordion .accordion-button:after {
	display: none
}

.faq-accordion .accordion-button:focus {
	z-index: 3;
	border-color: transparent;
	outline: 0;
	box-shadow: none;
}

.faq-content {
	margin-top: 50px
}

.faqs-page-right input {
	background: #fff
}

.faqs-page-right textarea {
	background: #fff;
	height: 120px;
	padding: 15px 20px;
}

.faqs-page-right form {
	margin-top: 30px
}

.faqs-page-right button {
	width: 100%
}


/* 27. Error Page css */

.notfound-area {
	text-align: center;
	background-image: url(../img/error-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 200px;
}

.notfound-box h1 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 170px;
	position: relative;
	letter-spacing: 0px;
	display: inline-block;
	line-height: 145px;
}

.notfound-box h1 span {
	color: #fe9806;
	font-size: 185px;
	margin: 0 20px;
}

.notfound-box h2 {
	font-weight: 700;
	font-size: 36px;
	margin-top: 20px;
	margin-bottom: 15px;
}

.notfound-box .cta-btn {
	margin-top: 20px
}


/* 28. Blog Page css */

.blog-page-left .blog-item {
	margin-top: 0;
	margin-bottom: 30px
}

.blog-page-left .blog-text h5 {
	font-size: 26px;
	font-weight: 700;
	line-height: 34px;
}

aside .widget {
	margin-bottom: 30px;
	padding: 35px 25px 35px 25px;
	border: 2px solid #f5f8fa;
	overflow: hidden;
}

aside .widget:last-child {
	margin-bottom: 0;
}

.widget-title {
	margin-bottom: 25px;
}

.widget-title h4 {
	font-size: 24px;
	margin-bottom: 0;
	line-height: 1;
	font-weight: 700;
	position: relative;
	padding-bottom: 5px
}

.widget-title h4:after {
	position: absolute;
	bottom: -9px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 2px;
	width: 80px;
	background: #fe9806;
	content: "";
}

.slidebar__form {
	position: relative;
}

.slidebar__form input {
	border: none;
	width: 100%;
	padding: 18px 30px;
}

.slidebar__form button {
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	background: #fe9806;
	padding: 15px 23px;
	color: #ffffff;
	font-size: 16px;
	cursor: pointer;
	height: 100%;
}

.widget-insta-post li {
	display: inline-block;
	margin: 5px 3px;
	width: 30%
}

.widget-social a {
	height: 40px;
	width: 40px;
	line-height: 42px;
	border-radius: 5px;
	display: inline-block;
	background: transparent;
	margin: 0 3px;
}

.widget-social .facebook {
	background: #4267B2 none repeat scroll 0 0;
	color: #fff
}

.widget-social .twitter {
	background: #1EA1F3 none repeat scroll 0 0;
	color: #fff
}

.widget-social .linkedin {
	background: #0077B5 none repeat scroll 0 0;
	color: #fff
}

.widget-social .skype {
	background: #00AFF0 none repeat scroll 0 0;
	color: #fff
}
.widget-social .tiktok {
	background: #000 none repeat scroll 0 0;
	color: #fff
}
.widget-social .instagram {
	background: #f09433;
	background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
	color: #fff
}

.cat__list li {
	padding-bottom: 10px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 10px;
}

.cat__list li:last-child {
	border: medium none;
}

.cat__list li a span {
	float: right;
	display: block;
}

.widget__post ul li {
	margin-bottom: 20px;
	overflow: hidden;
}

.widget__post ul li:last-child {
	margin-bottom: 0
}

.widget__post-thumb {
	float: left;
	display: block;
	margin-right: 20px;
	width: 70px;
}

.widget__post-content {
	overflow: hidden;
	display: block;
}

.widget__post-content h6 {
	font-size: 18px;
	margin-bottom: 1px;
	padding-right: 15px;
	font-weight: 600;
}

.widget__post-content span {
	font-size: 14px;
}

.widget__post-content span i {
	margin-right: 8px;
}

.widget__tag ul li {
	display: inline-block;
	margin: 5px 3px;
}

.widget__tag ul li a {
	display: block;
	font-size: 14px;
	background: #f1f4f9;
	border-radius: 30px;
	padding: 9px 20px;
	font-weight: 500
}

.cat__list a {
	font-weight: 500;
}

.widget__tag ul li a:hover {
	background: #fe9806;
	color: #fff;
}

.cat__list a:hover,
.widget__post-content a:hover {
	color: #fe9806
}

.cat__list a i,
.widget__post-content i {
	color: #fe9806;
	margin-right: 4px
}

.blog-page-left .pagination-box-row {
	text-align: left;
}

.blog-page-left .blog-meta {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
@media(max-width:999px){
	.blog-page-left .blog-meta img{
		display: none;
	}
	.text-length p{
		text-align: center;
	}
}

/* 29. Blog Single css */

.blog-detail {
	padding-top: 30px
}

.other_info {
	width: 100%;
	margin: 0;
	padding: 25px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding-top: 5px;
	margin-bottom: 20px;
}

.blog-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.other_info figure {
	width: 50px;
	height: 50px;
	margin: 0 10px 0 0;
	padding: 0;
	border-radius: 50%;
	display: inline-block;
}

.other_info figure img {
	border-radius: 50%;
}

.blog-meta h4 {
	font-size: 18px;
	font-weight: 600;
}

.other_info label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.other_info label {
	-webkit-box-flex: 0;
	-ms-flex: 0 auto;
	flex: 0 auto;
	margin-left: 20px;
	font-weight: 500;
	color: #001c47;
}

.other_info label i {
	margin-right: 7px;
	color: #fe9806;
}

.blog-detail h3 {
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 34px;
}

.blog-detail blockquote {
	margin-top: 34px;
	margin-bottom: 34px;
	border-left: 5px solid #3a547c;
	background-color: #001c47;
	position: relative;
	padding: 30px 35px 38px 35px;
}

.blog-detail blockquote:before {
	position: absolute;
	content: '';
	left: -5px;
	top: 0;
	width: 0;
	height: 0;
	border-left: 0;
	border-right: 20px solid transparent;
	border-top: 20px solid #fff;
}

.blog-detail blockquote .blockquote_desc {
	font-style: italic;
	margin-bottom: 0;
	margin-top: 0;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
}

.blog-detail blockquote .qoute_meta {
	color: #fff;
	font-size: 20px;
	text-transform: capitalize;
	line-height: 26px;
	font-weight: 600;
	position: relative;
	display: inline-block;
	margin-top: 20px;
	border-top: 1px solid #fff;
}

.blog-detail blockquote i {
	color: #fe9806;
	font-size: 60px;
	position: absolute;
	right: 20px;
	bottom: -20px;
}

.blog-cat {
	margin-top: 30px;
}

.blog-cat a {
	display: inline-block;
	font-size: 14px;
	background: #f1f4f9;
	border-radius: 30px;
	padding: 9px 20px;
	font-weight: 600;
}

.blog-cat a:hover {
	background: #fe9806;
	color: #fff;
}

.comment-list {
	margin-top: 50px;
}

.comment-group-title h3,
.leave-comment h3 {
	font-size: 26px;
	margin-bottom: 30px;
	font-weight: 700;
	position: relative;
	display: block;
	text-transform: capitalize;
	padding-bottom: 10px;
}

.comment-group-title h3:after,
.leave-comment h3:after {
	position: absolute;
	bottom: -4px;
	left: 0;
	height: 2px;
	width: 80px;
	background: #fe9806;
	content: "";
}

.single-comment-box {
	margin-bottom: 10px;
	position: relative;
	-webkit-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}

.main-comment {
	font-size: 15px;
	padding: 0 0 0 90px;
	position: relative;
	margin-bottom: 30px;
}

.author-image {
	border-radius: 50%;
	left: 0;
	margin-bottom: 20px;
	position: absolute;
}

.author-image img {
	display: block;
	width: 70px;
	border-radius: 50%;
}

.comment-text {
	padding: 20px;
	background: #f1f4f9;
	border-radius: 30px;
	position: relative;
}

.comment-info h4 {
	display: inline-block;
	text-transform: capitalize;
	font-size: 18px;
	padding-left: 10px;
	font-weight: 600;
}

.comment-info ul {
	display: inline-block;
	margin: 0 10px;
}

.comment-info ul li {
	display: inline-block;
	color: #ffa11a;
}

.comment-info p {
	display: inline-block;
	font-size: 13px;
}

.comment-info:after {
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	display: block;
	border-style: solid;
	top: 25px;
	border-width: 11px 13px 11px 0;
	border-color: transparent #EEF3FA;
	left: -12px;
}

.single-comment-box.comment_reply {
	padding-left: 83px;
}

.comment-text-inner {
	padding: 10px;
}

.leave-comment form {
	padding: 15px 30px 30px 30px;
	background: #f1f4f9 none repeat scroll 0 0;
	border-radius: 30px;
}

.comment-field {
	margin-top: 15px;
}

.leave-comment form label {
	text-align: left;
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #001c47;
	margin-bottom: 10px;
}

.leave-comment form input {
	width: 100%;
	padding: 5px 25px;
	height: 60px;
	border: 0px solid #e3e3e3;
	border-radius: 3px;
	font-size: 16px;
	background: #fff;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.leave-comment form textarea {
	width: 100%;
	padding: 15px 25px;
	height: 140px;
	border: 0px solid #e3e3e3;
	border-radius: 3px;
	font-size: 16px;
	background: #fff;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}


/* 30. Contact Page css */
.findus-area{
	background-image: url(../img/findus-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	min-height:500px;
}
.findus-p1{
	font-size:36px;
	font-weight:600;
	line-height: 1;
	margin-bottom:30px;
	color:#fe9806;
}
.findus-p2{
	width:600px;
	padding:40px 40px;
	background: #353535;
	box-sizing: border-box;
}
.findus-p2 p{
	font-size:28px;
	font-weight:600;
	line-height: 1;
	margin-bottom:30px;
	color:#fe9806;
}
.findus-p2-con{
	
}
.findus-p2-con input{
	width:calc(100% - 160px);
	height:60px;
}
.findus-p2-con a{
	display: block;
	width:160px;
	border-radius: 0!important;
	height:60px;
}
.pro .findus-area{
	margin-top:100px;
}
@media(max-width:999px){
	.findus-p2{
		width:100%;
		padding: 40px 10px;
	}
	.findus-p2-con a{
		width:120px;
	}
	.findus-p2-con input{
		width: calc(100% - 120px);
	}
	.cta-btn {
		padding: 10px 10px!important;
	}
}
.contact-map-wrap iframe {
	height: 450px;
	margin-top: 30px
}
/* .contact-area .col-md-6{
	background: #f1f4f9;
} */
.contact-form {
	padding: 40px;
	background: #f1f4f9;
}

.contact-form input {
	background: #fff;
	height: 65px
}

.contact-form textarea {
	background: #fff;
	height: 200px;
	padding: 15px 20px
}

.contact-form li {
	margin-bottom: 25px
}

.contact-form h2,
.contact-widget-right h2 {
	font-weight: 700;
	margin-bottom: 30px;
	font-size: 32px;
}

.contact-widget-right {
	padding: 40px;
	background: #f1f4f9;
}

.single-contact-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.single-contact-info .icon {
	width: 60px;
	height: 60px;
	float: left;
	line-height: 65px;
	text-align: center;
	background: #fe9806 none repeat scroll 0 0;
	border-radius: 50%;
	margin-right: 20px;
	font-size: 24px;
	color: #fff;
	position: relative;
}

.single-contact-info .icon:after {
	position: absolute;
	content: '';
	left: 50%;
	top: -3px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 30px;
	height: 10px;
	border-radius: 50%;
	background-color: #f1f4f9;
}
.single-contact-info .text{
	width:calc(100% - 80px);
}
.single-contact-info h5 {
	font-size: 20px;
	font-weight: 700;
}

.live-chat {
	padding-top: 30px;
	border-top: 1px solid #d5dae2;
}

.live-chat h2 {
	margin-bottom: 15px
}

.live-chat a {
	color: #fe9806;
	font-weight: 600;
	font-size: 18px;
	text-decoration: underline;
}

.live-chat a i {
	margin-right: 5px
}
.head{
	display: block;
	width:100%;
	border-top: 2px solid #fe9806;
	position: fixed;
	top:0;
	width:100%;
	z-index: 999;
	box-shadow: 0px 1px 5px 1px rgba(6, 6, 6, 0.09);
}

.head-top{
	background: #2a2a2a;
	display: block;
	width:100%;
	color:#fff;
	font-size:18px;
	font-weight:800;
	padding:15px 0;
	transition: 0.3s;
}

.head-left{
	text-transform: uppercase;
	cursor: pointer;
}
.head-left:hover span{
	color:#fe9806;
}
.head-left:hover svg path{
	fill:#fe9806;
}
.head-right{
	text-transform: uppercase;
	cursor: pointer;
	font-size:18px;
	color:#fff;
	font-weight:800;
	display: flex;
	justify-content: flex-end;
}
.head-right a{
	color:#fff;
	font-weight:800;
	padding:0 20px;
	border-right: 1px solid #eee;
}
.head-top a:hover{
	color:#fe9806;
}
.head-top a:hover svg path{
	fill:#fe9806;
}

.head-right a span{
	padding-left:8px;
}
.head-right a.search-toggle{
	padding:0 20px;
	margin:0;
}
.head-right .flex{
	align-items: center;
}
.head-bottom{
	background: #fff;
	display: block;
	width:100%;
	
}
.head-bottom .flex{
	align-items: center;
}
.head-pro a{
	font-size:28px;
	color:#000000;
	padding:40px 0;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 1;
	display: block;
	padding-left: 40px;
	transition: 0.3s;
}
.head-pro a:hover{
	color:#fe9806;
}
.head-hover .head-top{
	padding:5px 0;
	font-size: 15px;
}
.head-hover .search-toggle{
	font-size: 15px;
}
.head-hover .head-right{
	font-size: 15px;
}
.head-hover .head-left svg,.head-hover .head-right svg{
	height:15px;
	width:15px;
}
.head-hover .head-pro a{
	padding: 15px 0 15px 40px;
	font-size: 16px;
}
.head-hover .head-logo img{
	width:140px;
}
.head-hover .head-top{
	/* background-image: url(../img/head-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover; */
}
@media(max-width:999px){
	.head{
		display: none;
	}
}
.fusion-text{
	margin-top:-60px;
	position: relative;
	border-bottom: 5px solid #fe9806;
}
.fusion-text ul{
	margin: 0;
	padding: 5px 0 0;
	background: #3e3f3d;
	background: #fff;
	transform: skew(45deg, 0deg);
	border-top: 2px solid #fe9806;
	border-top: none;
	border-right: 4px solid #fe9806;
	border-right: none;
	display: inline-block;
	border-bottom: 0;
	position: relative;
	box-sizing: border-box;
}
.fusion-text ul:before {
    position: absolute;
    content: "";
    top: -2px;
    right: 0;
    height: calc(100% + 2px);
    width: 2000px;
    background: #3e3f3d;
    background: #fff;
    /* border-top: 2px solid #fe9806; */
    box-sizing: border-box;
}
.fusion-text ul:after {
    position: absolute;
    content: "";
    bottom: 0px;
    right: calc(-2000px + 1px);
    height: 8px;
    width: 2000px;
    /* border-top: 2px solid #fe9806; */
    background: #3e3f3d;
	background: #fff;
    z-index: 9;
}
.fusion-text  ul li:not(.empty) {
    list-style: none;
    display: inline-block;
    transform: skew(-45deg, 0deg);
    visibility: visible;
}
.fusion-text  ul li:last-child{
	padding-right:100px;
}
.fusion-text ul li a {
    font-size: 20px;
    line-height: 1;
    padding: 15px 55px;
    padding: 20px 50px 20px 0;
    color: #2a2a2a;
    font-weight: 400;
    display: block;
    letter-spacing: 1px;
    text-decoration: none !important;
}
.fusion-text ul li a:hover{
	color:#fe9806;
}
.fusion-text ul li.cur a{
	color:#fe9806;
}
.fusion-text:before {
    position: absolute;
    content: "";
    width: 200vw;
    height: 100%;
    left: 0;
    background: none;
}
@media(max-width:999px){
	.fusion-text{
		display: none;
	}
}
.pro-list-page{
	
}
.pro-list-title{
	padding:30px 0;
	font-size:72px;
	line-height: 2;
	font-weight:800;
	color:#000;
}
.pro-list-top{
	width:100%;
}
.pro-list-top-img{
	width:calc(55% - 50px);
}
.pro-list-top-img img{
	display: block;
	width:100%;
}
.pro-list-top-text{
	width:45%;
}
.pro-list-top-text p{
	font-size:20px;
}
.pro-list-line{
	margin:60px 0;
	width:100%;
	border-top:1px solid #d2d2d2;
}

.card-grid{
	gap: 0;
	padding-bottom:150px;
	justify-content: flex-start;
}
.card-tab {
	display: block;
	flex: 0 1 33.3333%;
    border-bottom: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    margin-block-end: 0;
    padding: 30px;
}
.card-tab:nth-child(1){
	border-top: 1px solid #d2d2d2;
}
.card-tab:nth-child(2){
	border-top: 1px solid #d2d2d2;
}
.card-tab:nth-child(3){
	border-top: 1px solid #d2d2d2;
}
.card-tab:nth-child(3n){
	border-right:none;
}

.card-title{
	color:#000;
	font-size:40px;
	margin-top:0;
	font-weight:800;
}
.card-tab:hover .card-title{
	color:#666;
}
.card-img{
	width:100%;
	transition: 0.3s;
}
.card-tab:hover .card-img{
	transform: scale(1.1);
}
.card-title{
	width:100%;
}
.card-more{
	color:#fe9806;
	margin-top:20px;
	font-size:20px;
}
.card-more span{
	transition:0.3s;
}
.card-tab:hover .card-more span{
	padding-right: 10px;
}
#ab1,#ab2,#ab3,#ab4{
	width:100%;
}

@media(max-width:999px){
	.pro-list-title{
		padding: 20px 0;
		font-size: 36px;
	}
	.pro-list-top-img{
		width:100%;
	}
	.pro-list-top-text{
		width:100%;
		margin-top:20px;
	}
	.pro-list-top-text p{
		font-size:15px;
	}
	.pro-list-line{
		margin: 20px 0;
	}
	.card-tab{
		width:100%;
		box-sizing: border-box;
		flex:none;
		border: 1px solid #d2d2d2!important;
		margin-bottom:20px;
	}
	.card-title{
		font-size:22px;
	}
	.card-grid{
		padding-bottom:20px;
	}
}

/*pro page*/
.pd-100{
	padding:100px 0 0;
}
.pro-top{
	width:100%;
	position: relative;
	padding:60px 0;
}
.pro-top-left{
	width:40%;
}
.pro-top-right{
	width:50%;
	padding-top:0px;
}
.mySwiper{
	cursor: pointer;
	margin-top:10px;
	width:390px;
	max-width:100%;
}
.mySwiper .swiper-slide{
	 padding:3px;
	 border:1px solid  #ddd;
	 box-sizing: border-box;
}
.mySwiper .swiper-slide img{
	width:100%;
	display: block;
}
.pro .fusion-text{
	margin-top: 0px;
}
.pro .fusion-text ul:before{
	background-color: #efefef;
}
.pro .fusion-text ul:after{
	background-color: #efefef;
}
.pro-top-right-p1{
	font-size:40px;
	font-weight:600;
	line-height: 1;
	color:#353535;
}
.pro-top-right-p2{
	margin-top: 40px;
	font-size:18px;
	font-weight:400;
	line-height: 2;
	margin-bottom:20px;
}
.pro-top-right-p3{
	position: relative;
	padding-left:20px;
	color:#333;
	margin-bottom:5px;
	font-weight: 400;
	font-size:16px;
}
.pro-top-right-p3:after{
	content:'';
	display: block;
	position: absolute;
	width:4px;
	height:4px;
	background: #fe9806;
	left:0px;
	top:12px;
}
.pro-top-con{
	margin-top:40px;
	justify-content: flex-start;
}
.pro-top-con1 a{
	margin-right:10px;
	line-height: 1;
}
.pro-top-con .widget-title{
	width:100%;
}
.pro-top-con .widget-title h4:after{
	left: 0px;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
.pro-box-1{
}
.pro-box-1-title{
	font-size:40px;
	font-weight:800;
	color:#000;
	width:100%;
}
.pro-box-1-p1{
	font-size:30px;
	font-weight:600;
	color:#333;
	margin-top:40px;
}
.pro-box-1-p2{
	font-size:18px;
	font-weight:400;
	color:#333;
	margin-top:30px;
	line-height: 1.6;
}
.pro-box-1-left{
	width:calc(50% - 60px);
}
.pro-box-1-right{
	width:50%;
}
.pro-box-1-con{
	margin-top:30px;
}
.pro-box-1-p3{
	width:50%;
	font-size:18px;
	font-weight:400;
	color:#333;
	margin-top:20px;
	line-height: 1.6;
}
.pro-box-1-left .cta-btn{
	margin-top:40px;
	line-height: 1;
}
.pro-box-2-con{
	margin-top:30px;
}
.pro-box-2tab{
	width:calc(50% - 15px);
	margin-bottom: 30px;
	background: #f8f5f5;
	padding:20px; 
	box-sizing: border-box;
	transition: 0.3s;
}
.pro-box-2tab:hover{
	background: #fe9806;
}
.pro-box-2-title{
	font-size:26px;
	font-weight:600;
	color:#333;
	margin-bottom:20px;
	line-height: 1.6;
}
.pro-box-2tab:hover .pro-box-2-title{
	color: #fff;
}
.pro-box-2-left{
	width:calc(50% - 10px);
	font-size:16px;
	font-weight:200;
}
.pro-box-2tab:hover .pro-box-2-left{
	color: #fff;
}
.pro-box-2-right{
	width:calc(50% - 10px);
}
.pro-box-2-right img{
	width:100%;
	display: block;
}
.pro-box-3-con{
	width:100%;
	margin-top:40px;
}
.pro-box-3-tab{
	width:calc((100% - 90px) / 4);
	position: relative;
}
.pro-box-3-con img{
	width:100%;
	display: block;
}
.pro-box-3-con p{
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
	background: rgb(0 0 0 / 65%);
	border-top: 1px solid #fe9806;
	font-size: 18px;
	padding:30px 20px;
	box-sizing: border-box;
	color:#fff;
}
.pro-box-4-block{
	width:100%;
	overflow-x: auto;
}
.pro-box-4-con{
	margin-top:40px;
	min-width:1200px;
}
.pro-box-6{
	padding-bottom: 50px;
}
.pro-box-5-con{
	background: #fe9806;
	padding:50px 100px;
	box-sizing: border-box;
	width:100%;
}
.pro-box-5-1{
	width:200px;
}
.pro-box-5-1 img{
	display: block;
	width:100%;
}
.pro-box-5-2{
	width:calc(100% - 700px);
}
.pro-box-5-p1{
	font-size:26px;
	font-weight:600;
	color:#fff;
	margin-bottom:20px;
	line-height: 1.6;
}
.pro-box-5-p2{
	font-size:16px;
	font-weight:400;
	color:#fff;
	margin-bottom:20px;
	line-height: 1.6;
}
.pro-box-5-3{
	width:300px;
}
.pro-box-5-3 a{
	color:#fff;
	font-size:18px;
	padding-bottom:5px;
}
.pro-box-5-3 a:hover{
	border-bottom: 1px solid #fff;
}
/* 
td {
    display: table-cell;
    vertical-align: inherit;
    border:1px solid #ddd!important;
    padding:10px!important;
	height:auto!important;
	width:auto!important;
    box-sizing:border-box;
	background:none!important;
	word-break: normal!important;
}
td p{
	padding:0!important;
	margin:0!important;
}
table {
    border-collapse: collapse!important;
    border-spacing: 2px!important;
    width:100%!important;
	font-size:16px!important;
}
table tr td{
	font-size:16px!important;
	text-align:center!important;
} */

.pro-box-4-con  table{
  width: 100%;
  text-align: center;
}

.pro-box-4-con td,
.pro-box-4-con th {
  padding: 15px;
  vertical-align: middle;
}

.pro-box-4-con .table-header td,
.pro-box-4-con .table-header th {
  vertical-align: top;
}

.pro-box-4-con tr,
.pro-box-4-con tr th,
.pro-box-4-con tr td {
  border-bottom: 1px solid #fe9806;
}

.pro-box-4-con tr:nth-child(1) {
  background: #f6f6f6;
  border: 0;
  color:#000;
  font-weight:600;
}
.pro-box-4-con td:nth-child(1){
	color:#000;
	font-weight:600;
}

.pro-box-4-con tr.table-header:nth-child(2) {
  border-bottom: 1px solid #fe9806;
}

.pro-box-4-con th {
  font-size: 18px;
}

.pro-box-4-con .tech-spec-model-name {
  font-size: 18px;
  padding: 25px 5px;
  min-width: 80px;
}
@media(max-width:999px){
	.pro-top-left{
		width:100%;
	}
	.pro-top-right{
		width:100%;
		margin-top:20px;
	}
	.pro-top-right-p1{
		font-size:32px;
	}
	.pd-100{
		padding:20px 0 0 ;
	}
	.pro-box-1-left{
		width:100%;
	}
	.pro-box-1-right{
		width:100%;
		margin-top:20px;
	}
	.pro-box-2tab{
		width:100%;
	}
	.pro-box-2-left{
		width:100%;
	}
	.pro-box-2-right{
		width:100%;
		margin-top:10px;
	}
	.pro-box-3-tab{
		width:100%;
		margin-bottom:20px;
	}
	.pro-box-5-con{
		padding:50px 20px;
	}
	.pro-box-5-1{
		display: none;
	}
	.pro-box-5-2{
		width:100%;
		margin-top:10px;
	}
	.pro-box-5-3{
		width:100%;
		margin-top:10px;
	}
	.pro .findus-area{
		margin-top:30px;
	}
}
/*news*/
.news_list{
	margin-top:50px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 36px 2.6388888%;
}
.news_item a {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    box-shadow: 0 10px 10px rgba(167, 167, 167, .35);
    position: relative;
}
.news_item a .img {
    width: 100%;
    position: relative;
    padding-bottom: 70.8%;
    overflow: hidden;
}
.news_item a .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}
.news_item.active a img {
    transform: scale(1.03)
}

.news_item.active a::after {
    opacity: 1
}

.news_item a {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    box-shadow: 0 10px 10px rgba(167,167,167,.35);
    position: relative
}

.news_item a::after {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fe9806;
    opacity: 0;
    transition: all 0.3s
}

.news_item a:hover img {
    transform: scale(1.03)
}

.news_item a:hover::after {
    opacity: 1
}

.news_item a .img {
    width: 100%;
    position: relative;
    padding-bottom: 70.8%;
    overflow: hidden
}

.news_item a .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s
}

.news_item a strong {
    flex: 1;
    font-size: 24px;
    font-weight: 500;
    color: #242424;
    line-height: 36px;
    margin-top: 16px;
    margin-bottom: 19px;
    padding: 0 6.7%
}

.news_item a .end {
    display: flex;
    justify-content: space-between;
    padding: 32px 6.7%;
    border-top: 1px solid #e5e6e7;
    align-items: center
}

.news_item a .end p {
    font-size: 17px;
    font-weight: 400;
    color: rgba(36,36,36,.85)
}

.news_item a .end span {
    font-size: 15px;
    font-weight: 500;
    color: #161616;
    display: block;
    min-width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    background-color: #fe9806;
    border: 1px solid transparent;
    transition: all 0.3s
}

.news_item a .end span:hover {
    border: 1px solid #fe9806;
    background-color: transparent;
    color: #fe9806
}

.btn {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
    background-color: #fe9806;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 22px 12px;
    min-width: 186px;
    border: 2px solid #fe9806;
    transition: all 0.3s
}

.btn:hover {
    color: #fe9806;
    background-color: transparent
}

.btn_b {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
    background-color: #fe9806;
    color: #fe9806;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 22px 12px;
    min-width: 186px;
    border: 2px solid #fe9806;
    transition: all 0.3s
}

.btn_b:hover {
    color: #fe9806;
    background-color: transparent
}
.news_item a::after {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fe9806;
    opacity: 0;
    transition: all 0.3s;
}
.news_item a:hover::after {
    opacity: 1;
}
@media(max-width:999px){
	.news_list{
		grid-template-columns: repeat(1, 1fr);
	}
}

/*about why*/
.about_why {
    padding: 100px 0;
	position: relative;
}

.center {
    text-align: center
}

.section-title-h3 {
    margin: 30px 0;
}

.about_why .main {
    margin-top: 61px
}

.about_why .intro-box {
    padding-top: 45px
}

.about_why .intro {
    flex: 1 1 0%;
    max-width: 526px;
    position: relative;
    z-index: 2
}

.about_why .intro::before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: rgb(229,229,229);
    z-index: -1;
    position: absolute;
    left: 6.53846%;
    top: 0
}

.about_why .intro .item {
    padding-left: 21.1%;
    margin-bottom: 63px;
    transition: all 0.3s ease 0s;
    position: relative
}

.about_why .intro .item::before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: #fe9806;
    position: absolute;
    left: 6.53846%;
    top: 50px;
    border-radius: 10px;
    transition: all 0.3s ease 0s;
    opacity: 0
}

.about_why .intro .item.active {
    margin-bottom: 57px;
    padding-top: 15px
}
.about_why .intro .item p{
	display: none;
}
.about_why .intro .item.active p{
	display: block;
}
.about_why .intro .item.active::before {
    opacity: 1
}

.about_why .intro .item:nth-child(1) i::after {
    background-image: url(../img/why1.svg)
}

.about_why .intro .item i {
    display: block;
    width: 9.03846%;
    transform: translateX(23.4043%);
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    overflow: hidden;
    z-index: 2;
    background-color: rgb(36,36,36);
    transition: all 0.3s ease 0s
}

.about_why .intro .item i::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.3s ease 0s
}

.about_why .intro .item.active i {
    width: 13.0769%;
    transform: translateX(0%);
    background-color: #fe9806
}

.about_why .intro .item.active i::after {
    filter: brightness(1);
}

.about_why .intro .item h3 {
    font-weight: 500;
    line-height: 39px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    color: rgb(151,151,151);
    font-size: 24px
}

.about_why .intro .item.active h3 {
    font-size: 34px;
    font-weight: 600;
    color: var(--title_color)
}

.about_why .intro .item p {
    color: rgba(61,61,61,.85);
    font-size: 18px;
    line-height: 28px;
    display: none;
    padding-top: 21px
}


.about_why .intro .item:nth-child(2) i::after {
    background-image: url(../img/why2.svg)
}

.about_why .intro .item:last-child {
    margin-bottom: 0
}

.about_why .intro .item:last-child::before {
    top: 0
}

.about_why .intro .item:nth-child(3) i::after {
    background-image: url(../img/why3.svg)
}

.about_why .imgs {
    width: 54.1667%;
    position: relative
}

.about_why .imgs .syeditorlist {
    padding-bottom: 66.1%
}

.about_why .imgs .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 16px;
    transition: all 0.3s ease 0s;
    opacity: 0;
    pointer-events: none
}

.about_why .imgs .img.active {
    opacity: 1;
    pointer-events: all;
    z-index: 2
}

.about_why .imgs .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top;
    transition: all 0.5s ease 0s
}

.about_why .imgs .img:hover img {
    transform: scale(1.03)
}

@media screen and (max-width: 786px) {
    .about_why {
        padding:3rem 0
    }

    .about_why .head .subtitle {
        margin-bottom: .5rem
    }

    .about_why .flex {
        flex-direction: column-reverse;
        gap: 2rem
    }

    .about_why .intro-box {
        padding: 0
    }

    .about_why .intro .item.active {
        padding-top: 8px;
        margin-bottom: 1rem
    }

    .about_why .intro .item {
        margin-bottom: 1.4rem
    }

    .about_why .intro .item::before {
        top: 8px
    }

    .about_why .intro .item.active h3 {
        font-size: 20px;
        line-height: 1.5
    }

    .about_why .intro .item h3 {
        font-size: 18px;
        line-height: 1.5
    }

    .about_why .intro .item p {
        font-size: 14px;
        line-height: 1.7;
        padding-top: .5rem
    }

    .about_why .imgs {
        width: 100%
    }

    .about_why .imgs .img {
        border-radius: 8px
    }
}

/*global*/