@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&family=Poppins:wght@200;300;400;600&display=swap');
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #585858;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin: 0px auto;
    font-weight: 600;
    font-size: 28px;
    margin: 15px 0px;
}

#myModal {
    background: none;
}

.slideBg {
    width: 100%;
    height: auto;
    background: #999 url("../images/backbg.jpg") no-repeat center top;
    background-attachment: fixed;
    padding: 80px 0px;
}

.slideBg h1 {
    color: #fff;
    margin-bottom: 30px;
}

.slideBg strong {
    margin-top: 20px;
    display: block;
    font-size: 16px;
    color: #eb430c !important
}

.slideBg p {
    font-size: 16px;
    color: #585858;
    margin: 10px 0px 20px;
}


/* CSS Document */

nav ul {
    padding: 20px 0px 0px 0px;
}

nav ul li a {
    font: 300 16px/22px 'Poppins', sans-serif;
    color: #000;
}

.dropdown-menu {
    padding: 0px;
    border: 0px;
    border-radius: 0px;
    width: 800px;
}

.dropdown-menu>li>a {
    font: normal 16px/20px 'Poppins', sans-serif;
    color: #000;
    padding: 8px 15px!important;
}

.dropdown:hover>.dropdown-menu {
    display: block !important;
}

#services {
    width: 100%;
    margin: auto;
    height: auto;
    background: #ccc;
    padding: 40px 0px 60px;
}

#services h1 span {
    color: #eb430c !important;
}

.innebanner {
    width: auto;
    height: auto;
    overflow: hidden;
}

.innebanner img {
    width: 100%;
    height: auto;
    display: block;
}

.pro_all_link {
    float: right;
    margin: -31px 10px 0 0
}

.pro_box {
    width: 240px;
    min-height: 270px;
    overflow: hidden;
    background: #fff;
    opacity: 0.9;
    padding: 10px;
    text-align: center;
    margin: 0 auto 10px
}

.pro_box:hover {
    border: 1px solid #ccc;
    box-shadow: 1px 2px 8px #999;
}

.pro_pc {
    width: 220px;
    height: auto;
    background: #eee;
    overflow: hidden;
    position: relative
}

.outstock {
    display: block;
    position: absolute;
    z-index: 9;
    left: 10px;
    top: 20px;
}

.pro_box:hover .pro_pc figure img.outstock {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}

.pro_pc figure {
    width: 220px;
    height: 180px;
    display: table-cell;
    vertical-align: middle
}

.pro_pc figure img {
    display: block;
    margin: auto;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
}

.pro_box:hover .pro_pc figure img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.pro_scroller_cont {
    position: relative;
    margin: 10px auto 0;
    width: 93%;
}

.ar_l {
    position: absolute;
    z-index: 9;
    left: 12px;
    top: 125px;
}

.ar_r {
    position: absolute;
    z-index: 9;
    right: 12px;
    top: 125px;
}

.cat_box .pro_box {
    width: 220px;
    height: auto;
    padding: 10px
}

.cat_box .pro_box:hover .bg-gray {
    background: #333;
}

.cat_box .pro_box:hover .gray,
.cat_box .pro_box:hover .red a {
    color: #f1f1f1;
}


/* hot products classes ends */

.fot a {
    margin-left: 20px;
}

#back-top {
    position: fixed;
    bottom: 10px;
    right: 15px;
    z-index: 3;
    display: block;
}

#back-top .btn-default {
    display: inline-block;
    background: rgba(255, 255, 255, .5);
    overflow: hidden;
    padding: 12px 0;
    border-radius: 100%;
    line-height: inherit !important;
    color: #000;
    width: 50px;
    height: 50px;
    box-shadow: 0 0 20px 5px rgba(112, 130, 148, 0.2);
    border: 0;
    font-size: 16px;
    transition: all linear .3s;
    cursor: pointer;
    &:hover {
        background: $color-neutral;
    }
}

#back-top .fa {
    font-size: 13px;
}

#home .home,
#about .about,
#servicesm .servicesm,
#certificat .certificat,
#whyus .whyus,
#enquiry .enquiry,
#contact .contact {
    background: #eb430c !important;
    color: #fff !important;
}

header {
    width: 100%;
    background: #f7f7f7 !important;
    padding: 0px!important;
    z-index: 9999;
}

header .nav-link {
    color: #666!important;
    font-size: 14px!important;
    font-weight: 600;
    line-height: 22px;
    padding: 0px 15px;
}

.navbar-nav>li>a {
    padding: 10px 15px !important;
    border-radius: 50px;
    margin-top: 0px;
}

.nav>li>a:focus.nav>li>a .active {
    text-decoration: none;
    background-color: #eb430c !important;
    color: #fff !important;
}

.nav>li>a:hover {
    text-decoration: none;
    background-color: #eb430c !important;
    color: #fff !important;
}

header .navbar-brand {
    width: 300px !important;
    height: auto;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

header .navbar-brand img {
    width: 100%;
    height: auto;
    display: block;
}

.navbar {
    position: relative;
    height: auto;
    margin-bottom: 0px !important;
    border: 1px solid transparent;
}

.dropdown-menu li a:focus,
.dropdown-menu li a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #eb430c !important;
}

.dropdown-menu {
    padding: 20px 40px;
}

.dropdown-menu li a {
    display: block;
    color: #666!important;
    font-size: 14px!important;
    font-weight: 600;
    line-height: 22px;
    padding: 6px 10px;
    border: 1px solid #f1f1f1;
    margin: 2px;
    border-radius: 50pxs;
}

.dropdown-menu li a:hover {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #eb430c !important;
}

.header_fixer {
    padding: 0px !important;
    background: #fff;
    transition: all .1s ease-in-out;
    box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.6);
    position: fixed;
}

.header_fixer .nav-link {
    color: #666!important;
    font-size: 14px!important;
    line-height: 22px;
    padding: 5px 15px;
}

.header_fixer .navbar-brand {
    width: 250px !important;
    height: auto;
    display: block;
}

.header_fixer .navbar-brand img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.header_fixer .navbar-nav>li>a {
    padding: 1px 15px !important;
    border-radius: 50px;
    margin-top: 0;
    transition: ease-in-out 0.05s !important;
}

.header_spacer {
    width: 100%;
    height: 100px;
}

.socialBg {
    background: #333333;
    min-height: 40px;
    font: normal 14px/40px 'Poppins', sans-serif;
    color: #fff;
}

.socialBg .phoneBg {
    width: 100%;
    text-align: right;
}

.socialBg .mailBg {
    width: 100%;
    text-align: left;
}

.socialBg a {
    color: #fff;
}

.socialBg .menuBg {
    width: 100%;
    height: auto !important;
    background: #fff;
    border-bottom: 2px solid #f5f5f5;
}

.navbar-nav>li:hover>.dropdown-menu {
    display: block !important;
}


/***************************banner***************/

.innerbanner {
    width: 100%;
    height: auto;
    display: block;
}

.innerbanner img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.banner {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

.banner img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.banner .formBg {
    width: 100%;
    min-height: 500px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.banner .formBg .box {
    width: 308px;
    min-height: 549px;
    background: rgba(235, 67, 12, .8);
    float: right;
    padding: 30px;
    color: #fff;
}

.banner .formBg .box .form-control {
    border-radius: 50px;
    border: 0px;
    font-size: 12px;
}

.banner .formBg .box .btn {
    border-radius: 50px !important;
}

.btn-primary {
    background: #000;
    color: #fff !important;
    border: 2px solid #fff;
    border-radius: 50px;
}

.btn-primary:hover {
    background: #eb430c !important;
    border: 2px solid #fff;
}

@media only screen and (max-width: 768px) {
    .banner .formBg .box {
        display: none;
    }
    .navbar-nav>li:hover>.dropdown-menu {
        width: 100% !important;
    }
}


/***************************banner***************/

.rightText {
    font: normal 12px/18px 'Poppins', sans-serif;
    color: #000;
    text-align: center;
}

.titleText {
    font: normal 40px/50px 'Poppins', sans-serif !important;
    color: #eb430c;
    text-transform: uppercase;
    text-align: center;
}

.kittBox {
    padding: 15px;
    text-align: center;
    background: #ffff;
    border: 1px solid #f1f1f1;
    margin-top: 20px;
    border-radius: 50px;
    box-shadow: 0px 10px 15px rgba(226, 225, 225, 0.5);
}

.kittBox label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: #eb430c !important;
}

.kittBox:hover {
    background: #f1f1f1;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    transition: ease-in-out 0.5s !important;
}

.kittBox a {
    color: #eb430c;
}

.kittBox a:hover {
    color: #585858;
}

.kittBox img {
    margin: 10px;
    padding: 10px;
}

.img-thumbnail {
    border: 1px solid #eb430c !important;
    border-radius: 100% !important;
}

.pestCont {
    text-align: center;
    width: 100%;
    min-height: 400px;
    margin: 0px 0px 0px;
    padding: 5px 0px 0px;
    color: #fff;
}

.pestCont h1 {
    font-size: 22px;
    font-weight: 700;
    color: #161616;
    text-align: center;
    margin-top: 50px;
    text-transform: uppercase;
}

.pestCont h1 span {
    color: #eb430c !important;
}

.pestCont p {
    font: normal 16px/34px 'Poppins', sans-serif;
    color: #afafaf;
    text-align: center;
}

.well {
    background: #eb430c !important;
    color: #fff;
}

.well a {
    font: bold 16px/18px 'Poppins', sans-serif;
    color: #fff;
}

.carousel-control.left,
.carousel-control.right {
    background: none !important;
    filter: progid: none !important;
    outline: 0;
}

.carousel .carousel-control {
    visibility: hidden;
}

.carousel:hover .carousel-control {
    visibility: visible;
}

.fog {
    width: 100%;
    height: auto;
    background: url(../images/fog.jpg) no-repeat;
    background-attachment: fixed;
    padding: 50px 0px 80px;
    margin: 80px 0px 0px;
}

.boxa {
    background: #fff;
    min-height: 330px;
    padding: 30px;
    text-align: left;
    margin-top: 20px;
    border-radius: 50px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.5);
}

.boxa h1 {
    color: #fff !important;
}

.boxa h1 span {
    color: #eb430c !important;
}

.boxa h3 {
    font-size: 18px;
    line-height: 24px;
    color: #eb430c;
}

.boxa p {
    font-size: 16px;
    line-height: 24px;
    color: #585858;
}

.boxa p>a {
    font-size: 16px;
    line-height: 24px;
    color: #585858;
}

.boxa hr {
    margin: 8px 0px;
}

.fog h1 {
    color: #fff;
}

.aboutBg {
    width: 100%;
    min-height: 200px;
    text-align: left !important;
    font-size: 16px;
    line-height: 30px;
    margin: 30px 0px 60px 0px;
}

.border1 {
    padding: 20px;
}

.border1:hover {
    background: #fff;
    transition: ease-in-out 0.5s;
}

.aboutBg a {
    display: inline-block;
    margin: 0px 5px;
    font-size: 15px;
    color: #000;
}

.aboutBg h1 {
    color: #000 !important
}

.aboutBg h1 span {
    color: #eb430c !important
}

.aboutBg strong {
    color: #eb430c !important;
    font-size: 16px;
}

.aboutBg ul li {
    list-style: none;
}

.aboutBg ul li a {
    display: block;
    font-size: 16px;
    line-height: 22px;
}

.box1 {
    width: auto;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    border: 4px solid #eb430c;
}

.box1 img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.box2 {
    width: auto;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

.box2 img {
    width: 100%;
    max-width: 100%;
}

.boxx {
    border: 1px solid #f1f1f1;
    padding: 10px;
    min-height: 200px !important;
}

.cerificat {
    margin-top: 85px;
}

.cerificat a {
    display: block;
    margin-top: 1px;
    padding: 6px 10px;
    border: 0px;
    border-radius: 0px;
    font: normal 16px/18px 'Poppins', sans-serif;
    color: #fff !important;
    text-align: left;
    background: #eb430c;
    text-decoration: none;
}

.cerificat a:hover {
    text-decoration: none;
    background: #ccc;
}

.colorBg1 {
    background: #696967;
}

.colorBg2 {
    background: #e9e6dd;
}

.colorBg3 {
    background: #0b2f6d;
}

.colorBg4 {
    background: #0091a0;
}

.colorBg5 {
    background: #e09bad;
}

.colorBg6 {
    background: #dcdddf;
}

.colorBg7 {
    background: #3f4d98;
}

.colorBg8 {
    background: #e47178;
}


/* Mobile Below 480px */

@media only screen and (max-width: 768px) {
    .navbar-brand {
        width: 250px;
    }
}


/* Mobile Below 480px */

@media only screen and (max-width: 479px) {
    .navbar-brand {
        width: 250px;
    }
}

.cronaBg {
    width: 100%;
    min-height: 250px;
    background: url(../images/crona.png) no-repeat center center;
    text-align: center;
}

.cronaBg a {
    display: inline-block;
    border: 1px solid #fff;
    margin-top: 180px;
    color: #fff;
    padding: 15px 30px;
    border-radius: 3px;
}

.cronaBg a:hover {
    background: #fff;
    color: #efb409;
    box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.6);
    transition: ease-in-out 0.5s;
    text-decoration: none;
}


/* Scss Document */


/*owl carousel*/

.owl-carousel .item {
    z-index: 2;
}

.owl-carousel .item figure {
    overflow: hidden;
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    padding: 0 0;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    background: #fff;
    padding: 15px;
    height: auto;
    text-align: center;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    border-radius: 50px;
}

.owl-carousel .owl-item img {
    width: 100%;
    display: inline-block;
    border-radius: 50px;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
}

.owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
}

.owl-prev,
.owl-next {
    opacity: .4;
}

.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
    opacity: 1;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 4px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #aaa;
}


/* Mobile Below 480px */

@media only screen and (max-width: 991px) {
    .socialBg .phoneBg {
        width: 100%;
        text-align: center;
        font-size: 12px;
        line-height: 22px;
    }
    .socialBg .mailBg {
        width: 100%;
        text-align: center;
        font-size: 12px;
        line-height: 22px;
    }
    header .navbar-brand {
        width: 100px !important;
        height: auto;
        overflow: hidden;
        transition: all .3s ease-in-out;
    }
    header .navbar-brand img {
        width: 100%;
        height: auto;
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .socialBg .phoneBg {
        width: 100%;
        text-align: center;
        font-size: 12px;
        line-height: 22px;
    }
    .socialBg .mailBg {
        width: 100%;
        text-align: center;
        font-size: 12px;
        line-height: 22px;
    }
    header .navbar-brand {
        width: 250px !important;
        height: auto;
        overflow: hidden;
        transition: all .3s ease-in-out;
    }
    header .navbar-brand img {
        width: 100%;
        height: auto;
        display: block;
    }
}

@media only screen and (max-width: 480px) {
    .socialBg .phoneBg {
        width: 100%;
        text-align: center;
        font-size: 12px;
        line-height: 22px;
    }
    .socialBg .mailBg {
        width: 100%;
        text-align: center;
        font-size: 12px;
        line-height: 22px;
    }
    header .navbar-brand {
        width: 100px !important;
        height: auto;
        overflow: hidden;
        transition: all .3s ease-in-out;
    }
    header .navbar-brand img {
        width: 100%;
        height: auto;
        display: block;
    }
}


/***********************************/

.aboutaeria {
    width: 100%;
    height: auto;
    padding: 30px 0px 0px 0px !important;
    background: url("../images/backbg.jpg") no-repeat center center;
    background-attachment: fixed;
}

.aboutaeria .aboutBg {
    width: 100%;
    background: #fff;
    min-height: 400px;
    border-radius: 50px;
    padding: 30px 60px 30px 60px;
    margin-bottom: 60px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.aboutaeria .aboutBg h1 {
    color: #000000;
}

.aboutaeria .aboutBg h1 span {
    color: #eb430c !important;
}

.aboutaeria .aboutBg strong {
    color: #eb430c !important;
    font-size: 16px;
    margin-top: 20px;
}

.aboutaeria .aboutBg ul {
    margin-top: 15px;
}

.aboutaeria .aboutBg ul li {
    list-style: none;
    line-height: 22px;
    padding: 5px 0px;
}


/*photo gallery clasess*/

.gallery_bg {
    background: #4d4d4d;
    center;
    background-attachment: fixed;
    margin: 70px 0 0 0;
    padding: 75px 0 80px;
}

ul.photo_gallery_con {
    margin: 0 -27px;
}

ul.photo_gallery_con li {
    width: 33%;
    float: left;
    list-style: none;
    margin: 15px 0;
}

ul.photo_gallery_con li .inner_con {
    width: 90%;
    margin: auto;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    border: 3px solid #fff;
}

ul.photo_gallery_con2 li .inner_con {
    border: 0;
    color: #000;
}


/*photo gallery clasess ends*/

.vlightbox {
    width: 100%;
    height: auto;
    padding: 15px;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid #f1f1f1;
    text-align: center;
    border-radius: 50px;
}

.vlightbox:hover {
    background: #eb430c !important;
    color: #fff;
}

ul.photo_gallery_con li a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

ul.photo_gallery_con li a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    ul.photo_gallery_con li {
        width: 100%;
        float: none;
        list-style: none;
        margin: 5px 0;
        color: #000;
    }
}

.extitle {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin: 0px auto;
    font-weight: 600;
    font-size: 28px;
    margin: 15px 0px;
    margin-top: 30px;
}