@charset "utf-8";
/* CSS Document */
:root {
--main-color:#329D65;
--secondary-color:#FFFDF0;
--secondary-dark:#FCDD2D; 
--main-light:#E5F2EB;
  --gray-bg:#F5F5F5;
  --text-color:#303B36;
  --sub-text-color:#75807B;
  --white-text:#fff;
   
}
body{
    font-family: "Montserrat", Gotham, "Helvetica Neue", Helvetica, Arial,sans-serif;
    font-weight: 400;
}
a:hover{
  text-decoration: none;
  color: inheirt;
}
img{
  max-width: 100%;
}
.roboto-regular, .parastyle, .jobdetailsBottom {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.roboto-medium {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-regular, .section-title  span   {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-bold, .section-title {
  font-family: "Protest Riot", sans-serif;
  /*font-weight: 700;*/
  font-style: normal;
}
.copyright {
  margin: 0px;
}
.elliot{
  color: #999;
  font-size: 12px;
}
.jobdetailsTitle{
 font-family: "Protest Riot", sans-serif;
}
.jobdetailsTop, .terms {
     width: 100% !important; 
    
}
.secondary-gradient{
background: linear-gradient(to bottom,  rgba(255,253,240,0) 0%,rgba(255,253,240,1) 100%);
}
.banner-wrapper {
  background-color: var(--main-color);
  
  background-position: center left;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
  .banner-wrapper, .support-box, .contact-us__left-in {
  background-image: url("../images/banner-line.svg");
  background-repeat: no-repeat;
   background-position: center center;
}
.banner-image {
  padding-top: 75%;
  width: 100%;
  position: relative;
  
}
.banner__item-rht{
  max-width: 500px
}
.banner-image img{
  position: absolute;
  top: 0;
  left: 0;
}
.title__grp{
  margin-bottom: 30px;
}
.banner__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--white-text);
}
.banner__item-lft {
  padding-left: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.banner__dispn.roboto-regular {
  font-size: 1rem;
  color: var(--white-text);
  opacity: .85;
}
.banner-section {
  position: relative;
}
.banner-section::after {
  content: "";
  background: var(--secondary-color);
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  height: 25%;
  z-index: 0;
}
.banner-section .container{
  position: relative;
  z-index: 2;
}
.btn.custom-btn {
  border-radius: 10px;
  background: var(--secondary-dark);
  color: var(--text-color);
  font-size: .875rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.btn.custom-btn:hover {
  background: var(--secondary-color)
}
.crsil-item  {
  display: none;
}
.crsil-item:first-child,  .slick-initialized .crsil-item{
  display: block;
}
.main__nav-li {
  text-transform: uppercase;
  font-size: .875rem;
}
.main__nav-li .nav-link.active::after {
  content: "";
  height: 3px;
  background: var(--main-color);
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  border-radius: 3px;
  width: 20px;
  margin-left: -10px;
}
.main__nav-li .nav-link.active::before {
content: "";
  width: 4px;
  background: var(--main-color);
  display: block;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-radius: 3px;
  margin-left: 12px;
}
.main__nav-li .dropdown-item {
  font-size: .875rem;
  font-weight: 500;
  color: var(--sub-text-color);
}
.main__nav-li .nav-link {
  font-weight: 500;
  color: var(--text-color);
}
.main__nav-li .nav-link:hover{
  color: var(--main-color);
}
.main__nav-li .nav-link.active {
  color: var(--main-color);
  position: relative;
}
.header-block {
  padding: 15px 0;
}
.main-header {
  border-top: 5px solid var(--main-color);
}
.main__nav-li.dropdown .dropdown-menu{
  transition: top .2s ease-in .0s;
  transform: translateY(-20px);
}
.main__nav-li.dropdown.show .dropdown-menu{
  transform: translateY(0px);
}
.contact-top a, .contact-top {
  color: var(--sub-text-color);
  font-size: .875rem;
  font-weight: 500;
}

.social-link {
  display: block;
  width: 24px;
  height: 24px;
  background: var(--main-color);
  border-radius: 50%;
  color: var(--white-text);
  text-align: center;
  line-height: 24px;
  font-size: .875rem;
}
.social-link i {
  line-height: 24px;
}
.social-link:hover {
  color: var(--text-text);
  background: var(--secondary-dark);
}
.header-right .social-media {
  margin-left: 20px;
}
.social-li {
  margin: 0 5px;
}
.welcome-section {
  background: var(--secondary-color);
  padding: 80px 0 50px;
}
.parastyle {
  color: var(--sub-text-color);
  font-size: .875rem;
  line-height: 1.5;
    line-height: 1.7;
}
.section-title {
  font-size: 2.25rem;
  color: var(--main-color);
}
.section-title span{
  color: var(--text-color);
}
.welcome-section .section-title span{
  
  display: block;
}

.readmorelink {
  font-size: .875rem;
  color: var(--main-color);
}
.readmorelink:hover {
  color: var(--text-color);
}
.welcomebird {
  max-width: 113px;
  position: absolute;
  left: -153px;
  bottom: -70px;
}
.banner-shadow {
  width: 50%;
  height: 20px;
  background: #00000082;
  border-radius: 50%;
-webkit-filter: blur(10px); 
  filter: blur(10px);
  z-index: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  bottom: -10px;
}
.dot-pattern{
  background-image: url("../images/repeat-round.svg");
  background-repeat: repeat;
}
.bannerdot-left, .bannerdot-right {
  width: 47px;
  height: 166px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.bannerdot-right{
  right: 0;
  top:30%;
  left: inherit;
}
.section-sub-title {
  font-size: 1rem;
  color: var(--sub-text-color);
}
.service-section, .testi-section, .inner-hero:before{
  background-image: url("../images/double-line.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.service-section, .testi-section {
  padding: 50px 0;
  
}
.service__item {
  padding-left: 40px;
  height: 100%;
}
.service__icon {
  margin-left: -40px;
  min-width: 119px;
}
.service__item a {
  border-radius: 30px;
  background: var(--main-light);
  padding: 40px 0;
  height: 100%;
  position: relative;
  z-index: 1;
}
.service__item  .banner-shadow{
  left: 55%;
  opacity: .5;
}
.service__content {
  padding: 0 20px;
}
.service__item.service__item-1 a {
  background: var(--secondary-color);
}
.service__item:hover .banner-shadow {
  display: none;
}
.content_title {
  font-size: 1.375rem;
  color: var(--text-color);
}
.servlinkIcon {
  color: var(--main-color);
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.service__item .dot-pattern {
  width: 68px;
  height: 20px;
  position: absolute;
 
}
.service__item-1 .dot-pattern{
   left: 90px;
  bottom: -20px;
}
.service__item-2 .dot-pattern{
   right: 90px;
  top: -20px;
}
.service__item .parastyle{
  margin-bottom: 0;
}
.next-button, .prev-button {
  width: 38px;
  height: 38px;
  border: none;
  outline: none;
  color: var(--white-text);
  background-color: var(--main-color);
  border-radius: 50%;
  font-size: 1.25rem;
  margin: 5px;
}
.focused-left .section-title span {
  display: block;
}
.focused__item {
  max-width: 260px;
  width: 100%;
  padding-right: 20px;
  
}
.focused__item-in {
  height: 255px;
  border: 1px solid rgba(221,221,2221,.7);
  border-radius: 30px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  overflow: hidden;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  cursor: pointer;
  background-color: rgba(255,255,255,0.5);
}
.focused__content {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 100%;
  overflow: auto;
  padding: 13px;
  background-color: rgba(50,157,101,0.75);
  display: flex;
  transition: all .2s ease .0s;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
}
.focused__item-in:hover .focused__content{
  top: 0;
}
.focused__content .parastyle {
  color: var(--white-text);
  line-height: 1.5;
  align-self: center;
}
.focused__firstview {
  text-align: center;
  width: 100%;padding:15px;
}
.focused__icon {
  width: 100px;
  text-align: center;
  height: 60px;
  margin: 0 auto 20px;
}
.focused__icon img{
  margin: 0 auto;
}
.focused__firstview .content_title {
  font-size: 1rem;
  min-height: 40px;
  margin-bottom: 20px;
  line-height: 1.4;
}
.focused-section {
  margin: 50px 0;
  padding-top: 30px;
  position: relative;
}
.focused-section::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 85%;
  background: var(--gray-bg);
  z-index: 0;
}
.focused-section::after, .contact-us__right   {
  background-image: url("../images/dark-line.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.focused-section .container-fluid {
  z-index: 1;
}
.focused-wraper {
  margin-right: -15px;
  z-index: 2;
}
.ring-circle {
  width: 150px;
  height: 75px;
  border-top-left-radius: 190px;
  border: 15px solid;
    border-bottom-width: 15px;
    border-bottom-style: solid;
    border-bottom-color: currentcolor;
  border-bottom: none;
  border-top-right-radius: 190px;
}
.ring-circle.green-circile {
  border-color: var(--main-color);
}
.ring-circle.yellow-circile {
  border-color: var(--secondary-dark);
}
.focused-section .ring-circle.green-circile {
  transform: rotate(180deg);
  position: absolute;
  right: 0;
  top: -30px;
  z-index: 0;
}
.focused-section .ring-circle.yellow-circile {
  position: absolute;
  bottom: 17%;
  left: -5%;
}
.focused-left .section-title {
  margin: 20px 0;
}
.focusBird {
  position: absolute;
  bottom: 24%;
  right: 6%;
  z-index: 1;
}
.testi-wrp {
  max-width: 500px;
  margin: 0 auto ;
  text-align: center;
}
.testirating{
  width: 88px;
  height: 12px;
  margin: 0 auto 20px;
  background-image: url("../images/rating.svg");
  background-repeat: no-repeat;
}

.testi-item {
  background: var(--secondary-color);
  padding: 30px 30px;
  border-radius: 30px;
}
.test-author__name.poppins-bold {
  font-size: 1rem;
  color: var(--main-color);
}
.test-author__pstn.parastyle {
  margin-bottom: 0;
}
.slick-dots button {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  border: none;
  outline: none;
  text-indent: -100px;
  padding: 0;
  background: #CBCDCC;
}
.slick-dots {
  list-style: none;
  margin: 10px auto;
  padding: 0;
  text-align: center;
  white-space: nowrap;
}
.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 3px;
}
.slick-dots .slick-active button {
  background: var(--main-color);
  width: 10px;
  height: 10px;
}
.testi-section .buttonControls {
  width: fit-content;
  margin: 0 auto;
}
.tstimg3 {
  right: 10%;
  top: 16%;
}
.tstimg2 {
  left: 10%;
  top: 20%;
}
.tstimg1 {
  left: 25%;
  top: 38%;
}
.tstimg4{
  right: 25%;
  top: 50%;
}
.testi-section .container::after, .footer-bootom:before, .cariierListingOuter:after {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(50,157,101,0.98) 50%,rgba(54,159,104,1) 51%,rgba(255,255,255,0) 100%);
  display: block;
  margin-top: 30px;
  opacity: .3;
}
.partner-item {
  padding: 10px;
}
.partner-item img {
  max-height: 80px;
  text-align: center;
  margin: 0 auto;
  filter: grayscale(10);
}
.partner-item a:hover img{
  filter: grayscale(0);
}
.support-box {
  background-color: var(--main-color);
  padding: 30px;
  border-radius: 30px;
  color: var(--white-text);
}
.supportBird {
  position: absolute;
  left: -50px;
  top: -70px;
}
.support-title {
  padding-left: 100px;
  margin-bottom: 0;
  font-size: 2.25rem;
  color: var(--white-text);
}
.mobile.poppins-bold {
  font-size: 1.375rem;
  color: var(--white-text);
}
.support-right .fa-solid {
  font-size: 1.5rem;
  color: var(--secondary-dark);
  margin-right: 20px;
}
.support-section {
  padding: 50px 0;
}
.footer-wraper {
  padding: 50px 0 20px;
  overflow: hidden;
}
.footer-wraper::before {
  content: "";
  position: absolute;
  left: 0;
  width: 268px;
 height: 344px;
  bottom: 0;
  background-image: url("../images/footer-left.png");
  z-index: 0;
}
.footer-wraper::after {
  content: "";
  width: 245px;
  height: 195px;
  right:0%;
  bottom: 0;
  display: block;
  position: absolute;
background-image: url("../images/footer-right.png");
  z-index: 0;
}
.email {
  margin-bottom: 0;
}
.footer-wraper .ring-circle.yellow-circile {
  position: absolute;
  bottom: 0;
}
.footer-wraper .ring-circle.green-circile, .inner-hero .ring-circle.green-circile {
  position: absolute;
  top:50px;
  right: 0;
  width: 75px;
  height: 150px;
  border-right: none;
  border-bottom: 15px solid var(--main-color);
  border-top-left-radius: 190px;
  border-bottom-left-radius: 190px;
  border-top-right-radius: 0px;
}
.footer-title-sml.poppins-bold {
  font-size: 1rem;
  margin-top: 20px;
}
.contact-n-1.poppins-bold, .contact-n-2.poppins-bold{
  margin-bottom: 10px;
}
.contact-n-1.poppins-bold a{
  font-size: 1.875rem;
  color: var(--main-color);
  
}
.contact-n-2.poppins-bold a {
  font-size: 1.375rem;
  color: var(--text-color);
}
.email-footer a {
  color: var(--sub-text-color);
}
.col-12.footer-bootom.text-center {
  padding-top: 0px;
}
.footer-bootom::before {
  margin-bottom: 30px;
}
.footer-list a {
  color: var(--sub-text-color);
  display: block;
  margin-bottom: 10px;
}
.footer-list a:hover{
  color: var(--main-color);
}
.main-address {
  font-size: 1.125rem;
  color: var(--sub-text-color);
}
.footer-wraper .container {
  position: relative;
  z-index: 1;
}
.headergap {
  display: none;
}
.contact-us__right {
  background-color: var(--gray-bg);
  padding:20px 30px;
  border-radius: 30px 30px;
  background-position: center left;
}
/*
.contact-us__right::after {
  content: "";
  background: var(--main-color);
  position: absolute;
  left: 88%;
  top: 0;
  bottom: 0;
  display: block;
  width: 50vw;
  z-index: 0;
}
*/
.form-wraper {
  position: relative;
  z-index: 1;
}
.contact-us-wrapper {
  overflow: hidden;
  margin: 50px 0;
}
.contact-us__right .form-control {
  background: #fff;
  border: none;
  color: var(--text-color);
-webkit-backdrop-filter: blur(10px);  
  backdrop-filter: blur(10px);
}
.contact-us__right .form-control:focus {
  border: none;
  outline: none;
  background-color: rgba(255,255,255,0.4);
  box-shadow: 0px 0px 20px #0000001f;
}
.contact-us__right .col-form-label.poppins-bold {
  color: var(--text-color);
}
/*
.contact-us__right ::placeholder {
  color: #fff;
  opacity: .5; 
}
.contact-us__right ::-ms-input-placeholder { 
  color: #fff;
}
*/
.form-wraper .ring-circle.yellow-circile {
  position: absolute;
  right: 20px;
  top: -70px;
  z-index: -1;
  transform: rotate(180deg);
}
.contact-us__right .welcomebird {
  bottom: 20px;
  left: -82px;
}
.contact-us__left-in{
  background-color: var(--main-color);
  border-radius: 30px 30px;
  padding: 20px;
  position: relative;
  z-index: 3;

}
.contact-inner {
  
/*  border: 1px solid #ddd;*/

  border-radius: 10px;
}
.contact__icon {
  font-size: 1.5rem;
  color:var(--secondary-dark);
  padding-right: 20px;
}
.contact-inner__details {
  color: var(--white-text);
}
.contact-inner__details p {
  font-size: .875rem;
  margin-bottom: 5px;
}
.inner-hero {
  padding: 50px 0 40px;
  overflow: hidden;
  position: relative;
}
.inner-hero:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  content: "";
  background-size: 100% 100%;
}
.breadcrumb__block .breadcrumb {
  background: transparent;
  text-align: center;
  font-weight: 500;
}
.breadcrumb__block .breadcrumb-item a {
  color: var(--main-color);
}
.inner-hero .ring-circle.yellow-circile {
  position: absolute;
  bottom: 0;
  left: 10px;
}
.carrerPstn {
  color: var(--text-color);
  font-size: 1rem;
  margin-bottom: 10px;
}
.list-item__location {
  font-size: 1rem;
  color: var(--sub-text-color);
}
.careerlisting__right {
  color: var(--main-color);
  padding-left: 15px;
}
.careerlistingin a:hover .carrerPstn, .list-item__location i {
  color: var(--main-color);
}
.list-item__location i {
  font-size: .875rem;
  margin-right: 5px;
}
.careerlistingUl.list-group li {
  padding: 0;
}
.careerlistingUl.list-group li a{
  padding: 0.75rem 1.25rem;
  background: var(--gray-bg);
}
.careerlistingUl.list-group li a:hover{
  background: var(--secondary-color);
}
.inner-hero .container.text-center {
  position: relative;
  z-index: 1;
}
.inner-hero .ring-circle.green-circile{
  top: 20px;
}
.cariierListingOuter {
  width: 100%;
  margin: 40px 0;
}
.whyworkBlock__item-img {
  padding: 40px;
  position: relative;
}
.whyworkBlock__item-img .dot-pattern {
  width: 45px;
  height: 80px;
  position: absolute;
}
.whywork-left{
  bottom: 60px;
  left: 0;
}
.whywork-right{
  top: 60px;
  right: 0;
}
.whyworkBlockImage {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 100%;
  background: var(--gray-bg);
}
.whyworkBlockImage img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.whyworkBlock__item:nth-child(2n+2) .whywork-left{
  bottom: inherit;
    top: 60px;
  left: 0;
}
  .whyworkBlock__item:nth-child(2n+2) .whywork-right{
  bottom: 60px;
  right: 0;
    top: inherit;
}
.whyworkBlock__item-content .parastyle {
  margin-bottom: 0;
}
.whyworkBlock__item .whyworkBlock__item-img {
  padding-top: 10px;
}
 .jobdetailsBottom p {
  color: var(--text-color);
}
.jobdetailsTop {
  margin-bottom: 20px;
}
.jobdetails-block {
  width: 100%;
  margin: 40px 0;
}
.jobdetailsTop,  .jobdetailsBottom{
  width: 70%;
  padding-right: 15px;
  
}
.jobdetailsAside {
  float: right;
  width: 30%;
  padding-left: 20px;
  position: sticky;
  top: 100px;
}
.jobdetailsApply {
  padding: 20px;
  background: var(--main-light);
  border-radius: 20px;
  margin-bottom: 30px;
}
.jobshare input {
  width: 100%;
}
.jobdetailsBottom {
  background: var(--secondary-color);
  padding: 20px;
  border-radius: 20px;
}
.green-btn {
  background: var(--main-color);
  color: var(--white-text);
  font-weight: 500;
}
.green-btn:hover{
  color: var(--white-text);
  box-shadow: 0px 10px 10px rgba(0,0,0,.1);
}
.carrierback {
  margin-bottom: 10px;
}
.carrierback a{
  color: var(--main-color);
}
.carrierback a:hover{
  color: var(--text-color);
}
.resourcesTable thead {
  position: sticky;
  top: 76px;
  color: var(--white-text);
}
.resourcesTable thead  th{
  background: var(--main-color);
  border-bottom: 10px solid;
}
.resourcesTable tbody td {
  background: var(--secondary-color);
  border: none;
}
.weblinkusefull {
  color: var(--main-color);
}
.weblinkusefull:hover{
  color: var(--main-color);
  text-decoration: underline;
}
.weblinkusefull i{
  font-size: .75rem
}
.table.resourcesTable {
  color: var(--text-color);
}
.resourcesTablephone.mb-2 {
  white-space: nowrap;
}
.makrefrllnk {
background: #329D65C4;
  color: var(--white-text);
  transform: rotate(-90deg);
  position: fixed;
  z-index: 11;
  right: -64px;
  top: 50%;
  padding: 10px 30px;
  border-radius: 5px 45px;
  box-shadow: -10px 4px 10px rgba(0,0,0,.2);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.makrefrllnk a{
  color: var(--white-text);
}
.referralsFormBox__in {
  background: var(--gray-bg);
  padding: 20px;
  border-radius: 20px;
}
@media only screen and (min-width:1200px) {
  .focused-left {
  margin-left: calc((100vw - 1140px)/2);
}
  
}
@media only screen and (max-width:1200px) {
  .footer-wraper .ring-circle.green-circile{
    top: inherit;
    bottom: 0;
  }
}

@media only screen and (min-width:992px) {
.resourcesTable thead th:first-child, .resourcesTable tbody td:first-child {
  border-radius: 10px 0px 0px 10px;
}
  .resourcesTable thead th:last-child, .resourcesTable tbody td:last-child {
  border-radius:  0px 10px  10px 0px ;
} 
.resourcesTable tbody td {
  background: var(--secondary-color);
  border-bottom: 5px solid var(--white-text);
  border-top: none;
} 
  .resourcesTable tbody tr:nth-child(2n+1) td {
  background-color: var(--main-light);
}
.main-header {
  -moz-transition: all .4s ease .0s;
  -webkit-transition: all .4s ease .0s;
  transition: all .4s ease .0s;
  top: -60px;
}
.main-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  border-top: 0px;
 
}
.main-header.sticky .header-block {
  padding: 10px 0;
  margin-top: 10px;
}
.main-header.sticky .container{
   background: rgba(255,255,255,0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}
.main-header.sticky .header-right__top{
  display: none !important;
}
.main-header.sticky .header-left {
  max-width: 200px;
}
.contact-us__left {
  padding-right: 100px;
}
.contact-us__left .banner-shadow {
  margin-left: -50px;
} 
  .contact-us__left .bannerdot-right {
  right: 73px;
  top: 50%;
  }
.contact-us__left .bannerdot-left{
    left: -24px;
  }
.contact-us__left .banner-shadow {
  margin-left: -50px;
} 
  .contact-us__left .bannerdot-right {
  right: 73px;
  top: 50%;
  }
.contact-us__left .bannerdot-left{
    left: -24px;
  }

.whyworkBlock__item:not(:first-child) {
  margin-top: -140px;
} 
.whyworkBlock__item-content {
  margin: 160px 0;
} 
  .whyworkBlock__item-content .content_title {
   font-size: 2rem;
}
}
@media only screen and (min-width:768px) {
    .whyworkBlock__item:nth-child(2n+2) .row {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
}
@media only screen and (max-width:991px) {
   
  .resourcesTable tbody td {
  display: block;
    background: transparent;
    
}
.resourcesTable-tr td:first-child {
  background-color: var(--main-color);
  color: var(--white-text);
} 
  .resourcesTable thead{
    display: none;
  }
  .resourcesTable-tr {
  display: block;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--gray-bg);
    -moz-box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
  position: sticky;
    top: 80px;
}
  .banner__item-rht{
    margin: 0 auto;
  }
  .banner-wrapper{
    border-radius: 30px;
  }
  .banner__title, .section-title{
    font-size: 2rem;
  }
  .mobile.poppins-bold, .support-right .fa-solid {
  font-size: 1.25rem;
  }
  
  .supportBird {
  left: -40px;
  top: -30px;
  max-width: 100px;
}
  .support-title {
  padding-left: 30px;
  font-size: 2rem;
}
  .header-left, .header-right{
    width: 100%;
  }
  .header-right__bottom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.72);
  z-index: 111;
    -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  text-align: center;
 display: none;
}
.menu-active .header-right__bottom {
  display: flex;
} 
  .main__nav {
  align-self: center;
}
  .main__nav-li .nav-link{
    color: var(--white-text);
  }
  .main__nav-li .nav-link.active {
  color: var(--secondary-dark);
}
  .main__nav-li{
    font-size: 1.125rem;
  }
  .navclose {
  color: var(--white-text);
  font-size: 2rem;
  right: 10px;
  top: 10px;
  background: var(--main-color);
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
}
  .header-right {
  order: -1;
  border-bottom: 1px solid var(--gray-bg);
    padding-bottom: 10px;
    margin-bottom: 10px;
    
}
  .header-right .social-media, .contact-top {
    margin-bottom: 0;
  }
  .header-left {
  padding-right: 80px;
    position: relative;
}
  .habrugmenu {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
   
}
.hambarugerButton {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--secondary-dark);
  outline: none;
  padding: 8px;
  border: none;
} 
.menulne {
  position: relative;
  background: var(--text-color);
  width: 100%;
  height: 3px;
  display: block;
  
  border-radius: 10px;
} 
.menulne::before, .menulne::after {
  content: "";
 border-radius: 10px;
  position: absolute;
  height: 3px;
  background: var(--text-color);
  right:5px;
  left:5px;
}
.menulne::before {
  top: -8px;
}
  .menulne::after {
  bottom: -8px;
}
  .main-header.sticky .habrugmenu{
    top: 20px;
    right: 20px;
    margin-top: 0;
    position: fixed;
    z-index: 100;
  }
  .contact-us__right{
    padding-left: 110px;
  }
  .contact-us__right .welcomebird{
    left: -7px;
  }
  .jobdetailsAside {
  float: inherit;
  width: 100%;
  padding-left: 0px;
  position: static;
  top: inherit;
}
.jobdetailsTop, .jobdetailsBottom {
  width: 100%;
  padding-right: 0;
}
  .jobdetailsBottom {
  padding: 15px;
  }
.jobInfoitem h6, .jobInfoitem p {
  display: inline-block;
  width: auto;
  margin-bottom: 0;
  font-size: .875rem;
}
  .jobInfoitem h6::after {
  content: ":";
  margin-right: 5px;
}

.jobdetailsApply {
  padding: 0;
  background: transparent;
  border-radius: 0;
  margin-bottom: 10px;
}
  .jobshare input, .jobshare .parastyle {
    display: none;
  }
}
@media only screen and (max-width:767px) {
.welcomebird {
  max-width: 113px;
  position: absolute;
  left: inherit;
  bottom: inherit;
  top: -174px;
  right: 15px;
  z-index: 11;
}
  .banner__item-lft{
    padding: 30px 20px 0px;
    text-align: center;
  }
  .focused-section .ring-circle.green-circile{
width: 75px;
    height: 150px;
    border-left: none;
    border-bottom: 15px solid var(--main-color);
    border-top-right-radius: 190px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 190px;
  }
  .support-right {
  padding-left: 80px;
  margin-top: 20px;
}
    .support-title {
    padding-left: 60px;
  }
  .supportBird{
    left: -30px;
    top: 0;
  }
  .footer-wraper::before, .footer-wraper .bannerdot-left, .footer-wraper .ring-circle.yellow-circile{
    display: none;
  }
  .contact-us__right{
    padding: 20px;
  }
  .contact-us__right .welcomebird{
    left: inherit;
    right: 0;
  }
    .contact-us__right .welcomebird {
    left: inherit;
    right: 20px;
    bottom: inherit;
    top: -100px;
  }
  .contact-us__left {
  padding-right: 100px;
}
.form-wraper .ring-circle.yellow-circile {
  position: absolute;
  right: -58px;
  top: 170px;
  z-index: -1;
  transform: rotate(-90deg);
}
.contact-us__right .form-group.col-md-4 {
  margin-bottom: 10px;
} 
  .inner-hero .ring-circle.green-circile{
    top: 0;
    right: -20px;
  }
  .inner-hero {
  padding: 30px 0 20px;
  }
}
@media only screen and (max-width:575px) {
.service__icon{
  min-width: 80px;
  width: 80px;
}
  .service-section, .testi-section{
    padding: 30px 0 10px;
  }
  .welcome-section{
    padding: 40px 0 30px;
  }
  .service__item-1 .dot-pattern {
  left: 90px;
  bottom: inherit;
  top: -20px;
}
  .welcome-left  {
  padding-right: 110px;
}
  .section-title {
  font-size: 1.875rem;
  }
  .welcomebird{
    top: -144px;
    max-width: 90px
  }
    .supportBird {
    left: -10px;
    top: -67px;
  }
   .support-right {
    padding-left: 0;
    padding-right: 0;
     margin-top: 40px;
  }
   .mobile.poppins-bold  {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .support-right .fa-solid{
    margin-right: 10px;
  }
  .footer-wraper .ring-circle.green-circile {
    bottom: 130px;
    right: -10%;
  }
  .support-section {
  padding: 50px 0 10px;
}
  .footer-wraper {
  padding: 20px 0 20px;
  }
  .header-right .social-media {
  margin-left: 10px;
}
  .header-block {
  padding: 10px 0 15px;
}
  .contact-us-wrapper {
  margin: 30px 0;
}
  .contact-us__right {
  background-position: top center;
}
  .carrerPstn{
    font-size: 1rem;
  }
  .inner-hero .ring-circle {
    -webkit-filter: blur(3px);
  filter: blur(3px);
  transform: scale(.8);
}
  .whyworkBlock__item-img{
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .whyworkBlock__item {
  margin-bottom:40px;
}
  .whyworkBlock__item:nth-child(2n+2) .whyworkBlock__item-img    {
    padding-left: 40px;
    padding-right: 0;
  }
  .whyworkBlock__item:nth-child(2n+2) .whyworkBlock__item-content{
    padding-left: 40px;
    text-align: left;
    padding-right: 15px;

  }
  .whyworkBlock__item-content {
  margin-top: 20px;
    text-align: right;
    padding-right: 40px;
}
  .applybutton-btm{
    position: sticky;
    bottom: 20px;
  }
  .contact-us__left-in{
    padding: 20px 10px 60px 10px;
  }
  .contact-inner__details .poppins-regular {
  margin-left: -25px;
}
  .contact__icon {
  font-size: 1rem;
  padding-right: 10px;
}
}