@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

:root {
  --f1: "Inter", sans-serif;
  --f2: "Archivo", sans-serif;
}
body {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  overflow-x: hidden;
}

.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 -10px;
  align-items: center;
}

a:hover,
a:focus,
button:hover,
button:focus {
  outline: none;
}

section {
  padding: 100px 0;
  clear: both;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Archivo", sans-serif;
  color: #007846;
}

h5,
h6 {
  font-family: "Inter", sans-serif;
  color: #007846;
}

p {
  color: #3b3b3b;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

img {
  max-width: 100%;
}

textarea {
  resize: none;
}

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

.form-control:focus {
  border: #f3f3f3 1px solid !important;
}

label.error {
  display: none !important;
}

span,
b {
  vertical-align: baseline;
}

select {
  -webkit-appearance: listbox !important;
}

.container {
  padding: 0 10px;
}

ul {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  cursor: pointer !important;
}

a.logo img {
  transition: 0.5s all;
}

/*Reset Css*/
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background: #000;
}

header {
    left: 0;
    width: 100%;
    top: 0;
    z-index: 2;
    padding: 15px 40px;
    /* overflow: hidden; */
    /* border-bottom: 1px solid #1b3a13; */
}

.topbar {
    background: #007846;
    padding: 15px 40px;
}

.topbar ul.cinfo {
    justify-content: space-between;
}

.col-md-2.col-1 {
    /* width: 12.666667%; */
}

.col-md-2.col-3 {
    /* width: 14.666667%; */
}

.col-md-8.col-2 {
    /* width: 72.666667%; */
}    

nav.main-menu {
    padding: 0 20px;
    border-radius: 6px;
    /* width: 100%; */
    margin-top: 0;
    /* overflow: hidden; */
    /* display: table; */
    /* margin-right: auto; */
    /* margin-left: auto; */
}

nav.main-menu ul.menu li ul.sub-menu {position: absolute;top: 100%;background: #007039;width: 14rem;display:none;z-index: 9;}

nav.main-menu ul.menu li:hover ul.sub-menu , nav.main-menu ul.menu li:active  ul.sub-menu , nav.main-menu ul.menu li:focus ul.sub-menu {    display:block;   }    

nav.main-menu ul.menu li i.fa-angle-down , nav.main-menu ul.menu li svg.fa-angle-down {position: absolute;right: 0;color: #007846;top: 5px;margin-left: 0;}     
  
nav.main-menu ul.menu li ul.sub-menu li a {padding: 15px 20px;color: #fff;}

nav.main-menu ul.menu li ul.sub-menu li {    clear: both;    border-bottom: 1px solid #09542a;   }

nav.main-menu ul.menu li ul.sub-menu li a:hover {    background: #0d9b4b;   }       

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

ul.cinfo li.info {
    margin-left: 20px;
}

ul.cinfo li.info a {
    color: #ddf1da;
    font-family: "Inter", sans-serif;
}

ul.cinfo li.info svg {
    color: #ff5d41;
    position: relative;
    top: 3px;
}

nav.main-menu ul.menu {
    display: flex;
    justify-content: space-between;
}

nav.main-menu ul.menu li {
    position: relative;
}

nav.main-menu ul.menu li a {
    color: #000;
    padding: 0px 20px;
    display: block;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    transition:all ease-in-out 0.2s;
}

nav.main-menu ul.menu li a:hover {
    /*background: #0c5a34;   */
    transition:all ease-in-out 0.2s;
    color: #0c5a34;
}  

header .btn {
    margin-top: 0;
    float: right;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-right: 0;
    padding: 15px 10px;
}  

header .row {
    justify-content: center;
}   

.logo img {
    /* max-width: 180px; */
} 

.btn.btn-dor {
    background: #ff5d41;
    border-color: #ff5d41;
}

.btn:hover, .btn:active, .btn:focus {
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    color: #fff !important;
}

img {
  max-width: 100%;
}

h2 {
  font-size: 3.4375rem;
  font-weight: 400;
  margin: 0 0 30px;
  position: relative;
  z-index: 1;
  line-height: 3.5rem;
}

.btn-block .btn:last-child {
  margin: 0 0 0 10px;
}

.info-banner h1 {
  font-size: 4.125rem;
  line-height: 4rem;
  font-weight: 300;
  margin: 0;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  margin-bottom: 40px;
  text-transform: none;
}

.info-banner p {
  color: #000;
  line-height: 28px;
  margin: 0 auto 40px;
  font-weight: 400;
  font-size: 1.25rem;
}

.our-banner {
  padding-block: 140px 0;
  z-index: 2;
  background-size: cover;
  background-position: 50% bottom;
}

header .btn-head {
  text-align: right;
}

header .btn-head a img {
  margin-right: 10px;
  position: relative;
  top: 2px;
}



.info-banner span.badge {
  position: absolute;
  right: -80px;
  top: 55px;
}

.heading h2:last-child {
  margin-bottom: 0;
}

.heading {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.btn svg {
  transform: rotate(-45deg);
  transition: 0.5s all;
}

.btn:hover svg {
  transform: rotate(360deg);
}

header .btn-head a.btn-msg {
  margin-right: 0;
  color: #000000;
  font-size: 18px;
}

header .btn-head a.btn-msg svg {
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.btn.btn-black {
  background: #252525 !important;
  border-color: #252525 !important;
}

.site-logos img {
  width: auto !important;
  filter: brightness(0);
}

.site-logos .item {
  height: 40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-logos {
  padding-block: 10px 60px;
}

.form-control {
  background: #fff;
  border-color: #ffffff;
  height: 44px;
  margin-bottom: 10px;
  padding: 10px 18px;
  font-size: 13px;
  color: #000;
  font-weight: 500;
  border-radius: 5px;
}

textarea.form-control {
  height: 90px;
  margin-bottom: 25px;
}

::placeholder {
  color: #000 !important;
}

div#popupform .modal-body h4::before {
  position: absolute;
  content: "";
  top: 0;
  left: 30px;
  background: #fff;
}

div#popupform .popup-content h3 > span {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 43px;
  display: block;
  font-family: "Poppins";
  background: #33bd82;
  color: #fff;
  margin: 3px 0 8px;
}

.btn-block.text-center {
  margin-top: 50px;
}

.heading.text-center p {
  width: 80%;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
}

.owl-nav {
  position: absolute;
  bottom: 90px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 100px;
  margin-top: 0px !important;
}

.owl-theme .owl-nav [class*="owl-"] {
  width: 30px;
  height: 18px;
  background: url("../images/left.png") no-repeat !important;
  background-size: 100% !important;
  margin-inline: 10px !important;
  background-position: 50%;
}

.owl-theme .owl-nav [class*="owl-"] span {
  display: none;
}

.owl-carousel .owl-nav button.owl-next {
  transform: scaleX(-1);
  margin-right: 0;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  filter: brightness(1);
}

button {
  width: 100%;
  z-index: 2;
}

.btn svg {
  color: #000000;
  transform: rotate(0deg);
  transition: 0.5s all;
  font-size: 18px;
  font-weight: 400;
}

.btn:hover svg {
  transform: rotate(360deg);
}

.btn.btn-red {
  background: #ff5d41 !important;
  border-color: #8c3f39 !important;
}

.heading h2 {
  margin-bottom: 20px;
}

.btn.btn-white {
  background: #feecec !important;
  border-color: #feecec !important;
  color: #000 !important;
}

.head-btn .btn:first-child {
  text-transform: none;
  margin-right: 10px;
}

.head-btn a {
  line-height: 22px;
  font-size: 1.25rem;
  color: #ffffff;
  z-index: 1;
  text-align: right;
  font-weight: 600;
}

.head-btn a > span {
  display: block;
  width: 100%;
  color: #c58449;
}

.head-btn ul {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: end;
}

.head-btn ul li {
  display: inline-flex;
  align-items: center;
}

.head-btn ul li img {
  margin-right: 10px;
}

.site-logo img {
  width: auto !important;
}

.site-logo .item {
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-logo {
  padding-block: 50px;
  text-align: center;
}

.thankyou-banner {
  text-align: center;
  background: url(../images/thanks-banner.jpg);
  display: -webkit-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  background-size: cover;
  line-height: 21px;
}

a.live-chat-thank {
  background: #ee2c5e;
  display: inline-block;
  border-radius: 50px;
  padding: 14px 70px;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 40px 0;
}

.thankyou-banner a {
  color: #2575bc;
  font-weight: bold;
}

.thankyou-banner h1 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 58px;
  color: #fff;
  margin-top: 20px;
}

.thankyou-banner a {
  color: #2575bc;
  font-weight: bold;
}

.thankyou-banner p {
  color: white;
  line-height: 30px;
  font-size: 19px;
}

a.logo-thankyou img {
  width: 400px;
}



a {
  cursor: pointer !important;
}
.owl-theme .owl-nav [class*="owl-"]:last-child {
  margin-right: 0 !important;
}

/* pages css */

.our-banner img.ban-img1 {
  position: absolute;
  top: 0;
  width: calc(46% - 50px);
  height: 100%;
  object-fit: cover;
  left: 50px;
  object-position: 50%;
}

.our-banner::before {
  position: absolute;
  content: "";
  background: url("../images/bg-banner.png") no-repeat;
  width: 54%;
  height: calc(100% - 200px);
  right: 0;
  top: 0;
  background-size: cover;
  background-position: 100% bottom;
  z-index: -1;
}

.our-banner::after {
  position: absolute;
  content: "";
  background: #0069b2;
  background: linear-gradient(
    185deg,
    rgba(0, 105, 178, 1) 0%,
    rgba(0, 45, 76, 1) 100%
  );
  width: 100%;
  height: 40%;
  left: 0;
  top: 0;
  z-index: -3;
}

.info-banner h1 > span {
  font-weight: 700;
}

.info-banner img {
  margin-bottom: 30px;
}

.info-banner {
  margin-bottom: 140px;
  position: relative;
  z-index: 1;
}

.info-banner img.ban-arr {
  position: absolute;
  margin: 0;
  right: 40px;
  bottom: 40px;
}

.ban-list {
  padding-block: 50px;
  position: relative;
}

.ban-list::before {
  position: absolute;
  content: "";
  background: #0069b2;
  background: linear-gradient(
    90deg,
    rgba(0, 45, 76, 1) 32%,
    rgba(0, 105, 178, 1) 100%
  );
  width: 78%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
}

.ban-list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ban-list ul li {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
}

.ban-list ul li img {
  display: block;
  margin-bottom: 15px;
}

.btn.btn-blue {
  background: #007846 !important;
  border-color: #fff !important;
}

.btn::before {
  content: "";
  transition: 0.4s all;
}

.btn.btn-blue::before {
}

.btn:hover::before {
  right: 0;
}

.site-logo .container::before {
  position: absolute;
  content: "";
  background: #f8f2e9;
  width: 100%;
  height: calc(100% + 100px);
  top: -50px;
  right: -100%;
}

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

.our-testimonials h5 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 60px;
  display: inline-block;
}

.info-test img {
  margin-bottom: 30px;
}

.info-test h6 {
  color: #0164a8;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
}

.info-test p {
  color: #012d4c;
  font-weight: 500;
  font-size: 2rem;
  width: calc(100% - 100px);
  margin-bottom: 40px;
  min-height: 194px;
}

.info-test h5 {
  color: #000;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  min-height: 45px;
}
.our-testimonials [class*="col"]:first-child {
  z-index: 2;
}

.img-test {
  margin-bottom: 0;
}

.our-testimonials::before {
  background: #f9fff3;
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.our-testimonials .container {
  position: relative;
}

.our-testimonials .container::before {
  position: absolute;
  content: "";
  background: #f9fff3;
  width: 100%;
  height: calc(100% + 150px);
  top: -100px;
  z-index: -1;
  right: 0;
}

.info-test img {
  width: auto !important;
}

.info-test {
  margin-bottom: 80px;
}

.owl-testimonial {
  position: relative;
  z-index: 1;
}

.owl-testimonial::before {
  position: absolute;
  content: "";
  left: -170px;
  background: #fbd3ca;
  width: 352px;
  height: 45px;
  bottom: 80px;
}

.our-testimonials .row::before {
  position: absolute;
  content: "";
  background: url("../images/bg1.png") no-repeat;
  width: 126px;
  height: 108px;
  background-size: 100%;
  right: 30px;
  top: -60px;
  z-index: -1;
}
.our-testimonials .container::after {
  position: absolute;
  content: "";
  background: url("../images/bg2.png") no-repeat;
  width: 256px;
  height: 256px;
  background-size: 100%;
  right: -220px;
  bottom: -110px;
  z-index: -2;
}

.our-testimonials {
  padding-bottom: 50px;
}

h2 > span {
  font-weight: 700;
  line-height: 3.5rem;
  display: inline;
}

h2 > span.clr1 {
  color: #ff5d41;
}

.info-hire p {
  margin-bottom: 40px;
}

.info-hire ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  margin-left: 20px;
  gap: 30px;
  row-gap: 2px;
}

.info-hire ul li {
  width: calc(50% - 15px);
  list-style-type: disc;
  font-size: 1.125rem;
  font-family: "Bricolage Grotesque";
  margin-bottom: 0;
  color: #000;
}

.our-hire::before {
  position: absolute;
  content: "";
  background: url("../images/bg3.png") no-repeat;
  width: 300px;
  height: 717px;
  background-size: 100%;
  left: 0px;
  bottom: 50px;
  z-index: -2;
  opacity: 0.4;
}

.our-hire img.hire-img {
  position: absolute;
  width: 43%;
  height: 100%;
  object-fit: cover;
  object-position: 0% bottom;
  right: 0;
  bottom: 0;
}

.our-range {
  background: url("../images/bg-range.png") no-repeat;
  background-size: cover;
  background-position: 50% bottom;
  padding-block: 140px 0;
  margin-top: 100px;
  background-attachment: fixed;
}

.our-range * {
  color: #fff;
}

.our-range .container-fluid {
  padding: 0;
}

.our-range h2 > span {
  color: #aae59e;
}

.our-range [class*="col"]:nth-child(odd) .box-range {
  background: rgba(169, 228, 158, 0.19);
}

.box-range {
  aspect-ratio: 1/1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 40px 0 80px;
  align-items: center;
}

.our-range [class*="col"] {
  padding: 0;
}

.our-range .row {
  margin: 0;
}

.our-range .row-range .box-range {
  background: transparent !important;
}
.our-range .row-range [class*="col"]:nth-child(even) .box-range {
  background: rgba(169, 228, 158, 0.19) !important;
}

.box-range h4 {
  margin: 0;
}
.our-range .heading {
  margin-bottom: 120px;
}

.our-range h2 {
  font-size: 5rem;
  margin-bottom: 40px;
  line-height: 5rem;
}

.our-range h2 + p {
  color: #b3bbb9;
  margin-bottom: 0;
}

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

.our-range .container::before {
  position: absolute;
  content: "";
  background: url("../images/bg4.png") no-repeat;
  width: 360px;
  height: 345px;
  background-size: 100%;
  left: -400px;
  top: -90px;
  z-index: -2;
}

.our-range::before {
  position: absolute;
  content: "";
  background: url("../images/bg5.png") no-repeat;
  width: 331px;
  height: 374px;
  background-size: 100%;
  right: -20px;
  top: 60px;
  z-index: -2;
  opacity: 0.7;
}

.img-ind {
  margin-left: -50px;
  position: relative;
  z-index: 1;
}

.img-ind::before {
  position: absolute;
  content: "";
  background: url("../images/bg7.png") no-repeat;
  width: 245px;
  height: 230px;
  background-size: 100%;
  left: -60px;
  top: -60px;
  z-index: 1;
}

.our-industry {
  padding-block: 180px 0;
}

.our-industry .row {
  align-items: start;
}

.info-ind {
  margin-top: 30px;
  margin-left: -10px;
}

.info-ind p {
  margin-bottom: 90px;
}

.info-ind ul {
  display: flex;
  justify-content: space-between;
}

.info-ind ul li {
  display: flex;
  flex-direction: column;
  color: #888888;
  font-size: 1.125rem;
  font-weight: 500;
}

.info-ind ul li > span {
  font-family: "Bricolage Grotesque";
  color: #007846;
  display: block;
  font-size: 5rem;
  line-height: 4rem;
  margin-bottom: 15px;
}

.info-ind h2 {
  margin-bottom: 40px;
}

.our-stats {
  padding-top: 0;
  margin-top: -130px;
  position: relative;
}

.cta-stats::before {
  position: absolute;
  content: "";
  background: #aae59e;
  width: 9%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
}

.info-stat {
  background: #f2796f;
  padding: 80px 40px 80px 60px;
  position: relative;
  z-index: 1;
  margin-left: 0px;
  left: -30px;
  box-shadow: 10px 10px 20px #00000042;
}

.info-stat p {
  margin: 0;
  color: #fff;
  font-size: 17px;
}

.info-stat::before,
.info-stat::after {
  position: absolute;
  content: "";
  background: #007846;
  width: 30px;
  right: -30px;
  top: 0;
  height: calc(100% - 70px);
  z-index: -1;
}

.info-stat::after {
  z-index: -3;
  background: #aae59e;
  height: 100%;
}

.info-stat h3 {
  font-size: 6rem;
  font-weight: 700;
  color: #fff;
  line-height: 5rem;
  margin-bottom: 25px;
}

.info-stat h5 {
  color: #fff;
  font-size: 1.875rem;
  margin-bottom: 30px;
}

main.cta-stats {
  background: #f8f2e9;
  position: relative;
}

.info-ind img {
  position: absolute;
  right: 50px;
  bottom: -280px;
}

.cta-stats .container {
  position: relative;
  z-index: 0;
}

.cta-stats img.stat-img {
  position: absolute;
  left: -200px;
  z-index: -1;
  top: 25px;
}

main.cta-stats::after {
  position: absolute;
  content: "";
  background: url(../images/bg8.png) no-repeat;
  width: 110px;
  height: 100px;
  background-size: 100%;
  right: 30px;
  top: 30px;
  z-index: 2;
}

.our-cta {
  position: relative;
  z-index: 1;
}

.our-cta::before {
  position: absolute;
  content: "";
  background: #007846;
  width: 91%;
  height: 100%;
  bottom: 0;
  left: 0;
}

.our-cta * {
  color: #fff;
}

.info-cta img {
  position: absolute;
  bottom: -30px;
  right: 0;
}

.info-cta h2 {
  letter-spacing: -1px;
}

.info-cta h2 span.clr1 {
  color: #aae59e;
}

.info-cta h2 > span {
  font-weight: 600;
}

.info-cta p {
  margin-bottom: 40px;
  font-size: 1.375rem;
  font-style: italic;
}

.our-cta img.cta-img2 {
  position: absolute;
  left: -600px;
  top: 0;
}

.our-cta img.cta-img1 {
  position: absolute;
  bottom: -20px;
  right: -220px;
}

.our-port {
  padding-block: 120px 0;
}

.our-port::before {
  position: absolute;
  content: "";
  background: url("../images/bg-port.png") no-repeat;
  width: 100%;
  height: calc(100% - 75px);
  top: 0;
  left: 0;
  z-index: -1;
}

.our-port .row {
  align-items: start;
}

.our-port [class*="col"]:nth-child(2) {
  margin-top: 20px;
}

.our-port .heading h4 {
  font-size: 1.875rem;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  margin-bottom: 15px;
}

.our-port a {
  display: block;
}

.our-port a:first-child {
  margin-bottom: 30px;
}

.our-port a img {
  width: 100%;
}

.our-port [class*="col"] {
  padding-inline: 15px;
}

.our-work .row {
  align-items: start;
}

.info-work h2 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 50px;
}

.info-work p {
  font-size: 1.25rem;
  line-height: 30px;
}

.info-work p.para-cap:first-letter {
  font-size: 4.5rem;
}

.info-work p.para-cap {
  margin-bottom: 0;
}

.info-work p + h2 {
  margin-top: 60px;
}

.info-work p:first-child {
  margin-top: 10px;
}

.our-work {
  padding-top: 120px;
}

.our-work .heading {
  margin-bottom: 80px;
}

.our-work::before {
  position: absolute;
  content: "";
  background: url("../images/bg10.png") no-repeat;
  width: 300px;
  height: 717px;
  background-size: 100%;
  right: 0px;
  bottom: 100px;
  z-index: -2;
  opacity: 0.4;
}

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

.our-work .container::before {
  position: absolute;
  content: "";
  background: url("../images/bg9.png") no-repeat;
  width: 758px;
  height: 765px;
  background-size: 100%;
  left: -800px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: -2;
}

.our-journey {
  padding-block: 200px 150px;
  background: url("../images/bg-journey.png") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: 2;
}

.info-journey * {
  color: #fff;
}

.info-journey h2 span.clr1 {
  color: #aae59e;
}

.info-journey p {
  color: #b3bbb9;
  font-size: 1.25rem;
}

.info-journey ul li {
  color: #b3bbb9;
  font-size: 16px;
  margin-bottom: 48px;
  padding-inline: 95px 60px;
  position: relative;
  z-index: 1;
}

.info-journey ul li > span {
  font-size: 1.75rem;
  font-family: "Bricolage Grotesque";
  display: block;
  line-height: 1.75rem;
  margin-bottom: 10px;
}

.info-journey ul li:last-child {
  margin-bottom: 0;
}

.info-journey ul {
  margin-top: 60px;
}

/* count down contact form */

.info-form-jor .flip-card {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: 40px;
}

.info-form-jor .top {
  background: #0c3c99;
  border: 1px solid #ffffff;
  padding: 12px 0;
  text-align: right;
  border-radius: 10px 10px 0 0;
  margin-bottom: 2px;
}

.info-form-jor .top,
.info-form-jor .bottom,
.info-form-jor .flip-card .top-flip,
.info-form-jor .flip-card .bottom-flip {
  height: 21px;
  line-height: 1;
  display: inline-flex;
  padding: 4px 10px 0;
  overflow: hidden;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  justify-content: center;
  color: #fff;
}

.info-form-jor.top,
.info-form-jor .flip-card .top-flip {
  background-color: #000000a6;
  border-top-right-radius: 0.1em;
  border-top-left-radius: 0.1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.info-form-jor .bottom,
.info-form-jor .flip-card .bottom-flip {
  background: #0c3c99;
  border: 1px solid #ffffff;
  display: flex;
  align-items: flex-end;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 0 10px 6px;
}

.info-form-jor .flip-card .top-flip {
  position: absolute;
  width: 100%;
  animation: flip-top 250ms ease-in;
  transform-origin: bottom;
}

@keyframes flip-top {
  100% {
    transform: rotateX(90deg);
  }
}

.info-form-jor .flip-card .bottom-flip {
  position: absolute;
  bottom: 0;
  width: 100%;
  animation: flip-bottom 250ms ease-out 250ms;
  transform-origin: top;
  transform: rotateX(90deg);
}

@keyframes flip-bottom {
  100% {
    transform: rotateX(0deg);
  }
}

.info-form-jor .container2 {
  display: flex;
  gap: 16px;
  justify-content: center;
}

.info-form-jor .container-segment {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.info-form-jor .segment {
  display: flex;
  margin-right: 10px;
}

.info-form-jor .segment-title {
  margin: 7px 0 0;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 500;
}

.info-form-jor .flip-card:first-child {
  margin-right: 4px;
}

.info-form-jor .segment:last-child {
  margin-right: 0;
}

.our-journey .info-form-jor .segment-title {
  color: #000;
}

.info-form-jor .flip-card::before,
.info-form-jor .flip-card::after {
  position: absolute;
  content: "";
  background: url("../images/clock-bg1.webp") no-repeat;
  width: 4px;
  height: 10px;
  transition: 0.5s all;
  left: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.info-form-jor .flip-card::after {
  right: 3px;
  left: inherit;
}

/* count down contact form */

.info-form-jor {
  background: #ff5d41;
  border-radius: 20px 0 20px 0;
  padding: 40px;
  text-align: center;
}

.info-journey ul li img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.info-form-jor .container-segment::before {
  position: absolute;
  content: ":";
  color: #fff;
  font-size: 34px;
  right: -12px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 38px;
}

.info-form-jor .container-segment:last-child::before {
  display: none;
}

.count {
  background: #aae59e;
  width: calc(100% + 80px);
  position: relative;
  left: -40px;
  margin-bottom: 30px;
  padding: 16px 0;
}

.count h6 {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #051c14;
}

.info-form-jor h4 {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3rem;
  margin-bottom: 12px;
}

.info-form-jor h5 {
  color: #fff;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.info-form-jor h5 > span {
  font-weight: 600;
}

.info-form-jor::before {
  position: absolute;
  content: "";
  background: url("../images/jor-bg1.png") no-repeat;
  width: 301px;
  height: 374px;
  background-size: 100%;
  right: -100px;
  top: -160px;
  z-index: -1;
}

.our-faq .accordion-button:focus {
  box-shadow: none;
}

.our-faq .accordion-button {
  border-bottom: none;
  padding-inline: 0 30px;
  padding-block: 20px;
  font-size: 1.125rem;
  font-weight: 500;
  background: transparent;
  color: #3b3b3b;
}

.our-faq .accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
}

.our-faq .accordion-body {
  padding: 0px 30px 20px;
  border: none;
  text-align: justify;
}

.our-faq .accordion-button::after {
  background: url("../images/plus.svg") no-repeat !important;
  width: 24px;
  height: 24px;
  content: "";
  background-size: 100% !important;
}

.our-faq .accordion-button:not(.collapsed)::after {
  background: url("../images/minus.svg") no-repeat !important;
  width: 24px;
  height: 24px;
}

.accordion-flush > .accordion-item {
  border: none;
  padding-inline: 0;
  border-bottom: 1px solid #6d6d6d;
  background: transparent;
}

.our-faq .accordion-header {
  line-height: normal;
}
.our-faq .accordion-body p {
  font-size: 16px;
  color: #3b3b3b;
  margin: 0;
  width: 90%;
}

.accordion-flush > .accordion-item:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid #6d6d6d;
}

.accordion-flush > .accordion-item:first-child {
  border-top: 1px solid #6d6d6d;
}

.info-faq p {
  width: 100%;
}

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

.our-faq .container::before {
  position: absolute;
  content: "";
  background: url("../images/faq-bg1.png") no-repeat;
  width: 180px;
  height: 300px;
  background-size: 100%;
  left: 0;
  top: -140px;
  z-index: -1;
}

.our-faq .container::after {
  position: absolute;
  content: "";
  background: url("../images/faq-bg2.png") no-repeat;
  width: 230px;
  height: 390px;
  background-size: 100%;
  right: 0;
  top: -170px;
  z-index: -1;
}

.btn.btn-green {
  background: #aae59e !important;
  border-color: #fff !important;
  color: #007846 !important;
}

.btn.btn-green::before {
  background: #007846;
}

.our-cta2 {
  background: url("../images/bg-cta2.png") no-repeat;
  background-size: cover;
  background-position: 50% center;
  padding-block: 80px;
  border-top: 1px solid #fff;
}

.our-cta2 .info-cta2 {
  text-align: center;
  width: calc(100% + 70px);
  position: relative;
  left: -35px;
  margin-top: 60px;
}

.our-cta2 * {
  color: #fff;
}

.btn.btn-green:hover {
  color: #fff !important;
}

.our-cta2 .info-cta2 h3 {
  font-size: 2.5rem;
}

.our-cta2 .info-cta2 h3 > b {
  font-weight: 700;
  font-size: 3.75rem;
  display: inline-block;
  line-height: 3.75rem;
  margin-top: 10px;
}

.our-cta2 .info-cta2 h3 span {
  color: #aae59e;
}

.our-cta2 .info-cta2 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-top: 50px;
  position: relative;
  left: 60px;
}

.our-cta2 .info-cta2 ul li {
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 16px;
}

.our-cta2 .info-cta2 ul li svg path {
  color: #ff5d41;
}
.box-cta2 {
  position: relative;
  left: 0px;
}

.box-cta2 p {
  padding: 0 0px 0 28px;
  width: 100%;
  font-size: 1.25rem;
  margin-bottom: 0;
}

.box-cta2 p > span {
  color: #aae59e;
  font-style: italic;
  font-weight: 600;
}

.our-cta2 .row {
  align-items: start;
}

.box-cta2 img {
  margin-bottom: 25px;
}

.our-cta2 .info-cta2 img {
  position: absolute;
  left: 0;
  top: 75px;
}

.img-cta2 {
  position: absolute;
  top: -30px;
  right: -20px;
}

.our-cta2::before {
  position: absolute;
  content: "";
  background: #aae59e;
  width: 40%;
  height: 20px;
  top: -21px;
  z-index: -1;
  left: 0;
}

.our-faq {
  padding-block: 10px;
}

.box-down {
  position: absolute;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff5d41;
  border-radius: 50%;
  z-index: 1;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
}

.box-down::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #aae59e;
  top: 2px;
  left: 4px;
}


.foot-form {
  border: 9px solid #ff5d41;
  padding: 40px 32px;
  background: #f9fff3;
  position: relative;
  z-index: 1;
}

.foot-form h3 {
  font-size: 2.25rem;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 2.25rem;
}

.foot-form p {
  font-size: 15px;
  color: #000000;
  margin-bottom: 30px;
}

.foot-form .form-control {
  background: #007846;
  color: #fff;
  font-size: 14px;
  height: 58px;
  padding: 14px 20px;
}

footer ::placeholder {
  color: #fff !important;
}

.foot-form textarea.form-control {
  height: 110px;
  resize: none;
  margin-bottom: 22px;
}

.foot-form .form-group {
  position: relative;
  z-index: 1;
}

.foot-form .form-group img {
  position: absolute;
  right: 20px;
  top: 20px;
  margin: auto;
}

.foot-form button.btn.btn-blue {
  border-color: #007846 !important;
  background: #0069b2 !important;
}

.foot-form button.btn.btn-blue::before {
  background: #fff;
}

footer .row {
  align-items: start;
}

.info-foot {
  margin-top: 90px;
  margin-left: 25px;
}

.info-foot ul.cont-foot li {
  padding-left: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}

.info-foot ul.cont-foot li img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.info-foot ul.cont-foot li a,
.info-foot ul.cont-foot li p {
  color: #414141;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 20px;
  font-family: "Bricolage Grotesque";
}

.info-foot ul.cont-foot li:last-child img {
  top: 1px;
  bottom: inherit;
}

.info-foot h4 {
  font-size: 1.25rem;
  color: #007846;
  letter-spacing: 2px;
  margin-bottom: 40px;
}

.info-foot.box-foot ul {
  list-style-type: disc;
  margin-left: 20px;
}

.info-foot.box-foot ul li a {
  font-family: "Bricolage Grotesque";
  font-size: 16px;
  color: #414141;
}

.info-foot.box-foot ul li {
  margin-bottom: 2px;
}

.info-foot.box-foot ul li:last-child {
  margin-bottom: 0;
}

.info-foot.box-foot {
  margin-left: 0;
}
.foot-rev ul {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: end;
  margin-right: 30px;
}

.foot-rev h3 {
  font-size: 1.25rem;
  margin-block: 40px 50px;
  position: relative;
  z-index: 1;
}

.foot-rev h3::after {
  background: #a9e49e;
  width: 100%;
  height: 3px;
  position: absolute;
  content: "";
  bottom: 6px;
  margin: auto;
  right: 0;
  z-index: -1;
}

.foot-rev h3 > span {
  background: #fbf5f1;
  padding-right: 10px;
}

.foot-rev h3 + img {
  position: absolute;
  top: 35px;
  left: 20px;
}

.foot-rev {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}

img.foot-bg {
  position: absolute;
  bottom: 28px;
  right: -330px;
}

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

footer .row.row-foot [class*="col"]:nth-child(2) .info-foot.box-foot {
  padding-left: 30px;
}

.box-range img {
  height: 150px;
  margin-bottom: 30px;
}

.inner-banner .info-banner h6 {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #ff5d41;
  font-size: 1.25rem;
  margin-bottom: 25px;
}

.inner-banner .info-banner h6 img {
  margin-bottom: 0;
}

.inner-banner .info-banner h1 {
  font-size: 3.125rem;
  line-height: 3.25rem;
  margin-bottom: 25px;
}

.inner-banner .info-banner h1 span.clr1 {
  color: #ff5d41;
}

.inner-banner .info-banner p {
  width: 85%;
  margin-left: 0;
  color: #5b5b5b;
  margin-bottom: 40px;
}

.inner-banner .info-banner img.ban-bg1 {
  position: absolute;
  top: -60px;
  right: -40px;
  opacity: 0.1;
  margin: 0;
}

.inner-banner {
  padding-block: 0;
}

.logo-banner {
  background: #ff5d41;
  padding-block: 35px;
  display: flex;
  align-items: center;
  gap: 35px;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.logo-banner h4 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0;
}

.logo-banner ul {
  display: inline-flex;
  align-items: center;
  gap: 50px;
}

.logo-banner::before,
.logo-banner::after {
  position: absolute;
  content: "";
  background: #ff5d41;
  height: 100%;
  width: 100%;
  z-index: -1;
  left: -100%;
  top: 0;
}

.logo-banner::after {
  width: 70px;
  right: -70px;
  left: inherit;
}

.img-inner {
  position: relative;
  z-index: 1;
  text-align: right;
  width: calc(100% - 30px);
  margin-left: auto;
  right: -10px;
}

.inner-banner .row {
  align-items: end;
}

.inner-banner .info-banner {
  margin-bottom: 70px;
}

.logo-banner ul li img {
  filter: drop-shadow(2px 5px 10px rgba(0, 0, 0, 0.6));
}

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

.inner-banner .container::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  background: #007846;
  background: linear-gradient(
    340deg,
    rgba(0, 45, 76, 1) 4%,
    rgba(0, 105, 178, 1) 100%
  );
  right: calc(-100% + 20px);
  top: 0;
  z-index: -1;
}

.inner-banner .container::after {
  position: absolute;
  content: "";
  width: 299px;
  height: 318px;
  background: url("../images/ban-bg3.png") no-repeat;
  background-size: 100%;
  left: -320px;
  bottom: 0;
  z-index: 1;
}

.inner-banner .row::before {
  position: absolute;
  content: "";
  width: 137px;
  height: 130px;
  background: url("../images/ban-bg2.png") no-repeat;
  background-size: 100%;
  left: -230px;
  top: 110px;
  z-index: 1;
}

.img-inner img {
  width: 100%;
}

.info-about p {
  margin-bottom: 80px;
}

.info-about img {
  position: absolute;
  right: 0;
  top: calc(100% - 70px);
  width: 200px;
  transform: rotate(-20deg);
}

.info-ser img {
  margin-bottom: 40px;
  box-shadow: 0 20px 22px rgba(0, 0, 0, 0.2);
}

.info-ser h4 {
  padding-top: 12px;
  position: relative;
  z-index: 1;
  font-size: 1.625rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 15px;
}

.info-ser p {
  font-size: 15px;
  color: #3b3b3b;
  margin-bottom: 40px;
}

.info-ser {
  padding: 20px 20px 30px;
  background: #fff;
  box-shadow: 0 3px 15px #00000026;
  margin: 20px 10px 30px;
  position: relative;
  z-index: 1;
}

/* .info-ser h4::before {
  position: absolute;
  content: "";
  background: #ff5d41;
  width: 52px;
  height: 3px;
  top: 0;
  left: 0;
  z-index: -1;
} */

.our-service::before {
  background: #f8f2e9;
  position: absolute;
  content: "";
  right: 0;
  width: calc(100% - 60px);
  top: 0;
  height: calc(100% - 60px);
  z-index: -1;
}
.our-about {
  z-index: 2;
}

.our-service {
  padding-block: 70px 0;
}

.owl-item:nth-child(even) .info-ser::after {
  background: url("../images/ser-bg3.png") no-repeat;
  background-size: 100%;
}

.info-ser a.btn-link {
  text-decoration: none;
  color: #ff5d41;
  font-weight: 500;
  font-size: 16px;
  display: inline-flex;
  gap: 15px;
  align-items: center;
  transition: 0.3s all;
}

.info-ser a.btn-link:hover {
  gap: 2px;
}

.info-ser a.btn-link:hover svg {
  transform: rotate(-35deg) scale(0.7);
}

.info-ser a.btn-link svg {
  transition: 0.3s all;
}

.our-hire.ab-hire {
  margin-top: 80px;
}

.our-hire.ab-hire::before {
  display: none;
}

.our-hire.ab-hire .container {
  position: relative;
  z-index: 1;
}

.our-hire.ab-hire .container::before {
  position: absolute;
  content: "";
  width: 443px;
  height: 586px;
  background: url("../images/ab-bg1.png") no-repeat;
  background-size: 100%;
  left: -480px;
  top: -60px;
  z-index: -1;
}

.row.row-need {
  padding: 80px;
  background: #fff;
  box-shadow: 0 5px 25px #00000026;
  position: relative;
}

.row.row-need [class*="col"] {
  padding: 0;
}

.img-need img {
  width: 100%;
  object-fit: cover;
}

.info-need {
  padding: 0 40px;
  text-align: center;
}

.info-need p {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}

.info-need span {
  display: block;
  font-size: 4rem;
  line-height: 3rem;
  color: #ff5d41;
  margin-bottom: 20px;
}

.info-need h4 {
  font-weight: 600;
  margin-bottom: 18px;
}

.inner-cta {
  padding-block: 60px;
}

.inner-cta .row {
  padding-block: 30px;
  position: relative;
  z-index: 1;
}

.inner-cta .row::before {
  position: absolute;
  content: "";
  background: url("../images/bg-incta.png") no-repeat;
  width: 100%;
  background-position: right 50%;
  height: 100%;
  background-size: cover;
  top: 0;
  right: -150px;
  z-index: -1;
}

.inner-cta .row::after {
  position: absolute;
  content: "";
  background: url("../images/bg-incta2.png") no-repeat;
  width: 35%;
  background-position: right 50%;
  height: 100%;
  background-size: cover;
  top: 0;
  left: 0px;
  z-index: -1;
}

.inner-cta h2 {
  color: #fff;
  font-size: 3rem;
  line-height: 3rem;
  margin: 0;
  letter-spacing: -1px;
}

.inner-cta h2 > span.clr1 {
  color: #aae59e;
}

.info-incta h4 {
  color: #fff;
  margin-bottom: 14px;
}

.info-incta h3 {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 20px;
  padding: 12px 0 10px;
  position: relative;
  z-index: 1;
  margin-bottom: 14px;
}

.info-incta h3 b {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.info-incta h3 span {
  color: #aae59e;
  font-size: 6rem;
  font-weight: 500;
  display: inline-block;
  line-height: 4.3rem;
}

.info-incta h3::before {
  position: absolute;
  content: "";
  background: #032f4e;
  width: calc(100% + 280px);
  height: 100%;
  right: -110px;
  top: 0;
  border-radius: 50px;
  z-index: -1;
}

.info-incta a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5rem;
  padding: 14px 0 11px;
  position: relative;
  z-index: 1;
  color: #000;
}

.info-incta2 {
  text-align: right;
  position: relative;
  z-index: 2;
}

.inner-cta .row {
  align-items: end;
}

.info-incta2 a.btn {
  margin-right: 50px;
}

.info-incta a::before {
  position: absolute;
  content: "";
  background: #ff5d41;
  background: linear-gradient(
    90deg,
    rgba(242, 121, 112, 1) 0%,
    rgba(170, 229, 158, 1) 100%
  );
  width: calc(100% + 120px);
  height: 100%;
  z-index: -1;
  border-radius: 40px;
  right: 0;
  top: 0;
}

.info-incta2 img {
  position: absolute;
  bottom: -20px;
  right: 10px;
  width: 350px;
}

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

.inner-cta::before {
  position: absolute;
  content: "";
  background: #000000;
  width: 50%;
  height: calc(100% - 120px);
  top: 0;
  bottom: 0;
  margin: auto;
}

.inner-cta img.incta-bg1 {
  position: absolute;
  left: -270px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.inner-cta::after {
  position: absolute;
  content: "";
  background: #007846;
  background: linear-gradient(
    90deg,
    rgba(0, 45, 76, 1) 32%,
    rgba(0, 105, 178, 1) 100%
  );
  width: 57%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
}

.row.row-need .bg-need::before {
  position: absolute;
  content: "";
  background: #007846;
  height: 52%;
  width: 70px;
  top: 40px;
  left: -138px;
  z-index: -2;
}

.row.row-need .bg-need {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}

.your-needs::before {
  position: absolute;
  content: "";
  background: #ff5d41;
  width: 36%;
  right: 0;
  height: 126px;
  bottom: 50px;
  z-index: -2;
}

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

.your-needs .container::before {
  position: absolute;
  content: "";
  background: url("../images/bg1.png") no-repeat;
  width: 126px;
  height: 108px;
  background-size: 100%;
  right: 0;
  top: -60px;
  z-index: -1;
}

.your-needs .container::after {
  position: absolute;
  content: "";
  background: url("../images/ind-arr.png") no-repeat;
  width: 100px;
  height: 123px;
  background-size: 100%;
  right: 20px;
  top: 70px;
  z-index: -1;
  transform: rotate(-40deg);
}

.our-service.book-service {
  padding-top: 100px;
}

.our-service.book-service::after {
  background: url(../images/ser-bg5.png) no-repeat;
  background-size: 100%;
}

.our-service.book-service::before {
  background: #fef2f1;
}

.our-service.book-service .info-ser {
  padding: 30px 40px 50px;
}

.our-service.book-service .info-ser img {
  width: 100%;
}

.our-service.book-service .info-ser p {
  margin-bottom: 30px;
}

.our-service.book-service .info-ser::after {
  width: 190px;
  height: 122px;
}

.our-service.book-service [class*="col"]:nth-child(even) .info-ser::after {
  background: url(../images/ser-bg3.png) no-repeat;
  background-size: 100%;
}

.our-hire.ab-hire.book-hire {
  padding-block: 30px 140px;
}

.book-process [class*="col"]:first-child {
  background: #ff5d41;
}

.book-process .row {
  align-items: start;
}

.info-bkpro {
  padding: 70px 30px 0;
  position: relative;
  z-index: 1;
}

.info-bkpro ul li {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: #fff;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.75rem;
  font-family: "Bricolage Grotesque";
}

.info-bkpro ul {
  margin-bottom: 75px;
}
.info-bkpro img.bkbg1 {
  position: relative;
  left: 42px;
}

.info-bkpro::before {
  position: absolute;
  content: "";
}

.book-process p {
  padding: 10px 0 0 30px;
}

.book-process {
  padding-bottom: 0;
}

.book-process img.bk-img3 {
  position: absolute;
  bottom: 80px;
  z-index: -1;
  right: 0;
  width: calc(50% + 110px);
  object-fit: cover;
  object-position: 50%;
  height: 310px;
}

.info-about h4 {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 1.4375rem;
}

.info-about h4 > span {
  font-weight: 600;
}

.our-about.pub-about p {
  margin: 0;
}

.our-about.pub-about .container {
  position: relative;
  z-index: 1;
}

.pub-data .container {
  padding: 40px 40px;
  background: #ff5d41;
}

.pub-data ul {
  display: flex;
  align-items: start;
  gap: 70px;
  flex-wrap: wrap;
  row-gap: 40px;
}

.pub-data ul li {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  justify-content: start;
  gap: 12px;
  font-size: 19px;
  line-height: 1.75rem;
  width: calc(25% - 60px);
  text-align: center;
  color: #fff;
}

.pub-data img.pub-bg1 {
  filter: drop-shadow(2px 7px 8px rgba(0, 0, 0, 0.4));
}

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

.pub-data {
  position: relative;
  z-index: 2;
}

.pub-data .container::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background: #007846;
  z-index: -1;
}

.info-pub {
  margin-bottom: 50px;
}

.info-pub p {
  width: 85%;
  margin: 0;
}

.img-pub {
  width: calc(100% + 120px);
  position: relative;
  left: -20px;
}

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

.our-publish .container::before {
  position: absolute;
  content: "";
  background: #aae59e;
  width: 100%;
  height: calc(100% + 200px);
  top: -100px;
  left: calc(100% - 40px);
  z-index: -1;
}

.our-publish .heading {
  width: 94%;
}

.our-publish .heading p {
  font-size: 16px;
}

.our-service.pub-service {
  padding-block: 100px 0;
}

.our-service.pub-service + .inner-cta {
  margin-top: 100px;
}

.info-bkpro::before {
  position: absolute;
  content: "";
  background: #0069b2;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  width: 96px;
  height: 96px;
  top: 15px;
  right: 5px;
  z-index: -1;
}

.info-bkpro img.pubbg2 {
  width: calc(100% + 80px);
  max-width: calc(100% + 80px);
  position: relative;
  left: -40px;
  margin-bottom: 15px;
}

.book-process.pub-process [class*="col"]:first-child {
  background: #007846;
}

.book-process.pub-process ul li {
  margin-bottom: 32px;
  align-items: start;
}

.book-process.pub-process ul {
  margin-bottom: 0;
}

.info-pub img {
  margin-bottom: 10px;
}

.our-publish .btn-block {
  margin-top: 40px;
}

.top-bar {
  background: #007846;
  padding-block: 10px;
  position: relative;
  z-index: 1;
}

.top-bar h4 {
  display: inline-block;
  font-size: 15px;
  color: #dae6ee;
  font-weight: 400;
  margin: 0;
}

.top-bar ul {
  display: inline-flex;
  align-items: center;
}

.top-bar ul.social-cont {
  gap: 20px;
  margin-left: 35px;
}

.top-bar ul.social-cont li svg {
  color: #aae59e;
  font-size: 16px;
}

.top-bar::before {
  position: absolute;
  content: "";
  background: #aae59e;
  width: 51%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
}

.top-bar ul.head-cont {
  display: flex;
  justify-content: end;
  gap: 70px;
  margin-left: -30px;
}

.top-bar ul.head-cont li a {
  color: #0e3c6e;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.top-bar ul.head-cont li a svg {
  font-size: 18px;
}

.info-tests {
  display: flex;
  flex-direction: column;
}

.info-tests p,
.info-tests h5 {
  padding: 20px;
  background: #c3c3c3;
}

.info-tests p {
  margin-bottom: 10px;
}

.our-about.pub-about.cover-about {
  padding-block: 80px 0;
}

.our-about.pub-about.cover-about .row {
  align-items: start;
}

.our-about.pub-about.cover-about .info-about {
  margin-top: 30px;
}

.our-about.pub-about.cover-about .img-about {
  width: calc(100% + 30px);
  position: relative;
  left: -10px;
}

main.needs-inner .your-needs::before {
  height: 200px;
  bottom: 0;
  background: #007846;
}

.img-pub.img-cover {
  position: relative;
  left: -130px;
  width: calc(100% + 120px);
}

.our-publish.our-cover .heading {
  padding-left: 90px;
  width: calc(100%);
}

.our-publish.our-cover .btn-block {
  margin-top: 20px;
}

.our-publish.our-cover .container::before {
  left: inherit;
  right: calc(100% - 30px);
  background: linear-gradient(45deg, #007846, transparent);
  height: calc(100% + 260px);
  top: -160px;
}

.our-publish.our-cover .info-pub p {
  width: 90%;
  font-size: 16px;
}

.our-service.pub-service.cover-service::before {
  background: #eefaec;
}

.our-service.pub-service [class*="col"]:nth-child(2) .info-ser::after,
.our-service.pub-service [class*="col"]:nth-child(3) .info-ser::after {
  background: url(../images/ser-bg3.png) no-repeat;
  background-size: 100%;
}

.book-process.pub-process.cover-pro .info-bkpro img.pubbg2 {
  width: calc(100% - 20px);
  left: 10px;
  margin-bottom: 0;
}

.our-service.pub-service .info-ser {
}

.our-service.pub-service .info-ser img {
  width: 100%;
}

.our-about.pub-about.cover-about .img-about.img-mark {
  left: -40px;
}

.pub-data.mark-data ul li {
  width: calc(33% - 70px);
}

.pub-data.mark-data ul {
  gap: 40px;
}

.pub-data.mark-data img.pub-bg1 {
  right: -12rem;
}

main.needs-inner .your-needs {
  padding-top: 80px;
}

.our-publish.our-market .container {
  padding-left: 120px;
}

.our-publish.our-market .info-pub p {
  width: 90%;
  font-size: 16px;
}

.our-publish.our-market .container::before {
  width: 385px;
  background: url("../images/mark-bg1.png") no-repeat;
  height: calc(100% + 180px);
  top: -160px;
  background-size: cover;
  left: inherit;
  right: calc(100% - 25px);
}

.our-publish.our-market .container::after {
  position: absolute;
  content: "";
  background: url("../images/mark-bg2.png") no-repeat;
  width: 519px;
  height: 684px;
  bottom: -30px;
  background-size: 100%;
  right: calc(100% - 195px);
  z-index: -1;
}

.info-price {
  background: #deeaff;
  padding: 30px 40px;
  position: relative;
  z-index: 1;
}

.info-price img {
  margin-bottom: 20px;
  width: auto !important;
}

.info-price h4 {
  color: #252525;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 2rem;
  margin-bottom: 22px;
}

.info-price p {
  font-size: 13px;
  color: #3b3b3b;
  margin-bottom: 30px;
  min-height: 80px;
}

.info-price ul {
  padding-top: 30px;
  position: relative;
  z-index: 1;
  border-top: 1px solid #a5adbd;
  margin-bottom: 35px;
  height: 280px;
}

.info-price ul li {
  list-style-type: disc;
  margin-left: 20px;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
  color: #191919;
}

.info-price h3 {
  font-size: 2.5rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.info-price h3 > span {
  font-size: 1.5rem;
  font-weight: 400;
  text-decoration: line-through;
}

.info-price a.btn.btn-red {
  display: block;
  width: calc(100% + 30px);
  border-radius: 0;
  color: #fff !important;
  position: relative;
  left: -15px;
}

.info-price a.btn.btn-red::before {
  display: none;
}

.our-price .row {
  align-items: start;
}

.our-price h2 img {
  position: absolute;
  top: -29px;
  right: 25px;
}

.our-price .text-price {
  margin-top: 20px;
}

.our-price {
  padding-block: 150px 200px;
}

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

.our-price .container::before {
  position: absolute;
  content: "";
  background: #aae59e;
  left: calc(100% - 40px);
  width: 100%;
  height: calc(100% + 360px);
  top: -210px;
  z-index: -1;
}

.our-service.pub-service.cover-service {
  z-index: 2;
}

.our-price .container::after {
  position: absolute;
  content: "";
  background: hsl(4deg 83% 69% / 80%);
  width: 225px;
  height: calc(100% + 50px);
  bottom: -200px;
  right: calc(100% + 20px);
  z-index: -1;
  mix-blend-mode: multiply;
}

.our-price img.markimg3 {
  position: absolute;
  left: -300px;
  bottom: -120px;
  z-index: -2;
  object-fit: cover;
  height: 550px;
}

.pub-data.mark-data {
  margin-bottom: 180px;
}

.our-hire.ab-hire.book-hire + .our-port {
  margin-bottom: 120px;
}

.our-genre .container {
  padding-left: 100px;
}

.our-genre .heading {
  padding-inline: 150px 70px;
}

.our-genre .info-gen {
  padding: 35px 60px 35px 240px;
  background: #f0f8ff;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: start;
  min-height: 240px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.our-genre .info-gen img {
  position: absolute;
  left: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.our-genre .info-gen h4 {
  color: #003154;
  font-weight: 600;
  margin-bottom: 6px;
}

.our-genre .info-gen p {
  margin-bottom: 0;
  font-size: 16px;
}

.our-genre .info-gen.gen2 {
  background: #f8f2e9;
}

.our-genre [class*="col"] {
  margin-bottom: 20px;
}

.our-genre .info-gen::before {
  position: absolute;
  content: "";
  background: url("../images/gen-bg2.png") no-repeat;
  background-size: 100%;
  width: 154px;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.8;
}

.our-genre .info-gen.gen2::before {
  background: url(../images/gen-bg3.png) no-repeat;
  background-size: 100%;
}

.our-genre {
  padding-block: 0 120px;
  position: relative;
  z-index: 1;
  margin-top: -40px;
}

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

.our-genre .container::before {
  position: absolute;
  content: "";
  background: url("../images/gen-bg1.png") no-repeat;
  width: 531px;
  height: calc(100% + 40px);
  background-size: cover;
  top: -140px;
  right: calc(100% - 190px);
  z-index: -1;
  opacity: 0.8;
}

.our-genre + .inner-cta {
  margin-bottom: 150px;
  position: relative;
  z-index: 1;
}

.our-genre + .inner-cta + .our-hire.ab-hire.book-hire .container::after,
.inner-cta + .our-port .container::after {
  position: absolute;
  content: "";
  background: #aae59e;
  width: 100%;
  height: 900px;
  bottom: calc(100% + 30px);
  left: calc(100% + 100px);
  z-index: -5;
}

.our-genre + .inner-cta {
  z-index: 2;
}

.our-edit {
  padding-top: 0;
  position: relative;
  z-index: 1;
}

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

.our-edit .container::before {
  position: absolute;
  content: "";
  background: url("../images/edit-bg3.png") no-repeat;
  width: 428px;
  height: 295px;
  background-size: 100%;
  left: -400px;
  top: -200px;
  z-index: -1;
}

.our-edit .container::after {
  position: absolute;
  content: "";
  background: url(../images/bg1.png) no-repeat;
  width: 126px;
  height: 108px;
  background-size: 100%;
  right: -150px;
  top: 0;
  z-index: -1;
}

.our-publish.our-market.our-edit2 .container::before {
  top: -100px;
  height: calc(100% + 120px);
}

.our-publish.our-market.our-edit2 {
  padding-block: 150px;
}

.our-publish.our-market.our-edit2 .container::after {
  background: url("../images/edit-bg2.png") no-repeat;
  width: 575px;
  height: 483px;
  background-size: 100%;
  right: calc(100% - 90px);
  bottom: -140px;
}

.inner-cta + .our-port {
  margin-block: 150px 120px;
}

.inner-cta + .our-port .container {
  position: relative;
  z-index: 1;
}

.our-publish.our-market.our-edit2 + .inner-cta {
  z-index: 2;
}

.inner-cta + .our-port .container::after {
  bottom: calc(100% + 100px);
}

.info-price.pri2 {
  background: #fcebd5;
  border: 4px solid #ff5d41;
}

.info-price.pri2 h6 {
  position: absolute;
  top: 12px;
  right: 12px;
  margin: 0;
  font-family: "Bricolage Grotesque", sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px 16px 4px;
  background: #ff5d41;
  display: flex;
  align-items: center;
  color: #fff;
  border-radius: 4px 0 4px 4px;
}
.info-price.pri2 a.btn.btn-red {
  background: #3b3b3b !important;
  border-color: #fff !important;
}

.info-price.pri3 {
  background: #ecf9ea;
}

.our-pricing {
  padding-top: 0;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -50px;
  margin: 0;
  left: 0;
  right: 0;
}

.owl-theme .owl-dots .owl-dot {
  width: auto;
}

.owl-theme .owl-dots .owl-dot span {
  width: 25px;
  height: 12px;
  transition: 0.3s all;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #3b3b3b;
  width: 50px;
}

.info-foot ul li a:hover {
  color: #ff5d41;
}

.info-foot ul li a {
  transition: 0.3s all;
}

.our-pricing + .inner-cta {
  z-index: 2;
}

.our-testimonials.our-contact .row {
  align-items: stretch;
}

.info-cont {
  height: 100%;
  width: calc(100% - 30px);
  padding: 50px 50px 0;
  background: #0069b2;
  background: linear-gradient(
    180deg,
    rgba(0, 105, 178, 1) 0%,
    rgba(0, 45, 76, 1) 100%
  );
}

.our-testimonials.our-contact {
  padding-bottom: 0;
}

.our-testimonials.our-contact .container::before {
  height: calc(100% + 100px);
}

.info-cont h2 {
  color: #fff;
  font-size: 2.625rem;
  line-height: 2.7rem;
  margin-bottom: 70px;
}

.info-cont h2 > span {
  font-weight: normal;
  line-height: 2.7rem;
  color: #f2c208;
  display: inline-block;
}

.info-cont h2 b {
  line-height: 2.4rem;
  display: inline-block;
}

.info-cont ul li {
  display: flex;
  align-items: start;
  gap: 18px;
  margin-bottom: 50px;
}

.info-cont ul li a,
.info-cont ul li span {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.6rem;
}

.info-cont ul li:first-child a {
  font-size: 2.125rem;
  line-height: 2rem;
}

.info-cont ul li:last-child {
  margin-bottom: 0;
}

.info-cont ul {
  margin-bottom: 90px;
}

.info-cont img.contbg1 {
  width: calc(100% + 80px);
  max-width: calc(100% + 80px);
  position: relative;
  left: -40px;
}

.info-cont2 {
  margin-top: 60px;
  width: calc(100% - 50px);
}

.info-cont2 .form-control {
  height: 54px;
  border: 1px solid #9fb0c1;
  margin-bottom: 20px;
}

.info-cont2 textarea.form-control {
  height: 150px;
  margin-bottom: 30px;
}

.info-cont2 button.btn.btn-blue {
  width: auto;
  display: table;
  margin-left: auto;
  padding-inline: 50px;
}

img.popoff {
  position: absolute;
  top: -85px;
  left: -100px;
  right: -20px;
  margin: auto;
  z-index: 2;
}

div.popupform .popup-content h3 + h5 {
  font-size: 1.125rem;
  margin-bottom: 20px;
}

a.logo {
}

a.logo img {
}

.our-publish .row-pub {
  align-items: start;
}

.info-price ul li:last-child {
  margin-bottom: 0;
}

.info-price .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #3b3b3b;
}

.info-price .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #f95454;
}

.info-price
  .mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #d35c55;
}

.thankyou-banner {
  text-align: center;
  background: url(../images/thanks-banner.jpg);
  display: -webkit-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  background-size: cover;
  line-height: 21px;
}

a.live-chat-thank {
  background: #ee2c5e;
  display: inline-block;
  border-radius: 50px;
  padding: 14px 70px;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 40px 0;
}
.thankyou-banner a {
  color: #2575bc;
  font-weight: bold;
}
.thankyou-banner h1 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 58px;
  color: #fff;
  margin-top: 20px;
}
.thankyou-banner a {
  color: #2575bc;
  font-weight: bold;
}
.thankyou-banner p {
  color: white;
  line-height: 30px;
  font-size: 19px;
}

a.logo-thankyou img {
  width: 400px;
}

.our-banner.inn-banner {
  background: #0069b2;
  background: linear-gradient(
    185deg,
    rgba(0, 105, 178, 1) 0%,
    rgba(0, 45, 76, 1) 100%
  );
  background-size: cover;
  padding: 80px 0;
}

.our-banner.inn-banner::before,
.our-banner.inn-banner::after {
  display: none;
}
.our-banner.inn-banner .info-banner {
  margin: 0;
}

.our-banner.inn-banner .info-banner h1 {
  margin: 0;
  color: #fff;
}

.content-page {
  border-bottom: 2px solid #ff5d41;
}

.content-page h5 {
  font-size: 2rem;
  font-weight: 700;
}

.content-page ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 15px;
}

.content-page p,
.content-page ul li {
  font-size: 1.125rem;
}

.hero-section {
  padding: 100px 0 100px;
  background:
    linear-gradient(45deg, black, #00000047), url(../images/banner.jpg);
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-copy p {
  max-width: 560px;
  margin-top: 20px;
  font-size: 17px;
  color: #fff;
}

.hero-actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 38px;
  max-width: 520px;
}

.hero-stats div {
  border-left: 3px solid var(--gold);
  padding-left: 14px;
}

.hero-stats strong {
  color: var(--navy);
  font-size: 30px;
  line-height: 1;
  display: block;
  font-family: "Playfair Display", "Times New Roman", serif;
}

.hero-stats span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.hero-book-stage {
  position: relative;
  height: 590px;
  max-width: 610px;
  margin-left: auto;
  overflow: hidden;
  perspective: 1200px;
  transform-style: preserve-3d;
  transform: rotateX(var(--hero-tilt-y, 0deg)) rotateY(var(--hero-tilt-x, 0deg));
  transition: transform 0.2s ease-out;
}

.hero-book-track {
  position: absolute;
  left: 7%;
  right: 3%;
  top: 0;
  display: grid;
  gap: 22px;
  animation: verticalBooks 16s linear infinite;
  will-change: transform;
}

.hero-book-stage:hover .hero-book-track {
  animation-play-state: paused;
}

.hero-book-row {
  display: flex;
  align-items: center;
  gap: 26px;
  min-height: 270px;
}

.hero-book-row:nth-child(even) {
  transform: translateX(45px);
}

.hero-section .contact-form {
  height: 100%;
  background: #00000080;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 28px;
  border-radius: 8px;
}

.hero-section h1 {
  font-size: 58px;
  line-height: 1.04;
  max-width: 650px;
  color: #fff;
}

.hero-section .hero-copy p {
  max-width: 560px;
  margin-top: 20px;
  font-size: 17px;
  color: #fff;
}

.hero-section .btn-gold {
  background: #007846;
  border-color: #007846;
  color: #fff;
  box-shadow: 0 10px 24px rgba(235, 169, 31, 0.28);
}

.btn {
  color: #fff;
  padding: 16px 30px;
  font-weight: 600;
  font-size: 1rem;
  margin-right: 6px;
  position: relative;
  background: #007846;
  text-transform: none;
  align-items: center;
  display: inline-flex;
  transition: 0.5s all;
  border-radius: 6px;
  overflow: hidden;
  border: none;
  text-transform: uppercase;
  border: 1px solid #007846;
  font-family: "Inter", sans-serif;
  gap: 5px;
  width: auto;
}

a.btn.btn-outline-green.btn-lg {
  background: #ff5d41;
  color: #fff;
}

.hero-section .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ff5d41;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}

.hero-section .eyebrow::before,
.hero-section .eyebrow::after {
  content: "";
  width: 28px;
  height: 2px;
  background: #ff5d41;
  display: inline-block;
}

.hero-section .btn-gold:hover,
.hero-section .btn-gold:focus {
  color: #fff;
  background: #ff5d41;
}

.hero-section h2 {
  font-size: 37px;
  line-height: 1.16;
  color: #fff;
  margin: 0px;
}

.hero-section .contact-form label {
  font-weight: 800;
  color: #fff;
  margin-bottom: 7px;
}

.hero-section .form-control,
.hero-section .form-select {
  border-radius: 8px;
  border: 1px solid rgba(7, 88, 76, 0.18);
  background: #fff;
  min-height: 48px;
  color: #000;
}

.hero-section textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

.hero-section .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

/* portfolio */

.port__con {
  text-align: center;
  color: #fff;
}

.port_top {
  padding: 49px 0 0px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.port__con .para {
  width: 70%;
  margin: 10px auto;
  color: #fff;
}

.port_img {
  width: 100%;
  height: 31vh;
  box-shadow: -3px 4px 15px 1px #444;
}

.port_item {
  text-align: center;
  margin: 0 10px;
}

.port_main {
  position: relative;
  padding-bottom: 30px;
}

.port_main:before {
  position: absolute;
  width: 50%;
  height: 140px;
  background: #ff5d41;
  content: "";
  bottom: 0;
  border-radius: 0px 15px 15px 0px;
}

.port_slider .slick-list.draggable {
  padding: 10px 0;
}

.portfolio {
  padding: 40px 0 80px;
  margin-bottom: -5vh;
  background: linear-gradient(45deg, black, #007846);
}

.portfolio section {
  padding: 0;

}

.port__con h2.heading {
    color: #fff;
}

.portfolio .banner_btns {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
}

.portfolio .themebtn.themebtn--alt {
  background: #007846;
  color: #fff;
  border: 1px solid #007846;
}

.portfolio .themebtn {
  background: #ff5d4100;
  border: 1px solid #ff5d41;
  color: #ff5d41;
}

.portfolio .themebtn.themebtn--alt:hover {
  background: #000 !important;
  color: #fff;
  border: 1px solid #000;
}

.portfolio .themebtn:hover {
  background: #000 !important;
  color: #fff;
}

.themebtn {
    color: #fff;
    padding: 16px 30px;
    font-weight: 600;
    font-size: 1rem;
    margin-right: 6px;
    position: relative;
    background: #00784600;
    text-transform: none;
    align-items: center;
    display: inline-flex;
    transition: 0.5s all;
    border-radius: 6px;
    overflow: hidden;
    border: none;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    font-family: "Inter", sans-serif;
}

.pricing-tab-main .col-md-12 {
    padding: 40px 36px 40px;
    background: #F3F2EA;
    border-radius: 40px;
}

.tab-pane { display: none; }

.tab-pane.active { display: block; }   

.second-tab-leftbullets , .second-tab-rightbullets {
    width: 48%;
    background: #fff;
    padding: 40px 40px 60px;
    border-radius: 10px;
    box-shadow: 0 10px 10px #00000014;
    position: relative;
}

.content-main-tab {
    display: flex;
    justify-content: space-between;
}

.content-main-tab h3 {
    font-size: 1.5rem;
}

.content-main-tab  li {
    clear: both;
    margin-top: 20px;
    color: #5e6d5c;
    padding-left: 8px;
    font-weight: 500;
    font-family: 'Inter' , sans-serif;
    position: relative;
    font-size: 1rem;
}

.content-main-tab li svg, .content-main-tab li i.fas {
    position: absolute;
    left: 0;
    top: 5px;
    color: #fd5e42;
    font-size: 16px;
}

.content-main-tab ul {
    margin-bottom: 0;
    list-style: disc;
    margin-left: 20px;
}

.pricing-tab-main .col-md-8.main-div {
    background: #f3f2ea;
    /* margin-left: -30px; */
    position: relative;
    z-index: 22;
    border-radius: 15px 15px 15px 0px;
    /* box-shadow: 0 0 15px #d0d0d0; */
}
   
.pricing-nav-container {
    padding: 0;
    background: #007846;
    border-radius: 15px 0px 0px 15px;
    margin-top: 40px;
}

.pricing-tab h2 {
    /* font-size: 32px; */
    color: #000;
    font-weight: 800;
    margin: 0;
    padding: 34px 54px 34px 34px;
    background: #eefaff;
    border-radius: 30px 0px 0px 0px;
    padding-bottom: 0;
}

.pricing-tab .nav-tabs {
    width: 100%;
    display: inline-block;
    /* padding-left: 10px; */
    padding-top: 30px;
    padding-bottom: 30px;
    border: 0;
}
.pricing-tab .nav-tabs li.active a {
    background: #fb6106;
    color: #fff !important;
}

.tab-price {
    font-weight: 600;
    font-size: 30px;
    color: #091a07;
    margin-bottom: 20px;
    display: none;
}

.second-tab-amount {
    position: absolute;
    bottom: -30px;
    margin-left: 0px;
}   

.second-tab-amount .btn {
    background: #ff5d41;
    border-color: #ff5d41;
}    

.content-main-tab-single .second-tab-leftbullets {
    width: 100%;
    margin-top: 20px;
}

.content-main-tab-single  .second-tab-amount {
    margin-left: 0;
}   
.content-main-tab-single .second-tab-leftbullets ul {
    margin-bottom: 30px;
}

.content-main-tab p {
    font-size: 1rem;
}

.pricing-tab .nav-tabs li a.active {background: #005a34;color: #00ff95;border-top: none;border-bottom: none;}

.pricing-tab .nav-tabs li {
    position: relative;
}

.pricing-tab .nav-tabs li:before , .pricing-tab .nav-tabs li:after {
    content: "";
    position: absolute;
    width: 88%;
    border-bottom: 1px dashed #04462b;
    right: 0;
    left: 0;  
    margin: 0 auto;
    bottom: 0;
}

.pricing-tab .nav-tabs li:after {
    border-color: #0d925b;
    bottom: -1px;
}  

.pricing-tab .nav-tabs li a.active:before {
    content: url('../images/tab-ico.png');
    position: absolute;
    left: 25px;
    top: 16px;
}

.pricing-tab .nav-tabs li a.active:after{
    content: "";
    position: absolute;
    left: -10px;
    width: 10px;
    height: 100%;
    background: #fd5e42;
    border-radius: 4px 0px 0px 4px;
    top: 0;   
} 

.second-tab-leftbullets:before, .second-tab-rightbullets:before {
    content: "";
    position: absolute;
    left: -10px;
    width: 10px;
    height: 48px;
    background: #fd5e42;
    border-radius: 4px 0px 0px 4px;
}

.second-tab-heading h2 {
    font-size: 50px;
    letter-spacing: -0.4px;
    margin: 0 0 20px;
    text-align: center;
    font-weight: 600;
}  

.second-tab-heading p.txtgrey {
    text-align: center;
}

section.price-design {
    margin-top: 40px;
    overflow-x: hidden;
}


.info-faq {
    text-align: center;
    margin-bottom: 40px;
}

.popupform {
    width:880px;
    padding: 30px 31px 110px;
    overflow: visible;
    background: url('../images/popupbg2.png') no-repeat scroll center top;  
    transform: scale(0.9);
}

.popupinn {
    max-width: 370px;
    position: relative;
    right: 40px;
    top: 0;
    float: right;
}   

.ppp-head {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    margin: 10px 0;
    background: #fe5d41;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
}

.ppp-head b {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.125rem;
    width: 50%;
    display: block;
    font-weight: 500;
    line-height: 1.2rem;
    font-family: 'Inter' , sans-serif;
}

.ppp-head h4 {
    width: 50%;
    margin: 0;
    color: #fe5d41;
    position: relative;
    z-index: 1;
    padding-left: 10px;
    font-family: "Inter", sans-serif;
    font-size: 2.5rem;
    text-align: left;
}

.ppp-head:After {
    content: "";
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    background: #0c1651;
}

.popupinn h5 {
    text-align: center;
    color: #fff;
    font-weight: 500;
}  

.popupform h2 {
     font-size: 21px;
     color: #fff;
     font-weight: 700;
     margin-bottom: 0;
     line-height: 35px;
     margin-top: 0;
     font-family: "Inter", sans-serif;
     text-align: center;
}

.popupform h2 b {
    display: block;
    background: #e22f07;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 1rem;
    color: #fff;
    line-height: normal;
    margin-top: 5px;
    font-family: "Inter", sans-serif;
}
 
.popupform .fancybox-close-small {
    border: none;
    background: #fe5d41;
    border-radius: 72px;
    text-align: center;
    box-shadow: #000 0 0 10px;
    right: 0;
    top: 0;
    padding: 5px;
    opacity: 1;
    width: 34px;
    height: 34px;
}

.popupform .fancybox-close-small svg {
    color: #fff;
}

.popupform .fancybox-close-small:after {
    color: #01876e ;
    font-size: 25px;
    right: 4px;
    background: transparent;
    padding-top: 0;
    font-size: 20px;
}
 
.popupform ul li {
    text-align: left;
    position: relative;
    width: 100%;
    margin: 8px 0 0;
    display: inline-block;
}

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

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

.popupform ul li.last {
    text-align: center;
    width: 100%;
}
  
.popupform ul li input[type="submit"] {
    background: #fe5d41;
    color: #fff;
    font-size: 18px;
    border: #ff5d41 1px solid;
    text-transform: uppercase;
    font-weight: 600;
    padding: 13px 50px;
    letter-spacing: 1px;
    font-family: "Inter", sans-serif;
    border-radius: 7px;
    outline: 0px none;
    width: 100%;
    display: block;
    line-height: normal;
}

.popupform ul li input[type="submit"]:hover {
    background: #e9482c;
    border-color: #e9482c;
}

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

footer.our-footer {
    width: 100%;
    z-index: 1;
    background: url(../images/footer-bg.jpg) no-repeat scroll center top #0c2529;
    margin: 0;
    position: relative;
    background-size: cover;
}

.footer-up {
    padding: 60px 0;
    width: 100%;
    position: relative;
    color: #bfd0bd;
  }

.footer-up p {
    color: #bfd0bd;
    max-width: none;
    margin: 0;
    font-size: 1rem;
}

img.ftr-sticker {
    margin-bottom: 20px;
}

.footer-up p {
    color: #bfd0bd;
    max-width: none;
    margin: 0;
    font-size: 1rem;
    position: relative;
    letter-spacing: -0.3px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

.footer-up .col-md-7 {
    padding-left: 80px;
    margin-top: 30px;
}

.footer-up h5 {
    color: #0d955d;
    font-size: 1.125rem;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 5px solid #007846;
    font-family: "Inter", sans-serif;
}

.footer-up ul {
    margin-top: 30px;
}

.footer-up ul li {
    margin-bottom: 10px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

.footer-up ul li a {
    color: #d1e3cf;
    transition: all ease-in-out 0.2s;
}

.footer-up ul li a:hover, .footer-up ul li a:active, .footer-up ul li a:focus {
    transition: all ease-in-out 0.2s;
    color: #00a35f;
}

.copyright {
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 30px 0;
    border-top: 1px solid #225e63;
}

.copyright .row {
    align-items: center;
}

.copyright * {
    font-size: 15px;
    color: #d1e3cf;
    font-family: "Inter", sans-serif;
}

.copyright p {
    margin: 0;
}

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

.copyright ul li {
    margin-left: 11px;
}

.copyright ul li.sep {
    top: 2px;
    position: relative;
}

.footer-up .coninfo li b svg {
    width: 17px;
    height: 17px;
    background: #ff5d41;
    padding: 10px 10px;
    border-radius: 100px;
    color: #fff;
}

.footer-up .coninfo li a b {
    color: #fff;
    font-size: 14px;
}

.footer-up ul li b {
    display: block;
    font-weight: normal;
}

.footer-up .coninfo li {
    display: flex;
    gap: 15px;
}

.footer-up ul {
    margin-top: 30px !important;
}

.footer-up ul li a svg {
    width: 10px;
    height: 10px;
    vertical-align: baseline;
}

.row.no-align {
    align-items: unset;
}


img.pymnt {
    width: 80%;
    margin-top: 15px;
}