@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');

html,
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #e80000 #202020;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    background: #202020;
}

*::-webkit-scrollbar-thumb {
    background-color: #e80000;
    border-radius: 10px;
    border: 0px solid #ffffff;
}

body {
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #33354b;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 0;
    margin: 0;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    font-family: 'Rubik', sans-serif;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

button {
    color: #cfa757;
    text-decoration: none;
    outline: none;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

button:focus {
    outline: none;
}

a {
    color: #272727;
    text-decoration: none;
    outline: none;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

a:hover,
a:focus {
    color: #800210;
    outline: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Rajdhani', sans-serif;
    margin-top: 0px;
}

p {
    margin-bottom: 30px;
}

p:last-child {
    margin-bottom: 0px;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #bbb;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #bbb;
    opacity: 1;
}

::placeholder {
    color: #bbb;
    opacity: 1;
}

.red-btn {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border: 2px solid #e80000;
    background-color: #e80000;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 50px 10px;
    padding-left: 25px;
    position: relative;
    text-align: center;
    width: auto;
    height: 50px;
    cursor: pointer;
    text-transform: capitalize;
    line-height: 1.42857143;
    transition: all 0.5s ease-in-out;
}

.red-btn .icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    position: absolute;
    right: 5px;
    transition: all 0.5s ease-in-out;
}

.red-btn svg {
    width: 20px;
    height: 12px;
}

.red-btn .icon path {
    transition: all 0.5s ease-in-out;
}

.red-btn:hover,
.red-btn:focus {
    color: #e80000;
    background-color: #fff;
    border: 2px solid #e80000;
}

.red-btn:hover .icon {
    background-color: #e80000;
    transform: rotate(-180deg);
}

.red-btn:hover .icon path {
    fill: #fff;
}

.section-header h5 {
    font-family: 'Rajdhani', sans-serif;
    line-height: 1.2;
    font-weight: 700;
    color: #e80000;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0 0 30px;
}

.section-header h5::before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 145px;
    height: 37px;
    background: linear-gradient(to right, #facccc 0%, #fce5e5 100%);
    left: 0;
    right: 0;
    margin: auto;
    top: -6px;
    border-radius: 3px;
}

.section-header h5:after {
    position: absolute;
    content: "";
    left: -15px;
    top: -20px;
    background: url(../images/section1.png);
    background-repeat: repeat;
    width: 63px;
    height: 63px;
    display: inline-block;
    background-repeat: no-repeat;
}

.section-header h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    color: #151423;
    text-transform: uppercase;
    margin: 0;
}

.section-header h2 span {
    color: #e80000;
}

/* Calling Button */
.fixed-calling-btn {
    position: fixed;
    left: 0px;
    bottom: 10%;
    z-index: 100;
    cursor: pointer;
}

.calling {
    height: 60px;
    width: 60px;
    transition: 0.7s ease;
    display: block;
    border-radius: 0 30px 30px 0;
    background: #25d366;
    position: relative;
}

.calling-btn-icon i {
    color: #fff;
    width: 50px;
    font-size: 44px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.calling-text {
    opacity: 0;
    visibility: hidden;
    color: #ffffff;
    line-height: 20px;
    margin-left: 15px;
    text-decoration: none;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-weight: 400 !important;
    line-height: 60px;
    transition: 0.7s ease;
}

.calling:hover {
    width: 250px;
    transition: 0.7s ease;
}

.calling:hover .calling-text {
    opacity: 1;
    visibility: visible;
}

/* Calling Button end */
/* Back to top button Styles================================================================================*/
.scroll-area {
    position: relative;
    z-index: 999;
}

.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    -ms-transition: all 0.9s ease-out 0s;
    -o-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-radius: 10px;
}

.scroll-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.scroll-area .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: linear-gradient(to right, #00132b 0%, #00132b 100%);
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    border-radius: 100%;
}

.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
    color: #fff;
}

.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    -ms-transform: translateY(-98%);
    -o-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 30px;
    border-radius: 100%;
}

.top-wrap {
    position: relative;
}

.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background-image: -moz-linear-gradient(0deg, #69DDCC 0%, #c1282a 100%);
    background: #e80000;
    background-image: -ms-linear-gradient(0deg, #69DDCC 0%, #c1282a 100%);
}

.top-wrap .go-top-button i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
}

.top-wrap .go-top-button::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 45px;
    height: 45px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    -o-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background-image: -moz-linear-gradient(0deg, #69DDCC 0%, #69DDCC 100%);
    background-image: -webkit-linear-gradient(0deg, #fb8a42 0%, #fb8a42 100%);
    background-image: -ms-linear-gradient(0deg, #69DDCC 0%, #69DDCC 100%);
    border-radius: 100%;
}

.top-wrap .go-top-button:hover {
    background-color: #222;
    color: #fff;
}

@keyframes ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}

/* Back to top button Styles end================================================================================*/
header.cms-header {
    position: relative;
    min-height: 196px;
}

.header-sticky.is-sticky {
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
}

header.cms-header .header-top {
    background-color: #000;
    padding: 5px 0;
}

.header-top .header-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-top .header-meta li {
    font-size: 13px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.header-top .header-meta li:not(:last-child) {
    margin-right: 30px
}

.header-top .header-meta li svg {
    margin-right: 10px
}

/* header middle Styles======================================================================================================*/
.header-middle {
    padding: 5px 0;
}

.contact-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-list li:not(:last-child) {
    margin-right: 45px
}

.contact-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-box .icon {
    margin-right: 15px;
}

.contact-box .content span {
    display: block;
    line-height: 1;
    font-size: 10px;
    color: #414141;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.contact-box .content a {
    font-family: 'Rajdhani', sans-serif;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #000;
}

.header-middle .btn-box {
    margin-left: 30px;
}

/* header bottom Styles======================================================================================================*/
.header-bottom {
    background-color: #e80000;
}

.header-bottom .header-social {
    position: relative;
    background-color: #000;
    height: 60px;
    margin: 0 0 -1px;
    box-shadow: -340px 0 0 0 #000;
}

.header-bottom .header-social:after {
    content: "";
    position: absolute;
    background-color: white;
    width: 5px;
    height: 100%;
    top: 0;
    right: 10px;
    transform: skewX(22deg);
    /*prefixes*/
    -webkit-transform: skewX(22deg);
    -moz-transform: skewX(22deg);
    -ms-transform: skewX(22deg);
    -o-transform: skewX(22deg);
}

.header-bottom .header-social:before {
    content: "";
    position: absolute;
    background-color: #e80000;
    height: 100%;
    width: 21px;
    top: 0;
    right: -11px;
    transform: skewX(22deg);
    /*prefixes*/
    -webkit-transform: skewX(22deg);
    -moz-transform: skewX(22deg);
    -ms-transform: skewX(22deg);
    -o-transform: skewX(22deg);
}

.header-bottom .header-social ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    column-gap: 10px;
    height: 100%;
}

.header-bottom .header-social ul:before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
}

.header-bottom .header-social ul li a {
    position: relative;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.header-bottom .header-social ul li a i {
    position: relative;
    transition: .5s;
    z-index: 3;
}

.header-bottom .header-social ul li a:hover i {
    color: #fff;
    transform: rotateY(360deg);
}

.header-bottom .header-social ul li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e80000;
    transition: .5s;
    z-index: 2;
}

.header-bottom .header-social ul li a:hover:before {
    top: 0;
}

.main-menu {}

.main-menu ul>li {
    display: inline-block;
    position: relative;
    margin-right: 55px;
}

.main-menu ul>li>a {
    padding: 15px 0;
    margin: 0 10px;
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Rajdhani';
    background: linear-gradient(to right, #000, #000, 50%, #fff 50%);
    background-size: auto;
    background-clip: border-box;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-size: 200%, 100%;
    background-position: 100%;
}

.main-menu ul>li>a:hover {
    background-position: 0%;
}

/* banner Styles======================================================================================================*/
section.cms-banner {
    position: relative;
    padding: 80px 0 80px;
    background-repeat: no-repeat;
    background-size: cover;
}

section.cms-banner .owl-item.active h5 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

section.cms-banner .owl-item.active h1 {
    animation: fadeInUp;
    animation-duration: 2s;
}

section.cms-banner .owl-item.active p {
    animation: fadeInUp ease 1s 1s both;
}

section.cms-banner .owl-item.active .btn-box {
    animation: fadeInUp ease 1.5s 1.5s both;
}

section.cms-banner .owl-item.active .banner-img {
    animation: fadeInRight ease 1.5s 1.5s both;
}

section.cms-banner h5 {
    display: inline-block;
    background-image: url(../images/top-title-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8px 20px;
    color: #e80000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 40px;
}

section.cms-banner h5 span {
    color: #fff;
    padding-left: 20px;
}

section.cms-banner h1 {
    font-size: 66px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 40px;
}

section.cms-banner h1 span {
    color: #e80000;
}

section.cms-banner p {
    font-size: 18px;
    color: #fff;
    margin: 0 0 40px;
}

section.cms-banner .owl-carousel .owl-item img {
    width: auto;
}

section.cms-banner .owl-dots {
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
}

section.cms-banner .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 0.15;
    border-radius: 50%;
    margin: 0 10px;
}

section.cms-banner .owl-dots button.owl-dot.active,
section.cms-banner .owl-dots button.owl-dot:hover {
    opacity: 1;
    background-color: #e80000;
    box-shadow: 0 0 0 5px rgba(232, 0, 0, 0.4);
}

/*  Begin JB's Offcanvas Area  Styles======================================================================================================*/
.mobile-navigation {
    overflow: hidden;
    max-height: 320px;
}

.mobile-navigation+.mobile-navigation {
    max-height: 240px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 2px #ddd;
}

.off-canvas-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 9999;
}

.mobile-menu {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 10px;
    margin-right: -10px;
}

.mobile-navigation nav {
    height: 100%;
}

.off-canvas-wrapper.open {
    opacity: 1;
    visibility: visible;
}

.off-canvas-wrapper.open .off-canvas-inner-content {
    -webkit-transform: none;
    transform: none;
}

.off-canvas-wrapper .off-canvas-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    /*cursor: url("../images/icon/cancel.png"), auto;*/
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.off-canvas-wrapper .off-canvas-inner-content {
    background-color: #fff;
    width: 300px;
    padding: 20px;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(calc(-100% - 50px));
    transform: translateX(calc(-100% - 50px));
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.off-canvas-wrapper .btn-close-off-canvas {
    top: 0;
    left: 100%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    background-color: #800210;
    color: #fff;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.off-canvas-wrapper .btn-close-off-canvas i {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.off-canvas-wrapper .btn-close-off-canvas:hover i {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.off-canvas-wrapper .off-canvas-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    height: 100%;
}

.offcanvas-curreny-lang-support {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 20px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 15px;
}

.offcanvas-curreny-lang-support.header-top-settings ul li {
    color: #333;
    font-size: 14px;
}

.offcanvas-account-container li {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    margin-bottom: 2px;
}

.offcanvas-account-container li::before {
    content: "•";
    color: #777;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

/*---------------------------    - Mobile Menu Css-----------------------------*/
.mobile-header .category-toggle {
    padding: 8px 15px;
}

.mobile-menu-btn .off-canvas-btn {
    font-size: 17px;
    cursor: pointer;
    padding: 8px 12px;
    line-height: 1;
    color: #fff;
    border: 2px solid #fff;
    margin-left: 10px;
}

.mobile-menu-btn .off-canvas-btn a {
    color: #fff;
}

.mobile-menu li>a {
    font-size: 15px;
    color: #252525;
    text-transform: capitalize;
    line-height: 18px;
    position: relative;
    display: inline-block;
    padding: 10px 0;
}

.mobile-menu li>a:hover {
    color: #80BB01;
}

.mobile-menu li ul li {
    border: none;
}

.mobile-menu li ul li a {
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px 15px 8px;
}

.mobile-menu .menu-item-has-children {
    position: relative;
}

.mobile-menu .menu-item-has-children .menu-expand {
    line-height: 50;
    top: -5px;
    left: 95%;
    width: 30px;
    position: absolute;
    height: 50px;
    text-align: center;
    cursor: pointer;
}

.mobile-menu .menu-item-has-children .menu-expand i {
    display: block;
    position: relative;
    width: 10px;
    margin-top: 25px;
    border-bottom: 1px solid #252525;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

.mobile-menu .menu-item-has-children .menu-expand i:before {
    top: 0;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    border-bottom: 1px solid #252525;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.mobile-menu .menu-item-has-children.active>.menu-expand i:before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

/* about Styles==================================================================================================*/
section.cms-about {
    position: relative;
    padding: 140px 0 140px;
    overflow: hidden;
}

section.cms-about .section-header h2 {
    margin: 0 0 30px;
}

section.cms-about .section-header p {
    margin: 0 0 40px;
}

section.cms-about .about-icon-box {
    display: flex;
    flex-direction: column;
    grid-row-gap: 15px;
}

section.cms-about .about-icon {
    display: flex;
    align-items: center;
}

section.cms-about .about-icon i {
    font-size: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #e80000;
    border-radius: 50%;
    margin-right: 10px;
}

section.cms-about .about-icon p {
    font-weight: 500;
}

section.cms-about .btn-box {
    padding: 60px 0 0;
}

/*** ====================================================================  Anim Icons====================================================================***/
.anim-icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.anim-icons.full-width {
    max-width: 100%;
}

.anim-icons .icon {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.icon-circle-1 {
    width: 315px;
    height: 315px;
    background-image: url(../images/circle-1.png);
    -webkit-animation: fa-spin 30s infinite;
    animation: fa-spin 30s infinite;
    right: -100px;
    bottom: 100px;
}

/*** ====================================================================  counter====================================================================***/
.counter-inner {
    background-color: #;
}

.count-area {
    position: relative;
    text-align: center;
    color: #fff;
}

.counter-inner {
    background-color: #e80000;
}

.count-area-content {
    padding: 60px 0 60px;
}

.count-digit {
    font-family: 'Rajdhani', sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 48px;
    margin: 15px 0px;
    display: flex;
    justify-content: center;
}

.count-digit:after {
    content: "+";
    display: inline-block;
}

.count-title {
    font-size: 16px;
}

/*** ====================================================================  Why Choose Us====================================================================***/
section.cms-choose {
    background-color: #000;
    padding: 160px 0 80px;
    margin: -80px 0 0;
}

section.cms-choose .btn-box {
    padding: 40px 0 0;
}

/*** ====================================================================  feature product====================================================================***/
.cms-fea-product {
    position: relative;
    padding: 80px 0 80px;
    background-color: #f4f7ff;
}

.cms-fea-product .section-header {
    padding: 0 0 60px;
}

.speaker-block {
    position: relative;
    margin-bottom: 40px;
}

.speaker-block .inner-box {
    position: relative;
    max-width: 300px;
    margin: 0 auto;
}

.speaker-block .image-box {
    position: relative;
    padding: 17px 22px 0 0;
}

.speaker-block .image {
    position: relative;
    border: 5px solid #ffffff;
    -webkit-box-shadow: 0 14px 20px rgba(0, 0, 0, .20);
    box-shadow: 0 14px 20px rgba(0, 0, 0, .20);
    border-radius: 0 0 250px 250px;
    overflow: hidden;
    margin-bottom: 0;
}

.speaker-block .image a {
    display: block;
}

.speaker-block .image-box:before {
    position: absolute;
    left: 40px;
    right: 0;
    top: 0;
    bottom: 17px;
    border: 3px solid #dddddd;
    border-radius: 0 0 250px 250px;
    content: "";
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.speaker-block .inner-box:hover .image-box:before {
    border: 3px solid #e80000;
    opacity: 1;
}

.speaker-block .image img {
    width: 100%;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.speaker-block .inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.speaker-block .info-box {
    position: relative;
    padding-top: 25px;
}

.speaker-block h4 {
    display: block;
    font-weight: 700;
    color: #151423 font-size: 24px;
}

.speaker-block h4 a {
    color: #151423;
}

.speaker-block .inner-box:hover h4 a {
    color: #e80000;
}

/*** ====================================================================  product====================================================================***/
section.cms-product {
    position: relative;
    padding: 80px 0 80px;
}

section.cms-product .section-header {
    padding: 0 0 60px;
}

section.cms-product .section-header p {
    max-width: 640px;
    margin: 20px auto 0;
}

section.cms-product .product-main {
    display: block;
    margin: 0 0 30px;
}

section.cms-product .product-box {
    border-radius: 10px;
    border: solid 2px #000;
    overflow: hidden;
    transition: all 0.5s ease-in-out
}

section.cms-product .product-box:hover {
    border-color: #e80000;
}

section.cms-product .product-box .product {
    height: 270px;
}

section.cms-product .product-box .product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.cms-product .product-box h4 {
    font-weight: 700;
    color: #151423;
    text-align: center;
    margin: 0;
    padding: 15px 0;
    transition: all 0.5s ease-in-out
}

section.cms-product .product-box:hover h4 {
    background-color: #e80000;
    color: #fff;
}

section.cms-product .product-box h4 span {
    position: relative;
    padding-left: 40px;
}

section.cms-product .product-box h4 span:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 12px;
    width: 35px;
    height: 4px;
    background-color: #e80000;
    transition: all 0.5s ease-in-out
}

section.cms-product .product-box:hover h4 span:before {
    background-color: #fff;
}

/*** ====================================================================  Anim Icons====================================================================***/
.anim-icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.anim-icons.full-width {
    max-width: 100%;
}

.anim-icons .icon {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.icon-circle-3 {
    width: 688px;
    height: 688px;
    background-image: url(../images/circle-3.png);
    left: -855px;
    top: 320px;
    -webkit-animation: fa-spin 120s infinite linear;
    animation: fa-spin 120s infinite linear;
}

.icon-circle-4 {
    width: 140px;
    height: 140px;
    background-image: url(../images/circle-4.png);
    top: 810px;
    left: -340px;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*** ====================================================================  solution====================================================================***/
section.cms-solution {
    position: relative;
    padding: 80px 0 80px;
}

section.cms-solution .section-header h2 {
    color: #fff;
    font-size: 44px;
    margin: 0 0 30px;
}

/*** ====================================================================  Our Goal====================================================================***/
section.cms-goal {
    position: relative;
    padding: 80px 0 80px;
}

section.cms-goal:before {
    content: "";
    position: absolute;
    left: 0;
    top: 200px;
    width: 100%;
    height: 500px;
    background-color: #e80000;
}

section.cms-goal .section-header {
    padding: 0 0 40px;
}

section.cms-goal .mission-box {
    background-color: #fff;
    border: solid 5px #e80000;
    padding: 60px 40px 40px;
    min-height: 483px;
}

section.cms-goal .goal-box h4 {
    font-size: 26px;
    font-weight: 700;
    color: #e80000;
}

section.cms-goal .mission-img-1 {
    margin: 30px 0 0;
}

section.cms-goal .mission-img-2 {
    margin: 0 0 30px;
}

.video-box {
    position: relative;
}

.video-main {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -30px;
    margin-left: -30px;
}

.video-main .video-vemo-icon {
    background: #000000;
    color: #fff;
    font-size: 22px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
}

@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

.vimeo {
    background-color: #0dcaf0;
}

.youtube {
    background-color: #dc3545;
}

/*** ====================================================================  Newsletter====================================================================***/
.subscribe {
    background: #e50404;
    padding: 0;
}

.subscribe-call-to-acton {
    min-height: 115px;
    padding: 30px 0 0 30px;
}

.subscribe-call-to-acton h3 {
    font-size: 20px;
    color: #151423;
    font-weight: 700;
    margin-bottom: 5px;
}

.subscribe-call-to-acton h4 {
    font-weight: 700;
    color: #fff;
    font-size: 24px;
    margin: 0;
}

.ts-newsletter {
    background: #000;
    position: relative;
    min-height: 115px;
    padding: 30px 0 0 50px;
    display: flex;
    box-shadow: 340px 0 0 0 #000;
}

.ts-newsletter:before {
    content: '';
    position: absolute;
    left: -50px;
    z-index: 1;
    border-left: 50px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 115px solid #000;
    bottom: 0;
}

.newsletter-introtext h4 {
    font-weight: 700;
    margin: 0;
    color: #fff;
}

.newsletter-introtext p {
    color: rgba(255, 255, 255, 0.5);
}

.newsletter-form {
    margin-left: 20px;
    margin-top: 3px;
    position: relative;
}

.newsletter-form input {
    background: none;
    min-width: 450px;
    font-size: 12px;
    text-transform: capitalize;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, .3);
}

.newsletter-form button {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    padding: 15px 30px 10px;
    background: #e50404 url(../images/newsletter-icon.png) no-repeat 20px 50% !important;
    text-indent: -9999em;
    border: 0;
}

/*** ====================================================================  footer====================================================================***/
.footer {
    position: relative;
    background: #303030 url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
    color: #747474;
}

.bg-overlay:before {
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.footer-main {
    padding: 60px 0;
}

.footer .widget-title {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #fff;
}

/* Footer action box */
.action-box {
    border: 1px solid rgba(255, 255, 255, .3);
    border-left: 0;
    padding: 20px 15px 0 20px;
    min-height: 135px;
    position: relative;
}

.action-box:before,
.action-box:after {
    background: rgba(255, 255, 255, .3);
    content: '';
    height: 30px;
    position: absolute;
    left: 0;
    width: 1px;
    bottom: 0;
}

.action-box:before {
    top: 0;
}

.action-box-icon i {
    float: left;
    font-size: 32px;
    margin-top: 10px;
    background: rgba(255, 255, 255, .1);
    border: 5px solid rgba(0, 0, 0, 0.3);
    display: inline-block;
    text-align: center;
    width: 72px;
    height: 72px;
    line-height: 66px;
    color: #e50404;
    border-radius: 100%;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}

.action-box:hover .action-box-icon i {
    background: #e50404;
    color: #fff;
}

.action-box-content {
    margin-left: 95px;
}

.action-box-content a:hover {
    color: #fff;
}

.action-box-content h3 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 16px;
    color: #fff;
}

.action-box-text {
    margin-bottom: 5px;
    line-height: 22px;
}

/* Footer about us */
.footer-logo {
    margin-bottom: 25px;
}

/* Footer social */
.footer-social {
    margin-top: 15px;
}

.footer-social .widget-title {
    font-size: 14px;
    margin-bottom: 10px;
}

.footer-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-social ul li {
    margin: 0 10px 0 0;
    display: inline-block;
}

.footer-social ul li a i {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border-radius: 50%;
    color: #9b9b9b;
    background: #2b2b2b;
    text-align: center;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}

.footer-social ul li a i:hover {
    color: #fff;
}

.footer-social ul li a i.fa-facebook-f:hover {
    background: #4267B2;
}

.footer-social ul li a i.fa-twitter:hover {
    background: #00acee;
}

.footer-social ul li a i.fa-vimeo-v:hover {
    background: #86c9ef;
}

.footer-social ul li a i.fa-linkedin-in:hover {
    background: #0077b5;
}

/* Links */
.footer-widget ul.list-arrow li {
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    padding: 6px 0;
}

ul.list-arrow li::before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px;
    color: #e50404;
    font-size: 16px;
}

.footer-widget ul.list-arrow li:last-child {
    border-bottom: 0;
}

.footer-widget ul.list-arrow li a {
    color: #747474;
}

.footer-widget ul.list-arrow li:hover a,
.footer-widget ul.list-arrow li:hover {
    color: #e50404;
}

.working-hours {
    padding-right: 10px;
}

.working-hours .text-right {
    float: right;
}

/*-- Instagram widget --*/
.instagram-widget a {
    overflow: hidden;
    margin: 0 5px 2px 0px;
    width: 80px;
    height: auto;
    display: inline-block;
}

/*-- Copyright --*/
.copyright {
    background: #e50404;
    color: #fff;
    padding: 20px 0;
    position: relative;
    z-index: 1;
}

.footer-menu {
    float: right;
}

.footer-menu ul li {
    display: inline-block;
    padding-left: 15px;
}

.footer-menu ul.nav li a {
    background: none;
    color: #fff;
    padding: 0;
}

.footer-menu ul li a:hover {
    color: #303030;
}

/*** ====================================================================  about page css====================================================================***/
.page-title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.page-title {
    padding: 160px 0 160px;
}

.page-title h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    color: #fff;
}

.page-title-wrap .breadcrumb-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 22px 60px
}

.page-title-wrap .breadcrumb-nav:after,
.page-title-wrap .breadcrumb-nav:before {
    width: 1000%;
    height: 72px;
    left: -12px;
    bottom: 0;
    border: 1px solid #fff;
    border-right: 0px;
    border-bottom: 0;
    position: absolute;
    content: "";
    border-radius: 60px 0 0 0
}

.page-title-wrap .breadcrumb-nav:after {
    border: none;
    height: 100%;
    left: 0;
    border-radius: 50px 0 0 0;
    background-color: #e80000;
}

.page-title-wrap .breadcrumb-nav li {
    position: relative;
    z-index: 1;
    line-height: 1;
    color: #fff;
}

.page-title-wrap .breadcrumb-nav li:not(:last-child) {
    padding-right: 10px;
    margin-right: 10px
}

.page-title-wrap .breadcrumb-nav li:not(:last-child):after {
    right: -4px;
    position: absolute;
    content: '-';
    top: 0;
    width: 5px;
    height: 2px
}

.page-title-wrap .breadcrumb-nav li a {
    color: #fff;
}

/*** ====================================================================  contact page css====================================================================***/
section.cms-contact {
    position: relative;
    padding: 80px 0 80px;
}

section.cms-contact .section-header {
    padding: 0 0 60px;
}

.contact-us-single-box {
    margin-bottom: 30px;
    background: #f3f7fa;
    padding: 32px 30px 32px;
}

.contact-us-icon {
    float: left;
    margin-right: 25px;
    margin-top: 5px;
}

.contact-us-icon i {
    font-size: 52px;
    color: #ed2921;
}

.contact-us-title {
    overflow: hidden;
}

.contact-us-title h2 {
    font-size: 24px;
    font-weight: 700;
    color: #151423;
    text-transform: uppercase;
}

.contact-us-title p {
    padding: 5px 0 0;
    margin: 0;
}

.contact-form-box.style-two {
    background: #f3f7fa;
    padding: 34px 50px 30px;
    border-radius: 8px;
}

.form-title p {
    font-weight: 500;
    margin: 10px 0 10px;
    color: #1c1c1c;
}

.style-two .from-box input {
    float: right;
    height: 54px;
    background-color: #fff;
    border-color: transparent;
    transition: .5s;
    border: 0;
    padding: 7px 20px;
    display: block;
    width: 100%;
    color: #00132b;
    margin-bottom: 16px;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

.from-box textarea {
    height: 140px;
    width: 100%;
    border: 0;
    padding: 15px 22px 0px;
    margin: 0 0 16px;
}

/*** ====================================================================  product detail page css====================================================================***/
.cms-product-detail {
    position: relative;
    padding: 80px 0 80px;
    background-color: #f2f2f2;
}

.cms-product-detail .section-header {
    padding: 0 0 60px;
}

.overview-box {
    position: relative;
    background: #fff;
    padding: 50px;
    -webkit-box-shadow: 0 6px 28px rgba(0, 0, 0, .13);
    box-shadow: 0 6px 28px rgba(0, 0, 0, .13);
}

.overview-box h4 {
    font-size: 26px;
    font-weight: 700;
    color: #e80000;
}

.overview-box li {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
}

.catelog .catelog-img {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 6px 28px rgba(0, 0, 0, .13);
    box-shadow: 0 6px 28px rgba(0, 0, 0, .13);
}

.cms-product-detail .catelog-inner {
    margin: 30px 0 0;
}

.cms-product-detail .catelog-box {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 6px 28px rgba(0, 0, 0, .13);
    box-shadow: 0 6px 28px rgba(0, 0, 0, .13);
}

.cms-product-detail .catelog-box .content {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cms-product-detail .catelog-box .content h4 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    margin: 0 0 -25px;
    background-color: #e80000;
    padding: 10px 10px 10px;
    display: inline-block;
    min-width: 200px;
}

/*** ====================================================================  video section css====================================================================***/
.videoSection {
    position: relative;
    padding: 0 0 0;
}

.videoSection video {
    width: 100%;
}

#player {
    opacity: 0;
    transition: all .5s ease-in-out;
}

/*** ====================================================================  gallery css====================================================================***/
section.cms-gallery {
    padding: 80px 0 80px;
}

section.cms-gallery .section-header {
    padding: 0 0 60px;
}

section.cms-gallery img {
    width: 100%;
}

.masonry {
    column-count: 4;
    column-gap: 16px;
}

.masonry .mItem {
    display: inline-block;
    margin-bottom: 16px;
    width: 100%;
}

@media (max-width: 1199px) {
    .masonry {
        column-count: 3;
    }
}

@media (max-width: 991px) {
    .masonry {
        column-count: 2;
    }
}

@media (max-width: 767px) {
    .masonry {
        column-count: 1;
    }

    @media (max-width: 480px) {
        .contact-us-title p {
            font-size: 15px;
        }
    }
    @media (max-width: 315px) {
        .contact-us-title p {
            font-size: 11px;
        }
    }
}
    /*** ====================================================================  stemping section css====================================================================***/
    section.cms-stemping {
        padding: 80px 0 80px;
    }

    section.cms-stemping .inner-box {
        position: relative;
    }

    section.cms-stemping .inner-box .image-box {
        position: relative;
    }

    section.cms-stemping .inner-box .image {
        position: relative;
        border: 5px solid #ffffff;
        -webkit-box-shadow: 0 14px 20px rgba(0, 0, 0, .20);
        box-shadow: 0 14px 20px rgba(0, 0, 0, .20);
        overflow: hidden;
        margin-bottom: 0;
    }

    section.cms-stemping .inner-box .image a {
        display: block;
    }

    section.cms-stemping .inner-box .image img {
        width: 100%;
        -webkit-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
    }

    section.cms-stemping .inner-box:hover .image img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    section.cms-stemping .stemping-row {
        align-items: center;
    }

    section.cms-stemping .stemping-row-2 {
        align-items: center;
    }

    section.cms-stemping .stemping-row-3 {
        grid-row-gap: 30px;
    }