/*Theme Name: headstart*/
section.logos-row {
   padding: 30px 0;
   text-align: center;
   background-color: #fff;
}
section.logos-row .boxes .box {
    display: inline-block;
    padding: 20px;
    max-width: 220px;
    vertical-align: middle;
}
header ul li {
    list-style: none;
    display: inline-block;
}
/*  GENERAL/*===================================================================================*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
   line-height: 1.4;
}
blockquote {
    border-left: 5px solid #eee;
    padding-top: 0;
    background: #fff;
}
ul {
    margin: 0;
    padding: 0;
}
ul,
li {
    list-style-type: none;
}
a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover,
a:focus {
    text-decoration: underline;
    outline: none;
}
header img,
section img {
    max-width: 100%;
}
a {
    outline: none!important;
    color: #000;
}
a:hover,
a:active,
a:focus {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #282839;
}
a:hover {
   color: #227A7B;
}
p {
    margin: 0;
    padding: 0;
    color: #182030;
}
*:focus {
    outline: none;
}
.error-404 {
    height: 500px;
}
body {
    background: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.home header {
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.7+0,0+100;White+to+Transparent */
   background: -moz-linear-gradient(top,  rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
   background: -webkit-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
   background: linear-gradient(to bottom,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
   
}
header {
    padding: 40px 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
}
header .header-menu {
    display: block;
}
header .header-menu ul.primary-menu>li:hover>a {
    color: #31969a;
}
header .header-menu ul.primary-menu>li.menu-item-has-children:hover>a:after {
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #31969a transparent;
}
header .header-menu ul.primary-menu>li:focus>a {
    color: #31969a;
}
header .header-menu ul.primary-menu>li>a:focus {
    color: #31969a;
}
header .header-menu ul.primary-menu>li.menu-item-has-children>a:after {
    content: "";
    display: inline-block;
    margin-left: 7px;
    top: -3px;
    position: relative;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #000000 transparent transparent transparent;
}
header .header-menu ul.primary-menu>li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}
header .header-menu .sub-menu {
    padding: 0;
    margin: 0;
    background-color: #fff;
    list-style: none;
    border-radius: 0 0 6px 6px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    min-width: 240px;
    z-index: 10;
    border: none;
    box-shadow: none;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    transform: translateY(-0.5em);
}
header .header-menu .sub-menu li {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
    position: relative;
    z-index: 2;
    text-align: left;
    border-bottom: 1px solid #F1F1F1;
}
header .header-menu .sub-menu li:last-child {
    border-bottom: none;
}
header .header-menu .sub-menu li a {
    display: block;
    color: #000;
    background: #fff;
    padding: 15px 25px 15px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    transition: padding ease 0.5s;
    position: relative;
    overflow: hidden;
}
header .header-menu .sub-menu li.current-menu-item a {
    color: #319599;
}
header .header-menu .sub-menu li a:hover {
    background: -moz-linear-gradient(45deg,rgba(16,125,133,1) 0%,rgba(15,28,58,1) 100%);
    background: -webkit-linear-gradient(45deg,rgba(16,125,133,1) 0%,rgba(15,28,58,1) 100%);
    background: linear-gradient(45deg,rgba(16,125,133,1) 0%,rgba(15,28,58,1) 100%);
    color: #fff;
}
header .header-menu ul.primary-menu {
    text-align: center;
    position: relative;
    padding-left: 40px;
}
header .header-menu ul.primary-menu > li {
    padding: 20px 15px;
    margin: 0 40px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    position: relative;
}
header .header-menu ul.primary-menu > li >  a {
   text-shadow: 1px 1px 0px rgba(255,255,255,0.15);
}
header .header-menu ul.primary-menu > li.current-menu-item > a {
   color: #31969A;
}
header .header-menu ul.primary-menu > li > a:hover {
   color: #31969A;
   text-shadow: none;
}
header .header-menu ul.primary-menu > li:first-child {
    margin-left: 0px;
}
header .header-menu ul.primary-menu > li:last-child {
    margin-right: 0px;
}

header .header-menu ul.primary-menu > li:nth-child(2) {
    margin-right: 150px;
}
header .header-menu ul.primary-menu > li:nth-child(3) {
    margin-left: 150px;
    position: relative;
}
header .logo {
    position: absolute;
    right: 0;
    left: 0;
    top: 20px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    width: 184px;
}
header .menu-btn {
    display: inline-block;
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
}
section.page-default {
    padding: 60px 0;
    text-align: center;
}
section.page-default .entry-content p {
    font-size: 18px;
    line-height: 1.8;
}
section.page-default .entry-content{
    margin: 40px auto;
}
.video-wrapper {
   margin-top: 80px;
}
.video-wrapper iframe {
   background: rgba(255, 255, 255, 0.9);
   padding: 10px;
   -webkit-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.3);
   -moz-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.3);
   box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.3)
}
.menu-form {
    width: 60px;
    height: 60px;
    position: fixed;
    border: none;
    left: 15px;
    top: 15px;
    color: #fff;
    background: #31969A;
    text-align: center;
    font-size: 27px;
    line-height: 60px;
    cursor: pointer;
    z-index: 9999;
}
.menu-form .fa {
    font-size: 30px;
}
.menu-form .fa.fa-envelope-open-o {
    top: -2px;
    position: relative;
}
.form-container {
    display: block;
}
.logo-footer img {
    max-width: 90px;
}
button.toggle_mnu {
    width: 60px;
    height: 60px;
    border: none;
    right: 15px;
    top: 15px;
    position: fixed;
    z-index: 9999;
    background-color: #31969A !important;
}
button.toggle_mnu:not(:hover):not(:active):not(.has-background) {
    background-color: #31969A !important;
}
.toggle_mnu span {
    display: block;
}
.sandwich {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 8px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 200;
}
.sw-topper {
    position: relative;
    top: 0;
    width: 28px;
    height: 3px;
    background: #fff;
    border: none;
    border-radius: 4px 4px 4px 4px;
    -webkit-transition: -webkit-transform 0.5s, top 0.2s;
    transition: transform 0.5s, top 0.2s;
    display: block;
}
.sw-bottom {
    position: relative;
    width: 28px;
    height: 3px;
    top: 6.6px;
    background: #fff;
    border: none;
    border-radius: 4px 4px 4px 4px;
    -webkit-transition: -webkit-transform 0.5s, top 0.2s;
    transition: transform 0.5s, top 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
}
.sw-footer {
    position: relative;
    width: 28px;
    height: 3px;
    top: 13.5px;
    background: #fff;
    border: none;
    border-radius: 4px 4px 4px 4px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.sandwich.active .sw-topper {
    top: 9px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sandwich.active .sw-bottom {
    top: 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sandwich.active .sw-footer {
    opacity: 0;
    top: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
/*sticky header*/

.sticky {
    position: fixed;
    padding: 0;
    margin-top: 0px;
    background: rgba(255, 255, 255, 0.9);
    display: block;
    height: 105px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.sticky .logo {
    width: 100px;
    top: 10px;
}
.sticky .header-menu ul {
    top: 22px;
}
.header-wrapper {
    height: 200px;
    width: 100%;
    background: #eee;
}
section.header-form {
    position: relative;
}

section.header-form:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    z-index: -222;
   background-repeat: no-repeat !important;
   background-size: cover !important;
   background-position: center;
   background-image: url(/wp-content/uploads/2019/02/HSC-Landing-e1550101540424.jpg);
}
.header-form .form input {
    margin-top: 15px;
}
html .parallax-mirror {
   opacity: 0;
   transition: opacity ease 1s;
   visibility: hidden !important;
}
html .parallax-mirror.active {
   visibility: visible !important;
   opacity: 1;
}
section.header-form .overlay {
   position: absolute;
   height: 100%;
   width: 100%;
   top: 0;
   left: 0;
   right: 0;
   margin: 0 auto;
   background-color:#444;
}
section.header-form:before {
   content: "";
   position: absolute;
   height: 100%;
   width: 100%;
   top: 0;
   left: 0;
   right: 0;
   margin: 0 auto;
   background-color: rgba(0,0,0,0.25);
}
section.header-form .img-bg {
    width: 100%;
    visibility: hidden;
    min-height: 800px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
   background-image: url(/wp-content/uploads/2019/02/HSC-Landing-e1550101540424.jpg);
}
section.header-form .img-bg-small {
    width: 100%;
    min-height: 400px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
section.header-form.default-header .top-content {
    top: 80px;
}
section.header-form img {
    width: 100%;
    height: auto;
}
section.header-form .top-content {
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
}
section.header-form .top-content h1 {
    font-size: 65px;
    font-weight: bold;
    margin-top: 100px;
    margin-bottom: 40px;
    line-height: 60px;
    color: #fff;
   opacity: 0;
}
section.header-form .top-content ul li {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 300;
}
section.header-form .top-content ul li:before {
    font-family: FontAwesome;
    content: "\f105";
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
    text-align: center;
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 1px solid #fff;
    line-height: 25px;
}
section.header-form .form-wrapper {
    float: right;
    width: 350px;
    color: #000;
    min-height: 450px;
    background: rgba(255, 255, 255, 0.9);
    padding: 40px;
    -webkit-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.3);
}
section.header-form .form-wrapper h2 {
    font-size: 25px;
    color: #31969A;
    line-height: 1.2;
    font-weight: bold;
}
.contact-form-wrapper {
    margin-top: 40px;
    margin-bottom: 100px;
}
.contact-form-wrapper .form input[type="submit"] {
    width: inherit;
    min-width: 180px;
    display: inline-block;
}
.form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #DDDDDD;
    background: transparent;
    color: #444;
    padding: 5px 0 5px 10px;
    font-size: 16px;
    line-height: 30px;
}
.form .textarea {
    margin-top: 40px;
}
.form label {
   margin-top: 10px;
   color: #444;
   padding: 5px 0 5px 10px;
   font-size: 16px;
   line-height: 30px;
   display: block;
   margin-bottom: 0;
   font-weight: 300;
}
.form textarea {
    width: 100%;
    border: 1px solid #DDDDDD;
    background: transparent;
    color: #444;
    padding: 5px 0 5px 10px;
    font-size: 16px;
    line-height: 30px;
}
.form textarea:focus,
.form input:focus {
    padding-bottom: 4px;
    border-bottom: 2px solid #31969A;
    background: #EEEEEE;
}
.form span.wpcf7-not-valid-tip {
    position: absolute;
}
.form div.wpcf7-response-output {
    margin: 10px 0;
}
.form div.wpcf7-validation-errors {
    border: 1px solid #f00;
}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #444;
}
::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #444;
}
:-ms-input-placeholder {
    /* IE 10+ */
    
    color: #444;
}
:-moz-placeholder {
    /* Firefox 18- */
    
    color: #444;
}
.form input[type="submit"] {
    display: block;
    width: 100%;
    color: #fff;
    background: #31969A;
    padding: 15px 25px;
    border: 2px solid #31969A;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-top: 45px;
}
section.testimonials {
    background: #eee;
    padding: 50px 0 100px;
}
section.testimonials .logos-image {
   background-color: #fff;
   padding: 40px 0;
   height: 585px;
   width: 100%;
   text-align: center;
   -webkit-background-size:cover;
   background-size: cover;
   position: relative;
}

section.testimonials .logos {
   background-color: #fff;
   padding: 40px 0;
   height: 585px;
   width: 100%;
   text-align: center;
}
section.testimonials .logos .logo {
   display: inline-block;
   padding: 5px 10px;
   max-width: 230px;
}
section.testimonials .number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 25px;
    font-weight: bold;
    color: #ACACB8;
    transform: rotate(-90deg);
    z-index: 99999;
}
section.testimonials .slider-wrapper {
    padding: 20px 0 0;
}
section.testimonials .item {
    position: relative;
}
section.testimonials .owl-nav .owl-prev {
    width: 40px;
    height: 70px;
    position: absolute;
    top: 40%;
    left: -15%;
    background-image: url(/wp-content/themes/headstart/images/arrows.png);
}
section.testimonials .owl-nav .owl-next {
    width: 40px;
    height: 70px;
    position: absolute;
    top: 40%;
    right: -115%;
    background-position: -40px 0;
    background-image: url(/wp-content/themes/headstart/images/arrows.png);
}
section.testimonials .owl-nav .owl-prev:hover {
    background-position: 0px -70px;
}
section.testimonials .owl-nav .owl-next:hover {
    background-position: -40px -70px;
}
section.testimonials .testimonial-block:after {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
section.testimonials .testimonial-block:before {
    content: "";
    display: block;
   opacity: 0.7;
   background: rgb(16,125,133);
   background: -moz-linear-gradient(45deg, rgba(16,125,133,1) 0%, rgba(15,28,58,1) 100%);
   background: -webkit-linear-gradient(45deg, rgba(16,125,133,1) 0%,rgba(15,28,58,1) 100%);
   background: linear-gradient(45deg, rgba(16,125,133,1) 0%,rgba(15,28,58,1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#107d85', endColorstr='#0f1c3a',GradientType=1 );
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
section.testimonials .testimonial-block {
    display: block;
    position: absolute;
    z-index: 99;
    top: 0;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 60px;
    height: 100%;
    width: 100%;
}
section.testimonials .testimonial-block .author {
    display: block;
    color: #fff;
    position: absolute;
    padding: 20px;
    left: 0;
    bottom: 30px;
    right: 0;
    font-weight: bold;
}
section.testimonials .testimonial-block .center {
    position: absolute;
    z-index: 9999;
    display: block;
    background: url(/wp-content/themes/headstart/images/lines.png) no-repeat;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    background-position: center;
    top: -20px;
}
section.testimonials .testimonial-block .border {
    border-top: 2px solid #fff;
    z-index: 9999;
}
section.testimonials .testimonial-block .testimonial-text p {
   color: #fff;
}
section.testimonials .testimonial-block .testimonial-text {
    padding: 100px 50px;
    height: 100%;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    line-height: 1.8;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    z-index: 99999;
    position: relative;
    color: #fff;
    font-size: 16px !important;
}
section.testimonials .testimonial-block .testimonial-text * {
    font-size: 16px !important;
}
section.testimonials .partners-logo img {
    width: 100%;
}
section.testimonials .owl-carousel .item:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
section.testimonials .owl-carousel .owl-item img {
    height: auto;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
section.testimonials .owl-carousel .owl-dots {
    bottom: 16px;
    position: absolute;
    left: 0;
    right: 0;
}
section.testimonials  .owl-carousel .item:hover .testimonial-block:after {
    background: rgba(0, 0, 0, 0.6);
}
section.team {
    width: 100%;
    background-size: cover !important;
    color: #fff;
    padding: 40px 0;
    height: auto;
    text-align: left;
    overflow: hidden;
}
section.team h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
    letter-spacing: 5px;
}
section.team p {
    color: #fff;
    font-size: 16px;
}
section.team .title h2 {
    color: #fff;
    text-transform: none;
}
section.team .title h3 {
    color: #fff;
}
section.services {
    color: #fff;
    text-align: center;
    padding: 70px 0;
    height: 600px;
}
section.services .img-wrapper {
    min-height: 68px;
    position: relative;
    margin: 20px 0;
}
section.services .img-wrapper img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
section.services h2 {
    font-size: 40px;
    margin: 0 0 50px;
    color: #fff;
}
section.services a {
    display: block;
    color: #fff;
    font-size: 26px;
    text-decoration: underline;
    margin: 20px 0;
}
section.services p {
    font-size: 18px;
    padding: 0 20px;
    color: #fff;
}
section.new-service {
    min-height: 600px;
   position: relative;
    padding: 70px 0;
}
section.new-service:before {
   content: "";
   position: absolute;
   height: 100%;
   width: 100%;
   top: 0;
   left: 0;
   right: 0;
   margin: 0 auto;
   opacity: 0.4;
   background: rgb(16,125,133);
   background: -moz-linear-gradient(45deg, rgba(16,125,133,1) 0%, rgba(15,28,58,1) 100%);
   background: -webkit-linear-gradient(45deg, rgba(16,125,133,1) 0%,rgba(15,28,58,1) 100%);
   background: linear-gradient(45deg, rgba(16,125,133,1) 0%,rgba(15,28,58,1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#107d85', endColorstr='#0f1c3a',GradientType=1 );
}
section.new-service h1 {
    font-size: 50px;
    font-weight: bold;
    margin-top: 100px;
    margin-bottom: 40px;
    line-height: 60px;
    color: #fff;
}
section.new-service .description {
    color: #fff;
    margin-bottom: 40px;
    font-size: 40px;
}
section.feedback {
    text-align: center;
    margin: 70px 0 30px;
}
.left-col a {
    font-weight: bold;
    color: #31969A;
    line-height: 26px;
    border-bottom: 1px solid #31969A;
}
section.feedback h3 {
    font-size: 30px;
    color: #31969A;
    font-weight: bold;
    text-transform: uppercase;
    padding: 30px 0 20px;
}
section.feedback p {
    font-size: 20px;
    padding: 20px 0;
}
section.feedback p a {
    color: #31969A;
    line-height: 26px;
    text-transform: capitalize;
    border-bottom: 1px solid #31969A;
}
section.feedback a.le-button {
    top: -10px;
    position: relative;
    background: #31969A;
    color: #fff;
}
section.feedback .block {
    padding: 30px 0;
    overflow: hidden;
    clear: both;
}
section.feedback .phone {
    font-size: 24px;
    color: #31969A;
    font-weight: bold;
    text-transform: uppercase;
}
section.feedback .or {
    color: #31969A;
    font-size: 18px;
    line-height: 31px;
}
footer {
    margin-top: 50px;
    margin-bottom: 50px;
}
footer .social-links {
    text-align: center;
    margin-bottom: 40px;
}
footer .social-links a {
    color: #31969A;
    font-size: 22px;
    margin: 0 20px;
}
footer .dev-company {
    text-align: right;
}
section.content {
    margin: 80px 0;
   font-size: 18px;
    position: relative;
}

section.content ul {
    margin-left: 0px;
    margin-bottom: 15px;
}
section.content ul li {
    list-style: none;
    margin-bottom: 5px;
    padding-left: 15px;
    position: relative;
    line-height: 25px;
}
section.content ul li:before {
   content: "";
   height: 6px;
   width: 6px;
   border-radius: 50%;
   background-color: #31969A;
   position: absolute;
   left: 0;
   top: 8px;
}
section.content ol li {
   margin-bottom: 5px;
   font-size: 18px;
   list-style-type: inherit;
   line-height: 25px;
}

section.content p {
   font-size: 18px;
}
section.content ol {
    margin-bottom: 20px;
    margin-left: 15px;
    padding: 0;
}
section.service-content ul li {
    margin-bottom: 10px;
    font-size: 22px;
    float: none;
    clear: both;
    line-height: 19px;
}
section.service-content ul li:before {
    font-family: FontAwesome;
    content: "\f105";
    color: #31969A;
    font-size: 20px;
    margin-right: 10px;
    text-align: center;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 25px;
}
section.content p {
    line-height: 25px;
}
section.content a.le-button {
    border-left: none;
    border-right: none;
    font-size: 16px;
    border-top: 2px solid #31969A;
    border-bottom: 2px solid #31969A;
    margin: 50px 0 0;
    padding: 20px 50px;
    text-decoration: none;
    position: relative;
}
section.content a.le-button i.fa-angle-left {
    left: 30px;
}
section.content a.le-button:hover i.fa-angle-left {
    left: 20px;
}
section.content a.le-button i.fa-angle-right {
    right: 30px;
}
section.content a.le-button:hover i.fa-angle-right {
    right: 20px;
}
section.content a.le-button i {
    top: 34%;
    position: absolute;
    font-size: 22px;
    line-height: 19px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
section.content .main-title {
    font-size: 30px;
    color: #31969A;
    margin-bottom: 0px;
    font-weight: bold;
}
section.content .main-title-404 {
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    bottom: 0;
}
section.content .feature-text {
    font-size: 18px;
    color: #31969A;
    margin: 10px 0 40px;
    line-height: 29px;
}
section.content.single .feature-text {
    margin: 0px 0 5px;
}
section.content.single p {
    margin-bottom: 15px;
    font-weight: 300 !important;
}
b, strong {
    font-weight: 600;
}
section.content .left-col {
    padding-right: 60px;
}
section.content .right-col h2 {
    font-size: 24px;
    color: #31969A;
    font-weight: bold;
    text-transform: uppercase;
}
section.content .services-wrapper {
    background: #eee;
    padding: 100px 0;
    margin-top: 100px;
}
.services-wrapper .row:nth-child(even) .col-sm-6:nth-child(odd) {
    float: right;
}
section.content .services-wrapper .icon-wrapper {
    position: absolute;
    z-index: 10;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
}
section.content .services-wrapper .img-block {
    margin-bottom: 80px;
    position: relative;
}
section.content .services-wrapper .img-block .number {
    position: absolute;
    font-size: 25px;
    font-weight: bold;
    color: #319699;
    transform: rotate(-90deg);
    z-index: 10;
    bottom: 20px;
    right: 20px;
}
section.content .services-wrapper .content-block {
    height: 100%;
    background: #fff;
    overflow: hidden;
}
section.content .services-wrapper .content-block a {
    color: #000;
    font-size: 26px;
    text-decoration: underline;
    padding: 0 80px;
    margin: 40% auto 20px;
    display: block;
    text-align: center;
    border-bottom: none;
    font-weight: 600;
}
section.content .services-wrapper .content-block p {
    padding: 0 100px;
    text-align: center;
    font-size: 18px;
}
section.section-contact {
    height: 600px;
    color: #fff;
    text-align: center;
    padding-top: 190px;
}
section.section-contact p {
    font-size: 25px;
    color: #fff;
    margin: 20px 0;
}
section.section-contact p span.email {
    font-weight: bold;
    border-bottom: 1px solid #fff;
}
section.section-contact h2 {
    font-weight: bold;
    font-size: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
}
section.section-contact h3,
section.section-contact a {
    color: #fff;
}
section.section-contact h3 {
    font-size: 25px;
    margin-bottom: 15px;
}
section.section-contact .logo-feedback div {
    line-height: 25px;
}
section.section-contact .logo-feedback .bot {
    padding: 30px 0 0;
}
section.section-contact .logo-feedback div p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: normal;
}
section.section-contact .logo-feedback a {
    line-height: 26px;
    border-bottom: 1px solid #fff;
}
section .title {
    text-align: center;
}
section span.line {
   visibility: hidden;
    height: 30px;
    width: 1px;
    border-left: 1px solid #ACACB8;
    display: inline-block;
    margin: 0 auto;
}
section .title h3 {
    opacity: 0;
    text-transform: uppercase;
    color: #ACACB8;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    letter-spacing: 5px;
}
section .title h3.bot {
    margin-bottom: 10px;
    padding-top: 13px;
}
section .title h2 {
    opacity: 0;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: normal;
    margin-top: -15px;
}
section .title h2.top {
    margin-top: 0px;
    margin-bottom: -15px;
}
section .title .feature-text{
    color: #fff;
    font-size: 25px;
    max-width: 650px;
    margin: 10px auto 0;
}
section .title .feature-text p {
    color: #fff;
    margin: 0;
    padding: 0;
}
.le-button {
    display: inline-block;
    color: #31969A;
    padding: 15px 30px;
    border: 2px solid #31969A;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.le-button-dark {
    display: inline-block;
    padding: 15px 30px;
    border: 2px solid #31969A;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    background: #31969A;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}
.le-button-dark:before {
    content: '';
    position: absolute;
    border:rgba(49, 150, 154, 0.8) solid 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration:1s;
    animation-duration: 1s;
}
.le-button-dark:hover:before, .le-button-dark:focus:before, .le-button-dark:active:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.le-button-dark:hover {
   color: #fff;
}
.le-button-white {
    background: #fff;
    display: inline-block;
    color: #31969A;
    padding: 15px 30px;
    /*outline: 2px solid rgba(255, 255, 255, 0.2) !important;*/
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}
.le-button-white:before {
    content: '';
    position: absolute;
    border: rgba(255,255,255,0.5) solid 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.le-button-white:hover:before, .le-button-white:focus:before, .le-button-white:active:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.le-button-white:hover {
   color: #31969A;
}
/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}
@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}
a.le-button-simple {
    font-size: 22px;
    line-height: 1.2;
    border-bottom: 1px solid rgba(255,255,255,1) !important;
    font-weight: 600;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.p-0 {
    padding: 0;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.left-block {
    padding-right: 20px;
}
.right-block {
    padding-left: 20px;
}
.category .category-item {
    font-weight: 600;
    font-size: 14px;
    background: #EEEEEE;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    border: none;
    text-decoration: none;
    margin: 0 10px 10px 0;
}
.category .category-item:hover {
    background: #31969A;
    color: #fff;
}
.post-block {
   display: block;
    position: relative;
    height: 350px;
    width: 100%;
    margin: 20px 0;
    overflow: hidden;
   visibility: hidden;
}
.post-block:hover .post-block-bg {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.post-block .post-block-bg {
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center right;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;

}
.post-block:hover:after {
    background: rgba(0, 0, 0, 0.45);
}
.post-block:after {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.15);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-position: center right;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.post-block img {
    width: 100%;
    height: auto;
    min-height: 360px;
}
.post-block .post-date {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
   display: block;
    z-index: 99;
}
.post-block .post-date .date {
    font-size: 30px;
    font-weight: bold;
    font-family: "Helvetica Neue", sans-serif;
}
.post-block .post-date .month {
    display: block;
    position: absolute;
    top: 7px;
    left: 38px;
    font-size: 10px;
    text-transform: uppercase;
}
.post-block .post-date .year {
    display: block;
    position: absolute;
    top: 20px;
    left: 38px;
    font-size: 10px;
}
.post-block .post-content {
   display: block;
    position: absolute;
    color: #fff;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
    padding: 0 25px;
}
.post-block .post-content .post-title {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 26px;
    border-bottom: 1px solid #fff;
}
.content .left-col img {
    margin-bottom: 10px;
}
.left-col img {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
.right-col .wrapper-sidebar {
    margin-bottom: 80px;
}
.right-col a.sidebar-services {
    background: #eee;
    display: block;
    color: #000;
    min-height: 155px;
    padding: 25px 30px;
    margin-bottom: 30px;
    position: relative;
    transition: none;
}
.right-col a.sidebar-services:hover:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 25px solid #31969A;
    border-left: 25px solid transparent;
    position: absolute;
    top: 0;
    left: -24px;
}
.right-col a.sidebar-services:hover {
    background: #31969A;
    display: block;
    color: #fff;
}
.right-col .sidebar-services span {
    border-bottom: 1px solid #31969A;
    font-weight: bold;
    color: #31969A;
    font-size: 22px;
}
.right-col a.sidebar-services:hover span {
    border-bottom: 1px solid #fff;
    color: #fff;
}
.right-col a.sidebar-services p {
    font-size: 14px;
    margin-bottom: 0;
}
.right-col a.sidebar-services:hover p {
    color: #fff;
}

.convergine-wrapper {
    margin-top: 7px;
    width: 235px;
    float: right;
}
.convergine-wrapper .left-blk {
    width: 180px;
    float: left;
}
.convergine-wrapper .left-blk a {
    color: #000;
    font-size: 12px;
    text-decoration: none;
    display: block;
}
.convergine-wrapper .left-blk a span {
    text-decoration: underline;
}
.convergine-wrapper .right-blk {
    float: right;
}
.convergine-wrapper .right-blk a {
    margin-top: -10px;
    display: block;
    position: relative;
}
section.page-service .description {
    color: #fff;
    margin-bottom: 40px;
    font-size: 50px;
}
section.page-service section.header-form .top-content h1 {
    margin-top: 0;
}

section.about-service {
    margin: 80px auto;
}
section.about-service .columns {
    margin: 40px auto;
}
section.about-service .title h2 {
    text-transform: none;
}
section.about-service .text {
    font-size: 18px;
    color: #292939;
    line-height: 1.7;
}
section.benefits-service {
    width: 100%;
    min-height: 600px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
   background-position: center;
}
section.benefits-service .title {
    margin-top: 60px;
    margin-bottom: 40px;
}
section.white .title h2,
section.white .title h3 {
    color: #fff;
}
section.white .title span.line {
    border-color: #fff;
}
section.white .text {
    color: #fff;
}

section.benefits-service .text a {
    color: #fff;
    text-decoration: underline;
}
section.benefits-service .text {
    font-size: 18px;
    line-height: 1.7;
}
section.benefits-service .columns {
    margin-bottom: 60px;
    margin-top: 40px;
}
section.benefits-service .columns ul li {
    width: 50%;
    float: left;
}
section.benefits-service .columns ul li:before {
    content: "\f0da";
    font-family:"fontAwesome";
    padding-right: 10px;

}

section.page-banner {
   position: relative;
}
section.page-banner .image {
    display: table;
    width: 100%;
    height: 350px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
section.page-banner:before {
   content: "";
   position: absolute;
   height: 100%;
   width: 100%;
   top: 0;
   left: 0;
   right: 0;
   margin: 0 auto;
   background-color: rgba(0,0,0,0.35);
}
body.page-template-page-blank section.page-banner:before {
   opacity: 0;
}
section.page-banner {
    position: relative;
}
section.page-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    z-index: -222;
    background: #777;
}
section.page-banner .image .container {
    display: table-cell;
    vertical-align: middle;
}
section.page-banner .title h3,
section.page-banner .title h2 {
    color: #fff;
}
section.page-banner .title span.line {
    border-color: #fff;
}
section.approach-steps .description {
    font-size: 30px;
    color: #319599;
    line-height: 1.4;
    max-width: 650px;
    margin: 80px auto;
    text-align: center;
}

section.approach-steps .step {
    margin: 40px auto;
    position: relative;
    min-height: 360px;
}
section.approach-steps .step .info {
    max-width: 390px;
    margin-left: 55px;
}
section.approach-steps .step-01 .info {
    padding-top: 40px;
}
section.approach-steps .step-02 .info {
    position: relative;
    top: -50px;
}
section.approach-steps .step-03 .info {
    position: relative;
    top: -50px;
}
section.approach-steps .step.left .info {
    margin-left: 55px;
}
section.approach-steps .step .title {
    font-size: 38px;
    color: #000;
    text-align: left;
    line-height: 1.4;
}
section.approach-steps .step .pay {
    font-size: 18px;
    color: #319599;
    font-weight: 600;
    line-height: 1.8;
    padding: 5px 0 10px;
}
section.approach-steps .step .content,
section.approach-steps .step .content p {
    font-size: 18px;
    line-height: 1.6;
    padding-bottom: 20px;
}
section.approach-steps .step .content ul li {
    font-size: 18px;
    line-height: 1.6;
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
}
section.approach-steps .step .content ul li:before {
    content: "";
    top: 10px;
    left: 0;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #319599;
}
section.content p a,
section.approach-steps .step .content a {
    color: #319599;
    text-decoration: none;
    border-bottom: 1px solid #CBE5E6;
}
section.approach-steps .step .arrow-holder {
    top: 0;
    position: absolute;
    display: block;
    left: -75px;
    width: 125px;
    height: 250px;
}
section.approach-steps .step.left .arrow-holder {
    right: -21px;
    left: inherit;
}
section.approach-steps .step .arrow-holder .arrow {
    top: 0;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 125px 0 125px 125px;
    border-color: transparent transparent transparent #edf4f5;
}
section.approach-steps .step.left .arrow-holder .arrow {
    border-width: 125px 125px 125px 0;
    border-color: transparent #edf4f5 transparent transparent;
}
section.approach-steps .step .step-label {
    position: absolute;
    left: 85px;
    top: 80px;
    line-height: 1;
}
section.approach-steps .step.left .step-label {
    right: 150px;
    left: inherit;
}
section.approach-steps .step .step-label span {
    display: block;
    color: #ABABB7;
}
section.approach-steps .step .step-label span:first-child {
    font-size: 18px;
    padding-left: 5px;
    letter-spacing: 2px;
}
section.approach-steps .step .step-label span:nth-child(2) {
    font-size: 55px;
}

section.approach-steps .step .arrow-holder .dot-line {
    position: absolute;
    display: block;
    height: 300%;
    border-left: 1px solid #31969A;
    right: 75px;
    width: 2px;
    z-index: 9;
    top: 125px;
}
section.approach-steps .step.left .arrow-holder .dot-line {
    right: inherit;
    left: 77px;
}
section.approach-steps .step .arrow-holder .dot {
    position: absolute;
    display: block;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    border: 1px solid #31969A;
    right: 70px;
    background: #fff;
    z-index: 10;
    top: 125px;
}
section.approach-steps .step.left .arrow-holder .dot {
    right: inherit;
    left: 70px;
}
section.video-boxes .video-box iframe {
    margin: 0 auto;
    background: #f4f4f4;
    padding: 10px;
    max-width: 100%;
    -webkit-box-shadow: 10px 10px 0px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,.3);
    box-shadow: 10px 10px 0px 0px rgb(0 0 0 / 30%);
}
section.video-boxes .video-box {
    max-width: 530px;
    width: 100%;
    margin: 0 auto 50px;
}
@media (max-width: 767px){
    section.video-boxes .video-box iframe {
        height: 230px;
    }
}
.load_more_cont{
    text-align: center;
    min-height: 50px;
    padding: 40px 0;
    clear: both;
}
.load_more_cont.loading a{display: none}
.load_more_cont.loading {
    position: relative;
    background-image: url("https://headstartcopywriting.com/wp-content/themes/headstart/images/loader.svg");

    background-position: center;
    background-repeat: no-repeat;
}
.blog-search-form {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}
.blog-search-form input {
    position: relative;
    height: 62px;
    float: left;
    border: 1px solid #ccc;
    border-right: none;
    padding: 0 20px;
    font-size: 23px;
    width: calc(100% - 150px);
}
.blog-search-form button{
    display: inline-block;
    padding: 15px 30px;
    border: 2px solid #31969A;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    background: #31969A !important;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    float: left;
    width: 150px;
}
.blog-search-form  button:not(:hover):not(:active):not(.has-background) {
    background: #31969A !important;
}
@media (max-width: 767px){
    .blog-search-form input {
        height: 50px;
        width: calc(100% - 100px);
    }
    .blog-search-form button {
        width: 100px;
        padding: 13px 15px 12px;
        font-size: 15px;
    }
}
section.speak {
    position: relative;
}
section.speak:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #ffffff transparent transparent transparent;
}
section.speak .title {
    margin-top: 100px;
}
section.speak .text {
    max-width: 400px;
    margin: 20px auto 50px;
}
section.about-us-top .left-block p {
    font-size: 18px;
    color: #292939;
    line-height: 1.67;
}
section.about-us-top .right-block p {
    font-size: 18px;
    color: #292939;
    line-height: 1.67;
}
section.about-us-top .columns {
    margin-top: 50px;
}
section.we-provide {
    position: relative;
    color: #fff;
    padding: 100px 0;
}
section.we-provide .small-title {
    margin-top: 30px;
    font-size: 18px;
}
section.we-provide .big-title {
    max-width: 680px;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 37px;
    line-height: 1.16;
}
section.we-provide .featured-list {
    margin-top: 50px;
}
section.we-provide .featured-list ul {
    margin: 0;
    padding: 0;
}
section.we-provide .featured-list ul li {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.6;
    position: relative;
    padding-left: 20px;
    margin-bottom: 25px;
    display: inline-block;
    width: 33%;
    float: left;
    text-align: center;
    letter-spacing: 3px;
}
section.we-provide .featured-list ul li:before {
    content: "";
    display: inline-block;
    padding-right: 10px;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #fff;
}
section.we-provide:before {
    left: 0;
    border-right: 20px solid transparent;
}
section.we-provide:after {
    right: 0;
    border-left: 20px solid transparent;
}
section.we-provide:after, section.we-provide:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    width: 50%;
    border-bottom: 20px solid #fff;
    z-index: 5;
}
section.team-members {
    margin-top: 80px;
}
section.team-members .title {
    margin-bottom: 40px;
}
section.team-members .team-member {
    margin: 40px 0 120px;
}
section.team-members .team-member.team-member-new .image-wrapper {
    float: right;
}

#new-team-members-section {
    margin-top: 0;
}

.row.team-member-new {
    margin-top: 0;
}

.team-member-new {
    /*padding: 150px 0 150px 150px;*/
    margin-top: 20px;
    margin-bottom: 20px;
    background: #45484d; /* Old browsers */
    background: -moz-linear-gradient(top, #353a40 0%, #23237 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #353a40 0%,#23237 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #353a40 0%,#23237 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.p-0 {
    padding-left: 0;
    padding-right: 0;
}

.team-member-new .team-title {
    font-size: 28px;
    color: #319699;
    font-weight: bold;
}
.team-member-new .team-title .linkedin-icon:hover i {
   color: #007AB5;
   background-color: #fff;
}
.team-member-new .team-title .linkedin-icon i {
   display: inline-block;
   height: 25px;
   width: 25px;
   background-color: #007AB5;
   border-radius: 3px;
   line-height: 25px;
   text-align: center;
   margin-left: 5px;
}
.team-member-new .team-title .linkedin-icon {
   text-align: right;
   color: #fff;
   float: right;
   font-weight: 400;
   margin-top: 15px;
   font-size: 16px;
}
.team-member-new  .info {
    padding: 15px 0;
    border-top: 1px solid #319699;
    border-bottom: 1px solid #319699;
    margin: 30px 0;
    font-size: 15px;
    color: #319699;

}


.team-member-new h2 {
    transition: all ease 0.7s;
    transform: translateX(0);
    color: white;
    font-size: 37px;
    text-transform: uppercase;
}

.team-member-new.row:nth-child(odd) .col-sm-6:first-child {
    float: right;
}

.team-member-new.row:nth-child(odd) .details {
    float: right;
}

.team-member-new .details {
    width: 550px;
    max-width: 100%;
    padding-top: 50px;
}



.team-member-new .image-wrapper {
    width: 1027px;
    max-width: 100%;
}

.team-member-new .description p {
    font-size: 15px;
    color: white;
    padding-bottom: 20px;
}

.image-wrapper.susan-new {
   background-image: url("/wp-content/themes/headstart/images/susan_profile.png");
    display: block;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.image-wrapper.patrick-new {
    background-image: url("/wp-content/themes/headstart/images/patrick_profile.png");
    display: block;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.image-wrapper.amanda-new {
    display: block;
    width: 100%;
    background-image: url("/wp-content/themes/headstart/images/amanda_profile.png");
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.image-wrapper.haris-new {
    background-image: url("/wp-content/themes/headstart/images/haris_profile.png");
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.team-member .image-wrapper {
    min-height: 500px;
    overflow: hidden;
    padding-top: 30px;
}
.team-member .image-holder {
    opacity: 0;
    border: 1px solid #31969A;
    padding: 0 30px 30px;
    width: 300px;
    float: right;
    margin-right: 100px;
    transition: all ease 0.5s;
    background: #fff;
    margin-bottom: 30px;
}
.team-member:hover .image-holder {
    background: #31969A;
    padding: 60px 0px 0px 30px;
    margin-bottom: -30px;
}
.team-member:hover .image-holder .image {
    margin-top: -30px;
    margin-bottom: -30px;
}
.team-member-new {
    height: 600px;
}
.team-member-new .image-wrapper {
    display: block;
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size:  cover;
    background-size:  cover;

}
.team-member:hover h2 {
    transform: translateX(-80%);
}
.team-member .image-holder .image {
    height: 425px;
    width: 300px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-top: -30px;
    transition: all ease 0.5s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.team-member:hover .image {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.team-member h2 {
    transition: all ease 0.7s;
    transform: translateX(0);
    font-weight: bold;
    color: #319699;
    font-size: 20px;
    text-transform: uppercase;
}
.team-member .team-title {
    font-size: 16px;
    color: #000;
}
.team-member .info {
    padding: 20px 0;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    margin: 30px 0;
    font-size: 15px;
    color: #319699;
}
.team-member .description {
    font-size: 15px;
    color: #000;

}
.team-member .description p {
    font-size: 15px;
    color: #000;
    padding-bottom: 20px;
}

.team-member-new .info {
    font-size: 22px;
}

.caas-footer-info.disclaimer {
    text-align: center;
    padding: 60px;

}

.caas-footer-info.disclaimer p {
    font-size: 20px;
    color: #1e3d49;
}

.caas-footer-info a {
    color: #1E8782;
}
.page-home-label img{
    height: 65px;
    width: auto;
    margin-top: 40px;
}
.list-custom-style ul li:before{
    content: "\f0da";
    font-family: "fontAwesome";
    padding-right: 10px;
}

section.services-boxes {
    margin: 80px auto;

	
}
section.services-boxes .description {
    font-size: 30px;
    color: #319599;
    line-height: 1.4;
    max-width: 650px;
    margin: 0px auto 80px;
    text-align: center;
}
.sb-wrapper {
    padding: 0 50px;
	
}
.sb-holder {
   display: inline-block;
   vertical-align: top;
    height: 585px;
    width: 585px;
    max-width: 100%;
    margin-bottom: 15px;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.sb-holder:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 2;
    border-width: 22px 21px 0 21px;
    border-color: #ffffff transparent transparent transparent;
}
.sb-holder .sb-image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: 5s all ease-out;
    -moz-transition: 5s all ease-out;
    -o-transition: 5s all ease-out;
    transition: 5s all ease-out;
}
.sb-holder .sb-image:before {
   content: "";
   height: 100%;
   width: 100%;
   top: 0;
   left: 0;
   right: 0;
   opacity: 0.5;
   position: absolute;
   background-color: #000;
}
.sb-holder .sb-image:after {
   content: "";
   height: 100%;
   width: 100%;
   top: 0;
   left: 0;
   right: 0;
   opacity: 0.6;
   position: absolute;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#107d85+0,0f1c3a+100 */
   background: rgb(16,125,133); /* Old browsers */
   background: -moz-linear-gradient(45deg, rgba(16,125,133,1) 0%, rgba(15,28,58,1) 100%); /* FF3.6-15 */
   background: -webkit-linear-gradient(45deg, rgba(16,125,133,1) 0%,rgba(15,28,58,1) 100%); /* Chrome10-25,Safari5.1-6 */
   background: linear-gradient(45deg, rgba(16,125,133,1) 0%,rgba(15,28,58,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#107d85', endColorstr='#0f1c3a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.sb-holder:hover .sb-image {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: blur(5px);
    filter: blur(5px);
}
.sb-holder .sb-content {
    padding: 100px 30px;
    position: relative;
    z-index: 2;
}
.sb-holder .sb-title {
    line-height: 1;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 10px;
}
.sb-holder .sb-price {
    font-size: 32px;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 20px;
}
.sb-holder .sb-price .from {

}
.sb-holder .sb-price .price{
    font-weight: bold;
}
.sb-holder .sb-price .cad{

}
.sb-holder .sb-price .sup{
    position: relative;
    top: -15px;
    font-size: 20px;
}
.sb-holder .sb-text {
    font-size: 18px;
    max-width: 550px;
    margin: 0 auto 30px;
    min-height: 140px;
    line-height: 1.6;
}
.sb-holder .sb-text.text-left {
    padding-left: 30%;
}

section.faq {
   padding: 100px 0;
   margin: 0;
}
section.faq .title {
   color: inherit;
   font-weight: 300;
}
section.faq .panel-group {
   border-bottom: none;
}
section.faq .panel-group .panel {
   border: none;
   -webkit-box-shadow: none;
   box-shadow: none;
   margin: 0 0 15px 0;
   border-radius: 6px;
}
section.faq .panel-group .panel .panel-heading {
   padding: 0;
   border-bottom: none;
   background-color: #f8f8f8;
}
section.faq .panel-group .panel .panel-heading .panel-title {
   padding: 0;
   border-bottom: none;
   position: relative;
   z-index: 2;
}
section.faq .panel-group .panel .panel-heading .panel-title a .text {
   padding: 20px 45px 20px 25px;
   color: inherit;
   border-bottom: none;
   z-index: 3;
   background: #f8f8f8;
   position: relative;
   font-weight: 600;
}
section.faq .panel-group .panel .panel-heading .panel-title a {
   display: block;
   position: relative;
   font-size: 19px;
}
section.faq .panel-group .panel .panel-heading .panel-title a:focus, section.faq .panel-group .panel .panel-heading .panel-title a:active, section.faq .panel-group .panel .panel-heading .panel-title a:hover {
   text-decoration: none;
}
section.faq .panel-group .panel .panel-heading .panel-title a[aria-expanded="true"] .text {
   background-color: #195659;
   color: #fff;
   font-weight: 600;
}
section.faq .panel-group .panel .panel-heading .panel-title a[aria-expanded="false"]:after {
   color: #195659;
   font-size: 16px;
   content: "\f067";
   font-family: "fontAwesome", sans-serif;
   position: absolute;
   right: 25px;
   top: 20px;
   z-index: 3;
}
section.faq .panel-group .panel .panel-heading .panel-title a[aria-expanded="true"]:after {
   content: "\f068";
   font-family: "fontAwesome", sans-serif;
   position: absolute;
   top: 20px;
   color: #fff;
   right: 25px;
   font-size: 16px;
   z-index: 3;
}
section.faq .panel-group .panel .panel-heading {
   position: relative;
}
section.faq .panel-group .panel .panel-heading .panel-title a[aria-expanded="true"] .shadow {
   opacity: 1;
   box-shadow: 0 15px 20px rgba(0,0,0,0.25);
}
section.faq .panel-group .panel .panel-heading .panel-title a .shadow {
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   bottom: 2px;
   width: 90%;
   border-radius: 50%;
   opacity: 0.5;
   height: 29px;
   transition: all ease 0.3s;
   box-shadow: 0 10px 10px rgba(0,0,0,0.25);
}
section.faq .panel-group .panel .panel-body {
   border: none;
   padding: 20px 30px 20px;
   color: #000;
   font-size: 20px;
   font-weight: 400;
   line-height: 1.6;
}
section.faq .panel-group .panel .panel-body a {
   color: #31969A;
   line-height: 26px;
   border-bottom: 1px solid #31969A;
}
section.faq .panel-group .panel .panel-body h2 {
   font-weight: 600;
   color: #000;
}
section.faq.content ul li:before {
   top: 13px;
}
section.faq .panel-group .panel .panel-body ul li,
section.faq .panel-group .panel .panel-body p {
   font-size: 20px;
   font-weight: 300 !important;
   line-height: 1.6;
}
section.faq .panel-group .panel .panel-body p span {
    font-weight: 300 !important;
}
.wpcf7-form-control-wrap.math-quiz {
   width: 200px;
}
.wpcf7-form-control-wrap.math-quiz label {
   display: inline-block;
}
.wpcf7-form-control-wrap.math-quiz input {
   display: inline-block;
   width: 80px;
}
section.content .testimonial-holder {
    position: relative;
    max-width: 500px;
    padding-right: 50px;
    margin: 30px auto 30px;
}
section.content .testimonial-holder blockquote {
    border: none;
    padding: 0;
    line-height: 1.6;
    position: relative;
}
section.content .testimonial-holder blockquote p {
    line-height: 1.6;
}
section.content .testimonial-holder blockquote:before {
    content: '';
    background-image: url(/wp-content/themes/headstart/images/quote-icon.svg);
    height: 100px;
    width: 100px;
    background-size: cover;
    position: absolute;
    font-weight: 900;
    z-index: -1;
    left: -44px;
    top: -50px;
    font-size: 250px;
    color: #f5f5f5;
}
section.contact-form .form label {
    padding: 5px 0;
    display: block;
}
section.contact-form .form br {
    display: none;
}
section.contact-form  .form textarea {
    height: 120px;
    margin-top: 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddd;
    background: 0 0;
    color: #444;
    padding: 5px 0 5px 10px;
    font-size: 16px;
    line-height: 30px;
}
section.contact-form  .form textarea:focus {
    padding-bottom: 4px;
    border-bottom: 2px solid #31969a;
    background: #eee;
}
section.contact-form  .form  .cf7sr-g-recaptcha > div {
    margin: 10px auto 0;
}
section.contact-form  .form .textarea {
    margin-top: 10px;
}
section.contact-form .form input[type=submit] {
    margin-top: 20px;
}
/*responsive styles*/
@media only screen and  (max-width: 767px) {
    section.content .testimonial-holder img {
        max-width: 120px;
    }
    section.content .testimonial-holder {
        margin-bottom: 60px;
        padding-right: 0;
    }
    section.contact-form .form {
        padding: 20px;
        background: #f4f4f4;
    }
    section.content .testimonial-holder blockquote:before {
        left: 0;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1350px) {
   section.testimonials .logos {
      height: 525px;
   }
   section.testimonials .logos .logo {
      max-width: 200px;
   }
}
@media only screen and (max-width: 1199px) {
   section.header-form .img-bg {
      visibility: visible;
   }
}
@media only screen and (min-width: 0px) and (max-width: 1600px) {
   .video-wrapper iframe {
      width: 100%;
      height: 266px;
   }
}

@media (max-width: 1800px) {
    section.testimonials .testimonial-block .testimonial-text {
        padding: 60px 50px;
    }
    .sb-holder {
        height: 550px;
    }
    .sb-holder .sb-price {
        font-size: 26px;
    }
}
@media (max-width: 1600px) {
    section.testimonials .testimonial-block .testimonial-text {
        padding: 30px;
    }
    .sb-holder {
        height: 460px;
    }
    .sb-holder .sb-title {
        font-size: 32px;
    }
    .sb-holder .sb-price {
        font-size: 22px;
    }
    .sb-holder .sb-content {
        padding: 70px 20px;
    }
    .sb-holder .sb-text {
        padding: 0;
        font-size: 16px;
        margin-bottom: 20px;
    }
}
@media (max-width: 1450px) {
    .sb-holder {
        height: 450px;
    }
    .sb-holder .sb-title {
        font-size: 30px;
    }
    .sb-holder .sb-price {
        font-size: 22px;
    }
    .sb-holder .sb-text {
        font-size: 14px;
        max-width: 350px;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 1299px) {

   section.content {
      font-size: 16px;
   }
   section.content p {
      font-size: 16px;
   }
    .sb-wrapper {
        padding: 0;
    }

}
@media only screen and (min-width: 769px) and (max-width: 1400px) {

    .team-member-new .image-wrapper {
        height: 618px;
    }

    .team-member-new p.last-paragraph {
        padding-bottom: 0;
    }

    .team-member-new .details  {
        padding-top: 50px;
    }
    .team-member-new {
        height: inherit;
    }
    section .title h2 {
        font-size: 40px;
    }
    section.testimonials .owl-nav .owl-prev {
        left: -50px;
    }
    section.testimonials .owl-nav .owl-next {
        right: calc(-100% - 50px);
    }
    section.testimonials .slider-wrapper {
        padding: 20px 60px;
    }
    section.header-form .top-content h1 {
        font-size: 40px;
        line-height: 42px;
        margin-bottom: 20px;
    }
    section.header-form .img-bg {
        min-height: 750px;
    }
    section.benefits-service .right-block {
        padding-left: 0px;
    }
    section.page-service .description {
        font-size: 30px;
        margin-bottom: 20px;
    }
    section.header-form .col-lg-offset-2.col-lg-3 {
        width: 30%;
    }
    section.header-form .col-lg-offset-2 {
        margin-left: 20px;
    }
    section.header-form .form-wrapper {
        width: 100%;
        min-height: 200px;
        position: relative;
        z-index: 2;
   }
}
@media only screen and (min-width: 1200px) and (max-width: 1800px) {
   section.header-form .top-content h1 {
      font-size: 60px;
      line-height: 55px;
     /* max-width: 600px;// */
      margin: 150px auto 20px;
   }
   .team-member-new .team-title .linkedin-icon {
      margin-top: 5px;
   }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
   section.header-form .top-content h2 {
      font-size: 22px;
   }
   section.testimonials .logos {
      height: 425px;
      padding: 30px 0;
   }
   section.testimonials .logos .logo {
      max-width: 180px;
      padding: 5px;
   }
    h2.name-heading {
        font-size: 32px;
        padding: 0 20px;
    }

    .team-member-new .image-wrapper {
        width: 375px;
        height: 272px;
        max-width: 100%;
    }

    .team-member-new .description p {
        font-size: 14px;
    }

    .team-member-new {
        height: inherit;
    }
    .row.team-member-new:nth-child(odd),.row.team-member-new:nth-child(even) {
        padding-bottom: 10px;
    }

    .team-member-new .details {
        padding: 0 30px 30px;
    }

    .team-member-new .info {
        padding: 10px 0;
        border-top: 1px solid #319699;
        border-bottom: 1px solid #319699;
        margin: 10px 0;
        font-size: 15px;
        color: #319699;
    }

    .team-member-new .details {
        padding-right: 0;
    }
    .team-member-new .col-sm-6 {
        width: 100%;
    }
    .team-member-new.row:nth-child(odd) .col-sm-6:first-child .image-wrapper{
        float: right;
    }
    .team-member-new.row:nth-child(odd) .details {
        float: none;
    }
    .team-member-new .details {
        margin-top: -92px;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .team-member-new  .image-wrapper {
        width: 275px;
        height: 204px;
        max-width: 100%;
        float: right;
    }
    .team-member-new .description p {
        font-size: 16px;
    }

    .team-member-new .description  {
        padding: 20px;
    }

    .row.team-member-new:nth-child(even) .image-wrapper {
        float: left;
    }
    .row.team-member-new:nth-child(odd),
    .row.team-member-new:nth-child(even) {
        padding-bottom: 0;
    }

    .team-member-new .info {
        margin: 10px 0;
    }

    .team-member-new.row .details {
        padding: 0 0 30px 0;
    }

    .team-member-new .info {
        padding: 10px 35px;
        border-top: 1px solid #319699;
        border-bottom: 1px solid #319699;
        margin: 10px 0;
        font-size: 22px;
        color: #319699;
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .team-member-new.row:nth-child(even) h2 {
        text-align: right;
    }

    .team-member-new.row:nth-child(even) .team-title {
        text-align: right;
    }

    .team-member-new .team-title {
        padding: 0 20px;
        font-size: 27px;
    }

    .team-member-new.row:nth-child(even) .info {
        text-align: right;
    }

    section.header-form .top-content {
        top: 250px;
    }
    section.content .left-col {
        padding-right: 0;
    }
    section.header-form .form-wrapper {
        width: 300px;
        height: inherit;
        min-height: inherit;
        padding: 20px 20px 0;
    }
    section.header-form .top-content h1 {
        font-size: 40px;
        line-height: 40px;
        margin-top: 80px;
    }
    section.header-form .top-content ul li {
        margin-bottom: 10px;
        font-size: 18px;
        float: none;
        clear: both;
        line-height: 19px;
    }
    section.header-form .top-content ul li:before {
        width: 20px;
        height: 20px;
        line-height: 17px;
        display: block;
        float: left;
        margin-bottom: 20px;

    }  
    section.header-form .img-bg {
        min-height: 750px;
    }
    section.services {
        padding: 40px 0;
        height: inherit;
    }
    section.services h2 {
        font-size: 30px;
        margin: 0 0 10px;
    }
    section.services a {
        font-size: 18px;
    }
    section.services p {
        padding: 0;
    }
    section.testimonials .testimonial-block {
        padding: 30px;
        font-size: 14px;
    }
    section.testimonials .testimonial-block .testimonial-text  {
        padding: 50px 30px 30px;
       line-height: 1.4;
        font-size: 18px;
    }
    section.testimonials .owl-carousel .owl-dots {
        bottom: 0;
    }
    section.testimonials .testimonial-block .author {
        bottom: 10px;
        padding: 10px;
    }
    section.testimonials .number {
        top: 5px;
        left: 0;
        font-size: 20px;
        z-index: 99;
    }
    section.team p {
        padding: 0;
    }
    section.content .services-wrapper .img-block img {
        height: auto;
        width: 100%;
    }
    section.content .services-wrapper .img-block .icon-wrapper img {
        width: inherit;
    }
    section.content .services-wrapper .content-block {
        margin-bottom: 40px;
    }
    section.content .services-wrapper .row:last-child .content-block {
        margin-bottom: 0;
    }
    section.content .services-wrapper .content-block a {
        padding: 0 15px;
        margin: 29% auto 20px;
        font-size: 23px;
    }
    section.content .services-wrapper .content-block p {
        padding: 0 25px;
    }
    .post-block {
        height: 220px;
    }
    section.approach-steps .step .info {
        max-width: 390px;
        margin-left: 0;
        padding-right: 30px;
    }
   header .header-menu ul {
        padding-left: 0;
   }
    header .header-menu ul li {
        padding: 20px 15px;
    }
    header .header-menu ul.primary-menu>li {
        margin: 0 15px;
    }
    .team-member-new .details {
        padding: 50px 20px 0 20px;
    }
    header .header-menu ul.primary-menu>li:nth-child(2) {
        margin-right: 80px;
    }
    header .header-menu ul.primary-menu>li:nth-child(3) {
        margin-left: 80px;
    }
    .team-new-member .image-wrapper {
        height: inherit;
    }
   .team-member-new.row:nth-child(even) .info {
      text-align: right;
   }
   .team-member-new.row:nth-child(even) h2 {
      text-align: right;
   }
   .team-member-new.row .linkedin-icon {
      margin-top: 5px;
   }
   .team-member-new.row:nth-child(even)  .linkedin-icon {
      position: absolute;
      left: 40px;
      margin-top: 5px;
   }

}
@media  (min-width: 0px) and (max-width: 992px){
    header .header-menu .sub-menu li a {
        background: transparent;
    }
    header .header-menu ul.primary-menu {
        padding-left: 0;
    }
    header .header-menu ul.primary-menu>li {
        margin: 0;
        padding: 0;
    }
    header .header-menu .sub-menu li {
        text-align: center;
    }
    header .header-menu ul.primary-menu>li:nth-child(2) {
        margin-right: 0px;
    }
    header .header-menu ul.primary-menu>li:nth-child(3) {
        margin-left: 0;
    }
    header .header-menu ul.primary-menu>li:hover .sub-menu {
        display: block;
    }
    header .header-menu .sub-menu {
        background: transparent;
        display: none;
        transform: translateY(0);
        position: relative;
        visibility: visible;
        opacity: 1;
        z-index: 1;
        top: 0;
    }
   .video-wrapper iframe {
      width: 100%;
      height: 200px;
   }
   section.header-form .top-content h2 {
      font-size: 20px;
   }
   section.video-section .video-wrapper {
      margin: 40px 0;
   }
   section.video-section .video-wrapper iframe {
      background: #31969A;
      box-shadow: none;
   }
   section.logos-row .boxes .box {
      max-width: 100px;
      padding: 5px 10px;
   }
}
@media only screen and (min-width: 769px) and (max-width: 991px){
    section.header-form .top-content {
        top: 150px;
    }
    .form-container,
    header .header-menu {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-y: scroll;
        overflow-x: hidden;
        z-index: 100;
        background: #eee;
    }
    section.header-form .form-wrapper {
        float: none;
        margin: 100px auto 0;
        width: 100%;
        padding: 20px;
        box-shadow: none;
    }
    .form {
        margin-top: -15px;
    }
    .form label {
        padding: 0;
        line-height: 22px;
    }
    .form input[type="submit"] {
        margin: 30px auto -20px;
        width: 250px;
    }
    header .header-menu ul {
        margin-top: 150px;
    }
    header .header-menu ul li
    {
        float: none;
        display: block;
        margin: 0;
        padding: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }
    header .header-menu ul li a {
        padding: 20px;
        width: 100%;
        display: block;
        margin-bottom: -1px;
        border-top: 1px solid rgba(255, 255, 255, 1);
        border-bottom: 1px solid rgba(255, 255, 255, 1);
    }
    header .header-menu ul li:last-child a {
        margin-bottom: 0px;
    }
    header .header-menu ul li:nth-child(2),
    header .header-menu ul li:nth-child(3) {
        margin: 0;
        padding: 0;
    }
    header .logo {
        width: 140px;
        top: 10px;
    }
    .header-wrapper {
        height: 140px;
    }
    header .header-menu ul li:nth-child(4) {
        padding-left: 0px;
    }

    .caas-footer-info.disclaimer {
        line-height: 1.4;
        margin-top: -20px;
        padding-top: 0;
    }
   .team-member-new.row:nth-child(even) .info {
      text-align: right;
   }
   .team-member-new.row:nth-child(even) h2 {
      text-align: right;
   }
   .team-member-new.row .linkedin-icon {
      font-size: 14px;
      margin-top: 5px;
   }
   .team-member-new.row:nth-child(even)  .linkedin-icon {
      position: absolute;
      left: 15px;
      margin-top: 5px;
   }
}
@media (min-width: 769px) and (max-width: 850px) and (max-height: 400px){

    .team-member-new.row .details {
        padding-left: 0;
        width: 100%;
        max-width: 100%;
        margin-top: -60px;
    }

    .team-member-new .col-sm-6 {
        width: 100%;
    }
    h2.name-heading {
        font-size: 32px;
    }

    .team-member-new  .image-wrapper {
        width: 400px;
        height: 250px;
        max-width: 100%;
        float: right;
    }
    .team-member-new .description p {
        font-size: 15px;
    }
    .row.team-member-new:nth-child(even) .image-wrapper {
        float: left;
    }
    .row.team-member-new:nth-child(odd),
    .row.team-member-new:nth-child(even) {
        padding-bottom: 0;
    }

    .team-member-new .info {
        margin: 10px 0;
        padding-left: 0;
    }

    .team-member-new.row .details {
        padding: 0 0 30px 0;
        margin-top: -92px;
    }

    .team-member-new.row .description {
        padding: 20px;
    }

    .team-member-new .info {
        padding: 10px 35px;
        border-top: 1px solid #319699;
        border-bottom: 1px solid #319699;
        margin: 10px 0 10px -15px;
        font-size: 19px;
        color: #319699;
        width: calc(100% + 30px);
    }


    .team-member-new.row:nth-child(even) h2 {
        padding-top: 0;
        text-align: right;
    }

    .team-member-new.row:nth-child(even) .team-title {
        text-align: right;
    }

    .team-member-new.row:nth-child(even) .info {
        text-align: right;
    }

    #caas-form {
        padding-bottom: 0;
    }

    .caas-footer-info.disclaimer {
        text-align: center;
        padding: 0 0 30px 0;
        font-size: 14px;
        line-height: 1.4;
        margin-top: -55px;
    }
}
@media only screen and (max-width: 768px) {
   html.js {
      margin-top: 0 !important;
   }
   html #wpadminbar {
      display: none;
   }
   section.testimonials .logos {
      height: 375px;
      padding: 20px 0;
   }
   section.testimonials .logos .logo {
      max-width: 140px;
      padding: 2px 10px;
   }
   section.faq {
      padding: 30px 0;
   }
   section.faq .panel-group .panel .panel-body {
      padding: 20px;
   }
   section.faq .panel-group .panel .panel-body h2 {
      font-size: 22px;
   }
   section.faq .panel-group .panel .panel-heading .panel-title a {
      font-size: 16px;
   }
   section.faq.content ul li:before {
      top: 9px;
   }
  
   section.faq .panel-group .panel .panel-body ul li,
   section.faq .panel-group .panel .panel-body ol li,
   section.faq .panel-group .panel .panel-body p,
   section.faq .panel-group .panel .panel-body {
      font-size: 17px;
   }
    section.services-boxes {
        margin: 40px auto;
    }
    section .title .feature-text {
        font-size: 18px;
    }
    section.services-boxes .description {
        font-size: 18px;
        margin-bottom: 40px;
    }
    .caas-footer-info.disclaimer {
        text-align: center;
        padding: 0 40px 60px;
        line-height: 1.2;
        margin-top: -40px;
    }

    .caas-footer-info.disclaimer p {
        font-size: 20px;
    }

    .team-new-member .team-title {
        padding: 0 20px;
    }

    header .header-menu ul li:first-child {
        padding-left: 0px;
    }
    header .header-menu ul li:nth-child(4) {
        padding-left: 0;
       padding-right: 0;
       left: 0;
    }
    section.new-service {
        min-height: inherit;
    }
    section.new-service h1 {
        font-size: 30px;
        margin-top: 0px;
        line-height: 35px;
    }
    section.new-service .description {
        font-size: 25px;
    }
    section.header-form .img-bg-small {
        min-height: 200px;
    }
    section.page-default {
        padding: 30px 0;
    }
    section.page-default .entry-content {
        margin: 10px auto;
    }
    section.header-form .form-wrapper  {
        text-align: center;
    }
    section.header-form img {
        background-size: cover !important;
        height: 400px;
        max-width: 260px;
    }
    section.header-form .img-bg {
        min-height: 480px;
    }
    section.header-form .top-content h1 {
        font-size: 40px;
        line-height: 40px;
        margin-top: 0px;
    }
    section.header-form .top-content ul li {
        margin-bottom: 10px;
        font-size: 18px;
        float: none;
        clear: both;
        line-height: 22px;
    }
    section.header-form .top-content ul li:before {
        width: 20px;
        height: 20px;
        line-height: 17px;
        display: block;
        float: left;
        margin-bottom: 30px;
    }
    section.header-form .top-content {
        top: 150px;
    }
    .form-container,
    header .header-menu {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-y: scroll;
        overflow-x: hidden;
        z-index: 100;
        background: #eee;
    }
    section.header-form .form-wrapper {
        float: none;
        margin: 100px auto 0;
        width: 100%;
        padding: 20px;
        box-shadow: none;
    }
    .form {
        margin-top: -15px;
    }
    .form label {
        padding: 0;
        line-height: 22px;
    }
    .form input[type="submit"] {
        margin: 30px auto -20px;
        width: 250px;
    }
    .sticky {
        display: none;
    }
    header .header-menu ul {
        margin-top: 150px;
        padding-left: 0;
    }
    header .header-menu ul li
     {
        float: none;
        display: block;
        margin: 0;
        padding: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }
    header .header-menu ul li a {
        padding: 20px;
        width: 100%;
        display: block;
        margin-bottom: -1px;
        border-top: 1px solid rgba(255, 255, 255, 1);
        border-bottom: 1px solid rgba(255, 255, 255, 1);
    }
    header .header-menu ul li:last-child a {
        margin-bottom: 0px;
    }
    header .header-menu ul li:nth-child(2),
    header .header-menu ul li:nth-child(3) {
        margin: 0;
        padding: 0;
    }
    header .logo {
        width: 140px;
        top: 10px;
    }
    .header-wrapper {
        height: 140px;
    }
    section.content {
        margin: 40px 0 20px;
    }
    section.content .main-title {
        font-size: 24px;
    }
    section.content .left-col {
        padding-right: 0;
        padding-bottom: 30px;
    }
    section.content p {
        line-height: 22px;
    }
    section.content .le-button {
        margin-top: 15px;
    }
    section.services h2 {
        font-size: 25px;
        margin: 10px 0 0;
    }
    section.services {
        padding: 20px 0;
        height: inherit;
        background-size: cover !important;
    }
    section.services .img-wrapper {
        margin: 10px 0;
    }
    section.services a {
        font-size: 20px;
        margin: 10px 0;
    }
    section.services p {
        padding: 0 0 10px;
    }
    section.testimonials {
        padding: 30px 0 0px;
    }
    section.testimonials .owl-nav .owl-prev {
        bottom: inherit;
        left: 10px;
        top: -80px;
    }
    section.testimonials .owl-nav .owl-next {
        bottom: inherit;
        right: calc(100% - 100px);
        top: -80px;
    }
    section.testimonials .testimonial-block {
        padding: 30px;
        font-size: 14px;
    }
    section.testimonials .testimonial-block .testimonial-text * {
        font-size: 14px !important;
    }
    section.testimonials .testimonial-block .testimonial-text {
        padding: 25px 15px;
        font-size: 14px !important;
        line-height: 22px;
    }
    section.testimonials .owl-carousel .owl-dots {
        bottom: -1px;
    }
    section.testimonials .testimonial-block .author {
        bottom: 5px;
        padding: 10px;
    }
    section.testimonials .number {
        top: 5px;
        left: 0;
        font-size: 20px;
        z-index: 99;
    }
    section.feedback {
        margin: 20px 0 0;
    }
    section.content .services-wrapper {
        margin-top: 20px;
        padding: 40px 0;
    }
    section.content .services-wrapper .img-block {
        margin-bottom: 0;
    }
    section.content .services-wrapper .img-block img {
        height: auto;
        width: 100%;
    }
    section.content .services-wrapper .img-block .icon-wrapper img {
        width: inherit;
    }
    section.content .services-wrapper .content-block {
        margin-bottom: 40px;
    }
    section.content .services-wrapper .row:last-child .content-block {
        margin-bottom: 0;
    }
    section.content .services-wrapper .content-block a {
        padding: 0 15px;
        margin: 29% auto 20px;
        font-size: 23px;
    }
    section.content .services-wrapper .content-block p {
        padding: 0 15px;
    }
    section.feedback p {
        padding: 0 30px 10px;
    }
    section.team {
        background-position: top center !important;
    }
    .right-block {
        padding-left: 0px;
        padding-top: 20px;
    }
    section.section-contact {
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    section.section-contact h2 {
        font-size: 35px;
        color: #fff;
    }
    .contact-form-wrapper {
        margin-bottom: 0;
    }
    .contact-form-wrapper .text-center {
        padding: 0 15px;
    }
    .contact-form-wrapper .form textarea {
        height: 200px;
    }
    .right-col .wrapper-sidebar {
        margin-bottom: 0px;
        padding: 0;
    }
    section .left-block {
        padding-right: 0px;
    }
    section .right-block {
        padding-left: 0px;
    }
    .post-block {
        height: 250px;
    }
    footer .social-links {
        margin-top: 10px;
    }
    section.about-service {
        margin: 30px auto;
    }
    section.about-service .columns {
        margin: 20px auto;
    }
    section.benefits-service {
        min-height: inherit;
        padding-bottom: 40px;
    }
    section.benefits-service .columns {
        margin-bottom: 20px;
    }
    section.benefits-service .title {
        margin-top: 20px;
        margin-bottom: 0px;
    }
    section .title h2 {
        font-size: 30px;
    }
    section.header-form .top-content h1 {
        font-size: 35px;
        line-height: 36px;
        margin-top: 80px;
        max-width: 500px;
        margin-bottom: 20px;
    }
    section.page-service .description {
        font-size: 25px;
        margin-bottom: 20px;
    }
    section.page-banner .image {
        height: 250px;
    }
    section.approach-steps .step {
        margin: 0 auto 40px;
    }
    section.approach-steps .arrow-wrapper {
        position: absolute;
    }
    section.approach-steps .description {
        font-size: 25px;
        margin: 30px auto;
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
    }
    section.approach-steps .step.left .arrow-holder,
    section.approach-steps .step .arrow-holder {
        right: -15px;
        left: inherit;
    }
    section.approach-steps .step .arrow-holder .arrow {
        border-width: 125px 125px 125px 0;
        border-color: transparent #edf4f5 transparent transparent;
    }
    section.approach-steps .step .arrow-holder .dot {
        right: inherit;
        left: 70px;
    }
    section.approach-steps .step .arrow-holder .dot-line {
        right: inherit;
        left: 77px;
    }
    section.approach-steps .step.left .step-label,
    section.approach-steps .step .step-label {
        right: 120px;
        left: inherit;
        animation-name: none;
    }
    section.approach-steps .step.left .info,
    section.approach-steps .step .info {
        margin-left: 0;
        animation-name: none;
    }
    section.approach-steps .step .arrow-holder .arrow {
        animation-name: none;
    }
    section.speak .title h2 {
        margin-top: -5px;
    }
    section.speak .title {
        margin-top: 40px;
    }
    section.speak .text {
        margin: 15px auto;
    }
    .team-member .image-holder {
        float: none;
    }
    section.about-us-top .columns {
        margin: 0;
        margin-bottom: 20px;
    }

    h2.name-heading {
        font-size: 30px;
        padding: 0 20px;
    }

   .team-member-new .image-wrapper {
        width: 375px;
        height: 272px;
        max-width: 100%;
    }

    .team-member-new .description p {
        font-size: 14px;
    }

    .team-member-new {
        height: inherit;
    }
    .row.team-member-new:nth-child(odd),.row.team-member-new:nth-child(even) {
        padding-bottom: 10px;
    }

    .team-member-new .details {
        padding: 0 30px 30px;
    }

    .team-member-new .info {
        padding: 10px 0;
        border-top: 1px solid #319699;
        border-bottom: 1px solid #319699;
        margin: 10px 0;
        font-size: 15px;
        color: #319699;
    }

    .team-member-new .details {
        padding-right: 0;
    }
    .team-member-new .col-sm-6 {
        width: 100%;
    }
    .team-member-new.row:nth-child(odd) .col-sm-6:first-child .image-wrapper{
        float: right;
    }
    .team-member-new.row:nth-child(odd) .details {
        float: none;
    }
    .team-member-new .details {
        margin-top: -86px;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .team-member-new  .image-wrapper {
        width: 275px;
        height: 204px;
        max-width: 100%;
        float: right;
    }
    .team-member-new .description p {
        font-size: 16px;
    }

    .team-member-new .description  {
        padding: 20px;
    }

    .row.team-member-new:nth-child(even) .image-wrapper {
        float: left;
    }
    .row.team-member-new:nth-child(odd),
    .row.team-member-new:nth-child(even) {
        padding-bottom: 0;
    }

    .team-member-new .info {
        margin: 10px 0;
    }

    .team-member-new.row .details {
        padding: 0 0 30px 0;
    }

    .team-member-new .info {
        padding: 10px 35px;
        border-top: 1px solid #319699;
        border-bottom: 1px solid #319699;
        margin: 10px 0;
        font-size: 19px;
        color: #319699;
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .team-member-new.row:nth-child(even) h2 {
        text-align: right;
    }

    .team-member-new.row:nth-child(even) .team-title {
        text-align: right;
    }

    .team-member-new .team-title {
        padding: 0 20px;
        font-size: 25px;
    }

    .team-member-new.row:nth-child(even) .info {
        text-align: right;
    }
   .team-member-new.row:nth-child(even) h2 {
      text-align: right;
   }
   .team-member-new.row .linkedin-icon {
      font-size: 14px;
      margin-top: 5px;
   }
   .team-member-new.row:nth-child(even)  .linkedin-icon {
      position: absolute;
      left: 15px;
      margin-top: 5px;
   }
}
@media only screen and (max-width: 500px) {
    .sb-holder .sb-title {
        font-size: 28px;
    }
    .sb-holder .sb-text {
        line-height: 1.4;
    }
    .sb-holder .sb-content {
        padding: 80px 0px 40px;
    }
    #caas-form {
        padding: 35px 10px;
    }

    .caas-footer-info.disclaimer {
        text-align: center;
        padding: 5px 0 50px 0;
        font-size: 14px;
        line-height: 1.4;
        margin-top: -15px;
    }

    .caas-footer-info.disclaimer p {
        font-size: 18px;
    }

    .team-member-new .details {
        margin-top: -89px;
    }

    h2.name-heading {
        padding: 0;
    }

    .team-member-new .team-title {
        padding: 0;
        font-size: 20px;
        height: 40px;
    }

    .team-member-new .description  {
        padding: 10px 0;
    }
    section.we-provide {
        padding: 40px 0;
    }
    section.we-provide .featured-list ul li {
        width: 100%;
        float: none;
    }
    section.we-provide .big-title {
        padding: 15px 0;
        font-size: 25px;
    }
    section.team-members .team-member {
        margin-bottom: 0;
    }
    section.team-members {
        margin-top: 30px;
    }
    section.team-members .title {
        margin-bottom: 0px;
    }
    h2.name-heading {
       padding-bottom: 5px;
        font-size: 24px;
    }
    .team-member-new  .image-wrapper {
        width: 200px;
        height: 150px;
        max-width: 100%;
        float: right;
    }
    .team-member-new .description p {
        font-size: 15px;
    }
    .row.team-member-new:nth-child(even) .image-wrapper {
        float: left;
    }
    .row.team-member-new:nth-child(odd),
    .row.team-member-new:nth-child(even) {
        padding-bottom: 0;
    }

    .team-member-new .info {
        margin: 10px 0;
    }

    .team-member-new.row .details {
        padding: 0 0 30px 0;
    }

    .team-member-new .info {
        padding: 10px 15px;
        border-top: 1px solid #319699;
        border-bottom: 1px solid #319699;
        margin: 10px 0;
        font-size: 18px;
        color: #319699;
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .team-member-new.row:nth-child(even) h2 {
        text-align: right;
    }
    .team-member-new.row .linkedin-icon {
       font-size: 14px;
    }
    .team-member-new.row:nth-child(even)  .linkedin-icon {
       position: absolute;
       left: 15px;
       margin-top: 20px;
    }

    .team-member-new.row:nth-child(even) .team-title {
        text-align: right;
        padding-left: 80px;;
        font-size: 20px;
        line-height: 1;
        height: 42px;
    }

    .team-member .image-wrapper {
        min-height: 470px;
    }
    .team-member .image-holder .image {
        width: 280px;
        height: 400px;
    }
    .team-member .image-holder {
        padding: 0 15px 15px;
        margin-bottom: -15px;
        width: 280px;
        margin-left: -15px;
    }
    .team-member:hover h2 {
        transform: translateX(0);
    }
    .team-member:hover .image-holder {
        background: #31969A;
        padding: 45px 0px 0px 15px;
        margin-bottom: -15px;
    }
    .team-member:hover .image-holder .image {
        margin-top: -30px;
        margin-bottom: -15px;
    }
    section.speak .title h2 {
        line-height: 1;
        font-size: 25px;
    }
    .le-button-white {
        padding: 15px 25px;
        font-size: 18px;
    }
    section.about-service {
        margin: 30px auto;
    }
    section.about-service .columns {
        margin: 20px auto;
    }
    section.benefits-service {
        min-height: inherit;
        padding-bottom: 40px;
    }
    section.benefits-service .columns {
        margin-bottom: 20px;
    }
    section.benefits-service .title {
        margin-top: 30px;
        margin-bottom: 0px;
    }
    section.benefits-service .columns ul li {
        width: 100%;
        float: none;
    }
    section.header-form .top-content h1 {
        font-size: 30px;
        line-height: 30px;
        margin-top: 0;
        margin-bottom: 20px;
    }
    section.page-service .description {
        font-size: 22px;
        margin-bottom: 20px;
    }
    section.header-form .img-bg {
        min-height: 350px;
        background-position: center !important;
    }
    section.feedback .phone,
    section.feedback .or,
    section.feedback .text-left {
        width: 100%;
        text-align: center;
    }
    section.feedback .or {
        line-height: 60px;
    }
    section.feedback .le-button {
        top: 10px;
    }
    section.feedback p {
        font-size: 16px;
        padding: 0 0 10px;
    }
    section.feedback h3 {
        padding: 10px 0;
    }
    section.feedback .logo-feedback img {
        max-width: 200px;
        height: auto;
    }
    section .title h3 {
        font-size: 14px;
    }
    section .title h2 {
        font-size: 32px;
        margin-top: -5px;
        line-height: 1.2;
        margin-bottom: 5px;
    }
    section span.line {
        height: 20px;
    }
    section .title h2.top {
        margin-bottom: -8px;
    }
    section .title h3.bot {
        margin-bottom: 0;
    }
    section.team {
        padding: 10px 0 30px;
        height: auto;
    }
    section.testimonials .testimonial-block {
        padding: 30px;
        font-size: 14px;
    }
    section.testimonials .testimonial-block .testimonial-text {
        padding: 50px 15px 15px;
        line-height: 22px;
    }
    section.testimonials .testimonial-block .author {
        bottom: 5px;
        padding: 10px;
    }
    section.testimonials .number {
        top: 5px;
        left: 0;
        font-size: 20px;
        z-index: 99;
    }
    section.testimonials .owl-nav .owl-prev {
        left: 50px;
        bottom: -80px;
        top: inherit;
    }
    section.testimonials .owl-nav .owl-next {
        right: 50px;
        bottom: -80px;
        top: inherit;
    }
    section.service-content ul li:before {
        display: block;
        float: left;
    }
    section.service-content ul li {
        font-size: 22px;
        line-height: 28px;
    }
    section.content {
        margin: 20px 0;
    }
    section.content .feature-text {
        margin: 10px 0 10px;
    }
    section.content .services-wrapper .p-0 {
        padding: 0 15px;
    }
    section.content .right-col {
        margin-top: 30px;
    }
    .right-col a.sidebar-services:hover:after {
        left: calc(50% - 25px);
        border-right: 25px solid transparent;
        border-bottom: 25px solid #31969A;
        border-top: 25px solid transparent;
        position: absolute;
        top: -45px;
    }
    footer .dev-company {
       margin: 0 auto;
       float: none;
    }
    footer .logo-footer {
        text-align: center;
        margin-bottom: 20px;
    }
    footer .social-links {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .contact-form-wrapper .form input[type="submit"] {
        width: 100%;
        display: block;
    }
    .error-404 {
        height: 100px;
    }
    footer .col-xs-4 {
        width: 100%;
    }
    section.approach-steps .arrow-wrapper {
        width: 100%;
    }
    section.approach-steps .step.left .info, section.approach-steps .step .info {
        position: relative;
        z-index: 20;
        max-width: 80%;
    }
    section.approach-steps .step.left .step-label, section.approach-steps .step .step-label {
        right: 55px;
        top: 0;
    }

    section.approach-steps .step.step-03 .step-label,
    section.approach-steps .step.step-02 .step-label {
        top: -120px
    }
    section.approach-steps .step {
        min-height: 412px;
    }
    section.approach-steps .step .arrow-holder .dot-line {
        height: 500px;
    }

}
@media only screen and (max-width: 400px) {
    section.testimonials .testimonial-block .testimonial-text {
        padding: 30px 20px 0;
    }
    section.testimonials .testimonial-block .testimonial-text * {
        font-size: 13px !important;
        line-height: 1.4;
    }
}
@media screen and (max-width: 320px) {
    h2.name-heading {
        font-size: 20px;
    }

    .team-member-new .team-title {
        font-size: 19px;
    }

    .team-member-new .info {
        font-size: 16px
    }

    .team-member-new .details {
        margin-top: -82px;
    }
}
@media screen and (min-width: 1200px) {
   section.testimonials .testimonial-block .testimonial-text {
      font-size: 22px;
   }
}
.custom-table {
    margin-top: 30px;
    width: 100%;
    margin-left: -7.5px;
}
.custom-table .custom-table-head {
    background: #31969A;
}
.custom-table .custom-table-head .custom-table-cell {
    background: #31969A;
    font-weight: 700;
    color: #fff;
}
.custom-table .custom-table-row {
    border-bottom: 1px solid #DDDDDD;
}
.custom-table .custom-table-head .custom-table-cell {
    text-align: center;
    padding: 14px 15px;
}
.custom-table .text-left.custom-table-cell {
    text-align: left;
    padding-left: 40px !important;
}
.custom-table .custom-table-cell {
    text-align: center;
}
.custom-table .custom-table-body .custom-table-cell {
    padding: 22px 15px;
}
.custom-table .custom-table-body .custom-table-row:hover {
    background: rgba(0,0,0,0.02);
}
.cell-freedom {
    position: relative;
}
.custom-table .custom-table-head .custom-table-cell .bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}
.custom-table .custom-table-head .cell-freedom .bg {
    background: #F7FDFD;
}
.custom-table .custom-table-head .cell-plus .bg {
    background: #EBF8F8;
}
.custom-table .custom-table-head .cell-total .bg {
    background: #DBF7F8;
}
.custom-table .custom-table-head .cell-sprint .bg {
    background: #C2E2E3;
}
section.sp-section {
    margin: 80px auto;
}
section.sp-section .le-button-dark {
    min-width: 310px;
    max-width: 100%;
}
section.sp-section .title {
    color: #31969A;
    font-weight: 500;
}
section.sp-section.invert .title {
    color: #fff;
}
section.sp-details .boxes {
    margin-top: 80px;
}
section.sp-details .boxes .box {
    padding: 80px 30px 20px;
    text-align: center;
    margin-bottom: 80px;
}
section.sp-details .boxes .box * {
    color: #fff;
}
section.sp-details .boxes .box .icon-holder {
    height: 76px;
    width: 76px;
    top: -37px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    position: absolute;
}
section.sp-details .boxes .box .icon-holder img {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-top: 22px;
}
section.sp-details .boxes .box .icon-holder:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
    box-shadow: 0 0 20px rgba(56, 162, 170, 0.3);
    background: #fff;
}
section.sp-details .boxes .box-holder {
    padding: 0 10px;
}
section.sp-details .boxes .box .name {
    font-size: 20px;
    font-weight: 700;
    margin-left: -30px;
    margin-right: -30px;
    padding: 0 30px 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}
section.sp-details .boxes .box .info {
    font-size: 15px;
    font-weight: 400;
    margin-left: -30px;
    margin-right: -30px;
    padding: 0 15px 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
    min-height: 100px;
}
section.sp-details .boxes .box .description {
    font-size: 16px;
    font-weight: 600;
    margin-left: -15px;
    margin-right: -15px;
    min-height: 160px;
    margin-bottom: 20px;
}
section.sp-details .boxes .box .content {
    text-align: left;
    max-height: 450px;
    min-height: 450px;
    margin-bottom: 20px;
    margin-right: -30px;
    padding-right: 15px;
    margin-left: -10px;
    overflow: auto;
}
section.sp-details .boxes .box .content::-webkit-scrollbar {
     width: 6px;
 }
/* Track */
section.sp-details .boxes .box .content::-webkit-scrollbar-track {
     background: rgba(255,255,255,0.3);
     box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
     border-radius: 10px;
 }
/* Handle */
section.sp-details .boxes .box .content::-webkit-scrollbar-thumb {
     background: #fff;
     box-shadow: inset 0 0 3px #125A60;
     border-radius: 10px;
}
/*section.sp-details .boxes .box-holder:nth-child(3) .box .content::-webkit-scrollbar-thumb {*/
/*    background: #48bec8;*/
/*}*/
/*section.sp-details .boxes .box-holder:nth-child(4) .box .content::-webkit-scrollbar-thumb {*/
/*    background: #38A2AA;*/
/*}*/
section.sp-details .boxes .box .content p {
    margin-bottom: 10px;
}
section.sp-details .boxes .box .content ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 30px;
}
section.sp-details .boxes .box .content ul li:before {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 6px;
}
section.sp-details .boxes .box .price {
    font-size: 32px;
    margin-top: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}
section.sp-details .boxes .box-holder:nth-child(1) .box {
    background: #38A2AA;
}
section.sp-details .boxes .box-holder:nth-child(2) .box {
    background: #257E85;
}
section.sp-details .boxes .box-holder:nth-child(3) .box {
    background: #125A60;
}
section.sp-details .boxes .box-holder:nth-child(4) .box {
    background: #023335;
}
section.sp-additional {
    position: relative;
    padding: 100px 0;
}
section.sp-additional .image {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-attachment: fixed;
}
section.sp-additional .boxes  {
    max-width: 1000px;
    margin: 40px auto 0;
}
section.sp-additional .boxes .box {
    color: #fff;
}
section.sp-additional .boxes .box .name {
    text-transform: uppercase;
    letter-spacing: 0.13em;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
}
section.sp-additional .boxes .box .description {
    max-width: 350px;
    margin: 0 auto;
}
section.sp-additional .boxes .box .name:before {
    content: "";
    display: inline-block;
    padding-right: 10px;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #fff;
}
section.sp-started .boxes {
    margin-top: 70px;
}
section.sp-started .boxes .box {
    max-width: 320px;
    margin: 0 auto 50px;
}
section.sp-started .boxes .box .icon-holder {
    height: 74px;
    width: 74px;
    margin: 0 auto 40px;
    position: relative;
    text-align: center;
}
section.sp-started .boxes .box .icon-holder img {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-top: 15px;
}
section.sp-started .boxes .box .icon-holder:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
    box-shadow: 0 0 20px rgba(56, 162, 170, 0.3);
    background: #fff;
}
section.sp-started .boxes .box .name {
    font-weight: 700;
    color: #00494B;
    margin-bottom: 15px;
    font-size: 18px;
}
section.sp-started .boxes .box .description {
    color: #6F8182;
}
@media screen and (max-width: 1200px) {
    section.sp-details .boxes .box .price {
        margin-top: 10px;
    }
    section.sp-details .boxes .box .info,
    section.sp-details .boxes .box .description {
        min-height: 85px;
    }
}
@media screen and (max-width: 1200px) {
    section.sp-details .boxes .box .price {
        margin-top: 10px;
    }
    section.sp-details .boxes .box .info,
    section.sp-details .boxes .box .description {
        min-height: 92px;
    }
}
@media screen and (max-width: 992px) {
    .custom-table .custom-table-head .custom-table-cell {
        font-size: 12px;
    }
    .custom-table .text-left.custom-table-cell {
        text-align: left;
        padding-left: 10px !important;
    }
    .custom-table .custom-table-body .custom-table-cell {
        padding: 15px 10px;
        font-size: 14px;
    }
    section.sp-started .boxes .box {
        max-width: 550px;
        margin: 0 auto 80px;
    }
    section.sp-additional .boxes .box {
        margin-bottom: 40px;
    }
    section.sp-additional .boxes .box .description {
        max-width: 550px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px) {
    section.sp-details .boxes .box .info,
    section.sp-details .boxes .box .description {
        min-height: 40px;
    }
    section.sp-details .boxes .box .content {
        max-height: none;
        min-height: 150px;
    }
    .custom-table .custom-table-head .custom-table-cell {
        font-size: 10px;
        padding: 10px 0;
        height: 50px;
    }
    .custom-table .text-left.custom-table-cell {
        text-align: left;
        padding-left: 10px !important;
    }
    .custom-table .custom-table-body  .custom-table-row .col-xs-4 {
        padding-right: 0px;
    }
    .custom-table .custom-table-body .custom-table-cell {
        padding: 15px 10px !important;
        font-size: 12px;
    }
    section.sp-additional .boxes .box {
        margin-bottom: 40px;
    }
}