/* Fonts */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia-Bold.woff2') format('woff2'),
        url('../fonts/Georgia-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {
    --white-color:#ffffff; /** var(--white-color) **/
    --black-color:#2b2b2b; /** var(--black-color) **/
    --gray-color:#313131; /** var(--gray-color) **/
    --primary-color:#d62330; /** var(--primary-color) **/
    --secondary-color:#ff0000; /** var(--secondary-color) **/
    --primary-font: 'Montserrat'; /** var(--primary-font) **/
    --secondary-font: 'Georgia'; /** var(--secondary-font) **/
}
/* Dark Overlay */
.banner-image {
    position: relative;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(f, f, f, f); /* Adjust opacity for better readability */
}

/* Text Styling */
.banner-content {
    text-align: left;
    position: relative;
    z-index: 2;
    padding: 7px;
    background: rgba(0, 0, 0, 0.5); /*Semi-transparent background */
    border-radius:5px;
    display: inline-block;
}

.banner-heading {
    font-weight: bold;
    color: #ffffff; /* White for better contrast */
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
}

.banner-subtext {
    color: #f1f1f1; /* Light gray for softer contrast */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    font-size: 16px;
}/*==================================:: WOW CSS Start ::==================================*/
.animated{animation-duration:0.5s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-10%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-10%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(10%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,10%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,10%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-10%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(10%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-10%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(10%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(10%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-10%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(10%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-10%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-10%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(10%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,10%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,10%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-10%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(10%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-10%,0)}}.slideOutUp{animation-name:slideOutUp}
/*==================================:: WOW CSS End ::==================================*/

/*==================================:: Slick Slider CSS Start ::==================================*/
.slick-slider {position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent;}
.slick-list {position: relative; display: block; overflow: hidden; margin: 0; padding: 0;}
.slick-list:focus {outline: none;}
.slick-list.dragging {cursor: pointer; cursor: hand;}
.slick-slider .slick-track, 
.slick-slider .slick-list {-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
.slick-track {position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto;}
.slick-track:before, .slick-track:after {display: table; content: '';}
.slick-track:after {clear: both;}
.slick-loading .slick-track {visibility: hidden;}
.slick-slide {display: none; float: left; height: 100%; min-height: 1px;}
[dir='rtl'] .slick-slide {float: right;}
.slick-slide img {display: block;}
.slick-slide.slick-loading img {display: none;}
.slick-slide.dragging img {pointer-events: none;}
.slick-initialized .slick-slide {display: block;}
.slick-loading .slick-slide {visibility: hidden;}
.slick-vertical .slick-slide {display: block; height: auto; border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}
.slider .slick-prev:before, .slider-vertical .slick-next:before {display: none;}
.slider .slick-prev, .slider .slick-next {width: 28px; height: 28px; border-style: solid; margin: 10px; display: inline-block; margin: auto; left: 0; right: 0; top: 0; bottom: 0; z-index: 10; cursor: pointer;}
.slider .slick-prev:before, .slider .slick-next:before {display: none;}
.slider .slick-prev {border-width: 14px 14px 14px 0px; border-color: transparent #ffffff; left: 0px; right: auto;}
.slider .slick-next {border-width: 14px 0px 14px 14px; border-color: transparent #ffffff; right: 0px; left: auto;}  
.slider .slick-prev:hover, .slider .slick-next:hover {border-color: transparent #ffd200;}
.slider .slick-prev.slick-disabled, .slider .slick-next.slick-disabled, .slider .slick-prev.slick-disabled:hover, .slider .slick-next.slick-disabled:hover {opacity: 0.1; cursor: default; border-color: transparent #000000;}
.slider div {text-align: center; font-size: 75px; color: #ffffff;}
/*==================================:: Slick Slider CSS End ::==================================*/

/* Loading */
.loader-wrap {background: #d62330; position: fixed; top: 0; left: 0; bottom: 0; right: 0; z-index: 99999;}
.loader-wrap .spinner {top: 0; left: 0; bottom: 0; right: 0; position: absolute; width: 50px; margin: auto; height: 50px;}
.loader-wrap .double-bounce1,
.loader-wrap .double-bounce2 {width: 100%; height: 100%; border-radius: 50%; background: rgba(255, 255, 255, 0.7); opacity: 1; position: absolute; top: 0; left: 0; -webkit-animation: sk-bounce 2.0s infinite ease-in-out; animation: sk-bounce 2.0s infinite ease-in-out;}
.loader-wrap .double-bounce2 {-webkit-animation-delay: -1.0s; animation-delay: -1.0s;}
.loader-wrap p {top: 50%; left: 50%; position: absolute; color:#ffffff; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; margin-left: -30px; font-weight: 600; margin-top: 30px;}
@-webkit-keyframes sk-bounce {0%, 100% {-webkit-transform: scale(0.0); transform: scale(0.0);}
  50% {-webkit-transform: scale(1.0); transform: scale(1.0);}
}
@keyframes sk-bounce {0%, 100% {-webkit-transform: scale(0.0); transform: scale(0.0);}
  50% {-webkit-transform: scale(1.0); transform: scale(1.0);}
}

/* ===== RESET ================================================== */
html{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;} 
*, *:before, *:after{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; -webkit-tap-highlight-color:rgba(255,255,255,0);}
hr{display:block; height:0.125rem; max-width:100%; border:0; border-top:0.063rem solid #E8E8E9; margin:3.75rem 0; padding:0; opacity:1;}
input, select{vertical-align:middle; margin:0;} 
ol, ul, li{list-style:none;}
html{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}

/* ===== GLOBAL ================================================== */
html{padding:0;margin:0;}
body{font-family:'Montserrat'; font-size:18px; line-height:24px; color:#ffffff;background: #ffffff; overflow-x:hidden; padding:0; transition: all 0.4s ease; margin:0;}
:focus{text-decoration:none; outline:none;}
a{text-decoration:none; color:#d62330; font-family: 'Montserrat'; font-weight: 400; outline:none; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
a:hover{text-decoration:none; color:#d62330;}
a:focus{outline:0; outline: none;}
strong{font-weight:bold;}

/* Ul Li & Ol Li CSS */
ul, ol {margin:0; padding:0;}
ul ul, ol ol, ul ol, ol ul{margin-top:20px;}
ul li, ol li {margin:0 0 25px 0; padding:0 0 0 40px; position: relative; font-size:18px;letter-spacing: 0; line-height:24px;color:#313131;font-weight:normal; font-family: 'Montserrat';}
li a {color:#ffffff; font-family: 'Georgia';}
section ul li:before {content: ''; position: absolute; left: 0; top: 5px; width: 14px; height: 14px; background: #ff0000;}

h1, h2, h3, h4, h5, h6{font-weight:bold; color:#d62330; font-family:'Georgia'; line-height:normal; letter-spacing:0; margin:0;}
.h1, h1{text-transform: none; font-size: 45px; line-height: 53px; margin-bottom: 20px;}
h2{font-size:34px; margin-bottom: 20px; line-height: 36px; color: #d62330;}
h3{font-size:28px; line-height: 36px; margin-bottom: 15px; font-weight: 600; font-family: 'Montserrat';}
h4{font-size:26px; font-family: 'Georgia'; color: #2b2b2b; line-height: normal; margin-bottom: 20px; letter-spacing: 0.75px;}
h5{font-size:24px; line-height: 36px; margin-bottom: 20px; color: #2b2b2b; font-family: 'Montserrat'; font-weight: 600;}
h6{font-size:20px; font-weight: bold; line-height: 24px; margin-bottom: 20px; font-family: 'Montserrat'; color: #ff0000; text-transform: uppercase; letter-spacing: 0.5px;}

p{font-family:'Montserrat'; font-size:20px; line-height:normal; color: #313131; font-weight:600; margin:0 0 20px 0;}
p:last-child {margin-bottom: 0;}
img{max-width:100%; height:auto; border:none; outline:none;}

section *:last-child{margin-bottom:0;}
.container{max-width:1180px; width: 100%; padding:0 0px; margin:0 auto;}
.img-cover{width:100%;}
.img-cover img{width:100% !important;height:100% !important;max-width:100% !important; max-height:100% !important; object-fit: cover; object-position: center; transition:transform 0.4s ease-in-out; display: block;}
main {transition: all ease 0.5s; padding-top: 85px;}
.d-flex{display:-webkit-flex; display: flex;}
.flex-wrap{flex-wrap: wrap;}
.align-items-center {align-items: center;}
.justify-content-between {justify-content: space-between;}
.position-relative{position: relative;}
.position-absolute{position: absolute;}
.position-fixed{position: fixed;}
.start-0{left:0;}
.end-0{right:0;}
.top-0{top:0;}
.bottom-0{bottom:0;}
.text-center{text-align: center;}
.desktop-diplay{display: block;}
.mobile-diplay{display: none;}
.header-fixed main {padding-top: 76px;}

.btn {border-radius: 50px; border: 0; height: 55px; line-height: 55px; min-width: 230px;display: inline-block; padding: 0 20px; color: #ffffff; font-family: 'Montserrat'; font-size: 17px; background: #ff0000; transition: all ease 0.5s; text-align: center; font-weight: bold; letter-spacing: 0;}
.btn:hover, .btn:focus, .btn:active {background: #d62330; color: #ffffff;}

/** Header Start **/
#header {padding: 15px 0; z-index: 9; background: #ffffff; transition: all ease 0.5s;}
.logo{max-width:210px;display: block;}
.logo img {max-width:100%; width:100%; height: auto;transition: all ease 0.4s;}

.header-fixed #header {box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);}
.header-fixed .logo img {max-width:90%;}
.header-fixed .header-right .btn {height: 45px; line-height: 45px; font-size: 15px;}

/** Home banner start **/
.home-banner .banner-image{--bs-aspect-ratio: 49.7%;}
.banner-content-main {z-index: 2; top: 50%; transform: translateY(-52%);}
.banner-content{width:50%;}
.banner-content h1 {color: #ffffff; margin-bottom: 10px;}
.banner-content strong {font-size: 22px; line-height: 33px; font-weight: 500; display: block; margin-bottom: 25px;}
.banner-content p {margin-top: 20px; color: #ffffff; font-size: 16px; line-height: normal; font-weight: 400;}
.landing-page2 .banner-content {width: 53%;}

/** Home section 1 start **/
.home-section1 {padding: 68px 0 95px 0;}
.home-section1 .title-row {padding: 0 20%; margin-bottom: 65px;}
.title-row p{line-height:28px; --primary-color:#d62330;}
.card-block {margin:-12px;}
.home-section1 .card-item{padding:12px;min-width: 33.333%;max-width: 33.333%;flex-basis: 33.333%;}
.home-section1 .card-item span {display: inline-block;}
.home-section1 .card-item span img {height: 69px;}
.home-section1 .card-item h5 {margin-bottom: 10px; margin-top: 15px;}
.home-section1 .card-item p {font-size: 18px; line-height: 26px; font-weight: 500;}
.landing-page2 .home-section1 .title-row {padding: 0 17%;}

/** Home section 2 start **/
.home-section2 {background: #ff0000; padding-top: 80px; padding-bottom: 130px;}
.home-section2:before {content: ''; position: absolute; bottom: -30px; left: 50%; transform: translateX(-50%); border-left: solid 28px transparent; border-right: solid 28px transparent; border-top: solid 30px #ff0000;}
.home-section2 .title-row h3 {color: #ffffff;}
.home-section2 .title-row p {color: #ffffff; font-size: 22px; line-height: 36px; font-weight: 500;}

/** Home section 3 start **/
.home-section3 .top-block {padding-top: 95px; padding-bottom: 240px;}
.home-section3 .bottom-block {background: #f0f0f0; padding-bottom: 100px;}
.home-section3 .card-block {margin:-15px;}
.home-section3 .card-block .card-item {min-width:33.333%;max-width:33.333%;flex-basis:33.333%; padding:15px; margin-top: -160px;}
.home-section3 .card-block .card-item .card-box {box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%); height: 100%; border-radius: 25px; padding: 35px 25px 60px;background: #ffffff;background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 100%);background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%);background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 );}
.home-section3 .card-block .card-item .card-box span {display: flex; height: 105px; justify-content: center; align-items: flex-end;}
.home-section3 .card-block .card-item .card-box h5 {font-size: 22px; font-weight: bold; margin-top: 25px; margin-bottom: 15px; position: relative; padding-bottom: 10px;}
.home-section3 .card-block .card-item .card-box h5:before {content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); height: 2px; background: #ff0000; width: 120px;}
.home-section3 .card-block .card-item .card-box p {font-size: 16px; line-height: 26px; font-weight: 500;}

/** Home section 4 start **/
.testimonial-slider .img-cover:after {content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: #ff0000; opacity: 0.62;}
.home-section4{overflow: hidden; padding:140px 0;}
.home-section4 .bg-img{background-position: center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed;}
.home-section4 .bg-img:after{content:"";position: absolute;left:0;right:0;top:0;bottom:0; background:#ff0000;opacity:0.62;}
.home-section4 .bg-shap {height:110px; top: -40px; background: #f0f0f0; border-radius: 50%; z-index: 2; left: -5%; width: 110%;}
.home-section4 .bg-shap.shap-bottom {top: auto; bottom: -40px; background: #ffffff;}
.testimonial-slider .slide-content {z-index: 1; text-align: center;}
.testimonial-slider .content-block {max-width: 740px; margin: 0 auto;} 
.slide-content i {display: inline-block;}
.slide-content h2 {color: #ffffff; font-family: 'Montserrat'; font-weight: 600; font-style: italic; font-size: 35px; line-height: 46px; margin-top: 20px;}
.slide-content .client-info {justify-content: center; text-align: left;}
.slide-content .client-info .img-box {width: 60px; height: 60px; overflow: hidden; border-radius:100%;}
.slide-content .client-info .img-box img {width: 100%; height: 100%; object-fit: cover; object-position: center;}
.slide-content .client-info .info-box {margin-left: 12px;}
.slide-content .client-info .info-box strong {font-size: 20px; font-weight: 600; display: block;}
.slide-content .client-info .info-box p {font-size: 16px; font-weight: 500; color: #ffffff; margin-top: 5px;}
.landing-page3 .testimonial-slider .content-block {max-width: 860px;}

/** Home section 5 start **/
.home-section5 {background: linear-gradient(to top, #EAEAEA 0%, #ffffff 100%); padding-top: 25px; padding-bottom: 100px;}
.home-section5 .title-row h2 {margin-bottom: 18px;}
.home-section5 .card-block {margin:-15px -30px; margin-top: 30px;}
.home-section5 .card-item {min-width:33.333%;max-width:33.333%;flex-basis: 33.333%; padding:15px 30px; text-align: center;}
.home-section5 .card-item span {display: block; font-family: 'Georgia'; color: #d62330; font-size: 50px; line-height: 36px; margin-bottom: 20px;}
.home-section5 .card-item h5 {font-size: 26px; line-height: 36px; position: relative; color: #ff0000; font-weight: bold; margin-bottom:10px; padding-bottom: 10px;}
.home-section5 .card-item h5:before {content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); height: 2px; background: #ff0000; width: 75px;}
.home-section5 .card-item p {line-height: 33px; font-weight: 500;}

/** Home section 6 start **/
.home-section6{min-height:477px;}
.home-section6 .bg-img{background-position: center; background-repeat: no-repeat; background-size:cover; background-attachment: fixed;}
.home-section6 .title-row{max-width:628px; width:100%;}
.home-section6 .title-row h2 {font-family: 'Montserrat'; font-size: 32px; line-height: 38px;color: #ffffff; margin-bottom: 32px;}
.home-section6 .title-row p {color: #ffffff; font-size: 16px; font-weight: normal; margin-top: 20px;}
.landing-page2 .home-section6 .title-row {max-width: 988px;margin: 0 auto;}
.landing-page3 .home-section6 .title-row {max-width: 1048px;margin: 0 auto;}

/** Home section 7 start **/
.home-section7 {background: linear-gradient(to top, #EAEAEA 0%, #ffffff 100%); padding-top: 68px;}
.home-section7 .card-block {margin: 30px -15px -15px -15px;}
.home-section7 .card-block .card-item {padding:15px; min-width:33.333%;max-width:33.333%;flex-basis:33.333%;}
.home-section7 .card-block .card-item .card-box {background: #ffffff; border-radius: 15px; box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2); height: 100%; padding: 40px 20px;}
.home-section7 .card-block .card-item .card-box strong {font-size: 17px; color: #505050; font-weight: 600; line-height: 25px; border-bottom: solid 2px #eaeaea; display: block; padding-bottom: 10px; margin-bottom: 10px;}
.home-section7 .card-block .card-item .card-box p {font-size: 16px; line-height: 24px; color: #737373; font-weight: 500;}
.home-section7 .img-cover {margin-top: -30px;}

/** Footer start **/
#footer {padding-top: 25px; padding-bottom: 15px; background:#ffffff}
#footer .row {align-items: flex-end;}
.footer .logo-block{width: 36.5%;}
.footer .copyright-block{width:63.5%;}
.footer .d-flex{align-items: flex-end;}
.copyright-block p {font-size: 12px; color: #515151; font-weight: normal;}
.copyright-block p a{color: #515151;}
.copyright-block p a:hover{color:#d62330;}
.back-to-top {position: fixed; right: 50px; bottom: 70px; z-index: 9;}


/*======================================================================
=============================:: MEDIA CSS ::============================
=======================================================================*/
@media screen and (max-width:1199px){
/** Global css **/
h2 {font-size: 30px; line-height: 30px;}
h3 {font-size: 26px; margin-bottom: 20px;}
h4 {font-size: 24px;}
h5 {font-size: 20px; line-height: normal;}
h6 {font-size: 18px; margin-bottom: 15px;}
p {font-size: 18px;}
.btn {font-size: 15px; height: 50px; line-height: 50px; min-width: 200px;}

/** Header Start **/
#header {padding: 15px 0;}
main{padding:75px 0 0 0;}

.header-fixed .logo img, .logo img{max-width:90%;}
.header-fixed .header-right .btn, .header-right .btn{height: 45px; line-height: 45px; font-size: 15px;}

/** Home banner start **/
.banner-content strong {font-size: 18px; line-height: 26px;}

/** Home section 1 start **/
.home-section1 {background: linear-gradient(to top, #EAEAEA 0%, #ffffff 100%); padding: 50px 0;}
.home-section1 .card-item p {font-size: 16px; line-height: 24px;}

/** Home section 2 start **/
.home-section2 {padding: 70px 0;}
.home-section2 .title-row p {font-size: 20px; line-height: 30px;}

/** Home section 3 start **/
.home-section3 .top-block {padding-top: 70px; padding-bottom: 200px;}
.home-section3 .card-block .card-item .card-box span {height: 80px;}
.home-section3 .card-block .card-item .card-box span img {height: 100%; width: auto;}
.home-section3 .card-block .card-item .card-box h5 {font-size: 19px; margin-top: 15px;}
.home-section3 .card-block .card-item .card-box p { font-size: 15px; line-height: 24px;}
.home-section3 .card-block .card-item .card-box {padding: 30px 20px;}
.home-section3 .bottom-block {padding-bottom: 50px;}

/** Home section 4 start **/
.home-section4 .bg-img{background-attachment: inherit;}
.slide-content i img {max-width: 55px;}
.slide-content h2 {font-size: 30px; line-height: 36px; margin-top: 10px;}
.slide-content .client-info .info-box strong {font-size: 18px;}
.slide-content .client-info .info-box p {font-size: 15px; margin-top: 0;}

/** Home section 5 start **/
.home-section5 {padding-top: 20px; padding-bottom: 80px;}
.home-section5 .card-block {margin:15px -15px -15px;}
.home-section5 .card-item {padding:15px;}
.home-section5 .card-item span {font-size: 36px; line-height: 30px;}
.home-section5 .card-item h5 {font-size: 22px;}
.home-section5 .card-item p {font-size: 16px; line-height: 26px;}

/** Home section 6 start **/
.home-section6 {min-height: 320px;}
.home-section6 .title-row {max-width: 548px;}
.home-section6 .bg-img{ background-attachment: inherit;}
.home-section6 .title-row h2 {font-size: 28px; line-height: 32px; margin-bottom: 20px;}

/** Home section 7 start **/
.home-section7 {padding-top: 50px;}
.home-section7 .card-block .card-item .card-box {padding: 30px 15px;}
.home-section7 .card-block .card-item .card-box strong {font-size: 16px; line-height: 24px;}
.home-section7 .card-block .card-item .card-box p {font-size: 15px;}

}

@media screen and (max-width:991px){
/** Global css **/
h2 {font-size: 26px; line-height: 30px;}
h3 {font-size: 24px; margin-bottom: 15px;}
h4 {font-size: 22px;}
h5 {font-size: 19px;}
h6 {font-size: 17px; margin-bottom: 10px; line-height: normal;}
.btn {font-size: 16px; height: 50px; line-height: 48px; min-width: 150px;}

/** Banner Section Start **/
.banner-content {width: 64%;}
.landing-page2 .banner-content{width: 68%;}
.landing-page2 .banner-content h1 br{display: none;}

/** Home Section 1 Start **/
.landing-page2 .home-section1 .title-row {padding: 0 4%;}
.home-section1 .card-item p br{display: none;}

/** Home Section 2 Start **/
.landing-page2 .home-section2 .title-row p br{display: none;}

/** Home Section 3 Start **/
.home-section3 p br{display: none;}

/** Home Section 6 Start **/
.home-section6 .title-row h2 br{display: none;}

}

/* iPhone-6 plus 736 (Landscape) view */
@media screen and (max-width:767px) {
/** Global css **/
.h1, h1{font-size:46px; line-height:49px;}
h2 {font-size: 36px;line-height: 45px;margin-bottom: 15px;}
h3{font-size:27px; line-height:36px;}
h5 {font-size: 26px;line-height:36px;}
h6 {font-size: 16px;}
ul li, ol li {padding-left: 20px; font-size: 16px; line-height: 22px; margin-bottom: 10px;}
section ul li:before {width: 10px; height: 10px;}
p{font-size:22px; line-height:36px;}
.btn {height: 74px;line-height: 74px;min-width: 360px;font-size: 26px;font-weight: bold;}
.desktop-diplay{display: none;}
.mobile-diplay{display: block;}

/** Header Start **/
#header {padding: 13px 0;}
.header-right{display: none;}
.logo {max-width: 230px;}
.header-fixed .logo img, .logo img{max-width:100%;}

/** Banner Section Start **/
.landing-page2 .banner-content,
.banner-content{width:100%;}
.banner-content strong br,
.banner-content h1 br{display: none;}
.banner-content strong {font-size: 25px;line-height: 37px;font-weight: 600; margin-bottom:21px;}
.banner-content p {font-size: 24px; line-height:36px; margin-top: 15px;}
.landing-page2 .banner-content {text-align: center;}

/** Home section 1 start **/
.home-section1 {padding: 50px 0 65px 0;}
.home-banner .banner-image {--bs-aspect-ratio: 0;height: 650px;background:#000;}
.home-banner .banner-image img{opacity:0.9;}
.landing-page2 .home-section1 .title-row,
.home-section1 .title-row {padding: 0 5%;margin-bottom: 20px;}
.home-section1 .card-item{min-width:100%;max-width:100%;flex-basis: 100%;}
.home-section1 .card-item p {font-size: 22px;line-height: 32px;}
.home-section1 .card-item h5 {margin-bottom: 8px;margin-top: 12px;}
.landing-page3 .home-banner .banner-image{height:652px;}

/** Home Section 2 Start **/
.home-section2 {padding:75px 0 60px 0;}
.home-section2 .title-row h3 {margin-bottom: 17px;}
.home-section2 .title-row p {font-size: 22px;line-height: 36px;}
.home-section2 p br,
.home-section2 h3 br{display: none;}

/** Home Section 3 Start **/
.home-section3 .card-block .card-item {min-width: 100%;max-width: 100%;flex-basis: 100%;margin-top:0;}
.home-section3 h2 {font-size: 34px;line-height: 36px; margin-bottom:20px;}
.home-section3 .title-row p{line-height:34px;}
.home-section3 .top-block {padding-top: 84px;padding-bottom: 65px;}
.home-section3 .card-block{position: relative; z-index:1; padding:0 25px;}
.home-section3 .card-block:before {content: "";position: absolute;left: 0;right: 0;top: 0;height: 50%;background: #fff;display: block; z-index:-1;}
.home-section3 .card-block .card-item .card-box {padding: 35px 20px 55px 20px;}
.home-section3 .card-block .card-item .card-box h5 {font-size: 26px;margin-top: 29px;line-height: 1;padding-bottom: 20px;}
.home-section3 .card-block .card-item .card-box p{font-size: 20px;line-height: 30px;}

/** Home Section 4 Start **/
.home-section4 {padding: 137px 0 110px 0;}
.slide-content h2{line-height:44px; margin:4px 0 20px 0;}
.slide-content .client-info .info-box strong {font-size: 20px; line-height:1;}
.slide-content .client-info .info-box p {font-size: 16px;margin-top:6px; line-height:1;}

/** Home section 5 start **/
.home-section5 {padding-top: 10px;padding-bottom: 115px;}
.home-section5 .title-row h2 {font-size: 34px;line-height: 36px;}
.home-section5 .title-row p {line-height: 32px;}
.home-section5 .title-row p br{display: none;}
.home-section5 .card-block {margin: 12px -15px -15px;}
.home-section5 .card-item {min-width: 100%;max-width: 100%;flex-basis: 100%;margin-bottom:13px;}
.home-section5 .card-item span {font-size: 50px;line-height: 36px; margin-bottom:19px;}
.home-section5 .card-item h5 {font-size: 30px;line-height:36px;margin-bottom:8px;}
.home-section5 .card-item p {font-size: 22px;line-height:33px;}

/** Home section 6 start **/
.home-section6 {min-height: 444px; padding-bottom:50px; align-items: flex-end !important;}
.home-section6 .bg-img{background-position: right center;}
.home-section6 .title-row h2 {font-size: 32px;line-height: 37px;margin-bottom: 26px;}
.home-section6 .title-row p {font-size: 18px;margin-top: 12px;}
.landing-page2 .home-section6 .title-row h2 {font-size: 25px;line-height: 34px;}
.landing-page3 .home-section6 .title-row h2 br{display: none;}
.landing-page3 .home-section6 .title-row h2{font-size:25px; line-height:34px; font-weight: 600;}

/** Home section 7 start **/
.home-section7 {padding-top: 54px;}
.home-section7 .card-block {margin: 20px 10px -15px 10px;}
.home-section7 .card-block .card-item{min-width:100%;max-width:100%;flex-basis:100%;}
.home-section7 h2 {font-size: 34px;line-height: 44px;}
.home-section7 .card-block .card-item .card-box {padding: 32px; min-height:344px;}
.home-section7 .card-block .card-item .card-box strong {font-size: 20px;line-height: 26px; padding-bottom: 13px;}
.home-section7 .card-block .card-item .card-box p {font-size: 18px;line-height: 30px;}
.home-section7 .img-cover {margin-top: 50px;}

/** Footer Start **/
#footer {padding-top: 5px;padding-bottom: 10px;}
.footer .logo-block {width: 100%;}
.footer .logo-block a {margin:0 auto 10px auto;display: block;width: 210px;}
.footer .copyright-block {width: 100%;text-align: center;}
.copyright-block p {font-size: 14px;line-height:normal;}

}

@media screen and (max-width:399px) {
.h1, h1 {font-size: 42px;line-height: 46px;}
h2 {font-size: 32px;line-height: 40px;}
h3 {font-size: 24px;line-height: 33px;}
h5 {font-size: 24px;line-height: 34px;}
p {font-size: 20px;line-height: 32px;}
.btn {height: 64px;line-height: 64px;min-width: 290px;font-size: 22px;}

.banner-content strong {font-size: 22px;line-height: 32px;}
.banner-content p {font-size: 22px;line-height: 34px;}
.home-section1 .card-item p {font-size: 20px;line-height: 30px;}
.home-section2 .title-row p {font-size: 20px;line-height: 34px;}
.home-section3 h2 {font-size: 32px;line-height: 34px;}
.home-section3 .title-row p {line-height: 32px;}
.home-section3 .card-block{padding:0;}
.home-section3 .card-block .card-item .card-box h5 {font-size: 24px;}
.home-section3 .card-block .card-item .card-box p {font-size: 18px;line-height: 28px;}
.slide-content h2 {font-size: 26px; line-height:38px;}
.home-section5 .title-row h2 {font-size: 32px;line-height: 34px;}
.home-section5 .title-row p {line-height: 30px;}
.home-section5 .card-item span {font-size: 48px;line-height: 34px;}
.home-section5 .card-item h5 {font-size: 28px;line-height: 34px;}
.home-section5 .card-item p {font-size: 20px;line-height: 30px;}
.home-section6 .title-row h2 {font-size: 30px;line-height: 34px;}
.home-section7 h2 {font-size: 32px;line-height: 42px;}
.home-section7 .card-block .card-item .card-box strong {font-size: 18px;line-height: 24px;}
.home-section7 .card-block .card-item .card-box p {font-size: 16px;line-height: 28px;}
.home-section7 .card-block {margin: 20px -15px -15px -15px;}
.home-section7 .card-block .card-item .card-box {padding: 25px;min-height: 300px;}

.back-to-top {right: 15px;}

}