html,
body {
	 background-color: #fafafa;
	 font-family: 'Poppins', sans-serif !important;
	 font-weight: 300;
	 font-weight: 100 !important ;
	 color: #7c7e7d !important;
	 padding:0;
	 margin-top: 0 !important;

}
.screen-reader-response {
    display: none;
}
.privacy-policy-content {
    padding: 50px;
}
.privacy-policy-content .section {
    margin-bottom: 20px;
    font-size:15px;
}
.wpcf7-form-control-wrap {
    display: block;
}
.privacy-policy-content .section a {
    color: #004cf8;
}
.privacy-policy-content  h1{
        font-size: 30px;
    margin-bottom: 30px;
}
.privacy-policy-content .section h2, .privacy-policy-content .section h3 {
    font-size: 22px;
}
.btn-holder-side {
    display: flex;
    align-items: center;
}

.btn-holder-side  .lead-zoom-meeting {
    border: 1px solid #01c26c;
    padding: 9px 15px;
    border-radius: 4px;
    margin-left: 10px;
    font-size: 14px;
    color: #01c26c;
}

.tag-line {
 display: flex;
    align-items: center;
    margin:50px 0 20px;
    font-size: 14px;
    margin-bottom: 10px;
}
.tag-line .border-left {
       width: 2px;
    height: 12px;
    display: block;
    background: #00c26c;
    margin-right: 6px;
}
body {
     padding-top:63px;
    font-family: system-ui;
}
.codingcops-landing-page {
        display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 93vh;
}
 .codingcops-landing-page h1, .codingcops-landing-page h2, .codingcops-landing-page h3, .codingcops-landing-page h4, .codingcops-landing-page h5, .codingcops-landing-page h6 {
	 font-family: 'Poppins', sans-serif;
	 font-weight:600;
	 color: #000;
}
 .codingcops-landing-page .highlighted-text {
	 color: #00c26c;
}
 .codingcops-landing-page .btn-primary {
	 background-color: #00c26c;
	 border-color: #0ccb77;
}
 .codingcops-landing-page .btn-primary:hover {
	 background-color: #02a85e;
	 border-color: #02a85e;
}
 .codingcops-landing-page .navbar-light {
	 box-shadow: 0px 3px 6px #00000014;
	 position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
}
 .codingcops-landing-page .navbar-light .col {
	 padding-right: 15%;
}
 .codingcops-landing-page .navbar-light .navbar-nav .nav-item {
	 margin-right: 3rem;
}
 .codingcops-landing-page .navbar-light .navbar-nav .nav-item a {
	 color: #7c7e7d;
}
 .codingcops-landing-page .navbar-light .navbar-nav .nav-item .icon {
	 margin-right: 0.8rem;
}
 .codingcops-landing-page .navbar-light .logo-area {
	 max-width: 160px;
	 margin-left: 50px;
}
 .codingcops-landing-page .navbar-light .logo-area img {
	 width: 100%;
}
 .codingcops-landing-page .banner h1 {
	 max-width: 27rem;
	 color: #000;
}
 .codingcops-landing-page .banner img {
	 width: 100%;
}
 .codingcops-landing-page .banner .sub-text {
	 max-width: 25rem;
}
 .codingcops-landing-page .banner .btn-primary {
	 font-size: 16px;
}
 .codingcops-landing-page .trusted-client h5 {
     color: #203e4bad;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
 }
 .codingcops-landing-page .trusted-client .client-carousel .client-slide img {
	 max-width: 160px;
	 margin: auto;
}
.small-logo {
	 max-width: 60px !important;
}

 .codingcops-landing-page .trusted-client .client-carousel .slick-track {
	 display: flex;
	 align-items: center;
}
 .codingcops-landing-page .trusted-client .client-carousel .slick-prev, .codingcops-landing-page .trusted-client .client-carousel .slick-next {
	 display: flex;
}
 .codingcops-landing-page .trusted-client .client-carousel .slick-prev img, .codingcops-landing-page .trusted-client .client-carousel .slick-next img {
	 width: 12px;
}
.codingcops-landing-page .trusted-client .client-carousel .slick-prev:before, 
.codingcops-landing-page .trusted-client .client-carousel .slick-next:before {
    display:none;
}
 .technical-experts h2 {
	 color: #000;
	 font-size: 2.5rem;
}
 .technical-experts h2 span {
	 color: #00c26c;
}
 .technical-experts p {
	 font-size: 14px;
}
/* .technical-experts .tabs-area {*/
/*	 max-width: 70%;*/
/*	 margin: 40px auto 0;*/
/*}*/
 .technical-experts .tabs-area .nav-tabs {
	 position: relative;
	 border-bottom: 0;
	 max-width: 740px;
	 margin: 0 auto;
}
.technical-experts .tabs-area .nav-tabs::-webkit-scrollbar {
    display: none;
}
 .technical-experts .tabs-area .nav-tabs.single-tab:after {
	 content: "";
	 position: absolute;
	 bottom: -1px;
	 z-index: -1;
	 width: 100%;
	 border-width: 0 0 3px;
	 border-style: solid;
	 background: transparent;
}
 .technical-experts .tabs-area .nav-tabs.single-tab .nav-link {
	 width: 100%;
	 max-width: 325px;
}
 .technical-experts .tabs-area .nav-tabs .nav-link {
	 color: #161617;
	 font-size: 14px;
	 border-width: 0 0 3px;
	 border-style: solid;
	 background: #fafafa;
	 background: transparent;
	     font-weight: 600;
}
 .technical-experts .tabs-area .nav-tabs .nav-link.active {
	 border-bottom: 3px solid #00c26c;
}
 .technical-experts .tabs-area .tab-content {
     min-height: 390px;
 }
 .technical-experts .tabs-area .tab-content .tab-pane .tech-list-holder .tech-box-item {
	 margin: 10px 10px 15px 0;
    box-shadow: 0px 0px 60px #1b22461f;
    border-radius: 10px;
    min-width: 130px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
        background: #fff;
}
 .technical-experts .tabs-area .tab-content .tab-pane .tech-list-holder .tech-box-item img {
	     width: 80px;
}
 .our-process .sub-text {
	 line-height: 35px;
}

 .our-process .image-holder img {
	 max-width: 458px;
	 margin: 0 auto;
	 border-radius: 40px;
	 width:100%;
}
 #customer-review .client-info {
	 padding: 40px;
	 position: relative;
	 background-color: #fff;
	 font-size: 14px;
	 color: #6f6f6f;
	 box-shadow: 0px 3px 6px #000 29;
	 border-radius: 20px;
}
 #customer-review .client-info .icon-quote {
	 text-align: right;
	 margin: -15px 0 20px 0;
}
 #customer-review .client-info .icon-quote svg {
	 display: inline-flex;
	 fill: #ffc600;
}
 #customer-review .client-info .info {
	 display: flex;
	 flex-wrap: wrap;
	 align-items: center;
	 position: absolute;
	 top: -45px;
	 left: -25px;
	 background-color: #fff !important;
	 border-radius: 60px;
	 background: linear-gradient(270deg, #004cf8 0%, #00c26c 100%);
	 background-size: 190px 20px;
	 background-repeat: repeat-x;
	 background-position: bottom;
	 z-index: 1;
}
 #customer-review .client-info .info .client {
	 position: relative;
	 width: 95px;
	 height: 95px;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 border-radius: 50%;
	 background: #004cf8;
}
 #customer-review .client-info .info .client:before {
	 position: absolute;
	 border-radius: 50%;
	 content: "";
	 background-color: #fff;
	 width: 120px;
	 height: 120px;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);
	 z-index: -1;
}
 #customer-review .client-info .info .client img {
	 z-index: 2;
	 position: relative;
	 height: 90px;
	 width: 90px;
	 border-radius: 50%;
	 object-fit: cover;
	 border: #fff solid 5px;
	     max-width: 100%;
}
 #customer-review .client-info .info .name-job {
	 padding: 15px 43px 15px 15px;
}
 #customer-review .client-info .info .name-job .name {
	 font-size: 20px;
	 font-family: 'Poppins', sans-serif;
	 line-height: 1.2;
	 font-weight: 600;
	 letter-spacing: 0.2px;
	 margin-bottom: 5px;
}
 #customer-review .client-info .info .name-job .job {
	 font-size: 12px;
	 line-height: 1.2;
	 font-weight: 600;
	 color: #004cf8;
}
 #customer-review .carousel-indicators {
	 bottom: 20px;
}
 #customer-review .carousel-indicators li {
	 width: 15px;
	 height: 15px;
	 border-radius: 100%;
	 background-color: #fff;
	 border: 1px solid #0360e3;
	 color: transparent;
}
 #customer-review .carousel-indicators li.active {
	 background-color: #0360e3;
}
 .enhance-team {
    background-color: #01174A;
    padding: 50px 0 30px;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    color: #cccaca;
}
 .enhance-team h3 {
	 color: #fff;
	 max-width: 640px;
	 margin: 0 auto;
}
 .enhance-team .btn-primary {
	 font-size: 16px;
}
 .enhance-team .navbar-nav {
	 flex-direction: row;
	 justify-content: center;
	 margin-bottom: 20px;
}
 .enhance-team .navbar-nav .nav-item {
	 margin-right: 20px;
}
 .enhance-team .navbar-nav .nav-item .icon {
	 margin-right: 15px;
}
 .enhance-team .navbar-nav .nav-item a {
	 color: #cccaca;
	 font-size: 14px;
}
 
 #page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}
.loader {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader img {
    max-width: 200px;
}
.our-process{
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}
.banner.lead-form {
    background-image: url(/wp-content/themes/CompanySite/images/banner-lead.svg);
        background-position: top right;
    background-repeat: no-repeat;
    background-size: 700px;

}
   .review-slider {
        order:2;
    }
    
    

.form-area {
    background: #0360E3;
    padding: 20px 25px;
    box-shadow: 0px 0px 16px #00000042;
    border-radius: 8px;
    margin: 0 auto;
    max-width: 400px;
        position: relative;
}
.form-area .form-group {
    margin-bottom: 15px;
}
.form-area .form-control {
    border-radius: 4px;
    border-color: #fff;
    font-size: 14px;
    color: #8b949d;
}
.form-area .form-control::placeholder {
  color: #8b949d;
}
.form-area .text-area {
    height: 115px;
}
.form-area .col p{
        margin-bottom: 0.7rem;
}
.form-area h4 {
  font-family: 'Poppins', sans-serif;
  color:#fff;
  margin-bottom: 15px;
}
.wpcf7-not-valid-tip {
    color: #fff;
    font-size: 0.8rem;
    font-weight: normal;
    display: block;
    text-align: left;
}
.wpcf7 form.sent .wpcf7-response-output {
    background-color: #06ae61;
    border-color: transparent;
    max-width: 335px;
    display: none;
    /*margin: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*height: 100%;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*text-align: center;*/
    /*font-size: 25px;*/
    /*line-height: 40px;*/
}
/*.wpcf7 form.sent .wpcf7-response-output {*/
/*    background-color: #06ae61;*/
/*    border-color: #05a35b;*/
/*    max-width: 335px;*/
/*    margin: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    height: 100%;*/
/*    display: none;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    text-align: center;*/
/*    font-size: 25px;*/
/*    line-height: 40px;*/
/*}*/
.wpcf7 form.invalid .wpcf7-response-output{
     background-color: #ffc600;
    border-color: #dea307;
    color: #060505;
}

.wpcf7-response-output{
    padding: 1rem !important;
    color: #fff;
    text-align: center;
    font-weight: bold;
    position: fixed;
    bottom: 0;
    right: 15px;
    max-width: 316px;
    font-size: 16px;
    z-index: 99;
    opacity: 1;
    transition: opacity 0.5s;
    line-height: 28px;
    border-radius: 8px;
}
.wpcf7-response-output.wpcf7-success.hidden {
    opacity: 0;
    pointer-events: none;
}
.platform-list {
        max-width: 578px;
    margin: 0 auto;
}
.platform-list ul{
    display: flex;
    list-style: none;
    padding:0;
    margin:0;
}
.platform-list ul li{
    box-shadow: 0px 0px 60px #1b22461f;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    min-height: 85px;
    display: flex;
    align-items: center;
    margin-right: 35px;
    flex: 1;
}
.platform-list ul li:last-child {
    margin-right: 0;
}
.platform-list ul li .image-holder {
       max-width: 140px;
    margin: 0 auto;
}

.zoom-link {
    margin: 0 auto 0;
    max-width: 400px;
    text-align: center;
    color: #fff;
}

.zoom-link .divider{
    border-bottom: 1px solid #eee;
        margin: 25px 0 20px;
    position: relative;
}
.zoom-link .divider span{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    width: 30px;
    height: 30px;
    background: #0360e3;
    margin: 0 auto;
    top: -12px;
}
.zoom-link-area a {
    font-size: 14px;
    margin-top: 15px;
    display: inline-block;
    color: #004cf8;
}
.zoom-link a{
    font-size: 14px;
    margin-top: 0;
    display: inline-block;
       color: #fff;
    text-decoration: underline;
}
.select-area {    position: relative;}
.select-area select {     cursor: pointer;}
.select-area .arrow-down {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid transparent;
    border-bottom: 8px solid #adb5bd;
    position: absolute;
    right: 21px;
    z-index: 1;
    top: 13px;
    transform: rotate(-179deg);
    pointer-events: none;
}
.screen-reader-response p {
    color: #fff;
}
@media screen and (max-width: 999px) {
    .privacy-policy-content {
        padding: 15px;
    }
    .form-area {
        margin-bottom:40px;
    }
    body {
    padding-top: 60px;
}
.banner.lead-form {
     padding-top: 40px;
}
  body.page-template-lead-form-php {
    padding-top: 63px;
}
    .navbar-collapse  {
    position: fixed;
    width: 100%;
    left: 0px;
    right: 0px;
    background: rgb(255, 255, 255);
    top: 63px;
    padding: 15px;
    }
    .codingcops-landing-page .navbar-light .navbar-nav .nav-item {
            margin-right: 0;
    margin-bottom: 1rem;
    }
    .codingcops-landing-page .navbar-light .col {
    padding-right: 0;
}
    .navbar-toggler {
        position: absolute;
        right: 15px;
    }
.codingcops-landing-page .navbar-light .logo-area{
        margin-left: 0;
}
.codingcops-landing-page .banner h1 {
    max-width: 100%;
}
.banner {
    text-align: center;
}
.codingcops-landing-page .banner .sub-text {
    margin: 0 auto;
}
.our-process h2 br {
    display:none;
}
.our-process h2,
.technical-experts h2{
    font-size: 30px;
}

/*.technical-experts .tabs-area .nav-tabs {*/
/*    max-width: 90%;*/
/*    flex-direction: column;*/
/*}*/

.technical-experts .tabs-area .nav-tabs .nav-link {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
    white-space: nowrap;
}
 .technical-experts .tabs-area nav {
         position: relative;
    }
    .technical-experts .tabs-area nav::before,
    .technical-experts .tabs-area nav::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        height: 43px;
        width: 25px; /* Adjust the width of fade effect as needed */
      background: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.1)); /* Fade from transparent to white */
        pointer-events: none; /* Ensure clicks pass through to tabs */
    }
    
    .technical-experts .tabs-area nav::before {
        left: 0;
    }
    .technical-experts .tabs-area nav::after {
        right: 0;
        transform: scaleX(-1); /* Flip the gradient horizontally for right fade effect */
    }
.slick-next {
    right: 0;
}
.slick-prev {
    left: 0;
}
#customer-review .carousel-inner .carousel-item row{
    flex-direction: column;
    padding: 4rem;
}
#customer-review .client-info .info{
        left: 0;
    right: 0;
    max-width: 350px;
    margin: -25px auto 0;
    position: relative;
}
#customer-review .client-info {
   text-align: center; 
}
#customer-review .client-info {
    padding: 0px 15px 15px;
}

#customer-review .carousel-inner .carousel-item .row .col-lg-5 {
    margin-bottom: 80px;
    margin-left: 0;
}
#customer-review .carousel-inner .carousel-item .row .col-lg-4:last-child {
    margin-bottom: 0;
}
.our-process .our-process-holder .d-flex{
    flex-direction: column;
    align-items: flex-start !important;
}
.our-process .our-process-holder .content-block {
    max-width: 60%;
    margin-left: 5%;
    margin-bottom: 30px;
    } 
    
.our-process .our-process-holder .image-block{
    width:100%;
}
.our-process .our-process-holder:nth-child(2) .image-block{
    order:2;
}
.our-process .our-process-holder:nth-child(2) .content-block{
   margin-left: 5%;
    order:1;
}
}

@media screen and (max-width: 625px) {
    .technical-experts .tabs-area .tab-content .tab-pane ul{
            justify-content: space-evenly !important;
    }
    .our-process {
        max-width: 100%;
    }
        .platform-list ul {
        display: block;
    }
    .platform-list ul li {
    margin-right: 0;
       margin-bottom: 30px;
    }
    .codingcops-landing-page .banner img {
        width: 100%;
        max-width: 70%;
    }
    .codingcops-landing-page .banner h1{
        font-size: 26px;
        line-height: 37px;
    }
.our-process .sub-text,
.technical-experts p{
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
}
.our-process h2,
.technical-experts h2{
        font-size: 26px;
        max-width: 95%;
}
.py-5 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
}
.py-4 {
    padding-top: 0.5rem!important;
    padding-bottom: 0.5rem!important;
}
.technical-experts .tabs-area .col-sm-2 {
    width: 30%;
}
.our-process .our-process-holder .content-block {
    max-width: 100%;
    margin-left: 5%;
}
.technical-experts .tabs-area .tab-content .tab-pane ul .col-sm-3{
        max-width: 150px;
}
#customer-review .client-info .info {
    zoom: 80%;
}
#customer-review .client-info .icon-quote{
    position: absolute;
    z-index: 9;
    top: 61px;
    left: 0;
    right: 0;
    text-align: center;
}
}

@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1240px;
}
.display-6 {
    font-size: 2.3rem;
}
}
@media screen and (max-width: 768px) {
    .technical-experts .tabs-area {
            max-width: 100%;
    }
}
@media (min-width: 992px){
        .technical-experts .tabs-area {
            max-width: 70%;
            margin: 40px auto 0;
        }
    .banner.lead-form.lead-form-area{
          height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;  
}
    .review-slider {
        order:0;
    }
    .our-process{
        max-width: 100%;
        margin: 0 auto;
        text-align: unset;
    }
    .our-process .image-holder.text-right{
         text-align: right;
    }
     .our-process .our-process-holder .content-area {
         order: 2;
    }
    .display-6 {
    font-size: 32px;
        line-height: 45px;
        
    }
}

.wpcf7-response-output{
    display:none;
}

.wpcf7-not-valid-tip {
    position: absolute;
    right: 2px;
    bottom: -3px;
    color: #dc3232;
}

.thank-you-area-modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 100vh;
    background: #000000b5;
    z-index: 9999;
}

.thank-you-area-modal .modal-content {
        display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.thank-you-area-modal .modal-content .holder {
    background: #fff;
    padding: 35px 25px;
    max-width: 700px;
    text-align: center;
    border-radius: 20px;
    position: relative;
    margin: 0 25px;
    box-shadow: 0px 3px 6px #00000029;
}
.thank-you-area-modal .modal-content .holder .modal-btn-close{
    background: #fff;
    border: 0;
    width: 30px;
    height: 30px;
    border-radius: 35px;
    position: absolute;
    right: -7px;
    top: -11px;
    box-shadow: 0px 3px 6px #00000029;
    font-size: 23px;
    line-height: 30px;
        text-decoration: none;
    color: #000;

}
.thank-you-area-modal .modal-content .holder .btn.btn-primary {
    font-size: 14px;
}
.thank-you-area-modal .modal-content .holder .image-holder  {
    text-align: center;
    margin-bottom: 20px;
}
.thank-you-area-modal .modal-content .holder .image-holder img  {
    max-width: 150px;
}
.thank-you-area-modal .modal-content .holder h6,
.thank-you-area-modal .modal-content .holder h4,
.thank-you-area-modal .modal-content .holder h1{
    font-family: 'Poppins';
    font-weight: 700;
    margin-bottom: 0;
    color: #000;
}
.thank-you-area-modal .modal-content .holder .content-holder {
        max-width: 560px;
    margin: 20px auto 0;
}

.meetings-iframe-container,
.meetings-container {
    height: 580px;
}



.submit-btn-holder {
    position: relative;
}
.submit-btn-holder .wpcf7-spinner {
    position: absolute;
     left: 53%;
    top: 7px;
    background: transparent;
}
.submit-btn-holder .wpcf7-spinner:before{
    display:none;
}
.submit-btn-holder .wpcf7-spinner {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 6px solid;
    border-color: #fff;
    border-right-color: #0dcf79;
    animation: s2 1s infinite linear;
}
@keyframes s2 {to{transform: rotate(1turn)}}
.btn-mobile-image  img {
    width: 35px;
}
.btn-mobile-image:focus {
    box-shadow: none;
}
.trusted-client .client-carousel{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-around;
    overflow: hidden;
}

.trusted-client .client-carousel .client-slide {
    display: none;
}
.trusted-client .client-carousel .client-carousel.slick-initialized.slick-slider .client-slide {
    display: block;
}
 .grecaptcha-badge {
     bottom: 90px !important;
     visibility: hidden;
}

/*.wpcf7-form.sent .wpcf7-response-output {*/
/*  animation: hideresp 5s forwards; */
/*  animation-iteration-count: 1;*/
/*  margin: 0 0 15px;*/
/*}*/

/*@keyframes hideresp {*/
/*  90% { opacity:1; }*/
/*  100% { opacity:0; }*/
/*}*/
