/*scroll*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,400&family=Poppins:wght@400;500&family=Raleway:ital,wght@0,400;0,500;0,600;0,700;1,600;1,700&family=Rubik:wght@300;400;500;600;700&display=swap");

::selection {
  background: #895ffc;
  color: #fff;
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #11184f;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
  background-color: #11184f;
}

::-webkit-scrollbar-thumb:vertical {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(#c49c4f, #c49c4f);
}

/*body*/
body {
  overflow-x: hidden;
}

h5 {
  font-family: "Poppins";
}

.main-header {
  padding: 0px 25px;
}

.btn {
  font-family: "Montserrat";
}

*:hover,
*:focus,
* {
  outline: none !important;
}

.overflw {
  overflow: hidden;
}

[class^="box-"] {
  display: none;
}

[class^="box-"].showfirst {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

a:hover,
button:hover {
  -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;
}

/*padding*/
.pad {
  padding: 0;
}

.padL {
  padding-left: 0;
}

.padR {
  padding-right: 0;
}

.pad-top-80 {
  padding-top: 80px !important;
}

.pad-top {
  padding-top: 60px;
}

.pad-btm-30 {
  padding-bottom: 30px;
}

.pad-btm {
  padding-bottom: 50px;
}

.pad-btm-70 {
  padding-bottom: 70px;
}

.pad-tb {
  padding: 80px 0;
}

.pad-tbm {
  padding: 50px 0;
}

.padRt-60 {
  padding-right: 60px;
}

.pad-LR30 {
  padding: 0 30px;
}

.pad-80-240 {
  padding: 80px 0 240px;
}

.mt-50 {
  margin-top: 50px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-35 {
  margin-top: 35px;
}

/*botton*/
.btn-a {
  background-color: #eb7966;
  border: 1px solid #eb7966;
  border-radius: 26px;
  color: #fff !important;
  padding: 10px 22px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  transition: 0.2s;
}

.btn-a:hover {
  color: #eb7966 !important;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #eb7966;
}

.btn-a1 {
  background-color: #2e3079;
  border: 1px solid #2e3079;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  border-radius: 26px;
  color: #fff !important;
  padding: 10px 22px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  transition: 0.2s;
}

.btn-a1:hover {
  color: #2e3079 !important;
  background-color: transparent;
  border: 1px solid #2e3079;
  cursor: pointer;
}

.btn-submit {
  border-radius: 5px !important;
  text-transform: uppercase !important;
  font-size: 24px !important;
  letter-spacing: 0.2px;
}

.btn-submit:hover {
  background: transparent;
  color: #fff;
  cursor: pointer;
}

/*heading*/
.m1-h h5 {
  font-size: 60px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  position: relative;
  font-family: "Poppins";
}

.m1-h h5 span {
  font-weight: 400;
  font-size: 44px;
}

.m2-h h5 {
  font-size: 36px;
  text-transform: capitalize;
  color: #c49c4f;
  font-weight: 600;
  position: relative;
  font-family: "Poppins";
  text-transform: uppercase;
  padding-bottom: 20px;
}

.m2-h h5 span {
  border-bottom: 3px solid #c49c4f;
  text-transform: capitalize;
}

.m3-h h5 {
  margin-bottom: 35px;
  padding-bottom: 19px;
  color: #c49c4f;
  font-weight: 600;
  font-family: "Poppins";
  text-transform: uppercase;
  font-size: 18px;
}

.m4-h h5 {
  color: #c49c4f;
  font-family: "Poppins";
  text-transform: capitalize;
  font-size: 18px;
  margin: 25px 0 30px;
  font-weight: 600;
}

.m5-h h5 {
  font-weight: 600;
  color: #fff;
  font-size: 48px;
  text-transform: uppercase;
  font-family: "Poppins";
}

.m5-h h5 span {
  border-bottom: 3px solid #fff;
}

.m6-h h5 {
}

/*paragrape*/
.p1 p {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.p2 p {
  font-size: 36px;
  color: #fff;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.p3 p {
  color: #fff;
  line-height: 32px;
  font-weight: 600;
  font-size: 18px;
  font-family: "Poppins";
}

.p4 p {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  font-family: "Poppins";
  line-height: 22px;
}

.p5 p {
}

/* Font size */
.font-16 {
  font-size: 16px !important;
}

/* Hamburger Menu */
.menu-Bar {
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0px;
  margin: auto;
  z-index: 999999;
  display: none;
}

.menu-Bar span {
  display: block;
  height: 4px;
  width: 100%;
  background: #eb7966;
  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 {
  background: #000;
}

.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;
}

ul.menu > li:hover .subMenu {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 1;
  visibility: visible;
}

ul.menu > li:hover a::after {
  visibility: visible;
}

.subMenu {
  position: absolute;
  right: -280%;
  top: 213%;
  text-align: left;
  background: #fff;
  z-index: 99999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  box-shadow: 1px 3px 10px #ccc;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  min-width: 500px;
  max-width: max-content;
}

.hasSubmenu {
  position: relative;
}

.hasSubmenu > a::after {
  content: "";
  visibility: hidden;
  display: inline-block;
  margin-left: 5px;
  /* Adjust this value to control the spacing between "Services" text and the arrow */
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  /* You can change the color of the arrow here */
  transform: translateY(-50%) rotate(180deg);
  position: absolute;
  top: 200%;
  left: 22px;
  /* Adjust this value to control the position of the arrow */
}

.subMenu {
  /* Rest of the submenu styles */
}

.subMenu li {
  color: #fff;
  padding: 10px 22px;
  border-bottom: 1px solid #eb7966;
  width: 100%;
  position: relative;
  max-width: 100%;
}

.subMenu li.last {
  border-bottom: none;
}

/* .subMenu li a:before {
    content: "";
    display: inline-block;
    height: 2px;
    width: 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    vertical-align: middle;
    margin-right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
} */

/* .subMenu li a:hover:before {
    margin-right: 5px;
    width: 20px;
    opacity: 1;
    visibility: visible;
    background: linear-gradient(120deg, #8e06e6 50%, #7119f1 85%, #5828fa 100%);
} */

.subMenu a {
  font-size: 14px;
  font-weight: 600;
  color: #595890;
  text-transform: capitalize;
  font-family: "Rubik", sans-serif;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: none;
}

ul.subMenu li img {
  margin: 0;
  width: 40px;
}

.subMenu li:hover {
  background-color: #000;
}

.subMenu li:hover a {
  color: #fff !important;
}

/*top-header*/

/* BANNER SECTION */
.banner-color {
  /* background: #d7d9f0; */
  background-image: url("../images/banner-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 80px;
}

.banner-content h1 {
  font-size: 48px;
  line-height: 53px;
  color: #2e3079;

  font-weight: 600;
  display: flex;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
}

.banner-content h1 div {
  font-size: 48px;
  line-height: 53px;
  color: #eb7966;
  text-transform: uppercase;

  font-weight: 600;
  display: flex;
  font-family: "Rubik", sans-serif;
}

.banner-contents h1 {
  font-size: 48px;
  line-height: 53px;
  text-transform: uppercase;
  color: #fff;

  font-weight: 600;
  font-family: "Rubik", sans-serif;
}

.banner-contents p {
  font-size: 18px;
  color: #fff;
  font-family: "Rubik";
  line-height: normal;
  padding: 15px 0px;
}

.move-se {
  animation-name: move-se;
  animation-iteration-count: infinite;
  animation-duration: 2s;
}

@keyframes move-se {
  0% {
    transform: translate3d(0px, 0px, 0px);
    animation-timing-function: ease-in;
  }

  50% {
    transform: translate3d(15px, 0px, 0px);
    animation-timing-function: ease-out;
  }

  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}

/*/ animation /*/
@keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

.float {
  animation: float 6s ease-in-out infinite;
}

.banner-form input {
  background: #fff;
  margin-top: 13px;
  width: 100%;
  height: 40px;
  border-radius: 21px;
  border: none;
  outline: none;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  font-size: 15px;
  padding: 1px 12px;
  font-family: "Rubik";
  cursor: pointer;
}

.banner-form textarea {
  background: #fff;
  margin-top: 17px;
  width: 100%;
  height: 149px;
  border-radius: 21px;
  border: none;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  outline: none;
  font-size: 15px;
  padding: 15px 14px;
  font-family: "Rubik";
}

.banner-form button {
  background: #eb7966;
  width: 100%;
  margin-top: 15px;
  border-radius: 31px;
  border: none;
  height: 41px;
  border: 1px solid #eb7966;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  font-family: "Rubik";
  outline: none;
}

.banner-form button:hover {
  background: transparent;
  border: 1px solid #eb7966;
  color: #eb7966;
}

.laptop {
  position: absolute;
  top: -229px;
  right: -73%;
}

.laptop img {
  width: 70%;
}

@keyframes move-nw {
  0% {
    transform: translate3d(0px, 0px, 0px);
    animation-timing-function: ease-in;
  }

  50% {
    transform: translate3d(-10px, -10px, 0px);
    animation-timing-function: ease-out;
  }

  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}

.move-nw {
  animation-name: move-nw;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.brand-sec div p {
  font-size: 22px;
  line-height: 27px;
  font-family: "Rubik";
  color: #eb7966;
  font-weight: 400;
  font-style: normal;
}

.brands-logo {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-left: 1px solid #eb7966;
}

.schedule-btn button {
  background-color: #EA7966;
  border: 1px solid #EA7966;
  border-radius: 5px;
  color: #fff !important;
  height: 44px;
  width: 100%;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  transition: 0.2s;
}

/* .schedule-btn button:hover {
  color: #2e3079 !important;
  background-color: transparent;
  border: 1px solid #2e3079;
} */

.schedule-btn-blue button {
  background-color: #feb2a1;
  border: 1px solid #feb2a1;
  color: #fff !important;
  height: 44px;
  width: 100%;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  transition: 0.2s;
  border-radius: 7px;
}

.schedule-btn-blue button:hover {
  color: #fff !important;
  background-color: transparent;
  border: 1px solid #fff;
}

.call-btn button {
  background-color: #2e3079;
  border: 1px solid #2e3079;
  border-radius: 26px;
  color: #fff !important;
  height: 44px;
  width: 100%;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  transition: 0.2s;
}

.call-btn button:hover {
  color: #2e3079 !important;
  background-color: transparent;
  border: 1px solid #2e3079;
}

.livechat-btn button {
  background-color: #2e3079;
  border: 1px solid #2e3079;
  color: #fff !important;
  height: 44px;
  width: 100%;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  transition: 0.2s;
  border-radius: 7px;
}

/* .livechat-btn button:hover {
  color: #2e3079 !important;
  background-color: transparent;
  border: 1px solid #2e3079;
} */

.dairy-book-img img {
  position: absolute;
  top: -10px;
  left: 80%;
  width: 75%;
}

.icon-box h6 {
  font-size: 22px;
  color: #eb7966;
  font-weight: 500;
  font-family: "Rubik";
  margin: 14px 0px;
}

.icon-box p {
  font-size: 15px;
  line-height: 18px;
  color: #11184f;
  padding: 0rem 2rem;
  font-family: "Rubik";
}

.icon-box {
  text-align: center;
}

.icon-box {
  text-align: center;
  background: #efc9c1;
  height: 35vh;
  display: flex;
  align-items: center;
}

.icon-box-odd h6 {
  font-size: 22px;
  color: #eb7966;
  font-weight: 500;
  font-family: "Rubik";
  margin: 14px 0px;
}

.icon-box-odd p {
  font-size: 15px;
  line-height: 18px;
  color: #11184f;
  padding: 0rem 2rem;
  font-family: "Rubik";
}

.icon-box-odd {
  text-align: center;
}

.frame-margin {
  margin-left: 12rem;
}

.frame-margin2 {
  margin-right: 12rem;
}

.why-choose h6 {
  color: #11184e;
  font-family: "Poppins";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120.5%; /* 57.84px */
  text-transform: uppercase;
}

.frame-bg {
  background-size: 100% 100%;
  height: 25vh;
  background-repeat: no-repeat;
  width: 110%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 70px 0px 10px 70px;
  margin-left: -100px;
}
.work-img1 {
  position: relative;
  z-index: 2;
}
.frame-bg h6 {
  color: #ea7966;
  font-family: "Poppins";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120.5%; /* 28.92px */
}

.frame-bg p {
  color: #fff;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120.5%;
  margin-top: 10px;
  width: 96%;
}

.frame-bg2 {
  background-size: 100% 100%;
  height: 25vh;
  background-repeat: no-repeat;
  width: 110%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 70px 0px 10px 70px;
}

.frame-bg2 h6 {
  color: #ea7966;
  font-family: "Poppins";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120.5%; /* 28.92px */
}

.frame-bg2 p {
  color: #fff;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120.5%;
  margin-top: 10px;
  width: 96%;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: -3rem !important;
}

.schedule-btn2 button {
  background-color: #eb7966;
  border: 1px solid #eb7966;
  border-radius: 26px;
  color: #fff !important;
  height: 44px;
  width: 100%;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  transition: 0.2s;
}

.schedule-btn2 button:hover {
  color: #eb7966 !important;
  background-color: transparent;
  border: 1px solid #eb7966;
}

.question h6 {
  color: #11184e;
  font-family: "Poppins";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 119%; /* 47.6px */
}

.question h6 span {
  font-size: 40px;
  font-family: "Rubik";
  text-align: center;
  color: #fff;
  font-weight: 500;
  line-height: 45px;
}

.phone-icon {
  display: flex;
  align-items: center;
  justify-content: start;
}

.phone-icon h6 {
  font-size: 20px;
  color: #eb7966;
  margin-left: 10px;
  font-weight: 500;
  font-family: "Rubik";
}

.phone-icon a p {
  margin-top: 5px;
  margin-left: 10px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  color: #11184f;
  font-family: "Rubik";
}

.footer-links ul li a {
  font-size: 16px;
  font-family: "Rubik";
  color: #fff;
  font-weight: 300;
  transition: 0.2s;
  line-height: 40px;
}

.footer-links ul li a:hover {
  font-size: 16px;
  font-family: "Rubik";
  color: #eb7966;
  font-weight: 300;
  padding-left: 10px;
}

.footer-links h4 {
  font-size: 24px;
  color: #eb7966;
  font-family: "Rubik";
  margin-bottom: 19px;
  margin-top: 0px;
  font-weight: 600;
}

.last-footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.last-footer img {
  width: 200px;
}

.last-footer p {
  font-size: 20px;
  color: #2e3079;
  font-weight: 500;
  line-height: 33px;
  font-family: "Rubik", sans-serif;
}

.last-footer p a {
  font-size: 20px;
  color: #2e3079;
  font-weight: 500;
  line-height: 33px;
  font-family: "Rubik", sans-serif;
}

.last-footer a i {
  color: #eb7966;
  font-size: 30px;
  margin: 0px 10px;
  transition: 0.2s;
}

.last-footer a i:hover {
  color: #2e3079;
  margin: 0px 10px;
}

.last-copy p {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  font-family: "Rubik", sans-serif;
}

.services-sec {
  background: #f8e6e2;
  padding: 0px 80px;
}

.footer-sec {
  background: #11184f;
  padding: 5rem 6rem;
}

/*header*/
.main-header .logo img {
  width: 40%;
}

header {
  padding: 10px 0;
  position: absolute;
  width: 100%;
  top: 0px;
}

ul.menu {
  display: block;
}

ul.menu > li {
  display: inline-block;
  margin-right: 60px;
}

ul.menu > li:last-child {
  margin-right: 0;
  margin: 0 0 0 0px;
}

ul.menu > li > a {
  font-size: 18px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  color: #11184f;
  text-transform: capitalize;
  letter-spacing: 0;
}

/* ul.menu>li.active a {
    border-bottom: 1px solid #eb7966;
    color: #eb7966;
} */

ul.subMenu li.active a {
  background-color: #000;
  color: #fff !important;
}

ul.subMenu li.active {
  background-color: #000;
}

ul.menu li.active ul.subMenu li a {
  border-bottom: none !important;
  color: #595890;
}

/*li.first a.active {
    
  }*/
/*ul.menu>li>a:hover {
   border-bottom: 2px solid #fff;
   }*/
/*main-banner*/
.mainBanner {
  background-size: cover;
  background-position: center;
  height: 100vh;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 999;
}

video#myVideo {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 99;
}

.z-9 {
  z-index: 999;
  position: relative;
}

.mainBanner:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #00000059;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: 0 auto;
}

/*main-banner End*/
/* Social Icons */
.socialIcon li {
  display: inline-block;
}

.socialIcon li span {
  padding: 12px 10px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0 5px 0 0;
}

.socialIcon li span:hover {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

/*footer start*/
footer {
  background-color: #0f0f0f;
  padding: 30px 0;
}

.flogo {
  text-align: right;
}

.copyright.text-center {
  font-size: 14px;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #000;
}

.copyright.text-center p {
  text-transform: capitalize;
}

.footerLinks a {
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
}

.contactDetail li {
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
}

/*footer end*/
/*media-quries*/
@media (max-width: 1440px) {
}

@media (max-width: 1200px) {
  .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: #eb7966;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    transition: all 0.4s ease;
    z-index: 9999;
    width: 100vw;
  }

  .menuWrap .menu li {
    display: block;
  }

  .menuWrap .menu li a {
    margin-bottom: 10px;
    padding: 0;
    display: block;
    margin-bottom: 30px;
    padding-right: 0px;
    margin-right: 0px;
    color: #fff;
    font-size: 25px;
  }

  .container {
    position: relative;
  }

  header .header-top {
    display: none;
  }

  header .main-header ul.menu > li {
    display: block;
    padding: 0px;
  }

  header .main-header ul.menu > li a {
    color: #fff;
    padding: 0px;
    text-align: center;
  }

  header .main-header ul.menu > li a:before {
    display: none;
  }
}

@media (max-width: 980px) {
  .btn-a {
    margin-bottom: 20px;
  }

  footer {
    padding-bottom: 60px;
  }
}

@media (max-width: 824px) {
}

@media (max-width: 767px) {
}

@media (min-width: 320px) and (max-width: 340px) {
}

@media (min-width: 341px) and (max-width: 365px) {
}

@media (min-width: 366px) and (max-width: 380px) {
}

@media (min-width: 381px) and (max-width: 415px) {
}

/* UL style */
.listStyle {
  list-style: disc;
  display: inline-block;
  list-style-position: inside;
}

.listStyle li {
  margin: 30px 0;
  font-family: "Poppins";
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  /* position: relative;
  */
}

@media (max-width: 1400px) {
  ul.menu > li > a {
    font-size: 15px;
    margin-right: 9px;
  }

  ul.menu > li {
    margin-right: 0px;
  }
}

/* modal */

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 850px !important;
    margin: 30px auto;
  }
}

.modal-title {
  font-size: 32px;
  line-height: 53px;
  color: #2e3079;
  font-weight: 600;
  display: flex;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
}

.modal-title span {
  font-size: 32px;
  line-height: 53px;
  color: #eb7966;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  font-family: "Rubik", sans-serif;
}

.popup-pencil img {
  width: 10%;
  position: absolute;
  top: -440px;
  left: -12%;
}
.row.mt-5.d-flex.align-items-center.ban-logo-slider .col-md-2 {
  text-align: center;
}
.testi p {
  max-height: 135px;
  height: 100% !important;
  margin-top: 5px !important;
  overflow-y: auto !important;
}
.row.forn-icons i {
  position: absolute;
  left: 25px;
  top: 24%;
}

.popup-laptop img {
  position: absolute;
  top: -157px;
  left: -105px;
  width: 37%;
}

.popup-tablet img {
  position: absolute;
  top: 461px;
  left: 322px;
  width: 37%;
}

.popup-pencil2 img {
  width: 10%;
  position: absolute;
  top: -440px;
  left: 103%;
}

.modal-laptop {
  position: absolute;
  top: -100px;
}

.modal-logo {
  display: flex;
  justify-content: center;
}

.modal-logo img {
  max-width: 100%;
  height: auto;
  width: 20%;
}

.popup-head {
  display: flex;
  justify-content: center !important;
}

.close-btn {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  opacity: 1;
}

.close-btn span {
  padding: 0px 6px;
  font-size: 24px;
  border-radius: 22px;
  border: 3px solid #11184f;
}

.modal-parent-div .wrapper-modal {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-dialog {
  height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  margin: 0px auto !important;
}

/* bg-sec */
.bgsec {
  background-color: #11184e;
}
.number-content span {
  color: #ea7966;
  text-align: center;
  font-family: "Poppins";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 114.5%; /* 36.64px */
}
.number-content p {
  color: #ea7966;
  text-align: center;
  font-family: "Poppins";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 114.5%; /* 27.48px */
  margin-top: 50px;
}
/* hire pro */
.hire-pro {
  padding-top: 50px;
  padding-bottom: 100px;
}
.hire-pro h4 {
  color: #11184e;
  font-family: "Poppins";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 125.5%;
  text-transform: uppercase;
}
.hire-pro h3 {
  color: #ea7966;

  text-align: center;
  font-family: "Poppins";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 125.5%; /* 40.16px */
  text-transform: uppercase;
}
.hire-pro-img {
  margin-top: 40px;
}
.hire-pro-img img.even {
  width: 180%;
  position: absolute;
  right: -35%;
  top: 20%;
  max-width: 200%;
}
/* start inovative */
.started-ino {
  padding: 70px 0px;
  background-color: #ea7966;
}
.started-ino h4 {
  color: #11184e;
  font-family: "Poppins";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 120.5%; /* 43.38px */
}

/* nybp-service */
.nybp-service .nybp-service-head {
  color: #11184e;
  font-family: "Poppins";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120.5%; /* 57.84px */
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
}
.nybp-service {
  padding: 70px 0px;
}
.nybp-service .service-card {
  background: #11184e;
  transition: 0.5s;
}
.nybp-service .service-card img {
  width: 150px;
  height: 150px;
}
.service-card {
  padding: 30px 30px 0px 30px;
  cursor: pointer;
}
.service-card h4 {
  color: #ea7966;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120.5%; /* 28.92px */
}
.ser-img-wrapper {
  margin-top: 10px;
  text-align: center;
}
.nybp-service .service-card:hover {
  background: #ea7966;
}
.nybp-service .service-card:hover h4 {
  color: #11184e;
}

/* lp-cards-plan */
.lp-cards {
  padding: 70px 0px;
}
.card {
  transition: 0.4s all ease-in;
  border: none;
  margin: 25px auto;
  height: 100%;
  border-radius: 10px;
}

.card img {
  height: 100%;
  border-radius: 10px;
}

.card-img-top {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
}

.carousel-control-next-icon {
  padding: 0 4px 0 0;
}

.product_price {
  float: right;
  font-family: lato;
  color: #6b7270;
  font-size: 20px;
  font-weight: 400;
}

.product-detail {
  position: absolute;
  height: 95px;
  width: 100%;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  padding: 15px;
  background: rgba(17, 24, 78, 0.75);

  backdrop-filter: blur(2px);

  transition: all 0.35s;
  box-sizing: border-box;
  border-radius: 10px;
}

.card .product-detail h5 {
  color: #ea7966;
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 114.5%;
}

.card .product-detail .subheading {
  color: #fff;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 90.4%;
}

.card .product-detail .subheading {
  color: #fff;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 90.4%;
  margin-bottom: 5px;
}

.card .product-detail blockquote p {
  color: #ea7966;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120.5%; /* 21.69px */
  text-align: left;
}

.card:hover .product-detail {
  height: calc(100%);
  padding-top: 80px;
}

.lp-cards-plan {
  color: #11184e;
  font-family: "Poppins";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 119%;
  text-align: center;
}
.lp-cards p {
  margin-top: 10px;
  color: #11184e;
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120.5%; /* 24.1px */
  text-align: center;
}
.our-seamless {
  padding: 70px 0px;
}
.our-seamless .seamless-head h4 {
  color: #11184e;
  font-family: "Poppins";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 119%;
  text-align: center;
}
.our-seamless .seamless-head p {
  color: #11184e;
  font-family: "Poppins";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 119%;
  text-align: center;
}
.seam-card {
  position: relative;
}
.seam-card-img {
  position: absolute;
  top: -20%;
  left: 34%;
  padding: 5px;
  background: white;
  border-radius: 50px;
}
.seam-card-text {
  background: #11184e;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
}
.seam-card-text h4 {
  color: #ea7966;
  font-family: "Poppins";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
}
.seam-card-text p {
  color: #ea7966;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120.5%; /* 28.92px */
}

/* about us banner */
.about-us-banner {
  margin: 70px 0px;
  background-color: #11184e;
}

.about-us-banner .about-content-wrapper h4 {
  color: #fff;
  font-family: "Poppins";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 119%; /* 42.84px */
}

.about-us-banner .about-content-wrapper p {
  color: #ea7966;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120.5%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.about-us-banner .about-content-wrapper p + p {
  color: #fff;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120.5%; /* 28.92px */
}
/* OUR WORK SEXTION */
.our-work {
  padding: 70px 0px;
}

.our-work .our-work-head h4 {
  color: #11184e;
  font-family: "Poppins";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 119%; /* 57.12px */
}
.our-work .col-md-3 div {
  height: 100%;
}
.our-work .col-md-3 div img {
  width: 100%;
  height: 100%;
}

/* accordion section */
.accordion .accordion-item button[aria-expanded="true"] {
  border-bottom: 2px solid #ea7865;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 0.9rem 1rem;
  border: 2px solid #eb7966;
  background: none;
  outline: none;
  margin: 19px 0px;
  color: #11184e;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 119%; /* 21.42px */
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 11px;
  right: 12px;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded="true"] {
  color: #eb7966;
}

.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}

.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  font-size: 16px;
  font-weight: 300;
  margin: 0em 0px 11px 19px;
  color: #000;
  font-family: "poppins";
}
.u-userLauncherColor:not([disabled]) {
  background-color: #2e3079 !important;
  color: #ffffff !important;
  fill: #ffffff !important;
}

/* testimonials */
.testimonials {
  padding: 70px 0px;
}
.testi-card {
  background: #ea7966;
  padding: 20px;
  position: relative;
  height: 500px;
}
.testimonials .testi-head h4 {
  color: #11184e;
  font-family: "Poppins";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 119%;
  text-align: center;
}
.testimonials .testi-head p {
  color: #11184e;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 119%;
  text-align: center;
}

.testi-card p {
  color: #11184e;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.5%;
  margin-bottom: 10px;
}
.testi-card h6 {
  color: #11184e;
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 119%; /* 23.8px */
}
.testi-img-wrapper {
  display: flex;
  justify-content: end;
}
/* .testi-main-wrapper {
  position: absolute;
  top: -85px;
} */
.ready-wrapper,
.phn-no-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 17px 0px;
}

.phn-no-wrapper p {
  font-size: 48px;
  font-family: montserrat;
  text-align: center;
  color: #fff;
}

.phn-no-wrapper i {
  font-size: 48px;
}

.ready-wrapper p {
  font-size: 44px;
  font-family: montserrat;
  text-align: center;
  line-height: 50px;
  color: #fff;
}

.ready-wrapper button {
  background: #11184f;
  padding: 10px 20px;
  color: #fff;
  font-size: 36px;
  border: none;
  border-radius: 4px;
  margin-left: 10px;
}

.last-footer div a i {
  display: none;
}
@media screen and (max-width: 767px) {
  .frame-margin {
    margin-left: 7rem;
  }
  .frame-bg {
    background-size: 100% 100%;
    height: 40vh;
  }
  .frame-bg2 {
    background-size: 100% 100%;
    height: 40vh;
  }
  .accordion .accordion-content p {
    font-size: 14px !important;
    line-height: 16px;
  }
  .frame-margin2 {
    margin-right: 7rem;
  }
  .main-header {
    padding: 0px 6px;
  }
  .pad-top {
    padding-top: 10px;
  }
  .pad-btm-70 {
    padding-bottom: 30px;
  }
  .banner-content h1 {
    font-size: 27px;
    line-height: 32px;
    color: #2e3079;
    font-weight: 600;
    display: flex;
    font-family: "Rubik", sans-serif;
    text-transform: uppercase;
  }
  .banner-content h1 div {
    font-size: 27px;
    line-height: 32px;
    color: #eb7966;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    font-family: "Rubik", sans-serif;
  }
  .banner-contents h1 {
    font-size: 27px;
    line-height: 32px;
    text-transform: uppercase;
    color: #2e3079;
    font-weight: 600;
    font-family: "Rubik", sans-serif;
  }
  .banner-contents p {
    font-size: 16px;
    color: #2e071c;
    font-family: "Rubik";
    line-height: normal;
  }
  .banner-form input {
    margin-bottom: -6px;
    margin-top: 15px;
  }
  .laptop img {
    width: 17%;
  }
  .laptop {
    position: absolute;
    top: -79px;
    right: -160%;
  }
  .brands-logo {
    display: none;
  }
  .number-content div span {
    font-size: 40px;
  }
  .number-content p {
    font-size: 16px;
    line-height: 21px;
  }
  .testi img {
    position: relative;
    opacity: 0.8;
    top: 36px;
    left: 10px;
    z-index: -999999999999999;
  }
  .call-sec h6 {
    font-size: 28px;
    line-height: 32px;
    margin-top: 20px;
  }
  .dairy-book-img img {
    position: absolute;
    top: 18px;
    left: 82%;
    width: 24%;
  }
  .resp-box {
    text-align: center;
    background: #efc9c1 !important;
    height: 46vh !important;
    display: flex;
    align-items: center;
  }
  .icon-box-odd {
    height: 46vh;
  }
  .icon-box {
    height: 46vh;
  }
  .icon-box p {
    padding: 0rem 0rem;
    font-family: "Rubik";
  }
  .icon-box-odd p {
    padding: 0rem 0rem;
    font-family: "Rubik";
  }
  .our-work h6 {
    font-size: 27px;
    line-height: 32px;
    margin-top: 30px;
  }
  .pencil-bg::before {
    display: none;
  }
  .frame-bg h6 {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #2e3079;
    font-weight: 600;
    font-family: "Rubik", sans-serif;
  }
  .frame-bg p {
    font-size: 11px;
    line-height: 15px;
    font-weight: 400;
    font-family: "Rubik";
    margin-top: 3px;
  }
  .frame-bg.wow.bounceIn.mt-5.ml-5 {
    margin: 17px -29px !important;
  }
  .frame-bg.wow.bounceIn.mt-5 {
    margin: 0px !important;
  }
  .pencil-bgs::before {
    display: none;
  }
  .teblet img {
    position: absolute;
    width: 35%;
  }
  .frame-bg2 h6 {
    font-size: 14px;
    line-height: 16px;
  }
  .frame-bg2 p {
    font-size: 11px;
    line-height: 15px;
    margin-top: 3px;
  }
  .frame-bg2.wow.bounceIn.mt-5 {
    margin: 17px 19px !important;
  }
  .frame-bg2.wow.bounceIn.mt-5 {
    margin: 0px !important;
  }
  .laptop-boy {
    margin-top: 2rem;
  }
  .call-sec h5 {
    margin-top: 3px;
    font-size: 28px;
  }
  .call-sec h4 {
    margin-top: 1px;
    font-size: 27px;
    line-height: 34px;
  }
  .menuWrap.btn-resp {
    display: none;
  }
  header .main-header ul.menu > li a {
    color: #fff;
    padding: 0px;
    text-align: center;
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
    font-family: "Rubik";
  }
  .menuWrap {
    position: fixed;
    left: -210%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #eb7966;
  }
  .accordion button {
    margin: 13px 0px !important;
  }
  .last-footer p {
    font-size: 20px;
    color: #2e3079;
    font-weight: 500;
    line-height: 33px;
    font-family: "Rubik", sans-serif;
    text-align: center;
  }
  .last-copy p {
    font-size: 11px;
    line-height: 15px;
    color: #fff;
    font-weight: 300;
    font-family: "Rubik", sans-serif;
  }
  .footer-sec {
    background: #11184f;
    padding: 1rem 0rem;
  }
  .footer-links h4 {
    font-size: 20px;
    margin-top: 30px;
    text-align: left;
  }

  .footer-links ul li a {
    font-size: 15px;
    line-height: 32px;
  }
  .accordion button .accordion-title {
    font-size: 13px;
  }
  .footer-links ul {
    text-align: left;
  }
  .question h6 {
    margin-top: 1rem;
    font-size: 32px;
    color: #eb7966;
    line-height: 35px;
  }

  .resp-boxs {
    text-align: center;
    background: transparent;
    height: 46vh;
    display: flex;
    align-items: center;
  }
  .last-footer {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .services-sec {
    background: #f8e6e2;
    padding: 0px 0px;
  }
  .ready {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
  footer {
    text-align: center;
  }
  .m1-h h5 span {
    font-size: 26px;
  }
  .at-h {
    padding-bottom: 0;
  }
  .padRt-60 {
    padding-right: 0 !important;
  }
  .btn {
    border: 1px solid #000;
  }
  ul.menu > li:last-child {
    margin: 0;
  }
  a.logo img {
    width: 70%;
    margin-top: 9px;
  }
  .m1-h h5 {
    font-size: 20px;
  }
  .mainBanner {
    height: 35vh;
  }
  .m2-h h5 {
    font-size: 20px;
  }
  .pad-tb {
    padding: 40px 0;
  }

  .p1 p {
    font-size: 16px;
    line-height: 20px;
  }
  .flogo img {
    width: 50%;
  }
  .flogo {
    text-align: left;
    margin-bottom: 20px;
  }
  .copyright.text-center {
    font-size: 16px;
  }
  footer {
    padding: 15px 0;
  }
  ul.menu > li.active a {
    border-bottom: 0;
  }
  ul.menu > li {
    margin-right: 0;
  }
  .menuWrap .menu li a {
    margin-bottom: 15px;
    font-size: 15px;
  }
  ul.menu > li > a {
    border-bottom: none;
  }
  ul.menu > li.active a {
    border-bottom: none;
  }
  ul.menu > li > a:hover {
    border-bottom: none;
  }
  .inner-ban .ban_hdn h5::after {
    width: 90px;
  }
  .inner-ban {
    height: 20vh;
  }
  .Tec-ctn h5::after {
    width: 270px;
  }
}
@media (max-width: 767px) {
  .hire-pro-img img.even {
    position: inherit;
  }
  .hire-pro-img img.even {
    position: revert;
    text-align: center;
    width: 100%;
  }
  .frame-bg,
  .frame-bg2 {
    background-size: 97% 99%;
    height: 40vh;
    margin-left: 0px;
    margin-right: 0px;
  }
  .frame-margin {
    margin-left: 7rem;
  }
  .frame-bg h6,
  .frame-bg2 h6 {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #2e3079;
    font-weight: 600;
    font-family: "Rubik", sans-serif;
  }
  .number-content {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .frame-margin {
    margin-left: 13rem;
  }
  .icon-box p {
    font-size: 13px;
    max-height: 110px;
    height: 100% !important;
    margin-top: 30px !important;
    overflow-y: auto !important;
    padding: 0px 14px;
  }
  .icon-box-odd p {
    font-size: 13px;
    max-height: 110px;
    height: 100% !important;
    margin-top: 30px !important;
    overflow-y: auto !important;
    padding: 0px 14px;
  }
  .services-sec {
    background: #f8e6e2;
    padding: 0px 0px;
  }
  .icon-box-odd p {
    padding: 0rem 1rem;
  }
  .icon-box p {
    padding: 0rem 1rem;
  }
  .frame-bg.wow.bounceIn.mt-5.ml-5 {
    margin: 17px -50px !important;
  }
  .frame-bg.wow.bounceIn.mt-5 {
    margin: 0px !important;
  }
  .frame-bg2.wow.bounceIn.mt-5 {
    margin: 17px 50px !important;
  }
  .frame-bg2.wow.bounceIn.mt-5 {
    margin: 0px !important;
  }
  .pencil-bg::before {
    content: "";
    position: absolute;
    top: 23px;
    left: 96.5%;
    width: 100%;
    height: 1465px;
    background-image: url(../images/pencil.png);
    background-repeat: no-repeat;
  }
  .pencil-bgs::before {
    content: "";
    position: absolute;
    top: 13%;
    right: 15.9%;
    width: 100%;
    height: 1465px;
    background-image: url(../images/pencil.png);
    background-repeat: no-repeat;
  }

  .brand-sec {
    display: none !important;
  }
  .banner-content h1 {
    font-size: 27px;
    line-height: 32px;
    color: #2e3079;
    font-weight: 600;
    display: flex;
    font-family: "Rubik", sans-serif;
    text-transform: uppercase;
  }
  .banner-content h1 div {
    font-size: 27px;
    line-height: 32px;
    color: #eb7966;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    font-family: "Rubik", sans-serif;
  }
  .banner-contents h1 {
    font-size: 27px;
    line-height: 32px;
    text-transform: uppercase;
    color: #2e3079;
    font-weight: 600;
    font-family: "Rubik", sans-serif;
  }
  .banner-contents p {
    font-size: 16px;
    color: #2e071c;
    font-family: "Rubik";
    line-height: normal;
  }
  .banner-form input {
    margin-bottom: -6px;
    margin-top: 15px;
  }
  .menuWrap.btn-resp {
    display: none;
  }
  .laptop img {
    width: 40%;
  }
  .laptop {
    position: absolute;
    top: -147px;
    right: -140%;
  }
  .number-content div span {
    font-size: 50px;
  }
  .number-content p {
    font-size: 22px;
    line-height: 31px;
    margin-top: -6px;
  }
  .read-book-img img {
    position: absolute;
    top: 55px;
    right: 49%;
    width: 98%;
  }
  .last-footer p {
    font-size: 20px;
    color: #2e3079;
    font-weight: 500;
    line-height: 33px;
    font-family: "Rubik", sans-serif;
    text-align: center;
  }
  .last-footer {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}

@media screen and (min-width: 1024px) {
  .icon-box {
    height: 397px;
  }
  .frame-margin {
    margin-left: 9rem;
  }
  .frame-margin2 {
    margin-right: 8rem;
  }
  .pencil-bg::before {
    content: "";
    position: absolute;
    top: 23px;
    left: 98%;
    width: 100%;
    height: 1465px;
    background-image: url(../images/pencil.png);
    background-repeat: no-repeat;
  }
  .frame-bg2 p {
    font-size: 14px;
  }
  .frame-bg2 h6 {
    font-size: 17px;
    line-height: 19px;
  }
  .frame-bg p {
    font-size: 14px;
  }
  .frame-bg h6 {
    font-size: 17px;
    line-height: 19px;
  }
  .icon-box-odd {
    height: 397px;
  }
  .icon-box p {
    padding: 0rem 0rem;
    font-family: "Rubik";
    line-height: 21px;
  }
  .icon-box-odd p {
    padding: 0rem 0rem;
    line-height: 21px;
    font-family: "Rubik";
  }
  .icon-box p {
    font-size: 13px;
    max-height: 110px;
    height: 100% !important;
    margin-top: 30px !important;
    overflow-y: auto !important;
    padding: 0px 14px;
  }
  .icon-box-odd p {
    font-size: 13px;
    max-height: 110px;
    height: 100% !important;
    margin-top: 30px !important;
    overflow-y: auto !important;
    padding: 0px 14px;
  }
  .pencil-bgs::before {
    content: "";
    position: absolute;
    top: -24%;
    right: 11.6%;
    width: 100%;
    height: 1465px;
    background-image: url(../images/pencil.png);
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1440px) {
  .frame-margin {
    margin-left: 10.5rem;
  }
  .frame-margin2 {
    margin-right: 10rem;
  }
}
.banner-form {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  position: relative;
  border: 4px solid #11184E;
}

.ghost-pub-form h3 {
  color: #11184E;
font-family: "Poppins";
font-size: 26px;
font-style: normal;
font-weight: 500;
line-height: 120.5%; /* 31.33px */
}
.ghost-pub-form input
{
  width: 100%;
  background: transparent;
  height: 50px;
  margin-top: 0px;
  color: #063561;
  box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
  padding: 8px 37px;
  border: 1px solid #063561;
  margin-bottom: 15px;
  border-radius: 0px;
}
.ghost-pub-form textarea {
  border: 1px solid #063561;
  border-radius: 0px;
}

.ghost-pub-form input[type="submit"] {
  background: #063561;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 0px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins";
  margin-top: 10px;
  width: 100%;
}

footer.footer-sec a img {
  width: 140px;
}

footer.footer-sec {
  text-align: center;
}