/* styles on navbar */
.navbar{
	background-color:#fff;
	border-bottom: solid 2px green;
}
.navbar img{
	width:100px;
}
.navbar-nav .nav-item .nav-link{
	color:black;
	padding:0 30px 0 30px;
	    font-weight: 600;
}
.navbar a{
	color:#fff;
	text-decoration:none;
}
.navbar-nav .nav-item .nav-link:hover{
	border-bottom:solid 3px green;
}
.carousel-indicators .active {
    background-color: black;
}
.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
	border-radius:10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color:green;
}
@media screen and (max-width:480px){
	.navbar-nav .nav-item .nav-link{
	     color:black;
	     padding:5px;
	    font-weight: 600;
		text-align:center;
		font-size: 20px;
		border-bottom: solid 1px red;
}
}
/* end of navbar styles */


/* styles on top slider */
.top-slider{
	margin-top:15px;
}
.product-slider{
    margin-top:6rem;
}

@media screen and (max-width:480px){
    .top-slider{
	margin-top:5rem;
}
.product-slider{
    margin-top:5rem;
}
}

/* end of top slider*/
.products{
	padding:30px 0 30px 0;
}

@media screen and (max-width:480px){
.products{
	padding:0px 0 30px 0;
}
}	
.products-header h3{
	text-align: center;
    font-size: 2.250em;
    color: #5AAA67;
    font-weight: 700;
	font-family:sans-serif;
    
}
@media screen and (max-width:480px){
	.products-header h3{
	text-align: center;
    font-size: 1.85em;
    color: #5AAA67;
    font-weight: 700;
	margin-top:10px;
    font-family:sans-serif;
}
}
.products-header h4{
	text-align:center;
	color: #5AAA67;
	font-family: auto;
    font-weight: 600;
	font-size:32px;
	padding:10px 0 0 0;
}
@media screen and (max-width:480px){
	.products-header h4{
	text-align:center;
	color: #5AAA67;
	font-family: auto;
    font-weight: 600;
	font-size:28px;
}
}
.ol-wrapper{
padding:30px 0 30px 0;
}
.ol-header h1{
    text-align: center;
    font-size: 2.250em;
    color: #5AAA67;
    font-weight: 700;
	/*text-transform: uppercase;*/
	    font-family: sans-serif;
}
	
@media screen and (max-width:480px){
	.ol-header h1{
    text-align: center;
    font-size: 1.75em;
    color: #5AAA67;
    font-weight: 700;  
	font-family: sans-serif;
}
}
	
.ol-header p{
	text-align:center;
	font-size:19px;
	color:grey;
	padding:10px 0 0 0;
}
.ol-why{
	padding:30px 0 30px 0;
}
@media screen and (max-width:480px){
   .ol-why{
	padding:10px 0 20px 0;
} 
}
.ol-1{
	padding:15px;
}
@media screen and (max-width:480px){
    .ol-1{
	padding:5px;
}
}
.ol-1 img{
	width:100%;
	border-radius:10px;
}
.ol-1 h3{
	
    text-align: center;
    font-size: 2.250em;
    color: #5AAA67;
    font-weight: 700;
	font-family: sans-serif;
    
}
@media screen and (max-width:480px){
	.ol-1 h3{
	  text-align: center;
    font-size: 1.75em;
    color: #5AAA67;
    font-weight: 700;
    font-family: sans-serif;    
}
}
.ol-1 p{
	text-align:center;
	font-size:19px;
	color:grey;
	padding:10px 0 0 0;
}
.per-choice{
	padding:30px 0 30px 0;
}
.per-header{
	padding:2px 0 30px 0;
}
.per-header h3{
	text-align: center;
    font-size: 2.250em;
    color: #5AAA67;
    font-weight: 700;
	font-family:sans-serif;
}
@media screen and (max-width:480px){
	.per-header h3{
	text-align: center;
    font-size: 1.75em;
    color: #5AAA67;
    font-weight: 700;
    font-family:sans-serif;
}
}
.per-1{
	padding:20px 0 20px 0 ;
	border:solid 1px red;
	box-shadow:4px 4px 4px grey;
	margin:5px;
	height:370px;
}

.per-1 img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.per-1 h5{
	text-align:center;
	padding:15px;
	font-size:22px;
	color:#5AAA67;
}
.per-1 p{
	text-align: center;
    font-size: 18px;
    font-weight: 500;
    opacity: 0.5;
    line-height: 32px;
}
.dis-pro {
	padding:30px 0 30px 0;
}
.dis-header h4{
	text-align: center;
    font-size: 2.250em;
    color: #5AAA67;
    font-weight: 700;
    font-family:sans-serif;
}
@media screen and (max-width: 480px){
.dis-header h4 {
    text-align: center;
    font-size: 1.75em;
    color: #5AAA67;
    font-weight: 700;
    font-family:sans-serif;
}
}
.dis-con{
	padding:20px;
}
.dis-con img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.dis-con h4{
	text-align:center;
	font-family:auto;
	color: #5AAA67;
}
.dis-con2  img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:65px;
	}
.dis-con .dis-con1{
	float:left;
}
/* media screen only mobile */
@media screen and (max-width:480px){
	/*.dis-con{
		margin-left:20%;
		margin-right:20%;
	}*/
   
      .dis-con1{
		  width:100%;
		  	 
	  }
	  .dis-con2{
		  width:100%;		  
	  }
    .dis-con1 img{
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
    .dis-con2 img{
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	.dis-con2 #img1{	
	}
	.dis-con2 #img2{
		display:none;
	}
}
@media (min-width: 481px) and (max-width: 767.98px){
	.dis-con h4 {
    text-align: center;
    font-family: auto;
    color: #5AAA67;
    font-size: 15px;
}
	.dis-con{
		
		padding:0px;
	}
	.dis-con img {
    display: block;
	margin-left:auto;
	margin-right:auto;
    height: 60px;
	
}
		.dis-con1 #img1{
		display:none;
	}
	.dis-con2 #img2{
		display:block;
		margin-top: 5px;
	}
}
/* styles on min 768*/
@media (min-width: 768px) and (max-width: 991.98px){
	.dis-con h4 {
    text-align: center;
    font-family: auto;
    color: #5AAA67;
    font-size: 22px;
}
	.dis-con{
		
		padding:0px;
	}
	.dis-con img {
    display: block;
	margin-left:auto;
	margin-right:auto;
    height: 100px;
	
}
		.dis-con1 #img1{
		display:none;
	}
	.dis-con2 #img2{
		display:block;
		margin-top: 5px;
	}
	
}
/* media screen on min 1024px*/
@media screen and (min-width:1024px){
	.dis-con1 #img1{
		display:none;
	}
	.dis-con2 #img2{
		display:block;
	}
}


.p-16{
	margin-left:30px;
	margin-right:30px;
}
.testimonials-header h3{
	text-align: center;
    font-size: 2.250em;
    color: #5AAA67;
    font-weight: 700;
    font-family:sans-serif;
}
@media screen and (max-width:480px){
	.testimonials-header h3{
	text-align: center;
    font-size: 1.50em;
    color: #5AAA67;
    font-weight: 700;
	font-family:sans-serif;
    }
}
.imgTitle img{
	border:solid 3px #5AAA67;
	
}
@media screen and (max-width:480px){
	.imgTitle img{
	border:solid 3px #5AAA67;
	width:100%;
}
}
.cust-sat {
	padding:30px 0 30px 0;
}
.cust-con h3{
	text-align: center;
    color: #5AAA67;
    font-family: fantasy;
    font-weight: 600;
    line-height: 32px;
    font-size: 42px;
    padding: 10px;
}
@media screen and (max-width:480px){
	.cust-con h3{
	text-align: center;
    color: #5AAA67;
    font-family: fantasy;
    font-weight: 600;
    line-height: 32px;
    font-size: 26px;
    padding: 10px;
}
}
.cust-con p{
	text-align:center;
	font-size:20px;
	color:red;
}
.cust-con img{
	width:100%;
	display:block;
	margin-left:auto;
	margin-right:auto;
	
}
.digi{
	padding:30px 0 30px  0;
}
.digi-con{
	padding:10px;
	margin:5px;
}
.became-dis{
	padding:30px 0 30px 0;
	margin-top:2rem;
}
@media-screen and (max-width:480px){
   .became-dis{
	padding:30px 0 30px 0;
	margin-top:7rem;
} 
}
.became-dis-con{
	padding:40px 0 40px 0;
}
.became-dis-con img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:80%;
}
@media-screen and (max-width:480px){
   .became-dis-con img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:100%;
}
}
.dis-btn {
	background-color:green;
	color:#fff;
}
.digi-con img{
	width:100%;
}
.contact{
	padding:50px 0 50px 0;
	background-image:url("../image/banner.jpg");
	background-size: 100% 300px;
	margin-top:5rem;
}
@media screen and (max-width:480px){
   .contact{
    margin-top:5rem;
}
}
.contact-header h3{
	text-align:center;
	padding:60px 0 60px 0;
	color:#fff;
	text-shadow:2px 2px 2px black;
	font-size:32px;
}
.contact-wrapper{
	padding:30px 0 30px 0;
}
.contact-frm{
	padding:20px;
}
.contact-frm h4{
    font-size: 2.250em;
    color: #5AAA67;
    font-weight: 700;
    /* text-transform: uppercase; */
    font-family: sans-serif;
}
@media screen and (max-width:480px){
	.contact-frm h4{
	
    font-size: 1.75em;
    color: #5AAA67;
    font-weight: 700;
    /* text-transform: uppercase; */
    font-family: sans-serif;
}
}

.divider-line {
    height: 2px;
    margin-top: 18px;
    width: 50px;
}
.bg-maincolor {
    background-color: #dd4454;
	height:5px;
	width:10%;
	margin-top: -3px;
}
@media screen and (max-width:480px){
	.bg-maincolor {
    background-color: #dd4454;
	height:5px;
	width:20%;
	margin-top: -3px;
}
}
.text-center {
    text-align: center!important;
}
.contact-frm p{
	padding:20px 0 20px 0;
    font-size: 19px;
    color: grey;
}
.contact-bg{
	background-color:#f2f5f7;
}
.big-btn {
    border-radius: 5em;
    font-weight: 500;
    min-width: 200px;
    padding: 22px 35px;
	background-color:green;
	color:#fff;
}
.company-details{
	padding:30px;
	background-color:#f2f5f7;
}
.add-con{
	padding:30px 0 30px 0;
}
.add-con i{
	color:#dd4454;
	font-size:3rem;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
    color: grey;
    font-size: 19px;
}
.social-link{
	list-style-type:none;
}
.social-link li{
	float:left;
	padding:5px;
}
.social-link li a{
	color:#fff;
	text-decoration:none;
}
.fa {
  padding: 10px;
  font-size: 30px;
  width: 35px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}
.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-instagram {
  background: #125688;
  color: white;
}
.con-frm input[type=submit]{
	
	background-color:green;
	color:#fff;
	padding:10px;
	margin:5px;
	
	
}

.footer{
	padding:40px 0 40px 0;
	border:solid 3px green;
	background-color:#231f20;
}
.footer-left{
	display:block;
}
.footer-left img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
}
.footer-left h5{
	text-align:center;
	padding:10px;
	font-weight:600;
}
.footer-left p{
	font-size: 14px;
	color:#fff;
}
.footer-left1 p{
	font-size: 14px;
	color:#fff;
}
.footer-left p b{
	color:black;
	font-weight:650;
}

.footer-left a{
	text-decoration:none;
	font-size: 14px;
    color: #fff;
}
.footer-left li{
	color:#fff;
	list-style-type:none;
}
.footer-left1 li{
	color:#fff;
	list-style-type:none;
}
.footer-icon {
	float:left;
}
.footer-icon1{
	float:left;
	background-color:red;
}
.footer-contact-info{
	list-style-type:none;
}
.icon-holder{
	float:left;
}
/* styles on owl carousel/*
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
.mySlides img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	border:solid 2px green;
	height:500px;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}


/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
@media only screen and (max-width: 480px){
	.mySlides img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	border:solid 2px green;
	
	width:100%;
}
}

/* styles on prevoius next icon */
.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 30px;
    width: 30px;
    outline: black;
    background-color:green;
    background-size: 100%, 100%;
    border-radius: 50%;
    border: 1px solid black;
	color:green;
}
.my-theme{
	padding:30px;
	margin-left:20px;
	margin-right:20px;
}
@media screen and (max-width:480px){
	.my-theme{
	padding:5px;
	margin-left:20px;
	margin-right:20px;
}
}
.my-theme1{
	padding:120px;
	
}
@media screen and (max-width:480px){
	.my-theme1{
	padding:10px;
	margin-left:20px;
	margin-right:20px;
}
}
.my-theme2{
	padding:30px 120px 30px 120px ;
}
@media screen and (max-width:480px){
	.my-theme2{
	padding:10px;
	margin-left:20px;
	margin-right:20px;
}
}
/* styles on about-wrapper */
.about-wrapper{
	padding:20px;
	margin-top:6rem;
}
.about-content{
	border:solid 1px #cecccc;
}
.about-content-header h3{
	  text-align: center;
    font-size: 2.250em;
    color: #5AAA67;
    font-weight: 700;
    padding-bottom: 2px;
}
@media screen and (max-width:480px){
.about-content-header h3{
	    text-align: center;
    font-size: 1.50em;
    color: #5AAA67;
    font-weight: 700;
    padding-bottom: 2px;
}
}	

.about-content img{
	width:100%;
}
.about-content1 p{
	text-align:justify;
	font-size: 19px;
    color: grey;
}
@media screen and (max-width:480px){
	.about-content1{
		padding:20px 0 0 0;
	}
}
.about-content1 a{
	text-decoration:none;
	color:red;
	
}
.our-advantages{
	padding:20px;
}
.ad-con1 img{
	width:100%;
}
.ad-con2 p{
	text-align:justify;
	font-size: 19px;
    color: grey;
}
@media screen and (max-width:480px){
	.ad-con2{
		padding:20px 0 0 0;
	}
}
.ad-con2 li{
	text-align:justify;
	font-size: 19px;
    color: grey;
}
/* styles on privacy policy */
.privacy{
	padding:20px 0 20px 0;
	
}
@media screen and (max-width:480px){
.privacy{
	padding:20px 0 20px 0;
}
}
.privacy-wrapper h3{
	text-align: center;
    font-size: 2.50em;
    color: #5AAA67;
    font-weight: 700;
    padding-bottom: 2px;
}
@media screen and (max-width:480px){
.privacy-wrapper h3{
	text-align: center;
    font-size: 1.50em;
    color: #5AAA67;
    font-weight: 700;
    padding-bottom: 2px;
}
}	
.privacy-wrapper p{
	text-align: justify;
    font-size: 19px;
    color: grey;
}
.privacy-wrapper h5{
	font-weight:600;
}
.about1{
	padding:30px 0 30px 0;
}
@media screen and (max-width:480px){
	.about1{
	padding:10px 0 30px 0;
}
}
.about1 h3 {
    text-align: center;
    font-size: 2.250em;
    color: #5AAA67;
    font-weight: 700;
	font-family: sans-serif;
}
@media screen and (max-width:480px){
.about1 h3 {
    text-align: center;
    font-size: 1.75em;
    color: #5AAA67;
    font-weight: 700;
	font-family: sans-serif;
}
}
.about1 p {
    text-align: center;
    font-size: 19px;
    color: grey;
	padding:10px 0 0 0;
}
.about2{
padding:30px 0 30px 0;
background-color:#edeef2;
}
@media screen and (max-width:480px){
	.about2{
		padding:30px 0 30px 0;
	}
}
.about2 h3 {
    text-align: center;
    font-size: 2.250em;
    color: #5AAA67;
    font-weight: 700;
	font-family: sans-serif;
}
@media screen and (max-width:480px){
.about2 h3 {
    text-align: center;
    font-size: 1.75em;
    color: #5AAA67;
    font-weight: 700;
	font-family: sans-serif;
 }
}
.about2-con {
	padding:40px 0 20px ;
}
.about2-con img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.about2-con img:hover{
	display:block;
	margin-left:auto;
	margin-right:auto;
	  background-image: linear-gradient(180deg, #034f84,  #87bdd8);
	border-radius:65px;
	cursor:pointer;
}
.about2-con h5{
	text-align:center;
	color:black;
	font-weight:700;
	padding:10px 0 10px 0;
}
 /* animation on footer icon */
.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:90px;
  right:27px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #000000;
  z-index:100;
}
.fa-whatsapp{
  color: #ffffff;
  font-size: 30px;
  bottom:90px;
}
.float1{
  position:fixed;
  width:60px;
  height:60px;
  bottom:20px;
  right:27px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #000000;
  z-index:100;
}
.fa-phone{
  color: #ffffff;
  font-size: 20px;
  bottom:50px;
}
/* styles on terms */
.terms{
	padding:50px 0 50px 0;
	background-image:url("../image/privacyPolicyBanner.jpg");
	background-size: 100% 300px;
	margin-top:5rem;
}
@media screen and (max-width:480px){
   .terms{
    margin-top:5rem;
}
}
.terms-header h3{
	text-align:center;
	padding:60px 0 60px 0;
	color:#fff;
	text-shadow:2px 2px 2px black;
	font-size:32px;
}
/*styles on privacy */
.top-privacy{
	padding:50px 0 50px 0;
	background-image:url("../image/privacy.jpg");
	background-size: 100% 300px;
	margin-top:5rem;
}
@media screen and (max-width:480px){
   .top-privacy{
    margin-top:5rem;
	padding:10px 0 10px 0;
	background-image:url("../image/privacy.jpg");
	background-size: 100% 300px;
}
}
.top-privacy-header h3{
	text-align:center;
	padding:60px 0 60px 0;
	color:#fff;
	text-shadow:2px 2px 2px black;
	font-size:32px;
}

.my-themec{
	padding:60px;
	margin-left:50px;
	margin-right:50px;
}
@media screen and (max-width:480px){
.my-themec {
    padding: 5px;
    margin-left: 20px;
    margin-right: 20px;
}
}
/* styles on company-profile */
.mac{
	padding:30px;
}
@media screen and (max-width:480px){
	.mac{
	padding:15px;
}
}
.mac-details{
	padding:5px;
	margin:5px;
	border:solid 1px #ebe8e8;
}
.mac-details img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.about-profile{
	padding:30px 0 30px 0;
}
.profile-con .prof .fa-phone{
	background-color:red;
}
.profile-con .prof1 li{
	list-style-type:none;
	font-size:17px;
}
@media screen and (max-width:480px){
	.profile-con .prof1 li{
	list-style-type: none;
    font-size: 17px;
    text-align: center;
}
	
}

.profile-con .prof1 li span{
	color:grey;
	font-weight:500;
}
/* styles on profile section */
.profile{
	padding:30px 0 30px 0;
}
.profile-pdf{
	padding:30px 0 30px 0;
}
.profile-con{
	display: block;
    margin-left: auto;
    margin-right: auto;
    margin: 5px;
  
}

.prof img{
	width:100%;
}
@media screen and (max-width:480px){
	.prof{
		margin:5px;
	}
	.prof img{
	    width: auto;
    height: 70px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	
}
.profile-con{
	display: block;
    margin-left: auto;
    margin-right: auto;
    margin:10px 0 10px 0;
  
}
}
.prof1{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.company-profile-pdf{
	padding:30px 0 30px 0;
}
.profile-details a{
	text-decoration:none;
	color:#fff;
	text-align:center;
}
.profile-button{
	border-radius: 5em;
    font-weight: 500;
    min-width: 200px;
    padding: 22px 35px;
    background-color: green;
    color: #fff;

}
