@keyframes bounce{20%,53%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from,to{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}}.pulse{animation-name:pulse}@keyframes rubberBand{from,to{transform:scale3d(1,1,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)}}.rubberBand{animation-name:rubberBand}@keyframes shake{from,to{transform:translate3d(0,0,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:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from,to{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}.tada{animation-name:tada}@keyframes wobble{from,to{transform:none}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}.wobble{animation-name:wobble}@keyframes jello{11.1%,from,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{20%,40%,60%,80%,from,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:scale3d(1,1,1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{60%,75%,90%,from,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{60%,75%,90%,from,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{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{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{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{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:translate3d(0,0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes lightSpeedIn{from{transform:translate3d(100%,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 rotateIn{from{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{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{from{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{from{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{from{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 slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInUp{animation-name:slideInUp}
.elementor-animation-grow{transition-duration:.3s;transition-property:transform}.elementor-animation-grow:active,.elementor-animation-grow:focus,.elementor-animation-grow:hover{transform:scale(1.1)}.elementor-animation-shrink{transition-duration:.3s;transition-property:transform}.elementor-animation-shrink:active,.elementor-animation-shrink:focus,.elementor-animation-shrink:hover{transform:scale(0.9)}@keyframes elementor-animation-pulse{25%{transform:scale(1.1)}75%{transform:scale(0.9)}}.elementor-animation-pulse:active,.elementor-animation-pulse:focus,.elementor-animation-pulse:hover{animation-name:elementor-animation-pulse;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-pulse-grow{to{transform:scale(1.1)}}.elementor-animation-pulse-grow:active,.elementor-animation-pulse-grow:focus,.elementor-animation-pulse-grow:hover{animation-name:elementor-animation-pulse-grow;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-pulse-shrink{to{transform:scale(0.9)}}.elementor-animation-pulse-shrink:active,.elementor-animation-pulse-shrink:focus,.elementor-animation-pulse-shrink:hover{animation-name:elementor-animation-pulse-shrink;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-push{50%{transform:scale(0.8)}100%{transform:scale(1)}}.elementor-animation-push:active,.elementor-animation-push:focus,.elementor-animation-push:hover{animation-name:elementor-animation-push;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}@keyframes elementor-animation-pop{50%{transform:scale(1.2)}}.elementor-animation-pop:active,.elementor-animation-pop:focus,.elementor-animation-pop:hover{animation-name:elementor-animation-pop;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}.elementor-animation-bounce-in{transition-duration:.5s}.elementor-animation-bounce-in:active,.elementor-animation-bounce-in:focus,.elementor-animation-bounce-in:hover{transform:scale(1.2);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-bounce-out{transition-duration:.5s}.elementor-animation-bounce-out:active,.elementor-animation-bounce-out:focus,.elementor-animation-bounce-out:hover{transform:scale(0.8);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-rotate:active,.elementor-animation-rotate:focus,.elementor-animation-rotate:hover{transform:rotate(4deg)}.elementor-animation-grow-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-grow-rotate:active,.elementor-animation-grow-rotate:focus,.elementor-animation-grow-rotate:hover{transform:scale(1.1) rotate(4deg)}.elementor-animation-float{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-float:active,.elementor-animation-float:focus,.elementor-animation-float:hover{transform:translateY(-8px)}.elementor-animation-sink{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-sink:active,.elementor-animation-sink:focus,.elementor-animation-sink:hover{transform:translateY(8px)}@keyframes elementor-animation-bob{0%{transform:translateY(-8px)}50%{transform:translateY(-4px)}100%{transform:translateY(-8px)}}@keyframes elementor-animation-bob-float{100%{transform:translateY(-8px)}}.elementor-animation-bob:active,.elementor-animation-bob:focus,.elementor-animation-bob:hover{animation-name:elementor-animation-bob-float,elementor-animation-bob;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}@keyframes elementor-animation-hang{0%{transform:translateY(8px)}50%{transform:translateY(4px)}100%{transform:translateY(8px)}}@keyframes elementor-animation-hang-sink{100%{transform:translateY(8px)}}.elementor-animation-hang:active,.elementor-animation-hang:focus,.elementor-animation-hang:hover{animation-name:elementor-animation-hang-sink,elementor-animation-hang;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}.elementor-animation-skew{transition-duration:.3s;transition-property:transform}.elementor-animation-skew:active,.elementor-animation-skew:focus,.elementor-animation-skew:hover{transform:skew(-10deg)}.elementor-animation-skew-forward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-forward:active,.elementor-animation-skew-forward:focus,.elementor-animation-skew-forward:hover{transform:skew(-10deg)}.elementor-animation-skew-backward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-backward:active,.elementor-animation-skew-backward:focus,.elementor-animation-skew-backward:hover{transform:skew(10deg)}@keyframes elementor-animation-wobble-vertical{16.65%{transform:translateY(8px)}33.3%{transform:translateY(-6px)}49.95%{transform:translateY(4px)}66.6%{transform:translateY(-2px)}83.25%{transform:translateY(1px)}100%{transform:translateY(0)}}.elementor-animation-wobble-vertical:active,.elementor-animation-wobble-vertical:focus,.elementor-animation-wobble-vertical:hover{animation-name:elementor-animation-wobble-vertical;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-horizontal{16.65%{transform:translateX(8px)}33.3%{transform:translateX(-6px)}49.95%{transform:translateX(4px)}66.6%{transform:translateX(-2px)}83.25%{transform:translateX(1px)}100%{transform:translateX(0)}}.elementor-animation-wobble-horizontal:active,.elementor-animation-wobble-horizontal:focus,.elementor-animation-wobble-horizontal:hover{animation-name:elementor-animation-wobble-horizontal;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-bottom-right{16.65%{transform:translate(8px,8px)}33.3%{transform:translate(-6px,-6px)}49.95%{transform:translate(4px,4px)}66.6%{transform:translate(-2px,-2px)}83.25%{transform:translate(1px,1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-bottom-right:active,.elementor-animation-wobble-to-bottom-right:focus,.elementor-animation-wobble-to-bottom-right:hover{animation-name:elementor-animation-wobble-to-bottom-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-top-right{16.65%{transform:translate(8px,-8px)}33.3%{transform:translate(-6px,6px)}49.95%{transform:translate(4px,-4px)}66.6%{transform:translate(-2px,2px)}83.25%{transform:translate(1px,-1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-top-right:active,.elementor-animation-wobble-to-top-right:focus,.elementor-animation-wobble-to-top-right:hover{animation-name:elementor-animation-wobble-to-top-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-top{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-top{transform-origin:0 100%}.elementor-animation-wobble-top:active,.elementor-animation-wobble-top:focus,.elementor-animation-wobble-top:hover{animation-name:elementor-animation-wobble-top;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-bottom{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-bottom{transform-origin:100% 0}.elementor-animation-wobble-bottom:active,.elementor-animation-wobble-bottom:focus,.elementor-animation-wobble-bottom:hover{animation-name:elementor-animation-wobble-bottom;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-skew{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-skew:active,.elementor-animation-wobble-skew:focus,.elementor-animation-wobble-skew:hover{animation-name:elementor-animation-wobble-skew;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-buzz{50%{transform:translateX(3px) rotate(2deg)}100%{transform:translateX(-3px) rotate(-2deg)}}.elementor-animation-buzz:active,.elementor-animation-buzz:focus,.elementor-animation-buzz:hover{animation-name:elementor-animation-buzz;animation-duration:.15s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-buzz-out{10%{transform:translateX(3px) rotate(2deg)}20%{transform:translateX(-3px) rotate(-2deg)}30%{transform:translateX(3px) rotate(2deg)}40%{transform:translateX(-3px) rotate(-2deg)}50%{transform:translateX(2px) rotate(1deg)}60%{transform:translateX(-2px) rotate(-1deg)}70%{transform:translateX(2px) rotate(1deg)}80%{transform:translateX(-2px) rotate(-1deg)}90%{transform:translateX(1px) rotate(0)}100%{transform:translateX(-1px) rotate(0)}}.elementor-animation-buzz-out:active,.elementor-animation-buzz-out:focus,.elementor-animation-buzz-out:hover{animation-name:elementor-animation-buzz-out;animation-duration:.75s;animation-timing-function:linear;animation-iteration-count:1}.button,.button.green,.wn-btn,button.green,input[type=submit],input[type=submit].green,input[type=reset],input[type=reset].green,input[type=button],input[type=button].green{position:relative;border:0;border-radius:3px;color:#fff;display:inline-block;font-family:inherit;font-size:12px;letter-spacing:1px;line-height:1.5;text-transform:capitalize;font-weight:500;text-decoration:none;cursor:pointer;white-space:nowrap;margin-bottom:21px;margin-right:10px;padding:18px 26px;background:#437df9;-webkit-transition:all .21s ease;-moz-transition:all .21s ease;-o-transition:all .21s ease;transition:all .21s ease}.aligncenter .button{margin-right:5px;margin-left:5px}.button.green,button.green,input[type=submit].green,input[type=reset].green,input[type=button].green{background-color:#54cd38}.button.theme-skin{background-color:#437df9}.button:hover{background-color:#292929}.button.theme-skin:hover,input[type=submit].green:hover,input[type=submit]:hover,input[type=reset].green:hover,input[type=reset]:hover,input[type=button].green:hover,input[type=button]:hover{background:#292929;-webkit-box-shadow:0 0 4px rgb(0 0 0 / .2) inset;-moz-box-shadow:0 0 4px rgb(0 0 0 / .2) inset;box-shadow:0 0 4px rgb(0 0 0 / .2) inset}.button.theme-skin.bordered-bot{color:#437df9}#wrap .button.theme-skin.bordered-bot:hover span,#wrap button.theme-skin.bordered-bot:hover span,#wrap input[type=submit].theme-skin.bordered-bot:hover,#wrap input[type=reset].theme-skin.bordered-bot:hover,#wrap input[type=button].theme-skin.bordered-bot:hover{color:#fff}.button.full-width,button.full-width,input[type=submit].full-width,input[type=reset].full-width,input[type=button].full-width{width:100%;padding-left:0!important;padding-right:0!important;text-align:center}.button.large,input[type=submit].large,input[type=reset].large,input[type=button].large{padding:22px 36px;font-size:18px;letter-spacing:2px;font-weight:600}.button.small,input[type=submit].small,input[type=reset].small,input[type=button].small{padding:11px 18px;font-size:11px;text-transform:uppercase}.button.blue,button.blue,input[type=submit].blue,input[type=reset].blue,input[type=button].blue{background:#128abc}.button.red,button.red,input[type=submit].red,input[type=reset].red,input[type=button].red{background:#e53f51}.button.gray,button.gray,input[type=submit].gray,input[type=reset].gray,input[type=button].gray{color:#656f79;background:#f3f4f5}.button.dark-gray,button.dark-gray,input[type=submit].dark-gray,input[type=reset].dark-gray,input[type=button].dark-gray{color:#333;background:#eee}.button.cherry,button.cherry,input[type=submit].cherry,input[type=reset].cherry,input[type=button].cherry{background:#93516a}.button.orchid,button.orchid,input[type=submit].orchid,input[type=reset].orchid,input[type=button].orchid{background:#9661ab}.button.pink,button.pink,input[type=submit].pink,input[type=reset].pink,input[type=button].pink{background:#e64883}.button.orange,button.orange,input[type=submit].orange,input[type=reset].orange,input[type=button].orange{background:#f98805}.button.teal,button.teal,input[type=submit].teal,input[type=reset].teal,input[type=button].teal{background:#1fa79e}.button.skyblue,button.skyblue,input[type=submit].skyblue,input[type=reset].skyblue,input[type=button].skyblue{background:#03acdc}.button.jade,button.jade,input[type=submit].jade,input[type=reset].jade,input[type=button].jade{background:#0aad80}.button.gold,button.gold,input[type=submit].gold,input[type=reset].gold,input[type=button].gold{background:#d0ae5e}.button.white,button.white,input[type=submit].white,input[type=reset].white,input[type=button].white{background:#fff;color:#000}.bordered-bot.button.gold{color:#d0ae5e}.button.black,button.black,input[type=submit].black,input[type=reset].black,input[type=button].black{background:#000;color:#fff}.button.blue,.button.cherry,.button.orange,.button.orchid,.button.pink,.button.red,.button.teal,a.button{color:#fff}.button:active,input[type=submit]:active,input[type=reset]:active,input[type=button]:active{color:#c1d7dc;opacity:.94}.button.bordered-bot,input[type=submit].bordered-bot,input[type=reset].bordered-bot,input[type=button].bordered-bot{background:0 0;border:1px solid;text-shadow:none;letter-spacing:2px;text-transform:uppercase;padding:17px 25px}.button.large.bordered-bot,input[type=submit].large.bordered-bot,input[type=reset].large.bordered-bot,input[type=button].large.bordered-bot{padding:21px 35px}.button.small.bordered-bot,input[type=submit].small.bordered-bot,input[type=reset].small.bordered-bot,input[type=button].small.bordered-bot{padding:10px 17px}.button.bordered-bot:hover,button.bordered-bot:hover,input[type=submit].bordered-bot:hover,input[type=reset].bordered-bot:hover,input[type=button].bordered-bot:hover{border-color:#363f46;color:#363f46;text-shadow:none;box-shadow:none;text-decoration:none}.button.blue.bordered-bot,button.blue.bordered-bot,input[type=submit].blue.bordered-bot,input[type=reset].blue.bordered-bot,input[type=button].blue.bordered-bot{border-color:#128abc;color:#128abc}button.blue.bordered-bot:hover,input[type=submit].blue.bordered-bot:hover,input[type=reset].blue.bordered-bot:hover,input[type=button].blue.bordered-bot:hover{border-color:#128abc;background-color:#128abc;color:#fff}.button.red.bordered-bot,button.red.bordered-bot,input[type=submit].red.bordered-bot,input[type=reset].red.bordered-bot,input[type=button].red.bordered-bot{border-color:#e53f51;color:#e53f51}button.red.bordered-bot:hover,input[type=submit].red.bordered-bot:hover,input[type=reset].red.bordered-bot:hover,input[type=button].red.bordered-bot:hover{border-color:#e53f51;background-color:#e53f51;color:#fff}.button.cherry.bordered-bot,button.cherry.bordered-bot,input[type=submit].cherry.bordered-bot,input[type=reset].cherry.bordered-bot,input[type=button].cherry.bordered-bot{border-color:#93516a;color:#93516a}button.cherry.bordered-bot:hover,input[type=submit].cherry.bordered-bot:hover,input[type=reset].cherry.bordered-bot:hover,input[type=button].cherry.bordered-bot:hover{border-color:#93516a;background-color:#93516a;color:#fff}.button.orchid.bordered-bot,button.orchid.bordered-bot,input[type=submit].orchid.bordered-bot,input[type=reset].orchid.bordered-bot,input[type=button].orchid.bordered-bot{border-color:#9661ab;color:#9661ab}button.orchid.bordered-bot:hover,input[type=submit].orchid.bordered-bot:hover,input[type=reset].orchid.bordered-bot:hover,input[type=button].orchid.bordered-bot:hover{border-color:#9661ab;background-color:#9661ab;color:#fff}.button.pink.bordered-bot,button.pink.bordered-bot,input[type=submit].pink.bordered-bot,input[type=reset].pink.bordered-bot,input[type=button].pink.bordered-bot{border-color:#e64883;color:#e64883}button.pink.bordered-bot:hover,input[type=submit].pink.bordered-bot:hover,input[type=reset].pink.bordered-bot:hover,input[type=button].pink.bordered-bot:hover{border-color:#e64883;background-color:#e64883;color:#fff}.button.orange.bordered-bot,button.orange.bordered-bot,input[type=submit].orange.bordered-bot,input[type=reset].orange.bordered-bot,input[type=button].orange.bordered-bot{border-color:#f98805;color:#f98805}button.orange.bordered-bot:hover,input[type=submit].orange.bordered-bot:hover,input[type=reset].orange.bordered-bot:hover,input[type=button].orange.bordered-bot:hover{border-color:#f98805;background-color:#f98805;color:#fff}.button.teal.bordered-bot,button.teal.bordered-bot,input[type=submit].teal.bordered-bot,input[type=reset].teal.bordered-bot,input[type=button].teal.bordered-bot{border-color:#1fa79e;color:#1fa79e}button.teal.bordered-bot:hover,input[type=submit].teal.bordered-bot:hover,input[type=reset].teal.bordered-bot:hover,input[type=button].teal.bordered-bot:hover{border-color:#1fa79e;background-color:#1fa79e;color:#fff}.button.skyblue.bordered-bot,button.skyblue.bordered-bot,input[type=submit].skyblue.bordered-bot,input[type=reset].skyblue.bordered-bot,input[type=button].skyblue.bordered-bot{border-color:#03acdc;color:#03acdc}button.skyblue.bordered-bot:hover,input[type=submit].skyblue.bordered-bot:hover,input[type=reset].skyblue.bordered-bot:hover,input[type=button].skyblue.bordered-bot:hover{border-color:#03acdc;background-color:#03acdc;color:#fff}.button.jade.bordered-bot,button.jade.bordered-bot,input[type=submit].jade.bordered-bot,input[type=reset].jade.bordered-bot,input[type=button].jade.bordered-bot{border-color:#0aad80;color:#0aad80}button.jade.bordered-bot:hover,input[type=submit].jade.bordered-bot:hover,input[type=reset].jade.bordered-bot:hover,input[type=button].jade.bordered-bot:hover{border-color:#0aad80;background-color:#0aad80;color:#fff}.button.green.bordered-bot,button.green.bordered-bot,input[type=submit].green.bordered-bot,input[type=reset].green.bordered-bot,input[type=button].green.bordered-bot{border-color:#8fbe32;color:#8fbe32}button.green.bordered-bot:hover,input[type=submit].green.bordered-bot:hover,input[type=reset].green.bordered-bot:hover,input[type=button].green.bordered-bot:hover{border-color:#8fbe32;background-color:#8fbe32;color:#fff}.button.white.bordered-bot,button.white.bordered-bot,input[type=submit].white.bordered-bot,input[type=reset].white.bordered-bot,input[type=button].white.bordered-bot{background:0 0;border-color:#fff;color:#fff}.button.black.bordered-bot,button.black.bordered-bot,input[type=submit].black.bordered-bot,input[type=reset].black.bordered-bot,input[type=button].black.bordered-bot{background:0 0;border-color:#000;color:#000}.button.black.bordered-bot:hover,button.black.bordered-bot:hover,input[type=submit].black.bordered-bot:hover,input[type=reset].black.bordered-bot:hover,input[type=button].black.bordered-bot:hover{background:#000;border-color:#000;color:#fff}.button.white.bordered-bot:hover,button.white.bordered-bot:hover,input[type=submit].white.bordered-bot:hover,input[type=reset].white.bordered-bot:hover,input[type=button].white.bordered-bot:hover{background:#fff;border-color:#fff;color:#000}.button.thin{font-weight:400}.button.bold{font-weight:700}.button.rounded{border-radius:55px;-webkit-transition:all .4s ease,background .36s ease .1s;transition:all .4s ease,background .36s ease .1s;letter-spacing:0;padding-left:30px;padding-right:30px}.button.square{border-radius:0}.button i,button i,input[type=submit] i,input[type=reset] i,input[type=button] i{color:inherit;font-size:16px;vertical-align:baseline;line-height:1;display:inline;margin-right:7px}.button i.fa-none{margin:0;display:none}.button.large i{font-size:24px;vertical-align:text-bottom}.page .button.bordered-bot:hover{background:#292929;border-color:#292929;color:#fff}#wrap .button.dark-gray.rounded.bordered-bot,#wrap .button.gray.rounded.bordered-bot{border-color:#d8d8d8;color:#437df9}#wrap .button.dark-gray.rounded.bordered-bot:hover,#wrap .button.gray.rounded.bordered-bot:hover{background:#292929;border-color:#292929;color:#fff!important}#wrap .button.arrow:hover::before{opacity:1;content:"\e068";font-family:linea-arrows-10!important;transform:translateY(-50%) scaleX(1) translateZ(0);-ms-transform:translateY(-50%) scaleX(1) translateZ(0);-webkit-transform:translateY(-50%) scaleX(1) translateZ(0);transition:opacity .5s,transform .5s;-webkit-transition:opacity .5s,transform .5s}#wrap .button.arrow:before{position:absolute;font-weight:100;content:"";font-size:39px;right:-27px;z-index:999;top:50%;opacity:0;cursor:pointer;display:block;transform:translateY(-50%) scaleX(0) translateZ(0);-ms-transform:translateY(-50%) scaleX(0) translateZ(0);-webkit-transform:translateY(-50%) scaleX(0) translateZ(0)}.icon-box,.wn-icon-box .content-style,.wn-icon-box h4,.wn-icon-box h5,.wn-icon-box h6,.wn-icon-box i,.wn-icon-box p{position:relative}article[class*=icon-box]{clear:both}@media only screen and (max-width:767px){article[class*=icon-box]{margin-bottom:20px}}article[class*=icon-box] i{text-align:center}.owl-carousel .owl-item article[class*=icon-box] img{display:inline-block;width:auto}.icon-box{vertical-align:baseline;margin-bottom:20px;padding-left:52px}.icon-box i,.icon-box img{float:left;display:block;vertical-align:text-top;margin:5px 20px 75px 0}.icon-box i{font-size:32px;color:#437df9;margin-right:20px;cursor:default;position:absolute;left:0;top:0}.icon-box h4,.icon-box h5{margin-bottom:5px;line-height:1.3;font-size:20px;letter-spacing:0;font-weight:700;color:#111}.icon-box p{overflow:hidden;color:grey;font-size:16px}@media (max-width:767px){.padd-icon-box12 .vc_column-inner{padding-left:10px!important;padding-right:10px!important}}.icon-colorx i,i.icon-colorx{color:#437df9}.icon-box7{background-color:#fff;vertical-align:baseline;text-align:center;border-radius:3px;padding:25px 15px;margin-bottom:30px;box-shadow:0 7px 50px -10px rgb(0 0 0 / .17);transform:translate3d(0,0,0);transition:all .38s cubic-bezier(.41,.57,.1,1.2)}.icon-box7 i{display:block;margin:16px 0 0;font-size:48px;color:#437df9;text-align:center}.icon-box7 p{font-size:15px;font-weight:300;color:#444;margin-top:15px}.icon-box7 h4{font-size:18px;font-weight:500;color:#000;margin-top:24px;margin-bottom:16px}.icon-box7:hover{transform:translate3d(0,-4px,0);box-shadow:0 15px 50px rgb(0 0 0 / .13)}@media only screen and (min-width:1441px){.icon-box7 p{padding:0 10%}}@media only screen and (max-width:767px){.icon-box7 p{padding:0 5%;text-align:center}}#wrap section[class*="wn-section"]>.elementor-container{display:none}#wrap section[class*="wn-section"]>.elementor-container{display:none}#wrap section[class*="wn-section"]>.elementor-container{display:none}#wrap section[class*="wn-section"]>.elementor-container{display:none}#wrap section[class*="wn-section"]>.elementor-container{display:none}#wrap section[class*="wn-section"]>.elementor-container{display:none}#wrap section[class*="wn-section"]>.elementor-container{display:none}#wrap section[class*="wn-section"]>.elementor-container{display:none}#wrap section[class*="wn-section"]>.elementor-container{display:none}#wrap section[class*="wn-section"]>.elementor-container{display:none}#wrap section[class*="wn-section"]>.elementor-container{display:none}#wrap section[class*="wn-section"]>.elementor-container{display:none}#wrap section[class*="wn-section"]>.elementor-container{display:none}#wrap section[class*="wn-section"]>.elementor-container{display:none}#wrap section[class*="wn-section"]>.elementor-container{display:none}#wrap section[class*="wn-section"]>.elementor-container{display:none}#wrap section[class*="wn-section"]>.elementor-container{display:none}#wrap section[class*="wn-section"]>.elementor-container{display:none}#wrap section[class*="wn-section"]>.elementor-container{display:none}#wrap section[class*="wn-section"]>.elementor-container{display:none}#wrap section[class*="wn-section"]>.elementor-container{display:none}#wrap section[class*="wn-section"]>.elementor-container{display:none}#wrap section[class*="wn-section"]>.elementor-container{display:none}#wrap section[class*="wn-section"]>.elementor-container{display:none}#wrap section[class*="wn-section"]>.elementor-container{display:none}#wrap section[class*="wn-section"]>.elementor-container{display:none}#wrap section[class*="wn-section"]>.elementor-container{display:none}#wrap section[class*="wn-section"]>.elementor-container{display:none}#wrap section[class*="wn-section"]>.elementor-container{display:none}#wrap section[class*="wn-section"]>.elementor-container{display:none}#wrap section[class*="wn-section"]>.elementor-container{display:none}#wrap section[class*="wn-section"]>.elementor-container{display:none}#wrap section[class*="wn-section"]>.elementor-container{display:none}#wrap section[class*="wn-section"]>.elementor-container{display:none}#wrap section[class*="wn-section"]>.elementor-container{display:none}#wrap section[class*="wn-section"]>.elementor-container{display:none}#wrap section[class*="wn-section"]>.elementor-container{display:none}#wrap section[class*="wn-section"]>.elementor-container{display:none}#wrap section[class*="wn-section"]>.elementor-container{display:none}#wrap section[class*="wn-section"]>.elementor-container{display:none}body .wn-wrap h3{color:#fff}#wrap .container{max-width:inherit}@media(max-width:767px){.breadcrumbs-w{display:none}}#wrap .widget .subtitle-wrap h4.subtitle{color:#252525;padding:0 0 10px;text-transform:uppercase;line-height:20px;font-size:18px;word-spacing:1px;letter-spacing:-.001em}.widget .subtitle-wrap{position:relative;margin:20px 0;padding-bottom:4px;line-height:18px;border-bottom:1px solid #e5e5e5}.widget .subtitle-wrap:before{content:"";width:46px;height:4px;position:absolute;bottom:-4px;left:0;display:block;background:#437dfa}.rtl .widget .subtitle-wrap:before{left:auto;right:0}#wrap .w-category a,.w-course-price,.course-main .course-postmeta span,.widget .course-categories li a i,a.btn.btn-default.btn-sm.active,.switch-field input:checked+label,.widget .nice-select span,.widget .nice-select span,.colorskin-custom .w-pricing-table.pt-type10 .pt-features .feature-icon,.colorskin-custom .w-pricing-table.pt-type7 .pt-features .feature-icon,.colorskin-custom .ourteam-owl-carousel-type10 .ourteam-item .t-footer a i:hover,.colorskin-custom .our-team14:hover .social-team i:hover,.colorskin-custom .icon-box7 i,.colorskin-custom .teaser-box18 .tb18-content .wn-button-box .wn-btn,.colorskin-custom .book-form-deep .nice-select,.colorskin-custom #user-login .login-links li a,.colorskin-custom #user-login .login-links li a:hover,.colorskin-custom .latest-b-carousel .owl-nav .owl-next:after,.colorskin-custom .latest-b-carousel .owl-nav .owl-prev:after,.colorskin-custom .w-login h3,.colorskin-custom nav.woocommerce-pagination ul li span.current,.colorskin-custom .wn-woo-wrap .products li .wn-woo-contents-wrap h3 a:hover,.colorskin-custom .wn-woo-wrap .products li .wn-woo-contents-wrap .posted_in a:hover,.colorskin-custom .wn-woo-wrap .wn-woo-contents-wrap>a:hover,.colorskin-custom .room-list-view-more:hover,.colorskin-custom .room-list-extra-services,.colorskin-custom .wn-woo-wrap .products li .wn-woo-thumbnail-wrap .wn-woo-thumbnail-hover .wn-woo-btn:hover i,.colorskin-custom .wn-woo-wrap .products li .wn-woo-thumbnail-wrap .wn-woo-thumbnail-hover .wn-woo-btn:hover i,.colorskin-custom .wn-woo-wrap .products li .wn-woo-thumbnail-wrap .wn-woo-thumbnail-hover .wn-woo-btn:hover a,.colorskin-custom .wn-woo-wrap .products li .wn-woo-thumbnail-wrap .wn-woo-thumbnail-hover .wn-woo-btn.wn-woo-compare-btn:hover .compare-button a:before,.colorskin-custom #hotel-booking-results .hb-search-results>.hb-room .hb-room-name a:hover,.colorskin-custom #hotel-booking-results .hb-search-results>.hb-room .hb-room-meta li .hb_search_item_price,.colorskin-custom .htc-booking .hb_input_field:after,.colorskin-custom .hb_single_room #reviews #review_form_wrapper form .form-submit input[type="submit"],.colorskin-custom #webnus-header-builder .woocommerce-mini-cart__total.total span.woocommerce-Price-amount.amount,.colorskin-custom #webnus-header-builder span.woocommerce-Price-amount.amount,.colorskin-custom .max-quote h2:after,.colorskin-custom .max-quote h2:before,.colorskin-custom .max-quote cite,#wrap.colorskin-custom .sermons-toggle .sermon-wrap-toggle .wn-sertg-content .media-links .button span,.colorskin-custom .sermon-wrap-toggle .wn-sertg-content .wn-sertg-speaker a,.colorskin-custom .sermons-toggle2 .sermon-wrap-toggle .wn-sertg-meta i,.colorskin-custom .sermons-simple article:hover h4 a,.colorskin-custom .sermons-clean h4 a:hover,.colorskin-custom .sermon-carousel.sermons-grid .sermon-grid-item .sermon-grid-content .sermon-readmore:hover,.colorskin-custom .sermons-clean .sermon-clean-item .sermon-detail a,.colorskin-custom .sermons-grid .sermon-grid-item .sermons-grid-wrap .sermon-grid-content .media-links a i:hover,.woocommerce-account .colorskin-custom .woocommerce .woocommerce-MyAccount-navigation li:hover a,.colorskin-custom .latest-27 .latest-title a:hover,#wrap.colorskin-custom .wn-backto-shop.button.theme-skin.bordered-bot span,.colorskin-custom .sermons-minimal a:hover h4,.colorskin-custom .sermons-minimal .sermon-detail a:hover,.colorskin-custom .sermons-minimal h4:hover,.colorskin-custom .cause-title.hcolorf:hover,.colorskin-custom .wn-wrap-social:hover,.colorskin-custom .pe-7s-mail:hover,.colorskin-custom .widget-subscribe-submit,.colorskin-custom .our-team4:hover,.colorskin-custom .sermon-grid-header h4:hover,.colorskin-custom .sermon-grid-cat a:hover,.colorskin-custom .sermon-readmore:hover,#wrap.colorskin-custom .wn-loadmore-ajax a,.colorskin-custom .blox.dark .testimonial-brand h5 strong,.colorskin-custom .wn-share-shortcode .wn-share-shortcode-dropdown a:hover i:before,.colorskin-custom .wn-latest-b23 .latest-b23-content h2 a:hover,.colorskin-custom .wn-avatar-block .owl-next i:hover,.colorskin-custom .wn-avatar-block .owl-prev i:hover,.colorskin-custom .testimonial-carousel .owl-nav .owl-prev:hover,.colorskin-custom .testimonial-carousel .owl-nav .owl-next:hover,.colorskin-custom .our-team13 .our-team-socail .social-team i:hover,.book-form-deep .nice-select,.colorskin-custom .icon-box23 i,.colorskin-custom .icon-box23 img,.colorskin-custom .wn-social-network-type2 .socialfollow a i,.colorskin-custom .icon-box8 i,.colorskin-custom .blox.dark .ctd-type-5 .block-w .count-w,.colorskin-custom .post-sharing-4:hover h6,.colorskin-custom .socialfollow a i,.colorskin-custom .teaser-box14 .teaser-title:before,.colorskin-custom .our-process-item-type2 span,.colorskin-custom #footer.litex .widget ul.menu li a:hover,.colorskin-custom .yith-wcwl-share ul li a:hover,.colorskin-custom .wn-wishlist-single-wrap .wn-remove-from-wishlist,.colorskin-custom .wn-wishlist-single-wrap .wn-remove-from-wishlist:hover,.colorskin-custom .wn-wishlist-single-wrap .wn-wishlist-product-title-sl:hover,.colorskin-custom .wn-wishlist-single-wrap .wishlist-in-stock,.colorskin-custom .wn-wishlist-single-wrap .wn-add-to-cart-single,.colorskin-custom .wn-woo-wrap .wn-woo-product-categories .cat-item.current-cat a,.colorskin-custom .wn-woo-wrap .wn-woo-product-categories .cat-item:hover a,.colorskin-custom .wn-woo-wrap .products li .wn-woo-thumbnail-wrap .wn-woo-thumbnail-hover .wn-woo-btn:hover i,.colorskin-custom .wn-woo-wrap .products li .wn-woo-thumbnail-wrap .wn-woo-thumbnail-hover .wn-woo-btn:hover a,.colorskin-custom .wn-woo-wrap .products li .wn-woo-thumbnail-wrap .wn-woo-thumbnail-hover .wn-woo-btn.wn-woo-compare-btn:hover .compare-button a:before,.colorskin-custom .wn-woo-wrap .nice-select.orderby .option:hover,.colorskin-custom .nice-select.orderby .option.selected,.colorskin-custom .nice-select:after,#wrap.colorskin-custom .wp-pagenavi span.current,#wrap.colorskin-custom .vc_tta-color-white.vc_tta-style-modern.vc_tta-o-shape-group .vc_tta-tab.vc_active>a i.vc_tta-icon,.transparent-header-w.t-dark-w #wrap.colorskin-custom .top-bar h6 i,.transparent-header-w.t-dark-w #wrap.colorskin-custom .top-bar .top-links a:hover,#wrap.colorskin-custom .top-bar.litex .top-custom-text a,#wrap.colorskin-custom .top-bar .top-custom-text a:hover,#wrap.colorskin-custom .blog-social-1 a:hover,#wrap.colorskin-custom .blog-social-1 a:hover i,#wrap.colorskin-custom .colorf,#wrap.colorskin-custom .hcolorf:hover,#wrap.colorskin-custom .vc_images_carousel .vc_carousel-control:hover,#wrap.colorskin-custom .vc_images_carousel .vc_carousel-control span:hover,#wrap.colorskin-custom .hebe .tp-tab-title,#wrap.colorskin-custom .testimonial-slider-owl-carousel.ts-di .owl-prev:hover,#wrap.colorskin-custom .testimonial-slider-owl-carousel.ts-di .owl-next:hover,#wrap.colorskin-custom .testimonial-slider-owl-carousel.ts-di .owl-prev:hover,#wrap.colorskin-custom .testimonial-slider-owl-carousel.ts-di .owl-next:hover,#wrap.colorskin-custom .testimonial-slider-owl-carousel.ts-tetra .owl-prev,#wrap.colorskin-custom .testimonial-slider-owl-carousel.ts-tetra .owl-next,#wrap.colorskin-custom .testimonial-slider-owl-carousel.ts-hexa .owl-prev:after,#wrap.colorskin-custom .latest-author span a:hover,#wrap.colorskin-custom .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active>a,#wrap.colorskin-custom .wn-content-slider.arrow-type-arrow3 .content-slider-arrow-icon i,#wrap.colorskin-custom .book-form-deep .r-date:after,#wrap.colorskin-custom #footer .widget ul li .yith-wcbsl-widget-title a,#wrap.colorskin-custom .icon-box9 a.magicmore,#wrap.colorskin-custom .icon-box15 .magicmore:hover:after,#wrap.colorskin-custom .wn-hamburger-wrap .full-menu .current a,#wrap.colorskin-custom .wn-header-toggle .widget_woocommerce-header-cart:hover .woo-cart-header .header-cart:after,.colorskin-custom .breadcrumbs-w i,.colorskin-custom .footer-subscribe-submit,.colorskin-custom .top-bar .socialfollow a:hover i,.colorskin-custom .footer-navi a:after,.colorskin-custom .footer-navi a:hover,.custom-footer-menu a:hover,.colorskin-custom .is-open.wn-ht .hamburger-social-icons a:hover,.colorskin-custom .top-links a:hover,.colorskin-custom .top-bar .inlinelb:hover,.colorskin-custom blockquote:before,.colorskin-custom ul.check li:before,.colorskin-custom li.check:before,.colorskin-custom ul.cross li:before,.colorskin-custom li.cross:before,.colorskin-custom .pbx-req .wn-prayer-inner .wn-prayer-request-name,.colorskin-custom a.liked:hover,.colorskin-custom a.liked:active,.colorskin-custom a.liked:focus,.colorskin-custom .pin-box h4 a:hover,.colorskin-custom .tline-box h4 a:hover,.colorskin-custom .pin-ecxt h6.blog-cat a:hover,.colorskin-custom .pin-ecxt2 p a:hover,.colorskin-custom .postmetadata h6.blog-cat a:hover,.colorskin-custom h6.blog-cat a,.colorskin-custom .blgtyp3.blog-post h6 a,.colorskin-custom .blgtyp2.blog-post h6 a,.colorskin-custom .blog-single-post .postmetadata h6 a,.colorskin-custom .blog-single-post h6.blog-author a,.colorskin-custom .blgtyp3.blog-post h6 a:hover,.colorskin-custom .blgtyp1.blog-post h6 a:hover,.colorskin-custom .blgtyp2.blog-post h6 a:hover,.colorskin-custom .blog-single-post .postmetadata h6 a:hover,.colorskin-custom .blog-single-post h6.blog-author a:hover,.colorskin-custom .blog-post a:hover,.colorskin-custom .blog-author span,.colorskin-custom .blog-line p a:hover,.colorskin-custom .blog-post p.blog-cat a,.colorskin-custom .blog-line p.blog-cat a,.colorskin-custom .blog-date-sp h3,.colorskin-custom h6.blog-date a:hover,.colorskin-custom h6.blog-cat a:hover,.colorskin-custom h6.blog-author a:hover,.colorskin-custom .about-author-sec h5 a:hover,.colorskin-custom blog-line:hover .img-hover:before,.colorskin-custom .blog-line:hover h4 a,.colorskin-custom .rec-post h5 a:hover,.colorskin-custom .rec-post p a:hover,.colorskin-custom a.magicmore,.colorskin-custom a.addtocart,.colorskin-custom a.select-options,.colorskin-custom a.readmore,.colorskin-custom a.magicmore,.colorskin-custom a.addtocart:hover,.colorskin-custom a.select-options:hover,.colorskin-custom .commentlist li .comment-text .reply a,.colorskin-custom .w-next-article:hover a,.colorskin-custom .w-prev-article:hover a,.colorskin-custom .w-next-article:hover i,.colorskin-custom .w-prev-article:hover i,body .colorskin-custom .colorf,body .colorskin-custom .hcolorf:hover,.colorskin-custom .video-play-btn i:hover,.colorskin-custom .blox.dark .max-counter.s-counter .max-count,.colorskin-custom .max-counter.e-counter .max-count,.colorskin-custom .wn-social-network-type3 .socialfollow a:hover i,.colorskin-custom .our-team5 h5,.colorskin-custom .our-team5 .social-team a i:hover:before,.colorskin-custom .our-team6 h5,.colorskin-custom .our-team7 figcaption h2,.colorskin-custom .our-team7 i:hover,.colorskin-custom .ourteam-owl-carousel-type10 .owl-item .ourteam-item .t-footer ul li a i:hover,.colorskin-custom .testimonial2 .testimonial-content h5,.colorskin-custom .our-clients-wrap .owl-nav .owl-prev:after,.colorskin-custom .our-clients-wrap .owl-nav .owl-next:after,.colorskin-custom .testimonial-carousel.testi-carou-3 .tc-name,.colorskin-custom .testimonial-carousel.testi-carou-3 .tc-job,.colorskin-custom .pricing-plan1 .ppfooter .readmore,.colorskin-custom .pricing-plan2 .ppfooter .readmore,.colorskin-custom .our-process-item:hover i,.colorskin-custom .buy-process-item h4,.colorskin-custom .buy-process-item.featured i,.colorskin-custom .contact-info i,.colorskin-custom .acc-trigger a:hover,.colorskin-custom .acc-trigger.active a,.colorskin-custom .acc-trigger.active a:hover,.colorskin-custom .w-pricing-table.pt-type1 .price-footer a:hover,.colorskin-custom .w-pricing-table.pt-type1 .pt-features .feature-icon,.colorskin-custom .w-pricing-table.pt-type1 .pt-footer a,.colorskin-custom .w-pricing-table.pt-type1 .pt-footer a,.colorskin-custom .w-pricing-table.pt-type1.featured .pt-footer a,.colorskin-custom .w-pricing-table.pt-type1.featured .pt-footer a,.colorskin-custom .w-pricing-table.pt-type2>span,.colorskin-custom .w-pricing-table.pt-type3 .pt-footer a,.colorskin-custom .w-pricing-table.pt-type3.featured .pt-footer a,.colorskin-custom .w-pricing-table.pt-type5 .pt-features .feature-icon,.colorskin-custom .w-pricing-table.pt-type7 .plan-title,.colorskin-custom .wn-portfolio-nav .wn-portfolio-nav-wrap:hover .wn-portfolio-nav-text i,.colorskin-custom .wn-portfolio-nav .wn-portfolio-nav-wrap:hover .wn-portfolio-nav-text span,.colorskin-custom .related-works .portfolio-item:hover h5 a,.colorskin-custom .w-pricing-table.pt-type2 .pt-footer a,.colorskin-custom .subscribe-modern .subscribe-box-input .subscribe-box-email,.colorskin-custom .blox.dark .subscribe-modern .subscribe-box-input .subscribe-box-submit,.colorskin-custom .teaser-box2 a:hover .teaser-title,.colorskin-custom .teaser-box2 a:after,.colorskin-custom .teaser-box3:hover .teaser-subtitle:after,.colorskin-custom .teaser-box5:hover .teaser-title,.colorskin-custom .teaser-box12 .teaser-subtitle:after,.colorskin-custom .latestnews2 .ln-item .ln-content .ln-button:hover,.colorskin-custom .latestnews2 .ln-content .ln-title:hover,.colorskin-custom .dark.blox .latestnews2 .ln-content .ln-title:hover .w-login h3,.colorskin-custom .w-login .login-links li a,.colorskin-custom .ts-di .testimonial .testimonial-content h4 q:before,.colorskin-custom .ts-di.testimonial-slider-owl-carousel .owl-pagination span i:hover,.colorskin-custom .ts-di.testimonial-slider-owl-carousel .owl-pagination span i:hover:before,.colorskin-custom .testimonial-slider-owl-carousel.ts-mono .testimonial-content:before,.colorskin-custom .ts-di .testimonial .testimonial-content h4 q:before,.colorskin-custom .ts-di.testimonial-slider-owl-carousel .owl-pagination span i:hover,.colorskin-custom .ts-di.testimonial-slider-owl-carousel .owl-pagination span i:hover:before,.colorskin-custom .ts-tri.testimonial-slider-owl-carousel .testimonial-content h4 q:before,.colorskin-custom .ts-hexa .testimonial .testimonial-content h4 q:after,.latest-b-carousel .owl-nav .owl-prev:after,.colorskin-custom .latest-b-carousel .owl-nav .owl-next:after,.colorskin-custom .post-format-icon,.colorskin-custom .latestposts-one .latest-title a:hover,.colorskin-custom .latestposts-one .latest-author a:hover,.colorskin-custom .latestposts-two .blog-post p.blog-author a:hover,.colorskin-custom .latestposts-two .blog-line p.blog-cat a,.colorskin-custom .latestposts-two .blog-line:hover h4 a,.colorskin-custom .latestposts-two .blog-line:hover .img-hover:before,.colorskin-custom .latestposts-three h6.latest-b2-cat a,.colorskin-custom .latestposts-three .latest-b2-metad2 span a:hover,.colorskin-custom .latestposts-four h3.latest-b2-title a:hover,.colorskin-custom .latestposts-five h6.latest-b2-cat a,.colorskin-custom .latestposts-six .latest-content p.latest-date,.colorskin-custom .latestposts-six .latest-title a:hover,.colorskin-custom .latestposts-six .latest-author a:hover,.colorskin-custom .latestposts-seven .wrap-date-icons h3.latest-date,.colorskin-custom .latestposts-seven .latest-content .latest-title a:hover,.colorskin-custom .latestposts-seven .latest-content .latest-author a,.colorskin-custom .latestposts-seven .latest-content .latest-author a:hover,.colorskin-custom .latestposts-nine .latest-b9 h3 .link,.colorskin-custom .latestposts-ten .latest-b10 .latest-b10-content a.readmore,.colorskin-custom .latestposts-eleven .latest-b11 .latest-b11-meta .date:after,.colorskin-custom .latestposts-twelve .latest-b12 .latest-b12-cont .latest-b12-cat a,.colorskin-custom .latestposts-twelve .latest-b12 .latest-b12-cont .latest-b12-author:hover a,.colorskin-custom .latestposts-twelve .latest-b12 .latest-b12-cont .latest-b12-title:hover a,.colorskin-custom .latest-b13-title a:hover,.colorskin-custom .latest-b13-author a:hover,.colorskin-custom .latest-b13-cat:hover a,.colorskin-custom .wn-latest-b15 .latest-b15 .latest-b15-content .latest-b15-meta-data a:hover,.colorskin-custom .wn-latest-b15 .latest-b15 .latest-b15-content h2 a:hover,.colorskin-custom .wn-latest-b16 .latest-b16 .latest-b16-overlay .latest-b16-meta-data a:hover,.colorskin-custom .wn-latest-b16 .latest-b16 .latest-b16-overlay h3:hover a,.colorskin-custom .wn-latest-b16 .latest-b16 .latest-b16-content .latest-b16-readmore:hover,.colorskin-custom .wn-latest-b16 .latest-b16 .latest-b16-content .latest-b16-footer .latest-author strong a:hover,.colorskin-custom .wn-latest-b17 .latest-b17 .latest-b17-content h3 a:hover,.colorskin-custom .wn-latest-b17 .latest-b17 .latest-b17-content .latest-b17-readmore:hover,.colorskin-custom .latestposts-ninteen .latest-b19:hover .latest-b19-cont .latest-b19-title a,.colorskin-custom .wn-latest-b22 .latest-b22:hover .latest-b22-content h2 a,.colorskin-custom .a-post-box-1 .latest-title a:hover,.colorskin-custom .a-post-box-2 .latest-title a:hover,.colorskin-custom .vc_tta-tabs.vc_tta-style-modern.vc_tta-shape-round .vc_tta-tab .vc_tta-icon,.colorskin-custom .w-login #user-login .login-links li a,.colorskin-custom .w-login #user-login .login-links li a:hover,.colorskin-custom .wn-vertical-carousel .owl-nav .owl-prev .ol-pre:after,.colorskin-custom .wn-vertical-carousel .owl-nav .owl-next .ol-nxt:after,.colorskin-custom .wn-newsletter .wn-newsletter-close,.colorskin-custom .book-form-deep strong,.colorskin-custom .book-form-deep p,.colorskin-custom .book-form-deep .nice-select:after,.colorskin-custom .postslider-owl-carousel.postslider-1 .latest-title a:hover,.colorskin-custom .widget ul li a:hover,.colorskin-custom .widget ul li .comment-author-link a:hover,.colorskin-custom .footer-in .widget ul li a:hover,.colorskin-custom #footer .widget .socialfollow a:hover i #footer .side-list ul li:hover a,.colorskin-custom .widget ul li.cat-item a:hover,.colorskin-custom .widget ul li.recentcomments a:hover,.colorskin-custom .widget ul li.page_item a:hover,.colorskin-custom .sidebar .widget .tabs li:hover a,.colorskin-custom .sidebar .widget .tabs li.active a,.colorskin-custom #wp-calendar tfoot #prev a,.colorskin-custom .woo-cart-dropdown ul li a:hover,.colorskin-custom .personal-sidebar .widget .widget-subscribe-form button:hover,.colorskin-custom .personal-sidebar .widget .widget-subscribe-form button:hover:before,.colorskin-custom .personal-sidebar .side-list h5 a:hover,.colorskin-custom .icon-box i,.colorskin-custom .icon-box1 h5,.colorskin-custom .icon-box2 i,.colorskin-custom .icon-box3 i,.colorskin-custom .icon-box4 i,.colorskin-custom .icon-box5 i,.colorskin-custom .icon-box8 i,.colorskin-custom .blox.dark .icon-box9 i,.colorskin-custom .icon-box10 h5,.colorskin-custom .icon-box11 i,.colorskin-custom .icon-box12 i,.colorskin-custom .blox.dark .icon-box12:hover a.magicmore,.colorskin-custom .icon-box13 i,.colorskin-custom .icon-box14 i,.colorskin-custom .icon-box15 img,.colorskin-custom .icon-box15 i,.colorskin-custom .icon-box16 i,.colorskin-custom .icon-box16 h4,.colorskin-custom .icon-box16 p strong,.colorskin-custom .icon-box17,.colorskin-custom .icon-box16 a.magicmore,.colorskin-custom .icon-box17 i,.colorskin-custom .icon-box19 i,.colorskin-custom .icon-box20 i,.colorskin-custom .icon-box20:hover h4,.colorskin-custom .icon-box22:hover h4,.colorskin-custom .icon-box22:hover i,.colorskin-custom .icon-box22.w-featured i,.colorskin-custom .icon-box22.w-featured h4,.colorskin-custom .icon-box23 i,.colorskin-custom .icon-box23 img,.colorskin-custom .icon-box24 i,.colorskin-custom .icon-box26 img,.colorskin-custom .icon-box26 i,.colorskin-custom .icon-box27 i,.colorskin-custom .icon-colorx i,.colorskin-custom i.icon-colorx,.colorskin-custom .icon-box28 i,.colorskin-custom .blox.dark .icon-box28:hover,.colorskin-custom .blox.dark .icon-box28:hover *,.colorskin-custom .icon-box29 i,.colorskin-custom .nav a:hover,.colorskin-custom .nav li:hover>a,.colorskin-custom .nav>li.current>a,.colorskin-custom .nav>li>a.active,.colorskin-custom .nav>li:hover>a,.colorskin-custom #header .nav .active a,.colorskin-custom #header.sticky .nav-wrap .nav .nav>li:hover>a,.colorskin-custom .dark-submenu .nav ul li a:hover,.colorskin-custom .nav li>ul li a:hover,.colorskin-custom .nav li.current ul li a:hover,.colorskin-custom .nav-wrap2 .nav ul li a:hover,.colorskin-custom .nav-wrap2.darknavi .nav ul li a:hover,.colorskin-custom .nav ul li.current>a,.colorskin-custom .nav ul li:hover>a,.colorskin-custom .dark-submenu .nav li.mega ul[class^="sub-"] li a:hover,.colorskin-custom .dark-submenu .nav li.mega ul.sub-posts li a:hover,.colorskin-custom .nav-wrap2 .nav>li:hover>a,.colorskin-custom .top-links .nav>li:hover>a,.colorskin-custom .nav-wrap2.darknavi .nav>li>a:hover,.colorskin-custom .nav-wrap2.darknavi .nav>li:hover>a,.colorskin-custom .nav-wrap2 .nav>li.current>a,.colorskin-custom #header.sticky .nav-wrap2.darknavi .nav>li>a:hover,.colorskin-custom .w-header-type-11 .nav>li:hover>a,.colorskin-custom #hamburger-menu #hamburger-nav li:hover>a,.colorskin-custom #hamburger-menu #hamburger-nav li.current>a,.colorskin-custom #hamburger-menu.hm-dark #hamburger-nav li:hover>a,.colorskin-custom #hamburger-menu.hm-dark #hamburger-nav li.current>a,.colorskin-custom #responav .mega li.menu-item a:not(.button):hover,.colorskin-custom .top-header-sec .wtop-weather,.colorskin-custom .top-header-sec .container div:first-child a:hover,.colorskin-custom .top-header-sec .inlinelb:hover,.colorskin-custom .header-type-12.sticky .nav-wrap2 .nav>li.current>a,.colorskin-custom .header-type-12.sticky .nav-wrap2 .nav>li:hover>a,.colorskin-custom #header.box-menu h6 i,.colorskin-custom #header.duplex-hd .nav>li>a.active,.colorskin-custom #header.duplex-hd .nav>li>a.active,.colorskin-custom .nav.duplex-menu>li.current>a,.colorskin-custom .transparent-header-w.t-dark-w #header.horizontal-w.duplex-hd .nav>li:hover>a,.colorskin-custom .transparent-header-w.t-dark-w #header.horizontal-w.duplex-hd .nav>li.current>a,.colorskin-custom #header.sm-rgt-mn #menu-icon:hover i,.colorskin-custom #header.sm-rgt-mn #menu-icon.active i,.colorskin-custom .nav>li:hover>a,.colorskin-custom .nav li.current>a,.colorskin-custom .nav li.active>a,.colorskin-custom #header-share-modal .socialfollow a:hover i,.colorskin-custom #header .wn-header-toggle:hover i,.colorskin-custom #header.w-header-type-13 .tools-section div.active i,#wrap.colorskin-custom .vc_tta-accordion.vc_tta-style-classic.vc_tta-shape-square .vc_tta-controls-icon-position-right .vc_active:before,#wrap.colorskin-custom #commentform input[type="submit"],.colorskin-custom .icon-box28 i,.colorskin-custom .icon-box28:hover i,#wrap.colorskin-custom .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:hover:before,.colorskin-custom .widget form input[type="submit"]#searchsubmit,#wrap.colorskin-custom .book-form-deep input[type="text"],.colorskin-custom .ourteam-owl-carousel-type9 .owl-nav .owl-prev:hover::after,.colorskin-custom .ourteam-owl-carousel-type9 .owl-nav .owl-next:hover::after,.mec-wrap.colorskin-custom .mec-color,.mec-wrap.colorskin-custom .mec-event-sharing-wrap .mec-event-sharing>li:hover a,.mec-wrap.colorskin-custom .mec-color-hover:hover,.mec-wrap.colorskin-custom .mec-color-before *:before,.mec-wrap.colorskin-custom .mec-widget .mec-event-grid-classic.owl-carousel .owl-controls .owl-buttons i,.mec-wrap.colorskin-custom .mec-event-list-classic a.magicmore:hover,.mec-wrap.colorskin-custom .mec-event-grid-simple:hover .mec-event-title,.mec-wrap.colorskin-custom .mec-single-event .mec-event-meta dd.mec-events-event-categories:before,.mec-wrap.colorskin-custom .mec-single-event-date:before,.mec-wrap.colorskin-custom .mec-single-event-time:before,.mec-wrap.colorskin-custom .mec-events-meta-group.mec-events-meta-group-venue:before,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-previous-month i,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-next-month,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-previous-month:hover,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-side .mec-next-month:hover,.mec-wrap.colorskin-custom .mec-calendar.mec-event-calendar-classic dt.mec-selected-day:hover,.mec-wrap.colorskin-custom .mec-infowindow-wp h5 a:hover,.colorskin-custom .mec-events-meta-group-countdown .mec-end-counts h3,.mec-calendar .mec-calendar-side .mec-next-month i,.mec-wrap .mec-totalcal-box i,.mec-calendar .mec-event-article .mec-event-title a:hover,.mec-attendees-list-details .mec-attendee-profile-link a:hover,.colorskin-custom .icon-box26 img,.colorskin-custom .icon-box26 i,.colorskin-custom #footer .side-list ul li:hover a,.colorskin-custom .bbp-body a,.colorskin-custom .bbp-body a:visited,.colorskin-custom .bbp-body a:hover,.colorskin-custom .bbp-body a.bbp-forum-title:hover,.colorskin-custom .bbp-topic-title a.bbp-topic-permalink:hover,.colorskin-custom .pin-box h4 a:hover,.tline-box h4 a:hover,.colorskin-custom .pin-ecxt h6.blog-cat a:hover,.colorskin-custom .pin-ecxt2 p a:hover,.colorskin-custom .postmetadata h6.blog-cat a:hover,.colorskin-custom h6.blog-cat a,.colorskin-custom .blgtyp3.blog-post h6 a,.colorskin-custom .blgtyp2.blog-post h6 a,.colorskin-custom .blog-single-post .postmetadata h6 a,.colorskin-custom .blog-single-post h6.blog-author a,.colorskin-custom .blgtyp3.blog-post h6 a:hover,.colorskin-custom .blgtyp1.blog-post h6 a:hover,.colorskin-custom .blgtyp2.blog-post h6 a:hover,.colorskin-custom .blog-single-post .postmetadata h6 a:hover,.colorskin-custom .blog-single-post h6.blog-author a:hover,.colorskin-custom .blog-post p.blog-cat a,.colorskin-custom .blog-line p.blog-cat a,.colorskin-custom .about-author-sec h5 a:hover,.colorskin-custom .blog-line:hover .img-hover:before,.colorskin-custom .rec-post h5 a:hover,.colorskin-custom .rec-post p a:hover,#wrap.colorskin-custom .colorf,.colorskin-custom .our-team h5,.colorskin-custom .our-team6 h5,#wrap.colorskin-custom .vc_carousel.vc_carousel_horizontal.hero-carousel h2.post-title a:hover,#wrap.colorskin-custom .wpb_gallery_slides .flex-caption h2.post-title a:hover,.colorskin-custom .w-pricing-table.pt-type1 .price-footer a:hover,.colorskin-custom .teaser-box2 a:hover .teaser-title,.colorskin-custom .teaser-box3:hover .teaser-subtitle:after,.colorskin-custom .teaser-box5:hover .teaser-title,#wrap.colorskin-custom .hebe .tp-tab-title,.colorskin-custom .ts-tri.testimonials-slider-w.flexslider .flex-direction-nav a:hover,.colorskin-custom .latestposts-one .latest-author a:hover,.colorskin-custom .latestposts-two .blog-post p.blog-author a:hover,.colorskin-custom .latestposts-two .blog-line:hover .img-hover:before,.colorskin-custom .latestposts-four h3.latest-b2-title a:hover,.colorskin-custom .latestposts-five h6.latest-b2-cat a,.colorskin-custom .latestposts-six .latest-content p.latest-date,.colorskin-custom .a-post-box .latest-title a:hover,.colorskin-custom .w-login #user-login .login-links li a:hover,.colorskin-custom .icon-box2 i,.colorskin-custom .icon-box3 i,.colorskin-custom .blox.dark .icon-box9 i,.colorskin-custom .icon-box12 i,.colorskin-custom .blox.dark .icon-box12:hover a.magicmore,.colorskin-custom .icon-box17,.colorskin-custom .icon-box17 i,.colorskin-custom .nav>li.current>a,.colorskin-custom .nav>li>a.active,.colorskin-custom .nav>li:hover>a,.colorskin-custom #header.sticky .nav-wrap .nav .nav>li:hover>a,.colorskin-custom .dark-submenu .nav ul li a:hover,.colorskin-custom .nav li>ul li a:hover,.nav li.current ul li a:hover,.colorskin-custom .nav-wrap2 .nav ul li a:hover,.colorskin-custom .nav-wrap2.darknavi .nav ul li a:hover,.colorskin-custom .nav ul li.current>a,.colorskin-custom .nav ul li:hover>a,.colorskin-custom .dark-submenu .nav li.mega ul.sub-posts li a:hover,.colorskin-custom .nav-wrap2.darknavi .nav>li>a:hover,.colorskin-custom .nav-wrap2.darknavi .nav>li:hover>a,.colorskin-custom .nav-wrap2 .nav>li.current>a,.colorskin-custom #header.sticky .nav-wrap2.darknavi .nav>li>a:hover,.colorskin-custom .w-header-type-11 .nav>li:hover>a,.colorskin-custom .nav>li:hover>a,.nav li.current>a,.colorskin-custom .nav li.active>a,.colorskin-custom #header.sm-rgt-mn #menu-icon:hover i,.colorskin-custom #header.sm-rgt-mn #menu-icon.active i,.transparent-header-w.t-dark-w .colorskin-custom #header.horizontal-w.duplex-hd .nav>li:hover>a,.transparent-header-w.t-dark-w .colorskin-custom #header.horizontal-w.duplex-hd .nav>li.current>a,.colorskin-custom #header.box-menu h6 i,.colorskin-custom #header.box-menu .nav-wrap2 .nav>li.current,.colorskin-custom #responav .mega li.menu-item a:not(.button):hover,.transparent-header-w.t-dark-w #wrap.colorskin-custom .top-bar .top-links a:hover,.transparent-header-w.t-dark-w #wrap.colorskin-custom .top-bar h6 i,.colorskin-custom .transparent-header-w #header.horizontal-w.sticky .nav>li:hover>a,.transparent-header-w.t-dark-w #header.horizontal-w.sticky .nav>li:hover>a,.colorskin-custom .top-bar .socialfollow a:hover i,#wrap.colorskin-custom .vc_tta-color-white.vc_tta-style-modern.vc_tta-o-shape-group .vc_tta-tab.vc_active>a i.vc_tta-icon,.colorskin-custom .pbx-req .wn-prayer-inner .wn-prayer-request-name,.colorskin-custom .woocommerce nav.woocommerce-pagination ul li a,.colorskin-custom .woocommerce table.shop_table td.product-name a:hover,.colorskin-custom blockquote:before,.colorskin-custom .blog-post a:hover,.blog-author span,.colorskin-custom .blog-line p a:hover,.colorskin-custom h6.blog-date a:hover,h6.blog-cat a:hover,.colorskin-custom h6.blog-author a:hover,.colorskin-custom .blog-line:hover h4 a,#wrap.colorskin-custom .blog-social a:hover,#wrap.colorskin-custom .blog-social a:hover i,.colorskin-custom a.readmore,.colorskin-custom a.readmore:hover,.colorskin-custom a.magicmore,.colorskin-custom a.addtocart:hover,a.select-options:hover,#wrap.colorskin-custom .subtitle-element5 h1:after,#wrap.colorskin-custom .subtitle-element5 h2:after,#wrap.colorskin-custom .subtitle-element5 h3:after,#wrap.colorskin-custom .subtitle-element5 h4:after,#wrap.colorskin-custom .subtitle-element5 h5:after,#wrap.colorskin-custom .subtitle-element5 h6:after,#wrap.colorskin-custom .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:hover:before,#wrap.colorskin-custom .vc_tta-accordion.vc_tta-style-classic.vc_tta-shape-square .vc_tta-panel.vc_active .vc_tta-panel-heading,#wrap.colorskin-custom .vc_tta-accordion.vc_tta-style-classic.vc_tta-shape-square .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,#wrap.colorskin-custom .vc_tta-accordion.vc_tta-style-classic.vc_tta-shape-square .vc_tta-controls-icon-position-right .vc_active:before,.colorskin-custom .blox.dark .max-counter.s-counter .max-count,.colorskin-custom .our-team5 h5,.colorskin-custom .our-team5 .social-team a i:hover:before,.colorskin-custom .testimonial2 .testimonial-content h5,.colorskin-custom .testimonials-slider-w.flexslider .flex-direction-nav a i,.colorskin-custom .pricing-plan1 .ppfooter .readmore,.colorskin-custom .pricing-plan2 .ppfooter .readmore,.colorskin-custom .our-process-item:hover i,.colorskin-custom .buy-process-item h4,.colorskin-custom .buy-process-item.featured i,.colorskin-custom .contact-info i,.colorskin-custom .acc-trigger a:hover,.colorskin-custom .acc-trigger.active a,.colorskin-custom .acc-trigger.active a:hover,.colorskin-custom .w-pricing-table.pt-type1 .pt-footer a,.colorskin-custom .w-pricing-table.pt-type1 .pt-footer a,.colorskin-custom .w-pricing-table.pt-type2>span,.colorskin-custom .w-pricing-table.pt-type2:hover>span,.colorskin-custom .w-pricing-table.pt-type2 .pt-footer a,.colorskin-custom .w-pricing-table.pt-type2 .pt-footer a,.colorskin-custom .w-pricing-table.pt-type2.featured .pt-footer a,.colorskin-custom .w-pricing-table.pt-type3 .pt-footer a,.colorskin-custom .w-pricing-table.pt-type3.featured .pt-footer a,.colorskin-custom .w-pricing-table.pt-type7 .plan-title,#wrap.colorskin-custom .vc_images_carousel .vc_carousel-control:hover,#wrap.colorskin-custom .vc_images_carousel .vc_carousel-control span:hover,.colorskin-custom .related-works .portfolio-item:hover h5 a,.colorskin-custom .teaser-box2 a:after,.colorskin-custom .teaser-box5:hover:before,.colorskin-custom .teaser-box6:hover:before,.colorskin-custom .teaser-box6 .teaser-subtitle,.colorskin-custom .teaser-box7:hover h4,.colorskin-custom .teaser-box8:hover .teaser-title,.colorskin-custom .latestnews2 .ln-content .ln-title:hover,.colorskin-custom .dark.blox .latestnews2 .ln-content .ln-title:hover,.colorskin-custom .latestnews2 .ln-item .ln-content .ln-button:hover,.colorskin-custom .w-login h3,.colorskin-custom .w-login form input,.colorskin-custom .w-login .login-links li a,.colorskin-custom .ts-di .testimonial .testimonial-content h4 q:before,.colorskin-custom .ts-di.testimonials-slider-w.flexslider .flex-direction-nav a i:hover,.colorskin-custom .ts-di.testimonials-slider-w.flexslider .flex-direction-nav a i:hover:before,.colorskin-custom .testimonials-slider-w.ts-mono .testimonial-content:before,.colorskin-custom .ts-tri.testimonials-slider-w .testimonial-content h4 q:before,.colorskin-custom .testimonials-slider-w.flexslider.ts-penta .flex-control-paging li a.flex-active,.colorskin-custom .post-format-icon,.colorskin-custom .latestposts-one .latest-title a:hover,.colorskin-custom .latestposts-two .blog-line p.blog-cat a,.colorskin-custom .latestposts-two .blog-line:hover h4 a,.colorskin-custom .latestposts-three h3.latest-b2-title a:hover,.colorskin-custom .latestposts-three h6.latest-b2-cat a,.colorskin-custom .latestposts-three .latest-b2-metad2 span a:hover,.colorskin-custom .latestposts-six .latest-title a:hover,.colorskin-custom .latestposts-six .latest-author a:hover,.colorskin-custom .latestposts-seven .wrap-date-icons h3.latest-date,.colorskin-custom .latestposts-seven .latest-content .latest-title a:hover,.colorskin-custom .latestposts-seven .latest-content .latest-author a,.colorskin-custom .latestposts-seven .latest-content .latest-author a:hover,.colorskin-custom .latestposts-nine .latest-b9 h3 .link,.colorskin-custom .latestposts-ten .latest-b10 .latest-b10-content a.readmore,.colorskin-custom .latestposts-eleven .latest-b11 .latest-b11-meta .date:after,.colorskin-custom .latestposts-twelve .latest-b12 .latest-b12-cont .latest-b12-cat a,.colorskin-custom .latestposts-twelve .latest-b12 .latest-b12-cont .latest-b12-author:hover a,.colorskin-custom .latestposts-twelve .latest-b12 .latest-b12-cont .latest-b12-title:hover a,.colorskin-custom .latest-b13-title a:hover,.latest-b13-author a:hover,.colorskin-custom .latest-b13-cat:hover a,.colorskin-custom .wn-latest-b15 .latest-b15 .latest-b15-content .latest-b15-meta-data a:hover,.colorskin-custom .wn-latest-b15 .latest-b15 .latest-b15-content h2 a:hover,.colorskin-custom .wn-latest-b16 .latest-b16 .latest-b16-overlay .latest-b16-meta-data a:hover,.colorskin-custom .wn-latest-b16 .latest-b16 .latest-b16-overlay h3:hover a,.colorskin-custom .wn-latest-b16 .latest-b16 .latest-b16-content .latest-b16-readmore:hover,.colorskin-custom .wn-latest-b16 .latest-b16 .latest-b16-content .latest-b16-footer .latest-author strong a:hover,.colorskin-custom .wn-latest-b17 .latest-b17 .latest-b17-content h3 a:hover,.colorskin-custom .wn-latest-b17 .latest-b17 .latest-b17-content .latest-b17-readmore:hover,.colorskin-custom .vc_tta-tabs.vc_tta-style-modern.vc_tta-shape-round .vc_tta-tab .vc_tta-icon,.colorskin-custom .w-login #user-login .login-links li a,#wrap.colorskin-custom .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active>a,#wrap.colorskin-custom .mec-event-list-minimal .mec-event-article.mec-clear .btn-wrapper .mec-detail-button:hover,.colorskin-custom .icon-box i,.colorskin-custom .icon-box1 h5,.colorskin-custom .icon-box4 i,.colorskin-custom .icon-box4:hover i,.colorskin-custom .icon-box5 i,.colorskin-custom .icon-box8 i,#wrap.colorskin-custom .icon-box9 a.magicmore,.colorskin-custom .icon-box10 h5,.colorskin-custom .icon-box11 i,.colorskin-custom .icon-box11:hover i,.colorskin-custom .icon-box13 i,.colorskin-custom .icon-box14 i,.colorskin-custom .icon-box15 img,.colorskin-custom .icon-box15 i,#wrap.colorskin-custom .icon-box15 .magicmore:hover:after,.colorskin-custom .icon-box16 i,.colorskin-custom .icon-box16 h4,.colorskin-custom .icon-box16 p strong,.colorskin-custom .icon-box16 a.magicmore,.colorskin-custom .icon-box19 i,.colorskin-custom .icon-box19 i,.colorskin-custom .icon-box20 i,.colorskin-custom .icon-box20:hover h4,.colorskin-custom .icon-box20:hover i,.colorskin-custom .icon-box22:hover h4,.colorskin-custom .icon-box22:hover i,.icon-box22.w-featured i,.colorskin-custom .icon-box22.w-featured h4,.colorskin-custom .icon-box23 i,.colorskin-custom .icon-box23 img,.colorskin-custom .icon-box24 i,.colorskin-custom .icon-box27 i,.colorskin-custom .icon-colorx i,.colorskin-custom i.icon-colorx,.colorskin-custom .nav a:hover,.colorskin-custom .nav li:hover>a,.colorskin-custom #header .nav .active a,.colorskin-custom .nav-wrap2 .nav>li:hover>a,.colorskin-custom .top-links .nav>li:hover>a,#wrap.colorskin-custom #header .wn-header-toggle:hover i,.colorskin-custom #header.w-header-type-13 .tools-section div.active i,#wrap.colorskin-custom .wn-header-toggle .widget_woocommerce-header-cart:hover .woo-cart-header .header-cart:after,.colorskin-custom .header-type-12.sticky .nav-wrap2 .nav>li.current>a,.colorskin-custom .header-type-12.sticky .nav-wrap2 .nav>li:hover>a,.colorskin-custom .top-header-sec .container div:first-child a:hover,.colorskin-custom .top-header-sec .inlinelb:hover,.colorskin-custom .top-header-sec .wtop-weather,#wrap.colorskin-custom .wn-hamburger-wrap .full-menu .current a,.colorskin-custom #hamburger-menu #hamburger-nav li:hover>a,.colorskin-custom #hamburger-menu #hamburger-nav li.current>a,.colorskin-custom #hamburger-menu.hm-dark #hamburger-nav li:hover>a,.colorskin-custom #hamburger-menu.hm-dark #hamburger-nav li.current>a,#wrap.colorskin-custom #header .hamburger-toggle-link:hover .hamburger-toggle-link-icon,#wrap.colorskin-custom #header .hamburger-toggle-link:hover .hamburger-toggle-link-icon:before,#wrap.colorskin-custom #header .hamburger-toggle-link:hover .hamburger-toggle-link-icon:after,.colorskin-custom .is-open.wn-ht .hamburger-social-icons a:hover,.colorskin-custom .top-links a:hover,#wrap.colorskin-custom .top-bar .top-custom-text a:hover,.colorskin-custom .top-bar .inlinelb:hover,.transparent-header-w.t-dark-w .colorskin-custom #header.horizontal-w .nav>li:hover>a,.transparent-header-w.t-dark-w .colorskin-custom #header.horizontal-w .nav>li.current>a,.colorskin-custom .footer-navi a:hover,.colorskin-custom .custom-footer-menu a:hover,.colorskin-custom .footer-navi a:after,.colorskin-custom .breadcrumbs-w i,#wrap.colorskin-custom .wp-pagenavi a:hover,.colorskin-custom .wpcf7 .wpcf7-form input[type="reset"],.colorskin-custom .wpcf7 .wpcf7-form input[type="button"],.colorskin-custom .widget ul li .comment-author-link a:hover,.colorskin-custom .sidebar .widget .tabs li:hover a,.colorskin-custom .sidebar .widget .tabs li.active a,.colorskin-custom #wp-calendar tfoot #prev a,.colorskin-custom .woo-cart-dropdown ul li a:hover,.colorskin-custom a.vc_control:hover,.colorskin-custom .woocommerce div.product .woocommerce-tabs ul.tabs li.active,.colorskin-custom .woocommerce .button,.colorskin-custom .widget_shopping_cart_content p.buttons a.button,.colorskin-custom #header-share-modal .socialfollow a:hover i,.colorskin-custom .widget ul li.cat-item:hover a,.colorskin-custom .ts-hexa .testimonial .testimonial-content h4 q:after,#wrap.colorskin-custom .testimonial-slider-owl-carousel.ts-hexa .owl-prev:after,#wrap.colorskin-custom .testimonial-slider-owl-carousel.ts-hexa .owl-next:after,.colorskin-custom.blox.dark .testimonial-brand h5 strong,#wrap.colorskin-custom .latest-author span a:hover,#hamburger-menu #hamburger-nav li:hover>a,#hamburger-menu #hamburger-nav li.current>a,.portfolio-hover-8 .tg-nav-color:not(.dots):not(.tg-dropdown-value):not(.tg-dropdown-title):hover,#wrap.colorskin-custom .portfolio-hover-8 .tg-nav-color,#wrap.colorskin-custom .deepshop .tg-item-inner i,.colorskin-custom .wn-woo-wrap ul.product-categories li a:hover,.colorskin-custom .wn-woo-wrap ul.product-categories li a:hover+span.count,.colorskin-custom .wn-woo-wrap ul.product-categories li.current-cat>a,.colorskin-custom .wn-woo-wrap ul.product-categories li.current-cat>span,.colorskin-custom .wn-woo-wrap .products li .wn-woo-contents-wrap h3 a:hover,.colorskin-custom .wn-woo-wrap .products li .wn-woo-contents-wrap .posted_in a:hover,#wrap.colorskin-custom .widget_product_tag_cloud .tagcloud a:hover,.colorskin-custom .deep-woo-single-product-price .amount,.colorskin-custom .deep-woo-single-product-price ins .amount,.colorskin-custom .deep-woo-single-details-content.deep-woo-single-share-button .social-sharing a:hover i,.colorskin-custom .woocommerce-error,.colorskin-custom .woocommerce-message,.colorskin-custom .woocommerce-Message,.colorskin-custom .woocommerce-info,.colorskin-custom .woocommerce-info a,.colorskin-custom .pbx-req .wm-prayer-inner .wm-prayer-request-name{color:#01631a}.colorskin-custom .socialfollow a i path{fill:#01631a}#wrap .filter-category .course-category.active>a,.course-bar a.llms-button-primary.wn-button,.wp-block-llms-course-continue-button a,.course-content #old_reviews h3:after,.filter-category h3:after,.course-content .course-titles:after,#wrap.colorskin-custom .icon-box28:hover,#wrap.colorskin-custom .widget .subtitle-wrap:after,.course-instructor-name,#wrap.colorskin-custom .widget .subtitle-wrap:before,.colorskin-custom .our-team3 .social-team i:hover,.colorskin-custom .our-team13 .our-team-socail:before,.colorskin-custom .our-team13 .our-team-num:before,.colorskin-custom .teaser-box18 .tb18-content .wn-image-box:hover:after,.colorskin-custom .loginform input[type=checkbox]:checked::before,.colorskin-custom .wp-sh-login .wp-login-title .login-title:before,.colorskin-custom .webnus-login #user-login .login-submit input[type=submit],.colorskin-custom .wp-sh-login #wp-submit,.colorskin-custom .testimonial-slider-owl-carousel.ts-hepta .owl-dots .owl-dot.active,.colorskin-custom .deep-gallery-wrap .deep-gallery-item i.hover-icon,.w-login form .login-submit #wp-submit,body .mfp-ready.mfp-bg.full-search,.colorskin-custom .hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_remove:hover,.colorskin-custom #hotel-booking-cart .hb_button.hb_checkout,.colorskin-custom #hotel-booking-payment .hb_button.hb_checkout,.colorskin-custom #hotel-booking-cart button[type="submit"],.colorskin-custom #hotel-booking-payment button[type="submit"],.colorskin-custom #hotel-booking-cart button[type="button"],.colorskin-custom #hotel-booking-payment button[type="button"],.colorskin-custom .hb_button,.colorskin-custom #hotel-booking-results form .hb_button.hb_checkout,.colorskin-custom #hotel-booking-results form button.hb_add_to_cart,.colorskin-custom #hotel-booking-results form button[type="submit"],.colorskin-custom .hb-booking-room-details .hb_search_room_item_detail_price_close:hover,.colorskin-custom .htc-booking .hotel-booking-search button,.colorskin-custom .hb_single_room .hb_single_room_details .hb_single_room_tabs>li a.active:after,.colorskin-custom #webnus-header-builder .woocommerce-mini-cart__buttons.buttons .button.wc-forward.checkout,.colorskin-custom .wn-sd-snt-icon .bar:after,.colorskin-custom .sermons-toggle2 .title-toggle,.kingcomposer .colorskin-custom .cause-meta .kc-ui-progress,.colorskin-custom .causes .wn-cause-sharing .wn-cause-sharing-icons .wn-wrap-social li:hover,.colorskin-custom .causes .wn-cause-sharing .wn-cause-sharing-icons li:hover,.woocommerce-account #wrap.colorskin-custom .woocommerce form.woocommerce-EditAccountForm.edit-account button[type="submit"],.woocommerce-account .colorskin-custom .woocommerce .woocommerce-MyAccount-navigation li.is-active:before,.colorskin-custom .our-team14,.colorskin-custom .sermons-minimal .media-links a:hover i,.colorskin-custom .media-links a i:hover,.colorskin-custom .sermons-minimal .sermon-icon,.colorskin-custom .sermons-minimal .pe-7s-play:hover,.colorskin-custom .vc_bar.colorb,.colorskin-custom .testimonial-slider-owl-carousel.ts-tetra .owl-dots .owl-dot.active,.error404 .colorskin-custom h1.pnf404:before,.colorskin-custom .widget .subtitle-wrap:before,.colorskin-custom .blog-social-4 a:hover:after,.colorskin-custom .blog-social-4 a:hover:after,.colorskin-custom .button.theme-skin:not(.bordered-bot),.colorskin-custom #footer .widget .socialfollow a:hover,#wrap.colorskin-custom .pagination-blgtype4 .wp-pagenavi .current,#wrap.colorskin-custom .colorb,#wrap.colorskin-custom .hcolorb:hover,#wrap.colorskin-custom .wpcf7 .w-contact-p input[type=submit],#wrap.colorskin-custom .vc_tta-accordion.vc_tta-style-classic.vc_tta-shape-square .vc_tta-panel.vc_active .vc_tta-panel-heading,#wrap.colorskin-custom .vc_tta-accordion.vc_tta-style-classic.vc_tta-shape-square .vc_tta-controls-icon-position-right .vc_tta-controls-icon,#wrap.colorskin-custom .vc_carousel.vc_carousel_horizontal.hero-carousel .hero-carousel-wrap .hero-metadata .category a,#wrap.colorskin-custom .blox.dark .subscribe-modern .subscribe-box-input .subscribe-box-submit.button:not(.rounded):after,#wrap.colorskin-custom .ls-slider1-a,#wrap.colorskin-custom .testimonial-slider-owl-carousel.ts-tetra .owl-next:hover,#wrap.colorskin-custom .testimonial-slider-owl-carousel.ts-tetra .owl-prev:hover,#wrap.colorskin-custom .testimonial-slider-owl-carousel.ts-hexa .owl-prev:hover,#wrap.colorskin-custom .testimonial-slider-owl-carousel.ts-hexa .owl-next:hover,#wrap.colorskin-custom .wn-content-slider.arrow-type-arrow3 .content-slider-arrow-icon:hover i,#wrap.colorskin-custom .book-form-deep .r-submition input[type="submit"],#wrap.colorskin-custom .icon-box21 .iconbox-rightsection .magicmore,#wrap.colorskin-custom .woo-cart-header .header-cart span,#wrap.colorskin-custom #header .hamburger-toggle-link:hover .hamburger-toggle-link-icon,#wrap.colorskin-custom #header .hamburger-toggle-link:hover .hamburger-toggle-link-icon:before,#wrap.colorskin-custom #header .hamburger-toggle-link:hover .hamburger-toggle-link-icon:after,#wrap.colorskin-custom .wp-pagenavi a:hover,.colorskin-custom .highlight3,.colorskin-custom .wn-btn,.colorskin-custom input[type="submit"],.colorskin-custom input[type="reset"],.colorskin-custom input[type="button"],.colorskin-custom input[type="submit"].green,.colorskin-custom input[type="reset"].green,.colorskin-custom input[type="button"].green,.colorskin-custom .pbx-req .wn-prayer-inner .wn-pray-request-button:hover,.colorskin-custom #praybox_wrapper .wn-prayer-request,.colorskin-custom .pbx-formfield input[type="submit"],.colorskin-custom .pin-ecxt2 .col1-3 span,.colorskin-custom .comments-number-x span,.colorskin-custom #tline-content:before,.colorskin-custom .tline-row-l:after,.colorskin-custom .tline-row-r:before,.colorskin-custom .tline-topdate,.colorskin-custom .port-tline-dt h3,.colorskin-custom .postmetadata h6.blog-views span,.colorskin-custom .container.rec-posts h3.rec-title:before,.colorskin-custom .commentbox h3.comment-reply-title:before,.colorskin-custom .commentbox h4.comments-title:before,.colorskin-custom .rec-posts-type3 h3.rec-posts-type3-title:before,.colorskin-custom #commentform input[type="submit"],.colorskin-custom .about-author-sec-ps3 .blue-sec,.colorskin-custom body .colorb,.colorskin-custom body .hcolorb:hover,.colorskin-custom #talk-business input[type=submit],.colorskin-custom #talk-business .host-btn-form,.colorskin-custom .wn-social-network.active.other-social,.colorskin-custom .our-team4:hover,.colorskin-custom .our-team8:hover .tdetail,.colorskin-custom .testimonial4 h5:after,.colorskin-custom .buy-process-item .icon-wrapper:before,.colorskin-custom .buy-process-item i,.colorskin-custom .w-pricing-table.pt-type1.featured .plan-title,.colorskin-custom .w-pricing-table.pt-type1.featured .plan-price,.colorskin-custom .w-pricing-table.pt-type1.featured .pt-footer,.colorskin-custom .w-pricing-table.pt-type1.featured .pt-footer,.colorskin-custom .w-pricing-table.pt-type2.featured .pt-footer a,.colorskin-custom .w-pricing-table.pt-type3 .pt-header,.colorskin-custom .w-pricing-table.pt-type3 .pt-footer,.colorskin-custom .w-pricing-table.pt-type3.featured .pt-footer,.colorskin-custom .w-pricing-table.pt-type6 .pt-footer,.colorskin-custom .w-pricing-table.pt-type7.featured:before,.colorskin-custom .w-pricing-table.pt-type7 .pt-footer a.magicmore,.colorskin-custom .w-pricing-table.pt-type9,.colorskin-custom .w-pricing-table.pt-type9.featured .pt-footer a,.colorskin-custom .portfolio-carousel .portfolio-item:hover .bgc-overlay,.colorskin-custom .related-works .portfolio-item>a:hover:before,.colorskin-custom .latest-projects-navigation a:hover,.colorskin-custom .subscribe-box .subscribe-box-top,.colorskin-custom .subscribe-box .subscribe-box-input .subscribe-box-submit,.colorskin-custom .subscribe-modern .subscribe-box-input:after,.colorskin-custom .subscribe-modern .subscribe-box-input .subscribe-box-submit,.colorskin-custom .teaser-box6 .teaser-subtitle,.colorskin-custom .teaser-box1 .teaser-title,.colorskin-custom .teaser-box1 a:after,.colorskin-custom .teaser-box1:hover a:after,.colorskin-custom .teaser-box3:hover,.colorskin-custom .teaser-box3 .teaser-subtitle:after,.colorskin-custom .teaser-box4 .teaser-title,.colorskin-custom .teaser-box4 .teaser-subtitle,.colorskin-custom .teaser-box5 .teaser-featured,.colorskin-custom .teaser-box9 .teaser-title.has-image,.colorskin-custom .teaser-box10 a,.colorskin-custom .teaser-box11 .bgc-overlay,.colorskin-custom .latestnews1 .ln-item:hover .ln-content,.colorskin-custom .latestnews2 .ln-date .ln-month,.colorskin-custom .flip-clock-wrapper ul li a div div.inn,.colorskin-custom .w-login form .login-submit input[type=submit],.colorskin-custom .w-login .login-links li a[href$="register"],.colorskin-custom .modal-title,.colorskin-custom .ts-di .testimonial .testimonial-brand h5,.colorskin-custom .ts-di .testimonial .testimonial-brand h5,.colorskin-custom .ts-tri.testimonial-slider-owl-carousel .testimonial-brand,.colorskin-custom .testimonial-slider-owl-carousel.ts-penta .owl-dots .owl-dot.active,.colorskin-custom .testimonial-slider-owl-carousel.ts-hepta .testimonial,.colorskin-custom .testimonial-slider-owl-carousel.ts-nona,.colorskin-custom .testimonial-slider-undeca .owl-dots .owl-dot.active:after,.colorskin-custom .owl-dots .owl-dot.active,.colorskin-custom .latestposts-one .latest-b-cat:hover,.colorskin-custom .latestposts-four .latest-b2 h6.latest-b2-cat,.colorskin-custom .latestposts-seven .latest-img:hover img,.colorskin-custom .latestposts-twelve .latest-b12 .latest-b12-cont .latest-b12-title:after,.colorskin-custom .latest-b13-title a:after,.colorskin-custom .wn-latest-b14:hover .latest-b14-cont,.colorskin-custom .wn-latest-b15 .latest-b15 .latest-b15-img .latest-b15-overlay,.colorskin-custom .wn-latest-b16 .latest-b16 .latest-b16-content .latest-b16-readmore:hover:before,.colorskin-custom .wn-latest-b17 .latest-b17 .latest-b17-content .latest-b17-readmore:hover:before,.colorskin-custom .a-post-box-1 .latest-cat,.colorskin-custom .blox .custom-404 p:first-child:before,.colorskin-custom .w-login #user-logged .logged-links,.colorskin-custom .wpcf7 .deep-contact .w-contact-submit input[type=submit],.colorskin-custom .offer-toggle .toogle-plus i,.colorskin-custom .wn-vertical-carousel .owl-dots .owl-dot.active,.colorskin-custom .wn-vertical-carousel .owl-dots .owl-dot:after,.colorskin-custom .wn-collections .collection-title .after,.colorskin-custom .wn-loadmore-ajax a:hover,.colorskin-custom .twentytwenty-handle,.colorskin-custom .twentytwenty-horizontal .twentytwenty-handle:after,.colorskin-custom .twentytwenty-horizontal .twentytwenty-handle:before,.colorskin-custom .twentytwenty-vertical .twentytwenty-handle:after,.colorskin-custom .twentytwenty-vertical .twentytwenty-handle:before,.colorskin-custom .magazin-wrap .magazin-cat-nav-wrap .magazin-title:before,.colorskin-custom .side-list li:hover img,.colorskin-custom .tagcloud a:hover,.colorskin-custom #footer.litex .tagcloud a:hover,.colorskin-custom #footer .tagcloud a:hover,.colorskin-custom .toggle-top-area .tagcloud a:hover,.colorskin-custom #wp-calendar tbody td#today,.colorskin-custom .widget .widget-subscribe-form.type-two button,.colorskin-custom #footer .product_list_widget li ins,.colorskin-custom #footer .woocommerce-product-search input[type="submit"],.colorskin-custom .icon-box6 i,.colorskin-custom .icon-box14 i:after,.colorskin-custom .icon-box17 .icon-wrap,.colorskin-custom .icon-box19:hover i,.colorskin-custom .icon-box20:hover i,.colorskin-custom .blox .icon-box20:hover i,.colorskin-custom .icon-box23 h4:after,.colorskin-custom .icon-box23:hover.icon-box23 h4:before,.colorskin-custom .icon-box24:hover i,.colorskin-custom .icon-box25 i,.colorskin-custom .icon-box26 h4:before,.colorskin-custom .icon-box27:hover,.colorskin-custom #header.w-header-type-11 .logo-wrap,.colorskin-custom .wn-donate-contact-modal .wpcf7 .wpcf7-form input[type="submit"],.colorskin-custom #header-contact-modal .wn-header-contact-modal .wpcf7 .wpcf7-form input[type="submit"],.colorskin-custom #menu-icon:hover,.colorskin-custom #menu-icon.active,.colorskin-custom #header.sm-rgt-mn #menu-icon span.mn-ext1,.colorskin-custom #header.sm-rgt-mn #menu-icon span.mn-ext2,.colorskin-custom #header.sm-rgt-mn #menu-icon span.mn-ext3,.colorskin-custom .top-bar .inlinelb.topbar-contact:hover,.colorskin-custom .error404 h1.pnf404:before,.colorskin-custom .footer-in .tribe-events-widget-link a:hover,.colorskin-custom .footer-in .contact-inf button:hover,.colorskin-custom #footer.litex .footbot,.colorskin-custom #pre-footer .footer-social-items a:hover i,.colorskin-custom #scroll-top a:hover,.colorskin-custom .wpcf7 .wpcf7-form input[type="submit"],.colorskin-custom .wpcf7 .wpcf7-form input[type="reset"],.colorskin-custom .wpcf7 .wpcf7-form input[type="button"],.colorskin-custom #header.sm-rgt-mn #menu-icon span.mn-ext1,.colorskin-custom #header.sm-rgt-mn #menu-icon span.mn-ext2,.colorskin-custom #header.sm-rgt-mn #menu-icon span.mn-ext3,.colorskin-custom .subtitle-element.subtitle-element6 .before,.colorskin-custom .subtitle-element .after,.colorskin-custom .container.rec-posts h3.rec-title:before,.colorskin-custom .commentbox h3:before,.colorskin-custom .commentlist li .comment-text .reply a:hover,#wrap.colorskin-custom .colorb,.colorskin-custom .latestnews1 .ln-item:hover .ln-content,.colorskin-custom .latestposts-one .latest-b-cat:hover,.colorskin-custom .latestposts-seven .latest-img:hover img,.colorskin-custom .wpcf7 .deep-contact .w-contact-submit input[type=submit],.colorskin-custom .icon-box17 .icon-wrap,.colorskin-custom .top-bar .inlinelb.topbar-contact:hover,.colorskin-custom .pbx-req .wn-prayer-inner .wn-pray-request-button:hover,.colorskin-custom #praybox_wrapper .pbx-formfield.pbx-active:after,.colorskin-custom .pbx-formfield input[type="submit"],.colorskin-custom .woocommerce-message a.button,.colorskin-custom .max-title:after,.colorskin-custom .subtitle-element:after,.colorskin-custom .buy-process-wrap:before,.colorskin-custom .buy-process-item .icon-wrapper:before,.colorskin-custom .buy-process-item i,.colorskin-custom .teaser-box1 .teaser-title,.colorskin-custom .teaser-box1:hover a:after,.colorskin-custom .teaser-box4 .teaser-title,.colorskin-custom .teaser-box4 .teaser-subtitle,.colorskin-custom .modal-title,.colorskin-custom .flip-clock-wrapper ul li a div div.inn,.colorskin-custom .vc_tta-tabs.vc_tta-style-modern.vc_tta-shape-round .vc_tta-tab.vc_active>a,.colorskin-custom .w-login #user-logged .logged-links,.colorskin-custom #header.w-header-type-11 .logo-wrap,#wrap.colorskin-custom .woo-cart-header .header-cart span,.colorskin-custom #menu-icon:hover,.colorskin-custom #menu-icon.active,.colorskin-custom #scroll-top a:hover,.colorskin-custom #praybox_wrapper .wn-prayer-request,.colorskin-custom .tagcloud a:hover,.colorskin-custom #footer.litex .tagcloud a:hover,.single .colorskin-custom .woo-template span.onsale,.colorskin-custom .woocommerce ul.products li.product .onsale,.colorskin-custom a.readmore:hover,.colorskin-custom .max-title3 h1:before,.colorskin-custom .max-title4 h2:before,.colorskin-custom .max-title4 h3:before,.colorskin-custom .max-title4 h4:before,.colorskin-custom .max-title4 h5:before,.colorskin-custom .max-title4 h6:before,#wrap.colorskin-custom .vc_tta-accordion.vc_tta-style-classic.vc_tta-shape-square .vc_tta-controls-icon-position-right .vc_tta-controls-icon,.colorskin-custom #social-media.active.other-social,.colorskin-custom #talk-business input[type=submit],.colorskin-custom #talk-business .host-btn-form,#wrap.colorskin-custom .wpcf7 .w-contact-p input[type=submit],.colorskin-custom .our-team4:hover,.colorskin-custom .testimonial4 h5:after,.colorskin-custom .testimonial-carousel.testi-carou-3 .tc-name:after,.colorskin-custom .w-pricing-table.pt-type2.featured .pt-footer a,.colorskin-custom .w-pricing-table.pt-type6 .pt-footer,.colorskin-custom .w-pricing-table.pt-type7.featured:before,.colorskin-custom .related-works .portfolio-item>a:hover:before,.colorskin-custom .latest-projects-navigation a:hover,.colorskin-custom .teaser-box3:hover,.colorskin-custom .teaser-box9 .teaser-title.has-image,.colorskin-custom .latestnews2 .ln-date .ln-month,.colorskin-custom .w-login .login-links li a[href$="register"],.colorskin-custom .ts-di .testimonial .testimonial-brand h5,.colorskin-custom .ts-tri.testimonials-slider-w.flexslider .testimonial-brand,.colorskin-custom .testimonials-slider-w.flexslider.ts-penta .flex-control-paging li a.flex-active,.colorskin-custom .latestposts-twelve .latest-b12 .latest-b12-cont .latest-b12-title:after,.colorskin-custom .latest-b13-title a:after,.colorskin-custom .wn-latest-b14:hover .latest-b14-cont,.colorskin-custom .wn-latest-b16 .latest-b16 .latest-b16-content .latest-b16-readmore:hover:before,.colorskin-custom .wn-latest-b17 .latest-b17 .latest-b17-content .latest-b17-readmore:hover:before,.colorskin-custom .offer-toggle .toogle-plus i,#wrap.colorskin-custom .mec-event-list-minimal .mec-event-article.mec-clear .btn-wrapper .mec-detail-button:hover:before,.colorskin-custom .icon-box6 i,.colorskin-custom .icon-box11:hover i,.colorskin-custom .icon-box14 i:after,.colorskin-custom .icon-box19:hover i,.colorskin-custom .icon-box20:hover i,.colorskin-custom .blox .icon-box20:hover i,#wrap.colorskin-custom .icon-box21 .iconbox-rightsection .magicmore,.colorskin-custom .icon-box23 h4:after,.colorskin-custom .icon-box23:hover.icon-box23 h4:before,.colorskin-custom .icon-box24:hover i,.colorskin-custom .icon-box25 i,.colorskin-custom .icon-box26 h4:before,.colorskin-custom .icon-box27:hover,.colorskin-custom .wn-donate-contact-modal .wpcf7 .wpcf7-form input[type="submit"],.colorskin-custom #header-contact-modal .wn-header-contact-modal .wpcf7 .wpcf7-form input[type="submit"],.colorskin-custom #header.sm-rgt-mn.w-header-type-11 .logo-wrap,.colorskin-custom #pre-footer .footer-subscribe-bar,.colorskin-custom #footer .tagcloud a:hover,.colorskin-custom .toggle-top-area .tagcloud a:hover,.colorskin-custom #wp-calendar tbody td#today,.colorskin-custom .widget .widget-subscribe-form button,.colorskin-custom .widget .widget-subscribe-form.type-two button,.colorskin-custom #footer a.button.black.square.small.thin.footer-link-custom:hover,.colorskin-custom .woocommerce .widget_price_filter .ui-slider .ui-slider-handle,.colorskin-custom .highlight3,.colorskin-custom .pin-ecxt2 .col1-3 span,.colorskin-custom .comments-number-x span,.colorskin-custom #tline-content:before,.colorskin-custom .tline-row-l:after,.colorskin-custom .tline-row-r:before,.colorskin-custom .tline-topdate,.colorskin-custom .port-tline-dt h3,.colorskin-custom .postmetadata h6.blog-views span,.colorskin-custom #commentform input[type="submit"],#wrap.colorskin-custom .vc_carousel.vc_carousel_horizontal.hero-carousel .hero-carousel-wrap .hero-metadata .category a,.colorskin-custom .w-pricing-table.pt-type7 .pt-footer a.magicmore,.colorskin-custom .teaser-box3 .teaser-subtitle:after,.colorskin-custom .teaser-box5 .teaser-featured,#wrap.colorskin-custom .ls-slider1-a,.colorskin-custom .latestposts-four .latest-b2 h6.latest-b2-cat,.colorskin-custom .a-post-box .latest-cat,.colorskin-custom #header.sm-rgt-mn #menu-icon span.mn-ext3,.colorskin-custom .footer-in .tribe-events-widget-link a:hover,.colorskin-custom .footer-in .contact-inf button:hover,.colorskin-custom #footer.litex .footbot,#wrap.colorskin-custom .wp-pagenavi a:hover,.colorskin-custom .side-list li:hover img,.colorskin-custom .teaser-box1 a:after,.colorskin-custom .teaser-box6 .teaser-subtitle,.colorskin-custom .wn-latest-b15 .latest-b15 .latest-b15-img .latest-b15-overlay,.colorskin-custom .max-title.max-title6:before,.colorskin-custom .wpcf7 .wpcf7-form input[type="submit"],.colorskin-custom .widget .subtitle-wrap:before,.colorskin-custom .max-title.max-title6 .before,.colorskin-custom .blox .custom-404 p:first-child:before,.colorskin-custom .max-title .after,#wrap.colorskin-custom #header .hamburger-toggle-link:hover .hamburger-toggle-link-icon,#wrap.colorskin-custom #header .hamburger-toggle-link:hover .hamburger-toggle-link-icon:before,#wrap.colorskin-custom #header .hamburger-toggle-link:hover .hamburger-toggle-link-icon:after,.mec-wrap.colorskin-custom .mec-event-sharing .mec-event-share:hover .event-sharing-icon,.mec-wrap.colorskin-custom .mec-event-grid-clean .mec-event-date,.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing>li:hover a i,.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing .mec-event-share:hover .mec-event-sharing-icon,.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing li:hover a i,.mec-wrap.colorskin-custom .mec-calendar .mec-selected-day,.mec-wrap.colorskin-custom .mec-calendar .mec-selected-day:hover,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-row dt.mec-has-event:hover,.mec-wrap.colorskin-custom .mec-calendar .mec-has-event:after,.mec-wrap.colorskin-custom .mec-bg-color,.mec-wrap.colorskin-custom .mec-bg-color-hover:hover,.colorskin-custom .mec-event-sharing-wrap:hover>li,.mec-wrap.colorskin-custom .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected,.mec-wrap .flip-clock-wrapper ul li a div div.inn,.mec-wrap .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected,.event-carousel-type1-head .mec-event-date-carousel,.mec-event-countdown-style3 .mec-event-date,#wrap .mec-wrap article.mec-event-countdown-style1,.mec-event-countdown-style1 .mec-event-countdown-part3 a.mec-event-button,.mec-wrap .mec-event-countdown-style2,.colorskin-custom .our-team1 figcaption,.colorskin-custom #footer .footer-in h5.subtitle:before,.colorskin-custom .wn-wishlist-single-wrap .wn-add-to-cart-single:hover,.colorskin-custom .tg-item.portfolio-hover-7 .tg-item-content-holder,.colorskin-custom .tg-item.portfolio-hover-6:hover .tg-item-overlay:after,.colorskin-custom .tg-item.portfolio-hover-5:hover .tg-item-overlay:after,#wrap.colorskin-custom .tg-item.photography-home:hover .liner:before,#wrap.colorskin-custom .widget .subtitle-wrap h4.subtitle:before,#wrap.colorskin-custom .widget .subtitle-wrap:after,.colorskin-custom .wn-woo-wrap .wn-woo-sidebar .widget-title:after,.colorskin-custom .widget_price_filter .ui-slider .ui-slider-range,.colorskin-custom .deep-woo-single-product-addtocart button.button,.woocommerce .colorskin-custom .woocommerce-Button,.single-product .colorskin-custom h3.deep-related-products-title:before,#wrap.colorskin-custom #wn-woo-wrap .woocommerce-message a.button,#wrap.colorskin-custom .woocommerce-checkout-payment button[type="submit"],.colorskin-custom .pbx-req .wm-prayer-inner .wm-pray-request-button:hover{background:#01631a}.w-login form .login-submit input[type=submit],.colorskin-custom #hotel-booking-results form .hb_button.hb_checkout,.colorskin-custom #hotel-booking-results form button.hb_add_to_cart,.colorskin-custom #hotel-booking-results form button[type="submit"],.colorskin-custom .wn-ftc .wn-ftc-header,#wrap.colorskin-custom .wn-ftc .wn-ftc-body .wpcf7 .wpcf7-form input[type="submit"]{box-shadow:0 5px 28px -6px #01631a}.colorskin-custom .deep-woo-single-product-addtocart button.button,.woocommerce.colorskin-custom .woocommerce-Button{box-shadow:0 2px 14px -2px #01631a}.colorskin-custom .woocommerce-error,.colorskin-custom .woocommerce-message,.colorskin-custom .woocommerce-Message,.colorskin-custom .woocommerce-info{box-shadow:0 3px 16px -7px #01631a}#wrap.colorskin-custom #wn-woo-wrap .woocommerce-message a.button{box-shadow:0 3px 16px -6px #01631a}.list-room-extra li.selected{box-shadow:0 7px 24px -11px #01631a}.colorskin-custom #pre-footer .footer-social-items a:hover i,.colorskin-custom .widget #user-logged .author-avatar img,.colorskin-custom .w-login form input,.colorskin-custom .room-grid-content .full-details,.colorskin-custom .list-room-extra li.selected,.colorskin-custom .hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul li.cameracurrent:before,.wn-sd-snt-icon .bar,.colorskin-custom .tg-item.portfolio-hover-1:hover .tg-item-overlay,.colorskin-custom .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .title h3:after,.woocommerce-account .colorskin-custom .woocommerce-MyAccount-content form h3:after,#wrap.colorskin-custom .home-insta .instagram-feed li:hover a:before,#wrap.colorskin-custom .testimonial-slider-owl-carousel.ts-tetra .owl-prev,#wrap.colorskin-custom .testimonial-slider-owl-carousel.ts-tetra .owl-next,#wrap.colorskin-custom .wn-latest-b23 a.readmore,.colorskin-custom .twentytwenty-handle,.colorskin-custom .button.theme-skin.bordered-bot,.colorskin-custom .our-process-item-type2 span,.colorskin-custom .wn-woo-wrap .wn-woo-product-categories .cat-item.current-cat a,.colorskin-custom .wn-woo-wrap .wn-woo-product-categories .cat-item:hover a,.colorskin-custom .wn-woo-wrap .wn-woo-product-categories .cat-item.current-cat a,.colorskin-custom .wn-woo-wrap .wn-woo-product-categories .cat-item:hover a,#wrap.colorskin-custom .wn-loadmore-ajax a,.colorskin-custom .freelancer-2:hover .border-box:before,.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing>li:hover a i,.mec-wrap.colorskin-custom .mec-event-list-modern .mec-event-sharing .mec-event-share:hover .mec-event-sharing-icon,.mec-wrap.colorskin-custom .mec-event-list-standard .mec-month-divider span:before,.mec-wrap.colorskin-custom .mec-single-event .mec-social-single:before,.mec-wrap.colorskin-custom .mec-single-event .mec-frontbox-title:before,.mec-wrap.colorskin-custom .mec-calendar .mec-calendar-events-side .mec-table-side-day,.mec-wrap.colorskin-custom .mec-border-color,.mec-wrap.colorskin-custom .mec-border-color-hover:hover,.colorskin-custom .mec-single-event .mec-frontbox-title:before,.colorskin-custom .mec-single-event .mec-events-meta-group-booking form>h4:before,.mec-wrap.colorskin-custom .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected,.mec-wrap .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected,.event-carousel-type1-head .mec-event-date-carousel:after,.colorskin-custom .icon-box25,.colorskin-custom .commentlist li .comment-text .reply a:hover,.colorskin-custom .teaser-box1:hover,.colorskin-custom #header.box-menu .nav-wrap2 .nav>li:hover,.colorskin-custom #pre-footer .instagram-feed li:hover a:before,.colorskin-custom .toggle-top-area .widget .instagram-feed a img:hover,.colorskin-custom #footer .widget .instagram-feed a img:hover,.colorskin-custom .widget .instagram-feed a:hover:before,.colorskin-custom a.readmore:hover,#wrap.colorskin-custom .vc_tta-accordion.vc_tta-style-classic.vc_tta-shape-square .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,.colorskin-custom .w-pricing-table.pt-type2:hover>span,.colorskin-custom .w-pricing-table.pt-type2.featured .pt-footer a,.colorskin-custom .teaser-box5:hover:before,.colorskin-custom .teaser-box6:hover:before,.colorskin-custom .w-login form input,.colorskin-custom .testimonials-slider-w.flexslider.ts-penta .flex-control-paging li a.flex-active,.colorskin-custom .max-title h1:after,.colorskin-custom .max-title h2:after,.colorskin-custom .max-title h3:after,.colorskin-custom .max-title h4:after,.colorskin-custom .max-title h5:after,.colorskin-custom .max-title h6:after,.colorskin-custom .subtitle-element h1:after,.colorskin-custom .subtitle-element h2:after,.colorskin-custom .subtitle-element h3:after,.colorskin-custom .subtitle-element h4:after,.colorskin-custom .subtitle-element h5:after,.colorskin-custom .subtitle-element h6:after,.colorskin-custom .our-team3:hover figure img,.colorskin-custom .our-team4:hover,.colorskin-custom .pricing-plan1 .ppfooter .readmore,.colorskin-custom .pricing-plan2 .ppfooter .readmore,.colorskin-custom .w-pricing-table.pt-type2.featured>span,.colorskin-custom .w-pricing-table.pt-type3 .pt-footer a,.colorskin-custom .w-pricing-table.pt-type3.featured .pt-footer a,.colorskin-custom .w-login #user-logged .author-avatar img,.colorskin-custom .icon-box16 a.magicmore,#wrap.colorskin-custom .wp-pagenavi span.current,#wrap.colorskin-custom .wp-pagenavi a:hover,#wrap .colorr,.colorr,#wrap .hcolorr:hover,.hcolorr:hover,#wrap.colorskin-custom .colorr,.colorr,#wrap.colorskin-custom .hcolorr:hover,.hcolorr:hover,#wrap.colorskin-custom .w-pricing-table.pt-type6,#wrap.colorskin-custom #slide-6-layer-35,#wrap.colorskin-custom .w-pricing-table.pt-type6:nth-of-type(4n+4),#wrap.colorskin-custom .icon-box14 a.magicmore:hover:before,#wrap.colorskin-custom .esg-filterbutton.selected,.colorskin-custom .title-plus-text.type-1 h3:before,.colorskin-custom .colorr .vc_column-inner,#wrap.colorskin-custom .icon-box28:hover,.colorskin-custom .wn-latest-b22 .latest-b22:hover .latest-b22-img img,#wrap.colorskin-custom .wn-wishlist-single-wrap .wn-add-to-cart-single:hover,.colorskin-custom .portfolio-carousel-1 .tg-item.portfolio-carousel-1:hover .tg-item-overlay,.colorskin-custom .portfolio-carousel-2 .tg-item.portfolio-carousel-2:hover .tg-item-overlay,.colorskin-custom .tg-item.portfolio-hover-3:hover .tg-item-overlay,.colorskin-custom .tg-item.portfolio-hover-2:hover .tg-item-overlay,.colorskin-custom .tg-item.portfolio-hover-1:hover .tg-item-overlaym,.colorskin-custom .widget_price_filter .ui-slider .ui-slider-handle,#wrap.colorskin-custom .widget_product_tag_cloud .tagcloud a:hover,.colorskin-custom .woocommerce-tabs ul.tabs li.active,.colorskin-custom .woocommerce-error,.colorskin-custom .woocommerce-message,.colorskin-custom .woocommerce-Message,.colorskin-custom .woocommerce-info{border-color:#01631a}.colorskin-custom .woocommerce div.product .woocommerce-tabs ul.tabs li.active,.colorskin-custom .hpg-title:before,.colorskin-custom .woocommerce-message,.colorskin-custom .latestposts-eleven .latest-b11,#wrap.colorskin-custom .latestposts-eleven .latest-b11,#wrap.colorskin-custom .w-pricing-table.pt-type5 .pt-header h4:after,#wrap.colorskin-custom #bridge .navbar .nav li.dropdown .dropdown-toggle .caret,#wrap.colorskin-custom #bridge .navbar .nav li.dropdown.open .caret,.colorskin-custom .w-pricing-table.pt-type1.featured .plan-price:after,.colorskin-custom .title-plus-text.type-1 h3:before,.colorskin-custom .pricing-plan3 .pptriangle{border-top-color:#01631a}.colorskin-custom [data-loader=wn-circle-side]{border-left-color:#01631a}.colorskin-custom .latest-readmore-28 a,.colorskin-custom .book-form-deep .r-deep-form input[type=text],.colorskin-custom .book-form-deep .nice-select,.colorskin-custom .max-title3 h1:before,.colorskin-custom .max-title3 h2:before,.colorskin-custom .max-title3 h3:before,.colorskin-custom .max-title3 h4:before,.colorskin-custom .max-title3 h5:before,.colorskin-custom .max-title3 h6:before,.colorskin-custom .max-title2 .before,.colorskin-custom .teaser-box7 h4:before,#wrap.colorskin-custom .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active,#wrap.colorskin-custom .max-title2 h1:before,#wrap.colorskin-custom .max-title2 h2:before,#wrap.colorskin-custom .max-title2 h3:before,#wrap.colorskin-custom .max-title2 h4:before,.book-form-deep .nice-select,.book-form-deep .r-deep-form input[type="text"],#wrap.colorskin-custom .max-title2 h5:before,#wrap.colorskin-custom .max-title2 h6:before,#wrap.colorskin-custom .subtitle-element2 h4:before,.mec-event-countdown-style3 .mec-event-date:after{border-bottom-color:#01631a}.colorskin-custom #wpc-weather .now .time_symbol.climacon svg,#wrap .tg-item.portfolio-hover-5 .tg-element-3.liked .to-heart-icon path,#wrap .tg-item.portfolio-hover-4 .tg-element-3 .to-heart-icon svg:hover path,#wrap .tg-item.portfolio-hover-4 .tg-element-3.liked .to-heart-icon path,#wrap .tg-item.portfolio-hover-4 .tg-element-3 .to-heart-icon svg:hover path{fill:#01631a!important;stroke:#01631a!important}#wrap .tg-item.portfolio-hover-5 .tg-element-3 .to-heart-icon path,#wrap .tg-item.portfolio-hover-4 .tg-element-3 .to-heart-icon path,#wrap .tg-item.photography-home .tg-element-4 .to-heart-icon path{fill:#01631a;stroke:#01631a}.wpb-js-composer .colorskin-custom .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a,.wpb-js-composer .colorskin-custom .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading{background-color:#01631a!important}.colorskin-custom .colorf{color:#01631a!important}.colorskin-custom .woocommerce div.product .woocommerce-tabs ul.tabs li.active{border-top-color:#01631a!important}#wrap.colorskin-custom .wn-coupon-submit input[type="submit"]{color:#fff!important}body #wrap.colorskin-custom .deep-woo-single-product-addtocart .wc_email_inquiry_button_container .wc_email_inquiry_email_button{background:#01631a!important}body #wrap.colorskin-custom .deep-woo-single-product-addtocart .wc_email_inquiry_button_container .wc_email_inquiry_email_button:hover{background:#222!important}body #wrap.colorskin-custom .wn-woo-products-grid .wc_email_inquiry_button_container .wc_email_inquiry_email_button:hover{color:#01631a!important}#wrap.colorskin-custom .tp-caption.Button-Style:hover,#wrap.colorskin-custom .Button-Style:hover{background:rgb(28 28 28 / 1)!important}.colorskin-custom .twentytwenty-horizontal .twentytwenty-handle:before{-webkit-box-shadow:0 3px 0 #01631a,0 0 12px rgb(51 51 51 / .5);-moz-box-shadow:0 3px 0 #01631a,0 0 12px rgb(51 51 51 / .5);box-shadow:0 3px 0 #01631a,0 0 12px rgb(51 51 51 / .5)}.colorskin-custom .twentytwenty-horizontal .twentytwenty-handle:after{-webkit-box-shadow:0 -3px 0 #01631a,0 0 12px rgb(51 51 51 / .5);-moz-box-shadow:0 -3px 0 #01631a,0 0 12px rgb(51 51 51 / .5);box-shadow:0 -3px 0 #01631a,0 0 12px rgb(51 51 51 / .5)}@-webkit-keyframes wnBounce{0%{background-color:#e3e3e3}50%{background-color:#01631a}100%{background-color:#e3e3e3}}@keyframes wnBounce{0%{background-color:#e3e3e3}50%{background-color:#01631a}100%{background-color:#e3e3e3}}.w-login #user-logged .logged-links,.modal-title,.mfp-content .wpcf7 .wpcf7-form input[type=reset],.mfp-content .wpcf7 .wpcf7-form input[type=button],.mfp-content .wpcf7 .wpcf7-form input[type=submit]{background-color:#01631a}.ts-dodeca:after,.ts-dodeca:before,.w-login #user-logged .author-avatar img{border-color:#01631a}