body {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #444444;
    font-weight: 400;
    line-height: 1.77em;
    background-color: #fff;
}

p {
    margin-bottom: 1.5em;
}

p:last-child, .service-lists ul, .cst-side-menu ul {
    margin-bottom: 0;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #444444;
}

a:hover {
    text-decoration: none;
    color: #444444;
}

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
    color: #db2b2b;
    line-height: 1.15em;
}

h2 {
    font-size: 3.13vw;
}

h3 {
    font-size: 25px;
    font-weight: 700;
}

ul {
    padding-left: 15px;
}

.text-light,
.text-light * {
    color: #fff;
}

.text-dark,
.text-dark * {
    color: #444444;
}

.section {
    background-color: #fff;
    padding: 50px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

div:not(.cst-sec) .container {
    width: 95%;
    max-width: 1530px;
}

.std-btn {
    font-weight: 900;
    font-size: 18px;
    line-height: 1em;
    text-transform: uppercase;
    background-color: #ffbf0b;
    padding: 30px 45px;
    display: inline-block;
    text-align: center;
}

.std-btn.red {
    background-color: #db2b2b;
}

.std-btn:hover {
    background-color: #030a52;
    color: #fff;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.fw-img img {
    width: 100%;
    display: block;
}

/* Header */
.dropdown-toggle::after {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    border: 0;
    width: auto;
    height: auto;
    line-height: 1;
    vertical-align: middle;
    margin-left: 7px;
    font-size: 14px;
}

.navbar-nav .nav-link {
    line-height: 1;
    padding: 0;
    font-size: 16px;
}

.navbar-nav .nav-item {
    padding: 10px 25px;
}

.navbar-toggler-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.site-header {
    position: absolute;
    width: 100%;
    z-index: 99999;
}

.nav-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.header-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-cta a {
    height: 100px;
    background-color: #db2b2b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
    font-size: 24px;
    color: #fff;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.header-cta a span {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    margin-left: 10px;
}

.header-cta a.email {
    background-color: #030a52;
}

.header-cta a.whatsapp {
    background-color: #1ca811;
}

.header-cta a:hover {
    background-color: #ffbf0b;
}

.site-logo {
    padding: 10px;
}

.wh-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* Home Section 1 */
.hero-slider h2 {
    font-size: 3.13vw;
    line-height: 1.16em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.hero-slider .container {
    width: 85%;
}

.hero-slider .item {
    padding: 5% 0 2%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.hero-slider ul {
    margin-bottom: 45px;
}

.hero-slider .img-wrap {
    margin-bottom: -27%;
    margin-top: -8%;
}

.hero-slider .info-txt p {
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2em;
    font-weight: 700;
    text-align: right;
}

.hero-slider .info-txt {
    position: absolute;
    right: 3%;
    bottom: 4%;
}

.slick-arrow {
    background-color: #030a52 !important;
    width: 60px;
    height: 60px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 999;
    cursor: pointer;
}

.slick-arrow.slick-prev {
    left: 2.5%;
}

.slick-arrow.slick-next {
    right: 2.5%;
}

.slick-arrow i {
    font-size: 32px !important;
    color: #fff !important;
    line-height: 1;
    height: auto !important;
    vertical-align: text-bottom;
}

.slick-arrow.slick-disabled {
    opacity: 0.4;
}

/* Home Section 2 */
.home-section-2 .col-one {
    padding: 7% 4% 6%;
}

.home-section-2 .col-one h2 {
    margin-bottom: 7%;
}

.home-section-2 .col-one .arrow {
    margin-bottom: 17%;
}

.home-section-2 .col-two .inner-wrap {
    padding: 10% 11%;
}

.home-section-2 .col-two .inner-wrap p {
    font-size: 20px;
    line-height: 2em;
}

/* Home Section 3 */
.home-section-3 .icon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.home-section-3 .icon-box .icon-wrap {
    width: 9%;
}

.home-section-3 .icon-box .icon-content {
    width: 91%;
    padding-left: 5%;
}

.home-section-3 .icon-box:not(:last-child) {
    margin-bottom: 4%;
}

.home-section-3 .icon-box .icon-content h3 {
    margin-bottom: 2%;
}

.home-section-3 .col-one {
    padding: 6% 7%;
}

.home-section-3 .col-two {
    padding: 6%;
}

.home-section-3 .col-two h2 {
    margin-bottom: 30px;
}

/* Home Section 4 */
.home-section-4 .col-one {
    padding: 6% 4% 6% 5%;
}

.home-section-4 .col-one h2 {
    font-size: 2.86vw;
}

.home-section-4 .col-one h2 {
    margin-bottom: 30px;
}

.home-section-4 .col-one .arrow {
    margin-bottom: 30px;
}

.home-section-4 .col-one p {
    font-size: 1.3vw;
    line-height: 1.6em;
}

.home-section-4 .col-two {
    padding: 6% 5%;
}

.home-section-4 .product-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.home-section-4 .product-box:not(:last-child) {
    margin-bottom: 8%;
}

.home-section-4 .product-box .img-wrap {
    width: 45%;
}

.home-section-4 .product-box .box-content {
    width: 55%;
    padding-left: 5%;
}

.home-section-4 .product-box .box-content h3 {
    color: #db2b2b;
    font-size: 35px;
    margin-bottom: 20px;
}

.home-section-4 .product-box .box-content p {
    margin-bottom: 65px;
}

/* CTA Section */
.cta-section .col-one h2 {
    margin-bottom: 45px;
}

.cta-section .col-one {
    padding: 5%;
    background-color: #f6f6f6;
}

.cta-section .form-field-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -15px;
}

.cta-section .form-field .icon {
    background-color: #db2b2b;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 80px;
}

.cta-section .form-field input:not([type=submit]):not([type=checkbox]), 
.cta-section .form-field textarea {
    display: block;
    height: 80px;
    padding: 10px 25px;
    border: 1px solid #dddddd;
    outline: none;
    width: 100%;
}

.cta-section .form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 15px;
}

.cta-section .form-field input:not([type=submit]):not([type=checkbox]):focus,
.cta-section .form-field textarea:focus {
    border-color: red;
}

.cta-section .form-field textarea {
    height: 150px;
    padding-top: 20px;
}

.cta-section .cta-section .col-one h2 {
    margin-bottom: 45px;
}

.cta-section .form-field.half {
    width: 50%;
}

.cta-section .form-field .submit {
    padding-left: 30px;
}

.cta-section .form-field .submit input {
    padding: 30px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    background-color: #ffbf0b;
    text-transform: uppercase;
    border: 0;
    font-weight: 900;
    color: #030a52;
}

.cta-section .form-field .submit input:hover {
    background-color: #030a52;
    color: #fff;
}

.cta-section .form-field.terms {
    padding-top: 25px;
}

.cta-section .col-two h2 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.cta-section .col-two .arrow {
    margin-bottom: 30px;
}

.cta-section .col-two p {
    color: #fff;
    font-size: 1.3vw;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.cta-section .col-two .std-btn {
    padding: 30px;
    color: #030a52;
}

.cta-section .col-two {
    padding: 4%;
}

.cta-section .col-two .std-btn:hover {
    background-color: #fff;
}

.cta-section .captcha, .cta-section .submit {
    margin-bottom: 10px;
}

/* Site Footer */
.site-footer {
    padding: 5% 0;
}

.site-footer h4 {
    color: #222222;
    font-size: 18px;
    margin-bottom: 30px;
}

.footer-info {
    margin-top: 25px;
}

.footer-links {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    padding: 0;
    margin: 0;
}

.footer-links li {
    display: block;
}

.footer-links li {
    margin-bottom: 10px;
}

.site-footer .info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
}

.site-footer .info-list .half {
    padding: 10px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 55%;
}

.site-footer .info-icon i {
    position: absolute;
    left: 0;
    top: 1px;
}

.site-footer .info-icon {
    position: relative;
    padding-left: 29px;
    margin-bottom: 15px;
    line-height: 1.3em;
}

.site-footer .info-list .half:last-child {
    width: 45%;
}

/*Brochure*/
.cst-sec {
    padding: 5rem 0;
}
.page-banner {
    height: 24rem;
    position: relative;
}
.page-banner .banner-content {
    position: absolute;
    top: 60%;
    left: 50%;
    margin-right: -50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
}
.banner-content h1 {
    color: #fff;
    text-transform: uppercase;
}
.banner-content p {
    color: #fff;
}

.title {
    margin-bottom: 3rem;
}
.title-arr h2 {
    color: #444444;
    font-size: 2.1rem;
    position: relative;
    display: block;
    padding-bottom: 25px;
}
.title-arr h2:after {
    content: '';
    background-image: url(../images/arrow-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}


.brochure-item .row, .brochure-item .item-box {
    margin-bottom: 30px;
}
.brochure-item .item-box a {
    font-size: 1rem;
    border: 1px solid #ededed;
    padding: 15px 80px 15px 20px;
    font-weight: 700;
    position: relative;
    display: flex;
    line-height: 1.3;
    height: 100%;
    align-items: center;
}
.brochure-item .item-box a:before {
    content: '';
    background-color: transparent;
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    right: 3.5rem;
    width: 40px;
    height: 40px;
    -ms-transform: translate(100%,-50%);
    -webkit-transform: translate(100%,-50%);
    -moz-transform: translate(100%,-50%);
    -o-transform: translate(100%,-50%);
    transform: translate(100%,-50%);
}
.brochure-item .item-box a:after {
    content: '';
    background-image: url(../images/arrow-dl-blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 3rem;
    -ms-transform: translate(100%,-50%);
    -webkit-transform: translate(100%,-50%);
    -moz-transform: translate(100%,-50%);
    -o-transform: translate(100%,-50%);
    transform: translate(100%,-50%);
}
.brochure-item .item-box a:hover {
    color: #fff;
    background-color: #ffbf0b;
}
.brochure-item .item-box a:hover:before {
    background-color: #ffd255;
    opacity: 1;
}
.brochure-item .item-box a:hover:after {
    background-image: url('../images/arrow-dl-white.png');
    
}

/*Services*/
.services-content {

}
.services-content .service-box {
    background: #fff;
    padding: 50px 30px;
    border: 1px solid #ededed;
    text-align: center;
    margin-top: 50px;
}
.services-content .service-box .img-holder img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.services-content .service-box .txt-holder h2 {
    color: #444444;
    font-size: 1.8rem;
    margin: 30px 0px 20px 0px;
}
.services-content .service-box .txt-holder a {
    padding: 20px 30px;
}


/*Our Products*/
.bg-dark-gray {
    background-color: #eeeeee;
}
.products-row .row .col-lg-4 {
    display: flex;
    align-items: center;
}
.products-row .row .col-lg-8 {
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.product-item {
    padding: 0 50px;
}
.product-item.title-arr h2 {
    font-size: 2.5rem;
    padding-bottom: 30px;
}
.product-item .std-btn {
    padding: 20px 30px;
    margin-top: 30px;
}
.product-img img {
    width: 100%;
    max-width: 450px;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.products-row .row:nth-child(4) .col-lg-8 .product-img img {
    max-width: 250px;
}

/*About-Why*/
.about-content .img-holder img {
    float: right;
    margin: 0 0 30px 30px;
    width: 100%;
    max-width: 25%;
}
.about-content .txt-holder {    
    width: 80%;
    margin: 0 auto;
    padding-bottom: 0;
}
.about-content .txt-holder h2 {    
    color: #444444;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.about-content .txt-holder h2:after { 
    content: '';
    background: #db2b2b;
    width: 60px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.about-tab-holder .row .col-lg-3, .side-dv .row .col-lg-3 {
    padding: 0;
}
.about-tab-menu, .cst-side-menu {
    background: #eeeeee;
    padding: 30px 0;   
}
.about-tab-menu h4, .cst-side-menu h4 {
    color: #444444;
    font-size: 1.2rem;
    margin: 0 50px 20px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
}
.about-tab-menu .nav-tabs {
    border-bottom: 0;
    flex-direction: column;    
}
.about-tab-menu .nav-tabs .nav-item .nav-link, .cst-side-menu ul li a {
    padding: 10px 50px;
    background-color: transparent;
    border: 0;
    position: relative;
    display: block;
}
.about-tab-menu .nav-tabs .nav-item .nav-link:before, .cst-side-menu ul li a:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 18px solid #db2b2b;
    position: absolute;
    top: 12px;
    left: 0;
    opacity: 0;
}
.about-tab-menu .nav-tabs .nav-item .nav-link.active, .about-tab-menu .nav-tabs .nav-item .nav-link:hover, .cst-side-menu ul li.active a, .cst-side-menu ul li a:hover {
    color: #db2b2b;
    font-weight: 700;
}
.about-tab-menu .nav-tabs .nav-item .nav-link.active:before, .about-tab-menu .nav-tabs .nav-item .nav-link:hover:before, .cst-side-menu ul li.active a:before, .cst-side-menu ul li a:hover:before {
    opacity: 1;
}
.about-tab-holder .tab-content, .cst-side-con {
    width: 85%;
    margin: 0 auto;    
}
.about-tab-holder .tab-content .title-arr h2, .cst-side-con .title-arr h2 {
    text-transform: uppercase;
    padding-bottom: 30px;
    margin-bottom: 50px;
}
.flex-item {
    display: flex;
    margin-bottom: 50px;    
}
.flex-item .img-holder {
    flex: 0 30%;
    padding-right: 30px;    
}
.flex-item .txt-holder {
    flex: 0 70%;   
}
.flex-item .txt-holder h3 {
    color: #444444;
    font-size: 1.5rem;
}
.special-con .row .col-lg-6 {
    margin-bottom: 30px;
}
.special-box {
    background: #fff;
    padding: 40px 30px 30px;
    border: 1px solid #ededed;
    text-align: center;
    display: flex;
    flex-flow: wrap column;
    height: 100%; 
}
.special-box .img-holder img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}
.special-box .txt-holder h3 {
    color: #444444;
    font-size: 1.2rem;
    margin: 30px 0px 0px 0px;
    line-height: 1.3;
}

/*AC*/
.ac-row-box .product-img img {
    max-width: 80%;    
}
.ac-row-box.products-row .row:nth-child(2) .col-lg-8 .product-img img {
    max-width: 50%;
}

/*Contact Us*/
.contact-sec.cta-section {
    position: relative;
}
.contact-sec.cta-section .title-arr h2 {
    font-size: 2.5rem;
    text-transform: uppercase;
    padding-bottom: 35px;
    margin-bottom: 50px;
}
.contact-sec.cta-section .form-field.terms {
    width: 100%;
}
.contact-sec.cta-section .half.justify-content-md-end {
    width: 100%;
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.contact-info .title-arr h2 {
    text-transform: uppercase;
    padding-bottom: 30px;
    margin-bottom: 50px;
}
.contact-info {

}
.contact-info .contact-box {
    border: 1px solid #ededed;
    padding: 20px 30px;
    height: 100%;
}
.contact-info .contact-box i {
    color: #ffbf0b;
}
.contact-info .contact-box span {
    display: block;
    font-size: .9rem;
}
.contact-info .contact-box h5 {
    color: #444444;
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 0;
}
.contact-map iframe {
    width: 100%;
    display: flex;
}

/*Single Services*/
.service-lists {
    display: flex;
}
.service-lists ul:first-child {
    margin-right: 20px;
}
.service-lists ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}
.service-lists ul li:before {
    content:"\f14a";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #2fb236;
    position: absolute;
    top: 0;
    left: 0;
}
.service-inner-slider {
    margin: 40px 0;
}
.service-inner-slider button.slick-arrow, .product-inner-slider button.slick-arrow {
    color: #fff;
    background-color: #030a52;
    outline: none;
    position: absolute;
    top: 50%;
    border: 0;
    width: 35px;
    height: 35px;
    line-height: 1;
    cursor: pointer;
}
.service-inner-slider button.slick-arrow.slick-disabled, .product-inner-slider button.slick-arrow.slick-disabled {
    background-color: #b3b5ca;
}
.service-inner-slider .slick-slide {
    margin: 0 10px;
}
.service-inner-slider button.slick-prev {
    left: -60px;
}
.service-inner-slider button.slick-next {
    right: -60px;
}
.service-buttons {
    display: flex;
    justify-content: center;
    margin: 30px 0 0;  
}
.service-buttons li:first-child {
    margin-right: 20px;
}
.enquire-lbl.std-btn {
    color: #fff;
    background-color: #db2b2b;
    width: 200px;
    font-size: 1rem;
    padding: 20px;
}
.enquire-lbl.std-btn:hover {
    background-color: #ffbf0b;
}
.call-lbl.std-btn {
    color: #030a52;
    width: 200px;
    font-size: 1rem;
    padding: 20px;
}

/*Used*/
.cst-sec.side-dv {
    padding-top: 0;
}
.cst-side-menu h4 {
    text-transform: uppercase;
}
.used-con-row .row .col-lg-4 {
    margin-bottom: 40px;
}
.used-box .img-holder {
    border: 1px solid #ededed;
}
.used-box .img-holder img {
    width: 250px;
    height: 250px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
.used-box .flex-cnt {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.used-box .flex-cnt .post-dtl h4 {
    color: #444444;
    font-size: 1rem;
}
.used-box .flex-cnt .post-dtl h5 {
    font-size: 1rem;
    margin-bottom: 0;
}
.used-box .flex-cnt .call-dtl a {
    color: #fff;
    background-color: #ffbf0b;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    text-align: center;
}
.call-lbl.std-btn:hover, .used-box .flex-cnt .call-dtl a:hover {
    color: #fff;
    background-color: #030a52;
}
.used-con-row .pagination-holder ul {
    display: flex;
    margin: 20px 0 0;
}
.used-con-row .pagination-holder ul li a {
    padding: 0 15px;
    display: block;
    margin-right: 5px;
    line-height: 2;
}
.used-con-row .pagination-holder ul li a.current, .used-con-row .pagination-holder ul li a:hover {
    color: #fff;
    background-color: #030a52;
    font-weight: 700;
}

/*Single Other Products*/
.op-tax-menu.cst-side-menu ul li a {
    line-height: 1.5;
}
.flex-pro {
    display: flex;
}
.flex-pro .fp-details {
    padding-right: 50px;
}
.flex-pro .fp-details h3 {
    color: #444444;
    margin-bottom: 20px;
}
.flex-pro .fp-details ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}
.flex-pro .fp-details ul li:before {
    content: '';
    background: red;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 10px;
    left: 0;
}
.product-inner-slider {
    border: 1px solid #ededed;
    margin-bottom: 40px;
    padding: 0 40px;
}
.product-inner-slider .slick-slide.item img {
    margin: 0 auto;
}
.product-inner-slider button.slick-arrow i, .service-inner-slider button.slick-arrow i {
    font-size: 1rem!important;
}
.product-inner-slider button.slick-prev {
    left: 0;
}
.product-inner-slider button.slick-next {
    right: 0;
}
.product-specs {
    margin: 50px 0;
}
.flex-pro .fp-buttons li a {
    width: 225px;
}
.flex-pro .fp-buttons li:not(:last-child) {
    margin-bottom: 15px;
}
.download-lbl.std-btn {
    color: #030a52;
    background-color: transparent;
    font-size: 1rem;
    padding: 20px 0;
    border: 2px solid #787ca2;
}
.download-lbl.std-btn:hover {
    color: #fff;
    background-color: #030a52;
    border-color: #030a52;
}

/* 10/4 */


#custCarousel {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 70% 30%;
}

#custCarousel .carousel-inner img {
    width: 100%;
    height: 100%
}

#custCarousel .carousel-indicators {
    position: unset;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0;
}


#custCarousel .carousel-indicators>li {
    width: 100%;
    height: auto;
    margin-bottom: 33px;
}

#custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5
}

#custCarousel .carousel-indicators li.active img {
    opacity: 1
}

#custCarousel .carousel-indicators li:hover img {
    opacity: 0.75
}

#custCarousel .carousel-item img {
    width: 100%
}

#custCarousel .carousel-inner {
    width: 100%;
}

.carousel-left-slide {
    position: relative;
    width: 97%;
}

.view-all {

    text-align: right;
    margin-bottom: 1rem;

}

.view-all a {

    font-weight: 700;

}

#custCarousel .carousel-control-next, #custCarousel .carousel-control-prev {
    top: 46%;
    width: 77px;
    color: #fff;
    opacity: 1;
    height: 65px;
    background-color: #030a52;
}


#custCarousel .carousel-control-next:hover, #custCarousel .carousel-control-prev:hover {
    background-color: #db2b2b;
}

/* Responsiveness */
@media screen and (min-width: 1800px) {
    .flex-item .img-holder {
        flex: 0 20%;
    }

    /*Services Single*/
    .services-inner-sec.cst-sec .container {
        max-width: 1440px;
    }
}

@media screen and (min-width: 1201px) {
.site-footer .col-two {
    max-width: 17%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17%;
            flex: 0 0 17%;
}

.site-footer .col-three {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41%;
            flex: 0 0 41%;
    max-width: 41%;
    padding-left: 40px;
}
}

@media screen and (max-width: 1500px) and (min-width: 1201px) {
.site-footer .col-one {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    max-width: 35%;
}

.site-footer .col-two {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
}

.site-footer .col-three {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
}
}

@media screen and (max-width: 1800px) {
.navbar-nav .nav-item {
    padding: 10px 15px;
}
}

@media screen and (max-width: 1680px) {
.header-cta a span {
    font-size: 16px;
}
}

@media screen and (max-width: 1600px) {
.navbar-nav .nav-item {
    padding: 10px 5px;
}
}

@media screen and (max-width: 1500px) {
.site-footer .info-icon,
.footer-links a {
    font-size: 16px;
}
}

@media screen and (max-width: 1440px) {
.navbar-nav .nav-link {
    font-size: 15px;
}
}

@media screen and (max-width: 1366px) {
.hero-slider .item {
    padding: 200px 0 150px;
}

.site-footer .info-icon {
    font-size: 15px;
}

.footer-links a {
    font-size: 14px;
}

.footer-links li {
    margin-bottom: 0;
}

.footer-info {
    font-size: 14px;
}
}

@media screen and (max-width: 1280px) {
.navbar-nav .nav-link {
    font-size: 14px;
}

.home-section-2 .col-two .inner-wrap p,
.home-section-4 .col-one p {
    font-size: 18px;
}

.cta-section .form-field.terms label {
    font-size: 15px;
}

    /*Services Single*/
    .service-inner-slider {
        padding: 0 40px;
    }
    .service-inner-slider button.slick-prev {
        left: 0;
    }
    .service-inner-slider button.slick-next {
        right: 0;
    }
}

@media screen and (max-width: 1200px) {
.site-footer div[class^="col"] {
    padding: 15px;
}

.footer-links a,
.site-footer .info-icon,
.footer-info {
    font-size: 18px;
}

.footer-links {
    max-width: 250px !important;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.site-footer .info-list {
    max-width: 600px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
}

@media screen and (max-width: 1199px) {
    /*Services*/
    .services-content .service-box {
        padding: 30px 20px;
    }
    .services-content .service-box .txt-holder h2 {
        font-size: 1.5rem
    }

    /*About Us*/
    .product-item {
        padding: 0 10px;
    }
    .about-tab-holder .tab-content, .cst-side-con {
        width: 100%;
        padding-left: 30px;
    }
    .about-tab-menu h4, .cst-side-menu h4 {
        font-size: 1rem;
        margin: 0 35px 20px;
    }
    .about-tab-menu .nav-tabs .nav-item .nav-link, .cst-side-menu ul li a {
        padding: 10px 35px;
    }

    /*Single Other Products*/
    .op-tax-menu.cst-side-menu ul li a {
        font-size: 1rem;
    }
    .flex-pro {
        flex-flow: wrap column;
    }
    .flex-pro .fp-details {
        padding-right: 0;
    }
}

@media screen and (min-width: 992px) {
    .contact-sec.cta-section .col-two {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
    }
}

@media screen and (max-width: 991px) {
.header-cta a span {
    display: none;
}

.site-header .col-8 {
    max-width: unset;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
}

.site-header .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.header-cta a {
    height: 70px;
}

.site-logo {
    max-width: 120px;
}

.navbar-collapse {
    position: absolute;
    background-color: #fff;
    width: 100%;
    top: 70px;
    margin-left: auto;
    left: 0;
}

.navbar, .nav-wrapper {
    position: static;
}

.navbar-nav .dropdown-menu {
    border: 0;
    padding: 0;
    border-top: 1px solid;
    border-radius: 0;
    margin-top: 10px;
    padding-left: 0;
    padding-top: 10px;
}

.dropdown-item {
    padding: 0;
    font-size: 14px;
    background: transparent !important;
    text-align: center;
}

.navbar-nav {
    padding: 20px;
}

.navbar-nav .nav-item {
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
}

.hero-slider .img-wrap {
    margin: 0 0 -20%;
}

.hero-slider .img-wrap img {
    margin: 0 auto;
}

.hero-slider h2 {
    font-size: 32px;
}

.hero-slider .inner-wrap {
    text-align: center;
}

.hero-slider .inner-wrap ul {
    text-align: left;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.hero-slider div[class^="col"] {
    padding: 15px;
}

.hero-slider .item {
    padding: 100px 0;
}

.img-wrap {
    text-align: center;
}

h2,
.home-section-4 .col-one h2 {
    font-size: 36px;
}

.home-section-2 .col-one .arrow {
    margin-bottom: 50px;
}

.home-section-2 .col-one h2,
.home-section-2 .col-one .arrow,
.home-section-3 .col-two h2,
.home-section-3 .col-two .arrow,
.home-section-4 .col-one h2,
.home-section-4 .col-one .arrow {
    text-align: center;
}

.home-section-4 .col-one p {
    font-size: 16px;
    text-align: center;
}

.cta-section .col-two p {
    font-size: 18px;
    max-width: 340px;
}

.footer-links {
    max-width: 400px;
}

.footer-links a,
.footer-infom,
.site-footer .info-icon {
    font-size: 18px;
}

    /*Brochure*/
    .cst-sec {
        padding: 3rem 0;
    }
    .page-banner {
        height: 18rem;
    }
    .title {
        margin: 2rem 0;
    }
    .brochure-item .item-box {
        margin-bottom: 30px;
        -ms-flex: 0 0 50%;
        flex: 0 50%;
        max-width: 50%;
    }

    /*Services*/
    .services-content .row, .contact-info .row {
        justify-content: center;
    }
    .services-content .row .col-lg-4 {
        flex: 0 50%;
    }

    /*Our Products*/
    .products-row .row {
        flex-direction: column-reverse;
    }
    .products-row .row .col-lg-4 {
        justify-content: center;
        background-color: #fff;
    }
    .products-row .row .col-lg-8 {
        background-color: #f6f6f6!important;
    }
    .product-item {
        padding: 30px 20px;
        text-align: center;
    }
    .product-item.title-arr h2, .title-arr h2 {
        font-size: 2rem;
    }
    .product-item.title-arr h2:after {
        right: 0;
        margin: 0 auto;
    }

    /*About Us*/
    .about-content .img-holder img {
        float: none;
        margin: 50px auto 0;
        max-width: 50%;
        display: block;
    }
    .about-content .txt-holder {
        width: 100%;
        padding: 50px 15px 0px;
    }
    .about-content .txt-holder h2 br {
        display: none;
    }
    .about-tab-holder .tab-content, .cst-side-con {
        margin: 50px auto 0;
        padding-left: 0;
    }
    .special-con .row .col-lg-6, .why-con .row .col-lg-6, .used-con-row .row .col-lg-4 {
        flex: 0 50%;
    }

    /*Contact Us*/
    .contact-sec.cta-section {
        padding-bottom: 0;
    }
    .contact-sec.cta-section .col-two img {
        width: 80%;
    }
    .contact-sec.cta-section .half.justify-content-md-end {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important;
        text-align: center;
        flex-flow: wrap column;
    }
    .contact-sec.cta-section .form-field .submit {
        padding-left: 0;
        margin-top: 20px;
    }
    .contact-sec.cta-section .col-two {
        margin-top: 30px;
    }
    .contact-info .row .col-lg-4 {
        flex: 0 50%;
        margin-bottom: 30px;
    }

    /*Services Inner*/
    .service-lists {
        flex-direction: column;
    }
    .service-lists ul:first-child {
        margin-right: 0;
    }

    /*Used*/
    .used-con-row .row {
        justify-content: center;
    }
    .used-con-row .pagination-holder ul {
        justify-content: center;
        margin: 30px 0 0;
    }
}

@media screen and (max-width: 767px) {
div[class^="col"] {
    padding: 15px;
}

body {
    font-size: 16px;
}

h3 {
    font-size: 20px;
}

.std-btn {
    font-size: 16px;
    padding: 20px 15px;
}

.hero-slider .item {
    padding: 130px 0 150px;
}

.slick-arrow {
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    bottom: 15px;
    top: unset;
}

.hero-slider .info-txt {
    bottom: 7%;
}

.home-section-2 .col-two .inner-wrap p, 
.home-section-4 .col-one p {
    font-size: 16px;
}

.home-section-3 .icon-box .icon-wrap {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.home-section-3 .icon-box .icon-content {
    width: 100%;
    padding: 0;
    text-align: center;
}

.home-section-3 .icon-box:not(:last-child) {
    margin-bottom: 30px;
}

.home-section-4 .product-box .img-wrap {
    width: 100%;
}

.home-section-4 .product-box .box-content {
    width: 100%;
    padding: 20px 0;
}

.home-section-4 .product-box .box-content p {
    margin-bottom: 30px;
}

.home-section-4 .product-box .box-content {
    text-align: center;
}

.cta-section .col-one,
.cta-section .col-two {
    padding: 50px 15px;
}

.cta-section .form-field.half {
    width: 100%;
}

.cta-section .form-field input:not([type=submit]):not([type=checkbox]) {
    height: 65px;
}

.cta-section .col-two p {
    max-width: 340px;
}

.cta-section .form-field {
    padding: 10px;
}

.cta-section .form-field-wrap {
    margin: -10px;
}

.home-section-4 .product-box .box-content h3 {
    font-size: 28px;
}

    /*Brochure*/
    .banner-content h1 {
        font-size: 2.2rem;
    }
    .title {
        margin: 0 0 20px 0;
    }
    .brochure-item .item-box {
        margin-bottom: 0;
        -ms-flex: 0 0 100%;
        flex: 0 100%;
        max-width: 100%;
    }

    /*Services*/
    .services-content .row {
        margin-top: 30px;
    }
    .services-content .row .col-lg-4 {
        flex: 0 100%;
    }
    .services-content .service-box {
        margin-top: 10px;
    }
    .service-inner-slider button.slick-arrow, .product-inner-slider button.slick-arrow {
        top: 40%;
    }

    /*About Us*/
    .about-content .img-holder img {
        max-width: 90%;
    }
    .about-content .txt-holder {
        padding: 40px 15px 0;
    }        
    .flex-item {
        margin-bottom: 0;
    }

    /*Contact Us*/
    .contact-info .row .col-lg-4, .special-con .row .col-lg-6, .why-con .row .col-lg-6, .used-con-row .row .col-lg-4 {
        flex: 0 100%;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 600px) {
.hero-slider .std-btn {
    padding: 20px 10px;
    font-size: 14px;
}

h2, 
.home-section-4 .col-one h2 {
    font-size: 26px;
}

.site-footer .info-list .half {
    width: 100% !important;
}

.site-footer .info-list {
    max-width: 310px;
}

    /*Our Products*/
    .product-img img {
        max-width: 90%;
    }

    /*About Us*/
    .flex-item .img-holder {
        padding-right: 15px;
    }

    /*Services Single*/
    .service-buttons {
        flex-direction: column;
    }
    .service-buttons li:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 420px) {
.header-cta a {
    min-width: 30px;
    font-size: 17px;
}

.hero-slider h2 {
    font-size: 24px;
}

.cta-section .form-field .icon {
    min-width: 50px;
}

.hero-slider .std-btn {
    font-size: 13px;
}
}