:root{
	--white_clr: #fff;
	--black_clr: #000;
	--text_clr: #494949;
	--primary_clr: #7d003c;
	--secondary_clr: #ecc765;
	--y_clr: #ecc765;
	--primary_font_family: 'Poppins', sans-serif;
	--secondary_font_family: 'Open Sans', sans-serif;
}
/*color: var(--white_clr);*/
/*==================================:: 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; -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; min-width: 100%;}
.slick-list.dragging{cursor: pointer;}
.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; min-width: 100%; display:flex;display:-webkit-flex;}
.slick-track:before, .slick-track:after{display:table; content:"";}
.slick-track:after{clear:both;}
.slick-loading .slick-track{visibility:hidden;}
.slick-slide{display:none; min-height:1px; flex-grow: 1; flex: inherit;}
.slick-initialized .slick-slide{display: block; list-style:none;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block; height: auto; border:1px solid transparent;}
.slick-arrow{display:flex; align-items: center; justify-content: center; position:absolute; top:50%; margin-top:-20px; z-index:2; padding:0; width:40px; height:40px; text-align:center; font-size:0; background:#eee; border:0; color: var(--primary_clr); cursor:pointer; opacity:1; -webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s; box-shadow: 0 0 10px rgba(0,0,0,0);}
.slick-arrow:before{display: block; content: "\f2ea";  font-family: 'Material-Design-Iconic-Font'; font-weight: 400; font-size: 20px;}
.slick-arrow.slick-next:before{content: "\f2ee";}
.slick-arrow.slick-prev{left:5px;}
.slick-arrow.slick-next{right:5px;}
.slick-arrow:hover{background: var(--primary_clr); color: var(--white_clr);}
.slick-dots{display:flex;display:-webkit-flex; align-items: center; justify-content: center; position:absolute; left:0; right:0; margin:0 auto; padding:0; bottom:10px; text-align:center;}
.slick-dots li{margin:0 4px; padding:0; list-style:none; display:inline-block; vertical-align:top;}
.slick-dots li button{display:block; width:10px; height:10px; font-size:0; padding: 0; background:none; border:1px solid var(--primary_clr); -webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px; cursor:pointer; position: relative; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.slick-dots li.slick-active button{background: var(--primary_clr);}
.slide-number {display:inline-block; vertical-align:middle; position:relative; font-size:14px; line-height:30px; color:#262d33; text-align:center; width:80px;}
.slide-number .slick-dots {position:relative; bottom:0;}
.slide-number .slick-dots li button {display:block; width:15px; height:30px; background:none; border:none; -webkit-border-radius:0;-moz-border-radius:0;border-radius:0; font-size:14px; line-height:30px; color:#333;}
.slide-number .slick-dots li button:hover {background:none;}
.slide-number .f-l {position:relative; z-index:1;}
.slide-number .f-l .slick-dots li {display:none;}
.slide-number .f-l .slick-dots li:first-child {display:inline-block; position:relative; padding-right:0;}
.slide-number .f-l .slick-dots li:first-child button {opacity:0;}
.slide-number .f-l .slick-dots li:first-child:after {display:inline-block; content:"/"; font-size:14px; line-height:30px; color:#aaabad; position:absolute; right:-2px; top:0;}
.slide-number .f-l .slick-dots li:last-child {display:inline-block; margin:0;}
.slide-number .f-f {position:absolute; left:14px; top:0; width:20px; height:30px; z-index:2;}
.slide-number .f-f .slick-dots li {position:absolute; left:0; top:0; opacity:0; visibility:hidden;}
.slide-number .f-f .slick-dots li.slick-active {opacity:1; visibility:visible;}
/*Slick Slider Css End*/
/*=========== Mobile Menu STYLE Start ========*/
/*body.mobile-menu-open{overflow:hidden;}*/
.menu-open-overlay{position:fixed; top:0; left:0; width:100%; bottom:0; background: var(--black_clr); display:none; z-index:12; opacity:0.5;}
.mobile-menu-open .menu-open-overlay{display:block;}
.mobile-menu-block{background:var(--white_clr); bottom:0; color:#16181C; position:fixed; top:0; left:-400px; width:380px; z-index:-4; font-size:16px; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.mobile-menu-open .mobile-menu-block{left:0; z-index:20;}
.mobile-menu-inner{height:calc(100% - 154px); overflow:auto; padding:10px 15px; position: relative; z-index: 3;}
.mobi-logo{padding: 0 15px; border-bottom: 1px solid #ddd; height: 90px;}
.mobi-logo a,
.mobi-logo img{display: block; width: 170px;}
.mobile-nav ul{margin:0; padding: 0; list-style: none;}
.mobile-nav li{margin: 0; padding: 10px 0; color:var(--text_clr); font-weight:400; font-size:18px; line-height:22px; text-transform:none; position:relative;}
.mobile-nav ul li a{display:block; color:var(--text_clr); font-weight:500; font-family: var(--primary_clr); font-size:18px; line-height:22px; text-transform:none; letter-spacing:0; padding:0;}
.mobile-nav li.menu-item-has-children > a{padding-right: 40px;}
.mobile-nav > ul > li.current-menu-item > a,
.mobile-nav > ul > li.current-menu-ancestor > a,
.mobile-nav > ul > li.current-page-ancestor > a{color:var(--primary_clr);}
.mobile-nav li li{border:none; padding:5px 0;}
.mobile-nav li li a{font-size:16px; text-transform:none; font-weight:400; padding:0;}
.mobile-nav li li.current-menu-item a{color:var(--primary_clr);}
.mobile-nav li li li a{padding-left:0;}
.mobile-nav ul.sub-menu{margin:0; padding:10px 10px 0;}
.hitarea{display:block; width:40px; height:38px; text-align:center; position:absolute; right:0; top:0;}
.hitarea:before{display:block; content:"\f107"; font-family:'Line Awesome Free'; font-size: 18px; font-weight: 900; width:15px; height:15px; position:absolute; left:0; right:0; top:10px; z-index:3; margin:0 auto; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.collapsable-hitarea.hitarea:before{transform:rotate(-180deg);}
.mobile-nav .collapsable-hitarea + a{color:var(--primary_clr);}
.mobi-bottom-inner{padding: 10px 10px;}
.mobile-menu-block .mobi-bottom-inner .btn{margin: 0 2px; padding: 10px 10px; letter-spacing: 0; width: 100%;}
.mobi-bottom-inner .btn i{font-size: 16px; margin-right: 5px;}
.mobi-btnbox {padding: 10px 15px;}
.mobi-btnbox .btn {width: 100%;}
/*========== Mobile Menu STYLE End==============*/
/*Mobile Menu Css Start*/
.mobi-iconbox{display:none; width:40px; height:40px; position:absolute; right:0; top:0; bottom: 0; background: var(--primary_clr); margin: auto; z-index:40; transition:all 0.4s ease; -webkit-border-radius:.25rem;-moz-border-radius:.25rem;border-radius:.25rem;}
.menuicon{display: inline-flex; width: 16px; height: 100%; flex-direction: column; align-items: center; justify-content: center; margin: 0 auto;}
.icon-bar{display:flex;display:-webkit-flex; align-items: center; min-width: 100%; height: 14px; position: relative; cursor: pointer; margin-left: 3px;}
.icon-bar:before,
.icon-bar:after{display: block; content: ""; width: 100%; height: 1px; background: var(--white_clr); position: absolute; left: -3px; top: 0; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s; -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.icon-bar:after{top: auto; bottom: 0;}
.icon-bar .line{display: block; width: 100%; height: 1px; background: var(--white_clr); position: absolute; right: 0; top: 0; bottom: 0; margin: auto 0; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s; -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.icon-bar.active .line{width: 1px; opacity: 0;}
.icon-bar.active:before{transform: rotate(45deg); top: 7px; left: 0; background: var(--white_clr);}
.icon-bar.active:after{transform: rotate(-45deg); bottom: 6px; left: 0; background: var(--white_clr);}
.mobile-menu-open .mobilemenuicon .menuicon{margin-left: auto;}
/*Mobile Menu Css End*/
/* ===== RESET ================================================== */
abbr, acronym, address, applet, article, aside, audio,b, blockquote,big, body, button, center, canvas, caption, cite, code, command,datalist, dd, del, details, dfn, dl, div, dt, embed,fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html,i, iframe, img, ins,kbd, keygen,label, legend, li, meter,nav,object, ol, output,p, pre, progress,q, s, samp, section, small, source, strike, sub, sup,table, tbody, tfoot, thead, th, tr, tdvideo, tt,u, ul, var{background:transparent; border:0 none; margin:0; padding:0; line-height:16px; vertical-align:baseline; outline:none; font-size:100%; font-family:inherit; font-weight:400; font-style:normal;} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;} blockquote,q{quotes:none;} blockquote:before,q:before{content:'';content:none;} blockquote:after,q:after{content:'';content:none;} ins {text-decoration:none;} abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;} table {border-collapse:collapse; border-spacing:0;} hr {display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0;}input, select {vertical-align:middle; margin:0;} ol, ul, li {list-style:none;}
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);}
/* ===== GLOBAL ================================================== */
body{margin:0; padding:0; background:var(--white_clr); font-family:var(--primary_font_family); font-size:16px; color:#111; line-height:24px; font-weight:400; overflow-x:hidden; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
:focus, button:focus{outline:none;}
a{text-decoration:none; color:#111; -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(--primary_clr);}

::-webkit-input-placeholder{color:var(--text_clr); opacity:0.3;}
:-moz-placeholder{color:var(--text_clr); opacity:0.3;} /* Firefox 18- */
::-moz-placeholder{color:var(--text_clr); opacity:0.3;} /* Firefox 19+ */
:-ms-input-placeholder{color:var(--text_clr); opacity:0.3;}

img{max-width:100%; height:auto; border:none; outline:none;}
b, strong{font-weight:700;}

/* Ul Li & Ol Li CSS */
ul, ol{margin:0 0 20px; padding:0;}
ul ul, ol ol, ul ol, ol ul{margin-top:15px;}
ul li, ol li{margin:0; padding:0; font-size:16px; line-height:28px; color:var(--text_clr); font-weight:400; letter-spacing:0;}
.entry-content ul{padding:0; margin:0 0 15px;}
.entry-content ol{padding:0; margin:0 0 15px; list-style: none; counter-reset: my-awesome-counter;}
.entry-content ul li{position:relative; padding:0 0 0 20px; margin:0 0 8px;}
.entry-content ul li:before{content:""; position:absolute; left:0; top:10px; width: 7px; height: 7px; background: #555; -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}
.entry-content ul li li{list-style:disc;}
.entry-content ol li{counter-increment: my-awesome-counter; margin:0 0 8px;}
.entry-content ol li::before{content: counter(my-awesome-counter) ". "; font-weight:400;}

/* Heading CSS */
h1, .h1, h2, .h2, h3, h4, h5, h6{color: var(--black_clr); line-height:1.3; font-weight:600; font-family:var(--primary_font_family); letter-spacing:0; margin:0 0 15px;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{color: var(--black_clr);}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{color:var(--primary_clr);}
h1, .h1{font-size:40px;}
h2, .h2{font-size:34px;}
h3{font-size:24px;}
h4{font-size:20px;}
h5{font-size:18px;}
h6{font-size:16px;}
/* Paragraph CSS */
p{font-size:18px; line-height:28px; color:var(--text_clr); font-weight:400; letter-spacing:0; margin:0 0 15px;}
hr{border:none; margin:20px 0; background:var(--text_clr); height:1px; width:100%; clear:both; opacity: 0.5;}
blockquote{border-left:5px solid #eee;font-size:16px; margin:0 0 20px; padding:10px 20px;}
/*table structure*/
table, .entry-content table{border-right:1px solid #eee; border-top:1px solid #eee;}
table th, table td, .entry-content th, .entry-content table th, .entry-content td, .entry-content table td {background:var(--white_clr); border-left:1px solid #eee; border-bottom: 1px solid #eee; text-align:left; font-size:16px; color:#333; font-weight:400; padding:12px 20px; vertical-align:middle;}
table th{color:#111; font-weight:400; background:#d4d5d6;}
.table-striped th, .table-striped td{position:relative;}
.table-striped tbody tr:nth-of-type(even) td{background:#d4d5d6;}
/*Form Input Field*/
input, textarea, select{background:var(--white_clr); border:1px solid #111; width:100%; padding:2px 15px; margin:0; font-size:15px; color:#111; font-weight:400; line-height:normal; letter-spacing:0; font-family:var(--primary_font_family); height:40px; outline:none; -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
input[type="button"], input[type="submit"] {cursor:pointer; width:auto; height:auto;}
input[type="checkbox"], input[type="radio"] {border:none; width:auto; height:auto;}
textarea {height:auto; padding:15px 20px; min-height:120px; resize: none;}
input[type="button"], input[type="submit"], input[type="image"], input[type="file"], input[type="search"] {-webkit-appearance:none;}
input#addressSubmit {-webkit-appearance:none !important ; }
input[type="radio"], input[type="checkbox"]{-webkit-appearance:normal;}
.checkbox, .radiobox{display: inline-block; position: relative; padding-left: 24px; font-size: 14px; line-height: 14px; color: #676767;}
.checkbox input, .radiobox input{position: absolute; left: 0; top: 0; opacity: 0;}
.checkbox .checkmark{display: block; width: 13px; height: 13px; border: 1px solid #111; position: absolute; left: 0; top: 0;}
.checkmark:before{display:block; content:"\f00c"; font-family:'FontAwesome'; position:absolute; left:0; right:0; top:0; text-align:center; font-size:10px; color:var(--white_clr); line-height:10px; padding-left:1px; opacity:0;}
.checkbox input:checked ~ .checkmark{background:#111; border-color:#111;}
.checkbox input:checked ~ .checkmark:before{opacity:1;}
.radiobox .checkmark{display: block; width: 16px; height: 16px; background: var(--white_clr); border: 1px solid #111; -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%; position: absolute; left: 0; top: 1px;}
.radiobox .checkmark:before{display: none;}
.radiobox .checkmark:after{display: block; content: ""; background: #111; -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%; position: absolute; left: 2px; right: 2px; top: 2px; bottom: 2px; opacity: 0;}
.radiobox input:checked ~ .checkmark:after{opacity: 1;}
.selectbox{position: relative;background:var(--white_clr);border:1px solid #111;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.selectbox select{background: none;border: 0;font-size: 15px;line-height: 20px;font-weight: 400;color: #111; padding:0 40px 0 15px; width: 100%; height: 40px; -webkit-appearance: none; -moz-appearance: none; appearance: none; position: relative; z-index: 1; text-overflow: ellipsis;}
.selectbox:after{position:absolute; top:0; right:0; content:"\f107"; font-family:'FontAwesome'; font-size: 24px; z-index:0; width: 40px; height: 40px; line-height: 40px; text-align: center; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s; opacity: 0.8;}
.selectbox.reversed:after{content:"\f0ec"; transform: rotate(90deg); font-size: 14px;}
/* Button styling */
.button, .btn{
	display:inline-flex; align-items:center; justify-content:center; padding:14px 24px; background:none; border:1px solid var(--primary_clr); color:var(--primary_clr); font-size:16px; font-weight:600; cursor:pointer; letter-spacing:0.05em; text-align:center; position:relative; min-width:120px; line-height:22px; -moz-transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s; -webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px; overflow:hidden; text-transform: uppercase;
}
.button:hover, .btn:hover,
.button:focus, .btn:focus{
	background:var(--primary_clr); border-color:var(--primary_clr); color:var(--white_clr); box-shadow:0 2px 15px rgba(0,0,0,0.16);
}
.primary{
	background: var(--primary_clr); border-color: var(--primary_clr); color: var(--white_clr);
}
.primary:hover, .primary:focus{
	background: var(--secondary_clr); border-color: var(--secondary_clr); color: var(--white_clr);
}
.secondary{
	background: var(--secondary_clr); border-color: var(--secondary_clr); color: var(--black_clr);
}
.secondary:hover, .secondary:focus{
	background: var(--primary_clr); border-color: var(--primary_clr); color: var(--white_clr);
}
.white-btn:hover, .white-btn:focus{
	background: var(--primary_clr); border-color: var(--primary_clr); color: var(--white_clr);
}
.white-btn,
.white-hover:hover, .white-hover:focus{
	background: var(--white_clr); border-color: var(--white_clr); color: var(--primary_clr);
}
.white-bdr{
	border-color: var(--white_clr); color: var(--white_clr);
}
.white-bdr:hover{
	background: var(--white_clr); border-color: var(--white_clr); color: var(--primary_clr);
}
.btn.small{
	padding: 10px 20px; font-size: 14px;
}
.button i, .btn i{margin: 0 2px;}
.btn i.zmdi-caret-right{
	font-size: 20px;
}
.main-wrapper{overflow:hidden;}
.container{margin:0 auto; width:100%; max-width:1240px; padding:0 20px;}
.container.relative{z-index: 2;}
.max-container{margin:0 auto; width:100%; max-width:1680px; padding:0 20px;}
.mw_940{max-width: 960px;}
.mw_220{min-width: 220px;}
section{position: relative;}
section *:last-child{margin-bottom:0;}
.hide{display:none;}
.v-center{align-items: center;}
.j-center{flex-direction: column; justify-content: center;}
.ptb-100{padding:100px 0;}
.ptb-80{padding:80px 0;}
.ptb-60{padding:60px 0;}
.ptb-40{padding:40px 0;}
.ptb-30{padding:30px 0;}
.ptb-20{padding:20px 0;}
.bg1{background: var(--primary_clr);}
.bg2{background: var(--secondary_clr);}
.bg3{background: #F6F6F5;}
.bg-gradient{background: -webkit-linear-gradient(45deg, #800040, #ecc765 80%);}
.relative{position: relative;}
.trans{-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
/*============= GLOBAL CSS END ================*/
/*Header & Banner Section*/
.header{
	position:fixed; left:0; right:0; top:0; z-index:10; padding:0; background: var(--primary_clr); box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.header-inner{
	height: 100px; position: relative;
}
.site-logo{
	max-width:200px; position:relative; z-index:4; margin:0;
}
.site-logo a{
	display: block; margin: 0;
}
.site-logo img{
	display: block; margin: 0; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.head-btnbox{
	margin-left: 15px;
}
.head-btnbox .btn i{
	font-size: 18px;
}
.head-btnbox .btn + .btn{
	margin-left: 10px;
}
.head-icons-list {
    margin: 0 0 0 20px; padding: 0;
}
.head-icons-list li {
    margin: 0; padding: 0; list-style: none;
}
.head-icons-list li + li{
	margin-left: 15px;
}
.head-icons-list li a {
    display: flex; align-items: center; justify-content: center; font-size: 24px; line-height: 20px; color: var(--primary_clr); min-width: 42px; height: 42px; background: #e5e3e3; border-radius: 50%;
}
/*Nav Css*/
.nav-main{text-align:left; position:relative; z-index:4;}
.nav-main ul{margin:0; padding:0; display:flex;display:-webkit-flex;}
.nav-main nav ul > li{margin:0; padding:0; list-style:none; position:relative;}
.nav-main nav ul > li + li{margin-left:24px;}
.nav-main nav ul > li a{display:block; color:var(--text_clr); font-size:18px; font-weight:500; font-family:var(--primary_font_family); line-height:24px; text-transform:none; letter-spacing:0.01em; padding:8px 0; position:relative; z-index:2;}
.nav-main nav ul > li:hover > a,
.nav-main nav ul > li a:hover,
.nav-main nav ul > li a:focus{color:var(--secondary_clr);}
.nav-main nav ul > li:before{display:block; content:""; background:var(--secondary_clr); height:1px; width:1px; opacity:0; position: absolute; left: 0; right: 0; bottom: 0; margin: 0 auto; -moz-transition:all 0.4s ease 0s; -webkit-transition:all 0.4s ease 0s; transition:all 0.4s ease 0s;}
.nav-main nav ul > li:hover:before,
.nav-main nav ul > li.active > a:before{width:100%; opacity:1;}
.nav-main nav ul > li.menu-item-has-children > a{padding-right: 18px;}
.nav-main nav ul > li.menu-item-has-children > a:after{display: block; content: "\f107"; font-family: 'FontAwesome'; width: 16px; height: 16px; line-height: 16px; text-align: center; position: absolute; right: 0; top: 13px; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s;}
.nav-main nav ul > li.menu-item-has-children:hover > a:after {transform: rotate(-180deg);}
.nav-main .sub-menu{display:block; position:absolute; left:0; top:100%; z-index:1; background:var(--white_clr); min-width:240px; padding:0; margin:0; overflow: hidden; opacity: 0;-moz-transition: all 0.4s ease 0s;-webkit-transition: all 0.4s ease 0s;transition: all 0.4s ease 0s;-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);box-shadow: 0 0 10px rgba(0,0,0,0.1);transform: scaleY(0);transform-origin: top; box-shadow: 0 5px 40px rgb(0 0 0 / 15%); border-radius: 5px;}
.nav-main nav ul > li:hover > .sub-menu {display: block;opacity: 1;transform: scaleY(1);}
.nav-main nav ul > li:last-child .sub-menu{left: auto; right: 0;}
.nav-main .sub-menu li{display:block; text-align:left; position:relative; margin: 0 20px; padding: 0;}
.nav-main .sub-menu li + li {border-top:1px solid #dce0e0;}
.nav-main .sub-menu li:before{display: none;}
.nav-main .sub-menu li a{display:block; text-transform:none; color:var(--text_clr); font-size:14px; line-height:normal; font-weight:400; padding:8px 0;}
.nav-main .sub-menu li a:hover,
.nav-main .sub-menu li a:focus,
.nav-main .sub-menu li.current-menu-item a{color:var(--secondary_clr);}
.nav-main .sub-menu .sub-menu {left:100%; top:0;}
.nav-main .sub-menu li:hover .sub-menu {display:block;}
/*Sticy header*/
.navbar_fixed.header{background:var(--primary_clr); box-shadow: 0 0 10px rgba(0,0,0,0.5);}
.navbar_fixed .header-inner {height: 80px;}
.header-blank{width: 100%; height: 100px; -moz-transition: all 0.2s ease 0s; -webkit-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s;}
.navbar_fixed + .header-blank{height: 80px;}

/*Announcement Block*/
.timer-block{
	min-height: 100px;
}
.announcement-textbox {
    background: #dcc1d0;
}
.announcement-block .hurrytimer-cdt {
	padding: 20px 0; background: var(--secondary_clr);
}
.announcement-textbox p{
	font-size: 20px; line-height: normal; color: var(--black_clr); font-weight: 500;
}
.announcement-textbox a{
	text-decoration: underline; color: var(--black_clr);
}

/*Home page Banner Css*/
.hero-banner{
	position:relative; z-index:1; overflow: hidden; background:var(--primary_clr);
}
.hero-left-banner{
	width: 70%;
}
.hero-left-banner .items{
	position: relative;
}
.hero-left-banner img{
	display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; min-height: 540px;
}
.hero-cta-block{
	padding: 40px; width: 30%;
}
.hero-cta-block .block-title h2{
	text-transform: none;
}
.hero-slider *{
	height: 100%;
}
.hero-slider .slick-dots,
.mobi-hero .slick-dots{
	height: auto; bottom:20px;
}
.hero-slider .slick-dots li button,
.mobi-hero .slick-dots li button{
	border-color: var(--white_clr);
}
.hero-slider .slick-dots li.slick-active button,
.mobi-hero .slick-dots li.slick-active button{
    background: var(--white_clr);
}
.announcement-block .hurrytimer-campaign .hurrytimer-cdt__inner.hurrytimer-timer{
    justify-content: space-around; max-width: 540px; margin: 0 auto;
}

/*event-small-list*/
.event-small-list{
	max-width: 320px;
}
.event-small-list .sub-item + .sub-item{
	border-top: 1px solid rgba(255,255,255,0.2); margin-top: 20px; padding-top: 20px;
}
.event-date{
    display: block; font-size: 18px; line-height: 24px; color: var(--white_clr); margin: 0 0 15px;
}
.event-location{
	font-size: 18px; line-height: 24px; color: var(--white_clr);
}
.event-location p{
	font-size: 18px; line-height: 1.4; color: var(--white_clr);
}
.event-location p strong{
	margin-bottom: 5px; display: inline-block;
}
.event-location a{
	display: inline-block; margin: 10px 0 0; color: var(--white_clr);
}
.event-textbox *{
	color: var(--white_clr);
}
.event-icon_style{
	font-size: 24px;
}
.event-textbox p{
	font-size: 16px; line-height: 24px;
}

/*Footer Start*/
.footer{
	padding:0; margin:0; position:relative; background:#111; overflow: hidden;
}

.scrollup{
    display: inline-flex; align-items: center; justify-content: center; position: fixed; right: -20px; bottom: 75px; z-index: 4; background: var(--white_clr); border: 1px solid #ccc; width: 34px; height: 34px; border-radius: 50%; font-size: 15px; color: var(--primary_clr); line-height: normal; text-align: center; cursor: pointer; opacity: 0; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.scrollup.active{
	right: 21px; opacity: 1;
}
/*Footer End*/

/*Midlle Section css*/
.middle-section{position:relative; min-height:50vh; overflow:hidden;}
img.alignleft{float:left; margin:0 20px 20px 0; -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
img.alignright{float:right; margin:0 0 20px 20px; -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
img.alignnone{margin:0 0 20px; -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
iframe.alignleft{float:left; margin:0 20px 20px 0;}
iframe.alignright{float:right;margin:0 0 20px 20px;}
iframe.iframe-embed.alignright{max-width:500px;height:315px !important;}
.bg-img{position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 0; background-size: cover !important;}
.bg-img:before{display: block; content: ""; background: var(--text_clr); position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 0; opacity: 0.5;}
.bg-img img{display: block;width: 100%;height: 100%;object-fit: cover;object-position: center;}
.bg-img.before-none:before{display: none;}
.bg-img.fixed{background-attachment: fixed !important;}
.bg-img.bg-auto{background-size: auto !important;}
.no-img.d-flex{align-items: center;justify-content: center;font-size: 24px;line-height: normal; color: #999; background: #ddd;}
.bg-img video{display: block; width:100%; height:100%; object-fit: cover; object-position: center;}
.btnbox{padding:20px 0 0;}
.block-title{position:relative; margin: 0 0 20px;}
.block-title h2{position: relative; text-transform: uppercase;}
.small-title{display: inline-block;font-size: 16px;line-height: 22px;color: var(--primary_clr);font-weight: 500; text-transform: none; letter-spacing: 0.05em; margin: 0 0 10px;}
.more-link{font-size: 15px; color: var(--text_clr);}
.more-link i{margin-left: 5px; font-size: 18px;}
.more-link:hover{opacity: 1;}
.card-link {display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 2;}
.left-patt-img {
    max-width: 346px; position: absolute; left: -5%; top: 0; opacity: 0.4;
}
.left-patt-img.right{
	left: auto; right: 0;
}
.gradiend-bg{
    position: absolute; left: auto; right: -5%; top: 0; bottom: 0; margin: 0 auto; opacity: 0.3;
    --size: 200px;
	 --speed: 40s;
	 --easing: cubic-bezier(0.8, 0.2, 0.2, 0.8);
	 width: 320px;
	 height: 320px;
	-webkit-filter: blur(calc(var(--size) / 3));
	filter: blur(calc(var(--size) / 3));
	background: -o-linear-gradient(135deg, rgb(125 0 60) 0%, rgb(236 199 101) 51%, rgba(197, 234, 154, 1) 100%);
	background: linear-gradient(135deg, rgb(125 0 60) 0%, rgb(236 199 101) 51%, rgba(197, 234, 154, 1) 100%);
	-webkit-animation: rotate var(--speed) var(--easing) alternate infinite;
	animation: rotate var(--speed) var(--easing) alternate infinite;
	border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
.gradiend-bg.left{
	left: -5%; right: auto;
}
@-webkit-keyframes rotate {
	0%{-webkit-transform: rotate(0deg);transform: rotate(0deg);}
	100%{-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes rotate {
	0%{-webkit-transform: rotate(0deg);transform: rotate(0deg);}
	100%{-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
/*content-section*/
.content-section{
	overflow: hidden;
}
.coll-inner + .coll-inner{
	padding-top: 0;
}
.coll-inner:nth-child(even){
	flex-direction: row-reverse;
}
.coll-inner:nth-child(even) .img-inner{
	margin-left: 0; margin-right: 40px;
}
.content-box h3{
	text-transform: uppercase;
}
.mask-imgbox{
	display: inline-block;
    -webkit-mask-image: url('../images/mask.png');
    mask-image: url(../images/mask.png);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 480px;
    height: 460px;
    margin: 0 auto;
}
.mask-imgbox img{
	display: block; width: 100%; height: 100%; object-fit: cover;
}
.coll-inner:nth-child(even) .mask-imgbox{
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.coll-inner:nth-child(even) .mask-imgbox img{
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

/*Result Section*/
.result-section{
	overflow: hidden;
}
.result-list .items{
	padding-top: 10px; padding-bottom: 10px;
}
.result-slider > .items{
	display: none;
}
.result-slider > .items:nth-child(1),
.result-slider > .items:nth-child(2),
.result-slider > .items:nth-child(3){
	display: block;
}
.result-slider .slick-dots{
	bottom: -20px;
}
.card-result {
    position: relative; width: 100%; overflow: hidden; background: #fff; box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.card-result .imgbox{
    display: block; width: 100%; background: #000; overflow: hidden; position: relative;
}
.card-result .imgbox img{
    display: block; width: 100%; height: auto; -moz-transition: all 0.4s ease 0s; -webkit-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s;
}
.card-result h4 {
    display: flex; align-items: center; font-size: 16px; font-weight: 400; padding: 10px 10%;
}
.card-result h4 span {
    display: inline-block; width: 50%; opacity: 0.8;
}
.card-result h4 span + span {
    border-left: 1px solid #ddd;
}
.result-slider .slick-list{
	overflow: visible;
}
.result-slider .slick-slide{
	opacity: 0.2;
}
.result-slider .slick-slide.slick-active{
	opacity: 1;
}
.result-slider .slick-arrow{
	margin: 0; top: auto; top: auto; bottom: -26px; background: none; color: var(--primary_clr);
}
.result-slider .slick-arrow.slick-prev{
	left: auto; right: 50%; margin-right: 40px;
}
.result-slider .slick-arrow.slick-next{
	left: 50%; right: auto; margin-left: 40px;
}
.result-inner .slide-number {
    position: absolute; left: 0; right: 0; top: auto; bottom: -20px; margin: 0 auto;
}

/*Project Section*/
.service-section{
	overflow: hidden;
}
.service-list{
	counter-reset: li-counter; margin: 0 -20px;
}
.service-list .items{
	padding: 0 20px; margin: 0 0 40px;
}
.card-serv{
    padding: 40px; min-height: 220px; background: rgba(255,255,255,0.5); border: 1px solid #e9ebf1;
    position: relative; overflow: hidden; height: 100%; backdrop-filter: blur(5px);
    -webkit-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;border-radius: 10px;
}
.card-serv:hover{
	-webkit-box-shadow: 0 8px 16px -2px rgba(32,33,36,.06), 0 16px 32px -2px rgba(32,33,36,.1);
    box-shadow: 0 8px 16px -2px rgba(32,33,36,.06), 0 16px 32px -2px rgba(32,33,36,.1);
}
.card-serv .iconbox{
	min-width: 80px; max-width: 80px; height: 80px; margin-bottom: 40px;
}
.tp-service-sm-content {
    margin-bottom: auto;
}
.tag-text{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; font-size: 12px; line-height: 16px; font-weight: 700; letter-spacing: 0.03em; text-transform: uppercase; border: 1px solid rgba(32, 33, 36, .1); padding: 5px 15px;border-radius: 40px; margin-bottom: 10px;
}
.overlay-box{
    padding: 40px; width: 100%; height: 100%; position: absolute; left: 0; top: 0; opacity: 0;
    background: -webkit-linear-gradient(45deg, #800040, #ecc765 80%);
    transform: scale(1.07);
}
.card-serv:hover .overlay-box{
	top: 0; opacity: 1; transform: scale(1.0);
	-webkit-transition:all 0.6s ease 0s;-o-transition:all 0.6s ease 0s;transition:all 0.6s ease 0s;
}
.overlay-box *{
	color: var(--white_clr);
}
.overlay-box p{
	font-size: 16px; line-height: 24px;
}
.card-serv .card-serv-head{
	margin-bottom: 20px;
}
.card-serv .card-serv-head .iconbox {
    margin: 0 20px 0 0;
}
.serv-special-card.bg1 *{
	color: var(--white_clr);
}
.serv-special-card.bg1 .tag-text{
	border-color: var(--white_clr);
}
.serv-special-card.bg1{
	border: 0;
	background: -webkit-linear-gradient(45deg, #800040, #ecc765 80%);
}
.serv-special-card .bg-img{
    mix-blend-mode: soft-light;
}
.card-serv:after{
    display: -webkit-box; display: -ms-flexbox; display: flex; display: -webkit-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background: var(--white_clr); background: -webkit-linear-gradient(45deg, #800040, #ecc765 80%); min-width: 50px; height: 50px; border-radius: 50%; position: absolute; right: 10px; top: 10px; font-size: 18px; line-height: 1.2; color: var(--white_clr); font-style: normal; font-weight: 600; content: counter(li-counter, decimal); counter-increment: li-counter;
    -webkit-box-shadow: 0 8px 16px -2px rgba(32,33,36,.06), 0 16px 32px -2px rgba(32,33,36,.1);
    box-shadow: 0 8px 16px -2px rgba(32,33,36,.06), 0 16px 32px -2px rgba(32,33,36,.1);
}

/*Counter Section*/
.counter-section {
    padding: 0; overflow: hidden;
}
.counter-section .bg-img{
	background-attachment: fixed !important; opacity: 0.2;
}
.card-counter .iconbox {
    min-width: 80px; max-width: 80px; height: 80px; position: relative; margin-right: 15px;
}
.card-counter .textbox strong {
    display: flex; font-size: 40px; line-height: 40px; color: var(--white_clr); font-weight: 600; white-space: nowrap;
}
.card-counter p{
	font-size: 16px; color: var(--white_clr); margin: 10px 0 0;
}
.counter-list{
	margin: 0;
}
.counter-list .items{
	padding: 30px 20px; border-top: 1px solid rgba(255,255,255,0.3); border-left: 1px solid rgba(255,255,255,0.3);
}
.counter-list .items:nth-child(1),
.counter-list .items:nth-child(2){
	border-top: 0;
}
.counter-list .items:nth-child(2n+1){
	border-left: 0;
}

/*Doctor Section*/
.doctor-section{
	overflow: hidden;
}
.doctor-inn .items + .items{
	margin-top: 20px;
}
.dct_imgbox{
	width: 100%; position: relative; overflow: hidden;
	-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;
}
.dct_imgbox > img{
	display: block; width: 100%; height: 100%; object-fit: cover;
}
.dct_imgbox .dct_info{
	padding: 12px 20px; position: absolute; left: 0; right: 0; bottom: 0; align-items: center;
	background: rgb(125 0 60 / 79%); backdrop-filter: blur(10px);
}
.doctor-inn .content-box{
	padding: 20px;
}
.doctor-inn .more-link{
	text-transform: none;
}
.doctor-inn .items:nth-child(even) .row{
	flex-direction: row-reverse;
}
.doctor-inn .left-patt-img {
    left: -220px;
}
.doctor-inn .items:nth-child(even) .left-patt-img{
    left: auto; right: -220px;
    -webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

/*Contact Section*/
.contact-section{
	z-index: 3;
}
.contact-section .bg-img{
	background-size: 70% auto !important;
}
.contact-section .bg-img:before{
	background: var(--white_clr); opacity: 0.95;
}
.contact-block{
	padding: 50px; background: hsla(0,0%,100%,.5); mix-blend-mode: normal; border: 1px solid hsla(0, 0%, 100%, .2); -webkit-box-shadow: 0 10px 30px rgba(1,10,10,.1), inset 0 0 0.5px hsla(0,0%,100%,.25); box-shadow: 0 10px 30px rgba(1,10,10,.1), inset 0 0 0.5px hsla(0,0%,100%,.25); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px);
}
.contact-block .form-inner{
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap; margin: 0 -10px;
}
.contact-block .input-field{
	padding: 0 10px; margin: 0 0 20px; -ms-flex-preferred-size:50%; flex-basis:50%;min-width:50%;max-width:50%; position: relative;
}
.contact-block .input-field.full-width{
	-ms-flex-preferred-size:100%;
	flex-basis:100%;min-width:100%;max-width:100%;
}
.contact-block .input-field input,
.contact-block .input-field textarea{
	padding: 0; border: 0; background: transparent; border-bottom: 1px solid #444;border-radius: 0;
}
.contact-block .input-field input:hover,
.contact-block .input-field input:focus,
.contact-block .input-field textarea:hover,
.contact-block .input-field textarea:focus{
	border-color: #003366;
}
.contact-block .selectbox{
	padding: 0; background: transparent; border: 0; border-bottom: 1px solid #444;border-radius: 0;
}
.contact-block .selectbox select {
    padding-left: 0;
}
.file-input .label {
    font-weight: 700; font-size: 14px; line-height: 20px; margin: 0 0 15px;
}
.contact-block .input-field .file-input input[type="file"] {
    height: 40px;
}
.small-tl {
    display: inline-block; font-size: 18px; line-height: 24px; text-transform: uppercase; font-weight: 400; letter-spacing: 0.2em; color: #333; margin-bottom: 5px;
}
.prod-contact-inn .contact-info{
	padding-left: 40px; max-width: 620px;
}
.contact-list{
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.contact-list .items{
    margin: 0 0 40px; width: 100%;
}
.card-contact {
    position: relative; padding-left: 70px;
}
.c_icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
    min-width: 50px; max-width: 50px; height: 50px; border: 1px solid var(--secondary_clr); position: absolute; left: 0; top: 0;
    font-size: 32px; color: var(--secondary_clr); border-radius: 50%;
}
.card-contact .lable {
    display: block; font-size: 16px; font-weight: 500; color: #111; text-transform: uppercase; margin: 0 0 10px;
}
.card-contact p,
.c_link{
	display: block; font-size: 20px; line-height: 24px; color: var(--primary_clr); font-weight: 600;
}
.c_link:hover{
	color: var(--secondary_clr);
}
.c_link + .c_link{
	margin-top: 10px;
}
.small-title{
	display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex;
	-webkit-box-align: center; -ms-flex-align: center; align-items: center;
	font-size: 16px;line-height: 24px;color: var(--black_clr); font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em;
	position: relative; z-index: 1; margin: 0 0 10px;
}
.small-title:before {
    display: block; content: ""; width: 160px; height: 2px; background: linear-gradient(270deg, var(--primary_clr), transparent); margin-right: 20px;
}
.text-center .small-title:after {
    display: block; content: ""; width: 160px; height: 2px; background: linear-gradient(90deg, var(--primary_clr), transparent); margin-left: 20px;
}
.text-white.small-title:before,
.text-white.small-title:after{
	background: var(--white_clr);
}

.contact-section .gradiend-bg {
	opacity: 0.2;
}
.contact-block .b24-form-padding-side {
	padding: 0;
}
.contact-block .b24-form-wrapper.b24-form-border-bottom {
    border: 0;
}
.contact-block .b24-form-btn-container {
    margin-top: 15px;text-align: center;
}
.contact-block .b24-form-btn-container .b24-form-btn {
    border-radius: 50px; font-size: 16px; font-weight: 400; font-family: Poppins, sans-serif; letter-spacing: 0.8px;text-transform: uppercase;
}
.contact-flex {
    background: var(--white_clr); -webkit-box-shadow: 0 10px 30px rgba(1,10,10,0.2), inset 0 0 0.5px hsla(0,0%,100%,.35); box-shadow: 0 10px 30px rgba(1,10,10,.2), inset 0 0 0.5px hsla(0,0%,100%,.35); margin: 0 auto;
}
.contact-flex .contact-block {
	box-shadow: none;
}
.contact-flex .right-block .imgbox {
    width: 100%; height: 100%; position: relative; z-index: 1;overflow: hidden;
}
.contact-flex .right-block .imgbox img {
    width: 100%; height: 100%; object-fit: cover; object-position: center;display: block;position: absolute;
}
.contact-block .iti__flag-container{
	pointer-events: none;
}

/*Map Section*/
.address-block-inner{
	padding: 40px; background: var(--white_clr); width: 100%; max-width: 480px; -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.2); box-shadow: 0 10px 20px rgba(0,0,0,0.2); overflow: hidden;
}
.address-block-inner .shape_star {
    left: auto; right: 20px; bottom: auto; top: 20px; width: 50px; height: 50px;
}
.address-block-inner .three-line {
    left: -24px; bottom: -2px; opacity: 1; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);
}
.mapbox{
	background: var(--black_clr); position: relative; position: absolute; top: 100px; bottom: 0; left: 0; right: 0;
	filter: grayscale(1);
}
.mapbox iframe{
	display: block; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover;
}
.address-block{
	position: relative; z-index: 2;
}
.cont-items + .cont-items {
    margin-top: 20px;
}
.cont-items .iconbox {
    font-size: 28px; color: var(--primary_clr); position: relative; top: 2px; margin-right: 15px; min-width: 28px; max-width: 28px;
}
.cont-items p{
	margin: 0;
}
.cont-items p strong {
    font-weight: 600; font-size: 16px;
}
.cont-items a{
	color: var(--primary_clr);
}
.cont-items a:hover{
	color: var(--primary_clr);
}
.address .iconbox{
	top: 0;
}
.cont-items.email p,
.cont-items.phone p{
	font-size: 18px;
}

/*Media Section*/
.as-seen-section {
    background:linear-gradient(to bottom, rgba(247,247,247,1) 0%,rgba(255,255,255,1) 20%);
}
.media-section {
    overflow: hidden;
}
.media-section .block-title .small-title{
    font-size: 24px;
}
.as-seen-slider .slick-list {
    overflow: visible;
}
.media-list{
    padding: 0 20px;
}
.media-list .slick-track{
    margin: 0 auto; justify-content: center;
}
.media-list .items{
    padding: 0 20px;
}
.card-media {
    display: inline-flex; align-items: center; justify-content: center; width: 100%; background: var(--white_clr); padding: 10px; text-align: center; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.card-media .imgbox {
    display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: 60px; text-align: center; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s;
}
.card-media .imgbox img {
    display: block; width: 100%; height: 100%; object-fit: scale-down; object-position: center; margin: 0 auto; mix-blend-mode: multiply; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; background: none;
}
.media-slider > .items, .as-seen-slider > .items{
    display: none;
}
.media-slider > .items:nth-child(1), .as-seen-slider > .items:nth-child(1)
.media-slider > .items:nth-child(2), .as-seen-slider > .items:nth-child(2)
.media-slider > .items:nth-child(3), .as-seen-slider > .items:nth-child(3)
.media-slider > .items:nth-child(4), .as-seen-slider > .items:nth-child(4)
.media-slider > .items:nth-child(5), .as-seen-slider > .items:nth-child(5){
    display: block;
}
.media-slider .slick-arrow{
    background: none; border: 0; -webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0; box-shadow: 0 0 0 #000;
}
.media-slider .slick-arrow{
    left: -10px; color: #999;
}
.media-slider .slick-arrow.slick-next{
    left: auto; right: -10px;
}
.media-slider .slick-arrow:before{
    font-size: 32px; line-height: 32px; content: "\f104"; font-family: 'Line Awesome Free'; font-weight: 900;
}
.media-slider .slick-arrow.slick-next:before {
	content: "\f105";
}
.media-slider .slick-arrow:hover{
    color: var(--primary_clr);
}
/*Endorsements Section*/
.crad-endors{
	background: none; -webkit-box-shadow: none; box-shadow: none;
}
.crad-endors:hover{
	-webkit-box-shadow: none; box-shadow: none;
}

/*Faq Section*/
.faq-section {
	overflow: hidden;
}
.faq-section .container{
    max-width: 940px;
}
.faq-card {
    margin-top: 10px; background: rgb(255 255 255 / 50%); backdrop-filter: blur(10px);
}
.acc_trigger{
    padding: 18px 40px 18px 30px; font-size: 20px; color: var(--black_clr); font-weight: 500; letter-spacing: 0; margin: 0; cursor: pointer; position: relative;
}
.acc_trigger:after {
    content: "\f107"; font-family: 'Line Awesome Free'; font-weight: 900; height: 20px; width: 20px; text-align: center; position: absolute; right: 25px; top: 0; bottom: 0; margin: auto; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center;
}
.acc_trigger[aria-expanded="true"]{
    color: var(--primary_clr);
}
.acc_trigger[aria-expanded="true"]:after{
    transform: rotate(180deg);
}
.faq-card .content-box{
    padding: 0 30px 25px;
}

/* Testimonials */
.testimonials .bg-img:before {
    background: #1e000e; opacity: 0.8;
}
.testi-slider .slick-dots {
	bottom: -20px;
}
.testi-slider .slick-dots li.slick-active button {
	background: var(--white_clr);
}
.testi-slider .slick-dots li button {
	border-color: var(--white_clr);
}
.testi-card {
    padding: 10px 60px 10px 80px;
}
.testi-card .quote-icon {
    display: block; width: 60px; height: 50px; background: url('../images/quote-left.png') no-repeat center; background-size: 100% auto; position: absolute; top: 0; left: 0;
}
.testi-card .quote-icon.right {
	background-image: url(../images/quote-right.png);top: auto;right: 0;left: auto;bottom: 60px;
}
.testi-card .textbox p {
    color: var(--white_clr); font-size: 18px; line-height: 1.6; font-weight: 300; letter-spacing: 0.5px;text-shadow: 0 0 10px var(--black_clr);
}
.testi-card .testi-info-flex {
    margin: 25px 0 0; justify-content: space-between;
}
.testi-card .textbox strong {
    color: var(--white_clr); display: block; font-weight: 500; text-shadow: 0 0 10px var(--black_clr);
}
.testi-card .textbox span {
    color: var(--white_clr); display: block; margin: 15px 0 0;font-weight: 300; text-shadow: 0 0 10px var(--black_clr);
}

/*Video Section*/

/* numberic video slide */
.slide-numb{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}

.slide-counter{
    font-size: 14px;
    color: #262d33;
    line-height: 30px;
}

/* numberic video slider end*/
.video-section{
    overflow: hidden;
}
.video-section .block-title {
	margin: 0 -15px 20px;
}
.video-test-slider {
    padding: 20px;
}
.video-test-slider .slick-arrow {
    box-shadow: none; 
	background: none;
	top: auto;
	margin-right: 0;
	bottom: -47px;
}
.video-test-slider .slick-arrow:before {
	color: var(--primary_clr);
}
.video-test-slider .slick-arrow.slick-prev {
    left: auto;
	right: 50%;
	margin-right: 40px;
}
.video-test-slider .slick-arrow.slick-next {
    right: auto;
	left: 50%;
	margin-left: 40px;
}
.video-box{
    width: 100%; position: relative; overflow: hidden; padding: 0 0 56.66%;
}
.video-box iframe,
.video-box video,
.video-box img{
    display: block; width: 100%; height: 100%; position: absolute; object-fit: cover;
}
.video-test-slider .slick-dots {
    bottom: -20px;
}
.video-test-list .video-box{
    -webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;padding: 0 0 56.66%;
}
.play_icon{
    display: block; width: 65px; height: 65px; background: var(--wpr-bg-f3b5e911-c338-4d5f-9c24-1fcc634a3e18) no-repeat center;
    background-size: 100% auto;
}

/* Thank You Page */
.new__tankyou {
    position: relative; padding-top: 100px; padding-bottom: 100px;
}
.new__tankyou .content {
    padding: 60px;
    max-width: 1000px; margin: 0 auto; height: 100%;
    -webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px; position: relative;
    background: rgb(213,93,93); background: -moz-linear-gradient(left, rgba(213,93,93,1) 0%, rgba(121,178,55,1) 100%); background: -webkit-linear-gradient(left, rgba(213,93,93,1) 0%,rgba(121,178,55,1) 100%); background: linear-gradient(to right, rgba(213,93,93,1) 0%,rgba(121,178,55,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d55d5d', endColorstr='#79b237',GradientType=1 );
}
.new__tankyou .content:before{
    display: block; content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: -30px; background:url('../images/star-img.png') no-repeat -30px bottom; opacity: 0.2;
}
.new__tankyou .wrapper__1 {
    height: initial; max-width: 620px; margin: 0 auto; box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
}
.new__tankyou .wrapper__2 {
    padding: 30px; text-align: center;
}
.new__tankyou .wrapper__1 h1 {
    font-family: 'Kaushan Script', cursive; font-size: 4em; line-height: 1.4; letter-spacing: 3px; color: #7d003c; margin: 0; margin-bottom: 0px; margin-bottom: 20px;
}
.new__tankyou .wrapper__2 p {
    margin: 0; font-size: 1.3em; color: #aaa; font-family: 'Source Sans Pro', sans-serif; letter-spacing: 1px;
}
.new__tankyou .go_home {
    margin-bottom: 20px;
}
.new__tankyou .go_home {
    color: #fff; background: #7d003c; border: none; padding: 10px 50px; margin: 30px 0; margin-bottom: 30px; border-radius: 30px; text-transform: capitalize;
}
body .joinchat{
    right: 0; bottom: 0;
    -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.fixed-contact-btn{
    position: fixed; right: 0; top: 50%; height: auto; z-index: 999; margin-top: -40px;
}
.fixed-contact-btn .btn{
    text-align: center; font-weight: 500; border-radius: 20px 0 0 20px; font-size: 13px; text-transform: uppercase; line-height: 1.3; padding: 10px; display: block; border: 1px solid rgba(255, 255, 255, 0.2); min-width: 130px;
}
.fixed-contact-btn .btn i{
    display: block; font-size: 24px; margin: 0 0 5px;
}





/*==========================================
===============:: MEDIA CSS ::==============
============================================*/
@media screen and (max-width:1499px){
.max-container{max-width: 1280px;}
.container{max-width: 1170px;}
}
/* iPad 1024px View */
@media screen and (max-width:1199px){
.container{width:100%; max-width:100%; padding:0 20px;}
.btnbox{padding:10px 0 0;}
.ptb-100{padding: 60px 0;}
.ptb-80, .ptb-90, .ptb-60{padding: 40px 0;}
h2, .h2{font-size: 24px;line-height: 28px;}
h3 {font-size: 22px;line-height: 28px;}
h4 {font-size: 18px;line-height: 24px;}
p{font-size: 15px;line-height: 24px; margin-bottom: 15px;}
ul li, ol li{font-size: 15px;line-height: 24px;}
.link{font-size: 15px;line-height: 22px;}
/*Header and banner*/
.nav-main{display:none !important;}
.mobi-iconbox{display:block;}
.header-inner,
.navbar_fixed .header-inner,
.header-blank,
.navbar_fixed .header-blank{
    height: 90px;
}
.site-logo{
	width: 160px;
}
.header .max-container{
    padding: 0 15px;
}
.header-right{
	margin-right: 0;
}
.head-btnbox {
    order: 2; margin: 0;
}
.head-icons-list{
	margin: 0 10px 0 0;
}
.head-icons-list li + li {
    margin-left: 10px;
}
.head-btnbox .btn{
	padding: 8px 20px 10px; font-size: 14px;
	-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;
}
li.h_phone.hide {
    display: block;
}
.announcement-textbox {
    padding: 15px 0;
}
.announcement-textbox p{
	font-size: 16px;
}
.hero-banner{
	flex-wrap: wrap;
}
.hero-cta-block {
    padding: 30px; width: 100%;
}
.event-small-list{
	display: flex; flex-wrap: wrap; max-width: 100%;
}
.hero-left-banner{
	width: 100%;
}
.hero-left-banner img{
	min-height: inherit;
}
.video-test-slider {
    padding: 20px 30px;
}
.video-test-slider .slick-arrow.slick-prev {
    left: auto;
	right: 50%;
	margin-right: 40px;
}
.video-test-slider .slick-arrow.slick-next {
    right: auto;
	left: 50%;
	margin-left: 40px;
}
.mask-imgbox {
    width: 440px;
    height: 420px;
}



}
/* iPad 768px view*/
@media screen and (max-width:991px){
h1, .h1{font-size: 32px;line-height: 34px;}
.ptb-120{padding:80px 0;}
.ptb-100, .ptb-80{padding:40px 0;}
/*Header and banner*/
.why-attend-block .coll-inner{
    flex-direction: column-reverse;
}
.why-attend-block .coll-inner:last-child{
	padding-bottom: 0;
}
.why-attend-block .coll-inner .img-inner{
    margin: 0 auto 25px;
}
.result-section .result-inner .result-list{
    padding-top: 0;
}
.service-list .items {
    margin: 0 0 20px;
}
.service-list .items:last-child {
	margin-bottom: 0;
}
.card-counter .iconbox {
    min-width: 64px; max-width: 64px; height: 64px;
}
.counter-list .items {
	padding: 25px 15px;
}
.card-counter .textbox strong {
    font-size: 36px; line-height: 36px;
}
.address-block-inner {
    max-width: 380px;
}
.announcement-block .hurrytimer-cdt .hurrytimer-headline {
	font-size: 24px;
}
.announcement-block .hurrytimer-cdt .hurrytimer-timer-block {
	font-size: 40px;margin-bottom: 0;
}
.contact-block {
	padding: 35px;
}
.new__tankyou {
    padding-top: 80px; padding-bottom: 80px;
}



}
/* iPhone-6 plus 736 (Landscape) view */
@media screen and (max-width:767px){
body{-webkit-text-size-adjust:none;}
h2, .h2{font-size:22px; line-height:28px;}
h3 {font-size: 18px; line-height: 24px;}
p{margin:0 0 15px;}
.ptb-120, .ptb-100, .ptb-80, .ptb-90{padding:50px 0;}
.ptb-60, .ptb-50{padding:40px 0;}
img.alignleft, img.alignright, img.alignnone,
iframe, iframe.alignleft, iframe.alignright, iframe.iframe-embed.alignright{
    float: none; max-width: 100%; margin: 0 0 20px;
}
.block-title p br{
	display: none;
}
/*Header and banner*/
.mobile-menu-block{
	width: 85%; left: -105%;
}
.header{
    position: absolute;
}
.site-logo {
    width: 140px;
}
.head-btnbox {
    display: none;
}
li.h_register.hide {
    display: block;
}
.head-icons-list li + li {
    margin-left: 10px;
}
.head-icons-list li a {
    font-size: 24px; min-width: 38px; height: 38px;
}
.header-right {
    margin-right: 0;
}
.head-icons-list {
    margin: 0;
}
/* Mobi Event Booking */
.mobi-event-booking {
    background: var(--black_clr); padding: 13px 20px; position: fixed; bottom: 0; left: 0; right: 0; width: 100%; z-index: 3;
}
.event-name {
    padding-right: 10px;
}
.mobi-event-booking .slots_btn .btn {
    padding: 8px 10px;border-radius: 5px;
}
.mobi-event-booking .slots_btn .btn:hover {
	background: var(--primary_clr);
}
.mobi-event-booking h4 {
    color: var(--white_clr); font-size: 15px; line-height: 1.4; margin: 0;
}
.mobi-event-booking p {
    color: var(--white_clr); margin: 0; font-size: 14px; line-height: 1.4; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase;
}
.mobi-event-booking .btnbox .btn {
    font-weight: 500;
}
.mobi-event-booking + .footer {
    margin-bottom: 120px;
}
.mobi-event-booking + .footer + .scrollup {
    bottom: 130px; right: 10px;
}
.mobi-event-booking .close_icon {
    min-width: 20px; max-width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; position: absolute; right: 0; top: 0; color: #fff;
}
body.event-sticky-hide .mobi-event-booking {
	bottom: -110%;
}
body.event-sticky-hide .mobi-event-booking + .footer {
    margin-bottom: 0;
}
body.event-sticky-hide .mobi-event-booking + .footer + .scrollup {
    bottom: 10px;
}
.mobi-event-booking ~ .joinchat{
    right: auto; left: 10px; bottom: 10px;
}
.sticky-open .mobi-event-booking ~ .joinchat{
	bottom: 130px;
}
body.event-sticky-hide .mobi-event-booking ~ .joinchat{
	bottom: 10px;
}
.joinchat .joinchat__button {
    right: auto; left: 0; bottom: 0;
}
.announcement-textbox {
	padding: 15px 20px;
}
.announcement-textbox p {
    font-size: 14px;
}
.event-small-list .sub-item {
    padding: 0 !important; width: 100%; margin: 0 0 10px; background: none;
}
.event-small-list .sub-item + .sub-item {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 15px !important;
    padding-top: 15px !important;
}
.hero-slider{
	display: none;
}
.mobi-hero-slider{
	display: block;
}

.announcement-block .hurrytimer-campaign .hurrytimer-cdt__inner.hurrytimer-timer {
    max-width: 320px;
}
.announcement-block .hurrytimer-cdt .hurrytimer-headline {
    font-size: 20px;
}
.announcement-block .hurrytimer-cdt .hurrytimer-timer-block {
	font-size: 32px !important;line-height: 1.4;
}
.announcement-block .hurrytimer-cdt .hurrytimer-timer-block .hurrytimer-timer-label {
	font-size: 15px;
}
.counter-section {
    padding: 40px 0;
}
.counter-list .items {
    border-left: 0;padding: 25px 0;
}
.counter-list .items + .items {
    border-top: 1px solid rgba(255,255,255,0.3) !important;
}
.doctor-inn .content-box {
    padding: 20px 0; text-align: center;
}
.card-serv {
	padding: 25px;
}
.card-serv .iconbox {
    min-width: 64px; max-width: 64px; height: 64px;
}
.card-serv .card-serv-head {
    padding-right: 25px;
}
.card-serv:after {
	min-width: 40px; height: 40px;
}
.overlay-box {
	padding: 25px;
}
.overlay-box p {
	font-size: 15px;
}
.mobiview_btnbox{
    display: block;
}
.video-section .block-title .right-block {
    display: none !important;
}
.video-section .block-title{
    text-align: center; margin: 0 -15px 0;
}
.testi-card {
    padding: 10px 35px 10px 50px;
}
.testi-card .quote-icon {
    width: 40px; height: 30px;
}
.testi-card .textbox p {
	font-size: 16px;
}
.testimonials .container {
	padding: 0 10px;
}
.faq-section .block-title {
	margin-bottom: 0;
}
.acc_trigger {
    padding: 18px 40px 18px 20px; font-size: 18px;
}
.acc_trigger:after {
	right: 20px;
}
.faq-card .content-box {
    padding: 0 20px 20px;
}
.address-block-inner {
    padding: 25px; max-width: 100%;
}
.mapbox {
    position: relative; top: 0; height: 280px; margin: 20px 0 0;
}
.contact-block {
    padding: 30px;
}
.map-section {
	padding-bottom: 0;
}
.footer-bottom .f-bottom-inner {
    padding: 30px 20px;
}
.new__tankyou .content {
    padding: 30px;
}
.new__tankyou {
    padding-top: 60px; padding-bottom: 60px;
}
.hide-mobi{
	display: none;
}
.hide-desktop{
	display: block;
}
.why-attend-block .coll-inner .content-box {
    text-align: center;
}
.counter-section .block-title {
	text-align: center;
}
.counter-section .block-title h3 {
	margin-bottom: 0;
}
.counter-section .mobiview_btnbox {
    width: 100%; text-align: center;
}
.mobi-hide {
	display: none;
}
.form-title {
    text-align: center;
}
.small-title:before {
    width: 40px; margin-right: 10px;
}
.text-center .small-title:after {
    width: 40px; margin-left: 10px;
}
.mask-imgbox {
    width: 280px; height: 270px;
}
.media-section .block-title .small-title {
    font-size: 20px;
}
.contact-section .block-title {
    padding: 0;
}
.contact-flex .contact-block{
	width: 100%; padding: 30px 20px;
}
/* video-test-slider */
.video-section {
    padding-bottom: 60px;
}
.video-test-slider {
    padding: 20px 0;
}
.video-test-slider .slick-arrow{
	top: auto; bottom: -35px;
}
.video-test-slider .slick-arrow.slick-next {
    right: auto;
	left: 50%;
	margin-left: 40px;
}
.video-test-slider .slick-arrow.slick-prev {
    left: auto;
	right: 50%;
	margin-right: 40px;
}

/* responsive number slider */
	
.slide-numb{
	margin-top: 0;	
}

.b24-form-dropdown .b24-form-dropdown-container{
	min-height: inherit;
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}


}/*767 End*/