﻿

:root {
  --base-button-color: linear-gradient(to right, rgb(226, 27, 147) 0%, rgb(50, 166, 250) 50%, rgb(226, 27, 147) 100%) !important;
  --base-bodyfont:"Poppins";
  --base-dark: #000000;
  --dark-text-color: #000000;
  --base-border-color: rgba(255,255,255,0.19);
  --base-skin: #e21b93;
  --base-gray: #131313;
  --base-white: #ffffff;
  --base-headingfont-color:#00133b;
  --base-bodyfont-Size: 15px;
  --base-bodyfont-color:rgba(255,255,255,0.7);
  --base-headingfont: "poppins","Plus Jakarta Sans", Tahoma, Geneva, sans-serif;
  --base-gradient-orange: linear-gradient(50deg, #ff994b 0%, #ff994b 60%);
  --base-gradient-pink:linear-gradient(to top, #4a7ffc 0%, #d34be9 70%);
  --base-primary-color:#000000;
  --base-secondary-color:#32a6fa;
  --base-first-gradientcolor: #e21b93;
  --base-second-gradientcolor: #32a6fa;
  --base-line-height: 28px;
  --base-font-size: 15px;
  --base-gradient-color:linear-gradient(to right, rgb(226, 27, 147) 0%, rgb(50, 166, 250) 50%, rgb(226, 27, 147) 100%);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,#ffedf0
nav
 {
  display: block;
}
html,
body {
  overflow-x: hidden;
  padding: 0;
  scroll-behavior: smooth;
  font-display: swap;
  font-family: var(--base-bodyfont);
  font-weight: 400;
  font-size: var(--base-bodyfont-Size);
  line-height: var(--base-line-height);
  color: var(--base-bodyfont-color);
  margin: 0 !important;
  background-color:#000;background-position:0% 0%;background-size:auto;background-repeat:repeat;background-attachment:scroll;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
a,
button,
input {
  outline: none;
}
ol,
ul {
  padding: 0;
  margin: 0;
}
iframe {
  width: 100%;
  border: none;
  display: block;
  border: none !important;
}
*::-moz-selection {
  background: var(--base-dark);
  color: var(--base-white);
  text-shadow: none;
}
::-moz-selection {
  background: var(--base-dark);
  color: var(--base-white);
  text-shadow: none;
}
::selection {
  background: var(--base-dark);
  color: var(--base-white);
  text-shadow: none;
}
input,
textarea,
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
font-family: inherit;
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  -moz-transition: border linear .2s,box-shadow linear .2s;
  -o-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 0;
  vertical-align: middle;
  width: 100%;
  color: inherit;
  font-weight: 400;
  background-color: transparent;
  text-transform: inherit;
  font-size: 15px;
  outline: none;
  line-height: inherit;
}
input::placeholder { color: #abb8c3; white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  
.border-color { color: var(--base-border-color); }
.bodyfont-color { color: var(--base-bodyfont-color); }
.headingfont-color { color: var(--base-headingfont-color); }
.bg-base-skin { background-color: var(--base-skin); }
.bg-base-dark { background-color: var(--base-dark); }
.bg-base-primary { background-color: var(--base-primary-color); }
.bg-base-white { background-color: var(--base-white); }
.text-base-skin { color: var(--base-skin); }
.text-base-dark { color: var(--base-dark); }
.text-base-gray { color: var(--base-bodyfont-color) !important; }
.text-base-white { color: var(--base-white); }
.text-base-primary { color:var(--base-primary-color)}
.divider-color {color:#0000004D;}
.bg-base-skin > .prt-bg-layer { background-color: var(--base-skin); }
.bg-base-dark > .prt-bg-layer { background-color: var(--base-dark); }
.bg-base-primary > .prt-bg-layer { background-color: var(--base-bodyfont-color); }
.bg-base-white > .prt-bg-layer { background-color: var(--base-white); }
.bg-base-skin > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner { background-color: var(--base-skin); }
.bg-base-dark > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner { background-color: var(--base-dark); }
.bg-base-primary > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner { background-color: var(--base-bodyfont-color); }
.bg-base-white > .prt-bg-layer > .prt-col-wrapper-bg-layer-inner { background-color: var(--base-white); }

.text-base-white h1:not(.text-base-skin,
.text-base-dark),
.text-base-white h2:not(.text-base-skin,
.text-base-dark),
.text-base-white h3:not(.text-base-skin,
.text-base-dark),
.text-base-white h4:not(.text-base-skin,
.text-base-dark),
.text-base-white h5:not(.text-base-skin,
.text-base-dark),
.text-base-white h6:not(.text-base-skin,
.text-base-dark),
.text-base-white a:not(.text-base-skin,
.text-base-dark),
.bg-base-dark h1,
.bg-base-dark h2,
.bg-base-dark h3,
.bg-base-dark h4,
.bg-base-dark h5,
.bg-base-dark h6 {
  color: var(--base-white);
}
.bg-base-dark .text-base-white a:not(.text-base-skin,
.text-base-dark) {
  color: var(--base-skin);
}
.bg-base-dark .section-title h3 {
  color: var(--base-white);
}
.bg-base-dark.text-base-white,
.bg-base-skin.text-base-white {
  color: var(--base-white);
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility;
}
::selection {
  background-color: var(--base-skin);
}
.page {
  overflow-x: hidden !important;
  position: relative;
  caret-color: var(--base-skin);
}
body .site-main {
  position: relative;
  z-index: 1;
}
body .page.sidebar-true .site-main {
  padding: 0;
  background-color: var(--base-dark);
}
p{
  margin: 0;
}
ul{
  margin: 0;
}
.title-fonts {
  font-size: 88px;
  line-height: 100px;
  font-weight: 500 !important;
}
.big-fonts {
  font-size: 62px;
  line-height: 72px;
  font-weight: 500 !important;
}
.medium-fonts {
  font-size: 16px;
  line-height: 26px;
}
.bg-gray {
  background-color: var(--base-gray);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--base-headingfont), sans-serif;
  font-weight: 400;
  color: var(--base-white);
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.title-fonts,
.big-fonts {
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
}

.button,
input[type="text"] input[type="button"],
input[type="reset"] {
  display: inline-block;
  text-decoration: none;
  background: transparent;
  padding: 10px 30px;
  cursor: pointer;
  font-family: var(--base-bodyfont);
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: var(--base-white);
  text-transform: uppercase;
  transition: background-color 0.3s ease;
  -webkit-font-smoothing: antialiased;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-size: 200% 100%;
}

button:focus {
  box-shadow: none;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-appearance: searchfield;
  outline: none;
  border-color: var(--base-skin);
  transition: all 0.3s ease-in-out;
}
input:focus,
textarea:focus {
  outline: none;
  border-color: var(--base-skin);
  transition: all 0.3s ease-in-out;
}
textarea:focus {
  outline: none !important;
  box-shadow: none;
}
.button-sm {
  color: #fff;
  font-size: 15px;
  padding: 0 10px;
  display: table-cell;
  position: absolute;
  text-align: center;
  top: 20px;
  left: 20px;
  min-width: fit-content;
  line-height: 25px;
  z-index: 5;
  min-height: auto;
  font-weight: 400;
  height: 26px;
  width: 55px;
  max-width: 55px;
  vertical-align: top;
  border-radius: 0;
  margin: 0;
  background-image: var(--base-button-color);
  text-transform: capitalize;
  margin-top: 0;
  
}
.button-transparent {
  background: transparent !important;
  border: 1px solid rgba(255,255,255,0.15);
  text-transform: capitalize;
}
.button-transparent:hover {
  background-image: var(--base-button-color) !important;
  color: var(--base-white);
}
.button-hover-effect {
  padding: 10px 20px;
  background: transparent;
}
.button-hover-effect:hover {
  background: var(--base-button-color-hover);
  color: var(--base-white);
}
.button:hover {
  background-position: right center;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.text-hover-effect:hover {
  color:var(--base-secondary-color) !important;
  cursor: pointer;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.title-text-color {
  color: var(--base-headingfont-color);
}
.container-fluid {
  max-width: 1200px;
  margin: 0px auto;
}
.container {
margin-left: auto;
  margin-right: auto;
  width: 100%;
 padding-left: calc(0.9375rem * 1);
 padding-right: calc(0.9375rem * 1);
 max-width: 1200px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-100 {
  margin-bottom: 100px;
}
.hover-text {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.hover-text-rounded {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.hover-text-rounded::after {
  content: "";
  position: absolute;
  opacity: 0;
  left: 0;
  bottom: 0;
  border: 1px solid var(--base-skin);
  border-radius: 40px;
  width: 10px;
  transition: width 0.4s ease, transform ease;
  margin-bottom: -2px;
}

a:hover .hover-text::after {
  left: 0;
  right: 0;
  opacity: 1;
  transition: right 0.5s ease, left 0.5s ease, opacity 0.5s ease;
}
.text-hover-effect {
  transition: color 0.3s ease, opacity 0.3s ease;
}
.text-hover-effect:hover {
  color: var(--base-skin);
  cursor: pointer;
}
.hover-link {
  color: var(--base-skin);
  transition: color 2s ease-in-out;
}
.spacing-1 {max-width: 1300px;margin: 0 auto;}
.spacing-2 {padding-left: 300px;padding-right: 100px;}


.spacing-5 {padding-left: 100px;padding-right: 100px;margin-right: -30px;}
.p-10 {padding: 10px !important;}
.p-15 {padding: 15px !important;}
.p-20 {padding: 20px !important;}
.p-25 {padding: 25px !important;}
.p-30 {padding: 30px !important;}
.p-40 {padding: 40px !important;}
.p-45 {padding: 45px !important;}
.p-50 {padding: 50px !important;}
.p-60 {padding: 60px !important;}
.p-80 {padding: 80px !important;}
.p-100 {padding: 100px !important;}
.pr-0 {padding-right: 0 !important;}
.pr-5 {padding-right: 5px !important;}
.pr-10 {padding-right: 10px !important;}
.pr-15 {padding-right: 15px !important;}
.pr-20 {padding-right: 20px !important;}
.pr-25 {padding-right: 25px !important;}
.pr-30 {padding-right: 30px !important;}
.pr-35 {padding-right: 35px !important;}
.pr-40 {padding-right: 40px !important;}
.pr-45 {padding-right: 45px !important;}
.pr-50 {padding-right: 50px !important;}
.pr-55 {padding-right: 55px !important;}
.pr-60 {padding-right: 60px !important;}
.pr-65 {padding-right: 65px !important;}
.pr-70 {padding-right: 70px !important;}
.pr-75 {padding-right: 75px !important;}
.pr-80 {padding-right: 80px !important;}
.pr-85 {padding-right: 85px !important;}
.pr-90 {padding-right: 90px !important;}
.pr-95 {padding-right: 95px !important;}
.pr-100 {padding-right: 100px !important;}
.pr-250 {padding-right: 250px !important;}
.pl-0 {padding-left: 0px !important;}
.pl-2 {padding-left: 2px !important;}
.pl-3 {padding-left: 3px !important;}
.pl-5 {padding-left: 5px !important;}
.pl-10 {padding-left: 10px !important;}
.pl-15 {padding-left: 15px !important;}
.pl-20 {padding-left: 20px !important;}
.pl-25 {padding-left: 25px !important;}
.pl-30 {padding-left: 30px !important;}
.pl-35 {padding-left: 35px !important;}
.pl-40 {padding-left: 40px !important;}
.pl-45 {padding-left: 45px !important;}
.pl-50 {padding-left: 50px !important;}
.pl-55 {padding-left: 55px !important;}
.pl-60 {padding-left: 60px !important;}
.pl-65 {padding-left: 65px !important;}
.pl-70 {padding-left: 70px !important;}
.pl-75 {padding-left: 75px !important;}
.pl-80 {padding-left: 80px !important;}
.pl-85 {padding-left: 85px !important;}
.pl-90 {padding-left: 90px !important;}
.pl-95 {padding-left: 95px !important;}
.pl-100 {padding-left: 100px !important;}
.pl-110 {padding-left: 110px !important;}
.pl-125 {padding-left: 125px !important;}
.pl-200 {padding-left: 200px !important;}
.pt-0 {padding-top: 0px !important;}
.pt-5 {padding-top: 5px !important;}
.pt-10 {padding-top: 10px !important;}
.pt-15 {padding-top: 15px !important;}
.pt-20 {padding-top: 20px !important;}
.pt-23 {padding-top: 23px !important;}
.pt-25 {padding-top: 25px !important;}
.pt-30 {padding-top: 30px !important;}
.pt-35 {padding-top: 35px !important;}
.pt-40 {padding-top: 40px !important;}
.pt-45 {padding-top: 45px !important;}
.pt-50 {padding-top: 50px !important;}
.pt-55 {padding-top: 55px !important;}
.pt-60 {padding-top: 60px !important;}
.pt-65 {padding-top: 65px !important;}
.pt-70 {padding-top: 70px !important;}
.pt-75 {padding-top: 75px !important;}
.pt-80 {padding-top: 80px !important;}
.pt-90 {padding-top: 90px !important;}
.pt-100 {padding-top: 100px !important;}
.pt-120 {padding-top: 120px !important;}
.pt-130 {padding-top: 130px !important;}
.pt-140 {padding-top: 140px !important;}
.pt-150 {padding-top: 150px !important;}
.pt-160 {padding-top: 160px !important;}
.pt-170 {padding-top: 170px !important;}
.pt-180 {padding-top: 180px !important;}
.pt-190 {padding-top: 190px !important;}
.pt-200 {padding-top: 200px !important;}
.pt-245 {padding-top: 245px !important;}
.pt-350 {padding-top: 350px !important;}
.pb-0 {padding-bottom: 0px !important;}
.pb-5 {padding-bottom: 5px !important;}
.pb-10 {padding-bottom: 10px !important;}
.pb-15 {padding-bottom: 15px !important;}
.pb-20 {padding-bottom: 20px !important;}
.pb-25 {padding-bottom: 25px !important;}
.pb-30 {padding-bottom: 30px !important;}
.pb-35 {padding-bottom: 35px !important;}
.pb-40 {padding-bottom: 40px !important;}
.pb-45 {padding-bottom: 45px !important;}
.pb-50 {padding-bottom: 50px !important;}
.pb-55 {padding-bottom: 55px !important;}
.pb-60 {padding-bottom: 60px !important;}
.pb-65 {padding-bottom: 65px !important;}
.pb-70 {padding-bottom: 70px !important;}
.pb-75 {padding-bottom: 75px !important;}
.pb-80 {padding-bottom: 80px !important;}
.pb-85 {padding-bottom: 85px !important;}
.pb-90 {padding-bottom: 90px !important;}
.pb-95 {padding-bottom: 95px !important;}
.pb-100 {padding-bottom: 100px !important;}
.pb-120 {padding-bottom: 120px !important;}
.pb-130 {padding-bottom: 130px !important;}
.pb-140 {padding-bottom: 140px !important;}
.pb-150 {padding-bottom: 150px !important;}
.pb-160 {padding-bottom: 160px !important;}
.pb-170 {padding-bottom: 170px !important;}
.pb-180 {padding-bottom: 180px !important;}
.pb-190 {padding-bottom: 190px !important;}
.pb-200 {padding-bottom: 200px !important;}
.pb-280 {padding-bottom: 280px !important;}

.mt-0 {margin-top: 0px !important;}
.mt-5 {margin-top: 5px !important;}
.mt-10 {margin-top: 10px !important;}
.mt-12 {margin-top: 12px !important;}
.mt-15 {margin-top: 15px !important;}
.mt-20 {margin-top: 20px !important;}
.mt-25 {margin-top: 25px !important;}
.mt-30 {margin-top: 30px !important;}
.mt-35 {margin-top: 35px !important;}
.mt-40 {margin-top: 40px !important;}
.mt-45 {margin-top: 45px !important;}
.mt-50 {margin-top: 50px !important;}
.mt-60 {margin-top: 60px !important;}
.mt-65 {margin-top: 65px !important;}
.mt-70 {margin-top: 70px !important;}
.mt-80 {margin-top: 80px !important;}
.mt-90 {margin-top: 90px !important;}
.mt-100 {margin-top: 100px !important;}
.mt-120 {margin-top: 120px !important;}
.mt-130 {margin-top: 130px !important;}
.mt-140 {margin-top: 140px !important;}
.mt-150 {margin-top: 150px !important;}
.mt-160 {margin-top: 160px !important;}
.mt-470 {margin-top: 470px !important;}
.mt_5 {margin-top: -5px !important;}
.mt_10 {margin-top: -10px !important;}
.mt_15 {margin-top: -15px !important;}
.mt_20 {margin-top: -20px !important;}
.mt_25 {margin-top: -25px !important;}
.mt_30 {margin-top: -30px !important;}
.mt_35 {margin-top: -35px !important;}
.mt_40 {margin-top: -40px !important;}
.mt_50 {margin-top: -50px !important;}
.mt_55 {margin-top: -55px !important;}
.mt_60 {margin-top: -60px !important;}
.mt_65 {margin-top: -65px !important;}
.mt_70 {margin-top: -70px !important;}
.mt_75 {margin-top: -75px !important;}
.mt_80 {margin-top: -80px !important;}
.mt_90 {margin-top: -90px !important;}
.mt_100 {margin-top: -100px !important;}
.mt_105 {margin-top: -105px !important;}
.mt_110 {margin-top: -110px !important;}
.mt_120 {margin-top: -120px !important;}
.mt_130 {margin-top: -130px !important;}
.mt_140 {margin-top: -140px !important;}
.mt_150 {margin-top: -150px !important;}
.mt_160 {margin-top: -160px !important;}
.mt_170 {margin-top: -170px !important;}
.mt_180 {margin-top: -180px !important;}
.mt_190 {margin-top: -190px !important;}
.mt_200 {margin-top: -200px !important;}
.mt_210 {margin-top: -210px !important;}
.mt_220 {margin-top: -220px !important;}
.mt_230 {margin-top: -230px !important;}
.mt_240 {margin-top: -240px !important;}
.mt_250 {margin-top: -250px !important;}
.mt_260 {margin-top: -260px !important;}
.mt_270 {margin-top: -270px !important;}
.mt_280 {margin-top: -280px !important;}
.mt_300 {margin-top: -300px !important;}
.mt_310 {margin-top: -310px !important;}
.mt_320 {margin-top: -320px !important;}
.mt_332 {margin-top: -332px !important;}
.mt_340 {margin-top: -340px !important;}
.mt_360 {margin-top: -360px !important;}
.mt_380 {margin-top: -380px !important;}
.mb-0 {margin-bottom: 0px !important;}
.mb-5 {margin-bottom: 5px !important;}
.mb-9 {margin-bottom: 9px !important;}
.mb-10 {margin-bottom: 10px !important;}
.mb-12 {margin-bottom: 12px !important;}
.mb-15 {margin-bottom: 15px !important;}
.mb-20 {margin-bottom: 20px !important;}
.mb-25 {margin-bottom: 25px !important;}
.mb-30 {margin-bottom: 30px !important;}
.mb-35 {margin-bottom: 35px !important;}
.mb-40 {margin-bottom: 40px !important;}
.mb-45 {margin-bottom: 45px !important;}
.mb-50 {margin-bottom: 50px !important;}
.mb-55 {margin-bottom: 55px !important;}
.mb-60 {margin-bottom: 60px !important;}
.mb-65 {margin-bottom: 65px !important;}
.mb-70 {margin-bottom: 70px !important;}
.mb-80 {margin-bottom: 80px !important;}
.mb-90 {margin-bottom: 90px !important;}
.mb-100 {margin-bottom: 100px !important;}
.mb-110 {margin-bottom: 110px !important;}
.mb-120 {margin-bottom: 120px !important;}
.mb-130 {margin-bottom: 130px !important;}
.mb-140 {margin-bottom: 140px !important;}
.mb-150 {margin-bottom: 150px !important;}
.mb-160 {margin-bottom: 160px !important;}
.mb-170 {margin-bottom: 170px !important;}
.mb-180 {margin-bottom: 180px !important;}
.mb-190 {margin-bottom: 190px !important;}
.mb-200 {margin-bottom: 200px !important;}
.mb_5 {margin-bottom: -5px !important;}
.mb_10 {margin-bottom: -10px !important;}
.mb_12 {margin-bottom: -12px !important;}
.mb_15 {margin-bottom: -15px !important;}
.mb_20 {margin-bottom: -20px !important;}
.mb_25 {margin-bottom: -25px !important;}
.mb_30 {margin-bottom: -30px !important;}
.mb_35 {margin-bottom: -35px !important;}
.mb_40 {margin-bottom: -40px !important;}
.mb_45 {margin-bottom: -45px !important;}
.mb_50 {margin-bottom: -50px !important;}
.mb_55 {margin-bottom: -55px !important;}
.mb_60 {margin-bottom: -60px !important;}
.mb_70 {margin-bottom: -70px !important;}
.mb_80 {margin-bottom: -80px !important;}
.mb_90 {margin-bottom: -90px !important;}
.mb_100 {margin-bottom: -100px !important;}
.mb_120 {margin-bottom: -120px !important;}
.mb_140 {margin-bottom: -140px !important;}

.ml-0 {margin-left: 0px !important;}
.ml-10 {margin-left: 10px !important;}
.ml-15 {margin-left: 15px !important;}
.ml-20 {margin-left: 20px !important;}
.ml-30 {margin-left: 30px !important;}
.ml-40 {margin-left: 40px !important;}
.ml-50 {margin-left: 50px !important;}
.ml-60 {margin-left: 60px !important;}
.ml-70 {margin-left: 70px !important;}
.ml-80 {margin-left: 80px !important;}
.ml-90 {margin-left: 90px !important;}
.ml-100 {margin-left: 100px !important;}
.ml-110 {margin-left: 110px !important;}
.ml-120 {margin-left: 120px !important;}
.ml-130 {margin-left: 130px !important;}
.ml-140 {margin-left: 140px !important;}
.ml-150 {margin-left: 150px !important;}
.ml-160 {margin-left: 160px !important;}
.ml-170 {margin-left: 170px !important;}
.ml-180 {margin-left: 180px !important;}
.ml-190 {margin-left: 190px !important;}
.ml-200 {margin-left: 200px !important;}
.ml_10 {margin-left: -10px !important;}
.ml_15 {margin-left: -15px !important;}
.ml_20 {margin-left: -20px !important;}
.ml_25 {margin-left: -25px !important;}
.ml_30 {margin-left: -30px !important;}
.ml_35 {margin-left: -35px !important;}
.ml_40 {margin-left: -40px !important;}
.ml_50 {margin-left: -50px !important;}
.ml_60 {margin-left: -60px !important;}
.ml_70 {margin-left: -70px !important;}
.ml_80 {margin-left: -80px !important;}
.ml_90 {margin-left: -90px !important;}
.ml_100 {margin-left: -100px !important;}
.ml_110 {margin-left: -110px !important;}
.ml_120 {margin-left: -120px !important;}
.ml_130 {margin-left: -130px !important;}
.ml_140 {margin-left: -140px !important;}
.ml_150 {margin-left: -150px !important;}
.ml_160 {margin-left: -160px !important;}
.ml_180 {margin-left: -180px !important;}
.ml_200 {margin-left: -200px !important;}
.ml_210 {margin-left: -210px !important;}
.ml_220 {margin-left: -220px !important;}
.ml_240 {margin-left: -240px !important;}
.ml_260 {margin-left: -260px !important;}
.ml_280 {margin-left: -280px !important;}
.ml_300 {margin-left: -300px !important;}

.mr-0 {margin-right: 0px !important;}
.mr-10 {margin-right: 10px !important;}
.mr-15 {margin-right: 15px !important;}
.mr-20 {margin-right: 20px !important;}
.mr-25 {margin-right: 25px !important;}
.mr-30 {margin-right: 30px !important;}
.mr-35 {margin-right: 35px !important;}
.mr-40 {margin-right: 40px !important;}
.mr-50 {margin-right: 50px !important;}
.mr-60 {margin-right: 60px !important;}
.mr-70 {margin-right: 70px !important;}
.mr-80 {margin-right: 80px !important;}
.mr-90 {margin-right: 90px !important;}
.mr-100 {margin-right: 100px !important;}
.mr-110 {margin-right: 110px !important;}
.mr-120 {margin-right: 120px !important;}
.mr-130 {margin-right: 130px !important;}
.mr-140 {margin-right: 140px !important;}
.mr-150 {margin-right: 150px !important;}
.mr-160 {margin-right: 160px !important;}
.mr-170 {margin-right: 170px !important;}
.mr-180 {margin-right: 180px !important;}
.mr-190 {margin-right: 190px !important;}
.mr-200 {margin-right: 200px !important;}
.mr_10 {margin-right: -10px !important;}
.mr_15 {margin-right: -15px !important;}
.mr_20 {margin-right: -20px !important;}
.mr_25 {margin-right: -25px !important;}
.mr_30 {margin-right: -30px !important;}
.mr_35 {margin-right: -35px !important;}
.mr_40 {margin-right: -40px !important;}
.mr_50 {margin-right: -50px !important;}
.mr_60 {margin-right: -60px !important;}
.mr_70 {margin-right: -70px !important;}
.mr_80 {margin-right: -80px !important;}
.mr_90 {margin-right: -90px !important;}
.mr_100 {margin-right: -100px !important;}
.mr_130 {margin-right: -130px !important;}
.mr_140 {margin-right: -140px !important;}
.mr_150 {margin-right: -150px !important;}
.mr_160 {margin-right: -160px !important;}
.mr_180 {margin-right: -180px !important;}
.mr_200 {margin-right: -200px !important;}
.mr_210 {margin-right: -210px !important;}
.mr_220 {margin-right: -220px !important;}
.mr_240 {margin-right: -240px !important;}
.mr_260 {margin-right: -260px !important;}
.mr_280 {margin-right: -280px !important;}
.mr_300 {margin-right: -300px !important;}

.gap-26 {gap:26px !important}
.gap-30 {gap:30px !important}
.gap-40 {gap:40px !important}
.gap-50 {gap:50px !important}
.gap-60 {gap:60px !important}
.gap-70 {gap:70px !important}


label {font-size: 14px;}
.lh-base {line-height: 20px !important;}
.fw-400 {font-weight: 400 !important;}
.fw-500 {font-weight: 500 !important;}
.fw-600 {font-weight: 600 !important;}
.fw-700 {font-weight: 700 !important;}
.box-shadow {box-shadow: 0 0 9px 0 rgba(29,33,67,0.1);}
.box-shadow_1 {box-shadow: 0 0 10px 0 rgba(2,20,47,0.08);}
.border_1 {border: 1px solid var(--base-border-color);}
.border-rounded {border-radius: 50%;}
.overlay-opacity-box {background: rgba(255,255,255,0.8); padding: 70px 0; opacity: 1;}
.border-rad_5 {border-radius: 5px;}
.border-rad_10 {border-radius: 10px !important;}
.border-rad_20 {border-radius: 20px;}
.border-rad_15 {border-radius: 15px;}
.border-rad_30 {border-radius: 30px;}
.border-rad_50 {border-radius: 50px;}
.border-tl-rad_5 {border-top-left-radius: 30px;}
.border-tr-rad_5 {border-top-right-radius: 30px;}
.border-br-rad_5 {border-bottom-right-radius: 30px;}
.border-bl-rad_5 {border-bottom-left-radius: 30px;}

@font-face {
  font-family: 'kanit';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/Kanit/Kanit-Black.ttf) format('woff2');
  src: url(../fonts/Kanit/Kanit-BlackItalic.ttf) format('woff2');
  src: url(../fonts/Kanit/Kanit-Bold.ttf) format('woff2');
  src: url(../fonts/Kanit/Kanit-BoldItalic.ttf) format('woff2');
  src: url(../fonts/Kanit/Kanit-ExtraBold.ttf) format('woff2');
  src: url(../fonts/Kanit/Kanit-ExtraBoldItalic.ttf) format('woff2');
  src: url(../fonts/Kanit/Kanit-ExtraLight.ttf) format('woff2');
  src: url(../fonts/Kanit/Kanit-Italic.ttf) format('woff2');
  src: url(../fonts/Kanit/Kanit-Light.ttf) format('woff2');
  src: url(../fonts/Kanit/Kanit-LightItalic.ttf) format('woff2');
  src: url(../fonts/Kanit/Kanit-Medium.ttf) format('woff2');
}

.social-icons {
  list-style:none;
  margin:0;
  padding:0;
  font-size:14px;
  line-height: 29px;
  padding-top:0;
  padding-bottom:0
}
.social-icons li {
  display:inline-block !important;
  padding-left:0;
  min-width:23px;
  border:none
}
.social-icons li>a {
  width:fit-content;
  height:fit-content;
  border-radius:var(--tprt-button-shape);
  border:0 solid transparent !important;
  text-align:center;
  display: inline-block;
  background-color:transparent;
  font-size:14px;
  color:inherit;
  margin-right:5px;
  position: relative;
}
.social-icons li > a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color:var(--base-skin);
  transition: transform 0.25s ease-out;
  transform-origin: bottom right;
}

.social-icons li > a:hover::after {
  transform: scaleX(1);
  opacity: 1;
  transform-origin: bottom left;
}

.checkbox {
  position: relative;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
}
.checkbox::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 1px solid var(--base-border-color);
  transition: all 0.3s ease;
}
.checkbox:checked {
  border-color: var(--base-skin);
}
.checkbox:checked::after {
  content: "✔";
  position: absolute;
  top: -1px;
  left: 3px;
  font-size: 12px;
  color: var(--base-skin);
  font-weight: bold;
  opacity: 0.7;
}


.image-reveal-block {
  visibility: hidden;
  position: relative;
  width: 100% !important;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
}
.image-reveal-block  img {
  object-fit: cover;
  transform-origin: left;
}



.hero-section .hero-section-content1 .hero-section-heading-1 h2{
  font-size: 95px;
  font-weight: 400;
  line-height: 125px;
}

.hero-section .hero-section-slider .slick-slide{
  height: 750px;
}

.hero-section .slide-content1 {
  opacity: 0;
  transform: translateY(230px);
  }

.hero-section .slide-content2 {
  opacity: 0;
  transform: translateY(230px);
}

.hero-section .slide-content3 {
  opacity: 0;
  transform: translateY(230px);
  }

.hero-section .slide-content4 {
  opacity: 0;
  transform: translateY(230px);
  }
.hero-section .slide-content5 {
  opacity: 0;
  transform: translateY(230px);
  }
  .hero-section .slide-content6 {
  opacity: 0;
  transform: translateY(230px) ;
  }
  .hero-section .slide-content6-block {
  animation: slideLeftToRight 5s linear infinite;
  }

@keyframes slideLeftToRight {
  0% {
    transform: translateX(-15px);

  }
  25%{
     transform: translateX(15px);
  }
  50% {
    transform: translateX(-15px);
  }
  75%{
    transform: translateX(15px);

  }
  100%{
    transform: translateX(-15px);

  }
}

.hero-section .slick-active .slide-content1,
.hero-section .slick-active .slide-content2,
.hero-section .slick-active .slide-content3,
.hero-section .slick-active .slide-content4,
.hero-section .slick-active .slide-content5,
.hero-section .slick-active .slide-content6{
opacity: 1;
transition: all 2s ease-out;
transform: translateY(0px) ;
}
.hero-section .slick-active{
  opacity: 1;
}
.hero-section .slide-content6-block .slide-content6{margin-top: 50px;margin-left: 85px;overflow-y: hidden;padding-right: 30px;}

.featured-box-client {
  text-align:center
}
.featured-box-client .featured-item-thumbnail {
  width:100%;
  display:table
}
.featured-box-client .featured-item-thumbnail-inner {
  margin-right:13px;
  margin-left:13px;
  padding:53px;
  display:table-cell;
  text-align:center;
  align-items:center;
  vertical-align:middle
}

.featured-box-client:not(.featured-box-view-simple-logo) .featured-item-thumbnail-inner {
  padding:8px 5px
}
.featured-box-client.featured-box-view-simple-logo .featured-item-thumbnail-inner {
  height:100px
}
.featured-box-client.featured-box-view-simple-logo {
  border:none;
  display:block
}
.client-section{margin: 0 -32px;}
.client-section .featured-box-client .featured-item-thumbnail-inner img {
  display:inline-block
}
.client-section .featured-box-client .featured-item-thumbnail-inner img {
  -webkit-transition:.6s;
  -moz-transition:.6s;
  transition:.6s
}
.client-section .featured-box-client .featured-item-thumbnail-inner:hover img {
  filter:grayscale(0%);

}
.client-section .featured-box-client .featured-item-thumbnail-inner img {
  filter:grayscale(100%);
  -webkit-filter:grayscale(0%);
  
}
.client-section .featured-box-client .featured-box-client {
  margin:44px 0;
  display:block
}
.client-section .featured-box-client a.prt-client-logo-link {
  display:block;
  padding:0;
  outline:none
}
.featured-box-client.featured-client-box-view-boxed-logo-style1 .featured-item-thumbnail {
  opacity:1;
  transition:all 1s ease;
  padding:20px 0 0
}
.featured-box-view-simple-logo .featured-item-thumbnail-inner img {
  transition:all .3s ease 0s;
  	filter: brightness(0) invert(1)
}
.featured-box-view-simple-logo:hover .featured-item-thumbnail-inner img {
  transform:translateY(-7px);
  	filter: brightness(0) invert(1)
}
.featured-box-client.featured-box-view-simple-logo .featured-item-thumbnail {
  transition:all 1s ease;
  height:120px;
  border-radius:80px
}
.client-section .slick-list.draggable {
  padding: 0 !important;
  margin-left: -20px;
  margin-right: -20px;
}

.table-section table{
  display: table !important;
  width: 100%;
}
 .page-id table tbody tr,
 .page-id table thead tr {
  border:unset
}
 .table-section tbody tr.prt-table-row td {
  position:relative
}
 .table-section tbody tr.prt-table-row td:last-child {
  border-radius:0 6px 6px 0
}
.table-section tbody tr.prt-table-row td:first-child {
  border-radius:6px 0 0 6px
}
 .table-section tbody tr.prt-table-row:nth-child(5),
.table-section  tbody tr.prt-table-row:nth-child(3),
.table-section  tbody tr.prt-table-row:first-child {
  background-color:#101010 !important
}
 .table-section tbody tr.prt-table-row td:first-child {
  text-align:left
}
 .table-section td.prt-table-col a {
  text-align:center;
  padding:12px 28px;
  border:1px solid #fff;
  border-radius:8px
}
 .table-section td.prt-table-col span.prt-table {
  color:rgba(255,255,255,.73)
}
 .table-section td.prt-table-col span {
  font-size:18px;
  font-weight:400
}
 .table-section td.prt-table-col span a {
  font-size:16px;
  line-height:26px
}
 .table-section td.prt-table-col span a:hover {
  background-color:#fff;
  color:var(--base-dark);
  transition: .5s;
}
 .prt-table-col i:after {
 position: absolute;
  content: '';
  height: 25px;
  width: 25px;
  top: -4px;
  left: -4px;
  z-index: -1;
  border-radius: 50%;
  background-image: linear-gradient(to right,var(--base-first-gradientcolor),var(--base-second-gradientcolor));
}
.prt-table-col i {
  position:relative;
  z-index:11;
  font-size:12px
}
 td.prt-table-col {
  text-align:center;
  padding: 15px;
  border-style: none;
}
 .prt-table-col {
  text-align:center;
  font-size:22px;
  line-height:40px;
  font-weight:500;
    padding: 15px;
}


.gallery-section {
    position: relative;
}
.gallery-section .featured-imagebox-portfolio.style1 {
    position: absolute !important;
    transition: all 0.3s ease;
} 




.testimonial-section .slick-slide{
  margin: 0px 15px;
}
.testimonial-section .slider-container{
  margin-left: -15px;
  margin-right: -300px;
}

.contact-form-section .contact-form-field{position: relative;;}
.contact-form-section .contact-form-field input,.contact-form-section .contact-form-field textarea {padding: 11px 11px 11px 50px;color: var(--base-white);}
.contact-form-section .contact-form-field input::placeholder,.contact-form-section .contact-form-field textarea::placeholder {color: var(--base-bodyfont-color);}
.contact-form-section .contact-form-field i{
position: absolute;
  left: 15px;
  top: 15px;
  opacity: .9;
  font-size: 16px;
  z-index: 1;
  line-height: 16px;
  background-image: linear-gradient(to right, #e21b93 0%, #32a6fa 50%, #e21b93 100%) !important;
  background-size: 200% auto !important;
  transition: 0.5s;
  background-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact-form-section .contact-form-field input:focus i,.contact-form-section .contact-form-field textarea:focus i{
  background-size: 100% auto !important;
    -webkit-text-fill-color: blue;
}


.portfolion-section-main img{height:unset;max-width: unset;}


.pf-single-content-wrapper .portfolio-description .container {
  width:auto
}
.pf-view-left-image .portfolio-description .pf-detailbox-title {
  display:none
}
.pf-view-left-image .pf-single-content-area {
  margin-top:35px
}
.portfolio-description h2 {
  margin-bottom:0;
  font-size:34px;
  line-height:40px
}
.portfolio-description .pf-detailbox-title {
  margin-bottom:15px
}
.pf-single-content-wrapper.pf-view-full .portfolio-description .pf-detailbox-title {
  display:none
}
.pf-single-content-wrapper.pf-view-top-image .pf-top-content {
  position:relative
}
.pf-single-content-wrapper.pf-view-top-image .pf-single-details-area {
  position:absolute;
  right:25px;
  bottom:-40px;
  z-index:2
}
.pf-detailbox-inner {
  padding:0;
  margin-top:0;
  overflow:hidden
}
.pf-detailbox-inner .pf-detailbox-title {
  margin-top:20px
}
.pf-detailbox-list .pf-details-date:last-child {
  border-bottom:none
}
.pf-single-detail-box .short-desc {
  padding-bottom:25px;
  border-bottom:1px solid #e8e8e830;
  margin-bottom:22px
}
.pf-detailbox-list .pf-details-date .pf-left-details {
  font-size:18px;
  line-height:28px;
}
.layout-style1 .pf-detailbox-list .pf-details-date .pf-right-details {
  font-size:20px;
  line-height:30px
}
.pf-view-top-image .pf-single-content-area {
  padding-top:38px
}
.pf-single-content-wrapper.pf-view-top-image .pf-single-detail-box {
  margin-top:15px
}
.tm_portfolio-featured-wrapper .slick-dots {
  bottom:16px;
  right:16px;
  text-align:right
}
.pf-detailbox-list .pf-details-date {
  position:relative;
  display:inline-block;
  padding:0px 0 20px;
  width:23%;
  vertical-align:text-top
}
.pf-detailbox-list .pf-details-date:last-child {
  border-bottom:none
}


.blog-summary-section-main blockquote::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  right: 0;
  margin: auto;
  font-style: normal;
  text-align: center;
  z-index: -1;
  -webkit-mask: unset;
    mask-size: unset;
  mask-size: cover;
  height: 100%;
  width: 100%;
  background-image: url('../images/bg-images/bg-img-10.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: cover;
  border-radius: 15px;
  opacity: .3;
}
.blog-summary-section-main blockquote {
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  position: relative;
}
 .blog-summary-section-main blockquote::after {
  position: absolute;
  content: "";
  left: 60px;
  top: 30px;
  height: calc(100% - 61px);
  width: 2px;
  background-color: #fff;
}
 .blog-summary-section-main blockquote {
  background-color: transparent;
  padding: 32px 40px 34px 92px;
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  border-radius: 15px;
  z-index: 11;
  border: 1px solid transparent;
  background-image:linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)), linear-gradient(to right, rgb(226, 27, 147), rgb(50, 166, 250));
  background-clip: padding-box,border-box;
  background-size: 110% auto;
  background-origin: border-box;
}
.comment-section input::placeholder {
  color:  color-mix(in oklab, currentcolor, transparent);;
}
.comment-section input:focus::placeholder {
  color: currentColor;
}
.comment-section textarea::placeholder {
  color:  color-mix(in oklab, currentcolor, transparent);;
}
.comment-section textarea:focus::placeholder {
  color: currentColor;
}
.comment-section {margin-top: 65px;
  padding: 34px 40px 36px;}


.faq-item-overlay-text {
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  z-index: 11;
}
.faq-item::after {
  content: '';
  background: linear-gradient(0deg,#000 10%,transparent 80%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  display: flex;
  align-items: center;
  overflow: hidden;
  opacity: 1;
}
.faq-item:hover::after {
  background: linear-gradient(0deg,#000 0%,transparent 80%);
  transition: .5s;
  top: 70px;
}
.faq-intro-section .faq-item {
  overflow: hidden;
}
.faq-heading {
  padding-top: 165px;
}
.faq-intro-section .faq-item img{
  overflow: hidden !important;
}


.error-message-wrapper img{
  height:100vh;
}
.error-message-wrapper h1 {
  font-weight: 700;
  font-size: 118px;
  line-height: 128px;
  font-family: var(--base-bodyfont);
}
.error-message-wrapper .error-message-text {
  font-size: 300px;
  line-height: 310px;
  font-weight: 600;
}
.error-user-message p{
  padding: 15px;
  border-left: 3px solid var(--base-skin);
  background-color: var(--base-gray);
  margin-bottom: 30px;
  margin-top: 30px;
}
.error-buttons-wrapper {
  gap: 15px;
}
.error-page-background {
  width: 100%;
}


.footer .widget ul>li {
  padding:0 0 10px
}
.tm-headerstyle-classic-overlay .col-lg-5.second-widget-area {
  padding-right:30px
}
.footer .widget ul.tm-recent-post-list>li {
  padding:0 0 18px
}

.first-footer.tm-textcolor-white .widget-area {
  border-color:rgba(255,255,255,.04)
}
.first-footer .widget-area:last-child {
  border-right:0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-footer .mailchimp-inputbox p {
  margin-bottom:0
}
 .footer .footer-rows .first-footer .first-footer-inner {
  padding:50px 0 35px
}
.sidebar .widget ul:not(.slides):not(.cart_list):not(.ailabflow_contact_widget_wrapper):not(.ailabflow_category_list_widget):not(.tm-all-post-list)>li {
  background-color:transparent
}
.single-tm_service .tm-ser-widget .widget ul>li:last-child,
.sidebar .widget ul:not(.slides):not(.cart_list):not(.ailabflow_contact_widget_wrapper):not(.ailabflow_category_list_widget):not(.tm-all-post-list)>li:last-child {
  margin-bottom:0;
  padding-bottom:0
}
.sidebar .widget ul.slick-dots>li {
  border-bottom:1px solid #eee !important
}
.sidebar .widget.themetechmount_widget_recent_entries ul:not(.slides):not(.cart_list)>li {
  padding:0 0 9px !important;
  border-top:none !important
}
.tm-bg-footer-box .footer-logo-box img {
  margin-bottom:20px
}
ul.ailabflow_contact_widget_wrapper.call-email-footer {
  font-size:16px;
  font-weight:500;
  margin-bottom:15px;
  margin-top:20px
}
ul.ailabflow_contact_widget_wrapper.call-email-footer li:before {
  position:relative;
  left:-6px;
  top:0
}
.footer .social-icons li>a:hover {
  color:#fff
}
.footer_logo {
  margin-bottom:20px
}
.footer_logo img {
  max-height:65px
}
.footer .widget .widget-title {
  margin-bottom:28px
}
.footer .widget .widget-title {
  margin-bottom:23px
}
.footer .widget ul>li {
  padding:0 0 10px
}
.footer .widget ul > li.menu-item a::after {
 content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 1px;
  left: 0;
  background-color:var( --base-second-gradientcolor);
  transition: transform 0.4s ease-out;
  transform-origin: bottom right;
}
.footer .widget ul > li.menu-item a:hover::after {
  transform: scaleX(1);
  opacity: 1;
  transform-origin: bottom left;
}
.footer .widget ul > li.menu-item a:hover{
  color: var(--base-second-gradientcolor);
   transition: transform 0.5s ease-out;
}
.tm-headerstyle-classic-overlay .col-lg-5.second-widget-area {
  padding-right:30px
}
.footer .widget ul.tm-recent-post-list>li {
  padding:0 0 18px
}
.first-footer.tm-widgetsep-yes .widget-area {
  border-right:1px solid rgba(0,0,0,.15)
}
.first-footer.tm-textcolor-white.tm-widgetsep-yes .widget-area {
  border-color:rgba(255,255,255,.04)
}
.first-footer.tm-widgetsep-yes .widget-area:last-child {
  border-right:0
}
.site-footer .tm-ctabox-row .mailchimp-inputbox p {
  margin-bottom:0
}
 .footer .first-footer .first-footer-inner {
  padding:50px 0 35px
}
.footer .second-footer{
  padding: 65px 0px;
  border-top: 1px solid var(--base-border-color);
  border-bottom: 1px solid var(--base-border-color);
}
.footer .widget_recent_comments li.recentcomments:before,
.footer .widget_recent_entries a:before,
.footer .widget_meta a:before,
.footer .widget_categories a:before,
.footer .widget_archive li a:before,
.footer .widget_pages li a:before,
.footer .widget_product_categories a:before {
  font-family:"tm-ailabflow-icons";
  content:"\e818";
  position:absolute;
  top:6px;
  left:0;
  line-height:1em;
  font-size:14px;
  opacity:1;
  background-color:transparent;
  height:0;
  width:0;
  color:inherit;
  transform:none
}
.widget_recent_comments li.recentcomments,
.widget_recent_entries a,
.widget_meta a,
.widget_categories a,
.widget_product_categories a,
.widget_archive li a,
.widget_pages li a,
.widget.widget_nav_menu li a {
  display:inline-block;
  position:relative
}
.footer .tm-textcolor-white hr {
  border-color:rgba(255,255,255,.03)
}
.footer .widget.widget_nav_menu ul>li:last-child {
  border-bottom:none
}
.footer2-left, .tm-footer2-right, .tm-footer2-center {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer .footer-rows .first-footer .first-footer-inner {
  padding: 65px 0 65px;
}
.footer-left-contact h4 {
  font-size: 34px;
  line-height: 44px;
}
.footer span {
  position: relative;
  padding-left: 32px;
  margin-bottom: 15px;
  display: block;
  font-size: 15px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer-left-contact span::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 12px;
  left: 0;
  bottom: 7px;
  transition: .5s;
  border-radius: 15px;
  background-image: linear-gradient(to right, #e21b93 0%, #32a6fa 50%, #e21b93 100%) !important;
  background-size: 200% auto !important;
  transition: 0.5s;
}
.footer .widget .widget-title {
  margin-bottom: 23px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
.footer .widget_text .textwidget p{
padding-bottom: 15px;
}
.footer2-left {
  line-height: 25px;
  text-align: center;
  width: 100%;
}
 .mailchimp-inputbox input[type="email"] {
  padding: 5px 30px 12px 0;
}
.mailchimp-inputbox i {color: white;}
.mailchimp-inputbox input[type="email"] {
  border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  padding: 5px 30px 12px 0;
  background-color: transparent;
  font-size: 15px;
  color: var(--ttm-whitecolor);
  border-bottom: 1px solid rgba(255,255,255,.3);
  position: relative;
  border-radius: 0;
}
.mailchimp-inputbox input[type="email"]:focus{ 
border-bottom: 1px solid var(--base-second-gradientcolor);
transition: .5s;
}
.footer .mailchimp-inputbox input{color:var(--base-white)}
.footer .mailchimp-inputbox button {margin-top: 8px;}
.footer .mailchimp-inputbox input::placeholder{color: var(--base-bodyfont-color);font-size: 16px;line-height: 26px;}
.service-toggle-btn { cursor:pointer; display:flex; align-items:center; justify-content:center; width:40px; height:40px; border-radius:50%; background:rgba(255,255,255,0.08); transition:background 0.2s; }
.service-toggle-btn:hover { background:rgba(255,255,255,0.18); }
.service-toggle-btn i { font-size:20px; transition:transform 0.2s; }
#cookie-popup{box-shadow:0 -2px 16px 0 rgba(0,0,0,0.18);}
#cookie-popup button{transition:background 0.2s;}
#cookie-popup button:hover{background:#2563eb;}
#cookie-popup a{color:#60a5fa;text-decoration:underline;}