@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600&display=swap');



.top{
font-family: 'Roboto', sans-serif;
font-size: 15px;
border-top: 3px solid #a0c715;
}

.top .container{
background: #a0c715 url(../images/Top-bar.png) no-repeat;
background-position: 0% 100%;
border-radius: 0px 0px 15px 15px;
}

.top-left ul{
  padding-left: 0px;  
}

.top-left ul li{
float: left;
list-style: none;
color: #f0ffbc;
padding: 6px;
 
}

.top-left ul li span{
  color: #69840b;
  padding-right: 10px;
   position: relative;
}

.top-left ul li span::after{
position: absolute;
content: '';
right: 5px;
top: 0px;
height: 15px;
width: 1px;
background:#f0ffbc;
}

.socials-links{
  padding-left: 0px;
  float: right;
  margin: 0px;
}

/*.socials-links li{
  float: left;
  list-style: none;
  padding: 6px 8px;
}*/
.socials-links li
{
  background:#fff;
display: inline-block;
list-style: none;
padding: 1px 6px 2px 10px;
border-radius: 20px;
position: relative;
margin-top: 4px;
}


.socials-links li a{
color:#5c5c5c;
font-size: 13px;
transition: .4s;
text-decoration: none;
}

.socials-links li a i {
background:#2a78de;
color:#fff;
padding: 5px 7px;
border-radius: 13px;
margin-left: 5px;
}




/*.socials-links li a:hover{
color:#512f1a;  
}*/

header{
  padding: 20px 0px;
}

.right-border
{
border-right: 1px solid #ececec;
}


.cer-box{
  margin-left: 35px;
}


.cer-box img{
width: 40px;
float: left;
padding-top: 3px;
margin-right: 12px;
}

.cer-box h4
{
font-weight: 500;
color: #222;
font-family: 'Poppins', sans-serif;
font-size: 16px;
margin-bottom: 5px;
}


.cer-box p
{
font-weight: 300;
font-family: 'Roboto', sans-serif;
font-size: 15px;
color: #848484;
margin-bottom: 0px;
}

.request-quote a
{
line-height: 40px;
font-size: 14px;
display: block;
font-family: 'Poppins', sans-serif;
color:#a0c715;
text-transform: uppercase;
text-align: center;
font-weight: 700;
border: 2px dashed #a0c715;
margin-top: 10px;
text-decoration: none;
transition: .4s;
}

.request-quote a:hover{
background:#a0c715;
color: #fff;
border:2px solid #a0c715;
}

.navigation{
background:#4d2913;
}

.navbar-inverse {
  margin-bottom: 0px;
  background: none;
  border:none;
}

.navbar-inverse .navbar-nav > li > a {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
        transition: 0.5s;
        color: #fff;
        padding: 15px 28px;
}

.navbar-inverse .navbar-nav li::after {
  content: '';
   background: url(../images/icon-nav.png) no-repeat;
    position: absolute;
    top: 0px;
    right: 15px;
    opacity: 0;
    transition: 0.5s;
    z-index: 0;
    height: 22px;
    width: 23px;
    font-size: 23px;
    color:#73b21a;
}

.navbar-inverse .navbar-nav li:hover::after {
    opacity: 1;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color:#73b21a;
background:none;
}


.navbar-inverse .navbar-nav > li.active::after{
  opacity: 1;
}

.navbar-inverse .navbar-nav > li > a:hover {
color:#73b21a; 
background:none;
}

.dropdown-menu > li > a {
font-family: 'Poppins', sans-serif;
font-weight: 600;
  }

#demo-2 {
    float: right;
    margin-top: 9px;
}

#demo-2 input[type="search"] {
    width: 15px;
    padding-left: 10px;
    color: transparent;
cursor: pointer;
background-color:#a0c715;
}

input[type="search"] {
    background: 
#ededed url(../images/search-icon.png) no-repeat 9px center;
    background-color: rgb(237, 237, 237);
border: solid 1px
    #ccc;
    padding: 5px 10px 5px 32px;
        padding-left: 32px;
    width: 55px;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}

#demo-2 input[type="search"]:focus {
    width: 170px;
    padding-left: 32px;
    color:#fff;
background-color:#a0c715;
    cursor: auto;
}

#demo-2 input[type="search"]:hover {
    background-color: #69840b;
}


#demo-2 input:-moz-placeholder {
  color: transparent;
}
#demo-2 input::-webkit-input-placeholder {
  color: transparent;
}

.dropdown-menu li::after{
background: none !important;
}


.carousel-control.left{
    background:none; 
}


.carousel-control.right{
    background:none; 
}

.carousel-caption p
{
font-family: 'Open Sans', sans-serif;
line-height: 26px;
}

.first-banner .btn {
    text-shadow: none;
    background:#c70c15;
font-weight: 600;
font-size: 15px;
border: none;
}

.first-banner{
left: 13%;
top: 28%;
right: 55%;
text-align: left;
}

.first-banner .btn {
text-shadow: none;
background:
transparent;
font-weight: 600;
font-size: 15px;
margin-top: 8px;
border: 2px solid #a0c715;
text-transform: uppercase;
font-family: 'Roboto', sans-serif;
transition: all 0.5s ease-in-out 0s;
}

.first-banner .btn:hover {
  background:#a0c715;
  color: #fff;
}

.first-banner .btn-2{
border: 2px solid #fff;
}

.first-banner .btn-2:hover{
  background: #fff;
  color: #a0c715;
}

.first-banner h4{
  color: #a0c715;
   font-family: 'Roboto', sans-serif;
   letter-spacing: 2px;
}

.first-banner h1{
font-family: 'Poppins', sans-serif;
position: relative;
margin-top: 0px;
color: #fff;
}

.first-banner h1::before{
content: "";
position: absolute;
left: 0;
bottom: -7px;
height: 2px;
width: 50px;
background-color:#a0c715;
}

.first-banner p{
color: #e3e3e3;
font-family: 'Roboto', sans-serif;
 font-size: 16px;
}



.third-banner h4
{
font-family: 'Roboto', sans-serif;
text-transform: uppercase;
color: #a0c715;
}

.third-banner{
  top: 25%;
  bottom: 25%;
  left: 26%;
  right: 26%;
}

.third-banner h1{
font-family: 'Poppins', sans-serif;
position: relative;
margin-top:0px;
color: #fff;
}
.third-banner p {
  margin-top: 10px;
 color: #e3e3e3;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

.third-banner .btn{
text-shadow: none;
background:
transparent;
font-weight: 600;
font-size: 15px;
margin-top: 8px;
border: 2px solid #a0c715;
text-transform: uppercase;
font-family: 'Roboto', sans-serif;
transition: all 0.5s ease-in-out 0s;
}

.third-banner .btn:hover{
  background:#a0c715;
  color: #fff;
}

.carousel .item.active .animated1 {
   -webkit-animation: fadeInRight 1s ease-in-out 500ms both;
animation: fadeInRight 1s ease-in-out 500ms both;
        
}

.carousel .item.active .animated2 {
   -webkit-animation: fadeInLeft 1s ease-in-out 500ms both;
animation: fadeInLeft 1s ease-in-out 500ms both;
        
}

.carousel .item.active .animated3 {
   -webkit-animation: fadeInDown 1s ease-in-out 500ms both;
animation: fadeInDown 1s ease-in-out 500ms both;    
}

.carousel .item.active .animated4 {
   -webkit-animation: fadeInUp 1s ease-in-out 500ms both;
animation: fadeInUp 1s ease-in-out 500ms both;    
}

.carousel-caption{
    transition: opacity 100ms;
}


.carousel-inner > .item .carousel-caption {
z-index: 0;
opacity: 0;
-webkit-transition: opacity 500ms;
-moz-transition: opacity 500ms;
-o-transition: opacity 500ms;
transition: opacity 500ms;
}

.carousel .item.active .carousel-caption {
    z-index: 0;
    opacity: 1;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms;
    
}

.sec-1{
    background-image: url(../images/bg2.png);
    background-repeat: no-repeat;
    background-position:left;
    padding: 50px 0px;
}

.wel-left{
  position: relative;
}


.wel-left::before{
content: '';
position: absolute;
right: -15px;
bottom: -15px;
background:#4d2913;
height: 150px;
width: 150px;
z-index: -1;
}

.sec-1 h1{
  font-family: 'Poppins', sans-serif;
  color: #4d2913;
  margin: 0px;
}

.sec-1 h1 span{
  text-transform: uppercase;
  color: #a0c715;
  font-weight: 800;
}

.sec-1 h5{
font-family: 'Roboto', sans-serif;
color: #2c2c2c;
letter-spacing: 2px;
}

.sec-1 .separator{
  position: relative;
}

.sec-1 .separator::before{
position: absolute;
content: '';
left: 15px;
top: 50%;
height: 1px;
width: 55px;
background:#ccc;
  }

.sec-1 .separator span{
color: #a0c715;
}

.sec-1 p{
  color:#777;
font-size: 15px;
font-family: 'Roboto', sans-serif;
line-height: 26px;
}


.sec-1 h3{
  color:#4d2913;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
}
 .sec-1 h3 span
{
color: #a0c715;
}


 .sec-1 a{
font-family: 'Roboto', sans-serif;
font-size: 15px;
color:#8cb009;
text-transform: uppercase;
border: 2px solid #a0c715;
border-radius: 30px;
padding: 10px 30px;
display: inline-block;
text-decoration: none;
transition: .4s;
}

.sec-1 a:hover{
  background: #a0c715;
  color: #fff;
 }

.sec-2{
  padding: 40px 0px;
  border-top: 1px solid #ececec;

  background-image: url(../images/bg7.png);
background-repeat: no-repeat;
background-position: right bottom;
}

.sec2-title{
  text-align: center;
  margin-bottom: 25px;
}

.sec2-title h2{
 color: #4d2913;
 font-family: 'Poppins', sans-serif;
 font-weight: 600;
 margin: 0px;
 text-transform: uppercase;
}

.sec2-title h2 span{
 color: #a0c715;
}
.sec2-title p
{
text-transform: capitalize;
color:#2c2c2c;
margin-bottom: 0px;
letter-spacing: 2px;
font-family: 'Roboto', sans-serif;
}

.sec2-title .separator {
    position: relative;
    display: inline-block;
    width: 140px;
}

.sec2-title .separator:before, .sec2-title .separator:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    border-bottom: 1px solid #ccc;
    content: "";
}

.sec2-title .separator span {
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 26px;
    margin-left: -13px;
    font-size: 18px;
    line-height: 20px;
    color: #a0c715;
}

.sec2-title .separator:after {
    left: auto;
    right: 0;
}

.pad0{
  padding: 0px;
}

.box {
    background: #4d2913;
    position: relative;
     transition: .8s;
}

.box-img {
    overflow: hidden;
    background: #000;
}

.box:hover img{
opacity: 1;
}

.box:hover{
background: #a0c715;
}

.box:hover .box-mtr::before, .box:hover .box-mtr2::before{
background: #a0c715;
  }

.box:hover .box-mtr p, .box:hover .box-mtr2 p
  {
    color: #69840b;
  }

.box img {
    transition: .8s;
    opacity: 0.5;
}

.box-mtr, .box-mtr2 {
    text-align: center;
    padding: 15px 0;
    position: relative;
}

.box-mtr:before {
 content: "";
    background: #4d2913;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -12px;
    top: 48%;
    transform: rotate(42deg);
     transition: .8s;
}

.box-mtr h4, .box-mtr2 h4 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

.box-mtr h4:after, .box-mtr2 h4:after {
    background: url(../images/border.png);
    width: 54px;
    height: 9px;
    position: absolute;
    content: "";
    bottom: -20px;
    left: 40%;
}

.box-mtr p, .box-mtr2 p {
    z-index: 99;
    position: relative;
    padding: 0 25px;
    color: #ffd6d2;
    margin-top: 40px;
    font-family: 'Roboto', sans-serif;
        transition: .8s;
}

.box-mtr a, .box-mtr2 a {
    font-family: 'Poppins', sans-serif;
    padding-bottom: 4px;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dashed #ce611f;
  
}


.box:hover img {
    transform: scale(1.5) rotate(5deg);
    transition: .8s;
}

.box-mtr2:before {
     content: "";
    background: #4d2913;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -12px;
    top: 48%;
    transform: rotate(42deg);
    z-index: 9;
     transition: .8s;
}

.sec-3{
  padding: 40px 0px;
  background: #fafafa;
}

.sec3-title h2{
position: relative;
color:#4d2913;
font-family: 'Poppins', sans-serif;
font-weight: 600;
margin-top: 0px;
text-transform: uppercase;
margin-bottom: 30px;
}

.sec3-title h2 span{
  color: #a0c715;
}

.sec3-title h2::before {
content: "";
height: 1px;
width: 70%;
background:#d6d6d6;
position: absolute;
right: 0;
top: 50%;
}

.sec3-title p {
    text-transform: capitalize;
    color:#2c2c2c;
    margin-bottom: 0px;
    letter-spacing: 2px;
     font-family: 'Roboto', sans-serif;
}

.why-box{
  margin-bottom: 30px;
}

.why-box:hover .why-detail h4{
color: #a0c715;
}

.why-box:hover .why-icon{
background-color: #2c2c2c;
}

.why-box .why-icon {
    font-size: 24px;
    color: #fff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    transition: .4s;
    left: 0;
    top: 0;
    background-color: #a0c715;
}

.why-box .why-icon::after {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px dashed #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.why-box .why-detail{
  margin-left: 80px;
}

.why-box .why-detail h4{
  margin-top: 0px;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
transition: .4s;
}

.why-box .why-detail p{
  color: #848484;
  font-weight: 300;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;

}


.sec-4{
  padding: 40px 0px;
  background: url(../images/sec4-bg.jpg) fixed;
  background-size: cover;
}


.sec-4-title{
  text-align: center;
  margin-bottom: 25px;
}

.sec-4-title h2{
 margin-top: 0px;
  font-family: 'Poppins', sans-serif;
position: relative;
color: #fff;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 0px;
}

.sec-4-title h2 span{
color: #a0c715;
}

.sec-4-title .separator {
    position: relative;
    display: inline-block;
    width: 140px;
}

.sec-4-title .separator:before, .sec-4-title .separator:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    border-bottom: 1px solid #ccc;
    content: "";
}

.sec-4-title .separator span {
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 26px;
    margin-left: -13px;
    font-size: 18px;
    line-height: 20px;
    color: #a0c715;
}

.sec-4-title .separator:after {
    left: auto;
    right: 0;
}

.gallery-box{
  text-align: center;
}

.gallery-box h4{
color: #fff;
font-family: 'Poppins', sans-serif;

}

.gallery-box p{
color: #a0c715;
 font-family: 'Roboto', sans-serif;
}

.g-view{
text-align: center;
margin-top: 20px;
}

.g-view a
{
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 10px 30px;
  display: inline-block;
  text-decoration: none;
  transition: .4s;
}

.g-view a:hover{
background:#A8C41B;
border:2px solid #A8C41B;
color: #fff;
}

 .g-img{
  position: relative;
  overflow: hidden;
 }


.gallery-box .g-img::after {
    opacity: 0;
    position: absolute;
    content: "";
    height: 100vh;
    width: 100%;
    background-color:rgba(160, 199, 21, 0.8);
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .8s ease;
}

.gallery-box:hover .g-img::after {
    opacity: 1;
}

.gallery-box .g-img a{
bottom: -45px;
color: #fff;
border: 2px solid #fff;
border-radius: 100%;
font-size: 15px;
margin-bottom: 0;
opacity: 0;
padding: 10px 12px;
position: absolute;
right: -43px;
text-align: center;
transition: all 0.5s ease-out;
z-index: 11;
left: 0;
right: 0;
margin: 0 auto;
width: 45px;
}

.gallery-box:hover .g-img a {
    bottom: 38%;
    left: 0;
    margin: 0 auto;
    opacity: 1;
    right: 0;
}

.gallery-box .g-img a:hover{
background:#fff;
color:#a0c715;
}

.sec-5{
  background: url(../images/sec5-bg.jpg);
  padding: 50px 0px;
}

.sec-5 h1{
  font-family: 'Poppins', sans-serif;
  font-size: 34px;
  font-weight: 600;
margin-top: 22px;
}

.sec-5 h1 span{
  color: #A8C41B;
}

.counter{
    border-left: 1px solid #A8C41B;
    padding: 27px 0;
    padding-left: 30px;
    background: #fff;
    position: relative;
}
.counter i
{
  position: absolute;
right: 45%;
font-size: 20px;
top: 20px;
color:#a8c41b;
}

.counter h2
{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #A8C41B;
  margin-top: 0px;
}

.counter p{
 font-family: 'Roboto', sans-serif; 
color: #9F9F9F;
font-size: 20px;
}

.counter span{
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 50px;
    color:#4d2913;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.counter:hover span{
  color: #A8C41B;
}

.sec-6{
  padding: 40px 0px;
}

.sec-6 h6{
  font-family: 'Roboto', sans-serif;
color:#2c2c2c;
letter-spacing: 2px;
margin-bottom: 0px;
}

.sec-6 h1 {
    font-family: 'Poppins', sans-serif;
    color: #4d2913;
    margin: 0px;
}

.sec-6 h1 span{
color: #A0C715;
}
.sec-6 p
 {
    color:#848484;
font-weight: 300;
font-size: 15px;
font-family: 'Roboto', sans-serif
}

.c-dwn a{
color:#42510f !important;
background:#a0c715 !important;
border: 2px solid #61790c !important;
}


.sec-6 a{
font-family: 'Roboto', sans-serif;
color:#fff;
text-transform: uppercase;
font-weight: 600;
font-size: 16px;
background:#4d2913;
padding: 12px 19px;
border-radius: 30px;
border: 2px solid #040201;
text-decoration: none;
transition: .4s;
display: inline-block;
margin-top: 60px;
}

.sec-6 a:hover{
  transform: scale(1.1);
box-shadow: 0 2px 3px #515151;
}


/*Inner pages codes*/

.inner-banner{
  padding: 70px 0px;
  background: url(../images/inner-bg.jpg) bottom;
  background-size: cover;
}

.enquiry-banner{
  padding: 70px 0px;
  background: url(../images/enquiry-banner.jpg) bottom;
  background-size: cover;
}


.contact-banner{
  padding: 70px 0px;
  background: url(../images/contact-banner.jpg) bottom;
  background-size: cover;
}

.in-banner-matter h1
{
 font-family: 'Poppins', sans-serif;
text-transform: uppercase;
color:#fff;
font-weight: 600;
margin-top: 0px;
}

.in-banner-matter ul{
display: inline-block;
padding:0px;
}

.in-banner-matter ul li{
list-style: none;
float: left;
color:#fff;
font-weight: 600;
font-family: 'Roboto', sans-serif;
}

.in-banner-matter ul li a{
  color:#a0c715;
  text-decoration: none;
}

.in-banner-matter ul li:nth-child(1){
position: relative;
padding-right: 10px;
margin-right: 15px;
}

.in-banner-matter ul li:nth-child(1)::before {
    font: normal normal normal 15px/1 FontAwesome;
position: absolute;
right: -10px;
color:#a0c715;
content: "\f299";
bottom: 2px;
}

.inner-matter{
  padding: 40px 0px;
  position: relative;
background-image: url(../images/bg7.png);
background-repeat: no-repeat;
background-position: 100% 90%;
}

.inner-matter::after {
    background-image: url(../images/ar.png);
    top: -15px;
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}


.inner-matter p{
color:#777;
font-size: 15px;
font-family: 'Roboto', sans-serif;
line-height: 26px;
}

.inner-matter h3 {
    color:#a0c715;
    font-family: 'Roboto', sans-serif;
}



.inner-title h2{
font-family: 'Poppins', sans-serif;
font-weight: 600;
color:#4d2913;
margin: 0px;
}

.inner-title .separator {
    position: relative;
}

.inner-title .separator::before {
    position: absolute;
    content: '';
    left: 15px;
    top: 50%;
    height: 1px;
    width: 55px;
    background:#ccc;
}

.inner-title .separator span {
    color: #a0c715;
}

.abt-in img{
  position: relative;
  z-index: 1;
}

.abt-in::after {
content: '';
position: absolute;
left: 25px;
top: 25px;
height: 100%;
width: 96%;
border: 15px solid #a0c715;
z-index: 0;
}

.side-pro h2
{
margin: 0px;
background:#a0c715;
color:#fff;
font-weight: 600;
padding: 10px 18px;
position: relative;
font-size: 28px;
font-family: 'Roboto', sans-serif;
}

.side-pro h2::before{
content: '';
border: 1px dashed #fff;
position: absolute;
left: 8px;
height: 34px;
top: 8px;
width: 94%;
}

.side-pro ul{
  padding-left: 0px;
}

.side-pro ul li{
list-style: none;
font-family: 'Roboto', sans-serif;
font-weight: 500;
font-size: 15px;
}
.side-pro ul li a
{
color:#fff;
text-decoration: none;
background:#4d2913;
border-left: 3px solid #6faf12;
padding: 12px 15px;
display: block;
margin: 8px 0px;
position: relative;
  -webkit-transition: all .5s;
-moz-transition: all .5s;
    transition: all .5s;
}

.side-pro ul li a:hover
{
background:#a0c715;
border-left: 3px solid #566c08;
}

.side-pro ul li a::before{
  font: normal normal normal 15px/1 FontAwesome;
position: absolute;
right: 10px;
color:#fff;
content: "\f299";
bottom: 14px;
}

.side-gallery{
  border: 2px solid #a0c715;
}

.side-gallery a{
  text-decoration: none;
}

.side-gallery h3
{
  background:#a0c715;
color:#fff;
padding: 10px 15px;
font-size: 22px;
margin: 0px;
position: relative;

  -webkit-transition: all .5s;
-moz-transition: all .5s;
    transition: all .5s;
}

.side-gallery h3 span
{
position: absolute;
right: 15px;
background:#4d2913;
padding: 6px 12px;
top: 5px;
  -webkit-transition: all .5s;
-moz-transition: all .5s;
    transition: all .5s;
}

.side-gallery:hover h3{
background: #4d2913;
}

.side-gallery:hover h3 span{
background: #a0c715;
}

.in-brochure{
background:#fff;
border: 1px solid #e7e7ee;
padding: 15px 25px 20px;
position: relative;
margin-top: 20px;
}

.in-brochure::after {
    width: 70px;
    height: 73px;
    background: url(../images/adobe-icon.png) no-repeat;
    right: 4px;
    bottom: 14px;
    content: "";
    position: absolute;
    z-index: 0;
}

.in-brochure h5 {
    font-size: 22px;
    color: #404040;
  font-family: 'Roboto', sans-serif;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0px;
    line-height: 29px;
    margin-bottom: 18px;
}

.in-brochure a {
    font-size: 15px;
    color:#fff;
background:#4d2913;
    width: 146px;
    height: 45px;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 45px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    letter-spacing: 2px;
    transition: .4s;
}

.in-brochure a:hover{
  background: #a0c715;
}


.in-brochure h5 span
{
  font-weight: 700;
  color: #a0c715;
}


.product-box {
    border: 1px solid  #ddd;
    border-radius: 4px;
}

.product-box .thumb {
    display: block;
    position: relative;
    overflow: hidden;
}

.product-box .img-thumbnail {
    border: 0px solid #ddd
  }

  .product-box img {
    width: 100%;
    transition: all 0.9s ease 0s;
}

.product-box .thumb:hover img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
    transition: all 0.9s ease 0s;
}

.pad-left{
  padding-left: 0px;
}

.outter-border{
border: 1px solid #ccc;
border-bottom: 3px solid #a0c715;
border-radius: 4px;
padding: 15px;
margin: 15px 0px;
  -webkit-transition: all .5s;
-moz-transition: all .5s;
    transition: all .5s;
}

.outter-border:hover
{
  border-bottom: 3px solid #4d2913;
/*box-shadow: 0px 2px 2px 0px #aaa;*/
}

.outter-border h4
{
font-family: 'Poppins', sans-serif;
margin-top: 0px;
background:#a0c715;
display: inline-block;
color:#fff;
padding:6px 20px 6px 10px;
border-left: 3px solid #4d2913;
position: relative;
}

.outter-border h4::after {
content: '';
width: 15px;
height: 15px;
position: absolute;
top: 8.5px;
right: -10px;
background:#fff;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}

.outter-border h5
{
font-family: 'Roboto', sans-serif;
margin-top: 0px;
font-size: 15px;
color:#4d2913;
}

.outter-border ul{
padding-left: 0px;
}

.outter-border ul li{
list-style: none;
font-family: 'Roboto', sans-serif;
color:#666;
font-size: 15px;
line-height: 28px;
}

.outter-border ul li::before {
    font: normal normal normal 15px/1 FontAwesome;
padding-right: 8px;
    color:#4d2913;
    content: "\f0a4";
}

.nxt{
  text-align: center;
}

.nxt a{
  background:#4d2913;
font-family: 'Roboto', sans-serif;
display: inline-block;
padding: 8px 18px;
border-radius: 4px;
color:#fff;
font-weight: 600;
text-decoration: none;
}

.product-box p
{
  margin: 0px;
background:#4d2913;
text-align: center;
padding: 5px 0px;
color:#fff;
border-radius: 0px 0px 4px 4px;
}

.cw{
  margin-bottom: 10px;
}

.enq-form {
    padding-top: 15px;
    display: inline-block;
    width: 100%;
}

.enq-form input {
    height: 40px;
    border-radius: 0px;
    margin-bottom: 30px;
    padding-left: 35px;
}

.enq-form i {
    position: absolute;
    font-size: 16px;
    color: #a5a2a2;
    padding: 11px;
}

.enq-form textarea {
    border-radius: 0px;
    padding-left: 40px;
    padding-top: 10px;
    margin-bottom: 30px;
}

.enq-form .sendbtn {
background:#4d2913;
color:#fff;
font-family: 'Montserrat', sans-serif;
padding: 10px 20px;
border: 0;
transition: .4s;
width: 100%;
text-transform: uppercase;
}

.contact-box {
    border: 1px solid #d7d7d7;
    text-align: center;
    padding: 25px 25px;
    margin: 20px 0px;
    height: 250px;
    background: #fff;
}

.contact-box span {
    height: 55px;
    width: 55px;
    background:#a0c715;
color:#fff;
    font-size: 18px;
    text-align: center;
    line-height: 55px;
    display: inline-block;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
}

.contact-box h3 {
    color:#4d2913;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
}

.contact-box p {
    color:#666;
font-family: 'Roboto', sans-serif;
line-height: 26px;
}

.contact-box p a{
  color: #666;
  text-decoration: none;
}


.g-title h3
{
margin-top: 5px;
border-bottom: 1px dashed #ccc;
padding-bottom: 8px;
}



footer {
    background: url(../images/footer-bg.png) no-repeat center top;
    padding: 100px 0px 50px;
    background-size: cover;
}

.f-logo img{
  width: 50%;
  margin-bottom: 5px;
}
.f-logo p
{
  color: #867055;
  font-family: 'Roboto', sans-serif;
  line-height: 26px;
}

footer h3{
  color: #d5d5d5;
  margin-top: 0px;
  position: relative;
  margin-bottom: 25px;
}

footer h3::before{
  position: absolute;
  content: '';
  left: 0px;
  bottom: -10px;
  width: 45px;
  height: 2px;
  background: #A0C715;
}

footer ul{
  padding-left: 0px;
}

footer ul li{
  margin: 10px 0px;
  list-style: none;
}
footer ul li a{
 color: #867055;
  font-family: 'Roboto', sans-serif;
  transition: .4s;
}

footer ul li a:hover{
 color: #fff;
   text-decoration: none;
}

footer ul li a i{
padding-right: 6px;
  transition: .4s;
}

footer ul li a:hover i{
padding-left: 4px;
}

.f-cnt p{
  color: #867055;
  font-family: 'Roboto', sans-serif;
}

.f-cnt p span{
  color: #A0C715;
  padding-right: 6px;
}


@media (max-width:320px){

.box-mtr h4, .box-mtr2 h4 {
    font-size: 12px !important;
}

.box-mtr a, .box-mtr2 a {
    margin-top: 15px !important;
    font-size: 12px !important;
}

.box-mtr, .box-mtr2 {
    padding: 2px 4px !important;
}

.box-mtr::before {
    width: 20px;
    height: 20px;
    left: -5px;
}

.box-mtr2::before {
width: 20px;
height: 20px;
right: -5px;
}

.box-mtr h4::after, .box-mtr2 h4::after {
display: none;
}


}

@media (min-width:320px) and (max-width:414px){

.top .container {
    border-radius: 0px;
    text-align: center;
}
.socials-links li {
    margin-bottom: 8px;
}

.top-left{
  text-align: center;
}

.top-left ul {
    display: inline-block;
    margin: 0;
}

.top-left ul li {
    padding: 2px;
    float: none;
}

.socials-links {
    float: none;
    display: inline-block;
}

.logo img{
  width: 50%; 
  display: inline-block;
}

.logo{
  text-align: center;
}

.cer-box h4 {
    font-size: 14px;
}

.cer-box p {
    font-size: 13px;
}

.cer-box img {
    width: 30px;
  }

.request-quote a {
margin: 10px 40px 0px;
}

.right-border {
border-right: 0px solid #ececec;
}

.cer-box{
margin-left: 30px;  
}

.navbar-header{
background: #a0c715;
}

.navbar-inverse {
    margin-top: 10px;
    background: #222;
}

.navbar-inverse .navbar-nav > li > a {
    padding: 8px;
}

#demo-2 {
    margin: 10px 0px;
    float: none;
}

#demo-2 input[type="search"] {
    width: 100%;
    padding-left: 0px;
}

.first-banner {
top: 6%;
right: 20%;
}

.first-banner h4 {
    letter-spacing: 0px;
    font-size: 13px;
    margin: 0px;
}

.first-banner h1{
font-size: 15px;
}

.first-banner p{
display: none;
}

.first-banner .btn{
border:1px solid #a0c715;
font-size:13px; 
padding: 6px;
font-weight: 400;
}

.third-banner {
  top: 10%;
}

.third-banner h4 {
    letter-spacing: 0px;
    font-size: 13px;
    margin: 0px;
}

.third-banner h1{
font-size: 15px;
}

.third-banner p{
display: none;
}

.third-banner .btn{
border:1px solid #a0c715;
font-size:13px; 
padding: 6px;
font-weight: 400;
}

.sec-1 {
    background:none;
    padding: 40px 0px;
}

.sec-1 h5 {
    margin-top: 30px;
}

.sec-1 h1 {
    font-size: 22px;
}

.sec-1 a {
font-size: 14px;
border: 1px solid #a0c715;
padding: 8px 15px;
}

.sec2-title h2 {
   font-size: 22px;
}

.box-mtr p, .box-mtr2 p {
display: none;
}

.box-mtr h4, .box-mtr2 h4 {
font-size: 15px;
}

.box-mtr a, .box-mtr2 a {
    margin-top: 20px;
    display: inline-block;
}

.box-mtr, .box-mtr2 {
    padding: 10px 6px;
}

.box {
margin-bottom: 5px;
}

.sec3-title h2 {
font-size: 22px;
}

.sec3-title h2::before {
    width: 25%;
  }

  .why-box .why-detail h4 {
   font-size: 16px;
}

.why-box .why-detail p {
    font-size: 14px;
}

.why-box .why-icon::after {
    width: 50px;
    height: 50px;
}

.why-box .why-icon {
font-size: 18px;
width: 60px;
height: 60px;
line-height: 60px;
}

.why-box .why-detail {
    margin-left: 55px;
}

.g-view a {
    font-size: 13px;
    padding: 8px 15px;
}

.sec-4-title h2 {
font-size: 22px;
}

.gallery-box h4 {
font-size: 16px;
}
.sec-5 h1 {
    font-size: 25px;
    margin-top: 0px;
    text-align: center;
}
.counter h2 {
font-size: 25px;
}

.counter p {
    font-size: 16px;
    padding-top: 40px;
    padding-left: 15px;
}

.counter span {
    font-size: 30px;
    left: 15px;
}

.counter {
padding-left: 15px;
margin-top: 20px;
padding: 15px 0;
}
.counter i {
    right: 35%;
    font-size: 15px;
}

.sec-6 {
 text-align: center;
}

.sec-6 h1 {
font-size: 30px;
}

.sec-6 p {
    font-size: 13px;
}

.sec-6 a {
    margin-top: 20px;
}

.side-gallery img{
width: 100%;
}

footer {
    padding: 200px 0px 50px;
}

footer h3 {
font-size: 20px;
}

}