@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,500,600,700&display=swap'); 
html{
    scroll-behavior: smooth;
}
body {
    
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    overflow-x: hidden;
    color: #000;
}

h2 {
    margin: 0 0 20px 0;
    font-weight: 500;
    font-size: 36px;
    color: #333;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;

}
 

h3{ margin: 0 0 20px 0;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}

h4{}

h5{}

h6{}

p {
    line-height: 24px;
    margin-top: 20px;
    font-size: 18px;
    font-family: arial;
    font-weight: 200px;
}

a,a:active,a:hover,a:visited{}

 a.btn-box{
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
    padding: 14px 20px;
    letter-spacing: 1px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    border-radius: 6px;
    margin-top: 20px;
    transition: all 0.3s linear;
    text-decoration: none;
}
a.btn-box:hover{
       background-color: #6aaf08;
        color: #fff;
}
img{
    max-width:100%;
    height: auto;
}
header {
    background: #fff;
    padding: 5px 0;
    box-shadow: 0 0 8px#ccc;
}
.custom-logo a img {
   max-width: 100%;
    height: 77px;
}
/* side icon*/
.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 30px;
    background: linear-gradient(45deg, black, #8BC34A);
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.float:hover{
  color: white;
}
.float2:hover{
  color: white;
}
.float2 {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 100px;
    right: 30px;
    background: linear-gradient(45deg, black, #8BC34A);
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.my-float {
    margin-top: 13px;
}
/*.custom-logo a {
    font-size: 30px;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    transition: 0.3s linear;
}
.custom-logo a:hover{
    color:#8BC34A;
}
.custom-logo span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 45px;
    color: #8BC34A;
}

.custom-logo strong {
    text-transform: uppercase;
    font-size: 45px;
    color: #8BC34A;
}*/
.custom-menu .navbar-nav{
    margin:0;
    padding:0;
    list-style:none;
    display:flex;
    justify-content:flex-end;
    align-content: center;
    
}
.custom-menu .navbar-nav .nav-item .nav-link{
    display: block;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 8px 2px;
    border-radius: 0;
    margin: 5px 12px 0 12px;
    text-decoration: none;
    position: relative;
}
.custom-menu.navbar-nav .nav-item .nav-link::hover {
    color: #6aaf08;
}
.nav-link::after {
     content: '';
     display: block;
     width: 0;
     height: 3px;
     background: #fc5205;
     transition: width .3s;
     position:relative;
     top:10px;
}
.nav-link:hover::after {
    width: 100%;
}
.custom-section-one {
    position: relative;
}
/*.custom-section-one img {
    width: 100%;
    height: 500px;
}*/
.custom-section-two {
    padding: 120px 0;
}
.custom-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    max-width: 1000px;
}
.custom-banner-content h2{
    color: #fff;
    font-size: 80px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}


.custom-banner-content p{
    color: #fff;
    font-size: 22px;
    margin-top: 20px;
    line-height: 28px;
    margin-bottom: 40px;
}
.custom-banner-content a.btn-box{
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
    padding: 14px 20px;
    letter-spacing: 1px;
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    border-radius: 6px;
    margin-top: 20px;
    transition: all 0.3s linear;
    text-decoration: none;
}
.custom-banner-content a.btn-box:hover{
       background-color: #6aaf08;
        color: #fff;
}

.custom-col-content p {
    padding: 0px 0 15px;
}
.custom-col-content span {
    display: inline-block;
    color: #8BC34A;
}
.custom-conent-wrapper {
    box-shadow: 0 0 5px #ccc;
    padding: 10px;
    min-height: 269px;
}
.custom-section-content h2:after {
    content: "";
    display: block;
    height: 3px;
    width: 15%;
    background: #F44336;
    margin: 10px auto;
}
.custom-section-three {

    padding: 120px 0;
    background: #6aaf08;
}

.custom-section-three p {
    margin-bottom: 50px;
    color: #fff;
    font-size: 18px;
}
.custom-three-col img:hover {
    transform: scale(1.3);
   box-shadow: 0 0 8px #888484;
}
.custom-three-col img {
    width: 225px;
    height: 225px;
    border-radius: 50%;
    border: 10px solid rgba(255,255,255,0.1);
    transform: scale(1);
    transition: 0.3s linear;
}
.custom-section-three h2 {
    color: #fff;
    margin: 0 0 20px 0;
    font-weight: 500;
    font-size: 36px;
    text-align: center;
   
}

.custom-section-three h2:after {
    content: "";
    display: block;
    height: 3px;
    width: 37%;
    text-align: center;
    background: #F44336;
    margin: 10px auto;
}
.custom-section-four {
    padding: 100px 0;
    background: #f6f6f6;
    text-align: center;
}
.custom-section-four p {
    margin-bottom: 50px;
}
.custom-section-four h2:after {
    content: "";
    display: block;
    height: 3px;
    width: 22%;
    text-align: center;
    background: #F44336;
    margin: 10px auto;
}
.custom-three-column-img img {
    width: 100%;
    height: 350px;
    box-shadow: 0 0 8px #ccc;
    padding: 20px;
}
.custom-three-column-img {
    position: relative;
    margin-bottom: 30px;
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    max-width: 1000px;
    opacity: 0;
    transition: 0.3s linear;
}
.content:hover {
    opacity: 1;
}
.custom-footer-icon ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.custom-footer-icon ul li a {
    display: block;
    font-size: 22px;
    width: 40px;
    height: 40px;
    padding: 10px;
    background: #444;
    color: #6aaf08;
    border-radius: 50%;
    transition: all 0.3s;
    margin: 0 10px;
}
footer.custom-common-wrapper {
    background: #333;
    padding: 30px 0 20px;
}
.custom-footer-icon p {
    text-align: center;
    color: #666;
    font-size: 15px;
}

.custom-footer-icon p span:hover {
    display: inline-block;
    color: #ddd;
}
.custom-footer-icon ul li a:hover {
    background: #6aaf08;
    color: #000;
}
/*.custom-section-about img {
    width: 100%;
    height: 400px;
}*/
.custom-section-about{
    position: relative
}
.custom-content-wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    max-width: 1000px;

}
.custom-section-about h2{
    color: #fff;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.custom-section-column {
    padding: 80px 0;
}
.custom-column-img-wrapper img {
    width: 100%;
    height: 350px;
    box-shadow: 0 0 5px #ccc;
    padding: 20px;
}

.custom-column-conent-wrapper p {
    margin-top: 50px;
}
.custom-column-conent-wrapper h2 {
    margin: 0 0 20px 0;
    font-weight: 500;
    font-size: 36px;
    color: #333;
}

.custom-column-conent-wrapper h2:after {
    content: "";
    display: block;
    width: 17%;
    height: 3px;
    background: #F44336;
}
.custom-section-services img {
    width: 100%;
    height: 350px;
}
.custom-section-services {
    position: relative;
}

.custom-services-centent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    max-width: 1000px;
}
.custom-services-centent h2 {
    color: #fff;
    font-size: 80px;
    font-weight: 700;
}

.custom-section-three {
    
    padding: 120px 0;
    background: #6aaf08;
    margin: 80px 0;
}
.custom-text {
    background: #6aaf08;
    padding: 50px;
        margin: 75px 0;
}
.custom-text span {
    display: block;
    padding: 0 77px;
}

.custom-text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.custom-text ul li a {
    display: block;
    text-decoration: none;
    color: #000;
}

.custom-text ul li a i {
    font-size: 22px;
    width: 60px;
    height: 60px;
    padding: 20px;
    background: #444;
    color: #6aaf08;
    border-radius: 50%;
    transition: all 0.3s;
    text-align: center;
    margin: 10px;
}
.custom-section-content {
    padding: 80px 0;
}
.custom-form input[type="text"] {
    width: 100%;
    padding: 15px 10px;
    margin-bottom: 20px;
}
.custom-form input[type="email"] {
    width: 100%;
    padding: 15px 10px;
    margin-bottom: 20px;
}

.custom-form input[type="tel"] {
    width: 100%;
    padding: 15px 10px;
    margin-bottom: 20px;
}
.custom-form textarea {
    width: 100%;
    padding: 15px 10px 30px;
    margin-bottom: 20px;
}
.custom-footer-icon p a {
     text-decoration: none;
    color: #ccc;
}
.custom-footer-icon p a:hover {
   
    color: #fff;
}

button.navbar-toggler {
    display: none;
    float: right;
     background: #ccc;
    margin: 30px 0;
}

.dropdown-menu.show {
    background: #333;
}
.custom-product h3 {
    text-align: left;
    text-transform: uppercase;
    color: #f1f1f1;
    font-size: 30px;
    font-weight: 600;
}
.custom-product ul {
    margin: 0;
    padding: 0;
    text-align: left;
    list-style: none;
}

.custom-product ul li {
    font-size: 20px;
    color: #fff;
    box-shadow: 0 0 8px#ccc;
    padding: 15px;
    border-radius: 10px;
}
.custom-product ul li:hover {
    background: #fff;
    color: #000;
}
.custom-services h3 {
    text-align: left;
    text-transform: uppercase;
    color: #f1f1f1;
    font-size: 30px;
    font-weight: 600;
}
.custom-services  ul {
    margin: 0;
    padding: 0;
    text-align: left;
    list-style: none;
}

.custom-services ul li {
     font-size: 20px;
    color: #fff;
    box-shadow: 0 0 8px#ccc;
    padding: 15px;
    border-radius: 10px;
    transition: 0.3s linear;
}
.custom-services ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
}
.custom-services ul li a:hover {
    color: #000;
}


.custom-services ul li:hover {
    background: #fff;
    color: #000;
}
.custom-section-indoor h3 {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
}
.custom-inside-content-wrapp ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 25px;
}

.custom-inside-content-wrapp ul li {
    box-shadow: 0 0 8px #8bc34a;
    padding: 15px;
    border-radius: 10px;
}

.custom-inside-content-wrapp ul li:hover {
    background: #8bc34a;
    color: #fff;
}
.custom-img-wrapp img {
    width: 100%;
    height: 400px;
    box-shadow: 0 0 8px #ccc;
    padding: 10px;
    border-radius: 20px;
}

.custom-section-indoor p {
    padding: 0 0 30px;
}
.custom-section-indoor {
    padding: 80px 0px;
}
.custom-section-indoor-bottom {
    padding: 0 0 120px;
}
.custom-section-landscape h3 {
    color: #000;
    text-align: center;
    font-size: 35px;
}
.custom-text-wrapper h3 {
    font-size: 30px;
    text-align: center;
    margin: 30px 0 0;
}
.custom-content-wrapp h3 {
    font-size: 30px;
    color: #000;
    text-align: center;
}
.custom-content-wrapp {
    margin-top: 50px;
}
.custom-section-landscape p {
    padding-bottom: 80px;
}
.custom-section-landscape {
    padding: 80px 0;
}
.custom-section-landscape-bottom {
    padding-bottom: 120px;
}
.owl-carousel .owl-item img{
    display: block!important;
    width: 100%;
    height: 150px;
    object-fit:contain;
}
.owl-nav{
    text-align:center!important;
}
.owl-nav .owl-next span,.owl-nav .owl-prev span{
   font-size:30px; 
   
}
.owl-nav .owl-next:focus,.owl-nav .owl-prev:focus{
    outline: none!important;
}
.custom-form {
    text-align: center;
} 
.custom-form h2:after {
    content: "";
    display: block;
    height: 3px;
    width: 30%;
    background: #F44336;
    margin: 10px auto;
}
.custom-img {
    box-shadow: 0 0 5px #ccc;
    border-radius: 20px;
    padding: 15px;
    margin: 15px 0;
}

.custom-img img {
    width: 100%;
    height: 200px;
}
.custom-gallery {
    padding:80px 0;
}

.custom-inside-gallery {
    padding-bottom: 120px;
}
.custom-img h3 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0;
    background: #212529;
    padding: 15px;
    border-radius: 15px;
    transition: 0.3s linear;
}

.custom-img h3:hover {
    background: #8bc34a;
}
.custom-gallery h2 {
    text-align: center;
    padding: 30px 0;
}
.custom-section-certificate {
    background: #8bc34a;
    padding: 50px 0;
    margin: 50px 0;
}
.custom-section-certificate h3:after {
    content: "";
    display: block;
    height: 3px;
    width: 15%;
    background: #F44336;
    margin: 10px auto;
}
.custom-section-certificate h3 {
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20;
}
.custom-section-project h3 {
    color: #000;
    text-transform: uppercase;
    font-size: 36px;
    text-align: center;
        margin: 80px 0;
}
.custom-project-content h3 {
    text-align: left;
    font-size: 30px;
    color: #000;
    margin: 0;
}
.custom-project-content p {
    text-align: justify;
    font-size: 25px;
}
.custom-project-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.custom-project-content ul li {
    font-size: 20px;
    box-shadow: 0 0 8px#ccc;
    padding: 15px;
    border-radius: 15px;
    transition: 0.3s linear;
}

.custom-project-content ul li:hover {
    background: #8bc34a;
    color: #fff;
}
.custom-section-project-inside {
    padding: 120px 0 80px;
}
.custom-project-content-wrapp h3 {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
}
.custom-project-content-wrapp p {
    font-size: 25px;
    text-align: justify;
     margin: 30px 0;
}
.custom-project-content-wrapp ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.custom-project-content-wrapp ul li:hover {
    background: #8bc34a;
    color: #fff;
}

.custom-project-content-wrapp ul li {
    font-size: 20px;
    box-shadow: 0 0 8px#ccc;
    padding: 15px;
    border-radius: 20px;
    transition: 0.3s linear;
}
.custom-project-content-wrapp span {
    display: inline-block;
    color: #000;
    font-size: 20px;
    font-weight: 700;
}
.custom-project-content-wrapp span:hover{
    background: #8bc34a;
    color: #fff;
}
.custom-project-ul ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.custom-project-ul li {
    font-size: 20px;
    box-shadow: 0 0 8px#ccc;
    border-radius: 20px;
    padding: 15px;
}
.custom-section-project-bottom {
    padding: 0 0 120px;
}
.custom-project-ul ul li:hover {
    background: #8bc34a;
    color: #fff;
}
.custom-project-ul span {
    display: inline-block;
    color: #000;
    font-size: 20px;
    font-weight: 700;
}
.custom-project-ul span:hover{
    background: #8bc34a;
    color: #fff;
}
.custom-section-nurseries {
    padding: 120px 0 ;
}
.custom-content-nurseries h3 {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}
.custom-content-nurseries p {
    font-size: 25px;
    text-align: justify;
     margin: 30px 0;
}
.custom-content-nurseries ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.custom-content-nurseries ul li {
    font-size: 20px;
    border-radius: 20px;
    box-shadow: 0 0 8px#ccc;
    padding: 15px;
    transition: 0.3s linear;
}

.custom-content-nurseries ul li:hover {
    background: #8bc34a;
    color: #fff;
}
.custom-project-ul h3 {
    font-size: 30px;
    color: #000;
}
.custom-section-indoor p {
    padding: 0 0 30px;
    font-size: 20px;
}
.custom-section-landscape p {
    font-size: 20px;
}
.custom-content-wrapp p {
    font-size: 20px;
}

.dropdown-menu.show {
    background: #8bc34a;
}
h3.sub-heading {
    color: #000;
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    margin: 10px 0;
}
h3.sub-heading:after {
    content: "";
    display: block;
    height: 3px;
    width: 12%;
    text-align: center;
    background: #F44336;
    margin: 10px auto;
}
.custom-section-four-bottom h3 {
    color: #8bc34a;
    text-align: center;
    font-size: 36px;
}

.custom-section-four-bottom p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
}
.custom-section-four-bottom a.box:hover {
    border: 10px solid #1e7e34;
    color: #fff;
    background: #8bc34a;
}
.custom-section-four-bottom a.box {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    border: 10px solid #8bc34a;
    border-radius: 10px;
    padding: 10px;
    transition: 0.3s linear;
}

.custom-section-four-bottom {
    padding: 80px 0;
    background: #cccccc21;
}
.custom-section-indoor h3:after{
  content: "";
    display: block;
    height: 3px;
    width: 40%;
    background: #F44336;
    margin: 10px auto;
    }
.custom-section-landscape h3:after {
    content: "";
    display: block;
    height: 3px;
    width: 40%;
    background: #F44336;
    margin: 10px auto;
}
.custom-section-project h3:after{
    content: "";
    display: block;
    height: 3px;
    width: 10%;
    background: #F44336;
    margin: 10px auto; 
}
.custom-project-content h3:after{
    display: none;  
    content: "";
}.custom-content-nurseries h3:after{
     content: "";
    display: block;
    height: 3px;
    width: 18%;
    background: #F44336;
    margin: 10px auto; 
}
.custom-content-wrapp h3:after {
   content: "";
    display: block;
    height: 3px;
    width: 40%;
    background: #F44336;
    margin: 10px auto; 
}
.custom-gallery h2:after{
    content: "";
    display: block;
    height: 3px;
    width: 12%;
    background: #F44336;
    margin: 10px auto; 
}
@media(max-width:1200px){
    .custom-menu ul li a {
    margin: 9px 10px 0 10px;
    
}
}
@media(max-width:1100px){
.custom-banner-content h2 {
    font-size: 50px;
 
}
    .custom-banner-content p {
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 20px;
}
    h2 {
    margin: 0 0 20px 0;
    font-weight: 500;
    font-size: 30px;
    color: #333;
}
    .custom-col-content p {
    padding: 0px 0 10px;
}
p {
    line-height: 24px;
    margin-top: 20px;
    font-size: 15px;
}
    .custom-section-three h2 {
    font-size: 30px;
}
    .custom-section-three p {
    margin-bottom: 30px;
    font-size: 12px;
}
    .custom-section-about h2 {
    font-size: 50px;
}
      .custom-column-conent-wrapper h2 {
    font-size: 30px;
}
    .custom-services-centent h2 {
    font-size: 50px;

}
    .custom-section-two {
    padding: 80px 0;
}
    .custom-section-certificate h3 {
    font-size: 30px;
    
}
    
     .custom-gallery {
    padding: 15px 0 0;
}
    .custom-section-project h3 {
    font-size: 30px;
   
}
    .custom-section-landscape h3 {
    font-size: 30px;
}
    
   .custom-section-indoor h3 {
    font-size: 30px;
}  
    
    h3.sub-heading {
    font-size: 30px;
    
}
    .custom-section-four-bottom h3 {
    font-size: 30px;
}
}
@media(max-width:902px){
    .custom-banner-content h2 {
    font-size: 30px;
}
     .custom-banner-content p {
    color: #fff;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
}
    .custom-banner-content a.btn-box {
    font-size: 14px;
    margin-top: 10px;
    
}
    .custom-section-project h3 {
    margin: 40px 0;
        font-size: 25px;
}
    .custom-section-two {
    padding: 80px 0;
}
    h2 {
    margin: 10px 0 10px 0;
    font-weight: 500;
    font-size: 25px;
    color: #333;
}
    p {
    line-height: 24px;
    margin-top: 20px;
    font-size: 13px;
}
        .custom-section-three {
    padding: 80px 0;
  
}
       .custom-section-three h2 {
    font-size: 25px;
}
    .custom-section-about h2 {
    font-size: 30px;
}
    .custom-column-conent-wrapper h2 {
    font-size: 25px;
}
    .custom-services-centent h2 {
    font-size: 30px;

}
    .custom-section-certificate {
    padding: 30px 0;
    margin: 30px 0;
}
    .custom-section-four-bottom h3 {
 
    font-size: 25px;
}
.custom-section-two {
    padding: 40px 0;
}
    .custom-section-content {
    padding: 40px 0;
}
    .custom-section-certificate h3 {
    font-size: 25px;
}
    .custom-gallery h2 {
    text-align: center;
    padding: 25px 0;
}
      .custom-gallery {
    padding: 15px 0 0;
}
    .custom-project-content-wrapp h3 {
    font-size: 20px;
        text-align: center;
 
}
    .custom-project-ul h3 {
    font-size: 25px;
}
    .custom-section-project-inside {
    padding: 80px 0 40px;
}
    .custom-section-project-bottom {
    padding: 0 0 80px;
}
    .custom-section-indoor h3 {
    font-size: 25px;
}
    .custom-section-indoor p {
    padding: 0 0 30px;
    font-size: 18px;
}
    .custom-inside-content-wrapp ul {
    font-size: 20px;
}
    .custom-section-indoor-bottom {
    padding: 0 0 80px;
}
    .custom-section-landscape h3 {
    font-size: 25px;
}
    .custom-content-wrapp h3 {
    font-size: 25px;
}
    .custom-section-landscape-bottom {
    padding-bottom: 40px;
}
    .custom-content-nurseries h3 {
    font-size: 25px;
}
    .custom-content-nurseries p {
    font-size: 20px;
}
    .custom-section-nurseries {
    padding: 80px 0;
}
    a.dropdown-item {
    color: #000;
    background: #fff;
    margin: 10px 0;
}
    h3.sub-heading {
    font-size: 25px;
}
    .custom-product h3 {
    font-size: 25px;
    
}
    .custom-services h3 {
    font-size: 25px;
}
    .custom-inside-gallery {
    padding-bottom: 80px;
}
}
@media(max-width:1200px){
    button.navbar-toggler {
    display: none!important;
}
}
@media(max-width:767px){
    button.navbar-toggler {
    display: block!important;
}
    .custom-logo {
    display: inline-block;
}
    h2 {
    font-size: 20px;

}
    p {
    line-height: 20px;
    margin-top: 15px;
    font-size: 12px;
        text-align: center;
}
.custom-menu ul {
    display: block;
    text-align: center;
}
    custom-logo a {
    text-align: center;
}
    .custom-col-content {
    text-align: center;
}
    .custom-section-two {
    padding: 40px 0;
}
    .custom-section-three {
    padding: 60px 0;
    margin: 40px 0;
}
    .custom-three-col {
    padding: 50px 0;
}
    .custom-section-three h2:after {
    width: 100%;
}
    .custom-section-four h2:after {
    width: 100%;
}
    .custom-section-four {
    padding: 40px 0;
}
    .custom-section-four p {
    margin-bottom: 25px;
}
    footer.custom-common-wrapper {
    background: #333;
    padding: 15px 0 10px;
}
    .custom-footer-icon ul {
    display: block;
    
}
    .custom-footer-icon ul li a {
    margin: 0 auto;
    margin-bottom: 15px;
}
    .custom-footer-icon p {
    margin-top: 20px;
        font-size: 12px;
}
      .custom-column-conent-wrapper h2 {
    font-size: 20px;
}
    .custom-column-conent-wrapper p {
    margin-top: 25;
}
    .custom-column-conent-wrapper {
    text-align: center;
}
    .custom-column-conent-wrapper h2:after {
    width: 100%;
}
    .custom-column-conent-wrapper {
    padding: 40px 0;

}
    .custom-text {
        margin: 45px 0;
    }
    .custom-section-content {
    padding: 40px 0;
}
    .custom-text {
    padding: 30px;
}
    .custom-text ul li a {
    text-align: center;
}
    .custom-text ul li a i {
    display: block;
    margin: 10px auto;
}
    .custom-form {
    padding: 40px 0 0;
    text-align: center;
    text-transform: capitalize;
}
    .custom-form h2 {
    margin: 0 0 20px;
}
    .custom-section-landscape {
    padding: 40px 0;
}
     .custom-project-content-wrapp h3 {
    font-size: 20px;
    }
      .custom-section-certificate h3 {
    font-size: 25px;
}
    .custom-gallery h2 {
    text-align: center;
    padding: 20px 0;
}
    .custom-gallery {
    padding: 15px 0 0;
}
.custom-content-nurseries p {
    font-size: 12px;
    text-align: center;
}
    .custom-content-nurseries ul li {
    font-size: 12px;
   text-align: center;
}
    .custom-section-nurseries {
    padding: 40px 0;
}
    .custom-inside-content-wrapp ul li {
    padding: 12px;
   
}
    
    .custom-content-nurseries h3 {
    font-size: 20px;
}
.custom-img h3 {
    font-size: 15px;

}
    .custom-inside-gallery {
    padding-bottom: 40px;
}
    .custom-section-landscape p {
    font-size: 12px;
        text-align: center;
        padding: 0 0 30px;
}
    .custom-section-indoor h3 {
    font-size: 20px;
        tab-size: center;
}
      .custom-section-project-inside {
    padding: 60px 0 40px;
}
 
    .custom-section-project h3 {
        font-size: 20px;
        text-align: center;
        margin: 30px 0;
}
    .custom-project-content p {
    font-size: 15px;
        text-align: center;
}
    .custom-project-content ul li {
    font-size: 12px;
        text-align: center;
  
}
    .custom-section-landscape-bottom {
    padding-bottom: 40px;
}
    .custom-content-wrapp p {
    font-size: 12px;
}
     .custom-section-indoor p {
    padding: 0 0 30px;
    font-size: 12px;
         tab-size: center;
}
 .custom-project-content-wrapp p {
    font-size: 20px;
    margin: 25px 0;
     text-align: center;
}
    .custom-project-content-wrapp ul li {
    font-size: 12px;
        text-align: center;
  
}
    .custom-project-content-wrapp span {
    font-size: 15px;
    
}
    .custom-section-landscape h3 {
    font-size: 20px;
        text-align: center;
}
    .custom-project-ul h3 {
    font-size: 20px;
        text-align: center;
}
    .custom-project-ul li {
    font-size: 12px;
        text-align: center;
}
    .custom-section-four-bottom h3 {
    text-align: center;
    font-size: 20px;
}
    .custom-section-four-bottom p {
    text-align: center;
    font-size: 12px;
    margin-bottom: 20px;
}
    .custom-section-project-bottom {
    padding: 0 0 40px;
}
    .custom-content-wrapp h3 {
    font-size: 20px;
    text-align: center;
}
    .custom-services ul li {
    font-size: 15px;
    text-align: center;
}
    .dropdown-menu.show {
    text-align: center;
            width: 100%;
            width: 100%;
}
     .custom-product h3 {
    font-size: 20px;
         text-align: center;
    
}
    .custom-services h3 {
    font-size: 20px;
    margin: 15px 0;
    text-align: center;
}
    .custom-product ul li {
    font-size: 12px;
    text-align: center;
}
    .custom-banner-content {
    display: none;
}
    .custom-section-four-bottom {
    padding: 80px 0;
    background: #cccccc21;
}
.custom-section-indoor h3:after{
  width: 100%;
    }
.custom-section-landscape h3:after {
    width: 100%;
}
.custom-section-project h3:after{
   width: 100%;
}
.custom-project-content h3:after{
    display: none;  
    content: "";
}.custom-content-nurseries h3:after{
     width: 100%; 
}
.custom-content-wrapp h3:after {
    width: 100%; 
}
    .custom-img-wrapp img {
    width: 100%;
    height: 240px;
}
.custom-gallery h2:after{
    width: 100%;} 
    .custom-section-three h2 {
    font-size: 20px;
}
    .custom-section-about h2 {
    font-size: 25px;
}
    .custom-conent-wrapper {
    min-height: auto;
    margin: 15px;
}
.dropdown-item{
        background-color: transparent!important;
}
    .custom-inside-content-wrapp ul {
    font-size: 18px;
        text-align: center;
        margin: 0 0 15px;
}
    .custom-section-indoor {
    padding: 40px 0px;
}
    .custom-img-wrapp img {
    margin: 0 0 15px;
    text-align: center;
}
    .custom-section-indoor-bottom {
    padding: 0 0 40px;
}
    h3.sub-heading {
    font-size: 20px;
}
    h3.sub-heading:after {
    width: 100%;
    
}

    .dropdown-menu {
    position: absolute!important;
}
.dropdown-item {white-space: pre-wrap!important;}

