@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

/* 01. Default Css Start Here 
-------------------------------------------------------------- */
body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 26px;
    position: relative;
}
h1, h2, h3, h4, h5, h6, strong {
    font-weight: 500;
}
.btn-theme {
    padding: 10px 40px;
    background:#EA1E27;
    border-color:  #EA1E27;
    border-radius: 25px 0px;
    color: #fff;
}
.btn-theme:hover,
.btn-theme:focus {
    background: #23282D;;
    border-color: #23282D;;
    color: #fff;
}
.form-group {
    margin-bottom:25px;
}
.form-control {
    box-shadow: inset 1px 2px 0 rgba(0, 0, 0, 0.06);
    border: 1px solid #D9D9D9;
    font-size: 14px;
    line-height: 32px;
    height:46px;
}
label {
    font-weight: 500;
    font-size: 14px;
}
table {
    background: #fff;
}

/* TopBar Start Here
-------------------------------------------------------------- */
#topBar {
    text-align: right;
}
#topBar ul {
    margin: 0px;
    padding: 0px;
}
#topBar ul li {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    min-width: 50px;
    text-align: center;
}
#topBar ul li a {
    font-size: 15px;
    color: #444;
    line-height: 30px;
    display: block;
    text-decoration: none;
    font-weight: 500;
    padding: 10px 15px;
    border-left: 1px solid #dedede;
}
#topBar ul li:last-child a {
    border-right: 1px solid #dedede;
}
#topBar ul li a i {
    font-size: 18px;
    color: #EA1E27;
}

/* Header Start Here
-------------------------------------------------------------- */
.navbar-brand {
    padding: 20px;
    background: #fff;
    margin-top: -60px;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    box-shadow: 0 20px 19px -5px rgba(0,0,0,.17);
}
.navbar-default {
    background: #fff !important;
    padding: 0px !important;
    border-radius: 0px;
    border: 0px;
    /* position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 999; */
    border-top: 1px solid #dedede;
}
.navbar-default .container-fluid {
    padding: 0px;
}
.navbar-nav .nav-link {
    color: #444;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 62px;
    letter-spacing: 0.5px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 12px;
    margin-right: 12px;
    border-bottom:2px solid transparent;
    transition: border-bottom 0.6s linear;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: #EA1E27;
    border-bottom-color:#EA1E27;
}
.navbar-nav .active >.nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .show>.nav-link {
    color: #EA1E27;
}
.dropdown-menu {
    border: 0px;
    padding-top: 0px;
    margin: 0px;
    border-top: 1px solid #dedede;
    border-radius: 0px 0px 4px 4px;
}
.dropdown-menu .dropdown-item {
    font-size: 14px;
    padding:6px 15px;
    border-bottom: 1px solid #dedede;
}
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    background-color: #ed3237;
    color: #fff;
}
.dropdown:hover > .dropdown-menu {
    display: block;
    border-bottom: 1px solid #dedede;
}
.dropdown.position-static .dropdown-menu ul {
    margin: 0px;
    padding: 0px;
}
.dropdown.position-static .dropdown-menu li {
    list-style: none;
}
.dropdown.position-static .dropdown-menu li a {
    color: #272727;
    font-family: 'Varela Round', sans-serif;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px dotted #dedede;
    display: block;
    line-height: 28px;
    padding:5px 0px;
}
.dropdown.position-static .dropdown-menu li a:hover,
.dropdown.position-static .dropdown-menu li a:focus {
    background-color: #ed3237;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}
.dropdown.position-static .dropdown-menu a {
    display: block;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    color: #343434;
}

/* Main Banner
-------------------------------------------------------------- */
.mainBanner {
    position: relative;
    z-index: 9;
}
.carousel-control-next, .carousel-control-prev {
    width: 30px;
    background: #343434;
    top: 40%;
    bottom: 40%;
    visibility: hidden;
}
.mainBanner:hover .carousel-control-next,
.mainBanner:hover .carousel-control-prev {
    visibility: visible;
}
.mainBanner .carousel-caption {
    bottom: 10%;
    left: auto;
    right: 0px;
    text-align: right;
}
.mainBanner .carousel-caption h5 {
    padding: 5px 40px 5px 20px;
    background-color: #011722;
    position: relative;
    right: 0px;
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    margin: 0px 0px 5px 0px;
}
.mainBanner .carousel-caption h5:before {
    width: 0;
    height: 0;
    content:" ";
    position: absolute;
    left:-60px;
    border-bottom: 60px solid #011722;
    border-left: 60px solid transparent;
    top: 0px;
}

.mainBanner .carousel-caption p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    padding: 10px 40px 10px 20px;
    background-color: #e6c963;
    position: relative;
    right:0px;
    margin: 0px;
    /* text-shadow: 1px 1px 3px #000; */
}
.mainBanner .carousel-caption p:before {
    width: 0;
    height: 0;
    content:" ";
    position: absolute;
    left:-50px;
    border-top: 50px solid #e6c963;
    border-left: 50px solid transparent;
    top: 0px;
}
.carousel-indicators {
    right: 0;
    left: auto;
    margin-right: 25px;
    margin-left: 0px;
    display: block;
}
.carousel-indicators li {
    margin: 0px;
    padding: 0px;
    border-top-width: 5px;
    border-bottom-width: 5px;
}
/* #homeBanner .carousel-item > img {
    -webkit-animation: zoom 25s;
    animation: zoom 25s;
}

@-webkit-keyframes zoom {
    from {
      -webkit-transform: scale(1.1, 1.1);
    }
    to {
      -webkit-transform: scale(1, 1);
    }
}
  
@keyframes zoom {
    from {
      transform: scale(1.1, 1.1);
    }
    to {
      transform: scale(1, 1);
    }
} */

/* 5. Action Box
-------------------------------------------------------------- */
.actionBox {
    margin-top: 0px;
    margin-bottom:0px;
    position: relative;
    z-index: 999;
    background: #0073BF;
}
.actionBoxInner {
    padding: 24px 0px;
    color: #011722;
    position: relative;
    background-color: #0073BF;
    clear: both;
    z-index: 1;
}
.actionBoxInner:before {
    position: absolute;
    content: '';
    background-color: #0073BF;
    width: 30px;
    height: 32px;
    display: block;
    bottom: -6px;
    left: 20%;
    border-radius: 4px;
    -webkit-transform: skewY(35deg);
    -ms-transform: skewY(35deg);
    transform: skewY(35deg);
    border-top: 0;
}
.actionBoxContent {
    padding: 20px 40px;
}
.actionBoxContent h3 {
    font-weight: normal;
    font-size: 28px;
    color: #fff;
    line-height: 40px;
}
.actionBoxContent span {
    font-weight: 500;
}
/* .actionBoxContent:before {
    position: absolute;
    content: '';
    background-color: #011722;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.actionBoxContent:after {
    position: absolute;
    content: '';
    background-color: rgba(0,0,0,.2);
    width: 90%;
    height: 50%;
    display: block;
    border-radius: 4px;
    -webkit-transform: skewY(-2deg);
    -ms-transform: skewY(-2deg);
    transform: skewY(-2deg);
    right: 5%;
    top: -20px;
    z-index: -1;
} */
.actionButton {
    margin-top:25px;
    text-align: right;
}
.actionButton .btn {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    border-width: 2px;
}

  
.tagline {
    background: #F7C53B;
    color: #fff;
    padding: 40px 0px;
    font-size: 24px;
}
.atWelcome {
    padding-top: 20px;
}
.atWelcome h2 {
    text-transform: uppercase;
}
.atWelcome .bg {
    background: #fff url('./../images/about.jpg') center center no-repeat;
    background-size: cover;
}
.atWelcome .content {
    padding: 60px 0px;
    text-align: justify;
    font-size: 14px;
    line-height: 26px;
}
.atWelcome .content h4 {
    font-size: 16px;
    letter-spacing: 3px;
    color: #026C3A;
    margin-bottom: 20px;
}
.atWelcome .content h2 {
    font-size: 28px;
    letter-spacing: 3px;
    color: #EA1E27;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 600;
}
.atWelcome img {
    max-width: 100%;
}
.atWhyUs {
    position: relative;
    text-align: center;
    background: #fff;
}
.atWhyUs .bg {
    background: #fff url('./../images/about.jpg') center center no-repeat;
    background-size: cover;
}
.atWhyUs .content {
    padding: 60px 30px;
}
.atWhyUs .content h3 {
    color: #a1c13a;
    margin-top: 0px;
    margin-bottom: 20px;
}
.atWhyUs .content p {
    margin-bottom: 40px;
}
.whyUs {
    text-align: center;
    background: #fff;
    padding: 80px 0px;
}
.whyUs h3 {
    font-size: 24px;
    color: #EA1E27;
    margin-bottom: 30px;
}
.whyUs p {
    font-size: 18px;
    margin-bottom: 40px;
} 
.whyUs .icon-block {
    padding: 30px 20px;
    font-size: 16px;
    font-weight: 500;

}
.whyUs .icon-block .iconImg {
    margin-bottom: 20px;
    color: #fff;
    /* background: #011722; */
    display: block;
    margin: 0px auto 20px auto;
    width: 100px;
    height: 100px;
    /* border-radius: 50%; */
}

.whyUs .icon-block .iconImg img {
    height: 100px;
}

.atProducts {
    padding: 60px 0px;
    background-size: cover;
}
.product-detail .img {
    position: relative;
    overflow: hidden;
}
.product-detail img {
    width: 100%;
    transition: transform .9s ease;
}
.product-detail .img:hover img,
.product-detail .img:focus img {
    transform: scale(1.2);
}
.product-detail .img .content {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    visibility: hidden;
    /* background: rgba(0,0,0,0.1); */
}
.product-detail .img .content a {
    display: block;
    font-size: 28px;
    color:#EA1E27;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0px;
}
.product-detail .img .content a i {
    position: absolute;
    bottom: 10px;
    right: 15px;
}
.product-detail .img:hover .content,
.product-detail .img:focus .content {
    visibility: visible;
}
.product-detail {
    background: #fff;
    margin-bottom: 30px;
}
.owl-carousel .product-detail {
    margin-bottom: 0px;
}
.product-detail .detail {
    padding: 10px;
    text-align: center;
}
.product-detail .detail h3 {
    font-size: 18px;
}
.product-detail .detail a {
    color: #026C3A;
    text-decoration: none;
}
.product-detail:hover .detail,
.product-detail:focus .detail {
    background:#EA1E27;
}
.product-detail:hover .detail a,
.product-detail:focus .detail a {
    color: #fff;
}
.callUs {
    text-align: center;
}
.callUs h1 {
    font-size: 40px;
    margin-top: 60px;
    color: #026C3A;
}
.video-item {
    margin-bottom: 30px;
}
.product-image {
    border: 1px solid #dedede;
    position: relative;
    overflow: hidden;
}
.product-image img {
    transition: transform .9s ease;
    width: 100%;
}
.product-image img:hover,
.product-image img:focus {
    transform: scale(1.2);
}

/* Footer Design
-------------------------------------------------------------- */
footer {
    background: #2b292a;
    padding:40px 0px;
    color: #ccc;
}
footer a {
    color: #ccc;
    text-decoration: none !important;
}
footer a:hover,
footer a:focus {
    color: #fff;
}
.footerTop {
    padding: 20px 0px 40px;
    color: #fff;
}
.footerTop h1 {
    color: #fff;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 20px;
}
.footerTop .btn-theme {
    border: 3px solid #fff;
    color: #fff;
    background: transparent;
    text-shadow: none;
    padding: 8px 20px;
    border-radius: 0px;
    font-weight: normal;
    font-size: 16px;
}
.footerTop .btn-theme:hover,
.footerTop .btn-theme:focus {
    background: #ea1e27;
    border-color: #ea1e27;
    color: #fff;
}
.footerBlock {
    border-top: 1px solid #343434;
    border-bottom: 1px solid #343434;
    padding: 40px 0px;
}
.footerBlock h3 {
    color: #ea1e27;
    margin-bottom: 20px;
}
.footerBlock ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.footerBottom {
    margin-top: 40px;
}
.footerBottom p {
    margin-bottom: 5px;
}
.footerBottom ul.list-inline a {
    background:#fff;
    height: 40px;
    width: 40px;
    margin-left: 5px;
    display: block;
    color: #ea1e27;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border-radius: 50%;
}
.footerLogo {
    background:#fff ;
    border-radius: 5px;
    padding: 10px;
}
.copyright {
    background: #201E1F;
    padding: 30px 0px 20px;
    color: #ccc;
}
.copyright a {
    color: #ccc;
    text-decoration: none;
}
.copyright a:hover,
.copyright a:focus {
    color: #ea1e27;
}
.callButton {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 999;
    box-shadow: 0px 0px 3px #999;
    border-radius: 50%;
}


.bc {
    position: relative;
}
.bc.image {
    background: url('./../images/bc.jpg') center center no-repeat;
    background-size: cover;
}
.bc .map {
    margin-bottom:-10px;
}
.bcTitle {
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    color: #fff;
}
.bc .bcContent {
    padding: 60px 0px 60px;
    text-align: center;
}
.bc .breadcrumb {
    display: inline-flex;
    width: auto;
    background:#EA1E27;
    color: #fff;
    padding: 5px 15px;
}
.bc .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.bc .breadcrumb li,
.bc .breadcrumb li a {
    color:#fff;
    text-decoration: none;
}
.bc .bottom-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    right:0px;
    width: 100%;
    z-index: 99;
    height: 40px;
    background: url('./../images/bottom_mask.png') center bottom no-repeat;
}
.pageContent {
    padding:50px 0px;
    border-bottom: 1px solid #dedede;
    background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(top,  #f5f5f5 0%, #f9f9f9 60%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f5f5f5 0%,#f9f9f9 60%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f5f5f5 0%,#f9f9f9 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
}
.pageHeading {
    border-bottom: 1px solid #dedede;
    padding-bottom:10px;
    margin-bottom:20px;
    font-weight: 500;
    color: #A1C13A;
}
.subHeading {
    font-size: 16px;
}
.bg-color {
    background: #e5e2dc;
}
.proSection {
    background: #F7F3EC;
    padding: 50px 0px;
}
.proSection .content {
    text-align: center;
    padding: 30px 0px;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: none;
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
    font-size: 24px !important;
    margin: 10px 5px !important;
    padding: 4px 20px !important;
    background: #efefef !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 2px;
    min-width: 40px;
    border: 1px solid #ccc !important;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #cf4726 !important;
    border-color:  #cf4726 !important;
    color: #FFF;
    text-decoration: none;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
.owl-carousel .item h5 {
    font-weight: 500;
    font-size: 15px;
    text-align:center;
    margin-top: 10px;
    margin-bottom:20px;
}
.owl-carousel .item a {
    text-decoration: none;
    color: #272727;
}
.owl-carousel .item img {
    transition: transform .2s;
}

.test {
    padding: 70px 0px 40px;
    background: #fff;
}
.test h3 { 
    text-align: center;
    margin-bottom: 40px;
    font-size: 24px;
    color: #EA1E27;
}
.test .card {
    border-color: #efefef;
    border-radius: 0px;
    text-align: center;
    margin-bottom: 30px;
}
.certified {
    padding: 40px 0px;
    background: #f9f9f9;
    border-top: 1px solid #efefef;
}
.certified .cerlogo img {
    width: 100%;
}
.certified .cerText {
    font-size: 30px;
    padding: 50px 0px;
    color: #ea1e27;
    font-weight: 500;
}


.box{
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
    border: 1px solid #dedede;
}
.box:hover{ box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
.box img{
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
}
.box:hover img{
    opacity: 0.6;
    filter: grayscale(100%);
}
.box .box-content{
    color: #fff;
    background: linear-gradient(to right, transparent,transparent,rgba(234,30,39,0.9),#ea1e27,#ea1e27);
    text-align: right;
    width: 100%;
    padding: 15px 15px 15px 60px;
    transform: translateY(-50%) scaleY(0);
    position: absolute;
    top: 50%;
    right: 0;
    transition: all 0.3s ease-in-out;
}
.box:hover .box-content{ transform: translateY(-50%) scaleY(1); }
.box .title{
    font-size: 16px;
    margin: 0 0 4px;
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    transform: translate(-100%, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 0.3s ease-in-out;
}
.box:hover .icon{ transform: translate(0, -50%); }
.box .icon li a{    
    color: #fff;
    background: #ea1e27;
    font-size: 20px;
    text-align:center;
    line-height: 40px;
    height: 40px;
    width: 40px;
    display: block;
    transition: all 0.3s ease;
}
.product-title {
    margin-bottom: 20px;
    text-align: center;
    display: block;
    text-decoration: none !important;
    color: #23282D;
    font-size: 15px;
    margin-top: 10px;
}
.product-title:hover,
.product-title:focus {
    color: #ea1e27;
}

/* Profile Section
-------------------------------------------------------------- */
.profileSection {
    padding: 70px 0px;
    background: #f5f5f5;
}
.profileSection .content {
    margin-top: 25px;
    line-height: 36px;
    font-size: 16px;
}
.profileSection img {
    max-width: 100%;
}