:root {
  --white: #fff;
  --primary: #c9f31d;
  --secondary: #2c2c2c;
  --black: #000;
  --black-2:#121212;
  --black-3:#555;
  --black-4:#1d1d1d;
  --black-5:#343434;
  --black-6:#262626;
  --black-7:#555555;
  --black-13:#666;
  --white: #fff;
  --white-2:#efefef;
  --white-3:#e9e9e9;
  --white-4:#f0f0f0;
  --white-5:#fbfbfb;
  --white-6:#d7d7d7;
  --gray: #c2c2c2;
  --gray-2:#999;
  --gray-3:#a8a8a8;
  --gray-4:#f6f6f6;
  --gray-5:#bbb;
  --gray-6:#2b2b2b;
  --gray-7:#b9b9b9;
  --gray-8:#8E8E8E;
  --gray-9:#aaa;
  --gray-10:#7c7c7c;
  --gray-11:#D9D9D9;
  --gray-12:#383838;
  --gray-13:#ccc;
  --gray-14:#dfdfdf;
  --gray-15:#C0C0C0;
  --gray-16:#6B6B6B;
  --pink: #FAEDE9;
  --pink-2:#FF9776;
  --pink-3:#F3ECEC;
  --pink-4:#FFFAF0;
  --pink-5:#E0E3CC;
  --bg-line: #1e1e1e;
  --d-gray: #6A6A6A;
  --d-black: #1A1A1A;
  --d-black-2:#171717;
  --d-black-3:#1A1A1A
}

ul {
  list-style: none;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

.header__area-3.sticky-3 {
  background-color: var(--white);
  border-bottom: 1px solid var(--white-2)
}

.header__area-3 {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: var(--white);
  padding: 0 10px
}

.header__inner-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 150px auto 150px;
  grid-template-columns: 15% 56% auto;
  padding: 0 30px
}

@media only screen and (max-width:1024px) {
  .header__inner-3 {
    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;
    padding: 20px 15px;
  }

}

@media (max-width:1441px) {
  .header__inner-3 {
    grid-template-columns: 18% 50% auto;
    padding: 0
  }

}

.header__logo-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.logo-dark {
  display: block
}

.logo-light {
  display: none
}

.header__nav-2 {
  text-align: right
}

@media only screen and (max-width:1024px) {
  .header__nav-2 {
    display: none
  }

}

.main-menu-3 {
  text-align: center;
  margin-bottom: 0
}

@media only screen and (max-width:767px) {
  .main-menu-3 {
  }

}

.main-menu-3 > li {
  display: inline-block;
  padding: 0 40px;
  margin: 0;
  display: inline-block
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .main-menu-3 > li {
    padding: 25px 0
  }

}

.main-menu-3 > li.has-megamenu {
  position: static
}

.main-menu-3 > li:hover .mega-menu,
.main-menu-3 > li:hover .mega-menu-2 {
  top: 80px;
  opacity: 1;
  visibility: visible
}

.main-menu-3 > li > a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: var(--black-2);
  padding: 27px 0;
  outline: none;
  -webkit-transform: translateY(var(--y)) translateZ(0);
  transform: translateY(var(--y)) translateZ(0);
  -webkit-transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease
}

.main-menu-3 > li > a .menu-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  text-shadow: 0 16px 0 var(--black-2)
}

.main-menu-3 > li > a .menu-text span {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-style: normal;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translateY(var(--m)) translateZ(0);
  transform: translateY(var(--m)) translateZ(0)
}

.main-menu-3 > li > a .menu-text span:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s
}

.main-menu-3 > li > a .menu-text span:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s
}

.main-menu-3 > li > a .menu-text span:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s
}

.main-menu-3 > li > a .menu-text span:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s
}

.main-menu-3 > li > a .menu-text span:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s
}

.main-menu-3 > li > a .menu-text span:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s
}

.main-menu-3 > li > a .menu-text span:nth-child(7) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s
}

.main-menu-3 > li > a .menu-text span:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s
}

.main-menu-3 > li > a .menu-text span:nth-child(9) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s
}

.main-menu-3 > li > a .menu-text span:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s
}

.main-menu-3 > li > a .menu-text span:nth-child(11) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s
}

.main-menu-3 > li > a .menu-text span:nth-child(12) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s
}

.main-menu-3 > li > a .menu-text span:nth-child(13) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s
}

.main-menu-3 > li > a .menu-text span:nth-child(14) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s
}

.main-menu-3 > li > a .menu-text span:nth-child(15) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s
}

.main-menu-3 > li > a .menu-text span:nth-child(16) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s
}

.main-menu-3 > li > a .menu-text span:nth-child(17) {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s
}

.main-menu-3 > li > a .menu-text span:nth-child(18) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s
}

.main-menu-3 > li > a .menu-text span:nth-child(19) {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s
}

.main-menu-3 > li > a .menu-text span:nth-child(20) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s
}

.main-menu-3 > li > a .menu-text span:nth-child(21) {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s
}

.main-menu-3 > li > a .menu-text span:nth-child(22) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s
}

.main-menu-3 > li > a .menu-text span:nth-child(23) {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s
}

.main-menu-3 > li > a .menu-text span:nth-child(24) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s
}

.main-menu-3 > li > a .menu-text span:nth-child(25) {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s
}

.main-menu-3 > li > a .menu-text span:nth-child(26) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s
}

.main-menu-3 > li > a .menu-text span:nth-child(27) {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s
}

.main-menu-3 > li > a .menu-text span:nth-child(28) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s
}

.main-menu-3 > li > a .menu-text span:nth-child(29) {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s
}

.main-menu-3 > li > a .menu-text span:nth-child(30) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s
}

.main-menu-3 > li > a .menu-text span:nth-child(31) {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s
}

.main-menu-3 > li > a .menu-text span:nth-child(32) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s
}

.main-menu-3 > li > a .menu-text span:nth-child(33) {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s
}

.main-menu-3 > li > a .menu-text span:nth-child(34) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s
}

.main-menu-3 > li > a .menu-text span:nth-child(35) {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s
}

.main-menu-3 > li > a .menu-text span:nth-child(36) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s
}

.main-menu-3 > li > a .menu-text span:nth-child(37) {
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s
}

.main-menu-3 > li > a .menu-text span:nth-child(38) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s
}

.main-menu-3 > li > a .menu-text span:nth-child(39) {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s
}

.main-menu-3 > li > a .menu-text span:nth-child(40) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s
}

.main-menu-3 > li > a .menu-text span:nth-child(41) {
  -webkit-transition-delay: 2.05s;
  transition-delay: 2.05s
}

.main-menu-3 > li > a .menu-text span:nth-child(42) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s
}

.main-menu-3 > li > a .menu-text span:nth-child(43) {
  -webkit-transition-delay: 2.15s;
  transition-delay: 2.15s
}

.main-menu-3 > li > a .menu-text span:nth-child(44) {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s
}

.main-menu-3 > li > a .menu-text span:nth-child(45) {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s
}

.main-menu-3 > li > a .menu-text span:nth-child(46) {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s
}

.main-menu-3 > li > a .menu-text span:nth-child(47) {
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s
}

.main-menu-3 > li > a .menu-text span:nth-child(48) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s
}

.main-menu-3 > li > a .menu-text span:nth-child(49) {
  -webkit-transition-delay: 2.45s;
  transition-delay: 2.45s
}

.main-menu-3 > li > a:hover {
  --y: -4px
}

.main-menu-3 > li > a:hover span {
  --m: calc(16px * -1)
}

.main-menu .mega-menu li a,
.main-menu .mega-menu-2 li a,
.main-menu-4 .mega-menu li a,
.main-menu-4 .mega-menu-2 li a {
  color: var(--white)
}

.main-dropdown {
  position: absolute;
  width: 300px;
  top: 85px;
  z-index: 9;
  background-color: var(--black-2);
  text-align: left;
  padding: 15px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}

.main-dropdown .sub-dropdown {
  position: absolute;
  width: 300px;
  left: 100%;
  top: 0;
  z-index: 9;
  background-color: var(--black-2);
  text-align: left;
  padding: 15px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}

.main-dropdown li {
  display: block;
  margin: 0;
  padding: 0
}

.main-dropdown li:hover .sub-dropdown {
  opacity: 1;
  visibility: visible
}

.main-dropdown li a {
  color: var(--white);
  display: block;
  padding: 10px 20px;
  text-transform: capitalize
}

.main-dropdown li a .menu-text {
  text-shadow: 0 16px 0 var(--white)
}

.main-dropdown li a:hover {
  letter-spacing: 1px
}

.main-menu-3 > li:hover .main-dropdown {
  top: 70px;
  opacity: 1;
  visibility: visible
}

.mega-menu,
.mega-menu-2 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 90px;
  z-index: 9;
  background-color: var(--black-2);
  text-align: left;
  padding: 40px 200px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .mega-menu,
  .mega-menu-2 {
    padding: 40px 100px
  }

}

.mega-menu li,
.mega-menu-2 li {
  padding: 0;
  margin: 0
}

.mega-menu li a,
.mega-menu-2 li a {
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  padding: 10px;
  margin-bottom: 10px;
  text-transform: capitalize
}

.mega-menu li a .menu-text,
.mega-menu-2 li a .menu-text {
  text-shadow: 0 16px 0 var(--white)
}

.mega-menu li a:hover,
.mega-menu-2 li a:hover {
  letter-spacing: 1px
}

.mega-menu li a:not([href]):not([class]),
.mega-menu-2 li a:not([href]):not([class]) {
  color: var(--white)
}

.mega-menu li a:not([href]):not([class]):hover,
.mega-menu-2 li a:not([href]):not([class]):hover {
  letter-spacing: 0;
  background-color: transparent
}

.mega-menu li ul,
.mega-menu-2 li ul {
  text-align: left
}

.mega-menu li ul li,
.mega-menu-2 li ul li {
  display: block;
  margin: 0
}

.mega-menu li ul li a,
.mega-menu-2 li ul li a {
  font-weight: 400;
  font-size: 16px;
  padding: 10px 12px;
  display: block;
  margin-bottom: 0;
  text-transform: capitalize
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .mega-menu li ul li a,
  .mega-menu-2 li ul li a {
    padding: 6px 12px
  }

}

.header__button_2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px
}

@media (max-width:1024px) {
  .header__button_2 {
    display: none
  }

}

.my-button {
  font-family: 'poppins' !important;
  background: #dc3545;
  color: #fff;
  font-size: 17px;
  border-radius: 13px;
  padding: 8px 15px !important;
  border: none
}

.my-button:hover {
  color: #fff;
  background: #b30e1e;
  border: none;
  outline: none;
  box-shadow: none
}

.web_btn {
  font-family: 'poppins', sans-serif;
  background: #000;
  color: #fff;
  font-size: 17px;
  border-radius: 13px;
  padding: 8px 15px !important;
  border: none;
  background: no-repeat 94%, linear-gradient(90deg, #00000c, #5a5a5a 50%);
  background-size: auto, 200% 100%;
  animation: run 2s linear infinite
}

.web_btn:hover {
  color: #fff
}

.web_btn:focus {
  color: #fff;
  border: none;
  outline: none;
  box-shadow: none
}

.web_btn i {
  color: #fff;
  font-size: 17px;
  padding-left: 3px;
  font-weight: 600
}

@keyframes run {
  0% {
    background-position: 94% center, 0 0
  }

  100% {
    background-position: 94% center, 200% 0
  }

}

@media (max-width:1366px) {
  .main-menu-3 > li {
    padding: 0 30px
  }

}

@media (max-width:1440px) {
  .main-menu-3 > li {
    padding: 0 30px
  }

}

.header__nav-icon-3 button {
  background-color: transparent;
  border: 0
}

.header__nav-icon-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%
}

.header__nav-icon-3 img {
  margin-top: -5px
}

@media only screen and (min-width:1200px) {
  .header__nav-icon-3 {
    display: none
  }

}

.offcanvas__mid::-webkit-scrollbar {
  width: 5px;
}

.offcanvas__mid::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 10px;
}

.offcanvas__mid::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px var(--black);
  box-shadow: inset 0 0 5px var(--black);
  border-radius: 10px;
}

.offcanvas__area {
  display: block;
  background-color: var(--black-2);
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}

.offcanvas__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.9fr 3fr 1.3fr;
  grid-template-columns: 0.9fr 3fr 1.3fr;
  height: 100vh
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .offcanvas__body {
    -ms-grid-columns: 1.2fr 2.3fr 1.8fr;
    grid-template-columns: 1.2fr 2.3fr 1.8fr;
  }

}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .offcanvas__body {
    -ms-grid-columns: 1.2fr 2fr 1.5fr;
    grid-template-columns: 1.2fr 2fr 1.5fr;
  }

}

@media only screen and (max-width:767px) {
  .offcanvas__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }

}

.offcanvas__left {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0.5fr 2.1fr 1fr;
  grid-template-rows: 0.5fr 2.1fr 1fr;
  border-right: 1px solid var(--black-4)
}

@media only screen and (max-width:767px) {
  .offcanvas__left {
    display: none
  }

}

.offcanvas__logo {
  padding: 55px 0 55px 50px;
  border-bottom: 1px solid var(--black-4)
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .offcanvas__logo {
    padding: 30px 0 30px 15px;
  }

}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .offcanvas__logo {
    padding: 30px 0 30px 15px;
  }

}

.offcanvas__social {
  padding-left: 50px;
  padding-top: 220px;
  border-bottom: 1px solid var(--black-4)
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .offcanvas__social {
    padding-left: 15px;
    padding-top: 50px;
  }

}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .offcanvas__social {
    padding-left: 30px;
    padding-top: 50px;
  }

}

.offcanvas__social .social-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  color: var(--white);
  padding-bottom: 20px
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .offcanvas__social .social-title {
    font-size: 20px;
  }

}

.offcanvas__social ul li {
  padding-bottom: 2px
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .offcanvas__social ul li {
    padding-bottom: 5px;
  }

}

.offcanvas__social ul li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: var(--white)
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .offcanvas__social ul li a {
    font-size: 16px;
  }

}

.offcanvas__links {
  padding-left: 50px;
  padding-top: 110px
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .offcanvas__links {
    padding-left: 15px;
    padding-top: 40px;
  }

}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .offcanvas__links {
    padding-left: 30px;
    padding-top: 40px;
  }

}

.offcanvas__links ul li {
  padding-bottom: 2px
}

.offcanvas__links ul li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: var(--white)
}

.offcanvas__mid {
  overflow: hidden;
  overflow-y: auto
}

@media only screen and (max-width:767px) {
  .offcanvas__mid {
    margin-top: 65px;
  }

}

.offcanvas__menu-wrapper.mean-container {
  padding-top: 160px
}

@media only screen and (max-width:767px) {
  .offcanvas__menu-wrapper.mean-container {
    padding-top: 40px
  }

}

@media only screen and (min-width:768px) and (max-width:991px) {
  .offcanvas__menu-wrapper.mean-container {
    padding-top: 60px;
  }

}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .offcanvas__menu-wrapper.mean-container {
    padding-top: 93px;
  }

}

.offcanvas__menu-wrapper.mean-container .mean-bar {
  padding: 0;
  background: none
}

.offcanvas__menu-wrapper.mean-container a.meanmenu-reveal {
  display: none !important
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  text-shadow: 0 80px 0 var(--white);
}

.offcanvas__menu-wrapper.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.offcanvas__menu-wrapper.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-style: normal;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translateY(var(--m)) translateZ(0);
  transform: translateY(var(--m)) translateZ(0);
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(1) {
  -webkit-transition-delay: 0.0333333333s;
  transition-delay: 0.0333333333s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(2) {
  -webkit-transition-delay: 0.0666666667s;
  transition-delay: 0.0666666667s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(4) {
  -webkit-transition-delay: 0.1333333333s;
  transition-delay: 0.1333333333s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(5) {
  -webkit-transition-delay: 0.1666666667s;
  transition-delay: 0.1666666667s;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(6) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(7) {
  -webkit-transition-delay: 0.2333333333s;
  transition-delay: 0.2333333333s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(8) {
  -webkit-transition-delay: 0.2666666667s;
  transition-delay: 0.2666666667s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(9) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(10) {
  -webkit-transition-delay: 0.3333333333s;
  transition-delay: 0.3333333333s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(11) {
  -webkit-transition-delay: 0.3666666667s;
  transition-delay: 0.3666666667s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(12) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(13) {
  -webkit-transition-delay: 0.4333333333s;
  transition-delay: 0.4333333333s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(14) {
  -webkit-transition-delay: 0.4666666667s;
  transition-delay: 0.4666666667s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(15) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(16) {
  -webkit-transition-delay: 0.5333333333s;
  transition-delay: 0.5333333333s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(17) {
  -webkit-transition-delay: 0.5666666667s;
  transition-delay: 0.5666666667s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(18) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(19) {
  -webkit-transition-delay: 0.6333333333s;
  transition-delay: 0.6333333333s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a .menu-text span:nth-child(20) {
  -webkit-transition-delay: 0.6666666667s;
  transition-delay: 0.6666666667s
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 20px 0 20px 100px;
  font-weight: 400;
  font-size: 80px;
  line-height: 1;
  color: var(--white);
  text-transform: capitalize;
  border-top: 1px solid var(--black-4);
  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;
  outline: none;
  -webkit-transform: translateY(var(--y)) translateZ(0);
  transform: translateY(var(--y)) translateZ(0);
  -webkit-transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
}

@media only screen and (max-width:767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
    font-size: 20px;
    padding-left: 15px;
  }

}

@media only screen and (min-width:768px) and (max-width:991px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
    font-size: 30px;
    padding-left: 20px;
  }

}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
    font-size: 40px;
    padding-left: 30px;
  }

}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
  font-size: 24px;
  text-transform: capitalize;
  border-top: none !important;
  padding: 20px 0 20px 150px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
    font-size: 20px;
    padding: 15px 0 15px 30px;
  }

}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a:hover {
  letter-spacing: 1px;
}

@media only screen and (max-width:767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
    font-size: 18px;
    padding: 15px 0 15px 30px;
  }

}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a:hover {
  --y: -0px;
  background-color: transparent;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
  width: 60px;
  height: 96px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 300;
  border: none !important;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
    height: 46px;
    width: 40px;
  }

}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
    height: 57px;
  }

}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--secondary);
  opacity: 1;
}

@media only screen and (max-width:767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
    height: 36px;
    width: 36px;
    padding: 11px 12px 13px !important;
  }

}

.offcanvas__right {
  background-color: var(--black-4);
  padding: 10px 15px 0;
  position: relative;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .offcanvas__right {
    padding: 0 15px;
  }

}

.offcanvas__contact {
  margin-top: 15px;
}

@media (min-width:767px) and (max-width:768px) {
  .offcanvas__contact {
    margin-top: 52px;
  }

}

.offcanvas__contact h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: var(--white);
  padding-bottom: 10px;
}

.offcanvas__contact li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--white);
  padding-bottom: 7px;
  max-width: 260px
}

.offcanvas__contact li a {
  color: var(--white)
}

@media only screen and (max-width:767px) {
  .offcanvas__right {
    display: none
  }

  .offcanvas__right .shape-1 {
    display: none
  }

}

.offcanvas__right .shape-1 {
  position: absolute;
  bottom: 0;
  left: 125px
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .offcanvas__right .shape-1 {
    left: 0;
  }

}

.offcanvas__right .shape-2 {
  position: absolute;
  bottom: 40px;
  right: 10px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .offcanvas__right .shape-2 {
    right: 30px;
  }

}

@media only screen and (max-width:767px) {
  .offcanvas__right .shape-2 {
    display: none
  }

}

.offcanvas__close {
  position: absolute;
  right: 40px;
  top: 30px;
  z-index: 99
}

@media only screen and (max-width:767px) {
  .offcanvas__close {
    right: 15px;
    top: 15px
  }

}

#close_offcanvas {
  border: 0
}

.offcanvas__close button {
  font-size: 30px;
  width: 60px;
  height: 60px;
  color: var(--white);
  background: #232323;
  border-radius: 100%;
  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-transition: all 0.3s;
  transition: all 0.3s
}

.offcanvas__close button:hover {
  color: var(--gray-2);
}

@media only screen and (max-width:767px) {
  .offcanvas__close button {
    font-size: 24px;
    width: 48px;
    height: 48px
  }

}

/*@media (min-width:359px) and (max-width:360px) {
  .offcanvas__body{
    height: 84vh;
  }
}
@media (min-width:599px) and (max-width:600px) {
  .offcanvas__body{
    height: 53vh;
  }
}
*/
.web_video video {
  width: 820px;
  height: 500px
}

.web_hero__to .title {
  font-weight: 600 !important
}

@media (max-width:1440px) {
  .web_hero__to .sub-title {
    font-size: 15.5px
  }

  .web_hero__to p {
    font-size: 13px
  }

  .web_hero_warp .hero__mid .main-img {
    left: 17%
  }

}

@media (min-width:769px) and (max-width:1024px) {
  .web_hero__to .title {
    font-size: 60px
  }

  .web_hero__to .sub-title {
    font-size: 13px
  }

  .web_hero__to p {
    font-size: 12px
  }

  .web_hero_warp .hero__mid .main-img {
    left: 25%
  }

  .web_hero_warp .hero__mid .page-speed {
    max-width: 160px
  }

  .web_hero_warp .hero__mid .text {
    text-align: center
  }

  .web_hero_warp .hero__right img.typo {
    display: none
  }

  .web_hero_warp .hero__mid .main-img {
    display: block !important;
    left: 15%;
    bottom: -350%
  }

  .web_hero_warp .hero__mid .page-speed {
    display: none
  }

  .web_hero_warp .hero__mid .video {
    display: none
  }

  .hero__wrap {
    margin-top: 300px
  }

  .hero__left img {
    display: none
  }

}

@media(max-width:768px) {
  .hero__wrap {
    margin-top: 300px
  }

  .web_hero__to {
    padding: 100px 0 0 7px
  }

  .web_hero__to .title {
    font-size: 35px;
    padding-bottom: 0
  }

  .web_hero_warp .hero__right {
    gap: 0
  }

  .web_hero_warp .hero__right img.typo {
    display: none
  }

  .web_hero_warp .hero__mid .main-img {
    display: block !important;
    left: 82%;
    bottom: -350%
  }

  .web_hero_warp .hero__mid .page-speed {
    display: none
  }

  .web_hero_warp .hero__mid .video {
    display: none
  }

  .hero__left {
    display: none
  }

}

@media (max-width:767px) {
  .hero__wrap {
    margin-top: 40px
  }

  .web_hero__to {
    padding: 100px 0 0 7px
  }

  .web_hero__to .title {
    font-size: 44px;
    padding-bottom: 0
  }

  .web_hero_warp .hero__right {
    gap: 0
  }

  .web_hero_warp .hero__right img.typo {
    display: none
  }

  .web_hero_warp .hero__mid .main-img {
    display: block !important;
    width: 90%;
    left: 5%;
    bottom: -350%
  }

  .web_hero_warp .hero__mid .page-speed {
    display: none
  }

  .web_hero_warp .hero__mid .video {
    display: none
  }

}

.web_feature__it {
  padding: 40px 25px 20px !important
}

.web_feature__it:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px
}

.web_feature__it p {
  padding-bottom: 0;
  min-height: 165px;
  display: flex;
  flex-direction: column
}

.web_feature__it .title {
  padding-bottom: 10px !important;
  font-weight: 600 !important;
  font-size: 21px !important
}

.web_support__ty h2 {
  padding-bottom: 10px !important;
  font-weight: 600 !important
}

.web_element__sli {
  border-radius: 10px
}

.web_element__sli img {
  width: 100%
}

#feature_top p {
  max-width: 533px;
  font-size: 16px
}

#feature_top p span {
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 22px;
  margin-bottom: 10px;
  display: inline-block;
}

.color-box {
  background-color: #ADD8E6
}

.color-box-2 {
  background-color: #adface
}

.color-box-3 {
  background-color: #F7E7CE
}

.color-box-4 {
  background-color: #B7CEEC
}

.web_feature__it p span.feature_box_paragrph {
  padding-top: 10px
}

.view_ind_more {
  padding: 0px;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  border-bottom: 1px solid #000
}

.view_ind_more i {
  transition: all 1s ease
}

.view_ind_more:hover {
  color: #000;
  border-bottom: 1px solid #000
}

.view_ind_more:hover i {
  margin-left: 10px;
  transition: all 1s ease
}

@media (max-width:767px) {
  #feature_top p {
    font-size: 14px
  }

  #feature_top p span {
    line-height: 20px
  }

  .web_feature__it p {
    padding-bottom: 0;
    min-height: 0px
  }

  .web_feature_area {
    padding-top: 110px
  }

}

@media (max-width:768px) {
  .Static-feature__item {
    padding: 20px !important
  }

  #feature_top {
    align-items: start
  }

  #feature_top p span {
    line-height: 20px
  }

  .web_feature__it p {
    padding-bottom: 0;
    min-height: 136px
  }

}

@media (min-width:769px) and (max-width:1024px) {
  .web_feature__it p {
    padding-bottom: 0;
    min-height: 190px
  }

  .web_feature_list {
    grid-template-columns: auto auto auto;
    grid-gap: 20px
  }

}

@media (min-width:1026px) and (max-width:1366px) {
  .web_feature__it p {
    padding-bottom: 0;
    min-height: 226px
  }

}

@media (min-width:1367px) and (max-width:1440px) {
  .web_feature__it p {
    padding-bottom: 0;
    min-height: 200px
  }

}

#web_port_demo_btn {
  width: 280px
}

#web_demo_area {
  background-color: #c5cdd4;
  padding: 100px 0
}

#web_demo_area .demo__inner {
  max-width: 100%;
  padding: 0
}

.demo__item h3 {
  font-size: 19px !important
}

.demo__item h3 span {
  color: var(--black-2);
  padding-left: 35px;
  position: relative
}

.demo__list--1 {
  grid-template-columns: repeat(3, 1fr) !important;
  grid-gap: 50px 30px
}

.demo__list--1-1 {
  grid-template-columns: repeat(3, 1fr) !important;
  grid-gap: 50px 30px
}

.demo__list--2 img {
  width: 100% !important;
  height: auto;
  border: 0.5px solid #ddd
}

.demo_area_btn {
  padding: 7px 35px;
  font-size: 30px;
  border-radius: 10px;
  background: #000;
  border: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center
}

.demo_area_request_btn {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 150px;
  align-content: flex-end
}

a.demo_area_btn {
  background: no-repeat 94%, linear-gradient(90deg, #00000c, #5a5a5a 50%);
  background-size: auto, 200% 100%;
  animation: run 2s linear infinite;
  color: #fff !important
}

@media (max-width:1440px) {
  .demo__list--2 img {
    max-width: 100% !important
  }

}

@media (max-width:1024px) {
  .demo__list--1 {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-gap: 40px 20px
  }

  .demo__list--1-1 {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-gap: 40px 20px
  }

}

@media (max-width:768px) {
  .demo__item h3 {
    font-size: 16px !important
  }

  .demo__item h3 span {
    padding-left: 5px
  }

  .demo_area_request_btn {
    height: 100px
  }

  .demo_area_btn {
    font-size: 25px
  }

}

@media (max-width:600px) {
  .demo__list--1 {
    grid-template-columns: repeat(1, 1fr) !important
  }

  .demo__list--1-1 {
    grid-template-columns: repeat(1, 1fr) !important
  }

  .demo__list--2 img {
    height: auto
  }

  .demo__item h3 {
    font-size: 14px !important
  }

  .demo__item h3 span {
    padding-left: 5px
  }

  .demo_area_btn {
    width: 93%;
    font-size: 22px
  }

}

.web_contact_area {
  background: rgb(255, 18, 18);
  background: radial-gradient(circle, rgba(255, 18, 18, 1) 0%, rgba(52, 23, 81, 1) 35%, rgba(0, 0, 0, 1) 100%)
}

@media only screen and (min-width:768px) and (max-width:2250px) {
  .web_hero_warp .hero__mid .main-img {
    left: 22%;
    width: 690px;
    bottom: -9px;
  }

}

.web_contact_be {
  text-align: center;
  color: #fff
}

.contact__text {
  max-width: 330px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%
}

#web_formsel {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--white);
  border: 1px solid #ffffff0f;
  padding: 15px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: 0;
  position: relative;
  z-index: 1;
  background: #ffffff14;
  margin-bottom: 35px;
  border-radius: 20px;
  padding-left: 15px
}

#web_formsel option {
  color: #000
}

#web_formsel:focus {
  border: 1px solid #ffffff21;
  box-shadow: none
}

@media only screen and (max-width:767px) {
  .contact__text {
    padding-top: 30px
  }

  .web_contact_area .line {
    padding-top: 50px;
    padding-bottom: 50px
  }

}

.contact__text p {
  font-size: 18px;
  line-height: 1.4
}

.contact__btm {
  border: 1px solid #ffaaaa33;
  border-radius: 24px;
  margin-top: 40px;
  padding: 50px;
  backdrop-filter: blur(250px);
  background: #ffffff0f
}

.contact__info {
  padding-top: 15px
}

@media only screen and (max-width:767px) {
  .contact__info {
    padding-bottom: 50px
  }

  .contact__btm {
    padding-top: 50px
  }

  #web_formsel {
    margin-bottom: 25px
  }

}

.contact__info h3 {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.2;
  color: var(--black-2);
  padding-bottom: 30px
}

.contact__info ul li a {
  text-decoration-line: underline
}

.contact__info ul li a,
.contact__info ul li span {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  color: var(--black-2);
  display: block;
  margin-bottom: 10px
}

.contact__form {
  position: relative;
  z-index: 9
}

.contact__form input,
.contact__form textarea {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--white);
  border: 1px solid #ffffff0f;
  padding: 15px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: 0;
  position: relative;
  z-index: 1;
  background: #ffffff14;
  margin-bottom: 35px;
  border-radius: 20px;
  padding-left: 15px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .contact__form input,
  .contact__form textarea {
    padding: 10px 15px;
    margin-bottom: 25px
  }

}

@media only screen and (min-width:768px) and (max-width:991px) {
  .contact__form input,
  .contact__form textarea {
    padding: 10px 15px;
    margin-bottom: 25px
  }

}

@media only screen and (max-width:767px) {
  .contact__form input,
  .contact__form textarea {
    margin-bottom: 20px
  }

  .contact__btm {
    padding: 15px
  }

}

.contact__form input:focus,
.contact__form textarea:focus {
  border: 1px solid #ffffff21
}

.contact__form input::-webkit-input-placeholder,
.contact__form textarea::-webkit-input-placeholder {
  color: var(--white);
  opacity: 1
}

.contact__form input::-moz-placeholder,
.contact__form textarea::-moz-placeholder {
  color: var(--white);
  opacity: 1
}

.contact__form input:-ms-input-placeholder,
.contact__form textarea:-ms-input-placeholder {
  color: var(--white);
  opacity: 1
}

.contact__form input::-ms-input-placeholder,
.contact__form textarea::-ms-input-placeholder {
  color: var(--white);
  opacity: 1
}

.contact__form input::placeholder,
.contact__form textarea::placeholder {
  color: #fff;
  opacity: 1
}

.contact__form textarea::placeholder {
  color: #fff;
  opacity: 1
}

.contact__form textarea {
  height: 57px;
  resize: none
}

.contact__form #btn_wrapper,
.contact__form .btn_wrapper {
  margin-top: -20px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .contact__form #btn_wrapper,
  .contact__form .btn_wrapper {
    margin-top: -10px
  }

}

@media (max-width:1200px) {
  .contact__form #btn_wrapper,
  .contact__form .btn_wrapper {
    margin-top: 10px
  }

}

.sec-title-2 {
  font-weight: 500;
  font-size: 120px;
  line-height: 0.9;
  color: #fff
}

@media only screen and (min-width:1400px) and (max-width:1919px) {
  .sec-title-2 {
    font-size: 100px
  }

}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .sec-title-2 {
    font-size: 90px
  }

}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .sec-title-2 {
    font-size: 72px
  }

}

@media only screen and (min-width:768px) and (max-width:991px) {
  .sec-title-2 {
    font-size: 60px
  }

}

@media only screen and (max-width:767px) {
  .sec-title-2 {
    font-size: 45px
  }

}

.wc-btn-primary {
  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: 170px;
  height: 170px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  text-transform: capitalize;
  color: var(--black-3);
  border: none;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}

.btn_wrapper,
#btn_wrapper {
  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;
  position: relative;
  height: 250px;
  width: 250px;
  border-radius: 100%;
  margin-left: -40px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .btn_wrapper,
  #btn_wrapper {
    width: 220px;
    height: 220px;
    margin-left: -25px
  }

}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .btn_wrapper,
  #btn_wrapper {
    width: 190px;
    height: 190px;
    margin-left: -10px
  }

}

@media only screen and (min-width:768px) and (max-width:991px) {
  .btn_wrapper,
  #btn_wrapper {
    width: 180px;
    height: 180px;
    margin-left: -5px
  }

}

@media only screen and (max-width:767px) {
  .btn_wrapper,
  #btn_wrapper {
    height: 175px;
    width: 175px;
    margin-left: -2.5px
  }

}

.btn-item {
  position: absolute
}

.btn_wrapper {
  margin: 0 auto;
  height: 125px;
  width: 230px
}

.btn_wrapper button.wc-btn-primary {
  border-radius: 4px;
  height: 50px;
  width: 130px;
  background: #000;
  color: #fff
}

.btn_wrapper button.wc-btn-primary:hover {
  color: #000
}

.hidden {
  display: none
}

#response {
  width: 70%;
  margin: 15px auto;
  padding: 15px;
  border-radius: 5px;
  text-align: center
}

.wc-btn-primary:hover i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  padding-left: 5px
}

.wc-btn-primary span {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: -1;
  border-radius: 100%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.wc-btn-secondary {
  border: 1px solid var(--secondary);
  color: var(--gray-2)
}

.wc-btn-primary:hover {
  color: var(--black-2)
}

.wc-btn-primary:hover span {
  width: 350px;
  height: 350px
}

#chous_hy_us {
  display: flex;
  gap: 60px;
  margin: 0 auto;
  width: 100%;
  max-width: 1660px
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(5, 230px);
  grid-gap: 10px
}

#choice_us_top {
  padding: 0 0px 0 30px
}

#web_plugin_area {
  background-color: #c5cdd4
}

#w10th_choice_us_item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  height: 210px;
  background: #f5bdbd;
  border-radius: 45px;
  padding: 42px 5px;
  border: 1px solid #ffffff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px
}

#w10th_choice_us_item img {
  width: 32%
}

#w10th_choice_us_item .name {
  text-align: center;
  font-size: 18px;
  color: #000000;
  font-weight: 600
}

#w10th_choice_us_item p {
  font-size: 15px;
  line-height: 20px;
  color: #000;
  background: transparent;
  width: 750px
}

#w10th_choice_us .plugin_item_end {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0
}

@media (max-width:1440px) {
  #w10th_choice_us_item {
    height: 175px;
    padding: 25px 5px
  }

  #choice_us_top {
    padding: 0 0px 0 10px
  }

  .grid-container {
    grid-template-columns: repeat(5, 200px)
  }

  #w10th_choice_us_item .name {
    font-size: 18px
  }

}

@media (min-width:1025px) and (max-width:1366px) {
  .grid-container {
    grid-template-columns: repeat(5, 162px)
  }

}

@media (max-width:1024px) {
  #w10th_choice_us_item {
    height: 180px;
    padding: 25px 5px
  }

  #choice_us_top {
    padding: 0 0px 0 10px
  }

  .grid-container {
    grid-template-columns: repeat(4, auto)
  }

  #w10th_choice_us_item .name {
    font-size: 18px
  }

  #w10th_choice_us {
    flex-direction: column;
    gap: 10px
  }

  .plugin__top p {
    padding-top: 0
  }

}

@media (max-width:768px) {
  #choice_us_top h2.main_title {
    text-align: center !important;
    margin-bottom: 20px
  }

}

@media (max-width:425px) {
  .grid-container {
    grid-template-columns: repeat(2, auto)
  }

}

@media (max-width:375px) {
  .grid-container {
    grid-template-columns: repeat(2, auto)
  }

}

@media (max-width:320px) {
  #w10th_choice_us_item {
    height: 160px;
    padding: 25px 5px
  }

  #choice_us_top {
    padding: 0 0px 0 10px
  }

  .grid-container {
    grid-template-columns: repeat(2, auto)
  }

  #w10th_choice_us_item .name {
    font-size: 14px
  }

  #w10th_choice_us {
    flex-direction: column;
    gap: 10px
  }

  #w10th_choice_us_item {
    display: flex;
    flex-direction: column;
    text-align: start;
    align-content: center;
    align-items: center
  }

  #w10th_choice_us_item p {
    padding: 6px 0px;
    width: 100%
  }

  #w10th_choice_us .plugin__top p {
    width: 100%;
    font-size: 17px
  }

  .choice_us_mobile {
    padding: 0
  }

}

#web_plugin_area {
  background-color: rgb(220, 53, 69)
}

#why_us {
  display: flex;
  gap: 60px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
  max-width: 1660px
}

#why_us .plugin__top p {
  width: 320px
}

#why_us_item {
  display: flex
}

#why_us_item .name {
  width: 280px
}

#why_us_item p {
  font-size: 15px;
  line-height: 20px;
  color: #000;
  background: transparent;
  width: 750px
}

#why_us .plugin_item_end {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0
}

@media (max-width:1440px) {
  #why_us_item .name {
    width: 300px
  }

  #why_us_item p {
    width: 550px
  }

}

@media (max-width:1024px) {
  #why_us {
    flex-direction: column;
    gap: 10px
  }

  .plugin__top p {
    padding-top: 0
  }

}

@media (max-width:767px) {
  #why_us {
    flex-direction: column;
    gap: 10px
  }

  #why_us_item {
    display: flex;
    flex-direction: column;
    text-align: start;
    align-content: center;
    align-items: flex-start
  }

  #why_us_item p {
    padding: 6px 0px;
    width: 100%
  }

  #why_us .plugin__top p {
    width: 100%;
    font-size: 17px
  }

}

#quality {
  display: flex;
  width: 100%
}

#web_speed_mid {
  padding: 30px;
  gap: 15px;
  width: 100%;
  border: 1px solid #01473d4a;
  border-radius: 10px
}

.speed__left {
  width: 40%
}

.speed__level {
  width: 23.33%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center
}

.speed__level h4 {
  text-align: center
}

.speed__level p {
  text-align: center;
  font-size: 16px
}

a.web_speed_se {
  text-decoration: none;
  color: #87FEDD;
  font-size: 27px;
  display: flex;
  margin-top: 20px;
  align-content: center;
  align-items: center
}

a.web_speed_se span {
  padding: 0 0px 0 8px;
  color: #fff
}

a.web_speed_se i {
  font-size: 22px;
  background-color: #dc3545;
  border-radius: 50%;
  color: #000000 !important;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center
}

@media (max-width:1024px) {
  #quality {
    flex-direction: column
  }

  .speed__left {
    width: 100%;
    display: flex;
    justify-content: space-between
  }

  .speed__left p {
    padding-top: 0
  }

}

@media (max-width:767px) {
  #web_speed_mid {
    flex-direction: column;
    gap: 35px
  }

  .speed__left.text-anim {
    width: 100%;
    display: flex;
    flex-direction: column
  }

  .speed__left p {
    padding-top: 15px
  }

  .speed__level {
    width: 100%
  }

}

.go_daddy_slider .go_daddy_slide {
  background-color: #fff;
  text-align: center;
  color: #555;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  margin: 0 10px;
  line-height: 24px;
  border-radius: 25px;
  min-height: 460px
}

i.web_page_testslider {
  background: #00B67B;
  color: #fff;
  padding: 0px 3px;
  font-size: 14px;
  line-height: 18px
}

.go_daddy_slider .sfd1jby {
  position: relative;
  height: 100%;
  cursor: -moz-grab;
  cursor: grab;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: -moz-fit-content;
  min-width: fit-content
}

.go_daddy_slider .r19zknh7 {
  display: flex;
  gap: 0.125rem;
  margin-block-end: 1rem
}

.go_daddy_slider .captitle {
  font-size: 0.8125rem;
  line-height: 1.2;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  text-align: left;
  color: #2b2b2b
}

.go_daddy_slider .q3e3hkd {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  line-height: 120%;
  text-align: left;
  color: #2b2b2b
}

.go_daddy_slider .ux-text {
  text-align: left;
  font-family: 'Poppins', sans-serif;
  color: #2b2b2b;
  font-size: 14px;
  line-height: 21px
}

.go_daddy_slider .c1kh9wir {
  display: flex;
  flex-direction: column;
  min-height: 28.125rem;
  border-radius: 0.5rem;
  padding: 1.5rem;
  height: 100%;
  background-color: #f5f7f8;
  color: #2b2b2b;
  justify-content: space-between;
  border: 1px solid #dddddd
}

@media (max-width:768px) {
  .go_daddy_slider .c1kh9wir {
    min-height: 20rem
  }

  .go_daddy_slider .q3e3hkd {
    font-size: 15px
  }

}

.go_daddy_testimonial.slick-slider .slick-prev:before {
  content: "\f053"
}

.go_daddy_testimonial.slick-slider .slick-next:before {
  content: "\f054"
}

.go_daddy_testimonial.slick-slider .slick-prev,
.slick-next {
  top: 97%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #2b2626;
  z-index: 99
}

.go_daddy_testimonial.slick-slider .slick-next {
  right: 20px
}

.go_daddy_testimonial.slick-slider .slick-prev {
  left: 91%
}

@media (max-width:1440px) {
  .go_daddy_testimonial.slick-slider .slick-prev {
    left: 90%
  }

  .go_daddy_slider .q3e3hkd {
    font-size: 18px
  }

  .go_daddy_testimonial.slick-slider .slick-prev,
  .slick-next {
    top: 105%
  }

}

.go_daddy_testimonial.slick-slider .slick-prev:before,
.slick-next:before {
  font: normal normal normal 14px/1 FontAwesome
}

.go_daddy_testimonial.slick-slider .slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: black
}

.go_daddy_testimonial.slick-slider .slick-dots li button::before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 15px;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 30px;
  content: "\f192";
  color: black;
  -webkit-font-smoothing: antialiased
}

.testimonial__area-4 {
  overflow: hidden;
  text-align: center
}

.testimonial__sec-title {
  padding-bottom: 60px
}

.testimonial__sec-title p {
  font-size: 18px;
  color: var(--black-3);
  max-width: 500px;
  margin: 0 auto
}

.sec-subtile-6 {
  font-size: 16px;
  color: var(--black-2);
  line-height: 1.3;
  padding: 2px 14px 3px;
  font-weight: 400;
  border-radius: 16px;
  border: 1px solid var(--gray-16);
  display: inline-block;
  margin-bottom: 17px
}

.sec-title-6 {
  font-size: 50px;
  color: var(--black-2);
  font-weight: 500;
  line-height: 1.13;
  padding-bottom: 15px
}

@media only screen and (max-width:767px) {
  .go_daddy_slider .q3e3hkd {
    font-size: 14px
  }

  .go_daddy_slider .go_daddy_slide {
    min-height: 330px
  }

  .testimonial__sec-title p {
    width: 100%;
    font-size: 16px
  }

  .sec-subtile-6 {
    margin-bottom: 10px
  }

  .sec-title-6 {
    font-size: 30px;
    padding-bottom: 10px
  }

}

@media only screen and (min-width:768px) and (max-width:991px) {
  .sec-title-6 {
    font-size: 30px
  }

}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .sec-title-6 {
    font-size: 36px
  }

}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .sec-title-6 {
    font-size: 45px
  }

}

.web_slider {
  max-width: 1600px;
  margin: 0 auto
}

.web_page_slide.slick-slide {
  margin: 0 5px
}

.web_page_slide img {
  width: 100%;
  padding: 5px;
  background: #fff;
  border-radius: 10px
}

.clients_logo {
  background: #000
}

.client_logo {
  display: flex;
  justify-content: center
}

.client_logo h2 {
  color: #fff;
  text-align: center
}

.clients_logo .web_slider .web_page_slide h1 {
  font-size: 15px;
  padding-top: 13px;
  text-align: center;
  font-weight: 500;
  color: #e3e3e3
}

.web_faq_css .accordion-item button {
  color: #000;
  background: #E9E9E9
}

.web_faq_css .accordion-item button:focus {
  box-shadow: none;
  border: 1px solid #DC3545;
  outline: none
}

.web_faq_css .accordion-item button:after {
  color: #DC3545
}

#advancef_web .advance_feature {
  padding: 15px;
  background: #fff;
  border-radius: 15px
}

#advancef_web .advance_feature:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px
}

@media (max-width:1024px) {
  .advancef__area {
    padding: 100px 15px
  }

  #advancef_web {
    grid-gap: 15px
  }

  #advancef_web p {
    font-size: 16px
  }

}

.question-text li {
  padding-bottom: 15px
}

@media (max-width:767px) {
  .question-text {
    padding-left: 0
  }

  .question-text li {
    line-height: 21px
  }

}

.footer-area-bacecolor {
  background-color: #ebebeb
}

.footer-box-1 {
  overflow: hidden;
  background-color: #fff;
  padding: 75px 0 20px 0
}

.footer-top-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.footer-box-2:nth-child(1) {
  width: 28%
}

.footer-box-2:nth-child(2) {
  width: 20%
}

.footer-box-2:nth-child(3) {
  width: 20%
}

.footer-box-2:nth-child(4) {
  width: 30%
}

.foote-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding-top: 25px
}

.foote-info li a.phone {
  color: #121212;
  position: relative
}

.foote-info li a {
  color: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s
}

.foote-info li a.phone::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0px;
  background-color: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}

.foote-info li a.phone:hover::after {
  width: 0%
}

.footer__newsletter-6 {
  background-color: #ececf4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  position: relative
}

.footer__newsletter-6 input {
  width: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 16px 50px 16px 20px
}

.footer__newsletter-6 button {
  position: absolute;
  right: 20px;
  top: 15px;
  border: none;
  background: #ececf4
}

.fa-arrow-right:before {
  content: "\f061"
}

.footer-box-2 h2 {
  font-size: 20px;
  line-height: 40px
}

.footer-box-2 ul {
  padding-left: 0px
}

.footer-box-2 ul li {
  color: #666;
  font-size: 16px;
  margin-bottom: 15px;
  font-family: 'poppins', sans-serif;
  letter-spacing: 0.5px
}

.footer-box-2 ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  font-family: 'poppins', sans-serif;
  letter-spacing: 0.5px
}

.footer-box-2 ul li a span {
  font-size: 25px
}

.footer-box-3 {
  border-top: 1px solid #ececf4;
  padding-top: 100px
}

.footer__chekbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-top: 18px
}

.footer__chekbox input {
  width: 30px;
  height: 30px
}

.footer__chekbox label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #555
}

.footer-area-bacecolor {
  background-color: #ebebeb
}

@media (max-width:768px) {
  .journey__inner .main_title {
    padding-bottom: 0px
  }

  .journey__inner {
    padding: 0
  }

  .counter_wrap {
    padding: 0 10px
  }

  .footer-top-box {
    flex-wrap: wrap;
    gap: 40px
  }

}

.footer-area-bacecolor {
  background-color: #ebebeb
}

@media (max-width:600px) {
  .footer-top-box {
    flex-direction: column
  }

  .footer-box-2 ul li {
    width: 400%
  }

}

.hero_section{
  background-color: #f3f3f3;
}
.fd-h1{
  color: #1a1a1a;
  text-align: center;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
}
.hero-text-wrap{
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.hero-span-1 .fd-h1{
  word-break: keep-all;
  font-style: italic;
  font-weight: 200;
  display: inline-block;
}
.home-hero_footnote{
  color: #1a1a1a;
  text-align: center;
  justify-content: center;
  margin-top: 30px;
  font-size: 1.25rem;
  font-weight: 300;
  display: flex;
}
@media screen and (min-width: 1440px) {
  .fd-h1 {
    font-size: 8rem;
  }
}
@media screen and (max-width: 991px) {
  .fd-h1 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 479px) {
  .fd-h1 {
    font-size: 4rem;
  }
}