@media(max-width: 1350px) {
	.mainmenu ul li a,
	.header-action a {
		font-size: 14px
	}
	/* .mainmenu ul li {
		margin-right: 20px;
	} */
}

@media(max-width: 1200px) {
	.spinner-master * {
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		box-sizing: border-box;
	}
	.spinner-master {
		position: relative;
		width: 46px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: transparent;
		height: 46px;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-left: 10px;
		z-index: 9999
	}
	.spinner:nth-child(2n) {
		width: 70% !important
	}
	.spinner-master label {
		cursor: pointer;
		height: auto;
		width: 100%;
		padding: 0;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
		top: -13px;
		position: relative;
	}
	.spinner-master .spinner {
		height: 2px;
		width: 100%;
		background-color: white;
	}
	.spinner-master .horizontal {
		margin-top: 6px;
	}
	.spinner-master .diagonal.part-2 {
		margin-top: 6px;
	}
	.spinner-master.active .spinner-spin>.horizontal {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	.spinner-master.active .spinner-spin>.diagonal.part-1 {
		transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		margin-top: 3px;
	}
	.spinner-master.active .spinner-spin>.diagonal.part-2 {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		margin-top: -10px;
	}
	nav#menu {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		display: block;
		z-index: 99;
	}
	nav#menu,
	nav#menu>ul ul {
		overflow: hidden;
		max-height: 0;
		background-color: #2F6D6A;
		-webkit-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
	}
	nav#menu.active,
	nav#menu>ul ul.active {
		max-height: 55em;
		overflow: auto;
		padding: 10px 20px;
	}
	nav#menu>ul>li {
		display: block !important;
		/* margin: 0 !important; */
	}
	nav#menu ul ul,
	nav#menu ul ul ul {
		display: inherit;
		position: relative;
		left: auto;
		top: auto;
		padding: 0
	}
	nav#menu ul ul.sub-menu {
		left: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		box-shadow: none;
	}
	nav#menu ul ul.sub-menu.active {
		visibility: visible;
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		max-height: 55em;
	}
	nav#menu>ul>li>a {
		display: block;
		position: relative;
		padding: 10px 0;
		color: #fff;
		border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	}
	nav#menu>ul>li:last-child>a {
		border-bottom: 0px
	}
	nav#menu li.has-submenu>a:before {
		position: absolute;
		top: 10px;
		right: 0px;
		display: block;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 15px
	}
	.megamenu.active {
		padding: 15px 0 !important
	}
	.sub-menu:before {
		height: 90% !important;
		left: 50% !important;
		-webkit-transform: translate(-50%, -50%) !important;
		transform: translate(-50%, -50%) !important;
	}
	.sub-menu:after {
		display: none
	}
	nav#menu li.has-submenu>a.active:after {
		content: "";
	}
	nav#menu ul ul>li a {
		padding: 7px 20px;
		font-size: 16px;
		color: #fff
	}
	nav#menu ul ul>li a {
		padding: 10px 20px;
		line-height: normal;
		-webkit-text-fill-color: #fff;
	}
	.mainmenu ul li ul li {
		border: none
	}
	.header:before {
		display: none
	}
	.header:after {
		display: none
	}
	.header-btn {
		display: none
	}
	.header-navigation {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.spinner-master.active .spinner {
		background-color: #fff;
	}
	.mainmenu ul li.has-submenu>a:after {
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	.header {
		padding-right: 5px
	}
	.header-navigation {
		position: static
	}
	.mainmenu ul {
		padding-left: 0;
	}
	nav#menu>ul>li>a {
		padding: 10px;
		background: transparent;
		-webkit-text-fill-color: #fff;
		font-size: 14px;
		letter-spacing: 1px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.13)
	}
	#search-box input[type="text"] {
		font-size: 16px
	}
	.block {
		z-index: 999999
	}
	.action-link {
		display: none
	}
	.search-toggle {
		margin-right: 0;
		font-size: 18px;
	}
	.header-action {
		padding: 12px 0 10px 20px;
	}
	.menu-wrapper {
		padding-right: 15px;
		width: auto
	}
	.site-logo a {
		width: 140px
	}
  .banner-txt{
      padding-top: 40px
  }
  .col_center {
    display: flex;
    justify-content: right;
    align-items: right;
  }
  .nav-lag {
	  display: none;
  }
}
@media(max-width: 767px) {
	.header-area:before {
		height: 50px;
	}
	.site-logo:after {
		right: -57px;
	}
	.site-logo:before {
		left: 20px;
	}
	.hero-area {
		padding-top: 0;
	}
	.hero-title {
		font-size: 45px;
		line-height: 55px;
		margin-bottom: 15px
	}
	.banner-txt p {
		font-size: 16px;
		line-height: 26px;
		width: 100%;
		margin-bottom: 20px
	}
	.heading-bg {
		font-size: 56px;
		top: -25px
	}
	.about-area .heading-bg {
		top: -25px;
	}
	.section-title {
		font-size: 32px;
		line-height: 36px;
	}
	.site-logo {
		padding: 17px 20px 17px 15px;
		width: 22%;
	}
	.hero-area .hero-item {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.banner-txt p {
		width: 70%
	}
	.hero-area .owl-dots {
		/* width: 100%; */
	}
	.hero-item .btn_group {
		margin-bottom: 20px
	}
	.expertise-area {
		padding-top: 100px
	}
	.service-area {
		padding-top: 100px;
	}
	.facts-area {
		padding-top: 100px
	}
	.testimonial-area {
		padding-top: 100px;
	}
	.team-area {
		padding-top: 100px
	}
	.cta-btn {
		padding: 13px 15px;
	}
	.call-text h3 span {
		display: block
	}
	.expertise-inn {
		margin-top: 50px
	}
	.recent-project-area .cta-btn {
		/*margin-top: 30px*/
	}
	.partner-inn ul {
		gap: 20px;
	}
	.partner-inn ul li {
		margin-bottom: 10px;
		-ms-flex: 0 20%;
		-webkit-box-flex: 0;
		flex: 0 20%;
	}
	.partners-area {
		padding-bottom: 90px;
	}
	.blog-area {
		padding-top: 0
	}
	.blog-text {
		;
		padding: 40px 15px;
	}
	.blog-bg-1 {
		display: none;
	}
	.footer-widget {
		margin-bottom: 30px;
	}
	.footer-inn {
		/* padding-bottom: 60px;
		padding-top: 90px;
		padding-left: 50px;
		padding-right: 50px */
	}
	.footer-widget .logo {
		margin-bottom: 30px
	}
	.footer-post li .img {
		width: 90px;
	}
	.footer-social {
		text-align: center
	}
	.copy-right {
		text-align: center
	}
	.single-testimonial-item {
		padding: 60px
	}
	.testimonial-slider .owl-nav button.owl-prev {
		left: 0;
	}
	.testimonial-slider .owl-nav button.owl-next {
		right: 0;
	}
	.single-testimonial-item p {
		font-size: 18px;
	}
	.single-testimonial-item .client-info {
		margin-top: 30px;
	}
	.single-testimonial-item .client-img {
		margin-bottom: -80px;
		bottom: -20px;
	}
	.review_quote {
		width: 75px;
		height: 75px;
		padding: 25px;
	}
	.testimonial-slider .owl-item {
		padding-bottom: 45px;
	}
	.foter-title {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.facts-area .video-main {
		right: 100px
	}
	.facts-area p {
		width: 70%;
	}
	.facts-area p br {
		display: none
	}
	.breadcrumb-area {
		/* padding-top: 130px; */
		padding-bottom: 80px;
	}
	.breadcrumb-box h2 {
		font-size: 46px;
		line-height: 48px;
		margin-bottom: 20px
	}
	.breadcrumb-box ul li {
		font-size: 16px;
	}
	.about-page-left .popup-video-block {
		width: 150px;
		height: 150px;
		right: auto;
		bottom: 0;
		left: 0;
	}
	.about-page-area {
		padding-top: 100px;
	}
	.about-page-right h3 {
		font-size: 18px;
		margin-top: 20px;
		line-height: 26px;
		margin-bottom: 10px;
	}
	.about-page-right-listing>ul li {
		margin-bottom: 5px;
		font-size: 14px;
	}
	.about-page-right-listing li i {
		margin-right: 2px;
	}
	.toll-box h3 {
		font-size: 32px;
	}
	.choose-right {
		margin-top: 50px
	}
	.choose-area>.choose_bg {
		bottom: 0
	}
	.proces-box h3 {
		font-size: 26px;
		line-height: 34px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.process-area {
		padding-bottom: 70px;
		padding-top: 100px;
	}
	.pricing-section {
		padding-top: 100px
	}
	.single-service-text h2 {
		font-size: 32px;
	}
	.service-details-right {
		margin-top: 30px
	}
	.about-service-left {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 30px
	}
	.portfolio-filter {
		text-align: center;
		margin-top: 30px
	}
	.recent-project-page .section-heading {
		text-align: center
	}
	.recent-project-page .section-heading .heading-bg {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	.project-details-slider .owl-nav button {
		width: 50px;
		height: 50px;
		line-height: 50px !important;
		font-size: 20px;
		font-size: 18px !important;
	}
	.cmt-featured-wrapper {
		margin-top: 30px
	}
	.project-sidebar {
		padding-left: 0px;
		margin-top: 30px
	}
	.faq-search-area {
		padding-top: 100px
	}
	.faq-accordion .accordion .accordion-item .accordion-header .accordion-button {
		font-size: 18px;
	}
	.notfound-box h1 {
		font-size: 70px;
		line-height: 85px
	}
	.notfound-box h1 span {
		color: #FF5E14;
		font-size: 80px;
		margin: 0 10px;
	}
	.notfound-area {
		padding-top: 150px;
	}
	.notfound-box h2 {
		font-size: 24px;
	}
	.blog-page-left .blog-text h5 {
		font-size: 22px;
		line-height: 26px;
	}
	.widget__post-content h6 {
		font-size: 16px
	}
	.pagination {
		margin-top: 15px
	}
	.pagination-box-row {
		margin-bottom: 30px
	}
	.blog-page-left .blog-text h5 br {
		display: none
	}
	.single-comment-box.comment_reply {
		padding-left: 40px;
	}
	.leave-comment {
		margin-bottom: 30px
	}
	.contact-map-wrap {
		padding-top: 100px;
	}
	.single-contact-info h5 {
		font-size: 16px;
	}
	.contact-form h2,
	.contact-widget-right h2 {
		font-size: 28px;
	}
    .banner-txt{
        padding-top: 50px
    }
}

@media(max-width: 575px) {
    .banner-txt{
        padding-top: 40px
    }
	.site-logo {
		padding: 15px;
		width: 40%;
	}
	.cta-btn {
		padding: 5px;
	}
	.centered {
		width: 85%;
	}
	#search-form {
		height: 50px
	}
	#close-btn {
		font-size: 16px
	}
	.plus-text-btn {
		display: none
	}
	.hero-area .hero-item {
		padding-top: 90px;
		padding-bottom: 50px;
	}
	.about-half-bg {
		display: none
	}
	.about-img {
		margin-top: 30px
	}
	.about-area {
		padding-bottom: 0
	}
	.service-area .col-lg-3 {
		padding: 0 15px;
	}
	.service-area .col-lg-3:nth-child(5) .service-dark,
	.service-area .col-lg-3:nth-child(7) .service-dark {
		border: 1px solid #F9F9F9;
		background-image: -webkit-radial-gradient(#E6E6E6 1px, transparent 0);
		background-image: radial-gradient(#E6E6E6 1px, transparent 0);
		background-size: 15px 15px;
		background-color: #fff
	}
	.service-area .col-lg-3:nth-child(5) .service-dark .service-title,
	.service-area .col-lg-3:nth-child(7) .service-dark .service-title {
		color: #001c47;
	}
	.service-area .col-lg-3:nth-child(5) .service-dark p,
	.service-area .col-lg-3:nth-child(7) .service-dark p {
		color: #53545A;
	}
	.service-area .col-lg-3:nth-child(5) .service-dark .service-action,
	.service-area .col-lg-3:nth-child(7) .service-dark .service-action {
		border: 2px dashed #001c47;
		color: #001c47;
	}
	.service-area .col-lg-3:nth-child(6) .service-box .service-title,
	.service-area .col-lg-3:nth-child(8) .service-box .service-title {
		color: #fff;
	}
	.service-area .col-lg-3:nth-child(6) .service-box p,
	.service-area .col-lg-3:nth-child(8) .service-box p {
		color: #ccddf6;
	}
	.service-area .col-lg-3:nth-child(6) .service-box .service-action,
	.service-area .col-lg-3:nth-child(8) .service-box .service-action {
		border: 2px dashed #ccddf6;
		color: #ccddf6;
	}
	.service-area .col-lg-3:nth-child(6) .service-box,
	.service-area .col-lg-3:nth-child(8) .service-box {
		background: #001c47;
		border: 1px solid #001c47;
	}
	.fact-count {
		display: block;
	}
	.fact-text h3 {
		font-size: 32px;
	}
	.fact-text p {
		font-size: 18px;
	}
	.call-text h3 {
		font-size: 28px;
		line-height: 36px;
	}
	.call-text h3 span {
		display: block
	}
	.cmt-featured-wrapper {
		margin-top: 30px
	}
	.project-sidebar {
		padding-left: 0px;
		margin-top: 30px
	}
	.expertise-left h3 {
		font-size: 18px
	}
	.expertise-left h3 br {
		display: none
	}
	.expertise-inn {
		margin-top: 50px
	}
	.recent-project-area .section-heading {
		text-align: center;
	}
	.recent-project-area .section-heading .heading-bg {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.facts-area .video-main {
		right: 70px;
		top: auto;
		bottom: -20px;
	}
	.partners-area {
		padding-bottom: 90px;
	}
	.partner-inn ul li {
		margin-bottom: 10px;
		-ms-flex: 0 20%;
		-webkit-box-flex: 0;
		flex: 0 20%;
	}
	.partner-inn ul {
		gap: 20px
	}
	p br {
		display: none
	}
	.section-title br {
		display: none
	}
	.single-testimonial-item p {
		font-size: 16px;
		line-height: 156%;
	}
	.single-testimonial-item {
		padding: 30px;
		padding-top: 70px;
	}
	.testimonial-slider .owl-nav button.owl-next {
		right: 0;
	}
	.testimonial-slider .owl-nav button.owl-prev {
		left: 0;
	}
	.testimonial-slider .owl-nav button {
		width: 35px;
		font-size: 22px !important;
	}
	.review_quote {
		width: 70px;
		height: 70px;
		padding: 22px;
	}
	.testimonial-slider .owl-item {
		padding-bottom: 60px;
	}
	.blog-area {
		padding-top: 0
	}
	.blog-text {
		padding: 30px 30px;
	}
	.blog-bg-1 {
		display: none
	}
	.footer-inn {
		/* width: calc(100% - 0px);
		margin-left: 0;
		padding-bottom: 60px;
		padding-top: 90px;
		padding-left: 0;
		padding-right: 0 */
	}
	footer {
		padding-bottom: 0px;
	}
	.footer-widget {
		margin-bottom: 30px;
	}
	.footer-widget .logo {
		margin-bottom: 30px
	}
	.foter-title {
		margin-bottom: 15px;
		font-size: 22px;
	}
	footer h6 {
		font-size: 15px;
		margin-bottom: 0px;
	}
	.footer-contact li img {
		margin-right: 15px;
	}
	.footer-social {
		text-align: center;
	}
	.copy-right {
		text-align: center
	}
	.banner-txt p {
		width: 100%;
	}
	.recent-project-inn {
		margin-top: 30px;
	}
	.about-page-area {
		padding-top: 0;
	}
	.about-page-right {
		margin-top: 50px
	}
	.about-page-left .popup-video-block {
		width: 180px;
		height: 180px;
		right: 0;
		bottom: 0;
	}
	.about-page-right-listing>ul {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	.about-page-right-listing>ul li {
		margin-bottom: 4px;
		font-size: 14px;
	}
	.about-page-right-listing li i {
		margin-right: 0;
	}
	.toll-box {
		width: 100%;
	}
	.toll-box h3 {
		font-size: 32px;
	}
	.toll-box p {
		font-size: 16px;
		line-height: 26px;
	}
	.choose-left .col-md-6:nth-child(2),
	.choose-left .col-md-6:nth-child(4) {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	.choose-right {
		margin-top: 50px
	}
	.choose-area>.choose_bg {
		bottom: 0;
	}
	.process-area {
		padding-bottom: 70px;
		padding-top: 100px;
	}
	.proces-box h3 {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 5px;
	}
	.recent-project-page .section-heading .heading-bg {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	.faqs-page-right {
		margin-top: 30px
	}
	.other_info {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.other_info label {
		margin-left: 14px;
		font-size: 14px;
	}
	.other_info figure {
		width: 40px;
		height: 40px;
	}
	.blog-meta h4 {
		font-size: 16px;
	}
	.blog-detail {
		text-align: center
	}
	.blog-detail h3 {
		font-size: 28px;
	}
	.author-image img {
		width: 46px;
	}
	.main-comment {
		font-size: 14px;
		padding: 0 0 0 60px;
	}
	.comment-info p {
		margin-left: 8px;
	}
}

@media(max-width: 420px) {}

@media (min-width: 800px) and (max-width: 850px) and (max-height: 500px) {}

@media (min-width: 768px) and (max-width: 991px) {
	.header-area:before {
		height: 52px;
	}
	.hero-area {
		padding-top: 0
	}
	.site-logo {
		padding: 15px;
	}
	.site-logo:after {
		right: -78px;
	}
	.centered {
		width: 70%;
	}
	.hero-title {
		font-size: 70px;
		line-height: 70px;
	}
	.banner-txt {
		padding: 0;
	}
	.hero-area .hero-item {
		padding-top: 150px;
		padding-bottom: 110px;
	}
	.section-title {
		font-size: 40px;
		line-height: 42px;
	}
	.heading-bg {
		font-size: 70px;
		top: -35px
	}
	.about-area .heading-bg {
		top: -35px;
	}
	.about-text ul li img {
		margin-right: 5px;
	}
	.about-text ul li {
		margin-bottom: 0;
	}
	.about-half-bg {
		display: none
	}
	.about-area {
		padding-bottom: 0
	}
	.facts-area .video-main {
		right: 100px
	}
	.profile-info .name {
		font-size: 16px;
	}
	.expertise-meta>img {
		width: 50px;
		height: 50px;
		margin-right: 10px;
	}
	.expertise-left h3 {
		font-size: 20px
	}
	.expertise-left h3 br {
		display: none
	}
	.blog-text {
		padding: 30px;
	}
	.footer-widget .logo {
		margin-bottom: 30px
	}
	.footer-social {
		text-align: center
	}
	.copy-right {
		text-align: center
	}
	.footer-inn {
		/* padding: 100px 40px; */
	}
	.breadcrumb-area {
		/* padding-top: 170px; */
	}
	.breadcrumb-box h2 {
		font-size: 60px;
		line-height: 60px;
		margin-bottom: 20px;
	}
	.about-page-left .popup-video-block {
		width: 150px;
		height: 150px;
		right: auto;
		bottom: 0;
		left: 0;
	}
	.about-page-area {
		padding-top: 100px;
	}
	.about-page-right-listing>ul li {
		margin-bottom: 5px;
		font-size: 14px;
	}
	.about-page-right h3 {
		font-size: 18px;
		margin-top: 15px;
		line-height: 26px;
		margin-bottom: 10px;
	}
	.toll-box h3 {
		font-size: 36px;
	}
	.choose-box {
		padding: 20px;
	}
	.choose-box .card-heading {
		font-size: 20px;
		margin-top: 16px;
		margin-bottom: 10px;
	}
	.choose-box p {
		font-size: 14px;
		line-height: 24px;
	}
	.proces-box {
		padding: 30px 20px;
	}
	.proces-box h3 {
		font-size: 22px;
		line-height: 30px;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.process-area {
		padding-top: 100px;
	}
	.quick-contact {
		padding: 15px;
	}
	.about-service-left {
		width: 100%;
		float: none;
		margin-right: 0px;
		margin-bottom: 30px
	}
	.portfolio-filter {
		text-align: center;
		margin-top: 30px
	}
	.recent-project-page .section-heading {
		text-align: center
	}
	.recent-project-page .section-heading .heading-bg {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	.cmt-featured-wrapper {
		margin-top: 30px
	}
	.faq-search-area {
		padding-top: 100px;
	}
	.notfound-box h1 {
		font-size: 70px;
		line-height: 85px
	}
	.notfound-box h1 span {
		color: #FF5E14;
		font-size: 80px;
		margin: 0 10px;
	}
	.notfound-area {
		padding-top: 150px;
	}
	.notfound-box h2 {
		font-size: 24px;
	}
	.blog-page-left .blog-text h5 br {
		display: none
	}
	.blog-page-left .blog-text h5 {
		font-size: 22px;
		line-height: 30px;
	}
	.slidebar__form input {
		padding: 18px 15px;
	}
	.slidebar__form button {
		padding: 15px;
	}
	.widget-insta-post li {
		width: 28%;
	}
	.widget-social a {
		height: 36px;
		width: 36px;
		line-height: 38px;
		margin: 0 2px;
	}
	.widget__post-content h6 {
		font-size: 16px;
	}
	.other_info figure {
		width: 40px;
		height: 40px;
		margin: 0 5px 0 0;
	}
	.other_info label {
		margin-left: 8px;
		font-size: 13px;
	}
	.comment-info p {
		margin-left: 10px;
	}
	.single-comment-box.comment_reply {
		padding-left: 30px;
	}
	.single-contact-info h5 {
		font-size: 18px;
	}
	.contact-form input {
		height: 48px;
	}
	.contact-form textarea {
		height: 90px;
	}
	.contact-form li {
		margin-bottom: 20px;
	}
	.single-contact-info {
		margin-bottom: 30px;
	}
	.contact-map-wrap {
		padding-top: 100px;
	}
}

@media (width: 1024px) {
	.mainmenu ul li {
		margin-right: 10px;
	}
	.menu-wrapper {
		padding-right: 30px;
		padding-left: 65px;
	}
	.header-action {
		padding: 22px 0 22px 25px;
	}
	.search-toggle {
		margin-right: 20px;
	}
	.hero-area {
		padding-top: 0;
	}
	.header-area:before {
		height: 75px;
	}
	.mainmenu ul li a {
		padding: 22px 0
	}
	.site-logo:after {
		right: -86px;
	}
	.hero-title {
		font-size: 80px;
		line-height: 80px;
	}
	.banner-txt {
		padding-bottom: 0
	}
	.section-title {
		font-size: 40px;
		line-height: 44px;
	}
	.about-area .heading-bg {
		top: -35px;
	}
	.heading-bg {
		font-size: 80px;
	}
	.service-box {
		padding: 30px 20px;
	}
	.footer-inn {
		/* width: calc(100% - 0px);
		margin-left: 0; */
	}
	.footer-widget p br {
		display: none
	}
	.footer-widget p {
		line-height: 22px
	}
	footer {
		padding-bottom: 0px;
	}
	.about-service-left {
		width: 40%;
	}
	.slidebar__form input {
		padding: 18px 15px;
	}
	.footer-contact li img {
		margin-right: 10px;
		height: 22px;
	}
	.single-contact-info h5 {
		font-size: 16px;
	}
	.single-contact-info .icon {
		min-width: 55px;
		height: 55px;
		line-height: 60px;
		margin-right: 10px;
		font-size: 20px;
		width: 55px;
	}
	.single-contact-info {
		margin-bottom: 25px;
	}
}
@media (min-width: 1920px) {
  /* .hero-slider {
    height: 1080px;
  }
  .hero-slider .hero-item {
    height: 1080px;
  } */
  .site-logo-img {
    top: calc(20%);
  }
  .footerMenu {
    display: flex;
  }
  .wxImg {
    width: 160px;
    height: 160px;
  }
  .mainmenu ul li {
    padding-right: 40px;
  }
	.team-page-area .new-top .list {
		width: 65%;
	}
}
@media (min-width: 1600px) and (max-width: 1920px) {
  /* .hero-slider {
    height: 900px;
  }
  .hero-slider .hero-item {
    height: 900px;
  } */
  .site-logo-img {
    top: calc(20%);
  }
  .footerMenu {
    display: flex;
  }
  .wxImg {
    width: 160px;
    height: 160px;
  }
  .mainmenu ul li {
    padding-right: 20px;
  }
  .mainmenu ul li a {
    font-size: 16px;
  }
  .breadcrumb-area h2 {
    font-size: 50px;
  }
  .breadcrumb-box ul li {
    font-size: 30px;
  }
	.team-page-area .new-top .list {
		width: 65%;
	}
}
  @media (min-width: 1440px) and (max-width: 1600px) {
  /* .hero-slider {
    height: 810px;
  }
  .hero-slider .hero-item {
    height: 810px;
  } */
  .site-logo-img {
    top: calc(30%);
  }
  .footerMenu {
    display: flex;
  }
  .wxImg {
    width: 160px;
    height: 160px;
  }
  .mainmenu ul li {
    padding-right: 6px;
  }
  .mainmenu ul li a {
    font-size: 14px;
  }
  .breadcrumb-area h2 {
    font-size: 40px;
    margin-bottom: 20px
  }
  .breadcrumb-box ul li {
    font-size: 20px;
  }

  #map-container {
    height: 600px;
  }
  .team-page-area-map-change {
    height: 600px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  /* .hero-slider {
    height: 675px;
  }
  .hero-slider .hero-item {
    height: 675px;
  } */
  .site-logo-img {
    top: calc(30%);
  }
  .footerMenu {
    display: flex;
  }
  .wxImg {
    width: 150px;
    height: 150px;
  }
  .mainmenu ul li {
    margin-right: 6px;
  }
  .mainmenu ul li a {
    font-size: 14px;
  }
  .breadcrumb-area h2 {
    font-size: 40px;
    margin-bottom: 20px
  }
  .breadcrumb-box ul li {
    font-size: 20px;
  }

  #map-container {
    height: 600px;
  }
  .team-page-area-map-change {
    height: 600px;
  }
 }
@media (min-width: 992px) and (max-width: 1200px){
  /* .hero-slider {
    height: 535px;
  }
  .hero-slider .hero-item {
    height: 535px;
  } */
  .footerMenu {
    display: none;
  }
  .wxImg {
    width: 150px;
    height: 150px;
  }

  /* .about-img {
    height: 350px;
  } */
  .about-img .row {
    display: flex;
    flex-direction: row;
    justify-content: none;
    flex-wrap: wrap;
  }
  .breadcrumb-area h2 {
    font-size: 30px;
    margin-bottom: 10px
  }
  .breadcrumb-box ul li {
    font-size: 18px;
  }

  #map-container {
    height: 400px;
  }
  .team-page-area-map-change {
    height: 400px;
  }
}

@media (max-width: 992px) {
  .team-page-area .container {
    flex-direction: row;
    justify-content: center;
  }
  .team-page-area .text {
      flex-direction: column;
  }
}

@media (min-width: 768px) and (max-width: 992px){
  /* .hero-slider {
    height: 432px;
  }
  .hero-slider .hero-item {
    height: 432px;
  } */
  .footerMenu {
    display: none;
  }
  .wxImg {
    width: 150px;
    height: 150px;
  }

  /* .about-img {
    height: 900px;
  } */
  .about-img .row {
    display: flex;
    flex-direction: row;
    justify-content: none;
    flex-wrap: wrap;
  }
  .breadcrumb-area h2 {
    font-size: 30px;
    margin-bottom: 10px
  }
  .breadcrumb-box ul li {
    font-size: 12px;
  }

  .team-page-area .team-page-area-map {
    flex-direction: column;
  }
  #map-container {
    height: 400px;
  }
  .team-page-area-map-change {
    height: 400px;
  }
}

@media (min-width: 576px) and (max-width: 768px){
  /* .hero-slider {
    height: 332px;
  }
  .hero-slider .hero-item {
    height: 332px;
  } */
  .footerMenu {
    display: none;
  }
  .wxImg {
    width: 150px;
    height: 150px;
  }

  /* .about-img {
    height: 700px;
  } */
  .about-img .row {
    display: flex;
    flex-direction: row;
    justify-content: none;
    flex-wrap: wrap;
  }
  .breadcrumb-area h2 {
    font-size: 20px;
    margin-bottom: 0
  }
  .breadcrumb-box ul li {
    font-size: 10px;
  }

  .team-page-area .team-page-area-map {
    flex-direction: column;
  }
  #map-container {
    height: 300px;
  }
  .team-page-area-map-change {
    height: 300px;
  }
	.breadcrumb-area {
		background-size: 100% 100%!important;
		padding-top: 15%;
	}

	/*新闻	*/
	.blog-area-herder-deatil-left .blog-img img {
		height: 200px!important;
	}

	/*地图*/
	.team-page-area .map {
		height: 300px;
	}
}

@media (max-width: 576px){
  /* .hero-slider {
    height: 232px;
  }
  .hero-slider .hero-item {
    height: 232px;
  } */
  .footerMenu {
    display: none;
  }
  .wxImg {
    width: 150px;
    height: 150px;
  }

  .about-img {
    width: 100%;
    /* height: 2000px; */
  }
  .about-img .row {
    display: flex;
    flex-direction: row;
    justify-content: none;
    flex-wrap: wrap;
  }
  .about-img .row>div {
    width: 100%;
  }
  .breadcrumb-area h2 {
    font-size: 20px;
    margin-bottom: 0
  }
  .breadcrumb-box ul li {
    font-size: 10px;
  }

  .team-page-area .team-page-area-map {
    flex-direction: column;
  }
  #map-container {
    height: 300px;
  }
  .team-page-area-map-change {
    height: 300px;
  }

	.breadcrumb-area {
		background-size: 100% 80%!important;
		padding-top: 15%;
	}

	.about-area {
		padding-right: 5%;
		padding-left: 5%;

	}

	/*新闻	*/
	.blog-area-herder-deatil-left .blog-img img {
		height: 200px!important;
	}

	/*地图*/
	.team-page-area .map {
		height: 200px;
	}

	.blog-area {
		padding-top: 30px;
	}

	.blog-area-herder-deatil-main {
		width: 100%;
	}



	.recent-project-area{
		padding-top: 30px;
	}
	.recent-project-area .project-btn .row {
		margin-bottom: 20px;
	}

	.testimonial-area {
		padding-top: 30px;
	}

	/*新闻*/
	.team-page-area {
		padding-top: 0;
	}
	.news-text-herder {
		margin-bottom: 30px;
	}
	.team-page-area .new-top .list .news-main{
		height: 300px;
	}

	/*	招聘*/
	.people-main {
		height: 488px;
	}
	.people-main-body {
		height: 250px;
	}
	.team-page-area .mCSB_container {
		margin-right: 10px;
	}

	.team-page-area-map2-main {
		width: 100%;
	}

	/*企业文化*/
	.center-box-title {
		font-size: 18px;
	}
	.bottom-box-item-right {
		font-size: 14px;
	}
}
