/* font-family: 'Hind', sans-serif;
font-family: 'Poppins', sans-serif; */

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  overflow-y: visible;
}
body.compensate-for-scrollbar {
  margin-right: 0px;
  overflow-y: visible;
}
html {
  scroll-behavior: smooth;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
  font-family: Poppins, sans-serif;
  color: #000;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn:hover {
  color: #fff;
}
a:hover {
  text-decoration: none;
}
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}
:focus {
  outline: 0;
}
:hover {
  transition: 0.2s;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin-bottom: 0;
  font-family: "Hind", sans-serif;
  color: #8f8f8f;
}
ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.default-btn {
  padding: 15px 40px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
}
.default-btn2 {
  border-radius: 5px;
  padding: 15px 34px;
  font-size: 1.125rem;
  font-weight: 600;
  border: 0;
  outline: none;
  color: #fff;
  background-color: #1d7874;
}
.default-btn2:hover {
  background-image: none;
  background-color: #000;
  color: #fff;
}
.sec-main-heading {
  color: #0b0b0b;
  font-size: 46px;
  font-weight: 700;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* header-css */
header {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 1rem 0;
  z-index: 999;
}
.desktop-button .default-btn {
  background: #ffffff;
  color: #000;
}
.menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.desktop-menu ul {
  padding: 0;
}
.desktop-menu {
  justify-content: center;
}
.dropdown-menu .dropdown-item {
  color: #fff !important;
  line-height: 40px;
  position: relative;
  background-color: #1d7874;
}
.desktop-menu ul li {
  padding: 0;
}
.desktop-menu ul li a {
  font-size: 1rem;
  color: #000;
  font-weight: 500;
  -webkit-transition: .4s cubic-bezier(.24,.74,.58,1)!important;
  -khtml-transition: .4s cubic-bezier(.24,.74,.58,1)!important;
  -moz-transition: .4s cubic-bezier(.24,.74,.58,1)!important;
  -ms-transition: .4s cubic-bezier(.24,.74,.58,1)!important;
  -o-transition: .4s cubic-bezier(.24,.74,.58,1)!important;
  transition: .4s cubic-bezier(.24,.74,.58,1)!important;
  display: inline-block;
  position: relative;
}
.desktop-menu ul li a:before {
  content: '';
  width: 0;
  position: absolute;
  top: 50%;
  right: 0;
  height: 3px;
  -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
  -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
  -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
  -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
  -o-transition: .3s cubic-bezier(.24,.74,.58,1);
  transition: .3scubic-bezier(.24,.74,.58,1);
  margin-top: 26px;
  background-image: -webkit-linear-gradient(to right,rgb(255, 192, 0),rgb(255, 192, 0))!important;
  background-image: -moz-linear-gradient(to right,rgb(255, 192, 0),rgb(255, 192, 0))!important;
  background-image: -ms-linear-gradient(to right,rgb(255, 192, 0),rgb(255, 192, 0)) ;
  background-image: -o-linear-gradient(to right,rgb(255, 192, 0),rgb(255, 192, 0))!important;
  background-image: linear-gradient(to right,rgb(255, 192, 0),rgb(255, 192, 0)) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='',endColorStr='');
}
.main-header .dropdown-menu .dropdown-item:before {
  height: 100%;
  top: initial;
  right: initial;
  left: 0;
  margin-top: -5px;
  z-index: -1;
}
.dropdown-item:focus, .dropdown-item:hover{background-color: transparent;}
.desktop-menu ul li a:hover:before {
  width: 100%;
}
.desktop-menu ul li a:hover,
.desktop-menu ul li a.active {
  color: #1d7874;
}
.banner_wrap {
  position: relative;
}

.logo-white {
  display: none;
}

.header-bottom {
  align-items: center;
}

.logo-dark {
  display: inline-block;
}
/* 
  .header-bottom-wrap .container-fluid {
      padding: 0px 50px;
  } */
.main-header .container-fluid {
  padding: 0px 60px;
}
/* header-end */

/* banner-start */

.banner-sec {
  position: relative;
  padding: 200px 0px 0px;
  background-image: url("../images/banner-bg.jpg");
  width: 100%;
  height: 920px;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-mockup-wrapp {
  content: "";
  position: absolute;
  top: 4rem;
  right: 9rem;
}
.banner-sec .top-heading {
  font-size: 2.5rem;
  font-weight: 700;
}
/* .banner-mockup-wrapp img{
      
  } */

.banner-content-wrapp p {
  margin-top: 20px;
  color: #fff6e7;
  font-size: 16px;
  line-height: 26px;
}

.banner-sec .container-fluid {
  padding: 0px 70px;
}

.banner-content-wrapp h1 {
  font-size: 54px;
  font-weight: 400;
  color: #fff;
}

.banner-content-wrapp .sub-head {
  font-size: 40px;
  text-transform: uppercase;
  color: rgb(255, 192, 0) ;
  font-weight: 800;
}

.banner-content-wrapp span {
  color: rgb(255, 192, 0) ;
  font-weight: 800;
}

.banner-content-wrapp .uppr-txt {
  text-transform: uppercase;
}
.banner-btn a {
  background-color: rgb(255, 192, 0);
  color: #000;
  background-image: none;
}
.banner-btn a:hover {
  background-color: #000;
  color: #fff;
}

.banner-btn {
  display: block;
  margin-top: 40px;
}

/* achievements-sec */
.achievements-sec {
  padding: 80px 0px;
}

.achieve-logos {
  display: flex;
  justify-content: space-between;
}

.achieve-logos {
  display: flex;
  justify-content: space-between;
}

.achieve-content-wrapper h2 {
  line-height: 50px;
}
/* achievements-sec */

/* We Want To Bring */
.we-want {
  position: relative;
  background: #f4f7ff;
  padding: 80px 0px;
}
.we-wat-p .sec-p {
  color: #686d6e;
  margin: 50px 0;
  font-size: 15px;
  line-height: 25px;
  padding-right: 80px;
  font-weight: 500;
}
.we-want-img {
  margin-left: -30px;
}
.we-want-img2 {
  text-align: right;
  margin-top: 20%;
}
.we-want-img2 {
  margin-top: 24%;
  display: block;
  margin-left: auto;
}
.we-want-img3 {
  margin: 15vh 16px 0 auto;
  display: block;
}
.we-want-secimg {
  position: absolute;
  left: 3%;
  top: 30%;
}
.we-want h2 {
  text-align: center;
  font-size: 60px;
  line-height: 66px;
  font-weight: 500;
}

.we-want h2 span {
  color: #1d7874;
  font-weight: 800;
}
/* We Want To Bring */

/* counter-number */
.counter-number {
  background-image: url(../images/counting-bg.jpg);
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.destp {
  display: none;
}
.counter-wrpaer {
  display: flex;
  align-items: center;
}
.counter-ul,
.counter-ul2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.counter-ul li {
  margin: 0 80px;
}
.counter-ul2 {
  justify-content: space-between;
  margin-top: 50px;
}
.number-area {
  margin-left: 20px;
}
.number-area h3 {
  color: #fff;
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 0;
}

.number-area p {
  margin: 0;
  font-size: 19px;
  color: #ffdddd;
}

/* portfolio-start */
.portfolio-sec {
  padding: 90px 0px;
}
.port-tabs-list {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  border-top: 1px solid #31bbfa;
}
.port-tabs .nav-item .nav-link {
  color: #4a4a4a;
  font-weight: 500;
  border-bottom: 2px transparent;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 15px;
}
.port-tabs .nav-item .nav-link.active,
.port-tabs .nav-item .nav-link:hover {
  color: #1d7874;
  background-color: transparent;
  border-bottom: 2px solid rgb(255, 192, 0);
  border-radius: 0;
}
.port-tabs .nav-item {
  margin-right: 3px;
}

.port img {
  display: block;
  max-width: 100%;
  align-self: center;
  -webkit-transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
  transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
  visibility: visible;
  opacity: 1;
}
.column {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-width: 100%;
}
.website-pack-preview {
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.website-pack-preview span:nth-child(2) {
  left: 40px;
}

.website-pack-preview span:nth-child(2),
.website-pack-preview span:nth-child(3) {
  position: absolute;
  top: auto;
  width: 180px;
  height: auto;
  opacity: 0.8;
  z-index: 2;
}

.column:not(.inline-elements) > :last-child {
  margin-bottom: 0;
}

.website-pack-preview span:nth-child(3) {
  right: 40px;
}

.port-img:hover span.card:nth-child(3) {
  transform: rotate(20deg);
  right: 30px;
}

.port-img:hover span.card:nth-child(2) {
  transform: rotate(-20deg);
  left: 30px;
}

.website-pack-preview:hover span {
  padding: 0;
  overflow: hidden;
}

.website-pack-preview span {
  margin: 0px;
  padding: 0;
  overflow: hidden;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  border-radius: 20px;
}

.website-pack-preview:hover span:first-child {
  transform: scale(1.1);
}
.website-pack-preview span:first-child {
  width: auto;
  height: auto;
  z-index: 3;
}
.card {
  -webkit-transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
  transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
  /* box-shadow: 0px 0px 15px 0px rgb(154 154 154 / 59%), 0px 0px 0px 0px rgb(179 179 179 / 54%); */
  border: none;
}
.port-content-wrapp {
  text-align: center;
  margin-bottom: 30px;
}
.port-content-wrapp h2 {
  margin-bottom: 10px;
}
.port-content-wrapp p {
  font-size: 18px;
  padding: 0px 100px;
}
.port-image-box {
  margin-bottom: 80px;
}
.port-btn {
  text-align: center;
  display: block;
  margin-top: 20px;
}

/* main-cta */
.main-cta {
  position: relative;
  background-image: url("../images/cta-bg.jpg");
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0px;
}
.main-cta::before {
  content: "";
  position: absolute;
  background-image: url("../images/cta-before-img.png");
  width: 650px;
  height: 390px;
  background-size: cover;
  background-repeat: no-repeat;
  top: -30px;
  left: -200px;
}
.main-cta::after {
  content: "";
  position: absolute;
  background-image: url("../images/cta-after-img.png");
  width: 500px;
  height: 440px;
  background-size: cover;
  background-repeat: no-repeat;
  top: -40px;
  right: -40px;
}
.cta-hd-wrapp {
  text-align: center;
}
.cta-hd-wrapp h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 400;
}
.cta-hd-wrapp h2 span {
  font-weight: 800;
}
.cta-hd-wrapp p {
  margin-top: 20px;
  color: #fffbfb;
}
.cta-btns {
  margin-top: 45px;
  text-align: center;
  display: block;
}
.cta-btns .pop-btn {
  border: 2px solid #fff;
  color: #ffffff;
  border-radius: 10px;
  background-color: transparent;
}
.cta-btns .pop-btn:hover,
.cta-btns .chat-btn:hover {
  background-color: #000;
  color: #fff;
}
.cta-btns .call-btn {
  background-color: rgb(255, 192, 0);
  color: #1c1c1c;
  border-radius: 10px;
  padding: 17px 30px;
}
.cta-btns .call-btn:hover {
  background-color: #fff;
  color: #000;
}
.cta-btns .chat-btn {
  background-color: #fff;
  color: #1c1c1c;
  border-radius: 10px;
  padding: 17px 30px;
}
.cta-btns a {
  margin: 0px 10px;
  text-transform: uppercase;
}

/* packages */
.price-card {
  background-color: #fff;
  text-align: center;
  padding: 40px 25px 40px 25px;
  border-radius: 15px;
  position: relative;
  margin: 0 5px;
  margin-bottom: 20px;
  border: 1px solid #1d7874;
  transition: all 0.5s ease-in-out;
}
.price-card:hover .slimScrollBar{background: rgb(255, 192, 0) !important;}
.price-card .name-shape {
  height: 20px;
  width: 385px;
  background-color: #000000;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50px 50px 0 0;
  overflow: hidden;
  display: none;
}
.price-card .name-shape::before,
.price-card .name-shape::after {
  content: "";
  height: 20px;
  width: 25px;
  background-color: #50b9b6;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100% 100% 0 0;
}
.price-card .name-shape::after {
  right: 0;
  top: 0;
  left: initial;
  border-radius: 100% 100% 0 0;
}
.price-card_title {
  font-size: 23px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  width: auto;
  margin: 0 auto 5px auto;
  color: #1c1c1c;
  padding: 0px 0px 0px 0px;
  text-align: center;
}
.price-card_price {
  font-size: 46px;
  font-weight: 800;
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 1px 50px 0px 60px;
  border-radius: 6px;
  margin-top: 15px;
  background-color: #1d7874;
}
.price-card_price .currency {
  font-size: 24px;
  position: absolute;
  top: 5px;
  font-weight: 500;
  left: 19%;
  color: #fff;
}
.price-card_content {
  margin-top: 10px;
  margin-bottom: 8px;
}
.price-card_text {
  margin-bottom: 14px;
}
.price-card .as-btn {
  background-color: #1c1c1c;
}
.price-card .as-btn:before,
.price-card .as-btn:after {
  background-color: #1c1c1c;
}
.price-card.active .price-card_title {
  background-color: var(--theme-color);
}
.price-card.active .as-btn {
  background-color: var(--theme-color);
}
.price-card.active .as-btn:before,
.price-card.active .as-btn:after {
  background-color: var(--title-color);
}
.packages-sec .port-tabs .nav-item .nav-link.active,
.packages-sec .port-tabs .nav-item .nav-link:hover {
  color: #ffffff;
  background-color: rgb(29, 120, 116);
}

.packages-sec .port-tabs .nav-item .nav-link {
  padding: 20px;
  line-height: 15px;
  border: 0;
  border-radius: 5px;
}
.price-card_text {
  display: none;
}
.available-list ul {
  text-align: left;
  margin-top: 0px;
}
.chat_btn:before {
  content: "";
  background-color: #03ff03;
  display: inline-block;
  border-radius: 100%;
  width: 11px;
  height: 11px;
  animation: greenlight 1.3s ease infinite;
  margin-right: 5px;
}
@keyframes greenlight {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.act-box1 .chat_btn {
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 500;
}

.act-box1 {
  text-align: left;
}

.act-box1 a {
  color: #1c1c1c;
  font-weight: 500;
  font-size: 13px;
}
.available-list ul li {
  color: #656565;
  font-size: 15px;
  line-height: 32px;
}

.available-list {
  margin: 30px 0px;
}

.available-list ul li i {
  color: #1d7874;
  margin-right: 10px;
}
.actions {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.port-order-btn {
  display: block;
  margin-top: 30px;
}
.act-box1 i {
  color: #1d7874;
  margin-right: 5px;
}
.price-card:hover {
 background-color: #1d7874;
}

.price-card:hover h3 {
  color: #fff;
}

.price-card:hover .price-card_price {
  background: rgb(255, 192, 0) ;
  color: #1c1c1c;
}
.price-card:hover .price-card_price span {
  color: #1c1c1c;
}
.price-card:hover .available-list ul li {
  color: #ece9e9;
}
.price-card:hover .available-list ul li i {
  color: rgb(255, 192, 0) ;
}
.price-card:hover a {
  color: #eee;
}
.price-card:hover a i {
  color: #fff;
}
.price-card:hover .port-order-btn a {
  background: rgb(255, 192, 0) ;
  color: #1c1c1c;
}

/* faqs */
.accordion > .card {
  border: 0;
}
.card-header {
  border: 0;
  background-color: transparent;
}
#main #faq .card .card-header {
  border: 0;
  padding: 0;
}
#main #faq .card .card-header .btn-header-link {
  display: block;
  text-align: left;
  color: #163235;
  margin: 0.7rem 0px;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #1d7874;
  padding-left: 0;
  font-size: 1.625rem;
  font-weight: 600;
}
#main #faq .card .card-header .btn-header-link:focus {
  box-shadow: none;
  outline: 0;
}
#main #faq .card {
  border: 0;
  background: #ffffff;
}
#main .accordion {
  margin: 2rem 0;
}
#main #faq .card .card-header .btn-header-link:after {
  content: "";
  float: right;
  background: url(../images/according-open.png) left/cover no-repeat;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

:has(.collapse.show) [aria-expanded="true"] {
  border-color: transparent !important;
}
#main #faq .card-body {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #40bcc6;
}

#main #faq .card .collapsing {
  line-height: 30px;
}
#main #faq .card .collapse {
  border: 0;
}
#main #faq .card .collapse.show {
  line-height: 30px;
  color: #222;
}
.acourding-sec {
  padding: 230px 0px 100px;
}
.acourding-sec .sec-main-heading {
  margin-bottom: 60px;
  color: #163235;
  font-weight: 800;
}

/*footer-form_bg*/
.footer-form {
  padding: 50px 0;
  background-size: cover;
  background-color: #1d7874;
}
.footer-form h2.heading {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  margin-top: 0;
}

.footer-form .footer-form-wrapp .col-lg-6 {
  padding: 0 7px;
  margin-bottom: 25px;
}
.footer-form .footer-form-wrapp input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #8ebcba;
  border-radius: 0;
  padding: 0px 0px 15px 0px;
  box-shadow: none !important;
  font-size: 15px;
  color: #bbe6e4;
}

.footer-form .footer-form-wrapp input::-webkit-input-placeholder,
.footer-form .footer-form-wrapp textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8ebcba;
}
.footer-form .footer-form-wrapp textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #8ebcba;
  border-radius: 0;
  resize: none;
  height: 36px;
  box-shadow: none !important;
  overflow: hidden;
  color: #fff;
}
.footer-form .footer-form-wrapp .footer-form-button {
  margin: 25px 0 0 0;
}
.footer-form .footer-form-wrapp .footer-form-button input {
  background: rgb(255, 192, 0) !important;
  font-size: 18px !important;
  padding: 13px 40px !important;
  color: #163235 !important;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  transition: all 0.5s ease;
  border-radius: 6px;
}
.footer-form .footer-form-wrapp .col-lg-6:first-child {
  padding: 0 40px 0 0;
  margin-bottom: 50px;
}
.footer-form .footer-form-wrapp .col-lg-6:first-child .col-lg-6:nth-child(2) {
  padding: 0;
  margin-bottom: 60px;
}

.footer-form .footer-form-wrapp .col-lg-6:nth-child(3) {
  padding: 0 40px 0 0;
}

.footer-form-wrapp .footer-fields-wrapp {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}
.footer-form-content h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 6px;
  letter-spacing: 7px;
}

.footer-form-content h2 span {
  color: rgb(255, 192, 0) ;
}

.footer-form-content h2 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 20px;
}
.footer-form-content p {
  color: #c5d1f5;
}
footer {
  background: #1e201f;
  padding: 90px 0px;
}

.f-first-box {
  margin-bottom: 0px;
  display: block;
}

.f-first-box p {
  margin-right: 0;
  font-size: 16px;
}

.social-links-box {
  margin-top: 30px;
}

.social-links-box a {
  color: #d0d0d0;
}

.social-links-box a i {
  font-size: 22px;
  margin-right: 30px;
}

.social-links-box a i:hover {
  color: #ffe005;
}
.f-links-box h5 {
  color: rgb(255, 192, 0) ;
  margin-bottom: 25px;
  font-size: 18px;
}

.f-links-box ul li a {
  color: #b3b5b4;
  transition: all 0.3s ease-in-out;position: relative;
}
.f-links-box ul li a:hover::before , .contact-details li a:hover::before {
  content: '\f101';
  font-family: 'Font Awesome 5 Free';
  transition: all 0.3s ease-in-out;
  left: -32px;
  bottom: 0;
  margin-left: 10px;
  position: absolute;
  color: #b3b5b4;
  font-weight: 900;
}
.f-links-box ul li {
  margin-bottom: 15px;
}
.copyright-sec {
  background-color: #000;
  padding: 15px 0;
}
.copyright-box ul {
  display: flex;
  justify-content: space-between;
}

.copyright-box ul a {
  color: #fff;
  font-size: 15px;
}

.copyright-box ul li {
  color: #fff;
}

/* testimonials */
.testimonials {
  position: relative;
}
.testimonials::before {
  content: "";
  position: absolute;
  background-image: url("../images/testi-before-img.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 741px;
}
.testi-hd-wrapp h2 {
  color: #163235;
  font-weight: 800;
}

.testi-hd-wrapp {
  margin-top: 90px;
  position: relative;
  z-index: 999;
}
.testi-slider {
  margin: 45px 0px 0px 130px;
  position: relative;
}
.testi-slider::before {
  content: "";
  position: absolute;
  background-image: url("../images/testi-comma.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 373px;
  left: 25%;
  top: -50%;
  z-index: -1;
}
.testi-wrapp p {
  color: #5d7072;
  font-size: 16px;
  line-height: 26px;
}
.testi-content h4 {
  color: #1d7874;
  margin-top: 20px;
}

.testi-content h5 {
  color: #b8b8b8;
  font-weight: 400;
  font-size: 16px;
}

.footer-step-form-btn {
  background: #32c5fd !important;
  font-size: 16px !important;
  padding: 10px 30px !important;
  color: #163235 !important;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  transition: all 0.5s ease;
  border-radius: 6px;
  margin: 0px auto;
}
.footer-step-form input {
  padding: 25px 0px 25px 20px;
  outline: none;
  border: none;
  width: 80%;
  margin: 0px auto 15px;
}

.footer-step-form-btn {
  text-align: center;
  display: block;
}

.f-links-box.footer-step-form {
  text-align: center;
}
.f-links-box ul li a:hover ,.contact-details li a:hover{
  color: #ffe005;
  margin-left: 25px;
  display: block;
}
.copyright-box ul .privacy-links a:hover {
  color: #ffe005;
}
.footer-form form label {
  color: #fff;
  font-size: 13px;
  text-align: center;
  margin-top: 6px;
}
#regForm .tab {
  display: none;
  margin: 0;
}

/* popup-css */
.form-left-art h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #000;
  margin-bottom: 0;
}

.form-left-art h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: #1d7874;
  margin-bottom: 10px;
}

.form-left-art sup {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  vertical-align: super;
  position: absolute;
  left: 49px;
  top: 27px;
}

.form-left-art h4 {
  font-family: "Poppins", sans-serif;
  font-size: 110px;
  margin-bottom: 0;
  color: #fff;
  margin-left: -52px;
  position: relative;
  padding: 0 106px;
  line-height: 125px;
  max-width: 380px;
  background: #1d7874;
}

.popup-main-wrap {
  padding: 40px;
  background-color: #000;
  border: 5px solid #1d7874;
  border-radius: 15px;
}

.form-right-art h3 {
  font-weight: 400;
  font-size: 25px;
  color: #a1a1a1;
  margin-bottom: 12px;
  text-align: center;
}

.form-right-art h2 {
  font-weight: 600;
  font-size: 41px;
  color: #fff;
  margin-bottom: 24px;
  text-align: center;
}

.form-left-art {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 90px 20px 50px;
  border-radius: 15px;
  margin-left: -125px;
}

.form-left-art {
  background-image: url(../images/popup-img.jpg);
}

.sup2 {
  left: 320px !important;
  top: 46px !important;
}

.ftr-frm input,
.ftr-frm button {
  border-radius: 50rem !important;
  padding: 10px 30px !important;
  height: auto;
}

.ftr-frm button {
  font-weight: 600;
  font-size: 18px;
  background-color: #1d7874;
  color: #fff;
  border: 3px solid rgb(255, 192, 0);
  width: 100%;
}

.ftr-frm button:focus {
  outline: none;
}

.entry-box1 {
  max-width: 900px;
  margin: 0 auto;
  max-height: 800px;
  position: fixed;
  top: 50%;
  width: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  overflow: unset !important;
  display: none;
}

.cross {
  position: absolute;
  color: #fff;
  right: -30px;
  top: -30px;
  padding: 10px 15px !important;
  background-color: #1d7874 !important;
  border-radius: 50%;
  opacity: 1;
}

.form-left-art h4::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 126px;
  clip-path: polygon(100% 47%, 0 0, 0 100%);
  top: 0;
  right: -44px;
  background: #1d7874;
}

.form-left-art figure {
  width: auto;
}

label.error {
  color: #fff;
}
.popup-main-wrap label {
  text-align: center;
  display: block;
  font-size: 14px;
  margin-top: 3px;
}
/* inner=pages */
.inner-banner {
  height: 830px;
  padding: 0;
  display: flex;
  align-items: center;
}
.inner-banner h1 {
  color: #000;
  font-size: 3.875rem;
}
.inner-banner h1 span {
  color: #1d7874;
}
.web-devpmnt-banr {
  background: url(../images/web-development.banner.jpg) left/cover no-repeat;
}
.top-heading {
  display: inline-block;
  border-radius: 5px;
  background-color: #1d7874;
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1rem;
}
/* Begin: Services Banner CSS */

.servicesBannerSlider {
  margin-right: -22rem;
}

.servicesBannerSlider figure {
  margin: 0;
}

.servicesBannerSlider figure img {
  width: 100%;
  border-radius: 8px;
}

.servicesBannerSlider figure {
  border-radius: 10px;
}

.servicesBannerSlider .swiper-button-prev {
  left: initial;
  right: 50px;
  bottom: 50px;
  top: initial;
}

.servicesBannerSlider .swiper-button-next {
  bottom: 120px;
  top: initial;
  right: 48px;
}
.servicesBannerSlider .swiper-button-next,
.servicesBannerSlider .swiper-button-prev {
  background: #000;
  padding: 30px 40px;
  border-radius: 10px;
  color: #fff;
}
/* END: Services Banner CSS */
.owl-theme .owl-dots .owl-dot {
  font-size: 0 !important;
  outline: none;
}
.services-that-sec {
  background: url(../images/sevices-that-bg.png) top center/cover no-repeat;
  padding: 2rem 0;
}
.content-area h4 {
  color: #32c5fd;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.content-area h3 {
  color: #fff;
  font-size: 2.625rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.content-area p {
  color: #bad3f1;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.services_sec02 {
  position: relative;
  z-index: 2;
}
.bg-heaidng {
  position: absolute;
  top: 0;
  left: -31rem;
  z-index: -1;
  font-size: 16.438rem;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(192, 192, 192, 0.15);
  -ms-text-stroke-color: rgba(192, 192, 192, 0.15);
  -o-text-stroke-color: rgba(192, 192, 192, 0.15);
  margin-right: 0;
  white-space: nowrap;
  color: #eaebeb00;
  text-transform: uppercase;
  text-stroke-color: #b1b1b136;
  -webkit-text-stroke-color: #b1b1b136;
  -ms-text-stroke-color: #b1b1b136;
  -o-text-stroke-color: #b1b1b136;
  transform: translateX(0);
}
.services_sec02 {
  position: relative;
  height: 100vh;
  padding-top: 5rem;
  margin-bottom: 6rem;
}

.tabs_list ul li {
  display: block;
}
.tabs_list ul li.active a:before {
  width: 150px;
}
.tabs_list ul li a:before {
  content: "";
  position: absolute;
  background: rgb(255, 192, 0);
  width: 0;
  height: 1px;
  top: 25px;
  right: 110%;
  transition: all 0.3s ease-out;
}
.tabs_list ul li a {
  font-size: 1.6rem;
  color: #000;
  font-weight: 600;
  position: relative;
}
.tabs_list ul li + li {
  margin-top: 20px;
}
.tabs_list li.active a {
  color: #1d7874;
  text-transform: uppercase;
  font-weight: 700;
}
.serv_det p {
  font-size: 16px;
  color: #747373;
  margin-bottom: 20px;
  padding-right: 40px;
  line-height: 30px;
}

.gridexpert img {
  width: 100%;
}
[class^="box-"] {
  display: none;
}
[class^="box-"].showfirst {
  display: block;
}
.inr-pages-p {
  text-align: center;
  color: #747373;
  font-size: 1.125rem;
}
.tabs-images{
  position: absolute;
  right: -22rem;
  top: -1rem;
  width: 100%;
}
.mobile-apps-banner {
  background: url(../images/mobile-aps-bg.jpg) center/cover no-repeat;
}
.port-imges {
  padding: 0.5rem;
}
.portfolio-sec-wraper {
  padding: 0 3rem 2rem 3rem;
}
.port-imges img {
  width: 100%;
}
.testi-wrapp {
  margin-left: -5rem;
}
.mobile-apps-bnr-img {
  position: absolute;
  right: 20rem;
  top: 11rem;
  bottom: 0;
  margin: auto;
}
.web-design-img {
  right: 5rem;
}
.web-design-services {
  max-width: 130%;
}
.branding-banner {
  background: url(../images/branding-banner-bg.png) center/cover no-repeat;
}
.branding-img {
  right: 10rem;
}
.seo-banner {
  background: url(../images/seo-banner-bg.png) center/cover no-repeat;
}
.about-us-banner {
  background-image: url(../images/about.jpg);
  height: 500px;
  text-align: center;
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-banner h3 {
  margin-bottom: 1rem;
  font-size: 3.3rem;
  color: #fff;
}

.about-banner p {
  color: #fff;
  font-size: 1.7rem;
}
.about-acourding .acourding-sec {
  padding: 5rem 0;
}
.portfolio-banner {
  background-image: url(../images/portfolio.jpg);
}
.iconicSec {
  background: #fdf3fd;
  padding: 5rem 0;
}

.iconicSec .row {
  gap: 2rem 0;
}

.iconicBox figure {
  background: #1d7874;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  width: 100%;
  border-radius: 10px;
}

.iconicBox {
  width: 170px;
  margin: auto;
}

.iconicBox p {
  margin: 1rem 0 0;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
}
.iconicBox figure img {
  transition: 0.3s ease-in-out;
}
.iconicBox figure:hover img {
  transform: scale(1.2);
  transition: 0.3s ease-in-out;
}

.easeServices {
  padding: 5rem 0;
}
.tabNavStyle {
  width: 100%;
  height: auto;
  justify-content: space-between;
}
.tabNavStyle .nav-link {
  width: 25%;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
  color: #000;
  transition: 0.5s;
  box-shadow: 0 20px 43px 0 #240000;
  border: 0;
  padding: 1rem;
}
.tabNavStyle .nav-link.active,
.tabNavStyle .nav-link.active:focus,
.tabNavStyle .nav-link.active:hover,
.tabNavStyle .nav-link:focus,
.tabNavStyle .nav-link:hover {
  box-shadow: 0 20px 43px 0 rgba(14, 48, 93, 0.21);
  background: #1d7874;
  color: #fff !important;
  border-radius: 5px;
  border: 0;
}
.easeServices .tab-pane {
  padding: 4rem 0;
  border-bottom: 1px solid #ededed;
}

.easeServices .default-btn2 {
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
  padding: 0.6rem 1.3rem;
}
.easeServices h4 {
  margin: 1rem 0 0.5rem;
  font-weight: 500;
}
.easeServices h4 + p {
  color: #8f8f8f;
  margin-bottom: 1.2rem;
}
.servList {
  display: flex;
  flex-flow: row wrap;
  gap: 3rem 2rem;
}
.servList li {
  flex: 0 0 calc(33.33% - 2rem);
  display: flex;
  align-items: center;
  gap: 0 1rem;
  line-height: 1;
  margin: 0;
}
.video-animation-img {
  right: 8rem;
  top: 7rem;
}
.testimonials-page::before {
  display: none;
}
.testimonials-page .testi-wrapp {
  border: 2px solid #1d7874;
  border-radius: 5px;
  padding: 2rem;
  margin-bottom: 1rem;
}
.testimonials .col-md-4:nth-child(even) .testi-wrapp {border-color:rgb(255, 192, 0)  ;}
.testimonials-page .testi-wrapp {
  margin-left: 0;
  height: 100%;
}
.footerform {
  background-image: url(../images/footerform-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 115px 0px;
  position: relative;
  overflow: hidden;
}

.hdstyle_01:before {
  content: "Contact";
  position: absolute;
  top: 10px;
  right: 100%;
  z-index: -1;
  font-size: 200px;
  line-height: 1;
  font-family: bebas neue, sans-serif;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(192, 192, 192, 0.15);
  -ms-text-stroke-color: rgba(192, 192, 192, 0.15);
  -o-text-stroke-color: rgba(192, 192, 192, 0.15);
  margin-right: -100px;
  white-space: nowrap;
  color: #eaebeb73;
  text-stroke-color: #b1b1b173;
  -webkit-text-stroke-color: #b1b1b173;
  -ms-text-stroke-color: #b1b1b173;
  -o-text-stroke-color: #b1b1b173;
  transform: translateX(70px);
}
.footerform .hdstyle_01 {
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}
.footerform .hdstyle_01 h6 {
  font-size: 16px;
  color: #888888;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
}
.footerform .hdstyle_01 h3 {
  font-size: 47px;
  color: #000;
}
.footerform .hdstyle_01 h3 span {
  display: block;
  color: #1d7874;
}
.listing_info {
  display: flex;
  flex-wrap: nowrap;
  padding: 0px 0px 56px 0px;
}
.listing_info .icondv {
  width: 54px;
  height: 54px;
  min-width: 54px;
  position: relative;
  justify-content: center;
  display: flex;
  align-items: center;
  background-color: #1d7874;
  margin-right: 18px;
  line-height: 54px;
  text-align: center;
}
.listing_info .icondv i {
  font-size: 32px;
  position: relative;
  z-index: 2;
  color: #fff;
}
.listing_info .icondv:before {
  content: "";
  opacity: 0.2;
  background-color: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.listing_info:hover .icondv:before {
  -webkit-transform: scale(1.8);
  -khtml-transform: scale(1.8);
  -moz-transform: scale(1.8);
  -ms-transform: scale(1.8);
  -o-transform: scale(1.8);
  transform: scale(1.8);
  opacity: 0;
}
/* .listing_info .icondv i:before { content:'\f3c5'; } */
.listing_info .cont_details h5 {
  font-size: 30px;
  color: #000;
  margin-bottom: 6px;
  margin-top: -6px;
}
.listing_info .cont_details p,
.listing_info .cont_details a {
  font-size: 16px;
  line-height: 24px;
  color: #545454;
  display: block;
}

.ct-contact-form {
  margin-bottom: 23px;
  position: relative;
  padding: 63px 70px 78px;
  z-index: 1;
}
.ct-contact-form:before {
  content: "";
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 46px rgb(0 0 0 / 10%);
  -khtml-box-shadow: 0 0 46px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 46px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 46px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 46px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 46px rgb(0 0 0 / 10%);
  background-color: #fff;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ct-contact-form:after {
  content: "";
  height: 23px;
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: -23px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 46px rgb(0 0 0 / 10%);
  -khtml-box-shadow: 0 0 46px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 46px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 46px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 46px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 46px rgb(0 0 0 / 10%);
  -webkit-border-radius: 0 0 6px 6px;
  -khtml-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  z-index: -2;
}
.ct-contact-form .ct-contact-meta {
  text-align: center;
  margin-bottom: 22px;
}
.ct-contact-form .ct-meta--title {
  margin-bottom: 5px;
  font-size: 34px;
  color: #000;
}
.ct-contact-form .ct-meta--desc {
  font-size: 17px;
  color: #666;
  line-height: 26px;
}
.ct-contact-form-mm .fieldinput {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.ct-contact-form-mm .fieldinput label {
  position: relative;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}
.ct-contact-form-mm .fieldinput i {
  position: absolute;
  top: 50%;
  right: 22px;
  font-size: 17px;
  color: #c5c5c5;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.ct-contact-form-mm .fieldinput input {
  height: 50px;
  padding-left: 15px;
  padding-top: 0px;
  padding-bottom: 0;
  font-size: 15px;
  color: #121212;
  background-color: #fff;
  border: 2px solid #eee;
  outline: none !important;
}
.ct-contact-form-mm .fieldinput input:focus {
  box-shadow: 0 0 0 0.2rem rgb(189 189 189 / 25%);
}
button.yellow_btn {
  margin-top: 18px;
  padding-left: 38px;
  padding-right: 38px;
  font-size: 14px;
  font-family: inherit;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  background-color: #000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  padding: 0 26px;
  line-height: 51px;
  position: relative;
  border: transparent;
}
button.yellow_btn:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  background: inherit;
  z-index: -1;
  opacity: 0.4;
  -webkit-transform: scale3d(0.6, 0.5, 1);
  transform: scale3d(0.6, 0.5, 1);
  -webkit-border-radius: inherit;
  -khtml-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
}
button.yellow_btn i.flaticon-right-arrows {
  font-size: 18px;
}
button.yellow_btn:hover,
button.yellow_btn:focus {
  -webkit-animation: btn-animate1 0.3s forwards;
  animation: btn-animate1 0.3s forwards;
  overflow: visible !important;
}
button.yellow_btn:hover,
button.yellow_btn:focus {
  background: #ffc20e;
  color: #000;
}
button.yellow_btn:hover:before,
button.yellow_btn:focus:before {
  -webkit-animation: btn-animate2 0.3s 0.3s forwards;
  animation: btn-animate2 0.3s 0.3s forwards;
}

@-webkit-keyframes btn-animate1 {
  60% {
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes btn-animate1 {
  60% {
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes btn-animate2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes btn-animate2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes opacityanim {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

.footercta {
  background: url(../images/footercta.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 30px 0;
}
.footercta h2 {
  font-size: 36px;
  color: #000;
}
.footercta a {
  border: 1px solid #704e0e;
  padding: 10px 30px;
  color: #000 !important;
  font-size: 20px;
  display: inline-block;
  border-image-source: linear-gradient(
    to right,
    #000000 0%,
    #000000 100%
  ) !important;
  -webkit-text-fill-color: #000 !important;
}
.packages-sec .no-js .owl-carousel, .packages-sec .owl-carousel.owl-loaded {
  margin: auto;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background-color: #1d7874;}
  .owl-theme .owl-dots .owl-dot span{background: rgb(255, 192, 0);width: 12px;height: 12px;}
  .contactlist {
    z-index: 2;
    position: relative;
}
.desktop-button a:first-child {margin-right: 2rem;background-color: transparent !important;border: 1px solid #fff;background-image: none;color: #fff ;}
.port-tabs{padding-top: 2rem;}
.gridexpert .items{
  margin-bottom: 30px;
  line-height: 0;
}
.gridexpert {
  column-count: 2;
}
.videoplay {
  box-shadow: 0px 0px 7px 0px #0000002e;
}
.crm-img {
    right: 5rem;
}
.pricing-banner{ background-image: url(../images/pricing.jpg);}
.testimonials-page .col-md-4{margin-bottom: 2rem;}
.testimonials-page .testi-content h4{font-size: 1.2rem; font-weight: 600;}

.navbar-light .navbar-toggler{border: 0;}
.price-card .port-order-btn a {
  color: #fff;
  background-color: #1d7874;
}
.services-footer ul {
  columns: 2;
}
.f-first-box img {
  display: block !important;
}
.contact-details{margin: 1rem 0;}
.contact-details li {
  margin-bottom: 1rem;
}
.contact-details li a{color: rgb(255, 192, 0) ;position: relative;}
.main-privacy h4 {
  font-size: 26px;
  color: #000;
  margin-bottom: 15px;
  font-weight: 600;
  position: relative;
}
.main-privacy h3 {
  color: #000;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
}
.main-privacy p, .main-privacy li {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}
.main-privacy h1{
  color: #000;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
}
.main-privacy{padding: 5rem 0;}

/* thankyou-404-page-css */
.thankyou_sec {
  padding: 0px;
  height: 100vh;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.main-thankyou {
  text-align: center;
}
.main-content__checkmark {
  font-size: 9.75rem !important;
  line-height: 1 !important;
  color: #0776dd;
}
.site-header__title {
  font-size: 6.5rem;
  font-weight: 700;
  line-height: 1.1;
}
.main-content__body {
  margin: 10px 0 0;
  line-height: 1.4;
  font-weight: 500;
  color: #000;
  font-size: 20px;
  text-transform: capitalize;
}
.start_live_chat {
  font-size: 20px;
  background-color: #16171a;
  padding: 15px 35px;
  display: inline-block;
  background-image: -webkit-linear-gradient( 90deg, rgb(0 0 0) 0%, rgb(61 63 63) 100% );
  border-radius: 4px;
  margin: 20px 0 0;
  color: white !important;
  text-decoration: none;
  border-radius: 50px;
  transition: all 2s linear;
  line-height: 16px;
}

.inner-header {
  position: relative;
  background-color: #121212;
}

.inner-header .color-logo{
  display: none;
}
.start_live_chat:hover {
  background-image: -webkit-linear-gradient( 90deg, rgb(3, 97, 213) 0%, rgb(22, 199, 250) 100% );
  transition: all 2s linear;
}

.inner-header a.nav-link.active {
  color: #13bbf5;
}

.inner-header a.nav-link {
  color: #fff;
}

.inner-header a.nav-link:hover {
  color: #13b7f4;
}

.packages-sec .owl-theme .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.packages-sec .owl-carousel .owl-nav .owl-prev {
  margin-left: -3rem;
  background: rgb(255, 192, 0);
}
.packages-sec .owl-carousel .owl-dot, .packages-sec .owl-carousel .owl-nav .owl-next{margin-right: -3rem;}
.owl-theme .owl-nav [class*=owl-]{    padding: 10px 15px;
  background: #1d7874;     font-size: 15px;} 
  .owl-theme .owl-nav [class*=owl-]:hover {
    background: rgb(255, 192, 0);
    color: #1c1c1c;
}
.iconicSec-slider .col-md-3:nth-child(3n+1)  figure {background: rgb(255, 192, 0);}

/* test */