@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sacramento&amp;display=swap");

/*Main Css */
::selection {
  background:rgb(58 83 138);
  color: #fff;
  text-shadow: none;
}
::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}
::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background-color:rgb(58 83 138);
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
figure {
  margin-bottom: 0;
}
img {
  border: 0px;
  outline: none;
}
ul {
  padding: 0px;
  margin: 0px;
}
ul,
li {
  list-style-type: none;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
*:hover,
*:focus,
* {
  outline: none !important;
}
a:hover {
  text-decoration: none;
}
[class^="box-"] {
  display: none;
}
[class^="box-"].showfirst {
  display: block;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Cabin", sans-serif;

  font-size: 16px;
  line-height: normal;
  color: #000000;
}
h1,
h2,
h3 {
  display: block;
  font-weight: normal;
  font-family: "Cabin", sans-serif;
}
h5,
h6 {
  font-family: "Cabin", sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
a,
input[type="submit"] {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.2s ease-In-out;
  cursor: pointer;
  display: block;
  font-family: "Work Sans";
}
span {
  display: inline-block;
}
textarea,
select,
input[type],
textarea,
select,
button {
  background: transparent;
  border: none;
  border-radius: 0px;
  font-weight: 400;
}
::-webkit-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}
::-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}
:-ms-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}
:-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}
.cta-btn {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.btn-size {
  padding: 12px 26px;
  color: #fff;
  font-size: 20px;
  font-family: "Cabin", sans-serif;
  transition: 0.5s;
  /* border: 1px solid rgb(254, 152, 0); */
}
.btn-size:hover {
  background: #000;
  color: #fff;
  border-color: #fff;
  transform: translateY(-10px);
}
.btn-yellow {
  background-color: #28528e;
  color: #fff;
}
.btn-border {
  border-color: #fff;
}
.btn-white {
  background: #fff;
  color: #123832;
  border-color: #123832;
}
.btn-green {
  background-color: #7f7f7f;
  color: #fff;
  border-color: #7f7f7f;
}

/* Custom Slick Css */
.slick-list {
  padding: 8px 0 100px 0;
}
.slick-slide {
  margin: 0 15px;
}
.slick-dots {
  padding: 50px 0 0;
  text-align: center;
}
.slick-dots li {
  margin: 0 20px 0 0px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  border: none;
}
.slick-dots li button:before,
.slick-dots li button:before {
  color: #fff;
  opacity: 1;
  font-size: 20px;
}
.slick-dots li button {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  padding: 0px;
  background: #d6d6d6;
  border: none;
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  box-sizing: border-box;
}
.slick-dots li.slick-active button {
  background: #f3c919;
  width: 11px;
  height: 11px;
}

/*header css*/
header.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 9999;
  margin: 0 auto;
  background-color: #fff;
  padding: 10px 0;
}
header.header.darkHeader {
  position: fixed;
  background: #ffffffeb;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
header.header.darkHeader img {
  width: 150px;
}
.wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-item {
  position: relative;
  display: inline-block;
  margin-right: 1.5rem;
}
.menu-link {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.81);
}
.menu-link > i.bx {
  font-size: 1.35rem;
  line-height: 1.5;
  color: inherit;
}
.menu-link:hover {
  outline: none;
  /* color: #e18e25; */
}
.submenu {
  position: absolute;
  top: 2rem;
  left: -2rem;
  min-width: 15rem;
  height: auto;
  padding: 0 1rem 1rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  border-radius: 0 0 0.25rem 0.25rem;
  border-top: 4px solid #28528e;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.submenu li {
  display: block;
  margin-top: 0.75rem;
}
.submenu-link {
  cursor: pointer;
  transition: all 0.35s ease;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #000;
}
.submenu-link:hover {
  color: #000000;
}
.burger {
  position: relative;
  display: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 1.6rem;
  height: 1.15rem;
  opacity: 0;
  visibility: hidden;
  background: transparent;
}
.burger-line {
  position: absolute;
  display: block;
  right: 0;
  width: 100%;
  height: 2.1px;
  opacity: 1;
  border: none;
  outline: none;
  border-radius: 1rem;
  background: #060709;
}
.burger-line:nth-child(1) {
  top: 0px;
}
.burger-line:nth-child(2) {
  top: 0.5rem;
  width: 70%;
}
.burger-line:nth-child(3) {
  top: 1rem;
}
header.header .overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  background-color: rgba(0, 0, 0, 0.65);
}
.header .navbar {
  display: contents;
}
.navbar ul#menu {
}
.navbar ul#menu li.menu-item:last-child {
  margin-right: 0;
}
.header .brand {
}
.header .brand img {
  width: 200px;
}
.navbar ul.header-button {
}
.navbar ul.header-button li a.btn-size {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  padding: 8px 15px;
  font-size: 13px;
  line-height: 20px;
}
li.menu-item.active {
}
li.menu-item.active .menu-link {
  color: #28528e;
}
.navbar ul.header-button li {
  align-items: center;
  column-gap: 10px;
}
.navbar ul.header-button li img {
}
.navbar ul.header-button li .header-cta-head {
}
.navbar ul.header-button li .header-cta-head h5 {
  font-size: 15px;
  color: #333333;
  font-weight: 400;
  line-height: 20px;
}
.navbar ul.header-button li .header-cta-head a {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  font-family: "Sitkab";
}
.navbar ul.header-button li .header-cta-head a:hover {
  color: #28528e;
}

/*header css*/

/* Main Banner CSS */
.main-banner {
  /* background: url("../images/main-banner.webp"); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: inherit;
  display: flex;
  align-items: center;
  position: relative;
  padding: 100px 0;
}
.main-banner .img-wrap {
  text-align: center;
  position: relative;
  margin-top: -50px;
}
.main-banner .img-wrap span {
  position: absolute;
}
.main-banner .img-wrap span img {
  max-width: inherit;
}
.main-banner .img-wrap span.one {
}
.main-banner .img-wrap span.two {
  right: -180px;
  top: 180px;
}
.main-banner .img-wrap span.three {
  top: 130px;
  left: 230px;
}
.main-banner .img-wrap span.four {
  top: 400px;
  left: 350px;
}
.main-banner .img-wrap span.five {
  right: -220px;
  top: 100px;
}
.banner-head h1 {
  font-size: 45px;
  color: #7f7f7f;
  font-weight: bold;
  line-height: 62px;
  position: relative;
}
.banner-head h1 b {
  color: #7f7f7f;
  font-weight: bold;
}
.banner-head h1 span {
  position: absolute;
  right: 0;
  bottom: -10px;
}
.banner-head h1 strong {
  position: absolute;
  font-family: "Sacramento", cursive;
  color: #28528e;
  font-size: 60px;
  font-weight: 500;
  right: 140px;
  top: 7px;
}
.banner-head h4 {
  color: #7f7f7f;
  font-size: 18px;
  font-weight: 600;
  font-family: "Work Sans";
  padding: 5px 0px 15px;
}
.rotate-text {
  transform: rotate(-90deg);
  position: absolute;
  left: -235px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
  color: #7f7f7f;
  pointer-events: none;
}
.banner-head {
  position: relative;
}
.banner-head p {
  color: #7f7f7f;
  font-size: 16px;
  line-height: 24px;
}
.review-logo-list {
  display: flex;
  align-items: center;
  column-gap: 45px;
}
.main-banner .cta-btn {
  margin: 35px 0px;
}
.main-header {
  padding: 18px 0px;
}
.prof-mark-sec {
  background: url("../images/mark-ser-banner.webp");
  padding: 40px 0 60px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.client-logo-list {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 100px;
  margin-bottom: 40px;
}
.form-list {
  display: flex;
  align-items: center;
  column-gap: 15px;
  position: relative;
  justify-content: center;
}
.mark-ser-img {
  position: absolute;
  right: 0;
  bottom: -70px;
}
.prof-mark-sec .banner-head {
  margin: 80px 0 0 0;
}
.mid-form-sec {
  background: url("../images/mid-form-banner.webp");
  padding: 40px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-head-white p {
  color: #fff;
  padding: 0 0 20px 0;
}
.banner-head-white h1 {
  color: #fff;
}
.banner-head-white h1 b {
  color: #fff;
}
.banner-head-white h4 {
  color: #fff;
}
.input-box-mid-form input {
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  width: 240px;
  height: 50px;
  border-radius: 30px;
  padding: 0 10px 0 40px;
}
.input-box-mid-form {
  position: relative;
}
.input-box-mid-form i {
  position: absolute;
  color: #999999;
  top: 15px;
  left: 15px;
}
.mid-form-sec button {
  background-color: rgb(32, 60, 54);
  color: #fff;
  border-radius: 30px;
  font-family: "Cabin", sans-serif;
  font-size: 19px;
  transition: 0.5s;
  border: 1px solid rgb(32, 60, 54);
  height: 50px;
  padding: 0 22px;
  line-height: 19px;
}
.prof-mark-sec .row {
  position: relative;
}
.promotion-ser-sec {
  background: url("../images/promotion-banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0px 80px;
}
.promotion-ser-sec li.active {
  border-bottom: 3px solid rgb(0 0 0);
}
.promotion-ser-box-head h4 {
  color: #333333;
  font-size: 44px;
  font-weight: bold;
  line-height: 54px;
}
.promotion-ser-box-head p {
  color: #7f7f7f;
  font-size: 16px;
  line-height: 24px;
  padding: 20px 0px 30px;
}
.inner-tab-promotion-list {
  column-count: 2;
}
.mid-form-sec button i {
  vertical-align: middle;
}
ul.inner-tab-promotion-list li {
  font-size: 15px;
  font-family: "Cabin", sans-serif;
  font-weight: bold;
  padding: 0 0 20px 0;
  display: flex;
  align-items: start;
}
ul.inner-tab-promotion-list li i {
  padding: 0 8px 0 0px;
  color: #28528e;
}
.promotion-ser-sec-img {
  text-align: right;
  position: relative;
  z-index: 1;
}
.promotion-ser-sec-img::before {
  position: absolute;
  content: "";
  background-color: rgba(3, 97, 83, 0);
  width: 80%;
  height: 80%;
  right: 0;
  z-index: -1;
  top: -20px;
}
ul.quality-sec-slider {
  margin: 60px 0 0 0;
}
.quality-slider-box-head {
  background-color: rgb(248, 248, 248);
  position: absolute;
  width: 231px;
  height: 200px;
  bottom: -60px;
  right: 18px;
  border-left: 6px solid rgb(67, 37, 90);
  box-shadow: 0 40px 70px #18181838;
  transition: 0.5s;
  border-radius: 15px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.quality-slider-box-head-2 {
  border-left: 6px solid rgb(42, 52, 155);
}
.quality-slider-box-head-3 {
  border-left: 6px solid rgb(240, 126, 113);
}
.quality-slider-box-head-4 {
  border-left: 6px solid rgb(25, 25, 25);
}
.quality-slider-box-head-5 {
  border-left: 6px solid rgb(67, 37, 90);
}
.quality-slider-box-head-6 {
  border-left: 6px solid rgb(67, 37, 90);
}
.quality-sec .slick-list {
  height: 580px;
  width: 1716px;
}
.quality-slider-box {
  position: relative;
}
.quality-sec .slick-arrow {
  font-size: 0;
  position: absolute;
  cursor: pointer;
}
.quality-sec .slick-arrow:before {
  font-family: FontAwesome;
  color: #333333;
  transition: 0.5s;
  font-size: 16px;
}
.quality-sec .slick-prev {
  bottom: 30px;
  width: 35px;
  height: 35px;
  border: 2px solid #333333;
  border-radius: 50%;
  left: 0;
  z-index: 2;
}
.quality-sec .slick-prev:before {
  content: "\f060";
}
.quality-sec .slick-next {
  bottom: 30px;
  right: initial;
  margin: auto;
  width: 35px;
  height: 35px;
  border: 2px solid #333333;
  border-radius: 50%;
  left: 50px;
}
.quality-sec .slick-next:before {
  content: "\f061";
}
.process-sec {
  background-color: rgb(245, 245, 245);
  padding: 140px 0px 270px;
  position: relative;
}
.process-sec-head h3 {
  color: #333333;
  font-size: 45px;
  font-weight: bold;
  line-height: 55px;
}
.process-sec .row {
  align-items: center;
  gap: 65px 0px;
}
.process-sec-head p {
  color: #7f7f7f;
  font-size: 16px;
  line-height: 24px;
}
.process-sec .row + .row {
  gap: 50px;
  opacity: 0;
}
.process-sec .row + .row {
}
.process-sec .row + .row {
  display: none !important;
}
.process-sec-head {
  margin: 0 0 60px 0;
}
.process-box {
  background: #fff;
  border-radius: 7px;
  padding: 30px;
  position: relative;
  min-height: 310px;
  transition: 0.5s;
  border: 1px solid #fff;
}
.process-box span {
  border-radius: 50%;
  background-color: #7f7f7f;
  width: 36px;
  height: 36px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  bottom: -18px;
  right: 20px;
}
.process-box h4 {
  color: #7f7f7f;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0px 10px;
  height: 70px;
}
.process-box p {
  color: #7f7f7f;
  font-size: 15px;
  line-height: 22px;
  height: 110px;
  overflow-y: auto;
}
.process-sec .process-sec-head h3 {
  padding: 20px 0 0 0;
  position: relative;
}
.process-sec .process-sec-head h3::before {
  position: absolute;
  content: "";
  background-color: rgb(0 0 0);
  width: 63px;
  height: 4px;
  top: 0;
  left: 0;
}
.promotion-ser-sec-head {
  text-align: center;
  margin: 0 0 60px;
}
.promotion-ser-sec-head h3 {
  color: #333333;
  font-size: 45px;
  line-height: 55px;
  font-weight: bold;
  position: relative;
  width: fit-content;
  display: table;
  margin: auto;
}
.promotion-ser-sec-head p {
  color: #7f7f7f;
  font-size: 16px;
  line-height: 24px;
  padding: 15px 0 0 0;
}
.promotion-ser-sec-head h3 span {
  font-family: "Sacramento", cursive;
  color: #28528e;
  font-size: 65px;
  font-weight: 500;
  right: -120px;
  top: 0;
  position: absolute;
}
.promotion-ser-tab-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 60px 0;
  border-bottom: 1px solid rgb(51 51 51 / 12%);
  gap: 20px;
}
.promotion-ser-tab-list li {
  padding: 0 0 20px 0;
  cursor: pointer;
  color: #000000;
  font-weight: 700;
}
.prof-mark-sec .banner-head h1 span {
  top: 0;
  right: 230px;
}
.mid-form-banner-plane {
  position: absolute;
  right: -160px;
  top: 60px;
}
.quality-sec {
  padding: 70px 0px;
  position: relative;
  overflow: hidden;
}
.quality-sec h3 {
  color: #333333;
  font-size: 45px;
  font-weight: bold;
  line-height: 55px;
}
.prof-mark-sec .banner-head h1 strong {
  right: 360px;
}
.quality-slider-box-head h4 {
  color: #333333;
  font-size: 17px;
  font-weight: bold;
  padding: 25px 0 5px 20px;
  transition: 0.5s;
  height: 70px;
}
.quality-slider-box-head p {
  font-size: 13px !important;
  line-height: 20px !important;
  padding: 0 0 0 20px;
  transition: 0.5s;
  height: 80px;
  overflow-y: auto;
}
.quality-sec .row {
  align-items: center;
}
.quality-sec p {
  color: #7f7f7f;
  font-size: 16px;
  line-height: 24px;
}
.quality-slider-box-head a {
  display: table;
  margin-left: auto;
  padding: 0 15px 0 0px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.quality-slider-box-head img {
  mix-blend-mode: darken;
  display: none;
}
.portfolio-sec {
  background: url("../images/cat-banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  background-position: center;
  overflow: hidden;
  position: relative;
  padding: 80px 0;
}
.folio-inner-img {
  position: absolute;
  top: -340px;
  right: -390px;
}
.folio-inner-img img {
  max-width: fit-content;
}
.portfolio-sec .row {
  position: relative;
}
.portfolio-sec-head h3 {
  color: #ffffff;
  font-size: 45px;
  font-weight: bold;
  line-height: 55px;
}
.portfolio-sec-head p {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  padding: 15px 0 30px 0;
}
.portfolio-sec-tab li {
  margin: 0 0 30px 0;
  color: hsl(0deg 0% 100% / 80%);
  font-size: 20px;
  font-family: "Cabin", sans-serif;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  transition: 0.5s;
}
li.active {
}
ul.portfolio-sec-tab li.active {
  left: 40px;
  position: relative;
  transition: 0.5s;
}
ul.portfolio-sec-tab li.active::before {
  content: "";
  background-color: rgb(255 255 255);
  position: absolute;
  width: 38px;
  height: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -80px;
  transition: 0.5s;
}
.big-head-text {
  position: absolute;
  bottom: -70px;
  color: rgb(19 44 35 / 20%);
  font-size: 177px;
  font-weight: bold;
}
.cta-sec {
  background: url("../images/cta-banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  height: 368px;
  z-index: 1;
}
.cta-banner-img-2 {
  position: absolute;
  right: -100px;
  bottom: 50px;
  width: auto;
}
.cta-sec .row {
  align-items: center;
}
.cta-sec-head h3 {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
}
.cta-sec-head p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0px;
}
.cta-sec .row {
  position: relative;
}
.cta-img {
  position: relative;
  top: 80px;
  left: -60px;
}
.cta-img img {
  max-width: fit-content;
}
.bestselling-cta {
  position: relative;
  z-index: 1;
}
.cta-banner-2-img {
  position: absolute;
  right: -90px;
  top: -130px;
  z-index: 1;
  width: auto;
}
.bestselling-cta .row {
  position: relative;
}
.bestselling-cta::before {
  background: #203c36;
  position: absolute;
  content: "";
  height: 315px;
  width: 80%;
  border-radius: 0px 157px 157px 0;
}
.bestselling-cta::after {
  content: "";
  background-color: rgb(254, 152, 0);
  position: absolute;
  width: 541px;
  height: 315px;
  border-radius: 157px;
  top: 0;
  right: 315px;
}
.bestselling-cta .cta-sec-head p {
  font-size: 15px;
  line-height: 22px;
}
.bestselling-cta .cta-sec-head {
  padding: 50px 0 0 0;
}
.testi-img-box {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
}
.testi-sec {
  padding: 150px 0 0 0;
  background: url("../images/testi-banner.webp");
  min-height: 550px;
  position: relative;
  overflow: hidden;
}
.coma {
  position: absolute;
  top: -6px;
}
.testi-box {
  border-radius: 7px;
  background-color: rgb(255, 255, 255);
  padding: 30px;
  transition: 0.5s;
  position: relative;
  top: 100px;
}
.testi-box p {
  color: rgb(11 40 35 / 80%);
  font-size: 14px;
  line-height: 20px;
}
.testi-box h5 {
  font-size: 18px;
  font-weight: 500;
  padding: 15px 0 0 0;
}
.slick-current .testi-box {
  top: 0;
}
.testi-img-box li:nth-child(1) {
  left: 0;
}
.testi-img-box li {
  left: -20px;
  position: relative;
}
.testi-img-box li:nth-child(2),
.testi-img-box li:nth-child(3) {
  left: -20px;
}
.testi-img-box li:nth-child(2) {
}
.testi-img-box li:nth-child(3) {
  left: -40px;
}
.testi-img-box li:nth-child(4) {
  left: -60px;
}
.slick-dots {
  padding: 0;
  position: absolute;
  left: -470px;
  bottom: 80px;
}
.slick-dots li.slick-active button {
  width: 24px;
  height: 11px;
  border-radius: 5px;
  background: #28528e;
}
.slick-dots li button {
  height: 12px;
  width: 12px;
  background: #cccbc8;
}
.testi-banner-img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -199px;
  display: none;
}
.testi-bf-img {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}
.map-box img {
  width: 973px;
  height: 592px;
  object-fit: cover;
}
.footer-form-box {
  padding: 90px 150px 90px 50px;
}
.footer-form-box h4 {
  color: #333333;
  font-size: 45px;
  font-weight: bold;
  line-height: 55px;
  padding: 0 0 45px 0;
}
.footer-form-box input {
  border-bottom: 2px solid rgb(0 0 0 / 20%);
  width: 100%;
  padding: 0 0 10px 0;
  color: rgb(102, 102, 102);
  margin: 0 0 60px 0;
}
.footer-form-box input::placeholder {
  color: rgb(102, 102, 102);
}
.footer-form-box select {
  border-bottom: 2px solid rgb(0 0 0 / 20%);
  width: 100%;
  padding: 0 0 10px 0;
  color: rgb(102, 102, 102);
  margin: 0 0 60px 0;
}
.footer-form-box button {
  background-color: rgb(254, 152, 0);
  padding: 20px 26px;
  color: #fff;
  font-size: 20px;
  font-family: "Cabin", sans-serif;
  transition: 0.5s;
  border: 1px solid rgb(254, 152, 0);
}
.mid-form-sec button:hover {
  background: none;
}
.footer-form-box button:hover {
  background: none;
  color: #333333;
}
.map-box {
  font-size: 0;
}
input.sign-btn3 {
  background-image: linear-gradient(#e0971b, #fba91e, #e0971b);
  color: #000;
  border: 0 solid #d10210;
  font-size: 23px;
  padding: 8px 0;
  width: 100%;
  font-family: Teko, sans-serif;
  border-radius: 6px;
  letter-spacing: 1px;
  cursor: pointer;
}
.fom3 {
  height: 50px;
}
.process-box:hover {
  background: #7f7f7f;
  border-color: #7f7f7f;
}
.quality-slider-box-head h4:hover,
.quality-slider-box-head p:hover {
  color: #fff;
}
.quality-slider-box-head:hover h4,
.quality-slider-box-head:hover p {
  color: #ffff;
}
.quality-slider-box-head-3:hover {
  background: rgb(240, 126, 113);
}
.quality-slider-box-head-4:hover {
  background: rgb(25, 25, 25);
}
.quality-slider-box-head-1:hover {
  background: rgb(67, 37, 90);
}
.process-box:hover h4 {
  color: #ffff;
}
.process-box:hover p {
  color: #fff;
}
.process-box:hover img {
  filter: brightness(0) invert(1);
}
.quality-slider-box-head-2:hover {
  background: rgb(42, 52, 155);
}
.footer-sec .row + .row {
  padding: 20px 0 0 0;
  border: 0;
}
.copyright-box p {
}
.term-list li a {
  color: #fff;
  font-family: "Work Sans";
}
.thankyou-banner {
  background: url("../images/promotion-banner.webp");
  min-height: 554px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.thankyou-banner h1 {
  font-size: 150px;
  font-family: "Sacramento", cursive;
  color: #28528e;
  padding: 0 0 40px 0;
}
section.thankyou-banner p {
  color: #7f7f7f;
  font-size: 16px;
  line-height: 24px;
}
section.thankyou-banner p {
  color: #7f7f7f;
  font-size: 16px;
  line-height: 24px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.main-privacy {
  padding: 60px 0;
}
.main-privacy h3 {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.1;
  margin: 20px 0;
}
.main-privacy p,
.main-privacy ul li {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
.main-privacy ul li {
  list-style: disc;
  line-height: 50px;
}
ul.portfolio-sec-tab {
  margin-bottom: 60px;
}
ul.bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}
ul.bullets li {
  flex: 0 0 35%;
  color: #fff;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  padding-left: 20px;
}
ul.bullets li:before {
  content: "\f111";
  position: absolute;
  left: 0;
  color: #28528e;
  font-size: 10px;
  font-family: "Font Awesome 5";
  top: 5px;
}
.aboutpg {
}
.aboutpg img.mark-ser-img {
  bottom: -50px;
  z-index: 999;
}
.aboutpg .banner-head.banner-head-white {
  margin-top: 50px;
}
.aboutpg ul.client-logo-list {
  border-bottom: 1px solid rgb(62 78 74);
  padding-bottom: 40px;
  margin-bottom: 0;
}
.who-sec {
  padding: 60px 0 0;
}
.who-sec h3 {
  color: #333333;
  font-size: 45px;
  line-height: normal;
}
.who-sec ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}
.who-sec ul li {
  flex: 0 0 18%;
}
.who-sec ul li .content-wrap {
  background-color: rgb(245, 244, 242);
  border-radius: 0 40px 0 40px;
  padding: 100px 30px;
  border-top: 5px solid #1f3a34;
  border-left: 5px solid #1f3a34;
}
.who-sec ul li .content-wrap img {
}
.who-sec ul li .content-wrap p {
  font-size: 16px;
  color: #282828;
  font-weight: 400;
  line-height: 22px;
  padding-top: 20px;
}
.who-sec ul li:nth-child(even) {
}
.who-sec ul li:nth-child(even) .content-wrap {
  border-bottom: 5px solid #1f3a34;
  border-top: 0;
  border-color: #e28f26;
}
.who-sec ul.counter-sec {
  margin-top: 100px;
  background: #fff;
  border-radius: 40px 0 0 0;
  column-gap: 0;
  justify-content: space-around;
}
.who-sec ul.counter-sec li .counter-wrap {
  text-align: center;
  padding: 30px 0;
}
.who-sec ul.counter-sec li {
  position: relative;
}
.who-sec ul.counter-sec li .counter-wrap span {
  display: block;
}
.who-sec ul.counter-sec li .counter-wrap span h6.count {
  display: inline-block;
  font-size: 60px;
  font-weight: 700;
  color: #123832;
}
.who-sec ul.counter-sec li .counter-wrap span p {
  font-size: 15px;
  line-height: 24px;
  color: #123832;
}
.who-sec ul.counter-sec li .counter-wrap span b {
  font-size: 60px;
  font-weight: 700;
  color: #123832;
}
.who-sec ul.counter-sec li:before {
  content: "";
  position: absolute;
  background: gray;
  width: 2px;
  height: 50%;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.4;
}
.who-sec ul.counter-sec li:last-child:before {
  display: none;
}
.industry-sec {
  padding: 60px 0 200px 0;
  background: #7f7f7f;
}
.industry-sec ul.industry-imgs {
  justify-content: center;
  column-gap: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
  width: 70%;
  margin: auto;
  margin-top: 40px;
}
.industry-sec ul.industry-imgs li {
  position: relative;
  width: 170px;
  height: 500px;
  display: flex;
  isolation: isolate;
  flex: 1;
  transition: 0.4s linear;
}
.industry-sec ul.industry-imgs li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.industry-sec ul.industry-imgs li .content-wrap {
  background: #00000080;
  z-index: 5;
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.industry-sec h3 {
  color: #fff;
  font-size: 45px;
  line-height: normal;
}

.vertical {
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -ms-transform-origin: right top 0;
  -moz-transform-origin: right top 0;
  -webkit-transform-origin: right top 0;
  transform-origin: center top 0;
  color: #fff;
  font-size: 30px;
  white-space: nowrap;
  text-transform: uppercase;
  cursor: vertical-text;
  position: absolute;
  display: block;
  height: auto;
  direction: rtl;
  z-index: 11;
  left: -50px;
  top: 50%;
}
.img-wrap {
  width: 100%;
  height: 100%;
}
.industry-sec ul.industry-imgs li:hover {
  flex: 5;
}
.industry-sec ul.industry-imgs li:hover .content-wrap {
  background: #e28f26cf;
  width: 30%;
}
.industry-sec ul.industry-imgs li:hover .content-wrap h5.vertical {
  left: -70px;
}
.industry-sec ul.industry-imgs li:hover img {
  filter: none;
}
.aboutpg .bestselling-cta::after {
  background-color: #7f7f7f;
  right: 200px;
}
.aboutpg .bestselling-cta::before {
  background: #28528e;
}
.aboutpg .bestselling-cta .btn-yellow {
  background-color: #7f7f7f;
}
.aboutpg .bestselling-cta .btn-yellow:hover {
  background-color: #000;
}
footer {
  background: url("../images/footer-banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
  padding: 70px 0px 30px;
}

footer p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding-top: 15px;
}
footer h4 {
  line-height: 45px;
  position: relative;
  color: #ffffff;
  font-size: 30px;
  font-family: "Cabin", sans-serif;
  margin-bottom: 40px;
  display: inline-block;
}
footer h4:before {
  content: "";
  position: absolute;
  background: #637773;
  width: 100%;
  height: 2px;
  bottom: -10px;
}

footer .footer-menu li a {
  color: #fff;
  font-size: 15px;
  line-height: 31px;
}

footer .copyrights {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #637773a6;
}
footer .copyrights p {
  font-size: 14px;
  font-weight: 300;
  padding-top: 0;
}
footer .copyrights ul.terms {
  column-gap: 10px;
}

footer .copyrights ul.terms li a {
  color: #fff;
  font-size: 15px;
}

footer .footer-menu li a:hover {
  color: #ffffff;
}
footer h4:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 20%;
  height: 2px;
  bottom: -10px;
  left: 0;
}
ul.footer-social-list {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

ul.footer-social-list li a {
  color: #3a538a;
  width: 40px;
  height: 40px;
  display: flex;
  background: #ffffff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  transition: 0.4s linear;
}
ul.footer-social-list li a:hover {
  transform: translateY(-10px);
}
footer .copyrights ul.terms li a:hover {
  color: #e28f26;
}
.contact-banner {
  padding: 150px 0;
}
.contact-banner .img-wrap {
  margin-top: -100px;
}
.contact-banner .img-wrap span.one {
  left: 120px;
}
.contact-banner .img-wrap span.two {
  left: -80px;
  top: 80px;
}
.contact-banner .img-wrap span.two img {
  max-width: 100%;
  width: 70%;
}
.contac-info {
  padding: 60px 0;
}
.contac-info .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
}
.contac-info .wrap span img {
  margin-right: 15px;
}
.contac-info .wrap span h4 {
  color: #203c36;
  font-size: 35px;
  font-family: "Sitkab";
  line-height: 45px;
}
.contac-info .wrap span a {
  color: #333333;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}
.border-wrap {
  position: relative;
  overflow: hidden;
}
.border-wrap:before {
  content: "";
  position: absolute;
  display: block;
  margin-left: -20px;
  width: 20px;
  height: 120px;
  border-radius: 12px / 125px;
  box-shadow: 0 0 8px #0000005c;
}
.border-wrap:before {
  left: 0;
}
.main-banner.service-banner {
  background-position: right;
  padding: 150px 0;
}
.main-banner.service-banner .img-wrap {
  margin-top: 0;
  position: static;
}
.main-banner.service-banner .img-wrap span.one {
  top: -20px;
  z-index: 1;
  right: 150px;
}

.content-sec {
  background: url("../images/texture-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
  padding: 120px 0px 0;
}
.content-sec .row {
  align-items: center;
}
.content-sec figure {
  position: relative;
  text-align: center;
}
.content-sec figure:before {
  content: "";
  position: absolute;
  background: url("../images/img-shade-01.webp");
  width: 203px;
  height: 236px;
  right: 70px;
  top: -30px;
}
.content-sec figure:after {
  content: "";
  position: absolute;
  background: url("../images/img-shade-02.webp");
  width: 203px;
  height: 236px;
  bottom: -20px;
  left: 70px;
}
.content-sec figure img {
  position: relative;
  z-index: 1;
}
.content-sec h6 {
  color: #3a538a;
  font-size: 18px;
  font-family: "Cabin", sans-serif;
  font-weight: bold;
}
.content-sec h3 {
  color: #333333;
  font-family: "Cabin", sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 51px;
}
.content-sec p {
  color: #7f7f7f;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding: 15px 0;
}
.content-sec ul.bullets {
  margin: 20px 0 40px;
}
.content-sec ul.bullets li {
  padding-left: 0;
  display: flex;
  align-items: center;
  column-gap: 10px;
  flex: 0 0 47%;
}

.content-sec ul.bullets li span i {
  color: #28528e;
}
.content-sec ul.bullets li span p {
  padding: 0;
  color: #333333;
  font-size: 20px;
  font-family: "Cabin", sans-serif;
}
.content-sec ul.bullets li:before {
  display: none;
}
.content-sec .who-sec ul.counter-sec {
  box-shadow: -2px -4px 20px 0px rgba(45, 45, 45, 0.32);
}
.content-sec .who-sec {
  padding-top: 40px;
}
.service-sec {
  padding: 80px 0;
}
.service-sec h4 {
  color: #333333;
  font-family: "Cabin", sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 51px;
}
.service-sec p {
  color: #7f7f7f;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding: 15px 0;
}
.service-sec ul.serv-tabs {
  border: 1px solid #8080807a;
  margin: 30px 0;
}
.service-sec ul.serv-tabs li {
  color: #e28f26;
  font-size: 16px;
  font-weight: 800;
  background: #fbfaf7;
  padding: 15px 5px;
  text-align: center;
  cursor: pointer;
}
.service-sec .slick-slide.slick-current.slick-active li {
  color: #fff;
  background: #e28f26;
}
.service-sec .slider-nav {
  margin: 70px 0 0;
  display: flex;
}
.service-sec .slider-nav figure {
  position: relative;
  text-align: center;
}
.service-sec .slider-nav figure:after {
  content: "";
  position: absolute;
  background: url("../images/img-shade-02.webp");
  width: 203px;
  height: 236px;
  bottom: -20px;
  right: 90px;
}
.service-sec .slider-nav figure img {
  position: relative;
  z-index: 1;
}
.service-sec .slider-nav h3 {
  color: #333333;
  font-family: "Cabin", sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 51px;
}
.service-sec .slider-nav p {
  opacity: 0.8;
}
.service-sec ul.serv-tabs .slick-list {
  padding: 0;
}
.service-sec button.slick-arrow {
  font-size: 0;
  position: absolute;
  top: 00px;
}
.service-sec button.slick-prev:before {
  content: "\f053";
  left: -30px;
}
.service-sec button.slick-arrow:before,
.service-sec button.slick-next::before {
  font-size: 20px;
  position: absolute;
  font-family: FontAwesome;
  color: #000;
  font-weight: 700;
  top: 15px;
}
.service-sec button.slick-next.slick-arrow {
  right: 0;
}

.service-sec button.slick-next:before {
  content: "\f054";
  left: 30px;
}
.service-sec ul.serv-tabs .slick-slide {
  margin: 0;
}
.service-sec .slider-nav .row {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.inner-services {
  padding: 80px 0;
  background: #939393;
}
.inner-services h6 {
  color: #ffffff;
  font-size: 20px;
  font-family: "Cabin", sans-serif;
  font-weight: bold;
}
.inner-services h3 {
  color: #fff;
  font-family: "Cabin", sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 51px;
  margin: 10px 0 15px;
}
.inner-services p {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  width: 60%;
  margin: auto;
}
.inner-services ul {
  margin-top: 60px;
  text-align: center;
}
.inner-services ul li .wrap {
  border: 1px solid #53a291;
  background-color: #28528e;
  padding: 70px 20px;
  border-radius: 100px 0 100px 100px;
}

.inner-services ul li .wrap span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.inner-services ul li .wrap span h4 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-family: "Cabin", sans-serif;
  padding: 10px 0;
  height: 70px;
}
.inner-services ul li .wrap span p {
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  height: 60px;
  overflow-y: auto;
}
.inner-services ul li .wrap span:first-child {
  width: 40px;
  height: 30px;
}
.inner-services ul li .wrap.top-shape {
  border-radius: 100px 100px 0 100px;
}
.inner-services ul.slick-dots {
  width: max-content;
  display: flex;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.inner-services .slick-dots li button {
  background: #47746b;
}
.inner-services .slick-dots li.slick-active button {
  background: #28528e;
}
.facilities-sec {
  background: url("../images/texture-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
  padding: 100px 0px;
}
.facilities-sec h4 {
  color: #333333;
  font-family: "Cabin", sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 51px;
}
.facilities-sec p {
  color: #7f7f7f;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding: 15px 0;
}
.facilities-sec .icon-wrap {
  position: relative;
}
.facilities-sec .icon-wrap.border-b {
  padding: 0;
  margin-bottom: 20px;
}
.facilities-sec .icon-wrap.border-b:before {
  content: "";
  position: absolute;
  background: url("../images/line-01.webp");
  width: 100%;
  height: 5px;
  bottom: 0;
}

.facilities-sec .icon-wrap h3 {
  color: #7f7f7f;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  padding: 15px 0;
  width: 85%;
  height: 90px;
}
.facilities-sec .icon-wrap p {
  color: #7f7f7f;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
  width: 80%;
  height: 60px;
  overflow-y: auto;
  margin-bottom: 30px;
}
.facilities-sec .border-lr {
  position: relative;
}
.facilities-sec .border-lr:before {
  content: "";
  position: absolute;
  background: url("../images/line-01.webp");
  width: 100%;
  height: 5px;
  left: -260px;
  transform: rotate(90deg);
  bottom: -50px;
}
.facilities-sec .border-lr:after {
  content: "";
  position: absolute;
  background: url(../images/line-01.webp);
  width: 100%;
  height: 5px;
  right: -190px;
  transform: rotate(90deg);
  bottom: -50px;
}
.main-banner.portfolio-banner {
  padding: 150px 0;
}

.main-banner.portfolio-banner figure img {
  position: absolute;
  bottom: -50px;
  right: 0;
}
.main-banner.portfolio-banner .banner-head {
  z-index: 1;
}
.portpg ul.client-logo-list {
  margin-bottom: 0;
}
.gallery-sec {
  padding: 80px 0;
  margin-bottom: 150px;
}
.gallery-sec h4 {
  color: #036153;
  font-family: "Cabin", sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 51px;
}
.gallery-sec p {
  color: #7f7f7f;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding: 15px 0 70px 0;
  width: 70%;
  margin: auto;
}
.gallery-sec .gallery-wrap {
  display: block;
  position: relative;
  transition: 0.2s linear;
}

.gallery-sec .gallery-wrap .content-wrap {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.gallery-sec .gallery-wrap .content-wrap h3 {
  color: #fff;
  font-size: 25px;
  line-height: 35px;
}
.gallery-sec .gallery-wrap .content-wrap p {
  padding: 0;
  width: 100%;
  color: #fff;
  font-size: 15px;
  line-height: normal;
  padding-right: 150px;
}
.gallery-wrap.right-wrap {
  margin-top: 100px;
}
.gallery-sec .gallery-wrap:hover {
  transform: translateY(-10px);
}
ul.tiles-img {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 50px;
}
ul.tiles-img li {
  flex: 0 0 10%;
  height: 500px;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -webkit-transition: width 0.3s ease-in-out;
  transition: 0.4s linear;
}
ul.tiles-img li .img-wraps {
  position: relative;
  overflow: hidden;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 1s ease-in-out;
  width: 100%;
  height: 100%;
}
ul.tiles-img li .img-wraps img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: opacity(0.5) grayscale(1);
}
ul.tiles-img li .img-wraps .content-wraps {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
ul.tiles-img li .img-wraps .content-wraps h5 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  white-space: nowrap;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  margin-top: 240px;
}

ul.tiles-img li:hover {
  flex: 0 0 30%;
}
ul.tiles-img li:hover .img-wraps img {
  filter: unset;
}

ul.tiles-img li:hover .img-wraps .content-wraps {
  width: 20%;
  background-color: rgb(0 0 0);
}
ul.tiles-img li:last-child .img-wraps .content-wraps h5 {
  margin-top: 290px;
}
ul.tiles-img li:nth-child(2) .img-wraps .content-wraps h5 {
  margin-top: 260px;
}
ul.tiles-img li:nth-child(3) .img-wraps .content-wraps h5 {
  margin-top: 230px;
}
ul.tiles-img li:nth-child(4) .img-wraps .content-wraps h5 {
  margin-top: 220px;
}
ul.tiles-img li:nth-child(5) .img-wraps .content-wraps h5 {
  margin-top: 250px;
}
.my-tabs {
  display: none;
}
.my-tabs.current {
  display: block;
}
.gallery-sec .port-wrap {
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: auto;
  margin-bottom: 60px;
  padding: 0px 20px 0;
}
.gallery-sec .port-wrap span {
}
.gallery-sec .port-wrap span img.book-img {
  width: 160px;
  position: relative;
  top: 40px;
  filter: drop-shadow(2px 4px 6px black);
}
.gallery-sec .port-wrap span h5 {
  line-height: 1.1;
  font-size: 25px;
  color: #333333;
  font-family: "Sitkab";
}
.gallery-sec .port-wrap span p {
  width: 85%;
  color: #7f7f7f;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 0;
  margin: inherit;
  font-weight: 500;
  height: 110px;
}
.gallery-sec .port-wrap span img.star {
  top: 0;
  width: auto;
}
ul.port-tabs {
  align-items: center;
  justify-content: center;
  column-gap: 30px;
  margin-bottom: 60px;
  padding: 20px;
  position: relative;
}
li.current {
}
ul.port-tabs li {
  color: #7f7f7f;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  cursor: pointer;
}
ul.port-tabs li.current,
ul.port-tabs li:hover {
  color: #28528e;
}
ul.port-tabs:before {
  content: "";
  position: absolute;
  background-image: url(../images/portfolio/lines.webp);
  width: 70%;
  height: 9px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-size: cover;
}
ul.port-tabs:after {
  content: "";
  position: absolute;
  background-image: url(../images/portfolio/lines.webp);
  width: 70%;
  height: 9px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-size: cover;
}

.aboutpg .prof-mark-sec .banner-head h1 strong {
  right: 320px;
}
.aboutpg .prof-mark-sec .banner-head h1 span {
  right: 180px;
}
.mid-form-banner-plane {
  z-index: 1;
}
body.seopg .banner-head {
  width: 85%;
}
.inner-services .slick-list.draggable {
  padding-bottom: 0;
}
.gallery-sec .port-wrap span.img-b {
  flex: 0 0 40%;
}
.gallery-sec .my-tabs {
}
.gallery-sec .my-tabs .col-lg-6:nth-child(even) {
  margin-top: 40px;
}
.gallery-sec .port-wrap.bg-1 {
  background-color: #baebff;
}
.gallery-sec .port-wrap.bg-2 {
  background-color: #ffe4c1;
}
.gallery-sec .port-wrap.bg-3 {
  background-color: #bbf7d9;
}
.gallery-sec .port-wrap.bg-4 {
  background-color: #fccdd8;
}
.gallery-sec .port-wrap.bg-5 {
  background-color: #ffe0cf;
}
.gallery-sec .port-wrap.bg-6 {
  background-color: #e2e2e2;
}

.scroll-invisible ::-webkit-scrollbar {
  width: 0px;
  background-color: transparent;
}
section.sec_8 {
  background: #fd8f1e;
  padding: 80px 0;
}

.client_inner.book_inner h2 span {
  color: #143932;
}

.client_inner.book_inner p {
  color: #fff;
  font-weight: 400;
}

.row.form_row {
  background: #fff;
  padding-left: 40px;
  padding-bottom: 0;
}

.right_form_img img {
  width: 100%;
}

.form_bottom {
  padding: 40px 0 0 0;
}

.form_bottom h2 {
  font-size: 31px;
  font-weight: 600;
  color: #051d38;
  line-height: 39px;
  margin: 0 0 20px 0;
}

.form_bottom h2 span {
  color: #143932;
}

.form_bottom p {
  color: #000;
  font-size: 20px;
  width: 80%;
  line-height: 30px;
}

.form_bottom form {
  margin: 30px 0 0 0;
}

.form_bottom form {
  display: flex;
  /* flex-wrap: wrap; */
}

.form_bottom form .input_inner,
.form_bottom form .textarea_wrap {
  flex: 0 0 47%;
  margin: 0 20px 0 0;
}

.input_inner input,
.textarea_wrap textarea {
  padding: 0 0 0 15px;
  width: 100%;
  border: 1px solid #dbdbdb;
  background: #ebebeb;
  margin: 0 0 15px 0;
  height: 50px;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  outline: none !important;
}

.textarea_wrap textarea {
  height: 245px;
  padding: 20px 0 0 15px;
}

input[type="submit"] {
  margin: 0 !important;
  padding: 0 !important;
  background: #48bac4;
  border: none !important;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.sec_8 h2 {
  font-size: 38px !important;
  text-align: center;
  font-weight: 800;
  color: #fff;
}
.sec_8 p {
  font-size: 20px !important;
  text-align: center;
}

/* add section css */

section.cta-blocks {
  background: linear-gradient(45deg, #7f7f7f, #7f7f7f);
  background-size: cover;
  padding: 30px 0;
  /* margin-top: 40px; */
  overflow: hidden;
}
p.heading {
  font-size: 29px;
  padding-top: 15px;
}

.girl_inn h4 span {
  background: #ffffff;
  /* clear: both; */
  color: #2b3e6c;
  margin-bottom: 5px;
  line-height: 40px;
  display: table;
  padding: 5px 10px;
  border-radius: 5px;
}
.girl_block {
  position: absolute;
  top: 50px;
  max-width: 418px;
  left: 50px;
}
img.girl-with-book {
  border-radius: 20px;
  box-shadow: 0 40px 70px #00000069;
  width: 100%;
  margin: auto;
}
.dream_author {
  background: #faf5e9;
  padding-bottom: 0;
  padding: 80px 0;
  position: relative;
}
.girl_inn {
  position: relative;
  text-align: center;
  /* width: 100%; */
  /* margin: auto; */
}
.bi_item {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 244, 238, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 244, 238, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 244, 238, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f4ee',GradientType=0 );
  text-align: center;
  padding: 40px 0;
  width: 100%;
  border-radius: 20px;
  margin-top: -40px;
  box-shadow: 0 40px 70px #0000001c;
  position: relative;
}
.bi_item h4 {
  color: #3a538a;
  font-size: 50px;
  line-height: 66px;
}
.bi_item h5 {
  margin: 0;
  font-size: 20px;
}
.heading h2 {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}
.heading.text-center p {
  width: 70%;
  margin: auto;
  padding-bottom: 20px;
  font-size: 18px;
}
.cta-blocks h2 {
  font-size: 36px;
  font-weight: bold;
}
.quality-slider-box-head-5:hover {
  background-color: #000;
}
.quality-slider-box img {
  border-radius: 15px;
  box-shadow: 0 40px 70px #81818142;
}
.popupMaintwo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 17px;
}
.right-s {
  padding: 0;
  margin: 0;
}

input[type="submit"] {
  background-color: rgb(58 83 138);
  padding: 20px 26px;
  color: #fff;
  font-size: 20px;
  font-family: "Sitka";
  transition: 0.5s;
  border: 1px solid rgb(254, 152, 0);
}

input.swift-btn {
  background: rgb(16 35 30);

  color: #fff;
  border-radius: 30px;
  font-family: "Sitka";
  font-size: 16px;
  padding: 4px 25px !important;
  transition: 0.5s;
  border: 1px solid rgb(0, 0, 0);
  height: 50px;
  padding: 0 22px;
  line-height: 19px;
}
.footerlinks{
  display: flex;
  color:#fff;
  font-size: 15px;
}
.footerlinks a{
 
  color:#fff;
 padding-left: 20px;
}