@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
* {
    font-family: Lato;
}
body {
    margin: 0;
    color: #555;
}
img {
    max-width: 100%;
    display: block;
}
header {
    background-color: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 96px;
    z-index: 555;
}
.main-content {
    margin-top: 95px;
}
.header-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px;
    border-bottom: 1px solid #eee;
    justify-content: space-between;
	background-color: #FFF;
}
.logo-holder {
    flex: 0 0 15%;
}
.other-holder {
    flex: 0 0 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.buttons-holder {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.main-menu {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
}
.main-menu > li {
    font-size: 18px;
    margin-right: 20px;
}
.main-menu li a {
    color: #333333;
    text-decoration: none;
    transition: ease all .3s;
    font-weight: 500;
	font-size: 14px;
	margin-bottom: 5px;
}
.main-menu > li > a {
	margin-right: 15px;
}
.dropdown {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 55;
	top: 58px;
}
.main-menu li.menu-item-has-children > a i {
    margin-left: 5px;
}
@media(min-width: 992px) {
    .main-menu li.menu-item-has-children:hover .dropdown {
        display: block;
    }
    .main-menu li > a:hover {
        color: #2D8EFF;
    }
}

.width-limiter {
    max-width: 1170px;
    margin: 0 auto;
}
h4 {
    color: #333333;
    font-family: Lato, sans-serif;
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.01rem;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 0.625rem;
    text-transform: none;
}
.sub-menu.row {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.sub-menu.row li {
   /* flex: 0 0 23%;*/
    margin-bottom: 40px;
}
.dropdown .sub-menu .title {
    font-weight: bold;
    display: block;
}
.dropdown .sub-menu .subtitle {
    display: block;
    line-height: 1.2;
}
.dropdown .sub-menu a {
    position: relative;
    padding-left: 80px;
    display: block;
	font-size: 14px;
}
.dropdown .sub-menu a i {
    position: absolute;
    left: 0;
    top: 0;
    width: 66px;
    height: 66px;
    display: block;
    font-size: 55px;
}
.dropdown .dropdown-info {
	display: none;
}
.dropdown .dropdown-info h4 {
    font-size: 24px;
    font-weight: bold;
}
.dropdown-inner {
    margin-top: 37px;
    padding: 80px 20px 50px;
    background-color: #fff;
	box-shadow: inset 0 8px 15px 2px rgb(0 0 0 / 5%);
}
.dropdown-info-title {
    max-width: 42%;
    margin-bottom: 50px;
}
.dropdown-info-title p {
	font-size: 16px;
}
.buttons-holder .whs-button:first-child {
    margin-right: 20px;
}
.whs-button {
    text-decoration: none;
    padding: 10px 25px;
    border: 1px solid;
    line-height: 1;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    transition: ease all .3s;
    color: #555;
    cursor: pointer;
    outline: none;
    background-color: transparent;
}
.colored-button {
    border-color: #faca14;
    background-color: #faca14;
}
.colored-button:hover {
    background-color: transparent;
}
.transparent-button:hover {
    background-color: #555;
    color: #fff;
}
.newsletter-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
    flex-wrap: wrap;
}
.newsletter-form-input {
    flex: 0 0 70%;
    padding: 15px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'Lato';
}
.newsletter-form-submit {
    font-family: 'Lato';
    font-weight: 700;
    padding: 15px 25px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    background-color: rgba(250,202,20,1);
    transition: ease all .3s;
    cursor: pointer;
}
.newsletter-form-submit:hover {
    transform: scale(1.05);
}
.footer-top {
    padding: 40px 0;
    border-bottom: 1px solid #eee;
}
.footer-logo {
    display: block;
    max-width: 250px;
}
.footer-middle {
    margin-top: 70px;
    margin-bottom: 40px;
}
.flex-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-column-title {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 30px;
    font-family: Lato;
    color: #343638;
    margin-top: 0;
}
.footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-menu li  {
    margin-bottom: 10px;
}
.footer-menu li a {
    font-size: 14px;
    color: #444;
    text-decoration: none;
    font-family: Lato;
}
.icon-block {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.icon-block i {
    display: block;
    margin-right: 15px;
    color: #343638;
    font-size: 30px;
}
.icon-text p {
    margin: 0 0 15px;
    color: #343638;
}
.icon-text a {
    font-weight: 700;
    text-decoration: none;
    color: #343638;
}
.linkedin-block i {
	color:  #3b5998;
}
.fab.fa-linkedin-in {
    background: #3b5998;
    padding: 5px 7px;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
}
.linkedin-block .icon-text p {
    font-size: 14px;
    margin-bottom: 5px;
}
.footer-bottom {
    padding: 50px 0;
    background: url('../images/footer2.svg') center top no-repeat;
    background-size: cover;
}
.footer-bottom-column {
    flex: 0 0 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-bottom-column p {
    margin: 0;
    font-size: 14px;
    flex: 0 0 100%;
    text-align: center;
}
.footer-bottom-column a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
}
.footer-bottom-column p.copyright {
    margin-bottom: 5px;
}
.bottom-links a {
    margin: 0 5px;
}
.hamburger-holder svg {
    width: 25px;
    display: none;
}
.fancy-block {
    box-shadow: 1px 1px 8px 2px #eee;
    padding: 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.vc_btn3-color-primary {
    color: #fff;
    padding: 10px 25px;
    border: none;
    border-radius: 5px;
    background: #2D8EFF;
    font-family: 'Lato';
    font-weight: 700;
    cursor: pointer;
}
img.illustration {
    margin-right: 25px;
}
.modal-overlay {
    position: fixed;
    background: rgba(0,0,0,.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
}
.login-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 9999;
    padding: 30px 0;
    border-radius: 5px;
    max-width: 500px;
    width: 100%;
    display: none;
}
.modal-top {
    padding: 0 30px 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d6d3d3;
}
.modal-top img {
    max-width: 250px;
}
.modal-form-holder {
    margin: 0 30px;
    border: 1px solid #d6d3d3;
    border-radius: 5px;
}
.modal-form-title {
    padding: 15px 30px;
    background: #7b7b7b;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 24px;
    color: #fff;
}
.login-form {
    padding: 30px;
    font-size: 16px;
}
.login-form input {
    width: 100%;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #ced4da;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-size: 16px;
    margin-top: 10px;
}
.login-button.colored-button.whs-button {
    font-size: 16px;
}
.close-cross {
    max-width: 15px;
    position: absolute;
    right: 30px;
    top: 40px;
    cursor: pointer;
}
.modal-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.login-button.whs-button {;
    font-size: 16px;
}
.grey-button.whs-button:hover {
    background-color: #ddd;
}
.login-form input[type="checkbox"] {
    display: inline-block;
    width: auto;
}
.modal-form-title .fas.fa-lock {
    font-size: 22px;
    margin-right: 5px;
}
.homepage-form .nf-form-fields-required {
	color: #fff !important;	
}
@media(max-width: 991px) {
    header {
        height: 85px;
    }
    .main-content {
        margin-top: 85px;
    }
    .hamburger-holder svg {
        display: block;
    }
    .other-holder {
        position: absolute;
        background-color: #fff;
        top: 95px;
        padding: 0;
        z-index: 5555;
        transition: ease all .3s;
        flex-direction: column-reverse;
        height: calc(100vh - 85px);
        justify-content: flex-end;
        right: -700px;
        box-shadow: -3px 2px 6px 2px rgb(0 0 0 / 5%);
        width: 300px;
    }
    .other-holder.active {
        right: 0;
    }
    .menu-holder {
        width: 100%;
        overflow-y: scroll;
    }
    .main-menu {
        display: block;
    }
    .main-menu > li {
        margin-right: 0;
        padding: 15px 45px;
        border-top: 1px solid #888;
    }
    .buttons-holder {
        padding: 30px;
    }
    .main-menu li > a {
        font-size: 16px;
        font-weight: 700;
        color: #0f1452;
    }
    .logo-holder a img {
        max-width: 200px;
    }
    .logo-holder {
        flex: 0 0 70%;
    }
    .whs-button {
        box-shadow: 1px 2px 3px rgb(0 0 0 / 20%);
    }
    .main-menu li.menu-item-has-children>a {
        margin-right: 0;
    }
    .dropdown {
        position: static;
    }
    .dropdown-inner {
        margin-top: 20px;
        padding: 0;
        width: 100%;
        padding-left: 15px;
    }
    .dropdown-info {
        display: none;
    }
    .sub-menu.row li {
        margin-bottom: 20px;
        max-width: 100%
    }
    .sub-menu li > a {
        font-size: 14px;
        color: #000;
    }
    .dropdown .sub-menu a i {
        display: none;
    }
    .dropdown .sub-menu a, .sub-menu.row li {
        padding: 0;
    }
    .dropdown .sub-menu .subtitle {
        font-weight: 400;
        font-size: 12px;
    }
    .fancy-block {
        display: none;
    }
    .sub-menu.row {
        display: block;
    }
	.dropdown-inner {
		box-shadow: none;	
	}
}
@media(max-width: 767px) {
    .other-holder {
         width: 90%;
    }
    .footer-column {
        flex: 0 0 50%;
        margin-bottom: 30px;
    }
    .footer-column-title {
        margin-bottom: 15px;
    }
	.login-button {
        width: 100%;
    }
    .login-button.colored-button {
        margin-bottom: 20px;
    }
    .modal-form-title {
        font-size: 20px;
    }
	.footer-bottom-column {
		flex: 0 0 100%;
		margin-bottom: 20px;
	}
	.footer-bottom-column p.copyright {
		font-size: 16px;
	}
	.tabs-advanced .ha-tab__title {
		margin-bottom: 15px !important;
		display: flex;
    	align-items: center;
	}
	.tabs-advanced .icon {
		font-size: 30px;
	}
	.tabs-advanced .ha-tab__title-icon {
		display: inline-block;
		margin-right: 5px;
	}
	.tabs-advanced .ha-tab__content {
		margin-bottom: 15px !important;
	}
}
@media(max-width: 600px) {
	.footer-column {
        flex: 0 0 100%;
    }
}