.aboutbanner{
    background:url("../images/aboutbanner.jpg") no-repeat;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 210px;
}
.aboutbanner h2{
   color:#fff;
   font-size: 43px;
   font-weight: 400;
   font-family: 'Rubik', sans-serif;
}
.goodnesssectionabout{
    color: #000;
	font-size: 14px;
	background: #ffffff;
	padding: 25px;
	border-radius: 7px;
	text-align: center;
}
.goodnesssectionabout h5{
	color: #168543;
	font-weight: 700;
	font-size: 25px;
	display: block;
	margin-bottom: 15px;
}
.goodnesssectionabout img{
	margin-bottom: 15px;
}

.backcolor{
	background: #ededed;
	border-left: 7px #168543 solid;
}
.backcolorrev{
	background: #ffffff;
	border-left: 7px #168543 solid;
}
.aboutgreenback{
	background: #168543;
}
.aboutimgpart{
	margin: 0;
}
.aboutimgpart img{
	margin: 0;
	border-radius: 7px;
}
.boardshadow{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 7px;
	padding: 20px;
}

.aboutussectioninnercon strong {
    font-size: 24px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}
.businessbanner{
    background:url("../images/businessbanner.jpg") no-repeat center;
}
.carrers{
    background:url("../images/carrer.jpg") no-repeat center;
}
.contactbanner{
    background:url("../images/contactbanner.jpg") no-repeat center;
}
.valueguide{
    background-color: #191919;
    padding-top: 80px;
    padding-bottom: 80px;
}
.valuetext{
    font-family: 'Rubik', sans-serif;
    color: #fff;
    font-size: 30px;
    line-height: 39px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.valuetextcontact{
    font-family: 'Rubik', sans-serif;
    color: #fff;
    font-size: 18px;
    display: block;
    text-align: center;
    font-weight: normal;
}
.valuetextcontact h5{
    font-size: 32px;
    padding-bottom: 20px;
}
.roundstyle{
    margin: 0;
}
.roundstyle ul{
    margin: 0;
    padding: 0;
}
.roundstyle ul li{
    margin: 0 0 30px 0;
    padding: 0;
    width: 100%;
    color: #fff;
    display: block;
    font-family: 'Rubik', sans-serif;
    list-style: none;
    clear: both;
}
.roundstyle ul li strong{
    margin: 0;
    padding: 0;
    width: 100%;
    color: #717171;
    font-family: 'Rubik', sans-serif;
    display: block;
    font-size: 27px;
    padding-bottom: 10px;
    font-weight: 400;
}
.roundstyle ul li img{
    float: left;
    margin: 0 22px 14px 0;
}
/*-- scroll--*/
.scrollbar{
	height: 80vh;
	overflow-y: scroll;
    padding-right: 21px;
}
#style-3::-webkit-scrollbar{
	width: 6px;
	background-color: transparent;
}
#style-3::-webkit-scrollbar-thumb{
	background: linear-gradient(0deg,rgba(0, 0, 0, 100) 0%, rgba(167, 167, 167, 100) 50%, rgba(255, 255, 255, 100) 100% );
    border-radius: 20px;
}
.altercontent{
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    color: #191919;
}
.altercontent strong {
    color: #168543;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    font-size: 36px;
    display: block;
    width: 100%;
    padding: 20px;
    line-height: 38px;
}
.altercontentright{
	padding-right: 100px;
}
.altercontentleft{
	padding-left: 100px;
}
.altercontent ul li{
	margin-top: 10px;
	list-style: circle;
	line-height: 20px;
}
.altercontent p{
    padding-right: 50px;
    font-size: 15px;
    color: #000;
}
.altercontent img{
    padding-top: 15px;
    padding-bottom: 15px;
}
.parallexback {
    background-image: url('../images/withus.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 2%;
    padding-bottom: 2%;
    height: 100vh;
    display: flex;
    align-items: center;
}
.conback{
    background-image: url('../images/conback.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom;
    padding-top: 3%;
    padding-bottom: 3%;
}
.withussection{
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    color: #191919;
}
.withussection h5{
    color: #191919;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    font-size: 42px;
    display: block;
    width: 100%;
    padding-bottom: 10px;
}
.withussection a {
    color: #000;
    text-decoration: none;
    line-height: 50px;
    padding-right: 27px;
    background: url('../images/rightarrow.png') no-repeat right;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-top: 16px;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
}
/*-- form--*/
.formsectionbackground{
	background-color: #fff;
	padding: 40px;
    position: relative;
}
.form-control{
	border-radius: 0;
    color: #737579;
    font-size: 13px;
    padding: 10px;
    font-family: 'Rubik', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    display: inline-block;
    width: 30%;
    margin-right: 5px;
}
.form-control::placeholder {
	 color: #737579 !important;
	 opacity: 1;
 }
.msg{
    width: 93%;
    margin-top: 10px;
    height: 120px;
}
.conbtn{
  color: #000;
}
.buttoncommon{
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    background-color: #ff8700;
    padding: 10px 45px 10px 20px;
    text-decoration: none;
    margin-top: 15px;
    border-radius: 3px;
    font-size: 13px;
    font-family: 'Rubik', sans-serif;
    letter-spacing: 1px;
    position: relative;
  }
  .buttoncommon::after{
    position: absolute;
    top: 17px;
    right: 10px;
    width: 21px;
    height: 9px;
    content: '';
    background-image: url('../images/buttonarrow.png');
  }
  .buttoncommon:hover{
      background-color: #174a9d;
      color: #fff;
      transition: 0.3s;
  }
.address{
    color: #696969;
    font-family: 'Rubik', sans-serif;
    font-size: 17px;
    line-height: 20px;
}
.address img{
    float: left;
    margin-right: 20px;
}
.address strong{
    font-weight: 500;
    font-size: 28px;
    display: block;
    padding-bottom: 12px;
    color: #000;
    padding-top: 10px;    
}
/*-- gallery --*/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v142/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}
.lightboxpreview {
  transition: all 0.3s linear;
  padding-top: 60%;
  cursor: pointer;
  background-size: cover;
}

.lightbox-content {
  max-height: 75vh;
  height: 75vh;
  width: 100%;
  max-width: 1000px;
}

.lightbox-close {
  cursor: pointer;
  margin-left: auto;
  position: absolute;
  right: -30px;
  top: -30px;
  color: white;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.modal_inner_image {
  min-height: 400px;
  z-index: 1000;
}
.modal-content {
  width: 100%;
}

.modalscale {
  transform: scale(0);
  opacity: 0;
}

.lightbox-container,
.lightbox-btn,
.lightbox-image-wrapper,
.lightbox-enabled {
  transition: all 0.4s ease-in-out;
}
.lightbox_img_wrap {
  padding-top: 65%;
  position: relative;
  overflow: hidden;
  outline: 6px #383480 solid;
  border: 6px #fff solid;
}
.lightbox-enabled:hover {
  transform: scale(1.1);
}
.lightbox-enabled {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  cursor: pointer;
}

.lightbox-container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
}

.lightbox-container.active {
  opacity: 1;
  pointer-events: all;
}
.lightbox-image-wrapper {
  display: flex;
  transform: scale(0);
  align-items: center;
  justify-content: center;
  max-width: 90vw;
  max-height: 90vh;
  position: relative;
}
.lightbox-container.active .lightbox-image-wrapper {
  transform: scale(1);
}
.lightbox-btn,
#close {
  color: white;
  z-index: 9999999;
  cursor: pointer;
  position: absolute;
  font-size: 50px;
}

.lightbox-btn:focus {
  outline: none;
}

.left {
  left: 50px;
}
.right {
  right: 50px;
}
#close {
  top: 50px;
  right: 50px;
}

.lightbox-image {
  width: 100%;
  -webkit-box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.19);
  box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.19);
  max-height: 95vh;
  object-fit: cover;
}

@keyframes slideleft {
  33% {
    transform: translateX(-300px);
    opacity: 0;
  }
  66% {
    transform: translateX(300px);
    opacity: 0;
  }
}

.slideleft {
  animation-name: slideleft;
  animation-duration: 0.5s;
  animation-timing-function: ease;
}
@keyframes slideright {
  33% {
    transform: translateX(300px);
    opacity: 0;
  }
  66% {
    transform: translateX(-300px);
    opacity: 0;
  }
}

.slideright {
  animation-name: slideright;
  animation-duration: 0.5s;
  animation-timing-function: ease;
}
	
/*-- gallery end --*/
.border-address{
    border-right: 3px #d0d0d0 dotted;
}
.map iframe{
    width: 100%;
    height: 600px;
    filter: grayscale(1);
}
/*-- end--*/
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    text-align: left;
    font-size: 18px;
    background: #fff;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-box-align: left;
    -ms-flex-align: left;
    -webkit-align-items: left;
    align-items: center;
    flex-wrap: wrap;
}

.swiper-pagination-bullet-active{
    background-color:#fff;
}
.color-1{
    background: url('../images/b1.jpg') no-repeat;
    background-size: 100%;
}
.color-1:after {
    display: block;
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #000 100%);
    content: '';
    top:0;
    right:0;
    bottom:0;
    left:0;
    opacity: 0.8;
}
.color-2{
    background: url('../images/b2.jpg') no-repeat;
    background-size: 100%;
}
.color-2:after {
    display: block;
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #000 100%);
    content: '';
    top:0;
    right:0;
    bottom:0;
    left:0;
    opacity: 0.8;
}
.color-3{
    background: url('../images/b3.jpg') no-repeat;
    background-size: 100%;
}
.color-3:after {
    display: block;
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #000 100%);
    content: '';
    top:0;
    right:0;
    bottom:0;
    left:0;
    opacity: 0.8;
}
.color-4{
    background: url('../images/b4.jpg') no-repeat;
    background-size: 100%;
}
.color-4:after {
    display: block;
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #000 100%);
    content: '';
    top:0;
    right:0;
    bottom:0;
    left:0;
    opacity: 0.8;
}
.color-5{
    background: url('../images/b5.jpg') no-repeat;
    background-size: 100%;
}
.color-5:after {
    display: block;
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #000 100%);
    content: '';
    top:0;
    right:0;
    bottom:0;
    left:0;
    opacity: 0.8;
}
.color-6{
    background: url('../images/b6.jpg') no-repeat;
    background-size: 100%;
}
.color-6:after {
    display: block;
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #000 100%);
    content: '';
    top:0;
    right:0;
    bottom:0;
    left:0;
    opacity: 0.8;
}
.color-7{
    background: url('../images/b7.jpg') no-repeat;
    background-size: 100%;
}
.color-7:after {
    display: block;
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #000 100%);
    content: '';
    top:0;
    right:0;
    bottom:0;
    left:0;
    opacity: 0.8;
}
.swiper-container-autoheight{
    height: 100vh !important;
}
.swiper-slide .one{
    width:50%;
    padding:100px;
}
.businesscontent{
    color: #fff;
    position: relative;
    z-index: 999;
}
.businesscontent h1{
    font-family: 'Rubik', sans-serif;
    font-size: 42px;
    font-weight: 100;
}
.businesscontent p{
    font-size: 15px;
    line-height: 20px;
}
.bordersectionbu{
    margin: 0;
    position: relative;
}
.bordersectionbu::first-child{
    border-right: 0;
}
.bordersectionbu::after {
    margin: 0;
    position: absolute;
    content: '';
    top: 87px;
    left: -3px;
    height: 56px;
    border-right: 3px #fff dotted;
}
.businessorderlist{
    margin: 0;
}
.businessorderlist h5{
    margin: 0;
    padding: 0 0 15px 0;
    color: #717171;
    font-size: 26px;
    line-height: 35px;
}
.busicon{
    font-size: 13px;
    line-height: 22px;
    margin-top: 11px;
}
.newsroomsec{
    background:url("../images/newsroomsec.jpg") no-repeat right;
}
.newsroombackground{
    background-color: #ededed;
}
.newsroomcon {
    font-size: 39px;
    color: #737373;
    font-weight: normal;
    line-height: 53px;
}
.newsroomconsevtion{
    font-size: 17px;
}
.newsroomconsevtion h4{
    font-size: 27px;
    padding-bottom: 20px;
}
.csrbackgroundsec{
    background-color: #f3f3f3;
}
.csr{
    background:url("../images/csr.jpg") no-repeat center top;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 301px;
}
.carrerback{
    background: url('../images/carrer01.jpg') no-repeat;
    padding: 0;
    color: #fff;
    font-size: 15px;
    background-size: cover;
}
.carrerback strong{
    color: #fff;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    display: block;
    font-size: 23px;
    padding-bottom: 15px;
    padding-top: 11%;
}
.carrerbackground{
    background-color: #000;
    color: #fff;
}
.carrerbackground strong{
    color: #939393;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    display: block;
    font-size: 23px;
    padding-bottom: 15px;
}
.iconcarrer{
    margin: 0;
    color: #939393;
}
.iconcarrer img{
    margin: 0 25px 22px 0;
    float: left;
}
.iconcarrer a{
    color: #fff;
    text-decoration: none;
    line-height: 50px;
    padding-right: 27px;
    background: url('../images/rightarrow.png') no-repeat right;
    padding-top: 0px;
    padding-bottom: 5px;
    display: inline-block;
    font-weight: 500;
}
.brandcarrer{
    background-color: #545454;
    padding: 20px 0;
}
.newsbackgroundsec{
    background-color: #333333;
}
.newsbackgroundsec strong{
    color: #fff;
}
.newsbackgroundsec p{
    color: #fff;
}
.skysection{
	padding: 110px 0;
	background-color: #002959;
}
.pskysection{
    color: #fff;
    text-align: center;
    padding-top: 50px;
    font-size: 18px;
}
.goodnesssection{
	color: #737373;
	font-size: 14px;
	background: #ffffff;
	text-align: center;
	border-radius: 3px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: center;
	padding: 23px 23px 30px 23px;
	font-weight: normal;
}
.goodnesssection:hover{
	background: #fff;
	color: #000;
	transition: 0.5s;
}
.goodnesssection:hover strong{
	color: #000;
	transition: 0.5s;
}
.goodnesssection img {
    padding-bottom: 0;
    position: absolute;
    top: -48px;
}
.goodnesssection strong{
	font-weight: 500;
	display: block;
	color: #0050ad;
	line-height: 24px;
	padding-bottom: 0;
	font-size: 24px;
	text-transform: none;
	padding-top: 100px;
	padding-bottom: 12px;
}
.box-sec-one{
	margin:0;
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height: 30px;
}
.box-sec-one strong{
	color: #2b2870;
	padding-bottom: 5px;
	display: block;
}
.box-sec-one h2{
	 font-family: 'Poppins', sans-serif;
	 font-weight: 500;
	 color: #fff;
	 font-size: 36px;
	 line-height: 42px;
	 padding-bottom: 58px;
}
/*-- parallex effect --*/
.special {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh; 
    overflow: hidden;
    color: #fff;
}
  .special h2 {
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 100;
    font-size: 65px;
    text-transform: uppercase;
    line-height: 71px;
    padding-bottom: 30px;
  }
  .special .cover {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .special .cover img {
    position: absolute;
    display: block;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .special .content {
    position: absolute;
    display: block;
    /*background: rgba(0, 0, 0, 0.7);*/
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  
  .special .text {
    width: 50%;
  }
  .centralize {
    position: absolute;
    left: 33%;
    top: 50%;
    -webkit-transform: translateZ(0px) translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  @media screen and (max-width: 1000px) {
    .special .text {
      width: 90%;
    }
  }
  .paralextextsection{
    color: #777777;
    position: absolute;
    left: 77%;
    top: 0;
    background: #fff;
    width: 67%;
    border-radius: 3px;
    padding: 25px;
    line-height: 22px;
    font-size: 14px;
  }
  .paralextextsection h5 {
    color: #0050ad;
    font-size: 29px;
    margin-bottom: 14px;
}
.mfchea h3{
    padding: 0;
    margin: 0;
}
.greysection{
    position: relative;
}
.greysection::after {
    position: absolute;
    background-color: #ff8700;
    width: 49%;
    right: 0;
    content: '';
    height: 100vh;
    top: 0;
    z-index: -1;
}
.coninfo{
    color: #fff;
    font-size: 14px;
    list-style: none;
}
.coninfo ul li{
    list-style: none;
	margin-bottom: 40px;
	width: 100%;
	clear: both;
}
.coninfo ul li img{
    float: left;
    margin: 11px 15px 70px 0;
}
.coninfo strong{
    font-size: 27px;
    color: #ffffff;
    display: block;
    font-weight: 700;
}
.coniframe{
    line-height: 0px;
}
.coniframe iframe{
    filter: grayscale(1);
}
@media (max-width: 991px) { 
	.paralextextsection {
	  left: 24%;
	  top: 0;
	  width: 90%;
	}
	.greysection::after{
		display: none;
	}
	.special h2 {
	  font-size: 45px;
	  padding-bottom: 30px;
	  margin-top: -159px;
	  margin: 0 auto;
	  margin-top: -150px;
	  margin-left: 23%;
	}
	.altercontent strong {
	  font-size: 27px;
	  padding-bottom: 7px;
	}
	.altercontent p{
	   font-size: 13px;
	}
	.manufactureimg img{
	   width: 100%;
	   height: 100%;
	   object-fit: cover;
	}
	.bannercontentinner h2 {
	   font-size: 32px;
	   line-height: 36px;
	}
	.sustainsmalldevice{
		left: 50%;
	}
	.sustainsmalldevice h2{
		margin-left: 0;
	}
	.aboutussectioninner h4{
		font-size: 32px;
	}
	.coninfo strong{
		font-size: 22px;
	}
	.coninfo ul li{
		text-align: center;
	}
	.coninfo ul li img{
		float: none;
		padding-bottom: 7px;
		margin-bottom: 0;
	}
	.form-control{
		width: 90%;
		margin-bottom: 7px;
	}
	.goodnesssection{
		display: block;
		padding-bottom: 20px;
	}
	.goodnesssection img{
		top: 0;
		position: relative;
	}
	.goodnesssection strong {
	  display: block;
	  padding-top: 20px;
	  padding-bottom: 14px;
	}
	.box-sec-one h2{
		padding-bottom: 0;
	}
	.aboutfullwidth{
		width: 100%;
		text-align: cnter;
	}
	.altercontent{
		width: 100%;
		text-align: center;
		padding-bottom: 10px;
	}
	.altercontent strong{
		padding-top: 25px;
	}
	.coninfo ul{
		width: 100%;	
	}
	.mobilepatchsus{
		background: #fff;
		padding: 10px;
		color: #333;
		border-radius: 7px;
	}
}


@media (max-width: 767px) { 
	.paralextextsection {
	  left: 24%;
	  top: 0;
	  width: 90%;
	}
	.greysection::after{
		display: none;
	}
	.special h2 {
	  font-size: 45px;
	  padding-bottom: 30px;
	  margin-top: -159px;
	  margin: 0 auto;
	  margin-top: -150px;
	  margin-left: 23%;
	}
	.altercontent strong {
	  font-size: 27px;
	  padding-bottom: 7px;
	}
	.altercontent p{
	   font-size: 13px;
	}
	.manufactureimg img{
	   width: 100%;
	   height: 100%;
	   object-fit: cover;
	}
	.bannercontentinner h2 {
	   font-size: 32px;
	   line-height: 36px;
	}
	.sustainsmalldevice{
		left: 50%;
	}
	.sustainsmalldevice h2{
		margin-left: 0;
	}
	.aboutussectioninner h4{
		font-size: 32px;
	}
	.coninfo strong{
		font-size: 22px;
	}
	.coninfo ul li{
		text-align: center;
	}
	.coninfo ul li img{
		float: none;
		padding-bottom: 7px;
		margin-bottom: 0;
	}
	.form-control{
		width: 90%;
		margin-bottom: 7px;
	}
	.goodnesssection{
		display: block;
		padding-bottom: 20px;
	}
	.goodnesssection img{
		top: 0;
		position: relative;
	}
	.goodnesssection strong {
	  display: block;
	  padding-top: 20px;
	  padding-bottom: 14px;
	}
	.box-sec-one h2{
		padding-bottom: 0;
	}
	.aboutfullwidth{
		width: 100%;
		text-align: cnter;
	}
	.altercontent{
		width: 100%;
		text-align: center;
		padding-bottom: 10px;
	}
	.altercontent strong{
		padding-top: 25px;
	}
	.coninfo ul{
		width: 100%;	
	}
	.mobilepatchsus{
		background: #fff;
		padding: 10px;
		color: #333;
		border-radius: 7px;
	}
}
@media (max-width: 575px) { 
	.aboutfullwidth img{
		width: 100%;
	}
	.backcolorrev img{
		width: 100%;
	}
	.altercontentleft {
	   padding-left: 20px;
	   text-align: left;
	}
	.altercontent{
		text-align: left;
	}
	.altercontentright {
	  padding-right: 20px;
	}
	.goodnesssectionabout{
		margin-bottom: 15px;
	}
	.aboutimgpart img {
	  margin-bottom: 20px;
	  width: 100%;
	}
	.backcolor, .backcolorrev{
		border: 0;
	}
}




