body{
	font-size: 14px;
	font-weight: 400;
	background: #ffffff;
	font-family: 'Nunito', sans-serif;
  padding:0;
}

a, a:active, a:hover, a:focus{
	outline: none;
	text-decoration: none;
}
#content {
    padding: 0 0;
}
#main article {
    margin-bottom: 0px;
    padding: 0 0;
}
.padd-cut{
	padding: 0;
}
.padd-l-cut{
	padding-left: 0;
}
.padd-r-cut{
	padding-right: 0;
}
.sub-head1{
	font-size: 34px;
	font-weight: 700;
	color: #000000;
	margin: 20px 0;
}
.sub-head2{
	color: #000000;
	font-size: 20px;	
	font-weight: 600;
}
.para{
	font-size: 16px;
	color: #5c5c5c;
	font-weight: 400;
}


#header{

}
#header .navbar-default {
	background-color: transparent;
	border: none;
	margin-bottom: 0;
}
#header .navbar-default .navbar-brand{
	height: auto;
}
#header .navbar-default .navbar-brand img{
	width: 130px;
}
#header .navbar-default .navbar-nav{
  float: right;
  margin-top: 16px;
}
#header .navbar-default .navbar-nav > .active > a, #header .navbar-default .navbar-nav > .active > a:hover, #header .navbar-default .navbar-nav > .active > a:focus {
  background-color:transparent;
}

#banner .item img{
	width:100%; 
	height: 100%; 
	float: none;
}
#banner .item .carousel-caption{
	text-shadow: none;
	bottom: 25%;
	text-align: left;
	left: auto;
}
#banner .item .carousel-caption h3{
	font-size: 44px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 35px;
}
#banner .item .carousel-caption p{
	font-size: 18px;
	color: #fff;
	margin-bottom: 35px;
}
#banner .item .carousel-caption a{
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	padding: 10px 20px;
	display: inline-block;
	background-color: #BDD630;
}



#home-about{
	padding: 80px 0;
}
#home-about img{
	width: 100%;
}
#home-about p{
	font-size: 16px;
	font-weight: 300;
	margin: 0px 0 30px;
	color: rgba(37, 37, 37, 0.65);
}
#home-about h4{
	font-size: 36px;
	font-weight: 700;
	margin-top: 40px;
	background: #fb60c5; /* Old browsers */
    background: -moz-linear-gradient(left, #fb60c5 0%, #bdd630 100%);
    background: -webkit-linear-gradient(left, #fb60c5 0%,#bdd630 100%);
    background: linear-gradient(to right, #fb60c5 0%,#bdd630 100%); 
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	display: inline-block;    
}
#home-about a{
	font-size: 18px;
	color: #000000;
	font-weight: 400;
	display: inline-block;
	border: 1px solid #fb60c5;
	padding: 5px 25px;
	border-radius: 7px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	background-position: 0 0, 0 100%;
  	background-repeat: no-repeat;
  	-webkit-background-size: 100% 1px;
  	-moz-background-size: 100% 1px;
 	background-size: 100% 1px;
	background-image: -webkit-linear-gradient(left, #fb60c5 0%, #bdd630 100%), -webkit-linear-gradient(left, #fb60c5 0%, #bdd630 100%);
	background-image: -moz-linear-gradient(left, #fb60c5 0%, #bdd630 100%), -moz-linear-gradient(left, #fb60c5 0%, #bdd630 100%);
	background-image: -o-linear-gradient(left, #fb60c5 0%, #bdd630 100%), -o-linear-gradient(left, #fb60c5 0%, #bdd630 100%);
	background-image: linear-gradient(to right, #fb60c5 0%,#bdd630 100%), linear-gradient(to right, #fb60c5 0%,#bdd630 100%);
}

#product-content{
	padding: 80px 0;
	background-color: #f3f3f3;
}
#product-content h4{
	color: #000000;
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 35px 0;
}
#product-content .sub-head1{
	margin-top: 0;
	margin-bottom: 50px;
}
#product-content .sub-head1 span{
	color: #b2b534;
}
#product-content a .product-box{
	padding: 30px;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
}
#product-content a:hover .product-box{
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
#product-content a .product-box .para{
	margin-bottom: 0;
}

#service-content{
	padding: 80px 0 50px;
}
#service-content .serv-box{
	position: relative;
	background: #edf6ff;
	padding: 25px 15px;
	border-radius: 8px;
	margin-bottom: 30px;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
#service-content a:hover .serv-box {
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
#service-content .serv-box .media-left{
	padding-right: 20px;
}
#service-content .serv-box .media-left .media-object{
	width: 70px;
	background: #fff;
	border-radius: 7px;
	padding: 10px;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
#service-content a:hover .serv-box .media-left .media-object{
	background: #edf6ff;
}
#service-content .serv-box .media-body .media-heading{
	font-size: 20px;
	font-weight: 600;
	color: #000000;
}
#service-content .serv-box .media-body p{
	font-size: 16px;
	color: #000;
	margin-bottom: 0;
}
#service-content .sub-head1{
	margin-top: 50px;
}
#service-content .sub-head1 span{
	color: #b2b534;
}




#demo-content{
	background-image: url(../images/demo-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
}


#claints{
	padding: 50px 0;
}
#claints h4 {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 15px 0;
}
#claints .sub-head1 {
    margin-top: 0;
    margin-bottom: 15px;
}

#footer-1{
	padding: 50px 0;
	background: #02ab71;
    background: -webkit-linear-gradient(left, #02ab71 0%, #7ea49f 100%);
    background: -o-linear-gradient(left, #02ab71 0%, #7ea49f 100%);
    background: linear-gradient(to right, #02ab71 0%, #7ea49f 100%);  
}
#footer-1 h2{
	color: #fff;
	font-size: 40px;
	font-weight: 800;
	margin-top: 0;
}
#footer-1 p{
	color: #fff;
}
#footer-1 .f-head{
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: 50px;
}
#footer-1 .f-social{
	list-style-type: none;
	padding-left: 0;
	display: inline-block;
	margin: 0px;
}
#footer-1 .f-social li{
	margin-bottom: 10px;
}
#footer-1 .f-social li:last-child{
	margin-bottom: 0;
}
#footer-1 .f-social li a{
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 600;
}
#footer-1 .f-social li:nth-child(1) a i{
	margin-right: 19px;
}
#footer-1 .f-social li:nth-child(2) a i{
	margin-right: 12px;
}
#footer-1 .f-social li:nth-child(3) a i{
	margin-right: 14px;
}
#footer-1 .f-social li:nth-child(4) a i{
	margin-right: 14px;
}
#footer-1 .f-social li:nth-child(5) a i{
	margin-right: 12px;
}
#footer-1 .f-social li:nth-child(6) a i{
	margin-right: 10px;
}


#footer-1 .f-links{
	list-style-type: none;
	padding-left: 0;
	display: inline-block;
	margin: 0;
}
#footer-1 .f-links li{
	margin-bottom: 10px;
}
#footer-1 .f-links li a{
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}
#footer-1 .f-links li{
	margin-right: 15px;
}
#footer-1 .f-links li:last-child{
	margin-right: 0;
}
#footer-1 .mail{
	margin-bottom: 30px;
}
#footer-1 .loca{
	
}
#footer-2{
	padding: 25px 0;
	background-color: #000;
}
#footer-2 p{
	margin: 0;
	color: #ffffff;
}


/*produc page style*/
#inner-banner{
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
#inner-banner h2{
	color: #fff;
	font-size: 40px;
	font-weight: 900;
	margin: 165px 0;
}
#inner-banner .overlay{
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.45);
	top: 0;
}
#inner-content{
	padding: 70px 0 40px;
	background: #f6f6f6;
}
#inner-content ul {
    list-style-type: none;
    padding-left: 28px;
    margin: 15px 0;
}
#inner-content ul li {
    color: #999999;
    font-size: 16px;
    line-height: 30px;
}
#inner-content ul li::before {
    content: '\f375';
    display: inline-block;
    position: absolute;
    left: 15px;
    font-family: "Ionicons";
    font-size: 22px;
    font-weight: 500;
    color: #2d5698;
}
.product-banner{
	background-image: url("../images/product-banner.jpg");
}
#inner-content .subhead-1 {
	font-size: 30px;
	font-weight: 700;
	color: #2d5698;
	margin: 80px 0 30px;
}
#inner-content .product-box .product-box-inner {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
	background: #fff;
	padding: 30px;
}
#inner-content .product-box{
	position: relative;
	box-shadow: 0px 0px 0px 0px transparent;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	margin-bottom: 60px;
}
#inner-content .product-box:hover{
	position: relative;
	box-shadow: -15px -15px 2px 0px rgba(43, 83, 146, 0.5);
}
#inner-content .product-box .product-box-inner .subhead-1 {
	color: #a18a5b;
	margin-top: 0;
	text-align: center;
}
#inner-content .product-box .product-box-inner ul li::before {
	left: 30px;
}
/*produc page style end*/

/*service page*/
.service-banner{
  background-image: url("../images/service-banner.jpg");
}
#inner-content .serv-head-box{
	padding: 60px 10px;
	text-align: center;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
	margin-bottom: 30px;
}
#inner-content .serv-head-box img{
	width: 80px;
}

#inner-content .serv-head-box h2{
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 0;
}
#inner-content p{
	font-size: 18px;
	font-weight: 400;
	color: #151e30;
}
/*service page end*/
/*contact page*/
.contact-banner {
    background-image: url("../images/contact-banner.jpg");
}
#contact-send-msg{
	padding: 70px 0;
	background-color: #f6f6f6;
	position: relative;
}
#contact-send-msg .contact-bg-box{
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  	display: inline-block;
	position: relative;
	padding: 50px 0;
	width: 100%;
}
#contact-send-msg .contact-bg-box h2{
	font-size: 30px;
	font-weight: 700;
	color: #2d5698;
	margin: 0 0 15px;
}
#contact-send-msg .contact-bg-box .form-group{
	margin-bottom: 20px;
}
#contact-send-msg .contact-bg-box .form-group .form-control{
	border-radius: 5px;
	border:none;
	background-color: #dcdcdc;
	box-shadow: none;
}
#contact-send-msg .contact-bg-box .btn{
	background-color: #2d5698;
	color: #fff;
	border-radius: 5px;
	padding: 8px 50px;
	font-weight: 500;
}
#contact-send-msg .add-box{
	position: absolute;
	background-color: #2d5698;
	padding: 30px;
	z-index: 1;
	top: 48px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

#contact-send-msg .add-box h3{
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	margin-top: 0;
}
#contact-send-msg .add-box .media{

}
#contact-send-msg .add-box .media .media-left i{
	color: #fff;
	font-size: 20px;
}
#contact-send-msg .add-box .media .media-body{
	width: 100%;
}
#contact-send-msg .add-box .media .media-body p{
	font-size: 18px;
	color: #fff;
	display: inline-block;
	margin-bottom: 0;
	line-height: 22px;
}
/*contact page end*/
/*about page*/
.about-banner{
  background-image: url("../images/about-banner.jpg");
}
#about-sec2{
	padding: 60px 0;
}
#about-sec2 h2{
	color: #324187;
	font-size: 34px;	
	font-weight: 700;
}
#about-sec2 .newspaper {
    -webkit-column-count: 2; 
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px; 
    -moz-column-gap: 30px;
    column-gap: 30px;
    text-align: justify;
    color: #252525;
    color: rgba(37, 37, 37, 0.65);
}

#about-sec3{
	padding: 115px 0;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
}
#about-sec3 img{
	width: 60px !important;
}
#about-sec3 h3{
	color: #E91D26;	
	font-size: 36px;	
	font-weight: 700;
	margin-top: 35px;
	margin-bottom: 10px;
}
#about-sec3 p{
	color: #000000;
}
#about-sec4{
	padding: 80px 0 60px;
}
#about-sec4 .carousel-indicators{
	width: auto;
}
#about-sec4 .carousel-indicators li {
	background-color: #421111;
	width: 35px;
	border: none;
	border-radius: 0;
	height: 8px;
	margin: 0;
}
#about-sec4 .carousel-indicators .active{
	background-color: #ff0;
	height: 8px;
}

#about-sec4 .carousel-inner .carousel-item h4{
	color: #EE1B1E;
	font-size: 16px;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 15px;
}
#about-sec4 .carousel-inner .carousel-item h2{
	color: #324187;
	font-size: 26px;	
	font-weight: 500;
	margin-bottom: 15px;
	line-height: 36px;
}
#about-sec4 .carousel-inner .carousel-item p{
	color: rgba(37, 37, 37, 0.65);
}
#about-sec4 .carousel-inner .carousel-item img{
	width: 100%;
}
/*about page end*/

@media (min-width: 280px) and (max-width: 767px) {


}
@media (min-width: 768px) and (max-width: 991px) {
    
}
@media (min-width: 992px) and (max-width: 1199px) {
   
}
