@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*Main Css */
::selection {
  background: #43ae75;
  color: #fff;
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
  background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background-color: #5FD797;
}

/* Tabbing CSS */
[class^=box-] {
  display: none;
}

[class^=box-].showfirst {
  display: block;
}

/* Accordion CSS */
.myaccordion li .faq-opt {
  display: none;
}

.myaccordion li.active .faq-opt {
  display: block;
}

.myaccordion li.active .faq-ang h4:before {
  content: "\f077";
}
html{
    overflow-x:hidden !important;
}
body {
  font-family: "Coolvetica Rg";
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  overflow-x:hidden;
}

p, .mainBanner ul li, .custom-box h4, .testi-box h5, .testi-box h6, .pckg-box ul li {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: normal;
}

*:hover,
*:focus,
* {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

a,
input[type=submit] {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  display: inline-block;
  cursor: pointer;
}

a:hover {
  color: #ff5e14;
}

span {
  display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
  background: transparent;
  border: none;
  border-radius: 0px;
  font-family: "Roboto";
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  opacity: 1;
}

/* Padding Classes */
.pad-zero {
  padding: 0px;
}

.pad-l-zero {
  padding-left: 0px;
}

.pad-r-zero {
  padding-right: 0px;
}

.ovr-hiddn {
  overflow: hidden;
}

.overlay:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.money-back img {
    margin: 1rem 0;
}
.overlay {
  display: none;
}

.overlay.active {
  display: block;
}

/* Heading Classes */
.hding-1 h1 {
  font-size: 75px;
  font-weight: 700;
  line-height: 75px;
}

.highlighted {
  color: #ff5e14;
}

/* Custom Slick Css */
.slick-list {
  margin: 0 -15px;
}

.slick-slide {
  margin: 0 15px;
}

.slick-dots {
  padding: 50px 0 0;
  text-align: center;
}

.slick-dots li {
  margin: 0 20px 0 0px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
  color: #fff;
  opacity: 1;
  font-size: 20px;
}

.slick-dots li button {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  padding: 0px;
  background: #d6d6d6;
  border: none;
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  box-sizing: border-box;
}

.slick-dots li.slick-active button {
  background: #f3c919;
  width: 11px;
  height: 11px;
}

/*header css*/
header {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  padding: 30px 0;
  position: absolute;
  width: 100%;
  z-index: 3;
}

.logo {
  display: inline-block;
}

.logo img {
  display: block;
}

/* Hamburger Menu */
.menu-Bar {
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0px;
  margin: auto;
  z-index: 22;
  display: none;
}

.menu-Bar span {
  display: block;
  height: 4px;
  width: 100%;
  background: #5FD797;
  position: absolute;
  transition: 0.6s all;
  border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
  top: 0;
}

.menu-Bar span:nth-child(2) {
  top: 8px;
  transform-origin: left;
}

.menu-Bar span:nth-child(3) {
  top: 16px;
}

.menu-Bar.open span {
  background: #b70404;
}

.menu-Bar.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
  transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
  transform-origin: right-center;
}

/* Menu Css */
.menu {
  font-size: 0px;
  display: inline-block;
  vertical-align: middle;
}

.menu li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 18px;
}

.menu li a {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #464646;
}
.call-btn i {
    transform: rotate(90deg);
    padding: 0 !important;
} 
.menu li:hover a,
.menu li.active a {
  color: #464646;
}

/* Menu Dropdown CSS */
.dropdown-nav {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}

.dropdown-nav:hover {
  overflow: visible;
}

ul.dropdown {
  position: absolute;
  width: 100%;
  left: 0px;
  margin: auto;
  background: #fff;
  padding: 20px;
  text-align: left;
  border-radius: 2px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.0784313725);
  opacity: 0;
  animation: btotreverse 0.5s forwards;
}

ul.dropdown li {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

ul.dropdown li a {
  padding: 0;
  font-size: 14px;
  color: #000 !important;
  display: block;
  width: 100%;
  margin: 0px 0 15px;
  text-align: center;
  font-weight: 600;
  background: transparent !important;
}

ul.dropdown li.last a {
  margin-bottom: 0px;
}

ul.dropdown li a:hover {
  color: #000 !important;
}

.dropdown-nav:hover ul.dropdown {
  animation: btot 0.5s forwards;
  z-index: 9;
}

/* Dropdown CSS*/
@keyframes btotreverse {
  0% {
    top: 75px;
    opacity: 1;
  }
  100% {
    top: 115px;
    opacity: 0;
  }
}
@keyframes btot {
  0% {
    top: 115px;
    opacity: 0;
  }
  100% {
    top: 40px;
    opacity: 1;
  }
}
.resume-btn {
  width: 233px;
  height: 50px;
  border: 1px solid #0e4427;
  border-radius: 6px;
  font-family: "Inter" !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 50px !important;
  color: #fff !important;
  text-align: center;
  position: relative;
  z-index: 1;
  background:#0e4427;
}


.resume-btn:hover {
  transform: scale(1.02);
  color:#fff !important;
  
}

.call-btn {
  font-family: "Inter" !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  color: #181818 !important;
  padding-left: 35px;
}
.call-btn i {
  padding-right: 5px;
}

/* Main Banner CSS */
.mainBanner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 160px;
  padding-bottom: 35px;
}
.mainBanner h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 62px;
  color: #1A1C1D;
  margin-right: -150px;
  position: relative;
  z-index: 1;
}
.mainBanner h1 span {
  color: #43ae75;
  display: inline;
}
.mainBanner p {
	font-style: normal;
	font-weight: 300;
	font-size: 22px;
	line-height: 32px;
	color: #5F6061;
	padding: 20px 0;
}
.mainBanner ul li {
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  color: #5F6061;
  padding-bottom: 15px;
  padding-left: 15px;
  position: relative;
}
.mainBanner ul li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #5F6061;
  border-radius: 50%;
  top: 6px;
  left: 0;
}
.mainBanner .banner-btns {
  padding: 10px 0 15px;
}
.mainBanner .banner-btns a {
  margin-right: 5px;
}
.trust-img img {
    width: 400px;
}
.theme-btn1 {
    /*width: 251px; */
    border: 1px solid #0e4427;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 5%);
    border-radius: 6px;
    font-family: "Inter";
    font-weight: 600;
    font-size: 20px;
    color: #fff !important;
    /* line-height: 67px; */
    /* text-shadow: 1px 1px 0px rgb(255 255 255 / 50%); */
    /* height: 67px; */

    position: relative;
    z-index: 1;
    text-align: center;
    padding: 22px;
    background:#0e4427;
    
}
.theme-btn1:hover {
    transform:scale(1.03);
}



.theme-btn2 {
  /*width: 251px;*/
  /*height: 67px;*/
  border: 1px solid #0e4427;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  font-family: "Inter";
  font-weight: 600;
  font-size: 20px;
  color: #0e4427;
  /*line-height: 67px;*/
  /*text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);*/

  position: relative;
  z-index: 1;
  text-align: center;
  padding: 22px;
}


.theme-btn2:hover {
  transform:scale(1.03);
  color:#0e4427;
}
.lp-sec12 a.theme-btn2 {
    color: white !important;
    border-color: white !important;
}
.lp-sec7 .theme-btn1, .lp-sec12 .theme-btn1, .lp-sec3 .theme-btn1 {
    background: #1c7847;
}
.custom-list {
  font-size: 0;
  margin: 0 -10px;
}
.custom-list li {
  display: inline-block;
  width: 25%;
  padding: 0 10px;
  vertical-align: middle;
}
.custom-list li:nth-child(1) {
  background: #0E4427;
}
.custom-list li:nth-child(2) {
  background: #20643F;
}
.custom-list li:nth-child(3) {
  background: #38885D;
}
.custom-list li:nth-child(4) {
  background: #4C9A70;
}

.custom-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 15px;
}
.custom-box .icon {
  margin-right: 25px;
    margin-left: 8px;
}
.custom-box h4 {
      font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 26px;
    color: #FFFFFF;
}

.lp-sec1 {
  background: linear-gradient(89deg, rgb(14, 68, 39) 26%, rgb(76, 154, 112) 71%);
}

.common-heading {
  text-align: center;
  padding-bottom: 50px;
}
.common-heading h6 {
  font-family: "GT Walsheim Pro";
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #455A64;
}
.common-heading h2 {
  font-weight: 400;
  font-size: 60px;
  line-height: 72px;
  color: #1A1C1D;
  padding-bottom: 15px;
}
.common-heading p {
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  color: #5F6061;
}

.lp-sec2 {
  padding: 55px 0;
}

.career-horizons {
  text-align: center;
  padding: 0 15px;
}
.career-horizons img {
  transition: 0.3s ease-in-out;
}
.career-horizons:hover img {
  transform: scale(1.05);
}
.career-horizons h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: #1A1C1D;
  padding: 15px 0;
  text-transform: capitalize;
  margin:0 20px;
}
.career-horizons p {
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
  color: #5F6061;
}

.lp-sec3 {
  padding: 105px 0;
  text-align: center;
  background-image: url("../images/bg-hr.webp");
  background-size: cover;
  background-position: center;
}
.lp-sec3 h2 {
  font-weight: 400;
  font-size: 45px;
  line-height: 50px;
  color: #FFFFFF;
}
.lp-sec3 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
  padding: 20px 0 30px;
}
.lp-sec3 a {
  margin-right: 10px;
}
.lp-sec3 .theme-btn1:hover {
  color: #fff;
}

.lp-sec4 {
  padding: 60px 0 80px;
}
.lp-sec4 .lp-sec4-pad {
  padding: 0px 0 0 19%;
}
.lp-sec4 .common-heading {
  padding-bottom: 45px;
}
.lp-sec4 .btns a {
  /*width: 250px;*/
  /*height: 67px;*/
  /*line-height: 67px;*/
  margin-right: 10px;
}

.work-samples {
  padding-bottom: 30px;
  padding-right: 35px;
}
.work-samples h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  color: #48494A;
  padding-bottom: 10px;
}
.work-samples p {
  font-size: 16px;
  line-height: 28px;
  color: #5F6061;
}

.work-slider-box {
  background-image: url("../images/bg-hr.webp");
  padding: 150px 0;
  margin-left: 100px;
}
.work-slider-box .work-slider {
  margin-left: -100px;
  margin-right: 100px;
}
.work-slider-box .work-slider .slick-slide {
  margin: 0 5px;
}
.work-slider-box .work-slider img {
  width: 100%;
}
.work-slider-box .work-slider a {
  display: block;
}

.pckg-box.sealbox::before {
        content: '';
    position: absolute;
    left: 6px;
    top: -9px;
    background: url(../images/most-popular.png) no-repeat;
    width: 108px;
    height: 108px;
}
.pckg-box {
    text-align: center;
    padding: 30px 20px;
    transition: 0.3s ease-in-out;
    /* border-radius: 0 41px; */
    border: 2px solid #D8D8D8;
    border-radius: 10px;
    position:relative;
}
.pack-badge {
    background: #ffffff;
    padding: 0.6rem 1.4rem;
    color: black;
    border-radius: 100px;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: fit-content;
    font-weight: 400;
    font-family: 'Inter';
    font-size: 16px;
    border: 2px solid #d8d8d8;
    transition: .5s ease;
}
.pckg-box.popular {
    background: #E9FFEF;
    border-color: #1C7B48;
}

.popular .pack-badge {
    background: #0e4427;
    color: white;
    border-color: #0e4427;
}
.pckg-box:hover {
  background: #E9FFEF;
  border-color: #1C7B48;
}
.pckg-box:not(.popular):hover .pack-badge {
   
  background: #E9FFEF;
  border-color: #1C7B48;
}
.pckg-box h4 {
    font-weight: 400;
    /* font-size: 25px; */
    line-height: 30px;
    color: #000000;
    /* background: #000000; */
    padding: 23px 0 11px;
    font-size: 28px;
}
.pckg-box p {
        font-weight: 400;
    font-size: 15px;
    color: #1C1C1C;
    margin-bottom: 25px;
    display: none;
}
.pckg-box h2 {
  font-weight: 400;
    font-size: 85px;
    line-height: 86px;
    letter-spacing: 0.05em;
    color: #000;
    display: none;
}
.pckg-box:hover h2 {
  color: #000;
}
.pckg-box ul {
  margin: 20px 0 30px;
  max-height: 304px;
    overflow-y: auto;
    min-height: 276px;
}
.pckg-box ul li {
        font-weight: 400;
    font-size: 14px;
    line-height: 1.4em;
    color: #5F6061;
    padding: 8px 10px;
    border-bottom: 1px solid #f1f1f1;
}
.pckg-box:hover ul li {
  color: #000;
}
.pckg-box .pckg-btn {
      width: 100%;
    border: 1px solid #ffc424;
    font-weight: 500;
    font-size: 24px;
    line-height: 39px;
    color: #000;
    text-align: center;
    background: #ffc424;
    padding: 14px;
}
.pckg-box:hover .pckg-btn {
  background-color: #0e4327;
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0px 1px 2px rgb(0 0 0 / 5%);
    border-color: #000;
}

.pckg-sec-btns {
  text-align: center;
  margin-top: 40px;
}
.pckg-sec-btns a {
  margin: 0 5px;
}

.lp-sec6 {
  padding: 55px 0 55px;
}
.lp-sec6 .common-heading {
  padding-bottom: 35px;
}








.job-opportunities img {
  width: 100%;
}

.lp-sec7 {
  padding: 105px 0;
  text-align: center;
  background-image: url("../images/bg-consultation.webp");
  background-size: cover;
  background-position: center;
}
.lp-sec7 h2 {
  font-weight: 400;
  font-size: 60px;
  line-height: 50px;
  color: #FFFFFF;
}
.lp-sec7 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
  padding: 20px 313px 30px;
}
.lp-sec7 a {
  margin-right: 10px;
}
.lp-sec7 .theme-btn1:hover {
  color: #fff;
}

.lp-sec8 {
  padding: 80px 0;
}
.lp-sec8 .active p {
  display: block !important;
}
.lp-sec8 .active span {
  background: #1C7B48 !important;
}

.career-hunt {
  padding: 25px;
  background: #FFFFFF;
  box-shadow: 0px 1px 4px 1px rgba(155, 155, 155, 0.46);
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  min-height: 385px;
}
.career-hunt .img-box {
  position: relative;
}
.career-hunt .img-box span {
  width: 40px;
  height: 40px;
  background: #000;
  border: 4px solid #FFFFFF;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  transition: 0.3 ease-in-out;
}
.career-hunt h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 34px;
  color: #1C1C1C;
  padding-top: 30px;
}
.career-hunt p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #5F6061;
  padding-top: 15px;
 
  transition: 0.3 ease-in-out;
}

.career-hunt:hover span {
  background: #1C7B48 !important;
}

.lp-sec9 {
  background-image: url("../images/bg-testi.webp");
  background-size: cover;
  background-position: center;
  padding: 35px 0;
}
.lp-sec9 .slider-nav {
  width: 15%;
}
.lp-sec9 .slider-nav li {
  border-radius: 50%;
  background-color: #686868;
  border: 3px solid transparent;
}
.lp-sec9 .slider-nav .slick-slide.slick-current.slick-active li {
  border: 3px solid #1C7B48;
  background-color: #686868;
}

.testi-box h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  color: #FFFFFF;
  padding-top: 20px;
}
.testi-box .quote {
  margin: 40px 0 20px;
}
.testi-box p {
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
  padding-bottom: 20px;
}
.testi-box h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  padding-bottom: 5px;
}
.testi-box h6 {
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}
.testi-box .img-box {
  display: flex;
  justify-content: flex-end;
}

.lp-sec10 {
  padding: 60px 0;
}
.lp-sec10 h2 {
  font-family: "GT Walsheim Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #455A64;
  padding-bottom: 35px;
}
.lp-sec10 .award-list {
  font-size: 0;
  margin: 0 -15px;
}
.lp-sec10 .award-list li {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  padding: 0 15px;
}

.lp-sec11 {
  padding-bottom: 80px;
}

/* accordion css */
ul.accordian {
	width:100%;
}
ul.accordian li {
    border-bottom: 1px solid #F3F3F3;
    padding-top: 25px;
}
.accordian li h4 {
  margin-bottom: 15px;
    border-top-right-radius: 45px;
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    padding-bottom: 11px;
}

.accordian h4::after {
  font-family: "Font Awesome 5 Pro";
    font-size: 24px;
    position: absolute;
    top: 0;
    right: 0%;
    line-height: normal;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    content: "\f0d7";
    color: #323232;
}

.accordian p {
  color: #5F6061;
    font-size: 15px;
    line-height: 28px;
    padding-right: 150px;
    padding-bottom: 30px;
    font-weight: 400;
}

.accordian li > div {
  display: none;
}

.accordian li.active h4::after {
  color: #3B9866;
  content: "\f0d8";
}

.lp-sec12 {
  background-color: #000;
  padding: 0px 0;
  position: relative;
}
.lp-sec12 h4 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  padding-bottom: 25px;
}
.lp-sec12 a {
  margin-right: 5px;
}
.lp-sec12 .money-back {
  text-align: right;
}
.lp-sec12::before {
  position: absolute;
  content: "";
  background-color: #4C9A70;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  clip-path: polygon(32.76% 0px, 100% 0px, 100% 100%, 0% 100%);
}

.footer {
  margin-top: 60px;
}
.footer .container {
  border-top: 1px solid #9691913d;
}
.footer p {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 14px;
  color: #707070;
  padding: 25px 0;
}
.footer .pay {
  padding-top: 13px;
}







.overlay{background-color: rgba(0, 0, 0, 0.5);bottom: 0;left: 0;position: fixed;right: 0;top: 0;z-index: 9999999;display: none;}
.popupmain{
    position: fixed;
    top: 49%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 853px;
    height: 588px;
    /* height: 425px; */
    background: #fff;
    box-shadow: 0px 0px 30px -9px #0000006e;
    z-index: 9999999;
    overflow: hidden;
    display: none;
    }
.mmpopup{text-align: center;padding:47px 28px 0 0;}
.mmpopup .imgbx{width: 30%;}

.mmpopup .imgbx img{ width: 290px;  max-width: initial; }
.mmpopup .formpop{margin: auto;}
.mmpopup .fld-input{height: 60px;width: 100%;margin-bottom: 9px;border-radius: 4px;}

.mmpopup .fld-input.textarea{height: 80px;}
.mmpopup .fld-input textarea{ width: 100%; height: 100%; padding: 0 24px; font-size: 16px; letter-spacing: 0.2px; padding-top: 10px; resize: none;  }
.mmpopup .centercont h3{ font-size: 38px; color: #141515; margin-bottom: 10px; }
.mmpopup .centercont h4{ font-size: 20px; color: #566060; margin-bottom: 15px; }
.mmpopup .centercont h4 span{color: #86cb92;}
.mmpopup .centercont h4 span span{ display: none; }
.mmpopup .centercont p{color: #727272;font-size: 18px;margin-bottom: 120px;line-height: 20px;}
.mmpopup .calldvs i{background: url(../images/popup/callico.jpg) no-repeat;width: 42px;height: 42px;display: block;margin-bottom: 10px;filter: hue-rotate(100deg);}
.mmpopup .calldvs span{ font-size: 13px; color: #566060; }
.mmpopup .calldvs a{font-size: 26px;color: #86cb92;font-weight: 400;margin-top: 5px;font-weight: 600;}

.closeico{ position: absolute; top: 15px; right: 20px; z-index: 9999; }
.closeico i{ background: url(../images/e-remove.png) no-repeat; width: 16px; height: 16px; display: block; }
.closeico1{ position: absolute; top: 15px; right: 20px; z-index: 9999; }
.closeico1 i{ background: url(../images/e-remove.png) no-repeat; width: 16px; height: 16px; display: block; }

.mmpopup .centercont p{margin-bottom: 10px;line-height: 23px;color: #565656;max-width: 390px;margin: auto;display: block;padding-bottom: 20px;position: relative;margin-bottom: 28px;}
.mmpopup .centercont ul{margin-bottom: 30px;display: inline-block;vertical-align: middle;text-align: left;padding: 27px 49px 27px 24px;background: #ffffff;border-radius: 10px;margin-right: 20px;}
.mmpopup .centercont ul li{display: block;font-size: 15px;color: #000000;padding-bottom: 12px;}
.mmpopup .centercont ul li.last{padding-bottom:0;}
.mmpopup .centercont ul li i{color: #ff533e;border: 1px solid;border-radius: 100px;margin-right: 8px;font-size: 10px;padding: 3px;}
.mmpopup .centercont h4{font-size: 35px;color: #78c036;}
.mmpopup .centercont h3{    font-size: 40px;
    font-weight: normal;
    color: #000000;
    margin-bottom: 16px;}
.mmpopup .centercont h3 strong{color: #5fd797;}
.mmpopup .centercont h3 span{display: block;margin: 0 5px;font-size: 30px;color: #000;}
.mmpopup .centercont h4 span{font-weight: normal;color: #000;font-size: 60px;}


.fld-input { border-style: solid; border-width: 1px; border-color: rgb(218 217 217); border-radius: 5px; background-color: rgb(255, 255, 255); width: 354px; height: 66px; margin-bottom: 20px; }
.fld-input input {font-family: 'Inter';width: 100%;height: 100%;padding: 0 24px;font-size: 16px;letter-spacing: 0.2px;}
.fld-input input::placeholder { color: #737373; font-weight: 400; }
.fld-btn button {border-radius: 5px;background-color: #5fd797;width: 100%;color: #fff;font-size: 18px;font-weight: normal;letter-spacing: 0.2px;text-transform: uppercase;cursor: pointer;transition: 0.5s;font-family: 'Coolvetica Rg';height: 66px;}
.fld-btn button i { padding-left: 12px; }
.fld-btn button:hover {background: #141414;color: #fff;background: #da3823;}

.mmpopup .centercont p:after {
  background-color: #78c036;
  width: 66px;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  }



.filters.filter-button-group {
    text-align: center;
    margin-bottom: 30px;
}
.grid-item {
    display: inline-block;
    height: 390px;
    overflow: hidden;
    text-align: center;
    width: 33.3%;
}
.filters.filter-button-group ul li {
    display: inline-block;
}
.filters.filter-button-group ul li.active a {
    background: #ff533e;
    color: #fff !important;
    border-color: #ff533e !important;
}
.filters.filter-button-group ul li a {
    display: block;
    padding: 14px 15px;
    border: 2px solid #000;
    color: #000;
    font-size: 15px;
    margin: 7px 5px;
    width: 210px;
    font-weight: normal;
    border-radius: 5px;
    font-weight: 600;
}

.isotope-pager a {
    border: 1px solid #000;
    padding: 10px 5px;
    width: 40px;
    margin: 4px;
    color: #000;
}
.isotope-pager:after, .isotope-pager:before {
    width: 420px;
    height: 2px;
    content: "";
    display: block;
    background: #0000001c;
    position: absolute;
    bottom: 24px;
    right: 0;
}
.isotope-pager:before {
    bottom: 24px;
    left: 0;
}
.isotope-pager:after {
    bottom: 24px;
    right: 0;
}
.isotope-pager:after, .isotope-pager:before {
    width: 420px;
    height: 2px;
    content: "";
    display: block;
    background: #0000001c;
    position: absolute;
    bottom: 24px;
    right: 0;
}
ul.rate>li {
    display: inline-block;
    padding-right: 10px;
}
ul.rate>li>a {
    color: #555555;
    font-size: 24px;
}
div#container {
    width: 99.9% !important;
    margin: 0 auto;
}
.pack-btns {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pack-btns a {
    
    width: 100%;
}

.pack-btns a:first-child {
    color: white;
}

.pack-btns a:first-child:hover {
    color: #000;
}
.grid-3{
	list-style: none;
    display: grid;
    gap: 1rem;
    padding: 2rem 0!important;
    height: fit-content!important;
    grid-template-columns: repeat(3, 1fr);
}


ul.grid-3 li {
    position: relative;
    transition: .5s ease;
}

ul.grid-3 li a:hover::before {
    background: #60d69787;
}
.pack-icons {
    display: flex;
    align-items: start;
    padding: 1rem 0;
    gap: 10px;
    font-size: 14px;
    font-weight: 400 !important;
    color: #757575;
    margin-top:10px;
    display: none;
}

.pack-icons img {
    width: 50px;
    margin-bottom: 10px;
}
ul.grid-3 li a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    transition: .5s ease;
}
section#pricing {
    padding: 100px 0;
}


.sec-pad.policysec {padding: 80px 0; margin-top: 100px;}
.mn-hd {font-size: 40px;font-weight: 300;font-style: normal;font-stretch: normal;line-height: 1.06;letter-spacing: -2.53px;color: #222222;}
.policysec h3 {font-size: 22px;font-weight: 500;font-style: normal;font-stretch: normal;line-height: 1.29;letter-spacing: -0.1px;color: #5fd797;margin: 20px 0 12px;}
.policysec p {margin-top: 20px;font-size: 16px;line-height: 1.5;color: #676767;}
.policysec ul li {font-size: 16px;font-weight: 400;font-style: normal;font-stretch: normal;line-height: 1.5;color: #676767;list-style: disc;margin-left: 18px;}

.checkbox-wrap{
    margin: 10px 0;
    display: block;
    text-align: left;
    line-height: 24px;
    font-size: 14px !important;
}

@media (max-width: 1650px) {
  .lp-sec4 .lp-sec4-pad {
    padding: 0px 0 0 16%;
  }
}
@media (max-width: 1550px) {
  .lp-sec4 .lp-sec4-pad {
    padding: 0px 0 0 14%;
  }
}
@media (max-width: 1440px) {
  .lp-sec4 .lp-sec4-pad {
    padding: 0px 0 0 7%;
  }
}
@media (max-width: 1280px) {
  .lp-sec4 .lp-sec4-pad {
    padding: 0px 0 0 7%;
  }
}
@media (max-width: 1200px) {
  img {
    max-width: 100%;
    height: auto;
  }
  .menu-Bar {
    display: block;
    top: 0px;
  }
  .menuWrap.open {
    display: flex;
    left: 0px;
  }
  .menuWrap {
    position: fixed;
    left: -210%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #5FD797;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    transition: all 0.4s ease;
    z-index: 3;
    width: 100vw;
  }
  ul.menu li {
    display: block;
  }
  ul.menu li a {
    margin-bottom: 10px;
    padding: 0;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    padding-right: 0px;
    margin-right: 0px;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
  }
  .logo img {
    max-width: 80%;
  }
  .container {
    position: relative;
  }
  header .main-header ul.menu > li {
    display: block;
    margin: 0px;
    padding: 0;
  }
  header .main-header ul.menu > li a {
    color: #fff!important;
    border-color: #fff;
  }
  header .main-header ul.menu > li a:before {
    display: none;
  }
}

section#whyus {
    background: #EDFFF5;
}


@media (max-width: 824px) {
    .banner-btns {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 1rem 0;
}

.banner-btns a {
    margin: 0 !important;
}
     .inner ul.menu {
    display: flex;
    align-items: center;
    gap: 10px;
    /* flex-direction: column; */
    width: 100%;
}

.inner header .main-header ul.menu > li a.call-btn {
    color: #333 !important;
    font-size: 14px !important;
    width: 100%;
}

.inner header .main-header ul.menu > li a.resume-btn {
    font-size: 14px !important;
    width: 100%;
}

.inner header .main-header ul.menu > li {
    width: 100%;
}

.inner a.logo {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}
    .grid-3 li.last{
        display:none;
    }
    .mainBanner p{
        font-size: 18px;
        line-height: 28px;
    }
	section#pricing {
    padding: 50px 0;
}
.grid-3{
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    padding:0 !important;
}
.filters.filter-button-group ul li {
    width: 100%;
}
.filters.filter-button-group ul li+li {
    width: 49%;
}
.filters.filter-button-group ul li a {
    width: 100%;
    margin: 2px 5px;
    font-size: 12px;
    border: 1px solid;
    padding: 10px;
}
.grid-item {
    height: 178px;
    width: 49%;
}
.isotope-pager a {
    padding: 5px;
    width: 24px;
    font-size: 13px;
}
.isotope-pager:after, .isotope-pager:before{
	content:none
}
img.popformimg {
    display: none;
}

.mmpopup {
    padding: 20px;
}
.popupmain {
    width: 90%;
        height: 470px;
}

.mmpopup .centercont h3 {
    font-size: 30px;
}

.mmpopup .centercont h4 span {
    font-size: 30px;
}

.mmpopup .centercont h4 {
    font-size: 25px;
}

.mmpopup .centercont p {
    font-size: 15px;
    margin: 0 40px 16px;
}

.mmpopup .fld-input {
    height: 40px;
}

.fld-btn button {
    height: 50px;
}

    
  header {
    padding: 15px 0;
  }
  .mainBanner {
    padding-top: 100px;
  }
  .mainBanner h1 {
        font-size: 30px;
    line-height: 35px;
    margin-right: 0;
  }
  .mainBanner p {
    padding: 15px 0;
  }
  .theme-btn1 {
    width: 100%;
    font-size: 20px;
    margin: 7px 0 !important;
  }
  .theme-btn2 {
        width: 100%;
    font-size: 20px;
    margin: 0 !important;
  }
  .custom-list li {
    width: 50%;
    padding: 0;
    
    height: 120px;
  }
  .custom-box {
    display: block;
    padding: 15px 27px;
    text-align: center;
  }
  
  .custom-box .icon {
    margin: 0 0 9px 0;
}
  .lp-sec3 h2 br {
    display: none;
}
  .custom-box h4 {
    font-size: 15px;
    line-height: 1.2em;
    margin: 0;
  }
  .common-heading h2 {
    font-size: 30px;
    line-height: 35px;
    padding-bottom: 15px;
  }
  .common-heading h6 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 2px;
  }
  .lp-sec2 {
    padding: 35px 0;
  }
  .common-heading {
    padding-bottom: 20px;
  }
  .career-horizons {
    margin-bottom: 25px;
  }
  .lp-sec3 {
    padding: 35px 0;
  }
  .lp-sec3 h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .lp-sec4 {
    padding: 35px 0 45px;
  }
  .lp-sec4 .lp-sec4-pad {
    padding: 0;
  }
  ul.accordian {
    padding: 0 30px;
	}
  .work-samples h4 {
    font-size: 25px;
    padding-bottom: 5px;
  }
  .work-samples {
    padding-bottom: 25px;
    padding-right: 0;
    text-align: center;
  }
  .lp-sec4 .btns a {
    width: 100%;
    margin-bottom: 15px;
  }
  .work-slider-box {
    padding: 30px 0;
    margin-left: 110px;
  }
  .pckg-box ul {
    margin: 20px 0;
  }
  .pckg-box ul li {
    padding-bottom: 15px;
  }
  .pckg-box h4 {
    font-size: 28px;
  }
  .pckg-box p {
    font-size: 18px;
    padding: 10px 0 0;
    line-height:28px;
  }
  .pckg-box {
    padding: 15px;
    margin-bottom: 30px;
    margin-top: 10px;
    
  }
  
  .pckg-sec-btns {
    margin-top: 20px;
  }
  .lp-sec6 {
    padding: 40px 0 35px;
  }
  .lp-sec7 {
    padding: 30px 0;
  }
  .lp-sec7 h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .lp-sec7 p {
    padding: 15px 0;
  }
  .lp-sec8 {
    padding: 35px 0;
  }
  .career-hunt {
    margin-bottom: 15px;
  }
  .testi-box h4 {
    font-size: 30px;
    line-height: 35px;
    padding-top: 0;
  }
  .testi-box .quote {
    margin: 15px 0 15px;
  }
  .testi-box .img-box {
    margin: 15px 5%;
  }
  .lp-sec9 .slider-nav {
    width: 100%;
  }
  .slider-nav {
    text-align: center;
  }
  .lp-sec9 .slider-nav li {
    width: 50px!important;
    height: 50px;
  }
  .arr-left {
    bottom: -38px;
    left: 0%;
  }
  .arr-right {
    bottom: -38px;
    left: unset;
    right: 0;
  }
  .lp-sec10 {
    padding: 35px 0;
  }
  .lp-sec10 h2 {
    font-size: 18px;
    letter-spacing: 2px;
    padding-bottom: 15px;
  }
  .lp-sec10 .award-list{
    text-align: center;
    padding: 0 15px;
  }
  .lp-sec10 .award-list li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .accordian p {
    font-weight: 400;
  }
  .accordian p {
    padding-right: 0;
  }
  .accordian li h4 {
    padding-right: 15px;
    font-size: 18px;
    line-height: 1.3em;
  }
  .lp-sec11 {
    padding-bottom: 30px;
  }
  .lp-sec12 {
    padding: 35px 0 0;
    text-align: center;
  }
  .lp-sec12 .money-back {
    text-align: center;
  }
  .footer {
    margin-top: 30px;
    text-align: center;
    padding-bottom: 15px;
  }
  .footer .text-right {
    text-align: center;
  }
  .footer p {
    padding: 25px 0 0;
    font-size: 11px;
  }
  .money-back img {
    width: 117px;
	}
	.banner-img {
    display: none;
	}
	.custom-list {
     margin: 0 0 !important; 
	}
	.testi-box .img-box img {
		width: 110px;
		margin: 0 auto 20px;
	}
}

/*# sourceMappingURL=style.css.map */
