@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,700;1,200;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;1,100;1,400;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;1,400;1,500;1,700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;.
}

:root {
  --poppins-font: 'Montserrat', sans-serif;
  --ibm-font: 'IBM Plex Sans', sans-serif;
  --ibm-serif: 'IBM Plex Serif', serif;
  --h2-font: 'Poppins', sans-serif;
  --theme-color: #2F3192;
  --search-color: #100f0f;
  --hover-color: #091d3e;
  --white-color: #fff;
  --black-color: #000;
  --nav-color: #00AEEE;
  --a-color: #797C7F;
  --body-color: #666;
  --body-background-color: #f1f7fa;
  --button-color: #da2c46;
  --nice-select-color: #222222;
  --input-color: #f7f7f9;
  --red-color: red;
  --office-color: #2481d6;
  --about-area-content-color: #fcbe00;
  --primary-tshadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
  --primary-bshadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
  --border-color: #e8e8e8;
  --text-danger-color: rgb(220, 53, 69);
  --header-search-line-color: #E0E0E0;
  --border-bottom-color: #e5e5e5;
  --thm-color: #555c63;
  --thm-color-rgb: 121, 132, 144;
  --thm-base: #008fd5;
  --thm-base-rgb: 0, 143, 213;
  --thm-primary: #004aa1;
  --thm-primary-rgb: 0, 74, 161;
  --thm-secondary: #ed4b4b;
  --thm-secondary-rgb: 237, 75, 75;
  --thm-special: #5366c2;
  --thm-special-rgb: 83, 102, 194;
  --thm-black: #0c2139;
  --thm-black-rgb: 12, 33, 57;
  --thm-black2: #1d1c1c;
  --thm-black2-rgb: 29, 28, 28;
  --thm-text-dark: #ffffffa6;
  --thm-text-dark-rgb: 142, 150, 160;
  --thm-form-input: #eff2f6;
  --image-hover-color: 25, 24, 37;
  --footer-color: #646464;
  --footer-a-color: #898a8b;
  --financial-color: #808080;
  --copyright-color: #525151;
  --read-more-about-us-color: #3190e7;
  --header-top: #00AEEE;
  --orange-color: #FF5900;
}

body {
  font-family: var(--poppins-font);
  -webkit-font-smoothing: antialiased;
}

ul,
li {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
ol{
    padding-left:0px;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

input:focus-visible,
textarea:focus-visible {
  outline: 0;
}

::selection {
  background: var(--theme-color);
  text-shadow: none;
  color: #ffffff;
}

/* 
.header-btn .btn {
  box-shadow: none;
}

.header-btn .btn:first-child:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  transition: all 0.5s ease;
}

.header-btn .btn:last-child:hover {
  color: var(--black-color);
  transition: all 0.5s ease;
  background-color: var(--white-color);
} */

/* Header CSS Starts */


/*----------------------------------------*/
/*  02. Header CSS
/*----------------------------------------*/
/*--
/*  2.1 - Header Top CSS
/*----------------------------------------*/
/* 
.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo a img {
  width: 127px;
}

@media only screen and (max-width: 1199px) {
  .header-logo a img {
    width: 110px;
  }
}

.header-menu .main-menu {
  display: flex;
}

.header-menu .main-menu li {
  position: relative;
  padding: 30px 25px;
}

@media only screen and (max-width: 1199px) {
  .header-menu .main-menu li {
    padding: 30px 20px;
  }
}

.header-menu .main-menu li a {
  font-size: 15px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--theme-color);
  ;
}

.header-menu .main-menu li.active-menu>a {
  color: var(--nav-color);
  border-bottom: 3px solid var(--nav-color);
  padding-bottom: 3px;
  letter-spacing: 1px;
}

.header-menu .main-menu li.active-menu>.menu-icon::after {
  color: #086ad8;
}

.header-menu .main-menu li .menu-icon::after {
  content: '\f16c';
  font-family: "flaticon";
  font-size: 10px;
  color: #94a0b9;
  margin-left: 5px;
  transition: all 0.3s linear;
}

.header-menu .main-menu li:hover>.menu-icon::after {
  color: #086ad8;
}

.header-menu .main-menu li:hover>a {
  color: #086ad8;
}

.header-menu .main-menu li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-menu .main-menu li .sub-menu {
  position: absolute;
  left: 0;
  top: 110%;
  width: 270px;
  background: #ffffff;
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  border-radius: 5px;
  border-top: 3px solid #086ad8;
  opacity: 0;
  z-index: 99;
  visibility: hidden;
  transition: all 0.3s linear;
}

.header-menu .main-menu li .sub-menu li {
  padding: 0;
}

.header-menu .main-menu li .sub-menu li a {
  padding: 5px 25px;
  font-size: 15px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  position: relative;
  z-index: 1;
}

.header-menu .main-menu li .sub-menu li.active>a {
  color: #086ad8;
}

.header-menu .main-menu li .sub-menu li:hover>a {
  color: #086ad8;
}

.header-meta {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.header-search {
  margin-left: 25px;
  padding-left: 15px;
  position: relative;
}

.header-search::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #ebebeb;
  width: 1px;
  height: 30px;
}

.header-search .search-btn {
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  color: #333333;
  transition: all 0.3s linear;
}

.header-search .search-btn:hover {
  color: #086ad8;
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 121;
  background: rgba(0, 0, 0, 0.9);
}

.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.search-wrap .search-inner .search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 22px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s linear;
}

.search-wrap .search-inner .search-close:hover {
  transform: rotate(90deg);
  color: #086ad8;
}

.search-wrap .search-inner .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.search-wrap .search-inner .search-cell .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .search-wrap .search-inner .search-cell .search-field-holder {
    width: 60%;
  }
}

@media only screen and (max-width: 575px) {
  .search-wrap .search-inner .search-cell .search-field-holder {
    width: 80%;
  }
}

.search-wrap .search-inner .search-cell .search-field-holder .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: uppercase;
  background: transparent;
  font-size: 25px;
  font-weight: 400;
  color: #ffffff;
  border-bottom: 2px solid #898989;
  text-align: center;
  letter-spacing: 2px;
}

@media only screen and (max-width: 1199px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input {
    padding: 0 35px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input {
    font-size: 16px;
    padding: 0 15px;
  }
}

.search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
}

@media only screen and (max-width: 1199px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
    font-size: 14px;
  }
}

.search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
  opacity: 0.95;
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
}

@media only screen and (max-width: 1199px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
    font-size: 14px;
  }
}

.search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
  opacity: 0.95;
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
}

@media only screen and (max-width: 1199px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
    font-size: 14px;
  }
}

.search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
}

@media only screen and (max-width: 1199px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
    font-size: 14px;
  }
}

.header-cart .cart-btn {
  font-size: 24px;
  border-radius: 50%;
  text-align: center;
  background: none;
  color: var(--theme-color);
  border: 0;
  position: relative;
  transition: all 0.3s linear;
}

.header-cart .cart-btn:hover {
  color: #086ad8;
}

.header-cart .cart-btn .count {
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: #086ad8;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 400;
  display: inline-block;
  color: #ffffff;
  position: absolute;
  top: -4px;
  right: -12px;
}

.dropdown-cart {
  max-width: 370px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
  border: 0;
  transform: translateX(-50%) !important;
  left: 50% !important;
  top: 57px !important;
}

@media only screen and (max-width: 1399px) {
  .dropdown-cart {
    left: 0 !important;
    transform: translateX(-85%) !important;
  }
}

@media only screen and (max-width: 991px) {
  .dropdown-cart {
    top: 56px !important;
  }
}

@media only screen and (max-width: 449px) {
  .dropdown-cart {
    left: 0 !important;
    transform: translateX(-72%) !important;
  }
}

.dropdown-cart .cart-items {
  height: 280px;
  overflow-y: auto;
}

.dropdown-cart .cart-items .single-cart-item {
  display: flex;
  align-items: center;
  position: relative;
}

.dropdown-cart .cart-items .single-cart-item+.single-cart-item {
  margin-top: 30px;
}

.dropdown-cart .cart-items .single-cart-item .item-image img {
  border-radius: 50%;
}

.dropdown-cart .cart-items .single-cart-item .item-content {
  flex: 1;
  padding-right: 25px;
  padding-left: 20px;
}

.dropdown-cart .cart-items .single-cart-item .item-content .title {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  line-height: 1.3;
}

.dropdown-cart .cart-items .single-cart-item .item-content .quantity {
  font-size: 14px;
  color: #086ad8;
  line-height: 1.75;
  display: block;
}

.dropdown-cart .cart-items .single-cart-item .btn-close {
  position: absolute;
  width: 5px;
  height: 5px;
  top: 0;
  right: 5px;
}

.dropdown-cart .cart-total {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.dropdown-cart .cart-total .label {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  display: block;
  color: #000000;
}

.dropdown-cart .cart-total .value {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  display: block;
  color: #086ad8;
}

.dropdown-cart .cart-btns {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}

.dropdown-cart .cart-btns .btn {
  height: 50px;
  line-height: 46px;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
  font-size: 16px;
  padding: 0 35px;
  width: 48%;
}

.dropdown-cart .cart-btns .btn.btn-2 {
  background: #000c29;
  transition: all 0.3s linear;
}

.dropdown-cart .cart-btns .btn.btn-2:hover {
  color: #0e0e0e;
}

.dropdown-cart .cart-btns .btn.btn-2:hover::before {
  background: #ffffff;
}

.dropdown-cart .cart-btns .btn.btn-2:hover::after {
  background: #ffffff;
}

.header-btn {
  margin-left: 25px;
}

.header-btn .btn {
  border: 4px solid var(--theme-color);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  height: 45px;
  line-height: 40px;
  text-transform: uppercase;
  padding: 0 33px;
  margin: 0 10px 0 0;
  border-radius: 10px;
}

.get-started {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.header-toggle {
  margin-left: 30px;
}

.header-toggle button {
  background: none;
  border: 0;
  padding: 0;
}

.header-toggle button span {
  width: 25px;
  height: 2px;
  background: #086ad8;
  margin: 5px 0;
  display: block;
}

.header-toggle button span:last-child {
  margin-bottom: 0;
}

.header-section-02 {
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-section-02.sticky {
  background: #ffffff;
  border-bottom: 0;
}

.header-section-02.sticky .header-wrap .header-logo .logo-black {
  display: block;
}

.header-section-02.sticky .header-wrap .header-logo .logo-white {
  display: none;
}

.header-section-02.sticky .header-wrap .header-menu .main-menu li a {
  color: #0e0e0e;
}

.header-section-02.sticky .header-wrap .header-menu .main-menu li.active-menu>a {
  color: #ff5538;
}

.header-section-02.sticky .header-wrap .header-menu .main-menu li.active-menu>.menu-icon::after {
  color: #ff5538;
}

.header-section-02.sticky .header-wrap .header-menu .main-menu li .menu-icon::after {
  color: #94a0b9;
}

.header-section-02.sticky .header-wrap .header-menu .main-menu li:hover>.menu-icon::after {
  color: #ff5538;
}

.header-section-02.sticky .header-wrap .header-menu .main-menu li:hover>a {
  color: #ff5538;
}

.header-section-02.sticky .header-wrap .header-menu .main-menu li .sub-menu {
  border-top: 3px solid #ff5538;
}

.header-section-02.sticky .header-wrap .header-menu .main-menu li .sub-menu li.active>a {
  color: #ff5538;
}

.header-section-02.sticky .header-wrap .header-menu .main-menu li .sub-menu li:hover>a {
  color: #ff5538;
  padding-left: 35px;
}

.header-section-02.sticky .header-wrap .header-cart .cart-btn {
  color: #333333;
}

.header-section-02.sticky .header-wrap .header-cart .cart-btn:hover {
  color: #ff5538;
}

.header-section-02.sticky .header-wrap .header-search .search-btn {
  color: #333333;
}

.header-section-02.sticky .header-wrap .header-search .search-btn:hover {
  color: #ff5538;
}

.header-section-02 .header-logo .logo-black {
  display: none;
}

.header-section-02 .header-menu .main-menu>li>a {
  color: #ffffff;
}

.header-section-02 .header-menu .main-menu>li.active-menu>a {
  color: #ff5538;
}

.header-section-02 .header-menu .main-menu>li.active-menu>.menu-icon::after {
  color: #ff5538;
}

.header-section-02 .header-menu .main-menu>li .menu-icon::after {
  color: #ffffff;
}

.header-section-02 .header-menu .main-menu>li:hover>.menu-icon::after {
  color: #ff5538;
}

.header-section-02 .header-menu .main-menu>li:hover>a {
  color: #ff5538;
}

.header-section-02 .header-menu .main-menu>li .sub-menu {
  border-top: 3px solid #ff5538;
}

.header-section-02 .header-menu .main-menu>li .sub-menu li.active>a {
  color: #ff5538;
}

.header-section-02 .header-menu .main-menu>li .sub-menu li:hover>a {
  color: #ff5538;
}

.header-section-02 .header-cart .cart-btn {
  color: #ffffff;
}

.header-section-02 .header-cart .cart-btn:hover {
  color: #ff5538;
}

.header-section-02 .header-cart .cart-btn .count {
  background: #ff5538;
  color: #ffffff;
}

.header-section-02 .header-search .search-btn {
  color: #ffffff;
}

.header-section-02 .header-search .search-btn:hover {
  color: #ff5538;
}

.header-section-02 .dropdown-cart .cart-items .single-cart-item .item-content .quantity {
  color: #ff5538;
}

.header-section-02 .dropdown-cart .cart-total .value {
  color: #ff5538;
}

.header-section-02 .dropdown-cart .cart-btns .btn.btn-3 {
  background: #ff5538;
  color: #ffffff;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
}

.header-section-02 .dropdown-cart .cart-btns .btn.btn-3:hover {
  background: #ffffff;
  color: #ff5538;
}

.header-section-02 .header-btn .btn.btn-3:hover {
  background: #ffffff;
  color: #ff5538;
}

.header-section-04 {
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-section-04.sticky {
  background: #ffffff;
  border-bottom: 0;
}

.header-section-04.sticky .header-wrap .header-logo .logo-black {
  display: block;
}

.header-section-04.sticky .header-wrap .header-logo .logo-white {
  display: none;
}

.header-section-04.sticky .header-wrap .header-menu .main-menu li a {
  color: #0e0e0e;
}

.header-section-04.sticky .header-wrap .header-menu .main-menu li.active-menu>a {
  color: #086ad8;
}

.header-section-04.sticky .header-wrap .header-menu .main-menu li.active-menu>.menu-icon::after {
  color: #086ad8;
}

.header-section-04.sticky .header-wrap .header-menu .main-menu li .menu-icon::after {
  color: #94a0b9;
}

.header-section-04.sticky .header-wrap .header-menu .main-menu li:hover>.menu-icon::after {
  color: #086ad8;
}

.header-section-04.sticky .header-wrap .header-menu .main-menu li:hover>a {
  color: #086ad8;
}

.header-section-04.sticky .header-wrap .header-menu .main-menu li .sub-menu {
  border-top: 3px solid #086ad8;
}

.header-section-04.sticky .header-wrap .header-menu .main-menu li .sub-menu li.active>a {
  color: #086ad8;
}

.header-section-04.sticky .header-wrap .header-menu .main-menu li .sub-menu li:hover>a {
  color: #086ad8;
  padding-left: 35px;
}

.header-section-04.sticky .header-wrap .header-cart .cart-btn {
  color: #333333;
}

.header-section-04.sticky .header-wrap .header-cart .cart-btn:hover {
  color: #086ad8;
}

.header-section-04.sticky .header-wrap .header-search .search-btn {
  color: #333333;
}

.header-section-04.sticky .header-wrap .header-search .search-btn:hover {
  color: #086ad8;
}

.header-section-04 .header-logo .logo-black {
  display: none;
}

.header-section-04 .header-menu .main-menu>li>a {
  color: #ffffff;
}

.header-section-04 .header-menu .main-menu>li.active-menu>a {
  color: #086ad8;
}

.header-section-04 .header-menu .main-menu>li.active-menu>.menu-icon::after {
  color: #086ad8;
}

.header-section-04 .header-menu .main-menu>li .menu-icon::after {
  color: #ffffff;
}

.header-section-04 .header-menu .main-menu>li:hover>.menu-icon::after {
  color: #086ad8;
}

.header-section-04 .header-menu .main-menu>li:hover>a {
  color: #086ad8;
}

.header-section-04 .header-cart .cart-btn {
  color: #ffffff;
}

.header-section-04 .header-cart .cart-btn:hover {
  color: #086ad8;
}

.header-section-04 .header-cart .cart-btn .count {
  background: #086ad8;
  color: #ffffff;
}

.header-section-04 .header-search .search-btn {
  color: #ffffff;
}

.header-section-04 .header-search .search-btn:hover {
  color: #086ad8;
}

.header-section-04 .dropdown-cart .cart-items .single-cart-item .item-content .quantity {
  color: #086ad8;
}

.header-section-04 .dropdown-cart .cart-total .value {
  color: #086ad8;
}

.header-section-04 .dropdown-cart .cart-btns .btn.btn-3 {
  background: #086ad8;
  color: #ffffff;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
}

.header-section-04 .dropdown-cart .cart-btns .btn.btn-3:hover {
  background: #ffffff;
  color: #086ad8;
}

.header-section-05 .header-social {
  position: relative;
  padding-right: 25px;
  margin-right: 20px;
}

.header-section-05 .header-social::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #ebebeb;
  width: 1px;
  height: 30px;
}

.header-section-05 .header-social ul li {
  display: inline-block;
}

.header-section-05 .header-social ul li+li {
  margin-left: 10px;
}

.header-section-05 .header-social ul li a {
  font-size: 15px;
  display: block;
  color: #565656;
}

.header-section-05 .header-social ul li a:hover {
  color: #086ad8;
}

.header-section-05 .header-search {
  padding-left: 0;
}

.header-section-05 .header-search::before {
  display: none;
}

.header-top-section {
  background: #030213;
}

.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.header-top-wrapper .header-top-info ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  position: relative;
}

.header-top-wrapper .header-top-info ul li i {
  font-size: 20px;
  color: #11ddf5;
  position: relative;
  top: 1px;
  margin-right: 7px;
}

.header-top-wrapper .header-top-info ul li+li {
  padding-left: 30px;
  margin-left: 25px;
}

.header-top-wrapper .header-top-info ul li+li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: #353542;
  width: 1px;
  height: 45px;
  transform: translateY(-46%);
}

.header-top-wrapper .header-social {
  display: flex;
  align-items: center;
}

.header-top-wrapper .header-social span {
  font-size: 14px;
  color: #11ddf5;
  display: inline-block;
  margin-right: 20px;
}

.header-top-wrapper .header-social ul li {
  display: inline-block;
}

.header-top-wrapper .header-social ul li+li {
  margin-left: 10px;
}

.header-top-wrapper .header-social ul li a {
  display: inline-block;
  font-size: 14px;
  color: #8c8c8c;
}

.header-top-wrapper .header-social ul li a:hover {
  color: #11ddf5;
}

.header-section-06 .header-menu {
  margin-left: auto;
}

.header-section-06 .header-menu .main-menu>li.active-menu>a {
  color: #11ddf5;
}

.header-section-06 .header-menu .main-menu>li.active-menu>.menu-icon::after {
  color: #11ddf5;
}

.header-section-06 .header-menu .main-menu>li .menu-icon::after {
  color: #94a0b9;
}

.header-section-06 .header-menu .main-menu>li:hover>.menu-icon::after {
  color: #11ddf5;
}

.header-section-06 .header-menu .main-menu>li:hover>a {
  color: #11ddf5;
}

.header-section-06 .header-menu .main-menu>li .sub-menu {
  border-top: 3px solid #11ddf5;
}

.header-section-06 .header-menu .main-menu>li .sub-menu li.active>a {
  color: #11ddf5;
}

.header-section-06 .header-menu .main-menu>li .sub-menu li:hover>a {
  color: #11ddf5;
}

.header-section-06 .header-cart .cart-btn:hover {
  color: #11ddf5;
}

.header-section-06 .header-cart .cart-btn .count {
  background: #11ddf5;
  color: #ffffff;
}

.header-section-06 .header-search {
  padding-left: 0;
}

.header-section-06 .header-search::before {
  display: none;
}

.header-section-06 .header-search .search-btn:hover {
  color: #11ddf5;
}

.header-section-06 .dropdown-cart .cart-items .single-cart-item .item-content .quantity {
  color: #ff5538;
}

.header-section-06 .dropdown-cart .cart-total .value {
  color: #ff5538;
}

.header-section-06 .dropdown-cart .cart-btns .btn.btn-3 {
  background: #ff5538;
  color: #ffffff;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
}

.header-section-06 .dropdown-cart .cart-btns .btn.btn-3:hover {
  background: #ffffff;
  color: #ff5538;
}

.header-section-06 .header-meta {
  position: relative;
  padding-left: 15px;
}

.header-section-06 .header-meta::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #cfcfcf;
  width: 1px;
  height: 25px;
}

.header-section-06 .header-btn .btn {
  height: 50px;
  line-height: 48px;
}

.header-section-06 .header-btn .btn:hover {
  background: #0f0948;
}

.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  -webkit-animation: sticky 1s;
  animation: sticky 1s;
}

@-webkit-keyframes sticky {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0%);
  }
} */

/*--
  /*  2.3 - Header Top CSS
  /*----------------------------------------*/
/* .offcanvas {
  background: #000c29;
  width: 320px;
}

@media only screen and (max-width: 575px) {
  .offcanvas {
    width: 280px;
  }
}

.offcanvas-header .close-btn {
  background: none;
  border: 0;
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s linear;
}

.offcanvas-header .close-btn:hover {
  transform: rotate(90deg);
  color: #086ad8;
}

.offcanvas-logo a img {
  width: 130px;
}

.offcanvas-menu {
  padding: 30px 0;
}

.offcanvas-menu .main-menu li {
  position: relative;
}

.offcanvas-menu .main-menu li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  color: #ffffff;
  padding: 5px 0px;
  position: relative;
}

.offcanvas-menu .main-menu li .menu-expand {
  position: absolute;
  right: 20px;
  top: 14px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}

.offcanvas-menu .main-menu li .menu-expand::before {
  position: absolute;
  content: '';
  width: 16px;
  height: 2px;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear;
}

.offcanvas-menu .main-menu li .menu-expand::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 16px;
  left: 50%;
  top: 50%;
  bottom: 0;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear;
}

.offcanvas-menu .main-menu li:hover>a {
  color: #086ad8;
}

.offcanvas-menu .main-menu li.active>.menu-expand::after {
  height: 0;
}

.offcanvas-menu .main-menu li ul {
  padding-left: 6%;
  display: none;
}


} */
.search-header {
  padding: 25px 0;
}

.search-header input[type="search"] {
  padding: 10px 0 10px 40px;
  border-radius: 10px;
}

.search-box i {
  font-size: 20px;
}

/* .overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
} */



.myBtn i {
  color: #fff;
  cursor: pointer;
}

.fullScreen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000d4;
  display: none
}

.inputBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 2px;
  border-radius: 3px;
  box-shadow: inset 0 0.25rem 0.125rem 0 rgb(0 0 0 / 5%);
  display: flex;
}

.inputBox input {
  height: 45px;
  width: 700px;
  border: none;
  outline: none;
  font-size: 19px;
  color: #4a4a4a;
  padding-left: 15px
}

.inputBox button {
  border: none;
  background-color: transparent;
  vertical-align: middle;
  cursor: pointer;
  transition: 0.5s
}

.inputBox button:hover {
  transform: rotate(360deg);

}

.inputBox button i {
  font-size: 30px
}

.closeBtn {
  height: 30px;
  width: 30px;
  background-color: white;
  border-radius: 16px;
  position: absolute;
  top: 38px;
  right: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.background {
  background: linear-gradient(90deg, #000000, #3533cd);
  background-attachment: fixed;
  /* Ensures the background doesn't move with the content */
  background-size: cover;
  /* Scales the background to cover the entire viewport */
  background-repeat: no-repeat;
  /* Prevents repetition of the gradient */
}

/* .modal-body{
  background-image: url('https://rstheme.com/products/html/braintech/assets/images/bg/testimonial-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
} */

/* 
      Template Section Starts
*/
.template {
  padding: 50px 0;
}

.package-box {
  margin-top: 45px;
}

.package-box div[class*=col-] {
  margin-bottom: 60px;
}

.section-title h2 {
  font-family: var(--ibm-serif);
  color: var(--white-color);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.section-title h2 span {
  color: #00AEEE;
  font-family: var(--ibm-serif);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.package-content {
  border-radius: 8px;
  position: relative;
  cursor: pointer;
}

.package-content:hover {}

.section-title-desc p {
  color: var(--white-color);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.package-content img{
    max-height:300px;
    width:100%;
    object-fit:cover;
}
.package-desc-box {
  padding: 25px 46px;
  box-shadow: 0 0 32px transparent;
  cursor: pointer;
  height:300px;
  background-color: #26262620;
  /* border: 1px solid #262626; */
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.theme-image{
    width: 100%;
    max-height: 700px;
    overflow: hidden;
}
.theme-image img{
    height: 100%;
    object-fit: cover;
}
.theme-title p {
  color: var(--white-color);
  font-family: var(--ibm-serif);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: inline-block;
  padding-bottom: 2px;
  margin-bottom: 15px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 6px;
}

.theme-title p::before {
  content: "";
  position: absolute;
  background-color: var(--white-color);
  width: 80px;
  height: 3px;
  bottom: 0;

}

.theme-bullet-points ul li,
.theme-bullet-points ol li{
  font-size: 18px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  color: var(--white-color);
}

.theme-bullet-points ul li::before,
.theme-bullet-points ol li::before{
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f02e ";
  color: var(--white-color);
  margin-right: 20px;
  font-size: 24px;
}

.view-all-btn a {
  border-radius: 8px;
  padding: 10px 26px;
  flex-shrink: 0;
  background: #2F3192;
  text-align: center;
  border: none;
  text-transform: uppercase;
}

.view-all-btn a:hover {
  background-color: var(--header-top);
  color: var(--white-color);
  transition: all .3s ease;
}

.package-animate {
  /* border: 1px solid #262626; */
  box-shadow: 0 0 32px transparent;
}

.package-animate:hover {
  border: 1px solid var(--header-top);
  transform: translateY(-10px);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  box-shadow: 0 0 32px #171717;
  transform: translateY(-16px) scale(1.02);
  transition: all 0.5s ease;
}

/* 
        Our Partner Section
*/

.partners {
  padding: 50px 0;
}

.partner-slider .slider img {
  width: 200px;
  height: 85px;
  object-fit: contain;
}

.partner-slider .owl-dots .owl-dot.active span {
  width: 40px;
  background: var(--white-color);
}

.partner-slider .owl-dots {
  margin-top: 35px !important;
}

/* 
      Our Team Starts
*/
.team {
  padding: 50px 0;
}

.single-team {
  position: relative;
}

.single-team .team-img a {
  position: relative;
  display: block;
}

.single-team .team-img a::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(249, 80, 0, 0) 35%, rgba(14, 14, 14, 0.89) 78%);
  z-index: 0;
  transition: all 0.5s linear;
}

.single-team .team-content {
  position: absolute;
  left: 60px;
  bottom: 40px;
  z-index: 5;
  transition: all 0.3s linear;
}

.single-team .team-content .name {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.single-team .team-content .name a {
  color: #ffffff;
}

.single-team .team-content .name::before {
  content: "";
  position: absolute;
  height: 40px;
  width: 20px;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  background: linear-gradient(-180deg, #43baff 0%, #7141b1 100%);
  z-index: -1;
  transition: all 0.3s linear;
}

.single-team .team-content .designation {
  font-size: 12px;
  line-height: 24px;
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.single-team:hover .team-content .name::before {
  height: 145px;
  width: 80px;
  transform: translateY(-54%);
}

.single-team .team-img img {
  height: 300px;
  width: 100%;
  object-fit: contain;
}

.team .container .row div[class*=col-] {
  margin-bottom: 30px;
}

/* 
      Footer Section
*/

.footer {
  padding: 50px 0;
  background-image: url('https://rstheme.com/products/html/braintech/assets/images/bg/testimonial-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.footer-logo-title {}

.Ultimate {
  text-align: center;
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0;
  line-height: normal;
}

.design {
  text-align: end;
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footer-logo {
  width: 100%;
  height: 120px;
  object-fit: contain;
  margin-bottom: 20px;
}

.footer-title h3 {
  color: #FFF;
  position: relative;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.footer-title h3::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 3px;
  background-color: white;
  left: 0;
  bottom: -9px;
}

.footer-menu ul li {
  margin-bottom: 10px;
}

.footer-menu ul li a {
  color: var(--white-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-menu ul li a:hover {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  color: var(--header-top);

}

.footer-menu ul li:first-child {
  margin-top: 30px;
}

.footer-about-ivazz p {
  text-align: justify;
  line-height: 24px;
}

.social-media-links {
  margin-top: 30px;
}

.social-media-links ul {
  display: flex;
  align-items: center;
}

.social-media-links ul li {
  margin-right: 30px;
}

.social-media-links ul li a {
  color: var(--white-color);
}

.social-media-links ul li a i {
  font-size: 30px;
}

.social-media-links ul li a:hover i {
  color: var(--header-top);
  transform: translateY(-10px);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;

}

/* 
    BreadCrumb Section 
*/

.breadcrumb-section {
  padding: 50px 0 0 0;
}

.breadcrumb-item a {
  color: var(--header-top);
  font-size: 18px;
}

.breadcrumb-item.active {
  color: var(--white-color);
  font-size: 18px;
}

.template-desc-title h3 {
  font-size: 35px;
  color: var(--white-color);
  margin-top: 30px;
}

.theme-image {
  margin-top: 40px;
}

.template-desc-title h3 {
  position: relative;
}

.template-desc-title h3:hover {
  color: var(--header-top);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  transition: all 0.5s ease;
  cursor: pointer;
}

.template-desc-title h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 130px;
  height: 2px;
  background-color: var(--white-color);
}

.theme-image-slider {
  margin-top: 25px;
}

.theme-image-slider .slider img {
background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    height: 250px;
    -webkit-transition: 1.2s;
    transition: 1.2s;
    object-fit:cover;
}
.theme-image-slider .slider img:hover{
    background-position: center 100%;
}

.about-gig-title {
  margin-top: 60px;
  text-align: center;
  position: relative;
  padding: 10px 20px;
  margin-bottom: 40px;
}

.about-gig-title small {
  position: relative;
  z-index: 1;
  font-size: 45px;
  color: #fff;
}

.about-gig-title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/shape.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.about-gig-ul {
  margin-top: 40px;
}

.about-gig-ul ul li {
  color: var(--white-color);
  margin-bottom: 20px;
  font-size: 18px;
}

.about-gig-ul ul li {
  color: var(--white-color);
  margin-bottom: 20px;
  font-size: 18px;
  position: relative;
  padding-left: 10px;
}
.about-gig-ul li::before{
  content: "\f0a9"; /* Font Awesome 5 Pro icon code for the desired icon */
  font-family: "Font Awesome 5 Pro"; /* Specify the Font Awesome font family */
  position: absolute;
  left: -20px; /* Adjust the position as needed to control the icon's distance from the list item */
  top: 50%; /* Center the icon vertically */
  transform: translateY(-50%); /* Center the icon vertically */
}

/*.package-detail .single-pricing {*/
/*  background: #f8f8f8;*/
/*  border-radius: 10px;*/
/*  margin-top: 30px;*/
/*  position: relative;*/
/*  overflow: hidden;*/
/*  z-index: 1;*/
/*}*/

/*.package-detail .single-pricing::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  right: -38%;*/
/*  top: -42%;*/
/*  border: 30px solid #ffffff;*/
/*  width: 445px;*/
/*  height: 445px;*/
/*  border-radius: 50%;*/
/*  z-index: -1;*/
/*}*/

.single-pricing .pricing-bage .title {
  font-size: 36px;
  font-weight: 600;
  color: #0e0e0e;
}

.package-detail .pricing-price {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.package-detail .pricing-price .currency {
  font-size: 30px;
  line-height: 54px;
  font-weight: 600;
  color: #086ad8;
  display: inline-block;
  position: relative;
  bottom: -10px;
}

.package-detail .pricing-price .price {
  font-size: 90px;
  line-height: 54px;
  font-weight: 600;
  display: inline-block;
  color: #086ad8;
}

.package-detail .pricing-content,
.pricing-btn {
  padding-top: 55px;
}


.package-detail .pricing-content ul li {
  font-size: 18px;
  line-height: 40px;
  position: relative;
  padding-left: 25px;
}

.package-detail .pricing-content  li:before{
  content: "\"; /* Font Awesome 5 Pro icon code for the desired icon */
  font-family: "Font Awesome 5 Pro"; /* Specify the Font Awesome font family */
  position: absolute;
  left: 0; /* Adjust the position as needed to control the icon's distance from the list item text */
  top: 50%; /* Center the icon vertically */
  transform: translateY(-50%); /* Center the icon vertically */
  color: #7FE26E;

}


.package-detail .pricing-content ol li {
  font-size: 18px;
  line-height: 40px;
  position: relative;
  padding-left: 25px;
  color: #737373 !important;
    text-decoration: line-through;
    
}
.starting-from{
    font-size: 23px;
    color: red;
    margin-top: 6px;
}
.package-detail .pricing-content ol li:before{
  content: "\f057"; /* Font Awesome 5 Pro icon code for the desired icon */
  font-family: "Font Awesome 5 Pro"; /* Specify the Font Awesome font family */
  position: absolute;
  left: 0; /* Adjust the position as needed to control the icon's distance from the list item text */
  top: 50%; /* Center the icon vertically */
  transform: translateY(-50%); /* Center the icon vertically */
  color: #FF5E5E;

}

     .package-detail .row div[class*="col-"]:nth-child(2n-1) .animate__animated{
  background: #f8f8f8;
  border-radius: 10px;
  padding: 45px 55px 70px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

 .package-detail .row div[class*="col-"] .animate__animated:nth-child(even)::before,
 .package-detail .row div[class*="col-"] .animate__animated:nth-child(odd)::before {
  content: "";
  position: absolute;
  right: -38%;
  top: -42%;
  border: 30px solid #ffffff;
  width: 445px;
  height: 445px;
  border-radius: 50%;
  z-index: -1;
}
 .package-detail .row div[class*="col-"] .animate__animated:nth-child(odd)::before{
     opacity:0.7;
 }
 .package-detail .row div[class*="col-"]:nth-child(2n) .animate__animated{
  background: linear-gradient(-180deg, #43baff 0%, #7141b1 100%) !important;
  border-radius: 10px !important;
  padding: 45px 55px 70px !important;
  margin-top: 30px !important;
  position: relative !important;
  overflow: hidden !important;
  z-index: 1 !important;
}


.package-detail .row div[class*="col-"]:nth-child(2n) .animate__animated .single-pricing .title,
.package-detail .row div[class*="col-"]:nth-child(2n) .animate__animated .single-pricing .starting-from,
.package-detail .row div[class*="col-"]:nth-child(2n) .animate__animated .single-pricing .pricing-price .currency,
.package-detail .row div[class*="col-"]:nth-child(2n) .animate__animated .single-pricing .pricing-price .price,
.package-detail .row div[class*="col-"]:nth-child(2n) .animate__animated .single-pricing .pricing-content ul li,
.package-detail .row div[class*="col-"]:nth-child(2n) .animate__animated .single-pricing .pricing-content ul li:before{
    color:#fff;
}


.package-detail .pricing-content .pricing-btn .btn {
  display: inline-block;
  overflow: hidden;
  transform: perspective(0) translateZ(0);
  background: linear-gradient(195deg, #086ad8 0%, #42b9ff 100%);
  border-color: transparent;
  color: #ffffff;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  border: 0;
  border-style: solid;
  box-shadow: none;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  z-index: 1;
  position: relative;
  height: 50px;
  line-height: 48px;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
  padding: 0 50px;

}

/*

.single-pricing.active .pricing-badge .title,
.single-pricing.active .pricing-price .currency,
.single-pricing.active .pricing-price .price,
.single-pricing.active .pricing-content .pricing-list li,
.single-pricing.active .pricing-content .pricing-list li i,
.single-pricing.active .pricing-content .pricing-list li.not-available,
.single-pricing.active .pricing-content .pricing-list li.not-avaialble i {
  color: var(--white-color) !important;
}

.package-detail {
  margin-top: 40px;
}

.package-detail .btn::before {
  content: "";
  background: #0e0e0e;
  height: 50%;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.package-detail .btn::after {
  content: "";
  background: #0e0e0e;
  height: 50%;
  width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.package-detail .pricing-btn .btn:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.package-detail .pricing-btn .btn:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}

/* Similar Design Starts */
.similar-design {
  padding: 0 0 50px 0;
}

/* 
      Modal Popup 
*/
.enquiry-form label {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--white-color);
  margin-bottom: 11px;
}

.enquiry-form input {
  padding: 12px 0;
  border: none;
  background: transparent;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--white-color);
}

.enquiry-form input:focus {
  border-bottom: 1px solid #e5e5e5;
  background: transparent;
}

.enquiry-form input::placeholder {
  color: #888888;
}

.modal-content {
  background-color: transparent;
  border: none;
}

input[type="text"] {
  -webkit-appearance: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.modal-body .btn-close {
  color: var(--white-color);
}

.modal-dialog {
  max-width: 1000px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.contact-wrap {
  background: #272a34;
}

@media (min-width: 768px) {
  .p-md-5 {
    padding: 3rem !important;
  }
}

.form-group {
  margin-bottom: 1rem;
}

.form-control {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0;
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  height: 52px;
  background: transparent;
  color: rgba(255, 255, 255, 0.8) !important;
  box-shadow: none !important;
}

#message {
  height: inherit !important;
  border: none;
  background: transparent;
  border-bottom: 1px solid #e5e5e5;
  color: rgba(255, 255, 255, 0.8) !important;
  border-radius: 0;
}

#message:focus {
  background-color: transparent;
}

.btn.btn-primary {
  background: var(--header-top) !important;
  border-color: var(--header-top) !important;
  margin-top: 10px;
  color: #fff;
  padding: 12px 16px;
  cursor: pointer;
  border-width: 1px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn.btn-primary:hover {
  background: #0088CC !important;
  /* Slightly darker color on hover */
}

.contact-wrap h3 {
  color: var(--white-color);
}

.form-group {
  margin-bottom: 1rem;
}


.info-wrap {
  background: #1c1e25;
}

.info-wrap h3 {
  color: var(--white-color);
  font-size: 18px;
  position: relative;
}

.info-wrap .dbox {
  margin-bottom: 25px;
}

.info-wrap .dbox .icon i {
  font-size: 20px;
  color: var(--white-color);
}

.info-wrap .dbox .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.02);
}

.info-wrap .dbox p {
  color: #666666;
}

.info-wrap .dbox p span {
  font-weight: 400;
  color: #fff;
}

.info-wrap .dbox p a {
  color: rgba(255, 255, 255, 0.3);
}

button.float-end {
  background-color: transparent;
  border: none;
}

button.float-end i {
  color: #fff;
  margin-right: -15px;
  font-size: 30px;
}

/* 
        Media Query Starts
*/

@media screen and (min-width:1200px) and (max-width:1255px) {
  .theme-bullet-points ul li {
    font-size: 16px;
  }

  .Ultimate,
  .design {
    font-size: 18px;
  }
}

@media screen and (min-width:1024px) and (max-width:1200px) {
  .section-title-desc p {
    font-size: 15px;

  }

  .package-desc-box {
    padding: 20px;
  }

  .theme-bullet-points ul li {
    font-size: 16px;
  }

  .theme-title p {
    font-size: 20px;
  }

  .footer-menu ul li a i {
    margin-right: 1px !important;
  }
}


/* 
      Media Query Starts
*/
@media screen and (min-width:1024px) and (max-width:1200px) {}

@media screen and (max-width:1024px) {
  .brg {
    justify-content: space-around !important;
  }

  .nav-menu .container {
    justify-content: space-around !important;
  }

  .nav-menu .company-logo {
    border-right: none !important;
  }

  .nav-menu .responsive-nav-toggle {
    color: var(--white-color) !important;
  }
}

@media screen and (max-width:991px) {
  .nav-menu .container>div:first-child {
    display: block !important;
    width: 100%;
  }

  .nav-menu .company-logo {
    justify-content: space-between;
    border-right: none !important;
  }

  .nav-menu .responsive-nav-toggle {
    color: var(--white-color) !important;
  }

  .section-title h2,
  .section-title h2 span {
    font-size: 28px;
  }

  .section-title-desc p {
    font-size: 15px;
    text-align: center;
  }

  .theme-title p {
    font-size: 20px;
  }

  .theme-bullet-points ul li {
    font-size: 16px;
  }

  .theme-bullet-points ul li::before {
    font-size: 23px;
  }

  .package-box div[class*="col-"] {
    margin-bottom: 40px;
  }

  .footer .container .row>div[class*=col-] {
    margin-bottom: 15px;
  }

  .footer .container .row>div[class*=col-]:nth-child(1) {
    padding-left: 1.5rem !important;
  }
}

@media only screen and (max-width:767px) {
  .template-desc-title h3 {
    font-size: 22px !important;
  }
  .breadcrumb-item.active {
    font-size: 17px;
  }

  .about-gig-title small {
    font-size: 32px !important;
  }
  .info-wrap{
    padding: 1.5rem !important;
  }
   .about-gig-ul ul{
    padding-left:20px;   
  }
  .package-detail .row div[class*="col-"]:nth-child(2n-1) .animate__animated,
  .package-detail .row div[class*="col-"]:nth-child(2n) .animate__animated{
      padding:25px !important;
  }
  .package-detail .pricing-price .price{
      font-size:60px;
  }
  .similar-design .container .row div[class*=col-]{
      margin-bottom:25px;
  }
}

@media screen and (max-width:480px) and (max-width:640px) {
  .footer .row .col-lg-3:last-child {
    padding-left: 1.5rem !important;
  }

  .footer {
    padding: 0;
  }

  .nav-menu .container>div:first-child {
    display: block !important;
    width: 100%;
  }

  .nav-menu .company-logo {
    justify-content: space-between;
    border-right: none !important;
  }

  .nav-menu .responsive-nav-toggle {
    color: var(--white-color) !important;
  }

  .section-title h2,
  .section-title h2 span {
    font-size: 28px;
  }

  .section-title-desc p {
    font-size: 15px;
    text-align: center;
  }

  .theme-title p {
    font-size: 20px;
  }

  .theme-bullet-points ul li {
    font-size: 16px;
  }

  .theme-bullet-points ul li::before {
    font-size: 23px;
  }

  .package-box div[class*="col-"] {
    margin-bottom: 40px;
  }

  .footer .container .row>div[class*=col-] {
    margin-bottom: 15px;
  }

  .footer .container .row>div[class*=col-]:nth-child(1) {
    padding-left: 1.5rem !important;
  }
}

@media screen and (max-width:320px) and (max-width:480px) {

  .search-header input[type="search"] {
    padding: 9px;
  }

  .section-title h2,
  .section-title h2 span {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .section-title-desc p {
    font-size: 14px;
    text-align: center;
    line-height: 23px;
  }

  .theme-title p {
    font-size: 20px;
  }

  .theme-bullet-points ul li::before {
    font-size: 24px;
  }

  .package-desc-box {
    padding: 25px 16px;
  }

  .theme-bullet-points ul li {
    font-size: 14px;
  }

  .footer-logo {
    height: 95px;
  }

  .Ultimate,
  .design {
    font-size: 25px
  }

  .footer .row div[class*=col-] {
    margin-bottom: 30px;
  }

  .partners {
    padding: 0;
  }

  .partner-slider .slider img {
    width: 100%;
  }

  .footer-title h3 {
    display: inline-block;
    font-size: 17px;
  }

  .footer-menu ul li a {
    font-size: 15px;
  }

  .footer-about-ivazz p {
    line-height: 23px;
    font-size: 15px;
  }

  .social-media-links ul li a i {
    font-size: 27px;
  }

  .header-logo a img {
    width: 90px;
  }

  .footer {
    padding: 0;
  }

  .nav-menu .company-logo {
    border-right: none !important;
  }

  .nav-menu .responsive-nav-toggle {
    color: #fff !important;
  }

  

 
  .package-detail .single-pricing {
    padding: 25px !important;
  }

  .package-detail .single-pricing::before {
    right: -60%;
    top: -51%;
  }
  button.float-end i{
    margin-right: 0;
  }
  
}


/* Header */

/* Logo  */
.language .btn {
  padding: 0;
}

.language {
  border-right: 1px solid #a4a4a4;
  padding-right: 8px;
}

.language .dropdown-toggle::after {
  content: '\f107';
  font-family: 'Font Awesome 5 Pro';
  border: none !important;
  font-size: 25px;
  font-weight: 300;

}

.brg {
  border-left: 1px #eee solid;
  border-right: 1px #eee solid;
  height: 100%;
  padding: 25px 15px 25px 16px;
  width: 150%;
  align-items: center;
  text-align: right;
}

.language .btn-secondary:focus-visible {
  border: none;
}

.language .btn-secondary {
  background-color: transparent !important;
  border-color: transparent !important;
}

.language .btn-check:focus+.btn-secondary,
.language .btn-secondary:focus {
  box-shadow: none !important;
}

.contact-info p {
  color: var(--white-color);
  font-weight: 700;
  letter-spacing: 1px;
}

.company-logo a img {
  width: 140px;
  padding: 10px 35px 10px 0;
  object-fit: contain;
}

/* Logo Ends */

.nav-menu {
  border-bottom: rgba(255, 255, 255, .288) 1px solid;
}

.nav-menu .container {
  position: relative;
  display: flex;
  align-items: center;
}


.nav-menu .company-logo {
  display: flex;
  align-items: center;
  border-right: #eee 1px solid;
}

@media (max-width: 425px) {
  .nav-menu .company-logo {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 1199px) {
  .nav-menu .company-logo .responsive-nav-toggle {
    margin-left: 20px;
  }
}

.nav-menu .responsive-nav-toggle {
  font-size: 20px;
  color: var(--thm-black);
  cursor: pointer;
  transition: 500ms;
}

@media (min-width: 1200px) {
  .nav-menu .responsive-nav-toggle {
    display: none;
  }
}

.nav-menu .responsive-nav-toggle:hover {
  color: var(--thm-primary);
}

.nav-menu .navigation-menu-list,
.nav-menu .navigation-menu-list ul,
.sticky-head .navigation-menu-list,
.sticky-head .navigation-menu-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {

  .nav-menu .navigation-menu-list,
  .nav-menu .navigation-menu-list ul,
  .sticky-head .navigation-menu-list,
  .sticky-head .navigation-menu-list ul {
    display: flex;
  }
}

.nav-menu .navigation-menu-list>li {
  padding-top: 14px;
  padding-bottom: 14px;
}

.nav-menu .navigation-menu-list,
.sticky-head .navigation-menu-list {
  margin-left: auto;
  padding-right: 0;
  margin-right: 30px;
}

/*
.nav-menu .navigation-menu-list > li,
.sticky-head .navigation-menu-list > li {
padding-top: 14px;
padding-bottom: 14px;
}*/

.nav-menu .navigation-menu-list>li+li,
.sticky-head .navigation-menu-list>li+li {
  margin-left: 50px;
}

.nav-menu .navigation-menu-list>li>a,
.sticky-head .navigation-menu-list>li>a {
  font-family: var(--thm-font);
  font-size: 0.9rem;
  font-weight: 700;
  display: flex;
  letter-spacing: 1px;
  align-items: center;
  color: var(--white-color);
  transition: 500ms;
  position: relative;
  text-transform: uppercase;
}

.sticky-head .navigation-menu-list>li>a {
  color: var(--black-color) !important;
}

.nav-menu .navigation-menu-list>li>a::before,
.stricky-header .navigation-menu-list>li>a::before {
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -3px;
  left: 0;
  border-radius: 4px;
  color: var(--thm-base);
  transform: scale(0, 1);
  transform-origin: left center;
  transition: transform 500ms ease;
}

.nav-menu .navigation-menu-list>li.current>a,
.nav-menu .navigation-menu-list>li:hover>a,
.sticky-head .navigation-menu-list>li.current>a,
.sticky-head .navigation-menu-list>li:hover>a {
  color: #00AEEE;
}




.nav-menu .navigation-menu-list li.cart-btn a,
.sticky-head .navigation-menu-list li.cart-btn a {
  position: relative;
}

.nav-menu .navigation-menu-list li.cart-btn span,
.sticky-head .navigation-menu-list li.cart-btn span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-family: var(--thm-font);
  background-color: var(--thm-primary);
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%) translateX(50%);
  transition: background-color 500ms, color 500ms;
}

.nav-menu .navigation-menu-list li.cart-btn:hover span,
.sticky-head .navigation-menu-list li.cart-btn:hover span {
  background-color: #fff;
  color: var(--thm-black);
}

.nav-menu .navigation-menu-list li.cart-btn i,
.sticky-head .navigation-menu-list li.cart-btn i {
  font-size: 23px;
}

.nav-menu .navigation-menu-list li ul,
.sticky-head .navigation-menu-list li ul {
  position: absolute;
  top: 200%;
  left: 0;
  min-width: 220px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  ;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.42s ease-out;
  -moz-transition: all 0.42s ease-out;
  -ms-transition: all 0.42s ease-out;
  -o-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}

.nav-menu .navigation-menu-list li:hover>ul,
.sticky-head .navigation-menu-list li:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border-top: 3px #02aeef solid;
  min-width: 260px;
}

.nav-menu .navigation-menu-list li ul li,
.sticky-head .navigation-menu-list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.nav-menu .navigation-menu-list li ul li+li,
.sticky-head .navigation-menu-list li ul li+li {
  border-top: 1px solid RGBA(var(--thm-black), 0.1);
}

.nav-menu .navigation-menu-list li ul li a,
.sticky-head .navigation-menu-list li ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: var(--thm-black);
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 500ms;
}

.nav-menu .navigation-menu-list li ul li:last-child>a,
.sticky-head .navigation-menu-list li ul li:last-child>a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}



.nav-menu .navigation-menu-list li ul li:hover>a,
.sticky-head .navigation-menu-list li ul li:hover>a {
  background-color: var(--thm-primary);
  color: #fff;
  padding-left: 18px;
}

.nav-menu .navigation-menu-list li ul li>ul,
.sticky-head .navigation-menu-list li ul li>ul {
  top: 0;
  left: 100%;
}

.nav-menu .navigation-menu-list li ul li>ul.right-align,
.sticky-head .navigation-menu-list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.nav-menu .navigation-menu-list li ul li>ul ul,
.sticky-head .navigation-menu-list li ul li>ul ul {
  display: none;
}

.navigation-mobile-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: transform 0.5s ease 0.5s, opacity 0.5s ease 0.5s, visibility 0.5s ease 0.5s;
  z-index: 999;
}

.navigation-mobile-wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.navigation-mobile-wrapper.expanded {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: transform 0.5s ease 0.5s, opacity 0.5s ease 0.5s, visibility 0.5s ease 0.5s;
}

.navigation-menu-list .dropdown i {
  color: var(--black-color);
}

.sticky-head .navigation-menu-list .dropdown i {
  color: var(--black-color);
}

.navigation-mobile-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--thm-black);
  opacity: 0.8;
  cursor: pointer;
}

.navigation-mobile-content {
  max-width: 425px;
  width: 100%;
  background-color: #333;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  visibility: hidden;
  opacity: 0;
  transform: translateX(50%);
  transition: transform 0.5s ease, visibility 0.5s ease, opacity 0.5s ease;

}

.navigation-mobile-wrapper.expanded .navigation-mobile-content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: transform 0.9s ease 0.9s, visibility 0.9s ease 0.5s, opacity 0.9s ease 0.9s;
}

.navigation-mobile-content .thm-btn {
  padding: 8px 0;
  width: 100%;
  text-align: center;
}

.navigation-mobile-content .company-logo {
  margin-bottom: 30px;
  display: flex;
}

.navigation-mobile-cross {
  position: absolute;
  top: 50px;
  right: 15px;
  font-size: 30px;
  color: #fff;
  font-weight: 100;
  cursor: pointer;
}

.navigation-mobile-cross:after,
.navigation-mobile-cross:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 2px;
  top: 0;
  right: 3px;
  background-color: #fff;
  transform: rotate(45deg);
}

.navigation-mobile-cross:after {
  transform: rotate(-45deg);
}

.navigation-mobile-content .navigation-menu-list,
.navigation-mobile-content .navigation-menu-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.navigation-mobile-content .navigation-menu-list ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.navigation-mobile-content .navigation-menu-list ul li a {
  padding-left: 1em;
}

.navigation-mobile-content .navigation-menu-list li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navigation-mobile-content .navigation-menu-list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #fff;
  font-size: 15px;
  font-family: var(--thm-font);
  font-weight: 400;
  height: 46px;
  align-items: center;
  transition: 500ms;
}

.navigation-mobile-content .navigation-menu-list li a.expanded {
  color: var(--thm-base);
}

.navigation-mobile-content .navigation-menu-list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--thm-base);
  border: none;
  outline: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.navigation-mobile-content .navigation-menu-list li a button.expanded {
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--thm-black);
}

.navigation-mobile-content .navigation-menu-list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  transform: translate(0, 0);
}

.navigation-mobile-content .navigation-menu-list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__language {
  display: flex;
  align-items: center;
}

.mobile-nav__language img {
  border-radius: 50%;
  margin-right: 10px;
}

.mobile-nav__language .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 70px;
}

.mobile-nav__language .bootstrap-select>.dropdown-toggle {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
  outline: none;
  color: #fff;
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 18px;
  color: #fff;
  transition: 500ms;
  margin-right: 15px;
}

.mobile-nav__social a+a {
  margin-left: 10px;
}

.mobile-nav__social a:hover {
  color: var(--thm-primary);
}

.mobile-navigation-contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-navigation-contact li {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}

.mobile-navigation-contact li+li {
  margin-top: 15px;
}

.mobile-navigation-contact li a {
  color: inherit;
  transition: 500ms;
}

.mobile-navigation-contact li a:hover {
  color: var(--thm-primary);
}

.mobile-navigation-contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--thm-black);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
  color: #fff;
}

.mobile-navigation-container .company-logo {
  display: none;
}

.mobile-navigation-container .right-contact {
  display: none;
}

.right-contact {
  margin-left: 2em;
}

.navigation-mobile-content .navigation-menu-list li a button.expanded {
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--thm-black);
}

/* Sticky head */

.sticky-head {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  transform: translateY(-110%);
  transition: transform 500ms ease;
  box-shadow: 0px 10px 20px -12px rgb(0 0 0 / 20%);
}

@media (max-width: 1199px) {
  .sticky-head {
    display: none;
  }
}

.sticky-head.stricky-fixed {
  transform: translateY(0);
}

.sticky-head .contact-info p {
  color: var(--black-color);
}

.sticky-head .language .dropdown-toggle::after {
  color: var(--black-color);
}

/* End of header bottom */
/* END OF HEADER */

/* Register Domain Starts */

.domain-title {
  font-size: 40px;
  font-weight: 700;
  color: #333;
}

.sub-title h3 {
  font-size: 20px;
  font-weight: 500;
  color: #555;
}

.domain-search {
  text-align: center;
}

.domain-search form .search-class {
  max-width: 600px;
  margin: 0 auto;
  border-bottom: 7px #ded7d7 solid;
  height: 45px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  display: initial !important;
}

.domain-search .submit-btn {
  background-color: #02aeef;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  color: var(--white-color);
  height: 45px;
  margin-left: -5px;
  margin-top: -2px;
  padding: 0px 23px 8px 10px;
  border: none;
}

.domain-search .search-class:focus {
  box-shadow: none;

}

.domainFeatures {
  padding: 20px;
  background-color: var(--domain--feature);
}

.domainFeatures h5 {
  font-size: 20px;
  font-weight: 600;
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  width: 60%;
  margin: 20px auto;
  text-align: left;
}

.feature-list li {
  flex-basis: 25%;
  box-sizing: border-box;
  padding: 5px 10px 5px 10px;
  font-size: 13px;

}

.feature-list li i {
  font-weight: 600;
  padding-right: 8px;
}

.domainList {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.domainList .domainPrice {
  padding: 2rem 0.5rem;
  background-color: var(--domainPrice);
  width: 100%;
  font-weight: 700;
  border-right: 1px solid #bfb4b4;
}

.domainList .domainPrice:last-child {
  border-right: none;
}

.domainList .domainPrice:last-child a {

  color: var(--black-color);
  font-weight: 500;
}

.domainList .domainPrice:first-child {
  background-color: #02aeef;
  border-right: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
}

.domainList .domainPrice:first-child::after {
  content: "";
  height: 50px;
  position: absolute;
  width: 50px;
  background: #02aeef;
  top: 28%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -24px;
  z-index: 1;

}