@media only screen and (min-width: 1000px) and (max-width: 1180px) {

	.container {
		width: 1000px;
		margin: auto;
	}


}

@media only screen and (min-width: 768px) and (max-width: 999px) {
	.container {
		width: 747px;
		margin: auto;
	}

	.logo {
		width: 40%;
	}

	.menu_main {
		width: 60%;
	}

	.menu_main_full {
		width: 75%;
	}

	.menu_rlinks {
		width: 25%;
	}
}

@media only screen and (min-width: 640px) and (max-width: 767px) {

	.container {
		width: 590px;
		margin: auto;
	}

	.logo {
		width: 40%;
	}

	.menu_main {
		width: 60%;
	}

	.menu_main_full {
		width: 75%;
	}

	.menu_rlinks {
		width: 25%;
	}
}

@media only screen and (min-width: 480px) and (max-width: 639px) {

	/* columns */
	.one_half,
	.one_third,
	.one_fourth,
	.two_third,
	.three_fourth,
	.one_fifth,
	.onecol_forty,
	.onecol_sixty,
	.onecol_thirtyfive,
	.one_half_less,
	.one_third_less,
	.one_fourth_less,
	.two_third_less,
	.three_fourth_less,
	.one_fifth_less,
	.onecol_forty_less,
	.onecol_sixty_less,
	.onecol_thirtyfive_less {
		position: relative;
		margin-right: 0%;
		float: left;
	}

	.one_full,
	.one_half,
	.one_third,
	.one_fourth,
	.one_fifth,
	.two_third,
	.three_fourth,
	.onecol_forty,
	.onecol_sixty,
	.onecol_thirtyfive,
	.one_full_less,
	.one_half_less,
	.one_third_less,
	.one_fourth_less,
	.one_fifth_less,
	.two_third_less,
	.three_fourth_less,
	.onecol_forty_less,
	.onecol_sixty_less,
	.onecol_thirtyfive_less {
		width: 100%;
		margin-bottom: 50px;
	}

	.last {
		margin-right: 0 !important;
		margin-bottom: 0 !important;
	}

	.container {
		width: 440px;
		margin: auto;
	}

	.logo {
		width: 100%;
	}

	.menu_main {
		width: 100%;
	}

	.menu_main_full {
		width: 65%;
	}

	.menu_main_full.three {
		width: 100%;
	}

	.menu_rlinks {
		width: 35%;
	}

	.menu_rlinks .mrbut {
		padding-right: 10px;
		padding-left: 10px;
	}

	.menu_main.rslinks {
		width: 75%;
	}


}


@media only screen and (max-width: 479px) {

	/* columns */
	.one_half,
	.one_third,
	.one_fourth,
	.two_third,
	.three_fourth,
	.one_fifth,
	.onecol_forty,
	.onecol_sixty,
	.onecol_thirtyfive,
	.one_half_less,
	.one_third_less,
	.one_fourth_less,
	.two_third_less,
	.three_fourth_less,
	.one_fifth_less,
	.onecol_forty_less,
	.onecol_sixty_less,
	.onecol_thirtyfive_less {
		position: relative;
		margin-right: 0%;
		float: left;
	}

	.one_full,
	.one_half,
	.one_third,
	.one_fourth,
	.one_fifth,
	.two_third,
	.three_fourth,
	.onecol_forty,
	.onecol_sixty,
	.onecol_thirtyfive,
	.one_full_less,
	.one_half_less,
	.one_third_less,
	.one_fourth_less,
	.one_fifth_less,
	.two_third_less,
	.three_fourth_less,
	.onecol_forty_less,
	.onecol_sixty_less,
	.onecol_thirtyfive_less {
		width: 100%;
		margin-bottom: 50px;
	}

	.last {
		margin-right: 0 !important;
		margin-bottom: 0 !important;
	}

	.container {
		width: 400px;
		margin: auto;
	}


	.logo {
		width: 100%;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-bottom: 21px;
	}

	#logo {
		width: 40%;
	}

	.menu_main {
		width: 100%;
	}

	.menu_main_full {
		width: 70%;
	}

	.menu_main_full.three {
		width: 100%;
	}

	.menu_rlinks {
		width: 30%;
	}

	.menu_rlinks .mrbut {
		font-size: 12px;
		padding-right: 2px;
		padding-left: 2px;
	}

	.menu_main.rslinks {
		width: 72%;
	}

	.cta-thumb img {
		height: 280px;
	}

	.cta-sec-contact {
		margin-bottom: 2rem;
	}

	/* my custom styles */
	.about-section .container {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;


	}

	.about-section .container .home-about-right {
		width: 100%;
	}

	.home-about-row {
		display: block;
		margin-bottom: 2rem;

	}

	.home-about-row .home-about-left {
		/*flex: 1 1 auto;*/
		margin-right: 0%;
	}

	.about-thumb .homepage-solar-pic {
		width: 200px;
	}

	.top_nav {
		display: none;
	}

	.top_nav .left {
		padding: 4px 0px;
	}

	.header {
		height: 130px !important;

	}

	.compact .header {
   
    height: auto!important;
}

	.header .container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-left: 11px;
		flex-direction: column;
		margin-right: 11px;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	/*.compact .header #logo {
		background-size: unset !important;
		width: 40%;background-position: center 2px !important;
	}
*/
	.compact .header {
		background: #fff !important;
	}

	.compact .slidermar {
		margin-top: 150px;
	}

	.navbar-collapse {
		box-shadow: none;
	}

	.compact .header .menu_main {
		margin-top: -7px !important;
	}

	.cta-sec-bg {
		height: 573px;
	}

	.cta-thumb {
		margin-top: -7px;
	}

	.packages-box {
		width: 50%;
	}

	.service-text h4 a {
		font-size: 20px;
		line-height: 25px;
		min-height: 65px;
	}

	.service-content {
		margin-left: 10px;
		margin-right: 10px;
	}

	.service-box-footer a {
		font-size: 14px;
		text-wrap: nowrap;
	}

	.footer-1,
	.footer-2,
	.footer-3,
	.footer-4 {
		margin-top: 1rem;
	}

	.footer-1 .qlinks,
	.footer-2 .qlinks,
	.footer-3 .qlinks,
	.footer-4 .qlinks {
		margin-top: 1.5rem;
	}

	.footer-4 {
		margin-top: 1rem;
	}

	.about-section-main-title h2 {
		font-size: 27px;
		line-height: 30px;
		margin-bottom: 15px;
	}

	.about-contact {
		margin-top: 10px;
	}

	.section-title h4 {
		font-size: 20px;
	}

	.section-main-title h2 {
		font-size: 24px;
    margin-bottom: 10px;
    padding-top: 16px;
	}

	.section-main-title p {
		font-size: 14px;
    padding-top: 0px;
    font-weight: 400;
	}

	.section-2-title h1 {
		font-size: 20px;
		line-height: 28px;
	}

	.history-2-icon::before {
		height: 55px;
	}

	.history-2-icon img {
		height: 35px;
		width: 35px;
	}

	.history-content h3 {
		font-size: 15px;
		line-height: 16px;
		margin-top: 21px;
    }

	.cta-content-box h3 {
		font-size: 22px;
		line-height: 33px;
	}

	.cta-sec-contact h5 {
		font-size: 22px;
		line-height: 30px;
	}

	.special-section-main-title h2 {
		font-size: 18px;
		line-height: 30px;
	}

	.cta-sec {
		padding: 0px 0px 50px;
	}

	.about-section {
		padding: 100px 0 50px;
	}

	.history-area {
		padding-bottom: 50px;
	}

	.slidermar {
		margin-top: 130px;
	}

	.banner-contect {
		margin-top: unset;
	}

	.meet-our-team .main-users {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}

	.keypoint blockquote {
		font-size: 15px;
		padding: 5px 30px 468px 15px;
	}

	.rts-single-working-process {
		margin-bottom: 1.9rem;
		padding: 30px 20px;
		    height: auto;
	}

	.about-contain {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.about-contain .container {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 1rem;
	}

	.about-contain .container .about-text-right {
		width: 100%;
	}

	.banner {
		margin-top: 8rem;
	}

	.banner h1 {
		font-size: 22px;margin-bottom: 8px;    line-height: 22px;
	}

	.banner p {
		font-size: 14px;line-height: 23px;
	}

	

	.single-contact--info-wrapper {
		margin-bottom: 4rem;height: auto;
	}

	.single-contact--info-wrapper .content span {
		font-size: 18px;
	}

	.single-contact--info-wrapper .content .title {
		margin-bottom: 2px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
	}

	.single-contact--info-wrapper .thumbnail .icon {
		width: 70px;
		height: 70px;
	}
.single-contact--info-wrapper .content {
    padding: 60px 5px 30px;
}
	.contact-sec-1 {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;


	}

	.contact-sec-1 .map-sec {
		width: 100%;
	}

	.contact-sec-1 .form-sec {
		width: 100%;
		margin-right: 0;    padding: 20px;
	}

	.carrer-form {
		margin-top: 70px;
	}

	

	.residential {
		margin-top: 40px;
	}

	.contact-center-design {
		margin-top: 40px;
		padding-bottom: 40px;


	}

	.contact-center-design .container {
		flex-direction: column;
		align-items: center;
		gap: 1rem;
	}

	.contact-center-design .container .form-go-solar-left {
		width: 100%;
	}

	.contact-center-design .container .form-go-solar-left .gosolar-title h2 {
		font-size: 24px;
		line-height: 30px;

		margin-bottom: 6px;
	}

	.contact-center-design .container .form-go-solar-left .gosolar-image {
		margin-top: 20px;
	}

	.contact-center-design .container .form-go-solar-right {
		width: 100%;
	}

	.contact-center-design .container .form-go-solar-right .form_box-1 {
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}

	.about-section {
		padding: 50px 0 50px;
	}

	.about-text-left {
		width: unset;
	}

	.rts-single-working-process .icon img {
		width: 30px;
		height: 30px;
	}

	.rts-single-working-process .icon {
		width: 60px;
		height: 60px;
	}

	.contact_from_box {
		margin-top: 1.5rem;
    padding: 20px 25px 23px;
	}

	.rts-short-service-area .icon img {
		width: 60px;
		height: 60px;
	}

	.rts-short-service-area .short-information p.disc {
		font-size: 13px;
		line-height: 20px;
		max-width: 100%;
	}

	.rts-short-service-area .short-information .title {
		font-size: 15px;
		line-height: 27px;
		margin-bottom: 0px;
	}

	.mode-image.images {
		height: 250px;
		object-fit: cover;
		transform: translate3d(-17.965px, -206px, 0px) !important;
	}

	.overview-content .features-list li span {
		font-size: 13px;
	}

	

	.show--down {
		margin-top: 40px;
	}

	.disc-b-title {
		max-width: unset;
	}

	.compact .header .logo {
		padding-bottom: 20px;
	}

	.footer,
	.qlinks li a,
	.copyright_info,
	.faddress li a {
		font-size: 14px;
	}

	.copyright_info{ margin: 20px 0px 0px 0px;    padding: 25px 0px 60px 0px;}

	.one_half {
		margin-bottom: 0;
	}

	.our-history-text p {
		margin-right: 0px;
		font-size: 13px;
		line-height: 19px;
	}

	.our-history-text span {
		font-size: 16px;
	}

	.our-history-text h4 {
		font-size: 18px;
		line-height: 26px;
	}

	.single-service-box {
		margin-bottom: 5rem;
	}

	.service-icon {
		bottom: 45px;
	}

	.service-icon img {
		width: 90px;
		height: 90px;
	}

	.solar-street {
		margin-top: 40px;
	}
}


@media only screen and (max-width: 479px) {
	.show--down {
		margin-top: 40px;
	}

	
	.form-go-solar-left {
		padding-top: 10px;
	}

	.gosolar-title h2 {
		font-size: 19px !important;
		line-height: 27px !important;
		margin-bottom: 6px !important;
	}

	.gosolar-title p {
		font-size: 13px;
		line-height: 22px;
	}

	.respective-images p {
		font-size: 17px;
		line-height: 16px;
		padding: 8px 0px;
	}

	.contact_from_box label {
		font-size: 14px;
    font-weight: 400;
	}

	.banner {
		margin-top: 8rem;
	}

		.banner h1 {
			font-size: 18px;
		}

		.banner p {
			font-size: 13px;
		}
	

	.banner-contect {
		padding: 18px 0px 10px;
	}

	.slidermar {
		margin-top: 130px;
	}

	.compact .header #logo {
		width: 50%;
	}

	.container {
		width: 300px;
		margin: auto;
	}

	.about-section {
		padding: 50px 0 50px;
	}

	.about-section-main-title h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 8px;
	}

	.about-content-discription p {
		font-size: 13px;
		line-height: 23px;
	}

	.about-phone-no {
		font-size: 18px;
		line-height: 41px;
	}

	.about-content-discription h4 {
		font-size: 18px;
		line-height: 24px;
	}

	.about-content-discription {
		padding-right: 0rem;
	}

	.package-heading {
		
		font-size: 16px;
	}

	.price-text h2 {
		font-size: 22px;    margin-top: -87px;
	}

	.package-list-text p {
		    font-size: 14px;
    line-height: 26px;
	}

	.subsidy-section {
		padding: 0;
	}

	.subsidy-section h3 {
		font-size: 18px;
		margin-bottom: 30px;
	}

	.history-area {
		padding-top: 40px;
	}

	.section-title h4 {
		    font-size: 19px;
    line-height: 27px;
	}

	.section-2-title h1 {
		font-size: 15px;
		line-height: 21px;
	}

	.cta-thumb img {
		height: 244px;
	}

	.user-solar-image img {
		right: -30px;
		top: 84px;
		width: 362px;
	}

	.packages-box {
		width: 100%;
		margin-bottom: 35px;
	}



	.footer {
		padding-top: 30px;
		margin-top: 30px;
	}

	.about-contain .container .about-text-left {
		width: 100%;


	}

	.about-contain .container .about-text-left p {
		    font-size: 14px;
    line-height: 26px;
	}

	 
		.rts-single-working-process .icon {
			width: 80px;
			height: 80px;
		}

		.rts-single-working-process .title {
			font-size: 20px;
			line-height: 7px;
			margin-bottom: 14px;
		}

		.rts-single-working-process .content p.disc {
			font-size: 14px;
			line-height: 27px;
		}

		.rts-single-working-process .special-text p {
			font-size: 14px;
			line-height: 22px;
		}
	



	.term-section {
		margin-bottom: 10px;
	}

	.our-misson-text2 {
		margin-top: 24px !important;
	}



	.container.section-2-title {
		margin-top: 40px;
	}

	.section-title {
		margin-bottom: 10px;
	}

	.short-service-area-start-six {
		padding: 40px 0 20px;
	}

	.rts-short-service-area .icon img {
		width: 60px;
		height: 60px;
	}

	.disc-b-title {
		max-width: 100%;
		font-size: 14px;
		line-height: 24px;
	}

	.rts-short-service-area .short-information .title {
		font-size: 15px;
		line-height: 27px;
		margin-bottom: 0px;
	}

	.rts-short-service-area .short-information p.disc {
		font-size: 13px;
		line-height: 20px;
		max-width: 100%;
	}

	.solar-btn.about {
		a {
			font-size: 13px;
		}
	}

	.subsidy-text1 {
		line-height: unset;
	}

	.services-one__icon {
		margin-top: 1.5rem;
	}

	.dsdsd-content {
		width: 100%;padding: 5px 25px 25px;
	}

	.small-image-area p {
		font-size: 13px;
		line-height: 26px;
	}

	.overview-content .features-list li span {
		font-size: 14px;
	}

	.show--down h2 {
		font-size: 22px;
		line-height: 26px;
	}

	.st-accordion ul li a {
		font-size: 14px !important;
	}

	.small-image-area li {
    font-size: 14px;
    line-height: 27px;    margin-bottom: 15px;
}

	.title--skew-up {
		font-size: 18px;
		line-height: 24px;
	}

	.mode-image.images {
		height: 250px;
		object-fit: cover;
		transform: translate3d(-17.965px, -206px, 0px) !important;
	}

	.solar-street {
		margin-top: 40px;
	}

	.solar-street p {
		font-size: 15px;
		line-height: 27px;
	}

	.our-history-area h4 {
		font-size: 20px;
		line-height: 26px;
	}

	.our-history-text span {
		font-size: 16px;
	}

	.our-history-text p {
		    margin-right: 0px;
    font-size: 14px;
    line-height: 22px;
	}

	.overview-content.our-history-text h2 {
		font-size: 18px;
		line-height: 26px;
	}

	.our-history-text h4 {
		font-size: 18px;
		line-height: 26px;
	}

	.service-section-1 .solar-subtitle {
		font-size: 19px;
		margin-bottom: 30px;
		line-height: 33px;
	}

	.single-service-box {
		margin-bottom: 5rem;
	}

	.single-service-box.street {
		margin-bottom: 0;
	}

	.service-icon {
		bottom: 45px;
	}

	.service-icon img {
		width: 90px;
		height: 90px;
	}

	.summary-point blockquote {
		font-size: 13px;
		line-height: 24px;
	}

	.service-content-1 p {
		font-size: 14px;
		line-height: 22px;
	}

	.service-content-1 h3 {
		font-size: 18px;
		line-height: 20px;
	}

	.rts-single-working-process .icon img {
		width: 30px;
		height: 30px;
	}

	.rts-single-working-process .icon {
		width: 60px;
		height: 60px;
	}

	.rts-single-working-process .special-text {
		margin-top: 23px;
	}
	.our-misson-text {
    margin-top: 20px !important;
}

	.about-btn {
    margin-top: 10px;
}

.aside-left {
    width: 100%;
    float: left;
    margin-right: 0%;
    border-radius: 0px;
    background: url(../images/media/home-about.jpg) no-repeat left;
    background-size: cover;
    padding: 15px 15px;
}

.aside-left h2 {
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.3px;
    margin-bottom: 18px;
    text-transform: none;
    font-family: Poppins, sans-serif;
    float: left;
    line-height: 25px;
    border: 1px solid #eee;
    /* border-bottom: 0px; */
    padding: 9px;
    border-radius: 0px;
    position: relative;
    display: inline-block;
}

.aside-left p {
    font-family: Poppins, sans-serif;
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.5px;
    margin-top: 0;
    text-transform: none;
    float: left;
    line-height: 28px;
    border: 1px solid #eee;
    /* border-bottom: 0px; */
    padding: 6px;
    border-radius: 0;
    position: relative;
    display: inline-block;
}
.modal-content {
    /* align-items: center; */
    flex-wrap: wrap;
    margin: auto;
    width: 90%;
    display: flex;
    background-color: #fff;
}
.aside-right {
    width: 100%;
    float: left;
    margin-right: 0%;
    background-color: #fff;
    padding: 40px 40px 40px 20px;
}
.modal {
    display: none;
    position: fixed;
    z-index: 999999;
    padding-top: 34px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}
.aside-right {
    width: 100%;
    float: left;
    margin-right: 0%;
    background-color: #fff;
    padding: 20px 20px 20px 20px;
}
.about-text-left h5 span {
    color: #fff;
    font-size: 20px;
    background-color: #f26222;
    display: inline-block;
    margin-right: 5px;
    padding: 5px 8px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.about-text-left h5{ font-size: 20px;}

.keypoint {
    display: none;
}

.meet-our-team .card-body {
    margin-bottom: 30px;
}

.short-service-area-start-six   .col-lg-7{padding-right: 0px;
    padding-left: 0px;}

.rts-short-service-area {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.form-sec h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 18px;
    color: #000;
    font-weight: 600;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px !important;
    padding: 9px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  
}

.map-sec h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 18px;
    color: #000;
    font-weight: 500;
}

.carrer-form .col-lg-12{    padding-right: 0px;
    padding-left: 0px;}

.form_box input {
    border: 1px solid rgba(100, 100, 100, 0.15);
    width: 100%;
    height: 45px;
    padding: 0 18px;
    margin-bottom: 20px;
    outline: 0;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
    background: #fff;
}
.residential ul li {
    width: 100%;
    float: left;
    margin-right: 0%;
    list-style: none;
    margin-bottom: 25px;
}

.respective-images img{
    width: 100%;
   
}
.meet-our-team h5 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #000;
}
.short-service-area-start-six .col-lg-5 {
    padding-right: 0px;
    padding-left: 0px;
}

.overview-content h4 {
    font: 20px 'Poppins', sans-serif;
    font-weight: normal;
    line-height: 29px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #f26222;
    padding-top: 0px;
}


.our-history-area .col-lg-5 {
    padding-right: 0px;
    padding-left: 0px;
}

.our-history-area .col-lg-7 {
    padding-right: 0px;
    padding-left: 0px;
}

.our-history-area .col-lg-12 {
    padding-right: 0px;
    padding-left: 0px;
}

.our-history-text .col-xl-6, .our-history-text .col-lg-6, .our-history-text .col-md-6{
    padding-right: 0px;
    padding-left: 0px;
}
.our-history-wrapper {
    margin-left: 0px;
    margin-bottom: 24px;
}


.f_none {
    float: none!important;
}

.enquire-cont {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45px;
    background: #f1f1f1;
    -webkit-box-shadow: 0 -3px 6px 0 rgb(0 0 0 / 16%);
    -moz-box-shadow: 0 -3px 6px 0 rgba(0,0,0,.16);
    box-shadow: 0 -3px 6px 0 rgb(0 0 0 / 16%);
    display: block;
    z-index: 4;
}

.enquire-cont a {
    width: 50%;
    width: -webkit-calc(16.66% - 0px);
    width: -moz-calc(16.66% - 0px);
    width: calc(16.66% - 0px);
    text-align: center;
    height: 45px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 0;
    color: #fff;
    float: left;
    background: #fff;
}

.enquire-cont a span {
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.d-in-blk {
    display: inline-block;
}
.f_none::after {
    display: block;
    clear: both;
    content: "";
}
.footer-social-links {
    /* width: 100%; */
    float: left;
    margin-top: 10px;
    display: none;
}

.logo {
    padding-bottom: 5px !important;
}

.about-li ul li {
    width: 100%;
    float: left;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    padding-bottom: 10px;
    margin-left: 30px;
}
.about-text-right img {
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.video-box {
    width: 100%;
    float: left;
    margin-right:0%;
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 30px;
}

.home-about-right {
    width: 100%;
    float: left;
    margin-right: 0%;        margin-top: 30px;
}
.home-about-left {
    width: 100%;
    float: left;
    margin-right: 0%;
}

.home-video{width:100%; height:237px;}

}

/*============banner=============================*/
/* .ms-view,
.ms-mask-frame,
.ms-slide,
.ms-view img {
	height: 200px !important;
	object-fit: cover;
	object-position: top left;
}

.ms-view img {
	margin-top: 0 !important;
} */


@media only screen and (width<=999px) {
	.header .container {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.header .container .menu_main {
		margin-top: 0;
	}

	.header .container .menu_main .navbar-toggle {
		margin-top: 0;
	}
}