@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
:root {
  --color-one: #c52228;
  --color-one-dark: #a4161b;
  --color-secondary: #2245c4;
  --color-secondary-dark: #193391;
  --color-white: #fff;
  --color-dark: #2c2227;
  --transition: all .4s ease;
  --fallback-fonts: sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: "Outfit", var(--fallback-fonts);
}
/* Colors */ :root {
  --font-bootstrap-icons: bootstrap-icons;
}
/* Smooth scroll behavior */ :root {
  scroll-behavior: smooth;
}
::selection {
  color: var(--color-white);
  text-shadow: none;
  background: var(--color-secondary);
}
/*--------------------------------------------------------------
    02. General
--------------------------------------------------------------*/
body {
  font-family: var(--font-primary);
}
body .container, body .container-lg, body .container-md, body .container-sm, body .container-xl {
  max-width: 1268px !important;
}
body a {
  list-style: none;
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-primary);
  font-weight: 400;
}
body h1 {
  font-size: clamp(28px, 5vw, 32px);
}
body h4 {
  font-size: clamp(24px, 5vw, 24px);
}
body h2 {
  font-size: clamp(28px, 5vw, 40px);
}
body h5 {
  font-size: clamp(20px, 5vw, 20px);
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
  text-decoration: none;
}
body {
  font-weight: 400;
}
body p {
  font-size: 16px;
}
/*=============extra-classes-start==========*/
.text-1 {
  font-size: 18px;
}
.text-2 {
  font-size: 16px;
}
.text-3 {
  font-size: 26px;
  font-weight: 400;
}
.text-4 {
  font-size: 20px;
  font-weight: 300;
}
.text-5 {
  font-size: 24px;
  font-weight: 300;
}
.m-20 {
  margin: 20px 0px;
}
.m--10 {
  margin: 10px 0px;
}
.mb--10 {
  margin-bottom: 10px;
}
.mt--30 {
  margin-top: 30px;
}
.mt--20 {
  margin-top: 20px;
}
.fw-4 {
  font-weight: 400;
}
.fw-3 {
  font-weight: 300;
}
.fs-18 {
  font-size: 18px;
}
.fs-24 {
  font-size: 24px;
}
.theme-gap-1 {
  padding: 40px 0px;
}
.theme-gap-2 {
  padding: 20px 40px;
}
.gap-bottom {
  margin-bottom: 20px;
}
.bg1 {
  background: #f5f5f5;
}
.color-secondary {
  color: var(--color-secondary) !important;
}
.color-dark-theme {
  color: var(--color-dark) !important;
}
.color-one {
  color: var(--color-one) !important;
}
/*=============extra-classes-end==========*/
/*=============btns-css-start==========*/
.theme-one-btn {
  background: #fff;
  box-shadow: 0 5px 15px rgb(255 255 255 / .4);
  border: none;
  text-align: center;
  display: block;
  padding: 10px 30px;
  font-size: 25px;
  transition: var(--transition);
  width: fit-content;
  border-radius: 3px;
  color: var(--color-secondary);
}
.theme-one-btn:hover {
  background: var(--color-secondary);
  color: var(--color-white);
}
.theme-two-btn {
  background: #fff;
  box-shadow: 0 5px 15px rgb(255 255 255 / .4);
  border: 1px solid var(--color-secondary);
  text-align: center;
  display: block;
  padding: 6px 30px;
  font-size: 18px;
  transition: var(--transition);
  width: fit-content;
  color: var(--color-secondary);
}
.theme-two-btn:hover {
  background: var(--color-secondary);
  color: var(--color-white);
}
.theme-three-btn {
  background: var(--color-secondary);
  box-shadow: 0 5px 15px rgb(255 255 255 / .4);
  border: 1px solid var(--color-secondary);
  text-align: center;
  display: block;
  padding: 6px 30px;
  font-size: 18px;
  transition: var(--transition);
  width: fit-content;
  color: var(--color-white);
}
.theme-three-btn:hover {
  background: var(--color-secondary-dark);
  color: var(--color-white);
  border: 1px solid var(--color-secondary-dark);
}
.theme-four-btn {
  background: var(--color-secondary);
  border: 1px solid var(--color-secondary);
  text-align: center;
  display: block;
  padding: 10px 30px;
  font-size: 26px;
  transition: var(--transition);
  width: fit-content;
  color: var(--color-white);
  font-weight: 500;
}
.theme-four-btn:hover {
  background: var(--color-secondary-dark);
  color: var(--color-white);
  border: 1px solid var(--color-secondary-dark);
}
.theme-five-btn {
  background: var(--color-secondary);
  border: 1px solid var(--color-secondary);
  text-align: center;
  display: block;
  padding: 6px 30px;
  font-size: 18px;
  transition: var(--transition);
  width: fit-content;
  color: var(--color-white);
}
.theme-five-btn:hover {
  background: var(--color-secondary-dark);
  color: var(--color-white);
  border: 1px solid var(--color-secondary-dark);
}
.theme-six-btn {
  border: 1px solid #fff;
  text-align: center;
  display: block;
  padding: 6px 30px;
  font-size: 18px;
  transition: var(--transition);
  width: fit-content;
  color: var(--color-white);
}
.theme-six-btn:hover {
  background: var(--color-secondary);
  color: var(--color-white);
}
.support_center .theme-three-btn {
  background: var(--color-one);
  border: 1px solid var(--color-one);
  text-align: center;
  display: block;
  padding: 6px 30px;
  font-size: 18px;
  transition: var(--transition);
  width: fit-content;
  color: var(--color-white);
  box-shadow: unset;
}
.support_center .theme-three-btn:hover {
  background: var(--color-one-dark);
  color: var(--color-white);
}
.menu_btn span {
  background: var(--color-secondary);
  padding: 15px 25px !important;
  color: var(--color-white) !important;
  transition: var(--transition);
}
.menu_btn:hover span {
  background: var(--color-secondary-dark);
}
/*=============btns-css-end==========*/
/*----------------------
    Header  
-----------------------*/
/*--------------------------------------------------------------
6. Top bar
--------------------------------------------------------------*/
.topbar {
  background: rgba(var(--color-secondary-light-rgb), .2);
  padding-top: 7px;
  padding-bottom: 7px;
}
.topbar .support {
  display: flex;
  justify-content: start;
}
.topbar .support.right-sider {
  display: flex;
  justify-content: end;
}
@media(max-width:767px) {
  .topbar .support.right-sider {
    display: flex;
    justify-content: center;
  }
}
.topbar .support .support-items {
  margin-left: 20px;
}
[dir="rtl"] .topbar .support .support-items {
  margin-left: unset;
  margin-right: 20px;
}
.topbar .support .support-items:first-child {
  margin-left: 0px;
}
[dir="rtl"] .topbar .support .support-items:first-child {
  margin-left: unset;
  margin-right: 0px;
}
.topbar .support .support-items i {
  color: var(--color-primary-two);
  font-size: 16px;
}
.topbar .support .support-items a {
  color: var(--color-secondary);
  font-size: 16px;
  transition: 0.5s;
  position: relative;
}
.topbar .support .support-items a:hover {
  color: var(--color-primary-two);
}
.topbar .support .support-items > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: var(--color-primary-two);
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.topbar .support .support-items > a:hover::before {
  visibility: visible;
  width: 100%;
}
.topbar .support .dropdown.support-items > a:after {
  content: "\F229";
  display: inline-block;
  font-family: bootstrap-icons !important;
  margin-left: 5px;
  position: relative;
  top: 1px;
  font-size: 11px;
}
[dir="rtl"] .topbar .support .dropdown.support-items > a:after {
  margin-left: unset;
  margin-right: 5px;
}
[dir="rtl"] .topbar .support .dropdown.support-items .dropdown-menu a {
  text-align: right;
}
.topbar .support .dropdown.support-items .dropdown-menu a:hover {
  color: var(--color-white) !important;
}
.topbar .support .dropdown.support-items .dropdown-menu a i {
  color: var(--color-secondary);
  transition: 0.5s;
}
.topbar .support .dropdown.support-items .dropdown-menu a:hover i {
  color: var(--color-white) !important;
}
.header-main {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header-main .logo {
  display: block;
  width: fit-content;
}
.header-main .logo img {
  max-height: 60px;
}
.header-main .social {
  display: flex;
  justify-content: end;
}
.header-main .social .social-item {
  margin-right: 15px;
  display: flex;
  align-items: center;
}
[dir="rtl"] .header-main .social .social-item {
  margin-right: unset;
  margin-left: 15px;
}
.header-main .social .social-item:last-child {
  margin-right: 0px;
}
[dir="rtl"] .header-main .social .social-item:last-child {
  margin-right: unset;
  margin-left: 0px;
}
.header-main .social .social-item .icon {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
  margin-right: 10px;
  color: var(--color-one);
  transition: all 0.5s;
}
.header-main .social .social-item .icon i {
  font-size: 25px;
}
.header-main .social .social-item .heading {
  color: #000;
  font-weight: 300;
}
[dir="rtl"] .header-main .social .social-item .icon {
  margin-right: unset;
  margin-left: 10px;
}
.header-main .social .social-item:hover .heading {
  color: var(--color-secondary);
}
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 70px;
  z-index: 5;
  width: 100%;
}
#header.fixed-top {
	height: 70px;
	background: var(--color-white);
	position: fixed;
	box-shadow: 0px 0px 8px 4px #f2f2f2;
}
@media(max-width:992px) {
  #header.fixed-top {
    background: var(--color-white);
  }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
  border-top: 1px solid #00000036;
}
@media(max-width:992px) {
  .navbar {
    border-top: unset;
  }
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  white-space: nowrap;
  /* padding: 20px 20px 20px 20px; */
}
.navbar > ul > li > a {
  padding: 15px 15px 15px 15px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  text-transform: uppercase;
  font-family: var(--font-primary);
}
.fixed-top .navbar a, .fixed-top .navbar a:focus {
  color: var(--color-secondary);
}
.navbar .dropdown ul li a {
  display: flex;
  justify-content: unset;
  color: var(--color-secondary);
}
.navbar .dropdown .dropdown > a {
  justify-content: space-between;
}
.navbar a span {
  font-size: 18px;
  font-weight: 300;
  color: #2c2227;
}
/* .navbar a i,
.navbar a:focus i {
  font-size: 15px;
  line-height: 0;
  margin-left: 0px;
} */
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: var(--color-secondary);
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 0px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px !important;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: var(--color-white);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-top: 2px solid;
  border-color: var(--color-one-dark);
}
[dir="rtl"] .navbar .dropdown ul {
  left: auto;
  right: 0px;
}
.navbar .dropdown ul.megamenu-style {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar .dropdown ul.megamenu-style.whithad li.img-ad {
  min-width: 100%;
  position: absolute;
  padding-top: 0px;
}
.navbar .dropdown ul.megamenu-style.whithad li.img-ad img {
  position: absolute;
}
.navbar .dropdown ul.megamenu-style.whithad li.img-ad .heading {
  font-size: 20px;
  color: var(--color-white);
  position: relative;
  top: 20px;
  padding-left: 20px;
  display: block;
  margin-bottom: 15px;
  z-index: 5;
}
[dir="rtl"] .navbar .dropdown ul.megamenu-style.whithad li.img-ad .heading {
  padding-left: unset;
  padding-right: 20px;
}
.navbar .dropdown ul.megamenu-style.whithad li.img-ad .content {
  font-size: 16px;
  color: var(--color-white);
  position: relative;
  top: 10px;
  padding-left: 20px;
  line-height: 1.5;
  z-index: 5;
  max-width: 290px;
  display: block;
  word-break: break-all;
  overflow-wrap: break-word;
}
[dir="rtl"] .navbar .dropdown ul.megamenu-style.whithad li.img-ad .content {
  padding-left: unset;
  padding-right: 20px;
}
.navbar .dropdown ul.megamenu-style.whithad li.img-ad .content span {
  display: block;
  white-space: break-spaces;
}
.navbar .dropdown ul.megamenu-style.whithad li {
  padding-top: 150px;
}
@media (max-width:992px) {
  .navbar .dropdown ul.megamenu-style.whithad li.img-ad {
    display: none;
  }
  .navbar .dropdown ul.megamenu-style.whithad li {
    padding-top: 0px;
  }
}
.navbar .dropdown ul.megamenu-style li:hover > a {
  background: none;
  color: var(--color-secondary);
}
.navbar .dropdown ul.megamenu-style li > a:hover {
  background-color: #2245c40f;
}
.navbar .dropdown ul.megamenu-style li > h6 {
  padding: 0px 0 9px 12px;
  color: var(--color-secondary);
  font-size: 18px;
  margin-bottom: 10px;
  border-bottom: 1px solid;
  margin-right: 20px;
  border-color: var(--color-one-dark);
  font-weight: 500;
}
[dir="rtl"] .navbar .dropdown ul.megamenu-style li > h6 {
  padding: 0px 12px 9px 0px;
}
.navbar .dropdown ul.megamenu-style li > a {
  font-size: 18px;
  letter-spacing: 0.5px;
}
.navbar .dropdown .dropdown ul::before {
  content: unset;
}
.navbar .dropdown.right-sider ul {
  right: 0px;
  left: auto;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown.width-big ul li {
  min-width: 275px;
}
.navbar .dropdown > a::after {
  content: "\F229";
  display: inline-block;
  font-family: bootstrap-icons !important;
  margin-left: 5px;
  position: relative;
  top: 1px;
  font-size: 11px;
}
[dir="rtl"] .navbar .dropdown > a::after {
  margin-left: unset;
  margin-right: 5px;
}
.navbar .dropdown.icon-none > a::after {
  display: none;
}
@media(min-width:992px) {
  .navbar .dropdown .dropdown > a::after {
    content: "\F231";
    display: inline-block;
    font-family: bootstrap-icons !important;
    margin-left: 5px;
    position: relative;
    top: 1px;
    font-size: 11px;
  }
  .navbar .dropdown.megamenu > ul {
    width: 100%;
    overflow: auto;
    display: flex;
    flex-direction: row;
    align-items: baseline;
  }
  .navbar .dropdown ul.megamenu-two {
    display: flex;
    flex-direction: row;
    align-items: baseline;
  }
}
.navbar .dropdown.megamenu {
  position: static;
}
.navbar .megamenu > ul > li {
  flex: 1;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 300;
  font-size: 18px;
  font-family: var(--font-primary);
  text-transform: capitalize;
  border-radius: 5px;
}
.navbar .dropdown ul a i {
  font-size: 15px;
  color: var(--color-secondary);
  margin-right: 10px;
}
.navbar .dropdown ul a span {
  font-size: 16px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul a.active:hover, .navbar .dropdown ul li:hover > a {
  color: var(--color-primary-two);
  background-color: rgba(var(--color-secondary-light-rgb), 0.2);
}
.navbar .dropdown ul a:hover i {
  color: var(--color-primary-two);
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
.navbar > ul > li.register {
  margin: 0;
  padding: 0px 25px;
  background: transparent;
  border-radius: 4px;
  color: var(--color-white) !important;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  border: 1px solid;
  border-color: var(--color-white);
}
.navbar > ul > li.register:hover {
  border: 1px solid;
  border-color: var(--color-white);
  background: var(--color-white);
}
.navbar > ul > li.register a {
  color: var(--color-white) !important;
  padding-left: 0;
  padding-right: 0;
}
.navbar > ul > li.register:hover a {
  color: var(--color-primary-two) !important;
}
.fixed-top .navbar > ul > li.register {
  margin: 0;
  padding: 0px 25px;
  background: var(--color-primary-two);
  border-radius: 4px;
  color: var(--color-white) !important;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  border: 1px solid;
  border-color: var(--color-primary-two);
}
.fixed-top .navbar > ul > li.register:hover {
  border: 1px solid;
  border-color: var(--color-primary-two);
  background: transparent;
}
.fixed-top .navbar > ul > li.register a {
  color: var(--color-white) !important;
  padding-left: 0;
  padding-right: 0;
}
.fixed-top .navbar > ul > li.register:hover a {
  color: var(--color-primary-two) !important;
}
@media (max-width:992px) {
  .navbar > ul > li.register {
    margin: 0;
    padding: 0px 25px;
    background: var(--color-primary-two);
    border-radius: 4px;
    color: var(--color-white) !important;
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    border: 1px solid;
    border-color: var(--color-primary-two);
  }
  .navbar > ul > li.register:hover {
    border: 1px solid;
    border-color: var(--color-primary-two);
    background: transparent;
  }
  .navbar > ul > li.register a {
    color: var(--color-white) !important;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar > ul > li.register:hover a {
    color: var(--color-primary-two) !important;
  }
  .navbar > ul > li.login {
    margin-top: 10px;
  }
}
.navbar > ul > li.login {
  margin: 0;
  padding: 0px 25px;
  background: var(--color-primary);
  border-radius: 4px;
  color: var(--color-white) !important;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  border: 1px solid;
  border-color: var(--color-primary);
}
.navbar > ul > li.login:hover {
  border: 1px solid;
  border-color: var(--color-white);
  background: transparent;
}
.navbar > ul > li.login a {
  color: var(--color-white) !important;
  padding-left: 0;
  padding-right: 0;
}
.navbar > ul > li.login:hover a {
  color: var(--color-white) !important;
}
.fixed-top .navbar > ul > li.login {
  margin: 0;
  padding: 0px 25px;
  background: var(--color-primary);
  border-radius: 4px;
  color: var(--color-white) !important;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  border: 1px solid;
  border-color: var(--color-primary);
}
.fixed-top .navbar > ul > li.login:hover {
  border: 1px solid;
  border-color: var(--color-primary);
  background: transparent;
}
.fixed-top .navbar > ul > li.login a {
  color: var(--color-white) !important;
  padding-left: 0;
  padding-right: 0;
}
.fixed-top .navbar > ul > li.login:hover a {
  color: var(--color-primary) !important;
}
.navbar > ul > li.get-started ul:before {
  content: unset;
}
@media (min-width: 1200px) {
  .navbar > ul > li.get-started {
    margin: 0;
    /* margin-left: 28px; */
    padding: 0px 25px;
    background: var(--color-primary);
    border-radius: 4px;
    color: var(--color-white) !important;
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
  }
  .navbar > ul > li.get-started:hover {
    background: rgba(var(--color-primary-rgb), 0.9)
  }
  .navbar > ul > li.get-started > a {
    color: var(--color-white) !important;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: 90%;
  }
  [dir="rtl"] .navbar .dropdown .dropdown ul {
    left: auto;
    right: 90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: 100%;
  }
  [dir="rtl"] .navbar .dropdown .dropdown:hover > ul {
    left: auto;
    right: 100%;
  }
}
/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #000;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  position: relative;
  text-align: end;
  right: 0;
  /* width: 100%; */
  width: fit-content;
}
#header.fixed-top .mobile-nav-toggle {
  width: unset;
}
.mobile-nav-toggle.bi-x {
  color: #000;
}
.nav-mobiles .header-main {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (min-width: 992px) {
  .navbar > ul.mainmenu {
    width: 100%;
    justify-content: space-between;
  }
  .navbar .dropdown ul::before {
    content: "";
    position: absolute;
    inset-block-start: -7px;
    inset-inline-start: 10%;
    width: 13px;
    height: 13px;
    border: 1px solid transparent;
    transform: rotate(45deg);
    background-color: var(--color-white);
    z-index: 901;
    display: block;
    transition-duration: 0.25s;
    border-color: var(--color-one-dark);
    border-bottom: 0;
    border-right: 0;
  }
  .navbar .megamenu ul::before {
    inset-inline-start: 22%;
  }
  .navbar .megamenu ul {
    overflow: visible !important;
  }
  .navbar .logo-mob-nav {
    display: none;
  }
  .navbar .nav-mobiles {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar > ul > li.get-started {
    display: none;
  }
  .navbar > ul > li.login {
    display: none;
  }
  .navbar > ul > li.register {
    display: none;
  }
  .navbar {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
  .navbar ul.mainmenu {
    position: fixed;
    right: 100%;
    left: -100%;
    transition: 0.5s ease;
    top: 0px;
    display: block;
  }
  .navbar-mobile ul.mainmenu {
    right: 10%;
    left: 0%;
    top: 0px;
    transition: 0.5s ease;
  }
  .navbar .dropdown ul.megamenu-style li a span.content span.contents {
    max-width: 100%;
    overflow: hidden;
    white-space: normal;
  }
  .navbar .logo-mob-nav {
    display: block;
  }
  .navbar .logo-mob-nav a {
    display: block;
    width: fit-content;
    margin: auto;
  }
  .navbar .logo-mob-nav a img {
    max-height: 70px;
  }
  .navbar.navbar-mobile .nav-mobiles {
    display: none;
  }
  .navbar .nav-mobiles {
    display: flex;
    justify-content: space-between;
    width: 89%;
    right: 0;
    position: absolute;
    left: auto;
    top: 0;
  }
  [dir="rtl"] .navbar .nav-mobiles {
    right: auto;
    left: 0;
  }
  .navbar .nav-mobiles .logos a img {
    max-height: 40px;
  }
  .navbar .nav-mobiles .contacts {
    display: flex;
  }
  .navbar .nav-mobiles .contacts .my-custom-dropdown ul {
    right: 0;
    left: auto;
  }
  [dir="rtl"] .navbar .nav-mobiles .contacts .my-custom-dropdown ul {
    right: auto;
    left: 0;
  }
  .navbar .nav-mobiles .contacts .my-custom-dropdown ul li {
    min-width: 150px;
  }
  .navbar .nav-mobiles .contacts .my-custom-dropdown ul li a {
    padding: 10px 15px;
  }
  .navbar .nav-mobiles .contacts .my-custom-dropdown ul li a:hover {
    color: var(--color-primary-two);
  }
  .navbar .nav-mobiles .contacts .icon {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid;
    border-color: #fff;
    border-radius: 100%;
    text-align: center;
    color: var(--color-secondary);
    display: block;
  }
  .navbar .nav-mobiles .contacts .items {
    margin-right: 10px;
  }
  [dir="rtl"] .navbar .nav-mobiles .contacts .items {
    margin-right: unset;
    margin-left: 10px;
  }
  .navbar .nav-mobiles .contacts .items:last-child {
    margin-right: 0px;
  }
  [dir="rtl"] .navbar .nav-mobiles .contacts .items:last-child {
    margin-left: 0px;
    margin-right: unset;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.51);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 10px;
  display: block;
  width: fit-content;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: var(--color-white);
  overflow-y: auto;
  transition: 0.3s;
  /* max-height: 400px; */
  height: 100%;
}
.navbar-mobile a, .navbar-mobile a:focus {
  /* padding: 10px 20px; */
  font-size: 15px;
  color: var(--color-secondary);
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: var(--color-primary);
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 0px;
  /* padding: 10px 0; */
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: var(--color-white);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  border-left: 0;
  border-right: 0px;
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: var(--color-primary);
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
/* header css end */
/*============header-css-start==============*/
/*============bannerr-css-start==============*/
@media(max-width:991px) {
  .home-banner {
    margin-top: 80px;
  }
}
.home-banner.hero {
  background-image: url('../images/hero_1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 20px 0px 100px 0px;
}
.home-banner.banner_two {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/banner2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 20px 0px 60px 0px;
}
.home-banner.banner_three {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/banner3.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 20px 0px 60px 0px;
}
.home-banner.banner_four {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/wordpress_img.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 20px 0px 60px 0px;
}
.home-banner.banner_five {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/vps_banner.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 20px 0px 60px 0px;
}
.home-banner.banner_six {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/dedicated_img.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 20px 0px 60px 0px;
}
.home-banner.banner_seven {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/windows_dedi.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 20px 0px 60px 0px;
}
.home-banner.banner_eight {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/reseller_banner.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 20px 0px 60px 0px;
}
.home-banner.banner_nine {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/win_reseller.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 20px 0px 60px 0px;
}
.home-banner.domain_banner {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/domains_banner.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 20px 0px 60px 0px;
}
.home-banner.new-gtld-banner {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/new_gtlds.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 20px 0px 60px 0px;
}
.home-banner.bulk-domain-banner {
  background-image: linear-gradient(to left, rgba(34, 69, 196, 0.78), rgb(34, 69, 196)), url('../images/domain-banner.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 20px 0px 60px 0px;
}
.home-banner.domain_trans {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/domain_transfer.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 20px 0px 60px 0px;
}
.home-banner.promos_banner {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/promos_banner.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 20px 0px 60px 0px;
}
.home-banner.web-builder {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.67), rgba(0, 0, 0, 0.67)), url('../images/builder.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 20px 0px 60px 0px;
}
.home-banner.ssl_banner {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.67)), url('../images/ssl_banner.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 20px 0px 60px 0px;
}
.home-banner.sitelock_banner {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.67)), url('../images/sitelock_banner.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 20px 0px 60px 0px;
}
.home-banner.codeguard_banner {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/codeguard_banner.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 20px 0px 60px 0px;
}
.home-banner.about-hero {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.83)), url('../images/about_img.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 20px 0px 60px 0px;
}
.home-banner.contact-banner {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.83)), url('../images/contact_banner.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 20px 0px 60px 0px;
}
.home-banner.bussiness-banner {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/bussiness_img.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 20px 0px 60px 0px;
}
.home-banner.policy-banner {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 20px 0px 60px 0px;
}
.top-heading {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 5px;
}
.banner-heading h1 {
  font-size: clamp(28px, 5vw, 48px);
}
.list_style_one {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.list_style_one li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-inline-end: 15px;
  font-size: 16px;
}
.list_style_one li:last-child {
  margin-inline-end: 0px;
}
.list_style_one li:before {
  content: "\F272";
  font-family: bootstrap-icons;
  font-size: 20px;
}
.list_style_two {
  color: #fff;
  line-height: 32px;
  font-size: 18px;
}
.list_style_two li {
  line-height: 32px;
  margin: 8px 0 0;
  font-weight: 300;
}
.list_style_two li strong {
  font-weight: 700;
}
.list_style_two li i {
  font-size: 24px;
}
.price_sec h5 {
  font-size: 42px;
  font-weight: 600;
}
.list-style-two {
  display: flex;
  align-items: center;
}
.list-style-two li {
  margin: 0px 10px;
}
.list-style-two li:first-child {
  margin: 0px 10px 0px 0px;
}
.list-style-two li:last-child {
  margin: 0px 0px 0px 10px;
}
.list-style-two li img {
  max-height: 86px;
}
@media(max-width:567px) {
  .list-style-two {
    display: none;
  }
}
.features-style-two .icon-two {
  margin-top: 30px;
}
.features-style-two h4 {
  font-weight: 400;
  margin: 15px 0 20px 0px;
}
/*============banner-css-end==============*/
/*============theme-css-start==============*/
.hero-footer {
  margin-top: -125px;
}
.feature-style-one {
  background: #fff;
  padding-bottom: 20px;
  padding-top: 20px;
  box-shadow: 0 2px 10px rgb(44 34 39 / .2);
  border-radius: 10px;
  text-align: center;
  position: relative;
}
.feature-style-one.border {
  background: #fff;
  border: 2px solid var(--color-secondary) !important;
  padding-bottom: 20px;
  padding-top: 20px;
  box-shadow: 0 2px 10px rgb(44 34 39 / .2);
  border-radius: 10px;
  text-align: center;
  position: relative;
}
.feature-style-one h4 {
  font-weight: 400;
  margin: 15px 0 20px;
}
.feature-style-one h5 {
  font-size: 42px;
  line-height: 32px;
  margin-top: 10px;
  color: #2c2227;
  font-weight: 300;
}
.tag {
  color: var(--color-one);
  background-color: #fff;
  border: 1px solid var(--color-one);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 1px 4px;
  font-size: .9em;
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media(max-width:776px) {
  .hero-footer {
    position: unset;
    padding: 60px 0px;
  }
  .home-banner.hero {
    padding: 20px 0px 50px 0px;
  }
}
.slider-container {
  overflow: hidden;
  white-space: nowrap;
  padding: 20px 0;
}
.slider-track {
  display: inline-block;
  white-space: nowrap;
}
.slider-item {
  display: inline-block;
  max-height: 80px;
  margin-right: 60px;
}
.slider-item img {
  width: 100%;
  max-height: 80px;
}
.plan-style-one {
  border: 1px solid #fff;
  box-shadow: 0 2px 10px rgb(44 34 39 / .1);
  background: #fff;
  text-align: center;
  color: #2c2227;
  padding: 20px;
  transition: var(--transition);
}
.plan-style-one:hover {
  cursor: pointer;
  border: 1px solid var(--color-secondary);
}
.plan-style-one h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  min-height: 30px;
  margin: 15px 0 20px;
}
.plan-style-one li {
  display: flex;
  align-items: center;
  font-weight: 300;
}
.plan-style-one li:before {
  content: "\F138";
  font-family: bootstrap-icons;
  font-size: 17px;
  color: var(--color-one);
  margin-inline-end: 5px;
}
.plan-style-one li strong {
  font-weight: 300;
  margin-inline-end: 5px;
}
.plan-style-one .starting_price {
  font-size: 16px;
  text-align: center;
  color: #2c2227;
  font-weight: 300;
}
.plan-style-one label {
  font-size: 15px;
  text-align: center;
  color: #2c2227;
  font-weight: 300;
}
.plan-style-one h1 {
  font-size: 42px;
  line-height: 32px;
  font-weight: 300;
  margin-top: 15px;
}
.plan-style-one .price_sec h1 span {
  font-size: 30px;
  text-align: center;
  color: #2c2227;
  font-weight: 300;
}
.domain-search-bar {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-bottom: 25px;
  flex-wrap: wrap;
}
.domain-search-bar input {
  padding: 5px;
  font-size: 18px;
}
.bulk-domain-banner .domain-search-bar {
  justify-content: start;
}
.bulk-domain-banner .domain-search-bar.two input {
  width: 75%;
}
.support_sec {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.83), rgba(4, 4, 4, 0.94));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 40px 0px;
}
.support_sec .support_center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list-style-four {
  padding: 20px;
  border: 1px solid #000;
}
.list-style-four h4 {
  color: var(--color-one-dark);
  font-size: 18px;
  margin-bottom: 20px;
  display: block;
  font-weight: 500;
}
.list-style-four ul li {
  font-size: 16px;
  display: block;
  font-weight: 300;
}
.list-style-four ul li:before {
  content: "\F272";
  font-family: bootstrap-icons;
  font-size: 15px;
  color: var(--color-one);
  margin-inline-end: 5px;
}
.feature-card-four {
  background-image: linear-gradient(to left, rgb(255 255 255 / .85), rgb(255 255 255 / .85)), url('../images/support_img.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px 0px 60px 0px;
}
.content-box {
  padding: 30px 40px;
}
.content-box.one {
  border-right: 1px solid #000;
}
.content-box h3 {
  font-size: 24px;
  margin-bottom: 22px;
  margin-top: 30px;
}
.content-box p {
  font-weight: 300;
}
.features-style-six {
  background-color: #fff;
  box-shadow: 0 2px 10px rgb(44 34 39 / .1);
  display: flex;
  flex-direction: column;
  padding: 20px;
  height: 100%;
}
.features-style-six h4 {
  margin-bottom: 20px;
  color: var(--color-one);
  font-size: 24px;
}
.features-style-six h4 i {
  color: var(--color-one);
  font-size: 24px;
}
.feature-style-six {
  display: flex;
  align-items: start;
  gap: 30px;
  padding: 20px 0px;
}
.feature-style-six h5 {
  font-size: 17px;
}
.feature-style-six p {
  font-size: 15px;
  font-weight: 300;
}
.feature-style-six .icon i {
  font-size: 30px;
  color: var(--color-one);
}
.card-style-six {
  border-radius: 20px;
  box-shadow: 0 2px 10px rgb(44 34 39 / .15);
  height: 100%;
  background: var(--color-white);
  padding: 24px;
}
.card-style-six i {
  font-size: 36px;
  color: var(--color-one);
}
.card-style-six h4 {
  margin-top: 15px;
  margin-bottom: 0px;
  font-size: 24px;
  color: #000;
}
.bottom-features h3 {
  font-size: 24px;
}
.bottom-features ul {
  display: flex;
  flex-wrap: wrap;
}
.bottom-features ul li {
  margin-inline-end: 20px;
  display: flex;
  align-items: center;
}
.bottom-features ul li i {
  font-size: 20px;
}
.bottom-features ul li:last-child {
  margin-inline-end: 0px;
}
.data-centers-banner {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/home_map.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-color: #000;
  color: #ffffff;
}
.domain_off {
  background: #ffdc96;
  color: #000;
  border-radius: 5px;
  border: 2px solid #fff;
  margin: 20px auto;
  width: fit-content;
  padding: 5px 100px;
}
.domain-search-bar.two input {
  width: 40%;
}
@media(max-width:992px) {
  .domain-search-bar.two input {
    width: 50%;
  }
}
@media(max-width:767px) {
  .domain-search-bar.two input {
    width: 60%;
  }
  .domain_off {
    padding: 5px 10px;
  }
}
@media(max-width:480px) {
  .domain-search-bar.two input {
    width: 100%;
  }
}
.domain_card {
  background-color: #fff;
  color: #666;
  box-shadow: 0 5px 15px rgb(0 0 0 / .08);
  padding: 15px 10px;
  height: 100%;
}
.domain_card .tld_price span {
  font-size: 19px;
  font-weight: 600;
  line-height: 26px;
}
.domain_card .cutted_price {
  text-decoration: line-through;
  color: #767676;
  font-size: 19px;
  font-weight: 600;
  line-height: 26px;
}
.domain_card .off_price {
  color: var(--color-secondary-dark);
}
.savings {
  background: #bcebbc;
  color: #000;
  padding: 4px;
  margin-left: -8px;
  border-radius: 5px;
  font-weight: 600;
}
.domain_trans .domain-search-bar select {
  background: var(--color-white);
  border: 1px solid var(--color-white);
  padding: 8px 15px;
  font-size: 18px;
}
.style-card-seven {
  background-color: #fff;
  box-shadow: 0 2px 10px rgb(44 34 39 / .1);
  padding: 30px;
}
.style-card-seven .head {
  display: flex;
  align-items: center;
  justify-content: ;
  gap: 40px;
  margin-bottom: 20px;
}
.style-card-seven .head .heading {
  font-size: 24px;
}
.style-card-seven ul li {
  line-height: 30px;
}
.list-bullet-black li:before {
  display: inline-block;
  content: "●";
  margin-right: 10px;
}
.our_staff {
  display: inline-block;
}
.our_staff h5 {
  margin-top: 20px;
  font-size: 25px;
  font-weight: 500;
}
.our_staff .team_box {
  margin: 50px 0px 0px 0px;
}
.our_staff .team_box .thumbnail {
  border: 0px;
}
.our_staff .team_box .thumbnail img {
  border-radius: 100%;
  -webkit-filter: grayscale(100%);
}
.our_staff .team_box .thumbnail img:hover {
  -webkit-filter: grayscale(0);
}
.custom-card-block {
  border: 1px solid #e6e8ec;
  background: #fafafa;
  padding: 30px;
  border-radius: 6px;
}
.account-eidt label {
  font-weight: 500;
  color: #757575;
  margin-bottom: 10px;
  margin-top: 10px;
}
.custom-card-block .form-control {
  border-color: #ebebeb;
  padding: .75rem 15px;
  height: calc(2.56em + .75rem + 2px);
  box-shadow: none;
}
.custom-card-block textarea.form-control {
  height: auto;
}
/*============theme-css-end==============*/
/* ----------------------------------------------------------------
     Titan Email Video
------------------------------------------------------------------- */
.titanmail-video {
  background-color: rgb(250, 251, 254);
  border: 15px solid rgba(196, 192, 192, 0.5);
  border-radius: 5px;
  overflow: hidden;
}
.titanmail-video video {
  height: 100%;
  width: 100%;
  display: flex;
  border: none;
  background-color: #000;
}
/* ----------------------------------------------------------------
     Titan table Video
------------------------------------------------------------------- */
/*============login-css-start==============*/
.login-head {
  height: 85px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 5px #909090;
  z-index: 99;
  padding: 10px 0px;
}
.login-head .login-head-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login-form {
  height: 100vh;
  margin: 0;
  display: flex;
  align-items: center;
}
.login-container {
  background-color: #eee;
  padding: 30px 25px;
}
.login-container label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
  color: #232323;
}
.login-container input[type="email"], .login-container input[type="text"], .login-container input[type="password"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.login-container a {
  font-size: 13px;
  color: #2d61c2;
  text-decoration: none;
  display: block;
  margin-bottom: 15px;
}
.login-container .help {
  text-align: center;
  margin-top: 15px;
  font-size: 15px;
  color: #2d61c2;
}
.login-form.register {
  margin-top: 100px;
  margin-bottom: 50px;
}
@media(max-width:567px) {
  .login-head {
    height: auto;
  }
  .login-head .login-head-content {
    display: block;
  }
  .login-form {
    margin-top: 50px;
  }
  .login-form.register {
    margin-top: 150px;
  }
}
/*============login-css-end==============*/
/*=====plan-tabbing-style-start====*/
.plan-tabbings {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.billing-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.billing-tabs .tab {
  padding: 10px 30px;
  background: white;
  border: 1px solid;
  border-color: var(--color-secondary);
  cursor: pointer;
  transition: var(--transition);
  min-width: 170px;
}
.billing-tabs .tab.active {
  border-color: var(--color-secondary);
  background: var(--color-secondary);
  color: var(--color-white);
}
.plan-card-three {
  position: relative;
  border: 1px solid #fff;
  box-shadow: 0 2px 10px rgb(44 34 39 / .1);
  background: #fff;
  text-align: center;
  color: #2c2227;
  padding: 10px;
}
.badge {
  margin-bottom: 10px;
  position: absolute;
  left: -3px;
  background: #193391;
  border: 1px solid #193391;
  padding: 4px 10px;
  min-width: 70px;
  font-size: 16px;
  font-weight: 400;
  color: #fff !important;
  margin: 0;
  top: 65px;
  border-radius: 0;
}
.title {
  font-size: 20px;
  margin-bottom: 10px;
  margin: 15px 0 40px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  min-height: 30px;
}
.starting_price {
  font-size: 16px;
  color: #2c2227;
  font-weight: 300;
}
.price-sec .amount {
  font-size: 42px;
  line-height: 32px;
  font-weight: 300;
  color: var(--color-dark);
}
.price-sec .term {
  font-size: 30px;
  font-weight: 400;
}
.price-sec .renewal {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 0;
  color: var(--color-dark);
}
.list_style_three li {
  padding: 5px 0;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 300;
  padding-inline-start: 20px;
  position: relative;
}
.list_style_three li strong {
  font-weight: 600;
}
.list_style_three li::before {
  content: "\F138";
  font-family: bootstrap-icons;
  font-size: 15px;
  color: var(--color-one);
  margin-inline-end: 5px;
  position: absolute;
  top: 7px;
  left: 0;
}
.price-wrap {
  margin-bottom: 10px;
}
.price {
  font-size: 28px;
  font-weight: bold;
}
.renewal {
  font-size: 14px;
  color: #777;
}
.select-btn {
  background: #0040d0;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  margin: 15px 0;
  cursor: pointer;
}
/*=====plan-tabbing-style-end====*/
/* ===================
Accordion
=================== */
.accordion {
  overflow: hidden;
  background: #FFF;
  padding: 40px;
}
.accordion li {
  border-bottom: 3px solid #090909;
  padding: 15px 10px;
  cursor: pointer;
  transition: background 0.3s;
  position: relative;
  align-items: center;
  padding-left: 30px;
  transition: var(--transition);
}
.accordion li:last-child {
  border-bottom: unset;
}
.accordion li::before {
  content: '\F285';
  position: absolute;
  font-family: bootstrap-icons;
  font-size: 25px;
  left: 0;
  right: 0;
  transition: all .4s;
  line-height: 18px;
  top: 40px;
  font-weight: 600;
  transition: var(--transition);
}
.accordion li.active::before {
  content: '\F282';
  position: absolute;
  font-family: bootstrap-icons;
  font-size: 25px;
}
.accordion li h5 {
  font-size: 28px;
  line-height: 36px;
  padding: 15px 0;
}
.accordion li p {
  display: none;
  margin: 0;
  color: #555;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 300;
}
@media(max-width:480px) {
  .accordion {
    padding: 0px;
  }
  .accordion li h5 {
    font-size: 25px;
  }
}
/* ----------------------------------------------------------------
     testimonial
------------------------------------------------------------------- */
.testimonial-card {
  background: #2245c424;
  border-radius: 20px;
  padding: 40px;
  height: 100%;
}
.testimonial-text {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.trustpilot-section {
  display: flex;
  align-items: center;
  gap: 10px;
}
.stars {
  height: 20px;
}
.trustpilot-text {
  font-weight: 600;
  font-size: 16px;
}
.arrow {
  font-size: 20px;
  margin-left: auto;
  color: #000;
}
.swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.swiper-slide {
  display: flex;
  height: auto !important;
}
/* ----------------------------------------------------------------
     testimonial
------------------------------------------------------------------- */
/* ----------------------------------------------------------------
     Scroll top button
------------------------------------------------------------------- */
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  inset-inline-end: 15px;
  bottom: -40px;
  z-index: 99999;
  background: var(--color-secondary);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.5s;
  cursor: pointer;
  border: 0;
  outline: unset;
  box-shadow: unset;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  inset-inline-start: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll-top:hover {
  background: var(--color-secondary-dark);
  color: #fff;
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
  color: var(--color-white);
}
/* ----------------------------------------------------------------
    Tabs
------------------------------------------------------------------- */
.tabs-section .tabs {
  display: block;
  width: 100%;
}
.tabs-section .tabs .items {
  display: flex;
  margin: 0 auto 60px;
  border-bottom: 1px solid #e0e0e0;
  overflow-y: hidden;
}
.tabs-section .tabs .items .item {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 12px 0;
  position: relative;
  color: var(--color-secondary);
  cursor: pointer;
  white-space: nowrap;
}
.tabs-section .tabs.many-tabs .items .item {
  font-size: 25px;
}
.tabs-section .tabs .items .item + .item {
  margin-inline-start: 40px;
}
.tabs-section .tabs .items .item.active {
  color: #1b1b1b;
  font-weight: 600;
}
.tabs-section .tabs .items .item:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 4px;
  background: 0 0;
  transition: width .5s linear;
}
.tabs-section .tabs .items .item.active::after {
  width: 100%;
  background: var(--color-secondary);
}
.tabs-section .contents {
  display: block;
}
.tabs-section .contents .item {
  display: none;
}
.tabs-section .contents .item.active {
  display: block;
}
@media (max-width:767px) {
  .tabs-section .tabs .items .item {
    font-size: 25px;
  }
  .tabs-section .tabs .items .item + .item {
    margin-inline-start: 30px;
  }
  .tabs-section .tabs .items {
    margin: 0 auto 30px;
  }
  .tabs-section .tabs.many-tabs .items {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .tabs-section .tabs.many-tabs .items::-webkit-scrollbar {
    display: none;
  }
  .tabs-section .tabs.many-tabs .items {
    display: flex;
  }
  .tabs-section .tabs.many-tabs .items .item {
    white-space: nowrap;
  }
}
/*============footer-css-start==============*/
.footer_menus {
  display: grid;
  gap: 20px;
  padding: 20px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 576px) {
  .footer_menus {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .footer_menus {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .footer_menus {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1268px) {
  .footer_menus {
    grid-template-columns: repeat(5, 1fr);
  }
}
.footer-top {
  border-bottom: 1px solid #d0d0d0;
  border-top: 1px solid #d0d0d0;
  padding: 10px 0px;
}
.footer-logo img {
  max-width: 150px;
}
.footer-support {
  justify-content: end;
  display: flex;
  padding: 20px 0px;
}
.footer-support ul {
  display: flex;
  align-items: center;
  gap: 35px;
}
.footer-support li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-support li .icon i {
  font-size: 21px;
  padding: 8px;
  color: var(--color-one);
}
.footer-support li .text {
  font-size: 14px;
  font-weight: 500;
}
.footer-support li .text {
  font-size: 14px;
  font-weight: 500;
}
.social-link {
  display: flex;
  justify-content: end;
  align-items: center;
}
.social-link ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.social-link ul li a {
  padding: 0px 10px;
  display: block;
}
.social-link ul li a i {
  font-size: 25px;
  color: var(--color-one);
  transition: var(--transition);
}
.social-link ul li a:hover i {
  color: var(--color-secondary);
}
.main-footer {
  border-bottom: 1px solid #d0d0d0;
}
.menu_items h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.menu_items ul li a {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  text-decoration: none !important;
  transition: var(--transition);
  line-height: 28px;
}
.menu_items ul li a:hover {
  color: var(--color-one-dark);
}
.footer-top-right {
  display: flex;
}
.footer-bottom {
  padding: 30px 0px;
}
.footer-bottom ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer-bottom ul li a {
  padding: 0px 10px;
  position: relative;
  font-size: 15px;
  color: #000;
  transition: var(--transition);
}
.footer-bottom ul li a:hover {
  color: var(--color-one-dark);
}
.footer-bottom ul li a:after {
  content: "|";
  margin-inline-start: 10px;
}
.footer-bottom ul li:last-child {
  border-right: unset;
}
.bottom-policy {
  justify-content: end;
  display: flex;
}
.footer-copyrit {
  justify-content: start;
  display: flex;
}
@media(max-width:567px) {
  .footer-copyrit {
    justify-content: center;
  }
  .footer-support ul {
    gap: 18px;
  }
  .footer-support li {
    gap: 10px;
  }
  .footer-support li .icon i {
    font-size: 18px;
    padding: 6px;
  }
  .footer-bottom ul li a:after {
    content: unset;
  }
}
@media(max-width:767px) {
  .footer-support {
    justify-content: start;
  }
  .social-link {
    display: flex;
    justify-content: start;
  }
}
@media(max-width:992px) {
  .bottom-policy {
    justify-content: start;
  }
}
@media(max-width:700px) {
  .footer-top-right {
    display: block;
  }
}
/*============footer-css-end==============*/