@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cookie&display=swap");
/************************ Media Queries ***********************/
/********************* Heading Tags *************************/
body {
  overflow-x: hidden !important;
}

h1 {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 54px;
  font-weight: 500;
  line-height: 60px;
}
@media (min-width: 320px) and (max-width: 767px) {
  h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (min-width: 1280px) and (max-width: 1399px) {
  h1 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (min-width: 1200px) and (max-width: 1279px) {
  h1 {
    font-size: 45px;
    line-height: 55px;
  }
}

h2 {
  font-family: "Poppins", sans-serif;
  color: #151515;
  font-size: 40px;
  font-weight: 500;
  line-height: 60px;
}
@media (min-width: 320px) and (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 30px;
    line-height: 45px;
  }
}
@media (min-width: 1200px) and (max-width: 1279px) {
  h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (min-width: 1280px) and (max-width: 1399px) {
  h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  h2 {
    font-size: 35px;
    line-height: 45px;
  }
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  font-weight: 400;
}

.global-button {
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 32px;
    background: linear-gradient(to right, #29abe2 0%, #2d72b9 100%);
  text-decoration: none;
  padding: 10px 25px;
}
@media (min-width: 1280px) and (max-width: 1399px) {
  .global-button {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1279px) {
  .global-button {
    font-size: 14px !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .global-button {
    padding: 10px 20px;
    font-size: 14px;
  }
}
.global-button:hover {
  color: #fff;
  border-radius: 32px;
    background: linear-gradient(to right, #2d72b9 0%, #29abe2 100%);
}

.tell-num {
  text-decoration: none;
  color: #151515;
  padding: 10px 25px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 30px;
      border: 1px solid #2d72b9;
}
@media (min-width: 1280px) and (max-width: 1399px) {
  .tell-num {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1279px) {
  .tell-num {
    font-size: 14px !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .tell-num {
    padding: 10px 20px;
    font-size: 14px;
  }
}
.tell-num:hover {
  color: #151515;
}

.tell-num-nav {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 30px;
      border: 1px solid #2d72b9;
  padding: 10px 25px;
  text-decoration: none;
}
@media (min-width: 1280px) and (max-width: 1399px) {
  .tell-num-nav {
    font-size: 13px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1279px) {
  .tell-num-nav {
    font-size: 14px !important;
  }
}
.tell-num-nav:hover {
  color: #fecd08;
}

/********************* Header **********************/
.top-bar-section {
     background: linear-gradient(to right, #29abe2 0%, #2d72b9 100%);
  padding-top: 12px;
  padding-bottom: 12px;
  z-index: 2000;
}
@media (min-width: 320px) and (max-width: 767px) {
  .top-bar-section {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-bar-section {
    display: none;
  }
}
.top-bar-section .top-bar .link-part a {
  color: #fff !important;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-transform: normal;
  text-decoration: none;
  padding-left: 0;
  padding-right: 15px !important;
}
@media (min-width: 1200px) and (max-width: 1279px) {
  .top-bar-section .top-bar .link-part a {
    font-size: 14px;
  }
}
.top-bar-section .top-bar .link-part a:hover {
  color: #fff !important;
}
.top-bar-section .info .fa-brands {
  color: #fff;
  font-size: 18px;
}
.top-bar-section .info .tell-num-nav {
      color: #011589;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 32px;
  background: #fff;
  text-decoration: none;
  padding: 6px 18px;
}
.top-bar-section .info a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  color: #fff;
  text-decoration: none;
  margin-left: 20px;
}
.top-bar-section .info a .fa-solid {
  color: #fecd08;
  margin-right: 10px;
}

.navbar {
  padding-top: 75px;
  background-color: #0e0e0e;
  padding-bottom: 20px;
  z-index: 999;
}
@media (min-width: 320px) and (max-width: 767px) {
  .navbar {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    padding-top: 31px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    padding-top: 31px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}

@media (min-width: 1200px) and (max-width: 1279px) {
  .navbar-brand {
    max-width: 135px;
  }
}
@media (min-width: 1280px) and (max-width: 1399px) {
  .navbar-brand {
    max-width: 135px;
  }
}

.navbar-nav {
  margin-right: 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav {
    margin-right: 4px !important;
  }
}
.navbar-nav .dropdown-menu {
  padding: 15px;
     border-left: 2px solid #29abe2;
  border-radius: 1px;
  background: #fff;
  -moz-columns: 2;
  columns: 2;
  list-style-position: inside;
}
@media (min-width: 320px) and (max-width: 767px) {
  .navbar-nav .dropdown-menu {
    -moz-columns: 1;
    columns: 1;
  }
}
@media (min-width: 1280px) and (max-width: 1399px) {
  .navbar-nav .dropdown-menu {
    -moz-columns: 2;
    columns: 2;
    list-style-position: inside;
  }
}
@media (min-width: 1200px) and (max-width: 1279px) {
  .navbar-nav .dropdown-menu {
    -moz-columns: 2;
    columns: 2;
    list-style-position: inside;
  }
}
@media (min-width: 1400px) and (max-width: 2000px) {
  .navbar-nav .dropdown-menu {
    -moz-columns: 2;
    columns: 2;
    list-style-position: inside;
  }
}
.navbar-nav .dropdown-menu .main-head-category {
  font-family: "Poppins", sans-serif;
 color: #2d72b9;
  font-size: 16px;
  font-weight: 600;
  padding-left: 15px;
  margin-bottom: 10px;
}
.navbar-nav .dropdown-menu li {
  margin-right: 50px !important;
  margin-left: 15px;
  margin-bottom: 15px;
}
.navbar-nav .dropdown-item {
  font-family: "Poppins", sans-serif;
  color: #151515;
  background: #fff;
  text-decoration: none;
  font-size: 12px;
  padding: 0;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 10px;
  padding-bottom: 7px;
}
.navbar-nav .dropdown-item img {
  padding-right: 10px;
  filter: invert(54%) sepia(73%) saturate(533%) hue-rotate(154deg) brightness(95%) contrast(86%);
}
.navbar-nav .dropdown-item:hover {
    background: linear-gradient(to right, #29abe2 0%, #2d72b9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.navbar-nav .nav-link {
  color: #fff !important;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding-left: 18px !important;
}
@media (min-width: 1200px) and (max-width: 1279px) {
  .navbar-nav .nav-link {
    font-size: 14px;
  }
}
.navbar-nav .nav-link:before {
  content: "";
  position: absolute;
  background: transparent;
  top: auto;
  width: 2px;
  height: 16px;
  left: 5px;
}
.navbar-nav .nav-link:hover {
  font-weight: 500;
    color: #29abe2 !important;
  position: relative;
}
.navbar-nav .nav-link:hover:before {
  content: "";
    color: #29abe2 !important;
}
.navbar-nav .nav-link:hover:last-child:after {
  content: none;
}

.tell-num-nav {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 30px;
  border: 1px solid #fff;
}
.tell-num-nav:hover {
  color: #fecd08;
}

.offcanvas-header {
  background: #151515;
}

.offcanvas-body {
  background: #151515;
}
.offcanvas-body .navbar-nav {
  display: flex;
  flex-direction: column;
}
.offcanvas-body .navbar-nav .nav-link {
  color: #fff !important;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  padding-left: 0px !important;
}
.offcanvas-body .navbar-nav .nav-link:hover::before {
  display: none;
}
.offcanvas-body .tell-num-nav {
  font-size: 13px !important;
}
.offcanvas-body .global-button {
  font-size: 13px !important;
}

.class-for-mobile {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .class-for-mobile {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .class-for-mobile {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .class-for-mobile {
    display: block;
  }
}

/********************* Home Page - Hero Section *************************/
.hero-section {
  background: url("../images/hero-banner.jpg");
  text-align: center;
  padding-top: 220px;
  padding-bottom: 50px;
  background-size: cover;
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero-section {
    padding-top: 180px;
  }
}
.hero-section h3 {
  font-family: "Cookie", cursive;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero-section h3 {
    font-size: 25px;
  }
}
.hero-section h1 {
  max-width: 860px;
  margin: auto;
  padding-bottom: 16px;
}
.hero-section p {
  max-width: 950px;
  margin: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  font-size: 18px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-section p {
    line-height: 28px;
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero-section p {
    line-height: 28px;
    font-size: 16px;
  }
}
@media (min-width: 1280px) and (max-width: 1399px) {
  .hero-section p {
    font-size: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1279px) {
  .hero-section p {
    font-size: 16px;
  }
}
.hero-section .row-form {
  background: white;
  border-radius: 30px;
  padding: 7px 0px;
  max-width: 959px;
  margin: auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero-section .row-form {
    padding: 30px 10px;
  }
}
.hero-section .row-form .col-md-3:nth-child(1) .form-control {
  border-left: none;
}
.hero-section .row-form .form-control {
  padding: 10px 20px;
  border: none;
  border-left: 2px solid #cbcbcb;
  border-radius: 1px;
  background: transparent;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero-section .row-form .form-control {
    border-left: none;
    border-bottom: 2px solid #cbcbcb;
    margin-bottom: 20px;
    padding: 10px 0px;
  }
}
.hero-section .row-form .form-control::-moz-placeholder {
  color: #000;
  opacity: 0.5;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.hero-section .row-form .form-control::placeholder {
  color: #000;
  opacity: 0.5;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.hero-section .row-form .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0);
}
.hero-section .row-form .global-button {
  border: none;
}

/*********** Home Page - Publisher Section ************************/
.publisher-slide {
  padding-top: 20px;
  padding-bottom: 20px;
background: #f6f6f6;
}
.publisher-slide h3 {
  font-family: "Poppins", sans-serif;
  color: #151515;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  max-width: 115px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .publisher-slide h3 {
    max-width: 284px;
  }
}
.publisher-slide .owl-stage {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.publisher-slide .owl-theme .owl-dots .owl-dot span {
  background: #fff;
}
.publisher-slide .owl-theme .owl-dots .owl-dot.active span {
  background: #fecd08;
  width: 12px;
  height: 12px;
}
.publisher-slide .owl-dots {
  margin-top: 30px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .publisher-slide .owl-dots {
    margin-top: 20px !important;
  }
}

/****************** About section *******8*****/
.about-section {
  padding-top: 70px;
  padding-bottom: 70px;
}
.about-section .text-box h3 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
    color: #2d72b9;
}
@media (min-width: 320px) and (max-width: 767px) {
  .about-section .text-box h3 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-section .text-box h3 {
    font-size: 18px;
  }
}
.about-section .text-box p {
  color: #151515;
  line-height: 30px;
  padding-top: 24px;
  padding-bottom: 24px;
}
.about-section .button-box .global-button {
  border-bottom: none !important;
}

/*********************** Home Page - Our Services ************/
.our-book {
  background: url("../images/service-banner.png");
  padding-top: 90px;
  padding-bottom: 90px;
  background-size: cover;
}
@media (min-width: 320px) and (max-width: 767px) {
  .our-book {
    padding-top: 40px;
    padding-bottom: 170px;
  }
}
.our-book .main-box {
  text-align: center;
}
.our-book .main-box h2 {
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  font-family: "Poppins", sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  padding-bottom: 15px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .our-book .main-box h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .our-book .main-box h2 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .our-book .main-box h2 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (min-width: 1280px) and (max-width: 1399px) {
  .our-book .main-box h2 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .our-book .main-box h2 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (min-width: 1200px) and (max-width: 1279px) {
  .our-book .main-box h2 {
    font-size: 45px;
    line-height: 55px;
  }
}
.our-book .main-box p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  max-width: 1063px;
  margin: auto;
  padding-bottom: 40px;
}
.our-book .owl-stage-outer {
  position: relative;
}
.our-book .owl-prev {
  position: absolute;
  bottom: -27%;
  left: 43%;
}
@media (min-width: 1280px) and (max-width: 1399px) {
  .our-book .owl-prev {
    left: 43%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .our-book .owl-prev {
    left: 25%;
    bottom: -40%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .our-book .owl-prev {
    left: 38%;
    bottom: -32%;
  }
}
.our-book .owl-next {
  position: absolute;
  bottom: -27%;
  right: 43%;
}
@media (min-width: 1280px) and (max-width: 1399px) {
  .our-book .owl-next {
    right: 43%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .our-book .owl-next {
    right: 25%;
    bottom: -40%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .our-book .owl-next {
    right: 38%;
    bottom: -32%;
  }
}
.our-book .owl-nav .fa-solid {
  padding: 16px;
  font-size: 20px;
  color: #ffffff !important;
  border-radius: 50%;
  border: 1px solid #fecd08;
  background: var(--Gradient_2, linear-gradient(90deg, #ea6d29 0%, #f0ac27 100%));
  background-clip: text;
  -webkit-background-clip: text;
  background: var(--Gradient_2, linear-gradient(90deg, #ea6d29 0%, #f0ac27 100%));
  padding: 16px;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  border: 1px solid #fecd08;
}
.our-book .owl-nav .fa-solid:focus {
  border-radius: 50%;
  color: #fff;
  background-color: #c0b448 !important;
  border-color: #686652 !important;
  box-shadow: 0 0 0 0.25rem rgba(255, 235, 59, 0.15);
}
.our-book .owl-nav .fa-solid:hover {
  border: 1px solid #fff;
}
.our-book .owl-theme .owl-nav [class*=owl-]:hover {
  background: rgba(134, 151, 145, 0);
  color: #fff;
  text-decoration: none;
}

/********************* Home - Our Process **********************/
.our-process {
  padding-top: 90px;
  padding-bottom: 90px;
}
.our-process hr {
  background: transparent;
}
.our-process .main-box {
  text-align: center;
  padding-bottom: 45px;
}
.our-process .main-box h3 {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
      color: #2d72b9;
}
.our-process .main-box h2 {
  padding-bottom: 20px;
}
.our-process .main-box p {
  color: #151515;
  max-width: 866px;
  margin: auto;
}
.our-process .item-box {
  margin-bottom: 40px;
  border-radius: 100px 30px 16px 16px;
  border-top: 1px solid var(--Border-color, #ececec);
  border-right: 1px solid var(--Border-color, #ececec);
  border-bottom: 5px solid var(--Border-color, #ececec);
  border-left: 1px solid var(--Border-color, #ececec);
  background: var(--White-color, #fff);
}
@media (min-width: 768px) and (max-width: 991px) {
  .our-process .item-box {
    min-height: 362px;
  }
}
@media (min-width: 1280px) and (max-width: 1399px) {
  .our-process .item-box {
    min-height: 356px;
  }
}
@media (min-width: 1400px) and (max-width: 2000px) {
  .our-process .item-box {
    min-height: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .our-process .item-box {
    min-height: 422px;
  }
}
.our-process .item-box .icon-box p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  border-radius: 50px;
     background: linear-gradient(to right, #29abe2 0%, #2d72b9 100%);
  display: inline;
  padding: 12px 27px;
}
.our-process .item-box .text-box h3 {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  padding-top: 40px;
  min-height: 82px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .our-process .item-box .text-box h3 {
    font-size: 22px;
  }
}
.our-process .item-box .text-box p {
  color: #4c4d56;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  max-width: 378px;
  margin: auto;
  padding-bottom: 40px;
  min-height: 252px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .our-process .item-box .text-box p {
    max-width: 315px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .our-process .item-box .text-box p {
    max-width: 290px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .our-process .item-box .text-box p {
    max-width: 255px;
  }
}
@media (min-width: 1200px) and (max-width: 1279px) {
  .our-process .item-box .text-box p {
    max-width: 295px;
    min-height: 270px;
  }
}
@media (min-width: 1280px) and (max-width: 1399px) {
  .our-process .item-box .text-box p {
    max-width: 310px;
    min-height: 277px;
  }
}

/********************* Our Services **********************/
.our-services {
     background: #f6f6f6;
  padding-top: 90px;
  padding-bottom: 90px;
}
.our-services .main-box {
  text-align: center;
  padding-bottom: 45px;
}
.our-services .main-box h3 {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
      background: #2d72b9;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.our-services .main-box h2 {
  padding-bottom: 20px;
}
.our-services .main-box p {
  color: #151515;
  max-width: 866px;
  margin: auto;
}
.our-services .item-box {
  transition: all 0.6s;
  margin-bottom: 25px;
  min-height: 421px;
  border-radius: 60px 60px 16px 16px;
  border-top: 1px solid var(--Border-color, #ececec);
  border-right: 1px solid var(--Border-color, #ececec);
  border-bottom: 5px solid var(--Border-color, #ececec);
  border-left: 1px solid var(--Border-color, #ececec);
  background: var(--White-color, #fff);
}
.our-services .item-box:hover {
  border-radius: 60px 60px 16px 16px;
     border-top: 1px solid #29abe2;
    border-right: 1px solid #29abe2;
    border-bottom: 5px solid #29abe2;
    border-left: 1px solid#29abe2;
  background: var(--White-color, #fff);
  box-shadow: 4px 4px 30px 0px rgba(14, 14, 14, 0.08);
}
.our-services .item-box:hover .text-box h3 {
  color: #2d72b9;
}
.our-services .item-box:hover .icon-box .img-box:after {
  content: "";
  position: absolute;
  background: url(../images/objectings.png);
  width: 147px;
  height: 122px;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.our-services .item-box .icon-box {
  text-align: center;
  padding-top: 40px;
  position: relative;
}
.our-services .item-box .icon-box .img-box {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
.our-services .item-box .icon-box .img-box:after {
  transition: all 0.6s;
  content: "";
  position: absolute;
  background: url(../images/after-shape.png);
  width: 147px;
  height: 122px;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.our-services .item-box .icon-box .img-box img {
  position: relative;
  z-index: 200;
}
.our-services .item-box .icon-box p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  border-radius: 50px;
  background: var(--Sec-color, #ea6d29);
  display: inline;
  padding: 12px 27px;
}
.our-services .item-box .text-box h3 {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  padding-top: 25px;
  padding-bottom: 20px;
}
.our-services .item-box .text-box p {
  color: #4c4d56;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  max-width: 355px;
  margin: auto;
  padding-bottom: 40px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .our-services .item-box .text-box p {
    max-width: 256px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .our-services .item-box .text-box p {
    max-width: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .our-services .item-box .text-box p {
    max-width: 250px;
  }
}
@media (min-width: 1200px) and (max-width: 1279px) {
  .our-services .item-box .text-box p {
    max-width: 310px;
  }
}
@media (min-width: 1280px) and (max-width: 1399px) {
  .our-services .item-box .text-box p {
    max-width: 317px;
  }
}

/********************* Services Main **********************/
.service-listing-section {
  background-color: #f6f6f6;
  background-image: url("../images/service-listing.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 90px;
  padding-bottom: 160px;
}
.service-listing-section .main-box {
  text-align: center;
}
.service-listing-section .main-box h3 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background: var(--Gradient_2, linear-gradient(90deg, #ea6d29 0%, #f0ac27 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 320px) and (max-width: 767px) {
  .service-listing-section .main-box h3 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-listing-section .main-box h3 {
    font-size: 18px;
  }
}
.service-listing-section .main-box h2 {
  color: #151515;
  text-align: center;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  font-family: "Poppins", sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  padding-bottom: 15px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .service-listing-section .main-box h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-listing-section .main-box h2 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-listing-section .main-box h2 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (min-width: 1280px) and (max-width: 1399px) {
  .service-listing-section .main-box h2 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-listing-section .main-box h2 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (min-width: 1200px) and (max-width: 1279px) {
  .service-listing-section .main-box h2 {
    font-size: 45px;
    line-height: 55px;
  }
}
.service-listing-section .main-box p {
  color: #151515;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  max-width: 1063px;
  margin: auto;
  padding-bottom: 40px;
}
.service-listing-section .item-box {
  transition: all 0.6s;
  background-color: #ffffff;
  border-radius: 40px 40px 12px 12px;
  padding: 28px;
}
.service-listing-section .item-box:hover {
     background: linear-gradient(to right, #29abe2 0%, #2d72b9 100%);
}
.service-listing-section .item-box:hover h3 {
    color: #fff
}
.service-listing-section .item-box:hover p {
    color: #fff
}
.service-listing-section .item-box:hover a {
   background: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.service-listing-section .item-box a {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: normal;
    background: linear-gradient(to right, #29abe2 0%, #2d72b9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-listing-section .item-box h3 {
  color: #151515;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 15px;
  text-decoration: none;
}
.service-listing-section .item-box p {
  color: #151515;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  overflow-y: scroll;
  height: 220px;
  padding-right: 15px;
}
.service-listing-section .item-box p::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
.service-listing-section .item-box p::-webkit-scrollbar-track {
  border-radius: 5px;
     background: linear-gradient(to right, #29abe2 0%, #2d72b9 100%);
}
.service-listing-section .item-box p::-webkit-scrollbar-track:hover {
      background: linear-gradient(to right, #29abe2 0%, #2d72b9 100%);
}
.service-listing-section .item-box p::-webkit-scrollbar-track:active {
      background: linear-gradient(to right, #29abe2 0%, #2d72b9 100%);
}
.service-listing-section .item-box p::-webkit-scrollbar-thumb {
  border-radius: 5px;
     background: linear-gradient(to right, #29abe2 0%, #2d72b9 100%);
}
.service-listing-section .item-box p::-webkit-scrollbar-thumb:hover {
      background: linear-gradient(to right, #29abe2 0%, #2d72b9 100%);
}
.service-listing-section .item-box p::-webkit-scrollbar-thumb:active {
    background: linear-gradient(to right, #29abe2 0%, #2d72b9 100%);
}
.service-listing-section .owl-stage-outer {
  position: relative;
}
.service-listing-section .owl-prev {
  position: absolute;
  bottom: -30%;
  left: 43%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .service-listing-section .owl-prev {
    left: 25%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-listing-section .owl-prev {
    left: 38%;
  }
}
.service-listing-section .owl-next {
  position: absolute;
  bottom: -30%;
  right: 43%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .service-listing-section .owl-next {
    right: 25%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-listing-section .owl-next {
    right: 38%;
  }
}
.service-listing-section .owl-nav .fa-solid {
  padding: 16px;
  font-size: 20px;
  color: #ffffff !important;
  border-radius: 50%;
  border: 1px solid #fecd08;
     background: linear-gradient(to right, #29abe2 0%, #2d72b9 100%);
  background-clip: text;
  -webkit-background-clip: text;
     background: linear-gradient(to right, #29abe2 0%, #2d72b9 100%);
  padding: 16px;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  border: 1px solid #29abe2;
}
.client-block .owl-item {
    opacity: .3;
}
.client-block .owl-item.active{
    opacity: 1;
}
.service-listing-section .owl-nav .fa-solid:focus {
  border-radius: 50%;
  color: #fff;
  background-color: #c0b448 !important;
  border-color: #686652 !important;
  box-shadow: 0 0 0 0.25rem rgba(255, 235, 59, 0.15);
}
.service-listing-section .owl-nav .fa-solid:hover {
  border: 1px solid #fff;
}
.service-listing-section .owl-theme .owl-nav [class*=owl-]:hover {
  background: rgba(134, 151, 145, 0);
  color: #fff;
  text-decoration: none;
}

/********************* Home - Hero Bannner **********************/
.hero-banner {
  background-color: #151515;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero-banner {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-banner {
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-banner {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.hero-banner h2 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero-banner h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.hero-banner p {
  opacity: 0.6;
  margin: auto;
  max-width: 682px;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.hero-banner .img-box img {
  margin-top: -65px;
  max-width: 630px;
  margin-bottom: -65px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero-banner .img-box img {
    max-width: -webkit-fill-available;
    margin-bottom: 0px;
    margin-top: -40px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-banner .img-box img {
    max-width: -webkit-fill-available;
    margin-bottom: 0px;
    margin-top: -40px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-banner .img-box img {
    max-width: -webkit-fill-available;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) and (max-width: 1279px) {
  .hero-banner .img-box img {
    max-width: 540px;
  }
}
@media (min-width: 1280px) and (max-width: 1399px) {
  .hero-banner .img-box img {
    max-width: 555px;
  }
}
.hero-banner .tell-num {
  color: #fff;
}
.border-color-white {
    border: 1px solid #fff !important;
}
/********************* Portfolio Section **********************/
.port-heading {
  background: url("../images/port-section.jpg");
  padding-top: 250px;
  padding-bottom: 105px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.port-heading .main-box {
  text-align: center;
}
.port-heading .main-box h1 {
  color: #fff;
}

.portfolio-section {
  padding-top: 90px;
  padding-bottom: 90px;
}
.portfolio-section .main-box {
  padding-bottom: 40px;
  text-align: center;
}
.portfolio-section .main-box p {
  color: #151515;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  line-height: 30px;
  max-width: 1101px;
  margin: auto;
}
.portfolio-section a {
  text-decoration: none;
}
.portfolio-section a .img-box {
  margin-bottom: 30px;
  text-align: center;
}
.portfolio-section a .img-box h3 {
  margin-top: 15px;
  color: #151515;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}
.portfolio-section a .img-box p {
  color: #2d72b9;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

/********************* Statistics **********************/
.counter-stats {
  padding-top: 90px;
  padding-bottom: 90px;
  background: url("../images/stats.jpg");
  background-size: cover;
}
.counter-stats .main-box {
  text-align: center;
}
.counter-stats .main-box h2 {
  color: #fecd08;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  font-family: "Poppins", sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .counter-stats .main-box h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .counter-stats .main-box h2 {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .counter-stats .main-box h2 {
    font-size: 40px;
    line-height: 55px;
  }
}
.counter-stats .main-box p {
  max-width: 1227px;
  margin: auto;
  padding-bottom: 50px;
  padding-top: 20px;
  line-height: 30px;
}
.counter-stats .count-box {
  text-align: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .counter-stats .count-box {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .counter-stats .count-box {
    margin-bottom: 30px;
  }
}
.counter-stats .count-box .counting {
     color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 0px;
}
.counter-stats .count-box p {
    font-size: 15px;
    text-align: left;
    margin-bottom: 0;
    line-height: 14px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .counter-stats .count-box .counting {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .counter-stats .count-box .counting {
    font-size: 40px;
    line-height: 55px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .counter-stats .count-box .counting {
    font-size: 40px;
  }
}
.counter-stats .count-box .plus {
      color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 54px;
    margin-bottom: 0px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .counter-stats .count-box .plus {
    font-size: 25px;
  }
}
.counter-stats .count-box p {
  color: #a3a6a9;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .counter-stats .count-box p {
    font-size: 14px;
    margin-top: -18px;
  }
}

/********************* Why Choose Us **********************/
.choose-us {
  padding-top: 90px;
  padding-bottom: 90px;
}
.choose-us .main-box {
  padding-bottom: 45px;
}
.choose-us .main-box h3 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
    background: #2d72b9;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.choose-us .main-box h2 {
  padding-bottom: 20px;
}
.choose-us .main-box p {
  color: #151515;
  max-width: 866px;
  margin: auto;
}
.choose-us .main-box .button-box {
  display: flex;
  flex-direction: column;
}
.choose-us .main-box .button-box .tell-num {
  color: #151515;
  border: 1px solid #ffffff;
  background: white;
}
.choose-us .box-item {
  margin-top: 40px;
  background: #151515;
  text-align: center;
  border-radius: 30px;
  padding-top: 20px;
  padding-bottom: 50px;
}
.choose-us .item-box {
  transition: all 0.6s;
  border-radius: 60px 60px 16px 16px;
     background: #f6f6f6;
  padding: 40px;
  margin-bottom: 20px;
  min-height: 335px;
}
.choose-us .item-box:hover h3 {
    color: #fff;
}
.choose-us .item-box:hover p {
    color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .choose-us .item-box {
    min-height: 389px;
  }
}
.choose-us .item-box:hover {
    background: linear-gradient(to right, #29abe2 0%, #2d72b9 100%);
}
.choose-us .item-box h3 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  color: #151515;
  padding-bottom: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .choose-us .item-box h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
.choose-us .item-box p {
  color: #151515;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .choose-us .item-box p {
    font-size: 14px;
    line-height: 25px;
  }
}
@media (min-width: 1280px) and (max-width: 1399px) {
  .choose-us .item-box p {
    font-size: 16px;
    line-height: 24px;
  }
}

/********************* Home - Testimonal **********************/
.client-video {
  padding-top: 90px;
  padding-bottom: 110px;
}
.client-video .main-box {
  text-align: center;
  padding-bottom: 45px;
}
.client-video .main-box h3 {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background: var(--Gradient_2, linear-gradient(90deg, #ea6d29 0%, #f0ac27 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.client-video .main-box h2 {
  padding-bottom: 20px;
}
.client-video .main-box p {
  color: #151515;
  max-width: 866px;
  margin: auto;
}
.client-video .owl-stage-outer {
  position: relative;
}
.client-video .owl-prev {
  position: absolute;
  bottom: -20%;
  left: 43%;
}
@media (min-width: 1280px) and (max-width: 1399px) {
  .client-video .owl-prev {
    left: 43%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .client-video .owl-prev {
    left: 25%;
    bottom: -40%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .client-video .owl-prev {
    left: 38%;
    bottom: -40%;
  }
}
.client-video .owl-next {
  position: absolute;
  bottom: -20%;
  right: 43%;
}
@media (min-width: 1280px) and (max-width: 1399px) {
  .client-video .owl-next {
    right: 43%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .client-video .owl-next {
    right: 25%;
    bottom: -40%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .client-video .owl-next {
    right: 38%;
    bottom: -40%;
  }
}
.client-video .owl-nav .fa-solid {
  padding: 16px;
  font-size: 20px;
  color: #ffffff !important;
  border-radius: 50%;
  border: 1px solid #fecd08;
  background: var(--Gradient_2, linear-gradient(90deg, #ea6d29 0%, #f0ac27 100%));
  background-clip: text;
  -webkit-background-clip: text;
  background: var(--Gradient_2, linear-gradient(90deg, #ea6d29 0%, #f0ac27 100%));
  padding: 16px;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  border: 1px solid #fecd08;
}
.client-video .owl-nav .fa-solid:focus {
  border-radius: 50%;
  color: #fff;
  background-color: #c0b448 !important;
  border-color: #686652 !important;
  box-shadow: 0 0 0 0.25rem rgba(255, 235, 59, 0.15);
}
.client-video .owl-nav .fa-solid:hover {
  border: 1px solid #fff;
}
.client-video .owl-theme .owl-nav [class*=owl-]:hover {
  background: rgba(134, 151, 145, 0);
  color: #fff;
  text-decoration: none;
}
.client-video .img-box {
  border: 5px solid #fecd08;
}
/* custom-css */
.icon-counterr {
    border: 1px solid #29abe2;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.count-box {
    gap: 15px;
}

.icon-counterr img {
    width: 50px;
    height: 50px;
}
count-box {
    gap: 15px;
}
/***************/
.client-block {
  padding-top: 90px;
  padding-bottom: 120px;
}
.client-block .main-box {
  text-align: center;
  padding-bottom: 45px;
}
.client-block .main-box h3 {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
      background: #2d72b9;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.client-block .main-box h2 {
  padding-bottom: 20px;
}
.client-block .main-box p {
  color: #151515;
  max-width: 866px;
  margin: auto;
}
.client-block .owl-item {
  border-radius: 60px 60px 16px 16px;
  border-top: 1px solid var(--Border-color, #ececec);
  border-right: 1px solid var(--Border-color, #ececec);
  border-bottom: 5px solid var(--Border-color, #ececec);
  border-left: 1px solid var(--Border-color, #ececec);
  background: var(--White-color, #fff);
}
.client-block .owl-item .item {
  text-align: center;
  padding: 30px;
}
.client-block .owl-item .item .item-box {
  margin-bottom: 20px;
}
.client-block .owl-item .item .item-box .name {
  margin-left: 20px;
}
.client-block .owl-item .item .item-box .name p {
  color: #151515;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
  padding-bottom: 5px;
}
.client-block .owl-item .item .item-box .name .star .fa-solid {
  color: #fecd08;
}
.client-block .owl-item .item .review-box {
  text-align: center;
}
.client-block .owl-item .item .review-box p {
  font-family: "Poppins", sans-serif;
  color: #151515;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
  min-height: 187px;
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .client-block .owl-item .item .review-box p {
    font-size: 14px !important;
    min-height: 230px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .client-block .owl-item .item .review-box p {
    font-size: 14px !important;
    min-height: 271px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .client-block .owl-item .item .review-box p {
    font-size: 14px !important;
    min-height: 190px;
  }
}
@media (min-width: 1200px) and (max-width: 1279px) {
  .client-block .owl-item .item .review-box p {
    min-height: 218px;
  }
}
@media (min-width: 1280px) and (max-width: 1399px) {
  .client-block .owl-item .item .review-box p {
    font-size: 14px !important;
    min-height: 192px;
  }
}
.client-block .owl-stage-outer {
  position: relative;
}
.client-block .owl-prev {
  position: absolute;
  bottom: -20%;
  left: 43%;
}
@media (min-width: 1280px) and (max-width: 1399px) {
  .client-block .owl-prev {
    left: 43%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .client-block .owl-prev {
    left: 25%;
    bottom: -22%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .client-block .owl-prev {
    bottom: -27%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .client-block .owl-prev {
    left: 38%;
    bottom: -22%;
  }
}
.client-block .owl-next {
  position: absolute;
  bottom: -20%;
  right: 43%;
}
@media (min-width: 1280px) and (max-width: 1399px) {
  .client-block .owl-next {
    right: 43%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .client-block .owl-next {
    bottom: -27%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .client-block .owl-next {
    right: 25%;
    bottom: -22%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .client-block .owl-next {
    right: 38%;
    bottom: -22%;
  }
}
.client-block .owl-nav .fa-solid {
  padding: 16px;
  font-size: 20px;
  color: #ffffff !important;
  border-radius: 50%;
  border: 1px solid #fecd08;
  background: var(--Gradient_2, linear-gradient(90deg, #ea6d29 0%, #f0ac27 100%));
  background-clip: text;
  -webkit-background-clip: text;
  background: var(--Gradient_2, linear-gradient(90deg, #ea6d29 0%, #f0ac27 100%));
  padding: 16px;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  border: 1px solid #fecd08;
}
.client-block .owl-nav .fa-solid:focus {
  border-radius: 50%;
  color: #fff;
  background-color: #c0b448 !important;
  border-color: #686652 !important;
  box-shadow: 0 0 0 0.25rem rgba(255, 235, 59, 0.15);
}
.client-block .owl-nav .fa-solid:hover {
  border: 1px solid #fff;
}
.client-block .owl-theme .owl-nav [class*=owl-]:hover {
  background: rgba(134, 151, 145, 0);
  color: #fff;
  text-decoration: none;
}

/********************* inner-hero **********************/
.inner-hero {
  background: url("../images/about.jpg");
  background-size: cover;
  padding-top: 220px;
  padding-bottom: 90px;
}
.inner-hero .main-box {
  text-align: center;
}
.inner-hero .main-box h1 {
  color: #fff;
}
.inner-hero .main-box p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  max-width: 1050px;
  margin: auto;
}
.inner-hero .tell-num {
  color: #fff;
}

/********************* FAQs **********************/
.faqs {
  padding-bottom: 90px;
  padding-top: 90px;
}
.faqs .main-box {
  padding-bottom: 50px;
  text-align: center;
}
.faqs .main-box h3 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
     background: #2d72b9;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.faqs .main-box h2 {
  color: #151515;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .faqs .main-box h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.faqs .main-box p {
  color: #151515;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  max-width: 850px;
  margin: auto;
}
.faqs .accordion .accordion-item {
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 10px;
  background: #666;
  border-radius: 20px;
}
.faqs .accordion .accordion-button {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  background-color: #666;
  border-radius: 20px 20px 20px 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .faqs .accordion .accordion-button {
    font-size: 16px;
  }
}
.faqs .accordion .accordion-button span {
  max-width: 635px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .faqs .accordion .accordion-button span {
    max-width: 278px;
  }
}
.faqs .accordion .accordion-button:focus {
  z-index: 3;
  border-color: #9b9173;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.41);
}
.faqs .accordion .accordion-button:not(.collapsed) {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  background-color: #151515;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
  border-radius: 20px 20px 0px 0px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .faqs .accordion .accordion-button:not(.collapsed) {
    font-size: 16px;
  }
}
.faqs .accordion .accordion-body {
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.5882352941);
  background-color: #151515;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  border-radius: 0px 0px 20px 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .faqs .accordion .accordion-body {
    font-size: 14px;
  }
}
.faqs .accordion .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 20px 20px 20px 20px;
}
.faqs .accordion .accordion-button:not(.collapsed)::after {
  background-image: url("../images/close.svg");
}
.faqs .accordion .accordion-button::after {
  background-image: url("../images/down.svg");
}
@media (min-width: 768px) and (max-width: 991px) {
  .faqs img {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .faqs img {
    display: none;
  }
}

/********************* Contact Us **********************/
.contact-us-page {
  background: url("../images/contact-us-banner.png");
  padding-top: 300px !important;
  padding-bottom: 150px !important;
}
@media (min-width: 320px) and (max-width: 767px) {
  .contact-us-page {
    padding-top: 180px !important;
    padding-bottom: 100px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-us-page {
    padding-top: 180px !important;
    padding-bottom: 100px !important;
  }
}
.contact-us-page .main-box h1 {
  color: #fff !important;
}
.contact-us-page .main-box p {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/********************* Footer **********************/
.contact-section {
    background: #f6f6f6;
  padding-top: 90px;
  padding-bottom: 90px;
}
.contact-section .main-box {
  padding-bottom: 25px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .contact-section .main-box {
    text-align: center;
  }
}
.contact-section .main-box h3 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
      background: #2d72b9;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact-section .main-box h2 {
  padding-bottom: 20px;
}
.contact-section .box-item {
  margin-bottom: 50px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .contact-section .box-item {
    flex-direction: column;
    align-items: center;
  }
}
.contact-section .box-item .text-box {
  margin-left: 25px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .contact-section .box-item .text-box {
    text-align: center;
    margin-left: 0;
  }
}
.contact-section .box-item .text-box h4 {
  font-family: "Poppins", sans-serif;
  color: #151515;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 320px) and (max-width: 767px) {
  .contact-section .box-item .text-box h4 {
    font-size: 20px;
    padding-top: 10px;
  }
}
.contact-section .box-item .text-box p {
  font-family: "Poppins", sans-serif;
  color: #151515;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  max-width: 398px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .contact-section .box-item .text-box p {
    font-size: 16px;
    line-height: 26px;
    max-width: 268px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-section .box-item .text-box p {
    max-width: 294px;
  }
}
.contact-section .form-part .global-button {
  border: none;
  padding: 10px 50px;
}
.contact-section .form-part h3 {
  font-family: "Poppins", sans-serif;
  color: #151515;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 30px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .contact-section .form-part h3 {
    text-align: center;
  }
}
.contact-section .form-part .form-control {
  border: none;
  background: transparent;
  border-bottom: 1px solid;
  border-radius: 0;
  margin-bottom: 32px;
  padding-bottom: 16px;
}
.contact-section .form-part .form-control::-moz-placeholder {
  color: #151515;
  opacity: 0.5;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.contact-section .form-part .form-control::placeholder {
  color: #151515;
  opacity: 0.5;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

/***************** About Page - About Section ******/
.about-banner-extra {
  background: url("../images/about-us-page-banner.jpg") !important;
  background-size: cover !important;
}

.about-page-section {
  padding-top: 90px;
  padding-bottom: 90px;
}
.about-page-section .text-box h3 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background: #2d72b9;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 320px) and (max-width: 767px) {
  .about-page-section .text-box h3 {
    font-size: 18px;
  }
}
.about-page-section .text-box p {
  color: #151515;
  line-height: 30px;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .about-page-section .button-box {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-page-section .button-box {
    margin-bottom: 30px;
  }
}
.about-page-section .button-box .global-button {
  border-bottom: none !important;
}
.about-page-section .item-box {
  border-radius: 60px 60px 16px 16px;
  background: #f6f6f6;
  padding: 40px 32px;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-page-section .item-box {
    min-height: 333px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-page-section .item-box {
    min-height: 275px;
  }
}
.about-page-section .item-box h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.about-page-section .item-box p {
  color: #151515;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

/********************* Journey **********************/
.journey-section {
  padding-top: 90px;
  padding-bottom: 90px;
}
.journey-section .main-box h3 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
 background: #2d72b9;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 320px) and (max-width: 767px) {
  .journey-section .main-box h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .journey-section .main-box h2 {
    font-size: 30px;
    line-height: 45px;
  }
}
@media (min-width: 1200px) and (max-width: 1279px) {
  .journey-section .main-box h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 45px;
  }
}
@media (min-width: 1280px) and (max-width: 1399px) {
  .journey-section .main-box h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 45px;
  }
}
.journey-section .main-box .button-box .button-class {
  margin-top: 35px;
}
@media (min-width: 1200px) and (max-width: 1279px) {
  .journey-section .main-box .button-box .button-class {
    flex-direction: column;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .journey-section .main-box .button-box .button-class {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .journey-section .main-box .button-box .button-class {
    margin-bottom: 30px;
  }
}
.journey-section .main-box .button-box .button-class .global-button {
  border-bottom: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .journey-section .main-box .button-box .button-class .global-button {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1279px) {
  .journey-section .main-box .button-box .button-class .global-button {
    font-size: 14px;
    margin-left: 0px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .journey-section .main-box .button-box .button-class .tell-num {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1279px) {
  .journey-section .main-box .button-box .button-class .tell-num {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.journey-section .journey .item-box {
  padding: 40px;
  border-radius: 60px 60px 16px 16px;
  border-top: 1px solid var(--Border-color, #ececec);
  border-right: 1px solid var(--Border-color, #ececec);
  border-bottom: 5px solid var(--Border-color, #ececec);
  border-left: 1px solid var(--Border-color, #ececec);
  background: var(--White-color, #fff);
}
.form-check.forming-checks {
    padding-left: 0;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.journey-section .journey .item-box .year {
  padding-bottom: 24px;
}
.journey-section .journey .item-box .year p {
  color: #151515;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  opacity: 0.15;
}
.journey-section .journey .item-box .year h4 {
  color: #2d72b9;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
.journey-section .journey .item-box .text-box h3 {
  color: #151515;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  min-height: 72px;
}
.journey-section .journey .item-box .text-box p {
  opacity: 0.6;
  color: #151515;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 24px;
  min-height: 173px;
}

/********************************* FAQs Page **********************/
.faqs-page-hero {
  background-color: #000;
  background-image: url(../images/faq-page-banner.png);
  padding-top: 300px;
  padding-bottom: 150px;
  background-position: bottom center;
  background-size: cover;
  margin-bottom: 90px;
}
.faqs-page-hero .main-box {
  text-align: center;
}
.faqs-page-hero .main-box h1 {
  color: #fff;
}

/********************************* Testimonals Page **********************/
.testi-page-hero {
  background-color: #000;
  background: url("../images/testimonal-page-banner.png");
  padding-top: 308px !important;
  padding-bottom: 177px;
  background-position: top center;
  background-size: cover;
  margin-bottom: 90px;
}
.testi-page-hero .main-box {
  text-align: center;
}
.testi-page-hero .main-box h1 {
  color: #fff;
}

/********************************* Service Page **********************/
.inner-hero-services {
  background-size: cover;
  padding-top: 220px;
  padding-bottom: 90px;
}
.inner-hero-services .main-box {
  text-align: center;
}
.inner-hero-services .main-box h3 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.inner-hero-services .main-box h1 {
  color: #fff;
}
.inner-hero-services .main-box p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  max-width: 1050px;
  margin: auto;
}
.inner-hero-services .tell-num {
  color: #fff;
}

/******************/
.editing-block {
  background: url("../images/ed-1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bd-block {
  background: url("../images/bd-1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.fo-block {
  background: url("../images/fo-1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.au-block {
  background: url("../images/au-1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.at-block {
  background: url("../images/at-1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bm-block {
  background: url("../images/bm-1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bb-block {
  background: url("../images/bb-1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.pr-block {
  background: url("../images/pr-1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.smm-block {
  background: url("../images/smm-1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.seo-block {
  background: url("../images/seo-1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bv-block {
  background: url("../images/bv-1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.pf-block {
  background: url("../images/pf-1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.wc-block {
  background: url("../images/wc-1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.me-block {
  background: url("../images/me-1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.brt-block {
  background: url("../images/brt-1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.il-block {
  background: url("../images/il-1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.ghost-hero {
  background: url("../images/ghost-hero.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/********************* Terms and Conditions **********************/
.common-page {
  background: url("../images/term-c.png");
  padding-top: 200px;
  padding-bottom: 105px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.common-page .main-box {
  text-align: center;
}
.common-page .main-box h1 {
  color: #fff;
}

/********************* Terms and Conditions **********************/
.terms-content {
  padding-top: 70px;
  padding-bottom: 70px;
}
.terms-content p {
  color: #151515;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.terms-content .item-box h3 {
  color: #2d72b9;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 30px;
}
.terms-content .item-box h4 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 30px;
}
.terms-content .item-box p {
  color: #151515;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.terms-content .item-box ul li {
  color: #151515;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

/********************* Footer **********************/
footer {
  padding-top: 70px;
  padding-bottom: 20px;
  background: #151515;
}
footer .top-part p {
  padding-top: 45px;
  max-width: 396px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer .top-part p {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .top-part p {
    font-size: 14px;
    max-width: 536px;
    margin: auto;
    padding-bottom: 35px;
  }
}
footer .top-part h3 {
  color: #2d72b9;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer .top-part h3 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .top-part h3 {
    font-size: 20px;
  }
}
footer .top-part ul {
  list-style: disc;
  padding-left: 20px;
}
footer .top-part ul li a {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer .top-part ul li a {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .top-part ul li a {
    font-size: 14px;
  }
}
footer .top-part ul li a:hover {
  color: #2d72b9;
}
footer .top-part ul li::marker {
  color: white;
}
footer .bottom-part hr {
  margin-top: 20px;
  margin-bottom: 30px;
  background: #fff;
}
footer .bottom-part .copyright p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
footer .bottom-part .copyright p a {
  color: #2d72b9;
  font-weight: 600;
  text-decoration: none;
}
footer .bottom-part .social .fa-brands {
  color: #2d72b9;
  padding: 10px;
  border-radius: 50%;
}
footer .bottom-part .social .fa-brands:hover {
  background: #2d72b9;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
}

/********************* Modal **********************/
.our-modal .modal-title {
    background: linear-gradient(to right, #29abe2 0%, #2d72b9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-style: normal;
  text-align: center;
}

/********************* Distribution **********************/
.distribution-about ul {
  list-style: none;
  padding: 0;
}
.distribution-about ul li {
  color: #151515;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 15px;
}
.distribution-about ul li img {
  padding-right: 10px;
}

/********************* tab **********************/
.tab-section-dis {
  padding-top: 70px;
  padding-bottom: 70px;
}
.tab-section-dis h2 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.tab-section-dis .tab-content .item {
  border-radius: 60px 60px 16px 16px;
  border-top: 1px solid var(--Border-color, #ececec);
  border-right: 1px solid var(--Border-color, #ececec);
  border-bottom: 5px solid var(--Border-color, #ececec);
  border-left: 1px solid var(--Border-color, #ececec);
  background: var(--White-color, #fff);
  padding: 35px;
  margin-bottom: 20px;
}
.tab-section-dis .tab-content .item h3 {
  color: #151515;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}
.tab-section-dis .tab-content .item p {
  color: #151515;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  min-height: 100px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tab-section-dis .tab-content .item p {
    min-height: 206px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tab-section-dis .tab-content .item p {
    min-height: 145px;
  }
}
.tab-section-dis .nav-link {
  color: #151515;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  background-color: #f6f6f6;
  width: 300px;
  margin-right: 14px;
  border-radius: 45px 45px 0px 0px;
}
@media (min-width: 1200px) and (max-width: 1279px) {
  .tab-section-dis .nav-link {
    width: 254px;
    font-size: 18px;
  }
}
@media (min-width: 1280px) and (max-width: 1399px) {
  .tab-section-dis .nav-link {
    width: 264px;
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tab-section-dis .nav-link {
    width: 206px;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tab-section-dis .nav-link {
    width: 160px;
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .tab-section-dis .nav-link {
    margin-bottom: 20px;
  }
}
.tab-section-dis .nav-pills .nav-link.active,
.tab-section-dis .nav-pills .show > .nav-link {
    background: linear-gradient(to right, #29abe2 0%, #2d72b9 100%);
}

/********************* tab 2 **********************/
.main-dis {
  background: url("../images/dist-main-ba.png") !important;
}

/********************* tab 2 **********************/
.tab-section-dis-main {
  padding-top: 70px;
  padding-bottom: 70px;
}
.tab-section-dis-main h2 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.top-bar {
    align-items: center;
}
.tab-section-dis-main .tab-content .item h3 {
  color: #151515;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  padding-top: 30px;
  padding-bottom: 20px;
}
.tab-section-dis-main .tab-content .item p {
  color: #151515;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.tab-section-dis-main .nav-link {
  color: #151515;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  background-color: #f6f6f6;
  width: 539px;
  margin-right: 14px;
  border-radius: 45px 45px 0px 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tab-section-dis-main .nav-link {
    width: 445px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tab-section-dis-main .nav-link {
    width: 300px;
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .tab-section-dis-main .nav-link {
    margin-bottom: 20px;
    width: 300px;
    font-size: 14px;
  }
}
.tab-section-dis-main .nav-pills .nav-link.active,
.tab-section-dis-main .nav-pills .show > .nav-link {
     background: linear-gradient(to right, #29abe2 0%, #2d72b9 100%);
}
.tab-section-dis-main ul li {
  font-weight: 500;
  margin-bottom: 10px;
}