* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #2c2d30;
  overflow-x: hidden;
  background: #e1fff6;
}

:root {
  --clr-1: 254, 205, 8;
  --clr-2: 40, 63, 38;
  --clr-3: 251, 235, 206;
  --dark-color: 8, 21, 33;
  --light-color: 250, 245, 233;
}
:root {
  --dark-color: 26, 20, 35;
  --light-color: 248, 248, 248;
  --clr-1: 60, 59, 110;
  --clr-2: 78, 34, 52;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding: 0 10px;
}

.row {
  margin: 0 0px;
}

a:hover,
a:focus,
button:hover,
button:focus {
  outline: none;
  color: #fff;
}

section {
  padding: 80px 0;
  clear: both;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Sans", sans-serif;
}

strong,
i,
span {
  vertical-align: baseline;
}

p {
  color: #1a1a1c;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
}

img {
  max-width: 100%;
}

input.required.error,
textarea.required.error,
select.required.error {
  border-bottom: red 2px solid !important;
  color: red !important;
}

label.error {
  display: none !important;
}

.top-bar {
  background: #000000;
  width: 100%;
  text-align: center;
  padding: 5px 0px;
}

.top-bar ul.top-ul {
  display: flex;
  justify-content: center;
}

.top-bar ul.top-ul a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
}

.top-bar ul.top-ul a i {
  margin-right: 4px;
  position: relative;
  top: -2px;
}

.top-bar ul.top-ul li {
  margin: 0;
}

.header {
  background: #2dd39e;
  width: 100%;
}

header {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 3;
}

.header ul li {
  display: inline-block;
  margin-right: 25px;
}
.header ul li a {
  color: #000000;
  font-weight: 600;
  text-transform: capitalize;
  padding: 5px 31px;
  font-size: 18px;
  position: relative;
  line-height: 40px;
  background: #f95353;
  transition: all ease-in-out 0.2s;
}

header ul li a.nos_hd:before {
  display: none;
}

header a.logo {
  display: table;
  margin: 0 auto;
}

.header.sticked {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
.sticked-header-offset {
  margin-top: 90px;
}
.our-banner {
  background: linear-gradient(131deg, #02261bb5 39%, #02281ced 100%),
    url(../images/publishing.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  /* text-align: center; */
  padding: 50px 0px;
  z-index: 1;
  /* border-radius: 50px 50px 0 0; */
  overflow: hidden;
}

.our-banner h1 {
  color: #fff;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 50px;
  line-height: 1.1;
  padding-right: 45px;
  font-family: "DM Sans", sans-serif;
  text-transform: none;
}

.our-banner li span {
  color: #ff3030;
}

.our-banner .bannerform h2 {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  margin: 0 0 22px;
  font-family: "DM Sans", sans-serif;
}

.our-banner p {
  color: #fff;
  font-weight: 400;
  font-size: 21px;
  line-height: 33px;
  letter-spacing: -0.4px;
}

.btn-block {
  margin-top: 30px;
}

.btn-block .btn,
.nav-pills .nav-link {
  font-size: 17px;
  background: #2dd39e;
  color: #ffffff;
  padding: 14px 55px 14px 35px;
  border-radius: 30px;
  border: none;
  transition: all ease-in-out 0.3s;
  font-weight: 600;
}
.btn-block .btn2 {
  font-size: 17px;
  background: #003400;
  color: #ffcc00;
  padding: 14px 55px 14px 35px;
  border-radius: 30px;
  border: none;
  transition: all ease-in-out 0.3s;
  font-weight: 600;
  position: relative;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
.nav-pills .nav-link {
  padding: 14px 15px;
  text-align: center;
}
.btn-block .btn.btn-black {
  background: #000000;
}

.btn-block .btn span {
  position: relative;
}

.btn-block .btn:after {
  content: "";
  position: absolute;
  background: url("../images/arrow.webp") no-repeat scroll center center;
  width: 17px;
  height: 13px;
  right: 32px;
  top: 23px;
  transition: all ease-in-out 0.3s;
  filter: brightness(10);
}
.btn-block .btn2:after {
  content: "";
  position: absolute;
  background: url("../images/arrow.webp") no-repeat scroll center center;
  width: 17px;
  height: 13px;
  right: 32px;
  top: 23px;
  transition: all ease-in-out 0.3s;
  filter: brightness(10);
}
.btn {
  border: none;
  font-size: 16px;
  font-weight: 600;
  border-radius: 40px;
  padding: 13px 31px;
  color: #ffffff;
  position: relative;
  /* overflow: hidden; */
}

.btn-orange {
  background: #f95353;
  color: #ffffff;
}

.our-banner .btn {
  margin: 0 0 20px;
}

.top-inn {
  display: flex;
  justify-content: space-between;
  /* justify-content: center; */
  align-items: center;
}

.header ul li:last-child {
  margin-right: 0;
}

nav.main-right {
  justify-content: end !important;
  display: flex;
}

img.winner-ico {
  margin-left: -20px;
}

.our-banner .btn-block {
  margin-top: 0;
}

/* Points */
.points {
  background: url(../images/layer.webp);
  color: #fff;
}
.points-container {
  padding: 50px;
  width: 87%;
  border-radius: 30px;
  background: linear-gradient(90deg, #000000ce 30%, #0000006f 100%),
    url("../images/point-bg.webp") no-repeat right center;
  background-size: cover;
  position: relative;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  z-index: 1;
  margin: 0px auto;
}
.point-ul {
  list-style-type: none;
}
.point-ul li {
  font-size: 18px;
  margin: 10px 0px;
}
.point-ul li::before {
  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 22px;
  color: #2dd39e;
  margin-right: 10px;
}
/* Points */

.heading h3 {
  font-size: 36px;
  margin-bottom: 20px;
}

.heading h2 {
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: 600;
}

.heading {
  margin-bottom: 40px;
}

.white * {
  color: #fff;
}

.heading.text-center p {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.heading p {
  font-size: 18px;
  letter-spacing: -0.2px;
}

/* section.portfolio:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 20%;
    background: #FAF5E9;
    bottom: 20%;
    margin: auto;
} */

section.portfolio {
  background: #e1fff6;
  padding-bottom: 50px;
}

.portfolio_block {
  /* text-align: center; */
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
}

.portfolio_block a {
  width: 15%;
  margin-bottom: 30px;
  overflow: hidden;
}

.portfolio_block a img {
  width: 100%;
  box-shadow: 0 10px 20px #00000061;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}
.port-content h4,
.port-content p {
  text-align: left;
}
.port-content {
  text-align: center;
}
.portfolio-button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 12px;
}
.portfolio-button .btn-green {
  background-color: #f95353;
  color: #ffffff;
}
.portfolio-button .btn-green a {
  color: #ffffff;
}
.portfolio-button .btn-green:hover {
  background-color: #000000;
}
.portfolio-button .btn-green:hover a {
  color: #fff !important;
}

section.logo_list {
  border-top: 1px solid #717273;
  border-bottom: 1px solid #717273;
  padding: 0;
  background: #faf5e9;
}

.logo_bx {
  padding: 0;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo_list .col {
  border-right: 1px solid #d1d1d1;
}

.logo_bx img {
  filter: brightness(0);
  opacity: 0.5;
  max-width: 110px;
  transition: all ease-in-out 0.3s;
}

.logo_bx:hover img {
  /*filter: none;  */
  opacity: 1;
}

section.logo_list .col:last-child {
  border-right: none;
}

section.cta-blocks {
  background: rgb(45, 211, 158);
  background: linear-gradient(45deg, #2dd39e, #f95353);
  background-size: cover;
  padding: 30px 0;
  overflow: hidden;
}
.cta-blocks .btn-block .btn {
  background: #f95353;
}
.cta-blocks .btn-block .btn:hover {
  background: #000;
  color: #fff;
}
.cta-blocks .btn-block .btn2 {
  background: #2dd39e;
  color: #fff;
}
.cta-blocks .btn-block .btn2:hover {
  background: #080808;
  color: #ffffff;
}
.cta-blocks .btn-block .btn2:hover.btn2:after {
  filter: brightness(10);
}
.cta-inn {
  text-align: right;
}

img.cta-right-thumb {
  max-width: none;
  position: relative;
  right: 50px;
}

.cta-blocks h2 {
  color: #fff;
  font-size: 36px;
  line-height: normal;
  font-weight: 500;
}

.cta-blocks h2 strong {
  font-weight: 800;
}

img.book_ext {
  border-radius: 20px;
}

.ex_txt {
  /* margin: 50px 0 0; */
  width: 100%;
  position: relative;
  background: #2dd39e;
  border-radius: 25px;
  box-shadow: 0 0 36px #00000011;
}
.service-cont .col-xl-3:nth-child(2) {
  margin-top: 250px;
}

.ex_txt span {
  font-size: 80px;
  line-height: 100px;
  display: inline-block;
  margin-right: 10px;
}

.ex_txt h3 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.ex_txt h3 small {
  color: #003400;
  font-size: 25px;
  font-weight: 500;
}

.writerexpend {
  background: #f6f4ee;
  padding: 60px 0px 10px;
  overflow: hidden;
}

img.book-shelf {
  position: relative;
  z-index: 1;
}

.writerexpend .container {
  z-index: 1;
  position: relative;
}

.writerexpend:before {
  content: "";
  background: #f9535338;
  width: 300px;
  height: 300px;
  /* border-radius: 50%; */
  position: absolute;
  left: 100px;
  right: 0;
  margin: 0 auto;
  top: 30px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  animation: rotate 10s linear infinite;
}
.writerexpend:after {
  content: "";
  position: absolute;
  left: 0;
  width: 60%;
  height: 8px;
  background: #2dd39e;
  border: 0;
  bottom: 120px;
  z-index: 0;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.wri_right h3 {
  font-size: 30px;
  font-style: italic;
  line-height: 43px;
}

.wri_right h3 span {
  color: #003400;
  display: block;
}

section.testimonial {
  /* background: #f6f4ee; */
  padding-bottom: 0;
  margin-bottom: -70px;
  padding-top: 0;
}

.test-top {
  padding: 20px 70px 50px 70px;
  background: #ffb4b4;
  border-radius: 30px;
  /* margin-bottom: -100px; */
  overflow: hidden;
}
.test-top .heading {
  margin-bottom: 0;
  padding-top: 20px;
}
footer.footer {
  background: linear-gradient(
    131deg,
    rgba(45, 211, 158, 1) 0%,
    rgba(0, 153, 104, 1) 100%
  );
  padding-top: 120px;
  overflow: hidden;
}
.heading-t .head {
  color: #000000;
  font-size: 20px;
  margin-bottom: 20px;
  font-family: "DM Sans", sans-serif;
  line-height: 30px;
  text-transform: capitalize;
  font-weight: 700;
}

ul.ftr_list {
  display: flex;
  margin-top: 40px;
  /* margin-bottom: 20px; */
  flex-wrap: wrap;
}

ul.ftr_list li {
  color: #fff;
  margin-right: 20px;
  margin-bottom: 10px;
  font-size: 17px;
}
ul.ftr_list li i {
  color: #ffffff;
  margin-right: 13px;
  font-size: 22px;
}
ul.ftr_list li a {
  color: #fff;
  font-size: 17px;
}
.col-pk {
  color: #f95353 !important;
}
.ftr_list img {
  filter: brightness(0) saturate(100%) invert(47%) sepia(20%) saturate(1972%)
    hue-rotate(315deg) brightness(100%) contrast(96%);
}

.ftr_para {
  border-top: 1px solid #373736;
  padding-top: 30px;
  padding-bottom: 20px;
  width: 100%;
}

.ftr_para p {
  font-size: 14px;
  color: #b3b3b3;
}

img.typewriter {
  /* max-width: none; */
  position: relative;
  right: 70px;
  /* margin-top: -110px; */
}

.form-ar .form-control {
  height: 46px;
  font-size: 14px;
  resize: none;
  border-radius: 4px;
  border-color: #fff;
  width: 100%;
  overflow: hidden;
}

.form-ar .col-md-4,
.form-ar .col-md-8 {
  margin-bottom: 10px;
  padding: 0 4px;
}
.form-yellow {
  border: 2px solid #f95353;
  padding: 20px;
  border-radius: 20px;
}
.copy {
  border-top: 1px solid #373736;
  width: 100%;
  padding: 20px 0;
  margin-top: 10px;
  background: #2c2c2c;
}

.copy li a,
.copy address {
  margin-bottom: 0;
  color: #ffffffd4;
  font-size: 15px;
}

.row.row4 {
  justify-content: space-between;
}

ul.ftr-list {
  display: flex;
  justify-content: end;
}

.copy li {
  margin-left: 10px;
  color: #929292;
}

img.footer-logo {
  margin: 0px auto 0;
  width: 300px;
}

.btn-last button.btn.btn-orange {
  display: block;
  width: 100%;
  background: #ffcc00;
  text-transform: uppercase;
  font-size: 16px;
  color: #081521;
}

img.test-pin {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.titem p {
  font-size: 20px;
  padding-right: 100px;
  font-style: italic;
}

.titem h6 {
  color: #000000;
  font-family: "DM Sans";
  font-size: 19px;
  font-weight: 600;
}
.titem h6::before {
  content: "\f4ff";
  color: #2dd39e;
  font-family: "Font Awesome 5 Free";
  font-size: 19px;
  font-weight: 600;
}
.owl-testimonial {
  margin-top: 20px;
}

img.test-arch {
  position: absolute;
  right: 20px;
  top: 0;
}
.form-ar {
  /* max-width: 500px; */
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popupform ul li:not(.iti__country) {
  text-align: left;
  position: relative;
  width: 100%;
  margin: 8px 0;
  display: inline-block;
}

.popupform ul li input[type="text"],
.popupform ul li input[type="number"],
.popupform ul li input[type="email"],
.popupform ul li textarea {
  background: #fafafa;
  border: #dcdcdc 1px solid;
  padding: 10px 10px 10px 34px;
  width: 100%;
  border-radius: 7px;
  color: #000;
  box-shadow: none !important;
  outline: none 0px !important;
  font-size: 15px;
}

.popupform ul li i {
  position: absolute;
  top: 12px;
  left: 10px;
}

.popupform ul li textarea {
  height: 110px;
}

.popupform ul li.last {
  text-align: center;
  width: 100%;
}

.popupform ul li input[type="submit"] {
  background: #2dd39e;
  color: #000;
  font-size: 18px;
  border: #000 1px solid;
  text-transform: uppercase;
  font-weight: 600;
  padding: 14px 50px;
  letter-spacing: 1px;
  border-radius: 3px;
  outline: 0px none;
  width: 100%;
  display: inline-block;
}

.popupform ul li input[type="submit"]:hover {
  background: #f95353;
}

.popupform ul li input[type="text"]:focus,
.popupform ul li input[type="number"]:focus,
.popupform ul li input[type="email"]:focus,
.popupform ul li textarea:focus {
  border: #2dd39e 1px solid !important;
}

.popupform {
  background: linear-gradient(131deg, #2e2e2e99 39%, #000000c7 100%),
    url(../images/modal.webp) no-repeat;
  background-position: top;
  background-size: cover;
  width: 500px;
  border-radius: 23px;
  padding: 31px;
  overflow: visible;
  border-bottom: #2dd39e 5px solid;
}

.popupform h2 {
  font-size: 28px;
  color: #ffffff;
  font-weight: 900;
  padding-left: 15px;
  border-left: #ffffff 6px solid;
  margin-bottom: 12px;
  line-height: 35px;
  margin-top: 0;
  text-transform: uppercase;
}

.popupform h2 + p {
  line-height: 19px;
  font-size: 14px;
  margin-bottom: 12px;
  color: #fff;
}
.popupform .fancybox-close-small {
  border: #000000 3px solid;
  background: #2dd39e;
  border-radius: 72px;
  text-align: center;
  box-shadow: #000 0 0 10px;
  right: -18px;
  top: -11px;
}
.popupform .fancybox-close-small:after {
  color: #53b8e0;
  font-size: 25px;
  right: 4px;
  background: transparent;
  padding-top: 0;
  font-size: 20px;
}
.popup-content {
  position: relative;
}
.modal-side {
  position: absolute;
  left: -430px;
  bottom: 0px;
}
@media (max-width: 1024px) {
  .modal-side {
    left: -290px;
    width: 260px;
  }
}
.modal-badge {
  position: absolute;
  display: none;
}

.test-black .owl-nav {
  position: absolute;
  right: 150px;
  bottom: -30px;
}

.owl-nav button:hover {
  background: none !important;
}

.wri_right .btn-block {
  justify-content: end;
  display: flex;
  margin-top: 0;
  margin-right: 30px;
  width: auto;
}
.header .row {
  justify-content: space-between;
}

.in-thumb img.in-thumb-img {
  border-radius: 160px;
}

p.heading {
  font-size: 29px;
}

img.book-stand {
  max-width: none;
  position: relative;
  right: 30px;
}

.mark-inn {
  /* background: #fff; */
  padding: 70px 40px 0px;
  border-radius: 15px;
  /* margin-top: -100px; */
  position: relative;
}

section.mark-writing {
  padding-top: 0;
  margin-top: -30px;
  /* overflow: visible; */
  z-index: 1;
}

.mark-inn .heading h3 {
  font-size: 36px;
}
.mark-inn .btn-block {
  margin-top: 0px;
}
.mark-inn .heading {
  margin-bottom: 20px;
}
.mark-inn .btn-block .btn:hover{
  background: #000;
  color: #fff;
}
.mark-inn .btn-block .btn2 {
  background: #f95353;
  color: #fff;
}
.mark-inn .btn-block .btn2:hover {
  background: #000000;
  color: #ffffff;
}
.mar_bg {
  background: #e1fff6;
  padding: 50px;
  width: 100%;
  border-radius: 15px;
}

.mark-writing:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  border-radius: inherit;
  box-shadow: 12px 0 15px -4px rgb(0 0 0 / 22%),
    -12px 0 8px -4px rgb(0 0 0 / 22%);
}

.mkd_item h4,
.mkd_item h3 {
  color: #000;
  font-size: 22px;
  margin-bottom: 20px;
}

.mkd_item p {
  /* color: #fff; */
  font-size: 14px;
}

img.mkd_ico {
  position: absolute;
  right: 0;
}

.mkd_item {
  position: relative;
}

.mark-inn .col-md-4 {
  margin-top: 30px;
}

.heading li {
  color: #333330;
  position: relative;
  font-size: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.heading li:before {
  content: "";
  background: url("../images/m-check.webp") no-repeat scroll left center;
  position: absolute;
  left: 0;
  width: 27px;
  height: 25px;
}

.heading ul {
  margin-top: 50px;
}

section.publ-green {
  background: url("../images/publ-green.webp") no-repeat scroll #091c1d;
  padding-top: 50px;
  background-position: center;
  background-size: cover;
  padding-bottom: 30px;
}
.publ-green .btn-block .btn {
  background: #f95353;
}
.publ-green .btn-block .btn:hover {
  background: #000;
  color: #fff;
}
.publ-green .btn-block .btn2 {
  background: #ffffff;
  color: #2dd39e;
}
.publ-green .btn-block .btn2:after {
  filter: none;
}
.publ-green .btn-block .btn2:hover {
  background: #000000;
  color: #ffffff;
}
.publ-green .btn-block .btn2:hover.btn2:after {
  filter: brightness(10);
}
.publ-green .heading.text-center p {
  max-width: 84%;
  margin-top: 30px;
}

img.publ-img {
  border-radius: 15px;
}

section.maps {
  padding: 0;
}

.main-menu {
  display: none;
}

a.menu-bottom {
  display: none;
}
.header ul li a:after {
  content: "";
  background: #0d3127;
  height: 2px;
  width: 0;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.5s all;
}

.header ul li a:hover:after {
  width: 100%;
}

.header ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.heading.text-center p {
  width: 70%;
}

ul.bonus_list.scr::-webkit-scrollbar {
  width: 6px;
}

ul.bonus_list.scr::-webkit-scrollbar-track {
  background: #232971;
}

ul.bonus_list.scr::-webkit-scrollbar-thumb {
  background: #fff;
}

ul.bonus_list.scr::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.content-page p,
.content-page li {
  margin-bottom: 10px;
  font-size: 16px;
}

.content-page li {
  list-style: disc inside;
}

.content-page h5.sub-heading {
  font-size: 24px;
  margin-top: 30px;
}

header a.logo {
  max-width: 150px;
}

section.cnt-banner {
  background: url(../images/banner.webp) no-repeat scroll center top #0d3026;
}

section.cnt-banner h1 {
  color: #fff;
}

.top-inn img {
  filter: brightness(5);
}
.sub-service {
  position: relative;
  z-index: 2;
  padding: 40px 0px 10px;
}
.sub-service .heading {
  margin-bottom: 10px;
}
.ss-2 {
  padding: 20px 0px !important;
}
.drop-down-cont {
  position: absolute;
  width: 100%;
  max-height: 0;
  transition: height 0.9s;
  overflow: hidden;
  right: 0;
  /* left: 0; */
  top: 100%;
  box-shadow: 0 0 0 rgb(0 52 0 / 40%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 110% 200px;
  z-index: 9999999999;
  background-color: #ffcc00;
  border-radius: 0 0 25px 25px;
  padding: 0px;
}

.drop-down:hover .drop-down-cont {
  transition: max-height 0.8s ease-out;
  max-height: 140vh;
  box-shadow: 0 55px 36px rgb(0 52 0 / 40%);
  padding: 10px;
}
.drop-down-cont ul li {
  margin-right: 0px;
  display: block;
  /* font-size: 4px !important; */
}
.drop-down-cont ul li a {
  font-size: 14px !important;
}
.btn-block .btn:hover,
.nav-pills .nav-link:hover,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: #f95353;
  color: #000000;
}

/* Banner Form */
.form_area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff;
  height: auto;
  width: auto;
  border: 2px solid #264143;
  border-radius: 0px 20px 20px;
  box-shadow: 3px 4px 0px 1px #2dd39e;
  padding: 20px 0px;
  position: relative;
}
.form-badge {
  position: absolute;
  width: 160px;
  height: 160px;
  top: -50px;
  left: -80px;
}
@media (max-width: 1280px) {
  .form-badge {
    width: 120px;
    height: 120px;
    top: -50px;
    left: -71px;
  }
}
@media (max-width: 576px) {
  .form-badge {
    display: none;
  }
}
.form_area .title {
  color: #f95353;
  font-weight: 900;
  font-size: 21px;
  margin-top: 20px;
  text-transform: uppercase;
}

.form_area .sub_title {
  font-weight: 600;
  margin: 5px 0;
  padding-left: 7px;
}

.form_area .form_group {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  margin: 7px 0px;
}

.form_area .form_style {
  outline: none;
  border: 2px solid #264143;
  /* box-shadow: 3px 4px 0px 1px #f95353; */
  width: 340px;
  padding: 12px 10px;
  border-radius: 30px;
  font-size: 15px;
}

.form_area .form_style:focus,
.btn:focus {
  transform: translateY(4px);
  box-shadow: 1px 2px 0px 0px #e99f4c;
}
.form_area .btn {
  padding: 15px;
  margin: 25px 0px;
  width: 280px;
  margin: 17px auto 0px;
  font-size: 15px;
  background: #f95353;
  border-radius: 30px;
  font-weight: 800;
  /* box-shadow: 3px 3px 0px 0px #000000; */
  color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form_area .btn:hover {
  opacity: 0.9;
  color: #000;
}
.form_area p {
  color: #000000;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 0px;
  text-align: center;
}
.form_area span {
  font-weight: 800;
  color: #ffcc00;
  padding: 0px;
}
/* Banner Form */

/* Content Section 1 */
.ezy__about13 {
  --bs-body-color: #1e2329;
  --bs-body-bg: rgb(255, 255, 255);
  --ezy-theme-color: rgb(13, 110, 253);
  --ezy-theme-color-rgb: 13, 110, 253;

  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  overflow: hidden;
  padding: 60px 0;
  position: relative;
}
@media (min-width: 768px) {
  .ezy__about13 {
    padding: 50px 0 30px;
  }
}

.gray .ezy__about13 {
  --bs-body-bg: rgb(246, 246, 246);
}

.dark-gray .ezy__about13,
.ezy__about13.dark-gray {
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(30, 39, 53);
}

.dark .ezy__about13,
.ezy__about13.dark {
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(11, 23, 39);
}

.ezy__about13-heading {
  font-weight: 600;
  margin: 0 0 22px;
  font-size: 44px;
  line-height: 50px;
  font-family: "DM Sans", sans-serif;
  text-transform: none;
  letter-spacing: 0.2px;
}
@media (min-width: 768px) {
  .ezy__about13-heading {
    font-size: 55px;
  }
}

.ezy__about13-sub-heading {
  font-size: 17px;
  line-height: 1.5;
  opacity: 1;
  color: #000;
}

.ezy__about13-divider {
  width: 100px;
  height: 3px !important;
  color: var(--bs-body-color);
  opacity: 1;
}
/* .ezy__about13 img {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  position: relative;
  top: 30px;
  width: 400px;
  height: 400px;
  object-fit: cover;
} */
.ezy__about13-img2 {
  top: -400px;
  left: 300px !important;
  position: absolute !important;
  display: none;
}
@media (min-width: 768px) {
  .ezy__about13-img2 {
    display: block;
  }
}

@media (min-width: 991px) {
  /* .ezy__about13 img {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: relative;
    left: 100px;
    width: 400px;
    height: 400px;
    object-fit: cover;
  } */
  .ezy__about13-img2 {
    top: -30px !important;
    left: 100px !important;
    position: relative !important;
  }
}

.ezy__about13-bg-holder {
  width: 36vw;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  float: left;
  display: none;
}
.ezy__about13 .btn-block .btn {
  background: #2dd39e;
  color: #fff;
}
.ezy__about13 .btn-block .btn2 {
  background: #f95353;
  color: #fff;
}
.ezy__about13 .btn-block .btn:hover,
.ezy__about13 .btn-block .btn2:hover {
  background: #000;
}
/* Content Section 2 */
section.inn-banner {
  background: #2dd39e;
  background-size: cover;
  position: relative;
  z-index: 1;
  border-radius: 50px 50px 0 0;
  overflow: hidden;
  padding-bottom: 120px;
}
.inn-banner .btn-block {
  margin-top: 10px;
}
.inn-banner .btn-block .btn {
  background: #fff;
  color: #2dd39e;
}
.inn-banner .btn-block .btn:hover {
  background: #000000;
  color: #fff;
}
.inn-banner .btn-block .btn:after {
  filter: none;
}
.inn-banner .btn-block .btn:hover.btn:after {
  filter: brightness(10);
}
.inn-banner .btn-block .btn2 {
  background: #f95353;
  color: #fff;
}
.inn-banner .btn-block .btn2:hover {
  background: #000000;
  color: #ffffff;
}
.inn-banner .btn-block .btn2:hover.btn2:after {
  filter: brightness(10);
}
.inn-banner-2 {
  background: linear-gradient(90deg, #f95353a4 39%, #2dd39e9f 100%) !important;
  border-radius: 0 0 50px 50px !important;
}

.inn-banner h1 {
  /* color: #fff; */
  font-weight: 600;
  margin: 0 0 22px;
  font-size: 44px;
  line-height: 50px;
  font-family: "DM Sans", sans-serif;
  text-transform: none;
  letter-spacing: 0.2px;
}

.inn-banner p {
  /* color: #fff; */
  font-weight: 400;
  font-size: 20px;
  line-height: 31px;
  margin-bottom: 0;
  letter-spacing: -0.4px;
}
.in-thumb {
  /* overflow: hidden; */
  float: right;
  position: relative;
}

.in-thumb img.in-thumb-img {
  border-radius: 160px;
}

.in-thumb:before {
  content: "";
  border: 2px solid #726f8a;
  border-radius: 160px;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: -1;
}
/* Content Section 2 */

/* Services */
section.edt-abt {
  background: url(../images/editgrbg.webp) no-repeat scroll center top #112a20;
  background-size: cover;
  padding-top: 70px;
}
.edt-abt .col-md-3 {
  margin-top: 30px;
}
.edt_atem {
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #ffffffab 50%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#203937', endColorstr='#00ffffff',GradientType=0 );
  padding: 40px;
  text-align: center;
  height: 100%;
  border-radius: 30px;
}

.edt_atem h3 {
  color: #c2855a;
  font-size: 66px;
  margin-bottom: 10px;
}

.edt_atem p {
  color: #000000;
}
/* Services */

/* Steps */
section.exten-abt {
  padding: 50px 0px;
  background: url(../images/extenabt.webp) no-repeat scroll center top #0c1d1f;
  background-size: cover;
}
.exten-abt .btn-block .btn2 {
  background: #ffffff;
  color: #2dd39e;
}
.exten-abt .btn-block .btn2:after {
  filter: none;
}
.exten-abt .btn-block .btn2:hover {
  background: #000000;
  color: #ffffff;
}
.exten-abt .btn-block .btn2:hover.btn2:after {
  filter: brightness(10);
}
.ext_atem {
  padding-bottom: 30px;
  border-bottom: 4px solid #f95353;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 20px;
  text-align: center;
}

.ext_atem h5 {
  margin-bottom: 0;
  color: #000000;
  font-size: 24px;
  line-height: 30px;
}
.ext_thumb {
  height: 80px;
  filter: brightness(0);
}
.exten-abt .heading {
  margin-bottom: 0px;
}
section.exten-abt .btn-block .btn {
  background: #f95353;
}
/* Steps */
.nav-pills {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.btn-warning {
  background: #2dd39e !important;
  color: #000 !important;
}
.btn-warning:hover {
  background: #000 !important;
  color: #fff !important;
}
.btn-warning:hover a {
  color: #fff;
}

ul.ftr_list li a:hover{
  color: #000;
  font-weight: 600;
}

.bw_inside a:hover,
.content-page a:hover{
  color: #f95353;
}

/* Thank */
.thank-you {
  padding: 100px 0;
}

.thank-you a {
  border-radius: 50px;
  padding: 15px 65px;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  width: 30%;
  text-align: center;
  cursor: pointer;
  transition: .5s ease-in-out;
  height: auto;
  background: #25235f;
  display: block;
  margin: 0 auto 20px !important;
}

.thank-you .thank-you-img {
  margin: 20px auto 20px;
  display: table;
}

header {
  position: relative;
}

.floatbutton {
  display: none;
}

/* Thank */