
/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
/*--------------------------------------------------------------------- basic ---------------------------------------------------------------------*/
body {
    color: #666666;
    font-size: 14px;
    font-family: 'Roboto';
    line-height: 1.80857;
    font-weight: normal;
}
html {
    scroll-behavior: smooth;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0 
}
h1 {
    font-size: 24px 
}
h2 {
    font-size: 22px 
}
h3 {
    font-size: 18px 
}
h4 {
    font-size: 16px 
}
h5 {
    font-size: 14px 
}
h6 {
    font-size: 13px 
}
*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1 
}
button:focus {
    outline: none;
}
ul, li, ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
p {
    margin: 0px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}
a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}
a, .btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
img {
    max-width: 100%;
    height: auto;
}
:focus {
    outline: 0;
}

/*--------------------------------------------------------------------- header ---------------------------------------------------------------------*/
header {
    min-height: 90px;
    background: transparent;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 998;
}

#sidebarCollapse {
    background: transparent;
}

.slider_section {
    min-height: 100vh;
    /* padding-bottom: 100px; */
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img { min-height:100vh; width:100vw;}
.slider_section p{font-size:18px; color:#eee; line-height:30px; margin-bottom:30px; font-weight:500;}
.contact_nu {
   float: right;
}

/** banner_main **/
.carousel-indicators li {width: 20px; height: 20px;  border-radius: 11px;  background-color: #eee; border-radius:50%;}
.carousel-indicators li.active { background-color: #ffc30c; width: 20px; height:20px; margin:1px;}
.carousel-indicators { right: inherit; bottom: 50px; width: 20px; display: block;}
.carousel-indicators li {   /*margin: 8px 0;*/}

.banner_main { position: relative; margin-bottom: 30px;}

.relative { position: absolute; top: 40%; transform: translateY(-50%); bottom: auto; text-align: left;}

.banner_main .carousel-caption h1 {color:#fff; font-size: 124px; line-height: 120px; font-weight: 500; padding-bottom: 85px;}
.dark_brown {
   color: #000000;
    font-weight: 500;
}
.banner_main .carousel-caption a {
   display: block;
    background: #fff;
    color: #050000;
    max-width: 230px;
    padding: 12px 0px;
    width: 100%;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    border: #ffc30c solid 1px;
}
.banner_main .carousel-caption a:hover {
    background: #262626;
    color: #fff;
}
.carousel-control-prev-icon {
   display: none;
}
.carousel-control-next-icon {
   display: none;
}
.banner_main .carousel-item img {
   width: 100%;  height: 100vh;
}
.slider_section {
    min-height: inherit;
}

.slider-btm-bx { background:#ffc30c;
   position: absolute;
   bottom: 50px;
   left: auto;
   right: 0;
   width: 65%;
   z-index: 2;
}

.m-0{margin:0;}
.slider-bx{}
.slider-bx h3{font-size:22px; font-weight:bold;}
.slider-bx .fa{font-size:40px; line-height:70px;}
.slider-bx p{color:#000;}
.slider-content {-ms-flex-preferred-size: 0;
   flex-basis: 0;
   -ms-flex-positive: 1;
   flex-grow: 1;
   min-width: 0;
   max-width: 100%;
   padding: 0 .75rem;
}
.slider-icn{width: 70px;  height: 70px; padding: 0 .75rem;  text-align: center;  border: 1px dashed rgba(254,254,254,.5);}
.slider-bx{position: relative; padding:30px;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   margin-left: -.75rem;
   margin-right: -.75rem;
}
/** about **/



.about-area{position: relative;}
.about-image {
   position: relative;
   right: -50px;
}
.about-image img {
   position: relative;
}
.about-content {
   background: #fff;
   padding: 20px 10px 20px 30px;
   position: relative;
   left: -50px;
   top: 30px;
}
.about-content h3 {
   line-height: 40px;
   font-size: 30px;
   position: relative;
   font-weight: 700;
   margin-bottom: 20px;
}
.about-content p { color:#444; text-align:justify;
   font-size: 16px;
   letter-spacing: 0.50px;
   line-height: 26px;
   margin-bottom: 5px;
}
#content{overflow:hidden;}
.about-btn {
   margin-top: 30px;
}
.knoe-more-btn {
   border: 1px solid #FFC30C;
   color: #222;
   padding: 15px 26px;
   font-size: 20px;
   font-weight: 700;
   display: inline-block;
   background: #FFC30C;
   position: relative;
   margin-right: 30px;
   transition: 0.4s;
}
.knoe-more-btn:hover {
   background: #222;
   color: #FFC30C;
   border: 1px solid #222;
   transition: 0.4s;
}

/** end about **/

/** services **/
.hm-ser {
   padding-bottom: 90px;
    margin-top: 60px;
}
.ser_three_box {
   text-align: center;}
.single-services {
   box-shadow: 0 2px 10px rgb(0 0 0 / 10%);margin: 20px auto;
   z-index: 1;
   position: relative;
   overflow: hidden;
}
.services-img {
   overflow: hidden;
   position: relative;
}
.services-img img {
   transform: scale(1.1);
   transition: 0.4s;
}
.image-layer {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background: rgba(0,0,0,0.80) none repeat scroll 0 0;
   z-index: 1;
   transition: 0.4s;
   opacity: 0;
}
.image-layer a {
   display: block;
   text-align: center;
   position: relative;
   top: 20%;
   margin-top: -10px;
}
.image-layer a i {
   background: transparent;
   font-size: 100px;
   color: #FFC30C;
}
.main-services {
   display: block;
   position: absolute;
   padding: 30px 15px;
   bottom: -95px;
   left: 0;
   width: 100%;
   z-index: 2;
   margin-top: -50px;
   background: rgba(0,0,0,0.80) none repeat scroll 0 0;
   transition: 0.4s;
}
.service-content h4 {
   display: inline-block;
   font-size: 20px;
   font-weight: 700;
   margin-bottom: 0;
   padding: 0 0 10px;
   text-transform: uppercase;
   color: #fff;
}
.main-services p {
   color: #fff;
   opacity: 0;
}
.service-btn {
   font-weight: 700;
   text-transform: uppercase;
   color: #fff;
   position: relative;
   font-family: 'Montserrat', sans-serif;
   font-size: 13px;
   z-index: 2;
}
.service-btn:hover {
   color:#ffc30c;
}
.service-btn::after {
   position: absolute;
   content: "\f105";
   font-family: fontAwesome;
   right: -12px;
   top: -3px;
}
.single-services:hover .services-img img {
   transform: scale(1);
   transition: 0.4s;
}
.single-services:hover .image-layer {
   transition: 0.4s;
   opacity: 1;
}
.single-services:hover .main-services {
   background: transparent;
   transition: 0.4s;
   bottom: 20px;
}
.single-services:hover .main-services p {
   opacity: 1;
}
/** end  **/

/** home other **/
.hm-other {
   background:#f1f1f1; background-size:100% 100%;
   box-shadow: #ddd 0px 0px 25px 0px;
   padding: 60px 10px;
   text-align: center;
}

.hm-other .other_box {
    text-align: center;
   padding:40px 0;
}
.hm-other .other_box h2 {font-size: 50px;
    line-height: 50px;
    color: #ffc30c;
    font-weight: 500;
    text-transform: capitalize;
    /*background: #020500;*/
    padding:5px 0px;}
.hm-other .other_box h3 {
    font-size: 50px;
    line-height: 50px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    /*background: #020500;*/
    padding: 35px 0px;
}
.hm-other .other_box span {
    color: #ffc30c;
    font-size: 90px;
    font-weight: bold;
    padding-top: 85px;
    line-height: 90px;
    display: inline-block;
}
.hm-other .other_box p {
    color: #000;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    padding: 20px 10px 85px 10px;
}
.other_box_cross {
   text-align: center;
    box-shadow: #dddd 0px 0px 18px 6px;
    padding-bottom:10px;
}
.other_box .fa, .other_box_cross .fa{font-size:50px ; line-height:60px; color:#ffc30c;margin-top: 20px;}
.other_box_cross::after {
    content:"";
    background: url(../image/img.png);
    position: absolute;
    width: 92%;
    height: 70px;
    left: 15px;
    bottom: -8px;
    background-repeat: no-repeat;
    background-size: 100% 100% 
}
.hm-other .other_box_cross h3 {
    font-size: 27px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    background: #ffc30c;
    padding: 35px 0px;
}
.hm-other .other_box_cross span {
    color: #ffc30c;
    font-size: 90px;
    font-weight: bold;
    padding-top: 60px;
    line-height: 90px;
    display: inline-block;
}
.hm-other .other_box_cross p {
    color: #000;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    padding: 20px 10px 55px 10px;
}
.other_box_cross .white_bold {
    color: #020500;
    font-size: 90px;
    font-weight: 500;
    line-height: 90px;
}
.SelectPlan {
    margin: 0 auto;
    display: block;
    background: #fff;
    color: #050000;
    max-width: 202px;
    padding: 12px 0px;
    width: 100%;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    border:#ffc30c solid 1px;
}
.SelectPlan:hover {
    color: #fff;
    background: #000000;
    border:#050000 solid 1px;
}
/** end our hm-other **/
.title {
    text-align: center;
    padding-bottom: 60px;
}
.title h2 {
    font-size: 60px;
    font-weight: normal;
    line-height: 46px;
    color: #ffc30c;
    padding-bottom: 20px;
}

/** contact **/
.black {
    color: #000;
    font-weight: normal;
}
.contact {
    padding-top: 90px; background: url(image/cont-bg.jpg) no-repeat;
   background-size: 100% 100%;
}
.contact .title {
    padding-bottom: 60px;
    text-align: left;
}
.contact .title h2 {
    font-size: 60px;
    font-weight: normal;
    line-height: 46px;
    color: #ffc30c;
    padding: 0;
   text-align: center;
}

.map-hm-rht { border-radius:20px;
   background: rgba(10,10,10,.75);
    padding: 40px 30px;
}
.form-control{box-shadow:none;}
.form-control {font-size: 18px;
    border-radius: inherit;
    /*margin-bottom: 20px;*/
    padding: 15px 10px;
    background: transparent;
    border-bottom: #fff solid 1px !important;
    border: transparent;
    height:inherit; line-height:40px;
}
.form-control:focus {
    box-shadow: inherit;
    background: transparent;
    border-bottom: #fff solid 1px !important;
}
.textarea {
    background: transparent;
    border-bottom: #fff solid 1px !important;
    border: transparent;
    padding-top: 6px;
    width: 100%;
    color: #fff;
    opacity: 1;
}
.sub-btn-hm {
    font-family: poppins;
    margin: 0 auto;
    display: block;
    background: #ffc30c;
    color: #fff;
    max-width: 120px;
    padding: 6px 0px;
    width: 100%;    border: 0;
    font-size: 18px;
    margin-top: 20px; transition: all .5s; 
}
.sub-btn-hm:hover {border-radius:20px; /*
    background: #000 ;
    color: #fff;*/
}
.padddd {
   padding-left: 0px;
    padding-right: 0;
}
.map_section {
    height: 100%;
}
.padding {
   padding-right: 0px;
    padding-left: 0;
}

/** end contact **/
/** footer **/
.copyright {
    background: #ffc30c;
}
.copyright p {
    color: #121212;
    text-align: center;
    padding: 25px 0px;
    font-size: 17px;
}
.copyright a {
    color: #121212;
}
.copyright a:hover {
    color: #000;
}
/** end footer **/
/*--------------------------------------------------------------------- ener page css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- File Name: responsive.css ---------------------------------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1500px) {
    .banner_main .carousel-caption h1 {
        font-size: 50px;
        line-height: 60px;
        padding-bottom: 20px;
   }
    .right_header_info ul li {
        font-size: 14px;
        margin-left: 12px;
   }
    .slider_cont h3 {
        font-size: 36px;
        line-height: 45px;
   }
    .slider_cont p {
        margin-top: 10px;
        margin-bottom: 5px 
   }
    .black_white {
        color: #000;
   }
    .about_box_text {
       padding-left: 35px;
        padding-right: 50px;
        padding-bottom: 50px;
   }
    .about_box_text .title {
       padding-top: 50px;
        padding-bottom: 60px;
   }
    .slider_section {
        min-height: inherit;
   }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .slider_section {
        min-height: inherit;
   }
    .relative {
       top: 64%;
   }
    .banner_main .carousel-caption h1 {
       font-size: 65px;
        line-height: 70px;
        padding-bottom: 56px;
   }
    .top_layer::before {
       display: none;
   }

    .black_white {
        color: #000;
   }
    .other_box_cross::after {
       width: 91%;
   }
    .about_box_text .title {
       padding-top: 30px;
   }
    .about_box_text p {
       font-size: 15px;
        line-height: 25px;
   }
    .about_box_text {
       padding-left: 39px;
   }
    .map-hm-rht {
       padding-left: 30px;
   }

}
@media (min-width: 768px) and (max-width: 991px) {
    .top_layer::before {
       display: none;
   }
    .right_header_info ul li {
        margin-left: 32px;
   }
    .slider_section {
        min-height: inherit;
   }
    .banner_main .carousel-caption h1 {
       font-size: 65px;
        line-height: 70px;
        padding-bottom: 56px;
   }
    .email {
       display: none;
   }
    .contact_nu {
       display: none;
   }
    .about_box_text {
       padding-left: 15px;
        padding-right: 50px;
        padding-bottom: 48px;
   }
    .about_box {
       margin-right: 0px;
   }
    .about_box_text .title {
       padding-top: 48px;
        padding-bottom: 60px;
   }
    .ser_three_box h3 {
       font-size: 20px;
   }
    .ser_three_box p {
       font-size: 14px;
   }
    .other_box_cross::after {
       width: 88%;
   }
    .hm-other .other_box p {
       font-size: 16px;
   }
    .hm-other .other_box_cross p {
       font-size: 16px;
   }
    .map-hm-rht {
        padding: 51px 24px;
   }
    .copyright p {
        font-size: 16px;
   }
}
@media (min-width: 576px) and (max-width: 767px) {

    .bg {
       padding: 10px 0;
        background-color: #5ab337;
   }
    .banner_main .carousel-caption h1 {
       font-size: 41px;
        line-height: 47px;
        padding-bottom: 56px;
   }
    .banner_main .carousel-caption a {
       max-width: 181px;
   }
    .top_layer::before {
       display: none;
   }
    .logo {
        text-align: center;
        display: block;
   }
    .email {
       display: none;
   }
    .contact_nu {
       display: none;
   }
    .slider_section {
        min-height: inherit;
        padding-top: 137px;
   }
    .about_box {
       margin-right: 0px;
   }
    .about_box_text {
       padding: 33px;
   }
    .about_box_text .title {
       padding-top: 0px;
   }
    .ser_three_box {
       margin-bottom: 20px;
   }
    .ser_three_box figure {
        margin: 0;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
   }
    .readmore {
       margin: 0 auto;
   }
    .other_box_cross::after {
       width: 95%;
   }
    .other_box_cross {
       padding-bottom: 76px;
   }
    .hm-other .other_box {
       margin-bottom: 20px;
   }
    .other_box_cross {
       margin-bottom: 20px;
   }
    .hm-ser .title h2 {
       font-size: 40px;
   }
    .hm-ser .ser_three_box img {
      /* margin-top: -50px;
        padding-bottom: 50px !important;
        padding: 0px 50px;*/
   }
    
    .map-hm-rht {
        padding-left: 15px;
   }
    .padddd {
        padding-left: 0px;
        padding-right: 0;
   }
    .title h2 {
        font-size: 49px;
        line-height: 35px;
   }
    .mar_bottom {
        margin-bottom: 0px;
   }
    .black_white {
        color: #000;
   }
    .map-hm-rht {
        padding-left: 15px;
   }
}
@media (max-width: 575px) {
    .logo {
        text-align: center;
        display: block;
   }
    .bg {
        background-color: #5ab337;
        padding: 10px 0;
   }
    .email {
       display: none;
   }
    .contact_nu {
       display: none;
   }
    .title h2 {
        font-size: 45px;
        line-height: 55px;
   }
    .title span {
        font-size: 15px;
   }
    .pppp {
        padding: 0 15px !important;
   }
    .mar_bottom {
        margin-bottom: 0px;
   }
    .black_white {
        color: #000;
   }
    .banner_main .carousel-caption h1 {
        font-size: 42px;
        line-height: 46px;
        padding-bottom: 51px;
        padding-top: 14px;
   }
    .banner_main .carousel-caption a {
        max-width: 172px;
   }
    .banner_main .carousel-item img {
        /* height: 450px; */ 
   }
    .top_layer::before {
       display: none;
   }
    .about_box {
       margin-right: 0px;
   }
    .about_box_text {
       padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 40px;
   }
    .about_box_text .title {
       padding-top: 29px;
        padding-bottom: 40px;
   }
    .about_box_text p {
       font-size: 18px;
        line-height: 29px;
   }
    .ser_three_box {
       margin-bottom: 20px;
   }
    .readmore {
       margin: auto;
   }
   
    .hm-other .other_box {
       margin-bottom: 20px;
   }
    .other_box_cross {
       padding-bottom: 75px;
        padding-bottom: 75px;
   }
    .other_box_cross::after {
        width: 90%;
        height: 70px;
        left: 16px;
        bottom: -3px;
   }
    .slider_section {
       padding-top: 159px;
   }
    .hm-other .title h2 {
       font-size: 44px;
        line-height: 47px;
   }
    .hm-other .other_box img {
       margin-top: -32px;
        padding-bottom: 32px !important;
        padding: 0px 19px;
   }
   .contact .title h2 {font-size: 55px;}
    .map-hm-rht {
        padding: 62px 18px;
        margin-right: 0px;
   }
  

}
