:root {
    --body-bg: #0e0d0c;
    --theme-color:#196e24;
    --body-color: #196e24;
    --title-color: #f6ac16;
    --title-font:
    "Poppins", sans-serif;
    --body-font:
    "Poppins", sans-serif;
    --icon-font:
    "Font Awesome 5 Pro";
    --main-container: 1270px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s
}
body {
   padding: 0;
    margin: auto;
}
a {
    color: #fff;
    text-decoration: none;
    outline: 0;
    transition: all ease .4s;
    font-family: var(--body-font) !important;
    font-weight: 400;
}

dl, ol, ul {
    margin: 0 !important;
    padding-left: 0;
}
a:active,a:focus,a:hover,a:visited {
    text-decoration: none;
    outline: 0
}
button {
    transition: all ease .4s
}
img {
    max-width: 100%;
    height: auto;
}
li{
    list-style: none;
    font-family: var(--body-font);
}
p {
    margin: 0 0 18px 0;
    line-height: 1.63;
    font-family: var(--body-font);
    font-weight: 400;
}
.h1,h1 {
    font-size: 48px;
    font-family: var(--title-font);
}

.h2,h2 {
    font-size: 40px;
    font-family: var(--title-font);
}

.h3,h3 {
    font-size: 36px;
    font-family: var(--title-font);
}

.h4,h4 {
    font-size: 28px;
    font-family: var(--title-font);
}

.h5,h5 {
    font-size: 24px;
    font-family: var(--title-font);
}

.h6,h6 {
    font-size: 20px;
    font-family: var(--title-font);
}
.scroll-btn {
    position: fixed;
    bottom: 300px;
    right: 30px;
    z-index: 94;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    border-radius: 50%
}
.scroll-btn i {
    display: inline-block;
    background-color:var(--theme-color);
    color: #fff;
    text-align: center;
    font-size: 16px;
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    line-height: var(--btn-size, 50px);
    z-index: 2;
    border-radius: inherit;
    position: relative;
    transition: all ease .8s
}
.scroll-btn:before {
    content: "";
    position: absolute;
    left: var(--extra-shape, -6px);
    top: var(--extra-shape, -6px);
    right: var(--extra-shape, -6px);
    bottom: var(--extra-shape, -6px);
    background-color: #fff;
    border-radius: inherit;
    z-index: 1;
    transition: all ease .4s
}
.scroll-btn:focus i,.scroll-btn:hover i {
    background-color: var(--title-color);
    color: var(--white-color)
}
.scroll-btn.show {
    bottom: 120px;
    opacity: 1;
    visibility: visible
}
.scrollToTop {
    position: fixed;
    right: 30px;
    bottom: 500px;
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s;
    z-index: 96
}
.scrollToTop.show {
    bottom: 30px;
    opacity: 1;
    visibility: visible
}

 /* css */
.logo{
    max-width: 195px;
    height: auto;
}
.header-top{
    background-color: var(--theme-color);
    padding: 8px 0px;
    z-index: 99;
    position: relative;
}
.header-links ul {
   display: flex;
   justify-content: end;
}

.header-links ul li a img {
    max-width: 25px;
    height: 20px;
    margin-right: 20px;
}
.tab-links li a {
    color: #0c2a71;
    font-size: 17px;
    font-weight: 600;
}
.tab-links li a:hover{
    color: var(--theme-color);
}
.tab-links li{
    padding-right: 50px;
    font-weight: 500;
    font-size: 17px;
    align-items: center;
    display: flex;
}

.header-layout {
    padding: 8px 0px;
    z-index: 99;
}
.header-bg {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
}
.get-button{
    margin: 20px 0px 5px ;
}
.banner-text{
    position:absolute;
    top: 15%;
    left: 0%;
    content: '';
    width: 100%;
}
.banner-text h3{
   font-size: 54px;
   color: #fff;
   margin-bottom: 50px;
   text-transform: uppercase;
}
.primary-btn{
    background-color: var(--theme-color);
    padding: 12px 24px;
    border-radius: 35px;
    color: #fff;
    text-align: center;
    border: 1px solid var(--theme-color);
    font-size: 18px;
}
.primary-btn:hover{
     background-color: #fff;
     color: var(--theme-color);
}
.right-side-banner{
    align-self: center;
}
.header-links1 ul li {
    font-size: 14px;
    display: inline list-item;
}

.about-us-page{
    padding: 60px 0px;
    position: relative;
    margin: 25px 0px;
}
.about-img{
    position: absolute;
    bottom: 20px;
    right: 33%;
    content: '';
    border-radius: 25px !important;
}
.about-us-page img{
    border-radius: 30px;
}
.about-helmet{
    position:absolute;
    bottom: 20px;
    left: 20px;
    width: 12%;
}
.header-helmet {
    position: absolute;
    bottom: -20px;
    right: 0px;
    width: 26%;
}
.about-right-side h6{
    font-size: 16px;
    color: #000;
}
.about-right-side h3{
    font-size: 41px;
    color:#000;
}
/* .title{
    color: var(--theme-color);
} */
.about-box p {
    margin-left: 40px;
    max-width: 400px;
}
.about-left-side{
    justify-content: end;
    display: flex;
}
.about-box{
    margin-top: 40px;
}
.service-bg{ 
    background-image: url(../images/info.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    
}
.service-page{
    background-color: #0c2a71e6;
    padding: 60px 0px;
}
.service-page h6{
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.service-page h3{
    text-align: center;
    font-size: 42px;
    color: #fff;
    margin-bottom: 40px;
}
.service-info h5{
    font-size: 24px;
    color: #070707;
}
.service-info p{
    font-size: 15px;
    color: #000000;
}   
.service-info {
    background: #fff;
    padding: 15px;
    border-bottom-right-radius: 30px;
}
.service-info a{
    color: var(--theme-color);
    font-size: 18px;
}
.service-info a:hover{
    color: #0c2a71;
}
.f-icon{
    max-width: 30px;
    height: 30px;
    margin-left: 20px;
}
.address{
    margin-left: 15px;
}
.footer-page{   
    background-color: #cfcfcf;
}
.footer-menu h4{
    color: #000;
    font-size: 21px;
}
.service-box img{
    border-top-left-radius: 30px;
    width:100%;
}   
.copyright-wrap {
    margin-top: 40px;
    background: #000;
    padding-top: 10px;
}
.widget-area {
    padding-top: 40px;
}
.copyright-text {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0px;
}
.footer-menu ul li a{
    font-size: 14px;
    color: #000;
}
.footer-menu ul li{
   padding: 5px 0px;
}
.disc{
    height: 3px;
    width: 100px;
    background-color: var(--theme-color);
}
.private-page{
    background-image: url(../images/services/service-image-06.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.right-contant{
    float: right;
    width: 36%;
    background-color: var(--theme-color);
    padding: 100px 50px;
    margin-right: -12px;
}
.right-contant h4{
    font-weight: 600;
    font-size: 42px;
    color: #ffffff;
    line-height: 60px;
}
.right-contant p{
    color: #ffffff;
    line-height: 30px;
    padding: 30px 0;
    font-size: 16px;
}
.primary-btn2{
    background-color: #fff;
    padding: 12px 24px;
    border-radius: 35px;
    color: var(--theme-color);
    text-align: center;
    border: 1px solid #fff;
    font-size: 18px;
}
.primary-btn2:hover{    
    background-color: var(--theme-color);
    color: #fff;
    transition: 600ms;
}
.service-box {
    margin: 10px 0px;
}
.block a {
    display: inline-grid;
}
.block a img{
    text-align: center;
}
.block-image{
    text-align: center;
}
.contact-page{
    background-image: url(../images/map.png);
    
}
.contact-bg{
    background-color: #ffffffe6;
    padding: 60px 0px;
    text-align: center;
}
.contact-input{
    width: 99%;
    margin: 5px 0px;
    padding: 10px;
    border: none;
    /* box-shadow: 0px 4px 8px 2px #ddd; */
    margin: 20px 0px;
    outline: none;
    border-radius: 7px;
}
.common-input{
    width: 48%;
    margin-right: 12px;
}
.form-page{
    border-radius: 20px;
    padding: 50px;
    background-color: var(--theme-color);
    box-shadow: 0px 4px 8px 2px #ddd;
    margin-top: 15px 
}
.get-quote-page{
    padding: 60px 0px;
}
.quote-form{
    border-radius: 20px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 4px 8px 2px #ddd;
}
.booking-form {
    width: 100%;
    padding: 10px;
    margin: 15px 0px;
    border: none;
    box-shadow: 1px 1px 5px 2px #ddd;
    color: #000;
    font-size: 16px;
    outline: none;
}
.booking-title{
    font-size: 40px;
    font-weight: 500;
    color: var(--theme-color);
    margin-bottom: 30px;
}
.booking-img img{
    border-radius: 10px;
}
.book-button{
    margin-top: 25px;
}
.contact-right-side{
    background-color: var(--theme-color);
}
.contact-bg h4{
    font-size: 42px;
}
.footer-menu ul li a:hover{
    color: var(--theme-color);
}
.banner1-img{
    border-radius: 30px;
    margin-right: 90px;
}
.breadcrumb-area{
    background-image: url(../images/breadcrumb-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.breadcrum-box{
    padding: 80px 0px;
    background-color: #000000db;
}
.breadcrumb_heading{
    color:var(--theme-color);
    font-size: 34px;
}

.services-page{
    padding: 60px 0px;
}
.gallery-page{
    padding: 60px 0px;
}
.about_page img{
    border-radius: 10px;
    text-align: center;
}
.about_page{
    padding: 60px 0px;
}
.about_page h3{
    font-size: 42px;
    color: var(--theme-color);
    margin-bottom: 40px;
}
.form-input {
    width: 100%;
    padding: 10px;
    margin: 20px;
    color: #000;
    outline: none;
    box-shadow: 1px 3px 10px 5px #eee;
    border: none;
}
.contactus-right-side{
    margin-top: 52px;
    padding: 75px 0px;
    background-color: var(--theme-color);
    border-radius: 6px;
    margin-left: 20px;
}
.contactus-right-side ul li a{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.contactus-right-side ul li{
    padding: 20px;
}
.gallery-page img{
    margin: 15px;
    border-radius: 10px;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 18px 0px;
    z-index: 1;
  }
  .dropdown-content a {
    color: black !important;
    padding:8px 11px;
    text-decoration: none;
    display: block;
    color: #0c2a71 !important;
    font-size: 15px !important;
  }
  .dropdown-content a:hover {
    color: var(--theme-color) !important;
  }
  .dropdown-content a:hover {
    background-color: #ddd;
}
  .dropdown:hover .dropdown-content {
    display: block;
}
.dropbtn {
    width: 100%;
    background: transparent;
    color: #0c2a71;
    border: none;
    font-weight: 600;
}
.service-heading{
    font-size: 32px;
    color: #020202;
    margin-bottom: 20px;
}
.service-right-box img{
    border-radius: 10px;
    justify-content: center;
    display: flex;
}
.service-right-box{
    justify-content: center;
    display: flex;
}
.copyright-wrap img{
    padding: 10px;
}
.banner1-img {
    float: right;
}
.testimonials{
    position: relative;
    background-image: url(../images/info.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.testimonials-page {
    background: #0c2a71e6;
    padding: 60px 0px;
}
.testimonials h3{
    font-size: 42px;
    color: #fff;
}
.testimonials p{
    font-size: 16px;
    color: #fff;
}.testimonials h4{
    font-size: 21px;
    color: #fff;
}
.google-icon {
    max-width: 150px;
    height: auto;
    margin: 25px 0px;
}
.review{
    text-align: center;
    display: inline-block;
}