
@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans-Regular.ttf');
}
@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.ttf');
}
@font-face {
    font-family: 'Poppins-Light';
    src: url('../fonts/Poppins-Light.ttf');
}
@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins-Bold.ttf');
}
@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins-SemiBold.ttf');
}
@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Medium.ttf');
}

body {
    width: 100%;
    height: 100%;
    font-family: 'Poppins-Regular';
    color: #222;
    font-size:15px;
    background-color:#fff;
    line-height:24px;
}
html {
    width: 100%;
    height: 100%;
}
a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
}
a:focus {
    outline: medium none;
}
b{
	font-family: 'Poppins-SemiBold';
	font-weight:normal;
	color:#000;
	}
p{
	color: #333;
    line-height:25px;	
	}
.m-top{
	margin-top:20px;
	}
.m-top2{
	margin-top:40px;
	}
.row-box{
	width:100%;
	float:left;
	clear:both;
}
/*---- header ----*/
section{
	float:left;
	width:100%;
	clear:both;
	}
.padding{
	padding:50px 0;
	}
.social-icons{
	float:left;
}
.social-icons a{
	background-color: #7fba27;
	padding:10px;
	height: 40px;
	width: 40px;
	float:left;
	margin: 0 4px;
	text-align: center;
	border-radius: 50px;
}
.social-icons a:hover{
	background-color:#f8c301;
}
.social-icons a .fa{
	color:#fff;
	font-size: 19px;
}
.navbar-default {
    background-color:#fff;
    border-color:transparent;
	border-radius:0;
	clear: both;
}
.navbar-default .container{
	position:relative;
}
.navbar-brand, .navbar-default .navbar-brand:hover {
 height: auto;
 padding: 12px 15px;
}
.navbar {
    margin-bottom: 0;
}
.navbar-nav > li > a {
    padding-top:10px;
    padding-bottom:10px;
}
.navbar-default .navbar-nav > li > a{
	font-size:16px;
	color:#222;
	font-family: 'Poppins-Regular';
	padding: 10px 18px;
}
.navbar-default .navbar-nav > li > a:hover{
	color:#7fba27;
}
.navbar-default .navbar-nav > li.active > a{
	color:#7fba27;
	background-color:transparent;
}
.nav > li.dropdown{
	position: inherit;
}
.dropdown-menu {
    top:100%;
	border: 1px solid #7fba27;
	min-width:520px;
	right: 0;
    left: auto;
	width:520px;
	padding: 12px;
	padding: 21px 15px;
}
.dropdown-menu h4{
	font-size:18px;
	font-family: 'Poppins-Medium';
	margin-top: 0;
}
.dropdown-menu::before {
    content: '';
    border-width: 0 9px 9px;
    border-color: transparent transparent #7fba27;
    border-style: solid;
    top: -.9rem;
	left:8%;
	right: auto;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
}
.dropdown-menu  li a{
	color:#333;
	font-size: 16px;
}
.dropdown-menu  li a:hover{
	color:#7fba27;
}
ul.dropdown-menu  ul, .about-drop ul.dropdown-menu{
	list-style-type:none;
	padding-left:0;
}
ul.dropdown-menu  ul li, .about-drop ul.dropdown-menu li{
	background-image:url(../images/list.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:15px;
	margin-bottom: 4px;
	width:100%;
}
.about-drop ul.dropdown-menu li{
	padding-left:0;
}
.about-drop ul.dropdown-menu li a{
	padding: 3px 16px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
	background-color:transparent;
}
.about-drop ul.dropdown-menu{
	padding:20px;
}
ul.dropdown-menu  ul.list2 li{
	width:50%;
	float:left;
}
.nav > li.about-drop {
    position: relative;
}
.about-drop ul.dropdown-menu{
	min-width: 270px;
	right:auto;
	left:0;
	width: auto;
	top: 63px
}
.about-drop ul.dropdown-menu::before{
	left: 15%;
}
.br-lft{
	border-left:1px solid #ddd;
}
.call{
	border-left:1px solid #dddddd;
}
.navbar-default .navbar-nav {
    margin-top: 17px;
}
.navbar-default .navbar-nav > li.call a{
	color:#572718;
	font-family: 'Poppins-SemiBold';
}
.navbar-default .navbar-nav > li.call a .fa{
	color:#7fba27;
	font-size: 20px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color:#7fba27;
    background-color:transparent;
}

h2{
	font-size:26px;
	font-family: 'Poppins-Bold';
	color:#7fba27;
}
h2 span{
	color:#572718;
	font-family: 'Poppins-Regular';
}
h4{
	font-size:24px;
	font-family: 'Poppins-Bold';
	color:#572718;
	line-height: 26px;
}

.btn-more{
	background-color: #7fba27;
	border: 0px solid #fff;
	font-family: 'Poppins-Regular';
	font-size: 15px;
	color: #fff;
	line-height: 23px;
	border-radius: 50px;
	padding: 8px 17px;
	min-width:112px;
}
.btn-more:hover{
	background-color:#572718;
	color:#fff;
}
.banner .carousel-control .glyphicon-chevron-left, .banner .carousel-control .glyphicon-chevron-right, .banner .carousel-control .icon-next, .banner .carousel-control .icon-prev{
	background-color:#fff;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	padding:3px;
	text-align: center;
	border-radius:50px;
}
.banner .carousel-control{
	text-shadow: none;
	opacity: 1;
	color: #515151;
}
.banner .carousel-control{
	width:4%;
}
.carousel-control .fa{
	font-size:19px;
}
.banner .carousel-caption{
	background-color:rgba(255, 255, 255, 0.92);
	text-shadow: none;
	right: 30%;
    left: 30%;
	padding: 30px;
	bottom:35%;
}
.banner .carousel-caption p{
	color:#572718;
	font-size:15px;
	letter-spacing: 1px;
}
.banner .carousel-caption h1{
	color:#7fba27;
	font-size:28px;
	text-transform:uppercase;
	font-family: 'Poppins-Bold';
	letter-spacing: 3px;
	margin: 0;
}
.top-none .navbar-default{
	-webkit-box-shadow: 0px 2px 3px 0px rgba(54, 54, 54, 0.17);
    -moz-box-shadow: 0px 2px 3px 0px rgba(54, 54, 54, 0.17);
    box-shadow: 0px 2px 3px 0px rgba(54, 54, 54, 0.17);
	}
/*---- slider ----*/
/* Animation delays */

.carousel-control.left, .carousel-control.right {
    background-image: none;
}
.glyphicon-chevron-left:before, .glyphicon-chevron-right:before {
    content: none;
	width:auto;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
	width:auto;
	}

/*---- carousel-fade ----*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}
/*---- carousel-close ----*/
.cd-top {
    background-color:#f8c301;
	border:1px solid #f8c301;
    bottom:5px;
    color: #FFFFFF;
    display:inline-block;
    font-size:27px;
    height:37px;
    line-height: 31px;
    padding:0px;
    position: fixed;
    right:10px;
    text-align: center;
    width:37px;
    z-index: 9999;
	visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top img{
	vertical-align: inherit;
	}
.cd-top:hover{
	background-color: #fff;
	color:#333;
	}
.cd-top:focus{
	color:#FFF;
	}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity:1 
}

.products{
	background-color: #fff;
	float: left;
	width: 100%;
	margin-top: -45px;
	padding: 15px;
	z-index: 6;
position: relative;
}
.products h2{
	margin-top:5px;
}
.owl-controls{
	position: absolute;
	top: 30%;
	float: left;
	width: 100%;
	z-index: -1;
}
.owl-controls .owl-prev{
	float:left;
	margin-left:-28px;
}
.owl-controls .owl-next{
	float:right;
	margin-right:-28px;
}
.owl-controls .fa{
	font-size:40px;
}
.products a{
	position:relative;
	float:left;
	width:100%;
}
.products h4{
	position: absolute;
	bottom: 0;
	background-color: #fff;
	margin: 0;
	left: 10%;
	right: 10%;
	padding: 10px 10px 0px 10px;
	text-align: center;
	font-size: 20px;
}
.products a:hover h4{
	color:#7fba27;
}
.products p{
	text-align: center;
	margin-top: 12px;
	clear: both;
	float: left;
	width: 100%;
}
.about-bg{
	background-color:#f9f9f9;
	background-image:url(../images/bg.png);
}
.white-bg{
	background-color:#fff;
}
.white-bg h2{
	margin-top:0;
}
.sm-padd{
	padding:20px;
}
.single-products .owl-controls {
    top: auto;
    float: none;
    width:55px;
    bottom:-50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.single-products .owl-controls .owl-prev {
    float: left;
    margin-left: 0;
}
.single-products .owl-controls .owl-next {
    float: right;
    margin-right: 0;
}
.single-products .owl-carousel p{
	margin-top:10px;
}
.single-products h4{
	margin-top:30px;
}
.clients{
	background-color:#000;
	background-image:url(../images/client-bg.png);
	background-size:cover;
}
.clients h4{
	color:#fff;
}
.clients p{
	color:#fff;
}
.clients p b{
	color:#fff;
}
.trans-bg{
	background-color:rgba(255, 255, 255, 0.16);
	border-radius:10px;
	float:left;
	width:100%;
	padding:40px;
}
.clients .carousel-indicators {
    bottom: -38px;
}
.trans-bg p{
	font-style:italic;
}
.clients .form-control{
	border-color:#fff;
	margin-bottom:20px;
}
.clients input.form-control{
	height:40px;
}
.news .owl-controls .fa {
    font-size: 26px;
}
.news p{
	margin-bottom:0;
}
.btn-link{
	color:#7fba27;
	padding:0;
}
footer{
	background-image:url(../images/pettern-footer.png);
	background-color:#2f2f2f;
	float:left;
	width:100%;
	position:relative;
	padding-top: 40px;
	background-size: 107px;
}
.footer-logo img{
	background-color: #fff;
	padding: 15px;
	border-radius: 4px;
	float: left;
	width: 180px;
}
.footer-logo p{
	float: left;
width: 60%;
padding-left: 15px;
color: #fff;  
}
.lft-rig-br{
	border-left:1px solid #707070;
	border-right:1px solid #707070;
}
.lft-rig-br p{
	font-size:18px;
}
footer .form-control{
	background-color:#1f1f1f;
	color:#9c9c9c;
	border-radius:0;
	border:0;
	margin-bottom:10px;
}
footer .btn-more{
	margin: 5px;
}
.footer-bottom{
	background-color:#252525;
}
.footer-bottom a{
	color:#fff;
}
footer p{
	color:#fff;
	font-size:14px;
	line-height: 24px;
	
}
footer p a{
	color:#fff;
}
footer p a:hover{
	color:#7fba27;
}
ul.nav-footer{
	list-style-type: none;
	text-align: center;
	padding: 0;
	border-top: 1px solid #6d6d6d;
	padding-top: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.nav-footer li{
	display:inline-block;
}
.nav-footer li a{
	color:#fff;
	font-size:14px;
	padding: 10px 15px;
}
.nav-footer li a:hover{
	color:#7fba27;
}
.con-icon .fa{
	float:left;
	margin-top: 4px;
	color:#7fba27;
	font-size: 20px;
    width: 20px;
}
.con-icon .fa-envelope{
	 font-size:17px;
}
.con-icon p{
	float: left;
	width: 80%;
	margin-left:5px;
	line-height: 22px;
}
footer h4{
	font-family: 'raleway-bold';
	color:#f8c301;
	font-size:18px;
	margin-bottom:15px;
	text-transform: none;
}
.footer-bottom p{
	color:#fff;
	font-size:14px;
	margin-top:10px;
}
.inner-banner{
	background-color:#7fba27;
}
.inner-banner h2{
	text-align:center;
	color:#fff;
	font-size: 28px;
text-transform: uppercase;
font-family: 'Poppins-Bold';
letter-spacing: 3px;
margin: 28px 0;
}
.innerpage p{
	text-align:justify;
}
ul.list2{
	float:left;
	width:100%;
}
.list2 li{
	float:left;
}
.gallery b{
	color:#333;
}
.project-img-gallery{
	margin-bottom:10px;
}
.wow a {
    float:left;
	width:100%;
	background-color: #f5f5f5;
	border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.wow a  img{
    margin:0 auto;
	border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.gallery .wow b {
   padding: 8px 0;
	float: left;
	width: 100%;
}

.about-bg p{
	text-align:justify;
}
.products-banner{
	position:relative;
}
.inner-box{
	position: absolute;
	top: 80px;
	width: 411px;
	background-color: rgba(255, 255, 255, 0.8);
	left: 0;
	right: 0;
	margin: 0 auto;
	padding:9px;
}
.products-banner h2{
	color: #572718;
	font-size: 22px;
	margin-bottom:2px;
	margin-top: 13px;
}
.breadcrumb {
    background-color: transparent;
    text-align: center;
    margin-bottom: 0;
}
.breadcrumb li{
	font-size:15px;
}
.breadcrumb li .fa{
	color:#7fba27;
	font-size:14px;
}
.breadcrumb > li + li::before {
    color: #6f6f6f;
    content: "/\00a0";
    font-size: 12px;
}
.contact-page .form-control{
	border-radius:0;
	box-shadow:none;
	margin-bottom:25px;
}
.contact-page input.form-control{
	height:40px;
}
.contact-detail .fa-map-marker {
    font-size: 60px;
    width:8%;
}
.contact-detail a{
	color:#333;
}
.list3 li {
    float: left;
    width: 20%;
    color: #333;
}
ul.list3 {
    float: left;
    width: 100%;
    padding: 8px 15px;
    margin-bottom: 25px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #7fba27;
}
.br-box{
	float: left;
	width: 100%;
	border: 1px solid #7fba27;
	padding: 20px;
	margin: 20px 0;
}
.blog img{
	margin:20px 0;
}
p.text-center{
	text-align:center;
}
.satisfaction .border{
	min-height: 174px;
border: 1px solid #ddd;
margin-bottom: 20px;
padding: 20px;

}
.news b{
	float:left;
	width:100%;
	margin-top:10px;
}
.wow a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	}
.wow a:hover{
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.35);
	  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  
}
.gall .wow a img{
	 border-radius:0;
}
.blog li{
	line-height:30px;
}
.icons-lam img{
	margin:0 auto;
	width: 80px;
}
.icons-lam p{
	text-align:center;
	color:#572718;
	font-family: 'Poppins-Regular';
	margin-top:10px;
}
form span{
 float: left;
position: relative;
}

form label.error{
    font-size: 12px;
    position: absolute;
    bottom: -5px;
    font-weight: normal;
}
#modal-popup .close {
	font-size:31px;
	position: absolute;
	right: 2px;
	z-index: 99999;
	top: 0px;
}
#modal-popup .modal-header {
    border-bottom: 0px solid #e5e5e5;
}
#modal-popup h4{
	color: #fff;
	background-color: #7fba27;
	padding: 13px 20px;
	font-size: 20px;
	font-family: 'Poppins-SemiBold';
	margin:30px 0;
}
#modal-popup b{
	color:#333;
}
#modal-popup p{
	color:#333;
	margin-bottom: 5px;
}
#modal-popup .modal-body {
    padding:20px;
    overflow: hidden;
}
#modal-popup .modal-dialog {
    width:730px;
	top:8%;
}
#modal-popup .br-box{
	border:1px solid #ddd;
	display:block;
	width:100%;
	margin: 0;
	padding: 0;
}
#modal-popup .modal-content {
    border-radius: 4px;
}
.modal-left{
	float:left;
	width:70%;
	padding:20px 0;
}
.modal-img{
	width:30%;
}
.modal-left img{
	padding-left:20px;
	max-width: 100%;
}
.modal-left p{
	padding-left:20px;
}
#modal-popup .row-box{
    margin-top: 40px;
}
#modal-popup .row-box img{
	width: 135px;
	float: left;
	margin-top: 7px;
}
#modal-popup .row-box p{
	float: left;
    width: 65%;
	color:#666666;
	font-size:15px;
	font-family: 'OpenSans-Regular';
	line-height: 22px;
}


@media (min-width:250px) and (max-width:500px){
.navbar-brand > img {
    width:206px;
}
.dropdown-menu {
    min-width: auto;
    width: 100%;
	position:relative;
}
ul.dropdown-menu ul.list2 li {
    width: 100%;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #572718;
}
.navbar-toggle .icon-bar {
    height: 3px;
    border-radius: 0;
}
.banner .carousel-inner > .item > img{
	height: 200px;
}
.banner .carousel-caption {
    right: 8%;
    left: 8%;
    padding: 10px;
    bottom:24%;
}
.banner .carousel-caption h1 {
    font-size: 16px;
    letter-spacing:2px;
}
.banner .carousel-caption p {
    font-size: 14px;
    line-height: 20px;
}
.banner .carousel-control .glyphicon-chevron-left, .banner .carousel-control .glyphicon-chevron-right, .banner .carousel-control .icon-next, .banner .carousel-control .icon-prev {
    background-color: transparent;
    width: 20px;
    height: 20px;
}
.products {
    margin-top: 0;
    padding: 10px;
}
.trans-bg {
    padding: 20px;
}
h2 {
    font-size: 22px;
}
.owl-controls .fa {
    font-size: 31px;
}
.single-products h4 {
    margin-top: 19px;
}
h4 {
    font-size: 19px;
}
.single-products .owl-controls {
    bottom: -34px;
}
#testimonials{
	margin-bottom: 40px;
}
.owl-controls .owl-next {
    margin-right: -13px;
}
.owl-controls .owl-prev {
    margin-left: -13px;
}
.footer-logo p {
    width: 100%;
    padding-left: 0;
}
footer .col-md-2, footer .col-md-5{
	clear:both;
}
.social-icons {
    margin-bottom:20px;
}
.nav-footer li a {
    padding: 12px;
}
.footer-bottom p.pull-right {
    float: left;
	margin-top:0;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: 0;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: 0;
}
.about-drop ul.dropdown-menu{
	top:100%;
}
.products-banner h2 {
    font-size: 14px;
    margin-top: 8px;
}
.products-banner img{
    height: 100px;
    max-width: none;
}
.breadcrumb {
    display: none;
}
.inner-box {
    top:15%;
    width:auto;
    left:10%;
    right:10%;
}
.products-banner {
	overflow:hidden;
}
ul.list3 {
    padding: 10px 30px;
    text-align: left;
}
.list3 li {
    float: left;
    width: 100%;
    color: #333;
}
.innerpage .col-md-7{
	clear:both;
}
.inner-banner h2 {
    font-size: 18px;
}
.wow a {
    margin-bottom: 20px;
}
.br-lft {
    border-left:0px solid #ddd;
}
#modal-popup .modal-dialog {
    width: auto;
    top:4%;
}
.modal-left {
    width: 100%;
    padding: 15px 0;
}
.modal-left img {
    padding: 0 10px;
}
#modal-popup h4 {
    padding: 13px 10px;
    font-size: 17px;
    margin: 20px 0;
}
#modal-popup p {
    margin-bottom: 3px;
    font-size: 14px;
}
.modal-left p {
    padding-left: 10px;
}
#modal-popup .row-box {
    margin-top: 10px;
}
#modal-popup .row-box img {
    width: 165px;
    float: none;
    margin: 7px auto;
}
#modal-popup .row-box p {
    width: 100%;
}
.modal-img {
display: none;
}


}

@media (min-width:501px) and (max-width:767px){
.navbar-brand > img {
    width:216px;
}
.dropdown-menu {
    min-width: auto;
    width: 100%;
	position:relative;
}
ul.dropdown-menu ul.list2 li {
    width: 100%;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #572718;
}
.navbar-toggle .icon-bar {
    height: 3px;
    border-radius: 0;
}
.banner .carousel-caption {
    right: 8%;
    left: 8%;
    padding: 10px;
    bottom:24%;
}
.banner .carousel-control .glyphicon-chevron-left, .banner .carousel-control .glyphicon-chevron-right, .banner .carousel-control .icon-next, .banner .carousel-control .icon-prev {
    background-color: transparent;
    width: 20px;
    height: 20px;
}
.products {
    margin-top: 0;
    padding: 10px;
}
.trans-bg {
    padding: 20px;
}
h2 {
    font-size: 22px;
}
.owl-controls .fa {
    font-size: 31px;
}
.single-products h4 {
    margin-top: 19px;
}
h4 {
    font-size: 19px;
}
.single-products .owl-controls {
    bottom: -34px;
}
#testimonials{
	margin-bottom: 40px;
}
.owl-controls .owl-next {
    margin-right: -13px;
}
.owl-controls .owl-prev {
    margin-left: -13px;
}
.footer-logo p {
    width: 100%;
    padding-left: 0;
}
footer .col-md-2, footer .col-md-5{
	clear:both;
}
.social-icons {
    margin-bottom:20px;
}
.nav-footer li a {
    padding: 12px;
}
.footer-bottom p.pull-right {
    float: left;
	margin-top:0;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: 0;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: 0;
}
.inner-box {
    top: 5px;
}
.br-lft {
    border-left:0px solid #ddd;
}
#modal-popup .modal-dialog {
    width:auto;
    top:5%;
}
.modal-left {
    width:75%;
    padding:15px 0;
}
.modal-img {
	width: 25%;
	padding-top: 45px;
	padding-left: 10px;
}
#modal-popup h4 {
	padding: 10px 20px;
	font-size: 16px;
	margin: 20px 0;
}
#modal-popup .row-box {
    margin-top: 20px;
}
#modal-popup .row-box img {
    width: 115px;
}
#modal-popup .row-box p {
    font-size: 13px;
    line-height: 18px;
	width: 62%;
}


}
@media (min-width:768px) and (max-width:991px){
.navbar-brand > img {
    width:165px;
}
.navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding: 10px 11px;
}
.navbar-default .navbar-nav {
    margin-top: 8px;
}
.banner .carousel-caption {
    right: 10%;
    left: 10%;
    padding: 18px;

}
.owl-controls .owl-prev {
    margin-left: -16px;
}
.owl-controls .owl-next {
    margin-right: -16px;
}
.single-products h4 {
    margin-top: 3px;
	font-size: 20px;
}
.single-products .m-top {
    margin-top: 12px;
}
.single-products .owl-controls {
    bottom: -35px;
}
.trans-bg {
    padding: 20px;
}
.footer-logo{
	margin-bottom:20px;
}
.nav-footer li a {
    padding: 10px 10px;
}
.inner-box {
    top: 24px
}

}
@media (min-width:992px) and (max-width:1199px){
.banner .carousel-caption {
    right: 20%;
    left: 20%;
}
.navbar-brand > img {
    width:248px;
}
.navbar-default .navbar-nav {
    margin-top: 9px;
}
.single-products h4 {
    margin-top: 10px;
}
.footer-logo p {
    width: 50%;
}
.social-icons a {
    padding: 6px;
    height: 30px;
    width: 30px;
}
.social-icons a .fa {
    font-size: 17px;
}
.owl-controls .owl-prev {
    margin-left: -19px;
}
.owl-controls .owl-next {
    margin-right: -19px;
}

}

@media (min-width:1400px) and (max-width:1499px){
.container{
	 width: 1300px;
	}
}
@media (min-width:1500px) and (max-width:2100px){
.container{
	 width: 1400px;
	}
.sm-padd {
    padding: 30px;
}
.owl-controls .owl-prev {
    margin-left: -30px;
}
.owl-controls .owl-next {
    margin-right: -30px;
}
.single-products h4 {
    margin-top: 50px;
}
.inner-box {
    top: 95px;
}

}

#mrova-feedback{
	display: hidden;
	width: 420px;
	position: fixed;
	right:-422px;
	border: 1px solid #7fba27;
	padding:20px;
	background-color: #fff;
	z-index: 99999;
}
#mrova-contactform ul {
	margin: 0;
	padding: 0;
	
}
#contact-form .form-control {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 25px;
}
#contact-form input.form-control {
    height: 40px;
}

#mrova-contactform ul li {
	list-style:none; 
	padding-bottom:20px;
}
#mrova-img-control{
cursor: pointer;
position: absolute;
left:-38px;
width:37px;
background: transparent url('../images/feedback.png');
height:101px;
}
#mrova-contactform #mrova-sendbutton {
	width:60px;
	background:#db4f4a; color:#fff; 
	cursor:pointer;
	padding:5px 10px; 
	border: none;
}
#mrova-feedback .contact input{
	margin-bottom:20px;
	border-radius: 0;
    height: 40px;
	}
#mrova-feedback input[type="submit"]{
	margin-bottom:0;
	}
#mrova-feedback .contact textarea{
	margin-bottom:20px;
	border-radius: 0;
	}
#mrova-form h4{
	font-size:18px;
	margin-top: 0;
	}
@media only screen and (min-width: 250px) and (max-width: 500px) {
	#mrova-feedback {
    width: 250px;
	right:-252px;
	}
	}
.error
{
    color:red;
}





