:root {
    --black-color:#000000; /** var(--black-color) **/
    --white-color:#ffffff; /** var(--white-color) **/
    --primary-color:#75C594; /** var(--primary-color) **/
    --secondary-color:#20222C; /** var(--secondary-color) **/
    --btn-color:#EC765C; /** var(--btn-color) **/
    --light-bg:#E8E8E9; /** var(--light-bg) **/
    --bdr-color: #A6A7AB; /** var(--bdr-color) **/
    --info-color: #249AFF; /** var(--info-color) **/
    --success-color:#00B251; /** var(--success-color) **/
    --warning-color:#F18500; /** var(--warning-color) **/
    --danger-color:#FF2424; /** var(--danger-color) **/
    --primary-font:"IBM Plex Sans", sans-serif; /** var(--primary-font) **/
    --secondary-font:"Yeseva One", serif; /** var(--secondary-font) **/
}

/*==================================:: WOW CSS Start ::==================================*/
.animated{animation-duration:0.5s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-10%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-10%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(10%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,10%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,10%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-10%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(10%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-10%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(10%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(10%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-10%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(10%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-10%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-10%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(10%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,10%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,10%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-10%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(10%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-10%,0)}}.slideOutUp{animation-name:slideOutUp}
/*==================================:: WOW CSS End ::==================================*/

/*==================================:: lightgallery CSS Start ::==================================*/
@font-face{font-family:lg;src:url(../fonts/lg.woff2?io9a6k) format("woff2"),url(../fonts/lg.ttf?io9a6k) format("truetype"),url(../fonts/lg.woff?io9a6k) format("woff"),url(../fonts/lg.svg?io9a6k#lg) format("svg");font-weight:400;font-style:normal;font-display:block}.lg-icon{font-family:lg!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-container{font-family:system-ui,-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans','Liberation Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji'}.lg-next,.lg-prev{transition:all 0.4s ease; background-color:#000;border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1084;outline:0;border:none}.lg-next.disabled,.lg-prev.disabled{transition:all 0.4s ease;opacity:0!important;cursor:default}.lg-next:hover:not(.disabled),.lg-prev:hover:not(.disabled){color:var(--primary-color);}.lg-single-item .lg-next,.lg-single-item .lg-prev{display:none}.lg-next{right:20px}.lg-next:before{content:'\e095'}.lg-prev{left:20px}.lg-prev:after{content:'\e094'}@-webkit-keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@-moz-keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@-ms-keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@-webkit-keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}@-moz-keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}@-ms-keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}@keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-media-overlap .lg-toolbar{background-image:linear-gradient(0deg,rgba(0,0,0,0),rgba(0,0,0,.4))}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:medium none;will-change:color;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear;background:0 0;border:none;box-shadow:none}.lg-toolbar .lg-icon.lg-icon-18{font-size:18px}.lg-toolbar .lg-icon:hover{color:var(--primary-color)}.lg-toolbar .lg-close:after{content:'\e070'}.lg-toolbar .lg-maximize{font-size:22px}.lg-toolbar .lg-maximize:after{content:'\e90a'}.lg-toolbar .lg-download:after{content:'\e0f2'}.lg-sub-html{color:#eee;font-size:16px;padding:10px 40px;text-align:center;z-index:1080;opacity:0;-webkit-transition:opacity .2s ease-out 0s;-o-transition:opacity .2s ease-out 0s;transition:opacity .2s ease-out 0s}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}.lg-sub-html a{color:inherit}.lg-sub-html a:hover{text-decoration:underline}.lg-media-overlap .lg-sub-html{background-image:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.6))}.lg-item .lg-sub-html{position:absolute;bottom:0;right:0;left:0}.lg-error-msg{font-size:14px;color:var(--secondary-color);}.lg-counter{color:var(--secondary-color);display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;height:47px;vertical-align:middle}.lg-closing .lg-next,.lg-closing .lg-prev,.lg-closing .lg-sub-html,.lg-closing .lg-toolbar{opacity:0;-webkit-transition:-webkit-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;-moz-transition:-moz-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;-o-transition:-o-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;transition:transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont{opacity:0;-moz-transform:scale3d(.5,.5,.5);-o-transform:scale3d(.5,.5,.5);-ms-transform:scale3d(.5,.5,.5);-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);will-change:transform,opacity;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont{opacity:1;-moz-transform:scale3d(1,1,1);-o-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.lg-icon:focus-visible{color:var(--primary-color);border-radius:3px;outline:1px dashed rgba(255,255,255,.6)}.lg-toolbar .lg-icon:focus-visible{border-radius:8px;outline-offset:-5px}.lg-outer .lg-thumb-outer{background-color:var(--light-color);width:100%;max-height:350px;overflow:hidden;float:left}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer .lg-thumb-outer.lg-thumb-align-middle{text-align:center}.lg-outer .lg-thumb-outer.lg-thumb-align-left{text-align:left}.lg-outer .lg-thumb-outer.lg-thumb-align-right{text-align:right}.lg-outer.lg-single-item .lg-thumb-outer{display:none}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px;display:inline-block;vertical-align:middle}@media (min-width:768px){.lg-outer .lg-thumb{padding:20px 0 10px 0;}}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border-radius:0;margin-bottom:5px;will-change:border-color}@media (min-width:768px){.lg-outer .lg-thumb-item{border-radius:0;border:2px solid transparent;-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:var(--primary-color);}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover;display:block}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer .lg-toggle-thumb:after{content:'\e1ff'}.lg-outer.lg-animate-thumb .lg-thumb{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}.lg-outer .lg-video-cont{text-align:center;display:inline-block;vertical-align:middle;position:relative}.lg-outer .lg-video-cont .lg-object{width:100%!important;height:100%!important}.lg-outer .lg-has-iframe .lg-video-cont{-webkit-overflow-scrolling:touch;overflow:auto}.lg-outer .lg-video-object{position:absolute;left:0;right:0;width:100%;height:100%;top:0;bottom:0;z-index:3}.lg-outer .lg-video-poster{z-index:1}.lg-outer .lg-has-video .lg-video-object{opacity:0;will-change:opacity;-webkit-transition:opacity .3s ease-in;-o-transition:opacity .3s ease-in;transition:opacity .3s ease-in}.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button,.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster{opacity:0!important}.lg-outer .lg-has-video.lg-video-loaded .lg-video-object{opacity:1}@keyframes lg-play-stroke{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes lg-play-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.lg-video-play-button{width:18%;max-width:140px;position:absolute;top:50%;left:50%;z-index:2;cursor:pointer;transform:translate(-50%,-50%) scale(1);will-change:opacity,transform;-webkit-transition:-webkit-transform .25s cubic-bezier(.17,.88,.32,1.28),opacity .1s;-moz-transition:-moz-transform .25s cubic-bezier(.17,.88,.32,1.28),opacity .1s;-o-transition:-o-transform .25s cubic-bezier(.17,.88,.32,1.28),opacity .1s;transition:transform .25s cubic-bezier(.17,.88,.32,1.28),opacity .1s}.lg-video-play-button:hover .lg-video-play-icon,.lg-video-play-button:hover .lg-video-play-icon-bg{opacity:1}.lg-video-play-icon-bg{fill:none;stroke-width:3%;stroke:#fcfcfc;opacity:.6;will-change:opacity;-webkit-transition:opacity .12s ease-in;-o-transition:opacity .12s ease-in;transition:opacity .12s ease-in}.lg-video-play-icon-circle{position:absolute;top:0;left:0;bottom:0;right:0;fill:none;stroke-width:3%;stroke:rgba(30,30,30,.9);stroke-opacity:1;stroke-linecap:round;stroke-dasharray:200;stroke-dashoffset:200}.lg-video-play-icon{position:absolute;width:25%;max-width:120px;left:50%;top:50%;transform:translate3d(-50%,-50%,0);opacity:.6;will-change:opacity;-webkit-transition:opacity .12s ease-in;-o-transition:opacity .12s ease-in;transition:opacity .12s ease-in}.lg-video-play-icon .lg-video-play-icon-inner{fill:#fcfcfc}.lg-video-loading .lg-video-play-icon-circle{animation:lg-play-rotate 2s linear .25s infinite,lg-play-stroke 1.5s ease-in-out .25s infinite}.lg-video-loaded .lg-video-play-button{opacity:0;transform:translate(-50%,-50%) scale(.7)}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;will-change:opacity;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:var(--primary-color);height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:'\e01d'}.lg-show-autoplay .lg-autoplay-button:after{content:'\e01a'}.lg-single-item .lg-autoplay-button{opacity:.75;pointer-events:none}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{will-change:transform;-webkit-transition:-webkit-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s;-moz-transition:-moz-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s;-o-transition:-o-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s;transition:transform .5s cubic-bezier(.12,.415,.01,1.19) 0s}.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap{will-change:transform;-webkit-transition:-webkit-transform .8s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .8s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .8s cubic-bezier(0,0,.25,1) 0s;transition:transform .8s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;-moz-transition:-moz-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;-o-transition:-o-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;transition:transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition{transition:none!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition{transform:scale3d(1,1,1) translate3d(-50%,-50%,0)!important;max-width:none!important;max-height:none!important;top:50%!important;left:50%!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x{transform:scale3d(1,1,1) translate3d(-50%,0,0)!important;top:0!important;left:50%!important;max-width:none!important;max-height:none!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y{transform:scale3d(1,1,1) translate3d(0,-50%,0)!important;top:50%!important;left:0!important;max-width:none!important;max-height:none!important}.lg-icon.lg-zoom-in:after{content:'\e311'}.lg-actual-size .lg-icon.lg-zoom-in{opacity:.5;pointer-events:none}.lg-icon.lg-actual-size{font-size:20px}.lg-icon.lg-actual-size:after{content:'\e033'}.lg-icon.lg-zoom-out{opacity:.5;pointer-events:none}.lg-icon.lg-zoom-out:after{content:'\e312'}.lg-zoomed .lg-icon.lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer.lg-first-slide-loading .lg-actual-size,.lg-outer.lg-first-slide-loading .lg-zoom-in,.lg-outer.lg-first-slide-loading .lg-zoom-out,.lg-outer[data-lg-slide-type=iframe] .lg-actual-size,.lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,.lg-outer[data-lg-slide-type=iframe] .lg-zoom-out,.lg-outer[data-lg-slide-type=video] .lg-actual-size,.lg-outer[data-lg-slide-type=video] .lg-zoom-in,.lg-outer[data-lg-slide-type=video] .lg-zoom-out{opacity:.75;pointer-events:none}.lg-outer .lg-pager-outer{text-align:center;z-index:1080;height:10px;margin-bottom:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer.lg-single-item .lg-pager-outer{display:none}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#fff;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;will-change:transform,opacity;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer .lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:absolute;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;will-change:visibility,opacity;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active .lg-dropdown,.lg-outer.lg-dropdown-active .lg-dropdown-overlay{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer.lg-dropdown-active .lg-share{color:#fff}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-moz-transform:translate3d(0,5px,0);-o-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);will-change:visibility,opacity,transform;-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-moz-transition:-moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-o-transition:-o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s}.lg-outer .lg-dropdown:after{content:'';display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#fff;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer .lg-share{position:relative}.lg-outer .lg-share:after{content:'\e80d'}.lg-outer .lg-share-facebook .lg-icon{color:#3b5998}.lg-outer .lg-share-facebook .lg-icon:after{content:'\e904'}.lg-outer .lg-share-twitter .lg-icon{color:#00aced}.lg-outer .lg-share-twitter .lg-icon:after{content:'\e907'}.lg-outer .lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer .lg-share-pinterest .lg-icon:after{content:'\e906'}.lg-comment-box{width:420px;max-width:100%;position:absolute;right:0;top:0;bottom:0;z-index:9999;background-color:#fff;will-change:transform;-moz-transform:translate3d(100%,0,0);-o-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);-webkit-transition:-webkit-transform .4s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .4s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .4s cubic-bezier(0,0,.25,1) 0s;transition:transform .4s cubic-bezier(0,0,.25,1) 0s}.lg-comment-box .lg-comment-title{margin:0;color:#fff;font-size:18px}.lg-comment-box .lg-comment-header{background-color:#000;padding:12px 20px;position:absolute;left:0;right:0;top:0}.lg-comment-box .lg-comment-body{height:100%!important;padding-top:43px!important;width:100%!important}.lg-comment-box .fb-comments{height:100%;width:100%;background:url(../images/loading.gif) no-repeat scroll center center #fff;overflow-y:auto;display:inline-block}.lg-comment-box .fb-comments[fb-xfbml-state=rendered]{background-image:none}.lg-comment-box .fb-comments>span{max-width:100%}.lg-comment-box .lg-comment-close{position:absolute;right:5px;top:12px;cursor:pointer;font-size:20px;color:var(--secondary-color);will-change:color;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-comment-box .lg-comment-close:hover{color:#fff}.lg-comment-box .lg-comment-close:after{content:'\e070'}.lg-comment-box iframe{max-width:100%!important;width:100%!important}.lg-comment-box #disqus_thread{padding:0 20px}.lg-outer .lg-comment-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;will-change:visibility,opacity;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer .lg-comment-toggle:after{content:'\e908'}.lg-outer.lg-comment-active .lg-comment-overlay{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer.lg-comment-active .lg-comment-toggle{color:#fff}.lg-outer.lg-comment-active .lg-comment-box{-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-img-rotate{position:absolute;left:0;right:0;top:0;bottom:0;-webkit-transition:-webkit-transform .4s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .4s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .4s cubic-bezier(0,0,.25,1) 0s;transition:transform .4s cubic-bezier(0,0,.25,1) 0s}.lg-outer[data-lg-slide-type=iframe] .lg-flip-hor,.lg-outer[data-lg-slide-type=iframe] .lg-flip-ver,.lg-outer[data-lg-slide-type=iframe] .lg-rotate-left,.lg-outer[data-lg-slide-type=iframe] .lg-rotate-right,.lg-outer[data-lg-slide-type=video] .lg-flip-hor,.lg-outer[data-lg-slide-type=video] .lg-flip-ver,.lg-outer[data-lg-slide-type=video] .lg-rotate-left,.lg-outer[data-lg-slide-type=video] .lg-rotate-right{opacity:.75;pointer-events:none}.lg-outer .lg-img-rotate:before{content:'';display:inline-block;height:100%;vertical-align:middle}.lg-rotate-left:after{content:'\e900'}.lg-rotate-right:after{content:'\e901'}.lg-icon.lg-flip-hor,.lg-icon.lg-flip-ver{font-size:26px}.lg-flip-ver:after{content:'\e903'}.lg-flip-hor:after{content:'\e902'}.lg-medium-zoom-item{cursor:zoom-in}.lg-medium-zoom .lg-outer{cursor:zoom-out}.lg-medium-zoom .lg-outer.lg-grab img.lg-object{cursor:zoom-out}.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object{cursor:zoom-out}.lg-relative-caption .lg-outer .lg-sub-html{white-space:normal;bottom:auto;padding:0;background-image:none}.lg-relative-caption .lg-outer .lg-relative-caption-item{opacity:0;padding:16px 0;transition:.5s opacity ease}.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item{opacity:1}.lg-group:after{content:'';display:table;clear:both}.lg-container{display:none;outline:0}.lg-container.lg-show{display:block}.lg-on{scroll-behavior:unset}.lg-overlay-open{overflow:hidden}.lg-hide-sub-html .lg-sub-html,.lg-next,.lg-pager-outer,.lg-prev,.lg-toolbar{opacity:0;will-change:transform,opacity;-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s}.lg-show-in .lg-next,.lg-show-in .lg-pager-outer,.lg-show-in .lg-prev,.lg-show-in .lg-toolbar{opacity:1}.lg-show-in.lg-hide-sub-html .lg-sub-html{opacity:1}.lg-show-in .lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-show-in .lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-show-in .lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html{opacity:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}.lg-outer{width:100%;height:100%;position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:.001;outline:0;will-change:auto;overflow:hidden;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-zoom-from-image{opacity:1}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-content{position:absolute;top:0;left:0;right:0;bottom:0}.lg-outer .lg-inner{width:100%;position:absolute;left:0;top:0;bottom:0;-webkit-transition:opacity 0s;-o-transition:opacity 0s;transition:opacity 0s;white-space:nowrap}.lg-outer .lg-item{display:none!important}.lg-outer .lg-item:not(.lg-start-end-progress){background:url(../images/loading.gif) no-repeat scroll center center transparent}.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer.lg-css .lg-current{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:'';display:inline-block;height:100%;vertical-align:middle}.lg-outer .lg-img-wrap{position:absolute;left:0;right:0;top:0;bottom:0;white-space:nowrap;font-size:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-object{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto;height:auto;position:relative}.lg-outer .lg-empty-html .lg-sub-html,.lg-outer .lg-empty-html.lg-sub-html{display:none}.lg-outer.lg-hide-download .lg-download{opacity:.75;pointer-events:none}.lg-outer .lg-first-slide .lg-dummy-img{position:absolute;top:50%;left:50%}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html{opacity:1;transition:opacity .2s ease-out .15s}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000000;opacity:0;will-change:auto;-webkit-transition:opacity 333ms ease-in 0s;-o-transition:opacity 333ms ease-in 0s;transition:opacity 333ms ease-in 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-use-css3 .lg-item.lg-start-progress{-webkit-transition:-webkit-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;-moz-transition:-moz-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;-o-transition:-o-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;transition:transform 1s cubic-bezier(.175,.885,.32,1.275) 0s}.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-container{display:none}.lg-container.lg-show{display:block}.lg-container.lg-dragging-vertical .lg-backdrop{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-inline .lg-backdrop,.lg-inline .lg-outer{position:absolute}.lg-inline .lg-backdrop{z-index:1}.lg-inline .lg-outer{z-index:2}.lg-inline .lg-maximize:after{content:'\e909'}.lg-components{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);will-change:transform;-webkit-transition:-webkit-transform .35s ease-out 0s;-moz-transition:-moz-transform .35s ease-out 0s;-o-transition:-o-transform .35s ease-out 0s;transition:transform .35s ease-out 0s;z-index:1080;position:absolute;bottom:0;right:0;left:0}
/*==================================:: lightgallery CSS End ::==================================*/

/* ===== RESET ================================================== */
html, body {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
hr{display:block; height:0.125rem; max-width:100%; border:0; border-top:0.125rem solid var(--black-color); margin:1.25rem 0; padding:0; opacity:1;}input, select{vertical-align:middle; margin:0;} ol, ul, li{list-style:none;}
.hr-icn {position: relative; height:2px; background-color: #E8E8E9; border:none; overflow:visible; }
.hr-icn:before {display:block; content: ""; height: 40px; width: 52px; background-image: url(../images/icn-logo-hr.svg); background-position: center; background-repeat: no-repeat; position: absolute; left: 50%; top:50%;  transform: translateY(-50%)translateX(-50%);}

html{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}
blockquote{padding:0 0 0 1.25rem;margin:1.875rem 0; position: relative; border-left:0.125rem solid var(--primary-color);}
blockquote,
blockquote p{font-size:1.125rem; line-height:1.75rem;color:var(--primary-color); font-weight:400;}

/* ===== GLOBAL ================================================== */
body{font-family:var(--primary-font); font-size:1.125rem; line-height:1.75rem; color:var(--secondary-color);background:var(--white-color); overflow-x:hidden; padding:0; transition: all 0.4s ease; font-weight:400;}
:focus{text-decoration:none; outline:none;}
a{text-decoration:none; color:var(--primary-color); outline:none; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
a:hover{text-decoration:none; color:var(--btn-color);}
a:focus{outline:0; outline: none;}
b, strong{font-weight:bold;}

/* Ul Li & Ol Li CSS */
ul, ol {margin:0; padding:0;}
ul ul, ol ol, ul ol, ol ul{margin-top:0.938rem;}
ul li, ol li {margin:0;padding:0;font-size:1.125rem; line-height:1.75rem;color:var(--secondary-color);font-weight:400;}
li a {color:var(--primary-color);}
li a:hover {color:var(--success-color);}
.entry-content li a{text-decoration:underline;}
.entry-content li a:hover{text-decoration:none; color:var(--black-color);}
.entry-content ul, .entry-content ol {display:inline-block; padding:0; margin:0 0 1.8rem 0;}
.entry-content ul ol, .entry-content ol ul, .entry-content ul ul, .entry-content ol ol{display:block; margin-top:0.5rem;}
.entry-content ul li{list-style:none; padding:0 0 0 1.313rem; margin:0 0 0.563rem 0; position: relative;}
.entry-content ul li:last-child{margin-bottom:0;}
.entry-content ul li:before{display: block; content: ""; width:0.375rem; height:0.375rem;background:var(--secondary-color); position: absolute; left:0.313rem; top:0.66rem; border-radius:100%;}
.entry-content ul li li:before {border: 0.063rem solid var(--black-color);background:var(--white-color); top:0.75rem;}
.entry-content ol{margin-left:1.25rem;}
.entry-content ol li {list-style-type:decimal; list-style-image:none; list-style-position:outside; margin:0 0 0.375rem 0;}
.entry-content ul, .entry-content ol{display:inherit;}

body h1, body h2, body h3, body h4, body h5, body h6{font-weight:400 !important; color:var(--primary-color); font-family:var(--secondary-font); line-height:1; letter-spacing:0; margin:0 0 0.938rem;}
.h1, h1{font-size:3.75rem; color:var(--primary-color);}
.services2-hero-section .hero-section h1,
.h2, h2{font-size:2.5rem;color:var(--primary-color);}
.h3, h3{font-size:2.125rem;}
h4{font-size:1.625rem;}
h5{font-size:1.375rem;}
h6{font-size:1.125rem;}

p{font-family:var(--primary-font); font-size:1.125rem; line-height:1.75rem; color:var(--secondary-color); font-weight:400; letter-spacing:0; margin:0 0 2.5rem;}
img{max-width:100%; height:auto; border:none; outline:none;}

section *:last-child{margin-bottom:0;}
.wrapper{padding:5.75rem 0 0 0;}
.container{max-width:76.25rem;width:100%; padding:0 1.25rem;}
.max-container{max-width:88.75rem; width:100%;padding:0 1.25rem; margin:0 auto;}
.max-container1{max-width:83.25rem; width:100%;padding:0 1.25rem; margin:0 auto;}
.img-cover{width:100%;}
.img-cover iframe,
.img-cover video,
.img-cover img{width:100% !important;height:100% !important;max-width:100% !important; max-height:100% !important; object-fit: cover; object-position: center; transition:all 0.4s ease-in-out; display: block;}
img.alignleft {float: left; margin:0 1.875rem 1.875rem 0;max-width:25.625rem; width:100%; height: auto;}
img.alignright {float: right; margin:0 0 1.875rem 1.875rem; max-width:25.625rem; width:100%; height: auto;}
img.alignnone, img.aligncenter{margin:0; padding:0;}
.transition-all{-moz-transition:all 0.4s ease;-webkit-transition:all 0.4s ease;transition:all 0.4s ease;}

table tr td, table tr th,
table.table tr td, table.table tr th{font-size:0.875rem; line-height:0.875rem; padding:0.9rem 0.438rem; font-weight:bold;}
table.table tr th{border-bottom:0.125rem solid var(--primary-color);color:var(--primary-color);}
table.table tr td{border-bottom:0.063rem solid #D2D3D5;color:var(--black-color);}

/*Form Input Field*/
input, textarea, select {background-color:var(--white-color); border:0.063rem solid var(--bdr-color) !important; width:100%; text-align:left; padding:0 1rem; margin:0; font-size:1.125rem; color:var(--secondary-color); font-weight:400;line-height:normal; font-family:var(--primary-font) !important; height:3.125rem; outline:none; -webkit-border-radius:0.188rem;-moz-border-radius:0.188rem;border-radius:0.188rem; box-shadow:none !important;outline:none; letter-spacing:0; transition: all 0.4s ease;}
input[type="button"], input[type="submit"] {cursor:pointer; width:auto; height:auto;}
input[type="checkbox"], input[type="radio"] {border:none; width:auto; height:auto;}
textarea {vertical-align:middle; resize:none;height:5.625rem; padding:1rem;}
::-webkit-input-placeholder{color:var(--secondary-color); opacity:1;}
:-moz-placeholder{color:var(--secondary-color); opacity:1;} /* Firefox 18- */
::-moz-placeholder{color:var(--secondary-color); opacity:1;} /* Firefox 19+ */
:-ms-input-placeholder{color:var(--secondary-color); opacity:1;}
.select-box{display:block; width:100%; background:var(--white-color); border:0; position:relative; cursor:pointer;}
.select-box:after {position:absolute; content:""; background:url(../images/dropdown-icon.svg) no-repeat center; right:1.25rem;top:50%; transform: translate(0, -50%); z-index:1; width:0.625rem; height:0.375rem;}
.select-box select {line-height:3.125rem; display:block; width:100%; padding:0 3.125rem 0 1.625rem; background:transparent; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance:none; position:relative; z-index:2; cursor:pointer;}
.select-box select option {background:var(--light-bg); color:var(--secondary-color); padding:4px 10px;}
body .field {margin-bottom: 2.188rem;display: block;}
.field .label{font-size:0.875rem; line-height:1; display: block;margin-bottom:0.438rem; letter-spacing:0.063rem;}
.field .label span{color:#FF2424;}
.field input[type="email"]{background-image:url(../images/email-icon.png); background-position:calc(100% - 1rem) center; background-repeat: no-repeat; padding-right:3rem;}

.radio-btn,
.checkbox-btn{position: relative; line-height:1;}
.checkbox-btn + .radio-btn,
.radio-btn + .checkbox-btn,
.radio-btn + .radio-btn,
.checkbox-btn + .checkbox-btn{margin-top:1rem;}
.radio-btn label,
.checkbox-btn label{padding-left:2.063rem; position: relative; color:var(--black-color); line-height:1.25rem; cursor: pointer;}
.radio-btn input,
.checkbox-btn input{opacity:0; position: absolute;}
.radio-btn label:before,
.checkbox-btn label:before{content:""; width:1.25rem; height:1.25rem; border:0.063rem solid var(--bdr-color);position: absolute;left:0; top:0; border-radius:100%; transition: all 0.4s ease; background:var(--white-color);}
.radio-btn label:after{content:""; width:0.625rem; height:0.625rem;left:0.313rem; top:0.313rem; border-radius:100%; background:var(--black-color);transition: all 0.4s ease;opacity:0;display: block; position: absolute;}
.checkbox-btn label:after{content:""; width:1.125rem; height:1.125rem;left:0.063rem; top:0.063rem; background:url(../images/check-icon.png) no-repeat center;background-size:100% auto; transition: all 0.4s ease;opacity:0;display: block; position: absolute;}
.checkbox-btn input:checked+label:before,
.radio-btn input:checked+label:before{border-color:var(--black-color);}
.checkbox-btn input:checked+label:after,
.radio-btn input:checked+label:after{opacity:1;}
.checkbox-btn label:before{border-radius:0;}

.button, .btn {display:inline-block; padding:0 1rem;background:var(--primary-color); border:0.125rem solid var(--primary-color); color:var(--white-color); font-size:1rem; line-height:2.75rem; height:3.125rem;min-width:12.5rem; font-weight:600;font-family:var(--primary-font); cursor:pointer; letter-spacing:0; text-align:center; -webkit-border-radius:0.188rem;-moz-border-radius:0.188rem;border-radius:0.188rem;box-shadow:none !important; position: relative; -moz-transition:all 0.4s ease;-webkit-transition:all 0.4s ease;transition:all 0.4s ease;}
.btn-outline,
.button:hover, .btn:hover,
.button:focus, .btn:focus,
.button:active, .btn:active{color:var(--primary-color) !important; border-color:var(--primary-color) !important; background: none !important;}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active{background:var(--primary-color) !important; color:var(--white-color) !important;}
.btn-info{background-color:var(--info-color) !important; border-color:var(--info-color);}
.btn-info:hover, .btn-info:focus, .btn-info:active{background:none !important; border-color:var(--info-color) !important; color:var(--info-color) !important;}
.btn-info.btn-outline{color:var(--info-color) !important; border-color:var(--info-color) !important; background: none !important;}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active{background:var(--info-color) !important; color:var(--white-color) !important;}
.btn-success{background-color:var(--success-color) !important; border-color:var(--success-color);}
.btn-success:hover, .btn-success:focus, .btn-success:active{background:none !important; border-color:var(--success-color) !important; color:var(--success-color) !important;}
.btn-success.btn-outline{color:var(--success-color) !important; border-color:var(--success-color) !important; background: none !important;}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active{background:var(--success-color) !important; color:var(--white-color) !important;}
.btn-warning{background-color:var(--warning-color) !important; border-color:var(--warning-color);}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active{background:none !important; border-color:var(--warning-color) !important; color:var(--warning-color) !important;}
.btn-warning.btn-outline{color:var(--warning-color) !important; border-color:var(--warning-color) !important; background: none !important;}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active{background:var(--warning-color) !important; color:var(--white-color) !important;}
.btn-danger{background-color:var(--danger-color) !important; border-color:var(--danger-color);}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active{background:none !important; border-color:var(--danger-color) !important; color:var(--danger-color) !important;}
.btn-danger.btn-outline{color:var(--danger-color) !important; border-color:var(--danger-color) !important; background: none !important;}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active{background:var(--danger-color) !important; color:var(--white-color) !important;}
.btn-icon svg use,
.btn-icon svg mask{transition: all 0.4s ease;}
.btn-icon:hover svg use,
.btn-icon:hover svg mask{fill:var(--primary-color);}
.btn-outline-map{min-width: 14.5rem;text-align:left;padding-left:0.875rem;}

/** Nav Block **/
.hamburger{cursor: pointer;transition-property: opacity, filter;transition-duration: 0.15s;transition-timing-function: linear;font: inherit;color: inherit;text-transform: none;background-color: transparent;border: 0;margin:0;overflow: visible; height:1rem;padding:0; box-shadow:none !important; top:0; z-index:11;}
.hamburger-box{width:2.5rem;height:1rem;display: inline-block;position: relative; margin-top:-1px;}
.hamburger-inner{display: block;top: 50%;margin-top: -0.125rem;}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after{width:2.5rem;height: 0.125rem;background-color:var(--primary-color);position: absolute;transition-property: transform;transition-duration: 0.15s;transition-timing-function: ease;}
.hamburger-inner::before,
.hamburger-inner::after{content: "";display: block;}
.hamburger-inner::before{top: -0.45rem;}
.hamburger-inner::after{bottom: -0.45rem; width:1.875rem;}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after{background-color: var(--primary-color);}

.hamburger--spin .hamburger-inner{transition-duration: 0.22s;transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}
.hamburger--spin .hamburger-inner::before{transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;}
.hamburger--spin .hamburger-inner::after{transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);}
.hamburger--spin.is-active .hamburger-inner{transition-delay: 0.12s;transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}
.hamburger--spin.is-active .hamburger-inner::before{top: 0;opacity: 0;transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;}
.hamburger--spin.is-active .hamburger-inner::after{bottom: 0;transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);}

/** Header Start **/
.header{padding:0; z-index:99;box-shadow: 0 2px 30px 0 rgba(135, 156, 132, 0.3);}
.header .container{max-width:86.1rem;}
.logo{max-width:5.25rem; z-index:9;}
.header-top-menu ul li{line-height:1;position: relative; display: -webkit-flex; display: flex;align-items: center;}
.header-top-menu ul li + li{margin-left:2.688rem;}
.header-top-menu ul li a{font-size:1rem;line-height:normal;font-weight:400;font-family:var(--primary-font); color:var(--secondary-color); letter-spacing:0; padding:0rem;display: block;}
.single-specialists .header-top-menu ul li.specialists-menu>a,
.header-top-menu ul li.current_page_item>a,
.header-top-menu ul li:hover>a {color: var(--primary-color);}
.header-top-menu ul li.nav-btn>a{border:0.125rem solid var(--primary-color); background:var(--primary-color);border-radius:0.188rem;min-width:8.75rem;height:2.5rem; line-height:2.25rem;color: var(--white-color); text-align: center; font-size:0.875rem;}
.header-top-menu ul li.nav-btn.current_page_item>a,
.header-top-menu ul li.nav-btn>a:hover{background-color:transparent;color: var(--primary-color);}
.header-top-menu ul li + li.nav-btn{margin-left:4.375rem;}
.header-top-menu .sub-menu-toggle{font-size:0;padding:0; margin:0 0 0 0.125rem;border:0; position: relative;top:0.063rem; background-color:transparent; background-image:url(../images/menu-arrow-icon.svg); background-position: center; background-repeat: no-repeat; background-size:100% auto; width:1.5rem;height:1.5rem; transition: all 0.4s ease; display: none;}
.header-top-menu .sub-menu-toggle svg{display: none;}
.header-top-menu ul li.current-menu-parent>.sub-menu-toggle,
.header-top-menu ul li.current_page_parent>.sub-menu-toggle,
.header-top-menu ul li.current_page_item>.sub-menu-toggle,
.header-top-menu ul li.menu-item-has-children:hover>.sub-menu-toggle,
.header-top-menu ul li>.sub-menu-toggle:hover {background-image:url(../images/menu-arrow-icon-hover.svg);}
.header-top-menu ul.sub-menu {margin: 0;position: absolute;top:100%; left:0;background: var(--white-color);padding:2.2rem 0 1.5rem 0; opacity:0; visibility: hidden; z-index: -99;transition:all 0.4s ease; border-radius:1.875rem;}
.header-top-menu ul.sub-menu li{display: block;margin:0;}
.header-top-menu ul.sub-menu li a{padding:0.6rem 2rem 0.6rem 1.5rem;white-space: nowrap; color: var(--black-color);}
.header-top-menu ul.sub-menu li.current_page_item>a,
.header-top-menu ul.sub-menu li a:hover{color:var(--primary-color);}
.header-top-menu li:hover ul.sub-menu{opacity:1; visibility: visible; z-index:1;}
.header-top-menu ul li.menu-item-has-children:hover>a{color:var(--primary-color);}

/** Hero Section **/
.hero-section{background-color:var(--light-bg);}
.hero-section .row{min-height:30rem;}
.hero-right-image{max-width:39.375rem;}
.hero-section .caption{max-width:39.438rem;}
.hero-section .caption a.hero-phone{color:var(--secondary-color);}
.hero-section h2 {margin-bottom: 1.5rem;}
.hero-section h1 {margin-bottom: 1.125rem;}
.hero-section p{color:var(--secondary-color);font-size:1.375rem; line-height:1.875rem; margin-bottom:0.563rem;}

/** Home Section 1 Start **/
.row.s-1-col-space{margin:0 -4.875rem;}
.row.s-1-col-space>div{padding:0 4.875rem;}
.row.s-1-col-space>div+div{border-left:0.063rem solid rgb(117 197 148 / 50%);}
.image-content-box-wrapper .img-cover{max-width:18.75rem;}
.border-radius{-webkit-border-radius:6.875rem;-moz-border-radius:6.875rem;border-radius:6.875rem;-khtml-border-radius:6.875rem;}

/** Home Section 2 Start **/
.home-location-wrapper{max-width:22.813rem;}
.home-location-wrapper *:last-child{margin-bottom:0;}
.home-location-wrapper p{font-size:1rem; line-height:1.5rem; margin-bottom:1.313rem;}
.map-wrapper{max-width:39.438rem;}
.map-wrapper.ratio-4x3 {--bs-aspect-ratio: 93.2%;}
.home-section2 .img-cover{max-width:25.563rem;}
.specialist-block-wrapper{background:#e8e8ea; border-radius:2rem; padding:4.375rem 7.5rem 3.75rem 7.5rem;}

.gift-image img{width:100%; height: auto;display: block;}
.gift-card-section .email-icon{width:1rem; height:1rem; background-image:url(../images/email-icon1.svg); background-position: center; background-repeat: no-repeat; background-size:100% auto;display: inline-block; transition: all 0.4s ease; margin-right:0.5rem; position: relative; top:0.188rem;}
.gift-card-section .btn:hover .email-icon{background-image:url(../images/email-icon1-hover.svg);}

/** Home Section 5 Start **/
.logo-list-wrapper.row>div {padding: 0.938rem;}
.logo-list-wrapper .ratio-21x9 {--bs-aspect-ratio: 47.5%;}

/** Footer Start **/
.footer {background:var(--light-bg);}
.f-contact-info{padding-left:2.063rem;font-size:1rem; line-height:1.375rem;}
.f-contact-info a{color: var(--secondary-color);}
.f-contact-info a:hover{color: var(--primary-color);}
.f-contact-info strong{line-height:1.188rem;}
.f-contact-info .icon{top:2px;}
.f-contact-info.mx-md-auto {left: -2.813rem;}
.footer-bottom-wrapper {border-top:0.063rem solid #D2D3D5;}
.f-menu li a {font-size: 1rem;line-height: 1; color: var(--secondary-color);}
.f-menu li+li:before {content: "";width:0.375rem;height:0.375rem;display: inline-block;background:#d2d3d5;border-radius: 100%;position: relative;top: -0.125rem;margin: 0 0.75rem;}
.social-icon li+li{margin-left:1.25rem;}
.social-icon a{width:2rem;}
.social-icon a:hover{opacity:0.8;}

/** Services Page Start **/
.service-section1 .img-cover{max-width:25.625rem;}
.light-bg-content-wrapper{background-color:var(--light-bg);border-radius:1.875rem; padding:2.813rem 2rem;}
.light-bg-content-wrapper.entry-content li{font-size:1rem;line-height:1.5rem; padding-left:1.563rem;}
.light-bg-content-wrapper.entry-content li:before{left:0;}
.service-section3 .btn{min-width:10.625rem;}
.service-contact-block .img-cover{max-width:8.75rem; overflow: hidden; border-radius:3rem !important;}
.service-contact-block p{font-size:1rem; line-height:1.188rem;}
.service-contact-block p strong {margin-bottom: 0.75rem;}
.page-template-tpl_services .hero-section .row{align-items: center;}
.page-template-tpl_services .hero-section .col-md-5 {min-width: 55%;max-width: 55%; flex-basis:55%; width:55%}
.page-template-tpl_services .hero-section .col-md-7 {min-width: 45%;max-width: 45%;flex-basis:45%; width:45%; margin-top: 0 !important}
.page-template-tpl_services .hero-section .caption{max-width:100%;}
.page-template-tpl_services .hero-section p{font-size:1.125rem; line-height:1.75rem;margin-bottom:1.75rem;}
.page-template-tpl_services .hero-section .pt-xl-3 {padding-top: 0 !important;}

/** Services 2 Page Start **/
.services2-hero-section .col-md-7{min-width:100%;max-width:100%;flex-basis:100%;}
.services2-hero-section .hero-section .caption{max-width:66.875rem; margin:0 auto;text-align: center;}
.services2-section2 p{font-size:1.5rem;line-height:1.875rem; color:var(--primary-color);}
.services2-section3 .img-cover{max-width:25.625rem;}
.services2-section3 .row + .row{margin-top:2.5rem;}
.services2-section3 .left-block {width: 46%;}
.services2-section3 .right-block{width:54%;}
.services2-section3 .row:nth-child(odd){left:6.25rem}

.home-section3 .btn{padding:0 2.375rem;}
.row.specialist-space{margin:-1.25rem;}
.row.specialist-space>div{padding:1.25rem;}
.home-section3 .specialist-card-wrapper .img-cover{border-radius:3.75rem;}
.row.specialist-space>div:nth-child(even){margin-top:1.875rem;}
.specialist-card-wrapper p{transition: all 0.4s ease;}
.specialist-card-wrapper:hover p,
.specialist-card-wrapper:hover .designation,
.specialist-card-wrapper:hover a{color:var(--success-color);}

/** About Us Page Start **/
.internal-hero-section .ratio-21x9{--bs-aspect-ratio:14%; background: var(--primary-color);}
.internal-hero-section p{color:var(--white-color); line-height: normal;}
.page-nav li a{font-weight: bold;}
.page-nav li + li {margin-top: 1.375rem;}
.default-page-section .position-sticky {top: 6.875rem;}

.lead{font-size:1.375rem; line-height:1.875rem; font-weight:400;}
.default-page-section h1 {margin-bottom: 3.25rem;}
.default-page-section h2, .default-page-section h3, .default-page-section h4, .default-page-section h5, .default-page-section h6 {margin-bottom: 2.75rem;}
.page-template-page-with-sidebar .default-page-section p{margin-bottom:2.55rem;}
.default-page-section p a:not(.btn){color:var(--primary-color); text-decoration: underline;}
.default-page-section p a:not(.btn):hover{text-decoration: none;}
.default-page-section .gallery {display: -webkit-flex;display: flex;flex-wrap: wrap;margin:0 -0.938rem; width:calc(100% + 0.938rem);}
.default-page-section .gallery .gallery-item{min-width:100%;max-width:100%;flex-basis:100%; padding:0.938rem;margin:0;}
.default-page-section .gallery.gallery-columns-2 .gallery-item{min-width:50%;max-width:50%;flex-basis:50%;}
.default-page-section .gallery.gallery-columns-3 .gallery-item{min-width:33.333%;max-width:33.333%;flex-basis:33.333%;}
.default-page-section .gallery.gallery-columns-4 .gallery-item{min-width:25%;max-width:25%;flex-basis:25%;}
.default-page-section .gallery.gallery-columns-5 .gallery-item{min-width:20%;max-width:20%;flex-basis:20%;}
.default-page-section .gallery .gallery-icon {padding-bottom: 100%;position: relative; overflow: hidden; border-radius:1.25rem;}
.default-page-section .gallery .gallery-icon a:after{content:""; position: absolute;left:0; right:0; top:0; bottom:0; background:var(--primary-color); transition: all 0.4s ease; opacity: 0;}
.default-page-section .gallery .gallery-icon a{display: block; width:100%; height:100%;}
.default-page-section .gallery .gallery-icon img{position: absolute;left:0; right:0; top:0; bottom:0; width:100% !important; height:100% !important; max-height:100% !important;max-width:100% !important; object-position: center;object-fit: cover;display: block; transition: all 0.4s ease;}
.default-page-section .gallery .gallery-icon a:hover:after{opacity:0.5;}
.default-page-section .gallery .gallery-icon a:hover img{transform: scale(1.1);}
.default-page-section .btn{min-width:9.375rem;}
.btn-wrapper .btn{margin-right:1.875rem; margin-bottom:0.5rem;}
.btn-wrapper .btn:last-child{margin-right:0;}
.menu-list-wrapper {background: var(--white-color);border-radius: 0.188rem;box-shadow: 0 0.688rem 1rem 0 rgba(0, 0, 0, 0.15); padding:1.25rem 2.063rem;}
.menu-list-wrapper ul li{margin:0; padding:0;}
.menu-list-wrapper ul li+li {margin-top: 0.5rem;}
.menu-list-wrapper ul li:before{display: none;}
.menu-list-wrapper ul li a{text-decoration: none; color:var(--secondary-color);padding:0 0 0 1rem;position: relative;}
.menu-list-wrapper ul li a:before {content: "";position: absolute;left: 0;top:0.5rem;background-image: url(../images/dropdown-icon.svg);background-repeat:no-repeat; background-position: center; background-size: 100% auto;height: 0.375rem;width: 0.625rem;transform: rotate(-90deg); transition: all 0.4s ease;}
.menu-list-wrapper ul li a:hover:before{background-image: url(../images/dropdown-icon-hover.svg);}
.menu-list-wrapper ul li a:hover{color:var(--primary-color);}
.default-page-section .checkbox-list, .default-page-section .radio-list {min-width: 34.5%;max-width: 34.5%;flex-basis: 33.5%;}
.default-page-section .toggle-btns {min-width: 31%;max-width: 31%;flex-basis: 31%;display: -webkit-flex;display: flex;flex-direction: column;align-items: end;}
.form-switch .form-check-input {width: 2rem;height:1.25rem;border: 0 !important; background:#D2D3D5 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") no-repeat; cursor: pointer;}
.form-switch .form-check-input:checked {background:var(--success-color) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") no-repeat center right;}
.alert {border: 0;border-radius: 0.188rem;padding:0.688rem 1.25rem;margin-bottom: 1.25rem;}
.alert-primary{background-color:rgb(135 153 214 / 10%);color:var(--primary-color);}
.alert-dark{background-color:var(--primary-color);color:var(--white-color);}
.alert-info{background-color:rgba(30, 154, 255, 0.1);color:var(--info-color);}
.alert-success{background-color:rgba(0, 178, 139, 0.1);color:var(--success-color);}
.alert-danger{background-color:rgba(255, 36, 36, 0.1);color:var(--danger-color);}
.alert-warning{background-color:rgba(241, 133, 0, 0.1);color:var(--warning-color);}

/** Default Page Start **/
.default-page.default-page-section:first-child{padding-top:0;}
.default-page.default-page-section h2{margin-bottom:2.05rem;}
.default-page.default-page-section h3, .default-page.default-page-section h4, .default-page.default-page-section h5, .default-page.default-page-section h6{padding-top:1.3rem;margin-bottom:1.5rem;}
.default-page.default-page-section img{border-radius:0.188rem;}

/** Pricing Page Start **/
.price-items:last-child{border-bottom:0.063rem solid var(--primary-color);}
.price-items{border-top:0.063rem solid var(--primary-color); padding:2rem 0;}

/** Specialists Page Start **/
.specialists-section .container{max-width:81.25rem;}
.specialists-section .row{margin:-1.875rem;}
.specialists-section .row>div{padding:1.875rem;}
.specialist-card-wrapper{max-width:16.875rem;}
.specialist-card-wrapper h6{font-size:1.5rem;}
.specialist-card-wrapper h6 a{color:var(--primary-color);}
.specialist-card-wrapper p{font-size: 1rem;line-height: 1.188rem;}
.specialist-card-wrapper p a{color:var(--secondary-color);}
.specialist-card-wrapper .designation{font-size:0.875rem; color:var(--primary-color);}
.specialist-card-wrapper1:hover .img-cover img,
.specialist-card-wrapper:hover .img-cover img{transform: scale(1.1);}
.specialist-card-wrapper .img-cover{-webkit-mask-image: url(../images/image-shape.png);mask-image: url(../images/image-shape.png);-webkit-mask-repeat: no-repeat;mask-repeat: no-repeat;-webkit-mask-size: 100%;mask-size: 100%;}
.bdr-title:before {content: "";height:0.125rem;width: 85%;position: absolute;left: 0;right: 0;margin: 0 auto;background:rgb(117 197 148 / 30%);top: 50%;transform: translate(0, -50%);z-index: -1;}

/** Specialists Details Page Start **/
.specialists-details-section .container{max-width:83.5rem;}
.specialists-left-list-wrapper .items + .items{margin-top:0.625rem;}
.specialists-left-list-wrapper h5{color:var(--primary-color);}
.specialist-card-wrapper1{border-radius:0.188rem;}
.specialist-card-wrapper1 .img-cover{max-width:3.75rem;min-width:3.75rem;flex-basis:3.75rem; border-radius:0.188rem;}
.specialist-card-wrapper1 h6{font-size:1rem; line-height:1.4rem; font-family:var(--primary-font); color:var(--primary-color);}
.specialist-card-wrapper1 h6 a{color:var(--primary-color);}
.specialist-card-wrapper1 .designation{font-size:1rem; line-height:1.3rem;color:var(--primary-color);}
.specialists-left-list-wrapper .items.active .specialist-card-wrapper1,
.specialist-card-wrapper1:hover{background-color:rgb(117 197 148 / 30%);}
.left-profile-image-wrapper {min-width: 28.6%;max-width: 28.6%;flex-basis: 28.6%;}
.left-profile-image-wrapper h4{font-size:1.875rem; line-height:2.75rem;}
.left-profile-image-wrapper .specialist-card-wrapper:hover .img-cover img{transform: none;}

/** Contact Page Start **/
.contact-section1 *:last-child{margin-bottom:0;}
.contact-section1 .container{max-width:82.5rem;}
.contact-section1 p{font-size:1rem; line-height:1.5rem; margin-bottom:1.25rem;}
.map-box-wrapper{height:36.875rem; width:100%; background:var(--light-bg); border-radius:12.188rem;}
.contact-section1 .contact-content{max-width:25.563rem;}

.form-profile-image {max-width: 8.125rem;margin-bottom: 2.188rem;margin-top: -9.375rem;border-radius: 3.125rem;}
.form-wrapper{background-color:var(--light-bg); border-radius:1.875rem; max-width:32.563rem;padding:6.25rem 3.438rem;}
.form-icon{max-width:5.875rem;}
.form-wrapper h5{color:var(--primary-color); line-height:1.625rem;}
.field-1 label{font-size:1rem; color: var(--primary-color); padding-left:1.75rem; margin-bottom:0.375rem;}
.field-1 .select-box select,
.field-1 input,
.field-1 textarea{border-radius:1.563rem; border:0 !important; padding:0 1.625rem; color:var(--primary-color);}
.field-1 textarea{padding:1rem 1.625rem; height:8.125rem;}
.contact-action-submit .spinner-border {margin: -1rem 0 0 -1rem;}
.field-1 .select-box{border-radius:2rem; border:0;}
.field-1 .select-box select{padding-right:2.5rem;}
.field-1 .select-box:after {background:url(../images/dropdown-icon1.svg) no-repeat center;}

.alert-cookies {background: var(--light-bg);}
.alert-cookies p {font-size: 0.875rem; line-height:1.25rem;}
.alert-cookies .btn {min-width:6rem;height: 2.5rem;line-height: 2.25rem;font-size: 0.875rem;}

/** School Readiness Page Start **/
.page-template-tpl_school-readiness .internal-hero-section .ratio-21x9 {--bs-aspect-ratio: 33.4%;}
.page-template-tpl_school-readiness .internal-hero-section h1{display: none;}
.school-readiness-section1 b{color:var(--success-color);}
.school-readiness-section1 h2 {margin-bottom: 2rem;}
.school-readiness-section3 p a{color:var(--success-color);}
.school-readiness-section3 p a:hover{color:var(--primary-color);}

/** Pre Analysis form Page Start **/
.pre-analysis-section1 p b{color:var(--primary-color);}
.pre-analysis-form-wrapper{background:rgb(117 197 148 / 30%); padding:4rem 3.125rem; border-radius:1.875rem;}
.radio-btns-list-wrapper .items{border-bottom:0.063rem solid rgb(117 197 148 / 50%); padding:0.875rem 0.75rem;}
.radio-btns-list-wrapper .items:first-child{border-top:0.063rem solid rgb(117 197 148 / 50%);}
.radio-btn-text{font-size:1rem; line-height:1.313rem;}
.radio-btns-list{margin:-0.313rem !important;}
.radio-btns-list .radio-btn1{padding:0.313rem;}
.radio-btns-list .radio-btn1 label{font-size:0.75rem; line-height:0.875rem;display: inline-block; border-radius:2rem; border:0.063rem solid rgba(135, 153, 214, 0.2); cursor: pointer; padding:0.438rem 0.75rem; color:var(--primary-color);}
.radio-btn1 input {position: absolute;opacity: 0;}
.radio-btn1 input:hover+label,
.radio-btn1 input:checked+label{background:var(--success-color); border-color:var(--success-color); color: var(--white-color);}
.radio-btns-list-wrapper .items:hover{background:rgba(135, 153, 214, 0.3);}
.radio-btns-list-wrapper .items.active .radio-btn-text{color:var(--success-color);}
.pre-analysis-form-wrapper .btn.disabled, .pre-analysis-form-wrapper .btn:disabled{opacity:0.3; background:var(--success-color) !important; border-color:var(--success-color);}

/** Instagram Section **/
.instagram-section{background: var(--primary-color);}
.instagram-section + .home-section2 .wave-line1{display: none;}
.instagram-section .container{max-width:83rem;}
#sb_instagram {padding:0 !important;display: -webkit-flex;display: flex;flex-direction: column-reverse;}
#sb_instagram #sbi_load {margin-bottom: 4.125rem;}
#sb_instagram #sbi_load .sbi_follow_btn {margin-left: 0 !important;padding: 0;}
#sb_instagram #sbi_load .sbi_follow_btn a {margin: 0;background: none !important;border: 0.125rem solid var(--white-color);border-radius:0.188rem;min-width: 17.5rem;height: 3.125rem;line-height: 2.875rem;padding:0 1.5rem;font-size: 1rem;font-weight: 600; box-shadow:none !important; transition: all 0.4s ease !important;}
#sb_instagram #sbi_load .sbi_follow_btn a svg {width: 1rem;height: 1rem;margin-right: 0.875rem;}
#sb_instagram #sbi_load .sbi_follow_btn a:hover{background: var(--white-color) !important; color:var(--primary-color) !important;}
.hero-section .shape-m-minus,
.insta-bottom-shape {margin-bottom:-0.063rem !important;}
.shape-m-minus,
.insta-top {margin: 0 -0.688rem;}



/** Blog List Page **/
.middle-section.blog-list-page {padding-top: 3.75rem;}
.blog-list-page .new-list.row{margin: -0.938rem;}
.blog-list-page .new-list.row>div{padding:0.938rem; margin:0;}

/** Pagination Start **/
.pagination-main {margin-top: 3.75rem;display: -webkit-flex;display: flex;align-items: center;justify-content: center;}
.pagination-main .screen-reader-text {display: none;}
.pagination-main .nav-links {display: -webkit-flex;display: flex;flex-wrap: wrap;margin: -5px;}
.pagination-main .page-numbers {width: 2.5rem;height: 2.5rem;display: inline-block;margin: 0;padding: 0;text-align: center;line-height: 2.375rem;border: 1px solid #DBE1E7;border-radius: 3px;font-size: 0.875rem;color: #4D4E56;transition: all 0.4s ease;margin: 5px;}
.pagination-main .page-numbers.current, .pagination-main .page-numbers:hover {background: #DBE1E7;color: #2C2E30;}
.pagination-main .page-numbers.placeholder {cursor: not-allowed;}
.pagination-main .prev.page-numbers {background: var(--primary-color) url('../images/prev-icon.png') no-repeat center;background-size: 0.938rem auto;border-color: var(--primary-color);font-size: 0;}
.pagination-main .next.page-numbers {background: var(--primary-color) url('../images/next-icon.png') no-repeat center;background-size: 0.938rem auto;border-color: var(--primary-color);font-size: 0;}
.new-list .card {border: 0;position: relative;}
.new-list .card .imgbox {width: 100%;height: 16.875rem;display: block;overflow: hidden;border-radius: 2.88rem;background: var(--primary-color);}
.new-list .card .imgbox img {width: 100%;height: 100%;object-position: center;object-fit: cover;display: block;transition: all 0.4s ease;}
.new-list .card:hover .imgbox img {transform: scale(1.1);}
.new-list .card-body {padding: 0.813rem 0 0.938rem 0;}
.new-list .card-body h6 {color: #2C2E30;font-size: 1.125rem;line-height: 1.5rem;font-weight: 400;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.new-list .card-body h6 a:not(.btn) {color: #2C2E30;}
.blog-list-page .new-list .card {height: 100%;position: relative;border-bottom: 2px solid var(--primary-color);border-radius: 0;}
.blog-list-page .new-list .card-body, .section6 .new-list .card-body, .section3 .new-list .card-body {border-bottom: 0;}
.blog-list-page .new-list .card-body h6, .section6 .new-list .card-body h6, .section3 .new-list .card-body h6 {-webkit-line-clamp: 3;}
.new-list .card-body h6 a:hover {color: var(--primary-color);}

/** Blog Detail Page **/
.destination-section1 {padding: 3.75rem 0;}
.destination-section1-inner {display: -webkit-flex;display: flex;flex-wrap: wrap;}
.destination-section1-inner .left-block {min-width: 77%;max-width: 77%;flex-basis: 77%;padding-right: 3.75rem;}
.destination-section1-inner .right-block {min-width: 23%;max-width: 23%;flex-basis: 23%;position: relative;}
.destination-section1-inner .right-block .right-block-inner {position: -webkit-sticky;position: sticky;top: 7.5rem;}
.destination-section1-inner .left-block h3 {font-weight: bold;margin-bottom: 2.188rem;}
.destination-section1-inner .left-block p {margin-bottom: 1.75rem;}
.destination-section1-inner .left-block figure.wp-caption {max-width: 100%;}
.latest-posts h6 {color: var(--primary-color);font-size: 1rem;letter-spacing: 1px;line-height: 1.375rem;text-transform: uppercase;font-weight: bold;margin: 0;}
.latest-post-list h5 {color: #2C2E30;font-size: 1rem;line-height: 1.375rem;}
.latest-post-list h5 a:not(.btn) {color: #2C2E30;}
.latest-post-list h5 a:hover {color: var(--primary-color);}
.all-news-main, .latest-post-list .item {border-top: 1px solid #DBE1E7;margin-top: 0.75rem;padding-top: 0.938rem;}
.post-date {color: var(--black-color);font-size: 0.813rem;line-height: 1.125rem;display: block;margin-bottom: 0.5rem;}
.category-news .all-news-main {display: -webkit-flex;display: flex;}
.all-news-main a:not(.btn) {font-size: 0.75rem;font-weight: bold;text-transform: uppercase;letter-spacing: 1px;color: var(--primary-color);position: relative;padding-right: 1.563rem;margin-left: auto;}
.all-news-main a:not(.btn):after {position: absolute;right: 0;top: 50%;transform: translate(0,-50%);content: "";background: url(../images/arrow-right-icon.png) no-repeat center;background-size: 100% auto;width: 0.875rem;height: 0.75rem;}
.contact-block.contact-block-style1 {padding: 1.25rem 1.25rem 0 1.25rem;display: none;}
.category-news .contact-block.contact-block-style1, .category-blog .contact-block.contact-block-style1 {display: block;}
.category-news .contact-block .category-list, .category-news .contact-block .contact-block-inner {display: none;}
.category-news .contact-block .post-info {margin: -1.25rem 0 0;border: 0;}
.contact-block .contact-block-inner {display: -webkit-flex;display: flex;text-align: left;}
.contact-block .contact-block-inner .image-box {margin: 0 1.25rem 0 0;width: 3.75rem;height: 3.75rem;min-width: 3.75rem;}
.contact-block .contact-content {padding: 6px 0;}
.contact-block .contact-content strong, .contact-block .contact-content p {display: block;font-size: 0.875rem;line-height: 1.5rem;margin: 0 !important;}
.contact-block .post-info {text-align: left;display: -webkit-flex;display: flex;align-items: center;min-height: 3.5rem;padding: 0.625rem 0;border-top: 1px solid #DBE1E7;margin: 1.25rem 0 0;}
.contact-block .post-info p {margin: 0 !important;color: #7B8390;font-size: 0.75rem;line-height: 1.313rem;}
.contact-block {background-color: #F0F2F6;border-radius: 3px;padding: 1.875rem;text-align: center;}
.filter-content-section.you-may-also-like-section {margin-top: 1.875rem;padding: 1.875rem 1.25rem;}
.social-icon ul li:before {display: none;}
.social-icon ul li {margin: 0;padding: 0;}
.social-icon ul {gap: 0.625rem;}
.social-icon {margin-top: 1rem;}
.destination-section1-inner .left-block p img {width: 100%;}
.social-sharing strong {display: block;color: #4D4E56;font-size: 1rem;line-height: 1.188rem;margin-bottom: 0.938rem;}

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


/*======================================================================
=============================:: MEDIA CSS ::============================
=======================================================================*/
@media screen and (max-width:1199px){
.h1, h1{font-size:3.125rem;}
.services2-hero-section .hero-section h1,
.h2, h2{font-size:2.25rem;}
.h3, h3{font-size:1.875rem;}
h4{font-size:1.5rem;}
h5{font-size:1.25rem;}
h6{font-size:1rem;}
blockquote, blockquote p, body, p, ul li, ol li{font-size:1rem; line-height:1.625rem;}
p{margin-bottom:2rem;}
img.alignnone, img.aligncenter{padding:0;}

/** Header Start **/
.header-top-menu ul li + li{margin-left:2rem;}
.header-top-menu ul li + li.nav-btn {margin-left: 3.375rem;}
.header-top-menu ul li.nav-btn>a{min-width:8rem;}

/** Hero Section **/
.hero-section .row{min-height:23rem;}
.hero-section p{font-size:1.25rem; line-height:1.75rem;}
.hero-section h1 {margin-bottom: 0.8rem;}
.hero-section h2{margin-bottom:1rem;}

/** Home Section 1 Start **/
.row.s-1-col-space{margin:0 -3rem;}
.row.s-1-col-space>div{padding:0 3rem;}
.border-radius{-webkit-border-radius:5rem;-moz-border-radius:5rem;border-radius:5rem;-khtml-border-radius:5rem;}

.home-section3 .btn{padding:0 1.5rem;}
.row.specialist-space{margin:-0.75rem;}
.row.specialist-space>div{padding:0.75rem;}
.home-section3 .specialist-card-wrapper .img-cover{border-radius:3.125rem;}
.row.specialist-space>div:nth-child(even){margin-top:1.5rem;}
.specialist-block-wrapper{border-radius:1.5rem; padding:3rem 5rem;}

/** Footer Start **/
.social-icon ul {margin-right: 7rem;}
.social-icon li+li{margin-left:1rem;}

/** Services Page Start **/
.light-bg-content-wrapper{border-radius:1.5rem; padding:2rem 1.5rem;}
.services2-section2 p{font-size:1.375rem;line-height:1.75rem;}
.services2-section3 .row:nth-child(odd){left:0}

.page-template-tpl_services .hero-section .col-md-5 {min-width: 60%;max-width: 60%; flex-basis:60%; width:60%}
.page-template-tpl_services .hero-section .col-md-7 {min-width: 40%;max-width: 40%;flex-basis:40%; width:40%;}
.page-template-tpl_services .hero-section p{font-size:1rem; line-height:1.625rem;margin-bottom:1.25rem;}

/** About Us Page Start **/
.internal-hero-section .ratio-21x9{--bs-aspect-ratio:22%;}

.lead{font-size:1.25rem; line-height:1.75rem;}
.default-page-section h1 {margin-bottom: 2.75rem;}
.default-page-section h2, .default-page-section h3, .default-page-section h4, .default-page-section h5, .default-page-section h6 {margin-bottom: 2rem;}
.page-template-page-with-sidebar .default-page-section p{margin-bottom:2rem;}
.default-page-section .btn{min-width:9.375rem;}
.btn-wrapper .btn{margin-right:1rem;}
.btn-wrapper .btn:last-child{margin-right:0;}
.default-page-section .gallery {margin:0 -0.5rem; width:calc(100% + 0.5rem);}
.default-page-section .gallery .gallery-item{padding:0.5rem;}

/** Default Page Start **/
.default-page.default-page-section h2{margin-bottom:1.5rem;}
.default-page.default-page-section h3, .default-page.default-page-section h4, .default-page.default-page-section h5, .default-page.default-page-section h6{padding-top:1rem;margin-bottom:1.25rem;}

/** Pricing Page Start **/
.price-items{padding:1.5rem 0;}

/** Specialists Page Start **/
.specialists-section .row{margin:-1rem;}
.specialists-section .row>div{padding:1rem;}
.specialist-card-wrapper h6{font-size:1.25rem;}

/** Specialists Details Page Start **/
.left-profile-image-wrapper {min-width: 28.6%;max-width: 28.6%;flex-basis: 28.6%;}
.left-profile-image-wrapper h4{font-size:1.5rem; line-height:2.5rem;}

/** Contact Page Start **/
.map-box-wrapper{border-radius:10rem;height:32.875rem;}
.form-wrapper{border-radius:1.5rem;padding:5rem 2.5rem;}
.form-wrapper h5{line-height:120%;}
.field-1 label{padding-left:1.75rem; margin-bottom:0.25rem;}
.form-profile-image {margin-bottom: 1.188rem;margin-top: -8.375rem;border-radius: 3rem;}

/** School Readiness Page Start **/
.school-readiness-section1 h2 {margin-bottom: 1.8rem;}

/** Pre Analysis form Page Start **/
.pre-analysis-form-wrapper{padding:3.5rem 3rem;}
.radio-btns-list-wrapper .items{padding:0.5rem;}
.radio-btn-text{font-size:0.875rem; line-height:1.188rem;}
.radio-btns-list{margin:-0.188rem !important;}
.radio-btns-list .radio-btn1{padding:0.188rem;}
.radio-btns-list .radio-btn1 label{padding:0.4rem 0.6rem;}

/** Instagram Section **/
#sb_instagram #sbi_load {margin-bottom: 3.125rem;}
#sb_instagram #sbi_load .sbi_follow_btn a {min-width: 15rem;}
#sb_instagram #sbi_load .sbi_follow_btn a svg {margin-right: 0.5rem;}

/** Blog Detail Page **/
.destination-section1-inner .left-block {padding-right: 1.875rem;}

}

@media screen and (max-width:991px){
.h1, h1{font-size:2.5rem;}
.services2-hero-section .hero-section h1,
.h2, h2{font-size:2rem;}
.h3, h3{font-size:1.75rem;}
h4{font-size:1.375rem;}
h5{font-size:1.125rem;}
h6{font-size:0.875rem;}
img.alignright, img.alignleft{max-width:25rem;}
blockquote {margin: 1.5rem 0;}
input, textarea, select{font-size:1rem;}
p{margin-bottom:1.5rem;}

/** Header Start **/
.wrapper{padding:4.688rem 0 0;}
.logo {max-width: 4.25rem;}
.header-top-menu ul{justify-content: center;}
.header-top-menu ul li{width:100%;padding:0; text-align:center; justify-content: center; position: relative; flex-direction: column;}
.header-top-menu ul li,
.header-top-menu ul li + li {margin:1rem 0;}
.collapse:not(.show){display: block;opacity:0; visibility:hidden; z-index:-99; transition: all 0.4s ease;}
.navbar-collapse {position: fixed;left:0;top:4.688rem;right:0; bottom: 0;background:var(--light-bg);z-index: 1; padding:4.125rem 1.25rem; height:calc(100vh - 4.688rem); overflow: auto; display: -webkit-flex; display: flex; align-items:center; justify-content: center; flex-direction: column;}
.collapse, .navbar-collapse[aria-expanded="true"]{opacity:1; visibility:visible; z-index:1;}
.header-top-menu ul li.nav-btn>a{max-width:8rem;margin:0 auto;}
.header-top-menu ul li button.sub-menu-toggle {display: block;z-index: 9;cursor: pointer;position: absolute;left: 0;right: 0;top: 0.125rem;bottom: 0;background-position: right center;background-size: 1.5rem;width: 100%;opacity:0;}
.header-top-menu ul.sub-menu {padding:0.5rem 0; min-width:100%; position: relative;left: 0; top:0;z-index: 1;margin:1rem -1rem 0 -1rem;display: none; background: var(--extra-light-bg); border-radius:0;}
.header-top-menu li:hover ul.sub-menu,
.header-top-menu li.active ul.sub-menu {display: block;}
.header-top-menu ul li + li.nav-btn {margin-left: 0;}

/** Hero Section **/
.hero-section .row{min-height:20rem;}
.hero-section h2{margin-bottom:0.8rem;}
.hero-section p{font-size:1rem; line-height:1.5rem;}

/** Home Section 1 Start **/
.row.s-1-col-space{margin:0 -2rem;}
.row.s-1-col-space>div{padding:0 2rem;}

.home-section3 .btn{padding:0 1rem;}
.home-section3 .specialist-card-wrapper .img-cover{border-radius:3rem;}
.row.specialist-space>div:nth-child(even){margin-top:0;}
.specialist-block-wrapper{border-radius:1rem; padding:2rem 3rem;}

/** Home Section 5 Start **/
.logo-list-wrapper.row>div {padding: 0.5rem;}
.logo-list-wrapper .ratio-21x9 {--bs-aspect-ratio: 43.5%;}

/** Footer Start **/
.f-contact-info {padding-left: 2.063rem;font-size:0.875rem;line-height:1.25rem;}
.f-contact-info.mx-md-auto {left: -1.813rem;}
.f-menu li a{font-size:0.875rem;}

/** Services Page Start **/
.light-bg-content-wrapper{padding:1.5rem 1rem;}
.light-bg-content-wrapper.entry-content li{font-size:0.875rem;line-height:1.375rem; padding-left:1.2rem;}
.specialist-card-wrapper p,
.service-contact-block p{font-size:0.875rem;}
.service-contact-block p strong {margin-bottom: 0.5rem;}
.services2-section2 p{font-size:1.25rem;line-height:1.625rem;}
.page-template-tpl_services .hero-section .caption {padding: 2rem 0 !important;}
.page-template-tpl_services .hero-section p{margin-bottom:1rem;}

/** About Us Page Start **/
.default-page-section .gallery.gallery-columns-5 .gallery-item{min-width:25%;max-width:25%;flex-basis:25%;}

.lead{font-size:1.125rem; line-height:1.625rem;}
.default-page-section h1 {margin-bottom: 2rem;}
.default-page-section h2, .default-page-section h3, .default-page-section h4, .default-page-section h5, .default-page-section h6 {margin-bottom: 1.5rem;}
.page-template-page-with-sidebar .default-page-section p{margin-bottom:1.5rem;}
.default-page-section .btn{min-width:8.375rem;}
.default-page-section .gallery.gallery-columns-5 .gallery-item {min-width: 33.333%;max-width: 33.333%;flex-basis: 33.333%;}

/** Default Page Start **/
.default-page.default-page-section h2{margin-bottom:1rem;}
.default-page.default-page-section h3, .default-page.default-page-section h4, .default-page.default-page-section h5, .default-page.default-page-section h6{padding-top:0.5rem;margin-bottom:1rem;}

/** Pricing Page Start **/
.price-items{padding:1rem 0;}

/** Specialists Page Start **/
.specialist-card-wrapper h6{font-size:1.125rem;}

/** Specialists Details Page Start **/
.left-profile-image-wrapper h4{font-size:1.25rem; line-height:2.25rem;}
.specialist-right-content{flex-wrap: wrap;}
.left-profile-image-wrapper {min-width: 100%;max-width: 100%;flex-basis: 100%;}

/** Contact Page Start **/
.map-box-wrapper{border-radius:7rem;}
.form-wrapper{border-radius:1.2rem;padding:4rem 2rem; max-width:100%;}
.form-wrapper h5{line-height:120%;}
.field-1 label{padding-left:1.75rem; margin-bottom:0.25rem;}
.form-profile-image {margin-top: -7.375rem;border-radius: 2.5rem; max-width:7.125rem;}

/** School Readiness Page Start **/
.school-readiness-section1 h2 {margin-bottom: 1.2rem;}

/** Pre Analysis form Page Start **/
.pre-analysis-form-wrapper{padding:2.5rem 2rem;}
.radio-btns-list-wrapper .items{padding:0.5rem 0;}
.radio-btn-text{font-size:0.875rem; line-height:1.188rem;}
.radio-btns-list{margin:-0.188rem !important;}
.radio-btns-list .radio-btn1{padding:0.188rem;}
.radio-btns-list .radio-btn1 label{padding:0.4rem 0.6rem;}

/** Instagram Section **/
#sb_instagram #sbi_load {margin-bottom: 2.125rem;}
#sb_instagram #sbi_load .sbi_follow_btn a {min-width: 13rem; }

/** Blog List Page **/

.new-list .card-body {min-height: 1px;}
.blog-list-page .new-list .card-body h6 {overflow: visible;text-overflow: inherit;display: block;-webkit-line-clamp: inherit;}

/** Blog Detail Page **/
.destination-section1-inner .left-block {min-width: 70%;max-width: 70%;flex-basis: 70%;}
.destination-section1-inner .right-block {min-width: 30%;max-width: 30%;flex-basis: 30%;}
.page-template-tpl-destination .banner-logo {width: 13.75rem;height: 8.938rem;}

}

@media screen and (max-width:767px){
.h1, h1{font-size:2.25rem;}
.services2-hero-section .hero-section h1,
.h2, h2{font-size:1.875rem;}
.h3, h3{font-size:1.625rem;}
h4{font-size:1.25rem;}
blockquote, blockquote p, body, p, ul li, ol li{font-size:0.875rem; line-height:1.5rem;}
img.alignright,
img.alignleft{display: block;float: none;margin:1rem 0;}
.button, .btn{min-width:11rem;}
blockquote{padding-left:1rem;}

/** Hero Section **/
.hero-section .row{min-height:20rem;}
.hero-section .caption{text-align: center;}

/** Home Section 1 Start **/
.row.s-1-col-space{margin:-2rem 0;}
.row.s-1-col-space>div{padding:2rem 0;}
.row.s-1-col-space>div+div{border-left:0;border-top:0.063rem solid rgb(117 197 148 / 50%);}

/** Home Section 2 Start **/
.home-location-wrapper{text-align: center;}
.home-location-wrapper p{margin-bottom:1rem;}
.home-section2 .img-cover{margin: 0 auto;}
.specialist-block-wrapper{padding:1rem;}

/** Footer Start **/
.f-contact-info {width:100%; text-align: center;padding:0;}
.f-contact-info.mx-md-auto {left: 0;}
.f-contact-info .icon {position: static !important; margin-right:0.7rem; width:1.1rem;}
.f-info-label {display: -webkit-flex;display: flex;align-items: center;justify-content: center;}
.social-icon ul {margin: 1rem auto 0 auto;}
.f-menu ul {justify-content: center;}
.gift-card-section {text-align: center;}
.email-btn-wrapper{justify-content: center;}

/** Services Page Start **/
.light-bg-content-wrapper{padding:1rem;}
.service-section3{text-align: center;}
.page-template-tpl_services .hero-section .caption {padding: 2rem 0 !important;}
.page-template-tpl_services .hero-section .col-md-5,
.page-template-tpl_services .hero-section .col-md-7 {min-width: 100%;max-width: 100%;flex-basis: 100%;width: 1000%;}

/** Services 2 Page Start **/
.bdr-title:before{width:100%;}
.services2-hero-section .hero-section{padding-bottom:1rem;}
.services2-section2 p{font-size:1.125rem;line-height:1.5rem;}
.services2-section3 .left-block,
.services2-section3 .right-block{width:100%;}
.specialist-card-wrapper .designation{font-size:0.75rem;}

/** About Us Page Start **/
.internal-hero-section .ratio-21x9{--bs-aspect-ratio:32%;}
.page-nav li + li {margin-top: 1rem;}
.default-page-section .gallery.gallery-columns-3 .gallery-item,
.default-page-section .gallery.gallery-columns-4 .gallery-item,
.default-page-section .gallery.gallery-columns-5 .gallery-item{min-width:50%;max-width:50%;flex-basis:50%;}
.lead{font-size:1rem; line-height:1.5rem;}
.default-page-section h1 {margin-bottom: 1.5rem;}
.default-page-section h2, .default-page-section h3, .default-page-section h4, .default-page-section h5, .default-page-section h6 {margin-bottom: 1rem;}

/** Default Page Start **/
.default-page.default-page-section h2{margin-bottom:0.8rem;}
.default-page.default-page-section h3, .default-page.default-page-section h4, .default-page.default-page-section h5, .default-page.default-page-section h6{padding-top:0.25rem;margin-bottom:0.9rem;}

/** Contact Page Start **/
.map-box-wrapper{border-radius:5rem;}
.form-wrapper{padding:4rem 1.5rem 2rem 1.5rem;}
.field-1 label{padding-left:1rem; font-size:0.875rem;}

/** School Readiness Page Start **/
.school-readiness-section1 h2 {margin-bottom: 0.8rem;}

/** Pre Analysis form Page Start **/
.pre-analysis-form-wrapper{padding:2rem 1.5rem;border-radius:1.4rem}

/** Instagram Section **/
#sb_instagram #sbi_load {margin-bottom: 1.5rem;}

/** Blog Detail Page **/
.destination-section1-inner .right-block, .destination-section1-inner .left-block {min-width: 100%;max-width: 100%;flex-basis: 100%;padding: 0;}
.destination-section1-inner .right-block {margin-top: 0.938rem;}
.destination-section1-inner .left-block h3 {margin-bottom: 0.938rem;}

}

@media screen and (max-width:375px){
.h1, h1{font-size:2rem;}
.services2-hero-section .hero-section h1,
.h2, h2{font-size:1.75rem;}
.h3, h3{font-size:1.5rem;}

/** About Us Page Start **/
.internal-hero-section .ratio-21x9 {--bs-aspect-ratio: 44%;}
.default-page-section h1 {margin-bottom: 1rem;}

.home-section3 .specialist-card-wrapper .img-cover{border-radius:2rem;}

/** Contact Page Start **/
.map-box-wrapper{border-radius:3rem; height:22rem}
.form-wrapper{padding:4rem 1rem 2.5rem 1rem;}
.field-1 label{padding-left:1rem; font-size:0.875rem;}

/** Pre Analysis form Page Start **/
.pre-analysis-form-wrapper{padding:1.5rem 1rem;}

}