@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: local('Raleway Light'),
    local('Raleway-Light'),
    url(../fonts/Raleway/Raleway400.woff2) format('woff2');
}
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: local('Raleway Light'),
    local('Raleway-Light'),
    url(../fonts/Raleway/Raleway700.woff2) format('woff2');
}

body {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: 1.54;
    color: #777777;
    background-color: #ffffff;
    font-weight: 300;
}

.uk-width-1-1\@m .uk-text-lead {
    font-size: 21px;
}

.bg-dark {
    background-color: #3c3c3c;
    color: #fff;
}

.header-right {
    margin: 15px 0;
}

div.separator-2 {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    height: 1px;
    background-color: transparent;
}
div.separator-2:after {
    height: 1px;
    background: #d1d1d1;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, transparent 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.18)), color-stop(35%, rgba(0, 0, 0, 0.12)), color-stop(70%, rgba(0, 0, 0, 0.05)), color-stop(100%, transparent));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, transparent 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, transparent 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, transparent 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, transparent 100%);
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    width: 100%;
}

.uk-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.fixed-header-on .header.fixed.animated {
    padding: 0;
}

.fixed-header-on .header.fixed:not(.dark) {
    background-color: #fff;
}

div[aria-label="cookieconsent"] {
    font-family: "Raleway", sans-serif;
    background-color: #3c3c3c !important;
    color: #fff;
}

div.cc-window.cc-banner {
    padding-top: 6px;
    padding-bottom: 6px;
    position: relative;
}

div[aria-label="cookieconsent"] > .container,
div[aria-label="cookieconsent"] > .uk-container {
    display: flex;
}

div[aria-label="cookieconsent"] > .container > .cc-message,
div[aria-label="cookieconsent"] > .uk-container > .cc-message {
    font-size: 14px;
}

div.cc-compliance .cc-allow,
div.cc-compliance .cc-deny {
    color: #fff !important;
    font-weight: normal;
    border-radius: 1px;
    text-decoration: none !important;
}

div.cc-compliance .cc-allow {
    background-color: #5cb85c !important;
}

div.cc-compliance .cc-allow:hover {
    background-color: #449d44 !important;
}

div.cc-compliance .cc-deny {
    background-color: #d9534f !important;
}

div.cc-compliance .cc-deny:hover {
    background-color: #c9302c !important;
    color: #fff !important;
    border-radius: 1px;
    font-weight: normal;
}

.default-bg, .header-top.default-bg:not(.banner) {
    background-color: #1c77ac;
}

.default-bg, .header-top.default-bg:not(.banner) {
    background-color: #7a75d3;
    color: #ffffff;
}

.header-top-second {
    font-weight: bold;
}

.header-top-first .social-links.circle li a {
    border: none;
}

.main-navigation.animated .navbar-default .navbar-nav > li > a {
    color: #666;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 20px 12px 19px;
    z-index: 102;
    bottom: -1px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

.main-navigation.animated .navbar-default .navbar-nav > li > a:hover {
    color: #673ab7;
}

.header .site-slogan {
    font-size: 14;
    font-style: italic;
    color: #7a75d3;
    text-align: left;
}

.header {
    padding: 18px 0;
    border-bottom: 1px solid #eaeaea;
    background-color: #fff;
}

.header-left .logo #logo_img {
    height: 75px;
}

.header-left .logo.has-slogan #logo_img {
    height: 60px;
}

.uk-section-primary {
    background: #7a75d3;
}

h1.uk-heading-hero {
    font-size: 50px !important;
    font-weight: bold;
}

h2.uk-heading-primary {
    font-size: 40px !important;
}

hr {
    border-bottom: none!important;
    width: 100%;
    margin: 20px auto 20px;
    position: relative;
    height: 1px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    background: rgba(255, 255, 255, 0.5);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.18) 35%, rgba(0, 0, 0, 0.18) 70%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(35%, rgba(0, 0, 0, 0.18)), color-stop(70%, rgba(0, 0, 0, 0.18)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.18) 35%, rgba(0, 0, 0, 0.18) 70%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.18) 35%, rgba(0, 0, 0, 0.18) 70%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.18) 35%, rgba(0, 0, 0, 0.18) 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.18) 35%, rgba(0, 0, 0, 0.18) 70%, rgba(255, 255, 255, 0) 100%);
}

.uk-text-lead {
    font-size: 16px;
}

.uk-button {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 10px 12px;
    text-decoration: none;
    touch-action: manipulation;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

.uk-button:focus {
    outline: none;
}

.uk-button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.uk-button:before {
    border-color: #0c9ec7;
    background: #0c9ec7;
}

.btn-muted {
    color: #fff;
    background-color: #b8b8b8;
}

.btn-muted.uk-button:before {
    border-color: #a4a4a4;
    background: #a4a4a4;
    color: #fff !important;
}

.uk-button:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.uk-button-primary,
.uk-button-secondary {
    color: #fff !important;
    background-color: #7a75d3 !important;
    border-color: #7a75d3 !important;
}

.uk-label {
    background: #7a75d3;
}

.btn-muted.uk-button {
    border-color: #b8b8b8;
    background: #b8b8b8;
}

.uk-button,
.uk-button-large {
    line-height: 1.42857143;
}

.btn:focus,
.btn:active {
    outline: none;
    box-shadow: none;
}

.uk-button-primary:hover,
.uk-button-secondary:hover,
.uk-button-primary:focus,
.uk-button-secondary:focus {
    background-color: #4d47b3 !important;
    border-color: #4d47b3 !important;
    text-decoration: none;
}

.btn-muted.uk-button:hover,
.btn-muted.uk-button:focus {
    border-color: #b8b8b8;
    background: #b8b8b8;
    text-decoration: none;
    color: #fff !important;
}

.page-wrapper > div[id^="section"].uk-section-muted {
    padding-bottom: 0;
}

.uk-section-secondary {
    background-color: #222 !important;
    color: #fff !important;
}

.uk-section-secondary .uk-text-primary {
    color: #7a75d3 !important;
}

.uk-section-secondary:not(.uk-preserve-color) .uk-text-meta {
    color: #fff !important;
}

.call-to-action h1 ~ p {
    font-size: 17px;
}

.uk-section-secondary:not(.uk-preserve-color) .uk-text-primary {
    color: #7a75d3!important;
    font-weight: 600;
}

.uk-section-secondary:not(.uk-preserve-color) .uk-h2,
.uk-section-secondary:not(.uk-preserve-color) h2,
.uk-section-secondary:not(.uk-preserve-color) h1 {
    color: #7a75d3;
}

.subfooter {
    background-color: #e7e7e7;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #d1d1d1;
    padding: 25px 0;
    color: #777;
}

.subfooter a {
    color: #09afdf !important;
}

.footer-content .social-links li a {
    color: #666;
    background-color: transparent;
    border-color: #666;
}

.uk-card-small.uk-card-body {
    background: #fafafa;
    color: #777;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.footer .footer-inner > .row {
    color: #666;
}

.section.dark-bg {
    background-color: rgba(0,0,0,0.6);
}

.section.dark-bg .btn {
    background-color: #09afdf !important;
    border-color: #0c9ec7 !important;
    color: #fff;
}

.section.dark-bg .btn.btn-lg {
    padding: 17px 30px;
    font-size: 18px;
}

.section.dark-bg .btn.btn-animated.btn-lg i {
    line-height: 60px;
}

/*------------Menu-------------*/
.main-navigation .navbar-nav > .open > a,
.main-navigation .navbar-nav > .open > a:hover,
.main-navigation .navbar-nav > .open > a:focus {
    color: #666;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.2);
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: -1px -1px 0px rgb(0 0 0 / 3%);
    box-shadow: -1px -1px 0px rgb(0 0 0 / 3%);
}

.main-navigation.animated .navbar-default .navbar-nav > li > a:focus {
    border: none;
}

nav.navbar-default .navbar-nav > li:hover > a,
nav.navbar-default .navbar-nav > li > a:focus,
nav.navbar-default .navbar-nav > li.open > a,
nav.navbar-default .navbar-nav > li > a:hover {
    color: #09afdf !important;
}

.navbar-default .navbar-nav > li > a:hover {
    -webkit-transition: all 0.4s ease-out !important;
    -moz-transition: all 0.4s ease-out !important;
    -o-transition: all 0.4s ease-out !important;
    -ms-transition: all 0.4s ease-out !important;
    transition: all 0.4s ease-out !important;
}

.animated.main-navigation .open .dropdown-menu,
.open .dropdown-animation {
    -webkit-animation-duration: 0.4s !important;
    animation-duration: 0.4s !important;
    -webkit-animation-fill-mode: both !important;
    animation-fill-mode: both !important;
    -webkit-animation-name: fadeInDownSmall !important;
    animation-name: fadeInDownSmall !important;
    box-shadow: 1px 1px 10px 1px rgb(0 0 0 / 20%);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0,0,0,0.2);
}

.mega-menu .row {
    margin-right: -15px;
    margin-left: -15px;
}

.mega-menu .dropdown-menu {
    left: 0;
    top: 93%;
    width: 100%;
    padding: 20px 30px;
    margin-top: -2px;
    min-width: 240px;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    -webkit-box-shadow: 0px 1px 2px rgb(0 0 0 / 8%);
    box-shadow: 0px 1px 2px rgb(0 0 0 / 8%);
    border: 1px solid #f1f1f1;
    z-index: 101;
    max-width: 940px;
}

.mega-menu .col-seo > h4 {
    font-size: 18px;
    font-weight: 700;
    color: #666;
}

.mega-menu .col-menu > a {
    text-decoration: none;
}

.mega-menu .col-menu > a > h4 {
    margin-bottom: 6px;
}

.mega-menu .col-menu > a:hover > h4 {
    color: #338dca;
}

.mega-menu .menu > li > a:hover i,
.dropdown-menu > li > a:hover i {
    padding-left: 7px;
}

.mega-menu .menu > li > a:hover {
    background-color: #f6f6f6;
    color: #0097fe;
}

.mega-menu .col-seo > p {
    font-size: 15px;
}

.mega-menu .col-menu > h4 {
    margin-bottom: 10px;
}

.mega-menu .menu > li > a {
    border-bottom: none;
    padding: 8px 0;
}

.mega-menu .menu > li > a i,
.dropdown-menu > li > a i {
    font-size: 14px;
    top: 0;
}

.mega-menu > .dropdown-sm {
    width: 50%;
    right: 0 !important;
    left: auto !important;
}

.mega-menu .menu > li > a i,
.dropdown-menu > li > a i {
    padding-left: 0;
}
/*------------End Menu-------------*/

/*------------Number boxes-------------*/
.box-number {
    padding: 25px 60px 30px 25px;
	position: relative;
	overflow: hidden;
}
.box-number:after {
	height:5px;
	width:100%;
	content:"";
	display:block;
	bottom:0;
	position:absolute;
	left:-100%;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.box-number:hover:after {
	left:0;
}

.img-full{
	width:100%;
}
.box-number p{
	margin-bottom:0;
}
.box-number .number {
    font-size: 100px;
    position: absolute;
    font-weight: bold;
    color: #000;
    opacity: 0.1;
    right: 10px;
    bottom: 10px;
    line-height: 100px;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.box-number:hover .number {
	transform:scale(1.8);
	-ms-transform:scale(1.8);
	-moz-transform:scale(1.8);
	-webkit-transform:scale(1.8);
	-o-transform:scale(1.8);
}
/*------------End Number boxes-------------*/