@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&amp;family=Roboto:wght@100;300;400;500;700;900&amp;display=swap');


:root {
  --body-font: "Gotham-Bold", sans-serif!important;
  --heading-font: "Gotham-Bold", sans-serif!important;
  --theme-color: #FC226A;
  --theme-color2: #8C52FF;
  --theme-bg-light: #F8F9FE;
  --color-dark: #01054C;
  --color-gray: #F6F6F6;
  --body-text-color: #757F95;
  --color-white: #ffffff;
  --hero-overlay: rgb(5, 3, 17);
  --slider-arrow-bg: rgba(140, 82, 255, .2);
  --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
  --transition: all .5s ease-in-out;
  --transition2: all .3s ease-in-out;
  --border-info-color: rgba(0, 0, 0, 0.08);
  --border-info-color2: rgba(0, 0, 0, 0.05);
  --border-white-color: rgba(255, 255, 255, 0.08);
  --border-white-color2: rgba(255, 255, 255, 0.05);
  --footer-bg: #01103B;
  --footer-bg2: #00134C;
  --footer-text-color: #F5FAFF;
  --theme-gradient: linear-gradient(to right, #fc226a 0%, #8c52ff 100%);
}



/*====================
3. General css
======================*/

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  scroll-behavior: inherit !important;
}

html,
body {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  box-sizing: border-box;
}

body {
  font-family: var(--body-font);
  font-style: normal;
  font-size: 16px;
  font-weight: normal;
  color: var(--body-text-color);
  line-height: 1.8;
}

a {
  color: var(--color-dark);
  display: inline-block;
}

a,
a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
}

a:hover {
  color: var(--color-blue);
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #282f3b;
  margin: 0px;
  font-weight: 600;
  font-family: var(--heading-font);
  line-height: 1.2;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 0px;
}

.img,
img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: auto;
}

label {
  color: #999;
  cursor: pointer;
  font-weight: 400;
}

*::-moz-selection {
  background: #d6b161;
  color: var(--color-white);
  text-shadow: none;
}

::-moz-selection {
  background: #555;
  color: var(--color-white);
  text-shadow: none;
}

::selection {
  background: #555;
  color: var(--color-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}




.ovrflow-hidden {
  overflow: hidden;
}

.position-relative {
  position: relative;
  z-index: 1;
}

.text-right {
  text-align: right;
}

.space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-pd {
  padding: 0 7rem;
}

.s-pd {
  padding: 0 12rem;
}

.h-100 {
  height: 100%;
}

.h-100vh {
  height: 100vh;
}

.bg {
  background: var(--theme-bg-light);
}



/*====================
6. Margin & padding
======================*/

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.py-80 {
  padding: 80px 0;
}

.py-90 {
  padding: 90px 0;
}

.py-100 {
  padding: 100px 0;
}

.py-110 {
  padding: 110px 0;
}

.py-120 {
  padding: 120px 0;
}

.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.my-80 {
  margin: 80px 0;
}

.my-90 {
  margin: 90px 0;
}

.my-100 {
  margin: 100px 0;
}

.my-110 {
  margin: 110px 0;
}

.my-120 {
  margin: 120px 0;
}



/*====================
7. Site title css
======================*/

.site-heading {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.site-title-tagline {
  display: block;
  font-family: var(--heading-font2);
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 22px;
  font-weight: 700;
  color: var(--theme-color);
  margin-bottom: 8px;
  position: relative;
}

.site-title-tagline i {
  line-height: 0;
  font-size: 21px;
}

.site-title {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 50px;
  color: var(--color-dark);
  margin-bottom: 0;
}

.site-title span {
  color: var(--theme-color);
  font-weight: 500;
}

.site-heading p {
  margin-top: 15px;
}

.site-shadow-text {
  position: absolute;
  right: 0px;
  top: 0px;
  line-height: 0;
  font-size: 100px;
  font-family: var(--heading-font2);
  font-weight: bold;
  color: var(--color-gray);
  text-transform: uppercase;
  z-index: -1;
}

.heading-divider {
  display: inline-block;
  position: relative;
  border-bottom: 4px solid var(--theme-color);
  width: 90px;
  height: 4px;
}

.heading-divider:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  height: 6px;
  width: 15px;
  border-radius: 0px;
  background-color: var(--color-white);
  -webkit-animation: heading-move 5s infinite linear;
  animation: heading-move 5s infinite linear;
}

@-webkit-keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }

  50% {
    transform: translateX(75px);
  }

  100% {
    transform: translateX(-1px);
  }
}

@keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }

  50% {
    transform: translateX(75px);
  }

  100% {
    transform: translateX(-1px);
  }
}

@media all and (max-width: 991px) {
  .site-shadow-text {
    line-height: 1;
    top: -70px !important;
  }
}

@media all and (max-width: 767px) {
  .site-shadow-text {
    font-size: 65px !important;
    top: -40px !important;
  }
}




/*====================
8. Theme button
======================*/

.theme-btn {
  font-size: 13px;
  color: var(--color-white);
  padding: 8px 24px;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  border-radius: 50px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  border: none;
  background: #0070b9;
  box-shadow: #0070b9;
  z-index: 1;
}

.theme-btn::before {
  content: "";
  height: 100%;
  width: 100%;
  background:#282f3b;
  border-radius: 0px 10xp 10px 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}

.theme-btn:hover {
  color: var(--color-white);
}

.theme-btn:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.theme-btn i {
  transform: rotate(0deg);
  transition: var(--transition2);
  padding-right: 8px;
  vertical-align: middle;
}

.theme-btn:hover i {
  transform: rotate(0);
}

.theme-btn span {
  margin-right: 5px;
}

.theme-btn2 {
  background: var(--color-white);
  color: var(--theme-color);
}

.theme-btn2::before {
  background: var(--theme-color);
}

.theme-btn2:hover {
  color: var(--color-white);
}



/*====================
9. Container
======================*/

@media (min-width: 1200px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1200px;
  }
}



/*====================
10. Scroll top css
======================*/

#scroll-top {
  position: fixed;
  bottom: -20px;
  right: 30px;
  z-index: 99;
  font-size: 20px;
  border: none;
  outline: none;
  border-radius: 50px;
  color: var(--color-white);
  background-color: #0070b9;
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  box-shadow: var(--box-shadow2);
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

#scroll-top i {
  transform: rotate(-35deg);
  transition: var(--transition2);
}

#scroll-top:hover i {
  transform: rotate(0);
}

#scroll-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}


@media all and (min-width: 768px) and (max-width: 1199px) {
  #scroll-top.active {
    bottom: 100px;
  }
}



/*====================
11. Header
======================*/
.header {
  background: var(--theme-gradient);
}





/*====================
13. Navbar css
======================*/

.navbar {
  background: transparent;
  padding-top: 0px;
  padding-bottom: 0px;
  z-index: 4;
  position: relative;
}

.navbar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 200px);
  height: 100%;
  background: var(--color-white);
}

.navbar.fixed-top {
  position: fixed;
  background: #000;
  box-shadow: var(--box-shadow2);
  animation: slide-down 0.7s;
  padding: 12px 0px 12px;
}


@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

.navbar .navbar-brand .logo-display {
  display: block;
}

.navbar .navbar-brand .logo-scrolled {
  display: none;
}

.navbar.fixed-top .navbar-brand .logo-display {
  display: none;
}

.navbar.fixed-top .navbar-brand .logo-scrolled {
  display: block;
}

.navbar .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler-mobile-icon {
  display: inline-block;
  width: inherit;
  height: inherit;
}

.navbar-brand {
  margin-right: 0;
}

.navbar-brand img {
  width: 200px;
}

.navbar .dropdown-toggle::after {
  display: inline-block;
  margin-left: 5px;
  vertical-align: baseline;
  font-family: 'Font Awesome 6 Pro';
  content: "\f107";
  font-weight: 600;
  border: none;
  font-size: 14px;
}

@media all and (max-width: 1199px) {
  .navbar::before {
    width: 93%;
  }

  .nav-right {
    margin-left: 25px !important;
  }

  .navbar .nav-item .nav-link {
    margin-right: 15px;
  }

  .navbar .nav-right-btn {
    display: none;
  }
}

@media all and (min-width: 992px) {
  .navbar .nav-item .nav-link {
    margin-right: 25px;
    padding: 25px 0 25px 0;
    font-size: 17px;
    font-weight: 500;
    color: var(--color-dark);
    text-transform: capitalize;
  }

  .navbar .nav-item:last-child .nav-link {
    margin-right: 0;
  }

  .navbar .nav-item .dropdown-menu {
    display: block;
    padding: 10px;
    margin-top: 0;
    left: -15px;
    border-radius: 15px;
    border: none;
    background: var(--color-white);
    width: 220px;
    box-shadow: var(--box-shadow);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition2);
  }

  .navbar .nav-item .dropdown-menu .dropdown-item {
    font-size: 16px;
    padding: 6px 15px;
    font-weight: 500;
    color: var(--color-dark);
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    text-transform: capitalize;
    transition: var(--transition2);
    z-index: 1;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item:hover {
    background: var(--theme-color);
    color: var(--color-white);
    padding-left: 32px;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item::before {
    content: "//";
    position: absolute;
    left: 15px;
    top: 6px;
    color: var(--color-white);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    z-index: -1;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item:hover::before {
    opacity: 1;
    visibility: visible;
  }

  .navbar .nav-item .nav-link {
    position: relative;
  }

  .navbar .nav-item .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 0;
    height: 2px;
    border-radius: 50px;
    transition: var(--transition2);
  }

  .navbar .nav-item .nav-link.active::before,
  .navbar .nav-item:hover .nav-link::before {
    background: var(--theme-gradient);
    width: 40%;
  }

  .navbar.fixed-top .nav-item .nav-link.active::before,
  .navbar.fixed-top .nav-item:hover .nav-link::before {
    background: var(--color-white);
  }

  .navbar .nav-item .nav-link.active,
  .navbar .nav-item:hover .nav-link {
    color: var(--theme-color);
  }

  .navbar .nav-item:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }

  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown-menu.fade-up {
    top: 140%;
  }

  .navbar #main_nav {
    justify-content: end;
  }

  /* nav right */
  .nav-right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    margin-left: 45px;
  }

  .nav-right-link {
    position: relative;
    font-size: 20px;
    color: var(--color-dark);
    transition: var(--transition);
  }

  .nav-right-link:hover {
    color: var(--theme-color) !important;
  }

  .nav-right .search-btn .nav-right-link {
    border: none;
    background: transparent;
    color: var(--color-dark);
    font-size: 28px;
    padding-right: 0;
  }

  .nav-right .sidebar-btn .nav-right-link {
    background: var(--theme-color);
    width: 65px;
    height: 61px;
    color: var(--color-white) !important;
    font-size: 25px;
    border: none;
  }

  .nav-right .sidebar-btn .nav-right-link:hover {
    background: var(--theme-color2);
  }

  .nav-right .search-btn .nav-right-link {
    font-size: 20px;
    padding: 0;
  }
}


/* mobile menu */
.mobile-menu-right {
  display: none;
}

@media all and (max-width: 991px) {
  .navbar {
    position: absolute;
    width: 100%;
    height: auto;
    background: #000;
    padding: 12px 0px 12px;

  }

  .navbar::before {
    display: none;
  }

  .navbar-brand img {
    width: 180px;
  }

  .navbar-collapse {
    max-height: 220px;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 20px;
    margin-bottom: 10px;
    background-color: var(--theme-bg-light);
    border-radius: 15px;
  }

  .navbar-toggler {
    padding: 0;
    border: none;
  }

  .navbar .dropdown-toggle::after {
    float: right;
    margin-top: 2.5px;
  }

  .navbar .nav-item .nav-link {
    color: var(--color-dark);
    font-weight: 700;
    margin-right: 0px;
    transition: var(--transition);
  }

  .navbar .nav-item .nav-link:hover {
    color: var(--theme-color) !important;
  }

  .mobile-menu-right {
    margin: 0 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }

  .mobile-menu-right .nav-right-link {
    background: transparent;
    border: none;
    font-size: 20px;
    color: var(--color-dark);
  }

  .mobile-menu-right .nav-right-link:hover {
    color: var(--theme-color);
  }

  .navbar-toggler-mobile-icon {
    font-size: 25px;
    color: var(--color-dark);
    font-weight: 500;
  }

  .navbar .dropdown-menu {
    border-radius: 15px;
    border: none;
  }

  .nav-right {
    display: none;
  }
}


/*============================
14. Multi level dropdown menu
==============================*/

.navbar .nav-item .dropdown-submenu {
  position: relative;
}

.navbar .nav-item .dropdown-submenu .dropdown-menu::before {
  display: none;
}

.navbar .nav-item .dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 15px;
  top: 8px;
  font-weight: 600;
}

.navbar .nav-item .dropdown-submenu a:hover {
  background: transparent;
  color: var(--color-white);
}

.navbar .nav-item .dropdown-submenu .dropdown-menu {
  top: 120%;
  left: 100%;
  opacity: 0;
  visibility: hidden;
}

.navbar .nav-item .dropdown-submenu:hover .dropdown-menu {
  top: 0;
  opacity: 1;
  visibility: visible;
}

@media all and (max-width: 991px) {
  .navbar .nav-item .dropdown-menu .dropdown-item {
    color: var(--color-dark)
  }

  .navbar .nav-item .dropdown-submenu .dropdown-menu {
    margin: 0 17px;
  }

  .navbar .nav-item .dropdown-submenu .dropdown-menu {
    opacity: unset;
    visibility: unset;
  }

  .navbar .nav-item .dropdown-submenu a::after {
    top: 3px;
  }

  .navbar .nav-item .dropdown-submenu a:hover {
    color: var(--theme-color);
  }
}



/* ======================
15. Search popup
====================== */

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, .8);
  transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.sidenav-bar-visible .search-popup {
  width: 80%;
}

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}

.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  border: none;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50px;
  text-align: center;
  background: var(--theme-color);
  text-align: center;
  width: 50px;
  height: 50px;
  color: var(--color-white);
  font-size: 20px;
  cursor: pointer;
  box-shadow: var(--box-shadow);
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  transition-delay: 1500ms;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: all 300ms ease;
}

.search-active .search-popup form {
  transform: scaleX(1);
  transition-delay: 1200ms;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  width: 100%;
  height: 60px;
  outline: none;
  border-radius: 50px;
  border: none;
  padding: 0 70px 0 35px;
  transition: all 500ms ease;
  text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 50px;
  background: var(--theme-color);
  text-align: center;
  font-size: 20px;
  color: var(--color-white) !important;
  height: 50px;
  width: 50px;
  border: none;
  cursor: pointer;
  transition: all 500ms ease;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  background: var(--theme-color);
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: var(--color-dark);
}



/*====================
16. Sidebar popup css 
======================*/

.sidebar-popup {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.sidebar-popup.open {
  visibility: visible;
  opacity: 1;
}

.sidebar-wrapper {
  position: fixed;
  top: 0;
  right: -100%;
  width: 400px;
  background: var(--color-white);
  visibility: hidden;
  opacity: 0;
  padding: 40px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  z-index: 9999;
}

.sidebar-wrapper.open {
  right: 0;
  visibility: visible;
  opacity: 1;
}

.sidebar-content {
  position: relative;
  overflow-y: auto;
  height: calc(100vh - 75px);
}

.close-sidebar-popup {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 38px;
  height: 38px;
  line-height: 36px;
  border-radius: 50px;
  text-align: center;
  border: none;
  font-size: 20px;
  background: var(--theme-color);
  color: var(--color-white);
  box-shadow: var(--box-shadow);
  transition: var(--transition);
}

.close-sidebar-popup:hover {
  background: var(--theme-color2);
}

.close-sidebar-popup i {
  transition: var(--transition2);
}

.close-sidebar-popup:hover i {
  transform: rotate(180deg);
}

.sidebar-logo img {
  width: 150px;
}

.sidebar-about {
  margin-top: 40px;
}

.sidebar-about h4 {
  margin-bottom: 10px;
}

.sidebar-contact {
  margin-top: 20px;
}

.sidebar-contact h4 {
  margin-bottom: 15px;
}

.sidebar-contact li {
  margin: 10px 0;
}

.sidebar-contact li i {
  margin-right: 5px;
  color: var(--theme-color);
}

.sidebar-contact li a:hover {
  color: var(--theme-color);
}

.sidebar-social {
  margin-top: 25px;
}

.sidebar-social h4 {
  margin-bottom: 20px;
}

.sidebar-social a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  margin-right: 8px;
  background: var(--theme-color);
  color: var(--color-white);
  box-shadow: var(--box-shadow);
}

.sidebar-social a:hover {
  background: var(--theme-color2);
}



/*====================
17. Main section css 
======================*/

.main {
  margin-top: -2.5rem;
}

@media all and (max-width: 991px) {
  .main {
    margin-top: 0rem;
  }
}



/*====================
18. Hero css 
======================*/

.hero-section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.hero-scroll-box {
  position: absolute;
  left: 55px;
  bottom: 50px;
  z-index: 2;
}

.hero-scroll {
  width: 30px;
  height: 60px;
  border: 3px solid var(--color-white);
  border-radius: 15px;
  position: relative;
}

.hero-scroll .scroller {
  width: 16px;
  border-radius: 8px;
  background-color: var(--color-white);
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 34px;
  animation: scroller 1500ms ease-out infinite;
}

@keyframes scroller {
  0% {
    bottom: 34px;
  }

  5% {
    top: 4px;
  }

  32% {
    bottom: 4px;
  }

  66% {
    top: 34px;
    bottom: 4px;
  }

  100% {
    top: 4px;
    bottom: 34px;
  }
}

.hero-single {
  padding-top: 150px;
  padding-bottom: 160px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.hero-single::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -0.5px;
  top: 0;
  background: var(--hero-overlay);
  opacity: 0.7;
  z-index: -1;
}

.hero-single .hero-content {
  height: 100%;
}

.hero-date {
  display: flex;
  align-items: center;
  gap: 15px;
}

.hero-date h1 {
  color: var(--theme-color);
  font-size: 90px;
  font-weight: 700;
}

.hero-date .date-content span {
  color: var(--color-white);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}

.hero-date .date-content p {
  color: var(--color-white);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-single .hero-content .hero-title {
  color: var(--color-white);
  font-size: 60px;
  font-weight: 700;
  margin: 20px 0;
  text-transform: uppercase;
}

.hero-single .hero-content .hero-title span {
  color: var(--theme-color);
  font-weight: 500;
}

.hero-single .hero-content .hero-sub-title {
  display: inline-block;
  color: var(--theme-color);
  font-size: 25px;
  letter-spacing: 6px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}

.hero-single .hero-content p {
  color: var(--color-white);
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}

.hero-single .hero-content .hero-btn {
  gap: 1rem;
  display: flex;
  margin-top: 35px;
  justify-content: start;
}

.hero-slider.owl-theme .owl-nav {
  margin-top: 0px;
}

.hero-slider.owl-theme .owl-nav [class*=owl-] {
  color: var(--color-white);
  font-size: 25px;
  margin: 0;
  padding: 0;
  background: var(--slider-arrow-bg);
  display: inline-block;
  cursor: pointer;
  height: 55px;
  width: 55px;
  line-height: 55px;
  border-radius: 50px;
  text-align: center;
  transition: var(--transition);
}

.hero-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background: var(--color-white);
  color: var(--theme-color);
}

.hero-slider.owl-theme .owl-nav .owl-prev {
  left: 40px;
}

.hero-slider.owl-theme .owl-nav .owl-next {
  right: 40px;
}

.hero-slider.owl-theme .owl-nav .owl-prev,
.hero-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.hero-slider.owl-theme .owl-dots {
  position: absolute;
  text-align: center;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}

.hero-slider.owl-theme .owl-dots .owl-dot span {
  background: var(--color-white);
  margin: 5px;
  border-radius: 10px;
  width: 15px;
  height: 15px;
  display: inline-block;
  transition: var(--transition);
}

.hero-slider.owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--theme-color);
}

@media all and (max-width: 1199px) {
  .hero-single .hero-content .hero-title {
    font-size: 37px;
  }

  .hero-slider.owl-theme .owl-nav .owl-prev,
  .hero-slider.owl-theme .owl-nav .owl-next {
    top: unset;
    bottom: 70px !important;
  }

  .hero-slider.owl-theme .owl-nav .owl-prev {
    left: unset;
    right: 120px;
  }

  .hero-slider.owl-theme .owl-nav .owl-next {
    right: 40px;
  }
}

@media all and (max-width: 991px) {
  .hero-single .hero-content .hero-title {
    font-size: 45px;
  }

  .hero-scroll-box {
    left: 20px;
    bottom: 80px;
  }
}

@media all and (max-width: 767px) {
  .hero-single .hero-content .hero-sub-title {
    font-size: 18px;
  }

  .hero-single .hero-content .hero-btn {
    gap: 1rem;
  }
}




.home-3 .header {
  background: #000;
  position: relative;
  padding: 12px 0px 12px;
}

.home-3 .header-top {
  background: var(--theme-color2);
}

.home-3 .navbar::before {
  display: none;
}

.home-3 .main {
  margin-top: 0;
}

.home-3 .hero-single .hero-date {
  justify-content: center;
}




/* ganesh */
.hero-form-wrap {
  position: relative;
  background-color: #eee;
  padding: 30px;
  border-radius: 20px;
}

.form-text-description {
  font-size: 11px !important;
  text-align: justify;
  line-height: 12px !important;
  margin-bottom: 15px;
}

.hero-form-wrap .form-box-text .form-group {
  position: relative;
  margin-bottom: 11px;
}


.hero-form-wrap .form-box-text .form-control {
  position: relative;
  height: 54px;
  line-height: 26px;
  border-radius: 5px;
  border: 1px solid #e4e7ee;
  width: 100%;
  padding: 4px 15px 0px 15px;
  display: block;
  transition: 0.5s ease-in-out !important;
  color: var(--text-color-dark);
  font-size: 16px !important;
}
.hero-form-wrap .form-box-text .form-control::placeholder{
  font-size: 16px!important;
}

.form-group.mg_top.apbtn {
  position: relative;
  margin-bottom: 0px !important;

}

.hero-form-wrap .form-box-text .form-control:focus {
  border: 1px solid #00609c !important;
  outline: none !important;
  box-shadow: none;

}

.hero-form-wrap .form-box-text .form-control::placeholder {
  font-size: 15px !important;
}

.form-title {
  font-size: 24px !important;
  line-height: 36px !important;
  padding: 0px 0px 10px 0px;
  color: #353536;
  font-weight: 700;
}

.title-box-main {
  position: relative;
  width: 100%;
}

.haeder-title-sub {
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 17px;
  line-height: 27px;
  padding: 0px 0px 10px 0px;
  color: #626efd;
}

.title-main-title {
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  color: #353536;
  padding: 0px 0px 10px 0px;
  font-family: "Gotham-Bold", sans-serif !important;
}

.pargraph {
  font-size: 16px;
  line-height: 27px;
  padding: 0px 0px 10px 0px;
  color: #4a4e56;
}
.tittle-box-sec p{
  color: #4a4e56;
}

.call-thme-btn {
  position: relative;
  margin-top: 15px;
  margin-bottom: 7px;
}

.description-psi {
  font-size: 10px !important;
  padding: 0px 0px 10px 0px;
  line-height: 12px !important;
  margin-bottom: 10px;
}

.co-brand {
  position: relative;
  margin-bottom: 15px;
}

.title-main-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #353536;
  padding: 0px 0px 10px 0px;
  font-family: "Gotham-Bold", sans-serif !important;
}

.horiming-image img {
  border-radius: 4px;
}

.security-page-sec {
  position: relative;
  width: 100%;
  padding: 30px 0px 30px;
}

.category-sec-multiple {
  position: relative;
  padding: 40px 0px 40px;
  width: 100%;
  background-color: rgb(33 , 37 , 41);
}

.logo-category-work {
  position: relative;
  text-align: center;
}

.logo-category-work img {
  width: auto;
}

.adt-monitored-sec {
  position: relative;
  padding: 40px 0px 40px;
}

.bg-image-monitored {
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
  border-radius: 20px;
}

.bg-image-monitored img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.monitored-card-box {
  background: #fff;
  padding: 40px 25px 0px;
  border-radius: 10px;
  margin-bottom: 22px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, .09);
  min-height: 380px;
}

.images-content-box {
  position: relative;
}
.moitored-img {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.monitored-text {
  position: relative;
}

.monitored-text h3 {
  display: block;
  color: #353536;
  line-height: 30px;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}


.monitored-text .monitored-decription {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  transition: 0.5s ease-in-out;
  color: #4a4e56;
  margin-bottom: 5px;
}

.card-box-up {
  position: relative;
  margin-top: -80px;
}

.adt-monitored-sec .col-lg-12.col-sm-12.col-md-12 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.smart-product-sec {
  position: relative;
  width: 100%;
  height: auto;
  padding: 40px 0px 40px;
}

.banner-image img {
  height: 500px;
  width: 100%;
}

.banner-image {
  background-image: url('../images/bgcon.webp');
  height: 500px;
  background-position: center;
  background-size: cover;
  padding: 40px 0px 40px;
}

.banner-text-image-sec {
  position: relative;
  padding: 40px 0px 40px;

}

.sec-tittle-header.btn-text.text-banner {
  position: relative;
  margin-top: -80px;
  background: #fff;
  padding: 40px 0px 40px;
}

.theme_btn_all {
  position: relative;
  margin-top: 20px;
}

.adt-product-sec {
  position: relative;
  width: 100%;
  padding: 50px 0px 50px;
  background-color: #f5f5f5;
}

.call-now-form-sec {
  position: relative;
  width: 100%;
  padding: 50px 0px 50px;
  background-color: #f0f8ff;
}

.adt-card-roduct-box {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, .09);
  background: #fff;
  padding: 25px 25px;
  border-radius: 10px;
  height: 100%;
}

.product-image-box {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 20px;
  text-align: left;
}


  .title-product {
    position: absolute;
    left: 10%;
    top: 20px;
    font-size: 25px;
    line-height: 40px;
    font-weight: 700;
}
.product-image-box::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background: #4496f9;
  left: 10%;
  top: 60px;
}


.adt-card-feature {
  position: relative;
  margin-bottom: 30px;
}

.adt-card-feature ul {
  position: relative;
  padding-left: 17px;
}

.adt-card-feature ul li {
  list-style: disc;
  font-size: 16px;
  color: #4a4e56;

}

.adt-card-feature ul li i {
  color: #00ff00;
  padding-right: 5px;
}

.call-now-box {
  position: relative;
}

.footer-area-sec {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  background-image: url('../images/footer-9.webp');
  position: relative;
  padding: 70px 0px 70px;
}

.footerbtn-button {
  position: relative;
  float: right;
}

.footer-links {
  position: relative;
  margin: 15px 0;
}

.footer-links a {
  font-size: 17px;
  color: #fff;
}

.footer-links a:hover {
  text-decoration: underline;
  color: #fff;
}

.pricay-link {
  padding-left: 10px;
}

.term-description {
  position: relative;
  font-size: 12px !important;
  line-height: 18px !important;
  color: white;
  text-align: justify;
  margin-bottom: 17px;
}

.ter-page-sec {
  position: relative;
  width: 100%;
  padding: 40px 0px 40px;
}

.term-description-text {
  font-size: 16px;
  text-align: justify;
  color: #000;
  margin-bottom: 20px;
}

.term-list-page li {
  font-size: 16px;
  text-align: justify;
  color: #000;
  margin-bottom: 20px;
}

.table-format-plocy {
  position: relative;
  width: 100%;
  margin: 20px 0px;
}

.table-format-plocy table {
  width: 100%;
}

.thanku-sec-page {
  position: relative;
  width: 100%;
  padding: 250px 0px 100px;
}
.thanku-text-main {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}
.certication-tittle {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10PX;
}
.theme-btn.smae-btn{
  font-size: 15px!important;
  border-radius: 10px 0px 10px 0px!important;
}