/*Main Css */
:root {
  --primary: #00c2b6;
  --bg-light: #ffdecc;
  --bg-gray: #f4f9ff;
  --black: #000000;
  --white: #ffffff;
  --dark: #333333;
  --shadder1: #dbebff;
  --shadder2: #fff0cf;
  --shadder3: #d8ffec;
  --shadder4: #ebebff;
  --shadder5: #ffe3e0;
  --font-heading: "roslindale";
  --font-accent: "Manrope", sans-serif;
  --font-body: "Manrope", sans-serif;
  --font-regular: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --border: 1px solid #c0b5f033;
  --font-regular: 16px;
  --font-small: 14px;
  --font-extra-small: 12px;
  --font-large: 20px;
  --icon: "Font Awesome 6 Pro", sans-serif;
}
::selection {
  background: #ff5e14;
  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: #ff5e14;
}
.container {
  max-width: 1250px;
}
p {
  line-height: 1.5;
}

/* Tabbing CSS */

[class^="box-"] {
  display: none;
}

[class^="box-"].showfirst {
  display: block;
}

/* Accordian */
.accordion-list {
  position: relative;
}

.accordion-list li {
  padding: 30px 35px 30px 30px;
  cursor: pointer;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #d1d5db;
  background: white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  margin-bottom: 1.5rem;
}
ul.accordion-list li span {
  display: flex;
  position: relative;
}
.accordion-list li h3 {
  font-size: 24px;
  color: #666666;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
ul.accordion-list li h3:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0;
  right: 0;
  color: #9ca3af;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  font-weight: 600;
  top: 0;
}
.accordion-list li.active h4::after {
  color: #9ca3af;
  content: "\f077";
}
ul.accordion-list li.active h3:after {
  content: "\f077";
}
.answer p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
}
/* Accordian end*/

html {
  overflow-x: hidden;
}

body {
  font-family: var(--font-body);
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1;
  color: #000000;
}
body.inner-header {
  /* padding-top: 100px; */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: normal;
}

*:hover,
*:focus,
* {
  outline: none !important;
}

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.4s ease-In-out;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

.btn-wrap span {
  color: #fff;
}

span {
  display: inline-block;
  color: black;
}

textarea,
select,
input[type],
textarea,
select,
button {
  font-family: var(--font-body);
  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;
}

::-moz-placeholder {
  opacity: 1;
}

/* Padding Classes */

.pad-zero {
  padding: 0px;
}

.pad-l-zero {
  padding-left: 0px;
}

.pad-r-zero {
  padding-right: 0px;
}

.ovr-hiddn {
  overflow: hidden;
}

.overlay:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.overlay {
  display: none;
}

.overlay.active {
  display: block;
}

/* Heading Classes */
.hding-1 h1 {
  font-size: 75px;
  font-weight: 700;
  line-height: 75px;
}
.highlighted {
  color: #ff5e14;
}

/* Custom Slick Css */

.slick-list {
  margin: 0 -15px;
}

.slick-slide {
  margin: 0 15px;
}

.slick-dots {
  padding: 50px 0 0;
  text-align: center;
}

.slick-dots li {
  margin: 0 10px 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: 30px;
  border-radius: 100px;
  padding: 0px;
  background: #dddddd;
  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: #b6b9fc;
  width: 55px;
}

/*header css*/

header {
  -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;
  position: fixed;
  background: white;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
}
header.sticky {
  background: white;
  box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%),
    0px 2px 4px -1px rgb(0 0 0 / 6%);
  top: 0;
}
.menuWrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.logo {
  display: inline-block;
}
.logo img {
  display: block;
  max-width: 200px;
}
.logo h2 {
  color: #000000;
  font-weight: 700;
  font-size: 26px;
}
.fot-logo h2 {
  font-size: 30px;
  font-weight: 700;
}
/* Hamburger Menu */

.menu-Bar {
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0px;
  margin: auto;
  z-index: 22;
  display: none;
}

.menu-Bar span {
  display: block;
  height: 4px;
  width: 100%;
  background: var(--primary);
  position: absolute;
  transition: 0.6s all;
  border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
  top: 0;
}

.menu-Bar span:nth-child(2) {
  top: 8px;
  transform-origin: left;
}

.menu-Bar span:nth-child(3) {
  top: 16px;
}

.menu-Bar.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
  transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
  transform-origin: right-center;
}

/* Menu Css */

.menu {
  font-size: 0px;
  display: inline-block;
  vertical-align: middle;
}

.menu > li {
  display: inline-block;
  vertical-align: middle;
  padding: 16px 0 16px 16px;
}

.menu > li > a {
  display: block;
  font-size: 14px;
  color: var(--black);
  /* text-transform: uppercase; */
  font-weight: 600;
}
.header-btn {
  background: var(--primary);
  color: white !important;
  padding: 13px 15px;
  border-radius: 100px;
  font-weight: 700 !important;
  font-size: 15px !important;
}
.header-btn i {
  padding-left: 10px;
}
.header-btn:hover {
  transform: scale(1.03);
}
.menu > li :hover > a,
.menu > li .active > a {
  color: var(--primary);
}
.menu > li > a:hover {
  color: var(--primary);
}

.menu > li > a i {
  margin-right: 4px;
}

@keyframes scale-display {
  0% {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes scale-display--reversed {
  0% {
    display: inline-flex;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  99% {
    display: inline-flex;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    display: none;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}

/* Menu Dropdown CSS */
.has-child {
  position: relative;
  z-index: 1;
}
.dropdown {
  position: absolute;
  background: white;
  /* padding: 1rem; */
  border-radius: 0px 0px 10px 10px;
  top: 100%;
  width: 732px;
  box-shadow: 0 0px 8px rgb(255 251 255), 0 2px 6px rgb(255 251 255);
  display: none;
  background: #292a2e;
}

@keyframes slide {
  0% {
    height: 0;
  }
  100% {
    height: auto;
  }
}
.dropdown .dropdown {
  left: 100%;
  top: 0;
}
.dropdown ul li a {
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  padding: 14px 26px;
}
.dropdown li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.chev.rotate {
  transform: rotate(180deg);
}
.chev {
  transition: 0.5s ease;
  font-size: 13px;
}
.dropdown ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
/* Dropdown CSS*/

@keyframes btotreverse {
  0% {
    top: 75px;
    opacity: 1;
  }
  100% {
    top: 115px;
    opacity: 0;
  }
}

@keyframes btot {
  0% {
    top: 115px;
    opacity: 0;
  }
  100% {
    top: 40px;
    opacity: 1;
  }
}

/* Main Banner CSS */

.mainBanner {
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  position: relative;
  background-color: black;
}
.banner-content {
  padding: 152px 0 130px;
}

.banner-content {
}
h1.banner-heading {
  font-size: 44px;
  line-height: 1.2;
  margin-bottom: 14px;
  font-family: var(--font-heading);
  color: white;
}
.banner-images span i {
  color: var(--primary);
}
span.sub-heading {
  font-size: 18px;
  line-height: 22px;
  color: var(--primary);
  font-weight: 500;
}

p.banner-text {
  font-size: 16px;
  margin-bottom: 2rem;
  color: #fbfbf9;
  line-height: 26px;
}
.banner-images {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}
.banner-form {
  padding: 50px 25px;
  background-color: white;
  border-radius: 10px;
}
.banner-form-content h5 {
  font-size: 27px;
  font-family: var(--font-heading);
  color: #2b2b2b;
  margin-bottom: 10px;
  font-weight: 500;
}
.banner-form-content h4 {
  font-size: 38px;
  font-family: var(--font-heading);
  color: #2b2b2b;
  font-weight: 500;
  margin-bottom: 10px;
}
.banner-form-content p {
  font-size: 16px;
  color: #7e7e7e;
}
.banner-form-content p a {
  font-weight: 600;
  color: #7e7e7e;
}
.banner-form-content h4 span {
  color: var(--primary);
}
.form-field input,
.form-field textarea {
  border: none;
  border-bottom: 1px solid #7e7e7e;
  color: #7e7e7e;
  font-size: 14px;
  padding: 10px;
  width: 100%;
  margin: 15px 0;
}
.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #7e7e7e;
}
.form-btn {
  margin-bottom: 1rem;
}
.banner-icon {
  position: absolute;
  bottom: 25%;
  left: 100px;
  filter: hue-rotate(130deg);
}
.banner-form-box {
  position: relative;
  padding: 20px;
  z-index: 1;
}
.banner-form-box::before {
  content: "";
  background-image: url(../images/bf1.png);
  position: absolute;
  height: 50%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.banner-form-box::after {
  content: "";
  background-image: url(../images/bf1.png);
  position: absolute;
  height: 50%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  left: 0;
  bottom: 0;
  transform: rotate(180deg);
  z-index: -1;
}

.banner-form-box {
  position: relative;
  padding: 20px;
  z-index: 1;
}

.banner-form-box::before,
.banner-form-box::after {
  content: "";
  background-image: url(../images/bf1.png);
  position: absolute;
  height: 50%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  left: 0;
  z-index: -1;
  animation: fade 8s ease-in-out infinite;
  opacity: 0;
}

.banner-form-box::after {
  bottom: 0;
  transform: rotate(180deg);
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.banner-form-box::after {
  animation-delay: 4s;
}

.banner-icon {
  display: inline-block;
  animation: fade-slide 2s ease-in-out infinite;
}

@keyframes fade-slide {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}

/* why-sec */
ol {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  flex-direction: column;
  justify-content: flex-start;
}
ol li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 24px;
  font-weight: 500;
  color: #282825;
}
.why-us-bg-img {
  position: absolute;
  top: -77px;
}
.why-us {
  padding-bottom: 100px;
  background-color: #e5e5e1;
  position: relative;
}

/* service sec */
.bg-dark {
  background-color: #292a2e !important;
}
.bg-darker {
  background-color: #1d1e20 !important;
  border-top: 1px solid #383a3c;
}
.service-bg {
  position: absolute;
  top: -60px;
}
.service-box {
  padding: 30px 40px;
  background-color: #4b4b4b;
  border: 2px solid #4b4b4b;
  transition: all 0.4s;
  border-radius: 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  align-items: center;
}
.service-box h5 {
  font-size: 24px;
  font-family: var(--font-heading);
  color: #fbfbf9;
}
.service-box p {
  font-size: 18px;
  color: #fbfbf9;
}
.service-box:hover {
  background-color: transparent;
  border: 2px solid var(--primary);
}

/* publication sec */
.publication-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.publication-list li {
  width: 33.33%;
  font-size: 26px;
  color: #282825;
  padding: 20px 10px 35px;
}
.publication-list li span {
  position: relative;
  color: #282825;
}
.publication-list li span img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  filter: hue-rotate(130deg);
}

/* project sec */
.project-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.project-list li {
  width: 25%;
  padding: 15px;
}
.project-box {
  background-color: white;
  border-radius: 18px;
  padding: 15px 10px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-img {
  position: absolute;
  top: -50px;
  left: 0;
}
.project-sec {
  position: relative;
}

/* our client sec */
.our-client-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.our-client-list li {
  padding: 15px;
  width: 20%;
}
.our-client-box {
  border: 1px solid #cccccc;
  border-radius: 9px;
  padding: 30px 10px;
  background-color: transparent;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  height: 100%;
  align-items: center;
  transition: 0.3s ease;
}
.our-client-box:hover {
  border: 1px solid var(--primary);
  transform: translateY(-12px);
}
.our-client-box h5 {
  font-size: 26px;
  font-family: "roslindale";
  color: #000000;
  font-weight: 100;
}
.our-client-box span {
  height: 96.49px;
  width: 96.49px;
  background: #4b4b4b;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-client-box:hover span {
  background: var(--primary);
}
/* testimonial sec */
.det .name {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 10px;
  color: #232323;
}
.det .des {
  font-size: 14px;
  font-weight: 500;
  color: #969696;
}
.cta-img-desk {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  left: 0;
  z-index: -1;
}
.cta-sec {
  position: relative;
  padding: 0 0 110px;
  z-index: 1;
  padding-top: 14vw;
}
.slick-slide.slick-current.slick-active .testi-slide .testimonial-box {
  background: none;
}

/* footer */
.fot-content p {
  font-size: 14px;
  color: white;
  margin: 40px 0 0;
}
.widget h4 {
  font-size: 24px;
  font-family: var(--font-heading);
  color: white;
  margin-bottom: 10px;
}
.widget ul li {
  padding: 7px 0;
  line-height: 26px;
}
.widget ul li a {
  font-size: 16px;
  color: var(--white);
}
.widget ul li a i {
  padding-right: 10px;
  color: var(--primary);
}
.widget ul li a b {
  font-weight: 700;
  width: 60px;
  display: inline-block;
}
.widget {
  margin-top: 40px;
}
.copyright-sec {
  background-color: #383a3c;
  padding: 20px 0;
  margin: 50px 0 40px;
}
.fot-logo img {
  max-width: 200px;
}
ul.social-links {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
}
ul.social-links li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
ul.social-links li a {
  height: 33px;
  width: 33px;
  background: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 16px;
  transition: 0.3s ease;
}
ul.social-links li a:hover {
  background: var(--primary);
  color: #fff;
}
.widget ul li a:hover {
  color: var(--primary);
}
.copyright a:hover {
  color: var(--primary);
}
.widget ul li:last-child a b {
  margin-right: 14px;
}
/* contact-us section */

.contactus-bg {
  box-shadow: 0px 24px 80px 0px #00000026;
  border-radius: 10px;
  padding: 60px 38px;
}
.contactus-bg .sec-heading h2 {
  font-size: 42px;
}
.contact-field label {
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 12px;
  font-family: "roslindale";
  color: #000000;
}
.contact-field input,
.contact-field select,
.contact-field textarea {
  border-radius: 4px;
  background: #fff;
  padding: 10px 10px;
  width: 100%;
  height: 68px;
  border: 1px solid #dfdfdf;
  color: #999999;
  font-size: 18px;
}
.contact-field textarea {
  height: 126px;
}
.contact-field {
  margin-bottom: 40px;
}
.contact-field button {
  background: var(--primary);
  color: white !important;
  padding: 15px 30px;
  border-radius: 100px;
  font-weight: 700 !important;
  font-size: 18px !important;
  border: 2px solid var(--primary);
}
.contactus-bg ul li span {
  height: 40px;
  width: 40px;
  background: var(--primary);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contactus-bg ul li {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.contactus-bg ul li a {
  color: #000000;
  font-size: 16px;
  line-height: 21px;
}
.sec-heading h5 {
  color: #000000;
  font-size: 20px;
  font-family: "roslindale";
  padding-bottom: 2rem;
}
.contactus-bg ul {
  margin-bottom: 38px;
}
.contactus-bg .sec-heading p {
  color: #999999;
  font-size: 18px;
  line-height: 30px;
}
.map-image {
  margin-top: 30px;
}

ul.overview-nav.d2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 16px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
ul.overview-nav.d2 a {
  padding: 15px 28px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 0;
  color: #646363;
  border-bottom: 1px solid #646363;
}
ul.overview-nav.d2 li.active a {
  background: transparent;
  color: var(--primary);
  border-color: var(--primary) !important;
}

/* team-member */
.member-details {
  box-shadow: 0px 13px 7.3px 0px #0000001a;
  border-radius: 10px;
  padding: 16px;
  text-align: center;
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  z-index: 1;
  background: #fff;
  margin: 0 16px;
}
.team-member {
  position: relative;
}
.member-details h3 {
  color: #282825;
  font-size: 24px;
  font-family: "roslindale";
}
.member-details p {
  color: #282825;
  font-size: 14px;
}

.sec-1 .sec-heading h2 {
  font-size: 40px;
}
.sec1-images {
  position: relative;
}
.img2 {
  position: absolute;
  bottom: -33%;
  right: 34px;
}
.img3 {
  margin-bottom: 50px;
}
section.sec-1 {
  padding: 4rem 0;
}
.img6 {
  margin: 40px 0;
}

.number-card {
  border: 1.7px solid #cccccc;
  border-radius: 15px;
  padding: 63px 21px;
  text-align: center;
  transition: 0.5s ease;
  height: 100%;
}
.number-card span {
  height: 163.62px;
  width: 163.62px;
  background: #4b4b4b;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  font-family: "roslindale";
  margin: 0 auto;
  color: #fff;
}
.number-card h3 {
  font-size: 24px;
  font-family: "roslindale";
  padding: 39px 0;
}
.number-card p {
  color: #282825;
  font-size: 16px;
  line-height: 28px;
}
.sec-2 .sec-heading h2 {
  font-size: 40px;
  line-height: 58px;
}
.number-card:hover {
  background: #4b4b4b;
}
.number-card:hover span {
  background: var(--primary);
}
.number-card:hover h3,
.number-card:hover p {
  color: #fff;
}

/* -------------------------------popup-------------------------- */
.overlay {
  background-color: rgb(197 197 197 / 32%);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999999;
  display: none;
  /* backdrop-filter: blur(10px); */
  opacity: 0.6;
}
.brand-popup {
  padding: 20px 40px 10px;
  position: relative;
  background-color: rgb(35, 31, 32, 0.8);
  color: #fff;
  backdrop-filter: blur(5px);
}
.popupmain {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 510px;
  box-shadow: 0 0 30px -9px #0000006e;
  z-index: 9999999;
  /* overflow: hidden; */
  display: none;
  border-radius: 0;
  max-width: 97%;
  max-height: 90vh;
  /* overflow-y: auto; */
  background: #ffffff;
  background-color: rgb(35, 31, 32, 0.8);
  color: #fff;
  backdrop-filter: blur(5px);
  background-color: transparent;
  border: none;
}
.mmpopup {
  text-align: center;
  /* background: #f8f8f8; */
  padding: 45px 30px 0;
}
.mmpopup .formpop {
  width: 100%;
  margin: 24px auto 0;
}
.mmpopup .fld-input {
  min-height: 52px;
  width: 100%;
  /* margin-bottom: 9px; */
  border-radius: 0;
  /* border: 1px solid #D1D5DB; */
  overflow: hidden;
}
.mmpopup .centercont h3 {
  font-size: 38px;
  color: #141515;
  margin-bottom: 10px;
}
.mmpopup .centercont h4 {
  font-size: 20px;
  color: #566060;
  margin-bottom: 15px;
}
.mmpopup .centercont h4 span {
  color: #86cb92;
}
.mmpopup .centercont h4 span span {
  display: none;
}
.mmpopup .centercont p {
  color: #333;
  font-size: 14px;
  margin-bottom: 120px;
  line-height: 20px;
}
.closeico {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 9999;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  border-radius: 100px;
  /* filter: brightness(0.5); */
}
.closeico i {
  display: block;
  color: white;
}
.closeico1 {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 9999;
}
.closeico1 i {
  background: url(https://markfortify.com/lp4/assets/images/e-remove.png)
    no-repeat;
  width: 16px;
  height: 16px;
  display: block;
}
.mmpopup .centercont p {
  margin-bottom: 10px;
  display: block;
  position: relative;
  text-align: left;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
}
.mmpopup .centercont ul {
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding: 27px 49px 27px 24px;
  background: #fff;
  border-radius: 10px;
  margin-right: 20px;
}
.mmpopup .centercont ul li {
  display: block;
  font-size: 15px;
  color: #000;
  padding-bottom: 12px;
}
.mmpopup .centercont ul li.last {
  padding-bottom: 0;
}
.mmpopup .centercont ul li i {
  color: #ff533e;
  border: 1px solid;
  border-radius: 100px;
  margin-right: 8px;
  font-size: 10px;
  padding: 3px;
}
.mmpopup .centercont h4 {
  font-size: 30px;
  color: #fff;
}
.mmpopup .centercont h3 {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
}
.mmpopup .centercont h3 span {
  display: block;
  /* margin: 0 30px; */
  /* font-size: 30px; */
  color: #000;
  /* font-family: 'CenturyGothic'; */
  font-weight: 700;
  /* line-height: 33px; */
  font-size: 28px;
  line-height: 120%;
  color: #ffffff;
  font-family: "roslindale";
  text-align: center;
}
.mmpopup .centercont h4 span {
  font-weight: 700;
  color: #f99701;
  font-size: 40px;
}
.fld-input {
  border-radius: 5px;
  width: 354px;
  height: 45px;
}
.fld-input input {
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 14px;
  letter-spacing: 0.2px;
  background: #ffffff;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none;
  border: 1px solid #ced4da !important;
  background: #fff;
  border-radius: 12px;
}
.fld-input input::placeholder {
  color: #737373;
  font-weight: 400;
}
.fld-btn button {
  border-radius: 5px;
  background-color: var(--primary);
  width: fit-content;
  color: #0b0b0b;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  transition: 0.5s;
  height: 50px;
  cursor: pointer;
  border: 0;
  border-radius: 3.681px;
  background: var(--primary);
  box-shadow: 2.45393px 2.45393px 0px 0px #110600;
  padding: 12px 35px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: center;
}
.fld-btn button i {
  padding-left: 12px;
}
.fld-btn button:hover {
  transform: scale(1.03);
}
/*.brand-popup {*/
/*  display: flex;*/
/*}*/

.popupimg {
  flex-shrink: 0;
  transform: translate(-60px, 42px);
  flex-basis: 347px;
  margin-right: -37px;
}
.fld-input textarea {
  height: 100%;
  width: 100%;
  border: 1px solid #d1d5db;
  background: #ffffff;
  padding: 14px 12px;
  font-size: 14px;
  border-radius: 12px;
}
/*.centercont.static {*/
/*    display: flex;*/
/*    align-items: end;*/
/*    gap: 2rem;*/
/*}*/

.centercont.static h3 {
  flex-basis: 178px;
  text-align: left;
  flex-shrink: 0;
}
.fld-input.fld-textarea {
  height: 100%;
}
.mmpopup .fld-input:not(:last-child, .fld-textarea) {
  margin-bottom: 8px;
}
/*.mmpopup .centercont p::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 5px;*/
/*    background: #FD5600;*/
/*    right: 0;*/
/*    top: -22px;*/
/*    border-radius: 10px;*/
/*}*/

.mmpopup .centercont p::before {
  display: none;
}
.fld-btn.packageformsubmit {
  text-align: left;
}
label.checkbox-label {
  text-align: left;
  display: flex;
  gap: 10px;
  color: #000000;
  font-size: 12px;
  line-height: 20px; /* 142.857% */
}
.popupimg {
  position: relative;
}
.popupimg::before {
  content: "";
  background: url("../images/pop-elem.webp") no-repeat;
  position: absolute;
  width: 160px;
  height: 84px;
  top: -24px;
  right: 0;
  background-size: contain;
}
.popupimg img {
  width: 100%;
}
.checkbox-wrap {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
  margin-bottom: 8px;
}
.checkbox-wrap label {
  line-height: 1.3;
  font-size: 12px;
  color: #000000;
}
.checkbox-wrap input {
  margin-top: 4px;
  width: auto !important;
  height: auto;
}
/* ----------------------------popup----------------------------- */

/* packages */
.pckg .scroll {
  height: 300px;
  overflow-y: auto;
}

.pkg-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.pckg {
  border-radius: 10px;
  height: 100%;
  border: 1px solid #dadef2;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
}

.pckg h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}

.pckg-list {
  height: 200px;
  overflow-y: auto;
}

.pckg .btn-wrap a {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  border-radius: 5px;
}

.pckg .btn-wrap .btn-norm {
  color: var(--primary);
  transition: 0.5s ease;
}

.pckg .btn-wrap .btn-norm:hover {
  transform: scale(1.03);
}

.pckg .btn-wrap .light {
  background: #f5f6fa;
  border-color: #f5f6fa;
}

.pckg .upper .title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 5px;
}

.pckg .upper .starting-in {
  font-size: 14px;
  line-height: 20px;
  color: #6b7280;
}

.pckg .upper p {
  line-height: 28px;
  color: #505673;
  /* min-height: 40px; */
}

.pckg .upper .price {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0 1.5rem;
}

.pckg .upper .price .amount {
  font-weight: 500;
  font-size: 44px;
  line-height: 50px;
  color: #000000;
}

.pckg .upper .price .cut-price {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  text-decoration: line-through;
}

.pckg .upper .price .uspto {
  font-weight: 500;
  font-size: 16px;
  background-color: var(--primary);
  padding: 5px 10px;
  border-radius: 100px;
}

.pckg .bottom .includes {
  letter-spacing: 0.025em;
  text-transform: uppercase;

  color: #111827;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
}

.pckg .bottom ul li {
  line-height: 1.1;
  color: #505673;
  position: relative;
  display: flex;
  font-size: 14px;
}

.pckg .bottom ul li span {
  font-weight: 600;
  font-size: 18px;
}

.pckg .bottom ul li:not(.last) {
  margin-bottom: 10px;
}

.pckg .bottom ul li::before {
  content: "";
  font-family: var(--icon);
  content: "\f00c";
  font-weight: 800;
  color: #3d55cc;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5fffe;
  border-radius: 100%;
  flex-shrink: 0;
}

.pckg .bottom ul li:has(span)::before {
  content: none;
}

/* packages */

/* Sec Headings */
.sec-heading {
  margin-bottom: 2rem;
}
.sec-heading.center {
  text-align: center;
}
.sec-heading h2 {
  font-size: 60px;
  line-height: 1.2;
  color: #282825;
  font-family: var(--font-heading);
}
.sec-heading h4 {
  font-size: 30px;
  line-height: 1.2;
  color: #282825;
  font-family: var(--font-heading);
}
.sec-heading h4 span {
  position: relative;
  color: #282825;
}
.sec-heading h4 span img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  filter: hue-rotate(130deg);
}
.sec-heading.white h2,
.sec-heading.white p {
  color: white;
}
.sec-heading p {
  font-size: 24px;
  color: #282825;
}
.sec-heading p b {
  font-weight: 600;
}
.sec-heading .sub-heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  color: var(--primary);
  margin-bottom: 1rem;
}
.sec-heading p.fs-18 {
  font-size: 18px;
  line-height: 36px;
}
/* Sec Headings */

/* sections */
section {
  padding: 4rem 0;
  position: relative;
}
.padding-2 {
  padding: 1rem 0;
}
/* sections */

/* Theme Buttons */
.btn-wrap {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 1rem 0;
}

.btn-wrap .theme-btn {
  padding: 15px 30px;
  background: var(--primary);
  color: white;
  font-size: 18px;
  border-radius: 100px;
  border: 2px solid var(--primary);
  transition: 0.5s ease;
  font-weight: 700;
}
.btn-wrap .theme-btn-new {
  padding: 15px 60px !important;
}
.btn-wrap .theme-btn i {
  padding-left: 10px;
}
.btn-wrap .theme-btn.bordered {
  background: transparent;
  color: var(--primary);
}
.btn-wrap .theme-btn:hover {
  transform: scale(1.03);
}
/* Theme Buttons */

/* Country Code */
.newcountrycode {
  position: relative;
  display: flex;
  align-items: center;
  /* padding-left: 40px; */
  border: 1px solid #ddd;
  height: 45px;
  border-radius: 5px;
}

.newcountrycode select {
  width: 56px;
  border: 0;
  padding: 0px 19px;
  font-size: 16px;
  position: relative;
  z-index: 1;
  background: transparent;
}

.newcountrycode .countrycode {
  width: 70px;
  border: 0;
  background: #f9f9f9;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  margin: 0 10px;
}
.newcountrycode .phone-field {
  width: 100%;
}
.newcountrycode input {
  border: 0;
}
/* Country Code */

/* footer */
footer {
  padding: 2.5rem 0;
}
.copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.copyright p,
.copyright a {
  color: white;
  font-size: 16px;
}
.copyright p b {
  font-weight: 700;
}
ul.f-link {
  display: flex;
  align-items: center;
  gap: 20px;
}
ul.f-link li:first-child {
  border-right: 1px solid #fff;
  padding-right: 20px;
}
/* footer */

/* Testimonials 2 */

.testimonial-box {
  background-color: #e5e5e1;
  border-radius: 2px;
  padding: 20px 25px;
}

.testi-slider-2 .testi-slide p {
  color: #282825;
  font-weight: 500;
  font-size: 18px;
}
.testi-slider-2 .testi-slide {
  padding: 20px;
  position: relative;
  margin-top: 30px;
}
.testi-slider-2 .slick-current .testi-slide::before {
  content: "";
  background-image: url(../images/tbg1.png);
  position: absolute;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  left: 0;
  top: 0;
  z-index: -1;
  filter: brightness(0);
}
.testi-slider-2 .slick-current .testi-slide::after {
  content: "";
  background-image: url(../images/tbg1.png);
  position: absolute;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  left: 0;
  bottom: 0;
  transform: rotate(180deg);
  z-index: -1;
}
.testi-slider-2 .testi-slide .bottom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 1rem;
  margin-bottom: 1rem;
}
.testi-slider-2 .testi-slide .client .det .name {
  font-weight: 500;
  font-size: 26px;
  line-height: 39px;
  color: #0b0b0b;
}
.testi-slider-2 .testi-slide .client .det .des {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}
.testi-slider-2 .testi-slide .bottom .stars {
  background: #407bff;
  border-radius: 42px;
  padding: 10px 20px;
  color: #00f000;
  display: flex;
  font-size: 12px;
  gap: 8px;
}
/* Testimonials 2 */

/* 404 */
.thankyou-header {
  padding: 2rem 0;
  background: url("../images/thankyou-header-bg.webp");
  background-size: cover;
}
.error-text {
  font-size: 60px;
  line-height: 68px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.error-heading {
  font-weight: 500;
  font-size: 22px;
  line-height: 68px;
  color: #fff;
}
.error-image {
  margin-top: 100px;
}
.thankyou-text {
  font-size: 20px;
  initial-letter: 30;
  line-height: 34px;
  margin-top: 20px;
}
/* 404 */
/* terms */
ul.list-ul {
  list-style: disc;
  margin-left: 22px;
}
.terms ul {
  /* padding-left: 40px; */
  line-height: 25px;
  font-size: 16px;
  color: #333;
}
.terms ul li {
  margin-bottom: 1rem;
}
.terms ul li::marker {
  font-size: 22px;
  font-weight: 500;
}
.terms h4 {
  font-size: 32px;
  margin: 3rem 0 1rem;
  font-family: "roslindale";
}
.terms p {
  margin-bottom: 1rem;
  font-size: 18px;
  line-height: 2;
}
/* terms */

/* section-10 */
.modal-body p span#bookDescription {
  overflow-y: auto;
  max-height: 282px;
  padding-right: 10px;
}
.modal-body p:last-child {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
}
.book-item img {
  width: 100%;
  height: 100% !important;
}
.modal-body h2 {
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  color: #303030;
  padding-bottom: 1rem;
}
.modal-body p strong {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.modal-body p span {
  font-size: 14px;
  color: #212529;
  line-height: 20px;
}
.modal-body p {
  line-height: 30px;
}
.modal-body p#bookDescription {
  font-size: 14px;
  line-height: 20px;
}
.port-img {
  max-width: 35%;
  flex-shrink: 0;
}
.mmrate {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  gap: 10px;
}
.mmrate .ratings i {
  color: #ffb525;
}
/* Grid Layout for Books */
.book-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.book-item {
  width: 22%;
  cursor: pointer;
  padding: 36px;
  text-align: center;
  background: #ececec;
}
.book-item img {
  width: 100%;
  height: auto;
}
.modal-books {
  /*height: 100%;*/
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 1092px;
  background: #fff;
  box-shadow: 0 0 30px -9px #0000006e;
  z-index: 9999999;
  overflow: hidden;
  display: none;
  border-radius: 8px;
  max-width: 97%;
  max-height: 84vh;
  overflow-y: auto;
}
.modal-content2 {
  background-color: #fff;
  margin: 6% auto;
  padding: 0 20px;
  width: 100%;
  /* max-width: 500px; */
  text-align: center;
}
.close {
  position: absolute;
  top: -50px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
}
.modal-body img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.modal-content2 {
  position: relative;
  display: flex;
  /* flex-direction: column; */
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  /* border: 1px solid rgba(0, 0, 0, .2); */
  border-radius: 0.3rem;
  outline: 0;
  align-items: center;
  text-align: left;
  gap: 1rem;
}
/* section-10 */

.leadforms-submit-button {
  background-color: #00c2b6 !important;
  border-color: #00c2b6 !important;
}

ol li img {
  filter: hue-rotate(130deg);
}

.video-box {
  position: relative;
  width: 100%;
  height: auto;
}
.video-box video {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 9px;
}
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  border: 0;
  border-radius: 6px;
  font-size: 22px;
  padding: 10px 18px;
  cursor: pointer;
  transition: background 0.25s ease;
}
.play-btn:hover {
  background: rgba(0, 0, 0, 0.75);
}

@media (max-width: 1440px) {
}

@media (max-width: 1200px) {
  ul.menu.btns li {
    border-bottom: 0;
  }
  header {
    padding: 1rem 0;
  }
  .btns {
    margin: 1.5rem 0;
  }
  .dropdown {
    position: unset;
    box-shadow: none;
    width: 100%;
    background: #292a2e;
  }

  .dropdown ul li a {
    padding: 0;
    line-height: 1rem;
    /* padding: 0; */
    padding: 1rem;
    font-weight: 500;
  }
  .form-head .form-heading {
    white-space: normal;
    font-size: 20px;
  }
  .form-head {
    padding: 1rem;
  }
  .btn-normal {
    padding: 10px 8px;
  }
  .sub-menu a {
    color: #333 !important;
    margin-bottom: 0 !important;
  }

  .sub-menu {
    left: auto !important;
    padding-top: 16px;
    top: 24px;
  }
  a.header-btn {
    padding: 15px 20px !important;
    margin-bottom: 0 !important;
    display: flex !important;
    gap: 5px !important;
    align-items: center;
  }
  .menuWrap .menu:first-child {
    padding-left: 0;
    width: 100%;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .menu-Bar {
    display: block;
    top: 0px;
  }
  .menuWrap.open {
    display: flex;
    left: 0px;
  }
  .menuWrap {
    position: fixed;
    left: -210%;
    /* right: 0; */
    top: 0;
    bottom: 0;
    margin: auto;
    background: #080808;
    height: 100dvh;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-flow: column;
    transition: all 0.4s ease;
    z-index: 3;
    width: 70%;
    overflow-y: auto;
    box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%),
      0px 2px 4px -1px rgb(0 0 0 / 6%);
    justify-content: flex-start;
  }
  ul.menu > li {
    display: flex;
    justify-content: center;
    gap: 5px;
    border-bottom: 1px solid #ddd;
    padding: 0;
    flex-direction: column;
  }
  ul.menu > li > a {
    margin-bottom: 10px;
    padding: 0;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    padding-right: 0px;
    margin-right: 0px;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
  }

  .container {
    position: relative;
  }

  header .main-header ul.menu > li > a {
    color: #ffffff;
    width: 100%;
    text-align: left;
    margin: 0;
    display: flex;
    justify-content: space-between;
    padding: 1rem;
  }
  header .main-header ul.menu > li > a:before {
    display: none;
  }
  .why-us-bg-img {
    position: absolute;
    top: -50px;
  }
  .sec-heading h2 {
    font-size: 50px;
  }
  .sec-heading p {
    font-size: 20px;
  }
  ol li {
    font-size: 18px;
  }
  .service-bg {
    position: absolute;
    top: -30px;
  }
  .testimonial-box {
    padding: 18px;
  }
  .testi-slider-2 .testi-slide p {
    font-size: 14px;
  }
  .testi-slider-2 .testi-slide {
    margin-top: 0;
  }
  section {
    padding: 2rem 0;
    position: relative;
  }
  .number-card h3 {
    padding: 18px 0;
  }
  .number-card {
    padding: 26px 21px;
  }
  .popupimg {
    flex-shrink: 0;
    transform: translate(18px, 82px);
    flex-basis: 346px;
    margin-right: 0px;
  }
  .popupimg img {
    width: auto;
  }
  ul.menu.btns {
    display: flex;
    align-items: start;
    justify-content: center;
  }
}

@media (max-width: 1025px) {
  .btn-wrap .theme-btn {
    font-size: 16px;
  }
  .overlap-slider {
    /* width: 180%; */
    width: 100%;
    position: relative;
  }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* Styles */
}
/* iPads (landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /* Styles */

  .banner-form {
    padding: 20px 14px;
  }
  .why-us-bg-img {
    position: absolute;
    top: -58px;
  }
  .sec-heading h2 {
    font-size: 46px;
  }
  .sec-heading p {
    font-size: 18px;
  }
  ol li {
    font-size: 16px;
  }
  .service-bg {
    position: absolute;
    top: -26px;
  }
  .service-box {
    padding: 28px 20px;
  }
  .service-box p {
    font-size: 16px;
  }
  .publication-list li {
    font-size: 18px;
    padding: 20px 10px 20px;
  }
  .project-img {
    position: absolute;
    top: -28px;
    left: 0;
  }
  .our-client-box h5 {
    font-size: 22px;
  }
  section {
    padding: 2rem 0;
    position: relative;
  }
  .testimonial-box {
    padding: 18px;
  }
  .testi-slider-2 .testi-slide p {
    font-size: 14px;
  }
  .testi-slider-2 .testi-slide {
    margin-top: 0;
  }
  .widget ul li a {
    font-size: 14px;
  }
  .widget ul li {
    line-height: 16px;
  }
  .copyright p,
  .copyright a {
    font-size: 14px;
  }
  .copyright-sec {
    padding: 16px 0;
    margin: 20px 0 18px;
  }
  .contactus-bg {
    padding: 24px 20px;
  }
  .contactus-bg .sec-heading h2 {
    font-size: 30px;
  }
  .contact-field input,
  .contact-field select,
  .contact-field textarea {
    height: 52px;
    font-size: 16px;
  }
  .contact-field {
    margin-bottom: 20px;
  }
  .contact-field label {
    font-size: 18px;
  }
  .contactus-bg ul li a {
    font-size: 16px;
  }
  .contactus-bg ul li {
    gap: 10px;
    margin-bottom: 10px;
  }
  .sec-heading h5 {
    padding-bottom: 1rem;
  }
  .contactus-bg .sec-heading p {
    font-size: 14px;
    line-height: 20px;
  }
  .sec-heading {
    margin-bottom: 1rem;
  }
  .contactus-bg ul {
    margin-bottom: 18px;
  }
  .sec-heading p.fs-18 {
    font-size: 16px;
    line-height: 26px;
  }
  .number-card span {
    height: 70px;
    width: 70px;
    font-size: 30px;
  }
  .number-card {
    padding: 20px 20px;
  }
  .number-card h3 {
    font-size: 22px;
    padding: 18px 0;
  }
  .number-card p {
    font-size: 14px;
    line-height: 26px;
  }
  .popupimg {
    flex-shrink: 0;
    transform: translate(18px, 82px);
    flex-basis: 346px;
    margin-right: 0px;
  }
  .popupimg img {
    width: auto;
  }

  ul.menu.btns {
    display: flex;
    align-items: start;
    justify-content: center;
  }
  .book-item {
    padding: 25px;
  }
}
/* iPads (portrait) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* Styles */

  .pkg-list {
    grid-template-columns: repeat(1, 1fr);
  }
  header {
    padding: 1rem 0;
  }
  .banner-content {
    padding: 135px 0 20px;
  }
  span.sub-heading {
    margin-bottom: 1rem;
    font-size: 16px;
  }
  h1.banner-heading {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 1rem;
  }
  p.banner-text {
    max-width: 100%;
    font-size: 16px;
    line-height: 25px;
  }
  .btn-wrap {
    /* flex-direction: column; */
    margin-bottom: 1rem;
  }
  .btn-wrap a {
    /* width: 100%; */
    /* text-align: center; */
  }
  .banner-img {
    display: none;
  }
  .sec-heading h2 {
    font-size: 32px;
    line-height: 44px;
  }
  .sec-heading p {
    font-size: 16px;
    line-height: 26px;
  }
  .sec-heading .sub-heading {
    margin-bottom: 0.5rem;
  }
  .copyright {
    flex-direction: column;
    gap: 12px;
  }
  .logo img {
    max-width: 170px;
  }
  .dropdown ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .banner-form-box {
    margin-top: 2rem;
  }
  .banner-form {
    padding: 20px 16px;
  }
  .banner-form-content h5 {
    font-size: 26px;
  }
  .banner-form-content h4 {
    font-size: 36px;
  }
  .banner-form-content p {
    font-size: 16px;
  }
  .form-field input,
  .form-field textarea {
    margin: 8px 0;
  }
  ol li {
    font-size: 16px;
  }
  .dnone {
    display: none;
  }
  .service-box {
    padding: 24px 24px;
  }
  .service-box p {
    font-size: 16px;
  }
  .sec-heading p.fs-18 {
    font-size: 16px;
    line-height: 26px;
  }
  .sec-heading h4 {
    font-size: 18px;
  }
  .publication-list li {
    width: 49.33%;
    font-size: 18px;
    padding: 18px 10px 22px;
  }
  .project-list li {
    width: 33%;
    padding: 6px;
  }
  .our-client-list li {
    padding: 6px;
    width: 33%;
  }
  .our-client-box {
    padding: 20px 10px;
    gap: 1rem;
  }
  .our-client-box h5 {
    font-size: 20px;
  }
  section {
    padding: 2rem 0;
    position: relative;
  }
  .testimonial-box {
    padding: 10px 10px;
  }
  .testi-slider-2 .testi-slide p {
    font-size: 16px;
  }
  .cta-img-desk {
    display: none;
  }
  .cta-sec {
    padding: 26px 0 20px;
  }
  .fot-logo img {
    width: 225px;
  }
  .fot-content p {
    margin: 10px 0 0;
  }
  .widget ul li a {
    font-size: 14px;
  }
  .widget ul li {
    line-height: 12px;
  }
  .copyright p,
  .copyright a {
    font-size: 14px;
  }
  .copyright-sec {
    padding: 10px 0;
    margin: 20px 0 14px;
  }
  .widget {
    margin-top: 20px;
  }
  .img {
    display: none;
  }
  .chooseus-image {
    display: none;
  }
  .team-member {
    text-align: center;
  }
  .team-member img {
    width: 100%;
  }
  ul.overview-nav.d2 {
    gap: 10px 10px;
    margin-bottom: 14px;
  }
  ul.overview-nav.d2 a {
    padding: 15px 16px;
    font-size: 16px;
  }
  .contactus-bg {
    padding: 24px 20px;
  }
  .contactus-bg .sec-heading h2 {
    font-size: 30px;
  }
  .contact-field input,
  .contact-field select,
  .contact-field textarea {
    height: 52px;
    font-size: 16px;
  }
  .contact-field {
    margin-bottom: 20px;
  }
  .contact-field label {
    font-size: 18px;
  }
  .contactus-bg ul li a {
    font-size: 16px;
  }
  .contactus-bg ul li {
    gap: 10px;
    margin-bottom: 10px;
  }
  .sec-heading h5 {
    padding-bottom: 1rem;
  }
  .contactus-bg .sec-heading p {
    font-size: 16px;
    line-height: 22px;
  }
  .sec-heading {
    margin-bottom: 1rem;
  }
  .ban-image {
    display: none;
  }
  .img2 {
    display: none;
  }
  .sec-1 .sec-heading h2 {
    font-size: 28px;
  }
  section.sec-1 {
    padding: 2rem 0 0;
  }
  .sec-2 .sec-heading h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .number-card span {
    height: 70px;
    width: 70px;
    font-size: 30px;
  }
  .number-card {
    padding: 20px 20px;
  }
  .number-card h3 {
    font-size: 22px;
    padding: 18px 0;
  }
  .number-card p {
    font-size: 16px;
    line-height: 26px;
  }
  .number-card {
    margin-bottom: 1rem;
  }
  .why-us-bg-img {
    top: 0;
  }
  .terms p {
    font-size: 16px;
  }
  .terms h4 {
    font-size: 26px;
    margin: 2rem 0 1rem;
  }
  .project-img {
    position: absolute;
    top: -20px;
    left: 0;
  }
  .img3 {
    display: none;
  }

  .popupimg {
    display: none;
  }
  .centercont.static {
    gap: 0;
    flex-direction: column;
  }
  .centercont.static h3 {
    flex-basis: 62px;
  }
  .mmpopup {
    padding: 24px;
  }
  .mmpopup .formpop {
    margin: 10px auto;
  }
  label.checkbox-label {
    font-size: 12px;
    line-height: 16px;
  }
  .checkbox-wrap label {
    font-size: 12px;
  }
  .mmpopup .centercont p {
    margin-bottom: 0px;
    line-height: 16px;
    font-size: 12px;
  }
  .dropdown ul li a {
    font-size: 13px;
    padding: 10px 1rem;
  }
  .dropdown ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .modal-content2 {
    flex-direction: column;
  }
  .modal-body {
    padding: 0;
  }
  .modal-body h2 {
    font-size: 28px;
  }
  .close {
    top: -10px;
  }
  .book-item {
    width: 30%;
    padding: 16px;
  }
  ul.menu.btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    gap: 0;
  }
}

/* iPhone 6-8 Plus */
@media only screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait) {
  /* Styles */
}
@media only screen and (min-width: 414px) and (max-width: 736px) and (orientation: landscape) {
  /* Styles */
}

/* iPhone 6-8  */
@media only screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait) {
  /* Styles */
}
@media only screen and (min-width: 375px) and (max-width: 667px) and (orientation: landscape) {
  /* Styles */
}

/* Android (Pixel 2) */
@media only screen and (min-width: 412px) and (max-width: 684px) and (orientation: portrait) {
  /* Styles */
}
@media only screen and (min-width: 412px) and (max-width: 684px) and (orientation: landscape) {
  /* Styles */
}

/* Iphone X */
@media only screen and (min-width: 375px) and (max-width: 734px) and (orientation: portrait) {
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .pkg-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .video-box video {
    height: 500px;
  }
  header {
    padding: 1rem 0;
  }
  .banner-content {
    padding: 120px 0 20px;
  }
  span.sub-heading {
    margin-bottom: 1rem;
    font-size: 14px;
  }
  h1.banner-heading {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 1rem;
  }
  p.banner-text {
    max-width: 100%;
    font-size: 14px;
    line-height: 25px;
  }
  .btn-wrap {
    flex-direction: column;
    margin-bottom: 1rem;
  }
  .btn-wrap a {
    width: 100%;
    text-align: center;
  }
  .banner-img {
    display: none;
  }
  .sec-heading h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .sec-heading p {
    font-size: 14px;
    line-height: 26px;
  }
  .sec-heading .sub-heading {
    margin-bottom: 0.5rem;
  }
  .copyright {
    flex-direction: column;
    gap: 12px;
  }
  .logo img {
    max-width: 170px;
  }
  .dropdown ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .banner-form-box {
    margin-top: 2rem;
  }
  .banner-form {
    padding: 20px 16px;
  }
  .banner-form-content h5 {
    font-size: 22px;
  }
  .banner-form-content h4 {
    font-size: 28px;
  }
  .banner-form-content p {
    font-size: 12px;
  }
  .form-field input,
  .form-field textarea {
    margin: 8px 0;
  }
  ol li {
    font-size: 14px;
  }
  .dnone {
    display: none;
  }
  .service-box {
    padding: 24px 24px;
  }
  .service-box p {
    font-size: 14px;
  }
  .sec-heading p.fs-18 {
    font-size: 14px;
    line-height: 26px;
  }
  .sec-heading h4 {
    font-size: 18px;
  }
  .publication-list li {
    width: 49.33%;
    font-size: 14px;
    padding: 18px 10px 12px;
  }
  .project-list li {
    width: 50%;
    padding: 6px;
  }
  .our-client-list li {
    padding: 6px;
    width: 50%;
  }
  .our-client-box {
    padding: 20px 10px;
    gap: 1rem;
  }
  .our-client-box h5 {
    font-size: 18px;
  }
  section {
    padding: 2rem 0;
    position: relative;
  }
  .testimonial-box {
    padding: 10px 10px;
  }
  .testi-slider-2 .testi-slide p {
    font-size: 14px;
  }
  .cta-img-desk {
    display: none;
  }
  .cta-sec {
    padding: 0 0 20px;
  }
  .fot-logo img {
    width: 225px;
  }
  .fot-content p {
    margin: 10px 0 0;
  }
  .widget ul li a {
    font-size: 14px;
  }
  .widget ul li {
    line-height: 12px;
  }
  .copyright p,
  .copyright a {
    font-size: 14px;
  }
  .copyright-sec {
    padding: 10px 0;
    margin: 20px 0 14px;
  }
  .widget {
    margin-top: 20px;
  }
  .img {
    display: none;
  }
  .chooseus-image {
    display: none;
  }
  .team-member {
    text-align: center;
  }
  .team-member img {
    width: 100%;
  }
  ul.overview-nav.d2 {
    gap: 10px 10px;
    margin-bottom: 14px;
  }
  ul.overview-nav.d2 a {
    padding: 10px 6px;
    font-size: 12px;
  }
  .contactus-bg {
    padding: 24px 20px;
  }
  .contactus-bg .sec-heading h2 {
    font-size: 30px;
  }
  .contact-field input,
  .contact-field select,
  .contact-field textarea {
    height: 52px;
    font-size: 14px;
  }
  .contact-field {
    margin-bottom: 20px;
  }
  .contact-field label {
    font-size: 18px;
  }
  .contactus-bg ul li a {
    font-size: 16px;
  }
  .contactus-bg ul li {
    gap: 10px;
    margin-bottom: 10px;
  }
  .sec-heading h5 {
    padding-bottom: 1rem;
  }
  .contactus-bg .sec-heading p {
    font-size: 14px;
    line-height: 22px;
  }
  .sec-heading {
    margin-bottom: 1rem;
  }
  .ban-image {
    display: none;
  }
  .img2 {
    display: none;
  }
  .sec-1 .sec-heading h2 {
    font-size: 28px;
  }
  section.sec-1 {
    padding: 2rem 0 0;
  }
  .sec-2 .sec-heading h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .number-card span {
    height: 70px;
    width: 70px;
    font-size: 30px;
  }
  .number-card {
    padding: 20px 20px;
  }
  .number-card h3 {
    font-size: 22px;
    padding: 18px 0;
  }
  .number-card p {
    font-size: 14px;
    line-height: 26px;
  }
  .number-card {
    margin-bottom: 1rem;
  }
  .why-us-bg-img {
    top: 0;
  }
  .terms p {
    font-size: 14px;
  }
  .terms h4 {
    font-size: 26px;
    margin: 2rem 0 1rem;
  }
  .popupimg {
    display: none;
  }
  .centercont.static {
    gap: 0;
    flex-direction: column;
  }
  .centercont.static h3 {
    flex-basis: 32px;
  }
  .mmpopup {
    padding: 24px 10px;
  }
  .mmpopup .formpop {
    margin: 10px auto;
  }
  label.checkbox-label {
    font-size: 12px;
    line-height: 16px;
  }
  .checkbox-wrap label {
    font-size: 12px;
  }
  .mmpopup .centercont p {
    margin-bottom: 0px;
    line-height: 16px;
    font-size: 12px;
  }
  .dropdown ul li a {
    font-size: 13px;
    padding: 10px 1rem;
  }
  .mmpopup .fld-input:not(:last-child, .fld-textarea) {
    margin-bottom: 4px;
  }
  .mmpopup .fld-input {
    min-height: 46px;
  }
  .project-img {
    position: absolute;
    top: -10px;
    left: 0;
  }
  .fld-btn button {
    height: 38px;
    padding: 12px 30px;
    font-size: 14px;
  }
  .mmpopup .centercont h3 span {
    font-size: 28px;
  }
  .mmpopup .centercont p::before {
    top: -9px;
  }
  .service-bg {
    position: absolute;
    top: -10px;
  }
  .banner-icon {
    display: none;
  }
  .fld-input input {
    padding: 0 18px;
    font-size: 12px;
  }
  .fld-input textarea {
    font-size: 12px;
  }
  .banner-images {
    width: 65%;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
  }
  .brand-popup {
    padding: 20px 16px 10px;
  }
  .modal-content2 {
    flex-direction: column;
  }
  .modal-body {
    padding: 0;
  }
  .modal-body h2 {
    font-size: 24px;
  }
  .close {
    top: -10px;
  }
  .book-item {
    width: 44%;
    padding: 0;
  }
  ul.menu.btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    gap: 0;
  }
}
