/* Fonts */
@font-face {
    font-family: 'Barlow Semi Condensed';
    src: url('../fonts/BarlowSemiCondensed-Medium.woff2') format('woff2'),
        url('../fonts/BarlowSemiCondensed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow Semi Condensed';
    src: url('../fonts/BarlowSemiCondensed-Regular.woff2') format('woff2'),
        url('../fonts/BarlowSemiCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --primary-color:#DAA900; /** var(--primary-color) **/
    --white-color:#ffffff; /** var(--white-color) **/
    --black-color:#000000; /** var(--black-color) **/
    --primary-font:'Barlow Semi Condensed'; /** var(--primary-font) **/
}
/*==================================:: 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 ::==================================*/

/* Loading */
.loader-wrap {background: var(--primary-color); 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: var(--white-color); 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);}
}

/*==================================:: 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 var(--white-color); left: 0px; right: auto;}
.slider .slick-next {border-width: 14px 0px 14px 14px; border-color: transparent var(--white-color); 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 var(--black-color);}
.slider div {text-align: center; font-size: 75px; color: var(--white-color);}
/*==================================:: Slick Slider CSS End ::==================================*/

/* ===== RESET ================================================== */
html, body {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
hr{display:block; height:0.125rem; max-width:100%; border:0; border-top:0.125rem solid var(--black-color); margin:1.25rem 0; padding:0; opacity:1;}ol, ul, li{list-style:none;}
html{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}

/* ===== GLOBAL ================================================== */
body{font-family:var(--primary-font); font-size:1rem; line-height:1.625rem; color:var(--white-color);background:var(--black-color); overflow-x:hidden; padding:0; transition: all 0.4s ease;}
:focus{text-decoration:none; outline:none;}
a{text-decoration:none; color:var(--black-color); 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:var(--black-color);}
a:focus{outline:0; outline: none;}
strong, b{font-weight:400;}

/* Ul Li & Ol Li CSS */
ul, ol {margin:0; padding:0;}
ul ul, ol ol, ul ol, ol ul{margin-top:1rem;}
ul li, ol li {margin:0;padding:0;font-size:1.75rem;line-height:2.125rem;color:var(--black-color);font-weight:normal;font-family:var(--primary-font);}
.entry-content li a{text-decoration:underline;}
.entry-content li a:hover{text-decoration:none; color:var(--black-color);}
.entry-content ul, .entry-content ol {display:inline-block; padding:0; margin:0 0 1.875rem 0;}
.entry-content ul ol, .entry-content ol ul, .entry-content ul ul, .entry-content ol ol{display:block; margin-top:0.625rem;}
.entry-content ul li{list-style:none; padding:0 0 0 1.25rem; margin:0 0 0.5rem; position: relative;}
.entry-content ul li:last-child{margin-bottom:0;}
.entry-content ul li:before{display: block; content: ""; width:0.375rem; height:0.375rem;border-radius:50%; background:var(--black-color);position: absolute; left:0; top:0.625rem;}
.entry-content ul li li:before {border: 0.063rem solid var(--black-color);background:var(--white-color);}
.entry-content ol{margin-left:1.25rem;}
.entry-content li li{padding-left:0.875rem;list-style:none !important;}
.entry-content ol li {list-style-type:decimal; list-style-image:none; list-style-position:outside; margin:0 0 0.938rem 0;}


h1,h2,h3,h4,h5,h6{font-weight:500 !important; color:var(--black-color); font-family:var(--primary-font); line-height:normal; letter-spacing:0; margin:0 0 0.938rem; }
.h1, h1{font-size:5.625rem; margin-bottom: 0;}
.h2, h2{font-size:3.75rem; line-height: 4.5rem;}
h3{font-size:1.875rem;}
h4{font-size:1.75rem;}
h5{font-size:1.625rem;}
h6{font-size:1.5rem;}

p{font-family:var(--primary-font); font-size:1.313rem; line-height:1.625rem; color:var(--black-color); font-weight:200; letter-spacing:0; margin:0 0 1.875rem;}
img{max-width:100%; height:auto; border:none; outline:none;}
.container {max-width: 1320px; padding: 0 15px;}

/* Header start */
#header {z-index: 3;}

/* Banner start */
.banner-image{background: var(--black-color); max-height: 100vh;}
.banner-image iframe,
.banner-image video,
.banner-image img {display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity:0.9;}
.banner-content {bottom: 5.625rem;}

/* Section 2 start */
.section2 .conter-card {max-width: 25%; border-right: solid 1px #4D4E56; padding: 1.563rem 1rem 0.375rem;}
.section2 .conter-card:last-child {border: 0;}
.section2 .conter-card .counter-box span, 
.section2 .conter-card .counter-box small {font-size: 3.75rem; line-height: 4.688rem; font-family: var(--primary-font); font-weight: 500; color: #f0c55c;}
.section2 .conter-card .counter-box sup {font-size: 1.875rem; color: #f0c55c; font-family: var(--primary-font); top: -1em;}
.section2 .conter-card p {margin: 1rem 0 0 0; font-size: 1.25rem; line-height: 1.5rem;}

/* Section 3 start */
.home-slider {padding: 0 4.75rem;}
.home-slider .ratio-16x9 {--bs-aspect-ratio:calc(9 / 14.3 * 100%); max-height: 100vh;}
.home-slider .slider-img img {height: 100% !important; width: 100%; object-fit: cover; object-position: center;}
.home-slider .slick-arrow {position: absolute; top: 50%; left: 0; width: 76px; height: 76px; font-size: 0; border: 0; box-shadow: none; outline: none; background: url('../images/slider-left-arrow-bg.png'); background-repeat: no-repeat; background-size: 100%; display: flex; align-items: center; justify-content: center; transform: translate(0, -50%);}
.home-slider .slick-next.slick-arrow {left: auto; right: 0; background-image: url('../images/slider-right-arrow-bg.png');}
.home-slider .slick-arrow:before {content: ''; width: 16px; height: 16px; display: inline-block; border-left: solid 2px var(--black-color); border-bottom: solid 2px var(--black-color); transform: rotate(45deg);}
.home-slider .slick-next.slick-arrow:before {transform: rotate(-135deg);}

/* Section 4 start */
.timeline-blog .timeline-box {width: 20%; text-align: center;}
.timeline-blog .timeline-box:first-child {text-align: left;}
.timeline-blog .timeline-box:last-child {text-align: right;}
.timeline-blog .timeline-box .yeas-month {font-size: 1.5rem; font-family: var(--primary-font); line-height: normal; font-weight: 500; margin-bottom: 30px; padding-bottom: 30px;}
.timeline-blog .timeline-box .yeas-month-title {font-size: 1.125rem; line-height: 1.375rem; }
.timeline-blog .timeline-box .yeas-month:before {content: ''; width: 14px; height: 14px; background: var(--white-color); position: absolute; left: 50%; bottom: -7px; transform: rotate(45deg); margin-left: -7px; border: solid 2px var(--black-color); z-index: 1;}
.timeline-blog .timeline-box:first-child .yeas-month:before {left: 0; margin-left: 0;}
.timeline-blog .timeline-box:last-child .yeas-month:before {left: auto; right: 0; margin-left: 0;}
.timeline-blog .timeline-box .yeas-month:after {content: ''; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--white-color);}
.timeline-blog .timeline-box.selected .yeas-month, 
.timeline-blog .timeline-box.selected .yeas-month-title {color: var(--primary-color) !important;}
.timeline-blog .timeline-box.selected .yeas-month:before, 
.timeline-blog .timeline-box.selected .yeas-month:after {background: var(--primary-color);}


/* Section 5 start */
.map {height: 700px;}
.map-layers {position: absolute;top: 20px;left: 50%;padding:15px;background-color: var(--white-color);transform: translate(-50%, 0);max-width: 1150px;width:95%; border-radius: 3px;box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15); display:-webkit-flex; display:flex;align-items: center; min-height:55px;}
.map-layers__place{background-color:var(--white-color);padding:7px 15px;font-size:14px;font-weight:500; font-family: var(--primary-font);color:var(--black-color); border-radius:0;-webkit-user-select:none;-ms-user-select:none;user-select:none;transition:opacity 0.3s ease-in-out,transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);transform-origin:0 100%;will-change:opacity, transform;white-space:nowrap; -webkit-transform:translateX(-50%);transform:translateX(-50%);}
.map-layers__place.hide{display:block; opacity:0;transform:scale(0);transition:opacity .15s, transform .2s}
.map-layers__place::after {position: absolute;left: 50%;bottom: -7px;width: 0;height: 0;border-style: solid;border-width: 8px 8px 0 8px;border-color:var(--white-color) transparent transparent transparent;content: "";transform: translate(-50%, 0);}
.map-layers__place.mainobject_image {padding: 0;background: none; z-index:1;}
.map-layers__place.mainobject_image::before, .map-layers__place.mainobject_image::after{display:none}

/* Section 6 start */
.section6 .bg-image img {display: block; width: 100%; height: 100%; object-fit: cover; object-position: center;}
.section6 .bg-image:before {content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: var(--black-color); opacity: 0.5;}
.section6 h2 {margin-bottom: 0; color: var(--white-color);}
.section6 ul {display: flex; flex-wrap: wrap;}
.section6 ul li {position: relative; color: var(--white-color); margin-bottom: 20px; padding-left: 25px; width: 50%; padding-right: 50px;}
.section6 ul li:last-child {margin-bottom: 0;}
.section6 ul li:before {content: ''; width: 10px; height: 10px; position: absolute; left: 0; top: 13px; background:var(--primary-color); transform:rotate(45deg);}

/* Section 7 start */
.logo-list .logo-card {margin: 15px 30px 20px 0; width: calc(16.666% - 30px);}
.logo-list .logo-card:last-child {padding-right: 0;}
.logo-list .logo-card {margin: 15px 30px 20px 0; width: calc(16.666% - 30px);}
.logo-list .logo-card:last-child {padding-right: 0;}
.logo-list .logo-card-box .logo-img {height: 95px;}
.logo-list .logo-card-box .logo-img img {display: block; width: 100%; height: 100%; object-fit: cover; object-position: center;}
.logo-list .logo-card-box .logo-title {font-size: 1.125rem; line-height: 1.375; color: var(--white-color); font-weight: 500; font-family: var(--primary-font); margin-top: 20px; transition: all ease 0.5s;}
.logo-list .logo-card-box:hover .logo-title {color: #d8ac41;}

/* Section 8 start */
.nav-tabs .nav-link {width: 100%;border: 0;border-bottom: 2px solid var(--primary-color);color: var(--primary-color);font-size: 1.875rem;font-weight: 500; line-height: normal; height: 100%;}
.nav-tabs .nav-link.active {background: none;border-color: var(--white-color);color: var(--white-color);}
.nav-tabs .nav-link span {display: block;font-size: 1.125rem;}

/* Footer start */
.footer{border-top:1px solid var(--primary-color);}
#footer .container {max-width: 1100px;}
.footer-left {width: 500px;}
.footer-left .img-box {width: 240px;}
.footer-left .img-box img {display: block; width: 100%; height:100%;}
.footer-left .f-info-right {padding-left: 40px;}
.footer-left .f-info-right h5 {margin: 0 0 10px 0; font-size: 1.875rem; color: var(--white-color); line-height: 1.625;}
.footer-left .f-info-right p {color: var(--white-color); font-weight: 400; line-height: 2.5rem; margin-bottom: 0;}
.footer-left .f-info-right p a {color: var(--white-color);}
.footer-logo {margin-top: 40px;}
.footer-left .f-info-right p a:hover {color: #d6aa3f;}

.footer-right {width: 410px;}
.footer-right .register-form {margin: 0;}
.footer-right .register-form .footer-form {flex-direction: column;}
.footer-right .register-form .footer-form .form-row {width: 100%; display: flex; flex-direction: column; margin-bottom: 20px;}
.footer-right .register-form .footer-form .form-row label {color: var(--white-color); font-size: 1rem; letter-spacing: 0.89px; font-family: var(--primary-font); font-weight: 500; margin-bottom: 5px; line-height: normal; text-transform: uppercase;}
.footer-right .register-form .footer-form .form-row.action {margin-bottom: 0; padding-top: 20px;}
.footer-right .register-form .footer-form .form-row input, 
.footer-right .register-form .footer-form .form-row textarea {font-family: var(--primary-font); font-size: 1rem; font-weight: 500; color: var(--black-color); height: 50px; border: 0; padding: 0 15px; outline: none; box-shadow: none;}
.footer-right .register-form .footer-form .form-row textarea {padding: 10px 15px; height: 130px;}
.footer-right .register-form .footer-form .form-row.action .btn {color: var(--black-color); text-transform: uppercase; letter-spacing: 2px; font-size: 18px; text-align: center; background: url('../images/btn-bg.png'); background-size: 100%; background-position: center; border-radius: 0;}
.footer-form .form-row.checkbox-row {flex-direction: column;}
.footer-form .form-row.checkbox-row p {width: 100%;display: block;}
.footer-form .form-row.checkbox-row p {margin-bottom: 15px; position: relative;}
.footer-form .form-row.checkbox-row input {position: absolute; opacity: 0; left: 0; top: 0; width: 20px; height: 20px;}
.footer-form .form-row.checkbox-row label {text-transform: none !important; margin: 0; width: auto; padding-left: 28px; line-height: 20px; font-size: 12px; color: var(--white-color) !important;}
.footer-form .form-row.checkbox-row label a{color:var(--primary-color);}
.footer-form .form-row.checkbox-row p:last-child {margin-bottom: 0;}
.footer-form .form-row.checkbox-row label:before {content: ''; position: absolute; left: 0; top: 0; width: 20px; height: 20px; background: #fff; border: solid 1px #CEBBA0; border-radius: 0px;}
.footer-form .form-row.checkbox-row input:checked + label:before {background: var(--white-color); border-color:var(--primary-color);}
.footer-form .form-row.checkbox-row input:checked + label:after {content: ''; width: 8px; height: 12px; position: absolute; left: 6px; top: 2px; border-bottom: solid 2px var(--primary-color); border-right: solid 2px var(--primary-color); transform: rotate(45deg);}
.footer-form .form-row.checkbox-row label a {text-decoration: underline;}

.success-message h4, .success-message p {color:#fff;}

/* Back to top */
.back-to-top {position: fixed; bottom: 6.25rem; right: 3.438rem; z-index: 9999; opacity: 0; visibility: hidden; transition: all ease 0.5s;}
.back-to-top.show {opacity: 1; visibility: visible;}

/* 404 page start */
.error404 .middle-section h1, 
.error404 .middle-section p {color: var(--white-color);}
.error404 .middle-section .btn {color: var(--black-color); text-transform: uppercase; letter-spacing: 1px; font-size: 16px; text-align: center; background: url(../images/btn-bg.png); background-size: 100%; background-position: center; padding: 0 20px; font-weight: 600; border-radius: 0; line-height: 40px;}
.error404 .middle-section h1 {padding-bottom: 20px;}

/* Responsive Start */
@media (max-width: 1365px) {
/* Global css */    
.h1, h1 {font-size: 4.375rem;}
.h2, h2 {font-size: 3rem; line-height: 3rem;}
ul li, ol li {font-size: 1.50rem; line-height: 2rem;}

/* Section 2 start */
.section2 .conter-card .counter-box span, 
.section2 .conter-card .counter-box small {font-size: 3rem; line-height: 3rem;}
.section2 .conter-card .counter-box sup {font-size: 1.50rem;}

/* Section 4 start */
.timeline-blog .timeline-box .yeas-month {font-size: 1.3rem;}

/* Section 5 start */
.map {min-height: 100px;}

/* Section 6 start */
.section6 ul li {margin-bottom: 15px;}
.section6 ul li:before {top: 10px;}

.section8>.container>.row{margin: 0;padding: 0 1rem;}

}

@media (max-width: 1199px) {
/* Global css */    
.h1, h1 {font-size: 4rem;}
.h2, h2 {font-size: 2.5rem; line-height: 2.5rem;}
ul li, ol li {font-size: 1.25rem; line-height: 1.25rem;}

/* Header start */
#header .logo img {max-width: 140px;}

/* Banner start */
.banner-content {bottom: 3rem;}

/* Section 2 start */
.section2 .conter-card .counter-box span, 
.section2 .conter-card .counter-box small {font-size: 2.5rem; line-height: 2.5rem;}
.section2 .conter-card .counter-box sup {font-size: 1.5rem;}
.section2 .conter-card p {font-size: 1rem;}

/* Section 5 start */
.map {height: 600px;}

/* Section 6 start */
.section6 ul li:before {top: 5px;}

/* Footer start */
.footer-left .f-info-right h5 {font-size: 1.50rem; line-height: 1.5rem;}
.footer-left .f-info-right p {font-size: 1.25rem; line-height: 1.5rem;}

}

@media (max-width: 991px) {
/* Global css */    
.h1, h1 {font-size: 3rem;}
.h2, h2 {font-size: 2rem; line-height: 2rem;}
ul li, ol li {font-size: 1.3rem; line-height: 1.5rem;}

/* Header start */
#header .logo img {max-width: 120px;}

/* Section 2 start */
.section2 .conter-card .counter-box span, 
.section2 .conter-card .counter-box small {font-size: 2rem; line-height: 2rem;}
.section2 .conter-card .counter-box sup {font-size: 1.25rem; top: -0.7em;}
.section2 .conter-card p {margin-top: 0.5rem;}

/* Section 3 start */
.home-slider {padding: 0 50px;}
.home-slider .slick-arrow {width: 50px; height: 50px;}

/* Section 4 start */
.timeline-blog .timeline-box .yeas-month {font-size: 1.2rem; margin-bottom: 20px; padding-bottom: 20px;}
.timeline-blog .timeline-box .yeas-month-title {font-size: 1rem;}

/* Section 5 start */
.map {height: 500px;}

/* Section 6 start */
.section6 ul li:before {width: 8px; height: 8px; top: 9px;}
.section6 ul li {padding-left: 20px;}

/* Section 7 start */
.logo-list .logo-card {margin: 10px 15px 10px 0; width: calc(33.333% - 10px);}
.logo-list .logo-card:nth-child(3n+3) {margin-right: 0;}
.logo-list {flex-wrap: wrap;}
.logo-list .logo-card-box .logo-img {height: 120px;}
.logo-list .logo-card-box .logo-title {margin-top: 10px;}

.nav-tabs .nav-link{font-size: 1.25rem;}
.nav-tabs .nav-link span{font-size: 1rem;}

/* Footer start */
.footer-left {width: 100%;}
.footer-right {width: 100%;}
.footer-content {flex-wrap: wrap;}
.footer-left .img-box {width: 200px;}
.footer-left .f-info-right {padding-left: 30px;}
.footer-left .f-info-right p {line-height: 2rem;}
.footer-logo {margin-top: 20px;}
.footer-right {margin-top: 40px;}
.footer-right .register-form .footer-form .form-row input {height: 45px;}
.footer-right .register-form .footer-form .form-row textarea {height: 100px;}

}

@media (max-width: 767px) {
/* Global css */    
.h1, h1 {font-size: 2.25rem;}
.h2, h2 {font-size: 1.725rem; line-height: 1.725rem;}

/* Header start */
#header .logo img {max-width: 80px;}

/* Banner start */
.banner-content {bottom: 2rem;}

/* Section 2 start */
.section2 .conter-card {max-width: 50%; margin: 10px 0;}
.section2 .row {flex-wrap: wrap;}
.section2 .conter-card:nth-child(2) {border: 0;}

/* Section 4 start */
.timeline-blog {flex-wrap: wrap;}
.timeline-blog .timeline-box {width: 100%; text-align: left; position: relative; padding-bottom: 25px; padding-left: 40px;}
.timeline-blog .timeline-box .yeas-month {margin-bottom: 0;}
.timeline-blog .timeline-box:before {content: ''; width: 14px; height: 14px; background: var(--white-color); position: absolute; left: 0;top: 5px; transform: rotate(45deg); margin-left: 0px; border: solid 2px var(--black-color); z-index: 1;}
.timeline-blog .timeline-box:after {content: ''; position: absolute; left: 6px; width: 2px; top: 10px; height: 100%; background: var(--white-color);}
.timeline-blog .timeline-box .yeas-month:after, 
.timeline-blog .timeline-box .yeas-month:before {display: none;}
.timeline-blog .timeline-box:last-child {text-align: left;}
.timeline-blog .timeline-box:last-child:after {display: none;}
.timeline-blog .timeline-box .yeas-month {padding-bottom: 0;}
.timeline-blog .timeline-box .yeas-month-title {padding-top: 10px;}
.timeline-blog .timeline-box.selected:before, 
.timeline-blog .timeline-box.selected:after {background: #DAA900;}

/* Section 5 start */
.map {height: 400px;}

/* Section 6 start */
.section6 ul li {width: 100%; padding-right: 0;}

/* Section 7 start */
.logo-list .logo-card-box .logo-img {height: 100px;}

/** Footer Start **/
.footer-form .form-row.checkbox-row p {margin-bottom: 10px;}

}

@media (max-width: 575px) {
/* Global css */    
.h1, h1 {font-size: 2rem; line-height: 2rem;}
.h2, h2 {font-size: 1.5rem; line-height: 2rem;}

/* Header star */
#header .logo img {max-width: 60px;}

/* Banner start */
.banner-content {bottom: 1.5rem;}

/* Section 2 start */
.section2 .conter-card .counter-box span, 
.section2 .conter-card .counter-box small {font-size: 1.5rem; line-height: 1.5rem;}
.section2 .conter-card .counter-box sup {font-size: 1rem;}

/* Section 3 start */
.home-slider {padding: 0 30px;}
.home-slider .slick-arrow {width: 30px; height: 30px;}
.home-slider .slick-arrow:before {width: 10px; height: 10px;}

/* Section 7 start */
.logo-list .logo-card {width: 100%; margin-right: 0;}
.logo-list .logo-card-box .logo-img {height: auto;}

.section8>.container>.row{padding:0;}

/* Footer start */
.footer-info-top {flex-wrap: wrap;}
.footer-left .f-info-right {padding-left: 0; padding-top: 20px; width: 100%;}
.footer-left {text-align: center;}
.footer-left .img-box {width: 180px; margin: 0 auto;}
.footer-left .f-info-right h5 {font-size: 1.3rem;}
.footer-left .f-info-right p {line-height: 1.7rem;}
.footer-right .register-form .footer-form .form-row label {font-size: 0.725rem;}
.footer-right .register-form .footer-form .form-row {margin-bottom: 15px;}
.footer-right .register-form .footer-form .form-row input, 
.footer-right .register-form .footer-form .form-row textarea {height: 40px; font-size: 0.725rem;}
.footer-right .register-form .footer-form .form-row textarea {height: 70px;}
.footer-right .register-form .footer-form .form-row.action {padding-top: 10px;}
.footer-right .register-form .footer-form .form-row.action .btn {font-size: 16px; letter-spacing: 1px;}

}