
@media all and (min-width: 992px) {
  .dropdown-menu {
    width: 13rem;
  }

  .mega-submenu {
    left: 100%;
    top: 0;
    min-width: 25rem;
  }

  .ktm-mega-menu {
    position: static;
  }

  .mega-menu {
    left: 0;
    right: 0;
    width: 100%;
  }
  .mega-menu.show {
    display:  none;
  }
  .ktm-mega-menu:hover .mega-menu.show {
    display:  block;
  }

  .dropdown-menu li {
    position: relative;
  }

  .dropdown-menu .submenu {
    display: none;
    left: 100%;
    top: 0;
  }

  .dropdown-menu > li:hover > .submenu,
.dropdown:hover > .dropdown-menu {
    display: block;
  }
}
img.desktop-banner {
  max-width: 2000px !important; 
  margin:  0 auto !important;
}
.mw-2000 {
  max-width: 2000px;
}
.mx-auto {
  margin-left:  auto;
  margin-right:  auto;
}
.dropdown-menu { border: none !important;
background-position: 50%;
background-size: cover !important;
padding-top:  20px;
padding-bottom:  20px;}
.mega-menu .green-overlay {
  background-color: #018affc0;
  position: absolute;
  z-index: 99999;
  width: 100%;
  height:  100%;
  top: 0;
  left: 0;
}
.mega-menu {
  background-color: #018affe0;
  color: #fff;
  border-radius: 0;
  position: relative
 /*bottom: -241px;*/
}
.mega-menu a {
  color: #fff;
  text-decoration: none;
}

.ktm-mega-menu > a {
  position: relative;
}

.mega-menu-container {
  max-width: 1820px;
  margin: 0 auto;
  padding: 2rem 0;
  position: relative;
  z-index: 99999;
}



.dropdown-menu[data-bs-popper] {
  top:  auto !important;
  margin-top:  0px !important;
}
body {
  background: #000;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Poppins', sans-serif;
  color: #fff;
}

.bg-theme {
  background-color: #49a850;
}

.bg-theme2 {
  background-color: #00a2ff;
}

.theme-color {
  color: #49a850;
}

a { 
color:#018aff
 }
.font-light {
  /* font-family: "pontiaclight"; */
}
.font-heavy {
  font-weight:  800 !important;
}
.contact_bnr{
  background-color:#000; 
  color:#fff;
}
.banner-content .banner-header-rotator{
  color: #000;
}
.btn-custom {
  padding: 2% 4%;
  /* background-repeat: no-repeat;
  background-position-x: right;
  padding-right: 50px;
  background-size: 24px;
  background-position-x: 94%;
  background-position-y: center; */
}

/* .btn-theme1 {
  background-image: url(../img/btn-icon2.png);
}

.btn-theme {
  background-image: url(../img/btn-icon.png);
} */

.color2 {
  color: #018aff;
}

.color1 {
  color: #706f6f;
}

@media screen and (max-width: 992px) {
  header {
    padding-bottom: 0;
  }
  header div#main_nav {
    position: absolute;
    z-index: 111;
    background-color: #018affe0;
    top: 76px;
    width: 100%;
    padding-bottom: 1rem;
  }
}
header nav {
  font-size: 18px;
}
header nav a {
  color: #1d1d1b;
  text-transform: uppercase;
}
header nav a.dropdown-toggle:after {
  content: "";
  display: none;
}
header nav .ktm-mega-menu:hover > a::after {
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 13px solid #018affe0;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 0;
  opacity: 1;
  right: 0;
  margin: auto;
  opacity: 1;
  display: block;
}
header .navbar-light .navbar-nav .nav-link {
  color: #fff !important;
  padding: 40PX 17px;
}
@media screen and (max-width: 992px) {
  header .navbar-light .navbar-nav .nav-link {
    color: #fff;
  }
  header .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
  }
}

/*.container-fluid {
  max-width: 1920px;
}*/

div#main_nav {
  align-items: baseline;
}

.navbar {
  padding-bottom: 0;
  align-items: end;
}
@media screen and (max-width: 992px) {
  .navbar {
    align-items: center;
  }
}

.container {
  max-width: 1500px;
}

.banner-content {
  max-width: 84%;
  margin: -5rem auto 3rem;
  position: relative;
  z-index: 1;
}.banner-content-middle {
  max-width: 84%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.banner-content > .row1 {
  border-bottom: 5px solid #d4d4d6;
  padding-bottom: 2rem;
  position: relative;
}
/*.banner-content > .row1:after {
  width: 20%;
  height: 5px;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #018aff;
}*/
.banner-main .slider-link {
  position: relative;
}
.banner-main .slider-link:before {
  height: 4px;
    content: "";
    position: absolute;
    top: -28px;
    width:  100%;
    left: 0;
    background-color: #d4d4d6;
}
@media (max-width: 767px) {
  .banner-main .slider-link:before {
    top:  0px;
    width:  100%;
  }
  .banner-content > .row1 {
    padding-bottom:  1rem;
    border-bottom:  none;
  }
  .banner-main .slider-link a {
    padding:  25px 0px;
    margin:  10px 0px ;
  }
}
.banner-main .slider-link.highlighted-cat-nav:before{
  background-color: #018aff;
}
.banner-main .slider-link.highlighted-cat-nav a {
  color:  #1d1d1b;
}
.banner-main .slider-link a {
  color:  #706f6f;
  text-decoration: none;
  display:  block;
  
}
.main-content, .banner-main {
  /* background-color: #ebebeb; */
}

.section-3 {
  background-image: url(../img/img4.jpeg);
  background-size: cover;
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  .section-3 {
    padding: 1.5rem;
  }
}

.brands {
  background-image: url(../img/testimonials.png);
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  color:#000;
}
.brands .slick-slide {
  margin-right: 1rem;
}
.brands .slick-slide img {
  display: inline-block;
  max-width: 100%;
}
.brands .slick-slide .border {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-prev:before {
  content: "<";
  color: #49a850;
}

.slick-next:before {
  content: ">";
  color: #49a850;
}

footer {
  color: #fff;
  /* background-color: #1d1d1b; */
  padding: 2rem 25px;
  /*margin-top: 2rem;*/
}
footer hr {
  background-color: #fff;
}

.workshop-listing img {
  max-height: 424px;
}

.filters select {
  background-color: #1d1d1b;
  color: #fff;
}

.team-listing .team-item {
  position: relative;
  cursor: pointer;
}
.team-listing .team-item .p-3 {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.team-content {
  z-index: 20;
}
.dark-overlay {
  position: absolute;
  width:  100%;
  height:  100%;
  z-index: 10;
  background-color: rgba(0,0,0,0.2);
}
.team-item:hover .dark-overlay {
  background-color: rgba(0,0,0,0);
}
.brand-item .dark-overlay{
  background-color: rgba(0,0,0,0);
}
.team-item.brand-item:hover .dark-overlay {
  background-color: rgba(0,0,0,0.2);
}

.team-article img {
  width: 100%;
  max-width: 800px;
  margin:  0 auto;
}
@media screen and (max-width: 992px) {
  .navbar-brand img {
    max-width: 100%
  }
}

@media screen and (max-width: 767px) {
  .career-listing .banner-main {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .contact-us-section {
    padding: 0 2rem;
  }
  .contact-us-section i {
    display: none;
  }
  .contact-us-section .btn-custom {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 0rem 1rem 0;
    font-size: 13px;
  }
}


.navbar-toggler {
  border: none !important;
}

.navbar-toggler:focus { 
  box-shadow: none !important;
}


@media all and (min-width: 992px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar .has-megamenu {
    position: static !important;
  }

  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px;
  }

  .navbar .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.dropdown-menu {
  border-radius:  0px;
  background: #00a2ff;
  color:  #fff;
}
 .header_menu_navbar{
   background-color: #000;
 }
#mobile-header {
  height:  auto !important;
     background-color: #000;
    width: 100%;
}
#mobile-header.nav-open {
  /*height:  70px !important;*/
}
#mobile-header .navbar-brand img {
  padding:  15px 0px;
}
#mobile-header.nav-open .navbar-brand img {
  /*max-height:  60px !important;
  padding:  5px 0px;*/
}
.mobile-menu {
    max-height: 100%;
    min-height: 100vh;
    left: -100%;
    height: calc(100vh - 52px);
    position: absolute;
    background: #00a2ff;
    top: 100%;
    transition: left 0.3s ease-in-out;
    width: 100%;
    z-index: 40;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #f0ede2;
    visibility: hidden;
    padding:  0px;
}
.mobile-menu.is-open {
  left: 0;
  visibility: visible;
  height: calc(100vh - 52px);

  transition: left 0.5s;
}
.mobile-menu__content {
  padding-bottom:  100px;
}
.header-sticky-wrapper {
    height: auto !important;
}
.hamburger:focus {
  outline:  none !important;
}

.is-relative {
  display:  relative;
}

.mobile-header__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 10;
  
}

.mobile-menu--opened {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    height: 100vh;
}

ul.mobile-menu__list  {
  list-style:  none; 
  padding:  15px 0px;
}
ul.mobile-menu__list ul {
  list-style:  none;
  display:  none;
}
ul.mobile-menu__list li:hover ul{
  display:  block;
}
ul.mobile-menu__list li:hover > a {
  font-weight: bold;
}
ul.mobile-menu__list li {
  padding:  ;
}
ul.mobile-menu__list li a {
 color:  #fff;
 text-decoration: none;
 text-transform:  uppercase;

}
ul.mobile-menu__list li a:after {

}
.mobile-menu .mobile-menu-link, .mobile-menu .mobile-menu__item {
    display: flex;
    line-height: 1.5;
    padding: 0.5rem 1.5rem;
}
.mobile-menu__list-item.has-children > .mobile-menu-link:after {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f078";
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    pointer-events: none;
    position: absolute;
    transform-origin: center;
    right: 25px;
    /*transform: translateY(-50%);*/
    font-size: 0.8em;
}
ul.mobile-menu__list .mobile-menu__list-item.has-children:hover > .mobile-menu-link:after  {
  content:  "";
}
.mobile-menu .mobile-menu__item {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}



.slick-next {
  right: -10px !important; z-index: 999;
}
.slick-prev {
  left: -10px !important; z-index: 999;
}

ul.slick-dots {
  bottom:  65px !important;
  display: block !important;
}
.slick-dots li {
  height:  30px;
  width:  30px;
}
.slick-dots li button:before {
  font-size:  14px !important;
  color:  white;
}
@media (max-width:  767px) {
  .banner-content {
    margin: -6rem auto 3rem;
  }

  .home-img-slider .slick-slide img {
    height: 100vw;
  }
}
@media (min-width: 768px) {
  ul.slick-dots {
    bottom:  75px !important;
  }
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: white;
}


/* faq */

.faq_list .que-ans {
    background: #fff !important;
    margin: 0 0 20px;
    display: block;
}
.faq_list .faq_question {
    padding: 15px 20px;
    cursor: pointer;
}
.faq_list .faq_question h3 {

    font-size: 20px;
    line-height: 24px;
    margin: 0;
    position: relative;
    padding-right: 30px;
    color: #00a2ff;
}
.faq_list .faq_question h3 i {
    color: #00a2ff;
    font-size: 12px;
    border: 1px solid;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    position: absolute;
    right: 0px;
    top: 0;
}
.faq_list .faq_content {
    font-size: 16px;
    padding: 0 20px 20px;
    max-width: 90%;
    color: #706f6f;
}
.faq_list .faq_tabs {
    margin: 0 0 65px;
    text-align: center;
}
.faq_list .faq_tabs .nav-tabs {
    border-bottom: 0;
    display: block;
}
.faq_list .faq_tabs ul.nav.nav-tabs li {
    display: inline-block;
    padding: 0 15px;
    font-size: 24px;
    border-right: 1px solid;
    line-height: 24px;
    /*font-family: 'BaskervilleURWWidMed';*/
}
.faq_list .faq_tabs .nav-tabs li.active{
    font-weight: bold;
    text-decoration: underline;
}
.faq_list .faq_tabs ul.nav.nav-tabs li:last-child {
    border-right: 0;
}


.box-bottom {
  min-height:  140px;
}
a.box-bottom-link {
  color: #1D1D1B;
  text-decoration: none;
}

.breadcrumb-item a:hover {
  color:  #018aff;
}

.bbg-4 {
  border-bottom: 4px solid #D4D4D6;
  position: relative;
}
.bbg-4:after {
   height: 4px;
    content: "";
    position: absolute;
    bottom: -4px;
    width: 50%;
    max-width: 200px;
    left: 0;
    background-color:  #d6525c;

}
.about-content p {
  font-size:  18px;
  line-height:  31px;
  font-family: "pontiaclight";
  color:  #1d1d1b;
  font-weight: 800;
}
.services-content p {
  font-size:  18px;
  line-height:  31px;
  color:  #1d1d1b;
}


.services-content ul, .about-content ul {
  margin-bottom:  0px;
}

.services-content ul li p, .about-content ul li p {
  margin-bottom:  0px;
    font-size:  18px;
  line-height:  31px;
}
.services-content ul li , .about-content ul li {
  margin-bottom:  0px;
    font-size:  18px;
  line-height:  31px;
}
.about-content ul li {
  margin-bottom:  5px;
}

.services-content h2,.services-content h3 {
  font-size:  1.7rem;
  margin-bottom:  1.5rem;
}

.services-content h2 strong,.services-content h3 strong,.services-content h4 strong,.services-content h5 strong{
  font-weight: normal !important;
  font-family: "pontiaclight";
}

.services-content h4 {
  font-size:  1.3rem !important;
  font-family: "pontiaclight";
}
.services-content h5 {
  font-size:  1.2rem !important;
  font-family: "pontiaclight";
}

.gallery .slider-single .slick-list.draggable, .gallery-2 .slider-single .slick-list.draggable  {
  padding: 0px !important;
  
}
.gallery .slider-single, .gallery .slider-nav, .gallery-2 .slider-single, .gallery-2 .slider-nav {
  display: none;
}
.slider-single .slick-slide img{
    height: auto;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}
.slider-nav {
  padding: 25px;
}
.slider-nav .slick-slide img {
    max-height: 100px;
    height: 100%;
    width: auto;
    padding: 10px;
    margin: 0 auto;
}
.slider-nav .slick-slide {
  cursor: pointer;
}
.prev,.prev-main{
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #018aff;
  cursor:  pointer;
  z-index: 999999;
}
.next,.next-main {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #018aff;
  cursor:  pointer;
  z-index: 999999;
}
.brand-items {
  margin: 0 auto;
  padding-left: 35px;
  padding-right: 35px;
  
}
.white-overlay {
  background: rgba(255,255,255,0.9);
}
/* testimonial page */
.testimonial_page {
    padding: 30px 0 60px;
}
.testimonial_page .card{
    margin: 0 0 20px;
    border: 0;
    border-radius: 0;
    background: #dadada;
    padding: 10px;
}
.testimonial_page .testi_content {
    padding: 25px 5px 10px;
    background: #dadada;
    text-align: center;
}
.margin-bottom{
    margin: 0 0 20px;    
}
.testimonial_page .testi_content p {
    font-style: italic;
    margin: 0 0 20px;
}
.testimonial_page .testi_content p.client_name{
    font-style: normal;
}
.testimonial_page .load_more {
    text-align: center;
    margin-top: 40px;
}
.testimonial_page .load_more .more_btn {
    border: 0;
    background: #0e2e44;
    color: #fff;
    padding: 6px 70px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 20px;
}

.cms-policies-documents ul {
  list-style: none;
  margin-top: 25px;
  padding: 0;
}
.cms-policies-documents li {
  padding-left: 1.5em;
  padding-bottom: 5px;

}
.cms-policies-documents li:before {
  content: "\f1c1"; /* FontAwesome Unicode */
    font-size:  24px;
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -0.8em; /* same as padding-left set on li */
  width: 1.5em; /* same as padding-left set on li */
}

.cms-policies-documents li:last-of-type:before  {
    content: "\f0c1"; /* FontAwesome Unicode */
}

.page-item.active .page-link {
  border-color: #018aff;
  background-color: #018aff;
}
.page-link {
  color: #018aff;
}
.keyline {
  border: solid 1px #efefef;
  margin: 0 5px;
}
/*.btn-red-keyline {  border: 1px solid #278630; }*/
.btn-red-keyline:hover {background-color: #278630; }

.divider-service{border-top: 4px solid;}
.divider-black-service{border-top: 22px solid #000;}

.serviceslist h6{
  text-transform: uppercase;
  margin-top: 8%;
}
.serviceslist div.col-md-3 h6 a{color: #fff; text-decoration: none;}
.ftrservice, .brecrumbbg{
  background-color: #000;
  color: #fff;
}
.black-color{color:#000;}
.brands .author-name{
  color:#018aff;     
  font-weight: bold;
  font-size: 23px;
}
.servcntn{background-color: #fff;
  color: #000;}

.contact-btnlink{
  background: #018aff;
  padding: 4px 12px !important;
  border-radius: 5px;
}
.contact-item{margin-top: 4%;}