@charset "utf-8";
@font-face {
    font-family: "Poetsen One";
    src: url("../fonts/PoetsenOne-Regular.ttf");
}

p {
    font-family: 'Poppins', sans-serif; font-size:16px !important;
}


ul,
li {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
}

::placeholder {
    color: #676A6A;
    opacity: 1;
    /* Firefox */
}
.singh{padding-top: 198px !important;}
.kumar{padding-top: 190px !important;}
:-ms-input-placeholder {
    /* Ralewaynet Explorer 10-11 */
    color: #676A6A;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #676A6A;
}

.page ::placeholder {
    color: #333;
    opacity: 1;
    /* Firefox */
}

.page :-ms-input-placeholder {
    /* Ralewaynet Explorer 10-11 */
    color: #333;
}

.page ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #333;
}

.modal-header{
    background: #fff;
}

/*===== Go To Top Section =====*/
#back-top{ display: block; position: fixed; bottom: 140px; right: 10px; bottom:55px; text-align: center;  z-index: 99999; }
#back-top a{ display: block; text-decoration: none; }
#back-top a .fa{ width: 40px; height: 40px; padding-top: 8px; font-size: 20px; border-radius: 5px; opacity: 1; color: #fff; background: #84b36f; border: #84b36f solid 2px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#back-top a .fa:hover{ background: #fff; color: #84b36f; }

.input-text {
    color: #333;
    height: 50px;
    width: 100%;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    padding: 5px 15px;
    background: #f9f9f9;
    border: 1px solid #ebebeb;
   
}

.input-textarea {
    color: #333;
    width: 100%;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    padding: 5px 15px;
    background: #f9f9f9;
    border: 1px solid #ebebeb;
  
}

.input-submit {
    color: #84b36f;
    font-size: 15px;
    border: 2px solid #84b36f;
    background: transparent;
    width: 100%;
    padding: 10px 25px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 6px;

}

.input-submit:hover {
    color: #fff;
    background: #84b36f;
    border: 2px solid #84b36f;
}

.page .input-text {
    color: #121212;
    height: 50px;
    width: 100%;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    padding: 5px 15px;
    background: #fff;
    border: 1px solid #d7d7d7;
    font-weight: 300
}

.page .input-textarea {
    color: #121212;
    width: 100%;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    padding: 5px 15px;
    background: #fff;
    font-weight: 300;
    border: 1px solid #d7d7d7;
}

.page .input-submit {
    color: #84b36f;
    font-size: 16px;
    border: 2px solid #84b36f;
    background: transparent;
    width: 100%;
    padding: 10px 25px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-family: 'Poppins', sans-serif;
}

.page .input-submit:hover {
    color: #fff;
    background: #84b36f;
    border: 2px solid #84b36f;
}

.button1 {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #84b36f;
    font-size: 16px;
    border: 2px solid #84b36f;
    background: transparent;
    padding: 10px 25px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-weight: 400;
}

.button1:hover {
    color: #fff;
    background: #84b36f;
    border: 2px solid #84b36f;
}

.button2 {
    color: #fff;
    font-size: 18px;
    border: 2px solid #84b36f;
    background: #84b36f;
    padding: 15px 25px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
}

.button2:hover {
    color: #fff;
    background: #84b36f;
    border: 2px solid #84b36f;
}

.button3 {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 15px;
    border: 2px solid #fff;
    background: #84b36f;
    padding: 15px 25px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-weight: 500;

}

.button3:hover {
    color: #fff;
    background: #84b36f;
    border: 2px solid #84b36f;
}

.top-header {
    background: #000;
    padding: 15px 0;
    margin: 0;
}



.top-header .info ul li {
    display: inline-block;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 14px;
    margin-left: 20px;
}

.top-header .info .fa {
    color: #fff;
}

.top-header .info ul li:first-child {
    margin-left: 0;
}

.top-header .info ul li a {
    color: #fff;
}

.top-header .info ul li a:hover {
    color: #84b36f;
    transition: all ease-in 0.2s;
    text-decoration: none;
}

.top-header .info-left{
    text-align: right;
}
.top-header .info-mid{
    text-align: left;
}

.banner-content {
    position: relative;
    width: 100%;
}

.banner-content .banner-img img {
    width: 100%;
}

.banner-content img{
    width: 100%;
}

.banner-content .top-left {
    position: absolute;
    top: 40%;
    left: 2%;
    width: 80%;
}


.banner-content .top-left h1 {
    color: #fff;
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    margin: 0;
    line-height: 48px;
    letter-spacing: 1px;
}


.two {
 background: #fff;
 position: relative;
 padding:  0;
 overflow: hidden;
}

.two .title-section{
    margin-bottom: 35px;

}

.two .title-section h3 {
    color: #84b36f;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 15px 0;
    font-weight: 400;
}

.two .title-section h2 {
    color: #000;
    font-size: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin: 0 0 15px 0;
    line-height: 40px;
}

.two .title-section h4 {
      color: #000;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin: 0;
    line-height: 40px;
}

.two .quote-left-img {
   position: relative;
   left: -15px;
   margin-bottom: 45px;
}

.two .quote-left-img img{
    width: 100%;
}


.four {
    background: #fff;
    padding: 0 0 80px 0;
    overflow: hidden;
    position: relative;
}


.four .title-section{
    margin-bottom: 35px;

}

.four .title-section h3 {
    color: #84b36f;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 15px 0;
    font-weight: 400;
}

.four .title-section h2 {
    color: #000;
    font-size: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin: 0 0 15px 0;
    line-height: 40px;
}

.four .title-section h4 {
      color: #000;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin: 0;
    line-height: 40px;
}


.four p {
    color: #878787;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}

.four ul {
    display: flex;
    list-style: none;
}

.four ul li {
     color: #878787;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
    margin-right: 20px;
}

.four ul li  .fa{
    color: #84b36f;
}


.four .service-left-block h3{
 color: #000;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 40px;
}


.four .service-left-img {
   position: relative;
   left: -15px;
   margin-bottom: 45px;
}

.four .service-left-img img{
    width: 100%;
}

.four  .service-content {
  position: relative;
  text-align: center;
  color: white;
}

.four  .service-content .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.four .service-content .centered h5{
 color: #fff;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 40px;
}

.four  .service-bot-block{
    background: #84b36f;
    padding: 25px 30px;
    display: inline-block;
    position: absolute;
    bottom: -10%;
    left: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;

}

.four  .service-bot-block h4{
 color: #fff;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin: 0;
}

.four .pa{
margin: 0;
padding: 0;
}

.seven {
   background: #fff;
   padding:80px 0;
   overflow: hidden;
   position: relative;
}
.seven .title-section{
    margin-bottom: 20px;
  
}


.seven .title-section h3 {
    color: #84b36f;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 15px 0;
    font-weight: 400;
}

.seven .title-section h2 {
    color: #000;
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin: 0 0 15px 0;
    line-height: 40px;
}

.seven .title-section h4 {
      color: #000;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin: 0;
    line-height: 40px;
}


.seven p {
    color: #878787;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}


.seven .welcome-left-block h3{
 color: #000;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;

    line-height: 40px;
}


.seven .welcome-left-img {
   position: relative;
   left: -15px;
   margin-bottom: 30px;
}

.seven .welcome-left-img img{
    width: 100%;
}

.seven .welcome-right-img img{
    width: 100%;
}

.seven .welcome-right-img {
   position: relative;
   right: -15px;
   margin-bottom: 30px;
}

.seven .welcome-left-block ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.seven .welcome-left-block ul li{
     color: #84b36f;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 400;


}

.top-footer {
    padding:80px 0 60px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.top-footer .social-info {
    margin-top: 30px;
}

.top-footer .social-info ul{
    list-style: none;
    text-decoration: none;
}

.top-footer .social-info ul li{
 font-family: 'Poppins', sans-serif;
 font-size: 16px;
 color: #49494B;
 margin-bottom: 15px;
 display: inline-block;
}

.top-footer .social-info .fa{
    color: #fff;
    border-radius: 50%;
    padding: 8px 9px;
    border: 2px solid #fff;
    margin-right: 20px;
}

.top-footer .social-info .fa:hover{
    background: #121212;
    color: #fff;
    border: 2px solid #121212;
    transition: all ease-in 0.2s;
}

.top-footer .social-info .fa-facebook{
    padding: 8px 11px;
}

.top-footer-content ul{
    list-style: none;
    text-decoration: none;
}

.top-footer-content ul li{
 font-family: 'Poppins', sans-serif;
 font-size: 16px;
 color: #49494B;
 margin-bottom: 15px;
}

.top-footer-content ul li span{
  margin-left: 28px;
}


.top-footer .title-section{
    margin-bottom: 25px;
}

.top-footer .title-section h3 {
    color: #84b36f;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 15px 0;
    font-weight: 400;
}

.top-footer .title-section h2 {
    color: #000;
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin: 0 0 15px 0;
    line-height: 40px;
}

.top-footer .title-section h4 {
      color: #000;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin: 0;
    line-height: 40px;
}
.top-footer p {
    color: #49494B;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.top-footer .top-footer-content .fa {
    color: #49494B;
    font-size: 18px;
    width: 25px;
}

.top-footer .top-footer-content .abn-block{
    margin-top: 150px;
}

.top-footer .top-footer-content .abn-block h5{
    color: #49494B;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    line-height: 28px;
    font-weight: 400;
}


.top-footer a {
    color: #49494B;
}

.top-footer a:hover {
    color: #84b36f;
    transition: all ease-in 0.2s;
    text-decoration: none;
}



.top-footer .map-block{
    position:relative;
    right: -15px;
    width: 100%;
}


.footer {
    padding:20px 0 15px 0;
    background: #fff;
    text-align: center;
    border-top: 1px solid #eaeaea;
}

.footer span {
    color: #84b36f;
}

.footer p {
    color: #49494B;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin: 0;
}





/* Inner Page */

.page {
    padding:60px 0px 40px 0;
    background: #fff !important;
    position: relative !important;
}

.page .page-title{
    text-align: center;
    margin-bottom: 30px;
}



.page h2 {
    color: #84b36f;
    font-size: 25px;
    font-family: "Poppins";
    margin: 0 0 15px 0;
    
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.page h4 {
    color: #84b36f;
    font-size: 35px;
    font-family: "Poppins";
    margin: 0;
    line-height: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.page h3 {
    color: #84b36f;
    font-size: 22px;
    font-family: "Poppins";
    margin: 0 0 15px 0;
    font-weight: 500;
    letter-spacing: 1px;
}

.page h3 span {
    font-family: "Poppins";
    color: #ccc;
    font-size: 14px;
}

.page h5 {
    font-family: "Poppins";
    color: #84b36f;
    font-size: 20px;
    font-weight: 500;
}

.page ul{
    list-style: none;
}

.page ul li{
     color: #000;
    font-family: "Poppins";
    font-size: 15px;
    line-height: 33px;
    margin-bottom: 15px;
    display: flex;
    align-items: baseline;
}

.page ul li span{
    margin-right: 10px;
}

.page p {
    color: #000;
    font-family: "Poppins";
    font-size: 15px;
    line-height: 33px;
}

.page a{
    color: #84b36f;
    text-decoration: none;
}

.page a:hover{
    color: #EF0F1C;
    transition: all ease-in 0.2s;
}

.page .fa {
    font-size: 18px;
    color: #84b36f;
}

.page .form-group .custom-select select {
    color: #000;
    height: 50px;
    font-size: 14px;
    font-family: "Poppins";
    padding: 5px 15px;
    background: transparent;
    border: none;
    width: 100%;
    border: 1px solid #d7d7d7;
   
}


.page  .service-content {
  position: relative;
  text-align: center;
  color: white;
}

.page  .service-content .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page .service-content .centered h5{
 color: #fff;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 40px;
}
.page  .pa{
    margin: 0;
    padding: 0;
}


.reset {
    margin: 0px !important;
    padding: 0px !important;
}

.margin-reset {
    margin: 0px !important;
}

.padding-reset {
    padding: 0px !important;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: 0px solid #fff !important;
}


/* Typography */

.opensans {
    font-family: "Open Sans";
}

.coda {
    font-family: "Coda";
}

.rokkitt {
    font-family: "rokkitt";
}


/* Coloring */

.black {
    color: #000 !important;
}

.white {
    color: #fff !important;
}


/* Header */

.affix {
    position: fixed;
    top: 0px;
    transition: all 0.5s ease-in-out;
    width: 100%;
    z-index: 999999;
    box-shadow: 0 1px 10px #666;
    margin-bottom: 10px;
}

.affix-top {
    position: static;
    top: -35px;
    transition: all 0.5s ease-in-out;
}



.affix .header{
 background: #fff;
 position: inherit;
 margin-top: inherit;
}

.affix .header img{
    width: 62%;
}

.affix .header .info {
    margin-top: 7px;
}

.affix .header .nav-menu > li > a {
    padding: 30px 20px;
}



.header {
    display: block;
    background: #fff;
    z-index: 2;
    width: 100%;
}


.header .info{
    margin-top: 22px;
}


/* Tap to Call */

.taptocall {
    color: #fff;
    font-size: 14px !important;
    border: 1px solid #fff;
    width: 50%;
    margin: 5px auto !important;
    padding: 10px 0px;
}

.taptocall:hover {
    background: #e1dfdf;
    transition: 0.2s ease-in;
    color: #000;
}


/* Menu */

:after,
:before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


/* Cool Heading */

.heading {
    display: inline-block;
    padding: 0 15px;
    position: relative;
    text-align: center;
    font-family: "Poetsen One";
    font-weight: bold;
    font-size: 26px;
}


/* Owl Banner CSS */

.owl-theme .owl-controls {
    margin-top: 0px !important;
}

#owl-demo {
    display: block;
    overflow: hidden;
    width: 100%;
    position: relative;
    background: #fff;
}

#owl-demo .item img {
    display: block;
  
}

.owl-controls.clickable .owl-buttons div {
    display: none !important;
    border-radius: 0px !important;
    width: 0px !important;
    height: 0px !important;
    line-height: 0px !important;
    text-align: center;
    color: transparent;
    font-size: 0px !important;
    background: rgba(0, 0, 0, 0) !important;
    border-radius: 0px !important;
}

.owl-theme .owl-controls {
    margin-top: 0px;
    text-align: center;
}

.items {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 20;
    visibility: inherit;
    opacity: 1;
}

.owl-theme .owl-controls {
    margin-top: 0px;
    text-align: center;
}

.owl-pagination {
    position: absolute;
    bottom: 10%;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.owl-controls .owl-page span {
    cursor: poRaleway;
    position: relative !important;
    background: rgba(0, 0, 0, 0.5) !important;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(0, 0, 0, 0) !important;
    display: inline-block;
    margin-right: 2px !important;
    margin-bottom: 0px !important;
    -webkit-transition: background-color 0.2s, border-color 0.2s;
    -moz-transition: background-color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, border-color 0.2s;
    float: none !important;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.owl-controls .owl-page.active span {
    background: #84b36f !important;
    width: 6px !important;
    height: 6px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media only screen and (max-width: 1265px) {
.top-footer .title-section h2 {
    font-size: 35px;
}

.seven .welcome-left-block ul li {
    font-size: 20px;
}
.seven .title-section h2 {
    font-size: 35px;
}

.seven .title-section h4 {
    font-size: 20px;
}

.seven .welcome-left-block h3 {
    font-size: 20px;
}
}

@media only screen and (max-width: 1180px) {
    .affix .header .nav-menu > li > a{
        padding: 26px 7px;
    }
.header .nav-menu > li > a {
    font-size: 15px;
    padding: 40px 7px;
}
.button3 {
    font-size: 13px;
}

    
}


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1024px) {


    .mid-header .info-content p{
        font-size: 15px;
    }

    .header .dash {
        margin: 1em 5px 0;
    }

    .main-header{
        box-shadow: inherit;
    }
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    .center {
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-top: inherit;
        position: relative;
    }


.nav-header {
    float: none !important;
}

    .header {
        top: inherit;
        padding: 5px 0px;
    }
    .services img {
        width: 100%;
        margin-bottom: 20px;
    }

    .affix .header img{
        width: inherit;
    }

    .logo{
        position: inherit;
        top: inherit;
    }

    .request-callback #ask{
        position: inherit;
        width: 100%;
        bottom: inherit;
        text-align: center;
        padding: 10px 0;
    }
    .three img {
        margin-bottom: 10px;
        margin: 0 auto;
    }
    .page .inner-cont {
        margin-top: inherit;
    }
    .header {
        position: inherit !important;
    }
    .top-header .info {
        text-align: center;
    }
    .top-header .social-info {
        text-align: center;
    }
  

    .header .info{
        display: none;
    }
    .experience-block{
        transform: inherit;
        position: inherit;
        left: inherit;
    }
    .one::after {
        display: none;
    }
    .four ul {
        display: inherit;
    }
    .four ul li {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 768px) {
    .singh{padding-top: 60px !important;}
.kumar{padding-top: 60px !important;}
    .button1 {
        margin-bottom: 20px;
    }

.two .quote-left-img {
    left: 0;
}

    .seven .welcome-left-img {
        left: 0;
    }
    .seven .welcome-left-block ul{
        display: inherit;
            margin-bottom: 30px;

    }
    .seven .welcome-right-img {
        right: 0;
    }

    .four .service-left-img{
        left: 0;
    }
    .four .service-bot-block{
        position: inherit;
        border-radius: 10px;
         margin-bottom: 30px;
    }
    .top-footer .title-section {
        text-align: left;
    }

    .top-footer .top-footer-content .abn-block {
        margin-top: 40px;
    }

    .top-footer .map-block{
        right: 0;
    }

    .title-section h2{
        font-size: 35px !important;
    }

    .title-section h4 {
        font-size: 25px !important;
    }

.three{
    text-align: center;
}
.three .call-us-block h2{
    display: block;
}

.three .call-us-block .button1{
    float: inherit;
}

    .top-footer .top-footer-content {
        margin-top: inherit;
    }

  

    .logo{
        position: inherit;
        top: inherit;
    }

    .request-callback #ask{
        position: inherit;
        width: 100%;
        bottom: inherit;
        text-align: center;
        padding: 10px 0;
    }

    .four .service-content-block{
        min-height: inherit;
    }

    .header {
        top: inherit;
        padding: 5px 0px;
    }
   
    .footer h2 {
        text-align: center;
    }
    .hr1 {
        display: none;
    }
    .title-section {
        margin-bottom: 30px;
        text-align: center;
    }
    .one {
        text-align: center;
    }
    .three h2 {
        text-align: center !important;
    }
    .two h2 {
        text-align: center;
    }
    .two #ask {
        padding: 30px 0;
    }
    .seven {
        text-align: center;
    }
    .footer img {
        margin: 0 auto;
    }
    .footer p {
        text-align: center !important;
    }
    .four {
        text-align: center;
    }
    .affix {
        position: inherit;
    }
    .owl-controls {
        display: none !important;
    }
    .testimonials-content .client-name {
        text-align: center;
    }
    .testimonials-content img {
        margin: 0 auto;
    }
    .five {
        text-align: center;
    }
    .navbar .navbar-nav>li>a {
        padding: 15px;
    }
    .dropdown-menu>li>a {
        color: #121212;
    }
    .six {
        text-align: center;
    }
    .four .service img {
        margin: 0 auto;
    }
    .top-footer .btm-menu {
        font-size: 15px;
    }

    
}

@media only screen and (max-width: 480px) {
    .owl-controls {
        display: none !important;
    }
}

@media only screen and (max-width: 320px) {
    .owl-controls {
        display: none !important;
    }
}



.testimonials-content .client-name {
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #84b36f;
    display: inline-block;

}


.testimonials-content .client-review {
    display: block;
    margin-bottom: 5px;
    line-height: 45px;
    color: #878787;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
}

#owl-demo1 .item {
    margin: 10px;
}



/* -- Here is owl pagination { display: none; } you can { display: block; } to show the pagigation buttons -- */

#owl-demo1 .owl-pagination {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
    display: none !important;
}

#owl-demo1 .owl-pagination .owl-page span {
    width: 5px !important;
    height: 5px !important;
    border-radius: 50% !important;
    background: #fff;
}

#owl-demo1 .owl-pagination .active span {
    background: #000000 !important;
    border: 1px solid #005826 !important;
    height: 15px !important;
    width: 15px !important;
}

#owl-demo2 .owl-pagination {
    display: none !important;
}

#owl-demo2 .item {
    margin: 0 10px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .header #menu a {
        font-size: 12px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .header #menu a {
        font-size: 12px
    }
}

