@import url('../../../../font-awesome/4.7.0/css/font-awesome.min.css');
@import url("https://hello.myfonts.net/count/39f65a");
@font-face {
    font-family: 'HelveticaNowText-Light';
    src: url('../fonts/39F65A_0_0.eot');
    src: url('../fonts/39F65A_0_0.eot#iefix') format('embedded-opentype'), url('../fonts/39F65A_0_0.woff') format('woff2'), url('../fonts/39F65A_0_0.woff') format('woff'), url('../fonts/39F65A_0_0.ttf') format('truetype');
}

@font-face {
    font-family: 'HelveticaNowText-ExtraBold';
    src: url('../fonts/39F65A_1_0.eot');
    src: url('../fonts/39F65A_1_0.eot#iefix') format('embedded-opentype'), url('../fonts/39F65A_1_0.woff') format('woff2'), url('../fonts/39F65A_1_0.woff') format('woff'), url('../fonts/39F65A_1_0.ttf') format('truetype');
}

@font-face {
    font-family: 'HelveticaNowMicro-Regular';
    src: url('../fonts/39F65A_2_0.eot');
    src: url('../fonts/39F65A_2_0.eot#iefix') format('embedded-opentype'), url('../fonts/39F65A_2_0.woff') format('woff2'), url('../fonts/39F65A_2_0.woff') format('woff'), url('../fonts/39F65A_2_0.ttf') format('truetype');
}

body {
    font-family: 'HelveticaNowText-Light';
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 26px;
    background: #F2F2F2;
    /*background: #1A2A3F;*/
}

.darkblue {
    background: #1A2A3F;
    color: white;
}

.retropetrol {
    background: #027e8c;
    color: white;
}

.technoteal {
    background: #03a5a5;
    color: white;
}

.black {
    background: black;
    color: white;
}

.heavyred {
    background: #d81e2d;
    color: white;
}

h1,
h3,
h4,
h5,
h6 {
    font-family: 'HelveticaNowText-ExtraBold';
    font-weight: 400;
    letter-spacing: -0.25px;
}

h2 {
    font-family: 'HelveticaNowText-ExtraBold';
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #03a5a5;
    /*26F2DD;*/
    font-weight: 600;
}

hr {
    margin-top: 35px;
    margin-bottom: 35px;
    border-top: 0px;
}

a:hover {
    color: #26f2dd;
    text-decoration: underline !important;
}

strong {
    font-weight: 600;
}

.blacktext {
    color: black;
}

.bluelinks a {
    color: #26f2dd;
}


/*// Hero video //*/

.full-screen-video {
    z-index: -100;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero_content {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
}


/*// Partners //*/

.partners {
    padding: 50px 0px;
    float: left;
    width: 100%;
}

.partners-grid {
    width: 12.5%;
    padding: 5px;
    box-sizing: border-box;
    float: left;
    text-align: center;
}

.partners-grid .image_holder {
    background-color: rgba(255, 255, 255, 0.051);
    padding: 10px;
    border-radius: 8px;
}

@media(max-width:980px) {
    .partners-grid {
        width: 25%;
    }
}

@media(max-width:480px) {
    .partners-grid {
        width: 50%;
    }
}


/*//// PORTFOLIO EXTRA //*/

.portfolio-container {
    background: #f2f2f2;
    color: black;
}

.portfolio-container .container {
    padding-top: 50px;
    padding-bottom: 60px;
}

.portfolio-container h2 {
    font-size: 28px;
    color: #03a5a5;
}

.portfolio-container .light {
    background-color: white;
}

.mid {
    background-color: #e1e1e1;
}

.dark {
    background-color: #1A2A3F;
    color: white;
}

.t-right {
    text-align: right;
}

@media(max-width:768px) {
    .t-right {
        text-align: left;
    }
}


/*/////////////////////////Reset vc//////////////*/

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0px !important;
}

.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0px !important;
}


/*//////////////////////////////// typography////////////////////*/

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 10px 0px;
    margin: 0;
}

h1 {
    font-size: 50px;
    line-height: 60px;
}

h2 {
    font-size: 40px;
    line-height: 50px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
    line-height: 31px;
}

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


/*//////////////////////////////// buttons////////////////////*/

.button-light {
    padding: 10px 30px;
    display: inline-block;
    color: #313131;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #313131;
    text-decoration: none;
    background: transparent;
}

.button-light:focus {
    text-decoration: none;
    color: #313131;
}

.button-light i {
    margin-left: 15px;
}

.button-light:hover {
    background: #313131;
    color: #fff;
    text-decoration: none;
}

.button-dark {
    padding: 10px 30px;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #fff;
    text-decoration: none;
    background: transparent;
}

.button-dark i {
    margin-left: 15px;
}

.button-dark:focus {
    text-decoration: none;
    color: #fff;
}

.button-dark:hover {
    background: #fff;
    color: #1A2A3F;
    text-decoration: none;
}

.button-dark-rounded {
    padding: 10px 30px;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    background: #1A2A3F;
    border-radius: 0px;
    outline: none;
    border: 0;
}

.button-dark-rounded i {
    margin-right: 15px;
}

.button-dark-rounded:focus {
    text-decoration: none;
    color: #fff;
}

.button-dark-rounded:hover {
    background: #fff;
    color: #1A2A3F;
    text-decoration: none;
}

.button_outline {
    padding: 10px 30px;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #fff;
    text-decoration: none;
    background: transparent;
    color: #fff;
}

.button_outline:hover {
    padding: 10px 30px;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #fff;
    text-decoration: none !important;
    background: #fff;
    color: #26F2DD;
}


/*///////////////////// Header/////////////////////*/

.header {
    width: 100%;
    float: left;
    position: absolute;
    z-index: 999;
    transform: translateZ(0);
    transition: all 0.5s;
}

.header .navbar {
    margin-bottom: 0px;
}

.header .navbar-header {
    height: auto;
}

.header .navbar-brand {
    height: auto;
}

.my_navbar .navbar-toggle {
    padding-top: 25px
}

.my_navbar .icon-bar {
    background: #fff;
}

.my_navbar {
    border: 0;
    height: auto;
}

.my_navbar li a {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.my_navbar li.active a,
.my_navbar li a:hover {
    color: #26F2DD;
    background: transparent;
    position: relative;
}

.my_navbar li.active a:after {
    position: absolute;
    content: "]";
    right: 0;
}

.my_navbar li.active a:before {
    position: absolute;
    content: "[";
    left: 0;
}

.my_navbar li a:focus {
    background: transparent;
    color: #fff;
}

.header .navbar-nav {
    padding-top: 15px;
}

.header_fixed {
    background: rgba(2, 126, 140, 0.7);
    position: fixed;
    animation: slide-down 0.7s;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}

@media(max-width:768px) {
    .header .navbar-collapse {
        background: #fff;
    }
    .header .navbar-nav {
        padding-top: 0px;
    }
    .my_navbar li a {
        color: #313131;
    }
}

.hero {
    width: 100%;
    float: left;
    position: relative;
    height: 50vh;
    background-image: url(../img/hero.jpg);
    background-position: center top;
    background-size: cover;
    display: flex;
    align-items: center;
    color: #fff;
}


/*/////////////// Theme////////////////////*/

.dark_theme {
    color: #fff;
}

.light_theme {
    color: #313131;
}

span,
strong {
    color: #26F2DD;
}

.flex-center {
    display: flex;
    align-items: center;
}


/*/////////////// Tab ////////////////////*/

.bg-nav {
    width: 100%;
    float: left;
    background: rgba(49, 49, 49, 0.8);
    position: absolute;
    z-index: 1;
    left: 0;
}

.tom_tab {
    width: 100%;
    float: left;
    box-sizing: border-box;
}

.tom_tab li {
    width: 33.33%;
    float: left;
    height: 120px;
    background-size: cover;
    background-position: center;
}

.tom_tab li a {
    height: 120px;
    background: transparent;
    color: #fff;
    font-weight: 400;
    font-size: 35px;
    line-height: 120px;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.tom_tab li.active a:after {
    content: "]";
    font-family: fontawesome;
    position: absolute;
    right: 0;
    font-size: 50px;
}

.tom_tab li.active a:before {
    content: "[";
    font-family: fontawesome;
    position: absolute;
    left: 0;
    font-size: 50px;
}

.tom_tab li a:hover,
.tom_tab li.active a {
    background: transparent;
    color: #26F2DD;
    text-align: center;
    text-decoration: none !important;
}

.tom_tab li:hover a {
    text-decoration: none;
}

.vc_row.vc_row-flex {
    background-position: top center !important;
}

.tile {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.scale-anm {
    transform: scale(1);
}

.tile img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

div.wpcf7-mail-sent-ok {
    width: 100%;
    float: left;
}


/*/////////////////////Home Sections/////////////////////*/

.full-width {
    width: 100%;
    float: left;
    position: relative;
}

.tom_section1 {
    background-image: url(../img/bg1.jpg);
    background-position: center top;
    background-size: cover;
    padding: 70px 0px;
    width: 100%;
    float: left;
    position: relative;
}

.tom_section2 {
    width: 100%;
    float: left;
    position: relative;
}

.tom_section2 .heading_area {
    padding: 30px 0px;
    background-color: #f6f6f6;
    width: 100%;
    float: left;
    position: relative;
    text-transform: uppercase;
    text-align: center;
}

.tab-pane .row {
    min-height: 300px;
}

.bg1 {
    padding: 50px 0px;
    background: url(../img/bg_tab1.jpg) no-repeat center;
    background-size: cover;
}

.bg2 {
    padding: 50px 0px;
    background: url(../img/bg_tab2.jpg) no-repeat center;
    background-size: cover;
}

.bg3 {
    padding: 50px 0px;
    background: url(../img/bg_tab3.jpg) no-repeat center;
    background-size: cover;
}

.tom_testimonial {
    background-image: url(../img/bg2.jpg);
    background-position: center top;
    background-size: cover;
    padding: 70px 0px;
    width: 100%;
    float: left;
    position: relative;
    background-attachment: fixed;
}


/*/////////////////////Carousel Testimonials/////////////////////*/

.tom-testimonial-cara {
    width: 100%;
    float: left;
    padding-top: 10px;
}

.tom-testimonial-cara .slick-slide {
    padding: 0px 15px;
    outline: none;
}

.testimoni {
    display: block;
    border-radius: 0px;
}

.theader {
    display: table;
    vertical-align: middle;
}

.theader .image_avatar {
    display: table-cell;
    vertical-align: middle;
}

.theader .t_author {
    display: table-cell;
}

.theader .t_author h4 {
    color: #26F2DD;
    padding: 0px;
    font-size: 20px;
}

.theader .t_author p {
    color: #fff;
    font-size: 14px;
    padding: 0px;
}

.t_content {
    color: #fff;
    padding-top: 0px;
}

.slick-prev {
    position: absolute;
    top: 0;
    right: 50px;
    border: 0;
    background: transparent;
    outline: none;
    font-size: 32px;
    margin-top: 0px;
}

.slick-next {
    position: absolute;
    top: 0;
    right: 15px;
    border: 0;
    background: transparent;
    outline: none;
    font-size: 32px;
    margin-top: 0px;
}

@media(max-width:768px) {
    .bg1,
    .bg2,
    .bg3 {
        background: #fff;
        padding: 15px 0px;
    }
    .flex-center {
        display: block;
    }
}


/*/////////////////////Blogs/////////////////////*/

.widget ul li a {
    color: #03A5A5;
}

.tom_blog_section {
    background: #fff;
    padding: 70px 0px;
    width: 100%;
    float: left;
    position: relative;
}

.tom_posts {
    background: #027e8c;
    margin: 5px 0px;
    width: 100%;
    float: left;
    position: relative;
}

.post-list-description a {
    font-weight: 400;
    color: white;
    font-size: 20px;
}

.post-list-description {
    padding-top: 30px;
}

.tom_posts .post_thumnail {
    width: 100%;
    float: left;
    min-height: 300px;
}

.tom_posts .post_thumnail img {
    width: 100% !important;
    height: 300px;
    object-fit: cover;
}

.tom_posts .post_title {
    color: #26F2DD;
    padding: 7px 30px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
}

.tom_posts .post_title h4 {
    font-size: 25px;
    font-weight: 600;
    line-height: 29px;
}

.tom_posts .post_title a {
    color: #fff;
}

.tom_posts .post_title a:hover {
    color: #26F2DD;
    text-decoration: none !important;
}

.tom_posts .post_content {
    padding: 15px 30px 30px 30px;
    width: 100%;
    box-sizing: border-box;
}

.pa-blgt1-top-sec {
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}

.empty_space {
    height: 35px;
    width: 100%;
    float: left;
    position: relative;
    bottom: 15px;
}


/*///////////////////contact///////////*/

.tom_contact_section {
    background: none;
    padding: 70px 0px;
    width: 100%;
    float: left;
    position: relative;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
select {
    height: 45px !important;
    outline: none !important;
    width: 100%;
    border-radius: 0px;
    text-indent: 5px;
    border-bottom: 1px solid white;
    background: none;
    color: white;
}

::placeholder {
    color: white;
    opacity: 0.5;
}

// Recaptcha restyle
div.rc-anchor-light {
    background: none !important;
    color: white !important;
}

textarea {
    height: 100px !important;
    resize: none;
    outline: none !important;
    padding-top: 10px;
    color: white !important;
    border: 0;
    width: 100%;
    border-radius: 0px;
    text-indent: 5px;
    border-bottom: 1px solid white;
    background: none;
}

input[type="submit"] {
    text-transform: uppercase;
    background: none;
    color: #fff;
    padding: 7px 30px;
    border: 1px solid white;
    border-radius: 0px;
}

input[type="submit"]:hover {
    text-transform: uppercase;
    background: #fff;
    color: #1A2A3F;
    padding: 7px 30px;
    border: 0;
    border-radius: 0px;
}

.menu-select,
.wpcf7-form-control-wrap {
    color: #676767 !important;
}

.menu-select,
.wpcf7-form-control-wrap {
    color: #676767 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    width: 100%;
    float: left;
}

span.wpcf7-not-valid-tip {
    color: #000 !important;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #fff !important;
}

.footer {
    width: 100%;
    float: left;
    position: relative;
    background: none;
    /*#1A2A3F;*/
    color: #fff;
    padding: 30px 0px;
    font-size: 12px;
}

input:-internal-autofill-selected {
    background: none;
}

.footer .social {
    display: block;
    text-align: right;
    padding: 10px 0px;
}

.footer .social li {
    display: inline-block;
    padding: 0px 5px;
}

.footer .social li a {
    display: block;
    font-size: 18px;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 3px;
    color: #fff;
}

.facebook {
    background: #39599f;
}

.twitter {
    background: #55acee;
}

.googleplus {
    background: #de4b39;
}

div.wpcf7 .ajax-loader {
    display: block !important;
}

.semihero {
    height: 50vh;
}

@media(max-width:768px) {
    .footer .social,
    .footer {
        text-align: center;
    }
}

.hero_inner {
    width: 100%;
    float: left;
    position: relative;
    height: 66vh;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    color: #fff;
    text-align: center;
    background-color: #1a2a3fa8;
    background-blend-mode: multiply;
}


/*////////////////////////// Portfolio///////////////////////////////*/

.thumb_holder {
    width: 100%;
    position: relative;
    float: left;
    overflow: hidden;
    margin-bottom: 15px;
}

.post_overlay {
    background: rgba(38, 242, 221, 0.50);
    width: 100%;
    position: absolute;
    float: left;
    height: 100%;
    top: 0;
    left: 0;
    min-height: 100%;
    z-index: 1;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    opacity: 0;
}

.thumb_holder:hover .post_overlay {
    opacity: 1;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}

.post_overlay:hover .post-thumbnail img {
    transform: scale(1.2);
}

.portfolio_box {
    width: 100%;
    position: relative;
    float: left;
    margin: 5px 0px;
    overflow: hidden;
}

.portfolio_box .portfoio_image {
    width: 100%;
    position: relative;
    float: left;
}

.portfolio_box .portfoio_image img {
    transition: transform .2s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio_box .portfolio_overlay {
    background: rgba(38, 242, 221, 0.50);
    width: 100%;
    position: absolute;
    float: left;
    height: 100%;
    top: 0;
    left: 0;
    min-height: 100%;
    z-index: 1;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    opacity: 0;
}

.portfolio_box .portfolio_content {
    width: 100%;
    position: absolute;
    float: left;
    left: 0;
    bottom: 15px;
    padding: 15px;
    color: #fff;
    z-index: 2;
    box-sizing: border-box;
}

.portfolio_content h3 {
    font-size: 20px;
    padding: 0px;
    line-height: 24px;
    text-shadow: black 0 0 4px;
    letter-spacing: 0px;
}

.portfolio_content p {
    padding: 0;
    text-shadow: black 0 0 4px;
    font-size: 12px;
}

.portfolio_box:hover .portfolio_overlay {
    opacity: 1;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}

.portfolio_box:hover .portfoio_image img {
    transform: scale(1.2);
}

.related {
    text-align: center;
    width: 100%;
    float: left;
    background: none;
    margin: 30px 0px 15px 0px;
}

.read_more_btn {
    color: #26F2DD;
    font-size: 18px;
}

.spacer {
    width: 100%;
    float: left;
    position: relative;
    height: 50px;
    clear: both;
}

.widget {
    width: 100%;
    float: left;
}

.widget ul,
.widget ul li {
    display: block;
}

.widget ul li {
    padding: 10px 0px;
    border-bottom: 1px dashed #E5E5E5;
}

.widget {
    font-size: 14px;
}

.widget-title {
    border-bottom: 3px solid #26F2DD;
}

.form-group {
    display: flex;
    padding-top: 15px;
}

.form-group .form-control {
    border: 1px solid #ccc;
}

.form-group .submit {
    margin-left: -4px;
    background: #313131;
}


/*///////////////////// Posts ///////////////////////////*/

.tom_posts .post-thumbnail {
    overflow: hidden;
}

.tom_posts .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-list-description {
    padding: 15px;
}

.post-list-description h2 {
    font-size: 25px;
    line-height: 25px;
}

.gap30 {
    padding: 30px 0px;
}

.small-padding {
    padding: 0px 5px;
}

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

.filters ul {
    list-style: none;
    padding: 20px 0;
}

.filters li {
    display: inline-block;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .2em;
    border: 1px solid transparent;
}

.filters li:hover {
    color: #a6a6a6;
}

.filters li.active {
    color: #26F2DD;
    border: 1px solid #26F2DD;
}

@media(max-width:480px) {
    .tom_tab li a {
        font-size: 26px;
    }
    h1 {
        font-size: 28px;
        line-height: 40px;
    }
    h2,
    .tom_posts .post_title h4 {
        font-size: 23px;
        line-height: 32px;
    }
    h3 {
        font-size: 20px;
        line-height: 25px;
    }
    h4 {
        font-size: 18px;
        line-height: 22px;
    }
    h5 {
        font-size: 16px;
        line-height: 20px;
    }
    h6 {
        font-size: 14px;
        line-height: 18px;
    }
    .block_content {
        padding: 30px;
    }
}


/*////////Single Post Footer////////*/

.single-post .tom_contact_section,
.single-post .footer {
    background: #027e8c !important;
}

.rc-anchor-light.rc-anchor-normal {
    border: 1px solid #d3d3d3;
}

.rc-anchor-light {
    background: none !important;
    color: #fff !important;
}