@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.woff2') format('woff2'),
        url('../fonts/Calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Bold.woff2') format('woff2'),
        url('../fonts/Calibri-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
:root {
    --black-color:#000000; /** var(--black-color) **/
    --white-color:#ffffff; /** var(--white-color) **/
    --primary-color:#D50000; /** var(--primary-color) **/
    --secondary-color:#003478; /** var(--secondary-color) **/
    --light-color:#F0F0F0; /** var(--light-color) **/
    --extra-light-color:#F5F5F5; /** var(--extra-light-color) **/
    --text-color:#808080; /** var(--text-color) **/
    --primary-font:'Calibri'; /** var(--primary-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 Start **/
@-webkit-keyframes lg-right-end{0%,to{left:0}50%{left:-30px}}@-moz-keyframes lg-right-end{0%,to{left:0}50%{left:-30px}}@-ms-keyframes lg-right-end{0%,to{left:0}50%{left:-30px}}@keyframes lg-right-end{0%,to{left:0}50%{left:-30px}}@-webkit-keyframes lg-left-end{0%,to{left:0}50%{left:30px}}@-moz-keyframes lg-left-end{0%,to{left:0}50%{left:30px}}@-ms-keyframes lg-left-end{0%,to{left:0}50%{left:30px}}@keyframes lg-left-end{0%,to{left:0}50%{left:30px}}@font-face{font-family:"lg";src:url(../fonts/lg.ttf?22t19m)format("truetype"),url(../fonts/lg.woff?22t19m)format("woff"),url(../fonts/lg.svg?22t19m#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-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);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:1080;outline:0;border:0;background-color:transparent}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#fff}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:""}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:""}.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-sub-html,.lg-toolbar{background-color:rgba(0,0,0,.45);left:0}.lg-toolbar{z-index:1082;position:absolute;top:0;width:100%}.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;background:0 0;border:0;box-shadow:none;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#fff}.lg-toolbar .lg-close:after{content:""}.lg-toolbar .lg-download:after{content:""}.lg-sub-html{bottom:0;color:#eee;font-size:16px;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;vertical-align:middle}.lg-next,.lg-prev,.lg-toolbar{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-moz-transition:-moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-o-transition:-o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0;-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;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0d0a0a;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item,.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item,.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-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap,.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #fff;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{-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:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toggle-thumb{background-color:#0d0a0a;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px;outline:medium;border:0}.lg-outer .lg-toggle-thumb:after{content:""}.lg-outer .lg-toggle-thumb:hover{color:#fff}.lg-outer .lg-video-cont{display:inline-block;vertical-align:middle;max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-vimeo .lg-video-play{background:url(../img/vimeo-play.png)no-repeat 0 0}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(../img/vimeo-play.png)no-repeat 0-58px}.lg-outer .lg-has-html5 .lg-video-play{background:url(../img/video-play.png)no-repeat 0 0;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(../img/youtube-play.png)no-repeat 0 0}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(../img/youtube-play.png)no-repeat 0-60px}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;-webkit-transition:opacity .08s ease 0s;-moz-transition:opacity .08s ease 0s;-o-transition:opacity .08s ease 0s;transition:opacity .08s ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;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:""}.lg-show-autoplay .lg-autoplay-button:after{content:""}.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;transition-duration:0s}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s;transition:transform .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.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 .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:""}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:""}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:""}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.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;-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:""}.lg-fullscreen-on .lg-fullscreen:after{content:""}.lg-outer #lg-dropdown-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;-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-overlay,.lg-outer.lg-dropdown-active .lg-dropdown{-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);-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 .lg-icon,.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:""}.lg-outer #lg-share-facebook .lg-icon{color:#3b5998}.lg-outer #lg-share-facebook .lg-icon:after{content:""}.lg-outer #lg-share-twitter .lg-icon{color:#00aced}.lg-outer #lg-share-twitter .lg-icon:after{content:""}.lg-outer #lg-share-googleplus .lg-icon{color:#dd4b39}.lg-outer #lg-share-googleplus .lg-icon:after{content:""}.lg-outer #lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer #lg-share-pinterest .lg-icon:after{content:""}.lg-outer .lg-img-rotate{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0;-webkit-transition:-webkit-transform .3s cubic-bezier(.32,0,.67,0) 0s;-moz-transition:-moz-transform .3s cubic-bezier(.32,0,.67,0) 0s;-o-transition:-o-transform .3s cubic-bezier(.32,0,.67,0) 0s;transition:transform .3s cubic-bezier(.32,0,.67,0) 0s}.lg-rotate-left:after{content:""}.lg-rotate-right:after{content:""}.lg-icon.lg-flip-hor,.lg-icon.lg-flip-ver{font-size:26px}.lg-flip-hor:after{content:""}.lg-flip-ver:after{content:""}.lg-group{*zoom:1}.lg-group:after,.lg-group:before{display:table;content:"";line-height:0}.lg-group:after{clear:both}.lg-outer{width:100%;height:100%;position:fixed;top:0;left:0;z-index:1050;opacity:0;outline:0;-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-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.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{height:100%;width:100%;position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{width:100%;height:100%;position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(../images/loading.gif)no-repeat center center;display:none!important}.lg-outer.lg-css .lg-current,.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-img-wrap,.lg-outer .lg-item{text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap{display:inline-block;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-backdrop,.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000}.lg-backdrop.in,.lg-css3.lg-fade .lg-item.lg-current,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{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,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.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-fade .lg-item,.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-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}
/** lightgallery End **/

/** Magnific Popup Start **/
.mfp-bg,.mfp-container,.mfp-wrap{left:0;top:0;width:100%;height:100%}.mfp-container:before,.mfp-content{display:inline-block;vertical-align:middle}.mfp-bg{z-index:1042;overflow:hidden;position:fixed;background:rgba(45, 45, 45, 0.5);opacity:1;}.mfp-wrap{z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';height:100%}.mfp-align-top .mfp-container:before,.mfp-loading.mfp-figure,.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}.mfp-content{position:relative;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-gallery .mfp-image-holder .mfp-figure,.mfp-zoom{cursor:pointer}.mfp-zoom{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-close,.mfp-preloader a:hover{color:#fff}.mfp-preloader a{color:#ccc}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}.mfp-figure:after,.mfp-iframe-scaler iframe{box-shadow:0 0 8px rgba(0,0,0,.6);position:absolute;left:0}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-arrow:focus,.mfp-arrow:hover,.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-figure,img.mfp-img{line-height:0}.mfp-arrow{position:absolute;opacity:.65;margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-image-holder .mfp-content,img.mfp-img{max-width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{display:block;top:0;width:100%;height:100%;background:#000}.mfp-figure:after,img.mfp-img{width:auto;height:auto;display:block}img.mfp-img{box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure:after{content:'';top:40px;bottom:40px;right:0;z-index:-1;background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile .mfp-bottom-bar:empty,.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}
.mfp-iframe-holder .mfp-close {position: fixed;top: 0;right: 1rem;opacity: 1;font-size: 40px;padding: 0;}
/** Magnific Popup End **/

/*Slick Slider Css Start*/
.slick-slider{position:relative;display:block; -webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y; touch-action:pan-y;-webkit-tap-highlight-color:transparent;}
.slick-list{position:relative; display:block; overflow:hidden; margin:0; padding:0; min-width: 100%;}
.slick-list.dragging{cursor: pointer;}
.slick-slider .slick-track, .slick-slider .slick-list {-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
.slick-track {position:relative; top:0; left: 0;display: block; min-width: 100%;}
.slick-track:before, .slick-track:after {display:table; content:"";}
.slick-track:after {clear:both;}
.slick-loading .slick-track {visibility:hidden;}
.slick-slide{display:none; float:left; height:100%; min-height:0.063rem;}
.slick-initialized .slick-slide{display:block; list-style:none;}
.slick-loading .slick-slide{ visibility: hidden;}
.slick-vertical .slick-slide{display: block; height: auto; border:0.063rem solid transparent;}
.slick-arrow {display:block; position:absolute; top:50%; z-index:2; padding:0; width:2.875rem; height:2.875rem; text-align:center; font-size:0;background:transparent; border:0;cursor:pointer; opacity:1; outline:none; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);transform:translate(0,-50%);border:0; -webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.slick-arrow.slick-prev {left:0;}
.slick-arrow.slick-next {right:0;}
.slick-arrow:after{display:block; content:"";position:absolute; left:0; right:0; top:0; bottom:0;-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s; background-size:100% auto !important; background-repeat: no-repeat;background-image:url(../images/btn-arrow-1.svg);}
.slick-arrow.slick-prev:after {transform: rotate(180deg);}
.slick-arrow.slick-prev:hover:after,
.slick-arrow.slick-next:hover:after{background-image:url(../images/btn-arrow.svg);}
.slick-arrow.slick-prev.arrow-icon:hover .defult-icon {transform: translateX(-120%);}
.slick-arrow.slick-prev.arrow-icon .hover-icon{transform: translateX(120%);}
.slick-arrow:hover {opacity:1; outline:none;}
.slick-dots {display:-webkit-flex;display: flex; align-items: center; justify-content: center; position:static; left:0; right:0; bottom:0; margin:0; padding:0;}
.slick-dots li {margin:0; padding:0.5rem; list-style:none; display:inline-block; position: relative; cursor:pointer;}
.slick-dots li button {display:block; width:0.625rem; height:0.625rem; font-size:0; padding: 0; background:var(--secondary-color); position: relative; border:0; -webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%; cursor:pointer;}
.slick-dots > span{content:""; position: absolute;left:0;right:0; top:0; bottom:0;margin-left: 1.25rem;border-radius:100%; border:0.063rem solid var(--white-color); min-width:2.5rem;max-width:2.5rem;flex-basis:2.5rem; transition: all 0.4s ease-in-out;}
.slick-dots li.slick-active button:focus, .slick-dots li.slick-active button:hover, .slick-dots li.slick-active button,
.slick-dots li button:focus, .slick-dots li button:hover{outline:none; box-shadow:none;background:var(--primary-color);}
.custom-arrows>div {position: relative;display: block; transform: none;}
.custom-arrows>div+div{margin-left:2.5rem;}

/*Slick Slider Css End*/

/* ===== RESET ================================================== */
html[lang]{margin-top: 0 !important;}
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(--secondary-color); margin:1.25rem 0; padding:0; opacity:1;}input, select{vertical-align:middle; margin:0;} ol, ul, li{list-style:none;}
html{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}
blockquote{padding:0 0 0 1.25rem;border-left:0; margin-bottom:2.188rem; position: relative; border-left:0.25rem solid var(--primary-color);}
blockquote,
blockquote p{font-size:1.5rem; line-height:2rem;color:var(--secondary-color); font-weight:400;}

/* ===== GLOBAL ================================================== */
body{font-family:var(--primary-font); font-size:1.5rem; line-height:1.75rem; color:var(--black-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(--secondary-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(--primary-color);}
a:focus{outline:0; outline: none;}
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.5rem; line-height:1.75rem;color:var(--black-color);font-weight:400;}
li a {color:var(--secondary-color);}
.entry-content li a{text-decoration:underline;}
.entry-content li a:hover{text-decoration:none; color:var(--secondary-color);}
.entry-content ul, .entry-content ol {display:inline-block; padding:0; margin:0 0 2.188rem 0;}
.entry-content ul ol, .entry-content ol ul, .entry-content ul ul, .entry-content ol ol{display:block; margin-top:0.313rem;}
.entry-content ul li{list-style:none; padding:0 0 0 1.5rem; margin:0 0 0.6rem 0; position: relative;}
.entry-content ul li:last-child{margin-bottom:0;}
.entry-content ul li:before{display: block; content: ""; width:0.5rem; height:0.5rem;background: var(--black-color); position: absolute; left:0rem; top:0.6rem; border-radius:100%; border:0;}
.entry-content ul li li:before {border: 0.063rem solid var(--secondary-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;}

h1, h2, h3, h4, h5, h6{color:var(--black-color); font-family:var(--secondary-font); line-height:1; font-weight: bold !important; letter-spacing:0; margin:0 0 0.938rem;}
.h1, h1{font-size:4rem;line-height:100%;}
.h2, h2{font-size:2.75rem; line-height:3.25rem;}
.h3, h3{font-size:2rem;line-height:2.438rem;}
h4{font-size:1.5rem; line-height:1.75rem;}
h5{font-size:1.375rem;line-height:1.625rem;}
h6{font-size:1.25rem;line-height:1.5rem;}

p{font-family:var(--primary-font); font-size:1.5rem; line-height:1.75rem; color:var(--black-color); font-weight:400; letter-spacing:0; margin:0 0 1.875rem;}
img{max-width:100%; height:auto; border:none; outline:none;}

section *:last-child{margin-bottom:0;}
.wrapper{padding:13.125rem 0 0 0;}
.wrapper:before {content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: rgba(45, 45, 45, 0.5);opacity: 0;z-index: -1;visibility: hidden;transition: all 0.4s ease;}
.dropdown-opened .wrapper:before{opacity:1; z-index:4; visibility:visible;}
.container{max-width:83.75rem;width:100%; padding:0 1.25rem;}
.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 1rem 1rem 0;max-width:25.375rem; width:100%; height: auto;}
img.alignright {float: right; margin:0 0 1rem 1rem; max-width:25.375rem; width:100%; height: auto;}
img.alignnone, img.aligncenter{margin:0;}
.transition-all{-moz-transition:all 0.4s ease;-webkit-transition:all 0.4s ease;transition:all 0.4s ease;}

.button, .btn {display:inline-block; padding:0 1.125rem 0 2.5rem;background:var(--white-color); border:0.125rem solid var(--primary-color); color:var(--primary-color); font-size:1.5rem; line-height:3.875rem;height:4.125rem;min-width:25rem; font-weight:400;font-family:var(--primary-font); cursor:pointer; letter-spacing:0; text-align:left; -webkit-border-radius:0;-moz-border-radius:0;border-radius:0;box-shadow:none !important; position: relative; left:0;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;}
.button:after, .btn:after{content:"";width:2.875rem;height:2.875rem;background-image:url(../images/btn-arrow.svg); background-position: center; background-repeat: no-repeat; background-size:100% auto;display: inline-block; position:absolute; right:1.125rem; top:50%; margin-top:-1.438rem; transition: all 0.4s ease;}
.button:hover, .btn:hover, .button:focus, .btn:focus, .button:active, .btn:active {color:var(--white-color); border-color:var(--primary-color); background-color:var(--primary-color);}
.button:hover:after, .btn:hover:after, .button:focus:after, .btn:focus:after, .button:active:after, .btn:active:after{background-image:url(../images/btn-arrow-hover.svg); transform:translateX(.6rem);}

.fill-btn[disabled],
.fill-btn{background:var(--primary-color); color:var(--white-color); border-color:var(--primary-color);}
.fill-btn[disabled]:after,
.fill-btn:after{background-image:url(../images/btn-arrow-hover.svg);}
.fill-btn[disabled]:hover, .fill-btn[disabled]:focus, .fill-btn[disabled]:active,
.fill-btn:hover, .fill-btn:focus, .fill-btn:active{background: var(--white-color);color:var(--primary-color) !important; border-color:var(--primary-color) !important;}
.fill-btn[disabled]:hover:after, .fill-btn[disabled]:focus:after, .fill-btn[disabled]:active:after,
.fill-btn:hover:after, .fill-btn:focus:after, .fill-btn:active:after{background-image:url(../images/btn-arrow.svg);}

.btn-arrow2 {padding-right: 4rem !important;}
.btn-arrow2:after{background-image:url(../images/btn-arrow-2.svg); width:2.813rem !important; height:2.813rem !important; border-radius:100%; border:0.125rem solid var(--primary-color); background-size:1.063rem auto; background-position: 0.9rem center;right:1.1rem; margin-top:-1.406rem !important;}
.btn-arrow2:hover:after, .btn-arrow2:focus:after, .btn-arrow2:active:after{border-color:var(--white-color);background-image:url(../images/btn-arrow-2-white.svg);}

/** 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 0 -2.5rem 0;overflow: visible; height:1.25rem;padding:0; box-shadow:none !important; z-index:11;}
.hamburger-box{width:1.75rem;height:0.125rem;display: inline-block;position: relative;}
.hamburger-inner{display: block;top: 50%;margin-top: -0.125rem;}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after{width:1.75rem;height: 0.125rem;background-color:var(--text-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.5rem;}
.hamburger-inner::after{bottom: -0.5rem;}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after{background-color: var(--black-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{transform: rotate(225deg);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;transform: rotate(-90deg);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:999;}
.header-inner{padding:3.5rem 0 4.25rem 0;}
.logo {max-width:15.625rem;}
.language-menu-wrapper,
.header-top-menu{margin-bottom:-0.625rem;}
.header-top-menu ul li{line-height:1;position: relative;}
.header-top-menu>ul>li + li{margin-left:2.25rem;}
.language-menu-wrapper li a,
.header-top-menu ul li a{font-size:1.375rem;line-height:1.625rem;font-weight:400;font-family:var(--primary-font); color:var(--black-color); letter-spacing:0; position: relative; padding:0.625rem 0;overflow: hidden;display: block;}
.language-menu-wrapper li a:before,
.header-top-menu>ul>li>a:before {content: "";position: absolute;left: 0;right: 0;margin: 0 auto;bottom: 0;height: 3px;background: var(--primary-color);width: 0; transition: width 0.4s ease;}
.header-top-menu ul li.current-menu-parent>a:before,
.header-top-menu ul li.current_page_parent>a:before,
.header-top-menu ul li.current_page_item>a:before,
.language-menu-wrapper li:hover>a:before,
.header-top-menu>ul>li:hover>a:before{width:100%;}
.header-top-menu ul li.current-menu-parent>a,
.language-menu-wrapper li:hover>a,
.header-top-menu ul li.current_page_parent>a,
.header-top-menu ul li.current_page_item>a,
.header-top-menu ul li:hover>a {color: var(--black-color);}
.header-top-menu ul.sub-menu {min-width:13.375rem; margin: 0;position: absolute;left: 50%;background: var(--white-color);padding:1.4rem 0 0.5rem 0;transform: translate(-50%, 0); opacity:0; visibility: hidden; z-index: -99;transition:all 0.4s ease;}
.header-top-menu ul.sub-menu li a{padding:0.35rem 1.125rem; color:var(--black-color); white-space: nowrap;}
.header-top-menu .current-menu-parent ul.sub-menu li a,
.header-top-menu ul.sub-menu li:has(~ :hover) a,
.header-top-menu ul.sub-menu li:hover ~ li a{color:var(--text-color);}
.header-top-menu .current-menu-parent ul.sub-menu li.current-menu-item a,
.header-top-menu ul.sub-menu li.current_page_item>a,
.header-top-menu ul.sub-menu li:hover a{color:var(--black-color);}
.header-top-menu .sub-menu-toggle{display: none;}
.header-top-menu li:hover ul.sub-menu{opacity:1; visibility: visible; z-index:1;}
.language-menu-wrapper .wpml-ls-current-language{display: none;}

.header-fixed .header{box-shadow:0 0 1rem rgba(0, 0, 0, 0.05);}
.hide-header{opacity:0; visibility: hidden; z-index:-1; top:-30% !important}
.sticky-link {right: -8.25rem;}
.sticky-link a{font-size: 1.25rem;line-height:1.5rem;max-width:14rem;background: var(--primary-color);display: block;padding:1rem 1.375rem;position: relative;color:var(--white-color);margin-top: -70%;filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));}
.sticky-link a span{opacity:0;}
.sticky-link a img{margin-right:1rem;}
.sticky-link:hover{right:0;}
.sticky-link:hover a span{opacity:1;}

/** Hero Section Start **/
/*.home .hero-section .img-cover{height:calc(100vh - 13.125rem);}*/
.hero-section .img-cover{padding-bottom:46.2%;}
.hero-section .img-cover:after{content:""; position: absolute;left:0; right:0; top:0; bottom:0; /*background: linear-gradient(0deg, rgba(125, 157, 239, 0.2), rgba(125, 157, 239, 0.2));*/ background:linear-gradient(66deg, #003478 8.82%, rgba(255, 255, 255, 0.00) 100%);opacity:0.5;}
.hero-section .img-cover *{position: absolute;left:0; right:0; top:0; bottom:0;}
.hero-section h3{font-size:2.125rem; line-height:2.5rem;}

/** Section 1 Start **/
.home-section1 .container{max-width:71.25rem;}
.filter-wrapper{background:var(--light-color); margin-top:-4.063rem;}
.filter-inner{max-width:45.125rem;}
.page-template-tpl_jobs .filter-inner{max-width:53rem;}
.filter-inner .row{margin:-0.625rem;}
.filter-inner .row>div{padding:0.625rem;}
.selectbox{display:block; width:100%; background:var(--white-color); line-height:3.125rem; position:relative; cursor:pointer; -webkit-border-radius:3rem;-moz-border-radius:3rem;border-radius:3rem;}
.selectbox:after {position:absolute; content:""; right:1.688rem;color:var(--secondary-color); top:50%; transform: translate(0,-50%); z-index:1; background-color:var(--light-color); background-image:url(../images/dropdown-arrow.svg);background-repeat: no-repeat; background-position: center; background-size:0.75rem auto; width:1.75rem; height:1.75rem; border-radius:100%; transition:background-color 0.25s ease-in-out;}
.selectbox select {font-size:1.5rem; display:block; width:100%; padding:0 3.438rem 0 1.563rem; background:transparent; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance:none; position:relative; z-index:2; cursor:pointer; color:var(--black-color); border:0;}
.page-template-tpl_jobs .selectbox select{font-size:1.125rem;}
.selectbox select option {background:var(--light-color); color:var(--secondary-color); padding:0.25rem 0.625rem;}
.selectbox:hover:after{background-color:var(--black-color);}
.filter-wrapper .btn {right: 0;left: auto;top: 50%;transform: translate(0, -50%);margin-right: -6.75rem;}
.page-template-tpl_jobs .filter-wrapper .btn{min-width: 20rem;}

/** Home Section 2 Start **/
.video-wrapper.img-cover{padding-bottom:41.7%;}
.video-wrapper.img-cover.video-iframe-wrapper {padding-bottom: 56%;}
.video-wrapper *{position: absolute; left:0; right:0; top:0; bottom:0; width:100% !important; height:100% !important; max-width:100% !important; max-height:100% !important;}
.video-image{cursor: pointer;}
.video-image:after{content:""; background:url(../images/play-icon.svg) no-repeat center; background-size:100% auto; width: 6rem; height:6rem; display: block; z-index:1; position: absolute; left:50%; top:50%; transform: translate(-50%, -50%);}

/** Home Section 3 Start **/
.s3-content-list-wrapper .items{background:var(--light-color);}
.s3-content-list-wrapper .items .row{min-height:7.375rem;}
.s3-content-list-wrapper .items + .items{margin-top:1.25rem;}
.s3-content-list-wrapper .items .icon{padding:0 0.313rem;}

/** Home Section 4 Start **/
.gray-bg{background:var(--light-color);}
.job-post-content{max-width:20.375rem; width:100%; border-right:0.625rem solid var(--primary-color); min-height:15.5rem;}
.job-post-content h3{max-width:16.188rem; width:100%;}
.job-post-content p{color:var(--text-color);margin-left:2rem;}
.btn-arrow-wrapper a{transition:transform 0.3s ease-in-out !important;}
.job-card-wrapper:hover .btn-arrow-wrapper a{transform: translateX(.6rem);}
.job-card-wrapper:hover .img-cover img{transform: scale(1.05);}
.btn-arrow-wrapper .stretched-link::after{z-index:2;}
.job-list-wrapper .row{margin:-1.563rem;}
.job-list-wrapper .row>div{padding:1.563rem;}
.job-list-wrapper .row>div:nth-child(5){margin-left: auto;}
.job-list-wrapper .row>div:nth-child(5),
.job-list-wrapper .row>div:nth-child(even) {margin-top: -16.125rem;}
.job-list-wrapper .row>div:nth-child(4) .job-post-content{left: auto !important;right:0;border-right:0;border-left:0.625rem solid var(--primary-color); padding-left:2.625rem;}

/** Home Section 5 Start **/
.testimonials-content-wrapper{position: relative;}
.testimonials-content-wrapper::before{content: "";background: var(--primary-color);width: 0.625rem;display: block;position: absolute;top: 50%;bottom: 50%;left: -0.625rem; transition: all 0.4s ease;}
section.active-section .testimonials-content-wrapper::before{top: 0; bottom: 0;}
.testimonials-content-wrapper h2 {max-width: 42.625rem;}
.testimonials-content-wrapper h3 {max-width: 27.063rem;}
.test-name{font-size:1.375rem; line-height:1.625rem;}
.quote-list-slider .items{display: none;}
.quote-list-slider .items.slick-slide,
.quote-list-slider .items:first-child{display:block;}
.quote-list-slider .slick-dots li button{background-color:var(--white-color);}
.quote-list-slider .slick-dots li.slick-active button:focus, .quote-list-slider .slick-dots li.slick-active button:hover, .quote-list-slider .slick-dots li.slick-active button, .quote-list-slider .slick-dots li button:focus, .quote-list-slider .slick-dots li button:hover{background:var(--primary-color);}

.home-section6-new .row{margin:-0.938rem !important;}
.home-section6-new .row>div{padding:0.938rem;}
.home-section6-new .img-cover{background:var(--light-color);}
.home-section6-new .img-cover img {object-fit: contain;max-width: 12rem !important;margin: 0 auto;}

/** Home Section 6 Start **/
.home-section6 .ratio-21x9 {--bs-aspect-ratio: 48.3%;}
.home-section6 .img-cover.ratio-21x9 {background-size: cover;background-attachment: fixed; background-repeat: no-repeat; background-position: center;}
.s6-inner .container:before {content: "";position: absolute;right: calc(-250% + 1.25rem);top: 0;bottom: 0;width: 250%;background: var(--white-color);}
.white-content-wrapper{border-left:0.625rem solid var(--primary-color);}
.home-section6 .btn{min-width:21.875rem;}

/** Home Section 7 Start **/
.accordion-style h4 button {padding: 0;border: 0;background: none;}
.accordion-style .card-header {padding:0;border: 0;}
.accordion-style .card-header button{padding:0.5rem 5.75rem 0.5rem 3.125rem; width:100%;text-align: left;display: block; transition: all 0.4s ease; min-height:6.25rem; color:var(--black-color);}
.accordion-style .card-header button[aria-expanded="true"]{background:var(--light-color); font-weight: 600;}
.accordion-style .items{border-radius:0 !important; border:0 !important; border-bottom:0.188rem solid #D9D9D9 !important; padding:0;}
.accordion-style span.plus-icon svg{}
.accordion-style span.plus-icon {position: absolute;right: 1.75rem;top: 50%; transition: all 0.4s ease; margin-top:-1.531rem;}
.accordion-style h4 button[aria-expanded="true"]+span.plus-icon{transform:rotate(-90deg);}
.accordion-style h4 button[aria-expanded="true"]+span.plus-icon svg{transform: rotate(-180deg) !important;}
.accordion-style .card-header:hover span.plus-icon svg {transition: all 0.4s ease; transform: rotate(-90deg);}
.accordion-style h4 button[aria-expanded="true"]+span.plus-icon svg path:first-child {transition: all ease 0.5s; opacity: 0; visibility: hidden;}
.accordion-style .card-body{padding:0 7.188rem 2.5rem 9.5rem;}
.accordion-style .collapsing .card-body,
.accordion-style .show .card-body{background:var(--light-color);}
.home-section7 .text-link{margin-right:2rem;}
.text-link{color:var(--text-color); font-size:1.5rem; line-height:1.75rem;}
.text-link svg{margin-left:2rem; transition:transform 0.3s ease-in-out;}
.text-link:hover svg{transform: translateX(.6rem);}
.text-link:hover svg path{stroke:var(--primary-color);}
.text-link:hover{color:var(--primary-color);}

/** Footer Start **/
.footer{background:var(--secondary-color);}
.footer-menu ul li {line-height: 1;}
.footer-menu ul li a{font-size:1.125rem;line-height:normal;color: var(--white-color);font-weight:400;position: relative; padding:0.688rem 1.75rem; display: inline-block;}
.footer-menu ul li a:after{content:""; position: absolute;left:0; right:0; bottom:0.5rem; width:0;margin:0 auto; height:0.063rem;background:var(--white-color); transition: width 0.4s ease-in-out;}
.footer-menu ul li a:hover:after{width:calc(100% - 3.5rem);left:1.75rem; right:1.75rem;}
.footer-menu ul li.current-menu-item1>a{background:var(--primary-color);}
.social-links ul {margin-left: -0.625rem;}
.social-links ul li a{transition:transform .3s ease-in-out;}
.scroll-to-top {width:3rem;height:3rem;right:3.063rem; top:-1rem; cursor: pointer;transition:transform .3s ease-in-out;}
.social-links ul li a:hover,
.scroll-to-top:hover{transform: translateY(-0.6rem);}
.copyright-text p{font-size:0.75rem; line-height:0.875rem;}
.footer-logo a{max-width:15.625rem; width:100%; display: block;}

/** Facilities Page Start **/
.home .caption .row {padding-bottom: 0 !important;}
.fifty-fifty-content-wrapper{padding:2.938rem 0 0;}
.hover-div:before,
.fifty-fifty-content-wrapper:before{content:""; position: absolute; left:-3.125rem; right:-3.125rem; top:0; height:28rem; background:var(--light-color); z-index:-1}
.hover-div:before{background:none; z-index:1;}
.fifty-fifty-section .bottom-space + .fifty-fifty-content-wrapper,
.fifty-fifty-content-wrapper + .fifty-fifty-content-wrapper{margin-top:6.25rem;}
.fifty-fifty-content-wrapper .img-cover:after{content:""; position: absolute;bottom:0; left:0; width:19.5rem; height:15.625rem; border-right:0.625rem solid var(--primary-color); background-color:var(--light-color);}
.fifty-fifty-content-wrapper .img-cover>div:after{content:""; position: absolute;bottom:0; left:0; width:calc(19.5rem - 0.625rem); height:calc(15.625rem - 3.25rem); background-color:var(--white-color); z-index:1;}
.ff-content-wrapper h2{padding-bottom:0.25rem;}
.fifty-fifty-content-wrapper .img-cover{max-width:37.5rem; margin-left: auto;}
.fifty-fifty-content-wrapper .flex-row-reverse .img-cover:after{right:0;left: auto;border-right:0;border-left:0.625rem solid var(--primary-color);}
.fifty-fifty-content-wrapper .flex-row-reverse .img-cover>div:after{left:auto;right:0;}
.fifty-fifty-content-wrapper .flex-row-reverse .btn-wrapper,
.fifty-fifty-content-wrapper .flex-row-reverse .ff-content-wrapper{padding-left:4.5rem;}
.fifty-fifty-content-wrapper .img-cover:hover img,
.fifty-fifty-content-wrapper .hover-div:hover + .row .img-cover img{transform: scale(1.1);}

/** Our Story Page Start **/
.page-template-tpl_our-story .ff-content-wrapper h2 {margin-bottom: -0.188rem; display: block;min-height:1rem;}
.page-template-tpl_our-story .fifty-fifty-section {padding-bottom: 0.45rem !important;}
.our-story-section3 .s3-content-list-wrapper .items .row {min-height: 13rem;}
.our-story-section3 .s3-content-list-wrapper .items + .items {margin-top: 1.875rem;}
.second-paragraph-content {max-width: 37.5rem;}

/** Benefits Page Start **/
.page-template-tpl_benefits .ff-content-wrapper{padding-top:4.375rem;}
.page-template-tpl_benefits .fifty-fifty-section{padding-bottom:0 !important;}
.benefits-section3 .accordion-style .card-header h4{font-size:2.125rem;}
.benefits-section3 .accordion-style .items{position: relative; transition: all 0.4s ease; background:none !important}
.benefits-section3 .accordion-style .items:before {content: "";position: absolute;left: -3.125rem;right: -3.125rem;bottom: 0;background: var(--light-color);z-index: -1;top: 0; transition: all 0.4s ease; opacity:0;}
.benefits-section3 .accordion-style .items:after{content:""; position: absolute;left:0; right:0; top:-0.188rem; height:0.188rem; background:var(--white-color); transition: all 0.4s ease;opacity:0;}
.benefits-section3 .accordion-style .items.active:after,
.benefits-section3 .accordion-style .items.active:before{opacity:1;}
.benefits-section3 .accordion-style .items.active{border-color: transparent !important;}

/** Faq's Page Start **/
/*.page-template .hero-section .caption{margin-bottom:0 !important}
.page-template .hero-section .row,
.page-template .hero-section .container,
.page-template-tpl_contact .hero-section .container,
.page-template-tpl_faqs .hero-section .container{padding-bottom:0 !important; margin-bottom:0 !important;}*/

.page-template-tpl_contact .hero-section h1,
.page-template-tpl_faqs .hero-section h1{max-width:31.5rem; width:100%;}
.page-template-tpl_contact .hero-section h3,
.page-template-tpl_faqs .hero-section h3{font-size:1.5rem; line-height:120%; max-width:31.25rem; width:100%;}
.page-template-tpl_faqs .accordion-style .card-header button{min-height:9.25rem;}
.load-more-btn-wrapper a{color:var(--text-color); font-size:1.5rem; line-height:120%;}
.load-more-btn-wrapper a i{bottom:0;}
.load-more-btn-wrapper a:hover i{bottom:-0.8rem;}

/** Contact Page Start **/
.form-block-wrapper{background:var(--light-color); padding:3.25rem 6.375rem 3.625rem 3rem;}
.form-style input, .form-style textarea{width:100%; border-radius:2rem; height:3.125rem; padding:0.25rem 1.563rem; border:0; font-size:1.5rem; color:var(--text-color);}
.form-style textarea{resize:none;display: block;height:12.625rem; border-radius:0; line-height:120%;padding-top: 0.8rem;padding-bottom: 0.8rem;}
.fields-group{max-width:47rem;}
.form-style .field + .field{margin-top:0.625rem;}
.form-style .row{margin:-0.313rem -1.563rem;}
.form-style .row>div{padding:0.313rem 1.563rem;}
.checkbox input{position: absolute; opacity:0;cursor: pointer;}
.checkbox label{font-size:1.5rem; line-height:1.813rem; color:var(--text-color); padding-left:3.125rem; display: block; cursor: pointer;}
.checkbox label:after,
.checkbox label:before{content: "";position: absolute;left:0; top:0; width:2.125rem; height:2.125rem; background:var(--white-color); border:0.063rem solid var(--white-color); transition: all 0.4s ease;}
.checkbox label:after{background:url(../images/check-icon.svg) no-repeat center; background-size:1.4rem auto; opacity:0;left:0.063rem; top:0.063rem;width:2rem; height:2rem;}
.checkbox input:checked + label:before{border-color:var(--primary-color);}
.checkbox input:checked + label:after{opacity:1;}
.form-note {color:var(--text-color);}
.alert-success1 p,
.alert-success1 h4{color:var(--black-color);}
.btn-box-wrapper .btn .spinner-border {position: absolute;left: 50%;top: 50%;margin: -1rem 0 0 -1rem;}

.radio-btn-list-wrapper{margin:-0.5rem;}
.radio-btn-list-wrapper>div{padding:0.5rem;}
.radio-btn-list-wrapper .radio-btn{background:var(--white-color); padding:0.7rem 1.625rem; color:var(--black-color); font-size:1.5rem; line-height:1.75rem; border-radius:2rem; display: inline-block; cursor: pointer;}
.radio-btn-list-wrapper .radio-btn:hover, .radio-btn-list-wrapper .radio-btn:focus, .radio-btn-list-wrapper .radio-btn:active{color:var(--white-color); background-color:var(--primary-color);}
.radio-btn-list-wrapper input:checked + .radio-btn{color:var(--white-color); background-color:var(--primary-color);}

/** Medical Page Start **/
.medical-content-info-wrapper{max-width:34.375rem;}
.medical-content-list-wrapper{max-width:28.125rem;}
.counter-number{font-size:7.5rem; line-height:120%; color:var(--secondary-color); border-bottom:0.563rem solid var(--primary-color);}
.medical-content-list-wrapper small{font-size:0.75rem; line-height:120%; color:var(--text-color);}
.medical-content-list-wrapper .items + .items {margin-top: 4rem;}
.ff-content-height {min-height: 25.2rem;}
.ff-content-height>div {margin-top: -3.25rem;}
.ff-content-wrapper .accordion-style .card-header button{padding-left:0;font-weight:bold !important;}
.ff-content-wrapper .accordion-style .card-header h4{font-size:2.125rem; line-height: 120%;}
.ff-content-wrapper .accordion-style .collapsing .card-body, .ff-content-wrapper .accordion-style .show .card-body,
.ff-content-wrapper .accordion-style .card-header button[aria-expanded="true"]{background:none;}
.ff-content-wrapper .accordion-style .card-body {padding: 0 1.5rem 3.8rem 0;}
.ff-content-wrapper .accordion-style p{max-width:100%;}
.ff-content-wrapper .accordion{width:56.25rem;}
.fifty-fifty-content-wrapper .flex-row-reverse .ff-content-wrapper .accordion {left: -18.625rem;}
.dark-section{background:var(--secondary-color);}
.dark-section *{color:var(--white-color);}

.latest-job-list-wrapper .btn{min-width:15.625rem; padding-left:2.188rem}
.latest-job-list-wrapper .row{min-height:5.938rem;}
.latest-job-list-wrapper .date-col p,
.items-header p{font-size:1.375rem; line-height:120%;color:var(--text-color);}
.latest-job-list-wrapper .items{border-bottom:0.188rem solid #D9D9D9;}
.latest-job-list-wrapper .date-col p{color:var(--black-color); text-transform: lowercase;}
.latest-job-offers-section .btn-box{margin-left:-3.125rem;}

/** Jobs Page Start **/
.intro-section p a{text-decoration: underline;color:var(--black-color);}
.intro-section p a:hover{text-decoration: none;}
.page-template-tpl_jobs .latest-job-list-wrapper .row{min-height:10rem;}

.job-details-section iframe {min-height: 100rem;}
.page-template-tpl_jobs .sticky-link{display: none !important;}


/*======================================================================
=============================:: MEDIA CSS ::============================
=======================================================================*/

@media screen and (max-width:1619px){
/*.hero-section .img-cover{padding-bottom:30%;}*/
}

@media screen and (max-width:1419px){
/*.hero-section .img-cover{padding-bottom:32%;}*/

/** Medical Page Start **/
.ff-content-wrapper .accordion {width: 55.25rem;}
.fifty-fifty-content-wrapper .flex-row-reverse .ff-content-wrapper .accordion {left: -20.625rem;}
.latest-job-offers-section .btn-box{margin-left:0;}

}

@media screen and (max-width:1349px){
.button, .btn{padding:0 1rem 0 1.5rem; min-width:22rem;}
.button:after, .btn:after{right:1rem;}

/*.hero-section .img-cover{padding-bottom:35%;}*/

/** Home Section 1 Start **/
.filter-wrapper .btn {margin-right:-2.5rem;}
.page-template-tpl_jobs .filter-inner{max-width:49rem;}

/** Medical Page Start **/
.ff-content-wrapper .accordion {width: 54.25rem;}
.fifty-fifty-content-wrapper .flex-row-reverse .ff-content-wrapper .accordion {left: -23rem;}

}

@media screen and (max-width:1199px){
.h1, h1{font-size:3.375rem;}
.h2, h2{font-size:2.5rem; line-height:3rem;}
.h3, h3{font-size:1.875rem;line-height:2.25rem;}
body, p, ul li, ol li{font-size:1.375rem; line-height:1.625rem;}
.button, .btn{height:3.625rem; line-height:3.375rem; font-size:1.375rem;min-width:20.3rem;}
.button:after, .btn:after{width:2.25rem;height:2.25rem;margin-top:-1.125rem;}
.btn-arrow2:after{width:2.5rem !important; height:2.5rem !important; background-size:0.875rem auto; background-position: 0.9rem center;margin-top:-1.25rem !important;}

/** Header Start **/
.wrapper {padding:10.375rem 0 0 0;}
.header-inner {padding:2rem 0 3rem 0;}
.header-top-menu>ul>li + li {margin-left: 1.4rem;}
.language-menu-wrapper li a, .header-top-menu ul li a {font-size: 1.25rem;line-height: 1.5rem;}

/** Hero Section Start **/
/*.hero-section .img-cover{padding-bottom:38%;}*/
.hero-section h3{font-size:1.875rem; line-height:2.25rem;}

/** Home Section 1 Start **/
.filter-wrapper{margin-top:-3.063rem;}
.filter-inner {max-width: 42rem;}
.page-template-tpl_jobs .filter-inner{max-width: 38rem;}
.filter-wrapper .btn {margin-right: -0.5rem;}
.selectbox select {font-size: 1.375rem;}
.filter-wrapper .btn{min-width:17rem;}

/** Home Section 4 Start **/
.job-post-content{max-width:16.375rem; border-right:0.5rem solid var(--primary-color); min-height:13rem;}
.job-post-content h3{max-width:13.188rem;}
.job-post-content p{margin-left:1.563rem;}
.job-list-wrapper .row{margin:-0.938rem;}
.job-list-wrapper .row>div{padding:0.938rem;}
.job-list-wrapper .row>div:nth-child(5),
.job-list-wrapper .row>div:nth-child(even) {margin-top:-13.125rem;}
.job-list-wrapper .row>div:nth-child(4) .job-post-content{border-left:0.5rem solid var(--primary-color); padding-left:1.875rem;}

/** Home Section 5 Start **/
.testimonials-content-wrapper::before{width:0.5rem;}
.testimonials-content-wrapper h3 {max-width: 25rem;}
.test-name{font-size:1.25rem; line-height:1.5rem;}

.home-section6-new .img-cover img {max-width: 9rem !important;}

/** Home Section 6 Start **/
.white-content-wrapper{border-left:0.5rem solid var(--primary-color);}
.home-section6 .img-cover.ratio-21x9{background-attachment: inherit;}

/** Home Section 7 Start **/
.accordion-style .card-header button {padding:0.5rem 5.5rem 0.5rem 2.5rem;}
.accordion-style .items{border-bottom:0.125rem solid #D9D9D9;}
.accordion-style span.plus-icon {right: 1.5rem;}
.accordion-style .card-body {padding: 0 6.188rem 2.2rem 7.5rem;}
.accordion-style .card-header h4{font-size:1.375rem; line-height:1.5rem;}
.home-section7 .text-link{margin-right:1.5rem;}

/** Facilities Page Start **/
.fifty-fifty-content-wrapper{padding:2.5rem 0 0;}
.hover-div:before,
.fifty-fifty-content-wrapper:before{left:-1.25rem; right:-1.25rem;height:24.75rem;}
.fifty-fifty-section .bottom-space + .fifty-fifty-content-wrapper,
.fifty-fifty-content-wrapper + .fifty-fifty-content-wrapper{margin-top:5rem;}
.ff-content-wrapper h2{padding-bottom:0;}
.fifty-fifty-content-wrapper .flex-row-reverse .btn-wrapper, .fifty-fifty-content-wrapper .flex-row-reverse .ff-content-wrapper {padding-left: 0.5rem;}
.fifty-fifty-content-wrapper .img-cover:after{width:15rem; height:11rem; border-right:0.5rem solid var(--primary-color);}
.fifty-fifty-content-wrapper .flex-row-reverse .img-cover:after {border-left: 0.5rem solid var(--primary-color);}
.fifty-fifty-content-wrapper .img-cover>div:after{width:calc(15rem - 0.625rem); height:calc(11rem - 3.25rem);}

/** Benefits Page Start **/
.page-template-tpl_benefits .ff-content-wrapper{padding-top:1rem;}
.benefits-section3 .accordion-style .card-header h4{font-size:1.875rem;}

/** Contact Page Start **/
.form-block-wrapper{padding:2.25rem 5.375rem 2.625rem 2rem;}
.form-style .row{margin:-0.313rem -1rem;}
.form-style .row>div{padding:0.313rem 1rem;}
.form-style input, .form-style textarea{font-size:1.375rem;}
.checkbox label{font-size:1.375rem; line-height:1.688rem;}

.radio-btn-list-wrapper{margin:-0.4rem;}
.radio-btn-list-wrapper>div{padding:0.4rem;}
.radio-btn-list-wrapper .radio-btn{font-size:1.375rem; line-height:120%; padding:0.75rem 1.625rem;}

/** Medical Page Start **/
.counter-number{font-size:6.5rem; border-bottom:0.5rem solid var(--primary-color);}
.medical-content-list-wrapper .items + .items {margin-top: 3rem;}

.ff-content-height {min-height: 22.3rem;}
.ff-content-height>div {margin-top:-2.7rem;}
.ff-content-wrapper .accordion {width: 42rem;}
.fifty-fifty-content-wrapper .flex-row-reverse .ff-content-wrapper .accordion {left:-15rem;}
.ff-content-wrapper .accordion-style .card-header h4 {font-size: 1.875rem;}

.latest-job-list-wrapper .btn{min-width:14rem; padding-left:2rem}
.latest-job-list-wrapper .row{min-height:5.938rem;}
.latest-job-list-wrapper .date-col p,
.items-header p{font-size:1.25rem;}
.latest-job-list-wrapper .items{border-bottom:0.125rem solid #D9D9D9;}

/** Jobs Page Start **/
.page-template-tpl_jobs .latest-job-list-wrapper .row{min-height:8rem;}

}

@media screen and (max-width:991px){
.h1, h1{font-size:2.75rem;}
.h2, h2{font-size:2.125rem; line-height:2.5rem;}
.h3, h3{font-size:1.75rem;line-height:2.125rem;}
body, p, ul li, ol li{font-size:1.25rem; line-height:1.5rem;}
p{margin-bottom:1.25rem;}
.button, .btn{font-size:1.5rem;}
.entry-content ul li:before{width:0.375rem; height:0.375rem;}
.entry-content ul li {padding: 0 0 0 1rem;margin: 0 0 0.5rem 0;}
.slick-arrow{width:1.875rem; height:1.875rem;}

/** Header Start **/
.wrapper{padding:8.75rem 0 0 0;}
.header{padding:1.688rem 0;}
.header-inner{padding:0;}
.header-inner nav{align-items:center !important;}
.header-fixed .header{margin:0;}
.header-top-menu ul li{display: block; width:100%;padding:0;}
.header-top-menu{width:100%;}
.language-menu-wrapper, .header-top-menu {margin-bottom:0; width:100%;}
.header-top-menu>ul>li+li {margin:0.7rem 0 0;}
.language-menu-wrapper li a:before, .header-top-menu>ul>li>a:before{display: none;}
.language-menu-wrapper li a, .header-top-menu ul li a{font-size:1.5rem; font-weight:bold; padding:0.5rem 0;}
.header-top-menu ul li button.sub-menu-toggle {font-size: 0;z-index: 1;cursor: pointer;border: 0;width:2rem;height:2rem;background: url(../images/dropdown-icon.svg) no-repeat center;background-size: 1rem auto;display: inline-block;padding: 0; margin:0 0 0 0.5rem; position: absolute;top:0.65rem;right:0;}
.header-top-menu ul li button.sub-menu-toggle span{display: none;}
.collapse:not(.show){display: block;opacity:0; visibility:hidden; z-index:-99; transition: all 0.4s ease;}
.navbar-collapse {position: fixed;left:0;top:8.75rem;right:0; bottom: 0;background:var(--light-color);z-index: 1; padding:2rem 2.813rem; height:calc(100vh - 8.75rem); overflow: auto; display: -webkit-flex; display: flex; flex-direction: column; border-top:0.063rem solid var(--light-bg);}
.collapse, .navbar-collapse[aria-expanded="true"]{opacity:1; visibility:visible; z-index:1;}
.header-top-menu ul.sub-menu{position: relative; left:0; transform:none; opacity:1; visibility:visible; z-index:1;display: block; background:var(--light-color); padding:0rem 1.375rem;}
.header-top-menu ul.sub-menu li{padding:0.6rem 0;}
.header-top-menu ul.sub-menu li a{font-weight:400; padding: 0.5rem 1rem;}
.header-top-menu li.active ul.sub-menu{display: none;}
.header-top-menu ul li button.sub-menu-toggle {width: 100%;opacity:0; }

/** Hero Section Start **/
.hero-section .img-cover{padding-bottom:45%;}
.hero-section h3{font-size:1.625rem; line-height:2.125rem;}

/** Home Section 1 Start **/
.filter-wrapper{text-align: center;margin-top:-1.125rem;}
.filter-inner .row {margin: -0.313rem;}
.filter-inner .row>div{padding:0.313rem;}
.page-template-tpl_jobs .filter-inner,
.filter-inner {max-width: 100%;}
.selectbox select {font-size: 1.125rem;}
.filter-wrapper .btn {position:relative !important;margin:6px auto -48px auto !important;transform: none; width:100%;}

/** Home Section 4 Start **/
.job-post-content{max-width:14rem; border-right:0.313rem solid var(--primary-color); min-height:12rem;}
.job-post-content h3{max-width:12rem;}
.job-post-content p{margin-left:1.125rem;}
.job-list-wrapper .row>div:nth-child(5),
.job-list-wrapper .row>div:nth-child(even) {margin-top:-10.125rem;}
.job-list-wrapper .row>div:nth-child(4) .job-post-content{border-left:0.313rem solid var(--primary-color); padding-left:1.4rem;}

/** Home Section 5 Start **/
.testimonials-content-wrapper::before{width:0.313rem;}
.testimonials-content-wrapper h3 {max-width: 23rem;}
.test-name{font-size:1.125rem; line-height:1.375rem;}

.home-section6-new .img-cover img {max-width: 70% !important;}

/** Home Section 6 Start **/
.white-content-wrapper{border-left:0.313rem solid var(--primary-color);}

/** Home Section 7 Start **/
.accordion-style .card-header button {padding:0.5rem 5.5rem 0.5rem 1.5rem;}
.accordion-style span.plus-icon {right: 1rem;}
.accordion-style .card-body{padding:0 4.188rem 1.5rem 4.5rem;}
.collapse:not(.show){display: none;}
.accordion-style .card-header h4{font-size:1.25rem; line-height:1.375rem;}
.accordion-style .card-header h4 button{text-align: left;}
.home-section7 .text-link{margin-right:1rem;}

/** Footer Start **/
.scroll-to-top {top:9.1rem;}

/** Facilities Page Start **/
.fifty-fifty-content-wrapper{padding:1.5rem 0;}
.hover-div:before,
.fifty-fifty-content-wrapper:before{height:19rem;}
.fifty-fifty-section .bottom-space + .fifty-fifty-content-wrapper,
.fifty-fifty-content-wrapper + .fifty-fifty-content-wrapper{margin-top:3rem;}
.fifty-fifty-content-wrapper .flex-row-reverse .btn-wrapper, .fifty-fifty-content-wrapper .flex-row-reverse .ff-content-wrapper {padding-left: 0;}
.fifty-fifty-content-wrapper .img-cover:after{width:8.5rem; height:6.75rem; border-right:0.313rem solid var(--primary-color);}
.fifty-fifty-content-wrapper .flex-row-reverse .img-cover:after {border-left: 0.313rem solid var(--primary-color);}
.fifty-fifty-content-wrapper .img-cover>div:after{width:calc(8.5rem - 0.313rem); height:calc(6.75rem - 2.25rem);}

/** Benefits Page Start **/
.page-template-tpl_benefits .ff-content-wrapper{padding-top:0;}
.benefits-section3 .accordion-style .card-header h4{font-size:1.625rem;}

/** Contact Page Start **/
.form-block-wrapper{padding:2rem;}
.form-style .row{margin:-0.313rem -0.75rem;}
.form-style .row>div{padding:0.313rem 0.75rem;}
.form-style input, .form-style textarea{font-size:1.25rem;}
.checkbox label{font-size:1.25rem; line-height:1.438rem;}

.radio-btn-list-wrapper .radio-btn{font-size:1.25rem; padding:0.82rem 1.625rem;}

/** Medical Page Start **/
.counter-number{font-size:5.5rem; border-bottom:0.375rem solid var(--primary-color);}
.medical-content-list-wrapper .items + .items {margin-top: 2.5rem;}

.ff-content-wrapper .accordion {width: 45.5rem;}
.ff-content-height {min-height: 17.5rem;}
.ff-content-height>div {margin-top: -1.7rem;}
.fifty-fifty-content-wrapper .flex-row-reverse .ff-content-wrapper .accordion {left: -23.5rem;}
.ff-content-wrapper .accordion-style .card-header h4 {font-size: 1.625rem;}

.latest-job-list-wrapper .btn{min-width:12rem; padding-left:1rem}
.latest-job-list-wrapper .row{min-height:5.938rem;}
.latest-job-list-wrapper .date-col p,
.items-header p{font-size:1.125rem;}
.latest-job-list-wrapper .items{border-bottom:0.063rem solid #808080;}

/** Jobs Page Start **/
.page-template-tpl_jobs .latest-job-list-wrapper .row{min-height:5.938rem;}

}

@media screen and (max-width:767px){
.h1, h1{line-height:100%;}
.h1, h1, .h2, h2{font-size:2.125rem; line-height:2.5rem;}
.h3, h3{font-size:1.5rem;line-height:1.5rem;}
body, p, ul li, ol li{font-size:1rem; line-height:1.188rem;}
img.alignright,
img.alignleft{display: block;float: none;margin:1rem 0;}
.entry-content ul li:before{top:0.45rem;}
/** Header Start **/
.wrapper {padding: 12.4rem 0 0 0;}

.sticky-link{left:0; right:0 !important;transform: none !important;top: 8.75rem !important; transition: all 0.4s ease;}
.sticky-link a{font-size: 1.5rem;max-width:100%;width:100%;padding:1.06rem 1.2rem 1.06rem 1.125rem; margin:0;}
.sticky-link a img{display: none;}
.sticky-link a span{opacity:1;}
.sticky-link a:before{content:"";position: absolute;top:1rem; right:1.563rem; background:url(../images/white-arrow.svg) no-repeat center; background-size:100% auto; width:1.75rem; height:1.75rem; transition:transform .3s ease-in-out;}
.sticky-link a:hover:before{transform: translateX(.6rem);}
.header-fixed .sticky-link{top:-30% !important;opacity: 0;visibility: hidden;z-index: -1;}

/** Hero Section Start **/

.page-template .hero-section .caption {margin-bottom: 2rem !important;}
.home .caption .container{padding-bottom:0 !important; margin-bottom:0 !important}
/*.home .hero-section .img-cover{height: auto;padding-bottom: 80%;}*/
.hero-section .img-cover {height: auto;padding-bottom: 101%;}
.hero-section h1 {font-size:2.125rem; line-height:120%;}
.hero-section h3{font-size:1.4rem; line-height:1.75rem;}

/** Home Section 1 Start **/
.selectbox{line-height:2.375rem;}
.selectbox select {font-size: 1rem;padding:0 3.125rem 0 1.25rem;}
.selectbox:after{right:1rem;}
.filter-wrapper .btn{min-width:15rem; width:100%; font-size:1rem;height: 3rem;line-height: 2.75rem; margin-bottom:-2.6rem !important;}
.filter-wrapper .btn:after {width: 1.5rem;height: 1.5rem;margin-top: -0.75rem;}

/** Home Section 2 Start **/
.video-wrapper.img-cover {padding-bottom: 100%;margin: 0 -1.25rem;width: auto;}

/** Home Section 3 Start **/
.s3-content-list-wrapper .items .col-3{padding-right:0;}
.s3-content-list-wrapper .items .icon{padding-right:0;height:3.8rem;}
.s3-content-list-wrapper .items .icon img{width:100%; height:100%; object-position: center; object-fit: scale-down;display: block;}
.s3-content-list-wrapper .items p{font-size:1rem; line-height:1.188rem;}
.s3-content-list-wrapper .items + .items {margin-top: 0.875rem;}
.s3-content-list-wrapper .items .row {min-height: 5.36rem;}

/** Home Section 4 Start **/
.job-post-content{max-width:16.25rem; min-height:9.063rem;}
.job-post-content h3{max-width:13.5rem;}
.job-list-wrapper .container{padding:0;}
.job-list-wrapper .row{margin:-2.188rem -0.938rem;}
.job-list-wrapper .row>div{padding:2.188rem 0.938rem;}
.job-list-wrapper .row>div:nth-child(1) {margin-top: -3.75rem;}
.job-list-wrapper .row>div:nth-child(5),
.job-list-wrapper .row>div:nth-child(even) {margin-top:0;}
.job-list-wrapper .row>div:nth-child(even) .job-post-content,
.job-list-wrapper .row>div:nth-child(4) .job-post-content{left: auto !important;right:0;border-right:0;border-left:0.313rem solid var(--primary-color); padding-left:1rem;}
.job-card-wrapper {padding-left: 26%;}
.job-list-wrapper .row>div:nth-child(even) .job-card-wrapper {padding-left: 0;padding-right:26%;}
.job-post-content{padding-left:1rem;}
.btn-arrow-wrapper a svg {width:2.25rem;height:2.25rem;}

/** Home Section 5 Start **/
.home-section5 .img-cover{max-width:17.5rem; margin:0 auto;}
.testimonials-content-wrapper h2{font-size:1.5rem; line-height:1.75rem;}
.testimonials-content-wrapper h3 {font-size:1rem; line-height:1.188rem;}
.test-name{font-size:0.75rem; line-height:0.875rem;}
.testimonials-content-wrapper::before{left:0;}

.home-section6-new .row{margin:-0.5rem !important;}
.home-section6-new .row>div{padding:0.5rem;}

/** Home Section 6 Start **/
.s6-inner{position: relative !important;}
.s6-inner .container:before{display: none;}
.home-section6 .ratio-21x9 {--bs-aspect-ratio: 116%;}
.s6-inner .white-content-wrapper {border: 0;}
.home-section6 .btn{min-width:20.25rem;}

/** Home Section 7 Start **/
.accordion-style .card-header button {padding:0.5rem 4rem 0.5rem 1.063rem;}
.accordion-style .items{border-bottom:0.063rem solid #808080 !important;}
.accordion-style .card-body{padding:0 2.813rem 2rem 2.813rem;}
.accordion-style span.plus-icon {right:0.5rem;}
.accordion-style span.plus-icon svg{width:2.875rem; height:2.875rem;}
.accordion-style .card-header h4{font-size:1rem; line-height:1.188rem;}
.text-link svg {margin-left: 1.125rem; width:2.625rem; height:2.625rem;}
.home-section7 .text-link{margin-right:0.5rem;}

/** Footer Start **/
.social-wrapper {display: -webkit-flex;display: flex;align-items: center;}
.social-wrapper h4{font-size:1.5rem; margin-right:2.6rem;}
.copyright-text {flex-direction: column-reverse;}
.footer-logo a{max-width:11.25rem;}
.scroll-to-top {top: auto;bottom: 5.2rem;}

/** Facilities Page Start **/
.fifty-fifty-content-wrapper .row{flex-direction: column-reverse !important;}
.fifty-fifty-section .bottom-space + .fifty-fifty-content-wrapper,
.fifty-fifty-content-wrapper + .fifty-fifty-content-wrapper {margin-top:0.6rem;}
.fifty-fifty-content-wrapper .img-cover {max-width: 16.313rem; right:-20px;}
.fifty-fifty-content-wrapper {padding: 2.8rem 0 1.5rem 0;}
.hover-div:before,
.fifty-fifty-content-wrapper:before {bottom: 0;top: 7.875rem; height: auto;}
.fifty-fifty-content-wrapper .img-cover>div:after{display: none;}
.ff-content-wrapper h2 {padding-right:33%; margin-bottom:0.75rem;word-wrap: break-word; min-height:5rem; display: -webkit-flex; display: flex; align-items: flex-end; font-size:1.7rem;}
.ff-content-wrapper {margin-top: -4.4rem;position: relative;z-index: 1;}
/*.fifty-fifty-content-wrapper .flex-row-reverse .img-cover:after {left: 0;border-left: 0;border-right: 0.313rem solid var(--primary-color);}*/
.fifty-fifty-content-wrapper .flex-row-reverse .img-cover {margin-left: 0;right: 0;left: -20px;}
.fifty-fifty-content-wrapper .flex-row-reverse .ff-content-wrapper h2 {padding-left: 36%;padding-right: 0;}
.ff-content-wrapper p{padding-left:1.5rem;}
.fifty-fifty-content-wrapper .btn-wrapper{padding-left:1.5rem !important;margin-bottom: -3rem;}
.fifty-fifty-content-wrapper .btn {height: 3rem;line-height: 2.75rem;font-size: 1.25rem;padding: 0 3.1rem 0 1rem !important; min-width:17.3rem;}
.fifty-fifty-content-wrapper .btn-arrow2:after {width: 2rem !important;height: 2rem !important;background-size: 0.6rem auto;background-position: 0.7rem center;margin-top: -1rem !important;right: 0.9rem;}
.fifty-fifty-section .bottom-space {padding-bottom: 1.5rem;}

/** Our Story Page Start **/
.page-template-tpl_our-story .ff-content-wrapper {margin-top: -5.375rem;}
.page-template-tpl_our-story .ff-content-wrapper p {padding-left: 0;}
.our-story-section3 .s3-content-list-wrapper .items .row{position: relative;}
.our-story-section3 .col-3 {position: absolute;top: 1.3rem; left:0.7rem;}
.our-story-section3 .col-9{width:100%;}
.our-story-section3 .col-9>div{padding:1.125rem 1.688rem !important;}
.our-story-section3 h3{line-height:120%; padding-left:4.625rem;padding-bottom:1.063rem; min-height:4.313rem;display: -webkit-flex; display: flex; align-items:center; width:106%;}
.our-story-section3 .s3-content-list-wrapper .items + .items {margin-top: 2.5rem;}
.second-paragraph-content{max-width:100%;}

/** Benefits Page Start **/
.benefits-section3 .accordion-style .card-header h4{font-size:1.5rem;}
.page-template-tpl_benefits .fifty-fifty-content-wrapper{padding:2.5rem 0;}
.page-template-tpl_benefits .fifty-fifty-content-wrapper .col-md-6:last-child{display: none;}
.page-template-tpl_benefits .ff-content-wrapper h2{font-size:1.5rem; line-height:120%;padding:0 1.563rem; }
.page-template-tpl_benefits .fifty-fifty-content-wrapper:before {bottom: 0;top: 0;}
.page-template-tpl_benefits .ff-content-wrapper{margin-top:0;}
.benefits-section3 .accordion-style .card-header h4 button,
.benefits-section3 .accordion-style .collapsing .card-body, .benefits-section3 .accordion-style .show .card-body{background:none;}
/*.benefits-section3 .accordion-style .items:after,
.benefits-section3 .accordion-style .items:before{display: none;}
.benefits-section3 .accordion-style .items.active {border-color:#D9D9D9 !important;}*/

/** Faq's Page Start **/
.page-template-tpl_contact .hero-section h3, 
.page-template-tpl_faqs .hero-section h3{display: none;}
.page-template-tpl_contact .hero-section h1,
.page-template-tpl_faqs .hero-section h1 {margin-bottom:0.75rem !important;}
.page-template .caption,
.page-template-tpl_faqs .caption{padding-bottom:0.5rem !important}
.page-template-tpl_faqs .accordion-style .card-header button{min-height:6.25rem;}

/** Contact Page Start **/
.form-block-wrapper{padding:1.563rem 1.563rem 1rem 1.563rem;}
.form-style .row{margin:-0.438rem -0.75rem;}
.form-style .row>div{padding:0.438rem 0.75rem;}
.form-style input, .form-style textarea{font-size:1rem; height:2.375rem; padding:0.188rem 1.25rem;}
.form-style textarea{height:15.438rem;padding:0.5rem 1.25rem;}
.checkbox label{font-size:1rem; line-height:1.25rem;}
.checkbox label:before{width:1.625rem; height:1.625rem}
.checkbox label:after{width:1.5rem;height:1.5rem; background-size:1rem;}
.form-note {text-align: center;position: relative;top: 4.5rem;}
.btn-box-wrapper {position: absolute;bottom:-5rem; width:100%; left:0; right:0; text-align: center;}

.radio-btn-list-wrapper .radio-btn {font-size: 1rem;padding: 0.6rem 1.5rem;}

/** Medical Page Start **/
.counter-number{font-size:3.75rem; border-bottom:0.25rem solid var(--primary-color);}
.medical-content-list-wrapper{text-align: center; max-width:16.875rem; margin:0 auto;}
.medical-content-list-wrapper .counter-number{max-width:13.5rem; width:100%; margin:0 auto;}
.medical-content-list-wrapper small{color:var(--black-color);display: block;margin-top:0.875rem;}
.medical-content-list-wrapper .items + .items {margin-top: 2.938rem;}

.ff-content-wrapper .accordion {width: 100%;}
.ff-content-height {min-height: 1rem; padding-bottom:1.5rem;align-items: flex-start !important;}
.ff-content-height>div {margin-top: 0;}
.fifty-fifty-content-wrapper .flex-row-reverse .ff-content-wrapper .accordion {left: 0;}
.ff-content-wrapper .accordion-style .card-header h4 {font-size: 1.5rem;}
.ff-content-wrapper .accordion:before {content: "";position: absolute;left: -1.25rem;right: -1.25rem;top: 0;bottom: -1.5rem;background: var(--white-color);z-index: -1;}

.latest-job-list-wrapper .row{min-height:1rem;}
.latest-job-list-wrapper p,
.latest-job-list-wrapper .date-col p{line-height:1.5rem; font-size:1rem;}
.latest-job-list-wrapper .date-col p{color:var(--text-color);}
.latest-job-list-wrapper .btn {min-width: 100%;height: 3rem;line-height: 2.75rem;font-size: 1rem;padding: 0 1rem 0 1.5rem;}
.latest-job-list-wrapper .btn:after {width: 1.5rem;height: 1.5rem;margin-top: -0.75rem;right: 1rem;}
.latest-job-offers-section .btn-box .text-link{font-size:1.5rem; color:var(--text-color);}

/** Jobs Page Start **/
.page-template-tpl_jobs .latest-job-list-wrapper .row{min-height:1rem;}

}

@media screen and (max-width:397px){
.our-story-section3 h3 {font-size: 1.1rem; padding-left:3.625rem; min-height:4.013rem;}
.s3-content-list-wrapper .items .col-3 {padding-right: 0;width: 20%;top:0.9rem;}
.page-template-tpl_our-story .ff-content-wrapper h2:first-child+p {max-width: 12.875rem;}

/** Facilities Page Start **/
.fifty-fifty-content-wrapper .img-cover:after {width: 6.8rem;height: 5.2rem;}
.ff-content-wrapper h2 {padding-right: 42%;font-size:1.25rem; line-height:120%;}
.fifty-fifty-content-wrapper .flex-row-reverse .ff-content-wrapper h2 {padding-left: 48%;padding-right: 0;}
.ff-content-wrapper {margin-top: -5rem;}

.page-template-tpl_our-story .ff-content-wrapper {margin-top: -1.9rem;}

}

@media screen and (max-width:375px){
.button, .btn{min-width:100%; width:100%; padding:0 0.7rem 0 0.9rem;font-size: 1.35rem;}
.button:after, .btn:after{right:0.7rem;}
.btn-arrow2 {padding-right: 2.8rem !important;}
.btn-arrow2:after {width: 2rem !important;height: 2rem !important;background-size: 0.6rem auto;background-position: 0.7rem center;margin-top: -1rem !important;}

/** Header Start **/
.wrapper {padding:11.9rem 0 0 0;}
.logo {max-width: 14rem;}
.navbar-collapse {top: 8.188rem;height: calc(100vh - 8.188rem);}
.sticky-link {top:8.25rem !important;}

/** Hero Section Start **/
.home .hero-section h1 {font-size: 1.625rem;}
.home .hero-section h3 {font-size: 1.2rem;line-height: 1.5rem;}

/** Home Section 3 Start **/
.s3-content-list-wrapper .items .icon {height: 3.5rem;}

/** Home Section 6 Start **/
.home-section6 .btn{min-width:100%;}

/** Footer Start **/
.social-wrapper h4 {font-size: 1.3rem;margin-right: 1.3rem;}
.social-links ul li a {max-width: 3.8rem;}

/** Our Story Page Start **/
.our-story-section3 .col-9>div {padding: 1.125rem !important;}
.our-story-section3 .col-3 {left: 1.125rem;}

/** Faq's Page Start **/
.page-template-tpl_contact .hero-section h3,
.page-template-tpl_faqs .hero-section h3{font-size:1.375rem;}

.form-note{font-size:0.938rem;}

/** Facilities Page Start **/
.fifty-fifty-content-wrapper .img-cover {max-width: 13.313rem;}
.fifty-fifty-content-wrapper:before {top: 6rem;}
.fifty-fifty-content-wrapper .btn {font-size: 1.1rem;padding: 0 3.1rem 0 0.8rem !important;min-width: 16rem;}
.ff-content-wrapper h2 {padding-right: 34%;}
.fifty-fifty-content-wrapper .flex-row-reverse .ff-content-wrapper h2 {padding-left: 36%;padding-right: 0;}
.ff-content-wrapper .accordion-style .card-header h4 {font-size: 1.15rem;}

/** Benefits Page Start **/
.page-template-tpl_benefits .ff-content-wrapper h2{padding:0 0;}

.latest-job-list-wrapper .btn {padding: 0 0.7rem 0 0.9rem;}
}