/*
font-family: 'Poppins', sans-serif;
font-family: 'Tangerine', cursive;
*/
@-webkit-keyframes shine{100% {left:125%;}}
@keyframes shine{100% {left:125%;}}
.shine{position: relative; overflow: hidden;}
.shine:before{display:block;content:"";position:absolute;top:0;left:-80%; width:50%;height:100%; background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);-webkit-transform:skewX(-25deg);transform:skewX(-25deg); opacity:0.3; z-index: 1;}
.shine:hover:before{-webkit-animation:shine 1s;animation:shine 1s;}
::-moz-selection{background:#000; color:#fff; text-shadow:none;}
::selection{background:#000; color:#fff; text-shadow:none;}
/*==================================:: 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;display: block; 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:-15px; z-index:2; padding:0; width:30px; height:30px; text-align:center; font-size:0; background:#133865; border:0; color: #fff; 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;}
.slick-arrow:before{display: block; content: "\f060"; font-family: 'FontAwesome'; font-weight: 400; font-size: 12px;}
.slick-arrow.slick-next:before{content: "\f061";}
.slick-arrow.slick-prev{left:0;}
.slick-arrow.slick-next{right:0;}
.slick-arrow:hover{background: #133865; color: #fff;}
.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:0; 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:14px; height:14px; font-size:0; padding: 0; background:none; border:1px solid #133865; -webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%; 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 button:before{display: block; content: ""; width: 6px; height: 6px; background: #133865; -webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%; position: absolute; left: 0; right: 0; top: 0; bottom:0; margin: auto; opacity: 0;}
.slick-dots li.slick-active button:before{opacity: 1;}
/*Slick Slider Css End*/
/*Easy Responsive Tab Css*/
h4.resp-accordion{display:none; cursor:pointer; text-align:left; position:relative; background: #fff !important; padding:10px 40px 10px 15px; margin: 0 0 10px;}
h4.resp-accordion .resp-arrow{display:none;}
h4.resp-accordion:after{display:block; content:"\f107"; font-family:'FontAwesome'; font-weight: 400; position:absolute; right:0; top:50%; width:40px; line-height:normal; transform: translate(0, -50%);-moz-transform: translate(0, -50%);-webkit-transform: translate(0, -50%);}
h4.resp-accordion.resp-tab-active:after{content:"\f106";}
.resp-tab-content{display:none;}
.resp-tab-content:after{clear:both; content:""; display:block;}
.resp-content-active, .resp-accordion-active{display:block}
@media only screen and (max-width:767px){
ul.resp-tabs-list{display:none;}
h4.resp-accordion{display:block;}
}
/*=========== Mobile Menu STYLE Start ========*/
/*body.mobile-menu-open{overflow:hidden;}*/
.menu-open-overlay{position:fixed; top:0; left:0; width:100%; bottom:0; background:#000; display:none; z-index:12; opacity:0.5;}
.mobile-menu-open .menu-open-overlay{display:block;}
.mobile-menu-block{background:#fff; 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% - 165px); overflow:auto; padding:10px 20px; position: relative; z-index: 3;}
.mobi-logo {padding: 20px 20px; border-bottom: 1px solid #ddd;}
.mobi-logo a,
.mobi-logo img{display: block; max-width: 280px;}
.mobile-nav ul{margin:0; padding: 0; list-style: none;}
.mobile-nav li{margin: 0; padding: 10px 0; color:#000; font-weight:400; font-size:15px; line-height:22px; text-transform:none; position:relative;}
.mobile-nav ul li a{display:block; color:#000; font-weight:600; font-family:'Poppins', Arial; font-size:15px; line-height:18px; text-transform:none; letter-spacing:0; padding:0 40px 0 0;}
.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:#133865;}
.mobile-nav li li{border:none; padding:5px 0;}
.mobile-nav li li a{font-size:15px; text-transform:none; font-weight:400; padding:0 40px 0 0;}
.mobile-nav li li.current-menu-item a{color:#133865;}
.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:40px; text-align:center; position:absolute; right:0; top:0;}
.hitarea:before{display:block; content:"\f107"; font-family:'FontAwesome'; 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:#133865;}
.mobi-bottom-inner .btn{padding: 10px 10px; width: 100%; -webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}
.head-mobi-search {
    background: #133865; position: relative;
}
.head-mobi-search .search-form{
	position: relative;
}
.head-mobi-search input{
	padding: 4px 40px 4px 15px; display: block; width: 100%; height: 40px; background: #000; border: 0; font-size: 14px; color: #fff; -webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;
}
.head-mobi-search .search-btn{
	color: #fff;
}
.head-mobi-search ::-webkit-input-placeholder{color:#fff; opacity:0.7;}
.head-mobi-search :-moz-placeholder{color:#fff; opacity:0.7;} /* Firefox 18- */
.head-mobi-search ::-moz-placeholder{color:#fff; opacity:0.7;} /* Firefox 19+ */
.head-mobi-search :-ms-input-placeholder{color:#fff; opacity:0.7;}
.mobi-bottom-inner .social-icon {
    justify-content: center; min-width: 100%;
}
.head-email{
	padding: 15px; box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
/*========== Mobile Menu STYLE End==============*/
/*Mobile Menu Css Start*/
.mobi-iconbox{display:none; width:24px; height:24px; position:absolute; right:0; top:0; z-index:40; transition:all 0.4s ease; -webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.menuicon{display: block; width: 100%; height: 100%; flex-direction: column; align-items: center; justify-content: center;}
.icon-bar{display:flex;display:-webkit-flex; align-items: center; min-width: 100%; height: 18px; position: relative; cursor: pointer;}
.icon-bar:before,
.icon-bar:after{display: block; content: ""; width: 100%; height: 2px; background: #000; position: absolute; left: 0; 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: 80%; height: 2px; background: #000; 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: 8px; background: #133865;}
.icon-bar.active:after{transform: rotate(-45deg); bottom: 8px; background: #133865;}
.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, 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:#fff; font-family:'Poppins', sans-serif, Arial; 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:#ed8612;}

::-webkit-input-placeholder{color:#000; opacity:0.3;}
:-moz-placeholder{color:#000; opacity:0.3;} /* Firefox 18- */
::-moz-placeholder{color:#000; opacity:0.3;} /* Firefox 19+ */
:-ms-input-placeholder{color:#000; 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:15px; line-height:24px; color:#000; font-weight:400; letter-spacing:0;}
.entry-content ul{display:inline-block; padding:0; margin:0 0 20px;}
.entry-content ol{display:inline-block; padding:0; margin:0 0 20px; list-style: none; counter-reset: my-awesome-counter;}
.entry-content ul li{position:relative; padding:0 0 0 16px; margin:0 0 5px;}
.entry-content ul li:before{content:""; position:absolute; left:0; top:10px; width: 5px; height: 5px; background:#000; -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:#000; line-height:1.3; font-weight:700; font-family:'Poppins', sans-serif, Arial; letter-spacing:0; margin:0 0 15px;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{color:#000;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{color:#ed8612;}
h1, .h1{font-size:44px; margin:0 0 20px;}
h2, .h2{font-size:32px;}
h3{font-size:24px;}
h4{font-size:20px;}
h5{font-size:18px;}
h6{font-size:16px;}
/* Paragraph CSS */
p{font-size:16px; line-height:1.6; color:#333; font-weight:400; letter-spacing:0; margin:0 0 15px;}
hr{border:none; margin:30px 0; background:#000; 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:#fff; 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:#fff; border:1px solid #111; width:100%; padding:2px 20px; margin:0; font-size:15px; color:#111; font-weight:400; line-height:normal; letter-spacing:0; font-family:'Poppins', sans-serif, Arial; 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:140px; 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: 30px; font-size: 15px; line-height: 20px; color: #333;}
.checkbox input, .radiobox input{position: absolute; left: 0; top: 0; opacity: 0;}
.checkbox .checkmark{display: block; width: 20px; height: 20px; border: 1px solid #ccc; background: #ccc; position: absolute; left: 0; top: 0;}
.checkmark:before{display:block; content:"\f00c"; font-family:'FontAwesome'; font-weight: 900; position:absolute; left:0; right:0; top:0; text-align:center; font-size:16px; color:#fff; line-height:17px; 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: #fff; 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:#fff;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-weight: 900; font-size: 20px; 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 #133865; color:#133865; font-size:16px; font-weight:600; text-transform: uppercase; cursor:pointer; letter-spacing:0.01em; 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:6px;-moz-border-radius:6px;border-radius:6px; overflow:hidden; box-shadow:5px 5px 0 rgba(0,0,0,0.2);
}
.btn.primary{
    background: #133865; border-color: #133865; color: #fff;
}
.btn.secondary{
    background: #ed8612; border-color: #ed8612; color: #fff;
}
.button:hover, .btn:hover,
.button:focus, .btn:focus{
	background: #ed8612; border-color: #ed8612; color:#fff; box-shadow:5px 5px 0 rgba(0,0,0,0.1); transform: scale(1.05);
}
.btn.secondary:hover,
.btn.secondary:focus{
    background: #133865; border-color: #133865; color: #fff;
}
.white-btn{
	background: #fff; border-color: #fff; color: #000;
}
.btn.white-hover:hover,
.btn.white-hover:focus{
    background: #fff; border-color: #fff; color: #133865;
}
.btn.small{
    padding: 8px 15px; font-size: 14px; min-width: 100px;
}
.btn i{
	margin-left: 10px;
}
.main-wrapper{overflow:hidden;}
.container{margin:0 auto; width:100%; max-width:1170px; padding:0 20px;}
.container.relative,
.max-container.relative{z-index: 2;}
.max-container{margin:0 auto; width:100%; max-width:1680px; padding:0 20px;}
section{position: relative;}
section *:last-child{margin-bottom:0;}
.hidden {display: none !important;visibility: hidden !important;}
.hide{display:none;}
.v-center{align-items: center;}
.j-center{flex-direction: column; justify-content: center;}
.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: #133865;}
.bg2{background: #fec108;}
.bg3{background: #f4f4f4;}
.relative{position: relative;}
.trans{-moz-transition:all 0.2s ease 0s;-webkit-transition:all 0.2s ease 0s;transition:all 0.2s ease 0s;}
/*============= GLOBAL CSS END ================*/
/*Header & Banner Section*/
.header{
    position:relative; z-index:10; padding:0; background: #fff;
}
.header-inner{
    height: 100px;
}
.site-logo{
    max-width:140px; position:relative; z-index:4; margin: 0;
}
.site-logo a,
.site-logo img{
    display: block; margin: 0;
}
.header-middle {
    background: #f4f4f4; position: relative; height: 38px; width: 100%; margin: 0 20px 0 120px; border-radius: 6px;
}
.icon-bullhorn{
	display: block; width: 38px; height: 38px; background: #133865; -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
	position: absolute; left: 0; top: 0; z-index: 2; font-size: 18px; line-height: 38px; color: #fff; text-align: center;
}
.header-middle marquee{
	font-size: 14px; color: #133865;
}
.header-right{
    margin-left: auto;position: relative;
}
.head-btnbox .btn{
	min-width: 140px;
}
.head-btnbox .btn + .btn{
	margin-left: 20px;
}
.empty-header {
    width: 100%; height: 100px; -moz-transition:all 0.2s ease 0s;-webkit-transition:all 0.2s ease 0s;transition:all 0.2s ease 0s;
}

/*Banner Below Section*/
.banner-below-btnbox{
	padding: 0 20px;
}
.play-btn img{
	display: block; max-width: 170px;
}
.banner-below-inn{
	margin: 0 -10px; flex-wrap: wrap; justify-content: flex-end;
}
.banner-below-inn .items{
	padding: 10px;
}
.btn-cate{
	padding: 10px 20px; font-size: 16px; line-height: 20px;min-width: 150px; color: #fff; font-weight: 400; position: relative; overflow: hidden;
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;display: block;text-align: center;
	background: -moz-linear-gradient(left, rgba(19 57 105) 0%, rgba(19 57 105 / 80%) 100%);
	background: -webkit-linear-gradient(left, rgba(19 57 105) 0%,rgba(19 57 105 / 80%) 100%);
	background: linear-gradient(to right, rgba(19 57 105) 0%,rgba(19 57 105 / 80%) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#133865', endColorstr='#cc214c57',GradientType=1 );
}
.btn-cate .iconbox {
    max-width: 32px; min-width: 32px; height: 32px;
    display: flex; align-items: center; justify-content: center; margin: 0 auto 5px;
}
.btn-cate .iconbox img{
	display: block;object-fit: contain;
}
.btn-cate:hover{
	color: #fff;
	background: -moz-linear-gradient(left, rgba(19 57 105 / 90%) 0%, rgba(19 57 105 / 70%) 100%);
	background: -webkit-linear-gradient(left, rgba(19 57 105 / 90%) 0%,rgba(19 57 105 / 70%) 100%);
	background: linear-gradient(to right, rgba(19 57 105 / 90%) 0%,rgba(19 57 105 / 70%) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6214c57', endColorstr='#b3214c57',GradientType=1 );
}
/*Home page Banner Css*/
.home-banner{
    position:relative; z-index:1; overflow: hidden;
}
.banner-imgbox {
    display: flex; flex-direction: column; height: 100%;
}
.banner-imgbox img {
    display: block; width: 100%; height: 100%; object-fit: cover;
}
.hero-slider .slick-dots{
	bottom: 20px;
}
.hero-slider .slick-dots li button{
	border: 1px solid #fff;
}
.hero-slider .slick-dots li button:before{
	background: #fff;
}

/*===Footer Start===*/
.footer{
	padding: 0; margin:0; position:relative; overflow: hidden; background: #f6f6fe;
}
.footer-logo img{
	display: block; max-width: 180px;
}
.secure-badge .imgbox {
    max-width: 120px; margin-right: 20px;
}
.secure-badge p {
    font-size: 12px; color: #555;
}

.f-about p{
	font-size: 15px; color: #eee; margin: 0;
}
.f-address p{
	font-size: 15px; color: #eee; position: relative; margin: 0 0 10px; padding-left: 30px;
}
.f-address p a{
	color: #fff;
}
.f-address p a:hover{
	color: #ed8612;
}
.f-address p i{
	font-size: 20px; color: #ed8612; position: absolute; left: 0; top: 1px;
}
.f-address p.phone{
	font-size: 16px;
}
.social-icon a{
	display:flex;display:-webkit-flex; align-items: center; justify-content: center; color: #fff; font-size: 18px; min-width: 40px; height: 40px; background: #133865; -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
}
.social-icon a:hover{
	background: #ed8612; color: #fff;
}
.social-icon a + a{
	margin-left: 7px;
}
.footer-inner h4{
	font-size: 16px; line-height: 18px; font-weight: 600; margin: 0 0 15px;
}
.footer-inner .items + .items{
	border-left: 2px solid #ddd;
}
.f-middle{
	background: #f4f4f4;
}
.f-middle .bg-img{
	background-size: 24% auto !important;
}
.f-contact{
	padding: 20px 40px; z-index: 2;
}
.f-contact .fa {
    font-size: 50px;
}
.f-contact p {
    font-size: 20px;
}
.f-links{
	padding: 10px 0;
}
.f-links a{
	display: inline-block; color: #eee;
}
.f-links a:hover{
	color: #ed8612;
}
.resp-logos {
    flex-wrap: wrap;
}
.resp-logos .sub-items {
    padding: 5px;
}
.resp-imgbox img{
	max-height: 50px;
}
.accept-inner{
	padding: 0 20px;
}
.accept-title {
    min-width: 200px; max-width: 200px;
}
.accept-list{
	min-width: calc(100% - 200px); max-width: calc(100% - 200px);
}
.accept-imgbox{
	border: 1px solid #ccc; -webkit-border-radius: 40px;-moz-border-radius: 40px;border-radius: 40px; overflow: hidden; max-width: 170px; margin: 5px;
}
.accept-imgbox img{
	display: block; margin: 0 auto;
}
.footer-bottom{
	position: relative; z-index: 2;
}
.footer-bottom p{
	text-transform: uppercase;
}
.scrollup{
    position: fixed; right: -20px; bottom: 10px; z-index: 4; background: rgba(0,0,0,.3); width: 34px; height: 34px; border-radius: 50%; font-size: 12px; color: #fff; line-height: 34px; 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: 10px; 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;}
img.alignright{float:right; margin:0 0 20px 20px;}
img.alignnone{margin:0 0 20px;}
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: #000; 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;}
.no-img.d-flex{align-items: center;justify-content: center;font-size: 24px;line-height: normal; color: #999; background: #ddd;}
.btnbox{padding:20px 0 0;}
.btnbox .btn:hover{transform: translateY(-5px);}
.block-title{position:relative; margin-bottom: 20px;}
.block-title h2 strong{
	color: #ed8612;
}
.block-title p{
	font-size: 20px;
}
.block-tl{
	min-width: 25%; max-width: 25%; margin: 0;
}
.line_left, .line_right{width: 100%}
.line_left img,
.line_right img{
	display: block; width: 100%;
}

.register-imgbox {
    display: block;
}
.register-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;
}
.register-imgbox:hover img{
	transform: scale(1.05);
}

/*bonus-section*/
.bonus-section{
	overflow: hidden;
}
.bonus-section .bg-img{
	background-size: 8% auto !important;
}
.wicket_style{
	display: block; width: 40px; height: 60px; background:url('../images/stumps.png') no-repeat center; background-size: 100% auto; position: absolute; left: -22px; top: -30px;
}
.bonus-inst-list{
	margin: 0 -10px;
}
.bonus-inst-list .items{
	padding: 10px;
}
.card-bonus{
	padding: 20px 10px; position: relative; background: #fff; height: 100%; box-shadow: 0 0 10px rgba(0,0,0,0.1); text-align: center;
}
.card-bonus .iconbox{
	display: inline-block; max-width: 70px; margin: 0 auto 20px;
}
.card-bonus p{
	font-size: 15px; font-weight: 500;
}

/*category Section*/
.cate-btns-list{
	margin: 0 -10px;
}
.cate-btns-list .items{
	padding: 10px;
}
.card-cate-btns 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-cate-btns:hover img{
	transform: scale(1.05);
}

/*.promo-slider*/
.card-promo img {
    display: block; width: 100%; height: auto; -webkit-border-radius: 12px;-moz-border-radius: 12px;border-radius: 12px;
}
.promo-slider{
	padding: 20px 40px 20px;
}
.promo-slider .slick-dots{
	bottom: -15px;
}
.bottom-btnbox{
	justify-content: center;
}
.bottom-btnbox .btn{
	margin: 10px; min-width: 160px;
}

/*Default Modal*/
button.close {
    position: absolute; right: -10px; top: -10px; text-shadow: none; opacity: 1 !important; color: #ed8612;
}
button.close:hover{
	color: #fff;
}
.modal-backdrop.show {
    opacity: .7;
}
.info_modal .modal-content{
	background: rgba(0,0,0,0.8); border: 0; -webkit-border-radius: 14px;-moz-border-radius: 14px;border-radius: 14px;
}
.info_modal .modal-body{
	padding: 14px;
}
.modal-imgbox img{
	display: block; width: 100%; height: auto; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}
.instant_id{
	position: fixed; right: 0; top: 50%; margin-top: -26px; z-index: 99; max-width: 180px;
}

/* About Section */
.about-section {
    margin-top: 0;
    z-index: 0;
}
.about-section .bg-img{
	width: 40%; background-attachment: fixed !important; background-position: -160px 100% !important;
}
.about-list .left-block .block-title {
    text-align: right; border-right: 10px solid rgba(255, 255, 255, 0.8); padding-right: 30px;
}
.about-list .imgbox {
	width: 100%;overflow: hidden; border-radius: 20px;
}
.about-list .imgbox img {
    display: block; width: 100%; height: 100%; object-fit: cover;
}
.about-content{
	padding-left: 20px;
}

/*FAQ*/
.faq-section{
	position: relative; overflow: hidden;
}
.faq-section .bg-img {
    background-attachment: fixed !important;
}
.faq-list{
	border-top: 1px solid #e1e1e1;
}
.faq-card {
    background: rgba(255,255,255,0.1); backdrop-filter: blur(7px); border-bottom: 1px solid #e1e1e1;
}
.faq-section .bg-img:before {
    opacity: 0.9;
}
.faq-card .acc_title {
    padding: 20px 50px 20px 40px; font-weight: 500; margin: 0; cursor: pointer; position: relative;
}
.faq-card .acc_title:after {
    display: block; content: "\f067"; font-family: 'FontAwesome'; font-weight: 900; width: 20px; height: 26px; text-align: center; position: absolute; right: 10px; top: 0; bottom: 0; margin: auto; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
.faq-card .acc_title[aria-expanded="true"]:after{
    content: "\f068";
}
.faq-card .text-box{
    padding: 0 40px 20px 40px;
}
.acc_title,
.text-box p{
	color: #fff;
}
.card-cate {
    padding: 20px 10px; position: relative; height: 100%; text-align: center; border: 1px solid rgb(255 255 255 / 20%); border-radius: 10px; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.card-cate:hover{
	border-color: #fff;
}
.card-cate .iconbox {
    display: inline-block;
    max-width: 70px;
    margin: 0 auto 20px;
}
.card-cate h4 {
    letter-spacing: 0.6px;
}
.footer-inner .social-block {
    padding-left: 30px;
}

/*==========================================
===============:: MEDIA CSS ::==============
============================================*/
@media screen and (max-width:1499px){
.banner-below-inn .items {
    padding: 10px 5px;
}
.btn-cate {
    font-size: 15px;
}
}
/* iPad 1024px View */
@media screen and (max-width:1199px){
.container{width:100%; max-width:100%; padding:0 15px;}
.btnbox{padding:15px 0 0;}
.ptb-60, .ptb-80, .ptb-90{padding:40px 0;}
h1, .h1{font-size: 32px; line-height: 1.2; margin: 0 0 15px;}
h2, .h2{font-size: 24px; margin: 0 0 15px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
p{font-size: 15px;line-height: 24px; margin-bottom: 15px;}
ul li, ol li{font-size: 15px;line-height: 24px;}
.block-title p br{display: none;}
/*Header and banner*/
.site-logo {
    max-width: 75px;
}
.header-middle {
    margin: 0 20px 0 40px;
}
.banner-below-btnbox {
    padding: 0 10px;
}
.banner-below-inn {
	margin: 0;
}
.play-btn img {
    max-width: 100%;
}
.btn-cate {
    font-size: 14px;
}
.block-title p {
    font-size: 16px; line-height: 26px;
}
.f-contact {
    padding: 20px;
}
.secure-badge .imgbox {
    max-width: 100px; margin-right: 10px;
}
.hts-list {
    margin: 0 -10px;
}
.hts-list .items{
	padding: 10px;
}
.card-bonus p {
    font-size: 14px;
}


}
/* iPad 768px view*/
@media screen and (max-width:991px){
h1, .h1{font-size: 32px; margin: 0 0 15px;}
p{margin:0 0 15px;}
.ptb-80{padding:60px 0;}
.mb-60{margin-bottom: 40px !important;}
/*Header and banner*/
.head-btnbox .btn {
    min-width: 80px;
}
.btn-cate {
    font-size: 12px; line-height: 14px; padding: 8px 4px;min-width: 110px;
}
.btn-cate .iconbox {
    max-width: 20px;min-width: 20px; height: 20px;
}
.block-tl {
    min-width: 30%; max-width: 30%;
}
.card-premium .imgbox {
    min-width: 40px; max-width: 40px; height: 40px;
}
.card-premium h4 {
    font-size: 14px;
}
.card-premium span{
	font-size: 13px;
}
.cate-btns-list {
    margin: 0 -5px;
}
.cate-btns-list .items {
    padding: 5px;
}
.accept-title {
    min-width: 140px;
    max-width: 140px;
}
.accept-list {
    min-width: calc(100% - 140px);
    max-width: calc(100% - 140px);
}
.f-contact {
    padding: 10px;
}
.instant_id{
	max-width: 120px;
}
.about-list .left-block .block-title h2{
	font-size: 28px; line-height: 36px;
}
.footer-inner .social-block {
    padding-left:0;
}

}
/* iPhone-6 plus 736 (Landscape) view */
@media screen and (max-width:767px){
body{-webkit-text-size-adjust:none;}
h1, .h1 {font-size: 24px;}
h2, .h2{font-size:20px; line-height:28px;}
p{margin:0 0 15px;}
.ptb-120, .ptb-100, .ptb-80, .ptb-90{padding:50px 0;}
.ptb-60, .ptb-50{padding:30px 0;}
.ptb-40 {padding: 30px 0;}
img.alignleft,
img.alignright,
img.alignnone,
iframe.alignleft,
iframe.alignright{float:none; margin:0 0 20px;}
/*Header and banner*/
.header-inner {
    height: auto; padding: 10px 0; flex-wrap: wrap;
}
.head-btnbox .btn + .btn {
    margin-left: 10px;
}
.header-middle {
    margin: 10px 0 0; order: 3;
}
.banner-below-btnbox {
    padding: 5px 10px;
}
.banner-below-inn {
    margin: 0 -2px; justify-content: center; min-width: 100%;
}
.banner-below-inn .items {
    width: 33.33%; padding: 2px;
}
.play-btn img {
    max-width: 100px;
}
.hts-list,
.bonus-inst-list {
    margin: 0 -5px;
}
.hts-list .items,
.bonus-inst-list .items{
    padding: 5px; min-width: 50%; max-width: 50%;
}
.bonus-inner .btnbox {
    padding: 0;
}
.bonus-inner .right-block{
	margin-top: 20px;
}
.card-premium-top {
    flex-wrap: wrap; justify-content: center; text-align: center;
}
.premium-btnbox .premium-btn{
	font-size: 12px;
}
.text-block-only p br{
	display: none;
}
.block-tl {
    min-width: 200px; max-width: 200px;
}
.cate-btns-list .items{
	min-width: 50%; max-width: 50%;
}
.promo-slider {
    padding: 10px 0px;
}
.slick-arrow.slick-prev {
    left: -15px;
}
.slick-arrow.slick-next {
    right: -15px;
}
.accept-title {
    min-width: 80px;
    max-width: 80px;
}
.accept-list {
    min-width: calc(100% - 80px);
    max-width: calc(100% - 80px);
}
.footer-inner{
	margin: 0;
}
.footer-inner .items{
	padding: 20px 15px;
}
.footer-inner .items + .items {
    border-left: 0; border-top: 2px solid #ddd;
}
.resp-imgbox img {
    max-height: 40px;
}
.bottom-btnbox .btn {
    min-width: 130px;
}
.faq-card .acc_title {
    padding: 20px 40px 20px 20px;
}
.faq-card .text-box {
    padding: 0 40px 20px 20px;
}
.about-section .bg-img {
    width: 100%;
}
.about-section {
    padding: 50px 0 0;
}
.about-list .left-block .block-title {
    text-align: left; border-right: 0; padding-right: 0; padding-left: 20px; border-left: 8px solid rgba(255, 255, 255, 0.8);
}
.about-list .left-block .block-title h2 {
    font-size: 24px; line-height: 34px;
}
.about-content *{
	color: #fff;
}
.about-section .bg-img:before {
    opacity: 0.8;
}
.about-content {
    padding-top: 20px;
}
.about-section .entry-content ul li:before{
	background: #fff;
}
.hero-slider .slick-dots {
    bottom: 5px;
}


}/*767 End*/

/* 320px view */
@media screen and (max-width:374px){
.site-logo {
    min-width: 80px;
    max-width: 80px;
}
.f-links p {
    font-size: 13px;
}
.head-btnbox .btn {
    min-width: 80px; line-height: 16px; font-size: 12px;
}

}