/*
Theme Name:  Salient Child theme
Version:     15.0.4
Description: An Ultra Responsive Multi-Purpose Theme.
Author:      ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Text Domain: salient
*/
body a{
    color: #E86656;
}
body a:hover{
    color: #E86656;
}
body{
    color: #000;
    font-size: 17px;
}
body p{
    /*letter-spacing: -0.5px;*/
}
/*header{
    padding-top: 30px;
}*/
.small-container {
    max-width: 1120px;
    margin: 0 auto;
}
.medium-container{
    max-width: 1370px;
    margin: 0 auto;
}
.medium-container.full{
        max-width: 100%;
}
.medium-container.large{
        max-width: 1500px;
}
.small-container.hero-banner {
    max-width: 920px;
    margin: 0 auto;
}
.main-content>.row {
    padding-bottom: 0;
}
body[data-button-style^="rounded"] .nectar-button.see-through-2,
body[data-button-style^="rounded"] .nectar-button {
    letter-spacing: 1.5px;
    border-radius: 0 !important;
}
body[data-button-style^="rounded"] .nectar-button.white-btn{
    background-color: #fff !important;
    border-color: rgba(0,0,0,0.5) !important;
    border-width: 1px;
    font-weight: 400;
    color: #000 !important;
}
body[data-button-style^="rounded"] .nectar-button.white-btn:hover {
   border-color: rgba(36, 72, 88)!important;
   background-color: rgba(36, 72, 88)!important;
   color: rgb(255, 255, 255) !important;
}
#header-outer #logo, #header-outer .logo-spacing{
/*    margin-bottom: 25px !important;*/
}
.hero-banner h1 ,h1 ,.nectar-split-heading h1{
    margin-bottom: 16px;
    position:relative;
}
.hero-banner h1:before{
    position: absolute;
    content: "";
    background-color: #e86656;
    width: 150px;
    height: 4px;
    bottom: -30px
}
.banner-subtext {
    font-size: 34px;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
}
.get-in-touch{
/*    padding: 60px 100px;*/
    position: relative;
    font-size: 17px;
    color: #000;
}
.get-in-touch.dark{
    color: #ffffff;
}
body .get-in-touch .get-in-touch-btn{
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
.heading-with-arrow h2{
    position: relative;
}
.heading-with-arrow h2:before{
        position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2022/09/heading-arrow.png);
    height: 36px;
    width: 20px;
    background-position: center;
    background-repeat: no-repeat;
    right: -45px;
    background-size: contain;
    top: 22px;
}
.secondary-heading-separator h5 {
    padding-left: 90px;
    position: relative;
    margin: 0;
        font-weight: 400 !important;
    letter-spacing: 2px !important;
}
.secondary-heading-separator h5:before {
    position: absolute;
    content: "";
    width: 75px;
    height: 2px;
    background-color: #e86656;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
/*.separator-bottom.secondary-heading-separator h5{
    padding-left: 0;
    margin-bottom: 35px;
}
.separator-bottom.secondary-heading-separator h5:before{
    top: 100%;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
}*/
.clients-section-wrapper .clients.five-cols.no-carousel>div {
    width: 100%;
    max-width: 20%;
        margin: 20px 0;
    text-align: left;
}
.clients-section-wrapper .clients.five-cols.no-carousel {
    margin-top: 40px;
}
/*.clients-section-wrapper .clients.five-cols.no-carousel>div:first-child img {
    margin-right: auto;
    margin-left: 0;
    margin-bottom:0;
}
.clients-section-wrapper .clients.five-cols.no-carousel>div:last-child img{
    margin-right: 0;
    margin-left: auto;
    margin-bottom:0;
}*/
.clients-section-wrapper .clients.five-cols.no-carousel>div img {
    max-height: 80px;
    -o-object-fit: contain;
       object-fit: contain;
}
#client_logo_slider .owl-item img {
    margin: 0px auto; width:70%;
}
#client_logo_slider .owl-stage {
    display: flex;
    align-items: center;
}

.business-understanding-inner .wpb_text_column {
    margin-bottom: 15px;
}
.business-understanding-inner > .vc_column-inner > .wpb_wrapper:before {
    position: absolute;
    content: "";
    width: 150px;
    height: 2px;
    /*background-color: #738190;*/
    bottom: -50px;
}

.business-understanding-inner {
   padding-bottom: 50px;
    /*font-size: 18px;
    line-height: 30px;*/
    color: #000;
}
.business-understanding-inner > .vc_column-inner > .wpb_wrapper{
    padding-right: 30px;
}
.business-understanding-inner.pr-campaigns  > .vc_column-inner > .wpb_wrapper{
    padding-right: 15px;
}
.business-understanding-inner.pr-campaigns  > .vc_column-inner > .wpb_wrapper h2{
    letter-spacing: 0;
}
.business-understanding-inner.pr-campaigns.right-side  > .vc_column-inner > .wpb_wrapper{
    padding-left: 15px;
    padding-right: 0px;
}
body .polymedia_pr h3 {
    font-size: 42px !important;
    line-height: 56px !important;
    max-width: 85%;
    letter-spacing:0 !important;
    color: #fff;
    margin: 0 auto;
}
body .polymedia_pr.reality_hr h3{
    color: #000000;
        max-width: 80%;
}
body .polymedia_pr {
    padding-top: 100px;
    position: relative;
}
body .polymedia_pr:before{
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2022/09/quote.png);
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 45px;
    width: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 20px;
}
.polymedia_pr_wrapper .nectar_cascading_images {
    margin-bottom: 0;
    position: absolute;
    bottom: 100%;
}
.get-in-touch  .col,
.get-in-touch .get-in-touch-inner-wrapper > .vc_column-inner{
    position: static;
}
.get-in-touch .get-in-touch-inner-wrapper .wpb_wrapper .get-in-touch-btn{
        position: absolute;
    bottom: 0px;
    top: auto;
    right: 0px;
    margin: 0px;
    font-size: 17px;    
    font-weight: 400;
    min-width: 230px;
      border: 0 !important;
    border-radius: 0px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;   
      -webkit-transform: translateY(0px);   
          -ms-transform: translateY(0px);   
              transform: translateY(0px);
}
/*.get-in-touch .get-in-touch-inner-wrapper  .wpb_wrapper .get-in-touch-btn{
    background-color: rgb(36, 72, 88) !important;
    color: #fff !important;
}
.get-in-touch .get-in-touch-inner-wrapper.base-btn .wpb_wrapper .get-in-touch-btn{
    background-color: #f4f1ed !important;
    color: #000 !important;
}*/
 
/*.get-in-touch .get-in-touch-inner-wrapper .wpb_wrapper .get-in-touch-btn span{
      letter-spacing: 3px !important;
    line-height: 42px;
    font-size: 17px;
}*/
.get-in-touch .get-in-touch-inner-wrapper .wpb_wrapper .get-in-touch-btn span:before {
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2022/09/heading-arrow.png);
    top: 50%;
    width: 14px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: calc(100% + 15px);
    background-position: center;
}
.get-in-touch .get-in-touch-inner-wrapper .divider-wrap{
        margin-top: 70px;
    margin-bottom: 30px;
}
.get-in-touch .get-in-touch-inner-wrapper .divider-wrap .divider-small-border,.divider-wrap .divider-small-border{
        background-color: #738190;
        background-color: transparent;
}
.nectar-flickity.nectar-carousel .flickity-slider .inner-wrap-outer{
    position: relative;
}
.slider-category_wrapper{
    position: absolute;
    bottom: 0px;
    background-color: rgba(255,255,255,0.70);
    width: 100%;
}
.slider-category_wrapper .slider-category_heading{
    padding: 10px 20px;
    text-align: left !important;
    max-width: 100%;
    margin-left: auto;
    text-transform: capitalize !important;
    font-weight: 400 !important;
    min-height: 90px;
}
#specialist_slider .slider-category_wrapper .slider-category_heading{
/*    font-size: 37px;*/
    color: #000000;
/*    line-height: 50px;*/
    letter-spacing: 0;
}
.sector-block-main-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}
#specialist_slider .section_slider{
    min-height: 400px;
    max-height: 400px;
    display: flex;
}
.sector-block-main-wrapper {
    max-width: 1260px;
    margin: 0 auto;
}
.sector-block-main-wrapper .section_slider {
    max-width: 33.33%;
    flex: 0 0 33.33%;
    padding: 0 15px;
    position: relative;
    margin-bottom: 30px;
    min-height: 400px;
    max-height: 400px;
    display: flex;
}
.sector-block-main-wrapper .section_slider > .img-with-aniamtion-wrap{
    max-width: 100%;
    flex: 0 0 100%;
}
.sector-block-main-wrapper .whatever_content{
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sector-block-main-wrapper .whatever_content h3 {
    max-width: 90%;
    font-size: 46px;
    line-height: 1.5;
    color: #fff;
}
.sector-block-main-wrapper .whatever_content h3 a {
    color: #fff;
}
.sector-block-main-wrapper .whatever_content h3 a:hover{
    color: #e86656;
}
.sector-block-main-wrapper .slider-category_wrapper{
    left: 15px;
    right: 15px;
    width: auto;
}
.sector-block-main-wrapper .slider-category_wrapper .slider-category_heading {
    padding: 10px 20px;
}
#specialist_slider .section_slider .img-with-aniamtion-wrap img ,
.sector-block-main-wrapper .section_slider .img-with-aniamtion-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin-bottom: 0;
}
#specialist_slider .section_slider .img-with-aniamtion-wrap ,
.sector-block-main-wrapper .section_slider .img-with-aniamtion-wrap {
    min-height: 100%;
}
#specialist_slider .owl-nav .owl-prev,#specialist_slider .owl-nav .owl-next, #client_logo_slider .owl-nav .owl-next, #client_logo_slider .owl-nav .owl-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(0.75);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e86656;
    color: #fff;
    font-size: 0;
    transition: 0.2s;
}
#specialist_slider .owl-nav .owl-prev:hover, #specialist_slider .owl-nav .owl-next:hover, #client_logo_slider .owl-nav .owl-next:hover, #client_logo_slider .owl-nav .owl-prev:hover{
    transform: translateY(-50%) scale(1);
    transition: 0.2s;
}
#specialist_slider .owl-nav .owl-prev, #client_logo_slider .owl-nav .owl-prev{
    left: -70px;
}
#specialist_slider .owl-nav .owl-next, #client_logo_slider .owl-nav .owl-next{
    right: -70px;
}
#specialist_slider .owl-nav .owl-prev:before, #client_logo_slider .owl-nav .owl-prev:before {
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2022/11/arrow.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(180deg);
}
#specialist_slider .owl-nav .owl-next:before, #client_logo_slider .owl-nav .owl-next:before{
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2022/11/arrow.png);
      width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.slider-category-btn {
    border-top: 2px solid #e86656;
    padding: 20px 10px 20px 20px;
    position: relative;
    display: block !important;
    max-width: 135px;
    margin-left: auto;
    text-align: left;
    padding-left: 0;
        
}
.slider-category-btn h6 span.text ,
.slider-category-btn a.link_text{
    font-size: 17px;
    letter-spacing: 0px !important;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
}

.slider-category-btn .link_wrap, .slider-category-btn .link_wrap a {
    opacity: 0;
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    padding: 0 !important;
    bottom: 0;
}
.services-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -22px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 50px;
    margin-bottom: 80px;
}
.services-list li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    padding: 0 22px;
    margin-bottom: 35px;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 400;
    color: #000;
}
.reverse.services-list li{
    color: #f4f1ed;
}
.services-list li .img-wrapper{
    max-width: 24px;
    max-height: 24px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px
}
.reverse.services-list li .img-wrapper{
        -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1);
    opacity: 0.9;
}
.services-list li .img-wrapper + span{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 24px) ;
            flex: 0 0 calc(100% - 24px) ;
    padding-left: 15px;
}
.services-list li .img-wrapper + span a{
    color: #000000;
}
.reverse.services-list li .img-wrapper + span a{
    color: #f4f1ed;
}
.get-in-touch .row-bg-wrap{
    pointer-events: none;
}
body .polymedia_pr h3 a {
    color: #fff;
    text-decoration: underline;
}
.clients-section-wrapper{
    margin-bottom: 0 !important;
}
.our-team-content-wrapper.business-understanding-inner > .vc_column-inner > .wpb_wrapper:before{
    bottom: -70px
}
.our-team-content-wrapper.business-understanding-inner {
    padding: 50px !important;
    padding-bottom: 140px !important;
    background-color: #fff;
    max-width: calc(50% - 15px);
}
.get-in-touch-form-wrapper .get-in-touch-orange-bg > div {
    background-color: #e86656;
    padding: 65px;
    color: #fff;
        
}
.get-in-touch-form-wrapper .get-in-touch-orange-bg .nectar-split-heading,.get-in-touch-form-wrapper .get-in-touch-orange-bg .quick-response-text{
    margin-bottom: 0;
}
.get-in-touch-form-wrapper .get-in-touch-orange-bg .quick-response-text{
    margin: 20px 0;
}
.get-in-touch-form-wrapper .get-in-touch-orange-bg .quick-response-text p{
    font-size: 17px;
    font-weight: 600;
}
.get-in-touch-form-wrapper .get-in-touch-orange-bg .wpb_wrapper > div:last-child h2{
    font-weight: 600;
}
.footer_logo img{
    max-width: 300px !important;
    width: 75% !important;
}
#footer-widgets > .container > .row .col:nth-child(1) {
    width: 25%;
    margin-right: 0;
}
#footer-widgets > .container > .row .col:nth-child(2){
    width: 25%;
    margin-right: 0;
}
#footer-widgets > .container > .row .col:nth-child(3){
    width: 25%;
    margin-right: 0;
}
#footer-widgets > .container > .row .col:nth-child(4){
    width: 25%;
    margin-right: 0;
}
#footer-widgets > .container,
#copyright > .container{
    max-width: 1540px;
}
#footer-widgets ul#menu-footer-menu {
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
}
#footer-widgets ul#menu-footer-menu li {
    margin-bottom: 20px !important;
}
#footer-widgets > .container ul.social{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 40px;
    clear: both;
}
#footer-widgets > .container ul.footer-email{
    overflow: hidden;
}
#footer-widgets > .container ul.footer-email li .icon-wrapper{
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}
#footer-widgets > .container ul.footer-email li .icon-wrapper svg{
    float: left;
    margin-top: 4px;
    margin-right: 10px;
}
#footer-widgets > .container ul.footer-email li .icon-wrapper > a{
    float: left;
    word-break: break-all;
}
#footer-widgets > .container .widget_block ul.social:last-child{
    margin-bottom: 0;
    margin-top: 40px;
}
#footer-widgets > .container .widget_block {
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
}
.material #footer-outer #footer-widgets > .container ul.social li {
    margin: 0 8px;
    padding: 0 !important;
    line-height: 28px;
    height: 28px;
}
.material #footer-outer #footer-widgets > .container ul.social li:last-child{
    margin-right: 0;
}
.material #footer-outer #footer-widgets > .container ul.social li a{
    height: 28px;
    line-height: 28px;
}
.material #footer-outer #footer-widgets > .container ul.social li a img{
    height: 28px;
    width: 28px;
    object-fit: contain;
}
ul.footer-contact-information li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 15px !important;
}

ul.footer-contact-information li .icon-wrapper {
    max-width: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
        margin-top: 5px;
}

ul.footer-contact-information li .icon-wrapper svg {
    height: 26px;
    width: 26px;
}

.material #footer-outer #footer-widgets .col ul li span {
    max-width: calc(100% - 30px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    padding-left: 20px;
}
section.blog_main_sec {
/*    padding: 90px 0 120px;*/
        overflow: hidden;
}
section.blog_main_sec .owl-carousel .owl-stage-outer{
        overflow: visible;
}
.blog-slide-item-wrapper .blog_image {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    position: relative;
    min-height: 550px;
    max-height: 550px;
    margin: 0;
}
.blog-slide-item-wrapper .blog_image:before{
    background-color: #244858;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    width: 80px;
    display: none;
}
.blog-slider-light .blog-slide-item-wrapper .blog_image:before{
    background-color: #fff;
}
.blog-slide-item-wrapper .blog_image > div.blog_main_img {
    height: 100%;
    /*-webkit-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
            transform: translateY(-80px);*/
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
}
.blog-slide-item-wrapper .blog_image > div.blog_main_img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
}
.blog-slide-item-wrapper .blog_image > div.next_blog_image {
    width: calc(100% - 280px);
    margin-left: auto;
    position: absolute;
    bottom: -120px;
    right: 0;
    max-height: 350px;
        height: 100%;
    overflow: hidden;
    
}
.blog-slide-item-wrapper .blog_image > div.next_blog_image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.blog-slide-item-wrapper .blog_details {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
}
.blog-slide-item-wrapper .blog_details .content-wrapper.luster_white_bg {
    background-color: #f4f1ed;
    color: #000;
}

.blog-slide-item-wrapper .blog_details .content-wrapper.luster_white_bg a {
    color: #000;
    
}
.blog-slide-item-wrapper .blog_details .content-wrapper {
/*    max-width: calc(100% - 90px);*/
    max-width: 100%;
    /*-webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 90px);
            flex: 0 0 calc(100% - 90px);*/
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    background-color: #244858;
    height: 100%;
    text-align: left;
    padding: 80px 50px 80px;
    color: #f4f1ed;
}
.blog-slider-light .blog-slide-item-wrapper .blog_details .content-wrapper {
    background-color: #fff;
    color: #000;
}
.blog-slide-item-wrapper .blog_details .content-wrapper .blog_shot_desc{
    font-size: 17px;
    line-height: 1.5;
    margin-top: 40px;
}
.blog_main_sec .owl-dots{
    position: absolute;
    right: 90px;
    width: calc(50% -  90px);
    bottom: 50px;
}
.blog-slide-item-wrapper .blog_details .content-wrapper a:before {
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2022/09/heading-arrow.png);
    top: 50%;
    width: 14px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: calc(100% + 15px);
    background-position: center;;
}
.blog-slide-item-wrapper .blog_details .content-wrapper a {
    position: relative;
    font-size: 17px;
    line-height: 36px;
    color: #f4f1ed;
    margin-top: 60px;
    display: inline-block;
}
.blog-slider-light .blog-slide-item-wrapper .blog_details .content-wrapper a{
        color: #000;
}
body .owl-dots button.owl-dot span {
    width: 15px;
    height: 15px;
    background-color: transparent !important;
    border: 1px solid #ffffff !important;
}
.second-slider .blog_main_sec .owl-dots button.owl-dot span{
    border: 1px solid #000 !important;
}
.blog-slider-light .blog_main_sec .owl-dots button.owl-dot span{
     border: 1px solid #738190 !important;
}
body .owl-carousel.owl-theme .owl-dots button.owl-dot.active span {
    background-color: #ffffff !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
body .span_12.dark .owl-carousel.owl-theme .owl-dots button.owl-dot.active span {
    background-color: #fff !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
body .span_12.dark .second-slider .owl-carousel.owl-theme .owl-dots button.owl-dot.active span {
    background-color: #000 !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
body .owl-carousel.owl-theme .owl-dots button.owl-dot:hover span {
    background-color: #ffffff !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
body .owl-carousel.owl-theme .owl-dots button.owl-dot:hover span {
    background-color: #738190 !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.get-in-touch.dark .divider-wrap .divider-small-border{
    opacity: 0;
}
.get-in-touch.dark .wpb_text_column,.get-in-touch .wpb_text_column{
    margin-bottom: 16px;
}
.team-member-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px;
}

.team-member-wrapper .team-items {
    padding: 0 15px;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        margin-bottom: 180px;
    position: relative;
}

.team-memeber-image {
    position: relative;
    padding-top: 110%;
}

.team-memeber-image .img-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
}

.team-memeber-image .img-wrapper img {
    margin: 0;
    height: 100%;
    width: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
}
.team-memeber-content .wrapper{
      background-color: #fff;
    padding: 40px 50px;
    width: calc(100% - 100px);
    margin-left: auto;
    position: absolute;
    bottom: -110px;
    right: -120px;
}
.team-member-wrapper .team-items:nth-child(odd) .team-memeber-content .wrapper {
    right: auto;
    left: -120px;
}
.team-memeber-content .wrapper h3.member-title {
    font-size: 60px;
    line-height: 70px;
    color: #000;
}

.team-memeber-content .wrapper .member-detail {
    font-size: 17px;
    line-height: 28px;
    color: #272838;
    font-weight: 400;
        position: relative;
    padding-bottom: 40px;
    margin-bottom: 30px;
}

.team-memeber-content .wrapper ul.social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
}

.team-memeber-content .wrapper ul.social-icons li {
    list-style: none;
}

.team-memeber-content .wrapper ul.social-icons li svg {
    height: 26px;
    width: 26px;
    margin-right: 15px;
}
.team-memeber-content .wrapper ul.social-icons li svg path {
    fill: #244858;
}
.team-memeber-content .wrapper .member-detail:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 2px;
    width: 75px;
    background-color: #e86656;
}
.team-member-wrapper .team-items:nth-child(3), .team-member-wrapper .team-items:nth-child(4) {
    margin-bottom: 0;
}
.contact-form-wrapper .form-group input {
    height: 65px;
    border: 1px solid #738190 !important;
    background-color: #fff !important;
    margin-bottom: 15px !important;
    font-size: 16px !important;
}
.contact-form-wrapper .form-group br{
    display: none;
}
.contact-form-wrapper .form-group textarea {
    height: 300px;
    border: 1px solid #738190 !important;
    background-color: #fff !important;
    padding: 21px 10px;
    font-size: 16px !important;
    margin-bottom: 10px;
}
.contact-form-wrapper .col-6 .form-group.comments,
.contact-form-wrapper .col-6 .form-group.comments> span.wpcf7-form-control-wrap{
    height: 100%;
}
.contact-form-wrapper .col-6 .form-group.comments textarea.form-control{
    height: calc(100% - 15px);
}
.contact-form-wrapper .form-group input + .wpcf7-not-valid-tip ,
.contact-form-wrapper .form-group textarea + .wpcf7-not-valid-tip{
    position: relative;
    top: -10px;
    line-height: 20px;
    font-size: 16px;
    background: transparent;
    color: #d24f4f;
    box-shadow: none;    
}
.contact-form-wrapper .form-group textarea + .wpcf7-not-valid-tip{
    top: -5px;
}
.wpcf7 form .wpcf7-response-output{
    margin-left: 0;
    margin-right: 0;
}
.contact-form-wrapper .form-group label {
    font-size: 17px;
    text-transform: uppercase;
    line-height: 28px;
    margin-bottom: 10px;
    color: #000000;
    display: inline-block;
    letter-spacing: 1px !important;
    font-weight: 400 !important;
}

body[data-form-submit=regular] .contact-form-wrapper ~ .button-wrapper button, body .contact-form-wrapper ~ .button-wrapper button {
    background-color: #e86656 !important;
    height: 72px;
    border-radius: 0 !important;
    -webkit-transform: unset !important;
        -ms-transform: unset !important;
            transform: unset !important;
    font-size: 20px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    min-width: 250px;
    text-align: center;
    position: relative;
    padding: 15px 30px !important;
}
body[data-form-submit=regular] .contact-form-wrapper ~ .button-wrapper button:before, body .contact-form-wrapper ~ .button-wrapper button:before {
        position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2022/09/heading-arrow.png);
    top: 50%;
    width: 20px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 40px;
    background-position: center;
      -webkit-filter: brightness(0) invert(1);
              filter: brightness(0) invert(1);
    display: none;
}
.row.contact-form-wrapper {
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0px;
    padding-bottom: 0 !important;
}

.row.contact-form-wrapper > div {
    padding: 0 15px;
}
.contact-page-contact-form-wrapper .row.contact-form-wrapper > div {
    width: 100%;
}
.contact-page-contact-form-wrapper .wpcf7-response-output,
.wpcf7-response-output{
    clear: both;
}

.recaptch .wpcf7-not-valid-tip{
    background-color: transparent;
    color: #d24f4f;
    font-size: 16px;
    box-shadow: none;
}
.row.contact-form-wrapper > div.col-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
}

.row.contact-form-wrapper > div.col-12 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}
body #header-outer #top nav>ul>li:not([class*=button_])>a .menu-title-text{
    letter-spacing: 1px !important;
        color: #000;
    font-weight: 600;
}
body #header-outer #top nav>ul>li:not([class*=button_])>a .menu-title-text:after{
        border-color: #e86656 !important;
    bottom: -10px !important;
}
.specialist_slider_wrapper .flickity-slider .cell .img-with-aniamtion-wrap {
    height: 100%;
    height: 550px;
}

.specialist_slider_wrapper .flickity-slider .cell .img-with-aniamtion-wrap .hover-wrap {
    margin: 0;
    height: 100%;
}
.specialist_slider_wrapper .flickity-slider .cell .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner {
    height: 100%;
}
.specialist_slider_wrapper .flickity-slider .cell .img-with-aniamtion-wrap .hover-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.business-understanding-inner.pr-campaigns.right-side.travel-tourism {
    max-width: 650px;
    margin-right: auto !important;
    padding-left: 20px !important;
    padding-left: 35px !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
/*.specialist_slider_wrapper .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous{
        left: auto;
    right: 100px;
    bottom: calc(100% + 30px);
    top: auto;
    display: block;
}

.specialist_slider_wrapper .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next{
      top: auto;
    bottom: calc(100% + 30px);
    display: block;
}*/
.image-grid-wrapper.travel-tourism > .vc_column-inner > .wpb_wrapper > .img-with-aniamtion-wrap:first-child{
        max-width: calc(100% - 120px);
}
.image-grid-wrapper.travel-tourism > .vc_column-inner > .wpb_wrapper > .img-with-aniamtion-wrap:last-child {
    max-width: 450px;
    margin-left: auto;
    margin-top: -200px;
}
.image-grid-wrapper.travel-tourism > .vc_column-inner > .wpb_wrapper > .img-with-aniamtion-wrap:first-child  .hover-wrap-inner{
    max-height: 550px;
    min-height: 550px;
}
.image-grid-wrapper.travel-tourism > .vc_column-inner > .wpb_wrapper > .img-with-aniamtion-wrap:first-child  .hover-wrap-inner img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center right;
       object-position: center right;
}
.image-grid-wrapper.travel-tourism{
    padding-right: 20px !importants;
}
.specialist_slider_wrapper .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry) .flickity-viewport{
    margin: 0 !important;
}
.container.client-example-heading{
    margin: 0 auto !important;
    margin-bottom: 56px !important;
}

/*Blog Section Start*/

.blog_sec{display: -webkit-box;display: -ms-flexbox;display: flex;}
.blog_sec .blog_image a{
    width: 50% !important;
}
.blog_image {
    width: 50%;
    margin-right: 50px;
}
.sector-content-wrapper .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.sector-content-wrapper .wrapper > div {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;   
}
.sector-content-wrapper .wrapper > div.left-content{
    padding-right: 10px;
}
.sector-content-wrapper .wrapper > div.right-section{
    padding-left: 10px;
}
.sector-content-wrapper .wrapper > div .sector-item.img-item-wrapper {
    position: relative;
    padding-top: 25%;
}
.sector-content-wrapper .wrapper > div .sector-item.text-warpper{
    max-width: 55%;
    margin-left: auto;
    position: relative;
    padding-bottom: 50px;
}
.sector-content-wrapper .wrapper > div .sector-item.text-warpper:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 150px;
    background-color: #f4f1ed;
    bottom: 0;
}
.sector-content-wrapper .wrapper > div .sector-item {
    margin-bottom: 20px;
}
.sector-content-wrapper .wrapper > div .sector-item.img-item-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.sector-content-wrapper .wrapper > div .sector-item.img-item-wrapper .img-wrapper {
    background-color: transparent;
     position: absolute;
    width: 100%;
    bottom: 0;
    top: 0;
}
.sector-content-wrapper .wrapper > div .sector-item.img-item-wrapper.img-1 {
    max-width: 55%;
    margin-left: auto;
}
.sector-content-wrapper .wrapper > div .sector-item.img-item-wrapper.img-2{
    max-width: 60%;
    padding-top: calc(60% + 20px);
    width: 100%;
    float: left;
}
.sector-content-wrapper .wrapper > div .sector-item.img-item-wrapper.img-3{
    max-width: calc(40% - 20px);
    margin-left: auto;
    float: right;
    width: 100%;
    margin-top: calc(25% + 20px);
    padding-top: 35%;
}
.sector-content-wrapper .wrapper > div .sector-item.img-item-wrapper.img-4{
    padding-top: 35%;
}
.sector-content-wrapper .wrapper > div .sector-item.img-item-wrapper.img-5{
    clear: both;
    padding-top: 35%;
}
.sector-content-wrapper .wrapper > div .sector-item.img-item-wrapper.img-1 .img-wrapper img{
    /*max-width: 80%;*/
    margin: 0 auto;
    -o-object-fit: contain;
       object-fit: contain;
}
.sector-content-wrapper .wrapper > div .sector-item.text-warpper p {
    font-size: 17px;
    line-height: 28px;
    color: #f4f1ed;
}
/*Blog Section End */
img.full-width-image {
    width: 100% !important;
}
.custom-left-right-section .custom-content-wrapper h3{
    position: relative;
    margin-bottom: 60px !important;
}
.custom-left-right-section .custom-content-subtext {
    font-size: 34px;
    line-height: 48px;
    max-width: 400px;
    padding-right: 20px;
    color: #000;
}
.custom-left-right-section .custom-content-wrapper h3:before{
    position: absolute;
    content: "";
    background-color: #e86656;
    width: 150px;
    height: 4px;
    bottom: -30px;
}
.custom-left-right-section .custom-image-wrapper {
    max-height: 500px;
}
.custom-left-right-section .custom-image-wrapper:before {
    position: absolute;
    content: "";
    width: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    background: #f4f1ed;
}
.custom-left-right-section .custom-image-wrapper > .vc_column-inner{
    position: relative;
    /*transform: translateY(-80px);*/
}
.custom-left-right-section .custom-image-wrapper > .vc_column-inner img{
    max-height: 500px;
    object-fit: cover;
}
.custom-left-right-section .custom-content-wrapper {
    padding: 0 !important;
    position: relative;
}
.custom-left-right-section .custom-content-wrapper > .vc_column-inner{
    display: flex;
    height: 100%;
    background-color: #f4f1ed;
    padding: 0 15px 0 25px;
    max-width: calc(100% - 90px);
    align-items: center;
}

.dark-version.custom-left-right-section .custom-content-wrapper > .vc_column-inner,
.dark-version.custom-left-right-section .custom-image-wrapper:before{
    background-color: #244858;
}
.dark-version.custom-left-right-section .custom-content-subtext {
    color: #fff;
}
.contact-page-top-get-in-touch .get-in-touch {
    padding-bottom: 120px;
}
.contact_site_information .nectar-split-heading{
    margin-bottom: 0;
}
.contact_site_information .nectar-split-heading  h5{   
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 50px;
}
.contact_site_information > .vc_column-inner > .wpb_wrapper > .nectar-split-heading:first-child  h5{
    margin-top: 5px;
}
.contact_site_information .wpb_text_column p,
.contact_site_information .wpb_text_column a{
    font-size: 17px;
    color: #000000;
    font-weight: 400;
}
.contact_site_information .divider-wrap .divider-small-border {
    background-color: #748191;
}
body #pagination.blog_pagination {
    text-align: center;
    height: auto;
    margin-top: 30px;
    margin-bottom: 0;
}
body #pagination.blog_pagination a.page-numbers {
    font-size: 16px !important;
    height: auto;
    line-height: 1.4;
    color: #000 !important;
}
body #pagination.blog_pagination a.page-numbers:hover{
    color: #000 !important;
}
body #pagination.blog_pagination > span.page-numbers.current{
    height: 45px;
    width: 45px;
    font-size: 16px !important;
    line-height: 1.4;
    background-color: #000 !important;
}
header#top nav .sf-menu>li ul.sub-menu {
    width: 25em;
}
/*.get-in-touch-form-wrapper .get-in-touch-orange-bg .wpb_wrapper > div:first-child h2{
    font-size: 48px !important;
}*/

.contact_form_checkbox .wpcf7-list-item input {
    width: 24px;
    height: 24px;
    margin-left: 0;
    border-radius: 0;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: 0;
}
.contact_form_checkbox .wpcf7-list-item-label {
    font-weight: 400;
}
.contact_form_checkbox .wpcf7-list-item{
    margin-left: 0;
}
.contact_form_checkbox{
    margin-top: 20px;
}

.animate_heading_wrapper > .wpb_wrapper{
    overflow:hidden;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1200;
  -webkit-transform: translate3d(0,0,0);
  text-align:left;
  font-size: 60px;
  line-height: 80px;
  text-transform: uppercase;
}
.animate_heading_wrapper > .wpb_wrapper h1 div {
  display:inline-block;
  overflow:hidden;
  white-space:nowrap;
  margin-bottom: 0;
  color: #000;
}

.animate_heading_wrapper > .wpb_wrapper h1 div:first-of-type {    /* For increasing performance 
                       ID/Class should've been used. 
                       For a small demo 
                       it's okaish for now */
  animation: showup 7s infinite;
  font-weight: 600;
  
}

.animate_heading_wrapper > .wpb_wrapper h1 div:last-of-type {
  width:0px;
  animation: reveal 7s infinite;

}

.animate_heading_wrapper > .wpb_wrapper h1 div:last-of-type span {
  margin-left:-355px;
  animation: slidein 7s infinite;
  color: #000;
}


@keyframes showup {
    0% {opacity:0;}
    20% {opacity:1;}
    80% {opacity:1;}
    100% {opacity:0;}
}

@keyframes slidein {
    0% { margin-left:-800px; }
    20% { margin-left:-800px; }
    35% { margin-left:0px; }
    100% { margin-left:0px; }
}

@keyframes reveal {
    0% {opacity:0;width:0px;}
    20% {opacity:1;width:0px;}
    30% {width:380px;}
    80% {opacity:1;}
    100% {opacity:0;width:380px;}
}
/*End Hero banner Text animation*/

.nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button:before{
    background-color: #e86656;
}
.nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button .arrow{
    fill: #fff !important;
}
.nectar-flickity[data-controls*=arrows_overlaid] .next:after, .nectar-flickity[data-controls*=arrows_overlaid] .previous:after{
    background-color: #fff !important;
}
.wpb_text_column p,
.nectar-highlighted-text p{
    padding-bottom: 15px;
}
.couple_heading .nectar-split-heading h2,.couple_heading .nectar-split-heading h3 {
    display: inline-block;
    float: left;
}

.couple_heading .nectar-split-heading {
    width: 100%;
    clear: both;
    display: block;
    overflow: hidden;
}

.couple_heading .nectar-split-heading h3 {
    font-size: 43px !important;
    color: #000000;
    font-weight: 400;
}


.home_sec_strategic_pr .nectar_cascading_images .cascading-image:first-child {
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(45%) translateX(0);
}
body .get-in-touch-btn.strategic_home_btn.nectar-button.large.see-through-2 {letter-spacing: 1.5px;border-radius: 0 !important;}
.get-in-touch-btn.specialist_btn_text {margin-left: 30px;}
.get-in-touch.full_services_pr .divider-wrap {padding-top: 20px !important;}
.get-in-touch.full_services_pr p{line-height: 30px;}
.get-in-touch.full_services_pr .divider-wrap > div{
    background-color: transparent !important;
}
#header-outer #top nav > ul > li > a .menu-title-text{
    font-weight: 400 !important;
}
/*#header-outer #top nav > ul > li{
    align-items: flex-end !important;
    padding-bottom: 25px;
}*/
#header-outer #top nav > ul > li a{
    line-height: 1;
}

.material #footer-outer #footer-widgets .col ul li span,
.widget_nav_menu #menu-footer-menu .menu-item a{
    font-size: 15px;
}
.wpb_wrapper>div {
    margin-bottom: 16px;
}

.custom-sub-heading p {
    font-size: 15px !important;
    text-transform: uppercase;
    padding-left: 90px;
    position: relative;
    margin: 0;
    font-weight: 400 !important;
    letter-spacing: 1.5px !important;
    margin-bottom: 25px !important;
}

.custom-sub-heading p:before {
    position: absolute;
    content: "";
    width: 75px;
    height: 2px;
    background-color: #e86656;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*subheading orange line bottom changes */
.custom-sub-heading p{
    padding-left: 0 !important;
}
.custom-sub-heading p:before {
    top: calc(100% + 10px);
}


.what_apart_title p{color:#fff;}
.what_apart_title p:before {
    position: absolute;
    content: "";
    width: 75px;
    height: 2px;
    background-color: #e86656;
    left: 45%;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.what_apart_title{padding-bottom:16px;}

.wpb_wrapper .get-in-touch-btn-blue {
    background-color: rgb(36, 72, 88) !important;
    color: #fff !important;
}
.wpb_wrapper .get-in-touch-btn-white {
    background-color: #ffffff !important;
    color: #000 !important;
}
.wpb_wrapper .get-in-touch-btn-gray {
    background-color: #f4f1ed !important;
    color: #000 !important;
}
.wpb_wrapper .get-in-touch-btn,
.wpb_wrapper .get-in-touch-btn-blue,
.wpb_wrapper .get-in-touch-btn-white,
.wpb_wrapper .get-in-touch-btn-gray {
    position: absolute;
    bottom: -1px;
    top: auto;
    right: 0px;
    margin: 0px;
    font-size: 17px;
    font-weight: 400;
    line-height: 34px;
    min-width: 230px;
    border: 0 !important;
    border-radius: 0px !important;
    text-transform: uppercase !important;
    -webkit-transform: translateY(0px) !important;
    -ms-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
    box-shadow: none !important;
    opacity: 1 !important;
}
.wpb_wrapper .get-in-touch-btn span:before,
.wpb_wrapper .get-in-touch-btn-blue span:before,
.wpb_wrapper .get-in-touch-btn-white span:before,
.wpb_wrapper .get-in-touch-btn-gray span:before{
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2022/09/heading-arrow.png);
    top: 50%;
    width: 14px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: calc(100% + 15px);
    background-position: center;
}
#footer-widgets .has-text-align-right.with-icon{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: 400;
}
#footer-widgets .has-text-align-right.with-icon svg{
    margin-left: 10px;
}
body[data-form-submit=regular] .contact-form-wrapper.option_2 ~ .button-wrapper button:before, body .contact-form-wrapper.option_2 ~ .button-wrapper button:before {
    display: none;
}
body[data-form-submit=regular] .contact-form-wrapper.option_2 ~ .button-wrapper button, body .contact-form-wrapper.option_2 ~ .button-wrapper button {
    padding: 15px 25px!important;
    width: auto;
    min-width: 180px;
}
.team_block_members .team-members{  
    display: flex;
    margin: 0 -15px;
}
.team_block_members .team-block-items{
    max-width: 100%;
    margin: 0 auto;
}
.team_block_members .team-members .team-items{
    max-width: 180px;
    flex: 0 0 180px;
    padding: 0 15px;
}
.team_block_members .team-members .team-items .img-wrapper{
    position: relative;
    padding-top: 140%;
    margin-bottom: 20px;
}
.team_block_members .team-members .team-items .img-wrapper img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.team_block_members .team-contact{
    font-size: 18px;
    margin-bottom: 20px;
}
.team_block_members .social-icons{
    display: flex;
    padding: 0;
    margin: 0;
}
.team_block_members .social-icons li{
    list-style: none;
    margin-right: 0px;
}
.team_block_members .social-icons li svg{
    height: 25px;
    width: 25px;
    margin-right: 15px;
}
.team_block_members .social-icons li svg path{
    fill: #244858;
}
.our_team_member_main > .vc_column-inner{
    height: 100%;
    display: flex;
    align-items: center;
}
.team-member-wrapper.senior_team_member .team-items{
    max-width: 33.33%;
    flex: 0 0 33.33%;
    margin-bottom: 0 !important;
}
.team-member-wrapper.senior_team_member .team-items .team-memeber-content .wrapper {
    left: auto;
    right: 15px;
    bottom: 0;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    padding: 15px 20px;
    width: calc(100% - 60px);
}
.team-member-wrapper.senior_team_member .team-memeber-image{
    padding-top: 100%;
    margin-bottom: 50px;
    max-width: 100%;
    flex: 0 0 100%;
}
.team-member-wrapper.senior_team_member .team-memeber-image .img-wrapper{
    max-width: calc(100% - 50px);
}
.senior_team_member .team-memeber-content .wrapper h3.member-title{
    font-size: 25px;
    line-height: 1.4;
    margin-bottom: 20px;
    text-align: left;
}
.contact-detail-wrapper > .vc_column-inner{
    max-width: calc(100% - 80px);
}
@media (min-width: 1660px){
    .container{
        max-width: 1820px;
        padding: 0 100px;
    }
}

@media (min-width:  1301px){
    .hero-banner.homepage-hero-banner h1{
        font-size: 75px;
    }
}
@media (min-width:  1000px){
    .contact_site_information {
        padding-left: 60px !important;
    }
}
@media (max-width: 1660px){
    .contact-form-wrapper .form-group input + .wpcf7-not-valid-tip ,
    .contact-form-wrapper .form-group textarea + .wpcf7-not-valid-tip{
        top: -15px;
    }
    .contact-form-wrapper .form-group textarea + .wpcf7-not-valid-tip{
        top: -20px;
    }
    #header-outer .container,
    .container.main-content
    {
        max-width: 100%;
        padding: 0 100px;
    }
    body .container .container.client-example-heading:not(.tab-container):not(.recent-post-container):not(.normal-container) {
        padding: 0 100px !important;
    }
    #header-outer #logo img, #header-outer .logo-spacing img {
        height: 35px;
    }
    #header-outer #top nav > ul > li > a {
        font-size: 16px;
        margin: 0 12px !important;
    }
    #header-outer #top nav > ul > li:last-child > a {
        margin-right: 0 !important;
    }
    #header-outer #logo{
        /*margin-top: 30px !important;
        margin-bottom: 35px !important;*/
    }
   /* header {
        padding-top: 25px;
    }*/
    .small-container.hero-banner {
        max-width: 750px;
        margin: 0 auto;
        padding: 200px 0 150px !important;
    }
    .small-container.hero-banner .nectar-split-heading {
        line-height: 1.5 !important;
        font-size: 75px !important;
        margin-bottom: 0;
    }
    .small-container.hero-banner.secondary_banner_heading  .nectar-split-heading{
        line-height: 1.5 !important;
        font-size: 55px !important;
        margin-bottom: 0;
    }
    .small-container.hero-banner .banner-subtext {
        font-size: 28px;
        line-height: 1.5;
    }
    .hero-banner h1 {
        /*margin-bottom: 50px;*/
        position: relative;
    }
    .hero-banner h1:before{
        height: 2px;
        bottom: -25px;
    }
    .medium-container.large {
        max-width: 100%;
        padding: 0 80px;
    }
    .medium-container.full{
        max-width: 100%;
        padding: 0;
    }
    .medium-container {
        max-width: 100%;
        padding: 0 60px;
        width: auto;
    }
    .small-container {
        max-width: 920px;
        margin: 0 auto;
    }
    .contact-form-wrapper .form-group label {
        line-height: 1.5;
    }
    .contact-form-wrapper .form-group input {
/*        height: 50px;*/
/*        margin-bottom: 15px !important;*/
    }
    .contact-form-wrapper .form-group textarea {
/*        height: 100px;*/
        margin-bottom: 15px;
    }
    .get-in-touch-form-wrapper .get-in-touch-orange-bg > div {
        padding: 50px;
    }
    .row.contact-form-wrapper {
        margin-bottom: 0;
    }
    body[data-form-submit=regular] .contact-form-wrapper + .button-wrapper button, 
    body .contact-form-wrapper + .button-wrapper button {
        height: 55px;
        font-size: 20px;
        min-width: 180px;
        padding: 10px 35px !important;
    }
    body[data-form-submit=regular] .contact-form-wrapper + .button-wrapper button:before, 
    body .contact-form-wrapper + .button-wrapper button:before {
        width: 15px;
        height: 20px;
        right: 35px;
    }
    .get-in-touch .get-in-touch-inner-wrapper .nectar-split-heading h2{
/*        font-size: 48px;*/
/*        line-height: 1.2 !important;*/
    }
    .get-in-touch .get-in-touch-inner-wrapper .nectar-split-heading h5{
        font-size: 15px;
        line-height: 1.2 !important;
    }
    .get-in-touch .get-in-touch-inner-wrapper p{
        font-size: 17px;
        line-height: 1.5;
    }
    /*.get-in-touch .get-in-touch-inner-wrapper .wpb_wrapper .get-in-touch-btn span{
        font-size: 17px;
        line-height: 1.5;
    }*/
    .get-in-touch{
/*        padding: 60px 80px;*/
    }
    .get-in-touch .get-in-touch-inner-wrapper .divider-wrap {
        margin-top: 60px;
        margin-bottom: 20px;
    }
    .specialist_slider_wrapper .heading-with-arrow .nectar-split-heading h2,
    .heading-with-arrow .nectar-split-heading h2{
        font-size: 50px;
        margin-bottom: 0;
    }
    .heading-with-arrow h2:before{
        top: 20px;
        height: 30px;
    }
    .slider-category_wrapper .slider-category_heading {
        /*max-width: 290px;*/
        font-size: 24px !important;
        line-height: 1.2 !important;
        font-weight: 500 !important;
        min-height: 90px;
    }
    .services-list{
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .services-list li{
        margin-bottom: 20px;
        line-height: 1.2;
    }
    .secondary-heading-separator h5{
        font-size: 15px !important;
        line-height: 1.4 !important;
    }
    .business-understanding-inner .nectar-split-heading h2{
        font-size: 48px;
        line-height: 1.4;
    }
    .business-understanding-inner .wpb_text_column p{
        font-size: 17px;
        line-height: 1.5;
    }
    body .polymedia_pr h3{
        font-size: 34px !important;
        line-height: 50px !important;
    }
    .clients-section-wrapper{
        padding: 60px 0 !important;
    }
    .clients-section-wrapper .nectar-split-heading h2{
        font-size: 48px;
    }
    #footer-widgets > .container{
        max-width: 100%;
        padding: 0 100px;
    }
    #copyright > .container{
        max-width: 100%;
        padding: 0 100px;
    }
    ul.footer-contact-information li{
        margin-bottom: 10px !important;
    }
    ul.footer-contact-information li .icon-wrapper {
        max-width: 20px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 20px;
                flex: 0 0 20px;
        margin-top: 2px;
    }
    ul.footer-contact-information li .icon-wrapper svg {
        height: 20px;
        width: 20px;
    }
    .material #footer-outer #footer-widgets .col ul li span{
        padding-left: 15px;
        font-size: 16px;
        line-height: 1.4;
    }
    #footer-widgets .has-text-align-right{
        font-size: 15px;
        line-height: 1.5;
    }
    .image-grid-wrapper.travel-tourism > .vc_column-inner > .wpb_wrapper > .img-with-aniamtion-wrap:first-child .hover-wrap-inner {
        max-height: 480px;
        min-height: 480px;
    }
    .image-grid-wrapper.travel-tourism > .vc_column-inner > .wpb_wrapper > .img-with-aniamtion-wrap:last-child {
        max-width: 400px;
    }
    .clients-section-wrapper .clients.five-cols.no-carousel>div img{
        max-height: 50px;
        margin-bottom: 0;
    }
    .business-understanding-inner.pr-campaigns.right-side.travel-tourism{
        padding-right: 50px;
    }
    
    .team-detail-wrapper.small-container{
        margin-bottom: 120px !important;
    }
    .team-memeber-content .wrapper h3.member-title {
        font-size: 48px;
        line-height: 1.5;
    }
    .sector-content-wrapper .wrapper > div.right-section {
        padding-left: 10px;
    }
    .sector-content-wrapper .wrapper > div.left-content {
        padding-right: 10px;
    }
    .sector-content-wrapper .wrapper > div .sector-item {
        margin-bottom: 20px;
    }
    .sector-content-wrapper .wrapper > div .sector-item.img-item-wrapper.img-3{
        max-width: calc(40% - 20px);
        margin-top: calc(25% + 20px);
    }
    .sector-content-wrapper .wrapper > div .sector-item.img-item-wrapper.img-2 {
        padding-top: calc(60% + 20px);
    }
    .sector-content-wrapper .wrapper > div .sector-item.text-warpper p{
        font-size: 17px;
        line-height: 1.5;
    }
    .consumer-sector-wrapper.digital-pr-wrapper{
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .raising-brand-profile-wrapper.b2b_b2c_pr_service{
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .raising-brand-profile-wrapper.why-polymedia-wrapper{
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .custom-left-right-section .custom-content-wrapper h3{
        font-size: 50px !important;
    }
    .custom-left-right-section .custom-content-subtext{
        font-size: 30px;
        line-height: 44px;
    }
    .custom-left-right-section .custom-content-wrapper > .vc_column-inner{
        padding-top: 40px;
        padding-bottom: 40px;
        min-height: 400px;
    }
    .custom-left-right-section .custom-image-wrapper > .vc_column-inner img{
            min-height: 400px;
    }
    .contact_form_checkbox{
        margin-top: 0;
    }
    .couple_heading .nectar-split-heading h3 {
        font-size: 40px !important;
        line-height: 48px !important;
    }
    .sector-block-main-wrapper .whatever_content h3{
        font-size: 36px;
    }
    .sector-block-main-wrapper .section_slider {
        min-height: 400px;
    }
}
@media (max-width:  1300px){
    #specialist_slider .owl-nav .owl-next, #client_logo_slider .owl-nav .owl-next{
        right: -30px;
    }
    #specialist_slider .owl-nav .owl-prev, #client_logo_slider .owl-nav .owl-prev{
        left: -30px;
    }
    .contact-form-wrapper .form-group input + .wpcf7-not-valid-tip ,
    .contact-form-wrapper .form-group textarea + .wpcf7-not-valid-tip{
        top: -5px;
         
    }
    .contact-form-wrapper .form-group textarea + .wpcf7-not-valid-tip{
        top: -10px;
    }
    #header-outer .container, 
    .container.main-content{
        max-width: 100%;
        padding: 0 40px;
    }
    #specialist_slider {
     padding: 0 50px;   
    }
    .specialist_slider_wrapper .sector-block-main-wrapper {
        padding: 0 45px;
    }
    body .container .container.client-example-heading:not(.tab-container):not(.recent-post-container):not(.normal-container) {
        padding: 0 40px !important;
    }
    body .container .container.client-example-heading:not(.tab-container):not(.recent-post-container):not(.normal-container){
        padding: 0 40px !important;
    }
    .medium-container.large {
        max-width: 100%;
        padding: 0 40px;
    }
    .medium-container.full{
        max-width: 100%;
        padding: 0;
    }
    .medium-container {
        max-width: 100%;
        padding: 0 60px;
    }
    .small-container {
        max-width: 920px;
        margin: 0 auto;
    }
    #footer-widgets > .container,
    #copyright > .container { 
        padding: 0 80px;
    }
    /*header {
        padding-top: 15px;
    }*/
    #header-outer #logo img, #header-outer .logo-spacing img {
        height: 25px;
    }
    #header-outer #logo {
        margin-top: 20px !important;
        margin-bottom: 25px !important;
    }
    #header-outer #top nav > ul > li > a {
        font-size: 16px;
        margin: 0 10px !important;
    }
    .small-container.hero-banner .nectar-split-heading{
        font-size: 60px !important;
    }
    .hero-banner h1:before {
        bottom: -15px;
        width: 100px;
    }
    .small-container.hero-banner .banner-subtext {
        font-size: 20px;
    }
    .hero-banner h1 {
        /*margin-bottom: 40px;*/
        position: relative;
    }
    .specialist_slider_wrapper .heading-with-arrow .nectar-split-heading h2, 
    .heading-with-arrow .nectar-split-heading h2 {
        font-size: 40px;
        margin-bottom: 0;
    }
    .heading-with-arrow h2:before {
        top: 50%;
        height: 22px;
        -webkit-transform: translateY(-40%);
            -ms-transform: translateY(-40%);
                transform: translateY(-40%);
    }
    .slider-category_wrapper .slider-category_heading{
        padding: 15px;
        font-size: 24px !important;
    }
    .slider-category_wrapper .slider-category_heading{
        min-height: 90px;
    }
    .slider-category-btn {
        border-top: 2px solid #e86656;
        padding: 10px 10px 10px 20px;
        position: relative;
    }
    .slider-category-btn h6{
        margin-bottom: 0;
    }
    .slider-category-btn h6 span.text{
        font-size: 16px;
    }
    .get-in-touch .get-in-touch-inner-wrapper .nectar-split-heading h2{
/*        font-size: 40px;*/
    }
    .get-in-touch .get-in-touch-inner-wrapper .wpb_wrapper .get-in-touch-btn span {
        font-size: 16px;
    }
    .get-in-touch .get-in-touch-inner-wrapper p{
        font-size: 16px;
    }
    .get-in-touch .get-in-touch-inner-wrapper .wpb_wrapper .get-in-touch-btn{
        min-width: 225px;
    }
    .get-in-touch-form-wrapper .get-in-touch-orange-bg {
        width: 75%;
    }
    .get-in-touch-form-wrapper .get-in-touch-orange-bg > div {
        padding: 30px 50px;
    }
    .get-in-touch-form-wrapper .get-in-touch-orange-bg .quick-response-text {
        margin: 0 0 10px;
    }
    .get-in-touch-form-wrapper .get-in-touch-orange-bg .wpb_wrapper > div:first-child h2{
/*        font-size: 40px !important;*/
    }
    .get-in-touch-form-wrapper .get-in-touch-orange-bg .wpb_wrapper > div:last-child h2{
/*        font-size: 30px !important;*/
    }
    .business-understanding-inner .nectar-split-heading h2 {
        font-size: 40px;
    }
    .business-understanding-img-wrapper .nectar_cascading_images .cascading-image:first-child .img-wrap{
        -webkit-transform: translateX(20%) translateY(50%) !important;
            -ms-transform: translateX(20%) translateY(50%) !important;
                transform: translateX(20%) translateY(50%) !important;
    }
    .secondary-heading-separator h5:before,.custom-sub-heading p:before{
        width: 45px;
        /*top: calc(100% + 10px);*/
    }
    .secondary-heading-separator h5,.custom-sub-heading p{
        padding-left: 60px;
        letter-spacing: 1px !important;
    }
    .polymedia_pr_wrapper .nectar_cascading_images{
        max-width: 30%;
    }
    .polymedia_pr_wrapper {
        padding: 60px 0 !important;
        margin-top: 30px !important;
    }
    .polymedia_pr_wrapper.pr_service_page {
        margin-top: 0 !important;
    }
    body .polymedia_pr {
        padding-top: 70px;
        position: relative;
    }
    body .polymedia_pr:before{
        width: 45px;
        top: 0;
    }
    body .polymedia_pr h3 {
        font-size: 24px !important;
        line-height: 34px !important;
    }
    .clients-section-wrapper .nectar-split-heading h2 {
        font-size: 40px;
        margin: 0;
    }
    .clients-section-wrapper .clients.five-cols.no-carousel>div img{
        max-height: 45px;
        margin-bottom: 0;
    }
    .our-team-content-wrapper.business-understanding-inner > .vc_column-inner > .wpb_wrapper{
        padding-right: 0;
    }
    .our-team-content-wrapper.business-understanding-inner.secondary-heading-separator h5{
        line-height: 1.4 !important;
    }
    .our-team-content-wrapper.business-understanding-inner.secondary-heading-separator .wpb_wrapper .nectar-split-heading:first-child{
        margin-bottom: 15px;
    }
    .blog-slide-item-wrapper .blog_details .content-wrapper .blog_shot_desc {
        /*font-size: 16px;*/
        line-height: 1.4;
        margin-top: 0px;
    }
    .blog-slide-item-wrapper .blog_details .content-wrapper a{
        margin-top: 40px;
        font-size: 16px;
    }
    .blog-slide-item-wrapper .blog_details .content-wrapper a:before{
        height: 18px;
    }
    /*.blog-slide-item-wrapper .blog_details .content-wrapper{
        max-width: calc(100% - 60px);
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% - 60px);
                flex: 0 0 calc(100% - 60px);
    }*/
    .blog-slide-item-wrapper .blog_image > div.next_blog_image{
        max-height: 280px;
        bottom: -80px;
    }
    .blog-slide-item-wrapper .blog_image{
        min-height: 450px;
        max-height: 450px;
    }
    .blog_main_sec .owl-dots button.owl-dot span{
        height: 12px;
        width: 12px;
    }
    .blog_main_sec .owl-dots{
        bottom: 30px;
    }
    .clients-section-wrapper + .get-in-touch-form-wrapper.top_margin_100px {
        margin-top: 50px !important;
    }
    .clients-section-wrapper + .get-in-touch-form-wrapper .nectar-shape-divider-wrap {
        height: 100px !!important;
    }
    .contact-form-wrapper .form-group input {
/*        height: 40px;*/
        padding: 6px 12px;
/*        margin-bottom: 10px !important;*/
    }
    .contact-form-wrapper .form-group textarea {
        height: 200px;
        margin-bottom: 10px;
/*        padding: 6px 12px;*/
    }
    .row.contact-form-wrapper {
        margin-bottom: 0;
    }
    body[data-form-submit=regular] .contact-form-wrapper + .button-wrapper button, 
    body .contact-form-wrapper + .button-wrapper button{
        min-width: 150px;
        height: 45px;
        font-size: 16px;
        padding: 6px 35px !important;
    }
    body[data-form-submit=regular] .contact-form-wrapper + .button-wrapper button:before, 
    body .contact-form-wrapper + .button-wrapper button:before {
        height: 15px;
        right: 25px;
    }
    .footer_logo img{
        max-width: 240px !important;
        max-height: 30px;
    }
    body #footer-outer .row {
        padding: 45px 0;
    }
    #footer-outer #copyright{
        padding: 0 0 20px !important;
    }
    .sector-content-wrapper .wrapper > div .sector-item.text-warpper{
        max-width: 80%;   
    }
    .sector-content-wrapper .wrapper > div .sector-item.text-warpper p {
        font-size: 16px;
        line-height: 22px;
        color: #f4f1ed;
    }
    .sector-content-wrapper .wrapper > div.left-content {
           padding-right: 12px;
    }
    .sector-content-wrapper .wrapper > div.right-section {
        padding-left: 12px;
    }
    .sector-content-wrapper .wrapper > div .sector-item {
        margin-bottom: 24px;
    }
    .sector-content-wrapper .wrapper > div .sector-item.img-item-wrapper.img-2{
        padding-top: calc(60% + 24px);
    }
    .sector-content-wrapper .wrapper > div .sector-item.img-item-wrapper.img-3{
        margin-top: calc(25% + 24px);
    }
    .sector-content-wrapper .wrapper > div .sector-item.text-warpper:before{
        width: 100px;
    }
    .team-detail-wrapper.small-container .team-member-wrapper {
        padding: 0 50px;
    }
    .team-memeber-content .wrapper .member-detail{
        font-size: 16px;
        line-height: 1.4;
    }
    .team-memeber-content .wrapper h3.member-title{
        font-size: 40px;
        line-height: 1.5;
    }
    .team-memeber-content .wrapper{
        padding: 30px;
        width: calc(100% - 65px);
        right: -65px;
    }
    .team-member-wrapper .team-items:nth-child(odd) .team-memeber-content .wrapper {
        right: auto;
        left: -65px;
    }
    .team-member-wrapper.senior_team_member .team-items .team-memeber-content .wrapper{
        left: auto !important;
        right: 15px !important;
        position: absolute;
        top: auto;
    }
    .team-memeber-content .wrapper ul.social-icons li svg {
        height: 20px;
        width: 20px;
/*        margin-right: 15px;*/
    }
    .polymedia_pr_wrapper.why_pr_img_wrapper{
        padding-bottom: 0px !important;
    }
    .custom-left-right-section .custom-content-wrapper > .vc_column-inner{
        max-width: calc(100% - 50px);
    }
    .custom-left-right-section {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    /*.custom-left-right-section .custom-image-wrapper > .vc_column-inner{
        transform: translateY(-60px);
    }*/
    .custom-left-right-section .custom-content-wrapper h3{
        margin-bottom: 40px !important;
    }
    .custom-left-right-section .custom-content-wrapper h3:before{
        bottom: -20px;
        width: 100px;
    }
    .custom-left-right-section .custom-content-wrapper h3 {
        font-size: 36px !important;
    }
    .custom-left-right-section .custom-content-subtext {
        font-size: 24px;
        line-height: 36px;
    }
    .couple_heading .nectar-split-heading h3 {
        font-size: 34px !important;
    }
    .contact-detail-wrapper > .vc_column-inner {
        max-width: calc(100% - 40px);
    }
    .sector-block-main-wrapper .section_slider {
        min-height: 350px;
        max-height: 350px;
    }
    #specialist_slider .section_slider{
        min-height: 350px;
        max-height: 350px;
    }
    .sector-block-main-wrapper .whatever_content h3{
        font-size: 26px;
    }
}
@media (max-width:  1024px){
    .small-container.hero-banner {
        max-width: 750px;
        margin: 0 auto;
        padding: 150px 0 100px !important;
    }
    .our-team-content-wrapper.business-understanding-inner{
        max-width: calc(70% - 15px);
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(70% - 15px);
                flex: 0 0 calc(70% - 15px);
        margin-left: auto !important;
    }
    .blog-slide-item-wrapper .blog_image > div.next_blog_image {
        bottom: -80px;
        width: 60%;
        padding-top: 70%;
        overflow: hidden;
    }
    .blog-slide-item-wrapper .blog_image > div.next_blog_image .img-responsive{
        position: absolute;
        top: 0;
        left: 0;
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .blog-slide-item-wrapper .blog_details .content-wrapper {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
    .team-memeber-content .wrapper {
        padding: 15px 30px;
        width: calc(100% - 65px);
        right: -25px;
    }
    .team-member-wrapper .team-items:nth-child(odd) .team-memeber-content .wrapper{
        right: auto;
        left: -25px;
    }
}
@media (max-width:  999px){
    header {
        padding-top: 0;
    }
    #header-outer .container, .container.main-content {
        max-width: 100%;
        padding: 0 20px;
    }
    #header-outer #logo {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
    .medium-container {
        max-width: 100%;
        padding: 0 30px;
    }
    .medium-container.large {
        max-width: 100%;
        padding: 0 30px;
    }
    .get-in-touch {
/*        padding: 50px 40px;*/
    }
    .get-in-touch .get-in-touch-inner-wrapper .divider-wrap {
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .small-container.hero-banner {
        max-width: 750px;
        margin: 0 auto;
        padding: 100px 40px 100px !important;
    }
    .slider-category_wrapper .slider-category_heading{
/*        min-height: initial;*/
        max-width: 100%;
    }
    .business-understanding-inner.pr-campaigns.right-side > .vc_column-inner > .wpb_wrapper{
        padding-left: 0;
    }
    .business-understanding-inner.pr-campaigns > .vc_column-inner > .wpb_wrapper {
        padding-right: 0px;
    }
    .polymedia_pr_wrapper .nectar_cascading_images{
        right: 0;
        max-width: 35%;
    }
    .our-team-content-wrapper.business-understanding-inner {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin-left: auto !important;
    }
    section.blog_main_sec .container {
        max-width: 100%;
    }
    .blog_sec {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .blog-slide-item-wrapper .blog_image{
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
    .blog-slide-item-wrapper .blog_details {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
    .blog-slide-item-wrapper .blog_image {
        min-height: 380px;
        max-height: 380px;
    }
    .blog-slide-item-wrapper .blog_image > div.blog_main_img {
        height: 100%;
        /*-webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
                transform: translateY(0px);*/
    }
    .blog-slide-item-wrapper .blog_image > div.next_blog_image {
        bottom: -120px;
        width: 100%;
        padding-top: 250px;
        overflow: hidden;
        max-width: 50%;
    }
    .blog-slide-item-wrapper .blog_details .content-wrapper{
/*        padding: 150px 30px 50px;*/
        padding: 50px 30px 50px;
    }
    .blog_main_sec .owl-dots {
        right: 0;
        width: 100%;
        bottom: 10px;
    }
    .business-understanding-img-wrapper .nectar_cascading_images {
        max-width: 60%;
        margin: 0 auto;
    }
    .business-understanding-img-wrapper .nectar_cascading_images .cascading-image:first-child .img-wrap {
        -webkit-transform: translateX(25%) translateY(30%) !important;
            -ms-transform: translateX(25%) translateY(30%) !important;
                transform: translateX(25%) translateY(30%) !important;
    }
    .business-understanding-img-wrapper .nectar_cascading_images .cascading-image:last-child .img-wrap {
        -webkit-transform: translateX(-25%) translateY(0%) !important;
            -ms-transform: translateX(-25%) translateY(0%) !important;
                transform: translateX(-25%) translateY(0%) !important;
    }
    .team-member-wrapper .team-items {
        padding: 0 15px;
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin-bottom: 50px;
        position: relative;
    }
    .team-memeber-image {
        position: relative;
        padding-top: 55%;
        max-width: 50%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
    }
    .team-memeber-image .img-wrapper{
        width: 100%;
    }
    section.blog_main_sec{
        padding: 0;
    }
    #footer-widgets > .container > .row .col:nth-child(1),
    #footer-widgets > .container > .row .col:nth-child(2){
        width: 100% !important;
        margin-bottom: 0 !important;
    }
    #footer-widgets > .container > .row .col:nth-child(2) #menu-footer-menu{
        display: flex;
        justify-content: center;
    }
    #footer-widgets ul#menu-footer-menu{
        max-width: 100%;
    }
    #footer-widgets > .container > .row .col:nth-child(3), 
    #footer-widgets > .container > .row .col:nth-child(4){
        width: 50% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .material #footer-outer #footer-widgets .col ul li{
        padding: 4px 0 !important;
        margin: 0 10px;
    }
    #footer-widgets > .container > .row .col:nth-child(1){
        /*text-align: center;*/
    }
    #footer-widgets > .container ul.social{
        margin-bottom: 15px;
    }
    #footer-widgets > .container .widget_block ul.social:last-child{
        margin-top: 15px;
    }
    #footer-widgets > .container, #copyright > .container {
        padding: 0 50px;
    }
    .team-member-wrapper .team-items:nth-child(odd) .team-memeber-content .wrapper{
        right: 0;
        left: auto;
        position: absolute;
        top: auto;
    }
    .team-memeber-content .wrapper{
        right: 0;
        width: 55%;
        bottom: 0;
    }
    .team-member-wrapper .team-items:nth-child(3), .team-member-wrapper .team-items:nth-child(4){
        margin-bottom: 50px;
    }
    #ajax-content-wrap .vc_row.bottom_margin_-200px {
        margin-bottom: -150px;
    }
    .team-detail-wrapper.small-container {
        margin-bottom: 0px !important;
        padding-top: 200px !important;
    }
    .polymedia_pr_wrapper .wpb_wrapper .img-with-aniamtion-wrap img{
        max-width: 200px;
    }
    .polymedia_pr_wrapper .wpb_wrapper .img-with-aniamtion-wrap .hover-wrap{
        margin-bottom: 0;
    }
    .polymedia_pr_wrapper {
        padding: 40px 0 !important;
        margin-top: 0px !important;
    }
    .services-list{
        margin-top: 0;
        margin-bottom: 0;
    }
    .services-list li{
        margin-bottom: 15px;
        font-size: 14px;
    }
    .get-in-touch .get-in-touch-inner-wrapper .nectar-split-heading h5{
        padding-left: 0;
    }
    .container.client-example-heading{
        max-width: 100%;
    }
    .sector-content-wrapper .wrapper > div .sector-item.text-warpper p{
        font-size: 14px;
        line-height: 20px;
    }
    .sector-content-wrapper .wrapper > div .sector-item.text-warpper{
        padding-bottom: 35px;
    }
    .image-grid-wrapper.travel-tourism > .vc_column-inner > .wpb_wrapper > .img-with-aniamtion-wrap:first-child .hover-wrap-inner {
        max-height: 400px;
        min-height: 400px;
    }
    .image-grid-wrapper.travel-tourism > .vc_column-inner > .wpb_wrapper > .img-with-aniamtion-wrap:last-child {
        max-width: 300px;
        margin-top: -250px;
        margin-bottom: 40px;
    }
    .business-understanding-inner.pr-campaigns.right-side.travel-tourism {
        padding-right: 20px;
    }
    .custom-left-right-section .custom-image-wrapper > .vc_column-inner{
        transform: unset;
    }
    .custom-left-right-section .custom-image-wrapper {
        margin-bottom: 0 !important;
    }
    .custom-left-right-section .custom-image-wrapper:before{
        display: none;
    }
    .custom-left-right-section .custom-content-wrapper > .vc_column-inner {
        max-width: calc(100% - 150px);
        padding: 40px;
        margin-left: auto;
        min-height: auto;
    }
    .custom-left-right-section .custom-image-wrapper > .vc_column-inner img {
        min-height: 300px;
        width: 100%;
        max-height: 350px;
        transform: unset !important;
    }
    .custom-left-right-section .custom-content-wrapper {
        padding: 0 1% !important;
    }
    .custom-left-right-section {
        padding-top: 50px !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    .blog-slide-item-wrapper .blog_image:before{
        display: none;
    }
    .custom-sub-heading p{
        padding-left: 0 !important;
        line-height: 30px;
    }
    .custom-sub-heading p:before{
        top: calc(100% + 10px);
    }
    .wpb_column.left_padding_desktop_30px > .vc_column-inner{
        padding-left: 0;
    }
    .contact-detail-wrapper > .vc_column-inner {
        max-width: 100%;
    }
    .sector-block-main-wrapper .slider-category_wrapper .slider-category_heading{
        min-height: 90px;
    }
    .sector-block-main-wrapper .whatever_content{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .sector-block-main-wrapper .section_slider{
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }
    .team-member-wrapper.senior_team_member .team-items{
        max-width: 50%;
        flex: 0 0 50%;
        margin-bottom: 30px !important;
    }
    #footer-widgets ul#menu-footer-menu li {
        margin-bottom: 0px !important;
    }
    #specialist_slider .owl-nav .owl-next, #client_logo_slider .owl-nav .owl-next{
        right: -20px;
    }
    #specialist_slider .owl-nav .owl-prev, #client_logo_slider .owl-nav .owl-prev{
        left: -20px;
    }
    .sector-block-main-wrapper .section_slider {
        max-width: 50%;
        flex: 0 0 50%;
    }
}
@media (max-width: 767px){
    body{
        font-size: 14px;
    }
    .small-container.hero-banner{
        padding: 60px 0 !important;
    }
    .medium-container {
        padding: 0 0;
    }
    .team-detail-wrapper.small-container .team-member-wrapper{
        padding: 0 10px;
    }
    .hero-banner h1{
        /*margin-bottom: 25px;*/
        font-size: 35px;
    }
    .specialist_slider_wrapper .heading-with-arrow .nectar-split-heading h2, 
    .heading-with-arrow .nectar-split-heading h2{
        font-size: 26px;
    }
    .small-container.hero-banner .banner-subtext {
        font-size: 16px;
    }
    .hero-banner h1:before {
        bottom: -15px;
        width: 60px;
    }
    #header-outer #logo{
        max-width: 150px;
    }
    body #header-outer #top #logo img{
        width: 100%;
        height: auto !important;
    }
    .get-in-touch {
/*        padding: 40px 20px 45px;*/
    }
    .get-in-touch .get-in-touch-inner-wrapper .nectar-split-heading h2 {
/*        font-size: 26px;*/
    }
    .get-in-touch .get-in-touch-inner-wrapper p {
        font-size: 14px;
    }
    .heading-with-arrow h2:before{
        right: -35px;
    }
    .secondary-heading-separator h5{
        font-size: 14px !important;
    }
    .services-list li{
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .business-understanding-inner .nectar-split-heading h2 {
        font-size: 26px;
    }
    .secondary-heading-separator h5 {
        padding-left: 40px;
        letter-spacing: 0px !important;
    }
    .secondary-heading-separator h5:before {
        width: 50px;
        top: calc(100% + 10px);
    }
    .business-understanding-inner > .vc_column-inner > .wpb_wrapper {
        padding-right: 0px;
    }
    .business-understanding-inner > .vc_column-inner > .wpb_wrapper > .nectar-split-heading.font_line_height_36px{
        line-height: 20px !important;
    }
    .polymedia_pr_wrapper .nectar_cascading_images {
        right: 0;
        max-width: 50%;
    }
    body .polymedia_pr h3 {
        font-size: 18px !important;
        line-height: 24px !important;
        max-width: 100% !important;
    }
    body .polymedia_pr:before {
        width: 35px;
        top: 10px;
    }
    .clients-section-wrapper .clients.five-cols.no-carousel>div{
        max-width: 33.33%;
    }
    .clients-section-wrapper .clients.five-cols.no-carousel {
        margin-top: 0;
    }
    .clients-section-wrapper .nectar-split-heading h2{
        font-size: 26px;
    }
    .clients-section-wrapper {
        padding: 40px 0 !important;
    }
    .our-team-content-wrapper.business-understanding-inner{
        padding: 40px 20px 20px !important;
        padding-bottom: 70px !important;
    }
    .our-team-content-wrapper.business-understanding-inner > .vc_column-inner > .wpb_wrapper:before{
        bottom: -35px;
        width: 70px;
    }
    .medium-container.large{
        padding: 0;
    }
    .our-team-wrapper{
        padding: 40px 0 !important;
    }
    section.blog_main_sec{
        padding: 0;
    }
    .blog-slide-item-wrapper .blog_details .content-wrapper .blog_shot_desc{
        font-size: 14px;
        line-height: 1.4;
    }
    .blog-slide-item-wrapper .blog_image {
        min-height: 280px;
        max-height: 280px;
    }
    .blog-slide-item-wrapper .blog_image > div.next_blog_image{
        padding-top: 200px;
    }
    .blog-slide-item-wrapper .blog_image > div.next_blog_image {
        padding-top: 200px;
        max-height: 200px;
        bottom: -100px;
    }
    .blog-slide-item-wrapper .blog_details .content-wrapper {
        padding: 30px 20px 60px;
    }
    .get-in-touch-form-wrapper .get-in-touch-orange-bg {
        width: 100%;
        margin-bottom: 0;
    }
    .get-in-touch-form-wrapper .get-in-touch-orange-bg > div {
        padding: 30px 20px;
    }
    .get-in-touch-form-wrapper .get-in-touch-orange-bg .quick-response-text p {
        font-size: 14px;
        line-height: 1.4;
    }
    .get-in-touch-form-wrapper .get-in-touch-orange-bg .wpb_wrapper > div:first-child h2 ,
    .get-in-touch-form-wrapper .get-in-touch-orange-bg .wpb_wrapper > div:last-child h2{
        font-size: 26px !important;
    }
    .row.contact-form-wrapper > div.col-6{
        max-width: 100%;
        flex: 0 0 100%;
    }
    #footer-widgets > .container, 
    #copyright > .container {
        padding: 0 20px;
    }
    #footer-widgets > .container > .row .col:nth-child(3), 
    #footer-widgets > .container > .row .col:nth-child(4) {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    body #footer-outer .row {
        padding: 45px 0 30px;
    }
    #footer-widgets > .container > .row .col:nth-child(1) .footer_logo img{
        max-width: 150px !important;
    }
    #footer-widgets > .container ul.social li svg{
        width: 20px;
        height: 20px;
    }
    .get-in-touch .get-in-touch-inner-wrapper .wpb_wrapper .get-in-touch-btn {
        min-width: 200px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .get-in-touch .get-in-touch-inner-wrapper .wpb_wrapper .get-in-touch-btn span {
        font-size: 14px;
    }
    .polymedia_pr_wrapper .wpb_wrapper .img-with-aniamtion-wrap img {
        max-width: 180px;
    }
    .clients-section-wrapper + .get-in-touch-form-wrapper.top_margin_100px {
        margin-top: 0px !important;
    }
    .team-memeber-content .wrapper {
        padding: 10px 20px;
    }
    .team-memeber-content .wrapper .member-detail{
        font-size: 14px;
        padding-bottom: 25px;
        margin-bottom: 15px;
    }
    .team-memeber-content .wrapper h3.member-title{
        font-size: 32px;
    }
    .secondary-heading-separator h5{
        padding-left: 0;
    }
    .sector-content-wrapper .wrapper{
        flex-wrap: wrap;
    }
    .sector-content-wrapper .wrapper > div{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .sector-content-wrapper .wrapper > div.left-content,
    .sector-content-wrapper .wrapper > div.right-section {
        padding: 0 15px;
    }
    .sector-content-wrapper .wrapper > div .sector-item.img-item-wrapper.img-1{
        max-width: 65%;
        margin-left: 0;
    }
    .sector-content-wrapper .wrapper > div .sector-item.text-warpper{
        max-width: 100%;
    }
    .sector-content-wrapper .wrapper > div .sector-item {
        margin-bottom: 15px;
    }
    body .container .container.client-example-heading:not(.tab-container):not(.recent-post-container):not(.normal-container){
        padding: 0 !important;
    }
    .container.client-example-heading{
        margin-bottom: 30px !important;
    }
    .specialist_slider_wrapper,
    .raising-brand-profile-wrapper,
    .client-feedback-main-wrapper{
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .understanding-strategy-wrapper {
        padding-top: 60px !important;
        padding-bottom: 0 !important;
    }
    .image-grid-wrapper.travel-tourism > .vc_column-inner > .wpb_wrapper > .img-with-aniamtion-wrap:first-child .hover-wrap-inner {
        max-height: 300px;
        min-height: 300px;
    }
    .image-grid-wrapper.travel-tourism > .vc_column-inner > .wpb_wrapper > .img-with-aniamtion-wrap:first-child {
        max-width: 80%;
    }
    .image-grid-wrapper.travel-tourism > .vc_column-inner > .wpb_wrapper > .img-with-aniamtion-wrap:last-child {
        max-width: 40%;
    }
    .image-grid-wrapper.travel-tourism > .vc_column-inner > .wpb_wrapper > .img-with-aniamtion-wrap:last-child .hover-wrap-inner {
        max-height: 300px;
        min-height: 300px;
    }
    .image-grid-wrapper.travel-tourism > .vc_column-inner > .wpb_wrapper > .img-with-aniamtion-wrap:last-child .hover-wrap-inner img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center right;
        object-position: center right;
    }
    .consumer-sector-wrapper{
        padding-bottom: 100px !important;
        padding-top: 150px !important;
    }
    .custom-left-right-section .custom-content-wrapper > .vc_column-inner{
        max-width: calc(100% - 20px);
        padding: 40px 20px;
    }
    .custom-left-right-section .custom-content-wrapper h3 {
        font-size: 28px !important;
    }
    .custom-left-right-section .custom-content-subtext {
        font-size: 17px;
        line-height: 26px;
    }
    .custom-left-right-section {
        padding-top: 50px !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    .couple_heading .nectar-split-heading h3 {
        font-size: 24px !important;
        line-height: 34px !important;
    }
    .sector-block-main-wrapper .whatever_content h3{
        font-size: 20px;
		text-align:center;
    }
}
@media (max-width: 640px){
    .team-member-wrapper.senior_team_member .team-items{
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 30px !important;
    }
    .sector-block-main-wrapper .section_slider{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sector-block-main-wrapper .slider-category_wrapper .slider-category_heading {
        min-height: initial;
    }
    .contact-form-wrapper ~ .button-wrapper{
        float: unset !important;
        margin-top: 10px ;
    }
    .contact-form-wrapper ~ .recaptch{
        float: unset !important;
    }
    .contact-form-wrapper ~ .recaptch > div > div{
        width: 100% !important;
    }
    body[data-form-submit=regular] .contact-form-wrapper.option_2 ~ .button-wrapper button, body .contact-form-wrapper.option_2 ~ .button-wrapper button{
        padding: 5px 25px !important;
        height: 50px;
        min-width: 150px;
    }
    .contact-form-wrapper .form-group input{
        height: 50px;
        font-size: 14px !important;
    }
    .contact-form-wrapper .form-group textarea{
        font-size: 14px !important;
    }
    body[data-form-submit=regular] .contact-form-wrapper ~ .button-wrapper button, body .contact-form-wrapper ~ .button-wrapper button{
        height: 54px;
        min-width: 200px;
        font-size: 16px;
    }
    .divider-wrap .divider-small-border {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }
    .contact-form-wrapper .col-6 .form-group.comments textarea.form-control {
        height: 200px;
    }
    #specialist_slider .owl-nav .owl-next, #client_logo_slider .owl-nav .owl-next {
        right: 0px;
    }
    #specialist_slider .owl-nav .owl-prev, #client_logo_slider .owl-nav .owl-prev {
        left: 0px;
    }
}

@media (max-width:  575px){
    .clients-section-wrapper .clients.five-cols.no-carousel>div{
        max-width: 50%;
    }
    #footer-widgets > .container > .row .col:nth-child(3), 
    #footer-widgets > .container > .row .col:nth-child(4) {
        width: 100% !important;
        margin-top: 20px !important;
        margin-bottom: 0px !important;
    }
    #footer-widgets > .container ul.social{
        justify-content: flex-start;
    }
    #footer-widgets .has-text-align-right{
        text-align: left;
    }
    .material #footer-outer #footer-widgets .col ul.footer-contact-information li{
        margin: 0;
    }
    #footer-widgets > .container > .row .col:nth-child(2) #menu-footer-menu {
        flex-wrap: wrap;
        justify-content: space-evenly;
        border-top: 1px solid rgba(255,255,255,0.5);
        padding-top: 10px;
        border-bottom: 1px solid rgba(255,255,255,0.5);
        padding-bottom: 11px;
    }
    .material #footer-outer #footer-widgets .col ul#menu-footer-menu li a{
        line-height: 1.4 !important;
        font-size: 14px;
        font-weight: 400 !important;
    }
    .small-container.hero-banner .banner-subtext {
        font-size: 16px;
    }
    .hero-banner h1 {
        margin-bottom: 25px;
        font-size: 30px;
    }
    .team-memeber-content .wrapper{
        width: calc(100% - 30px);
        position: relative;
        top: -60px;
    }
    .team-memeber-image{
        padding-top: 100%;
        max-width: 100%;
    }
    .team-member-wrapper .team-items{
        margin-bottom: 0;
        padding: 0;
    }
    .team-member-wrapper .team-items:nth-child(3), .team-member-wrapper .team-items:nth-child(4){
        margin-bottom: 0;
    }
    .image-grid-wrapper.travel-tourism > .vc_column-inner > .wpb_wrapper > .img-with-aniamtion-wrap:last-child{
        max-width: 240px;
        margin-top: -180px;
    }
    .image-grid-wrapper.travel-tourism > .vc_column-inner > .wpb_wrapper > .img-with-aniamtion-wrap:last-child .hover-wrap-inner {
        max-height: 240px;
        min-height: 240px;
    }
    #block-14 > ul:first-child li{
        margin: 0 !important;
    }
    #block-14 > ul:first-child li .has-text-align-right.with-icon{
        justify-content: flex-start;
    }
}

@media (max-width: 375px){
    .team_block_members .team-members .team-items {
        max-width: 50%;
        flex: 0 0 50%;
        padding: 0 15px;
    }
    .team_block_members .social-icons li svg {
        height: 20px;
        width: 20px;
    }
}

/*14-10-2022 blog page css start*/
.news-blog-wrapper .medium-container.large {
    max-width: 1600px;
    padding: 0;
    margin: 0 auto;
}
.news-blog-wrapper .row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -22px;
}
.news-blog-wrapper .col-6{
    padding: 0 22px;
    max-width: 50%;
    flex: 0 0 50%;
}
.news-blog-wrapper .blog-list-category-1 .wrapper{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.news-blog-wrapper .image-wrapper{
    max-width: 50%;
    flex: 0 0 50%;
    position: relative;
}
.news-blog-wrapper .list-category .image-wrapper img{ 
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.news-blog-wrapper .content-wrapper{
    padding: 40px 40px 60px;
    background-color: #f4f1ed;
    max-width: 50%;
    flex: 0 0 50%;
    color: #000;
    position: relative;
}
.news-blog-wrapper .content-wrapper .read-more {
    position: absolute;
    bottom: 0;
    left: 0;
}
.news-blog-wrapper .content-wrapper .read-more a.read-more-btn {
    line-height: 36px;
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    border-top: 2px solid #e86656;
    padding-left: 40px;
    display: inline-block;
    padding: 10px 0px 10px 40px;
    letter-spacing: 2px;
}
.blog-list-category-2 .content-wrapper .read-more a.read-more-btn ,
.blog-list-category-2 .content-wrapper h2.blog-title{
    color: #fff;
}
.news-blog-wrapper .list-category{
    margin-bottom: 40px;
}
.news-blog-wrapper .blog-list-category-2{
    height: calc(100% - 40px);
}
.news-blog-wrapper .blog-list-category-2 > .wrapper{
    height: 100%;
    position: relative;
}
.news-blog-wrapper .blog-list-category-2  .image-wrapper{
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
}
.news-blog-wrapper .blog-list-category-2 .content-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    max-width: 100%;
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: transparent;
    background-image: linear-gradient(128deg, rgba(0,0,0,1), rgba(0,0,0,0.4) 80%, rgba(0,0,0,0));
    color: #fff;
}
.news-blog-wrapper .blog-tag{
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 600;
}
.news-blog-wrapper .blog-content h2.blog-title {
    font-size: 17px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000;
}
.news-blog-wrapper .blog-list-category-2 .blog-content h2.blog-title{
    font-size: 42px;    
    color: #fff;        
}
.news-blog-wrapper .blog-list-category-2 .blog-content .blog-detail-content{
    display: none;
}
.news-blog-wrapper .blog-content .blog-detail-content {
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 40px;
}
.news-blog-wrapper .blog-list-category-3 {
    height: calc(100% - 40px); 
}
.news-blog-wrapper .blog-list-category-3 .wrapper{
    height: 100%;
}
.news-blog-wrapper .blog-list-category-3 .image-wrapper{
    display: none;
}
.news-blog-wrapper .blog-list-category-3 .content-wrapper{
    max-width: 100%;
    flex: 0 0 100%;
    height: 100%;
}
@media (max-width: 1660px){
	.what_apart_title{padding-bottom:0px;}
    .news-blog-wrapper .medium-container.large{
        padding: 0;
    }
    .news-blog-wrapper .row{
        margin: 0 -15px;
    }
    .news-blog-wrapper .col-6{
        padding: 0 15px;
    }
    .news-blog-wrapper .blog-tag{
        margin-bottom: 15px;
    }
    .news-blog-wrapper .blog-content .blog-detail-content{
        font-size: 17px;
        line-height: 1.5;
    }
    .news-blog-wrapper .list-category {
        margin-bottom: 30px;
    }
    .news-blog-wrapper .blog-list-category-2 {
        height: calc(100% - 30px);
    }
    .news-blog-wrapper .blog-list-category-3 {
        height: calc(100% - 30px);
    }
    .news-blog-wrapper .content-wrapper{
        padding: 30px 30px 60px;
    }
    .news-blog-wrapper .content-wrapper .read-more a.read-more-btn{
        font-size: 16px;
    }   
   /* .widget_nav_menu #menu-footer-menu .menu-item a {
        font-size: 15px;
    }*/
}
@media (max-width: 1200px){
    .news-blog-wrapper .items_wrapper.row .col-6:nth-child(1),.items_wrapper.row .col-6:nth-child(2){
        max-width: 100%;
        flex: 0 0 100%;
    }   
    .news-blog-wrapper .items_wrapper.row .col-6:nth-child(1){
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .news-blog-wrapper .items_wrapper.row .col-6:nth-child(1) > div{
        max-width: calc(50% - 15px);
    }
    .news-blog-wrapper .blog-list-category-1 .wrapper,.blog-list-category-3 .wrapper{
        transform: unset !important;
    }
    .news-blog-wrapper .blog-list-category-2  .image-wrapper{
        position: absolute;
        top: 0;
        left: 0;
    }
    .news-blog-wrapper .blog-list-category-2 > .wrapper{
        padding-top: 75%;
    }
}
@media (max-width: 991px){
    .news-blog-wrapper .items_wrapper.row .col-6:nth-child(1) > div {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .news-blog-wrapper .col-6{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .secondary-heading-separator h5:before{
        top: calc(100% + 10px);
    }
    .secondary-heading-separator h5{
        padding-left: 0 !important;
    }
    .get-in-touch-btn.specialist_btn_text {
        margin-left: 0;
    }
    

}
@media (max-width:  767px){
    .news-blog-wrapper .news-blog-wrapper .medium-container.large{
        padding: 0 15px;
    }
    .news-blog-wrapper .blog-list-category-1 .wrapper > div{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .news-blog-wrapper .blog-list-category-1 .wrapper > div.image-wrapper{
        padding-top: 100%;

    }
    .news-blog-wrapper .blog-list-category-1 .wrapper > div.image-wrapper img{
        top: 0;
        left: 0;
    }
    .news-blog-wrapper .blog-list-category-2 > .wrapper {
        padding-top: 100%;
    }
    .news-blog-wrapper .blog-list-category-2 .blog-content h2.blog-title {
        font-size: 20px;
    }
    .news-blog-wrapper .content-wrapper {
        padding: 20px 20px 45px;
    }
    .news-blog-wrapper .blog-content h2.blog-title{
        font-size: 17px;
        margin-bottom: 15px;
    }
    .news-blog-wrapper .blog-tag{
        letter-spacing: 1px;
        font-size: 16px;                
    }
    .news-blog-wrapper .blog-content .blog-detail-content{
        margin-bottom: 30px;
    }
    .news-blog-wrapper .content-wrapper .read-more a.read-more-btn {
        font-size: 14px;
        line-height: 22px;
    }
    #specialist_slider {
     padding: 0px;   
    }
    .specialist_slider_wrapper .sector-block-main-wrapper {
        padding: 0;
    }
}

/*blog page css end*/

/*Start Hero banner Text animation*/

.get-in-touch .divider-wrap {
    width: 100%;
}
.divider-wrap .divider-small-border{
    margin-top: 10px !important;
    margin-bottom: 40px !important;
}
.heading-space-zero .wpb_wrapper > .nectar-split-heading {
    margin-bottom: 0;
}
