.spinner {

    background: radial-gradient(farthest-side, #21573F 94%, rgba(0, 0, 0, 0)) top / 15.5px 15.5px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, #21573F) !important;
    -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 15.5px), #000 0);
}
.ed-primary-btn {
    border-radius: 0 !important;
}
.header.header-sec{
    position: absolute;
    background: transparent;
    
}
.header.header-sec .top-bar {
       background: transparent;
       border-bottom: 1px solid rgba(255,255,255, 0.2)
}
.header.header-sec .primary-header-inner {
    background: transparent;
}

.header.header-sec .primary-header-inner {
    /*justify-content: start;*/
}
.header.header-sec .primary-header-inner .header-menu-wrap .sub-menu li a {
    font-size: 14px;
}
.header.header-sec .primary-header-inner .header-menu-wrap .sub-menu li {
    margin: 0 15px;
}

.header .primary-header-inner .header-menu-wrap .sub-menu li ul {
    width: 280px !important;
}
.header.header-sec .primary-header-inner .header-menu-wrap .sub-menu li a {
    color: #fff;

}
.header.header-sec .primary-header-inner .header-menu-wrap .sub-menu .menu-item-has-children:after {
    color: #fff;
}
.header.header-sec .primary-header-inner .header-menu-wrap .sub-menu .menu-item-has-children ul li a {
     color: var(--ed-color-heading-primary);
}
.header.header-sec  .primary-header-inner .header-menu-wrap .sub-menu li li:hover a {
    color: var(--ed-color-common-white);
}
.header.header-sec .primary-header.fixed .header-menu-wrap .sub-menu li a {
   color: var(--ed-color-heading-primary);

}
.header.header-sec .primary-header.fixed .header-menu-wrap .sub-menu .menu-item-has-children:after {
    color: var(--ed-color-heading-primary);
}
.banner-home:before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 100%);
}
.banner-home:after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(19deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 49%);
}
.banner-home{
    height: 100vh;
}
.banner-home video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.banner-home .container{
     position: relative;
         z-index: 2;
         height: 100%;
}
.banner-home .container .hero-content-3 {
    padding: 0px 0 150px 0;
}
.banner-home .container .row{
    height: 100%;
}
.banner-home .hero-content-3 p {
    margin-bottom:15px;
    font-size: 15px;
    line-height: 1.3;
    width:85%;
}
.banner-home .hero-btn-wrap{
    margin-top: 40px;
    
}
.row-text-center{
    display: flex;
    align-items: center;
}
.servi-sec-1 h2{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.post-card-2{
    position: relative;
    background: #21573F;
}
.post-card-2:before{
    background: rgb(33, 87, 63, 0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
    opacity: 0;
    z-index: -1;
        border-radius: 15px;
         transition: opacity 0.3s ease-in-out;
  

}
.col-lg-4:hover .post-card-2:before{
    opacity: 1;
     z-index: 2;
}
.servi-sec-2 .post-card-2 .post-content .title{
    color:#fff !important
}
.learn-btn{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
left: 50%;
 transform: translate(-50%, -50%);
 opacity: 0;
 z-index: 3;
 transition: opacity 0.3s ease-in-out;

}

.learn-btn a{
    background: #fff;
    color: #21573F;
    border-radius: 50px;
    padding: 13px 40px;
}
.col-lg-4:hover .learn-btn{
     opacity: 1;
}
.complain-sect-row .feature-card .content h3{
    margin-bottom: 20px;
    color: #fff;
}
.complain-sect-row .feature-card .content p{
    margin-bottom: 0 !important;
    margin-top: 5px ;
    color: rgb(255, 255, 255, 1);

}
.complain-sect-row .feature-card .content p a i{
    margin-right: 10px;
}
.complain-sect-row .feature-card{
    height: 100%;
}

.complain-sect-row .feature-card .ed-primary-btn {
    margin-top: 30px;
    color: rgb(255, 255, 255, 1);
}
.complain-sect-row .col-lg-4 .feature-card img{
    width:80px;
}
.complain-sect-row .col-lg-4:first-child .feature-card{
    background:#0c7d4b !important; 
}

.complain-sect-row .col-lg-4:nth-child(2) .feature-card{
    background:#20734e !important; 
}

.complain-sect-row .col-lg-4:last-child .feature-card{
    background:#21573F !important; 
}
.stand-sec-1 .section-title{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.stand-sec-1 .about-list {
    list-style: none;
    margin-bottom: 40px;
}
.stand-sec-1  .about-list li {
    display: flex;
    align-items: start;
    column-gap: 10px;
    font-size: 16px;
    color: var(--ed-color-text-body);
    font-weight: var(--ed-fw-normal);
    margin-bottom: 10px;
}
.stand-sec-1  .about-list li i{
        color: var(--ed-color-theme-primary);
        margin-top: 7px;
}
.stand-sec-1  .feature-item-20 {
    height: 100%;
}
.stand-sec-1 .row {
        display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-auto-rows: 1fr;
}
.stand-sec-1 .row .col-lg-6{
    width:100%;
}
.page-header.bnr-iner .bg-img {
    background-size: 100%;
    background-position: center;
}
.page-header.bnr-iner .page-header-content .title {
    color: #fff;
}
.page-header.bnr-iner .page-header-content .sub-title {
    color: #fff
}
.page-header.bnr-iner .page-header-content .sub-title .inner-page {
    color: #a2dfc4;
}
.form-aply .gform-body input {
    background-color: transparent !important;
    border: 1px solid #E0E5EB !important;
    box-shadow: none!important;
    height: 60px !important;
}
.form-aply .gform-body input::-webkit-input-placeholder,
.form-aply .gform-body textarea::-webkit-input-placeholder,
.form-aply .gform-body select::-webkit-input-placeholder{
    color: #555555;
}
.form-aply .gform-body select {
    background-color: transparent !important;
    border: 1px solid #E0E5EB !important;
    box-shadow: none!important;
    height: 60px !important;
        display: flex !important;
    align-items: center
}
.form-aply .gform-body textarea {
    background-color: transparent !important;
    border: 1px solid #E0E5EB !important;
    box-shadow: none!important;
    height: 200px !important;
}
.form-aply .gform-body .nice-select{
    display: none !important;
    display: flex;
    align-items: center;
}
.form-aply .gform-theme--foundation .gfield textarea.large {
    min-block-size: 0rem;
}
.form-aply  .gform_body input[type=text]:focus,
.form-aply  .gform_body select:focus,
.form-aply  .gform_body input[type=email]:focus,
.form-aply  .gform_body input[type=tel]:focus,
.form-aply  .gform_body textarea:focus{
	outline: 0px solid #FF2200;
	outline-offset: -2px;
}
.form-aply .gform-footer input  {
    background-color: var(--ed-color-theme-primary) !important;
    font-family: var(--ed-ff-heading);
    color: var(--ed-color-common-white) !important;
    display: inline-flex;
    align-items: center !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1;
    padding: 17px 40px !important;
    border-radius: 0px !important;
    transition: all 0.3s ease-in-out;
}
.serve-cont-1 ul {
    margin-top: 30px;
    margin-bottom: 40px;
     list-style: none;
}
.serve-cont-1 li{
    display: flex;
    /*align-items: center;*/
    -moz-column-gap: 10px;
    column-gap: 10px;
    font-size: 16px;
    font-weight: 500;
    color: var(--ed-color-heading-primary);
}
.serve-cont-1 li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: calc( var(--icon-space) * -1 );
  width: var(--icon-space);
}
.serve-cont-1 ul li:not(:last-of-type) {
    margin-bottom: 10px;
}

/*popup start============================================================================================================>*/
.popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  overflow: hiden;
  transition: 0.64s ease-in-out;
}
.popup-inner {
  position: relative;
  bottom: -100vw;
  right: -100vh;
  display: flex;
  align-items: center;
  width: 70%;
  height: auto;
  background-color: #fff;
  transform: rotate(32deg);
  transition: 0.64s ease-in-out;
  overflow-y: scroll;
}
.popup__photo {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 40%;
  height: 100%;
  overflow: hidden;
}
.popup__photo img {
  width: auto;
  height: 100%;
}
.popup__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 4rem;
}
.popup__text h1 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-transform: uppercase;
  color: #0A0A0A;
}
.popup__text p {
  font-size: 0.875rem;
  color: #686868;
  line-height: 1.5;
}
.popup:target {
  visibility: visible;
  opacity: 1;
}
.popup:target .popup-inner {
  bottom: 0;
  right: 0;
  transform: rotate(0);
}
.popup__close {
  position: absolute;
  right: -1rem;
  top: -1rem;
  width: 3rem;
  height: 3rem;
  font-size: 0.875rem;
  font-weight: 300;
  border-radius: 100%;
  background-color: #0A0A0A;
  z-index: 4;
  color: #fff;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
/*popup end==============================================================================================================>*/
.timeline-container {
      position: relative;
      width: 90%;
      max-width: 1000px;
      margin: 0 auto;
    }

    .timeline-line {
      position: absolute;
      top: 0;
      left: 50%;
      width: 4px;
      height: 100%;
      background-color: #21573F;
      transform: translateX(-50%);
      z-index: 1;
    }

    .timeline-step {
      position: relative;
      width: 50%;
      padding: 30px 40px;
      box-sizing: border-box;
    }

    .timeline-step:nth-child(odd) {
      left: 0;
      text-align: right;
    }

    .timeline-step:nth-child(even) {
      left: 50%;
      text-align: left;
    }

    .timeline-content {
      position: relative;
      background: white;
      padding: 20px 25px;
      border-radius: 10px;
      border-left: 4px solid #21573F;
      box-shadow: 0 4px 6px rgba(0,0,0,0.1);
      z-index: 2;
    }

    .timeline-step:nth-child(even) .timeline-content {
      border-left: none;
      border-right: 4px solid #21573F;
    }

    .timeline-icon {
      font-size: 28px;
      color: #21573F;
      margin-bottom: 10px;
    }

    .timeline-number {
      width: 28px;
      height: 28px;
      line-height: 28px;
      border-radius: 50%;
      background-color: #21573F;
      color: #fff;
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      position: absolute;
      top: 10px;
      right: -53px;
      z-index: 3;
    }

    .timeline-step:nth-child(even) .timeline-number {
      left: -53px;
      right: auto;
    }

    .timeline-title {
      font-size: 18px;
      font-weight: bold;
      margin: 0 0 10px;
      color: #21573F;
    }

    .timeline-text {
      font-size: 14px;
      color: #333;
      margin: 0;
    }
    .sec-1-right img{
        border-radius: 20px;
    }
    .sub-head-1 {
    font-family: var(--ed-ff-heading);
        color:#21573F;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.page-header.bnr-iner {
    padding: 250px 0 120px 0;
}
 .form-certif .gform-body input{
max-width: 100%;
    border: 1px solid #ccc !important;
    border-radius: 0px;
    background:transparent;
    font-size: 18px;
    box-shadow:  none !important;
   height: 60px !important;
   color: #5a5a5a;
}
 .form-certif .gform-body select{
    border: 1px solid #ccc !important;
    /*border-radius: 0px;*/
    /*background:transparent !important;*/
    /*font-size: 18px;*/
    box-shadow:  none !important;
    height: 60px;
    padding-top: 10px;
    color: #5a5a5a;
     font-size: 16px;
      font-weight: 300;
    
}
.form-certif .gfield input::-webkit-input-placeholder,
.form-certif .gfield textarea::-webkit-input-placeholder{
    color: #5a5a5a;
     font-size: 16px;
    font-weight: 300;
}
.form-certif .gfield_label{
    font-size: 18px !important;
    color: var(--ed-color-theme-primary) !important;

    
    
}
.form-certif .gform-theme--foundation .gfield textarea.large {
    min-block-size: 10rem;
}
.form-certif  .gfield textarea{
     border: 1px solid #ccc !important;
    border-radius: 0px;
    background:transparent;
    font-size: 18px;
    box-shadow:  none !important;
    font-size: 18px;
    color: #5a5a5a;
    
}
.form-certif .nice-select {
    display: none !important;
}
.form-certif select{
    display: block !important;
}
.form-certif .gchoice input{
    height: auto !important;
    
}
.form-certif .gchoice label{
   font-size: 15px !important;
    color: #5a5a5a !important;
    font-weight: 300 !important
    
}
.form-certif .ginput_container_date input {
    width:100% !important;
    max-width:100%;
    
}
.form-certif   .gform_footer .gform_button {
    background:var(--ed-color-theme-primary) !important;
    font-size:16px !important;
    color: #fff !important;
    border: 0px solid #3d3d3d !important;
    padding: 17px 40px !important;
    border-radius:0px !important;
}
.form-certif  .gform_body input[type=text]:focus,
.form-certif  input[type=email]:focus,
.form-certif  input[type=tel]:focus,
.form-certif  input[type=number]:focus,
.form-certif  input[type=radio]:focus,
.form-certif  .gfield textarea:focus,
.form-certif  .gfield select:focus{
	outline: 0px solid #ccc;
	outline-offset: 0px;
	border: 1px solid var(--ed-color-theme-primary) !important;
}
.tick-icon {
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 100%;
    border: 1px solid var(--ed-color-theme-primary);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    font-size: 20px;
    color: var(--ed-color-theme-primary);
    display: flex;
    justify-content: center;
    align-items: center;
}
.thank-sec p{
    font-size: 20px;
    width:70%;
    margin:0 auto;
    color: #000;
    padding-bottom: 40px;
}
.serv-sec-1 .post-card-3 {
    background: #fff;
    border: 1px solid #E0E5EB;
}
.serv-sec-1 .post-content .title {
   color: var(--ed-color-theme-primary) !important;
    border-bottom: 0px dashed #E0E5EB !important;
    margin-bottom: 0px;
    padding-bottom: 10px;
    font-size: 20px;
    margin-top: 40px;
    flex: 0 1 100px;
}
.serv-sec-1 .post-content p{
    padding-bottom: 0;
    margin-bottom: 0;
}
.serv-sec-1 .post-card-3 {
    grid-gap: 0px !important;
}
.serv-sec-1 .post-card-3 .post-content {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
}
.servi-sec-2 .serv-sec-1  .post-card-2 .post-content .title {
    color: var(--ed-color-theme-primary) !important;
}
.serv-icons-1{
    width:63px;
    height: 63px;
    line-height: 63px;
    border-radius: 100%;
    background:var(--ed-color-theme-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    position: absolute;
    top: -30px;
    left: 30px;
}
.serv-sec-1  .post-card-2 {
    display: block;
}
.blog-section.service-serv-sec{
        background-color: #F0F4F5;
        margin-top: 100px;
}
.footer-3 {
    padding-top: 100px !important;
}
    @media (min-width:768px){
        .sec-1-right{
            padding-right: 50px;
        }
    }

    @media (max-width: 768px) {
        
      .timeline-step,
      .timeline-step:nth-child(even),
      .timeline-step:nth-child(odd) {
        width: 100%;
        left: 0;
        text-align: left;
        padding: 20px;
      }

      .timeline-line {
        left: 20px;
      }

      .timeline-step .timeline-number {
        left: -53px;
        right: auto;
      }

      .timeline-step:nth-child(even) .timeline-content {
        border-right: none;
        border-left: 4px solid #21573F;
      }
    }
.certif-pro-sec2 .feature-card{
    height: 100%;
}


@media only screen and (max-width: 767px) {
    .popup__close {
    position: absolute;
    right: 0rem;
    top: 0rem;
    }
.popup-inner .form-aply    .gform-theme--foundation .gform_fields {
    row-gap: 10px;
}
.popup-inner {
    width:90%;
    overflow-y: scroll;
    height:100vh;
}
.popup__text {
    padding: 2rem;
}
    .about-sec-2 .row-text-center .col-lg-6:last-child{
        order: 1;
    }
    .about-sec-2 .row-text-center .col-lg-6:first-child{
        order: 2;
    }
    .stand-sec-1 .row {
        display: inline-block;
}
.page-header.bnr-iner .bg-img {
    background-size: cover;
}
}