body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
    color:#555555;
}
a {
    transition: all .5s ease;
    color:#555555;
}
a:hover {
    text-decoration: none;
    color: #e62438;
}

/* =Common-Page (common classes for all pages)
========================================================================================*/
/* #header { position:fixed; left:0; right:0; top:0; background:transparent; z-index:1; padding-bottom:10px; transition: all 0.5s;  }
#header.sticky { background:#fff; border-bottom:15px solid #769e25; z-index:12;  } */
#logo { float:left; width:auto; position:relative; padding-bottom:0; max-width: 200px; }
#logo img { max-width:100%; height:auto; width:auto;  }
#mainmenu { float:right; font-size:16px; font-weight: 700; margin:0 0 0 auto;  }
#mainmenu ul { margin:0; padding:0; list-style:none;  }
#mainmenu li { float:left; line-height:30px;  }
#mainmenu > ul > li { margin:0; font-weight:bold;  position:relative;  }
#mainmenu li a { text-decoration:none; padding:0; display:block; color:#000; position:relative;  padding:18px 18px; line-height:1;  }
#mainmenu li a:hover {color: #e62438;}

#mainmenu li.menu-item-has-children { transition:all 0.5s; margin-right: 10px;  }
#mainmenu li.menu-item-has-children:hover:before { transform: rotate(180deg); }
#mainmenu li.menu-item-has-children:before { content:''; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #000000 transparent transparent transparent;
    margin-top: 1px; 
    z-index: 1;   
    transition: all .5s ease;
    transform-origin: center top;
     }
#mainmenu li .sub-menu { position:absolute; top:100%; left:0; background:#ddd; text-align:left; z-index:9; min-width:120px; white-space: nowrap; transition:all 0.5s; transform:none; opacity:0; margin:0; visibility:hidden; box-shadow: 0px 3px 5px #00000038;  }
#mainmenu li:hover > .sub-menu { transform:none; opacity:1; visibility:visible;  }
#mainmenu li .sub-menu li { display:block; width:100%; position: relative;  }
#mainmenu li .sub-menu li.menu-item-has-children:hover:before { transform:rotate(0) translateY(-50%); }
#mainmenu li .sub-menu li.menu-item-has-children:before { width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #000; right: 15px; }

#mainmenu li .sub-menu li a { padding:15px 17px; min-width:0; display:block; text-align:left; width:100%; color:#000;  }
#mainmenu ul.sub-menu:hover { display:block!important;  }
.navtrigger::before { content:""; position:absolute; left:3px; right:0; bottom:0; top:0; margin:auto; height:0; width:0; border-bottom:6px solid #fff; border-left:6px solid transparent; border-right:6px solid transparent; -webkit-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; -webkit-transform:rotate(0); -ms-transform:rotate(0); transform:rotate(0);  }
.navtrigger { height:44px; width:44px; background:#e62438; position:absolute; top:0; right:0; display:block; font-size:0; border-left:1px solid #e62438; z-index:2; cursor:pointer;  }
.navtrigger { display:none;  }
#mainmenu li .sub-menu li a:hover { color:#fff; background:#e62438;  }
#mainmenu li .sub-menu .sub-menu { left:100%; top:0;  }

table {
    width: 100%;
}

header {
    border-bottom: 1px solid #ececec;
    position: sticky;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
    display: inline-block;
    vertical-align: top;
    padding: 10px 0;
}
.head-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}

.head-sec .logo {
    max-width: 300px;
}

.head-sec .logo img {
    width: 100%;
}

.head-sec .contact-us a {
    display: block;
    background: #e62438;
    padding: 15px 30px;
    font-size: 20px;
    text-decoration: none;
    border-radius: 50px;
    color: #fff;
    font-weight: normal;
    animation: bgChange 2s infinite;
}

.under-con-sec {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 30px;
}

.under-con-sec .website-details {
    width: 40%;
    text-align: center;
}

.under-con-sec .website-details .inner {
    font-size: 40px;
    margin: 0 0 30px 0;
    padding: 0 15px;
}

.under-con-sec .website-details h2 {
    font-size: 40px;
    color: #e62438;
    border-bottom: 2px solid;
    display: inline-block;
    padding-bottom: 10px;
    margin: 0;
}

.under-con-sec .website-details p {
    margin-bottom: 60px;
    margin-top: 20px;
}

.under-con-sec .website-img {
    width: 60%;
    text-align: center;
}

.under-con-sec .website-img .inner {
    padding: 0 15px;
}
.under-con-sec .website-img svg {
    max-width: 100%;
    width: 100%;
    position: relative;
    z-index: -1;
}
.under-con-sec .website-img svg .gear, .under-con-sec .website-img svg #Path_105 {
    animation: fillChange 2s infinite;
}

.under-con-sec .website-img svg #Path_132 {
    fill: #9e0414;
}


@keyframes bgChange {
    0% {background-color: #e62438;}
    50% {background-color: #af1121;}
    100% {background-color: #e62438;}
}

@keyframes fillChange {
    0% {fill: #e62438;}
    50% {fill: #af1121;}
    100% {fill: #e62438;}
}

/* Navigation */


/* Homepage Css Start */
.top-header {
    background: #001e57;
    padding: 17px 0;
}
.top-header .top-title p {
    margin-bottom: 0;
    color: #fff;
}
.top-header .top-contact ul {
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: flex-end;
    display: flex;
    align-items: center;
}
.top-header .top-contact ul li:first-child {
    margin-right: 20px;
}
.top-header .top-contact ul li a {
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
}
.top-header .top-contact ul li a:hover {
    color:#e62438;
}
.top-header .top-contact ul li a i {
    margin-right: 10px;
}

/* Slider Css Start */
.home-slider .slide-block-img {
    position: relative;

}
.home-slider {
    width: 100%;
    display: inline-block;
}
.home-slider .slide-block-img:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: #00000099;
    position: absolute;
    z-index: 1;
}

.slide-inner-details {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    text-align: center;
    color: #fff;
    transform: translate(-50%, -50%);
}

.home-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 100%;
}
.slide-block .container{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
    transform: translateY(-50%);
}

.slide-inner-block {
    max-width: 640px;
    width: 100%;
}
.slide-inner-block h3 {
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}
.slide-inner-block p {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 50px;
}
.slide-inner-block a {
    font-size: 18px;
    color: #000;
    padding: 18px 50px;
    background: #fff;
    text-decoration: none;
    transition: all .5s ease;
}
.home-slider .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 4;
    text-align: center;
}
.home-slider .owl-dots button.owl-dot span {
    width: 10px;
    height: 10px;
    display: block;
    margin: 5px;
    background: transparent;
    border: 1px solid #e62438;
    border-radius: 50%;
}
.home-slider .owl-dots button.owl-dot.active span {
    background: #e62438;
}
/* Slider Css End */
.authorised-dealers-sec {
    padding: 90px 0;
    text-align: center;
    background: #f1f1f1;
}
.main-title h2 {
    font-weight: bold;
    font-size: 40px;
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 20px;
}
.main-title h2:after {
    content: '';
    width: 90px;
    height: 2px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e62438;
}
.main-title h2:before {
    content: '';
    width: 35px;
    height: 2px;
    margin: 0 auto;
    position: absolute;
    left: -55px;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 1;
}
.main-title h2 span {
    color: #e62438;
}
.main-title.left h2:after {
    right:auto;
}
.main-title.left h2:before {
    right:auto;
    left: 0px;
}
.authorised-dealers-details {
    text-align: center;
    padding: 0 30px;
}
.authorised-dealers-details figure {
    min-height: 120px;
    margin-bottom: 30px;
}
.authorised-dealers-details figure img {
    width: 100%;
}
/* .authorised-dealers-details img {
    width: 100%;
} */
.authorised-dealers-details h4 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.authorised-dealers-details p {
    color: #555555;
    font-size: 16px;
    margin-bottom: 15px;
}
.authorised-dealers-details a {
    color: #e62438;
    text-decoration: none;
    font-weight: 500;
}
.about-g-groups-sec {

}
.about-g-groups-sec .about-g-groups-details {
    max-width: 665px;
    padding: 70px;
    padding-left: 15px;
    margin-right: 0;
    margin-left: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-g-groups-sec .about-img img {
    width: 100%;
}
.about-g-groups-details .main-title h2 {
    margin-bottom: 30px;
    padding-bottom: 25px;
}
.about-g-groups-details .main-title h2:before {
    left: 0;
    right: auto;
}
.about-g-groups-details .main-title h2:after {
    left: 0;
    right: auto;
}
.about-g-groups-details h5 {
    margin-bottom: 30px;
}
.about-g-groups-details p {
    color: #555555;
    margin-bottom: 20px;
}
.about-g-groups-details a {
    font-weight: bold;
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
}
.about-g-groups-details a img {
    max-width: 14px;
    margin-left: 10px;
}
.our-products-sec {
    padding: 100px 0;
}
.our-products-sec .our-product-main {
    display: flex;
}
.our-products-sec .our-product-details {
    box-shadow: 0px 0px 15px #00000038;
    margin-bottom: 50px;
    text-decoration: none;
}
.our-products-sec .our-product-details img {
    width: 100%;
}
.our-products-sec .our-product-details figure {
    margin: 0;
}
.our-products-sec .our-product-details .inner {
    padding: 30px;
}
.our-products-sec .our-product-details h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.our-products-sec .our-product-details p {
    font-size: 16px;
    margin-bottom: 0;
    color: #555555;
}
.our-products-sec .know-more-btn a {
    display: block;
    background: #e62438;
    padding: 18px 50px;
    color: #fff;
    max-width: 192px;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
}
.client-testimonials-sec {
    padding: 90px 0;
    background: #e62438;
    text-align: center;
}
.client-testimonials-sec .main-title h2 {
    color: #fff;
    margin-bottom: 35px;
    padding-bottom: 35px;
}
.client-testimonials-sec .main-title h2:after {
    background: #fff;
}
.client-testimonials-sec .main-title h2:before {
    left: -55px;
}
.client-testimonials-details {
    max-width: 800px;
    margin: 0 auto;
}
.client-testimonials-details .client-img {
    margin-bottom: 35px;
    text-align: center;
}
.client-testimonials-details .client-img img {
    border-radius: 50%;
    width: auto !important;
    margin: 0 auto;
}
.client-testimonials-details p {
    color: #fff;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 30px;
}
.client-testimonials-details h4 {
    color: #fff;
    font-style: 18px;
    font-weight: bold;
}
.client-testimonials-details h5 {
    color: #fff;
    font-style: 16px;
    font-weight: 300;
}
footer#footer {
    background: #222121;
}
footer#footer .ftr-quick-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: 300;
}
footer#footer .ftr-quick-links a {
    text-decoration: none;
    color: #fff;
}
footer#footer .ftr-social-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
footer#footer .ftr-social-links ul li {
    margin-right: 10px;
}
footer#footer .ftr-social-links ul li svg {
    width: 21px;
    transition: all .5s ease;
}
footer#footer .ftr-social-links a {
    text-decoration: none;
    color: #222121;
    background: #fff;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer#footer .ftr-social-links a:hover svg {
    fill: #fff;
}
footer#footer .ftr-social-links a:hover  {
    color:#fff;
    background: #e62438;
}
footer#footer .ftr-social-links a i{
    font-weight: 500;
}
.ftr-ggroups-details img {
    max-width: 230px;
    margin-bottom: 25px;
}
.ftr-ggroups-details p {
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
}
.ftr-ggroups-details {
    max-width: 337px;
    width: 100%;
}
.top-footer {
    padding-top: 60px;
    padding-bottom: 40px;
}
footer h4.ftr-link-title {
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 20px;
}
footer h4.ftr-link-title:after {
    content: '';
    width: 90px;
    height: 2px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: auto;
    bottom: 0;
    background: #e62438;
}
footer h4.ftr-link-title:before {
    content: '';
    width: 35px;
    height: 2px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: auto;
    bottom: 0;
    background: #fff;
    z-index: 1;
}
.ftr-inner-links {
    display: flex;
    flex-wrap: wrap;
}
footer#footer .ftr-quick-links ul.second-links {
    padding-left: 50px;
}
footer#footer .ftr-quick-links ul li a {
    color: #fff;
    line-height: 2;
}
footer#footer .ftr-quick-links ul li a:hover {
    color: #e62438;
}
.bottom-footer {
    border-top: 2px solid #363535;
    justify-content: space-between;
    padding: 20px 0;
}
.bottom-footer .copyright {
    width: auto;
    padding: 0;
}
.bottom-footer .copyright p {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
.bottom-footer .privacy-terms {
    width: auto;
    padding: 0;
}
.bottom-footer .privacy-terms ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.bottom-footer .privacy-terms ul li a {
    position: relative;
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
    font-weight: 300;
    text-decoration: none;
}
.bottom-footer .privacy-terms ul li a:hover {
    color: #e62438;
}
.bottom-footer .privacy-terms ul li a:after {
    content: '|';
    position: absolute;
    font-size: 14px;
    color: #fff;
    top: 0;
    right: -2px;
}
.bottom-footer .privacy-terms ul li:first-child a {
    padding-left: 0;
}
.bottom-footer .privacy-terms ul li:last-child a {
    padding-right: 0;
}
.bottom-footer .privacy-terms ul li:last-child a:after {
    display: none;
}
/* Homepage Css End */


/* Button Style */
.btn.btn-lg { padding: 9px 38px; font-weight: 700; }
.btn-danger { background: #e62438; border-color: #e62438; }
.enquire-now { margin-left: 18px; }
.btn { font-size: 18px; font-weight: 400; padding: 9px 40px; border-radius: 3px; }


/* Inner Banner */
.inner-banner {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 60px 0;
}
.inner-banner h2 {
    color: #fff;
    font-weight: 700;
    margin: 0;
}

/* Contact Page */
.contact-section {
    background: #fff;
    
    overflow: hidden;
}
.section-space {
    padding: 100px 0;
}
.contact-content .btn { margin-top: 30px; }
.contact-content {
    padding: 40px;
    background: #f1f1f1;
}
.contact-sub {
    margin-top: 40px;
}
.map-section {
    margin-top: 0;
    
}
.map-section iframe { display: inline-block; vertical-align: top; }

.contact-content form>.button {
    margin-top: 20px;
}

.contact-icon i {
    float: left;
    margin-right: 20px;
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-box-shadow: 9px 5px 10px rgb(72 73 121 / 15%);
    -moz-box-shadow: 9px 5px 10px rgba(72, 73, 121, 0.15);
    box-shadow: 9px 5px 10px rgb(72 73 121 / 15%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 0;
}

.contact-icon i:before {
    margin: 0;
    font-size: 25px;
    color: #e62438;
}

.contact-c h4 {
    font-size: 18px;
    font-weight: 600;
    color: #555;
    margin-bottom: 5px;
}

.contact-c {
    overflow: hidden;
}

.contact-c a {
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.contact-c a:hover {
    color: #e62438;
}

.form-control {
    box-shadow: none;
    border-radius: 0;
    padding: 12px 16px;
    font-size: 16px;
}
.form-control:focus{
    box-shadow: none;
    border-color: #e62438;
}
.contact-content .form-control { margin:10px 0; }
.contact-content textarea.form-control { height: 100px; }

/* About Us */
figure {
    margin: 0 auto;
}
.about-section {
    overflow: hidden;
}

.about-row {
    display: flex;
    align-items: center;
}

.about-col {
    width: 35%;
}
.about-quote {
    font-size: 25px;
    font-style: italic;
    font-weight: 700;
    color:#000;
    margin-top: 50px;
    text-align: center;
}
.about-quote span {
    color:#e62438;
    display: block;
}
.about-col.about-content {
    width: 65%;
    padding-right: 30px;
}

.about-image {
    background: url('../images/about-bg-image.jpg')no-repeat center top;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

.about-image figure img {
    width: 100%;
}

/* Product Design */
.inner-product.our-products-sec  { padding-bottom: 50px; background: #f1f1f1; }
.inner-product.our-products-sec .our-product-details { box-shadow: none; border-radius: 10px; overflow: hidden;  }
.inner-product.our-products-sec .our-product-details figure { border-bottom: 1px solid #b2b2b2; }
.inner-product.our-products-sec .our-product-details .inner { border-bottom: 5px solid #001e57;  width:100%;
    background: #fff; position: relative; transition: all .5s ease; }
.inner-product.our-products-sec .our-product-details h3 { color:#000;  transition: all .5s ease;}
.read-more { color:#001e57; display: inline-block; font-weight: 700; font-size: 14px; text-transform: uppercase; margin-top: 20px; transition: all .5s ease; }
.read-more:hover { color:#e62438; }
.inner-product.our-products-sec .our-product-details:hover .inner { border-bottom: 5px solid #e62438;  }
.inner-product.our-products-sec .our-product-details:hover h3 { color:#e62438; }
.inner-product.our-products-sec .our-product-details:hover .read-more  { color:#e62438; }

.app-box { width: 100%; height: 100%; padding: 37px; border: 1px solid #ddd; position: relative;  background: #fff; }
.app-box::before { content: ''; border-width: 15px 0px 15px 15px; border-color: transparent transparent transparent #dddddd; border-style: solid;
    top: 45%; left: auto; right: -15px; position: absolute; display: block; width: 0; height: 0; margin: 0 auto; }
.bg-color { background: #f1f1f1; }
.product-description h5 { font-size: 18px; margin-top: 30px; color:#000; font-weight: 700; font-style: italic; }
.product-description .accordion { margin-top: 0; }
.accordion-item .accordion-button { font-weight: 700; }
.client-testimonials-sec .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4;
    text-align: center;
}
.client-testimonials-sec .owl-dots button.owl-dot span {
    width: 10px;
    height: 10px;
    display: block;
    margin: 5px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
}
.client-testimonials-sec .owl-dots button.owl-dot.active span {
    background: #fff;
}
.testimonials-slider { padding-bottom: 40px; }
.details-row { margin-top: 60px; }
.product-slider .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4;
    text-align: center;
}
.product-slider .owl-dots button.owl-dot span {
    width: 10px;
    height: 10px;
    display: block;
    margin: 5px;
    background: transparent;
    border: 1px solid #e62438;
    border-radius: 50%;
}
.product-slider .owl-dots button.owl-dot.active span {
    background: #e62438;
}
.booking-icons {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9;
    display: none;
}
.booking-icons a {
    width: 40px;
    height: 40px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #e62438;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
    border-right: 0;
    margin: 2px 0;
    background-color: #e62438;
    transition: all 350ms ease-in-out;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    font-weight: normal;
    
}
.booking-icons a:hover {
    background: #001e57;
    border-color: #001e57;
}
.first-slide {
    text-align: center;
    margin: 0 auto;
}
.first-slide img {
    margin: 0 auto;
}
.first-slide p { margin: 0; font-size: 24px; }
.first-slide p span { display: inline-block; vertical-align: middle; margin: 0 10px; }
.text-left { text-align: left; }
.main-title.text-left h2:after { right: auto; }
.main-title.text-left h2:before { right: auto; left: 0; }

.video-section { position: relative; padding-top: 46.25%; }
.video-section iframe { position: absolute; top: 0; width: 100%; height: 100%; }
.application-box {border: 1px solid #ddd; border-radius: 15px; padding: 20px; margin-bottom: 20px; }
.application-box ul { padding: 0 ; margin: 0 0 0 20px; width: 100%; color: #000; }
.application-box ul li { margin-bottom: 6px; }
.application-box h5 { font-weight: 600; margin-bottom: 15px; }

.primary-btn {
    background: #e62438 !important;
    transition: background .5s ease;
}

.primary-btn:hover {
    background: #d21e30 !important;
}

.product-description .accordion-header button {
    background: #e62438;
    color: #fff;
    box-shadow: none;
}

.product-description .accordion-body table thead th {
    text-align: center;
    background: #dedede;
    color: #000;
    padding: 10px;
    font-size: 18px;
}

.product-description .accordion-body tbody {
    display: block;
    margin-bottom: 15px;
}

.product-description .accordion-body tbody tr td {
    border: 1px solid #ddd;
    padding: 10px;
}

.product-description .accordion-button::after {
    filter: brightness(0) invert(1);
}