@charset "utf-8";
/*common*/
.disFlex {
	flex-wrap: wrap;
	display: -webkit-box;/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;/* Firefox 17- */
	display: -webkit-flex;/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;/* Firefox 18+ */
	display: -ms-flexbox;/* IE 10 */
	display: flex;
}
.jusBet{justify-content: space-between;}
.jusCet{justify-content: center;}
.jusEnd{justify-content: flex-end;}
.aliTop{align-items: flex-start;}
.aliCet{align-items: center;}
.aliBtm{align-items: flex-end;}

.img{font-size: 0px;overflow: hidden;}
img{transition: 0.5s;}

.f_left{float: left;}
.f_right{float: right;}
.clearfix:before,
.clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;overflow: hidden;}
.clearfix {*zoom: 1;}

.header-logo img{width: auto;max-height: 65px;}

a.meanmenu-reveal {display: none}

.mean-container .mean-bar {
	background: #0a1229;
	float: left;
	min-height: 60px;
	padding: 4px 0 0;
	position: relative;
	width: 100%;
	z-index: 999;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 18px;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	float: right;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #0c1923
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none
}

.mean-container .mean-nav ul li {
	background: #f8f8f8;
	float: left;
	position: relative;
	width: 100%;
	border-top: 1px solid #ddd;
}

.mean-container .mean-nav ul li a {
	background: #f8f8f8;
	color: #232323;
	display: block;
	float: left;
	font-size: 14px;
	margin: 0;
	padding: 1em 5%;
	text-align: left;
	text-decoration: none;
	text-transform: capitalize;
	width: 90%;
}

.mobile-menu-area {
	background: #262626;
}

.mean-container .mean-nav ul li li a {
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	color: #232323;
	font-size: 14px;
	font-weight: 500;
	opacity: 0.75;
	padding: 1em 10%;
	text-shadow: none !important;
	text-transform: capitalize;
	visibility: visible;
	width: 80%;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: 0;
	margin-bottom: 0
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%
}

.mean-container .mean-nav ul li a:hover {
	background: #f8f8f8 none repeat scroll 0 0;
}

.mean-container .mean-nav ul li a.mean-expand {
	height: 15px;
	margin-top: 1px;
	padding: 12px !important;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	border: 0 !important;
	background: #F8F8F8;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: #f8f8f8;
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.mean-remove {
	display: none !important
}

.mean-container .mean-bar::after {
	color: #ffffff;
	content: "MENU";
	font-size: 21px;
	left: 5%;
	position: absolute;
	top: 12px;
}


/* -------------------------------
39. Mobile menu
----------------------------------*/

.mean-container .mean-bar::after {
	display: none;
}

.mean-container .mean-nav ul li a:hover {
	border-radius: 0;
}

.mean-container a.meanmenu-reveal span {
	background: #fff;
}

.mobile-menu-area {
	background: #fff none repeat scroll 0 0;
}

.mean-container .mean-nav ul li a.mean-expand {
	background: none;
	top: -4px;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: none;
}

.mean-container .mean-nav ul li {
	background: #444;
}

.mean-container a.meanmenu-reveal {
	color: #fff;
}

.meanmenu-reveal.meanclose:hover {
	color: #fff !important;
}

.mean-container a.meanmenu-reveal:hover span {
	background: #fff;
}

.mean-container .mean-bar::before {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	left: 10px;
	position: absolute;
	top: 18px;
}
.mobile-menu{position: relative;}
.mLogo {
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	max-width: 50%;
	height: 64px;
	display: flex;
	align-items: center;
	z-index: 9999;
}

.mLogo img {
	width: auto;
	height: auto;
	max-height: 50px;
	max-width: 100%;
}

.topbar-area {
	background-color: #0a1229;
	padding: 0 30px;
	position: relative;
	z-index: 1;
	line-height: 40px;
	height: 40px;
	color: #fff;
	font-size: 14px;
}

.topbar-area a {
	color: #fff;
	padding: 0 20px 0 0;
}

.topbar-area a i {
	padding: 0 8px 0 0;
	font-size: 15px;
}

.topbar-discription p {
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
	display: inline-block;
	margin: 12px 0 8px;
}

.topbar-discription a {
	font-size: 14px;
	font-weight: 400;
	color: #f26522;
	display: inline-block;
}

.topbar-social-icon {
	text-align: right;
	margin-right: -26px;
}

.topbar-social-icon ul {
	list-style: none;
}

.topbar-social-icon ul li {
	display: inline-block;
	margin-right: 20px;
}

.topbar-social-icon ul li a i {
	color: #ffff;
	font-size: 14px;
}

.topbar-btn {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(-68px, 14px);
}

.topbar-btn a {
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
}


/*==================================================
 <-- Euildint Header Menu  Area Css-->
===================================================*/

.header-area {
	position: relative;
	z-index: 1;
}

.header-area::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: -1;
	left: 0;
	right: 0;
	margin: auto;
}

.header-munu {
	text-align: right;
	    padding: 0px 55px;
}

.header-munu ul {
	list-style: none;
	display: inline-block;
}

.header-munu ul li {
	display: inline-block;
	margin-left: 10px;
}

.header-munu ul li a {
	display: inline-block;
	text-decoration: none;
	font-size: 18px;
	color: #000;
	font-weight: 700;
	padding: 20px 0 0 0;
	position: relative;
	transition: .5s;
	text-transform: uppercase;
	letter-spacing: normal;
}

.header-social ul li {
	margin: 0;
	line-height: 30px;
}

.header-social ul li:hover {
	background: #f26522;
}

.header-social ul li:hover a i::before {
	color: #fff;
}

.header-social ul li a {
	padding: 20px;
}

.header-munu ul li a:hover {
	color: #f26522;
	text-decoration: none;
}

.xlnr {
	margin: 0 0 0 270px;
	width: 870px;
}

.menudList{display:flex; flex-wrap:wrap;}
.menudList .list{width:25%;}
.menudList .list a{width:100%;}
.menudList .list .inner a{display:block; margin-bottom:10px; width:100%; padding:0; font-size:14px; font-weight:normal;}


.xlnr h2 {
	font-size: 36px;
	font-weight: 600;
	line-height: 1.15em;
	padding: 15px 0;
	margin: 20px 0 0 0;
	width: 440px;
	border-bottom: 1px solid #274194;
}

.xlnr p {
	line-height: 2em;
	padding: 10px 0;
	font-size: 14px;
	color: #000;
	padding: 0;
	margin: 0;
}

.xlnr a {
	display: block;
	float: left;
	width: 25%;
	padding: 0;
	color: #000;
	font-size: 16px!important;
}

.xlnr a:hiver {
	border: none;
}

.header-munu ul li a::before {
	position: absolute;
	content: "";
	width: 0;
	left: 0;
	right: 0;
	top: 58px;
	margin: auto;
	transition: .5s;
}

.header-munu ul li a:hover::before {
	width: 100%;
}

.header-munu ul li a i {
	font-size: 16px;
}

.header-social {
	display: inline-block;
	margin-left: 37px;
}

.header-social li {
	position: relative;
}

.header-social ul li a::before {
	display: none;
}

.header-social ul li a i {
	font-size: 18px;
}

.header-social ul li.line::before {
	display: none;
}

.header-social ul li a.acitve i {
	color: #f26522;
}



.sticky-nav {
	left: 0;
	margin: auto;
	top: 0;
	right: 0;
	position: fixed !important;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
	-webkit-animation: 300ms running fadeInDown;
	animation: 500ms running fadeInUp;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	transition: 0.5s !important;
	background: #ffff!important;
	z-index: 9999 !important;
	animation-name: slideInDown;
}



.header-munu ul .sub-menu {
	background: #fff;
	position: absolute;
	top: 125%;
	width: 100%;
	text-align: left;
	margin: 0;
	-webkit-box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
	transition: .5s;
	visibility: hidden;
	opacity: 0;
	z-index: 11;
	left: 0;
	height: auto;
	min-height: 280px;
	padding-bottom:20px;
	background-size: cover !important;
}

.header-munu ul .sub-menu ul li {
	display: inline-block;
	margin-left: 0;
	width: 100%;
}

.header-munu ul .sub-menu ul li a {
	padding: 12px 20px;
	text-align: left;
	width: 100%;
	display: inline-block;
	visibility: inherit !important;
	color: #202020;
	margin: 0;
}

.header-munu ul .sub-menu ul li a:hover {
	margin-left: 7px !important;
	color: #f26522;
}

.header-munu ul .sub-menu ul li a::before {
	top: 0;
	left: -14px;
}

.header-munu ul li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	top: 99%;
}


.slider-area {
	background: url(../image/slider-bg.jpg);
	height: 950px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.slider-sub-title h4 {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 30px;
}

.slider-main-title h1 {
	font-size: 100px;
	color: #FFF;
	font-weight: 700;
}

.slider-discripton p {
	color: #fff;
	font-size: 16px;
	line-height: 29px;
	font-weight: 400;
	margin: 22px 0 36px;
}

.slider-thumb {
	margin-top: 172px;
}


.eulding-btn a {
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	background: #f26522;
	padding: 14px 28px;
	border-radius: 3px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: .5s;
}

.eulding-btn a:hover {
	color: #f26522;
}

.eulding-btn a::before {
	position: absolute;
	content: "";
	transition-duration: 800ms;
	position: absolute;
	width: 200%;
	height: 200%;
	background: #fff;
	content: "";
	top: 110%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: -1;
}

.eulding-btn a:hover::before {
	top: -40%;
}

.eulding-btn a i {
	margin-left: 4px;
	font-size: 17px;
}


/* about btn */

.eulding-btn.about {
	display: inline-block;
}

.eulding-btn.about a::before {
	background: #18191D;
}


/* service btn */

.eulding-btn.service {
	text-align: center;
}

.eulding-btn.service a {
	font-size: 16px;
	border-radius: 30px;
}

.eulding-btn.service a::before {
	background: #18191D;
}


/* blog standard btn */

.eulding-btn.standard a::before {
	background: #18191D;
}


/*==================================================
 <-- Euildint Feature Area Css-->
===================================================*/

.feature-area {
	padding: 0 0 123px;
}

.feature-items {
	margin-top: -183px;
}

.feature-single-box {
	display: inline-block;
	text-align: center;
	background: #18191D;
	padding: 42px 23px 20px;
	position: relative;
	z-index: 1;
	transition: .5s;
	margin: -2px;
}

.feature-single-box:hover {
	padding: 41px 23px 42px;
}

.feature-single-box::before {
	position: absolute;
	content: "";
	background: #FF6600;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
	-ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
	transform: perspective(400px) rotateX(90deg) scaleY(0.5);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .5s;
	transition-property: all;
	z-index: -1;
}

.feature-single-box:hover::before {
	-webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
	-ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
	transform: perspective(400px) rotateX(0deg) scaleY(1.0);
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .7s;
	transition-property: all;
}

.feature-icon-thumb img {
	transition: .5s;
}

.feature-single-box:hover .feature-icon-thumb img {
	filter: brightness(0)invert(1);
}

.feature-title {
	transition: .5s;
}

.feature-single-box:hover .feature-title {
	margin: 0 0 20px;
}

.feature-title h4 a {
	font-size: 22px;
	color: #fff;
	line-height: 24px;
	font-weight: 600;
	text-decoration: none;
}

.feature-icon i {
	height: 40px;
	width: 40px;
	background: #fff;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	color: #000;
	font-size: 16px;
	opacity: 0;
	transition: .5s;
}

.feature-single-box:hover .feature-icon i {
	opacity: 1;
}


/* single box two */

.feature-single-box.active {
	background: #FF6600;
	padding: 41px 23px 42px;
}

.feature-single-box.active:hover:before {
	display: none;
}

.feature-icon-thumb.two img {
	filter: brightness(0)invert(1);
}

.feature-title.two {
	margin: 0 0 20px;
}

.feature-icon.two i {
	opacity: 1;
}


/*==================================================
 <-- Euildint Section Title Css-->
===================================================*/

.section-shape {
	margin-right: 15px;
	display: inline-block;
}

.section-sub-title {
	display: inline-block;
}

.section-sub-title h4 {
	font-size: 22px;
	color: #f26522;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 26px;
	margin-bottom: 16px;
}

.section-main-title {
	margin-bottom: 62px;
}

.section-main-title h2 {
	font-size: 45px;
	font-weight: 500;
	line-height: 44px;
}


/* about section title */

.section-main-title.about {
	margin: 0;
}


/* contact section title */

.section-main-title.contact {
	margin: 0;
}

.section-main-title.contact h2 {
	color: #ffff;
}


/* pricing section title */

.section-main-title.pricing {
	margin: 31px 0 77px;
}

.section-main-title.pricing h2 {
	line-height: 0;
}


/* blog section title */

.section-main-title.blog {
	margin-bottom: 53px;
}


/* faq section title */

.section-sub-title.faq h4 {
	font-size: 20px;
	font-weight: 400;
	text-transform: capitalize;
}

.section-main-title.faq {
	margin-bottom: 33px;
}


/* work process section title */

.section-main-title.work {
	margin-bottom: 96px;
}


/*==================================================
 <-- Euildint About Area Css-->
===================================================*/

.about-area {
	padding: 0 0 194px;
}

.about-thumb {
	position: relative;
}

.about-shape {
	position: absolute;
	bottom: -26px;
	right: 0;
}

.about-discribtion p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin: 38px 0 0px;
}


/* process bar css */

.about-area .process-ber-plugin {
	margin-bottom: 44px;
}

.about-area span.process-bar {
	font-size: 16px;
	color: #747474;
	font-weight: 400;
	position: relative;
}

.about-area .barfiller {
	width: 469px;
	height: 5px;
	position: relative;
	margin-bottom: 25px;
	margin-top: 11px;
	border-radius: 7px;
	background-color: #DCE6FF;
}

.about-area .barfiller .tipWrap {
	display: none;
}

.about-area .barfiller .tip {
	font-size: 16px;
	color: #f26522;
	font-weight: 500;
	top: -37px;
	padding: 1px 6px;
	left: 0px;
	position: absolute;
}

.about-area .barfiller .fill {
	display: block;
	position: relative;
	width: 0px;
	height: 100%;
	z-index: 1;
}

.stat-bar:nth-of-type(1) .stat-bar-rating {
	animation-delay: 0.25s;
	-webkit-animation-delay: 0.25s;
}

.about-area span.fill {
	background: #f26522!important;
	border-radius: 7px;
}


/* about single box css */

.about-single-box {
	display: inline-block;
	margin-bottom: 23px;
}

.about-icon {
	float: left;
	margin-right: 15px;
	margin-top: 6px;
}

.about-text h4 {
	font-size: 24px;
	font-weight: 500;
	color: #18191D;
	margin-bottom: 11px;
}


/*==================================================
 <-- Euildint Contact Area Css-->
===================================================*/

.contact-area {
	background: url(../image/contact-bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.contact-discription p {
	color: var(--neutral-30, #EDEDED);
	font-size: 16px;
	font-weight: 400;
	width: 77%;
	margin: 33px 0 39px;
}

.contact-thumb {
	margin-top: -100px;
	position: relative;
}

.contact-shape {
	position: absolute;
	bottom: 50%;
	left: -50px;
}


/*==================================================
 <-- Euildint Service Area Css-->
===================================================*/

.service-area {
	padding: 111px 0 114px;
}

.service-single-box {
	background: #FFF;
	box-shadow: 0px 0px 45px 5px rgba(0, 0, 0, 0.10);
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.service-single-box::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 0;
	background: url(../image/service-hover.png);
	right: 0;
	top: 0;
	z-index: -1;
	transition: .5s;
}

.service-single-box:hover::before {
	width: 100%;
	left: 0;
}

.service-thumb {
	position: relative;
	transition: .5s;
}

.service-single-box:hover .service-thumb {
	opacity: 0;
}

.service-content {
	position: absolute;
	left: 40px;
	bottom: 100px;
	opacity: 0;
	transition: .5s;
}

.service-single-box:hover .service-content {
	opacity: 1;
}

.service-text h4 a {
	font-size: 24px;
	color: #FFF;
	font-weight: 500;
	line-height: 34px;
	margin: 18px 0 10px;
	transition: .5s;
}

.service-text h4 a:hover {
	color: #f26522;
}

.service-text p {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 24px;
}

.service-text a {
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	display: inline-block;
	text-decoration: none;
	transition: .5s;
}

.service-text a:hover {
	color: #f26522;
}

.service-text a i {
	color: #f26522;
	margin-left: 5px;
	font-size: 17px;
}

.service-title {
	position: absolute;
	right: -62%;
	transform: rotate(-90deg);
	top: 0;
	bottom: 0;
	transition: .5s;
}

.service-single-box:hover .service-title {
	opacity: 0;
}

.service-title h4 {
	font-size: 24px;
	color: #f26522;
	font-weight: 500;
}


/*==================================================
 <-- Euildint Pricing Area Css-->
===================================================*/

.pricing-area {
	padding: 112px 0 110px;
	background: url(../image/pricing-bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.pricing-single-box {
	background: #FFF;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.10);
	padding: 50px 70px 0;
	position: relative;
	z-index: 1;
}

.pricing-single-box::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 70px;
	background: #18191D;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.pricing-single-box::after {
	position: absolute;
	content: "";
	height: 70px;
	background: #FF6600;
	width: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
	transition: .5s;
}

.pricing-single-box:hover::after {
	width: 100%;
}

.pricing-title h3 {
	color: #18191D;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 18px;
}

.pricing-rate {
	margin-bottom: 33px;
}

.pricing-rate h3 {
	color: #18191D;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
	font-size: 48px;
	font-weight: 500;
	transition: .5s;
}

.pricing-single-box:hover .pricing-rate h3 {
	color: #FF6600;
}

.pricing-rate h3 span {
	color: #747474;
	font-size: 20px;
	font-weight: 400;
}

.pricing-list {
	margin-bottom: 57px;
}

.pricing-list span {
	display: block;
	color: #747474;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 15px;
}

.pricing-list span i {
	height: 15px;
	width: 15px;
	line-height: 15px;
	background: #747474;
	display: inline-block;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-right: 7px;
}

.pricing-list span.active i {
	background: #FF6600;
}

.pircing-btn a {
	display: inline-block;
	color: #FFF;
	font-size: 22px;
	font-weight: 700;
	text-decoration: none;
	padding: 22px 58px 22px;
}


/*==================================================
 <-- Euildint Faq Area Css-->
===================================================*/

.faq-area {
	padding: 0 0 94px;
}


/* accrodion css */

.accordion {
	margin-top: 16px;
}

.accordion li {
	list-style: none;
	position: relative;
	z-index: 1;
	margin-bottom: 27px;
	border-radius: 3px;
}

.accordion li a {
	display: block;
	cursor: pointer;
	background: #F2F3F7;
	color: #18191D;
	font-weight: 500;
	font-size: 18px;
	padding: 19px 35px 19px;
	text-decoration: none;
	margin-bottom: 11px;
}

.accordion a.active {
	background: #F2F3F7;
	color: #18191D;
}

.accordion li a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: #18191D;
	text-decoration: none;
}

.accordion li p {
	display: none;
	font-size: 16px;
	border: 1px solid #E2E1E6;
	line-height: 26px;
	color: #434141;
	padding: 20px 38px 24px;
	margin: 0;
	width: 100%;
}

.accordion li p span {
	margin-bottom: 13px;
	color: #f26522;
	font-size: 16px;
	font-weight: 500;
}

.accordion a:before {
	width: 2px;
	height: 16px;
	background: #666666;
	position: absolute;
	right: 37px;
	content: " ";
	top: 21px;
	transform: rotate(0deg);
	transition: all 0.2s ease-in-out;
}

.accordion a:after {
	width: 16px;
	height: 2px;
	background: #666666;
	position: absolute;
	right: 30px;
	content: " ";
	top: 28px;
	transition: all 0.2s ease-in-out;
}

.accordion a.active:after {
	transform: rotate(0deg);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background: #666666;
}

.accordion a.active:before {
	display: none;
}


/*==================================================
 <-- Euildint Brand Area Css-->
===================================================*/

.brand-area {
	background: #FF6600;
	padding: 75px 0 75px;
}


/*==================================================
 <-- Euildint Project Area Css-->
===================================================*/

.project-area {
	padding: 110px 0 134px;
}

.project-single-box {
	margin-bottom: 112px;
}

.project-single-box.three {
	margin-top: -45px;
}

.project-thumb {
	position: relative;
}

.project-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 464px;
	height: 121px;
	border-radius: 3px;
	background: #FFF;
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.10);
	padding: 0 37px 0;
	position: absolute;
	bottom: -60px;
}

.project-text h4 a {
	color: #1B1A1A;
	font-size: 24px;
	font-weight: 600;
	display: inline-block;
	text-decoration: none;
	margin-bottom: 5px;
	transition: .5s;
}

.project-content:hover .project-text h4 a {
	color: #FD5523;
}

.project-text span {
	color: #FD5523;
	font-size: 16px;
	font-weight: 400;
}

.project-icon a i {
	background: #1B1A1A;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50px;
	color: #fff;
	font-size: 20px;
	position: relative;
	z-index: 1;
}

.project-icon a i::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #FD5523;
	border-radius: 100%;
	margin: auto;
	z-index: -1;
	transition: .5s;
}

.project-icon a i:hover::after {
	width: 100%;
}


/*==================================================
 <-- Euildint Tetimonial Area Css-->
===================================================*/

.testimonial-area {
	padding: 113px 0 92px;
	background: url(../image/testi-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.testi-single-box {
	border-radius: 3px;
	background: #FFF;
	position: relative;
	padding: 15px 27px 17px;
	margin-bottom: 30px;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.10);
}

.testi-single-box::before {
	position: absolute;
	content: "";
	height: 1px;
	width: 0%;
	background: #BC081E;
	left: 0;
	top: 0;
	transition: .5s;
}

.testi-single-box:hover::before {
	width: 100%;
}

.testi-single-box::after {
	position: absolute;
	content: "";
	height: 1px;
	width: 0;
	background: #BC081E;
	right: 0;
	bottom: 0;
	transition: .5s;
}

.testi-single-box:hover::after {
	width: 100%;
}

.testi-items-box {
	position: relative;
}

.testi-items-box::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 0%;
	background: #BC081E;
	left: -27px;
	bottom: -32px;
	transition: .5s;
}

.testi-single-box:hover .testi-items-box::before {
	height: 136%;
	right: 0;
}

.testi-single-box.two:hover .testi-items-box::before {
	height: 137%;
	right: 0;
}

.testi-items-box::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 0;
	background: #BC081E;
	right: -27px;
	top: -25px;
	transition: .5s;
}

.testi-single-box:hover .testi-items-box::after {
	height: 136%;
}

.testi-thumb {
	float: left;
	margin-right: 14px;
	margin-top: -5px;
}

.testi-title {
	margin-bottom: 27px;
}

.testi-title h4 {
	color: #18191D;
	font-size: 22px;
	font-weight: 500;
	transition: .5s;
}

.testi-title span {
	color: #747474;
	font-family: Plus Jakarta Sans;
	font-size: 16px;
	font-weight: 500;
	transition: .5s;
}

.testi-discription p {
	color: #747474;
	font-family: Rubik;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}

.testi-icon-thumb {
	position: absolute;
	top: 4px;
	right: 0px;
}


/* owl carousel css */

.owl-nav {
	display: inline-flex;
	margin-top: 25px;
}

.owl-prev i {
	width: 50px;
	height: 50px;
	background: #18191D;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	border-radius: 50%;
	margin-right: 18px;
	position: relative;
	z-index: 1;
}

.owl-prev i::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #FD5523;
	border-radius: 100%;
	margin: auto;
	z-index: -1;
	transition: .5s;
}

.owl-prev i:hover::after {
	width: 100%;
}

.owl-next i {
	width: 50px;
	height: 50px;
	background: #18191D;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	border-radius: 50%;
	position: relative;
	z-index: 1;
}

.owl-next i::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #FD5523;
	border-radius: 100%;
	margin: auto;
	z-index: -1;
	transition: .5s;
}

.owl-next i:hover::after {
	width: 100%;
}


/*==================================================
 <-- Euildint Blog Area Css-->
===================================================*/

.blog-area {
	padding: 110px 0 123px;
}

.blog-single-box {
	background: #FFF;
	box-shadow: 0px 4px 30px 0px #E3E3E2;
	padding: 26px 30px 48px;
}

.blog-title h4 a {
	color: #010212;
	font-family: Rubik;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 38px;
	margin-bottom: 30px;
	display: inline-block;
	text-decoration: none;
	transition: .5s;
}

.blog-single-box:hover .blog-title h4 a {
	color: #FF6600;
}

.blog-meta {
	margin-bottom: 20px;
}

.blog-meta span {
	color: #747474;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	margin-right: 15px;
}

.blog-meta span i {
	margin-right: 10px;
	font-size: 17px;
	color: #FF6600;
}

.blog-discription p {
	color: #747474;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	border-bottom: 1px solid #DDD;
	padding: 0px 0 30px;
	margin-bottom: 30px;
}

.blog-bottom-shape {
	display: inline-block;
	margin-right: 10px;
}

.blog-bottom-title {
	display: inline-block;
	margin-right: 130px;
}

.blog-bottom-title h4 {
	color: #010212;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
}

.blog-btn {
	display: inline-block;
}

.blog-btn a {
	color: #010212;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	text-decoration: none;
	transition: .5s;
}

.blog-single-box:hover .blog-btn a {
	color: #FF6600;
}

.blog-btn a i {
	color: #000000;
}


/*==================================================
 <-- Euildint Footer Area Css-->
===================================================*/

.footer-area {
	background: url(../image/footer-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 109px 0 0px;
	position: relative;
}

.footer-area::before {
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	background: rgba(255, 255, 255, 0.15);
	bottom: 70px;
}

.footer-wiget-text p {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin: 29px 0 38px;
}

.footer-wiget-social ul {
	list-style: none;
}

.footer-wiget-social ul li {
	display: inline-block;
	margin-right: 6px;
}

.footer-wiget-social ul li a i {
	color: #FF6600;
	font-size: 20px;
	background: #FFF;
	transition: .5s;
	height: 42px;
	width: 42px;
	line-height: 42px;
	text-align: center;
	border-radius: 2px;
	position: relative;
	z-index: 1;
	transition: .5s;
}

.footer-wiget-social ul li a:hover i {
	color: #fff;
}

.footer-wiget-social ul li a i::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #FD5523;
	border-radius: 2px;
	margin: auto;
	z-index: -1;
	transition: .5s;
}

.footer-wiget-social ul li a i:hover::after {
	width: 100%;
}

.footer-wiget-title h4 {
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	line-height: 34px;
	font-weight: 600;
	padding: 0 0 18px;
	transition: .5s;
}

.footer-wiget-menu ul {
	list-style: none;
}

.footer-wiget-menu ul li {
	list-style: none;
	margin-top: 6px;
}

.footer-wiget-menu ul li a {
	display: inline-block;
	text-decoration: none;
	transition: .5s;
	color: #FFF;
	font-size: 17px;
	font-weight: 400;
	line-height: 36px;
	transition: .5s;
	margin: 0;
}

.footer-wiget-menu ul li a:hover {
	color: #FF6600;
	margin-left: 10px;
}

.footer-recent-thumb {
	margin-bottom: 12px;
	margin-top: 15px;
	overflow: hidden;
}

.footer-recent-thumb img {
	transition: .5s;
	width: 100%;
}

.footer-recent-thumb img:hover {
	transform: scale(1.1);
}

.copyright-text p {
	opacity: 0.800;
	font-size: 18px;
	line-height: 27px;
	color: #e2e2e2;
	font-weight: 400;
}

.copyright-text p a {
	color: #e63a27;
	font-size: 16px;
	font-weight: 400;
	transition: .5s;
}

.footer-condition {
	text-align: right;
}

.footer-condition ul {
	list-style: none;
}

.footer-condition ul li {
	display: inline-block;
}

.footer-condition ul li a {
	display: inline-block;
	margin-right: 50px;
	font-size: 18px;
	line-height: 34px;
	color: #ffffff;
	font-weight: 400;
	transition: .5s;
	text-decoration: none;
	transition: .5s;
}

.footer-condition ul li a:hover {
	color: #e63a27;
}


.topbar-area.style-two {
	background: var(--black, #18191D);
	padding: 10px 0;
}

.topbar-area.style-two::before {
	display: none;
}

.topbar-adress ul {
	list-style: none;
}

.topbar-adress ul li {
	display: inline-block;
	margin-right: 28px;
}

.topbar-adress ul li a {
	color: var(--white, #FFF);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	display: inline-block;
	text-decoration: none;
	position: relative;
}

.topbar-adress ul li a::before {
	position: absolute;
	content: "/";
	left: -18px;
	color: #fff;
}

.topbar-adress ul li.line a::before {
	display: none;
}

.topbar-menu {
	text-align: right;
}

.topbar-menu ul li {
	display: inline-block;
	margin-left: 33px;
}

.topbar-menu ul li a {
	color: var(--white, #FFF);
	font-size: 12px;
	font-weight: 400;
	display: inline-block;
	text-decoration: none;
	position: relative;
}

.topbar-menu ul li a::before {
	position: absolute;
	content: "/";
	left: -20px;
	color: #fff;
}

.topbar-menu ul li.line a::before {
	display: none;
}


/*==================================================
 <-- Euildint Header Style two  Area Css-->
===================================================*/

.header-area.style-two {
	margin-bottom: 0px;
	background: #f26522;
	z-index: 99;
}

.header-area.style-two::before {
	display: none;
}

.header-munu.style-two ul li {
	margin-left: 55px;
}

.header-munu.style-two ul li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	padding: 35px 0;
}

.header-munu.style-two ul li a:before {
	background: #fff;
}

.header-munu.style-two ul li a i {
	font-size: 18px;
	margin-left: 0;
}

.header-social.style-two {
	margin-left: 4px;
}

.header-social ul li.upper::before {
	display: none;
}

.header-social ul li.upper a i {
	color: #fff;
	font-size: 24px;
}

.header-call-section {
	display: inline-flex;
	margin-left: 34px;
	align-items: center;
}

.header-call-section {
	display: inline-flex;
	margin-left: 38px;
	align-items: center;
}

.header-call-icon i {
	font-size: 30px;
	color: #fff;
	margin-right: 13px;
}

.header-call-title a {
	display: block;
	color: var(--white, #FFF);
	font-size: 12px;
	font-weight: 400;
	line-height: 21px;
	text-align: left;
	text-decoration: none;
}

.header-call-title span {
	color: #FFF;
	font-size: 12px;
	font-weight: 600;
	line-height: 21px;
}


/* header style two sticky nav */

.sticky-menu {
	left: 0;
	margin: auto;
	top: 0;
	right: 0;
	width: 100%;
	position: fixed !important;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
	-webkit-animation: 300ms running fadeInDown;
	animation: 500ms running fadeInUp;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	transition: 0.5s !important;
	background: #f26522!important;
	z-index: 9999 !important;
	animation-name: slideInDown;
	padding: 0 30px;
}


/*==================================================
 <-- Euildint Slider Style two  Area Css-->
===================================================*/


/* Banner Slider */

.banner-section {
	position: relative;
}

.banner-carousel .slide-item {
	position: relative;
	overflow: hidden;
	min-height: 850px;
}

.banner-carousel .slide-item .image-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 6000ms linear;
	-moz-transition: all 6000ms linear;
	-ms-transition: all 6000ms linear;
	-o-transition: all 6000ms linear;
	transition: all 6000ms linear;
}

.banner-carousel .active .slide-item .image-layer {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

.slider-content.style-two {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30%;
}

.slider-social-menu {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -36%;
}

.slider-social-menu ul li {
	list-style: none;
	display: block;
	margin: 15px 0 0px;
}

.slider-social-menu ul li a i {
	width: 35px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #fff;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	color: #ffff;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: .5s;
}

.slider-social-menu ul li a:hover i {
	border: 1px solid #f26522;
}

.slider-social-menu ul li a i::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #f26522;
	margin: auto;
	transform: scale(0);
	z-index: -1;
	transition: .5s;
	border-radius: 50%;
}

.slider-social-menu ul li a i:hover::after {
	transform: scale(1.1);
}


/*==================================================
 <-- Euildint Feature Style two  Area Css-->
===================================================*/

.feature-area.style-two {
	padding: 0px 0 122px;
}

.feature-items-box {
	padding: 63px 50px 70px;
	position: relative;
	z-index: 1;
}

.feature-items-box::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 0;
	background: #F5F7FA;
	right: 0;
	top: 0;
	z-index: -1;
	transition: .5s;
}

.feature-items-box:hover::before {
	width: 100%;
	left: 0;
}

.feature-items-box.two {
	background: #F5F7FA;
}

.feature-icon-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.feature-numbar h5 {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: rgba(255, 102, 0, 0.3);
	text-align: center;
	border-radius: 50%;
	color: #f26522;
	font-size: 16px;
	font-weight: 400;
	transition: .5s;
}

.feature-items-box:hover .feature-numbar h5 {
	background: #fff;
}

.feature-text h4 a {
	color: #18191D;
	font-size: 24px;
	font-weight: 500;
	display: inline-block;
	text-decoration: none;
	margin: 27px 0 30px;
}

.feature-text a {
	color: #8D8D8D;
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	text-decoration: none;
	transition: .5s;
}

.feature-items-box:hover .feature-text a {
	color: #f26522;
}

.feature-text a i {
	color: #f26522;
	margin-left: 3px;
}


/*==================================================
 <-- Euildint About Style two  Area Css-->
===================================================*/

.about-area.style-two {
	padding: 0 0 112px;
}


/* about counter */

.about-counter {
	position: absolute;
	bottom: 0;
	width: 280px;
	height: 250px;
	background: #f26522;
	padding: 60px 41px 0;
}

.about-numbar h4 {
	color: #FFF;
	font-size: 55px;
	font-weight: 700;
	line-height: 45px;
	display: inline-block;
}

.about-numbar span {
	color: #FFF;
	font-size: 55px;
	font-weight: 700;
}

.about-counter-text h5 {
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
}

.about-bottom {
	display: flex;
}

.about-signiture {
	margin-left: 39px;
	margin-top: -7px;
}


/*==================================================
 <-- Euildint History  Area Css-->
===================================================*/

.heistory-area {
	position: relative;
	margin-bottom: -328px;
}

.row.history-bg {
	background: #FFF;
	box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.10);
	padding: 78px 40px 80px;
}

.history-single-box {
	background: #FFF;
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.10);
	padding: 37px 39px 51px;
}

.history-content h4 a {
	color: #18191D;
	font-size: 24px;
	font-weight: 500;
	line-height: 28px;
	display: inline-block;
	text-decoration: none;
}

.history-content p {
	color: #747474;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin: 27px 0 37px;
}

.history-content a {
	color: #8D8D8D;
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	text-decoration: none;
	transition: .5s;
}

.history-single-box:hover .history-content a {
	color: #f26522;
}


/* history items box css */

.history-items-thumb {
	position: relative;
	overflow: hidden;
}

.history-items-thumb img {
	transition: .5s;
}

.history-items-box:hover .history-items-thumb img {
	transform: scale(1.1);
}

.history-items-content {
	position: absolute;
	bottom: 0;
	display: flex;
	align-items: center;
	background: #000;
	padding: 11px 32px 21px;
}

.history-text h4 a {
	color: #FFF;
	font-size: 24px;
	font-weight: 500;
	line-height: 34px;
	text-decoration: none;
	transition: .5s;
}

.history-items-box:hover .history-text h4 a {
	color: #f26522;
}

.history-icon a i {
	color: #fff;
	font-size: 22px;
}


/* counter css */

.counter-area {
	background: url(../image/counter-bg.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 65px 51px 65px;
}

.counter-numbar h4 {
	color: #FFF;
	font-size: 55px;
	font-weight: 500;
	display: inline-block;
}

.counter-numbar span {
	color: #FFF;
	font-size: 55px;
	font-weight: 500;
}

.counter-content h5 {
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
}


/*==================================================
 <-- Euildint Call Do  Area Css-->
===================================================*/

.call-do-action-area {
	padding: 120px 0 120px;
	background: url(../image/call-do-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 1003px;
	background-position: center center;
}

.single-video {
	position: relative;
	top: 38%;
	transform: translateY(100%);
}

.video-icon a {
	height: 120px;
	width: 120px;
	background: #f26522;
	text-align: center;
	display: inline-block;
	border: 10px solid #fff;
	line-height: 110px;
	border-radius: 100%;
	-webkit-animation: ripple-white 1s linear infinite;
	animation: ripple-blue 1s linear infinite;
	-webkit-transition: .5s;
}

.video-icon a i {
	color: #ffffff;
	font-size: 76px;
}

.call-do-title {
	margin: 40px 0 0;
}

.call-do-title h2 {
	color: #FFF;
	text-align: center;
	font-size: 45px;
	font-weight: 600;
	line-height: 55px;
}


/*==================================================
 <-- Euildint Service Style Two  Area Css-->
===================================================*/

.service-items-box {
	background: #FFF;
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.10);
	padding: 29px 0px 40px 30px;
	display: table-caption;
}

.service-items-content h4 a {
	color: #18191D;
	font-size: 26px;
	font-weight: 500;
	line-height: 34px;
	text-decoration: none;
	transition: .5s;
}

.service-items-box:hover .service-items-content h4 a {
	color: #f26522;
}

.service-items-content p {
	color: #747474;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin: 12px 0 34px;
}

.service-items-thumb {
	position: relative;
	left: 40px;
}

.service-items-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #18191D;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 50%;
	left: -36px;
	transition: .5s;
}

.service-items-box:hover .service-items-icon {
	background: #f26522;
}

.service-items-icon img {
	transition: .5s;
}

.service-items-box:hover .service-items-icon img {
	filter: brightness(0)invert(1);
}


/*==================================================
 <-- Euildint Team  Area Css-->
===================================================*/

.team-area {
	padding: 110px 0 300px;
}

.team-thumb {
	position: relative;
}

.team-thumb img {
	width: 100%;
}

.team-icon {
	position: absolute;
	right: 20px;
	transition: .5s;
	bottom: -50px;
	opacity: 0;
}

.team-items-box:hover .team-icon {
	bottom: 30px;
	opacity: 1;
}

.team-icon ul {
	list-style: none;
	background: #f26522;
	padding: 3px 12px 11px;
}

.team-icon ul li {
	margin-top: 10px;
	text-align: center;
	line-height: 32px;
	color: #e63a27;
}

.team-icon ul li a i {
	font: 17px;
	color: #fff;
}

.team-main-icon {
	position: absolute;
	bottom: -40px;
	right: 20px;
	z-index: 999;
}

.team-main-icon a {
	height: 40px;
	width: 40px;
	background: #18191D;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 30px;
	position: relative;
	z-index: 1;
}

.team-main-icon a::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f26522;
	transform: scale(0);
	z-index: -1;
	transition: .5s;
}

.team-items-box:hover .team-main-icon a::before {
	transform: scale(1);
}

.team-main-icon a i {
	transition: .5s;
}

.team-items-box:hover .team-main-icon a i {
	color: #fff;
}

.team-content {
	border-radius: 0px 0px 3px 3px;
	background: #FFF;
	box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.10);
	position: absolute;
	width: 100%;
	padding: 19px 20px 27px;
}

.team-content h4 a {
	text-decoration: none;
	color: #18191D;
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	transition: .5s;
}

.team-items-box:hover .team-content h4 a {
	color: #f26522;
}

.team-content span {
	color: #747474;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}


/*==================================================
 <-- Euildint Blog  Area Style Two Css-->
===================================================*/

.blog-single-box.style-two {
	background: inherit;
	padding: 0;
}

.blog-thumb {
	overflow: hidden;
}

.blog-thumb img {
	transition: .5s;
}

.blog-single-box.style-two:hover .blog-thumb img {
	transform: scale(1.1);
}

.blog-content.style-two {
	padding: 0px 31px 24px;
}

.blog-meta.style-two {
	display: flex;
	align-items: center;
	border-radius: 3px;
	background: #FFF;
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.10);
	width: 359px;
	height: 53px;
	position: relative;
	left: 0;
	right: 0;
	margin: auto;
	top: -30px;
}

.blog-meta-date {
	width: 60px;
	height: 53px;
	border-radius: 3px 0px 0px 3px;
	background: #18191D;
	line-height: 0px;
	margin-right: 26px;
	position: relative;
	z-index: 1;
}

.blog-meta-date::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #FD5523;
	border-radius: 3px 0px 0px 3px;
	margin: auto;
	z-index: -1;
	transition: .5s;
}

.blog-single-box.style-two:hover .blog-meta-date::before {
	width: 100%;
}

.blog-meta-date h5 {
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 8px;
}

.blog-meta-date span {
	color: #FFF;
	font-size: 16px;
	text-align: center;
	margin-left: 16px;
}

.blog-meta-info span i {
	color: #000;
	transition: .5s;
}

.blog-single-box.style-two:hover .blog-meta-info span i {
	color: #f26522;
}

.blog-title.style-two {
	margin-top: -8px;
}

.blog-title.style-two h4 a {
	font-size: 22px;
	border-bottom: 1px solid rgba(208, 208, 208, 0.50);
	padding: 0px 0 17px;
	margin-bottom: 20px;
}

.blog-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.blog-btn.style-two a {
	font-size: 18px;
}

.blog-icon a i {
	font-size: 17px;
	transition: .5s;
}

.blog-single-box.style-two:hover .blog-icon a i {
	color: #f26522;
}

.topbar-area.style-three {
	padding: 10px 0;
}

.topbar-area.style-three::before {
	display: none;
}


.header-area.style-two.three {
	background: none;
	position: relative;
	z-index: 999;
	margin: -1px;
}



section.banner-section.style-three {
	margin-top: -98px;
}

.slider-content.style-two.three {
	left: 130px;
	top: 54%;
}


.about-area.style-three {
	padding: 120px 0 194px;
}

.about-list {
	margin-bottom: 38px;
}

.about-list ul li {
	list-style: none;
	display: block;
	margin-bottom: 8px;
	color: #18191D;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	transition: .5s;
}

.about-list ul li:hover {
	color: #f26522;
}

.about-list ul li i {
	font-size: 20px;
	margin-right: 9px;
	color: #f26522;
}

.service-items-box-two {
	background: #FFF;
	box-shadow: 0px 4px 60px 0px rgba(139, 139, 139, 0.15);
	padding: 22px 16px 20px;
	display: inline-block;
	position: relative;
	z-index: 1;
}

.service-items-box-two::before {
	position: absolute;
	content: "";
	height: 3px;
	width: 0;
	background: #f26522;
	left: 0;
	top: 0;
	right: 0;
	margin: auto;
	z-index: -1;
	transition: .5s;
}

.service-items-box-two:hover::before {
	width: 100%;
}

.service-icon-thumb {
	float: left;
	margin-right: 20px;
	margin-top: 6px;
	background: var(--black, #18191D);
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 5px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.service-icon-thumb::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #f26522;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 5px;
	transform: scale(0);
	z-index: -1;
	transition: .5s;
}

.service-items-box-two:hover .service-icon-thumb::before {
	transform: scale(1.1);
}

.service-icon-thumb img {
	transition: .5s;
}

.service-items-box-two:hover .service-icon-thumb img {
	filter: brightness(0)invert(1);
}

.service-items-title h4 a {
	color: var(--black, #18191D);
	font-size: 22px;
	font-weight: 500;
	line-height: 30px;
	text-decoration: none;
}

.service-items-content-two p {
	color: var(--secondery, #666);
	font-size: 16px;
	font-weight: 400;
	line-height: 29px;
	margin: 26px 0 22px;
}

.service-items-thumb-two {
	position: relative;
}

.service-items-icon-two {
	position: absolute;
	top: -20px;
	right: 16px;
}

.service-items-icon-two i {
	height: 40px;
	width: 40px;
	background: #f26522;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 20px;
	border-radius: 50%;
	transform: rotate(45deg);
	position: relative;
	z-index: 1;
	transition: .5s;
}

.service-items-box-two:hover .service-items-icon-two i {
	transform: rotate(0);
}

.service-items-icon-two i::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: var(--black, #18191D);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	transform: scale(0);
	z-index: -1;
	transition: .5s;
}

.service-items-box-two:hover .service-items-icon-two i::after {
	transform: scale(1.1);
}

.service-disctription {
	text-align: right;
}

.service-disctription span {
	color: #18191D;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
}

.service-disctription span a {
	color: #f26522;
	font-size: 18px;
	font-weight: 400;
	text-decoration-line: underline;
}


/*==================================================
 <-- Euildint Faq Style Two  Area Css-->
===================================================*/

.faq-area.style-two {
	background: url(../image/faq-bg.jpg);
	background-repeat: no-repeat;
}

.faq-content {
	background: #FFF;
	box-shadow: 0px 4px 60px 0px rgba(188, 188, 188, 0.25);
	padding: 58px 58px 38px;
}

.faq-discripition {
	margin-bottom: 52px;
}

.accordion li.faq {
	margin-bottom: 0;
}

.accordion li p.faq {
	margin: 0px 0 10px;
}


/* video icon */

.single-video.style-two {
	top: 0;
	transform: translateY(0);
}

.video-icon.style-two a {
	width: 136px;
	height: 136px;
	line-height: 136px;
}

.video-icon.style-two a {
	width: 136px;
	height: 136px;
	line-height: 145px;
	border: 1px solid #fff;
}


/* faq single box */

.faq-single-box {
	background: url(../image/faq-thumb.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 73px 70px 60px;
	position: relative;
	top: 186px;
	left: -24px;
}

.faq-item-content {
	text-align: left;
}

.faq-icon-thumb {
	background: #f26522;
	display: inline-block;
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 80px;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}

.faq-icon-thumb::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #18191D;
	margin: auto;
	z-index: -1;
	border-radius: 10px;
	transition: .5s;
}

.faq-single-box:hover .faq-icon-thumb::before {
	width: 100%;
}

.faq-title h4 {
	color: var(--white, #FFF);
	font-family: Rubik;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: 36px;
	text-transform: uppercase;
	margin: 21px 0 15px;
	transition: .5s;
}

.faq-single-box:hover .faq-title h4 {
	color: #f26522;
}

.faq-title span {
	color: var(--white, #FFF);
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	display: block;
	margin-bottom: 15px;
}

.faq-title span i {
	width: 20px;
	height: 20px;
	line-height: 21px;
	display: inline-block;
	background: #f26522;
	text-align: center;
	border-radius: 50%;
	font-size: 10px;
	margin-right: 10px;
}


/*==================================================
 <-- Euildint Work Process Area Css-->
===================================================*/

.work-process-area {
	padding: 18px 0 115px;
}

.work-process-single-box {
	text-align: center;
	padding: 0px 57px 0;
	position: relative;
}

.work-process-single-box::before {
	position: absolute;
	content: "";
	background: url(../image/work-shape.png);
	height: 100%;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	top: -60px;
	left: 52%;
}

.work-process-single-box.work::before {
	display: none;
}

.work-process-thumb {
	position: relative;
}

.work-process-shape {
	position: absolute;
	top: -33px;
}

.work-process-number {
	position: absolute;
	top: -40px;
	right: 0;
}

.work-process-number h4 {
	background: #18191D;
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	height: 80px;
	width: 80px;
	line-height: 80px;
	border-radius: 50%;
	position: relative;
	z-index: 1;
}

.work-process-number h4::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	background: #f26522;
	transform: scale(0);
	z-index: -1;
	border-radius: 50%;
	transition: .5s;
}

.work-process-single-box:hover .work-process-number h4::before {
	transform: scale(1.1);
}

.work-process-thumb img {
	transition: .5s;
}

.work-process-single-box:hover .work-process-thumb img {
	transform: scale(1.1);
}

.work-process-content {
	margin-top: 76px;
}

.work-process-content h4 a {
	padding: 35px 0 20px;
	color: var(--black, #18191D);
	font-size: 26px;
	font-weight: 600;
	line-height: 36px;
	text-decoration: none;
	transition: .5s;
}

.work-process-single-box:hover .work-process-content h4 a {
	color: #f26522;
}

.work-process-content p {
	color: var(--secondery, #666);
	font-size: 16px;
	font-weight: 400;
	line-height: 29px;
	margin: 17px 0 0;
}

.call-do-action-area.style-two {
	background: url(../image/call-do-2.jpg);
	height: 450px;
	background-repeat: no-repeat;
	background-position: center center;
}

.single-video.style-three.text-center {
	transform: translateY(0);
	top: 20px;
}

.call-do-title.style-two h2 {
	text-align: left;
}



.testimonial-area.style-two {
	background: #fff;
	padding: 113px 0 120px;
}

.testi-itmes-box {
	border: 1px solid #ECECEC;
	position: relative;
	padding: 0 17px 52px;
	position: relative;
}

.testi-itmes-box::before {
	position: absolute;
	content: "";
	width: 17px;
	height: 25px;
	top: -25px;
	right: 27px;
	background: #808187;
	clip-path: polygon(100% 100%, 100% 100%, 0% 100%, 0% 2%);
}

.testi-itmes-icon {
	position: absolute;
	right: 43px;
	top: -24px;
	width: 76px;
	height: 76px;
	background: #18191D;
	line-height: 86px;
	text-align: center;
}

.testi-itmes-icon i {
	font-size: 26px;
	color: #fff;
}

.testi-items-discription {
	margin: 95px 0 40px;
}

.testi-items-content {
	background: #F6F6F6;
	width: 408px;
	height: 90px;
	padding: 4px 14px 0;
	border-radius: 3px 0px 3px 3px;
	margin-bottom: 28px;
	position: relative;
}

.testi-items-content::before {
	position: absolute;
	content: "";
	width: 11px;
	height: 15px;
	top: -15px;
	right: 0;
	background: #CDCDCD;
	clip-path: polygon(100% 99%, 100% 95%, 0% 100%, 0% 0%);
}

.testi-items-thumb {
	float: left;
	margin-top: 8px;
	margin-right: 20px;
}

.testi-items-thumb img {
	border-radius: 100%;
}

.testi-items-title h4 {
	color: #18191D;
	font-size: 24px;
	font-weight: 500;
	line-height: 34px;
}

.testi-rating i {
	color: #f26522;
	font-size: 18px;
	margin-right: 5px;
}


.breatcome-area {
	background: url(../image/breatcome-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 154px 0;
}

.breatcome-content {
	position: relative;
	top: 52px;
}

.breatcome-title h1 {
	color: #FFF;
	font-size: 55px;
	font-weight: 600;
	margin-bottom: 17px;
}

.bratcome-text {
	position: absolute;
	right: 0;
	bottom: -119px;
	background: #FFF;
	padding: 15px 19px;
}

.bratcome-text ul {
	list-style: none;
}

.bratcome-text ul li {
	display: inline-block;
	margin-right: 15px;
	color: #f26522;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
}

.bratcome-text ul li a {
	display: inline-block;
	color: #f26522;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	text-decoration: none;
	position: relative;
	transition: .5s;
}

.bratcome-text ul li a::before {
	position: absolute;
	content: "/";
	left: 56px;
}


.about-area.inner-page {
	padding: 120px 0 194px;
}


.team-area.inner-page {
	padding: 111px 0 235px;
}


.testimonial-area.style-two.inner-page {
	padding: 18px 0 121px;
}

.service-details-area {
	padding: 120px 0 100px;
}

.service-details-content h4 {
	margin: 28px 0 20px;
}

.service-details-content h4 a {
	color: #18191D;
	font-size: 30px;
	font-weight: 500;
	line-height: 45px;
	text-decoration: none;
	transition: .5s;
}

.service-details-content h4 a:hover {
	color: #f26522;
}


/* widget search box */

.widget_search.box {
	padding: 29px 22px 30px;
	border-radius: 4px;
	margin-bottom: 30px;
	background: #F5F5F5;
}

.widget_search form {
	position: relative;
}

.widget_search input {
	border-radius: 4px;
	padding-left: 20px;
	height: 60px;
	width: 100%;
	position: relative;
	color: #606060;
	font-weight: 400;
	border: 1px solid #f26522;
}

.widget_search input::placeholder {
	color: #f26522;
	font-size: 16px;
	font-weight: 500;
}

button.icons {
	border: 0;
	font-size: 18px;
	color: #fff;
	padding: 1px 15px;
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
	width: 60px;
	background: #f26522;
	border-radius: 0 3px 3px 0;
}


/* widget catagories box */

.widget-categories-box {
	padding: 29px 30px 40px;
	margin-bottom: 30px;
	background: #F8F8F8;
}

.widget-catagories-title h4 {
	color: #18191D;
	font-family: Rubik;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 45px;
	position: relative;
}

.widget-catagories-title h4::before {
	position: absolute;
	content: "";
	height: 2px;
	width: 58px;
	background: #f26522;
	left: 0;
	bottom: -10px;
}

.widget-categories-menu ul li {
	list-style: none;
	padding: 15px;
	position: relative;
	margin-bottom: 17px;
	background: #fff;
	position: relative;
	z-index: 1;
	transition: .5s;
}

.widget-categories-menu ul li::after {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0%;
	height: 100%;
	left: 0;
	right: 0;
	margin: auto;
	transition: all 0.5s linear 0s;
	background-color: #f26522;
	content: "";
	z-index: -1;
}

.widget-categories-menu ul li:hover::after {
	width: 100%;
}

.widget-categories-menu ul li a {
	display: block;
	overflow: hidden;
	text-decoration: none;
	color: #18191D;
	font-size: 17px;
	transition: .5s;
	font-weight: 500;
}

.widget-categories-menu ul li:hover a {
	color: #fff;
}

.widget-categories-menu ul li a span {
	float: right;
}


/* widget tag */

.widget-tags a {
	display: inline-block;
	text-decoration: none;
	padding: 7px 13px;
	background: #fff;
	border-radius: 3px;
	color: #102039;
	font-size: 15px;
	font-style: normal;
	margin: 11px 5px;
	font-weight: 400;
	position: relative;
	transition: .5s;
	z-index: 1;
}

.widget-tags a:hover {
	color: #fff;
}

.widget-tags a:before {
	position: absolute;
	content: "";
	left: -2px;
	top: 0px;
	height: 102%;
	width: 0%;
	right: 0;
	margin: auto;
	background: #f26522;
	z-index: -1;
	border-radius: 3px;
	transition: .5s;
}

.widget-tags a:hover:before {
	width: 104%;
}

.blog-standard-area {
	padding: 120px 0 120px;
}


.blog-quote-box {
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.10);
	padding: 42px 40px 37px;
}

.blog-quote-conent i {
	font-size: 30px;
	color: #f26522;
}

.blog-quote-conent p {
	color: #747474;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin: 10px 0 15px;
}

.blog-quote-conent h4 {
	color: #f26522;
	font-size: 24px;
	font-weight: 500;
	position: relative;
	margin-left: 50px;
}

.blog-quote-conent h4::before {
	position: absolute;
	content: "";
	height: 3px;
	width: 40px;
	background: #f26522;
	top: 14px;
	left: -50px;
}

.blog-standard-thumb {
	position: relative;
}

.blog-single-video {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	transform: translateY(-50%);
}

.blog-video-icon a {
	height: 90px;
	width: 90px;
	background: #fff;
	color: #f26522;
	text-align: center;
	font-size: 50px;
	display: inline-block;
	line-height: 94px;
	border-radius: 100%;
	-webkit-animation: ripple-white 1s linear infinite;
	animation: ripple-blue 1s linear infinite;
	-webkit-transition: .5s;
}

.blog-standard-meta {
	margin: 30px 0 24px;
}

.blog-standard-meta span {
	color: #747474;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	margin-right: 30px;
	position: relative;
	transition: .5s;
}

.blog-standard-meta span:hover {
	color: #f26522;
}

.blog-standard-meta span::before {
	position: absolute;
	content: "/";
	right: -20px;
}

.blog-standard-meta span.meta::before {
	display: none;
}

.blog-standard-content h4 a {
	color: #18191D;
	font-size: 35px;
	font-weight: 500;
	display: inline-block;
	text-decoration: none;
	transition: .5s;
}

.blog-standard-content h4 a:hover {
	color: #f26522;
}

.blog-standard-content p {
	color: #747474;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin: 20px 0 30px;
}

.blog-standard-area .owl-prev {
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}

.blog-standard-area .owl-next {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}

.blog-standard-area .owl-prev i {
	background: inherit;
	font-size: 70px;
}

.blog-standard-area .owl-prev i::after {
	display: none;
}

.blog-standard-area .owl-next i {
	background: inherit;
	font-size: 70px;
}

.blog-standard-area .owl-next i::after {
	display: none;
}

.as-pagination {
	margin-top: 18px;
}

.as-pagination ul {
	list-style: none;
}

.as-pagination ul li {
	display: inline-block;
}

.as-pagination ul li a {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	border: 1px solid #C8C8C8;
	;
	height: 41px;
	width: 41px;
	line-height: 41px;
	text-align: center;
	border-radius: 50%;
	margin-left: 5px;
	transition: .5s;
	text-decoration: none;
	position: relative;
	transition: .5s;
}

.as-pagination ul li a:hover {
	color: #ffffff;
}

.as-pagination ul li a::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f26522;
	transform: scale(0);
	border-radius: 50%;
	z-index: -1;
	transition: .5s;
}

.as-pagination ul li a:hover::before {
	transform: scale(1);
}

.recent-widget-thumb {
	float: left;
	margin-right: 22px;
}

.recent-widget-thumb img {
	border-radius: 50%;
}

.recent-widget-meta span {
	color: #747474;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin-right: 30px;
}

.recent-widget-meta span i {
	margin-right: 5px;
	color: #f26522;
}

.recent-widget-title h4 a {
	color: #18191D;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	text-decoration: none;
	transition: .5s;
}

.recent-widget-title h4 a:hover {
	color: #f26522;
}


.blog-details-area {
	padding: 122px 0 120px;
}

.blog-details-thumb img {
	width: 100%;
}

.blog-detaile-title h4 {
	margin: 35px 0 33px;
}

.blog-detaile-title h4 a {
	color: #18191D;
	font-size: 35px;
	font-weight: 500;
	text-decoration: none;
}

.blog-details-meta {
	margin-bottom: 26px;
}

.blog-details-meta span {
	color: #747474;
	font-size: 16px;
	font-weight: 400;
	margin-right: 20px;
}

.blog-details-meta span i {
	color: #f26522;
	margin-right: 5px;
}

.blog-details-discription p {
	color: #747474;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}

.blog-details-list ul li {
	list-style: none;
	margin-bottom: 23px;
	color: #18191D;
	font-size: 18px;
	font-style: normal;
	line-height: 26px;
	font-weight: 600;
	transition: .5s;
}

.blog-details-list ul li:hover {
	color: #f26522;
}

.blog-details-list ul li.active {
	color: #f26522;
}

.blog-details-list ul li i {
	font-size: 22px;
	padding-right: 8px;
}

.row.line {
	border-top: 1px solid rgba(227, 227, 227, 1);
	border-bottom: 1px solid rgba(227, 227, 227, 1);
	padding: 36px 0 37px;
}

.blog-details-tag h6 {
	color: #18191D;
	font-size: 24px;
	font-weight: 500;
	display: inline-block;
	margin-right: 36px;
}

.blog-details-tag a {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: #F8F8F8;
	border-radius: 3px;
	color: #102039;
	font-size: 15px;
	font-style: normal;
	margin-right: 15px;
	font-weight: 500;
	position: relative;
	transition: .5s;
	z-index: 1;
}

.blog-details-tag a:hover {
	color: #FFf;
}

.blog-details-tag a:before {
	position: absolute;
	content: "";
	left: -2px;
	top: 0px;
	height: 102%;
	width: 0%;
	right: 0;
	margin: auto;
	background: #f26522;
	z-index: -1;
	border-radius: 3px;
	transition: .5s;
}

.blog-details-tag a:hover::before {
	width: 100%;
}

.ba-blog-details-social-icons {
	text-align: right;
}

.ba-blog-details-social-icons.two {
	text-align: left;
}

.ba-blog-details-social-icons a {
	margin-left: 6px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #f26522;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	color: #f26522;
	position: relative;
	z-index: 1;
	transition: .5s;
}

.ba-blog-details-social-icons a:hover {
	color: #FFF;
}

.ba-blog-details-social-icons a::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f26522;
	border-radius: 50%;
	transform: scale(0);
	z-index: -1;
	transition: .5s;
}

.ba-blog-details-social-icons a:hover::before {
	transform: scale(1.1);
}


.blog-details-team-item {
	border-bottom: 1px solid rgba(227, 227, 227, 1);
	padding: 0px 0px 42px;
}

.blog-team-thumb {
	float: left;
	margin-right: 42px;
}

.blog-team-content h4 a {
	color: #18191D;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	text-decoration: none;
}

.blog-team-content p {
	margin: 18px 0 16px;
}

.blog-details-item {
	background: #F8F8F8;
	padding: 57px 30px 30px;
}

.blog-details-item.two {
	text-align: right;
}

.blog-item-thumb {
	float: left;
	margin-right: 24px;
	margin-top: -21px;
}

.blog-item-thumb.two {
	float: right;
	margin-left: 24px;
}

.blog-item-content h4 a {
	color: #18191D;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	text-decoration: none;
}

.blog-details-area .owl-prev {
	position: absolute;
	top: 21px;
	left: 138px;
}

.blog-details-area .owl-prev i {
	background: none;
	color: #f26522;
	margin-right: -10px;
	font-size: 16px;
}

.blog-details-area .owl-prev i::after {
	display: none;
}

.blog-details-area .owl-next {
	position: absolute;
	top: 24px;
	right: 150px;
}

.blog-details-area .owl-next i {
	background: none;
	color: #f26522;
	margin-left: -10px;
	font-size: 16px;
}

.blog-details-area .owl-next i::after {
	display: none;
}


/* blog details comment */

.blog-details-comment h5 {
	color: #18191D;
	font-family: Rubik;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	position: relative;
	margin-bottom: 36px;
}

.blog-details-comment h5::after {
	position: absolute;
	bottom: -10px;
	width: 70px;
	height: 3px;
	background: #f26522;
	content: "";
	left: 0;
}

.blog-comment-list ul li {
	list-style: none;
	margin-bottom: 0;
}

.blog-comment-box {
	position: relative;
}

.blog-comment-box::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #E4E4E4;
	bottom: -30px;
}

.blog-comment-box.inner {
	margin-left: 50px;
}

.blog-comment-box.inner::before {
	display: none;
}

.blog-comment-thumb {
	float: left;
	margin-right: 24px;
	margin-top: 12px;
}

.blog-comment-thumb img {
	border-radius: 4px;
}

.blog-comment-list .title {
	margin-bottom: 5px;
	margin-left: -12px;
}

.blog-comment-list h6.title {
	color: #18191D;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
}

.blog-comment-list span.date {
	margin-left: -13px;
}

.content-main p {
	color: #747474;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	margin: 10px 0 0;
}

.text-sm-end a {
	display: inline-block;
	text-decoration: none;
	padding: 7px 13px;
	background: #EFEFEF;
	border-radius: 3px;
	color: #102039;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	position: relative;
	transition: .5s;
	z-index: 1;
}

.text-sm-end a:hover {
	color: #fff;
}

.text-sm-end a::before {
	position: absolute;
	content: "";
	left: -2px;
	top: 0px;
	height: 102%;
	width: 0%;
	right: 0;
	margin: auto;
	background: #f26522;
	z-index: -1;
	border-radius: 3px;
	transition: .5s;
}

.text-sm-end a:hover::before {
	width: 100%;
}


/* blog contact box */

.blog-contact-title h4 {
	color: #18191D;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 54px;
	position: relative;
}

.blog-contact-title h4::before {
	position: absolute;
	bottom: -10px;
	width: 70px;
	height: 3px;
	background: #f26522;
	content: "";
	left: 0;
}


/* contact form */

.form-box input {
	width: 100%;
	height: 55px;
	background: #F8F8F8;
	border: 1px solid #DDD;
	border-radius: 3px;
	padding: 0 17px;
	margin-bottom: 25px;
}

.form-box input::placeholder {
	color: #B1B1B1;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}

.form-box textarea {
	width: 100%;
	height: 145px;
	background: #F8F8F8;
	border: 1px solid #DDD;
	border-radius: 3px;
	padding: 5px 17px;
	margin-bottom: 25px;
}

.form-box textarea::placeholder {
	color: #B1B1B1;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}

.form-box-button button {
	width: 210px;
	height: 60px;
	border-radius: 3px;
	background-color: #f26522;
	border: 0;
	outline: 0;
	font-size: 19px;
	font-weight: 500;
	color: #fff;
	position: relative;
	z-index: 1;
	transition: .5s;
}

.form-box-button button::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	transform: scale(0.0, 1);
	opacity: 0;
	border-radius: 3px;
	z-index: -1;
	transition: .5s;
}

.form-box-button button:hover::before {
	background: #18191D;
	opacity: 1;
	transform: scale(1, 1);
}

.form-box-button.inner {
	text-align: center;
}


.project-area.inner-page {
	padding: 110px 0 70px;
}


.project-details-area {
	padding: 120px 0 120px;
}

.projetct-details-image {
	margin-bottom: 30px;
}

.project-details-title h5 {
	color: #18191D;
	font-size: 35px;
	font-weight: 500;
	line-height: 45px;
}

.project-detials-discriopton p {
	color: #747474;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	margin: 17px 0 25px;
}

.project-details-area .info li {
	display: flex;
	padding: 6px 0;
}

.project-details-area .info li h6 {
	font-weight: 700;
	text-transform: capitalize;
	width: 30%;
}

.project-details-area .info li h6 span {
	margin-left: 50px;
}

.project-details-area .info li p {
	position: relative;
	top: 10px;
}

.project-rating {
	margin-top: 11px;
	margin-bottom: 39px;
}

.project-rating i {
	margin: 12px 5px 30px;
	color: #f26522;
}

.project-details-area .title h4 {
	font-size: 29px;
	line-height: 44px;
	text-transform: capitalize;
	font-weight: 700;
}

.project-details-area .desc-list {
	padding-top: 20px;
}

.project-details-area .desc-list li {
	position: relative;
	padding: 5px 0 5px 30px;
	list-style: none;
}

.project-details-area .desc-list li:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background: #f26522;
}

.team-details-area {
	padding: 118px 0 118px;
}

.ba-team-details-author-skill-area {
	margin-bottom: 30px;
}

.team-details-author-img img {
	width: 100%;
}

.team-details-author-name {
	margin-bottom: 14px;
}

.team-details-author-name h4 {
	font-size: 24px;
	line-height: 60px;
	color: #292930;
	font-weight: 600;
}

.team-details-author-name span {
	font-size: 16px;
	line-height: 36px;
	color: #434141;
	font-weight: 400;
}

.team-details-author-experience ul li {
	list-style: none;
	margin-bottom: 25px;
}

.team-details-author-experience ul li .label {
	min-width: 152px;
	float: left;
	font-size: 16px;
	color: #434141;
	font-weight: 500;
}

.team-details-author-experience ul li .value {
	overflow: hidden;
	display: block;
}

.team-details-author-experience ul li .value {
	overflow: hidden;
	display: block;
	text-decoration: none;
	font-size: 16px;
	color: #434141;
}

.team-card-box-social a {
	display: inline-block;
	margin-right: 15px;
	height: 40px;
	width: 40px;
	background: #f3f3f3;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	position: relative;
	z-index: 1;
}

.team-card-box-social a::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f26522;
	border-radius: 50%;
	transform: scale(0);
	transition: .5s;
	z-index: -1;
}

.team-card-box-social a:hover::before {
	transform: scale(1);
}

.team-card-box-social a i {
	transition: .5s;
}

.team-card-box-social a:hover i {
	color: #ffffff;
}


/* progressbar css */

.process-ber-plugin {
	padding: 36px 0 0;
}

span.process-bar {
	font-size: 16px;
	color: #1c1632;
	font-weight: 500;
	position: relative;
}

.barfiller {
	width: 100%;
	height: 10px;
	position: relative;
	margin-bottom: 25px;
	margin-top: 11px;
	border-radius: 3px;
	background-color: #c9ccd2;
}

.barfiller .fill {
	display: block;
	position: relative;
	width: 0px;
	height: 100%;
	z-index: 1;
}

.barfiller .tipWrap {
	display: none;
}

.barfiller .tip {
	font-size: 16px;
	color: #1c1632;
	font-weight: 500;
	top: -37px;
	padding: 1px 6px;
	left: 0px;
	position: absolute;
}

.stat-bar:nth-of-type(1) .stat-bar-rating {
	animation-delay: 0.25s;
	-webkit-animation-delay: 0.25s;
}

span.fill {
	background: #f26522!important;
	border-radius: 3px;
}

.team-details-title h4 {
	font-size: 24px;
	margin-bottom: 20px;
}


/* form box css */

.contact-title.inner.team h4::before {
	display: none;
}

.contact-title.inner.team h4 {
	border-bottom: 1px solid #dddddd;
	padding: 0px 0 13px;
	margin-bottom: 28px;
}

.form-box.team input {
	border: 1px solid #dddddd;
	margin-bottom: 16px;
}

.form-box.team textarea {
	border: 1px solid #dddddd;
	height: 135px;
}

.form-box-button.team button:hover::before {
	background: #1c1632;
}


.pricing-area.inner-page {
	padding: 112px 0 120px;
	background: none;
}


.contact-us-area {
	padding: 118px 0 0;
	margin-bottom: -250px;
	position: relative;
}

.contact-single-box {
	text-align: center;
	position: relative;
}

.contact-single-box::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 201px;
	background: rgba(205, 205, 205, 0.45);
	right: 0;
}

.contact-single-box.two::before {
	display: none;
}

.contact-icon i {
	font-size: 40px;
	color: #f26522;
}

.contact-content h4 {
	color: #102039;
	font-size: 24px;
	font-weight: 500;
	line-height: 26px;
	margin: 14px 0 13px;
}

.contact-content span {
	color: #747474;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	display: block;
}

.row.contact {
	background: #FFF;
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.10);
	padding: 72px 95px 87px;
}

.contact-title {
	margin-bottom: 63px;
}

.contact-title h2 {
	color: #102039;
	text-align: center;
	font-family: Rubik;
	font-size: 45px;
	font-style: normal;
	font-weight: 500;
	line-height: 44px;
}

.sidebar-textwidget .contact-info ul {
	padding: 0;
}

.sidebar-group .widget-heading {
	position: absolute;
	top: 55px;
	right: 32px;
}

.sidebar-group .sidebar-widget {
	position: fixed;
	right: -100%;
	top: 0;
	bottom: 0;
	width: 100%;
	max-width: 360px;
	z-index: 999999;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background-color: #18191D;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}

.sidebar-group.isActive .sidebar-widget {
	opacity: 1;
	visibility: visible;
	right: 0;
}

.sidebar-textwidget {
	padding: 40px 32px;
}

.close-side-widget i {
	color: #fff;
	font-size: 30px;
	display: block;
}

.sidebar-widget-container {
	position: relative;
	top: 150px;
	opacity: 0;
	visibility: hidden;
	/*-webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;*/
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.sidebar-group.isActive .sidebar-widget-container {
	top: 0px;
	opacity: 1;
	visibility: visible;
	/*-webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;*/
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.sidebar-logo {
	margin: 0 0 50px;
}

.sidebar-textwidget .sidebar-logo a img {
	width: 65%;
}

.sidebar-group .about-box h2 {
	color: #fff;
	font-size: 26px;
	font-weight: 600;
}

.sidebar-group .about-box p {
	display: inline-block;
	color: #fff;
	padding: 15px 0 0;
}

.sidebar-group .contact-info {
	margin-top: 20px;
}

.sidebar-group .contact-info h2 {
	color: #fff;
	font-size: 26px;
	margin-bottom: 15px;
	font-weight: 600;
}

.sidebar-group ul.list-style-one li {
	display: block;
	list-style: none;
	color: #fff;
	margin-top: 8px;
	overflow: hidden;
}

.sidebar-group ul.list-style-one li i {
	font-size: 20px;
	font-weight: 600;
	color: #f26522;
	margin: 0 10px 0 0px;
}

.sidebar-group ul.social-box {
	margin: 58px 0 0;
	padding: 0;
}

.sidebar-group ul.social-box li {
	display: inline-block;
	list-style: none;
	margin: 0 6px 0 0;
}

.sidebar-group ul.social-box li a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 36px;
	text-align: center;
	background: #fff;
	color: var(--primary-color);
	text-decoration: none;
	transition: .5s;
	font-size: 18px;
	border-radius: 3px;
}

.sidebar-group ul.social-box li a:hover {
	background: var(--primary-color);
	color: #f26522;
}



.search-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99999;
	margin-top: -540px;
	transform: translateY(-100%);
	background-color: rgba(0, 0, 0, 0.90);
	-webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	/* easeInOutQuint */
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	/* easeInOutQuint */
}

.search-popup {
	width: 100%;
}

.search-active .search-popup {
	transform: translateY(0%);
	margin-top: 0;
}

.search-popup .close-search {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	margin-top: -200px;
	border-radius: 50%;
	text-align: center;
	background-color: #e63a27;
	width: 70px;
	cursor: pointer;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	border-bottom: 3px solid #ffffff;
	-webkit-transition: all 500ms ease;
	height: 70px;
	line-height: 70px;
	text-align: center;
}

.search-active .search-popup .close-search {
	visibility: visible;
	opacity: 1;
	top: 50%;
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.search-popup form {
	position: absolute;
	max-width: 700px;
	top: 50%;
	left: 15px;
	right: 15px;
	margin: -35px auto 0;
	transform: scaleX(0);
	transform-origin: center;
	background-color: #111111;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.search-active .search-popup form {
	transform: scaleX(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.search-popup .form-group {
	position: relative;
	margin: 0px;
	overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 50px;
	color: #000000;
	height: 70px;
	width: 100%;
	padding: 10px 30px;
	background-color: #ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	font-weight: 500;
	text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
	position: absolute;
	right: 30px;
	top: 0px;
	height: 70px;
	line-height: 70px;
	background: transparent;
	text-align: center;
	font-size: 24px;
	color: #e63a27;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all 500ms ease;
	border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
	color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
	color: #000000;
}

.search-popup .close-search.style-two {
	position: absolute;
	right: 25px;
	left: auto;
	color: #ffffff;
	width: auto;
	height: auto;
	top: 25px;
	margin: 0px;
	border: none;
	background: none !important;
	box-shadow: none !important;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.flaticon-multiply:before {
	content: inherit;
}

button.close-search i {
	font-size: 25px;
	color: #fff;
	display: inline-block;
}

span.flaticon-multiply i {
	display: inline-block;
	color: #e63a27;
}

.scroll-area {
	position: relative;
	z-index: 999;
}

.scroll-area .go-top {
	position: fixed;
	cursor: pointer;
	top: 0;
	right: 30px;
	color: #ffffff;
	background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
	background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
	z-index: 9999;
	width: 45px;
	text-align: center;
	height: 45px;
	line-height: 42px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.9s ease-out 0s;
	-moz-transition: all 0.9s ease-out 0s;
	transition: all 0.9s ease-out 0s;
	border-radius: 10px;
}

.scroll-area .go-top i {
	position: absolute;
	top: 50%;
	left: -4px;
	right: 0;
	margin: 0 auto;
	font-size: 15px;
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
	opacity: 0;
	visibility: hidden;
	top: 60%;
}

.scroll-area .go-top::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: linear-gradient(to right, #00132b 0%, #00132b 100%);
	background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	border-radius: 100%;
}

.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
	color: #fff;
}

.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
	opacity: 1;
	visibility: visible;
}

.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden;
}

.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%;
}

.scroll-area .go-top.active {
	top: 95%;
	-webkit-transform: translateY(-98%);
	-moz-transform: translateY(-98%);
	transform: translateY(-98%);
	opacity: 1;
	visibility: visible;
	border-radius: 0;
	right: 30px;
	border-radius: 100%;
}

.top-wrap {
	position: relative;
}

.top-wrap .go-top-button {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	top: 3px;
	z-index: 1;
	background: #f26522;
}

.top-wrap .go-top-button i {
	font-size: 20px;
	font-weight: 700;
	padding-left: 4px;
	color: #fff;
}

.top-wrap .go-top-button::after {
	z-index: -1;
	content: "";
	position: absolute;
	left: 3px;
	top: 3px;
	width: 45px;
	height: 45px;
	-webkit-animation: ripple 1.6s ease-out infinite;
	-moz-animation: ripple 1.6s ease-out infinite;
	animation: ripple 1.6s ease-out infinite;
	opacity: 0;
	background-image: -moz-linear-gradient(0deg, #69DDCC 0%, #69DDCC 100%);
	background-image: -webkit-linear-gradient(0deg, #f26522 0%, #f26522 100%);
	border-radius: 100%;
}

.top-wrap .go-top-button:hover {
	background-color: #222;
	color: #fff;
}

@-webkit-keyframes ripple-blue {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
	}
	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
	}
}

@keyframes ripple-blue {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
	}
	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
	}
}


.loader-wrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	transition: 0.8s 1s ease;
	z-index: 666;
}

.loader {
	position: relative;
	display: block;
	z-index: 201;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	border-radius: 50%;
	transition: all 1s 1s ease;
	border: 3px solid transparent;
	border-top-color: #f26522;
	-webkit-animation: spin 1.5s linear infinite;
	-moz-animation: spin 1.5s linear infinite;
	-o-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
}

.loader:before {
	position: absolute;
	content: '';
	top: 6px;
	left: 6px;
	right: 6px;
	bottom: 6px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-left-color: #1c1632;
	-webkit-animation: spin 2s linear infinite;
	-moz-animation: spin 2s linear infinite;
	-o-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

.loader:after {
	position: absolute;
	content: '';
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-right-color: #fff;
	-webkit-animation: spin 2.5s linear infinite;
	-moz-animation: spin 2.5s linear infinite;
	-o-animation: spin 2.5s linear infinite;
	animation: spin 2.5s linear infinite;
}


/*/ Here the Magic /*/

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.loader-wrapper .loder-section {
	position: fixed;
	top: 0;
	width: 50%;
	height: 100%;
	background: #111;
	z-index: 2;
}

.loader-wrapper .loder-section.left-section {
	left: 0;
	transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
	right: 0;
	transition: 1s 1.4s ease;
}


/*/ When page loaded /*/

.loaded .loder-section.left-section {
	left: -100%;
}

.loaded .loder-section.right-section {
	right: -100%;
}

.loaded .loader-wrapper {
	visibility: hidden;
}

.loaded .loader {
	top: -100%;
	opacity: 0;
}

.modal.show .modal-dialog {
	transform: none
}

.modal.modal-static .modal-dialog {
	transform: scale(1.02)
}

/*.modal-dialog-scrollable {
	height: calc(100% - var(--bs-modal-margin) * 2)
}*/

.modal-dialog-scrollable .modal-content {
	max-height: 100%;
	overflow: hidden
}

.modal-fullscreen {
	width: 100vw;
	max-width: none;
	height: 100%;
	margin: 0
}

.modal-fullscreen .modal-content {
	height: 100%;
	border: 0
}

.modal-fullscreen .modal-body {
	overflow-y: auto
}

@media (max-width:1199.98px) {
	.modal-fullscreen-xl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}
	.modal-fullscreen-xl-down .modal-content {
		height: 100%;
		border: 0
	}
	.modal-fullscreen-xl-down .modal-body {
		overflow-y: auto
	}
}

@media (max-width:1379.98px) {
	.modal-fullscreen-xxl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}
	.modal-fullscreen-xxl-down .modal-content {
		height: 100%;
		border: 0
	}
	.modal-fullscreen-xxl-down .modal-body {
		overflow-y: auto
	}
}

.carousel {
	position: relative
}

.carousel.pointer-event {
	touch-action: pan-y
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-inner::after {
	display: block;
	clear: both;
	content: ""
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	backface-visibility: hidden;
	transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.carousel-item {
		transition: none
	}
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	display: block
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
	transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
	transform: translateX(-100%)
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	transform: none
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
	z-index: 1;
	opacity: 1
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
	.carousel-fade .active.carousel-item-end,
	.carousel-fade .active.carousel-item-start {
		transition: none
	}
}

#hero {
	position: relative;
	margin-top: -70px;
	z-index: 0;
}

.carousel-control-next,
.carousel-control-prev {
	position: absolute;
	left: 0;
	bottom: 0;
	top: auto;
	z-index: 1;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	opacity: 1;
}

.carousel-control-next {
	left: 71px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	display: inline-block;
	width: 70px;
	height: 70px;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
	opacity: 1;
	border: none;
}

.carousel-control-prev-icon {
	background: url(../images/1.png) left center repeat;
}

.carousel-control-next-icon {
	background: url(../images/2.png) left center repeat;
}

.carousel-control-prev-icon:hover {
	background: url(../images/1-1.png) left center repeat;
}

.carousel-control-next-icon:hover {
	background: url(../images/2-1.png) left center repeat;
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%
}

.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease
}

.banerzi {
	max-width: 1333px;
	margin: 0 auto;
	padding: 20% 10px;
}

.banerzi p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 0 2em 0;
	color: #fff;
}

.banerzi h1 {
	font-size: 80px;
	color: #fff;
}

.banerzi span {
	display: block;
	margin: 20px 0 0 0;
	font-size: 27px;
	color: #fff;
	line-height: 40px;
	max-height: 650px;
}

.banerzi b {
	display: block;
	background-color: rgb(39 65 152);
	color: rgb(255, 255, 255);
	width: 109px;
	height: 5px;
	margin-top: 20px;
}

.tt1 {
	position: relative;
	width: 1331px;
	margin: -100px auto 0px auto;
	z-index: 2;
}

@media (min-width:1380px) {
	.sticky-xxl-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
	.sticky-xxl-bottom {
		position: sticky;
		bottom: 0;
		z-index: 1020
	}
}

.hstack {
	display: flex;
	flex-direction: row;
	align-items: center;
	align-self: stretch
}

.vstack {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-self: stretch
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important
}

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),
.visually-hidden:not(caption) {
	position: absolute !important
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: ""
}

.h-100 {
	height: 100% !important
}


.logo-light {
	display: none
}
.logo {
	display: inline-block
}

[data-bs-theme=dark] .logo {
	display: none
}
[data-bs-theme=dark] .logo-light {
	display: inline-block
}
.hero-carousel .hero-caption,
.hero-image .hero-caption,
.hero-video .hero-caption {
	position: relative;
	height: calc(100vh - 2.5rem)
}
.hero-carousel.hero-image-full .hero-caption,
.hero-image.hero-image-full .hero-caption,
.hero-video.hero-image-full .hero-caption {
	height: 100vh
}

.iab_ll img {
	width: 100%;
}
.iab_rr h2 {
	font-size: 55px;
	color: #274197;
	padding: 50px 0 20px 0;
}
.iab_rr p {
	color: #000000;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	margin: 0 0 50px 0;
	text-align: justify;
}
.iab_rr a {
	padding: 15px 38px;
	line-height: 32px;
	font-size: 16px;
	color: #fff !important;
	background: #274197;
	border-radius: 2px;
}

.jz {
	width: 1300px;
	margin: 0 auto;
}
.ny_nr {
	width: 1300px;
	margin: 0 auto;
	padding: 100px 0px;
}
.pro_top h2 {
	text-align: center;
	display: 18px;
}
.pro_top h3 {
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	color: #999;
	padding: 0px 100px;
	line-height: 22px;
	margin: 5px 0 10px 0;
	border-bottom: 1px dotted #eee;
}
.about {
	line-height: 24px;
	color: #444;
	/* width: 1000px;
    float: right; */
}
.about img {
	max-width: 100%;
}
.nr_l {
	/* float: left;
    width: 280px; */
}

.sib ul {}
.sib ul li a {
	line-height: 28px;
	border-bottom: 1px dotted #fff;
	background: #e7e7e7;
	padding: 10px 20px;
	display: block;
	color: #000;
	font-size: 16px;
}
.sib ul a:hover {
	background: #274197;
	color: #fff;
}
.sib ul a.cur {
	background: #274197;
	color: #fff;
}
.about_top {
	border-bottom: 1px solid #ddd;
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px;
}
.about_top h2 {
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 16px;
	font-weight: normal;
	color: #222;
	border-bottom: 1px solid #00662e;
}
.about_top span {
	float: right;
}
.clear {
	clear: both;
}
.product {
	padding: 0 0 50px 0;
}
.product ul {}
.product li {
	float: left;
	margin: 0 5px;
	width: 238px;
}
.product li a.a1 {
	display: block;
	width: 100%;
	height: 238px;
	border: 1px #e3e3e3 solid;
	position: relative;
}
.product li a.a1 img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.product li a b {
	background-color: rgba(242, 84, 0, 0.5);
	display: none;
	width: 100%;
	height: 100%;
	z-index: 2;
	position: absolute;
}
.product li a:hover b {
	display: block;
}
.product li a.a2 {
	color: #444;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
	display: block;
	margin: 20px 0 10px 0;
	text-align: center;
}
.news {
	padding: 0px 0 50px 0;
	width: 100%;
}
.news li {
	background: 24px;
	line-height: 24px;
	margin-top: 5px;
	border-bottom: 1px dotted #ccc;
	text-indent: 15px;
	background: url(../images/jiantou2.png) left center no-repeat;
}
.news span {
	float: right;
}
a {
	color: #555;
}
a:hover {
	color: #274197;
}
.claer {
	clear: both;
}
.header-munu ul .sub-menu {
	z-index: 999999 !important;
}
.iab {
	padding: 150px 0 120px;
	background: #f4f4f4;
}
.iab_l {
	float: left;
	width: 50%;
	height: 440px;
}
.iab_l b {
	display: block;
	width: 100%;
	height: 100%;
}
.iab_l i {
	display: block;
	width: 100%;
	height: 100%;
}
.iab_l img {}
.iab_r {
	float: right;
	width: 45%;
}
.iab_r h2 {
	font-size: 55px;
	color: #274197;
	padding: 50px 0 20px 0;
}
.iab_r p {
	color: #000000;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	margin: 0 0 50px 0;
	text-align: justify;
}
.iab_r a {
	padding: 15px 38px;
	line-height: 32px;
	font-size: 16px;
	color: #fff !important;
	background: #274197;
	border-radius: 2px;
}
.iab_r a:hover {
	box-shadow: 0 10px 20px 0 rgba(0, 16, 42, .5);
}
.clear {
	clear: both;
}
.tit1 {
	height: 140px;
	margin: 50px 0;
}
.tit1 h2 {
	font-size: 110px;
	color: #d1d1d1;
	display: table-cell;
	vertical-align: middle;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #d2d2d4;
	line-height: 80px;
}
.tit1 h3 {
	color: #000000;
	font-size: 55px;
	line-height: 55px;
	padding: 0 0 0 70px;
	float: left;
	margin: 0;
}
.tit1 a {
	float: right;
	font-size: 16px;
	color: #000;
}
.tit1 a i {
	padding: 12px 18px;
	background: #274197;
	color: #fff;
	border-radius: 2px;
	margin: 0 0 0 20px;
}
.tit1 a:hover {
	color: #274197 !important;
}
.tit1 a:hover i {
	box-shadow: 0 10px 20px 0 rgba(0, 16, 42, .5);
}
.ishiyan {
	padding: 100px 0;
}
.isy_nr {
	height: 550px;
	background: url(../images/ifw.jpg) top center;
	padding: 15px 0;
}
.isy_nr_l img {
	max-width: 100%;
}
.isy_nr_r a {
	display: block;
	padding: 8px 20px 8px 50px;
	border-bottom: 1px solid #e8e8e9;
	transition-property: all;
	transition-duration: .5s;
}
.isy_nr_r a:hover {
	background: #fff;
	padding: 5px 20px 0px 50px;
	transition-property: all;
	transition-duration: .5s;
}
.isy_nr_r a h2 {
	font-size: 21px;
	color: #000;
	line-height: 25px;
}
.isy_nr_r a h2 span {
	float: right;
	display: block;
	padding: 10px;
}
.isy_nr_r a h2 span b1 {
	display: block;
	color: #000;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
}
.isy_nr_r a h2 span b2 {
	display: none;
	color: #fff;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
}
.isy_nr_r a:hover h2 span {
	box-shadow: 0 10px 20px 0 rgba(0, 16, 42, .5);
	background: #274197;
}
.isy_nr_r a:hover h2 span b1 {
	display: none;
	color: #000;
}
.isy_nr_r a:hover h2 span b2 {
	display: block;
	color: #fff;
}
.isy_nr_r a p {
	line-height: 20px;
	margin-top: 0px;
	font-size: 15px;
	display: list-item;
	height: 0;
	overflow: hidden;
	transition-property: all;
	transition-duration: .5s;
	color: #333;
}
.isy_nr_r a:hover p {
	height: auto;
	margin-top: 10px;
	transition-property: all;
	transition-duration: .5s;
}
.isy_nr_r a p span {}
.isy_nr_r a p span i {
	color: #274197;
}
.tit2 {
	height: 140px;
	margin: 50px 0;
}
.tit2 h2 {
	font-size: 110px;
	color: #d1d1d1;
	display: table-cell;
	vertical-align: middle;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #d2d2d4;
	line-height: 80px;
	color: #fff;
}
.tit2 h3 {
	color: #fff;
	font-size: 55px;
	line-height: 55px;
	padding: 0 0 0 70px;
	float: left;
	margin: 0;
}
.tit2 a {
	float: right;
	font-size: 16px;
	color: #fff;
}
.tit2 a i {
	padding: 12px 18px;
	background: #274197;
	color: #fff;
	border-radius: 2px;
	margin: 0 0 0 20px;
}
.tit2 a:hover {
	color: #274197 !important;
}
.tit2 a:hover i {
	box-shadow: 0 10px 20px 0 rgba(0, 16, 42, .5);
}
.inews {
	padding: 100px 0;
}
.xwnr a {}
.xwnr a .ins_img {
	max-width: 100%;
	max-height: 270px;
}
.xwnr a .ins_img img {
	max-height: 100%;
	width: 100%;
}
.xwnr a .ins_wz {
	padding: 20px 30px;
	border: 1px solid #f4f4f4;
	border-bottom: 5px solid #274197;
}
.xwnr a .ins_wz p {
	line-height: 2.33em;
	color: #565969;
	letter-spacing: .1em;
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
}
.xwnr a .ins_wz h2 {
	font-size: 21px;
	line-height: 1.15em;
	color: #000;
	margin: 10px 0 15px 0;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.xwnr a:hover .ins_wz h2 {
	color: #274197;
}
.xwnr a .ins_wz span {
	font-size: 16px;
	margin-top: 10px;
}
.xwnr a .ins_wz span i {
	border-radius: 2px;
	margin: 0 0 0 20px;
	padding: 12px 18px;
}
.xwnr a:hover span {
	color: #000;
}
.xwnr a:hover .ins_wz span i {
	background: #274197;
	color: #fff;
	box-shadow: 0 10px 20px 0 rgba(0, 16, 42, .5);
}
.ifw {
	padding: 100px 0;
	background-color: #00235a;
}
.fw_nr {
	max-width: 100%;
	height: 320px;
	overflow: hidden;
	transition-property: all;
	transition-duration: .5s;
}
.fw_nr .fw_tp {
	width: 16.66666%;
	overflow: hidden;
	float: left;
	border: 5px solid #fff;
	height: 100%;
	transition-property: all;
	transition-duration: .5s;
	text-align: center;
	position: relative;
	background: #000;
}
.fw_nr .fw_tp p {
	position: absolute;
	bottom: 0;
	z-index: 2;
	background: #26409d82;
	text-align: left;
	text-indent: 10px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	margin: 0;
	line-height: 32px;
	height: 32px;
	width: 0;
	overflow: hidden;
	transition-property: all;
	transition-duration: .5s;
}
.fw_nr .fw_tp:hover p {
	width: 100%;
	transition-property: all;
	transition-duration: .5s;
}
.fw_nr .fw_tp img {
	margin: 0 0 0 -100%;
	transition-property: all;
	transition-duration: .5s;
	opacity: 0.6;
}
.fw_nr:hover .fw_tp {
	width: 10%;
	transition-property: all;
	transition-duration: .5s;
}
.fw_nr:hover .fw_tp img {
	margin: 0 0 0 -50%;
	transition-property: all;
	transition-duration: .5s;
}
.fw_nr:hover .fw_tp:hover {
	width: 50%;
	transition-property: all;
	transition-duration: .5s;
}
.fw_nr:hover .fw_tp:hover img {
	margin: 0;
	transition-property: all;
	transition-duration: .5s;
}
* {
	transition-property: all;
	transition-duration: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}
*:hover {
	transition-property: all;
	transition-duration: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

ul,
li {
	list-style: none;
}
.t-news {
	padding: 100px 10px;
}
.xwnr2 {
	margin-bottom: 40px;
}
.xwnr2 .ins_img2 {
	max-width: 100%;
}
.xwnr2 .ins_img2 img {
	max-width: 100%;
	max-width: 100%;
}
.xwnr2 .ins_wz2 {
	padding: 10px 20px
}
.xwnr2 .ins_wz2 p {
	line-height: 2.33em;
	color: #565969;
	letter-spacing: .1em;
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
}
.xwnr2 .ins_wz2 h2 {
	font-size: 21px;
	line-height: 1.15em;
	color: #000;
	margin: 10px 0 15px 0;
}
.xwnr2 a:hover .ins_wz2 h2 {
	color: #274197;
}
.xwnr2 .ins_wz2 span {
	font-size: 16px;
	margin-top: 10px;
}
.xwnr2 .ins_wz2 span i {
	border-radius: 2px;
	margin: 0 0 0 20px;
	padding: 12px 18px;
}
.xwnr2 a:hover span {
	color: #000;
}
.xwnr2 a:hover .ins_wz2 span i {
	background: #274197;
	color: #fff;
	box-shadow: 0 10px 20px 0 rgba(0, 16, 42, .5);
}
.flml {}
.flml h2 {
	margin-bottom: 15px;
	font-weight: 600;
	line-height: 1.15em;
	color: #001659;
	font-size: 21px;
}
.flml a {
	padding: 0 15px 0 0;
	color: #565969;
	line-height: 40px;
	font-size: 16px;
	display: block;
}
.flml a span {
	width: 0px;
	overflow: hidden;
	display: inline-flex;
}
.flml a:hover {
	color: #274197;
}
.flml a:hover span {
	width: 15px;
}
.zjxw2 {}
.zjxw2 h2 {
	margin-bottom: 15px;
	font-weight: 600;
	line-height: 1.15em;
	color: #001659;
	font-size: 21px;
	margin-top: 25px;
}
.zjxw2 ul {}
.zjxw2 li {
	margin-bottom: 20px;
	display: block;
	width: 100%;
}
.zjxw2 li a {
	display: block;
	width: 100%;
}
.zjxw2 li img {
	width: 20%;
	margin: 0 5% 0 0;
	float: left;
	min-height: 60px;
}
.zjxw2 li h3 {
	float: left;
	width: 75%;
	font-weight: 600;
	color: #001659;
	font-size: 15px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-top: 0;
}
.zjxw2 li p {
	color: #565969;
	font-size: 13px;
	line-height: 1em;
	letter-spacing: .1em;
}
.zjxw2 li a:hover h3 {
	color: #274197;
}
.pages a {
	display: block;
	float: left;
	padding: 0 15px;
	line-height: 30px;
	background: #fff;
	color: #666;
	margin: 0 5px;
	border: 1px solid #ddd;
}
.pages a:hover {
	background: #151e27;
	border: 1px solid #151e27;
	color: #fff;
}
.xw_tit {
	background-color: #f2f3f5;
	font-size: 14px;
	line-height: 3em;
	letter-spacing: .1em;
	font-weight: 500
}
.xw_tit a {
	color: #565969;
}
.xw_nr {
	padding: 100px 0;
}
.xw_nr {}
.xw_nrrq {
	font-size: 14px;
	line-height: 2em;
	letter-spacing: .1em;
	font-weight: 500;
	color: #565969;
}
.xw_bt {
	padding: 20px 0;
	color: #000000;
	font-weight: 600;
	font-size: 32px;
	line-height: 1.15em;
}
.xw_nr_wz {
	margin: 20px 0;
}
.about img {
	max-width: 100%;
}
.pshow_top {
	height: 370px;
	background: #e7e7e7;
}
.pshow_top span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 120px 0 0 0;
}
.pshow_top h2 {
	line-height: .95em;
	font-size: 36px;
	text-transform: uppercase;
}
.pshow_top p {
	margin: 14px 0;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
}
.ffga {}
.ffga li {
	height: 400px;
	padding: 0;
}
.ffga li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	transition-property: all;
	transition-duration: .5s;
}
.ffga li a img {
	position: absolute;
	z-index: 1;
	max-width: 100%;
	min-height: 100%;
}
.ffga li a b {
	display: none;
	background-color: rgba(234, 88, 9, 0.57);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition-property: all;
	transition-duration: .5s;
}
.ffga li a span {
	display: none;
	position: absolute;
	z-index: 3;
	color: #fff;
	font-size: 20px;
	left: 50px;
	top: 50px;
	font-weight: 600;
	transition-property: all;
	transition-duration: .5s;
}
.ffga li a:hover b {
	display: block;
	transition-property: all;
	transition-duration: .5s;
}
.ffga li a:hover span {
	display: block;
	top: 30px;
	transition-property: all;
	transition-duration: .5s;
}
.nytop {
	width: 100%;
	min-height: 535PX;
	position: relative;
}
.nytop img {
	max-width: 100%;
	position: absolute;
	z-index: -2;
	height: 100%;width: 100%;
	
	object-fit: cover;
}
.nytop p {
	display: block;
	width: 1300px;
	margin: 0 auto;
	max-width: 100%;
	position: absolute;
	top: 80px;
	z-index: -1;
	font-size: 180px;
	font-weight: 600;
	color: #eee;
	display: table-cell;
	vertical-align: middle;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #d2d2d4;
	line-height: 180px;
	text-transform: uppercase;
}
.nytop h2 {
	display: block;
	width: 1300px;
	margin: 0 auto;
	max-width: 100%;
	position: absolute;
	top: 220px;
	z-index: 0;
	font-size: 55px;
	color: #fff;
	text-indent: 55px;
}
.beizhu {}
.beizhu h2 {
	font-size: 16px;
	font-weight: bold;
	color: 000;
	margin-top: 0;
	margin-bottom: 10px;
}
.beizhu p {
	color: #555;
	font-weight: 600;
	margin-bottom: 0;
	line-height: 1.5;
	font-size: 15px;
}

/* flexslider */
.flexslider {
	position: relative;
	overflow: hidden;
	background: url(../images/loading.gif) 50% no-repeat;
}
.slides {
	position: relative;
	z-index: 1;
}
.slides li {
	height: 100%;
}
.slides li img {
	width: 100%;
}
.flex-control-nav {
	position: absolute;
	bottom: 10px;
	z-index: 2;
	width: 100%;
	text-align: center;
}
.flex-control-nav li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	*display: inline;
	zoom: 1;
}
.flex-control-nav a {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 40px;
	overflow: hidden;
	cursor: pointer;
}
.flex-control-nav .flex-active {
	background-position: 0 0;
}
.flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 40%;
}
.flex-direction-nav li a {
	display: block;
	width: 70px;
	height: 100px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}
.flex-direction-nav li a.flex-prev {
	left: 0px;
	background: #fff url(../images/prev.png) center center no-repeat;
}
.flex-direction-nav li a.flex-next {
	right: 0px;
	background: #fff url(../images/next.png) center center no-repeat;
}
.flex-direction-nav li a:hover.flex-prev {
	left: 0px;
	background: #274197 url(../images/prev.png) center center no-repeat;
}
.flex-direction-nav li a:hover.flex-next {
	right: 0px;
	background: #274197 url(../images/next.png) center center no-repeat;
}
.dtu li {
	text-align: center;
}
.dtu img {
	max-height: 480px;
}
.foooot {
	background: #0a1229;
	color: #fff;
}
.foooot a {
	color: #ddd;
}
.foooot1 {
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 20px 0;
}
.ft2-1 {
	float: left;
	width: 20%;
}
.ft2-1 img {
	height: 40px;
	margin: 20px 0;
}
.ft2-2 {
	float: left;
	width: 60%;
	text-align: center;
	line-height: 40px;
}
.ft2-3 {
	float: left;
	width: 25%;
}
.ft2-3 i {
	font-size: 40px;
	color: #fff;
	width: 80px;
	height: 80px;
	text-align: center;
	float: right;
}
.ft2-3 i:hover {
	border-color: #274197;
}
.mkdf-iwt-icon {}
.mkdf-iwt-icon img:hover {
	margin-top: -10px;
	margin-bottom: 10px;
}
.xtb {
	position: fixed;
	top: 40%;
	right: 0;
	color: #ffff;
	z-index: 9999999;
}
.xtb li {
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	width: 40px;
	transition-property: all;
	transition-duration: .5s;
	background: #274197;
	margin-top: 1px;
	overflow: hidden;
	float: right;
	font-size: 14px;
}
.xtb li:hover {
	width: 300px;
	transition-property: all;
	transition-duration: .5s;
}
.xw_nr img {
	srcset: none !important;
}

.ab1-1 {
	height: 696px;
	background: url(../images/h1-img-06-1.jpg) top center no-repeat;
	margin-top: 20px;
	background-size: cover;
	background-position: center;background-repeat: no-repeat;
}
.ab1-1_nr{
	padding: 60px 100px;
	background-color: #274197;
	color: #fff;
	float: right;
	margin: 110px 18% 0 0;
	width: 620px;
	float: right;
}
.ab1-1_nr{background: #22365c;}
.ab1-1_nr span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.ab1-1_nr h2 {
	font-size: 32px;
	line-height: 1.5em;
	font-weight: 600;
	color: #fff;
}

.ab1-1_nr p {font-size: 16px;margin: 14px 0 0;}
.ab1-2 {background: #22365c;}

.ab1-2_img img {
	/* float: left; */
	max-width: 100%;
	height: 100%;
	object-fit: contain;
}

.ab1-2_nr {
	padding: 150px 130px;
	color: #fff;
	line-height: 1.5em;
}

.ab1-2_nr h2 {
	color: #fff;
	padding: 0 0 25px 0;
}

.ab1-4 {
	background: #274197;
}

.ab1-4_img {
	/* width: 40%;
	float: left; */
}

.ab1-4_img img {
	/* float: left; */
	width: 100%;
	height: 100%;
}

.ab1-4_nr {padding: 100px 130px;color: #fff;line-height: 1.5em;}
.ab1-4_nr h2 {color: #fff;padding: 0 0 25px 0;}
.ab1-5 {background: #22365c;}
.ab1-5_img {}
.ab1-5_img img {width: 100%;height: 100%;}
.ab1-5_nr {padding: 150px 130px;color: #fff;line-height: 1.5em;}
.ab1-5_nr h2 {color: #fff;padding: 0 0 25px 0;}

.culture{padding: 100px 0;}
.cultureList{width: 100%;}
.cultureList ul{display: flex;flex-wrap: wrap;}
.cultureList ul li{width: calc(33.3% - 20px);margin-right: 30px;}
.cultureList ul li:nth-child(3n){margin-right: 0;}
.cultureList ul li.bg{background: rgb(39 65 152);}
.cultureList .part{width: 100%;height: 100%;border: 1px solid #ddd;padding: 65px 35px;border-bottom: 5px solid #ff5e14;}
.cultureList .part .img{text-align: center;}
.cultureList .part .img img{width: 100%;max-width: 60px;}
.cultureList .part .t1{margin-top: 19px;text-align: center;font-size: 12px;color: rgb(86, 89, 105);}
.cultureList .part .t2{font-size: 30px;color: #000;font-weight: bold;text-align: center;margin-top: 20px;    font-family: kaiti;}
.cultureList .part .txt{margin-top: 19px;font-size: 16px;color: #000;padding: 0 10px;text-align: center;}

.history{}


/* tab1 */
#tab1 {width: 100%;margin: 40px auto;}
#tab1 .tab1_menu1 {display: table;margin: 0 auto;}
#tab1 .tab1_menu1 li {float: left;width: 140px;height: 60px;line-height: 60px;cursor: pointer;text-align: center;margin: 0 2px 0 0;background-color: #ddd}
#tab1 .tab1_box1 {width: 100%;clear: both;top: 100px;text-align: center;}
#tab1 .tab1_menu1 .selected1 {background-color: #f8f8f8;cursor: pointer;}
.hide1 {display: none;}
.tab1_box1 div {}
.tab1_box1 img {max-width: 100%;}

.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: #001659;
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
	opacity: 0.3 !important;
}

.reveal-modal {
	visibility: hidden;
	top: 100px;
	left: 50%;
	margin-left: -600px;
	width: 1200px;
	position: absolute;
	z-index: 101;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.reveal-modal .close-reveal-modal {
	font-size: 50px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #fff;
	text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
	font-weight: bold;
	cursor: pointer;
}

.dianji{font-size:18px;color:#fff;text-decoration:none;display: inline-block;margin-top: 35px;}
.dianji i{font-size: 20px;padding: 10px 20px;background-color: #274197;color: #fff;margin: 0 0 0 20px;}
.dianji:hover i {box-shadow: 0 0 50px #000;}

.videos{width: 100%;}
.videos>ul>li{width: 100%;}
.videos .part{position: relative;width: 100%;height: 100%;cursor: pointer;border: 1px solid #e5e5e5;border-radius: 3px;overflow: hidden;}
.videos .part .img{width: 100%;position: relative;}
.videos .part .img img{width: 100%;height: 100%;}
.videos .part .desc{position: absolute;top: 50%;left: 0;width: 100%;text-align: center;}
.videos .part .t1{font-size: 32px;color: #fff;text-align: center;font-weight: bold;}

.videoTc{position: fixed;top: 0;left: 0;width: 100%;height: 100vh;background: rgba(0,0,0,0.6);z-index: 9999;display: none;}
.videoTc.active{display: block;}
.videoTcClose{position: absolute;top: 0;left: 0;width: 100%;height: 100%;overflow: hidden;z-index: 1;}
.videoTcClose2{position: absolute;top: -30px;right: -30px;}
.videoTcClose2 img{width: 30px;filter: brightness(0%) contrast(200%) invert(100%) opacity(100%);}

.videoTcBox{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;position: relative;}
.videoTcBox .video{width: 100%;height: 100%;max-width: 780px;text-align: center;margin: auto;max-height: 480px;position: relative;}
.videoTcBox .video p{display: block;width: 100%;height: 100%;padding: 0;line-height: none;}
.videoTcBox .video video{width: 100%;height: 100%;background: #000;position: relative;z-index: 9;}

/*prodetail*/
.prodetail{width: 100%;box-sizing: border-box;}
.prodTit{color: #18191D;font-style: normal;margin-bottom: 0;margin-top: 11px;line-height: 1.2;font-weight: 700;-webkit-transition: .5s;transition: .5s;font-size: 36px;}
.prodDesc{font-size: 16px;color: #000;}
.prodDesc h2{font-size: 32px;color: #000;font-weight: bold;margin: 10px 0;}
.prodDesc .ul{padding-left: 20px;}
.prodDesc .ul li{font-size: 16px;color: #595959;margin: 10px 0;list-style-type: disc;}
.prodDesc img{max-width: 100%;}
.prodDesc .img img{width: 100%;}
.fengle_lb{width: 100%;overflow: auto;max-height: 1070px;}
.fengle_lb td {text-align: center;padding: 9.5px;border-bottom: 1px solid #999;border-right: 1px solid #999;white-space: nowrap;line-height: 12px;font-size: 14px;}
.fengle_lb table {border: 1px solid #999;}
.bg1 {background: #ddd;}

/*service*/
.donglin img{max-width: 100%;}
.service{padding: 100px 0;}
.serviceList ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.serviceList ul li{width: 30%;margin-bottom: 30px;}
.serviceList .part{display: block;width: 100%;height: 100%;border: 1px solid #ddd;border-bottom: 5px solid #ff5e14;padding: 65px 35px;}
.serviceList .part .img img{width: auto;max-width: 100%;}
.serviceList .part .t1{font-size: 12px;color: #595959;}
.serviceList .part .t2{font-size: 21px;color: rgb(39 65 152);font-weight: bold;margin-top: 20px;}
.serviceList .part .txt{margin-top: 20px;font-size: 18px;color: #000;}

.contact{width: 100%;padding: 50px 0;}
.contact .fl{width: 50%;}
.contact .fr{width: 50%;}
.map{width: 100%;}
.map img{width: 100%;}
.fl{float: left;}
.fr{float: right;}
.inside{padding: 60px 0;}




@media only screen and (max-width: 980px) {
.contact .fl{width: 100%;}
.contact .fr{width: 100%;margin-top: 20px;}
.cultureList ul li{width: 100%;margin-right: 0;margin-bottom: 10px;}
.cultureList ul li.bg{display: none;}
.flex-direction-nav li a{width: 35px;height: 50px;}
.prodTit{font-size: 32px;margin: 20px 0;}
.prodDesc h2{font-size: 26px;}
.serviceList ul li{width: 100%;}
.videos .part .t1{font-size: 20px;line-height: 1.6;}
.videos .part .img img{min-height: 200px;object-fit: cover;}
.dianji{margin-top: 10px;}
.videoTcBox .video{padding: 10px;box-sizing: border-box;}

}










