/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
  * 1.0 Normalize
  * 2.0 Header Style
    * 1. Logo Style
    * 2. Nav Style
  * 3.0 Banner Style
*/

html {
    font-size: 62.5%;
    font-family: 'Circular Std Book';
}

body {
    font-family: 'Circular Std Book';
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    overflow-x:hidden;
}

a,
a:focus {
    color: #00d3a8
}

a,
a:hover,
a:focus,
i,
input,
button,
input:focus {
    text-decoration: none;
    outline: none;
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease;
}

iframe {
    border: 0;
    outline: none;
}

::-moz-selection {
    background: #00d3a8;
    text-shadow: none;
    color: #FFF
}

::selection {
    background: #00d3a8;
    text-shadow: none;
    color: #FFF
}

img {
    max-width: 100%;
    border: none;
    outline: none;
    height: auto;
}

input,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

ul {
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: 'Circular Std Book';
}



/* 1.2 Typography */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Circular Std';
}

.typed-strings {
    opacity: 0
}

.wow {
    visibility: hidden;
    position: relative;
    z-index: 2
}

.typed {
    white-space: pre-line !important;
}

textarea {
    resize: none;
}



/* .wow{ opacity: 0;transition-delay: 0s;transition-duration: 0.4s;transition-property: all;transition-timing-function: ease; } */

    .wrap_one_column .col-lg-1.hidein-desktop { display: none; }
    .wrap_one_column .col-lg-2.hidein-desktop { display: none; }


.hidein-desktop {
    display: none;
}

.for_mobile,
.for_mobile_banner {
    display: none;
}

.site-all,
.site-footer,
.mm-slideout {
    background-color: #FFF
}

.col-lg-1 {
    width: 100%;
    /* height: 560px; */
    padding: 0
}

.col-lg-2 {
    width: 50%;
   /*  height: 560px; */
    padding: 0
}

/* .col-lg-3 {
    width: 33.33333333%;
    height: 560px;
    padding: 0
} */

.block_loop {
    position: relative;
    overflow: hidden;
}

.hov_img,
.hov_video {
   transition-delay: 0s;
   transition-duration: 0.4s;
   transition-property: all;
   transition-timing-function: ease; 
}

.main_container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.main_container:before,
.main_container:after {
    display: table;
    content: "";
    height: 0;
    line-height: 0
}

.main_container:after {
    clear: both
}

.typed-cursor {
    -webkit-animation: 1s blink step-end infinite;
    -moz-animation: 1s blink step-end infinite;
    -ms-animation: 1s blink step-end infinite;
    -o-animation: 1s blink step-end infinite;
    animation: 1s blink step-end infinite;
}

@keyframes "blink" {
    from,
    to {
        opacity: 1
    }
    50% {
        opacity: 0
    }
}

@-moz-keyframes blink {
    from,
    to {
        opacity: 1
    }
    50% {
        opacity: 0
    }
}

@-webkit-keyframes "blink" {
    from,
    to {
        opacity: 1
    }
    50% {
        opacity: 0
    }
}

@-ms-keyframes "blink" {
    from,
    to {
        opacity: 1
    }
    50% {
        opacity: 0
    }
}

@-o-keyframes "blink" {
    from,
    to {
        opacity: 1
    }
    50% {
        opacity: 0
    }
}



/*--------------------------------------------------------------
>>> Header
----------------------------------------------------------------*/

.headr_top {
    padding-left: 73px;
    padding-right: 73px;
    padding-top: 59px;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 5;
    -webkit-transition: background-color 1000ms linear, padding 0.5s ease;
    -ms-transition: background-color 1000ms linear, padding 0.5s ease;
    transition: background-color 1000ms linear, padding 0.5s ease;
}

.headr_top_fixed .headr_top {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: rgba(0, 0, 0, 0.5);
}

.log_main {
    float: left;
    width: 161px;
    color: #FFF;
    display: block;
    font-size: 39px;
    position: relative;
    overflow: hidden;
    height: 39px;
}

.log_main:hover,
.log_main:focus {
    color: #FFF;
}

.log_main:before {
    content: "\e901";
    font-family: 'icomoon';
    font-weight: 400;
    font-style: normal;
    speak: none;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.log_main.anim:before {
    content: "\e900";
}


/*  .log_main.anim:after{
   
}  */

.log_main img {
    display: none;
}

.main-navigation {
    float: right;
}

.headr_top ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

.headr_top li {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: 'Circular Std Book';
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    letter-spacing: 0.12rem;
    margin-left: 58px;
}

.headr_top li a {
    display: block;
    color: #FFF;
    line-height: 45px;
}

.headr_top li:hover a,
.headr_top li.current-menu-item a {
    color: #00d3a8
}

.headr_top li:last-child {
    text-transform: lowercase;
    font-size: 15px;
    letter-spacing: inherit;
}

.headr_top li:last-child a {
    border: 1px solid #FFF;
    padding: 0 29px;
}

.headr_top li:last-child a:hover,
.headr_top li:last-child a:focus {
    background-color: #00d3a8;
    border-color: #00d3a8;
    color: #FFF;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.main_header_inner .log_main:before {
    color: #00d3a8
}

.main_header_inner .headr_top li a {
    color: #000002
}

.main_header_inner .headr_top li a:hover {
    color: #00d3a8
}

.main_header_inner .headr_top li.current-menu-item a,
.main_header_inner .headr_top li.current_page_ancestor a {
    text-decoration: underline;
}

.main_header_inner .headr_top li.current-menu-item a:hover,
.main_header_inner .headr_top li.current_page_ancestor a:hover {
    text-decoration: none;
    color: #00d3a8
}

.main_header_inner .headr_top li:last-child a {
    background-color: transparent;
    color: #000002;
    border-color: #000002;
    text-decoration: none;
}

.main_header_inner.headr_top_fixed .headr_top li:last-child a {
    border-color: #FFF
}

.main_header_inner .headr_top li:last-child a:hover {
    background-color: #00d3a8;
    color: #FFF;
    border-color: #00d3a8;
}

.main_header_inner.headr_top_fixed .headr_top li:last-child a:hover {
    background-color: #00d3a8;
    color: #FFF;
    border-color: #00d3a8;
}

.main_header_inner .headr_top {
    padding-bottom: 54px;
    background-color: #FFF
}

.main_header_inner.headr_top_fixed .headr_top {
    padding-bottom: 15px;
    background-color: rgba(0, 0, 0, 0.5);
}

.main_header_inner.headr_top_fixed .log_main:before {
    color: #FFF
}

.main_header_inner.headr_top_fixed .headr_top li a {
    color: #FFF
}
.main_header_inner.headr_top_fixed .headr_top li:hover a {
    color: #00d3a8
}


/*--------------------------------------------------------------
>>> Banner
----------------------------------------------------------------*/

.banner_main_slider {
    width: 100%;
}

.banner_slider {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.banner_slider_loop:first-child {
    display: block;
}

.banner_slider_loop {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: none;
    text-align: center;
    /*     max-height: 658px; min-height: 658px; */
    outline: none;
    border: none;
}

.banner_slider_loop:focus {
    outline: none;
    border: none;
}

.banner_slider_loop figure img {
    width: 100%;
}

.banner_with_color {
    width: 100%;
    padding-bottom: 42%;
    position: relative;
}

.banner_with_color_inner {
    position: absolute;
    width: 100%;
    height: 100%;
}

.banner_slider_loop video {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

.banner_con_button {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    margin: auto;
    margin-top: -50px;
}

.banner_slider_inner .banner_con_button {
    margin-top: 50px;
}

.page-template-template-about .banner_slider_inner .banner_con_button {
    margin-top: 0;
}

.page-template-template-contact .banner_slider_inner .banner_con_button {
    margin-top: 0;
    top: 230px
} 
.banner_video{ background-color: #000 }
/* .banner_con_button{
    position: absolute;
    top: 160px;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: -160px;

}

.banner_con_button:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }

.banner_content {
    display: inline-block;
    vertical-align: middle;
  } */
.banner_slider_inner .banner_slider_loop {
    height: auto;
    max-height: inherit;
    min-height: inherit;
}


.banner_content {
    text-align: center;
    color: #FFF;
    font-size: 60px;
    line-height: 67px;
    letter-spacing: -1px;
    font-family: 'Circular Std';
    font-weight: bold;
    font-style: normal;
    width: 100%;
    margin: 0 auto;
    max-width: 972px;
    text-align: center;
    position: relative;
    /* transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease; */
}

.banner_content .typed {
    white-space: pre-line !important
}

.type-wrap {
    width: 100%;
    text-align: center;
}



/* .banner_slider_inner  .banner_content{ width: 40% } */

.banner_content p {
    font-style: normal;
    margin: 0;
    padding: 0;
}

.banner_button {
    text-align: center;
    margin-top: 10px
}

.banner_button a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid #FFF;
    line-height: 43px;
    letter-spacing: 1px;
    padding: 0 40px;
    color: #FFF
}

.banner_button a:hover,
.banner_button a:focus {
    background-color: #00d3a8;
    border-color: #00d3a8;
    color: #FFF;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.banner_main_slider .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.banner_main_slider .slick-dots {
    position: absolute;
    bottom: 103px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.banner_main_slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 8px;
    padding: 0;
    cursor: pointer;
    border: 1px solid #FFF;
    border-radius: 100%;
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease;
}

.banner_main_slider .slick-dots li.slick-active,
.slick-dots li:hover {
    background-color: #FFF;
}

.banner_main_slider .slick-dots li button {
    display: none;
}


.content-block {
    position: relative;
    overflow: hidden;
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease;
}

.content-block section {
    padding-left: 95px;
    padding-top: 95px;
    padding-right: 95px;
    padding-bottom: 86px;
} 
/* .about_page_wrapper .content-block section{
    min-height: 559px;
} */
.services_page_wrapper .content-block section {
    min-height: inherit;
}
.services_page_wrapper .wrap_one_column  .content-block section{ padding: 0 }

/* .page-name-services.content-block  section{padding-top: 79px; padding-left: 83px; padding-right:152px; padding-bottom: 80px;  } */


/* .page-name-services.content-block.page_block h2{ padding-bottom: 28px; } */


/* .page-name-services.content-block.page_block .more_button{ margin-top:67px; } */

.page-name-where-to-find-us.content-block section {
    padding-top: 87px;
}

.page-name-where-to-find-us.content-block.page_block .more_button {
    position: absolute;
    bottom: 86px;
}

.page-name-jobs.content-block.page_block h2 {
    padding-bottom: 30px;
}

.banner_img_content {
    position: relative;
    /* transition-delay: 0s;
    transition-duration: 0.1s;
    transition-property: all;
    transition-timing-function: ease; */
}



/*--------------------------------------------------------------
>>> Home Page Style
----------------------------------------------------------------*/

.wrap_two_column,
.wrap_one_column {
    width: 100%;
    display: table;
    position: relative;
}

.banner_img_content_pa {
    position: absolute;
    width: 100%;
}

.wrap_one_column .col-lg-1 {
    display: block;
    vertical-align: top;
    float: none;
    position: relative;
    height: auto;
}

.wrap_two_column .col-lg-2,
.wrap_two_column .col-lg-3 {
    float: none;
    display: table-cell;
    vertical-align: top;
    position: relative;
    height: 559px;
}

.home_page_wrapper {
    position: relative;
}



/*--------------------------------------------------------------
>>> Page Block
----------------------------------------------------------------*/

.page_block {
    color: #FFF
}

.page_block h2 {
    position: relative;
    z-index: 1;
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.12rem;
    padding-bottom: 45px;
    font-weight: normal;
    font-style: normal;
}

.bg-hover-image,
.bg-hover-video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}

.bg-hover-image img {
    width: 100%;
    /* max-height: 560px; min-height: 560px; */
}

.page_block p {
    font-size: 43px;
    line-height: 47px;
    letter-spacing: -1px;
    font-family: 'Circular Std';
    font-weight: 500;
    font-style: normal;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

.page_block .more_button {
    position: absolute;
    z-index: 1;
    display: block;
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.12rem;
    line-height: 42px;
    width: 162px;
    text-align: center;
    /* margin-top: 69px; */
    font-family: 'Circular Std Book';
    font-weight: normal;
    bottom: 86px
}

.page_block .more_button:hover,
.page_block .more_button:focus {
    border-color: #000000;
    background-color: #000000;
    color: #FFF;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.project_video{ position: relative; }
.bg-hover-video video,
.image_video_block figure video,
.project_video video,
.video_block video {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
/*     min-width: 100%;
min-height: 100%; */
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video,.post_det_loop video{
    object-fit: cover;
}
/*.banner_main_slider .embed-responsive .embed-responsive-item, .banner_main_slider .embed-responsive video{
    object-fit: contain;
}*/

video[poster] {
    min-width: 100%;
    min-height: 100%;
/*     width: auto;
height: auto; */
}


.no_type p{ margin-bottom: 0 }
/*--------------------------------------------------------------
>>> Image and Video Block
----------------------------------------------------------------*/

.image_video_block figure img {
    width: 100%; display: none;
}
.wrap_one_column .image_video_block figure img { display: block; }
.image_video_block a {
    display: block;
    width: 100%;
    height: 100%
}

.image_video_block figure {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat; background-position: center center;
    background-size: cover;
}
.wrap_one_column .image_video_block figure{ position: relative; background-image: none !important; }
.image_video_block .image_hover:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.0);
    opacity: 0;
    transition-delay: 0s;
    transition-duration: 0.6s;
    transition-property: all;
    transition-timing-function: ease;
}

.image_video_block figure figcaption {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
    color: #FFF;
    font-size: 43px;
    line-height: 47px;
    letter-spacing: -1px;
    font-family: 'Circular Std';
    margin: 0;
    padding: 11.2%;
    transition-delay: 0s;
    transition-duration: 0.9s;
    transition-property: all;
    transition-timing-function: ease;
    opacity: 0;
    -webkit-transform: translate3d(0, 16%, 0);
    transform: translate3d(0, 16%, 0);
}

.image_video_block figure figcaption .image_video_block_title {
    font-family: 'Circular Std';
    font-weight: bold;
    text-transform: capitalize;
    font-size: 43px;
    line-height: 44px;
    margin-top: 0;
}

.image_video_block figure figcaption p {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.12rem;
    text-transform: uppercase;
    margin: 0;
    font-family: 'Circular Std Book';
    font-weight: normal;
    font-style: normal;
}

.image_video_block:hover .image_hover:after {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
}

.image_video_block:hover figure figcaption {
    transform: translate3d(0, 20%, 0);
    opacity: 1;
}



/*--------------------------------------------------------------
>>> Services Block
----------------------------------------------------------------*/

.page-name-services.page_block,
.page-name-Services.page_block p a {
    color: #000
}

.page-name-services.page_block p a:hover,
.page-name-Services.page_block p a:focus {
    text-decoration: underline;
    color: #000
}

.page-name-services.page_block .more_button {
    border-color: #717675;
    color: #000;
    text-decoration: none;
}

.page-name-services.page_block .more_button:hover,
.page-name-Services.page_block .more_button:focus {
    color: #FFF;
    background-color: #000;
    border-color: #000;
    text-decoration: none;
}

.service_cat {
    list-style: none;
    padding: 0;
    margin: 0
}

.service_cat li {
    display: inline;
    vertical-align: top;
    font-size: 43px;
    line-height: normal;
    letter-spacing: -1px;
    font-family: 'Circular Std';
    font-weight: 500;
    font-style: normal;
    margin: 0;
    padding: 0;
    color: #000
}

.service_cat li a {
    color: #000
}

.service_cat li a:hover {
    text-decoration: underline;
}



/*--------------------------------------------------------------
>>> Logoes Block
----------------------------------------------------------------*/

.client_partner {
    background-color: #f4f4ee;
    padding-top: 120px;
    padding-bottom: 124px;
    padding-left: 136px;
    padding-right: 136px;
    margin: 0 auto;
}

.client_partner h2 {
    margin: 0;
    font-size: 40px;
    font-family: 'Circular Std';
    font-weight: bold;
    font-style: normal;
    color: #000006;
    display: inline-block;
}

.client_partner .knomore_button {
    float: right;
    color: #000006;
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
    border: 1px solid #000;
    line-height: 43px;
    display: inline-block;
    padding: 0 36px;
    letter-spacing: 0.12rem;
    position: relative;
    z-index: 2
}

.client_partner .knomore_button:hover,
.client_partner .knomore_button:focus {
    background-color: #000;
    color: #FFF;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.logo_lists {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    clear: both;
    margin-top: 104px;
    padding-bottom: 0;
    position: relative;
}

.logo_lists li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 16%;
    text-align: center;
    margin-bottom: 45px;
}

.logo_lists li:nth-child(6n+6) {
    margin-right: 0
}

.logo_lists li figure {
    width: 67%;
    margin: 0 auto;
    display: block;
}

/* .logo_lists li:nth-child(5) figure {
    width: 46%
} */

.logo_lists li:nth-child(9) figure {
    width: 100%
}
.logo_lists li:nth-child(16) figure {
    width: 46%
}
.logo_lists li:nth-child(20) figure {
    width: 88%
}
.logo_lists li:nth-child(22) figure {
    width: 44%
}
.logo_lists li a {
    display: block;
    position: relative;
}

.logo_lists li figure img {
    margin: 0 auto;
    display: block;
}

.view-less-text,
.view-all-text {
    float: right;
    position: static;
    right: 0;
    bottom: 0;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
    letter-spacing: 0.12rem;
    margin-top: 25px
}

.view-all-text {
    line-height: 17px;
    /*  padding-right: 55px; */
}

.view-all-text:after {
    display: inline-block;
    content: "\e909";
    font-family: 'icomoon';
    line-height: 18px;
    color: #000;
    font-size: 16px;
    padding-left: 24px;
}

.view-less-text {
    line-height: 35px;
    display: none;
    bottom: 0;
    margin-top: 0;
}

.view-less-text:after {
    content: "\e908";
    line-height: 17px;
    display: inline-block;
    font-family: 'icomoon';
    color: #000;
    padding-left: 24px;
    line-height: 35px;
    font-size: 33px;
    position: relative;
    top: 11px;
}



/*--------------------------------------------------------------
>>> Projects Block
----------------------------------------------------------------*/

.project-block {
    text-align: center;
    position: relative;
    background-color: #000;
    overflow: hidden;
   min-height: 559px
}

.project_image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.project_image img {
    width: 100%; display: none;
}

.project-article {
    display: table;
    text-align: center;
    width: 100%;
    height: auto;
}

.project-block section {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 216px;
    bottom: 0;
    padding: 0 40px;
}

.project-block section h2 {
    font-family: 'Circular Std';
    font-weight: bold;
    text-transform: capitalize;
    font-size: 43px;
        line-height: 56px;
        margin-bottom: 4px;
    margin-top: 0;

}

.project-block section .cat-subtitle {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.12rem;
    text-transform: uppercase;
    font-family: 'Circular Std Book';
    font-weight: normal;
    font-style: normal;
}

.project-block:hover img {
    opacity: 0.2
}
.project-block:hover .project_image { opacity: 0.2 }
.project_hed_cat {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
}

.project-block:hover .project_hed_cat {
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.page-name-contact.page_block .more_button {
    border-color: #799dd2
}

.page-name-contact.page_block .more_button:hover {
    background-color: rgba(0, 0, 0, 0.6);
    border-color: rgba(255, 255, 255, 0.5);
}

.project-block:hover .project_video {
    opacity: 0.2
}

.project_video {

    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
       height: auto;
    padding-bottom: 75.462%;
    display: block;
    overflow: hidden

}

.project_video .bg-hover-video{ opacity: 1 }

/*--------------------------------------------------------------
>>> Content Block
----------------------------------------------------------------*/

.cta_wrapper,
.servic_methode_block {
    padding-top: 119px;
    padding-bottom: 106px;
}

.cta_wrapper.col-lg-1,
.cta_wrapper.col-lg-2,
.cta_wrapper.col-lg-3 {
    height: inherit;
}

.cta_wrapper h2,
.servic_methode_block h2 {
    text-align: center;
    font-family: 'Circular Std';
    font-weight: 500;
    color: #000006;
    font-size: 50px;
    font-size: 5rem;
    letter-spacing: -1px;
    margin: 0
}

.cta_wrapper h2 strong,
.servic_methode_block h2 strong {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    display: block;
    font-family: 'Circular Std Book';
    line-height: 20px;
    letter-spacing: 0.12rem;
    padding-bottom: 35px;
}

.cta_wrapper h2 br,
.servic_methode_block h2 br {
    display: none;
}

.method_list {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 64px;
    text-align: center;
}

.method_list li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 100%;
    max-width: 197px;
    position: relative;
    margin: 0 35px
}

.icon_pan span {
    font-size: 65px;
    line-height: 65px;
    color: #000;
    text-align: center;
}

.method_list li:after {
    width: 19px;
    height: 31px;
    display: block;
    top: 39px;
    position: absolute;
    right: -57px;
    content: "\e903";
    font-family: 'icomoon';
    line-height: 31px;
    color: #00d3a8;
    font-size: 30px
}

.method_list li:last-child:after {
    display: none;
}

.method_list li h3 {
    font-family: 'Circular Std';
    font-weight: bold;
    color: #000006;
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0;
    color: #000006;
    display: block;
    padding-bottom: 9px;
    padding-top: 27px;
}

.method_list li img {
    margin: 0 auto;
    display: block;
}

.method_list li p {
    font-size: 16px;
    line-height: 22px;
    /* letter-spacing: 1px; */
}
.method_list li p br{ display: none; }
.cta_wrapper .knomore_button,
.servic_methode_block .knomore_button {
    display: block;
    width: 162px;
    height: 45px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #000;
    font-size: 12px;
    font-size: 1.2rem;
    color: #000006;
    letter-spacing: 0.12rem;
    margin: 0 auto;
    line-height: 45px;
    margin-top: 78px;
}

.cta_wrapper .knomore_button:hover,
.cta_wrapper .knomore_button:focus,
.servic_methode_block .knomore_button:hover,
.servic_methode_block .knomore_button:focus {
    background-color: #000;
    color: #FFF;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.col-lg-1.single_image_wrapper,
.news-block.col-lg-1 {
    height: auto;
}

.col-lg-1.image_video_block.single_image_wrapper figure img {
    min-height: inherit;
}

.page-name-jobs .more_button {
    border-color: #a390c4
}
.wrap_one_column .news-block.col-lg-1{ display: table; }
.wrap_one_column .news-block.col-lg-1 .col-lg-6{ float: none; display: table-cell; vertical-align: top; position: relative; }
.news-block img{ display: none; }
.news-block figure{ position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; background-position: 50% 0; background-repeat: no-repeat; background-size: cover; }
.news-block-image{ width: 49.88888% }
/*--------------------------------------------------------------
>>> News Block
----------------------------------------------------------------*/

.news-block img {
    width: 100%
}

.news-article {
    /* padding: 11% */
 /*    min-height: 559px; */
    /* position: relative; */
    padding-top: 92px;
    padding-left: 65px;
    padding-bottom: 84px;
    padding-right: 95px;
    min-height: 559px;
}
.newsbull{ position: relative; display: inline-block;padding-right: 17px; }
.newsbull:after{ content: "."; display: inline-block; vertical-align: middle; position: absolute;top: -3px; left:54px; }
.news-article .date_pan {
    display: block;
    text-transform: uppercase;
    color: #000002;
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.12rem;
    padding-bottom: 27px;
}

.news-article .date_pan .date {
    color: #00d3a8
}

.news-article h2 {
    margin: 0;
    display: block;
    font-size: 43px;
   font-family: 'Circular Std';
    font-weight: 500;
    font-style: normal;
    color: #000002;
    padding-bottom: 43px;
    width: 100%;
}

.news-article h2 a {
    color: #000002
}

.news-article h2 a:hover {
    text-decoration: underline;
}

.news-article p {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    color: #000002;
    padding-bottom: 0;
}

.news-article .more_button {
    width: 162px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.12rem;
    color: #000002;
    border: 1px solid #74797a;
    display: block;
    position: absolute;
    bottom: 84px;
}

.news-article .more_button:hover,
.news-article .more_button:focus {
    color: #FFF;
    background-color: #00d3a8;
    border-color: #00d3a8;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}



/*--------------------------------------------------------------
>>> Home About Block
----------------------------------------------------------------*/

.home_about_section {
    background-color: #f8ed00;
    clear: both;
    padding-top: 112px;
    padding-bottom: 107px;
}

.home_about_container {
    padding-left: 135px;
    padding-right: 134px;
}

.home_about_section h2 {
    margin: 0;
   font-family: 'Circular Std';
    font-weight: 500;
    font-style: normal;
    font-size: 43px;
    font-size: 4.3rem;
    color: #000006;
    float: left;
}

.home_about_cont_list {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 103px
}

.home_about_cont_list li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #000006;
    padding-bottom: 39px;
    max-width: 585px;
}

.home_about_cont_list li p {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 13px;
}

.home_about_cont_list li:nth-child(even) {
    float: right;
}



/* .home_about_cont_list li section{ padding-right:40px; } */

.home_about_cont_list li h3 {
    margin: 0;
    color: #000006;
    padding-bottom: 19px;
    font-weight: bold;
    font-size:22px; line-height: 30px;
}

.home_about_section .read-more {
    float: right;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
    color: #000006;
    letter-spacing: 0.12rem;
    line-height: 35px;
    margin-top: 13px;
    background-position: right center;
    /* padding-right: 58px; */
    display: block;
}

.home_about_section .read-more:after {
    font-family: 'icomoon';
    color: #000;
    content: "\e909";
    padding-left: 28px;
    color: #000;
    font-size: 17px;
    line-height: 35px;
    float: right;
}

.read-more.open-box:after {
    content: "\e908";
    line-height: 17px;
    display: inline-block;
    font-family: 'icomoon';
    color: #000;
    padding-left: 28px;
    line-height: 35px;
    font-size: 33px;
    float: right;
}

.home_about_cont_list li .more_button {
    width: 162px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.12rem;
    color: #000002;
    border: 1px solid #000002;
    display: block;
    margin-top: 47px;
}

.home_about_cont_list li .more_button:hover,
.home_about_cont_list li .more_button:focus {
    background-color: #000002;
    color: #FFF;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}



/*--------------------------------------------------------------
>>> Footer
----------------------------------------------------------------*/

.footer_wrap {
    padding-left: 135px;
    padding-right: 134px;
    margin: 0 auto;
    width: 100%;
    max-width: 1600px
}

.site-footer {
    display: block;
    padding-top: 120px;
}

.footer_logo {
    display: block;
    clear: both;
    width: 100%;
    overflow: hidden;
}

.site-footer .log_main:before {
    color: #00d3a8
}

.footer_mid {
    padding-top: 44px;
}

.footer_mid h2 {
    margin: 0;
    display: block;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 19px;
    color: #000006
}

.footer_mid .menu {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0
}

.footer_mid .menu li {
    font-size: 18px;
    color: #000006;
    margin-bottom: 11px;
}

.footer_mid .menu li a {
    color: #000006
}

.footer_mid #menu-top-menu-1.menu li:last-child, .footer_mid #menu-top-menu-1.menu li.menu-item-phone {
    display: none;
}

.footer_mid .menu li a:hover,
.footer_mid .menu li.current-menu-item a {
    color: #00d3a8
}

.footer_mid .footer-widget-1 {
    overflow: hidden;
}

.footer_mid .footer-widget-1 section {
    display: inline-block;
    vertical-align: top;
}

.footer_mid .footer-widget-1 section:nth-child(1) {
    width: 100%;
    max-width: 164px;
}

.footer_mid .footer-widget-1 section:nth-child(2) {
    width: 100%;
    max-width: 189px;
}

.menu-social-links-menu-container li a i {
    color: #00d3a8;
    width: 32px;
}

.footer_mid .footer-widget-1 section:nth-child(3) {
    width: 100%;
    max-width: 501px;
}

.address_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.address_list li {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    width: 100%;
    max-width: 40%;
    padding-left: 29px;
    color: #000006;
    position: relative;
    margin-bottom: 30px
}
.address_list li a{  color: #000006;}
.address_list li strong {
    padding-bottom: 2px;
    display: block;
}

.address_list li:before {
    width: 15px;
    height: 21px;
    display: block;
    content: "\e90b";
    color: #00d3a8;
    position: absolute;
    left: 0;
    top: 3px;
    font-family: 'icomoon';
    line-height: 21px;
    font-size: 22px;
}

.footer_mid .qtranxs_widget ul li {
    display: block;
    font-size: 18px;
    color: #000006;
    opacity: 1;
    margin: 0;
    margin-bottom: 11px;
}

.footer_mid .qtranxs_widget ul li.active {
    opacity: 1;
    color: #00d3a8
}

.footer_mid .qtranxs_widget ul li.active a {
    color: #00d3a8
}

.footer_mid .qtranxs_widget ul li a {
    color: #000006
}

.footer-widget-2 {
    padding-top: 55px;
    padding-bottom: 108px
}

.footer-widget-2 .widget_text {
    float: right;
}

.footer-widget-2 .copy_right {
    margin: 0;
    float: left;
    font-size: 18px;
    color: #000006
}

.footer-widget-2 .widget_text a {
    font-weight: bold;
    font-size: 18px;
    color: #000006
}

.footer-widget-2 .widget_text a:hover,
.footer-widget-2 .widget_text a:focus {
    color: #00d3a8
}

.footer_top .scrollup {
    float: right;
    font-size: 0;
    width: 30px;
    height: 18px;
    margin-top: -17px;
}

.footer_top .scrollup:before {
    content: "\e90a";
    font-family: 'icomoon';
    color: #000;
    display: block;
    line-height: 18px;
    font-size: 17px;
}

.footer_mid .menu.menu-social-links-menu-container ul {
    padding-left: 8px;
}



/*--------------------------------------------------------------
>>> Work Page
----------------------------------------------------------------*/
.project_detais_pag .video_block .embed-responsive-16by9{ padding-bottom:55.25% }

/* .margin-top-site-main,.project_detais_pag{ margin-top: 159px; } */
.margin-top-site-main{margin-top: 159px;}
.project_detais_pag,
.margin-top-site-main {
    margin-top: 159px;
}

.work_header {
    background-color: #000002;
    color: #FFF;
    text-align: center;
    padding-top: 115px;
    padding-bottom: 129px;
    padding-left: 120px;
    padding-right: 120px;
}

.work_header_title {
    margin: 0;
    font-size: 43px;
    font-size: 4.3rem;
    line-height: 44px;
    font-family: 'Circular Std';
    font-weight: bold;
    font-style: normal;
}

.projects_section {
    position: relative;
    /* min-height: 560px; max-height: 560px; */
    overflow: hidden;
    height: 559px;

}

.projects_section .hov_img img {
    /* min-height: 560px; */
    width: 100%;
    display: none;
}

button:focus {
    outline: 0 none
}

.product_list_loop a {
    color: #FFF;
    -webkit-transition: color 0.8s;
    -moz-transition: color 0.8s;
    -ms-transition: color 0.8s;
    -o-transition: color 0.8s;
    transition: color 0.8s;
    display: block;
}

.projects_section section {
    position: absolute;
    top: 216px;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: 0;
    opacity: 0;
    transform: translate3d(0, 15px, 0);
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease;
    padding: 0 8%;
}

.projects_section section h2,
.re_pr_hed h2 {
    margin: 0;
    font-size: 43px;
    font-size: 4.3rem;
    line-height: 56px;
    font-weight: bold;
    font-style: normal;
    font-family: 'Circular Std';
    padding-bottom: 4px;
}

.projects_section section p {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'Circular Std Book';
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.12rem;
}

.product_list_loop:hover .project_video,
.product_list_loop:hover .img_projects {
    opacity: 0.1
}

.product_list_loop:hover section {
    transform: translate3d(0, 5px, 0);
    opacity: 1;
}

.work_cat_name {
    padding-top: 62px;
}

.work_cat_name li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    margin-bottom: 20px;
}

.work_cat_name li button {
    background-color: transparent;
    outline: none;
    border: none;
    text-align: center;
    /* font-size: 15px; */
    font-size: 14px;
    font-size: 1.4rem;
    /*    letter-spacing: 0.12rem; */
    line-height: 43px;
    display: block;
    border: 1px solid #FFF;
    padding: 0 20px;
     font-family: 'Circular Std Book';
    font-weight: 400;
    font-style: normal;
    border-radius: none;
        -webkit-appearance: none;
}

.work_cat_name li button.is-checked,
.work_cat_name li button:hover,
.work_cat_name li button.is-checked {
    background-color: #00d3a8;
    border-color: #00d3a8;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.work_cat_name li button:hover,
.work_cat_name li button.mixitup-control-active {
    letter-spacing: 0.12rem
}

.product-grid {
    overflow: hidden;
    background-color: #000;
}

.project_de_top {
    background-color: #000;
    color: #FFF;
    padding-top: 111px;
    padding-bottom: 121px;
}

.project_cont_image_loop.col-lg-1 {
    height: auto;
}

.project_cont_image_loop.col-lg-1 img {
    width: 100%;
    display: block;
    margin: 0 auto
}

.project_cont_image_loop.col-lg-2 {}

.project_cont_image_loop.col-lg-2 img {
    /* max-height: 840px; min-height: 840px; */
    width: 100%;
    display: block;
    margin: 0 auto;
    display: none;
}
.project_cont_image_loop.col-lg-2 figure{ background-size: cover; background-repeat: no-repeat; background-position: center center; position: absolute; width: 100%; height: 100%}
.project_image_cont_lsit {
    list-style: none;
    padding: 0;
    margin: 0
}

.project_image_cont_lsit li {
    overflow: hidden;
}

.projet_hed,
.services_hed_cat,
.credits_hed {
    display: block;
    font-size: 14px;
    color: #00d3a8;
    letter-spacing: 0.12rem;
    text-transform: uppercase;
    padding-bottom: 9px;
}

.project_de_top h1 {
    font-size: 55px;
    font-size: 5.5rem;
    margin: 0;
    padding-bottom: 63px;
    font-family: 'Circular Std';
    font-weight: 500;
    font-style: normal;
}

.services_cat_list,
.credits_section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services_cat_list {
    padding-bottom: 29px;
}

.services_cat_list li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-size: 1.4rem;
    /* letter-spacing: 0.12rem; */
    margin-right: 21px;
    margin-bottom: 21px;
}

.services_cat_list li a {
    color: #FFF;
    display: block;
    line-height: 43px;
    padding: 0 43px;
    border: 1px solid #FFF;
    font-family: 'Circular Std Book';
    font-weight: 400;
    font-style: normal;
}

.services_cat_list li a:hover {
    background-color: #00d3a8;
    color: #FFF;
    border-color: #00d3a8;

    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.credits_section li {
    display: inline-block;
    font-size: 18px;
}

.credits_section li:after {
    content: ","
}

.credits_section li:last-child::after {
    content: "."
}

.project_cont_sec {
    padding-top: 17px;
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 13px;
}

.project_cont_sec p {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 13px;
}

.content_block_content {
    padding: 11%;
    color: #000
}

.content_block_content p {
    font-size: 43px;
    line-height: 55px;
}

.video_block {
    position: relative;
}

.video_block.col-lg-2 video {
    min-height: 100%;
    max-height: 100%;
    min-width: 50%;
}

.related_project_wrapper {
    overflow: hidden;
    clear: both;
    text-align: center;
    padding-top: 100px;
}

.rela_hed {
    margin: 0;
    color: #000002;
    font-size: 43px;
    font-family: 'Circular Std';
    font-weight: bold;
    font-style: normal;
    padding-bottom: 98px;
}
.related_loop{ height: 559px; position: relative; }
.rela_hed span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.12rem;
    font-family: 'Circular Std Book';
    font-style: normal;
    font-weight: normal;
    padding-bottom: 12px;
}

.related_loop {
    position: relative;
    overflow: hidden;
}

.related_loop img,
.related_loop video {
    width: 100%;
    max-width: 100%;
    display: block;
    height: auto;
    /* max-height: 599px; min-height: 599px; */
}
.img_projects{ position: absolute; top: 0; bottom: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover }
.related_loop img{ display: none; }
.related_loop video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: auto;
}

.re_pr_hed {
    position: absolute;
    left: 0;
    right: 0;
    top: 216px;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    padding: 0 8%;
    transform: translate3d(0, 15px, 0);
}

.re_pr_hed p {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'Circular Std Book';
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.12rem;
    margin: 0;
}

.related_loop:hover .re_pr_hed {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.related_loop:hover a {
    color: #FFF
}

.related_loop:hover .img_projects,
.related_loop:hover .project_video {
    opacity: 0.2
}

.new_project_bot {
    text-align: center;
    color: #FFF;
    background-color: #000;
    padding-top: 114px;
    padding-bottom: 106px;
}

.project_det_from_wrapper {
    background-color: #000;
    padding-top: 114px;
    padding-bottom: 71px;
}

.project_det_from_wrapper div.wpcf7-validation-errors,
.project_det_from_wrapper div.wpcf7-acceptance-missing {
    width: 50%;
    margin: 0 auto;
    display: block;
}

.project_det_from_wrapper .new_project_bot {
    padding: 0
}

.new_project_from_hed .cat_hed {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.12rem;
    font-family: 'Circular Std Book';
    font-weight: normal;
    font-style: normal;
}

.new_project_from_hed h3,
.new_project_from_hed .type-wrap {
    font-size: 43px;
    font-family: 'Circular Std';
    font-style: normal;
    font-weight: bold;
    padding-top: 38px;
    padding-bottom: 62px;
}

.new_project_form_wrapper .form-group {
    margin-bottom: 35px;
}

.new_project_form_wrapper input.form-control {
    border-radius: 0;
    box-shadow: none;
    height: 59px;
    font-size: 18px;
    padding-left: 26px;
    padding-right: 26px;
}

.new_project_form_wrapper textarea.form-control {
    border-radius: 0;
    box-shadow: none;
    font-size: 18px;
    height: 212px;
    margin-bottom: 78px;
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 22px;
}

.new_project_form_wrapper .submit-button-from {
    text-align: center;
    display: block;
    border: 1px solid #757a7b;
    width: 162px;
    height: 45px;
    line-height: 42px;
    background-color: #000;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 0.12rem;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 auto
}

.new_project_form_wrapper .submit-button-from:hover {
    background-color: #00d3a8;
    border-color: #00d3a8;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    color: #8a6d3b;
    padding: 15px;
    font-size: 16px;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

span.wpcf7-not-valid-tip {
    color: #a94442;
    padding: 15px;
    font-size: 16px;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.couldbe_next_section {
    /*  background-color: #000; */
    color: #FFF;
    position: relative;
    height: 500px;
}
.couldbe_next_section.block_full{ height: auto;}

.couldbe_next_section p {
    font-size: 43px;
    line-height: 50px;
    font-family: 'Circular Std';
    font-weight: bold;
    margin: 0;
}

.couldbe_next_section p a {
    display: block;
    width: 135px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFF;
    border: 1px solid #808080;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.12rem;
    margin: 0 auto;
    display: block;
    margin-top: 86px;
    font-family: 'Circular Std Book';
    font-weight: normal;
}



/* .block_half.couldbe_next_section{ height: 597px; } */

.block_half.couldbe_next_section p {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    padding: 23%;
}

.couldbe_next_section p a:hover,
.couldbe_next_section p a:focus {
    background-color: #00d3a8;
    color: #FFF;
    border-color: #00d3a8;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.couldbe_next_section.block_full p {
    display: block;
    vertical-align: middle;
    text-align: left;
    margin: 0;
    padding: 108px 0;
    margin: 0 10%;
    line-height: 38px;
}

.couldbe_next_section.block_full p a {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    float: right;
    /*    margin-right: 10% */
}

.project_de_top_container {
    padding-left: 133px;
    padding-right: 213px;
}



/*--------------------------------------------------------------
>>> About  Page
----------------------------------------------------------------*/

.about_top_section {
    padding-top: 95px;
    padding-bottom: 92px;
}

.about_top_container {
    padding-left: 134px;
    padding-right: 240px;
    /*  margin: 0 auto; width: 100%; max-width: 1600px; */
}

.about_top_section .page_heading {
    margin: 0;
    font-family: 'Circular Std';
    font-weight: 500;
    font-style: normal;
    font-size: 50px;
    font-size: 5rem;
    line-height: 53px;
    color: #000002;
    max-width: 88%;
    width: 100%;
}

.about_top_section .page_heading .smal_hed {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.12rem;
    color: #00d3a8;
    font-family: 'Circular Std Book';
    font-weight: normal;
    font-style: normal;
    padding-bottom: 8px;
}

.about_top_section .about_cont_section {
    padding-top: 47px;
}

.about_top_section .about_cont_section p {
    font-size: 22px;
    line-height: 30px;
    color: #000002;
    padding-bottom: 13px;
}

.tema_section ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.team_loop {
    margin-bottom: 42px;
    overflow: hidden;
}

.team_loop.col-lg-3,
.content_section_about_block.col-lg-3 {
    width: 25%;
    height: auto; padding: 0;
}

.team_loop img {
    width: 100%;
    /*  max-height: 420px; min-height: 420px; */
    display: block;
    margin: 0 auto
}

.team_loop figure {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #00d3a8;
    cursor: pointer;
}

.team_loop figure figcaption {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #FFF;
    font-size: 34px;
    line-height: 37px;
}

.team_loop figure figcaption p {
   position: absolute;
   /* top: 185px; */
  /*  left: 0;
  right: 0; */
   top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%); 
    opacity: 0; margin-bottom: 0;
    width: 100%;
    max-width: 354px;
   
}

.team_loop section {
    padding-left: 43px;
    padding-top: 41px;
}

.team_loop section h2 {
    margin: 0;
    color: #000002;
    font-size: 22px;
    font-size: 2.2rem;
    padding-bottom: 2px;
    /* letter-spacing: 0.12em */
}

.team_loop section span {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    color: #00d3a8;
    letter-spacing: 0.12rem
}

.team_loop:hover img {
    opacity: 0.2;
}

.team_loop:hover p {
    
    opacity: 1
}

.content_section_about_block {
    text-align: center;
    color: #FFF
}

.content_section_about_block p {
    font-size: 41px;
    line-height: 37px;
    margin: 0;
    padding: 0 11%;
    font-family: 'Circular Std';
    font-weight: bold;
    font-style: normal;
}

.inner_bloc_cont {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    margin: auto;
    margin-top: -50px;
}

.content_section_about_block.col-lg-3,
.content_section_about_block.col-lg-6,
.content_section_about_block.col-lg-9,
.content_section_about_block.col-lg-12 {
    min-height: 420px;
    position: relative;
    text-align: center;
    margin-bottom: 134px;
}

.content_section_about_block.col-lg-12 {
    margin-bottom: 0;
    height: auto;
    padding: 108px 0;
    min-height: inherit;
}

.inner_bloc_cont .knomore_button {
    display: inline-block;
    border: 1px solid #757a7b;
    text-transform: uppercase;
    color: #FFF;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: 'Circular Std Book';
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.12rem;
    line-height: 43px;
    padding: 0 36px;
    margin-top: 60px;
}

.inner_bloc_cont .knomore_button:hover,
.inner_bloc_cont .knomore_button:focus {
    background-color: #00d3a8;
    border-color: #00d3a8;
    color: #FFF;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.content_section_about_block.col-lg-12 .inner_bloc_cont {
    position: static;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    padding: 0 133px;
}

.content_section_about_block.col-lg-12 .inner_bloc_cont p {
    float: left;
    margin: 0;
    padding: 0;
    line-height: 43px;
}

.content_section_about_block.col-lg-12 .inner_bloc_cont .knomore_button {
    float: right;
    margin: 0
}

.about_page_wrapper .page-name-services.page_block,
.about_page_wrapper .page-name-Services.page_block p a {
    color: #FFF
}

.about_page_wrapper .service_cat li a,
.about_page_wrapper .service_cat li {
    color: #FFF
}

.awards_wrapper {
    clear: both;
    padding-top: 157px;
    padding-bottom: 168px;
    padding-left: 136px;
    padding-right: 136px;
    margin: 0 auto
}

.awards_wrapper h2 {
    margin: 0;
    font-size: 40px;
    font-family: 'Circular Std';
    font-weight: bold;
    font-style: normal;
    color: #000002;
    padding-bottom: 74px;
}

.awards_logoes {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.awards_logoes li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    width: 22%;
}

.awards_logoes li:nth-child(1) {
    margin-right: 86px;
}


/* .awards_logoes li:nth-child(4n+4) {
    margin-right: 0
}

.awards_logoes li:last-child {
    margin-right: 0
}

.awards_logoes li:nth-child(1) {
    margin-right: 81px;
}

.awards_logoes li:nth-child(2) {
    margin-right: 119px;
}

.awards_logoes li:nth-child(3) {
    margin-right: 142px;
} */

.awards_logoes li:nth-child(3) {
    margin-right: 58px;
}

.awards_logoes li:nth-child(3) img {
    margin: 0 auto;
    display: block;
    width: 50%
}

.contact_section_about {
    clear: both;
    width: 100%
}



/*--------------------------------------------------------------
>>> Services  Page
----------------------------------------------------------------*/

.services_top_section {
    padding-top: 102px;
    padding-bottom: 118px;
}

.services_top_container {
    padding-left: 136px;
    padding-right: 136px;
}

.services_top_section .page_heading {
    margin: 0;
    font-family: 'Circular Std';
    font-weight: 500;
    font-style: normal;
    font-size: 50px;
    font-size: 5rem;
    line-height: 53px;
    color: #000002;
    max-width: 80%;
    width: 100%;
}

.services_top_section .page_heading .smal_hed {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.12rem;
    color: #40debe;
    font-weight: normal;
    font-style: normal;
    padding-bottom: 8px;
}

.services_top_section .services_cont_section {
    padding-top: 47px;
}

.services_top_section .services_cont_section p,.contact_block_services .type-wrap.no_type p {
    font-size: 22px;
    line-height: 30px;
    color: #000002;
    padding-bottom: 13px;
}
.contact_block_services .type-wrap.no_type p{ padding-bottom: 0 }
.contact_block_services .type-wrap.no_type p.heading{ color: #FFF;    margin: 0;
    font-size: 43px;
    font-size: 4.3rem;
    line-height: 44px;
    font-family: 'Circular Std';
    font-weight: bold;
    font-style: normal; padding-bottom: 62px; }
.contact_block_services.col-lg-1 {
    height: auto;
    color: #FFF;
    text-align: center;
    padding-top: 113px;
    padding-bottom: 85px;
}
.wrap_two_column .contact_block_services section{
padding-left: 95px;
    padding-top: 96px;
    padding-right: 95px;
    padding-bottom: 89px; text-align: left;
}
.contact_block_services .type-wrap.type-wrap-yes {
    margin: 0;
    font-size: 43px;
    font-family: 'Circular Std';
    font-style: normal;
    font-weight: bold;
    padding-bottom: 63px;
}

.contact_block_services .service_cat {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 0 30px;
}

.contact_block_services .service_cat li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    font-size: 13px;
    line-height: 43px;
}
.contact_block_services .service_cat li a{ text-decoration: none; }
/* .contact_block_services .service_cat li a, */.contact_block_services .service_cat li button {
/*     display: block;
font-size: 14px;
font-size: 1.4rem;
color: #FFF;
font-weight: normal;
border: 1px solid #FFF;
line-height: 43px;
padding: 0 36px;
letter-spacing: 0.12rem;
text-decoration: none; */

    background-color: transparent;
    outline: none;
    border: none;
    text-align: center;
    color: #FFF;
    /* font-size: 15px; */
    font-size: 14px;
    font-size: 1.4rem;
    /* letter-spacing: 0.12rem; */
    line-height: 43px;
    display: block;
    border: 1px solid #FFF;
    padding: 0 20px;
    text-decoration: none;
    font-family: 'Circular Std Book';
    font-weight: 400;
    font-style: normal;
        border-radius: none;
        -webkit-appearance: none;
}
.contact_block_services .service_cat li button a{
   color: #FFF;  font-family: 'Circular Std Book';
    font-weight: 400;
    font-style: normal;
}
.contact_block_services .service_cat li button:hover {
    background-color: #00d3a8;
    border-color: #00d3a8;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    letter-spacing: 0.12rem;
}

.services_cat_block {
   /*  position: relative; */
    height: 100%;
    color: #FFF;
    /*     padding-left: 95px;
padding-top: 92px;
padding-bottom: 86px;
min-height: 559px; */
    padding-left: 95px;
    padding-top: 96px;
    padding-right: 95px;
    padding-bottom: 86px;
}

.services_cat_block h2 {
    margin: 0;
    font-size: 43px;
    font-size: 4.3rem;
    font-weight: 500;
    font-family: 'Circular Std';
    font-weight: bold;
    display: inline-block;
    margin-bottom: 36px;
}

.services_cat_block h2 span {
    display: inline-block;
    vertical-align: bottom;
    width: 21px;
    height: 4px;
    background-color: #FFF;
    content: "";
}

.services_cat_block p {
    font-size: 35px;
    font-family: 'Circular Std Book';
    font-weight: normal;
    line-height: 38px;
    width: 100%;
    /*   max-width: 66% */
}

.services_cat_block .more_button {
    border-width: 1px;
    border-style: solid;
    display: block;
    line-height: 43px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.12rem;
    width: 161px;
    /* margin-top: 121px; */
    color: #FFF;
    position: absolute;
    bottom: 86px;
}

.services_cat_block .more_button:hover {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}



.contact_block_services.col-lg-2,
.contact_block_services.col-lg-3 {
    height: auto !important;
}

.contact_block_services section h3 {
    color: #000002;
    margin: 0;
    font-weight: bold;
    padding-bottom: 19px;
}

.contact_block_services section p {
    font-size: 22px;
    line-height: 30px;
    color: #000002;
}

.servic_methode_block {
    clear: both;
    display: block;
}


/* .services_page_wrapper .project_image img {
    min-height: 559px;
} */


/*--------------------------------------------------------------
>>> Services Categories Page
----------------------------------------------------------------*/

.categories-header-banner {
    text-align: center;
    color: #FFF;
    position: relative;
}

.categories-header-banner figure {
    position: relative;
    height: auto;
    overflow: hidden;
    max-height: 802px;
    min-height: 802px;
}

.categories-header-banner figure img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.categories-header-banner figure figcaption {
    position: absolute;
    top: 50%;
    /* margin-top: 50px; */
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    color: #FFF;
    font-size: 60px;
    line-height: 67px;
    letter-spacing: -1px;
    font-family: 'Circular Std';
    font-weight: bold;
    font-style: normal;
}

.cat_top_section {
    padding-top: 110px;
}

.cat_top_container,
.ser_cat_cont_section {
    padding-left: 135px;
    padding-right: 140px;
    padding-bottom: 84px;
    overflow: hidden;
}



/* .cat_top_container{ padding-bottom: 100px } */

.ser_cat_left {
    float: left;
    width: 100%;
    max-width: 50%;
}

.ser_cat_right {
    float: right;
    max-width: 50%;
    width: 100%
}

.ser_cat_cont_section .col-2,
.ser_cat_cont_section .col-1 {
    padding-bottom: 42px;
}

.ser_cat_cont_section .col-2 {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}

.ser_cat_cont_section .col-2 p {
    padding-right: 5%
}

.page_title,
.intervention_hed {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.12rem;
    color: #00d3a8;
    text-transform: uppercase;
}

.cat_top_inner .cat_name {
    font-weight: bold;
    font-size: 60px;
    margin: 0;
    color: #000002;
    padding-top: 39px;
}

.intervention_section ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 43px;
}

.intervention_section li {
    font-size: 30px;
    line-height: 32px;
    color: #000002;
    margin-bottom: 25px;
    display: block;
    position: relative;
    padding-left: 24px;
}

.intervention_section .sidewise li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 267px;
    margin-right: 30px;
}
.intervention_section .sidewise li:before{
   display: inline-block;
    vertical-align: top;
    content: "_" ;
    margin-right: 5px;
    position: absolute;
    left: 0;
}
/* .intervention_section li:before {
    display: inline-block;
    vertical-align: bottom;
    border-bottom: 2px solid #000002;
    width: 15px;
    content: "";
    position: absolute;
    top: 24px;
    left: 0
} */

.cat_top_inner_cont_section {
    padding-top: 33px;
}

.cat_top_inner_cont_section p,
.cat_top_inner_cont_section h3,
.cat_top_inner_cont_section h2,
.ser_cat_cont_section p,
.ser_cat_cont_section h2 {
    font-size: 22px;
    line-height: 30px;
    color: #101012;
}

.cat_top_inner_cont_section p,
.ser_cat_cont_section p {
    padding-bottom: 13px;
}

.cat_top_inner_cont_section h3,
.cat_top_inner_cont_section h2,
.ser_cat_cont_section h2 {
    font-weight: bold;
    margin: 0;
    padding-bottom: 19px
}

.ser_cat_cont_section h2 {
    margin-top: 0
}


.select_projects_section {
    overflow: hidden;
    clear: both;
}

.select_projects_section .project-block {
    /* min-height: 560px; max-height: 560px; */
    padding: 0
}

.select_projects_section .project-block img {
    width: 100%;
    display: block;
    margin: 0 auto;
    display: none;
}

.more_projects {
    clear: both;
    background-color: #000002;
    padding: 108px 0;
    color: #FFF;
    overflow: hidden;
}

.more_projects_container {
    padding-left: 133px;
    padding-right: 133px;
}

.more_projects h2 {
    margin: 0;
    font-size: 43px;
    line-height: 44px;
    font-weight: bold;
    float: left;
}

.more_projects .morebutton {
    display: block;
    float: right;
    width: 163px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.12rem;
    font-size: 12px;
    font-size: 1.2rem;
    color: #FFF;
    border: 1px solid #757a7b;
    line-height: 44px;
}

.more_projects .morebutton:hover,
.more_projects .morebutton:focus {
    background-color: #00d3a8;
    border-color: #00d3a8;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.intervention_section {
    padding-top: 76px;
}

/* .intervention_section_content {
    padding-top: 31px;
}
 */
.intervention_section_content h2 {
    font-weight: bold;
}

.intervention_section_content p,
.intervention_section_content h2 {
    font-size: 22px;
    line-height: 30px;
    color: #101012;
    padding-bottom: 13px;
}
.intervention_section_content h2{
    padding-bottom: 0
}
/* 
.intervention_section_content p{

} */

/*--------------------------------------------------------------
>>> Testimonial
----------------------------------------------------------------*/

.cat_testimonial_wrapper {
    clear: both;
    width: 100%;
}

.cat_testimonial_wrapper.slick-dotted.slick-slider {
    margin-bottom: 0
}

.testimonial_slider_loop {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    /* height: 539px; */
}

.testimonial_slider_loop p,.testimonial_mid_section section {
    font-size: 43px;
    line-height: 47px;
    margin-bottom: 0
}

.text-left.testimonial_slider_loop p {
    width: 100%;
    max-width: 54%
}

.testimonial_slider_loop p:before,
.testimonial_slider_loop p:after {
    content:' " ';
    display: inline-block; font-size: 43px;font-weight: 500; font-family: 'Circular Std';
    background-position: 0 0;
    background-repeat: no-repeat;
    vertical-align: top;
}
.testimonial_slider_loop p:after{
    content: '" ',
}
.testimonial_slider_loop p:before {
    margin-right: 2px;
}

.testimonial_mid_section {
    width: 100%;
    display: table;
    padding-top: 108px; padding-bottom: 112px;
    /* height: 539px; */
}

.testimonial_mid_section section {
    display: table-cell;
    vertical-align: middle;
}

.tit_logo_com {
    padding-top: 47px;
}

.text-right.testimonial_slider_loop p {
    float: right;
    width: 100%;
    max-width: 54%;
}

.text-right.testimonial_slider_loop .tit_logo_com {
    width: 100%;
    max-width: 54%;
    float: right;
    clear: both;
}

.tit_logo_com h4,
.tit_logo_com span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.tit_logo_com span {
    margin-left: 15px;
}

.tit_logo_com h4 {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    margin-right: 11px;
}

.tit_logo_com h4:after {
    content: "/";
    color: #FFF;
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    right: -21px;
    top: 0;
}

 .tit_logo_com span.com_logo  {
    height: 70px; overflow: hidden;
} 

.cat_testimonial_wrapper .slick-dots {
    position: absolute;
    top: 50%;
    bottom: inherit;
    z-index: 6;
    right: 73px;
    left: inherit;
    width: 16px;
}

.cat_testimonial_wrapper .slick-dots li {
    display: block;
    font-size: 0;
    border: 1px solid #FFF;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    margin-bottom: 14px
}

.cat_testimonial_wrapper .slick-dots li button {
    display: none;
}

.cat_testimonial_wrapper .slick-dots li.slick-active {
    background-color: #FFF;
}



/*--------------------------------------------------------------
>>> News
----------------------------------------------------------------*/

.article-news-loop figure {
    overflow: hidden;
    /* min-height: 373px; max-height: 373px; */
}

.article-news-loop figure img {
    width: 100%;
    display: block;
    /* min-height: 373px; max-height: 373px; */
    margin: 0 auto
}

.article-news-loop section {
    padding-left: 66px;
    padding-right: 77px;
    padding-top: 59px;
    min-height: 477px;
}

.article-news-loop section .news_re_date {
    min-height: 24px;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    color: #00d3a8;
    text-transform: uppercase;
    letter-spacing: 0.12rem;
}

.article-news-loop section h2 {
    font-size: 35px;
    line-height: 37px;
    padding-top: 1px;
    font-family: 'Circular Std';
    font-weight: 500;
    font-style: normal;
}

.article-news-loop section h2 a {
    color: #000002
}

.article-news-loop section h2 a:hover {
    color: #000002;
    text-decoration: underline;
}

.article-news-loop section .entry-content {
    padding-top: 22px;
}

.article-news-loop section p {
    font-size: 16px;
    line-height: 22px;
    color: #000002;
    margin: 0;
    padding: 0
}

.news-page-wrapper .pagination {
    clear: both;
    text-align: center;
    width: 100%;
    padding: 0 94px;
    overflow: hidden;
}

.news-page-wrapper .pagination h2.screen-reader-text {
    display: none;
    margin: 0;
    padding: 0
}

.news-page-wrapper .nav-links .next,
.news-page-wrapper .nav-links .prev {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    color: #a9abac;
    font-weight: normal;
    line-height: 21px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.news-page-wrapper .page-numbers {
    font-size: 12px;
    color: #a9abac;
    margin: 0 5px;
    margin-top: -3px;
}

.news-page-wrapper .page-numbers:hover,
.news-page-wrapper .current {
    color: #000002;
    text-decoration: underline;
}

.news-page-wrapper .nav-links .next .screen-reader-text {
    float: right;
}

.news-page-wrapper .nav-links .next .screen-reader-text span {
    font-size: 20px;
    line-height: 25px;
    position: relative;
    top: 2px;
    padding-left: 10px;
}

.news-page-wrapper .nav-links .prev .screen-reader-text span {
    font-size: 20px;
    line-height: 25px;
    position: relative;
    top: 4px;
    padding-right: 10px;
}

.news-page-wrapper .nav-links .prev .screen-reader-text {
    float: left;
}

.news-page-wrapper .nav-links .prev:hover {
    background-position: 0 -21px;
    color: #000002
}

.news-page-wrapper .nav-links .next.page-numbers {
    padding-right: 34px;
    display: inline-block;
    float: right;
    background-position: right 0;
    margin-top: 0
}



/* .news-page-wrapper .nav-links .next.page-numbers:after{content: "\e90c"; font-family: 'icomoon';color: #a9abac; font-size: 13px;} */

.news-page-wrapper .nav-links .next:hover {
    background-position: right -21px;
    color: #000002
}



/*--------------------------------------------------------------
>>> News SUBSCRIBE
----------------------------------------------------------------*/

.news_sub_wrapper {
    background-color: #00a6ff;
    margin-top: 78px;
    text-align: center;
    color: #FFF;
    padding-top: 123px;
    padding-bottom: 118px;
}

.news_sub_wrapper h2.widget-title {
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 0.12rem;
    padding-bottom: 29px;
}

.news_sub_wrapper h3 {
    font-size: 43px;
    margin: 0;
    font-weight: 600;
    padding-bottom: 38px;
    font-family: 'Circular Std';
}

.news_sub_wrapper .tnp-subscription,.news_serb_wrapper,.widget_email-subscribers-form .emaillist {
    width: 100%;
    max-width: 1067px;
    margin: 0 auto;
    text-align: center;
    padding-top: 16px;
}

.news_sub_wrapper .tnp-subscription label,.news_sub_wrapper label,.news_sub_wrapper .es_lablebox{
    display: none;
    padding: 0;
    margin: 0
}

.widget_email-subscribers-form .emaillist .es-field-wrap label{ display: block; text-align: left;font-size: 18px;
    font-size: 1.8rem; font-weight: 400 }
.news_sub_wrapper .tnp-subscription .tnp-field,.news_sub_wrapper .es_textbox ,.widget_email-subscribers-form .emaillist .es-field-wrap {
    display: inline-block;
    width: 100%;
    max-width: 515px;
}
.widget_email-subscribers-form .emaillist  form{ margin: 0 -15px }
.widget_email-subscribers-form .emaillist .es-field-wrap{ padding: 0 15px }

.news_sub_wrapper .tnp-subscription .tnp-field.tnp-field-firstname,.news_sub_wrapper .es_textbox.es_textbox_name {
    float: left;
}

.news_sub_wrapper .tnp-subscription .tnp-field.tnp-field-email,.news_sub_wrapper .es_textbox.es_textbox_email {
    float: right;
}

.news_sub_wrapper .tnp-subscription input[type=text],
.news_sub_wrapper .tnp-subscription input[type=email],.news_sub_wrapper .es_textbox input,.widget_email-subscribers-form .emaillist .es-field-wrap input{
    height: 60px;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 26px;
    color: #8e9293;
    border-radius: 0; border: none;
    width: 100%;font-weight: 400

}

.news_sub_wrapper .tnp-subscription input::-webkit-input-placeholder {
    color: #8e9293
}

.news_sub_wrapper .tnp-subscription input::-moz-placeholder {
    color: #8e9293
}

.news_sub_wrapper .tnp-subscription input:-ms-input-placeholder {
    color: #8e9293
}

.news_sub_wrapper .tnp-subscription input:-moz-placeholder {
    color: #8e9293
}

.news_sub_wrapper .tnp-subscription .tnp-field.tnp-field-button {
    max-width: 100%
}

.news_sub_wrapper .tnp-subscription input.tnp-submit,.es_button input[type="submit"],.widget_email-subscribers-form input[type="submit"]{
    width: 163px;
    height: 45px;
    text-align: center;
    margin: 0 auto;
    line-height: 45px;
    padding: 0;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.12rem;
    color: #FFF;
    background-color: transparent;
    outline: none;
    border: 1px solid #FFF;
    margin-top: 83px;
    text-transform: uppercase;
}

.news_sub_wrapper .tnp-subscription input.tnp-submit:hover,.es_button input[type="submit"]:hover,.widget_email-subscribers-form input[type="submit"]:hover {
    background-color: #000;
    border-color: #000;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.news_sub_wrapper .es_msg{
  /*       width: 50%;
      margin: 0 auto;
      color: #3c763d;
      background-color: #dff0d8;
      border-color: #d6e9c6;
      padding: 15px; */
      color: #FFF;
      font-size: 12px;
      letter-spacing: 0.12rem
     /*  padding: 15px; */
}

/*--------------------------------------------------------------
>>> News Details
----------------------------------------------------------------*/

.news_det_banner {
    overflow: hidden;
    position: relative;
}

.news_det_banner img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.news_details .news_re_date {
    font-size: 14px;
    font-size: 1.4rem;
    color: #00d3a8;
    text-transform: uppercase;
    letter-spacing: 0.12rem;
    padding-bottom: 12px;
    display: block;
}

.news_details h1 {
    font-size: 50px;
    font-weight: 600;
    color: #000007;
    font-family: 'Circular Std';
}

.news_details .entry-content {
    padding-top: 19px;
    font-size: 22px;
    line-height: 30px;
    color: #000007;
}

.news_details .entry-content p {
    color: #000007;
    padding-bottom: 9px;
}
.news_details p a{text-decoration: underline; color: #000}
.news_details p a:hover{ text-decoration: none; }
.news_det_top {
    padding-top: 139px;
}

.news_det_top_container {
    padding-left: 135px;
    padding-right: 135px;
    padding-bottom: 99px;
    overflow: hidden;
    background-color: #FFF;
    position: relative;
}



/* .news_det_inner{background-color: #FFF; position: relative; z-index: 1} */

.wrap_two_column {
    width: 100%;
    display: table;
    overflow: hidden;
}

.post_det_loop.col-lg-2 {
    overflow: hidden;
    float: none;
    display: table-cell;
    vertical-align: top;
    height: auto;
    /* max-height: 880px; */
    position: relative;
    overflow: hidden;
    background-color: #000007
}

.post_det_loop.col-lg-1 {
    overflow: hidden;
    display: block;
    height: auto;
    vertical-align: top;
    width: 100%;
    position: relative;
    background-color: #FFF
}

.post_det_loop video {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

.post_det_loop img {
    width: 100%;
    display: block;
    margin: 0 auto;
    /* max-height: 841px; */
    /* min-height: 655px; */
}
.wrap_two_column .post_det_loop img { display: none; }
.wrap_two_column .post_det_loop  figure{ background-position: center center; background-repeat: no-repeat; background-size: cover; width: 100%; height: 100%;position: absolute; }
.section_image section,
.section_video section {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    margin: auto;
    color: #FFF;
    padding: 11%;
    margin-top: 0;
    opacity: 0;
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease;
}

.section_image:hover section {
    margin-top: -11%;
    opacity: 1;
}

.hover_section .section_image:hover img,
.hover_section .section_video:hover video {
    opacity: 0.5
}

.det_cont_fullcont {
    /* padding: 13%; */
    padding-left: 95px;
    padding-top: 96px;
    padding-right: 135px;
    padding-bottom: 89px;
    color: #000007;
}

.det_cont_fullcont h2 {
    margin: 0;
    font-size: 22px;
    /*color: #000007;*/
    font-weight: 600;
    padding-bottom: 21px;
    font-family: 'Circular Std';
}

.det_cont_fullcont p {
    font-size: 22px;

    line-height: 30px;
    padding-bottom: 13px;
}

.det_cont_fullcont p:last-child{ padding-bottom: 0; margin-bottom: 0; }

.det_cont_fullcont p span {
    line-height: normal;
}

.det_cont_fullcont p a {
    color: #000;
    text-decoration: underline;
}

.det_cont_fullcont p a:hover {
    text-decoration: none;
    color: #000
}



/*--------------------------------------------------------------
>>> Post Shar
----------------------------------------------------------------*/

.post_shar_wrapper {
    background-color: #ee3124;
    overflow: hidden;
    padding-top: 106px;
    padding-bottom: 106px;
    padding-left: 136px;
    padding-right: 136px;
}

.post_shar_inner {
    text-align: center;
}

.post_shar_wrapper h2 {
    margin: 0;
    color: #FFF;
    font-size: 43px;
    font-weight: 600;
    float: left;
    line-height: 52px;
}

.post_shar_inner div.addtoany_list {
    display: inline-block;
    vertical-align: middle;
    float: right;
}

.post_shar_inner div a {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin: 0 11.5px;
}

.post_shar_inner div a:hover {
    border: 1px solid rgba(255, 255, 255, 0.5);
}



/*--------------------------------------------------------------
>>> Cat List
----------------------------------------------------------------*/

.more_cat_wrapper {
    background-color: #000007;
    text-align: center;
    padding-top: 114px;
    padding-bottom: 128px;
}

.more_cat_wrapper h2 {
    margin: 0;
    color: #FFF;
    font-size: 43px;
    font-family: 'Circular Std';
    font-weight: bold;
    padding-bottom: 61px;
}

.more_cat_wrapper ul li {
    display: inline-block;
    margin: 0 11px;
}

.more_cat_wrapper ul li a {

    color: #FFF;
    font-size: 14px;
    font-size: 1.4rem;
    /*  letter-spacing: 0.12rem; */
    line-height: 43px;
    border: 1px solid #FFF;
    padding: 0 20px;
    font-family: 'Circular Std Book';
    font-weight: 400;
    font-style: normal;
    display: block;
}

.more_cat_wrapper ul li a:hover {
    border-color: #00d3a8;
    background-color: #00d3a8;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    letter-spacing: 0.12rem;
}



/*--------------------------------------------------------------
>>> News Related Post
----------------------------------------------------------------*/

.related_post_wrapper {
    padding-top: 77px;
}

.related_post_wrapper h2 {
    text-align: center;
    color: #000007;
    font-size: 43px;
    font-family: 'Circular Std';
    font-weight: bold;
}

.related_post_wrapper h2 span {
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.12rem;
    padding-bottom: 29px;
    font-family: 'Circular Std Book';
    font-weight: normal;
}

.related_post {
    padding-top: 85px;
}

.related_post_loop section {
    position: relative;
    background-color: #3cbda0;
    color: #FFF;
}

.related_post_loop section figure {
    overflow: hidden;
}

.related_post_loop section img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.related_post_loop section h2 {
    font-size: 43px;
    padding: 0 11%;
    color: #FFF;
    font-weight: bold;
   position: absolute;
    top: 40%;
    left: 50%;
transform: translate(-50%, 40%);
    margin: 0;
    width: 100%;
    opacity: 0
}

.related_post_loop section a {
    color: #FFF;
}

.related_post_loop:hover img {
    opacity: 0.1
}

.related_post_loop:hover h2 {
    opacity: 1;
    top: 50%;
     transform: translate(-50%, -50%);

}



/*--------------------------------------------------------------
>>> Jobe Style
----------------------------------------------------------------*/

.jobs_top {
    width: 100%;
    display: table;
    background-color: #28d8b2;
    color: #FFF
}

.jobs_top_let,
.jobs_top_right {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    height: 559px;
    position: relative;
}
.jobs_top_right figure{ background-position:center center; background-size: cover; background-repeat: no-repeat; position: absolute; width: 100%; height: 100%; }
.jobs_top_right img {
    width: 100%;
    display: block;
    margin: 0 auto;
    display: none;
}

.jobs_top_let section {
    padding-left: 95px;
    padding-top: 96px;
    padding-right: 95px;
    padding-bottom: 86px;
}

.jobs_top_let section h1 {
    position: relative;
    z-index: 1;
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.12rem;
    padding-bottom: 45px;
    font-family: 'Circular Std Book';
    font-weight: normal;
    font-style: normal;
}

.jobs_top_let section p {
    font-size: 43px;
    line-height: 47px;
    letter-spacing: -1px;
    font-family: 'Circular Std';
    font-weight: 500;
    font-style: normal;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

.jobs_loop {
    width: 100%;
    display: table;
    background-color: #28d8b2;
    color: #FFF
}

.jobs_loop_section {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    position: relative;
    height: 559px;
}



/* .jobs_loop:nth-child(even) .jobs_loop_section.jobs_cont_sec{ float: left; width: 50% }
.jobs_loop:nth-child(even) .jobs_loop_section.jobs_image{ float: right; width: 50% } */
.jobs_loop figure{ position: absolute; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position:center center; }
.jobs_loop img {
    width: 100%;
    margin: 0 auto;
    display: block;
    display: none;
}

.jobs_loop_section section {
    /* padding: 11%; min-height: 552px; */
    /* padding-left: 99px;
    padding-top: 93px */
    padding-left: 95px;
    padding-top: 96px;
    padding-right: 95px;
    padding-bottom: 86px;
}

.jobs_loop_section ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.jobs_loop_section li {
    font-size: 43px;
    line-height: normal;
/*     font-family: 'Circular Std'; */
    font-weight: normal;
    font-style: normal;
    margin-bottom: 2px;
    padding-left: 34px;
    position: relative;
}

/* .jobs_loop_section li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 37px;
    width: 21px;
    height: 3px;
    background-color: #FFF;
} */

.jobs_loop_section a {
    color: #FFF
}
.jobs_loop_section a:before{
    content: "_"; display: inline-block; vertical-align: top; margin-right: 14px; position: absolute; left: 0;
}
.jobs_loop_section a:hover {
    color: #FFF;
    text-decoration: underline;
}

.jobs_loop_section section h2 {
    margin: 0;
    font-size: 43px;
    font-size: 4.3rem;
    font-family: 'Circular Std';
    font-weight: bold;
    font-style: normal;
    padding-bottom: 31px;
}

.jobs_loop_section section p {
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0.12rem;
    position: absolute;
    bottom: 86px;
}



/*--------------------------------------------------------------
>>> Jobe Details Style
----------------------------------------------------------------*/

.job_details_container {
    padding-left: 134px;
    padding-right: 134px;
    overflow: hidden;
    background-color: #FFF;
    position: relative;
}

.job_details_top {
    overflow: hidden;
    padding-bottom: 115px
}

.job_details_top p:last-child {
    padding-bottom: 0
}
.job_details_top h3:first-child {
    padding-top: 0
}
.job_details_top_left,
.job_details_top_right {
    width: 100%;
    max-width: 50%;
    float: left;
}

.job_details_top_right {
    float: right;
}

.job_det_banner {
    position: relative;
}

.job_det_banner img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.job_det_banner section {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
   /*  margin-top: -50px; */
    text-align: center;
    color: #FFF;
}

.job_det_banner section h1 {
    margin: 0;
    font-weight: 600;
    font-size: 80px;
}

.job_det_banner section h2 {
    font-size: 60px;
    margin: 0;
    padding-top: 25px;
}

.job_details_top {
    padding-top: 115px;
}

.job_details_top h3 {
    margin: 0;
    color: #00d3a8;
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 20px;
    padding-top: 90px
}

.job_details_top p {
    font-size: 22px;
    line-height: 30px;
    color: #000007;
    padding-bottom: 13px;
}

.looking_for_section {
    padding-left: 40px;
    position: relative;
/*     min-height: 600px; */
}

.looking_for_section ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.looking_for_section ul li {
    font-size: 22px;
    line-height: 30px;
    color: #000007;
    margin-bottom: 19px;
}

.apply_button {
    display: block;
    cursor: pointer;
    width: 161px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #FFF;
    letter-spacing: 0.12rem;
    font-size: 12px;
    font-size: 1.2rem;
    background-color: #00d3a8;
    margin-top: 18px;
    position: absolute;
    bottom: 0
}

.apply_button.mg-top {
    margin-top: 18px;
}

.apply_button:hover,
.apply_button:focus {
    background-color: #000007;
    color: #FFF;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.job_apply_wrapper {
    background-color: #000007;
    color: #FFF;
    text-align: center;
    padding-top: 114px;
    padding-bottom: 124px;
}

.job_apply_wrapper .smal_hed {
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.12rem;
    display: block;
    padding-bottom: 36px;
}

.job_apply_wrapper .type-wrap {
    margin: 0;
    font-size: 43px;
    line-height: normal;
    /* width: 30%; */
    margin: 0 auto;
    display: block;
    font-weight: 600;
    color: #FFF
}

.job_form_wrapper {
    width: 100%;
    max-width: 1065px;
    margin: 0 auto;
    padding-top: 80px;
}

.job_form_wrapper .form-control {
    border: none;
    box-shadow: none;
    height: 59px;
    border-radius: 0;
    font-size: 18px;
    color: #999999;
    padding-left: 24px;
}

.phone_pan {
    position: relative;
}

.countrycode {
    position: absolute;
    z-index: 1;
    left: 0;
    height: 59px;
    border: none;
    outline: none;
    text-align: left;
    width: 80px;
    background-color: #e6e6e6;
    color: #000007;
    font-size: 18px;
    padding-left: 22px;
    padding-right:8px;
}

.job_form_wrapper p {
    padding: 0;
    margin: 0;
}

.job_form_wrapper .form-group {
    margin-bottom: 35px;
}

.job_form_wrapper input[type="tel"].form-control {
    padding-left: 102px;
}

.job_form_wrapper textarea.form-control {
    height: 210px;
    resize: none;
    padding-top: 21px;
}

.job_form_wrapper .applybutton {
    border: 1px solid #767a7b;
    width: 162px;
    height: 45px;
    text-align: center;
    outline: none;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 0.12rem;
    line-height: 45px;
    background-color: transparent;
    margin-top: 85px;
}

.job_form_wrapper .applybutton:hover {
    background-color: #00d3a8;
    color: #FFF;
    border-color: #00d3a8;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.job_form_wrapper .form-control::-webkit-input-placeholder {
    color: #999999;
}

.job_form_wrapper .form-control::-moz-placeholder {
    color: #999999;
}

.job_form_wrapper .form-control:-ms-input-placeholder {
    color: #999999;
}

.job_form_wrapper .form-control:-moz-placeholder {
    color: #999999;
}

.phone_countrycode {
    position: absolute; left: 0;
    width: 140px;
}

.phone_countrycode .wpcf7-form-control-wrap{ position: static; }

.phone_countrycode input[type=number]::-webkit-inner-spin-button,
.phone_countrycode input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.phone_countrycode input[type=number] {
    -moz-appearance: textfield;
}

.phone_countrycode input:focus {
    outline: 0;
}

.quantity-nav {
    position: relative;
    height: 58px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
}

.quantity-button.quantity-up {
    position: absolute;
    right: 15px;
    top: 16px;
    z-index: 1;
    font-size: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6.5px 11.3px 6.5px;
    border-color: transparent transparent #00d3a8 transparent;
    line-height: 0px;
    _border-color: #000000 #000000 #00d3a8 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.quantity-button.quantity-down {
    position: absolute;
    right: 15px;
    bottom: 16px;
    z-index: 1;
    font-size: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11.3px 6.5px 0 6.5px;
    border-color: #00d3a8 transparent transparent transparent;
    line-height: 0px;
    _border-color: #00d3a8 #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.phone_countrycode:before {
    content: "+";
    position: absolute;
    left:5px;
    color: #000001;
    z-index: 2;
    font-size: 22px;
    line-height: 59px;
}

.job_form_wrapper select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: pointer;
    background-image: url(../images/Asset8.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 24px
}

.job_form_wrapper select.form-control::-ms-expand {
    display: none;
}

.job_form_wrapper select.form-control option {
    padding: 0;
    font-size: 16px;
}



/*--------------------------------------------------------------
>>> Browse-Button Custome
----------------------------------------------------------------*/

.browse-button-txt {
    height: 59px;
    font-size: 13px;
    color: #fff;
    border: none;
    background: #00d3a8;
    background-repeat: repeat-x;
    line-height: 59px;
    display: block;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    padding: 0 45px;
    letter-spacing: 0.12rem
}

#uploadFile {
    border: none;
    float: left;
    text-align: left;
    position: relative; background-color: #FFF;background-image: none;
    line-height: 59px;
    width: 100%;
    padding: 0px 12px;
    padding-left: 25px;
    font-size: 18px;
    color: #999999;
    /* opacity: 1;  */
}
.uploadFiletext::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999999; opacity: 1;
}
.uploadFiletext::-moz-placeholder { /* Firefox 19+ */
  color: #999999;opacity: 1;
}
.uploadFiletext:-ms-input-placeholder { /* IE 10+ */
  color: #999999;opacity: 1;
}
.uploadFiletext:-moz-placeholder { /* Firefox 18- */
  color: #999999;opacity: 1;
}
.uploadBtn {
    position: absolute;
    top: 0;
    right: 14px;
    cursor: pointer;
}

.fileUpload input.upload {
    position: absolute;
    top: -59px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 60;
    width: 165px;
    height: 58px;
    filter: alpha(opacity=0);
    cursor: pointer;
    display: block;
    letter-spacing: 0.12rem
}

.fileUpload+p {
    clear: both;
    position: absolute;
    width: 100%;
    margin-top: 15px;
    font-size: 12px;
    font-size: 1.2rem;
}

#uploadFile::-webkit-input-placeholder {
    color: #8e9293;
}

#uploadFile::-moz-placeholder {
    color: #8e9293;
}

#uploadFile:-ms-input-placeholder {
    color: #8e9293;
}

#uploadFile:-moz-placeholder {
    color: #8e9293;
}



/*--------------------------------------------------------------
>>> Contact Page
----------------------------------------------------------------*/


/* .page-template-template-contact .banner_slider_inner .banner_con_button{ margin-top: 0; }
.page-template-template-contact .banner_slider_inner .banner_con_button{ top: 41% }
.page-template-template-contact .banner_slider_inner .typewrite{ min-height: 67px; } */

.page-template-template-contact .banner_slider_inner .banner_content {
    width: 100%;
    font-size: 55px;
    font-size: 5.5rem;
    line-height: 57px;
    line-height: 5.7rem;
    padding-top: 0;
    max-width: 1053px;
}

.page-template-template-contact .banner_slider_inner .banner_content p {
    display: block;
    padding-top: 28px;
}

.page-template-template-contact .mailbutton {
    margin-top: 50px;
    text-transform: lowercase;
    font-weight: 400;
    font-family: 'Circular Std Book'; letter-spacing: normal; font-size: 15px;
}

.address_loop_section {
    width: 100%;
    display: table;
    height: auto;
    overflow: hidden;
}

.address_map,
.address_content_section {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    color: #FFF;
    position: relative;
    overflow: hidden;
    height: 559px;
}

.acf-map {
    width: 100%;
    height: 560px;
}

.address_content_section section {
    /*   padding-left: 94px;
  padding-top: 93px;
  padding-right: 72px;
  padding-bottom: 85px; */
    padding-left: 95px;
    padding-top: 96px;
    padding-right: 96px;
    padding-bottom: 86px;
}

.address_content_section h2 {
    margin: 0;
    font-size: 43px;
    font-family: 'Circular Std';
    font-weight: bold;
    font-style: normal;
    padding-bottom: 4px;
    position: relative;
    z-index: 1
}

.address_content_section p {
    font-size: 43px;
    line-height: 47px;
    letter-spacing: -1px;
/*     font-family: 'Circular Std'; */
    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}
.address_content_section p a{ color: #FFF }
.email_button {
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 1);
    display: inline-block;
    color: #FFF;
    font-size: 15px;
    line-height: 45px;
    padding: 0 34px;
    position: absolute;
    bottom: 86px;
    z-index: 1
}

.email_button:hover,
.email_button:focus {
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 1);
    color: #FFF;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.hoversec_image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background-color: #000; background-size: cover; background-position:center center; background-repeat: no-repeat;
}

.hoversec_image img {
    width: 100%;
    /* max-height: 560px; min-height: 560px */
    display: none;
}

.address_content_section:hover .hoversec_image {
    opacity: 1
}

.address_content_section:hover .hoversec_image img {
    opacity: 0.7
}

.hoversec_video {
    opacity: 0
}

.hoversec_video video {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}



/* .address_loop_section:nth-child(even) .address_map{ float: right; }
.address_loop_section:nth-child(even) .address_content_section{ float: left; } */


/*--------------------------------------------------------------
>>> Banner
----------------------------------------------------------------*/

.error-404 {
    margin: 15% 0;
    text-align: center;
}

.error-404 h1 {
    text-transform: uppercase;
    font-weight: 600;
    color: #00d3a8;
    letter-spacing: 2px;
    line-height: normal;
}

.error-404 h1 span {
    display: block;
    font-size: 99px;
}

.new_project_form_wrapper .form-group.no-bot-marg{ margin-bottom: 0 }
div.wpcf7-mail-sent-ok {
    width: 50%; margin: 0 auto !important; border: none !important; outline: none; color: #FFF; padding: 0; font-size: 12px; letter-spacing: 0.12rem;
 /*    margin: 0 auto;
 color: #3c763d;
 background-color: #dff0d8;
 border-color: #d6e9c6;
 padding: 15px; */
}

.news_details .addtoany_list.a2a_kit_size_32 a {
    font-size: 25px;
    line-height: 45px;
    padding: 0;
    width: 45px;
    height: 45px;
    color: #FFF;
}

.news_details .addtoany_list.a2a_kit_size_32 a span {
    display: none;
}

.news_details .addtoany_list.a2a_kit_size_32 a:before {
    font: normal normal normal 25px/1 FontAwesome;
}

.news_details .addtoany_list.a2a_kit_size_32 a.a2a_button_linkedin:before {
    content: "\f0e1";
}

.news_details .addtoany_list.a2a_kit_size_32 a.a2a_button_facebook:before {
    content: "\f09a";
}

.news_details .addtoany_list.a2a_kit_size_32 a.a2a_button_twitter:before {
    content: "\f099";
}


/* .image_video_block figure.bg-paralux{ background-position: center top; background-repeat: no-repeat; background-attachment: fixed; background-size: cover; height:600px;} */

.parallax-container {
    position: relative;
    overflow: hidden;
    height: 560px;
}

.parallax-container .parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.parallax-container .parallax img {
    opacity: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
.cat-wrapper{ background-color: #FFF; position: relative; }

div.wpcf7 .ajax-loader{background-image: url(../images/gif-load.gif); width: 40px; height: 60px; background-repeat: no-repeat; background-position: center center}
.figcaption-cat{ position: relative; min-height: 134px; position: relative; }
.figcaption-cat span{ position: absolute; left: 0; right: 0; top: 25%; margin: auto; display: block; bottom: 0; }
/* .about_page_wrapper .content-article{ height: 599px; } */
.about_page_wrapper .service_cat{ margin-top: -17px; }
.bg-col{ background-color: #000 }
/* .product_list_loop{ opacity: 0; } */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{ background-color: #FFF }
.job_form_wrapper .form-group.no-bot-marg{ margin-bottom: 0 }
.cat_testimonial_bg{ background-color: #000 }
.for-home-mobile-onli{ display: none; }
