/* TypoGraphy */
/*=======Responsive css start =========*/
@media (max-width: 1780px) {
   
}

@media (max-width: 1680px) {
 
}

@media (max-width: 1539px) {


}

@media (max-width: 1439px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
 .howwork-together-col {
    width: 32%;
}   
.footer-col-left {
    width: 23%;
    padding-right: 25px;
}
.footer-col-nav {
    width: 15%;
}
.jointhe-newsletter-col {
    width: 21%;
}
.footer-col-nav.service_nav {
    width: 40%;
}
.add-info p strong {
    font-size: 13px;
}
.blog-info h3 {
    font-size: 18px;
    line-height: 26px;
}
.thiefjoy-colleft {
    width: 50%;
}
.thiefjoy-colright {
    width: 45%;
}
.event-colleft {
    width: 43%;
}
.event-colright {
    width: 47%;
}
.meetcarol-colleft {
    width: 32%;
}
.meetcarol-colright {
    width: calc(100% - 32%);
}
.howwork-together-section {
    margin: 0;
    border-radius: 0px;
}
.thiefjoy-colleft:before {
    bottom: 14px;
}
 
.innerpg-banner-section .slider-caption-info h1 {font-weight: 600;font-size: 36px;}
.speaking_top_cont p {font-size: 18px;}
.effect.effect-one h2 { font-size: 20px;}
.seamless_design h5 {line-height: 24px;font-size: 16px;}
.simple_ul ul li { font-size: 18px;}
.howwork-together-heading h1, .howwork-together-heading h2, .howwork-together-heading h3 { font-size: 32px;}
.sec-title {
    font-size: 32px;
}
}


@media (max-width: 1199px) {
.menu-main-menu-container {
    width: 100%;
}
    /************ // MOBILE MENU CSS START HERE // ***********************/
    .main-nav .menu-bar {
        display: block;
    }

    .header-main {
        padding: 8px 0px;
    }

    .menu-bar {
        width: 52px;
        height: 52px;
        position: static;
        margin: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        display: block;
        right: 38px;
        top: 54px;
        z-index: 1111;
    }

    .mobile-menu .menu-bar {
        background: none;
        /* position: fixed; */
        /* top: 14px; right: 20px; */
    }

    .nav-manu ul.mobile-menu-header-show {
        display: block;
    }

    body.mobile-menu {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        margin-top: 0;
    }

    .navigation {
        background: #fff;
        position: fixed;
        top: 114px;
        padding-top: 0px;
        right: -150%;
        width: 100%;
        max-width: 390px;
        height: 100%;
        z-index: 99;
        transition: .7s;
        -webkit-transition: .7s;
        -moz-transition: .7s;
        overflow-y: auto;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 40px;
        margin: 0;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        background-size: 100%;
        padding-bottom: 300px;
    }

    body.mobile-menu .navigation {
        display: block;
        right: 0;
    }

    .nav-manu {
        flex-wrap: wrap;
        justify-content: center;
    }

    .navigation ul {
        display: block;
        width: 100%;
    }

    .navigation ul li {
        margin-right: 0;
        padding: 0;
        margin: 0;
        position: relative;
        font-size: 16px;
        text-align: left;
    }

    .navigation ul li a {
        border-bottom: 1px solid #dbe3e5;
    }

    .navigation ul li:last-child {
        border-bottom: none;
    }

    .navigation ul>li::before {
        display: none;
    }

    .navigation .menu-item-has-children>a::before {
        display: none;
    }

    .menu-item-has-children::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        transition: 0.4s;
        font-family: FontAwesome;
        color: #000;
        padding: 0;
        z-index: 111;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        background: url(../images/arrow-down.png);
        background-repeat: no-repeat;
        background-position: center;
    }

    .navigation ul li.menu-item-has-children.open::after {
        transform: rotate(-180deg);
    }

    .navigation ul li ul.sub-menu li::after {
        display: flex;
    }

    .navigation ul>li>ul.sub-menu>li:hover>a {
        color: #177fe3;
    }

    .navigation ul li ul.sub-menu>li.menu-item-has-children>ul.sub-menu>li:hover>a {
        color: #177fe3;
    }

    .navigation ul li.menu-item-has-children {
        padding-right: 0;
        position: relative;
    }

    .navigation ul li.current-menu-item>a {
        color: #ff7873;
    }

    .navigation ul>li>a {
        display: block;
        border-top: none;
        padding: 14px 25px;
        color: #000;
    }

    .nav-manu ul li a:hover {
        color: #ff7873;
        position: relative;
    }

    .navigation .moblelogo {
        display: block;
        padding: 20px 15px;
        text-align: center;
    }

    .menu-item-has-children::before {
        display: none;
    }

    .navigation ul>li>a::after {
        display: none;
    }

    .navigation ul li ul.sub-menu {
        display: none;
        opacity: 1;
        visibility: visible;
        transform: scale(1);
        padding: 0px;
    }

    .navigation ul li ul.sub-menu li:last-child {
        border-bottom: none;
    }

    .navigation ul li ul.sub-menu.in {
        position: static;
        max-width: 100%;
        top: 0;
        left: 0;
        display: flex;
        flex-wrap: wrap;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
    } 
    .navigation ul li ul.sub-menu li {
        width: 100%;
        padding: 0;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        border-radius: 0;
        margin: 0;
        box-shadow: none;
        background-color: inherit;
        background: #fff;
        border-bottom: none;
    } 
    
    .navigation ul li ul.sub-menu li:hover {
        background-color: inherit;
    }

    .navigation ul li ul.sub-menu li.current-menu-item {
        background-color: inherit;
    }

    .navigation ul li ul.sub-menu li.current-menu-item a {
        color: #ff9966;
    }

    .navigation ul li ul.sub-menu li a {
        font-weight: 500;
        transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        color: #181925;
        border-bottom: 1px solid #dbe3e5;
        padding: 14px 30px;
        font-size: 16px;
    }

    .navigation ul li ul.sub-menu li a:hover {
        color: #ff9966;
    }

    .navigation ul li ul.sub-menu ul.sub-menu {
        width: 100%;
        padding: 0;
    }

    .navigation ul li ul.sub-menu ul.sub-menu {
        margin-left: 0;
    }

    .navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li a {
        background: none;
    }

    nav.mobile-scroll {
        display: block;
        width: 100%;
        margin: 15px 0 0;
    }

    .navigation ul li ul.sub-menu li:hover a {
        background: none;
    }

    /*======navigation css end======*/
    /*======heading css start======*/
    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }

    /*======heading css end======*/
    p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    ul li,
    ol li {
        font-size: 15px;
        line-height: 24px;
        margin: 0 0 4px;
    }
.slider-video img, .slider-video video {
    height: 600px;
}
.slider-caption-info h1 {
    font-size: 46px;
}
.slider-caption-info {
    max-width: 700px;
}
.meetcarol-row {
    padding: 0;
}
.send-btn {
    width: 172px;
}
.footer-col-nav {
    padding-right: 15px;
}
.copyright {
    padding-top: 20px;
}
.footer-main {
    padding-bottom: 20px;
}
.footer-col-left {
    padding-right: 32px;
}
.add-info p strong {
    font-size: 12px;
}
.footer {
    padding: 55px 0 26px;
}
.ready-transform-col h3 {
    font-size: 34px;
    margin-bottom: 28px;
}
.blog-home-section {
    padding: 62px 0px 62px;
    margin: 0;
    border-radius: 0;
}
.nav-manu ul li.highlight-active a {
    display: block;
    border-radius: 0;
    color: #fff;
}
.header {
    padding: 10px 0;
}
.bloghome-heading h3 {
    font-size: 32px;
    line-height: 45px;
}
.bloghome-row {
    padding-top: 30px;
}
 
.innerpg-banner-section .slider-caption-info { max-width: 100%;}
.innerpg-banner-section .slider-caption-info h1 { font-size: 26px; line-height: normal;}
.innerpg-banner-section .slider-caption-info small { width: auto;}

.speaking_top_cont .sec-space h1 {
    font-size: 32px;
    margin-bottom: 12px;
}
 .banner-lg.in img {
    max-height: 260px !important;
}
.contact-section .contact-info {
    width: 32%;
}
.iconwbox {
    width: 30px;
    margin: 0 auto 10px;
}
.contact-section .form-group {
    margin-bottom: 10px;
}
.contact-section .contactform textarea.form-control {
    height: 130px;
}
.page-template-template-contact .contact-info {
    margin-bottom: 0 !important;
}
}

@media (max-width: 1023px) {
    .slider-video img, .slider-video video {
    height: 490px;
    }
    .slider-caption-info h1 {
        font-size: 38px;
    }
  .slider-caption-info small {
    width: auto;
    padding: 10px 26px;
}  
.somewhere-along-row {
    padding: 60px 0px 30px;
}
.somewhere-along-col h2 {
    font-size: 32px;
    margin-bottom: 26px;
}
.somewhere-along-col p {
    font-size: 18px;
}
.meetcarol-section {
    padding: 60px 0;
}
.meetcarol-colright p {
    font-size: 18px;
    margin-bottom: 20px;
}
.meetcarol-colright {
    padding-left: 30px;
}
.meetcarol-colright::before {
    left: 30px;
}
.event-colleft h3 {
    font-size: 28px;
    margin-bottom: 15px;
}
.event-colleft {
    width: 50%;
}
.event-colleft ul li {
    margin: 0 0 6px;
}
.event-section {
    padding: 45px 0px 60px;
}
.howwork-together-row {
    padding-top: 26px;
}


.innerpg-banner-section .slider-image img { min-height: 360px; object-fit: cover;}
.effect.effect-one h2 {  font-size: 18px;}
.howwework-single-page .howwork-together-col { width: 100%;}

.jointhe-newsletter-col {
    width: 100%;
}
.footer-col-nav.service_nav {
    width: 53%;
    padding-right: 0;
}
.footer-col-nav {
    width: 16%;
    padding-right: 0;
}
.footer-col-left {
    padding-right: 15px;
    width: 26%;
}
.bloghome-row video {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    outline-width: 8px;
    margin-bottom: 38px;
}
.blog-insight-page {
    width: 100%;
}
.blog-insight-page .bloghome-col {
    border-radius: 6px;
}
}

@media (max-width: 767px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    h1 {
        font-size: 24px;
        line-height: 32px;
    }

    h2 {
        font-size: 22px;
        line-height: 30px;
    }

    h3 {
        font-size: 20px;
        line-height: 26px;
    }

    h4 {
        font-size: 18px;
        line-height: 26px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 14px;
    }
    .logo-top {
    width: 65px;
}
    .navigation {
        top: 90px;
    }
       .slider-video img, .slider-video video {
        height: 408px;
    }
    .slider-caption-info h1 {
        font-size: 32px;
    }
        .somewhere-along-row {
        padding: 35px 0px 0px;
    }
      .somewhere-along-col h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }  
        .meetcarol-section {
        padding: 35px 0 0;
    } 
        .meetcarol-colright p {
        font-size: 16px;
        margin-bottom: 14px;
    }
       .event-section {
        padding: 35px 0px 35px;
    } 
        .event-colleft h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
   .btn {
    min-width: 145px;
    min-height: 45px;
    padding: 10px 18px;
    font-size: 14px;
    line-height: 20px;
} 
.howwork-together-section {
    padding: 35px 0px;
}
.howwork-together-heading h1, .howwork-together-heading h2, .howwork-together-heading h3 {
    font-size: 24px;
    line-height: 34px;
}
.howwork-together-row {
    padding-top: 15px;
}
.howwork-together-content {
    padding: 15px;
}
.howwork-together-content h3 {
    font-size: 18px;
}
.btn-abt {
    font-size: 14px;
    line-height: 20px;
}
.thiefjoy-section {
    padding: 20px 0 35px;
}
.thiefjoy-colright h2 {
    font-size: 24px;
    margin-bottom: 14px;
    padding-top: 12px;
}
.thiefjoy-colright h2::before {
    width: 56px;
    height: 2px;
}
.thiefjoy-newsletter h3 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.thiefjoy-colright {
    width: 62%;
}
.thiefjoy-colleft {
    width: 35%;
}
.blog-home-section {
    padding: 35px 0px 35px;
}
.bloghome-heading h3 {
    font-size: 26px;
    line-height: 32px;
}
.bloghome-row {
    padding-top: 22px;
}
.ready-transform-section {
    padding: 35px 0px 35px;
}
.ready-transform-col h3 {
    font-size: 28px;
    margin-bottom: 22px;
}
.jointhe-newsletter-col {
    width: 100%;
}

.somewhere-along-col p {
    font-size: 16px;
}
.footer-col-left {
    width: 100%;
    padding-right: 0;
}
.footer-col-nav {
    width: 100%;
}
.jointhe-newsletter-col {
    padding-top: 15px;
}
.thiefjoy-colleft:before {
    display: none;
}
.thiefjoy-colleft {
    text-align: center;
}
.home-banner-section.clip-inset-collapsed {
    border-radius: 30px;
}
.meetcarol-colright::before {
    width: 56px;
    height: 2px;
}
.meetcarol-colright {
    padding-top: 13px;
}
.join-email {
    padding: 6px 178px 6px 16px;
}
.send-btn {
    width: 162px;
    font-size: 12px;
    padding: 10px 8px;
}
.back-to-top {
    bottom: 10px;
}
 
.innerpg-banner-section .slider-image img{min-height: auto;height: 470px;}
.seamless_design h5 { font-size: 14px; line-height: 20px;}  
.speaking_top_cont .sec-space h1 {font-size: 26px;}
.two-colum { column-count: 1;}

.howwework-single-page .howwork-together-col figure { width: 100%;}
.howwework-single-page .howwork-together-content { width: 100%;padding: 20px;}
.howwework-single-page .howwork-together-col figure { padding: 0;}
 .footer-col-nav.service_nav {
    width: 100%;
}
    .footer {
    padding: 35px 0 26px;
}  
    .sec-title {
    margin-bottom: 30px !important;
}   
.howwework-single-page {
    padding: 35px 0px 35px;
}
.howwework-single-page .howwork-together-col figure img {
    height: 155px;
}
.blog-home-section.insight-page {
    padding: 35px 0px 35px;
}
.blog-insight-page .bloghome-col .blog-info {
    padding: 20px;
    height: auto;
}
.blog-pagination {
    padding: 32px 0 0;
}
.blog-pagination .page-numbers {
    margin: 0px 4px;
    font-size: 15px;
    width: 30px;
    height: 30px;
}
.blog-pagination .next, .blog-pagination .prev {
    width: auto;
    height: auto;
}
} 

@media (max-width: 575px) {
      .meetcarol-colleft {
        width: 100%;
    }
        .meetcarol-colright {
        padding-left: 0;
        width: 100%;
        margin-top: 24px;
        padding-top: 13px;
    }
       .meetcarol-colright::before {
        left: 0;
        height: 2px;
        width: 55px;
    } 
     .event-colright {
        width: 100%;
        order: -1;
        margin-bottom: 18px;
    }   
        .event-colleft {
        width: 100%;
    }
        .howwork-together-col {
        width: 100%;
        margin-bottom: 20px;
    }
        .thiefjoy-colleft {
        width: 100%;
        margin-bottom: 26px;
    }
        .thiefjoy-colright {
        width: 100%;
    }
        .ready-transform-col h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }
      .navigation {
        max-width: 100%;
      }  
          .slider-caption-info small {
        padding: 6px 14px;
    }
    .slider-caption-info p {
    font-size: 16px;
}
    .slider-caption-info {
        max-width: 320px;
    }
   .somewhere-along-col p br {
    display: none;
} 
.slider-caption-info small {
        letter-spacing: 1.5px;
    }

    /*----------------- speaking page-------------------- */
    .innerpg-banner-section .slider-image img {
        width: 100%;
        height: 408px;
        object-fit: cover;
    }
    .innerpg-banner-section .slider-caption-info h1 {
        font-weight: 600;
        font-size: 26px;
    }
    .innerpg-banner-section {
        position: relative;
        overflow: hidden;
    }
    .innerpg-banner-section .slider-caption-info small {
        width: auto;
    }
    .seamless_design ul li {
        width: calc(52% - 10px);
        margin-bottom: 8px;
    }
    .speaking_top_cont p {
    font-size: 16px;
    }
    .simple_ul ul li {
        font-size: 16px;
        display: flex;
    }
    .ready-transform-section.speaking_botm_sec {
    padding: 0;
    background: none;
    margin: 0;
    border-radius: 0;
    margin-bottom: 30px;
    }
    .innerpg-banner-section .slider-caption {
    top: 50%;
    }
    .effect.effect-one p{
        opacity: 1;
        padding: 0em 2em;
    }
    .effect.effect-one h2 {
        font-size: 20px;
    }
    .effect.effect-one .tab-text::before {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    .effect.effect-one .tab-text::after {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    .effect.effect-one .tab-text::after, .effect.effect-one .tab-text::before {
        opacity: 1;
    }
  .footer-col-nav.service_nav ul li {
    width: 100%;
    padding-right: 0;
} 

.contact-section .contact-info {
    width: 100%;
}
.page-template-template-contact .contact-info {
    margin-bottom: 10px;
}
.contact-section .contactform {
    width: 100%;
}

.blog-insight-page .bloghome-col {
    width: 100%;
    margin: 0 0px 20px;
}
.blog-insight-page .bloghome-col .blog-info {
    padding: 15px;
    width: 100%;
}
.blog-insight-page .bloghome-col figure {
    width: 100%;
    padding-right: 0;
}
}

@media (max-width: 374px) {
  #rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
  .recaptcha div {transform:scale(0.88);-webkit-transform:scale(0.88);transform-origin:0 0;-webkit-transform-origin:0 0;}
}

/*=======Responsive css start =========*/

@media(max-width:768px){


}

@media(max-width:576px){



}