@font-face {
    font-family: 'Aino';
    src: url('../fonts/Aino-Regular.woff2') format('woff2'),
        url('../fonts/Aino-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aino Headline';
    src: url('../fonts/AinoHeadline.woff2') format('woff2'),
        url('../fonts/AinoHeadline.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Aino';
    src: url('../fonts/Aino-Bold.woff2') format('woff2'),
        url('../fonts/Aino-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*==================================:: 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%;}
.slick-track:before, .slick-track:after {display:table; content:"";}
.slick-track:after {clear:both;}
.slick-loading .slick-track {visibility:hidden;}
.slick-slide{display:none; float:left; height:100%; min-height:1px;}
.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:block; position:absolute; top:50%; z-index:2; padding:0; width:40px; height:40px; text-align:center; font-size:0; color:#2FAFEA; background:none; border:0;cursor:pointer; opacity:1; outline:none; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);transform:translate(0,-50%);}
.slick-arrow.slick-prev {left:0;}
.slick-arrow.slick-next {right:0;}
.slick-arrow:after{display:block; font-family:'FontAwesome'; font-weight:400; font-size:36px; line-height:40px; position:absolute; left:0; right:0; top:0; bottom:0;-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.slick-arrow.slick-prev:after {content:"\f104";}
.slick-arrow.slick-next:after {content:"\f105";}
.slick-arrow:hover:after {color:#2FAFEA;}
.slick-arrow:focus,
.slick-arrow:hover {opacity:1; outline:none;}
.slick-dots {display:block; position:absolute; left:0; right:0; bottom:20px; margin:20px auto 0 auto; padding: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; position: relative; border:0; -webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%; cursor:pointer;}
.slick-dots li button:after {position: absolute;content:"\f10c";font-size:14px;text-align: center;font-family: 'FontAwesome';color:#2FAFEA; left:0; right:0;}
.slick-dots li.slick-active button:focus:after, .slick-dots li.slick-active button:hover:after, .slick-dots li.slick-active button:after {content:"\f111";color:#2FAFEA;}
.slick-dots li button:focus, .slick-dots li button:hover{outline:none; box-shadow:none;}
/*Slick Slider Css End*/
/* popup css */
.mfp-fade.mfp-bg {opacity: 0; -webkit-transition: all 0.15s ease-out; -moz-transition: all 0.15s ease-out;  transition: all 0.15s ease-out; }
.mfp-fade.mfp-bg.mfp-ready {opacity: 0.8;}
.mfp-fade.mfp-bg.mfp-removing {opacity: 0;}
.mfp-fade.mfp-wrap .mfp-content {opacity: 0; -webkit-transition: all 0.15s ease-out;  -moz-transition: all 0.15s ease-out;      transition: all 0.15s ease-out; }
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {opacity:1;}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {opacity:0;}
.mfp-iframe-holder iframe {width:800px; height:500px;}
/* Magnific Popup CSS */
.mfp-bg {top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 0.8; }
.mfp-wrap {top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; outline: none !important;  -webkit-backface-visibility: hidden; }
.mfp-container {text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px;box-sizing: border-box; }
.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
.mfp-align-top .mfp-container:before { display: none; }
.mfp-content {position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left;z-index: 1045; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {width: 100%; cursor: auto; }
.mfp-ajax-cur {cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {cursor: -moz-zoom-out; cursor: -webkit-zoom-out;cursor: zoom-out;}
.mfp-zoom {cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {cursor: auto; }
.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {-webkit-user-select: none; -moz-user-select: none; user-select: none; }
.mfp-loading.mfp-figure {display: none; }
.mfp-hide {display: none !important; }
.mfp-preloader {color: #CCC; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 1044; }
.mfp-preloader a {color: #CCC; }
.mfp-preloader a:hover {color: #FFF; }
.mfp-s-ready .mfp-preloader {display: none; }
.mfp-s-error .mfp-content {display: none; }
button.mfp-close, button.mfp-arrow {overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 1046; box-shadow: none; touch-action: manipulation; }
button::-moz-focus-inner {padding: 0; border: 0; }
.mfp-close {width: 44px; height: 44px; line-height: 44px; position: fixed; left: auto; right: 0; top: 0; text-decoration: none; text-align: center; opacity: 0.65; padding: 0 0 18px 10px; color: #FFF; font-style: normal; font-size: 28px;}
.mfp-close:hover, .mfp-close:focus {opacity: 1; }
.mfp-close:active {top: 1px; }
.mfp-close-btn-in .mfp-close {color: #333; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {color: #FFF; right:30px; top: 10px; text-align: right; opacity:1; cursor:pointer;}
.mfp-arrow {position: absolute; opacity: 0.65; margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus {opacity: 1; }
.mfp-arrow:before, .mfp-arrow:after {content: ''; display: block; width: 0;  height: 0; position: absolute; left: 0; top: 0;  margin-top: 35px; margin-left: 35px; border: medium inset transparent; }
.mfp-arrow:after {border-top-width: 13px;  border-bottom-width: 13px; top: 8px; }
.mfp-arrow:before {border-top-width: 21px; border-bottom-width: 21px; opacity: 0.7; }
.mfp-arrow-left {left: 0; }
.mfp-arrow-left:after {border-right: 17px solid #FFF; margin-left: 31px; }
.mfp-arrow-left:before {margin-left: 25px; border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {right: 0; }
.mfp-arrow-right:after {border-left: 17px solid #FFF; margin-left: 39px; }
.mfp-arrow-right:before {border-left: 27px solid #3F3F3F; }
.mfp-counter {text-align: center;color: #fff;font-size: 12px;letter-spacing: 0.05em;}

/*========= Mobile Menu STYLE Start ===========*/
.menu-open-overlay{ position:fixed; top:0; left:0; width:100%; bottom:0; background-color:rgba(0,0,0,0.4); display:none; z-index:12;}
.mobile-menu-open .menu-open-overlay{display:block; }
.mobile-menu-block{padding:0; background:#fff; color:#171A1D; position:absolute; z-index:14; left:0; right:0; top:100px; z-index:20; font-size:14px; overflow:auto; -webkit-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s; opacity:0; visibility: hidden; transform: scaleY(0);transform-origin: top;}
.mobile-menu-open .mobile-menu-block{opacity:1; visibility:visible; opacity: 1;transform: scaleY(1); max-height:100%; overflow: auto;}
.mobile-menu-inner{overflow:auto; padding:0 20px;}
.mobile-nav ul{margin: 0; list-style: none; }
.mobile-nav li{color:#171A1D; font-weight:700; font-size:14px; line-height:normal; position:relative;}
.mobile-nav ul li a{display:block; color:#2C2E30; font-size:14px; font-weight:bold;line-height:normal; text-transform:none; letter-spacing:0; padding:14px 0;}
.mobile-nav ul li.menu-item-type-custom.current-menu-item a{color:#2FAFEA;}
.mobile-nav ul li.menu-item-type-custom.current-menu-item:hover a,
.mobile-nav ul li.menu-item-type-custom.current-menu-item a:hover,
.mobile-nav ul li a:hover, .mobile-nav ul li a:focus,
.mobile-nav ul li.current-menu-item > a {color:#2FAFEA;}
.mobile-nav ul li.menu-item-has-children a{padding-right: 40px;}
.mobile-nav li li {border:none;}
.mobile-nav li li a {color:#171a1d; font-size:14px; font-weight:700; text-transform:none; padding:7px 10px;}
.mobile-nav li li li a {padding-left:20px;}
.mobile-nav ul.sub-menu {margin:0 0 10px;}
.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:20px; position:absolute; left:0; right:0; top:50%; margin:0 auto; -webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);transform:translate(0,-50%);}
.collapsable-hitarea.hitarea:before {content:"\f106"; color:#2FAFEA;}
.mobile-menu-block .collapsable-hitarea + a {color:#2FAFEA;}
.topnav-main .mobile-nav ul li a{font-weight:400;}

/*========= Mobile Menu STYLE End ===========*/
/*Mobile Menu Css Start*/
.mobi-iconbox{display:none; cursor:pointer; width:30px;height:30px; position:absolute; left:20px; top:26px; z-index:40; -webkit-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.menuicon{display:block; width:30px; cursor:pointer; position:absolute; left:0; right:0; margin:0 auto; top:50%; -webkit-transform:translate(0,-50%); -moz-transform:translate(0,-50%); transform:translate(0,-50%); -moz-transition:all 0.4s ease 0s; -webkit-transition:all 0.4s ease 0s; transition:all 0.4s ease 0s;}
.menuicon .icon-bar{display:block; width:100%; height:2px; background:#EB5E5E; position:relative; -webkit-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.menuicon .icon-bar + .icon-bar {margin-top:6px;}
.menuicon .icon-bar:last-child {width: 24px;}
.opened .menuicon .icon-bar:last-child{width:30px;}
.opened .menuicon .icon-bar.bottom-icon-bar{width:100%; top: 3px;}
.opened .top-icon-bar{transform-origin:0 50% 0; transform:rotate(45deg); -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); top: -3px;}
.opened .middle-icon-bar {opacity:0;}
.opened .bottom-icon-bar {transform-origin:0 50% 0; transform:rotate(-45deg); -moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg);}

/*Mobile Menu Css End*/
/* ===== RESET ================================================== */
main, abbr, acronym, address, applet, article, aside, audio,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,var{background:transparent; border:0 none; margin:0; padding:0; line-height:normal; vertical-align:baseline; outline:none; font-size:100%; font-family:inherit; font-weight:normal; 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; max-width:100%; border:0; border-top:1px solid #DBE1E7; margin:35px 0 25px 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);}
html, body {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing:grayscale;}
blockquote,q{padding:0 0 0 20px;border-left: 4px solid #2FAFEA; margin-bottom:30px;}
blockquote p, q p{margin:0 !important;color: #2FAFEA;font-size: 20px;line-height: 26px;}
blockquote p + p, q p + p{margin:20px 0 0 !important;}

/* ===== GLOBAL ================================================== */
body{padding:0; margin:0; font-family: 'Aino', Arial, Verdana; font-size:16px; line-height:24px; color:#231f20;background:#fff; overflow-x:hidden; -webkit-transition:all 0.4s ease 0s;-moz-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
:focus{text-decoration:none; outline:none;}
a{text-decoration:none; color:#2FAFEA; outline:none; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
a:hover{text-decoration:none; color:#2FAFEA;}
a:focus{outline:0; outline: none;}
::-webkit-input-placeholder{color:#231f20; opacity:0.5;}
:-moz-placeholder{color:#231f20; opacity:0.5;} /* Firefox 18- */
::-moz-placeholder{color:#231f20; opacity:0.5;} /* Firefox 19+ */
:-ms-input-placeholder{color:#231f20; opacity:0.5;}
/* Ul Li & Ol Li CSS */
ul, ol {margin:0; 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:24px;  color:#171A1D; font-weight:400;}
li a {color:#2FAFEA;}
.entry-content ul, .entry-content ol {display:inline-block; padding:0; margin:0 0 25px;}
.entry-content ul ol,
.entry-content ol ul,
.entry-content ul ul,
.entry-content ol ol {display:block; margin-top:5px;}
.entry-content ul li{list-style:none; padding:0 0 0 18px; margin:0 0 10px; position: relative;}
.entry-content ul li:before{display: block; content:""; width: 6px; height: 6px; background: #231f20; position: absolute; left: 2px; top: 10px; border-radius: 50%;}
.entry-content ul li li:before{background:none; border:1px solid #231f20;}
.entry-content ul li::marker{font-size: 0;}
.entry-content ul li li {list-style:disc;}
.entry-content ol{margin-left:25px;}
.entry-content ol li {list-style-type:decimal; list-style-image:none; list-style-position:outside; margin:0 0 10px;}

img.alignleft{float:left; margin:0 20px 20px 0 !important; border-radius:3px;}
img.alignright{float:right; margin:0 0 20px 20px !important;border-radius:3px;}
img.alignnone {margin:30px 0 0;border-radius:3px;}
iframe.alignleft {float:left; margin:0 20px 20px 0 !important;border-radius:3px;}
iframe.alignright {float:right;margin:0 0 20px 20px !important;border-radius:3px;}
iframe.iframe-embed.alignright{max-width:500px;height:315px !important;border-radius:3px;}

h1,h2,h3,h4,h5,h6{font-weight:400; color:#212529; font-family:'Aino Headline', Arial, Verdana; line-height:normal; letter-spacing:0; margin:0 0 15px}
h1{font-size:56px;line-height:60px; letter-spacing:-1.87px;}
h2{font-size:52px;line-height:56px;letter-spacing:-2px;}
h3{font-size:40px;line-height:48px;}
h4{font-size:28px;line-height:26px;}
h5{font-size:26px;line-height:30px;}
h6{font-size:18px; line-height:22px;}
p{font-family: 'Aino', Arial, Verdana; font-size:16px; line-height:24px; color:#2C2E30; font-weight:400; letter-spacing:0; margin:0 0 20px;}
img {max-width:100%; height:auto; border:none; outline:none;}
strong{font-weight:bold;}
/*table structure*/
table{border-right:0; border-top:0; width: 100%;}
table th, table td{border:0; border-bottom: 1px solid #eee; text-align:left; font-size:14px; line-height:normal; color:#2C2E30; font-weight:400; padding:22px 20px; vertical-align:middle;}
table th{color:#2C2E30; font-weight:bold; background:#F0F2F6; border:0 !important; font-size:12px; letter-spacing:1px;}
table th p,
table th img{margin:0 !important;}
table th:first-child{border-radius:4px 0 0 4px;}
table th:last-child{border-radius:0 4px 4px 0;}
table th a {color:#2FAFEA;}
table th a:hover {color:#2FAFEA;}
.table-striped th, .table-striped td{position:relative;}
.table-striped tbody tr:nth-of-type(even) td{background:#F0F2F6;}
.scroll-div{overflow:auto;}
.align-center{text-align: center;}
.v-align{align-items: center;}
.ptb-80{padding:80px 0;}
.ptb-60{padding:60px 0;}
.ptb-50{padding:50px 0;}
.ptb-25{padding:25px 0;}
.no-space{margin:0;}
.no-space > div{padding-left:0; padding-right:0;}
.gray-dark-bg{background:#212529;}
.gray-dark-bg *{color: #fff;}
.hide{display:none !important;}
.d-hide{display:none !important;}
@-webkit-keyframes shine {100% {left:125%;}}
@keyframes shine {100% {left:125%;}}
.container{max-width:1210px; padding:0 20px;}
.max-container{max-width:100%; width:100%; padding:0 40px; margin:0 auto;}
.main-wrapper{max-width:1440px; width:100%; margin:0 auto; background:#fff;}
/*Form Input Field*/
input, textarea, select {background:#fff; border:0; width:100%; text-align:left; padding:5px 17px; margin:0; font-size:16px; color:#231f20; font-weight:400;line-height:normal; height:50px; outline:none; -webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px; letter-spacing:0;box-shadow:0 0 0 2px rgba(0, 0, 0, 0.2);}
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:110px; padding:15px 15px; vertical-align:top; resize:none;}
.selectbox{display:block; width:100%; background:#fff; border:0; line-height:50px; position:relative; cursor:pointer; -webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.selectbox:after {position:absolute; content:"\f107"; right:15px; font-family:'FontAwesome'; font-size:20px; line-height:50px; color:#2C2E30; top:0; z-index:1 }
.selectbox select {border:0; display:block; width:100%; padding:0 50px 0 17px; background:transparent; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance:none; position:relative; z-index:2; cursor:pointer; color:#231f20;box-shadow:0 0 0 2px rgba(0, 0, 0, 0.2);}
.selectbox select option {background:#ccc; color:#000; padding:4px 10px;}
.selectbox select.not_chosen {background:#2FAFEA; color:#fff;}
/*Radio Css*/
.checkbox, .radiobox {display:inline-block; position:relative; padding-left:34px; text-align:left; font-size:16px; color:#231f20; line-height:24px;}
.checkbox input, .radiobox input {position:absolute; opacity:0; left:0; top:0; z-index:2; width: 100%; height: 100%; cursor: pointer;}
.radiobox .checkmark{position:absolute;top:0;left:0;height:20px;width:20px;}
.radiobox .checkmark:after{display:block; content:"\f111"; font-family:'Line Awesome Free'; font-weight: 900; position:absolute; left:0; right:0; top:0; text-align:center; font-size:24px; color:#231f20; line-height:20px; opacity:1;}
.radiobox input:checked ~ .checkmark:after{content: "\f192"; color:#2FAFEA;}
/*Checkbox Css*/
.checkbox{font-size:16px; color:#231f20; line-height:24px; cursor:pointer; padding-left: 34px;}
.checkbox.check {padding:0; width:24px; height:24px;}
.checkbox .checkmark{display: block; position:absolute;top:0;left:0;height:24px;width:24px;background:#fff; border:1px solid #adb5bd;}
.checkbox input:checked ~ .checkmark {background:#fff; border-color:#2FAFEA;}
.checkbox .checkmark:after {display:block; content:"\f00c"; font-family:'Line Awesome Free'; font-weight: 900; position:absolute; left:0; right:0; top:0; text-align:center; font-size:16px; color:#2FAFEA; line-height:22px; padding-left:2px; opacity:0;}
.checkbox input:checked ~ .checkmark:after{opacity:1;}

/*Buttons*/
.button, .btn{display:inline-block; padding:0 22px; background:none; overflow: hidden; border:2px solid #2EAFEA; color:#2EAFEA; font-size:12px; font-weight:bold; text-transform:uppercase; cursor:pointer; letter-spacing:1px; text-align:center; position:relative; min-width:170px; height:40px; line-height:36px; -moz-transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s; -webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.button:before, .btn:before{display:block;content:"";position:absolute;top:0;left:-75%;z-index:1; width:50%;height:100%; background:-webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,.3) 100%);background:linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,.3) 100%);-webkit-transform:skewX(-25deg);transform:skewX(-25deg); opacity:0.4;}
.button:hover:before, .button:focus:before, .btn:hover:before, .btn:focus:before {-webkit-animation:shine 1s;animation:shine 1s;}
.button:hover, .button.alt:hover, .btn:hover,
.button:focus, .button.alt:focus, .btn:focus,
.button:active, .button.alt:active, .btn:active{background:#2EAFEA; border-color:#2EAFEA; color:#fff; text-decoration:none; box-shadow:0 0 0 #000;}
.bdr-white{border-color:#fff; color:#fff;}
.bdr-white:hover, .bdr-white:focus{background:#fff; color:#EB5E5E; border-color:#fff;}
.secondary{background:#EB5E5E; border-color:#EB5E5E; color:#fff;}

/* ===== Header ============= */
/*Header*/
.header{position:relative; background:#fff; width:100%; z-index:18; padding:0; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s; max-width:100%; margin:0 auto;}
.header-inner{align-items:center; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.header .logo{flex-basis:157px !important; min-width:157px !important; max-width:157px !important; position:relative; z-index:2; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.logo a{display:block;}
.header .logo a > img{display:block; width:157px !important; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.header-right{align-items: center; flex-wrap: wrap; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.top-menu-main{min-height:53px;}
.top-nav{margin-left:30px;}
.top-nav ul{padding:0; margin:0; list-style:none; display:-webkit-flex; display:flex; flex-wrap: wrap;}
.top-nav li {padding:0; margin:0;}
.top-nav li + li{margin-left:32px;}
.top-nav li a{font-size: 14px;line-height: 17px;text-align: center; color:#20222C; font-weight:400;}
.single-post .top-nav li.current-post-parent a,
.top-nav li.current-menu-item a, .top-nav li a:hover, .top-nav li a:focus{color:#2FAFEA;}
.hart-icon {min-width: 40px;width: 40px;height: 53px; margin-left:35px; position: relative;}
.hart-icon .wishlist {position: absolute;top:4px;left: 0;right: 0;text-align: center;color: #EB5E5E;font-size: 12px;letter-spacing: 1px; font-weight:bold;}
.hart-icon a{display:block;}
.hart-icon a img{display:block; width:100%;}
.header .social-icons{margin-left:35px;}
.social-icons a{display: inline-block;text-align: center; font-size: 18px; color: #7B8390;}
.social-icons a:hover{color:#2FAFEA;}
.social-icons a + a{margin-left:25px;}
.hover-text {position: absolute;right: 0;margin-top:10px; background:#f0f2f6;padding: 10px;font-size: 12px;min-width: 240px;border-radius: 4px;letter-spacing: 0.025em;line-height: 16px; opacity:0; visibility:hidden; z-index:-9; transition: all 0.4s ease; color:#333; box-shadow:0 0 20px rgba(0,0,0,0.05);}
.hover-text:after {content: "";right: 15px;top: -10px;border-width: 0 10px 10px 10px;border-style: solid;border-color: transparent transparent #f0f2f6 transparent;position: absolute;}
.wishlist-box:hover .hover-text,
.hart-icon:hover .hover-text{visibility:visible; opacity:1; z-index:11;}
.wishlist-box .hover-text{min-width:100%; width:100%;}
.wishlist-box .hover-text:after{left:15px; right:auto;}
.new-list .card .hover-text:after{left:auto; right:15px;}
.new-list .card .hover-text,
.supplier-box .hover-text {min-width: 240px;}

.search-icon{background:url(../images/search-icon.png) no-repeat center; background-size:100% auto;width:14px; height:14px; display:block; border:0; outline:none !important; cursor:pointer;}
.search-box-popup {position: fixed;top: 0;z-index: 99;bottom: 0;left: 0;right: 0;background:#2FAFEA; transition:all 0.4s ease; display:-webkit-flex; display:flex;align-items: center;    z-index: -5;opacity: 0;visibility: hidden;}
.close-btn {position: absolute;right: 30px;top: 30px;font-size: 24px;color: #fff; cursor:pointer; outline:none !important;}
.search-box-inner {max-width: 800px;width: 100%;margin: 0 auto;}
.search-box-inner .screen-reader-text{display:none;}
.search-box-inner form{position: relative;}
.search-box-inner form label{width:100%; display:block; position: relative;}
.search-box-inner form .search-submit {position: absolute;top: 0;background:url(../images/search-icon.png) no-repeat center; background-size:14px auto;width:60px; height:60px; display:block; border:0; outline:none !important; cursor:pointer; font-size:0;padding: 0;right:0; box-shadow:none;}
.search-box-inner form label .search-field {border: 0;height: 60px;border-radius: 6px;background: #FFFFFF;padding: 0 60px 0 23px;  color:#000;font-size: 16px;letter-spacing: 1.33px;text-align: left; box-shadow:none;}
.search-box-open{overflow:hidden;}
.search-box-open .search-box-popup{z-index:999;opacity:1;visibility: visible;}


/*Language*/
body.single-mcalendar .langmenu-nav{display:none;}
.langmenu-nav{margin-left:30px;}
.langmenu-nav li.wpml-ls-current-language {display:none;}
.langmenu-nav li a {width: 20px;display: block;}
.langmenu-nav li a img{width:100%;display:block;}

/*Nav Css*/
.nav-main{position:relative; z-index:1; display:flex;display:-webkit-flex; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.nav-main nav{margin-left: auto;}
.nav-main nav > ul {margin:0; padding:0; display:flex;display:-webkit-flex; align-items: center;}
.nav-main nav > ul > li{margin:0; padding:8px 5px; list-style:none; font-size: 15px; position:relative; -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 + li{margin-left:52px;}
.nav-main nav > ul > li > a{display:block; color:#2C2E30; font-size:16px; font-weight:bold;line-height:19px;text-transform:none; letter-spacing:0; white-space: nowrap; position:relative;z-index:2;padding:11px 0;}
.single-post .nav-main nav > ul > li.current-post-parent a,
.single-programm .nav-main nav > ul > li.group-activities a,
.single-venues_hotels .nav-main nav > ul > li.venues a,
.single-supplier .nav-main nav > ul > li.suppliers a,
.single-destinations .nav-main nav > ul > li.destination a,
.nav-main nav > ul > li:hover > a,
.nav-main nav > ul > li > a:hover,
.nav-main nav > ul > li.current-menu-item > a,
.nav-main nav > ul > li.current_page_parent > a,
.nav-main nav > ul > li > a:focus{color:#2FAFEA;}
.nav-main .sub-menu{display:block; position:absolute; left:0; top:100%; z-index:1; background:#2FAFEA; min-width:180px; padding:0; margin:0; box-shadow:0 0 20px rgba(0,0,0,0.1); 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;}
.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;}
.nav-main .sub-menu li + li {border-top:1px solid rgba(0,0,0,0.1);}
.nav-main .sub-menu li a{display:block; text-transform:none; color:#fff; font-size:14px; line-height:normal; font-weight:400; padding:12px 20px;}
.nav-main .sub-menu li a:hover,
.nav-main .sub-menu li a:focus,
.nav-main .sub-menu li.current-menu-item a{background:rgba(0,0,0,0.1); color:#fff;}
.nav-main .sub-menu .sub-menu {left:100%; top:0;}
.nav-main .sub-menu li:hover .sub-menu {display:block;}

/** Section1 - Banner Css **/
.banner *:last-child{margin-bottom:0;}
.banner{position:relative; z-index: 1;}
.banner .items{position: relative; display:none;}
.banner .items:first-child,
.banner .items.slick-slide{display:block;}
.banner .items .imagebox{display: block; width:100%; height:570px; border-radius: 6px 6px 0 0;background:#2FAFEA; overflow:hidden;}
.banner .items .imagebox img{display: block; width:100%; height:100%; object-fit: cover; object-position: center; opacity:1;}
.banner .banner-text{position: absolute; top:0; right:0;background:rgba(0,0,0,0.5);border-radius: 0 6px;height: 40px; line-height:40px; text-align:center; color:#fff; font-size:14px; padding:0 10px; min-width:160px;}
.banner-caption{position: absolute; left:0; bottom:0; right:0;}
.caption-inner{background:rgba(0,0,0,0.5);border-radius: 0 6px 0 0; padding:50px 95px; max-width:65.4%;}
.caption-inner h2, .caption-inner h1{color: #FFFFFF;font-size: 56px;letter-spacing: -1.87px;line-height: 60px; font-weight:400; margin-bottom:16px}
.caption-inner p{color: #FFFFFF;font-size: 20px;line-height: 26.83px;}
.caption-inner .btn.bdr-white{background:#fff; color:#EB5E5E;vertical-align:middle; margin-top:10px;}
.caption-inner .btn i {font-size: 18px;margin-right: 15px; position: relative; top:1px;}
.banner-logo {position: absolute;right: 60px;bottom:20px; width:100px; padding: 15px; border-radius:2px; overflow:hidden; z-index:99; background:#fff;}
.banner-logo a{display:block; width:100%; height:100%;}
.banner-logo img{display:block; width:100%;}

/** Footer Start **/
.footer{padding:0; position:relative; font-size:14px; line-height:normal; color:#fff; background:#484f56 url(../images/footer-bg.jpg) no-repeat left bottom; background-size:auto;}
.footer *:last-child{margin-bottom:0;}
.footer a{color:#fff;}
.footer a:hover{color:#2FAFEA;}
.footer .footer-inner{padding:50px 0 40px 0; margin:0 -15px; flex-wrap: wrap;}
.footer .footer-inner .f-col-1 {padding: 0 15px;min-width:27%;max-width:27%;flex-basis:27%;}
.footer .footer-inner .f-col-2 {padding: 0 15px;min-width:39.5%;max-width:39.5%;flex-basis:39.5%;}
.footer .footer-inner .f-col-3 {padding: 0 15px;min-width:33.4%;max-width:33.4%;flex-basis:33.4%;}
.footer-logo {width: 65px;display: block; margin-bottom:25px;}
.footer-logo img{display:block;}
.f-info p{color: #FFFFFF;font-size: 16px;line-height:30px;}
.f-info a{color: #FFFFFF;}
.social-icons label{color: #FFFFFF;font-size: 14px;line-height: 17px; margin-right:30px;}
.footer .social-icons {align-items: center;display: -webkit-flex;display: flex;margin-top: 46px;}
.f-menu{min-width:50%; max-width:50%; flex-basis:50%;}
.f-menu + .f-menu{padding-left:20px;}
.f-menu li + li {margin-top: 10px;}
.f-menu li a{color: #FFFFFF;font-size: 16px;line-height: 18px; font-weight:bold;}
.f-newsletter-box{background-color: #2FAFEA;border-radius: 0 0 3px 3px;width:100%;height:200px; padding:28px; margin-top:-50px;}
.f-newsletter-box h4{ color:#fff;}
.f-newsletter-box p{color:#fff;}
.f-newsletter-box .field a{color:#fff; text-decoration:underline;}
.field-with-icon{position: relative;}
.field-with-icon input {border: 2px solid #258cbb;height:44px !important;background: #FFFFFF;border-radius: 4px;font-size: 16px;color: #000;padding: 0 85px 0 40px; display:block; max-width:100% !important; box-shadow:none;}
.field-with-icon .email-icon{background:url(../images/email-icon.svg) no-repeat center; background-size:100% auto; width:15px;height:12px; display:block;position: absolute; left:15px; top:17px;}
.field-with-icon .submit-btn {position: absolute;top: 7px;right: 7px;padding: 0;border: 0;width: 80px;height: 30px !important;background: #EB5E5E;text-align: center;font-size: 12px;text-transform: uppercase;color: #fff;font-weight: bold;letter-spacing: 1px;border-radius: 4px; box-shadow:none;}
.field .checkbox {color: #FFFFFF;font-size: 14px;line-height:20px;padding: 0 0 0 35px;margin-top: 18px; cursor:text;}
.field .checkbox a{cursor:pointer;}
.field .checkbox input{position: absolute !important;opacity: 0;width: 20px !important;height: 20px !important;margin: 0; z-index:1; cursor:pointer;}
.field .checkbox span:before {content: "";width: 20px;height: 20px;border: 1px solid #7B8390;display: block;background: #fff;position: absolute;top: 0;left: 0;}
.field .checkbox span:after {content: "";width: 14px;height: 14px;position: absolute;display: block;background:#2fafea;top: 3px;left: 3px; transition: all 0.4s ease; opacity:0;}
.field .checkbox input:checked + span:after{opacity:1;}
.field small {font-size: 12px;display: block;margin: 5px 0 0;}
.footer-bottom{position: relative; padding:32px 0;}
.footer-bottom:after{position: absolute; top:0; left:0; width:calc(100% - 400px); height:1px; background:#E3E6E7; opacity:0.2; content:"";}
.footer-bottom p{color: #FFFFFF;font-size: 14px;line-height: 16px; margin:0;}
.footer-bottom a + a {margin-left: 18px;}
.f-logo1 {max-width: 302px;width:100%; margin: 0 0 -90px auto !important;position: relative;bottom: -30px; z-index:1; display: flex; display: -webkit-flex}
.f-logo1 a{display:block;}
.f-logo1 img{display:block; max-width:100%;}
.scrollup{display: inline-block;position: fixed;right:10px; bottom: 10px; color: #2FAFEA; font-size: 24px; cursor:pointer; z-index:9;}

html[lang="et"] .field-with-icon input{padding:0 125px 0 40px;}
html[lang="et"] .field-with-icon .submit-btn {min-width: 110px; padding:0;}
/*Footer End*/

/** Section 1 Start **/
section *:last-child{margin-bottom:0;}
.sub-title{color: #EB5E5E;font-size: 12px;letter-spacing: 1px;line-height: 21.6px;font-weight:bold; text-transform:uppercase; display:block;}
.section1-inner{display:-webkit-flex; display:flex; flex-wrap:wrap;}
.section1-inner .left-block {min-width: 65.4%;max-width: 65.4%;flex-basis: 65.4%;padding:44px 95px;background-color: #2eaeeb;background-position: right bottom; background-repeat:repeat-y; border-radius:0 0 0 6px;}
.section1-inner .right-block {min-width: 34.6%;max-width: 34.6%;flex-basis: 34.6%;padding:44px 95px 44px 60px; background:#f0f2f6;border-radius:0 0 6px 0;}
.section1-inner .left-block,
.section1-inner .left-block p{color: #FFFFFF;font-size: 20px;line-height: 26.83px;}
.section1-inner .left-block .btn-box {margin-top:30px;}
.s1-content-list{border-top:1px solid #E3E6E7; border-bottom:1px solid #E3E6E7; margin-top:12px}
.s1-content-list .item{position: relative; border-top:1px solid #E3E6E7; padding:10px 0;}
.s1-content-list .content-box{padding-left:15px;}
.s1-content-list .content-box,
.s1-content-list .content-box p{color: #2C2E30;font-size: 16px;line-height: 24.12px; position: relative;}
.s1-content-list .content-box:before{content:""; width:2px; background:#2FAFEA; top:2px; bottom:4px; left:0; display:block; position: absolute;}
.s1-content-list .content-box .text-link{color:#EB5E5E;}

/** Section 2 Start **/
.bdr-block {display: -webkit-flex;display: flex; border-bottom:2px solid #DBE1E7; padding-bottom:8px; margin-bottom:15px;}
.text-link2{color: #2FAFEA;font-size: 12px;letter-spacing: 1px;line-height: 14px;font-weight:bold; text-transform:uppercase; display:-webkit-flex; display:flex;align-items: center;}
.text-link2 i{font-size:18px; margin-left:10px; position: relative; transition: all 0.4s ease; right:0;}
.text-link2:hover i{right:-10px;}
.datebox-main{display:-webkit-flex; display:flex; align-items: center; margin-bottom:8px;}
.datebox-main .datebox2{margin-left:20px;}
.datebox1{color: #2FAFEA;font-size: 12px;line-height: 14px; font-weight:bold;}
.datebox2{color: #EB5E5E;font-size: 12px;line-height: 14px; font-weight:400;}
.conferences-content-box{padding-bottom:13px; border-bottom:2px solid #2FAFEA;}
.conferences-content-box h6{color: #2C2E30;font-family: Aino, Arial, Verdana;font-size: 18px;line-height: 24px;font-weight:400; margin:0; min-height:48px;}
.conferences-content-box h6 b{color: #2C2E30 !important; font-weight:400;}
.conferences-content-box h6 a{color: #2C2E30;}

/** Section 3 Start **/
.section3 .imagebox {width: 100%;height: 606px;background-size: cover !important;background-attachment: fixed !important;background-position: center !important;}
.section3 .news-list-section{background:#fff; border-radius:6px; padding:35px 35px 0 35px; margin:-307px -35px 80px -35px;}
.section3 .bdr-block{border-bottom: 0;}
.new-list .card {padding: 0;border: 0; position: relative;}
.new-list .card .imgbox{width:100%; height:230px; display:block; overflow:hidden;border-radius: 3px; background:#2FAFEA url(../images/footer-logo.png) no-repeat center; background-size:30% auto;}
.new-list .card .imgbox img{width:100%; height:100%; object-position: center; object-fit: cover; display:block; transition: all 0.4s ease;}
.new-list .card:hover .imgbox img{transform:scale(1.1);}
.new-list .card-body{padding:13px 0 15px 0; border-bottom:2px solid #2FAFEA; /*min-height:100px;*/}
.post-date{color: #2FAFEA;font-size: 12px;line-height: 14px;font-weight:bold; display:block; margin-bottom:8px;}
.new-list .card-body h6{color: #2C2E30;font-size: 18px;line-height: 24px;font-weight:400;font-family: Aino, Arial, Verdana;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.new-list .card-body h6 a{color: #2C2E30;}

.blog-list-page .new-list .card,
.section6 .new-list .card,
.section3 .new-list .card {height: 100%;position: relative;border-bottom: 2px solid #2FAFEA;border-radius: 0;}
.blog-list-page .new-list .card-body,
.section6 .new-list .card-body,
.section3 .new-list .card-body{border-bottom:0;}
.blog-list-page .new-list .card-body h6,
.section6 .new-list .card-body h6,
.section3 .new-list .card-body h6{-webkit-line-clamp:3;}

/** Section 4 Start **/
.section4{position: relative; padding:180px 0;}
.section4 .imagebox{position: absolute; top:0; bottom:0; left:0; right:0;background:#2FAFEA;}
.section4 .imagebox img{width:100%; height:100%; object-position: center; object-fit: cover; display:block; opacity:0.2;}
.section4 .container{position: relative; z-index: 1;}
.s4-content-list{text-align: center;}
.icon-with-content-box{background:#FFFFFF; border-radius:3px; padding:40px 30px;}
.icon-with-content-box .icon{width:114px; height:114px; margin:0 auto 25px auto; display:block;}
.icon-with-content-box .icon img{width:100%; height:100%; object-fit:contain; object-position: center; display:block;}
.icon-with-content-box h4{color:#EB5E5E; margin-bottom:22px;}
.icon-with-content-box .btn{background:#EB5E5E;width:100%; border-color:#EB5E5E; color:#fff; width:100%; margin-top:35px;}
.icon-with-content-box .btn:hover, .icon-with-content-box .btn:focus{background:#EB5E5E;border-color:#EB5E5E; color:#fff;}
.icon-with-content-box p{margin:0;}
.icon-with-content-box p + p{margin:20px 0 0;}

/** Section 5 Start **/
.section5{ background:#484f56 url(../images/section-bg.jpg) no-repeat right bottom; background-size:auto;}
.section5 h2{color:#fff;}
.section5 p{color:#fff;}
.home .section5 h2 {margin-bottom: 40px;}

/** Section 6 Start **/
.section6{padding:55px 0 80px 0;}
.section6 h2{color:#EB5E5E; display:block; margin-bottom:5px;}
.sub-title1{color: #2FAFEA;font-size: 20px;line-height: 26.83px; font-weight:400;}
.section6 .news-list-section {margin-top: 50px;}
.section6 .link-box{margin-top:70px;}
.link-box{text-align: center;display: -webkit-flex;display: flex;align-items: center;justify-content: center; margin-top:35px;}

.banner.internal-banner .items .imagebox{height:360px;}
.internal-banner .caption-inner{max-width:none; width:auto; display:inline-block;}
.internal-banner .caption-inner h2, .internal-banner .caption-inner h1{font-size:60px; line-height:72px; letter-spacing:-2px;}
.internal-banner .caption-inner p{font-weight:400;}
.internal-banner .caption-inner {padding:20px 40px 20px 95px;max-width: 680px;}
.page-template-tpl-destination .banner-logo {width: 431px;height: 272px;right: 85px;top: 50%;bottom: auto;transform: translate(0, -50%); background:none;}

.destination-section1 *:last-child{margin-bottom:0;}
.destination-section1{padding:60px 0;}
.destination-section1-inner {display: -webkit-flex;display: flex;flex-wrap: wrap;}
.destination-section1-inner .left-block {min-width:77%;max-width:77%; flex-basis:77%; padding-right: 60px;}
.destination-section1-inner .right-block{min-width:23%; max-width:23%; flex-basis:23%; position: relative;}
.destination-section1-inner .right-block .right-block-inner{position: -webkit-sticky;position: sticky;top:20px;}
.destination-section1-inner .left-block h3{font-weight:bold;margin-bottom:35px;}
.destination-section1-inner .left-block p{margin-bottom:28px;}
.website-text {word-break: break-all;}

.contact-block{background-color: #F0F2F6;border-radius: 3px; padding:30px; text-align: center;}
.contact-block h6{color: #EB5E5E;font-family: 'Aino', Arial, Verdana;font-size: 12px;letter-spacing: 1px;line-height: 21.6px;text-align: center; text-transform:uppercase; font-weight: bold; margin:0 0 17px 0;}
.contact-block .image-box{width:100px; height:100px; border-radius:50%; overflow:hidden; display:block; margin:0 auto 12px auto;}
.contact-block .image-box img{width:100%; height:100%; object-position: center; object-fit: cover; display:block;}
.contact-block h5{font-weight:bold;}
.contact-block p,
.contact-block h5{color: #2C2E30;font-family: 'Aino', Arial, Verdana;font-size: 14px;line-height: 22px;margin:0;}
.contact-block a:hover,
.contact-block a{color: #2C2E30;}
.contact-block .social-icons2{margin-top:20px;justify-content: center;}
.contact-block .social-icons2 a + a{margin-left:15px;}
.contact-block .social-icons2 a {background: none;border: 1px solid #DBE1E7;color: #7B8390;line-height: 39px;}
.contact-block .social-icons2 a:hover{background:#DBE1E7;}
.c-email {text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.website-text {margin: 14px 0 0 !important;}
.website-text .link-btn{min-width:1px;width:100%; max-width:200px;}
.link-btn {border: 1px solid #DBE1E7;display: inline-block;min-width:160px;height: 30px;line-height: 28px;font-size: 12px;font-weight: bold;color: #494F57;text-transform: uppercase;letter-spacing: 1px;text-align: center; position: relative; border-radius:3px; transition: all 0.4s ease;}
.link-btn:before {content: "";width: 16px;height: 16px;background: url(../images/link-icon3.png) no-repeat center;background-size:100% auto; display: inline-block;vertical-align: middle;margin: -4px 10px 0 0;}

.gray-bg{background:#F0F2F6;}
.destination-cats{padding:60px 0;}
.destination-cats h3 {color: #EB5E5E;letter-spacing: -2px;margin-bottom: 10px;}
.destination-cats .new-list.row{margin:-15px;}
.destination-cats .new-list.row>div{padding:15px;}
.destination-cats .new-list .card .imgbox{height:170px;}
.destination-cats .new-list .card{background:none;}
.destination-cats .new-list .card-body h6{font-size:16px; line-height:21px;}
.destination-cats .new-list .card-body{/*min-height:72px;*/}
.destination-cat + .destination-cat {margin-top: 50px;}
.contact-block h6 + h5 {margin-top: -9px;}
.info-links{margin-top:30px;}
.info-links li{border-top:1px solid #DBE1E7; line-height:1;}
.info-links li:last-child{border-bottom:1px solid #DBE1E7;}
.info-links li a{color: #2FAFEA;font-size: 12px;letter-spacing: 1px;line-height: 21.6px; font-weight:bold; padding:9px 0; display:block;}
.right-block-inner .contact-block + .request-btn,
.info-links + .request-btn {margin-top: 20px;}

.wishlist-box {background: rgb(235 94 94 / 0.15);border-radius: 3px;margin-bottom: 30px; padding:15px 20px; color:#fff; position: relative;}
.wishlist-box-inner{padding-left:36px;}
.wishlist-box-inner a{color: #7B8390;font-size: 12px;line-height: 14px; display:-webkit-flex; display:flex; align-items: center;}
.wishlist-box-inner strong{color: #EB5E5E;font-size: 12px;letter-spacing: 1px;line-height: 21px;text-transform:uppercase; font-weight:bold; display:block;}
.hart-icon-red{background:url(../images/hart-icon.png) no-repeat center; background-size:100% auto; width:16px; height:14px; display:block; position: absolute; left:20px; top:50%; transform:translate(0,-50%);}
.supplier-box .wishlist-box,
.card .wishlist-box {background: rgb(0 0 0 / 0.5);color:#fff; position: absolute; top: 0px; right: 10px; padding: 0; margin-bottom: 0; border-radius: 0; margin-top: 0;}
.supplier-box .wishlist-box-inner,
.card .wishlist-box-inner{padding-left:0px;}
.supplier-box .wishlist-box-inner a,
.card .wishlist-box-inner a{color: #7B8390;font-size: 0px;line-height: 14px; display:-webkit-flex; display:flex; align-items: center; width: 30px; height: 26px;}
.supplier-box .wishlist-box-inner strong,
.card .wishlist-box-inner strong{color: #EB5E5E;font-size: 12px;letter-spacing: 1px;line-height: 21px;text-transform:uppercase; font-weight:bold; display:block;}
.supplier-box .wishlist-box .hart-icon,
.card .wishlist-box .hart-icon{width:16px; height:16px; display:block; position: relative; left:0px; top:5px; transform:translate(0,-50%); margin: 0}
.supplier-box .wishlist-box .hart-icon:before,
.card .wishlist-box .hart-icon:before{background:url(../images/hart-icon-line.png) no-repeat center; content: ""; position: absolute; width: 16px; height: 16px; left:7px; top:5px; background-position: left;}
.supplier-box .wishlist-box-inner:hover .hart-icon:before,
.card .wishlist-box-inner:hover .hart-icon:before{ background-position: right; }
.supplier-box .wishlist-box .hart-icon-red,
.card .wishlist-box .hart-icon-red{background:url(../images/hart-icon-red.png) no-repeat center; background-size:100% auto; width:16px; height:14px; display:block; position: absolute; left:7px; top:50%; transform:translate(0,-50%);}
.supplier-box .wishlist-box-inner:after,
.card .wishlist-box-inner:after {position: absolute;content: "";width: 0;height: 0;border-style: solid;border-width: 9px 30px 0 0;border-color: rgba(0,0,0,0.5) transparent transparent transparent;}
.plus-icon{background:url(../images/plus-icon.png) no-repeat center; background-size:cover; width:13px; height:13px; display:block; margin-right:6px;}
.wishlist-box a:after {position: absolute;content: "";left: 0;right: 0;top: 0;bottom: 0;z-index: 1;}
.wishlist-box .wl_loader {position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}

.destination-section1 .entry-content *{font-family: 'Aino', Arial, Verdana;}
.destination-section1 .entry-content a{text-decoration:underline; color:#2FAFEA;}
.destination-section1 .entry-content a:hover{text-decoration:none;}
.destination-section1 .entry-content h5 {margin-bottom: 34px;}
.single-destinations .banner-logo{width:200px; height:110px; padding: 10px;}
.single-destinations .banner-logo img{width:100%; height:100%; object-position: center; object-fit: scale-down;}
.social-sharing{margin-top:35px; border-top:1px solid #DBE1E7; padding-top:28px;}
.social-sharing strong{display:block; color: #4D4E56;font-size: 16px;line-height: 19px; margin-bottom:15px;}
.social-sharing a {margin: 0;padding: 0;width: 40px;height: 40px;border-radius: 4px;position: relative; margin-right:8px; font-size:16px !important; color:#fff !important; font-family:'FontAwesome' !important; line-height:40px; text-align:center;}
.social-sharing a:before{position: absolute; left:0; right:0; top:0; bottom:0;}
.social-sharing a .a2a_svg{display:none !important;}
.social-sharing a.a2a_button_facebook{background:#4267b2;}
.social-sharing a.a2a_button_facebook:before{content:"\f09a";}
.social-sharing a.a2a_button_facebook_messenger{background:#448aff;}
.social-sharing a.a2a_button_facebook_messenger:before{content:"\f39f";font-size:25px; font-weight:900; font-family:'Line Awesome Brands' !important;}
.social-sharing a.a2a_button_twitter{background:#55acee;}
.social-sharing a.a2a_button_twitter:before{content:"\f099";}
.social-sharing a.a2a_button_linkedin{background:#0077b5;}
.social-sharing a.a2a_button_linkedin:before{content:"\f0e1";}
.social-sharing a.a2a_button_email{background:#7d7d7d;}
.social-sharing a.a2a_button_email:before{content:"\f0e0";}

.internal-banner .contact-block {position: absolute;right: 60px;bottom: 20px; z-index:1;}
.page-template-tpl-venues .section5{border-radius:0 0 4px 4px;}
.filter form {display: -webkit-flex;display: flex;margin: -15px; padding-right:90px; position: relative;}
.filter form>div {min-width:25%; max-width:25%; flex-basis:25%; padding:15px; position: relative;}
.filter .btn.search-icon{width: 54px;min-width: 54px;height: 54px;padding: 0; background:#EB5E5E url(../images/search-icon1.svg) no-repeat center; background-size:15px auto; border-color:#EB5E5E; position: absolute; top:15px; right:20px;}
.filter input {width: 100%;height: 54px !important;box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2) !important;border: 0; padding:0 17px; font-size:16px; color:#2C2E30; border-radius:3px;}
.filter .field-with-icon input{padding-right:44px !important;}
.filter .selectbox{width: 100%;height: 54px !important;box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2) !important;border: 0; padding:0; font-size:16px; color:#2C2E30; border-radius:3px;}
.filter .selectbox select {border: 0;padding: 0 34px 0 17px;height: 100%;font-size:16px; color:#2C2E30;}
.filter .selectbox:after {height: 54px; color:#494F57; line-height:54px;}
.filter ::-webkit-input-placeholder{color:#2C2E30; opacity:1;}
.filter :-moz-placeholder{color:#2C2E30; opacity:1;}
.filter ::-moz-placeholder{color:#2C2E30; opacity:1;}
.filter :-ms-input-placeholder{color:#2C2E30; opacity:1;}
.filter .map-icon{width:14px; height:17px; position: absolute;right:35px; top:50%; transform:translate(0,-50%); background:url(../images/map-icon.svg) no-repeat center; background-size:100% auto;z-index:1;}
.filter .user-icon{width:17px; height:10px; position: absolute;right:35px; top:50%; transform:translate(0,-50%); background:url(../images/user-icon.svg) no-repeat center; background-size:100% auto; z-index:1;}
.filter .duration-icon{width:16px; height:16px; position: absolute;right:35px; top:50%; transform:translate(0,-50%); background:url(../images/clock-icon.svg) no-repeat center; background-size:100% auto; z-index:1;}

.filter-content-section{padding:60px 0;}
.rooms-capacity-main{color: #7B8390;font-size: 12px;line-height: 14px; margin-top:15px;}
.rooms-capacity-main strong{font-weight:bold;}
.filter-content-section .new-list.row{margin:-15px;}
.filter-content-section .new-list.row>div{padding:15px;}
.filter-content-section .new-list .card-body{min-height:1px;padding:16px 0 10px 0;}
.filter-content-section .new-list .card .imgbox{height:170px;}
.filter-content-section .new-list .card-body h6 {-webkit-line-clamp:1; margin-bottom:0; font-size:16px;line-height:21px; font-weight:400 !important;}
.filter-content-section .new-list .card-body h6 a{text-decoration:none;}
.filter.five-col form>div{min-width: 20%;max-width: 20%;flex-basis: 20%;}
.calendar-section{padding:32px 0 70px 0;}
.calendar-section .entry-content p{margin:0 0 20px;}
.calendar-section .entry-content p strong{color:#2FAFEA;}
.table-item th:last-child, .table-item td:last-child {text-align: right;}
.table-item h3 {color: #EB5E5E;margin-bottom: 20px;}
.table-item + .table-item {margin-top: 45px;}
.table-scroll td b,
.postponed-text{color:#EB5E5E !important; font-weight:normal;}
.filter.five-col form .field.field-col1{min-width:12%; max-width:12%; flex-basis:12%}
.calendar-filter .filter.five-col form>div {min-width: 22.2%;max-width: 22.2%;flex-basis: 22.2%;}
.table-scroll{overflow:auto;}
.table-scroll th{white-space:nowrap;}
.page-template-tpl-content-list .new-list .card{border-bottom:2px solid #2FAFEA; height:100%; border-radius:0;}
.page-template-tpl-content-list .filter-content-section .new-list .card-body h6{-webkit-line-clamp:inherit;overflow: visible;text-overflow: inherit;display:block;}
.page-template-tpl-content-list .filter-content-section .new-list .card-body{border:0;}

.banner-right-content {position: absolute;right: 60px;bottom: 20px;background: #F0F2F6;border-radius: 3px;padding:40px 30px; max-width:433px; z-index:9;}
.banner-right-content h4{letter-spacing:-1px;color:#EB5E5E; margin-bottom:30px;}
.contact-info{color: #2C2E30;font-size: 14px;line-height: 1;}
.contact-info a{color: #2C2E30;}
.contact-info .address{position: relative; padding:0 0 0 25px; line-height:1;}
.contact-info .address-icon{background:url(../images/map-icon1.png) no-repeat center; width:14px; height:16px; display:block; position: absolute; left:0; top:-1px;}
.contact-info .email-icon{background:url(../images/email-icon.png) no-repeat center; width:16px; height:12px; display:block; position: absolute; left:0; top:0;}
.contact-info .phone-icon{background:url(../images/phone-icon.png) no-repeat center; width:16px; height:16px; display:block; position: absolute; left:0; top:0;}
.contact-info .address + .address {margin-top: 20px;}
.banner-right-content .social-icons {display: -webkit-flex;display: flex;align-items: center; margin-top:30px;}
.banner-right-content .social-icons label{color: #2C2E30;font-size: 14px;line-height: 16px; margin:0 30px 0 0;}
.banner-right-content .social-icons a {width: 40px;height: 40px;background: #B7BCC6;border-radius: 50%;line-height: 40px;color: #fff;margin: 0;}
.banner-right-content .social-icons a + a{margin-left:20px;}
.banner-right-content .social-icons a:hover{background:#2FAFEA;}

.contact-section1{padding:60px 0;}
.contact-section1 .contact-block{padding:45px; height:100%;}
.contact-block *:last-child{margin-bottom:0;}
.contact-section1 .contact-block .image-box{width:140px; height:140px; margin:0 auto 30px auto;}
.contact-block h4 {color: #EB5E5E;margin-bottom: 30px;}
.contact-block .designation-text {margin-bottom: 28px;}
.contact-block .designation-text + p,
.additional-info + p {margin-top: 28px;}
.additional-info-list.additional-with-icon {margin-bottom: 22px;}
.additional-info-list.additional-with-icon .ai-label{padding:4px 0 4px 36px;}
.additional-info-list.additional-with-icon .ai-label:before{display:none;}
.additional-with-icon .icon {position: absolute;left: 0;top: 0;width: 24px;height: 24px;}
.additional-with-icon .icon img {width: 100%;height: 100%;object-position: center;object-fit: scale-down;display: block;}

.item.dining-list {border-top: 1px solid #DBE1E7;padding-top: 25px;}
.restaurant-name{font-size:14px; line-height:21px; letter-spacing:1px;color:#2C2E30; display:block;}
.restaurant-name a{color:#2C2E30;}
.restaurant-name a:hover{color:#2FAFEA;}
.restaurant-name + .restaurant-name {margin-top:2px;}
.materials-list .restaurant-name a{color:#2FAFEA;}
.materials-list .restaurant-name a:hover{color:#2C2E30;}

.contact-section2{margin-bottom:70px;}
.contact-section2 h3{text-align:center;color: #EB5E5E; margin-bottom:28px;}
.contact-form {max-width: 880px;margin: 0 auto;width: 100%;}
.form-styling .field {margin-bottom: 27px;}
.form-styling label{color:#2C2E30;font-size: 12px;letter-spacing: 1px;line-height: 21.6px;text-transform:uppercase; font-weight:bold !important; display:block; margin-bottom:5px !important;}
.form-styling label b{font-weight:bold;color: #EB5E5E;}
.form-styling textarea,
.form-styling input{width:100%; border-radius:3px; border:0 !important; box-shadow:0 0 0 2px rgba(0, 0, 0, 0.2); height:50px !important;}
.form-styling textarea{height:130px !important; resize:none; display:block;}
.form-styling .field.btn-btn {margin: 0;}
.form-styling .btn {width: 270px;margin: 0 auto;display: block;height: 50px;background: #EB5E5E;color: #fff;box-shadow: none;}
.form-styling .wpcf7-not-valid-tip {font-size: 12px;color: #EB5E5E;position: absolute;margin: 3px 0 0; min-width:150px;}
.form-styling .wpcf7-response-output {font-size: 14px;text-align: center;padding: 10px !important;margin: 0 !important;}
.form-styling .ajax-loader {margin: 10px auto 0 auto !important;display: block !important;}
.form-styling .field-icon {position: relative;display: block;}
.form-styling .field-icon input{padding-right:40px;}
.form-styling .field-icon .email-icon{background:url(../images/email-icon.png) no-repeat center; background-size:100% auto; width:16px;height:12px; display:block;position: absolute; right:15px; top:50%; transform: translate(0,-50%); z-index:1;}
.form-styling .field-icon .phone-icon{background:url(../images/phone-icon.png) no-repeat center; width:16px; height:16px; display:block; position: absolute; right:17px; top:50%; transform: translate(0,-50%); z-index:1;}

.form-styling .field .wpcf7-checkbox label,
.form-styling .field .wpcf7-radio label {width: auto;margin: 0;position: relative; overflow:hidden;}
.form-styling .wpcf7-checkbox label input, .form-styling .wpcf7-radio label input {border: 0;box-shadow: none;position: absolute;left: 0;right: 0;top: 0;bottom: 0;height: 100%;z-index: 1;opacity: 0;cursor: pointer;}
.form-styling .wpcf7-checkbox label .wpcf7-list-item-label,
.form-styling .wpcf7-radio label .wpcf7-list-item-label{padding-left: 32px;line-height: 20px;display: block; position: relative; cursor:pointer;}
.form-styling .wpcf7-radio label .wpcf7-list-item-label:before {width: 20px;height: 20px;border-radius: 50%;background: #fff;border: 1px solid #7B8390;display: block;content: "";position: absolute;left: 0;top: 0; background:#fff;transition: all 0.4s ease;}
.form-styling .wpcf7-radio label .wpcf7-list-item-label:after {content: "";width: 10px;height: 10px;border-radius: 50%;background: #2FAFEA;display: block;position: absolute;left: 5px;top: 5px; transition: all 0.4s ease; opacity:0;}
.form-styling .wpcf7-radio label input:checked + .wpcf7-list-item-label:before{border-color:#2FAFEA;}
.form-styling .wpcf7-radio label input:checked + .wpcf7-list-item-label:after{opacity:1;}
.form-styling .wpcf7-checkbox label .wpcf7-list-item-label:before {width: 20px;height: 20px;border-radius:0;background: #fff;border: 1px solid #7B8390;display: block;content: "";position: absolute;left: 0;top: 0; background:#fff;transition: all 0.4s ease;}
.form-styling .wpcf7-checkbox label .wpcf7-list-item-label:after {content: "";width:14px;height:11px;background:url(../images/check-icon.png) no-repeat center;background-size:100% auto; display: block;position: absolute;left: 3px;top:5px; transition: all 0.4s ease; opacity:0;}
.form-styling .wpcf7-checkbox label input:checked + .wpcf7-list-item-label:before{border-color:#2FAFEA;}
.form-styling .wpcf7-checkbox label input:checked + .wpcf7-list-item-label:after{opacity:1;}
.form-styling .wpcf7-checkbox span.wpcf7-list-item, .form-styling .field .wpcf7-radio span.wpcf7-list-item {margin: 10px 0;display: block;}

.page-nav{background:#2FAFEA url(../images/s1-bg.jpg) no-repeat bottom right; background-size:auto; border-radius:0 0 6px 6px; padding:24px 0;}
.single-programm .page-nav,
.single-venues_hotels .page-nav{padding:24px 20px;}
.nav-page,
.page-nav ul {display: -webkit-flex;display: flex;flex-wrap: wrap; margin:0 -18px;}
.nav-page li,
.page-nav li{margin:0 18px !important; padding:0 !important;}
.page-nav li:before{display:none !important;}
.nav-page li a,
.page-nav li a{color:#FFFFFF !important;font-size: 12px;line-height:1; position: relative; font-weight:bold; text-transform:uppercase; letter-spacing:1px; display:block;padding:10px 0; text-decoration:none !important;}
.nav-page li a:after,
.page-nav li a:after{position: absolute; left:0; right:0; bottom:0; margin:0 auto; width:0; height:2px; background:#fff; content:""; transition: all 0.4s ease;}
.nav-page li:hover a:after,
.page-nav li:hover a:after{width:100%;}
.aboutus-page .destination-section1-inner .left-block *{font-family: 'Aino', Arial, Verdana;}
.aboutus-page .destination-section1-inner .left-block p.large-font{font-size:20px; line-height:26px;}
.aboutus-page .destination-section1-inner .left-block p {margin-bottom: 34px;}
.aboutus-page .destination-section1-inner .left-block p a{text-decoration:underline;}
.aboutus-page .destination-section1-inner .left-block p a:hover{text-decoration:none;}
.aboutus-page .left-block ol,
.aboutus-page .left-block ul {display: table;}
.aboutus-page .left-block li ul, .aboutus-page .left-block li ol {margin-top: 10px;}
.aboutus-page .left-block ul li{list-style:none;}
.aboutus-page .left-block li ul li {list-style: circle;list-style-position: outside;padding: 0;margin-left: 20px;}
.aboutus-page .left-block li li:before{display:none;}
.wishlist-box + .info-links {margin-top: 0;}

.page-title-block{background:#2FAFEA url(../images/s1-bg.jpg) no-repeat right bottom; background-size:auto; border-radius:6px; padding:30px 0; min-height:200px; display:-webkit-flex; display:flex;align-items:center;}
.page-title-block h1, .page-title-block h2{ color: #FFFFFF;font-size: 60px;letter-spacing: -2px;line-height: 72px; margin:0;}

.my-favorites-page{padding:80px 0;}
.my-favorites-section{display:-webkit-flex; display:flex; flex-wrap:wrap;}
.my-favorites-section .left-block{min-width:77%; max-width:77%; flex-basis:77%; padding-right:60px;}
.my-favorites-section .right-block{min-width:23%; max-width:23%; flex-basis:23%;}
.content-list-main .items {display: -webkit-flex;display: flex;flex-wrap: wrap; position: relative;background-color: #F0F2F6;border-radius: 0 6px 6px 0; margin-bottom:30px;}
.content-list-main .image-box{min-width:40%; max-width:40%; flex-basis:40%; height:200px; border-radius: 6px 0 0 6px; overflow:hidden; background:#2FAFEA url(../images/footer-logo.png) no-repeat center; background-size:30% auto;}
.content-list-main .image-box img{width:100%; height:100%; object-fit: cover; object-position: center; display:block;}
.content-list-main .right-content-box{min-width:60%; max-width:60%; flex-basis:60%; padding:20px 50px; display:-webkit-flex; display:flex;align-items: center;}
.remove-text-link {position: absolute;right:15px;top:15px;color: #B7BCC6;font-size: 12px;letter-spacing: 1px;line-height: 21px;text-transform:uppercase; font-weight:bold; display:-webkit-flex; display:flex;align-items: center;}
.remove-text-link .close-icon{width:10px; height:10px; background:url(../images/close-icon.png) no-repeat center; background-size:100% auto; display:block; margin:-2px 0 0; margin-left:10px;}
.content-list-main .subtitle{color: #EB5E5E;font-size: 12px;letter-spacing: 1px;line-height: 21.6px;font-weight:bold; text-transform:uppercase; display:block;margin-bottom:2px;}
.content-list-main h5{color: #2C2E30;font-family: 'Aino', Arial, Verdana;font-size: 26px;line-height: 32px; font-weight:400; margin:0 0 20px 0;}
.content-list-main .text-link{color: #2FAFEA;font-size: 12px;letter-spacing: 1px;line-height: 14px;font-weight:bold; text-transform:uppercase; display:-webkit-flex; display: flex;align-items: center;}
.content-list-main .text-link .right-arrow-icon{background:url(../images/arrow-right-icon.png) no-repeat center; background-size:100% auto; width:15px; height:13px; display:block; margin-left:10px; position: relative; transition: all 0.4s ease; right:0;}
.content-list-main .text-link:hover .right-arrow-icon{right:-10px;}
.content-list-main .items .wl_loader {position: absolute;left: 50%;top: 50%;transform: translate(-50%);}

.btns-block .btn {width: 100%;border: 2px solid #DBE1E7;height: 50px;margin-bottom: 20px;text-align: left;padding: 0 15px;display: -webkit-box;display: flex;align-items: center; color:#2FAFEA; background:#fff;}
.btns-block .btn:hover, .btns-block .btn:focus{background:#DBE1E7; color:#2FAFEA;}
.btns-block .btn i{margin-right:15px;display:block;}
.send-email-icon{width:17px; height:17px; background:url(../images/send-email-icon.png) no-repeat center;}
.pdf-icon{width:14px; height:16px; background:url(../images/pdf-icon.png) no-repeat center;}
.link-icon{width:17px; height:16px; background:url(../images/link-icon.png) no-repeat center;}
.copy-link-btn{position: relative; height:50px; overflow:hidden;}
.copy-link-btn .btn {position: absolute;left: 0;top: 0;z-index: 1;right: 0;bottom: 0;}
.copy-link-btn .wllink_copy {opacity: 0;}
.send-email-form {background: #f0f2f6;margin:-20px 0 10px 0;padding: 15px; border-radius:0 0 3px 3px;}
.send-email-form .button{width:100%; margin-top:10px; height:50px;}
.send-email-form .error{font-size:12px; color:#EB5E5E; margin:0;}

.suppliers-page h3 {margin-bottom: 30px;}
.suppliers-page .entry-content p{font-size:20px; line-height:26px;}
.suppliers-page *:last-child{margin-bottom:0;}
.supplier-cats h3 {color: #EB5E5E;letter-spacing: -2px;margin-bottom:18px;}
.supplier-cat-list + .supplier-cat-list {margin-top: 52px;}
.supplier-cat-list .row{margin:-15px;}
.supplier-cat-list .row>div{padding:15px;}
.supplier-box {background: #fff;display: block;height: 100%;padding: 0 20px; border-radius:3px; position:relative;}
.supplier-box .image-box{padding:10px 30px; width:100%; height:140px; display:block;}
.supplier-box .image-box img{width:100%;height:100%; object-position: center; object-fit: contain; display:block; transition: all .2s ease-in-out;}
.supplier-box:hover img{transform:scale(1.1);}
.supplier-box strong{display: block;color: #2FAFEA;font-size: 12px;letter-spacing: 1px;line-height: 16px;text-align: center; text-transform:uppercase; font-weight:bold; border-top:1px solid #E3E6E7; min-height:70px; display: -webkit-flex; display:flex;align-items: center; justify-content: center; padding:10px 0;}
.single-supplier .banner-logo {width: 200px; height:110px;}
.single-supplier .banner-logo img{width:100%; height:100%; object-fit: scale-down; object-position: center; display:block;}

.section6 .new-list.row,
.blog-list-page .new-list.row{margin:-15px;}
.section6 .new-list.row>div,
.blog-list-page .new-list.row>div{padding:15px; margin:0;}

/** Pagination Start **/
.pagination-main {margin-top: 60px;display: -webkit-flex;display: flex;align-items: center;justify-content: center;}
.pagination-main .screen-reader-text{display:none;}
.pagination-main .nav-links {display: -webkit-flex;display: flex;flex-wrap: wrap; margin:-5px;}
.pagination-main .page-numbers {width: 40px;height: 40px;display: inline-block;margin: 0;padding: 0;text-align: center;line-height: 38px;border: 1px solid #DBE1E7;border-radius: 3px;font-size: 14px;color: #4D4E56; transition: all 0.4s ease; margin:5px;}
.pagination-main .page-numbers.current,
.pagination-main .page-numbers:hover{background:#DBE1E7;color:#2C2E30;}
.pagination-main .page-numbers.placeholder{cursor:not-allowed;}
.pagination-main .prev.page-numbers{background:#2FAFEA url(../images/prev-icon.png) no-repeat center;background-size:15px auto; border-color:#2FAFEA; font-size:0;}
.pagination-main .next.page-numbers{background:#2FAFEA url(../images/next-icon.png) no-repeat center;background-size:15px auto; border-color:#2FAFEA; font-size:0;}

.page-title-block.blog-details-banner {min-height: 1px;padding: 35px 0 25px 0;}
.blog-details-banner .nav-page {margin-top: 30px;}
.latest-posts h6{color: #EB5E5E;font-size: 12px;font-family: 'Aino', Arial, Verdana;letter-spacing: 1px;line-height: 21.6px; text-transform:uppercase; font-weight:bold; margin:0;}
.latest-post-list{margin-top:-4px;}
.latest-post-list .post-date{color:#B7BCC6; margin-bottom:5px;}
.latest-post-list h5{color: #2C2E30;font-family: 'Aino', Arial, Verdana;font-size: 14px;line-height: 20px; font-weight:bold;}
.latest-post-list h5 a{color: #2C2E30;}
.all-news-main,
.latest-post-list .item {border-top: 1px solid #DBE1E7;margin-top: 12px;padding-top: 15px;}
.all-news-main{display:none;padding-top: 20px;}
.category-news .all-news-main{display:-webkit-flex; display:flex;}
.all-news-main a{font-size:12px; font-weight:bold; text-transform:uppercase; letter-spacing:1px; color:#2FAFEA; position: relative; padding-right:25px; margin-left:auto;}
.all-news-main a:after{position: absolute; right:0; top:50%; transform: translate(0,-50%); content:""; background:url(../images/arrow-right-icon.png) no-repeat center; background-size:100% auto; width:14px; height:12px;}

.contact-information h1, .contact-information h2, .contact-information h3, .contact-information h4, .contact-information h5, .contact-information h6,
.destination-section1 .entry-content h1, .destination-section1 .entry-content h2, .destination-section1 .entry-content h3, .destination-section1 .entry-content h4, .destination-section1 .entry-content h5, .destination-section1 .entry-content h6{font-weight:bold; letter-spacing:0;}
.contact-information h2, .destination-section1 .entry-content h2,
.contact-information h1, .destination-section1 .entry-content h1{font-size: 40px;line-height: 48px; margin-bottom:22px;}
.destination-section1 .entry-content h2 {font-size:34px;line-height:30px; margin-bottom:25px;}
.contact-information h3, .destination-section1 .entry-content h3{font-size:28px;line-height:30px; margin-bottom:25px;}
.contact-information h4, .destination-section1 .entry-content h4{font-size:26px;line-height:28px; margin-bottom:20px;}
.contact-information h5, .destination-section1 .entry-content h5{font-size:22px;line-height:24px;margin-bottom:15px;}
.destination-section1-inner .left-block blockquote + ul, .destination-section1-inner .left-block blockquote + ol {margin-top: 25px;}
.contact-block.contact-block-style1{padding:20px 20px 0 20px; display:none;}
.category-news .contact-block.contact-block-style1,
.category-blog .contact-block.contact-block-style1{display:block;}
.category-news .contact-block .category-list,
.category-news .contact-block .contact-block-inner{display:none;}
.category-news .contact-block .post-info{margin: -20px 0 0; border: 0;}
.contact-block .contact-block-inner {display: -webkit-flex;display: flex;text-align:left;}
.contact-block .contact-block-inner .image-box {margin: 0 20px 0 0;width: 60px;height: 60px;min-width: 60px;}
.contact-block .contact-content {padding: 6px 0;}
.contact-block .contact-content strong, .contact-block .contact-content p {display: block; font-size:14px; line-height:24px;margin:0 !important;}
.contact-block .post-info {text-align: left;display: -webkit-flex;display: flex;align-items: center;min-height: 56px;padding: 10px 0;border-top: 1px solid #DBE1E7;margin: 20px 0 0;}
.contact-block .post-info p{margin:0 !important;color: #7B8390;font-size: 12px;line-height: 21px;}
.contact-block .category-list{margin-left:30px;}
.contact-block .category-list a{text-decoration:underline; position:relative; color: #7B8390;}
.contact-block .category-list span{margin:0 5px;}
.contact-block .category-list a:hover{text-decoration:none;}
.single-venues_hotels .banner-logo {width: 176px;padding: 20px;}

.page-nav ul.venues-link{margin-top:5px;}
.btns-right-box .btn {background: #fff;border-color: #fff;color: #2EAFEA; min-width:1px;}
.btns-right-box .btn + .btn{margin-left:20px;}
.btns-right-box .btn i{margin-right:10px;}
.page-nav ul li .left-arrow-icon{margin-right:10px;}
.left-arrow-icon{background:url(../images/prev-icon.png) no-repeat center; background-size:100% auto; width:15px; height:12px; display:inline-block; position: relative; top:1px;}
.gallery-icon{background:url(../images/gallery-icon.png) no-repeat center; background-size:100% auto; width:16px; height:12px; display:inline-block;}
.map-blue-icon{background:url(../images/map-icon-blue.png) no-repeat center; background-size:100% auto; width:14px; height:16px; display:inline-block; position: relative; top:2px;}
.gallery-section {margin-top: 10px;}
.single-page-form h4,
.map-section h4,
.gallery-section h4 {margin-bottom: 25px !important;}
.gallery-list{display:-webkit-flex; display:flex; margin:-15px; flex-wrap:wrap;}
.gallery-list .item{min-width:33.333%; max-width:33.333%; flex-basis:33.333%; padding:15px;}
.gallery-list .item .image-box{width:100%; height:260px; overflow:hidden;display:block;}
.gallery-list .item .image-box img{width:100%; height: 100%; object-fit: cover; object-position: center; display:block;}
.single-page-form,
.map-section {margin-top: 40px;}
.map-section iframe{width:100%; height:300px; display:block;}
.contact-block + .right-bar-info{margin-top: 20px;}
.right-bar-info {border-top: 1px solid #DBE1E7;border-bottom:1px solid #DBE1E7;padding: 25px 0; margin-bottom:20px;}
.right-bar-info .pdf-label{color: #2C2E30;font-size: 12px;letter-spacing: 1px;line-height: 21px;font-weight:bold; text-transform:uppercase;}
.right-bar-info .pdf-address,
.right-bar-info .pdf-address p{color: #2C2E30;font-size:14px;letter-spacing:0;line-height:21px;font-weight:500;}
.right-bar-info .pdf-address *:last-child{margin-bottom:0;}
.right-bar-info .pdf-address a{color: #2C2E30;}
.right-bar-info .pdf-address.web-url{word-break:break-all;}
.right-bar-info .item + .item {margin-top:20px;}
.right-bar-info .pdf-address li {font-size: 14px;line-height: normal;}
.social-icons2 {display: -webkit-flex;display: flex;align-items: center;}
.social-icons2 label{color: #2C2E30;font-size: 14px;line-height: 16px; margin:0 30px 0 0;}
.social-icons2 a {width: 40px;height: 40px;background: #B7BCC6;border-radius: 50%;line-height: 42px;color: #fff;margin: 0; text-align: center;}
.social-icons2 a + a{margin-left:20px;}
.social-icons2 a:hover{background:#2FAFEA;}
.additional-info-list {margin-bottom: 30px;}
.additional-info-list .ai-label{color: #2C2E30;font-size: 14px; line-height:normal; position: relative; padding-left:28px;}
.additional-info-list .ai-label:before{position: absolute; left:0; top:0; background:url(../images/close-round-icon.png) no-repeat center; background-size:100% auto; width:16px; height:17px; display:block; content:"";}
.additional-info-list .ai-label + .ai-label {margin-top: 20px;}
.request-btn .btn{width:100%;}
.form-styling .form-group.gray-bg {padding: 20px;border-radius: 3px;}
.wpcf7-form-control-wrap.Description .wpcf7-not-valid-tip {position: static;}
.destination-section1 .table-scroll {margin-bottom: 30px;}
.close-icon-round{background:url(../images/close-round-icon-large.png) no-repeat center; background-size:100% auto; width:24px; height:25px; display:block; margin:0 auto 10px auto !important;}
.table-style1 th, .table-style1 td {text-transform: none;font-weight: 400;font-size: 12px; text-align: center !important;padding:20px 10px !important;}
.table-style1 th {text-align:center;padding:12px 10px; background:#F0F2F6 !important; font-weight:400 !important;}
.table-style1 td:first-child{text-align:left !important;}
.right-bar-info.info1 .pdf-label {margin-bottom: 15px;}
.right-bar-info.info1 .pdf-address p{line-height:30px;}
.destination-section1 .entry-content .wp-video, .destination-section1 .entry-content video, .destination-section1 .entry-content iframe {max-width: 100% !important; display:block;}
.destination-section1 .entry-content .map-section iframe {height:300px !important;}
.destination-section1 .entry-content .wp-video .wp-video-shortcode {max-width: 100% !important;}
.page-title-block .search-box-inner form label .search-field{color:#2C2E30;}
.search-page .container {max-width: 768px;}
.search-page .supplier-cats.gray-bg.ptb-60 {padding: 20px 0; margin-bottom:20px;}
.search-page a{text-decoration:none !important;}
.search-page .supplier-cat-list .row>div{min-width:50%; max-width:50%; flex-basis:50%;}
.search-page .supplier-cat-list + .supplier-cat-list {margin-top:30px;}
.search-page .supplier-cats h3{color:#212529;}
.search-page h1 strong{color:#2FAFEA;}
.search-page article{background:#F0F2F6; border-radius:6px; padding:25px 30px;}
.search-page article + article{margin-top:20px;}

.footer-contact-block{padding:20px;}

.gallery{display: -webkit-flex;display: flex;flex-wrap: wrap; margin:20px -10px -10px -10px;}
.gallery .gallery-icon {width: 100%;height:220px; background:#212529; overflow:hidden;}
.gallery .gallery-icon a{display:block; width:100%; height:100%;}
.gallery .gallery-icon img {width: 100%;height: 100%;object-fit: cover;object-position: center;display: block; transition: all 0.4s ease;}
.gallery .gallery-icon:hover img{transform: scale(1.1); opacity:0.8;}
.gallery-columns-1 figure.gallery-item {min-width:100%;max-width:100%;flex-basis:100%;padding: 10px;}
.gallery-columns-2 figure.gallery-item {min-width:50%;max-width:50%;flex-basis:50%;padding: 10px;}
.gallery-columns-3 figure.gallery-item {min-width: 33.333%;max-width: 33.333%;flex-basis: 33.333%;padding: 10px;}
.gallery-columns-4 figure.gallery-item {min-width:25%;max-width:25%;flex-basis:25%;padding: 10px;}
.gallery-columns-5 figure.gallery-item {min-width:20%;max-width:20%;flex-basis:20%;padding: 10px;}
.gallery-columns-6 figure.gallery-item {min-width:16.666%;max-width:16.666%;flex-basis:16.666%;padding: 10px;}
.gallery-columns-1 .gallery-icon{height:auto !important;}
.gallery-columns-2 .gallery-icon {height: 260px;}
.gallery-columns-4 .gallery-icon {height: 140px;}
.gallery-columns-6 .gallery-icon,
.gallery-columns-5 .gallery-icon {height: 110px;}

.content-list-section .new-list .card .imgbox{background:#fff;}
.fullwidth-page .left-block {min-width: 100% !important;padding:0 !important;}

/** 404 Page Start **/
.page-not-found{margin-bottom:60px;}
.dark-banner{background:#2FAFEA url(../images/s1-bg.jpg) no-repeat right bottom; background-size:auto 77%; border-radius:6px; padding:80px 0 120px 0;}
.not-found-inner{max-width:800px; width:100%; margin:0 auto;}
.not-found-inner h1{color:#fff; margin-bottom:55px; font-size:60px;}
.not-found-inner p{color:#fff; font-size:20px; line-height:26px; margin:0;}
.not-found-inner p + p{margin-top:20px;}
.not-found-inner .search-box-inner{margin-top:54px;}

.calendar-table th:nth-child(1) {width: 142px;}
.calendar-table th:nth-child(3) {width: 110px;}
.calendar-table th:nth-child(4) {width: 190px;}
.calendar-table th:nth-child(5) {width: 100px;}
.calendar-table th:nth-child(6) {width: 100px;}
.calendar-table th:nth-child(7) {width: 120px;}
.filter-sticky {position:-webkit-sticky; position: sticky;top: 0;z-index:2;}

.nf-before-form-content{display:none;}
.nf-error-msg{font-size: 12px; position: absolute;}
.label-above .nf-field .nf-field-label {margin-bottom: 0;}
.nf-multi-cell .nf-cell nf-field,
.nf-cell nf-field {display: block;margin-bottom: 22px !important;}
.contact-form .nf-cell {width: 100% !important;padding: 0 !important;}
.nf-cell nf-fields {margin: 0 -15px;display: -webkit-flex; display:flex; flex-wrap:wrap;}
.nf-multi-cell .nf-cell nf-field,
.nf-cell nf-field{padding:0 15px;min-width:100%; max-width:100%; flex-basis:100%;}
.contact-form .nf-row:nth-child(1) .nf-cell nf-field {min-width: 100% !important;margin: 0;display: block;}
.contact-form .nf-row h3 {margin-bottom: 22px;}
.contact-form .nf-multi-cell .nf-cell:nth-child(1) nf-field{min-width:33.333%; max-width:33.333%; flex-basis:33.333%;}
.contact-form .form-styling input.ninja-forms-field.nf-element[type="button"] {margin: 0 auto !important;}
.field-wrap.submit-wrap .nf-field-element {display: -webkit-flex;display: flex;flex-wrap: wrap;justify-content: center;}
.form-styling input.ninja-forms-field.nf-element[type="button"]{display:inline-block; padding:0 22px; background:#EB5E5E; overflow: hidden; border:0 !important; color:#fff; font-size:12px; font-weight:bold; font-family: 'Aino', Arial, Verdana; text-transform:uppercase; cursor:pointer; letter-spacing:1px; text-align:center; position:relative; min-width:270px; height:50px !important; line-height:50px !important; -moz-transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s; -webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px; box-shadow:none;}
.form-styling input.ninja-forms-field.nf-element[type="button"]:hover,
.form-styling input.ninja-forms-field.nf-element[type="button"]:focus,
.form-styling input.ninja-forms-field.nf-element[type="button"]:active{background:#2EAFEA; border-color:#2EAFEA !important; color:#fff; text-decoration:none; box-shadow:0 0 0 #000;}

.contact-form .email-wrap .nf-field-element{position: relative;}
.single-page-form .email-wrap .nf-field-element input,
.contact-form .phone-wrap .nf-field-element input,
.contact-form .email-wrap .nf-field-element input {padding-right: 40px;}
.single-page-form .email-wrap .nf-field-element:after,
.contact-form .email-wrap .nf-field-element:after{content:""; background:url(../images/email-icon.png) no-repeat center; background-size:100% auto; width:16px;height:12px; display:block;position: absolute; right:15px; top:50%; transform: translate(0,-50%); z-index:1;}
.contact-form .phone-wrap .nf-field-element:after{content:""; background:url(../images/phone-icon.png) no-repeat center; width:16px; height:16px; display:block; position: absolute; right:17px; top:50%; transform: translate(0,-50%); z-index:1;}

#nf-form-39-cont .nf-multi-cell .nf-row:nth-child(6) .nf-cell nf-field,
#nf-form-32-cont .nf-multi-cell .nf-row:nth-child(6) .nf-cell nf-field,
#nf-form-39-cont .nf-multi-cell .nf-row:nth-child(1) .nf-cell nf-field,
#nf-form-32-cont .nf-multi-cell .nf-row:nth-child(1) .nf-cell nf-field {margin-bottom: 0 !important;}
.single-page-form .nf-form-content{background:#f0f2f6;padding: 20px;border-radius: 3px;}
.single-page-form .nf-row:nth-child(1) nf-field,
.single-page-form .nf-row:nth-child(6) nf-field{margin:0;}
.single-page-form .nf-row .nf-field-description{-ms-flex-order: 20;order:20;}
.nf-row .nf-field-description p {font-size: 12px;display: block;margin: 5px 0 0 !important;}
.destination-details .single-page-form .nf-row:nth-child(7),
.destination-details .single-page-form .nf-row:nth-child(5),
.single-page-form .nf-row:nth-child(1) {width: 50%;padding-right: 15px; float:left;padding-left:0;}
.destination-details .single-page-form .nf-row:nth-child(8),
.destination-details .single-page-form .nf-row:nth-child(6),
.single-page-form .nf-row:nth-child(2) {width: 50%;padding-left: 15px;float: left; padding-right:0;}
.single-page-form .nf-row:nth-child(7) .nf-cell,
.single-page-form .nf-row:nth-child(8) .nf-cell {padding: 0 !important;}
.single-page-form .nf-row:nth-child(8) .nf-cell:nth-child(1),
.single-page-form .nf-row:nth-child(7) .nf-cell:nth-child(1) {padding-right: 15px !important; padding-left:5px !important}
.single-page-form .nf-row:nth-child(8) .nf-cell:nth-child(2),
.single-page-form .nf-row:nth-child(7) .nf-cell:nth-child(2) {padding-left: 15px !important;padding-right: 5px !important;}
.destination-details .single-page-form .nf-row:nth-child(8) .nf-cell:nth-child(1), .destination-details .single-page-form .nf-row:nth-child(7) .nf-cell:nth-child(1),
.destination-details .single-page-form .nf-row:nth-child(8) .destination-details .nf-cell:nth-child(1), .destination-details .single-page-form .nf-row:nth-child(7) .nf-cell:nth-child(1){padding:0 !important;}
.destination-details .nf-row:nth-child(1) nf-field {margin-bottom: 0 !important;}

.destination-details .single-page-form .nf-form-content {margin-top: 70px;}
.form-title.title-bg-outside {position: absolute;top: -73px;left: -20px;}
.single-page-form #nf-form-4-cont .nf-row:nth-child(1) .nf-cell nf-field{margin-bottom:0 !important;}
.single-page-form #nf-form-4-cont .nf-form-content{background:none; padding:0;}
.single-page-form #nf-form-4-cont .nf-row:nth-child(3) {width:33.333%;float: left;padding-right: 15px;}
.single-page-form #nf-form-4-cont .nf-row:nth-child(4) {width: 33.333%;padding-left: 15px; padding-right:15px;}
.single-page-form #nf-form-4-cont .nf-row:nth-child(5) {width: 33.333%; padding-left:15px; float:left;}

.filter-tags-inner{padding:10px 0;border-bottom: 1px solid #DBE1E7; display:-webkit-flex; display:flex; align-items: center;}
.filter-tags-inner .btn {background: linear-gradient(135deg, #008DCF 0%, #38B0E8 100%);border: 0;line-height: 40px;color: #fff;min-width: 120px; height:40px; padding:0 15px;}
.filter-tags {display: -webkit-flex;display: flex;flex-wrap: wrap; margin:-5px; padding-right:15px;}
.filter-tags .ft-item {background: #E3E6E7;border-radius: 30px;padding: 0 14px 0 24px;margin: 5px;height: 24px;line-height: 24px;text-transform: capitalize;color: #7B8390;font-size: 12px;font-weight: 400;position: relative;}
.filter-tags .ft-item:before{position: absolute; top:50%; transform:translate(0,-50%); left:10px; width:10px;height:11px; background:url(../images/f-tag-close.png) no-repeat center; content:""; display:block;}
.sidebar-item + .sidebar-item {margin-top: 60px;}
tr.special td{color:#2FAFEA; font-weight:600;}

.filter-content-section.you-may-also-like-section{margin-top:30px;background:#f0f2f6; padding:30px 20px;display:none;}
.category-blog .filter-content-section.you-may-also-like-section{display:block;}
.filter-content-section.you-may-also-like-section .new-list .card-body{padding:20px;}
.filter-content-section.you-may-also-like-section .new-list .card .imgbox {height: 200px;border-radius: 0;}
.you-may-also-like-section .new-list .card {height: 100%;}
.you-may-also-like-section .post-date{color:#4D4E56;}
.you-may-also-like-section .new-list .card-body h6 a{color:#2FAFEA;}
.filter-content-section.you-may-also-like-section .new-list .card-body h6{-webkit-line-clamp: inherit;display:block;overflow: visible;text-overflow: inherit;}

body #cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"]{-webkit-border-radius:6px; border-radius:6px; padding:20px;}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] h5.cli_messagebar_head{font-size:20px; color:#fff; font-weight:bold; padding-bottom:5px;}
#cookie-law-info-bar .cli-bar-message{font-size:14px; padding-bottom:5px;}
#cookie-law-info-bar .cli-bar-btn_container a{font-size: 12px; font-weight: bold; letter-spacing: 1px; border-radius: 3px; background: #fff !important;}
#cookie-law-info-bar .cli-bar-btn_container #cookie_action_close_header_reject{border: 2px solid #fff; padding: 7px 10px; background: #EB5E5E !important; color: #fff !important;}


.single-form .nf-multi-cell .nf-cell nf-field, .single-form .nf-cell nf-field {margin-bottom: 22px !important;}
.single-form .nf-multi-cell .nf-cell{padding:0 15px;}
.single-form .nf-row {margin: 0 -15px;}
.single-form .nf-row .nf-field-description{-ms-flex-order: 20;order: 20;}
.single-form .nf-row input.nf-checked {box-shadow: none;height: auto !important;margin-top: 6px;}

body .radio-button-styling .list-checkbox-wrap ul,
body .radio-button-styling .list-radio-wrap ul {display: -webkit-flex;display: flex;flex-wrap: wrap; margin:-5px -10px !important;}
body .radio-button-styling .list-checkbox-wrap li,
body .radio-button-styling .list-radio-wrap li {margin: 0 !important;padding:5px 10px !important;line-height: 1;}
body .radio-button-styling .radio-col ul {display: block;}
.radio-button-styling .list-checkbox-wrap li:before,
.radio-button-styling .list-radio-wrap li:before{display:none;}
.radio-button-styling .list-checkbox-wrap li input,
.radio-button-styling .list-radio-wrap li input {height: auto !important;border: 0 !important;box-shadow: none; opacity:0; position: absolute;}
.radio-button-styling .list-checkbox-wrap li label,
.radio-button-styling .list-radio-wrap li label {text-transform: none;letter-spacing: 0.025em;padding-left: 25px;position: relative; margin:0 !important; cursor:pointer;display:inline-block !important;}
.radio-button-styling .table-row.hide-label .list-radio-wrap li label{font-size:0;}
.radio-button-styling .list-checkbox-wrap li label:before,
.radio-button-styling .list-radio-wrap li label:before {content: "";position: absolute;left: 0;width: 16px;height: 16px;border: 2px solid #2C2E30;border-radius: 50%;top: 2px;}
.radio-button-styling .list-checkbox-wrap li label:after,
.radio-button-styling .list-radio-wrap li label:after {content: "";position: absolute;left: 4px;top: 6px;background: #2C2E30;width: 8px;height: 8px;border-radius: 50%; transition:opacity 0.4s ease; opacity:0;}
.radio-button-styling .list-checkbox-wrap li input[type="checkbox"]:checked+label:after,
.radio-button-styling .list-radio-wrap li input[type="radio"]:checked+label:after{opacity:1;}
.radio-button-styling .list-checkbox-wrap li label:after,
.radio-button-styling .list-checkbox-wrap li label:before{border-radius:0;}

.table-row,
.table-header {max-width: 600px;width: 100%;}
.table-header {margin-bottom: -18px !important;}
.table-header ul {margin-top: 20px;}
.table-row ul,
.table-header ul {display: -webkit-flex !important;display: flex !important;flex-wrap: wrap;}
.table-header ul li:before{display:none;}
.table-header ul li:nth-child(1) {min-width: 25%;max-width:25%;flex-basis:25%;padding:0 15px 0 0;}
.table-header ul li {min-width: 15%;max-width: 15%;flex-basis: 15%;padding: 0;margin: 0;list-style: none !important;text-align: center;font-size: 14px;font-weight: 600;}
.table-row .list-radio-wrap {flex-wrap: nowrap !important;background: #f7f8f9;border-radius: 4px;padding: 10px 0; align-items: center;}
.label-above.table-row .nf-field .nf-field-label {min-width: 25%;max-width: 25%;flex-basis: 25%;padding:0 10px;}
.label-above.table-row .nf-field .nf-field-label label {margin: 0 !important;text-transform: none;line-height: normal;letter-spacing: 0.025em;}
.table-row {margin-bottom: -23px !important;}
.table-row li {min-width: 20%;max-width:20%;flex-basis:20%; text-align: center;}
.table-row li label {width: 16px !important;height: 18px;padding: 0 !important;}
.btn-top-space {margin-top: 20px;}

/*======================================================================
=============================:: MEDIA CSS ::============================
=======================================================================*/

@media screen and (max-width:1399px) {
.page-template-tpl-destination .banner-logo {width: 371px;height: 238px;}
}
/* iPad 1024px View */
@media screen and (max-width:1199px) {
h3 {font-size: 30px;line-height: 36px;}
.max-container{padding:0 15px;}
.ptb-80{padding:60px 0;}
.ptb-60{padding:40px 0;}
/*Header*/
.mobi-iconbox{display:block;}
.top-menu-main .langmenu-nav,
.top-menu-main .social-icons,
.top-menu-main .top-nav,
.top-menu-main .search-icon{display:none !important;}
.header-inner{flex-wrap: wrap;}
.header .logo {flex-basis:133px !important;min-width:133px !important;max-width:133px !important; margin:15px auto 0 auto;}
.top-menu-main{position: absolute; right:20px; top:0;}
.hart-icon {margin: 0;}
.header-right {width: 100%; margin-top:4px;}
.nav-main.ml-auto{margin:0 auto !important;}
.nav-main nav > ul > li > a{font-size:14px; line-height:1;}
.mobile-search-box .search-box-inner {max-width: 100%;}
.mobile-search-box form label .search-field {height:40px;background: #F0F2F6;padding: 0 50px 0 17px;  color:#B7BCC6;font-size:14px;letter-spacing:0;}
.mobile-search-box form .search-submit {background:url(../images/m-search-icon.png) no-repeat center; background-size:14px auto;width:40px; height:40px;}
.mobilemenu-col {display: -webkit-flex;display: flex;margin:19px -15px 19px -15px;}
.mobilemenu-col .main-nav {min-width: 50%;max-width: 50%;flex-basis: 50%;padding: 0 15px;}
.mobile-menu-bottom-strip {border-top: 1px solid #DBE1E7;min-height: 60px;}

.banner .items .imagebox{height:460px;}
.caption-inner{padding:40px 65px;}
.banner-logo{right:35px; width:90px;}

.section1-inner .left-block{padding:40px 65px;}
.section1-inner .right-block{padding:40px 20px 40px 40px}
.section1-inner .left-block, .section1-inner .left-block p{font-size:18px;}

.section3 .imagebox{height:400px;}
.section3 .news-list-section {padding:25px 20px 0 20px;margin:0 -20px 60px -20px; border-radius:0;}

.section4{padding:120px 0;}
.page-title-block h1, .page-title-block h2,
.internal-banner .caption-inner h2, .internal-banner .caption-inner h1 {font-size: 50px;line-height:62px;}
.page-template-tpl-destination .banner-logo {width: 300px;height: 192px;right:20px;}
.destination-section1 {padding: 40px 0;}
.destination-section1-inner .left-block h3 {margin-bottom: 25px;}
.destination-section1-inner .left-block{padding-right:30px;}
.contact-block{padding:20px;}
.contact-block p, .contact-block h5{font-size:14px; line-height:22px;}
.destination-cats {padding: 40px 0;}
.destination-cat + .destination-cat {margin-top: 30px;}
.internal-banner .caption-inner {padding: 30px 30px 30px 65px;}
.internal-banner .contact-block {right: 35px;}
.filter .btn.search-icon{right:0;}

.banner-right-content {right: 35px;padding: 30px;}
.my-favorites-section .left-block {padding-right: 40px;}
.suppliers-page h3 {margin-bottom: 25px;}
.suppliers-page .entry-content p{font-size:18px; line-height:24px;}
.supplier-cat-list + .supplier-cat-list {margin-top: 42px;}
.supplier-box .image-box{height:120px;}

.pagination-main{margin-top:40px;}

.page-title-block.blog-details-banner {padding:30px 0 20px 0;}
.blog-details-banner .nav-page {margin-top: 20px;}
.contact-information h2, .destination-section1 .entry-content h2,
.contact-information h1, .destination-section1 .entry-content h1{font-size:36px;line-height:44px; margin-bottom:20px;}
.contact-information h3, .destination-section1 .entry-content h3{font-size:26px;line-height:28px; margin-bottom:20px;}
.contact-information h4, .destination-section1 .entry-content h4{font-size:24px;line-height:24px; margin-bottom:15px;}
.contact-information h5, .destination-section1 .entry-content h5{font-size:20px;line-height:22px;margin-bottom:10px;}
.destination-section1-inner .left-block blockquote + ul, .destination-section1-inner .left-block blockquote + ol {margin-top: 20px;}

.single-page-form, .map-section {margin-top: 20px;}
.single-page-form h4, .map-section h4, .gallery-section h4 {margin-bottom: 15px !important;}
.destination-section1 .entry-content .wp-video, .destination-section1 .entry-content video, .destination-section1 .entry-content iframe,
.destination-section1 .entry-content .wp-video .wp-video-shortcode {max-width: 100% !important;}

.gallery .gallery-icon{height:160px;}
.gallery-columns-4 figure.gallery-item {min-width: 33.333%;max-width: 33.333%;flex-basis: 33.333%;}
.gallery-columns-6 .gallery-icon,
.gallery-columns-5 .gallery-icon {height: 100px;}

.page-not-found{margin-bottom:40px;}
.dark-banner{padding:60px 0 100px 0;}
.not-found-inner h1{margin-bottom:40px; font-size:50px; line-height:normal;}
.not-found-inner p{font-size:18px; line-height:24px;}
.not-found-inner .search-box-inner{margin-top:40px;}
.wishlist-box-inner {padding-left: 30px;}
.new-list .card .hover-text,
.supplier-box .hover-text {min-width: 200px;}
}
@media screen and (max-width:991px) {
h2 {font-size: 40px;line-height:44px;letter-spacing: -1.54px;}
h3 {font-size: 28px;line-height: 32px;}
blockquote p, q p {font-size: 18px;line-height:24px;}
.ptb-80{padding:40px 0;}
.ptb-60{padding:30px 0;}
/** Header **/
.nav-main nav > ul > li + li {margin-left: 18px;}
.mobi-iconbox {top: 19px;}

.banner .items .imagebox{height:400px;}
.caption-inner{padding:40px; max-width:535px;}
.caption-inner h2, .caption-inner h1{margin-bottom:5px;}
.caption-inner .btn.bdr-white{margin-top:5px;}

/*Footer*/
.footer .footer-inner {padding: 30px 0 20px 0;}
.footer .footer-inner .f-col-1 {min-width: 35%;max-width: 35%;flex-basis: 35%;}
.footer .footer-inner .f-col-2 {min-width: 65%;max-width: 65%;flex-basis: 65%;}
.footer .footer-inner .f-col-3 {min-width:100%;max-width:100%;flex-basis:100%;}
.f-newsletter-box {margin: 20px 0 0;}
.f-logo1{max-width: 100%; position: inherit; margin: 20px 0 0 !important}
.footer-bottom:after{width:100%;}

.section1-inner .right-block,
.section1-inner .left-block{padding:40px; min-width:100%; max-width:100%; flex-basis:100%; border-radius:0;}

.conferences-list>div + div {margin-top: 15px;}
.conferences-content-box h6{min-height:1px;}
.section3 .news-list-section {margin:0 -20px 40px -20px;}
.section3 .imagebox{height:360px;}
.new-list>div + div{margin-top:40px;}

.section4{padding:120px 0 20px 0;}
.section4 .imagebox{bottom:auto;}
.section4 .imagebox img{object-fit:contain; object-position: top center}
.icon-with-content-box{background:#F0F2F6;}
.s4-content-list>div + div{margin-top:20px;}

.section6 {padding: 50px 0;}
.section6 .news-list-section {margin-top: 35px;}
.section6 .link-box {margin-top: 50px;}
.new-list .card-body{min-height:1px;}
.blog-list-page .new-list .card-body h6,
.section6 .new-list .card-body h6,
.section3 .new-list .card-body h6,
.new-list .card-body h6 {overflow: visible;text-overflow: inherit;display:block;-webkit-line-clamp: inherit;}
.destination-cats .new-list>div + div{margin:0;}
.destination-section1-inner .left-block {min-width: 70%;max-width: 70%;flex-basis: 70%;}
.destination-section1-inner .right-block {min-width:30%;max-width:30%;flex-basis:30%;}
.page-template-tpl-destination .banner-logo {width: 220px;height: 143px;}
.destination-section1-inner .left-block p {margin-bottom: 20px;}
.banner.internal-banner .items .imagebox {height: 300px;}
.page-title-block h1, .page-title-block h2,
.internal-banner .caption-inner h2, .internal-banner .caption-inner h1 {font-size: 46px;line-height: 52px;}
.internal-banner .caption-inner {padding: 30px 30px 30px 40px;}
.single-venues_hotels .banner-logo,
.single-supplier .banner-logo,
.single-destinations .banner-logo{width:150px; height:82px;}
.single-venues_hotels .banner-logo img{object-fit: scale-down; width:100%; height:100%;}
.filter-content-section {padding: 40px 0;}
.filter-content-section .new-list>div + div{margin:0;}

.filter.five-col form .field.field-col1,
.calendar-filter .filter.five-col form>div {min-width:21%;max-width:21%;flex-basis:21%;}
.filter form{margin:-5px;}
.filter form>div {min-width:26%;max-width:26%;flex-basis:26%;padding:5px;}
.filter.five-col form>div{padding:5px; min-width:21%;max-width:21%;flex-basis:21%;}
.filter .btn.search-icon{top:5px;}
.filter .duration-icon,
.filter .map-icon,
.filter .user-icon{right:20px;}

.banner-right-content {padding: 20px;}
.banner-right-content h4{margin-bottom:20px; font-size:26px;}
.banner-right-content .social-icons{margin-top:20px;}
.contact-info .address + .address {margin-top: 15px;}
.banner-right-content .social-icons a + a {margin-left: 10px;}
.contact-section1 {padding: 40px 0;}
.contact-section1 .contact-block{padding:20px;}
.contact-block h4{font-size:26px; margin-bottom:15px;}
.contact-block .designation-text + p, .additional-info + p {margin-top:15px;}
.contact-block .designation-text {margin-bottom: 15px;}
.contact-section1 .contact-block p{font-size:14px;}
.contact-section1 .contact-block .image-box {margin: 0 auto 20px auto;}
.contact-section2 {margin-bottom: 40px;}
.contact-section2 h3 {margin-bottom: 15px;}
.form-styling .field {margin-bottom: 15px;}
.wishlist-box{padding:10px;}
.aboutus-page .destination-section1-inner .left-block p {margin-bottom: 24px;}
.aboutus-page .destination-section1-inner .left-block p.large-font {font-size: 18px;line-height: 24px;}
.destination-section1 .entry-content h5 {margin-bottom: 20px;}
.aboutus-page .left-block ol, .aboutus-page .left-block ul{display:inline-block;}
.aboutus-page .left-block ol + p, .aboutus-page .left-block ul + p{margin-top:20px;}

.my-favorites-page{padding:60px 0;}
.content-list-main .items{margin-bottom:20px;}
.my-favorites-section .left-block {padding-right: 30px; min-width: 70%;max-width: 70%;flex-basis: 70%;}
.my-favorites-section .right-block {min-width:30%;max-width:30%;flex-basis:30%;}
.content-list-main .right-content-box{padding:20px;}
.content-list-main h5 {font-size:22px;line-height:28px;margin: 0 0 15px 0;}

.suppliers-page h3 {margin-bottom: 20px;}
.suppliers-page .entry-content p{font-size:16px; line-height:22px;}
.supplier-cat-list + .supplier-cat-list {margin-top: 30px;}
.page-nav{padding:15px 0;}
.nav-page,
.page-nav ul {margin:0 -8px;}
.nav-page li,
.page-nav li{margin:0 8px !important;}
.pagination-main{margin-top:30px;}

.page-title-block.blog-details-banner {padding:20px 0;}
.blog-details-banner .nav-page {margin-top: 15px;}
.contact-information h2, .destination-section1 .entry-content h2,
.contact-information h1, .destination-section1 .entry-content h1{font-size:30px;line-height:40px; margin-bottom:15px;}
.contact-information h3, .destination-section1 .entry-content h3{font-size:24px;line-height:26px; margin-bottom:15px;}
.contact-information h4, .destination-section1 .entry-content h4{font-size:22px;line-height:24px; margin-bottom:10px;}
.contact-information h5, .destination-section1 .entry-content h5{font-size:18px;line-height:20px;margin-bottom:10px;}
.destination-section1-inner .left-block blockquote + ul, .destination-section1-inner .left-block blockquote + ol {margin-top:15px;}

.gallery-list{margin:-10px;}
.gallery-list .item{min-width:50%; max-width:50%; flex-basis:50%; padding:10px;}
.gallery-list .item .image-box{height:230px;}
.destination-section1 .table-scroll {margin-bottom: 20px;}
.destination-section1 .entry-content .wp-video, .destination-section1 .entry-content video, .destination-section1 .entry-content iframe,
.destination-section1 .entry-content .wp-video .wp-video-shortcode {height:360px !important;}

.gallery-columns-4 figure.gallery-item,
.gallery-columns-3 figure.gallery-item{min-width:50%; max-width:50%;flex-basis:50%;}
.gallery-columns-5 figure.gallery-item{min-width:33.333%; max-width:33.333%;flex-basis:33.333%;}
.gallery-columns-6 figure.gallery-item{min-width:25%; max-width:25%;flex-basis:25%;}

.page-not-found{margin-bottom:30px;}
.dark-banner{padding:40px 20px 60px 20px;}
.not-found-inner h1{margin-bottom:30px; font-size:40px;}
.not-found-inner p{font-size:16px; line-height:22px;}
.not-found-inner .search-box-inner{margin-top:30px;}
.calendar-table {width: 1000px;}
.calendar-table th:nth-child(3) {width: 105px;}
.calendar-table th:nth-child(4) {width: 160px;}

.nf-multi-cell .nf-cell nf-field,
.nf-cell nf-field{margin-bottom:15px !important;}

.destination-details .single-page-form .nf-row:nth-child(8),
.destination-details .single-page-form .nf-row:nth-child(6),
.destination-details .single-page-form .nf-row:nth-child(4),
.destination-details .single-page-form .nf-row:nth-child(7),
.destination-details .single-page-form .nf-row:nth-child(5),
.destination-details .single-page-form .nf-row:nth-child(3) {width: 100%;padding:0 !important;}

.single-form .nf-multi-cell .nf-cell nf-field, .single-form .nf-cell nf-field {margin-bottom: 15px !important;}
.table-row {margin-bottom: -16px !important;}

}
/* iPhone-6 plus 736 (Landscape) view */
@media screen and (max-width:767px) {
body {-webkit-text-size-adjust:none;}
h3 {font-size: 24px;line-height: 28px;}
h4 {font-size: 26px;}
p{margin: 0 0 15px; font-size:14px; line-height:24px;}
hr{margin: 20px 0;}
table th, table td{padding:12px 10px;}
.button, .btn{height: auto; line-height: 16px; padding: 10px 24px;}
input, select{height: 40px;}
.selectbox:after{line-height:40px;}
.entry-content ul li {padding: 0 0 0 15px;margin: 0 0 5px;}
.entry-content ul li:before{font-size: 14px;}
img.alignleft, img.alignright, iframe.alignleft, iframe.alignright{float:none; margin:0 0 15px !important;}
iframe.alignleft, iframe.alignright {width:100%;}
blockquote p, q p {font-size: 16px;line-height: 22px;}
.max-container{padding:0;}
.ptb-50{padding:40px 0;}
.m-hide{display:none !important;}
.d-hide{display:block !important;}
/*Header*/
.nav-main{display:none;}
.header .logo{margin:0 auto;flex-basis:157px !important;min-width:157px !important;max-width:157px !important;}
.header .logo a {height: 28px;overflow: hidden;margin: 20px 0 18px 0;}
.mobile-menu-block{top:70px;}

.banner .items .imagebox{height:260px; border-radius:0;}
.banner .banner-text{display:none;}
.caption-inner{padding:30px 20px; border-radius:0; max-width: 100%; background: none;}
.banner-logo{right:10px; bottom:auto; top:30px;}
.banner-caption{position: static;background:#484f56;}
.caption-inner h2, .caption-inner h1{font-size:40px; line-height:50px; letter-spacing:-1.33px;}
.caption-inner p{font-size:16px; line-height:24px;}
.caption-inner .btn.bdr-white{text-align:left; padding-left:50px;}
.caption-inner .btn i{position: absolute; left:20px; top:50%; transform:translate(0,-50%);}
.internal-banner .caption-inner{background:#494f57;}
/*Footer*/
.footer .footer-inner {padding:0 0 35px 0;}
.footer .footer-inner .f-col-1 {min-width: 100%;max-width: 100%;flex-basis: 100%;order:3; position: relative; padding-top:25px;}
.footer .footer-inner .f-col-2 {min-width: 100%;max-width: 100%;flex-basis: 100%; order:2; padding:30px 15px;}
.footer .footer-inner .f-col-3 {order:1;}
.f-newsletter-box {margin: 0 -20px;width: auto;border-radius: 0;}
.f-menu li a{font-size:14px;}
.footer .footer-inner .f-col-1:after{position: absolute; top:0; left:15px; right:15px; height:1px; background:#E3E6E7; opacity:0.2; content:"";}
.f-info p{font-size:14px;}
.footer .social-icons{margin-top:25px;}

.conferences-content-box h6 {font-size: 16px;line-height: 22px;}
.section1-inner .left-block{padding:40px 20px;}
.section1-inner .left-block, .section1-inner .left-block p{font-size:16px; line-height:24px;}
.section1-inner .left-block .btn-box {margin-top: 25px;}
.section3 .bdr-block .text-link2,
.section2 .bdr-block .text-link2{display:none;}
.section3 .link-box.hide,
.section2 .link-box.hide {text-align: center;display: -webkit-flex !important;display: flex !important;align-items: center;justify-content: center; margin-top:35px;}
.new-list .card .imgbox{height:196px;}
.section3 .news-list-section {margin:0 -20px 30px -20px;}

.icon-with-content-box{padding:40px 20px;}
.banner.internal-banner .items .imagebox {height: 200px;}
.page-template-tpl-destination .banner-logo {transform: none;top: 30px;}
.page-title-block h1, .page-title-block h2,
.internal-banner .caption-inner h2, .internal-banner .caption-inner h1 {font-size:40px;line-height: 48px;}
.destination-section1-inner .right-block,
.destination-section1-inner .left-block {min-width:100%;max-width:100%;flex-basis:100%; padding:0;}
.destination-section1-inner .right-block{margin-top:15px;}
.destination-section1-inner .left-block h3 {margin-bottom:15px;}
.internal-banner .caption-inner {padding: 25px 20px; width:100%;}
.single-venues_hotels .banner-logo,
.single-supplier .banner-logo,
.single-destinations .banner-logo{width:152px; height:85px; top:105px;}
.wishlist-box{margin:20px 0;}
.internal-banner .contact-block {position: static;}
.filter form{flex-wrap: wrap;padding:0; margin:-5px;}
.filter form>div {min-width: 100%; max-width:100%; flex-basis:100%; padding:5px;}
.filter .btn.search-icon{position: static; margin:5px 5px 0 5px; height:50px; width:100%;}
.filter input {height:50px !important;box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) !important;font-size:14px;}
.filter .selectbox{height:50px !important;box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) !important;}
.filter .selectbox select {font-size:14px;}
.filter .selectbox:after {height:50px; line-height:50px;}
.filter .duration-icon,
.filter .map-icon,
.filter .user-icon{right:20px;}
.filter.five-col form>div {min-width:100%;max-width:100%;flex-basis:100%;}
.filter.five-col form .field.field-col1, .calendar-filter .filter.five-col form>div{min-width:100%;max-width:100%;flex-basis:100%;}
.table-item + .table-item {margin-top: 20px;}
.table-item td:nth-child(2) {min-width: 185px;}
.table-item h3 {margin-bottom: 10px;}
.banner-right-content {position: static;}

.aboutus-page .destination-section1-inner .left-block p {margin-bottom: 20px;}
.aboutus-page .destination-section1-inner .left-block p.large-font {font-size:16px;}
.destination-section1 .entry-content h5 {margin-bottom: 15px;}
.social-sharing {margin-top:25px;padding-top: 25px;}
.page-title-block{min-height:140px; border-radius:0;}
.my-favorites-page{padding:40px 0;}
.content-list-main .items{margin-bottom:15px;}
.my-favorites-section .left-block {padding-right:0; min-width:100%;max-width:100%;flex-basis:100%;}
.my-favorites-section .right-block {min-width:100%;max-width:100%;flex-basis:100%; margin-top:20px;}
.content-list-main .right-content-box{padding:20px;}
.content-list-main h5 {font-size:20px;line-height:26px;}
.btns-block .btn{margin-bottom:10px;}

.suppliers-page h3 {margin-bottom: 15px;}
.suppliers-page .entry-content p{font-size:14px; line-height:20px;}
.supplier-cat-list + .supplier-cat-list {margin-top:30px;}
.supplier-cats h3{margin-bottom:10px;}
.pagination-main{margin-top:20px;}

.contact-information h2, .destination-section1 .entry-content h2,
.contact-information h1, .destination-section1 .entry-content h1{font-size:28px;line-height:36px;}
.contact-block .contact-block-inner .image-box{margin-right:10px;}
.contact-block .post-info {display: block;min-height: 1px;}
.contact-block .category-list {margin: 0;display:block; width:100%}
.page-nav .container.d-flex {display: block !important;}
.page-nav ul.venues-link {width: 100%;}
.page-nav .btns-right-box.d-flex {flex-wrap: wrap;width: auto;}
.btns-right-box .btn{min-width:100%;}
.btns-right-box .btn {display: -webkit-flex;display: flex;align-items: center;justify-content: center;}
.map-blue-icon{top:0;}
.btns-right-box .btn + .btn {margin: 5px 0 0;}
.gallery-list .item{min-width:100%; max-width:100%; flex-basis:100%;}
.destination-section1 .table-scroll {margin-bottom: 15px;}

.destination-section1 .entry-content .wp-video, .destination-section1 .entry-content video, .destination-section1 .entry-content iframe,
.destination-section1 .entry-content .wp-video .wp-video-shortcode {height:330px !important;}
.search-page .supplier-cat-list .row>div{min-width:100%; max-width:100%; flex-basis:100%;}
.search-page article {padding:20px;}

.page-template-tpl-programs .section5 {background-size: cover;}
.page-template-default .internal-banner .contact-block,
.page-template-tpl-content-list .internal-banner .contact-block,
body.category .internal-banner .contact-block,
.page-template-tpl-calendar .internal-banner .contact-block,
.page-template-tpl-venues .internal-banner .contact-block,
.page-template-tpl-suppliers .internal-banner .contact-block,
.page-template-tpl-about_us .internal-banner .contact-block,
.page-template-tpl-calendar .banner-caption,
.page-template-tpl-venues .banner-caption,
.page-template-tpl-about_us .banner-caption,
.page-template-tpl-programs .internal-banner .contact-block,
.page-template-tpl-programs .banner-caption{display:none;}
.page-template-default .footer-contact-block,
.page-template-tpl-content-list .footer-contact-block,
body.category .footer-contact-block,
.page-template-tpl-calendar .footer-contact-block,
.page-template-tpl-venues .footer-contact-block,
.page-template-tpl-suppliers .footer-contact-block,
.page-template-tpl-about_us .footer-contact-block,
.page-template-tpl-programs .footer-contact-block,
.title-mobile{display:block !important;}
.title-mobile h2 {margin-bottom: 22px; color:#fff;}
.page-template-tpl-programs .filter{margin-bottom:10px;}
.page-nav {padding: 23px 0; border-radius:0;}
.page-nav .title-mobile h2 {margin-bottom: 25px;}
.nav-page li, .page-nav li{width:100%; display:block;}
.nav-page li a, .page-nav li a {display: inline-block;}


.gallery .gallery-icon{height:120px;}
.gallery-columns-6 .gallery-icon,
.gallery-columns-5 .gallery-icon {height: 100px;}
.gallery-columns-6 figure.gallery-item{min-width:33.333%; max-width:33.333%;flex-basis:33.333%;}

.page-not-found{margin-bottom:20px;}
.dark-banner{padding:30px 20px 40px 20px;}
.not-found-inner h1{margin-bottom:20px; font-size:30px;}
.not-found-inner p{font-size:14px; line-height:20px;}
.not-found-inner .search-box-inner{margin-top:20px;}

.calendar-table {width: 900px;}
.calendar-table th:nth-child(1) {width: 122px;}
.calendar-table th:nth-child(3) {width: 85px;}
.calendar-table th:nth-child(4) {width: 130px;}
.calendar-table th:nth-child(5) {width: 80px;}
.calendar-table th:nth-child(6) {width: 80px;}
.calendar-table th:nth-child(7) {width: 105px;}
.filter-sticky,
.destination-section1-inner .right-block .right-block-inner {position:static;top: 0;}

.contact-form .nf-multi-cell .nf-cell:nth-child(1) nf-field {min-width:100%;max-width:100%;flex-basis:100%;}
.contact-form .nf-row h3 {margin-bottom: 15px;}

.single-page-form .nf-row:nth-child(1) {width: 100%;padding-right:0;}
.single-page-form .nf-row:nth-child(2) {width: 100%;padding-left: 0;}
.single-page-form .nf-row:nth-child(7) .nf-cell,
.single-page-form .nf-row:nth-child(8) .nf-cell { width: 100% !important; }
.single-page-form .nf-row:nth-child(8) .nf-cell:nth-child(1),
.single-page-form .nf-row:nth-child(7) .nf-cell:nth-child(1),
.single-page-form .nf-row:nth-child(8) .nf-cell:nth-child(2),
.single-page-form .nf-row:nth-child(7) .nf-cell:nth-child(2){padding:0 5px !important;}

.destination-details .single-page-form .nf-form-content {margin-top: 40px;}
.form-title.title-bg-outside{top:-55px;}
.single-page-form #nf-form-4-cont .nf-row:nth-child(3) {width:100%;padding-right: 0;}
.single-page-form #nf-form-4-cont .nf-row:nth-child(4) {width: 100%;padding-left: 0; padding-right:0;}
.single-page-form #nf-form-4-cont .nf-row:nth-child(5) {width: 100%; padding-left:0;}
.filter-tags-inner{flex-wrap: wrap;}
.filter-tags {width: 100%;padding: 0 0 10px 0;justify-content: center;}
.filter-tags-inner .btn {margin:0 auto !important;}

.filter-content-section.you-may-also-like-section{margin-top:20px;padding:20px;}
.radio-button-styling .four-col-list ul li {width: 50%;}
.table-row, .table-header{min-width:540px;}
.mobile-scroll .nf-form-content {overflow: auto;}
}

@media screen and (max-width:359px) {
.caption-inner h2, .caption-inner h1{font-size:30px; line-height:40px;}
.content-list-main .image-box {min-width:100%;max-width:100%;flex-basis:100%;}
.content-list-main .right-content-box {min-width: 100%;max-width: 100%;flex-basis: 100%;}
.content-list-main .image-box{border-radius:6px 6px 0 0;}
.content-list-main .items{border-radius:0 0 6px 6px;}
.remove-text-link {bottom: 15px;top: auto;}

.pagination-main .nav-links{margin:-2px;}
.pagination-main .page-numbers {margin: 2px;width: 36px;height: 36px;line-height: 34px;font-size: 12px;}
.destination-section1 .entry-content .wp-video, .destination-section1 .entry-content video, .destination-section1 .entry-content iframe,
.destination-section1 .entry-content .wp-video .wp-video-shortcode {height:190px !important;}
.form-styling .btn{width:100%; min-width:100%;}

.gallery-columns-4 figure.gallery-item,
.gallery-columns-2 figure.gallery-item,
.gallery-columns-3 figure.gallery-item{min-width:100%; max-width:100%;flex-basis:100%;}
.gallery .gallery-icon{height:160px;}
.gallery-columns-6 figure.gallery-item,
.gallery-columns-5 figure.gallery-item{min-width:50%; max-width:50%;flex-basis:50%;}
.gallery-columns-6 .gallery-icon,
.gallery-columns-5 .gallery-icon {height: 100px;}

.dark-banner{padding:30px 20px 30px 20px;}
.not-found-inner h1{margin-bottom:15px; font-size:26px;}
.not-found-inner .search-box-inner{margin-top:15px;}
.single-venues_hotels .page-nav .d-flex {flex-wrap: wrap;}
.form-styling input.ninja-forms-field.nf-element[type="button"]{min-width:100%;}

.radio-button-styling .four-col-list ul li {width: 100%;}
}