/* initially hide all groups (even before JS is loaded), so the page will never render them while loading */
[data-class="wpcf7cf_group"], .wpcf7cf_remove, .wpcf7cf_add {
    display:none;
}
.contact-form-section {
    padding: 80px 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .contact-form-section .contact-client-logos .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.cf-form-heading {
    text-align: center;
    display: block;
    font-size: 30px;   
}
.cf-form-header {
    text-align: center;
}
.cf-form-header.form-row label > span.label {
    font-weight: normal;
    font-style: italic;
}
.cf-form-title {
    display: block;
    width: 100%;
}
.contact-form {
    padding: 64px 30px;
    overflow: hidden;
    padding-top: 20px;
    margin-top: 20px;
    background: #fff;
    box-shadow: 0 0 17px rgba(0,0,0,.16);
    border-radius: 8px;
    margin-bottom: 20px;
}
.contact-form > div[role="form"]{
    margin-top: 35px;
    -webkit-box-shadow: 0 0 17px rgb(0 0 0 / 16%);
            box-shadow: 0 0 17px rgb(0 0 0 / 16%);
    padding: 25px;
    background-color: #fff;
}
.contact-form label {
    width: 100%;
}
.wpcf7-form-control-wrap:not([data-name="requirements"]) {
    min-height: 66px;
    display: block;
}
.wpcf7-form-control-wrap.user_message, .wpcf7-form-control-wrap[data-name="user_message"]{
    min-height: 137px;
}
.wpcf7-form-control-wrap.recaptcha {
    min-height: 96px;
}
.form-row.two-clm {
    max-height: 101px;
}
.wpcf7-form-control-wrap.phone {
    margin-top: 7px;
    display: block;
}
.contact-form input[type='text'],
.contact-form input[type='email'],
.contact-form input[type='number'],
.contact-form textarea,
.contact-form select,
.contact-form input[type='tel'] {
    width: 100%;
    border: 1px solid transparent;
    padding: 9.5px 15px;
    border-radius: 8px;
    font-size: 13px;
    color: #777777;
    margin-top: 7px;
    background: #F3F3F4;
    font-weight: 600;
    -webkit-transition: background-color 200ms ease, -webkit-box-shadow 200ms ease;
    transition: background-color 200ms ease, -webkit-box-shadow 200ms ease;
    -o-transition: background-color 200ms ease, box-shadow 200ms ease;
    transition: background-color 200ms ease, box-shadow 200ms ease;
    transition: background-color 200ms ease, box-shadow 200ms ease, -webkit-box-shadow 200ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.contact-form input[type='text']:hover,
.contact-form input[type='text']:focus,
.contact-form input[type='text'].wpcf7-not-valid,
.contact-form input[type='email']:hover,
.contact-form input[type='email']:focus,
.contact-form input[type='number']:hover,
.contact-form input[type='email']:focus,
.contact-form input.wpcf7-not-valid[type='email'],
.contact-form textarea:hover,
.contact-form textarea:focus,
.contact-form textarea.wpcf7-not-valid {
    outline: 0;
    border: 1px solid #E94914;
    -webkit-box-shadow: 0 0 8px rgba(255, 52, 0, .45);
            box-shadow: 0 0 8px rgba(255, 52, 0, .45);
}
.contact-form input[type='file']::-webkit-file-upload-button {
    color: white;
    display: inline-block;
    background: #fff;
    border: none;
    padding: 7px 15px;
    font-weight: 400;
    border-radius: 8px;
    white-space: nowrap;
    cursor: pointer;
    font-size: 13px;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.16);
            box-shadow: 0 3px 6px rgba(0,0,0,.16);
    color: #0A0A0A;
    margin-top: 5px;
}
.contact-form input[type='submit'] {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    border-radius: 19px;
    min-width: 135px;
    height: 36px;
    text-align: center;
    outline: none;
    -webkit-box-shadow: 0 3px 12px rgba(255, 52, 0, .63);
            box-shadow: 0 3px 12px rgba(255, 52, 0, .63);
    border: 0;
    background: #E94914;
    margin-top: 10px;
    padding: 1px 25px;
}
.contact-form input[type='submit']:hover {
    -webkit-box-shadow: 0 3px 12px rgba(255, 52, 0, .99);
            box-shadow: 0 3px 12px rgba(255, 52, 0, .99);
}
.form-row span.extra-text {
    font-size: 10px;
    color: #535353
}
.wpcf7-not-valid-tip {
    font-size: 12px;
}

.form-row br {
    display: none;
}
.form-row label span.label {
   font-size: 16px;
   font-weight: 600;
   color: #000; 
}
/* .form-row label span.required {
    position: relative;
}
.form-row label span.required:after {
    position: absolute;
    content: "*";
    right: -14px;
    color: #FF3400;
    top: -3px;
    font-size: 21px;
} */
.star-mark {
    color: #FF3400;
}
.form-row .col:first-of-type {
    margin-right: 1%;
    padding-left: 0;
}
.form-row .col:last-of-type {
    padding-right: 0;
}
.form-row .col input {
    width: 100%;
}
.content-clm .content-wrapper {
    margin-top: 40px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    font-size: 15px;
}

/* Mini slider css & Testimonial */
.contact-form-section .client-logo-title {
    display: block;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 24px;
}

.contact-form-section .client-logo {
    margin-bottom: 35px;
}
.mini-slider {
    text-align: center;
    overflow: hidden;
    margin-top: 15px;
}

.mini-slider:hover {
    cursor: -webkit-grab;
}

.mini-slider .slick-slide {
    outline: none;
}

.mini-slider .single-slider .border-line {
    position: relative;
}

.mini-slider .single-slider .border-line:before {
    position: absolute;
    content: '';
    width: 80%;
    background: #707070;
    height: 1px;
    left: 0;
    top: 50%;
    z-index: 1;
    right: 0;
    margin: 0 auto;
}

.mini-slider .single-slider .author-img {
    max-width: 75px;
    max-height: 75px;
    margin: 0 auto 20px;
    overflow: hidden;
    border-radius: 75px;
    position: relative;
    z-index: 2;
}

.mini-slider .single-slider .author-rivew p {
    font-size: 16px;
    line-height: 27px;
    margin: 0 auto 30px;
}

.mini-slider .single-slider .author-info span {
    display: block;
}

.mini-slider .single-slider .author-info .name {
    font-size: 24px;
    font-weight: 700;
}

.mini-slider .single-slider .author-info .designation {
    font-size: 14px;
    color: #535353;
}

.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-top: 22px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    text-indent: -9999999999px;
    outline: none;
}

.slick-dots li:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #ddd;
    border-radius: 8px;
    left: 0;
}

.slick-dots li.slick-active:after {
    background: #E94914;
    width: 10px;
    height: 10px;
    border-radius: 10px;
}
/* Dropdown select button styles */
.cf-button-wrappers {
    margin: 0 -5px;
}
.cf-single-button  {
    width: calc(50% - 10px);
    background: #f2f2f2;
    padding: 10px 15px;
    float: left;
    margin: 5px 5px;
    color: #000;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    /* box-shadow: 0px 1px 3px #e94914; */
}
.cf-single-button.clicked {
    background-color: #E94914;
    color: #fff;
}
.cf-single-button a, .cf-single-button a:hover {
    text-decoration: none;
    color: #000;
}
.cf-single-button span {
    position: relative;
}
.cf-single-button span::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    background: #E94914;
    bottom: -11px;
    left: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.cf-single-button.clicked span::before {
    position: absolute;
    content: "\f00c";
    font-family: FontAwesome;
    color: #fff;
    right: -22px;
    font-size: 13px;
    font-weight: 400;
    top: 1px;
}
.cf-single-button:hover span::after {
    width: 100%;
}

.requirements-dropdown {
    display: none;
}
.form-row.rul-cf-select-options {
    margin-bottom: 17px;
}
.invisible-fields:not(.btn-clicked) {
    opacity: .3;
    pointer-events: none;    
}
.wpcf7-form.sent:not(.init) .cf-form-row-wrapper {
    opacity: 0;
    visibility: hidden;
}
.wpcf7-form.submit-click.resetting .cf-form-row-wrapper {
    opacity: 0;
    visibility: hidden;
}

.wpcf7-form {
    position: relative;
}
.rul-form-submission-done {
    position: absolute;
    top: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    visibility: hidden;
    width: 100%;
}
.wpcf7-form.sent:not(.init) .rul-form-submission-done,
.wpcf7-form.submit-click.resetting .rul-form-submission-done {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);  
    visibility: visible;
}

/* Thank you action */
.rul-form-submission-done p {
    font-size: 16px;
}
.form-more-action p b {
    font-size: 15px;
}
.thankyou-message {
    border: 2px solid green;
    padding: 12px 14px;
}
.thankyou-message p {
    margin: 0;
}
.form-more-action {
    margin-top: 20px;
}
.calendly-btn-wrapper {
    text-align: center;    
}
.rul-form-submission-done .contact-wrapper {
    /* margin-top: 30px; */
}
.calendly-btn {
    border: 1px solid;
    padding: 2px 20px;
    border-radius: 5px;
    text-decoration: none;
}
.rul-form-submission-done .contact-wrapper {
    /* margin-top: 30px; */
}
.rul-form-submission-done .contact-wrapper .items {
    text-align: center;
    max-width: 228px;
    margin: 0 auto;
}
.rul-form-submission-done .contact-wrapper .item {
    border: 1px solid #ea5400;
    display: block;
    font-size: 16px;
    margin: 9px 0;
    border-radius: 5px;
}
.rul-form-submission-done .contact-wrapper .item a:hover,
.calendly-btn:hover {
    text-decoration: none;
}
.rul-form-submission-done .contact-wrapper .item img {
    margin-right: 5px;
    margin-bottom: 4px;
}


/**
 * Extracted from: SweetAlert
 * Modified by: Istiak Tridip
 */
.success-checkmark {
  width: 80px;
  height: 115px;
  margin: 0 auto;
}
.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 4px solid #4CAF50;
}
.success-checkmark .check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  -webkit-animation: rotate-circle 4.25s ease-in;
          animation: rotate-circle 4.25s ease-in;
}
.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
  content: '';
  height: 100px;
  position: absolute;
  background: #FFFFFF;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.success-checkmark .check-icon .icon-line {
  height: 5px;
  background-color: #4CAF50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: icon-line-tip 0.75s;
          animation: icon-line-tip 0.75s;
}
.success-checkmark .check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation: icon-line-long 0.75s;
          animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 4px solid rgba(76, 175, 80, 0.5);
}
.success-checkmark .check-icon .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #FFFFFF;
}
@-webkit-keyframes rotate-circle {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}
@keyframes rotate-circle {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}
@-webkit-keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}


.check-icon {
    display: none;
}
.wpcf7-form.sent:not(.init) .check-icon {
    display: block;
}
.wpcf7-form.submit-click.resetting  .check-icon {
    display: block;
}

/* Google Recaptcha v3 panel hide 
*  CF7 Updated 5.7 version and added p tag on every input shortcode
*/
.grecaptcha-badge {
	display: none !important;
}
.cf-single-button > p {
    margin: 0;
}
.form-row > p {
    width: 100%;
    margin-bottom: 0;
}
.form-row .col > p {
    margin-bottom: 0;
}

/* End Mini slider & Testimonial css */
@media (max-width: 1199.98px) {
    .form-row .col:first-of-type {
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        -ms-flex-preferred-size: inherit;
        flex-basis: auto;
        -ms-flex-positive: inherit;
        -webkit-box-flex: inherit;
                flex-grow: inherit;
    }
    .form-row .col .hidden-label-name {
        display: none;
    }
    .form-row .col:last-of-type {
        padding-left: 0;
    }
    .form-row.two-clm {
        max-height: initial;
    }
    /* .form-row .col > p {
        display: none;
    } */
}
@media (max-width: 991.98px){
    .cf-button-wrappers {
        margin-right: 0;
    }
    .cf-form-heading {
        font-size: 25px;   
    }
    .cf-single-button {
        width: 100%;
    }
    /* .form-row label span.required:after {
        left: -12px;
    }     */
}
@media (max-width: 767.98px) {
 
    .row.contact-client-logos {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .row.contact-client-logos .col-md-4 {
        width: 33%;
    }

    .contact-form-section .client-logo-title {
        margin-bottom: 19px;
        margin-top: 50px;
    }

    .global-form .contact-form>div[role="form"] {
        -webkit-box-shadow: none;
                box-shadow: none;
        padding: 0;
    }
    .cf-form-heading {
        font-size: 22px;
        padding-top: 17px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .cf-single-button {
        padding: 10px 8px;
        width: 99%;
    }
    .close-popup-form {
        right: 0px;
        top: -18px;
    }
    .popup-form .form-clm {
        padding: 0 30px;
    }
}
@media (max-width: 575.98px){
    .contact-form-section {
        padding: 50px 0;
    }
    /* Client logo & Testimonial css */
   .contact-testimonial,
   .contact-sequirity-status {
       padding: 0px 15px;
   }

   .mini-slider .single-slider .author-rivew p {
       font-size: 15px;
   }

   .mini-slider .single-slider .author-info .name {
       font-size: 20px;
   }

   .contact-testimonial .slick-dots {
       margin-top: 5px;
   }

   .contact-form-section .client-logo {
       text-align: center;
   }
    /* End Client logo & Testimonial css */
    .form-row .col {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    }
    .form-row .col:first-of-type {
        margin-right: 0;
    }
}
@media (max-width: 379.98px){
    .contact-form {
        padding-left: 15px;
        padding-right: 15px;        
    }
    .contact-form-section .contact-form input[type='submit'] {
        min-width: initial;
        width: inherit;
        font-size: 14px;
        padding: 0;       
    }
}
.iti__country-list, .iti-mobile .iti--container {
    z-index: 99999999 !important;
}