
/*=== Media Query ===*/
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");


p {
  color: var(--color-texts);
}

.default-logo, .default-shape {
  display: block;
}

.light-version-logo, .light-shape {
  display: none;
}

.dark-version-logo, .dark-shape {
  display: none;
}

body[data-theme='light'] .light-version-logo, body[data-theme='light'] .light-shape, .light-mode-texts .light-version-logo, .light-mode-texts .light-shape {
  display: block;
}
.bg-default {
  background: var(--bg);
}
.bg-default-3 {
  background: var(--bg-3);
}
/*=== Media Query ===*/
.rounded-50 {
  border-radius: 50px !important;
}

.rounded-55 {
  border-radius: 55px !important;
}

.bg-default-3 {
  background-color: var(--bg-3);
}

.review-star {
  margin-bottom: 40px;
  display: flex;
  font-size: 28px;
  color: #ff971d;
}

.review-star__single {
  color: inherit;
  margin-right: 5px;
  font-size: inherit;
  transition: 0.4s;
}

.reviw-star--size-2 {
  font-size: 15px;
}

.shadow--primary-3 {
  box-shadow: 4px 4px 65px rgba(255, 87, 34, 0.5);
}

.shadow--primary-4 {
  box-shadow: 0 4px 4px rgba(253, 100, 52, 0.3);
}



.shadow--electric-violet-2 {
  box-shadow: -12px 12px 50px rgba(96, 1, 211, 0.3);
}

.shadow--electric-violet-3 {
  box-shadow: 4px 4px 50px rgba(80, 52, 252, 0.45);
}
.shadow--electric-violet-4 {
  box-shadow: 0 10px 20px rgba(96, 1, 211, 0.25);
}

.shadow--blue-ribbon-2 {
  box-shadow: 0 20px 20px rgba(0, 65, 255, 0.2);
}

.shadow--orange {
  box-shadow: 0 20px 20px #ffe8cd;
}

.shadow--torch-red {
  box-shadow: 0 20px 20px rgba(255, 30, 56, 0.2);
}
.shadow--yellow {
  box-shadow: 0 20px 20px rgba(252, 220, 0, 0.2);
}

.btn-outline-primary:hover {
  color: #fff !important;
}

.btn {
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  height: 50px;
  min-width: 137px;
  line-height: 28px;
  padding: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn.squer--btn {
  min-width: 44px;
  height: 45px;
  border-radius: 10px;
  background-color: rgba(38, 39, 41, 0.3);
  color: #fff;
}
button:focus {
  outline: none;
}
.btn-primary {
  color: #000;
  background-color: #ff5722;
  border-color: #ff5722;
}

.btn-primary:hover {
  color: #000;
  background-color: #ff7043;
  border-color: #ff6838;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #000;
  background-color: #ff7043;
  border-color: #ff6838;
  box-shadow: 0 0 0 0.2rem rgba(217, 74, 29, 0.5);
}

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #000;
  background-color: #ff794e;
  border-color: #ff6838;
}

.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 74, 29, 0.5);
}

.btn-primary:disabled, .btn-primary.disabled {
  color: #000;
  background-color: #ff5722;
  border-color: #ff5722;
}


.btn-purple-heart {
  color: #fff;
  background-color: #6a26da;
  border-color: #6a26da;
}

.btn-purple-heart:hover {
  color: #fff;
  background-color: #5a20b9;
  border-color: #551eae;
}

.btn-check:focus + .btn-purple-heart, .btn-purple-heart:focus {
  color: #fff;
  background-color: #5a20b9;
  border-color: #551eae;
  box-shadow: 0 0 0 0.2rem rgba(128, 71, 224, 0.5);
}

.btn-check:checked + .btn-purple-heart,
.btn-check:active + .btn-purple-heart, .btn-purple-heart:active, .btn-purple-heart.active,
.show > .btn-purple-heart.dropdown-toggle {
  color: #fff;
  background-color: #551eae;
  border-color: #501da4;
}

.btn-check:checked + .btn-purple-heart:focus,
.btn-check:active + .btn-purple-heart:focus, .btn-purple-heart:active:focus, .btn-purple-heart.active:focus,
.show > .btn-purple-heart.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 71, 224, 0.5);
}

.btn-purple-heart:disabled, .btn-purple-heart.disabled {
  color: #fff;
  background-color: #6a26da;
  border-color: #6a26da;
}

.btn-electric-violet-2 {
  color: #fff;
  background-color: #5034fc;
  border-color: #5034fc;
}

.btn-electric-violet-2:hover {
  color: #fff;
  background-color: #442cd6;
  border-color: #402aca;
}

.btn-check:focus + .btn-electric-violet-2, .btn-electric-violet-2:focus {
  color: #fff;
  background-color: #442cd6;
  border-color: #402aca;
  box-shadow: 0 0 0 0.2rem rgba(106, 82, 252, 0.5);
}

.btn-check:checked + .btn-electric-violet-2,
.btn-check:active + .btn-electric-violet-2, .btn-electric-violet-2:active, .btn-electric-violet-2.active,
.show > .btn-electric-violet-2.dropdown-toggle {
  color: #fff;
  background-color: #402aca;
  border-color: #3c27bd;
}

.btn-check:checked + .btn-electric-violet-2:focus,
.btn-check:active + .btn-electric-violet-2:focus, .btn-electric-violet-2:active:focus, .btn-electric-violet-2.active:focus,
.show > .btn-electric-violet-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(106, 82, 252, 0.5);
}

.btn-electric-violet-2:disabled, .btn-electric-violet-2.disabled {
  color: #fff;
  background-color: #5034fc;
  border-color: #5034fc;
}
.btn-outline-primary {
  color: #ff5722;
  border-color: #ff5722;
}

.btn-outline-primary:hover {
  color: #000;
  background-color: #ff5722;
  border-color: #ff5722;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 87, 34, 0.5);
}

.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #000;
  background-color: #ff5722;
  border-color: #ff5722;
}

.btn-check:checked + .btn-outline-primary:focus,
.btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 87, 34, 0.5);
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #ff5722;
  background-color: transparent;
}

.newsletter-form input {
  width: 100%;
  border-radius: 10px;
  border: 2px solid rgba(128, 138, 142, 0.2);
  color: rgba(37, 55, 63, 0.7);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 28px;
  padding: 5px 25px;
  margin-bottom: 10px;
  height: 70px;
}

@media (min-width: 480px) {
  .newsletter-form input {
    margin-right: 7px;
    margin-bottom: 0;
  }
}


/*
  Home 3 : Footer
---------------------------------*/
.contact-form .form-floating label,
.contact-form-inner-2 .form-floating label {
  padding-left: 25px;
  font-size: 15px;
  min-height: 45px;
  padding-top: 0;
  padding-bottom: 0;
  color: rgba(38, 39, 41, 0.5);
}

.contact-form .form-floating textarea,
.contact-form-inner-2 .form-floating textarea {
  min-height: 175px;
}

.contact-form .form-floating textarea ~ label,
.contact-form-inner-2 .form-floating textarea ~ label {
  margin-top: 20px;
}

.contact-form .form-floating input ~ label,
.contact-form-inner-2 .form-floating input ~ label {
  display: flex;
  align-items: center;
}

.contact-form .form-control,
.contact-form-inner-2 .form-control {
  background: #fff;
  padding-left: 25px;
  padding-right: 25px;
  border: 0;
  font-size: 15px;
}

.contact-form input.form-control,
.contact-form-inner-2 input.form-control {
  border-radius: 500px;
  background: #fff;
  color: #262729;
  height: 45px !important;
}


.contact-form input.form-control::placeholder,
.contact-form-inner-2 input.form-control::placeholder {
  color: transparent;
}

.contact-form textarea,
.contact-form-inner-2 textarea {
  min-height: 175px;
  border-radius: 15px;
}


/*
  Home 4 : Contact Form
---------------------------------*/


.contact-section .form-control,
.contact-section .form-check-input {
  border: 1px solid #262729c2 !important;
}

/*
 
/*Preloader css*/
div#loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}



/*Header Css StaRT*/
.site-navbar {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding:20px 0;
}

@media (min-width: 992px) {
  .site-navbar {
    flex-flow: row nowrap;
    justify-content: flex-start;
   
  }
}

.site-navbar .menu-block-wrapper {
  flex-grow: 1;
  align-items: center;
}

@media (min-width: 992px) {
  .site-navbar .menu-block-wrapper {
    display: flex !important;
    flex-basis: auto;
  }
}

.site-header--absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.site-header--sticky:not(.mobile-sticky-enable) {
  position: absolute !important;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

@media (min-width: 992px) {
  .site-header--sticky:not(.mobile-sticky-enable) {
    position: fixed !important;
    transition: 0.4s;
  }
  .site-header--sticky:not(.mobile-sticky-enable).scrolling {
    transform: translateY(-100%);
    transition: 0.4s;
  }
  .site-header--sticky:not(.mobile-sticky-enable).reveal-header {
    transform: translateY(0%);
    box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
    z-index: 1000;
    background:#fff;
  }
  .site-header--sticky:not(.mobile-sticky-enable).reveal-header a {
    color: #262729;
  }
  .site-header--sticky:not(.mobile-sticky-enable).reveal-header .btn-link {
    color: var(--color-headings-2);
  }
}
.menu-block-wrapper.menu-sep-left {
  justify-content: flex-end;
  padding-left: 15px;
}

.menu-block-wrapper {
  position: relative;
}

.site-menu-main {
  margin-bottom: 0;
  padding-left: 0;
}

@media (min-width: 992px) {
  .site-menu-main {
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
  }
}

.site-menu-main li {
  list-style: none;
}

.site-menu-main ul {
  list-style: none;
  margin-left: 0;
}

.site-menu-main a {
  text-decoration: none;
}

.site-menu-main .nav-item {
  display: inherit;
}

.site-menu-main .nav-link-item {
  color: var(--color-headings-2);
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.6px;
  line-height: 1.75;
  position: relative;
}

@media (min-width: 992px) {
  .site-menu-main .nav-link-item {
     padding:25px 18px 23px !important;
  }
}

@media (min-width: 1200px) {
  .site-menu-main .nav-link-item {
    padding: 25px 24px 23px !important;
  }
}

.site-menu-main .sub-menu {
  position: absolute;
  z-index: 500;
  background-color: #fff;
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  transition: opacity 0.3s ease, top 0.3s ease, margin-top 0.3s ease, background-color 0.3s ease;
  margin-top: 25px;
  opacity: 0;
  visibility: hidden;
  z-index: -999;
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu {
    top: 100%;
    min-width: 227px;
    max-width: 227px;
  }
}
.site-menu-main .sub-menu--item {
  color: #262729 !important;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.75;
  transition: 0.4s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu--item {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }
}

.site-menu-main .sub-menu--item > a {
  color: inherit;
  transition: 0.4s;
 
  padding:15px 10px;
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu--item > a {
    transition: 0.4s;
    padding:7px 25px 10px;
  }
}

.site-menu-main .sub-menu--item > a > i {
  margin-top: 8px;
  min-width: 10px;
  max-width: 10px;
  min-height: 10px;
  max-height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-menu-main .sub-menu--item:hover > a {
  color: #ff5722;
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu--item:first-child a {
    padding-top: 0;
    padding-bottom: 7px;
  }
}

.site-menu-main .sub-menu--item:last-child {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}

.site-menu-main .sub-menu--item:last-child a {
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu {
    background-color: #fff;
  }
}

.site-menu-main .sub-menu.megamenu .dropdown-image-block {
  max-height: 336px;
}

@media (min-width: 320px) and (max-width: 992px) {
  .site-menu-main .sub-menu.megamenu {
    border: 0;
  }
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu {
    padding-top: 30px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
    min-width: 925px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    will-change: transform;
    top: 100%;
    box-shadow: 0 42px 54px rgba(0, 0, 0, 0.09);
    border: 1px solid #e7e9ed;
    border-radius: 8px;
    visibility: hidden;
    z-index: -99;
    opacity: 0;
    pointer-events: none;
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-center {
    transform: translate(-50%, 10px);
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-right {
    right: 0%;
    transform: translate(-12%, 10px);
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-left {
    left: 0%;
    transform: translate(-16%, 10px);
  }
}

@media (min-width: 1200px) {
  .site-menu-main .sub-menu.megamenu {
    min-width: 1100px;
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-center {
    transform: translate(-50%, 10px);
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-right {
    right: 0%;
    transform: translate(-12%, 10px);
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-left {
    left: 0%;
    transform: translate(-13%, 10px);
  }
}

@media (min-width: 1300px) {
  .site-menu-main .sub-menu.megamenu {
      min-width: 1300px;
    }
  
    .site-menu-main .sub-menu.megamenu.megadropdown-center {
      transform: translate(-50%, -10px);
    }
  
    .site-menu-main .sub-menu.megamenu.megadropdown-right {
      right: 0%;
      transform: translate(-12%, 0);
    }
  
    .site-menu-main .sub-menu.megamenu.megadropdown-left {
      left: -14%;
      transform: translate(-12%, 0);
    }
}

@media (min-width: 1400px) {
  .site-menu-main .sub-menu.megamenu {
    min-width: 1300px;
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-center {
    transform: translate(-50%, -10px);
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-right {
    right: 0%;
    transform: translate(-12%, 0);
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-left {
    left: -4%;
    transform: translate(-12%, 0);
  }
}

.site-menu-main .sub-menu.megamenu .single-dropdown-block .mega-drop-menu-item {
  padding-top: 14px;
  padding-bottom: 14px;
  display: block;
}


.site-menu-main .sub-menu.megamenu .single-dropdown-block .mega-drop-menu-item {
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
}

.site-menu-main .sub-menu.megamenu .single-dropdown-block a {
  color: #262729 !important;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.75;
  transition: 0.4s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu .single-dropdown-block a {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }
}

.site-menu-main .sub-menu.megamenu .single-dropdown-block a:hover {
  color: #ff5722;
}

.site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  font-size: 16px;
  font-weight: 700;
  transition: 0.4s;
  color: #000;
}

@media (min-width: 320px) and (max-width: 992px) {
  .site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
    color: var(--color-headings);
    border-top: 1px solid var(--border-color-3);
    padding-left: 20px;
    padding-bottom: 13px;
    padding-top: 13px;
  }
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .site-menu-main .sub-menu.megamenu .mega-drop-menu-item:hover {
    color: #ff5722 !important;
  }
}

@media (min-width: 320px) and (max-width: 992px) {
  .site-menu-main .sub-menu.megamenu [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .site-menu-main .sub-menu.megamenu [class*="row-"] {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  li.nav-item-has-children:not(.has-megamenu) {
    position: relative;
  }
}

@media (min-width: 992px) {
  li.nav-item-has-children:hover > .sub-menu {
    top: 100%;
    margin-top: 0;
    visibility: visible;
    opacity: 1;
    z-index: 99;
    pointer-events: visible;
    border-radius: 0px 0px 15px 15px;
    border-top: 3px solid #ff5722;
  }
}

.site-menu-main > li .sub-menu > ul > li > a {
  display: inline-block;
  padding: 10px 0;
  font-size: 15px;
  color: #555;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
}

.site-menu-main > li .sub-menu.mega-menu {
  left: 50%;
  transform: translateX(-50%);
}

.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}

/*responsive*/
@media (max-width: 991px) {
  .site-header .mobile-menu-trigger {
    display: flex;
    height: 30px;
    width: 30px;
    margin-left: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }
  .site-header .mobile-menu-trigger span {
    display: block;
    height: 2px;
    background-color: #054791;
    width: 24px;
    position: relative;
  }
  .site-header .mobile-menu-trigger span:before,
  .site-header .mobile-menu-trigger span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #054791;
  }
  .dark-mode-texts .mobile-menu-trigger span {
    background-color: #fff;
  }
  .dark-mode-texts .mobile-menu-trigger span:before,
  .dark-mode-texts .mobile-menu-trigger span:after {
    background-color: #fff;
  }
  .site-header .mobile-menu-trigger span:before {
    top: -6px;
  }
  .site-header .mobile-menu-trigger span:after {
    top: 6px;
  }
  .site-header .item-right {
    align-items: center;
  }
  .site-header .menu-block {
    position: fixed;
    width: 320px;
    background-color: #ffffff;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }
  .site-header .menu-block.active {
    transform: translate(0%);
  }
  .site-menu-main > li {
    line-height: 1;
    margin: 0;
    display: block;
  }
  .site-menu-main > li > a {
    line-height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 991px) and (min-width: 992px) {
  .site-menu-main > li > a {
    display: block;
  }
}

@media (max-width: 991px) {
  .site-menu-main > li > a span {
    padding-left: 30px;
  }

    .header-sign-up span{
      padding: 0px !important;
    }
    .header-sign-up {
      margin-right: 0px !important;
      margin-bottom: 10px !important;
    }

  .phone-p-0
  {
    padding: 0px !important;
  }

  .phone-d-none
  {
   left:inherit !important;
   right:0;
  }

  .site-header--menu-left .menu-block .site-menu-main
  {
    padding-right: 15px;
  }

  .site-menu-main > li > a i {
    position: absolute;
    
    left: 0;

    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .site-header .menu-block .mobile-menu-head {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: -webkit-sticky;
    position: sticky;
    background-color: #ffffff;
    top: 0;
  }
  .site-header .menu-block .mobile-menu-head .go-back {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    display: none;
  }
  .site-header .menu-block .mobile-menu-head.active .go-back {
    display: block;
  }
  .site-header .menu-block .mobile-menu-head .current-menu-title {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    visibility: hidden;
  }
  .site-header .menu-block .mobile-menu-head.active .current-menu-title {
    visibility: visible;
  }
  .site-header .menu-block .mobile-menu-head .mobile-menu-close {
    height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 25px;
  }
  .site-header .menu-block .site-menu-main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .site-menu-main > li .sub-menu.mega-menu,
  .site-menu-main > li .sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin: 0;
    padding: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
    overflow-x: hidden;
  }
  .site-menu-main > li .sub-menu.active {
    display: block;
    z-index: 99;
  }
  .site-menu-main > li .sub-menu > ul > li > a,
  .site-menu-main > li .sub-menu.mega-menu > .list-item > ul > li > a {
    display: block;
  }
  .site-menu-main > li .sub-menu.mega-menu > .list-item > ul {
    margin-bottom: 15px;
  }
  .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
}

/*Custom Css for menu*/
@media (min-width: 992px) {
  .has-megamenu ul {
    margin-left: auto;
  }
  .site-menu-main a {
    display: flex;
    align-items: center;
  }
  .site-menu-main i {
    margin-left: 15px;
    font-size: 15px;
  }
}

@media (min-width: 1200px) and (min-width: 992px) {
  .site-header--menu-center .menu-block-wrapper {
    margin-left: auto;
    margin-right: auto;
  
  }
}

.nav-item-has-children a {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .reveal-header .site-navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .reveal-header .nav-link-item {
    color: var(--color-headings-2) !important;
  }
}

@media (min-width: 992px) {
  .reveal-header li.nav-item-has-children:hover > .sub-menu {
    top: 100%;
  }
  .reveal-header li.nav-item-has-children:hover > .megamenu {
    top: 100%;
  }
}

.menu-block.active .nav-link-item {
  color: #262729 !important;
}

@media (min-width: 480px) {
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .menu-block-3 .megadropdown-center {
    transform: translate(-50%, 0) !important;
  }
}

@media (min-width: 1200px) {
  .menu-block-3 .megadropdown-center {
    transform: translate(-40%, 0) !important;
  }
}

@media (min-width: 1366px) {
  .menu-block-3 .megadropdown-center {
    transform: translate(-40%, 0) !important;
  }
}

@media (min-width: 1366px) {
  .menu-block-4 .megadropdown-center {
    transform: translate(-45%, 0) !important;
  }
}

@media (min-width: 1366px) {
  .menu-block-5 .megadropdown-center {
    transform: translate(-49%, 0) !important;
  }
}

.card--content {
  border: none;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  box-shadow: 0 24px 94px rgba(239, 67, 57, 0.4);
  border-radius: 5px;
  width: 70%;
}

@media (min-width: 480px) {
  .card--content {
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  .card--content {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 53px;
    padding-right: 30px;
  }
}

.card--content .card-head {
  margin-bottom: 12px;
}

.card--content .card-head__count {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -2px;
  line-height: 1.1;
  margin-bottom: 0;
  margin-right: 12px;
}

@media (min-width: 576px) {
  .card--content .card-head__count {
    font-size: 50px;
  }
}

@media (min-width: 768px) {
  .card--content .card-head__count {
    font-size: 60px;
  }
}

@media (min-width: 992px) {
  .card--content .card-head__count {
    font-size: 70px;
  }
}

.card--content .card-head__icon {
  min-width: 38px;
  max-width: 38px;
  min-height: 38px;
  max-height: 38px;
  border-radius: 50%;
  background-color: #25373f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
}

.card--content .card-body__description {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
}

@media (min-width: 576px) {
  .card--content .card-body__description {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .card--content .card-body__description {
    font-size: 21px;
  }
}

@media (min-width: 992px) {
  .card--content .card-body__description {
    font-size: 24px;
  }
}

.card--content .card-body__description:last-child {
  margin-bottom: 0;
}

.card--content-2 {
  box-shadow: 0 24px 94px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  z-index: 1;
  padding-bottom: 22px;
  border: none;
}

@media (min-width: 992px) {
  .card--content-2 {
    margin: 0 15px;
  }
}

.card--content-2__currency {
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.47619;
  color: #25373f;
  font-size: 32px;
}

@media (min-width: 768px) {
  .card--content-2__currency {
    font-size: 35px;
  }
}

@media (min-width: 992px) {
  .card--content-2__currency {
    font-size: 42px;
  }
}

.card--content-2__text {
  color: rgba(37, 55, 63, 0.7);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.66666;
  margin-bottom: 0;
}

.card--content-2 .card--content-single {
  margin-left: 55px;
  margin-right: 55px;
  padding-bottom: 35px;
  padding-top: 30px;
}

.card--content-2 .card--content-single--highlight {
  box-shadow: 0 10px 20px rgba(34, 204, 116, 0.25);
  border-radius: 10px;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 30px;
  margin: 0 22px;
  background-color: #fff;
}

.card--content-2 .card--content-single--highlight h2 {
  color: #fff;
}

.card--content-2 .card--content-single--highlight p {
  color: #fff;
}

/*
  Home 3 : Testimonial Area
---------------------------------*/
.card-testimonial--l3 {
  background: #fff;
  border: 0;
  color: #262729;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 15px;
  transition: 0.4s;
}

.card-testimonial--l3 .card-user-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  margin-top: 29px;
  border-top: 1px solid rgba(38, 39, 41, 0.1);
}

.card-testimonial--l3 .card-user-block .card-body__user,
.card-testimonial--l3 .card-user-block .review-star {
  padding-bottom: 15px;
}

.card-testimonial--l3 .card-user-block .card-body__user {
  padding-right: 15px;
}

.card-testimonial--l3 .card-image {
  width: 70px;
  height: 70px;
  border-radius: 500px;
  margin-top: -35px;
  width: 100%;
}

.card-testimonial--l3 .card-body {
  padding-top: 15px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 15px;
}

.card-testimonial--l3 .card-body p {
  color: inherit;
}

.card-testimonial--l3 .card-description {
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.card-testimonial--l3 .card-title {
  color: inherit;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  text-align: left;
  margin-bottom: 3px;
}

.card-testimonial--l3 .card-text--ext {
  color: inherit;
  opacity: 0.7;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
}

.card-testimonial--l3:hover {
  background-color: #5034fc;
  color: #fff;
}

@media (min-width: 992px) {
  .card-testimonial--l3:hover {
    box-shadow: 0 23px 45px rgba(80, 52, 252, 0.25);
  }
}

.card-testimonial--l3:hover .card-user-block {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.card--service {
  border-radius: 10px;
  background-color: #ffffff;
  padding-top: 40px;
  padding-left: 45px;
  padding-right: 35px;
  padding-bottom: 20px;
  margin-bottom: 24px;
  transition: 0.4s;
  display: inline-block;
  width: 100%;
  min-height: 265px;
  border-color: transparent;
}

.card--service:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.card--service__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
  border-radius: 10px;
  margin-bottom: 30px;
  font-size: 16px;
}

.card--service__title {
  color: #262729;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 30px;
  display: block;
  height: 52px;
  margin-bottom: 26px;
  transition: 0.4s;
}

.card--service__content {
  opacity: 0.7;
  color: #262729;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 28px;
}

.card--service-more {
  border-radius: 10px;
  background-color: #ffffff;
  padding-top: 40px;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 20px;
  margin-bottom: 24px;
  transition: 0.4s;
  display: inline-block;
  width: 100%;
  min-height: 265px;
  position: relative;
}

.card--service-more:before {
  content: "";
  background-image: url(../image/home-3/services-more-shape.png);
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  right: -60%;
}

.card--service-more .card--service__title {
  color: var(--color-headings);
  font-size: 28px;
  letter-spacing: normal;
  line-height: 1.57142;
  height: 40px;
}

.card--service-more .card--service__text {
  color: #ffffff;
  /* color: var(--color-headings); */
  margin-bottom: 0;
}

.card--service-more .btn span i {
  color: #fff;
}

/*
  Home 4 : Services Area
---------------------------------*/
.card--services-l4 {
  border: none;
  padding-top: 35px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 51px;
  margin-bottom: 25px;
  border-radius: 15px;
  transition: 0.4s;
}

@media (min-width: 576px) {
  .card--services-l4 {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 768px) {
  .card--services-l4 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .card--services-l4 {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.card--services-l4__icon {
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 30px;
}

.card--services-l4__heading {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 30px;
  color: #262729;
}

.card--services-l4__content {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.86666;
  margin-bottom: 26px;
  color: rgba(38, 39, 41, 0.7);
}

.card--services-l4 .btn-link {
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  display: flex;
  align-items: center;
  color: #262729;
  transition: 0.4s;
}

.card--services-l4 .btn-link i {
  margin-left: 10px;
}

.card--services-l4:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/*
  Home 6 : Services Area
---------------------------------*/
.card--services-l6 {
  border: none;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 33px;
  margin-bottom: 25px;
  border-radius: 15px;
  transition: 0.4s;
  background-color: transparent;
}

.card--services-l6__heading {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 30px;
  color: #25373f;
  /* color: var(--color-headings); */
  transition: 0.4s;
  margin-bottom: 15px;
}

.card--services-l6__content {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.86666;
  margin-bottom: 30px;
  color: var(--color-texts-3);
  transition: 0.4s;
  margin-bottom: 0;
}

.widget {
  display: flex;
}

.widget-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.widget-icon--circle {
  border-radius: 500px;
}

.footer-widgets__list {
  padding: 0;
  margin: 0;
}

.footer-widgets__list li {
  list-style: none;
  color: var(--color-headings);
  display: flex;
}

.footer-widgets__list li a {
  color: var(--color-headings);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 2.75;
  transition: 0.4s;
}

.footer-widgets__list li a:hover {
  text-decoration: underline;
}

.footer-widgets__list li i {
  margin-right: 5px;
  margin-top: 13px;
  font-size: 20px;
  width: 35px;
}

.footer-widgets__list li span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.75;
}

.copyright {
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer-social-share {
  padding-top: 11px;
  padding-bottom: 30px;
}

.footer-social-share ul {
  margin-bottom: 0;
}

.footer-social-share ul li a {
  position: relative;
  margin: 0 8px;
  color: var(--color-headings);
  transition: 0.4s;
}

.footer-social-share ul li a:hover {
  color: #ff5722;
}

.footer-social-share ul li a::before {
  content: ".";
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(-20px);
}

.footer-social-share ul li:first-child a:before {
  display: none;
}

.footer-social-share.dot-right ul li a::before {
  transform: translateX(-12px);
}


/*
  Home 3 : Footer Section
---------------------------------*/
.footer-section--l3 {
  padding-top: 60px;
}

@media (min-width: 576px) {
  .footer-section--l3 {
    padding-top: 90px;
  }
}

@media (min-width: 992px) {
  .footer-section--l3 {
    padding-top: 130px;
  }
}

.footer-section--l3 .footer-block-title {
  color: var(--color-headings-2);
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  padding-bottom: 20px;
}

@media (min-width: 1200px) {
  .footer-section--l3 .footer-list-block--2 {
    padding-right: 50px;
  }
}

.footer-widgets__list--l3 {
  margin-top: -8px;
}

.footer-widgets__list--l3 li {
  color: var(--color-texts-3);
  font-family: Rubik;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 28px;
  text-align: left;
}

.footer-widgets__list--l3 li a {
  color: var(--color-texts-3);
}

.footer-widgets__list--l3__address {
  margin-top: 0px;
}

.footer-widgets__list--l3__address li {
  padding-bottom: 20px;
  word-break: break-word;
}

@media (min-width: 1200px) {
  .footer-brand-block--l3 {
    padding-right: 60px;
  }
}

.footer-brand-block--l3 .brand-logo {
  margin-bottom: 38px;
}

.footer-brand-block--l3__text {
  margin-bottom: 35px;
  color: #828288;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.875;
}

.footer-social-share--rounded {
  display: inline-flex;
  list-style: none;
  margin: 0 -10px;
  padding: 0;
}

.footer-social-share--rounded > li,
.footer-social-share--rounded div {
  padding: 0 10px;
}

.footer-social-share--rounded a {
  min-width: 34px;
  min-height: 34px;
  border-radius: 500px;
  color: var(--color-headings-2);
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}

.footer-social-share--rounded a:hover {
  box-shadow: 0 10px 20px rgba(253, 52, 110, 0.25);
  background-color: #ff5722;
  color: #fff;
}

.copyright-block--l3 {
  padding-top: 35px;
  padding-bottom: 40px;
}

.copyright-text--l3 {
  color: var(--color-texts-3);
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}

@media (min-width: 480px) {
  .copyright-text--l3 {
    margin-bottom: 0;
  }
}

/*
  Home 7 : About us
------------------------------------------*/
/* Section Title */
.section-title__heading {
  font-weight: 500;
  letter-spacing: -2px;
  line-height: 1.1;
  font-size: 35px;
}

@media (min-width: 576px) {
  .section-title__heading {
    font-size: 40px;
  }
}

@media (min-width: 768px) {
  .section-title__heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .section-title__heading {
    font-size: 60px;
  }
}

.section-title__description {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.61904;
  margin-top: 15px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .section-title__description {
    font-size: 21px;
  }
}

@media (min-width: 992px) {
  .section-title__description {
    margin-top: 0;
  }
}

/*
 =======> Home 2
---------------------------------*/

.text-highlight {
  color: #ff5722;
  min-height: 50px;
  display: inline-block;
}

.text-highlight.text-highlight--underline {
  border-bottom: 6px solid #ff5722;
}

.typed-cursor {
  color: #ff5722;
}

/*
 =======> Home 3
---------------------------------*/
.section-title--l3 .section-title__sub-heading {
  color: #ff5722;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.75;
}

.section-title--l3 .section-title__heading {
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.2;
  font-size: 30px;
  color: var(--color-headings-2);
}

@media (min-width: 768px) {
  .section-title--l3 .section-title__heading {
    font-size: 38px;
  }
}

@media (min-width: 992px) {
  .section-title--l3 .section-title__heading {
    font-size: 45px;
  }
}

.section-title--l3 .section-title__description {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.875;
  color: var(--color-texts-3);
}

/*
 =======> Home 5

---------------------------------*/
.section-title--l5 .section-title__sub-heading {
  color: #ff5722;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 28px;
  position: relative;
  padding-left: 60px;
  display: inline-block;
}

.section-title--l5 .section-title__sub-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  bottom: 9px;
  width: 41px;
  height: 1px;
  background-color: #ff5722;
}

.section-title--l5 .section-title__heading {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.38095;
  color: var(--color-headings-2);
}

@media (min-width: 768px) {
  .section-title--l5 .section-title__heading {
    font-size: 33px;
  }
}

@media (min-width: 1600px) {
  .section-title--l5 .section-title__heading {
    font-size: 42px;
  }
}

.section-title--l5 .section-title__description {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.77777;
  color: var(--color-texts-3);
}

/*
  Home 7
---------------------------------*/
.section-title--l7 .section-title__sub-heading{
  color: #ff5722;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.75;
}

.section-title--l7 .section-title__heading {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.3;
  color: var(--color-headings-2);
}

@media (min-width: 768px) {
  .section-title--l7 .section-title__heading {
    font-size: 38px;
  }
}

@media (min-width: 992px) {
  .section-title--l7 .section-title__heading{
    font-size: 48px;
  }
}

.section-title--l7 .section-title__description{
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.77777;
  color: var(--color-texts-3);
}
.page-title-content {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .page-title-content {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .page-title-content {
    padding-top: 102px;
    padding-bottom: 100px;
  }
}

.page-title-content__heading {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.4423;
  margin-bottom: 17px;
}

@media (min-width: 576px) {
  .page-title-content__heading {
    font-size: 35px;
  }
}

@media (min-width: 768px) {
  .page-title-content__heading {
    font-size: 42px;
  }
}

@media (min-width: 992px) {
  .page-title-content__heading {
    font-size: 52px;
  }
}

.page-title-content__text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.61904;
}

@media (min-width: 576px) {
  .page-title-content__text {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .page-title-content__text {
    font-size: 21px;
  }
}

.page-title-content .shape {
  position: absolute;
  right: 0;
  bottom: 30%;
  width: 8%;
  display: none;
}

@media (min-width: 768px) {
  .page-title-content .shape {
    display: block;
  }
}

[data-pricing-dynamic][data-value-active="yearly"] [data-pricing-trigger] {
  background: #ff5722;
}

[data-pricing-dynamic][data-value-active="yearly"] [data-pricing-trigger] span {
  left: calc(100% - 33px);
}



.widget {
  display: flex;
}

.widget-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.widget-icon--circle {
  border-radius: 500px;
}

/*
  Home 1 : widget -- content-section
-------------------------------------*/
.widget--contact {
  display: flex;
}

.widget--contact .widget-icon {
  min-width: 55px;
  min-height: 55px;
  max-width: 55px;
  max-height: 55px;
  margin-right: 30px;
  background-color: rgba(38, 39, 41, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  color: #fff;
}

.widget--contact .widget-body--title {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  text-align: left;
  margin-bottom: 5px;
}

.widget--contact .widget-body p {
  opacity: 0.7;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  margin-bottom: 10px;
}

.widget--contact.active .widget-icon {
  color: #5034fc;
  background-color: #fff;
}

.slick-slide:focus {
  border: 0;
  box-shadow: none;
  outline: none;
}

@media (max-width: 991.98px) {
  .testimonial-mobile-slider--l3 .slick-slide {
    padding: 35px 11px 0;
  }
  .testimonial-mobile-slider--l3 .slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .testimonial-mobile-slider--l3 .slick-dots li button {
    font-size: 0;
    border: 0;
    border-radius: 500px;
    background: rgba(0, 0, 0, 0.27);
    margin: 0 5px;
    width: 40px;
    position: relative;
    overflow: hidden;
    height: 4px;
  }
  .testimonial-mobile-slider--l3 .slick-dots li button::before {
    content: "";
    height: 100%;
    width: 0%;
    background: #ff5722;
    top: 0;
    right: 0;
    left: auto;
    position: absolute;
  }
  .testimonial-mobile-slider--l3 .slick-dots li button:focus {
    border: 0;
    box-shadow: none;
    outline: none;
  }
  .testimonial-mobile-slider--l3 .slick-dots li.slick-active button::before {
    left: 0;
    right: auto;
    width: 100%;
    transition: 3.5s linear;
  }
}
/*
  Home 3 : Testimonial 
---------------------------------*/
.testimonial-section--l3 {
  border-bottom: 1px solid rgba(38, 39, 41, 0.1);
  padding-top: 50px;
  padding-bottom: 35px;
}

@media (min-width: 576px) {
  .testimonial-section--l3 {
    padding-top: 75px;
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .testimonial-section--l3 {
    padding-top: 120px;
    padding-bottom: 125px;
  }
}

@media (min-width: 576px) {
  .testimonial-section--l3 .section-title {
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .testimonial-section--l3 .section-title {
    padding-bottom: 90px;
  }
}

.testimonial-section--l3 .section-title__sub-heading {
  margin-bottom: 30px;
}

  /* Home 5 : Testimonial 
---------------------------------*/

.testimonial-section--inner-about-us {
  padding-top: 55px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  
  .testimonial-section--inner-about-us {
    padding-top: 75px;
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  
  .testimonial-section--inner-about-us {
    padding-top: 135px;
    padding-bottom: 110px;
  }
}

@media (min-width: 992px) {
  
  .testimonial-section--inner-about-us .section-title {
    margin-bottom: 10px !important;
  }
}


.testimonial-section--inner-about-us .section-title__sub-heading {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  
  .testimonial-section--inner-about-us .section-title__heading {
    margin-bottom: 0;
  }
}
/*
  Home 8 : Testimonial 
---------------------------------*/
@media (min-width: 992px) {
  .testimonial-btn {
    margin-bottom: 30px !important;
  }
}

.testimonial-btn button {
  background-color: transparent;
  border: none;
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  color: #099a97;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 10px;
  transition: 0.4s;
}

.testimonial-btn button:hover {
  box-shadow: 0 4px 4px #067775;
  background-color: #099a97;
  color: #fff;
}


/*
  Innerpage : Testimonial -1  
---------------------------------*/


.testimonial-slider--inner-2 .card-testimonial--l4 {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
}

.testimonial-section--inner-about-us .card--testimonial-l7 .card__hover {
  background-image: linear-gradient(360deg, #ff5722 0%, rgba(255, 87, 34, 0.69) 35%, rgba(255, 87, 34, 0) 71%, rgba(255, 87, 34, 0) 100%);
}

.testimonial-section--inner-about-us .slick-dots li.slick-active button {
  background-color: #ff5722;
}
/*
  Home 1 : Welcome Section
------------------------------*/
.welcome-area--l1 {
  padding-top: 180px;
  padding-bottom: 55px;
}

@media (min-width: 576px) {
  .welcome-area--l1 {
    padding-top: 273px;
  }
}

@media (min-width: 768px) {
  .welcome-area--l1 {
    padding-top: 270px;
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .welcome-area--l1 {
    padding-top: 210px;
    padding-bottom: 130px;
  }
}

@media (min-width: 1200px) {
  .welcome-area--l1 {
    padding-top: 140px;
    padding-bottom: 100px;
  }
}

@media (min-width: 1366px) {
  .welcome-area--l1 {
    padding-top: 216px;
    padding-bottom: 187px;
  }
}

.welcome-area--l1 .newsletter-form {
  max-width: 521px;
}

/* Welcome content */
.welcome-content--l1 {
  margin-top: 80px;
}

@media (min-width: 992px) {
  .welcome-content--l1 {
    margin-top: 0;
  }
}

.welcome-content__title {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.075;
  margin-bottom: 35px;
}

@media (min-width: 480px) {
  .welcome-content__title {
    font-size: 60px;
  }
}

@media (min-width: 768px) {
  .welcome-content__title {
    font-size: 70px;
  }
}

@media (min-width: 992px) {
  .welcome-content__title {
    font-size: 80px;
  }
}

.welcome-content__descriptions {
  color: rgba(38, 39, 41, 0.7);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 34px;
  margin-bottom: 53px;
}

@media (min-width: 992px) {
  .welcome-content__descriptions {
    font-size: 21px;
  }
}


.welcome-image-group-wrapper {
  position: relative;
  width: 85%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .welcome-image-group-wrapper {
    width: 80%;
  }
}

@media (min-width: 992px) {
  .welcome-image-group-wrapper {
    position: absolute;
    top: 55%;
    right: 2%;
    transform: translateY(-50%);
    width: 46%;
  }
}

@media (min-width: 1368px) {
  .welcome-image-group-wrapper {
    width: 46% !important;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 1366px) {
  .welcome-image-group-wrapper {
    width: 40%;
    right: 5%;
    top: 55%;
  }
}

.welcome-image--group-01 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}

.welcome-image--group-01 img {
  width: 110%;
}

@media (min-width: 992px) {
  .welcome-image--group-01 {
    margin-left: auto;
    width: 80%;
  }
}

@media (min-width: 1200px) {
  .welcome-image--group-01 {
    margin-left: auto;
    width: 90%;
  }
}

@media (min-width: 1600px) {
  .welcome-image--group-01 {
    width: 670px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.welcome-image--group-01__img-1 {
  position: absolute;
  left: -2%;
  top: -7%;
  width: 28%;
  box-shadow: 0 44px 54px rgba(37, 55, 63, 0.16);
  border-radius: 50%;
}

.welcome-image--group-01__img-2 {
  position: absolute;
  left: 45%;
  top: -30%;
  width: 33%;
  z-index: -1;
}

.welcome-image--group-01__img-3 {
  position: absolute;
  right: 12%;
  bottom: -12%;
  width: 28%;
  transform: translateX(-50%);
  z-index: -1;
}

.welcome-image--group-01__img-4 {
  position: absolute;
  left: 0;
  top: 50%;
  width: 23%;
  z-index: -1;
  transform: translateY(-50%);
}

.welcome-image--group-01__img-5 {
  position: absolute;
  left: 31%;
  top: -48%;
  transform: translateX(-50%);
  width: 24%;
}

.welcome-image--group-01__img-6 {
  position: absolute;
  right: -15%;
  top: 50%;
  width: 27%;
  transform: translateY(-50%);
  z-index: -1;
}

.welcome-image--group-01__img-7 {
  position: absolute;
  right: -9%;
  bottom: -9%;
  width: 32%;
  z-index: -1;
}

@media screen and (min-width: 1900px) {
  .welcome-image--group-01 {
    width: 480px;
  }
}

/*
  Home 2 : Welcome Section
------------------------------*/
.welcome-area--l2 {
  padding-top: 100px;
  padding-bottom: 0;
  position: relative;
}

@media (min-width: 768px) {
  .welcome-area--l2 {
    padding-top: 140px;
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .welcome-area--l2 {
    padding-top: 150px;
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .welcome-area--l2 {
    padding-top: 170px;
    padding-bottom: 0;
  }
}

@media (min-width: 1366px) {
  .welcome-area--l2 {
    padding-top: 160px;
    padding-bottom: 0;
  }
}

.welcome-area--l2-shape-1 {
  position: absolute;
  right: -3.5%;
  bottom: 35%;
  z-index: 0;
  width: 9.7%;
}

.welcome-area--l2-shape-2 {
  position: absolute;
  left: -4%;
  bottom: 20%;
  z-index: 0;
  width: 10%;
}

.welcome-content--l2 {
  margin-bottom: 35px;
}

.welcome-content--l2__heading {
  font-weight: 500;
  letter-spacing: -2px;
  line-height: 1.1;
  font-size: 40px;
  margin-bottom: 25px;
  z-index: 1;
  position: relative;
}

@media (min-width: 480px) {
  .welcome-content--l2__heading {
    font-size: 50px;
  }
}

@media (min-width: 768px) {
  .welcome-content--l2__heading {
    font-size: 60px;
  }
}

@media (min-width: 992px) {
  .welcome-content--l2__heading {
    font-size: 52px;
  }
}

.welcome-content--l2__descriptions {
  color: var(--color-texts-3);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 34px;
}

@media (min-width: 768px) {
  .welcome-content--l2__descriptions {
    font-size: 21px;
  }
}

.welcome-content--l2-shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 18.5%;
}

@media (min-width: 768px) {
  .welcome-content--l2-shape {
    left: 5%;
    top: -5%;
  }
}

@media (min-width: 992px) {
  .welcome-content--l2-shape {
    left: 6%;
    top: -22%;
  }
}

.welcome-image--l2 {
  margin-top: 50px;
}

@media (min-width: 992px) {
  .welcome-image--l2 {
    margin-top: 70px;
  }
}

/*
  Home 3 : Welcome Section
------------------------------*/
.welcome-area--l3 {
  padding-top: 125px;
  position: relative;
}

@media (min-width: 768px) {
  .welcome-area--l3 {
    padding-top: 115px;
    padding-bottom: 38px;
  }
}

@media (min-width: 992px) {
  .welcome-area--l3 {
    padding-top: 185px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1200px) {
  .welcome-area--l3 {
    padding-top: 220px;
    padding-bottom: 180px;
  }
}

.welcome-content--l3 {
  margin-bottom: 40px;
  margin-top: 0;
}

@media (min-width: 768px) {
  .welcome-content--l3 {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .welcome-content--l3 {
    margin-top: 0;
  }
}

.welcome-content--l3__sub-title {
  color: #ff5722;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

@media (min-width: 992px) {
  .welcome-content--l3__sub-title {
    margin-bottom: 28px;
  }
}

.welcome-content--l3__title {
  font-size: 38px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 1.2068;
  margin-bottom: 21px;
}

@media (min-width: 768px) {
  .welcome-content--l3__title {
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  .welcome-content--l3__title {
    font-size: 58px;
  }
}

.welcome-content--l3__descriptions {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.875;
  margin-bottom: 10px;
}

.welcome-content--l3 .welcome-btn-group--l3 {
  padding-top: 15px;
  margin-bottom: -20px;
}

@media (min-width: 992px) {
  .welcome-content--l3 .welcome-btn-group--l3 {
    padding-top: 28px;
  }
}

.welcome-content--l3 .welcome-btn-group--l3 .btn {
  margin-bottom: 20px;
}

.welcome-content--l3 .welcome-btn-group--l3 .btn--lg-2 {
  min-width: 120px;
  height: 50px;
}

@media (min-width: 480px) {
  .welcome-content--l3 .welcome-btn-group--l3 .btn--lg-2 {
    min-width: 180px;
    height: 56px;
  }
}

.welcome-image-group-wrapper--l3 {
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .welcome-image-group-wrapper--l3 {
    position: absolute;
    width: 20%;
    bottom: 0;
    right: 11%;
  }
}

@media (min-width: 992px) {
  .welcome-image-group-wrapper--l3 {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: -10%;
  }
}

@media (min-width: 1200px) {
  .welcome-image-group-wrapper--l3 {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0%;
  }
}

@media (min-width: 992px) {
  .welcome-image-group-wrapper--l3 {
    max-width: 543px;
  }
}

@media (min-width: 1200px) {
  .welcome-image-group-wrapper--l3 {
    max-width: 695px;
  }
}

@media (min-width: 1400px) {
  .welcome-image-group-wrapper--l3 {
    max-width: 815px;
  }
}

.welcome-image-group--l3 {
  position: relative;
  max-width: 100%;
  z-index: 1;
}

@media (min-width: 992px) {
  .welcome-image-group--l3 {
    max-width: 350px;
  }
}

@media (min-width: 1200px) {
  .welcome-image-group--l3 {
    max-width: 450px;
  }
}

@media (min-width: 1400px) {
  .welcome-image-group--l3 {
    max-width: 525px;
  }
}

.welcome-image-group--l3__img-1 {
  position: absolute;
  right: -55%;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
/*
  Home 4 : Welcome Section
------------------------------*/

.hero-img {
  margin-top: -60px;
  margin-bottom: 70px;
}

@media (min-width: 992px) {
  .hero-img {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.hero-img .hero-l8-img-group {
  position: relative;
  margin-left: -50px;
}

@media (min-width: 480px) {
  .hero-img .hero-l8-img-group {
    margin-left: -100px;
  }
}

@media (min-width: 992px) {
  .hero-img .hero-l8-img-group {
    margin-bottom: 0;
  }
}

.hero-img .hero-l8-img-group__1 {
  position: relative;
  width: 95%;
  bottom: -80px;
}

@media (min-width: 992px) {
  .hero-img .hero-l8-img-group__1 {
    bottom: -110px;
  }
}

.hero-img .hero-l8-img-group__2 {
  width: 50%;
}


/*
  Home 1 : Service Section
---------------------------------*/
.service-area--l1 {
  padding-top: 55px;
  padding-bottom: 5px;
  position: relative;
}

@media (min-width: 768px) {
  .service-area--l1 {
    padding-top: 70px;
    padding-bottom: 25px;
  }
}

@media (min-width: 992px) {
  .service-area--l1 {
    padding-top: 15px;
    /* padding-top: 125px; */
    padding-bottom: 75px;
    /* padding-bottom: 113px; */
  }
}

.service-shape {
  position: absolute;
}

.service-shape--l1 {
  top: 26%;
  left: -6%;
  width: 10%;
}



/*
  Home 3 : Service Section
---------------------------------*/
.service-area--l3 {
  padding-top: 50px;
  padding-bottom: 36px;
}

@media (min-width: 768px) {
  .service-area--l3 {
    padding-top: 80px;
    padding-bottom: 65px;
  }
}

@media (min-width: 992px) {
  .service-area--l3 {
    padding-top: 120px;
    padding-bottom: 110px;
  }
}

.service-area--l3 .section-title {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .service-area--l3 .section-title {
    margin-bottom: 69px;
  }
}

.service-area--l3 .section-title__sub-heading {
  margin-bottom: 27px;
}



/*
  Home 4 : Service Section
---------------------------------*/
.service-area--l4{
  padding-top: 50px;
  padding-bottom: 36px;
}

@media (min-width: 768px) {
  .service-area--l4{
    padding-top: 70px;
    padding-bottom: 55px;
  }
}

@media (min-width: 992px) {
  .service-area--l4{
    padding-top: 110px;
    padding-bottom: 100px;
  }
}

.service-area--l4 .section-title {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .service-area--l4 .section-title{
    margin-bottom: 55px;
  }
}

.service-area--l4 .section-title__sub-heading{
  margin-bottom: 10px;
}

/*
  Home 1 : Feature Section
------------------------------*/
.feature-section {
  position: relative;
  overflow: hidden;
  padding-top: 55px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .feature-section {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .feature-section {
    padding-top: 69px;
    /* padding-top: 125px; */
    padding-bottom: 105px;
  }
}

.feature-section .feature-area-tab {
  margin-top: 35px;
}

@media (min-width: 768px) {
  .feature-section .feature-area-tab {
    margin-top: 80px;
  }
}

@media (min-width: 992px) {
  .feature-section .feature-area-tab {
    margin-top: 148px;
  }
}

@media (min-width: 992px) {
  .feature-section .feature-area-tab .nav {
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .feature-section .feature-area-tab .nav {
    padding-right: 65px;
  }
}

@media (min-width: 1400px) {
  .feature-section .feature-area-tab .nav {
    padding-right: 110px;
  }
}

@media (min-width: 992px) {
  .feature-section .feature-area-tab .tab-content {
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .feature-section .feature-area-tab .tab-content {
    padding-left: 26px;
  }
}

.feature-section--l1__shape-group {
  position: absolute;
  right: 0;
  top: -7%;
  width: 30%;
  z-index: 1;
}

.feature-section--l1__shape-group .img-1 {
  width: 50%;
  position: absolute;
  top: 30%;
  right: -30%;
  z-index: -1;
}

@media (min-width: 768px) {
  .features-content {
    padding-left: 40px;
  }
}

.features-content__item {
  margin-bottom: 35px;
}

.features-content__item__count {
  color: rgba(255, 255, 255, 0.3);
  font-size: 60px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -2px;
  line-height: 1.1;
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .features-content__item__count {
    margin-bottom: 52px;
  }
}

.features-content__item__heading {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.619047;
  margin-bottom: 25px;
}

/*
  Home 3 : Feature Section
---------------------------------*/
.feature-section--l3 {
  padding-top: 50px;
  padding-bottom: 60px;
}

@media (min-width: 576px) {
  .feature-section--l3 {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .feature-section--l3 {
    padding-top: 125px;
    padding-bottom: 135px;
  }
}

.feature-section--l3 .section-title {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .feature-section--l3 .section-title {
    margin-bottom: 30px;
  }
}

.feature-section--l3 .section-title__sub-heading {
  margin-bottom: 20px;
}

.feature-section--l3 .section-title__heading {
  margin-bottom: 0px;
}

.feature-content--l3 {
  margin-top: 50px;
}

@media (min-width: 992px) {
  .feature-content--l3__image {
    margin-right: 30px;
  }
}

.feature-content--l3__list {
  margin-top: 10px;
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .feature-content--l3__list {
    margin-bottom: 65px;
  }
}

.feature-content--l3__list li {
  position: relative;
  z-index: 1;
  padding-left: 30px;
  margin-bottom: 20px;
  color: var(--color-headings-2);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.75;
}

.feature-content--l3__list li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 18px;
  background-color: #ff5722;
  left: 10px;
  top: 4px;
}

.content-image-group {
  position: relative;
  z-index: 1;
}

/*
  Home 1 : Content Section One
---------------------------------*/
.content-section--l1-1 {
  padding-top: 100px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .content-section--l1-1 {
    padding-top: 130px;
    padding-bottom: 75px;
  }
}

@media (min-width: 992px) {
  .content-section--l1-1 {
    padding-top: 195px;
    padding-bottom: 214px;
  }
}

.content-texts {
  padding-top: 80px;
}

@media (min-width: 768px) {
  .content-texts {
    padding-top: 0;
  }
}

.content-texts .content__heading {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: -2px;
  line-height: 1.1;
  margin-bottom: 25px;
}

@media (min-width: 576px) {
  .content-texts .content__heading {
    font-size: 45px;
  }
}

@media (min-width: 768px) {
  .content-texts .content__heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .content-texts .content__heading {
    font-size: 60px;
    margin-bottom: 35px;
  }
}

.content-texts .content__description {
  font-size: 18px;
  line-height: 1.66666;
}

.content-texts .content__description:last-child {
  margin-bottom: 0;
}

.content-texts--l1-1 {
  padding-top: 90px;
}

@media (min-width: 992px) {
  .content-texts--l1-1 {
    padding-left: 50px;
    padding-top: 0px;
    margin-left: 10px;
  }
}

@media (min-width: 1200px) {
  .content-texts--l1-1 {
    padding-left: 0px;
  }
}

@media (min-width: 992px) {
  .content-image-group--l1_1 {
    padding: 0 36px;
  }
}

.content-image-group--l1_1 .content-image-group__image-1 {
  position: absolute;
  top: -20px;
  left: -5px;
  width: 30%;
  z-index: -1;
}

@media (min-width: 480px) {
  .content-image-group--l1_1 .content-image-group__image-1 {
    top: -5%;
    left: -6%;
  }
}

@media (min-width: 992px) {
  .content-image-group--l1_1 .content-image-group__image-1 {
    left: 0;
  }
}

.content-image-group--l1_1 .content-image-group__image-2 {
  position: absolute;
  top: -11%;
  right: 20%;
  z-index: -1;
  width: 35%;
}

@media (min-width: 1200px) {
  .content-image-group--l1_1 .content-image-group__image-2 {
    right: 10%;
  }
}

.content-image-group--l1_1 .content-image-group__image-3 {
  position: absolute;
  bottom: 11%;
  left: -3%;
  z-index: -1;
  width: 35%;
}

@media (min-width: 480px) {
  .content-image-group--l1_1 .content-image-group__image-3 {
    left: -11%;
  }
}

@media (min-width: 992px) {
  .content-image-group--l1_1 .content-image-group__image-3 {
    left: -5%;
  }
}

.content-image-group--l1_1 .content-image-group__image-4 {
  position: absolute;
  bottom: -15%;
  right: -18%;
  transform: scale(0.6);
}

@media (min-width: 480px) {
  .content-image-group--l1_1 .content-image-group__image-4 {
    right: -80px;
  }
}

@media (min-width: 768px) {
  .content-image-group--l1_1 .content-image-group__image-4 {
    transform: scale(0.9);
    right: -40px;
  }
}

@media (min-width: 992px) {
  .content-image-group--l1_1 .content-image-group__image-4 {
    right: -40px;
    bottom: -80px;
  }
}

@media (min-width: 1200px) {
  .content-image-group--l1_1 .content-image-group__image-4 {
    transform: scale(1);
  }
}

/*
  Home 1 : Content Section Two
---------------------------------*/
.content-section--l1-2 {
  padding-top: 80px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .content-section--l1-2 {
    padding-top: 112px;
    padding-bottom: 75px;
  }
}

@media (min-width: 992px) {
  .content-section--l1-2 {
    padding-top: 165px;
    padding-bottom: 135px;
  }
}

.contact-widget-box {
  padding: 30px 30px 15px;
  background-color: #5034fc;
  border-radius: 15px;
}

@media (min-width: 576px) {
  .contact-widget-box {
    padding: 40px 50px 15px;
  }
}

.contact-widget-box .widget--contact {
  margin-bottom: 20px;
}

/*
  Contact -1
---------------------------------*/
.contact-inner-1 {
  padding-top: 55px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .contact-inner-1 {
    padding-top: 85px;
    /* padding-bottom: 80px; */
  }
}

@media (min-width: 992px) {
  /* .contact-inner-1 {
    padding-top: 130px;
    padding-bottom: 110px;
  } */
}

.contact-inner-1 .contact-widget-box {
  padding: 40px 45px 15px;
}

/*
  Home 3
---------------------------------*/
.pormo--l3 {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 60px;
  background-position: center;
  background-size: cover;
}

@media (min-width: 768px) {
  .pormo--l3 {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .pormo--l3 {
    padding-top: 120px;
    padding-bottom: 130px;
  }
}

.pormo--l3::before {
  content: "";
  background-color: rgba(80, 52, 252, 0.9);
  mix-blend-mode: multiply;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.pormo--l3__heading {
  font-size: 45px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.2;
  margin-bottom: 20px;
}

.pormo--l3__text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.75;
  color: var(--color-headings-2);
}

/*
  Home 2 : Cta section
---------------------------------*/
.cta-section--l2 {
  padding-top: 60px;
  padding-bottom: 80px;
}

@media (min-width: 768px) {
  .cta-section--l2 {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  /* .cta-section--l2 {
    padding-top: 135px;
    padding-top: 81px;
    padding-bottom: 130px;
  } */
}

.cta-section--l2__button {
  z-index: 9;
}

.cta-section--l2__content {
  border-radius: 20px;
  padding: 40px 40px;
  overflow: hidden;
  box-shadow: 0 44px 34px rgba(37, 55, 63, 0.1);
  z-index: 0;
  position: relative;
}

@media (min-width: 768px) {
  .cta-section--l2__content {
    /* padding-top: 72px; */
    padding-bottom: 80px;
    padding-left: 75px;
    padding-right: 95px;
  }
}

@media (min-width: 992px) {
  .cta-section--l2__content {
    /* padding-bottom: 75px; */
    padding-bottom: 26px;
  }
}

.cta-section--l2__content:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../image/home-2/l2-cta-mask.png);
  background-position: right;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  display: none;
  z-index: -1;
}

@media (min-width: 768px) {
  .cta-section--l2__content:before {
    display: block;
    right: -25%;
    width: 110%;
  }
}

@media (min-width: 992px) {
  .cta-section--l2__content:before {
    right: -40%;
  }
}

@media (min-width: 1200px) {
  .cta-section--l2__content:before {
    width: 50%;
    right: 0;
  }
}

.about-us-section--l5 {
  padding-top: 60px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .about-us-section--l5{
    padding-top: 80px;
    padding-bottom: 63px;
  }
}

@media (min-width: 992px) {
  .about-us-section--l5 {
    padding-top: 125px;
    padding-bottom: 130px;
  }
}

.about-us-section--l5 .section-title,
.section-title {
  margin-bottom: 42px;
}

.about-us-section--l5 .section-title__sub-heading,
.section-title__sub-heading {
  margin-bottom: 22px;
}

.about-us-section--l5 .section-title__heading,
 .section-title__heading {
  margin-bottom: 15px !important;
}
.about-us-section--l5 .about-us__image{
  position: relative;
  border-radius: 15px;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .about-us-section--l5 .about-us__image {
    margin-bottom: 0;
  }
}

.about-us__image,
.video-box {
  position: relative;
}

/*
  Home 1 : Footer Section
------------------------------*/
.footer {
  position: relative;
}

  /* Fag Inner Page
------------------------------ */
.faqs-area--inner {
  padding-top: 180px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .faqs-area--inner {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .faqs-area--inner {
    padding-top: 216px;
    padding-bottom: 187px;
  }
}

.faqs-area--inner .section-title {
  margin-bottom: 61px;
}
@media(max-width:992px){
.faqs-area--inner .section-title {
  margin:30px 0 20px  0;
}
}

.tab-content .accordion-item {
  border: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-bottom: 20px;
}

.tab-content .accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tab-content .accordion-button {
  border: none;
  padding: 0;
  margin-left: 32px;
  margin-right: 35px;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 30px;
  padding-top: 47px;
  padding-bottom: 24px;
  color: #262729;
  position: relative;
  transition: 0.4s;
}

.tab-content .accordion-button:focus, .tab-content .accordion-button:not(.collapsed) {
  outline: none;
  box-shadow: none;
  background-color: transparent;
}

.tab-content .accordion-button::after {
  content: "";
  color: transparent;
  background-image: none;
}

@media (min-width: 576px) {
  .tab-content .accordion-button::after {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 0;
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    background-image: none;
    color: #0abfbc;
  }
}

.tab-content .accordion-button.collapsed {
  padding-top: 45px;
  padding-bottom: 45px;
}

.tab-content .accordion-button.collapsed::after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  background-image: none;
}

.tab-content .accordion-collapse {
  border: none;
}

.tab-content .accordion-body {
  padding-bottom: 43px;
  padding-top: 0;
  border: none;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 32px;
  margin-left: 40px;
  color: rgba(38, 39, 41, 0.7);
  position: relative;
}

@media (min-width: 768px) {
  .tab-content .accordion-body {
    margin-right: 70px;
    font-size: 18px;
  }
}

.tab-content .accordion-body:before {
  /* content: ""; */
  position: absolute;
  left: -6px;
  top: 0;
  width: 4px;
  height: 93px;
  background-color: #0abfbc;
}

.buttons p,
.buttons a {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 32px;
}

.buttons p {
  color: var(--color-headings-2);
}

.comments-area {
  padding-top: 60px;
}

@media (min-width: 768px) {
  .comments-area {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .comments-area {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}

/* ---------------------------------
-------> THEME CUSTOM STYLES 
---------------------------------
*/
/* Underline animation 
-----------------------*/
mark {
  color: inherit;
  padding: 0;
  background: 0 0;
  background-image: #ff5722;
  background-repeat: no-repeat;
  background-size: 0 0.3em;
  background-position: 0 102%;
  position: relative;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

mark[data-aos="highlight-text"].aos-animate {
  background-size: 100% 6px;
}



@media (min-width: 992px) {
  .menu-sep-left {
    margin-left: 20px;
  }
  .menu-sep-left::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 26px;
    border-left: 2px solid var(--border-color-5);
  }
}

.menu-sep-right {
  position: relative;
}

@media (min-width: 992px) {
  .menu-sep-right {
    margin-right: 20px;
  }
  .menu-sep-right::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 26px;
    border-right: 2px solid var(--border-color-6);
  }
}

.reveal-header .menu-sep-left::before {
  border-left: 2px solid rgba(255, 255, 255, 0.3);
}

.nice-select
{
    width: 100%;
}

.btn-custom
{
    max-height: 48px;
    min-width: 140px;
    letter-spacing: 1px;
    font-size: 17px;
}

.contact-form .col-form-label
{
    padding: 0px 10px !important;
}

.contact-section .form-control,.nice-select
{
    border-color: #262729c2 !important;
}

.contact-form .form-control
{
    border-radius: 5px !important;
}

 .btn.btn-sm {
    max-height: 43px;
    padding-left: 18px !important;
    padding-right: 18px !important;
 }

 .btn-schedule i
 {
    margin-right: 10px;
    margin-left: 0px;

 }

 .header-button
 {
  display: flex;
    align-items: center;
 }

 .support-bg
 {
  background-image: linear-gradient(146deg, #5034fc47, #ff5722bf);
 }

 a.btn.btn-primary.btn-schedule.shadow--primary-4.btn--lg-2.text-white.nav-link-item.btn-sm
 {
  color: white !important;
 }
 ul.col-lg-12.row-lg.list-unstyled.py-lg-2.phone-d-none {
   display: flex;
 }
 
@media(max-width:992px){
  h1.page-title-content__heading {
      margin-top: 30px;
    }
        ul.col-lg-12.row-lg.list-unstyled.py-lg-2.phone-d-none {
          display:block;
        }
}