@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap");
:root {
  --fgalt-font: "Plus Jakarta Sans", sans-serif;
  --fgprimary-font: "Inter", sans-serif;
}
/* ===================================
    02. CSS color variable
====================================== */
:root {
  --fgbase-color: #2946f3;
  --fgwhite: #ffffff;
  --fgblack: #000000;
  --fgred: #dc3131;
  --fglight-red: #feedec;
  --fggreen: #2ebb79;
  --fgcrusoe-green: #d39121;
  --fgyellow: #ffea23;
  --fgdark-gray: #232323;
  --fgmedium-gray: #717580;
  --fgextra-medium-gray: #e4e4e4;
  --fglight-gray: #a8a8a8;
  --fgvery-light-gray: #f7f7f7;
  --fglight-medium-gray: #eaeaeb;
  --fgcharcoal-blue: #202329;
  --fgslate-blue: #262b35;
  --fgmedium-slate-blue: #374162;
  --fgextra-medium-slate-blue: #23262d;
  --fgdark-slate-blue: #1f232c;
  --fgextra-dark-slate-blue: #121418;
  --fgextra-very-slate-blue: #161620;
  --fgtussock-yellow: #BC8947;
  --fgaluminium-grey:#80858F;
  --fgsolitude-blue:#f0f4fd;
  --fggolden-yellow:#fd961e;
  --fgselago:#eaedff;
  --fgwhite-ice:#d8f5ef;
  --fgcornflower-blue:#445fed;
  --fgjade:#00AF6B;
  --fgorange: #ef991f;
  --fgmajorelle-blue: #724ade;
  --fglight-majorelle-blue: #f2edfe;
  --fgspring-wood: #f9f6f3;
  --fgtropical-blue: #1ea3b1;
  --fgcamarone: #20642b;
  --fgseal-brown: #0e0708;
  --fgWasabi: #8ea63a;
  --global--color-primary:#a47a62;

  --global--color-primary-alt:#000000;

  --global--color-primary-darken:#1471b8;

  --global--color-primary-light:#e6f8fb;

  --global--color-secondary:#11111f;

  --global--color-heading:#11111f;

  --global--color-heading-darken:#435ba1;

  --global--color-heading-light:#1d2a4d;

  --global--color-body:#8e949e;

  --global--color-white:#fff; 

  --global--color-black:#000;

  --global--color-border:#e6eaef;

  --global--color-gray:#f9f9f9;

  --global--color-gray-darken:#9aaabb;

  --global--color-gray-light:#e6e8eb;

  --global--color-blue:#27477d;

  --global--color-red:#e30909;

}
[data-anime] {
  opacity: 0;
  transition: none;
}
[data-anime].appear {
  opacity: 1;
}
[data-anime].fg-btn {
  transition: none;
}
[data-anime].fg-btn.anime-complete {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.fg-wrap{
    font-family: var(--fgprimary-font);
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: var(--fgmedium-gray);
    -moz-osx-font-smoothing: grayscale;
    word-break: break-word;
    -webkit-font-smoothing: antialiased;
}
.fg-will-change-transform *{will-change:transform}.fg-will-change-inherit *{will-change:inherit!important}.fg-animation-rotation{-webkit-animation:rotation 8s infinite linear}@-webkit-keyframes rotation {from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}.fg-animation-float{animation:float 2000ms linear 500ms infinite alternate both}@keyframes float {0%{transform:translateY(0px)}50%{transform:translateY(15px)}100%{transform:translateY(30px)}}.fg-animation-float-small{animation:float 2000ms linear 500ms infinite alternate both}@keyframes float {0%{transform:translateY(0px)}50%{transform:translateY(5px)}100%{transform:translateY(10px)}}.fg-animation-zoom{animation:zoom-in-zoom-out 2000ms linear 500ms infinite alternate both}@keyframes zoom-in-zoom-out {0%{transform:scale(1,1)}50%{transform:scale(1.2,1.2)}100%{transform:scale(1,1)}}[data-shadow-animation]{box-shadow:0 0 0 rgba(0,0,0,0.1);transition:box-shadow .5s cubic-bezier(0.7,0,0.3,1)}[data-shadow-animation].fg-shadow-in{box-shadow:0 20px 100px rgba(0,0,0,0.1)}[data-shadow-animation].fg-shadow-in img{opacity:1;transition-delay:.35s}[data-shadow-animation] img{opacity:0;transition:opacity .65s cubic-bezier(0.5,1,0.5,1)}[data-parallax-liquid]{overflow:hidden;will-change:transform;-webkit-transform:translateY(0);transform:translateY(0);transition:transform .8s cubic-bezier(0.23,1,0.32,1)}[data-parallax-liquid] .fg-liquid-parallax{will-change:transform;transition:transform .8s cubic-bezier(0.23,1,0.32,1);transform:translateY(0px) scale(1.201);position:relative;top:50px}.fg-shape-image-animation{position:absolute;bottom:0;left:0}.fg-shape-image-animation svg{height:100%;width:100%}.fg-shape-image-animation svg path{width:100%}.fg-page-divider-wrapper{margin-bottom:-1px}.fg-page-divider-wrapper svg{width:100%;margin-bottom:-3px}.fg-atropos-shadow{background-color:transparent!important;filter:inherit}.fg-atropos-highlight{background-image:inherit!important}@media not all and (min-resolution: 0.001dpcm) {[data-anime] [class*=text-shadow-]{text-shadow:none}[data-anime][class*=text-shadow-]{text-shadow:none}[data-fancy-text] [class*=text-shadow-]{text-shadow:none}[data-fancy-text][class*=text-shadow-]{text-shadow:none}.fg-review-star-icon i{display:inline}}@media screen and (-webkit-min-device-pixel-ratio: 0) {.fg-text-white a[href^=tel]{color:var(--fgwhite)}.fg-text-dark-gray a[href^=tel]{color:var(--fgtext-dark-gray)}}.fg-swiper-slide [data-fancy-text]{opacity:0}.fg-swiper-slide [data-fancy-text].fg-appear{opacity:1}.fg-swiper-slide.fg-swiper-slide-active [data-fancy-text]{opacity:1}.fg-swiper-slide.fg-swiper-slide-active [data-anime]{opacity:1}.fg-swiper-slide [data-anime]{opacity:0;transition:.3s ease-in-out}.fg-no-animation .fg-anime-text .fg-whitespace{display:inline-block}.fg-no-animation .fg-anime-text .fg-whitespace::after{content:"r";opacity:0;font-size:70%}.fg-no-animation [data-anime],.fg-no-animation [data-fancy-text]{opacity:1;transition:none}[data-top-bottom]{transition:transform .65s cubic-bezier(0.23,1,0.32,1)}@media (hover: hover) and (pointer: fine) {.fg-custom-cursor .fg-circle-cursor{position:fixed;left:0;top:0;pointer-events:none;-webkit-border-radius:50%;border-radius:50%;-webkit-transform:translateZ(0);transform:translateZ(0);visibility:hidden;opacity:0;transition:opacity .65s cubic-bezier(0.23,1,0.32,1)}.fg-custom-cursor .fg-circle-cursor-inner{margin-left:-3px;margin-top:-3px;width:6px;height:6px;z-index:10000001;background-color:var(--fgbase-color)}.fg-custom-cursor .fg-circle-cursor-inner.fg-cursor-link-hover{margin-left:-10px;margin-top:-10px;width:20px;height:20px;background-color:var(--fgbase-color);opacity:.8}.fg-custom-cursor .fg-circle-cursor-outer{margin-left:-15px;margin-top:-15px;width:30px;height:30px;border:1px solid var(--fgbase-color);z-index:10000000;opacity:.8;-webkit-transition:.1s;transition:.1s}.fg-custom-cursor .fg-cursor-link.fg-circle-cursor-inner .fg-cursor-link-hover{opacity:1}}.fg-is-touchable .fg-cursor-page-inner{display:none!important}.fg-stack-box{position:relative;z-index:1;height:300vh}.fg-stack-box .fg-stack-box-contain{height:100vh;position:-webkit-sticky;position:sticky;top:0}.fg-stack-box .fg-stack-item{height:100vh;width:100%;position:absolute;overflow:hidden;z-index:999;display:flex;align-items:center}.fg-stack-box .fg-stack-item.fg-stack-item-02{z-index:99}.fg-stack-box .fg-stack-item.fg-stack-item-03{z-index:9}.fg-stack-box .fg-stack-item .fg-stack-item-wrapper{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;display:flex;align-items:center;height:100vh}.fg-transform-3d{transform:translate3d(0px,0px,100px)}.fg-feature-box-slider .fg-feature-box{display:flex;flex-direction:row;align-items:center;padding:24px 40px;background:var(--fgwhite);box-shadow:0 5px 25px rgba(89,101,124,0.15);border-radius:10px;color:var(--fgdark-gray);font-weight:500;font-size:17px}.fg-feature-box-slider .fg-feature-box i{font-size:24px;margin-right:10px}.fg-feature-box-slider .fg-swiper-slide{width:auto;padding-top:15px;padding-bottom:15px}.fg-cookie-message{position:fixed;bottom:20px;right:20px;max-width:370px;z-index:999999;padding:40px;display:none}.fg-scroll-progress{position:fixed;right:20px;z-index:111;top:50%;-webkit-transition:all .3s linear;transition:all .3s linear;opacity:0;visibility:hidden;-webkit-transform:translateY(-50%);transform:translateY(-50%);mix-blend-mode:difference}.fg-scroll-progress.fg-visible{opacity:1;visibility:visible}.fg-scroll-progress .fg-scroll-top{display:flex;flex-direction:column;justify-content:center;align-items:center}.fg-scroll-progress .fg-scroll-line{width:2px;height:60px;position:relative;background-color:rgba(255,255,255,0.15);color:inherit;display:block}.fg-scroll-progress .fg-scroll-point{display:inline-block;width:2px;position:absolute;background-color:var(--fgwhite);top:0;left:0}.fg-scroll-progress .fg-scroll-text{-webkit-transform:rotate(180deg);transform:rotate(180deg);writing-mode:vertical-lr;margin-bottom:15px;color:var(--fgwhite);font-size:11px;text-transform:uppercase}.fg-scroll-progress.fg-scroll-simple{position:fixed;right:50px;z-index:111;top:auto;transform:none;bottom:50px;mix-blend-mode:inherit}.fg-scroll-progress.fg-scroll-simple .fg-scroll-top{background:var(--fgwhite);font-size:17px;line-height:34px;box-shadow:0 0 25px rgba(23,23,23,0.25);height:34px;width:34px;padding:0;border-radius:100%}@-moz-keyframes example1 {0%{-moz-transform:translateX(100%)}100%{-moz-transform:translateX(-100%)}}@-webkit-keyframes example1 {0%{-webkit-transform:translateX(100%)}100%{-webkit-transform:translateX(-100%)}}@keyframes example1 {0%{-moz-transform:translateX(100%);-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-moz-transform:translateX(-100%);-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.fg-bg-base-color{background-color:var(--fgbase-color)}.fg-bg-dark-gray,.fg-bg-dark-gray:focus{background-color:var(--fgdark-gray)}.fg-bg-black{background-color:var(--fgblack)}.fg-bg-medium-gray{background-color:var(--fgmedium-gray)}.fg-bg-light-medium-gray{background-color:var(--fgight-medium-gray)}.fg-bg-extra-medium-gray{background-color:var(--fgextra-medium-gray)}.fg-bg-light-gray{background-color:var(--fgight-gray)}.fg-bg-very-light-gray{background-color:var(--fgvery-light-gray)}.fg-bg-red{background-color:var(--fgred)}.fg-bg-light-red{background-color:var(--fgight-red)}.fg-bg-green{background-color:var(--fgreen)}.fg-bg-crusoe-green{background-color:var(--fgrusoe-green)}.fg-bg-yellow{background-color:var(--fgyellow)}.fg-bg-charcoal-blue{background-color:var(--fgharcoal-blue)}.fg-bg-slate-blue{background-color:var(--fglate-blue)}.fg-bg-medium-slate-blue{background-color:var(--fgmedium-slate-blue)}.fg-bg-extra-medium-slate-blue{background-color:var(--fgextra-medium-slate-blue)}.fg-bg-dark-slate-blue{background-color:var(--fgdark-slate-blue)}.fg-bg-extra-dark-slate-blue{background-color:var(--fgextra-dark-slate-blue)}.fg-bg-extra-very-slate-blue{background-color:var(--fgextra-very-slate-blue)}.fg-bg-tussock-yellow{background-color:var(--fgtussock-yellow)}.fg-bg-solitude-blue{background-color:var(--fgolitude-blue)}.fg-bg-aluminium-grey{background-color:var(--fgaluminium-grey)}.fg-bg-selago{background-color:var(--fgelago)}.fg-bg-white-ice{background-color:var(--fgwhite-ice)}.fg-bg-golden-yellow{background-color:var(--fgolden-yellow)}.fg-bg-jade{background-color:var(--fgade)}.fg-bg-orange{background-color:var(--fgorange)}.fg-bg-light-majorelle-blue{background-color:var(--fgight-majorelle-blue)}.fg-bg-majorelle-blue{background-color:var(--fgmajorelle-blue)}.fg-bg-spring-wood{background-color:var(--fgpring-wood)}.fg-bg-tropical-blue{background-color:var(--fgtropical-blue)}.fg-bg-cornflower-blue{background-color:var(--fgornflower-blue)}.fg-bg-camarone{background-color:var(--fgamarone)}.fg-bg-seal-brown{background-color:var(--fgeal-brown)}.fg-bg-Wasabi{background-color:var(--fgWasabi)}.fg-bg-gradient-light-pink-light-orange{background-image:linear-gradient(to right top,#ffafbd,#ffb3b4,#ffb7ac,#ffbda5,#ffc3a0)}.fg-bg-gradient-purple-pink{background-image:linear-gradient(to right top,#8b14b1,#ab019e,#c00c8b,#cd267b,#d53d6e)}.fg-bg-gradient-fast-pink-light-yellow{background-image:linear-gradient(to right top,#f7567f,#fe7177,#ff8a74,#ffa378,#ffba83)}.fg-bg-gradient-pink-orange{background-image:linear-gradient(to right top,#de347f,#e73a70,#ed4461,#f05152,#ef5f43)}.fg-bg-gradient-fast-blue-purple{background-image:linear-gradient(to right top,#2a46f4,#5f42f9,#833cfc,#a233fe,#bf25ff)}.fg-bg-gradient-light-pink-light-purple{background-image:linear-gradient(to right top,#ed579b,#e855ad,#df57c0,#d15cd4,#bc63e8)}.fg-bg-gradient-purple-magento{background-image:linear-gradient(to right top,#5553e1,#a34dcc,#ce4fb5,#e75ca1,#f47291)}.fg-bg-gradient-blue-green{background-image:linear-gradient(to right top,#18cdbb,#22d2ae,#3cd69d,#57da89,#73dc73)}.fg-bg-gradient-light-purple-light-orange{background-image:linear-gradient(to right top,#b783ff,#e37be0,#fa7cc1,#ff85a6,#ff9393)}.fg-bg-gradient-sky-blue-pink{background-image:linear-gradient(to right top,#5758df,#a553cb,#d055b5,#ea63a0,#f77991)}.fg-bg-gradient-dark-gray-brown{background-image:linear-gradient(to right top,#0f130f,#1e1d15,#3d2f20,#4e3b27,#664a2f)}.fg-bg-gradient-tan-geraldine{background-image:linear-gradient(to right top,#fb7f87,#fc8a82,#fb957f,#fa9f7f,#f7aa80)}.fg-bg-gradient-very-light-gray{background-image:linear-gradient(to bottom,#f7f8f9,#f9fafb,#fbfbfc,#fdfdfd,#fff)}.fg-bg-gradient-top-very-light-gray{background-image:linear-gradient(to top,#f7f7f7,#f7f7f7,#fcfafa,#fcfafa,#fff)}.fg-bg-gradient-orange-transparent{background:linear-gradient(to right,#e97522 10%,rgba(255,255,255,0) 95%)}.fg-bg-gradient-blue-transparent{background:linear-gradient(to right,#1ea3b1 10%,rgba(255,255,255,0) 95%)}.fg-bg-gradient-emerald-blue-emerald-green{background-image:linear-gradient(50deg,#09afea 0,#19e089 100%)}.fg-bg-gradient-very-ghost-white{background-image:linear-gradient(to bottom,#f4f6ff,#f7f8ff,#fafaff,#fdfdff,#fff)}.fg-bg-transparent{background-color:transparent}.fg-bg-gradient-fast-blue-purple-transparent{background-image:linear-gradient(to right top,#2a46f4,rgba(95,66,249,0.9),rgba(131,60,252,0.9),rgba(162,51,254,0.9),rgba(191,37,255,0.9))}.fg-bg-gradient-fast-pink-light-yellow-transparent{background-image:linear-gradient(to right top,rgba(247,86,127,0.9),rgba(254,113,119,0.9),rgba(255,138,116,0.9),rgba(255,163,120,0.9),rgba(255,186,131,0.9))}.fg-bg-gradient-sky-blue-pink-transparent{background-image:linear-gradient(to right top,rgba(87,88,223,0.9),rgba(165,83,203,0.9),rgba(208,85,181,0.9),rgba(234,99,160,0.9),rgba(247,121,145,0.9))}.fg-bg-gradient-gray-light-dark-transparent{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(32,35,41,0.8)),to(transparent));background-image:linear-gradient(to top,rgba(32,35,41,0.8) 0%,transparent 100%)}.fg-bg-gradient-dark-transparent{background:-webkit-gradient(linear,left bottom,left top,color-stop(7%,#141622),to(transparent));background:linear-gradient(to top,#141622 7%,transparent 100%)}.fg-bg-gradient-dark-gray-left-transparent{background:-webkit-linear-gradient(right,rgba(24,25,28,0.5),rgba(255,255,255,0));background:linear-gradient(to right,rgba(24,25,28,0.5),rgba(255,255,255,0))}.fg-bg-gradient-white-transparent{background:linear-gradient(to top,#fff 20%,rgba(255,255,255,0) 80%)}.fg-bg-gradient-white-dark-transparent{background:-webkit-gradient(linear,left bottom,left top,color-stop(35%,#fff),to(transparent));background:linear-gradient(to top,#fff 30%,rgba(255,255,255,0) 70%)}.fg-bg-gradient-white-bottom-transparent{background:#000;background:linear-gradient(0deg,rgba(0,0,0,0) 0%,#fff 60%)}.fg-bg-gradient-black-bottom-transparent{background:#fff;background:linear-gradient(0deg,rgba(255,255,255,0) 0%,rgba(0,0,0,0.6) 100%)}.fg-bg-gradient-solitude-blue-transparent{background:-webkit-linear-gradient(bottom,#f0f4fd,rgba(255,255,255,0));background:linear-gradient(to top,#f0f4fd,rgba(255,255,255,0))}.fg-bg-gradient-extra-midium-gray-transparent{background:-webkit-gradient(left top,left bottom,color-stop(50%,rgba(0,0,0,0.5)),color-stop(150%,rgba(20,20,20,0.3)));background:linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(20,20,20,0.3) 150%)}.fg-bg-dark-gray-transparent{background-color:rgba(35,35,35,0.8)}.fg-bg-dark-gray-transparent-light{background-color:rgba(35,35,35,0.2)}.fg-bg-dark-gray-transparent-medium{background-color:rgba(35,35,35,0.4)}.fg-bg-medium-gray-transparent{background-color:rgba(111,111,111,0.1)}.fg-bg-light-gray-transparent{background-color:#fbfbfb}.fg-bg-medium-gray-transparent{background-color:rgba(136,136,136,0.3)}.fg-bg-black-transparent-light{background-color:rgba(0,0,0,0.2)}.fg-bg-black-transparent-medium{background-color:rgba(0,0,0,0.5)}.fg-bg-black-transparent{background-color:rgba(0,0,0,0.8)}.fg-bg-white-transparent-extra-light,.fg-bg-white-transparent-extra-light:focus{background-color:rgba(255,255,255,0.1)}.fg-bg-white-transparent-very-light{background-color:rgba(255,255,255,0.2)}.fg-bg-white-transparent-light{background-color:rgba(255,255,255,0.4)}.fg-bg-white-transparent{background-color:rgba(255,255,255,0.7)}.fg-contain-background{background-size:contain}.fg-cover-background{background-repeat:no-repeat!important;background-size:cover;overflow:hidden;position:relative;background-position:center center!important}.fix-background{position:relative;background-size:cover!important;-webkit-animation-duration:0;-webkit-animation-fill-mode:none;overflow:hidden;background-position:center center;background-repeat:no-repeat!important;background-attachment:fixed!important}.fg-background-size-inherit{background-size:inherit!important}.fg-background-attachment-inherit{background-attachment:inherit!important}.fg-background-position-left{background-position:left center!important}.fg-background-position-left-bottom{background-position:left bottom!important}.fg-background-position-left-center{background-position:left center!important}.fg-background-position-right{background-position:right center!important}.fg-background-position-right-top{background-position:right top!important}.fg-background-position-center-top{background-position:center top!important}.fg-background-position-left-top{background-position:left top!important}.fg-background-position-right-bottom{background-position:right bottom!important}.fg-background-position-center-bottom{background-position:center bottom 0!important}.fg-background-repeat{background-repeat:repeat}.fg-background-no-repeat{background-repeat:no-repeat}.fg-background-no-repeat-y{background-repeat-y:no-repeat}.fg-background-position-center{background-position:center!important}.fg-background-size-100{background-size:100%!important}.fg-background-size-auto-100{background-size:auto 100%!important}.fg-background-size-contain{background-size:contain!important}.fg-border-6{border-width:6px!important}.fg-border-7{border-width:7px!important}.fg-border-8{border-width:8px!important}.fg-border-9{border-width:9px!important}.fg-border-10{border-width:10px!important}.fg-border-dotted{border-style:dotted!important}.fg-border-dashed{border-style:dashed!important}.fg-border-solid{border-style:solid!important}.fg-border-double{border-style:double!important}.fg-border-groove{border-style:groove!important}.fg-border-ridge{border-style:ridge!important}.fg-border-inset{border-style:inset!important}.fg-border-outset{border-style:outset!important}.fg-border-none{border-style:none!important}.fg-border-hidden{border-style:hidden!important}.fg-border-color-base-color{border-color:var(--fgbase-color)!important}.fg-border-color-white{border-color:var(--fgwhite)!important}.fg-border-color-dark-gray{border-color:var(--fgdark-gray)!important}.fg-border-color-medium-gray{border-color:var(--fgmedium-gray)!important}.fg-border-color-light-gray{border-color:var(--fgight-gray)!important}.fg-border-color-very-light-gray{border-color:var(--fgvery-light-gray)!important}.fg-border-color-light-medium-gray{border-color:var(--fgight-medium-gray)!important}.fg-border-color-extra-medium-gray{border-color:var(--fgextra-medium-gray)!important}.fg-border-color-yellow{border-color:var(--fgyellow)!important}.fg-border-color-orange{border-color:var(--fgorange)!important}.fg-border-color-red{border-color:var(--fgred)!important}.fg-border-color-transparent-dark-very-light{border-color:rgba(35,35,35,0.1)!important}.fg-border-color-transparent-dark-light{border-color:rgba(35,35,35,0.2)!important}.fg-border-color-transparent-white-very-light{border-color:rgba(255,255,255,0.3)!important}.fg-border-color-transparent-white-light{border-color:rgba(255,255,255,0.1)!important}.fg-border-color-transparent-white{border-color:rgba(255,255,255,0.6)!important}.fg-border-color-transparent{border-color:transparent!important}.fg-border-color-transparent-on-hover:hover{border-color:transparent!important}.fg-border-gradient-light-pink-light-orange{border-image:linear-gradient(to right top,#ffafbd,#ffb3b4,#ffb7ac,#ffbda5,#ffc3a0);border-image-slice:1}.fg-border-gradient-purple-pink{border-image:linear-gradient(to right,#8b14b1,#ab019e,#c00c8b,#cd267b,#d53d6e);border-image-slice:1}.fg-border-gradient-fast-pink-light-yellow{border-image:linear-gradient(to right top,#f7567f,#fe7177,#ff8a74,#ffa378,#ffba83);border-image-slice:1}.fg-border-gradient-pink-orange{border-image:linear-gradient(to right top,#de347f,#e73a70,#ed4461,#f05152,#ef5f43);border-image-slice:1}.fg-border-gradient-fast-blue-purple{border-image:linear-gradient(to right top,#2a46f4,#5f42f9,#833cfc,#a233fe,#bf25ff);border-image-slice:1}.fg-border-gradient-light-pink-light-purple{border-image:linear-gradient(to right top,#ed579b,#e855ad,#df57c0,#d15cd4,#bc63e8);border-image-slice:1}.fg-border-gradient-light-green-light-perotgreen{border-image:linear-gradient(to right top,#5553e1,#a34dcc,#ce4fb5,#e75ca1,#f47291);border-image-slice:1}.fg-border-gradient-sky-blue-pink{border-image:linear-gradient(to right top,#556fff,#556fff,#e05fc4,#f767a6,#ff798e);border-image-slice:1}.fg-border-radius-0px{border-radius:0!important}.fg-border-radius-1px{border-radius:1px!important}.fg-border-radius-2px{border-radius:2px!important}.fg-border-radius-3px{border-radius:3px!important}.fg-border-radius-4px{border-radius:4px!important}.fg-border-radius-5px{border-radius:5px!important}.fg-border-radius-6px{border-radius:6px!important}.fg-border-radius-7px{border-radius:7px!important}.fg-border-radius-8px{border-radius:8px!important}.fg-border-radius-9px{border-radius:9px!important}.fg-border-radius-10px{border-radius:10px!important}.fg-border-radius-15px{border-radius:15px!important}.fg-border-radius-18px{border-radius:18px!important}.fg-border-radius-20px{border-radius:20px!important}.fg-border-radius-22px{border-radius:22px!important}.fg-border-radius-24px{border-radius:24px!important}.fg-border-radius-26px{border-radius:26px!important}.fg-border-radius-30px{border-radius:30px!important}.fg-border-radius-40px{border-radius:40px!important}.fg-border-radius-50px{border-radius:50px!important}.fg-border-radius-100px{border-radius:100px!important}.fg-border-radius-50{border-radius:50%!important}.fg-border-radius-100{border-radius:100%!important}.fg-no-border-radius{border-radius:0!important}.fg-border-radius-top-left{border-radius:10px 0 0 10px!important}.fg-parallax{position:relative!important;background-size:cover!important;overflow:hidden;background-attachment:fixed!important;transition-timing-function:none;-webkit-transition-timing-function:none;transition-duration:0;-webkit-transition-duration:0}.fg-w-1px{width:1px!important}.fg-w-2px{width:2px!important}.fg-w-3px{width:3px!important}.fg-w-4px{width:4px!important}.fg-w-5px{width:5px!important}.fg-w-6px{width:6px!important}.fg-w-7px{width:7px!important}.fg-w-8px{width:8px!important}.fg-w-9px{width:9px!important}.fg-w-10px{width:10px!important}.fg-w-15px{width:15px!important}.fg-w-20px{width:20px!important}.fg-w-25px{width:25px!important}.fg-w-30px{width:30px!important}.fg-w-35px{width:35px!important}.fg-w-40px{width:40px!important}.fg-w-45px{width:45px!important}.fg-w-50px{width:50px!important}.fg-w-55px{width:55px!important}.fg-w-60px{width:60px!important}.fg-w-65px{width:65px!important}.fg-w-70px{width:70px!important}.fg-w-75px{width:75px!important}.fg-w-80px{width:80px!important}.fg-w-85px{width:85px!important}.fg-w-90px{width:90px!important}.fg-w-95px{width:95px!important}.fg-w-100px{width:100px!important}.fg-w-110px{width:110px!important}.fg-w-120px{width:120px!important}.fg-w-130px{width:130px!important}.fg-w-140px{width:140px!important}.fg-w-150px{width:150px!important}.fg-w-160px{width:160px!important}.fg-w-170px{width:170px!important}.fg-w-180px{width:180px!important}.fg-w-190px{width:190px!important}.fg-w-200px{width:200px!important}.fg-w-210px{width:210px!important}.fg-w-220px{width:220px!important}.fg-w-230px{width:230px!important}.fg-w-240px{width:240px!important}.fg-w-250px{width:250px!important}.fg-w-260px{width:260px!important}.fg-w-270px{width:270px!important}.fg-w-280px{width:280px!important}.fg-w-290px{width:290px!important}.fg-w-300px{width:300px!important}.fg-w-310px{width:310px!important}.fg-w-320px{width:320px!important}.fg-w-330px{width:330px!important}.fg-w-340px{width:340px!important}.fg-w-350px{width:350px!important}.fg-w-360px{width:360px!important}.fg-w-370px{width:370px!important}.fg-w-380px{width:380px!important}.fg-w-390px{width:390px!important}.fg-w-400px{width:400px!important}.fg-w-450px{width:450px!important}.fg-w-500px{width:500px!important}.fg-w-550px{width:550px!important}.fg-w-600px{width:600px!important}.fg-w-650px{width:650px!important}.fg-w-700px{width:700px!important}.fg-w-750px{width:750px!important}.fg-w-800px{width:800px!important}.fg-w-850px{width:850px!important}.fg-w-900px{width:900px!important}.fg-w-950px{width:950px!important}.fg-w-1000px{width:1000px!important}.fg-w-10{width:10%!important}.fg-w-15{width:15%!important}.fg-w-20{width:20%!important}.fg-w-25{width:25%!important}.fg-w-30{width:30%!important}.fg-w-35{width:35%!important}.fg-w-40{width:40%!important}.fg-w-45{width:45%!important}.fg-w-50{width:50%!important}.fg-w-55{width:55%!important}.fg-w-60{width:60%!important}.fg-w-65{width:65%!important}.fg-w-70{width:70%!important}.fg-w-75{width:75%!important}.fg-w-80{width:80%!important}.fg-w-85{width:85%!important}.fg-w-90{width:90%!important}.fg-w-95{width:95%!important}.fg-w-100{width:100%!important}.fg-w-auto{width:auto!important}.fg-h-1px{height:1px!important}.fg-h-2px{height:2px!important}.fg-h-3px{height:3px!important}.fg-h-4px{height:4px!important}.fg-h-5px{height:5px!important}.fg-h-6px{height:6px!important}.fg-h-7px{height:7px!important}.fg-h-8px{height:8px!important}.fg-h-9px{height:9px!important}.fg-h-10px{height:10px!important}.fg-h-11px{height:11px!important}.fg-h-12px{height:12px!important}.fg-h-13px{height:13px!important}.fg-h-14px{height:14px!important}.fg-h-15px{height:15px!important}.fg-h-20px{height:20px!important}.fg-h-25px{height:25px!important}.fg-h-30px{height:30px!important}.fg-h-35px{height:35px!important}.fg-h-40px{height:40px!important}.fg-h-42px{height:42px!important}.fg-h-45px{height:45px!important}.fg-h-50px{height:50px!important}.fg-h-55px{height:55px!important}.fg-h-60px{height:60px!important}.fg-h-65px{height:65px!important}.fg-h-70px{height:70px!important}.fg-h-75px{height:75px!important}.fg-h-80px{height:80px!important}.fg-h-85px{height:85px!important}.fg-h-90px{height:90px!important}.fg-h-95px{height:95px!important}.fg-h-100px{height:100px!important}.fg-h-110px{height:110px!important}.fg-h-120px{height:120px!important}.fg-h-130px{height:130px!important}.fg-h-140px{height:140px!important}.fg-h-150px{height:150px!important}.fg-h-160px{height:160px!important}.fg-h-170px{height:170px!important}.fg-h-180px{height:180px!important}.fg-h-190px{height:190px!important}.fg-h-200px{height:200px!important}.fg-h-210px{height:210px!important}.fg-h-220px{height:220px!important}.fg-h-230px{height:230px!important}.fg-h-240px{height:240px!important}.fg-h-250px{height:250px!important}.fg-h-260px{height:260px!important}.fg-h-270px{height:270px!important}.fg-h-280px{height:280px!important}.fg-h-290px{height:290px!important}.fg-h-300px{height:300px!important}.fg-h-350px{height:350px!important}.fg-h-400px{height:400px!important}.fg-h-450px{height:450px!important}.fg-h-480px{height:480px!important}.fg-h-500px{height:500px!important}.fg-h-550px{height:550px!important}.fg-h-580px{height:580px!important}.fg-h-600px{height:600px!important}.fg-h-650px{height:650px!important}.fg-h-700px{height:700px!important}.fg-h-750px{height:750px!important}.fg-h-800px{height:800px!important}.fg-h-850px{height:850px!important}.fg-h-auto{height:auto!important}.fg-extra-very-small-screen{height:250px!important}.fg-extra-small-screen{height:300px!important}.fg-small-screen{height:400px!important}.fg-one-half-screen{height:600px!important}.fg-one-third-screen{height:700px!important}.fg-one-fourth-screen{height:800px!important}.fg-one-fifth-screen{height:900px!important}.fg-one-sixth-screen{height:1000px!important}.fg-one-seventh-screen{height:1200px!important}@media (prefers-reduced-motion: no-preference) {:root{scroll-behavior:auto}}.fg-p-5px{padding:5px!important}.fg-p-10px{padding:10px!important}.fg-p-15px{padding:15px!important}.fg-p-20px{padding:20px!important}.fg-p-25px{padding:25px!important}.fg-p-30px{padding:30px!important}.fg-p-35px{padding:35px!important}.fg-p-40px{padding:40px!important}.fg-p-45px{padding:45px!important}.fg-p-50px{padding:50px!important}.fg-p-55px{padding:55px!important}.fg-p-60px{padding:60px!important}.fg-p-65px{padding:65px!important}.fg-p-70px{padding:70px!important}.fg-p-1{padding:1%!important}.fg-p-2{padding:2%!important}.fg-p-3{padding:3%!important}.fg-p-4{padding:4%!important}.fg-p-5{padding:5%!important}.fg-p-6{padding:6%!important}.fg-p-7{padding:7%!important}.fg-p-8{padding:8%!important}.fg-p-9{padding:9%!important}.fg-p-10{padding:10%!important}.fg-p-11{padding:11%!important}.fg-p-12{padding:12%!important}.fg-p-13{padding:13%!important}.fg-p-14{padding:14%!important}.fg-p-15{padding:15%!important}.fg-p-16{padding:16%!important}.fg-p-17{padding:17%!important}.fg-p-18{padding:18%!important}.fg-p-19{padding:19%!important}.fg-p-20{padding:20%!important}.fg-p-21{padding:21%!important}.fg-p-22{padding:22%!important}.fg-p-23{padding:23%!important}.fg-p-24{padding:24%!important}.fg-p-25{padding:25%!important}.fg-p-26{padding:26%!important}.fg-p-27{padding:27%!important}.fg-p-28{padding:28%!important}.fg-p-29{padding:29%!important}.fg-p-30{padding:30%!important}.fg-pt-5px{padding-top:5px!important}.fg-pt-10px{padding-top:10px!important}.fg-pt-15px{padding-top:15px!important}.fg-pt-20px{padding-top:20px!important}.fg-pt-25px{padding-top:25px!important}.fg-pt-30px{padding-top:30px!important}.fg-pt-35px{padding-top:35px!important}.fg-pt-40px{padding-top:40px!important}.fg-pt-45px{padding-top:45px!important}.fg-pt-50px{padding-top:50px!important}.fg-pt-55px{padding-top:55px!important}.fg-pt-60px{padding-top:60px!important}.fg-pt-65px{padding-top:65px!important}.fg-pt-70px{padding-top:70px!important}.fg-pt-1{padding-top:1%!important}.fg-pt-2{padding-top:2%!important}.fg-pt-3{padding-top:3%!important}.fg-pt-4{padding-top:4%!important}.fg-pt-5{padding-top:5%!important}.fg-pt-6{padding-top:6%!important}.fg-pt-7{padding-top:7%!important}.fg-pt-8{padding-top:8%!important}.fg-pt-9{padding-top:9%!important}.fg-pt-10{padding-top:10%!important}.fg-pt-11{padding-top:11%!important}.fg-pt-12{padding-top:12%!important}.fg-pt-13{padding-top:13%!important}.fg-pt-14{padding-top:14%!important}.fg-pt-15{padding-top:15%!important}.fg-pt-16{padding-top:16%!important}.fg-pt-17{padding-top:17%!important}.fg-pt-18{padding-top:18%!important}.fg-pt-19{padding-top:19%!important}.fg-pt-20{padding-top:20%!important}.fg-pt-21{padding-top:21%!important}.fg-pt-22{padding-top:22%!important}.fg-pt-23{padding-top:23%!important}.fg-pt-24{padding-top:24%!important}.fg-pt-25{padding-top:25%!important}.fg-pt-26{padding-top:26%!important}.fg-pt-27{padding-top:27%!important}.fg-pt-28{padding-top:28%!important}.fg-pt-29{padding-top:29%!important}.fg-pt-30{padding-top:30%!important}.fg-pe-5px{padding-right:5px!important}.fg-pe-10px{padding-right:10px!important}.fg-pe-15px{padding-right:15px!important}.fg-pe-20px{padding-right:20px!important}.fg-pe-25px{padding-right:25px!important}.fg-pe-30px{padding-right:30px!important}.fg-pe-35px{padding-right:35px!important}.fg-pe-40px{padding-right:40px!important}.fg-pe-45px{padding-right:45px!important}.fg-pe-50px{padding-right:50px!important}.fg-pe-55px{padding-right:55px!important}.fg-pe-60px{padding-right:60px!important}.fg-pe-65px{padding-right:65px!important}.fg-pe-70px{padding-right:70px!important}.fg-pe-1{padding-right:1%!important}.fg-pe-2{padding-right:2%!important}.fg-pe-3{padding-right:3%!important}.fg-pe-4{padding-right:4%!important}.fg-pe-5{padding-right:5%!important}.fg-pe-6{padding-right:6%!important}.fg-pe-7{padding-right:7%!important}.fg-pe-8{padding-right:8%!important}.fg-pe-9{padding-right:9%!important}.fg-pe-10{padding-right:10%!important}.fg-pe-11{padding-right:11%!important}.fg-pe-12{padding-right:12%!important}.fg-pe-13{padding-right:13%!important}.fg-pe-14{padding-right:14%!important}.fg-pe-15{padding-right:15%!important}.fg-pe-16{padding-right:16%!important}.fg-pe-17{padding-right:17%!important}.fg-pe-18{padding-right:18%!important}.fg-pe-19{padding-right:19%!important}.fg-pe-20{padding-right:20%!important}.fg-pe-21{padding-right:21%!important}.fg-pe-22{padding-right:22%!important}.fg-pe-23{padding-right:23%!important}.fg-pe-24{padding-right:24%!important}.fg-pe-25{padding-right:25%!important}.fg-pe-26{padding-right:26%!important}.fg-pe-27{padding-right:27%!important}.fg-pe-28{padding-right:28%!important}.fg-pe-29{padding-right:29%!important}.fg-pe-30{padding-right:30%!important}.fg-pb-5px{padding-bottom:5px!important}.fg-pb-10px{padding-bottom:10px!important}.fg-pb-15px{padding-bottom:15px!important}.fg-pb-20px{padding-bottom:20px!important}.fg-pb-25px{padding-bottom:25px!important}.fg-pb-30px{padding-bottom:30px!important}.fg-pb-35px{padding-bottom:35px!important}.fg-pb-40px{padding-bottom:40px!important}.fg-pb-45px{padding-bottom:45px!important}.fg-pb-50px{padding-bottom:50px!important}.fg-pb-55px{padding-bottom:55px!important}.fg-pb-60px{padding-bottom:60px!important}.fg-pb-65px{padding-bottom:65px!important}.fg-pb-70px{padding-bottom:70px!important}.fg-pb-1{padding-bottom:1%!important}.fg-pb-2{padding-bottom:2%!important}.fg-pb-3{padding-bottom:3%!important}.fg-pb-4{padding-bottom:4%!important}.fg-pb-5{padding-bottom:5%!important}.fg-pb-6{padding-bottom:6%!important}.fg-pb-7{padding-bottom:7%!important}.fg-pb-8{padding-bottom:8%!important}.fg-pb-9{padding-bottom:9%!important}.fg-pb-10{padding-bottom:10%!important}.fg-pb-11{padding-bottom:11%!important}.fg-pb-12{padding-bottom:12%!important}.fg-pb-13{padding-bottom:13%!important}.fg-pb-14{padding-bottom:14%!important}.fg-pb-15{padding-bottom:15%!important}.fg-pb-16{padding-bottom:16%!important}.fg-pb-17{padding-bottom:17%!important}.fg-pb-18{padding-bottom:18%!important}.fg-pb-19{padding-bottom:19%!important}.fg-pb-20{padding-bottom:20%!important}.fg-pb-21{padding-bottom:21%!important}.fg-pb-22{padding-bottom:22%!important}.fg-pb-23{padding-bottom:23%!important}.fg-pb-24{padding-bottom:24%!important}.fg-pb-25{padding-bottom:25%!important}.fg-pb-26{padding-bottom:26%!important}.fg-pb-27{padding-bottom:27%!important}.fg-pb-28{padding-bottom:28%!important}.fg-pb-29{padding-bottom:29%!important}.fg-pb-30{padding-bottom:30%!important}.fg-ps-5px{padding-left:5px!important}.fg-ps-10px{padding-left:10px!important}.fg-ps-15px{padding-left:15px!important}.fg-ps-20px{padding-left:20px!important}.fg-ps-25px{padding-left:25px!important}.fg-ps-30px{padding-left:30px!important}.fg-ps-35px{padding-left:35px!important}.fg-ps-40px{padding-left:40px!important}.fg-ps-45px{padding-left:45px!important}.fg-ps-50px{padding-left:50px!important}.fg-ps-55px{padding-left:55px!important}.fg-ps-60px{padding-left:60px!important}.fg-ps-65px{padding-left:65px!important}.fg-ps-70px{padding-left:70px!important}.fg-ps-1{padding-left:1%!important}.fg-ps-2{padding-left:2%!important}.fg-ps-3{padding-left:3%!important}.fg-ps-4{padding-left:4%!important}.fg-ps-5{padding-left:5%!important}.fg-ps-6{padding-left:6%!important}.fg-ps-7{padding-left:7%!important}.fg-ps-8{padding-left:8%!important}.fg-ps-9{padding-left:9%!important}.fg-ps-10{padding-left:10%!important}.fg-ps-11{padding-left:11%!important}.fg-ps-12{padding-left:12%!important}.fg-ps-13{padding-left:13%!important}.fg-ps-14{padding-left:14%!important}.fg-ps-15{padding-left:15%!important}.fg-ps-16{padding-left:16%!important}.fg-ps-17{padding-left:17%!important}.fg-ps-18{padding-left:18%!important}.fg-ps-19{padding-left:19%!important}.fg-ps-20{padding-left:20%!important}.fg-ps-21{padding-left:21%!important}.fg-ps-22{padding-left:22%!important}.fg-ps-23{padding-left:23%!important}.fg-ps-24{padding-left:24%!important}.fg-ps-25{padding-left:25%!important}.fg-ps-26{padding-left:26%!important}.fg-ps-27{padding-left:27%!important}.fg-ps-28{padding-left:28%!important}.fg-ps-29{padding-left:29%!important}.fg-ps-30{padding-left:30%!important}.fg-m-5px{margin:5px!important}.fg-m-10px{margin:10px!important}.fg-m-15px{margin:15px!important}.fg-m-20px{margin:20px!important}.fg-m-25px{margin:25px!important}.fg-m-30px{margin:30px!important}.fg-m-35px{margin:35px!important}.fg-m-40px{margin:40px!important}.fg-m-45px{margin:45px!important}.fg-m-50px{margin:50px!important}.fg-m-55px{margin:55px!important}.fg-m-60px{margin:60px!important}.fg-m-65px{margin:65px!important}.fg-m-70px{margin:70px!important}.fg-m-1{margin:1%!important}.fg-m-2{margin:2%!important}.fg-m-3{margin:3%!important}.fg-m-4{margin:4%!important}.fg-m-5{margin:5%!important}.fg-m-6{margin:6%!important}.fg-m-7{margin:7%!important}.fg-m-8{margin:8%!important}.fg-m-9{margin:9%!important}.fg-m-10{margin:10%!important}.fg-m-11{margin:11%!important}.fg-m-12{margin:12%!important}.fg-m-13{margin:13%!important}.fg-m-14{margin:14%!important}.fg-m-15{margin:15%!important}.fg-m-16{margin:16%!important}.fg-m-17{margin:17%!important}.fg-m-18{margin:18%!important}.fg-m-19{margin:19%!important}.fg-m-20{margin:20%!important}.fg-m-21{margin:21%!important}.fg-m-22{margin:22%!important}.fg-m-23{margin:23%!important}.fg-m-24{margin:24%!important}.fg-m-25{margin:25%!important}.fg-m-26{margin:26%!important}.fg-m-27{margin:27%!important}.fg-m-28{margin:28%!important}.fg-m-29{margin:29%!important}.fg-m-30{margin:30%!important}.fg-mt-5px{margin-top:5px!important}.fg-mt-10px{margin-top:10px!important}.fg-mt-15px{margin-top:15px!important}.fg-mt-20px{margin-top:20px!important}.fg-mt-25px{margin-top:25px!important}.fg-mt-30px{margin-top:30px!important}.fg-mt-35px{margin-top:35px!important}.fg-mt-40px{margin-top:40px!important}.fg-mt-45px{margin-top:45px!important}.fg-mt-50px{margin-top:50px!important}.fg-mt-55px{margin-top:55px!important}.fg-mt-60px{margin-top:60px!important}.fg-mt-65px{margin-top:65px!important}.fg-mt-70px{margin-top:70px!important}.fg-mt-1{margin-top:1%!important}.fg-mt-2{margin-top:2%!important}.fg-mt-3{margin-top:3%!important}.fg-mt-4{margin-top:4%!important}.fg-mt-5{margin-top:5%!important}.fg-mt-6{margin-top:6%!important}.fg-mt-7{margin-top:7%!important}.fg-mt-8{margin-top:8%!important}.fg-mt-9{margin-top:9%!important}.fg-mt-10{margin-top:10%!important}.fg-mt-11{margin-top:11%!important}.fg-mt-12{margin-top:12%!important}.fg-mt-13{margin-top:13%!important}.fg-mt-14{margin-top:14%!important}.fg-mt-15{margin-top:15%!important}.fg-mt-16{margin-top:16%!important}.fg-mt-17{margin-top:17%!important}.fg-mt-18{margin-top:18%!important}.fg-mt-19{margin-top:19%!important}.fg-mt-20{margin-top:20%!important}.fg-mt-21{margin-top:21%!important}.fg-mt-22{margin-top:22%!important}.fg-mt-23{margin-top:23%!important}.fg-mt-24{margin-top:24%!important}.fg-mt-25{margin-top:25%!important}.fg-mt-26{margin-top:26%!important}.fg-mt-27{margin-top:27%!important}.fg-mt-28{margin-top:28%!important}.fg-mt-29{margin-top:29%!important}.fg-mt-30{margin-top:30%!important}.fg-me-5px{margin-right:5px!important}.fg-me-10px{margin-right:10px!important}.fg-me-15px{margin-right:15px!important}.fg-me-20px{margin-right:20px!important}.fg-me-25px{margin-right:25px!important}.fg-me-30px{margin-right:30px!important}.fg-me-35px{margin-right:35px!important}.fg-me-40px{margin-right:40px!important}.fg-me-45px{margin-right:45px!important}.fg-me-50px{margin-right:50px!important}.fg-me-55px{margin-right:55px!important}.fg-me-60px{margin-right:60px!important}.fg-me-65px{margin-right:65px!important}.fg-me-70px{margin-right:70px!important}.fg-me-1{margin-right:1%!important}.fg-me-2{margin-right:2%!important}.fg-me-3{margin-right:3%!important}.fg-me-4{margin-right:4%!important}.fg-me-5{margin-right:5%!important}.fg-me-6{margin-right:6%!important}.fg-me-7{margin-right:7%!important}.fg-me-8{margin-right:8%!important}.fg-me-9{margin-right:9%!important}.fg-me-10{margin-right:10%!important}.fg-me-11{margin-right:11%!important}.fg-me-12{margin-right:12%!important}.fg-me-13{margin-right:13%!important}.fg-me-14{margin-right:14%!important}.fg-me-15{margin-right:15%!important}.fg-me-16{margin-right:16%!important}.fg-me-17{margin-right:17%!important}.fg-me-18{margin-right:18%!important}.fg-me-19{margin-right:19%!important}.fg-me-20{margin-right:20%!important}.fg-me-21{margin-right:21%!important}.fg-me-22{margin-right:22%!important}.fg-me-23{margin-right:23%!important}.fg-me-24{margin-right:24%!important}.fg-me-25{margin-right:25%!important}.fg-me-26{margin-right:26%!important}.fg-me-27{margin-right:27%!important}.fg-me-28{margin-right:28%!important}.fg-me-29{margin-right:29%!important}.fg-me-30{margin-right:30%!important}.fg-mb-5px{margin-bottom:5px!important}.fg-mb-10px{margin-bottom:10px!important}.fg-mb-15px{margin-bottom:15px!important}.fg-mb-20px{margin-bottom:20px!important}.fg-mb-25px{margin-bottom:25px!important}.fg-mb-30px{margin-bottom:30px!important}.fg-mb-35px{margin-bottom:35px!important}.fg-mb-40px{margin-bottom:40px!important}.fg-mb-45px{margin-bottom:45px!important}.fg-mb-50px{margin-bottom:50px!important}.fg-mb-55px{margin-bottom:55px!important}.fg-mb-60px{margin-bottom:60px!important}.fg-mb-65px{margin-bottom:65px!important}.fg-mb-70px{margin-bottom:70px!important}.fg-mb-1{margin-bottom:1%!important}.fg-mb-2{margin-bottom:2%!important}.fg-mb-3{margin-bottom:3%!important}.fg-mb-4{margin-bottom:4%!important}.fg-mb-5{margin-bottom:5%!important}.fg-mb-6{margin-bottom:6%!important}.fg-mb-7{margin-bottom:7%!important}.fg-mb-8{margin-bottom:8%!important}.fg-mb-9{margin-bottom:9%!important}.fg-mb-10{margin-bottom:10%!important}.fg-mb-11{margin-bottom:11%!important}.fg-mb-12{margin-bottom:12%!important}.fg-mb-13{margin-bottom:13%!important}.fg-mb-14{margin-bottom:14%!important}.fg-mb-15{margin-bottom:15%!important}.fg-mb-16{margin-bottom:16%!important}.fg-mb-17{margin-bottom:17%!important}.fg-mb-18{margin-bottom:18%!important}.fg-mb-19{margin-bottom:19%!important}.fg-mb-20{margin-bottom:20%!important}.fg-mb-21{margin-bottom:21%!important}.fg-mb-22{margin-bottom:22%!important}.fg-mb-23{margin-bottom:23%!important}.fg-mb-24{margin-bottom:24%!important}.fg-mb-25{margin-bottom:25%!important}.fg-mb-26{margin-bottom:26%!important}.fg-mb-27{margin-bottom:27%!important}.fg-mb-28{margin-bottom:28%!important}.fg-mb-29{margin-bottom:29%!important}.fg-mb-30{margin-bottom:30%!important}.fg-ms-5px{margin-left:5px!important}.fg-ms-10px{margin-left:10px!important}.fg-ms-15px{margin-left:15px!important}.fg-ms-20px{margin-left:20px!important}.fg-ms-25px{margin-left:25px!important}.fg-ms-30px{margin-left:30px!important}.fg-ms-35px{margin-left:35px!important}.fg-ms-40px{margin-left:40px!important}.fg-ms-45px{margin-left:45px!important}.fg-ms-50px{margin-left:50px!important}.fg-ms-55px{margin-left:55px!important}.fg-ms-60px{margin-left:60px!important}.fg-ms-65px{margin-left:65px!important}.fg-ms-70px{margin-left:70px!important}.fg-ms-1{margin-left:1%!important}.fg-ms-2{margin-left:2%!important}.fg-ms-3{margin-left:3%!important}.fg-ms-4{margin-left:4%!important}.fg-ms-5{margin-left:5%!important}.fg-ms-6{margin-left:6%!important}.fg-ms-7{margin-left:7%!important}.fg-ms-8{margin-left:8%!important}.fg-ms-9{margin-left:9%!important}.fg-ms-10{margin-left:10%!important}.fg-ms-11{margin-left:11%!important}.fg-ms-12{margin-left:12%!important}.fg-ms-13{margin-left:13%!important}.fg-ms-14{margin-left:14%!important}.fg-ms-15{margin-left:15%!important}.fg-ms-16{margin-left:16%!important}.fg-ms-17{margin-left:17%!important}.fg-ms-18{margin-left:18%!important}.fg-ms-19{margin-left:19%!important}.fg-ms-20{margin-left:20%!important}.fg-ms-21{margin-left:21%!important}.fg-ms-22{margin-left:22%!important}.fg-ms-23{margin-left:23%!important}.fg-ms-24{margin-left:24%!important}.fg-ms-25{margin-left:25%!important}.fg-ms-26{margin-left:26%!important}.fg-ms-27{margin-left:27%!important}.fg-ms-28{margin-left:28%!important}.fg-ms-29{margin-left:29%!important}.fg-ms-30{margin-left:30%!important}.fg-top-0px{top:0}.fg-top-1px{top:1px}.fg-top-2px{top:2px}.fg-top-3px{top:3px}.fg-top-4px{top:4px}.fg-top-5px{top:5px}.fg-top-6px{top:6px}.fg-top-7px{top:7px}.fg-top-8px{top:8px}.fg-top-9px{top:9px}.fg-top-10px{top:10px}.fg-top-11px{top:11px}.fg-top-12px{top:12px}.fg-top-13px{top:13px}.fg-top-14px{top:14px}.fg-top-15px{top:15px}.fg-top-16px{top:16px}.fg-top-17px{top:17px}.fg-top-18px{top:18px}.fg-top-19px{top:19px}.fg-top-20px{top:20px}.fg-top-21px{top:21px}.fg-top-22px{top:22px}.fg-top-23px{top:23px}.fg-top-24px{top:24px}.fg-top-25px{top:25px}.fg-top-26px{top:26px}.fg-top-27px{top:27px}.fg-top-28px{top:28px}.fg-top-29px{top:29px}.fg-top-30px{top:30px}.fg-top-40px{top:40px}.fg-top-50px{top:50px}.fg-top-60px{top:60px}.fg-top-70px{top:70px}.fg-top-80px{top:80px}.fg-top-90px{top:90px}.fg-top-100px{top:100px}.fg-top-110px{top:110px}.fg-top-120px{top:120px}.fg-top-130px{top:130px}.fg-top-140px{top:140px}.fg-top-150px{top:150px}.fg-right-0px{right:0}.fg-right-1px{right:1px}.fg-right-2px{right:2px}.fg-right-3px{right:3px}.fg-right-4px{right:4px}.fg-right-5px{right:5px}.fg-right-6px{right:6px}.fg-right-7px{right:7px}.fg-right-8px{right:8px}.fg-right-9px{right:9px}.fg-right-10px{right:10px}.fg-right-11px{right:11px}.fg-right-12px{right:12px}.fg-right-13px{right:13px}.fg-right-14px{right:14px}.fg-right-15px{right:15px}.fg-right-16px{right:16px}.fg-right-17px{right:17px}.fg-right-18px{right:18px}.fg-right-19px{right:19px}.fg-right-20px{right:20px}.fg-right-21px{right:21px}.fg-right-22px{right:22px}.fg-right-23px{right:23px}.fg-right-24px{right:24px}.fg-right-25px{right:25px}.fg-right-26px{right:26px}.fg-right-27px{right:27px}.fg-right-28px{right:28px}.fg-right-29px{right:29px}.fg-right-30px{right:30px}.fg-right-40px{right:40px}.fg-right-50px{right:50px}.fg-right-60px{right:60px}.fg-right-70px{right:70px}.fg-right-80px{right:80px}.fg-right-90px{right:90px}.fg-right-100px{right:100px}.fg-right-110px{right:110px}.fg-right-120px{right:120px}.fg-right-130px{right:130px}.fg-right-140px{right:140px}.fg-right-150px{right:150px}.fg-bottom-0px{bottom:0}.fg-bottom-1px{bottom:1px}.fg-bottom-2px{bottom:2px}.fg-bottom-3px{bottom:3px}.fg-bottom-4px{bottom:4px}.fg-bottom-5px{bottom:5px}.fg-bottom-6px{bottom:6px}.fg-bottom-7px{bottom:7px}.fg-bottom-8px{bottom:8px}.fg-bottom-9px{bottom:9px}.fg-bottom-10px{bottom:10px}.fg-bottom-11px{bottom:11px}.fg-bottom-12px{bottom:12px}.fg-bottom-13px{bottom:13px}.fg-bottom-14px{bottom:14px}.fg-bottom-15px{bottom:15px}.fg-bottom-16px{bottom:16px}.fg-bottom-17px{bottom:17px}.fg-bottom-18px{bottom:18px}.fg-bottom-19px{bottom:19px}.fg-bottom-20px{bottom:20px}.fg-bottom-21px{bottom:21px}.fg-bottom-22px{bottom:22px}.fg-bottom-23px{bottom:23px}.fg-bottom-24px{bottom:24px}.fg-bottom-25px{bottom:25px}.fg-bottom-26px{bottom:26px}.fg-bottom-27px{bottom:27px}.fg-bottom-28px{bottom:28px}.fg-bottom-29px{bottom:29px}.fg-bottom-30px{bottom:30px}.fg-bottom-40px{bottom:40px}.fg-bottom-50px{bottom:50px}.fg-bottom-60px{bottom:60px}.fg-bottom-70px{bottom:70px}.fg-bottom-80px{bottom:80px}.fg-bottom-90px{bottom:90px}.fg-bottom-100px{bottom:100px}.fg-bottom-110px{bottom:110px}.fg-bottom-120px{bottom:120px}.fg-bottom-130px{bottom:130px}.fg-bottom-140px{bottom:140px}.fg-bottom-150px{bottom:150px}.fg-left-0px{left:0}.fg-left-1px{left:1px}.fg-left-2px{left:2px}.fg-left-3px{left:3px}.fg-left-4px{left:4px}.fg-left-5px{left:5px}.fg-left-6px{left:6px}.fg-left-7px{left:7px}.fg-left-8px{left:8px}.fg-left-9px{left:9px}.fg-left-10px{left:10px}.fg-left-11px{left:11px}.fg-left-12px{left:12px}.fg-left-13px{left:13px}.fg-left-14px{left:14px}.fg-left-15px{left:15px}.fg-left-16px{left:16px}.fg-left-17px{left:17px}.fg-left-18px{left:18px}.fg-left-19px{left:19px}.fg-left-20px{left:20px}.fg-left-21px{left:21px}.fg-left-22px{left:22px}.fg-left-23px{left:23px}.fg-left-24px{left:24px}.fg-left-25px{left:25px}.fg-left-26px{left:26px}.fg-left-27px{left:27px}.fg-left-28px{left:28px}.fg-left-29px{left:29px}.fg-left-30px{left:30px}.fg-left-40px{left:40px}.fg-left-50px{left:50px}.fg-left-60px{left:60px}.fg-left-70px{left:70px}.fg-left-80px{left:80px}.fg-left-90px{left:90px}.fg-left-100px{left:100px}.fg-left-110px{left:110px}.fg-left-120px{left:120px}.fg-left-130px{left:130px}.fg-left-140px{left:140px}.fg-left-150px{left:150px}.fg-top-minus-0px{top:-0}.fg-top-minus-1px{top:-1px}.fg-top-minus-2px{top:-2px}.fg-top-minus-3px{top:-3px}.fg-top-minus-4px{top:-4px}.fg-top-minus-5px{top:-5px}.fg-top-minus-6px{top:-6px}.fg-top-minus-7px{top:-7px}.fg-top-minus-8px{top:-8px}.fg-top-minus-9px{top:-9px}.fg-top-minus-10px{top:-10px}.fg-top-minus-11px{top:-11px}.fg-top-minus-12px{top:-12px}.fg-top-minus-13px{top:-13px}.fg-top-minus-14px{top:-14px}.fg-top-minus-15px{top:-15px}.fg-top-minus-16px{top:-16px}.fg-top-minus-17px{top:-17px}.fg-top-minus-18px{top:-18px}.fg-top-minus-19px{top:-19px}.fg-top-minus-20px{top:-20px}.fg-top-minus-21px{top:-21px}.fg-top-minus-22px{top:-22px}.fg-top-minus-23px{top:-23px}.fg-top-minus-24px{top:-24px}.fg-top-minus-25px{top:-25px}.fg-top-minus-26px{top:-26px}.fg-top-minus-27px{top:-27px}.fg-top-minus-28px{top:-28px}.fg-top-minus-29px{top:-29px}.fg-top-minus-30px{top:-30px}.fg-top-minus-40px{top:-40px}.fg-top-minus-50px{top:-50px}.fg-top-minus-60px{top:-60px}.fg-top-minus-70px{top:-70px}.fg-top-minus-80px{top:-80px}.fg-top-minus-90px{top:-90px}.fg-top-minus-100px{top:-100px}.fg-top-minus-110px{top:-110px}.fg-top-minus-120px{top:-120px}.fg-top-minus-130px{top:-130px}.fg-top-minus-140px{top:-140px}.fg-top-minus-150px{top:-150px}.fg-right-minus-0px{right:-0}.fg-right-minus-1px{right:-1px}.fg-right-minus-2px{right:-2px}.fg-right-minus-3px{right:-3px}.fg-right-minus-4px{right:-4px}.fg-right-minus-5px{right:-5px}.fg-right-minus-6px{right:-6px}.fg-right-minus-7px{right:-7px}.fg-right-minus-8px{right:-8px}.fg-right-minus-9px{right:-9px}.fg-right-minus-10px{right:-10px}.fg-right-minus-11px{right:-11px}.fg-right-minus-12px{right:-12px}.fg-right-minus-13px{right:-13px}.fg-right-minus-14px{right:-14px}.fg-right-minus-15px{right:-15px}.fg-right-minus-16px{right:-16px}.fg-right-minus-17px{right:-17px}.fg-right-minus-18px{right:-18px}.fg-right-minus-19px{right:-19px}.fg-right-minus-20px{right:-20px}.fg-right-minus-21px{right:-21px}.fg-right-minus-22px{right:-22px}.fg-right-minus-23px{right:-23px}.fg-right-minus-24px{right:-24px}.fg-right-minus-25px{right:-25px}.fg-right-minus-26px{right:-26px}.fg-right-minus-27px{right:-27px}.fg-right-minus-28px{right:-28px}.fg-right-minus-29px{right:-29px}.fg-right-minus-30px{right:-30px}.fg-right-minus-40px{right:-40px}.fg-right-minus-50px{right:-50px}.fg-right-minus-60px{right:-60px}.fg-right-minus-70px{right:-70px}.fg-right-minus-80px{right:-80px}.fg-right-minus-90px{right:-90px}.fg-right-minus-100px{right:-100px}.fg-right-minus-110px{right:-110px}.fg-right-minus-120px{right:-120px}.fg-right-minus-130px{right:-130px}.fg-right-minus-140px{right:-140px}.fg-right-minus-150px{right:-150px}.fg-bottom-minus-0px{bottom:-0}.fg-bottom-minus-1px{bottom:-1px}.fg-bottom-minus-2px{bottom:-2px}.fg-bottom-minus-3px{bottom:-3px}.fg-bottom-minus-4px{bottom:-4px}.fg-bottom-minus-5px{bottom:-5px}.fg-bottom-minus-6px{bottom:-6px}.fg-bottom-minus-7px{bottom:-7px}.fg-bottom-minus-8px{bottom:-8px}.fg-bottom-minus-9px{bottom:-9px}.fg-bottom-minus-10px{bottom:-10px}.fg-bottom-minus-11px{bottom:-11px}.fg-bottom-minus-12px{bottom:-12px}.fg-bottom-minus-13px{bottom:-13px}.fg-bottom-minus-14px{bottom:-14px}.fg-bottom-minus-15px{bottom:-15px}.fg-bottom-minus-16px{bottom:-16px}.fg-bottom-minus-17px{bottom:-17px}.fg-bottom-minus-18px{bottom:-18px}.fg-bottom-minus-19px{bottom:-19px}.fg-bottom-minus-20px{bottom:-20px}.fg-bottom-minus-21px{bottom:-21px}.fg-bottom-minus-22px{bottom:-22px}.fg-bottom-minus-23px{bottom:-23px}.fg-bottom-minus-24px{bottom:-24px}.fg-bottom-minus-25px{bottom:-25px}.fg-bottom-minus-26px{bottom:-26px}.fg-bottom-minus-27px{bottom:-27px}.fg-bottom-minus-28px{bottom:-28px}.fg-bottom-minus-29px{bottom:-29px}.fg-bottom-minus-30px{bottom:-30px}.fg-bottom-minus-40px{bottom:-40px}.fg-bottom-minus-50px{bottom:-50px}.fg-bottom-minus-60px{bottom:-60px}.fg-bottom-minus-70px{bottom:-70px}.fg-bottom-minus-80px{bottom:-80px}.fg-bottom-minus-90px{bottom:-90px}.fg-bottom-minus-100px{bottom:-100px}.fg-bottom-minus-110px{bottom:-110px}.fg-bottom-minus-120px{bottom:-120px}.fg-bottom-minus-130px{bottom:-130px}.fg-bottom-minus-140px{bottom:-140px}.fg-bottom-minus-150px{bottom:-150px}.fg-left-minus-0px{left:-0}.fg-left-minus-1px{left:-1px}.fg-left-minus-2px{left:-2px}.fg-left-minus-3px{left:-3px}.fg-left-minus-4px{left:-4px}.fg-left-minus-5px{left:-5px}.fg-left-minus-6px{left:-6px}.fg-left-minus-7px{left:-7px}.fg-left-minus-8px{left:-8px}.fg-left-minus-9px{left:-9px}.fg-left-minus-10px{left:-10px}.fg-left-minus-11px{left:-11px}.fg-left-minus-12px{left:-12px}.fg-left-minus-13px{left:-13px}.fg-left-minus-14px{left:-14px}.fg-left-minus-15px{left:-15px}.fg-left-minus-16px{left:-16px}.fg-left-minus-17px{left:-17px}.fg-left-minus-18px{left:-18px}.fg-left-minus-19px{left:-19px}.fg-left-minus-20px{left:-20px}.fg-left-minus-21px{left:-21px}.fg-left-minus-22px{left:-22px}.fg-left-minus-23px{left:-23px}.fg-left-minus-24px{left:-24px}.fg-left-minus-25px{left:-25px}.fg-left-minus-26px{left:-26px}.fg-left-minus-27px{left:-27px}.fg-left-minus-28px{left:-28px}.fg-left-minus-29px{left:-29px}.fg-left-minus-30px{left:-30px}.fg-left-minus-40px{left:-40px}.fg-left-minus-50px{left:-50px}.fg-left-minus-60px{left:-60px}.fg-left-minus-70px{left:-70px}.fg-left-minus-80px{left:-80px}.fg-left-minus-90px{left:-90px}.fg-left-minus-100px{left:-100px}.fg-left-minus-110px{left:-110px}.fg-left-minus-120px{left:-120px}.fg-left-minus-130px{left:-130px}.fg-left-minus-140px{left:-140px}.fg-left-minus-150px{left:-150px}.fg-fw-100{font-weight:100!important}.fg-fw-200{font-weight:200!important}.fg-fw-300{font-weight:300!important}.fg-fw-400{font-weight:400!important}.fg-fw-500{font-weight:500!important}.fg-fw-600{font-weight:600!important}.fg-fw-700{font-weight:700!important}.fg-fw-800{font-weight:800!important}.fg-fw-900{font-weight:900!important}.fg-min-h-100px{min-height:100px!important}.fg-min-h-150px{min-height:150px!important}.fg-min-h-200px{min-height:200px!important}.fg-min-h-250px{min-height:250px!important}.fg-min-h-300px{min-height:300px!important}.fg-min-h-350px{min-height:350px!important}.fg-min-h-400px{min-height:400px!important}.fg-min-h-450px{min-height:450px!important}.fg-min-h-500px{min-height:500px!important}.fg-min-h-550px{min-height:550px!important}.fg-min-h-600px{min-height:600px!important}.fg-min-h-650px{min-height:650px!important}.fg-min-h-700px{min-height:700px!important}.fg-min-h-750px{min-height:750px!important}.fg-min-h-800px{min-height:800px!important}.fg-min-h-850px{min-height:850px!important}.fg-min-h-900px{min-height:900px!important}.fg-min-h-950px{min-height:950px!important}.fg-opacity-0{opacity:0}.fg-opacity-1{opacity:.1}.fg-opacity-2{opacity:.2}.fg-opacity-3{opacity:.3}.fg-opacity-4{opacity:.4}.fg-opacity-5{opacity:.5}.fg-opacity-6{opacity:.6}.fg-opacity-7{opacity:.7}.fg-opacity-8{opacity:.8}.fg-opacity-9{opacity:.9}.fg-z-index-0{z-index:0}.fg-z-index-1{z-index:1}.fg-z-index-2{z-index:2}.fg-z-index-3{z-index:3}.fg-z-index-4{z-index:4}.fg-z-index-5{z-index:5}.fg-z-index-6{z-index:6}.fg-z-index-7{z-index:7}.fg-z-index-8{z-index:8}.fg-z-index-9{z-index:9}.fg-z-index-minus-1{z-index:-1}.fg-z-index-minus-2{z-index:-2}
.fg-wrap .fg-alt-font {
    font-family: var(--fgalt-font);
}
.fg-wrap .fg-primary-font {
    font-family: var(--fgprimary-font) !important;
}
.fg-wrap section.fg-section{
    padding-top: 110px;
    padding-bottom: 110px;
}
.fg-wrap section.fg-section.half-section{
    padding-top: 70px;
    padding-bottom: 70px;
}
.fg-wrap section.fg-section.big-section{
    padding-top: 110px;
    padding-bottom: 110px;
}
.fg-wrap img {
    max-width: 100%;
    height: auto;
  }
.fg-wrap ul li {
    list-style: none;
  }
.fg-wrap a {
    color: var(--fgmedium-gray);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
  }
.fg-wrap a:hover {
    color: var(--fgdark-gray);
    text-decoration: none;
  }
.fg-wrap p {
    margin-bottom: 25px;
  }
.fg-bg-gradient-very-light-gray {
  background-image: linear-gradient(to bottom, #f7f8f9, #f9fafb, #fbfbfc, #fdfdfd, #ffffff);
}
.fg-wrap .fg-page-title-extra-large h1.fg-h1 {
  font-size: 4.5rem;
  line-height: 4.5rem;
}
.fg-wrap .fg-fw-600 {
  font-weight: 600 !important;
}
.fg-wrap .fg-mb-10px {
  margin-bottom: 10px !important;
}
.fg-wrap .fg-text-dark-gray, .fg-wrap .fg-btn-link.text-dark-gray, .fg-wrap a.fg-text-dark-gray-hover:hover {
  color: var(--fgdark-gray);
}
.fg-wrap .fg-breadcrumb ul.fg-ul {
  margin: 0;
  padding: 0;
}
.fg-wrap .fg-breadcrumb-style-01 ul.fg-ul li.fg-li {
  display: inline-block;
}
.fg-wrap .fg-breadcrumb-style-01 ul.fg-ul li.fg-li:after {
  content: "\e844";
  font-family: "feather";
  font-size: 13px;
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px 0 10px;
}
.fg-wrap .fg-breadcrumb-style-01 ul.fg-ul li.fg-li:last-child:after{
  content:'';
  padding:0;
}
.fg-wrap label {font-size: 17px;}
.fg-wrap .fg-fs-26 {
  font-size: 26px;
  line-height: 38px;
}
.fg-wrap input, .fg-wrap select, .fg-wrap textarea, .fg-wrap .form-control, .fg-wrap .form-select {
  padding: 12px 25px;
  width: 100%;
  max-width: 100%;
  resize: none;
  outline: none;
  font-size: 16px;
  border: 1px solid #e4e4e4;
  color: var(--fgmedium-gray);
  line-height: inherit;
  word-break: normal;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fg-wrap .fg-btn {
  display: inline-block;
  border: 2px solid transparent;
  border-radius: 0;
  text-transform: inherit;
  letter-spacing: 0.5px;
  width: auto;
  font-family: var(--fgalt-font);
  font-weight: 500;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.fg-wrap .fg-btn.fg-btn-dark-gray {
  background-color: var(--fgdark-gray);
  color: var(--fgwhite);
}

.fg-wrap .fg-btn.fg-btn-round-edge {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.fg-wrap .fg-btn.fg-wrap .fg-btn-box-shadow.fg-btn-dark-gray:hover, .fg-wrap .fg-btn.fg-btn-box-shadow.fg-btn-dark-gray:active {
  background: var(--fgdark-gray);
  color: var(--fgwhite);
}

.fg-wrap .fg-btn.fg-btn-dark-gray:hover, .fg-wrap .fg-btn.fg-btn-dark-gray:active {
  background-color: transparent;
  border-color: var(--fgdark-gray);
  color: var(--fgdark-gray);
}
.fg-wrap .fg-btn.fg-btn-medium {
  font-size: 16px;
  padding: 13px 26px;
}
.fg-wrap .fg-btn.fg-btn-dark-gray {
  font-weight: 400;
}
.fg-wrap .fg-terms-condition-box label.fg-label {
  display: block;
}
.fg-wrap .fg-terms-condition-box input.fg-check[type=checkbox] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 4px;
  left: 0;
}
.fg-wrap .fg-terms-condition-box input.fg-check[type=checkbox]:checked + .fg-box:after {
  display: block;
}
.fg-wrap .fg-terms-condition-box input.fg-check[type=checkbox].is-invalid + .fg-box:before {
  border-color: #dc3545;
}
.fg-wrap .fg-terms-condition-box .fg-box {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
}
.fg-wrap .fg-terms-condition-box .fg-box:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid var(--fgextra-medium-gray);
  position: absolute;
  top: 5px;
  left: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.fg-wrap .fg-terms-condition-box .fg-box:after {
  position: absolute;
  left: 7px;
  top: 9px;
  content: "";
  width: 6px;
  height: 10px;
  display: none;
  border: solid var(--fgdark-gray);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fg-wrap .fg-box-shadow-extra-large, .fg-box-shadow-extra-large-hover:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}
.fg-wrap .fg-text-decoration-line-bottom {
  border-bottom: 1px solid;
}
.fg-wrap .fg-btn.fg-btn-double-border .fg-btn-double-text {
  transition: opacity 0.65s, transform 0.65s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}
.fg-wrap .fg-btn.fg-btn-double-border .fg-btn-double-text:before {
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  top: 50%;
  opacity: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  transition: opacity 0.5s, transform 0.8s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}
.fg-wrap .fg-btn.fg-btn-double-border:hover .fg-btn-double-text {
  transform: translateY(-200%);
}
.fg-wrap .fg-btn.fg-btn-double-border:hover .fg-btn-double-text:before {
  transform: translate(-50%, 150%);
  opacity: 1;
}
.fg-btn.fg-btn-switch-text.fg-btn-extra-large {
  padding: 0;
}
.fg-btn.fg-btn-switch-text.fg-btn-extra-large > span {
  padding: 22px 40px;
}
.fg-btn.fg-btn-switch-text.fg-btn-large {
  padding: 0;
}
.fg-btn.fg-btn-switch-text.fg-btn-large > span {
  padding: 18px 34px;
}
.fg-btn.fg-btn-switch-text.fg-btn-medium {
  padding: 0;
}
.fg-btn.fg-btn-switch-text.fg-btn-medium > span {
  padding: 16px 30px;
}
.fg-btn.fg-btn-switch-text.fg-btn-small {
  padding: 0;
}
.fg-btn.fg-btn-switch-text.fg-btn-small > span {
  padding: 13px 24px;
}
.fg-btn.fg-btn-switch-text.fg-btn-very-small {
  padding: 0;
}
.fg-btn.fg-btn-switch-text.fg-btn-very-small > span {
  padding: 10px 20px;
}
.fg-btn.fg-btn-switch-text > span {
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.fg-btn.fg-btn-switch-text .fg-btn-double-text {
  transition: opacity 0.65s, transform 0.85s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}
.fg-btn.fg-btn-switch-text .fg-btn-double-text:before {
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  top: 50%;
  opacity: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  transition: opacity 0.5s, transform 0.8s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}
.fg-btn.fg-btn-switch-text:hover .fg-btn-double-text, .fg-btn.fg-btn-switch-text:active .fg-btn-double-text {
  transform: translateY(-200%);
}
.fg-btn.fg-btn-switch-text:hover .fg-btn-double-text:before, .fg-btn.fg-btn-switch-text:active .fg-btn-double-text:before {
  transform: translate(-50%, 150%);
  opacity: 1;
}
.fg-btn.fg-btn-switch-text.purchase-envato.fg-btn-small {
  padding: 0;
}
.fg-btn.fg-btn-switch-text.purchase-envato.fg-btn-small > span {
  padding: 11px 30px;
}
.fg-btn.fg-btn-rounded.fg-btn-rounded {
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.fg-btn.fg-btn-transparent-white {
  background-color: transparent;
  border-color: var(--fgwhite);
  color: var(--fgwhite);
}
.fg-btn.fg-btn-very-small {
  font-size: 14px;
  padding: 9px 20px;
}
.fg-btn.fg-btn-very-very-small {
  font-size: 12px;
  padding: 3px 12px;
}
.fg-btn.fg-btn-white {
  background-color: var(--fgwhite);
  color: var(--fgdark-gray);
}
.fg-btn.fg-btn-transparent-white:hover, .fg-btn.fg-btn-transparent-white:active {
  background-color: var(--fgwhite);
  border-color: var(--fgwhite);
  color: var(--fgdark-gray);
}
.fg-cookie-message .fg-cookie-description a {color:#fff;}
.fg-cookie-message .fg-cookie-description a:hover {text-decoration: underline;}

.fg-shop-sidebar .fg-shop-filter {
  padding: 0;
  margin: 0;
  list-style: none;
}
.fg-shop-sidebar .fg-shop-filter li {
  position: relative;
  margin-bottom: 2px;
  padding: 0 25px;
}
.fg-shop-sidebar .fg-shop-filter li a {
  display: block;
}
.fg-shop-sidebar .fg-shop-filter li a:hover .fg-product-cb {
  border-color: var(--fgdark-gray);
}
.fg-shop-sidebar .fg-shop-filter li a:hover .fg-product-cb:after {
  opacity: 1;
}
.fg-shop-sidebar .fg-shop-filter li .fg-product-cb {
  width: 16px;
  height: 16px;
  border: 1px solid var(--fgmedium-gray);
  display: inline-block;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 8px;
}
.fg-shop-sidebar .fg-shop-filter li .fg-product-cb:after {
  width: 8px;
  height: 8px;
  background-color: var(--fgdark-gray);
  border-radius: 100%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fg-shop-sidebar .fg-shop-filter li .fg-item-qty {
  position: absolute;
  right: 0;
  top: 0;
  background: var(--fgvery-light-gray);
  border-radius: 100%;
  height: 30px;
  width: 30px;
  font-size: 11px;
  text-align: center;
  font-weight: 500;
  color: var(--fgdark-gray);
  line-height: 30px;
}
.fg-shop-sidebar .fg-shop-filter li:last-child {
  margin-bottom: 0;
}
.fg-shop-sidebar .fg-shop-filter.fg-color-filter li .fg-product-cb {
  border: 0;
}
.fg-shop-sidebar .fg-shop-filter.fg-color-filter li .fg-product-cb:after {
  background-color: var(--fgwhite);
}
.fg-shop-sidebar .fg-shop-filter.fg-fabric-filter li .fg-product-cb {
  line-height: 0;
  overflow: hidden;
  border: 0;
}
.fg-shop-sidebar .fg-shop-filter.fg-fabric-filter li .fg-product-cb:after {
  background-color: var(--fgwhite);
}
.fg-shop-sidebar .fg-shop-filter.fg-rating-filter li {
  padding-left: 0;
}
.fg-shop-sidebar .fg-shop-filter.tag-cloud a {
  padding: 5px 10px;
}
/* Toolbar wrapper */
.fg-toolbar-wrapper a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fg-toolbar-wrapper a:hover img {
  opacity: 1;
}
.fg-shop-boxed {
  margin-left: -10px;
  margin-right: -10px;
}
.fg-shop-boxed .fg-shop-box {
  border: 6px solid #fff;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.fg-shop-boxed .fg-shop-box .fg-shop-image {
  overflow: hidden;
}
.fg-shop-boxed .fg-shop-box .fg-shop-image a {
  display: block;
  overflow: hidden;
}
.fg-shop-boxed .fg-shop-box .fg-shop-image .fg-product-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.fg-shop-boxed .fg-shop-box .fg-shop-image .fg-shop-hover {
  position: absolute;
  bottom: 0px;
  width: 100%;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.fg-shop-boxed .fg-shop-box .fg-shop-image .fg-shop-hover a {
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
}
.fg-shop-boxed .fg-shop-box .fg-shop-footer del {
  margin-right: 8px;
}
.fg-shop-boxed .fg-shop-box:hover {
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
  border: 6px solid #fff;
}
.fg-shop-boxed .fg-shop-box:hover .fg-shop-image .fg-product-overlay {
  opacity: 1;
}
.fg-shop-boxed .fg-shop-box:hover .fg-shop-image .fg-shop-hover {
  bottom: 25px;
}
.fg-shop-boxed .fg-shop-box:hover .fg-shop-image .fg-shop-hover a {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 1;
}
.fg-shop-boxed .fg-shop-box:hover .fg-shop-image .fg-shop-hover a:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.fg-shop-boxed .fg-shop-box:hover .fg-shop-image .fg-shop-hover a:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.fg-shop-boxed .fg-shop-box:hover .fg-shop-image .fg-shop-hover a:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
/* Shop modern */
.fg-shop-modern {
  margin-left: -15px;
  margin-right: -15px;
}
.fg-shop-modern .fg-grid-item .fg-shop-box .fg-shop-image {
  overflow: hidden;
}
.fg-shop-modern .fg-grid-item .fg-shop-box .fg-shop-image img {
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.fg-shop-modern .fg-grid-item .fg-shop-box .fg-shop-image .fg-shop-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.fg-shop-modern .fg-grid-item .fg-shop-box .fg-shop-image .fg-shop-hover {
  position: absolute;
  top: 20px;
  width: auto;
  right: 12px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.fg-shop-modern .fg-grid-item .fg-shop-box .fg-shop-image .fg-shop-hover ul {
  padding: 0;
}
.fg-shop-modern .fg-grid-item .fg-shop-box .fg-shop-image .fg-shop-hover ul li {
  display: block;
  width: auto;
  margin: 0 0 8px;
  padding: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.fg-shop-modern .fg-grid-item .fg-shop-box .fg-shop-image .fg-shop-hover ul li:nth-child(1) {
  -webkit-transition-delay: 25ms;
  transition-delay: 25ms;
}
.fg-shop-modern .fg-grid-item .fg-shop-box .fg-shop-image .fg-shop-hover ul li:nth-child(2) {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}
.fg-shop-modern .fg-grid-item .fg-shop-box .fg-shop-image .fg-shop-hover ul li:nth-child(3) {
  -webkit-transition-delay: 75ms;
  transition-delay: 75ms;
}
.fg-shop-modern .fg-grid-item .fg-shop-box .fg-shop-image .fg-shop-hover ul li :nth-child(4) {
  -webkit-transition-delay: 1ms;
  transition-delay: 1ms;
}
.fg-shop-modern .fg-grid-item .fg-shop-box .fg-shop-image .fg-shop-hover ul li a:hover {
  background-color: var(--base-color);
}
.fg-shop-modern .fg-grid-item .fg-shop-box .fg-shop-image .fg-shop-buttons-wrap {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
  text-align: center;
}
.fg-shop-modern .fg-grid-item .fg-shop-box .fg-shop-image .fg-shop-buttons-wrap .fg-btn {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fg-shop-modern .fg-grid-item .fg-shop-box .fg-shop-image .fg-shop-buttons-wrap .fg-btn.fg-btn-large {
  padding: 8px 20px;
}
.fg-shop-modern .fg-grid-item .fg-shop-box .fg-shop-footer del {
  margin-right: 8px;
}
.fg-shop-modern .fg-grid-item .fg-shop-box:hover .fg-shop-image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.fg-shop-modern .fg-grid-item .fg-shop-box:hover .fg-shop-image .fg-shop-buttons-wrap .fg-btn {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.fg-shop-modern .fg-grid-item .fg-shop-box:hover .fg-shop-image .fg-shop-overlay {
  opacity: 1;
}
.fg-shop-modern .fg-grid-item .fg-shop-box:hover .fg-shop-image .fg-shop-hover {
  opacity: 1;
  top: 20px;
}
.fg-shop-modern .fg-grid-item .fg-shop-box:hover .fg-shop-image .fg-shop-hover ul li {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.fg-grid {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fg-shop-image .fg-shop-hover button{
  box-shadow:unset;
  border:unset;
  background-color: inherit;
}
.fg-shop-modern .fg-grid-item .fg-shop-box .fg-shop-image .fg-shop-buttons-wrap .fg-btn {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fg-shop-modern .fg-grid-item .fg-shop-box:hover .fg-shop-image .fg-shop-buttons-wrap .fg-btn {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.fg-btn.fg-btn-small {
  font-size: 16px;
  padding: 10px 20px;
}
.fg-left-icon i {
  margin-right: 6px;
  margin-left: 0;
}
.fg-btn i {
  position: relative;
  /* margin-left: 6px; */
}
.fg-shop-modern .fg-shop-image .fg-btn-small{padding:5px 15px;font-size:14px}
.fg-shop-modern .fg-shop-image img {width: 100%;object-fit: cover;}
.fg-pagination-style-01 .fg-page-item .fg-page-link {
  border: 0;
  padding: 0 2px;
  margin: 0 7px;
  background: 0 0;
  color: var(--fgmedium-gray);
  min-width: 45px;
  font-size: inherit;
  text-align: center;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  line-height: 45px;
  min-height: 45px;
  display: block;
}
.fg-pagination-style-01 .fg-page-item .fg-page-link i {
  line-height: 40px;
}
.fg-pagination-style-01 .fg-page-item .fg-page-link:hover {
  background: var(--fgwhite);
  color: var(--fgdark-gray);
  box-shadow: 0 0 10px rgba(23, 23, 23, 0.15) !important;
}
.fg-pagination-style-01 .fg-page-item .fg-page-link:focus {
  box-shadow: none;
}
.fg-pagination-style-01 .fg-page-item.active .fg-page-link {
  background: var(--fgdark-gray);
  color: var(--fgwhite);
  box-shadow: 0 0 10px rgba(23, 23, 23, 0.15) !important;
}
.fg-btn-reset{box-shadow: unset;
  border: unset;
  background: inherit;
  color: inherit;}
  .product-image-thumb .swiper-slide {
    cursor: pointer;
    border: 1px solid transparent;
  }
  .product-image-thumb .swiper-slide.swiper-slide-thumb-active {
    border-color: var(--fglight-gray);
  }
  /* Single product thumb vertical */
  .single-product-thumb .slider-vertical {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 15px;
  }
  .single-product-thumb .slider-vertical .swiper-slide {
    height: auto !important;
    cursor: pointer;
  }
  .product-image-slider img {
    cursor: crosshair;
  }
  .gallery-box {
    overflow: hidden;
    will-change: transform;
  }
  .fg-select:focus {outline:0!important;border: unset !important;box-shadow: unset !important;}
  .fg-select.fg-select-border:focus{border:1px solid #e4e4e4!important}
  .fg-cover-background {
    background-repeat: no-repeat !important;
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-position: center center !important;
  }
.swiper-vertical>.swiper-wrapper {flex-direction: column;}
.fg-h4{
    font-size: 2.375rem;
    line-height: 2.7rem;
}
.fg-h5{
  font-size: 2rem;
  line-height: 2.4rem;
}
.fg-text-golden-yellow, .fg-btn-link.fg-text-golden-yellow, a.fg-text-golden-yellow-hover:hover{
  color: var(--fggolden-yellow)
}
[class*=line-icon], [class*=" line-icon"], [class*=bi-], [class*=feather], [class*=ti-]{
  display: inline-block;
}
.fg-quantity {
  display: inline-block;
  position: relative;
}
.fg-quantity button {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: -9px 0 0 0;
  font-size: 22px;
  line-height: 18px;
  position: absolute;
  left: 15px;
  top: 50%;
  color: var(--fgdark-gray);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.fg-quantity button.fg-qty-plus {
  right: 15px;
  left: auto;
}
.fg-quantity .fg-qty-text {
  width: 115px;
  height: 54px;
  border: 1px solid var(--fgextra-medium-gray);
  border-radius: 5px;
  text-align: center;
  color: var(--fgdark-gray);
}
.fg-tab-style-04 .nav-tabs .nav-item {
  padding: 0 35px;
}

.fg-tabs.nav-tabs>li.nav-item {
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0 17px;
}
.fg-fs-16{font-size:16px}
.fg-tab-style-04 .nav-tabs .nav-item .nav-link.active, .fg-tab-style-04 .nav-tabs .nav-item .nav-link.show, .fg-tab-style-04 .nav-tabs .nav-item .nav-link:hover {
  color: var(--fgdark-gray);
}

.fg-tab-style-04 .nav-tabs .nav-item .nav-link {
  line-height: 50px;
}
.fg-tab-style-04 .nav-tabs .nav-item .nav-link {
  padding: 0;
  border: none;
  background: 0 0;
  position: relative;
  color: var(--fgmedium-gray);
}
.fg-tab-style-04 .nav-tabs .nav-item .nav-link.active .fg-tab-border, .fg-tab-style-04 .nav-tabs .nav-item .nav-link.show .fg-tab-border, .fg-tab-style-04 .nav-tabs .nav-item .nav-link:hover .fg-tab-border {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.fg-tab-style-04 .nav-tabs .nav-item .nav-link .fg-tab-border {
  width: 100%;
  height: 2px;
  display: block;
  -wekit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: transform .5s ease;
  transition: transform .5s ease;
}
.fg-bg-dark-gray, .fg-bg-dark-gray:focus {
  background-color: var(--fgdark-gray);
}
.fg-wrap input.fg-radio{width:1em;padding:0}
.fg-btn:disabled:hover i.fa-solid.fa-circle-notch.fa-spin.text-light{color:var(--fgdark-gray)!important}
.fg-shop-hover button:disabled i.fa-solid.fa-circle-notch.fa-spin.text-light{color:var(--fgdark-gray)!important}
.fg-btn.fg-btn-transparent-light-gray {
  background-color: transparent;
  border-color: var(--fgextra-medium-gray);
  color: var(--fgdark-gray);
}
.fg-btn.fg-btn-transparent-light-gray:active, .fg-btn.fg-btn-transparent-light-gray:hover {
  background-color: var(--dark-gray);
  border-color: var(--dark-gray);
  color: var(--white);
}

#captcha img{width:380px;}
.fg-cart-products th {
  border-top: 0;
  border-bottom: 1px solid var(--extra-medium-gray) !important;
  padding: 15px 10px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--dark-gray);
}
.fg-cart-products .fg-product-thumbnail {
  width: 100px;
}

.fg-cart-products td {
  vertical-align: middle;
  border-bottom: 1px solid var(--extra-medium-gray);
  border-top: 0;
  padding: 25px 10px;
  color: var(--medium-gray);
}
.fg-cart-products .fg-product-remove {
  width: 25px;
}
.form-check-input:checked{
  background-color: var(--fgdark-gray);
  border-color:var(--fgdark-gray)
}

.htfullscreen{height:100vh!important}

section.ht-section{background-color: var(--global--color-white);
    padding: 60px 0;
    overflow: hidden;}
header section, footer section {background-color: inherit;}

@media only screen and (max-width: 767px) {



section.ht-section{padding:70px 0}

}

hr{background-color:#eaeaea;border-color:#eaeaea;margin:0}

@media only screen and (max-width: 992px) {

.htfullscreen{height:auto!important}
.htabout .gallery-card{margin-bottom:20px}
}



@media only screen and (max-width: 768px) {
.htpage-title .auto-container {position: relative}
.htpage-title h1 {color: #ffffff;font-size: 25px !important; line-height: 1.2em;margin-bottom:0px !important;}
.htpage-breadcrumb {position: relative;align-items: center;background: #00000040;border-radius: 5px;color: inherit;display: inline-flex;font-size: 13px;font-weight: 400;justify-content: center;letter-spacing: 0;margin-top: 10px;padding: 5px 15px;text-transform: capitalize}
.htpage-breadcrumb li {position: relative;display: inline-block;margin-right: 10px;padding-right: 15px;color: #ffffff;font-size: 15px;font-weight: 400}
.htpage-breadcrumb li:after {position: absolute;content: "/";right: -2px;top: -1px;color: #ffffff;font-size: 20px;font-weight: 700;font-family: 'Font Awesome 5 Pro'}
.htpage-breadcrumb li:last-child::after {display: none}.htpage-breadcrumb li:last-child {padding-right: 0px;margin-right: 0px}
.htpage-breadcrumb li a {color: #ffffff;font-weight: 400;transition: all 0.3s ease;-moz-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease}

.htpage-breadcrumb{display:none !important;}
}

@media only screen and (min-width: 992px) {

.hthidden-lg,.hthidden-md{display:none}

}

@media only screen and (min-width: 768px) {



.col-lg-5ths{-ms-flex:0 0 20%;-webkit-box-flex:0;flex:0 0 20%;max-width:20%}

}

.htblockquote,blockquote{font-size:20px;font-family:var(--global--font-heading);color:var(--global--color-body);font-style:normal;line-height:28px;font-weight:500;padding:30px 0 30px 30px;position:relative;border-left:6px solid var(--global--color-heading)}

.htblockquote .htquote-author,blockquote .htquote-author{font-family:var(--global--font-heading);display:block;font-size:13px;font-style:normal;font-weight:600;line-height:1;color:var(--global--color-heading);margin-top:18px}

.htblockquote .htauthor,blockquote .htauthor{font-family:var(--global--font-body);display:block;font-size:18px;font-style:italic;font-weight:600;line-height:1;color:var(--global--color-heading);margin-top:18px}

.htblockquote-1{border-left:6px solid var(--global--color-heading)}

.htblockquote-2{position:relative;border-left:none}

.htblockquote-2::before,.htblockquote-2::after{font-family:"Font Awesome 5 Free";font-size:16px;position:absolute;color:var(--global--color-primary);line-height:1.8;font-weight:600}

.htblockquote-2::before{content:"\f10d";top:0;left:0}

.htblockquote-2::after{content:"\f10e";right:0;bottom:0}

.htblockquote-3{background-color:var(--global--color-heading)}

.htblockquote-3 .htauthor{color:var(--global--color-body)}

.htbg-theme{background-color:var(--global--color-primary)!important}

.htbg-gray{background-color:#f3f7fb!important}
.htabout-area {position: relative;z-index: 1;padding-top: 60px;padding-bottom: 60px;}

.htbg-dark-gray{background-color:#3a3a3a}

.htbg-dark{background-color:#222!important}

.htbg-section{position:relative;overflow:hidden;z-index:1;background-size:cover;background-repeat:no-repeat;background-position:center center;width:100%;height:100%}

.htbg-parallax{background-attachment:fixed}

.htbg-overlay:before{content:"";display:inline-block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}

.htbg-overlay-2:before{content:"";display:inline-block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}

.htbg-overlay-light:before{background-color:var(--global--color-white);opacity:.8}

.htbg-overlay-dark:before{background:-webkit-gradient(linear,left top,left bottom,from(#021c37),color-stop(6.74%,#041c35),color-stop(74.68%,rgba(21,27,33,0)),to(rgba(27,26,26,0)));background:-o-linear-gradient(#021c37 0%,#041c35 6.74%,rgba(21,27,33,0) 74.68%,rgba(27,26,26,0) 100%);background:linear-gradient(#021c37 0%,#041c35 6.74%,rgba(21,27,33,0) 74.68%,rgba(27,26,26,0) 100%);opacity:.7}

.htbg-overlay-dark-2:before{background-color:#041c3538}

.htbg-overlay-dark-3:before{background-color:#032b56;opacity:.149}

.htbg-overlay-theme-secondary:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(40,205,250,0)),color-stop(0%,rgba(29,101,185,0)),color-stop(16.43%,rgba(29,101,185,0)),color-stop(97.66%,#222222),to(#222222));background:-o-linear-gradient(rgba(40,205,250,0) 0%,rgba(29,101,185,0) 0%,rgba(29,101,185,0) 16.43%,#222222 97.66%,#222222 100%);background:linear-gradient(rgba(40,205,250,0) 0%,rgba(29,101,185,0) 0%,rgba(29,101,185,0) 16.43%,#222222 97.66%,#222222 100%)}

.htbg-overlay-theme-secondary::after{content:'';position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:rgba(32,115,211,0.85);z-index:0}

.htbg-overlay-theme-dark:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(29,101,185,0)),color-stop(0%,rgba(6,52,100,0)),color-stop(16.43%,rgba(6,52,100,0)),color-stop(97.66%,#063464),to(#063464));background:-o-linear-gradient(rgba(29,101,185,0) 0%,rgba(6,52,100,0) 0%,rgba(6,52,100,0) 16.43%,#063464 97.66%,#063464 100%);background:linear-gradient(rgba(29,101,185,0) 0%,rgba(6,52,100,0) 0%,rgba(6,52,100,0) 16.43%,#063464 97.66%,#063464 100%)}

.htbg-overlay-theme-dark::after{content:'';position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:rgba(6,52,100,0.95);z-index:0}

.htbg-overlay-theme-light:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(29,101,185,0)),color-stop(0%,rgba(155,203,59,0)),color-stop(16.43%,rgba(155,203,59,0)),color-stop(97.66%,var(--global--color-primary)),to(var(--global--color-primary)));background:-o-linear-gradient(rgba(29,101,185,0) 0%,rgba(155,203,59,0) 0%,rgba(155,203,59,0) 16.43%,var(--global--color-primary) 97.66%,var(--global--color-primary) 100%);background:linear-gradient(rgba(29,101,185,0) 0%,rgba(155,203,59,0) 0%,rgba(155,203,59,0) 16.43%,var(--global--color-primary) 97.66%,var(--global--color-primary) 100%)}

.htbg-overlay-theme-light::after{content:'';position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:rgba(155,203,59,0.95);z-index:0}

.htbg-overlay-theme-light:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(29,101,185,0)),color-stop(0%,rgba(155,203,59,0)),color-stop(16.43%,rgba(155,203,59,0)),color-stop(97.66%,var(--global--color-primary)),to(var(--global--color-primary)));background:-o-linear-gradient(rgba(29,101,185,0) 0%,rgba(155,203,59,0) 0%,rgba(155,203,59,0) 16.43%,var(--global--color-primary) 97.66%,var(--global--color-primary) 100%);background:linear-gradient(rgba(29,101,185,0) 0%,rgba(155,203,59,0) 0%,rgba(155,203,59,0) 16.43%,var(--global--color-primary) 97.66%,var(--global--color-primary) 100%)}

.htbg-overlay-theme-light::after{content:'';position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:rgba(155,203,59,0.95);opacity:.8;z-index:0}

.htbg-overlay-theme-light-inversed:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(60,152,48,0)),color-stop(0%,rgba(155,203,59,0)),color-stop(16.43%,rgba(155,203,59,0)),color-stop(97.66%,var(--global--color-primary)),to(var(--global--color-primary)));background:-o-linear-gradient(rgba(60,152,48,0) 0%,rgba(155,203,59,0) 0%,rgba(155,203,59,0) 16.43%,var(--global--color-primary) 97.66%,var(--global--color-primary) 100%);background:linear-gradient(rgba(60,152,48,0) 0%,rgba(155,203,59,0) 0%,rgba(155,203,59,0) 16.43%,var(--global--color-primary) 97.66%,var(--global--color-primary) 100%)}

.htbg-overlay-theme-light-inversed::after{content:'';position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:rgba(155,203,59,0.95);z-index:0}

.htbg-overlay-theme-global--color-primary:before{background:-webkit-gradient(linear,left top,left bottom,color-stop(100%,rgba(29,101,185,0)),color-stop(100%,rgba(29,101,185,0)),color-stop(84.57%,rgba(29,101,185,0)),color-stop(97.66%,#222222),to(#222222));background:-o-linear-gradient(rgba(29,101,185,0) 100%,rgba(29,101,185,0) 100%,rgba(29,101,185,0) 84.57%,#222222 97.66%,#222222 100%);background:linear-gradient(rgba(29,101,185,0) 100%,rgba(29,101,185,0) 100%,rgba(29,101,185,0) 84.57%,#222222 97.66%,#222222 100%)}

.htbg-overlay-theme-global--color-primary::after{content:'';position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:rgba(29,101,185,0.95);z-index:0}

.htbg-overlay-theme-global--color-primary-light:before{background:-webkit-gradient(linear,left top,left bottom,from(rgba(155,203,59,0)),color-stop(0%,rgba(68,214,254,0)),color-stop(16.43%,rgba(68,214,254,0)),color-stop(97.66%,#e30909),to(#e30909));background:-o-linear-gradient(rgba(155,203,59,0) 0%,rgba(68,214,254,0) 0%,rgba(68,214,254,0) 16.43%,#e30909 97.66%,#e30909 100%);background:linear-gradient(rgba(155,203,59,0) 0%,rgba(68,214,254,0) 0%,rgba(68,214,254,0) 16.43%,#e30909 97.66%,#e30909 100%)}

.htbg-overlay-theme-global--color-primary-light::after{content:'';position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:rgba(68,214,254,0.9);z-index:0}

.htbg-overlay-dark-slider:before{background:-webkit-gradient(linear,left top,left bottom,from(#021c37),color-stop(6.74%,#041c35),color-stop(74.68%,rgba(21,27,33,0)),to(rgba(27,26,26,0)));background:-o-linear-gradient(#021c37 0%,#041c35 6.74%,rgba(21,27,33,0) 74.68%,rgba(27,26,26,0) 100%);background:linear-gradient(#021c37 0%,#041c35 6.74%,rgba(21,27,33,0) 74.68%,rgba(27,26,26,0) 100%);opacity:.45}

.htbg-overlay-dark-slider::after{content:'';position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:rgba(3,43,86,0.25)}

.htbg-overlay-theme:before{background-image:-webkit-gradient(linear,right top,left top,color-stop(18%,#13C1D9BF),color-stop(70%,var(--global--color-primary)));background-image:-o-linear-gradient(right,#13C1D9BF 18%,var(--global--color-primary) 70%);background-image:linear-gradient(-90deg,#13C1D9BF 18%,var(--global--color-primary) 70%)}

.htbg-overlay-theme2:before{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(6,22,51,0)),color-stop(0%,#1d294d));background-image:-o-linear-gradient(bottom,rgba(6,22,51,0) 0%,#1d294d 0%);background-image:linear-gradient(0deg,rgba(6,22,51,0) 0%,#1d294d 0%)}

.htbg-overlay-theme3:before{background:#1D2A4DF0;background-image:-webkit-linear-gradient(90deg,rgba(6,23,51,0) 0%,rgba(29,42,77,0) 0%,#1d2a4d 80%)}

.htbg-overlay-video:before{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(6,23,51,0)),color-stop(62%,rgba(29,42,77,0)),color-stop(97%,#1d2a4d));background-image:-o-linear-gradient(top,rgba(6,23,51,0) 0%,rgba(29,42,77,0) 62%,#1d2a4d 97%);background-image:linear-gradient(180deg,rgba(6,23,51,0) 0%,rgba(29,42,77,0) 62%,#1d2a4d 97%)}

.htbg-video{position:relative}

.htbg-video iframe{position:absolute;top:0;left:0;right:0;-o-object-fit:cover;object-fit:cover;width:100%;height:100%;-webkit-transform:rotateZ(0);-ms-transform:rotate(0);transform:rotateZ(0)}

.htbg-video h2{text-transform:capitalize;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);z-index:5}

.htno-shadow{-webkit-box-shadow:none!important;box-shadow:none!important}

.htbg-animate{background-size:cover;background-position:0 0;background-repeat:repeat-x;-webkit-animation:animatedBackground 30s linear infinite;animation:animatedBackground 30s linear infinite}

@-webkit-keyframes animatedBackground {

from{background-position:0 0}

to{background-position:100% 0}

}

@keyframes animatedBackground {

from{background-position:0 0}

to{background-position:100% 0}

}

.htel-bg{height:550px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.htel-bg h2{color:var(--global--color-white)}.htbreadcrumb>li{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.htbtn--global--color-primary{background-color:var(--global--color-primary);color:var(--global--color-white)}.htbtn--global--color-primary::before{background-color:var(--global--color-secondary)}.htbtn--global--color-primary:active,.htbtn--global--color-primary:focus,.htbtn--global--color-primary:hover{border-color:var(--global--color-secondary);color:var(--global--color-white)}.htbtn--global--color-primary.htbtn--inversed::before{background-color:var(--global--color-white)}.htbtn--global--color-primary.htbtn--inversed:active,.htbtn--global--color-primary.htbtn--inversed:focus,.htbtn--global--color-primary.htbtn--inversed:hover{border-color:var(--global--color-white);color:var(--global--color-heading)}.htbtn--secondary{background-color:var(--global--color-secondary);color:var(--global--color-white)}.htbtn--secondary::before{background-color:var(--global--color-primary)}.htbtn--secondary:active,.htbtn--secondary:focus,.htbtn--secondary:hover{color:var(--global--color-white)}.htbtn--secondary.htbtn--inversed::before{background-color:var(--global--color-heading-darken)}.htbtn--secondary.htbtn--inversed:active,.htbtn--secondary.htbtn--inversed:focus,.htbtn--secondary.htbtn--inversed:hover{color:var(--global--color-white)}.htbtn--secondary-dark{background-color:var(--global--color-heading);color:var(--global--color-white)}.htbtn--secondary-dark::before{background-color:var(--global--color-primary)}.htbtn--secondary-dark:active,.htbtn--secondary-dark:focus,.htbtn--secondary-dark:hover{color:var(--global--color-white)}.htbtn--secondary-dark.htbtn--inversed::before{background-color:var(--global--color-heading-darken)}.htbtn--secondary-dark.htbtn--inversed:active,.htbtn--secondary-dark.htbtn--inversed:focus,.htbtn--secondary-dark.htbtn--inversed:hover{color:var(--global--color-white);border-color:var(--global--color-heading-darken)}.htbtn--alternative{background-color:var(--global--color-primary-alt);color:var(--global--color-white)}.htbtn--alternative::before{background-color:var(--global--color-primary)}.htbtn--alternative:active,.htbtn--alternative:focus,.htbtn--alternative:hover{color:var(--global--color-white)}.htbtn--alternative.htbtn--inversed::before{background-color:var(--global--color-heading-darken)}.htbtn--alternative.htbtn--inversed:active,.htbtn--alternative.htbtn--inversed:focus,.htbtn--alternative.htbtn--inversed:hover{color:var(--global--color-white);border-color:var(--global--color-heading-darken)}.htbtn--white{background-color:var(--global--color-white);color:#063464}.htbtn--white::before{background-color:var(--global--color-heading)}.htbtn--white:active,.htbtn--white:focus,.htbtn--white:hover{color:var(--global--color-white)}.htbtn--transparent{background-color:transparent;color:var(--global--color-white);border:2px solid transparent}.htbtn--transparent::before{content:unset}.htbtn--transparent:active,.htbtn--transparent:focus,.htbtn--transparent:hover{color:var(--global--color-white)}.htbtn--transparent.htbtn--global--color-primary{border-color:var(--global--color-primary)}.htbtn--transparent.htbtn--global--color-primary:active,.htbtn--transparent.htbtn--global--color-primary:focus,.htbtn--transparent.htbtn--global--color-primary:hover{background-color:var(--global--color-primary)}.htbtn--transparent.htbtn--white{border-color:var(--global--color-white)}.htbtn--transparent.htbtn--white:active,.htbtn--transparent.htbtn--white:focus,.htbtn--transparent.htbtn--white:hover{border-color:var(--global--color-primary);background-color:var(--global--color-primary)}.htbtn--danger{background-color:#d33;color:var(--global--color-white)}.htbtn--danger:active,.htbtn--danger:focus,.htbtn--danger:hover{background-color:var(--global--color-secondary);color:var(--global--color-white);border-color:var(--global--color-secondary)}.htbtn--success{background-color:#81d742;color:var(--global--color-white)}.htbtn--success:active,.htbtn--success:focus,.htbtn--success:hover{background-color:var(--global--color-secondary);color:var(--global--color-white);border-color:var(--global--color-secondary)}.htbtn--prime{background-color:#1e73be;color:var(--global--color-white)}.htbtn--prime:active,.htbtn--prime:focus,.htbtn--prime:hover{background-color:var(--global--color-secondary);color:var(--global--color-white);border-color:var(--global--color-secondary)}.htbtn--purble{background-color:#8224e3;color:var(--global--color-white)}.htbtn--purble:active,.htbtn--purble:focus,.htbtn--purble:hover{background-color:var(--global--color-secondary);color:var(--global--color-white);border-color:var(--global--color-secondary)}.htbtn--block{width:100%}.htbtn--auto{width:auto;padding:0 20px}.htbtn--rounded{border-radius:50px}.htbtn-shadow{-webkit-box-shadow:0 9px 30px 0 rgba(40,40,40,0.15);box-shadow:0 9px 30px 0 rgba(40,40,40,0.15)}.htbtn-shadow-hover:hover,.htbtn-shadow-hover:active,.htbtn-shadow-hover:focus{-webkit-box-shadow:0 9px 30px 0 rgba(40,40,40,0.15);box-shadow:0 9px 30px 0 rgba(40,40,40,0.15)}.htbtn--bordered{background-color:var(--global--color-white);color:var(--global--color-white);border:2px solid transparent}.htbtn--bordered::before{content:unset}.htbtn--bordered.htbtn--global--color-primary{color:var(--global--color-primary);border-color:var(--global--color-primary)}.htbtn--bordered.htbtn--global--color-primary:active,.htbtn--bordered.htbtn--global--color-primary:focus,.htbtn--bordered.htbtn--global--color-primary:hover{color:var(--global--color-white);background-color:var(--global--color-primary);border-color:var(--global--color-primary)}.htbtn--bordered.htbtn--secondary{color:var(--global--color-heading);border-color:#cdd6e0}.htbtn--bordered.htbtn--secondary:active,.htbtn--bordered.htbtn--secondary:focus,.htbtn--bordered.htbtn--secondary:hover{color:var(--global--color-white);background-color:var(--global--color-secondary);border-color:var(--global--color-secondary)}.htbtn--bordered.htbtn--white{color:var(--global--color-white);border-color:var(--global--color-white)}.htbtn--bordered.htbtn--white:active,.htbtn--bordered.htbtn--white:focus,.htbtn--bordered.htbtn--white:hover{color:var(--global--color-primary);background-color:var(--global--color-white);border-color:var(--global--color-white)}.htbtn--slide :last-of-type{margin-left:-6px}.htbtn--slide-wide{width:270px}@media screen and (max-width: 360px) {.htbtn--slide-wide{width:240px}}.htbtn-video{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:150px;height:150px;background:url(../images/video/bg.htpng) no-repeat;border-radius:50%;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.htbtn-video:hover{-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8)}.htbtn-video .hticon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:76px;height:76px;background:var(--global--color-white);border-radius:50%;position:relative;z-index:2}.htbtn-video .hticon svg{color:#063464;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.htbtn-transparent{color:var(--global--color-primary);border-color:var(--global--color-primary);background-color:transparent}.htbtn-transparent:active,.htbtn-transparent:focus,.htbtn-transparent:hover{color:var(--global--color-white);background-color:var(--global--color-secondary);border-color:var(--global--color-secondary)}.htbtn-small{width:170px;height:41px;line-height:41px}.htbtn-super{width:170px;height:61px;line-height:61px}form .col-12{position:relative}.fg-wrap .htcustom-radio-group{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px}@media screen and (max-width: 767.98px) {.htcustom-radio-group{-ms-flex-wrap:wrap;flex-wrap:wrap}}.htcustom-radio-group .htcustom-control{position:relative;min-height:0;margin-right:23px;margin-bottom:14px}.htcustom-radio-group .htcustom-control .htcustom-control-input{opacity:0}.htcustom-radio-group .htcustom-control .htcustom-control-input:checked~label::after{background-color:#1e4873;opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.htcustom-radio-group .htcustom-control label{font-size:14px;font-family:var(--global--font-body);font-weight:400;color:var(--global--color-body);margin-bottom:0;line-height:1.9;text-transform:capitalize;cursor:pointer;padding-left:10px}.htcustom-radio-group .htcustom-control label::before{content:'';position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:0;border-radius:4px;border:2px solid #e6eaef;width:17px;height:17px}.htcustom-radio-group .htcustom-control label::after{content:'';display:inline-block;position:absolute;width:7px;height:7px;border-radius:2px;left:5px;top:9px;background-color:transparent;-webkit-transition:.3s cubic-bezier(0.4,0,0.2,1);-o-transition:.3s cubic-bezier(0.4,0,0.2,1);transition:.3s cubic-bezier(0.4,0,0.2,1);opacity:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}textarea.form-control{height:155px;padding-top:18px}.form-select{position:relative}.form-select i{position:absolute;font-size:19px;font-weight:400;line-height:49px;right:20px;top:0;z-index:1;pointer-events:none;cursor:pointer;color:var(--global--color-body)}.form-select select{line-height:1;color:var(--global--color-body);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.htinput-checkbox{margin-bottom:30px}.htinput-checkbox p{display:block;position:relative;font-size:13px;padding-left:30px;line-height:20px;text-align:left;margin-bottom:0}.htlabel-checkbox{display:block;position:relative;cursor:pointer;font-size:18px;line-height:18px;z-index:2}.htlabel-checkbox input{position:absolute;z-index:-1;opacity:0}.htlabel-checkbox .htcheck-indicator{position:absolute;top:2px;left:0;height:17px;width:17px;background:transparent;border:1px solid #e1e3e3;border-radius:2px}.htlabel-checkbox .htcheck-indicator:after{content:"";position:absolute;display:none;left:4px;top:1px;width:6px;height:12px;border:solid var(--global--color-primary);border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.htlabel-checkbox input:checked~.htcheck-indicator{background:var(--global--color-white)}.htlabel-checkbox input:checked~.htcheck-indicator:after{display:block}ul.htlist-icons{padding:0;font-size:14px;list-style-type:none}ul.htlist-icons li{font-family:var(--global--font-body);color:var(--global--color-body);font-size:16px;font-weight:400;line-height:29px;position:relative}ul.htlist-icons li i{font-size:14px;color:var(--global--color-heading);margin-right:10px}.tabs .tab-content>.tab-pane{font-family:var(--global--font-body);font-size:16px;font-weight:400;line-height:26px}.tabs-1 .htnav-pills .htnav-link.active,.tabs-1 .htnav-pills .htshow>.htnav-link{color:var(--global--color-primary);border-color:var(--global--color-primary)}.tabs-1 .htnav-pills{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tabs-1 .htnav-pills .htnav-link{border-bottom:2px solid transparent;background-color:transparent;color:var(--global--color-heading);font-family:var(--global--font-heading);font-size:18px;font-weight:700;text-transform:capitalize;padding-top:0;border-radius:0;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.tabs-1 .htnav-pills .htnav-link:hover{color:var(--global--color-primary);border-color:var(--global--color-primary)}.tabs-2 .htnav-pills .htnav-link.active,.tabs-2 .htnav-pills .htshow>.htnav-link{color:var(--global--color-primary)}.tabs-2 .htnav-pills .htnav-link.active i,.tabs-2 .htnav-pills .htshow>.htnav-link i{color:var(--global--color-white);background-color:var(--global--color-primary)}.tabs-2 .htnav-pills{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tabs-2 .htnav-pills .htnav-link{border:0;background-color:transparent;color:var(--global--color-heading);font-family:var(--global--font-heading);font-size:18px;font-weight:700;text-transform:capitalize;padding-top:0;border-radius:0;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.tabs-2 .htnav-pills .htnav-link i{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:60px;height:60px;border:1px solid #e6e6e6;border-radius:3px;color:var(--global--color-heading);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;font-size:25px;margin-bottom:15px}.tabs-2 .htnav-pills .htnav-link:hover{color:var(--global--color-primary)}.tabs-2 .htnav-pills .htnav-link:hover i{color:var(--global--color-white);background-color:var(--global--color-primary)}.accordion .card,.accordion .card:first-of-type,.accordion .card:not(:first-of-type):not(:last-of-type){padding:25px 25px 18px 30px;-webkit-box-shadow:none;box-shadow:none;border:2px solid #cdd6e0;margin-bottom:0;border-radius:0;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;text-align:left;border-radius:4px;margin-bottom:30px}.accordion .card.active-acc,.accordion .card:first-of-type.active-acc,.accordion .card:not(:first-of-type):not(:last-of-type).active-acc{border-color:var(--global--color-secondary)}.accordion .card.active-acc .card-heading .card-link,.accordion .card:first-of-type.active-acc .card-heading .card-link,.accordion .card:not(:first-of-type):not(:last-of-type).active-acc .card-heading .card-link{color:var(--global--color-secondary)}.accordion .card .card-heading,.accordion .card:first-of-type .card-heading,.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading{padding-bottom:4px}.accordion .card .card-heading .card-link,.accordion .card:first-of-type .card-heading .card-link,.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link{font-family:var(--global--font-heading);font-size:18px;font-weight:500;color:#1e4873;text-transform:capitalize;position:relative;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-left:0}.accordion .card .card-heading .card-link:hover,.accordion .card:first-of-type .card-heading .card-link:hover,.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link:hover{color:#1e4873}.accordion .card .card-heading .card-link::after,.accordion .card:first-of-type .card-heading .card-link::after,.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link::after{content:"\f068";-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:20px;height:20px;background:var(--global--color-secondary);border-radius:50%;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;font-family:"Font Awesome 5 Free";font-weight:700;font-size:11px;margin-left:10px;color:var(--global--color-white);background-color:var(--global--color-secondary)}.accordion .card .card-heading .card-link.collapsed::after,.accordion .card:first-of-type .card-heading .card-link.collapsed::after,.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link.collapsed::after{content:"\f067";color:#1e4873;background-color:transparent}.accordion .card .card-body,.accordion .card:first-of-type .card-body,.accordion .card:not(:first-of-type):not(:last-of-type) .card-body{font-family:var(--global--font-body);color:var(--global--color-body);padding:7px 0 5px;font-size:15px;font-weight:400;line-height:24px}.htmfp-bg{z-index:1543}.htmfp-wrap{z-index:1642}.htmfp-fade.htmfp-bg{opacity:0;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.htmfp-fade.htmfp-bg.htmfp-ready{opacity:.8}.htmfp-fade.htmfp-bg.htmfp-removing{opacity:0}.htmfp-fade.htmfp-wrap .htmfp-content{opacity:0;visibility:hidden;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:all .15s ease-out;-o-transition:all .15s ease-out;transition:all .15s ease-out}.htmfp-fade.htmfp-wrap.htmfp-ready .htmfp-content{opacity:1;visibility:visible;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.htmfp-fade.htmfp-wrap.htmfp-removing .htmfp-content{opacity:0;visibility:hidden;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.htpagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;border-radius:0}.htpagination li{margin-right:10px;display:inline-block}.htpagination li a,.htpagination li span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--global--color-white);color:var(--global--color-heading);font-family:var(--global--font-body);font-size:20px;font-weight:700;text-transform:uppercase;padding:0;width:50px;height:50px;border-radius:4px;border:2px solid #cdd6e0;-webkit-transition:300ms ease-in-out;-o-transition:300ms ease-in-out;transition:300ms ease-in-out}.htpagination li a:hover,.htpagination li span:hover{background-color:var(--global--color-secondary);color:var(--global--color-white);border-color:var(--global--color-secondary)}.htpagination li a i,.htpagination li span i{font-size:12px}.htpagination li a.htcurrent,.htpagination li span.htcurrent{background-color:var(--global--color-secondary);color:var(--global--color-white);border-color:var(--global--color-secondary)}.htalerts{background-color:var(--global--color-gray);border-radius:2px;padding:20px;margin-bottom:30px}.htalerts .htalert-icon{width:46px;height:46px;line-height:46px;background-color:var(--global--color-primary);border-radius:2px 1px 1px 2px;text-align:center;position:absolute}.htalerts .htalert-icon i{color:var(--global--color-white);font-size:15px;font-weight:400;line-height:28px}.htalerts .htalert-content{padding-left:68px}.htalerts .htalert-content h4{color:var(--global--color-primary);font-size:15px;font-weight:800;line-height:32px;text-transform:capitalize;margin-bottom:0;margin-top:-6px}.htalerts .htalert-content p{font-family:var(--global--font-body);color:var(--global--color-body);font-size:13px;font-weight:400;line-height:22px;margin-bottom:0}.htalerts.htalert-warning h4{color:#8a6d3b}.htalerts.htalert-warning .htalert-icon{background-color:#fcf8e3}.htalerts.htalert-warning .htalert-icon i{color:#8a6d3b}.htalerts.htalert-danger h4{color:#a94442}.htalerts.htalert-danger .htalert-icon{background-color:#f2dede}.htalerts.htalert-danger .htalert-icon i{color:#a94442}.htalert{font-size:16px;font-family:var(--global--font-body)}.htsubscribe-alert{position:fixed;top:auto;right:0;bottom:0;left:0;z-index:99999;margin:0;cursor:pointer;-webkit-transform:translate3d(0,200%,0);transform:translate3d(0,200%,0);-webkit-animation:alertfadein .35s ease .5s both;animation:alertfadein .35s ease .5s both}.htsubscribe-alert .htalert{margin:0 auto;font-size:18px;height:60px;line-height:60px;border:none;border-radius:0;padding:0 30px;color:var(--global--color-white)}.htsubscribe-alert .htalert:after{position:absolute;top:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:60px;background-color:rgba(0,0,0,0.1);font-weight:600;font-size:18px;cursor:pointer;-webkit-transition:background-color .25s ease;-o-transition:background-color .25s ease;transition:background-color .25s ease;content:"\f00d";font-family:"Font Awesome 5 Free"}.htsubscribe-alert .htalert.htalert-danger{background-color:#c00}.htsubscribe-alert .htalert.htalert-success{background-color:#198c19}@-webkit-keyframes alertfadein {0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{-webkit-transform:none;transform:none}}@keyframes alertfadein {0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{-webkit-transform:none;transform:none}}#contact-result .htalert{margin:10px auto;font-size:12px}#back-to-top{z-index:999;width:38px;height:38px;border-radius:2px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-transition:300ms ease-in-out;-o-transition:300ms ease-in-out;transition:300ms ease-in-out;background-color:#032b56}#back-to-top:hover{background-color:var(--global--color-primary)}.htpreloader{width:100%;height:100%;left:0;top:0;position:fixed;z-index:99999;background-color:var(--global--color-white);overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.htpreloader .htspinner{width:40px;height:40px;position:relative;text-align:center;-webkit-animation:sk-rotate 2s infinite linear;animation:sk-rotate 2s infinite linear}.htpreloader .htdot1,.htpreloader .htdot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:var(--global--color-heading);border-radius:100%;-webkit-animation:sk-bounce 2s infinite ease-in-out;animation:sk-bounce 2s infinite ease-in-out}.htpreloader .htdot2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-rotate {100%{-webkit-transform:rotate(360deg)}}@keyframes sk-rotate {100%{transform:rotate(360deg);-webkit-transform:rotate(360deg)}}@-webkit-keyframes sk-bounce {0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes sk-bounce {0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}.htheader{height:80px}@media screen and (min-width: 992px) {.htheader{height:auto}}.htheader .htnavbar-brand{padding:0;margin:0;margin-right:40px;padding-right:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width: 1200px) and (max-width: 1350px) {.htheader .htnavbar-brand{margin-right:20px;padding-right:20px}}@media screen and (min-width: 992px) {.htheader .htnavbar-brand{border-right:1px solid var(--global--color-border);height:87px}}@media screen and (min-width: 1200px) {.htheader .htnavbar-brand{height:110px}}@media screen and (max-width: 991.98px) {.htheader .htnavbar-brand{height:80px}}.htheader .htnavbar-brand .htlogo{max-width:100%;width:260px}@media screen and (max-width: 991.98px) {.htheader .htnavbar-brand .htlogo{width:auto;height:55px}}.htheader.htheader-light{background-color:var(--global--color-white)}.htheader.htheader-light .htnavbar{background-color:var(--global--color-white)}.htheader.htheader-light .htnavbar .htlogo-dark{display:inline-block}@media screen and (max-width: 991.98px) {.htheader.htheader-light .htnavbar .htlogo-dark{display:none}}.htheader.htheader-light .htnavbar .htlogo-light{display:none}.htheader.htheader-light .htnavbar .htlogo-mobile{display:inline-block}@media screen and (min-width: 992px) {.htheader.htheader-light .htnavbar .htlogo-mobile{display:none}}.htheader.htheader-light .htnavbar .htnavbar-nav>li>a{color:var(--global--color-heading)}.htheader.htheader-light .htnavbar .htnavbar-nav>li>a::before{background-color:var(--global--color-primary)}@media screen and (max-width: 991.98px) {.htheader.htheader-topbar .httop-bar{display:none}}.htheader.htheader-topbar.htheader-shadow .htnavbar{-webkit-box-shadow:0 5px 83px 0 rgba(3,43,86,0.12);box-shadow:0 5px 83px 0 rgba(3,43,86,0.12)}@media (min-width: 992px) and (max-width: 1199.98px) {.htheader.htheader-topbar.htheader-topbar-2{min-height:137px}}@media (min-width: 1200px) and (max-width: 1440px) {.htheader.htheader-topbar.htheader-topbar-2 .htnavbar-brand{margin-right:20px;padding-right:20px;-ms-flex-negative:0;flex-shrink:0;width:85px}.htheader.htheader-topbar.htheader-topbar-2 .htnavbar-brand .htlogo-dark{display:none}.htheader.htheader-topbar.htheader-topbar-2 .htnavbar-brand .htlogo-mobile{display:block}}@media (min-width: 992px) and (max-width: 1185px) {.htheader.htheader-topbar.htheader-topbar-2 .httop-bar-2{padding:0 40px;height:50px}}.htheader.htheader-topbar.htheader-topbar-2 .httop-bar-2 .htblock-left{-ms-flex-preferred-size:45%;flex-basis:45%}@media (min-width: 992px) and (max-width: 1185px) {.htheader.htheader-topbar.htheader-topbar-2 .httop-bar-2 .htblock-left{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.htheader.htheader-topbar.htheader-topbar-2 .httop-bar-2 .htblock-right{-ms-flex-preferred-size:55%;flex-basis:55%}@media (min-width: 992px) and (max-width: 1185px) {.htheader.htheader-topbar.htheader-topbar-2 .httop-bar-2 .htblock-right{margin-bottom:0}}@media (min-width: 992px) and (max-width: 1185px) {.htheader.htheader-topbar.htheader-topbar-2 .httop-bar-2 .httop-contact .htcontact-infos{margin-bottom:0}}@media (min-width: 1200px) and (max-width: 1440px) {.htheader.htheader-topbar.htheader-topbar-2 .htnavbar.htnavbar-fixed .htnavbar-brand .htlogo-dark{display:none}.htheader.htheader-topbar.htheader-topbar-2 .htnavbar.htnavbar-fixed .htnavbar-brand .htlogo-mobile{display:block}}.htheader.htheader-topbar.htheader-topbar-2 .htmodule-holder{margin-left:20px}@media (min-width: 1200px) and (max-width: 1399.98px) {.htheader.htheader-topbar.htheader-topbar-2 .htmodule-holder{margin-left:15px}}@media screen and (max-width: 1199.98px) {.htheader.htheader-topbar.htheader-topbar-2 .htmodule-holder{margin-left:0}}.htheader.htheader-topbar.htheader-topbar-2 .htmodule-holder .htmodule-cart{margin-right:0;margin-left:30px}@media (min-width: 1200px) and (max-width: 1399.98px) {.htheader.htheader-topbar.htheader-topbar-2 .htmodule-holder .htmodule-cart{margin-left:15px}}.htheader.htheader-topbar.htheader-topbar-2 .htmodule-holder .htmodule-search{padding-right:0;padding-left:40px}@media (min-width: 1200px) and (max-width: 1399.98px) {.htheader.htheader-topbar.htheader-topbar-2 .htmodule-holder .htmodule-search{padding-left:15px}}.htheader.htheader-topbar.htheader-topbar-2 .htmodule-holder .htmodule-search::after{content:unset}.htheader.htheader-topbar.htheader-topbar-2 .htmodule-holder .htmodule-search i{margin-right:0}.htheader.htheader-topbar.htheader-topbar-2 .htmodule-holder .htmodule-search span{display:none}@media screen and (max-width: 1199.98px) {.htheader.htheader-topbar.htheader-topbar-2 .htmodule-holder .htmodule-phone{display:none}}@media (min-width: 992px) and (max-width: 1199.98px) {.htheader.htheader-topbar.htheader-topbar-3{min-height:137px}}.htheader.htheader-topbar.htheader-topbar-3 .htnavbar-brand{margin-right:20px;padding-right:0;border-right:0}@media (min-width: 992px) and (max-width: 1185px) {.htheader.htheader-topbar.htheader-topbar-3 .httop-bar-3{padding:0 40px;height:50px}}.htheader.htheader-topbar.htheader-topbar-3 .httop-bar-3 .htblock-left{-ms-flex-preferred-size:45%;flex-basis:45%}@media (min-width: 992px) and (max-width: 1185px) {.htheader.htheader-topbar.htheader-topbar-3 .httop-bar-3 .htblock-left{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.htheader.htheader-topbar.htheader-topbar-3 .httop-bar-3 .htblock-right{-ms-flex-preferred-size:55%;flex-basis:55%}@media (min-width: 992px) and (max-width: 1185px) {.htheader.htheader-topbar.htheader-topbar-3 .httop-bar-3 .htblock-right{margin-bottom:0}}@media (min-width: 992px) and (max-width: 1185px) {.htheader.htheader-topbar.htheader-topbar-3 .httop-bar-3 .httop-contact .htcontact-infos{margin-bottom:0}}.htheader.htheader-topbar.htheader-topbar-3 .htmodule-holder{margin-left:30px}.htheader.htheader-topbar.htheader-topbar-3 .htmodule-holder .htmodule-cart{margin-right:0;margin-left:30px}@media (min-width: 1200px) and (max-width: 1399.98px) {.htheader.htheader-topbar.htheader-topbar-3 .htmodule-holder .htmodule-cart{margin-left:15px}}.htheader.htheader-topbar.htheader-topbar-3 .htmodule-holder .htmodule-search{padding-right:0;padding-left:0}@media (min-width: 1200px) and (max-width: 1399.98px) {.htheader.htheader-topbar.htheader-topbar-3 .htmodule-holder .htmodule-search{padding-left:15px}}.htheader.htheader-topbar.htheader-topbar-3 .htmodule-holder .htmodule-search::after{content:unset}.htheader.htheader-topbar.htheader-topbar-3 .htmodule-holder .htmodule-search i{margin-right:0}.htheader.htheader-topbar.htheader-topbar-3 .htmodule-holder .htmodule-search span{display:none}.htheader .htnavbar{margin-bottom:0;border-radius:0;border:none;z-index:5;padding:0;-webkit-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;padding:0 40px}@media screen and (min-width: 1200px) {.htheader .htnavbar{min-height:110px;position:relative;top:auto;bottom:auto;right:auto;left:auto}}@media (min-width: 992px) and (max-width: 1300px) {.htheader .htnavbar{padding:0 20px}}.htheader .htnavbar.htnavbar-bordered{border-bottom:1px solid rgba(255,255,255,0.1)}@media screen and (max-width: 991.98px) {.htheader .htnavbar.htnavbar-sticky,.htheader .htnavbar.htnavbar.htnavbar-fixed{border-color:rgba(0,0,0,0.1)}}.htheader .htnavbar .htnavbar-nav>li{margin-right:30px;position:relative}@media (min-width: 992px) and (max-width: 1300px) {.htheader .htnavbar .htnavbar-nav>li{margin-right:20px}}.htheader .htnavbar .htnavbar-nav>li:last-child{margin-right:0}.htheader .htnavbar .htnavbar-nav>li>a{font-family:var(--global--font-body);font-size:15px;line-height:1;font-weight:700;color:var(--global--color-heading);margin-bottom:0;text-transform:capitalize;line-height:110px;padding:0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.htheader .htnavbar .htnavbar-nav>li>a::before{position:absolute;bottom:0;left:0;margin:auto;width:100%;height:4px;background:var(--global--color-primary);content:"";-webkit-transition:-webkit-transform 1s cubic-bezier(0.2,1,0.3,1);transition:-webkit-transform 1s cubic-bezier(0.2,1,0.3,1);-o-transition:transform 1s cubic-bezier(0.2,1,0.3,1);transition:transform 1s cubic-bezier(0.2,1,0.3,1);transition:transform 1s cubic-bezier(0.2,1,0.3,1),-webkit-transform 1s cubic-bezier(0.2,1,0.3,1);-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1)}.htheader .htnavbar .htnavbar-nav>li.hthas-dropdown>a{position:relative}.htheader .htnavbar .htnavbar-nav>li.hthas-dropdown>a::after{border:0;content:'\f078';position:relative;margin-left:7px;font-size:11px;font-family:"Font Awesome 5 Free";color:var(--global--font-heading);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.htheader .htnavbar .htnavbar-nav>li#contact.active a,.htheader .htnavbar .htnavbar-nav>li#contact:hover a{color:var(--global--color-heading)}@media screen and (min-width: 1200px) {.htheader .htnavbar .htnavbar-nav>li#contact.active a::before,.htheader .htnavbar .htnavbar-nav>li#contact:hover a::before{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%;background-color:var(--global--color-primary)}}.htheader .htnavbar .htnavbar-nav>li.active>.htdropdown-toggle,.htheader .htnavbar .htnavbar-nav>li.hthas-dropdown.active>.htdropdown-toggle,.htheader .htnavbar .htnavbar-nav>li:hover .htdropdown-toggle{color:var(--global--color-heading)}.htheader .htnavbar .htnavbar-nav>li.active>.htdropdown-toggle::before,.htheader .htnavbar .htnavbar-nav>li.hthas-dropdown.active>.htdropdown-toggle::before,.htheader .htnavbar .htnavbar-nav>li:hover .htdropdown-toggle::before{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%}.htheader .htnavbar .htnavbar-nav>li.active>.htdropdown-toggle::after,.htheader .htnavbar .htnavbar-nav>li.hthas-dropdown.active>.htdropdown-toggle::after,.htheader .htnavbar .htnavbar-nav>li:hover .htdropdown-toggle::after{color:var(--global--color-heading)}.htheader .htnavbar.htnavbar-fixed{position:fixed;top:0;right:0;left:0;background:var(--global--color-white);-webkit-animation:fadeInDown 1s ease-in-out;animation:fadeInDown 1s ease-in-out;-webkit-box-shadow:0 2px 4px rgba(3,27,78,0.1);box-shadow:0 2px 4px rgba(3,27,78,0.1)}@media screen and (min-width: 992px) {.htheader .htnavbar.htnavbar-fixed .htnavbar-brand .htlogo-dark{display:inline-block}}.htheader .htnavbar.htnavbar-fixed .htnavbar-brand .htlogo-light{display:none}.htheader .htnavbar.htnavbar-fixed .htnavbar-nav>li>a{color:var(--global--color-heading)}@-webkit-keyframes fadeInDown {0%{opacity:0;-webkit-transform:translateY(-200px);transform:translateY(-200px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown {0%{opacity:0;-webkit-transform:translateY(-200px);transform:translateY(-200px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.htnavbar-nav>li.active>ul{margin-top:0}li.hthas-dropdown>ul.htdropdown-menu>li.htdropdown-submenu>a:before,ul.htdropdown-menu>li.hthas-dropdown>a:before{font-family:"Font Awesome 5 Free";font-weight:700;content:"\f105";font-size:13px;position:absolute;right:25px}.htdropdown-menu{background-color:transparent;position:relative;width:100%;border:none;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}@media screen and (min-width: 992px) {.htnavbar.htnavbar-dark{background-color:var(--global--color-heading)}}.htnavbar.htnavbar-dark.htnavbar-fixed .htmodule-social a{color:var(--global--color-white)}.htnavbar.htnavbar-dark.htnavbar-fixed .htmodule-social a:hover{color:var(--global--color-primary)}.htnavbar.htnavbar-dark .htmodule .htmodule-icon i{color:var(--global--color-white)}@media screen and (min-width: 992px) {.htnavbar.htnavbar-dark .htnavbar-nav>li>a{color:var(--global--color-white)}.htnavbar.htnavbar-dark .htnavbar-nav>li>a:hover{color:var(--global--color-primary)}.htnavbar.htnavbar-dark .htnavbar-nav>li.active>a,.htnavbar.htnavbar-dark .htnavbar-nav>li:hover>a{color:var(--global--color-white)}}@media only screen and (max-width: 1198.98px) {.htheader .htnavbar{padding:0 40px}}@media only screen and (max-width: 1198.98px) and (max-width: 767.98px) {.htheader .htnavbar{padding:0 20px}}@media only screen and (max-width: 1198.98px) {.htheader .htnavbar .htnavbar-brand{margin-right:0}.htheader .htnavbar .htnavbar-brand .htlogo-light{display:none}.htheader .htnavbar .htnavbar-brand .htlogo-phone{width:auto}.htheader .htnavbar .htnavbar-collapse{position:absolute;left:0;top:100%;width:100%;background-color:var(--global--color-white);padding:15px 30px;opacity:0;visibility:hidden;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.htheader .htnavbar .htnavbar-collapse.htshow{visibility:visible;opacity:1;-webkit-transform:translateY(0px);-ms-transform:translateY(0px);transform:translateY(0px)}.htheader .htnavbar.htnavbar-bordered .htnavbar-collapse{top:calc(100% + 1px)}.htheader .htnavbar .htnavbar-nav>li{margin-right:0}.htheader .htnavbar .htnavbar-nav>li>a,.htheader .htnavbar .htnavbar-nav>li.active>a{line-height:36px;color:var(--global--color-heading);display:block;z-index:5}.htheader .htnavbar .htnavbar-nav>li>a::before,.htheader .htnavbar .htnavbar-nav>li>a::after,.htheader .htnavbar .htnavbar-nav>li.active>a::before,.htheader .htnavbar .htnavbar-nav>li.active>a::after{display:none}.htheader .htnavbar .htmenu-item::before{display:none}.htheader .htnavbar .hthas-dropdown>.htdropdown-menu{-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.htheader .htnavbar .hthas-dropdown::after{font-family:"Font Awesome 5 Free";font-weight:700;content:"\f107";display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;position:absolute;right:0;top:5px;background-color:var(--global--color-secondary);color:var(--global--color-white);width:25px;height:25px;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;border-radius:8px}.htheader .htnavbar .hthas-dropdown:hover::after,.htheader .htnavbar .hthas-dropdown.active::after{color:var(--global--color-white)}.htheader .htnavbar .hthas-dropdown.htshow::after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.htheader .htnavbar .htdropdown-menu.htshow{border-top:1px solid rgba(0,0,0,0.1);padding-top:10px;border-radius:0}.htheader .htnavbar .htdropdown-menu li{line-height:26px}.htheader .htnavbar .htdropdown-menu li.htcurrent a{background-color:var(--global--color-secondary);color:var(--global--color-white)}.htheader .htnavbar .htdropdown-menu li a{margin-left:20px;color:var(--global--color-heading);font-size:15px;font-weight:500;display:block;padding:4px 15px;margin-bottom:5px;text-transform:capitalize;border-radius:4px}.htheader .htnavbar .htdropdown-menu li a:hover{background-color:var(--global--color-secondary);color:var(--global--color-white)}.htheader .htnavbar .htshow>.htdropdown-menu{display:block}.htheader .htnavbar .htdropdown-submenu.htshow .htdropdown-menu{display:block}.htheader .htnavbar .htdropdown-submenu .htdropdown-menu{padding-left:20px}.htheader .htnavbar li.hthas-dropdown.htmega-dropdown>.htdropdown-menu .row .htmenu-head{font-size:14px;font-family:var(--global--font-heading);font-weight:700;color:var(--global--font-heading);text-transform:capitalize;margin-bottom:15px}.htnavbar.htnavbar-light .htnavbar-nav>li>a{color:var(--global--color-heading)}.htnavbar-light:not(.htnavbar-fixed) .htnavbar-toggler{color:var(--global--color-white);border-color:var(--global--color-white)}.htnavbar-light:not(.htnavbar-fixed) .htnavbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.htorg/2000/svg'%3E%3Cpath stroke='rgba(255,255,225,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")}.htnavbar-dark .htnavbar-toggler,.htnavbar-light.htnavbar-fixed .htnavbar-toggler{color:#222;border-color:#222}.htnavbar-dark .htnavbar-toggler-icon,.htnavbar-light.htnavbar-fixed .htnavbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.htorg/2000/svg'%3E%3Cpath stroke='rgba(34,34,34,0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")}}@media only screen and (min-width: 992px) and (max-width: 1200px) {.htnavbar-nav>li{margin-right:16px}.htmodule .htmodule-icon,.htmodule-consultation .btn{margin-right:0}}@media only screen and (min-width: 1200px) {.htnavbar-collapse{padding-right:0;padding-left:0}.htnavbar-nav>li.hthas-dropdown>ul.htdropdown-menu{-webkit-box-shadow:0 5px 41.5px rgba(40,40,40,0.11);box-shadow:0 5px 41.5px rgba(40,40,40,0.11);-webkit-transition:all 300ms linear;-o-transition:all 300ms linear;transition:all 300ms linear;opacity:0;visibility:hidden;position:absolute;left:-40px;right:auto;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);display:block;width:280px;padding:24px 30px;background-color:var(--global--color-white);border-radius:0 0 4px 4px}.htnavbar-nav>li.hthas-dropdown>ul.htdropdown-menu>li.hthas-dropdown>ul.htdropdown-menu{-webkit-box-shadow:20px 0 10px rgba(40,40,40,0.11);box-shadow:20px 0 10px rgba(40,40,40,0.11);-webkit-transition:all 300ms linear;-o-transition:all 300ms linear;transition:all 300ms linear;opacity:0;visibility:hidden;position:absolute;left:230px;top:-24px;right:auto;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);display:block;width:280px;padding:24px 30px;background-color:var(--global--color-white);border-radius:0 0 4px 4px}.htnavbar-nav>li.hthas-dropdown>ul.htdropdown-menu>li{padding-right:0;position:relative;vertical-align:top}.htnavbar-nav>li.hthas-dropdown>ul.htdropdown-menu>li.hthas-dropdown>ul.htdropdown-menu>li{padding-right:0;position:relative;vertical-align:top}.htnavbar-nav>li.hthas-dropdown>ul.htdropdown-menu li a{-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;position:relative;font-family:var(--global--font-body);color:var(--global--color-body);padding:10px 0 9px;display:block;font-size:14px;font-weight:400;-webkit-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;text-transform:capitalize;border-radius:0;border-bottom:1px solid #eaeaea;position:relative}.htnavbar-nav>li.hthas-dropdown>ul.htdropdown-menu>li.hthas-dropdown>ul.htdropdown-menu li a{-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;position:relative;font-family:var(--global--font-body);color:var(--global--color-body);padding:10px 0 9px;display:block;font-size:14px;font-weight:400;-webkit-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;text-transform:capitalize;border-radius:0;border-bottom:1px solid #eaeaea;position:relative}.htnavbar-nav>li.hthas-dropdown>ul.htdropdown-menu li a::before{content:'\e901';color:var(--global--color-secondary);font-family:'icomoon';position:absolute;top:55%;left:-22px;font-size:9px;opacity:0;visibility:hidden;-webkit-transform:translate(-5px,-50%);-ms-transform:translate(-5px,-50%);transform:translate(-5px,-50%);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.htnavbar-nav>li.hthas-dropdown>ul.htdropdown-menu>li.hthas-dropdown>ul.htdropdown-menu li a::before{content:'\e901';color:var(--global--color-secondary);font-family:'icomoon';position:absolute;top:55%;left:-22px;font-size:9px;opacity:0;visibility:hidden;-webkit-transform:translate(-5px,-50%);-ms-transform:translate(-5px,-50%);transform:translate(-5px,-50%);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.htnavbar-nav>li.hthas-dropdown>ul.htdropdown-menu li a::after{content:'';position:absolute;bottom:-1px;left:0;height:1px;width:0;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease;background-color:var(--global--color-secondary)}.htnavbar-nav>li.hthas-dropdown>ul.htdropdown-menu>li.hthas-dropdown>ul.htdropdown-menu li a::after{content:'';position:absolute;bottom:-1px;left:0;height:1px;width:0;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease;background-color:var(--global--color-secondary)}.htnavbar-nav>li.hthas-dropdown>ul.htdropdown-menu li a:active,.htnavbar-nav>li.hthas-dropdown>ul.htdropdown-menu li a:focus,.htnavbar-nav>li.hthas-dropdown>ul.htdropdown-menu li a:hover{color:var(--global--color-secondary)}.htnavbar-nav>li.hthas-dropdown>ul.htdropdown-menu>li.hthas-dropdown>ul.htdropdown-menu li a:active,.htnavbar-nav>li.hthas-dropdown>ul.htdropdown-menu>li.hthas-dropdown>ul.htdropdown-menu li a:focus,.htnavbar-nav>li.hthas-dropdown>ul.htdropdown-menu>li.hthas-dropdown>ul.htdropdown-menu li a:hover{color:var(--global--color-secondary)}.htnavbar-nav>li.hthas-dropdown>ul.htdropdown-menu li a:active::before,.htnavbar-nav>li.hthas-dropdown>ul.htdropdown-menu li a:focus::before,.htnavbar-nav>li.hthas-dropdown>ul.htdropdown-menu li a:hover::before{visibility:visible;opacity:1;-webkit-transform:translate(0px,-50%);-ms-transform:translate(0px,-50%);transform:translate(0px,-50%)}.htnavbar-nav>li.hthas-dropdown>ul.htdropdown-menu>li.hthas-dropdown>ul.htdropdown-menu li a:active::before,.htnavbar-nav>li.hthas-dropdown>ul.htdropdown-menu>li.hthas-dropdown>ul.htdropdown-menu li a:focus::before,.htnavbar-nav>li.hthas-dropdown>ul.htdropdown-menu>li.hthas-dropdown>ul.htdropdown-menu li a:hover::before{visibility:visible;opacity:1;-webkit-transform:translate(0px,-50%);-ms-transform:translate(0px,-50%);transform:translate(0px,-50%)}.htnavbar-nav>li.hthas-dropdown>ul.htdropdown-menu li a:active::after,.htnavbar-nav>li.hthas-dropdown>ul.htdropdown-menu li a:focus::after,.htnavbar-nav>li.hthas-dropdown>ul.htdropdown-menu li a:hover::after{width:100%}.htnavbar-nav>li.hthas-dropdown>ul.htdropdown-menu>li.hthas-dropdown>ul.htdropdown-menu li a:active::after,.htnavbar-nav>li.hthas-dropdown>ul.htdropdown-menu>li.hthas-dropdown>ul.htdropdown-menu li a:focus::after,.htnavbar-nav>li.hthas-dropdown>ul.htdropdown-menu>li.hthas-dropdown>ul.htdropdown-menu li a:hover::after{width:100%}.htnavbar-nav>li.hthas-dropdown>ul.htdropdown-menu li:last-child a{border-bottom:0}.htnavbar-nav>li.hthas-dropdown>ul.htdropdown-menu>li.hthas-dropdown>ul.htdropdown-menu li:last-child a{border-bottom:0}.htnavbar-nav>li.hthas-dropdown>ul.htdropdown-menu li:last-child a::after{content:unset}.htnavbar-nav>li.hthas-dropdown>ul.htdropdown-menu>li.hthas-dropdown>ul.htdropdown-menu li:last-child a::after{content:unset}.htnavbar-nav>li.hthas-dropdown>ul.htdropdown-menu li.htcurrent>a{border-color:var(--global--color-secondary);color:var(--global--color-secondary)}.htnavbar-nav>li.hthas-dropdown>ul.htdropdown-menu>li.hthas-dropdown>ul.htdropdown-menu li.htcurrent>a{border-color:var(--global--color-secondary);color:var(--global--color-secondary)}.htnavbar-nav>li.hthas-dropdown>ul.htdropdown-menu li.htcurrent>a::before{visibility:visible;opacity:1;-webkit-transform:translate(0px,-50%);-ms-transform:translate(0px,-50%);transform:translate(0px,-50%)}.htnavbar-nav>li.hthas-dropdown>ul.htdropdown-menu>li.hthas-dropdown>ul.htdropdown-menu li.htcurrent>a::before{visibility:visible;opacity:1;-webkit-transform:translate(0px,-50%);-ms-transform:translate(0px,-50%);transform:translate(0px,-50%)}.htnavbar-nav>li.hthas-dropdown:hover>ul.htdropdown-menu{opacity:1;visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);z-index:100;display:block}.htnavbar-nav>li.hthas-dropdown>ul.htdropdown-menu>li.hthas-dropdown:hover>ul.htdropdown-menu{opacity:1;visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);z-index:100;display:block}.htnavbar-nav li ul.htdropdown-menu.htleft{left:-650px!important;margin-left:0!important}.htnavbar-nav li.hthas-dropdown.htmega-dropdown>.htdropdown-menu{background-color:var(--global--color-white);padding:0;width:510px}.htnavbar-nav li.hthas-dropdown.htmega-dropdown>.htdropdown-menu li{padding-left:0;padding-right:0}.htnavbar-nav li.hthas-dropdown.htmega-dropdown>.htdropdown-menu .row{background-color:var(--global--color-white);margin-right:0;margin-left:0;padding:38px 23px 25px}.htnavbar-nav li.hthas-dropdown.htmega-dropdown>.htdropdown-menu .row .htmenu-head{font-size:15px;font-family:var(--global--font-heading);font-weight:700;color:#1e4873;text-transform:capitalize;margin-bottom:13px}.htnavbar-nav li.hthas-dropdown.htmega-dropdown>.htdropdown-menu .row ul{margin:0;padding:0}.htnavbar-nav li.hthas-dropdown.htmega-dropdown>.htdropdown-menu .row ul li a{-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;position:relative;font-family:var(--global--font-body);color:var(--global--color-body);padding:10px 0 9px;display:block;font-size:14px;font-weight:400;-webkit-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;text-transform:capitalize;border-radius:0;border-bottom:1px solid #eaeaea;position:relative}.htnavbar-nav li.hthas-dropdown.htmega-dropdown>.htdropdown-menu .row ul li a::before{content:'\e901';color:var(--global--color-secondary);font-family:'icomoon';position:absolute;top:50%;left:-22px;font-size:9px;opacity:0;visibility:hidden;-webkit-transform:translate(-5px,-50%);-ms-transform:translate(-5px,-50%);transform:translate(-5px,-50%);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.htnavbar-nav li.hthas-dropdown.htmega-dropdown>.htdropdown-menu .row ul li a::after{content:'';position:absolute;bottom:-1px;left:0;height:1px;width:0;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease;background-color:var(--global--color-secondary)}.htnavbar-nav li.hthas-dropdown.htmega-dropdown>.htdropdown-menu .row ul li a:active,.htnavbar-nav li.hthas-dropdown.htmega-dropdown>.htdropdown-menu .row ul li a:focus,.htnavbar-nav li.hthas-dropdown.htmega-dropdown>.htdropdown-menu .row ul li a:hover{color:var(--global--color-secondary)}.htnavbar-nav li.hthas-dropdown.htmega-dropdown>.htdropdown-menu .row ul li a:active::before,.htnavbar-nav li.hthas-dropdown.htmega-dropdown>.htdropdown-menu .row ul li a:focus::before,.htnavbar-nav li.hthas-dropdown.htmega-dropdown>.htdropdown-menu .row ul li a:hover::before{visibility:visible;opacity:1;-webkit-transform:translate(0px,-50%);-ms-transform:translate(0px,-50%);transform:translate(0px,-50%)}.htnavbar-nav li.hthas-dropdown.htmega-dropdown>.htdropdown-menu .row ul li a:active::after,.htnavbar-nav li.hthas-dropdown.htmega-dropdown>.htdropdown-menu .row ul li a:focus::after,.htnavbar-nav li.hthas-dropdown.htmega-dropdown>.htdropdown-menu .row ul li a:hover::after{width:100%}.htnavbar-nav li.hthas-dropdown.htmega-dropdown>.htdropdown-menu .row ul li:last-child a{border-bottom:0}.htnavbar-nav li.hthas-dropdown.htmega-dropdown>.htdropdown-menu .row ul li:last-child a::after{content:unset}.htnavbar-nav li.hthas-dropdown.htmega-dropdown>.htdropdown-menu .row ul li.htcurrent>a{border-color:var(--global--color-secondary);color:var(--global--color-secondary)}.htnavbar-nav li.hthas-dropdown.htmega-dropdown>.htdropdown-menu .row ul li.htcurrent>a::before{visibility:visible;opacity:1;-webkit-transform:translate(0px,-50%);-ms-transform:translate(0px,-50%);transform:translate(0px,-50%)}.htnavbar-nav.htms-auto.htme-auto li.hthas-dropdown.htmega-dropdown{position:absolute}.htnavbar-nav.htms-auto:not(.htme-auto) li.hthas-dropdown.htmega-dropdown{position:relative}}.htmodule-holder{margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:105px}@media (min-width: 1200px) and (max-width: 1350px) {.htmodule-holder{margin-left:20px}}@media screen and (max-width: 1199.98px) {.htmodule-holder{margin-top:20px;height:auto}}@media screen and (max-width: 1199.98px) {.htmodule-holder .htmodule-language,.htmodule-holder .htmodule-search,.htmodule-holder .htmodule-cart{display:none}}.htmodule-holder.htmodule-holder-phone{display:none}@media screen and (max-width: 1199.98px) {.htmodule-holder.htmodule-holder-phone{display:-webkit-box;display:-ms-flexbox;display:flex;height:80px;margin-top:0}}.htmodule-holder.htmodule-holder-phone .htnavbar-toggler{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:30px;height:30px;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;border:0;padding:0;outline:0;cursor:pointer;border-radius:0}.htmodule-holder.htmodule-holder-phone .htnavbar-toggler:focus{-webkit-box-shadow:none;box-shadow:none}@media screen and (min-width: 1200px) {.htmodule-holder.htmodule-holder-phone .htnavbar-toggler{display:none}}.htmodule-holder.htmodule-holder-phone .htnavbar-toggler:not(.collapsed) .htnavbar-toggler-icon{background-color:transparent}.htmodule-holder.htmodule-holder-phone .htnavbar-toggler:not(.collapsed) .htnavbar-toggler-icon:before,.htmodule-holder.htmodule-holder-phone .htnavbar-toggler:not(.collapsed) .htnavbar-toggler-icon:after{top:0}.htmodule-holder.htmodule-holder-phone .htnavbar-toggler:not(.collapsed) .htnavbar-toggler-icon::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.htmodule-holder.htmodule-holder-phone .htnavbar-toggler:not(.collapsed) .htnavbar-toggler-icon::after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.htmodule-holder.htmodule-holder-phone .htnavbar-toggler .htnavbar-toggler-icon{background-color:var(--global--color-heading);width:100%;height:2px;position:relative;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.htmodule-holder.htmodule-holder-phone .htnavbar-toggler .htnavbar-toggler-icon::before,.htmodule-holder.htmodule-holder-phone .htnavbar-toggler .htnavbar-toggler-icon::after{content:'';position:absolute;left:0;height:2px;width:100%;background-color:var(--global--color-heading);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.htmodule-holder.htmodule-holder-phone .htnavbar-toggler .htnavbar-toggler-icon::before{top:-10px}.htmodule-holder.htmodule-holder-phone .htnavbar-toggler .htnavbar-toggler-icon::after{top:10px}.htmodule-holder.htmodule-holder-phone .htmodule-language{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:15px}@media (min-width: 992px) and (max-width: 1200px) {.htmodule-holder.htmodule-holder-phone .htmodule-language{top:140%}}@media screen and (min-width: 992px) {.htmodule-holder.htmodule-holder-phone .htmodule-language{display:none}}.htmodule-holder.htmodule-holder-phone .htmodule-language .htselected .htflag-icon{margin-right:0;display:block}.htmodule-holder.htmodule-holder-phone .htmodule-language .htselected span,.htmodule-holder.htmodule-holder-phone .htmodule-language .htselected i{display:none}.htmodule-holder.htmodule-holder-phone .htmodule-language .htselected .htlang-list{left:-45px}.htmodule-holder.htmodule-holder-phone .htmodule-search{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;border-bottom:0;padding:0;padding-right:20px;margin-right:20px}.htmodule-holder.htmodule-holder-phone .htmodule-cart{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.htmodule{display:inline-block;position:relative}.htmodule span.httitle{display:none}.htmodule .htmodule-icon{cursor:pointer}.htmodule .htmodule-icon i{font-size:14px;line-height:24px;color:var(--global--color-white)}.htmodule:last-of-type .htmodule-icon{margin-right:0}.htmodule .htmenu-icon-double i{margin-left:30px}.htmodule .htmodule-label{width:16px;height:16px;line-height:16px;border-radius:50%;background-color:var(--global--color-primary);color:var(--global--color-white);font-size:10px;font-weight:400;text-align:center;position:absolute;top:-4px;left:10px}.htmodule .htmodule-box{position:absolute;display:block;-webkit-box-shadow:0 2px 3px rgba(40,40,40,0.1);box-shadow:0 2px 3px rgba(40,40,40,0.1);background-color:#1b1a1a;opacity:0;visibility:hidden;-webkit-transition:all 100ms linear;-o-transition:all 100ms linear;transition:all 100ms linear;right:0;width:290px;border-radius:6px;padding:30px;z-index:99;-webkit-transform:translateY(10%);-ms-transform:translateY(10%);transform:translateY(10%);height:0;margin-top:1px}.htmodule .htwidget-contact-info{padding-bottom:18px}.htmodule .htwidget-contact-info ul{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.htmodule .htwidget-contact-info ul li{font-size:14px;font-weight:400;text-transform:capitalize;font-family:var(--global--font-body);line-height:23px;color:#a5a5a5}.htmodule .htwidget-contact-info ul li:first-of-type{margin-bottom:12px}.htmodule-fullscreen{left:0;top:0;right:0;z-index:9999;display:block;height:100%;width:100%;opacity:0;visibility:hidden;background-color:var(--global--color-white);position:fixed}.htmodule-fullscreen .htmodule-cancel{top:0;right:0;border-radius:0;position:absolute;width:100px;height:100px;font-size:20px;font-weight:700;text-transform:uppercase;color:var(--global--color-white);background-color:var(--global--color-primary);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 767.98px) {.htmodule-fullscreen .htmodule-cancel{font-size:14px;width:50px;height:50px}}.htmodule-fullscreen.htmodule-active{visibility:visible;opacity:1;-webkit-transition:opacity .5s ease-in-out;-o-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out}.htmodule-fullscreen.htfullscreen-light{background-color:var(--global--color-white)}.htmodule-active .htmodule-box{opacity:1;visibility:visible;display:block;-webkit-transform:translateY(0px);-ms-transform:translateY(0px);transform:translateY(0px);height:inherit}.htmodule-search{position:relative;margin-right:30px;padding-right:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:80px}.htmodule-search::after{content:'';width:1px;height:27px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:0;background-color:var(--global--color-border)}@media screen and (min-width: 1200px) {.htmodule-search::after{height:110px}}@media (min-width: 992px) and (max-width: 1300px) {.htmodule-search{margin-right:20px;padding-right:20px}}.htmodule-search .htmodule-icon:hover i,.htmodule-search .htmodule-icon:hover span{color:var(--global--color-primary)}.htmodule-search .htmodule-icon i{-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;color:var(--global--color-heading)}@media screen and (min-width: 1200px) {.htmodule-search .htmodule-icon i{margin-right:15px}}.htmodule-search .htmodule-icon span{-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;font-family:var(--global--font-body);font-size:15px;line-height:1;font-weight:700;color:var(--global--color-heading);margin-bottom:0;text-transform:capitalize;display:none}@media screen and (max-width: 1199.98px) {.htmodule-search .htmodule-icon span{display:none}}.htmodule-search-warp{left:0;top:0;right:0;z-index:9999;display:block;height:100%;width:100%;opacity:0;visibility:hidden;background-color:var(--global--color-white);position:fixed}.htmodule-search-warp.htsearch-warp-active{visibility:visible;opacity:1;-webkit-transition:opacity .5s ease-in-out;-o-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out}.htmodule-search-warp .htmodule-cancel{top:40px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);border-radius:4px;position:absolute;width:64px;height:64px;font-size:20px;font-weight:700;text-transform:uppercase;color:var(--global--color-white);background-color:var(--global--color-primary-alt);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 767.98px) {.htprod-text .htfeatures span{font-size:15px!important}.htmodule-search-warp .htmodule-cancel{top:30px;font-size:14px;width:50px;height:50px}}.htmodule-search-warp .form-search{margin-bottom:0}.htmodule-search-warp .form-search button::before{position:absolute;left:0;top:0;content:"\e906";color:var(--global--color-heading);font-family:"icomoon";font-size:28px;font-weight:400;line-height:70px;z-index:999;cursor:pointer;-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px)}@media screen and (max-width: 767.98px) {.htmodule-search-warp .form-search button::before{font-size:16px}}.htmodule-search-warp .form-control{position:relative;color:var(--global--color-white);font-family:var(--global--font-heading);font-size:35px;font-weight:400;line-height:70px;height:70px;color:var(--global--color-body);border:none;background-color:transparent;width:100%;border-bottom:2px solid #eaeaea;padding:17px 30px 25px 46px;margin-bottom:0;-webkit-transition:400ms linear;-o-transition:400ms linear;transition:400ms linear;text-transform:capitalize;border-radius:0}@media screen and (max-width: 767.98px) {.htmodule-search-warp .form-control{font-size:18px;padding-left:30px;padding-bottom:17px}}.htmodule-search-warp .form-control:focus,.htmodule-search-warp .form-control:active{border-color:var(--global--color-primary-alt)}.htmodule-search-warp .form-control::-webkit-input-placeholder{color:var(--global--color-body);font-family:var(--global--font-heading);font-size:35px}@media screen and (max-width: 767.98px) {.htmodule-search-warp .form-control::-webkit-input-placeholder{font-size:18px}}.htmodule-search-warp .form-control::-moz-placeholder{color:var(--global--color-body);font-family:var(--global--font-heading);font-size:35px}@media screen and (max-width: 767.98px) {.htmodule-search-warp .form-control::-moz-placeholder{font-size:18px}}.htmodule-search-warp .form-control::-moz-placeholder{color:var(--global--color-body);font-family:var(--global--font-heading);font-size:35px}@media screen and (max-width: 767.98px) {.htmodule-search-warp .form-control::-moz-placeholder{font-size:18px}}.htmodule-search-warp .form-control:-ms-input-placeholder{color:var(--global--color-body);font-family:var(--global--font-heading);font-size:35px}@media screen and (max-width: 767.98px) {.htmodule-search-warp .form-control:-ms-input-placeholder{font-size:18px}}.htmodule-search-warp .btn{background-color:transparent;border-radius:0;width:35px;line-height:57px;color:var(--global--color-white);font-size:28px;font-weight:400;text-align:right;margin-left:0;padding:0}.htmodule-cart{height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:30px}@media (min-width: 992px) and (max-width: 1300px) {.htmodule-cart{margin-right:20px}}@media screen and (min-width: 992px) {.htmodule-cart{height:100px}}@media (min-width: 992px) and (max-width: 1100px) {.htmodule-cart{margin-left:20px}}.htmodule-cart .htmodule-icon{position:relative}.htmodule-cart .htmodule-icon i{color:var(--global--color-heading);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;font-size:16px;position:relative;cursor:pointer}.htmodule-cart .htmodule-cart-warp{position:absolute;-webkit-box-shadow:0 5px 83px 0 rgba(3,43,86,0.12);box-shadow:0 5px 83px 0 rgba(3,43,86,0.12);top:100%;left:-150px;width:290px;background-color:var(--global--color-white);padding:40px;border-radius:0 0 4px 4px;opacity:0;visibility:hidden;-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px);-webkit-transition:500ms;-o-transition:500ms;transition:500ms}@media screen and (max-width: 991.98px) {.htmodule-cart .htmodule-cart-warp{left:-250px}}@media screen and (max-width: 767.98px) {.htmodule-cart .htmodule-cart-warp{left:-160px;padding:30px}}@media screen and (min-width: 768px) {.htmodule-cart .htmodule-cart-warp{width:330px}}.htmodule-cart .htmodule-cart-warp .htcart-overview{margin-bottom:0;width:100%}.htmodule-cart .htmodule-cart-warp .htcart-overview li{margin-bottom:30px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.htmodule-cart .htmodule-cart-warp .htcart-overview li:last-child{margin-bottom:25px}.htmodule-cart .htmodule-cart-warp .htcart-overview li .htcart-cancel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--global--color-white);font-size:7px;-ms-flex-negative:0;flex-shrink:0;border-radius:50%;width:20px;height:20px;background-color:var(--global--color-heading);margin-left:15px}.htmodule-cart .htmodule-cart-warp .htcart-overview li .htcart-cancel:hover{background-color:var(--global--color-primary)}.htmodule-cart .htmodule-cart-warp .htcart-overview li img{border-radius:4px;-ms-flex-negative:0;flex-shrink:0;width:60px;height:60px;margin-right:15px}.htmodule-cart .htmodule-cart-warp .htcart-overview li .htproduct-meta{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.htmodule-cart .htmodule-cart-warp .htcart-overview li .htproduct-meta h5{color:var(--global--color-heading);font-family:var(--global--font-heading);font-size:15px;text-transform:capitalize;line-height:1;font-weight:700;margin-bottom:8px}.htmodule-cart .htmodule-cart-warp .htcart-overview li .htproduct-meta p{font-family:var(--global--font-body);color:var(--global--color-primary);font-size:15px;line-height:20px;font-weight:700;margin-bottom:0}.htmodule-cart .htmodule-cart-warp span{font-family:var(--global--font-heading);color:#9aaabb;font-size:17px;font-weight:500;line-height:22px;display:inline-block;text-transform:capitalize;margin-bottom:24px}.htmodule-cart .htmodule-cart-warp span .httotal-price{font-style:normal}.htmodule-cart .htmodule-cart-warp .htcart--control .btn{height:60px;width:100%}.htmodule-cart.htmodule-active .htmodule-cart-warp{opacity:1;visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.htmodule-contact{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 1199.98px) {.htmodule-contact{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}}.htmodule-contact .btn{width:180px;padding:0 15px}@media screen and (max-width: 1199.98px) {.htmodule-contact .btn{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}}.htmodule-phone{padding-right:40px;position:relative}@media (min-width: 1200px) and (max-width: 1399.98px) {.htmodule-phone{padding-right:15px}}.htmodule-phone::after{content:'';width:2px;height:50px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:0;background-color:#e6eaef}.htmodule-phone a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--global--color-heading);font-family:var(--global--font-heading);font-size:24px;font-weight:400;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.htmodule-phone a:hover{color:var(--global--color-primary-alt)}.htmodule-phone a i{color:var(--global--color-primary);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;display:inline-block;font-size:16px;margin-right:17px}.htmodule-language{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;height:100%}.htmodule-language.htmodule-active .htlang-list,.htmodule-language:hover .htlang-list{opacity:1;visibility:visible}.htmodule-language .htselected{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.htmodule-language .htselected .htflag-icon{margin-right:10px;font-size:20px}.htmodule-language .htselected span{font-family:var(--global--font-body);font-size:13px;line-height:21px;font-weight:400;color:#fff;margin-bottom:0;text-transform:capitalize;margin-right:5px;cursor:pointer}.htmodule-language .htselected i{font-size:11px;color:#fff}.htmodule-language .htlang-list{background-color:var(--global--color-white);color:var(--global--color-heading);position:absolute;top:100%;padding:6px 22px;-webkit-box-shadow:0 5px 41.5px rgba(9,29,62,0.11);box-shadow:0 5px 41.5px rgba(9,29,62,0.11);z-index:5555;left:-22px;visibility:hidden;opacity:0;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;border-radius:0 0 8px 8px;z-index:99999}@media (min-width: 992px) and (max-width: 1200px) {.htmodule-language .htlang-list{top:140%}}.htmodule-language .htlang-list ul{margin-bottom:0}.htmodule-language .htlang-list ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.htmodule-language .htlang-list ul li:last-of-type a{border-bottom:none}.htmodule-language .htlang-list ul li:last-of-type a::after{content:none}.htmodule-language .htlang-list ul li .htflag-icon{margin-right:10px;font-size:20px}.htmodule-language .htlang-list ul li a{font-size:14px;display:block;color:var(--global--color-body);text-transform:capitalize;border-bottom:1px solid #eaeaea;padding:8px 0;cursor:pointer;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease;position:relative}.htmodule-language .htlang-list ul li a::after{content:'';position:absolute;bottom:0;left:0;height:1px;width:0;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease;background-color:transparent}.htmodule-language .htlang-list ul li a:hover{color:var(--global--color-primary)}.htmodule-language .htlang-list ul li a:hover::after{width:100%;background-color:var(--global--color-primary)}.htnavbar-fixed .htmodule-language span,.htnavbar-fixed .htmodule-language i{color:var(--global--color-heading)}.htmodule-social{line-height:50px;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.htmodule-social a{margin-right:10px}.htmodule-social a:last-child{margin-right:0}.htmodule-social a i{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:30px;height:30px;background:var(--global--color-white);color:var(--global--color-heading);font-size:12px;border-radius:50%;-webkit-transition:300ms ease-in-out;-o-transition:300ms ease-in-out;transition:300ms ease-in-out}.htmodule-social a i:hover{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.htmodule-social.htmodule-social-2{line-height:70px;height:70px;border-right:2px solid #292929;margin-right:0}.htmodule-social.htmodule-social-2:last-child{margin-right:0}.htmodule-social.htmodule-social-2 a{color:var(--global--color-white);background-color:transparent;margin-right:20px;width:auto;height:auto;border-radius:0}.htmodule-social.htmodule-social-2 a:hover{color:var(--global--color-primary);-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.httop-bar{padding:0 40px;display:-webkit-box;display:-ms-flexbox;display:flex;height:50px;position:relative;z-index:6;background-color:var(--global--color-secondary)}@media (min-width: 992px) and (max-width: 1300px) {.httop-bar{padding:0 20px}}@media (min-width: 992px) and (max-width: 1185px) {.httop-bar{padding:0 20px}}.httop-bar .htblock-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-preferred-size:60%;flex-basis:60%}.httop-bar .htblock-left .htheadline{font-family:var(--global--font-body);font-size:13px;line-height:22px;color:var(--global--color-primary);font-weight:400;margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.httop-bar .htblock-left .htheadline svg{fill:var(--global--color-primary);margin-right:9px}.httop-bar .htblock-left .htheadline a{color:#9aaabb;margin-left:3px}.httop-bar .htblock-left .htheadline a:hover{color:var(--global--color-primary-alt)}.httop-bar .htblock-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-preferred-size:40%;flex-basis:40%}@media screen and (min-width: 992px) {.httop-bar .htblock-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.httop-bar .htblock-right .htmodule-language{margin-left:30px}@media (min-width: 992px) and (max-width: 1300px) {.httop-bar .htblock-right .htmodule-language{margin-left:15px}}.httop-bar .htblock-right .htmodule-social{margin-left:30px}@media (min-width: 992px) and (max-width: 1300px) {.httop-bar .htblock-right .htmodule-social{margin-left:15px}}.httop-bar .htblock-right .httop-bar-links-wrapper .httop-bar-link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;font-family:var(--global--font-body);font-size:13px;line-height:21px;font-weight:400;color:var(--global--color-white);margin-bottom:0;margin-right:20px;text-transform:capitalize}@media (min-width: 992px) and (max-width: 1065px) {.httop-bar .htblock-right .httop-bar-links-wrapper .httop-bar-link{margin-right:10px}}.httop-bar .htblock-right .httop-bar-links-wrapper .httop-bar-link:last-child{margin-right:0}.httop-bar .htblock-right .httop-bar-links-wrapper .httop-bar-link:hover{color:var(--global--color-primary)}.httop-bar .httop-contact{display:-webkit-box;display:-ms-flexbox;display:flex}@media (min-width: 992px) and (max-width: 1185px) {.httop-bar .httop-contact{-ms-flex-wrap:wrap;flex-wrap:wrap}}.httop-bar .httop-contact .htcontact-infos{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:30px}@media (min-width: 992px) and (max-width: 1250px) {.httop-bar .httop-contact .htcontact-infos{margin-right:10px}}.httop-bar .httop-contact .htcontact-infos:last-child{margin-right:0}.httop-bar .httop-contact .htcontact-infos i{color:var(--global--color-white);font-size:15px;margin-right:10px}.httop-bar .httop-contact .htcontact-infos a,.httop-bar .httop-contact .htcontact-infos p{font-family:var(--global--font-body);font-size:13px;line-height:21px;font-weight:400;color:var(--global--color-white);margin-bottom:0}.httop-bar .httop-contact .htcontact-infos a:hover{color:var(--global--color-primary)}@media (min-width: 992px) and (max-width: 1185px) {.httop-bar .httop-contact .htcontact-infos.htcontact-directions{display:none}}.httop-bar .httop-contact .htcontact-infos.htcontact-directions a{color:var(--global--color-primary)}.httop-bar.httop-bar-2 .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.httop-bar.httop-bar-2 .container p{margin-bottom:0}.httop-bar.httop-bar-2 .htupdate svg{fill:var(--global--color-gray-darken);margin-right:15px}.httop-bar.httop-bar-2 .htupdate a{font-family:var(--global--font-heading);font-weight:500;font-size:14px;line-height:28px;color:var(--global--color-white)}.httop-bar.httop-bar-2 .htupdate a:hover{color:var(--global--color-primary)}.httop-bar.httop-bar-2 .htmore{font-family:var(--global--font-body);font-weight:400;font-size:13px;line-height:22px;color:var(--global--color-gray-darken)}.httop-bar.httop-bar-2 .htmore a{color:var(--global--color-white);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-transform:capitalize}.httop-bar.httop-bar-2 .htmore a svg{fill:var(--global--color-white);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;margin-left:5px}.httop-bar.httop-bar-2 .htmore a:hover{color:var(--global--color-primary)}.httop-bar.httop-bar-2 .htmore a:hover svg{fill:var(--global--color-primary)}@media (min-width: 992px) and (max-width: 1250px) {.httop-bar.httop-bar-3{padding-top:0;padding-bottom:0}}.httop-bar.httop-bar-3 .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (min-width: 992px) and (max-width: 1250px) {.httop-bar.httop-bar-3 .container .httop-contact{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:10px;padding-bottom:10px}}.httop-bar.httop-bar-3 .container .htblock-right{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-preferred-size:unset;flex-basis:unset;height:100%}@media (min-width: 992px) and (max-width: 1250px) {.httop-bar.httop-bar-3 .container .htblock-right{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.httop-bar.httop-bar-3 .container .htblock-right a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;font-size:13px;line-height:21px;color:var(--global--color-white);font-weight:400;font-family:var(--global--font-body);margin-right:20px;text-transform:capitalize}.httop-bar.httop-bar-3 .container .htblock-right a:last-child{margin-right:0}.httop-bar.httop-bar-3 .container .htblock-right a:hover{color:var(--global--color-primary)}.httop-bar.httop-bar-3 .container .htblock-right .htwidget-holder{padding:0 20px;background-color:var(--global--color-heading-light);margin-left:10px;height:100%;position:relative}.httop-bar.httop-bar-3 .container .htblock-right .htwidget-holder:hover .htfeature-panel{opacity:1;visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.httop-bar.httop-bar-3 .container .htblock-right .htwidget-holder a{margin-right:0}.httop-bar.httop-bar-3 .container .htblock-right .htwidget-holder a i{margin-left:10px}.httop-bar.httop-bar-3 .container .htblock-right .htwidget-holder .htfeature-panel{opacity:0;visibility:hidden;-webkit-transform:translateY(15px);-ms-transform:translateY(15px);transform:translateY(15px);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;position:absolute;border-radius:0 8px 8px 8px;width:290px;background-color:var(--global--color-heading-light);top:100%;left:0;padding:28px 40px 40px}@media (min-width: 992px) and (max-width: 1250px) {.httop-bar.httop-bar-3 .container .htblock-right .htwidget-holder .htfeature-panel{left:auto;right:0;border-radius:8px 0 8px 8px}}@media screen and (max-width: 991.98px) {.httop-bar.httop-bar-3 .container .htblock-right .htwidget-holder .htfeature-panel{max-width:370px;margin:0 auto}}.httop-bar.httop-bar-3 .container .htblock-right .htwidget-holder .htfeature-panel .htfeature-content{position:relative;z-index:3}@media screen and (max-width: 991.98px) {.httop-bar.httop-bar-3 .container .htblock-right .htwidget-holder .htfeature-panel .htfeature-content{text-align:center}}.httop-bar.httop-bar-3 .container .htblock-right .htwidget-holder .htfeature-panel .htfeature-content i{display:block;margin-bottom:11px}.httop-bar.httop-bar-3 .container .htblock-right .htwidget-holder .htfeature-panel .htfeature-content i:before{font-size:50px;color:var(--global--color-white);margin-left:0}.httop-bar.httop-bar-3 .container .htblock-right .htwidget-holder .htfeature-panel .htfeature-content h5{text-transform:capitalize;font-family:var(--global--font-heading);font-weight:500;font-size:19px;line-height:28px;color:var(--global--color-white);margin-bottom:16px}.httop-bar.httop-bar-3 .container .htblock-right .htwidget-holder .htfeature-panel .htfeature-content p{font-family:var(--global--font-body);font-weight:400;font-size:14px;line-height:24px;color:#f4f4f4;margin-bottom:21px}.httop-bar.httop-bar-3 .container .htblock-right .htwidget-holder .htfeature-panel .htfeature-content a{font-family:var(--global--font-heading);font-weight:400;color:var(--global--color-white);font-size:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}@media screen and (max-width: 991.98px) {.httop-bar.httop-bar-3 .container .htblock-right .htwidget-holder .htfeature-panel .htfeature-content a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.httop-bar.httop-bar-3 .container .htblock-right .htwidget-holder .htfeature-panel .htfeature-content a span{-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-negative:0;flex-shrink:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:42px;height:42px;background-color:#283b69;color:var(--global--color-white);border-radius:8px 8px 0 8px;font-size:15px;margin-right:10px}.httop-bar.httop-bar-4{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (min-width: 992px) and (max-width: 1250px) {.httop-bar.httop-bar-4{padding-top:0;padding-bottom:0}}@media screen and (max-width: 991.98px) {.httop-bar.httop-bar-4{display:none}}@media (min-width: 992px) and (max-width: 1250px) {.httop-bar.httop-bar-4 .httop-contact{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:10px;padding-bottom:10px}}.httop-bar.httop-bar-4 .htblock-right{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-preferred-size:unset;flex-basis:unset;height:100%}@media (min-width: 992px) and (max-width: 1250px) {.httop-bar.httop-bar-4 .htblock-right{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.httop-bar.httop-bar-4 .htblock-right a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;font-size:13px;line-height:21px;color:var(--global--color-white);font-weight:400;font-family:var(--global--font-body);margin-right:20px;text-transform:capitalize}.httop-bar.httop-bar-4 .htblock-right a:last-child{margin-right:0}.httop-bar.httop-bar-4 .htblock-right a:hover{color:var(--global--color-primary)}.httop-bar.httop-bar-4 .htblock-right .htmodule-language{margin-left:10px}@media (min-width: 992px) and (max-width: 1250px) {.httop-bar.httop-bar-4 .htblock-right .htmodule-language{margin-top:0}}@media (min-width: 992px) and (max-width: 1250px) {.httop-bar.httop-bar-4 .htblock-right .htmodule-language .htlang-list{top:calc(100% + 15px)}}.httop-bar.httop-bar-4 .htblock-right .htmodule-language .htlang-list ul li a{color:var(--global--color-body)}.httop-bar.httop-bar-4 .htblock-right .htmodule-language .htlang-list ul li a:hover{color:var(--global--color-primary)}.httop-bar.httop-bar-5{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (min-width: 992px) and (max-width: 1250px) {.httop-bar.httop-bar-5 .htblock-left{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.httop-bar.httop-bar-5 .htblock-left .htheadline{color:var(--global--color-white)}@media (min-width: 992px) and (max-width: 1250px) {.httop-bar.httop-bar-5 .htblock-left .htheadline{margin-bottom:0}}.httop-bar.httop-bar-5 .htblock-right{-ms-flex-preferred-size:unset;flex-basis:unset}@media (min-width: 992px) and (max-width: 1250px) {.httop-bar.httop-bar-5 .htblock-right .httop-contact .htcontact-infos{margin-right:10px}}.htpage-title{padding-top:0;padding-bottom:0 }.htpage-title .htpage-title-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:405px}@media screen and (max-width: 991.98px) {.htpage-title .httitle{text-align:center}}.htpage-title .httitle .httitle-sub-heading{font-family:var(--global--font-secondary);font-size:30px;line-height:1;font-weight:400;color:var(--global--color-primary);margin-bottom:20px;text-transform:capitalize}@media screen and (max-width: 991.98px) {.htpage-title .httitle .httitle-sub-heading{line-height:1.4}}.htpage-title .httitle .httitle-heading{font-family:var(--global--font-heading);font-size:75px;line-height:70px;font-weight:500;color:var(--global--color-white);margin-bottom:0;text-transform:capitalize}@media screen and (max-width: 767.98px) {.htpage-title .httitle .httitle-heading{font-size:32px;line-height:1.4}}@media (min-width: 992px) and (max-width: 1199.98px) {.htpage-title .httitle .httitle-heading{font-size:32px;line-height:1.4}}.htpage-title .httitle .httitle-desc{color:var(--global--color-white);font-size:17px;line-height:27px;margin-bottom:30px;font-weight:700}.htpage-title.htpage-title-2{position:relative}.htpage-title.htpage-title-2 .htpage-title-wrap{height:460px}@media screen and (max-width: 991.98px) {.htpage-title.htpage-title-2 .htpage-title-wrap{height:100vh}}.htpage-title.htpage-title-2 .htpage-title-wrap .httitle .httitle-heading{margin-bottom:23px}.htpage-title.htpage-title-2 .htpage-title-wrap .httitle .httitle-desc{margin-bottom:0}.htpage-title.htpage-title-2 .htpage-title-wrap .htbreadcrumb-wrap{width:100%;position:absolute;bottom:15px;border:0}@media screen and (min-width: 992px) {.htpage-title.htpage-title-2 .htpage-title-wrap .htbreadcrumb-wrap .htbreadcrumb{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.htbreadcrumb-wrap{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#e5edf6}@media screen and (max-width: 767.98px) {.htbreadcrumb-wrap{height:auto;padding:10px 0}}.htbreadcrumb{font-family:var(--global--font-body);font-size:14px;line-height:1.4;font-weight:400;color:var(--global--color-heading);margin-bottom:0;background:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-transform:capitalize}.htbreadcrumb a{font-family:var(--global--font-body);font-size:14px;line-height:1.4;font-weight:400;color:var(--global--color-heading);margin-bottom:0;background:transparent}.htbreadcrumb a:hover{color:var(--global--color-primary)}.htbreadcrumb .active{color:var(--global--color-body)}.htbreadcrumb .htbreadcrumb-item+.htbreadcrumb-item{padding-left:0}.htbreadcrumb .htbreadcrumb-item+.htbreadcrumb-item::before{font-family:"Font Awesome 5 Free";font-weight:700;font-size:11px;padding:0 10px;color:var(--global--color-heading);content:"\f054"}.htbreadcrumb.htbreadcrumb-light{color:var(--global--color-white)}.htbreadcrumb.htbreadcrumb-light a{color:var(--global--color-white)}.htbreadcrumb.htbreadcrumb-light .active{color:var(--global--color-white)}.htbreadcrumb.htbreadcrumb-light .htbreadcrumb-item+.htbreadcrumb-item::before{color:var(--global--color-white)}.owl-nav.htdisabled{display:none}.carousel-dots{position:relative}.carousel-dots button.owl-dot,.carousel-dots button.owl-dot:focus{padding:0;background-color:transparent;border:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.carousel-dots .owl-dots{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;z-index:5;margin-top:20px}.carousel-dots .owl-dots .owl-dot{margin-right:10px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.carousel-dots .owl-dots .owl-dot:last-child{margin-right:0}.carousel-dots .owl-dots .owl-dot.active span{background-color:var(--global--color-primary);width:38px}.carousel-dots .owl-dots .owl-dot span{display:inline-block;width:20px;height:6px;border-radius:2px;background-color:#6b7475;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;margin-right:0;position:relative;background-color:var(--global--color-heading)}.carousel-dots.carousel-dots-white .owl-dots .owl-dot span{background-color:rgba(255,255,255,0.4)}.carousel-dots.carousel-dots-white .owl-dots .owl-dot.active span{background-color:var(--global--color-white)}.carousel-navs{position:relative}.carousel-navs .owl-nav span{font-size:0}@media screen and (min-width: 992px) {.carousel-navs .owl-nav{position:absolute;top:-127px;right:0}}.carousel-navs .owl-next:hover::before,.carousel-navs .owl-prev:hover::before{color:var(--global--color-primary)}.carousel-navs .owl-next:before,.carousel-navs .owl-prev:before{font-family:'carousel';font-size:43px;font-weight:600;color:#687596;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.carousel-navs .owl-prev{margin-right:50px}.carousel-navs .owl-prev:before{content:"\e990"}.carousel-navs .owl-next:before{content:"\e991"}.carousel-navs .owl-dots{position:absolute;bottom:40px;width:100%}.htheading{margin-bottom:46px}@media screen and (max-width: 991.98px) {.htheading{text-align:left;max-width:500px;margin-left:auto;margin-right:auto}}@media screen and (max-width: 767.98px) {.htheading{max-width:unset}}.htheading .htheading-subtitle{font-family:var(--global--font-secondary);text-transform:capitalize;color:var(--global--color-primary);font-size:30px;font-weight:400;line-height:1;margin-bottom:13px}@media screen and (max-width: 991.98px) {.htheading .htheading-subtitle{line-height:1.5}}.htheading .htheading-title{font-family:var(--global--font-heading);font-size:37px;line-height:54px;margin-bottom:30px;font-weight:700;color:var(--global--color-heading)}@media (min-width: 992px) and (max-width: 1199.98px) {.htheading .htheading-title{font-size:30px;line-height:1.4}}@media screen and (max-width: 991.98px) {.htheading .htheading-title{font-size:30px;line-height:1.4}}.htheading .htheading-desc{font-family:var(--global--font-body);color:var(--global--color-body);font-size:16px;font-weight:700;line-height:27px;margin-bottom:0}.htheading .htparagraph{font-weight:700;font-size:16px;line-height:27px;color:var(--global--color-secondary);margin-bottom:0}.htheading.htheading-light .htheading-title{color:var(--global--color-white)}.htheading.htheading-light .htheading-desc{color:#f9f9f9}.htheading.htheading-light .htparagraph{color:#f9f9f9}.htheading.htheading-light-2 .htheading-subtitle{color:#f9f9f9}.htheading.htheading-light-2 .htheading-title{color:var(--global--color-white)}.htheading.htheading-light-2 .htheading-desc{color:#f9f9f9}.htheading.htheading-light-2 .htparagraph{color:#f9f9f9}.htheading.htheading-2{margin-bottom:60px}@media screen and (max-width: 991.98px) {.htheading.htheading-2 .htheading-title{margin-bottom:23px}}.htheading.htheading-2 .htheading-desc{margin-bottom:32px}@media screen and (min-width: 992px) {.htheading.htheading-2 .htheading-desc{padding-top:7px}}.htheading.htheading-3{margin-bottom:16px}.htheading.htheading-4{margin-bottom:0}.htheading.htheading-4 .htheading-title{font-size:40px;margin-bottom:21px}@media (min-width: 992px) and (max-width: 1199.98px) {.htheading.htheading-4 .htheading-title{font-size:32px;line-height:1.4}}@media screen and (max-width: 991.98px) {.htheading.htheading-4 .htheading-title{font-size:32px;line-height:1.4}}.htheading.htheading-4 .htheading-desc{margin-bottom:33px}.htheading.htheading-5{margin-bottom:53px}.htheading.htheading-5 .htheading-subtitle{margin-bottom:20px;font-weight:600}.htheading.htheading-5 .htheading-title{font-size:22px;line-height:33px;font-weight:700;margin-bottom:25px}.htheading.htheading-6{margin-bottom:0}.htheading.htheading-6 .htheading-title{font-size:40px;margin-bottom:21px}@media (min-width: 992px) and (max-width: 1199.98px) {.htheading.htheading-6 .htheading-title{font-size:30px;line-height:1.4}}@media screen and (max-width: 991.98px) {.htheading.htheading-6 .htheading-title{font-size:30px;line-height:1.4}}.htheading.htheading-6 .htheading-desc{margin-bottom:33px}.htheading.htheading-10{margin-bottom:60px;position:relative;z-index:5}@media screen and (max-width: 991.98px) {.htheading.htheading-10 .htheading-title{margin-bottom:23px}}.htheading.htheading-10 .htheading-desc{margin-bottom:18px}.htheading.htheading-10 .htheading-desc:last-of-type{margin-bottom:32px}@media screen and (min-width: 992px) {.htheading.htheading-10 .htheading-desc{padding-top:7px}}.htheading.htheading-11{margin-bottom:0}@media screen and (min-width: 992px) {.htheading.htheading-11{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px);margin-bottom:-5px}}.htheading.htheading-11 .htheading-title{margin-bottom:49px}.htheading.htheading-11 .htheading-desc{font-size:17px;font-weight:400;margin-bottom:25px}.htheading.htheading-11 .htheading-desc:last-of-type{margin-bottom:42px}.htheading.htheading-12{margin-bottom:0}.htheading.htheading-12 .htheading-title{margin-bottom:66px}@media screen and (min-width: 992px) {.htheading.htheading-12 .htheading-title{margin-bottom:59px}}.htheading.htheading-12 .htheading-desc{font-size:17px;font-weight:400;margin-bottom:25px}.htheading.htheading-12 .htheading-desc:last-of-type{margin-bottom:42px}.htslider{padding-top:0;padding-bottom:0;position:relative}.htslider .htslide{padding-top:0;padding-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:740px}@media screen and (max-width: 991.98px) {.htslider .htslide{height:auto}}@media screen and (max-width: 767.98px) {.htslider .htslide{height:auto}}.htslider .htslide .htslide-content{position:relative;z-index:5}@media screen and (max-width: 991.98px) {.htslider .htslide .htslide-content{text-align:center}}.htslider .htslide .htslide-content .htslide-subtitle{font-family:var(--global--font-secondary);text-transform:capitalize;color:var(--global--color-primary);font-size:30px;font-weight:400;line-height:1;margin-bottom:18px}@media screen and (max-width: 991.98px) {.htslider .htslide .htslide-content .htslide-subtitle{line-height:1.5}}.htslider .htslide .htslide-content .htslide-title{font-family:var(--global--font-heading);color:var(--global--color-white);font-weight:700;font-size:70px;line-height:1;margin-bottom:22px}@media (min-width: 992px) and (max-width: 1199.98px) {.htslider .htslide .htslide-content .htslide-title{font-size:35px;line-height:1.4}}@media screen and (max-width: 767.98px) {.htslider .htslide .htslide-content .htslide-title{font-size:20px;line-height:normal;margin-bottom:0}.htslider .htslide .htslide-content .htslide-desc{font-size:14px!important;font-weight:500!important;line-height:normal!important;margin-bottom:5px!important}}.htslider .htslide .htslide-content .htslide-desc{font-family:var(--global--font-body);color:#f9f9f9;font-size:17px;font-weight:700;line-height:27px;margin-bottom:32px}.htslider .htslide .htslide-content .htslide-action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 991.98px) {.htslider .htslide .htslide-content .htslide-action{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width: 767.98px) {.htslider .htslide .htslide-content .htslide-action{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:inherit;flex-direction:inherit}}.htslider .htslide .htslide-content .htslide-action .btn{width:232px;height:68px;margin-right:40px}@media screen and (max-width: 767.98px) {.htslider .htslide .htslide-content .htslide-action .btn{margin-right:10px;margin-bottom:5px;height:auto!important;width:auto!important;font-size:12px;padding:5px 10px;min-width:100px}}@media (min-width: 992px) and (max-width: 1199.98px) {.htslider .htslide .htslide-content .htslide-action .btn{width:200px;margin-right:15px}}.htslider .htslide .htslide-content .htslide-action .btn:last-child{margin-right:0}.htslider .htslide .htslide-content .htslide-action .btn i{font-size:10px}.htslider .htslide .htslide-content .htslide-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 991.98px) {.htslider .htslide .htslide-content .htslide-list{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.htslider .htslide .htslide-content .htslide-list .hticon{margin-right:40px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}@media (min-width: 992px) and (max-width: 1199.98px) {.htslider .htslide .htslide-content .htslide-list .hticon{margin-right:20px}}@media screen and (max-width: 767.98px) {.htslider .htslide .htslide-content .htslide-list .hticon{margin:0 15px 25px}}.htslider .htslide .htslide-content .htslide-list .hticon:last-child{margin-right:0}.htslider .htslide .htslide-content .htslide-list .hticon:hover{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.htslider .htslide .htslide-content .htslide-list .hticon i{font-size:60px;color:var(--global--color-white)}.htslider .htslide .htslide-content .htslide-list .hticon a{position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:transparent;z-index:2}.htslider .htoffer-banner{position:absolute;bottom:100px;right:5%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:242px;height:242px;border-radius:50%;background-color:var(--global--color-white);padding:10px;-webkit-box-shadow:0 5px 83px 0 rgba(3,43,86,0.12);box-shadow:0 5px 83px 0 rgba(3,43,86,0.12);z-index:70}@media screen and (max-width: 991.98px) {.htslider .htoffer-banner{display:none}}.htslider .htoffer-banner .htbanner-body{border:3px solid #e6eaef;border-radius:50%;width:222px;height:222px;border-radius:50%;text-align:center;padding:42px 30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.htslider .htoffer-banner .htbanner-body h3{font-family:var(--global--font-heading);font-weight:500;font-size:18px;line-height:25px;color:#1e4873;margin-bottom:7px;text-transform:capitalize}.htslider .htoffer-banner .htbanner-body p{font-family:var(--global--font-body);font-weight:700;font-size:16px;line-height:26px;color:var(--global--color-body);margin-bottom:8px;text-transform:capitalize}.htslider .htoffer-banner .htbanner-body .htprice-info{margin-bottom:0;font-family:var(--global--font-heading);font-weight:400;color:var(--global--color-primary-alt);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;line-height:1;position:relative}@media screen and (max-width: 991.98px) {.htslider .htoffer-banner .htbanner-body .htprice-info{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.htslider .htoffer-banner .htbanner-body .htprice-info span::before{content:'/'}.htslider .htoffer-banner .htbanner-body .htprice-info span:first-of-type::before{content:unset}.htslider .htoffer-banner .htbanner-body .htprice-info .htcurrency{font-size:30px}.htslider .htoffer-banner .htbanner-body .htprice-info .httime{font-size:14px}.htslider .htoffer-banner .htbanner-close{position:absolute;top:-11px;right:-11px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:41px;height:41px;background:var(--global--color-primary-alt);color:var(--global--color-white);font-size:12px;border-radius:50%;cursor:pointer}.htslider .carousel-navs .owl-nav{right:auto;top:auto;position:initial}@media screen and (max-width: 991.98px) {.htslider .carousel-navs .owl-nav{display:none}}.htslider .carousel-navs .owl-nav span{font-size:0}.htslider .carousel-navs .owl-nav .owl-next:before,.htslider .carousel-navs .owl-nav .owl-prev:before{color:rgba(255,255,255,0.5);font-family:"carousel"!important;font-size:44px;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.htslider .carousel-navs .owl-nav .owl-prev:before{content:"\e990"}.htslider .carousel-navs .owl-nav .owl-next:before{content:"\e991"}.htslider .carousel-navs .owl-nav .owl-next,.htslider .carousel-navs .owl-nav .owl-prev{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.htslider .carousel-navs .owl-nav .owl-next:hover::before,.htslider .carousel-navs .owl-nav .owl-prev:hover::before{color:#fff}.htslider .carousel-navs .owl-nav .owl-next{right:40px}@media (min-width: 992px) and (max-width: 1199.98px) {.htslider .carousel-navs .owl-nav .owl-next{right:20px}}.htslider .carousel-navs .owl-nav .owl-prev{margin-right:0;left:40px}@media (min-width: 992px) and (max-width: 1199.98px) {.htslider .carousel-navs .owl-nav .owl-prev{left:20px}}@media screen and (max-width: 991.98px) {.htslider.htslider-1 .htslide{height:155px;background-size:contain;background-position:top}.htslider.htslider-1 .carousel-dots .owl-dots{bottom:15px!important}}@media screen and (min-width: 992px) {.htslider.htslider-1 .htslide .htslide-content .htslide-desc{max-width:80%}}@media screen and (max-width: 991.98px) {.htslider.htslider-1 .htslide .htslide-content .htslide-action{margin-bottom:25px}}.htslider.htslider-1 .htslide .htslide-content .htslide-action .btn{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:68px}.htslider.htslider-1 .htslide .htslide-content .htslide-action .btn:first-child{width:192px}@media screen and (min-width: 768px) {.htslider.htslider-1 .htslide .htslide-content .htslide-action .btn:first-child{margin-right:30px}}.htslider.htslider-1 .htslide .htslide-content .htslide-action .btn:last-child{width:170px}@media (min-width: 992px) and (max-width: 1199.98px) {.htslider.htslider-1 .htslide .htslide-content .htslide-action .btn:last-child{padding:0 20px}}.htslider.htslider-1 .carousel-dots .owl-dots{bottom:79px}.htslider.htslider-1 .carousel-dots .owl-dots .owl-dot.active span{width:30px}@media screen and (max-width: 991.98px) {.htslider.htslider-2 .htslide{height:100vh}}@media screen and (min-width: 992px) {.htslider.htslider-2 .htslide .htslide-content .htslide-desc{max-width:90%}}@media screen and (max-width: 991.98px) {.htslider.htslider-2 .htslide .htslide-content .htslide-action{margin-bottom:40px}}.htslider.htslider-2 .htslide .htslide-content .htslide-action .btn{height:68px}.htslider.htslider-2 .htslide .htslide-content .htslide-action .btn:first-child{width:170px}@media (min-width: 992px) and (max-width: 1199.98px) {.htslider.htslider-2 .htslide .htslide-content .htslide-action .btn:first-child{margin-right:30px}}@media screen and (max-width: 767.98px) {.htslider.htslider-2 .htslide .htslide-content .htslide-action .btn:first-child{margin-bottom:40px}}.htslider.htslider-2 .carousel-dots .owl-dots .owl-dot.active span{width:30px}.htslider.htslider-3 .htslide .htslide-content{text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (min-width: 992px) {.htslider.htslider-3 .htslide .htslide-content .htslide-action{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.htslider.htslider-3 .htslide .htslide-content .htslide-action .btn{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:68px}.htslider.htslider-3 .htslide .htslide-content .htslide-action .btn:first-child{width:192px}@media screen and (min-width: 768px) {.htslider.htslider-3 .htslide .htslide-content .htslide-action .btn:first-child{margin-right:30px}}.htslider.htslider-3 .htslide .htslide-content .htslide-action .btn:last-child{width:170px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (min-width: 992px) and (max-width: 1199.98px) {.htslider.htslider-3 .htslide .htslide-content .htslide-action .btn:last-child{padding:0 20px}}.hthero{padding-top:0;padding-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:240px}@media screen and (max-width: 991.98px) {.hthero{height:100vh}}@media screen and (max-width: 991.98px) {.hthero .hthero-content{text-align:center}}.hthero .hthero-content .hthero-subtitle{font-family:var(--global--font-secondary);text-transform:capitalize;color:var(--global--color-primary);font-size:30px;font-weight:400;line-height:1;margin-bottom:18px}@media screen and (max-width: 991.98px) {.hthero .hthero-content .hthero-subtitle{line-height:1.5}}.hthero .hthero-content .hthero-title{font-family:var(--global--font-body);color:#000;font-weight:700;text-transform:uppercase;font-size:45px;line-height:1;margin-bottom:22px;-webkit-text-stroke:1px var(--global--color-white)}@media (min-width: 992px) and (max-width: 1199.98px) {.hthero .hthero-content .hthero-title{font-size:35px;line-height:1.4}}@media screen and (max-width: 767.98px) {.hthero .hthero-content .hthero-title{font-size:32px;line-height:1.4}}.hthero .hthero-content .hthero-desc{font-family:var(--global--font-body);color:#f9f9f9;font-size:17px;font-weight:700;line-height:27px;margin-bottom:32px}.hthero .hthero-content .hthero-action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 991.98px) {.hthero .hthero-content .hthero-action{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width: 767.98px) {.hthero .hthero-content .hthero-action{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.hthero .hthero-content .hthero-action .btn{width:232px;height:68px;margin-right:40px}@media screen and (max-width: 767.98px) {.hthero .hthero-content .hthero-action .btn{margin-right:0;margin-bottom:25px;height:50px;width:225px}}@media (min-width: 992px) and (max-width: 1199.98px) {.hthero .hthero-content .hthero-action .btn{width:225px;margin-right:15px}}.hthero .hthero-content .hthero-action .btn:last-child{margin-right:0}.hthero .hthero-content .hthero-action .btn i{font-size:10px}.hthero .hthero-content .hthero-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 991.98px) {.hthero .hthero-content .hthero-list{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.hthero .hthero-content .hthero-list .hticon{margin-right:40px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}@media (min-width: 992px) and (max-width: 1199.98px) {.hthero .hthero-content .hthero-list .hticon{margin-right:20px}}@media screen and (max-width: 767.98px) {.hthero .hthero-content .hthero-list .hticon{margin:0 15px 25px}}.hthero .hthero-content .hthero-list .hticon:last-child{margin-right:0}.hthero .hthero-content .hthero-list .hticon:hover{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.hthero .hthero-content .hthero-list .hticon i{font-size:60px;color:var(--global--color-white)}.hthero .hthero-content .hthero-list .hticon a{position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:transparent;z-index:2}.hthero .hthero-content .htbtn-video{width:auto;height:auto;background:transparent}.hthero .hthero-content .htbtn-video:hover{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.hthero .hthero-content .htbtn-video:hover .hticon{background-color:var(--global--color-primary)}.hthero .hthero-content .htbtn-video:hover .hticon svg{color:var(--global--color-white)}.hthero .hthero-content .htbtn-video span{font-family:var(--global--font-body);font-weight:700;font-size:15px;color:var(--global--color-white);margin-left:35px;text-transform:capitalize}.hthero .hthero-content .htbtn-video .hticon{width:68px;height:68px}.hthero.hthero-2 .hthero-content{text-align:center}.hthero.hthero-2 .hthero-content .hthero-action{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.hthero.hthero-2 .hthero-content .hthero-action .btn{margin-right:30px}.hthero.hthero-2 .hthero-content .hthero-action .btn:last-child{margin-right:0}.hthero.hthero-2 .hthero-content .hthero-action .btn:first-child{width:166px;height:68px}.hthero.hthero-2 .hthero-content .hthero-action .btn:last-child{width:232px;height:68px}@media screen and (max-width: 767.98px) {.hthero.hthero-2 .hthero-content .hthero-action .btn{margin-right:0}}.hthero.hthero-3{height:550px}@media screen and (max-width: 991.98px) {.hthero.hthero-3{height:100vh}}.hthero.hthero-3 .hthero-action .btn:first-child{width:166px;margin-right:35px}@media screen and (max-width: 767.98px) {.hthero.hthero-3 .hthero-action .btn:first-child{margin-right:0;margin-bottom:25px}}.hthero.hthero-4{height:530px}@media screen and (max-width: 991.98px) {.hthero.hthero-4{height:100vh}}.hthero.hthero-4 .hthero-content .hthero-title{margin-bottom:0}.hthero.hthero-5{height:510px}@media screen and (max-width: 991.98px) {.hthero.hthero-5{height:100vh}}.hthero.hthero-5 .hthero-content .hthero-title{margin-bottom:0}.hthero.hthero-6{height:650px}@media screen and (max-width: 991.98px) {.hthero.hthero-6{height:100vh}}.hthero.hthero-6 .hthero-content .hthero-action .btn{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:166px;height:68px}.hthero.hthero-7{height:240px}@media screen and (max-width: 991.98px) {.hthero.hthero-7{height:15vh}}@media screen and (max-width: 991.98px) {.hthero.hthero-7 .hthero-content .hthero-action{margin-bottom:40px}}.hthero.hthero-7 .hthero-content .hthero-action .btn{height:68px}.hthero.hthero-7 .hthero-content .hthero-action .btn:first-child{width:170px}@media screen and (min-width: 768px) {.hthero.hthero-7 .hthero-content .hthero-action .btn:first-child{margin-right:30px}}.hthero.hthero-7 .hthero-content .hthero-action .btn:last-child{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:232px}@media (min-width: 992px) and (max-width: 1199.98px) {.hthero.hthero-7 .hthero-content .hthero-action .btn:last-child{padding:0 20px}}.hthero.hthero-7 .htbtn-video{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:150px;height:150px;background:url(../images/video/bg.htpng) no-repeat;border-radius:50%;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.hthero.hthero-7 .htbtn-video:hover{-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8)}.hthero.hthero-7 .htbtn-video:hover .hticon{background-color:var(--global--color-white)}.hthero.hthero-7 .htbtn-video:hover .hticon svg{color:#063464}.hthero.hthero-7 .htbtn-video .hticon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:76px;height:76px;background:var(--global--color-white);border-radius:50%;position:relative;z-index:2}.hthero.hthero-7 .htbtn-video .hticon svg{color:#063464;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.hthero.hthero-8{height:650px}@media screen and (max-width: 991.98px) {.hthero.hthero-8{height:100vh}}.hthero.hthero-8 .hthero-action .btn:first-child{width:166px;margin-right:35px}@media screen and (max-width: 767.98px) {.hthero.hthero-8 .hthero-action .btn:first-child{margin-right:0;margin-bottom:25px}}.hthero.hthero-9{height:650px}@media screen and (max-width: 991.98px) {.hthero.hthero-9{height:100vh}}.hthero.hthero-9 .hthero-content .hthero-action .btn{margin-right:30px}.hthero.hthero-9 .hthero-content .hthero-action .btn:last-child{margin-right:0}.hthero.hthero-9 .hthero-content .hthero-action .btn:first-child{width:166px;height:68px}.hthero.hthero-9 .hthero-content .hthero-action .btn:last-child{width:232px;height:68px}@media screen and (max-width: 767.98px) {.hthero.hthero-9 .hthero-content .hthero-action .btn{margin-right:0}}.hthero.hthero-10{height:650px}@media screen and (max-width: 991.98px) {.hthero.hthero-10{height:100vh}}.hthero.hthero-10 .hthero-content .hthero-action .btn{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:192px;height:68px}.hthero.hthero-11{height:650px}@media screen and (max-width: 991.98px) {.hthero.hthero-11{height:100vh}}.hthero.hthero-11 .hthero-action .btn:first-child{width:192px;margin-right:35px}@media screen and (max-width: 767.98px) {.hthero.hthero-11 .hthero-action .btn:first-child{margin-right:0;margin-bottom:25px}}.hthero.hthero-12{height:650px}@media screen and (max-width: 991.98px) {.hthero.hthero-12{height:100vh}}.hthero.hthero-12 .hthero-action .btn{width:232px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.htawards{padding-top:60px;padding-bottom:80px}@media screen and (max-width: 991.98px) {.htawards{padding-top:70px;padding-bottom:20px}}.htawards .htaward{margin-bottom:30px}.htawards .htaward:hover .htaward-img{background-color:var(--global--color-primary)}.htawards .htaward .htaward-img{padding:45px 85px;background-color:#f3f3f3;border-radius:4px;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width: 992px) and (max-width: 1199.98px) {.htawards .htaward .htaward-img{padding-left:45px;padding-right:45px}}@media screen and (max-width: 991.98px) {.htawards .htaward .htaward-img{padding-left:40px;padding-right:40px}}.htawards .htaward .htaward-img img{max-width:100%;height:200px;object-fit:contain}.htawards .htaward .htaward-content{padding:19px 10px 12px}@media screen and (max-width: 991.98px) {.htawards .htaward .htaward-content{text-align:center}}@media (min-width: 992px) and (max-width: 1199.98px) {.htawards .htaward .htaward-content{padding-left:20px;padding-right:20px}}.htawards .htaward .htaward-content .htaward-title{margin-bottom:17px}.htawards .htaward .htaward-content .htaward-title a{font-family:var(--global--font-heading);font-weight:500;font-size:20px;line-height:26px;color:#1e4873;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;text-transform:capitalize}.htawards .htaward .htaward-content .htaward-title a:hover{color:var(--global--color-primary)}.htawards .htaward .htaward-content .htaward-desc{font-family:var(--global--font-body);font-weight:400;font-size:15px;line-height:25px;color:var(--global--color-body);margin-bottom:0}.htprojects-gallery{padding:110px 0}@media screen and (max-width: 991.98px) {.htprojects-gallery{padding:70px 0}}.htprojects-gallery .htproject-panel{position:relative;margin-bottom:40px;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}@media screen and (max-width: 991.98px) {.htprojects-gallery .htproject-panel{max-width:370px;margin:0 auto 40px}}.htprojects-gallery .htproject-panel:hover{-webkit-box-shadow:0 3px 63px 0 rgba(6,52,100,0.11);box-shadow:0 3px 63px 0 rgba(6,52,100,0.11)}.htprojects-gallery .htproject-panel:hover .htproject-img .htproject-zoom{opacity:1;visibility:visible}.htprojects-gallery .htproject-panel .htproject-img img{border-radius:4px;-o-object-fit:cover;object-fit:cover;height:400px;width:100%}.htprojects-gallery .htproject-panel .htproject-img .htproject-zoom{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:80px;height:80px;border-radius:50%;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:var(--global--color-primary-alt);opacity:0;visibility:hidden;-webkit-transition:.4s ease-in-out;-o-transition:.4s ease-in-out;transition:.4s ease-in-out;color:var(--global--color-white);font-size:20px}.htprojects-gallery .htproject-panel .htproject-img .htproject-zoom a{position:absolute;top:0;left:0;right:0;width:100%;height:100%;z-index:2}.htprojects-gallery .btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:180px;height:65px}
.htblog{padding:127px 0 70px}.htblog .htmore-blogs{text-align:center}.htblog .htmore-blogs p{font-family:var(--global--font-body);font-weight:700;font-size:14px;color:var(--global--color-body);line-height:33px;margin-bottom:0}.htblog .htmore-blogs p a{position:relative;font-weight:700;color:var(--global--color-heading);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;text-transform:capitalize;padding-bottom:6px}.htblog .htmore-blogs p a:hover::before{width:calc(100% - 20%)}.htblog .htmore-blogs p a::before{content:'';-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:100%;height:2px;background-color:var(--global--color-primary)}.htblog .carousel .owl-stage-outer{overflow:visible}.htblog .carousel .owl-stage-outer .owl-item{opacity:0}.htblog .carousel .owl-stage-outer .owl-item.active{opacity:1}.htblog-entry{margin-bottom:40px;position:relative;-webkit-box-shadow:0 5px 83px 0 rgba(3,43,86,0.07);box-shadow:0 5px 83px 0 rgba(3,43,86,0.07);background-color:var(--global--color-white);border-radius:4px}@media screen and (max-width: 991.98px) {.htblog-entry{max-width:370px;margin:0 auto 40px}}.htblog-entry:hover{-webkit-box-shadow:0 5px 83px 0 rgba(3,43,86,0.12);box-shadow:0 5px 83px 0 rgba(3,43,86,0.12)}.htblog-entry:hover .htentry-img .htentry-img-holder img{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.htblog-entry:hover .htentry-img::before{opacity:.4;visibility:visible; border-top-left-radius:7px; border-top-right-radius:7px}.htblog-entry:hover .htentry-content::after{}@media (min-width: 992px) and (max-width: 1199.98px) {.htblog-entry:hover .htentry-content::after{}}@media screen and (max-width: 767.98px) {.htblog-entry:hover .htentry-content::after{}}.htblog-entry:hover .htentry-content .htentry-more a{padding:0 20px;color:var(--global--color-white);background-color:var(--global--color-heading)}.htblog-entry:hover .htentry-content .htentry-more a i{color:var(--global--color-white)}.htblog-entry .htentry-img{position:relative;border-radius:4px}.htblog-entry .htentry-img::before{content:'';position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:-webkit-gradient(linear,left top,left bottom,from(rgba(101,100,100,0)),color-stop(0%,#586e85));background:-o-linear-gradient(top,rgba(101,100,100,0) 0%,#586e85 0%);background:linear-gradient(180deg,rgba(101,100,100,0) 0%,#586e85 0%);opacity:0;visibility:hidden;z-index:2;-webkit-transition:.35s ease-in-out;-o-transition:.35s ease-in-out;transition:.35s ease-in-out}.htblog-entry .htentry-img .htentry-img-holder{overflow:hidden; border-top-left-radius:7px; border-top-right-radius:7px}.htblog-entry .htentry-img .htentry-img-holder img{-webkit-transition:-webkit-transform .35s ease-in-out;transition:-webkit-transform .35s ease-in-out;-o-transition:transform .35s ease-in-out;transition:transform .35s ease-in-out;transition:transform .35s ease-in-out,-webkit-transform .35s ease-in-out;width:100%;-webkit-transform:scale3d(1.05,1.05,1);transform:scale3d(1.05,1.05,1);height:265px;-o-object-fit:cover;object-fit:cover}.htblog-entry .htentry-img a{border-top-left-radius:7px; border-top-right-radius:7px; position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:transparent;z-index:4; border-top-left-radius:7px; border-top-right-radius:7px}.htblog-entry .htentry-img .htentry-date{position:absolute;bottom:0;left:50px;height:65px;padding:0 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:var(--global--color-primary);border-radius:4px 4px 0 0;text-align:center;z-index:3}@media (min-width: 992px) and (max-width: 1199.98px) {.htblog-entry .htentry-img .htentry-date{left:25px}}@media screen and (max-width: 991.98px) {.htblog-entry .htentry-img .htentry-date{left:25px;bottom:auto;top:25px}}.htblog-entry .htentry-img .htentry-date::before{content:'';position:absolute;height:8px;width:8px;bottom:-8px;left:0;background-color:var(--global--color-primary);-webkit-clip-path:polygon(100% 0,0 0,0 100%);clip-path:polygon(100% 0,0 0,0 100%)}.htblog-entry .htentry-img .htentry-date .htmonth{font-family:var(--global--font-body);text-transform:uppercase;font-weight:400;font-size:13px;line-height:16px;color:#eef3fa;margin-bottom:6px}.htblog-entry .htentry-img .htentry-date .htday{font-family:var(--global--font-heading);font-weight:400;font-size:26px;line-height:22px;color:#fcfcfc}.htblog-entry .htentry-content{padding:20px 20px 20px;position:relative;overflow:hidden;border-radius:0 0 4px 4px}@media (min-width: 992px) and (max-width: 1199.98px) {.htblog-entry .htentry-content{padding-left:25px;padding-right:25px}}@media screen and (max-width: 767.98px) {.htblog-entry .htentry-content{padding-left:25px;padding-right:25px}}@media screen and (max-width: 991.98px) {.htblog-entry .htentry-content{text-align:left}}.htblog-entry .htentry-content::after{}@media (min-width: 992px) and (max-width: 1199.98px) {.htblog-entry .htentry-content::after{}}@media screen and (max-width: 991.98px) {.htblog-entry .htentry-content::after{}}.htblog-entry .htentry-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:15px}@media screen and (max-width: 991.98px) {.htblog-entry .htentry-meta{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.htblog-entry .htentry-meta .htentry-category{margin-bottom:0;text-transform:capitalize}.htblog-entry .htentry-meta .htentry-category a{position:relative;color:var(--global--color-primary-alt);font-family:var(--global--font-body);font-size:13px;font-weight:400;line-height:26px}.htblog-entry .htentry-meta .htentry-category a::after{content:", ";position:relative}.htblog-entry .htentry-meta .htentry-category a:last-of-type::after{content:""}.htblog-entry .htentry-meta .htentry-category a:hover{color:var(--global--color-primary)}.htblog-entry .htentry-meta .htdivider{width:8px;height:2px;background-color:#cdd6e0;margin:0 10px}.htblog-entry .htentry-meta .htentry-author{text-transform:capitalize}.htblog-entry .htentry-meta .htentry-author p{font-family:var(--global--font-body);font-size:13px;font-weight:400;line-height:26px;color:#1e4873;margin-bottom:0}.htblog-entry .htentry-title{margin-bottom:17px}.htblog-entry .htentry-title h4{font-size:21px;font-weight:500;line-height:29px;margin-bottom:0;text-transform:capitalize;min-height:60px}.htblog-entry .htentry-title a{color:var(--global--color-heading)}.htblog-entry .htentry-title a:hover{color:var(--global--color-primary)}.htblog-entry .htentry-bio p{font-family:var(--global--font-body);font-size:15px;font-weight:400;line-height:25px;color:var(--global--color-body);margin-bottom:23px}.htblog-entry .htentry-more a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:auto;padding:0;height:27px;position:relative;-webkit-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;color:var(--global--color-heading)}.htblog-entry .htentry-more a::before{content:unset}.htblog-entry .htentry-more a i{font-size:0px;margin-left:10px;-webkit-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;color:var(--global--color-primary)}.htblog-grid{padding:60px 0 100px}@media screen and (min-width: 992px) {.htblog-grid .htblog-entry{margin-bottom:30px; border-radius:7px}}@media screen and (max-width: 991.98px) {.htblog-grid{padding:65px 0 70px}}.htblog-single{padding-top:60px;padding-bottom:110px}@media screen and (max-width: 991.98px) {.htblog-single{padding-bottom:70px}}.htblog-single .htbreadcrumb-wrap{margin-bottom:50px}.htblog-single .htblog-entry{-webkit-box-shadow:none;box-shadow:none}@media screen and (max-width: 991.98px) {.htblog-single .htblog-entry{max-width:initial}}.htblog-single .htblog-entry:last-of-type{margin-bottom:0}.htblog-single .htblog-entry .htentry-img{margin-bottom:0;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);margin-right:0}.htblog-single .htblog-entry .htentry-img img{border-radius:8px;max-width:100%}.htblog-single .htblog-entry .htentry-img::before{content:unset}.htblog-single .htentry-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:37px}@media screen and (max-width: 767.98px) {.htblog-single .htentry-holder{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}}.htblog-single .htentry-holder .htentry-share span,.htblog-single .htentry-holder .htentry-tags span{display:block;font-family:var(--global--font-body);font-weight:700;font-size:14px;color:#1e4873;text-transform:capitalize;margin-bottom:9px}.htblog-single .htentry-holder .htentry-share div,.htblog-single .htentry-holder .htentry-tags div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.htblog-single .htentry-holder .htentry-share .htmodule-social{height:auto;line-height:normal;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.htblog-single .htentry-holder .htentry-share .htmodule-social a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:32px;height:32px;background:#e6eaef;border-radius:50%;margin-bottom:10px}.htblog-single .htentry-holder .htentry-share .htmodule-social a:hover i{width:32px;height:32px}.htblog-single .htentry-holder .htentry-share .htmodule-social a i{background-color:#063464;color:#e6eaef}.htblog-single .htentry-holder .htentry-share .htmodule-social a i:hover{-webkit-transform:translateY(0px);-ms-transform:translateY(0px);transform:translateY(0px)}@media screen and (max-width: 767.98px) {.htblog-single .htentry-holder .htentry-tags{margin-bottom:20px}}.htblog-single .htentry-holder .htentry-tags a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:32px;margin-right:10px;margin-bottom:10px;display:inline-block;font-family:var(--global--font-body);font-size:12px;font-weight:400;line-height:28px;text-transform:capitalize;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;color:#1e4873;background-color:var(--global--color-white);border:2px solid #cdd6e0;border-radius:4px;padding:0 14px}.htblog-single .htentry-holder .htentry-tags a:hover{background-color:var(--global--color-heading);color:var(--global--color-white);border-color:var(--global--color-heading)}.htblog-single .htentry-content{padding:25px 0px 40px; border-bottom:4px solid #e6eaef}@media (min-width: 992px) and (max-width: 1199.98px) {.htblog-single .htentry-content{padding-left:25px;padding-right:25px}}@media screen and (max-width: 991.98px) {.htblog-single .htentry-content{padding:32px 0}}.htblog-single .htentry-content::after{content:unset}.htblog-single .htentry-content .htentry-meta{margin-bottom:11px}@media screen and (max-width: 767.98px) {.htblog-single .htentry-content .htentry-meta{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.htblog-single .htentry-content .htentry-meta div{margin-right:5px}}@media screen and (max-width: 767.98px) {.htblog-single .htentry-content .htentry-meta .htdivider{display:none}}.htblog-single .htentry-content .htentry-meta .htentry-author a p{-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.htblog-single .htentry-content .htentry-meta .htentry-author a:hover p{color:var(--global--color-primary)}.htblog-single .htentry-content .htentry-meta .htentry-comments{text-transform:capitalize;font-family:var(--global--font-body);font-size:13px;font-weight:400;line-height:26px;color:var(--global--color-body)}.htblog-single .htentry-content .htentry-meta .htentry-comments .htnum{color:#222222}.htblog-single .htentry-content .htentry-meta .htentry-share{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.htblog-single .htentry-content .htentry-meta .htentry-share span{text-transform:capitalize;font-family:var(--global--font-body);font-size:13px;font-weight:400;line-height:26px;color:var(--global--color-body);margin-right:10px}.htblog-single .htentry-content .htentry-meta .htentry-share .htmodule-social{height:auto;line-height:normal}.htblog-single .htentry-content .htentry-meta .htentry-share .htmodule-social a i{color:var(--global--color-white)}.htblog-single .htentry-content .htentry-title{margin-bottom:31px}.htblog-single .htentry-content .htentry-title h2{font-size:40px;line-height:50px;font-weight:600}@media screen and (max-width: 767.98px) {.htblog-single .htentry-content .htentry-title h2{font-size:32px;line-height:1; font-weight:600}}@media (min-width: 992px) and (max-width: 1199.98px) {.htblog-single .htentry-content .htentry-title h2{font-size:32px;line-height:1.4}}.htblog-single .htentry-content .htentry-infos{margin-top:32px;margin-bottom:33px}.htblog-single .htentry-content .htentry-infos img{width:100%;min-height:419px;-o-object-fit:cover;object-fit:cover;border-radius:8px}.htst-1:hover{background:-webkit-gradient(linear,left top,left bottom,from(rgba(29,101,185,0)),color-stop(0%,rgba(155,203,59,0)),color-stop(16.43%,rgba(155,203,59,0)),color-stop(97.66%,var(--global--color-primary)),to(var(--global--color-primary)));background:-o-linear-gradient(rgba(29,101,185,0) 0%,rgba(155,203,59,0) 0%,rgba(155,203,59,0) 16.43%,var(--global--color-primary) 97.66%,var(--global--color-primary) 100%);background:linear-gradient(rgba(29,101,185,0) 0%,rgba(155,203,59,0) 0%,rgba(155,203,59,0) 16.43%,var(--global--color-primary) 97.66%,var(--global--color-primary) 100%);border-radius:8px}.hthaber_detay_kucuk{width:100%;min-height:200px!important;-o-object-fit:cover;object-fit:cover;border-radius:8px;-webkit-transition:all .3s ease-out 0;-moz-transition:all .3s ease-out 0;-ms-transition:all .3s ease-out 0;-o-transition:all .3s ease-out 0;transition:all .3s ease-out 0}.hthaber_detay_kucuk:hover{opacity:.6}.hthaber_buyuk{-webkit-transition:all .3s ease-out 0;-moz-transition:all .3s ease-out 0;-ms-transition:all .3s ease-out 0;-o-transition:all .3s ease-out 0;transition:all .3s ease-out 0;border-radius:8px}.hthaber_buyuk:hover{opacity:.6}@media screen and (max-width: 767.98px) {.htblog-single .htentry-content .htentry-infos img{margin-bottom:30px}}.htblog-single .htentry-content .htentry-infos .htprices-list{padding:37px 40px 28px;border-radius:8px;background-color:#f4f4f4}.htblog-single .htentry-content .htentry-infos .htprices-list h3{font-family:var(--global--font-heading);font-weight:500;font-size:19px;line-height:1;margin-bottom:26px;color:#05213f;text-transform:capitalize}.htblog-single .htentry-content .htentry-infos .htprices-list ul{margin-bottom:0}.htblog-single .htentry-content .htentry-infos .htprices-list ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-transform:capitalize;font-size:15px;font-weight:700;font-family:var(--global--font-body);color:#848e9f;text-transform:capitalize;border-bottom:1px solid #e6eaef;margin-bottom:14px;padding-bottom:12px}@media screen and (min-width: 768px) {.htblog-single .htentry-content .htentry-infos .htprices-list ul li:last-child{margin-bottom:0;border-bottom:0}}.htblog-single .htentry-content .htentry-infos .htprices-list ul li .htprice{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:27px;margin-left:5px;font-family:var(--global--font-body);font-weight:700;font-size:15px;color:var(--global--color-white);background-color:var(--global--color-secondary);padding:0 10px;border-radius:2px}.htblog-single .htentry-content .htentry-bio p{font-size:16px;line-height:27px;margin-bottom:27px}.htblog-single .htentry-content .htentry-bio p:last-child{margin-bottom:0}.htblog-single .htnav-posts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:40px 0}.htblog-single .htnav-posts .btn{width:auto;padding:0;height:70px;color:var(--global--color-heading);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.htblog-single .htnav-posts .btn:hover{padding:0 30px;-webkit-box-shadow:0 3px 63px 0 rgba(6,52,100,0.11);box-shadow:0 3px 63px 0 rgba(6,52,100,0.11);color:var(--global--color-white);background-color:var(--global--color-heading)}.htblog-single .htnav-posts .btn:hover i{color:var(--global--color-white)}.htblog-single .htnav-posts .btn i{-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;margin-left:20px;font-size:12px}.htblog-single .htnav-posts .htprev-post .btn i{margin-left:0;margin-right:20px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.htblog-single .htentry-widget{padding-top:62px}.htblog-single .htentry-widget .htentry-widget-title{position:relative;margin-bottom:33px}.htblog-single .htentry-widget .htentry-widget-title h3{font-family:var(--global--font-heading);font-size:24px;font-weight:500;line-height:30px;margin-bottom:0;position:relative;text-transform:capitalize;color:#05213f}.htblog-single .htentry-widget-bio{padding:50px;border-radius:4px;background-color:var(--global--color-white);position:relative;-webkit-box-shadow:0 5px 83px 0 rgba(3,43,86,0.12);box-shadow:0 5px 83px 0 rgba(3,43,86,0.12)}@media screen and (max-width: 767.98px) {.htblog-single .htentry-widget-bio{padding-right:20px;padding-left:20px}}@media (min-width: 992px) and (max-width: 1199.98px) {.htblog-single .htentry-widget-bio{padding-right:25px;padding-left:25px}}.htblog-single .htentry-widget-bio::before{content:'';position:absolute;top:0;left:0;height:100%;width:4px;background-color:#222222;border-radius:4px 0 0 4px}@media screen and (max-width: 767.98px) {.htblog-single .htentry-widget-bio::before{width:100%;height:4px;border-radius:4px 4px 0 0}}.htblog-single .htentry-widget-bio .htentry-widget-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width: 767.98px) {.htblog-single .htentry-widget-bio .htentry-widget-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.htblog-single .htentry-widget-bio .htentry-widget-content img{width:120px;height:120px;border-radius:4px;margin-right:30px}@media screen and (max-width: 767.98px) {.htblog-single .htentry-widget-bio .htentry-widget-content img{margin-right:0;margin-bottom:25px}}@media screen and (max-width: 767.98px) {.htblog-single .htentry-widget-bio .htentry-widget-content .htentry-bio-desc{text-align:center}}@media screen and (min-width: 768px) {.htblog-single .htentry-widget-bio .htentry-widget-content .htentry-bio-desc{-webkit-transform:translateY(-8px);-ms-transform:translateY(-8px);transform:translateY(-8px);margin-bottom:-8px}}.htblog-single .htentry-widget-bio .htentry-widget-content .htentry-bio-desc h3{font-family:var(--global--font-heading);color:#05213f;font-size:20px;font-weight:500;line-height:30px;margin-bottom:8px}.htblog-single .htentry-widget-bio .htentry-widget-content .htentry-bio-desc p{color:var(--global--color-body);font-size:15px;font-family:var(--global--font-body);font-weight:400;line-height:23px;margin-bottom:22px}.htblog-single .htentry-widget-bio .htentry-widget-content .htentry-bio-desc .htmodule-social{height:auto;line-height:normal}@media screen and (max-width: 767.98px) {.htblog-single .htentry-widget-bio .htentry-widget-content .htentry-bio-desc .htmodule-social{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.htblog-single .htentry-widget-bio .htentry-widget-content .htentry-bio-desc .htmodule-social i{background-color:var(--global--color-heading);color:var(--global--color-white)}.htblog-single .htentry-comments .htentry-widget-content .htcomments-list{width:100%;list-style:none;overflow:hidden;padding-left:0;margin-bottom:0}.htblog-single .htentry-comments .htentry-widget-content .htcomments-list .htcomment-body{position:relative;margin-bottom:45px;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width: 767.98px) {.htblog-single .htentry-comments .htentry-widget-content .htcomments-list .htcomment-body{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.htblog-single .htentry-comments .htentry-widget-content .htcomments-list .htcomment-body:last-child{margin-bottom:0}.htblog-single .htentry-comments .htentry-widget-content .htcomments-list .htcomment-body .htreplies-list{margin-top:45px}.htblog-single .htentry-comments .htentry-widget-content .htcomments-list .htcomment-body .htreplies-list li{position:relative;margin-bottom:30px}.htblog-single .htentry-comments .htentry-widget-content .htcomments-list .htcomment-body .htreplies-list li:last-child{margin-bottom:0}.htblog-single .htentry-comments .htentry-widget-content .htcomments-list .htcomment-body .htavatar{-ms-flex-negative:0;flex-shrink:0;width:100px;height:100px;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:4px}@media screen and (max-width: 767.98px) {.htblog-single .htentry-comments .htentry-widget-content .htcomments-list .htcomment-body .htavatar{margin-left:20px;margin-bottom:30px}}.htblog-single .htentry-comments .htentry-widget-content .htcomments-list .htcomment-body .htcomment{margin-left:30px}@media screen and (max-width: 767.98px) {.htblog-single .htentry-comments .htentry-widget-content .htcomments-list .htcomment-body .htcomment{margin-left:20px}}.htblog-single .htentry-comments .htentry-widget-content .htcomments-list .htcomment-body .htcomment h3{font-family:var(--global--font-heading);color:#1e4873;font-size:18px;font-weight:500;text-transform:capitalize;margin-bottom:12px;line-height:16px}.htblog-single .htentry-comments .htentry-widget-content .htcomments-list .htcomment-body .htcomment .htdate{color:var(--global--color-secondary);font-family:var(--global--font-body);font-size:12px;font-weight:400;line-height:24px;margin-bottom:3px}.htblog-single .htentry-comments .htentry-widget-content .htcomments-list .htcomment-body .htcomment p{font-family:var(--global--font-body);color:#8e949e;font-size:15px;font-weight:400;line-height:24px;margin-bottom:4px}.htblog-single .htentry-comments .htentry-widget-content .htcomments-list .htcomment-body .htcomment a.htreply{font-family:var(--global--font-body);font-size:14px;font-weight:700;text-transform:capitalize;color:var(--global--color-primary-alt);line-height:20px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;position:relative}.htblog-single .htentry-comments .htentry-widget-content .htcomments-list .htcomment-body .htcomment a.htreply i{font-size:10px;margin-right:10px}.htblog-single .htentry-add-comment{padding-top:58px}.htblog-single .htentry-add-comment .htcustom-radio-group .htcustom-control{margin-bottom:20px}.htblog-single .htentry-add-comment .btn{width:290px;height:75px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 30px;-webkit-box-shadow:0 3px 63px 0 rgba(6,52,100,0.11);box-shadow:0 3px 63px 0 rgba(6,52,100,0.11)}@media screen and (max-width: 767.98px) {.htblog-single .htentry-add-comment .btn{width:100%;height:55px}}.htblog-single .htentry-add-comment .btn i{font-size:10px;margin-left:10px}.htshop{padding-top:110px;padding-bottom:110px}@media screen and (max-width: 991.98px) {.htshop{padding-top:70px;padding-bottom:70px}}.htshop.htshop-2{padding-top:30px;padding-bottom:68px}@media screen and (max-width: 991.98px) {.htshop.htshop-2{padding-top:20px;padding-bottom:28px}}.htshop.htshop-2 h2{font-family:var(--global--font-heading);font-weight:500;font-size:21px;color:var(--global--color-heading);text-transform:capitalize}@media screen and (max-width: 991.98px) {.htshop.htshop-2 h2{text-align:center}}.htshop.htshop-3{padding-top:125px;padding-bottom:70px}@media screen and (max-width: 991.98px) {.htshop.htshop-3{padding-top:65px;padding-bottom:30px}}.htshop.htshop-4{padding-top:105px;padding-bottom:70px}@media screen and (max-width: 991.98px) {.htshop.htshop-4{padding-top:65px;padding-bottom:30px}}.htshop .htpagination{margin-top:10px}.htshop .htsidebar-shop{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.htproduct-item{margin-bottom:33px}.htproduct-item .htproduct-img{border-radius:4px;position:relative;overflow:hidden}.htproduct-item .htproduct-img:hover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.htproduct-item .htproduct-img:hover .htadd-to-cart{opacity:1;-webkit-transform:translateX(-50%) translateY(0px);-ms-transform:translateX(-50%) translateY(0px);transform:translateX(-50%) translateY(0px);visibility:visible}.htproduct-item .htproduct-img img{border-radius:4px;width:100%;height:290px;-o-object-fit:cover;object-fit:cover;-webkit-transition:.4s ease-in-out;-o-transition:.4s ease-in-out;transition:.4s ease-in-out;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.htproduct-item .htproduct-img .htbadge{position:absolute;top:20px;right:20px;color:var(--global--color-white);border-radius:4px;font-family:var(--global--font-body);font-size:14px;font-weight:700;line-height:1;padding:8px 15px;text-transform:capitalize}.htproduct-item .htproduct-img .htbadge.htbadge-sale{background-color:red}.htproduct-item .htproduct-img .htbadge.htbadge-new{background-color:var(--global--color-primary)}.htproduct-item .htproduct-img .htadd-to-cart{position:absolute;left:50%;-webkit-transform:translateX(-50%) translateY(20px);-ms-transform:translateX(-50%) translateY(20px);transform:translateX(-50%) translateY(20px);bottom:40px;width:210px;height:65px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--global--color-white);background-color:var(--global--color-primary-alt);text-transform:capitalize;border-radius:4px;font-family:var(--global--font-body);font-weight:700;font-size:15px;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;opacity:0;visibility:hidden}.htproduct-item .htproduct-img .htadd-to-cart:hover{background-color:var(--global--color-heading)}.htproduct-item .htproduct-img .htadd-to-cart i{font-size:15px;margin-right:10px}.htproduct-item .htproduct-content{padding-top:21px;text-align:center}.htproduct-item .htproduct-content .htproduct-title{margin-bottom:6px}.htproduct-item .htproduct-content .htproduct-title a{text-transform:capitalize;font-family:var(--global--font-heading);font-size:21px;line-height:32px;font-weight:500;color:var(--global--color-heading)}.htproduct-item .htproduct-content .htproduct-price span{font-family:var(--global--font-body);font-weight:700;font-size:19px;color:var(--global--color-primary-alt);line-height:28px}.htshop-options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:40px}@media screen and (max-width: 767.98px) {.htshop-options{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (max-width: 767.98px) {.htshop-options .htproducts-show{margin-bottom:25px}}.htshop-options .htproducts-show p{font-family:var(--global--font-body);font-weight:700;font-size:14px;color:#1e4873;text-transform:capitalize;margin-bottom:0}.htshop-options .htproducts-sort .htnice-select{border-radius:4px;border-color:var(--global--color-gray-light);height:55px;width:290px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.htshop-options .htproducts-sort .htnice-select .htcurrent{font-family:var(--global--font-body);font-size:14px}.htshop-options .htproducts-sort .htnice-select .htlist{width:100%}.htsingle-product{padding-top:50px}.htsingle-product .htcheckout-banner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:25px;background-color:#e8eff8;border-radius:4px;margin-bottom:40px}@media screen and (max-width: 767.98px) {.htsingle-product .htcheckout-banner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.htsingle-product .htcheckout-banner p{font-family:var(--global--font-heading);font-weight:500;font-size:19px;color:#222222;margin-bottom:0}@media screen and (max-width: 767.98px) {.htsingle-product .htcheckout-banner p{margin-bottom:20px}}.htsingle-product .htcheckout-banner .btn{height:60px}.htsingle-product .htproduct-img{border-radius:8px;position:relative}@media screen and (max-width: 991.98px) {.htsingle-product .htproduct-img{margin-bottom:25px}}.htsingle-product .htproduct-img img{max-width:100%}@media screen and (min-width: 992px) {.htsingle-product .htproduct-img img{width:100%;height:600px;-o-object-fit:cover;object-fit:cover}}.htsingle-product .htproduct-img a{position:absolute;top:0;left:0;right:0;width:100%;height:100%;cursor:-webkit-zoom-in;cursor:zoom-in}@media screen and (min-width: 992px) {.htsingle-product .htproduct-content{padding-top:9px}}@media screen and (max-width: 991.98px) {.htsingle-product .htproduct-content{text-align:center}}.htsingle-product .htproduct-content .htproduct-title h3{font-family:var(--global--font-heading);font-weight:700;color:000000;font-size:29px;line-height:1;text-transform:capitalize;margin-bottom:12px}.htsingle-product .htproduct-content .htproduct-price{font-family:var(--global--font-body);color:var(--global--color-primary-alt);font-size:28px;font-weight:700;line-height:28px;margin-bottom:26px}.htsingle-product .htproduct-content .htproduct-review{margin-bottom:21px}.htsingle-product .htproduct-content .htproduct-review span{color:var(--global--color-body);font-size:13px;line-height:1;font-weight:400;font-family:var(--global--font-body);text-transform:capitalize}.htsingle-product .htproduct-content .htproduct-review span::after{content:'/';margin:0 6px}.htsingle-product .htproduct-content .htproduct-review span:last-child::after{content:unset}.htsingle-product .htproduct-content .htproduct-review span a{color:var(--global--color-body)}.htsingle-product .htproduct-content .htproduct-review span a:hover{color:var(--global--color-primary)}.htsingle-product .htproduct-content .htproduct-review .htproduct-rating{margin-right:30px;display:inline-block}.htsingle-product .htproduct-content .htproduct-review .htproduct-rating i{color:var(--global--color-body);font-size:15px;line-height:1;margin-right:5px}.htsingle-product .htproduct-content .htproduct-review .htproduct-rating i:last-child{margin-right:0}.htsingle-product .htproduct-content .htproduct-review .htproduct-rating i.active{color:var(--global--color-primary)}.htsingle-product .htproduct-content .htproduct-desc p{font-family:var(--global--font-body);font-weight:400;font-size:15px;line-height:25px;margin-bottom:32px;color:var(--global--color-body)}.htsingle-product .htproduct-content .htproduct-details{margin-bottom:23px}.htsingle-product .htproduct-content .htproduct-details .table{margin-bottom:0}@media screen and (min-width: 992px) {.htsingle-product .htproduct-content .htproduct-details .table{width:60%}}.htsingle-product .htproduct-content .htproduct-details .table td{padding-bottom:9px; border: solid 1px #d7d7d7}.htsingle-product .htproduct-content .htproduct-details .table .htname{font-family:var(--global--font-heading);font-weight:500;font-size:16px;color:#000;text-transform:capitalize;padding:5px 5px 5px 5px}@media screen and (min-width: 992px) {.htsingle-product .htproduct-content .htproduct-details .table .htname{padding-left:5px}}.htsingle-product .htproduct-content .htproduct-details .table .htvalue{font-family:var(--global--font-body);font-weight:400;font-size:15px;color:var(--global--color-body);text-transform:capitalize;padding:5px 5px 5px 5px}.htsingle-product .htproduct-content .htproduct-share{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap}@media screen and (max-width: 991.98px) {.htsingle-product .htproduct-content .htproduct-share{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}}.htsingle-product .htproduct-content .htproduct-share a{color:var(--global--color-white);background-color:var(--global--color-heading);border-radius:4px;margin-right:15px;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;width:52px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;transition:.3s ease-in-out}@media screen and (min-width: 992px) {.htsingle-product .htproduct-content .htproduct-share a{margin-right:10px}}.htsingle-product .htproduct-content .htproduct-share a:last-child{margin-right:0}.htsingle-product .htproduct-content .htproduct-share a:hover{background-color:var(--global--color-primary);-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.htsingle-product .htproduct-content .htproduct-share a.htfacebook-bg{background-color:#3b5999}.htsingle-product .htproduct-content .htproduct-share a.htfacebook-bg:hover{background-color:var(--global--color-heading)}.htsingle-product .htproduct-content .htproduct-share a.httwitter-bg{background-color:#55acee}.htsingle-product .htproduct-content .htproduct-share a.httwitter-bg:hover{background-color:var(--global--color-heading)}.htsingle-product .htproduct-content .htproduct-share a.htinstagram-bg{background-color:#0092ff}.htsingle-product .htproduct-content .htproduct-share a.htinstagram-bg:hover{background-color:var(--global--color-heading)}.htsingle-product .htproduct-content .htproduct-share a.htpinterest-bg{background-color:#ca1f27}.htsingle-product .htproduct-content .htproduct-share a.htpinterest-bg:hover{background-color:var(--global--color-heading)}.htsingle-product .htproduct-content .htproduct-action{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:37px}@media screen and (max-width: 991.98px) {.htsingle-product .htproduct-content .htproduct-action{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.htsingle-product .htproduct-content .htproduct-action .htproduct-quantity{display:-webkit-box;display:-ms-flexbox;display:flex;border:2px solid var(--global--color-gray-light);border-radius:4px 4px 0 4px;width:80px;margin-right:15px}.htsingle-product .htproduct-content .htproduct-action .htproduct-quantity span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.htsingle-product .htproduct-content .htproduct-action .htproduct-quantity span a{border-left:2px solid var(--global--color-gray-light)}.htsingle-product .htproduct-content .htproduct-action .htproduct-quantity span a:first-child{border-bottom:2px solid var(--global--color-gray-light)}.htsingle-product .htproduct-content .htproduct-action .htproduct-quantity span a i{width:24px;height:24px;font-size:10px;line-height:25px;color:var(--global--color-heading);text-align:center}.htsingle-product .htproduct-content .htproduct-action .htproduct-quantity input{width:50px;height:50px;color:var(--global--color-heading);font-size:20px;font-weight:700;line-height:22px;font-family:var(--global--font-body);text-align:center;background-color:transparent;border-color:transparent}.htsingle-product .htproduct-content .htproduct-action .btn{height:54px;background-color:var(--global--color-secondary);color:var(--global--color-white)}.htsingle-product .htproduct-content .htproduct-action .btn::before{background-color:var(--global--color-primary)}.htsingle-product .htproduct-content .htproduct-action .btn:active,.htsingle-product .htproduct-content .htproduct-action .btn:focus,.htsingle-product .htproduct-content .htproduct-action .btn:hover{color:var(--global--color-white)}.htsingle-product .htproduct-tabs{background-color:var(--global--color-white);margin-top:75px;margin-bottom:40px}.htsingle-product .htproduct-tabs .nav-tabs{background-color:var(--global--color-white);border:0}.htsingle-product .htproduct-tabs .nav-tabs li{margin-right:30px}.htsingle-product .htproduct-tabs .nav-tabs li:last-child{margin-right:0}.htsingle-product .htproduct-tabs .nav-tabs li a{color:var(--global--color-heading);font-size:16px;font-weight:600;text-transform:capitalize;font-family:var(--global--font-body);text-transform:capitalize;border-radius:0;margin-right:0;padding-bottom:14px;display:block;border-right:0;position:relative; min-width: 10%}.htsingle-product .htproduct-tabs .nav-tabs li a::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:4px;background-color:transparent;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}@media (max-width: 420px) {.htsingle-product .htproduct-tabs .nav-tabs li a::after{content:unset}}.htsingle-product .htproduct-tabs .nav-tabs li a:focus,.htsingle-product .htproduct-tabs .nav-tabs li a:hover{color:var(--global--color-primary)}.htsingle-product .htproduct-tabs .nav-tabs li>.active,.htsingle-product .htproduct-tabs .nav-tabs li>.active:focus,.htsingle-product .htproduct-tabs .nav-tabs li>.active:hover{color:var(--global--color-primary)}.htsingle-product .htproduct-tabs .nav-tabs li>.active::after,.htsingle-product .htproduct-tabs .nav-tabs li>.active:focus::after,.htsingle-product .htproduct-tabs .nav-tabs li>.active:hover::after{background-color:var(--global--color-primary)}.htsingle-product .htproduct-tabs .tab-content{border-top:4px solid #e6eaef;padding-top:27px}.htsingle-product .htproduct-tabs .tab-content p{}.htsingle-product .htproduct-tabs .tab-content h5{font-size:13px}.htsingle-product .htproduct-tabs .tab-content .htreview-comment .htreview-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:25px}.htsingle-product .htproduct-tabs .tab-content .htreview-comment .htreview-body img{width:60px;height:60px;border-radius:8px 8px 0 8px;margin-right:30px}.htsingle-product .htproduct-tabs .tab-content .htreview-comment .htreview-body h6,.htsingle-product .htproduct-tabs .tab-content .htreview-comment .htreview-body p{margin-bottom:0}.htsingle-product .htproduct-tabs .tab-content .htreview-comment .htreview-body .htproduct-rating i.active{color:var(--global--color-primary)}.htsingle-product .htproduct-tabs .tab-content .htreview-comment .htproduct-comment{margin-bottom:35px}.htsingle-product .htproduct-tabs .tab-content .htreview-comment .htproduct-comment p{margin-bottom:0}.htsingle-product .htproduct-tabs .tab-content .form-review .htnice-select .htlist{width:100%}.htsingle-product .form-review .form-control{margin-bottom:30px}.htshop-cart{padding-top:50px;padding-bottom:110px}@media screen and (max-width: 991.98px) {.htshop-cart{padding-bottom:70px}}.htshop-cart .table-wrap{border:1px solid #eaeaea;border-radius:8px;margin-bottom:53px;overflow:hidden}.htshop-cart .table-wrap .htcart-table{margin-bottom:30px}.htshop-cart .table-wrap .htcart-table.table-responsive{min-height:.01%;overflow-x:auto}.htshop-cart .table-wrap .htcart-table .table{background-color:var(--global--color-white);border-radius:0;margin-bottom:0;color:var(--global--color-body)}.htshop-cart .table-wrap .htcart-table .table tr:first-child th{border-top:0}.htshop-cart .table-wrap .htcart-table .table tr:first-child th:first-child{border-left:0}.htshop-cart .table-wrap .htcart-table .table tr:first-child th:last-child{border-right:0}.htshop-cart .table-wrap .htcart-table .table tr th{font-size:16px;font-weight:700;text-align:center;text-transform:capitalize;color:var(--global--color-body);font-family:var(--global--font-body);padding:10px 0;border-right:1px solid #e5e8ed;border-bottom:1px solid #e5e8ed}.htshop-cart .table-wrap .htcart-table .table tbody tr td{padding:20px;border-right:1px solid #e5e8ed;border-bottom:1px solid #e5e8ed;border-top:0;border-left:0}.htshop-cart .table-wrap .htcart-table .table tbody tr td:last-child{border-right:0}.htshop-cart .table-wrap .htcart-table .table tbody tr td.htcart-product-price,.htshop-cart .table-wrap .htcart-table .table tbody tr td.htcart-product-total{text-align:center;font-size:16px;font-weight:700;line-height:20px;color:var(--global--color-primary-alt);font-family:var(--global--font-body);vertical-align:baseline}.htshop-cart .table-wrap .htcart-table .table tbody tr td.htcart-product-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.htshop-cart .table-wrap .htcart-table .table tbody tr td.htcart-product-item .htcart-product-remove{-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:19px;height:19px;background-color:var(--global--color-heading);border-radius:50%;text-align:center;cursor:pointer;margin-right:20px;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.htshop-cart .table-wrap .htcart-table .table tbody tr td.htcart-product-item .htcart-product-remove:hover{background-color:var(--global--color-primary)}.htshop-cart .table-wrap .htcart-table .table tbody tr td.htcart-product-item .htcart-product-img{-ms-flex-negative:0;flex-shrink:0;width:70px;height:70px;margin-right:20px;-webkit-box-shadow:0 5px 83px 0 rgba(40,40,40,0.11);box-shadow:0 5px 83px 0 rgba(40,40,40,0.11);border-radius:4px}.htshop-cart .table-wrap .htcart-table .table tbody tr td.htcart-product-item .htcart-product-img img{border-radius:4px;max-width:100%}.htshop-cart .table-wrap .htcart-table .table tbody tr td.htcart-product-item .htcart-product-name h6{font-family:var(--global--font-heading);color:var(--global--color-heading);font-size:17px;font-weight:700;line-height:27px;text-transform:capitalize;margin-bottom:0}.htshop-cart .table-wrap .htcart-table .table tbody tr td.htcart-product-quantity .htproduct-quantity{display:-webkit-box;display:-ms-flexbox;display:flex;border:2px solid #e6e8eb;border-radius:4px;width:80px;margin:0 auto}.htshop-cart .table-wrap .htcart-table .table tbody tr td.htcart-product-quantity .htproduct-quantity span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.htshop-cart .table-wrap .htcart-table .table tbody tr td.htcart-product-quantity .htproduct-quantity span a{border-left:2px solid #e6e8eb}.htshop-cart .table-wrap .htcart-table .table tbody tr td.htcart-product-quantity .htproduct-quantity span a:first-child{border-bottom:2px solid #e6e8eb}.htshop-cart .table-wrap .htcart-table .table tbody tr td.htcart-product-quantity .htproduct-quantity span a i{width:24px;height:24px;font-size:10px;line-height:25px;color:var(--global--color-heading);text-align:center}.htshop-cart .table-wrap .htcart-table .table tbody tr td.htcart-product-quantity .htproduct-quantity input{width:50px;height:50px;color:var(--global--color-heading);font-size:20px;font-weight:700;line-height:22px;font-family:var(--global--font-body);text-align:center;background-color:transparent;border-color:transparent}.htshop-cart .table-wrap .htcart-product-action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:30px;padding-left:30px;padding-right:30px}@media screen and (max-width: 767.98px) {.htshop-cart .table-wrap .htcart-product-action{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.htshop-cart .table-wrap .htcart-product-action form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}@media screen and (max-width: 767.98px) {.htshop-cart .table-wrap .htcart-product-action form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}}.htshop-cart .table-wrap .htcart-product-action form .form-control{border-radius:4px;margin-bottom:0;border:1px solid #eaeaea;background-color:var(--global--color-white);margin-right:10px;height:42px;width:250px;line-height:42px;margin-bottom:0}@media screen and (max-width: 991.98px) {.htshop-cart .table-wrap .htcart-product-action form .form-control{width:200px}}@media screen and (max-width: 767.98px) {.htshop-cart .table-wrap .htcart-product-action form .form-control{width:100%;margin-bottom:15px;margin-right:0}}.htshop-cart .table-wrap .htcart-product-action form .btn{margin-top:0;-ms-flex-negative:0;flex-shrink:0}.htshop-cart .table-wrap .htcart-product-action .btn{width:134px;height:42px;line-height:39px;margin-right:10px;padding:0 18px;-webkit-box-shadow:0 3px 63px 0 rgba(6,52,100,0.11);box-shadow:0 3px 63px 0 rgba(6,52,100,0.11)}@media screen and (max-width: 575.98px) {.htshop-cart .table-wrap .htcart-product-action .btn{margin-top:20px}}.htshop-cart .table-wrap .htcart-product-action .btn:last-child{margin-right:0}.htshop-cart .table-wrap .htcart-product-action div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.htshop-cart .htcart-calculate-shipping h3,.htshop-cart .htcart-total-amount h3{color:#05213f;font-size:20px;font-weight:500;line-height:30px;font-family:var(--global--font-heading);margin-bottom:13px;position:relative;text-transform:capitalize}.htshop-cart .htcart-total-amount .table{margin-bottom:30px}.htshop-cart .htcart-total-amount .table tbody .hthead{font-family:var(--global--font-body);font-weight:700;font-size:17px;color:#1e4873;text-transform:capitalize}.htshop-cart .htcart-total-amount .table tbody td{font-family:var(--global--font-body);font-weight:400;font-size:17px;color:var(--global--color-body);border-top:0;border-bottom:1px solid #eaeaea;padding-left:0}.htshop-cart .htcart-total-amount .table tbody td.htamount{font-weight:700}.htshop-cart .htcart-total-amount .btn{padding:0 20px;width:200px;height:60px;border-radius:5px;-webkit-box-shadow:0 3px 63px 0 rgba(6,52,100,0.11);box-shadow:0 3px 63px 0 rgba(6,52,100,0.11)}@media screen and (max-width: 767.98px) {.htshop-cart .htcart-total-amount .btn{width:100%}}@media screen and (max-width: 991.98px) {.htshop-cart .htcart-calculate-shipping{margin-bottom:50px}}.htshop-cart .htcart-calculate-shipping h3{margin-bottom:24px}.htshop-cart .htcart-calculate-shipping .btn{padding:0 20px;width:200px;height:60px;border-radius:5px;-webkit-box-shadow:0 3px 63px 0 rgba(6,52,100,0.11);box-shadow:0 3px 63px 0 rgba(6,52,100,0.11)}@media screen and (max-width: 767.98px) {.htshop-cart .htcart-calculate-shipping .btn{width:100%}}.htshop-checkout{padding-top:90px;padding-bottom:90px}.htshop-checkout h5{color:var(--global--color-heading-darken);font-size:21px;font-weight:600;line-height:30px;font-family:var(--global--font-heading);margin-bottom:13px;position:relative;text-transform:capitalize}.htshop-checkout .htcart-empty,.htshop-checkout .htcart-coupon{padding:30px;background-color:#f5f5f5;border-top:3px solid #1e85be;font-size:18px;font-weight:400;font-family:var(--global--font-body);line-height:1;color:#515151;margin-bottom:35px}.htshop-checkout .htcart-empty a,.htshop-checkout .htcart-coupon a{color:var(--global--color-primary)}.htshop-checkout .htcheckout-widget{margin-bottom:45px}.htshop-checkout .htcheckout-widget .htwidget-title{margin-bottom:15px;text-transform:capitalize}.htshop-checkout .htcheckout-widget .htwidget-title h2{font-size:22px}.htshop-checkout .htcheckout-widget label{font-family:var(--global--font-heading);font-weight:500;font-size:16px;line-height:2;margin-bottom:10px;text-transform:capitalize;color:var(--global--color-heading);display:block}.htshop-checkout .htcheckout-widget label .htrequired{margin-left:3px;color:red}.htshop-checkout .htcheckout-widget .form-control{margin-bottom:12px}.htshop-checkout .htcheckout-widget textarea{height:150px;padding-top:25px;line-height:normal}.htshop-checkout .htcheckout-widget .htnice-select{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.htshop-checkout .htcheckout-widget .htnice-select .htlist{width:100%}.htshop-checkout .htcart-totals{margin-bottom:53px;border-radius:4px;overflow:hidden}@media screen and (max-width: 991.98px) {.htshop-checkout .htcart-totals{margin-bottom:40px}}.htshop-checkout .htcart-totals h5{text-transform:capitalize}.htshop-checkout .htcart-totals .table-order table{width:100%;margin-bottom:0}.htshop-checkout .htcart-totals .table-order table tbody tr{border-bottom:1px solid #eaeaea}.htshop-checkout .htcart-totals .table-order table tbody tr:last-child{border-bottom:0}.htshop-checkout .htcart-totals .table-order table tbody tr td{font-family:var(--global--font-body);font-size:17px;color:var(--global--color-heading);text-transform:capitalize;font-weight:600;padding:13px}.htshop-checkout .htcart-totals .table-order table tbody tr td:last-of-type{font-weight:400;color:var(--global--color-body)}.htshop-checkout .htcart-totals .table-order table tbody tr td.htproduct-name{padding-left:10px}.htshop-checkout .htcart-totals .table-order table tbody tr.htcart-total td:last-of-type{color:var(--global--color-primary)}.htshop-checkout .htyour-order .htcart-table{margin-bottom:65px}@media screen and (max-width: 991.98px) {.htshop-checkout .htyour-order .htcart-table{margin-bottom:40px}}.htshop-checkout .htyour-order .htcart-table.table-responsive{min-height:.01%;overflow-x:auto}.htshop-checkout .htyour-order .htcart-table .table{background-color:var(--global--color-white);border-radius:0;margin-bottom:0;color:var(--global--color-body)}.htshop-checkout .htyour-order .htcart-table .table tr:first-child th{border-top:0}.htshop-checkout .htyour-order .htcart-table .table tr:first-child th:first-child{border-left:0}.htshop-checkout .htyour-order .htcart-table .table tr:first-child th:last-child{border-right:0}.htshop-checkout .htyour-order .htcart-table .table tr th{font-size:16px;font-weight:700;text-align:center;text-transform:capitalize;color:var(--global--color-heading-darken);font-family:var(--global--font-body);padding:10px 0;border-bottom:1px solid #e5e8ed}.htshop-checkout .htyour-order .htcart-table .table tbody tr td{padding:20px;border-bottom:1px solid #e5e8ed;border-top:0;border-left:0}.htshop-checkout .htyour-order .htcart-table .table tbody tr td:last-child{border-right:0}.htshop-checkout .htyour-order .htcart-table .table tbody tr td.htcart-product-total,.htshop-checkout .htyour-order .htcart-table .table tbody tr td.htcart-product-quantity{text-align:center;font-size:16px;font-weight:700;line-height:20px;color:var(--global--color-primary);font-family:var(--global--font-body);vertical-align:middle}.htshop-checkout .htyour-order .htcart-table .table tbody tr td.htcart-product-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.htshop-checkout .htyour-order .htcart-table .table tbody tr td.htcart-product-item .htcart-product-img{width:70px;height:70px;margin-right:20px}.htshop-checkout .htyour-order .htcart-table .table tbody tr td.htcart-product-item .htcart-product-img img{max-width:100%}.htshop-checkout .htyour-order .htcart-table .table tbody tr td.htcart-product-item .htcart-product-name h6{font-family:var(--global--font-heading);color:var(--global--color-heading-darken);font-size:16px;font-weight:700;line-height:27px;text-transform:capitalize;margin-bottom:0}.htpayment{background-color:var(--global--color-gray);padding:33px 15px;border-radius:4px}.htpayment .htpayment-method{margin:0 15px}.htpayment .htpayment-method .htno-payment{border-top:3px solid #1e85be;padding:27px 0}.htpayment .htpayment-method .htno-payment p{font-family:var(--global--font-body);padding:0 30px;font-size:18px;line-height:2;font-weight:500;color:var(--global--color-heading)}.htpayment .htpayment-conditions{margin:0 15px}.htpayment .htpayment-conditions .htmessage{padding-top:10px;font-family:var(--global--font-body);font-size:17px;line-height:2;color:var(--global--color-body);font-weight:400;margin-bottom:30px}.htpayment .htpayment-conditions label{text-transform:capitalize;font-weight:500;color:var(--global--color-heading);font-size:16px;margin-bottom:30px}.htpayment .htpayment-conditions label a{color:var(--global--color-primary)}.htlogin{padding-bottom:140px}.htlogin .htlogin-body{background-color:var(--global--color-body-light);border-radius:8px;padding:40px}.htlogin .htlogin-body label{font-family:var(--global--font-heading);font-weight:500;font-size:16px;line-height:2;margin-bottom:5px;text-transform:capitalize;color:#222}.htlogin .htlogin-body label .htrequired{margin-left:3px;color:red}.htlogin .htlogin-body .form-control{background-color:var(--global--color-white);margin-bottom:8px}.htlogin .htlogin-body .htcheck{margin-top:10px;margin-bottom:5px}.htlogin .htlogin-body .htcheck label{margin-left:5px}.htlogin .htlogin-body .htforget{margin-top:13px;font-family:var(--global--font-body);font-size:15px;font-weight:700;color:var(--global--color-heading)}.htlogin .htlogin-body .htforget:hover{color:var(--global--color-primary)}@media only screen and (min-width: 320px) and (max-width: 767px) {.htproduct-item{max-width:270px;margin:0 auto 30px}.htproduct-options2 span{display:inline-block;min-width:50px;margin-bottom:10px}}.htshop-account{padding-top:60px}.htshop-account .htshop-account-nav{background-color:var(--global--color-body-light);padding:0 30px;border:1px solid var(--global--color-body-light);border-radius:8px}@media screen and (max-width: 991px) {.htshop-account .htshop-account-nav{margin-bottom:30px}}.htshop-account .htshop-account-nav ul li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:60px;color:var(--global--color-heading);font-size:15px;font-family:var(--global--font-body);font-weight:700;line-height:36px;text-transform:capitalize;position:relative;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;border-bottom:1px solid #eaeaea}@media screen and (max-width: 500px) {.htshop-account .htshop-account-nav ul li a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.htshop-account .htshop-account-nav ul li a:hover{color:var(--global--color-primary)}.htshop-account .htshop-account-nav ul li a:hover i{color:var(--global--color-primary);-webkit-transform:translateX(-5px);-ms-transform:translateX(-5px);transform:translateX(-5px)}@media screen and (max-width: 500px) {.htshop-account .htshop-account-nav ul li a span{display:none}}.htshop-account .htshop-account-nav ul li a i{-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;margin-left:10px;font-size:15px}@media screen and (max-width: 500px) {.htshop-account .htshop-account-nav ul li a i{margin-left:0;font-size:20px}}.htshop-account .htshop-account-nav ul li:first-child a{border-top:none}.htshop-account .htshop-account-nav ul li:last-child a{border-bottom:none}.htshop-account .htshop-account-nav ul li.active a{color:var(--global--color-primary)}.htshop-account .htshop-account-nav ul li.active a i{color:var(--global--color-primary)}.htshop-account .htshop-account-nav ul li.active:hover a i{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.htshop-account .htshop-account-content{background-color:var(--global--color-body-light);padding:50px 30px;border:1px solid var(--global--color-body-light);border-radius:8px}@media screen and (max-width: 767.98px) {.htshop-account .htshop-account-content{padding-left:20px;padding-right:20px}}.htshop-account .htshop-account-content h6{font-family:var(--global--font-heading);font-size:18px;font-weight:600;line-height:28px;margin-bottom:0}.htshop-account .htshop-account-content p{font-family:var(--global--font-heading);font-size:18px;font-weight:600;line-height:28px;margin-bottom:0;color:var(--global--color-heading);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.htshop-account .htshop-account-content p:last-child{margin-bottom:0}.htshop-account .htshop-account-content p a{color:var(--global--color-primary)}@media only screen and (min-width: 320px) and (max-width: 767px) {.htproduct-item{max-width:270px;margin:0 auto 30px}.htproduct-options2 span{display:inline-block;min-width:50px;margin-bottom:10px}}
.htteam{padding-top:60px;padding-bottom:60px}@media screen and (max-width: 991.98px) {.htteam{padding-top:70px;padding-bottom:30px}}.htteam .carousel .owl-stage-outer{overflow:visible}.htteam .carousel .owl-stage-outer .owl-item{opacity:0}.htteam .carousel .owl-stage-outer .owl-item.active{opacity:1}.htteam .htmember{-webkit-transition:all 300ms linear 0;-o-transition:all 300ms linear 0;transition:all 300ms linear 0;max-width:370px;margin:0 auto 70px;-webkit-box-shadow:0 5px 83px 0 rgba(3,43,86,0.12);box-shadow:0 5px 83px 0 rgba(3,43,86,0.12);border-radius:4px}@media screen and (max-width: 991.98px) {.htteam .htmember{margin:0 auto 40px}}.htteam .htmember:hover .htmember-content .htmember-social{opacity:1;visibility:visible}.htteam .htmember .htmember-img{position:relative}.htteam .htmember .htmember-img img{border-radius:8px;max-width:100%}.htteam .htmember .htmember-content{background-color:var(--global--color-white);padding:32px 40px 36px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;border-radius:0 0 4px 4px}@media (min-width: 992px) and (max-width: 1199.98px) {.htteam .htmember .htmember-content{padding-left:30px;padding-right:30px}}@media screen and (max-width: 767.98px) {.htteam .htmember .htmember-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}}.htteam .htmember .htmember-content .htmember-social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;opacity:0;visibility:hidden}.htteam .htmember .htmember-content .htmember-social a{border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--global--color-primary-alt);width:25px;height:25px;color:var(--global--color-white);font-size:13px;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;margin-right:10px}.htteam .htmember .htmember-content .htmember-social a:last-child{margin-right:0}.htteam .htmember .htmember-content .htmember-social a:hover{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}@media screen and (max-width: 767.98px) {.htteam .htmember .htmember-content .htmember-info{margin-bottom:25px}}.htteam .htmember .htmember-content .htmember-info a{display:inline-block;font-family:var(--global--font-heading);font-size:20px;font-weight:500;color:#1e4873;margin-bottom:11px;text-transform:capitalize;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.htteam .htmember .htmember-content .htmember-info a:hover{color:var(--global--color-primary-alt)}.htteam .htmember .htmember-content .htmember-info p{font-family:var(--global--font-body);color:var(--global--color-body);font-size:15px;font-weight:400;line-height:1;text-transform:capitalize;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;margin-bottom:0}.htteam .htmember.htmember-2{border-radius:4px;overflow:hidden;-webkit-box-shadow:none;box-shadow:none}.htteam .htmember.htmember-2:hover{-webkit-box-shadow:0 5px 83px 0 rgba(3,43,86,0.12);box-shadow:0 5px 83px 0 rgba(3,43,86,0.12)}.htteam .htmember.htmember-2:hover .htmember-content .htmember-social{opacity:1;visibility:visible}.htteam .htmember.htmember-2 .htmember-content{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:22px;padding-bottom:26px}@media (min-width: 992px) and (max-width: 1199.98px) {.htteam .htmember.htmember-2 .htmember-content{padding-left:25px;padding-right:25px}}.htteam .htmember.htmember-2 .htmember-content .htmember-social{position:absolute;top:-40px;left:0;right:0;width:100%;height:calc(100% + 40px);padding-top:30px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;background-color:var(--global--color-white);z-index:1;-webkit-transform-origin:bottom;-ms-transform-origin:bottom;transform-origin:bottom;visibility:hidden;opacity:0;border-radius:4px}.htteam .htmember.htmember-2 .htmember-content .htmember-info{text-align:center;position:relative;z-index:2}.htsidebar{max-width:370px;margin-right:auto}@media screen and (max-width: 991.98px) {.htsidebar{margin-right:auto;margin-left:auto}}.htwidget{background-color:#f1f1f1;padding:43px 30px;margin-bottom:40px;border-radius:4px;position:relative}@media (min-width: 992px) and (max-width: 1199.98px) {.htwidget{padding-left:25px;padding-right:25px}}@media screen and (max-width: 767.98px) {.htwidget{padding-left:25px;padding-right:25px}}.htwidget::after{content:'';position:absolute;top:0;left:0;height:6px;width:calc(100% - 50px);background-color:var(--global--color-secondary);border-radius:4px 0 0 0}@media (min-width: 992px) and (max-width: 1199.98px) {.htwidget::after{width:calc(100% - 25px)}}@media screen and (max-width: 767.98px) {.htwidget::after{width:calc(100% - 25px)}}.htwidget .htwidget-title{text-align:center;margin-bottom:23px}@media screen and (min-width: 992px) {.htwidget .htwidget-title{text-align:left}}.htwidget .htwidget-title h3{font-family:var(--global--font-heading);font-size:20px;line-height:30px;font-weight:700;color:#05213f;text-transform:capitalize;margin-bottom:0;position:relative}.htwidget-categories.htwidget-categories-1 ul{margin-bottom:0}.htwidget-categories.htwidget-categories-1 ul li a{font-family:var(--global--font-body);font-weight:700;font-size:15px;line-height:36px;color:#222222;text-transform:capitalize}.htwidget-categories.htwidget-categories-2 ul{margin-bottom:0}.htwidget-categories.htwidget-categories-2 ul li{margin-bottom:5px}.htwidget-categories.htwidget-categories-2 ul li:last-child{margin-bottom:0}.htwidget-categories.htwidget-categories-2 ul li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:var(--global--font-body);font-size:15px;font-weight:700;color:var(--global--color-heading);text-transform:capitalize;background-color:var(--global--color-white);border-radius:4px;z-index:1;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;-webkit-box-shadow:0 3px 63px 0 rgba(6,52,100,0.11);box-shadow:0 3px 63px 0 rgba(6,52,100,0.11);height:65px;padding:0 20px 0 30px;position:relative}@media (min-width: 992px) and (max-width: 1199.98px) {.htwidget-categories.htwidget-categories-2 ul li a{padding-left:15px;padding-right:15px}}@media screen and (max-width: 767.98px) {.htwidget-categories.htwidget-categories-2 ul li a{padding-left:15px;padding-right:15px}}.htwidget-categories.htwidget-categories-2 ul li a i{margin-left:10px;font-family:var(--global--font-body);font-weight:400;font-size:12px;font-style:normal;padding:1px 7px;color:var(--global--color-white);background-color:var(--global--color-primary);border-radius:50%;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:25px;min-height:25px}.htwidget-tags .htwidget-title{margin-bottom:22px}.htwidget-tags .htwidget-content{text-align:left}.htwidget-tags .htwidget-content a{display:inline-block;background-color:transparent;font-family:var(--global--font-body);font-size:12px;font-weight:400;line-height:28px;color:#1e4873;margin-right:10px;margin-bottom:10px;text-transform:capitalize;padding:0 9px;border:2px solid #cdd6e0;border-radius:4px;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.htwidget-tags .htwidget-content a:hover{color:var(--global--color-white);background-color:#1e4873;border-color:#1e4873}.htwidget-recent-posts{padding-bottom:29px;padding-left:30px;padding-right:30px}@media (min-width: 992px) and (max-width: 1199.98px) {.htwidget-recent-posts{padding-left:15px;padding-right:15px}}@media screen and (max-width: 767.98px) {.htwidget-recent-posts{padding-left:15px;padding-right:15px}}.htwidget-recent-posts .htwidget-title{margin-bottom:0;padding:0 5px}.htwidget-recent-posts .htpost{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px;border-radius:4px;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;border-bottom:1px solid #0000000d}.htwidget-recent-posts .htpost:last-child{border:none}.htwidget-recent-posts .htpost:hover,.htwidget-recent-posts .htpost.active{background-color:#fff;-webkit-box-shadow:0 5px 83px 0 rgba(3,43,86,0.12);box-shadow:0 5px 83px 0 rgba(3,43,86,0.12)}.htwidget-recent-posts .htpost:last-child{margin-bottom:0}.htwidget-recent-posts .htpost .htpost-img{-ms-flex-negative:0;flex-shrink:0;max-width:100%;margin-right:10px;overflow:hidden;border-radius:4px;width:80px;height:80px}.htwidget-recent-posts .htpost .htpost-img img{width:100%;height:100%;object-fit: cover}.htwidget-recent-posts .htpost .htpost-content{position:relative}.htwidget-recent-posts .htpost .htpost-content .htpost-date{font-family:var(--global--font-body);font-weight:400;font-size:13px;line-height:20px;color:#222222;text-transform:capitalize}.htwidget-recent-posts .htpost .htpost-content .htpost-date span:last-child:after{content:unset}.htwidget-recent-posts .htpost .htpost-content .htpost-title{font-family:var(--global--font-heading);color:var(--global--color-heading);font-size:14px;font-weight:500;line-height:normal;text-transform:capitalize}.htwidget-recent-posts .htpost .htpost-content .htpost-title:hover{color:var(--global--color-heading)}.htwidget-search .form-search{position:relative;border:1px solid #eaeaea;margin-bottom:0;border-radius:4px;background-color:var(--global--color-white)}.htwidget-search .form-search .form-control{border:none;-webkit-box-shadow:none;box-shadow:none;color:var(--global--color-body);font-size:14px;font-family:var(--global--font-body);font-weight:400;line-height:5px;height:65px;text-transform:capitalize;padding-left:20px;background-color:transparent;border-radius:0;margin-bottom:0}.htwidget-search .form-search .form-control::-webkit-input-placeholder{font-size:14px;font-family:var(--global--font-body);color:var(--global--color-body);text-transform:capitalize}.htwidget-search .form-search .form-control:-moz-placeholder{font-size:14px;font-family:var(--global--font-body);color:var(--global--color-body);text-transform:capitalize}.htwidget-search .form-search .btn{background-color:transparent;border-radius:0;border:0;width:auto;height:auto;font-size:16px;z-index:2;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:20px;padding:0}.htwidget-search .form-search .btn i{color:var(--global--color-secondary);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;margin-right:0}.htwidget-search .form-search .btn:hover i{color:var(--global--color-primary)}.htwidget-reservation{position:relative;overflow:visible;padding:46px 50px 40px;border-radius:4px}@media (min-width: 992px) and (max-width: 1199.98px) {.htwidget-reservation{padding-left:25px;padding-right:25px}}@media screen and (max-width: 767.98px) {.htwidget-reservation{padding-left:25px;padding-right:25px}}@media screen and (max-width: 991.98px) {.htwidget-reservation{text-align:center}}.htwidget-reservation::after{content:'';position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:#000000;z-index:0;border-radius:4px}.htwidget-reservation::before{border-radius:4px}.htwidget-reservation .card-badge{position:absolute;top:-4px;right:-4px;z-index:5}.htwidget-reservation .htwidget-content{position:relative;z-index:3}.htwidget-reservation .htwidget-content a{font-family:var(--global--font-body);font-weight:700;color:#fafbfc;font-size:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}@media screen and (max-width: 991.98px) {.htwidget-reservation .htwidget-content a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.htwidget-reservation .htwidget-content a span{font-size:18px;margin-right:15px}.htwidget-reservation .htwidget-content .btn{font-family:var(--global--font-body);font-size:15px;font-weight:700;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:70px;background-color:var(--global--color-primary);margin-bottom:22px;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;border:none;outline:none}.htwidget-reservation .htwidget-content .btn::before{background:var(--global--color-white)}.htwidget-reservation .htwidget-content .btn i{color:var(--global--color-white);font-size:10px;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.htwidget-reservation .htwidget-content .btn:active,.htwidget-reservation .htwidget-content .btn:focus,.htwidget-reservation .htwidget-content .btn:hover{background: var(--global--color-primary-darken)}.htwidget-reservation .htwidget-content .btn:active i,.htwidget-reservation .htwidget-content .btn:focus i,.htwidget-reservation .htwidget-content .btn:hover i{color:var(--global--color-heading)}.htwidget-download ul{margin:0}.htwidget-download ul li:last-of-type a{margin-bottom:0}.htwidget-download ul li.htinversed a{background-color:var(--global--color-heading)}.htwidget-download ul li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 30px;height:80px;background-color:var(--global--color-secondary);color:var(--global--color-white);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;border-radius:4px;margin-bottom:20px;position:relative}@media screen and (max-width: 767.98px) {.htwidget-download ul li a{padding:0 20px;height:50px}}.htwidget-download ul li a svg{margin-right:20px;fill:var(--global--color-white)}.htwidget-download ul li a span{font-family:var(--global--font-body);font-size:15px;font-weight:700;text-transform:capitalize}.htwidget-recent-products .htproduct{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px}.htwidget-recent-products .htproduct .htproduct-img{-ms-flex-negative:0;flex-shrink:0;margin-right:20px;width:60px;height:60px;overflow:hidden;border-radius:4px}.htwidget-recent-products .htproduct .htproduct-img img{border-radius:4px;max-width:100%}.htwidget-recent-products .htproduct .htproduct-desc .htproduct-title a{text-transform:capitalize;font-family:var(--global--font-heading);font-weight:500;font-size:17px;line-height:23px;color:var(--global--color-heading);margin-bottom:4px;display:inline-block}.htwidget-recent-products .htproduct .htproduct-desc .htproduct-title a:hover{color:var(--global--color-primary)}.htwidget-recent-products .htproduct .htproduct-desc .htproduct-meta span{font-family:var(--global--font-body);font-size:15px;font-weight:700;color:var(--global--color-primary-alt)}.htwidget-services .htwidget-content ul{margin-bottom:0}.htwidget-services .htwidget-content ul li{margin-bottom:10px}.htwidget-services .htwidget-content ul li:last-child{margin-bottom:0}.htwidget-services .htwidget-content ul li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:var(--global--font-body);font-size:15px;font-weight:700;color:var(--global--color-heading);text-transform:capitalize;background-color:var(--global--color-white);border-radius:4px;z-index:1;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;-webkit-box-shadow:0 3px 63px 0 rgba(6,52,100,0.11);box-shadow:0 3px 63px 0 rgba(6,52,100,0.11);height:50px;padding:0 15px; line-height:1.3; position:relative}.htwidget-services .htwidget-content ul li a::before{content:'';position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:var(--global--color-primary);border-radius:4px;z-index:-1;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center;-webkit-transition:-webkit-transform .24s ease-in-out;transition:-webkit-transform .24s ease-in-out;-o-transition:transform .24s ease-in-out;transition:transform .24s ease-in-out;transition:transform .24s ease-in-out,-webkit-transform .24s ease-in-out}.htwidget-services .htwidget-content ul li a:hover{color:var(--global--color-white)}.htwidget-services .htwidget-content ul li a:hover::before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}.htwidget-services .htwidget-content ul li a:hover i{color:var(--global--color-white)}.htwidget-services .htwidget-content ul li a.active{color:var(--global--color-white)}.htwidget-services .htwidget-content ul li a.active::before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}.htwidget-services .htwidget-content ul li a.active i{color:var(--global--color-white)}.htwidget-services .htwidget-content ul li a i{color:var(--global--color-heading);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;font-size:10px;margin-left:5px}.htui-slider.htui-state-disabled .htui-slider-handle,.htui-slider.htui-state-disabled .htui-slider-range{-webkit-filter:inherit;filter:inherit}.htui-slider-horizontal .htui-slider-handle{position:absolute;top:-4px;margin-left:-.6em}.htui-slider-horizontal .htui-slider-range{position:absolute;top:-1px;height:100%}.htui-slider-horizontal .htui-slider-range-min{left:0}.htui-slider-horizontal .htui-slider-range-max{right:0}.htui-slider-vertical{width:.8em;height:100px}.htui-slider-vertical .htui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.htui-slider-vertical .htui-slider-range{left:0;width:100%}.htui-slider-vertical .htui-slider-range-min{bottom:0}.htui-slider-vertical .htui-slider-vertical .htui-slider-range-max{top:0}.htwidget-filter .htui-slider{position:relative;height:4px;background-color:#e6eaef;border-radius:0;margin-bottom:20px;margin-top:5px}.htwidget-filter .htui-slider-handle{width:10px;height:10px;margin-left:0;background-color:var(--global--color-primary);border-radius:2px}.htwidget-filter .htui-slider-range{height:4px;background-color:var(--global--color-primary);margin-bottom:20px}.htwidget-filter .htslider-mount{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:var(--global--font-body);font-size:14px;font-weight:400;line-height:1;color:var(--global--color-body)}.htwidget-filter label{color:var(--global--color-body);margin:0}.htwidget-filter input{color:var(--global--color-body);border:none;background-color:transparent}.htwidget-filter .htbtn-filter{float:right;font-family:var(--global--font-body);font-size:14px;font-weight:700;text-transform:capitalize;color:var(--global--color-heading);-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2;text-align:right}.htwidget-filter .htbtn-filter:hover{color:var(--global--color-primary)}@media screen and (min-width: 992px) {.htsidebar-blog{margin-left:auto}}@media screen and (max-width: 991.98px) {.htsidebar-blog{margin-top:70px}}.htsidebar-blog .htwidget{background-color:#f4f4f4}.htsidebar-blog .htwidget-search{background-color:var(--global--color-primary)}.htsidebar-blog .htwidget-search::after{content:unset}.htsidebar-blog .htwidget-search .htwidget-title h3{color:var(--global--color-white)}.htsidebar-blog .htwidget-search .form-search{border:0;-webkit-box-shadow:0 3px 63px 0 rgba(6,52,100,0.05);box-shadow:0 3px 63px 0 rgba(6,52,100,0.05)}.htsidebar-blog .htwidget-recent-posts .htentry{margin-bottom:30px}.htsidebar-blog .htwidget-recent-posts .htentry:last-of-type{margin-bottom:0}.htsidebar-blog .htwidget-recent-posts .htentry-title a{font-weight:700}.htsidebar-blog .htwidget-recent-posts .htentry-date{font-family:var(--global--font-body);font-size:13px;font-weight:600;color:#616161}.htsidebar-blog .htwidget-tags{padding-bottom:40px}.htsidebar-shop .htwidget{padding:0;background-color:var(--global--color-white)}.htsidebar-shop .htwidget::after{content:unset}.htsidebar-shop .htwidget-categories{margin-bottom:29px}.htsidebar-shop .htwidget-categories .htwidget-title{margin-bottom:10px}.htsidebar-shop .htwidget-search .form-search .form-control{height:55px}.htabout{padding-top:126px;padding-bottom:130px;overflow:visible}@media screen and (max-width: 991.98px) {.htabout{padding-top:70px;padding-bottom:70px}}@media screen and (max-width: 991.98px) {.htabout .htblock-left,.htabout .htblock-right{margin-bottom:30px}}.htabout .htabout-img-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-shadow:0 5px 83px 0 rgba(3,43,86,0.12);box-shadow:0 5px 83px 0 rgba(3,43,86,0.12)}@media screen and (max-width: 991.98px) {.htabout .htabout-img-holder{margin:0 auto 10px;box-shadow:none}}.htabout .htabout-img-holder .htabout-img{position:relative}.htabout .htabout-img-holder .htabout-img img{border-radius:4px;height:auto;-o-object-fit:cover;object-fit:cover}@media screen and (max-width: 767.98px) {.htabout .htabout-img-holder .htabout-img img{height:450px}}.htabout .htabout-img-holder .htabout-img .htoffer-banner{position:absolute;bottom:110px;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:242px;height:242px;border-radius:50%;background-color:var(--global--color-white);padding:10px;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);-webkit-box-shadow:0 5px 83px 0 rgba(3,43,86,0.12);box-shadow:0 5px 83px 0 rgba(3,43,86,0.12)}@media screen and (max-width: 991.98px) {.htabout .htabout-img-holder .htabout-img .htoffer-banner{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);right:30px}}.htabout .htabout-img-holder .htabout-img .htoffer-banner .htbanner-body{border:3px solid #e6eaef;border-radius:50%;width:222px;height:222px;border-radius:50%;text-align:center;padding:42px 30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.htabout .htabout-img-holder .htabout-img .htoffer-banner .htbanner-body h3{font-family:var(--global--font-heading);font-weight:500;font-size:18px;line-height:25px;color:#1e4873;margin-bottom:7px;text-transform:capitalize}.htabout .htabout-img-holder .htabout-img .htoffer-banner .htbanner-body p{font-family:var(--global--font-body);font-weight:700;font-size:16px;line-height:26px;color:var(--global--color-body);margin-bottom:8px;text-transform:capitalize}.htabout .htabout-img-holder .htabout-img .htoffer-banner .htbanner-body .htprice-info{margin-bottom:0;font-family:var(--global--font-heading);font-weight:400;color:var(--global--color-primary-alt);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;line-height:1;position:relative}@media screen and (max-width: 991.98px) {.htabout .htabout-img-holder .htabout-img .htoffer-banner .htbanner-body .htprice-info{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.htabout .htabout-img-holder .htabout-img .htoffer-banner .htbanner-body .htprice-info span::before{content:'/'}.htabout .htabout-img-holder .htabout-img .htoffer-banner .htbanner-body .htprice-info span:first-of-type::before{content:unset}.htabout .htabout-img-holder .htabout-img .htoffer-banner .htbanner-body .htprice-info .htcurrency{font-size:30px}.htabout .htabout-img-holder .htabout-img .htoffer-banner .htbanner-body .htprice-info .httime{font-size:14px}.htabout .htabout-action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 991.98px) {.htabout .htabout-action{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width: 767.98px) {.htabout .htabout-action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.htabout .htabout-action .btn{width:166px;height:65px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-right:30px}@media screen and (max-width: 767.98px) {.htabout .htabout-action .btn{margin-right:0;margin-bottom:30px}}.htabout .htabout-action .btn i{font-size:10px}.htabout .htsignature-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 991.98px) {.htabout .htsignature-block{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.htabout .htsignature-block .htsignature-body{position:relative}.htabout .htsignature-block .htsignature-body img{position:absolute;top:-18px;left:2px;right:0}@media screen and (max-width:767.98px) {.htabout .htsignature-block .htsignature-body img{top:0;left:-20px;max-width:130%}}.htabout .htsignature-block .htsignature-body h3{font-family:var(--global--font-heading);font-weight:500;color:#1e4873;font-size:19px;line-height:29px;text-transform:capitalize;margin-bottom:0}@media (min-width: 992px) and (max-width: 1199.98px) {.htabout .htsignature-block .htsignature-body h3{font-size:12px}}.htabout .htsignature-block .htsignature-body p{font-family:var(--global--font-body);font-weight:400;color:var(--global--color-primary);font-size:14px;line-height:29px;text-transform:capitalize;margin-bottom:0}.htabout.htabout-1{padding-top:60px;padding-bottom:60px}@media screen and (max-width: 991.98px) {.htabout.htabout-1{padding-top:40px;padding-bottom:40px}}.htabout.htabout-2{padding-top:106px;padding-bottom:0;background-size:contain}@media screen and (max-width: 991.98px) {.htabout.htabout-2{padding-top:66px}}.htabout.htabout-2 .htabout-img-holder{-webkit-transform:translateY(60px);-ms-transform:translateY(60px);transform:translateY(60px);margin-top:-60px}@media screen and (min-width: 992px) {.htabout.htabout-2 .htabout-img-holder{margin-top:-67px}}@media screen and (max-width: 991.98px) {.htabout.htabout-2 .htabout-img-holder{margin-top:10px}}@media screen and (max-width: 991.98px) {.htabout.htabout-2 .htabout-img-holder .htabout-img{margin:0}}.htabout.htabout-2 .htabout-img-holder .htabout-img .htoffer-banner{right:auto;bottom:60px;left:60px;-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}@media screen and (max-width: 767.98px) {.htabout.htabout-2 .htabout-img-holder .htabout-img .htoffer-banner{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}}.htfeatures .htactions-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 991.98px) {.htfeatures .htactions-holder{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width: 767.98px) {.htfeatures .htactions-holder{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.htfeatures .htactions-holder .btn{width:234px;height:65px;-webkit-box-shadow:0 3px 63px 0 rgba(6,52,100,0.11);box-shadow:0 3px 63px 0 rgba(6,52,100,0.11)}.htfeatures .htactions-holder .btn i{font-size:10px}.htfeatures.htfeatures-2{padding-top:60px;padding-bottom:60px}@media screen and (max-width: 991.98px) {.htfeatures.htfeatures-2{padding-top:66px}}.htfeatures.htfeatures-2 .htfeatures-holder{padding-bottom:50px;border-bottom:2px solid #e6eaef}.htfeatures.htfeatures-3{padding-top:104px;padding-bottom:0;overflow:visible;position:relative;z-index:4}@media screen and (max-width: 991.98px) {.htfeatures.htfeatures-3{padding-top:64px}}.htfeatures.htfeatures-3 .htfeatures-holder{margin-bottom:70px}.htfeatures.htfeatures-4{padding-top:70px;padding-bottom:70px}@media screen and (max-width: 991.98px) {.htfeatures.htfeatures-4{padding-bottom:30px}}.htfeature-panel{padding:55px 20px 60px;background-color:#eef3fa;border-radius:4px;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.htfeature-panel:hover .htfeature-icon{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}@media screen and (max-width: 991.98px) {.htfeature-panel{max-width:370px;margin:0 auto}}@media screen and (max-width: 767.98px) {.htfeature-panel{margin:0 auto 30px}}.htfeature-panel .htfeature-icon{text-align:center;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.htfeature-panel .htfeature-icon i{font-size:55px;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;color:#222222}.htfeature-panel .htfeature-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.htfeature-panel .htfeature-content h3{font-family:var(--global--font-heading);font-weight:500;font-size:18px;color:#1e4873;line-height:27px;padding-bottom:15px;margin-bottom:24px;text-transform:capitalize;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;position:relative}@media screen and (min-width: 1200px) {.htfeature-panel .htfeature-content h3{padding:0 30px 15px}}@media (min-width: 992px) and (max-width: 1199.98px) {.htfeature-panel .htfeature-content h3{font-size:16px}}.htfeature-panel .htfeature-content h3::after{content:'';position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:50px;height:2px;background-color:#cdd6e0}.htfeature-panel .htfeature-content p{font-size:15px;line-height:25px;margin-bottom:33px;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.htfeature-panel.htfeature-panel-2{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:40px;padding-left:40px;padding-right:40px}@media (min-width: 1200px) and (max-width: 1399.98px) {.htfeature-panel.htfeature-panel-2{padding-left:20px;padding-right:20px}}@media (min-width: 992px) and (max-width: 1199.98px) {.htfeature-panel.htfeature-panel-2{padding-left:20px;padding-right:20px}}@media screen and (max-width: 767.98px) {.htfeature-panel.htfeature-panel-2{padding-left:20px;padding-right:20px}}.htfeature-panel.htfeature-panel-2:hover{-webkit-box-shadow:0 5px 83px 0 rgba(3,43,86,0.12);box-shadow:0 5px 83px 0 rgba(3,43,86,0.12);background-color:var(--global--color-white)}.htfeature-panel.htfeature-panel-2:hover .htfeature-icon{-webkit-transform:translateY(0px);-ms-transform:translateY(0px);transform:translateY(0px)}.htfeature-panel.htfeature-panel-2:hover .htfeature-explore{background-color:var(--global--color-heading)}.htfeature-panel.htfeature-panel-2:hover .htfeature-explore i{color:var(--global--color-white)}.htfeature-panel.htfeature-panel-2 .htfeature-icon{position:relative;display:inline-block}.htfeature-panel.htfeature-panel-2 .htfeature-icon::before{content:'';position:absolute;top:-15px;left:-15px;width:64px;height:64px;border-radius:50%;background-color:#eef3fa;z-index:-1;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}@media screen and (max-width: 991.98px) {.htfeature-panel.htfeature-panel-2 .htfeature-icon::before{left:50%;-webkit-transform:translateX(calc(-50% - 15px));-ms-transform:translateX(calc(-50% - 15px));transform:translateX(calc(-50% - 15px))}}.htfeature-panel.htfeature-panel-2 .htfeature-explore{-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:54px;height:54px;background:var(--global--color-white);border-radius:50%;position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%,50%);-ms-transform:translate(-50%,50%);transform:translate(-50%,50%)}.htfeature-panel.htfeature-panel-2 .htfeature-explore i{font-size:10px;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;color:var(--global--color-heading)}.htfeature-panel.htfeature-panel-3{background-color:var(--global--color-white);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:40px;padding-left:30px;padding-right:30px}@media (min-width: 992px) and (max-width: 1199.98px) {.htfeature-panel.htfeature-panel-3{padding-left:20px;padding-right:20px}}@media screen and (max-width: 767.98px) {.htfeature-panel.htfeature-panel-3{padding-left:20px;padding-right:20px}}.htfeature-panel.htfeature-panel-3 .htfeature-icon{position:relative;display:inline-block}.htfeature-panel.htfeature-panel-3 .htfeature-icon::before{content:'';position:absolute;top:-15px;left:-15px;width:64px;height:64px;border-radius:50%;background-color:#eef3fa;z-index:1;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}@media screen and (max-width: 991.98px) {.htfeature-panel.htfeature-panel-3 .htfeature-icon::before{left:50%;-webkit-transform:translateX(calc(-50% - 15px));-ms-transform:translateX(calc(-50% - 15px));transform:translateX(calc(-50% - 15px))}}.htfeature-panel.htfeature-panel-3 .htfeature-icon i{display:inline-block;position:relative;z-index:2}.htfeature-panel.htfeature-panel-4{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;background:transparent}@media screen and (max-width: 991.98px) {.htfeature-panel.htfeature-panel-4{margin:0 auto 30px}}.htfeature-panel.htfeature-panel-4 .htfeature-icon{position:relative;display:inline-block;margin-right:30px;-webkit-transform:translateY(21px);-ms-transform:translateY(21px);transform:translateY(21px)}@media (min-width: 992px) and (max-width: 1199.98px) {.htfeature-panel.htfeature-panel-4 .htfeature-icon{margin-right:20px}}@media screen and (max-width: 767.98px) {.htfeature-panel.htfeature-panel-4 .htfeature-icon{margin-right:20px}}.htfeature-panel.htfeature-panel-4 .htfeature-icon::before{content:'';position:absolute;top:-15px;left:-15px;width:64px;height:64px;border-radius:50%;background-color:#eef3fa;z-index:1;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}@media screen and (max-width: 991.98px) {.htfeature-panel.htfeature-panel-4 .htfeature-icon::before{left:50%;-webkit-transform:translateX(calc(-50% - 15px));-ms-transform:translateX(calc(-50% - 15px));transform:translateX(calc(-50% - 15px))}}@media screen and (max-width: 767.98px) {.htfeature-panel.htfeature-panel-4 .htfeature-icon::before{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}}.htfeature-panel.htfeature-panel-4 .htfeature-icon i{display:inline-block;position:relative;z-index:2}.htfeature-panel.htfeature-panel-4 .htfeature-content{text-align:left;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.htfeature-panel.htfeature-panel-4 .htfeature-content h3{padding:0;margin-bottom:17px}.htfeature-panel.htfeature-panel-4 .htfeature-content h3::after{content:unset}.htfeature-panel.htfeature-panel-4 .htfeature-content p{margin-bottom:0}.htfeatures-card{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;z-index:3;-webkit-transform:translateY(85px);-ms-transform:translateY(85px);transform:translateY(85px);margin-top:-85px}@media screen and (min-width: 992px) {.htfeatures-card{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media screen and (max-width: 991.98px) {.htfeatures-card{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.htfeatures-card .card-panel{display:-webkit-box;display:-ms-flexbox;display:flex;background:var(--global--color-white);border-radius:4px;padding:63px 110px 147px 70px;-webkit-box-shadow:0 5px 83px 0 rgba(3,43,86,0.12);box-shadow:0 5px 83px 0 rgba(3,43,86,0.12);position:relative}@media screen and (max-width: 767.98px) {.htfeatures-card .card-panel{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:25px;padding-right:25px}}@media (min-width: 992px) and (max-width: 1199.98px) {.htfeatures-card .card-panel{padding-left:35px}}@media screen and (max-width: 991.98px) {.htfeatures-card .card-panel{border-radius:4px 4px 0 0}}@media screen and (min-width: 992px) {.htfeatures-card .card-panel{-ms-flex-preferred-size:48%;flex-basis:48%}}.htfeatures-card .card-panel:hover .htpanel-icon i{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}.htfeatures-card .card-panel.htreversed{padding-right:70px;padding-left:110px;text-align:right}@media (min-width: 992px) and (max-width: 1199.98px) {.htfeatures-card .card-panel.htreversed{padding-right:35px}}@media screen and (max-width: 991.98px) {.htfeatures-card .card-panel.htreversed{border-radius:0 0 4px 4px}}@media screen and (max-width: 767.98px) {.htfeatures-card .card-panel.htreversed{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:25px;padding-right:25px}}.htfeatures-card .card-panel.htreversed .htpanel-icon{right:auto;left:30px}@media screen and (max-width: 767.98px) {.htfeatures-card .card-panel.htreversed .htpanel-icon{right:auto;left:auto}}.htfeatures-card .card-panel.htreversed .btn{left:auto;right:0;border-radius:4px 0 4px 0;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;padding-right:70px;padding-left:40px}@media (min-width: 992px) and (max-width: 1199.98px) {.htfeatures-card .card-panel.htreversed .btn{padding-right:35px}}@media screen and (max-width: 991.98px) {.htfeatures-card .card-panel.htreversed .btn{border-radius:4px 0 0 0}}@media screen and (max-width: 767.98px) {.htfeatures-card .card-panel.htreversed .btn{padding-left:25px;padding-right:25px}}.htfeatures-card .card-panel.htreversed .btn::before{background-color:var(--global--color-primary-alt)}.htfeatures-card .card-panel.htreversed .btn i{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.htfeatures-card .card-panel .htpanel-icon{position:absolute;top:30px;right:30px;opacity:.5;z-index:3}@media screen and (max-width: 767.98px) {.htfeatures-card .card-panel .htpanel-icon{position:relative;top:auto;right:auto;left:auto;margin-bottom:40px}}.htfeatures-card .card-panel .htpanel-icon i,.htfeatures-card .card-panel .htpanel-icon svg{font-size:70px;color:var(--global--color-white);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.htfeatures-card .card-panel .htpanel-icon svg{width:70px;height:70px;fill:var(--global--color-white)}.htfeatures-card .card-panel .htpanel-body{position:relative;z-index:3}@media screen and (max-width: 767.98px) {.htfeatures-card .card-panel .htpanel-body{text-align:center}}.htfeatures-card .card-panel .htpanel-body h3{font-family:var(--global--font-heading);font-size:24px;line-height:1.4;font-weight:700;color:var(--global--color-white);margin-bottom:14px;text-transform:capitalize}.htfeatures-card .card-panel .htpanel-body p{font-family:var(--global--font-heading);font-weight:700;font-size:16px;line-height:27px;color:#f9f9f9;margin-bottom:0}.htfeatures-card .card-panel .btn{position:absolute;bottom:0;left:0;width:calc(100% - 110px);height:85px;z-index:3;border-radius:0 4px 0 4px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-left:70px;padding-right:40px;overflow:hidden}@media (min-width: 992px) and (max-width: 1199.98px) {.htfeatures-card .card-panel .btn{padding-left:35px}}@media screen and (max-width: 991.98px) {.htfeatures-card .card-panel .btn{border-radius:0 4px 0 0}}@media screen and (max-width: 767.98px) {.htfeatures-card .card-panel .btn{padding-left:25px;padding-right:25px}}.htfeatures-card .card-panel .btn i{font-size:10px}.htfeatures-bar{padding-top:0;padding-bottom:0;overflow:visible}.htfeatures-bar .htfeatures-container{background-color:var(--global--color-white);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-shadow:0 5px 83px 0 rgba(3,43,86,0.12);box-shadow:0 5px 83px 0 rgba(3,43,86,0.12);border-radius:4px;-webkit-transform:translateY(-50px);-ms-transform:translateY(-50px);transform:translateY(-50px);position:relative;z-index:55;margin-bottom:-50px;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media screen and (max-width: 991.98px) {.htfeatures-bar .htfeatures-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:370px;margin:0 auto;text-align:center}}.htfeatures-bar .htfeatures-container .htfeature-head{overflow:visible;position:relative;padding:32px 50px 42px}@media screen and (min-width: 992px) {.htfeatures-bar .htfeatures-container .htfeature-head{-ms-flex-preferred-size:35%;flex-basis:35%}}@media (min-width: 992px) and (max-width: 1199.98px) {.htfeatures-bar .htfeatures-container .htfeature-head{-ms-flex-preferred-size:38%;flex-basis:38%;padding-left:25px;padding-right:25px}}@media screen and (min-width: 992px) {.htfeatures-bar .htfeatures-container .htfeature-head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width: 991.98px) {.htfeatures-bar .htfeatures-container .htfeature-head{min-height:200px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.htfeatures-bar .htfeatures-container .htfeature-head .card-badge{position:absolute;top:-4px;right:-4px;z-index:5}.htfeatures-bar .htfeatures-container .htfeature-head .hthead-content{position:relative;z-index:3}.htfeatures-bar .htfeatures-container .htfeature-head .hthead-content h2{font-family:var(--global--font-heading);font-weight:400;font-size:25px;line-height:34px;margin-bottom:16px;color:var(--global--color-white);text-transform:capitalize}.htfeatures-bar .htfeatures-container .htfeature-head .hthead-content p{font-family:var(--global--font-body);font-weight:700;font-size:16px;line-height:26px;color:#f9f9f9;margin-bottom:0;text-transform:capitalize}.htfeatures-bar .htfeatures-container .htfeature-panels-holder{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width: 991.98px) {.htfeatures-bar .htfeatures-container .htfeature-panels-holder{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.htfeatures-bar .htfeatures-container .htfeature-panel{background-color:var(--global--color-white);padding:35px 40px 30px}@media (min-width: 992px) and (max-width: 1199.98px) {.htfeatures-bar .htfeatures-container .htfeature-panel{padding-left:20px;padding-right:20px}}@media screen and (max-width: 991.98px) {.htfeatures-bar .htfeatures-container .htfeature-panel{max-width:unset;margin:0}}@media screen and (max-width: 767.98px) {.htfeatures-bar .htfeatures-container .htfeature-panel{padding-left:20px;padding-right:20px}}@media screen and (min-width: 992px) {.htfeatures-bar .htfeatures-container .htfeature-panel{max-width:255px;border-right:2px solid #e6eaef}.htfeatures-bar .htfeatures-container .htfeature-panel:last-child{border-right:0}}@media screen and (max-width: 991.98px) {.htfeatures-bar .htfeatures-container .htfeature-panel{border-bottom:2px solid #e6eaef}.htfeatures-bar .htfeatures-container .htfeature-panel:last-child{border-bottom:0}}.htfeatures-bar .htfeatures-container .htfeature-panel h2{font-family:var(--global--font-heading);font-weight:500;font-size:18px;line-height:25px;color:#1e4873;margin-bottom:11px;text-transform:capitalize}.htfeatures-bar .htfeatures-container .htfeature-panel p{font-family:var(--global--font-body);font-weight:400;font-size:14px;line-height:24px;margin-bottom:10px;color:var(--global--color-body)}.htfeatures-bar .htfeatures-container .htfeature-panel a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:var(--global--font-body);font-weight:700;font-size:14px;line-height:24px;color:var(--global--color-heading);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;text-transform:capitalize}@media screen and (max-width: 991.98px) {.htfeatures-bar .htfeatures-container .htfeature-panel a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.htfeatures-bar .htfeatures-container .htfeature-panel a:hover{color:var(--global--color-primary)}.htfeatures-bar .htfeatures-container .htfeature-panel a i{color:var(--global--color-primary);font-size:10px;margin-right:10px}.htpricing{padding-top:60px;padding-bottom:75px}@media screen and (max-width: 991.98px) {.htpricing{padding-top:65px;padding-bottom:40px}}.htpricing .htpricing-table{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width: 991.98px) {.htpricing .htpricing-table{max-width:370px;margin:0 auto 40px}}.htpricing .htpricing-table .htpricing-panel{background-color:var(--global--color-white);padding:53px 50px 50px;-webkit-box-shadow:0 5px 83px 0 rgba(6,52,100,0.1);box-shadow:0 5px 83px 0 rgba(6,52,100,0.1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-radius:4px;position:relative}@media screen and (max-width: 991.98px) {.htpricing .htpricing-table .htpricing-panel{text-align:center}}@media (min-width: 992px) and (max-width: 1199.98px) {.htpricing .htpricing-table .htpricing-panel{padding-left:25px;padding-right:25px}}@media screen and (max-width: 767.98px) {.htpricing .htpricing-table .htpricing-panel{padding-left:25px;padding-right:25px}}.htpricing .htpricing-table .htpricing-panel::after{content:'';position:absolute;top:0;left:0;height:6px;width:calc(100% - 50px);background-color:var(--global--color-primary-alt);border-radius:4px 0 0 0}@media (min-width: 992px) and (max-width: 1199.98px) {.htpricing .htpricing-table .htpricing-panel::after{width:calc(100% - 25px)}}@media screen and (max-width: 767.98px) {.htpricing .htpricing-table .htpricing-panel::after{width:calc(100% - 25px)}}.htpricing .htpricing-table .htpricing-panel.htalternative::after{background-color:var(--global--color-primary-alt)}.htpricing .htpricing-table .htpricing-panel.htalternative .htpricing-body .htpricing-list li i{background-color:var(--global--color-primary-alt)}.htpricing .htpricing-table .htpricing-panel.htalternative .htpricing-price .btn{background-color:var(--global--color-primary-alt)}.htpricing .htpricing-table .htpricing-panel.htsecondary::after{background-color:var(--global--color-secondary)}.htpricing .htpricing-table .htpricing-panel.htsecondary .htpricing-body .htpricing-list li i{background-color:var(--global--color-secondary)}.htpricing .htpricing-table .htpricing-panel.htsecondary .htpricing-price .btn{background-color:var(--global--color-secondary)}.htpricing .htpricing-table .htpricing-panel.htglobal--color-primary::after{background-color:var(--global--color-primary)}.htpricing .htpricing-table .htpricing-panel.htglobal--color-primary .htpricing-body .htpricing-list li i{background-color:var(--global--color-primary)}.htpricing .htpricing-table .htpricing-panel.htglobal--color-primary .htpricing-price .btn{background-color:var(--global--color-primary)}.htpricing .htpricing-table .htpricing-panel .htpricing-body .htpricing-heading{margin-bottom:24px}.htpricing .htpricing-table .htpricing-panel .htpricing-body .htpricing-heading .htpricing-title{font-family:var(--global--font-heading);font-size:24px;font-weight:700px;line-height:32px;color:#05213f;margin-bottom:16px;position:relative;text-transform:capitalize;-webkit-transition:300ms ease-in-out;-o-transition:300ms ease-in-out;transition:300ms ease-in-out}.htpricing .htpricing-table .htpricing-panel .htpricing-body .htpricing-heading .htpricing-desc{font-family:var(--global--font-body);font-size:17px;font-weight:400;color:var(--global--color-body);line-height:27px;margin-bottom:0}.htpricing .htpricing-table .htpricing-panel .htpricing-body .htpricing-list{margin-bottom:73px}.htpricing .htpricing-table .htpricing-panel .htpricing-body .htpricing-list li{font-family:var(--global--font-body);font-size:15px;font-weight:700;line-height:35px;margin-bottom:0;color:var(--global--color-body);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.htpricing .htpricing-table .htpricing-panel .htpricing-body .htpricing-list li i{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:20px;height:20px;border-radius:50%;background-color:var(--global--color-primary-alt);color:var(--global--color-white);font-size:10px;margin-right:15px}.htpricing .htpricing-table .htpricing-panel .htpricing-price p{margin-bottom:0;font-family:var(--global--font-heading);font-weight:400;color:#1e4873;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;line-height:30px;position:relative}@media screen and (max-width: 991.98px) {.htpricing .htpricing-table .htpricing-panel .htpricing-price p{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.htpricing .htpricing-table .htpricing-panel .htpricing-price p span::before{content:'/'}.htpricing .htpricing-table .htpricing-panel .htpricing-price p span:first-of-type::before{content:unset}.htpricing .htpricing-table .htpricing-panel .htpricing-price p .htcurrency{font-size:50px}.htpricing .htpricing-table .htpricing-panel .htpricing-price p .httime{font-weight:700;font-size:14px}.htpricing .htpricing-table .htpricing-panel .htpricing-price .btn{background-color:var(--global--color-primary-alt);height:65px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:44px}.htpricing .htpricing-table .htpricing-panel .htpricing-price .btn i{font-size:10px}.htpricing .htpricing-table .htpricing-panel .htpricing-price .btn::before{background-color:var(--global--color-heading)}@media screen and (max-width: 991.98px) {.htpricing .htprocesses-note{padding-top:23px;padding-bottom:22px}}.htpricing-request{padding:110px 0}@media screen and (max-width: 991.98px) {.htpricing-request{padding:70px 0}}.htfaqs{padding-top:60px;padding-bottom:98px}@media screen and (max-width: 991.98px) {.htfaqs{padding-top:65px;padding-bottom:68px}}.htfaqs .htmore-faqs{text-align:center}.htfaqs .htmore-faqs p{font-family:var(--global--font-body);font-weight:700;font-size:14px;color:var(--global--color-body);line-height:33px;margin-bottom:0}.htfaqs .htmore-faqs p a{position:relative;font-weight:700;color:var(--global--color-heading);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;text-transform:capitalize;padding-bottom:6px}.htfaqs .htmore-faqs p a:hover::before{width:calc(100% - 20%)}.htfaqs .htmore-faqs p a::before{content:'';-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:100%;height:2px;background-color:var(--global--color-primary)}
.htprocesses{padding-top:125px;padding-bottom:0}@media screen and (max-width: 991.98px) {.htprocesses{padding-top:65px}}.htprocesses .htprocess-panel{padding:50px 30px;position:relative;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;border-radius:4px;background-color:var(--global-color-white)}@media screen and (max-width: 991.98px) {.htprocesses .htprocess-panel{max-width:370px;margin:0 auto 10px}}@media (min-width: 992px) and (max-width: 1199.98px) {.htprocesses .htprocess-panel{padding-left:15px;padding-right:15px}}.htprocesses .htprocess-panel:hover{background-color:#eef3f8}.htprocesses .htprocess-panel:hover .htpanel-shape{opacity:0;visibility:hidden;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.htprocesses .htprocess-panel:hover .htprocess-body .htprocess-content a{color:var(--global--color-white);background-color:var(--global--color-secondary);border-color:var(--global--color-secondary);-webkit-box-shadow:0 3px 63px 0 rgba(6,52,100,0.11);box-shadow:0 3px 63px 0 rgba(6,52,100,0.11)}.htprocesses .htprocess-panel .htpanel-shape{position:absolute;top:10px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);max-width:100%;z-index:0}.htprocesses .htprocess-panel .htprocess-number{position:absolute;top:21px;left:30px;font-family:var(--global--font-body);font-size:60px;font-weight:300;line-height:1;font-style:italic;color:#cdd6e0;z-index:2}.htprocesses .htprocess-panel .htprocess-body{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.htprocesses .htprocess-panel .htprocess-body .htprocess-icon{margin-bottom:24px}.htprocesses .htprocess-panel .htprocess-body .htprocess-icon i{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:55px;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;color:#222222}.htprocesses .htprocess-panel .htprocess-body .htprocess-content h3{font-family:var(--global--font-heading);font-weight:500;font-size:18px;color:#1e4873;line-height:27px;margin-bottom:16px;text-transform:capitalize}@media screen and (min-width: 1200px) {.htprocesses .htprocess-panel .htprocess-body .htprocess-content h3{padding:0 15px}}.htprocesses .htprocess-panel .htprocess-body .htprocess-content p{font-size:15px;line-height:25px;margin-bottom:22px}.htprocesses .htprocess-panel .htprocess-body .htprocess-content a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:130px;height:50px;padding:0 18px}.htprocesses .htprocesses-holder{padding-bottom:0!important;border-bottom:2px solid #e6eaef}@media screen and (max-width: 991.98px) {.htprocesses .htprocesses-holder{padding-bottom:30px}}.htprocesses.htprocesses-2{padding-top:190px}@media screen and (max-width: 991.98px) {.htprocesses.htprocesses-2{padding-top:140px}}.htprocesses.htprocesses-3 .htprocess-panel:hover{background-color:var(--global--color-white)}.htprocesses-note{position:relative;text-align:center;padding-top:53px;padding-bottom:52px}.htprocesses-note p{font-family:var(--global--font-body);font-weight:700;font-size:14px;line-height:25px;color:var(--global--color-body);margin-bottom:0;position:relative;z-index:2}.htprocesses-note p a{color:var(--global--color-heading);text-transform:capitalize}.htprocesses-note p a:hover i{-webkit-transform:translateX(5px);-ms-transform:translateX(5px);transform:translateX(5px)}.htprocesses-note p a i{display:inline-block;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;color:var(--global--color-primary);font-size:10px;margin-left:10px}.htprocesses-note .htnote-bg{position:absolute;left:-44px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (max-width: 991.98px) {.htprocesses-note .htnote-bg{left:-20px}}@media screen and (max-width: 767.98px) {.htprocesses-note .htnote-bg{display:none}}.htprocesses-note .htnote-bg i{font-size:85px;color:#dde8f5}.htbanners{padding:0;overflow:visible;position:relative;z-index:3}.htbanners .htbanner-card{position:relative;border-radius:4px;padding:45px 50px 50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:413px;overflow:visible;margin-bottom:30px}@media screen and (max-width: 991.98px) {.htbanners .htbanner-card{-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}}.htbanners .htbanner-card .htbanner-tag{position:absolute;top:30px;right:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 10px;height:30px;border-radius:4px 4px 4px 0;background-color:var(--global--color-primary-alt)}@media (min-width: 992px) and (max-width: 1199.98px) {.htbanners .htbanner-card .htbanner-tag{right:20px}}@media screen and (max-width: 767.98px) {.htbanners .htbanner-card .htbanner-tag{right:15px;top:10px}}.htbanners .htbanner-card .htbanner-tag::before{content:'';width:9px;height:7px;position:absolute;top:99%;left:0;background-color:var(--global--color-primary-alt);-webkit-clip-path:polygon(100% 0,0 0,0 100%);clip-path:polygon(100% 0,0 0,0 100%)}.htbanners .htbanner-card .htbanner-tag span{font-family:var(--global--font-body);font-weight:400;font-size:14px;color:var(--global--color-white)}.htbanners .htbanner-card .htbanner-badge{position:absolute;top:-4px;right:-4px;z-index:5}.htbanners .htbanner-card .htbanner-content{position:relative;z-index:2}.htbanners .htbanner-card .htbanner-content p{font-family:var(--global--font-secondary);text-transform:capitalize;color:var(--global--color-white);font-size:30px;font-weight:400;line-height:1;margin-bottom:19px}.htbanners .htbanner-card .htbanner-content h2{font-family:var(--global--font-heading);text-transform:capitalize;color:var(--global--color-white);font-size:32px;font-weight:500;line-height:43px;margin-bottom:0}@media screen and (max-width: 767.98px) {.htbanners .htbanner-card .htbanner-content h2{font-size:30px;line-height:1.4}}.htbanners .htbanner-card .htbanner-action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 991.98px) {.htbanners .htbanner-card .htbanner-action{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width: 767.98px) {.htbanners .htbanner-card .htbanner-action{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.htbanners .htbanner-card .htbanner-action .btn{width:130px;height:68px;margin-right:30px;padding:0 25px}@media screen and (max-width: 767.98px) {.htbanners .htbanner-card .htbanner-action .btn{margin-right:0;margin-bottom:25px;height:50px}}@media (min-width: 992px) and (max-width: 1199.98px) {.htbanners .htbanner-card .htbanner-action .btn{margin-right:15px}}.htbanners .htbanner-card .htbanner-action .btn:last-child{width:167px;margin-right:0}.htbanners .htbanner-card .htbanner-action .btn i{font-size:14px}.htbanners .htbanner-card .htbanner-action.htbanner-action-2 .btn{width:215px}.htcontact{position:relative}.htcontact .htcontact-action{margin-bottom:100px}@media screen and (max-width: 767.98px) {.htcontact .htcontact-action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:50px}}.htcontact .htcontact-action .btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:180px;height:65px;margin-right:40px}@media (min-width: 992px) and (max-width: 1199.98px) {.htcontact .htcontact-action .btn{margin-right:10px}}@media screen and (max-width: 991.98px) {.htcontact .htcontact-action .btn{margin:0 30px 0 0}}@media screen and (max-width: 767.98px) {.htcontact .htcontact-action .btn{margin-right:0;margin-bottom:15px;height:50px}}.htcontact .htcontact-action .btn i{color:inherit;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;font-size:10px}.htcontact .htcontact-action .btn:first-child i{color:#063464}.htcontact .htcontact-action .btn:first-child:hover i{color:var(--global--color-white)}.htcontact .htcontact-action .btn:last-child{padding:0 28px;margin-right:0}.htcontact .htcontact-action .htbtn.htbtn--white{-webkit-box-shadow:0 3px 63px 0 rgba(6,52,100,0.11);box-shadow:0 3px 63px 0 rgba(6,52,100,0.11)}.htcontact .htcontact-action.htcontact-action-2{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:85px}@media screen and (max-width: 991.98px) {.htcontact .htcontact-action.htcontact-action-2{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width: 767.98px) {.htcontact .htcontact-action.htcontact-action-2{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.htcontact .htcontact-action.htcontact-action-2 .htcontact-icons{margin-right:40px}@media screen and (max-width: 767.98px) {.htcontact .htcontact-action.htcontact-action-2 .htcontact-icons{margin-right:0;margin-bottom:30px}.htcontact .htcontact-action.htcontact-action-2 .htcontact-icons .hticon{margin-bottom:0}}.htcontact .htcontact-action.htcontact-action-2 .btn:hover i{color:var(--global--color-white)}.htcontact .htcontact-action.htcontact-action-2 .btn i{-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.htcontact .htcontact-icons{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:no-wrap;flex-wrap:no-wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 991.98px) {.htcontact .htcontact-icons{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.htcontact .htcontact-icons .hticon{max-width:130px;margin-right:20px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}@media screen and (min-width: 992px) {.htcontact .htcontact-icons .hticon{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media (min-width: 992px) and (max-width: 1199.98px) {.htcontact .htcontact-icons .hticon{margin-right:20px}}@media screen and (max-width: 767.98px) {.htcontact .htcontact-icons .hticon{margin:0 15px 25px}.htcontact .htcontact-icons .hticon:last-child{margin-bottom:0}}.htcontact .htcontact-icons .hticon:hover{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.htcontact .htcontact-icons .hticon i{display:inline-block;margin-bottom:26px;font-size:65px;color:var(--global--color-white)}.htcontact .htcontact-icons .hticon h4{font-family:var(--global--font-heading);color:var(--global--color-white);font-size:18px;font-weight:500;line-height:27px;margin-bottom:0}.htcontact .htcontact-icons .hticon a{position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:transparent;z-index:2}.htcontact .htcontact-icons.htcontact-icons-2 .hticon{margin-right:40px;max-width:unset}.htcontact .htcontact-icons.htcontact-icons-2 .hticon:last-child{margin-right:0}.htcontact .htcontact-icons.htcontact-icons-2 .hticon i{margin-bottom:0}.htcontact .htcontact-overlay{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:calc(100% - 5%);border-radius:8px;height:100%;z-index:1;background-size:cover;background-position:center;background-repeat:no-repeat}@media (min-width: 992px) and (max-width: 1199.98px) {.htcontact .htcontact-overlay{width:calc(100% - 2%)}}@media screen and (max-width: 767.98px) {.htcontact .htcontact-overlay{width:100%;border-radius:8px 8px 0 0}}.htcontact .htcontact-content{position:relative;z-index:2}.htcontact.htcontact-1{padding-top:110px;padding-bottom:0;overflow:visible;position:relative;z-index:5}@media screen and (max-width: 991.98px) {.htcontact.htcontact-1{padding-top:70px;padding-bottom:63px}}@media screen and (min-width: 992px) {.htcontact.htcontact-1 .htcontact-panel .htcontact-card{-webkit-transform:translateY(50px);-ms-transform:translateY(50px);transform:translateY(50px);margin-top:-50px}}.htcontact.htcontact-2{padding-top:110px;padding-bottom:110px}@media screen and (max-width: 991.98px) {.htcontact.htcontact-2{padding-top:70px;padding-bottom:70px}}@media screen and (max-width: 991.98px) {.htcontact.htcontact-2 .htcontact-panel .htheading{margin-bottom:50px}}.htcontact.htcontact-2 .htcontact-panel .htcontact-card{margin-bottom:0}.htcontact.htcontact-3{padding:0;overflow:visible;position:relative;z-index:2;padding-bottom:100px}.htcontact-panel{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}@media screen and (max-width: 991.98px) {.htcontact-panel{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (min-width: 992px) {.htcontact-panel{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.htcontact-panel .htheading{z-index:4}@media screen and (min-width:992px) {.htcontact-panel .htheading{-ms-flex-preferred-size:40%;flex-basis:40%;-ms-flex-negative:0;flex-shrink:0;margin-bottom:0;-webkit-transform:translateY(-12px);-ms-transform:translateY(-12px);transform:translateY(-12px);margin-bottom:-12px}}@media (min-width: 992px) and (max-width: 1199.98px) {.htcontact-panel .htheading{-ms-flex-preferred-size:46%;flex-basis:46%}}.htcontact-panel .htcontact-card{z-index:4}@media screen and (min-width: 992px) {.htcontact-panel .htcontact-card{-ms-flex-preferred-size:54%;flex-basis:54%;-ms-flex-negative:0;flex-shrink:0}}@media (min-width: 992px) and (max-width: 1199.98px) {.htcontact-panel .htcontact-card{-ms-flex-preferred-size:50%;flex-basis:50%}}@media screen and (max-width: 991.98px) {.htcontact-panel .htcontact-card{margin-bottom:50px}}@media screen and (min-width:992px) {.htcontact-panel.htcontact-panel-2 .htheading{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px);margin-bottom:-6px}}.htcontact-panel.htcontact-panel-3{-webkit-transform:translateY(-145px);-ms-transform:translateY(-145px);transform:translateY(-145px);margin-bottom:-145px;padding:60px 70px;background-color:var(--global--color-white);-webkit-box-shadow:0 5px 83px 0 rgba(3,43,86,0.12);box-shadow:0 5px 83px 0 rgba(3,43,86,0.12);border-radius:4px;z-index:5}@media (min-width: 992px) and (max-width: 1199.98px) {.htcontact-panel.htcontact-panel-3{padding-left:40px;padding-right:40px}}@media screen and (max-width: 767.98px) {.htcontact-panel.htcontact-panel-3{padding-left:25px;padding-right:25px}}.htcontact-panel.htcontact-panel-3 .htcontact-card{padding-top:0;padding-bottom:0;padding-left:0;-webkit-box-shadow:none;box-shadow:none}@media screen and (max-width: 991.98px) {.htcontact-panel.htcontact-panel-3 .htcontact-card{padding-right:0}}@media (min-width: 992px) and (max-width: 1199.98px) {.htcontact-panel.htcontact-panel-3 .htcontact-card{padding-right:0}}.htcontact-panel.htcontact-panel-3 .htcontact-card .htcontact-body .card-desc{margin-bottom:32px}.htcontact-panel.htcontact-panel-3 .htcontact-card .htcontact-body textarea.form-control{margin-bottom:40px}.htcontact-panel.htcontact-panel-3 .htcontact-card .htcontact-body .btn{height:75px;width:100%}.htcontact-panel.htcontact-panel-3 .htcontact-card .htcontact-body .btn i{font-size:10px}.htcontact-panel.htcontact-panel-3 .htcontact-card .htcontact-result{margin-top:0}.htcontact-card{background-color:var(--global--color-white);padding:47px 50px 40px;border-radius:4px;-webkit-box-shadow:0 5px 83px 0 rgba(3,43,86,0.12);box-shadow:0 5px 83px 0 rgba(3,43,86,0.12);position:relative;height:-webkit-max-content;height:-moz-max-content;height:max-content}@media (min-width: 992px) and (max-width: 1199.98px) {.htcontact-card{padding:37px 25px 30px}}@media screen and (max-width: 767.98px) {.htcontact-card{padding:37px 25px 30px}}.htcontact-card .htcontact-body .card-heading{font-family:var(--global--font-heading);font-size:24px;line-height:1;font-weight:700;text-transform:capitalize;color:#05213f;margin-bottom:20px}@media screen and (max-width: 991.98px) {.htcontact-card .htcontact-body .card-heading{text-align:center;line-height:1.4}}.htcontact-card .htcontact-body .card-desc{font-family:var(--global--font-body);font-weight:400;font-size:15px;line-height:25px;color:#8e949e;margin-bottom:28px}@media screen and (max-width: 991.98px) {.htcontact-card .htcontact-body .card-desc{text-align:center}}.htcontact-card .htcontact-body form{margin-bottom:0}.htcontact-card .htcontact-body form .form-control{margin-bottom:26px}.htcontact-card .htcontact-body .htcustom-radio-group{margin-bottom:22px}.htcontact-card .htcontact-body .btn{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:60px}@media screen and (min-width: 768px) {.htcontact-card .htcontact-body .btn{height:75px}}.htcontact-card .htcontact-body .btn i{font-size:10px}.htcontact-card .htcontact-body .htcontact-result{margin-top:10px;text-align:center}@media screen and (max-width: 991.98px) {.htcontact-card.htcontact-card-2{margin-bottom:70px}}.htcontact-card.htcontact-card-2 .htcustom-radio-group{-ms-flex-wrap:wrap;flex-wrap:wrap}.htcontact-card.htcontact-card-2 .htprice-value{display:block;width:100%;color:var(--global--color-body);font-size:14px;font-weight:700;height:55px;line-height:1;border-radius:4px;background-color:#e6eaef;border:0;padding-left:25px;margin-bottom:50px;color:#222222}.htcontact-card.htcontact-card-2 .htblock-info:first-child{margin-bottom:20px}.htimg-card-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.htimg-card-holder .htimg-card{border-radius:4px;-ms-flex-negative:0;flex-shrink:0;height:auto;padding:44px 50px 47px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;text-align:center;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media screen and (min-width: 992px) {.htimg-card-holder .htimg-card{text-align:left}}@media (min-width: 992px) and (max-width: 1199.98px) {.htimg-card-holder .htimg-card{padding-left:25px;padding-right:25px}}@media screen and (max-width: 767.98px) {.htimg-card-holder .htimg-card{padding-left:20px;padding-right:20px}}.htimg-card-holder .htimg-card .card-content{max-width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;z-index:3}@media screen and (max-width: 991.98px) {.htimg-card-holder .htimg-card .card-content .htcontent-top{margin-bottom:30px}}.htimg-card-holder .htimg-card .card-content .htcontent-top .htheading-subtitle{font-family:var(--global--font-secondary);text-transform:capitalize;color:var(--global--color-white);font-size:30px;font-weight:400;line-height:1;margin-bottom:19px}.htimg-card-holder .htimg-card .card-content .htcontent-top .htheading-title{font-family:var(--global--font-heading);text-transform:capitalize;color:var(--global--color-white);font-size:22px;font-weight:700;line-height:33px;margin-bottom:26px}.htimg-card-holder .htimg-card .card-content .htcontent-top .htheading-desc{font-family:var(--global--font-body);text-transform:capitalize;color:#f9f9f9;font-size:16px;font-weight:400;line-height:27px;margin-bottom:0}.htimg-card-holder .htimg-card .card-content .htcontent-bottom .htcontact-infos{margin-bottom:0}.htimg-card-holder .htimg-card .card-content .htcontent-bottom .htcontact-infos .htcontact-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:14px}.htimg-card-holder .htimg-card .card-content .htcontent-bottom .htcontact-infos .htcontact-info:last-child{margin-bottom:0}.htimg-card-holder .htimg-card .card-content .htcontent-bottom .htcontact-infos .htcontact-info i{color:#f4f4f4;font-size:16px;margin-right:10px}.htimg-card-holder .htimg-card .card-content .htcontent-bottom .htcontact-infos .htcontact-info a,.htimg-card-holder .htimg-card .card-content .htcontent-bottom .htcontact-infos .htcontact-info p{font-family:var(--global--font-body);line-height:22px;font-size:14px;font-weight:700;margin-bottom:0;color:#f4f4f4}.htimg-card-holder .htimg-card .card-content .htcontent-bottom .htcontact-infos .htcontact-info a:hover{color:var(--global--color-heading)}.htimg-card-holder .htimg-card .card-content .htcontent-bottom .btn{width:150px;height:55px;-webkit-box-shadow:0 3px 63px 0 rgba(40,40,40,0.11);box-shadow:0 3px 63px 0 rgba(40,40,40,0.11);padding:0 20px;color:var(--global--color-primary)}.htimg-card-holder .htimg-card .card-content .htcontent-bottom .btn i{color:var(--global--color-primary)}.htimg-card-holder .htimg-card .card-content .htcontent-bottom .btn:hover{color:var(--global--color-white)}.htimg-card-holder .htimg-card .card-content .htcontent-bottom .btn:hover i{color:var(--global--color-white)}@media screen and (max-width: 991.98px) {.htimg-card-holder .htimg-card .card-content .htcontent-bottom .btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}}.htmap{position:relative;height:510px}.htmap iframe{position:absolute;top:0;left:0;right:0;height:100%;width:100%;-webkit-filter:brightness(104%) contrast(99%) saturate(0%) blur(0px) hue-rotate(0deg);filter:brightness(104%) contrast(99%) saturate(0%) blur(0px) hue-rotate(0deg)}.htmb-20{margin-bottom:20px!important}.htclients{padding-top:0;padding-bottom:0;border-bottom:2px solid #e6eaef;overflow:visible}@media screen and (max-width: 991.98px) {.htclients{padding-top:40px}}.htclients .htclients-note{text-align:center}@media screen and (min-width: 992px) {.htclients .htclients-note{max-width:80%;margin:0 auto;-webkit-transform:translateY(24px);-ms-transform:translateY(24px);transform:translateY(24px)}}@media (min-width: 992px) and (max-width: 1199.98px) {.htclients .htclients-note{max-width:100%}}@media screen and (max-width: 991.98px) {.htclients .htclients-note{margin:0 auto;max-width:80%}}@media screen and (max-width: 767.98px) {.htclients .htclients-note{max-width:100%}}.htclients .htclients-note p{font-family:var(--global--font-body);font-weight:700;font-size:14px;color:var(--global--color-body);line-height:33px;margin-bottom:0}.htclients .htclients-note p a{position:relative;font-weight:700;color:var(--global--color-heading);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;text-transform:capitalize;padding-bottom:6px}.htclients .htclients-note p a:hover::before{width:calc(100% - 20%)}.htclients .htclients-note p a::before{content:'';-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:100%;height:2px;background-color:var(--global--color-primary)}.htclients .htclient{padding-top:49px;padding-bottom:49px;cursor:pointer;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease;width:190px;margin-right:auto;margin-left:auto;position:relative;opacity:.5}@media (min-width: 992px) and (max-width: 1199.98px) {.htclients .htclient{width:130px}}.htclients .htclient:hover{opacity:1}.htclients .htclient a{position:absolute;width:100%;height:100%;top:0;left:0;right:0;z-index:2}.htclients .htclient img{max-width:100%;width:auto;display:block;margin-right:auto;margin-left:auto}.htglobal-locations{padding-top:105px;padding-bottom:30px}@media screen and (max-width: 991.98px) {.htglobal-locations{padding-top:65px;padding-bottom:16px}}.htglobal-locations .htcontinent{margin-bottom:70px}@media screen and (max-width: 991.98px) {.htglobal-locations .htcontinent{margin-bottom:40px}}.htglobal-locations .htcontinent .htcontinent-name{margin-bottom:27px;border-bottom:2px solid #e6eaef;padding-bottom:23px}@media screen and (max-width: 991.98px) {.htglobal-locations .htcontinent .htcontinent-name{text-align:center}}.htglobal-locations .htcontinent .htcontinent-name h2{font-family:var(--global--font-heading);font-weight:500;font-size:25px;line-height:30px;text-transform:capitalize;color:#1e4873;margin-bottom:0}.htglobal-locations .htcontinent .htcontinent-offices{margin-bottom:0}@media screen and (max-width: 991.98px) {.htglobal-locations .htcontinent .htcontinent-offices{text-align:center}}.htglobal-locations .htcontinent .htcontinent-offices ul{margin:0}.htglobal-locations .htcontinent .htcontinent-offices li a{font-family:var(--global--font-body);font-size:14px;line-height:40px;font-weight:700;color:var(--global--color-heading);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;text-transform:capitalize;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.htglobal-locations .htcontinent .htcontinent-offices li a:hover{color:var(--global--color-primary-alt)}.htglobal-locations .htcontinent .htcontinent-offices li a:hover i{color:var(--global--color-primary-alt)}.htglobal-locations .htcontinent .htcontinent-offices li a i{margin-right:15px;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;color:var(--global--color-heading)}@media only screen and (min-width: 768px) and (max-width: 991px) {.httestimonial-area.htbg-fit {background-size: cover !important}}@media only screen and (max-width: 767px) {.httestimonial-area.htbg-fit {background-image: none !important;background-color: #091d3e;overflow: hidden}}.httestimonial-style-one-box {padding-top: 120px;padding-bottom: 90px}@media only screen and (min-width: 768px) and (max-width: 991px) {.httestimonial-style-one-box {padding-top: 50px;padding-bottom: 0}}@media only screen and (max-width: 767px) {.httestimonial-style-one-box {padding-top: 0;padding-bottom: 0;margin-bottom: -30px}}.httestimonial-style-one-carousel {margin: 0 -15px}.httestimonial-style-one {padding: 50px;border-radius: 10px;background: #fff;padding-bottom: 20px}.httestimonial-style-one h4 {font-weight: 600;margin-bottom: 5px;font-size: 22px}.httestimonial-style-one span {display: block;color: var(--global--color-primary);font-weight: 600;font-size: 18px}.httestimonial-style-one p {margin: 0;line-height: normal}.httestimonial-style-one .htquote-icon {position: absolute;width: 100px;right: 10px;top: 10px;opacity: 0.6}.httestimonial-style-one .htprovider {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin-bottom: 20px}.httestimonial-style-one .htprovider .htthumb img {height: 80px;margin-left: 3px;padding: 0;margin-right: 20px;border-radius: 50%;min-width: 80px;object-fit:cover}@media only screen and (max-width: 400px) {.httestimonial-style-one .htprovider .htthumb img {display: none}}.httestimonial-style-two-box {padding-top: 120px;padding-bottom: 120px}@media only screen and (max-width: 767px) {.httestimonial-style-two-box {padding-top: 10px;padding-bottom: 10px}}.httestimonial-style-two-box .htsite-heading {margin-bottom: 40px}.httestimonial-style-two .htprovider {margin-top: 40px}.httestimonial-style-two .htthumb {position: relative;margin-bottom: 20px}.httestimonial-style-two .htthumb>img {height: 100px;width: 100px;border-radius: 50%;background: -webkit-gradient(linear, left top, left bottom, from(#0090ff), color-stop(51%, #4e70fc), to(#9b4ff9));background: linear-gradient(-180deg, #0090ff 0%, #4e70fc 51%, #9b4ff9 100%);padding: 6px}.httestimonial-style-two p {margin: 0;font-size: 28px;line-height: 1.3;font-weight: 300;color: #cccccc}.httestimonial-style-two h4 {font-weight: 600;margin-bottom: 3px}.httestimonial-style-two span {color: var(--global--color-primary);font-weight: 600}.htoffers{padding:0 5%}.htoffer-plan{border-radius:8px;padding:110px 0 110px 60px}@media (min-width: 992px) and (max-width: 1199.98px) {.htoffer-plan{padding-left:30px;padding-right:30px}}@media screen and (max-width: 767.98px) {.htoffer-plan{padding-left:30px;padding-right:30px}}@media screen and (max-width: 350px) {.htoffer-plan{padding-left:10px;padding-right:10px}}.htoffer-plan .card-content{padding:90px 85px 84px 110px;background-color:var(--global--color-white);border-radius:4px;position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width: 1200px) and (max-width: 1399.98px) {.htoffer-plan .card-content{padding-left:50px;padding-right:50px}}@media (min-width: 992px) and (max-width: 1199.98px) {.htoffer-plan .card-content{padding-left:25px;padding-right:25px}}@media screen and (max-width: 991.98px) {.htoffer-plan .card-content{padding-left:40px;padding-right:40px;text-align:left}}@media screen and (max-width: 767.98px) {.htoffer-plan .card-content{padding:50px 25px 44px}}.htoffer-plan .card-content .htplan-badge{position:absolute;top:-5px;left:60px}@media screen and (max-width: 500px) {.htoffer-plan .card-content .htplan-badge{left:30px}}.htoffer-plan .card-content .card-icon{margin-bottom:45px}.htoffer-plan .card-content .card-icon i{font-size:80px;color:#222222}.htoffer-plan .card-content .card-body{padding:0}.htoffer-plan .card-content .card-body .htentry-heading{font-size:37px;color:#05213f;margin-bottom:28px}@media screen and (max-width: 500px) {.htoffer-plan .card-content .card-body .htentry-heading{font-size:28px}}.htoffer-plan .card-content .card-body .htentry-desc{margin-bottom:23px}.htoffer-plan .card-content .card-body .htadvantages-box{margin-bottom:42px}@media screen and (min-width: 768px) {.htoffer-plan .card-content .card-body .htadvantages-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (min-width: 768px) and (max-width: 991.98px) {.htoffer-plan .card-content .card-body .htadvantages-box{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.htoffer-plan .card-content .card-body .htadvantages-box .htadvantages-list{margin:0;padding:0;list-style:none}@media (min-width: 768px) and (max-width: 991.98px) {.htoffer-plan .card-content .card-body .htadvantages-box .htadvantages-list{margin-right:30px}}@media screen and (max-width: 991.98px) {.htoffer-plan .card-content .card-body .htadvantages-box .htadvantages-list{margin-bottom:0}}.htoffer-plan .card-content .card-body .htadvantages-box .htadvantages-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:var(--global--font-body);font-weight:700;font-size:15px;line-height:35px;color:var(--global--color-body)}.htoffer-plan .card-content .card-body .htadvantages-box .htadvantages-list li i{width:20px;height:20px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--global--color-secondary);color:var(--global--color-white);margin-right:15px;border-radius:50%;font-size:10px}.htoffer-plan .card-content .card-body .htentry-action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 767.98px) {.htoffer-plan .card-content .card-body .htentry-action{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.htoffer-plan .card-content .card-body .htentry-action .htprice{margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}@media screen and (max-width: 767.98px) {.htoffer-plan .card-content .card-body .htentry-action .htprice{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.htoffer-plan .card-content .card-body .htentry-action .htprice span{font-family:var(--global--font-heading);font-weight:400;color:#1e4873}.htoffer-plan .card-content .card-body .htentry-action .htprice span::before{content:'/'}.htoffer-plan .card-content .card-body .htentry-action .htprice span:first-of-type::before{content:unset}.htoffer-plan .card-content .card-body .htentry-action .htprice span.htcurrency{font-size:50px}.htoffer-plan .card-content .card-body .htentry-action .htprice span.httime{font-size:14px;font-weight:700;-ms-flex-negative:0;flex-shrink:0}.htoffer-plan .card-content .card-body .htentry-action .btn{-webkit-box-shadow:0 3px 63px 0 rgba(6,52,100,0.11);box-shadow:0 3px 63px 0 rgba(6,52,100,0.11);width:188px;height:65px}@media screen and (min-width: 768px) {.htoffer-plan .card-content .card-body .htentry-action .btn{margin-right:50px}}@media (min-width: 1200px) and (max-width: 1399.98px) {.htoffer-plan .card-content .card-body .htentry-action .btn{margin-right:40px}}@media (min-width: 992px) and (max-width: 1199.98px) {.htoffer-plan .card-content .card-body .htentry-action .btn{margin-right:25px}}@media screen and (max-width: 991.98px) {.htoffer-plan .card-content .card-body .htentry-action .btn{margin-right:25px}}@media screen and (max-width: 767.98px) {.htoffer-plan .card-content .card-body .htentry-action .btn{margin-right:0;margin-bottom:20px}}.htoffer-plan .card-content .card-body .htentry-action .btn i{font-size:10px}.htoffer-plan.htpanel-left{border-radius:8px 0 0 8px}@media (min-width: 992px) and (max-width: 1199.98px) {.htoffer-plan.htpanel-left{padding-right:0;padding-left:40px}}@media screen and (max-width: 991.98px) {.htoffer-plan.htpanel-left{padding:50px;border-radius:8px 8px 0 0}}@media screen and (max-width: 500px) {.htoffer-plan.htpanel-left{padding-left:25px;padding-right:25px}}.htoffer-plan.htpanel-left .card-content{border-radius:4px 0 0 4px;position:relative}@media screen and (min-width: 992px) {.htoffer-plan.htpanel-left .card-content::after{content:'';position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:0;background-color:#eaeaea;width:2px;height:calc(100% - 180px)}}.htoffer-plan.htpanel-left .card-content .card-icon i{color:var(--global--color-primary-alt)}.htoffer-plan.htpanel-left .card-content .htadvantages-box .htadvantages-list li i{background-color:var(--global--color-primary-alt)}.htoffer-plan.htpanel-right{border-radius:0 8px 8px 0;padding-left:0;padding-right:60px;text-align:right}@media (min-width: 992px) and (max-width: 1199.98px) {.htoffer-plan.htpanel-right{padding-left:0;padding-right:40px}}@media screen and (max-width: 991.98px) {.htoffer-plan.htpanel-right{padding:50px;border-radius:0 0 8px 8px}}@media screen and (max-width: 500px) {.htoffer-plan.htpanel-right{padding-left:25px;padding-right:25px}}.htoffer-plan.htpanel-right .card-content{border-radius:0 4px 4px 0;position:relative}@media screen and (min-width: 992px) {.htoffer-plan.htpanel-right .card-content::after{content:'';position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:0;background-color:#eaeaea;width:2px;height:calc(100% - 180px)}}@media screen and (max-width: 991.98px) {.htoffer-plan.htpanel-right .card-content{text-align:right}}@media (min-width: 768px) and (max-width: 991.98px) {.htoffer-plan.htpanel-right .card-content .card-body .htadvantages-box{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}@media (min-width: 768px) and (max-width: 991.98px) {.htoffer-plan.htpanel-right .card-content .card-body .htadvantages-box .htadvantages-list{margin-right:0;margin-left:30px}}.htoffer-plan.htpanel-right .card-content .card-body .htadvantages-box .htadvantages-list li{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.htoffer-plan.htpanel-right .card-content .card-body .htadvantages-box .htadvantages-list li i{margin-right:0;margin-left:15px}.htoffer-plan.htpanel-right .card-content .card-body .htentry-action{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media screen and (max-width: 767.98px) {.htoffer-plan.htpanel-right .card-content .card-body .htentry-action{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}.htoffer-plan.htpanel-right .card-content .card-body .htentry-action .btn{margin-right:0}@media screen and (min-width: 768px) {.htoffer-plan.htpanel-right .card-content .card-body .htentry-action .btn{margin-left:50px}}@media (min-width: 1200px) and (max-width: 1399.98px) {.htoffer-plan.htpanel-right .card-content .card-body .htentry-action .btn{margin-left:40px}}@media (min-width: 992px) and (max-width: 1199.98px) {.htoffer-plan.htpanel-right .card-content .card-body .htentry-action .btn{margin-left:25px}}@media screen and (max-width: 991.98px) {.htoffer-plan.htpanel-right .card-content .card-body .htentry-action .btn{margin-left:25px}}@media screen and (max-width: 767.98px) {.htoffer-plan.htpanel-right .card-content .card-body .htentry-action .btn{margin-left:0;margin-bottom:20px}}.htoffers-holder{padding:110px 60px;border-radius:8px}@media screen and (max-width: 991.98px) {.htoffers-holder{padding:70px 40px}}@media (min-width: 992px) and (max-width: 1199.98px) {.htoffers-holder{padding-left:25px;padding-right:25px}}@media screen and (max-width: 767.98px) {.htoffers-holder{padding-left:25px;padding-right:25px}}.htoffers-holder .htoffer-plan{padding:0;position:relative}.htoffers-holder .htoffer-plan::after{content:'';position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);left:50%;background-color:#e6eaef;height:2px;width:calc(100% - 180px);z-index:5}@media screen and (max-width: 767.98px) {.htoffers-holder .htoffer-plan::after{width:calc(100% - 60px)}}@media (min-width: 992px) and (max-width: 1199.98px) {.htoffers-holder .htoffer-plan::after{width:calc(100% - 60px)}}@media (min-width: 1200px) and (max-width: 1399.98px) {.htoffers-holder .htoffer-plan::after{width:calc(100% - 60px)}}.htoffers-holder .htoffer-plan.htplan-top{border-radius:4px 4px 0 0}.htoffers-holder .htoffer-plan.htplan-top::after{bottom:0}.htoffers-holder .htoffer-plan.htplan-top .card-content{border-radius:4px 4px 0 0;padding-top:90px}@media screen and (max-width: 767.98px) {.htoffers-holder .htoffer-plan.htplan-top .card-content{padding-top:50px}}.htoffers-holder .htoffer-plan.htplan-top .card-content .card-icon i{color:var(--global--color-primary-alt)}.htoffers-holder .htoffer-plan.htplan-top .card-content .htadvantages-box .htadvantages-list li i{background-color:var(--global--color-primary-alt)}.htoffers-holder .htoffer-plan.htplan-bottom{border-radius:0 0 4px 4px}.htoffers-holder .htoffer-plan.htplan-bottom::after{top:0}.htoffers-holder .htoffer-plan.htplan-bottom .card-content{padding-bottom:85px;border-radius:0 0 4px 4px}@media screen and (max-width: 767.98px) {.htoffers-holder .htoffer-plan.htplan-bottom .card-content{padding-bottom:45px}}@media screen and (max-width: 991.98px) {.htoffers-holder .htoffer-plan.htplan-bottom .card-content .card-body{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;text-align:right}}@media (min-width: 768px) and (max-width: 991.98px) {.htoffers-holder .htoffer-plan.htplan-bottom .card-content .card-body .htadvantages-box{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.htoffers-holder .htoffer-plan.htplan-bottom .card-content .card-body .htadvantages-box .htadvantages-list{margin-right:0;margin-left:30px}.htoffers-holder .htoffer-plan.htplan-bottom .card-content .card-body .htadvantages-box .htadvantages-list li{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.htoffers-holder .htoffer-plan.htplan-bottom .card-content .card-body .htadvantages-box .htadvantages-list li i{margin-left:10px;margin-right:0}}@media screen and (max-width: 767.98px) {.htoffers-holder .htoffer-plan.htplan-bottom .card-content .card-body .htadvantages-box{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.htoffers-holder .htoffer-plan.htplan-bottom .card-content .card-body .htadvantages-box li{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.htoffers-holder .htoffer-plan.htplan-bottom .card-content .card-body .htadvantages-box li i{margin-left:10px;margin-right:0}}@media (min-width: 768px) and (max-width: 991.98px) {.htoffers-holder .htoffer-plan.htplan-bottom .card-content .card-body .htentry-action{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}@media screen and (max-width:767.98px) {.htoffers-holder .htoffer-plan.htplan-bottom .card-content .card-body .htentry-action{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media screen and (min-width: 992px) {.htoffers-holder .htoffer-plan .card-infos{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px);margin-bottom:-5px}}.htoffers-holder .htoffer-plan .card-content{border-radius:0;padding:70px 90px}@media (min-width: 992px) and (max-width: 1199.98px) {.htoffers-holder .htoffer-plan .card-content{padding-left:30px;padding-right:30px}}@media (min-width: 1200px) and (max-width: 1399.98px) {.htoffers-holder .htoffer-plan .card-content{padding-left:30px;padding-right:30px}}@media screen and (max-width: 767.98px) {.htoffers-holder .htoffer-plan .card-content{padding-left:30px;padding-right:30px}}.htoffers-holder .htoffer-plan .card-content .htplan-badge{top:50px;left:auto;right:-5px}@media screen and (max-width: 991.98px) {.htoffers-holder .htoffer-plan .card-content .htplan-badge{top:9px}}.htoffers-holder .htoffer-plan .card-content .card-body{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width: 991.98px) {.htoffers-holder .htoffer-plan .card-content .card-body{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.htoffers-holder .htoffer-plan .card-content .card-body .card-icon{margin-right:50px}@media screen and (max-width: 1199.98px) {.htoffers-holder .htoffer-plan .card-content .card-body .card-icon{margin-right:25px}}@media screen and (max-width: 991.98px) {.htoffers-holder .htoffer-plan .card-content .card-body .card-icon{margin-right:0;margin-bottom:50px}}.htoffers-holder .htoffer-plan .card-content .card-body .htentry-desc{margin-bottom:26px}@media screen and (max-width: 991.98px) {.htoffers-holder .htoffer-plan .card-content .card-body .htadvantages-box{margin-bottom:0}}@media (min-width: 768px) and (max-width: 991.98px) {.htoffers-holder .htoffer-plan .card-content .card-body .htadvantages-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media screen and (max-width: 991.98px) {.htoffers-holder .htoffer-plan .card-content .card-body .htentry-action{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:40px}}@media (min-width: 768px) and (max-width: 991.98px) {.htoffers-holder .htoffer-plan .card-content .card-body .htentry-action{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media (min-width: 992px) and (max-width: 1199.98px) {.htoffers-holder .htoffer-plan .card-content .card-body .htentry-action .btn{padding:0 15px}}.htvideo{position:relative;border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:560px}.htvideo.htvideo-2{margin-bottom:67px}.htmfp-bg{z-index:1543}.htmfp-wrap{z-index:1642}@-webkit-keyframes pulse {0%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(1.4);transform:scale(1.4);opacity:0}}@keyframes pulse {0%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(1.4);transform:scale(1.4);opacity:0}}.htcta{padding-top:50px;padding-bottom:50px}.htcta .htcta-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-content:space-between}@media screen and (max-width: 991.98px) {.htcta .htcta-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.htcta .htcta-wrapper .htcta-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 991.98px) {.htcta .htcta-wrapper .htcta-body{margin-bottom:40px}}@media screen and (max-width: 767.98px) {.htcta .htcta-wrapper .htcta-body{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}}.htcta .htcta-wrapper .htcta-body .htcta-icon{-ms-flex-negative:0;flex-shrink:0;margin-right:60px}@media (min-width: 992px) and (max-width: 1199.98px) {.htcta .htcta-wrapper .htcta-body .htcta-icon{margin-right:30px}}@media screen and (max-width: 767.98px) {.htcta .htcta-wrapper .htcta-body .htcta-icon{margin-right:0;margin-bottom:40px}}.htcta .htcta-wrapper .htcta-body .htcta-icon img{max-width:100%}.htcta .htcta-wrapper .htcta-body .htcta-content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.htcta .htcta-wrapper .htcta-body .htcta-content h2{font-family:var(--global--font-heading);font-size:24px;line-height:1.4;font-weight:700;color:#05213f;margin-bottom:15px}.htcta .htcta-wrapper .htcta-body .htcta-content p{font-family:var(--global--font-body);font-size:16px;line-height:27px;font-weight:400;color:var(--global--color-body);margin-bottom:0}.htcta .htcta-wrapper .htcta-action{-ms-flex-preferred-size:30%;flex-basis:30%;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media (min-width: 992px) and (max-width: 1199.98px) {.htcta .htcta-wrapper .htcta-action{-ms-flex-preferred-size:20%;flex-basis:20%;margin-left:20px}}.htcta .htcta-wrapper .htcta-action .btn{width:290px;height:70px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (min-width: 992px) and (max-width: 1199.98px) {.htcta .htcta-wrapper .htcta-action .btn{width:220px}}.htcta .htcta-wrapper .htcta-action .btn i{font-size:10px}.htpage-404 h3{font-size:280px;font-weight:600;line-height:1.1;margin-bottom:0}.htpage-404 p{color:#a5a5a5;font-size:15px;font-weight:400;line-height:23px;margin-bottom:20px}@media only screen and (max-width: 767px) {.htpage-404 h3{font-size:150px}.htpage-404 .btn{width:125px}}@media only screen and (min-width: 992px) and (max-width: 1200px) {.htpage-404 h3{font-size:180px}}.htservices{padding-top:124px;padding-bottom:90px}@media screen and (max-width: 991.98px) {.htservices{padding-top:59px;padding-bottom:40px}}.htservices .htservice-panel{position:relative;background-color:var(--global--color-white);border-radius:4px;-webkit-box-shadow:0 5px 83px 0 rgba(6,52,100,0.1);box-shadow:0 5px 83px 0 rgba(6,52,100,0.1);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;margin-bottom:40px}@media screen and (max-width: 991.98px) {.htservices .htservice-panel{max-width:370px;margin:0 auto 30px}}.htservices .htservice-panel:hover{-webkit-box-shadow:0 5px 83px 0 rgba(6,52,100,0.12);box-shadow:0 5px 83px 0 rgba(6,52,100,0.12)}.htservices .htservice-panel:hover .htservice-img{opacity:1;visibility:visible}.htservices .htservice-panel:hover .htservice-content::before{width:0}.htservices .htservice-panel:hover .htservice-content .htservice-icon::before{opacity:0;visibility:hidden}.htservices .htservice-panel:hover .htservice-content .htservice-icon i{color:var(--global--color-white)}.htservices .htservice-panel:hover .htservice-content .htservice-title h3 a{color:var(--global--color-white)}.htservices .htservice-panel:hover .htservice-content .htservice-desc p{color:var(--global--color-white)}.htservices .htservice-panel:hover .htservice-content .htservice-more{padding-top:0}.htservices .htservice-panel:hover .htservice-content .htservice-more .btn{height:70px;background-color:var(--global--color-primary)}.htservices .htservice-panel .htservice-img{position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:transparent;z-index:2;opacity:0;border-radius:4px;visibility:hidden;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;overflow:hidden}.htservices .htservice-panel .htservice-img::before{content:'';position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:rgba(32,115,211,0.85);z-index:1;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.htservices .htservice-panel .htservice-img::after{content:'';position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:-webkit-gradient(linear,left top,left bottom,from(rgba(40,205,250,0)),color-stop(0%,rgba(29,101,185,0)),color-stop(16.43%,rgba(29,101,185,0)),color-stop(97.66%,#222222),to(#222222));background:-o-linear-gradient(rgba(40,205,250,0) 0%,rgba(29,101,185,0) 0%,rgba(29,101,185,0) 16.43%,#222222 97.66%,#222222 100%);background:linear-gradient(rgba(40,205,250,0) 0%,rgba(29,101,185,0) 0%,rgba(29,101,185,0) 16.43%,#222222 97.66%,#222222 100%);z-index:2;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.htservices .htservice-panel .htservice-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.htservices .htservice-panel .htservice-content{position:relative;z-index:3;text-align:center;padding:60px 50px 50px;border-radius:4px;overflow:hidden}.htservices .htservice-panel .htservice-content::before{content:'';position:absolute;top:0;left:0;height:6px;width:calc(100% - 50px);background-color:var(--global--color-secondary);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}@media (min-width: 992px) and (max-width: 1199.98px) {.htservices .htservice-panel .htservice-content::before{width:calc(100% - 25px)}}@media screen and (max-width: 767.98px) {.htservices .htservice-panel .htservice-content::before{width:calc(100% - 25px)}}@media screen and (max-width: 767.98px) {.htservices .htservice-panel .htservice-content{padding-left:20px;padding-right:20px}}@media (min-width: 992px) and (max-width: 1199.98px) {.htservices .htservice-panel .htservice-content{padding-left:25px;padding-right:25px}}@media screen and (min-width: 992px) {.htservices .htservice-panel .htservice-content{text-align:left}}.htservices .htservice-panel .htservice-content .htservice-icon{position:relative;margin-bottom:42px}.htservices .htservice-panel .htservice-content .htservice-icon:hover i{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.htservices .htservice-panel .htservice-content .htservice-icon::before{content:'';position:absolute;top:-20px;left:-20px;width:80px;height:80px;border-radius:50%;background-color:#eef3fa;z-index:-1;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}@media (min-width: 992px) and (max-width: 1199.98px) {.htservices .htservice-panel .htservice-content .htservice-icon::before{left:-10px}}@media screen and (max-width: 991.98px) {.htservices .htservice-panel .htservice-content .htservice-icon::before{left:50%;-webkit-transform:translateX(calc(-50% - 20px));-ms-transform:translateX(calc(-50% - 20px));transform:translateX(calc(-50% - 20px))}}.htservices .htservice-panel .htservice-content .htservice-icon i{display:inline-block;color:var(--global--color-secondary);font-size:75px;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.htservices .htservice-panel .htservice-content .htservice-title h3{font-family:var(--global--font-heading);font-size:23px;font-weight:700;line-height:32px;margin-bottom:16px;text-transform:capitalize}.htservices .htservice-panel .htservice-content .htservice-title h3 a{color:var(--global--color-heading);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.htservices .htservice-panel .htservice-content .htservice-title h3 a:hover{color:var(--global--color-white)}.htservices .htservice-panel .htservice-content .htservice-desc{margin-bottom:52px}.htservices .htservice-panel .htservice-content .htservice-desc p{font-family:var(--global--font-body);color:var(--global--color-body);font-size:15px;font-weight:400;line-height:25px;margin-bottom:0;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.htservices .htservice-panel .htservice-content .htservice-more{padding-top:20px;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.htservices .htservice-panel .htservice-content .htservice-more .btn{width:100%;height:50px;background-color:var(--global--color-heading);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.htservices .htservice-panel .htservice-content .htservice-more .btn:hover{color:var(--global--color-white)}.htservices .htservice-panel .htservice-content .htservice-more .btn:hover i{-webkit-transform:translateX(5px);-ms-transform:translateX(5px);transform:translateX(5px)}.htservices .htservice-panel .htservice-content .htservice-more .btn i{font-size:10px;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.htservices .htservice-panel.htservice-panel-2:hover .htservice-img{opacity:0;visibility:hidden}.htservices .htservice-panel.htservice-panel-2:hover .htservice-content::before{width:calc(100% - 50px);background-color:var(--global--color-primary)}@media (min-width: 992px) and (max-width: 1199.98px) {.htservices .htservice-panel.htservice-panel-2:hover .htservice-content::before{width:calc(100% - 25px)}}@media screen and (max-width: 767.98px) {.htservices .htservice-panel.htservice-panel-2:hover .htservice-content::before{width:calc(100% - 25px)}}.htservices .htservice-panel.htservice-panel-2:hover .htservice-content .htservice-icon::before{opacity:1;visibility:visible}.htservices .htservice-panel.htservice-panel-2:hover .htservice-content .htservice-icon i{color:var(--global--color-primary)}.htservices .htservice-panel.htservice-panel-2:hover .htservice-content .htservice-title h3 a{color:var(--global--color-heading)}.htservices .htservice-panel.htservice-panel-2:hover .htservice-content .htservice-desc p{color:var(--global--color-body)}.htservices .htservice-panel.htservice-panel-2 .htservice-content{padding-top:50px}.htservices .htservice-panel.htservice-panel-2 .htservice-content .htservice-icon{margin-bottom:32px}.htservices .htservice-panel.htservice-panel-2 .htservice-content .htservice-title h3{margin-bottom:26px}.htservices .htservice-panel.htservice-panel-2 .htservice-content .htservice-desc{margin-bottom:32px}.htservices .htservice-panel.htservice-panel-2 .htservice-content .htservice-more{padding-top:0}.htservices .htservice-panel.htservice-panel-2 .htservice-content .htservice-more .btn{width:164px;height:65px;-webkit-box-shadow:0 3px 63px 0 rgba(6,52,100,0.11);box-shadow:0 3px 63px 0 rgba(6,52,100,0.11)}@media screen and (max-width: 991.98px) {.htservices .htservice-panel.htservice-panel-2 .htservice-content .htservice-more .btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}}.htservices.htservices-2{padding-top:60px;padding-bottom:60px}@media screen and (max-width: 991.98px) {.htservices.htservices-2{padding-bottom:85px}}.htservices.htservices-2 .owl-carousel .owl-dots{-webkit-transform:translateY(40px);-ms-transform:translateY(40px);transform:translateY(40px)}@media screen and (max-width: 767.98px) {.htservices.htservices-2 .owl-carousel .owl-dots{-webkit-transform:translateY(70px);-ms-transform:translateY(70px);transform:translateY(70px)}}.htservices.htservices-2 .owl-carousel .owl-stage-outer{overflow:visible}.htservices.htservices-2 .owl-carousel .owl-stage-outer .owl-item{opacity:0}.htservices.htservices-2 .owl-carousel .owl-stage-outer .owl-item.active{opacity:1}.htservices.htservices-2 .htprocesses-note{padding:0;-webkit-transform:translateY(-12px);-ms-transform:translateY(-12px);transform:translateY(-12px)}.htservices.htservices-2 .htprocesses-note a{position:relative;padding-bottom:6px}.htservices.htservices-2 .htprocesses-note a:hover::before{width:calc(100% - 20%)}.htservices.htservices-2 .htprocesses-note a::before{content:'';-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:100%;height:2px;background-color:var(--global--color-primary)}.htservices.htservices-3{padding-top:60px;padding-bottom:60px}@media screen and (max-width: 991.98px) {.htservices.htservices-3{padding-bottom:149px;padding-bottom:70px}}.htservices.htservices-3 .owl-carousel .owl-dots{margin-bottom:30px}@media screen and (min-width: 992px) {.htservices.htservices-3 .owl-carousel .owl-dots{margin-bottom:0;position:absolute;bottom:-6px;right:0}}.htservices.htservices-3 .owl-carousel .owl-stage-outer{overflow:visible}.htservices.htservices-3 .owl-carousel .owl-stage-outer .owl-item{opacity:0}.htservices.htservices-3 .owl-carousel .owl-stage-outer .owl-item.active{opacity:1}.htservices.htservices-3 .htprocesses-note{padding:0}@media screen and (min-width: 992px) {.htservices.htservices-3 .htprocesses-note{text-align:left;-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px);margin-bottom:-6px}}.htservices.htservices-3 .htprocesses-note a{position:relative;padding-bottom:6px}.htservices.htservices-3 .htprocesses-note a:hover::before{width:calc(100% - 20%)}.htservices.htservices-3 .htprocesses-note a::before{content:'';-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:100%;height:2px;background-color:var(--global--color-primary)}.htservice-single{padding-top:60px;padding-bottom:110px}@media screen and (max-width: 991.98px) {.htservice-single{padding-top:70px;padding-bottom:70px}}.htservice-single .htservice-entry .htentry-content .htentry-infos{margin-bottom:66px}@media screen and (max-width: 991.98px) {.htservice-single .htservice-entry .htentry-content .htentry-infos{text-align:center}}.htservice-single .htservice-entry .htentry-content .htentry-infos .htentry-heading{font-size:24px;line-height:1;font-weight:700;margin-bottom:21px;color:#05213f;text-transform:capitalize}.htservice-single .htservice-entry .htentry-content .htentry-infos .htentry-desc{font-size:17px;line-height:27px;margin-bottom:25px}.htservice-single .htservice-entry .htentry-content .htentry-infos .htentry-desc:last-child{margin-bottom:0}.htservice-single .htservice-entry .htentry-content .htentry-infos.htentry-introduction{margin-bottom:32px}.htservice-single .htservice-entry .htentry-content .htentry-infos.htentry-introduction .htentry-heading{margin-bottom:17px}@media screen and (min-width: 992px) {.htservice-single .htservice-entry .htentry-content .htentry-infos.htentry-introduction .htentry-heading{-webkit-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}}.htservice-single .htservice-entry .htentry-content .htentry-infos.hthealth-plans{border-radius:8px;margin-bottom:67px;padding:60px}@media (min-width: 992px) and (max-width: 1199.98px) {.htservice-single .htservice-entry .htentry-content .htentry-infos.hthealth-plans{padding-left:30px;padding-right:30px}}@media screen and (max-width: 767.98px) {.htservice-single .htservice-entry .htentry-content .htentry-infos.hthealth-plans{padding-left:30px;padding-right:30px}}@media screen and (max-width: 350px) {.htservice-single .htservice-entry .htentry-content .htentry-infos.hthealth-plans{padding-left:10px;padding-right:10px}}.htservice-single .htservice-entry .htentry-content .htentry-infos.hthealth-plans .card-content{padding:70px 70px 63px;background-color:var(--global--color-white);border-radius:4px;position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex}@media (min-width: 992px) and (max-width: 1199.98px) {.htservice-single .htservice-entry .htentry-content .htentry-infos.hthealth-plans .card-content{padding-left:25px;padding-right:25px}}@media screen and (max-width: 991.98px) {.htservice-single .htservice-entry .htentry-content .htentry-infos.hthealth-plans .card-content{padding-left:40px;padding-right:40px;text-align:left}}@media screen and (max-width: 767.98px) {.htservice-single .htservice-entry .htentry-content .htentry-infos.hthealth-plans .card-content{padding-left:25px;padding-right:25px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}}.htservice-single .htservice-entry .htentry-content .htentry-infos.hthealth-plans .card-content .htplan-badge{position:absolute;top:40px;right:-5px}@media screen and (max-width: 350px) {.htservice-single .htservice-entry .htentry-content .htentry-infos.hthealth-plans .card-content .htplan-badge{top:10px}}.htservice-single .htservice-entry .htentry-content .htentry-infos.hthealth-plans .card-content .card-icon{margin-right:50px}@media screen and (max-width: 991.98px) {.htservice-single .htservice-entry .htentry-content .htentry-infos.hthealth-plans .card-content .card-icon{margin-right:30px}}@media screen and (max-width: 767.98px) {.htservice-single .htservice-entry .htentry-content .htentry-infos.hthealth-plans .card-content .card-icon{margin-right:0;margin-bottom:30px}}.htservice-single .htservice-entry .htentry-content .htentry-infos.hthealth-plans .card-content .card-icon i{font-size:80px;color:#222222}.htservice-single .htservice-entry .htentry-content .htentry-infos.hthealth-plans .card-content .card-body{padding:0}@media screen and (min-width: 768px) {.htservice-single .htservice-entry .htentry-content .htentry-infos.hthealth-plans .card-content .card-body{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px);margin-bottom:-5px}}.htservice-single .htservice-entry .htentry-content .htentry-infos.hthealth-plans .card-content .card-body .htentry-heading{font-size:37px;color:#05213f;margin-bottom:28px}.htservice-single .htservice-entry .htentry-content .htentry-infos.hthealth-plans .card-content .card-body .htadvantages-box{margin-bottom:42px}@media screen and (min-width: 768px) {.htservice-single .htservice-entry .htentry-content .htentry-infos.hthealth-plans .card-content .card-body .htadvantages-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.htservice-single .htservice-entry .htentry-content .htentry-infos.hthealth-plans .card-content .card-body .htadvantages-box .htadvantages-list{margin:0;padding:0;list-style:none}@media screen and (max-width: 991.98px) {.htservice-single .htservice-entry .htentry-content .htentry-infos.hthealth-plans .card-content .card-body .htadvantages-box .htadvantages-list{margin-bottom:0}}.htservice-single .htservice-entry .htentry-content .htentry-infos.hthealth-plans .card-content .card-body .htadvantages-box .htadvantages-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:var(--global--font-body);font-weight:700;font-size:15px;line-height:35px;color:var(--global--color-body)}.htservice-single .htservice-entry .htentry-content .htentry-infos.hthealth-plans .card-content .card-body .htadvantages-box .htadvantages-list li i{width:20px;height:20px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--global--color-secondary);color:var(--global--color-white);margin-right:15px;border-radius:50%;font-size:10px}.htservice-single .htservice-entry .htentry-content .htentry-infos.hthealth-plans .card-content .card-body .htentry-action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 767.98px) {.htservice-single .htservice-entry .htentry-content .htentry-infos.hthealth-plans .card-content .card-body .htentry-action{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.htservice-single .htservice-entry .htentry-content .htentry-infos.hthealth-plans .card-content .card-body .htentry-action .htprice{margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}@media screen and (max-width: 767.98px) {.htservice-single .htservice-entry .htentry-content .htentry-infos.hthealth-plans .card-content .card-body .htentry-action .htprice{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.htservice-single .htservice-entry .htentry-content .htentry-infos.hthealth-plans .card-content .card-body .htentry-action .htprice span{font-family:var(--global--font-heading);font-weight:400;color:#1e4873}.htservice-single .htservice-entry .htentry-content .htentry-infos.hthealth-plans .card-content .card-body .htentry-action .htprice span::before{content:'/'}.htservice-single .htservice-entry .htentry-content .htentry-infos.hthealth-plans .card-content .card-body .htentry-action .htprice span:first-of-type::before{content:unset}.htservice-single .htservice-entry .htentry-content .htentry-infos.hthealth-plans .card-content .card-body .htentry-action .htprice span.htcurrency{font-size:50px}.htservice-single .htservice-entry .htentry-content .htentry-infos.hthealth-plans .card-content .card-body .htentry-action .htprice span.httime{font-size:14px;font-weight:700;-ms-flex-negative:0;flex-shrink:0}.htservice-single .htservice-entry .htentry-content .htentry-infos.hthealth-plans .card-content .card-body .htentry-action .btn{width:188px;height:65px}@media screen and (min-width: 768px) {.htservice-single .htservice-entry .htentry-content .htentry-infos.hthealth-plans .card-content .card-body .htentry-action .btn{margin-right:50px}}@media (min-width: 1200px) and (max-width: 1399.98px) {.htservice-single .htservice-entry .htentry-content .htentry-infos.hthealth-plans .card-content .card-body .htentry-action .btn{margin-right:40px}}@media (min-width: 992px) and (max-width: 1199.98px) {.htservice-single .htservice-entry .htentry-content .htentry-infos.hthealth-plans .card-content .card-body .htentry-action .btn{margin-right:25px}}@media screen and (max-width: 991.98px) {.htservice-single .htservice-entry .htentry-content .htentry-infos.hthealth-plans .card-content .card-body .htentry-action .btn{margin-right:25px}}@media screen and (max-width: 767.98px) {.htservice-single .htservice-entry .htentry-content .htentry-infos.hthealth-plans .card-content .card-body .htentry-action .btn{margin-right:0;margin-bottom:20px}}.htservice-single .htservice-entry .htentry-content .htentry-infos.hthealth-plans .card-content .card-body .htentry-action .btn i{font-size:10px}.htservice-single .htservice-entry .htentry-content .htentry-infos.htentry-stats{margin-bottom:67px}.htservice-single .htservice-entry .htentry-content .htentry-infos.htentry-stats img{max-width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width: 991.98px) {.htservice-single .htservice-entry .htentry-content .htentry-infos.htentry-stats img{margin-top:40px}}@media screen and (min-width: 992px) {.htservice-single .htservice-entry .htentry-content .htentry-infos.htentry-stats img{margin-top:7px}}.htservice-single .htservice-entry .htentry-content .htentry-infos.htentry-video .htentry-desc{margin-bottom:32px}.htservice-single .htservice-entry .htentry-content .htentry-infos.htentry-why{margin-bottom:68px}.htservice-single .htservice-entry .htentry-content .htentry-infos.htentry-why .htentry-desc{margin-bottom:32px}.htservice-single .htservice-entry .htentry-content .htentry-infos.htentry-benefits{margin-bottom:66px}.htservice-single .htservice-entry .htentry-content .htentry-infos.htentry-benefits .htentry-heading{margin-bottom:37px}.htservice-single .htservice-entry .htentry-content .htentry-infos.htentry-industries .htentry-heading{margin-bottom:36px}.htservice-single .htservice-entry .htentry-content .htentry-infos.htentry-industries .carousel-dots .owl-stage-outer{overflow:visible}.htservice-single .htservice-entry .htentry-content .htentry-infos.htentry-industries .carousel-dots .owl-stage-outer .owl-item{opacity:0;visibility:hidden}.htservice-single .htservice-entry .htentry-content .htentry-infos.htentry-industries .carousel-dots .owl-stage-outer .owl-item.active{opacity:1;visibility:visible}@media screen and (min-width: 992px) {.htservice-single .htservice-entry .htentry-content .htentry-infos.htentry-industries .carousel-dots .owl-dots{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.htservice-single .htservice-entry .htentry-content .htprojects{margin-bottom:0}.htservice-single .htservice-entry .htentry-content .htprojects .htentry-heading{margin-bottom:37px}
.htindustries{position:relative;padding-top:104px;padding-bottom:110px}@media screen and (max-width: 991.98px) {.htindustries{padding-top:64px;padding-bottom:70px}}.htindustries .htindustries-overlay{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:calc(100% - 5%);border-radius:8px;height:100%;z-index:1}@media (min-width: 992px) and (max-width: 1199.98px) {.htindustries .htindustries-overlay{width:calc(100% - 2%)}}@media screen and (max-width: 767.98px) {.htindustries .htindustries-overlay{width:100%;border-radius:8px 8px 0 0}}.htindustries .htindustries-content{position:relative;z-index:2}.htindustries .htactions-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-content:right}@media screen and (max-width: 991.98px) {.htindustries .htactions-holder{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width: 767.98px) {.htindustries .htactions-holder{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.htindustries .htactions-holder .btn{width:232px;height:65px;-webkit-box-shadow:0 3px 63px 0 rgba(6,52,100,0.12);box-shadow:0 3px 63px 0 rgba(6,52,100,0.12)}.htindustries .htactions-holder .btn i{font-size:10px}.htindustries.htindustries-2{padding-top:124px;padding-bottom:0}@media screen and (max-width: 991.98px) {.htindustries.htindustries-2{padding-top:64px}}.htindustries.htindustries-2 .htprocesses-note{padding-top:0;padding-bottom:0;margin-top:13px;margin-bottom:52px}.htindustry-panel{border-radius:4px;-webkit-box-shadow:0 3px 63px 0 rgba(6,52,100,0.11);box-shadow:0 3px 63px 0 rgba(6,52,100,0.11);padding:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;min-height:470px;margin-bottom:40px;position:relative}@media screen and (max-width:991.98px) {.htindustry-panel{max-width:370px;margin:0 auto 40px}}@media (min-width: 992px) and (max-width: 1199.98px) {.htindustry-panel{padding-left:25px;padding-right:25px}}@media screen and (max-width: 767.98px) {.htindustry-panel{padding-left:25px;padding-right:25px}}.htindustry-panel:hover .htindustry-img img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.htindustry-panel:hover .htindustry-img .htindustry-img-overlay{opacity:1;visibility:visible}.htindustry-panel:hover .htindustry-content .htindustry-title{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);opacity:0;visibility:hidden}.htindustry-panel:hover .htindustry-content .htindustry-body{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1;visibility:visible}.htindustry-panel .htindustry-content{position:relative;z-index:5;overflow:hidden}.htindustry-panel .htindustry-content .htindustry-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;padding:0 20px;height:70px;width:100%;background-color:var(--global--color-white);border-radius:4px;position:absolute;bottom:0;left:0;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}@media (min-width: 992px) and (max-width: 1199.98px) {.htindustry-panel .htindustry-content .htindustry-title{padding-left:20px;padding-right:20px}}@media screen and (max-width: 767.98px) {.htindustry-panel .htindustry-content .htindustry-title{padding-left:20px;padding-right:20px}}.htindustry-panel .htindustry-content .htindustry-title h3{font-family:var(--global--font-heading);font-size:19px;font-weight:500;line-height:30px;margin-bottom:0;text-transform:capitalize}.htindustry-panel .htindustry-content .htindustry-title h3 a{color:var(--global--color-heading);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.htindustry-panel .htindustry-content .htindustry-title h3 a:hover{color:var(--global--color-heading)}.htindustry-panel .htindustry-content .htindustry-body{margin-top:15px;padding:32px 30px 37px;background-color:var(--global--color-white);border-radius:4px;position:relative;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;opacity:0;visibility:hidden;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}@media (min-width: 992px) and (max-width: 1199.98px) {.htindustry-panel .htindustry-content .htindustry-body{padding-left:20px;padding-right:20px}}@media screen and (max-width: 767.98px) {.htindustry-panel .htindustry-content .htindustry-body{padding-left:20px;padding-right:20px}}.htindustry-panel .htindustry-content .htindustry-body .htindustry-label{position:absolute;top:-15px;left:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 10px;height:30px;border-radius:4px 4px 4px 0;background-color:var(--global--color-primary-alt)}@media (min-width: 992px) and (max-width: 1199.98px) {.htindustry-panel .htindustry-content .htindustry-body .htindustry-label{left:20px}}@media screen and (max-width: 767.98px) {.htindustry-panel .htindustry-content .htindustry-body .htindustry-label{left:20px}}.htindustry-panel .htindustry-content .htindustry-body .htindustry-label::before{content:'';width:9px;height:7px;position:absolute;top:calc(100% - 1px);left:0;background-color:var(--global--color-primary-alt);-webkit-clip-path:polygon(100% 0,0 0,0 100%);clip-path:polygon(100% 0,0 0,0 100%)}.htindustry-panel .htindustry-content .htindustry-body .htindustry-label span{font-family:var(--global--font-body);font-weight:400;font-size:14px;color:var(--global--color-white)}.htindustry-panel .htindustry-content .htindustry-body .htindustry-name{margin-bottom:15px}.htindustry-panel .htindustry-content .htindustry-body .htindustry-name h3{font-family:var(--global--font-heading);font-size:18px;font-weight:500;line-height:30px;margin-bottom:0;text-transform:capitalize}.htindustry-panel .htindustry-content .htindustry-body .htindustry-name h3 a{color:var(--global--color-heading);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.htindustry-panel .htindustry-content .htindustry-body .htindustry-name h3 a:hover{color:var(--global--color-heading)}.htindustry-panel .htindustry-content .htindustry-body .htindustry-desc{margin-bottom:19px}.htindustry-panel .htindustry-content .htindustry-body .htindustry-desc p{font-family:var(--global--font-body);color:#8e949e;font-size:15px;font-weight:400;line-height:25px;margin-bottom:0;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.htindustry-panel .htindustry-content .htindustry-body .htindustry-more a{font-family:var(--global--font-body);color:var(--global--color-heading);font-size:14px;font-weight:700;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;text-transform:capitalize}.htindustry-panel .htindustry-content .htindustry-body .htindustry-more a:hover i{margin-right:15px}.htindustry-panel .htindustry-content .htindustry-body .htindustry-more a i{font-size:10px;color:var(--global--color-primary);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;margin-right:10px}.htindustry-panel .htindustry-img{position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:transparent;z-index:2;border-radius:4px;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;overflow:hidden}.htindustry-panel .htindustry-img .htindustry-img-overlay{position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:transparent;z-index:3;border-radius:4px;opacity:0;visibility:hidden;overflow:hidden;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.htindustry-panel .htindustry-img .htindustry-img-overlay::before{content:'';position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:rgba(32,115,211,0.85);z-index:1;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.htindustry-panel .htindustry-img .htindustry-img-overlay::after{content:'';position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:-webkit-gradient(linear,left top,left bottom,from(rgba(40,205,250,0)),color-stop(0%,rgba(29,101,185,0)),color-stop(16.43%,rgba(29,101,185,0)),color-stop(97.66%,#222222),to(#222222));background:-o-linear-gradient(rgba(40,205,250,0) 0%,rgba(29,101,185,0) 0%,rgba(29,101,185,0) 16.43%,#222222 97.66%,#222222 100%);background:linear-gradient(rgba(40,205,250,0) 0%,rgba(29,101,185,0) 0%,rgba(29,101,185,0) 16.43%,#222222 97.66%,#222222 100%);z-index:2;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.htindustry-panel .htindustry-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out}.htindustry-single{padding-top:110px;padding-bottom:100px}@media screen and (max-width: 991.98px) {.htindustry-single{padding-top:70px;padding-bottom:70px}}.htindustry-single .htindustry-entry .htentry-content .htentry-infos{margin-bottom:66px}@media screen and (max-width: 991.98px) {.htindustry-single .htindustry-entry .htentry-content .htentry-infos{text-align:center}}.htindustry-single .htindustry-entry .htentry-content .htentry-infos .htentry-heading{font-size:24px;line-height:1;font-weight:700;margin-bottom:21px;color:#05213f;text-transform:capitalize}.htindustry-single .htindustry-entry .htentry-content .htentry-infos .htentry-desc{font-size:17px;line-height:27px;margin-bottom:25px}.htindustry-single .htindustry-entry .htentry-content .htentry-infos .htentry-desc:last-child{margin-bottom:0}.htindustry-single .htindustry-entry .htentry-content .htentry-infos.htentry-introduction{margin-bottom:32px}.htindustry-single .htindustry-entry .htentry-content .htentry-infos.htentry-introduction .htentry-heading{margin-bottom:17px}@media screen and (min-width: 992px) {.htindustry-single .htindustry-entry .htentry-content .htentry-infos.htentry-introduction .htentry-heading{-webkit-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}}.htindustry-single .htindustry-entry .htentry-content .htentry-infos.htentry-offers .htprices-list{padding:37px 40px 28px;border-radius:8px;background-color:#f4f4f4}.htindustry-single .htindustry-entry .htentry-content .htentry-infos.htentry-offers .htprices-list h3{font-family:var(--global--font-heading);font-weight:500;font-size:19px;line-height:1;margin-bottom:26px;color:#05213f;text-transform:capitalize}.htindustry-single .htindustry-entry .htentry-content .htentry-infos.htentry-offers .htprices-list ul{margin-bottom:0}.htindustry-single .htindustry-entry .htentry-content .htentry-infos.htentry-offers .htprices-list ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-transform:capitalize;font-size:15px;font-weight:700;font-family:var(--global--font-body);color:#848e9f;text-transform:capitalize;border-bottom:1px solid #e6eaef;margin-bottom:14px;padding-bottom:12px}@media screen and (min-width: 768px) {.htindustry-single .htindustry-entry .htentry-content .htentry-infos.htentry-offers .htprices-list ul li:last-child{margin-bottom:0;border-bottom:0}}.htindustry-single .htindustry-entry .htentry-content .htentry-infos.htentry-offers .htprices-list ul li .htprice{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:27px;margin-left:5px;font-family:var(--global--font-body);font-weight:700;font-size:15px;color:var(--global--color-white);background-color:var(--global--color-secondary);padding:0 10px;border-radius:2px}@media screen and (max-width: 991.98px) {.htindustry-single .htindustry-entry .htentry-content .htentry-infos.htentry-offers .htprices-list.htinversed{margin-top:30px}}.htindustry-single .htindustry-entry .htentry-content .htentry-infos.htentry-offers .htprices-list.htinversed ul li .htprice{background-color:var(--global--color-primary-alt)}.htindustry-single .htindustry-entry .htentry-content .htentry-infos.htentry-why{margin-bottom:68px}.htindustry-single .htindustry-entry .htentry-content .htentry-infos.htentry-why .htentry-desc{margin-bottom:32px}.htindustry-single .htindustry-entry .htentry-content .htentry-infos.htentry-benefits{margin-bottom:0}@media screen and (max-width: 991.98px) {.htindustry-single .htindustry-entry .htentry-content .htentry-infos.htentry-benefits{margin-bottom:70px}}.htindustry-single .htindustry-entry .htentry-content .htentry-infos.htentry-benefits .htentry-heading{margin-bottom:37px}.htprocesses{padding-top:60px;padding-bottom:75px}@media screen and (max-width: 991.98px) {.htprocesses{padding-top:65px}}.htprocesses .htprocess-panel{padding:50px 30px;position:relative;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;border-radius:4px;background-color:var(--global-color-white)}@media screen and (max-width: 991.98px) {.htprocesses .htprocess-panel{max-width:370px;margin:0 auto 10px}}@media (min-width: 992px) and (max-width: 1199.98px) {.htprocesses .htprocess-panel{padding-left:15px;padding-right:15px}}.htprocesses .htprocess-panel:hover{background-color:#eef3f8}.htprocesses .htprocess-panel:hover .htpanel-shape{opacity:0;visibility:hidden;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.htprocesses .htprocess-panel:hover .htprocess-body .htprocess-content a{color:var(--global--color-white);background-color:var(--global--color-secondary);border-color:var(--global--color-secondary);-webkit-box-shadow:0 3px 63px 0 rgba(6,52,100,0.11);box-shadow:0 3px 63px 0 rgba(6,52,100,0.11)}.htprocesses .htprocess-panel .htpanel-shape{position:absolute;top:10px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);max-width:100%;z-index:0}.htprocesses .htprocess-panel .htprocess-number{position:absolute;top:21px;left:30px;font-family:var(--global--font-body);font-size:60px;font-weight:300;line-height:1;font-style:italic;color:#cdd6e0;z-index:2}.htprocesses .htprocess-panel .htprocess-body{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.htprocesses .htprocess-panel .htprocess-body .htprocess-icon{margin-bottom:24px}.htprocesses .htprocess-panel .htprocess-body .htprocess-icon i{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:55px;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;color:#222222}.htprocesses .htprocess-panel .htprocess-body .htprocess-content h3{font-family:var(--global--font-heading);font-weight:500;font-size:18px;color:#1e4873;line-height:27px;margin-bottom:16px;text-transform:capitalize}@media screen and (min-width: 1200px) {.htprocesses .htprocess-panel .htprocess-body .htprocess-content h3{padding:0 15px}}.htprocesses .htprocess-panel .htprocess-body .htprocess-content p{font-size:15px;line-height:25px;margin-bottom:22px}.htprocesses .htprocess-panel .htprocess-body .htprocess-content a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:130px;height:50px;padding:0 18px}.htprocesses .htprocesses-holder{padding-bottom:60px;border-bottom:2px solid #e6eaef}@media screen and (max-width: 991.98px) {.htprocesses .htprocesses-holder{padding-bottom:30px}}.htprocesses.htprocesses-2{padding-top:190px}@media screen and (max-width: 991.98px) {.htprocesses.htprocesses-2{padding-top:140px}}.htprocesses.htprocesses-3 .htprocess-panel:hover{background-color:var(--global--color-white)}.htprocesses-note{position:relative;text-align:center;padding-top:53px;padding-bottom:52px}.htprocesses-note p{font-family:var(--global--font-body);font-weight:700;font-size:14px;line-height:25px;color:var(--global--color-body);margin-bottom:0;position:relative;z-index:2}.htprocesses-note p a{color:var(--global--color-heading);text-transform:capitalize}.htprocesses-note p a:hover i{-webkit-transform:translateX(5px);-ms-transform:translateX(5px);transform:translateX(5px)}.htprocesses-note p a i{display:inline-block;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;color:var(--global--color-primary);font-size:10px;margin-left:10px}.htprocesses-note .htnote-bg{position:absolute;left:-44px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (max-width: 991.98px) {.htprocesses-note .htnote-bg{left:-20px}}@media screen and (max-width: 767.98px) {.htprocesses-note .htnote-bg{display:none}}.htprocesses-note .htnote-bg i{font-size:85px;color:#dde8f5}#wrapperParallax{position:relative;z-index:2;min-height:100vh}#footerParallax{position:fixed;z-index:-1;left:0;right:0;bottom:0}@media only screen and (max-width: 991px) {#wrapperParallax{margin-bottom:0!important}#footerParallax{position:static;text-align:center}}.htfooter{background-color:var(--global--color-secondary);padding-top:30px;padding-bottom:0;position:relative}.htfooter .htfooter-top{padding-top:60px;padding-bottom:60px}@media screen and (max-width: 991.98px) {.htfooter .htfooter-top{padding-top:40px;padding-bottom:15px}}@media screen and (max-width: 767.98px) {.htfooter .htfooter-top{padding-bottom:70px}}.htfooter .htfooter-bottom{background-color:var(--global--color-white)}.htfooter .htfooter-widget{text-align:center}@media screen and (min-width: 768px) {.htfooter .htfooter-widget{text-align:left}}.htfooter .htfooter-widget .htfooter-widget-title h3{font-family:var(--global--font-heading);color:#f9f9f9;font-size:23px;font-weight:700;line-height:30px;margin-bottom:35px}.htfooter .htfooter-widget .htwidget-content p{color:#ffffffa6;font-size:16px;font-weight:400;line-height:24px;margin-bottom:25px}.htfooter .htfooter-widget .htwidget-content h5{color:#fff;font-size:20px;margin-bottom:10px}.htfooter .htfooter-widget .htwidget-content .htmodule-social{height:auto;line-height:normal}.htfooter .htwidget-newsletter .htwidget-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (min-width: 768px) {.htfooter .htwidget-newsletter .htwidget-content{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}.htfooter .htwidget-newsletter .htwidget-content .btn{-webkit-box-shadow:0 3px 63px 0 rgba(6,52,100,0.11);box-shadow:0 3px 63px 0 rgba(6,52,100,0.11);width:200px;height:61px;margin-bottom:40px;padding:0 15px}.htfooter .htwidget-newsletter .htwidget-content .htmodule-social a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:40px;height:40px;background:transparent;border-radius:50%;border:2px solid rgba(154,170,187,0.4)}.htfooter .htwidget-newsletter .htwidget-content .htmodule-social a:hover{border-color:var(--global--color-primary)}.htfooter .htwidget-newsletter .htwidget-content .htmodule-social a:hover i{width:38px;height:38px}.htfooter .htwidget-newsletter .htwidget-content .htmodule-social a i:hover{-webkit-transform:translateY(0px);-ms-transform:translateY(0px);transform:translateY(0px)}.htfooter .htwidget-links ul{padding-left:0;list-style:none;margin-bottom:0;overflow:hidden}@media screen and (min-width: 768px) {.htfooter .htwidget-links ul{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}}.htfooter .htwidget-links ul li{display:block;margin-bottom:10px}.htfooter .htwidget-links ul li a{color:#ffffffa6;font-size:15px;font-weight:400;text-transform:capitalize;font-family:var(--global--font-body)}.htfooter .htwidget-links ul li a:hover{color:var(--global--color-primary)}.htfooter .htwidget-contact .htwidget-content p{margin-bottom:15px}.htfooter .htwidget-contact .htwidget-content .htphone{margin-bottom:18px}.htfooter .htwidget-contact .htwidget-content .htphone a{color:var(--global--color-white);font-size:19px;font-weight:700;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.htfooter .htwidget-contact .htwidget-content .htphone a:hover{color:var(--global--color-white)}.htfooter .htwidget-contact .htwidget-content .htphone a:hover i{color:var(--global--color-white)}.htfooter .htwidget-contact .htwidget-content .htphone a i{color:var(--global--color-primary);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;display:inline-block;font-size:16px;margin-right:20px}.htfooter .htwidget-contact .htwidget-content .htaddress a{color:#9aaabb}.htfooter .htwidget-contact .htwidget-content .htaddress a:hover{color:var(--global--color-primary)}.htfooter .htwidget-contact .htwidget-content .htdirections{font-family:var(--global--font-body);font-weight:700;font-size:14px;color:var(--global--color-white);text-transform:capitalize;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;position:relative}.htfooter .htwidget-contact .htwidget-content .htdirections i{-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;font-size:12px;margin-right:10px}.htfooter .htwidget-contact .htwidget-content .htdirections:hover{color:var(--global--color-primary)}.htfooter .htwidget-contact .htwidget-content .htdirections:hover i{color:var(--global--color-primary)}.htfooter-copyright{height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 767.98px) {.htfooter-copyright{height:auto;padding:35px 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width: 767.98px) {.htfooter-copyright .htcopyright-holder{margin-bottom:15px}}.htfooter-copyright .htcopyright-holder .htcopyright{margin-bottom:9px}.htcopyright-links{margin-right:10px}@media screen and (max-width: 991.98px) {.htfooter-copyright .htcopyright-holder .htcopyright{text-align:center}}.htfooter-copyright .htcopyright-holder .htcopyright span{font-family:var(--global--font-body);font-weight:400;font-size:14px;color:var(--global--color-body);text-transform:capitalize}.htfooter-copyright .htcopyright-holder .htcopyright span a{color:#222222}.htfooter-copyright .htcopyright-holder .htcopyright span a:hover{color:var(--global--color-primary)}.htfooter-copyright .htcopyright-holder .htcopyright-links ul{margin:0}@media screen and (max-width: 767.98px) {.htfooter-copyright .htcopyright-holder .htcopyright-links ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.htfooter-copyright .htcopyright-holder .htcopyright-links ul li{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.htfooter-copyright .htcopyright-holder .htcopyright-links ul li:last-child::after{content:unset}.htfooter-copyright .htcopyright-holder .htcopyright-links ul li::after{content:'-';margin:0 15px;color:var(--global--color-heading)}@media screen and (max-width: 767.98px) {.htfooter-copyright .htcopyright-holder .htcopyright-links ul li::after{margin:0 5px}}.htfooter-copyright .htcopyright-holder .htcopyright-links ul li a{font-family:var(--global--font-body);font-weight:400;font-size:14px;color:var(--global--color-heading);text-transform:capitalize}.htfooter-copyright .htcopyright-holder .htcopyright-links ul li a:hover{color:var(--global--color-primary)}.htfooter-copyright .htpayment-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 767.98px) {.htfooter-copyright .htpayment-holder{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.htfooter-copyright .htpayment-holder .htpayment-methods{margin-right:30px}@media screen and (max-width: 767.98px) {.htfooter-copyright .htpayment-holder .htpayment-methods{margin-right:0;margin-bottom:10px}}.htfooter-copyright .htpayment-holder .htpayment-methods a{margin-right:10px}.htfooter-copyright .htpayment-holder .htpayment-methods a:last-child{margin-right:0}@media only screen and (min-width: 320px) and (max-width: 767px) {.htfooter .htfooter-widget{padding-top:0;padding-bottom:15px}.htfooter .htfooter-widget-title h5{margin-bottom:15px}}@media only screen and (min-width: 768px) and (max-width: 991px) {.htfooter .htfooter-widget{padding-bottom:40px;padding-top:60px}.htfooter .htfooter-widget .htfooter-widget-title h5{margin-bottom:15px}}.htpost-media img{height:100%;width:100%;object-fit:cover}.htmain-slider-ripped-paper svg{position:absolute;bottom:-1px;width:100%;left:0;color:#fff;z-index:3}.htfooter-ripped-paper svg{position:absolute;width:100%;left:0;color:var(--global--color-secondary);z-index:3;margin-top:-50px}.htservice-style-two{position:relative;padding-top:60px}.htservice-style-two .htupper-box .httext{position:relative;display:block;margin-top:25px}.htservice-block-two{margin-bottom:24px}.htservice-block-two .htinner-box{position:relative;display:block;overflow:hidden;border-radius:7px}.htservice-block-two .htinner-box .htimage-box{position:relative;display:block;overflow:hidden}.htservice-block-two .htinner-box .htimage-box:before{position:absolute;content:'';width:100%;height:100%;background:-webkit-linear-gradient(-90deg,rgba(30,36,52,0.0),rgba(30,36,52,1) 100%);top:0;right:0;z-index:1;transition:all 500ms ease}.htservice-block-two .htinner-box:hover .htimage-box:before{opacity:0}.htservice-block-two .htinner-box .htimage-box img{width:100%;height:380px;object-fit:cover}.htservice-block-two .htinner-box .htcontent-box{position:absolute;left:0;top:0;right:0;width:100%;height:100%;z-index:1;opacity:1;transition:all 500ms ease}.htservice-block-two .htinner-box:hover .htcontent-box{opacity:0}.htservice-block-two .htinner-box .htcontent-box .htlink{position:absolute;top:30px;right:30px}.htservice-block-two .htinner-box .htlink a{position:relative;display:inline-block;width:70px;height:70px;text-align:center;background-color:#fff;font-size:14px;line-height:22px;color:#1e2434;font-weight:600;padding:14px 0 10px;z-index:1}.htservice-block-two .htinner-box .htlink a span{position:relative;display:block}.htservice-block-two .htinner-box .htlink a i{position:relative;display:block;font-size:16px;margin-bottom:0;transition:all 500ms ease}.htservice-block-two .htinner-box .htcontent-box .htinner{position:absolute;left:0;bottom:0;width:100%;padding:0 30px 32px}.htservice-block-two .htinner-box .htcontent-box .htinner .hticon-box{position:relative;display:block;margin-bottom:35px}.htservice-block-two .htinner-box .htcontent-box .htinner .httext{position:relative;display:block;padding-left:22px}.htservice-block-two .htinner-box .htcontent-box .htinner .httext:before{position:absolute;content:'';width:1px;height:8px;left:0;top:5px}.htservice-block-two .htinner-box .htcontent-box .htinner .httext:after{position:absolute;content:'';width:1px;height:calc(100% - 29px);left:0;top:21px}.htservice-block-two .htinner-box .htcategory{position:relative;display:block;font-size:18px;line-height:24px;color:#fff;margin-bottom:0}.htservice-block-two .htinner-box h3{position:relative;display:block;font-size:22px;line-height:normal;color:#fff;font-weight:600;margin-bottom:0}.htservice-block-two .htinner-box h3 a{display:inline-block;color:#fff}.htservice-block-two .htinner-box .htoverlay-content{position:absolute;left:0;top:15px;right:0;width:100%;height:100%;z-index:2;padding:30px;opacity:0;visibility:hidden;transition:all 500ms ease}.htservice-block-two .htinner-box:hover .htoverlay-content{top:0;opacity:1;visibility:visible}.htservice-block-two .htinner-box .htoverlay-content:before{position:absolute;content:'';background-color:#1e2434;width:100%;height:100%;left:0;top:0;right:0;opacity:.9}.htservice-block-two .htinner-box .htoverlay-content:after{position:absolute;content:'';width:calc(100% - 60px);height:calc(100% - 60px);left:30px;top:30px}.htservice-block-two .htinner-box .htoverlay-content .htlink{position:absolute;top:60px;right:60px}.htservice-block-two .htinner-box .htoverlay-content .htlink a{color:#fff}.htservice-block-two .htinner-box .htoverlay-content .htlink a i{color:#fff}.htservice-block-two .htinner-box .htoverlay-content .httext{position:absolute;left:0;bottom:0;width:100%;padding:20px;z-index:1;flex-direction:column-reverse;display:flex;align-items:flex-start;height:100%}.htservice-block-two .htinner-box .htoverlay-content .httext p{color:#aab0bf;margin-top:15px}figure{margin:0}.owl-theme .owl-nav{margin-top:0}.owl-theme .owl-nav [class*='owl-']{color:#1a1a1a;background-color:#fff!important;border-radius:0;border:none;margin:0;width:60px;height:60px}.owl-theme .owl-nav [class*='owl-']:focus{outline:none;border:none}.owl-theme .owl-nav [class*='owl-']:hover{color:#9f9e9e;background-color:#fff}.owl-nav i:before{font-size:18px}.owl-theme .owl-nav .owl-prev,.owl-theme .owl-nav .owl-next{position:absolute;top:50%;left:0;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.owl-theme .owl-nav .owl-next{left:auto;right:0}.owl-carousel .owl-item .htproje_detay{object-fit:contain;height:480px;background:#1a1a1a}.htps-widget-meta{margin-bottom:35px}.htps-widget-meta h5{font-size:18px !important; text-transform:uppercase;margin-bottom:8px}@media only screen and (min-width: 992px) and (max-width: 1200px),only screen and (min-width: 768px) and (max-width: 991px),(max-width: 767px) {.htarticle-nav-content{padding-left:0;padding-right:0}}.htarticle-nav-content span{text-transform:uppercase;margin-bottom:8px;display:inline-block}.htarticle-nav-content h6{font-size:16px;line-height:24px;margin-bottom:0}.htarticle-nav-content.htnext-article{text-align:right}@media only screen and (min-width: 576px) and (max-width: 767px),(max-width: 767px) {.htarticle-nav-content.htnext-article{margin-top:30px;text-align:left;padding-left:0}}hr{border-bottom:6px solid #f4f4f4;border-top:0 none;margin:30px 0;padding:0}.hthome-box{position:relative;background-color:#343841;position:relative;display:block;text-align:center;overflow:hidden;-webkit-transition:all .3s ease-in;-moz-transition:all .3s ease-in;-o-transition:all .3s ease-in;transition:all .3s ease-in;z-index:20;margin:10px 0}.hthome-box:hover{background-color:#253250}.hthome-box::before,.hthome-box::after{content:"";display:block;position:absolute;position:absolute;pointer-events:none;-webkit-transition:opacity .85s,-webkit-transform .35s;transition:opacity .85s,transform .35s}.hthome-box::before{top:40px;right:20px;bottom:40px;left:20px;border-top:1px solid #fff;border-bottom:1px solid #fff;-webkit-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:0 0;transform-origin:0 0}.hthome-box::after{top:20px;right:40px;bottom:20px;left:40px;border-right:1px solid #fff;border-left:1px solid #fff;-webkit-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:100% 0;transform-origin:100% 0}.hthome-box:hover::after,.hthome-box:hover::before{opacity:.7;-webkit-transform:scale(1);transform:scale(1);z-index:10}.hthome-box img{width:100%;-webkit-transition:all .3s ease-in;-moz-transition:all .3s ease-in;-o-transition:all .3s ease-in;transition:all .3s ease-in;opacity:.6}.hthome-box .httitle{color:#fff;font-weight:400;position:absolute;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);-webkit-transition:all .2s ease-in;-moz-transition:all .2s ease-in;-o-transition:all .2s ease-in;transition:all .2s ease-in;font-size:30px}.hthome-box .htdesc{position:absolute;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);color:#fff;font-weight:300;width:90%;padding:0 15px;-webkit-transition:all .3s ease-in;-moz-transition:all .3s ease-in;-o-transition:all .3s ease-in;transition:all .3s ease-in;opacity:0;visibility:hidden}.hthome-box:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);opacity:.2}.hthome-box:hover .htdesc{opacity:1;visibility:visible;transition-delay:.1s}@media screen and (min-width:1367px) {.hthome-box .httitle{font-size:30px;letter-spacing:-.5px;top:40%}.hthome-box .htdesc{font-size:16px;top:60%}.hthome-box:hover .httitle{top:35%}.hthome-box:hover .htdesc{top:55%}}@media screen and (min-width:1467px) {.htmodule-search .htmodule-icon span{display:inline-block!important}}@media screen and (max-width:1366px) {.hthome-box .httitle{font-size:24px;letter-spacing:-.5px;top:40%}.hthome-box .htdesc{font-size:16px;top:70%}.hthome-box:hover .httitle{top:25%}.hthome-box:hover .htdesc{top:55%;width:85%}}@media screen and (max-width:1200px) {.hthome-box{min-height:300px;margin:5px 0}.hthome-box img{object-fit:cover;min-height:300px;width:auto;min-width:100%;opacity:.6}.hthome-box .httitle{letter-spacing:1px;top:40%}.hthome-box .htdesc{font-size:16px;top:70%}.hthome-box:hover .httitle{top:25%}.hthome-box:hover .htdesc{top:55%;width:85%}}@media screen and (max-width:480px) {.hthome-box{min-height:0;height:250px}.hthome-box::before{top:20px;right:20px;bottom:20px;left:20px}.hthome-box::after{top:10px;right:40px;bottom:10px;left:40px}.hthome-box .httitle{font-size:24px;letter-spacing:1px;top:35%}.hthome-box .htdesc{width:calc(100% - 55px)}.hthome-box:hover .httitle{top:30%}.hthome-box:hover .htdesc{top:55%}}.htproject-panel{margin-bottom:20px;background-color:#fff;-webkit-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;border-radius:8px;position:relative;z-index:2;-webkit-box-shadow:0 5px 83px 0 #600;box-shadow:0 5px 83px 0 #600;margin-bottom:30px}.htproject-panel img{max-width:100%;height:300px;width:100%;-webkit-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;object-fit:cover}.hticon-box{padding:37px 60px;transition:all .3s linear;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear}.hticon-box .hticon-main{color:#1a1a1a}.hticon-box .hticon-main i,.hticon-box .hticon-main span:before{font-size:54px;transition:all .3s linear;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear}.hticon-box .hticon-main i,.hticon-box .hticon-main img{margin-bottom:17px}.hticon-box .hticon-main span{display:block;line-height:1;margin-bottom:28px}.hticon-box h5{margin-bottom:15px;transition:all .3s linear;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear}.hticon-box h5 a{color:#1a1a1a}.hticon-box p{margin-bottom:13px;transition:all .3s linear;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear}.hticon-box--bg-img{position:relative;background-position:center;background-repeat:no-repeat;background-size:cover; border-radius:7px}.hticon-box--bg-img.hticon-box--is-line-hover:before,.hticon-box--bg-img.hticon-box--is-line-hover:after{content:"";position:absolute;background:#1a1a1a;transition:all .3s linear;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear}.hticon-box--bg-img.hticon-box--is-line-hover:before{width:0;height:1px;bottom:-10px;left:10px}.hticon-box--bg-img.hticon-box--is-line-hover:after{width:1px;height:0;top:10px;right:-11px}.hticon-box--bg-img.hticon-box--is-line-hover:hover:before{width:calc(100% + 5px)}.hticon-box--bg-img.hticon-box--is-line-hover:hover:after{height:calc(100% + 5px)}.hticon-box--bg-img:hover h5{color:#fff}.hticon-box--bg-img:hover h5 a{color:#fff}.hticon-box--bg-img:hover p{color:#a3a3a3}.hticon-box--bg-img:hover .htbtn-details{opacity:.9;color:#fff}.hticon-box--bg-img:hover .htbtn-details:before{background:#505050}.hticon-box--classic{padding:0}.hticon-box--classic p{margin-bottom:0}.hticon-box--bg-color{padding:30px;padding-bottom:28px;background-color:#1a1a1a;border:1px solid #292929;position:relative}.hticon-box--bg-color .htlink_overlay{position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1}.hticon-box--bg-color h5{color:#fff;margin-bottom:11px;line-height:1.1}.hticon-box--bg-color p{color:#a3a3a3;margin-bottom:0}.hticon-box--bg-color .hticon-main{color:#fff;text-align:center;line-height:1;margin-top:10px}.hticon-box--bg-color .hticon-main i,.hticon-box--bg-color .hticon-main span:before{font-size:45px}.hticon-box--bg-color .hticon-main span{margin-bottom:0}.hticon-box--bg-color .hticon-main img{max-width:60px}.hticon-box--bg-color.hticon-box--icon-left .hticon-main{float:left}.hticon-box--bg-color.hticon-box--icon-left .htcontent-box{padding-left:68px}.hticon-box--bg-color.hticon-box--icon-right .hticon-main{float:right}.hticon-box--bg-color.hticon-box--icon-right .htcontent-box{padding-right:68px;text-align:right}.hticon-box--bg-color:hover{background-color:#000}.hticon-box--bg-color:hover .htlink_overlay{z-index:1}@media (min-width: 768px) and (max-width: 991px) {.hticon-box--bg-img{padding:25px 40px}.hticon-box--bg-color{padding:20px}}.hticon-box--bg-img{margin-bottom:20px}.htreferanslar img{padding:10px;object-fit:contain}.htreferanslar img:hover{filter:none}.htimg,img{max-width:100%;-webkit-transition:all .3s ease-out 0;-moz-transition:all .3s ease-out 0;-ms-transition:all .3s ease-out 0;-o-transition:all .3s ease-out 0;transition:all .3s ease-out 0}.htgolge1{box-shadow:0px 0px 20px 0px rgb(62 62 101 / 13%)!important}.turkey-map-drawing{text-align:center}.turkey-map-drawing svg{width:100%;height:auto}.turkey-map-drawing g.is-completed path{fill:var(--global--color-primary)}.turkey-map-drawing path{cursor:pointer;fill:#9b9b9b;-webkit-transition:.2s;transition:.2s}.turkey-map-drawing path:hover{fill:var(--global--color-primary)!important}.turkey-map-name{position:absolute;z-index:2}.turkey-map-name div{display:inline-block;background:var(--global--color-primary);color:#fff;font-size:13px;font-weight:500;padding:8px 16px;border-radius:2px}.htlist .card{width:100%;border-radius:5px;padding:30px;margin-bottom:2rem;border:10px solid transparent;display:inline-block;box-shadow:0px 0px 20px 0px rgb(62 62 101 / 13%);transition:all .4s;-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s}.htbayiler>.hticon{position:absolute;right:30px;top:15px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:100%;width:37px;height:37px;border:2px solid currentColor;color:#000;opacity:.3}.htbox-header{margin-bottom:50px}.htbayiler .httitle{color:#4d4d4d;font-size:20px;font-weight:600;line-height:1.3;margin-bottom:0}.htbayiler .httitle.htsmall{font-size:19px; margin-bottom:0}.htbayiler .httext{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#939393;font-size:16px;margin-top:5px;margin-right:10px}.htbox-footer .htname{color:#777;font-size:18px; font-weight:500;display:block}.htbox-footer .httext .hticon{margin-right:10px;font-size:16px}.card{position:relative;width:100%;border-radius:5px;padding:30px;margin-bottom:2rem;border:10px solid transparent;display:inline-block;box-shadow:0px 0px 20px 0px rgb(62 62 101 / 13%);transition:all .4s;-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s}.card:hover,.card-active{border-bottom:10px solid var(--global--color-primary)}#accordion .card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:none;background:none;border-radius:0;box-shadow:none;padding:0;margin:0}#accordion .card .card-body{background-color:#f4f4f4;color:#000;border-radius:0;margin-bottom:5px}#accordion .card .card-header{background-color:#f4f4f4;color:var(--global--color-secondary);border-bottom:1px solid #f4f4f4;margin-bottom:5px}#accordion .card .card-header a{color:#000000;font-weight:400;width:100%}#accordion .card .card-header h5{font-weight:400;font-size:15px}.httoggle{display:block;transition: background 0.3s ease}.htselect{height:auto;line-height:inherit;padding:15px 20px;font-size:14px;border:0;font-weight:500;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}.htshop-item{position:relative;margin-bottom:40px}.htprod-img{width:100%;text-align:center;box-sizing:border-box;padding:0px;border-top-left-radius:10px;border-top-right-radius:10px;background:#fff;position:relative;border-bottom:0;-webkit-box-shadow:0 0 40px rgba(82,85,90,0.1);-moz-box-shadow:0 0 40px rgba(82,85,90,0.1);box-shadow:0 0 40px rgba(82,85,90,0.1);-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;z-index:1;align-items:center;justify-content:center;display:flex}.htlayout-dark .htprod-img{background:#212529!important}.htins-inverter-badge{height:90px!important;width:100px;top:-19px;position:absolute;left:0}.htprod-img img{margin-top:0;width:auto;max-height:340px;padding:10px}.htprod-img .htlabel:not(.htdiscount){top:0;color:#3bb77e;background:#3bb77e36;padding:0 15px;height:25px;line-height:25px;font-weight:600}.htprod-img .htlabel{position:absolute;left:0;top:10px;font-size:14px;color:#666}.htprod-img .htlabel.htdiscount{right:10px;left:unset;font-weight:700}.htprod-img .htprod-name{width:calc(100% - 42px);position:absolute;bottom:20px;font-size:14px;text-align:center;left:20px;color:#000}.htprod-text{width:100%;min-height:100px;background:#fff;box-sizing:border-box;padding:0px 10px 0px 10px;-webkit-box-shadow:0 0 40px rgba(82,85,90,0.1);-moz-box-shadow:0 0 40px rgba(82,85,90,0.1);box-shadow:0 0 40px rgba(82,85,90,0.1);-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;border-top:0;position:relative}.htlayout-dark .htprod-text{background:#212529!important}.htprod-text .htfeatures{width:100%;text-align:center;font-size:17px;min-height:50px; padding:5px;margin-bottom:0px}.htprod-text .htfeatures span{display:block;width:100%;text-align:center;font-size:18px;min-height:30px;line-height:1.4;overflow:hidden;color:var(--global--color-heading);font-weight:600;overflow: hidden}.htlayout-dark .htprod-text{color:#fff!important}.htprod-text .htprice{width:90%;text-align:center;margin:0 5%;color:#000;font-size:0}.htprod-text .htprice span.htlinetrough{color:#666;text-decoration:line-through;font-weight:300}.htprod-text .htprice span{font-size:15px;display:inline-block;text-align:center;height:40px;line-height:40px;float:none;font-weight:700;color:var(--global--color-secondary);padding:0 5px}.htlayout-dark .htprod-text .htprice span{color:#fff!important}.htprod-text .htbuttons{width:100%;margin-top:10px;text-align:center}.htprod-text .htbuttons a:last-child{float:right;margin-right:10px}.htprod-text .htbuttons a:first-child{margin-left:10px}.htprod-text .htbuttons a{text-align:left;height:20px;line-height:20px;font-size:12px;position:relative;padding-left:24px;display:inline-block;float:none!important}.htprod-text .htprod-detail-btn{transition:all .3s cubic-bezier(.77,0,.175,1);position:absolute;left:0;bottom:2px;width:100%;overflow:hidden;height:40px;line-height:40px;text-align:center;letter-spacing:1px;color:var(--global--color-heading);font-size:14px;font-weight:700;background:#ffffff05;text-transform:uppercase}.htprod-text .htprod-detail-btn span{position:relative;z-index:3;transition:all .3s cubic-bezier(.77,0,.175,1)}.htprod-text .htprod-detail-btn .hthover-bg{transition:all .3s cubic-bezier(.77,0,.175,1);position:absolute;left:0;bottom:0;width:100%;height:0;background-color:var(--global--color-primary);z-index:2}.htprod-text .htprod-detail-btn span{position:relative;z-index:3;transition:all .3s cubic-bezier(.77,0,.175,1)}.htprod-text .htbottom-line{position:absolute;left:0;bottom:0;width:100%;height:2px;background-color:var(--global--color-primary)}.htprod:hover .htprod-text .htprod-detail-btn .hthover-bg{height:50px}.htprod:hover .htprod-text .htprod-detail-btn span{color:#fff}.htpro-detail-big-img{-webkit-box-shadow:0 0 40px rgba(82,85,90,0.1);-moz-box-shadow:0 0 40px rgba(82,85,90,0.1);box-shadow:0 0 40px rgba(82,85,90,0.1);-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}.htprod-img .htlabel.htdiscount{z-index:1;background:var(--global--color-red);color:var(--global--color-white);padding:0 15px;position:absolute;font-weight:600;right:0;top:0;height:25px;line-height:25px}.htproduct-sort{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:45px;position:relative}.htproduct-sort .htselect{background-color:#f4f4f4}.htproduct-sort .htproduct-sort-ordering{text-align:left;min-width:240px}.htproduct-sort .htproduct-sort-ordering .htpro-choose-ordering{position:relative}.htproduct-sort .htproduct-sort-ordering .htpro-choose-ordering .htchoose-control{width:100%;border:1px solid #ddd;padding:15px 0 15px 20px;display:block;color:#677286;font-size:16px;font-weight:500;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;cursor:pointer;outline:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:transparent}.htproduct-sort .htproduct-result-count{text-align:right;flex-grow:1}@media(max-width:500px) {.htproduct-sort .htproduct-result-count{text-align:left;margin-top:20px}.htfooter .htfooter-widget .htwidget-content .htmodule-social{justify-content:center}.htfooter .htwidget-links .htwidget-content{text-align:left}.htfooter .htwidget-links h3{text-align:left}}.htproduct-sort .htproduct-result-count .htproduct-count-text{font-size:16px;color:var(--global--color-secondary);font-weight:500;margin:0;letter-spacing:2px}.htsidebar-widget.htcontact-form-action{padding-left:0}.htsidebar-widget{position:relative;margin-bottom:45px}.htsidebar-title{position:relative;margin-bottom:17px}.htsidebar-title h2{position:relative;color:var(--global--color-secondary);font-size:24px;font-weight:600;line-height:1.3em;text-transform:capitalize}.htblog-cat-two{padding:0; position:relative;border-radius:0;overflow:hidden;background-color:#f4f4f4}.htblog-cat-two li{position:relative}.htblog-cat-two li a{position:relative;color:#000;font-size:15px; padding:6px 6px 6px 15px;display:block;transition:all 500ms ease;-moz-transition:all 500ms ease;-webkit-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;border-bottom:1px dashed #00000036}.htblog-cat-two li a:hover{color:#fff;background-color:var(--global--color-primary)}.htblog-cat-two li:last-child a{border-bottom:0}.htblog-cat-two li a span{position:absolute;right:20px}.htsidebar .card{margin-bottom:10px;border-radius:0;padding:0;border:0;box-shadow:none;background:#f9f9f9}.htsidebar .card-header{padding:.75rem 1.25rem;margin-bottom:0;background:#f9f9f9;border-color:#dedede;border-radius:0}.htsidebar .card-header a{color:#000;display:block}.htsidebar .htshow .card-body{border-left:solid 2px var(--global--color-secondary)!important}.htsidebar .card-header a:not(.collapsed) .htrotate-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.htsidebar .httitle{letter-spacing:2px;font-size:16px;color:#000;margin-bottom:10px;font-weight:700}.htcheckbox-custom,.htradio-custom{opacity:0;position:absolute}.htcheckbox-custom,.htcheckbox-custom-label,.htradio-custom,.htradio-custom-label{display:inline-block;vertical-align:middle;cursor:pointer}.htcheckbox-custom-label,.htradio-custom-label{position:relative;display:block;margin:0}.htcheckbox-custom+.htcheckbox-custom-label:before,.htradio-custom+.htradio-custom-label:before{content:'';border:1px solid var(--global--color-secondary);display:inline-block;line-height:15px;vertical-align:middle;width:20px;height:20px;padding:2px;margin-right:10px;text-align:center}.htcheckbox-custom:checked+.htcheckbox-custom-label:before{content:"";background:var(--global--color-secondary);color:var(--global--color-secondary)}.htradio-custom+.htradio-custom-label:before{border-radius:50%}.htradio-custom:checked+.htradio-custom-label:before{content:"";background:#fff;color:#1f2026}.htblog-cat-two li.active a{color:#fff}.htblog-cat-two li.active{background-color:var(--global--color-secondary)}.htcontact-form-action .form-control{height:auto;line-height:inherit;padding:15px 20px;font-size:14px;color:var(--global--color-secondary);border:0;font-weight:500;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;background-color:#f4f4f4}.htcontact-form-action .form-group .htsubmit-btn{position:absolute;right:20px;top:50%;border:0;background-color:transparent;color:var(--global--color-secondary);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.col-kolaymenu{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#000;background:none;border:none;float:right;margin-right:5px}.col-kolaymenu-filter{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#000;background:none;border:none;float:right;margin-right:5px}@media only screen and (max-width: 767px) {.col-kolaymenu{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.htkolay-menu>ul{display:none}.col-kolaymenu-filter{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.htkolay-menu-filter .htfiltre{display:none}.htprod-img{height:auto}.htprod-img img{margin-top:0px;height:auto;object-fit:contain}.htprod-text{padding:0}.htprod-text .htprice span{font-size:13px;height:auto;line-height:normal}.htbelgeler img{height:auto}.htproduct-sort{display:flex;align-items:center;flex-wrap:wrap;position:relative;margin:-20px 10px 45px}.htproduct-sort .htproduct-sort-ordering{width:100%}.htsidebar-title h2{margin-bottom:5px}.htsidebar-widget{margin-bottom:20px}.htcontact-form-action .form-control{margin-bottom:10px}.htsingle-product .htproduct-content{text-align:left;margin-top:20px}.htmain-slider-ripped-paper svg{display:none}.htfooter-ripped-paper svg{display:none}.htgallery-cover{height:auto}}.htfloat-right{float:right!important}#hturunslider1{border:1px solid #f4f4f4;background-color:var(--global--color-white);position:relative;-webkit-box-shadow:0px 5px 70px 0px rgb(3 43 86 / 6%);box-shadow:0px 5px 70px 0px rgb(3 43 86 / 6%)}#hturunslider2{margin-top:10px}#hturunslider2 .owl-nav button{width:20px;height:40px;background:#f1f1f1!important;padding:5px!important;display:flex;align-items:center;justify-content:center}.hturunbuyuk img{width:100%;max-width:100%;display:block;height:500px!important;object-fit:contain!important;padding:5px}.hturunkucuk img{width:100%;max-width:100%;display:block;height:120px!important;object-fit:contain!important;padding:5px;background-color:var(--global--color-white);border:1px solid #f4f4f4}.htproduct-price .htold-price{text-decoration:line-through;color:#B6B6B6;margin-right:10px;font-size:28px;font-weight:700}.htstock-status{display:inline-block;padding:8px 12px;border-radius:5px;margin-bottom:20px;font-size:14px;font-weight:700;line-height:1}.htstock-status.htout-stock{background:var(--global--color-red);color:#fff}.htstock-status.htout-yeni{color:#3bb77e;background:#3bb77e36}@media (max-width: 767px) {.htgallery-list{margin-top:15px}}.htgallery-list .htgallery-card{margin-bottom:15px}.htgallery-list .htgallery-card:last-child{margin-bottom:0}.htgallery-list .htglink{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.htgallery-list .htphoto{width:120px;height:90px;overflow:hidden}.htgallery-list .htphoto img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.htgallery-list .htdescription{padding-left:20px}.htgallery-list .htdescription .httitle{color:#6f6f6f;font-size:16px;font-weight:500;line-height:1.3;overflow:hidden;max-height:43px}.htgallery-list .htdescription .htdate{color:#939393;font-size:13px;margin-top:7px}.htgallery-list .htdescription .htdate .hticon{font-size:13px;margin-right:7px}.htgallery.htlist .htgallery-card{margin-bottom:30px}@media (max-width: 479px) {.htgallery.htlist .htgallery-card:last-child{margin-bottom:0}}.htgallery-card a{position:relative;display:block}.htgallery-card a:hover .htgallery-body{background:-webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,0.7)));background:linear-gradient(transparent,rgba(0,0,0,0.7))}.htgallery-card a:hover .htgallery-cover img{-webkit-transform:scale(1.1);transform:scale(1.1)}.htgallery-card a:hover .htgallery-photo img{-webkit-transform:scale(1.1);transform:scale(1.1)}.htgallery-card a:hover .htgallery-overlay{opacity:1;visibility:visible}.htgallery-header{position:relative}.htgallery-header .hticon{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:50px;height:50px;border-radius:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:rgba(238,51,53,0.9);color:#fff;font-size:18px}.htgallery-photo{overflow:hidden;height:200px}.htgallery-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:.7s ease;transition:.7s ease}.htgallery-footer{padding-top:15px}.htgallery-footer .httitle{color:#6f6f6f;font-size:16px;font-weight:500;line-height:1.4;max-height:46px;overflow:hidden;margin-bottom:8px}.htgallery-footer .httext{color:#6f6f6f;font-size:13px;line-height:1.7;max-height:64px;overflow:hidden}.htgallery-overlay{position:absolute;left:0;right:0;top:0;bottom:0;z-index:11;background:rgba(0,0,0,0.3);padding:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;opacity:0;visibility:hidden;-webkit-transition:.3s;transition:.3s}.htgallery-overlay .hticon{font-size:42px;color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;color:#fff;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.htgallery-body{border-radius:7px; left:0;right:0;top:0;bottom:0;position:absolute;background:-webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,0.5)));background:linear-gradient(transparent,rgba(0,0,0,0.5));padding:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (max-width: 767px) {.htgallery-body{padding:20px}}.htgallery-body .httitle{color:#fff;font-size:21px;font-weight:600;line-height:normal;padding-right:50px;overflow:hidden;max-height:90px;margin:0}.htgallery-body .htdate{color:#fff;font-size:13px;margin-top:10px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:.8}.htgallery-body .htdate .hticon{font-size:13px;margin-right:7px}.htgallery-body>.hticon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:50px;height:50px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--global--color-primary);border-radius:100%;color:#fff;font-size:18px;position:absolute;right:20px;top:20px}@media (max-width: 479px) {.htgallery-body>.hticon{display:none}}.htgallery-cover{overflow:hidden;height:300px; border-radius:7px; border:solid 6px #2a2a2a }@media (max-width: 479px) {.htgallery-cover{height:auto}}.htgallery-cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:ease .7s;transition:ease .7s}.htno-gutters{margin-right:0;margin-left:0}.htvideo-detail__wrapper{background:#333;min-height:600px;padding-top:50px;padding-bottom:150px}.htvideo-detail__header{margin-top:20px;margin-bottom:20px}.htvideo-detail__header .httitle{color:#fff;font-size:28px;font-weight:400}.htvideo-detail-player iframe{width:100%;height:530px}@media (max-width: 767px) {.htvideo-detail-player iframe{height:auto}}@media (min-width: 768px) and (max-width: 991px) {.htvideo-detail-player iframe{height:400px}}.htvideo-detail-other-videos .htheading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:rgba(0,0,0,0.2);height:60px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:15px;padding-right:15px;color:#fff;font-size:16px;font-weight:400;margin:0}.htvideo-detail-other-videos .htheading .htall-videos{text-transform:capitalize;font-size:12px;color:#fff;opacity:.7;font-weight:400}.htvideo-detail-other-videos .htheading .htall-videos:hover{text-decoration:underline}.htvideo-detail-list{overflow-y:auto;background:#212529;height:calc(530px - 60px);border-bottom:1px solid rgba(255,255,255,0.07);margin:0;padding:0}@media (min-width: 768px) and (max-width: 991px) {.htvideo-detail-list{height:340px}}.htvideo-detail-list li{padding-top:10px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,0.07);-webkit-transition:.3s;transition:.3s}.htvideo-detail-list li:last-child{border-bottom:0 none}.htvideo-detail-list li:hover{background:rgba(0,0,0,0.2)}.htvideo-detail-list li a{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.htvideo-detail-list .htvideo-left{width:110px;height:70px;position:relative;margin-left:10px;margin-right:10px}.htvideo-detail-list .htvideo-left img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.htvideo-detail-list .htvideo-left .hticon{position:absolute;left:0;right:0;top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(0,0,0,0.55);color:#fff;font-size:16px}.htvideo-detail-list .htvideo-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:5px;padding-right:15px}.htvideo-detail-list .htvideo-right .httitle{color:#fff!important;font-size:14px!important;line-height:1.4!important;margin-bottom:0!important}.htno-gutters>.htcol,.htno-gutters>[class*=col-]{padding-right:0;padding-left:0}.htvideobg{background:#333}.htmodal-open{overflow:hidden;padding:0!important}.htmodal{z-index:999999;-webkit-box-shadow:0 5px 83px 0 #080000;box-shadow:0 5px 83px 0 #080000}.htbox-shadow-none{box-shadow:none!important}.htkapat{background:var(--global--color-primary-alt);border:none;color:#fff;display:flex;justify-content:center;align-items:center;position:absolute;right:0;top:0;width:40px;height:40px;z-index:10}.htfont-weight-bold{font-weight:700!important}.htsozlesme_scrol{height:60vh;overflow:hidden;overflow-y:scroll}.htesitle{margin-top:66px}.htfooter_bant{background:#ffffff0a;padding:5px 15px;border-radius:10px;font-family:var(--global--font-secondary)}.htsingle-services-box{background-color:#fafafa;-webkit-transition:.5s;transition:.5s;padding:30px}.htsingle-services-box h3{position:relative;line-height:1.4;font-size:20px;font-weight:700;padding:0;margin-bottom:10px}.htsingle-services-box h3 i{color:#fe235b;display:inline-block;position:absolute;left:0;font-size:45px;top:3px;z-index:1}.htsingle-services-box h3 i::after{position:absolute;left:-10px;top:-3px;z-index:-1;background-color:#fbd3dd;width:55px;height:55px;content:'';border-radius:50%}.htsingle-services-box h3 i.htcolor-043d72{color:#043d72}.htsingle-services-box h3 i.htcolor-043d72::after{background-color:#d4d6de}.htsingle-services-box p{margin-top:15px}.htsingle-services-box .htread-more-btn{display:inline-block;margin-top:6px;color:#130947;text-transform:uppercase;font-weight:700;font-size:14px}.htsingle-services-box .htread-more-btn:hover{color:#1a1a1a}.htsingle-services-box:hover{background-color:#fff;border-color:#fff!important;-webkit-transform:scale(1.05);transform:scale(1.05);-webkit-box-shadow:0 10px 30px rgba(0,0,0,0.07);box-shadow:0 10px 30px rgba(0,0,0,0.07);position:relative;z-index:1}.row .col-lg-6:nth-child(1) .htsingle-services-box{border-right:1px solid #1a1a1a;border-bottom:1px solid #1a1a1a}.row .col-lg-6:nth-child(2) .htsingle-services-box{border-bottom:1px solid #1a1a1a}.row .col-lg-6:nth-child(3) .htsingle-services-box{border-right:1px solid #1a1a1a;border-bottom:1px solid #1a1a1a}.row .col-lg-6:nth-child(4) .htsingle-services-box{border-bottom:1px solid #1a1a1a}.row .col-lg-6:nth-child(5) .htsingle-services-box{border-right:1px solid #1a1a1a;border-bottom:1px solid #1a1a1a}.row .col-lg-6:nth-child(6) .htsingle-services-box{border-bottom:1px solid #1a1a1a}.row .col-lg-6:nth-child(7) .htsingle-services-box{border-right:1px solid #1a1a1a;border-bottom:1px solid #1a1a1a}.row .col-lg-6:nth-child(8) .htsingle-services-box{border-bottom:1px solid #1a1a1a}.row .col-lg-4:nth-child(1) .htsingle-services-box{border-right:1px solid #1a1a1a;border-bottom:1px solid #1a1a1a}.row .col-lg-4:nth-child(2) .htsingle-services-box{border-bottom:1px solid #1a1a1a}.row .col-lg-4:nth-child(3) .htsingle-services-box{border-left:1px solid #1a1a1a;border-bottom:1px solid #1a1a1a}.row .col-lg-4:nth-child(4) .htsingle-services-box{border-bottom:1px solid #1a1a1a}.row .col-lg-4:nth-child(4) .htsingle-services-box,.row .col-lg-4:nth-child(5) .htsingle-services-box,.row .col-lg-4:nth-child(7) .htsingle-services-box,.row .col-lg-4:nth-child(8) .htsingle-services-box{border-right:1px solid #1a1a1a}.row .col-lg-4:nth-child(7) .htsingle-services-box{border-top:1px solid #1a1a1a}.row .col-lg-4:nth-child(8) .htsingle-services-box{border-top:1px solid #1a1a1a}.row .col-lg-4:nth-child(9) .htsingle-services-box{border-top:1px solid #1a1a1a}.htservice-box-area.htst-1{background-repeat:no-repeat}.htcontent-404{padding:0 110px}@media only screen and (min-width: 992px) and (max-width: 1200px) {.htcontent-404{padding:0 30px}}@media only screen and (min-width: 768px) and (max-width: 991px) {.htcontent-404{padding:0 80px}}@media (max-width: 767px) {.htcontent-404{padding:0}}.htcontent-404 h2{font-size:225px;font-weight:900;line-height:1;color:var(--global--color-secondary);margin-bottom:10px}@media only screen and (min-width: 992px) and (max-width: 1200px) {.htcontent-404 h2{font-size:150px}}@media only screen and (min-width: 768px) and (max-width: 991px) {.htcontent-404 h2{font-size:120px}}@media (max-width: 767px) {.htcontent-404 h2{font-size:70px}}@media only screen and (min-width: 576px) and (max-width: 767px) {.htcontent-404 h2{font-size:90px}}.htcontent-404 h4{margin-bottom:0;text-transform:uppercase;line-height:1;margin-bottom:20px}@media (max-width: 767px) {.htcontent-404 h4{font-size:22px;line-height:28px}}.htsearch-form{margin-top:25px}.htsearch-form input{font-size:15px;color:#002a3c;padding:0 50px 0 20px;background:#f6f6f6;height:60px;border-radius:3px;width:100%;border:0}.htsearch-form button{font-size:16px;color:#002a3c;font-weight:500;height:60px;line-height:60px;position:absolute;top:0;right:15px;border:0;background:none}.htsearch-input-field{width:470px;position:relative;display:inline-block}@media (max-width: 767px) {.htsearch-input-field{width:100%}}@media only screen and (min-width: 576px) and (max-width: 767px) {.htsearch-input-field{width:470px}}.htgo-home .htgrb-border-btn{font-size:15px;font-weight:500;border-width:1px;line-height:58px;border-radius:3px;padding:0 35px}.hturun_kategori img{max-width:100%;height:300px!important;width:100%!important;-webkit-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;object-fit:cover}.htcounter-board-area{padding-top:100px;padding-bottom:50px;position:relative;background-size:cover;background-repeat:no-repeat;background-position:center center;z-index:1}@media (max-width: 767px) {.htcounter-board-area{padding-top:60px;padding-bottom:15px}}.htcounter-board-area:before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:#002a3c;opacity:.85}.htcounter-board-area.htst-3{padding-top:0;padding-bottom:0}.htcounter-board-area.htst-3:before{display:none}.htcounter-board-border{border-top:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2;padding-top:65px;padding-bottom:20px}.htcounter-board-content{position:relative;z-index:5}.htcounter-board-single{text-align:center}.htcounter-board-single i{font-size:45px;color:#fff}.htcounter-board-single p{color:#fff;font-size:15px;font-weight:500;text-transform:uppercase}.htcounter-board-single.htst-3 i{color:var(--global--color-primary-alt)}.htcounter-board-single.htst-3 .htcounter-board-number{color:#002a3c}.htcounter-board-single.htst-3 p{color:#8f98a8}.htcounter-board-number{font-size:48px;font-weight:800;color:#fff;line-height:1;margin-top:15px;margin-bottom:4px}.htcounter-board-number .htodometer.htodometer-auto-theme .htodometer-digit,.htcounter-board-number .htodometer.htodometer-theme-default .htodometer-digit{vertical-align:text-top}.htcounter-board-number .htodometer.htodometer-auto-theme,.htcounter-board-number .htodometer.htodometer-theme-default{line-height:1}.htodometer{font-weight:500}.htnewsletter-area{padding:44px 0 7px;background:#ffffff0a;-webkit-box-shadow:0 5px 83px 0 #080000;box-shadow:0 5px 83px 0 #080000}@media (max-width: 767px) {.htnewsletter-area{padding:56px 0 30px}}.htnewsletter-text h4{font-size:24px;color:#fff;line-height:1;margin-bottom:15px;font-weight:500}.htnewsletter-text b,.htnewsletter-text strong{font-weight:700}.htnewsletter-text p{font-weight:400;color:#ffffffa6;padding-right:100px}@media (max-width: 767px) {.htnewsletter-text p{padding-right:0}}.htsubscribe-form{position:relative}.htsubscribe-form input{width:100%;height:60px;line-height:60px;padding:0 205px 0 20px;color:#fff;border-radius:3px;background:#ffffff08;border:none}@media (max-width: 767px) {.htsubscribe-form input{padding:0 135px 0 15px}}.htsubscribe-form input::placeholder{color:#ffffffa6}.htsubscribe-form input:-moz-placeholder{color:#ffffffa6}.htsubscribe-form button{font-size:15px;font-weight:700;text-transform:uppercase;line-height:60px;text-align:center;width:185px;background-color:var(--global--color-secondary);color:#fff;border:none;position:absolute;top:0;right:0;bottom:0;border-radius:0 3px 3px 0;overflow:hidden}@media (max-width: 767px) {.htsubscribe-form button{width:125px}.hthero .hthero-content .hthero-title{font-size:20px;line-height:normal;margin-bottom:0;-webkit-text-stroke:#fffafa;color:#fff}}.htsubscribe-form button i{color:#fff;margin-right:10px}@media (max-width: 767px) {.htsubscribe-form button i{display:none}}.htsubscribe-form button:before{background-color:#fff;content:"";height:150px;left:-75px;position:absolute;top:-35px;transform:rotate(35deg);transition:all 1600ms cubic-bezier(0.19,1,0.22,1);width:40px;opacity:0}.htsubscribe-form button:hover:before{left:120%;transition:all 1300ms cubic-bezier(0.19,1,0.22,1);opacity:.25}.htsubscribe-form.htst-2{margin-top:60px}.htsubscribe-form.htst-2 input{width:100%;height:60px;line-height:60px;padding:0 165px 0 20px;color:#fff;border-radius:3px;background:#1f1a41;border:none;font-size:16px}@media only screen and (min-width: 992px) and (max-width: 1200px),(max-width: 767px) {.htsubscribe-form.htst-2 input{padding:0 120px 0 15px}}@media only screen and (min-width: 768px) and (max-width: 991px) {.htsubscribe-form.htst-2 input{padding:0 160px 0 15px}}.htsubscribe-form.htst-2 input::placeholder{color:#535353;font-size:16px}.htsubscribe-form.htst-2 input:-moz-placeholder{color:#535353;font-size:16px}.htsubscribe-form.htst-2 button{font-size:16px;font-weight:500;color:#fff;text-transform:uppercase;line-height:60px;text-align:center;width:145px;background:#8500d1;border:none;position:absolute;top:0;right:0;bottom:0;border-radius:0 3px 3px 0}@media only screen and (min-width: 992px) and (max-width: 1200px),(max-width: 767px) {.htsubscribe-form.htst-2 button{width:110px}}.htsubscribe-form.htst-2 button i{color:#fff;margin-right:10px}@media only screen and (min-width: 992px) and (max-width: 1200px),(max-width: 767px) {.htsubscribe-form.htst-2 button i{display:none}}@media only screen and (min-width: 992px) and (max-width: 1200px),(max-width: 767px) {.htsubscribe-form.htst-3 input{padding:0 120px 0 15px}}@media only screen and (min-width: 768px) and (max-width: 991px) {.htsubscribe-form.htst-3 input{padding:0 160px 0 15px}}.htsubscribe-form.htst-3 button{width:145px;color:#002a3c;background:#564bc6}@media only screen and (min-width: 992px) and (max-width: 1200px),(max-width: 767px) {.htsubscribe-form.htst-3 button{width:110px}}.htsubscribe-form.htst-3 button i{color:#002a3c}@media only screen and (min-width: 992px) and (max-width: 1200px),(max-width: 767px) {.htsubscribe-form.htst-3 button i{display:none}}#st-1{z-index:2!important}.htbroucher-box{position:relative;padding:12px 22px;border-radius:6px;overflow:hidden;margin-bottom:20px;transition:all 500ms ease;-moz-transition:all 500ms ease;-webkit-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;border:1px solid #ddd;text-align:left}.htbroucher-box .htoverlay-link{position:absolute;left:0;top:0;right:0;bottom:0;display:block;z-index:1}.htbroucher-box .htbroucher-inner{position:relative;font-size:16px;color:#1b4962;font-weight:400;transition:all 500ms ease;-moz-transition:all 500ms ease;-webkit-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease}.htbroucher-box .htbroucher-inner .htdownload-icon{position:absolute;right:-5px;top:2px;color:#222;font-size:16px;line-height:1em;transition:all 500ms ease;-moz-transition:all 500ms ease;-webkit-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease}.htbroucher-box:hover{border-color:#564bc6;color:#fff;background-color:#564bc6}.htbroucher-box:hover .htbroucher-inner .htdownload-icon,.htbroucher-box:hover .htbroucher-inner{color:#fff}.htbroucher-box:last-child{margin-bottom:0}.htsdesc div {line-height:1.7;}.htpage-title {position: relative;text-align: center;overflow: revert;padding: 70px 0px 20px;background-size:cover;background-position: center}.htpage-title:before {position: absolute;content: '';left: 0px;bottom: 0px;top: 0px;right: 0px;}.htpage-title .auto-container {position: relative}.htpage-title h1 {position: relative;color: #ffffff;font-size: 40px;font-weight: 600;line-height: 1.2em;margin-bottom: 10px}.htpage-breadcrumb {position: relative;align-items: center;background: #00000040;border-radius: 5px;color: inherit;display: inline-flex;font-size: 13px;font-weight: 400;justify-content: center;letter-spacing: 0;margin-top: 10px;padding: 5px 15px;text-transform: capitalize}.htpage-breadcrumb li {position: relative;display: inline-block;margin-right: 10px;padding-right: 15px;color: #ffffff;font-size: 15px;font-weight: 400}.htpage-breadcrumb li:after {position: absolute;content: "/";right: -2px;top: 0px;color: #ffffff;font-size: 20px;font-weight: 700;font-family: 'Font Awesome 5 Pro'}.htpage-breadcrumb li:last-child::after {display: none}.htpage-breadcrumb li:last-child {padding-right: 0px;margin-right: 0px}.htpage-breadcrumb li a {color: #ffffff;font-weight: 400;transition: all 0.3s ease;-moz-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease}.htpage-breadcrumb li a:hover {text-decoration: underline;}#htworkers {padding: 60px 0px 60px}#htworkers .htworkers-img {position: relative;border-radius: 5px}#htworkers .htsocial-icons {position: absolute;bottom: 40px;left: 0;right: 0;margin: 0px auto;text-align: center;display: none}#htworkers .htworkers-col:hover .htsocial-icons {display: block;animation: bcktop 1s forwards;-webkit-animation: bcktop 1s forwards;-moz-animation: bcktop 1s forwards;-o-animation: bcktop 1s forwards}#htworkers .htworkers-active .htsocial-icons {display: block;animation: bcktop 0s forwards;-webkit-animation: bcktop 0s forwards;-moz-animation: bcktop 0s forwards;-o-animation: bcktop 0s forwards}#htworkers .htworkers-col:hover .htworkers-img:before,#htworkers .htworkers-active .htworkers-img:before {content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: #4d4d4d;opacity: 0.5}#htworkers .htsocial-icons li {display: inline-block}#htworkers .card {padding: 0px;text-align: center;border-top-left-radius: 0;border-top-right-radius: 0;border-radius: 5px;padding: 10px;margin-bottom: 2rem;border: 10px solid transparent;display: inline-block;box-shadow: 0px 0px 20px 0px rgba(62, 62, 101, 0.13);transition: all 0.4s;-webkit-transition: all 0.4s;-moz-transition: all 0.4s;-o-transition: all 0.4s}.htreferanslar img {object-fit: contain;height: 130px;-webkit-transition: all 600ms ease;-moz-transition: all 600ms ease;-ms-transition: all 600ms ease;-o-transition: all 600ms ease;transition: all 600ms ease}.htbelgeler img {object-fit: cover;height: 335px;-webkit-transition: all 600ms ease;-moz-transition: all 600ms ease;-ms-transition: all 600ms ease;-o-transition: all 600ms ease;transition: all 600ms ease}.htd-ortala {text-align: center}.htbelgeler,.htreferanslar {display: flex;justify-content: center;align-items: center;overflow: hidden}.htbelgeler a:hover img,.htreferanslar a:hover img {-webkit-transform: scale3d(1.15, 1.15, 1.15);transform: scale3d(1.15, 1.15, 1.15)}.htworkers-details h3 {color: var(--global--color-heading);text-align: left;font-weight: 500;font-size: 18px}.htdz-team {transition: all 0.5s}.htdz-team .htdz-name a {transition: all 0.5s}.htdz-team .htdz-content {transition: all 0.5s;position: relative}.htdz-team .htdz-media img {width: 100%}.htdz-team .htdz-position {display: block}.htdz-team.htstyle-1 .htdz-content {box-shadow: 0px 1px 5px rgba(31, 66, 135, 0.6);padding: 10px;z-index: 99;background-color: var(--global--color-primary);margin: 0px 0px 0; border-bottom-left-radius:10px; border-bottom-right-radius:10px}.htdz-team.htstyle-1 .htdz-name {margin-bottom: 10px;color: #fff}.htdz-team.htstyle-1 .htdz-name a {color: inherit}.htdz-team.htstyle-1 .htdz-position {text-transform: capitalize ;font-size: 16px;letter-spacing: 0;font-weight: 500;margin: 0;font-family: var(--global--font-secondary);color:#fff}.htdz-team.htstyle-1 .htdz-media {position: relative;overflow: hidden; border-top-left-radius:10px; border-top-right-radius:10px}.htdz-team.htstyle-1 .htdz-media .htteam-social {position: absolute;right: -100px;top: 10px;-webkit-transition: all 0.8s;-ms-transition: all 0.8s;transition: all 0.8s}.htdz-team.htstyle-1 .htdz-media .htteam-social li {display: block;margin-bottom: 10px}.htteam-social svg{width:15px;height:15px;fill:#fff}.htdz-team.htstyle-1 .htdz-media .htteam-social li a {background: #212529;width: 45px;height: 45px;line-height: 45px;text-align: center;-webkit-transition: all 0.8s;-ms-transition: all 0.8s;transition: all 0.8s;display: block;color: #fff}.htdz-team.htstyle-1 .htdz-media .htteam-social li a:hover {background: var(--global--color-primary)}.htdz-team.htstyle-1:hover .htdz-media .htteam-social {right: 10px}.htdz-team.htstyle-2 .htdz-position {font-family: "Oswald", sans-serif;font-weight: 300;text-transform: uppercase;letter-spacing: 3px;font-size: 15px}.htdz-team.htstyle-2 .htdz-position.line:before {content: "";position: relative;height: 1px;top: -5px;margin-left: -50px;margin-right: 10px;display: inline-block;width: 40px;background: var(--global--color-primary)}.htdz-team.htstyle-2 .htdz-media {position: relative;overflow: hidden}.htdz-team.htstyle-2 .htdz-media .htteam-social {position: absolute;left: 50%;bottom: -50px;display: flex;transform: translateX(-50%);-webkit-transition: all 0.8s;-ms-transition: all 0.8s;transition: all 0.8s}.htdz-team.htstyle-2 .htdz-media .htteam-social li {display: block;margin-right: 20px}.htdz-team.htstyle-2 .htdz-media .htteam-social li a {background: var(--global--color-primary);width: 45px;height: 45px;line-height: 45px;text-align: center;-webkit-transition: all 0.8s;-ms-transition: all 0.8s;transition: all 0.8s;display: block;color: #fff}.htdz-team.htstyle-2 .htdz-media .htteam-social li a:hover {background: var(--global--color-primary)}.htdz-team.htstyle-2:hover .htdz-media .htteam-social {bottom: 20px}.htline-img {background-image: url(../images/pattern/line.png);background-position: center;background-size: 100%}.textglobal--color-primary{color:var(--global--color-white)}.ht-success-msg-content {width: 100%;display: none}.ht-success-msg-content .ht-succes-message {width: 100%;min-height: 200px;margin-top: 40px;text-align: center}.ht-success-msg-content .ht-succes-message .ht-icon-content {display: inline-block;border: 2px solid #237dc8;border-radius: 50%;padding: 20px}.ht-success-msg-content .ht-succes-message .ht-icon-content i {color: #237dc8;font-size: 42px}.ht-success-msg-content .ht-succes-message .ht-success-text {color: #237dc8;font-size: 20px;font-weight: 600;width: 100%;margin-top: 10px}.ht-success-msg-content {width: 100%;display: none}.ht-success-msg-content .ht-succes-message {width: 100%;min-height: 200px;margin-top: 40px;text-align: center}.ht-success-msg-content .ht-succes-message .ht-icon-content {display: inline-block;border: 2px solid #237dc8;border-radius: 50%;padding: 20px}.ht-success-msg-content .ht-succes-message .ht-icon-content i {color: #237dc8;font-size: 42px}.ht-success-msg-content .ht-succes-message .ht-success-text {color: #237dc8;font-size: 20px;font-weight: 600;width: 100%;margin-top: 10px}.htall_error {display:none;width: 100%;font-size: 13px;margin-top: 15px}.htall_error span {width: 100%;color: #a94442;background-color: #f2dede;border: 1px solid #ebccd1;border-radius: 4px;padding: 15px}.htfileinput { margin-bottom: 6px; display: inline-block; position: relative; width: 100%; overflow: hidden}.htfileinput .htuneditable-input {display: inline-block;margin-bottom: 0;vertical-align: middle;cursor: text}.htfileinput i + .htfileinput-filename, .htfileinput .btn + .htfileinput-filename {padding-left: 5px}.htfileinput.htfileinput-exists .close {opacity: 1;color: #dee0e4;position: relative;top: 3px;margin-left: 5px}.htfileinput .htthumbnail {overflow: hidden;display: inline-block;margin-bottom: 5px;vertical-align: middle;text-align: center}.htfileinput .htthumbnail[data-trigger="fileinput"] {cursor: pointer}.htfileinput .htthumbnail:before,.htfileinput .htthumbnail:after {content: " ";display: table}.htfileinput .htthumbnail:after {clear: both}.htfileinput .htthumbnail > img {max-height: 100%;display: block}.htfileinput .btn {vertical-align: middle}.htfileinput-exists .htfileinput-new,.htfileinput-new .htfileinput-exists {display: none}.htfileinput-inline .htfileinput-controls {display: inline}.htfileinput .htuneditable-input {white-space: normal}.htfileinput-new .input-group .btn-file {border-radius: 0 3px 3px 0}.htfileinput-new .input-group .btn-file.btn-xs,.htfileinput-new .input-group .btn-file.btn-sm {border-radius: 0 2px 2px 0}.htfileinput-new .input-group .btn-file.btn-lg {border-radius: 0 3px 3px 0}.form-group.has-warning .htfileinput .htuneditable-input {color: #574802;border-color: #ffd78a}.form-group.has-warning .htfileinput .htfileinput-preview {color: #574802}.form-group.has-warning .htfileinput .htthumbnail {border-color: #ffd78a}.form-group.has-error .htfileinput .htuneditable-input {color: #ac1818;border-color: #ffafbd}.form-group.has-error .htfileinput .htfileinput-preview {color: #ac1818}.form-group.has-error .htfileinput .htthumbnail {border-color: #ffafbd}.form-group.has-success .htfileinput .htuneditable-input {color: #045702;border-color: #b4e8a8}.form-group.has-success .htfileinput .htfileinput-preview {color: #045702}.form-group.has-success .htfileinput .htthumbnail {border-color: #b4e8a8}.ht-yorum-list {width: 100%;float: left;margin-bottom: 15px}.ht-yorum-list .yorum-list-header {width: 100%;float: left;border-bottom: 2px solid #E8E8E8}.ht-yorum-list .yorum-list-header h3 {font-size: 18px;color: #333;display: inline-block;position: relative;font-weight: 700;letter-spacing: -1px;padding: 0 5px 12px 0;background: #fff}.ht-yorum-list .yorum-list-header h3:after {content: '';position: absolute;left: 0;bottom: -2px;background: #29a0d6;width: 100%;height: 2px}.ht-yorum-list .yorum-list-box-content {width: 100%;float: left;padding: 20px 10px;margin-bottom: 10px;border-bottom: 1px solid #e5e5e5}.ht-yorum-list .yorum-list-box-content .yorum-list-box-margin {padding-left: 50px}.ht-yorum-list .yorum-list-box-content .yorum-list-box {width: 100%;float: left}.ht-yorum-list .yorum-list-box-content .yorum-list-box .yorum-image {float: left;width: 60px;margin-right: 30px;margin-bottom: 15px}.ht-yorum-list .yorum-list-box-content .yorum-list-box .yorum-image img {width: 60px;height: 60px;border-radius: 50%}.ht-yorum-list .yorum-list-box-content .yorum-list-box .yorum-sag {float: none;color: #333;padding: 0 5px}.ht-yorum-list .yorum-list-box-content .yorum-list-box .yorum-sag .yorum-yapan {display: block;font-weight: 700;font-size: 16px}.ht-yorum-list .yorum-list-box-content .yorum-list-box .yorum-sag .yorum-tarih {font-weight: 400;font-size: 13px;color: #aaaaaa;margin-top: 5px}.ht-yorum-list .yorum-list-box-content .yorum-list-box .yorum-sag .yorum-tarih a {font-weight: 400;font-size: 13px;color: #aaaaaa;float: right}.ht-yorum-list .yorum-list-box-content .yorum-list-box .yorum-sag .yorum {margin-top: 5px}.ht-yorum-list .yorum-list-box-content .yorum-list-box .yorum-sag .yorum p {font-size: 13px;font-weight: 400;color: #666}.ht-yorum-list .ht-yorum-yok {width: 100%;float: left}.ht-yorum-list .ht-yorum-yok span {color: #222;display: block;font-size: 14px;padding: 25px 20px;border: 1px solid #ccc}.htvideo-container {overflow: hidden;position: relative;width:100%}.htvideo-container::after {padding-top: 56.25%;display: block;content: ''}.htvideo-container iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%}.ht-yorum-gonder{font-family: var(--global--font-body);font-size: 15px;font-weight: 700;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;width: 100%;-webkit-transition: .3s ease-in-out;-o-transition: .3s ease-in-out;transition: .3s ease-in-out;height:55px}@media only screen and (min-width: 768px) and (max-width: 991px),(max-width: 767px) {.htcontact-infos {margin-top: 20px}}.htcontact-infos h4 {font-size: 24px;margin-bottom: 20px;color: #ffffff;border-bottom: 1px solid #f5f5f5;padding-bottom: 10px}.htcontact-list>a {text-decoration: none;font-weight: 400;font-size: 18px;color: #ffffff;opacity: 0.7;font-size: 16px;display: flex;align-items: center;color: #ffffff;-webkit-transition: all 0.5s ease-out 0s;-moz-transition: all 0.5s ease-out 0s;-ms-transition: all 0.5s ease-out 0s;-o-transition: all 0.5s ease-out 0s;transition: all 0.5s ease-out 0s;margin-bottom: 5px}.htcontact-list>a:hover {opacity: 1}.htcontact-list>a i {width: 30px;line-height: 40px;border-radius: 50%;margin-right: 10px;font-size: 16px;flex: 0 0 auto}@media only screen and (min-width: 768px) and (max-width: 991px),(max-width: 767px) {.htcontact-list>a i {width: 20px}}@media (max-width: 767px) {.htcontact-area {padding-top: 10px;padding-bottom: 60px}}.htcontact-heading {margin-bottom: 46px}.htcontact-heading h4 {font-size: 24px;text-transform: uppercase;margin-bottom: 0;line-height: 1}.htcontact-address-list li {padding:20px; margin-bottom: 0px;display: flex;align-items: center}.htcontact-list-icon {height: 50px;width: 50px;text-align: center;border-radius: 3px;background: #f1f1f1;margin-right: 10px}.htcontact-list-icon i {font-size: 30px;line-height: 50px;color: #000}.htcontact-list-icon.st-3 {background: #f1f1f1}.htcontact-list-icon.st-3 i {color: #000000}.htcontact-list-text span {font-size: 17px;line-height: 1.2;font-weight: 500;color: #000;display: block}.htcontact-form input {background: #f8f8f8;color: #002a3c;height: 50px;width: 100%;border: 0;line-height: 40px;padding: 10px 20px;font-size: 16px;line-height: 26px;border: 1px solid transparent}.htcontact-form input:focus {border-color: #6639ff}.htcontact-form textarea {background: #f8f8f8;padding: 20px 20px;width: 100%;border: 0;resize: none;font-size: 16px;line-height: 26px;height: 150px;border: 1px solid transparent}.htcontact-form textarea:focus {border-color: #6639ff}.htcontact-form button {color: #ffffff;padding: 0 35px;height: 60px;line-height: 60px;background: #6639ff;font-size: 16px;font-weight: 500;display: inline-block;border: 0;position: relative;overflow: hidden}.htcontact-form button i {margin-right: 10px}.htcontact-form button:before {background-color: #fff;content: "";height: 150px;left: -75px;position: absolute;top: -35px;transform: rotate(35deg);transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);width: 40px;opacity: 0}.htcontact-form button:hover:before {left: 120%;transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);opacity: 0.25}.htcontact-map-area {height: 620px}@media only screen and (min-width: 768px) and (max-width: 991px) {.htcontact-map-area {height: 500px}}@media (max-width: 767px) {.htpage-title {padding: 25px 0px 25px!important}.htcontact-map-area {height: 400px}}.htcontact-map-area iframe {height: 100%;width: 100%}.htcontact-list-text {max-width: 270px}.htdilbtn{width:120px;background-color: transparent!important;border-color:transparent!important;border-width:0px}.sl-nav {display: inline;color: white;margin-left:20px}.sl-nav ul {margin:0;padding:0;list-style: none;position: relative;display: inline-block}.sl-nav li {cursor: pointer;padding-top:5px}.sl-nav li ul {display: none}.sl-nav li:hover ul {position: absolute;top:24px;right:-15px;display: block;background: #fff;width: 120px;padding-top: 0px;z-index: 1;border-radius:5px;box-shadow: 0px 0px 20px rgba(0,0,0,0.2);text-align:left}.sl-nav li:hover .triangle {position: absolute;top: 13px;right: -10px;z-index:10;height: 13px;overflow:hidden;width: 30px;background: transparent}.sl-nav li:hover .triangle:after {content: '';display: block;z-index: 20;width: 15px;transform: rotate(45deg) translateY(0px) translatex(10px);height: 15px;background: #fff;border-radius:2px 0px 0px 0px;box-shadow: 0px 0px 20px rgba(0,0,0,0.2)}.sl-nav li ul li {position: relative;text-align: left;background: transparent;padding: 5px 5px;padding-bottom:0;z-index: 2;font-size: 15px;color: #3c3c3c}.sl-nav li ul li:last-of-type {padding-bottom: 15px}.sl-nav li ul li span {padding-left: 5px}.sl-nav li ul li span:hover, .sl-nav li ul li span.active {color: #146c78}.sl-flag {display: inline-block;box-shadow: 0px 0px 3px rgba(0,0,0,0.4);width: 15px;height: 15px;background: #aaa;border-radius: 50%;position: relative;top: 2px;overflow: hidden}.flag-de {background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAAAPUlEQVQ4T+3HMQ0AIBTE0NOHM8x9B7hgh71bIWGieUvze1m7kHGBr/AVvsJX+EpmP5dV5/gKX+ErfIUvVDYcX2NMxQC8PAAAAABJRU5ErkJggg==');background-size: cover;background-position: center center}.flag-usa {background-size: cover;background-position: center center;background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAABhUlEQVQ4T2Ows82PjGixsc4LD2tysC/09Kjw8622tyuICG8u0w/cpGSCBzF4e1VmZkzw9anOzOj38a4KCW4IC22ECHYk1l9tn4gHMeTlTnZxLikvm+XiUpKW2hvgX+vnV5OVOQEoOGfOtv94AYOzU3Fd7XxHh6Lq6rlurqUx0W0J8Z1AnbW18yotonaYuOJBDBXls4A+bGpaBCTz86YEBtQCvVBSPAPIbY0oP1/aiAcxABU1Ny+2tclvbFjo5FgUF9uenNwNDLnmpkWEnV1TPRcY1O1tS4H6i4umA/0MDK2K8tlAwRqHpP1uoXgQKKraWpcClTY3LQZaCLQ5NaUX5OaWJY3++SeTC/AgBmA4AXUClUJs9ver8fKsAAYEUJCws4G21dXNB1oFdD/Qz8DQTk4C+bm2dn6DZ9bRiDQ8iAEYt8CoBpK5YBIYw0AEEZwSXX4oMB4PYoC6gCzAcDqrjGzEsMfen2xEmbMv1rSTjRi26dqRjShz9o2+6WQjBrSShQSkZAIADvW/HLrLY6cAAAAASUVORK5CYII=')}h2.htentry-heading,.htportfolio-details-content h5,.htcontact-area h2 {font-weight: 600;color: var(--global--color-heading);margin-bottom: 20px; font-size:22px;}
.htblog-entry .htentry-meta .htentry-category i{color:var(--global--color-primary);margin-right:5px;}
.htblog-entry .htentry-meta .htentry-category .ms-2 {margin-left:.5rem}
.col-lg-6.col-md-6.col-12.workers-col img{object-fit:contain}
.htcontact-area.htpt-60.htpb-60{padding:50px 0}
.htwidget-reservation .htwidget-content .btn:hover i{color:#fff}

.product-ht-seventeen .dateTimmerGlobal.whiteStyle .single{background:#fff}
.product-ht-seventeen .dateTimmerGlobal.whiteStyle .single .time{color:var(--global--color-primary)}
.product-ht-seventeen .dateTimmerGlobal.whiteStyle .single .cap{color:var(--global--color-primary)}
.product-ht-seventeen .dateTimmerGlobal.greenStyle{position:absolute;bottom:0;text-align:center;margin:0 auto;left:0;right:0}
.product-ht-seventeen .dateTimmerGlobal.greenStyle .single{background:#009220;height:42px;width:44px}
.product-ht-seventeen .dateTimmerGlobal.greenStyle .single .time{font-size:12px}
.product-ht-seventeen .dateTimmerGlobal.greenStyle .single .cap{font-size:8px}
.product-ht-seventeen .dateTimmerGlobal .single{background:#ff8339;display:inline-block;text-align:center;height:57px;width:57px;margin-bottom:10px;margin-left:10px;padding:5px;border-radius:8px}
.product-ht-seventeen .dateTimmerGlobal .single:first-child{margin-left:0}
@media (max-width: 575px) {
.product-ht-seventeen .dateTimmerGlobal .single{margin-left:3px}
}
.product-ht-seventeen .dateTimmerGlobal .single .time{font-size:18px;color:#fff;font-weight:500;margin-bottom:0;display:block}
.product-ht-seventeen .dateTimmerGlobal .single .cap{font-size:12px;margin-bottom:0;color:#fff;font-weight:500}
.product-ht-seventeen .single-product{transition:.4s;border:1px solid #ddd;border-radius:7px;margin-bottom:30px}
.product-ht-seventeen .single-product .productImg{border-radius:7px 7px 0 0;overflow:hidden;position:relative; padding:10px;}
.product-ht-seventeen .single-product .productImg:after{transition:.4s;position:absolute;content:"";left:0;top:0;bottom:0;right:0;width:100%;height:100%;background:red;z-index:1;opacity:0;visibility:hidden}
.product-ht-seventeen .single-product .productImg img{border-radius:7px 7px 0 0;width:100%;height:240px;-webkit-transform:scale(1.02);transform:scale(1.02);transition:all 1.5s ease-out;-webkit-transition:all 1.5s ease-out;-moz-transition:all 1.5s ease-out;-ms-transition:all 1.5s ease-out;max-height:380px}
.product-ht-seventeen .single-product .productImg .cart-icon{position:absolute;right:25px;top:27px;z-index:3;-webkit-transition:1s;transition:1s;opacity:0;visibility:hidden}
.product-ht-seventeen .single-product .productImg .cart-icon .lisItem{margin-bottom:5px}
.product-ht-seventeen .single-product .productImg .cart-icon .lisItem .icon{width:28px;line-height:32px;height:28px;background:#fff;display:inline-block;color:var(--global--color-primary);font-size:16px;text-align:center;border-radius:6px;-webkit-transition:.5s;transition:.5s;transform:translateX(-20px);box-shadow:rgba(0,0,0,0.19) 0 10px 20px,rgba(0,0,0,0.09) 0 6px 6px}
.product-ht-seventeen .single-product .productImg .cart-icon .lisItem:nth-child(1) .icon{transition-delay:0}
.product-ht-seventeen .single-product .productImg .cart-icon .lisItem:nth-child(2) .icon{transition-delay:.1s}
.product-ht-seventeen .single-product .productImg .cart-icon .lisItem:nth-child(3) .icon{transition-delay:.3s}
.product-ht-seventeen .single-product .productImg .sticky{position:absolute;top:22px;left:0;z-index:0;width: auto;right: auto;}
.product-ht-seventeen .single-product .productImg .sticky.stickyStye{clip-path:polygon(100% 0%,90.6% 52.17%,100% 100%,0px 100%,-.49% 47%,0px 0px);color:#fff;background:var(--global--color-primary);font-size:14px;font-weight:500;padding:4px 8px;padding-right:8px;margin-bottom:2px;display:inline-block;text-align:center;padding-right:20px}
.product-ht-seventeen .single-product .productImg .sticky.stickyStye:last-child{background-color:var(--global--color-primary)}
.product-ht-seventeen .single-product .productImg .sticky.outStock{background:#FF3939}
.product-ht-seventeen .single-product .productImg .sticky.ratedStock{background:#FF8339}
.product-ht-seventeen .single-product .productImg .sticky .icon{-webkit-transform:scaleY(-1);transform:scaleY(-1);margin-right:4px}
.product-ht-seventeen .single-product .productCap{min-height:190px; background-color:#fff;padding:21px 17px 3px 20px;border-radius:0 0 10px 10px;border-top:1px solid var(--global--color-primary),var(--secondary),#3CC13B,#dc3545,#f7f7fd,#f7f7fd,#000,#F3BB1C}
.product-ht-seventeen .single-product .productCap .title{color:black; font-size:18px;line-height:1.5;font-weight:600;margin-bottom:10px;display:block}
.product-ht-seventeen .single-product .productCap .title:hover{color:var(--global--color-primary)}
.product-ht-seventeen .single-product .productCap .pera{font-size:13px;margin-bottom:15px}
.product-ht-seventeen .single-product .productCap .quintity{font-size:14px;margin-bottom:11px;display:block;font-weight:500;text-transform:capitalize}
.product-ht-seventeen .single-product .productCap .quintity.avilable{color:#009220}
.product-ht-seventeen .single-product .productCap .quintity.notAvilable{color:#FF3939}
.product-ht-seventeen .single-product .productCap .quintity .quintityNumber{color:#333}
.product-ht-seventeen .single-product .productCap .ratting .listItem{display:inline-block;line-height:1;margin-bottom:7px}
.product-ht-seventeen .single-product .productCap .ratting .listItem .icon{color:#f7b614;font-size:11px}
.product-ht-seventeen .single-product .productCap .ratting .listItem .reviewNumber{color:#333}
.product-ht-seventeen .single-product .productCap .ratting .listItem .pera{margin:0}
.product-ht-seventeen .single-product .btn-wrapper .cmn-btn-outline3{padding:0px 20px!important}
.product-ht-seventeen .single-product .btn-wrapper .cmn-btn4{padding:7px 21px!important}
.product-ht-seventeen .single-product:hover:after{transition:.4s;opacity:1;visibility:visible}
.product-ht-seventeen .single-product:hover .productImg img{-webkit-transform:scale3d(1.1,1.1,1);transform:scale3d(1.1,1.1,1)}
.product-ht-seventeen .single-product:hover .productImg .cart-icon{opacity:1;visibility:visible}
.product-ht-seventeen .single-product:hover .productImg .cart-icon .icon{transform:translateX(0px)}
.product-ht-seventeen .productPrice{margin-bottom:15px}
.product-ht-seventeen .productPrice .regularPrice{font-weight:600;font-size:18px;display:inline-block;color:var(--global--color-primary)}
.product-ht-seventeen .productPrice .offerPrice{font-weight:600;position:relative;color:#333;font-size:18px;line-height:1;margin:0;margin-right:6px;display:inline-block;text-decoration:line-through}
.product-ht-seventeen .cateSidebar{border-radius:12px;background:#fff;position:relative}
.product-ht-seventeen .cateSidebar .catTittle2{margin-bottom:22px;font-size:20px;font-weight:400}
.product-ht-seventeen .cateSidebar .catTittle{margin-bottom:22px;font-size:17px;font-weight:400}
.product-ht-seventeen .cateSidebar .listing{border:1px solid #ddd;border-radius:8px}
.product-ht-seventeen .cateSidebar .listing .listItem{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;padding:12px 17px}
.product-ht-seventeen .cateSidebar .listing .listItem:first-child{background:var(--section-bg-three);padding:21px 17px;border-radius:8px 8px 0 0}
.product-ht-seventeen .cateSidebar .listing .listItem:last-child{padding-bottom:30px}
.product-ht-seventeen .cateSidebar .listing .listItem:nth-child(2){padding-top:29px}
.product-ht-seventeen .cateSidebar .listing .listItem .icon{margin-right:13px;font-weight:700;max-width:24px;font-size:20px}
.product-ht-seventeen .cateSidebar .listing .listItem .items{color:var(--global--color-primary);font-weight:300;font-size:18px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.product-ht-seventeen .cateSidebar .listing .listItem .items:hover{letter-spacing:.4px;color:var(--global--color-primary)}
.product-ht-seventeen .cateSidebar .listing .listItem .itemNumber{margin-left:5px}
.product-ht-seventeen .cateSidebar .listing .listItem .priceTag{margin:0}
.product-ht-seventeen .single-selling{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;background:#fff;padding:15px;border-radius:8px}
.product-ht-seventeen .single-selling .selling-img{width:110px;height:67px;margin-right:15px}
.product-ht-seventeen .single-selling .selling-img img{border-radius:6px}
.product-ht-seventeen .single-selling .selling-caption .selling-top-cap{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}
.product-ht-seventeen .single-selling .selling-caption .selling-top-cap h5 a{color:#010100;font-size:16px;font-weight:500}
.product-ht-seventeen .single-selling .selling-caption .selling-top-cap span{color:var(--global--color-primary);font-size:16px;font-weight:500}
.product-ht-seventeen .single-selling .selling-caption p{font-size:12px;font-weight:300;margin:0;line-height:2}
.product-ht-seventeen .single-promote-product{background:#FFF;box-shadow:0 1px 80px 12px rgba(26,40,68,0.06);padding:15px;padding-bottom:0;border-radius:12px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;transition:.4s;cursor:pointer}
@media (max-width: 991px) {
.product-ht-seventeen .single-promote-product{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
}
.product-ht-seventeen .single-promote-product .product-cap{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;transition:.4s;margin-bottom:15px;cursor:pointer;left:auto}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
.product-ht-seventeen .single-promote-product .product-cap{padding:10px}
}
@media (max-width: 991px) {
.product-ht-seventeen .single-promote-product .product-cap{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:10px}
}
.product-ht-seventeen .single-promote-product .product-cap .product-img{width:80px;height:80px;margin-right:15px}
@media (max-width: 575px) {
.product-ht-seventeen .single-promote-product .product-cap .product-img{margin-bottom:15px}
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
.product-ht-seventeen .single-promote-product .product-cap .product-img{width:29%;margin-right:9px}
}
.product-ht-seventeen .single-promote-product .product-cap .product-img img{border-radius:12px}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
.product-ht-seventeen .single-promote-product .product-cap .product-img img{width:100%}
}
.product-ht-seventeen .single-promote-product .product-cap .product-caption .product-tittle{color:var(--global--color-primary);font-size:18px;line-height:1.2;font-weight:500;margin-bottom:3px;text-transform:capitalize;display:block}
.product-ht-seventeen .single-promote-product .product-cap .product-caption .product-tittle:hover{color:var(--global--color-primary)}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
.product-ht-seventeen .single-promote-product .product-cap .product-caption .product-tittle{font-size:15px}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.product-ht-seventeen .single-promote-product .product-cap .product-caption .product-tittle{font-size:21px}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.product-ht-seventeen .single-promote-product .product-cap .product-caption .product-tittle{font-size:18px}
}
@media (max-width: 575px) {
.product-ht-seventeen .single-promote-product .product-cap .product-caption .product-tittle{font-size:18px}
}
.product-ht-seventeen .single-promote-product .product-cap .product-caption .product-pera{font-size:15px;color:var(--poppins-one);margin-bottom:0}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
.product-ht-seventeen .single-promote-product .product-cap .product-caption .product-pera{font-size:12px;margin-bottom:7px}
}
.product-ht-seventeen .single-promote-product .product-cap .product-caption .product-pera .subCap{color:var(--main-color-two);font-weight:400}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
.product-ht-seventeen .single-promote-product .product-cap .product-caption .product-pera .subCap{font-size:12px}
}
.htsection-padding{padding-top:50px;padding-bottom:50px}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.htsection-padding{padding-top:35px;padding-bottom:35px}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.htsection-padding{padding-top:35px;padding-bottom:35px}
}
@media (max-width: 575px) {
.htsection-padding{padding-top:35px;padding-bottom:35px}
}
.product-ht-seventeen .single-promote-product .product-pricing{margin-bottom:15px;color:var(--global--color-primary);font-weight:500;font-size:18px;display:block}
.product-ht-seventeen a{text-decoration: none;}
.product-ht-seventeen .cmn-btn-outline3{border:1px solid var(--global--color-primary);color:var(--global--color-primary);font-size:15px;font-weight:500;text-transform:capitalize;padding:14px 29px!important;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-align:center;-moz-user-select:none;cursor:pointer;display:inline-block;position:relative;transition:color .4s linear;position:relative;overflow:hidden;border-radius:6px;background:none;z-index:1}
.product-ht-seventeen .cmn-btn-outline3 .icon{font-size:18px;margin-right:6px}
.product-ht-seventeen .cmn-btn-outline3::before{border:1px solid transparent;content:"";position:absolute;left:0;top:0;width:101%;height:101%;background:var(--global--color-primary);z-index:-1;transition:transform .5s;transition-timing-function:ease;transform-origin:0 0;transition-timing-function:cubic-bezier(0.5,1.6,0.4,0.7);transform:scaleX(0);border-radius:0}
.product-ht-seventeen .cmn-btn-outline3:hover{color:#fff}
.product-ht-seventeen .cmn-btn-outline3:hover::before{transform:scaleX(1);border:1px solid transparent}
.fgtxtshadow{text-shadow:2px 2px #000}
.fgtxtshadow-w{text-shadow:2px 2px #fff}