@font-face {
    font-family: "Manrope";
    src: url(../fonts/Manrope/Manrope-Bold.ttf);
    src: url(../fonts/Manrope/Manrope-ExtraBold.ttf);
    src: url(../fonts/Manrope/Manrope-Medium.ttf);
    src: url(../fonts/Manrope/Manrope-Regular.ttf);
    src: url(../fonts/Manrope/Manrope-SemiBold.ttf);
}

@font-face {
    font-family: "Urbanist";
    src: url(../fonts/Urbanist/Urbanist-Bold.ttf);
    src: url(../fonts/Urbanist/Urbanist-ExtraBold.ttf);
    src: url(../fonts/Urbanist/Urbanist-Medium.ttf);
    src: url(../fonts/Urbanist/Urbanist-Regular.ttf);
    src: url(../fonts/Urbanist/Urbanist-SemiBold.ttf);
}

@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto/Roboto-Light.ttf);
    src: url(../fonts/Roboto/Roboto-Bold.ttf);
    src: url(../fonts/Roboto/Roboto-Medium.ttf);
    src: url(../fonts/Roboto/Roboto-Regular.ttf);
}

@font-face {
    font-family: "Nunito Sans";
    src: url(../fonts/NunitoSans/NunitoSans_7pt-Bold.ttf);
    src: url(../fonts/NunitoSans/NunitoSans_7pt-ExtraBold.ttf);
    src: url(../fonts/NunitoSans/NunitoSans_7pt-Medium.ttf);
    src: url(../fonts/NunitoSans/NunitoSans_7pt-Regular.ttf);
    src: url(../fonts/NunitoSans/NunitoSans_7pt-SemiBold.ttf);
}

body {
    position: relative;
    max-width: 1600px;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    scroll-behavior: smooth;
    overflow-x: hidden !important;
    background: #fff;
}

.btn-primary {
    color: #fff;
    background: #006ab5 !important;
    border: 1px solid #006ab5 !important;
    font-family: 'Roboto' !important;
}

body .my_contact_us {
    display: block;
    position: fixed;
    right: -36px;
    top: 35%;
    z-index: 9;
    transform: rotate(90deg);
}

/*header css for mobile*/
@media (max-width: 767px) {
    body .my_contact_us {
        right: -36px;
    }
}

/*header css*/

section.logo-sec.main-header {
    background: #fff;
}

.header-top {
    background: #fff !important;
    padding: 10px 0px;
}

.header-top ul.main-social-list {
    display: flex;
    list-style: none !important;
    padding: 0 !important;
    margin: 0;
    float: right;
    padding-right: 20px !important;
}

ul.main-social-list.h-cont {
    justify-content: end;
}

.h-icon {
    display: inline-block;
    padding-right: 10px;
}

.header-top ul.main-social-list p.h-txt {
    display: inline-block;
    margin: 0;
    color: var(--text-color-07, #FFF);
    font-family: Manrope;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    text-transform: capitalize;
}


.header-logo-contain {
    padding-top: 20px;
    position: relative;
}

.form-section.h-search-form form {
    position: relative;
}

.form-section.h-search-form input.form-control {
    background: transparent !important;
    padding: 20px;
    position: relative;
    border: 1px solid #343434 !important;
    color: #8A8A8A !important;
    font-family: Manrope !important;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 100px;
    letter-spacing: 2px;

}

.form-section.h-search-form button.btn.btn-success {
    border: none !important;
    position: absolute;
    right: -6px;
    bottom: 10px;
    background: none;
    top: -2px;
}

/*.form-section.h-search-form button.btn.btn-success img:hover {*/
/*    filter: brightness(10);*/
/*}*/
.header-logo {
    text-align: center;
}

.h-contact a.all-icon {
    display: flex;
    align-items: center;
    justify-content: end;
}

.h-contact a.all-icon p {
    margin: 0 !important;
    color: #FFF;
    font-family: Manrope !important;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.h-contact a.all-icon p.c-red {
    color: #006ab5 !important;
}

.h-contact a.all-icon .h-icon {
    background: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h-contact:hover a.all-icon .h-icon {
    background: #DB7A00;
    transition: 0.3s;
}

.h-contact:hover a.all-icon .h-icon img {
    filter: brightness(15);
    transition: 0.3s;
}

.row.align-items-center.row-second {
    padding-bottom: 14px;
}

.h-contact {
    float: right;
    border-radius: 100px;
    background: #F6971F;
    text-align: center;
    padding: 8px;
    width: 211px;
    margin-right: 50px;
}

.my-navbar {
    justify-content: left;
}

.my-navbar .header-logo.mobile-logo {
    display: none;
}

.main-header ul.navbar-nav {
    background: transparent;
}

.main-header li.nav-item {
    padding: 0px 18px;
    position: relative;
    border-right: 1px solid #ccc;
}

.main-header li.active.nav-item a.nav-link {
    color: #006ab5 !important;
    position: relative;
}

.main-header li.nav-item a.nav-link:hover {
    color: #006AB5 !important;
    transition: 0.3s;
}

.main-header li.active.nav-item a::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: #006AB5;
    bottom: 0;
    left: 0;
}

.main-header a.nav-link {
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.4px;
}

.main-header li.nav-item a#navbarDropdownMenuLink:after {
    content: '+';
    border: none !important;
    position: absolute;
}

.my-navbar .navbar-collapse ul ul.dropdown-menu {
    transition: 0.3s;
    background: #1c1c1c;
}

.my-navbar .navbar-collapse ul ul.dropdown-menu a {
    color: #fff !important;
}

.my-navbar .navbar-collapse ul ul.dropdown-menu li.dropdown-item:hover {
    background: transparent !important;
    transition: 0.3s;
}

.my-navbar .navbar-collapse ul ul.dropdown-menu li.dropdown-item:hover a {
    color: #006ab5 !important;
    transition: 0.3s;
}


/*header css for mobile*/
@media (max-width: 767px) {
    .header-top {
        display: none;
    }

    /*section.logo-sec.main-header .row-second {*/
    /*     display: none !important;*/
    /*   }*/

    .h-contact {
        display: none;
    }

    section.logo-sec.main-header {
        background: #1c1c1c;
        width: 100%;
      /*  position: fixed;*/
        height: 80px;
        top: 0;
        left: 0;
        z-index: 999;
    }

    .my-navbar .header-logo.mobile-logo {
        display: block !important;
        text-align: left !important;
    }

    .header-logo-contain {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        position: relative;
z-index: 10;
    }

    .my-navbar .container-fluids {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .my-navbar .header-logo.mobile-logo img.img-fluid {
        width: 60%;
    }

    .my-navbar button.navbar-toggler {
        border-color: #fff !important;
        height: 45px;
        background: #fff;
    }

    .main-header .navbar-collapse {
        position: fixed;
        top: 0;
        background: #f8f8f8;
        left: 0;
        transform: translateX(-1000px);
        width: 70%;
        padding-top: 60px;
        height: 100vh !important;
        text-align: left;
        transition: 0.3s;
    }

    .main-header .navbar-collapse.show {
        transform: translateX(0px);
        transition: 0.3s;
    }


    .main-header a.nav-link {
        font-size: 10px;
        padding: 20px 20px;
        margin: 10px 0px;
        display: inline-block;
        color: #000 !important;
    }

    .my-navbar .navbar-collapse ul ul.dropdown-menu a {
        color: #fff !important;
        font-size: 10px;
    }

    .main-header .navbar-toggler:focus {
        box-shadow: none !important;
        border-color: rgba(0, 0, 0, .1);
    }
}

/*header css for tab*/
@media (min-width: 767px) and (max-width: 992px) {
    .header-top {
        display: none;
    }

    /*section.logo-sec.main-header .row-second {*/
    /*     display: none !important;*/
    /*   }*/

    .h-contact {
        display: none;
    }

    section.logo-sec.main-header {
        background: #1c1c1c;
        width: 100%;
        position: fixed;
        height: 80px;
        top: 0;
        left: 0;
        z-index: 999;
    }

    .my-navbar .header-logo.mobile-logo {
        display: block !important;
        text-align: left !important;
    }

    .header-logo-contain {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        position: relative;
    }

    .my-navbar .container-fluids {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .my-navbar .header-logo.mobile-logo img.img-fluid {
        width: 60%;
    }

    .my-navbar button.navbar-toggler {
        border-color: #fff !important;
        height: 45px;
        background: #fff;
    }

    .main-header .navbar-collapse {
        position: fixed;
        top: 0;
        background: #f8f8f8;
        left: 0;
        transform: translateX(-1000px);
        width: 70%;
        padding-top: 60px;
        height: 100vh !important;
        text-align: left;
        transition: 0.3s;
    }

    .main-header .navbar-collapse.show {
        transform: translateX(0px);
        transition: 0.3s;
    }


    .main-header a.nav-link {
        font-size: 10px;
        padding: 6px 10px;
        margin: 8px 0px;
        display: inline-block;
        color: #000 !important;
    }

    .my-navbar .navbar-collapse ul ul.dropdown-menu a {
        color: #fff !important;
        font-size: 10px;
    }

    .main-header .navbar-toggler:focus {
        box-shadow: none !important;
        border-color: rgba(0, 0, 0, .1);
    }
}

.my-navbar button.navbar-toggler.collapsed span.navbar-toggler-icon {
  /*  background-image: url(/templates/images/menubar.png);*/
}

.my-navbar button.navbar-toggler span.navbar-toggler-icon {
  /*  background-image: url(/images/close.png);*/
}

/*header css for tab*/
@media (min-width: 992px) and (max-width: 1024px) {
    .main-header a.nav-link {
        font-size: 12px;
    }

    .my-navbar .navbar-collapse ul ul.dropdown-menu a {
        color: #fff !important;
        font-size: 12px;
    }

}


/*end header css*/



/*for search css*/

/*
  .search-btn {
    cursor: pointer;
    float: right;
  }
  .search-box-btn.search-box-outer {
      margin-right: 20px;
      background: transparent;
      padding: 5px;
      border-radius: 50%;
  }
  .search-box-btn.search-box-outer:hover {
      background: #2e93a4;
      transition: 0.3s;
  }
  .search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateX(-100%);
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  }
  .search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
  }
  
  .search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .search-popup:before {
    left: 0;
    top: 100%;
    width: 100%;
    height: 560px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 0px;
    content: "";
  }
  
  .search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
  }
  .search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
  }
  
  .search-popup .form-group input[type="text"],
  .search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    outline: none;
    border: none;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
  }
  .search-popup .form-group input[type="submit"],
  .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 40px;
    line-height: 65px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #000000;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: unset;
  }
  */

/*end search css*/



/*banner css*/

section.banner-section {
    position: relative;
    height: 600px;
}

section.banner-section .row {
    position: relative;
}

section.banner-section .bannermain {
    background: #fff;

    width: 100%;

}

.bannermain .owl-nav.disabled {
    position: absolute;
    width: 100%;
    display: block !important;
    bottom: 60%;
}

.bannermain .owl-prev {
    height: 120px;
    line-height: 0;
    background-repeat: no-repeat;
    position: absolute;
    transition: 0.5s;
    font-size: 18px;
    left: 30px;
    width: 60px;
    background-position: center center;
    border: 1px solid #ccc;
	background-image:url(../images/banner-arrow-left.png);
   
    background-repeat: no-repeat;
    font-size: 0;
    border: unset;
}

.bannermain .owl-next {
    height: 120px !important;
    line-height: 0;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    font-size: 18px;
    transition: 0.5s;
    right: 30px;
    border: 1px solid #ccc;
    width: 60px !important;
		background-image:url(../images/banner-arrow-right.png);

    background-repeat: no-repeat;
    font-size: 0;
    border: unset;
}

.banner-slider .owl-item .item {
    height: 600px;
    position: relative;
}

.banner_txt {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
}

.caption2 .banner-btn {
    margin-top: 15px;
}

.caption2 .banner-btn a {
    background: #006AB5;
    padding: 10px;
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.4px;
}

.banner_txt .caption2 {
    max-width: 50%;
    padding-left: 60px;
}

.banner_txt h2.text3 {
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    padding-bottom: 4px;
}

.banner_txt h2.text3:after {
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    background: #fff;
    width: 338px;
    bottom: 0;
}

.banner_txt h2.text2 {
    color: #FFF;
    font-family: Roboto;
    font-size: 37px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    padding: 40px 10px;
    background: rgba(255, 255, 255, 0.20);
}

.banner_txt p.text4 {
    color: #FFF;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.btn-bnnr {
    display: inline-block;
    margin-top: 30px;
}

.btn-bnnr a {
    padding: 20px 40px;
    color: #fff;
    background: #006AB5;
    border-radius: 0px !important;
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    letter-spacing: 2px;
}

.btn-bnnr a:hover {
    background: #006AB5;
    color: ##006ab5 !important;
    transition: 0.3s;
}

.banner-slider .owl-nav {
    display: block !important;
}

.banner-slider .owl-dots {
    position: absolute;
    top: auto;
    left: 10%;
    bottom: 40px;
    text-align: center;

}

.banner-slider .owl-dots .owl-dot span {
    display: block;
    height: 15px;
    background: #fff;
    width: 15px;
    border-radius: 50%;
}

.banner-slider .owl-dots .owl-dot {
    border-radius: 50%;
    margin: 4px;
    padding: 4px;
    display: inline-block;
}

.banner-slider .owl-dots .owl-dot.active {
    border: 1px solid #fff;
}

.banner-slider .owl-dots .owl-dot.active span {
    background: #fff;
}

button.btn.btn-success:focus {
    box-shadow: none;
}

/*banner css for mobile*/
@media (max-width: 767px) {

    section.banner-section {
        position: relative;
        height: auto !important;
    }

    section.banner-section .bannermain {
        position: relative !important;
        top: 0 !important;
    }

    .caption2 .banner-btn a {
        padding: 5px;
        font-size: 10px;
        letter-spacing: 0.4px;
    }

    .banner_txt {
        padding: 0 !IMPORTANT;
        margin-left: 25px;
    }

    .banner_txt .caption2 {
        max-width: 60% !important;
        padding: 0 !important;
    }

    .banner_txt h2.text3:after {
        content: "";
        width: 30px !important;
        left: 0px !important;
        top: auto;
        bottom: 0px;
    }

    .banner_txt h2.text3 {
        font-size: 10px;
        line-height: 22px;
        position: relative;
    }

    .banner_txt h2.text2 {
        font-size: 10px;
        line-height: 20px;
        padding: 10px 0px;
    }

    .banner_txt p.text4 {
        font-size: 9px !important;
        line-height: 14px !important;
    }

    .btn-bnnr {
        margin-top: 0px !important;
    }

    .btn-bnnr a {
        font-size: 10px !important;
        padding: 5px 10px !important;
    }

    .banner-slider .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
    }

    .banner-slider .owl-dots .owl-dot {
        border-radius: 50%;
        margin: 4px;
        padding: 4px;
        display: inline-block;
    }
.banner-slider .owl-item .item{
height: 50vw;
}
    /*.banner-slider .owl-dots {*/
    /*    display: block !important;*/
    /*}*/
    .banner-slider .owl-nav {
        display: none !important;
    }

    .bannermain .owl-nav.disabled {
        display: none !important;
    }

    .banner-slider .owl-dots {
        position: absolute;
        top: auto;
        left: 0;
        bottom: 0;
        right: 0;
        text-align: center;
    }
}

/*banner css for tab*/
@media (min-width: 767px) and (max-width: 992px) {

    /*     section#\#banner {*/
    /*    margin-top: 0px !important;*/
    /*}*/

    section.logo-sec.main-header .wow.fadeInRight {
        width: 100%;
    }

    section.banner-section {
        position: relative;
        height: 300px !important;
    }

    body .bannermain .item {
        height: 300px !important;
    }

    section.banner-section .bannermain {
        position: relative !important;
        top: 0 !important;

    }

    .banner_txt {
        padding: 0 !IMPORTANT;
        margin-left: 80px;
    }

    .banner_txt .caption2 {
        max-width: 75% !important;
        padding: 0 !important;
        margin-bottom: 20px;
    }

    .banner_txt h2.text3:after {
        content: "";
        width: 50px !important;
        left: 0px !important;
    }

    .banner_txt h2.text3 {
        font-size: 14px;
        line-height: 22px;
    }

    .banner_txt h2.text2 {
        font-size: 10px;
        line-height: 20px;
    }

    .banner_txt p.text4 {
        font-size: 9px !important;
        line-height: 14px !important;
    }

    .btn-bnnr {
        margin-top: 0px !important;
    }

    .btn-bnnr a {
        font-size: 10px !important;
        padding: 5px 10px !important;
    }

    /*.banner-slider .owl-dots {*/
    /*    display: none !important;*/
    /*}*/

    /*.banner-slider .owl-dots {*/
    /*    top: 90px;*/
    /*    right: 50px;*/
    /*}*/
    .banner-slider .owl-nav {
        display: none !important;
    }

    .bannermain .owl-nav.disabled {
        position: absolute;
        width: 100%;
        display: block !important;
        bottom: 70%;
    }

    .bannermain .owl-prev {
        height: 120px;
        line-height: 0;
        background-repeat: no-repeat;
        position: absolute;
        transition: 0.5s;
        font-size: 18px;
        left: 10px;
        width: 60px;
        background-position: center center;
        border: 1px solid #ccc;
        background: url(/images/banner-arrow-left.png);
        background-repeat: no-repeat;
        font-size: 0;
        border: unset;
    }

    .bannermain .owl-next {
        height: 120px !important;
        line-height: 0;
        background-repeat: no-repeat;
        position: absolute;
        background-position: center;
        font-size: 18px;
        transition: 0.5s;
        right: 10px;
        border: 1px solid #ccc;
        width: 60px !important;
        background: url(/images/banner-arrow-right.png);
        background-repeat: no-repeat;
        font-size: 0;
        border: unset;
    }

    .container.about-bg {
        bottom: 0px !important;
    }

    .banner-slider .owl-dots {
        position: absolute;
        top: auto;
        left: 0;
        bottom: 0;
        right: 0;
        text-align: center;
    }
}

/*banner css for tab*/
@media (min-width: 992px) and (max-width: 1024px) {
    .banner_txt h2.text3 {
        font-size: 30px;
    }

    .banner_txt h2.text2 {
        font-size: 18px;
    }

    .btn-bnnr a {
        font-size: 18px;
    }
}

/*end banner css*/



/*about section*/
/*.bannermain.innerbanner{*/
/*    margin-bottom:20px;*/
/*}*/
.cer-img-div {
    text-align: center
}

.sub-heading {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0px;
}

section.about-section {
    position: relative;

}

.about-image.abt-img1 {
    position: relative;
    margin: 0 auto;
    padding-right: 40px;
}

section.about-section .about-ccontent {

    padding-bottom: 50px;
}

section.about-section .about-ccontent p {
    color: #5F5F5F;
    text-align: justify;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 10px;
    position: relative;
}

.btn-bnnr a {
    padding: 20px 40px;
    color: #fff;
    background: #006ab5;
    border-radius: 30px;
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    border: #006ab5;
}

.about-btn.btn-bnnr a:hover {
    color: #000 !important;
    background: #006ab5;
}

.about-image.abt-img2 {
    padding-left: 40px;
}

section.about-section .defalt-heading .sub-heading {
    padding-left: 40px;
}

section.about-section .defalt-heading h1 {
    color: #171717;
    font-family: Urbanist !important;
    padding-right: 75px;
    font-size: 42px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0.42px;
    text-transform: capitalize;
}

.about-btn.btn-bnnr {
    margin: 0;
}

.container.about-bg {
    box-shadow: 0 0 10px #ccc;
    position: relative;
    bottom: 44px;
    background: white;
    z-index: 8;
    padding: 30px;
}

section.about-section .about-ccontent p:nth-child(even):before {
    content: '';
    position: absolute;
    left: -20px;
    bottom: 5px;
    width: 2px;
    height: 50%;
    background: #db7a00;
}

/*about css for mobile*/
@media (max-width: 767px) {
    section.about-section {
        position: relative;
        padding: 10px 0px !IMPORTANT;
        padding-top: 0px !important;
    }

    section.about-section .row {
        flex-direction: column-reverse !IMPORTANT;
    }

    section.about-section .defalt-heading {
        padding: 0px !important;
    }

    section.about-section .defalt-heading h1 {
        font-size: 14px !important;
        line-height: 20px !important;
        margin-bottom: 0px;
        padding: 0 !important;
    }

    .about-image.abt-img2 {
        padding: 0px !important;
    }

    /*.about-image {*/
    /*    display: none;*/
    /*}*/



    section.about-section .about-ccontent {
        padding-top: 15px !important;
        text-align: center;
        padding-right: 0px !important;
    }

    section.about-section .about-ccontent p {
        font-size: 13px !important;
        line-height: 20px !important;
    }

    .about-btn a {
        font-size: 12px !important;
        padding: 5px 15px !important;
    }

    .container.about-bg {
        bottom: 0;
        padding: 15px;
    }

    .sub-heading {
        margin-top: 10px;
    }

}

/*about us css for tab*/
@media (min-width: 767px) and (max-width: 992px) {
    section.about-section {
        position: relative;
        padding: 0px 0px !IMPORTANT;
        padding-top: 0px !important;
    }

    section.about-section .defalt-heading {
        padding: 0px !important;
    }

    section.about-section .defalt-heading h1 {
        font-size: 14px !important;
        line-height: 20px !important;
        margin-bottom: 30px;
        padding: 0 !important;
    }

    .about-image.abt-img2 {
        padding: 0px !important;
    }

    .about-image {
        padding: 0px !important;
        text-align: center !important;
        /*height: 250px !important;*/
        width: 100% !important;
    }



    section.about-section .about-ccontent {
        padding-top: 5px !important;
        text-align: center;
        padding-right: 0px !important;
    }

    section.about-section .about-ccontent p {
        font-size: 10px !important;
        line-height: 16px !important;
    }

    .about-btn a {
        font-size: 12px !important;
        padding: 5px 15px !important;
    }

    section.about-section .about-ccontent p:nth-child(even):before {
        left: -12px;
    }

    .container.about-bg {
        padding: 30px 30px 0px 30px;
    }
}

/*about css for tab*/
@media (min-width: 992px) and (max-width: 1024px) {
    .about-ccontent h1 {
        font-size: 38px;
    }

    section.about-section .about-ccontent p {
        font-size: 13px;
    }

    .about-btn a {
        font-size: 20px;
    }

}

.sub-heading p {
    color: #727272;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/*end about section*/

.sub-heading h3 {
    display: inline-block;
    position: relative;
    color: #006AB5;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase
}

.sub-heading h3:before {
    content: '';
    position: absolute;
    height: 10px;
    width: 80px;
    left: 55px;
    border-top: 2px solid #db7a00;
    bottom: 40px;
}

.defalt-heading h2 {
    color: #727272;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/*product section*/

section.product-section .sub-heading h3 {
    color: #fff;
}

section.product-section .sub-heading h3:before {

    border-top: 2px solid #fff !important;
}

section.product-section .sub-heading p {
    color: #fff;
}

section.product-section {
    padding-bottom: 30px;
}

section.product-section .sub-heading,
section.product-section .defalt-heading {
    text-align: center;
    position: relative;
    background-color: #2868D1;
    padding: 20px;
    margin-top: 20px;
}

.main-div {
    margin-top: 50px;
    border: solid 1px #efefef;
    transition: .3s ease;
}

.main-div:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 1px solid #DB7A00;
    transition: .3s ease;
}

.product-content {
    text-align: left;
    padding: 20px;
    background: transparent;
}

.product-list {
    /* width: 100%; */
    height: 310px;
    position: relative;
    background-color: #fff;
}

.product-list img.img-fluid {
    /* height: 100%; */
    /* width: 400px; */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    background: #fff;
}

.product-url a {
    color: #9A9A9A;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}

.product-txt p {
    color: #343434;
    font-family: Nunito Sans !important;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-url-main .view-details a {
    color: #DB7A00;
    font-family: Nunito Sans !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
}

.row.product-bg {
    background-color: #EFEFEF;
    padding: 15px;
}

.main-div a.prodct-btn {
    color: #FFFDFD;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #000;
    padding: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 50%;
    text-align: center;
    opacity: 0;
    height: 40px;
    transition: 1s ease all;
    z-index: 6;
}

.main-div:hover a.prodct-btn {
    opacity: 0.7;
    transition: 1s ease all;
}

.product-list:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #222;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 1;
}

.product-list:hover::after {
    opacity: 0.3;
}

.row.product-bg .Prodct-btn {
    margin-top: 30px;
    text-align: end;
    margin-bottom: 30px;
}

.row.product-bg .Prodct-btn a {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.4px;
    background: #006AB5;
    padding: 10px;
}

/*product css for mobile*/
@media (max-width: 767px) {
    section.product-section {
        padding-bottom: 10px;
    }

    .sub-heading h3 {
        font-size: 13px !important;
        line-height: 20px !important;
    }

    .sub-heading h3:before {
        border-top: 1px solid !important;
        height: 7px !important;
        width: 30px !important;
        left: 16px;
        top: -6px !important;
        border-top: 2px solid #db7a00 !important;
    }

    .defalt-heading h2 {
        font-size: 13px !important;
        line-height: 20px !important;
        text-align: center;
    }

    .main-div {
        margin-top: 30px;
    }

    .product-content {
        padding: 10px;
    }

    .product-url a {
        font-size: 10px;
    }

    body .product-list {
        width: 100%;
        height: 170px;
        position: relative;
    }

    .product-url,
    .product-url-main {
        text-align: center;
        margin-top: 0px !important;
    }

    .product-txt p {
        font-size: 8px !important;
        margin-bottom: 0px !important;
    }

    .product-url-main .view-details a {
        font-size: 8px;
        padding: 5px 15px;
    }

    .all-prod-btn {
        text-align: center;
        margin-top: 30px;
    }

    .all-prod-btn a {
        font-size: 13px;
        padding: 5px 20px;
    }

    section.product-section .sub-heading p {
        font-size: 13px;
    }

    .main-div a.prodct-btn {
        font-size: 10px;
    }

    .row.product-bg .Prodct-btn a {
        font-size: 10px;
    }
}

/*product css for tab*/
@media (min-width: 767px) and (max-width: 992px) {
    section.product-section {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .product-url a {
        font-size: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .product-url-main .view-details a {
        font-size: 11px;
    }

    .all-prod-btn a {
        font-size: 18px;
    }

    .main-div a.prodct-btn {
        font-size: 10px !important;
    }
}


/*about css for tab*/
@media (min-width: 992px) and (max-width: 1024px) {
    .product-url a {
        font-size: 13px;
    }

    .product-url-main .view-details a {
        font-size: 13px;
    }

    .all-prod-btn a {
        font-size: 18px;
    }

}


/*end product section*/




/* video section css */
section.videos-contact {
    position: relative;
    padding: 100px 0px;
    background-size: 100% !important;
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
}

.video-sec {
    display: flex;
    justify-content: space-between;
}

.video-txt-icon {
    position: relative;
}

.video-sec .default-heading h2 {
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Urbanist;
    font-size: 50px;
    display: inline-block;
    font-weight: 700;
    /*padding-right: 280px;*/
    line-height: 80px;
    text-transform: capitalize;
}

.video-content .sub-heading {
    display: inline-block;
    padding-left: 50px;
}

.video-content .default-heading {
    display: inline-block !important;
}

.video-txt-icon {
    position: relative;
    right: -80px;
    top: 115px;
    display: inline-block;
}

.video-btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-btn a {
    position: absolute;
    top: -50px;
}

.video-txt p {
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 90px;
    text-transform: capitalize;
}

/*video css for mobile*/
@media (max-width: 767px) {
    section.videos-contact {
        position: relative;
        padding: 10px 0px;
    }

    .video-sec .default-heading h2 {
        font-size: 15px !important;
        line-height: 20px !important;
    }

    .video-sec {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .video-txt-icon {
        top: 30px !important;
        text-align: center !important;
        right: 0 !important;
    }

    .video-btn a {
        position: absolute;
        top: -50px !important;
        left: 50px !important;
    }

    .video-txt p {
        font-size: 10px !important;
        margin: 0px !important;
        line-height: 15px !important;
    }

}

/*video css for tab*/
@media (min-width: 767px) and (max-width: 992px) {
    section.videos-contact {
        position: relative;
        padding: 50px 0px;
    }

    .video-sec .default-heading h2 {
        font-size: 15px !important;
        line-height: 20px !important;
    }

    .video-sec {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .video-txt-icon {
        top: 30px !important;
        text-align: center !important;
    }

    .video-btn a {
        position: absolute;
        top: -50px !important;
        left: 50px !important;
    }

    .video-txt p {
        font-size: 10px !important;
        margin: 0px !important;
        margin-top: 20px !important;
        line-height: 15px !important;
    }
}

/*video css for tab*/
@media (min-width: 992px) and (max-width: 1100px) {

    .video-sec .default-heading h2 {
        font-size: 37px;
        line-height: 40px;
    }

    .video-txt-icon {
        top: 65px;
    }
}

/* end video section css */

/*contact-service-section */


section.contact-services {
    padding: 40px;
}

.contact-service-info {
    padding: 20px;
}

.contact-service-info h3 {
    color: #006AB5;
    font-size: 30px;
}

.contact-service-info h4 {
    font-size: 13px;
    padding-left: 10px
}

.contact-service-text p {
    color: #000;
    text-align: justify;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 767px) {

    .service-imgs {
        padding: 20px;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .contact-service-button {
        width: 300px;
    }
}


/*Blog css*/
.blg-bg {
    background-image: url(../Images/blog-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
}

.blg-title a {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.blg-title {
    padding: 10px;
    border: 1px solid #fff;
    margin-bottom: 30px;
}

.blg-body {
    margin: auto;
    padding: 50px;
    text-align: center;
}

.blg-description {
    margin-bottom: 10px;
}

.blg-description a {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blg-button {
    background: #FFF;
}

.blg-button a {
    color: #060202;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.4px;
}

.blg-img {
    margin-bottom: 10px;
}

.defalt-heading {
    margin-bottom: 30px;
}

/*Blog css Mobile*/
@media (max-width: 767px) {

    .blg-body {
        padding: 30px;
    }

    .blg-title a {
        font-size: 12px;
    }

    .nb .sub-heading h3:before {
        height: 7px !important;
        width: 30px !important;
        left: 18px !important;
        top: -7px !important;
        border-top: 2px solid #db7a00 !important;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .blg-title a {
        font-size: 13px;
    }
}


/*Service*/
.row.contact-service-row {
    border: 2px solid #ccc;
    padding: 12px;
    margin-bottom: 20px;
}

.contact-service-button {
    border-radius: 50px;
    background: #2868D1;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 374px;
    padding: 10px;
    margin: auto;
    text-align: center;
}

.contact-service-button a {
    color: #FFF;
    font-family: Roboto;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;

}

@media (max-width: 767px) {
    .contact-service-button {
        width: 150px;
        margin-bottom: 10px;
    }

    section.contact-services {
        text-align: center;
        padding: 0px;
    }

    .contact-service-info h3 {
        font-size: 14px;
    }

    .contact-service-text p {
        font-size: 10px;
        text-align: center;
    }

    .contact-service-button a {
        font-size: 16px;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .contact-service-info h3 {
        font-size: 18px;
    }

    .contact-service-text p {
        font-size: 13px;
    }
}

/* testimonial section css */

.inner-testimonial {
    width: 45%;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
    position: relative;
}

.inner-testimonial:after {
    content: "";
    background: url(/Images/testimonial-msg.png);
    position: absolute;
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    bottom: -130px;
    left: 0;
    height: 339px;
    width: 100%;
    z-index: -1;
}

section.main-testimonial.zz {
    padding: 50px 0px;
    background-image: url("/Images/testimonial-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 750px;
}

section.main-testimonial.zz .default-heading h2 {
    color: #252525;
    font-family: Urbanist;
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0.2px;
    text-transform: capitalize;
}

section.main-testimonial.zz .sub-heading {
    padding-left: 0px;
}

section.main-testimonial.zz .cust-cust {
    margin: 0 15px;
    height: 500px;
    padding-top: 50px;
    padding: 5px 0 0 0px;
    margin-bottom: 20px;
}

section.main-testimonial.zz .star {
    padding-top: 20px;
}

section.main-testimonial.zz .star img {
    max-width: 100% !important;
    width: auto !important;
}

section.main-testimonial.zz .text-caption-p p {
    color: #757575;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: italic !important;
    font-weight: 400;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 10px 75px;
}

section.main-testimonial.zz .testy-img img.img-fluid {
    max-width: 100% !important;
    width: auto !important;
    text-align: center;
}

section.main-testimonial.zz .testy-img {
    display: inline-block !important;
}

section.main-testimonial.zz .testy {
    display: inline-block !important;
}

section.main-testimonial.zz .owl-dots {
    display: block !important;
}

section.main-testimonial.zz .owl-nav {
    display: block;
}

section.main-testimonial.zz .owl-nav .owl-prev {
    font-size: 0;
    background-color: transparent;
    background-image: url(/Images/testi-left.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 150px;
    left: 50px;
}

section.main-testimonial.zz .owl-nav .owl-next {
    font-size: 0;
    background-color: transparent;
    background-image: url(/Images/testi-right.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 150px;
    right: 50px;
}

section.main-testimonial.zz .sub-heading h3 {
    color: #fff;
}

section.main-testimonial.zz .sub-heading p {
    color: #fff;
}

section.main-testimonial.zz .sub-heading h3:before {
    border-top: 2px solid #fff;
    left: 100px;
    bottom: 45px;
}

section.main-testimonial.zz .owl-carousel-ppp .owl-dots {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0px;
    text-align: center;
}

section.main-testimonial.zz .owl-carousel-ppp .owl-dot span {
    display: block;
    height: 15px;
    background: #fff;
    width: 15px;
    border-radius: 50%;
}

section.main-testimonial.zz .owl-carousel-ppp .owl-dot.active {
    border: 1px solid #fff;
}

section.main-testimonial.zz .owl-carousel-ppp .owl-dots .owl-dot {
    border-radius: 50%;
    margin: 4px;
    padding: 4px;
    display: inline-block;
}





/*testimonial css for mobile*/
@media (max-width: 767px) {
    section.main-testimonial.zz {
        padding: 30px 0px;
    }

    section.main-testimonial.zz .default-heading h2 {
        font-size: 15px !important;
        line-height: 20px !important;
    }

    section.main-testimonial.zz .sub-heading {
        padding: 0px;
    }

    section.main-testimonial.zz .owl-nav {
        display: none !important;
    }

    section.main-testimonial.zz .cust-cust {
        padding: 0px;
        margin: 0px;
    }

    section.main-testimonial.zz .text-caption-p p {
        font-size: 12px !important;
        padding: 10px 20px 25px 20px;
    }

    section.main-testimonial.zz .testy-img {
        display: inline-block !important;
    }

    section.main-testimonial.zz .testy h4 {
        font-size: 12px;
    }

    section.main-testimonial.zz .testy h5 {
        font-size: 10px;
    }

    .inner-testimonial {
        width: 100%;
        padding-top: 0px;

    }

    section.main-testimonial.zz {
        height: 520px;
        background-size: cover;
    }

    section.main-testimonial.zz .cust-cust {
        height: 400px;
    }

    .inner-testimonial:after {
        bottom: -70px;
        height: 255px;
    }

    .sub-heading p {
        font-size: 13px;
    }

    section.main-testimonial.zz .sub-heading h3:before {
        left: 28px;
        bottom: 45px;
        border-top: 2px solid #fff !important;
    }

    section.main-testimonial.zz .testy-img img.img-fluid {
        max-width: 70% !important;
        width: auto !important;
        margin: auto;
    }

    .owl-carousel-ppp .owl-item .item {
        margin: 20px;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .inner-testimonial {
        width: 75%;
    }

    section.main-testimonial.zz .text-caption-p p {
        font-size: 18px;
        padding: 10px 44px;
    }

}

/* end testimonial section css */


/* feature product section css */
section.pro.max.nb {
    padding: 30px 0px;
    position: relative;
    padding-bottom: 30px;
}

section.pro.max.nb .sub-heading,
section.pro.max.nb .defalt-heading {
    text-align: center;
}

section.pro.max.nb .super-oil-cc h3 {
    color: #242424;
    text-align: center;
    font-family: Manrope !important;
    font-size: 15px;
    font-weight: 600;
    margin-top: 20px;
    line-height: normal;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

section.pro.max.nb .view-c a {
    color: #DB7A00;
    font-family: Nunito Sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    opacity: 0;
}

section.pro.max.nb .main-imgges {
    text-align: center;
    padding: 10px;

}

section.pro.max.nb .super-oil-cmain {
    height: 250px;
    width: 100%;
    position: relative;
    border: solid 1px #cccccc8a;
}

section.pro.max.nb .super-oil-cmain img.img-fluid {
    position: absolute;
    max-width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

section.pro.max.nb .item {
    padding: 10px;
}

section.pro.max.nb .main-imgges:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: 0.3s;
}

section.pro.max.nb .main-imgges:hover .view-c a {
    opacity: 1 !important;
    visibility: visible;
}

section.pro.max.nb .owl-dots {
    display: none !important;
}

section.pro.max.nb .owl-nav {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

section.pro.max.nb .owl-nav .owl-prev {
    font-size: 0;
    background-color: transparent;
    background-image: url(/Images/blg-left.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 20px;
    position: absolute;
    top: 40%;
    left: -25px;
}

section.pro.max.nb .owl-nav .owl-next {
    font-size: 0;
    background-color: transparent;
    background-image: url(/Images/blg-right.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 40%;
    right: -25px;
}

.nb .sub-heading h3:before {
    content: '';
    position: absolute;
    height: 10px;
    width: 80px;
    left: 62px;
    border-top: 2px solid #db7a00;
    bottom: 40px;
}


/*feature product css for mobile*/
@media (max-width: 767px) {
    section.pro.max.nb {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    section.pro.max.nb .sub-heading,
    section.pro.max.nb .defalt-heading {
        text-align: center !important;
    }

    section.pro.max.nb .super-oil-cmain {
        height: 250px !important;
    }

    section.pro.max.nb .super-oil-cc h3 {
        font-size: 12px !important;
    }

    section.pro.max.nb .view-c a {
        opacity: 1 !important;
        font-size: 10px !important;
        line-height: 20px !important;
    }

    section.pro.max.nb .owl-nav {
        display: none !important;
    }
}


/* end feature product section css */


/*Quick contact css*/
/*.quick-contact {*/
/*    text-align: center;*/
/*    position: relative;*/
/*    padding: 0px 50px;*/
/*}*/
/*.quick-contact .cont-heading h3 {*/
/*    color: #585858;*/
/*    font-size: 25px;*/
/*    font-weight: 600;*/
/*    text-transform: uppercase;*/
/*}*/
/*.quick-form form .form-group input {*/
/*    border-radius: 20px;*/
/*    border: 1px solid #DFDFDF;*/
/*    background: #FFF;*/
/*    padding: 15px 20px;*/
/*    height: 50px;*/
/*    margin: 15px 0px;*/
/*    color: #A3A3A3;*/
/*    font-size: 15px;*/
/*}*/
/*.quick-form form .form-group textarea {*/
/*    border-radius: 20px;*/
/*    border: 1px solid #DFDFDF;*/
/*    background: #FFF;*/
/*    padding: 15px 20px;*/
/*    margin: 15px 0px;*/
/*    color: #A3A3A3;*/
/*    font-size: 15px;*/
/*}*/
/*.quick-form form ::placeholder {*/
/*    color: #A3A3A3;*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    line-height: normal;*/
/*    letter-spacing: 1px;*/
/*}*/
/*.quick-form form .cap_codee {*/
/*    text-align: left !important;*/
/*}*/
/*.quick-form form button {*/
/*    background: #7BC372;*/
/*    outline: none;*/
/*    color: #FFF;*/
/*    font-size: 18px;*/
/*    font-weight: 400;*/
/*    border: none !important;*/
/*    font-family: Kenyan Coffee !important;*/
/*}*/
/*.quick-form form button:hover {*/
/*    background: #2E93A4;*/
/*    transition: 0.3s;*/
/*}*/

/*quick contact form css for mobile*/
/*@media (max-width: 767px) {*/
/*.quick-contact {*/
/*    text-align: center;*/
/*    position: relative;*/
/*    padding: 0px 20px;*/
/*    margin-top: 30px;*/
/*}*/
/*.quick-contact .cont-heading h3 {*/
/*    font-size: 16px;*/
/*}*/
/*.quick-form form .form-group input {*/
/*    border-radius: 15px;*/
/*    padding: 10px;*/
/*    height: 40px;*/
/*    font-size: 12px;*/
/*}*/
/*.quick-form form .form-group textarea {*/
/*    border-radius: 15px;*/
/*    padding: 10px;*/
/*    font-size: 12px;*/
/*}*/
/*.quick-form form button {*/
/*    font-size: 13px;*/
/*}*/
/*}*/

/*quick contact css for tab*/
/*@media (min-width: 767px) and (max-width: 992px) {*/
/*.quick-contact {*/
/*    text-align: center;*/
/*    position: relative;*/
/*    padding: 0px 20px;*/
/*    margin-top: 30px;*/
/*}*/
/*.quick-contact .cont-heading h3 {*/
/*    font-size: 20px;*/
/*}*/
/*.quick-form form .form-group input {*/
/*    border-radius: 15px;*/
/*    padding: 10px;*/
/*    height: 45px;*/
/*    font-size: 14px;*/
/*}*/
/*.quick-form form .form-group textarea {*/
/*    border-radius: 15px;*/
/*    padding: 10px;*/
/*    font-size: 14px;*/
/*}*/
/*.quick-form form button {*/
/*    font-size: 16px;*/
/*}*/
/*}*/

/*quick form css for tab*/
/*@media (min-width: 992px) and (max-width: 1024px) {*/
/*.quick-contact .cont-heading h3 {*/
/*    font-size: 20px;*/
/*}*/
/*.quick-form form button {*/
/*    font-size: 14px;*/
/*}*/

/*}*/

/*end Quick contact css*/

li {
    list-style: none !important;
}



/*service-section*/
section.service-section {
    padding: 30px;
    text-align: center;
}




/*footer css*/

ul.footer-ul {
    text-align: left;
    margin: auto;
}

ul.footer-ul li {
    position: relative;
    padding-left: 25px;
}

ul.footer-ul li img {
    position: absolute;
    top: 8px;
    left: 0;
}

ul.footer-ul li span {
    padding-top: 7px;
    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.1px;
}

.footer-h2 h2 {
    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.1px;
    text-transform: uppercase;
}

.form-group input {
    border-radius: 10px;
    margin-bottom: 10px;
}

.form-group.full textarea {
    margin-bottom: 10px;
}

.cap_codee button {
    width: 150px;
    background: #DB7A00;
    border: none;
    margin-top: 20px;
}

.row.footer-row2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer-h2 {
    margin-top: 8px;
}





ul.footer-menus-list {
    display: flex;
    padding: 0;
    float: right;
    list-style: none;
    flex-wrap: wrap;
    padding-right: 10px;
}

ul.footer-menus-list li {
    border-right: 1px solid #ccc;
    padding: 10px 15px;
}

ul.footer-menus-list li a {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.4px;

}

.container.bg .row {
    justify-content: center;

}




footer.footer-section {
    background: #131313;
    padding-top: 80px;
}

footer.footer-section .container.bg {
    position: relative;
}

footer.footer-section .subscribe {
    background-size: 100% !important;
    background-position: bottom left !important;
    background-repeat: no-repeat !IMPORTANT;
    padding: 100px 0px;
    position: absolute;
    width: 100%;
    margin-top: -380px;
}

.subscribe input.form-control {
    height: 50px;
    position: relative;
    width: 100%;
}

.subscribe-heading {
    padding-left: 30px;
}

.subscribe-heading h2 {
    color: #FFF;
    font-family: Urbanist;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    text-transform: capitalize;
}

.subscribe form#form3 {
    padding-right: 30px;
    position: relative;
}

.subscribe input.form-control {
    height: 60px;
    position: relative;
    width: 100%;
    border-radius: 30px;
    padding: 10px 20px;
}

.subscribe form#form3 button.email-btn {
    position: absolute;
    top: 0;
    right: 30px;
    background: #131313;
    color: #fff;
    border-radius: 30px;
    padding: 10px 50px;
    height: 60px;
    outline: none !important;
    box-shadow: none !important;
    border: none;
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-transform: capitalize;
}

div#error-newsletter,
div#success-newsletter {
    display: none;
}

p.green-news {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    position: relative;
    padding: 0.5rem 0.5rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

div#success-newsletter {
    width: 45%;
    margin: 0;
    margin-top: 20px;
    position: absolute;
}

div#error-newsletter {
    width: 45%;
    margin: 0;
    margin-top: 20px;
    position: absolute;
}

div#error-newsletter p.red-news {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    position: relative;
    padding: 0.5rem 0.5rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

@media (max-width: 767px) {

    div#success-newsletter {
        width: 90%;
        margin: 0 auto;
        margin-top: 20px;
        position: relative;
    }

    div#success-newsletter p.green-news {
        font-size: 10px;
    }

    div#error-newsletter {
        width: 90%;
        margin: 0 AUTO;
        margin-top: 20px;
        position: relative;
    }

    div#error-newsletter p.red-news {
        font-size: 10px;
    }
}


.footer-p p {
    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.1px;
}

footer.footer-section ul.main-social-list {
    padding: 0;
    list-style: none !important;
    display: flex;
    align-items: center;
}

footer.footer-section ul.main-social-list li {
    background: #292929;
    margin-right: 20px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer.footer-section ul.main-social-list li:hover {
    background: none;
    transition: 0.3s;
}

.footer-main-contact .phone h5 {
    color: #FFF;
    font-family: Urbanist;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-transform: capitalize;
}

.footer-widgets li a {
    color: #CCC;
    font-family: Manrope;
    font-size: 16px;
    /*display: flex;*/
    /*align-items: center;*/
    font-weight: 500;
    line-height: 26px;
    text-transform: capitalize;
}

.footer-widgets li a p {
    display: inline-block;
}

li.foot-numb {
    display: block !important;
}

li.foot-numb a {
    display: block !important;
}

li.foot-numb a p {
    display: inline-block !important;
}

li.foot-add p {
    width: 78% !important;
    display: inline-block !important;
    margin: 0 !important;
}

.footer-widgets li {
    color: #CCC;
    font-family: Manrope;
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 26px;
    text-transform: capitalize;
}

.footer-widgets li:hover {
    color: #fff;
    transition: 0.3s;
}

.footer-widgets li a:hover {
    color: #fff;
    transition: 0.3s;
}

.footer-widgets li .h-icon {
    padding: 10px;
    margin-right: 15px;
}

.footer-widgets li {
    margin: 20px 0px;
}

.f-recent-post .f-post h2 {
    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.1px;
}

.f-recent-post .f-recent {
    display: flex;
    align-items: center;
    margin: 30px 0px;
}

.f-details-wrapper p {
    color: #999;
    font-family: Manrope;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-transform: capitalize;
}

.f-details-wrapper h3 {
    color: #fff;
    font-family: Urbanist;
    font-size: 14px;
    font-weight: 700;
    line-height: 10px;
    margin: 0;
    text-transform: capitalize;
}

.f-image-wrapper {
    margin-right: 20px;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    position: relative;
}

.f-image-wrapper img.img-fluid {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.footer-botm {
    border-top: 1px solid;
    padding: 15px 0px;
    background: #1F1F1F;
}

.footer-botm p.asdas {
    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.1px;
    text-transform: capitalize;
    float: right;
}

.footer-botm p.asdas a {
    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.1px;
    position: relative;
    margin-right: 10px;
}

.footer-botm p.asdas a:first-child:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #fff;
    right: -7px;
}

/*footer css for mobile*/
@media (max-width: 767px) {
    footer.footer-section {
        margin-top: 20px !important;
    }

    footer.footer-section .subscribe {
        margin-top: -300px;
        padding: 15px 0px !important;
        position: relative !important;
        background-size: cover !important;
    }

    .subscribe-heading {
        padding-left: 0px !important;
    }

    .subscribe-heading h2 {
        font-size: 16px !important;
        line-height: 20px !important;
        color: #ffffff !important;
        margin-left: 10px;
    }

    .subscribe form#form3 {
        padding-right: 0px !important;
        position: relative;
        margin: 0px 10px !important;
    }

    .subscribe input.form-control {
        height: 40px !important;
        font-size: 10px !important;
    }

    .subscribe form#form3 button.email-btn {
        height: 40px !important;
        right: 0 !important;
        padding: 5px 30px !important;
        font-size: 10px !important;
    }

    .l-o-g {
        width: 100% !important;
        text-align: center !important;
        margin-top: 20px !important;
    }

    .footer-p p {
        font-size: 10px;
        margin-top: 15px;
        text-align: center;
        line-height: 20px !important;
    }

    footer.footer-section ul.main-social-list {
        justify-content: center;
    }

    .footer-main-contact .phone h5 {
        font-size: 15px !important;
        line-height: 20px !important;
    }

    .footer-widgets li {
        font-size: 10px !important;
        line-height: 20px !important;
    }

    .footer-widgets li a {
        font-size: 10px !important;
        line-height: 20px !important;
    }

    .footer-widgets li a {
        font-size: 10px !important;
        line-height: 20px !important;
    }

    .footer-widgets li a .h-icon {
        padding-right: 0px !important;
    }

    .f-recent-post .f-post h2 {
        font-size: 15px !important;
        line-height: 20px !important;
        text-align: center;
        margin-top: 5px;
    }

    .f-details-wrapper p {
        font-size: 9px !IMPORTANT;
        line-height: 10px !important;
    }

    .f-details-wrapper h3 {
        font-size: 12px !important;
        line-height: 5px !important;
    }

    .f-image-wrapper {
        width: 50px !important;
    }

    .footer-botm p.asdas {
        font-size: 8px !important;
        line-height: 12px !IMPORTANT;
    }

    ul.footer-menus-list {
        justify-content: center !important;
        display: flex;
        padding: 0;
        float: right;
        list-style: none;
        flex-wrap: wrap;
        padding-right: 0px;
    }

    ul.footer-menus-list li {
        padding: 10px 10px !important;
    }

    .footer-h2 {
        text-align: center !important;
    }

    div#inq_cap_img img {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1024px) {
    ul.footer-menus-list li {
        padding: 10px 6px;

    }

    section.main-testimonial.zz .text-caption-p p {
        padding: 10px 40px;
    }

    .blg-title a {
        font-size: 12px;
    }

    .form-section.h-search-form button.btn.btn-success {
        right: -16px;
        top: -2px;
    }

    button.btn.btn-success img {
        width: 70% !important;
    }

    .form-section.h-search-form input.form-control {
        padding: 12px;
    }
}

/*footer css for tab*/
@media (min-width: 767px) and (max-width: 992px) {
    footer.footer-section {
        padding-top: 100px;
        margin-top: 20px;
    }

    footer.footer-section .subscribe {
        margin-top: -214px;
        padding: 15px 0px !important;
        background-size: cover !important;
        left: 0 !important;
    }

    .subscribe-heading h2 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .l-o-g {
        width: 70%;
        margin: 0 auto;
    }

    .footer-p p {
        font-size: 12px;
        margin-top: 15px;
        text-align: left;
    }

    .footer-heading h4 {
        font-size: 16px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .footer-heading h4:after {
        width: 100%;
        height: 1px;
    }

    .footer-widgets li a {
        font-size: 10px;
    }

    ul.footer-menus-list {
        float: none;
        padding-right: 10px;
        flex-wrap: nowrap;
    }

    /*.container.bg .row{*/
    /*    flex-direction:column;*/
    /*}*/
    ul.footer-menus-list li a {
        font-size: 10px;
    }

    ul.footer-menus-list li {
        padding: 10px 5px;
    }
}

/*end footer css*/



/*product page bread crum css*/

section.bread-crum {
    background-color: #cccccc52;
    max-width: 1600px;
    margin: 0 auto;
}

.bread_crumb {
    padding: 10px 0 10px 0 !important;
}

.bread_crumb a {
    color: #000;
    font-weight: 500;
    font-size: 14px;
}

.extra-padding {
    padding: 0;
}

/* end product page bread crum css*/



.main-div:hover .product-list::after {
    opacity: .2;
}

.qr-code {
    position: relative;
    height: 100px;
    width: 100px;
}


.sub-heading h1 {
    display: inline-block;
    position: relative;
    color: #006AB5;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.sub-heading h1:before {
    content: '';
    position: absolute;
    height: 10px;
    width: 80px;
    left: 55px;
    border-top: 2px solid #db7a00;
    bottom: 40px;
}

.col-md-6.fiff input {
    max-width: 100%;
}

div#inq_cap_img img {
    max-width: 100%;
    display: inline-block;
    float: none;
}