:root {
  --color1: #3e4a59;
  --color2: #262838;
  --color3: #ffaf00;
  --color4: #e7eefb;
  --color5: #d6dbe5;
  --color6: #707b89;
  --color7: #e2e5ef;
  --color8: #47dac2;
  --color9: #ff6849;
  --color10: #fcfdfe;
  --color11: #1d252c;
  --color12: #2f363d;
  --color13: #234d4e;
  --color14: #01d29e;
  --color15: #148d6e;
  --color16: #1367d3;
  --color17: #5163dd;
  --color18: #3148da;
  --color19: #c3bbfe;
  --color20: #3f4cd3;
  --color21: #fbcbc8;
  --color22: #91ebe7;
  --color23: #fbfdfe;
  --color24: #f2f7fc;
  --color25: #ebebeb;
  --behance: #131418;
  --facebook: #3b5999;
  --twitter: #55acee;
  --linkedin: #0077B5;
  --skype: #00AFF0;
  --vimeo: #1ab7ea;
  --yahoo: #410093;
  --instagram: #e4405f;
  --dribbble: #ea4c89;
  --flickr: #ff0084;
  --pinterest: #bd081c;
  --youtube: #cd201f;
  --reddit: #ff5700;
  --rss: #f26522;
  --whatsapp: #25D366;
  --medium: #02b875;
  --transition: all 0.2s cubic-bezier(0.19, 0.68, 0.49, 1.21);
  --transition2: all .3s linear;
  --curve3: 3px;
  --curve5: 5px;
  --curve10: 10px;
  --curve15: .9375rem;
  --curve20: 1.25rem;
  --Open-Sans: Open Sans;
  --Nunito-Sans: Nunito Sans;
}
.bg-color1{background-color:var(--color1);}
.bg-color2{background-color:var(--color2);}
.bg-color3{background-color:var(--color3);}
.bg-color4{background-color:var(--color4);}
.bg-color5{background-color:var(--color5);}
.bg-color6{background-color:var(--color6);}
.bg-color7{background-color:var(--color7);}
.bg-color8{background-color:var(--color8);}
.bg-color9{background-color:var(--color9);}
.bg-color10{background-color:var(--color10);}
.bg-color11{background-color:var(--color11);}
.bg-color12{background-color:var(--color12);}
.bg-color13{background-color:var(--color13);}
.bg-color14{background-color:var(--color14);}
.bg-color15{background-color:var(--color15);}
.bg-color16{background-color:var(--color16);}
.bg-color17{background-color:var(--color17);}
.bg-color18{background-color:var(--color18);}
.bg-color19{background-color:var(--color19);}
.bg-color20{background-color:var(--color20);}
.bg-color21{background-color:var(--color21);}
.bg-color22{background-color:var(--color22);}
.bg-color23{background-color:var(--color23);}
.bg-color24{background-color:var(--color24);}
.bg-color25{background-color:var(--color25);}
.text-color1{color:var(--color1);}
.text-color2{color:var(--color2);}
.text-color3{color:var(--color3);}
.text-color4{color:var(--color4);}
.text-color5{color:var(--color5);}
.text-color6{color:var(--color6);}
.text-color7{color:var(--color7);}
.text-color8{color:var(--color8);}
.text-color9{color:var(--color9);}
.text-color10{color:var(--color10);}
.text-color11{color:var(--color11);}
.text-color12{color:var(--color12);}
.text-color13{color:var(--color13);}
.text-color14{color:var(--color14);}
.text-color15{color:var(--color15);}
.text-color16{color:var(--color16);}
.text-color17{color:var(--color17);}
.text-color18{color:var(--color18);}
.text-color19{color:var(--color19);}
.text-color20{color:var(--color20);}
.text-color21{color:var(--color21);}
.text-color22{color:var(--color22);}
.text-color23{color:var(--color23);}
.text-color24{color:var(--color24);}
.text-color25{color:var(--color25);}

strong {font-weight: 600;}

/*===== General Styling =====*/
body,
html {overflow-x: hidden;}
body {
  margin: 0;
  position: relative;
  width: 100%;
  max-width: 100%;
  color: var(--color1);
  font-weight: 400;
  line-height: 1.875rem;
  font-size: 1.0625rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color1);
  font-family: var(--Open-Sans);
  font-weight: 700;
}
p {
  color: var(--color1);
  line-height: 1.875rem;
  font-size: 1.0625rem;
  opacity: .8;
}
ul li,
ol li {
  color: var(--color2);
  line-height: 1.875rem;
  font-size: 1.0625rem;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:focus,
ins {
  text-decoration:none;
  outline:none;
}
input,
textarea,
select,
button {border: 0;}
button,
input[type="submit"],
.fileContainer,
input[type="file"] {cursor: pointer;}
input:focus,
textarea:focus,
select:focus,
button:focus,
a:focus,
.form-wrp fieldset p a:focus,
.page-link:focus,
.btn.focus,
.btn:focus,
.bootstrap-select .dropdown-toggle:focus {
  border-color: transparent;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
textarea {resize: none;}
main,
section,
footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  position:relative;
  width:100%;
}

/*=== Paddings ===*/
.pt-10 {padding-top: 0.625rem;}
.pb-10 {padding-bottom: 0.625rem;}
.pt-20 {padding-top: 1.25rem;}
.pb-20 {padding-bottom: 1.25rem;}
.pt-30 {padding-top: 1.875rem;}
.pb-30 {padding-bottom: 1.875rem;}
.pt-40 {padding-top: 2.5rem;}
.pb-40 {padding-bottom: 2.5rem;}
.pt-50 {padding-top: 3.125rem;}
.pb-50 {padding-bottom: 3.125rem;}
.pt-55 {padding-top: 3.4375rem;}
.pb-55 {padding-bottom: 3.4375rem;}
.pt-60 {padding-top: 3.75rem;}
.pb-60 {padding-bottom: 3.75rem;}
.pt-65 {padding-top: 4.0625rem;}
.pb-65 {padding-bottom: 4.0625rem;}
.pt-70 {padding-top: 4.375rem;}
.pb-70 {padding-bottom: 4.375rem;}
.px-70 {padding: 0 4.375rem;}
.pt-75 {padding-top: 4.6875rem;}
.pb-75 {padding-bottom: 4.6875rem;}
.pt-80 {padding-top: 5rem;}
.pb-80 {padding-bottom: 5rem;}
.pt-85 {padding-top: 5.3125rem;}
.pb-85 {padding-bottom: 5.3125rem;}
.pt-90 {padding-top: 5.625rem;}
.pb-90 {padding-bottom: 5.625rem;}
.pt-100 {padding-top: 6.25rem;}
.pb-100 {padding-bottom: 6.25rem;}
.pt-110 {padding-top: 6.875rem;}
.pb-110 {padding-bottom: 6.875rem;}
.pt-120 {padding-top: 7.5rem;}
.pb-120 {padding-bottom: 7.5rem;}
.pt-130 {padding-top: 8.125rem;}
.pb-130 {padding-bottom: 8.125rem;}
.pt-135 {padding-top: 8.4375rem;}
.pb-135 {padding-bottom: 8.4375rem;}
.pt-140 {padding-top: 8.75rem;}
.pb-140 {padding-bottom: 8.75rem;}
.pt-150 {padding-top: 9.375rem;}
.pb-150 {padding-bottom: 9.375rem;}
.pt-155 {padding-top: 9.6875rem;}
.pb-155 {padding-bottom: 9.6875rem;}
.pt-160 {padding-top: 10rem;}
.pb-160 {padding-bottom: 10rem;}
.pt-165 {padding-top: 10.3125rem;}
.pb-165 {padding-bottom: 10.3125rem;}
.pt-170 {padding-top: 10.625rem;}
.pb-170 {padding-bottom: 10.625rem;}
.pt-180 {padding-top: 11.25rem;}
.pb-180 {padding-bottom: 11.25rem;}
.pt-190 {padding-top: 11.875rem;}
.pb-190 {padding-bottom: 11.875rem;}
.pt-195 {padding-top: 12.1875rem;}
.pb-195 {padding-bottom: 12.1875rem;}
.pt-200 {padding-top: 12.5rem;}
.pb-200 {padding-bottom: 12.5rem;}
.pt-210 {padding-top: 13.125rem;}
.pb-210 {padding-bottom: 13.125rem;}
.pt-220 {padding-top: 13.75rem;}
.pb-220 {padding-bottom: 13.75rem;}
.pt-235 {padding-top: 14.6875rem;}
.pb-235 {padding-bottom: 14.6875rem;}
.pt-240 {padding-top: 15rem;}
.pb-240 {padding-bottom: 15rem;}
.pt-250 {padding-top: 15.625rem;}
.pb-250 {padding-bottom: 15.625rem;}
.pt-260 {padding-top: 16.25rem;}
.pb-260 {padding-bottom: 16.25rem;}
.pt-280 {padding-top: 17.5rem;}
.pb-280 {padding-bottom: 17.5rem;}
.pt-305 {padding-top: 19.0625rem;}
.pb-305 {padding-bottom: 19.0625rem;}
.pt-325 {padding-top: 20.3125rem;}
.pb-325 {padding-bottom: 20.3125rem;}
.pt-345 {padding-top: 21.5625rem;}
.pb-345 {padding-bottom: 21.5625rem;}
.pt-370 {padding-top: 23.125rem;}
.pb-370 {padding-bottom: 23.125rem;}
.pt-400 {padding-top: 25rem;}
.pb-400 {padding-bottom: 25rem;}
.pt-410 {padding-top: 25.625rem;}
.pb-410 {padding-bottom: 25.625rem;}

/*=== Margins ===*/
.mt-05 {margin-top: 5px;}
.mb-05 {margin-bottom: 5px;}
.mt-10 {margin-top: 0.625rem;}
.mb-10 {margin-bottom: 0.625rem;}
.mt-15 {margin-top: 0.9375rem;}
.mb-15 {margin-bottom: 0.9375rem;}
.mt-20 {margin-top: 1.25rem;}
.mb-20 {margin-bottom: 1.25rem;}
.mt-25 {margin-top: 1.5625rem;}
.mb-25 {margin-bottom: 1.5625rem;}
.mt-30 {margin-top: 1.875rem;}
.mb-30 {margin-bottom: 1.875rem;}
.mt-35 {margin-top: 2.1875rem;}
.mb-35 {margin-bottom: 2.1875rem;}
.mt-40 {margin-top: 2.5rem;}
.mb-40 {margin-bottom: 2.5rem;}
.mt-45 {margin-top: 2.8125rem;}
.mb-45 {margin-bottom: 2.8125rem;}
.mt-50 {margin-top: 3.125rem;}
.mb-50 {margin-bottom: 3.125rem;}
.mt-55 {margin-top: 3.4375rem;}
.mb-55 {margin-bottom: 3.4375rem;}
.mt-60 {margin-top: 3.75rem;}
.mb-60 {margin-bottom: 3.75rem;}
.mt-65 {margin-top: 4.0625rem;}
.mb-65 {margin-bottom: 4.0625rem;}
.mt-70 {margin-top: 4.375rem;}
.mb-70 {margin-bottom: 4.375rem;}
.mt-80 {margin-top: 5rem;}
.mb-80 {margin-bottom: 5rem;}
.mt-90 {margin-top: 5.625rem;}
.mb-90 {margin-bottom: 5.625rem;}
.mt-100 {margin-top: 6.25rem;}
.mb-100 {margin-bottom: 6.25rem;}
.mt-110 {margin-top: 6.875rem;}
.mb-110 {margin-bottom: 6.875rem;}
.mt-120 {margin-top: 7.5rem;}
.mb-120 {margin-bottom: 7.5rem;}

/*=== Overlap ===*/
.overlap35,
.overlap45,
.overlap50,
.overlap65,
.overlap75,
.overlap85,
.overlap100,
.overlap110,
.overlap114,
.overlap120,
.overlap140,
.overlap155,
.overlap210,
.overlap225,
.overlap245,
.overlap340,
.overlap-35,
.overlap-45,
.overlap-60,
.overlap-65,
.overlap-85,
.overlap-90,
.overlap-105,
.overlap-100,
.overlap-110,
.overlap-114,
.overlap-120,
.overlap-145,
.overlap-170,
.overlap-210,
.overlap-225,
.overlap-280,
.overlap-340 {
  position: relative;
  z-index: 1;
}
.overlap-35 {margin-bottom: -2.1875rem;}
.overlap-45 {margin-bottom: -2.8125rem;}
.overlap-60 {margin-bottom: -3.75rem;}
.overlap-65 {margin-bottom: -4.0625rem;}
.overlap-85 {margin-bottom: -5.3125rem;}
.overlap-90 {margin-bottom: -5.625rem;}
.overlap-100 {margin-bottom: -6.25rem;}
.overlap-105 {margin-bottom: -6.5625rem;}
.overlap-110 {margin-bottom: -6.875rem;}
.overlap-114 {margin-bottom: -7.125rem;}
.overlap-120 {margin-bottom: -7.5rem;}
.overlap-140 {margin-bottom: -8.75rem;}
.overlap-150 {margin-bottom: -9.375rem;}
.overlap-170 {margin-bottom: -10.625rem;}
.overlap-180 {margin-bottom: -11.25rem;}
.overlap-210 {margin-bottom: -13.125rem;}
.overlap-225 {margin-bottom: -14.0625rem;}
.overlap-280 {margin-bottom: -17.5rem;}
.overlap-340 {margin-bottom: -21.25rem;}
.overlap35 {margin-top: -2.1875rem;}
.overlap45 {margin-top: -2.8125rem;}
.overlap50 {margin-top: -3.125rem;}
.overlap65 {margin-top: -4.0625rem;}
.overlap75 {margin-top: -4.6875rem;}
.overlap85 {margin-top: -5.3125rem;}
.overlap100 {margin-top: -6.25rem;}
.overlap110 {margin-top: -6.875rem;}
.overlap114 {margin-top: -7.125rem;}
.overlap120 {margin-top: -7.5rem;}
.overlap140 {margin-top: -8.75rem;}
.overlap155 {margin-top: -9.6875rem;}
.overlap180 {margin-top: -11.25rem;}
.overlap170 {margin-top: -10.625rem;}
.overlap210 {margin-top: -13.125rem;}
.overlap225 {margin-top: -14.0625rem;}
.overlap245 {margin-top: -15.3125rem;}
.overlap340 {margin-top: -21.25rem;}

/*=== Default Colors ===*/
.bg-black {background-color: #000;}
.bg-white {background-color: #fff;}

/*=== Gradient Colors ===*/
.grad-bg1 {
  background: -webkit-linear-gradient(45deg, #238fd3, #1fd2b5 );
  background: linear-gradient(45deg, #238fd3, #1fd2b5 );
}

.grad-bg2 {
  background: -webkit-linear-gradient(45deg, #f86749, #fbaf20 );
  background: linear-gradient(45deg, #f86749, #fbaf20 );
}

.grad-bg3,
.grad-layer3:before {
  background: -webkit-linear-gradient(211.42deg, #F83FE5 24.35%, #9E5F98 100.8%);
  background: linear-gradient(211.42deg, #F83FE5 24.35%, #9E5F98 100.8%);
  -webkit-box-shadow: 0 4px 1.875rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 1.875rem rgba(0, 0, 0, 0.1);
}

.grad-bg4,
.grad-layer4:before {
  background: -webkit-linear-gradient(45deg, #5964e4, #2939cc );
  background: linear-gradient(45deg, #5964e4, #2939cc );
}

.grad-bg5,
.grad-layer5:before {
  background: -webkit-linear-gradient(to right, #5163dd, #7c97ef);
  background: linear-gradient(to right, #5163dd, #7c97ef);
}

/*=== Background Shape ===*/
.lft-btm-shp {
  left: 0;
  bottom: 0;
}
.rgt-btm-shp {
  right: 0;
  bottom: 0;
}
.lft-tp-shp {
  left: 0;
  top: 0;
}
.rgt-tp-shp {
  right: 0;
  top: 0;
}

.shap-tp-rgt:before {
  -webkit-clip-path: polygon(100% 0, 100% 70%, 70% 100%, 0 30%, 0 0);
  clip-path: polygon(100% 0, 100% 70%, 70% 100%, 0 30%, 0 0);
}
.shap-btm-rgt:before {
  -webkit-clip-path: polygon(100% 0, 100% 70%, 70% 100%, 0 30%, 0 0);
  clip-path: polygon(100% 0, 100% 70%, 70% 100%, 0 30%, 0 0);
}

/*=== Z Index ===*/
.z1 {z-index: 1;}
.z2 {z-index: 2;}
.z3 {z-index: 3;}
.z4 {z-index: 4;}
.z5 {z-index: 5;}
.z-1 {z-index: -1;}
.z-2 {z-index: -2;}
.z-3 {z-index: -3;}
.z-4 {z-index: -4;}
.z-5 {z-index: -5;}

/*=== Container ===*/
.container {
  padding: 0;
  /*max-width: 73.125rem;*/
}

/*=== Wide Sec ===*/
.wide-sec,
.wide-sec2 {
  position: relative;
  z-index: 1;
}
.wide-sec {
  min-width: calc(100% + 19.6875rem);
  margin-left: -9.84375rem;
}
.wide-sec2 {
  min-width: calc(100% + 11.25rem);
  margin-left: -5.625rem;
}
.wide-sec3 {
  min-width: calc(100% + 6.25rem);
  margin-left: -3.125rem;
}

/*=== Column Gap ===*/
.mrg {margin: 0;}
.mrg div[class^="col"] {padding: 0;}
.mrg .row:not(.mrg) div[class^="col"] {padding: 0 .9375rem;}
.mrg2 {margin: 0 -1px;}
.mrg2 div[class^="col"] {padding: 0 1px;}
.mrg5 {margin: 0 -0.15625rem;}
.mrg5 div[class^="col"] {padding: 0 0.15625rem;}
.mrg6 {margin: 0 -0.1875rem;}
.mrg6 div[class^="col"] {padding: 0 0.1875rem;}
.mrg15 {margin: 0 -0.46875rem;}
.mrg15 div[class^="col"] {padding: 0 0.46875rem;}
.mrg20 {margin: 0 -0.625rem;}
.mrg20 div[class^="col"] {padding: 0 0.625rem;}
.mrg40 {margin: 0 -1.25rem;}
.mrg40 div[class^="col"] {padding: 0 1.25rem;}
.mrg45 {margin: 0 -1.40625rem;}
.mrg45 div[class^="col"] {padding: 0 1.40625rem;}
.mrg50 {margin: 0 -1.5625rem;}
.mrg50 div[class^="col"] {padding: 0 1.5625rem;}
.mrg60 {margin: 0 -1.875rem;}
.mrg60 div[class^="col"] {padding: 0 1.875rem;}
.mrg70 {margin: 0 -2.1875rem;}
.mrg70 div[class^="col"] {padding: 0 2.1875rem;}
.mrg80 {margin: 0 -2.1875rem;}
.mrg80 div[class^="col"] {padding: 0 2.1875rem;}
.mrg30 {margin: 0 -0.9375rem;}
.mrg30 div[class^="col"] {padding: 0 0.9375rem;}
.mrg10 {margin: 0 -0.3125rem;}
.mrg10 div[class^="col"] {padding: 0 0.3125rem;}

.slick-slide:focus {outline: 0;}
.slick-slide div[class^="col"] {
  flex: 0 0 100%;
  max-width: 100%;
}

/*=== Fonts Typography ===*/
.font-weight-hairline {font-weight: 100 !important;}
.font-weight-thin {font-weight: 200 !important;}
.font-weight-medium {font-weight: 500 !important;}
.font-weight-semibold {font-weight: 600 !important;}
.font-weight-extrabold {font-weight: 800 !important;}
.font-weight-black {font-weight: 900 !important;}
.font-style-italic {font-style: italic;}
.font-style-normal {font-style: normal;}
.letter-spacing-initial {letter-spacing: initial !important;}
.text-transform-initial {text-transform: initial !important;}

/*=== Width ===*/
.w-5 {width: 5%;}
.w-10 {width: 10%;}
.w-15 {width: 15%;}
.w-20 {width: 20%;}
.w-25 {width: 25%;}
.w-30 {width: 30%;}
.w-35 {width: 35%;}
.w-40 {width: 40%;}
.w-45 {width: 45%;}
.w-50 {width: 50%;}
.w-55 {width: 55%;}
.w-60 {width: 60%;}
.w-65 {width: 65%;}
.w-70 {width: 70%;}
.w-75 {width: 75%;}
.w-80 {width: 80%;}
.w-85 {width: 85%;}
.w-90 {width: 90%;}
.w-95 {width: 95%;}
.w-100 {width: 100%;}
.wow {visibility: hidden;}

/*=== Cross Browser Compatibility ===*/
i,
a,
img,
svg,
input,
button,
textarea,
:before,
:after,
label,
span,
nav ul li,
nav ul ul,
.header-search,
.wheel-icon,
.wheel-icon-svg,
.wheel-icon-cap-wrap,
.extend-serv-box,
.extend-serv-box-inner > *,
.social-links,
.plan-box,
.post-box,
.slick-dots > li,
.testi-box *,
.rb-feat-box,
.scl-crcl-box,
.wrk-dn-box,
.portfl-item2,
.prod-table tbody tr.cart_item,
.minicart-dropdown,
.megamenu,
.responsive-menu
{
  -webkit-transition: var(--transition2);
  transition: var(--transition2);
}
@-webkit-keyframes pluse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@-ms-keyframes pluse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@-o-keyframes pluse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes pluse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

/*===== Animation Style 1 =====*/
.puls-anm {
  -webkit-animation: pulse2 2s infinite;
  animation: pulse 2s infinite;
}

@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes pulse2 {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes pulse2 {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse2 {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*=== Slide Up & Down Animation ===*/
.slide-up-down-anim {
  -webkit-animation: slide-up-down 5s linear infinite;
  animation: slide-up-down 5s linear infinite;
}

@-webkit-keyframes slide-up-down {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-ms-keyframes slide-up-down {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-o-keyframes slide-up-down {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes slide-up-down {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/*=== Zoom Animation ===*/
.zoom-anim {
  -webkit-animation: zoom 3s linear infinite;
  animation: zoom 3s linear infinite;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.simple-link:hover i,
.simple-link:focus i {right: -3px;}
.simple-link:hover,
.simple-link:focus {color: var(--color2);}
.wheel-icon-wrap {
  position: relative;
  height: 0;
  padding-top: 100%;
}
.wheel-icon-inner {
  margin: 3.125rem;
  top: 0;
  left: 0;
  width: calc(100% - 6.25rem);
  height: calc(100% - 6.25rem);
}
.wheel-icon-svg {
  cursor: pointer;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  height: 6.25rem;
  width: 6.25rem;
  z-index: 4;
}
.wheel-icon-svg > svg {
  fill: #fff;
  -webkit-filter: drop-shadow(0 0 .5rem rgba(0, 0, 0, 0.03));
  filter: drop-shadow(0 0 .5rem rgba(0, 0, 0, 0.03));
  top: 71%;
  left: 71%;
  position: absolute;
  -webkit-transform: scale(1.45) translate(-50%, -50%);
  transform: scale(1.45) translate(-50%, -50%);
  height: 6.25rem;
  width: 6.25rem;
}
.wheel-icon.active .wheel-icon-svg > svg,
.wheel-icon-svg:hover > svg {fill: var(--color3);}
.wheel-icon-svg > i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: var(--color8);
  font-size: 4.5rem;
}
.wheel-icon.active .wheel-icon-svg > i,
.wheel-icon-svg:hover > i {color: #fff;}
.wheel-icon:first-of-type .wheel-icon-svg {
  left: 50%;
  top: 0;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}
.wheel-icon:nth-of-type(2) .wheel-icon-svg {
  top: 25%;
  left: 93%;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}
.wheel-icon:nth-of-type(3) .wheel-icon-svg {
  top: 75%;
  left: 93%;
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}
.wheel-icon:nth-of-type(4) .wheel-icon-svg {
  top: 100%;
  left: 50%;
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
}
.wheel-icon:nth-of-type(5) .wheel-icon-svg {
  top: 75%;
  left: 7%;
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
}
.wheel-icon:nth-of-type(6) .wheel-icon-svg {
  top: 25%;
  left: 7%;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.circle_wrapper {
  border: 1px solid #d6d6db;
  position: absolute;
  margin: 3.125rem;
  top: 0;
  left: 0;
  width: calc(100% - 6.25rem);
  height: calc(100% - 6.25rem);
}
.wheel-icon-cap-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  padding: 20%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.wheel-icon-cap-wrap.active {
  opacity: 1;
  visibility: visible;
}
.wheel-icon-cap-inner > span {
  font-size: 14px;
  font-weight: 700;
}
.wheel-icon-cap-inner > span + h4 {margin-top: 7px;}
.wheel-icon-cap-inner > h4 {font-size: 1.5rem;}
.wheel-icon-cap-inner > h4 + p {margin-top: 1.0625rem;}
.wheel-icon-cap-inner > p {opacity: .8;}
.wheel-icon-cap-wrap.text-white > div > * {color: #fff;}

#services h2{
color: white;
text-align: center;
font-size: 38px;
}




#languages {
  position: fixed;
  top: 35%;
  left: 0;
  background-color: #24636e;
  padding: 8px 5px 0px 4px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
#languages .languages-bar .lang {
  padding-bottom: 8px;
}
#languages .languages-bar .lang img {
  width: 20px;
  height: 20px;
  object-fit: cover;
}
/* @media (max-width: 992px) {
  #languages {
    display: none;
 }
} */
