﻿/*-- Main Layout --*/

body {
    font-family: "GothamPro", sans-serif;
    font-weight: normal;
    margin: 0;
    font-size: 14px;
}

.container {
    max-width: 1140px;
    padding: 0 30px;
    margin: 0 auto;
}

.container-nav {
    max-width: 1140px;
    padding: 0 30px;
    margin: 0 auto;
    height: 80px;
}

footer {
    overflow: auto;
    margin: 0 auto;
}

.one-half {
    float: left;
    width: 48%;
}

.one-half:last-child {
    margin-left: 4%;
}

h2 {
    margin-bottom: 0.75em;
}


/*-- Fonts --*/

@font-face {
    font-family: 'GothamPro';
    src: url('fonts/GothamPro-Black.eot');
    src: url('fonts/GothamPro-Black.eot?') format('embedded-opentype'), url('fonts/GothamPro-Black.woff') format('woff'), url('fonts/GothamPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'GothamPro';
    src: url('fonts/GothamPro.eot');
    src: url('fonts/GothamPro.eot?') format('embedded-opentype'), url('fonts/GothamPro.woff') format('woff'), url('fonts/GothamPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamPro';
    src: url('fonts/GothamPro-Light.eot');
    src: url('fonts/GothamPro-Light.eot?') format('embedded-opentype'), url('fonts/GothamPro-Light.woff') format('woff'), url('fonts/GothamPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}


/*-- Common rules and instruments --*/

a {
    text-decoration: none;
    transition: all .3s;
}

a:focus {
    text-decoration: none;
}

a.lb-button {
    color: #FFF;
    background-color: #006DB6;
    border-radius: 20px;
    padding: 15px 30px;
    display: inline-block;
    font-size: 16px;
    transition: all .3s;
}

a.lb-button:hover {
    background-color: #f18a23;
}

.lb-button i {
    margin-right: 5px;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 300;
}

h2 {
    font-size: 40px;
}

p {
    margin: 0 0 5px 0;
}

.clear {
    clear: both;
    padding: 0;
    margin: 0;
}

.hidden {
    display: none;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.inherit,
.inherit:hover {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    background-color: inherit;
    text-decoration: inherit;
    text-transform: inherit;
}


/*-- Header --*/

header {
    background-color: #006DB6;
}

.logo-container,
.logo-container a,
nav li {
    display: inline-block;
}

.logo-container {
    margin: 0 0;
    float: left;
}

.logo-container a img {}

nav {
    float: right;
    padding: 0;
}

.main-menu {
    padding: 0;
    display: block;
    position: relative;
}

nav li a {
    color: #fff;
    line-height: inherit;
    line-height: 77px;
    display: inline-block;
    padding: 0 8px;
}


/*DROP DOWN DOWNLOAD MENU*/

.dropdown-menu {
    position: relative
}

.dropdown-menu .dropdown {
    display: none;
    z-index: 5;
    border: #006DB6 solid 1px;
    padding: 10px 20px;
}

.dropdown-menu:hover .dropdown {
    display: block;
    position: absolute;
    top: 80%;
    background: #006DB6;
}

.dropdown-menu .dropdown li {
    width: 60%;
    text-align: center;
    padding: 0;
}

.dropdown-menu .dropdown li a {
    color: #fff;
    padding: 0;
    width: 100%;
    line-height: 55px !important;
}


/*---------------------*/

.btn-navbar {
    min-height: 50px;
    background-image: none;
    background-color: transparent;
    border: none;
    text-shadow: none;
    box-shadow: none;
    float: right;
    padding: 0;
    margin: 24px 0 0;
    display: none;
}

.iconbar-container,
.icontext {
    display: inline-block;
    vertical-align: middle;
}

.btn-navbar .icon-bar {
    transition: all .4s;
    width: 34px;
    height: 3px;
    background-color: #fff;
    box-shadow: none;
    border-radius: 5px;
    display: block;
}

.icon-bar+.icon-bar {
    margin-top: 6px;
}

.btn-navbar:not(.collapsed) .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(7px, 5px);
    -webkit-transform: rotate(45deg) translate(7px, 5px);
    -moz-transform: rotate(45deg) translate(7px, 5px);
    ms-transform: rotate(45deg) translate(7px, 5px);
}

.btn-navbar:not(.collapsed) .icon-bar:nth-child(2) {
    display: none;
}

.btn-navbar:not(.collapsed) .icon-bar:nth-child(3) {
    transform: rotate(135deg) translate(-2px, 0);
    -weblit-transform: rotate(135deg) translate(-4px, 0);
    -moz-transform: rotate(135deg) translate(-4px, 0);
    -ms-transform: rotate(135deg) translate(-4px, 0);
}


/*-- Hero Slider + Lightbox Section --*/


/*-- 1. Slider --*/

#slider-section {
    position: relative;
}

#full-width-slider {
    width: 100%;
    color: #000;
}

.coloredBlock {
    padding: 12px;
    background: rgba(255, 0, 0, 0.6);
    color: #FFF;
    width: 200px;
    left: 20%;
    top: 5%;
}

.infoBlock {
    position: absolute;
    text-align: center;
    max-width: none;
    overflow: hidden;
    width: 100%;
    margin: 0px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.infoBlock.mobile-infoblock {
    position: static;
    transform: none;
    margin: 0;
    background-image: url(images/1a.jpg);
    background-size: cover;
}

.infoBlock h4 {
    font-size: 60px;
    margin: 0;
    padding-bottom: 3px;
    text-shadow: 1px 1px white;
    font-weight: 500;
    text-align: center;
}

.infoBlock p {
    font-size: 21px;
    margin: 4px 0 20px;
    color: #000;
    font-weight: 400;
}

#mylightbox {
    display: none;
}

.rsMinW,
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder {
    background: #FFF;
    color: #000;
}

.rsMinW .rsBullet.rsNavSelected span {
    background: #000;
}


/*-- 2. Lightbox --*/

.featherlight .featherlight-content {
    background: transparent;
    cursor: pointer;
}

.featherlight .featherlight-close-icon {
    font-size: 30px;
    background: transparent;
    color: #F00;
    border: 2px solid red;
    padding: 10px;
    min-width: 49px;
    border-radius: 50%;
    transition: all .3s;
}

.featherlight .featherlight-close-icon:hover {
    transform: rotate(180deg);
    background: rgba(255, 255, 255, 0.1);
}

.featherlight-content #mylightbox {
    display: block;
}

.fluid-width-video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56%;
}

.fluid-width-video-wrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.featherlight .featherlight-inner {
    margin-left: auto;
    margin-right: auto;
}


/*-- Why Choose Us (Gray Stripe) --*/

#why-us-section {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    z-index: 100;
    bottom: 0;
    width: 100%;
}

.why-us {
    text-align: justify;
    padding: 20px 0;
    color: #fff;
}

.why-us li {
    width: 31%;
    margin: 0 1%;
    display: inline-block;
}

.why-us li i {
    font-size: 50px;
    line-height: 35px;
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
}

.why-us .description {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

.why-us li a {
    color: #006DB6;
}

.why-us:after {
    width: 100%;
    height: 0;
    content: "";
}


/*-- Benefits (starts after slider) --*/

#benefits-section {
    position: relative;
    padding: 30px 0 0;
}

#benefits-section:after {
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    width: 100%;
    padding-bottom: 5.2083333%;
    display: block;
    position: absolute;
    top: 100%;
    margin: 0;
    pointer-events: none;
    z-index: 8;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    background-image: url("images/wave.svg");
}

#benefits-section.no-wave:after {
    content: none;
}

#benefits-section p {
    line-height: 1.8em;
}

#benefits-section .growth {
    list-style: none;
}

#benefits-section .growth li {
    margin-bottom: 10px;
}

#benefits-section .growth i,
#benefits-section .growth p {
    vertical-align: middle;
}

#benefits-section .growth i {
    font-size: 40px;
    width: 14%;
    color: #006DB6;
}

#benefits-section .growth p {
    display: inline-block;
    max-width: 80%;
    padding-right: 5%;
}

#benefits-section .growth img {
    width: 40px;
    height: auto;
    display: inline-block;
    margin-right: 5%;
    vertical-align: middle;
}


/*-- Big image after benefits section --*/

#benefits-image-section img {
    width: 100%;
}


/*-- Features (before footer) --*/

#features-section {}

#features-section .flex-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

#features-section .tab-links {
    flex: 1;
    color: #000;
    padding-left: 25px;
}

#features-section .tab-links ul {
    list-style: none;
}

#features-section .tab-links h3 {
    margin-left: -25px;
    margin-top: 35px;
    text-align: center;
    font-size: 16px;
    padding: 10px 0 20px;
}

#features-section .tab-links a {
    display: block;
    margin-left: -25px;
    padding: 20px 10px 20px 25px;
    font-size: 12px;
    cursor: pointer;
    position: relative;
    color: #006DB6;
    border-bottom: 1px solid #006DB6;
    font-weight: 900;
}

#features-section .tab-links li:last-child a {
    border-bottom: none !important;
}

#features-section .tab-links a:hover {
    padding-left: 35px;
}

#features-section .tab-links a.at-active {
    display: block;
    padding-left: 35px;
    font-size: 12px;
    cursor: pointer;
    color: #fff;
    background-color: #006DB6;
}

#features-section .tab-links a.at-active:after {
    display: block;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #006DB6;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}

#features-section #tabselect {
    width: 100%;
    height: 30px;
    font-size: 14px;
    margin-top: 30px;
}

#features-section .tabs {
    flex: 4;
    padding-left: 30px;
}

#features-section .accordion-description {
    display: none;
    font-size: 14px;
    height: 100%;
    line-height: 1.8em;
}

#features-section .accordion-description:after {
    content: "";
    clear: both;
    display: block;
}

#features-section .tabs .accordion-description .one-half:last-child {
    margin-top: auto;
    margin-bottom: auto;
    align-self: center;
}

#features-section .accordion-description .one-half:last-child {
    padding-top: 30px;
}

#features-section .accordion-description h2 {
    line-height: normal;
}

#features-section .accordion-description ul {
    padding-left: 20px;
    margin-bottom: 5px;
}

#features-section .accordion-description.active-tab {
    display: flex !important;
}


/*--  Footer  --*/

footer {
    background-color: #1F242B;
    color: #84888B;
    margin-top: 30px;
    padding: 30px 0;
    line-height: 1.3em;
}

footer h4 {
    font-size: 18px;
}

footer ul li {
    list-style-type: none;
}


/*--  Footer Top Part  --*/

.footer-columns {
    padding: 0px 0 40px;
    color: #fff;
}

.footer-columns>li {
    margin: 0 1%;
    display: inline-block;
    vertical-align: top;
}

.footer-columns a,
.footer-bottom a {
    color: #006DB6;
    transition: color .3s;
}

.footer-columns a:hover,
.footer-bottom a:hover {
    color: #FFF;
}

.footer-columns .footer-col-1,
.footer-columns .footer-col-3 {
    width: 25%
}

.footer-columns .footer-col-1 i {
    font-size: 30px;
    margin-bottom: 10px;
}

.footer-columns .footer-col-1 p {
    display: inline-block;
}

.footer-columns .footer-col-2 {
    width: 38%;
    padding-left: 4%;
}

.footer-columns .footer-col-3 li i {
    font-size: 30px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.footer-columns .footer-col-3 .social {
    list-style: none;
}

.footer-columns .footer-col-3 .social li {
    display: inline-block;
}


/*--  The very bottom of the page  --*/

.footer-bottom {
    border-top: 1px solid rgba(134, 136, 139, 0.1);
    padding: 30px 0 0;
}

.footer-bottom .powered {
    display: inline-block;
}

.footer-bottom .powered i {
    margin-right: 5px;
}

.footer-bottom .copyright {
    float: right;
}

@media (min-width: 1180px) {
    .infoBlock {
        width: 1180px;
    }
}

@media (min-width: 768px) {
    .visible-mobile {
        display: none;
    }
    .logo-container {
        float: left;
    }
    .logo-container a {
        float: left;
    }
    nav li:last-child a {
        padding-right: 0;
    }
    .main-menu {
        display: block !important;
    }
    .featherlight .featherlight-content {
        min-width: 75%;
        overflow: hidden;
        padding-top: 60px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .infoBlock {
        top: 35%;
    }
    .infoBlock h4 {
        margin-top: 80px;
    }
    .why-us li {
        width: 30%;
        margin: 0 1%;
        display: inline-block;
    }
    .why-us li i {
        font-size: 35px;
    }
    .why-us li i {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    #features-section .accordion-description.active-tab {
        display: block !important;
    }
    .visible-desktop {
        display: none;
    }
    h2 {
        font-size: 22px;
    }
    .container-nav {
        overflow: auto;
        height: auto;
    }
    nav {
        float: none;
        margin-left: -30px;
        margin-right: -30px;
        margin-top: 75px;
        /*
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
		*/
    }
    .btn-navbar {
        display: inline-block;
    }
    .main-menu {
        display: none;
        padding: 10px 0;
    }
    .main-menu li {
        display: block;
        float: none;
        text-align: center;
    }
    .main-menu li a {
        display: block;
        margin: 0 auto;
        line-height: 38px;
    }
    .dropdown-menu .dropdown {
        display: none;
        z-index: 5;
        border: #006DB6 solid 1px;
        padding: 20px;
    }
    .dropdown-menu .dropdown {
        position: relative !important;
        background: rgb(139, 165, 182) !important;
    }
    .dropdown-menu .dropdown li {
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 10px auto;
    }
    .dropdown-menu .dropdown li a {
        color: #fff;
        padding: 0;
        margin: 0 auto;
        width: 100%;
    }
    .dropdown-menu-disabled {
        display: none !important;
    }
    .dropdown-menu-enabled {
        display: block !important;
    }
    .infoBlock {
        margin: 10px;
    }
    .infoBlock h4 {
        font-size: 40px;
        text-align: center;
    }
    .infoBlock.mobile-infoblock h4 {
        margin-top: 20px;
    }
    .infoBlock p {
        font-size: 16px;
        margin: 4px 0 10px;
    }
    a.lb-button {
        padding: 10px 18px;
        font-size: 15px;
    }
    .featherlight-content #mylightbox {
        display: block;
        min-width: 300px;
    }
    #why-us-section {
        position: static;
    }
    .why-us {
        padding: 20px 0 0;
    }
    .why-us li {
        width: 100%;
        margin: 0 0 18px;
        display: block;
    }
    .why-us li i {
        line-height: normal;
        font-size: 24px;
    }
    #benefits-section .one-half:first-of-type {
        margin-bottom: 40px;
    }
    .one-half {
        float: none;
        width: 100%;
    }
    .one-half:last-child {
        margin-left: 0;
    }
    #benefits-section .growth p {
        padding-left: 4%;
        padding-right: 0;
    }
    #features-section .tabs {
        padding: 0;
    }
    #features-section .accordion-description {
        overflow: hidden;
    }
    #features-section .tabs .one-half {
        padding-bottom: 10px;
    }
    .featherlight .featherlight-content {
        min-width: 90%;
    }
    .featherlight .featherlight-content {
        padding-top: 60px;
    }
    .featherlight .featherlight-close-icon {}
    .footer-columns .footer-col-1,
    .footer-columns .footer-col-2,
    .footer-columns .footer-col-3 {
        width: 100%;
        margin: 0;
        padding: 0 0 10px;
    }
    .footer-columns .footer-col-2 .one-half {
        float: left;
        width: 50%;
    }
    .footer-bottom .powered {
        margin-bottom: 20px;
    }
    .footer-bottom .powered,
    .footer-bottom .copyright {
        display: block;
        float: none;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .logo-container {
        max-width: 225px;
    }
    .infoBlock {
        margin: 10px;
        text-align: left;
    }
    .infoBlock h4 {
        font-size: 1.8em;
        padding-top: 5px;
        text-align: center;
    }
    .infoBlock p {
        font-size: 13px;
        margin: 4px 0 8px;
    }
    a.lb-button {
        padding: 7px 15px;
        font-size: 12px;
    }
    #benefits-section .growth p {
        max-width: 75%;
    }
}