/*-----FONTS-----*/

@charset "UTF-8";

/*-----FONTS-----*/

@font-face {
    font-family: 'Proxima Nova ExCn Bl';
    src: url('../fonts/ProximaNovaExCn-Black.eot');
    src: url('../fonts/ProximaNovaExCn-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNovaExCn-Black.woff2') format('woff2'), url('../fonts/ProximaNovaExCn-Black.woff') format('woff'), url('../fonts/ProximaNovaExCn-Black.ttf') format('truetype'), url('../fonts/ProximaNovaExCn-Black.svg#ProximaNovaExCn-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins" , sans-serif;
    src: url("../fonts/Poppins-Light.eot");
    src: url("../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff"), url("../fonts/Poppins-Light.ttf") format("truetype"), url("../fonts/Poppins-Light.svg#Poppins-Light") format("svg");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Poppins" , sans-serif;
    src: url("../fonts/Poppins-Regular.eot");
    src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins" , sans-serif;
    src: url("../fonts/Poppins-Medium.eot");
    src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype"), url("../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins" , sans-serif;
    src: url("../fonts/Poppins-SemiBold.eot");
    src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype"), url("../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins" , sans-serif;
    src: url("../fonts/Poppins-Bold.eot");
    src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.ttf") format("truetype"), url("../fonts/Poppins-Bold.svg#Poppins-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins" , sans-serif;
    src: url("../fonts/Poppins-ExtraBold.eot");
    src: url("../fonts/Poppins-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-ExtraBold.woff2") format("woff2"), url("../fonts/Poppins-ExtraBold.woff") format("woff"), url("../fonts/Poppins-ExtraBold.ttf") format("truetype"), url("../fonts/Poppins-ExtraBold.svg#Poppins-ExtraBold") format("svg");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/*-----RESET-----*/

html,
body {
    width: 100%;
}
body {
    margin: 0px;
    padding: 0px;
    font-family: "Poppins" , sans-serif;
    font-size: 14px;
    position: relative;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased !important;
    color: #A7AAAB;
    line-height: 24px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.5px;
}
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
html {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
*,
*::before,
*::after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
a img {
    border: none;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}
:focus {
    outline: 0;
}
::-moz-focus-inner {
    border: 0;
}
a,
button {
    text-decoration: none;
    color: inherit;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    cursor: pointer;
}
ul {
    list-style: none;
}
img {
    vertical-align: middle;
    max-width: 100%;
}

/*-----FORM CONTROL-----*/

::-webkit-input-placeholder {
    color: #231F20;
    font-family: "Poppins" , sans-serif;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.5px;
}
::-moz-placeholder {
    color: #231F20;
    font-family: "Poppins" , sans-serif;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.5px;
}
:-ms-input-placeholder {
    color: #231F20;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.5px;
}
::-moz-selection {
    color: #fff;
    background: #1E73BE;
}
::selection {
    color: #fff;
    background: #1E73BE;
}
select,
.input-text {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #e8e8e8;
    height: 45px;
    padding: 15px;
    font-size: 14px;
    font-weight: normal;
    min-width: 237px;
    font-family: "Poppins" , sans-serif;
    line-height: 100%;
}
select::-ms-expand {
    display: none;
}
input:invalid {
    box-shadow: none;
}
input[type=text],
input[type=submit],
input[type=email],
input[type=search],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type=text]:focus,
input[type=submit]:focus,
input[type=email]:focus,
input[type=search]:focus,
textarea:focus {
    border-color: #1E73BE;
}
textarea {
    resize: none;
    height: auto !important;
    min-height: 120px !important;
    overflow: hidden;
    margin: 0;
    font-family: "Poppins" , sans-serif;
    font-weight: normal;
}
.form-group {
    margin-bottom: 20px;
    position: relative;
}
.form-group label {
    display: block;
    font-size: 14px;
    color: #434543;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
.radio-inline {
    display: inline-flex;
    padding-right: 20px;
}
.form-control,
.input-text {
    width: 100%;
    padding: 10px 20px;
    border: 0;
    border: 1px solid transparent;
    border-radius: 0px;
    height: 40px;
    background: #fff;
    font-size: 14px;
    color: #5a5a5a;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    color: #9f9595;
    letter-spacing: 0px;
    line-height: 26px;
    font-family: "Poppins" , sans-serif;
    font-weight: normal;
}
.service-form .submitblock .submitbtn,
.fxside-form-service .submitblock .submitbtn {
    width: 100%;
    background: #000000;
    padding: 0;
}
.submitbtn input[type=submit] {
    background: transparent;
    border: 0;
    width: 100%;
    height: 50px;
    text-align: center;
    outline: 0;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    padding: 0;
    cursor: pointer;
    font-family: "Poppins" , sans-serif;
    line-height: 100%;
    letter-spacing: 0.5px;
    font-weight: 600;
    border-radius: 4px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .16);
}
[class*="border-"] {
    border-style: solid !important;
}
[class*="btn-"]:hover:before {
    background: #B50323;
}

/* button style */

[class*="btn-"] {
    position: relative;
    display: block;
    overflow: hidden;
    /*  background: #F90D37;*/
    color: #ffffff;
    text-transform: capitalize;
    z-index: 1;
    font-size: 14px;
    font-family: "Poppins" , sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 5px 55px 5px 30px;
    min-width: 157px;
    height: 35px;
    border-radius: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
[class*="btn-"] > img {
    margin-right: 10px;
}

/*[class*="btn-"]:before,
    [class*="btn-"]:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition: 0.5s ease-in-out;
        z-index: -1;
    }
    [class*="btn-"]:after {
        left: -50px;
        border-left: 50px solid transparent;
        border-top: 110px solid #231F20;
        transform: translateX(100%);
        transition: 0.5s ease-in-out;
    }
    [class*="btn-"]:before {
        right: -50px;
        border-right: 50px solid transparent;
        border-bottom: 110px solid #231F20;
        transform: translateX(-100%);
        transition: 0.5s ease-in-out;
    }
    [class*="btn-"]:hover:after {
        transform: translateX(49%);
    }
    [class*="btn-"]:hover:before {
        transform: translateX(-49%);
    }*/

[class*="btn-"]:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #F90D37;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}
[class*="btn-"]:before:hover,
[class*="btn-"]:hover {
    background: #B50323;
}
.btn-submit {
    border: 1px solid #bbbdbb;
}
.btn_list {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    margin: 0 -8px;
}
.btn_list li {
    padding: 0px 8px;
}
.bold {
    font-weight: bold;
}
.btnsm {
    font-size: 16px;
}
[class*="btn-"] span {
    width: 35px;
    height: 35px;
    background: #B50323;
    text-align: center;
    line-height: 35px;
    position: absolute;
    right: 0;
}
[class*="btn-"] span img {
    display: inline-block;
    line-height: 35px;
}
.mrgb80 {
    margin-bottom: 30px;
}
.light-bg {
    background-color: #F5F5F5;
    margin-bottom: 30px;
}
.content-bg {
    background-color: #F9F9F9;
    padding: 20px;
}
.slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0 10px;
}
.slick-dots li button {
    width: 16px;
    height: 16px;
    background-color: #231F20;
    border-radius: 100%;
}
.slick-dots li.slick-active button {
    background-color: #1E73BE;
}
.slick-dots li button::before {
    content: none;
}
.other-product-slider .slick-arrow {
    width: 40px;
    height: 40px;
    background: rgba(44, 255, 185, .25);
    border-radius: 100%;
    text-align: center;
}
.other-product-slider .slick-arrow:before {
    color: #12A273
}

/* RADIO */

.dlist {
    display: flex;
    flex-flow: column;
}
.dlist li {
    position: relative;
    padding: 0 0 0 25px;
    margin-bottom: 20px;
    font-size: 14px;
}
.dlist li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #1E73BE;
    border-radius: 100%;
    left: 0;
    top: 4px;
}

/* COMMON CSS */

.top-heading {
    font-size: 14px;
    color: #29ECAB;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
}
.white {
    color: #ffffff !important;
}

/*.inner-banner-wrapper {
    position: relative;
    overflow: hidden;
    min-height: 300px;
    display: flex;
}
.inner-banner-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}
.inner-banner-content .heading-h1 {
    color: #ffffff;
    margin: 0;
}*/

p a {
    display: inline-block;
    position: relative;
    color: inherit;
}
p a:hover {
    color: #1e73be;
    text-decoration: underline;
}

/* HEADING */

.heading-h1,
h1,
.inpg-heading {
    font-size: 24px;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    font-weight: 800;
}
.inpg .heading-h1,
.inpg h1 {
    margin-bottom: 40px;
}
.heading-h2,
h2 {
    font-size: 24px;
    margin-bottom: 25px;
}
.heading-h1,
h1,
.heading-h2,
h2,
.heading-24 {
    line-height: 1.2;
    color: #000000;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-weight: 800 !important;
}
.sub-heading,
.heading-24,
.heading-2 {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 600 !important;
}
.heading-22 {
    font-size: 22px;
    font-weight: 800 !important;
    letter-spacing: 0.5px;
}
.heading-26 {
    font-size: 26px;
}
.heading-20 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
}
.mrgb30 {
    margin-bottom: 30px;
}
.mrgb20 {
    margin-bottom: 20px;
}
.mrgb10 {
    margin-bottom: 20px;
}
.mrgb150 {
    margin-bottom: 150px;
}

/* Extra small devices (portrait phones, 0px and up) */

.heading-h1 .head-icon {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.container {
    max-width: 75%;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.text-center {
    text-align: center;
}
.flex-container {
    display: flex;
    flex-wrap: wrap;
}
.flex-container {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    /*align-items: center;*/
}
.wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center!important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}
.container.flex-container:before,
.container.flex-container:after,
.row.align-items-center:before,
.row.align-items-center:after {
    display: block;
}
.flex-container .width50 {
    padding: 0;
    width: 50%;
}
.form-container .width50 {
    width: calc(50% - 10px);
}
address {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
}

/*-----HELPER-----*/

.text-center {
    text-align: center !important;
}
.bgimg {
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: inherit;
    left: 0;
    top: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}
.mCSB_inside > .mCSB_container {
    margin-right: 60px
}
.mCustomScrollbar .mCSB_scrollTools {
    opacity: 0
}
.mCustomScrollbar:hover .mCSB_scrollTools {
    opacity: 1
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #f3373f;
}

/*-----SCROLL TOP-----*/

.scrollTop {
    position: fixed;
    display: inline-block;
    right: 15px;
    bottom: 80px;
    border: 2px solid #29ECAB;
    color: #29ECAB;
    box-shadow: rgb(41 236 171 / 25%) 0px 0px 3px 1px;
    z-index: 10;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 50%;
    font-weight: bold;
    font-size: 15px;
    background: #fff;
    overflow: hidden;
}
.scrollTop:hover {
    transform: scale(1.1);
    color: #000;
}
.scrollTop:after {
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, #F3FAFF, #fff);
    position: absolute;
    bottom: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -10;
    transition: all 0.3s ease-in-out;
    border-radius: 100%;
}
.scrollTop:hover:after {
    visibility: visible;
    opacity: 1;
}
.theme-bg {
    background-color: #2C7BC1;
}
.ptag p {
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    line-height: 32px;
}
.ptag p:last-of-type {
    margin-bottom: 0;
}


/* Footer css */


/* COMMON PRODUCT CATEGORY LISTING */

.mrgb100 {
    margin-bottom: 100px !important;
}
.mrgb70 {
    margin-bottom: 70px;
}
.mrgb60 {
    margin-bottom: 60px !important;
}
.hidden {
    display: none;
}

/* ON HOVER IMAGE*/

.swap-img {
    position: relative;
    cursor: pointer;
}
.on-hover-img {
    transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    opacity: 0;
    top: 0;
    left: 0;
}
.swap-img:hover .df-hover {
    display: none;
    transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
}
.swap-img:hover .on-hover-img {
    opacity: 2;
    display: block;
    transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
}

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
    .heading-h1,
    h1 {
        font-size: 28px;
    }
    .heading-2 {
        font-size: 24px;
    }
    .inpg-heading {
        font-size: 26px;
    }
}

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 420px) and (max-width: 767.98px) {}
@media (min-width: 576px) and (max-width: 1199px) {}
@media(min-width:580px) and (max-width:991px) {}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .heading-28 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .inpg-heading {
        font-size: 28px;
    }
    .heading-2 {
        font-size: 26px;
    }
    .mrgb80 {
        margin-bottom: 40px;
    }
    .heading-h1,
    h1 {
        font-size: 30px;
    }
    .sub-heading,
    .heading-24,
    .heading-2 {
        font-size: 22px;
    }
}
.abs-left-item {
    left: -50%;
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */

@media(min-width:1024px) {
    .abs-left-item {
        left: -475px;
    }
}
@media (min-width: 1280px) {
    .abs-left-item {
        left: -420px;
    }
    .heading-h1,
    h1 {
        font-size: 38px;
    }
}
.link {
    position: relative;
}
.link:after {
    content: "";
    transition: width .2s ease;
    position: absolute;
    bottom: -1px;
    height: 1px;
    background: #2CFFB9;
    width: 0;
    left: 0;
}
.call-enqury:hover {
    color: #2CFFB9
}

/* Super large devices (large desktops, 1440px and up) */

@media(min-width:991px) and (max-width:1439px) {}
@media (min-width: 1440px) {
    .container {
        width: 1380px;
    }
    .heading-h1,
    h1 {
        font-size: 40px;
    }
}

/* Duper large devices (large desktops, 1600px and up) */

@media (min-width: 1600px) {
    .container {
        width: 1450px;
        margin: 0 auto;
        padding: 0 15px;
    }
}
@media (min-width: 1780px) {}
@media(max-width:1199px) {
    .btn-theme {
        padding: 5px 45px 5px 25px;
        font-size: 12px;
    }
    .other-product-slider .slick-arrow {
        top: 100%;
    }
}
@media(max-width:992px) {
    .abs-left-item,
    .abs-shape-left {
        display: none;
    }
}
@media(max-width:767px) {}
@media(max-width:579px) {}
@media(max-width:420px) {}
@media (hover: hover) and (pointer: fine) {}
.abs-left-top {
    top: 0;
    left: -95px;
}
.abs-left-top,
.abs-bottom-left {
    position: absolute;
}
.abs-bottom-left {
    left: 0;
    bottom: 10px;
}
@media (min-width: 1800px) {
    .other-product-slider .slick-list {
        padding-top: 120px !important;
    }
    /*.other-product-slider {
    margin: 0 100px;
}*/
    .dark-bg {
        margin-bottom: 80px !important;
    }
    .feature-box p {
        font-size: 14px !important;
    }
    .inner-padding {
        padding: 60px 0 50px !important;
    }
    .team-service-box {
        padding: 20px 25px 0 !important;
    }
}
.btn-theme:before,
.btn-theme:hover:before,
.btn-theme:hover span,
.btn-theme span {
    transition: all .3s linear;
}
.btn-theme:hover:before {
    background: #B50323;
}
.btn-theme:hover span {
    background: #F90D37;
}
.feature-box {
    background: #fff;
}
.shadow-lg {
    box-shadow: 0 23px 23px 3px rgb(0 0 0 / 16%);
}
 body::-webkit-scrollbar {
  width: 1em;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;scrollbar-color: #7f7f7f; 
  scrollbar-width: thin;
}
