/* ========================
   Theme Name: DC Digital Cause
   ======================== */


/** Table of Contents:

* 1.0 - Fonts
* 2.0 - Icon fonts
* 3.0 - Useful classes
* 4.0 - General
    * 4.1 - Buttons
    * 4.2 - Forms
* 5.0 - Mobile menu
* 6.0 - Header
* 7.0 - Footer
* 8.0 - Home
* 9.0 - Services
* 10.0 - Terms and Conditions
* 11.0 - About page
* 12.0 - Contact page
* 13.0 - Blog
*/

/* 1.0 - Fonts
=============================== */
@font-face {
    font-family: 'LatoBold';
    src: url('../fonts/LatoBold.eot');
    src: url('../fonts/LatoBold.eot') format('embedded-opentype'),
         url('../fonts/LatoBold.woff2') format('woff2'),
         url('../fonts/LatoBold.woff') format('woff'),
         url('../fonts/LatoBold.ttf') format('truetype'),
         url('../fonts/LatoBold.svg#LatoBold') format('svg');
}
@font-face {
    font-family: 'LatoLight';
    src: url('../fonts/LatoLight.eot');
    src: url('../fonts/LatoLight.eot') format('embedded-opentype'),
         url('../fonts/LatoLight.woff2') format('woff2'),
         url('../fonts/LatoLight.woff') format('woff'),
         url('../fonts/LatoLight.ttf') format('truetype'),
         url('../fonts/LatoLight.svg#LatoLight') format('svg');
}
@font-face {
    font-family: 'LatoRegular';
    src: url('../fonts/LatoRegular.eot');
    src: url('../fonts/LatoRegular.eot') format('embedded-opentype'),
         url('../fonts/LatoRegular.woff2') format('woff2'),
         url('../fonts/LatoRegular.woff') format('woff'),
         url('../fonts/LatoRegular.ttf') format('truetype'),
         url('../fonts/LatoRegular.svg#LatoRegular') format('svg');
}

/* 2.0 - Icon fonts
================================= */
@font-face {
  font-family: 'icomoon';
  src:  url('../icon-fonts/icomoon.eot?e6ksi7');
  src:  url('../icon-fonts/icomoon.eot?e6ksi7#iefix') format('embedded-opentype'),
    url('../icon-fonts/icomoon.ttf?e6ksi7') format('truetype'),
    url('../icon-fonts/icomoon.woff?e6ksi7') format('woff'),
    url('../icon-fonts/icomoon.svg?e6ksi7#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-down:before {
  content: "\e912";
}
.icon-chevron-right:before {
  content: "\e911";
}
.icon-chevron-thin-left:before {
  content: "\e910";
}
.icon-chevron-thin-right:before {
  content: "\e90e";
}
.icon-campaign-manag:before {
  content: "\e906";
}
.icon-bid-management:before {
  content: "\e907";
}
.icon-development:before {
  content: "\e908";
}
.icon-ctr-conversion:before {
  content: "\e909";
}
.icon-goal-definition:before {
  content: "\e90a";
}
.icon-campaign-setup:before {
  content: "\e900";
}
.icon-maintenance:before {
  content: "\e90b";
}
.icon-process-management:before {
  content: "\e901";
}
.icon-signal:before {
  content: "\e902";
}
.icon-settings:before {
  content: "\e904";
}
.icon-cog:before {
  content: "\e904";
}
.icon-preferences:before {
  content: "\e904";
}
.icon-checkmark:before {
  content: "\e905";
}
.icon-close:before {
  content: "\e90d";
}
.icon-search:before {
  content: "\e90c";
}
.icon-menu:before {
  content: "\e90f";
}
.icon-check:before {
  content: "\e903";
}
.icon-close:before {
  content: "\e90d";
}
.icon-search:before {
  content: "\e90c";
}
.icon-quotes-left:before {
  content: "\e977";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}

/* 3.0 - Useful classes
================================= */
.clear-list{
    list-style: none;
    margin-left: 0;
}
.big-text{
    font-size: 1.4em;
    line-height: 1.45;
    color: #000;
}
.upper-text{
    text-transform: uppercase;
}
.relative-block{
    position: relative;
}
.bold-text{
    font-family: LatoBold;
}
.regular-text{
    font-family: LatoRegular;
}
.section+.section{
    border-top: 1px solid #f5f5f5;
}
.check-list > li{
    padding-left: 6px;
    list-style-image: url(../images/check-icon.png);
    padding-bottom: 11px;
}
.full-height{
    height: 100%;
}
.to-b{
    margin-top: 10px;
}
.to-t{
    transform: translateY(-30px);
}
.img-wrap{
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto 100%;
}
.top-right{
    transform: translate(50px, -50px);
}
.bottom-left{
    transform: translate(-50px, 50px);
}
@media screen and (max-width: 64em){
    .top-right{
        transform: translate(20px, -30px);
    }
    .bottom-left{
        transform: translate(-20px, 20px);
    }
    .full-height{
        height: 400px;
        margin-bottom: 45px;
    }
    .img-wrap{
        background-size: cover;
    }
    .to-t{
        transform: none;
        margin-left: 2%;
    }
    .to-b{
        margin-top: 0;
        margin-right: 2%;
    }
}
@media screen and (max-width: 40em){
    .section-gaps{
        padding-left: 9px;
        padding-right: 9px;
    }
    .big-text{
        font-size: 18px;
    }
    .to-t{
        margin-left: 0%;
    }
    .to-b{
        margin-right: 0%;
    }
    .full-height{
        height: 170px;
        margin-bottom: 45px;
    }
    .under-img.to-b{
        margin-left: 0;
    }
    .top-right{
        transform: translate(10px, -10px);
    }
    .bottom-left{
        transform: translate(-10px, 10px);
    }
}

/* 4.0 - General
================================= */
body, p{
    font-size: 18px;
    font-family: LatoLight;
    line-height: 1.77;
    color: #444;
}
p{
    margin-bottom: 20px;
}
a{
    font-family: LatoRegular;
    color: inherit;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    transition: all .2s linear;
}
a:not(.button):hover{
    border-bottom-color: inherit;
    color: inherit;
}
h2{
    font-size: 36px;
    line-height: 1.3;
    font-family: LatoRegular;
    margin-bottom: 40px;
}
h3{
    font-size: 26px;
    line-height: 1.23;
    margin-bottom: 18px;
}
h4{
    font-size: 22px;
    line-height: 1.36;
}
h5{
    font-family: LatoBold;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 20px;
}
h1, h2, h3, h4, h5{
    color: #000;
}
@media screen and (max-width: 64em){
    h2{
        font-size: 28px;
        margin-bottom: 28px;
    }
    h3{
        font-size: 24px;
    }
    h4{
        font-size: 17px;
    }
}
@media screen and (max-width: 40em){
    h2{
        font-size: 24px;
        letter-spacing: -.2px;
        margin-bottom: 18px;
    }
    h3{
        font-size: 24px;
        line-height: 1.3;
    }
    h4{
        font-size: 14px;
        line-height: 1.4;
    }
    h5{
        font-size: 13px;
        margin-bottom: 16px;
        line-height: 1.5;
    }
    p{
        letter-spacing: -.2px;
        font-size: 16px;
        line-height: 1.5;
    }
    .home p{
        font-size: 18px;
        line-height: 1.77;
    }
}
/**** 4.1 - Buttons *****/
.button{
    background: #06cfec;
    text-transform: uppercase;
    font-size: 13px;
    padding: 12px 18px;
    letter-spacing: .8px;
    font-family: LatoBold;
}

/**** 4.2 - Forms *****/
[type='text'], 
[type='password'], 
[type='date'], 
[type='datetime'], 
[type='datetime-local'], 
[type='month'], 
[type='week'], 
[type='email'], 
[type='number'], 
[type='search'], 
[type='tel'], 
[type='time'], 
[type='url'], 
[type='color'], 
textarea{
    border: 2px solid #06cfec;
    box-shadow: none;
    padding: 15px 24px;
    height: 56px;
    margin-bottom: 18px;
}
textarea{
    height: 145px;
    resize: none;
    margin-bottom: 24px;
}
.search-form input[type=search]{
    height: 64px;
}

@media screen and (max-width: 40em){
    [type='text'], 
    [type='password'], 
    [type='date'], 
    [type='datetime'], 
    [type='datetime-local'], 
    [type='month'], 
    [type='week'], 
    [type='email'], 
    [type='number'], 
    [type='search'], 
    [type='tel'], 
    [type='time'], 
    [type='url'], 
    [type='color'], 
    textarea{
        font-size: 14px;
        padding: 12px 11px;
        height: 40px;
        margin-bottom: 12px;
    }
    textarea{
        height: 104px;
        margin-bottom: 28px;
    }
    .widget [type='text'], 
    .widget [type='password'], 
    .widget [type='date'], 
    .widget [type='datetime'], 
    .widget [type='datetime-local'], 
    .widget [type='month'], 
    .widget [type='week'], 
    .widget [type='email'], 
    .widget [type='number'], 
    .widget [type='search'], 
    .widget [type='tel'], 
    .widget [type='time'], 
    .widget [type='url'], 
    .widget [type='color']{
        font-size: 14px;
        padding: 12px 11px;
        height: 56px;
        margin-bottom: 12px;
    }
    .search-form input[type=search]{
        height: 64px;
        font-size: 18px;
    }
}
/* 5.0 - Mobile menu
================================= */
.mobile-menu{
    display: none;
}
@media only screen and (max-width: 63.9375em) {
    .menu-toggle {
        font-size: 36px;
        border: none;
        color: #06cfec;
        line-height: 1;
        text-decoration: none;
        -webkit-transition: color 0.5s ease-in-out;
        transition: color 0.5s ease-in-out;
        transition: all 0.8s ease;
        z-index: 100;
        cursor: pointer;
    }
    .menu-toggle:hover{
        border-color: #eee;
        color: #eee;
    }
    .open .menu-toggle{
        left: 250px;
    }
    .mobile-menu {
        display: block;
        position: fixed;
        top: 0;
        padding: 20px;
        width: 250px;
        left: -250px;
        background-color: #fff;
        min-height: 100%;
        height: 100%;
        overflow-y: auto;
        -webkit-transition: all 0.8s ease;
        transition: all 0.8s ease;
        z-index: 10000;
    }
    .mobile-menu li{
        padding: 5px 0;
    }
    .mobile-menu li a{
        display: block;
    }
    .open .mobile-menu {
        left: 0;
    }
}
@media screen and (max-width: 40em){
    .menu-toggle{
        top: -3px;
    }
}

/* 6.0 - Header
================================= */
.menu > li+li{
    margin-left: 27px;
}
.menu > li > a{
    padding: 8px 0;
    color: #000;
}
.menu > li.current-page > a{
    color: #00b8d6;
    border-bottom-color: inherit;
}
.logo a:hover{
    border-bottom-color: rgba(0, 0, 0, 0);
}
.header-top{
    padding-top: 34px;
    padding-bottom: 34px;
}
@media screen and (max-width: 64em){
    
}
@media screen and (max-width: 40em){
    .header-logo{
        margin-bottom: 0;
    }
    .header-top{
        padding-top: 21px;
        padding-bottom: 21px;
    }
}
@media screen and (max-width: 400px){
    .header-logo{
        width: 150px;
    }
}

/* 7.0 - Footer
================================= */
.footer{
    border-top: 1px solid #f5f5f5;
    padding-top: 90px;
    padding-bottom: 100px;
}
.footer-address-list li{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.footer-address-list li  span{
    margin-right: 11px;
}
@media screen and (max-width: 64em){
    .footer{
        padding-top: 55px;
        padding-bottom: 30px;
    }
    .footer-top > .row > .columns{
        flex: 1 1 30%;
        margin-bottom: 30px;
    }
    .footer-top > .row > .columns:first-child{
        flex: 0 0 45%;
    }
}
@media screen and (max-width: 40em){
    .footer{
        padding-top: 32px;
        padding-bottom: 0;
    }
    .footer-top{
        padding-left: 25px;
        padding-right: 25px;
    }
    .social-list{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
    }
    .social-list > li{
        margin: 6px;
    }
    .social-list > li a{
        color: #e5e5e5;
        font-size: 26px;
    }
    .footer-bottom .footer-menu > li{
        border-top: 1px solid #e5e5e5;
        padding: 13px 38px 15px 40px;
    }
    .footer-bottom .footer-menu > li:last-child{
        border-bottom: 1px solid #e5e5e5;
    }
    .footer-bottom .footer-menu > li a{
        font-size: 20px;
        font-family: LatoLight;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        justify-content: space-between;
    }
    .footer-bottom .footer-menu > li a:after{
        content: "\e911";
        font-family: icomoon;
        color: #c4c4c4;
    }
    .footer-address-list > li{
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 480px){
    .footer-top > .row > .columns{
        flex: 1 1 100%;
        margin-bottom: 15px;
    }
    .footer-top > .row > .columns:first-child{
        flex: 1 1 100%;
    }
}

/* 8.0 - Home
================================= */
.under-img{
    border: 8px solid #37ecf4;
}
.under-img > img{
    transform: translate(-60px, -60px);
}
.section-introduce{
    padding-top: 92px;
    padding-bottom: 108px;
}
.google-management-section{
    padding-top: 123px;
    padding-bottom: 109px;
}
.google-managments{
    padding-top: 10px;
}
.google-managments span[class^="icon-"]{
    color: #0de1ec;
    font-size: 70px;
    margin-bottom: 46px;
}
.google-managments > .row > .columns{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}
.google-managments > .row > .columns p{
    flex-grow: 1;
    margin-bottom: 29px;
}
.partners-section{
    padding-top: 125px;
    padding-bottom: 134px;
}
.partners-section > .row{
    flex-wrap: nowrap;
}
.partners-section > .row > .columns{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
.partners-section .partners{
    padding-top: 30px;
}
.partners-section .partner:hover{
    border-bottom-color: rgba(0, 0, 0, 0);
}
.partner img{
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    transition: all .2s linear;
    opacity: .7;
}
.partner img:hover{
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    opacity: 1;
}
.dc-google-ad-section{
    padding-top: 198px;
    padding-bottom: 127px;
}
.search-advertising-section{
    padding-top: 137px;
    padding-bottom: 117px;
}
.components{
    padding-top: 24px;
}
.components .component{
    max-width: 225px;
    margin: 33px auto 33px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}
.component span[class^="icon-"]{
    color: #0cdfeb;
    font-size: 85px;
    margin-bottom: 24px;
}
.google-adwords{
    padding-top: 200px;
    padding-bottom: 124px;
}
.contact-section{
    padding-top: 111px;
    padding-bottom: 227px;
}
.contact-section .under-form{
    background: url(../images/shutterstock_278994758.jpg) no-repeat;
    background-size: cover;
    max-width: 582px;
    margin: 0 auto;
}
.contact-form{
    margin: 0 auto;
    max-width: 582px;
    padding: 55px 78px 38px;
    border: 8px solid rgba(6, 207, 236, 0);
}
.contact-section-v1 .under-form .contact-form{
    background: #fff;
    transform: translate(128px, 106px);
    border: 8px solid #06cfec;
}
.contact-form .button{
    padding-left: 34px;
    padding-right: 34px;
}
.testimonials-section{
    background: #06cfec;
    background: -webkit-linear-gradient(#06cfec, #30ecf3);
    background: linear-gradient(#06cfec, #30ecf3);
    padding-top: 137px;
    padding-bottom: 103px;
}
.testimonials-section-v1,
.testimonials-section-v1 *{
    color: #fff;
}
.testimonials-section h5{
    margin-bottom: 9px;
}
.testimonials-section h2{
    margin-bottom: 24px;
}
.testimonials-section .testimonial blockquote{
    padding-top: 10px;
    border: none;
    margin-bottom: 23px;
}
.testimonials-section .testimonial blockquote p{
    line-height: 1.77;
}
.testimonials-section .testimonial:before{
    font-size: 45px;
    content: "\e977";
    display: inline-block;
    font-family: icomoon;
    line-height: 1;
}
.testimonials-section .testimonial h4{
    line-height: 1.2;
    margin-bottom: 0;
}
.home-v2 .testimonials-section{
    background: #f8fcfc;
}
.home-v2 .testimonials-section *{
    background: #f8fcfc;
}
.home-v2 .contact-section{
    background: #06cfec;
    background: -webkit-linear-gradient(#06cfec, #30ecf3);
    background: linear-gradient(#06cfec, #30ecf3);
    padding-top: 36px;
    padding-bottom: 61px;
}
.home-v2 .contact-section *{
    color: #fff;
}
.home-v2 .contact-section .contact-form{
    background: none;
}
.home-v2 .contact-section h2{
    margin-bottom: 28px;
}
.home-v2 .contact-section .button{
    background: #fff;
    color: #06cfec;
    font-size: 16px;
}
.home-v2 .contact-section .button:hover{
    background: #e1ecf0;
}
.home-v2 [type='text'], 
.home-v2 [type='password'], 
.home-v2 [type='date'], 
.home-v2 [type='datetime'], 
.home-v2 [type='datetime-local'], 
.home-v2 [type='month'], 
.home-v2 [type='week'], 
.home-v2 [type='email'], 
.home-v2 [type='number'], 
.home-v2 [type='search'], 
.home-v2 [type='tel'], 
.home-v2 [type='time'], 
.home-v2 [type='url'], 
.home-v2 [type='color'], 
.home-v2 textarea{
    background: none;
    border-color: #fff;
    margin-bottom: 13px;
}
.home-v2 textarea{
    margin-bottom: 20px;
    height: 116px;
}
.home-v2 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.home-v2 ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.home-v2 :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.home-v2 :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.home-v2 .contact-form h5{
    margin-bottom: 0;
}
@media screen and (max-width: 64em){
    .partners-section .partners{
        flex-wrap: wrap;
    }
    .contact-section .under-form{
        max-width: none;
        margin-left: -15px;
        margin-right: -15px;
        padding-top: 115px;
    }
    .contact-section-v1 .under-form .contact-form{
        transform: none;
        margin-left: auto;
        margin-right: auto;
    }
    .google-managments span[class^="icon-"]{
        font-size: 80px;
        margin-bottom: 20px;
    }
    .google-managments > .row > .columns{
        margin-bottom: 54px;
    }
    .section-introduce{
        padding-top: 35px;
        padding-bottom: 40px;
    }
    .google-management-section{
        padding-top: 65px;
        padding-bottom: 15px;
    }
    .partners-section{
        padding-top: 85px;
        padding-bottom: 70px;
    }
    .dc-google-ad-section{
        padding-top: 100px;
        padding-bottom: 60px;
    }
    .search-advertising-section{
        padding-top: 80px;
        padding-bottom: 60px;
    }
    .google-adwords{
        padding-top: 120px;
        padding-bottom: 90px;
    }
    .testimonials-section{
        padding-top: 75px;
        padding-bottom: 60px;
    }
    .google-managments-slider{
        margin-left: -15px;
        margin-right: -15px;
    }
    .google-managments-slider .slick-list{
        width: 100%;
        max-width: 100%;
    }
    .google-managments-slider .slick-slide{
        box-shadow: 0 0 15px -1px #f1f1f1;
        margin: 10px;
        padding: 40px 22px 32px;
    }
    .slick-dots{
        display: -webkit-flex!important;
        display: -moz-flex!important;
        display: -ms-flex!important;
        display: -o-flex!important;
        display: flex!important;
        justify-content: center;
        list-style: none;
    }
    .slick-dots > li button{
        color: rgba(0, 0, 0, 0);
        margin: 6px;
        max-width: 9px;
        width: 9px;
        height: 9px;
        background: #ccc;
        border-radius: 50%;
    }
    .slick-dots > li.slick-active button{
        background: #949494;
    }
    
}
@media screen and (max-width: 40em){
    .contact-section-v1 .under-form .contact-form{
        width: 83%;
        max-width: 400px;
        border-width: 4px;
    }
    .partners-section .partners > .columns{
        flex: 1 1 150px;
        margin-bottom: 25px;
    }
    .under-img{
        margin-left: 15px;
        margin-bottom: 27px;
        border-width: 5px;
    }
    .under-img > img{
        transform: translate(-20px, -20px);
    }
    .section-introduce{
        padding-top: 18px;
        padding-bottom: 25px;
    }
    .section{
        padding-left: 9px;
        padding-right: 9px;
    }
    .google-management-section{
        padding-top: 41px;
        padding-bottom: 4px;
    }
    .partners-section{
        padding-top: 69px;
        padding-bottom: 44px;
    }
    .dc-google-ad-section{
        padding-top: 90px;
        padding-bottom: 55px;
    }
    .search-advertising-section{
        padding-top: 57px;
        padding-bottom: 30px;
    }
    .component span[class^="icon-"]{
        font-size: 65px;
    }
    .components{
        padding-top: 5px;
    }
    .components-slider{
        margin-left: 0;
    }
    .components-slider .component{
        margin-bottom: 15px;
        max-width: none;
        text-align: left!important;
    }
    .components-slider .component .comp-body{
        padding: 40px 15%;
        box-shadow: 0 0 13px 0 #f1f1f1;
        width: 70%;
        text-align: center;
    }
    .components-slider .component .comp-body span[class^="icon-"]{
        margin-bottom: 25px;
        display: inline-block;
    }
    .google-adwords{
        padding-top: 66px;
        padding-bottom: 41px;
    }
    .contact-section .under-form{
        background-size: 100% auto;
    }
    .contact-section{
        padding: 0 0 40px;
    }
    .contact-form{
        padding: 14px 30px 18px;
    }
    .testimonials-section{
        padding-top: 44px;
        padding-bottom: 48px;
    }
    .testimonials-section h2{
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 16px;
    }
    .testimonials-section blockquote{
        padding-left: 35px;
        padding-right: 35px;
    }
    .google-managments-slider .slick-slide p{
        font-size: 16px;
    }
    .partners-slider{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .slick-dots{
        flex: 1 1 100%;
        margin: 0;
    }
    .slick-arrow{
        font-size: 34px;
        color: #d8d8d8;
    }
    .partners-slider .slick-list{
        max-width: 70%;
        flex-grow: 1;
        margin-bottom: 20px;
    }
    .partners-slider .slick-list .partner{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
    }
    .component.slick-slide{
        width: 190px;
        text-align: center;
    }
    .home-v2 .contact-section .contact-form{
        padding-left: 0;
        padding-right: 0;
    }
    .home-v2 .contact-section{
        padding-bottom: 15px;
    }
}

/* 9.0 - Services
================================= */
.services .section-introduce{
    padding-top: 65px;
    padding-bottom: 122px;
}
.eligib-section{
    padding-top: 134px;
    padding-bottom: 100px;
}
.eligib-section .img-wrap{
    background-image: url(../images/sect-img-1.jpg);
}
.qualific-mon .img-wrap{
    background-image: url(../images/sect-img-2.jpg);
}
.optimisation .img-wrap{
    background-image: url(../images/sect-img-3.jpg);
}
@media screen and (max-width: 64em){
    .services .section-introduce{
        padding-top: 40px;
        padding-bottom: 70px;
    }
    .eligib-section{
        padding-top: 61px;
        padding-bottom: 34px;
    }
    .contact-section{
        padding-top: 0px;
        padding-bottom: 40px;
    }
    .eligib-section > .row.align-justify{
        justify-content: center;
    }
    
}
@media screen and (max-width: 40em){
    .services .section-introduce{
        padding-top: 0;
        padding-bottom: 32px;
    }
    .services .contact-section{
        margin-bottom: 0;
    }
    .services .footer{
        border-top: none;
    }
}


/* 10.0 - Terms and Conditions
================================= */
.terms-condit .page-content{
    padding-top: 47px;
    padding-bottom: 107px;
}
.form-container form{
    border: 8px solid rgba(6, 207, 236, 1);
    padding: 8% 11% 11%;
}
.form-container form h2{
    margin-bottom: 35px;
}
.content-area{
    padding-right: 10%;
}
@media screen and (max-width: 64em){
    .terms-condit .page-content{
        padding-top: 20px;
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 40em){
    .content-area{
        padding-right: 0;
    }
    .terms-condit .page-content{
        padding-top: 0;
        padding-bottom: 10px;
    }
    .terms-condit .big-text{
        font-size: 24px;
    }
    .terms-condit .content-area{
        margin-bottom: 30px;
    }
    .form-container form{
        border: 1px solid #f5f5f5;
        box-shadow: 0 0 13px 0 #f5f5f5;
    }
    .terms-condit .footer{
        border-top: none;
    }
}

/* 11.0 - About page
================================= */
.about-page .heading-section .under-img{
    margin-bottom: 80px;
}
.about-page .heading-section .under-img > img{
    transform: translate(-45px, 30px);
}
.heading-section{
    padding-top: 43px;
    padding-bottom: 85px;
}
.action-calling-section{
    background: #06cfec;
    background: -webkit-linear-gradient(#06cfec, #30ecf3);
    background: linear-gradient(#06cfec, #30ecf3);
    padding-top: 71px;
    padding-bottom: 90px;
}
.action-calling-section *{
    color: #fff;
}
.action-calling-section .button{
    background: #fff;
    color: #06cfec;
    font-size: 16px;
    padding: 16px 36px;
}
.action-calling-section .button:hover{
    background: #f0f0f0;
}
.action-calling-section h5{
    margin-bottom: 8px;
}
.action-calling-section h2{
    margin-bottom: 20px;
}
@media screen and (max-width: 64em){
    .about-page .heading-section{
        padding-top: 15px;
        padding-bottom: 45px;
    }
}
@media screen and (max-width: 40em){
    .about-page .section{
        padding-left: 0;
        padding-right: 0;
    }
    .about-page .heading-section .under-img > img{
        transform: translate(-20px, 10px);
    }
    .about-page .heading-section{
        padding-top: 0;
        padding-bottom: 35px;
    }
    .about-page .heading-section .under-img{
        margin-bottom: 28px;
    }
    .text-left-for-small{
        text-align: left;
    }
    .about-page .big-text{
        font-size: 24px;
    }
}


/* 12.0 - Contact page
==================================== */
.contact-page .contact-section{
    padding-top: 14px;
    padding-bottom: 195px;
}
.contact-page .contact-section p{
    margin-bottom: 10px;
}
.address-list{
    margin-bottom: 18px;
}
.address-list > li{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 10px;
}
.address-list > li > span{
    margin-right: 12px;
}
.social-media > li{
    margin-bottom: 9px;
}
.social-media > li a{
    font-family: LatoLight;
}
.contact-page .contact-section-v1 .under-form{
    background-image: url('../images/contact-bg.jpg');
} 
.contact-page .contact-section-v1 .under-form .contact-form{
    transform: translate(-106px, 106px);
}
@media screen and (max-width: 64em){
    .contact-page .contact-section .under-form{
        padding-top: 0;
        margin-left: 0;
        margin-right: 0;
        
    }
    .contact-page .contact-section-v1 .under-form .contact-form{
        transform: translate(-10%, 10%);
    }
    .contact-page .contact-section{
        padding-bottom: 130px;
    }
}
@media screen and (max-width: 40em){
    .contact-page .contact-section .under-form{
        padding-top: 34px;
        margin-left: -15px;
        margin-right: -15px;
        
    }
    .contact-page .contact-section-v1 .under-form .contact-form{
        transform: none;
        margin-bottom: 42px;
    }
    .contact-page .address-list > li{
        font-size: 14px;
    }
    .contact-section .social-list{
        justify-content: flex-start;
    }
    .contact-page .contact-section{
        padding-bottom: 23px;
    }
}


/* 13.0 - Blog
==================================== */

.posts-list{
    padding-bottom: 1px;
}
.post-thumnail{
    margin-bottom: 40px;
}
.post-thumnail .under-img{
    display: block;
    transform: translateX(22px);
}
.post-thumnail a.under-img:hover{
    border-color: #37ecf4;
}
.post-thumnail .under-img img{
    transform: translate(-30px, 18px);
    transition: transform .3s;
}
.post-thumnail a.under-img:hover img{
    transform: none;
}
.post-excerpt{
    padding-bottom: 9px;
}
.posts-list > .post{
    margin-bottom: 45px;
}
.blog .pagination-wrapper{
    border-top: 1px solid #f5f5f5;
    padding-top: 31px;
    padding-bottom: 17px;
}
.pagination a{
    font-size: 18px;
    font-family: LatoBold;
    
}
.pagination a:after{
    content: ".";
    display: inline;
}
.pagination-previous a::after, .pagination-previous.disabled::after,
.pagination-previous a::before, .pagination-previous.disabled::before,
.pagination-next a::after, .pagination-next.disabled::after{
    display: none;
}
.pagination-previous a,
.pagination-next a{
    padding-left: 0;
    padding-right: 0;
}
.pagination a:hover{
    background: none;
}
.pagination li.current{
    color: #46d6ef;
    font-family: LatoBold;
    font-size: 18px;
    background: none;
    border-bottom: 1px solid #46d6ef;
}
.search-button{
    position: absolute;
    right: 21px;
    top: 33%;
    color: #000;
    font-size: 24px;
}
.widget{
    margin-bottom: 37px;
}
.widget-bd{
    border: 1px solid #f5f5f5;
    box-shadow: 0 0 10px 0px #f5f5f5;
}
.widget-space{
    padding: 12% 12% 6%;
}
.categories-list{
    padding-top: 6px;
}
.categories-list > li{
    padding-bottom: 26px;
}
.categories-list > li a{
    font-family: LatoLight;
}
.f-post{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 35px;
}
.f-post-thumb{
    flex-basis: 74px;
    width: 74px;
    min-width: 74px;
    overflow: hidden;
}
.f-post-thumb > img{
    transition: all 1s linear;
}
.f-post-thumb:hover{
    border-bottom-color: rgba(0, 0, 0, 0)!important;
}
.f-post-thumb:hover > img{
    transform: scale(1.2);
}
.f-post-info{
    flex: 1 1 50px;
    padding-left: 3%;
    max-width: 75%;
}
.f-post-title{
/*    max-width: 200px;*/
    white-space: nowrap;
    text-overflow: ellipsis!important;
    font-size: 20px;
    line-height: 1;
    overflow: hidden;
    margin-bottom: 6px;
    display: block;
}
.f-post-excerpt{
    font-size: 15px;
    line-height: 1.6;
}
.message-form{
    padding-top: 12px;
}
.message-form .button{
    padding-left: 33px;
    padding-right: 33px;
}
.content-area .action-calling-section{
    background: none;
    border: 8px solid #09deea;
    padding: 6%;
    margin-bottom: 57px;
}
.content-area .action-calling-section *{
    color: inherit;
}
.content-area .action-calling-section .button{
    color: #fff;
    background: #06cfec;
    font-size: 13px;
    padding: 12px 22px;
    margin-bottom: 0;
}
.content-area .action-calling-section h2{
    margin-bottom: 5px;
}
.content-area .action-calling-section .button:hover{
    background: #05b0c9;
}
.blog-single-post .post-content{
    margin-bottom: 33px;
}
a.post-thumnail{
    display: block;
    overflow: hidden;
}
a.post-thumnail > img{
    transition: all 3s;
}
a.post-thumnail:hover{
    border-bottom-color: rgba(0, 0, 0, 0);
}
a.post-thumnail:hover > img{
    transform: scale(1.2);
}
.related-posts-section{
    margin-bottom: 71px;
}
.related-posts-section .rel-post-title{
    font-size: 30px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 300px;
}
.related-posts-section .excerpt{
    font-size: 22px;
    margin-bottom: 23px;
}
.related-posts-section .post-thumnail{
    margin-bottom: 16px;
}
.related-posts-section h2{
    margin-bottom: 31px;
}

@media screen and (max-width: 64em){
    .f-post-thumb{
        flex-basis: 50px;
        width: 50px;
        min-width: 50px;
    }
    .related-posts-section .excerpt{
        font-size: 16px;
        width: 90%;
        margin-bottom: 19px;
    }
    .related-posts-section .rel-post-title{
        font-size: 24px;
        width: 85%;
    }
}
@media screen and (max-width: 40em){
    .post-thumnail .under-img{
        transform: translate(0);
        margin-left: 6px;
        border-width: 4px;
    }
    .post-thumnail{
        margin-bottom: 24px;
    }
    .post-thumnail .under-img > img{
        transform: translate(-10px, 10px);
    }
    .post h5{
        margin-bottom: 5px;
    }
    .post h3{
        margin-bottom: 13px;
    }
    .post p{
        line-height: 1.5;
        font-size: 16px;
    }
    .posts-list{
        margin-bottom: 0;
    }
    .posts-list > .post{
        margin-bottom: 25px;
    }
    .blog .pagination-wrapper{
        padding-top: 13px;
    }
    .blog .pagination-wrapper .pagination li{
        display: inline-block;
    }
    .blog .pagination-wrapper .pagination{
        margin-bottom: 0;
    }
    .action-calling-section{
        padding-top: 45px;
        padding-bottom: 40px;
    }
    .section-gaps .action-calling-section{
        padding-left: 0;
        padding-right: 0;
        margin-left: -9px;
        margin-right: -9px;
    }
    .widget-space{
        padding: 25px;
    }
    .f-post-info{
        max-width: 70%;
    }
    .f-post-thumb{
        flex-basis: 70px;
        width: 70px;
        min-width: 70px;
    }
    .featured-posts-widget{
        padding-left: 0;
        padding-right: 0;
    }
    .featured-posts-list{
        margin-bottom: 0;
    }
    .featured-posts-list > li{
        padding: 25px;
        margin-bottom: 0;
        border-top: 1px solid #f5f5f5;
    }
    .featured-posts-widget h3{
        padding-left: 25px;
        padding-right: 25px;
    }
    .message-form{
        text-align: center;
    }
    .search-widget{
        padding: 32px 29px 20px;
        border: 1px solid #f5f5f5;
        border-bottom: none;
        margin-bottom: 0;
        box-shadow: 0 0 10px 0px #f5f5f5;
    }
    .categories-widget .toggle-widget+.categories-list{
        display: none;
    }
    .categories-widget h3{
        margin-bottom: 0px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
    }
    .categories-widget h3:after{
        content: "\e912";
        font-family: icomoon;
        transition: all .3s linear;
    }
    .categories-widget h3.title-opened:after{
        transform: rotateX(180deg);
    }
    .categories-list{
        padding-top: 15px;
        margin-bottom: 0;
    }
    .categories-list > li{
        padding-bottom: 16px;
    }
    
    .content-area .action-calling-section{
        padding: 25px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 27px;
    }
    .related-posts-section .post-thumnail{
        margin-bottom: 8px;
    }
    .rel-post{
        margin-bottom: 17px;
    }
    .related-posts-section{
        margin-bottom: 19px;
    }
}















