 /*** 

====================================================================
  Reset
====================================================================

 ***/
 * {
 	margin: 0px;
 	padding: 0px;
 	border: none;
 	outline: none;
 }


 /*** 

====================================================================
  Global Settings
====================================================================

 ***/


 body {
 	font-size: 17px;
 	color: #75727b;
 	line-height: 28px;
 	font-weight: 400;
 	background: #ffffff;
 	font-family: "Microsoft YaHei";
 	background-size: cover;
 	background-repeat: no-repeat;
 	background-position: center top;
 	-webkit-font-smoothing: antialiased;
 }

 @media (min-width:1200px) {
 	.container {
 		max-width: 1200px;
 		padding: 0px 15px;
 	}
 }

 .large-container {
 	max-width: 1550px;
 	padding: 0px 15px;
 	margin: 0 auto;
 }

 .container-fluid {
 	padding: 0px;
 }

 .auto-container {
 	position: static;
 	max-width: 1360px;
 	padding: 0px 15px;
 	margin: 0 auto;
 }

 .small-container {
 	max-width: 680px;
 	margin: 0 auto;
 }

 .boxed_wrapper {
 	position: relative;
 	margin: 0 auto;
 	overflow: hidden !important;
 	width: 100%;
 	min-width: 300px;
 }


 a {
 	font-family: 'Urbanist', sans-serif;
 	text-decoration: none;
 	transition: all 500ms ease;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-ms-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 }

 a:hover {
 	text-decoration: none;
 	outline: none;
 }

 input,
 button,
 select,
 textarea {
 	font-family: 'Mulish', sans-serif;
 	font-weight: 400;
 	font-size: 16px;
 	background: transparent;
 }

 ::-webkit-input-placeholder {
 	color: inherit;
 }

 ::-moz-input-placeholder {
 	color: inherit;
 }

 ::-ms-input-placeholder {
 	color: inherit;
 }

 ul,
 li {
 	list-style: none;
 	padding: 0px;
 	margin: 0px;
 }

 input {
 	transition: all 500ms ease;
 }

 button:focus,
 input:focus,
 textarea:focus {
 	outline: none;
 	box-shadow: none;
 	transition: all 500ms ease;
 }

 p {
 	position: relative;
 	font-family: 'Mulish', sans-serif;
 	color: #75727b;
 	font-weight: 400;
 	margin: 0px;
 	transition: all 500ms ease;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
 	position: relative;
 	font-family: 'Urbanist', sans-serif;
 	font-weight: 400;
 	color: #272e39;
 	margin: 0px;
 	transition: all 500ms ease;
 }

 /* Preloader */

 .handle-preloader {
 	align-items: center;
 	-webkit-align-items: center;
 	display: flex;
 	display: -ms-flexbox;
 	height: 100%;
 	justify-content: center;
 	-webkit-justify-content: center;
 	position: fixed;
 	background: #272e39;
 	left: 0;
 	top: 0;
 	width: 100%;
 	z-index: 9999999;
 }

 .preloader-close {
 	position: fixed;
 	z-index: 99999999;
 	font-size: 26px;
 	background: #fff;
 	width: 40px;
 	height: 40px;
 	line-height: 36px;
 	text-align: center;
 	border-radius: 50%;
 	cursor: pointer;
 	right: 30px;
 	top: 30px;
 }

 .handle-preloader .animation-preloader {
 	position: absolute;
 	z-index: 100;
 }

 .handle-preloader .animation-preloader .spinner {
 	animation: spinner 1s infinite linear;
 	border-radius: 50%;
 	height: 150px;
 	margin: 0 auto 45px auto;
 	width: 150px;
 }

 .handle-preloader .animation-preloader .txt-loading {
 	text-align: center;
 	user-select: none;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:before {
 	animation: letters-loading 4s infinite;
 	content: attr(data-text-preloader);
 	left: 0;
 	opacity: 0;
 	top: 0;
 	position: absolute;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading {
 	font-family: 'Urbanist', sans-serif;
 	font-weight: 500;
 	letter-spacing: 15px;
 	display: inline-block;
 	position: relative;
 	font-size: 70px;
 	line-height: 70px;
 	text-transform: uppercase;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
 	animation-delay: 0.2s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
 	animation-delay: 0.4s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
 	animation-delay: 0.6s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
 	animation-delay: 0.8s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
 	animation-delay: 1s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
 	animation-delay: 1.2s;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
 	animation-delay: 1.4s;
 }

 .handle-preloader .loader-section {
 	background-color: #ffffff;
 	height: 100%;
 	position: fixed;
 	top: 0;
 	width: calc(50% + 1px);
 }

 .preloader .loaded .animation-preloader {
 	opacity: 0;
 	transition: 0.3s ease-out;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading {
 	color: #ffffff;
 }

 .handle-preloader .animation-preloader .txt-loading .letters-loading:before {
 	color: #ffffff;
 }

 .handle-preloader .animation-preloader .spinner {
 	border: 3px solid #ffffff;
 	border-top-color: rgba(255, 255, 255, 0.5);
 }

 /* AnimaciÃ³n del preloader */
 @keyframes spinner {
 	to {
 		transform: rotateZ(360deg);
 	}
 }

 @keyframes letters-loading {

 	0%,
 	75%,
 	100% {
 		opacity: 0;
 		transform: rotateY(-90deg);
 	}

 	25%,
 	50% {
 		opacity: 1;
 		transform: rotateY(0deg);
 	}
 }

 @media screen and (max-width: 767px) {
 	.handle-preloader .animation-preloader .spinner {
 		height: 8em;
 		width: 8em;
 	}
 }

 @media screen and (max-width: 500px) {
 	.handle-preloader .animation-preloader .spinner {
 		height: 7em;
 		width: 7em;
 	}

 	.handle-preloader .animation-preloader .txt-loading .letters-loading {
 		font-size: 30px;
 		letter-spacing: 10px;
 	}
 }


 .centred {
 	text-align: center;
 }

 .pull-left {
 	float: left;
 }

 .pull-right {
 	float: right;
 }

 .special_fonts {
 	font-family: 'DM Sans', sans-serif;
 }


 figure {
 	margin: 0px;
 }

 img {
 	display: inline-block;
 	max-width: 100%;
 	height: auto;
 	transition-delay: .1s;
 	transition-timing-function: ease-in-out;
 	transition-duration: .7s;
 	transition-property: all;
 }

 /** button **/


 .theme-btn {
 	position: relative;
 	display: inline-block;
 	overflow: hidden;
 	vertical-align: middle;
 	font-size: 16px;
 	line-height: 28px;
 	font-family: 'Urbanist', sans-serif;
 	text-align: center;
 	padding: 16px 40px;
 	text-transform: capitalize;
 	border-radius: 35px 35px 0px 35px;
 	z-index: 1;
 	transition: all 500ms ease;
 }

 .theme-btn.btn-one {
 	background: #e5eef7;
 	color: #272e39;
 }

 .theme-btn.btn-one:hover {
 	color: #fff;
 }

 .theme-btn.btn-two {
 	color: #fff;
 }

 .theme-btn:before {
 	position: absolute;
 	content: '';
 	width: 100%;
 	height: 100%;
 	transform: scale(0, 0);
 	transform-origin: right bottom;
 	right: 0px;
 	bottom: 0px;
 	z-index: -1;
 	transition: all 500ms ease;
 }

 .theme-btn:hover:before {
 	transform: scale(1, 1);
 }




 .row {
 	--bs-gutter-x: 30px;
 }

 .pagination {
 	position: relative;
 	display: block;
 }

 .pagination li {
 	position: relative;
 	display: inline-block;
 	margin: 0px 10px;
 }

 .pagination li:last-child {
 	margin: 0px !important;
 }

 .pagination li.count-page a {
 	position: relative;
 	display: inline-block;
 	font-size: 18px;
 	font-weight: 600;
 	height: 40px;
 	width: 40px;
 	line-height: 40px;
 	font-family: 'Urbanist', sans-serif;
 	text-align: center;
 	color: #272e39;
 	border-radius: 50% 50% 0px 50%;
 	z-index: 1;
 	transition: all 500ms ease;
 }

 .pagination li a:hover,
 .pagination li a.current {
 	color: #fff;
 }

 .pagination li.count-page a:before {
 	position: absolute;
 	content: '..';
 	font-size: 20px;
 	color: #a09ba9;
 	right: -18px;
 	bottom: 3px;
 }

 .pagination li:nth-child(5) a:before {
 	display: none;
 }

 .pagination li.prev-btn a,
 .pagination li.next-btn a {
 	position: relative;
 	display: inline-block;
 	font-size: 18px;
 	line-height: 40px;
 	color: #272e39 !important;
 	font-weight: 600;
 	background: transparent !important;
 }

 .pagination li.next-btn a i {
 	position: relative;
 	display: inline-block;
 	top: 4px;
 }

 .pagination li.prev-btn a i {
 	position: relative;
 	display: inline-block;
 	transform: rotate(180deg);
 	top: -3px;
 	left: -6px;
 }

 .sec-pad {
 	padding: 100px 0px;
 }

 .mr-0 {
 	margin: 0px !important;
 }

 .scroll-top {
 	width: 60px;
 	height: 60px;
 	line-height: 70px;
 	position: fixed;
 	bottom: 105%;
 	right: 50px;
 	font-size: 20px;
 	z-index: 99;
 	color: #fff;
 	text-align: center;
 	border-radius: 50% 50% 0px 50%;
 	cursor: pointer;
 	transition: 1s ease;
 }

 .scroll-top.open {
 	bottom: 30px;
 }



 .sec-title {
 	position: relative;
 	display: block;
 	margin-bottom: 48px;
 }

 .sec-title .sub-title {
 	position: relative;
 	display: inline-block;
 	font-size: 16px;
 	line-height: 26px;
 	font-family: 'Urbanist', sans-serif;
 	font-weight: 700;
 	padding-left: 25px;
 	padding-top: 7px;
 	margin-bottom: 8px;
 	text-transform: uppercase;
 }

 .sec-title .sub-title:before {
 	position: absolute;
 	content: '';
 	background: #e5eef7;
 	width: 25px;
 	height: 25px;
 	left: 0px;
 	top: 0px;
 	clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
 }

 .sec-title h2 {
 	position: relative;
 	display: block;
 	font-size: 37px;
 	line-height: 50px;
 	font-weight: 600;
 	margin: 0px;
 }

 .service-block-one .inner-box p {
 	height: 84px;
 }

 .sec-title.light h2 {
 	color: #fff;
 }

 .sec-title.light .sub-title:before {
 	background: rgba(255, 255, 255, 0.10);
 }

 .owl-dots-none .owl-dots,
 .owl-nav-none .owl-nav {
 	display: none !important;
 }





 /*** 

====================================================================
                        Home-Page-One
====================================================================

***/


 /** main-header **/

 .main-header {
 	position: relative;
 	left: 0px;
 	top: 0px;
 	right: 0px;
 	z-index: 999;
 	width: 100%;
 	transition: all 500ms ease;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-ms-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 }

 .sticky-header {
 	position: fixed;
 	opacity: 0;
 	visibility: hidden;
 	left: 0px;
 	top: 0px;
 	width: 100%;
 	z-index: 0;
 	background-color: #fff;
 	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
 	transition: all 500ms ease;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-ms-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 }

 .fixed-header .sticky-header {
 	z-index: 999;
 	opacity: 1;
 	visibility: visible;
 	-ms-animation-name: fadeInDown;
 	-moz-animation-name: fadeInDown;
 	-op-animation-name: fadeInDown;
 	-webkit-animation-name: fadeInDown;
 	animation-name: fadeInDown;
 	-ms-animation-duration: 500ms;
 	-moz-animation-duration: 500ms;
 	-op-animation-duration: 500ms;
 	-webkit-animation-duration: 500ms;
 	animation-duration: 500ms;
 	-ms-animation-timing-function: linear;
 	-moz-animation-timing-function: linear;
 	-op-animation-timing-function: linear;
 	-webkit-animation-timing-function: linear;
 	animation-timing-function: linear;
 	-ms-animation-iteration-count: 1;
 	-moz-animation-iteration-count: 1;
 	-op-animation-iteration-count: 1;
 	-webkit-animation-iteration-count: 1;
 	animation-iteration-count: 1;
 }

 /*** Search Popup ***/

 .search-popup {
 	position: fixed;
 	left: 0;
 	top: 0px;
 	width: 100%;
 	height: 100%;
 	z-index: 9999999999999999999999999;
 	visibility: hidden;
 	opacity: 0;
 	overflow: auto;
 	background: rgba(0, 0, 0, 0.80);
 	-webkit-transform: translateY(101%);
 	-ms-transform: translateY(101%);
 	transform: translateY(101%);
 	transition: all 700ms ease;
 	-moz-transition: all 700ms ease;
 	-webkit-transition: all 700ms ease;
 	-ms-transition: all 700ms ease;
 	-o-transition: all 700ms ease;
 }

 .search-popup.popup-visible {
 	-webkit-transform: translateY(0%);
 	-ms-transform: translateY(0%);
 	transform: translateY(0%);
 	visibility: visible;
 	opacity: 1;
 }

 .search-popup .popup-inner {
 	width: 100%;
 	background: #fff;
 	height: 100%;
 }

 .search-popup .upper-box {
 	position: relative;
 	padding: 70px 70px;
 	z-index: 1;
 }

 .search-popup .overlay-layer {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	right: 0px;
 	bottom: 0px;
 	display: block;
 }

 .search-popup .close-search {
 	position: relative;
 	font-size: 22px;
 	color: #141417;
 	cursor: pointer;
 	z-index: 5;
 	top: 11px;
 	transition: all 500ms ease;
 }

 .search-popup .close-search:hover {
 	color: red;
 }

 .search-popup .search-form {
 	position: relative;
 	width: 100%;
 	padding: 100px 0px 250px 0px;
 }

 .search-popup .search-form .form-group {
 	position: relative;
 	margin: 0px;
 }

 .search-popup .search-form fieldset input[type="search"] {
 	position: relative;
 	height: 90px;
 	padding: 20px 0px;
 	background: #ffffff;
 	line-height: 30px;
 	font-size: 18px;
 	color: #808080;
 	border: none;
 	font-weight: 400;
 	border-radius: 0px;
 	padding-right: 50px;
 	border-bottom: 1px solid #e5e5e5;
 }

 .search-popup .search-form fieldset button[type="submit"] {
 	position: absolute;
 	top: 35px;
 	right: 0px;
 	font-size: 22px;
 	color: #141417;
 	cursor: pointer;
 	transition: all 500ms ease;
 }

 .search-popup .search-form fieldset input[type="search"]:focus {
 	border-color: #141417;
 }

 .search-popup .form-control:focus {
 	box-shadow: none !important;
 }

 /** header-top **/

 .main-header {
 	position: relative;
 	background: #272e39;
 }

 .header-top {
 	position: relative;
 	background: #272e39;
 	padding: 0px 50px;
 }

 .header-top .outer-container {
 	position: relative;
 	display: flex;
 	align-items: center;
 	justify-content: space-between;
 	padding: 5px 0px;
 }

 .header-top .info-list li {
 	position: relative;
 	display: inline-block;
 	float: left;
 	margin-right: 46px;
 }

 .header-top .info-list li:last-child {
 	margin: 0px !important;
 }

 .header-top .info-list li a {
 	position: relative;
 	display: inline-block;
 	font-size: 14px;
 	color: #9ca4af;
 }

 .header-top .info-list li a:hover {}

 .header-top .info-list li:before {
 	position: absolute;
 	content: '';
 	background: #676f7c;
 	width: 4px;
 	height: 4px;
 	border-radius: 50%;
 	top: 12px;
 	right: -25px;
 }

 .header-top .info-list li:last-child:before {
 	display: none;
 }

 .header-top .social-links li {
 	position: relative;
 	display: inline-block;
 	float: left;
 	margin-right: 28px;
 }

 .header-top .social-links li:last-child {
 	margin: 0px !important;
 }

 .header-top .social-links li a {
 	position: relative;
 	display: inline-block;
 	font-size: 18px;
 	color: #9ca4af;
 }

 .header-top .social-links li img {
 	height: 1.5rem;
 }

 .header-top .social-links li a:hover {}

 .header-top .social-links li:before {
 	position: absolute;
 	content: '';
 	background: #676f7c;
 	width: 4px;
 	height: 4px;
 	border-radius: 50%;
 	top: 12px;
 	right: -15px;
 }

 .header-top .social-links li:last-child:before,
 .header-top .social-links li:first-child:before {
 	display: none;
 }

 .header-top .social-links li h5 {
 	display: block;
 	font-size: 14px;
 	line-height: 28px;
 	color: #fff;
 }

 /** header-upper **/

 .header-upper {
 	position: relative;
 	background: #fff;
 	border-radius: 30px 30px 0px 0px;
 	padding: 0px 50px;
 }

 .header-upper .outer-container {
 	position: relative;
 	display: flex;
 	align-items: center;
 	justify-content: space-between;
 	padding: 18px 0px;
 	border-bottom: 1px solid #e7e3ee;
 }

 .header-upper .left-column {
 	position: relative;
 	display: flex;
 	align-items: center;
 }

 .header-upper .logo-box {
 	position: relative;
 	margin-right: 61px;
 }

 .header-upper .logo-box:before {
 	position: absolute;
 	content: '';
 	background: #e7e3ee;
 	width: 1px;
 	height: 54px;
 	/* top: -7px; */
 	right: -31px;
 }

 .header-upper .award-box {
 	position: relative;
 	padding: 0px 0px 0px 63px;
 }

 .header-upper .award-box .award-image {
 	position: absolute;
 	left: 0px;
 	/* top: 4px; */
 }

 .header-upper .award-box h5 {
 	display: block;
 	font-size: 16px;
 	line-height: 24px;
 	color: #75727b;
 	font-weight: 500;
 }

 .header-upper .right-column {
 	position: relative;
 	display: flex;
 	align-items: center;
 }

 .header-upper .right-column .support-box {
 	position: relative;
 	display: block;
 	padding-left: 40px;
 	margin-right: 10px;
 }

 /* .header-upper .right-column .support-box:before{
  position: absolute;
  content: '';
  background: #e7e3ee;
  width: 1px;
  height: 54px;
  top: -3px;
  right: -21px;
} */

 .header-upper .right-column .support-box .icon-box {
 	position: absolute;
 	display: inline-block;
 	left: 0px;
 	top: 0px;
 	width: 30px;
 	height: 30px;
 	line-height: 30px;
 	font-size: 12px;
 	color: #fff;
 	text-align: center;
 	border-radius: 50%;
 }

 .header-upper .right-column .support-box h5 {
 	display: block;
 	font-size: 16px;
 	line-height: 30px;
 	/* font-weight: 600; */
 }

 .header-upper .right-column .support-box h5 a {
 	display: inline-block;
 	color: #272e39;
 }

 .header-upper .right-column .support-box h5 a:hover {}

 .header-upper .right-column .phone {
 	position: relative;
 	margin-right: 40px;
 }

 .header-upper .right-column .phone h3 {
 	display: block;
 	font-size: 24px;
 	line-height: 30px;
 	font-weight: 500;
 }

 .header-upper .right-column .phone h3 a {
 	display: inline-block;
 	color: #75727b;
 }

 .header-upper .right-column .phone h3 a:hover {}

 .header-upper .right-column .theme-btn {
 	padding: 10px 35px;
 }

 .main-header .outer-box {
 	position: relative;
 	display: flex;
 	align-items: center;
 	justify-content: space-between;
 	padding: 0px 50px;
 }


 /** header-lower **/

 .header-lower {
 	position: relative;
 	background: #fff;
 	width: 100%;
 }

 .main-header .menu-right-content {
 	position: relative;
 	display: flex;
 	align-items: center;
 }

 .main-header .menu-right-content .search-box-outer {
 	position: relative;
 	display: inline-block;
 	padding-left: 34px;
 	font-size: 16px;
 	line-height: 28px;
 	font-family: 'Urbanist', sans-serif;
 	color: #272e39;
 	/* font-weight: 600; */
 	cursor: pointer;
 	margin-right: 61px;
 	transition: all 500ms ease;
 }

 .main-header .menu-right-content .search-box-outer:hover {}

 .main-header .menu-right-content .search-box-outer img {
 	position: absolute;
 	left: 0px;
 	top: 1px;
 }

 .main-header .menu-right-content .search-box-outer:before {
 	position: absolute;
 	content: '';
 	background: #e7e3ee;
 	width: 1px;
 	height: 44px;
 	top: -8px;
 	right: -31px;
 }

 .main-header .language-box {
 	position: relative;
 	padding-left: 100px;
 	margin-right: 61px;
 }

 .main-header .language-box:before {
 	position: absolute;
 	content: '';
 	background: #e7e3ee;
 	width: 1px;
 	height: 44px;
 	top: -8px;
 	right: -31px;
 }

 .main-header .language-box h5 {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	font-size: 18px;
 	line-height: 28px;
 	font-weight: 600;
 }

 .main-header .language-box h5 img {
 	position: relative;
 	margin-right: 10px;
 	top: -2px;
 }

 .main-header .language-box .select-box {
 	position: relative;
 	min-height: 28px;
 }

 .main-header .language-box .nice-select {
 	position: relative;
 	display: inline-block;
 	font-size: 16px;
 	line-height: 28px;
 	font-family: 'Urbanist', sans-serif;
 	color: #75727b;
 	padding-right: 20px;
 	padding-left: 0px;
 }

 .main-header .language-box .nice-select:before {
 	position: absolute;
 	content: "\f106";
 	font-family: 'flaticon';
 	font-size: 16px;
 	top: 0px;
 	right: 0px;
 }

 .main-header .nav-btn {
 	position: relative;
 	display: inline-block;
 	cursor: pointer;
 	top: -2px;
 }


 /** xs-sidebar **/

 .xs-sidebar-group .xs-overlay {
 	left: 0%;
 	top: 0;
 	position: fixed;
 	height: 100%;
 	width: 20%;
 	transform: scaleX(0);
 	transform-origin: left center;

 	cursor: url(../images/icons/cross-out.png),
 		pointer;
 	z-index: 999999999;
 	border-right: 1px solid rgba(255, 255, 255, 0.10);
 	transition: transform .65s .3s cubic-bezier(0.7, 0, 0.2, 1);
 }

 .xs-sidebar-group.isActive .xs-overlay {
 	transform: scaleX(1);
 	transition-delay: .03s;
 }

 .xs-sidebar-group .xs-overlay-2 {
 	left: 20%;
 	transition-delay: .06s;
 }

 .xs-sidebar-group .xs-overlay-3 {
 	left: 40%;
 	transition-delay: .09s;
 }

 .xs-sidebar-group .xs-overlay-4 {
 	left: 60%;
 	transition-delay: .12s;
 }

 .xs-sidebar-group .xs-overlay-5 {
 	left: 80%;
 	transition-delay: .15s;
 }

 .xs-sidebar-group .widget-heading {
 	position: absolute;
 	top: 50px;
 	right: 35px;
 	z-index: 1;
 }

 .xs-sidebar-widget {
 	position: fixed;
 	right: -100%;
 	top: 0;
 	bottom: 0;
 	width: 100%;
 	max-width: 460px;
 	z-index: 999999999;
 	height: 100%;
 	-webkit-overflow-scrolling: touch;
 	background-color: #fff;
 	transition: all 900ms ease;
 	visibility: hidden;
 	opacity: 0;
 }

 .xs-sidebar-group.isActive .xs-sidebar-widget {
 	opacity: 1;
 	visibility: visible;
 	right: 0;
 	-webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
 	-o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
 	transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
 }

 .sidebar-textwidget {
 	padding: 50px 40px 50px 40px;
 }

 .xs-sidebar-group .close-side-widget {
 	position: relative;
 	display: inline-block;
 	width: 40px;
 	height: 40px;
 	line-height: 40px;
 	text-align: center;
 	border: 1px solid #0e132d;
 	color: #0e132d;
 	border-radius: 50%;
 	font-weight: 400;
 	font-size: 20px;
 }

 .sidebar-widget-container {
 	position: relative;
 	opacity: 0;
 	visibility: hidden;
 }

 .xs-sidebar-group.isActive .sidebar-widget-container {
 	opacity: 1;
 	visibility: visible;
 }

 .xs-bg-black {
 	background-color: #101127;
 }

 .sidebar-info-contents .content-inner {
 	position: relative;
 }

 .sidebar-info-contents .content-inner .logo {
 	padding: 0px 0px 40px;
 }

 .sidebar-info-contents .content-inner .logo img {
 	display: inline-block;
 	max-width: 100%;
 }

 .sidebar-info-contents .content-inner .content-box {
 	position: relative;
 }

 .sidebar-info-contents .content-inner .content-box h4 {
 	position: relative;
 	font-size: 20px;
 	font-weight: 700;
 	margin-bottom: 20px;
 }

 .sidebar-info-contents .content-inner .content-box p {
 	position: relative;
 	font-size: 15px;
 	margin-bottom: 25px;
 }

 .sidebar-info-contents .content-inner .content-box .theme-btn-two {
 	padding: 10px 50px;
 }

 .sidebar-info-contents .content-inner .contact-info {
 	position: relative;
 	margin-top: 60px;
 }

 .sidebar-info-contents .content-inner .contact-info ul li {
 	position: relative;
 	display: block;
 	font-size: 15px;
 	color: #676767;
 	margin-bottom: 3px;
 }

 .sidebar-info-contents .content-inner .contact-info ul li a {
 	color: #676767;
 }

 .sidebar-info-contents .content-inner .contact-info ul li a:hover {}

 .sidebar-info-contents .content-inner .contact-info h4 {
 	position: relative;
 	font-size: 20px;
 	font-weight: 700;
 	margin-bottom: 20px;
 }

 .sidebar-info-contents .content-inner .social-box {
 	position: relative;
 	margin-top: 20px;
 	margin-bottom: 30px;
 }

 .sidebar-info-contents .content-inner .social-box li {
 	position: relative;
 	display: inline-block;
 	margin-right: 6px;
 	transition: all 900ms ease;
 	-moz-transition: all 900ms ease;
 	-webkit-transition: all 900ms ease;
 	-ms-transition: all 900ms ease;
 	-o-transition: all 900ms ease;
 }

 .sidebar-info-contents .content-inner .social-box li a {
 	position: relative;
 	width: 40px;
 	height: 40px;
 	color: #75767b;
 	z-index: 1;
 	font-size: 15px;
 	line-height: 36px;
 	text-align: center;
 	border-radius: 50%;
 	display: inline-block;
 	background: transparent;
 	border: 1px solid #e5e5e5;
 	-webkit-transition: all 300ms ease;
 	-moz-transition: all 300ms ease;
 	-ms-transition: all 300ms ease;
 	-o-transition: all 300ms ease;
 	transition: all 300ms ease;
 }

 .sidebar-info-contents .content-inner .social-box li a:hover {
 	color: #fff;
 }



 /** main-menu **/

 .main-menu .navbar-collapse {
 	padding: 0px;
 	display: block !important;
 }

 .main-menu .navigation {
 	margin: 0px;
 }

 .main-menu .navigation>li {
 	position: inherit;
 	float: left;
 	z-index: 2;
 	margin: 0px 25px;
 	-webkit-transition: all 300ms ease;
 	-moz-transition: all 300ms ease;
 	-ms-transition: all 300ms ease;
 	-o-transition: all 300ms ease;
 	transition: all 300ms ease;
 }

 .main-menu .navigation>li:last-child {
 	margin-right: 0px !important;
 }

 .main-menu .navigation>li:first-child {
 	margin-left: 0px !important;
 }

 .main-menu .navigation>li>a {
 	position: relative;
 	display: block;
 	text-align: center;
 	font-size: 18px;
 	line-height: 30px;
 	padding: 18px 0px;
 	padding-left: 25px;
 	/* font-weight:600; */
 	font-family: 'Urbanist', sans-serif;
 	opacity: 1;
 	color: #272e39;
 	z-index: 1;
 	text-transform: capitalize;
 	-webkit-transition: all 500ms ease;
 	-moz-transition: all 500ms ease;
 	-ms-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 }

 .main-menu .navigation>li>a:before {
 	position: absolute;
 	content: "\f102";
 	font-family: 'flaticon';
 	font-size: 16px;
 	left: 0px;
 	top: 22px;
 	opacity: 0;
 	font-weight: 400;
 	transition: all 500ms ease;
 }

 .main-menu .navigation>li.current>a:before,
 .main-menu .navigation>li>a:hover:before {
 	opacity: 1;
 }

 .main-menu .navigation>li.current>a,
 .main-menu .navigation>li:hover>a {}

 .main-menu .navigation>li>ul,
 .main-menu .navigation>li>.megamenu {
 	position: absolute;
 	left: inherit;
 	top: 100%;
 	width: 240px;
 	margin-top: -20px;
 	z-index: 100;
 	background: #fff;
 	display: none;
 	opacity: 0;
 	padding: 10px 0px;
 	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
 	visibility: hidden;
 	border-radius: 25px 25px 0px 25px;
 	transition: all 500ms ease;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-ms-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 }

 .main-menu .navigation>li:nth-child(3)>ul,
 .main-menu .navigation>li:nth-child(3)>.megamenu {
 	width: 350px;
 }

 .main-menu .navigation>li:nth-child(5)>ul,
 .main-menu .navigation>li:nth-child(5)>.megamenu {
 	width: 400px;
 }

 .main-menu .navigation>li>ul:before,
 .main-menu .navigation>li>.megamenu:before {
 	position: absolute;
 	content: '';
 	width: 100%;
 	height: 10px;
 	left: 0px;
 	top: -10px;
 	background: transparent;
 }

 .main-menu .navigation>li>.megamenu {
 	background: #212226;
 }

 .main-menu .navigation>li>.megamenu a {
 	display: inline-block !important;
 }

 .main-menu .navigation>li>ul.from-right {
 	left: auto;
 	right: 0px;
 }

 .main-menu .navigation>li>ul>li {
 	position: relative;
 	width: 100%;
 	padding: 0px 30px;
 }

 .main-menu .navigation>li>ul>li>a,
 .main-menu .navigation>li>.megamenu li>a {
 	position: relative;
 	display: block;
 	line-height: 24px;
 	font-weight: 400;
 	font-size: 16px;
 	font-family: 'Mulish', sans-serif;
 	color: #75727b;
 	text-align: left;
 	padding: 14px 0px;
 	text-transform: capitalize;
 	transition: all 500ms ease;
 	border-bottom: 1px solid #e7e3ee;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-ms-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 }

 .main-menu .navigation>li>ul>li:last-child a {
 	border-bottom: none;
 }

 .main-menu .navigation>li>ul>li>a:hover:before {
 	opacity: 1;
 }

 .main-menu .navigation>li>.megamenu li>a {
 	padding-left: 0px;
 	padding-right: 0px;
 }

 .main-menu .navigation>li>.megamenu h4 {
 	display: block;
 	font-size: 20px;
 	line-height: 30px;
 	color: #ffffff;
 }

 .main-menu .navigation>li>ul>li>a:hover,
 .main-menu .navigation>li>.megamenu li>a:hover {
 	padding-left: 18px;
 }

 .main-menu .navigation>li>ul>li:last-child>a,
 .main-menu .navigation>li>.megamenu li:last-child>a {
 	border-bottom: none;
 }

 .main-menu .navigation>li>ul>li>a:before {
 	position: absolute;
 	content: '';
 	background-image: url(../images/icons/icon-1.png);
 	width: 11px;
 	height: 16px;
 	left: 0px;
 	top: 18px;
 	opacity: 0;
 	transition: all 500ms ease;
 }

 .main-menu .navigation>li>ul>li>a:hover:before {
 	opacity: 1;
 }

 .main-menu .navigation>li>ul>li.dropdown>a:after {
 	position: absolute;
 	content: "\f108";
 	font-family: 'flaticon';
 	right: 0px;
 	top: 14px;
 	display: block;
 	line-height: 24px;
 	font-size: 20px;
 	text-align: center;
 	z-index: 5;
 	transition: all 500ms ease;
 }

 .main-menu .navigation>li>ul>li.dropdown.current>a:after,
 .main-menu .navigation>li>ul>li.dropdown>a:hover:after {}

 .main-menu .navigation>li>ul>li>ul {
 	position: absolute;
 	left: 100%;
 	top: 0%;
 	margin-top: 15px;
 	margin-left: 10px;
 	width: 255px;
 	z-index: 100;
 	display: none;
 	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
 	visibility: hidden;
 	border-radius: 25px 25px 0px 25px;
 	padding: 10px 0px;
 	background: #fff;
 	transition: all 500ms ease;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-ms-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 }

 .main-menu .navigation>li>ul>li>ul:before {
 	position: absolute;
 	content: '';
 	left: -10px;
 	top: 0px;
 	width: 10px;
 	height: 100%;
 }

 .main-menu .navigation>li>ul>li>ul.from-right {
 	left: auto;
 	right: 0px;
 }

 .main-menu .navigation>li>ul>li>ul>li {
 	position: relative;
 	width: 100%;
 	padding: 0px 30px;
 }

 .main-menu .navigation>li>ul>li>ul>li:last-child {
 	border-bottom: none;
 }

 .main-menu .navigation>li>ul>li>ul>li>a {
 	position: relative;
 	display: block;
 	line-height: 24px;
 	font-weight: 400;
 	font-size: 17px;
 	font-family: 'Mulish', sans-serif;
 	color: #75727b;
 	text-align: left;
 	padding: 14px 0px;
 	text-transform: capitalize;
 	transition: all 500ms ease;
 	border-bottom: 1px solid #e7e3ee;
 	-moz-transition: all 500ms ease;
 	-webkit-transition: all 500ms ease;
 	-ms-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 }

 .main-menu .navigation>li>ul>li>ul>li:last-child>a {
 	border-bottom: none;
 }

 .main-menu .navigation>li>ul>li>ul>li>a:hover {
 	padding-left: 18px;
 }

 .main-menu .navigation>li>ul>li>ul>li>a:before {
 	position: absolute;
 	content: '';
 	background-image: url(../images/icons/icon-1.png);
 	width: 11px;
 	height: 16px;
 	left: 0px;
 	top: 18px;
 	opacity: 0;
 	transition: all 500ms ease;
 }

 .main-menu .navigation>li>ul>li>ul>li>a:hover:before {
 	opacity: 1;
 }

 .main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
 	font-family: 'Font Awesome 5 Pro';
 	content: "\f105";
 	position: absolute;
 	right: 20px;
 	top: 12px;
 	display: block;
 	line-height: 24px;
 	font-size: 16px;
 	font-weight: 900;
 	z-index: 5;
 }

 .main-menu .navigation>li.dropdown:hover>ul,
 .main-menu .navigation>li.dropdown:hover>.megamenu {
 	visibility: visible;
 	opacity: 1;
 	margin-top: -10px;
 	top: 100%;
 }

 .main-menu .navigation li>ul>li.dropdown:hover>ul {
 	visibility: visible;
 	opacity: 1;
 	top: 0%;
 	margin-top: 0px;
 }

 .main-menu .navigation li.dropdown .dropdown-btn {
 	position: absolute;
 	right: -32px;
 	top: 66px;
 	width: 34px;
 	height: 30px;
 	text-align: center;
 	font-size: 18px;
 	line-height: 26px;
 	color: #3b3b3b;
 	cursor: pointer;
 	display: none;
 	z-index: 5;
 	transition: all 500ms ease;
 }

 .main-menu .navigation li.current.dropdown .dropdown-btn,
 .main-menu .navigation li:hover .dropdown-btn {}

 .main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
 	display: none;
 }

 .menu-area .mobile-nav-toggler {
 	position: relative;
 	float: right;
 	font-size: 40px;
 	line-height: 50px;
 	cursor: pointer;
 	color: #3786ff;
 	display: none;
 }

 .menu-area .mobile-nav-toggler .icon-bar {
 	position: relative;
 	height: 2px;
 	width: 30px;
 	display: block;
 	margin-bottom: 5px;
 	background-color: #1c1c1c;
 	-webkit-transition: all 300ms ease;
 	-moz-transition: all 300ms ease;
 	-ms-transition: all 300ms ease;
 	-o-transition: all 300ms ease;
 	transition: all 300ms ease;
 }

 .menu-area .mobile-nav-toggler .icon-bar:last-child {
 	margin-bottom: 0px;
 }


 /** megamenu-style **/

 .main-menu .navigation>li.dropdown>.megamenu {
 	position: absolute;
 	width: 100%;
 	padding: 30px 50px;
 	left: 0px;
 }

 .main-menu .navigation li.dropdown .megamenu li h4 {
 	margin-bottom: 10px;
 }


 /** mobile-menu **/

 .nav-outer .mobile-nav-toggler {
 	position: relative;
 	float: right;
 	font-size: 40px;
 	line-height: 50px;
 	cursor: pointer;
 	color: #3786ff;
 	display: none;
 }

 .mobile-menu {
 	position: fixed;
 	right: 0;
 	top: 0;
 	width: 300px;
 	padding-right: 30px;
 	max-width: 100%;
 	height: 100%;
 	opacity: 0;
 	visibility: hidden;
 	z-index: 999999;
 	transition: all 900ms ease;
 }

 .mobile-menu .navbar-collapse {
 	display: block !important;
 }

 .mobile-menu .nav-logo {
 	position: relative;
 	padding: 50px 25px;
 	text-align: left;
 	padding-bottom: 100px;
 }

 .mobile-menu-visible {
 	overflow: hidden;
 }

 .mobile-menu-visible .mobile-menu {
 	opacity: 1;
 	visibility: visible;
 }

 .mobile-menu .menu-backdrop {
 	position: fixed;
 	left: 0%;
 	top: 0;
 	width: 100%;
 	height: 100%;
 	z-index: 1;
 	transition: all 900ms ease;
 	background-color: #005bac;
 }

 .mobile-menu-visible .mobile-menu .menu-backdrop {
 	opacity: 0.70;
 	visibility: visible;
 	right: 100%;
 	-webkit-transition: all .8s ease-out 0s;
 	-o-transition: all .8s ease-out 0s
 }

 .mobile-menu .menu-box {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	width: 100%;
 	height: 100%;
 	max-height: 100%;
 	overflow-y: auto;
 	background: #005bac;
 	padding: 0px 0px;
 	z-index: 5;
 	opacity: 0;
 	visibility: hidden;
 	border-radius: 0px;
 	-webkit-transform: translateX(100%);
 	-ms-transform: translateX(100%);
 	transform: translateX(100%);
 	transition: all 900ms ease !important;
 }

 .mobile-menu-visible .mobile-menu .menu-box {
 	opacity: 1;
 	visibility: visible;
 	-webkit-transition: all 0.7s ease;
 	-o-transition: all 0.7s ease;
 	transition: all 0.7s ease;
 	-webkit-transform: translateX(0%);
 	-ms-transform: translateX(0%);
 	transform: translateX(0%);
 }

 .mobile-menu .close-btn {
 	position: absolute;
 	right: 25px;
 	top: 10px;
 	line-height: 30px;
 	width: 24px;
 	text-align: center;
 	font-size: 16px;
 	color: #ffffff;
 	cursor: pointer;
 	z-index: 10;
 	-webkit-transition: all 0.9s ease;
 	-moz-transition: all 0.9s ease;
 	-ms-transition: all 0.9s ease;
 	-o-transition: all 0.9s ease;
 	transition: all 0.9s ease;
 }

 .mobile-menu-visible .mobile-menu .close-btn {
 	-webkit-transform: rotate(360deg);
 	-ms-transform: rotate(360deg);
 	transform: rotate(360deg);
 }

 .mobile-menu .close-btn:hover {
 	-webkit-transform: rotate(90deg);
 	-ms-transform: rotate(90deg);
 	transform: rotate(90deg);
 }

 .mobile-menu .navigation {
 	position: relative;
 	display: block;
 	width: 100%;
 	float: none;
 }

 .mobile-menu .navigation li {
 	position: relative;
 	display: block;
 	border-top: 1px solid rgba(255, 255, 255, 0.10);
 }

 .mobile-menu .navigation:last-child {
 	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
 }

 .mobile-menu .navigation li>ul>li:first-child {
 	border-top: 1px solid rgba(255, 255, 255, 0.10);
 }

 .mobile-menu .navigation li>a {
 	position: relative;
 	display: block;
 	line-height: 24px;
 	padding: 10px 25px;
 	font-size: 15px;
 	font-weight: 500;
 	color: #ffffff;
 	text-transform: uppercase;
 	-webkit-transition: all 500ms ease;
 	-moz-transition: all 500ms ease;
 	-ms-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 }

 .mobile-menu .navigation li ul li>a {
 	font-size: 16px;
 	margin-left: 20px;
 	text-transform: capitalize;
 }

 .mobile-menu .navigation li>a:before {
 	content: '';
 	position: absolute;
 	left: 0;
 	top: 0;
 	height: 0;
 	border-left: 5px solid #fff;
 	-webkit-transition: all 500ms ease;
 	-moz-transition: all 500ms ease;
 	-ms-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 }

 .mobile-menu .navigation li.current>a:before {
 	height: 100%;
 }

 .mobile-menu .navigation li.dropdown .dropdown-btn {
 	position: absolute;
 	right: 6px;
 	top: 6px;
 	width: 32px;
 	height: 32px;
 	text-align: center;
 	font-size: 16px;
 	line-height: 32px;
 	color: #ffffff;
 	background: rgba(255, 255, 255, 0.10);
 	cursor: pointer;
 	border-radius: 2px;
 	-webkit-transition: all 500ms ease;
 	-moz-transition: all 500ms ease;
 	-ms-transition: all 500ms ease;
 	-o-transition: all 500ms ease;
 	transition: all 500ms ease;
 	z-index: 5;
 }

 .mobile-menu .navigation li.dropdown .dropdown-btn.open {
 	color: #ffffff;
 	-webkit-transform: rotate(90deg);
 	-ms-transform: rotate(90deg);
 	transform: rotate(90deg);
 }

 .mobile-menu .navigation li>ul,
 .mobile-menu .navigation li>ul>li>ul,
 .mobile-menu .navigation>li.dropdown>.megamenu {
 	display: none;
 }

 .mobile-menu .social-links {
 	position: relative;
 	padding: 0px 25px;
 }

 .mobile-menu .social-links li {
 	position: relative;
 	display: inline-block;
 	margin: 0px 10px 10px;
 }

 .mobile-menu .social-links li a {
 	position: relative;
 	line-height: 32px;
 	font-size: 16px;
 	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;
 }

 .mobile-menu .social-links li a:hover {}

 div#mCSB_1_container {
 	top: 0px !important;
 }

 .mobile-menu .contact-info {
 	position: relative;
 	padding: 120px 30px 20px 30px;
 }

 .mobile-menu .contact-info h4 {
 	position: relative;
 	font-size: 20px;
 	color: #ffffff;
 	font-weight: 700;
 	margin-bottom: 20px;
 }

 .mobile-menu .contact-info ul li {
 	position: relative;
 	display: block;
 	font-size: 15px;
 	color: rgba(255, 255, 255, 0.80);
 	margin-bottom: 3px;
 }

 .mobile-menu .contact-info ul li a {
 	color: rgba(255, 255, 255, 0.80);
 }

 .mobile-menu .contact-info ul li a:hover {}

 .mobile-menu .contact-info ul li:last-child {
 	margin-bottom: 0px;
 }

 .main-header .outer-box {
 	position: relative;
 }

 .tabs-box .tab {
 	position: relative;
 	display: none;
 	transition: all 900ms ease;
 	-moz-transition: all 900ms ease;
 	-webkit-transition: all 900ms ease;
 	-ms-transition: all 900ms ease;
 	-o-transition: all 900ms ease;
 }

 .tabs-box .tab.active-tab {
 	display: block;
 }

 .tabs-box .tab {
 	transform: scale(0.9, 0.9) translateY(0px);
 }

 .tabs-box .tab.active-tab {
 	transform: scale(1) translateY(0px);
 }

 .special-text {
 	font-family: 'Carattere', cursive;
 }

 /** banner-section **/

 .banner-section {
 	position: relative;
 }

 .banner-carousel .slide-item {
 	position: relative;
 	padding: 159px 0px 170px 0px;
 }

 .banner-carousel .slide-item video {
 	width: 100vw;
 	/* 视频宽度为视口宽度 */
 	height: 100vh;
 	/* 视频高度为视口高度 */
 	object-fit: cover;
 	/* 视频会保持其宽高比，同时填充整个指定的容器 */
 	position: fixed;
 	/* 视频定位固定，随着页面滚动而移动 */
 	top: 0;
 	left: 0;
 }

 .banner-carousel .slide-item:before {
 	position: absolute;
 	content: '';
 	width: 100%;
 	height: 100%;
 	/* background: #272e39; */
 	top: 0px;
 	right: 0px;
 	/* opacity: 0.5; */
 	z-index: 1;
 }

 .banner-carousel .slide-item .image-layer {
 	position: absolute;
 	left: 0;
 	top: 0;
 	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 8000ms linear;
 	-moz-transition: all 8000ms linear;
 	-ms-transition: all 8000ms linear;
 	-o-transition: all 8000ms linear;
 	transition: all 8000ms linear;
 }

 .banner-carousel .active .slide-item .image-layer {
 	-webkit-transform: scale(1.25);
 	-ms-transform: scale(1.25);
 	transform: scale(1.25);
 }

 .banner-carousel .content-box {
 	position: relative;
 	width: 100%;
 	max-width: 650px;
 	z-index: 5;
 }

 .banner-carousel .content-box h2 {
 	position: relative;
 	display: block;
 	font-size: 65px;
 	line-height: 80px;
 	color: #fff;
 	margin-bottom: 30px;
 	opacity: 0;
 	-webkit-transform: translateY(10px);
 	-moz-transform: translateY(10px);
 	-ms-transform: translateY(10px);
 	-o-transform: translateY(10px);
 	transform: translateY(10px);
 	-webkit-transition: all 1000ms ease;
 	-moz-transition: all 1000ms ease;
 	-ms-transition: all 1000ms ease;
 	-o-transition: all 1000ms ease;
 	transition: all 1000ms ease;
 }

 .banner-carousel .active .content-box h2 {
 	opacity: 1;
 	-webkit-transition-delay: 700ms;
 	-moz-transition-delay: 700ms;
 	-ms-transition-delay: 700ms;
 	-o-transition-delay: 700ms;
 	transition-delay: 700ms;
 	-webkit-transform: translateY(0);
 	-moz-transform: translateY(0);
 	-ms-transform: translateY(0);
 	-o-transform: translateY(0);
 	transform: translateY(0);
 }

 .banner-carousel .content-box h2 span {
 	position: relative;
 	display: block;
 	color: transparent;
 	-webkit-text-stroke-width: 1px;
 	-webkit-text-stroke-color: rgba(255, 255, 255, 1);
 	font-size: 60px;
 	line-height: 100px;
 	font-weight: 800;
 }

 .banner-carousel .content-box p {
 	position: relative;
 	display: block;
 	font-size: 19px;
 	line-height: 29px;
 	font-weight: 700;
 	color: #d6d6d6;
 	margin-bottom: 40px;
 	opacity: 0;
 	-webkit-transform: translateY(10px);
 	-moz-transform: translateY(10px);
 	-ms-transform: translateY(10px);
 	-o-transform: translateY(10px);
 	transform: translateY(10px);
 	-webkit-transition: all 1000ms ease;
 	-moz-transition: all 1000ms ease;
 	-ms-transition: all 1000ms ease;
 	-o-transition: all 1000ms ease;
 	transition: all 1000ms ease;
 }

 .banner-carousel .active .content-box p {
 	opacity: 1;
 	-webkit-transition-delay: 1000ms;
 	-moz-transition-delay: 1000ms;
 	-ms-transition-delay: 1000ms;
 	-o-transition-delay: 1000ms;
 	transition-delay: 1000ms;
 	-webkit-transform: translateY(0);
 	-moz-transform: translateY(0);
 	-ms-transform: translateY(0);
 	-o-transform: translateY(0);
 	transform: translateY(0);
 }

 .banner-carousel .content-box .btn-box {
 	opacity: 0;
 	-webkit-transform: translateY(10px);
 	-moz-transform: translateY(10px);
 	-ms-transform: translateY(10px);
 	-o-transform: translateY(10px);
 	transform: translateY(10px);
 	-webkit-transition: all 1000ms ease;
 	-moz-transition: all 1000ms ease;
 	-ms-transition: all 1000ms ease;
 	-o-transition: all 1000ms ease;
 	transition: all 1000ms ease;
 }

 .banner-carousel .active .content-box .btn-box {
 	opacity: 1;
 	-webkit-transition-delay: 1300ms;
 	-moz-transition-delay: 1300ms;
 	-ms-transition-delay: 1300ms;
 	-o-transition-delay: 1300ms;
 	transition-delay: 1300ms;
 	-webkit-transform: translateY(0);
 	-moz-transform: translateY(0);
 	-ms-transform: translateY(0);
 	-o-transform: translateY(0);
 	transform: translateY(0);
 }

 .banner-carousel .content-box .lower-box {
 	position: relative;
 	display: block;
 	padding-left: 115px;
 	opacity: 0;
 	-webkit-transform: translateY(10px);
 	-moz-transform: translateY(10px);
 	-ms-transform: translateY(10px);
 	-o-transform: translateY(10px);
 	transform: translateY(10px);
 	-webkit-transition: all 1000ms ease;
 	-moz-transition: all 1000ms ease;
 	-ms-transition: all 1000ms ease;
 	-o-transition: all 1000ms ease;
 	transition: all 1000ms ease;
 }

 .banner-carousel .active .content-box .lower-box {
 	opacity: 1;
 	-webkit-transition-delay: 1000ms;
 	-moz-transition-delay: 1000ms;
 	-ms-transition-delay: 1000ms;
 	-o-transition-delay: 1000ms;
 	transition-delay: 1000ms;
 	-webkit-transform: translateY(0);
 	-moz-transform: translateY(0);
 	-ms-transform: translateY(0);
 	-o-transform: translateY(0);
 	transform: translateY(0);
 }

 .banner-carousel .content-box .lower-box .icon-box {
 	position: absolute;
 	display: inline-block;
 	left: 0px;
 	top: 8px;
 	width: 75px;
 	height: 75px;
 	line-height: 90px;
 	font-size: 50px;
 	color: #fff;
 	text-align: center;
 	border-radius: 50% 50% 0px 50%;
 }

 .banner-carousel .content-box .lower-box .text {
 	position: relative;
 	display: block;
 	font-size: 19px;
 	line-height: 30px;
 	color: #ffffff;
 	margin-bottom: 31px;
 	max-width: 360px;
 }

 .owl-carousel .owl-nav span {
 	font-family: 'flaticon';
 }

 .banner-section .owl-nav {
 	position: absolute;
 	top: 50%;
 	right: 77px;
 	height: 315px;
 	margin-top: -150px;
 }

 .banner-carousel .owl-nav button {
 	position: absolute;
 	left: 0px;
 	display: inline-block;
 	font-size: 30px;
 	color: #fff;
 	cursor: pointer;
 	transition: all 500ms ease;
 }

 .banner-carousel .owl-nav button:hover {}

 .banner-section .owl-nav button.owl-prev {
 	top: 0px;
 }

 .banner-section .owl-nav button.owl-next {
 	bottom: 0px;
 }

 .banner-section .owl-dots {
 	position: absolute;
 	right: 55px;
 	top: 50%;
 	margin-top: -90px;
 	height: 120px;
 	counter-reset: slides-num;
 }

 .banner-section .owl-dots .owl-dot {
 	position: relative;
 	display: block;
 	margin-bottom: 20px;
 }

 .banner-section .owl-dots .owl-dot:last-child {
 	margin-bottom: 0px;
 }

 .banner-section .owl-dots .owl-dot span {
 	position: relative;
 	display: block;
 	width: 1px;
 	height: 50px;
 	background: rgba(255, 255, 255, 0.20);
 	cursor: pointer;
 	transition: all 500ms ease;
 }

 .banner-section .owl-dots .owl-dot.active span {
 	width: 3px;
 	background: #fff;
 }

 .banner-section .owl-dots button {
 	position: absolute;
 	top: 0px;
 	left: 0px;
 	counter-increment: slides-num;
 	font-size: 24px;
 	line-height: 50px;
 	font-family: 'Urbanist', sans-serif;
 	color: #fff;
 	font-weight: 600;
 }

 .banner-section .owl-dots button.active:before {
 	position: absolute;
 	content: "0" counter(slides-num);
 	left: -35px;
 	line-height: 50px;
 }

 .banner-section .owl-dots button.active:before {
 	opacity: 1;
 }


 /** about-section **/


 .about-section {
 	position: relative;
 }

 .about-section .image-box {
 	position: relative;
 	display: block;
 	margin: 40px 75px 0px 75px;
 }

 .about-section .image-box .image {
 	position: relative;
 	display: inline-block;
 	border-radius: 50%;
 }

 .about-section .image-box .image:before {
 	position: absolute;
 	display: inline-block;
 	content: '';
 	/* background: #272e39; */
 	width: 100%;
 	height: 100%;
 	left: 0px;
 	top: 0px;
 	border-radius: 50%;
 	z-index: 1;
 	opacity: 0.35;
 }

 .about-section .image-box .image img {
 	width: 100%;
 	border-radius: 50%;
 }

 .about-section .image-box .experience-box {
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	transform: translate(-50%, -50%);
 	width: 100%;
 	text-align: center;
 	z-index: 2;
 }

 .about-section .image-box .experience-box h2 {
 	display: block;
 	font-size: 180px;
 	line-height: 150px;
 	color: #fff;
 	font-weight: 600;
 }

 .about-section .image-box .experience-box h6 {
 	position: relative;
 	display: block;
 	font-size: 16px;
 	line-height: 26px;
 	color: #fff;
 	font-weight: 700;
 	text-transform: uppercase;
 }

 .about-section .image-box .circle-box span {
 	position: absolute;
 	font-size: 18px;
 	line-height: 28px;
 	font-family: 'Urbanist', sans-serif;
 	color: #272e39;
 	font-weight: 700;
 	text-transform: uppercase;
 	letter-spacing: -0.0px;
 }

 .about-section .image-box .circle-box .curved-circle {
 	left: 99px;
 	top: 15px;
 	transform: rotate(-43deg);
 }

 .about-section .image-box .circle-box .curved-circle-2 {
 	left: 64px;
 	bottom: 29px;
 	transform: rotate(-131deg);
 }

 .about-section .image-box .circle-box .curved-circle-3 {
 	right: 71px;
 	top: 35px;
 	transform: rotate(49deg);
 }

 .about-section .image-box .circle-box .curved-circle-4 {
 	right: 100px;
 	bottom: 7px;
 	transform: rotate(-222deg);
 }

 .about-section .image-box .dot-box {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	width: 100%;
 	height: 100%;
 }

 .about-section .image-box .dot-box .dot {
 	position: absolute;
 	width: 2px;
 	height: 2px;
 	background: #272e39;
 }

 .about-section .image-box .dot-box .dot-1 {
 	left: 50%;
 	transform: translateX(-50%);
 	top: -23px;
 }

 .about-section .image-box .dot-box .dot-2 {
 	top: 55%;
 	transform: translateY(-50%);
 	right: -27px;
 }

 .about-section .image-box .dot-box .dot-3 {
 	left: 47%;
 	transform: translateX(-50%);
 	bottom: -30px;
 }

 .about-section .image-box .dot-box .dot-4 {
 	top: 46%;
 	transform: translateY(-50%);
 	left: -30px;
 }

 .about-section .image-box .image-shape .shape-1 {
 	position: absolute;
 	left: -47px;
 	top: -40px;
 	width: 259px;
 	height: 259px;
 	background-repeat: no-repeat;
 }

 .about-section .image-box .image-shape .shape-2 {
 	position: absolute;
 	right: -47px;
 	top: -40px;
 	width: 259px;
 	height: 259px;
 	background-repeat: no-repeat;
 }

 .about-section .image-box .image-shape .shape-3 {
 	position: absolute;
 	right: -47px;
 	bottom: -60px;
 	width: 254px;
 	height: 254px;
 	background-repeat: no-repeat;
 }

 .about-section .content-box {
 	position: relative;
 	display: block;
 }

 .about-section .content-box .list-item {
 	display: block;
 	margin-bottom: 32px;
 }

 .about-section .content-box .list-item li {
 	position: relative;
 	display: block;
 	font-size: 18px;
 	line-height: 28px;
 	font-family: 'Urbanist', sans-serif;
 	color: #272e39;
 	padding-left: 52px;
 	margin-bottom: 16px;
 }

 .about-section .content-box .list-item li:last-child {
 	margin-bottom: 0px;
 }

 .about-section .content-box .list-item li:before {
 	position: absolute;
 	content: "\f104";
 	font-family: 'flaticon';
 	font-size: 26px;
 	color: #272e39;
 	left: 13px;
 	top: 1px;
 	font-weight: 400;
 	z-index: 1;
 }

 .about-section .content-box .list-item li:after {
 	position: absolute;
 	content: '';
 	left: 0px;
 	top: 3px;
 	width: 24px;
 	height: 24px;
 	border-radius: 50% 50% 0px 50%;
 }

 .about-section .content-box .text-box {
 	position: relative;
 	display: block;
 	margin-bottom: 42px;
 	font-size: 16px;
 }

 .about-section .content-box .sec-title {
 	margin: 35px 0;
 }


 /** video-section **/

 .video-section {
 	position: relative;
 }

 .video-section .outer-container {
 	position: relative;
 	padding: 0px 140px;
 }

 .funfact-block-one {
 	position: relative;
 	display: block;
 	margin-right: 30px;
 }

 .funfact-block-one .inner-box {
 	position: relative;
 	display: block;
 	padding: 40px 30px 32px 150px;
 	border-top-left-radius: 30px;
 }

 .funfact-block-one .inner-box .icon-box {
 	position: absolute;
 	display: inline-block;
 	left: 50px;
 	top: 40px;
 	width: 70px;
 	height: 70px;
 	line-height: 70px;
 	background: #fff;
 	text-align: center;
 	border-radius: 50% 50% 0px 50%;
 }

 .funfact-block-one .inner-box .light-icon {
 	position: absolute;
 	right: 40px;
 	bottom: 0px;
 }

 .funfact-block-one .inner-box .count-outer {
 	position: relative;
 	display: block;
 	font-size: 48px;
 	line-height: 42px;
 	font-family: 'Urbanist', sans-serif;
 	color: #fff;
 	font-weight: 600;
 	color: #fff;
 	padding-top: 35px;
 }

 .funfact-block-one .inner-box .count-outer .text {
 	font-size: 20px;
 	margin-left: 6px;
 }

 .funfact-block-one .inner-box p {
 	color: #e5eef7;
 }

 .funfact-block-one .inner-box .count-outer:before {
 	position: absolute;
 	content: '';
 	background: #fff;
 	width: 10px;
 	height: 10px;
 	left: 0px;
 	top: 0px;
 }

 .consultation-block-one .inner-box {
 	position: relative;
 	display: block;
 	padding: 33px 30px 33px 100px;
 }

 .consultation-block-one .inner-box .icon-box {
 	position: absolute;
 	display: inline-block;
 	left: 0px;
 	top: 40px;
 	width: 70px;
 	height: 70px;
 	line-height: 60px;
 	font-size: 36px;
 	background: #e5eef7;
 	text-align: center;
 	border-radius: 50% 50% 0px 50%;
 }

 .consultation-block-one .inner-box h3 {
 	display: block;
 	font-size: 22px;
 	line-height: 40px;
 	margin-bottom: 5px;
 }

 .consultation-block-one .inner-box h3 a {
 	display: inline-block;
 	color: #272e39;
 }

 .consultation-block-one .inner-box h3 a:hover {}

 .consultation-block-one .inner-box p {
 	margin-bottom: 16px;
 }

 .consultation-block-one .inner-box .link a {
 	position: relative;
 	display: inline-block;
 	font-size: 14px;
 	line-height: 28px;
 	color: #272e39;
 }

 .consultation-block-one .inner-box .link a:hover {}

 .consultation-block-one .inner-box .link a span {
 	position: relative;
 	padding-right: 23px;
 }

 .consultation-block-one .inner-box .link a span:before {
 	position: absolute;
 	content: "\f108";
 	font-family: 'flaticon';
 	font-size: 20px;
 	right: 0px;
 	font-weight: 400;
 }

 .video-section .funfact-inner {
 	position: relative;
 	width: 100%;
 	background: #fff;
 	margin-bottom: -93px;
 	z-index: 1;
 }

 .video-section .video-inner {
 	position: relative;
 	padding: 298px 0px 200px 0px;
 	border-radius: 30px;
 	overflow: hidden;
 	text-align: center;
 }

 .video-section .video-inner .bg-layer {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	width: 100%;
 	height: 100%;
 	background-size: cover;
 	background-repeat: no-repeat;
 	background-position: right center;
 }

 .video-section .video-inner .video-btn {
 	position: relative;
 	display: inline-block;
 	width: 80px;
 	height: 80px;
 	line-height: 88px;
 	background: #fff;
 	text-align: center;
 	font-size: 20px;
 	color: #272e39;
 	border-radius: 50%;
 }

 .video-section .video-inner .video-btn:before,
 .video-section .video-inner .video-btn:after {
 	width: 100%;
 	height: 100%;
 	border-radius: 50%;
 	background: transparent;
 	position: absolute;
 	top: 50%;
 	left: 50%;
 	-webkit-transform: translate(-50%, -50%);
 	transform: translate(-50%, -50%);
 	-webkit-animation-delay: .9s;
 	animation-delay: .9s;
 	content: "";
 	position: absolute;
 	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
 	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
 	-webkit-animation: ripple 3s infinite;
 	animation: ripple 3s infinite;
 	-webkit-transition: all .4s ease;
 	transition: all .4s ease;
 }

 .video-section .video-inner .video-btn:after {
 	-webkit-animation-delay: .6s;
 	animation-delay: .6s;
 }

 @-webkit-keyframes ripple {
 	70% {
 		-webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
 		box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
 	}

 	100% {
 		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
 		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
 	}
 }

 @keyframes ripple {
 	70% {
 		-webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
 		box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
 	}

 	100% {
 		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
 		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
 	}
 }

 .video-section .pattern-layer {
 	position: absolute;
 	top: 50px;
 	right: 50px;
 	width: 280px;
 	height: 280px;
 	background-repeat: no-repeat;
 	z-index: 1;
 }


 /** service-section **/

 .service-section {
 	position: relative;
 	padding: 140px 0px 280px 0px;
 }

 .service-block-one {
 	position: relative;
 	display: block;
 	border-radius: 10px 10px 0px 40px;
 	padding-top: 10px;
 }

 .service-block-one.block-one {
 	background: #005bac;
 }

 .service-block-one.block-two {
 	background: #f08418;
 }

 .service-block-one.block-three {
 	background: #1ba035;
 }

 .service-block-one .inner-box {
 	position: relative;
 	display: block;
 	background: #fff;
 	overflow: hidden;
 	border-radius: 30px 30px 0px 30px;
 	border: 1px solid #e7e3ee;
 	padding: 48px 40px 41px 50px;
 	transition: all 500ms ease;
 }

 .service-block-one.block-one:hover .inner-box {
 	border-color: #005bac;
 }

 .service-block-one.block-two:hover .inner-box {
 	border-color: #f08418;
 }

 .service-block-one.block-three:hover .inner-box {
 	border-color: #1ba035;
 }

 .service-block-one .inner-box .icon-box {
 	position: relative;
 	display: inline-block;
 	font-size: 70px;
 	line-height: 70px;
 	padding-right: 44px;
 	margin-bottom: 34px;
 	z-index: 1;
 }

 .service-block-one.block-one .inner-box .icon-box {
 	color: #005bac;
 }

 .service-block-one.block-two .inner-box .icon-box {
 	color: #f08418;
 }

 .service-block-one.block-three .inner-box .icon-box {
 	color: #1ba035;
 }

 .service-block-one .inner-box .icon-box .count-text {
 	position: absolute;
 	right: 0px;
 	bottom: 0px;
 	font-size: 24px;
 	line-height: 34px;
 	font-family: 'Urbanist', sans-serif;
 	font-weight: 600;
 }

 .service-block-one .inner-box .icon-box:before {
 	position: absolute;
 	content: '';
 	width: 70px;
 	height: 70px;
 	border-radius: 50% 50% 0px 50%;
 	right: 11px;
 	bottom: 9px;
 	z-index: -1;
 }

 .service-block-one.block-one .inner-box .icon-box:before {
 	background: #e5eef7;
 }

 .service-block-one.block-two .inner-box .icon-box:before {
 	background: #faecf0;
 }

 .service-block-one.block-three .inner-box .icon-box:before {
 	background: #faedf6;
 }

 .service-block-one .inner-box h3 {
 	display: block;
 	font-size: 24px;
 	line-height: 34px;
 	font-weight: 600;
 	margin-bottom: 25px;
 }

 .service-block-one .inner-box h3 a {
 	display: inline-block;
 	color: #272e39;
 }

 .service-block-one .inner-box h3 a:hover {
 	text-decoration: underline;
 }

 .service-block-one .inner-box .link a {
 	position: relative;
 	display: inline-block;
 	font-size: 18px;
 	line-height: 28px;
 	color: #272e39;
 	font-weight: 600;
 	margin-bottom: 26px;
 }

 .service-block-one .inner-box .link a:before {
 	position: absolute;
 	content: '';
 	background: #e7e3ee;
 	width: 35px;
 	height: 1px;
 	left: -51px;
 	top: 15px;
 	transition: all 500ms ease;
 }

 .service-block-one .inner-box .link a:hover:before {
 	opacity: 0;
 }

 .service-block-one .inner-box .link a span {
 	position: relative;
 	padding-right: 24px;
 	transition: all 500ms ease;
 }

 .service-block-one .inner-box .link a:hover span {
 	padding-right: 58px;
 }

 .service-block-one .inner-box .link a span:before {
 	position: absolute;
 	content: "\f108";
 	font-family: 'flaticon';
 	font-size: 20px;
 	top: -2px;
 	right: 0px;
 	font-weight: 400;
 }

 .service-block-one.block-one .inner-box .link a span:before {
 	color: #005bac;
 }

 .service-block-one.block-two .inner-box .link a span:before {
 	color: #f08418;
 }

 .service-block-one.block-three .inner-box .link a span:before {
 	color: #1ba035;
 }

 .service-block-one .inner-box .link a span:after {
 	position: absolute;
 	content: '';
 	width: 35px;
 	height: 1px;
 	top: 11px;
 	right: 13px;
 	transform: scaleX(0);
 	transform-origin: left center;
 	transition: all 500ms ease;
 }

 .service-block-one .inner-box .link a:hover span:after {
 	transform: scaleX(1);
 }

 .service-block-one.block-one .inner-box .link a span:after {
 	background: #005bac;
 }

 .service-block-one.block-two .inner-box .link a span:after {
 	background: #f08418;
 }

 .service-block-one.block-three .inner-box .link a span:after {
 	background: #1ba035;
 }

 .service-block-one.block-one .inner-box .link a:hover {
 	color: #005bac;
 }

 .service-block-one.block-two .inner-box .link a:hover {
 	color: #f08418;
 }

 .service-block-one.block-three .inner-box .link a:hover {
 	color: #1ba035;
 }

 .service-section .owl-dots {
 	position: relative;
 	display: block;
 	text-align: center;
 	margin-top: 47px;
 }

 .service-section .owl-dots span {
 	display: none !important;
 }

 .service-section .owl-dots button {
 	position: relative;
 	display: inline-block;
 	width: 14px;
 	height: 14px;
 	background: #e5eef7;
 	border-radius: 50% 50% 0px 50%;
 	cursor: pointer;
 	margin: 0px 35px;
 	transition: all 500ms ease;
 }

 .service-section .owl-dots button.active {}

 .service-section .owl-dots button:before {
 	position: absolute;
 	content: '';
 	background: #e7e3ee;
 	width: 50px;
 	height: 1px;
 	top: 7px;
 	right: -60px;
 }

 .service-section .owl-dots button:last-child:before {
 	opacity: 0;
 	z-index: -9;
 }

 .service-section .pattern-layer .pattern-1 {
 	position: absolute;
 	right: 235px;
 	bottom: 220px;
 	width: 280px;
 	height: 280px;
 	background-repeat: no-repeat;
 }

 .service-section .pattern-layer .pattern-2 {
 	position: absolute;
 	left: 245px;
 	bottom: -70px;
 	width: 280px;
 	height: 280px;
 	background-repeat: no-repeat;
 }


 /** growth-section **/

 .growth-section {
 	position: relative;
 	background: #252b35;
 }

 .growth-section .growth-inner {
 	position: relative;
 	display: inline-block;
 	width: 100%;
 	margin-top: -70px;
 	z-index: 1;
 }

 .growth-section .growth-inner .content-box {
 	position: relative;
 	padding: 80px 60px;
 	background: #005bac;
 	border-radius: 30px 0px 0px 30px;
 }

 .growth-section .growth-inner .content-box .sec-title {
 	margin-bottom: 33px;
 }

 .growth-section .growth-inner .content-box .text-box p {
 	color: #9ca4af;
 	margin-bottom: 32px;
 }

 .growth-section .growth-inner .content-box .text-box .theme-btn.btn-two {}

 .growth-section .growth-inner .content-box .image-box {
 	position: absolute;
 	right: 0px;
 	bottom: 0px;
 }

 .growth-section .growth-inner .progress-box {
 	position: absolute;
 	right: 20px;
 	bottom: 20px;
 	width: 240px;
 	padding: 20px 25px 25px 25px;
 	background: #272e39;
 	border-radius: 20px 20px 0px 20px;
 }

 .growth-section .growth-inner .progress-box h5 {
 	position: relative;
 	display: block;
 	font-size: 18px;
 	line-height: 28px;
 	color: #fff;
 	font-weight: 600;
 	margin-bottom: 7px;
 }

 .growth-section .growth-inner .progress-box .progress-inner h5 {
 	margin-bottom: 19px;
 }

 .growth-section .growth-inner .progress-box .count-text {
 	position: absolute;
 	top: -48px;
 	right: 0px;
 	font-size: 18px;
 	line-height: 28px;
 	font-family: 'Urbanist', sans-serif;
 	font-weight: 600;
 }

 .progress-box .bar {
 	position: relative;
 	width: 100%;
 	height: 8px;
 	background: rgba(255, 255, 255, 0.10);
 	border-radius: 25px;
 }

 .progress-box .bar-inner {
 	position: relative;
 	display: block;
 	width: 0px;
 	height: 8px;
 	border-radius: 25px;
 	-webkit-transition: all 1500ms ease;
 	-ms-transition: all 1500ms ease;
 	-o-transition: all 1500ms ease;
 	-moz-transition: all 1500ms ease;
 	transition: all 1500ms ease;
 }

 .growth-section .growth-content {
 	position: relative;
 	margin-left: -30px;
 	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
 	overflow: hidden;
 	border-top-right-radius: 30px;
 }

 .growth-block-one .inner-box {
 	position: relative;
 	display: block;
 	background: #fff;
 	border-top-right-radius: 30px;
 	padding: 32px 40px;
 }

 .growth-block-one .inner-box:before {
 	position: absolute;
 	content: '';
 	background: #e7e3ee;
 	width: calc(100% - 80px);
 	height: 1px;
 	left: 40px;
 	bottom: 0px;
 }

 .growth-block-one:last-child .inner-box:before {
 	display: none;
 }

 .growth-block-one .inner-box h3 {
 	display: block;
 	font-size: 22px;
 	line-height: 34px;
 	margin-bottom: 14px;
 }

 .growth-block-one .inner-box h3 a {
 	position: relative;
 	display: inline-block;
 	color: #272e39;
 }

 .growth-block-one .inner-box h3 a:hover {}

 .growth-block-one .inner-box p {
 	display: block;
 	margin-bottom: 30px;
 	font-size: 13px;
 	line-height: 25px;
 }

 .growth-block-one .inner-box .icon-box {
 	position: relative;
 	display: inline-block;
 	font-size: 60px;
 	line-height: 60px;
 	z-index: 1;
 }

 .growth-block-one .inner-box .icon-box:before {
 	position: absolute;
 	content: '';
 	background: #e5eef7;
 	width: 60px;
 	height: 60px;
 	border-radius: 50% 50% 0px 50%;
 	bottom: 8px;
 	right: -30px;
 	z-index: -1;
 }

 .growth-block-one .inner-box .link-box {
 	position: absolute;
 	right: 51px;
 	bottom: 39px;
 }

 .growth-block-one .inner-box .link-box a {
 	position: relative;
 	display: inline-block;
 	font-size: 14px;
 	line-height: 28px;
 	color: #272e39;
 }

 .growth-block-one .inner-box .link-box a:hover {}

 .growth-block-one .inner-box .link-box a:before {
 	position: absolute;
 	content: "\f108";
 	font-family: 'flaticon';
 	font-size: 16px;
 	right: -21px;
 	transform: rotate(180deg);
 	font-weight: 400;
 	transition: all 500ms ease;
 }

 .growth-block-one .inner-box .link-box a:hover:before {
 	opacity: 0;
 }

 .growth-block-one .inner-box .link-box a:after {
 	position: absolute;
 	content: '';
 	background: #e7e3ee;
 	width: 35px;
 	height: 1px;
 	top: 14px;
 	right: -51px;
 	transition: all 500ms ease;
 }

 .growth-block-one .inner-box .link-box a:hover:after {
 	opacity: 0;
 }

 .growth-block-one .inner-box .link-box a span {
 	position: relative;
 }

 .growth-block-one .inner-box .link-box a span:before {
 	position: absolute;
 	content: "\f108";
 	font-family: 'flaticon';
 	font-size: 16px;
 	left: -58px;
 	transform: rotate(180deg);
 	font-weight: 400;
 	opacity: 0;
 	transition: all 500ms ease;
 }

 .growth-block-one .inner-box .link-box a:hover span:before {
 	opacity: 1;
 }

 .growth-block-one .inner-box .link-box a span:after {
 	position: absolute;
 	content: '';
 	width: 35px;
 	height: 1px;
 	top: 9px;
 	left: -45px;
 	opacity: 0;
 	transition: all 500ms ease;
 }

 .growth-block-one .inner-box .link-box a:hover span:after {
 	opacity: 1;
 }

 .growth-section .pattern-layer {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	width: 100%;
 	height: 100%;
 	background-size: cover;
 	background-repeat: no-repeat;
 	background-position: center;
 }

 .clients-section {
 	position: relative;
 	padding: 100px 0px 94px 0px;
 }

 .clients-section .clients-logo {
 	position: relative;
 	display: block;
 }

 .clients-section .clients-logo img {
 	position: relative;
 	max-width: 100%;
 	width: auto;
 	margin: 0 auto;
 	transition: all 500ms ease;
 }


 .clients-section .clients-logo img:hover {
 	transform: scaleX(1.03);
 }

 .clients-section .more-text {
 	position: relative;
 	display: block;
 	padding-top: 53px;
 }

 .clients-section .more-text h5 {
 	display: block;
 	font-size: 22px;
 	line-height: 28px;
 	color: #fff;
 }

 .clients-section .more-text h5 a {
 	display: inline-block;
 	color: #fff;
 	font-weight: normal;
 	font-size: 14px;
 }

 .clients-section .more-text h5 a:hover {}

 .clients-section .more-text h5 a i {
 	position: relative;
 	font-size: 20px;
 	font-weight: 400;
 	top: 4px;
 	margin-right: 3px;
 	margin-left: 8px;
 }


 /** chooseus-section **/

 .chooseus-section {
 	position: relative;
 }

 .left-column .chooseus-block-one:nth-child(2) {
 	position: relative;
 	right: 50px;
 }

 .right-column .chooseus-block-one:nth-child(2) {
 	position: relative;
 	left: 50px;
 }

 .chooseus-block-one .inner-box {
 	position: relative;
 	display: block;
 	border: 1px solid #e7e3ee;
 	margin-bottom: 50px;
 }

 .left-column .chooseus-block-one .inner-box {
 	margin-right: 35px;
 	padding: 32px 30px 31px 30px;
 	border-radius: 30px 0px 0px 30px;
 }

 .right-column .chooseus-block-one .inner-box {
 	margin-left: 35px;
 	padding: 32px 30px 31px 60px;
 	border-radius: 0px 30px 30px 0px;
 }

 .chooseus-block-one:last-child .inner-box {
 	margin-bottom: 0px;
 }

 .chooseus-block-one .inner-box .icon-box {
 	position: absolute;
 	display: inline-block;
 	top: -20px;
 	width: 70px;
 	height: 100px;
 	font-size: 40px;
 	color: #faf9fc;
 	line-height: 110px;
 	text-align: center;
 	z-index: 1;
 	transition: all 500ms ease;
 }

 .left-column .chooseus-block-one .inner-box .icon-box {
 	right: -36px;
 	border-radius: 0px 30px 0px 30px;
 }

 .right-column .chooseus-block-one .inner-box .icon-box {
 	left: -36px;
 	border-radius: 30px 0px 30px 0px;
 }

 .chooseus-block-one .inner-box:hover .icon-box {}

 .chooseus-block-one .inner-box .icon-box:before {
 	position: absolute;
 	content: '';
 	background: #513785;
 	width: 20px;
 	height: 20px;
 	top: 0px;
 	transition: all 500ms ease;
 }

 .left-column .chooseus-block-one .inner-box .icon-box:before {
 	left: -20px;
 	border-top-left-radius: 15px;
 }

 .right-column .chooseus-block-one .inner-box .icon-box:before {
 	right: -20px;
 	border-top-right-radius: 15px;
 }

 .chooseus-block-one .inner-box:hover .icon-box:before {
 	background: #c0516b;
 }

 .chooseus-block-one .inner-box h3 {
 	display: block;
 	font-size: 24px;
 	line-height: 34px;
 	font-weight: 600;
 	margin-bottom: 9px;
 }

 .chooseus-block-one .inner-box .overlay-content {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	width: 100%;
 	background: #272e39;
 	padding: 24px 40px 27px 30px;
 	border-radius: 30px 0px 0px 30px;
 	opacity: 0;
 	transform: scaleY(0);
 	transform-origin: bottom center;
 	transition: all 500ms ease;
 }

 .right-column .chooseus-block-one .inner-box .overlay-content {
 	padding: 24px 30px 27px 50px;
 }

 .chooseus-block-one .inner-box:hover .overlay-content {
 	opacity: 1;
 	transform: scaleY(1);
 }

 .chooseus-block-one .inner-box .overlay-content p {
 	color: #9ca4af;
 }

 .chooseus-section .sec-title {
 	margin-bottom: 68px;
 }

 .chooseus-section .image-box {
 	position: relative;
 	display: block;
 	margin: 0px -50px;
 }

 .chooseus-section .image-box .image {
 	position: relative;
 	display: block;
 	border-radius: 50%;
 }

 .chooseus-section .image-box .image:before {
 	position: absolute;
 	content: '';
 	background: #272e39;
 	width: 100%;
 	height: 100%;
 	left: 0px;
 	top: 0px;
 	border-radius: 50%;
 	opacity: 0.35;
 	z-index: 1;
 }

 .chooseus-section .image-box .image img {
 	width: 100%;
 	border-radius: 50%;
 }

 .chooseus-section .image-box .image-shape {
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	transform: translate(-50%, -50%);
 	width: 287px;
 	height: 244px;
 	background-repeat: no-repeat;
 	z-index: 1;
 }

 .chooseus-section .big-text {
 	position: absolute;
 	left: 0px;
 	bottom: -15px;
 	width: 100%;
 	text-align: center;
 	font-size: 180px;
 	line-height: 160px;
 	font-family: 'Urbanist', sans-serif;
 	color: #fff;
 	text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
 	font-weight: 700;
 	text-transform: uppercase;
 }


 /** industries-section **/

 .industries-section {
 	position: relative;
 	/*  padding: 0px 140px; */
 }

 .industries-section .outer-container {
 	position: relative;
 	display: block;
 	overflow: hidden;
 	padding-top: 140px;
 }

 .industries-section .outer-container .bg-layer {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	width: 100%;
 	height: 100%;
 	background-size: cover;
 	background-repeat: no-repeat;
 	background-position: center;
 	background-attachment: fixed;
 }

 .industries-section .content-box {
 	position: relative;
 	display: block;
 	border-top-left-radius: 30px;
 	background: rgba(0, 91, 172, 0.8);
 	padding: 100px 90px 85px 0px;
 	margin-left: 100px;
 	margin-right: 15px;
 }

 .industries-section .content-box .sec-title {
 	padding-left: 100px;
 	margin-bottom: 39px;
 }

 .industries-section .tab-btns {
 	position: relative;
 	padding-right: 100px;
 }

 .industries-section .tab-btns:before {
 	position: absolute;
 	content: '';
 	background: #005bac;
 	width: 8px;
 	height: 100%;
 	top: 0px;
 	right: 0px;
 	border-radius: 20px;
 }

 .industries-section .tab-btns .tab-btn {
 	position: relative;
 	display: block;
 	cursor: pointer;
 	padding: 18px 20px 15px 100px;
 	border-top: 1px solid rgba(255, 255, 255, 0.15);
 }

 .industries-section .tab-btns .tab-btn:before {
 	position: absolute;
 	content: '';
 	background: #4c8cc5;
 	width: 4px;
 	height: calc(0% - 0px);
 	bottom: 10px;
 	right: -98px;
 	border-radius: 20px;
 	transition: all 500ms ease;
 }

 .industries-section .tab-btns .tab-btn.active-btn:before {
 	height: calc(100% - 20px);
 	top: 10px;
 }

 .industries-section .tab-btns .tab-btn.active-btn {
 	background: #fff;
 	border-top-right-radius: 30px;
 }

 .industries-section .tab-btns .tab-btn .count-text {
 	position: absolute;
 	left: -100px;
 	top: 0px;
 	width: 100px;
 	height: 106px;
 	line-height: 106px;
 	text-align: center;
 	border-top-right-radius: 30px;
 	font-size: 30px;
 	font-family: 'Urbanist', sans-serif;
 	font-weight: 600;
 	background: #fff;
 	opacity: 0;
 }

 .industries-section .tab-btns .tab-btn.active-btn .count-text {
 	opacity: 1;
 }

 .industries-section .tab-btns .tab-btn h3 {
 	display: block;
 	font-size: 22px;
 	line-height: 34px;
 	color: #fff;
 	margin-bottom: 10px;
 }

 .industries-section .tab-btns .tab-btn.active-btn h3 {
 	color: #272e39;
 }

 .industries-section .tab-btns .tab-btn a {
 	position: relative;
 	display: inline-block;
 	font-size: 20px;
 	color: #4c8cc5;
 }

 .industries-section .tab-btns .tab-btn.active-btn a {
 	transform: rotate(45deg);
 }

 .industries-section .tabs-content {
 	position: relative;
 	display: block;
 	margin-top: 238px;
 	background: #fff;
 	border-top-right-radius: 30px;
 	margin-left: -45px;
 	padding: 40px 45px 50px 45px;
 }

 .industries-section .tabs-content h3 {
 	display: block;
 	font-size: 24px;
 	line-height: 34px;
 	font-weight: 600;
 	padding-bottom: 31px;
 	margin-bottom: 25px;
 	border-bottom: 1px solid #e7e3ee;
 }

 .industries-section .tabs-content p {
 	margin-bottom: 20px;
 }

 .industries-section .tabs-content .list-item {
 	position: relative;
 	display: block;
 	margin-bottom: 37px;
 }

 .industries-section .tabs-content .list-item li {
 	position: relative;
 	display: block;
 	font-size: 16px;
 	line-height: 28px;
 	color: #272e39;
 	margin-bottom: 8px;
 	padding-left: 28px;
 }

 .industries-section .tabs-content .list-item li:last-child {
 	margin-bottom: 0px;
 }

 .industries-section .tabs-content .list-item li:before {
 	position: absolute;
 	content: '';
 	background-image: url(../images/icons/icon-1.png);
 	width: 11px;
 	height: 16px;
 	left: 0px;
 	top: 6px;
 	background-repeat: no-repeat;
 }


 /** working-section **/

 .working-section {
 	position: relative;
 	padding: 140px 0px 132px 0px;
 }

 .working-block-one .inner-box {
 	position: relative;
 	display: block;
 }

 .working-block-one .inner-box .image-box {
 	position: relative;
 	display: inline-block;
 	margin-bottom: 47px;
 }

 .working-block-one .inner-box .image-box .image {
 	position: relative;
 	display: block;
 	border-radius: 30px 30px 0px 30px;
 	z-index: 1;
 }

 .working-block-one .inner-box .image-box .image img {
 	width: 100%;
 	border-radius: 30px 30px 0px 30px;
 }

 .working-block-one .inner-box .image-box .image:before {
 	position: absolute;
 	content: '';
 	width: 100%;
 	height: 100%;
 	left: 0px;
 	top: 0px;
 	border-radius: 30px 30px 0px 30px;
 	transform: rotate(10deg);
 	z-index: -1;
 }

 .working-block-one .inner-box .image-box .icon-box {
 	position: absolute;
 	display: inline-block;
 	left: -70px;
 	top: -30px;
 	width: 100px;
 	height: 100px;
 	line-height: 100px;
 	font-size: 50px;
 	color: #fff;
 	text-align: center;
 	border-radius: 50% 50% 0px 50%;
 	background: rgba(108, 78, 167, 0.90);
 	z-index: 1;
 }

 .working-block-one .inner-box .lower-content {
 	position: relative;
 	padding-left: 85px;
 	text-align: left;
 	overflow: hidden;
 }

 .working-block-one .inner-box .lower-content:before {
 	position: absolute;
 	content: '';
 	background: #e7e3ee;
 	width: 230px;
 	height: 1px;
 	left: 85px;
 	bottom: 0px;
 }

 .working-block-one .inner-box .lower-content h3 {
 	display: block;
 	font-size: 24px;
 	line-height: 24px;
 	font-weight: 600;
 	margin-bottom: 19px;
 }

 .working-block-one .inner-box .lower-content p {
 	margin-bottom: 4px;
 }

 .working-block-one .inner-box .lower-content h2 {
 	position: relative;
 	display: block;
 	font-size: 72px;
 	line-height: 80px;
 	color: #e5eef7;
 	font-weight: 600;
 	top: 25px;
 	transition: all 500ms ease;
 }

 .working-block-one .inner-box .lower-content h2 span {
 	position: relative;
 	display: inline-block;
 	font-size: 22px;
 	line-height: 22px;
 	top: -17px;
 	transition: all 500ms ease;
 }

 .working-block-one .inner-box:hover .lower-content h2 {
 	top: 15px;
 }

 .working-block-one .inner-box:hover .lower-content h2 span {
 	top: -7px;
 }

 .working-section .working-block:nth-child(2) {
 	margin-top: -50px;
 }

 .working-section .sec-title {
 	margin-bottom: 128px;
 }

 .working-section .inner-content {
 	position: relative;
 }

 .working-section .inner-content .shape {
 	position: absolute;
 	left: -145px;
 	top: -22px;
 	width: 1460px;
 	height: 214px;
 	background-repeat: no-repeat;
 }

 .working-section .more-text {
 	position: relative;
 	display: block;
 	padding-top: 22px;
 }

 .working-section .more-text h5 {
 	display: block;
 	font-size: 18px;
 	line-height: 28px;
 	font-weight: 600;
 }

 .working-section .more-text h5 a {
 	display: inline-block;
 	color: #272e39;
 }

 .working-section .more-text h5 a:hover {}

 .working-section .more-text h5 a i {
 	position: relative;
 	font-size: 20px;
 	font-weight: 400;
 	top: 4px;
 	margin-right: 3px;
 	margin-left: 8px;
 }


 /** project-section **/

 .project-section {
 	position: relative;
 	padding-top: 140px;
 }

 .project-tab .p-tab {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	width: 100%;
 	height: auto;
 	opacity: 0;
 	visibility: hidden;
 }

 .project-tab .p-tab.active-tab {
 	position: relative;
 	visibility: visible;
 	opacity: 1;
 	z-index: 5;
 }

 .project-tab .p-tabs-content {
 	position: relative;
 	display: block;
 	margin-right: -700px;
 }

 .project-tab .p-tab.active-tab .four-item-carousel {
 	opacity: 1;
 	top: 0px;
 	-webkit-transition: all 1000ms ease;
 	-ms-transition: all 1000ms ease;
 	-o-transition: all 1000ms ease;
 	transition: all 1000ms ease;
 }

 .project-tab .p-tab .four-item-carousel {
 	opacity: 0;
 	top: 5px;
 }

 .project-block-one .inner-box {
 	position: relative;
 	display: block;
 	overflow: hidden;
 }

 .project-block-one .inner-box .image-box {
 	position: relative;
 	display: block;
 	overflow: hidden;
 }

 .project-block-one .inner-box .image-box:before {
 	position: absolute;
 	content: '';
 	background: #005bac;
 	width: 100%;
 	height: 100%;
 	left: 0px;
 	top: 0px;
 	z-index: 1;
 	opacity: 0;
 	border-radius: 30px 30px 0px 30px;
 	transition: all 500ms ease;
 }

 .project-block-one .inner-box:hover .image-box:before {
 	opacity: 0.5;
 }

 .project-block-one .inner-box .image-box img {
 	width: 100%;
 	border-radius: 30px;
 	transition: all 500ms ease;
 }

 .project-block-one .inner-box:hover .image-box img {
 	filter: grayscale(100%);
 	-webkit-filter: grayscale(100%);
 	-moz-filter: grayscale(100%);
 	-o-filter: grayscale(100%);
 	-ms-filter: grayscale(100%);
 	border-radius: 30px 30px 0px 30px;
 }

 .project-block-one .inner-box .content-inner {
 	position: absolute;
 	left: 20px;
 	bottom: 0px;
 	width: calc(100% - 40px);
 	z-index: 2;
 	padding-right: 60px;
 	opacity: 0;
 	transition: all 500ms ease;
 }

 .project-block-one .inner-box:hover .content-inner {
 	bottom: 20px;
 	opacity: 1;
 }

 .project-block-one .inner-box .content-inner .text-box {
 	position: relative;
 	display: block;
 	background: #fff;
 	padding: 20px 30px 21px 30px;
 	border-radius: 30px 30px 0px 30px;
 }

 .project-block-one .inner-box .content-inner .link {
 	position: absolute;
 	top: 0px;
 	right: 0px;
 	width: 60px;
 	height: 100%;
 	background: #fff;
 	border-top-right-radius: 30px;
 	text-align: center;
 	padding-top: 29px;
 }

 .project-block-one .inner-box .content-inner .link a {
 	position: relative;
 	display: inline-block;
 	font-size: 20px;
 	color: #a39eac;
 }

 .project-block-one .inner-box .content-inner .link a:hover {}

 .project-block-one .inner-box .content-inner .text-box h6 {
 	position: relative;
 	display: inline-block;
 	font-size: 14px;
 	line-height: 24px;
 	font-weight: 700;
 	text-transform: uppercase;
 	margin-bottom: 9px;
 	z-index: 1;
 }

 .project-block-one .inner-box .content-inner .text-box h6:before {
 	position: absolute;
 	content: '';
 	background: #e5eef7;
 	width: 100%;
 	height: 10px;
 	left: 0px;
 	bottom: 3px;
 	z-index: -1;
 }

 .project-block-one .inner-box .content-inner .text-box h3 {
 	display: block;
 	font-size: 22px;
 	line-height: 34px;
 }

 .project-block-one .inner-box .content-inner .text-box h3 a {
 	display: inline-block;
 	color: #272e39;
 }

 .project-block-one .inner-box .content-inner .text-box h3 a:hover {}

 .project-section:before {
 	position: absolute;
 	content: '';
 	background: #f2f6fb;
 	width: 100%;
 	height: 525px;
 	left: 0px;
 	top: 0px;
 }

 .project-section .tab-btn-box {
 	position: relative;
 	display: block;
 	background: #fff;
 	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
 	border-radius: 30px 30px 0px 30px;
 	padding: 19px 40px 20px 40px;
 }

 .project-section .tab-btn-box .tab-btns li {
 	position: relative;
 	display: block;
 	font-size: 18px;
 	line-height: 28px;
 	font-family: 'Urbanist', sans-serif;
 	font-weight: 600;
 	padding: 14px 0px 12px 0px;
 	border-bottom: 1px solid #e7e3ee;
 	cursor: pointer;
 	transition: all 500ms ease;
 }

 .project-section .tab-btn-box .tab-btns li:last-child {
 	border-bottom: none;
 }

 .project-section .tab-btn-box .tab-btns li.active-btn {}

 .project-section .owl-dots {
 	position: absolute;
 	top: -83px;
 	left: 0px;
 	right: 0px;
 	max-width: 670px;
 	width: 100%;
 	text-align: right;
 	min-height: 40px;
 	counter-reset: slides-num;
 }

 .project-section .owl-dots::after {
 	position: absolute;
 	right: 0px;
 	top: 0px;
 	content: "0" counter(slides-num);
 	display: inline-block;
 	font-size: 18px;
 	color: #a09ba9;
 	font-weight: 600;
 	font-family: 'Urbanist', sans-serif;
 }

 .project-section .owl-dots:before {
 	position: absolute;
 	content: '';
 	right: 29px;
 	top: 7px;
 	width: 1px;
 	height: 14px;
 	background: #a09ba9;
 	transform: rotate(10deg);
 }

 .project-section .owl-dots button span {
 	display: none !important;
 }

 .project-section .owl-dots button {
 	position: absolute;
 	top: -4px;
 	right: 55px;
 	counter-increment: slides-num;
 	font-size: 36px;
 	font-weight: 600;
 	font-family: 'Urbanist', sans-serif;
 }

 .project-section .owl-dots button.active:before {
 	position: absolute;
 	content: counter(slides-num);
 }

 .project-section .owl-dots button.active:after {
 	position: absolute;
 	content: '0';
 	top: 0px;
 	right: 0px;
 }

 .project-section .owl-nav {
 	position: absolute;
 	top: -86px;
 	left: 0px;
 	right: 0px;
 	width: 870px;
 	text-align: right;
 }

 .project-section .owl-nav:before {
 	position: absolute;
 	content: '';
 	background: #dcd8e6;
 	width: 125px;
 	height: 1px;
 	top: 14px;
 	right: 25px;
 }

 .project-section .owl-nav button {
 	position: absolute;
 	top: 0px;
 	display: inline-block;
 	font-size: 34px;
 	color: #a09ba9;
 	cursor: pointer;
 	transition: all 500ms ease;
 }

 .project-section .owl-nav button:hover {}

 .project-section .owl-nav button.owl-next {
 	right: -8px;
 }

 .project-section .owl-nav button.owl-prev {
 	right: 150px;
 	top: -5px;
 	transform: rotate(180deg);
 }

 .project-section .project-tab {
 	position: relative;
 }

 .project-section .project-tab .shape {
 	position: absolute;
 	left: 135px;
 	bottom: -110px;
 	width: 280px;
 	height: 280px;
 	background-repeat: no-repeat;
 }


 /** news-section **/

 .news-section {
 	position: relative;
 }

 .news-block-one .inner-box {
 	position: relative;
 	display: block;
 	padding: 34px 29px 27px 29px;
 	border: 1px solid #e7e3ee;
 	border-radius: 30px 30px 0px 30px;
 	/* overflow: hidden; */
 }

 .news-block-one .inner-box .category {
 	position: relative;
 	display: inline-block;
 	font-size: 14px;
 	line-height: 28px;
 	font-family: 'Urbanist', sans-serif;
 	font-weight: 700;
 	text-transform: uppercase;
 	text-align: center;
 	background: #e5eef7;
 	border-radius: 25px 25px 0px 25px;
 	margin-bottom: 13px;
 	padding: 2px 15px 0px 15px;
 }

 .news-block-one .inner-box .post-info li {
 	position: relative;
 	display: inline-block;
 	float: left;
 	font-size: 18px;
 	line-height: 28px;
 	font-family: 'Urbanist', sans-serif;
 	color: #75727b;
 	margin-right: 30px;
 }

 .news-block-one .inner-box .post-info li span {
 	color: #272e39;
 }

 .news-block-one .inner-box .post-info li a {
 	display: inline-block;
 	color: #75727b;
 }

 .news-block-one .inner-box .post-info li a:hover {}

 .news-block-one .inner-box .post-info li:last-child {
 	margin: 0px !important;
 }

 .news-block-one .inner-box .post-info li:before {
 	position: absolute;
 	content: '';
 	background: #bbb6c4;
 	width: 4px;
 	height: 4px;
 	border-radius: 50%;
 	top: 13px;
 	right: -18px;
 }

 .news-block-one .inner-box .post-info li:last-child:before {
 	display: none;
 }

 .news-block-one .inner-box .upper-box {
 	margin-bottom: 22px;
 }

 .news-block-one .inner-box .image-box {
 	position: relative;
 	display: block;
 	overflow: hidden;
 	margin-bottom: 22px;
 }

 .news-block-one .inner-box .image-box .image {
 	position: relative;
 	display: block;
 }

 .news-block-one .inner-box .image-box .image:before {
 	position: absolute;
 	/* content: ''; */
 	background: #272e39;
 	width: 100%;
 	height: 100%;
 	left: 0px;
 	top: 0px;
 	z-index: 1;
 	opacity: 0;
 	border-radius: 30px 30px 0px 30px;
 	transition: all 500ms ease;
 }

 .news-block-one .inner-box:hover .image-box .image:before {
 	opacity: 0;
 }

 .news-block-one .inner-box .image-box .image img {
 	width: 100%;
 	border-radius: 30px;
 	transition: all 500ms ease;
 }

 .news-block-one .inner-box:hover .image-box .image img {
 	border-bottom-right-radius: 0px;

 }

 .image a {
 	display: block;
 }

 .news-block-one .inner-box .image-box .view-btn {
 	position: absolute;
 	right: 20px;
 	bottom: 20px;
 	z-index: 2;
 	display: none;

 }

 .news-block-one .inner-box .image-box .view-btn a {
 	position: relative;
 	display: inline-block;
 	width: 60px;
 	height: 60px;
 	line-height: 70px;
 	font-size: 30px;
 	color: #272e39;
 	background: #fff;
 	text-align: center;
 	border-radius: 50% 50% 0px 50%;
 	transform: scale(0, 0);
 }

 .news-block-one .inner-box .image-box .view-btn a:hover {
 	color: #fff;
 }

 .news-block-one .inner-box:hover .image-box .view-btn a {
 	transform: scale(1, 1);
 }

 .news-block-one .inner-box h3 {
 	position: relative;
 	display: block;
 	font-size: 22px;
 	line-height: 34px;
 	margin-bottom: 16px;
 }

 .news-block-one .inner-box h3 a {
 	display: inline-block;
 	color: #272e39;
 }

 .news-block-one .inner-box h3 a:hover {}

 .news-block-one .inner-box .link a {
 	position: relative;
 	display: inline-block;
 	font-size: 14px;
 	line-height: 28px;
 	color: #75727b;
 }

 .news-block-one .inner-box .link a:before {
 	position: absolute;
 	content: '';
 	background: #e7e3ee;
 	width: 20px;
 	height: 1px;
 	left: -30px;
 	top: 15px;
 	transition: all 500ms ease;
 }

 .news-block-one .inner-box .link a:hover:before {
 	opacity: 0;
 }

 .news-block-one .inner-box .link a span {
 	position: relative;
 	padding-right: 24px;
 	transition: all 500ms ease;
 }

 .news-block-one .inner-box .link a:hover span {
 	padding-right: 58px;
 }

 .news-block-one .inner-box .link a span:before {
 	position: absolute;
 	content: "\f108";
 	font-family: 'flaticon';
 	font-size: 16px;
 	right: 0px;
 }

 .news-block-one .inner-box .link a span:after {
 	position: absolute;
 	content: '';
 	width: 35px;
 	height: 1px;
 	top: 9px;
 	right: 13px;
 	transform: scaleX(0);
 	transform-origin: left center;
 	transition: all 500ms ease;
 }

 .news-block-one .inner-box .link a:hover span:after {
 	transform: scaleX(1);
 }

 .news-block-one .inner-box .link a:hover {
 	color: #005bac;
 }


 /** testimonial-section **/

 .testimonial-section {
 	position: relative;
 	background: url(../images/shape-11.png) #005bac;
 }

 .testimonial-section .sec-title .sub-title {
 	color: #fff;
 }

 .testimonial-section .content-box {
 	position: relative;
 	display: block;
 }

 .testimonial-section .content-box .inner-box {
 	position: relative;
 	display: flex;
 	align-items: center;
 	margin-bottom: 36px;
 }

 .testimonial-section .content-box .inner-box .single-item {
 	position: relative;
 	display: block;
 	margin-right: 50px;
 }

 .testimonial-section .content-box .inner-box .single-item .icon-box {
 	position: absolute;
 	left: 0px;
 	top: 8px;
 }

 .testimonial-section .content-box .inner-box .single-item h5 {
 	display: block;
 	font-size: 18px;
 	line-height: 30px;
 	color: #fff;
 }

 .testimonial-section .content-box .inner-box .tag {
 	position: relative;
 	display: inline-block;
 	font-size: 18px;
 	line-height: 30px;
 	font-family: 'Urbanist', sans-serif;
 	color: #fff;
 	font-weight: 600;
 	border-radius: 30px 30px 0px 30px;
 	text-align: center;
 	padding: 9px 20px 7px 20px;
 	transform: rotate(-10deg);
 	margin-top: -26px;
 }

 .testimonial-section .content-box .link a {
 	position: relative;
 	display: inline-block;
 	font-size: 18px;
 	line-height: 28px;
 	font-weight: 600;
 	color: #fff;
 }

 .testimonial-section .content-box .link a:hover {}

 .testimonial-section .content-box .link a span {
 	position: relative;
 	padding-right: 22px;
 }

 .testimonial-section .content-box .link a span:before {
 	position: absolute;
 	content: "\f108";
 	font-family: 'flaticon';
 	font-size: 20px;
 	top: -2px;
 	right: 0px;
 	font-weight: 400;
 }

 .testimonial-section .content-box .sec-title {
 	margin-bottom: 31px;
 }

 .testimonial-block-one {
 	position: relative;
 	display: block;
 	padding-left: 100px;
 }

 .testimonial-block-one .thumb-box {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	width: 100px;
 	height: 100px;
 	border-top-right-radius: 30px;
 }

 .testimonial-block-one .thumb-box img {
 	width: 100%;
 	border-top-right-radius: 30px;
 }

 .testimonial-block-one .inner-box {
 	position: relative;
 	display: block;
 	background: #fff;
 	padding: 44px 41px 42px 90px;
 	border-radius: 30px 30px 0px 30px;
 	max-width: 500px;
 	height: 400px;
 }

 .testimonial-block-one .inner-box .icon-box {
 	position: absolute;
 	display: inline-block;
 	left: 0px;
 	top: 50px;
 	width: 60px;
 	height: 60px;
 	line-height: 60px;
 	text-align: center;
 	font-size: 30px;
 	color: #fff;
 	border-radius: 50% 50% 50% 0px;
 }

 .testimonial-block-one .inner-box .icon-box:before {
 	position: absolute;
 	content: '';
 	background: #e5eef7;
 	width: 60px;
 	height: 60px;
 	left: 0px;
 	top: 60px;
 	border-radius: 50% 50% 0px 50%;
 }

 .testimonial-block-one .inner-box h4 {
 	display: block;
 	font-size: 22px;
 	line-height: 30px;
 	font-weight: 600;
 	margin-bottom: 10px;
 }


 .testimonial-block-one .inner-box p {
 	display: block;
 	font-size: 13px;
 	line-height: 26px;
 	font-weight: 500;
 	margin: 10px 0;
 }

 .accordion .acc-content p {
 	font-size: 13px;
 }

 .testimonial-block-one .inner-box h3 {
 	display: block;
 	font-size: 24px;
 	line-height: 34px;
 	margin-bottom: 6px;
 	color: #75727b;
 	display: none;
 }

 .testimonial-block-one .inner-box .designation {
 	position: relative;
 	display: block;
 	font-size: 14px;
 	line-height: 28px;
 	font-family: 'Urbanist', sans-serif;
 }

 .testimonial-section .bx-viewport {
 	min-height: 373px !important;
 }

 .testimonial-section .testimonial-slider {
 	position: relative;
 }

 .testimonial-section .bx-controls.bx-has-controls-direction {
 	position: absolute;
 	left: 0px;
 	bottom: 0px;
 }

 .testimonial-section .bx-controls.bx-has-controls-direction:before {
 	position: absolute;
 	content: '';
 	background: #fff;
 	width: 1px;
 	height: 122px;
 	left: 50px;
 	bottom: 78px;
 }

 .testimonial-section .bx-controls.bx-has-controls-direction a.bx-prev,
 .testimonial-section .bx-controls.bx-has-controls-direction a.bx-next {
 	position: absolute;
 	display: inline-block;
 	left: 35px;
 	font-size: 32px;
 	color: #fff;
 	cursor: pointer;
 	transition: all 500ms ease;
 }

 .testimonial-section .bx-controls.bx-has-controls-direction a.bx-prev {
 	bottom: 43px;
 }

 .testimonial-section .bx-controls.bx-has-controls-direction a.bx-next {
 	bottom: 197px;
 }

 .testimonial-section .bx-controls.bx-has-controls-direction a.bx-prev:hover,
 .testimonial-section .bx-controls.bx-has-controls-direction a.bx-next:hover {}

 .testimonial-section .pattern-layer {
 	position: absolute;
 	right: 0px;
 	bottom: 0px;
 	width: 100%;
 	height: 100%;
 	background-repeat: no-repeat;
 }


 /** faq-section **/

 .faq-section {
 	position: relative;
 }

 .faq-section:before {
 	position: absolute;
 	content: '';
 	background: #e5eef7;
 	width: 625px;
 	height: 100%;
 	left: 0px;
 	top: 0px;
 }

 .faq-section .image-box {
 	position: relative;
 	display: block;
 	margin-right: 70px;
 }

 .faq-section .image-box .image {
 	position: relative;
 	display: block;
 	border-radius: 300px 300px 0px 300px;
 }

 .faq-section .image-box .image img {
 	width: 100%;
 	border-radius: 300px 300px 0px 300px;
 }

 .faq-section .image-box .btn-box {
 	position: absolute;
 	right: 30px;
 	bottom: 30px;
 }

 .faq-section .image-box .btn-box .theme-btn {
 	background: #fff;
 }

 .accordion-box .block .acc-content {
 	position: relative;
 	display: none;
 }

 .accordion-box .block .acc-content.current {
 	display: block;
 }

 .faq-section .content-box {
 	position: relative;
 	display: block;
 }

 .accordion-box {
 	position: relative;
 	display: block;
 	padding: 20px;
 	border-radius: 30px 30px 0px 30px;
 	background: -webkit-linear-gradient(90deg, #e9f6fc, #e5eef7 100%);
 }

 .accordion {
 	position: relative;
 	background: #fff;
 	margin-bottom: 20px;
 	border-radius: 30px 30px 0px 30px;
 }

 .accordion:last-child {
 	margin-bottom: 0px;
 }

 .accordion .acc-btn {
 	position: relative;
 	padding: 25px 70px 24px 20px;
 	cursor: pointer;
 }

 .accordion .acc-btn h4 {
 	font-size: 20px;
 	line-height: 30px;
 	font-weight: 600;
 }

 .accordion .acc-btn .icon-box {
 	position: absolute;
 	top: 20px;
 	right: 20px;
 	display: inline-block;
 	width: 40px;
 	height: 40px;
 	line-height: 50px;
 	font-size: 20px;
 	color: #272e39;
 	background: #e5eef7;
 	text-align: center;
 	border-radius: 50% 50% 0px 50%;
 	transition: all 500ms ease;
 }

 .fancybox-container {
 	z-index: 999999999 !important;
 }

 .accordion .acc-btn.active .icon-box {
 	color: #fff;
 	border-radius: 50%;
 	transform: rotate(90deg);
 }

 .accordion .acc-btn.active .icon-box i {
 	position: relative;
 	display: inline-block;
 	bottom: 2px;
 }

 .accordion .acc-content {
 	padding: 30px;
 	border-top: 1px solid #e7e3ee;
 	font-size: 16px;
 }

 .faq-section .big-text {
 	position: absolute;
 	left: 125px;
 	top: 50%;
 	transform: translateY(-50%);
 	width: 100%;
 	text-align: center;
 	font-size: 180px;
 	line-height: 160px;
 	font-family: 'Urbanist', sans-serif;
 	text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
 	font-weight: 900;
 	text-transform: uppercase;
 	writing-mode: vertical-lr;
 	color: #e5eef7;
 }


 /** appointment-section **/

 .appointment-section {
 	position: relative;
 	padding: 0px 140px;
 }

 .appointment-section:before {
 	position: absolute;
 	content: '';
 	background: #e5eef7;
 	width: 625px;
 	height: 50%;
 	left: 0px;
 	top: 0px;
 }

 .appointment-section .outer-container {
 	position: relative;
 	background: #272e39;
 	border-radius: 30px 30px 0px 30px;
 	overflow: hidden;
 }

 .appointment-section .sec-title {
 	z-index: 2;
 }

 .appointment-section .form-inner {
 	position: relative;
 	display: block;
 	background: #fff;
 	padding: 40px 35px;
 	border-radius: 30px 30px 0px 30px;
 	z-index: 2;
 }

 .appointment-section .form-inner .single-column {
 	padding: 0px 10px;
 }

 .appointment-section .form-inner .form-group {
 	position: relative;
 	display: block;
 	margin-bottom: 20px;
 }

 .appointment-section .form-inner .form-group:last-child {
 	margin-bottom: 0px;
 }

 .appointment-section .form-inner .form-group .select-box {
 	min-height: 60px;
 }

 .appointment-section .form-inner .form-group input[type='text'],
 .appointment-section .form-inner .form-group input[type='email'],
 .appointment-section .form-inner .form-group textarea,
 .appointment-section .form-inner .form-group .nice-select {
 	position: relative;
 	display: block;
 	width: 100%;
 	height: 60px;
 	background: #e5eef7;
 	border-radius: 20px 20px 0px 20px;
 	border: 1px solid #e5eef7;
 	font-size: 17px;
 	color: #75727b;
 	padding: 10px 20px;
 	transition: all 500ms ease;
 }

 .appointment-section .form-inner .form-group .nice-select {
 	padding: 0px 20px;
 	line-height: 60px;
 }

 .appointment-section .form-inner .form-group textarea {
 	height: 140px;
 	resize: none;
 }

 .appointment-section .form-inner .form-group input:focus,
 .appointment-section .form-inner .form-group textarea:focus {}

 .appointment-section .form-inner .theme-btn {
 	width: 100%;
 	margin-top: 20px;
 }

 .appointment-section .inner-box {
 	position: relative;
 	display: block;
 	padding-left: 40px;
 }

 .appointment-section .inner-box .icon-box {
 	position: relative;
 	display: inline-block;
 	font-size: 60px;
 	line-height: 60px;
 	color: #fff;
 	margin-bottom: 26px;
 }

 .appointment-section .inner-box .info-list li {
 	position: relative;
 	display: block;
 	margin-bottom: 26px;
 }

 .appointment-section .inner-box .info-list li:last-child {
 	margin-bottom: 0px;
 }

 .appointment-section .inner-box .info-list li h6 {
 	display: block;
 	font-size: 16px;
 	line-height: 26px;
 	color: #fff;
 	font-weight: 600;
 	text-transform: uppercase;
 	margin-bottom: 2px;
 }

 .appointment-section .inner-box .info-list li h4 {
 	display: block;
 	font-size: 20px;
 	line-height: 30px;
 	color: #fff;
 	font-weight: 600;
 }

 .appointment-section .inner-box .info-list li h4 a {
 	display: inline-block;
 	color: #fff;
 }

 .appointment-section .inner-box .info-list li h4 a:hover {
 	text-decoration: underline;
 }

 .appointment-section .inner-box .info-list {
 	margin-bottom: 29px;
 }

 .appointment-section .inner-box .social-links li {
 	position: relative;
 	display: inline-block;
 	margin-right: 35px;
 }

 .appointment-section .inner-box .social-links li:last-child {
 	margin: 0px !important;
 }

 .appointment-section .inner-box .social-links li a {
 	position: relative;
 	display: inline-block;
 	font-size: 20px;
 	color: #fff;
 }

 .appointment-section .inner-box .social-links li:before {
 	position: absolute;
 	content: '';
 	background: #ffbaca;
 	width: 4px;
 	height: 4px;
 	top: 11px;
 	right: -19px;
 	border-radius: 50%;
 }

 .appointment-section .inner-box .social-links li:last-child:before {
 	display: none;
 }

 .appointment-section .inner-box .shape {
 	position: absolute;
 	right: 0px;
 	bottom: -205px;
 	width: 770px;
 	height: 770px;
 	border-radius: 50%;
 }

 .appointment-section .image-layer {
 	position: absolute;
 	right: 0px;
 	bottom: 0px;
 	z-index: 1;
 }


 /** main-footer **/

 .main-footer {
 	position: relative;
 	background: url(images/111.jpg) #fff;
 }

 .main-footer .footer-top {
 	position: relative;
 	padding: 80px 0px 30px 0px;
 }

 .main-footer .logo-widget {
 	position: relative;
 	margin-top: 7px;
 }

 .main-footer .footer-logo {
 	position: relative;
 	display: block;
 	margin-bottom: 34px;
 }

 .main-footer .copyright h5 {
 	position: relative;
 	display: block;
 	font-size: 18px;
 	line-height: 28px;
 	font-weight: 600;
 	margin-bottom: 25px;
 }

 .main-footer .copyright h5 a {
 	display: inline-block;
 }

 .main-footer .copyright h5 a:hover {
 	text-decoration: underline;
 }

 .main-footer .footer-top .newsletter-widget h3 {
 	display: block;
 	font-size: 24px;
 	line-height: 34px;
 	font-weight: 600;
 	margin-bottom: 9px;
 }

 .main-footer .footer-top .newsletter-widget p {
 	margin: 15px 0;
 	max-width: 400px;
 }

 .main-footer .footer-top .newsletter-widget .form-inner .form-group {
 	position: relative;
 	display: block;
 	padding-right: 170px;
 }

 .main-footer .footer-top .newsletter-widget .form-inner .form-group input {
 	position: relative;
 	display: block;
 	width: 100%;
 	height: 50px;
 	border: 1px solid #e7e3ee;
 	border-radius: 30px 30px 0px 30px;
 	font-size: 14px;
 	color: #75727b;
 	padding: 10px 30px;
 	transition: all 500ms ease;
 }

 .main-footer .footer-top .newsletter-widget .form-inner .form-group input:focus {}

 .main-footer .footer-top .newsletter-widget .form-inner .form-group .theme-btn {
 	position: absolute;
 	top: 0px;
 	right: 0px;
 	width: 170px;
 	border: 1px solid #e7e3ee;
 	border-radius: 0px 30px 0px 0px;
 	padding: 10px 40px;
 }

 .main-footer .footer-top .newsletter-widget {
 	position: relative;
 	margin-top: 60px;
 }

 .main-footer .footer-top .newsletter-widget .icon-box {
 	position: absolute;
 	top: 7px;
 	right: 0px;
 }

 .main-footer .widget-title {
 	position: relative;
 	display: block;
 	padding-bottom: 15px;
 	margin-bottom: 26px;
 	border-bottom: 1px solid #e7e3ee;
 }

 .main-footer .widget-title h3 {
 	font-size: 22px;
 	line-height: 30px;
 }

 .main-footer .widget-section {
 	position: relative;
 	padding-bottom: 60px;
 }

 .main-footer .contact-widget .widget-content h4 {
 	position: relative;
 	display: block;
 	font-size: 20px;
 	line-height: 30px;
 	font-weight: 600;
 	margin-bottom: 26px;
 }

 .main-footer .contact-widget .widget-content h4 span {
 	position: relative;
 	display: inline-block;
 	z-index: 1;
 }

 .main-footer .contact-widget .widget-content h4 span:before {
 	position: absolute;
 	content: '';
 	background: #e5eef7;
 	width: 100%;
 	height: 10px;
 	left: 0px;
 	bottom: 3px;
 	z-index: -1;
 }

 .main-footer .contact-widget .widget-content h5 {
 	display: block;
 	font-size: 20px;
 	line-height: 30px;
 	font-weight: 600;
 	margin-bottom: 9px;
 }

 .main-footer .contact-widget .widget-content p {
 	margin-bottom: 21px;
 }

 .main-footer .contact-widget .widget-content .map-box {
 	position: relative;
 	display: block;
 	padding: 0px 0px 0px 50px;
 }

 .main-footer .contact-widget .widget-content .map-box .icon-box {
 	position: absolute;
 	display: inline-block;
 	left: 0px;
 	top: 0px;
 	width: 40px;
 	height: 40px;
 	line-height: 40px;
 	background: #e5eef7;
 	font-size: 20px;
 	text-align: center;
 	border-radius: 50%;
 }

 .main-footer .contact-widget .widget-content .map-box h6 {
 	display: block;
 	font-size: 18px;
 	line-height: 40px;
 	font-weight: 600;
 }

 .main-footer .contact-widget .widget-content .map-box h6 a {
 	color: #272e39;
 }

 .main-footer .contact-widget .widget-content .map-box h6 a:hover {}

 .main-footer .links-widget .links-list li {
 	position: relative;
 	display: block;
 	margin-bottom: 10px;
 }

 .main-footer .links-widget .links-list li:last-child {
 	margin-bottom: 0px;
 }

 .main-footer .links-widget .links-list li a {
 	position: relative;
 	display: inline-block;
 	font-size: 16px;
 	font-family: 'Mulish', sans-serif;
 	color: #75727b;
 	padding-left: 29px;
 }

 .main-footer .links-widget .links-list li a:hover {
 	padding-left: 54px;
 }

 .main-footer .links-widget .links-list li a:before {
 	position: absolute;
 	content: "\f108";
 	font-family: 'flaticon';
 	font-size: 20px;
 	left: 0px;
 	top: 0px;
 	color: #a39eab;
 	transition: all 500ms ease;
 }

 .main-footer .links-widget .links-list li a:hover:before {
 	left: 30px;
 }

 .main-footer .links-widget .links-list li a:after {
 	position: absolute;
 	content: '';
 	width: 30px;
 	height: 1px;
 	left: 6px;
 	top: 13px;
 	transform: scaleX(0);
 	transform-origin: left center;
 	transition: all 500ms ease;
 }

 .main-footer .links-widget .links-list li a:hover:after {
 	transform: scaleX(1);
 }

 .main-footer .post-widget .post {
 	position: relative;
 	display: block;
 	margin-bottom: 22px;
 }

 .main-footer .post-widget .post .category {
 	position: relative;
 	display: inline-block;
 	font-size: 14px;
 	line-height: 28px;
 	font-family: 'Urbanist', sans-serif;
 	text-transform: uppercase;
 	text-align: center;
 	background: #e5eef7;
 	border-radius: 25px 25px 0px 25px;
 	margin-bottom: 13px;
 	padding: 2px 15px 0px 15px;
 	margin-bottom: 13px;
 }

 .main-footer .post-widget .post h4 {
 	display: block;
 	font-size: 16px;
 	line-height: 25px;
 }

 .main-footer .post-widget .post h4 a {
 	display: inline-block;
 	color: #272e39;
 	font-size: 14px;
 }

 .main-footer .post-widget .post h4 a:hover {}

 .main-footer .post-widget .link-box a {
 	position: relative;
 	display: inline-block;
 	font-size: 17px;
 	line-height: 28px;
 	color: #272e39;
 	font-weight: 600;
 }

 .main-footer .post-widget .link-box a:hover {}

 .main-footer .post-widget .link-box a span {
 	position: relative;
 	padding-right: 22px;
 }

 .main-footer .post-widget .link-box a span:before {
 	position: absolute;
 	content: "\f108";
 	font-family: 'flaticon';
 	font-size: 20px;
 	top: -2px;
 	right: 0px;
 	font-weight: 400;
 }

 .footer-bottom {
 	position: relative;
 	width: 100%;
 	background: #272e39;
 	padding: 20.5px 0px;
 }

 .footer-bottom .bottom-inner {
 	position: relative;
 	display: flex;
 	align-items: center;
 	justify-content: space-between;
 }

 .footer-bottom .footer-nav {
 	position: relative;
 	display: flex;
 	align-items: center;
 }

 .footer-nav li {
 	position: relative;
 	margin-right: 32px;
 }

 .footer-nav li:last-child {
 	margin: 0px !important;
 }

 .footer-nav li:before {
 	position: absolute;
 	content: '';
 	background: #676f7c;
 	width: 2px;
 	height: 2px;
 	border-radius: 50%;
 	top: 14px;
 	right: -17px;
 }

 .footer-nav li:last-child:before {
 	display: none;
 }

 .footer-nav li a {
 	position: relative;
 	display: inline-block;
 	font-size: 14px;
 	line-height: 28px;
 	font-family: 'Mulish', sans-serif;
 	color: #9ca4af;
 }

 .footer-nav li a:hover {
 	color: #fff;
 }

 .footer-bottom .scroll-to-target {
 	position: relative;
 	display: inline-block;
 	font-size: 17px;
 	line-height: 28px;
 	font-family: 'Urbanist', sans-serif;
 	color: #fff;
 	font-weight: 600;
 	z-index: 1;
 	margin-right: 30px;
 }

 .footer-bottom .scroll-to-target i {
 	position: relative;
 	display: inline-block;
 	font-weight: 400;
 	margin-left: 8px;
 	font-size: 16px;
 	top: 3px;
 }

 .footer-bottom .scroll-to-target:before {
 	position: absolute;
 	content: '';
 	background-image: url(../images/shape/shape-12.png);
 	width: 175px;
 	height: 49px;
 	background-repeat: no-repeat;
 	left: -26px;
 	top: -9px;
 	z-index: -1;
 }



 /*** 

====================================================================
                        Home-Page-Two
====================================================================

***/

 /** header-style-two **/

 .header-style-two {
 	position: relative;
 }

 .header-top-two {
 	position: relative;
 	padding: 11px 0px;
 }

 .header-top-two .outer-container {
 	position: relative;
 	display: flex;
 	align-items: center;
 	justify-content: space-between;
 	padding: 0px 50px;
 }

 .header-top-two .info-list li {
 	position: relative;
 	display: inline-block;
 	font-size: 16px;
 	line-height: 26px;
 	font-weight: 700;
 	color: #9ca4af;
 	padding-left: 28px;
 	margin-right: 50px;
 }

 .header-top-two .info-list li:last-child {
 	margin: 0px ! !important;
 }

 .header-top-two .info-list li .icon-box {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 }

 .header-top-two .info-list li span {
 	color: #fff;
 	font-weight: 400;
 }

 .header-top-two .info-list li a:hover {
 	text-decoration: underline;
 }

 .header-top-two .language-box h5 {
 	font-size: 16px;
 	line-height: 26px;
 	font-family: 'Mulish', sans-serif;
 	font-weight: 700;
 	color: #9ca4af;
 }

 .header-top-two .language-box .nice-select {
 	color: #fff;
 	font-size: 16px;
 	font-weight: 400;
 	font-family: 'Mulish', sans-serif;
 }

 .header-top-two .language-box {
 	margin-right: 0px;
 }

 .header-top-two .language-box:before {
 	display: none;
 }

 .header-top-two .language-box .nice-select .list li {
 	color: #222;
 }

 .header-style-two .header-lower {
 	border-radius: 30px 30px 0px 0px;
 }

 .header-style-two .header-lower .logo-box {
 	padding: 25px 0px;
 }

 .header-style-two .outer-box .menu-area {
 	position: relative;
 	display: flex;
 	align-items: center;
 }

 .header-style-two .outer-box .menu-area .main-menu {
 	margin-right: 50px;
 }

 .main-header .menu-right-content .support-box {
 	position: relative;
 	margin-right: 50px;
 }

 .main-header .menu-right-content .support-box button {
 	position: relative;
 	display: inline-block;
 	font-size: 18px;
 	line-height: 25px;
 	font-family: 'Urbanist', sans-serif;
 	color: #fff;
 	font-weight: 600;
 	padding: 20px 20px 20px 80px;
 	text-align: left;
 	background: #272e39;
 	z-index: 1;
 }

 .main-header .menu-right-content .support-box button:before {
 	position: absolute;
 	content: '';
 	border-top-right-radius: 20px;
 	width: 100%;
 	height: 100%;
 	left: 0px;
 	top: 0px;
 	z-index: -1;
 }

 .main-header .menu-right-content .support-box button span {
 	display: block;
 	font-size: 17px;
 	line-height: 25px;
 	font-weight: 400;
 }

 .main-header .menu-right-content .support-box button img {
 	position: absolute;
 	left: 40px;
 	top: 29px;
 }

 .header-style-two .main-menu .navigation>li>a {
 	padding-top: 30px;
 	padding-bottom: 30px;
 }

 .header-style-two .main-menu .navigation>li>a:before {
 	top: 30px;
 }

 .header-style-two .main-menu .navigation>li>ul>li>a:before {
 	background-image: url(../images/icons/icon-13.png);
 }

 .header-style-two .main-menu .navigation>li>ul>li>ul>li>a:before {
 	background-image: url(../images/icons/icon-13.png);
 }

 .main-header .menu-right-content .social-links {
 	position: relative;
 	display: flex;
 	align-items: center;
 	margin-right: 60px;
 }

 .main-header .menu-right-content .social-links:before {
 	position: absolute;
 	content: '';
 	background: #e7e3ee;
 	width: 1px;
 	height: 44px;
 	top: -8px;
 	right: -31px;
 }

 .main-header .menu-right-content .social-links li {
 	position: relative;
 	margin-right: 35px;
 }

 .main-header .menu-right-content .social-links li:last-child {
 	margin: 0px !important;
 }

 .main-header .menu-right-content .social-links li a {
 	position: relative;
 	display: inline-block;
 	font-size: 20px;
 	color: #272e39;
 }

 .main-header .menu-right-content .social-links li a:hover {}

 .main-header .menu-right-content .social-links li:before {
 	position: absolute;
 	content: '';
 	background: #c8d1d6;
 	width: 4px;
 	height: 4px;
 	border-radius: 50%;
 	top: 12px;
 	right: -19px;
 }

 .main-header .menu-right-content .social-links li:last-child:before {
 	display: none;
 }


 /** banner-style-two **/

 .banner-style-two {
 	position: relative;
 }

 .banner-style-two .banner-carousel .slide-item {
 	padding: 153px 0px 160px 0px;
 }

 .banner-style-two .banner-carousel .slide-item:before {
 	background: #000000;
 	opacity: 0.3;
 }

 .banner-style-two .banner-carousel .slide-item.style-one:before {
 	background: -webkit-linear-gradient(0deg, rgba(40, 47, 58, 1) 0%, rgba(40, 47, 58, 0.0) 100%);
 	opacity: 1;
 }

 .banner-style-two .banner-carousel .slide-item:after {
 	position: absolute;
 	content: '';
 	background: rgba(255, 255, 255, 0.25);
 	width: calc(100% - 300px);
 	height: 1px;
 	left: 150px;
 	bottom: 353px;
 	z-index: 1;
 }

 .banner-style-two .content-box {
 	max-width: 730px;
 }

 .banner-style-two .content-box h6 {
 	display: block;
 	font-size: 16px;
 	line-height: 26px;
 	font-weight: 700;
 	text-transform: uppercase;
 	margin-bottom: 11px;
 	opacity: 0;
 	-webkit-transform: translateY(-10px);
 	-moz-transform: translateY(-10px);
 	-ms-transform: translateY(-10px);
 	-o-transform: translateY(-10px);
 	transform: translateY(-10px);
 	-webkit-transition: all 1000ms ease;
 	-moz-transition: all 1000ms ease;
 	-ms-transition: all 1000ms ease;
 	-o-transition: all 1000ms ease;
 	transition: all 1000ms ease;
 }

 .banner-style-two .banner-carousel .active .content-box h6 {
 	opacity: 1;
 	-webkit-transition-delay: 1000ms;
 	-moz-transition-delay: 1000ms;
 	-ms-transition-delay: 1000ms;
 	-o-transition-delay: 1000ms;
 	transition-delay: 1000ms;
 	-webkit-transform: translateY(0);
 	-moz-transform: translateY(0);
 	-ms-transform: translateY(0);
 	-o-transform: translateY(0);
 	transform: translateY(0);
 }

 .banner-style-two .content-box h2 {
 	font-size: 90px;
 	line-height: 100px;
 	font-weight: 700;
 	margin-bottom: 76px;
 }

 .banner-style-two .banner-carousel .content-box p {
 	margin-bottom: 32px;
 }

 .banner-style-two .owl-dots {
 	position: absolute;
 	left: 120px;
 	top: 58%;
 }

 .banner-style-two .owl-dots::after {
 	position: absolute;
 	right: 0px;
 	top: 0px;
 	content: "0" counter(slides-num);
 	display: inline-block;
 	font-size: 18px;
 	color: #fff;
 	font-weight: 600;
 	font-family: 'Urbanist', sans-serif;
 }

 .banner-style-two .owl-dots:before {
 	position: absolute;
 	content: '';
 	right: 29px;
 	top: 7px;
 	width: 1px;
 	height: 14px;
 	background: #fff;
 	transform: rotate(10deg);
 }

 .banner-style-two .owl-dots button span {
 	display: none !important;
 }

 .banner-style-two .owl-dots button {
 	position: absolute;
 	top: -4px;
 	right: 55px;
 	counter-increment: slides-num;
 	font-size: 36px;
 	font-weight: 600;
 	font-family: 'Urbanist', sans-serif;
 	color: #fff;
 }

 .banner-style-two .owl-dots button.active:before {
 	position: absolute;
 	content: counter(slides-num);
 }

 .banner-style-two .owl-dots button.active:after {
 	position: absolute;
 	content: '0';
 	top: 0px;
 	right: 0px;
 }

 .banner-style-two .owl-nav {
 	position: absolute;
 	top: 58%;
 	right: 50px;
 	margin-top: -2px;
 }

 .banner-style-two .owl-nav button.owl-next {
 	left: -33px;
 	transform: rotate(-90deg);
 	font-size: 40px;
 }

 .banner-style-two .owl-nav button.owl-prev {
 	left: -79px;
 	transform: rotate(-90deg);
 	font-size: 40px;
 }


 /** about-style-two **/

 .about-style-two {
 	position: relative;
 }

 .about-style-two .inner-box {
 	position: relative;
 	display: block;
 }

 .about-style-two .inner-box:before {
 	position: absolute;
 	content: '';
 	background: #e3e8eb;
 	width: 1px;
 	height: 100%;
 	top: 0px;
 	right: 70px;
 }

 .about-style-two .inner-box .experience-box {
 	position: relative;
 	display: block;
 	padding-left: 175px;
 	margin-bottom: 27px;
 	padding-top: 29px;
 }

 .about-style-two .inner-box .experience-box h2 {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	font-size: 140px;
 	line-height: 100px;
 	font-weight: 700;
 }

 .about-style-two .inner-box .experience-box h6 {
 	display: block;
 	font-size: 16px;
 	line-height: 26px;
 	color: #727579;
 	font-weight: 700;
 	text-transform: uppercase;
 }

 .about-style-two .inner-box .list-item {
 	position: relative;
 	display: block;
 	margin-bottom: 36px;
 	max-width: 370px;
 }

 .about-style-two .inner-box .list-item li {
 	position: relative;
 	display: block;
 	font-size: 18px;
 	line-height: 28px;
 	font-family: 'Urbanist', sans-serif;
 	color: #272e39;
 	font-weight: 600;
 	padding: 11px 0px 11px 28px;
 	border-bottom: 1px solid #d8dee2;
 }

 .about-style-two .inner-box .list-item li:last-child {
 	border-bottom: none;
 }

 .about-style-two .inner-box .list-item li:before {
 	position: absolute;
 	content: '';
 	background-image: url(../images/icons/icon-13.png);
 	width: 11px;
 	height: 16px;
 	left: 0px;
 	top: 16px;
 }

 .about-style-two .content-box {
 	position: relative;
 	display: block;
 }

 .about-style-two .content-box h3 {
 	position: relative;
 	display: inline-block;
 	font-size: 24px;
 	line-height: 34px;
 	font-weight: 600;
 	margin-bottom: 41px;
 	padding-bottom: 7px;
 }

 .about-style-two .content-box h3:before {
 	position: absolute;
 	content: '';
 	background: #e3e8eb;
 	width: 100%;
 	height: 1px;
 	left: 0px;
 	bottom: 0px;
 }

 .about-style-two .content-box h3:after {
 	position: absolute;
 	content: '';
 	background-image: url(../images/icons/flag-1.jpg);
 	width: 22px;
 	height: 22px;
 	top: -4px;
 	right: -29px;
 	border-radius: 50%;
 }

 .about-style-two .content-box .text-box {
 	margin-bottom: 28px;
 }

 .about-style-two .content-box .text-box p:first-child {
 	padding-left: 50px;
 }

 .about-style-two .content-box .text-box p span {
 	position: absolute;
 	left: 0px;
 	top: -1px;
 	font-size: 60px;
 	line-height: 60px;
 	font-family: 'Urbanist', sans-serif;
 	font-weight: 600;
 	text-transform: uppercase;
 }

 .about-style-two .content-box h5 {
 	display: block;
 	font-size: 18px;
 	line-height: 28px;
 	font-weight: 600;
 	margin-bottom: 26px;
 }

 .about-style-two .content-box .quote-box {
 	position: relative;
 	display: block;
 	padding-left: 95px;
 }

 .about-style-two .content-box .quote-box .icon-box {
 	position: absolute;
 	left: 0px;
 	top: -7px;
 	font-size: 60px;
 	line-height: 60px;
 	color: #eef3f6;
 }

 .about-style-two .content-box .quote-box h4 {
 	display: block;
 	font-size: 24px;
 	line-height: 34px;
 	font-weight: 600;
 	margin-bottom: 14px;
 }

 .about-style-two .content-box .quote-box h6 {
 	position: relative;
 	display: block;
 	font-size: 16px;
 	line-height: 26px;
 	font-weight: 700;
 	text-transform: uppercase;
 }

 .about-style-two .content-box .quote-box .designation {
 	position: relative;
 	display: block;
 }

 .about-style-two .pattern-layer {
 	position: absolute;
 	left: 50px;
 	top: 110px;
 	width: 542px;
 	height: 541px;
 	background-repeat: no-repeat;
 }


 /** funfact-section **/

 .funfact-section {
 	position: relative;
 	padding-top: 75px;
 }

 .funfact-section:before {
 	position: absolute;
 	content: '';
 	background: #252b35;
 	width: 100%;
 	height: calc(100% - 148px);
 	left: 0px;
 	bottom: 0px;
 }

 .funfact-section .inner-container {
 	position: relative;
 	z-index: 1;
 }

 .funfact-section .inner-container .bg-layer {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	width: 100%;
 	height: 100%;
 	border-radius: 30px 0px 0px 30px;
 	overflow: hidden;
 	background-size: cover;
 	background-repeat: no-repeat;
 	background-position: center;
 }

 .funfact-section .inner-container .bg-layer:before {
 	position: absolute;
 	content: '';
 	background: #272e39;
 	width: calc(50% - 85px);
 	height: 100%;
 	left: 0px;
 	top: 0px;
 	opacity: 0.6;
 	border-top-right-radius: 30px;
 }

 .funfact-section .content-box {
 	position: relative;
 	display: block;
 	padding: 117px 20px 122px 50px;
 }

 .funfact-section .content-box .icon-box {
 	position: relative;
 	display: block;
 	margin-bottom: 20px;
 }

 .funfact-section .content-box h2 {
 	display: block;
 	font-size: 48px;
 	line-height: 58px;
 	color: #fff;
 	font-weight: 600;
 }

 .funfact-section .funfact-inner {
 	position: relative;
 	border-radius: 30px 30px 0px 0px;
 	padding: 20px 40px 32px 40px;
 	margin-top: -75px;
 }

 .funfact-section .funfact-inner:before {
 	position: absolute;
 	content: '';
 	background: rgba(255, 255, 255, 0.25);
 	width: 1px;
 	height: 68px;
 	left: 50%;
 	top: 40px;
 }

 .funfact-section .funfact-block-one .inner-box {
 	padding: 0px;
 	background: transparent;
 }

 .funfact-section .funfact-block-one {
 	margin-right: 0px;
 }

 .funfact-section .funfact-inner .funfact-block-one .inner-box p {
 	color: #fff;
 }

 .funfact-block-one .inner-box .link {
 	position: absolute;
 	top: 20px;
 	right: 25px;
 }

 .funfact-block-one .inner-box .link a {
 	position: relative;
 	display: inline-block;
 	font-size: 20px;
 	color: #eef3f6;
 }

 .funfact-section .funfact-inner .funfact-block-one .inner-box .count-outer {
 	padding-top: 16px;
 }

 .funfact-section .funfact-inner .funfact-block-one .inner-box .count-outer:before {
 	left: -20px;
 }

 .funfact-section .funfact-inner .funfact-block:last-child {
 	padding-left: 40px;
 }

 .funfact-section .video-box {
 	position: absolute;
 	right: 20px;
 	bottom: 20px;
 }

 .funfact-section .video-box .video-btn {
 	position: relative;
 	display: inline-block;
 	font-size: 18px;
 	line-height: 28px;
 	color: #272e39;
 	font-weight: 600;
 	padding: 20px 40px 22px 67px;
 	background: #fff;
 	border-radius: 40px 40px 0px 40px;
 }

 .funfact-section .video-box .video-btn i {
 	position: absolute;
 	left: 40px;
 	top: 24px;
 	font-size: 16px;
 }


 /** service-style-two **/

 .service-style-two {
 	position: relative;
 	background: #252b35;
 }

 .service-style-two .service-block-one .inner-box {
 	background: transparent;
 	border: none;
 }

 .service-style-two .inner-container {
 	position: relative;
 	display: block;
 	border: 1px solid #404a5b;
 	border-radius: 30px 30px 0px 30px;
 	background: #272e39;
 	overflow: hidden;
 	padding: 40px 0px;
 }

 .service-style-two .service-block-one .inner-box .icon-box .count-text {
 	color: #fff;
 }

 .service-block:first-child .service-block-one .inner-box .icon-box .icon {
 	color: #43a5e6;
 }

 .service-block:nth-child(2) .service-block-one .inner-box .icon-box .icon {
 	color: #2ec1ad;
 }

 .service-block:last-child .service-block-one .inner-box .icon-box .icon {
 	color: #787acd;
 }

 .service-style-two .service-block-one .inner-box .icon-box:before {
 	background: #333c4a;
 }

 .service-style-two .service-block-one .inner-box h3 a {
 	color: #fff;
 }

 .service-style-two .service-block-one .inner-box .link a {
 	color: #fff;
 }

 .service-style-two .service-block-one .inner-box .link a:before {
 	background: #404a5b;
 }

 .service-block:first-child .service-block-one .inner-box .link a span:before {
 	color: #43a5e6;
 }

 .service-block:nth-child(2) .service-block-one .inner-box .link a span:before {
 	color: #2ec1ad;
 }

 .service-block:last-child .service-block-one .inner-box .link a span:before {
 	color: #787acd;
 }

 .service-block:first-child .service-block-one .inner-box .link a span:after {
 	background: #43a5e6;
 }

 .service-block:nth-child(2) .service-block-one .inner-box .link a span:after {
 	background: #2ec1ad;
 }

 .service-block:last-child .service-block-one .inner-box .link a span:after {
 	background: #787acd;
 }

 .service-block:first-child .service-block-one .inner-box .link a:hover {
 	color: #43a5e6;
 }

 .service-block:nth-child(2) .service-block-one .inner-box .link a:hover {
 	color: #2ec1ad;
 }

 .service-block:last-child .service-block-one .inner-box .link a:hover {
 	color: #787acd;
 }

 .service-style-two .service-block-one .inner-box p {
 	color: #9ca4af;
 }

 .service-style-two .service-block-one .inner-box {
 	padding-right: 30px;
 	overflow: visible;
 }

 .service-style-two .service-block-one .inner-box:before {
 	position: absolute;
 	content: '';
 	background: #404a5b;
 	width: 1px;
 	height: calc(100% - 32px);
 	left: 0px;
 	top: -1px;
 }

 .service-style-two .service-block:first-child .service-block-one .inner-box:before {
 	display: none;
 }

 .service-style-two .service-block-one .inner-box:after {
 	position: absolute;
 	content: '';
 	width: 100%;
 	height: 5px;
 	left: 0px;
 	top: -50px;
 	transform: scale(0, 0);
 	transition: all 500ms ease;
 }

 .service-style-two .service-block-one .inner-box:hover:after {
 	transform: scale(1, 1);
 }

 .service-style-two .service-block:first-child .service-block-one .inner-box:after {
 	background: #43a5e6;
 }

 .service-style-two .service-block:nth-child(2) .service-block-one .inner-box:after {
 	background: #2ec1ad;
 }

 .service-style-two .service-block:last-child .service-block-one .inner-box:after {
 	background: #787acd;
 }

 .service-style-two .pattern-layer {
 	position: absolute;
 	left: 0px;
 	top: -400px;
 	width: 100%;
 	height: 1352px;
 	background-size: cover;
 	background-repeat: no-repeat;
 	background-position: center;
 }


 /** skills-section **/

 .skills-section {
 	position: relative;
 	padding: 140px 0px 100px 0px;
 }

 .skills-section .image-box {
 	position: relative;
 	display: block;
 	margin-right: 40px;
 	padding-right: 70px;
 	padding-bottom: 140px;
 }

 .skills-section .image-box .image {
 	border-radius: 30px 30px 0px 30px;
 }

 .skills-section .image-box .image img {
 	width: 100%;
 	border-radius: 30px 30px 0px 30px;
 }

 .skills-section .image-box .image-2 {
 	position: absolute;
 	right: 0px;
 	bottom: 0px;
 }

 .skills-section .image-box .chart-box {
 	position: absolute;
 	left: 70px;
 	bottom: 70px;
 	width: 270px;
 	background: #fff;
 	border-radius: 30px 30px 0px 30px;
 	padding: 17px 25px 26px 25px;
 	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
 }

 .skills-section .image-box .chart-box h3 {
 	display: block;
 	font-size: 13.25px;
 	line-height: 16px;
 	font-weight: 700;
 	padding-left: 15px;
 	margin-bottom: 16px;
 }

 .skills-section .image-box .chart-box h3:before {
 	position: absolute;
 	content: '';
 	width: 10px;
 	height: 10px;
 	left: 0px;
 	top: 3px;
 	border-radius: 50%;
 }

 .skills-section .image-box .chart-box h5 {
 	display: block;
 	font-size: 10px;
 	line-height: 24px;
 	color: #75727b;
 	font-weight: 600;
 	margin-bottom: 2px;
 }

 .skills-section .image-box .chart-box h2 {
 	display: inline-block;
 	font-size: 33.12px;
 	line-height: 36px;
 	font-weight: 700;
 	padding-right: 15px;
 	margin-bottom: 12px;
 }

 .skills-section .image-box .chart-box h2:before {
 	position: absolute;
 	content: '';
 	width: 6px;
 	height: 6px;
 	top: 16px;
 	right: 0px;
 	clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 0% 100%, 50% 0%);
 }

 .skills-section .image-box .chart-box h4 {
 	display: block;
 	font-size: 11.04px;
 	line-height: 12px;
 	font-weight: 700;
 }

 .skills-section .image-box .chart-box .graph {
 	position: absolute;
 	right: 16px;
 	bottom: 20px;
 }

 .skills-section .image-box .image-shape {
 	position: absolute;
 	left: -100px;
 	bottom: -40px;
 	width: 280px;
 	height: 280px;
 	background-repeat: no-repeat;
 	z-index: -1;
 }

 .skills-section .content-box {
 	position: relative;
 	display: block;
 }

 .skills-section .content-box .text-box {
 	margin-bottom: 35px;
 }

 .skills-section .content-box .text-box p {
 	margin-bottom: 25px;
 }

 .skills-section .content-box .text-box p:last-child {
 	margin-bottom: 0px;
 	color: #272e39;
 }

 .skills-section .content-box .inner-box .single-item {
 	position: relative;
 	display: block;
 	padding-left: 38px;
 	margin-bottom: 42px;
 }

 .skills-section .content-box .inner-box .single-item .icon-box {
 	position: absolute;
 	left: -8px;
 	top: -4px;
 	font-size: 40px;
 }

 .skills-section .content-box .inner-box .single-item h3 {
 	display: block;
 	font-size: 22px;
 	line-height: 32px;
 	font-weight: 600;
 	margin-bottom: 17px;
 }

 .skills-section .content-box .inner-box .single-item h5 {
 	display: block;
 	font-size: 18px;
 	line-height: 28px;
 	font-weight: 600;
 }

 .skills-section .content-box .inner-box .single-item h5 a {
 	display: inline-block;
 	color: #727579;
 	padding-bottom: 7px;
 }

 .skills-section .content-box .inner-box .single-item h5 a:hover {}

 .skills-section .content-box .inner-box .single-item h5 a:before {
 	position: absolute;
 	content: '';
 	background: #e3e8eb;
 	width: 50px;
 	height: 2px;
 	left: 0px;
 	bottom: 0px;
 }

 .skills-section .content-box .inner-box .progress-box {
 	position: relative;
 	display: block;
 	margin-bottom: 30px;
 }

 .skills-section .content-box .inner-box .progress-box p {
 	margin-bottom: 15px;
 }

 .skills-section .content-box .inner-box .progress-box h5 {
 	position: relative;
 	display: block;
 	font-size: 18px;
 	line-height: 28px;
 	font-weight: 600;
 	margin-bottom: 2px;
 }

 .skills-section .content-box .inner-box .progress-box .bar {
 	height: 15px;
 	background: #eef3f6;
 	border-radius: 30px;
 }

 .skills-section .content-box .inner-box .progress-box .bar-inner {
 	height: 15px;
 	border-radius: 30px;
 }

 .skills-section .content-box .inner-box .progress-box .bar-inner:before {
 	position: absolute;
 	content: '';
 	background-image: url(../images/icons/polygon-1.png);
 	width: 18px;
 	height: 15px;
 	top: 0px;
 	right: -9px;
 	background-repeat: no-repeat;
 }

 .skills-section .content-box .sec-title {
 	margin-bottom: 32px;
 }


 /** chooseus-style-two **/

 .chooseus-style-two {
 	position: relative;
 	background-color: #eef3f6;
 }

 .chooseus-style-two .sec-title .sub-title:before {
 	background: #e1e9ef;
 }

 .chooseus-style-two .inner-container {
 	position: relative;
 }

 .chooseus-style-two .inner-container .bg-layer {
 	position: absolute;
 	right: -235px;
 	top: 0px;
 	width: calc(50% + 235px);
 	height: 100%;
 	background-size: cover;
 	background-repeat: no-repeat;
 	border-top-right-radius: 30px;
 }

 .chooseus-style-two .chooseus-block-two {
 	position: relative;
 	float: left;
 	width: 25%;
 	min-height: 350px;
 }

 .chooseus-block-two .inner-box {
 	position: relative;
 	display: block;
 	background: #fff;
 	padding: 44px 30px 35px 29px;
 	border: 1px solid #e3e8eb;
 	border-right: 1px solid transparent;
 }

 .chooseus-block-two:nth-child(3) .inner-box,
 .chooseus-block-two:last-child .inner-box {
 	border-right: 1px solid #e3e8eb;
 }

 .chooseus-block-two:first-child .inner-box,
 .chooseus-block-two:nth-child(2) .inner-box {
 	border-bottom: 1px solid transparent;
 }

 .chooseus-block-two:first-child .inner-box {
 	border-top-left-radius: 30px;
 }

 .chooseus-block-two:nth-child(5) .inner-box {
 	border-bottom-left-radius: 30px;
 }

 .chooseus-block-two .inner-box .icon-box {
 	position: relative;
 	display: inline-block;
 	width: 50px;
 	height: 50px;
 	line-height: 60px;
 	font-size: 40px;
 	background: #eef3f6;
 	border-radius: 50% 50% 0px 50%;
 	text-align: center;
 	margin-bottom: 28px;
 }

 .chooseus-block-two .inner-box .text {
 	position: relative;
 	display: block;
 	font-size: 17px;
 	font-weight: 600;
 	margin-bottom: 2px;
 }

 .chooseus-block-two .inner-box .text span {
 	position: relative;
 	font-size: 14px;
 	margin-left: 4px;
 	top: -8px;
 }

 .chooseus-block-two .inner-box h3 {
 	position: relative;
 	display: block;
 	font-size: 24px;
 	line-height: 34px;
 	font-weight: 600;
 	margin-bottom: 20px;
 }

 .chooseus-block-two .inner-box .link a {
 	position: relative;
 	display: inline-block;
 	font-size: 18px;
 	line-height: 28px;
 	color: #272e39;
 	font-weight: 600;
 	margin-bottom: 22px;
 }

 .chooseus-block-two .inner-box .link a:before {
 	position: absolute;
 	content: '';
 	background: #e7e3ee;
 	width: 20px;
 	height: 1px;
 	left: -30px;
 	top: 15px;
 	transition: all 500ms ease;
 }

 .chooseus-block-two .inner-box .link a:hover:before {
 	opacity: 0;
 }

 .chooseus-block-two .inner-box .link a span {
 	position: relative;
 	padding-right: 24px;
 	transition: all 500ms ease;
 }

 .chooseus-block-two .inner-box .link a:hover span {
 	padding-right: 58px;
 }

 .chooseus-block-two .inner-box .link a span:before {
 	position: absolute;
 	content: "\f108";
 	font-family: 'flaticon';
 	font-size: 20px;
 	top: -2px;
 	right: 0px;
 	font-weight: 400;
 }

 .chooseus-block-two .inner-box .link a span:after {
 	position: absolute;
 	content: '';
 	width: 35px;
 	height: 1px;
 	top: 11px;
 	right: 13px;
 	transform: scaleX(0);
 	transform-origin: left center;
 	transition: all 500ms ease;
 }

 .chooseus-block-two .inner-box .link a:hover span:after {
 	transform: scaleX(1);
 }

 .chooseus-style-two .big-text {
 	position: absolute;
 	left: 125px;
 	top: 50%;
 	transform: translateY(-50%);
 	width: 100%;
 	text-align: center;
 	font-size: 180px;
 	line-height: 160px;
 	font-family: 'Urbanist', sans-serif;
 	text-shadow: 0px 0px 30px #dbeaf4;
 	font-weight: 900;
 	text-transform: uppercase;
 	writing-mode: vertical-lr;
 	color: #f2f6f8;
 }


 /** working-style-two **/

 .working-style-two {
 	position: relative;
 }

 .working-style-two .inner-container {
 	position: relative;
 	border: 1px solid #e3e8eb;
 	border-radius: 30px 30px 0px 30px;
 }

 .working-block-two .inner-box {
 	position: relative;
 	display: block;
 	padding: 29px 14px 43px 14px;
 }

 .working-block:first-child .working-block-two .inner-box {
 	padding-left: 29px;
 }

 .working-block-two .inner-box:before {
 	position: absolute;
 	content: '';
 	background: #e3e8eb;
 	width: 1px;
 	height: 100%;
 	top: 0px;
 	right: -15px;
 }

 .working-block:last-child .working-block-two .inner-box:before {
 	display: none;
 }

 .working-block-two .inner-box .upper-box {
 	position: relative;
 	padding-bottom: 32px;
 	margin-bottom: 32px;
 	border-bottom: 1px solid #e3e8eb;
 }

 .working-block-two .inner-box .upper-box .count-text {
 	position: absolute;
 	left: 50%;
 	top: 43%;
 	transform: translate(-50%, -50%);
 	font-size: 129px;
 	line-height: 120px;
 	font-family: 'Urbanist', sans-serif;
 	color: #eef3f6;
 	font-weight: 700;
 }

 .working-block-two .inner-box .icon-box {
 	position: relative;
 	display: inline-block;
 	font-size: 70px;
 	line-height: 60px;
 	margin-bottom: 30px;
 }

 .working-block-two .inner-box h6 {
 	position: relative;
 	display: block;
 	font-size: 16px;
 	line-height: 26px;
 	font-weight: 700;
 	text-transform: uppercase;
 	margin-bottom: 24px;
 }

 .working-block-two .inner-box h3 {
 	display: block;
 	font-size: 24px;
 	line-height: 34px;
 	font-weight: 600;
 	margin-bottom: 10px;
 }

 .working-block-two .inner-box .lower-box a {
 	position: relative;
 	display: inline-block;
 	font-size: 18px;
 	line-height: 28px;
 	color: #272e39;
 	font-weight: 600;
 }

 .working-block-two .inner-box .lower-box a:hover {}

 .working-block-two .inner-box .lower-box a span {
 	position: relative;
 	padding-left: 16px;
 }

 .working-block-two .inner-box .lower-box a span:before {
 	position: absolute;
 	content: "\f108";
 	font-family: 'flaticon';
 	font-size: 20px;
 	top: -2px;
 	left: -7px;
 	font-weight: 400;
 }

 .working-block-two .inner-box .lower-box a span:after {
 	position: absolute;
 	content: '';
 	background: #e3e8eb;
 	width: 30px;
 	height: 1px;
 	left: -30px;
 	top: 12px;
 }


 .project-section.style-two:before,
 .project-section.style-two {
 	background: #eef3f6;
 }

 .project-section .outer-container {
 	padding: 0px 75px;
 }

 .project-block-one .inner-box .view-btn {
 	position: absolute;
 	left: 50%;
 	top: 40%;
 	transform: translate(-50%, -50%);
 	z-index: 2;
 }

 .project-block-one .inner-box .view-btn a {
 	position: relative;
 	display: inline-block;
 	font-size: 40px;
 	color: #fff;
 	transform: scale(0, 0);
 }

 .project-block-one .inner-box:hover .view-btn a {
 	transform: scale(1, 1);
 }

 .project-section.style-two .owl-dots {
 	max-width: 1200px;
 }

 .project-section.style-two .owl-nav {
 	width: 1470px;
 }


 /** pricing-section **/

 .pricing-section {
 	position: relative;
 }

 .pricing-block-one .pricing-table {
 	position: relative;
 	display: block;
 }

 .pricing-block-one .pricing-table .table-header {
 	position: relative;
 	display: block;
 	background: #fff;
 	padding: 43px 40px 33px 40px;
 	border-radius: 30px 30px 0px 30px;
 	box-shadow: 0px -30px 60px 0px rgba(237, 238, 242, 0.80);
 	z-index: 1;
 }

 .pricing-block-one.active-block .pricing-table .table-header {
 	background: #272e39;
 	box-shadow: none;
 	z-index: 0;
 }

 .pricing-block-one .pricing-table .table-header:before {
 	position: absolute;
 	content: '';
 	background: #e3e8eb;
 	width: calc(100% - 80px);
 	height: 1px;
 	left: 40px;
 	bottom: 0px;
 }

 .pricing-block-one .pricing-table .table-content {
 	position: relative;
 	display: block;
 	padding: 5px 40px 50px 40px;
 	background: #fff;
 	box-shadow: 0px 0px 60px 0px #edeef2;
 	border-radius: 0px 0px 0px 30px;
 }

 .pricing-block-one.active-block .pricing-table .table-content {
 	background: #272e39;
 	box-shadow: none;
 }

 .pricing-block-one .pricing-table .icon-box {
 	position: absolute;
 	display: inline-block;
 	top: 40px;
 	right: 40px;
 	width: 58px;
 	height: 58px;
 	line-height: 66px;
 	border: 1px solid #e3e8eb;
 	border-radius: 50% 50% 0px 50%;
 	font-size: 30px;
 	text-align: center;
 }

 .pricing-block-one .pricing-table h3 {
 	display: block;
 	font-size: 24px;
 	line-height: 34px;
 	font-weight: 600;
 	margin-bottom: 8px;
 }

 .pricing-block-one .pricing-table .feature-list li {
 	position: relative;
 	color: #727579;
 	padding: 12px 0px 16px 22px;
 	z-index: 1;
 }

 .pricing-block-one .pricing-table .feature-list li.light {
 	opacity: 0.5;
 }

 .pricing-block-one .pricing-table .feature-list li:before {
 	position: absolute;
 	content: '';
 	width: 8px;
 	height: 8px;
 	border-radius: 50%;
 	left: 0px;
 	top: 23px;
 	border: solid;
 	border-width: 2px;
 }

 .pricing-block-one .pricing-table .feature-list li:nth-child(even):after {
 	position: absolute;
 	content: '';
 	width: calc(100% + 40px);
 	left: -20px;
 	height: 100%;
 	top: 0px;
 	background: linear-gradient(90deg, #fff 0%, #eef3f6 50%, #fff 100%);
 	z-index: -1;
 }

 .pricing-block-one .pricing-table .feature-list {
 	margin-bottom: 32px;
 }

 .pricing-block-one .pricing-table .table-content h2 {
 	position: relative;
 	display: inline-block;
 	font-size: 60px;
 	line-height: 60px;
 	font-weight: 600;
 	padding-left: 22px;
 	padding-right: 123px;
 	margin-bottom: 31px;
 }

 .pricing-block-one .pricing-table .table-content h2 .symble {
 	position: absolute;
 	left: 0px;
 	top: 4px;
 	font-size: 26px;
 	line-height: 30px;
 }

 .pricing-block-one .pricing-table .table-content h2 .fraction {
 	position: absolute;
 	top: 2px;
 	right: 80px;
 	font-size: 26px;
 	line-height: 30px;
 }

 .pricing-block-one .pricing-table .table-content h2 .text {
 	position: absolute;
 	right: 0px;
 	bottom: 1px;
 	font-size: 14px;
 	line-height: 24px;
 	font-weight: 700;
 	color: #727579;
 	text-transform: uppercase;
 }

 .pricing-block-one .pricing-table .theme-btn {
 	background: #272e39;
 }

 .pricing-block-one .pricing-table .theme-btn:hover {}

 .pricing-block-one.active-block .pricing-table .table-header:before {
 	background: #394450;
 }

 .pricing-block-one.active-block .pricing-table .icon-box {
 	border-color: #394450;
 }

 .pricing-block-one.active-block .pricing-table h3 {
 	color: #fff;
 }

 .pricing-block-one.active-block .pricing-table p {
 	color: #9ca4af;
 }

 .pricing-block-one.active-block .pricing-table .feature-list li {
 	color: #9ca4af;
 }

 .pricing-block-one.active-block .pricing-table .feature-list li:nth-child(even):after {
 	background: linear-gradient(90deg, #272e39 0%, #333c4a 50%, #272e39 100%);
 }

 .pricing-block-one.active-block .pricing-table .table-content h2 .text {
 	color: #9ca4af;
 }

 .pricing-block-one.active-block .pricing-table .theme-btn {
 	background: #fff;
 	color: #272e39;
 }

 .pricing-block-one.active-block .pricing-table .theme-btn:hover {
 	color: #fff;
 }

 .pricing-block-one .pricing-table .discount-text {
 	position: absolute;
 	left: 40px;
 	top: -30px;
 	width: calc(100% - 80px);
 	text-align: center;
 	border-radius: 15px 15px 0px 0px;
 	font-size: 14px;
 	line-height: 24px;
 	font-family: 'Urbanist', sans-serif;
 	color: #fff;
 	font-weight: 700;
 	text-transform: uppercase;
 	padding: 5px 0px 1px 0px;
 }

 .pricing-section .sec-title {
 	margin-bottom: 78px;
 }


 /** testimonial-style-two **/

 .testimonial-style-two {
 	position: relative;
 }

 .testimonial-style-two .outer-container {
 	position: relative;
 	padding: 140px 0px 204px 0px;
 	z-index: 1;
 }

 .testimonial-style-two .outer-container:before {
 	position: absolute;
 	content: '';
 	background: #272e39;
 	width: calc(100% - 515px);
 	height: 100%;
 	left: 140px;
 	top: 0px;
 	border-radius: 30px 30px 0px 30px;
 	z-index: -1;
 }

 .testimonial-style-two .testimonial-content {
 	position: relative;
 	display: block;
 	padding-left: 300px;
 }

 .testimonial-style-two .testimonial-content .author-box {
 	position: absolute;
 	left: 0px;
 	top: 5px;
 }

 .testimonial-style-two .testimonial-content .author-box .thumb-box {
 	position: relative;
 	display: inline-block;
 	margin-bottom: 12px;
 }

 .testimonial-style-two .testimonial-content .author-box .thumb-box .thumb {
 	position: relative;
 	display: inline-block;
 	width: 66px;
 	height: 66px;
 	border: 4px solid #272e39;
 	border-radius: 50%;
 }

 .testimonial-style-two .testimonial-content .author-box .thumb-box .thumb img {
 	width: 100%;
 	border-radius: 50%;
 }

 .testimonial-style-two .testimonial-content .author-box .thumb-box .icon-box {
 	position: absolute;
 	top: 0px;
 	left: 50px;
 	width: 66px;
 	height: 66px;
 	line-height: 56px;
 	background: #fff;
 	text-align: center;
 	border: 4px solid #272e39;
 	border-radius: 50%;
 }

 .testimonial-style-two .testimonial-content .author-box .thumb-box .icon-box img {
 	display: inline-block;
 }

 .testimonial-style-two .testimonial-content .author-box h3 {
 	display: block;
 	font-size: 24px;
 	line-height: 34px;
 	color: #fff;
 	font-weight: 600;
 	margin-bottom: 6px;
 }

 .testimonial-style-two .testimonial-content .author-box h5 {
 	position: relative;
 	display: block;
 	font-size: 18px;
 	line-height: 26px;
 }

 .testimonial-style-two .testimonial-content .quote-box {
 	position: relative;
 	display: inline-block;
 	font-size: 60px;
 	line-height: 50px;
 	margin-bottom: 16px;
 }

 .testimonial-style-two .testimonial-content p {
 	font-size: 20px;
 	line-height: 35px;
 	color: #9ca4af;
 	max-width: 570px;
 }

 .testimonial-style-two .owl-dots {
 	position: absolute;
 	left: 274px;
 	bottom: -42px;
 	counter-reset: slides-num;
 }

 .testimonial-style-two .owl-dots::after {
 	position: absolute;
 	right: 0px;
 	top: 0px;
 	content: "0" counter(slides-num);
 	display: inline-block;
 	font-size: 18px;
 	color: #9ca4af;
 	font-weight: 600;
 	font-family: 'Urbanist', sans-serif;
 }

 .testimonial-style-two .owl-dots:before {
 	position: absolute;
 	content: '';
 	right: 29px;
 	top: 7px;
 	width: 1px;
 	height: 14px;
 	background: #9ca4af;
 	transform: rotate(10deg);
 }

 .testimonial-style-two .owl-dots button span {
 	display: none !important;
 }

 .testimonial-style-two .owl-dots button {
 	position: absolute;
 	top: -4px;
 	right: 55px;
 	counter-increment: slides-num;
 	font-size: 36px;
 	font-weight: 600;
 	font-family: 'Urbanist', sans-serif;
 	color: #fff;
 }

 .testimonial-style-two .owl-dots button.active:before {
 	position: absolute;
 	content: counter(slides-num);
 }

 .testimonial-style-two .owl-dots button.active:after {
 	position: absolute;
 	content: '0';
 	top: 0px;
 	right: 0px;
 }

 .testimonial-style-two .owl-nav {
 	position: absolute;
 	bottom: -46px;
 	left: 475px;
 }

 .testimonial-style-two .owl-nav:before {
 	position: absolute;
 	content: '';
 	background: #394450;
 	width: 125px;
 	height: 1px;
 	top: 12px;
 	right: 25px;
 }

 .testimonial-style-two .owl-nav button {
 	position: absolute;
 	top: 0px;
 	display: inline-block;
 	font-size: 30px;
 	color: #fff;
 	cursor: pointer;
 	transition: all 500ms ease;
 }

 .testimonial-style-two .owl-nav button:hover {}

 .testimonial-style-two .owl-nav button.owl-next {
 	right: -8px;
 }

 .testimonial-style-two .owl-nav button.owl-prev {
 	right: 150px;
 	top: -5px;
 	transform: rotate(180deg);
 }

 .testimonial-style-two .image-thumb {
 	position: absolute;
 	display: block;
 	width: 562px;
 	padding-top: 200px;
 	padding-bottom: 200px;
 	top: 0px;
 	right: 0px;
 	z-index: 1;
 }

 .testimonial-style-two .thumb-list li {
 	position: relative;
 	display: flex;
 	float: left;
 	width: 188px;
 	align-items: center;
 	justify-content: center;
 	text-align: center;
 	margin: 0px -1px;
 	min-height: 198px;
 }

 .testimonial-style-two .thumb-list li .single-item {
 	position: relative;
 	display: inline-block;
 }

 .testimonial-style-two .thumb-list li:first-child {
 	position: absolute;
 	left: 188px;
 	top: 0px;
 }

 .testimonial-style-two .thumb-list li:first-child .image,
 .testimonial-style-two .thumb-list li:nth-child(5) .image {
 	border-top-right-radius: 30px;
 }

 .testimonial-style-two .thumb-list li:first-child .image img,
 .testimonial-style-two .thumb-list li:nth-child(5) .image img {
 	border-top-right-radius: 30px;
 }

 .testimonial-style-two .thumb-list li:last-child .image,
 .testimonial-style-two .thumb-list li:nth-child(3) .image {
 	border-top-left-radius: 30px;
 }

 .testimonial-style-two .thumb-list li:last-child .image img,
 .testimonial-style-two .thumb-list li:nth-child(3) .image img {
 	border-top-left-radius: 30px;
 }

 .testimonial-style-two .thumb-list li:nth-child(2) {
 	position: absolute;
 	top: 0px;
 	right: 0px;
 }

 .testimonial-style-two .thumb-list li:last-child {
 	position: absolute;
 	left: 188px;
 	bottom: 0px;
 }

 .testimonial-style-two .thumb-list li .single-item .icon-box {
 	position: relative;
 	display: block;
 	font-size: 46px;
 	line-height: 50px;
 	margin-bottom: 3px;
 }

 .testimonial-style-two .thumb-list li .single-item h5 {
 	display: block;
 	font-size: 18px;
 	line-height: 28px;
 	font-weight: 600;
 }

 .testimonial-style-two .pattern-layer {
 	position: absolute;
 	right: 375px;
 	bottom: 0px;
 	width: 260px;
 	height: 270px;
 	background-repeat: no-repeat;
 }

 .testimonial-style-two .big-text {
 	position: absolute;
 	left: 205px;
 	top: 50%;
 	transform: translateY(-50%);
 	width: 100%;
 	text-align: center;
 	font-size: 150px;
 	line-height: 120px;
 	font-family: 'Urbanist', sans-serif;
 	text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.40);
 	font-weight: 900;
 	text-transform: uppercase;
 	writing-mode: vertical-lr;
 	color: #232c36;
 }


 /** news-style-two **/

 .news-style-two {
 	position: relative;
 }

 .post-block-one .inner-box {
 	position: relative;
 	display: block;
 	padding-left: 120px;
 	margin-bottom: 33px;
 }

 .post-block-one .inner-box .post-thumb {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	width: 90px;
 	height: 90px;
 	border-radius: 15px;
 }

 .post-block-one .inner-box .post-thumb img {
 	width: 100%;
 	border-radius: 15px;
 }

 .post-block-one .inner-box .category {
 	position: relative;
 	display: inline-block;
 	font-size: 14px;
 	line-height: 28px;
 	font-family: 'Urbanist', sans-serif;
 	font-weight: 700;
 	text-transform: uppercase;
 	text-align: center;
 	background: #e5eef7;
 	border-radius: 25px 25px 0px 25px;
 	margin-bottom: 13px;
 	padding: 2px 15px 0px 15px;
 	margin-bottom: 13px;
 }

 .post-block-one .inner-box h4 {
 	display: block;
 	font-size: 20px;
 	line-height: 30px;
 	font-weight: 600;
 }

 .post-block-one .inner-box h4 a {
 	display: inline-block;
 	color: #272e39;
 }

 .post-block-one .inner-box h4 a:hover {}

 .nav-style-one .owl-nav button {
 	position: relative;
 	display: inline-block;
 	font-size: 30px;
 	color: #a8b3be;
 	width: 60px;
 	height: 60px;
 	line-height: 60px;
 	border: 1px solid #e3e8eb;
 	border-radius: 50%;
 	text-align: center;
 	cursor: pointer;
 	transition: all 500ms ease;
 }

 .news-style-two .nav-style-one .owl-nav {
 	position: absolute;
 	top: -120px;
 	right: 0px;
 }

 .nav-style-one .owl-nav button:hover {
 	color: #fff;
 }

 .nav-style-one .owl-nav button.owl-prev {
 	margin-right: 10px;
 }

 .nav-style-one .owl-nav button.owl-prev span {
 	position: relative;
 	display: inline-block;
 	transform: rotate(180deg);
 }


 /** clients-style-two **/

 .clients-style-two {
 	position: relative;
 	padding: 140px 0px 130px 0px;
 	background-color: #f0f4f7;
 }

 .clients-style-two .clients-list {
 	position: relative;
 }

 .clients-style-two .clients-list li {
 	position: relative;
 	display: block;
 	float: left;
 	width: 20%;
 	text-align: center;
 	border-right: 1px solid #d8dee2;
 	min-height: 131px;
 }

 .clients-style-two .clients-list li:last-child {
 	border-right: none;
 }

 .clients-style-two .clients-list li img {
 	position: relative;
 	display: block;
 	max-width: 100%;
 	width: auto;
 	margin: 0 auto;
 	transition: all 500ms ease;
 }

 .clients-style-two .clients-list li img:hover {
 	transform: scale(1.02);
 }

 .clients-style-two .clients-list:first-child li {
 	padding-bottom: 50px;
 	border-bottom: 1px solid #d8dee2;
 }

 .clients-style-two .clients-list:last-child li {
 	padding-top: 50px;
 }

 .clients-style-two .more-text {
 	position: relative;
 	display: block;
 	padding-top: 47px;
 }

 .clients-style-two .more-text h5 {
 	display: block;
 	font-size: 18px;
 	line-height: 28px;
 	font-weight: 600;
 }

 .clients-style-two .more-text h5 a {
 	display: inline-block;
 	color: #272e39;
 }

 .clients-style-two .more-text h5 a:hover {}

 .clients-style-two .more-text h5 a i {
 	position: relative;
 	font-size: 20px;
 	font-weight: 400;
 	top: 4px;
 	margin-right: 3px;
 	margin-left: 8px;
 }


 /** subscribe-section **/

 .subscribe-section {
 	position: relative;
 	background: #f0f4f7;
 }

 .subscribe-section .content-box {
 	position: relative;
 	display: block;
 	margin-left: -60px;
 	z-index: 1;
 	padding: 33px 0px 36px 60px;
 }

 .subscribe-section .content-box .big-text {
 	position: absolute;
 	left: 0px;
 	top: 4px;
 	font-size: 180px;
 	line-height: 140px;
 	font-family: 'Urbanist', sans-serif;
 	color: #3e9ddc;
 	font-weight: 900;
 	text-transform: uppercase;
 }

 .subscribe-section .content-box .text-box {
 	position: relative;
 }

 .subscribe-section .content-box .text-box .shape {
 	position: absolute;
 	top: -13px;
 	right: 0px;
 	width: 178px;
 	height: 46px;
 	background-repeat: no-repeat;
 }

 .subscribe-section .content-box:before {
 	position: absolute;
 	content: '';
 	width: 5000px;
 	height: 100%;
 	left: 0px;
 	top: 0px;
 	z-index: -1;
 }

 .subscribe-section .content-box h2 {
 	display: block;
 	font-size: 30px;
 	line-height: 40px;
 	color: #fff;
 	font-weight: 600;
 	margin-bottom: 3px;
 }

 .subscribe-section .content-box p {
 	display: block;
 	color: #e4f3fc;
 }

 .subscribe-section .form-inner .form-group {
 	position: relative;
 	margin-bottom: 0px;
 	padding-right: 59px;
 }

 .subscribe-section .form-inner .form-group input[type='email'] {
 	position: relative;
 	display: block;
 	width: 100%;
 	height: 60px;
 	font-size: 17px;
 	color: #e3f2fc;
 	border: 1px solid #6cc2fc;
 	border-radius: 30px 30px 0px 30px;
 	padding: 10px 30px;
 	background: #43a5e6;
 }

 .subscribe-section .form-inner .form-group button[type='submit'] {
 	position: absolute;
 	top: 0px;
 	right: 0px;
 	width: 60px;
 	height: 60px;
 	line-height: 62px;
 	font-size: 24px;
 	text-align: center;
 	border: 1px solid #6cc2fc;
 	background: #43a5e6;
 	color: #fff;
 	border-top-right-radius: 30px;
 }


 /** footer-style-two **/

 .footer-style-two {
 	position: relative;
 	background: #272e39;
 }

 .footer-style-two .widget-section {
 	position: relative;
 	padding: 113px 0px 110px 0px;
 	border-bottom: 1px solid #394450;
 }

 .footer-style-two .logo-widget {
 	margin-right: 30px;
 	margin-top: -253px;
 }

 .footer-style-two .logo-widget .widget-content {
 	position: relative;
 	width: 100%;
 	background-size: cover;
 	background-repeat: no-repeat;
 	background-position: center;
 	padding: 82px 30px 80px 30px;
 	text-align: center;
 	border-radius: 30px 30px 0px 30px;
 	overflow: hidden;
 }

 .footer-style-two .logo-widget .widget-content:before {
 	position: absolute;
 	content: '';
 	background: #000000;
 	width: 100%;
 	height: 100%;
 	left: 0px;
 	top: 0px;
 	opacity: 0.1;
 }

 .footer-style-two .logo-widget .award-image {
 	position: relative;
 	display: block;
 	margin-bottom: 30px;
 }

 .footer-style-two .logo-widget .footer-logo {
 	position: relative;
 	display: block;
 	margin-bottom: 33px;
 	padding-bottom: 40px;
 	border-bottom: 2px solid #ffffff;
 }

 .footer-style-two .logo-widget h3 {
 	display: block;
 	font-size: 24px;
 	line-height: 34px;
 	color: #fff;
 	font-weight: 600;
 	margin-bottom: 21px;
 }

 .footer-style-two .widget-title {
 	position: relative;
 	display: block;
 	margin-bottom: 25px;
 }

 .footer-style-two .widget-title h3 {
 	font-size: 24px;
 	line-height: 34px;
 	color: #fff;
 	font-weight: 600;
 }

 .footer-style-two .contact-widget .single-item h4 {
 	display: block;
 	font-size: 20px;
 	line-height: 30px;
 	color: #fff;
 	font-weight: 600;
 	margin-bottom: 9px;
 }

 .footer-style-two .contact-widget .single-item p {
 	color: #9ca4af;
 }

 .footer-style-two .contact-widget .single-item p span {
 	color: #ffffff;
 }

 .footer-style-two .contact-widget .single-item p a {
 	display: inline-block;
 	color: #9ca4af;
 	font-family: 'Mulish', sans-serif;
 }

 .footer-style-two .contact-widget .single-item p a:hover {
 	color: #fff;
 	text-decoration: underline;
 }

 .footer-style-two .contact-widget .single-item {
 	margin-bottom: 25px;
 }

 .footer-style-two .contact-widget h5 {
 	position: relative;
 	display: block;
 	font-size: 18px;
 	line-height: 28px;
 	font-weight: 600;
 }

 .footer-style-two .contact-widget h5 a {
 	position: relative;
 	display: inline-block;
 	color: #fff;
 	padding-left: 16px;
 }

 .footer-style-two .contact-widget h5 a:hover {}

 .footer-style-two .contact-widget h5 a:before {
 	position: absolute;
 	content: "\f108";
 	font-family: 'flaticon';
 	font-size: 20px;
 	left: -5px;
 	top: 1px;
 	font-weight: 400;
 }

 .footer-style-two .links-widget .links-list li {
 	position: relative;
 	display: block;
 	margin-bottom: 13px;
 }

 .footer-style-two .links-widget .links-list li:last-child {
 	margin-bottom: 0px;
 }

 .footer-style-two .links-widget .links-list li a {
 	position: relative;
 	display: inline-block;
 	font-size: 17px;
 	font-family: 'Mulish', sans-serif;
 	color: #9ca4af;
 }

 .footer-style-two .links-widget .links-list li a:hover {
 	color: #fff;
 }

 .footer-style-two .footer-bottom .copyright p {
 	color: #9ca4af;
 }


 /*** 

====================================================================
                        Home-Page-Three
====================================================================

***/

 .header-style-three {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	width: 100%;
 	background: transparent;
 }

 .header-style-three .header-lower {
 	background: transparent;
 }

 .header-style-three .menu-area {
 	position: relative;
 	display: flex;
 	align-items: center;
 }

 .header-style-three .logo-box {
 	margin-right: 80px;
 	padding: 37px 0px;
 }

 .header-style-three .main-menu .navigation>li>ul>li>a:before {
 	background-image: url(../images/icons/icon-17.png);
 }

 .header-style-three .main-menu .navigation>li>ul>li>ul>li>a:before {
 	background-image: url(../images/icons/icon-17.png);
 }

 .header-style-three .language-box:before {
 	display: none;
 }

 .header-style-three .language-box {
 	margin-right: 30px;
 }

 .header-style-three .btn-box {
 	margin-right: 30px;
 }

 .header-style-three .menu-right-content .search-box-outer:before {
 	background: #bcd2d2;
 }

 .header-style-three .btn-box .theme-btn {
 	background: transparent;
 	padding: 12px 40px;
 }

 .header-style-three .nav-btn {
 	width: 54px;
 	height: 54px;
 	line-height: 52px;
 	text-align: center;
 	border-radius: 50%;
 }

 .header-style-three .sticky-header .logo-box {
 	padding: 17px 0px;
 }



 /** banner-style-three **/

 .banner-style-three {
 	position: relative;
 	padding: 270px 0px 140px 0px;
 	background: #e7f5f5;
 }

 .banner-style-three .content-box {
 	position: relative;
 	display: block;
 	margin-left: -55px;
 }

 .banner-style-three .content-box h6 {
 	display: block;
 	font-size: 16px;
 	line-height: 26px;
 	font-weight: 700;
 	text-transform: uppercase;
 	margin-bottom: 9px;
 }

 .banner-style-three .content-box h2 {
 	display: block;
 	font-size: 80px;
 	line-height: 90px;
 	font-weight: 600;
 	margin-bottom: 25px;
 }

 .banner-style-three .content-box p {
 	font-size: 19px;
 	line-height: 30px;
 	margin-bottom: 39px;
 }

 .banner-style-three .content-box .support-box {
 	position: relative;
 	display: flex;
 	align-items: center;
 	margin-bottom: 43px;
 }

 .banner-style-three .content-box .support-box .single-item {
 	position: relative;
 	display: block;
 	padding-left: 62px;
 	margin-right: 40px;
 }

 .banner-style-three .content-box .support-box .single-item:before {
 	position: absolute;
 	content: '';
 	background: #ccdfdf;
 	width: 1px;
 	height: 54px;
 	top: -3px;
 	right: -21px;
 }

 .banner-style-three .content-box .support-box .single-item .icon-box {
 	position: absolute;
 	display: inline-block;
 	left: 0px;
 	top: 0px;
 	width: 48px;
 	height: 48px;
 	line-height: 56px;
 	font-size: 30px;
 	color: #fff;
 	text-align: center;
 	border-radius: 50%;
 }

 .banner-style-three .content-box .support-box .single-item h5 {
 	display: block;
 	font-size: 18px;
 	line-height: 24px;
 	font-weight: 600;
 }

 .banner-style-three .content-box .support-box .phone h3 {
 	display: block;
 	font-size: 24px;
 	line-height: 30px;
 	font-weight: 500;
 }

 .banner-style-three .content-box .support-box .phone h3 a {
 	display: inline-block;
 	color: #757b7b;
 }

 .banner-style-three .content-box .support-box .phone h3 a:hover {}

 .banner-style-three .content-box .support-box .shape {
 	position: absolute;
 	right: 277px;
 	bottom: -95px;
 	width: 79px;
 	height: 90px;
 	background-repeat: no-repeat;
 }

 .banner-style-three .image-box {
 	position: relative;
 	display: block;
 	padding-left: 130px;
 	margin-right: -130px;
 	margin-top: 14px;
 }

 .banner-style-three .image-box .image {
 	position: relative;
 	display: block;
 	border-radius: 50% 50% 0px 50%;
 }

 .banner-style-three .image-box .image img {
 	width: 100%;
 	border-radius: 50% 50% 0px 50%;
 }

 .banner-style-three .image-box .growth-box {
 	position: absolute;
 	left: 100px;
 	bottom: 60px;
 	width: 240px;
 	background: #272e39;
 	border-radius: 20px 20px 0px 20px;
 	padding: 19px 25px 25px 25px;
 }

 .banner-style-three .image-box .growth-box h5 {
 	display: block;
 	font-size: 18px;
 	line-height: 28px;
 	color: #fff;
 	font-weight: 600;
 	margin-bottom: 7px;
 }

 .banner-style-three .image-box .growth-box .count-text {
 	position: absolute;
 	top: -47px;
 	right: 0px;
 	font-size: 18px;
 	line-height: 28px;
 	font-family: 'Urbanist', sans-serif;
 	font-weight: 600;
 }

 .banner-style-three .image-box .growth-box .progress-box .bar {
 	background: #f2eff8;
 }

 .banner-style-three .image-box .growth-box .progress-box .bar-inner {}

 .banner-style-three .image-box .growth-box .progress-box h5 {
 	margin-bottom: 19px;
 }

 .banner-style-three .image-box .shape .shape-1 {
 	position: absolute;
 	left: 0px;
 	top: -100px;
 	width: 270px;
 	height: 270px;
 	background-repeat: no-repeat;
 }

 .banner-style-three .image-box .shape .shape-2 {
 	position: absolute;
 	right: -140px;
 	bottom: 0px;
 	width: 170px;
 	height: 170px;
 	background-repeat: no-repeat;
 }

 .banner-style-three .pattern-layer .pattern-1 {
 	position: absolute;
 	top: 0px;
 	right: 0px;
 	width: 776px;
 	height: 585px;
 	background-repeat: no-repeat;
 }

 .banner-style-three .pattern-layer .pattern-2 {
 	position: absolute;
 	top: 0px;
 	right: 0px;
 	width: 711px;
 	height: 585px;
 	background-repeat: no-repeat;
 }

 .banner-style-three .pattern-layer .pattern-3 {
 	position: absolute;
 	top: 185px;
 	right: 100px;
 	width: 270px;
 	height: 184px;
 	background-repeat: no-repeat;
 }

 .banner-style-three .social-links {
 	position: absolute;
 	left: 100px;
 	top: 185px;
 	padding-top: 90px;
 }

 .banner-style-three .social-links:before {
 	position: absolute;
 	content: '';
 	background: #d7e3e0;
 	width: 1px;
 	height: 67px;
 	left: 10px;
 	top: 0px;
 }

 .banner-style-three .social-links h5 {
 	position: relative;
 	display: inline-block;
 	font-size: 18px;
 	line-height: 18px;
 	font-weight: 600;
 	writing-mode: vertical-lr;
 	margin-bottom: 6px;
 }

 .banner-style-three .social-links li {
 	position: relative;
 	display: block;
 }

 .banner-style-three .social-links li a {
 	position: relative;
 	display: inline-block;
 	font-size: 20px;
 	color: #272e39;
 	margin-bottom: 35px;
 }

 .banner-style-three .social-links li a:hover {}

 .banner-style-three .social-links li a:before {
 	position: absolute;
 	content: '';
 	background: #a5b2b2;
 	width: 4px;
 	height: 4px;
 	border-radius: 50%;
 	left: 8px;
 	bottom: -19px;
 }

 .banner-style-three .social-links li:last-child a:before {
 	display: none;
 }


 /** service-style-three **/

 .service-style-three {
 	position: relative;
 	background: #272e39;
 	padding-top: 140px;
 }

 .service-style-three:before {
 	position: absolute;
 	content: '';
 	background: #fff;
 	width: 100%;
 	height: 213px;
 	left: 0px;
 	bottom: 0px;
 }

 .service-style-three .owl-carousel .owl-stage-outer {
 	overflow: visible;
 }

 .service-style-three .owl-carousel .owl-stage-outer .owl-item {
 	opacity: 0;
 	visibility: hidden;
 }

 .service-style-three .owl-carousel .owl-stage-outer .owl-item.active {
 	opacity: 1;
 	visibility: visible;
 }

 .service-block-two {
 	position: relative;
 	display: block;
 	padding-right: 70px;
 	border-radius: 30px 30px 0px 30px;
 	transition: all 500ms ease;
 }

 .service-block-two:before {
 	position: absolute;
 	content: '';
 	background-image: url(../images/icons/icon-19.png);
 	width: calc(100% - 20px);
 	height: 181px;
 	background-size: cover;
 	background-repeat: no-repeat;
 	left: 0px;
 	top: 20px;
 	z-index: 1;
 	transition: all 500ms ease;
 }

 .service-block-two:hover:before {
 	opacity: 0;
 }

 .service-block-two:after {
 	position: absolute;
 	content: '';
 	background-image: url(../images/icons/icon-20.png);
 	width: calc(100% - 20px);
 	height: 181px;
 	background-size: cover;
 	background-repeat: no-repeat;
 	left: 0px;
 	top: 20px;
 	opacity: 0;
 	transition: all 500ms ease;
 }

 .service-block-two:hover:after {
 	opacity: 1;
 }

 .service-block-two .inner-box {
 	position: relative;
 	display: block;
 	background: #e7f5f5;
 	border-radius: 30px 0px 0px 30px;
 	padding: 43px 0px 50px 30px;
 	transition: all 500ms ease;
 }

 .service-block-two .link-box {
 	position: absolute;
 	top: 0px;
 	right: 0px;
 	width: 70px;
 	height: 100%;
 	background: #e7f5f5;
 	border-radius: 0px 30px 0px 30px;
 	transition: all 500ms ease;
 }

 .service-block-two:hover .link-box {
 	background: #fff;
 	box-shadow: 15px 10px 20px 0px rgba(44, 148, 151, 0.10);
 }

 .service-block-two:hover .inner-box {
 	background: #fff;
 	box-shadow: 0px 0px 30px 0px rgba(44, 148, 151, 0.20);
 }

 .service-block-two .link-box a {
 	position: absolute;
 	display: inline-block;
 	right: 10px;
 	bottom: 10px;
 	width: 50px;
 	height: 50px;
 	line-height: 60px;
 	font-size: 20px;
 	color: #272e39;
 	background: #d7eaea;
 	text-align: center;
 	border-radius: 50% 50% 0px 50%;
 	z-index: 1;
 }

 .service-block-two .link-box a:hover {
 	color: #fff;
 }

 .service-block-two .link-box a i {
 	position: relative;
 	display: inline-block;
 	transform: rotate(45deg);
 	transition: all 500ms ease;
 }

 .service-block-two .link-box a:hover i {
 	transform: rotate(0deg);
 }

 .service-block-two .inner-box h3 {
 	position: relative;
 	display: block;
 	font-size: 24px;
 	line-height: 34px;
 	font-weight: 600;
 	margin-bottom: 31px;
 	z-index: 1;
 }

 .service-block-two .inner-box h3 a {
 	position: relative;
 	display: inline-block;
 	color: #272e39;
 }

 .service-block-two .inner-box h3 a:hover {}

 .service-block-two .inner-box .image-box {
 	position: relative;
 	display: inline-block;
 	border-radius: 50%;
 	z-index: 1;
 }

 .service-block-two .inner-box .image-box img {
 	width: 100%;
 	border-radius: 50%;
 }

 .service-style-three .owl-dots {
 	position: relative;
 	display: block;
 	text-align: center;
 	margin-top: 47px;
 }

 .service-style-three .owl-dots span {
 	display: none !important;
 }

 .service-style-three .owl-dots button {
 	position: relative;
 	display: inline-block;
 	width: 14px;
 	height: 14px;
 	background: #d7eaea;
 	border-radius: 50% 50% 0px 50%;
 	cursor: pointer;
 	margin: 0px 35px;
 	transition: all 500ms ease;
 }

 .service-style-three .owl-dots button.active {}

 .service-style-three .owl-dots button:before {
 	position: absolute;
 	content: '';
 	background: #e7e3ee;
 	width: 50px;
 	height: 1px;
 	top: 7px;
 	right: -60px;
 }

 .service-style-three .owl-dots button:last-child:before {
 	opacity: 0;
 	z-index: -9;
 }


 /** about-style-three **/

 .about-style-three {
 	position: relative;
 }

 .about-style-three .image-box {
 	position: relative;
 	display: block;
 	padding-right: 70px;
 	padding-left: 280px;
 	margin-left: -70px;
 }

 .about-style-three .image-box .image {
 	border-radius: 30px 30px 0px 30px;
 }

 .about-style-three .image-box .image img {
 	width: 100%;
 	border-radius: 30px 30px 0px 30px;
 }

 .about-style-three .image-box .image-2 {
 	position: absolute;
 	left: 0px;
 	top: 127px;
 }

 .about-style-three .image-box .image-content {
 	position: absolute;
 	right: -80px;
 	bottom: 56px;
 	width: 250px;
 	border-radius: 30px 30px 0px 30px;
 	padding: 40px 30px 32px 30px;
 }

 .jiagongtwoimg p span {
 	text-wrap-mode: wrap !important;
 }

 .about-style-three .image-box .image-content h6 {
 	position: absolute;
 	top: 24px;
 	right: 30px;
 	font-size: 14px;
 	line-height: 24px;
 	color: #fff;
 	font-weight: 600;
 	text-transform: uppercase;
 }

 .about-style-three .image-box .icon-box {
 	position: relative;
 	display: inline-block;
 	font-size: 30px;
 	color: #fff;
 	margin-bottom: 26px;
 }

 .about-style-three .image-box h2 {
 	display: block;
 	font-size: 48px;
 	line-height: 58px;
 	color: #fff;
 	font-weight: 600;
 	margin-bottom: 2px;
 }

 .about-style-three .image-box h2 span {
 	position: relative;
 	display: inline-block;
 	font-size: 20px;
 	line-height: 30px;
 }

 .about-style-three .image-box p {
 	color: rgba(255, 255, 255, 0.80);
 }

 .about-style-three .image-box .image-shape {
 	position: absolute;
 	left: -140px;
 	top: 0px;
 	width: 280px;
 	height: 280px;
 	background-repeat: no-repeat;
 }

 .about-style-three .content-box {
 	position: relative;
 	display: block;
 	margin-right: -10px;
 }

 .about-style-three .content-box .text-box {
 	margin-bottom: 52px;
 }

 .about-style-three .content-box .inner-box {
 	position: relative;
 	display: block;
 	padding-left: 100px;
 }

 .about-style-three .content-box .inner-box .icon-box {
 	position: relative;
 	display: block;
 	max-width: 170px;
 	width: 100%;
 	padding-bottom: 22px;
 	border-bottom: 1px solid #ddecec;
 	margin-bottom: 23px;
 	overflow: hidden;
 }

 .about-style-three .content-box .inner-box .icon {
 	position: relative;
 	display: block;
 	font-size: 60px;
 	line-height: 60px;
 }

 .about-style-three .content-box .inner-box .count-text {
 	position: absolute;
 	right: 0px;
 	bottom: -20px;
 	font-size: 72px;
 	line-height: 70px;
 	font-family: 'Urbanist', sans-serif;
 	font-weight: 600;
 }

 .home_3 .about-style-three .content-box .inner-box .count-text {
 	color: #e7f5f5;
 }

 .about-style-three .content-box .inner-box h3 {
 	display: block;
 	font-size: 24px;
 	line-height: 34px;
 	font-weight: 600;
 	margin-bottom: 14px;
 }

 .about-style-three .content-box .sec-title {
 	margin-bottom: 32px;
 }

 .about-style-three .content-box .owl-nav {
 	position: absolute;
 	left: 93px;
 	bottom: -68px;
 }

 .about-style-three .content-box .owl-nav button {
 	position: relative;
 	display: inline-block;
 	font-size: 32px;
 	color: #a5b2b2;
 	cursor: pointer;
 	transition: all 500ms ease;
 }

 .about-style-three .content-box .owl-nav button:hover {}

 .about-style-three .content-box .owl-nav button.owl-prev {
 	margin-right: 10px;
 }

 .about-style-three .content-box .owl-nav button.owl-prev span {
 	position: relative;
 	display: inline-block;
 	transform: rotate(180deg);
 }


 /** funfact-style-two **/

 .funfact-style-two {
 	position: relative;
 	padding-bottom: 133px;
 }

 .funfact-style-two .title-box {
 	position: relative;
 	display: flex;
 	align-items: center;
 	margin-bottom: 43px;
 }

 .funfact-style-two .title-box h6 {
 	position: relative;
 	display: inline-block;
 	font-size: 16px;
 	line-height: 26px;
 	font-weight: 700;
 	text-transform: uppercase;
 	margin-right: 30px;
 }

 .funfact-style-two .title-box .line {
 	position: relative;
 	display: block;
 	width: 100%;
 	height: 1px;
 	background: #ddecec;
 }

 .funfact-block-two .inner-box {
 	position: relative;
 	display: block;
 	padding-left: 100px;
 }

 .funfact-block-two .inner-box .icon-box {
 	position: absolute;
 	display: inline-block;
 	left: 0px;
 	top: 0px;
 	width: 70px;
 	height: 70px;
 	line-height: 70px;
 	text-align: center;
 	background: #e7f5f5;
 	border-radius: 50% 50% 0px 50%;
 }

 .funfact-block:nth-child(2) .funfact-block-two .inner-box .icon-box {
 	background: #e8f8f2;
 }

 .funfact-block:last-child .funfact-block-two .inner-box .icon-box {
 	background: #f6ecf6;
 }

 .funfact-block-two .inner-box .count-outer {
 	position: relative;
 	padding-top: 31px;
 	font-size: 48px;
 	line-height: 50px;
 	font-family: 'Urbanist', sans-serif;
 	color: #272e39;
 	font-weight: 600;
 	margin-bottom: 6px;
 }

 .funfact-block-two .inner-box .count-outer:before {
 	position: absolute;
 	content: '';
 	width: 10px;
 	height: 10px;
 	left: 0px;
 	top: 0px;
 }

 .funfact-block:nth-child(2) .funfact-block-two .inner-box .count-outer:before {
 	background: #57c396;
 }

 .funfact-block:last-child .funfact-block-two .inner-box .count-outer:before {
 	background: #955894;
 }

 .funfact-block-two .inner-box .count-outer .text {
 	font-size: 20px;
 	line-height: 30px;
 	margin-left: 6px;
 }


 /** cta-section **/

 .cta-section {
 	position: relative;
 	padding: 0px 140px;
 }

 .cta-section .outer-container {
 	position: relative;
 	background: #252b35;
 	padding: 130px 50px 140px 50px;
 	border-radius: 30px 30px 0px 30px;
 	overflow: hidden;
 }

 .cta-section .outer-container .pattern-layer {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	width: 100%;
 	height: 100%;
 	background-size: cover;
 	background-repeat: no-repeat;
 }

 .cta-section .content-box {
 	position: relative;
 	display: block;
 }

 .cta-section .content-box h2 {
 	display: block;
 	font-size: 72px;
 	line-height: 72px;
 	color: #fff;
 	font-weight: 600;
 	text-align: center;
 	margin-bottom: 32px;
 }

 .cta-section .content-box .inner-box {
 	position: relative;
 	display: block;
 	margin-left: 170px;
 	padding-left: 230px;
 }

 .cta-section .content-box .inner-box:before {
 	position: absolute;
 	content: '';
 	background-image: url(../images/icons/arrow-1.png);
 	width: 113px;
 	height: 119px;
 	left: -155px;
 	bottom: 65px;
 	background-repeat: no-repeat;
 }

 .cta-section .content-box .inner-box .image-box {
 	position: absolute;
 	display: inline-block;
 	left: 0px;
 	top: 8px;
 	width: 163px;
 	height: 163px;
 	border-radius: 30px 30px 0px 30px;
 }

 .cta-section .content-box .inner-box .image-box img {
 	width: 100%;
 	border-radius: 30px 30px 0px 30px;
 }

 .cta-section .content-box .inner-box p {
 	display: block;
 	font-size: 19px;
 	line-height: 30px;
 	color: #9ca4af;
 	margin-bottom: 21px;
 }

 .cta-section .content-box .inner-box .theme-btn {}

 .cta-section .image-box-one {
 	position: absolute;
 	left: 60px;
 	top: 60px;
 }

 .cta-section .image-box-one .image {
 	position: relative;
 	display: block;
 	border-radius: 30px 30px 0px 30px;
 }

 .cta-section .image-box-one .image img {
 	width: 100%;
 	border-radius: 30px 30px 0px 30px;
 }

 .cta-section .image-box-one .phone {
 	position: absolute;
 	right: -118px;
 	bottom: -6px;
 	transform: rotate(-10deg);
 }

 .cta-section .image-box-one .phone:before {
 	position: absolute;
 	content: '';
 	width: 180px;
 	height: 80px;
 	border-radius: 15px;
 	left: 18px;
 	top: -19px;
 }

 .cta-section .image-box-one .phone h4 {
 	position: relative;
 	display: block;
 	font-size: 20px;
 	line-height: 30px;
 	font-weight: 600;
 	background: #fff;
 	padding: 6px 10px 4px 10px;
 	border-radius: 10px 10px 0px 10px;
 }

 .cta-section .image-box-one .phone h4 a {
 	color: #272e39;
 }

 .cta-section .image-box-one .phone h4 a:hover {}

 .cta-section .image-box-two {
 	position: absolute;
 	right: 60px;
 	bottom: 60px;
 }

 .cta-section .image-box-two .image {
 	position: relative;
 	display: block;
 	border-radius: 30px 30px 0px 30px;
 }

 .cta-section .image-box-two .image img {
 	width: 100%;
 	border-radius: 30px 30px 0px 30px;
 }

 .cta-section .image-box-two .text-box {
 	position: absolute;
 	left: -60px;
 	top: -153px;
 	text-align: center;
 }

 .cta-section .image-box-two .text-box h6 {
 	position: relative;
 	display: block;
 	font-size: 16px;
 	line-height: 24px;
 	color: #fff;
 	font-weight: 700;
 	text-transform: uppercase;
 }

 .cta-section .image-box-two .text-box:before {
 	position: absolute;
 	content: '';
 	background-image: url(../images/shape/shape-26.png);
 	width: 216px;
 	height: 188px;
 	left: -32px;
 	top: -49px;
 	background-repeat: no-repeat;
 }


 /** team-section **/

 .team-section {
 	position: relative;
 }

 .team-section .owl-carousel .owl-stage-outer {
 	overflow: visible;
 }

 .team-section .owl-carousel .owl-stage-outer .owl-item {
 	opacity: 0;
 	visibility: hidden;
 }

 .team-section .owl-carousel .owl-stage-outer .owl-item.active {
 	opacity: 1;
 	visibility: visible;
 }

 .team-block-one .inner-box {
 	position: relative;
 	display: block;
 	overflow: hidden;
 	border-radius: 30px 30px 0px 30px;
 	background: #fff;
 	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
 }

 .team-block-one .inner-box .image-box {
 	position: relative;
 	display: block;
 	overflow: hidden;
 }

 .team-block-one .inner-box .image-box img {
 	width: 100%;
 	transition: all 500ms ease;
 }

 .team-block-one .inner-box:hover .image-box img {
 	transform: scale(1.05);
 }

 .team-block-one .inner-box .lower-content {
 	position: relative;
 	display: block;
 	margin-top: -62px;
 	z-index: 1;
 }

 .team-block-one .inner-box .lower-content .share-box {
 	position: absolute;
 	right: 30px;
 	top: 2px;
 	width: 70px;
 	height: 60px;
 }

 .team-block-one .inner-box .lower-content .share-box .share-icon {
 	position: absolute;
 	display: inline-block;
 	left: 0px;
 	top: 0px;
 	width: 70px;
 	height: 60px;
 	line-height: 66px;
 	font-size: 22px;
 	color: #454b54;
 	background: #fff;
 	text-align: center;
 	cursor: pointer;
 	border-top-right-radius: 30px;
 	transition: all 500ms ease;
 }

 .team-block-one .inner-box .lower-content .share-box:hover .share-icon {}

 .team-block-one .inner-box .lower-content h3 {
 	position: relative;
 	display: block;
 	background: #fff;
 	font-size: 24px;
 	line-height: 34px;
 	font-weight: 600;
 	padding: 15px 30px 13px 30px;
 	width: calc(100% - 100px);
 	border-top-right-radius: 30px;
 }

 .team-block-one .inner-box .lower-content h3:before {
 	position: absolute;
 	content: '';
 	width: calc(100% - 30px);
 	height: 1px;
 	left: 30px;
 	bottom: 0px;
 }

 .team-block-one .inner-box .lower-content h3 a {
 	display: inline-block;
 	color: #272e39;
 }

 .team-block-one .inner-box .lower-content h3 a:hover {}

 .team-block-one .inner-box .lower-content p {
 	position: relative;
 	display: block;
 	padding: 25px 30px 25px 30px;
 }

 .team-block-one .inner-box .lower-content p a {
 	font-family: 'Mulish', sans-serif;
 	color: #272e39;
 	font-style: italic;
 }

 .team-block-one .inner-box .lower-content p a:hover {}

 .team-block-one .inner-box .lower-content .share-box .social-links {
 	position: absolute;
 	left: 0px;
 	bottom: 60px;
 	width: 70px;
 	text-align: center;
 	transform: scaleY(0);
 	transform-origin: bottom center;
 	transition: all 500ms ease;
 }

 .team-block-one .inner-box .lower-content .share-box:hover .social-links {
 	bottom: 70px;
 	transform: scaleY(1);
 }

 .team-block-one .inner-box .lower-content .share-box .social-links:before {
 	position: absolute;
 	content: '';
 	background: transparent;
 	width: 100%;
 	height: 10px;
 	left: 0px;
 	bottom: -10px;
 }

 .team-block-one .inner-box .lower-content .share-box .social-links li {
 	position: relative;
 	display: block;
 	margin-bottom: 10px;
 }

 .team-block-one .inner-box .lower-content .share-box .social-links li:last-child {
 	margin-bottom: 0px;
 }

 .team-block-one .inner-box .lower-content .share-box .social-links li a {
 	position: relative;
 	display: inline-block;
 	width: 50px;
 	height: 50px;
 	line-height: 52px;
 	background: #fff;
 	text-align: center;
 	border-radius: 50%;
 	font-size: 18px;
 	color: #272e39;
 }

 .team-block-one .inner-box .lower-content .share-box .social-links li a:hover {
 	color: #fff;
 	border-radius: 50% 50% 0px 50%;
 }

 .team-section .owl-dots {
 	position: absolute;
 	top: -83px;
 	right: 200px;
 	min-height: 40px;
 	counter-reset: slides-num;
 }

 .team-section .owl-dots::after {
 	position: absolute;
 	right: 0px;
 	top: 0px;
 	content: "0" counter(slides-num);
 	display: inline-block;
 	font-size: 18px;
 	color: #a09ba9;
 	font-weight: 600;
 	font-family: 'Urbanist', sans-serif;
 }

 .team-section .owl-dots:before {
 	position: absolute;
 	content: '';
 	right: 29px;
 	top: 7px;
 	width: 1px;
 	height: 14px;
 	background: #a09ba9;
 	transform: rotate(10deg);
 }

 .team-section .owl-dots button span {
 	display: none !important;
 }

 .team-section .owl-dots button {
 	position: absolute;
 	top: -4px;
 	right: 55px;
 	counter-increment: slides-num;
 	font-size: 36px;
 	font-weight: 600;
 	font-family: 'Urbanist', sans-serif;
 }

 .team-section .owl-dots button.active:before {
 	position: absolute;
 	content: counter(slides-num);
 }

 .team-section .owl-dots button.active:after {
 	position: absolute;
 	content: '0';
 	top: 0px;
 	right: 0px;
 }

 .team-section .owl-nav {
 	position: absolute;
 	top: -86px;
 	left: 0px;
 	right: 0px;
 	text-align: right;
 }

 .team-section .owl-nav:before {
 	position: absolute;
 	content: '';
 	background: #dcd8e6;
 	width: 125px;
 	height: 1px;
 	top: 14px;
 	right: 25px;
 }

 .team-section .owl-nav button {
 	position: absolute;
 	top: 0px;
 	display: inline-block;
 	font-size: 34px;
 	color: #a09ba9;
 	cursor: pointer;
 	transition: all 500ms ease;
 }

 .team-section .owl-nav button:hover {}

 .team-section .owl-nav button.owl-next {
 	right: -8px;
 }

 .team-section .owl-nav button.owl-prev {
 	right: 150px;
 	top: -5px;
 	transform: rotate(180deg);
 }

 .team-section .more-text {
 	position: relative;
 	display: block;
 	margin-top: 54px;
 }

 .team-section .more-text h5 {
 	display: block;
 	font-size: 18px;
 	line-height: 20px;
 	font-weight: 600;
 }

 .team-section .more-text h5 a {
 	display: inline-block;
 	color: #272e39;
 }

 .team-section .more-text h5 a:hover {}

 .team-section .more-text h5 a i {
 	position: relative;
 	display: inline-block;
 	font-size: 20px;
 	font-weight: 400;
 	margin-left: 4px;
 	top: 5px;
 }


 /** chooseus-style-three **/

 .chooseus-style-three {
 	position: relative;
 	background: #e7f5f5;
 	padding: 140px 0px 110px 0px;
 }

 .chooseus-block-three .inner-box {
 	position: relative;
 	display: block;
 	background: #fff;
 	border-radius: 30px 30px 0px 30px;
 	padding: 41px 40px 42px 40px;
 	margin-bottom: 30px;
 }

 .chooseus-block-three .inner-box:before {
 	position: absolute;
 	content: '';
 	top: 0px;
 	right: 80px;
 	width: 30px;
 	height: 30px;
 	background-repeat: no-repeat;
 	background-image: url(../images/icons/decor-1.png);
 }

 .chooseus-block-three .inner-box .count-text {
 	position: absolute;
 	display: inline-block;
 	top: 10px;
 	right: 10px;
 	width: 60px;
 	height: 60px;
 	line-height: 64px;
 	background: #e7f5f5;
 	text-align: center;
 	font-size: 24px;
 	font-family: 'Urbanist', sans-serif;
 	color: #272e39;
 	font-weight: 600;
 	border-radius: 50% 50% 0px 50%;
 	transition: all 500ms ease;
 }

 .chooseus-block-three .inner-box:hover .count-text {
 	color: #fff;
 }

 .chooseus-block-three .inner-box h3 {
 	position: relative;
 	display: block;
 	font-size: 24px;
 	line-height: 34px;
 	padding-top: 48px;
 	margin-bottom: 19px;
 }

 .chooseus-block-three .inner-box h3 span {
 	display: block;
 	font-weight: 600;
 }

 .chooseus-block-three .inner-box h3:before {
 	position: absolute;
 	content: "\f12a";
 	font-family: 'flaticon';
 	font-size: 50px;
 	left: 0px;
 	top: 0px;
 	background-repeat: no-repeat;
 }

 .chooseus-style-three .pattern-layer {
 	position: absolute;
 	left: 235px;
 	top: 150px;
 	width: 280px;
 	height: 280px;
 	background-repeat: no-repeat;
 }


 /** pricing-style-two **/

 .pricing-style-two {
 	position: relative;
 }

 .pricing-style-two .pricing-block-one .pricing-table .feature-list li:nth-child(even):after {
 	background: linear-gradient(90deg, #fff 0%, #e7f5f5 50%, #fff 100%);
 }

 .pricing-style-two .pricing-block-one.active-block .pricing-table .feature-list li:nth-child(even):after {
 	background: linear-gradient(90deg, #272e39 0%, #333c4a 50%, #272e39 100%);
 }

 .pricing-style-two .sec-title {
 	margin-bottom: 21px;
 }

 .pricing-style-two .content-box {
 	position: relative;
 	display: block;
 }

 .pricing-style-two .content-box .text-box {
 	position: relative;
 	display: block;
 	margin-bottom: 22px;
 }

 .pricing-style-two .content-box .text-box p {
 	margin-bottom: 27px;
 }

 .pricing-style-two .content-box .list-item li {
 	position: relative;
 	display: block;
 	padding-left: 28px;
 	margin-bottom: 8px;
 }

 .pricing-style-two .content-box .list-item li:last-child {
 	margin-bottom: 0px;
 }

 .pricing-style-two .content-box .list-item li:before {
 	position: absolute;
 	content: '';
 	background-image: url(../images/icons/icon-17.png);
 	width: 11px;
 	height: 16px;
 	left: -2px;
 	top: 6px;
 	background-repeat: no-repeat;
 }

 .pricing-style-two .content-box .list-item {
 	margin-bottom: 38px;
 }

 .pricing-style-two .content-box .text-box h3 {
 	position: relative;
 	display: inline-block;
 	font-size: 22px;
 	line-height: 30px;
 	font-weight: 600;
 	z-index: 1;
 }

 .pricing-style-two .content-box .text-box h3:before {
 	position: absolute;
 	content: '';
 	background: #e7f5f5;
 	width: 100%;
 	height: 10px;
 	left: 0px;
 	bottom: 2px;
 	z-index: -1;
 }

 .pricing-style-two .content-box .author-box {
 	position: relative;
 	display: block;
 	padding-left: 115px;
 }

 .pricing-style-two .content-box .author-box .author-thumb {
 	position: absolute;
 	display: inline-block;
 	left: 10px;
 	top: 16px;
 	width: 70px;
 	height: 70px;
 	border-radius: 50%;
 	z-index: 1;
 }

 .pricing-style-two .content-box .author-box .author-thumb img {
 	width: 100%;
 	border-radius: 50%;
 }

 .pricing-style-two .content-box .author-box .author-thumb:before {
 	position: absolute;
 	content: '';
 	background: #def0f1;
 	width: 90px;
 	height: 90px;
 	left: -10px;
 	top: -10px;
 	border-radius: 50% 50% 0px 50%;
 	z-index: -1;
 }

 .pricing-style-two .content-box .author-box .author-thumb:after {
 	position: absolute;
 	content: '';
 	border: 3px solid #fff;
 	border-radius: 50%;
 	left: 0px;
 	top: 0px;
 	width: 100%;
 	height: 100%;
 }

 .pricing-style-two .content-box .author-box h3 {
 	position: relative;
 	display: block;
 	font-size: 22px;
 	line-height: 30px;
 	font-weight: 600;
 }

 .pricing-style-two .content-box .author-box .designation {
 	position: relative;
 	display: block;
 	margin-bottom: 9px;
 }

 .pricing-style-two .content-box .author-box h4 {
 	position: relative;
 	display: block;
 	padding-left: 32px;
 	font-size: 20px;
 	line-height: 30px;
 	font-weight: 600;
 }

 .pricing-style-two .content-box .author-box h4 a {
 	display: inline-block;
 	color: #272e39;
 }

 .pricing-style-two .content-box .author-box h4 a:hover {}

 .pricing-style-two .content-box .author-box h4 i {
 	position: absolute;
 	left: 0px;
 	top: 3px;
 	font-size: 24px;
 }


 .subscribe-section.alternat-2 {
 	background: #fff;
 }

 .subscribe-section.alternat-2 .content-box .big-text {
 	color: #288d90;
 	left: 150px;
 	top: 24px;
 }

 .subscribe-section.alternat-2 .form-inner .form-group input[type='email'],
 .subscribe-section.alternat-2 .form-inner .form-group button[type='submit'] {
 	background: #2c9497;
 	border-color: #43b2b4;
 }

 .subscribe-section.alternat-2 .content-box {
 	border-radius: 30px 0px 0px 30px;
 	padding: 43px 0px 46px 200px;
 }

 .subscribe-section.alternat-2 .content-box:before {
 	border-radius: 30px 0px 0px 30px;
 }

 .subscribe-section.alternat-2 .content-box .icon-box {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	display: inline-block;
 	width: 160px;
 	height: 160px;
 	line-height: 180px;
 	text-align: center;
 	font-size: 70px;
 	border-radius: 30px 0px 0px 30px;
 	color: #fff;
 }

 .subscribe-section.alternat-2 .content-box .icon-box:before {
 	position: absolute;
 	content: '';
 	top: 0px;
 	right: 0px;
 	width: 28px;
 	height: 28px;
 	background-repeat: no-repeat;
 	background-image: url(../images/shape/shape-28.png);
 }

 .subscribe-section.alternat-2 .content-box .shape-2 {
 	position: absolute;
 	left: -140px;
 	bottom: 0px;
 	width: 280px;
 	height: 280px;
 	background-repeat: no-repeat;
 }

 .subscribe-section.alternat-2:before {
 	position: absolute;
 	content: '';
 	background: #e7f5f5;
 	width: 625px;
 	height: 50%;
 	left: 0px;
 	bottom: 0px;
 }


 /** testimonial-style-three **/

 .testimonial-style-three {
 	position: relative;
 }

 .testimonial-style-three .image-box {
 	position: relative;
 	display: block;
 	padding-right: 70px;
 }

 .testimonial-style-three .image-box .image {
 	position: relative;
 	display: block;
 	border-radius: 300px 300px 0px 300px;
 	overflow: hidden;
 }

 .testimonial-style-three .image-box .image img {
 	width: 100%;
 	border-radius: 300px 300px 0px 300px;
 }

 .testimonial-style-three .image-box .image:before {
 	position: absolute;
 	top: 0;
 	left: -85%;
 	display: block;
 	content: '';
 	width: 50%;
 	height: 100%;
 	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
 	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
 	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
 	-webkit-transform: skewX(-25deg);
 	-ms-transform: skewX(-25deg);
 	transform: skewX(-25deg);
 }

 .testimonial-style-three .image-box .image:hover:before {
 	-webkit-animation: shine 1s;
 	animation: shine 1s;
 }

 @-webkit-keyframes shine {
 	100% {
 		left: 125%;
 	}
 }

 @keyframes shine {
 	100% {
 		left: 125%;
 	}
 }

 .testimonial-style-three .image-box .text-box {
 	position: absolute;
 	right: 0px;
 	bottom: 70px;
 	display: inline-block;
 	width: 240px;
 	height: 240px;
 	background: #fff;
 	text-align: center;
 	border-radius: 50%;
 	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.10);
 	padding: 51px 0px 30px 0px;
 	z-index: 1;
 }

 .testimonial-style-three .image-box .text-box .icon-box {
 	position: relative;
 	display: inline-block;
 	font-size: 46px;
 	line-height: 40px;
 	margin-bottom: 8px;
 }

 .testimonial-style-three .image-box .text-box h5 {
 	display: block;
 	font-size: 18px;
 	line-height: 30px;
 	font-weight: 600;
 }

 .testimonial-style-three .image-box .text-box h5 span {}

 .testimonial-block-two .inner-box {
 	position: relative;
 	display: block;
 	padding-left: 230px;
 	margin-top: 20px;
 	margin-bottom: 38px;
 }

 .testimonial-block-two:last-child .inner-box {
 	margin-bottom: 0px;
 }

 .testimonial-block-two .inner-box .thumb-box {
 	position: absolute;
 	display: inline-block;
 	left: 40px;
 	top: 5px;
 }

 .testimonial-block-two .inner-box .thumb-box .thumb {
 	position: relative;
 	display: inline-block;
 	width: 150px;
 	height: 150px;
 	border-radius: 30px 30px 0px 30px;
 }

 .testimonial-block-two .inner-box .thumb-box .thumb:before {
 	position: absolute;
 	content: '';
 	width: 100%;
 	height: 100%;
 	left: 0px;
 	top: 0px;
 	border-radius: 30px 30px 0px 30px;
 	transform: rotate(10deg);
 }

 .testimonial-block-two .inner-box .thumb-box .thumb img {
 	width: 100%;
 	border-radius: 30px 30px 0px 30px;
 }

 .testimonial-block-two .inner-box .thumb-box .icon-box {
 	position: absolute;
 	display: inline-block;
 	left: -40px;
 	top: -20px;
 	width: 60px;
 	height: 60px;
 	line-height: 70px;
 	font-size: 30px;
 	color: #fff;
 	text-align: center;
 	border-radius: 50% 50% 0px 50%;
 	background: rgba(44, 148, 151, 1);
 	mix-blend-mode: multiply;
 }

 .testimonial-block-two .inner-box .rating li {
 	position: relative;
 	display: inline-block;
 	float: left;
 	font-size: 16px;
 	margin-right: 1px;
 }

 .testimonial-block-two .inner-box .rating li:last-child {
 	margin: 0px !important;
 }

 .testimonial-block-two .inner-box .rating {
 	margin-bottom: 9px;
 }

 .testimonial-block-two .inner-box p {
 	display: block;
 	font-size: 18px;
 	line-height: 30px;
 	font-family: 'Urbanist', sans-serif;
 	margin-bottom: 21px;
 }

 .testimonial-block-two .inner-box h3 {
 	display: block;
 	font-size: 24px;
 	line-height: 30px;
 	font-weight: 600;
 	margin-bottom: 8px;
 }

 .testimonial-block-two .inner-box h5 {
 	display: block;
 	font-size: 18px;
 	line-height: 28px;
 }

 .testimonial-style-three .owl-dots {
 	position: absolute;
 	left: 129px;
 	bottom: -48px;
 	counter-reset: slides-num;
 }

 .testimonial-style-three .owl-dots::after {
 	position: absolute;
 	right: 0px;
 	top: 0px;
 	content: "0" counter(slides-num);
 	display: inline-block;
 	font-size: 18px;
 	font-weight: 600;
 	font-family: 'Urbanist', sans-serif;
 }

 .testimonial-style-three .owl-dots:before {
 	position: absolute;
 	content: '';
 	right: 29px;
 	top: 7px;
 	width: 1px;
 	height: 14px;
 	transform: rotate(10deg);
 }

 .testimonial-style-three .owl-dots button span {
 	display: none !important;
 }

 .testimonial-style-three .owl-dots button {
 	position: absolute;
 	top: -4px;
 	right: 55px;
 	counter-increment: slides-num;
 	font-size: 36px;
 	font-weight: 600;
 	font-family: 'Urbanist', sans-serif;
 }

 .testimonial-style-three .owl-dots button.active:before {
 	position: absolute;
 	content: counter(slides-num);
 }

 .testimonial-style-three .owl-dots button.active:after {
 	position: absolute;
 	content: '0';
 	top: 0px;
 	right: 0px;
 }

 .testimonial-style-three .owl-nav {
 	position: absolute;
 	bottom: -45px;
 	left: 136px;
 }

 .testimonial-style-three .owl-nav button {
 	position: absolute;
 	top: 0px;
 	display: inline-block;
 	font-size: 34px;
 	color: #a5b2b2;
 	cursor: pointer;
 	transition: all 500ms ease;
 }

 .testimonial-style-three .owl-nav button:hover {}

 .testimonial-style-three .owl-nav button.owl-next {
 	left: 42px;
 }

 .testimonial-style-three .owl-nav button.owl-prev {
 	left: 0px;
 	top: -5px;
 	transform: rotate(180deg);
 }

 .testimonial-style-three:before {
 	position: absolute;
 	content: '';
 	background: #e7f5f5;
 	width: 625px;
 	height: 100%;
 	left: 0px;
 	top: 0px;
 }

 .testimonial-style-three .big-text {
 	position: absolute;
 	left: 125px;
 	top: 50%;
 	transform: translateY(-50%);
 	width: 100%;
 	text-align: center;
 	font-size: 180px;
 	line-height: 160px;
 	font-family: 'Urbanist', sans-serif;
 	text-shadow: 0px 0px 30px #d7eded;
 	font-weight: 900;
 	text-transform: uppercase;
 	writing-mode: vertical-lr;
 	color: #e7f5f5;
 }


 /** clients-style-three **/

 .clients-style-three {
 	position: relative;
 	background: #272e39;
 	padding: 100px 0px 94px 0px;
 }

 .clients-style-three .clients-logo-list {
 	position: relative;
 	display: flex;
 	align-items: center;
 	justify-content: space-between;
 }

 .clients-style-three .outer-container {
 	position: relative;
 	padding: 0px 100px;
 }

 .clients-style-three .outer-container li {
 	position: relative;
 	display: block;
 }

 .clients-style-three .outer-container li:before {
 	position: absolute;
 	content: '';
 	background: #404a5b;
 	width: 1px;
 	height: 100%;
 	top: 0px;
 	right: -95px;
 }

 .clients-style-three .outer-container li:last-child:before {
 	display: none;
 }

 .clients-style-three .outer-container li img {
 	position: relative;
 	display: block;
 	max-width: 100%;
 	width: auto;
 	margin: 0 auto;
 	transition: all 500ms ease;
 }

 .clients-style-three .outer-container li img:hover {
 	transform: scale(1.02);
 }

 .clients-style-three .more-text {
 	position: relative;
 	display: block;
 	padding-top: 49px;
 }

 .clients-style-three .more-text h5 {
 	display: block;
 	font-size: 18px;
 	line-height: 28px;
 	color: #fff;
 	font-weight: 600;
 }

 .clients-style-three .more-text h5 a {
 	display: inline-block;
 	color: #fff;
 }

 .clients-style-three .more-text h5 a:hover {}

 .clients-style-three .more-text h5 a i {
 	position: relative;
 	font-size: 20px;
 	font-weight: 400;
 	top: 4px;
 	margin-right: 3px;
 	margin-left: 8px;
 }


 /** news-style-three **/

 .news-style-three {
 	position: relative;
 }

 .news-style-three .sec-title {
 	margin-bottom: 0px;
 }

 .news-style-three .sec-title h2 {
 	margin-bottom: 12px;
 }

 .news-style-three .sec-title p {
 	margin-bottom: 32px;
 }

 .news-block-two .inner-box {
 	position: relative;
 	display: block;
 	padding: 19px 0px 19px 289px;
 	border: 1px solid #ddecec;
 	border-radius: 30px 30px 0px 30px;
 	overflow: hidden;
 	min-height: 326px;
 	margin-bottom: 30px;
 }

 .news-block-two:last-child .inner-box {
 	margin-bottom: 0px;
 }

 .news-block-two .inner-box .image-box {
 	position: absolute;
 	left: 19px;
 	top: 19px;
 }

 .news-block-two .inner-box .image-box .image {
 	position: relative;
 	display: block;
 	border-radius: 25px;
 	overflow: hidden;
 }

 .news-block-two .inner-box .image-box .image img {
 	width: 100%;
 	border-radius: 25px;
 	transition: all 500ms ease;
 }

 .news-block-two .inner-box:hover .image-box .image img {
 	transform: scale(1.05);
 }

 .news-block-two .inner-box .image-box h6 {
 	position: absolute;
 	top: 15px;
 	right: 15px;
 	font-size: 14px;
 	line-height: 24px;
 	font-weight: 700;
 	text-transform: uppercase;
 	background: #fff;
 	padding: 5px 15px 1px 15px;
 	border-radius: 20px 20px 0px 20px;
 	z-index: 1;
 }

 .news-block-two .inner-box .content-box {
 	position: relative;
 	display: block;
 	padding: 24px 30px 24px 40px;
 }

 .news-block-two .inner-box .content-box .post-info li {
 	position: relative;
 	display: inline-block;
 	float: left;
 	font-size: 18px;
 	line-height: 28px;
 	font-family: 'Urbanist', sans-serif;
 	color: #75727b;
 	margin-right: 30px;
 }

 .news-block-two .inner-box .content-box .post-info li span {
 	color: #272e39;
 }

 .news-block-two .inner-box .content-box .post-info li a {
 	display: inline-block;
 	color: #75727b;
 }

 .news-block-two .inner-box .content-box .post-info li a:hover {}

 .news-block-two .inner-box .content-box .post-info li:last-child {
 	margin: 0px !important;
 }

 .news-block-two .inner-box .content-box .post-info li:before {
 	position: absolute;
 	content: '';
 	background: #bbb6c4;
 	width: 4px;
 	height: 4px;
 	border-radius: 50%;
 	top: 13px;
 	right: -18px;
 }

 .news-block-two .inner-box .content-box .post-info li:last-child:before {
 	display: none;
 }

 .news-block-two .inner-box .content-box .post-info {
 	margin-bottom: 14px;
 }

 .news-block-two .inner-box .content-box h3 {
 	display: block;
 	font-size: 26px;
 	line-height: 36px;
 	font-weight: 600;
 	margin-bottom: 14px;
 }

 .news-block-two .inner-box .content-box h3 a {
 	display: inline-block;
 	color: #272e39;
 }

 .news-block-two .inner-box .content-box h3 a:hover {}

 .news-block-two .inner-box .content-box p {
 	margin-bottom: 26px;
 }

 .news-block-two .inner-box .content-box .link a {
 	position: relative;
 	display: inline-block;
 	font-size: 18px;
 	line-height: 28px;
 	color: #272e39;
 	font-weight: 600;
 }

 .news-block-two .inner-box .content-box .link a:before {
 	position: absolute;
 	content: '';
 	background: #ddecec;
 	width: 25px;
 	height: 1px;
 	left: -40px;
 	top: 15px;
 	transition: all 500ms ease;
 }

 .news-block-two .inner-box .content-box .link a:hover:before {
 	opacity: 0;
 }

 .news-block-two .inner-box .content-box .link a span {
 	position: relative;
 	padding-right: 24px;
 	transition: all 500ms ease;
 }

 .news-block-two .inner-box .content-box .link a:hover span {
 	padding-right: 58px;
 }

 .news-block-two .inner-box .content-box .link a span:before {
 	position: absolute;
 	content: "\f108";
 	font-family: 'flaticon';
 	font-size: 20px;
 	top: -2px;
 	right: 0px;
 	font-weight: 400;
 }

 .news-block-two .inner-box .content-box .link a span:after {
 	position: absolute;
 	content: '';
 	width: 35px;
 	height: 1px;
 	top: 11px;
 	right: 13px;
 	transform: scaleX(0);
 	transform-origin: left center;
 	transition: all 500ms ease;
 }

 .news-block-two .inner-box .content-box .link a:hover span:after {
 	transform: scaleX(1);
 }

 .news-block-two .inner-box .content-box .link a:hover {}

 .news-block-two .inner-box .content-box .share-box {
 	position: absolute;
 	right: 40px;
 	bottom: 19px;
 }

 .news-block-two .inner-box .content-box .share-box a {
 	position: relative;
 	display: inline-block;
 	font-size: 20px;
 	color: #373e48;
 }

 .news-block-two .inner-box .content-box .share-box a:hover {}


 /** footer-style-three **/

 .footer-style-three {
 	position: relative;
 	background: #272e39;
 }

 .footer-style-three .widget-section {
 	position: relative;
 	padding: 133px 0px 134px 0px;
 	border-bottom: 1px solid #404a5b;
 }

 .footer-style-three .logo-widget h3 {
 	position: relative;
 	display: block;
 	font-size: 30px;
 	line-height: 40px;
 	color: #fff;
 	font-weight: 600;
 	margin-bottom: 19px;
 }

 .footer-style-three .logo-widget h3 span {
 	position: relative;
 	display: inline-block;
 	z-index: 1;
 }

 .footer-style-three .logo-widget h3 span:before {
 	position: absolute;
 	content: '';
 	background: #333c4a;
 	width: 100%;
 	height: 10px;
 	left: 0px;
 	bottom: 4px;
 	z-index: -1;
 }

 .footer-style-three .logo-widget h3 i {
 	position: relative;
 	margin-left: 17px;
 	top: 4px;
 }

 .footer-style-three .logo-widget p {
 	display: block;
 	color: #9ca4af;
 	margin-bottom: 16px;
 }

 .footer-style-three .logo-widget h5 {
 	position: relative;
 	display: block;
 	margin-bottom: 44px;
 	font-size: 18px;
 	line-height: 28px;
 	font-weight: 600;
 }

 .footer-style-three .logo-widget h5 a {
 	position: relative;
 	display: inline-block;
 	color: #fff;
 	padding-right: 24px;
 }

 .footer-style-three .logo-widget h5 a:hover {}

 .footer-style-three .logo-widget h5 a:before {
 	position: absolute;
 	content: "\f108";
 	font-family: 'flaticon';
 	font-size: 20px;
 	top: 1px;
 	right: 0px;
 	font-weight: 400;
 }

 .footer-style-three .logo-widget {
 	position: relative;
 	display: block;
 	margin-right: -30px;
 }

 .footer-style-three .widget-title {
 	position: relative;
 	display: block;
 	margin-bottom: 24px;
 }

 .footer-style-three .widget-title h3 {
 	font-size: 24px;
 	line-height: 34px;
 	color: #fff;
 	font-weight: 600;
 }

 .footer-style-three .links-widget {
 	position: relative;
 	margin-left: 70px;
 }

 .footer-style-three .links-widget .links-list li {
 	position: relative;
 	display: block;
 	margin-bottom: 12px;
 }

 .footer-style-three .links-widget .links-list li:last-child {
 	margin-bottom: 0px;
 }

 .footer-style-three .links-widget .links-list li a {
 	position: relative;
 	display: inline-block;
 	font-size: 17px;
 	font-family: 'Mulish', sans-serif;
 	color: #9ca4af;
 	padding-left: 29px;
 }

 .footer-style-three .links-widget .links-list li a:hover {
 	color: #fff;
 	padding-left: 54px;
 }

 .footer-style-three .links-widget .links-list li a:before {
 	position: absolute;
 	content: "\f108";
 	font-family: 'flaticon';
 	font-size: 20px;
 	left: 0px;
 	top: 0px;
 	color: #656d7a;
 	transition: all 500ms ease;
 }

 .footer-style-three .links-widget .links-list li a:hover:before {
 	left: 30px;
 }

 .footer-style-three .links-widget .links-list li a:after {
 	position: absolute;
 	content: '';
 	width: 30px;
 	height: 1px;
 	left: 6px;
 	top: 13px;
 	transform: scaleX(0);
 	transform-origin: left center;
 	transition: all 500ms ease;
 }

 .footer-style-three .links-widget .links-list li a:hover:after {
 	transform: scaleX(1);
 }

 .footer-style-three .gallery-widget .image-list {
 	position: relative;
 	margin: 0px -7.5px;
 }

 .footer-style-three .gallery-widget .image-list li {
 	position: relative;
 	display: inline-block;
 	float: left;
 	margin: 0px 7.5px 15px 7.5px;
 }

 .footer-style-three .gallery-widget .image-list li .image {
 	position: relative;
 	display: block;
 	width: 80px;
 	height: 80px;
 	border-radius: 10px;
 }

 .footer-style-three .gallery-widget .image-list li .image img {
 	width: 100%;
 	border-radius: 10px;
 }

 .footer-style-three .gallery-widget .widget-title {
 	margin-bottom: 32px;
 }

 .footer-style-three .gallery-widget h5 {
 	position: relative;
 	display: block;
 	font-size: 18px;
 	line-height: 28px;
 	font-weight: 600;
 	margin-top: 8px;
 }

 .footer-style-three .gallery-widget h5 a {
 	position: relative;
 	display: inline-block;
 	color: #fff;
 	padding-right: 24px;
 }

 .footer-style-three .gallery-widget h5 a:hover {}

 .footer-style-three .gallery-widget h5 a:before {
 	position: absolute;
 	content: "\f108";
 	font-family: 'flaticon';
 	font-size: 20px;
 	top: 1px;
 	right: 0px;
 	font-weight: 400;
 }

 .footer-style-three .footer-bottom .left-column {
 	position: relative;
 	display: flex;
 	align-items: center;
 }

 .footer-style-three .footer-bottom .left-column p {
 	color: #a1a3b2;
 	margin-right: 40px;
 }

 .footer-style-three .footer-bottom .left-column p:before {
 	position: absolute;
 	content: '';
 	background: #404a5b;
 	width: 1px;
 	height: 16px;
 	top: 7px;
 	right: -21px;
 }

 .footer-style-three .footer-bottom {
 	padding: 35px 0px;
 }

 .footer-style-three .footer-bottom .social-links li {
 	position: relative;
 	display: inline-block;
 	float: left;
 	margin-right: 28px;
 }

 .footer-style-three .footer-bottom .social-links li:last-child {
 	margin: 0px !important;
 }

 .footer-style-three .footer-bottom .social-links li a {
 	position: relative;
 	display: inline-block;
 	font-size: 18px;
 	color: #9ca4af;
 }

 .footer-style-three .footer-bottom .social-links li a:hover {
 	color: #fff;
 }

 .footer-style-three .footer-bottom .social-links li:before {
 	position: absolute;
 	content: '';
 	background: #676f7c;
 	width: 4px;
 	height: 4px;
 	border-radius: 50%;
 	top: 12px;
 	right: -15px;
 }

 .footer-style-three .footer-bottom .social-links li:last-child:before,
 .footer-style-three .footer-bottom .social-links li:first-child:before {
 	display: none;
 }

 .footer-style-three .footer-bottom .social-links li h5 {
 	display: block;
 	font-size: 18px;
 	line-height: 28px;
 	color: #fff;
 	font-weight: 600;
 }



 /*** 

====================================================================
                        Home-Page-Four
====================================================================

***/


 /** header-style-four **/

 .header-style-four {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	width: 100%;
 	background: transparent;
 }

 .header-style-four .header-lower {
 	background: transparent;
 }

 .header-style-four .header-upper {
 	position: relative;
 	padding: 45px 50px;
 	background: transparent;
 }

 .header-style-four .header-upper .outer-container {
 	padding: 0px;
 	border: none;
 }

 .header-style-four .header-upper .left-column {
 	position: relative;
 	display: flex;
 	align-items: center;
 }

 .header-style-four .header-upper .left-column .logo-box {
 	position: relative;
 	margin-right: 80px;
 }

 .header-style-four .header-upper .left-column .logo-box:before {
 	position: absolute;
 	content: '';
 	background: #293163;
 	width: 1px;
 	height: 54px;
 	top: -7px;
 	right: -40px;
 }

 .header-style-four .header-upper .links-list li {
 	position: relative;
 	display: inline-block;
 	float: left;
 	margin-right: 44px;
 }

 .header-style-four .header-upper .links-list li:last-child {
 	margin: 0px !important;
 }

 .header-style-four .header-upper .links-list li a {
 	position: relative;
 	display: inline-block;
 	font-size: 18px;
 	line-height: 28px;
 	color: #fefeff;
 	font-weight: 600;
 }

 .header-style-four .header-upper .links-list li a:hover {}

 .header-style-four .header-upper .links-list li a i {
 	position: relative;
 	margin-right: 14px;
 	font-size: 16px;
 	font-weight: 400;
 	top: 1px;
 }

 .header-style-four .header-upper .social-links li {
 	position: relative;
 	display: inline-block;
 	float: left;
 	margin-right: 10px;
 }

 .header-style-four .header-upper .social-links li:last-child {
 	margin: 0px !important;
 }

 .header-style-four .header-upper .social-links li a {
 	position: relative;
 	display: inline-block;
 	width: 48px;
 	height: 48px;
 	line-height: 48px;
 	border: 1px solid #283063;
 	border-radius: 50%;
 	font-size: 18px;
 	color: #fff;
 	text-align: center;
 }

 .header-style-four .header-upper .social-links li a:hover {}

 .header-style-four .header-upper .social-links {
 	margin-right: 40px;
 }

 .header-style-four .header-upper .right-column .support-box .icon-box {
 	font-size: 24px;
 }

 .header-style-four .header-upper .right-column .support-box h5 a {
 	color: #fff;
 }

 .header-style-four .header-upper .right-column .support-box h5 a:hover {}

 .header-style-four .header-upper .right-column .support-box:before {
 	background: #202754;
 }

 .header-style-four .header-upper .right-column .phone h3 a {
 	color: #fff;
 }

 .header-style-four .outer-box {
 	padding: 0px 175px;
 	padding-right: 165px;
 	display: block;
 }

 .header-style-four .outer-box .nav-btn {
 	position: absolute;
 	left: 50px;
 	top: 25px;
 }

 .header-style-four .outer-box .nav-btn:before {
 	position: absolute;
 	content: '';
 	background: #293163;
 	width: 1px;
 	height: 67px;
 	top: -18px;
 	right: -46px;
 }

 .header-style-four .outer-box .search-box {
 	position: absolute;
 	top: 25px;
 	right: 89px;
 	cursor: pointer;
 }

 .header-style-four .outer-box .search-box:before {
 	position: absolute;
 	content: '';
 	background: #293163;
 	width: 1px;
 	height: 67px;
 	top: -18px;
 	left: -46px;
 }

 .header-style-four .main-menu .navigation>li>a {
 	padding: 0px;
 	padding-top: 53px;
 	padding-bottom: 30px;
 }

 .header-style-four .main-menu .navigation>li>a:before {
 	display: none;
 }

 .header-style-four .main-menu .navigation>li {
 	position: relative;
 	width: 16.666%;
 	padding-right: 55px;
 	margin: 0px;
 	text-align: left;
 }

 .header-style-four .main-menu .navigation>li span {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	font-size: 18px;
 	line-height: 28px;
 	font-family: 'Urbanist', sans-serif;
 	font-weight: 600;
 	color: #6a7092;
 	width: 100%;
 }

 .header-style-four .main-menu .navigation>li span:before {
 	position: absolute;
 	content: '';
 	border-bottom: 1px dashed #3b457c;
 	left: 0px;
 	bottom: -8px;
 	width: calc(100% - 55px);
 }

 .header-style-four .main-menu .navigation>li>a {
 	text-align: left;
 	color: #fff;
 }

 .header-style-four .main-menu .navigation>li>a:after {
 	position: absolute;
 	content: "\f106";
 	font-family: 'flaticon';
 	font-size: 18px;
 	right: -5px;
 	bottom: 30px;
 	color: #646a8d;
 	font-weight: 400;
 }

 .header-style-four .main-menu .navigation>li>ul>li>a:before {
 	background-image: url(../images/icons/icon-26.png);
 }

 .header-style-four .main-menu .navigation>li>ul>li>ul>li>a:before {
 	background-image: url(../images/icons/icon-26.png);
 }

 .mobile-menu .navigation li>span {
 	display: none !important;
 }

 .header-style-four .sticky-header {
 	background: #020a42;
 	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
 	padding-top: 15px;
 }

 .home_4 .theme-btn.btn-one {
 	background: #fff;
 }

 .header-style-four .sticky-header .main-menu .navigation>li span {
 	display: none;
 }

 .header-style-four .sticky-header .main-menu .navigation>li>a {
 	padding-top: 15px;
 }

 .header-style-four .sticky-header .outer-box .nav-btn {
 	top: 15px;
 }

 .header-style-four .sticky-header .outer-box .search-box {
 	top: 15px;
 }


 /** banner-style-four **/

 .banner-style-four {
 	position: relative;
 	background: #020a42;
 	padding: 360px 0px 355px 0px;
 }

 .banner-style-four .outer-container {
 	position: relative;
 	padding: 0px 125px;
 }

 .banner-style-four .content-box {
 	position: relative;
 	display: block;
 	max-width: 630px;
 }

 .banner-style-four .content-box h6 {
 	display: block;
 	font-size: 16px;
 	line-height: 26px;
 	font-weight: 700;
 	text-transform: uppercase;
 	margin-bottom: 10px;
 }

 .banner-style-four .content-box h2 {
 	display: block;
 	font-size: 90px;
 	line-height: 100px;
 	color: #fff;
 	font-weight: 600;
 	margin-bottom: 41px;
 }

 .banner-style-four .content-box h2 span {}

 .banner-style-four .content-box .lower-box {
 	position: relative;
 	display: flex;
 	align-items: center;
 }

 .banner-style-four .content-box .lower-box .btn-box {
 	margin-right: 50px;
 }

 .banner-style-four .content-box .lower-box .rating-box {
 	position: relative;
 	display: block;
 	padding-left: 66px;
 }

 .banner-style-four .content-box .lower-box .rating-box .icon-box {
 	position: absolute;
 	display: inline-block;
 	left: 0px;
 	top: 7px;
 	font-size: 46px;
 }

 .banner-style-four .content-box .lower-box .rating-box h5 {
 	display: block;
 	font-size: 18px;
 	line-height: 30px;
 	color: #fff;
 	font-weight: 600;
 }

 .banner-style-four .content-box .lower-box .rating-box h5 span {}

 .banner-style-four .pattern-layer .pattern-1 {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	width: 943px;
 	height: 444px;
 	background-repeat: no-repeat;
 }

 .banner-style-four .pattern-layer .pattern-2 {
 	position: absolute;
 	right: 0px;
 	bottom: 0px;
 	width: 1452px;
 	height: 877px;
 	background-repeat: no-repeat;
 }

 .banner-style-four .pattern-layer .pattern-3 {
 	position: absolute;
 	left: 0px;
 	bottom: 0px;
 	width: 100%;
 	height: 178px;
 	background-size: 100% 100%;
 	background-repeat: no-repeat;
 	background-position: top center;
 	z-index: 2;
 }

 .banner-style-four .image-layer {
 	position: absolute;
 	right: 375px;
 	bottom: 0px;
 	z-index: 1;
 }

 .banner-style-four .growth-layer {
 	position: absolute;
 	right: 110px;
 	bottom: 0px;
 	z-index: 1;
 }

 .banner-style-four .award-box {
 	position: absolute;
 	right: 200px;
 	top: 50%;
 	transform: translateY(-50%);
 	z-index: 1;
 }

 .home_4 h1,
 .home_4 h2,
 .home_4 h3,
 .home_4 h4,
 .home_4 h5,
 .home_4 h6 {
 	color: #030a42;
 }


 /** about-style-four **/

 .about-style-four {
 	position: relative;
 	padding-bottom: 140px;
 	background-color: #fbeeec;
 }

 .about-style-four .image-box {
 	position: relative;
 	display: block;
 	padding-left: 290px;
 	margin-right: 10px;
 }

 .about-style-four .image-box img {
 	width: 100%;
 }

 .about-style-four .image-box .image-1 {
 	position: relative;
 	display: block;
 	border-radius: 30px 30px 30px 0px;
 	margin-bottom: 20px;
 }

 .about-style-four .image-box .image-1 img {
 	border-radius: 30px 30px 30px 0px;
 }

 .about-style-four .image-box .image-2 {
 	position: absolute;
 	left: 0px;
 	top: -200px;
 	border-radius: 30px 30px 0px 30px;
 	z-index: 2;
 }

 .about-style-four .image-box .image-2 img {
 	border-radius: 30px 30px 0px 30px;
 }

 .about-style-four .image-box .image-3 {
 	position: absolute;
 	left: 0px;
 	bottom: 110px;
 	border-radius: 30px 0px 30px 30px;
 }

 .about-style-four .image-box .image-3 img {
 	border-radius: 30px 0px 30px 30px;
 }

 .about-style-four .image-box .image-content {
 	position: relative;
 	display: block;
 	background: #f3dcd8;
 	border-radius: 0px 30px 30px 30px;
 	overflow: hidden;
 	padding: 40px 30px 34px 30px;
 }

 .about-style-four .image-box .image-content .icon-box {
 	position: relative;
 	display: inline-block;
 	font-size: 64px;
 	line-height: 60px;
 	margin-bottom: 17px;
 }

 .about-style-four .image-box .image-content h5 {
 	display: block;
 	font-size: 18px;
 	line-height: 28px;
 	font-weight: 600;
 	color: #61626e;
 }

 .about-style-four .image-box .image-content h2 {
 	display: block;
 	font-size: 36px;
 	line-height: 40px;
 	font-weight: 600;
 	padding-bottom: 28px;
 	margin-bottom: 19px;
 	margin-top: 6px;
 }

 .about-style-four .image-box .image-content h2:before {
 	position: absolute;
 	content: '';
 	background: #fbeeec;
 	width: 100%;
 	height: 6px;
 	left: 0px;
 	bottom: 0px;
 	border-radius: 10px;
 }

 .about-style-four .image-box .image-content a {
 	position: relative;
 	display: inline-block;
 	color: #030a42;
 	padding-right: 23px;
 }

 .about-style-four .image-box .image-content a:before {
 	position: absolute;
 	content: "\f108";
 	font-family: 'flaticon';
 	font-size: 20px;
 	top: 1px;
 	right: 0px;
 	font-weight: 400;
 }

 .about-style-four .image-box .image-content a:hover {}

 .about-style-four .image-box .light-icon {
 	position: absolute;
 	top: 0px;
 	right: 0px;
 }

 .about-style-four .content-box {
 	position: relative;
 	display: block;
 	padding-top: 75px;
 }

 .home_4 .theme-btn.btn-two {
 	background: #020a42;
 }

 .about-style-four .content-box .sec-title {
 	margin-bottom: 40px;
 }

 .about-style-four .content-box .text-box {
 	margin-bottom: 29px;
 }

 .about-style-four .content-box .inner-box {
 	position: relative;
 	margin-bottom: 45px;
 }

 .about-style-four .content-box .inner-box .single-item {
 	position: relative;
 	display: block;
 }

 .about-style-four .content-box .inner-box .single-item .icon-box {
 	position: relative;
 	display: block;
 	font-size: 40px;
 	line-height: 40px;
 	margin-bottom: 7px;
 }

 .about-style-four .content-box .inner-box .single-item h5 {
 	position: relative;
 	display: block;
 	font-size: 18px;
 	line-height: 30px;
 	color: #61626e;
 	font-weight: 600;
 	margin-bottom: 26px;
 }

 .about-style-four .content-box .inner-box .single-item h5 span {
 	position: relative;
 	display: inline-block;
 	font-size: 24px;
 	color: #020a42;
 	z-index: 1;
 }

 .about-style-four .content-box .inner-box .single-item h5 span:before {
 	position: absolute;
 	content: '';
 	background: #f3dcd8;
 	width: 100%;
 	height: 10px;
 	left: 0px;
 	bottom: 2px;
 	z-index: -1;
 }

 .about-style-four .content-box .list-item li {
 	position: relative;
 	display: block;
 	padding-left: 28px;
 	margin-bottom: 8px;
 }

 .about-style-four .content-box .list-item li:last-child {
 	margin-bottom: 0px;
 }

 .about-style-four .content-box .list-item li:before {
 	position: absolute;
 	content: '';
 	background-image: url(../images/icons/icon-26.png);
 	width: 11px;
 	height: 16px;
 	left: 2px;
 	top: 6px;
 	background-repeat: no-repeat;
 }

 .about-style-four .content-box .sec-title .sub-title:before {
 	background: #f3dcd8;
 }

 .home_4 .sec-title .sub-title:before {
 	background: #fbeeec;
 }


 /** service-style-four **/

 .service-style-four {
 	position: relative;
 	padding: 140px 0px 70px 0px;
 }

 .service-style-four .content-box {
 	position: relative;
 	display: block;
 	border: 1px solid #f0e0de;
 	border-radius: 30px 30px 0px 30px;
 	padding-right: 28px;
 }

 .service-block-three .inner-box {
 	position: relative;
 	display: block;
 	padding: 39px 6px 31px 34px;
 }

 .service-block-three .inner-box:before {
 	position: absolute;
 	content: '';
 	background: #f0e0de;
 	width: 1px;
 	height: 100%;
 	top: 0px;
 	right: -30px;
 }

 .service-block:last-child .service-block-three .inner-box:before {
 	display: none;
 }

 .service-block-three .inner-box .image-box {
 	position: relative;
 }

 .service-block-three .inner-box .image-box .image {
 	position: relative;
 	display: block;
 	border-radius: 0px 50% 0px 30px;
 }

 .service-block-three .inner-box .image-box .image img {
 	width: 100%;
 	border-radius: 0px 90% 0px 30px;
 }

 .service-block-three .inner-box .image-box .icon-box {
 	position: absolute;
 	top: 25px;
 	right: 23px;
 	font-size: 44px;
 }

 .service-block-three .inner-box .image-box .image:before {
 	position: absolute;
 	content: '';
 	background: #fbeeec;
 	width: 100%;
 	height: 100%;
 	left: 0px;
 	top: 0px;
 	border-radius: 90% 0px 0px 30px;
 }

 .service-block-three .inner-box .lower-content {
 	position: relative;
 	display: block;
 	padding-top: 33px;
 	padding-left: 15px;
 }

 .service-block-three .inner-box .lower-content h3 {
 	position: relative;
 	display: block;
 	font-size: 24px;
 	line-height: 34px;
 	font-weight: 600;
 	margin-bottom: 20px;
 }

 .service-block-three .inner-box .lower-content h3 a {
 	display: inline-block;
 	color: #020a42;
 }

 .service-block-three .inner-box .lower-content h3 a:hover {}

 .service-block-three .inner-box .lower-content .link a {
 	position: relative;
 	display: inline-block;
 	font-size: 18px;
 	line-height: 28px;
 	color: #020a42;
 	font-weight: 600;
 	margin-bottom: 22px;
 }

 .service-block-three .inner-box .lower-content .link a:hover {}

 .service-block-three .inner-box .lower-content .link a:before {
 	position: absolute;
 	content: '';
 	background: #e7e3ee;
 	width: 35px;
 	height: 1px;
 	left: -50px;
 	top: 15px;
 	transition: all 500ms ease;
 }

 .service-block-three .inner-box .lower-content .link a:hover:before {
 	opacity: 0;
 }

 .service-block-three .inner-box .lower-content .link a span {
 	position: relative;
 	padding-right: 24px;
 	transition: all 500ms ease;
 }

 .service-block-three .inner-box .lower-content .link a:hover span {
 	padding-right: 58px;
 }

 .service-block-three .inner-box .lower-content .link a span:before {
 	position: absolute;
 	content: "\f108";
 	font-family: 'flaticon';
 	font-size: 20px;
 	top: -2px;
 	right: 0px;
 	font-weight: 400;
 }

 .service-block-three .inner-box .lower-content .link a span:after {
 	position: absolute;
 	content: '';
 	width: 35px;
 	height: 1px;
 	top: 11px;
 	right: 13px;
 	transform: scaleX(0);
 	transform-origin: left center;
 	transition: all 500ms ease;
 }

 .service-block-three .inner-box .lower-content .link a:hover span:after {
 	transform: scaleX(1);
 }

 .service-style-four .owl-dots {
 	position: relative;
 	display: block;
 	text-align: center;
 	margin-top: 47px;
 }

 .service-style-four .owl-dots span {
 	display: none !important;
 }

 .service-style-four .owl-dots button {
 	position: relative;
 	display: inline-block;
 	width: 14px;
 	height: 14px;
 	background: #f0e5e3;
 	border-radius: 50% 50% 0px 50%;
 	cursor: pointer;
 	margin: 0px 35px;
 	transition: all 500ms ease;
 }

 .service-style-four .owl-dots button.active {}

 .service-style-four .owl-dots button:before {
 	position: absolute;
 	content: '';
 	background: #e7e3ee;
 	width: 50px;
 	height: 1px;
 	top: 7px;
 	right: -60px;
 }

 .service-style-four .owl-dots button:last-child:before {
 	opacity: 0;
 	z-index: -9;
 }


 /** chooseus-style-four **/

 .chooseus-style-four {
 	position: relative;
 	background: #020a42;
 	padding: 250px 0px 130px 0px;
 }

 .chooseus-style-four .pattern-layer {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	width: 100%;
 	height: 175px;
 	background-size: 100% 100%;
 	background-repeat: no-repeat;
 }

 .chooseus-style-four .bg-layer {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	width: calc(50% - 70px);
 	height: 100%;
 	background-size: cover;
 	background-repeat: no-repeat;
 	background-position: center;
 }

 .chooseus-style-four .bg-layer:before {
 	position: absolute;
 	content: '';
 	width: 100%;
 	height: 100%;
 	left: 0px;
 	top: 0px;
 	opacity: 0.86;
 }

 .chooseus-style-four .video-content {
 	position: relative;
 	display: block;
 	padding-right: 270px;
 	margin-left: -275px;
 }

 .chooseus-style-four .video-content .video-inner {
 	position: relative;
 	width: 100%;
 	padding: 290px;
 	text-align: center;
 	background-size: cover;
 	background-repeat: no-repeat;
 	background-position: center;
 	border-radius: 30px 30px 0px 30px;
 	overflow: hidden;
 }

 .chooseus-style-four .video-content .video-inner:before {
 	position: absolute;
 	content: '';
 	background: #010a44;
 	width: 100%;
 	height: 100%;
 	left: 0px;
 	top: 0px;
 	opacity: 0.3;
 }

 .chooseus-style-four .video-content .video-inner .video-btn a {
 	position: relative;
 	display: inline-block;
 	width: 80px;
 	height: 80px;
 	line-height: 90px;
 	background: #fff;
 	text-align: center;
 	border-radius: 50%;
 	font-size: 20px;
 	color: #020a42;
 }

 .chooseus-style-four .video-content .video-inner .video-btn a:before,
 .chooseus-style-four .video-content .video-inner .video-btn a:after {
 	width: 100%;
 	height: 100%;
 	border-radius: 50%;
 	background: transparent;
 	position: absolute;
 	top: 50%;
 	left: 50%;
 	-webkit-transform: translate(-50%, -50%);
 	transform: translate(-50%, -50%);
 	-webkit-animation-delay: .9s;
 	animation-delay: .9s;
 	content: "";
 	position: absolute;
 	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
 	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
 	-webkit-animation: ripple 3s infinite;
 	animation: ripple 3s infinite;
 	-webkit-transition: all .4s ease;
 	transition: all .4s ease;
 }

 .chooseus-style-four .video-content .video-inner .video-btn a:after {
 	-webkit-animation-delay: .6s;
 	animation-delay: .6s;
 }

 .chooseus-style-four .video-content .big-text {
 	position: absolute;
 	display: block;
 	font-size: 140px;
 	line-height: 140px;
 	font-family: 'Urbanist', sans-serif;
 	background-image: url(../images/icons/text-bg.png);
 	color: transparent;
 	-webkit-background-clip: text;
 	-webkit-text-fill-color: transparent;
 	font-weight: 900;
 	right: -114px;
 	top: 263px;
 	transform: rotate(-90deg);
 	z-index: 1;
 	text-transform: uppercase;
 	background-position: left center;
 }

 .chooseus-style-four .content-box {
 	position: relative;
 	display: block;
 }

 .chooseus-style-four .content-box .inner-box .single-item {
 	position: relative;
 	display: block;
 	padding-left: 200px;
 	margin-bottom: 30px;
 }

 .chooseus-style-four .content-box .inner-box .single-item:last-child {
 	margin-bottom: 0px;
 }

 .chooseus-style-four .content-box .inner-box .single-item .icon-box {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	width: 150px;
 	padding-bottom: 20px;
 	border-bottom: 1px solid #202754;
 	overflow: hidden;
 }

 .chooseus-style-four .content-box .inner-box .single-item .icon {
 	position: relative;
 	display: inline-block;
 	font-size: 60px;
 	line-height: 60px;
 }

 .chooseus-style-four .content-box .inner-box .single-item .icon-box .link {
 	position: absolute;
 	right: 0px;
 	bottom: -18px;
 	transition: all 500ms ease;
 }

 .chooseus-style-four .content-box .inner-box .single-item .icon-box .link a {
 	position: relative;
 	display: inline-block;
 	font-size: 50px;
 	color: #161e51;
 }

 .chooseus-style-four .content-box .inner-box .single-item:hover .icon-box .link {
 	bottom: 15px;
 }

 .chooseus-style-four .content-box .inner-box .single-item:hover .icon-box .link a {
 	font-size: 20px;
 }

 .chooseus-style-four .content-box .inner-box .single-item h6 {
 	display: block;
 	font-size: 14px;
 	line-height: 24px;
 	color: #fff;
 	font-weight: 700;
 	text-transform: uppercase;
 	margin-bottom: 10px;
 }

 .chooseus-style-four .content-box .inner-box .single-item h3 {
 	display: block;
 	font-size: 24px;
 	line-height: 34px;
 	color: #fff;
 	font-weight: 600;
 	margin-bottom: 15px;
 }

 .chooseus-style-four .content-box .inner-box .single-item p {
 	color: #a1a3b2;
 }

 .chooseus-style-four .pattern-layer-2 {
 	position: absolute;
 	right: 0px;
 	bottom: 0px;
 	width: 445px;
 	height: 770px;
 	background-repeat: no-repeat;
 }

 .chooseus-style-four .pattern-layer-3 {
 	position: absolute;
 	right: 0px;
 	bottom: 0px;
 	width: 425px;
 	height: 750px;
 	background-repeat: no-repeat;
 }


 /** team-style-two **/

 .team-style-two {
 	position: relative;
 	background: #fbeeec;
 	padding: 140px 0px 315px 0px;
 }

 .team-style-two .owl-dots {
 	position: relative;
 	display: block;
 	text-align: center;
 	margin-top: 47px;
 }

 .team-style-two .owl-dots span {
 	display: none !important;
 }

 .team-style-two .owl-dots button {
 	position: relative;
 	display: inline-block;
 	width: 14px;
 	height: 14px;
 	background: #f0e5e3;
 	border-radius: 50% 50% 0px 50%;
 	cursor: pointer;
 	margin: 0px 35px;
 	transition: all 500ms ease;
 }

 .team-style-two .owl-dots button.active {}

 .team-style-two .owl-dots button:before {
 	position: absolute;
 	content: '';
 	background: #e7e3ee;
 	width: 50px;
 	height: 1px;
 	top: 7px;
 	right: -60px;
 }

 .team-style-two .owl-dots button:last-child:before {
 	opacity: 0;
 	z-index: -9;
 }

 .team-style-two .pattern-layer {
 	position: absolute;
 	left: 0px;
 	bottom: 0px;
 	width: 100%;
 	height: 178px;
 	background-size: 100% 100%;
 	background-repeat: no-repeat;
 }

 .team-style-two .team-block-one .inner-box {
 	box-shadow: none;
 }

 .pricing-style-two .content-box .author-box:before {
 	position: absolute;
 	content: '';
 	background-image: url(../images/icons/arrow-2.png);
 	width: 39px;
 	height: 22px;
 	left: 66px;
 	bottom: 3px;
 	background-repeat: no-repeat;
 	z-index: 2;
 }

 .home_4 .pricing-style-two .content-box .author-box .author-thumb:before {
 	background: #fbe2de;
 }

 .home_4 .pricing-style-two .content-box .list-item li:before {
 	background-image: url(../images/icons/icon-26.png);
 }

 .home_4 .pricing-style-two .content-box .text-box h3:before {
 	background: #fbeeec;
 }

 .home_4 .pricing-style-two .content-box .author-box h4 a {
 	color: #61626e;
 }

 .home_4 .pricing-style-two .content-box .author-box h4 a:hover {}

 .pricing-style-two.alternat-2 {
 	padding: 0px 0px 140px 0px;
 }

 .pricing-style-two.alternat-2 .inner-content .pricing-block:first-child {
 	position: relative;
 	top: -80px;
 }

 .home_4 .pricing-block-one .pricing-table .feature-list li:nth-child(even):after {
 	background: linear-gradient(90deg, #fff 0%, #fbeeec 50%, #fff 100%);
 }

 .home_4 .pricing-block-one.active-block .pricing-table .table-content,
 .home_4 .pricing-block-one.active-block .pricing-table .table-header {
 	background: #020a42;
 }

 .home_4 .pricing-block-one.active-block .pricing-table .feature-list li:nth-child(even):after {
 	background: linear-gradient(90deg, #020a42 0%, #10184b 50%, #020a42 100%);
 }

 .pricing-style-two .inner-content {
 	position: relative;
 }

 .pricing-style-two .inner-content .shape {
 	position: absolute;
 	left: -50px;
 	bottom: -60px;
 	width: 280px;
 	height: 280px;
 	background-repeat: no-repeat;
 }


 /** award-section **/

 .award-section {
 	position: relative;
 	padding: 140px 0px 235px 0px;
 }

 .award-section .bg-layer {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	width: 100%;
 	height: 100%;
 	background-size: cover;
 	background-repeat: no-repeat;
 }

 .award-section .bg-layer:before {
 	position: absolute;
 	content: '';
 	background: #020a42;
 	width: 100%;
 	height: 100%;
 	left: 0px;
 	top: 0px;
 	opacity: 0.7;
 }

 .award-section .pattern-layer {
 	position: absolute;
 	left: 0px;
 	bottom: 0px;
 	width: 100%;
 	height: 178px;
 	background-size: 100% 100%;
 	background-repeat: no-repeat;
 }

 .award-section .award-inner {
 	position: relative;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	margin-bottom: 50px;
 }

 .award-section .award-inner .arrow-box .arrow-1 {
 	position: absolute;
 	left: 200px;
 	top: 0px;
 	width: 78px;
 	height: 121px;
 	background-repeat: no-repeat;
 }

 .award-section .award-inner .arrow-box .arrow-2 {
 	position: absolute;
 	right: 200px;
 	top: 0px;
 	width: 77px;
 	height: 121px;
 	background-repeat: no-repeat;
 }

 .award-section .single-award-box {
 	position: relative;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	width: 270px;
 	height: 270px;
 	margin: 0px 15px;
 }

 .award-section .single-award-box .shape {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	width: 270px;
 	height: 270px;
 	background-repeat: no-repeat;
 }

 .award-section .single-award-box .icon-box {
 	position: relative;
 	display: block;
 	font-size: 44px;
 	line-height: 40px;
 	color: #fff;
 	margin-bottom: 10px;
 }

 .award-section .single-award-box h6 {
 	display: block;
 	font-size: 14px;
 	line-height: 24px;
 	font-weight: 700;
 	text-transform: uppercase;
 	margin-bottom: 7px;
 }

 .award-section .single-award-box h3 {
 	display: block;
 	font-size: 22px;
 	line-height: 30px;
 	color: #fff;
 	font-weight: 600;
 	margin-bottom: 5px;
 }

 .award-section .single-award-box h5 {
 	display: block;
 	font-size: 18px;
 	line-height: 28px;
 	color: #fff;
 	font-weight: 600;
 }

 .award-section .content-box h2 {
 	position: relative;
 	display: block;
 	font-size: 48px;
 	line-height: 58px;
 	color: #fff;
 	font-weight: 600;
 	margin-bottom: 21px;
 }

 .award-section .content-box p {
 	display: block;
 	color: #a1a3b2;
 	margin-bottom: 32px;
 }

 .award-section .content-box .theme-btn {}

 .award-section .content-box .theme-btn:hover,
 .award-section .content-box .theme-btn:before {
 	background: #fff;
 }

 .award-section .content-box .theme-btn:hover {
 	color: #020a42 !important;
 }


 /** project-style-two **/

 .project-style-two {
 	position: relative;
 	padding: 30px 0px 140px 0px;
 }

 .project-style-two .owl-carousel .owl-stage-outer {
 	overflow: visible;
 }

 .project-style-two .owl-carousel .owl-stage-outer .owl-item {
 	opacity: 0;
 }

 .project-style-two .owl-carousel .owl-stage-outer .owl-item.active {
 	opacity: 1;
 }

 .project-block-two .inner-box {
 	position: relative;
 	display: block;
 }

 .project-block-two .inner-box .image-box {
 	position: relative;
 	display: block;
 	overflow: hidden;
 }

 .project-block-two .inner-box .image-box .image {
 	position: relative;
 	display: block;
 	border-radius: 30px 30px 0px 0px;
 	overflow: hidden;
 }

 .project-block-two .inner-box .image-box .image img {
 	width: 100%;
 	border-radius: 30px 30px 0px 0px;
 	transition: all 500ms ease;
 }

 .project-block-two .inner-box:hover .image-box .image img {
 	transform: scale(1.05);
 }

 .project-block-two .inner-box .image-box .image:before {
 	position: absolute;
 	content: '';
 	background: #020a42;
 	width: 100%;
 	height: 100%;
 	left: 0px;
 	top: 0px;
 	opacity: 0;
 	z-index: 1;
 	transition: all 500ms ease;
 }

 .project-block-two .inner-box:hover .image-box .image:before {
 	opacity: 0.8;
 }

 .project-block-two .inner-box .image-box .view-btn {
 	position: absolute;
 	left: 50%;
 	top: 40%;
 	transform: translate(-50%, -50%);
 	z-index: 2;
 }

 .project-block-two .inner-box .image-box .view-btn a {
 	position: relative;
 	display: inline-block;
 	font-size: 40px;
 	color: #fff;
 	transform: scale(0, 0);
 }

 .project-block-two .inner-box:hover .image-box .view-btn a {
 	transform: scale(1, 1);
 }

 .project-block-two .inner-box .lower-content {
 	position: relative;
 	display: block;
 	margin-top: -97px;
 	z-index: 2;
 }

 .project-block-two .inner-box .lower-content .text-box {
 	position: relative;
 	display: block;
 	width: calc(100% - 100px);
 	background: #fff;
 	padding: 30px 30px 32px 40px;
 	box-shadow: 0px 10px 30px 0px rgba(2, 10, 66, 0.10);
 	border-radius: 0px 30px 0px 30px;
 }

 .project-block-two .inner-box .lower-content .link {
 	position: absolute;
 	top: 0px;
 	right: 40px;
 	width: 60px;
 	height: 100%;
 	background: #fff;
 	text-align: center;
 	border-top-right-radius: 30px;
 	padding-top: 28px;
 	box-shadow: 20px 20px 20px 0px rgba(2, 10, 66, 0.06);
 }

 .project-block-two .inner-box .lower-content .link a {
 	position: relative;
 	display: inline-block;
 	font-size: 20px;
 	color: #a2a4af;
 }

 .project-block-two .inner-box .lower-content .link a:hover {}

 .project-block-two .inner-box .lower-content h6 {
 	position: relative;
 	display: inline-block;
 	font-size: 14px;
 	line-height: 24px;
 	font-weight: 700;
 	text-transform: uppercase;
 	z-index: 1;
 	margin-bottom: 9px;
 }

 .project-block-two .inner-box .lower-content h6:before {
 	position: absolute;
 	content: '';
 	background: #fbeeec;
 	width: 100%;
 	height: 10px;
 	left: 0px;
 	bottom: 3px;
 	z-index: -1;
 }

 .project-block-two .inner-box .lower-content h3 {
 	display: block;
 	font-size: 24px;
 	line-height: 34px;
 	font-weight: 600;
 	margin-bottom: 9px;
 }

 .project-block-two .inner-box .lower-content h3 a {
 	display: inline-block;
 	color: #020a42;
 }

 .project-block-two .inner-box .lower-content h3 a:hover {}

 .project-style-two .owl-dots {
 	position: absolute;
 	top: -83px;
 	right: 200px;
 	min-height: 40px;
 	counter-reset: slides-num;
 }

 .project-style-two .owl-dots::after {
 	position: absolute;
 	right: 0px;
 	top: 0px;
 	content: "0" counter(slides-num);
 	display: inline-block;
 	font-size: 18px;
 	color: #a09ba9;
 	font-weight: 600;
 	font-family: 'Urbanist', sans-serif;
 }

 .project-style-two .owl-dots:before {
 	position: absolute;
 	content: '';
 	right: 29px;
 	top: 7px;
 	width: 1px;
 	height: 14px;
 	background: #a09ba9;
 	transform: rotate(10deg);
 }

 .project-style-two .owl-dots button span {
 	display: none !important;
 }

 .project-style-two .owl-dots button {
 	position: absolute;
 	top: -4px;
 	right: 55px;
 	counter-increment: slides-num;
 	font-size: 36px;
 	font-weight: 600;
 	font-family: 'Urbanist', sans-serif;
 }

 .project-style-two .owl-dots button.active:before {
 	position: absolute;
 	content: counter(slides-num);
 }

 .project-style-two .owl-dots button.active:after {
 	position: absolute;
 	content: '0';
 	top: 0px;
 	right: 0px;
 }

 .project-style-two .owl-nav {
 	position: absolute;
 	top: -86px;
 	left: 0px;
 	right: 0px;
 	text-align: right;
 }

 .project-style-two .owl-nav:before {
 	position: absolute;
 	content: '';
 	background: #dcd8e6;
 	width: 125px;
 	height: 1px;
 	top: 14px;
 	right: 25px;
 }

 .project-style-two .owl-nav button {
 	position: absolute;
 	top: 0px;
 	display: inline-block;
 	font-size: 34px;
 	color: #a09ba9;
 	cursor: pointer;
 	transition: all 500ms ease;
 }

 .project-style-two .owl-nav button:hover {}

 .project-style-two .owl-nav button.owl-next {
 	right: -8px;
 }

 .project-style-two .owl-nav button.owl-prev {
 	right: 150px;
 	top: -5px;
 	transform: rotate(180deg);
 }


 /** testimonial-style-four **/

 .testimonial-style-four {
 	position: relative;
 	background: #fbeeec;
 	padding: 140px 0px 285px 0px;
 }

 .testimonial-style-four .outer-container {
 	position: relative;
 }

 .testimonial-style-four .owl-carousel .owl-stage-outer {
 	overflow: visible;
 }

 .testimonial-style-four .pattern-layer {
 	position: absolute;
 	left: 0px;
 	bottom: 0px;
 	width: 100%;
 	height: 178px;
 	background-size: 100% 100%;
 	background-repeat: no-repeat;
 }

 .testimonial-block-three {
 	position: relative;
 	display: block;
 }

 .testimonial-block-three:last-child {
 	margin: 0px !important;
 }

 .testimonial-block-three .inner-box {
 	position: relative;
 	display: block;
 }

 .testimonial-block-three .inner-box .upper-box {
 	position: relative;
 	display: block;
 	border: 2px solid #fff;
 	border-radius: 30px 30px 0px 30px;
 	padding: 29px 39px 30px 38px;
 	box-shadow: 0px 0px 30px 0px rgba(254, 75, 36, 0.15);
 	background: #fbeeec;
 	z-index: 1;
 }

 .testimonial-block-three .inner-box .thumb-box {
 	position: absolute;
 	top: 28px;
 	right: 28px;
 	width: 60px;
 	height: 60px;
 	border-radius: 50%;
 }

 .testimonial-block-three .inner-box .thumb-box img {
 	width: 100%;
 	border-radius: 50%;
 }

 .testimonial-block-three .inner-box .rating li {
 	position: relative;
 	display: inline-block;
 	float: left;
 	margin-right: 5px;
 }

 .testimonial-block-three .inner-box .rating li:last-child {
 	margin: 0px !important;
 }

 .testimonial-block-three .inner-box .rating {
 	margin-bottom: 12px;
 }

 .testimonial-block-three .inner-box h3 {
 	display: block;
 	font-size: 24px;
 	line-height: 34px;
 	font-weight: 600;
 	margin-bottom: 8px;
 }

 .testimonial-block-three .inner-box .designation {
 	position: relative;
 	display: block;
 	font-size: 16px;
 	line-height: 26px;
 	font-family: 'Urbanist', sans-serif;
 }

 .testimonial-block-three .inner-box .text-box {
 	position: relative;
 	display: block;
 	padding: 30px 39px 30px 39px;
 	box-shadow: 0px 0px 30px 0px rgba(254, 75, 36, 0.15);
 	border: 2px solid #fff;
 	border-bottom-left-radius: 30px;
 	background: #fbeeec;
 	top: -2px;
 }

 .testimonial-block-three .inner-box .light-icon {
 	position: absolute;
 	top: 10px;
 	right: 10px;
 	font-size: 150px;
 	color: #f2e3e1;
 }


 /** news-style-four **/

 .news-style-four {
 	position: relative;
 	padding-bottom: 140px;
 }

 .news-style-four .sec-title .more-link {
 	position: absolute;
 	right: 0px;
 	bottom: 5px;
 }

 .news-style-four .sec-title .more-link a {
 	position: relative;
 	display: inline-block;
 	font-size: 18px;
 	line-height: 28px;
 	color: #020a42;
 	font-weight: 600;
 	padding-right: 23px;
 }

 .news-style-four .sec-title .more-link a:hover {}

 .news-style-four .sec-title .more-link a:before {
 	position: absolute;
 	content: "\f108";
 	font-family: 'flaticon';
 	font-size: 20px;
 	top: 0px;
 	right: 0px;
 	font-weight: 400;
 }

 .news-block-three .inner-box {
 	position: relative;
 	display: block;
 }

 .news-block-three .inner-box .image-box {
 	position: relative;
 	display: block;
 	overflow: hidden;
 }

 .news-block-three .inner-box .image-box .image {
 	position: relative;
 	display: block;
 	border-radius: 30px 30px 0px 30px;
 	overflow: hidden;
 }

 .news-block-three .inner-box .image-box .image:before {
 	position: absolute;
 	content: '';
 	background: #020a42;
 	width: 100%;
 	height: 100%;
 	left: 0px;
 	top: 0px;
 	opacity: 0;
 	z-index: 1;
 	transition: all 500ms ease;
 }

 .news-block-three .inner-box:hover .image-box .image:before {
 	opacity: 0.8;
 }

 .news-block-three .inner-box .image-box .image img {
 	width: 100%;
 	border-radius: 30px 30px 0px 30px;
 	transition: all 500ms ease;
 }

 .news-block-three .inner-box:hover .image-box .image img {
 	transform: scale(1.05);
 }

 .news-block-three .inner-box .image-box h6 {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	font-size: 14px;
 	line-height: 24px;
 	font-weight: 700;
 	text-transform: uppercase;
 	background: #fff;
 	padding: 8px 15px;
 	border-top-right-radius: 15px;
 	z-index: 2;
 }

 .news-block-three .inner-box .image-box .view-btn {
 	position: absolute;
 	left: 50%;
 	top: 40%;
 	transform: translate(-50%, -50%);
 	z-index: 2;
 }

 .news-block-three .inner-box .image-box .view-btn a {
 	position: relative;
 	display: inline-block;
 	font-size: 40px;
 	color: #fff;
 	transform: scale(0, 0);
 }

 .news-block-three .inner-box:hover .image-box .view-btn a {
 	transform: scale(1, 1);
 }

 .news-block-three .inner-box .image-box .view-btn a:hover {}

 .news-block-three .inner-box .image-box .author-box {
 	position: absolute;
 	left: 30px;
 	bottom: 50px;
 	padding-left: 70px;
 	z-index: 2;
 	opacity: 0;
 	transition: all 500ms ease;
 }

 .news-block-three .inner-box:hover .image-box .author-box {
 	bottom: 80px;
 	opacity: 1;
 }

 .news-block-three .inner-box .image-box .author-box .thumb-box {
 	position: absolute;
 	left: 0px;
 	top: 2px;
 	width: 48px;
 	height: 48px;
 	border: 2px solid #fff;
 	background: #fff;
 	border-radius: 50%;
 }

 .news-block-three .inner-box .image-box .author-box .thumb-box img {
 	width: 100%;
 	border-radius: 50%;
 }

 .news-block-three .inner-box .image-box .author-box h5 {
 	display: block;
 	font-size: 18px;
 	line-height: 28px;
 	color: #fff;
 	font-weight: 500;
 }

 .news-block-three .inner-box .image-box .author-box .post-info li {
 	position: relative;
 	display: inline-block;
 	float: left;
 	font-size: 18px;
 	line-height: 28px;
 	font-family: 'Urbanist', sans-serif;
 	color: #a1a3b2;
 	font-weight: 500;
 	margin-right: 5px;
 }

 .news-block-three .inner-box .image-box .author-box .post-info li:last-child {
 	margin: 0px !important;
 }

 .news-block-three .inner-box .lower-content {
 	position: relative;
 	display: block;
 	background: #fff;
 	border-radius: 30px 30px 0px 30px;
 	border: 1px solid #f0e0de;
 	margin-top: -50px;
 	padding: 21px 30px 23px 29px;
 	z-index: 2;
 }

 .news-block-three .inner-box .lower-content h3 {
 	display: block;
 	font-size: 24px;
 	line-height: 34px;
 	font-weight: 600;
 	margin-bottom: 15px;
 }

 .news-block-three .inner-box .lower-content h3 a {
 	display: inline-block;
 	color: #020a42;
 }

 .news-block-three .inner-box .lower-content h3 a:hover {}

 .news-block-three .inner-box .link-box a {
 	position: relative;
 	display: inline-block;
 	font-size: 18px;
 	line-height: 28px;
 	color: #272e39;
 	font-weight: 600;
 }

 .news-block-three .inner-box .link-box a:before {
 	position: absolute;
 	content: '';
 	background: #e7e3ee;
 	width: 20px;
 	height: 1px;
 	left: -30px;
 	top: 15px;
 	transition: all 500ms ease;
 }

 .news-block-three .inner-box .link-box a:hover:before {
 	opacity: 0;
 }

 .news-block-three .inner-box .link-box a span {
 	position: relative;
 	padding-right: 24px;
 	transition: all 500ms ease;
 }

 .news-block-three .inner-box .link-box a:hover span {
 	padding-right: 58px;
 }

 .news-block-three .inner-box .link-box a span:before {
 	position: absolute;
 	content: "\f108";
 	font-family: 'flaticon';
 	font-size: 20px;
 	top: -2px;
 	right: 0px;
 	font-weight: 400;
 }

 .news-block-three .inner-box .link-box a span:after {
 	position: absolute;
 	content: '';
 	width: 35px;
 	height: 1px;
 	top: 11px;
 	right: 13px;
 	transform: scaleX(0);
 	transform-origin: left center;
 	transition: all 500ms ease;
 }

 .news-block-three .inner-box .link-box a:hover span:after {
 	transform: scaleX(1);
 }

 .news-block-three .inner-box .link-box a:hover {}

 .post-block-two {
 	position: relative;
 	display: block;
 	margin-bottom: 14px;
 }

 .post-block-two:last-child {
 	margin-bottom: 0px;
 }

 .post-block-two h6 {
 	position: relative;
 	display: inline-block;
 	font-size: 14px;
 	line-height: 24px;
 	font-weight: 700;
 	text-transform: uppercase;
 	margin-bottom: 15px;
 	z-index: 1;
 }

 .post-block-two h6:before {
 	position: absolute;
 	content: '';
 	background: #fbeeec;
 	width: 100%;
 	height: 10px;
 	left: 0px;
 	bottom: 3px;
 	z-index: -1;
 }

 .post-block-two .inner-box {
 	position: relative;
 	display: block;
 	padding-left: 120px;
 }

 .post-block-two .inner-box .image-box {
 	position: absolute;
 	left: 0px;
 	top: 7px;
 	width: 90px;
 	height: 90px;
 	border-radius: 15px;
 }

 .post-block-two .inner-box .image-box img {
 	width: 100%;
 	border-radius: 15px;
 }

 .post-block-two .inner-box h5 {
 	position: relative;
 	display: block;
 	font-size: 18px;
 	line-height: 28px;
 	color: #61626e;
 	margin-bottom: 5px;
 }

 .post-block-two .inner-box h4 {
 	display: block;
 	font-size: 20px;
 	line-height: 30px;
 	font-weight: 600;
 }

 .post-block-two .inner-box h4 a {
 	display: inline-block;
 	color: #020a42;
 }

 .post-block-two .inner-box h4 a:hover {}

 .news-style-four .post-inner {
 	position: relative;
 	margin-top: -10px;
 }


 .home_4 .subscribe-section.alternat-2:before {
 	background: #020a42;
 }

 .home_4 .subscribe-section.alternat-2 .content-box .big-text {
 	color: #f04824;
 }

 .home_4 .subscribe-section.alternat-2 .form-inner .form-group input[type='email'],
 .home_4 .subscribe-section.alternat-2 .form-inner .form-group button[type='submit'] {
 	background: #fe4b24;
 }

 .home_4 .subscribe-section.alternat-2 .form-inner .form-group input[type='email'],
 .home_4 .subscribe-section.alternat-2 .form-inner .form-group button[type='submit'] {
 	border-color: #fe8a71;
 }

 .home_4 .subscribe-section.alternat-2 .content-box .icon-box:before {
 	background-image: url(../images/shape/shape-42.png);
 }

 .home_4 .subscribe-section .form-inner .form-group {
 	padding-right: 169px;
 }

 .home_4 .subscribe-section .form-inner .form-group button[type='submit'] {
 	width: 170px;
 	font-size: 18px;
 	font-weight: 600;
 }


 /** footer-style-four **/

 .footer-style-four {
 	position: relative;
 	background: #020a42;
 }

 .footer-style-four .pattern-layer {
 	position: absolute;
 	left: 0px;
 	bottom: 0px;
 	width: 100%;
 	height: 273px;
 	background-size: 100% 100%;
 	background-repeat: no-repeat;
 }

 .footer-style-four .widget-section {
 	position: relative;
 	padding: 113px 0px 94px 0px;
 }

 .footer-style-four .logo-widget {
 	margin-top: 8px;
 }

 .footer-style-four .logo-widget .footer-logo {
 	position: relative;
 	display: block;
 	margin-bottom: 33px;
 }

 .footer-style-four .logo-widget p {
 	color: #a1a3b2;
 	margin-bottom: 12px;
 }

 .footer-style-four .logo-widget .inner-box {
 	position: relative;
 	display: block;
 	padding-left: 50px;
 }

 .footer-style-four .logo-widget .inner-box .icon-box {
 	position: absolute;
 	left: 0px;
 	top: 10px;
 	font-size: 30px;
 }

 .footer-style-four .logo-widget .inner-box h6 {
 	position: relative;
 	display: inline-block;
 	font-size: 14px;
 	line-height: 24px;
 	color: #fff;
 	font-weight: 700;
 	text-transform: uppercase;
 	margin-bottom: 5px;
 	z-index: 1;
 }

 .footer-style-four .logo-widget .inner-box h6:before {
 	position: absolute;
 	content: '';
 	background: #161e51;
 	width: 100%;
 	height: 10px;
 	left: 0px;
 	bottom: 3px;
 	z-index: -1;
 }

 .footer-style-four .logo-widget .inner-box span {
 	position: relative;
 	display: block;
 	color: #a1a3b2;
 	margin-bottom: 11px;
 }

 .footer-style-four .logo-widget .inner-box a {
 	position: relative;
 	display: inline-block;
 	font-size: 18px;
 	line-height: 28px;
 	color: #fff;
 	font-weight: 600;
 	padding-right: 23px;
 }

 .footer-style-four .logo-widget .inner-box a:hover {}

 .footer-style-four .logo-widget .inner-box a:before {
 	position: absolute;
 	content: "\f108";
 	font-family: 'flaticon';
 	font-size: 20px;
 	font-weight: 400;
 	top: 0px;
 	right: 0px;
 }

 .footer-style-four .links-widget {
 	position: relative;
 	margin-left: 70px;
 }

 .footer-style-four .widget-title {
 	position: relative;
 	display: block;
 	margin-bottom: 24px;
 }

 .footer-style-four .widget-title h3 {
 	font-size: 24px;
 	line-height: 34px;
 	color: #fff;
 	font-weight: 600;
 }

 .footer-style-four .links-widget .links-list li {
 	position: relative;
 	display: block;
 	margin-bottom: 12px;
 }

 .footer-style-four .links-widget .links-list li:last-child {
 	margin: 0px;
 }

 .footer-style-four .links-widget .links-list li a {
 	position: relative;
 	display: inline-block;
 	font-size: 17px;
 	font-family: 'Mulish', sans-serif;
 	color: #a1a3b2;
 	padding-left: 29px;
 }

 .footer-style-four .links-widget .links-list li a:hover {
 	padding-left: 54px;
 }

 .footer-style-four .links-widget .links-list li a:before {
 	position: absolute;
 	content: "\f108";
 	font-family: 'flaticon';
 	font-size: 20px;
 	left: 0px;
 	top: 0px;
 	transition: all 500ms ease;
 }

 .footer-style-four .links-widget .links-list li a:hover:before {
 	left: 30px;
 }

 .footer-style-four .links-widget .links-list li a:after {
 	position: absolute;
 	content: '';
 	width: 30px;
 	height: 1px;
 	left: 6px;
 	top: 13px;
 	transform: scaleX(0);
 	transform-origin: left center;
 	transition: all 500ms ease;
 }

 .footer-style-four .links-widget .links-list li a:hover:after {
 	transform: scaleX(1);
 }

 .footer-style-four .download-widget .download-list li {
 	position: relative;
 	display: block;
 	margin-bottom: 10px;
 }

 .footer-style-four .download-widget .download-list li:last-child {
 	margin-bottom: 0px;
 }

 .footer-style-four .download-widget .download-list li .download-box {
 	position: relative;
 	display: block;
 	padding-right: 60px;
 }

 .footer-style-four .download-widget .download-list li .download-box .inner {
 	position: relative;
 	width: 100%;
 	background: #fff;
 	border-radius: 20px 20px 0px 20px;
 	padding: 15px 15px 17px 75px;
 }

 .footer-style-four .download-widget .download-list li .download-box .icon-box {
 	position: absolute;
 	left: 20px;
 	top: 18px;
 	font-size: 24px;
 }

 .footer-style-four .download-widget .download-list li .download-box h5 {
 	display: block;
 	font-size: 18px;
 	line-height: 28px;
 	font-weight: 600;
 }

 .footer-style-four .download-widget .download-list li .download-box button {
 	position: absolute;
 	top: 0px;
 	right: 0px;
 	display: inline-block;
 	width: 60px;
 	height: 60px;
 	line-height: 60px;
 	background: #fff;
 	border-top-right-radius: 20px;
 	font-size: 20px;
 	color: #a7a9b3;
 	cursor: pointer;
 	transition: all 500ms ease;
 }

 .footer-style-four .download-widget .download-list li .download-box button:hover {}

 .footer-style-four .download-widget .widget-title {
 	margin-bottom: 31px;
 }

 .footer-style-four .footer-bottom {
 	background: transparent;
 	padding-top: 0px;
 	padding-bottom: 30px;
 }

 .footer-style-four .footer-bottom .left-column {
 	position: relative;
 	display: flex;
 	align-items: center;
 }

 .footer-style-four .footer-bottom .left-column p {
 	color: #a1a3b2;
 	margin-right: 40px;
 }

 .footer-style-four .footer-bottom .left-column p:before {
 	position: absolute;
 	content: '';
 	background: #404a5b;
 	width: 1px;
 	height: 16px;
 	top: 7px;
 	right: -21px;
 }

 .footer-style-four .footer-bottom {
 	padding: 35px 0px;
 }

 .footer-style-four .footer-bottom .social-links li {
 	position: relative;
 	display: inline-block;
 	float: left;
 	margin-right: 28px;
 }

 .footer-style-four .footer-bottom .social-links li:last-child {
 	margin: 0px !important;
 }

 .footer-style-four .footer-bottom .social-links li a {
 	position: relative;
 	display: inline-block;
 	font-size: 18px;
 	color: #9ca4af;
 }

 .footer-style-four .footer-bottom .social-links li a:hover {
 	color: #fff;
 }

 .footer-style-four .footer-bottom .social-links li:before {
 	position: absolute;
 	content: '';
 	background: #676f7c;
 	width: 4px;
 	height: 4px;
 	border-radius: 50%;
 	top: 12px;
 	right: -15px;
 }

 .footer-style-four .footer-bottom .social-links li:last-child:before,
 .footer-style-four .footer-bottom .social-links li:first-child:before {
 	display: none;
 }

 .footer-style-four .footer-bottom .social-links li h5 {
 	display: block;
 	font-size: 18px;
 	line-height: 28px;
 	color: #fff;
 	font-weight: 600;
 }


 /*** 

====================================================================
                        Service-Page
====================================================================

***/


 .page-title {
 	position: relative;
 	padding: 185px 0px 32px 0px;
 }

 .page-title .bg-layer {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	width: 100%;
 	height: 100%;
 	background-size: cover;
 	background-repeat: no-repeat;
 	background-position: center;
 }

 .page-title .bg-layer:before {
 	position: absolute;
 	content: '';
 	background: #272e39;
 	width: 100%;
 	height: 100%;
 	left: 0px;
 	top: 0px;
 	opacity: 0.5;
 }

 .page-title h1 {
 	position: relative;
 	display: block;
 	font-size: 72px;
 	line-height: 80px;
 	color: #fff;
 	font-weight: 600;
 	text-align: center;
 	margin-bottom: 125px;
 }

 .page-title .bread-crumb li {
 	position: relative;
 	display: inline-block;
 	float: left;
 	font-size: 18px;
 	line-height: 28px;
 	font-family: 'Urbanist', sans-serif;
 	color: #fff;
 	font-weight: 500;
 	padding-right: 24px;
 	margin-right: 6px;
 }

 .page-title .bread-crumb li:last-child {
 	padding: 0px !important;
 	margin: 0px !important;
 }

 .page-title .bread-crumb li a {
 	color: #fff;
 }

 .page-title .bread-crumb li a:hover {
 	text-decoration: underline;
 }

 .page-title .bread-crumb li:before {
 	position: absolute;
 	content: "\f108";
 	font-family: 'flaticon';
 	font-size: 18px;
 	color: #fff;
 	font-weight: 400;
 	top: 0px;
 	right: 0px;
 }

 .page-title .bread-crumb li:last-child:before {
 	display: none;
 }

 .about-style-three .content-box .inner-box .count-text {
 	color: #e5eef7;
 }


 .service-page-section {
 	position: relative;
 	padding: 0px 140px;
 }

 .service-page-section .outer-container {
 	position: relative;
 	background: #272e39;
 	border-radius: 30px 30px 0px 30px;
 }

 .service-page-section .pattern-layer {
 	position: absolute;
 	top: 150px;
 	right: 95px;
 	width: 280px;
 	height: 280px;
 	background-repeat: no-repeat;
 }


 .service-style-five {
 	position: relative;
 }

 .service-style-five .owl-dots {
 	position: absolute;
 	top: -83px;
 	right: 200px;
 	min-height: 40px;
 	counter-reset: slides-num;
 }

 .service-style-five .owl-dots::after {
 	position: absolute;
 	right: 0px;
 	top: 0px;
 	content: "0" counter(slides-num);
 	display: inline-block;
 	font-size: 18px;
 	color: #a09ba9;
 	font-weight: 600;
 	font-family: 'Urbanist', sans-serif;
 }

 .service-style-five .owl-dots:before {
 	position: absolute;
 	content: '';
 	right: 29px;
 	top: 7px;
 	width: 1px;
 	height: 14px;
 	background: #a09ba9;
 	transform: rotate(10deg);
 }

 .service-style-five .owl-dots button span {
 	display: none !important;
 }

 .service-style-five .owl-dots button {
 	position: absolute;
 	top: -4px;
 	right: 55px;
 	counter-increment: slides-num;
 	font-size: 36px;
 	font-weight: 600;
 	font-family: 'Urbanist', sans-serif;
 }

 .service-style-five .owl-dots button.active:before {
 	position: absolute;
 	content: counter(slides-num);
 }

 .service-style-five .owl-dots button.active:after {
 	position: absolute;
 	content: '0';
 	top: 0px;
 	right: 0px;
 }

 .service-style-five .owl-nav {
 	position: absolute;
 	top: -86px;
 	left: 0px;
 	right: 0px;
 	text-align: right;
 }

 .service-style-five .owl-nav:before {
 	position: absolute;
 	content: '';
 	background: #dcd8e6;
 	width: 125px;
 	height: 1px;
 	top: 14px;
 	right: 25px;
 }

 .service-style-five .owl-nav button {
 	position: absolute;
 	top: 0px;
 	display: inline-block;
 	font-size: 34px;
 	color: #a09ba9;
 	cursor: pointer;
 	transition: all 500ms ease;
 }

 .service-style-five .owl-nav button:hover {}

 .service-style-five .owl-nav button.owl-next {
 	right: -8px;
 }

 .service-style-five .owl-nav button.owl-prev {
 	right: 150px;
 	top: -5px;
 	transform: rotate(180deg);
 }

 .service-style-five .owl-carousel .owl-stage-outer {
 	overflow: visible;
 }

 .service-style-five .owl-carousel .owl-stage-outer .owl-item {
 	opacity: 0;
 	visibility: hidden;
 }

 .service-style-five .owl-carousel .owl-stage-outer .owl-item.active {
 	opacity: 1;
 	visibility: visible;
 }

 .service-style-five .service-block-two .inner-box,
 .service-style-five .service-block-two .link-box {
 	background: #e5eef7;
 }

 .service-style-five .service-block-two .link-box a {
 	background: #e7e3f0;
 }

 .service-style-five .service-block-two .link-box a:hover {
 	color: #fff;
 }

 .service-style-five .service-block-two:after {
 	background-image: url(../images/icons/icon-30.png);
 }

 .service-style-five .service-block-two:hover .inner-box,
 .service-style-five .service-block-two:hover .link-box {
 	background: #fff;
 }

 .service-style-five .service-block-two:hover .inner-box {
 	box-shadow: 0px 0px 30px 0px rgba(108, 78, 167, 0.20);
 }

 .service-style-five .service-block-two:hover .link-box {
 	box-shadow: 15px 10px 20px 0px rgba(108, 78, 167, 0.10);
 }

 .clients-style-two.service-page .sec-title .sub-title {
 	color: #fff;
 }

 .clients-style-two.service-page .clients-list li {
 	border-color: rgba(255, 255, 255, 0.15);
 }

 .clients-style-two.service-page .more-text h5 {
 	color: #fff;
 }

 .clients-style-two.service-page .more-text h5 a {
 	color: #fff;
 }



 .pricing-style-two.alternat-3 .content-box .list-item li:before {
 	background-image: url(../images/icons/icon-1.png);
 }

 .pricing-style-two.alternat-3 .content-box .text-box h3:before {
 	background: #e5eef7;
 }

 .pricing-style-two.alternat-3 .content-box .author-box .author-thumb:before {
 	background: #efebf7;
 }

 .pricing-style-two.alternat-3 .content-box .author-box h4 a {
 	color: #75727b;
 }

 .pricing-style-two.alternat-3 .content-box .author-box h4 a:hover {}

 .pricing-style-two.alternat-3 .pricing-block-one .pricing-table .feature-list li:nth-child(even):after {
 	background: linear-gradient(90deg, #fff 0%, #e5eef7 50%, #fff 100%);
 }

 .pricing-style-two.alternat-3 .pricing-block-one.active-block .pricing-table .feature-list li:nth-child(even):after {
 	background: linear-gradient(90deg, #272e39 0%, #333c4a 50%, #272e39 100%);
 }

 .cta-section.alternat-2 .theme-btn:hover,
 .cta-section.alternat-2 .theme-btn:before {
 	background: #fff;
 	color: #252b35 !important;
 }

 .cta-section.alternat-2 .image-box-two .text-box:before {
 	background-image: url(../images/shape/shape-46.png);
 }


 /** service-details **/

 .service-details {
 	position: relative;
 }

 .service-details-content {
 	position: relative;
 	display: block;
 }

 .service-details-content .image-box {
 	position: relative;
 	display: block;
 	border-radius: 30px;
 	margin-bottom: 43px;
 }

 .service-details-content .image-box img {
 	width: 100%;
 	border-radius: 30px;
 }

 .service-details-content h2 {
 	display: block;
 	font-size: 36px;
 	line-height: 46px;
 	font-weight: 600;
 	margin-bottom: 22px;
 }

 .service-details-content .bold-text {
 	color: #272e39;
 	margin-bottom: 25px;
 }

 .service-details-content .content-one {
 	position: relative;
 	display: block;
 	margin-bottom: 52px;
 }

 .service-details-content .chooseus-block-three .inner-box {
 	background: #e5eef7;
 }

 .service-details-content .chooseus-block-three .inner-box:before {
 	background-image: url(../images/icons/decor-2.png);
 }

 .service-details-content .chooseus-block-three .inner-box .count-text {
 	background: #e7e3f0;
 }

 .service-details-content .content-two {
 	padding-bottom: 24px;
 }

 .service-details-content .content-three {
 	margin-bottom: 43px;
 }

 .service-details-content .content-three h3 {
 	display: block;
 	font-size: 30px;
 	line-height: 40px;
 	font-weight: 600;
 	margin-bottom: 23px;
 }

 .service-details-content .content-three .single-item {
 	position: relative;
 	display: block;
 	padding-left: 28px;
 	margin-bottom: 26px;
 }

 .service-details-content .content-three .single-item:before {
 	position: absolute;
 	content: '';
 	background-image: url(../images/icons/icon-1.png);
 	width: 11px;
 	height: 16px;
 	left: 0px;
 	top: 7px;
 	transition: all 500ms ease;
 }

 .service-details-content .content-three .single-item:last-child {
 	margin-bottom: 0px;
 }

 .service-details-content .content-three .single-item h4 {
 	position: relative;
 	display: inline-block;
 	font-size: 20px;
 	line-height: 30px;
 	font-weight: 600;
 }

 .service-details-content .content-four h3 {
 	display: block;
 	font-size: 30px;
 	line-height: 40px;
 	font-weight: 600;
 	margin-bottom: 23px;
 }

 .service-details-content .content-four .upper-box {
 	position: relative;
 	display: block;
 	margin-bottom: 22px;
 }

 .service-details-content .content-four .tab-btns {
 	position: relative;
 	display: inline-block;
 	background: #e5eef7;
 	border-radius: 20px 20px 0px 0px;
 	padding: 10px;
 	z-index: 1;
 }

 .service-details-content .content-four .tab-btns .tab-btn {
 	position: relative;
 	display: inline-block;
 	font-size: 20px;
 	line-height: 30px;
 	font-family: 'Urbanist', sans-serif;
 	color: #272e39;
 	font-weight: 600;
 	cursor: pointer;
 	padding: 10px 30px;
 	border-radius: 20px 20px 0px 20px;
 	transition: all 500ms ease;
 }

 .service-details-content .content-four .tab-btns .tab-btn.active-btn {
 	background: #fff;
 }

 .service-details-content .content-four .tab-btns .tab-btn:before {
 	position: absolute;
 	content: '';
 	background: #dcd8e6;
 	width: 1px;
 	height: 30px;
 	top: 10px;
 	right: 0px;
 	transition: all 500ms ease;
 }

 .service-details-content .content-four .tab-btns .tab-btn:last-child:before {
 	display: none;
 }

 .service-details-content .content-four .tab-btns .tab-btn.active-btn:before {
 	opacity: 0;
 }

 .service-details-content .content-four .tabs-content {
 	position: relative;
 	display: block;
 	border: 1px solid #e8eaed;
 	border-radius: 0px 30px 30px 30px;
 	padding: 57px 39px 37px 39px;
 	margin-top: -35px;
 }


 .service-sidebar {
 	position: relative;
 	display: block;
 }

 .service-sidebar .category-widget {
 	position: relative;
 	display: block;
 	background: #e5eef7;
 	padding: 20px;
 	border-radius: 30px;
 }

 .service-sidebar .category-widget .category-list li {
 	position: relative;
 	display: block;
 	margin-bottom: 10px;
 }

 .service-sidebar .category-widget .category-list li:last-child {
 	margin-bottom: 0px;
 }

 .service-sidebar .category-widget .category-list li a {
 	position: relative;
 	display: block;
 	padding-right: 60px;
 }

 .service-sidebar .category-widget .category-list li a span {
 	position: relative;
 	display: block;
 	font-size: 18px;
 	line-height: 28px;
 	font-family: 'Urbanist', sans-serif;
 	color: #75727b;
 	font-weight: 600;
 	background: #fff;
 	padding: 16px 20px;
 	border-radius: 20px 20px 0px 20px;
 	transition: all 500ms ease;
 }

 .service-sidebar .category-widget .category-list li a.current span,
 .service-sidebar .category-widget .category-list li a:hover span {
 	color: #fff;
 }

 .service-sidebar .category-widget .category-list li a i {
 	position: absolute;
 	top: 0px;
 	right: 0px;
 	width: 60px;
 	height: 60px;
 	line-height: 64px;
 	font-size: 20px;
 	color: #a09ba9;
 	background: #fff;
 	border-top-right-radius: 20px;
 	text-align: center;
 	transition: all 500ms ease;
 }

 .service-sidebar .category-widget .category-list li a i:before {
 	transition: all 500ms ease;
 }

 .service-sidebar .category-widget .category-list li a.current i:before,
 .service-sidebar .category-widget .category-list li a:hover i:before {
 	position: relative;
 	display: inline-block;
 	transform: rotate(45deg);
 }

 .service-sidebar .category-widget .category-list li a.current i,
 .service-sidebar .category-widget .category-list li a:hover i {
 	color: #fff;
 }

 .service-sidebar .category-widget {
 	margin-bottom: 40px;
 }

 .service-sidebar .download-widget {
 	position: relative;
 	display: block;
 	background: #272e39;
 	border-radius: 30px;
 	padding: 20px;
 }

 .service-sidebar .download-widget .download-list li {
 	position: relative;
 	display: block;
 	margin-bottom: 10px;
 	width: calc(100% - 60px);
 	background: #fff;
 	padding: 16px 20px 16px 75px;
 	border-radius: 20px 20px 0px 20px;
 }

 .service-sidebar .download-widget .download-list li .icon {
 	position: absolute;
 	left: 20px;
 	top: 16px;
 	font-size: 24px;
 }

 .service-sidebar .download-widget .download-list li .icon:before {
 	position: absolute;
 	content: '';
 	background: #e7e3ee;
 	width: 1px;
 	height: 24px;
 	top: 3px;
 	right: -16px;
 }

 .service-sidebar .download-widget .download-list li h5 {
 	display: block;
 	font-size: 18px;
 	line-height: 28px;
 	font-weight: 600;
 }

 .service-sidebar .download-widget .download-list li button {
 	position: absolute;
 	top: 0px;
 	right: -60px;
 	width: 60px;
 	height: 60px;
 	line-height: 60px;
 	font-size: 24px;
 	color: #a09ba9;
 	background: #fff;
 	text-align: center;
 	border-top-right-radius: 20px;
 	transition: all 500ms ease;
 }

 .service-sidebar .download-widget .download-list li button:hover {}

 .service-sidebar .download-widget {
 	margin-bottom: 40px;
 }

 .service-sidebar .support-widget {
 	position: relative;
 	display: block;
 	padding: 33px 40px 243px 40px;
 	border-radius: 30px 30px 0px 30px;
 }

 .service-sidebar .support-widget h3 {
 	position: relative;
 	display: block;
 	font-size: 30px;
 	line-height: 40px;
 	color: #fff;
 	font-weight: 600;
 	margin-bottom: 6px;
 }

 .service-sidebar .support-widget p {
 	display: block;
 	color: #e0d6f4;
 	margin-bottom: 20px;
 }

 .service-sidebar .support-widget .theme-btn {
 	background: #f08418;
 }

 .service-sidebar .support-widget .theme-btn:hover {
 	background: #fff;
 	color: #020a42 !important;
 }

 .service-sidebar .support-widget .theme-btn:before {
 	background: #fff;
 }

 .service-sidebar .support-widget .big-text {
 	position: absolute;
 	left: 32px;
 	bottom: 25px;
 	font-size: 44px;
 	line-height: 50px;
 	font-family: 'Urbanist', sans-serif;
 	color: #7558af;
 	font-weight: 700;
 	writing-mode: vertical-lr;
 }

 .service-sidebar .support-widget .icon-box {
 	position: absolute;
 	top: 0px;
 	right: 0px;
 }

 .service-sidebar .support-widget .image-box {
 	position: absolute;
 	right: 0px;
 	bottom: 0px;
 	border-radius: 50% 50% 0px 50%;
 }

 .service-sidebar .support-widget .image-box img {
 	width: 100%;
 	border-radius: 50% 50% 0px 50%;
 }

 .service-sidebar .support-widget:before {
 	position: absolute;
 	content: '';
 	background-image: url(../images/shape/shape-47.png);
 	left: 0px;
 	top: 50%;
 	transform: translateY(-50%);
 	width: 28px;
 	height: 28px;
 	background-repeat: no-repeat;
 }


 /** project-page-section **/

 .project-page-section {
 	position: relative;
 }

 .project-page-section .project-block-one .inner-box {
 	margin-bottom: 30px;
 }

 .sortable-masonry .filters {
 	position: relative;
 	margin-bottom: 52px;
 }

 .sortable-masonry .filters .filter-tabs li {
 	position: relative;
 	display: inline-block;
 	font-size: 18px;
 	line-height: 28px;
 	font-family: 'Urbanist', sans-serif;
 	font-weight: 600;
 	color: #75727b;
 	margin: 0px 20px;
 	cursor: pointer;
 	padding-top: 32px;
 	transition: all 500ms ease;
 }

 .sortable-masonry .filters .filter-tabs li.active {}

 .sortable-masonry .filters .filter-tabs li span {
 	position: absolute;
 	top: 0px;
 	right: -25px;
 	display: inline-block;
 	width: 30px;
 	height: 30px;
 	line-height: 30px;
 	font-size: 14px;
 	color: #272e39;
 	background: #e5eef7;
 	font-weight: 700;
 	text-align: center;
 	border-radius: 50% 50% 0px 50%;
 }

 .project-page-section .pagination-wrapper {
 	margin-top: 30px;
 }

 .project-page-section.two-columns .project-block-one .inner-box .content-inner .text-box h6 {
 	color: #43a5e6;
 }

 .project-page-section.two-columns .project-block-one .inner-box .content-inner .text-box h6:before {
 	background: #eef3f6;
 }

 .project-page-section .more-btn {
 	margin-top: 30px;
 }

 .project-block-three .inner-box {
 	position: relative;
 	display: block;
 	overflow: hidden;
 	margin-bottom: 30px;
 }

 .project-block-three .inner-box .image-box {
 	position: relative;
 	display: block;
 	overflow: hidden;
 	border-radius: 30px;
 }

 .project-block-three .inner-box .image-box img {
 	width: 100%;
 	border-radius: 30px;
 	transition: all 500ms ease;
 }

 .project-block-three .inner-box:hover .image-box img {
 	transform: scale(1.05);
 }


 /** project-details **/

 .project-details {
 	position: relative;
 	padding: 140px 0px 133px 0px;
 }

 .project-sidebar {
 	position: relative;
 	display: block;
 	margin-right: 30px;
 }

 .project-sidebar .project-info-box {
 	position: relative;
 	display: block;
 	border-radius: 30px 30px 0px 30px;
 	padding: 33px 40px 40px 40px;
 	margin-bottom: 42px;
 }

 .project-sidebar .project-info-box h3 {
 	position: relative;
 	display: block;
 	font-size: 30px;
 	line-height: 40px;
 	color: #fff;
 	font-weight: 600;
 	padding-bottom: 20px;
 	margin-bottom: 20px;
 	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
 }

 .project-sidebar .project-info-box .info-list li {
 	position: relative;
 	display: block;
 	margin-bottom: 16px;
 }

 .project-sidebar .project-info-box .info-list li:last-child {
 	margin-bottom: 0px;
 }

 .project-sidebar .project-info-box .info-list li span {
 	position: relative;
 	display: block;
 	font-size: 17px;
 	color: #e0d6f4;
 	margin-bottom: 8px;
 }

 .project-sidebar .project-info-box .info-list li h4 {
 	display: block;
 	font-size: 20px;
 	line-height: 30px;
 	color: #fff;
 	font-weight: 500;
 }

 .project-sidebar .project-info-box .info-list {
 	margin-bottom: 30px;
 }

 .project-sidebar .project-info-box .theme-btn {
 	background: #fff;
 }

 .project-sidebar .project-info-box:before {
 	position: absolute;
 	content: '';
 	background-image: url(../images/shape/shape-48.png);
 	left: 0px;
 	top: 103px;
 	width: 28px;
 	height: 28px;
 	background-repeat: no-repeat;
 }

 .project-sidebar .project-share-option h5 {
 	position: relative;
 	display: block;
 	font-size: 18px;
 	line-height: 28px;
 	font-weight: 600;
 	margin-bottom: 14px;
 }

 .project-sidebar .project-share-option .social-links li {
 	position: relative;
 	display: inline-block;
 	float: left;
 	margin-right: 10px;
 }

 .project-sidebar .project-share-option .social-links li:last-child {
 	margin: 0px !important;
 }

 .project-sidebar .project-share-option .social-links li a {
 	position: relative;
 	display: inline-block;
 	width: 50px;
 	height: 50px;
 	line-height: 50px;
 	font-size: 18px;
 	color: #272e39;
 	border: 1px solid #e7e4ee;
 	border-radius: 50%;
 	text-align: center;
 }

 .project-sidebar .project-share-option .social-links li a:hover {
 	color: #fff;
 }

 .project-details-content {
 	position: relative;
 	display: block;
 	margin-top: -9px;
 }

 .project-details-content h2 {
 	display: block;
 	font-size: 36px;
 	line-height: 46px;
 	font-weight: 600;
 	margin-bottom: 35px;
 }

 .project-details-content .text-box p:first-child {
 	padding-left: 80px;
 }

 .project-details-content .text-box p:first-child span {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	display: inline-block;
 	width: 60px;
 	height: 60px;
 	line-height: 60px;
 	text-align: center;
 	font-size: 40px;
 	font-family: 'Urbanist', sans-serif;
 	color: #fff;
 	font-weight: 600;
 	text-align: center;
 	border-radius: 50% 50% 0px 50%;
 	background: #272e39;
 }

 .project-details-content .image-box {
 	position: relative;
 	display: block;
 	margin-top: 45px;
 	padding-bottom: 15px;
 }

 .project-details-content .image-box .image {
 	position: relative;
 	display: block;
 	overflow: hidden;
 	border-radius: 30px;
 	margin-bottom: 30px;
 }

 .project-details-content .image-box .image img {
 	width: 100%;
 	border-radius: 30px;
 }

 .project-details-content .content-one {
 	margin-bottom: 40px;
 }

 .project-details-content .content-two .single-item {
 	position: relative;
 	display: block;
 	padding-left: 100px;
 	margin-bottom: 30px;
 }

 .project-details-content .content-two .single-item:last-child {
 	margin-bottom: 0px;
 }

 .project-details-content .content-two .single-item .icon-box {
 	position: absolute;
 	left: 0px;
 	top: 8px;
 	font-size: 60px;
 }

 .project-details-content .content-two .single-item h3 {
 	display: block;
 	font-size: 30px;
 	line-height: 40px;
 	font-weight: 600;
 	margin-bottom: 12px;
 }

 .project-details-content .content-two .single-item h5 {
 	display: block;
 	font-size: 18px;
 	line-height: 28px;
 	font-weight: 500;
 	margin-top: 20px;
 	margin-bottom: 15px;
 }

 .project-details-content .content-two .single-item .list-item li {
 	position: relative;
 	display: block;
 	padding-left: 28px;
 	margin-bottom: 10px;
 }

 .project-details-content .content-two .single-item .list-item li:last-child {
 	margin-bottom: 0px;
 }

 .project-details-content .content-two .single-item .list-item li:before {
 	position: absolute;
 	content: '';
 	background-image: url(../images/icons/icon-1.png);
 	width: 11px;
 	height: 16px;
 	left: 0px;
 	top: 6px;
 }


 /** blog-grid **/

 .blog-grid {
 	position: relative;
 }

 .blog-grid .news-block-one .inner-box {
 	margin-bottom: 30px;
 }

 .blog-grid .pagination-wrapper {
 	margin-top: 30px;
 }


 /** sidebar-page-container **/

 .sidebar-page-container {
 	position: relative;
 	display: block;
 }

 .sidebar-page-container .pagination .prev-btn {
 	float: left;
 }

 .sidebar-page-container .pagination .next-btn {
 	float: right;
 }

 .sidebar-page-container .pagination-wrapper {
 	padding-top: 30px;
 }

 .blog-sidebar {
 	position: relative;
 	display: block;
 	background: #e5eef7;
 	padding: 50px 30px 50px 30px;
 	border-radius: 30px;
 }

 .blog-sidebar .search-widget .search-inner .form-group {
 	position: relative;
 	margin: 0px;
 }

 .blog-sidebar .search-widget .search-inner input[type='search'] {
 	position: relative;
 	display: block;
 	width: 100%;
 	height: 60px;
 	background: #fff;
 	border: 1px solid #fff;
 	border-radius: 30px 30px 0px 30px;
 	font-size: 17px;
 	color: #75727b;
 	padding: 10px 50px 10px 30px;
 	box-shadow: 0px 0px 50px 0px #ece7f5;
 	transition: all 500ms ease;
 }

 .blog-sidebar .search-widget .search-inner button[type='submit'] {
 	position: absolute;
 	top: 15px;
 	right: 30px;
 }

 .blog-sidebar .search-widget .search-inner input:focus {}

 .blog-sidebar .search-widget {
 	margin-bottom: 50px;
 }

 .blog-sidebar .widget-title {
 	position: relative;
 	display: block;
 	text-align: center;
 	padding-bottom: 20px;
 	margin-bottom: 20px;
 	border-bottom: 1px solid #d6d3df;
 }

 .blog-sidebar .widget-title:before {
 	position: absolute;
 	content: '';
 	width: 70px;
 	height: 1px;
 	left: 50%;
 	transform: translateX(-50%);
 	bottom: -1px;
 }

 .blog-sidebar .widget-title h3 {
 	display: block;
 	font-size: 24px;
 	line-height: 34px;
 	font-weight: 600;
 }

 .blog-sidebar .category-widget .category-list li {
 	position: relative;
 	display: flex;
 	align-items: center;
 	justify-content: space-between;
 	margin-bottom: 15px;
 }

 .blog-sidebar .category-widget .category-list li:last-child {
 	margin-bottom: 0px;
 }

 .blog-sidebar .category-widget .category-list li a {
 	position: relative;
 	display: inline-block;
 	font-size: 18px;
 	line-height: 28px;
 	color: #272e39;
 	font-weight: 600;
 	margin-right: 6px;
 	padding-left: 25px;
 }

 .blog-sidebar .category-widget .category-list li a:before {
 	position: absolute;
 	content: '';
 	background-image: url(../images/icons/icon-1.png);
 	width: 11px;
 	height: 16px;
 	left: 0px;
 	top: 6px;
 	filter: grayscale(100%);
 	opacity: 0.6;
 	transition: all 500ms ease;
 }

 .blog-sidebar .category-widget .category-list li a:hover:before {
 	filter: grayscale(0%);
 	opacity: 1;
 }

 .blog-sidebar .category-widget .category-list li a:hover {}

 .blog-sidebar .category-widget .category-list li .line {
 	position: relative;
 	width: 100%;
 	height: 1px;
 	border-bottom: 1px dashed #272e39;
 	top: 5px;
 }

 .blog-sidebar .category-widget .category-list li span {
 	position: relative;
 	display: inline-block;
 	font-size: 18px;
 	line-height: 28px;
 	font-family: 'Urbanist', sans-serif;
 	color: #75727b;
 	margin-left: 14px;
 }

 .blog-sidebar .category-widget {
 	margin-bottom: 40px;
 }

 .blog-sidebar .post-widget .post {
 	position: relative;
 	display: block;
 	padding-left: 90px;
 	margin-bottom: 25px;
 }

 .blog-sidebar .post-widget .post:last-child {
 	margin-bottom: 0px;
 }

 .blog-sidebar .post-widget .post .post-thumb {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	width: 70px;
 	height: 70px;
 	border-radius: 15px;
 }

 .blog-sidebar .post-widget .post .post-thumb img {
 	width: 100%;
 	border-radius: 15px;
 }

 .blog-sidebar .post-widget .post h6 {
 	position: relative;
 	display: inline-block;
 	font-size: 14px;
 	line-height: 30px;
 	font-weight: 700;
 	text-transform: uppercase;
 	background: #fff;
 	padding: 0px 15px;
 	border-radius: 20px 20px 0px 20px;
 	margin-bottom: 12px;
 }

 .blog-sidebar .post-widget .post h4 {
 	display: block;
 	font-size: 20px;
 	line-height: 30px;
 	font-weight: 600;
 }

 .blog-sidebar .post-widget .post h4 a {
 	display: inline-block;
 	color: #232c36;
 }

 .blog-sidebar .post-widget .post h4 a:hover {}

 .blog-sidebar .post-widget {
 	margin-bottom: 40px;
 }

 .blog-sidebar .tags-widget .tags-list {
 	position: relative;
 	margin: 0px 0px;
 }

 .blog-sidebar .tags-widget .tags-list li {
 	position: relative;
 	display: inline-block;
 	float: left;
 	margin: 0px 5px 10px 5px;
 }

 .blog-sidebar .tags-widget .tags-list li a {
 	position: relative;
 	display: inline-block;
 	font-size: 16px;
 	line-height: 26px;
 	color: #75727b;
 	font-weight: 500;
 	border: 1px solid #d6d3df;
 	border-radius: 25px 25px 25px 25px;
 	padding: 4px 14px;
 	text-align: center;
 }

 .blog-sidebar .tags-widget .tags-list li a:hover {
 	color: #fff;
 	border-bottom-right-radius: 0px;
 }

 .blog-sidebar {
 	margin-bottom: 50px;
 }

 .sidebar-page-container .support-widget {
 	position: relative;
 	display: block;
 	padding: 33px 40px 243px 40px;
 	border-radius: 30px 30px 0px 30px;
 }

 .sidebar-page-container .support-widget h3 {
 	position: relative;
 	display: block;
 	font-size: 30px;
 	line-height: 40px;
 	color: #fff;
 	font-weight: 600;
 	margin-bottom: 6px;
 }

 .sidebar-page-container .support-widget p {
 	display: block;
 	color: #e0d6f4;
 	margin-bottom: 20px;
 }

 .sidebar-page-container .support-widget .theme-btn {
 	background: #f08418;
 }

 .sidebar-page-container .support-widget .theme-btn:hover {
 	background: #fff;
 	color: #020a42 !important;
 }

 .sidebar-page-container .support-widget .theme-btn:before {
 	background: #fff;
 }

 .sidebar-page-container .support-widget .big-text {
 	position: absolute;
 	left: 32px;
 	bottom: 25px;
 	font-size: 44px;
 	line-height: 50px;
 	font-family: 'Urbanist', sans-serif;
 	color: #7558af;
 	font-weight: 700;
 	writing-mode: vertical-lr;
 }

 .sidebar-page-container .support-widget .icon-box {
 	position: absolute;
 	top: 0px;
 	right: 0px;
 }

 .sidebar-page-container .support-widget .image-box {
 	position: absolute;
 	right: 0px;
 	bottom: 0px;
 	border-radius: 50% 50% 0px 50%;
 }

 .sidebar-page-container .support-widget .image-box img {
 	width: 100%;
 	border-radius: 50% 50% 0px 50%;
 }

 .sidebar-page-container .support-widget:before {
 	position: absolute;
 	content: '';
 	background-image: url(../images/shape/shape-47.png);
 	left: 0px;
 	top: 50%;
 	transform: translateY(-50%);
 	width: 28px;
 	height: 28px;
 	background-repeat: no-repeat;
 }

 .news-block-four .inner-box {
 	position: relative;
 	display: block;
 	padding: 29px 29px 30px 29px;
 	border: 1px solid #e7e3ee;
 	border-radius: 30px;
 	margin-bottom: 50px;
 }

 .news-block-four .inner-box .author-box {
 	position: relative;
 	display: block;
 	padding-left: 75px;
 	margin-bottom: 22px;
 }

 .news-block-four .inner-box .author-box.pad-0 {
 	padding: 0px;
 }

 .news-block-four .inner-box .author-box .author-thumb {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	width: 60px;
 	height: 60px;
 	background: #fff;
 	padding: 5px;
 	border: 1px solid #e7e3ee;
 	border-radius: 50%;
 }

 .news-block-four .inner-box .author-box .author-thumb img {
 	width: 100%;
 	border-radius: 50%;
 }

 .news-block-four .inner-box .author-box h6 {
 	position: relative;
 	display: inline-block;
 	font-size: 14px;
 	line-height: 24px;
 	font-weight: 700;
 	text-transform: uppercase;
 	background: #e5eef7;
 	text-align: center;
 	padding: 3px 15px;
 	border-radius: 20px 20px 0px 20px;
 	margin-bottom: 12px;
 }

 .news-block-four .inner-box .author-box .post-info li {
 	position: relative;
 	display: inline-block;
 	float: left;
 	font-size: 18px;
 	line-height: 28px;
 	font-family: 'Urbanist', sans-serif;
 	color: #75727b;
 	margin-right: 30px;
 }

 .news-block-four .inner-box .author-box .post-info li span {
 	color: #272e39;
 }

 .news-block-four .inner-box .author-box .post-info li a {
 	display: inline-block;
 	color: #75727b;
 }

 .news-block-four .inner-box .author-box .post-info li a:hover {}

 .news-block-four .inner-box .author-box .post-info li:last-child {
 	margin: 0px !important;
 }

 .news-block-four .inner-box .author-box .post-info li:before {
 	position: absolute;
 	content: '';
 	background: #bbb6c4;
 	width: 4px;
 	height: 4px;
 	border-radius: 50%;
 	top: 13px;
 	right: -18px;
 }

 .news-block-four .inner-box .author-box .post-info li:last-child:before {
 	display: none;
 }

 .news-block-four .inner-box .image-box {
 	position: relative;
 	display: block;
 	border-radius: 30px;
 	margin-bottom: 30px;
 }

 .news-block-four .inner-box .image-box img {
 	width: 100%;
 	border-radius: 30px;
 }

 .news-block-four .inner-box h2 {
 	position: relative;
 	display: block;
 	font-size: 30px;
 	line-height: 40px;
 	font-weight: 600;
 	margin-bottom: 15px;
 }

 .news-block-four .inner-box h2 a {
 	display: inline-block;
 	color: #272e39;
 }

 .news-block-four .inner-box h2 a:hover {}

 .news-block-four .inner-box p {
 	margin-bottom: 30px;
 }

 .news-block-four .inner-box .link a {
 	position: relative;
 	display: inline-block;
 	font-size: 18px;
 	line-height: 28px;
 	color: #272e39;
 	font-weight: 600;
 }

 .news-block-four .inner-box .link a:before {
 	position: absolute;
 	content: '';
 	background: #ddecec;
 	width: 20px;
 	height: 1px;
 	left: -30px;
 	top: 14px;
 	transition: all 500ms ease;
 }

 .news-block-four .inner-box .link a:hover:before {
 	opacity: 0;
 }

 .news-block-four .inner-box .link a span {
 	position: relative;
 	padding-right: 24px;
 	transition: all 500ms ease;
 }

 .news-block-four .inner-box .link a:hover span {
 	padding-right: 58px;
 }

 .news-block-four .inner-box .link a span:before {
 	position: absolute;
 	content: "\f108";
 	font-family: 'flaticon';
 	font-size: 20px;
 	top: -2px;
 	right: 0px;
 	font-weight: 400;
 }

 .news-block-four .inner-box .link a span:after {
 	position: absolute;
 	content: '';
 	width: 35px;
 	height: 1px;
 	top: 11px;
 	right: 13px;
 	transform: scaleX(0);
 	transform-origin: left center;
 	transition: all 500ms ease;
 }

 .news-block-four .inner-box .link a:hover span:after {
 	transform: scaleX(1);
 }

 .news-block-four .inner-box .link a:hover {}

 .news-block-four .inner-box .share-box {
 	position: absolute;
 	right: 30px;
 	bottom: 30px;
 }

 .news-block-four .inner-box .share-box a {
 	position: relative;
 	display: inline-block;
 	font-size: 18px;
 	line-height: 28px;
 	font-weight: 600;
 	color: #a09ba9;
 	padding-left: 30px;
 }

 .news-block-four .inner-box .share-box a:hover {}

 .news-block-four .inner-box .share-box a i {
 	position: absolute;
 	left: 0px;
 	top: 2px;
 	font-size: 20px;
 	font-weight: 400;
 	color: #373e48;
 }

 .sidebar-page-container.blog-list-two .pagination-wrapper {
 	padding-top: 10px;
 }


 .blog-details-content {
 	position: relative;
 	display: block;
 }

 .blog-details-content .content-one .author-post {
 	position: relative;
 	display: block;
 	padding-left: 75px;
 	margin-bottom: 22px;
 }

 .blog-details-content .content-one .author-post .author-thumb {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	width: 60px;
 	height: 60px;
 	background: #fff;
 	padding: 5px;
 	border: 1px solid #e7e3ee;
 	border-radius: 50%;
 }

 .blog-details-content .content-one .author-post .author-thumb img {
 	width: 100%;
 	border-radius: 50%;
 }

 .blog-details-content .content-one .author-post h6 {
 	position: relative;
 	display: inline-block;
 	font-size: 14px;
 	line-height: 24px;
 	font-weight: 700;
 	text-transform: uppercase;
 	background: #e5eef7;
 	text-align: center;
 	padding: 3px 15px;
 	border-radius: 20px 20px 0px 20px;
 	margin-bottom: 12px;
 }

 .blog-details-content .content-one .author-post .post-info li {
 	position: relative;
 	display: inline-block;
 	float: left;
 	font-size: 18px;
 	line-height: 28px;
 	font-family: 'Urbanist', sans-serif;
 	color: #75727b;
 	margin-right: 30px;
 }

 .blog-details-content .content-one .author-post .post-info li span {
 	color: #272e39;
 }

 .blog-details-content .content-one .author-post .post-info li a {
 	display: inline-block;
 	color: #75727b;
 }

 .blog-details-content .content-one .author-post .post-info li a:hover {}

 .blog-details-content .content-one .author-post .post-info li:last-child {
 	margin: 0px !important;
 }

 .blog-details-content .content-one .author-post .post-info li:before {
 	position: absolute;
 	content: '';
 	background: #bbb6c4;
 	width: 4px;
 	height: 4px;
 	border-radius: 50%;
 	top: 13px;
 	right: -18px;
 }

 .blog-details-content .content-one .author-post .post-info li:last-child:before {
 	display: none;
 }

 .blog-details-content h2 {
 	display: block;
 	font-size: 36px;
 	line-height: 46px;
 	font-weight: 600;
 	margin-bottom: 40px;
 }

 .blog-details-content .content-one .text-box {
 	position: relative;
 	display: block;
 	margin-bottom: 42px;
 }

 .blog-details-content .content-one .text-box p:last-child {
 	margin-top: 26px;
 }

 .blog-details-content .content-one .text-box p:first-child {
 	position: relative;
 	display: block;
 	padding-left: 80px;
 }

 .blog-details-content .content-one .text-box p span {
 	position: absolute;
 	display: inline-block;
 	left: 0px;
 	top: 6px;
 	width: 60px;
 	height: 60px;
 	line-height: 60px;
 	font-size: 40px;
 	font-family: 'Urbanist', sans-serif;
 	color: #fff;
 	font-weight: 600;
 	text-transform: uppercase;
 	background: #272e39;
 	border-radius: 50% 50% 0px 50%;
 	text-align: center;
 }

 .blog-details-content .content-one .image-box {
 	position: relative;
 	display: block;
 	border-radius: 30px;
 }

 .blog-details-content .content-one .image-box img {
 	width: 100%;
 	border-radius: 30px;
 }

 .blog-details-content .content-one {
 	margin-bottom: 40px;
 }

 .blog-details-content h3 {
 	display: block;
 	font-size: 30px;
 	line-height: 40px;
 	font-weight: 600;
 	margin-bottom: 26px;
 }

 .blog-details-content .content-two p {
 	margin-bottom: 30px;
 }

 .blog-details-content .content-two h5 {
 	display: block;
 	font-size: 18px;
 	line-height: 28px;
 	font-weight: 500;
 	margin-bottom: 18px;
 }

 .blog-details-content .content-two .list-inner {
 	position: relative;
 	display: flex;
 	align-items: center;
 	justify-content: space-between;
 	padding-bottom: 40px;
 }

 .blog-details-content .content-two .list-item li {
 	position: relative;
 	display: block;
 	padding-left: 28px;
 	margin-bottom: 12px;
 }

 .blog-details-content .content-two .list-item li:before {
 	position: absolute;
 	content: '';
 	background-image: url(../images/icons/icon-1.png);
 	width: 11px;
 	height: 16px;
 	left: 0px;
 	top: 6px;
 }

 .blog-details-content blockquote {
 	position: relative;
 	display: block;
 	background: #272e39;
 	padding: 33px 40px 32px 160px;
 	border-radius: 30px 30px 0px 30px;
 	margin: 0px;
 }

 .blog-details-content blockquote .icon-box {
 	position: absolute;
 	display: inline-block;
 	left: 40px;
 	top: 50%;
 	transform: translateY(-50%);
 	font-size: 60px;
 	color: #f08418;
 }

 .blog-details-content blockquote .icon-box:before {
 	position: absolute;
 	content: '';
 	background: #404a5b;
 	width: 1px;
 	height: 120px;
 	top: -30px;
 	right: -31px;
 }

 .blog-details-content blockquote h4 {
 	display: block;
 	font-size: 20px;
 	line-height: 30px;
 	color: #fff;
 	font-weight: 500;
 	margin-bottom: 15px;
 }

 .blog-details-content blockquote .designation {
 	position: relative;
 	display: block;
 	font-size: 20px;
 	line-height: 30px;
 	font-family: 'Urbanist', sans-serif;
 	color: #9ca4af;
 	font-weight: 600;
 	padding-left: 18px;
 }

 .blog-details-content blockquote .designation:before {
 	position: absolute;
 	content: '';
 	border: 2px solid #f08418;
 	width: 10px;
 	height: 10px;
 	left: 0px;
 	top: 9px;
 	border-radius: 50%;
 }

 .blog-details-content .content-two {
 	margin-bottom: 40px;
 }

 .blog-details-content .content-three p {
 	margin-bottom: 30px;
 }

 .blog-details-content .content-three .single-item {
 	position: relative;
 	display: block;
 	margin-bottom: 25px;
 	padding-left: 40px;
 }

 .blog-details-content .content-three .single-item:before {
 	position: absolute;
 	content: '';
 	background-image: url(../images/icons/icon-34.png);
 	width: 28px;
 	height: 20px;
 	left: 0px;
 	top: 5px;
 	background-repeat: no-repeat;
 }

 .blog-details-content .content-three .single-item p {
 	margin-bottom: 0px;
 }

 .blog-details-content .content-three .single-item span {
 	position: relative;
 	display: inline-block;
 	font-size: 24px;
 	line-height: 30px;
 	font-family: 'Urbanist', sans-serif;
 	color: #272e39;
 	font-weight: 600;
 	z-index: 1;
 }

 .blog-details-content .content-three .single-item span:before {
 	position: absolute;
 	content: '';
 	background: #e5eef7;
 	width: 100%;
 	height: 10px;
 	left: 0px;
 	bottom: 2px;
 	z-index: -1;
 }

 .blog-details-content .post-tags {
 	position: relative;
 	display: block;
 	padding-top: 30px;
 }

 .blog-details-content .post-tags .tags-list li {
 	position: relative;
 	display: inline-block;
 	float: left;
 	margin-right: 10px;
 }

 .blog-details-content .post-tags .tags-list li:last-child {
 	margin: 0px !important;
 }

 .blog-details-content .post-tags .tags-list li h5 {
 	position: relative;
 	display: block;
 	font-size: 18px;
 	line-height: 36px;
 	font-weight: 600;
 	padding-left: 22px;
 }

 .blog-details-content .post-tags .tags-list li h5 img {
 	position: absolute;
 	left: 0px;
 	top: 10px;
 }

 .blog-details-content .post-tags .tags-list li a {
 	position: relative;
 	display: inline-block;
 	font-size: 16px;
 	line-height: 26px;
 	color: #75727b;
 	font-weight: 500;
 	border: 1px solid #d6d3df;
 	border-radius: 25px;
 	padding: 5px 15px;
 	text-align: center;
 }

 .blog-details-content .post-tags .tags-list li a:hover {
 	color: #fff;
 }

 .blog-details-content .content-three {
 	margin-bottom: 60px;
 }

 .blog-details-content .author-box {
 	position: relative;
 	display: block;
 	border: 1px solid #e7e3ee;
 	border-radius: 30px 30px 0px 30px;
 	padding: 33px 40px 32px 220px;
 	margin-bottom: 60px;
 }

 .blog-details-content .author-box .author-thumb {
 	position: absolute;
 	left: 48px;
 	top: 48px;
 	width: 135px;
 	height: 135px;
 	border-radius: 30px 30px 0px 30px;
 	z-index: 1;
 }

 .blog-details-content .author-box .author-thumb:before {
 	position: absolute;
 	content: '';
 	width: 100%;
 	height: 100%;
 	left: 0px;
 	top: 0px;
 	border-radius: 30px 30px 0px 30px;
 	transform: rotate(10deg);
 	z-index: -1;
 }

 .blog-details-content .author-box .author-thumb img {
 	width: 100%;
 	border-radius: 30px 30px 0px 30px;
 }

 .blog-details-content .author-box h6 {
 	position: relative;
 	display: block;
 	font-size: 14px;
 	line-height: 24px;
 	font-weight: 700;
 	text-transform: uppercase;
 	margin-bottom: 5px;
 }

 .blog-details-content .author-box h3 {
 	position: relative;
 	display: block;
 	font-size: 24px;
 	line-height: 34px;
 	font-weight: 600;
 	margin-bottom: 10px;
 }

 .blog-details-content .author-box p {
 	margin-bottom: 15px;
 }

 .blog-details-content .author-box h5 {
 	position: relative;
 	display: block;
 	font-size: 18px;
 	line-height: 28px;
 	font-weight: 600;
 }

 .blog-details-content .author-box h5 a {
 	position: relative;
 	display: inline-block;
 	color: #272e39;
 	padding-right: 23px;
 }

 .blog-details-content .author-box h5 a:hover {}

 .blog-details-content .author-box h5 a:before {
 	position: absolute;
 	content: "\f108";
 	font-family: 'flaticon';
 	right: 0px;
 	top: 0px;
 	font-size: 20px;
 	font-weight: 400;
 }

 .blog-details-content .author-box .social-links {
 	position: absolute;
 	top: 39px;
 	right: 39px;
 }

 .blog-details-content .author-box .social-links li {
 	position: relative;
 	display: inline-block;
 	float: left;
 	margin-right: 10px;
 }

 .blog-details-content .author-box .social-links li:last-child {
 	margin: 0px !important;
 }

 .blog-details-content .author-box .social-links li a {
 	position: relative;
 	display: inline-block;
 	width: 40px;
 	height: 40px;
 	line-height: 40px;
 	font-size: 16px;
 	background: #e5eef7;
 	text-align: center;
 	color: #272e39;
 	border-radius: 50%;
 }

 .blog-details-content .author-box .social-links li a:hover {
 	color: #fff;
 }

 .blog-details-content .post-nav-btn {
 	position: relative;
 	display: block;
 	margin-bottom: 50px;
 }

 .blog-details-content .post-nav-btn .post-btn {
 	position: relative;
 	display: flex;
 	align-items: center;
 	justify-content: space-between;
 	margin-bottom: 30px;
 }

 .blog-details-content .post-nav-btn .single-btn {
 	position: relative;
 	display: block;
 }

 .blog-details-content .post-nav-btn .single-btn h6 {
 	position: relative;
 	display: inline-block;
 	font-size: 14px;
 	line-height: 24px;
 	font-weight: 700;
 	text-transform: uppercase;
 	background: #e5eef7;
 	padding: 3px 15px;
 	border-radius: 20px 20px 0px 20px;
 	margin-bottom: 12px;
 }

 .blog-details-content .post-nav-btn .single-btn.next-btn {
 	text-align: right;
 }

 .blog-details-content .post-nav-btn .single-btn h4 {
 	position: relative;
 	display: block;
 	font-size: 20px;
 	line-height: 30px;
 	font-weight: 600;
 }

 .blog-details-content .post-nav-btn .single-btn h4 a {
 	display: inline-block;
 	color: #232c36;
 }

 .blog-details-content .post-nav-btn .single-btn h4 a:hover {}

 .blog-details-content .post-nav-btn .btn-box a {
 	position: relative;
 	display: block;
 	width: 100%;
 	font-size: 18px;
 	line-height: 28px;
 	color: #272e39;
 	font-weight: 600;
 	background: #fff;
 	padding: 16px 30px;
 	border-radius: 30px;
 	box-shadow: 0px 0px 20px 0px rgba(108, 78, 167, 0.15);
 	text-align: center;
 }

 .blog-details-content .post-nav-btn .btn-box a:hover {}

 .blog-details-content .post-nav-btn .btn-box a span {
 	position: relative;
 	padding-left: 28px;
 }

 .blog-details-content .post-nav-btn .btn-box a span:before {
 	position: absolute;
 	content: '';
 	background-image: url(../images/icons/icon-35.png);
 	width: 18px;
 	height: 18px;
 	left: 0px;
 	top: 2px;
 	background-repeat: no-repeat;
 }

 .check-box input {
 	display: none;
 }

 .check-box label {
 	position: relative;
 	font-size: 17px;
 	color: #75727b;
 	padding-left: 24px;
 	display: inline-block;
 	cursor: pointer;
 	margin-bottom: 0px;
 }

 .check-box label:before {
 	position: absolute;
 	content: '';
 	left: 0px;
 	top: 7px;
 	width: 14px;
 	height: 14px;
 	border-radius: 3px;
 	border-style: solid;
 	border-width: 1px;
 	border-color: #e7e3ee;
 	background: #e5eef7;
 }

 .check-box label:after {
 	position: absolute;
 	content: '';
 	left: 4px;
 	top: 11px;
 	width: 6px;
 	height: 6px;
 	border-radius: 2px;
 	opacity: 0;
 	transition: all 500ms ease;
 }

 .check-box input:checked+label:after {
 	opacity: 1;
 }

 .blog-details-content .comment-form-area .text-box {
 	position: relative;
 	display: block;
 	margin-bottom: 32px;
 }

 .blog-details-content .comment-form-area .text-box h3 {
 	margin-bottom: 12px;
 }

 .blog-details-content .comment-form-area .form-inner .form-group {
 	position: relative;
 	margin-bottom: 20px;
 }

 .blog-details-content .comment-form-area .form-inner .form-group:last-child {
 	margin-bottom: 0px;
 }

 .blog-details-content .comment-form-area .form-inner .form-group input[type='text'],
 .blog-details-content .comment-form-area .form-inner .form-group input[type='email'],
 .blog-details-content .comment-form-area .form-inner .form-group textarea {
 	position: relative;
 	display: block;
 	width: 100%;
 	height: 60px;
 	border: 1px solid #e8e4ee;
 	border-radius: 20px 20px 0px 20px;
 	font-size: 17px;
 	color: #75727b;
 	padding: 10px 20px;
 	transition: all 500ms ease;
 }

 .blog-details-content .comment-form-area .form-inner .form-group input:focus,
 .blog-details-content .comment-form-area .form-inner .form-group textarea:focus {}

 .blog-details-content .comment-form-area .form-inner .form-group textarea {
 	height: 120px;
 	resize: none;
 	padding-top: 15px;
 }


 /** about-style-five **/

 .about-style-five {
 	position: relative;
 }

 .about-style-five .content-box {
 	position: relative;
 	display: block;
 }

 .about-style-five .content-box .sec-title {
 	margin-right: -130px;
 	margin-bottom: 30px;
 }

 .about-style-five .content-box .sec-title:before {
 	position: absolute;
 	content: '';
 	background: #fff;
 	width: 100%;
 	height: 175px;
 	left: 0px;
 	top: 11px;
 	border-top-right-radius: 25px;
 }

 .about-style-five .content-box .text-box h3 {
 	position: relative;
 	display: inline-block;
 	font-size: 24px;
 	line-height: 34px;
 	font-weight: 600;
 	margin-bottom: 25px;
 	z-index: 1;
 }

 .about-style-five .content-box .text-box h3:before {
 	position: absolute;
 	content: '';
 	width: 100%;
 	height: 10px;
 	left: 0px;
 	bottom: 2px;
 	z-index: -1;
 	background: #e5eef7;
 }

 .about-style-five .content-box .text-box p {
 	margin-bottom: 30px;
 }

 .about-style-five .image-box {
 	display: block;
 	border-radius: 200px 200px 0px 200px;
 }

 .about-style-five .image-box img {
 	width: 100%;
 	border-radius: 200px 200px 0px 200px;
 }

 .about-style-five .inner-box {
 	position: relative;
 	display: block;
 }

 .about-style-five .inner-box .single-item {
 	position: relative;
 	display: block;
 	margin-top: 25px;
 	padding-left: 80px;
 }

 .about-style-five .inner-box .single-item .icon-box {
 	position: absolute;
 	display: inline-block;
 	left: 0px;
 	top: 0px;
 	width: 50px;
 	height: 50px;
 	line-height: 58px;
 	font-size: 40px;
 	background: #e5eef7;
 	text-align: center;
 	border-radius: 50% 50% 0px 50%;
 }

 .about-style-five .inner-box .single-item h3 {
 	position: relative;
 	display: block;
 	font-size: 24px;
 	line-height: 34px;
 	font-weight: 600;
 	margin-bottom: 10px;
 }

 .about-style-five .inner-box .list-item {
 	position: relative;
 	display: block;
 	margin-top: 25px;
 }

 .about-style-five .inner-box .list-item li {
 	position: relative;
 	display: block;
 	padding-left: 23px;
 	margin-bottom: 11px;
 }

 .about-style-five .inner-box .list-item li:last-child {
 	margin-bottom: 0px;
 }

 .about-style-five .inner-box .list-item li:before {
 	position: absolute;
 	content: '';
 	background-image: url(../images/icons/icon-1.png);
 	width: 11px;
 	height: 16px;
 	left: 0px;
 	top: 6px;
 }


 /** chooseus-style-five **/

 .chooseus-style-five {
 	position: relative;
 	background: #272e39;
 }

 .chooseus-style-five .chooseus-block-three .inner-box {
 	background: #333c4a;
 }

 .chooseus-style-five .chooseus-block-three .inner-box:before {
 	background-image: url(../images/icons/decor-3.png);
 }

 .chooseus-style-five .chooseus-block-three .inner-box .count-text {
 	color: #fff;
 	background: #272e39;
 }

 .chooseus-style-five .chooseus-block-three .inner-box:hover .count-text {
 	background: #f08418;
 }

 .chooseus-style-five .chooseus-block-three .inner-box h3:before {
 	color: #f08418;
 }

 .chooseus-style-five .chooseus-block-three .inner-box h3 {
 	color: #fff;
 }

 .chooseus-style-five .chooseus-block-three .inner-box p {
 	color: #9ca4af;
 }

 .chooseus-style-five .owl-dots {
 	position: relative;
 	display: block;
 	text-align: center;
 	margin-top: 47px;
 }

 .chooseus-style-five .owl-dots span {
 	display: none !important;
 }

 .chooseus-style-five .owl-dots button {
 	position: relative;
 	display: inline-block;
 	width: 14px;
 	height: 14px;
 	background: #404a5b;
 	border-radius: 50% 50% 0px 50%;
 	cursor: pointer;
 	margin: 0px 35px;
 	transition: all 500ms ease;
 }

 .chooseus-style-five .owl-dots button.active {
 	background: #f08418;
 }

 .chooseus-style-five .owl-dots button:before {
 	position: absolute;
 	content: '';
 	background: #404a5b;
 	width: 50px;
 	height: 1px;
 	top: 7px;
 	right: -60px;
 }

 .chooseus-style-five .owl-dots button:last-child:before {
 	opacity: 0;
 	z-index: -9;
 }

 .skills-section.about-page .content-box .inner-box .progress-box .bar-inner:before {
 	background-image: url(../images/icons/polygon-2.png);
 }


 /** faq-page-section **/

 .faq-page-section {
 	position: relative;
 }

 .faq-sidebar {
 	position: relative;
 	display: block;
 	padding: 32px 29px 40px 29px;
 	border: 1px solid #e7e3ee;
 	border-radius: 30px 30px 0px 30px;
 }

 .faq-sidebar .text-box {
 	margin-bottom: 32px;
 }

 .faq-sidebar .text-box h3 {
 	display: block;
 	font-size: 30px;
 	line-height: 40px;
 	font-weight: 600;
 	margin-bottom: 8px;
 }

 .faq-sidebar .form-inner .form-group {
 	position: relative;
 	display: block;
 	margin-bottom: 20px;
 }

 .faq-sidebar .form-inner .form-group:last-child {
 	margin-bottom: 0px;
 }

 .faq-sidebar .form-inner .form-group input[type='text'],
 .faq-sidebar .form-inner .form-group input[type='email'],
 .faq-sidebar .form-inner .form-group textarea,
 .faq-sidebar .form-inner .form-group .nice-select {
 	position: relative;
 	display: block;
 	width: 100%;
 	height: 60px;
 	background: #e5eef7;
 	border-radius: 35px 35px 0px 35px;
 	font-size: 17px;
 	color: #75727b;
 	border: 1px solid #e5eef7;
 	padding: 10px 30px;
 	transition: all 500ms ease;
 }

 .faq-sidebar .form-inner .form-group .select-box {
 	min-height: 60px;
 }

 .faq-sidebar .form-inner .form-group .nice-select {
 	padding: 0px 20px;
 	line-height: 60px;
 }

 .faq-sidebar .form-inner .form-group input:focus,
 .faq-sidebar .form-inner .form-group textarea:focus {}

 .faq-sidebar .form-inner .form-group textarea {
 	height: 140px;
 	resize: none;
 	padding-top: 15px;
 }

 .faq-sidebar .form-inner .form-group .select-box:before {
 	position: absolute;
 	content: "\f106";
 	font-family: 'flaticon';
 	font-size: 18px;
 	top: 15px;
 	right: 26px;
 	color: #a5a0ae;
 	z-index: 1;
 }

 .faq-page-section .accordion-content h3 {
 	position: relative;
 	display: inline-block;
 	font-size: 24px;
 	line-height: 34px;
 	font-weight: 600;
 	margin-bottom: 36px;
 	z-index: 1;
 }

 .faq-page-section .accordion-content h3:before {
 	position: absolute;
 	content: '';
 	width: 100%;
 	height: 10px;
 	left: 0px;
 	bottom: 4px;
 	background: #e5eef7;
 	z-index: -1;
 }

 .faq-page-section .faq-content {
 	position: relative;
 	display: block;
 	padding-left: 200px;
 }

 .faq-page-section .accordion-content {
 	margin-bottom: 51px;
 }

 .faq-page-section .accordion-content:last-child {
 	margin-bottom: 0px;
 }

 .faq-page-section .big-text {
 	position: absolute;
 	left: 0px;
 	top: 0;
 	text-align: center;
 	font-size: 180px;
 	line-height: 160px;
 	font-family: 'Urbanist', sans-serif;
 	text-shadow: 0px 0px 30px rgba(108, 78, 167, 0.10);
 	font-weight: 900;
 	text-transform: uppercase;
 	writing-mode: vertical-lr;
 	color: #fff;
 	transform: rotate(-180deg);
 }


 /** comingsoon **/

 .comingsoon-section {
 	position: fixed;
 	padding: 140px 0px;
 	width: 100%;
 	height: 100%;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	background: #e5eef7;
 }

 .comingsoon-section .content-box {
 	position: relative;
 	display: block;
 }

 .comingsoon-section .logo-box {
 	position: relative;
 	display: block;
 	margin-bottom: 65px;
 }

 .comingsoon-section h2 {
 	position: relative;
 	display: block;
 	font-size: 60px;
 	line-height: 72px;
 	margin-bottom: 30px;
 	font-weight: 600;
 }

 .comingsoon-section p {
 	display: block;
 	margin-bottom: 28px;
 }

 .comingsoon-section .btn-box {
 	position: relative;
 	display: block;
 	margin-bottom: 50px;
 }

 .comingsoon-section .social-links li {
 	position: relative;
 	display: inline-block;
 	margin: 0px 8px;
 }

 .comingsoon-section .social-links li a {
 	position: relative;
 	display: inline-block;
 	width: 50px;
 	height: 50px;
 	line-height: 50px;
 	border: 1px solid #dcd8e6;
 	border-radius: 50%;
 	font-size: 18px;
 	color: #a09ba9;
 	text-align: center;
 }

 .comingsoon-section .social-links li a:hover {
 	color: #fff;
 }

 .comingsoon-section .cs-countdown {
 	position: relative;
 	display: block;
 	margin-bottom: 42px;
 }

 .comingsoon-section .cs-countdown .count-col {
 	position: relative;
 	display: inline-block;
 	margin: 0px 45px;
 }

 .comingsoon-section .cs-countdown .count-col:before,
 .comingsoon-section .cs-countdown .count-col:after {
 	position: absolute;
 	content: '';
 	width: 10px;
 	height: 10px;
 	right: -53px;
 	border-radius: 50%;
 }

 .comingsoon-section .cs-countdown .count-col:before {
 	top: 20px;
 }

 .comingsoon-section .cs-countdown .count-col:after {
 	bottom: 55px;
 }

 .comingsoon-section .cs-countdown .count-col:last-child:before,
 .comingsoon-section .cs-countdown .count-col:last-child:after {
 	display: none;
 }

 .comingsoon-section .cs-countdown .count-col:last-child {
 	margin-bottom: 0px;
 }

 .comingsoon-section .cs-countdown .count-col span {
 	position: relative;
 	display: block;
 	font-size: 72px;
 	line-height: 80px;
 	font-family: 'Urbanist', sans-serif;
 	font-weight: 600;
 	color: #272e39;
 	margin-bottom: 5px;
 }

 .comingsoon-section .cs-countdown .count-col h6 {
 	position: relative;
 	display: block;
 	font-size: 18px;
 	line-height: 28px;
 	color: #272e39;
 	font-weight: 600;
 	text-transform: capitalize;
 }

 .comingsoon-section .big-text {
 	position: absolute;
 	left: 85px;
 	top: 145px;
 	text-align: center;
 	font-size: 180px;
 	line-height: 160px;
 	font-family: 'Urbanist', sans-serif;
 	text-shadow: 0px 0px 30px rgba(108, 78, 167, 0.10);
 	font-weight: 900;
 	text-transform: uppercase;
 	color: #e5eef7;
 	width: 100%;
 	transform: translateX(-50%);
 }

 .comingsoon-section .shape {
 	position: absolute;
 	top: 0px;
 	right: -210px;
 	width: 512px;
 	height: 512px;
 	background-repeat: no-repeat;
 }


 /** error-section **/

 .error-section {
 	position: fixed;
 	padding: 250px 0px;
 	width: 100%;
 	height: 100%;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	background: #fff;
 }

 .error-section .content-box {
 	position: relative;
 	display: block;
 }

 .error-section .content-box .image-box {
 	position: relative;
 	display: block;
 	margin-bottom: 43px;
 }

 .error-section .content-box .image-box h3 {
 	position: absolute;
 	left: -87px;
 	top: 20px;
 	width: 100%;
 	font-size: 36px;
 	line-height: 46px;
 	font-weight: 600;
 	text-align: left;
 }

 .error-section .content-box h2 {
 	display: block;
 	font-size: 36px;
 	line-height: 46px;
 	font-weight: 600;
 	margin-bottom: 20px;
 }

 .error-section .content-box p {
 	font-size: 19px;
 	line-height: 30px;
 	display: block;
 	margin-bottom: 28px;
 }

 .error-section .scroll-text {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	right: 0px;
 	width: 100%;
 	height: 100%;
 }

 .error-section .scroll-text .text-box-one,
 .error-section .scroll-text .text-box-two {
 	position: absolute;
 	width: 100%;
 	min-width: 5500px;
 	padding: 20px 0px;
 	background: #e5eef7;
 	;
 }

 .error-section .scroll-text .text-box-one {
 	right: 0px;
 }

 .error-section .scroll-text .text-box-two {
 	left: 0px;
 }

 .error-section .scroll-text .text-inner.text-one {
 	-moz-animation: scroll-right 90s linear infinite;
 	-webkit-animation: scroll-right 90s linear infinite;
 	animation: scroll-right 90s linear infinite;
 }

 .error-section .scroll-text .text-inner.text-two {
 	-moz-animation: scroll-left 90s linear infinite;
 	-webkit-animation: scroll-left 90s linear infinite;
 	animation: scroll-left 90s linear infinite;
 }

 @-moz-keyframes scroll-left {
 	0% {
 		-moz-transform: translateX(0%);
 	}

 	100% {
 		-moz-transform: translateX(-100%);
 	}
 }

 @-webkit-keyframes scroll-left {
 	0% {
 		-webkit-transform: translateX(0%);
 	}

 	100% {
 		-webkit-transform: translateX(-100%);
 	}
 }

 @-moz-keyframes scroll-right {
 	0% {
 		-moz-transform: translateX(0%);
 	}

 	100% {
 		-moz-transform: translateX(100%);
 	}
 }

 @-webkit-keyframes scroll-right {
 	0% {
 		-webkit-transform: translateX(0%);
 	}

 	100% {
 		-webkit-transform: translateX(100%);
 	}
 }

 .error-section .scroll-text .text-box-one {
 	top: 0px;
 }

 .error-section .scroll-text .text-box-two {
 	bottom: 0px;
 }

 .error-section .scroll-text h3 {
 	position: relative;
 	display: inline-block;
 	font-size: 20px;
 	line-height: 30px;
 	font-weight: 600;
 	color: #272e39;
 	margin: 0px 22px;
 }


 /** contact-section **/

 .contact-section {
 	position: relative;
 	background: #e5eef7;
 }

 .contact-section .sec-title {
 	margin-bottom: 0px;
 }

 .contact-section .sec-title h2 {
 	margin-bottom: 28px;
 }

 .contact-section .sec-title .sub-title:before {
 	background: #e7e3f0;
 }

 .info-block-one .inner-box {
 	position: relative;
 	display: block;
 }

 .info-block-one .inner-box .upper-box {
 	position: relative;
 	display: block;
 	background: #fff;
 	border-radius: 30px 30px 0px 30px;
 	padding: 21px 30px 23px 30px;
 	overflow: hidden;
 }

 .info-block-one .inner-box .upper-box:before {
 	position: absolute;
 	content: '';
 	background: #e7e3ee;
 	width: calc(100% - 60px);
 	height: 1px;
 	left: 30px;
 	bottom: 0px;
 }

 .info-block-one .inner-box .lower-content {
 	position: relative;
 	background: #fff;
 	padding: 30px 30px 34px 30px;
 	border-bottom-left-radius: 30px;
 	box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.10);
 }

 .info-block-one .inner-box .upper-box .light-icon {
 	position: absolute;
 	right: 30px;
 	bottom: -7px;
 	font-size: 100px;
 	color: #e7e3ee;
 }

 .info-column:last-child .info-block-one .inner-box .upper-box .light-icon {
 	bottom: -15px;
 }

 .info-block-one .inner-box .upper-box h3 {
 	position: relative;
 	display: block;
 	font-size: 24px;
 	line-height: 34px;
 	font-weight: 600;
 	margin-bottom: 2px;
 }

 .info-block-one .inner-box .single-item {
 	position: relative;
 	display: block;
 	margin-bottom: 17px;
 	padding-left: 50px;
 }

 .info-block-one .inner-box .single-item .icon-box {
 	position: absolute;
 	left: 0px;
 	top: 10px;
 	font-size: 30px;
 }

 .info-block-one .inner-box .single-item h6 {
 	position: relative;
 	display: inline-block;
 	font-size: 14px;
 	line-height: 24px;
 	font-weight: 700;
 	text-transform: uppercase;
 	margin-bottom: 9px;
 	z-index: 1;
 }

 .info-block-one .inner-box .single-item h6:before {
 	position: absolute;
 	content: '';
 	background: #e5eef7;
 	width: 100%;
 	height: 10px;
 	left: 0px;
 	bottom: 3px;
 	z-index: -1;
 }

 .info-block-one .inner-box .single-item p a {
 	color: #75727b;
 }

 .info-block-one .inner-box .single-item p a:hover {}

 .info-block-one .inner-box .link a {
 	position: relative;
 	display: inline-block;
 	font-size: 18px;
 	line-height: 28px;
 	color: #272e39;
 	font-weight: 600;
 }

 .info-block-one .inner-box .link a:before {
 	position: absolute;
 	content: '';
 	background: #e7e3ee;
 	width: 20px;
 	height: 1px;
 	left: -30px;
 	top: 15px;
 	transition: all 500ms ease;
 }

 .info-block-one .inner-box .link a:hover:before {
 	opacity: 0;
 }

 .info-block-one .inner-box .link a span {
 	position: relative;
 	padding-right: 24px;
 	transition: all 500ms ease;
 }

 .info-block-one .inner-box .link a:hover span {
 	padding-right: 58px;
 }

 .info-block-one .inner-box .link a span:before {
 	position: absolute;
 	content: "\f108";
 	font-family: 'flaticon';
 	font-size: 20px;
 	top: -2px;
 	right: 0px;
 	font-weight: 400;
 }

 .info-block-one .inner-box .link a span:after {
 	position: absolute;
 	content: '';
 	width: 35px;
 	height: 1px;
 	top: 11px;
 	right: 13px;
 	transform: scaleX(0);
 	transform-origin: left center;
 	transition: all 500ms ease;
 }

 .info-block-one .inner-box .link a:hover span:after {
 	transform: scaleX(1);
 }

 .info-block-one .inner-box .link a:hover {
 	color: #005bac;
 }


 /** contact-style-two **/

 .contact-style-two {
 	position: relative;
 	padding: 0px 140px;
 }

 .contact-style-two:before {
 	position: absolute;
 	content: '';
 	background: #e5eef7;
 	width: 100%;
 	height: 50%;
 	left: 0px;
 	top: 0px;
 }

 .contact-style-two .outer-container {
 	position: relative;
 	background: #272e39;
 	border-radius: 30px 30px 0px 30px;
 	overflow: hidden;
 }

 .contact-style-two .sec-title p {
 	color: #9ca4af;
 	margin-top: 11px;
 }

 .contact-style-two .form-inner .form-group {
 	position: relative;
 	display: block;
 	margin-bottom: 25px;
 }

 .contact-style-two .form-inner .form-group:last-child {
 	margin-bottom: 0px;
 }

 .contact-style-two .form-inner .form-group input[type='text'],
 .contact-style-two .form-inner .form-group input[type='email'],
 .contact-style-two .form-inner .form-group textarea,
 .contact-style-two .form-inner .form-group .nice-select {
 	position: relative;
 	display: block;
 	width: 100%;
 	height: 60px;
 	border: 1px solid rgba(255, 255, 255, 0.10);
 	border-radius: 20px 20px 0px 20px;
 	font-size: 17px;
 	color: #9ca4af;
 	padding: 10px 20px;
 	transition: all 500ms ease;
 }

 .contact-style-two .form-inner .form-group .nice-select {
 	padding: 0px 20px;
 	line-height: 60px;
 }

 .contact-style-two .form-inner .form-group textarea {
 	height: 120px;
 	resize: none;
 }

 .contact-style-two .form-inner .form-group label {
 	position: relative;
 	display: block;
 	font-size: 18px;
 	line-height: 28px;
 	font-family: 'Urbanist', sans-serif;
 	color: #fff;
 	font-weight: 600;
 	margin-bottom: 12px;
 }

 .contact-style-two .form-inner .form-group input:focus,
 .contact-style-two .form-inner .form-group textarea:focus {}

 .contact-style-two .check-box label:before {
 	background: transparent;
 	border-color: rgba(255, 255, 255, 0.10);
 	width: 24px;
 	height: 24px;
 	top: 3px;
 }

 .contact-style-two .form-inner .form-group .check-box label {
 	font-size: 17px;
 	font-family: 'Mulish', sans-serif;
 	font-weight: 400;
 	color: #9ca4af;
 	padding-left: 38px;
 	margin-bottom: 0px;
 }

 .contact-style-two .check-box label:after {
 	width: 16px;
 	height: 16px;
 	top: 7px;
 }

 .contact-style-two .form-inner .form-group .theme-btn {}

 .contact-style-two .form-inner .form-group .theme-btn:hover {
 	background: #fff;
 	color: #272e39 !important;
 }

 .contact-style-two .form-inner .form-group .theme-btn:before {
 	background: #fff;
 }

 .contact-style-two .pattern-layer .pattern-1 {
 	position: absolute;
 	left: -130px;
 	bottom: -155px;
 	width: 860px;
 	height: 735px;
 	border-radius: 50%;
 	background: #333c4a;
 }

 .contact-style-two .pattern-layer .pattern-2 {
 	position: absolute;
 	left: -125px;
 	bottom: -145px;
 	width: 860px;
 	height: 735px;
 	border-radius: 50%;
 }

 .contact-style-two .image-layer {
 	position: absolute;
 	left: 70px;
 	bottom: 0px;
 }

 /* --------------- */
 .video-box {
 	position: absolute;
 	width: 100%;
 	height: 100%;
 	left: 0;
 	top: 0;
 	z-index: 3;
 }

 .videofixed {
 	position: fixed;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 	background: rgba(0, 0, 0, 0.5);
 	z-index: 999999;
 }

 .video-box video {
 	object-fit: cover;
 }

 img {
 	max-width: 100%;
 	vertical-align: middle;
 }

 .nbanner {
 	position: relative;

 }

 .nbanner>img {
 	width: 100%;
 }

 .nbanner-xia {
 	position: absolute;
 	left: 0;
 	width: 100%;
 	top: 50%;
 	transform: translateY(-50%);
 }

 .xiaa a {
 	display: inline-block;
 	margin: 0 5px;
 	vertical-align: middle;
 }

 .xiaa {
 	font-size: 16px;
 	color: rgb(255, 255, 255);
 }

 .xiaa a:hover {
 	color: #78b0e1;
 }

 .xiab {

 	font-size: 48px;
 	color: rgb(255, 255, 255);
 	font-weight: bold;
 	line-height: 1.25;
 	margin-top: 10px;
 }

 .xiaa a {
 	font-size: 16px;
 	color: rgb(255, 255, 255);
 }

 .mianbao {
 	background: #fff;
 	padding: 20px 0;
 	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
 	border-bottom: 1px solid #e7e3ee;
 	/* background: url(../images/brgr.png) ;
 background-repeat: no-repeat;
background-size: 100%; */
 }

 .mianbao a:first-child {
 	padding: 0px 28px 0px 0;
 }

 .mianbao a {
 	position: relative;
 	border-right: 1px solid #e7e3ee;
 	font-size: 18px;
 	color: rgb(117, 114, 123);
 	font-weight: bold;
 	padding: 0px 28px;
 	display: inline-block;
 }

 .mianbao a:last-child {
 	border-right: 1px solid transparent;
 }

 .mianbao a.on {
 	color: #005bbf;
 }

 .mianbao a:hover {
 	color: #005bbf;
 }

 .mianbao a.on::after {
 	position: absolute;
 	width: 100%;
 	right: 0px;
 	bottom: -21px;
 	height: 4px;
 	background-color: #005bbf;
 	content: "";
 	display: block;
 }

 .keji {
 	padding: 80px 0;
 	border-bottom: 2px solid #005bac;
 }

 .kejiaa {
 	font-size: 48px;
 	color: rgb(39, 46, 57);
 	font-weight: bold;
 	line-height: 1.208;
 	text-align: center;
 }

 .kejioxia {
 	margin-top: 50px;
 	text-align: center;
 }

 .lx-one {
 	padding: 80px 0;
 	background: #e5eef7;
 }

 .lx-one-one {
 	background: #fff;
 	display: flex;
 	align-items: center;
 	overflow: hidden;
 	border-radius: 30px 30px 0 30px;
 	justify-content: space-between;
 }

 .lx-one-onea {
 	width: 50%;
 }

 .lxma {
 	display: flex;
 	align-items: center;
 }

 .lxma:hover img {
 	transform: scale(1.1);
 }

 .lxma img {
 	transition: all 1s;
 }

 .lxma-img {
 	overflow: hidden;
 	border-radius: 30px 30px 0 30px;
 }

 .lx-one-onea:last-child {
 	margin: 30px;
 	border-left: 1px solid #e7e3ee;
 }

 .lxma p {
 	font-size: 24px;
 	color: rgb(0, 91, 172);
 	font-weight: bold;
 	margin-left: 40px;
 	position: relative;
 	z-index: 9;
 }

 .lxma p::after {
 	position: absolute;
 	width: 100%;
 	right: 0px;
 	bottom: -4px;
 	height: 10px;
 	background-color: #e5eef7;
 	content: "";
 	display: block;
 	z-index: -1;
 }

 .lxma-two {
 	display: flex;
 	align-items: center;
 	justify-content: space-between;

 }

 .lxma-twoa {
 	padding-left: 50px;
 }

 .lxma-twoa h1 {
 	display: inline-block;
 	position: relative;
 	font-size: 20px;
 	color: rgb(39, 46, 57);
 	font-weight: bold;
 	line-height: 3;
 	z-index: 9;
 }

 .lxma-twoa h1::after {
 	position: absolute;
 	width: 100%;
 	right: 0px;
 	bottom: 15px;
 	height: 10px;
 	background-color: #e5eef7;
 	content: "";
 	display: block;
 	z-index: -1;
 }

 .lxma-twoa p {
 	font-size: 16px;
 	color: rgb(117, 114, 123);
 	line-height: 1.875;
 }

 .lx-twoa-one {
 	display: flex;
 	align-items: center;
 	justify-content: space-between;
 }

 .lx-twoa {
 	background: #fff;
 	overflow: hidden;
 	border-radius: 30px 30px 0 30px;
 }

 .lx-two ul li {
 	margin-top: 18px;

 }

 .lx-twoa-xoa li {
 	width: 100%;
 }

 .twoashu {
 	cursor: pointer;
 	border-left: 1px solid #e7e3ee;
 	padding: 30px 30px;
 }

 .lx-twoa-xoa li .lxma-twoa {
 	padding-left: 0px;
 }

 .lx-twoa-xoa li {
 	padding-right: 0px;
 }

 .lx-twoa-xoa li:nth-child(2n) {
 	padding-right: 0px;
 	margin-bottom: 10px;
 }

 .twoashu p {
 	font-size: 16px;
 	color: rgb(117, 114, 123);
 	line-height: 1.875;
 	margin-top: 25px;
 }

 .zhan {
 	display: none;
 }

 .lx-twoa-xoa {
 	padding: 30px;
 	background: #fff;
 	border-radius: 0 0 0 30px;
 	border-top: 1px solid #e7e3ee;
 }

 .lx-twoa-xoa ol {
 	display: flex;
 	flex-wrap: wrap;
 	justify-content: space-between;
 }

 .lx-two>ul>li.on .lx-twoa-xoa {
 	display: none;

 }

 .lx-two>ul>li.on .shou {
 	display: none;
 }

 .twoashu img {
 	transition: all 0.5s;
 }

 .lx-two>ul>li.on .zhan {
 	display: block;
 }

 .lx-two>ul>li.on .twoashu img {
 	transform: rotate(-90deg);
 }

 .lx-twoa {
 	cursor: pointer;
 }

 .lx-one-one {
 	margin-top: 18px;
 }

 .lx-three {
 	padding: 80px 0;
 	border-bottom: 2px solid #005bac;
 }

 .lx-threea {
 	display: flex;
 	justify-content: space-between;
 }

 .lx-threeb {
 	width: 32%;
 }

 .lx-threec {
 	width: 55%;
 }

 .lx-threeb p {
 	font-size: 16px;
 	color: rgb(117, 114, 123);
 	line-height: 1.563;
 	margin-top: -26px;
 }

 .lx-threec ul {
 	display: flex;
 	flex-wrap: wrap;
 	justify-content: space-between;
 }

 .lx-threec ul li {
 	width: 48%;
 	margin-bottom: 18px;
 }

 .lx-threec ul li h1 {
 	font-size: 18px;
 	color: rgb(39, 46, 57);
 	margin-bottom: 15px;
 }

 .lx-threec ul li input {
 	border-radius: 20px 20px 0 20px;
 	border-width: 1px;
 	border-color: rgb(231, 227, 238);
 	border-style: solid;
 	width: 100%;
 	padding-left: 15px;
 	height: 58px;
 	font-size: 14px;
 	color: rgb(117, 114, 123);
 }

 .lx-threec ul li select {
 	border-radius: 20px 20px 0 20px;
 	border-width: 1px;
 	border-color: rgb(231, 227, 238);
 	border-style: solid;
 	width: 100%;
 	padding-left: 15px;
 	height: 58px;
 	font-size: 14px;
 	color: rgb(117, 114, 123);
 }

 .lx-threec ul li .nice-select {
 	border-radius: 20px 20px 0 20px;
 	border-width: 1px;
 	border-color: rgb(231, 227, 238);
 	border-style: solid;
 	width: 100%;
 	line-height: 58px;
 	padding-left: 15px;
 	height: 58px;
 	font-size: 14px;
 	color: rgb(117, 114, 123);
 	background: rgb(255, 255, 255) url(../images/down.png) no-repeat 94% center;
 }

 .lx-threec ul li .nice-select .list {
 	width: 100%;
 }

 .lx-threec ul li:last-child {
 	width: 100%;
 }

 .lx-threec ul li textarea {
 	border-radius: 20px 20px 0 20px;
 	border-width: 1px;
 	border-color: rgb(231, 227, 238);
 	border-style: solid;
 	width: 100%;
 	padding-left: 15px;
 	padding-top: 15px;
 	height: 180px;
 	font-size: 14px;
 	color: rgb(117, 114, 123);
 }

 .news-one {

 	border-bottom: 2px solid #005bac;
 	padding: 80px 0;
 }

 .news-block-one {
 	overflow: hidden;
 	position: relative;
 }

 .news-one .news-block-one {
 	margin-bottom: 30px;
 }


 .jituanoneulaq {
 	position: relative;
 	left: 0;
 	top: 0;
 	width: 100%;
 	height: 95%;
 	padding: 35px 35px;
 	background: #fff;
 	transform: translateY(0%);
 	transition: all 0.5s;
 	z-index: 999;
 	border: 1px solid #e7e3ee;
 	border-radius: 30px 30px 0px 30px;
 }

 .news-block-one {
 	height: 100%;
 }

 .jituanoneulaq .post-info li {
 	color: #75727b;
 }

 .news-block-one .inner-box h3 a {
 	display: -webkit-box;
 	overflow: hidden;
 	text-overflow: ellipsis;
 	word-wrap: break-word;
 	word-break: break-all;
 	white-space: normal !important;
 	-webkit-line-clamp: 2;
 	-webkit-box-orient: vertical;
 }

 .jituanoneulaq h1 {
 	font-size: 22px;
 	color: rgb(39, 46, 57);
 	line-height: 1.364;
 	display: -webkit-box;
 	overflow: hidden;
 	text-overflow: ellipsis;
 	word-wrap: break-word;
 	word-break: break-all;
 	white-space: normal !important;
 	-webkit-line-clamp: 2;
 	-webkit-box-orient: vertical;
 	margin: 20px 0 50px;
 }

 .jituanoneulaq h3 {
 	font-size: 16px;
 	color: rgb(117, 114, 123);
 	line-height: 1.563;
 	margin-top: 15px;
 	display: -webkit-box;
 	overflow: hidden;
 	text-overflow: ellipsis;
 	word-wrap: break-word;
 	word-break: break-all;
 	white-space: normal !important;
 	-webkit-line-clamp: 4;
 	-webkit-box-orient: vertical;

 }

 .jituanoneulaq h1:hover {
 	color: #005bbf;
 }

 .news-block-one .jituanoneulaq .inner-box {
 	padding: 0;
 	position: absolute;
 	bottom: 38px;
 	border: 1px solid transparent;
 }

 .news-block-one .inner-box .link a {
 	position: relative;
 	display: inline-block;
 	font-size: 14px;
 	line-height: 28px;
 	z-index: 999999;
 	color: #75727b;
 }

 .pages {
 	text-align: center;
 	margin-top: 40px;
 }

 .pages li {
 	display: inline-block;
 	vertical-align: top;

 }

 .pages li a {
 	display: block;
 	background: #fff;
 	margin: 0 1px;
 	font-size: 18px;
 	padding: 6px 18px;
 	color: #000;
 	border-radius: 30px 30px 0px 30px;
 	/* background: #f4f5f7; */
 }

 .pages li:hover a,
 .pages li.active a {
 	background: #005bac;
 	color: #fff;
 }

 .newsxq {
 	background: url(../images/e1ban.png);
 	/* background-size: 100%; */
 	background-position: top;
 	background-repeat: no-repeat;
 	padding: 80px 0;
 	border-bottom: 2px solid #005bac;
 }

 .newsxqh1 {
 	text-align: center;
 	margin-bottom: 40px;
 }

 .newsxqh1 h1 {
 	font-size: 28px;
 	color: rgb(255, 255, 255);
 	font-weight: bold;
 	line-height: 1.667;
 }

 .newsxqh1 p {
 	font-size: 18px;
 	line-height: 28px;
 	font-family: 'Urbanist', sans-serif;
 	color: #fff;
 }

 .newsxqa {
 	display: flex;
 	justify-content: space-between;
 	margin-top: 50px;
 }

 .newsxqb {
 	width: 69%;
 	background: #fff;
 	border-radius: 30px;
 	padding: 60px 50px;
 }

 .newsxqb p {
 	font-size: 16px;
 	color: rgb(117, 114, 123);
 	line-height: 1.875;
 }

 .newsxqb p span {

 	text-wrap-mode: wrap !important;

 }

 .newsxqc {
 	width: 28%;
 }

 .newsxqca {
 	border-radius: 30px;
 	background-color: rgb(229, 238, 247);
 	padding: 40px 30px;
 	position: relative;
 }

 .newsxqcaa input {
 	border-radius: 30px 30px 0 30px;
 	font-size: 16px;
 	color: rgb(117, 114, 123);
 	background-color: rgb(255, 255, 255);
 	width: 100%;
 	height: 60px;
 	padding-left: 30px;
 }

 .newsxqcaa button {
 	position: absolute;
 	right: 52px;
 	top: 55px;
 }

 .newsxqcb h1 {
 	margin-top: 30px;
 	text-align: center;
 	font-size: 24px;
 	position: relative;
 	color: rgb(39, 46, 57);
 	font-weight: bold;
 	padding-bottom: 15px;
 	border-bottom: 1px solid #d6d3df;
 }

 .newsxqcb h1::after {
 	position: absolute;
 	width: 70px;
 	left: 50%;
 	transform: translateX(-50%);
 	bottom: -1px;
 	height: 1px;
 	background-color: #005bbf;
 	content: "";
 	display: block;
 }

 .newsxqcb-a {
 	padding-top: 15px;
 }

 .newsxqcb-a a {
 	display: inline-block;
 	font-size: 16px;
 	transition: all 1s;
 	margin-bottom: 10px;
 	color: rgb(117, 114, 123);
 	margin-right: 9px;
 	border-radius: 17.5px;
 	padding: 3px 15px;
 	border: 1px solid #d6d3df;

 }

 .newsxqcb-a a:hover {
 	background: #005bac;
 	color: #fff;
 	border-radius: 17.5px 17.5px 0 17.5px;
 }

 .newsxqca-two {
 	padding: 40px 30px;
 	border-bottom: 1px solid #005bac;
 }

 .newsxqca-two h1 a {
 	position: relative;
 	display: inline-block;
 	font-size: 14px;
 	line-height: 28px;
 	font-family: 'Urbanist', sans-serif;
 	font-weight: 700;
 	text-transform: uppercase;
 	text-align: center;
 	background: #e5eef7;
 	color: #005bac;
 	border-radius: 25px 25px 0px 25px;
 	margin-bottom: 13px;
 	padding: 2px 15px 0px 15px;

 }

 .newsxqca-two p a {

 	color: rgb(39, 46, 57);
 }

 .newsxqca-two p a:hover {
 	color: #005bac;
 }

 .newsxqca-two p {
 	font-size: 20px;
 	font-weight: bold;
 	display: -webkit-box;
 	overflow: hidden;
 	margin-top: 10px;
 	text-overflow: ellipsis;
 	word-wrap: break-word;
 	word-break: break-all;
 	white-space: normal !important;
 	-webkit-line-clamp: 2;
 	-webkit-box-orient: vertical;
 }

 .newsxqca-three {
 	margin-top: 80px;
 	text-align: center;
 }

 .newsxqca-three p {
 	font-size: 18px;
 	color: rgb(117, 114, 123);
 	line-height: 1.389;
 	margin-top: 17px;
 }

 .newsxqca-three:hover {
 	opacity: 0.8;
 }

 .newsxqca-three:hover p {
 	color: #005bac;

 }

 .hezi {
 	padding: 50px 0;
 	background: url(../images/diq.jpg);
 	background-repeat: no-repeat;
 	background-size: cover;
 }

 .hezione {
 	position: relative;
 	text-align: center;
 }

 .hezione h1 {
 	font-size: 48px;
 	color: rgb(255, 255, 255);
 	font-weight: bold;
 	margin-bottom: 25px;
 }

 .hezione h2 {
 	font-size: 18px;
 	color: rgb(255, 255, 255);
 	margin-bottom: 25px;
 }

 .hezione h2 strong {
 	position: relative;
 	z-index: 9;
 }

 .hezione h2 strong a {
 	color: #fff;
 }

 .hezione h2 strong a:hover {
 	letter-spacing: 1px;
 }

 .hezione h2 strong::after {
 	position: absolute;
 	width: 100%;
 	right: 0px;
 	bottom: -2px;
 	height: 10px;
 	background-color: #27a8e1;
 	content: "";
 	display: block;
 	z-index: -1;
 }

 .hezione h3 {
 	position: relative;
 }

 .hezione h3 input {
 	border-width: 1px;
 	border-color: rgb(229, 238, 247);
 	border-style: solid;
 	border-radius: 20px;
 	overflow: hidden;
 	height: 60px;
 	width: 57%;
 	padding-left: 20px;
 	font-size: 16px;
 	color: rgba(255, 255, 255, 0.702);
 }

 .hezione h3 button {
 	width: 70px;
 	background: #e5eef8;
 	height: 60px;
 	position: absolute;
 	top: 0;
 	right: 21%;
 	transition: all 0.8s;
 	border-radius: 20px 20px 20px 0;
 }

 .hezione h3 button:hover {
 	border-radius: 20px;
 }

 .hezione h4 {
 	text-align: left;
 	width: 54%;
 	display: inline-block;
 }

 .hezione h4 {
 	margin-top: 20px;
 	font-size: 14px;
 	color: rgb(255, 255, 255);
 }

 .hezione a {
 	display: inline-block;
 	margin: 0 5px;
 	font-size: 14px;
 	color: rgb(255, 255, 255);
 }

 .hezione a:hover {
 	color: #27a8e1;
 }

 .hezitwo {
 	padding: 50px 0;
 	border-bottom: 2px solid #005bac;
 }

 .hezitwoa {
 	display: flex;
 	position: relative;
 	justify-content: space-between;
 }

 .hezitwob {
 	/* position: sticky;
    left: calc((100% - 1400px) / 2);
    height: fit-content;
    top: 100px;
    position: -webkit-sticky; */
 	width: 21%;

 }

 .hezitwoc {
 	width: 77%;

 	/* 	 height: 300rem;
	 overflow: auto; */
 }

 .hezitwob ul li a {
 	display: block;
 	border-radius: 25px 25px 0 25px;
 	padding: 15px 15px;
 	margin-bottom: 10px;
 	color: #75727b;
 	font-size: 16px;
 	border: 1px solid #e5eef8;
 }

 .hezitwob ul li a:hover {
 	color: #005bbf;
 }

 .hezitwob ul li.on a {
 	color: #fff;
 	background: #005bac;
 }

 .hezitwob ul li.on a em {
 	background: #fff;
 	border: 2px solid #fff;
 }

 .hezitwob ul li a em {
 	width: 10px;
 	height: 10px;
 	border: 2px solid #005bbf;
 	border-radius: 50%;
 	margin-right: 12px;
 	display: inline-block;
 }

 .hezitwocxia {
 	margin-bottom: 15px;
 	padding: 65px 30px;
 	border-radius: 30px;
 	background-color: rgb(229, 238, 248);
 }

 .hezitwocxia h1 img {
 	margin-right: 15px;
 }

 .hezitwocxia h1 {
 	font-size: 26px;
 	color: rgb(39, 46, 57);
 	font-weight: bold;
 }

 .hezitwocxia-ul {
 	display: flex;
 	flex-wrap: wrap;
 	margin-top: 35px;
 }

 .hezitwocxia-ul a:hover {
 	background: #005bac;
 	color: #fff;
 }

 .hezitwocxia-ul a {
 	width: 23.9%;
 	padding: 26px 10px;
 	font-size: 18px;
 	color: rgb(39, 46, 57);
 	text-align: center;
 	margin-right: 13px;
 	border-radius: 5px;
 	background-color: rgb(255, 255, 255);
 	display: inline-block;
 	margin-bottom: 13px;
 }

 .hezitwocxia-ul a:nth-child(4n) {
 	margin-right: 0px;
 }

 .chixvone {
 	padding: 100px 0 10px;
 }

 .chixvoneul ul li {
 	display: flex;
 	align-items: center;
 	justify-content: space-between;
 	margin-bottom: 60px;
 }

 .chixvoneul ul li:nth-child(2) {
 	flex-direction: row-reverse;
 }

 .chixvoneula {
 	width: 47%;
 }

 .chixvoneulc {
 	width: 52%;
 }

 .chixvoneulb {
 	width: 45%;
 	z-index: 9;
 	position: relative;
 }

 .chixvoneulb .pattern-layer {
 	position: absolute;
 	top: -73px;
 	right: -158px;
 	width: 280px;
 	height: 280px;
 	background-repeat: no-repeat;
 	z-index: -1;
 }

 .chixvoneulca {
 	display: flex;
 	align-items: flex-start;
 	margin-bottom: 35px;

 }

 .chixvoneulca>img {
 	position: relative;
 	top: -22px;
 }

 .chixvoneulca-xia {
 	margin-left: 28px;
 	max-width: 95%;
 }

 .chixvoneulca-xia h1 {

 	font-size: 26px;
 	color: rgb(39, 46, 57);
 	font-weight: bold;
 	margin-bottom: 40px;
 }

 .chixvoneulca-xia p {
 	font-size: 16px;
 	position: relative;
 	color: rgb(117, 114, 123);
 	line-height: 1.563;
 	padding-left: 35px;
 	background: url(../images/icons/icon-1.png);
 	background-repeat: no-repeat;
 	background-position: left top;
 	background-position-y: 6px;
 }

 .chixvoneulca-xia p::after {
 	position: absolute;
 	width: 1px;
 	left: 0px;
 	bottom: 0px;
 	height: 65%;
 	background-color: rgb(0, 91, 191, 0.2);
 	content: "";
 	display: block;
 }

 .chixvoneulca-xia p::before {
 	position: absolute;
 	width: 1px;
 	left: 0px;
 	bottom: 43%;
 	height: 21%;
 	background-color: rgb(0, 91, 191);
 	content: "";
 	display: block;
 }

 .chixvoneula h1 {
 	font-size: 48px;
 	color: rgb(39, 46, 57);
 	font-weight: bold;
 }

 .chixvoneula h2 {
 	font-size: 16px;
 	margin-top: 30px;
 	color: rgb(117, 114, 123);
 	line-height: 1.875;
 }

 .chixvoneula h3 {
 	margin-top: 10px;
 	font-size: 24px;
 	color: rgb(39, 46, 57);
 	font-weight: bold;
 }

 .chixvoneula h3 span {
 	color: #1f6bc5;
 }

 .chixvoneulb img {
 	width: 100%;
 	border-radius: 30px 30px 30px 0;
 }

 .chixvoneulb.chixvoneuld img {
 	border-radius: 50%;
 	width: 500px;
 	height: 500px;
 	object-fit: cover;
 }

 .chixvoneuld .image-shape .shape-1 {
 	position: absolute;
 	left: -47px;
 	top: -40px;
 	width: 259px;
 	height: 259px;
 	z-index: -1;
 	background-repeat: no-repeat;
 }

 .chixvoneuld .image-shape .shape-2 {
 	position: absolute;
 	right: 47px;
 	top: -40px;
 	width: 259px;
 	height: 259px;
 	z-index: -1;
 	background-repeat: no-repeat;
 }

 .chixvoneuld .image-shape .shape-3 {
 	position: absolute;
 	right: 47px;
 	bottom: -60px;
 	width: 254px;
 	height: 254px;
 	z-index: -1;
 	background-repeat: no-repeat;
 }

 .chixvtwo {
 	display: flex;
 	justify-content: space-between;
 	position: relative;

 	padding: 0px 100px;
 	padding-bottom: 80px;
 }

 .chixvtwob {
 	overflow: hidden;
 	position: relative;
 	width: 58%;
 	box-shadow: 0px 32px 50px 0px rgba(0, 91, 172, 0.4);
 	border-radius: 30px 30px 0 30px;
 }

 .chixvtwob:hover img {
 	transform: scale(1.1);

 }

 .chixvtwob-xia {
 	position: absolute;
 	right: 0;
 	bottom: 0;
 	overflow: hidden;
 	border-radius: 30px 30px 0 30px;
 }

 .chixvtwob img {
 	transition: all 1s;
 	width: 100%;
 	border-radius: 30px 30px 0 30px;
 }

 .chixvtwoa {
 	width: 40%;
 }

 .chixvtwoa h1 {
 	font-size: 48px;
 	color: rgb(0, 0, 0);
 	font-weight: bold;
 	margin-top: 60px;
 	padding-left: 27%;
 }

 .chixvtwo-xia {
 	background: url(../images/vhl9.jpg);
 	background-repeat: no-repeat;
 	background-size: cover;
 	overflow: hidden;
 	padding: 70px 140px 70px 15%;
 	border-radius: 0 30px 30px 60px;
 	position: absolute;
 	left: 0;
 	width: 47%;
 	z-index: 9999;
 	bottom: 132px;
 }

 .chixvtwo-xia h1 {
 	font-size: 22px;
 	color: rgb(255, 255, 255);
 	line-height: 1.818;
 }

 .chixvtwo-xia strong {
 	font-size: 28px;
 }

 .chixvtwo-xia h2 {
 	font-size: 18px;
 	margin: 40px 0 30px;
 	color: rgb(255, 255, 255);
 	line-height: 1.818;
 }

 .chixvtwo-xia h3 {
 	text-align: right;

 }

 .chixvtwo-xia h4 {
 	margin-top: 20px;
 	text-align: right;

 }

 .chixvfiver-xia {
 	margin: 0 60px;
 }

 .chixvfiverslide .swiper-slide {
 	opacity: 0;
 }

 .chixvfiverslide .swiper-slide.swiper-slide-prev {
 	opacity: 1;
 }

 .chixvfiverslide .swiper-slide.swiper-slide-active {
 	opacity: 1;
 }

 .chixvfiverslide .swiper-slide.swiper-slide-next {
 	opacity: 1;
 }


 .chixvthree {
 	padding-bottom: 180px;
 }

 .chixvthreea {
 	display: flex;
 	align-items: center;
 	justify-content: space-between;
 }

 .chixvthreec {
 	position: relative;
 	width: 46%;
 	margin: 0 auto;
 }

 .chixvthreec p {
 	font-size: 30px;
 	color: rgb(255, 255, 255);
 	font-weight: bold;
 	position: absolute;
 	left: 50%;
 	transform: translateX(-50%);
 	bottom: 39%;
 }

 .chixvthreeba {
 	display: flex;
 	flex-wrap: wrap;

 	justify-content: space-between;
 }

 .chixvthreebaa {
 	padding: 24px;
 	width: 48%;
 	background: url(../images/vrrr.png);
 	background-repeat: no-repeat;
 	background-size: 100% 100%;
 	border-radius: 10px;
 	animation: scroll 1s infinite alternate;
 	margin-bottom: 20px;
 }

 @keyframes scroll {
 	0% {
 		transform: translateY(3px);
 	}

 	50% {
 		transform: translateY(-3px);
 	}

 	100% {
 		transform: translateY(3px);
 	}
 }

 .chixvthreeb {
 	width: 38%;
 	position: absolute;
 	left: -21px;
 	top: 23%;
 	z-index: 9;
 }

 .chixvthreebaa p {
 	color: #9abee5;
 	font-size: 24px;
 	margin: 24px 0 30px;
 }

 .chixvthreea {
 	position: relative;
 }

 .chixvthreebaa span {

 	font-size: 60px;
 	color: rgb(0, 91, 191);


 }

 .chixvthreeb-xia p {
 	font-size: 18px;
 	color: rgb(117, 114, 123);
 	line-height: 1.875;
 	margin-top: 85px;
 	max-width: 93%;
 }

 .chixvthreeb-xia p strong {
 	color: #005bbf;
 	font-weight: 400;
 }

 .chixvthreed-xia p strong {
 	color: #005bbf;
 	font-weight: 400;
 }

 /* .chixvthreeb-xia p strong:last-child {
 	color: #75727b;
 } */

 .chixvthreed {
 	width: 38%;
 	position: absolute;
 	right: -21px;
 	top: 23%;
 	z-index: 9;
 }

 .chixvthreed .chixvthreeba .chixvthreebaa:first-child {
 	opacity: 0;
 }

 .chixvthreed-xia p {
 	position: relative;
 	font-size: 18px;
 	color: rgb(39, 46, 57);
 	font-weight: bold;
 	line-height: 1.667;
 	padding-left: 35px;
 	background: url(../images/icons/icon-1.png);
 	background-repeat: no-repeat;
 	background-position: left top;
 	background-position-y: 6px;
 	margin-bottom: 35px;
 }

 .chixvthreed-xia p::after {
 	position: absolute;
 	width: 1px;
 	left: 0px;
 	bottom: 0px;
 	height: 65%;
 	background-color: rgb(0, 91, 191, 0.2);
 	content: "";
 	display: block;
 }

 .chixvthreed-xia p::before {
 	position: absolute;
 	width: 1px;
 	left: 0px;
 	bottom: 43%;
 	height: 21%;
 	background-color: rgb(0, 91, 191);
 	content: "";
 	display: block;
 }

 .chixvfiver {
 	border-bottom: 2px solid #005bac;
 	padding: 80px 0;
 	background: url(../images/rvv.png) fixed;
 	background-repeat: no-repeat;
 	background-size: cover;
 }

 .chixvfiver-one {
 	text-align: center;
 }

 .chixvfiver-one h1 {
 	font-size: 48px;
 	color: rgb(255, 255, 255);
 	font-weight: bold;
 }

 .chixvfiver img {
 	border-radius: 10px;
 }

 .chixvfiver-one p {
 	font-size: 18px;
 	color: rgb(255, 255, 255);
 	line-height: 1.667;
 	margin: 30px auto 40px;
 	max-width: 57%;
 }

 .chixvfiverslide {
 	padding-bottom: 60px !important;
 }

 .chixvfiverslide .swiper-pagination-bullet {
 	width: 14px;
 	height: 14px;
 	border-radius: 50% 50% 0px 50%;
 	background: #005bac;
 	margin: 0 8px !important;
 }

 .cp-one {
 	padding: 80px 0;
 	background: url(../images/9b.png) right top;
 	background-repeat: no-repeat;
 }

 .cp-onea {
 	display: flex;
 	align-items: center;
 	justify-content: space-between;

 }

 .cp-oneb {
 	width: 45%;
 	overflow: hidden;
 	border-radius: 30px 30px 0 30px;

 }

 .cp-oneb img {
 	width: 100%;
 }

 .cp-onec {
 	width: 50%;
 }

 .cp-onec h1 {
 	font-size: 48px;
 	color: rgb(39, 46, 57);
 	font-weight: bold;
 }

 .cp-onec h2 {
 	margin: 30px 0;
 }

 .cp-onec h2 img {
 	vertical-align: middle;
 	margin-right: 10px;
 	font-size: 24px;
 	color: rgb(39, 46, 57);
 	line-height: 1.667;
 }

 .cp-onec h3 {
 	font-size: 20px;
 	color: rgb(39, 46, 57);
 	line-height: 1.75;
 	font-weight: 100;

 }

 .cp-onec p {
 	font-size: 16px;
 	color: rgb(117, 114, 123);
 	line-height: 1.875;
 	margin-top: 35px;
 }

 .cp-two {
 	background: #e5eef7;
 	padding: 80px 0;
 }

 .cp-twoxia {
 	margin-top: 10px;
 }

 .cp-twoxia ul {
 	display: flex;
 	flex-wrap: wrap;
 	justify-content: space-between;
 }

 .cp-twoxia ul li {
 	width: 49%;
 	border-radius: 30px 30px 0 30px;
 	overflow: hidden;
 	position: relative;
 	border-width: 1px;
 	border-color: rgb(184, 199, 215);
 	border-style: solid;
 	background-color: rgb(255, 255, 255);
 	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
 	z-index: 9;
 	margin-top: 30px;
 	padding: 20px;

 }

 .cp-twoxia .lxma {
 	align-items: initial;
 }

 .twoxiaimg {
 	background: #e5eef7;
 	width: 60px;
 	height: 60px;
 	text-align: center;
 	line-height: 60px;
 	border-radius: 30px 30px 0 30px;
 }

 .twoxiaimg img {
 	transform: scale(1) !important;
 }

 .twoxia-xia p {
 	line-height: 40px;
 	margin-top: 40px;
 	font-size: 30px;
 	color: rgb(39, 46, 57);
 	font-weight: bold;


 }

 .cp-twoxia-one {
 	padding: 40px 40px 60px;
 }

 .cp-twoxia-one p {
 	font-size: 16px;
 	color: rgb(117, 114, 123);
 	line-height: 1.563;
 	display: -webkit-box;
 	overflow: hidden;
 	text-overflow: ellipsis;
 	white-space: normal !important;
 	-webkit-line-clamp: 3;
 	-webkit-box-orient: vertical;

 }

 .cp-twoxia ul li .link a {
 	position: relative;
 	display: inline-block;
 	font-size: 14px;
 	line-height: 28px;
 	color: #75727b;
 	padding-left: 40px;
 }

 .cp-twoxia ul li .link a:before {
 	position: absolute;
 	content: '';
 	background: #e7e3ee;
 	width: 48px;
 	height: 1px;
 	left: -22px;
 	top: 13px;
 	transition: all 500ms ease;
 }

 .cp-twoxia ul li .link a:hover:before {
 	opacity: 0;
 }

 .cp-twoxia ul li .link a span {
 	position: relative;
 	padding-right: 24px;
 	transition: all 500ms ease;
 }

 .cp-twoxia ul li .link a:hover span {
 	padding-right: 58px;
 }

 .cp-twoxia ul li .link a span:before {
 	position: absolute;
 	content: "\f108";
 	font-family: 'flaticon';
 	font-size: 16px;
 	right: 0px;
 }

 .cp-twoxia ul li .link a span:after {
 	position: absolute;
 	content: '';
 	width: 35px;
 	height: 1px;
 	top: 9px;
 	right: 13px;
 	transform: scaleX(0);
 	transform-origin: left center;
 	transition: all 500ms ease;
 }

 .cp-twoxia ul li .link a:hover span:after {
 	transform: scaleX(1);
 }

 .cp-twoxia ul li .link a:hover {
 	color: #005bac;
 }

 .cp-twoxia ul li .link a span:after {
 	background: #005bac;
 }

 .cp-twoxia ul li:hover .twoxia-xia p {
 	color: #005bac;
 }

 .bibi {
 	position: absolute;
 	bottom: 0;
 	right: 0;
 }

 .cp-twoxia ul li .lxma-img {
 	border-radius: 30px;
 }

 .cp-three {
 	padding: 80px 0;
 	border-bottom: 2px solid #005bac;
 	background: url(../images/4016059.png);
 	background-repeat: no-repeat;
 	background-position: left bottom;
 }

 .twoxia-xia p {
 	display: -webkit-box;
 	overflow: hidden;
 	text-overflow: ellipsis;
 	word-wrap: break-word;
 	word-break: break-all;
 	white-space: normal !important;
 	-webkit-line-clamp: 1;
 	-webkit-box-orient: vertical;
 }

 .cp-threea {
 	display: flex;
 	justify-content: space-between;
 }

 .twoxia-xia {
 	max-width: 50%;
 }

 .cp-threeb {
 	width: 47%;
 }

 .cp-threec {
 	width: 46%;
 }

 .cp-threeb p {
 	font-size: 16px;
 	color: rgb(117, 114, 123);
 	line-height: 1.563;
 	margin-bottom: 20px;
 }

 .cp-threeb p span {
 	color: #005bbf;
 }

 .cp-threec ul li {
 	margin-bottom: 40px;
 }

 .cp-threec ul li h1 {
 	font-size: 30px;
 	color: #272e39;
 	font-weight: bold;
 	line-height: 1.933;
 }

 .cp-threec ul li h1 span {
 	color: #005bbf;
 }

 .cp-threec ul li p {
 	position: relative;
 	padding-top: 20px;
 	margin-top: 20px;
 	background: url(../images/cie.png);
 	background-repeat: no-repeat;
 	background-position: top;
 	background-size: 100%;
 	font-size: 18px;
 	color: rgb(39, 46, 57);
 	line-height: 1.556;
 }

 .ranti {
 	border-bottom: 2px solid #005bac;
 	padding: 80px 0;
 	background: url(../images/9b.png) right top;
 	background-repeat: no-repeat;
 }

 .rantia {
 	display: flex;
 	justify-content: space-between;
 }

 .rantib {
 	width: 51%;
 	overflow: hidden;
 	border-radius: 30px 30px 0 30px;
 }

 .rantib img {
 	transition: all 1s;
 	width: 100%;
 	height: 100%;
 	object-fit: cover;
 }

 .rantib:hover img {
 	transform: scale(1.1);
 }

 .rantic {
 	width: 51%;
 	padding: 40px;
 	border-radius: 30px 30px 30px 0;
 	background-color: rgb(255, 255, 255);
 	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
 }

 .rantica {
 	display: flex;
 	align-items: center;
 	justify-content: space-between;

 }

 .rantica p img {
 	margin-right: 8px;
 }

 .rantica p {
 	font-size: 26px;
 	color: rgb(39, 46, 57);
 	font-weight: bold;
 }

 .rantica span {
 	display: inline-block;
 	background: #fff;
 	width: 60px;
 	border: 1px solid #e5eef7;
 	height: 60px;
 	text-align: center;
 	line-height: 60px;
 	border-radius: 30px 30px 0 30px;
 }

 .ranticb {
 	padding: 25px;
 	margin-top: 25px;
 	border-top: 1px solid #e3e8eb;
 }

 .ranticb ul li {
 	padding: 10px 0;
 	font-size: 16px;
 	color: rgb(39, 46, 57);
 }

 .ranticb ul li img {
 	margin-right: 10px;
 }

 .ranticb ul li:nth-child(2n) {
 	background: url(../images/vwqe.png);
 	background-repeat: no-repeat;
 	background-size: 100% 100%;
 }

 .ranticc {
 	text-align: right;
 }

 .ranticc img {
 	margin-left: 10px;
 }

 .rantia {
 	margin-bottom: 25px;
 }

 .ranticxia {
 	display: flex;
 	justify-content: space-between;
 }

 .ranticxiaaa {
 	width: 51%;
 	padding: 40px;
 	overflow: hidden;

 	background-color: rgb(255, 255, 255);
 	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);


 	border-radius: 30px 0px 30px 30px;
 }

 .ranticxiaaap {
 	font-size: 24px;
 	color: rgb(39, 46, 57);
 	font-weight: bold;
 	padding-bottom: 25px;
 	margin-bottom: 25px;
 	border-bottom: 1px solid rgb(130, 166, 198, 20%);
 }

 .ranticxiaaap img {
 	margin-right: 8px;
 }

 .ranticxiabb {
 	display: flex;
 	width: 47%;
 	justify-content: space-between;
 }

 .ranticxiabba-ong {
 	transition: all 0.5s;
 	width: 48%;
 	border-radius: 30px 30px 0 30px;
 	padding: 20px;
 	overflow: hidden;
 	background: url(../images/hdw.jpg);
 	background-repeat: no-repeat;
 	background-size: cover;
 	/* box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1); */
 }

 .ranticxiabba-ong p {

 	font-size: 14px;
 	color: rgb(117, 114, 123);
 	line-height: 1.667;

 }

 .ranticxiabba-ong p strong {
 	display: block;
 }

 .ranticxiaaap {
 	font-size: 20px;
 	padding-bottom: 15px;
 	margin-bottom: 15px;
 }

 .ranticxiabba-ong.on {
 	border-radius: 0 30px 30px 30px;
 	background: url(../images/cisa.jpg);
 	background-repeat: no-repeat;
 	background-size: cover;
 }

 .ranticxiabba-ong.on .ranticxiaaap {
 	filter: brightness(0)invert(1);
 }

 .ranticxiabba-ong.on p {
 	filter: brightness(0)invert(1);
 }

 .jiagong {
 	padding: 25px;
 	border-radius: 30px 30px 0 30px;
 	background-color: rgb(229, 238, 247);
 	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
 }

 .jiagongone ul {
 	display: flex;
 }

 .jiagongone ul li {
 	cursor: pointer;
 	margin-right: 10px;
 }

 .jiagongone ul li p {
 	border-radius: 20px 20px 0 20px;
 	min-width: 160px;
 	height: 60px;
 	font-size: 16px;
 	color: rgb(117, 114, 123);

 	line-height: 60px;
 	background-color: #fff;
 	padding: 0 18px;
 	display: inline-block;

 }

 .jiagongone ul li span {
 	height: 60px;
 	width: 60px;
 	line-height: 60px;
 	text-align: center;
 	display: inline-block;
 	margin-left: -4px;
 	vertical-align: bottom;
 	background-color: #fff;
 	border-radius: 0px 20px 20px 0px;
 }

 .jiagongone ul li span img {
 	transform: rotate(-45deg);
 	transition: all 0.5s;
 	width: 35px;
 }

 .jiagongone ul li.on p {
 	background: #005bac;
 	color: #fff;
 }

 .jiagongone ul li.on span {
 	background: #005bac;
 }

 .jiagongone ul li.on span img {
 	filter: brightness(0)invert(1);
 	transform: rotate(0);
 }

 .jiagongtwo {
 	margin-top: 20px;
 	padding: 50px;
 	border-radius: 30px;
 	background-color: rgb(255, 255, 255);
 }

 .jiagongtwo h1 img {
 	margin-right: 8px;
 }

 .jiagongtwo h1 {
 	font-size: 24px;
 	color: rgb(39, 46, 57);
 	font-weight: bold;
 }

 .jiagongtwoimg {
 	margin-top: 30px;
 	overflow: auto;
 }

 .jiagongtwo {
 	display: none;
 }

 .jiagongtwoimg img {
 	max-width: unset;
 }

 .jiagongtwo:first-child {
 	display: block;
 }

 .zhaopin-onea {
 	margin-top: 40px;
 }

 .zhaopin-one {
 	padding: 80px 0;
 }

 .zhaopin-onea {
 	display: flex;
 	justify-content: space-between;
 }

 .zhaopin-oneb {
 	width: 48%;
 	position: relative;
 	height: fit-content;
 }

 .zhaopin-onec {
 	width: 44%;
 }

 .zhaopin-onetwo {
 	width: 50%;
 	bottom: -120px;
 	right: -50px;
 	overflow: hidden;
 	position: absolute;
 	border-radius: 30px 30px 0px 30px;
 }

 .zhaopin-onebone {
 	overflow: hidden;
 	border-radius: 30px 30px 10px 30px;
 }

 .zhaopin-three {
 	width: 50%;
 	bottom: -60px;
 	left: 50px;
 	background-color: rgb(255, 255, 255);
 	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);

 	overflow: hidden;
 	position: absolute;
 	z-index: 9999;
 	height: 176px;
 	border-radius: 30px 30px 0px 30px;
 }

 .oneboneswipera {
 	position: relative;
 	height: 100%;
 	padding: 34px 41px 42px 75px;
 }

 .oneboneswipera .icon-box {
 	position: absolute;
 	display: inline-block;
 	left: 0px;
 	top: 20px;
 	width: 60px;
 	height: 60px;
 	line-height: 60px;
 	text-align: center;
 	font-size: 30px;
 	color: #fff;
 	border-radius: 50% 50% 50% 0px;
 }

 .oneboneswipera .icon-box:before {
 	position: absolute;
 	content: '';
 	background: #e5eef7;
 	width: 60px;
 	height: 60px;
 	left: 0px;
 	top: 60px;
 	border-radius: 50% 50% 0px 50%;
 }

 .oneboneswipera .icon-box {
 	background: #005bac;
 }

 .oneboneswipera h1 {
 	font-size: 20px;
 	color: rgb(0, 91, 172);
 	font-weight: bold;
 }

 .oneboneswipera h2 {
 	font-size: 24px;
 	margin-top: 20px;
 	color: rgb(117, 114, 123);

 }

 .zhaopin-oneb {
 	position: relative;
 }

 .zhaopin-oneb .swiper-button-prev {
 	top: 127%;
 	left: 263px;
 	transform: scale(0.6);
 	filter: grayscale(1);
 }

 .zhaopin-oneb .swiper-button-next {
 	top: 127%;
 	left: 302px;
 	transform: scale(0.6);
 	filter: grayscale(1);
 }

 .zhaopin-onec p {
 	font-size: 16px;
 	color: rgb(117, 114, 123);
 	line-height: 1.75;
 	margin-bottom: 20px;
 }

 .zhaopin-two {
 	padding: 80px 0;
 	background: #f2f6fb;
 }

 .zhaopin-twoa {
 	display: flex;
 	justify-content: space-between;
 	margin-top: 50px;
 }

 .twoa-a {
 	margin-top: 50px;
 }

 .zhaopin-twobb {
 	width: 69%;
 }

 .twoa-a-a {
 	display: flex;
 	cursor: pointer;
 	align-items: center;
 	margin-bottom: 18px;
 	justify-content: space-between;
 }

 .twoa-a-a p img {
 	margin-right: 8px;
 	filter: grayscale(1);
 	opacity: 0.7;
 }

 .twoa-a-a.on p img {
 	opacity: 1;
 	filter: initial;
 }

 .twoa-a-a.on p {
 	color: #005bac;
 }

 .twoa-a-a p {
 	font-size: 16px;
 	color: #272e39;
 }

 .xiam {
 	width: 60%;
 	border-bottom: 1px dashed rgb(117, 114, 123);
 }

 .twoa-a-a span {
 	font-size: 16px;
 	color: rgb(117, 114, 123);
 }

 .zhaopin-twobbxia {
 	border-radius: 30px;
 	overflow: hidden;
 	background: #fff;
 }

 .zhaopin-twobbxia ul li {
 	display: flex;
 }

 .zhaopin-twobbxia ul li p {
 	font-size: 14px;
 	color: rgb(39, 46, 57);
 	padding: 16px 20px;
 	border-right: 1px solid #e5eef7;
 }

 .zhaopin-twobbxia ul li h1 {
 	font-size: 14px;
 	color: #005bbf;
 	font-weight: bold;
 	padding: 22px 20px;
 	border-right: 1px solid #e5eef7;
 }

 .zhaopin-twobbxia ul li:nth-child(odd) {
 	background: #f2f6fb;
 }

 .zhaopin-twobbxia ul li:first-child {
 	background: #e5eef7;
 	border-radius: 30px 30px 0px 30px;
 }

 .zhaopin-twobbxia ul li h1:nth-child(1) {
 	width: 20%;
 }

 .zhaopin-twobbxia:first-child {
 	display: block;

 }

 .zhaopin-twobbxia {
 	display: none;

 }

 .zhaopin-twobbxia ul li h1:nth-child(2) {
 	width: 15%;
 }

 .zhaopin-twobbxia ul li h1:nth-child(3) {
 	width: 65%;
 }

 .zhaopin-twobbxia ul li p:nth-child(1) {
 	width: 20%;
 }

 .zhaopin-twobbxia ul li p:nth-child(2) {
 	width: 15%;
 }

 .zhaopin-twobbxia ul li p:nth-child(3) {
 	width: 65%;
 }

 .zhaopin-twobbxia ul li p:last-child {
 	border-right: 0px solid #e5eef7;
 }

 .zhaopin-fix {
 	padding: 80px 0;
 }

 .zhaopin-fixa {
 	overflow: hidden;
 	border-radius: 30px;
 	padding: 80px;
 	background: url(../images/vde.jpg) top fixed;
 	background-repeat: no-repeat;
 	background-size: cover;
 }

 .zhaopin-fixa-one {
 	display: flex;
 	justify-content: space-between;
 }

 .zhaopin-fixa-onea .kejiaa {
 	text-align: left;
 	color: #fff;
 }

 .zhaopin-fixa-oneb {
 	position: relative;
 }

 .zhaopin-fixa-onebzz {
 	position: relative;
 	padding: 35px;
 	border-radius: 30px;
 	background-color: rgb(39, 168, 225);
 	width: 320px;
 	z-index: 99;
 }

 .zhaopin-fixa-oneb h1 {
 	font-size: 20px;
 	color: rgb(255, 255, 255);
 	font-weight: bold;
 	line-height: 1.5;
 	margin-bottom: 20px;
 }

 .zhaopin-fixa-oneb h2 {
 	font-size: 16px;
 	color: rgb(255, 255, 255);
 	line-height: 1.8;

 }

 .zhaopin-fixa-oneb p {
 	text-align: right;
 	margin-top: 12px;
 }

 .zhaopin-fixa-oneb::after {
 	position: absolute;
 	width: 280px;
 	left: 50%;
 	transform: translateX(-50%);
 	top: -10px;
 	z-index: 1;
 	height: 260px;
 	background-color: #fff;
 	border-radius: 30px;
 	content: "";
 	display: block;
 }

 .zhaopin-fixa-two {
 	display: flex;
 	margin-top: 20px;
 }

 .zhaopin-fixa-twoa {
 	width: 70%;
 	display: flex;
 	align-items: center;
 	justify-content: space-between;
 	background: url(../images/mee.jpg);
 	background-repeat: no-repeat;
 	background-size: cover;
 	border-radius: 30px;
 	background-color: rgb(255, 255, 255);
 	padding: 20px;

 }

 .twoa-zng {
 	padding-left: 20px;
 	width: 78%;
 }

 .twoa-zng ul {
 	display: flex;
 	flex-wrap: wrap;

 }

 .twoa-zng ul li {
 	width: 20%;
 	margin: 15px 0;
 	font-size: 18px;
 	color: rgb(117, 114, 123);
 }

 .zhaopin-fixa-twoa>img {
 	border-radius: 30px 30px 0 30px;
 }

 .twoa-zng ul li img {
 	margin-right: 8px;
 }

 .zhaopin-fixa-twob {
 	margin-left: 20px;
 	background: url(../images/vbgr.png);
 	background-repeat: no-repeat;
 	background-size: cover;
 	width: 30%;
 	padding: 50px 30px;
 	border-radius: 30px;
 }

 .zhaopin-fixa-twob h1 {

 	font-size: 20px;
 	color: rgb(0, 91, 172);
 	font-weight: bold;
 	margin-bottom: 30px;

 }

 .zhaopin-fixa-twob p {

 	font-size: 16px;
 	color: #75727b;
 	line-height: 2;


 }

 .main-header {

 	z-index: 9999999 !important;
 }

 .zhaopin-senser {
 	padding-bottom: 120px;
 	background: url(../images/htee.jpg) bottom center;
 	background-repeat: no-repeat;
 	/* background-size: 100%; */
 }

 .zhaopin-senser-one ul {
 	display: flex;
 }

 .zhaopin-senser-one ul li {
 	width: 25%;
 	padding: 60px 40px 100px 40px;
 	position: relative;
 }

 .zhaopin-senser-one ul li:nth-child(2n) {
 	padding: 200px 40px 100px 40px;
 }

 .senser-onezzz {
 	display: flex;
 	align-items: center;
 	justify-content: space-between;
 }

 .senser-onezzz img {
 	transition: all 0.5s;
 }

 .zhaopin-senser-one ul li:hover .senser-onezzz img {
 	transform: scaleX(-1);
 }

 .senser-onezzz span {
 	font-size: 30px;
 	color: rgb(0, 0, 0);
 }

 .zhaopin-senser-one ul li h1 {

 	font-size: 24px;
 	color: rgb(39, 46, 57);
 	font-weight: bold;
 	margin: 50px 0 30px;


 }

 .zhaopin-senser-one ul li p {
 	color: #75727b;
 	font-size: 18px;
 }

 .zhaopin-senser-one ul li::after {
 	position: absolute;
 	width: 10px;
 	right: -4px;
 	top: -6px;
 	height: 10px;
 	border-radius: 50%;
 	background-color: #005bac;
 	content: "";
 	display: block;
 }

 .zhaopin-senser-one ul li:nth-child(2n)::after {
 	background: #27a8e1;
 }

 .zhaopin-senser-one ul li:nth-child(2n)::before {

 	background-image: -moz-linear-gradient(90deg, rgba(39, 168, 225, 0) 0%, rgb(39, 168, 225) 100%);
 	background-image: -webkit-linear-gradient(90deg, rgba(39, 168, 225, 0) 0%, rgb(39, 168, 225) 100%);
 	background-image: -ms-linear-gradient(90deg, rgba(39, 168, 225, 0) 0%, rgb(39, 168, 225) 100%);


 }

 .zhaopin-senser-one ul li:last-child::after {
 	display: none;
 }

 .zhaopin-senser-one ul li:last-child::before {
 	display: none;
 }

 .zhaopin-senser-one ul li::before {
 	position: absolute;
 	width: 2px;
 	right: 0px;
 	bottom: 0;
 	height: 100%;
 	background-image: -moz-linear-gradient(90deg, rgba(65, 133, 193, 0) 0%, rgb(0, 91, 172) 100%);
 	background-image: -webkit-linear-gradient(90deg, rgba(65, 133, 193, 0) 0%, rgb(0, 91, 172) 100%);
 	background-image: -ms-linear-gradient(90deg, rgba(65, 133, 193, 0) 0%, rgb(0, 91, 172) 100%);
 	content: "";
 	display: block;
 }

 .zhaopin-senser-one {
 	margin-top: 50px;
 }

 .zhaopin-ent {
 	padding: 80px 0;
 	background: url(../images/btw.jpg) fixed;
 	background-repeat: no-repeat;
 	background-size: cover;
 }

 .zhaopin-ent .kejiaa {
 	color: #fff;
 }

 .zhaopin-entone {
 	margin-top: 50px;
 }

 .zhaopin-entone {
 	display: flex;
 	overflow: hidden;
 	border-radius: 30px 30px 0 30px;
 }

 .zhaopin-entonea {
 	width: 59%;
 	border-right: 1px solid #e7e3ee;
 }

 .zhaopin-entonec {
 	width: 41%;
 	background: #fff;
 }

 .zhaopin-entonea-one {
 	background: #fff;
 	position: relative;
 	padding: 40px 40px;
 	border-bottom: 1px solid #e7e3ee;
 	border-radius: 30px 0px 0 30px;
 }

 .zhaopin-entonea-one h1 {
 	font-size: 24px;
 	color: rgb(0, 91, 172);
 	font-weight: bold;
 }

 .zhaopin-entonec {
 	display: flex;
 	align-items: center;
 	justify-content: center;
 }

 .zhaopin-entonec ul {
 	display: flex;
 	align-items: center;
 	justify-content: center;
 }

 .zhaopin-entonea-one h1 strong {
 	position: relative;
 	z-index: 9;
 }

 .zhaopin-entonea-one h1 strong::after {
 	position: absolute;
 	width: 89%;
 	left: 0px;
 	bottom: -4px;
 	height: 10px;
 	background-color: #e5eef7;
 	content: "";
 	display: block;
 	z-index: -1;
 }

 .zhaopin-entonea-one {
 	position: relative;
 }

 .zhaopin-entonea-one img {
 	position: absolute;
 	right: 100px;
 	top: 50%;
 	transform: translatey(-50%);
 }

 .zhaopin-entonea-one h2 {
 	color: #272e39;
 	font-size: 22px;
 	padding-left: 120px;
 	margin-top: 12px;
 }

 .haopin-entonea-two {
 	padding: 40px 40px;
 	background: #fff;
 }

 .haopin-entonea-two li {
 	margin: 25px 0;
 	display: flex;

 }

 .haopin-entonea-two li h1 {
 	font-size: 24px;
 	font-weight: bold;
 	position: relative;
 	z-index: 9;
 	height: fit-content;
 }

 .haopin-entonea-two li h1::after {
 	position: absolute;
 	width: 89%;
 	left: 0px;
 	bottom: -4px;
 	height: 10px;
 	background-color: #e5eef7;
 	content: "";
 	display: block;
 	z-index: -1;
 }

 .zhaopin-entonec li {
 	margin: 0 15px;
 }

 .haopin-entonea-two li p span {
 	display: block;
 	font-size: 18px;
 	color: rgb(117, 114, 123);
 	line-height: 1.667;

 }

 .zhaopin-entonec p {
 	text-align: center;
 	font-size: 18px;
 	color: rgb(117, 114, 123);
 	line-height: 1.667;
 	margin-top: 10px;

 }

 .zhaopin-tanone {
 	position: relative;

 }

 .zhaopin-tanone::after {
 	position: absolute;
 	width: 100%;
 	right: 0px;
 	bottom: 0;
 	z-index: 9;
 	height: 100%;
 	background: url(../images/left.png);
 	background-repeat: no-repeat;
 	background-size: cover;
 	content: "";
 	display: block;
 }

 .zhaopin-tan {
 	padding: 80px 0;
 	border-bottom: 2px solid #005bac;
 }

 .zhaopin-tanone {
 	margin-top: 50px;
 }

 .tanoneswiper img {
 	width: 100%;
 	border-radius: 5px;
 }

 .tanoneswiper2 {
 	margin-top: 5px !important;
 }

 .tanoneswiper>.swiper-wrapper {
 	-webkit-transition-timing-function: linear;
 	-moz-transition-timing-function: linear;
 	-ms-transition-timing-function: linear;
 	-o-transition-timing-function: linear;
 	transition-timing-function: linear;
 	margin: 0 auto;
 }

 .tanoneswiper .swiper-slide {
 	-webkit-transition-timing-function: linear;
 	-moz-transition-timing-function: linear;
 	-ms-transition-timing-function: linear;
 	-o-transition-timing-function: linear;
 	transition-timing-function: linear;
 	margin: 0 auto;
 }

 .tanoneswiper2 {
 	direction: rtl;
 }

 .about-two {
 	padding: 80px 0;
 	background: url(../images/cwwe.jpg) top fixed;
 	background-repeat: no-repeat;
 	background-size: cover;
 }



 .about-three {
 	padding: 80px 0;
 }

 .about-four {
 	padding: 60px 0;
 	background: #005bac;
 }

 .about-four .kejiaa {
 	color: #fff;
 }

 .about-fourxia {
 	margin-top: 50px;
 }

 .about-fourxia-ul ul {
 	display: flex;
 	justify-content: space-between;
 }

 .about-fourxia-ul ul li {
 	cursor: pointer;
 	text-align: center;
 }

 .about-fourxia-ul ul li img {
 	transition: all 0.5s;
 	filter: brightness(0)invert(1);
 }

 .about-fourxia-ul ul li:hover img {
 	transform: scaleX(-1);
 }

 .about-fourxia-ul ul li p {
 	font-size: 20px;
 	color: rgb(255, 255, 255);
 	font-weight: bold;
 	margin-top: 20px;
 }

 .about-fourxia-fixa {
 	position: fixed;
 	width: 100%;
 	height: 100%;
 	background: rgb(0, 0, 0, 0.8);
 	left: 0;
 	right: 0;
 	bottom: 0;
 	display: none;
 	z-index: 999999999;
 }

 .hezitwob ul.tab_fix {
 	position: fixed;
 	top: 75px;
 }

 .hezitwob ul {
 	width: 278px;
 }

 .hezitwob ul.tab_fix_bottom {
 	position: absolute;
 	bottom: 30px;
 }

 .about-fourxia-fixa.on {
 	display: block;
 }

 .about-fourxia-fixaing {
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	transform: translate(-50%, -50%);
 	/* background: #fff; */
 	width: 47%;
 	text-align: center;
 	padding: 60px 60px;
 	background: url(../images/hdw.jpg);
 	background-repeat: no-repeat;
 	background-size: cover;
 	border-radius: 30px 30px 0 30px;
 }

 .fixaingclose {
 	position: fixed;
 	top: -30px;
 	right: -15%;
 	width: 50px;
 	height: 50px;
 	border-radius: 50%;
 	background: rgba(255, 255, 255, 0.2) url(../images/kfclose.png) no-repeat center center;
 	background-size: cover;
 	z-index: 1000000;
 	cursor: pointer;
 }

 .about-fourxia-fixaing h1 {
 	font-size: 24px;
 	color: #000;
 	font-weight: bold;
 	margin: 30px 0;
 }

 .about-fourxia-fixaing>img {
 	width: 50px;
 }

 .about-fourxia-fixaing p {
 	font-size: 16px;
 	text-align: left;
 	height: 400px;
 	overflow: auto;
 	color: rgb(117, 114, 123);
 	line-height: 1.75;
 }

 .about-fourxia-xiaul {
 	margin-top: 20px;
 	display: flex;
 	justify-content: space-between;
 }

 .about-fourxia-xiaul .fourxia-xiaul-xia {
 	width: 50%;
 	margin-right: 20px;
 }

 .about-fourxia-xiaul img {
 	width: 100%;
 }

 .about-fourxia-xiaul img {
 	border-radius: 20px;


 }

 .fixaingaa {
 	margin-top: 40px;
 }

 .fixaingaa a:hover {
 	color: #005bac;
 }

 .fixaingaa a {
 	font-size: 16px;
 	display: inline-block;
 	margin: 0 10px;
 	color: rgb(162 162 162);
 }

 .about-three-xia {
 	margin-top: 70px;
 }

 .about-three-xiaul ul {
 	display: flex;
 	justify-content: space-between;
 }

 .about-three-xia {
 	padding: 20px;
 	border-radius: 30px 30px 0 30px;
 	background: #e5eef7;
 	position: relative;
 }

 .about-three-zongxia iframe {
 	position: absolute;
 	left: 0;
 	right: 0;
 	bottom: -10px;
 	height: 100%;
 	width: 100%;
 	filter: contrast(0.5);
 }

 .about-three-xiaul ul li {
 	width: 48%;
 	padding: 25px;
 	cursor: pointer;
 	display: flex;
 	background: #fff;
 	height: fit-content;
 	align-items: center;
 	justify-content: space-between;
 	border-radius: 30px 30px 0 0px;
 }

 .xiaula {
 	align-items: center;
 	display: flex;
 }

 .about-three-xiaul ul li.on .xiaula img {
 	opacity: 1;
 }

 .xiaula-cai p {
 	font-size: 18px;
 }

 .about-three-xiaul ul li.on .xiaula-cai h1 {
 	font-size: 18px;
 	font-weight: 400;
 }

 .about-three-xiaul ul li.on .xiaula-cai p {
 	display: block;
 }

 .xiaula img {
 	vertical-align: middle;
 	margin-right: 15px;
 	transition: all 0.5s;
 	opacity: 0.2;
 }

 .xiaula-cai h1 {
 	font-size: 18px;
 	color: rgb(117, 114, 123);
 	font-weight: bold;
 }

 .xiaula-cai p {
 	font-size: 18px;
 	font-weight: 700;
 	color: #005bac;
 	display: none;

 }

 .about-three-xiaul ul li.on .xiaulb {
 	border-radius: 30px;
 	background: #005bac;
 }

 .about-three-xiaul ul li.on .xiaulb .flaticon-up-chevron {
 	transform: rotate(180deg);
 	filter: brightness(0)invert(1);
 }

 .xiaulb {
 	transition: all 0.5s;
 	height: 44px;
 	width: 44px;
 	background: #e5eef7;
 	border-radius: 30px 30px 0 30px;
 	line-height: 44px;
 	text-align: center;
 }

 .xiaulb .flaticon-up-chevron {
 	transform: rotate(90deg);
 	transition: all 0.5s;
 	display: inline-block;
 }

 .about-three-zongxia {
 	padding: 40px;
 	position: relative;
 	background: #fff;
 	overflow: hidden;
 	border-radius: 0 0 0 30px;
 	border-top: 1px solid #e7e3ee;
 }

 .about-three-zongxia-xos {
 	display: flex;
 	justify-content: space-between;
 }

 .zongxia-xosa h1 {
 	font-size: 14px;
 	color: rgb(117, 114, 123);
 	line-height: 1.786;
 }

 .zongxia-xosa h2 {
 	margin: 20px 0;
 }

 .zongxia-xosa {
 	width: 40%;
 }

 .zongxia-xosb {
 	width: 55%;
 }

 .zongxia-xosa p strong {
 	font-size: 16px;
 	z-index: 9;
 	position: relative;
 	color: rgb(39, 46, 57);
 }

 .zongxia-xosa p strong::after {
 	position: absolute;
 	width: 89%;
 	left: 0px;
 	bottom: -4px;
 	height: 10px;
 	background-color: #e5eef7;
 	content: "";
 	display: block;
 	z-index: -1;
 }

 .zongxia-xosa p {
 	font-size: 13px;
 	color: #75727b;
 	line-height: 2;
 }

 .zongxia-xosa p img {
 	margin-right: 10px;
 }

 .xosbswiper img {
 	border-radius: 10px;
 }

 .xosbswiper {
 	position: relative !important;
 	padding-bottom: 90px !important;
 }

 .xosbswiper::after {
 	position: absolute;
 	width: 26%;
 	right: -5px;
 	bottom: 0px;
 	height: 100%;
 	background: url(../images/brw.png);
 	background-repeat: no-repeat;
 	background-size: 100% 100%;
 	content: "";
 	display: block;
 }

 .xosbswiper .swiper-pagination {
 	width: auto !important;
 	left: 79% !important;
 }

 .xosbswiper .swiper-pagination-bullet {
 	width: 14px;
 	height: 14px;
 	border-radius: 50% 50% 0px 50%;
 	background: #005bac;
 	margin: 0 8px !important;
 }

 .about-three-zongxiazzz {
 	display: none;
 }

 .about-three-zongxiazzz.on {
 	display: block;
 }

 .about-two-xia {
 	display: flex;
 	margin-top: 50px;
 }

 .about-two-xiaa {
 	width: 50%;
 	padding: 30px;
 	border-radius: 0 0 0 30px;
 	overflow: hidden;
 	background: url(../images/verq.png) top;
 	background-repeat: no-repeat;
 	background-size: 100% 100%;
 }

 .about-two-xiab {
 	width: 46%;
 }

 .about-two-xiab ul li.on {
 	display: block;
 }

 .xiaaswiper {
 	cursor: pointer;
 	height: 400px;

 	border-left: 1px solid #e7e3ee;
 }

 .about-two-xiab ul li {
 	overflow: hidden;
 	display: none;
 	box-shadow: 0px 32px 50px 0px rgba(0, 91, 172, 0.4);
 	border-radius: 60px 10px 60px 10px;
 }

 .about-two-xiab ul li img {
 	transition: all 1s;
 	width: 100%;
 }

 .about-two-xiab ul li:hover img {
 	transform: scale(1.1);
 }

 .xiaaswipera {
 	margin-left: 40px;
 	padding: 20px 0;
 }

 .xiaaswipera h1 {
 	font-size: 22px;
 	color: rgb(39, 46, 57);
 	line-height: 1.136;
 	margin-bottom: 18px;
 }

 .xiaaswipera h1 span {
 	display: inline-block;
 	margin-right: 10px;
 	background-color: rgb(0, 91, 172, 0.2);
 	width: 14px;
 	height: 14px;
 	border-radius: 30px 30px 0 30px;
 }

 .xiaaswipera p strong {
 	color: #005bac;
 	font-size: 14px;
 	vertical-align: text-top;
 }

 .xiaaswipera p {
 	margin-bottom: 10px;
 }

 .xiaaswipera p span {
 	display: inline-block;
 	max-width: 80%;
 	color: #75727b;
 	line-height: 1.9;
 	font-size: 14px;
 	vertical-align: text-top;
 }

 .xiaaswiper .swiper-slide.swiper-slide-active .xiaaswipera h1 span {
 	background-color: rgb(0, 91, 172, 1);
 }

 .about-two-xiaa {
 	position: relative;
 }

 .about-two-xiaa .swiper-button-next {
 	top: 36px;
 	left: 16px;
 	transform: rotate(-90deg) scale(0.7);
 	filter: grayscale(1);
 	opacity: 0.5;
 }

 .about-two-xiaa .swiper-button-prev {
 	top: 93%;
 	left: 16px;
 	transform: rotate(-90deg) scale(0.7);
 	filter: grayscale(1);
 	opacity: 0.5;
 }

 .xiaaswipera p.on span {
 	color: #005bac;
 }

 .chixvtwobswiper .swiper-slide {
 	overflow: hidden;
 }

 .chixvtwobswiper .swiper-pagination-bullet {
 	width: 14px;
 	height: 14px;
 	border-radius: 50% 50% 0px 50%;
 	background: #005bac;
 	margin: 0 8px !important;
 }

 .yanfa-zong {
 	display: flex;
 	border-radius: 20px;
 	overflow: hidden;
 	border: 1px solid #e7e5e5;
 	margin: 0 6%;

 }

 .yanfa-zonga {
 	width: 50%;
 	overflow: hidden;
 	border-radius: 20px;

 }

 .yanfa-zonga img {
 	width: 100%;
 	height: 100%;
 	object-fit: cover;
 }

 .yanfa-zongb {
 	width: 50%;
 	padding: 6%;
 }

 .yanfa-zongb ul li {
 	padding: 12px 0;
 	font-size: 16px;
 	color: #333;
 	text-align: left;
 	border-bottom: 1px dashed #e7e5e5;

 }

 .yanfa-zongb ul li span {
 	display: inline-block;
 	width: 12px;
 	height: 12px;
 	border-radius: 30px 30px 0 30px;
 	background: #2eaae0;
 	margin-right: 20px;
 }

 .yanfa-zong-ziisd {
 	width: 100%;
 	display: flex;
 	border-radius: 20px;
 	background: #f1f0f5;
 }

 .yanfa-zong-ziisd:nth-child(2n) {
 	background: #fff;
 }

 .yanfa-zong-guoone {
 	width: 70%;
 	padding: 10px 81px;
 	text-align: left;
 	font-size: 16px;
 	color: #333;
 	border-right: 1px solid #e7e5e5;
 }

 .yanfa-zong-guotwo {
 	width: 30%;
 	font-size: 16px;
 	padding: 10px;
 	color: #333;
 	text-align: center;
 }

 /* 响应 */
 @media only screen and (min-width:0px) {
 	.videofixed {
 		position: fixed;
 		top: 0;
 		left: 0;
 		width: 100%;
 		height: 100%;
 		background: rgba(0, 0, 0, 0.5);
 		z-index: 999999;
 	}

 	.videoclose {
 		position: fixed;
 		top: 147px;
 		right: 19%;
 		width: 50px;
 		height: 50px;
 		border-radius: 50%;
 		background: rgba(255, 255, 255, 0.2) url(../images/kfclose.png) no-repeat center center;
 		background-size: cover;
 		z-index: 1000000;
 		cursor: pointer;
 	}

 	.videofixed .video-box {
 		width: 50%;
 		height: 60%;
 		top: 50%;
 		left: 50%;
 		transform: translate(-50%, -50%);
 	}
 }

 @media all and (max-width:1800px) {
 	.auto-container {
 		max-width: 85%;
 	}

 	.consultation-block-one .inner-box h3 {

 		font-size: 19px;
 		line-height: 32px;
 	}

 	.chixvthreed-xia p {
 		position: relative;
 		font-size: 17px;
 	}

 	.chixvfiver-one h1 {
 		font-size: 40px;
 	}

 	.chixvtwoa h1 {
 		font-size: 40px;
 	}

 	.main-footer .widget-title h3 {
 		font-size: 20px;
 	}

 	.main-footer .links-widget .links-list li {

 		margin-bottom: 5px;
 	}

 	.main-footer .links-widget .links-list li a {

 		font-size: 14px;
 	}

 	.chixvthreec p {
 		font-size: 25px;
 	}

 	.main-footer .widget-title {

 		padding-bottom: 10px;
 		margin-bottom: 15px;
 	}

 	.mianbao a {

 		font-size: 17px;
 		padding: 0px 20px;
 	}

 	.chixvthreebaa span {
 		font-size: 45px;
 	}

 	.chixvoneulb.chixvoneuld img {
 		width: 400px;
 		height: 400px;
 	}

 	.chixvoneuld .image-shape .shape-2 {

 		right: 22px;
 		top: -66px;
 	}

 	.news-block-one .inner-box {
 		padding: 21px 15px 21px 15px;
 	}

 	.news-block-one .inner-box h3 {
 		font-size: 18px;
 	}

 	.chixvoneuld .image-shape .shape-1 {
 		left: -36px;
 		top: -65px;
 	}

 	.chixvtwo-xia h2 {
 		font-size: 15px;

 	}

 	.chixvoneula h3 {
 		font-size: 20px;
 	}

 	.chixvoneuld .image-shape .shape-3 {

 		right: 24px;
 	}

 	.chixvfiver-one p {
 		font-size: 16px;
 	}

 	.chixvoneulca {
 		margin-bottom: 26px;
 	}

 	.chixvthreebaa p {
 		font-size: 22px;
 		margin: 15px 0 20px;
 	}

 	.chixvthreeb-xia p {
 		font-size: 15px;
 		margin-top: 24px;
 		max-width: 93%;
 	}

 	.chixvoneulca-xia p {
 		font-size: 14px;
 	}

 	.chixvoneulca-xia h1 {
 		font-size: 20px;
 		margin-bottom: 20px;
 	}

 	.chixvoneula h2 {
 		font-size: 14px;
 		margin-top: 20px;
 	}

 	.chixvoneula h1 {
 		font-size: 40px;
 	}

 	.about-fourxia-fixaing p {
 		height: 250px;
 	}

 	.about-fourxia-fixaing {
 		width: 56%;
 		padding: 56px 72px;
 	}

 	.fixaingclose {
 		top: 0px;
 	}

 	.cp-onec p {
 		font-size: 15px;
 		margin-top: 24px;
 	}

 	.cp-onec h1 {
 		font-size: 40px;

 	}

 	.cp-threec ul li {
 		margin-bottom: 25px;
 	}

 	.cp-threec ul li p {
 		font-size: 16px;
 	}

 	.cp-threec ul li h1 {
 		font-size: 27px;
 	}

 	.twoxia-xia p {
 		font-size: 27px;
 	}

 	.cp-twoxia-one p {
 		font-size: 15px;
 	}

 	.sec-title h2 {
 		font-size: 31px;
 	}

 	.cp-onec h3 {
 		font-size: 18px;
 	}

 	.lx-threec ul li h1 {
 		font-size: 16px;
 		margin-bottom: 12px;
 	}

 	.chixvoneulb.chixvoneuld img {

 		margin: 0 auto;
 	}

 	.chixvoneulb {

 		text-align: center;
 	}

 	.main-footer .post-widget .post h4 {

 		font-size: 14px;
 	}

 	.hezione h1 {
 		font-size: 40px;
 	}

 	.xiab {
 		font-size: 40px;
 	}

 	.kejiaa {
 		font-size: 40px;
 	}

 	.lxma p {
 		font-size: 20px;
 	}

 	.xiaa a {
 		font-size: 13px;
 	}

 	.zhaopin-onec p {
 		font-size: 15px;
 		margin-bottom: 18px;
 	}

 	.zhaopin-senser-one ul li:nth-child(2n) {
 		padding: 200px 30px 100px 30px;
 	}

 	.zhaopin-senser-one ul li {
 		padding: 60px 30px 100px 30px;
 	}

 	.zhaopin-senser-one ul li p {
 		font-size: 17px;
 	}

 	.zhaopin-senser {
 		padding-bottom: 90px;
 	}

 	.main-menu .navigation>li>a {
 		font-size: 15px;
 	}

 	.chixvtwo-xia {
 		padding: 66px 62px 50px 5%;
 		left: 0;
 		bottom: 31px;
 	}
 }

 @media all and (max-width:1500px) {
 	.main-menu .navigation>li>a {

 		font-size: 14px;
 		line-height: 30px;
 		padding: 12px 0px;
 		padding-left: 20px;
 	}

 	.chixvthreed {
 		top: 15%;
 	}

 	.jiagongone ul li p {
 		min-width: 112px;
 		height: 50px;
 		font-size: 12px;
 		font-size: 13px;
 		line-height: 50px;
 	}

 	.jiagongone ul li span img {

 		width: 26px;
 	}

 	.jiagongone ul li span {
 		height: 50px;
 		width: 42px;
 		line-height: 50px;
 		margin-left: -4px;
 	}

 	.yanfa-zongb {
 		width: 58%;
 		padding: 4%;
 	}

 	.chixvtwo-xia h2 {
 		margin: 12px 0 -9px;
 	}

 	.hezitwoc {
 		width: 75%;
 	}

 	.yanfa-zongb ul li {
 		padding: 9px 0;
 		font-size: 13px;
 	}

 	.yanfa-zongb ul li span {

 		width: 12px;
 		height: 12px;
 	}

 	.consultation-block-one .inner-box h3 {
 		font-size: 16px;
 		line-height: 24px;
 	}

 	.industries-section .tabs-content {
 		padding: 33px 30px 40px 30px;
 	}

 	.industries-section .tabs-content .list-item li {
 		font-size: 15px;
 	}

 	.consultation-block-one .inner-box {

 		padding: 30px 26px 21px 87px;
 	}

 	.hezione h1 {
 		font-size: 35px;
 	}

 	.cp-onec h1 {
 		font-size: 35px;
 	}

 	.ranticxiabba-ong {
 		padding: 23px;
 	}

 	.cp-twoxia-one {
 		padding: 32px 26px 23px;
 	}

 	.cp-onec p {
 		font-size: 14px;
 		margin-top: 12px;
 	}

 	.sec-title h2 {
 		font-size: 29px;
 	}

 	.cp-onec h3 {
 		font-size: 16px;
 	}

 	.cp-onec h2 {
 		font-size: 1.5rem;
 		margin: 20px 0;
 	}

 	.ranticxiaaa {
 		padding: 23px;
 	}

 	.zhaopin-senser-one ul li p {
 		font-size: 16px;
 	}

 	.kejiaa {
 		font-size: 38px;
 	}

 	.zhaopin-twobbxia ul li h1 {
 		font-size: 13px;
 		padding: 20px 12px;
 	}

 	.zhaopin-twobbxia ul li p {
 		font-size: 13px;
 		padding: 13px 12px;
 	}

 	.main-menu .navigation>li>a:before {

 		top: 14px;
 	}

 	.mianbao a {
 		font-size: 16px;
 		padding: 0px 19px;
 	}

 	.main-menu .navigation>li {

 		margin: 0px 7px;
 	}

 	.xiaa a {
 		font-size: 14px;
 	}

 	.xiab {
 		font-size: 36px;
 	}

 	.chixvtwo-xia {

 		padding: 30px 61px 31px 9%;
 		left: 0;
 		width: 47%;
 		bottom: 8%;
 	}

 	.chixvtwoa h1 {
 		font-size: 40px;
 		padding-left: 7%;
 		margin-top: 30px;
 	}

 	.chixvfiver-one h1 {
 		font-size: 40px;
 	}

 	.hezitwocxia-ul a {
 		padding: 22px 5px;
 		font-size: 15px;
 		margin-right: 11px;
 	}

 	.hezitwob ul li a {
 		font-size: 16px;
 	}

 	.zongxia-xosa p {
 		font-size: 13px;
 	}

 	.header-upper .award-box h5 {
 		font-size: 16px;
 		line-height: 24px;
 		margin-top: -22px;
 		max-width: 69%;
 	}

 	.about-fourxia-fixaing {
 		width: 55%;
 		padding: 36px 55px;
 	}

 	.xiaaswipera h1 {
 		font-size: 20px;

 	}
 }

 @media all and (max-width:1400px) {
 	.growth-block-one .inner-box h3 {

 		font-size: 19px;
 	}

 	.award-box h5 {
 		display: none !important;
 	}

 	.header-upper .award-box .award-image {

 		top: -28px !important;
 	}

 	.testimonial-block-one .inner-box {
 		padding: 30px 40px 42px 90px;
 	}

 	.industries-section .tab-btns .tab-btn {

 		padding: 18px 20px 15px 51px;
 	}

 	.testimonial-block-one .inner-box p {

 		font-size: 12px;
 		line-height: 21px;
 		margin: 10px 0;
 	}

 	.industries-section .tab-btns .tab-btn h3 {

 		font-size: 19px;

 		margin-bottom: 10px;
 	}

 	.industries-section .tabs-content .list-item li {
 		font-size: 13px;
 	}

 	.sec-title h2 {
 		font-size: 24px;
 	}

 	.industries-section .tabs-content h3 {
 		padding-bottom: 20px;
 		margin-bottom: 20px;
 		font-size: 23px;
 	}

 	.growth-block-one .inner-box p {

 		margin-bottom: 15px;
 	}

 	.about-section .content-box .list-item li {

 		font-size: 16px;
 		line-height: 28px;
 	}

 	.funfact-block-one .inner-box p {
 		font-size: 14px;
 	}

 	.service-block-one .inner-box p {
 		font-size: 14px;
 	}

 	.funfact-block-one .inner-box {

 		padding: 40px 30px 32px 140px;
 	}
 }

 @media all and (max-width:1200px) {
 	.mobile-menu {

 		z-index: 9999999999
 	}

 	.yanfa-zongb ul li {
 		padding: 7px 0;
 		font-size: 13px;

 	}

 	.xiaaswiper {
 		height: 300px;
 	}

 	.accordion .acc-content p {
 		font-size: 12px;
 	}

 	.sec-title {
 		margin-bottom: 2px;
 	}

 	.main-footer .post-widget .post h4 a {

 		font-size: 12px;
 	}

 	.testimonial-block-one .inner-box {
 		padding: 19px 20px 42px 69px;
 	}

 	.testimonial-block-one .inner-box p {

 		font-size: 11px;

 	}

 	.growth-block-one .inner-box {

 		padding: 29px 20px;
 	}

 	.testimonial-block-one .inner-box h3 {
 		display: block;
 		font-size: 16px;
 		line-height: 21px;
 		margin-bottom: 6px;
 		color: #75727b;
 	}

 	.about-fourxia-fixaing {
 		width: 76%;
 		padding: 40px 50px;
 	}

 	.cp-threec ul li h1 {
 		font-size: 24px;
 	}

 	.xosbswiper .swiper-pagination {
 		width: auto !important;
 		left: 59% !important;
 	}

 	.zongxia-xosa h1 {
 		font-size: 12px;
 	}

 	.zongxia-xosa p {
 		font-size: 15px;
 	}

 	.zongxia-xosa h2 {
 		margin: 2px 0;
 	}

 	.cp-threec ul li p {
 		font-size: 14px;
 		padding-top: 13px;
 		margin-top: 13px;
 	}

 	.hezitwocxia-ul a {
 		width: 22.9%;
 		font-size: 15px;
 		padding: 22px 5px;
 	}

 	.chixvtwo-xia h1 {
 		font-size: 18px;
 	}

 	.chixvtwo-xia h4 {
 		margin-top: 14px;
 	}

 	.chixvtwo-xia h4 img {
 		width: 50%;
 	}

 	.chixvtwo-xia strong {
 		font-size: 23px;
 	}

 	.chixvfiver-one p {
 		font-size: 14px;
 	}

 	.chixvfiver-one h1 {
 		font-size: 35px;
 	}

 	.chixvthreed-xia p {
 		padding-left: 15px;
 		font-size: 14px;
 	}

 	.chixvoneulca-xia h1 {
 		font-size: 24px;
 		margin-bottom: 14px;
 	}

 	.chixvoneulca-xia p {
 		font-size: 14px;
 		line-height: 1.3;
 		padding-left: 23px;
 	}

 	.chixvoneula h1 {
 		font-size: 35px;
 	}

 	.chixvoneula h3 {
 		margin-top: 10px;
 		font-size: 20px;
 	}

    .chixvoneula h2 {
        font-size: 14px;
        margin-top: 9px;
    }
 	.chixvthreeb-xia p {
 		font-size: 16px;
 		margin-top: 42px;
 		max-width: 98%;
 		padding-left: 10px;
 	}

 	.chixvtwo-xia h2 {
 		font-size: 16px;
 		margin: 18px 0 3px;
 		line-height: 1.818;
 	}

 	.chixvthreebaa span {
 		font-size: 48px;
 	}

 	.chixvthreebaa {
 		padding: 17px;
 	}

 	.chixvthreebaa p {
 		font-size: 22px;
 		margin: 19px 0 24px;
 	}

 	.chixvtwoa h1 {
 		padding-left: 0;
 		margin-top: 30px;
 	}

 	.chixvthreec p {
 		font-size: 23px;
 	}

 	.chixvtwo-xia {
 		padding: 28px 40px 28px 2%;
 		left: 0;
 		width: 49%;
 		bottom: -5%;
 	}

 	.cp-threeb p {
 		font-size: 15px;
 	}

 	.main-footer .widget-title h3 {
 		font-size: 19px;
 		line-height: 26px;
 	}

 	.sec-title h2 {
 		font-size: 23px;
 	}

 	.about-section .content-box .sec-title {
 		margin: 20px 0;
 	}

 	.testimonial-block-one .inner-box h4 {
 		font-size: 18px;
 	}

 	.testimonial-section .content-box .inner-box .single-item h5 {

 		font-size: 15px;
 		line-height: 30px;
 	}

 	.industries-section .tab-btns .tab-btn h3 {
 		font-size: 17px;
 		margin-bottom: 10px;
 	}

 	.industries-section .tabs-content .list-item li {
 		font-size: 11px;
 		line-height: 22px;
 	}

 	.industries-section .content-box .sec-title {
 		padding-left: 59px;
 		margin-bottom: 25px;
 	}

 	.industries-section .content-box {
 		padding: 52px 38px 47px 0px;
 	}

 	.about-section .content-box .text-box {
 		margin-bottom: 32px;
 		font-size: 14px;
 	}

 	.about-section .content-box .list-item li {
 		font-size: 14px;
 		line-height: 28px;
 	}

 	.jiagongone ul li span {
 		height: 55px;
 		width: 40px;
 		line-height: 55px;
 	}

 	.jiagongone ul li p {
 		min-width: 75px;
 		height: 55px;
 		padding: 0 5px;
 		font-size: 12px;
 		line-height: 55px;
 	}

 	.rantica p {
 		font-size: 21px;
 	}

 	.ranticb {
 		padding: 10px;
 		margin-top: 14px;
 	}

 	.theme-btn {
 		padding: 10px 22px;
 	}

 	.xiab {
 		font-size: 31px;
 	}

 	.mianbao a {
 		font-size: 12px;
 		padding: 0px 10px;
 	}

 	.mianbao a.on::after {

 		bottom: -14px;
 	}

 	.mianbao {
 		background: #fff;
 		padding: 12px 0;
 		box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
 	}

 	.ranticxiaaap {
 		padding-bottom: 16px;
 		margin-bottom: 16px;
 		font-size: 19px;
 	}

 	.ranticxiabba-ong p {
 		font-size: 15px;
 		margin-bottom: 10px;
 	}

 	.ranticb {
 		padding: 18px;
 		margin-top: 25px;
 	}

 	.rantic {
 		width: 47%;
 		padding: 23px;
 	}

 	.main-footer .links-widget .links-list li {

 		margin-bottom: 3px;
 	}

 	.main-footer .footer-top {
 		padding: 30px 0px 30px 0px;
 	}

 	.main-footer .post-widget .post .category {
 		margin-bottom: 0;
 	}

 	.kejiaa {
 		font-size: 35px;
 	}

 	.oneboneswipera h1 {
 		font-size: 17px;
 	}

 	.oneboneswipera h2 {
 		font-size: 20px;
 		margin-top: 20px;
 	}

 	.zhaopin-onec p {
 		font-size: 14px;
 		margin-bottom: 12px;
 	}

 	.zhaopin-oneb .swiper-button-prev {
 		top: 133%;
 		left: 203px;

 	}

 	.zhaopin-oneb .swiper-button-next {
 		top: 133%;
 		left: 242px;

 	}

 	.newsxqca {
 		padding: 37px 12px;
 	}

 	.zhaopin-onec {
 		width: 45%;
 	}

 	.twoa-a-a p img {
 		margin-right: 0;
 	}

 	.twoa-a-a p {
 		font-size: 14px;
 	}

 	.zhaopin-fixa {
 		padding: 40px;
 	}

 	.twoa-zng ul li {
 		width: 25%;
 		margin: 10px 0;
 	}

 	.twoa-zng ul li {
 		font-size: 15px;
 	}

 	.zhaopin-fixa-twob p {
 		font-size: 14px;
 	}

 	.zhaopin-fixa-twob {
 		width: 30%;
 		padding: 48px 21px;
 	}

 	.zhaopin-senser-one ul li h1 {

 		margin: 37px 0 20px;
 	}

 	.haopin-entonea-two li h1 {
 		font-size: 20px;
 	}

 	.zhaopin-entonea-one img {
 		position: absolute;
 		right: 14px;
 	}
 }

 @media all and (max-width:1000px) {
 	.header-top .info-list li a {
 		font-size: 12px;
 	}

 	.lxma-two {
 		flex-wrap: wrap;
 		padding: 0 10px;
 	}

 	.lxma-twoa {
 		width: 100%;
 	}

 	.yanfa-zong-guoone {
 		width: 70%;
 		padding: 5px 20px;
 		text-align: left;
 		font-size: 12px;
 		color: #333;
 		border-right: 1px solid #e7e5e5;
 	}

 	.yanfa-zong-guotwo {
 		width: 33%;
 		font-size: 12px;
 		padding: 5px;
 		color: #333;
 		text-align: center;
 	}

 	.auto-container {
 		max-width: 100%;
 	}

 	.yanfa-zong {
 		flex-wrap: wrap;
 		margin: 0 0%;
 	}

 	.yanfa-zonga {
 		width: 100%;

 	}

 	.yanfa-zongb ul li span {
 		width: 10px;
 		margin-right: 8px;
 		height: 10px;
 	}

 	.yanfa-zongb ul li {
 		padding: 5px 0;
 		font-size: 12px;
 	}

 	.yanfa-zongb {
 		width: 100%;

 	}

 	.videofixed .video-box {
 		width: 92%;
 		height: 43%;
 		top: 50%;
 		left: 50%;
 		transform: translate(-50%, -50%);
 	}

 	.videoclose {

 		top: 117px;
 		right: 3%;
 		width: 50px;
 	}

 	.about-fourxia-fixaing p {
 		font-size: 12px;
 	}

 	.fixaingclose {
 		position: fixed;
 		top: -54px;
 		right: 5%;
 		width: 39px;
 		height: 39px;
 	}

 	.about-fourxia-fixaing h1 {
 		font-size: 19px;
 		margin: 21px 0;
 	}

 	.about-fourxia-fixaing>img {
 		width: 43px;
 	}

 	.about-fourxia-xiaul img {
 		border-radius: 10px;
 	}

 	.about-fourxia-fixaing {
 		width: 85%;
 		padding: 18px 25px;
 	}

 	.header-upper .outer-container {
 		padding: 9px 0px;
 	}

 	.sec-title {
 		margin-bottom: 20px;
 	}

 	.service-block-one .inner-box {

 		padding: 16px 25px 30px 25px;
 	}

 	.about-three-zongxia {
 		padding: 15px;
 	}

 	.growth-section .growth-inner .content-box .sec-title {
 		margin-bottom: 15px;
 	}

 	.industries-section .content-box .sec-title {
 		padding-left: 35px;
 		margin-bottom: 25px;
 	}

 	.zhaopin-onetwo {
 		display: none;
 	}

 	.zhaopin-three {
 		width: 50%;
 		bottom: 0;
 		left: 0;
 		position: relative;
 		z-index: 9999;
 		width: 100%;
 		height: 176px;
 		border-radius: 30px 30px 0px 30px;
 	}

 	.zhaopin-oneb .swiper-button-prev {
 		top: 46%;
 		left: 272px;
 		filter: none;
 	}

 	.xiaaswipera p span {
 		max-width: 100%;
 		font-size: 12px;
 		line-height: 1.4;
 	}

 	.xiaaswipera h1 {
 		font-size: 17px;
 	}

 	.xiaaswipera p {
 		margin-bottom: 0;
 	}

 	.zhaopin-oneb .swiper-button-next {

 		left: 305px;
 	}

 	.about-two-xia {
 		flex-wrap: wrap;
 	}

 	.about-two-xia {
 		margin-top: 30px;
 	}

 	.about-three-xia {
 		margin-top: 30px;
 	}

 	.about-three-xiaul ul {
 		flex-wrap: wrap;
 	}

 	.xiaula-cai p {
 		font-size: 16px;
 	}

 	.xiaula-cai h1 {
 		font-size: 15px;
 	}

 	.xiaula img {
 		margin-right: 7px;
 	}

 	.about-three-xiaul ul li.on .xiaula-cai h1 {
 		font-size: 17px;
 	}

 	.about-three-xiaul ul li {
 		width: 100%;
 		padding: 10px;
 		margin-bottom: 10px;
 	}

 	.xiaaswiper {
 		height: 400px;
 	}

 	.about-three {
 		padding: 30px 0;
 	}

 	.xiaaswipera h1 span {
 		margin-right: 4px;
 	}

 	.xiaaswipera h1 {
 		margin-bottom: 0px;
 	}

 	.xiaaswipera {
 		margin-left: 20px;
 		padding: 5px 0;
 	}

 	.about-two-xiaa {
 		width: 100%;
 	}

 	.about-two-xiab {
 		width: 100%;
 		margin-top: 30px;
 	}

 	.about-two {
 		padding: 30px 0;
 	}

 	.zhaopin-onec p {
 		font-size: 14px;
 		margin-bottom: 9px;
 	}

 	.about-three-zongxia-xos {
 		flex-wrap: wrap;
 	}

 	.about-three-zongxia iframe {

 		bottom: 0;
 		height: 52%;
 		width: 100%;
 	}

 	.jituanoneulaq {

 		padding: 13px 26px;
 	}

 	.news-one {
 		padding: 30px 0;
 	}

 	.jituanoneulaq h1 {
 		font-size: 18px;
 		margin: 9px 0 7px;
 	}

 	.about-fourxia-ul ul li p {
 		font-size: 15px;
 		margin-top: 10px;
 	}

 	.about-fourxia-ul ul li img {
 		width: 35px;
 	}

 	.jituanoneulaq h3 {
 		font-size: 14px;
 	}

 	.newsxqh1 h1 {
 		font-size: 21px;
 	}

 	.newsxqb {
 		width: 100%;
 		border-radius: 30px;
 		padding: 20px 20px;
 	}

 	.newsxqc {
 		display: none;
 	}

 	.newsxqh1 p {
 		font-size: 16px;
 	}

 	.newsxqa {
 		flex-wrap: wrap;
 		margin-top: 0px;
 	}

 	.newsxqh1 {
 		margin-bottom: 20px;
 	}

 	.cp-onea {
 		flex-wrap: wrap;
 	}

 	.cp-oneb {
 		width: 100%;
 	}

 	.cp-one {
 		padding: 30px 0;
 	}

 	.cp-onec h1 {
 		font-size: 25px;
 	}

 	.cp-onec p {
 		font-size: 14px;

 		margin-top: 14px;
 	}

 	.cp-onec h3 {
 		font-size: 15px;
 	}

 	.cp-onec h2 {
 		margin: 24px 0;
 		font-size: 19px;
 	}

 	.cp-onec {
 		margin-top: 30px;
 		width: 100%;
 	}

 	.newsxq {
 		background: url(../images/e1ban.png);
 		background-size: inherit;
 		background-position: top;
 		background-repeat: no-repeat;
 		padding: 30px 0;
 	}

 	.news-one .news-block-one {
 		margin-bottom: 0px;
 	}

 	.pages li a {
 		margin: 0 1px;
 		font-size: 12px;
 		padding: 1px 13px;
 	}

 	.about-fourxia {
 		margin-top: 30px;
 	}

 	.news-block-one .jituanoneulaq .inner-box {
 		padding: 0;
 		position: relative;
 		bottom: -23px;
 		border: 1px solid transparent;
 	}

 	.about-four {
 		padding: 30px 0;
 	}

 	.xosbswiper .swiper-pagination {
 		left: 45% !important;
 	}

 	.zongxia-xosa p img {
 		margin-right: 5px;
 	}

 	.zongxia-xosb {
 		width: 100%;
 	}

 	.zongxia-xosa p {
 		font-size: 14px;
 	}

 	.zongxia-xosa h2 {
 		margin: 3px 0;
 	}

 	.zongxia-xosa {
 		width: 100%;
 	}

 	.zhaopin-onec {
 		margin-top: 30px;
 	}

 	.zhaopin-oneb .swiper-button-next {
 		top: 46%;

 		filter: none;
 	}

 	.thumb-box {
 		display: none;
 	}

 	.mobile-menu .contact-info {
 		padding: 64px 30px 20px 30px;
 	}

 	.mobile-menu .nav-logo {

 		padding-bottom: 50px;
 	}

 	.sidebar-info-contents .content-inner .content-box p {
 		position: relative;
 		font-size: 14px;
 		margin-bottom: 10px;
 	}

 	.sidebar-info-contents .content-inner .social-box {

 		margin-top: 3px;
 		margin-bottom: 30px;
 	}

 	.sidebar-info-contents .content-inner .contact-info ul li {

 		font-size: 14px;
 		margin-bottom: 0;
 	}

 	.testimonial-block-one .inner-box .icon-box {
 		display: none;
 	}

 	.sidebar-textwidget {
 		padding: 16px 40px 50px 40px;
 	}

 	.main-footer .widget-section {
 		padding-bottom: 0 !important;
 	}

 	.sidebar-info-contents .content-inner .contact-info {
 		position: relative;
 		margin-top: 28px;
 	}

 	.xs-sidebar-group .widget-heading {
 		position: absolute;
 		top: 24px;
 		right: 18px;
 		z-index: 1;
 	}

 	.sidebar-info-contents .content-inner .logo {
 		padding: 0px 0px 16px;
 	}

 	.testimonial-block-one .inner-box p {
 		font-size: 14px;
 		line-height: 25px;

 	}

 	.main-footer .widget-title {

 		padding-bottom: 10px;
 		margin-bottom: 15px;
 	}

 	.footer-widget.links-widget {
 		display: none;

 	}

 	.accordion .acc-btn .icon-box {

 		top: 7px;

 	}

 	.accordion .acc-btn h4 {
 		font-size: 18px;
 	}

 	.accordion .acc-btn {
 		padding: 13px 70px 13px 20px;
 	}

 	.accordion .acc-content {
 		padding: 20px;
 		font-size: 15px;
 	}

 	.accordion {
 		margin-bottom: 10px;
 	}

 	.testimonial-block-one .inner-box h3 {
 		display: block;
 		font-size: 19px;
 		line-height: 27px;
 		margin-bottom: 0;
 		color: #75727b;
 	}

 	.testimonial-block-one .inner-box {

 		padding: 20px;

 		height: 415px;
 	}

 	.industries-section .tabs-content h3 {

 		padding-bottom: 10px;
 		margin-bottom: 15px;
 	}

 	.testimonial-section .content-box .inner-box {

 		margin-bottom: 20px;
 	}

 	.testimonial-section .content-box .inner-box .single-item h5 {

 		font-size: 15px;
 	}

 	.news-block-one .inner-box h3 {

 		font-size: 18px;
 		line-height: 34px;
 		margin-bottom: 9px;
 	}

 	.news-block-one .inner-box .post-info li {

 		font-size: 16px;
 	}

 	.news-block-one .inner-box {

 		padding: 25px 20px 25px 20px;
 	}

 	.industries-section .tabs-content .list-item li {
 		font-size: 15px;
 	}

 	.industries-section .tabs-content {
 		padding: 20px;
 	}

 	.industries-section .tab-btns .tab-btn {

 		padding: 13px 20px 7px 100px;
 	}

 	.industries-section .tab-btns .tab-btn h3 {
 		display: inline-block;
 		font-size: 19px;
 		margin-right: 12px;
 		line-height: 28px;
 		margin-bottom: 10px;
 	}

 	.clients-section .more-text {

 		padding-top: 0px;
 	}

 	.clients-section .more-text h5 {

 		font-size: 17px;
 		line-height: 28px;
 	}

 	.growth-section .growth-content {
 		margin-left: 0px;
 		margin-top: 10px;
 	}

 	.growth-block-one .inner-box h3 {

 		font-size: 20px;
 		line-height: 29px;
 	}

 	.growth-block-one .inner-box p {

 		margin-bottom: 20px;
 	}

 	.growth-block-one .inner-box {
 		margin-bottom: 10px;
 		padding: 25px 25px;
 	}

 	.growth-section .growth-inner .content-box .text-box p {

 		margin-bottom: 13px;
 	}

 	.growth-section .growth-inner .content-box {
 		padding: 25px 25px;
 	}

 	.service-block-one .inner-box .link a {
 		font-size: 17px;
 		margin-bottom: 9px;
 	}

 	.service-block-one .inner-box .icon-box {
 		margin-bottom: 8px;
 	}

 	.service-block-one .inner-box h3 {

 		font-size: 20px;
 		line-height: 34px;
 		margin-bottom: 7px;
 	}

 	.consultation-block-one .inner-box h3 {
 		font-size: 20px;
 		line-height: 34px;
 	}

 	.video-section .video-inner {
 		padding: 127px 0px 90px 0px;
 		margin-top: 50px;
 		border-radius: 30px;
 	}

 	.about-section .content-box .list-item li {

 		font-size: 15px;
 		line-height: 28px;
 		padding-left: 51px;
 		margin-bottom: 1px;
 	}

 	.theme-btn {
 		font-size: 14px;
 		padding: 9px 20px;
 	}

 	.about-section .content-box .text-box {

 		margin-bottom: 22px;
 		font-size: 14px;
 	}

 	.about-section .content-box .sec-title {
 		margin: 26px 0;
 	}

 	.main-header {
 		z-index: 999999 !important;
 	}

 	.main-header.fixed-header .header-lower {
 		position: fixed;
 		width: 100%;
 		top: 0;
 		-moz-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
 		-webkit-box-shadow: 2px 0px 20px rgba(0, 0, 0, 0.2);
 		box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
 		animation: headerFix 1s ease 1;
 		border-bottom: 1px solid rgb(208, 214, 230, 0.502);
 	}

 	.xiaa a {
 		font-size: 12px;
 		margin: 0 0px;
 	}

 	.xiab {
 		font-size: 24px;
 	}

 	.xiaa img {
 		width: 20px;
 	}

 	.rantia {
 		margin-bottom: 10px;
 	}

 	.mianbao a:first-child {
 		padding: 0px 7px 0px 0;
 	}

 	.kejiaa {
 		font-size: 24px;
 	}

 	.zhaopin-onea {
 		flex-wrap: wrap;
 	}

 	.chixvoneul ul li {
 		flex-wrap: wrap;
 	}

 	.chixvoneulb {
 		width: 100%;
 		margin-top: 20px;
 	}

 	.chixvoneula h1 {
 		font-size: 26px;
 	}

 	.chixvoneula {
 		width: 100%;
 	}

 	.chixvoneula h3 {
 		font-size: 20px;
 	}

 	.chixvoneula h2 {
 		font-size: 14px;
 		margin-top: 15px;
 	}

 	.chixvtwob {
 		width: 100%;
 	}

 	.chixvoneulc {
 		width: 100%;
 	}

 	.chixvoneulb.chixvoneuld img {
 		border-radius: 30px 30px 30px 0;
 		width: 100%;
 		height: auto;
 		object-fit: cover;
 	}

 	.chixvoneulca-xia p {
 		font-size: 14px;
 		padding-left: 20px;
 	}

 	.chixvoneulca-xia h1 {
 		font-size: 20px;
 		margin-bottom: 16px;
 	}

 	.chixvoneulca>img {
 		position: relative;
 		top: -15px;
 		width: 47px;
 	}

 	.chixvoneulca-xia {
 		margin-left: 10px;
 		max-width: 95%;
 	}

 	.chixvoneul ul li {
 		margin-bottom: 30px;
 	}

 	.chixvtwo-xia {
 		position: relative;
 		padding: 20px;
 		border-radius: 0 30px 30px 60px;
 		left: 0;
 		width: 100%;
 		bottom: 0;
 	}

 	.chixvtwo-xia h1 {
 		font-size: 17px;
 	}

 	.chixvtwo-xia h2 {
 		font-size: 16px;
 		margin: 14px 0 -19px;
 	}

 	.chixvthreebaa p {
 		font-size: 20px;
 		margin: 7px 0 10px;
 	}

 	.chixvthreeb-xia p {
 		font-size: 15px;
 		margin-top: 5px;
 		max-width: 100%;
 	}

 	.chixvthreec p {
 		font-size: 26px;
 	}

 	.chixvthreed-xia p {
 		font-size: 15px;
 		padding-left: 25px;
 	}

 	.chixvthreec {
 		margin-top: -77px;
 	}

 	.chixvthreebaa span {
 		font-size: 22px;
 	}

 	.chixvthreebaa img {
 		width: 30px;
 	}

 	.chixvthreebaa {
 		padding: 13px;
 	}

 	.chixvthreec {
 		width: 100%;
 	}

 	.chixvthreed {
 		width: 100%;
 		position: relative;
 		right: 0;
 		top: 0;
 		z-index: 9;
 	}

 	.chixvthreeb {
 		width: 100%;
 		position: relative;
 		left: 0;
 		top: 0;
 		z-index: 9;
 	}

 	.chixvthreea {
 		flex-wrap: wrap;
 	}

 	.chixvtwo-xia strong {
 		font-size: 22px;
 	}

 	.chixvtwoa h1 {
 		font-size: 26px;
 		color: rgb(0, 0, 0);
 		font-weight: bold;
 		margin-top: 0;
 		margin-bottom: 30px;
 		padding-left: 0;
 	}

 	.chixvtwoa {
 		width: 100%;
 	}

 	.chixvtwo {
 		display: flex;
 		flex-wrap: wrap;
 		position: relative;
 		padding: 0px 20px;
 		padding-bottom: 30px;
 	}

 	.chixvone {
 		padding: 30px 0 10px;
 	}

 	.zhaopin-oneb {
 		width: 100%;

 	}

 	.zhaopin-onec {
 		width: 100%;
 	}

 	.mianbao a {
 		font-size: 12px;
 		padding: 0px 7px;
 	}

 	.zhaopin-one {
 		padding: 30px 0;
 	}

 	.zhaopin-twoa .newsxqc {
 		display: block;
 		width: 100%;
 		margin-bottom: 10px;
 	}

 	.newsxqca {
 		padding: 20px 15px;
 	}

 	.twoa-a {
 		margin-top: 20px;
 	}

 	.twoa-a-a {
 		margin-bottom: 12px;
 	}

 	.zhaopin-twobbxia ul li h1 {
 		font-size: 12px;
 		padding: 9px 10px;
 	}

 	.zhaopin-twobbxia ul li h1:nth-child(1) {
 		width: 30%;
 	}

 	.zhaopin-fixa-oneb::after {
 		height: 235px;
 	}

 	.twoa-zng {
 		padding-left: 1px;
 		width: 100%;
 	}

 	.zhaopin-fixa-twoa>img {
 		width: 100%;
 	}

 	.twoa-zng ul li {
 		width: 33%;
 		margin: 6px 0;
 		font-size: 14px;
 	}

 	.twoa-zng ul li img {
 		margin-right: 4px;
 	}

 	.zhaopin-fixa-twoa {
 		width: 100%;
 		flex-wrap: wrap;
 		border-radius: 20px;
 		padding: 15px;
 	}

 	.zhaopin-fixa-two {
 		flex-wrap: wrap;
 	}

 	.zhaopin-fixa-oneb h2 {
 		font-size: 14px;
 	}

 	.zhaopin-fixa-onebzz {
 		padding: 15px;
 		border-radius: 20px;
 		width: 100%;
 	}

 	.zhaopin-fixa-oneb {
 		margin-top: 28px;
 	}

 	.zhaopin-twobbxia ul li p:nth-child(1) {
 		width: 30%;
 	}

 	.zhaopin-senser-one ul li p {
 		font-size: 15px;
 	}

 	.zhaopin-entone {
 		flex-wrap: wrap;
 	}

 	.zhaopin-entonea {
 		width: 100%;
 	}

 	.zhaopin-entonec {
 		width: 100%;
 	}

 	.zhaopin-entonea-one img {
 		display: none;
 	}

 	.haopin-entonea-two {
 		padding: 2px 17px;
 	}

 	.haopin-entonea-two li h1 {
 		font-size: 15px;
 	}

 	.zhaopin-entonec p {
 		font-size: 14px;
 		line-height: 2.667;
 		margin-top: 10px;
 	}

 	.footer-nav li {
 		margin-right: 0;
 	}

 	.zhaopin-tan {
 		padding: 30px 0;
 	}

 	.haopin-entonea-two li p span {
 		font-size: 13px;
 	}

 	.zhaopin-entonea-one h2 {
 		font-size: 16px;
 		padding-left: 0;
 		margin-top: 12px;
 	}

 	.zhaopin-entonea-one h1 {
 		font-size: 19px;
 	}

 	.zhaopin-entonea-one {
 		padding: 20px 13px;
 	}

 	.zhaopin-ent {
 		padding: 30px 0;
 	}

 	.zhaopin-senser {
 		padding-bottom: 30px;
 	}

 	.senser-onezzz span {
 		font-size: 22px;
 	}

 	.zhaopin-senser-one ul li h1 {
 		font-size: 19px;
 		margin: 20px 0 16px;
 	}

 	.zhaopin-senser-one ul li {
 		width: 50%;
 		padding: 20px 10px 20px 10px;
 		position: relative;
 	}

 	.senser-onezzz img {
 		width: 45px;
 	}

 	.zhaopin-senser-one ul li:nth-child(2n) {
 		padding: 20px 10px 20px 10px;
 	}

 	.zhaopin-senser-one ul {
 		flex-wrap: wrap;

 	}

 	.zhaopin-fixa-twob p {
 		font-size: 14px;
 	}

 	.zhaopin-fixa-twob h1 {

 		margin-bottom: 10px;
 	}


 	.zhaopin-fixa-twob {
 		margin-left: 0;
 		width: 100%;
 		padding: 20px 15px;
 		margin-top: 10px;
 		border-radius: 20px;
 	}

 	.zhaopin-fixa-one {
 		flex-wrap: wrap;
 	}

 	.zhaopin-fixa {
 		padding: 10px;
 		border-radius: 20px;
 	}

 	.zhaopin-fix {
 		padding: 30px 0;
 	}

 	.zhaopin-twobbxia ul li p:nth-child(2) {
 		width: 30%;
 	}

 	.zhaopin-twobbxia ul li h1:nth-child(2) {
 		width: 30%;
 	}

 	.zhaopin-twobbxia ul li p {
 		font-size: 12px;
 		padding: 9px 10px;
 	}

 	.newsxqcb h1 {
 		margin-top: 20px;
 		font-size: 20px;
 	}

 	.newsxqcaa button {
 		right: 37px;
 		top: 33px;
 	}

 	.zhaopin-twobb {
 		width: 100%;
 	}

 	.zhaopin-twoa {
 		display: flex;
 		flex-wrap: wrap;
 		margin-top: 30px;
 	}

 	.zhaopin-two {
 		padding: 30px 0;
 	}

 	.mianbao a.on::after {
 		width: 100%;
 		right: 0px;
 		bottom: -4px;
 		height: 2px;
 	}

 	.mianbao {
 		padding: 5px 0;
 	}

 	.nbanner>img {
 		width: 100%;
 		height: 200px;
 		object-fit: cover;
 	}

 	.banner-carousel .content-box h2 {
 		font-size: 32px !important;
 		line-height: 44px !important;
 	}

 	.about-section .image-box .experience-box h2 {
 		font-size: 130px;
 	}

 	.sec-title .sub-title:before {
 		width: 15px;
 		height: 15px;
 	}

 	.sec-title .sub-title {
 		font-size: 13px;
 	}

 	.chixvfiver {
 		padding: 30px 0;
 	}

 	.chixvfiver-one h1 {
 		font-size: 24px;
 	}

 	.chixvfiver-one p {
 		font-size: 15px;
 		margin: 20px auto 20px;
 		max-width: 100%;
 	}

 	.ranti {
 		padding: 30px 0;
 	}

 	.rantia {
 		flex-wrap: wrap;
 	}

 	.rantica p {
 		font-size: 18px;
 	}

 	.ranticb {
 		padding: 10px;
 		margin-top: 10px;
 	}

 	.jiagongone ul {
 		display: flex;
 		overflow-x: scroll;
 		overflow-y: hidden;
 		white-space: nowrap;

 	}

 	.jiagongone ul li {
 		margin-bottom: 10px;
 	}

 	.jiagongone ul li span img {
 		width: 23px;
 	}

 	.lx-one {
 		padding: 30px 0;
 	}

 	.lxma p {
 		font-size: 20px;
 		margin-left: 25px;
 		margin-top: 10px;
 		padding-bottom: 7px;
 	}

 	.lx-twoa-xoa li:nth-child(2n) {
 		padding-right: 0px;
 		padding-left: 0;
 		margin-bottom: 0;
 		border-left: 1px solid transparent;
 	}

 	.lx-two ul li {
 		margin-top: 25px;
 		margin-bottom: 10px;
 	}

 	.chixvthree {
 		padding-bottom: 30px;
 	}

 	.zhaopin-fixa-twoa>img {
 		display: none;
 	}

 	.chixvthreeba {

 		justify-content: center;
 	}

 	.chixvthreed .chixvthreeba .chixvthreebaa:first-child {
 		opacity: 0;
 		display: none;
 	}

 	.lx-twoa-xoa li {
 		padding-right: 0;
 	}

 	.lx-twoa-xoa li {
 		width: 100%;
 	}

 	.lx-twoa-xoa ol {
 		flex-wrap: wrap;
 		padding-left: 0;
 	}

 	.lx-twoa-xoa {
 		padding: 10px;
 	}

 	.ranticxiabba-ong p {
 		font-size: 14px;
 		margin-bottom: 6px;
 	}

 	.ranticxiabba-ong {
 		width: 100%;
 		padding: 15px;
 		margin-bottom: 10px;
 		margin-top: 0 !important;
 	}

 	.ranticxiabb {
 		flex-wrap: wrap;
 		margin-top: 10px;
 		width: 100%;
 	}

 	.ranticxiaaap {
 		font-size: 20px;
 		padding-bottom: 20px;
 		margin-bottom: 20px;
 	}

 	.ranticxiaaa {
 		width: 100%;
 		padding: 15px;
 	}

 	.ranticxia {
 		flex-wrap: wrap;

 	}

 	.lxma-twoa p {
 		font-size: 14px;
 	}

 	.lx-threeb p {
 		font-size: 14px;
 		line-height: 1.563;
 		margin-top: -11px;
 	}

 	.lx-threec ul li h1 {
 		font-size: 15px;
 		margin-bottom: 8px;
 	}

 	.lx-threea {
 		flex-wrap: wrap;
 	}

 	.lx-threec {
 		width: 100%;
 	}

 	.lx-threeb {
 		width: 100%;
 		margin-bottom: 20px;
 	}

 	.lxma-twoa h1 {
 		font-size: 15px;
 		line-height: 2;
 	}

 	.lx-three {
 		padding: 30px 0;
 	}

 	.twoashu {
 		padding: 13px 17px;
 	}

 	.twoashu p {
 		font-size: 13px;
 		margin-top: 5px;
 	}

 	.lx-one-onea:last-child {
 		margin: 17px;
 		border-left: 1px solid #e7e3ee;
 	}

 	.lxma-twoa {
 		padding-left: 12px;
 	}

 	.lxma {
 		flex-wrap: wrap;

 		width: 100%;
 	}

 	.lx-one-onea {
 		width: 100%;
 	}

 	.lx-one-one {
 		flex-wrap: wrap;
 	}

 	.jiagongtwo h1 {
 		font-size: 19px;
 	}

 	.jiagong {
 		padding: 12px;
 		border-radius: 10px;
 	}

 	.jiagongtwo {
 		padding: 18px;
 	}

 	.jiagongone ul li p {
 		min-width: 143px;
 		height: 49px;
 		font-size: 15px;
 		line-height: 49px;
 		padding: 0 18px;
 	}

 	.jiagongone ul li span {
 		height: 49px;
 		width: 51px;
 		line-height: 49px;
 		margin-left: -4px;
 	}

 	.ranticb ul li {
 		padding: 8px 0;
 		font-size: 14px;
 	}

 	.rantic {
 		width: 100%;
 		padding: 23px;
 		margin-top: 10px;
 	}

 	.rantib {
 		width: 100%;
 	}
 }