@import url('css21.css');

html {
	width: 100%;
	scroll-behavior: smooth;
	overflow-x: hidden
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none
}

body {
	background: #fff;
	overflow-x: hidden;
	box-sizing: border-box;
	color: #202020;
	font-family: 'Nunito',sans-serif
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-family: 'Nunito Sans',sans-serif;
	color: #00265E
}

p {
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	color: #202020;
	margin: 0;
	padding: 0;
	font-family: 'Nunito',sans-serif
}

a:focus,a:hover {
	color: #FF5E15
}

a {
	color: #002258;
	text-decoration: none;
	font-weight: 600;
	opacity: .9;
	transition: all .4s ease
}

.img {
	max-width: 100%;
	transition: all .3s ease-out 0s
}

::selection {
	background: #F60;
	color: #fff;
	text-shadow: none
}

button:focus,input:focus,input:focus,textarea,textarea:focus {
	outline: 0
}

.uppercase {
	text-transform: uppercase
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color: inherit
}

h1 {
	font-size: 65px;
	font-weight: 700;
	line-height: 75px
}

h2 {
	font-size: 52px;
	font-weight: 800;
	color: #262449;
	line-height: 47px
}

h3 {
	font-size: 37px;
	font-weight: 700;
	line-height: 47px
}

h4 {
	font-size: 22px;
	font-weight: 700;
	line-height: 32px
}

h5 {
	font-size: 17px;
	font-weight: 600;
	line-height: 27px
}

h6 {
	font-size: 16px;
	line-height: 26px
}

ul {
	margin: 0;
	padding: 0
}

li {
	list-style: none
}

.b-primary {
	font-family: 'Nunito Sans',sans-serif;
	background-color: #FF5E15;
	padding: 20px 26px;
	display: inline-block;
	border-radius: 4px;
	color: #fff;
	line-height: 17px;
	font-size: 16px;
	font-weight: 600;
	transition: all .9s ease;
	box-shadow: 3px 5px 15px 0 rgb(7,7,7,.20)
}

.b-primary:hover {
	background-color: #002258;
	color: #fff
}

.b-primary i {
	transform: translateX(0px);
	padding-left: 10px;
	color: #fff;
	transition: all .3s ease
}

.b-primary:hover i {
	transform: translateX(10px);
	color: #FF5E15
}

.btn-them-1 {
	transition: all .4s ease
}

.btn-them-1:hover {
	background: 0;
	color: #FF5E15
}

.btn-view {
	display: block;
	text-align: center;
	color: #FF5E15;
	font-size: 16px;
	font-weight: 600;
	transition: all .4s ease
}

.btn-view i {
	padding-left: 10px;
	opacity: 0;
	visibility: hidden;
	transform: translateX(0px);
	transition: all .7s ease
}

.btn-view:hover i {
	opacity: 1;
	visibility: visible;
	transform: translateX(10px);
	color: #FF5E15
}

.sub-heading {
	color: #ff905d;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-left: 60px;
	font-family: 'Nunito',sans-serif;
	display: inline-block
}

.bar {
	position: relative
}

.bar:before {
	position: absolute;
	content: "";
	top: 8px;
	left: 0;
	width: 30px;
	height: 2px;
	background-color: #F60
}

.bar:after {
	position: absolute;
	content: "";
	top: 13px;
	left: 15px;
	width: 30px;
	height: 2px;
	background-color: #F60
}

.pos-relative {
	position: relative
}

.fix {
	overflow: hidden
}

.bg-color-theme {
	background-color: #00265E!important
}

#play-btn img {
	width: 60px;
	height: auto;
	margin-left: 25px
}

.text-color-blue {
	color: #00265E
}

.section-padding {
	padding: 120px 0
}

.top-spacing {
	padding-top: 120px
}

.pr-10 {
	padding-right: 10px
}

.pt-10 {
	padding-top: 10px
}

.pb-10 {
	padding-bottom: 10px
}

.pr-20 {
	padding-right: 20px
}

.pb-20 {
	padding-bottom: 20px
}

.pt-20 {
	padding-top: 20px
}

.p-20 {
	padding: 20px
}

.pb-22 {
	padding-bottom: 22px
}

.pb-30 {
	padding-bottom: 30px
}

.pt-30 {
	padding-top: 30px
}

.pl-30 {
	padding-left: 30px
}

.pb-40 {
	padding-bottom: 40px
}

.pt-40 {
	padding-top: 40px
}

.pb-50 {
	padding-bottom: 50px
}

.pt-65 {
	padding-top: 65px
}

.pb-64 {
	padding-bottom: 64px
}

.mt-30 {
	margin-top: 30px
}

.mt-40 {
	margin-top: 40px
}

.ml-30 {
	margin-left: 30px
}

.pt-80 {
	padding-top: 80px
}

.top-header {
	background-color: #00265E
}

.header-location p {
	color: #fff;
	font-size: 14px;
	opacity: .9
}

.header-location {
	padding: 8px 0
}

.top-header-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between
}

.header-right-portion {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between
}

.header-right-portion a {
	color: #fff;
	font-size: 14px;
	font-weight: 400
}

.header-right-portion a:hover {
	color: #FF5E15
}

.header-email {
	padding-left: 30px;
	padding-right: 65px
}

.social-icon ul li {
	display: inline-block;
	margin: 5px
}

.social-icon ul li a i {
	display: inline-block;
	background-color: #fff;
	border-radius: 4px;
	text-align: center;
	color: #FF5E15;
	transition: all .4s ease
}

.header-socials ul li a i {
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 4px;
	font-size: 10px
}

.header-socials ul li a:hover i {
	background-color: #FF5E15;
	color: #fff
}

.sticky {
	position: fixed;
	top: -25px;
	right: 0;
	width: 100%;
	z-index: 2;
	margin-top: 25px;
	margin-bottom: 5px;
	background: #002258;
	transition: all .7s ease;
	box-shadow: 1px 1px 3px #bac0c5
}

.main-menu-area {
	background-color: #FFF;
	line-height: 80px
}

.main-menu-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center
}

.main-menu ul {
	text-align: center;
	z-index: 1
}

.main-menu ul li {
	display: inline-block;
	position: relative;
	line-height: 40px
}

.main-menu ul li a {
	color: #00265E;
	display: block;
	font-size: 15px;
	font-weight: 800;
	opacity: 1;
	text-transform: capitalize;
	padding: 20px 15px
}

.main-menu ul li a:last-child {
	padding: 0
}

.main-menu ul li a:hover {
	color: #F60
}

.main-menu ul ul {
	text-align: left!important;
	background: #002258;
	width: 280px;
	display: block;
	position: absolute;
	content: "";
	top: 110px;
	left: 15px;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	transition: all .4s ease
}

.main-menu ul li:hover ul {
	opacity: 1;
	visibility: visible;
	top: 80px
}

.main-menu ul ul li {
	display: block
}

.main-menu ul ul li ul {
	text-align: left!important;
	background: #002258;
	width: 180px;
	display: block;
	position: absolute;
	content: "";
	top: 0;
	left: 180px;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	transition: all .4s ease
}

.main-menu ul li ul li:hover ul {
	opacity: 1;
	visibility: visible;
	top: 0
}

.main-menu ul ul li:hover a {
	background-color: #F60;
	color: #fff
}

.main-menu ul ul li a {
	color: #fff;
	padding: 0
}

.main-menu ul li:hover ul ul {
	opacity: 0;
	visibility: hidden
}

.main-menu ul li ul li:hover ul {
	left: 180px;
	opacity: 1;
	visibility: visible
}

.main-menu ul ul li:hover ul li a {
	background: 0;
	color: #fff
}

.main-menu ul ul li ul li a:hover {
	background-color: #F60;
	color: #fff
}

.nav-links li a .fa-angle-down {
	padding-left: 5px;
	transition: all .3s ease
}

.nav-links li a:hover .fa-angle-down {
	transform: translateY(5px)
}

.drop-down li a i {
	padding: 0 10px;
	opacity: 0;
	visibility: hidden;
	transition: all .2s ease
}

.drop-down li a:hover i {
	opacity: 1;
	visibility: visible;
	color: #fff
}

.btn-search {
	padding-right: 30px;
	font-size: 20px;
	color: #00265E
}

.td-search-popup.active .search-form {
	visibility: visible;
	opacity: 1;
	width: 40%;
	z-index: 9999
}

.td-search-popup .search-form {
	width: 35%;
	position: absolute;
	position: fixed;
	top: 50%;
	left: 50%;
	transition: all .4s ease;
	visibility: hidden;
	opacity: 0;
	transform: translate(-50%,-50%);
	z-index: 999
}

.td-search-popup .search-form .form-group .form-control {
	border: 0;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	height: 54px;
	padding: 0 75px 0 25px;
	background: #f7f9fb
}

.td-search-popup .search-form .form-group .form-control:hover,.td-search-popup .search-form .form-group .form-control:focus,.td-search-popup .search-form .form-group .form-control:active {
	outline: 0;
	box-shadow: none
}

.td-search-popup .search-form .submit-btn {
	position: absolute;
	right: 0;
	top: -9px;
	width: 60px;
	height: 57px;
	border: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	transition: all .4s ease;
	padding: 0;
	text-align: center;
	cursor: pointer;
	color: #F60;
	background: 0;
	font-size: 20px
}

.td-search-popup .search-form .submit-btn:hover,.td-search-popup .search-form .submit-btn:focus,.td-search-popup .search-form .submit-btn:active {
	outline: 0;
	box-shadow: none
}

.body-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0,0,0,0.95);
	z-index: 999;
	content: "";
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	transition: all .4s ease;
	cursor: url(data:image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==),progress
}

.body-overlay.active {
	visibility: visible;
	opacity: .97
}

.banner-section {
	background-image: url('../image/contact.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 180px 0;
	position: relative;
	z-index: 0
}

.banner-section:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #002258;
	z-index: -1;
	opacity: .70
}

.banner-content span {
	font-size: 22px;
	display: block;
	color: #fff;
	font-weight: 600;
	opacity: .9;
	padding-top: 15px
}

.contact-form {
	padding: 50px 30px;
	border-radius: 8px;
	box-shadow: rgba(0,0,0,5%) 0 10px 40px
}

.form-item {
	width: 48.5%;
	height: auto;
	padding: 18px 0 18px 20px;
	background-color: #F6F6F6;
	border: 0;
	margin-left: 30px;
	border-radius: 5px;
	margin-bottom: 30px!important
}

.form-item:first-child {
	margin: 0
}

.contact-form form input[type='email'] {
	margin: 0
}

.contact-form form input:hover {
	outline: 2px solid #F60
}

.contact-form textarea {
	width: 98%;
	background-color: #F6F6F6;
	border: 0;
	border-radius: 5px;
	resize: none;
	padding: 20px 0 0 20px
}

.contact-form textarea:hover {
	outline: 2px solid #F60
}

.contact-form form button {
	border: 0
}

.contact-thumb-bg {
	background-image: url('../image/contact1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	padding: 0 38px;
	z-index: 0;
	animation: move 4s linear infinite
}

.contact-thumb-bg:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	background-image: linear-gradient(to right,#FFEADC,#00265E);
	opacity: .40;
	border-radius: 8px;
	z-index: -1
}

.contact-thumb-content.text-center {
	padding-top: 65%
}

.contact-thumb-content h4 {
	padding-bottom: 20px;
	font-size: 26px
}

.chat-icon i {
	font-size: 50px;
	color: #F60;
	margin-bottom: 20px
}

@keyframes move {
	0% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(-20px)
	}

	100% {
		transform: translateY(0)
	}
}

.contact-box {
	background-color: #00265E;
	padding: 40px 30px;
	border-radius: 16px;
	transition: all .4s ease
}

.contact-box p {
	font-size: 14px;
	opacity: .9
}

.contact-box:hover {
	background-color: #F60
}

.contact-icon i {
	width: 80px;
	height: 80px;
	transition: all .4s ease;
	color: #fff;
	font-size: 40px;
	line-height: 88px;
	border-radius: 100%;
	text-align: center;
	display: inline-block;
	background-color: #F60;
	transition: all .4s ease
}

.contact-box:hover .contact-icon i {
	background-color: #00265E;
	border: 1px dashed #fff
}

.address h4,p {
	color: #fff;
	user-select: text
}

.ourmap-section .map iframe {
	width: 100%;
	height: 500px
}

.newslatter-section {
	position: absolute;
	content: "";
	top: -120px;
	left: 0;
	width: 100%;
	height: auto;
	animation: mymove 4s linear infinite
}

.newslatter-bg {
	background-image: url('../image/news-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 8px;
	box-shadow: rgb(255 102 0 / 10%) 3px 7px 15px;
	padding: 80px 0
}

.newslatter-content span {
	font-size: 22px;
	font-weight: 600;
	color: #fff
}

.email-box form {
	position: relative;
	width: 80%;
	height: auto
}

.email-box form input {
	width: 100%;
	height: auto;
	background-color: #fff;
	padding: 15px 40px 15px 20px;
	border: 0;
	border-radius: 4px
}

.email-box form .btn-sub {
	position: absolute;
	top: 10px;
	right: 15px;
	background: 0;
	border: 0;
	font-size: 25px;
	color: #F60
}

@keyframes mymove {
	0% {
		transform: translateX(0)
	}

	50% {
		transform: translateX(-20px)
	}

	100% {
		transform: translateX(0)
	}
}

.footer-section {
	background-image: url('../image/footer-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 0;
	margin-top: 120px;
	padding-top: 80px;
	padding-bottom: 40px
}

.footer-section:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #00265E;
	opacity: .8
}

.footer-tittle:after {
	position: absolute;
	content: "";
	bottom: -3px;
	left: 0;
	width: 70px;
	height: 4px;
	border-radius: 2px;
	background-color: #F60;
	transition: all .4s ease
}

.footer-tittle:hover:after {
	width: 100px
}

.footer-socials ul li a i {
	width: 30px;
	height: 30px;
	display: block;
	line-height: 30px;
	margin-right: 8px;
	font-size: 12px
}

.footer-socials ul li a:focus {
	color: #00265E
}

.footer-socials ul li a:hover .fa-facebook-f {
	background-color: #fff;
	color: #3B5998;
	transition: all .3s ease
}

.footer-socials ul li a:hover .fa-twitter {
	background-color: #fff;
	color: #00ACED;
	transition: all .3s ease
}

.footer-socials ul li a:hover .fa-instagram-square {
	background-color: #fff;
	color: #BC2A8D;
	transition: all .3s ease
}

.footer-socials ul li a:hover .fa-pinterest-p {
	background-color: #fff;
	color: #CB2027;
	transition: all .3s ease
}

.footer-socials ul li a:hover .fa-linkedin-in {
	background-color: #fff;
	color: #007BB5;
	transition: all .3s ease
}

.footer-links li span {
	width: 10px;
	height: 10px;
	background-color: #FFEADC;
	border-radius: 100%;
	display: inline-block;
	opacity: .9
}

.footer-links li:hover span {
	background-color: #F60
}

.footer-links li {
	padding-bottom: 12px;
	transition: all .4s ease
}

.footer-links li a {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	padding-left: 18px;
	opacity: .9;
	transition: all .3s ease
}

.footer-links li:hover {
	transform: translateX(5px)
}

.footer-section p {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	opacity: .9
}

.footer-form form input {
	padding: 15px 20px 15px 20px;
	line-height: 15px;
	border-radius: 30px;
	width: 100%;
	background: 0;
	border: 1px solid #fff;
	color: #fff
}

.footer-form form input[type="placeholder"] {
	color: #fff
}

.footer-form form button {
	margin-top: 20px;
	border: 0
}

.footer-contact ul li {
	padding-bottom: 15px
}

.footer-contact ul li i {
	font-size: 20px;
	color: #fff;
	padding-right: 15px
}

.footer-contact ul li a {
	color: #fff;
	font-size: 14px
}

.footer-contact ul li a:hover {
	color: #FF5E15
}

.footer-contact ul li span {
	color: #fff;
	font-size: 14px!important;
	font-weight: 400;
	opacity: .9;
	transition: all .4s ease
}

.footer-bottom {
	background-image: url('../image/bottom.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 15px 0
}

.footer-bottom p {
	color: #202020
}

.footer-bottom p span {
	color: #FF5E15;
	font-size: 18px;
	font-weight: 800
}

.to-top {
	position: fixed;
	right: 40px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-color: #FF5E15;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
	pointer-events: none;
	opacity: 0
}

.to-top:before {
	position: absolute;
	content: "\f30c";
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-color: #FF5E15;
	color: #fff;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	transition: all .4s ease
}

.to-top:hover:before {
	bottom: 50px
}

.to-top:after {
	position: absolute;
	content: "\f30c";
	right: 0;
	bottom: -50px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-color: #FF5E15;
	color: #fff;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	transition: all .4s ease
}

.to-top:hover:after {
	bottom: 0
}

.to-top.active {
	bottom: 40px;
	pointer-events: auto;
	opacity: 1
}

.to-top i {
	color: #fff
}/*下载源码请到：Https://www.17sucai.com*//*下载源码请到：Https://www.17sucai.com*//*：源码地址唯一出处: https://www.17sucai.com/*/


@media only screen and (min-width:360px) and (max-width:575px) {
	.section-padding {
		padding: 60px 0
	}

	.top-spacing {
		padding-top: 60px
	}

	.bottom-spacing {
		padding-bottom: 60px
	}

	.b-primary {
		padding: 15px 20px
	}

	.btn-white {
		padding: 15px 20px
	}

	h1 {
		font-size: 18px!important;
		line-height: 35px!important
	}

	h2 {
		font-size: 22px!important;
		line-height: 32px!important
	}

	h3 {
		font-size: 20px!important;
		line-height: 30px!important
	}

	h4 {
		font-size: 18px!important;
		line-height: 28px!important
	}

	p {
		font-size: 12px;
		line-height: 22px
	}

	.banner-content p {
		font-size: 12px
	}

	.contact-form form input::placeholder {
		font-size: 12px
	}

	.sub-heading {
		font-size: 12px!important
	}

	.banner-content .text-type {
		font-size: 18px!important;
		line-height: 35px!important
	}

	.banner-content {
		width: 100%
	}

	.work-item span {
		font-size: 16px
	}

	.counter-text h4:after {
		font-size: 24px
	}

	.top-header-style-1 {
		display: none
	}

	.newslatter-section h3 {
		font-size: 22px
	}

	.case-study-info h4 a {
		font-size: 16px!important;
		font-weight: 700
	}

	.pl-0 {
		padding-left: 0
	}

	span {
		font-size: 14px!important;
		line-height: 28px!important
	}

	.counter-box-1 span {
		font-size: 18px
	}

	.logo-style-1 {
		display: block
	}

	.logo-style-3 {
		display: none!important
	}

	.client-info-1 h4 {
		font-size: 14px
	}

	.testimonial-content-style-1 {
		width: 80%;
		height: auto;
		margin-bottom: 40px
	}

	.testimonial-content-style-1 h3 {
		font-size: 19px
	}

	.testimonial-thumb-style-1 {
		width: 80%;
		height: auto
	}

	.testimonial-single.d-flex {
		flex-wrap: wrap
	}

	.main-menu {
		display: none!important
	}

	.top-header-inner .contact-box-1 {
		display: none!important
	}

	.aboutus-experience-style-1 h2:after {
		position: absolute;
		font-size: 30px
	}

	.mid-header-section {
		display: none!important
	}

	.mid-header {
		display: none!important
	}

	.btn-search-1 {
		display: none
	}

	.btn-search-2 {
		display: none
	}

	.read-more-btn i {
		margin-left: 8px
	}

	.slider-2 .slick-dots {
		margin-left: 30%
	}

	.team-info-style-4 {
		position: absolute;
		left: 40px
	}

	.team-style-4 {
		position: absolute;
		left: 80px
	}

	.video-inner {
		position: absolute;
		width: 90%;
		top: 240px
	}

	.work-counter-4 {
		position: absolute;
		bottom: -280px;
		width: 95%
	}

	.counter-style-4 h2:after {
		position: absolute;
		right: -35px;
		top: -9px
	}

	.thumb-1 {
		display: none
	}

	.thumb-2 {
		display: none
	}

	.right-side-bg {
		display: none
	}

	.service-icon-style-2 i {
		position: absolute;
		left: 110px
	}

	.chooseus-thumb-style-6 {
		display: none
	}

	img.img-fluid.rounded-circle.test-thumb-3 {
		position: absolute;
		bottom: -980%;
		left: 0
	}

	img.img-fluid.rounded-circle.test-thumb-6 {
		position: absolute;
		right: 0;
		bottom: 50%
	}

	img.img-fluid.rounded-circle.test-thumb-1 {
		position: absolute;
		bottom: 50%;
		left: 0
	}

	img.img-fluid.rounded-circle.test-thumb-4 {
		display: none
	}

	.contact-style-1 {
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%
	}

	.contact-icon-style-1 i {
		font-size: 50px;
		color: #F60
	}

	.contact-text p {
		color: #00265E;
		padding-bottom: 5px
	}

	.contact-text h4 {
		color: #00265E
	}

	.aboutus-content-style-1 {
		padding-left: 20px
	}

	.aboutus-thumb-style-2 {
		display: none
	}

	.choosebg-thumb-1 {
		position: absolute;
		width: 100%;
		height: 100%
	}

	.choosebg-thumb-2 {
		display: none
	}

	.skill-left-bg {
		display: none
	}

	.skill-right-bg {
		position: absolute;
		width: 100%;
		height: 100%
	}

	.footer-bottom p {
		font-size: 12px
	}

	.form-item {
		width: 49%;
		margin: 0
	}

	.footer-socials ul li a i {
		margin-right: 5px
	}

	.work-item h4:after {
		position: absolute;
		right: 0
	}

	.read-more-btn span {
		margin-left: -95px
	}

	.counter-box-1 h1:after {
		position: absolute;
		top: -8px
	}

	.counter-section {
		position: absolute;
		width: 98%;
		bottom: -200px
	}

	.testimonial-item:after {
		position: absolute;
		left: 80px;
		width: 38%;
		height: 17%
	}

	.experience-style-4 {
		display: none
	}

	.blog-header ul li {
		padding-left: 0;
		border: 0
	}

	.work-icon:after {
		display: none
	}

	.testimonial-slider-3 .action .item-6 {
		position: absolute
	}

	.testimonial-slider-3 .action .item-5 {
		position: absolute;
		right: -5%
	}

	.testimonial-slider-3 .action .item-7 {
		position: absolute;
		right: -3%
	}

	.form-item-6 {
		width: 41%!important
	}

	.client-exp-style-1 {
		position: absolute;
		top: 220px;
		left: 0
	}

	.client-exp-style-1 h1:after {
		position: absolute;
		right: 20px;
		font-size: 24px;
		top: -2px
	}

	.work-item h4:after {
		position: absolute;
		font-size: 30px;
		right: 15px
	}

	.testimonial-slider-3 .action .item-2 {
		position: absolute;
		top: -50px;
		right: 0
	}

	.testimonial-slider-3 .action .item-3 {
		position: absolute;
		top: -50px;
		left: 35px
	}

	.aboutus-experience-2 {
		position: absolute;
		left: 0
	}

	.consult-section:before {
		position: absolute;
		top: -40px
	}

	.work-item-style-3 h2:after {
		font-size: 25px
	}

	.default-btn {
		padding: 20px 30px;
		line-height: 9px
	}

	.video-item-style-1 {
		margin-top: -90px
	}

	.header-contact ul li {
		border: 0;
		padding: 0
	}

	.btn-style-1 {
		display: none
	}

	.testimonial-slider-for-2 .slick-dots li {
		margin: 0 12px
	}

	.testimonial-section img {
		width: 50px;
		height: auto
	}

	.slider-4 .next-arrow {
		position: absolute;
		top: -45px;
		right: 110px;
		width: 50px;
		height: 30px
	}

	.slider-4 .prev-arrow {
		position: absolute;
		top: -45px;
		right: 45px;
		width: 50px;
		height: 30px
	}

	.header-email-style-1 {
		padding: 0
	}

	.aboutus-thumb-style-3 img {
		border-radius: 8px;
		margin-top: 120px;
		padding: 0
	}

	.skill-feature-box-style-1 {
		height: 238px
	}

	.chart {
		width: 95px;
		height: 110px
	}

	canvas {
		position: absolute;
		left: 5px;
		top: 15px;
		height: 85px!important;
		width: 85px!important
	}

	.parcent {
		font-size: 14px;
		line-height: 120px!important
	}

	.slider-1 .next-arrow {
		position: absolute;
		top: -40px;
		right: 110px;
		width: 50px;
		height: 30px
	}

	.slider-1 .prev-arrow {
		position: absolute;
		top: -40px;
		right: 50px;
		width: 50px;
		height: 30px
	}

	.contact-box {
		padding: 0
	}

	.social-icon-style-1 {
		display: none
	}

	.blog-pagination a {
		margin-right: 4px
	}

	.blog-social ul li a i {
		width: 30px;
		height: 30px;
		line-height: 30px
	}

	.blog-social ul li {
		margin: 3px
	}

	.blog-tags a {
		padding: 9px 8px 9px 7px
	}

	.recent-post .post-info a {
		font-size: 14px;
		padding-bottom: 5px
	}

	.blog-post-content h4 a {
		font-size: 16px
	}

	.blog-single h4 a {
		font-size: 18px
	}

	.blockquote {
		border-bottom: 10px solid #FF5E15;
		padding: 30px 50px 30px 30px;
		margin: 0
	}

	.fature-top .top-thumb {
		width: 100%
	}

	.fature-top .feature-content {
		width: 100%
	}

	.post-tags a {
		padding: 9px 18px;
		margin-right: 9px
	}

	.comments-section {
		padding: 0
	}

	.comments-reply {
		margin-left: 0
	}

	.comments-reply-box .form-item {
		font-size: 10px
	}

	.comments-reply-box form textarea {
		font-size: 10px
	}

	.contact-box-style {
		padding: 30px 40px
	}

	.project-info-4 {
		width: 320px;
		padding: 5px 10px
	}

	.project-info-4 h4:before {
		position: absolute;
		top: 18px;
		left: 10px
	}

	.aboutus-experience-2 h2:after {
		position: absolute;
		font-size: 25px
	}

	.email-box form input {
		padding: 16px 0 16px 30px
	}

	.testimonial-thumb-style-1 img {
		width: 100%;
		height: auto
	}

	.contact-text h4 {
		font-size: 14px!important
	}

	.aboutus-feature-style-1 {
		padding: 9px 10px;
		margin: 2px
	}

	.thumb-text-style-1 {
		position: absolute;
		top: 5px;
		left: 15px
	}

	.newslatter-bg {
		padding: 80px 10px
	}

	.counter-box-style-1 h1:after {
		position: absolute;
		font-size: 24px;
		top: -1px
	}

	.header-email {
		padding-left: 0
	}

	.demo-logo {
		display: none
	}

	.section-title-bg {
		position: absolute;
		top: 25px
	}

	.aboutus-thumb-2-style {
		margin: 0 auto
	}

	.counter-style-4 {
		margin-bottom: 10px
	}

	.recent-project-style-1 {
		margin-top: 180px
	}

	.testimonial-section-style-1 {
		margin-top: 280px
	}

	.about-service {
		margin-top: -60px
	}

	.service-section .row.pb-40 {
		padding: 0
	}

	.team-section .row.pb-40 {
		padding: 0
	}

	.about-team {
		margin-top: -50px
	}

	.content-style-2 {
		padding: 60px
	}

	.work-section.mt-110 {
		margin-top: 60px
	}

	.about-thumb-bg {
		position: absolute;
		width: 100%;
		margin-top: 80px
	}

	.aboutus-content-style-6 {
		padding-top: 180%
	}

	.btn-search-style-1 {
		position: absolute;
		right: 30px;
		top: 28px
	}

	.btn-search-style-2 {
		position: absolute;
		right: 30px;
		top: 28px
	}

	.aboutus-content.pt-40 {
		padding: 0
	}

	.product-cart-content .table-content table tbody>tr td {
		font-size: 14px
	}

	.product-cart-content .table-content table thead>tr>th {
		padding: 8px 0 8px;
		font-size: 14px;
		text-transform: capitalize
	}

	.product-cart-content .table-content table tbody>tr td input {
		width: 60px
	}

	.product-cart-content {
		padding: 20px
	}

	.main-menu-section ul li.shop,.main-menu-section ul li.cart,.main-menu-section ul li.user-icon {
		display: none
	}

	.btn-search-style-3 {
		position: absolute;
		right: -80px;
		top: -20px
	}

	.blog-left-sidear {
		margin-right: 0
	}

	.blog-right-sidebar {
		margin: 0;
		padding: 0
	}

	.comments {
		margin: 0
	}

	.footer-section-style-1 {
		padding-top: 40px
	}

	.footer-form form input {
		padding: 15px 20px
	}

	.aboutus-content-style-2 {
		padding: 40px 60px 0 20px
	}

	.about-service-style-1 {
		margin-top: 0
	}

	.blog-comments {
		padding: 50px 0 0 0
	}

	.main-menu-inner.bg-color-theme {
		padding: 0 10px
	}

	.banner-section-style-1 {
		padding: 60px 0
	}
}