/* home contact */
.cct-home-contact{
    position: relative;
    text-align: center;
    margin-bottom: -162px;
    background-color: #f8f8f8;
}
.cct-home-contact-box{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 138px 12px 145px;
}
.cct-home-contact-box h2{
    color: #fff;
    margin-bottom: 17px;
}
.cct-home-contact-box p{
    color: #fff;
    max-width: 1060px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 34px;
}
.cct-footer-top {
  padding: 230px 0 68px;
}
.cct-home-contact-box {
    position: relative;
  z-index: 1;
}
/* home contact */

/* banner */
.cct-landing-banner{
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    min-height: 980px;
    padding: 359px 0 80px;
}
.cct-landing-banner .live-edit-button{
    top: 130px;
}
.cct-landing-banner .cct-banner-content{
    max-width: 780px;
}
.cct-landing-banner h1{
    color: #ffffff;
    margin-bottom: 14px;
}
.cct-landing-banner h6 {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  line-height: 44px;
  margin-bottom: 25px;
}
.cct-landing-banner-btn{
    font-family: 'Vidaloka', serif;
font-size: 24px;
line-height: 42px;
font-weight: 400;
color: #ffffff !important;
width: 300px;
height: 70px;
background-color: #2f9ad9;
display: inline-block;
vertical-align: middle;
text-align: center;
padding: 15px 20px;
position: relative;
}
.cct-landing-banner-btn:hover{
background-color: #001928;
}
.cct-landing-banner-btn img{
    display: inline-block;
vertical-align: top;
margin-right: 15px;
}
.cct-google-review{
    display: inline-block;
vertical-align: middle;
margin-left: 68px;
}
/* banner */

/* case results */
.cct-case-results{
    position: relative;
    background-color: #001928;
    text-align: center;
    padding: 47px 0 49px;
}
.cct-case-results ul li{
    display: inline-block;
    vertical-align: top;
    width: 24.5%;
}
.cct-case-results ul li:last-child .cct-case-results-box::before{
    display: none;
}
.cct-case-results-box{
    position: relative;
    padding: 0 15px;
}
.cct-case-results-box::before{
    position: absolute;
    content: '';
    width: 1px;
    height: 60px;
    background-color: rgba(255,255,255,.10);
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
}
.cct-case-results-box h2{
    color: #ffffff;
    margin-bottom: 0;
    line-height: 52px;
}
.cct-case-results-box h6{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #2f9ad9;
}
.cct-case-results-box p{
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 16px;
}
/* case results */

/* about */
.cct-about-wrap {
  position: relative;
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #f8f8f8;
  padding: 112px 0 100px;
}
.cct-about-wrap .cct-about-head {
  text-align: center;
  max-width: 1275px;
  margin: 0 auto;
  margin-bottom: 96px;
}
.cct-about-wrap .cct-about-head h2 {
  font-size: 80px;
  line-height: 80px;
  color: #2f9ad9;
  margin-bottom: 14px;
}
.cct-about-wrap .cct-about-head h6{
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  line-height: 36px;
  color: #333333;
  font-weight: 700;
    margin-bottom: 36px;
}
.cct-about-content h4{
    color: #2f9ad9;
}
.cct-about-content ul{
    padding-top: 12px;
}
.cct-about-content ul li{
    background-repeat: no-repeat;
    background-position: left 2px;
    margin-bottom: 44px;
}
.cct-about-content .cct-about-box{
    padding-left: 90px;
    position: relative;
}
.cct-about-content .cct-about-box h5{
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 13px;
}
.cct-about-content {
  padding-right: 17px;
}
.cct-about-content .cct-about-box h5::before{
    position: absolute;
    content: '';
    width: 100px;
    height: 2px;
    background-color: #2f9ad9;
    bottom: 0;
    left: 0;
}
.cct-about-form{
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    padding: 59px 85px 124px;
    text-align: center;
    max-width: 750px;
    margin: 15px 0 0 auto;
}
.cct-about-form h2 {
  color: #ffffff;
  margin-bottom: 9px;
}
.cct-about-form h6 {
  color: #2f9ad9;
  margin-bottom: 22px;
}
.cct-about-form ul li{
    margin-bottom: 14px;
}
.cct-about-form ul li:last-child{
    margin-bottom: 0;
}
.cct-about-form input[type="text"],
 .cct-about-form input[type="email"],
  .cct-about-form input[type="tel"],
  .cct-about-form select {
   border: none;
   outline: none;
   background-color: #fcfdfd;
   width: 100%;
   height: 60px;
   font-family: 'Roboto', sans-serif;
   font-size: 18px;
   font-weight: 700;
   color: #333333;
   padding: 15px 23px;
} 
.cct-about-form input[type="text"]::placeholder, .cct-about-form input[type="email"]::placeholder, 
.cct-about-form input[type="tel"]::placeholder,
.cct-about-form select::placeholder {
    color: #333333;
    opacity: 1;
}
.cct-about-form input[type="text"]:hover, .cct-about-form input[type="email"]:hover,
 .cct-about-form input[type="tel"]:hover, 
 .cct-about-form input[type="text"]:focus, .cct-about-form input[type="email"]:focus,
 .cct-about-form input[type="tel"]:focus,
 .cct-about-form select:focus {
  color: #ffffff;
  background-color: #38b3fb;
}
.cct-about-form input[type="text"]:hover::placeholder, .cct-about-form input[type="email"]:hover::placeholder,
 .cct-about-form input[type="tel"]:hover::placeholder, 
 .cct-about-form input[type="text"]:focus::placeholder, .cct-about-form input[type="email"]:focus::placeholder,
 .cct-about-form input[type="tel"]:focus::placeholder,
 .cct-about-form select:focus::placeholder{
    color: #ffffff;
 }
 .cct-about-form .wpcf7-spinner{
    display: none;
 }
 .cct-about-form .cct-submit-btn{
  font-family: 'Prata', serif;
  font-size: 24px;
  line-height: 48px;
  color: #ffffff !important;
  width: 100%;
  height: 70px;
  background-color: #38b4fc;
  display: block;
  text-align: center;
  padding: 15px 15px;
  margin: 0 auto;
  margin-top: 17px;
  border: none;
  outline: none;
}
.cct-about-form .cct-submit-btn:hover {
  background-color: #001928;
}
/* about */

/* landing content */
.cct-landing-content-wrap{
    position: relative;
    padding: 116px 0 96px;
}
.cct-landing-left-content{
    max-width: 750px;
    padding-top: 13px;
}
.cct-landing-video{
    width: 100%;
    margin-bottom: 35px;
}
.cct-landing-left-content h4{
    color: #2f9ad9;
    margin-bottom: 5px;
}
.cct-landing-right-content{
    padding-left: 17px;
}
.cct-landing-right-content h2{
    margin-bottom: 21px;
}
.cct-landing-right-content p strong{
    font-size: 19px;
}
/* landing content */

/* testimonials */
.cct-testimonials{
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 136px 0 98px;
}
.cct-testimonials h2{
    color: #ffffff;
}
.cct-testimonials-box .cct-star{
    padding-top: 19px;
    padding-bottom: 13px;
}
.cct-testimonials-box .cct-star li{
 display: inline-block;
 vertical-align: top;
}
.cct-testimonials-box h5{
    font-size: 26px;
    line-height: 45px;
    color: #ffffff;
    margin-bottom: 28px;
}
.cct-testimonials-box h6{
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 0;
    color: #2f9ad9;
    font-weight: 700;
}
.cct-testimonials-box p{
    font-family: 'Vidaloka', serif;
    font-size: 18px;
    color: #ffffff;
}
/* testimonials */

/* logos */
.cct-logos-wrap{
    position: relative;
    padding: 47px 0 46px;
}
/* logos */

/* call */
.cct-call-wrap{
    position: relative;
    background-color: #f8f8f8;
    text-align: center;
    padding: 115px 0 149px;
}
.cct-call-wrap .cct-call-video{
    max-width: 720px;
    min-height: 433px;
    background-color: #000;
    border: 12px solid #ffffff;
    box-shadow: 0 0 45px 0 rgba(0,0,0,.15);
    margin: 0 auto 45px;
    position: relative;
}
.cct-about-video-btn-img {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  z-index: 5;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
}
.cct-call-wrap .cct-call-video h2 {
  position: absolute;
  z-index: 3;
  text-transform: uppercase;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 28px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  letter-spacing: 11px;
  font-family: 'Roboto',sans-serif;
  letter-spacing: 6px;
}
.cct-about-video-image {
  z-index: 1;
  display: block;
  position: relative;
  min-height: 409px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.cct-call-wrap .cct-call-video iframe {
  border: 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100% !important;
}
.cct-call-wrap h2{
    max-width: 910px;
    margin: 0 auto 13px;
    line-height: 56px;
}
.cct-call-wrap p{
    font-size: 19px;
    font-weight: 700;
    max-width: 770px;
    margin: 0 auto 29px;
}
/* call */



@media screen and (max-width:1500px){
    /* about */
    .cct-about-form {
        padding: 59px 55px 105px;
    }
    .cct-about-form h2 {
        font-size: 44px;
        line-height: 54px;
    }
    /* about */
}
@media screen and (max-width:1400px){
/* banner */
.cct-landing-banner h6 {
  line-height: 40px;
}
.cct-landing-banner {
  min-height: 820px;
  padding: 280px 0 80px;
}
/* banner */

/* case results */
.cct-case-results-box h2 {
  line-height: 50px;
}
/* case results */

/* about */
.cct-about-wrap .cct-about-head h2 {
  font-size: 74px;
  line-height: 74px;
}
.cct-about-content {
  padding-right: 10px;
}
.cct-about-content h4 {
  font-size: 28px;
  line-height: 38px;
}
.cct-about-content .cct-about-box {
  padding-left: 84px;
}
.cct-about-content .cct-about-box h5 {
  font-size: 26px;
  line-height: 34px;
}
.cct-about-form {
    padding: 59px 40px 80px;
}
/* about */

/* call */
.cct-call-wrap h2 {
  line-height: 54px;
}
/* call */
}
@media screen and (max-width:1300px){
  /* home contact */
  .cct-home-contact-box {
  padding: 89px 12px 100px;
}
  /* home contact */

      /* banner */
      .cct-landing-banner {
        min-height: 770px;
        padding: 245px 0 80px;
    }
    /* banner */

    /* about */
    .cct-about-content h4 {
        font-size: 26px;
        line-height: 36px;
    }
    .cct-about-content ul li {
        background-size: 55px;
    }
    .cct-about-content .cct-about-box {
        padding-left: 74px;
    }
    .cct-about-content .cct-about-box h5 {
        font-size: 25px;
        line-height: 33px;
    }

    .cct-about-form {
        padding: 55px 25px 65px;
    }
    .cct-about-form h2 {
        font-size: 42px;
        line-height: 52px;
    }
    .cct-about-wrap {
        padding: 100px 0 80px;
    }
    /* about */

    /* landing content */
    .cct-landing-content-wrap {
        padding: 100px 0 85px;
    }
      /* landing content */

      /* testimonials */
      .cct-testimonials {
        background-position: 64% center;
        padding: 100px 0 85px;
    }
    /* testimonials */

    /* call */
    .cct-call-wrap {
        padding: 100px 0 100px;
    }
     /* call */
}
@media screen and (max-width:1200px){
     /* banner */
    .cct-landing-banner h6 {
        line-height: 38px;
    }
    .cct-landing-banner-btn {
        font-size: 22px;
        line-height: 36px;
        width: 280px;
        height: 65px;
    }
    .cct-landing-banner-btn img {
        margin-right: 11px; 
        width: 34px;
    }
    .cct-google-review {
        margin-left: 45px;
    }
    .cct-google-review img{
        height: 65px;
width: auto;
    }
    .cct-landing-banner {
        min-height: 700px;
        padding: 230px 0 80px;
    }
     /* banner */

     /* case results */
.cct-case-results-box h2 {
  line-height: 48px;
}
.cct-case-results-box h6 {
  font-size: 22px;
  line-height: 34px;
}
/* case results */

/* about */
.cct-about-wrap .cct-about-head h2 {
  font-size: 66px;
  line-height: 66px;
}
.cct-about-wrap .cct-about-head h6 {
  font-size: 21px;
  line-height: 34px;
    margin-bottom: 30px;
}
.cct-about-content h4 {
  font-size: 23px;
  line-height: 32px;
}
.cct-about-content .cct-about-box h5 {
  font-size: 22px;
  line-height: 30px;
  padding-bottom: 11px;
  margin-bottom: 10px;
}
.cct-about-content ul li {
  margin-bottom: 35px;
}
.cct-about-form input[type="text"], .cct-about-form input[type="email"], .cct-about-form input[type="tel"], .cct-about-form select {
  font-size: 17px;
  padding: 15px 15px;
}
.cct-about-form {
  padding: 55px 20px 65px;
}
.cct-about-form h2 {
  font-size: 38px;
  line-height: 48px;
}
.cct-about-wrap .cct-about-head {
  margin-bottom: 70px;
}
.cct-about-form .cct-submit-btn{
    font-size: 22px;
line-height: 38px;
height: 64px;
}
/* about */

/* landing content */
.cct-landing-right-content h2 {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 50px;
}
/* landing content */

/* testimonials */
.cct-testimonials-box h5 {
  font-size: 24px;
  line-height: 40px;
}
/* testimonials */

/* call */
.cct-call-wrap h2 {
  line-height: 50px;
}
.cct-call-wrap p {
  font-size: 18px;
  margin: 0 auto 25px;
}
.cct-call-wrap .cct-call-video{
    margin-bottom: 40px;
}
/* call */
}
@media screen and (max-width:1100px){
    /* home contact */
    .cct-home-contact-box p {
        font-size: 18px;
        line-height: 30px;
    }
    .cct-home-contact-box {
        padding: 79px 12px 90px;
    }
    /* home contact */

    /* case results */
    .cct-case-results-box h2 {
        line-height: 44px;
        font-size: 36px;
    }
    .cct-case-results-box h6 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 2px;
    }
    /* case results */

    /* about */
    .cct-about-form h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .cct-about-wrap {
        padding: 85px 0 70px;
    }
    /* about */

    /* landing content */
    .cct-landing-right-content h2 {
        font-size: 37px;
        line-height: 45px;
    }
    .cct-landing-content-wrap {
        padding: 90px 0 80px;
    }
      /* landing content */

      /* testimonials */
      .cct-testimonials-box h5 {
        font-size: 22px;
        line-height: 36px;
    }
    .cct-testimonials {
        padding: 90px 0 75px;
    }
    /* testimonials */
}
@media screen and (max-width:991px){
    /* home contact */
    .cct-home-contact-box {
        padding: 56px 12px 65px;
    }
    .cct-footer-top {
        padding: 220px 0 14px;
    }
     /* home contact */

         /* banner */
    .cct-landing-banner{
        min-height: auto;
        background-size: 100%;
        padding: 0;
        padding-top: 51%;
    }
    .cct-landing-banner .live-edit-button{
        top: 10px;
    }
    .cct-landing-banner .container{
        padding: 0;
    }
    .cct-landing-banner .cct-banner-content{
   max-width: unset;
   background-color: #001928;
  padding: 30px 15px 40px;
  border-bottom: 1px solid rgba(255,255,255,.10);
  text-align: center;
    }
    .cct-google-review {
        margin-left: 0;
        display: block;
        margin-top: 18px;
    }
    .cct-landing-banner-btn:hover {
        background-color: #05263a;
    }
    /* banner */

    /* case results */
    .cct-case-results-box h2 {
        line-height: 40px;
        font-size: 32px;
    }
    .cct-case-results-box h6 {
        font-size: 18px;
        line-height: 28px;
    }
    .cct-case-results-box {
        padding: 0 12px;
    }
    .cct-case-results-box p {
        font-size: 13px;
    }
    .cct-case-results-box::before {
        height: 45px;
    }
    .cct-case-results {
        padding: 36px 0 36px;
    }
    /* case results */

    /* about */
    .cct-about-wrap .cct-about-head h2 {
        font-size: 51px;
        line-height: 52px;
    }
    .cct-about-content {
        padding-right: 0;
    }
    .cct-about-wrap .col-md-6{
        width: 100%;
    }
    .cct-about-wrap .cct-about-head h6 {
        margin-bottom: 25px;
    }
    .cct-about-wrap .cct-about-head {
        margin-bottom: 45px;
    }
    .cct-about-form {
        padding: 41px 20px 50px;
        max-width: unset;
    }
    .cct-about-wrap {
        padding: 58px 0 65px;
    }
    /* about */

    /* landing content */
    .cct-landing-right-content {
        padding-left: 0;
        padding-top: 10px;
    }
    .cct-landing-content-wrap .col-md-6{
        width: 100%;
    }
    .cct-landing-left-content {
        max-width: unset;
        padding-top: 0;
    }
    .cct-landing-right-content h2 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 15px;
    }
    .cct-landing-video {
        margin-bottom: 25px;
    }
    .cct-landing-content-wrap {
        padding: 65px 0 42px;
    }
    /* landing content */

    /* logos */
    .cct-logos-wrap {
        padding: 40px 0 40px;
    }
    /* logos */

    /* testimonials */
    .cct-testimonials-box h6 {
        font-size: 20px;
        line-height: 26px;
    }
    .cct-testimonials-box p{
        font-size: 17px;
    }
    .cct-testimonials .col-md-6{
        width: 70%;
    }
    .cct-testimonials-box h5 {
        font-size: 20px;
        line-height: 34px;
        margin-bottom: 20px;
    }
    .cct-testimonials-box .cct-star {
        padding-top: 15px;
    }
    .cct-testimonials {
        padding: 57px 0 43px;
    }
    .cct-testimonials-box h6 {
        font-size: 19px;
        line-height: 25px;
    }
    /* testimonials */

    /* call */
    .cct-call-wrap {
        padding: 65px 0 65px;
    }
    .cct-call-wrap h2 {
        line-height: 46px;
    }
    .cct-call-wrap .cct-call-video{
        min-height: 360px;
    }
    .cct-call-wrap .cct-call-video iframe {
        height: 336px;
    }
    .cct-about-video-image {
        min-height: 336px;
    }
    /* call */
}
@media screen and (max-width:767px){
    /* home contact */
    .cct-home-contact-box p {
        font-size: 16px;
        line-height: 26px;
    }
    .cct-home-contact-box {
        padding: 47px 12px 55px;
    }
    .cct-footer-top {
        padding: 210px 0 4px;
    }
      /* home contact */

      /* banner */
      .cct-landing-banner h6 {
        line-height: 36px;
        margin-bottom: 22px;
    }
    .cct-landing-banner-btn {
        font-size: 20px;
        line-height: 31px;
        width: 270px;
        height: 60px;
    }
    .cct-landing-banner-btn img {
        margin-right: 9px;
        width: 30px;
    }
    .cct-google-review img {
        height: 60px;
    }
    /* banner */

    /* case resulst */
    .cct-case-results ul li {
        width: 32.5%;
        margin-bottom: 25px;
    }
    .cct-case-results {
        padding: 36px 0 11px;
    }
    .cct-case-results ul li:nth-child(3) .cct-case-results-box::before {
      display: none;
    }
    /* case resulst */

       /* about */
       .cct-about-wrap .cct-about-head h2 {
        font-size: 44px;
        line-height: 46px;
    }
    .cct-about-wrap .cct-about-head h6 {
        font-size: 20px;
        line-height: 32px;
    }
    .cct-about-wrap .cct-about-head {
        margin-bottom: 40px;
    }
    .cct-about-content .cct-about-box h5 {
        padding-bottom: 8px;
        margin-bottom: 8px;
    }
    .cct-about-content ul li {
        margin-bottom: 27px;
    }
    .cct-about-form h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .cct-about-wrap {
        padding: 49px 0 55px;
    }
    .cct-about-form .cct-submit-btn{
        font-size: 20px;
        line-height: 33px;
        height: 59px;
    }
    /* about */

    /* landing content */
    .cct-landing-right-content p strong {
        font-size: 17px;
    }
    .cct-landing-right-content h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .cct-landing-content-wrap {
        padding: 55px 0 33px;
    }
     /* landing content */

        /* logos */
    .cct-logos-wrap {
        padding: 40px 0 20px;
    }
    /* logos */

    /* testimonials */
    .cct-testimonials .col-md-6 {
        width: 100%;
        padding: 0;
    }
    .cct-testimonials{
        padding: 0;
        background-size: 100%;
        background-position: center top;
        padding-top: 39%;
    }
    .cct-testimonials-content{
        text-align: center;
        padding: 20px 12px 20px;
        background-color: #001928;
    }
    .cct-testimonials-content {
        padding: 38px 12px 22px;
    }
    .cct-testimonials-box .cct-star li img{
        width: 30px;
    }
    .cct-testimonials h2{
        margin-bottom: 10px;
    }
     /* testimonials */

     /* call */
     .cct-call-wrap h2 {
        line-height: 40px;
    }
    .cct-call-wrap p {
        font-size: 17px;
        margin: 0 auto 22px;
    }
    .cct-call-wrap .cct-call-video {
        margin-bottom: 35px;
    }
    .cct-call-wrap {
        padding: 55px 0 55px;
    }
     /* call */
}
@media screen and (max-width:600px){
    .cct-footer-top {
        padding: 210px 0 38px;
    }

      /* case resulst */
    .cct-case-results-box h2 {
        line-height: 36px;
        font-size: 28px;
    }
    .cct-case-results-box h6 {
        font-size: 16px;
        line-height: 26px;
    }
    .cct-case-results-box {
        padding: 0 10px;
    }
    .cct-case-results-box p {
        font-size: 11.5px;
        line-height: 14px;
    }
      /* case resulst */

             /* about */
.cct-about-wrap .cct-about-head h2 {
  font-size: 38px;
  line-height: 40px;
}
    /* about */

    /* landing content */
    .cct-landing-right-content h2 {
        font-size: 30px;
        line-height: 38px;
    }
    /* landing content */

    /* call */
    .cct-call-wrap h2 {
        line-height: 38px;
    }
    .cct-call-wrap .cct-call-video{
        min-height: 295px;
    }
    .cct-call-wrap .cct-call-video iframe {
        height: 271px;
    }
    .cct-about-video-image {
        min-height: 271px;
    }
    .cct-about-video-btn-img {
        width: 58px;
    }
    /* call */
}
@media screen and (max-width:500px){
     /* home contact */
     .cct-home-contact-box h2 {
        margin-bottom: 10px;
    }
    .cct-home-contact-box p {
        font-size: 15px;
        line-height: 24px;
    }
    .cct-home-contact-box {
        padding: 38px 12px 45px;
    }
    .cct-footer-top {
        padding: 200px 0 28px;
    }
    /* home contact */

    /* banner */
    .cct-landing-banner h6 {
        line-height: 30px;
        margin-bottom: 20px;
    }
    .cct-landing-banner h1 {
        margin-bottom: 13px;
        line-height: 38px;
    }
    .cct-landing-banner .cct-banner-content {
        padding: 29px 12px 35px;
    }
    /* banner */

    /* case resulst */
    .cct-case-results ul li {
        width: 49%;
        margin-bottom: 20px;
    }
    .cct-case-results {
        padding: 31px 0 12px;
    }
    .cct-case-results ul li:nth-child(3) .cct-case-results-box::before {
      display: block;
    }
    .cct-case-results ul li:nth-child(2) .cct-case-results-box::before {
        display: none;
      }
    /* case resulst */

                 /* about */
.cct-about-wrap .cct-about-head h2 {
  font-size: 34px;
  line-height: 36px;
}
.cct-about-wrap .cct-about-head h6 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}
.cct-about-content h4 {
  font-size: 21px;
  line-height: 29px;
}
.cct-about-content .cct-about-box h5 {
    font-size: 20px;
    line-height: 28px;
}
.cct-about-content ul li {
  background-size: 46px;
    margin-bottom: 22px;
}
.cct-about-content .cct-about-box {
  padding-left: 60px;
}
.cct-about-content ul {
  padding-top: 5px;
}
.cct-about-wrap .cct-about-head {
  margin-bottom: 30px;
}
.cct-about-form h2 {
  font-size: 28px;
  line-height: 36px;
    margin-bottom: 8px;
}
.cct-about-form h6 {
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 26px;
}
.cct-about-form {
  padding: 33px 12px 40px;
}
.cct-about-form input[type="text"], .cct-about-form input[type="email"], .cct-about-form input[type="tel"], .cct-about-form select {
  font-size: 16px;
    text-overflow: ellipsis;
}
.cct-about-wrap {
  padding: 41px 0 45px;
}
.cct-about-form .cct-submit-btn{
    font-size: 18px;
    line-height: 29px;
    width: 100%;
    height: 55px;
}
    /* about */

    /* landing */
    .cct-landing-right-content p strong {
        font-size: 16px;
    }
    .cct-landing-right-content h2 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 10px;
    }
    .cct-landing-video {
        margin-bottom: 20px;
    }
    .cct-landing-content-wrap {
        padding: 45px 0 23px;
    }
    /* landing */

    /* testimonials */
    .cct-testimonials-box .cct-star li img {
        width: 25px;
    }
    .cct-testimonials-box .cct-star {
        padding-top: 5px;
    }
    .cct-testimonials-box h5 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .cct-testimonials-box h6 {
        font-size: 17px;
        line-height: 24px;
    }
    .cct-testimonials-box p {
        font-size: 16px;
    }
    .cct-testimonials-content {
        padding: 33px 12px 18px;
    }
     /* testimonials */

     /* call */
     .cct-call-wrap h2 {
        line-height: 36px;
    }
    .cct-call-wrap p {
        font-size: 16px;
        margin: 0px auto 20px;
    }
    .cct-call-wrap {
        padding: 45px 0 45px;
    }
    .cct-call-wrap .cct-call-video {
        margin-bottom: 30px;
    }
     /* call */
}
@media screen and (max-width:400px){
       /* banner */
    .cct-landing-banner h1 {
        line-height: 36px;
        font-size: 28px;
    }
    .cct-landing-banner h6 {
        line-height: 28px;
        font-size: 18px;
    }
       /* banner */

        /* case resulst */
       .cct-case-results-box h6 {
        font-size: 15px;
        line-height: 25px;
    }
    .cct-case-results-box h2 {
        line-height: 30px;
        font-size: 24px;
    }
     /* case resulst */

     /* about */
     .cct-about-wrap .cct-about-head h2 {
        font-size: 30px;
        line-height: 32px;
    }
    .cct-about-form input[type="text"], .cct-about-form input[type="email"], .cct-about-form input[type="tel"], .cct-about-form select {
        font-size: 15px;
    }
    /* about */

    /* call */
    .cct-call-wrap .cct-call-video{
        min-height: 250px;
    }
    .cct-call-wrap .cct-call-video iframe {
        height: 226px;
    }
    .cct-about-video-image {
        min-height: 226px;
    }
    .cct-about-video-btn-img {
        width: 45px;
    }
    .cct-call-wrap .cct-call-video h2{
        bottom: 9px;
        letter-spacing: 4px;
        font-size: 22px;
        line-height: 28px;
    }
     /* call */
}