 .feature-box:before { 
		background: #ffff;
	}
	.feature-box:hover i, .feature-box:hover h5,.feature-box:hover h4, .feature-box:hover p {
		//color: #000;
	}
	.price-plan .center p, .price-plan .center .para, .price-plan .center h4, .price-plan .center li, .price-plan .center li:before{ 
		//color: #000 !important;
	}
	.price-plan .center .gradient{
		//background: #000 !important; 
	}
	.feature-box1 {
		margin-top: 18px;
		padding: 40px;
		position: relative;
		overflow: hidden;
		-webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
		-ms-transition: all .4s ease;
		-o-transition: all .4s ease;
		transition: all .4s ease;
	}	max-width: 350px;
	.feature-box1 i {
		font-size: 40px;
		position: relative;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: opacity .5s ease-in-out;
		-o-transition: opacity .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	.feature-box1 .gradient {
		background: linear-gradient(to right, #FC2548 0%, #f11fad 93%)!important;
		font-size: 40px;
		-webkit-background-clip: text !important;
		-webkit-text-fill-color: transparent !important;
	}
	.price-plan .center .gradient{
		background: linear-gradient(to right, #FC2548 0%, #f11fad 93%)!important; 
		-webkit-background-clip: text !important;
		-webkit-text-fill-color: transparent !important;
	}
	
	
	.modal-backdrop{
	    z-index:0;
		}
	
	.img-responsive{
	height: auto;
    display: block;
    padding-left: 3em;
    top: -19px !important;
	}
	 
	 @media (max-width: 991px){
.img1 {
     padding: 17px 5px 5px 125px !important;
     margin-left: 11px;
}
}

.about-wrap-layout1 {
  padding: 10rem 0 0;
}
.about-wrap-layout2 {
  padding: 9.3rem 0 6.3rem;
}
.about-wrap-layout3 {
  padding: 9.2rem 0px 6.5rem;
}
@media only screen and (max-width: 991px) {
  .about-wrap-layout3 {
    padding: 4.5rem 0px 6.5rem;
  }
}
.about-wrap-layout4 {
  padding: 10rem 0 5rem;
}
.about-wrap-layout5 {
  padding: 10rem 0;
}
.about-box-layout1 .item-content {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 1199px) {
  .about-box-layout1 .item-content {
    margin-top: 0;
    margin-bottom: 5rem;
  }
}
.about-box-layout1 .item-content .item-title {
  text-transform: capitalize;
  color: #111111;
  font-weight: 600;
}
.about-box-layout1 .item-content .sub-title {
  color: #111111;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
}
.about-box-layout1 .item-content p {
  margin-bottom: 24px;
}
.about-box-layout2 {
  position: relative;
}
.about-box-layout2 .item-img {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .about-box-layout2 .item-img {
    position: inherit;
  }
}
.about-box-layout2 ul {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 991px) {
  .about-box-layout2 ul {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.about-box-layout2 ul li {
  margin-bottom: 5px;
  font-size: 20px;
}
.about-box-layout2 ul li:last-child {
  margin-bottom: 0;
}
.about-box-layout2 ul li a {
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#396cf0), to(#285ada));
  background: -webkit-linear-gradient(left, #396cf0, #285ada);
  background: -o-linear-gradient(left, #396cf0, #285ada);
  background: linear-gradient(to right, #396cf0, #285ada);
  padding: 30px 30px 30px 75px;
  display: block;
  color: #ffffff;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about-box-layout2 ul li a i {
  font-size: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30px;
}
.about-box-layout2 ul li a:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  right: 0;
  background-color: #396cf0;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about-box-layout2 ul li a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  z-index: 1;
  color: #ffffff;
}
.about-box-layout2 ul li a:hover:after {
  width: 100%;
  left: 0;
}
.about-box-layout3 {
  margin-bottom: 3rem;
}
.about-box-layout3 .item-title {
  font-weight: 600;
}
.about-box-layout3 .item-title span {
  font-weight: 400;
}
.about-box-layout3 p {
  margin-bottom: 0;
}
.about-box-layout4 {
  margin-bottom: 3rem;
}
.about-box-layout4 .media .item-icon i {
  display: inline-block;
  line-height: 1.3;
}
.about-box-layout4 .media .item-icon i:before {
  font-size: 58px;
  color: #396cf0;
  margin-left: 0;
}
.about-box-layout4 .media .media-body .item-title {
  font-weight: 600;
  font-size: 20px;
}
.about-box-layout5 {
  padding-left: 15px;
}
@media only screen and (max-width: 991px) {
  .about-box-layout5 {
    padding-left: 0;
  }
}
.about-box-layout5 .item-title {
  font-weight: 700;
}
.about-box-layout5 .about-img {
  margin-top: 30px;
}
.about-box-layout5 .about-img img {
  margin-bottom: 30px;
}
.about-box-layout5 .about-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 35px 0 20px;
}
@media only screen and (max-width: 575px) {
  .about-box-layout5 .about-info {
    display: block;
    margin: 30px 0;
  }
}
.about-box-layout5 .about-info li {
  width: 50%;
  position: relative;
  margin-bottom: 20px;
  padding-left: 40px;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .about-box-layout5 .about-info li {
    width: 100%;
  }
}
.about-box-layout5 .about-info li:after {
  content: "\f054";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 10px;
  left: 0;
  top: 2px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  z-index: 1;
  border-radius: 50%;
  background-color: #396cf0;
  height: 20px;
  width: 20px;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(42, 92, 220, 0.75);
  -moz-box-shadow: 0px 2px 15px 0px rgba(42, 92, 220, 0.75);
  box-shadow: 0px 2px 15px 0px rgba(42, 92, 220, 0.75);
}
@media only screen and (max-width: 991px) {
  .about-box-layout6 {
    margin-bottom: 50px;
  }
}
.about-box-layout6 .item-title {
  color: #111111;
}
.about-box-layout6 .item-title span {
  color: #396cf0;
}
.about-box-layout6 .sub-title {
  color: #111111;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}
.about-box-layout6 p {
  margin-bottom: 24px;
}
.about-box-layout7 .item-video {
  position: relative;
}
.about-box-layout7 .item-video .item-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}
.about-box-layout8 {
  padding-bottom: 10rem;
  padding-right: 15%;
  padding-left: 10%;
  padding-top: 7rem;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .about-box-layout8 {
    padding-right: 0;
    padding-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .about-box-layout8 {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 0;
    padding-bottom: 5rem;
  }
}
.about-box-layout8 .item-title {
  text-transform: capitalize;
  color: #111111;
}
.about-box-layout8 .item-title span {
  color: #396cf0;
  font-weight: 600;
}
.about-box-layout8 .sub-title {
  color: #111111;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
}
.about-box-layout8 p {
  margin-bottom: 24px;
}
.about-box-layout9 {
  position: relative;
  text-align: center;
}
.about-box-layout9 img {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .about-box-layout9 img {
    position: inherit;
  }
}
.about-box-layout10 .about-img {
  margin-bottom: 5rem;
}
.about-box-layout10 .about-img .nav-item {
  border-radius: 50%;
}
.about-box-layout10 .about-img .nav-item img {
  border-radius: 50%;
  margin: 0 auto;
}
.about-box-layout10 .about-content {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  margin-bottom: 5rem;
}
.about-box-layout10 .about-content .single-item .item-title {
  font-size: 36px;
  color: #111111;
}
@media only screen and (max-width: 991px) {
  .about-box-layout10 .about-content .single-item .item-title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .about-box-layout10 .about-content .single-item .item-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .about-box-layout10 .about-content .single-item .item-title {
    font-size: 30px;
  }
}
.about-box-layout10 .about-content .single-item .item-title span {
  font-weight: 600;
  display: block;
}
.about-box-layout10 .about-content .single-item .sub-title {
  font-size: 20px;
  color: #396cf0;
  font-weight: 500;
}
.about-box-layout10 .slick-navigation {
  height: 40px;
  width: 40px;
  background-color: transparent;
  color: #396cf0;
  border: 1px solid;
  border-color: #396cf0;
  position: absolute;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.about-box-layout10 .slick-navigation:hover {
  background-color: #396cf0;
  color: #ffffff;
}
.about-box-layout10 .slick-custom-prev {
  left: 15px;
}
.about-box-layout10 .slick-custom-next {
  left: 60px;
}
.about-box-layout11 {
  padding: 10rem 10rem 8rem;
}
@media only screen and (max-width: 1199px) {
  .about-box-layout11 {
    padding: 8rem 4rem 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .about-box-layout11 {
    padding: 7rem 15px;
  }
}
.about-box-layout11 .item-title {
  font-size: 40px;
  color: #111111;
}
@media only screen and (max-width: 991px) {
  .about-box-layout11 .item-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .about-box-layout11 .item-title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 575px) {
  .about-box-layout11 .item-title {
    font-size: 32px;
  }
}
.about-box-layout11 .item-title span {
  font-weight: 500;
  display: block;
}
.about-box-layout11 .sub-title {
  font-size: 22px;
  color: #111111;
  font-weight: 500;
  margin-bottom: 20px;
}
.about-box-layout11 p {
  margin-bottom: 24px;
}
.about-box-layout12 {
  position: relative;
  text-align: center;
}
.about-box-layout12 img {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .about-box-layout12 img {
    position: inherit;
  }
}
@media only screen and (max-width: 991px) {
  .about-box-layout13 {
    margin-bottom: 50px;
  }
}
.about-box-layout13 .item-title {
  color: #111111;
  font-weight: 300;
  font-size: 40px;
}
@media only screen and (max-width: 991px) {
  .about-box-layout13 .item-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .about-box-layout13 .item-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .about-box-layout13 .item-title {
    font-size: 30px;
  }
}
.about-box-layout13 .item-title span {
  font-weight: 500;
  display: block;
}
.about-box-layout13 .sub-title {
  color: #111111;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.36;
}
.about-box-layout13 ul.list-info li {
  display: block;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  font-weight: 500;
}
.about-box-layout13 ul.list-info li:last-child {
  margin-bottom: 0;
}
.about-box-layout13 ul.list-info li:after {
  content: "\f00c";
  position: absolute;
  left: 0;
  z-index: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #396cf0;
  font-size: 14px;
  top: 2px;
}
.about-box-layout14 .item-video {
  position: relative;
}
.about-box-layout14 .item-video img {
  border-radius: 4px;
  margin-top: 10px;
}


.widget-about-info ul li a {
    position: relative;
    display: block;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
    color: #111111;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.sidebar-widget-area {
    margin-bottom: 3rem;
}
.widget-about-info ul li a.active {
    color: #396cf0;
}
.sidebar-widget-area .widget:last-child {
    margin-bottom: 0 !important;
}
.sidebar-widget-area .widget {
    margin-bottom: 4rem;
}
.widget-about-info ul {
    -webkit-box-shadow: 0px 1px 20px 0px rgba(218, 227, 232, 0.75);
    -moz-box-shadow: 0px 1px 20px 0px rgba(218, 227, 232, 0.75);
    box-shadow: 0px 1px 20px 0px rgba(218, 227, 232, 0.75);
    border-radius: 4px;
    padding: 30px;
    width: 100%;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.widget-about-info ul li {
    display: inline-block;
    width: 100%;
}
.about-box-layout5 {
    padding-left: 15px;
}
about-box-layout5 .item-title {
    font-weight: 700;
}

.widget-about-info ul li a.active:before {
    color: #396cf0;
}


.modal-dialog.modal-lg {
    max-width: 80%;
}
@media only screen and (max-width: 600px) {
 .modal-dialog.modal-lg {
    max-width: 100%;
}
}
#gallery .owl-carousel .owl-item {
    margin-right: 15px !important; 
}

@media (max-width: 576px){
#gallery .owl-carousel .owl-item img {
   max-width: 267px !important;
  
   
}
}

@media (max-width: 576px){
.download-pdf {
   float:right;
  margin-top: -2em; 
   
}
}

.installation-video{
margin-top: 9em;
max-width:50%;
}

@media (max-width: 576px){
.installation-video{
max-width:100%;
margin-top: 9em;
}
}


