.navbar{
	font-family: LatoWebRegular;
	font-size: 16px;
	/*font-weight: bold;*/
	text-transform: uppercase;
	color: #000 !important;
}

.nav-link{
	color: rgba(0,0,0,1) !important;
}

.nav-item-demo{
    background-color: #FECE00;
    text-transform: uppercase;
    border-radius: 15px;
    padding: 3px 15px;
	height: 30px;
    margin-top: 3px;	
}

.nav-item-demo a{
    padding: 0px;
}

#sec-carousel{
	margin-bottom: 60px;	
}

#sec-content-about {
	background-image:url("../images/about_back.png");
	padding: 15px 20px 40px 20px;
	text-align: center;
	font-size: 18px;
	font-family: LatoWebRegular;
	/*font-weight: bold;*/
}

#sec-content-about h3 {
	text-transform: uppercase;
	font-family: LatoWebRegular; 
	font-size: 40px;
	/*font-weight: bold;*/
}

.about-point-col{
	display: flex;
}
.about-point{
	background-color: red;
	background-color: #EBEBEB;
	margin-top: 50px;
}

.about-3-head{
			 
	background-color: #FFCD00;
	padding: 15px 5px 5px 5px;
	font-family: LatoWebRegular; 
	/*font-weight: bold;*/
	font-size: 24px;
}

.about-3-details{
/*	padding-bottom: 20px;				  */
	background-color: #EBEBEB;
	/*padding: 5px;
	min-height: 120px;
	font-family: LatoWebRegular; 
	font-size: 17px;*/
}

.same-height2{
	/*min-height: 120px;*/
	padding: 30px 20px 0px 20px;
	/*text-align: justify;*/
}
.about-3-more{
	text-transform:uppercase;
	padding: 5px 15px;
	font-family: LatoWebBold;
	font-size: 17px;
	/*background-color: #D5D5D5;*/
	position: absolute;
	top: 100%;
	margin-top: -40px;
	left: 100%;
	margin-left: -100%;
	width: 100%;
	visibility: hidden;
}
.about-3-more-link{
	background-color: #D5D5D5;
	width: 100%;
	height: 40px;
	padding-top: 7px;
	/*margin-left: 10px;
	margin-right: -50px;*/
}
.about-3-more-link a{
	text-decoration: none;
	color: #fff;	
}
#sec-features {
	padding: 5px 20px 25px 20px;
	text-align: center;
	font-family: LatoWebRegular;
	font-size: 18px;
	/*font-weight: bold;*/
}

#sec-features h3 {
	text-transform: uppercase;
	margin-top: 50px;
	margin-bottom: 130px;
	font-family: LatoWebRegular; 
	font-size: 40px;
	/*font-weight: bold;*/
}

.feature-list{
	background-color: #DC0000;
	border: solid 1px #000;
	/*margin: 5px;*/
	padding: 10px;
	color: #fff;
	font-family: LatoWebRegular;
}

.feature-list p{
	font-size: 16px;
	/*font-weight: bold;*/
}

.feature-list-col{
	display: flex;
	/*vertical-align: top;*/
}

.feature-more{
	text-transform:capitalize;
	padding: 5px;
	/*font-weight: normal;*/
	font-family: LatoWebLight;
	font-size: 18px;
	
	/*background-color: #000;*/
	position: absolute;
	top: 100%;
	margin-top: -50px;
	left: 100%;
	margin-left: -67.5%;
	visibility: hidden;
}

.feature-more a{
	text-decoration: none;
	color: #fff;	
}
.feature-list hr{
	border-color: #fff;
    width: 100%;
    margin-left: -10px;
    padding-right: 20px;
	position: absolute;
	top: 100%;
	margin-top: -60px;
	visibility: hidden;		
}

.feature-list h5{
	/*font-weight: bold;*/
	font-family: LatoWebRegular;
	font-size: 20px;
	text-transform: uppercase;
}

.same-height{
	/*min-height: 120px;*/
	/*padding-bottom: 50px;*/
}
.img-feature{
	margin-top: -80px;
}
a{
	cursor: pointer;
}
#sec-buy-prod{
	background-image:url("../images/buy-product-bg.jpg");
	text-align: center;
	margin-top: 20px;
	font-family: LatoWebRegular;
	font-size: 20px;
	color: #929292;
}

#sec-buy-prod .container{
	padding: 5px 20px 50px 40px;
}

#sec-buy-prod h3{
	text-transform: uppercase;	
	padding: 5px;
	font-family: LatoWebRegular;
	font-size: 40px;
	color: #000;
}

.buy-list{
  border-top-left-radius:20px;
  border-bottom-right-radius:20px;
  border-bottom-left-radius:5px;
  box-shadow:0px -5px  5px rgba(157, 155, 156, 0.8),0px 10px  5px  rgba(255, 205, 0, 0.8);
  -moz-box-shadow:0px -5px  5px rgba(157, 155, 156, 0.8),0px 10px  5px  rgba(255, 205, 0, 0.8);
  -webkit-box-shadow:0px -5px  5px rgba(157, 155, 156, 0.8),0px 10px  5px  rgba(255, 205, 0, 0.8);
  -o-box-shadow:0px -5px  5px rgba(157, 155, 156, 0, 0.8),0px 10px  5px  rgba(255, 205, 0, 0.8);
	padding: 0px 15px;
}

.buy-list strong:nth-child(2){
	font-size: 55px;
	color: red;
}

.btn-buy-now{
	background-color: rgb(255, 205, 0);
	margin: 20px 100px 0px 100px;
	border-radius: 5px 5px 0px 0px;
	padding: 5px;
	color: #000;
}

.buy-list p:first-child{
	text-transform: uppercase;
	font-size: 30px;
	padding: 25px 0px 5px 0px;
	color: #000;
}

.buy-list-col{
	padding-bottom: 30px;
}
.btn-buy-now a{
	text-decoration: none;
}
#sec-clients-testimonial{
	background-image:url("../images/buy-product-bg.jpg");
	text-align: center;
	margin-top: 20px;
	padding: 15px 100px 30px 100px;
	font-family: LatoWebRegular;
	font-size: 20px;
	/*font-weight: bold;*/
	color: #929292;
}

#sec-clients-testimonial h3{
	text-transform: uppercase;	
	padding: 5px;
	margin-bottom: 10px;
	font-family: LatoWebRegular;
	font-size: 40px;
	color: #000;
}

#sec-clients-testimonial strong{
	color: #000;
	font-family: LatoWebBold;
	font-size: 18px;
}

#sec-clients-testimonial p:last-child{
	/*font-weight: normal;*/
}

.fa-quote-left ,.fa-quote-right{
	color: #E5E6E8;
	font-size: 50px !important;
	font-family: LatoWebLight;
	font-size: 18px;
}

.fa-quote-right{
	margin-top: -20px;
}

.testi-content{
	background-color: #fff;
	width: 100%;
	border-radius: 10px;
	padding: 10px;
	margin-top: 20px;
}

.testi-client-img{
	width: 100%;
	height: 100px;
	text-align: center;
	padding: 20px;
}
.testi-client-img img{
	width: 100px;
	height: 100px;
}

#sec-client-list{
	margin: 50px 0px;
	text-align: center;
	font-family: LatoWebRegular;	
	font-size: 20px;
}

#sec-client-list h3{
	text-transform: uppercase;	
	padding: 5px;
	font-family: LatoWebRegular;
	font-size: 40px;
}

.client-list{
	padding: 20px;
}

#sec-contact-us{
	margin: 50px 0px;
	font-family: LatoWebRegular;
	font-size: 18px;
	color: #929292;
}

#sec-contact-us .row{
	padding: 10px 0px;
}

#sec-contact-us h3{
	text-transform: uppercase;	
	padding: 5px;
	text-align: center;
	font-family: LatoWebRegular;
	font-size: 40px;
	color: #000;
}

#sec-contact-us .fa{
	font-size: 24px;
	color: red;
}

#sec-contact-us strong{
	font-size: 20px;
	font-family: LatoWebBlack; 
	padding: 5px 0px;
	color: #000;
}

#sec-footer{
	background-image:url("../images/footer-bg.png");
	text-align: center;
	margin-top: 20px;
	min-height: 300px;
	font-family: LatoWebRegular;
	font-size: 16px;
	margin-right: -20px;
	/*font-weight: bold;*/
}

.social-media{
	font-size: 36px;
	color: #fff;
	text-align: center;
	/*padding-left: 40%;*/
	padding-top: 50px;
	padding-bottom: 50px;
}

.media-item {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	margin: 10px;
}

#facebook{
	/*background:url("../images/sm.png") 	-10px -35px;*/
	background-color: #3B5997;
	/*margin-left:auto;
	margin-right:auto;*/
}

#twitter{
	/*background:url("../images/sm.png") 	-300px -345px;*/
	background-color: #53ADEC;
	/*margin-left:auto;
	margin-right:auto;*/
}

#linkedin{
	/*background:url("../images/sm.png") 	-150px -190px;*/
	background-color: #117BB7;
	/*margin-left:auto;
	margin-right:auto;*/
}

#instagram{
	/*background:url("../images/sm.png") 	-150px -190px;*/
	background-color: #2F699B;
	/*margin-left:auto;
	margin-right:auto;*/
}

.footer-others{
	color: #fff;
}

#b2tbutton {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  margin: 30px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s;
  z-index: 1000;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
}

#b2tbutton:hover {
  cursor: pointer;
  background-color: #333;
}

#b2tbutton:active {
  background-color: #555;
}
#b2tbutton::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#b2tbutton.show {
  opacity: 1;
  visibility: visible;
}

#sec-full-features{
	margin-top: 70px;
	margin-bottom: 50px;
}

#sec-full-features h3{
	text-transform: uppercase;
	text-align: center;
	font-family: LatoWebRegular;
	font-size: 40px;
	margin-bottom: 50px;
	padding-bottom: 10px;
	/*border-bottom: solid 2px #000;*/
}

#sec-full-features ul{
	text-transform: capitalize;
	/*text-align: center;*/
	font-family: LatoWebRegular;
	font-size: 16px;
	/*font-weight: bold;*/
}

#sec-full-features ul:before{
   font-family: FontAwesome;
	content: "\f18e";
	padding-right: 10px;
	color: #FF9800;
}

.imp-feature-list{
    /*margin-left: 20%;*/
    line-height: 25px;
}

.carousel-indicators{
	bottom: -20px !important;
}
.carousel-indicators li{
	background-color: #FF9800 !important;
}

.testi-content .carousel-control-prev{
	width: 50px;
    margin-left: -70px;
}
.testi-content .carousel-control-next{
	width: 50px;
    margin-right: -70px;
}
.client-list .row div{
	margin-bottom: 15px;
}
.testi-content .carousel-control-prev-icon{
	width: 50px;
	height: 180px;
	background: url('../images/left-right.png') 0px -180px;
}

.testi-content .carousel-control-next-icon{
	width: 50px;
	height: 180px;
	background: url('../images/left-right.png') -462px -180px;
}
.required{
	color: #9A090B;
}
@media(max-width:998px){
/*	.feature-list{
		padding-bottom: 100px;
	}*/
.feature-list-col{
	margin-bottom: 110px;	
}
.buy-list-col {
    padding-bottom: 60px;
}
.dots_contact{
	visibility:hidden;
}
.social-media{
	/*padding-left:30%;*/
}
}



.client-content-head {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #4e4d4d;
    text-align: left;
    padding: 15px 0px;
    border-bottom: whitesmoke 1px solid;
}

.client-box {
    border: #eaeaea 1px solid;
    background: #f5f5f5;
    text-align: center;
    width: 2150px;
    display: table-cell;
    float: none;
    vertical-align: middle;
    height: 150px;
}

.client-box h2 {
    font-size: 17px;
    text-align: center;
    color: #868686;
    font-weight: 500;
    text-transform: uppercase;
}