@charset "utf-8";

/* CSS Document */
/*===== Pre CSS =====*/
body{ margin: 0; padding: 0; font-size: 16px; line-height: 26px; font-family: "Jost", sans-serif;}
p, a, span, table, th, tr, td, h1, h2, h3, h4, h5, h6, img, ul, ol, li{ margin: 0; padding: 0; font-family: "Jost", sans-serif;}
.bg-default{background-size: cover; background-position: center; background-repeat: no-repeat;}
a:hover{text-decoration: none;}
img{width: 100%; height: 100%; object-fit: cover;}
.ms-flex{display: flex; align-items: center; justify-content: center;}

/*===== Go To Top Section =====*/
#back-top { display: block; position: fixed; bottom: 15px; right: 14px; text-align: center; z-index: 99999; }
#back-top a { display: block; text-decoration: none;  }
#back-top a .fa{ width: 40px; height: 40px; padding-top: 10px; font-size: 18px; border-radius: 5px; opacity: 1; color: #fff; background: #000; border: #fff solid 1px; transition: all linear 0.3s; }
#back-top a .fa:hover{ background: #fff; color: #000; border-color: #000; transform: scale(1.05,1.05);  }

/*===== Mobile Menu =====*/
.mobile_menu{ display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: transparent; z-index: 9; }
.menu_icon_box{position: fixed;top: 0;left: 0;z-index: 9999999999;display: block;width: 100%;background: #000; padding: 5px 0px; border-bottom: #fff solid 1px;}
.tab_button{ float: left; }
.tab_button a{ display: inline-block; padding: 4px 18px;  font-size: 10px; text-align: center; text-transform: uppercase; color: #fff; background: transparent; border: #fff solid 1px; border-radius: 0px; box-sizing: border-box; text-decoration: none; }
.tab_button a:hover{ background: #747474; border: #747474 solid 1px; }
.tab_button1{ margin-left: 15px; margin-right: 5px; }


.menu_icon{ position: fixed; top: 7px; right: 15px; width: 40px; padding:5px; background: #fff; box-sizing: border-box; cursor: pointer;box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; z-index: 999; }
.menu_icon span{ width: 100%; height: 2px; display: block; background: #000; margin: 5px 0; border-radius: 5px; transition: all linear 0.3s; }
.menu_icon.active{ color: #fff; padding: 8px 3px 0;padding: 0;top: 25px; }
.menu_icon.active span{ position: absolute; width: 85%;background: #fff; }
.menu_icon.active span:nth-child(1){ transform: rotate(45deg); }
.menu_icon.active span:nth-child(3){ transform: rotate(-45deg); }
.menu_icon.active span:nth-child(2){ display: none; }


.mobile_slideLogo{ display: block; text-align: center; background: #000; }
.mobile_slideLogo img{ display: inline-block; float: none; background: transparent; padding: 15px; margin: 0px auto 15px; width: 100%; height: 200px; object-fit: contain; }
.sidebar{ padding: 65px 0px; position: fixed; top: 0; left: -100%; z-index: 99999; overflow-y: scroll; width: 100%; height: 100%; background: #000; text-align: center; box-sizing: border-box; z-index: 999999; transition: all linear 0.3s; }
.sidebar.active{ left: 0; }
.sidebar ul li{ list-style: none; }
.sidebar ul li a{ position: relative; display: block; padding: 10px 15px; border: #747474 solid 1px; text-align: left; color: #fff; margin-bottom: 1px; text-transform: uppercase; text-decoration: none; font-size: 12px; font-weight: 400; border-radius: 5px; }
.sidebar ul li a::before{ content: ""; position: absolute; top: 0; left: 0; z-index: -1; padding: 12px 0; height: 100%; width: 0%; background: #747474; transition: all linear 0.3s; }
.sidebar ul li a:hover::before{ width: 100%; }
.sidebar ul li.active{ background: #82A6CB; border-radius: 5px; }

/* Wrapper */

.wrapper{ margin: 0; padding: 0; overflow: hidden; }
.transition{ -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; transition: all linear 0.3s; }

/*===== Header Section =====*/
.header-bottom.home{background-color: transparent; padding:10px 0px; position: absolute; left: 0; right: 0; margin: 0 auto; z-index: 1;}
.header-bottom .container{max-width: 1340px;}
.header-bottom.header-page{background-image: url(../images/cat.png);padding:10px 0px;}
.header-bottom [class*="col-"] { margin-bottom: 0px; }
.header-bottom .logo{height: auto; width: 200px;}
.header-bottom .logo img{object-fit: contain;}

#mega-menu-wrap-header-menu{ margin-top: 0px; background: transparent; }
#mega-menu-wrap-header-menu #mega-menu-header-menu{display: flex;justify-content: space-between;align-items: center; margin-left: auto;}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item{ padding: 0; line-height: inherit; }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link{ position: relative; z-index: 1;  height: auto; line-height: 28px; font-size: 16px; font-weight:600 !important;  color: #fff; background: transparent; border-radius: 0; font-family: "Jost", sans-serif; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; transition: all linear 0.3s; }
/*#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item:last-child > a.mega-menu-link{background-color: #F60100; border-radius: 0px; color: #fff; padding: 11px 22px; border: 1px solid #F60100;}*/
/*#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item:last-child > a.mega-menu-link:hover{border-color: #fff; color: #D50000; background: #fff;}*/
/*#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link::before{ content: ''; position: absolute; bottom: 0; left: 50%; width: 0; height: 2px; background: #fff; z-index: 1; transition: all linear 0.3s;display: none; }*/

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover::before,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link::before,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link::before{ left: 0; width: 100%; }

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{ background: transparent; color: #fff; position: relative;}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link{padding: 0px;}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{position: relative;}
/* #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::after{content: ""; height: 2px; width: 100%; background-color: #3B3ADE; display: block; position: absolute; bottom: 0; left: 0;} */

/*===== Title Sections =====*/
.section-heading{margin-bottom: 30px; }
.section-heading h2{font-size: 32px; font-weight: 600; font-family: "Jost", sans-serif; line-height: 50px; margin-bottom: 20px;}
.section-heading p{ display: block; font-size: 16px; font-weight: 400; font-family: "Jost", sans-serif; line-height: 26px;}
.section-heading h6{color:#D50000; font-size: 16px; font-weight: 600; margin-bottom: 15px;}
.section-link a, a.overlay.view-more span{color: #fff; font-size: 18px; font-weight: 400; line-height: 28px; padding: 14px 35px; margin-top: 20px; display: inline-block; background-color: #D50000; border:1px solid #D50000; border-radius: 4px; transition: .3s;}
.section-link a:hover{text-decoration: none;background: transparent; border-color:#D50000; color:#D50000; transform: translateY(-5px); }


/*===== Banner Section =====*/
.banner{color: #fff; position: relative; z-index: 0;}
.banner .item{height: 100vh; position: relative;}
.banner .item img{object-position:left;}
.banner .item::after{content: ""; height: 100%; width: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.70) 0%, rgba(102, 102, 102, 0) 100%); position: absolute; top: 0; left: 0;}
.banner .banner-content {position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); z-index: 3;}
.banner .banner-content-box h2{ font-size: 46px; font-weight: 700; font-family: "Jost", sans-serif; line-height: 76px; position: relative;}
.banner .banner-content-box p{font-size: 16px; font-weight: 400; line-height: 28px; font-family: "Jost", sans-serif;}
.banner .banner-content-box a iconify-icon{display: inline-block; font-size: 25px; vertical-align: sub;}
.banner .banner-content-box a{ color: #fff; font-size: 18px; font-weight: 600; line-height: 28px; padding: 18px 40px; margin-top: 30px; background-color:#D50000; border-radius: 4px; transition: .3s; display: inline-block;}
.banner .banner-content-box a:hover{transform: translateY(-5px);background: transparent; border-color: #fff;text-decoration: none; color: #fff;}

.banner-btn{border-bottom: 1px solid #B3B3B3; padding: 30px 0px;}
.ban-btn-txt .ban-icon{height: 40px; width: 40px; margin-right: 15px;}
.ban-btn-txt .ban-icon img{object-fit: contain;}
.ban-btn-txt .ban-txt h6{color: #000000; font-size: 18px; font-weight: 600; line-height: 28px;}

/*===== Welcome Sections =====*/
.welcome {padding: 80px 0px; position: relative;}
.welcome .section-heading h5{color: #F60100; margin-bottom: 10px;}
.welcome .section-heading p{color: #4F4F4F;}

/*===== Services Section =====*/
.experience {background-color: #F2F2F2B2; color: #000; padding: 80px 0;position: relative; }
.services [class*="col-"] {margin-bottom: 30px;}
.services .section-heading h6{color:#fff;}
.services .services-item{position: relative; padding: 30px; color: #fff; border: 0.5px solid #FFFFFF; border-radius: 10px;}
.services .col-lg-12 .services-item .services-images{height: 382px;}
.services .services-item .services-images{height: 310px;}
.services .services-item .services-images img{border-radius: 10px;}
.services .services-content h4{color: #fff; font-size: 24px; font-weight: 600; font-family: "Jost", sans-serif; line-height: 34px; margin-bottom: 10px;}
.services .second-rows h4{margin-top: 30px;}
.services .services-content p{font-size: 16px;font-weight: 400;line-height: 26px;margin-bottom: 10px;}
.services .services-content ul{margin: 0px 0px 15px 30px;}
.services .services-content ul li{font-size: 16px; line-height: 26px;}
.services .services-section-link a{background-color: #000000; padding: 10px 35px; color: #fff; font-weight: 600; display: inline-block; margin-top: 30px;}
.btn-txt h6{font-size: 18px; font-weight: 700; font-style: italic; line-height: 28px;}

/*===== Footer Section =====*/
.footer{background-color: #000000; padding: 30px 0px 20px; position: relative;z-index: 1; }
.footer .container{max-width: 1340px;}
.footer .logo{width: 160px; height: auto; margin-bottom: 25px;}
.footer .logo img{object-fit: contain; border-radius: 10px;}
.footer .logo-content p{ color: #fff; font-size: 15px; font-weight: 400; line-height: 28px;}
.footer-content h4{color: #fff; font-size: 20px; font-weight: 700; line-height: 30px; display: inline-block; text-transform: uppercase; margin-bottom: 25px; position: relative; }
.footer-content h4::before{content: ""; height: 2px; width: 100%; background-color: #BEBEBE; position: absolute; left: 0; bottom: -8px;}
/* .footer-content h4::after{content: ""; height: 2px; width: 40%; background-color: #FFFFFF; position: absolute; left: 0; bottom: -8px;} */
.footer .footer-content ul li.menu-item{margin-left: 20px;}
.footer .footer-content ul li.menu-item::before {content: "\f111 "; font-size: 7px; font-family: 'fontawesome'; display: block; position: absolute; left: -20px; top: 50%; transform: translateY(-50%);}
.footer .footer-content ul li iconify-icon{font-size: 25px; color: #FFFFFF; display: block;}
.footer .footer-list ul li iconify-icon{font-size: 7px !important; color: #fff;}
.footer .footer-content ul li .contact-detail {flex: 1;}
.footer .footer-content ul li{color: #fff; margin: 12px 0px; position: relative; display: flex; align-items: center;}
.footer .footer-content ul li a{color: #fff; font-size: 16px; font-weight: 400; line-height: 26px;} 

/*===== Copyright Section =====*/
.copyright{background-color: #000000; padding: 15px 0px; border-top: 1px solid #fff;}
.copyright p{ color: #fff; font-size: 16px; line-height: 30px; font-weight: 400; text-align: center;}
.copyright p a{ color: #fff; text-decoration: none; }


/*===== Pages Breadcrumb =====*/
.content-banner{ padding: 12px 0px; background: #000; }
.breadcrumb{ padding: 8px 10px; margin: 0; margin-bottom: 0; color: #151515; background: #fff; border-radius: 0;   font-family: "Jost", sans-serif; font-weight: 400; font-size: 16px; }
.breadcrumb a{ color: #3B3ADE; text-decoration: none; }
.breadcrumb .fa{  display: inline-block; margin: 0 10px; font-size: 15px; margin-top: 6px; }

/*===== Content Pages =====*/
.content{ width: 100%; padding: 50px 0; background: #fff; }
.content-block{ padding: 20px; background: #fff; }
.sectiontitleunderline{ display: block; width: 80px; height: 2px; margin: 0 0 20px; background: #333; }
.content h2{ text-transform: capitalize; font-size: 25px; font-weight: 600; font-family: "Jost", sans-serif; margin-bottom: 10px;}
.content h3{ text-transform: capitalize; font-size: 20px; font-weight: 500; font-family: "Jost", sans-serif; margin:20px 0px 10px;}
.content h4{ text-transform: capitalize; font-size: 20px; font-weight: 500; font-family: "Jost", sans-serif; }
.content p{ font-size: 17px; line-height: 27px;}
.content ol,
.content ul{ margin:0 ; padding: 0; margin-bottom: 15px; }
.content li{margin-left:15px; line-height: 28px; font-size: 16px; font-weight: 400; font-family: "Jost", sans-serif;}


#pdf-btn a:hover{color:#fff;}

/*===== Contact Form Section =====*/
.formstyle{padding-left: 60px;height: 50px;border-color: #ddd;border-radius: 0;background-color: #fff; color: #000; font-size: 18px;}
.btn-formstyle{ margin-top: 15px; width: 150px; color: #fff; background-color: #2c2c2c; border: none; border-radius: 0; padding: 10px 16px; font-size: 20px; line-height: 30px; transition: all linear 0.3s; }
.btn-formstyle:hover{background: #3B3ADE;}
.googlemap{ height: 500px; overflow: hidden; border: #eee solid 1px; }
.form-horizontal .form-group{ margin-right: 0; margin-left: 0; }
.content .form-group{margin: 0px;}
.content .form-group br{margin: 0px !important;}
.content .form-horizontal .form-group input::placeholder{ color: #666; }
.content .form-horizontal .form-group textarea::placeholder{ color: #666; }
.content .form-horizontal .form-group textarea{ min-width: 100%; max-width: 100%; }
.form-section .fa{position: absolute;top: 0px;height: 100%;width: 50px;text-align: center;padding-top: 15px;color: #000;background-color: #ddd;font-size: 18px;z-index: 1;}
.form-section .sms { height: 200px;}
.form-section textarea.form-control {height: 200px;}


/*===== Free Estimate Form Page =====*/
.free-estimate-form .freeblock{ padding: 15px 20px; background: #666; color: #fff; text-transform: uppercase; }
.free-estimate-form-control{ padding-left: 65px; height: 50px; border-radius: 0; border: #666 solid 1px; }
.btn-free-estimate-form-control{ display: block; text-transform: uppercase; width: 100%; color: #fff; background: #2c2c2c; border: none; padding: 10px 16px; font-size: 18px; border-radius: 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; transition: all linear 0.3s; }
.btn-free-estimate-form-control:hover{ background: #2ecc71; }
.free-estimate-form .fa{position: absolute; top: 36px;height: calc(100% - 64px);width: 50px;background: #666;text-align: center;padding-top: 15px;color: #fff;font-size: 18px; z-index: 1}
.btn-freeestimatestyle{ display: block; text-transform: uppercase; width: 100%; color: #fff; background: #2c2c2c; border: none; padding: 10px 16px; font-size: 18px; border-radius: 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; transition: all linear 0.3s; }
.btn-freeestimatestyle:hover{ background: #2ecc71; }

/*===== Page =====*/

.contact-page-location-map{ display: block; margin-top: 30px; }

.about-span-break{ display: block; }



/*========== Responsive ==========*/

@media (max-width: 767px){


      /*===== Go To Top =====*/
    .mobile_menu{ display: block; width: 0; }
    .mobile_menu.active{ width: 100%; }
    .serv_dropdown_menu{ padding-left: 30px;}
    .header-top.home .navigation{margin: 30px auto 0px; width: 75%;}
    .header-contact-info ul li{color: #fff;margin-bottom: 1.5rem; }
    .header-contact-info ul li a{color: #fff;}
    .header-bottom{padding-top:60px !important;}
    

    .header .container,
    .header .container{ width: 100%; }
    #mega-menu-wrap-header-menu #mega-menu-header-menu{margin-left: 0px;}
    #mega-menu-wrap-header-menu .mega-menu-toggle, header .navigation{display: none;}
    #mega-menu-wrap-header-menu .mega-menu-toggle + #mega-menu-header-menu{display: block;}
    #mega-menu-wrap-header-menu{ margin: 0px 30px 0px; }
    #mega-menu-wrap-header-menu .mega-menu-toggle{ border-radius: 0; background: #82A6CB; }
    #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
    #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
    #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{ width: 30px; }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item{ display: block; } 
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item:last-child{ float: none; }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link{ padding: 10px 15px; margin-right: 0; margin: 0; background: #2f2f2f; color: #fff; border-radius: 0; font-size: 14px; font-weight: 400; }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link::before{ height: 1px; }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{ background: #3B3ADE; color: #fff; font-size: 14px; font-weight: 400; }
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item:last-child > a.mega-menu-link{background: #2f2f2f;padding: 10px 15px;border-radius: 0;}
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link::before{display: none;}
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover{color: #fff;}
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::after{display: none;}
    #mega-menu-wrap-header-menu #mega-menu-header-menu{width: 100%;}
      
      #back-top{ right: 10px; bottom: 10px; }
      #back-top a .fa{ font-size: 16px; width: 40px; height: 40px; padding-top: 10px; }

      .social-icons-text ul{display: block !important;}
      .social-icons-text ul li{justify-content: left !important; margin: 10px 0px;}
      .social-icons-text ul li a{justify-content: left;}
      .contact-icons-text ul{flex-direction: column; justify-content: start !important; align-items: start;}
      

      .banner{padding: 0px !important;}
      .banner .item{height: 450px;}
      .banner-content-box{width:100%}
      .banner .banner-content-box h2{font-size: 28px; line-height: 38px;}
      .banner .banner-content-box h2 span{margin-left: 10px !important;}
      .banner .banner-content-box a{padding: 8px 20px; margin-top: 25px;}
      .ban-btn-txt.ms-flex{margin: 10px 0px; justify-content: start;}

      .banner-video-wrap{height: auto;}

      .section-heading h6{margin-bottom: 10px; justify-content: center;}
      .section-heading h2{font-size: 25px; line-height: 35px; margin-bottom: 20px;}
      .section-link a{padding: 12 px 36px;}

      .welcome{padding: 50px 0px;}
      .welcome .about-img,.welcome .section-heading{width: 100%; height: auto; margin: 30px 0px;}
      .welcome .section-heading p{width: 100%;}
      .welcome .welcome-section-link{display: inline-block !important; margin-top: 20px;}
      .welcome .welcome-section-link a{margin: 10px 0px; display: block;}
      .welcome .section-link a.bbb-logo{margin: 15px 0px !important;}


      .footer [class*="col-"] {margin-bottom: 25px;}
      .footer  #mega-menu-wrap-header-menu {margin: 0px 0px 0px;}
      .footer #mega-menu-wrap-header-menu .mega-menu-toggle + #mega-menu-header-menu,
      .footer #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link{background-color:transparent !important; background:transparent !important;}
      .footer .col-md-3{margin-top: 0px;}
      .footer .footer-content{padding-left: 0px;}
      .footer-content h4{font-size: 20px; line-height: 32px;}
      .footer-logo-content{padding: 30px;}
      .footer .footer-content{padding-left: 0px !important;}
      .footer .footer-lower-section::before{display: none;}
     
    }