/* Import Fonts & All CSS */
@import "./../fonts/frontpage/aileron-font-style.css";
@import "css/bootstrap.min.css";
@import "css/animate.css";
@import "css/default-assets/classy-nav.css";
@import "css/owl.carousel.min.css";
@import "css/magnific-popup.css";
@import "css/font-awesome.min.css";
@import "css/style.css";

/* :: 1.0 Reboot CSS */
* {
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: "Aileron";
    font-weight: 400;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Aileron";
    color: #303030;
    line-height: 1.4;
    font-weight: 600;
}

a,
a:active,
a:focus,
a:hover {
    font-family: "Aileron";
    color: #303030;
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    outline: none;
    font-size: 16px;
    font-weight: 600;
}

li {
    list-style: none;
}

p {
    line-height: 2;
    color: #707070;
    font-size: 16px;
    font-weight: normal;
}

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

ul {
    margin: 0;
    padding: 0;
}
ul li {
    margin: 0;
    padding: 0;
}

.bg-overlay {
    position: relative;
    z-index: 1;
}
.bg-overlay::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5);
}

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: "object-fit: cover";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.mfp-iframe-holder .mfp-close {
    top: 0;
    width: 30px;
    height: 30px;
    background-color: #1583e9;
    text-align: center;
    right: 0;
    padding-right: 0;
    line-height: 32px;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-gray {
    background-color: #e7f2fd !important;
}

textarea:focus,
input:focus {
    outline: none;
}

/* :: 2.0 Spacing CSS */
.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-100 {
    margin-right: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}

.pt-50 {
    padding-top: 50px !important;
}

.section-padding-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-padding-0-80 {
    padding-top: 0;
    padding-bottom: 80px;
}

.section-padding-80-0 {
    padding-top: 80px;
    padding-bottom: 0;
}

/* :: 3.0 Preloader CSS */
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: #78bce7;
    /* background-color: #1583e9; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.content-desktop {
    display: block;
}
#content-mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    #content-desktop {
        display: none;
    }
    #content-mobile {
        display: block;
    }
}

@media (min-width: 1200px){
    .container-custom {
    max-width: 1190px !important;
    }   
}


.wrapper {
    margin: auto;
    display: block;
}

.cssload-loader {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    background: #ffffff;
}

.cssload-loader,
.cssload-loader:after,
.cssload-loader:before {
    animation: 1.15s infinite ease-in-out;
    -o-animation: 1.15s infinite ease-in-out;
    -ms-animation: 1.15s infinite ease-in-out;
    -webkit-animation: 1.15s infinite ease-in-out;
    -moz-animation: 1.15s infinite ease-in-out;
}

.cssload-loader:after,
.cssload-loader:before {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.cssload-loader {
    animation-name: cssload-loader;
    -o-animation-name: cssload-loader;
    -ms-animation-name: cssload-loader;
    -webkit-animation-name: cssload-loader;
    -moz-animation-name: cssload-loader;
}

@keyframes cssload-loader {
    from {
        transform: scale(0);
        opacity: 1;
    }
    to {
        transform: scale(1);
        opacity: 0;
    }
}
@-o-keyframes cssload-loader {
    from {
        -o-transform: scale(0);
        opacity: 1;
    }
    to {
        -o-transform: scale(1);
        opacity: 0;
    }
}
@-ms-keyframes cssload-loader {
    from {
        -ms-transform: scale(0);
        opacity: 1;
    }
    to {
        -ms-transform: scale(1);
        opacity: 0;
    }
}
@-webkit-keyframes cssload-loader {
    from {
        -webkit-transform: scale(0);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}
@-moz-keyframes cssload-loader {
    from {
        -moz-transform: scale(0);
        opacity: 1;
    }
    to {
        -moz-transform: scale(1);
        opacity: 0;
    }
}
/* :: 4.0 Heading CSS */
.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 70px;
}
.section-heading h2 {
    font-size: 48px;
    /* text-transform: capitalize; */
    margin-bottom: 0;
    line-height: 1.1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-heading h2 {
        font-size: 36px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-heading h2 {
        font-size: 42px;
    }
}
@media only screen and (max-width: 767px) {
    .section-heading h2 {
        font-size: 30px;
    }
}
.section-heading p {
    margin-top: 15px;
    font-size: 18px;
    margin-bottom: 0;
    color: #a6a6a6;
}

/* :: 5.0 Backtotop CSS */
#scrollUp {
    bottom: 50px;
    font-size: 30px;
    line-height: 45px;
    right: 50px;
    width: 50px;
    /* background-color: #1583e9; */
    background-color: #78bce7;
    color: #ffffff;
    text-align: center;
    height: 50px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    border-radius: 50%;
    -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
}
#scrollUp:focus,
#scrollUp:hover {
    background-color: #000000;
    color: #ffffff;
}
@media only screen and (max-width: 767px) {
    #scrollUp {
        right: 30px;
        bottom: 30px;
    }
}

/* :: 6.0 Buttons CSS */
.uza-btn {
    position: relative;
    z-index: 1;
    min-width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    padding: 0 30px;
    text-align: center;
    /* text-transform: capitalize; */
    color: #ffffff;
    border: none;
    border-radius: 50px;
    background-color: #72ad58;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
}

@media screen and (max-width: 370px) {
    .uza-btn {
        margin-bottom: 10px;
        min-width: 120px;
    }
}

@media screen and (max-width: 295px) {
    .uza-btn {
        margin-bottom: 10px;
        min-width: 160px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .uza-btn {
        min-width: 150px;
    }
}

.uza-btn:focus,
.uza-btn:hover {
    -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    background-color: #ffffff;
    color: #72ad58;
}
.uza-btn.btn-2 {
    /* background-color: #1583e9; */
    background-color: #72ad58;
    color: #ffffff;
}
.uza-btn.btn-2:focus,
.uza-btn.btn-2:hover {
    background-color: #ffffff;
    color: #72ad58;
}
.uza-btn.btn-3 {
    border: 2px solid #72ad58;
    line-height: 46px;
}

.login-register-btn a {
    display: inline-block;
}
.login-register-btn a span {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #a6a6a6;
}
.login-register-btn a span:focus,
.login-register-btn a span:hover {
    color: #72ad58;
}
.login-register-btn a:focus,
.login-register-btn a:hover {
    color: #72ad58;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .login-register-btn a {
        font-size: 14px;
    }
}

/* :: 7.0 Header CSS */
.header-area {
    position: fixed;
    z-index: 600;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .main-header-area {
        border-top: 10px solid #303030;
    }
}
@media only screen and (max-width: 767px) {
    .header-area .main-header-area {
        border-top: 10px solid #303030;
    }
}
.header-area .main-header-area.sticky {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    top: 0;
    width: 100%;
    position: fixed;
    background-color: rgba(231, 242, 253, .8);
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
    border-bottom: none;
    left: 0;
    z-index: 650;
    /* -webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px); */

    transition: height 0.1s ease-out 0s;
    font-weight: 600;
    backdrop-filter: blur(0.3rem);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.5);
    -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 767px) {
    .header-area .main-header-area.sticky {
        backdrop-filter: none;
    }
}
.header-area .search-icon {
    position: relative;
    z-index: 1;
    margin-left: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .search-icon {
        margin-left: 15px;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .header-area .search-icon {
        margin-left: 15px;
        margin-top: 20px;
    }
}
.header-area .search-icon i {
    font-size: 20px;
    color: #303030;
    cursor: pointer;
}

.classy-nav-container {
    background-color: transparent;
    padding: 0;
}
@media only screen and (max-width: 767px) {
    .classy-nav-container {
        padding: 0 15px;
    }
}
.classy-nav-container .classy-navbar {
    height: 75px;
    padding: 0 3%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .classy-nav-container .classy-navbar {
        height: 70px;
        padding: 0 5%;
    }
}
@media only screen and (max-width: 767px) {
    .classy-nav-container .classy-navbar {
        height: 70px;
        padding: 0 5%;
    }
}
@media only screen and (max-width: 767px) {
    .classy-nav-container .classy-navbar .nav-brand {
        max-width: 90px;
        margin-right: 15px;
    }
}
.classy-nav-container .classy-navbar .classynav ul li a {
    position: relative;
    z-index: 1;
    font-weight: normal;
    font-size: 18px;
    text-transform: capitalize;
    color: #303030;
}
.classy-nav-container .classy-navbar .classynav ul li a:focus,
.classy-nav-container .classy-navbar .classynav ul li a:hover {
    color: #1583e9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .classy-nav-container .classy-navbar .classynav ul li a {
        font-size: 14px;
        padding: 0 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .classy-nav-container .classy-navbar .classynav ul li a {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .classy-nav-container .classy-navbar .classynav ul li a {
        font-size: 14px;
    }
}
.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a {
    font-size: 16px;
    text-transform: capitalize;
    height: 42px;
    line-height: 42px;
    padding: 0 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .classy-nav-container
        .classy-navbar
        .classynav
        ul
        li.cn-dropdown-item
        ul
        li
        a {
        font-size: 14px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .classy-nav-container
        .classy-navbar
        .classynav
        ul
        li.cn-dropdown-item
        ul
        li
        a {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .classy-nav-container
        .classy-navbar
        .classynav
        ul
        li.cn-dropdown-item
        ul
        li
        a {
        font-size: 14px;
    }
}
.classy-nav-container .classy-navbar .classynav ul li.current-item a::after {
    content: "";
    position: absolute;
    width: 70%;
    height: 2px;
    background-color: #1583e9;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .classy-nav-container
        .classy-navbar
        .classynav
        ul
        li.current-item
        a::after {
        width: 100%;
        height: 1px;
    }
}
@media only screen and (max-width: 767px) {
    .classy-nav-container
        .classy-navbar
        .classynav
        ul
        li.current-item
        a::after {
        width: 100%;
        height: 1px;
    }
}

.classynav ul li.has-down > a::after,
.classynav ul li.has-down.active > a::after,
.classynav ul li.megamenu-item > a::after {
    color: #303030;
}

.breakpoint-off .classynav ul li .dropdown {
    width: 210px;
    -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    border-radius: 6px;
}

.top-search-area .modal-content {
    border: none;
}
.top-search-area .modal-content .modal-body {
    padding: 50px;
}
@media only screen and (max-width: 767px) {
    .top-search-area .modal-content .modal-body {
        padding: 50px 15px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .top-search-area .modal-content .modal-body {
        padding: 50px;
    }
}
.top-search-area .modal-content .modal-body button.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    font-size: 14px;
}
.top-search-area .modal-content .modal-body button.close-btn.btn {
    padding: 0;
    background-color: transparent;
}
.top-search-area .modal-content .modal-body button.close-btn.btn:focus,
.top-search-area .modal-content .modal-body button.close-btn.btn:hover {
    box-shadow: none;
    color: #1583e9;
}
.top-search-area form {
    width: 100%;
    position: relative;
    z-index: 1;
}
.top-search-area form input {
    width: 100%;
    height: 50px;
    border: none;
    box-shadow: 0 0 30px 15px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    font-size: 12px;
    font-style: italic;
    padding: 0 20px;
}
.top-search-area form input:focus {
    box-shadow: 0 0 30px 15px rgba(0, 0, 0, 0.08);
}
.top-search-area form button {
    position: absolute;
    width: 100px;
    height: 50px;
    top: 0;
    right: 0;
    z-index: 10;
    border-radius: 0 6px 6px 0;
    border: none;
    background-color: #1583e9;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
    .top-search-area form button {
        width: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .get-a-quote {
        margin: 30px 15px !important;
    }
}
@media only screen and (max-width: 767px) {
    .get-a-quote {
        margin: 30px 15px !important;
    }
}

/* :: 8.0 Hero CSS */
.welcome-slides {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.single-welcome-slide {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 900px;
    background-color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-welcome-slide {
        height: 750px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-welcome-slide {
        height: 600px;
    }
}
@media only screen and (max-width: 767px) {
    .single-welcome-slide {
        height: 900px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-welcome-slide {
        height: 1000px;
    }
}
.single-welcome-slide .background-curve {
    position: absolute;
    width: 70%;
    top: 0;
    height: 100%;
    right: 0;
    z-index: -1;
}
.single-welcome-slide .background-curve img {
    width: 100%;
    background-repeat: no-repeat;
}
.single-welcome-slide .welcome-text {
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 767px) {
    .single-welcome-slide .welcome-text {
        padding-top: 50px;
    }
}
.single-welcome-slide .welcome-text h2 {
    font-size: 72px;
    display: block;
    margin-bottom: 30px;
}
@media only screen and (min-width: 1401px) and (max-width: 1800px) {
    .single-welcome-slide .welcome-text h2 {
        font-size: 60px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
    .single-welcome-slide .welcome-text h2 {
        font-size: 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-welcome-slide .welcome-text h2 {
        font-size: 34px;
    }
}
@media only screen and (max-width: 767px) {
    .single-welcome-slide .welcome-text h2 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 345px) {
    .single-welcome-slide .welcome-text h2 {
        font-size: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-welcome-slide .welcome-text h2 {
        font-size: 42px;
    }
}
.single-welcome-slide .welcome-text h2 span {
    /* color: #1583e9;  */
    color: #78bce7;
}
.single-welcome-slide .welcome-text h5 {
    font-size: 22px;
    color: #a6a6a6;
    margin-bottom: 60px;
    display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-welcome-slide .welcome-text h5 {
        font-size: 18px;
        margin-bottom: 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-welcome-slide .welcome-text h5 {
        font-size: 14px;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .single-welcome-slide .welcome-thumbnail {
        margin-top: -120px;
    }
}

.welcome-image {
    border-radius: 0.6rem;
    box-shadow: -12px 12px 60px #00000035;
}

.referentie-sildes {
    position: relative;
    z-index: 1;
}
.referentie-sildes .owl-dots {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.referentie-sildes .owl-dots .owl-dot {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8px;
    flex: 0 0 8px;
    max-width: 8px;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #e7f2fd;
}
.referentie-sildes .owl-dots .owl-dot.active {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38px;
    flex: 0 0 38px;
    max-width: 38px;
    width: 38px;
    border-radius: 15px;
    background-color: #78bce7;
}

.referentie-sildes .owl-next,
.referentie-sildes .owl-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: auto;
    margin-top: -25px;
    left: 0;
    z-index: 10;
    line-height: 50px;
}
.referentie-sildes .owl-next i,
.referentie-sildes .owl-prev i {
    font-size: 50px;
    color: #b7b7b7;
}
.referentie-sildes .owl-next i:hover,
.referentie-sildes .owl-next i:focus,
.referentie-sildes .owl-prev i:hover,
.referentie-sildes .owl-prev i:focus {
    color: #1583e9;
}
.referentie-sildes .owl-next {
    left: auto;
    right: 0;
}

/* :: 09.0 Portfolio CSS */
.uza-portfolio-area {
    position: relative;
    z-index: 1;
    padding-left: 3%;
    padding-right: 3%;
}
.uza-portfolio-area .portfolio-bg-curve {
    position: absolute;
    /* bottom: 0; */
    right: 0;
    z-index: -1;
    height: auto;
    width: auto;
}

.single-portfolio-slide {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}
.single-portfolio-slide img {
    position: relative;
    z-index: 1;
    width: 100%;
}
.single-portfolio-slide .overlay-effect {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    background-color: rgba(231, 242, 253, 0.9);
    padding: 40px 30px;
    opacity: 0;
    visibility: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-portfolio-slide .overlay-effect {
        padding: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .single-portfolio-slide .overlay-effect {
        padding: 30px;
    }
}
.single-portfolio-slide .overlay-effect h4 {
    display: block;
    margin-bottom: 15px;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    .single-portfolio-slide .overlay-effect h4 {
        margin-bottom: 10px;
        font-size: 20px;
    }
}
.single-portfolio-slide .overlay-effect p {
    margin-bottom: 0;
    line-height: 1.6;
}
@media only screen and (max-width: 767px) {
    .single-portfolio-slide .overlay-effect p {
        font-size: 14px;
    }
}
.single-portfolio-slide .view-more-btn a {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ffffff;
    display: inline-block;
    position: absolute;
    bottom: 40px;
    right: 0;
    z-index: 100;
    text-align: center;
    line-height: 65px;
    font-size: 24px;
    opacity: 0;
    visibility: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-portfolio-slide .view-more-btn a {
        bottom: 30px;
        width: 40px;
        height: 40px;
        line-height: 45px;
    }
}
@media only screen and (max-width: 767px) {
    .single-portfolio-slide .view-more-btn a {
        bottom: 30px;
        width: 40px;
        height: 40px;
        line-height: 45px;
    }
}
.single-portfolio-slide .view-more-btn a:focus,
.single-portfolio-slide .view-more-btn a:hover {
    background-color: #1583e9;
    color: #ffffff;
}
/* .single-portfolio-slide:focus, .single-portfolio-slide:hover {
    -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15); } */
.single-portfolio-slide:focus .overlay-effect,
.single-portfolio-slide:hover .overlay-effect {
    opacity: 1;
    visibility: visible;
}
.single-portfolio-slide:focus .view-more-btn a,
.single-portfolio-slide:hover .view-more-btn a {
    right: 40px;
    opacity: 1;
    visibility: visible;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-portfolio-slide:focus .view-more-btn a,
    .single-portfolio-slide:hover .view-more-btn a {
        right: 30px;
    }
}

.portfolio-sildes {
    position: relative;
    z-index: 1;
}
.portfolio-sildes .owl-dots {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.portfolio-sildes .owl-dots .owl-dot {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8px;
    flex: 0 0 8px;
    max-width: 8px;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #e7f2fd;
}
.portfolio-sildes .owl-dots .owl-dot.active {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38px;
    flex: 0 0 38px;
    max-width: 38px;
    width: 38px;
    border-radius: 15px;
    background-color: #78bce7;
}
.portfolio-sildes .owl-next,
.portfolio-sildes .owl-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: auto;
    margin-top: -25px;
    left: 0;
    z-index: 10;
    line-height: 50px;
}
.portfolio-sildes .owl-next i,
.portfolio-sildes .owl-prev i {
    font-size: 50px;
    color: #b7b7b7;
}
.portfolio-sildes .owl-next i:hover,
.portfolio-sildes .owl-next i:focus,
.portfolio-sildes .owl-prev i:hover,
.portfolio-sildes .owl-prev i:focus {
    color: #1583e9;
}
.portfolio-sildes .owl-next {
    left: auto;
    right: 0;
}
.portfolio-menu {
    position: relative;
    z-index: 1;
}
.portfolio-menu button {
    background-color: transparent;
    padding: 0;
    font-weight: 600;
    color: #a6a6a6;
    font-size: 22px;
    margin: 0 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .portfolio-menu button {
        font-size: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-menu button {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .portfolio-menu button {
        font-size: 16px;
        margin: 0 10px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .portfolio-menu button {
        font-size: 14px;
        margin: 0 5px;
    }
}
.portfolio-menu button.active,
.portfolio-menu button:hover {
    color: #303030;
}
.portfolio-menu button:focus {
    box-shadow: none;
}

.single-portfolio-item .single-portfolio-slide {
    margin-right: 10px;
    margin-left: 10px;
}

.portfolio-details-text {
    position: relative;
    z-index: 1;
}
.portfolio-details-text h2 {
    font-size: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .portfolio-details-text h2 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .portfolio-details-text h2 {
        font-size: 24px;
    }
}
.portfolio-details-text h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: #1583e9;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: 400;
}
.portfolio-details-text p {
    margin-bottom: 0;
}

.portfolio-meta h6 {
    color: #707070;
    margin-bottom: 10px;
    font-weight: 400;
}
@media only screen and (max-width: 767px) {
    .portfolio-meta {
        margin-top: 50px;
    }
}

.portfolio-social-info p {
    margin-bottom: 0;
    margin-right: 15px;
}
.portfolio-social-info a {
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
}
.portfolio-social-info a:last-child {
    margin-right: 0;
}
.portfolio-social-info a:hover,
.portfolio-social-info a:focus {
    color: #1583e9;
}

.portfolio-pager {
    position: relative;
    z-index: 1;
}
.portfolio-pager a {
    display: inline-block;
    color: #707070;
}
.portfolio-pager a:nth-child(2) {
    color: #a6a6a6;
}
.portfolio-pager a:hover,
.portfolio-pager a:focus {
    color: #1583e9;
}
@media only screen and (max-width: 767px) {
    .portfolio-pager a {
        font-size: 12px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .portfolio-pager a {
        font-size: 16px;
    }
}
.power-slides {
    position: relative;
    z-index: 1;
    padding-left: 10%;
    padding-right: 10%;
}
.power-slides .owl-dots {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.power-slides .owl-dots .owl-dot {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8px;
    flex: 0 0 8px;
    max-width: 8px;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #e7f2fd;
}
.power-slides .owl-dots .owl-dot.active {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38px;
    flex: 0 0 38px;
    max-width: 38px;
    width: 38px;
    border-radius: 15px;
    background-color: #78bce7;
}
.power-slides .owl-next,
.power-slides .owl-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: auto;
    margin-top: -25px;
    left: 0;
    z-index: 10;
    line-height: 50px;
}
.power-slides .owl-next i,
.power-slides .owl-prev i {
    font-size: 50px;
    color: #b7b7b7;
}
.power-slides .owl-next i:hover,
.power-slides .owl-next i:focus,
.power-slides .owl-prev i:hover,
.power-slides .owl-prev i:focus {
    color: #1583e9;
}
.power-slides .owl-next {
    left: auto;
    right: 0;
}

/* :: 10.0 Testimonial CSS */
.testimonial-slides {
    position: relative;
    z-index: 1;
    padding-left: 10%;
    padding-right: 10%;
}
.testimonial-slides .owl-dots {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.testimonial-slides .owl-dots .owl-dot {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8px;
    flex: 0 0 8px;
    max-width: 8px;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #e7f2fd;
}
.testimonial-slides .owl-dots .owl-dot.active {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38px;
    flex: 0 0 38px;
    max-width: 38px;
    width: 38px;
    border-radius: 15px;
    background-color: #78bce7;
}
.testimonial-slides .owl-next,
.testimonial-slides .owl-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: auto;
    margin-top: -25px;
    left: 0;
    z-index: 10;
    line-height: 50px;
}
.testimonial-slides .owl-next i,
.testimonial-slides .owl-prev i {
    font-size: 50px;
    color: #b7b7b7;
}
.testimonial-slides .owl-next i:hover,
.testimonial-slides .owl-next i:focus,
.testimonial-slides .owl-prev i:hover,
.testimonial-slides .owl-prev i:focus {
    color: #1583e9;
}
.testimonial-slides .owl-next {
    left: auto;
    right: 0;
}

.border-line {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 1px;
    background-color: #e7f2fd;
}

.single-testimonial-slide {
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 767px) {
    .single-testimonial-slide {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.single-testimonial-slide .testimonial-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    max-width: 170px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    margin-right: 60px;
}
.single-testimonial-slide .testimonial-thumbnail img {
    border-radius: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-testimonial-slide .testimonial-thumbnail {
        margin-right: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .single-testimonial-slide .testimonial-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
        max-width: 120px;
        width: 120px;
        height: 120px;
        margin-right: 0;
        margin-bottom: 50px;
    }
}
.single-testimonial-slide .testimonial-content {
    position: relative;
    z-index: 1;
}
.single-testimonial-slide .testimonial-content h4 {
    font-weight: normal;
    font-style: italic;
    margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-testimonial-slide .testimonial-content h4 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .single-testimonial-slide .testimonial-content h4 {
        font-size: 18px;
    }
}
.single-testimonial-slide .testimonial-content .ratings {
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 10px;
}
.single-testimonial-slide .testimonial-content .ratings i {
    font-size: 16px;
    color: #f3c612;
}
.single-testimonial-slide .testimonial-content .author-info h5 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .single-testimonial-slide .testimonial-content .author-info h5 {
        font-size: 14px;
    }
}
.single-testimonial-slide .testimonial-content .author-info h5 span {
    font-size: 14px;
    text-transform: uppercase;
    color: #b7b7b7;
}
@media only screen and (max-width: 767px) {
    .single-testimonial-slide .testimonial-content .author-info h5 span {
        font-size: 12px;
    }
}
.single-testimonial-slide .testimonial-content .quote-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

/* :: 11.0 Newsletter CSS */
.uza-newsletter-area {
    position: relative;
    z-index: 1;
}
.uza-newsletter-area .border-line {
    width: 100%;
    height: 1px;
    background-color: #e7f2fd;
}
.uza-newsletter-area .nl-content {
    position: relative;
    z-index: 1;
}
.uza-newsletter-area .nl-content h2 {
    font-size: 36px;
    display: block;
    margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .uza-newsletter-area .nl-content h2 {
        font-size: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .uza-newsletter-area .nl-content h2 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .uza-newsletter-area .nl-content h2 {
        font-size: 24px;
    }
}
.uza-newsletter-area .nl-content p {
    margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .uza-newsletter-area .nl-content p {
        font-size: 14px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .uza-newsletter-area .nl-content p {
        font-size: 12px;
    }
}
.uza-newsletter-area .nl-form form {
    position: relative;
    z-index: 1;
}
.uza-newsletter-area .nl-form form input {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    background-color: #e7f2fd;
    border: none;
    font-size: 16px;
    padding: 0 30px;
}
.uza-newsletter-area .nl-form form button {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    padding: 0 30px;
    border-radius: 0 50px 50px 0;
    background-color: #1583e9;
    font-size: 16px;
    color: #ffffff;
    height: 50px;
    top: 0;
    right: 0;
    border: none;
    cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .uza-newsletter-area .nl-form form button {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 767px) {
    .uza-newsletter-area .nl-form form button {
        padding: 0 20px;
    }
}
.uza-newsletter-area .nl-form form button:hover,
.uza-newsletter-area .nl-form form button:focus {
    background-color: #303030;
}

/* :: 12.0 About CSS */
.about-us-content {
    position: relative;
    z-index: 1;
}
.about-us-content h2 {
    font-size: 48px;
    display: block;
    margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-us-content h2 {
        font-size: 36px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-us-content h2 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .about-us-content h2 {
        font-size: 30px;
    }
}

.about-us-thumbnail {
    position: relative;
    z-index: 1;
    width: 100%;
}

.about-us-thumbnail img {
    width: 100%;
    border-radius: 0.6rem;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.2), 5px 10px 40px rgba(0,0,0,0.2);
    position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-us-thumbnail {
        padding-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .about-us-thumbnail {
        padding-right: 0;
        padding-bottom: 3rem;
    }
}

.about-us-thumbnail2 {
    position: relative;
    width: 100%;
}
@media only screen and (max-width: 1400px) {
    .about-us-thumbnail2 {
        display: none;
    }
}

.about-us-thumbnail2 img {
    width: 100%;
    border-radius: 0.6rem;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.2), 5px 10px 40px rgba(0,0,0,0.2);
    position: relative;
    transform: translate3d(-95px, -81px, 0px) !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-us-thumbnail2 {
        padding-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .about-us-thumbnail2 {
        padding-right: 0;
    }
}

.uza-video-area {
    position: absolute;
    top: 50%;
    right: 220px;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .uza-video-area {
        right: auto;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
@media only screen and (max-width: 767px) {
    .uza-video-area {
        right: auto;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
.uza-video-area .video-play-btn {
    display: inline-block;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    background-color: #72ad58;
    color: #ffffff;
    line-height: 70px;
    text-align: center;
    font-size: 24px;
}
.uza-video-area .video-play-btn i {
    padding-left: 5px;
}
.uza-video-area .video-play-btn:focus,
.uza-video-area .video-play-btn:hover {
    box-shadow: none;
    background-color: #72ad58;
}

.uza-about-us-area {
    position: relative;
    z-index: 1;
}

.uza-services-area {
    position: relative;
    z-index: 1;
}

.uza-about-us-area .about-bg-pattern {
    position: absolute;
    width: 40%;
    left: 0;
    bottom: 0;
    z-index: -1;
    height: 100%;
}
.uza-about-us-area .about-bg-pattern img {
    height: 100%;
    width: auto;
}

.uza-video-area .video-play-btn {
    -webkit-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
}
.uza-video-area .video-play-btn:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: "";
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px #1583e9;
    opacity: 1;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-animation: sonarEffect 1.3s ease-out 75ms infinite;
    animation: sonarEffect 1.3s ease-out 75ms infinite;
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc,
            0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc,
            0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc,
            0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc,
            0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc,
            0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc,
            0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
.uza-why-choose-us-area {
    position: relative;
    z-index: 1;
}
.uza-why-choose-us-area ul li {
    font-size: 16px;
    margin-bottom: 15px;
    color: #707070;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.uza-why-choose-us-area ul li i {
    color: #1583e9;
    margin-right: 15px;
}
.uza-why-choose-us-area ul li:last-child {
    margin-bottom: 0;
}

.about-tab-area {
    position: relative;
    z-index: 1;
}
.about-tab-area .nav-tabs .nav-item {
    margin-bottom: 0;
}
.about-tab-area .nav-tabs .nav-link {
    position: relative;
    z-index: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0 0 15px 0;
    border: none;
    margin-right: 30px;
    background-color: transparent;
}
@media only screen and (max-width: 767px) {
    .about-tab-area .nav-tabs .nav-link {
        letter-spacing: 1px;
        margin-right: 15px;
        font-size: 14px;
    }
}
.about-tab-area .nav-tabs .nav-link.active:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    background-color: #1583e9;
    width: 100%;
    height: 2px;
}

/* 13.0 Service CSS */
.single-service-area {
    position: relative;
    z-index: 1;
    text-align: center;
}
.single-service-area .service-icon {
    background-color: #e7f2fd;
    width: 145px;
    height: 110px;
    font-size: 42px;
    color: #303030;
    text-align: center;
    line-height: 110px;
    border-radius: 80px 200px 200px 362px;
    margin: 0 auto 30px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
.single-service-area h5 {
    font-size: 22px;
    display: block;
    margin-bottom: 15px;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    font-weight: 600;
}
.single-service-area:focus .service-icon,
.single-service-area:hover .service-icon {
    background-color: #78bce7;
    color: #ffffff;
    -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
}
.single-service-area:focus h5,
.single-service-area:hover h5 {
    color: #78bce7;
}

.cta-testimonial-cfa-area {
    position: relative;
    z-index: 1;
}
.cta-testimonial-cfa-area .cta-testimonial-cfa-bg-curve {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    z-index: -1;
}

/* :: 14.0 Breadcrumb CSS */
.breadcrumb-area {
    position: relative;
    z-index: 1;
    height: 290px;
    margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-area {
        height: 220px;
    }
}
@media only screen and (max-width: 767px) {
    .breadcrumb-area {
        height: 200px;
        margin-bottom: 0;
    }
}
.breadcrumb-area .breadcrumb-bg-curve {
    position: absolute;
    width: 80%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-size: cover;
    text-align: right !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb-area .breadcrumb-bg-curve {
        width: 90%;
    }
}
.breadcrumb-area .title {
    font-size: 60px;
    margin-bottom: 0;
    text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb-area .title {
        font-size: 42px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-area .title {
        font-size: 36px;
    }
}
@media only screen and (max-width: 767px) {
    .breadcrumb-area .title {
        font-size: 30px;
    }
}
.breadcrumb-area .breadcumb--con .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item,
.breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item > a,
.breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item.active {
    font-size: 18px;
    text-transform: capitalize;
    color: #303030;
    font-weight: normal;
    letter-spacing: normal;
}
@media only screen and (max-width: 767px) {
    .breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item,
    .breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item > a,
    .breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item.active {
        font-size: 14px;
    }
}
.breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item:focus,
.breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item:hover,
.breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item > a:focus,
.breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item > a:hover,
.breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item.active:focus,
.breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item.active:hover {
    color: #1583e9;
}
.breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item.active {
    color: #a6a6a6;
}
.breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item.active:focus,
.breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item.active:hover {
    color: #a6a6a6;
}
.breadcrumb-area .breadcumb--con .breadcrumb .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.breadcrumb-area .breadcumb--con .breadcrumb .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.breadcrumb-area
    .breadcumb--con
    .breadcrumb
    .breadcrumb-item
    + .breadcrumb-item::before {
    content: "\f105";
    font-family: "FontAwesome";
}

/* :: 15.0 Blog CSS */
.uza-blog-area {
    position: relative;
    z-index: 1;
}
.uza-blog-area .blog-bg-curve {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.single-blog-post {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1);
}
.single-blog-post .post-content {
    position: relative;
    z-index: 10;
    padding: 40px;
    background-color: #ffffff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
.single-blog-post .post-content .post-date {
    font-size: 16px;
    text-transform: capitalize;
    color: #a6a6a6;
    display: block;
    margin-bottom: 10px;
}
.single-blog-post .post-content .post-date span {
    font-size: 36px;
    color: #1583e9;
    margin-right: 5px;
}
.single-blog-post .post-content .post-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}
.single-blog-post .post-content .post-title:focus,
.single-blog-post .post-content .post-title:hover {
    color: #1583e9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog-post .post-content .post-title {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .single-blog-post .post-content .post-title {
        font-size: 20px;
    }
}
.single-blog-post .post-content .read-more-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.single-blog-post .post-content .read-more-btn i {
    color: #1583e9;
    font-size: 20px;
}
.single-blog-post:focus,
.single-blog-post:hover {
    -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
}
.single-blog-post:focus .post-content,
.single-blog-post:hover .post-content {
    background-color: rgba(255, 255, 255, 0.9);
}

.blog-details-content {
    position: relative;
    z-index: 1;
}
.blog-details-content .post-content .post-date {
    font-size: 16px;
    text-transform: capitalize;
    color: #a6a6a6;
    display: block;
    font-weight: 600;
}
.blog-details-content .post-content .post-date span {
    font-size: 36px;
    color: #1583e9;
}
.blog-details-content .post-content h2 {
    color: #303030;
    font-size: 60px;
    display: block;
    margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-details-content .post-content h2 {
        font-size: 42px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-content .post-content h2 {
        font-size: 36px;
    }
}
@media only screen and (max-width: 767px) {
    .blog-details-content .post-content h2 {
        font-size: 24px;
    }
}
.blog-details-content h1,
.blog-details-content h2,
.blog-details-content h3,
.blog-details-content h4,
.blog-details-content h5,
.blog-details-content h6 {
    margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
    .blog-details-content h2 {
        font-size: 24px;
    }
}
.blog-details-content p {
    font-size: 18px;
    color: #a6a6a6;
    font-weight: 400;
}
@media only screen and (max-width: 767px) {
    .blog-details-content p {
        font-size: 16px;
    }
}

.uza-pagination {
    position: relative;
    z-index: 1;
}
.uza-pagination .pagination .page-item .page-link {
    width: 40px;
    height: 40px;
    border-radius: 3px;
    padding: 0;
    line-height: 38px;
    margin: 0 5px;
    text-align: center;
    background-color: transparent;
    color: #707070;
    font-size: 16px;
}
.uza-pagination .pagination .page-item .page-link:focus,
.uza-pagination .pagination .page-item .page-link:hover {
    background-color: #1583e9;
    border-color: #1583e9;
    color: #ffffff;
}
.uza-pagination .pagination .page-item.active .page-link {
    background-color: #1583e9;
    border-color: #1583e9;
    color: #ffffff;
}

.comment_area {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding-top: 50px;
    padding-bottom: 50px;
}
.comment_area .title {
    margin-bottom: 30px;
    font-size: 30px;
}
@media only screen and (max-width: 767px) {
    .comment_area .title {
        font-size: 24px;
    }
}
.comment_area .comment-content {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.comment_area .comment-content .comment-author {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    width: 70px;
    max-width: 70px;
    margin-right: 20px;
    border-radius: 50%;
}
@media only screen and (max-width: 767px) {
    .comment_area .comment-content .comment-author {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        width: 50px;
        max-width: 50px;
        margin-right: 10px;
    }
}
.comment_area .comment-content .comment-author img {
    border-radius: 50%;
}
.comment_area .comment-content .comment-meta .post-date {
    color: #1583e9;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}
.comment_area .comment-content .comment-meta h5 {
    margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
    .comment_area .comment-content .comment-meta h5 {
        font-size: 16px;
    }
}
.comment_area .comment-content .comment-meta p {
    color: #303030;
    font-size: 16px;
    font-weight: 500;
}
@media only screen and (max-width: 767px) {
    .comment_area .comment-content .comment-meta p {
        font-size: 14px;
    }
}
.comment_area .comment-content .comment-meta a.like,
.comment_area .comment-content .comment-meta a.reply {
    display: inline-block;
    padding: 5px 15px 3px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #ebebeb;
    text-transform: uppercase;
}
.comment_area .comment-content .comment-meta a.like:focus,
.comment_area .comment-content .comment-meta a.like:hover,
.comment_area .comment-content .comment-meta a.reply:focus,
.comment_area .comment-content .comment-meta a.reply:hover {
    border-color: #1583e9;
    background-color: #1583e9;
    color: #ffffff;
}
.comment_area .children {
    margin-left: 50px;
}
@media only screen and (max-width: 767px) {
    .comment_area .children {
        margin-left: 20px;
    }
}
.comment_area .children .single_comment_area:last-of-type {
    margin-bottom: 0;
}

.uza-blockquote {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    margin-top: 30px;
}
.uza-blockquote .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    width: 70px;
}
@media only screen and (max-width: 767px) {
    .uza-blockquote .icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        max-width: 50px;
        width: 50px;
    }
}
.uza-blockquote .icon i {
    font-size: 60px;
    color: #1583e9;
}
@media only screen and (max-width: 767px) {
    .uza-blockquote .icon i {
        font-size: 30px;
    }
}
.uza-blockquote .text h5 {
    font-size: 30px;
    font-style: italic;
    margin-bottom: 15px;
    line-height: 1.6;
    font-weight: 400;
}
@media only screen and (max-width: 767px) {
    .uza-blockquote .text h5 {
        font-size: 20px;
    }
}
.uza-blockquote .text h6 {
    font-size: 30px;
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .uza-blockquote .text h6 {
        font-size: 20px;
    }
}

.uza-post-share {
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 767px) {
    .uza-post-share h6 {
        font-size: 10px;
        margin-right: 10px !important;
    }
}
.uza-post-share .social-info- a {
    display: inline-block;
    color: #303030;
    font-size: 16px;
    margin-right: 15px;
}
.uza-post-share .social-info- a:last-child {
    margin-right: 0;
}
.uza-post-share .social-info- a:focus,
.uza-post-share .social-info- a:hover {
    color: #1583e9;
}
@media only screen and (max-width: 767px) {
    .uza-post-share .social-info- a {
        font-size: 12px;
        margin-right: 5px;
    }
}

.post-catagories {
    position: relative;
    z-index: 1;
    margin: 50px 0;
}
.post-catagories ul li a {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid #ebebeb;
    background-color: #ffffff;
    color: #303030;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin: 3px;
}
.post-catagories ul li a:focus,
.post-catagories ul li a:hover {
    background-color: #1583e9;
    color: #ffffff;
}
@media only screen and (max-width: 767px) {
    .post-catagories ul li a {
        font-size: 10px;
        padding: 5px 10px;
    }
}

.related-news-area {
    position: relative;
    z-index: 1;
    padding-top: 50px;
    border-top: 1px solid #ebebeb;
    margin-bottom: 20px;
}

/* :: 16.0 CTA CSS */
.uza-cta-area {
    position: relative;
    z-index: 1;
}

.cta-content {
    position: relative;
    z-index: 1;
}
.cta-content h2 {
    font-size: 48px;
    margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cta-content h2 {
        font-size: 36px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-content h2 {
        font-size: 42px;
    }
}
@media only screen and (max-width: 767px) {
    .cta-content h2 {
        font-size: 30px;
    }
}
.cta-content h6 {
    font-size: 18px;
    margin-bottom: 0;
    color: #a6a6a6;
}
.cta-content .call-now-btn a {
    display: inline-block;
    font-size: 30px;
    color: #1583e9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cta-content .call-now-btn a {
        font-size: 22px;
    }
}
@media only screen and (max-width: 767px) {
    .cta-content .call-now-btn a {
        font-size: 24px;
    }
}
.cta-content .call-now-btn a span {
    font-size: 18px;
    color: #a6a6a6;
}
@media only screen and (max-width: 767px) {
    .cta-content .call-now-btn a span {
        font-size: 14px;
    }
}

/* :: 17.0 CFA CSS */
.single-cf-area {
    position: relative;
    z-index: 1;
}
.single-cf-area h2 {
    margin-bottom: 0;
    font-size: 60px;
    color: #1583e9;
    margin-right: 20px;
}
.single-cf-area .cf-text h6 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.single-cf-area .bg-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    font-size: 60px;
    color: #eaeaea;
}

/* :: 18.0 Team CSS */
.single-team-slide {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}
.single-team-slide img {
    position: relative;
    z-index: 1;
    width: 100%;
}
.single-team-slide .overlay-effect {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    background-color: rgba(231, 242, 253, 0.9);
    padding: 40px 30px;
    opacity: 0;
    visibility: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-team-slide .overlay-effect {
        padding: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .single-team-slide .overlay-effect {
        padding: 30px;
    }
}
.single-team-slide .overlay-effect h6 {
    font-size: 14px;
    color: #1583e9;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.single-team-slide .overlay-effect h4 {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    .single-team-slide .overlay-effect h4 {
        margin-bottom: 5px;
        font-size: 20px;
    }
}
.single-team-slide .overlay-effect p {
    margin-bottom: 0;
    line-height: 1.6;
}
@media only screen and (max-width: 767px) {
    .single-team-slide .overlay-effect p {
        font-size: 14px;
    }
}
.single-team-slide .team-social-info {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    bottom: 40px;
    left: 80px;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-team-slide .team-social-info {
        bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .single-team-slide .team-social-info {
        bottom: 30px;
    }
}
.single-team-slide .team-social-info a {
    display: inline-block;
    color: #ffffff;
    margin-right: 5px;
    background-color: #1583e9;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
}
.single-team-slide .team-social-info a.facebook {
    background-color: #4c60ac;
}
.single-team-slide .team-social-info a.twitter {
    background-color: #00bae3;
}
.single-team-slide .team-social-info a.pinterest {
    background-color: #d91a18;
}
.single-team-slide .team-social-info a.instagram {
    background-color: #0085d7;
}
.single-team-slide .team-social-info a.youtube {
    background-color: #e20000;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-team-slide .team-social-info a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .single-team-slide .team-social-info a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
}
.single-team-slide:focus,
.single-team-slide:hover {
    -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
}
.single-team-slide:focus .overlay-effect,
.single-team-slide:hover .overlay-effect {
    opacity: 1;
    visibility: visible;
}
.single-team-slide:focus .team-social-info,
.single-team-slide:hover .team-social-info {
    visibility: visible;
    opacity: 1;
    left: 30px;
}

.team-sildes {
    position: relative;
    z-index: 1;
}
.team-sildes .owl-dots {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.team-sildes .owl-dots .owl-dot {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8px;
    flex: 0 0 8px;
    max-width: 8px;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #e7f2fd;
}
.team-sildes .owl-dots .owl-dot.active {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38px;
    flex: 0 0 38px;
    max-width: 38px;
    width: 38px;
    border-radius: 15px;
    background-color: #78bce7;
}

/* :: 19.0 Footer CSS */
.footer-area {
    position: relative;
    z-index: 1;
}

.single-footer-widget {
    position: relative;
    z-index: 1;
}
.single-footer-widget .widget-title {
    color: #303030;
    margin-bottom: 20px;
    display: block;
    font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-footer-widget p {
        font-size: 14px;
    }
}
.single-footer-widget .footer-social-info a {
    display: inline-block;
    color: #ffffff;
    margin-right: 5px;
    background-color: #1583e9;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
}
.single-footer-widget .footer-social-info a.facebook {
    background-color: #4c60ac;
}
.single-footer-widget .footer-social-info a.twitter {
    background-color: #00bae3;
}
.single-footer-widget .footer-social-info a.pinterest {
    background-color: #d91a18;
}
.single-footer-widget .footer-social-info a.instagram {
    background-color: #0085d7;
}
.single-footer-widget .footer-social-info a.youtube {
    background-color: #e20000;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-footer-widget .footer-social-info a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
}
.single-footer-widget .our-link {
    position: relative;
    z-index: 1;
}
.single-footer-widget .our-link li a {
    position: relative;
    z-index: 1;
    font-size: 16px;
    color: #707070;
    margin-bottom: 15px;
    display: block;
    font-weight: normal;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-footer-widget .our-link li a {
        font-size: 14px;
    }
}
.single-footer-widget .our-link li a::after {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #1583e9;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.single-footer-widget .our-link li a:focus,
.single-footer-widget .our-link li a:hover {
    color: #1583e9;
    padding-left: 25px;
}
.single-footer-widget .our-link li a:focus::after,
.single-footer-widget .our-link li a:hover::after {
    width: 15px;
}
.single-footer-widget .our-link li:last-child a {
    margin-bottom: 0;
}
.single-footer-widget .footer-content {
    position: relative;
    z-index: 1;
}
.single-footer-widget .footer-content h3 {
    color: #1583e9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-footer-widget .footer-content h3 {
        font-size: 20px;
    }
}

.copywrite-text {
    position: relative;
    z-index: 1;
    margin-top: 20px;
}
.copywrite-text p {
    font-size: 16px;
    color: #a6a6a6;
    margin-bottom: 0;
}
.copywrite-text p a {
    color: #a6a6a6;
}
.copywrite-text p a:focus,
.copywrite-text p a:hover {
    color: #1583e9;
}

/* :: 20.0 Contact Area */
.uza-contact-area {
    position: relative;
    z-index: 1;
}
.uza-contact-area .google-maps {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 500px;
}
@media only screen and (max-width: 767px) {
    .uza-contact-area .google-maps {
        height: 280px;
    }
}
.uza-contact-area .google-maps iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.single-contact-card {
    position: relative;
    z-index: 1;
}
.single-contact-card h4 {
    margin-bottom: 15px;
}
.single-contact-card h3 {
    color: #1583e9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-contact-card h3 {
        font-size: 20px;
    }
}
.single-contact-card h6 {
    margin-bottom: 0;
    color: #707070;
    line-height: 1.5;
    font-weight: 400;
}
@media only screen and (max-width: 767px) {
    .single-contact-card h6 {
        font-size: 14px;
    }
}

.uza-contact-form {
    position: relative;
    z-index: 1;
}
.uza-contact-form .form-control {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border-radius: 30px;
    color: #a6a6a6;
    font-size: 14px;
}
.uza-contact-form .form-control:focus {
    box-shadow: none;
    border-color: #72ad58;
}
.uza-contact-form textarea.form-control {
    height: 110px;
    padding: 20px;
}

/*# sourceMappingURL=style.css.map */

@media (min-width: 1200px) {
    .wide-xl {
        max-width: 90% !important;
    }
    .wide-m {
        max-width: 70% !important;
    }
}

.round {
    border-radius: 30px;
}

.carousel-img-default {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.info-area {
    background-color: #78bce7;
}

.p-contact {
    padding-bottom: 30px;
}

.p-contact--heading {
    font-size: 18px;
    font-style: italic;
    margin-top: 30px;
}

.p-contact--text {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2em;
    white-space: nowrap;
}

.p-contact--label {
    display: inline-block;
    font-weight: normal;
    width: 125px;
}

.p-contact--value:before {
    content: ": ";
}

.new_footer_top {
    padding: 120px 0px 270px;
    position: relative;
    overflow-x: hidden;
}
.new_footer_area .footer_bottom {
    padding-top: 5px;
    padding-bottom: 50px;
}
.footer_bottom {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #7f88a6;
    padding: 27px 0px;
}
.new_footer_top .company_widget p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #6a7695;
    margin-bottom: 20px;
}
.new_footer_top .company_widget .f_subscribe_two .btn_get {
    border-width: 1px;
    margin-top: 20px;
}
.btn_get_two:hover {
    background: transparent;
    color: #5e2ced;
}
.btn_get:hover {
    color: #fff;
    background: #6754e2;
    border-color: #6754e2;
    -webkit-box-shadow: none;
    box-shadow: none;
}
a:hover,
a:focus,
.btn:hover,
.btn:focus,
button:hover,
button:focus {
    text-decoration: none;
    outline: none;
}

.anchor {
    padding-top: 115px;
}
.my-report {
    margin: auto;
    height: 700px;
    width: 70rem;
    position: relative;
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.1),
        0 4px 20px 0 rgba(0, 0, 0, 0.15);
    transition-duration: 0.32s;
}
.sas-heading {
    margin-bottom: 30px !important;
}

.floating-wall {
    height: 1010px;
    background: url(../assets/landing/wall.png) 0 0 repeat-x;
    -webkit-animation: floatwall 60s infinite linear;
    animation: floatwall 60s infinite linear;
}
@keyframes floatwall {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 1605px 0;
    }
}
@-webkit-keyframes floatwall {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 1605px 0;
    }
}

/* Footer */

.new_footer_top .f_widget.about-widget .f_list li a:hover {
    color: #5e2ced;
}
.new_footer_top .f_widget.about-widget .f_list li {
    margin-bottom: 11px;
}
.f_widget.about-widget .f_list li:last-child {
    margin-bottom: 0px;
}
.f_widget.about-widget .f_list li {
    margin-bottom: 15px;
}
.f_widget.about-widget .f_list {
    margin-bottom: 0px;
}
.new_footer_top .f_social_icon a {
    width: 44px;
    height: 44px;
    line-height: 43px;
    background: transparent;
    border: 1px solid #e2e2eb;
    font-size: 24px;
}
.f_social_icon a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 45px;
    color: #858da8;
    display: inline-block;
    background: #ebeef5;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.ti-facebook:before {
    content: "\e741";
}
.ti-twitter-alt:before {
    content: "\e74b";
}
.ti-vimeo-alt:before {
    content: "\e74a";
}
.ti-pinterest:before {
    content: "\e731";
}

.btn_get_two {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #5e2ced;
    border-color: #5e2ced;
    color: #fff;
}

.btn_get_two:hover {
    background: transparent;
    color: #5e2ced;
}

.new_footer_top .f_social_icon a:hover {
    background: #5e2ced;
    border-color: #5e2ced;
    color: white;
}
.new_footer_top .f_social_icon a + a {
    margin-left: 4px;
}
.new_footer_top .f-title {
    margin-bottom: 30px;
    color: #263b5e;
}
.f_600 {
    font-weight: 600;
}
.f_size_18 {
    font-size: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #4b505e;
}
.new_footer_top .f_widget.about-widget .f_list li a {
    color: #6a7695;
}

.new_footer_top .footer_bg {
    position: absolute;
    bottom: 0;
    background: url("http://droitthemes.com/html/saasland/img/seo/footer_bg.png")
        no-repeat scroll center 0;
    width: 100%;
    height: 266px;
}

.new_footer_top .footer_bg .footer_bg_one {
    background: url("https://1.bp.blogspot.com/-mvKUJFGEc-k/XclCOUSvCnI/AAAAAAAAUAE/jnBSf6Fe5_8tjjlKrunLBXwceSNvPcp3wCLcBGAsYHQ/s1600/volks.gif")
        no-repeat center center;
    width: 330px;
    height: 105px;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 30%;
    -webkit-animation: myfirst 22s linear infinite;
    animation: myfirst 22s linear infinite;
}

.new_footer_top .footer_bg .footer_bg_two {
    background: url("https://1.bp.blogspot.com/-hjgfxUW1o1g/Xck--XOdlxI/AAAAAAAAT_4/JWYFJl83usgRFMvRfoKkSDGd--_Sv04UQCLcBGAsYHQ/s1600/cyclist.gif")
        no-repeat center center;
    width: 88px;
    height: 100px;
    background-size: 100%;
    bottom: 0;
    left: 38%;
    position: absolute;
    -webkit-animation: myfirst 30s linear infinite;
    animation: myfirst 30s linear infinite;
}

@-moz-keyframes myfirst {
    0% {
        left: -25%;
    }
    100% {
        left: 100%;
    }
}

@-webkit-keyframes myfirst {
    0% {
        left: -25%;
    }
    100% {
        left: 100%;
    }
}

@keyframes myfirst {
    0% {
        left: -25%;
    }
    100% {
        left: 100%;
    }
}

/*************footer End*****************/

.cd-image-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 2em auto;
    border-radius: 0.6rem;
    overflow: hidden;
    box-shadow: -12px 12px 60px #00000035;
    animation: featureImgBounce 5s ease-in-out 0s infinite alternate;
  }
  .cd-image-container img {
    display: block;
  }
  
  .cd-image-label {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ffffff;
    padding: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
  }
  .cd-image-label.is-hidden {
    visibility: hidden;
  }
  .is-visible .cd-image-label {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  
  .cd-resize-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .cd-resize-img img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: auto;
    max-width: none;
  }
  .cd-resize-img .cd-image-label {
    right: auto;
    left: 0;
  }
  .is-visible .cd-resize-img {
    width: 50%;
    /* bounce in animation of the modified image */
    -webkit-animation: cd-bounce-in 0.7s;
    -moz-animation: cd-bounce-in 0.7s;
    animation: cd-bounce-in 0.7s;
  }
  
  @-webkit-keyframes cd-bounce-in {
    0% {
      width: 0;
    }
    60% {
      width: 55%;
    }
    100% {
      width: 50%;
    }
  }
  @-moz-keyframes cd-bounce-in {
    0% {
      width: 0;
    }
    60% {
      width: 55%;
    }
    100% {
      width: 50%;
    }
  }
  @keyframes cd-bounce-in {
    0% {
      width: 0;
    }
    60% {
      width: 55%;
    }
    100% {
      width: 50%;
    }
  }
  .cd-handle {
    position: absolute;
    height: 44px;
    width: 44px;
    /* center the element */
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border-radius: 50%;
    background: #72ad58 url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-arrows.svg") no-repeat center center;
    cursor: move;
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    -moz-transform: translate3d(0, 0, 0) scale(0);
    -ms-transform: translate3d(0, 0, 0) scale(0);
    -o-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
  }

  .cd-handle:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: "";
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px #1583e9;
    opacity: 1;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-animation: sonarEffect 1.3s ease-out 75ms infinite;
    animation: sonarEffect 1.3s ease-out 75ms infinite;
}

  .cd-handle.draggable {
    /* change background color when element is active */
    background-color: #445b7c;
  }
  .is-visible .cd-handle {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0s 0.7s;
  }
  

.src-mini-banner {
    background: linear-gradient(0deg, #3358f4 0%, #1d8cf8 100%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    position: absolute;
    width: 35px;
    height: 40px;
    border-bottom-left-radius: 60%;
    border-bottom-right-radius: 60%;
    left: 78%;
    top: 16px;
    color: white;
    text-align: center;
    padding-top: 12px;
}

.src-icon-2 {
    height: 100%;
    margin-top: -10px;
}
.src-icon-1 {
    height: 80%;
    margin-top: -5px;
}
.src-icon-7 {
    height: 100%;
    margin-top: -10px;
}
.src-icon-8 {
    height: 100%;
    margin-top: -10px;
}
.src-icon-4 {
    height: 100%;
    margin-top: -10px;
}
.src-icon-6 {
    height: 80%;
    margin-top: -5px;
}
.src-icon-3 {
    height: 80%;
    margin-top: -5px;
}
.src-icon-5 {
    height: 80%;
    margin-top: -5px;
}
.src-icon-9 {
    height: 100%;
    margin-top: -10px;
}
.src-icon-10 {
    height: 100%;
    margin-top: -10px;
}


.src-mb-1 {
    background: linear-gradient(0deg, #f8c600 0%, #eac311 100%);
}
.src-mb-7 {
    background: linear-gradient(0deg, #fff 0%, #fff 100%);
}
.src-mb-8 {
    background: linear-gradient(0deg, #fff 0%, #fff 100%);
}
.src-mb-4 {
    background: linear-gradient(0deg, #fff 0%, #fff 100%);
}
.src-mb-3 {
    background: linear-gradient(0deg, #fff 0%, #fff 100%);
}
.src-mb-5 {
    background: linear-gradient(to bottom left, #344675, #263148, #344675);
}
.src-mb-9 {
    background: linear-gradient(to bottom left, #344675, #263148, #344675);
}
.src-mb-10 {
    background: linear-gradient(to bottom left, #747efd, #5460f3);
}

.cat-banner {
    background-image: linear-gradient(
        to bottom left,
        #ff8d72,
        #ff6491,
        #ff8d72
    );
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    position: absolute;
    width: 45px;
    height: 50px;
    border-bottom-left-radius: 60%;
    border-bottom-right-radius: 60%;
    top: 0px;
    color: white;
    text-align: center;
    padding-top: 12px;
}

.subcategory-cards {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

@import url("https://fonts.googleapis.com/css?family=Raleway:400,700");

.subcat-report-card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 280px;
    margin-right: 1rem;
    padding: 1rem;
    z-index: 1;
    cursor: pointer;
    margin: 5px;
    margin-bottom: 6rem;
}

.subcat-report-card:before {
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 88%;
    height: 88%;
    background: #1f2229;
    border-radius: 15px;
    z-index: -1;
    transition: all 150ms ease;
}

.subcat-report-card:hover:before {
    width: 100%;
    height: 100%;
    transition: all 300ms ease;
}

.codepen-card-image {
    height: 172px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 1rem;
}


.codepen-card-user {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 20px;
}

.codepen-card-user-image {
    width: 40px;
    border-radius: 100px;
}

.codepen-card-user-details {
    flex: 1;
    color: white;
    padding: 0 0.5rem;
}
.codepen-card-user-details > .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    width: 210px;
    color: white;
}
.codepen-card-user-details > .name {
    font-size: 0.7rem;
    margin: 0;
    color: white;
}

.codepen-card-metrics {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12%;
    z-index: 3;
    display: flex;
}
.codepen-card-metrics > .badge {
    opacity: 0;
    color: white;
    font-weight: bold;
    margin-top: -20px;
}

.subcat-report-card:hover .badge {
    margin-top: 0px;
    opacity: 1;
    transition: all 0.4s ease;
}

.subcat-report-card:hover .badge > .info-1 {
    transition-delay: 0s;
}
.subcat-report-card:hover .badge > .info-2 {
    transition-delay: 0.2s;
}






.ms--images {
    position: relative;
    overflow: hidden;
  }
  .ms--images.ms-container--horizontal {
    width: 100%;
    height: 400px;
    max-width: 100%;
  }
  .ms--images.ms-container--horizontal .ms-track {
    left: calc(50% - 350px);
  }
  .ms--images.ms-container--horizontal .ms-slide {
    display: -webkit-inline-box;
    display: inline-flex;
  }
  .ms--images .ms-track {
    display: -webkit-box;
    display: flex;
    position: absolute;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .ms--images .ms-slide {
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: 700px;
    height: 400px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  .ms--images {
    left: calc(50% - 280px);
  }
  .ms--images.ms-container--horizontal .ms-track {
    left: -70px;
  }
  .ms--images .ms-slide:nth-child(1) .ms-slide__image {
    background-image: url("/assets/landing/demo/mijn_dashboard_dag.jpg");
  }
  .ms--images .ms-slide:nth-child(2) .ms-slide__image {
    background-image: url("/assets/landing/demo/mijn_dashboard_nacht.jpg");
  }
  .ms--images .ms-slide:nth-child(3) .ms-slide__image {
    background-image: url("/assets/landing/demo/afdeling_dag.jpg");
  }
  .ms--images .ms-slide:nth-child(4) .ms-slide__image {
    background-image: url("/assets/landing/demo/rapport_dag.jpg");
  }
  .ms--images .ms-slide__image-container {
    width: 80%;
    height: 80%;
    background-color: rgba(0, 0, 0, 0.3);
    overflow: hidden;
  }
  .ms--images .ms-slide__image {
    width: 100%;
    height: 100%;
    background-size: cover;
  }
  
  .ms--numbers {
    position: relative;
    overflow: hidden;
  }
  .ms--numbers.ms-container--horizontal {
    width: 240px;
    height: 240px;
    max-width: 100%;
  }
  .ms--numbers.ms-container--horizontal .ms-track {
    left: calc(50% - 120px);
  }
  .ms--numbers.ms-container--horizontal .ms-slide {
    display: -webkit-inline-box;
    display: inline-flex;
  }
  .ms--numbers .ms-track {
    display: -webkit-box;
    display: flex;
    position: absolute;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .ms--numbers .ms-slide {
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: 240px;
    height: 240px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  .ms--numbers {
    position: absolute;
    left: calc(50% - 380px);
    top: calc(50% - 300px);
    z-index: -1;
    pointer-events: none;
  }
  .ms--numbers .ms-slide {
    font-size: 9em;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.2);
  }
  
  .ms--titles {
    position: relative;
    overflow: hidden;
  }
  .ms--titles.ms-container--vertical {
    width: 400px;
    height: 170px;
    max-height: 100%;
  }
  .ms--titles.ms-container--vertical .ms-track {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    top: calc(50% - 85px);
  }
  .ms--titles.ms-container--vertical.ms-container--reverse .ms-track {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    top: auto;
    bottom: calc(50% - 85px);
  }
  .ms--titles.ms-container--vertical .ms-slide {
    display: -webkit-box;
    display: flex;
  }
  .ms--titles .ms-track {
    display: -webkit-box;
    display: flex;
    position: absolute;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .ms--titles .ms-slide {
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: 400px;
    height: 170px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  .ms--titles {
    position: absolute;
    left: calc(50% - 420px);
    top: calc(50% - 85px);
    z-index: 1;
    pointer-events: none;
  }
  .ms--titles .ms-track {
    white-space: normal;
  }
  .ms--titles .ms-slide {
    font-size: 3.3em;
    font-weight: 600;
  }
  .ms--titles .ms-slide h3 {
    margin: 0;
    text-shadow: 1px 1px 2px black;
  }
  
  .ms--links {
    position: relative;
    overflow: hidden;
  }
  .ms--links.ms-container--vertical {
    width: 120px;
    height: 60px;
    max-height: 100%;
  }
  .ms--links.ms-container--vertical .ms-track {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    top: calc(50% - 30px);
  }
  .ms--links.ms-container--vertical .ms-slide {
    display: -webkit-box;
    display: flex;
  }
  .ms--links .ms-track {
    display: -webkit-box;
    display: flex;
    position: absolute;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .ms--links .ms-slide {
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: 120px;
    height: 60px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  .ms--links {
    position: absolute;
    left: calc(50% - 420px);
    top: calc(50% + 105px);
    z-index: 1;
  }
  .ms--links .ms-track {
    white-space: normal;
  }
  .ms--links .ms-slide__link {
    font-weight: 600;
    padding: 5px 0 8px;
    border-bottom: 2px solid white;
    cursor: pointer;
  }
  
  .pagination {
    display: -webkit-box;
    display: flex;
    position: absolute;
    left: calc(50% - 420px);
    top: calc(100%);
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 1;
  }
  .pagination__button {
    display: inline-block;
    position: relative;
    width: 36px;
    height: 20px;
    margin: 0 5px;
    cursor: pointer;
  }
  .pagination__button:before, .pagination__button:after {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    width: 100%;
    box-shadow: 0 1px 0 #0B0D14;
  }
  .pagination__button:before {
    height: 2px;
    background-color: #6A3836;
  }
  .pagination__button:after {
    height: 3px;
    background-color: #DC4540;
    opacity: 0;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
  }
  
  .pagination__item--active .pagination__button:after {
    opacity: 1;
  }
  
  @media screen and (max-width: 860px) {
    .ms--numbers {
      left: calc(50% - 120px);
    }
  
    .ms--titles {
      left: calc(50% - 200px);
      top: calc(50% - 135px);
      text-align: center;
    }
  
    .ms--links {
      left: calc(50% - 60px);
      top: calc(50% + 80px);
    }
  
    .pagination-carousel {
      left: 50%;
      top: calc(100% - 50px);
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  @media screen and (max-width: 600px) {
    .ms--images {
      overflow: visible;
    }
  }
  @media screen and (max-width: 400px) {
    .ms--titles .ms-slide {
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
    }
  }
  *, *:before, *:after {
    box-sizing: border-box;
  }
  
  
  .container-carousel {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, 0.1);
  }
  
  .header__logo {
    font-size: 1.3em;
    font-weight: 900;
    letter-spacing: -1px;
  }
  .header__logo span {
    display: inline-block;
    -webkit-transform: translateY(4px) rotate(180deg);
            transform: translateY(4px) rotate(180deg);
    pointer-events: none;
  }
  
  .sliders-container {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
            flex: 1;
  }
  


::-webkit-scrollbar
{
    width: 9px;
    opacity: 0;
}

::-webkit-scrollbar-track
{
    opacity: 0;
}

::-webkit-scrollbar-thumb
{
    background-color: rgb(95, 95, 95);
    border-radius: 12px;
}



canvas{
    position: absolute;
    top:0;
    left:0;
    z-index:-1;
  }

  

  .illustration-editor {
    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: -2rem;
    margin-right: -10rem;
    grid-template-rows: 24px auto;
    justify-items: center;
  }
  
  .code {
    position: absolute;
    width: 290px;
    height: 145px;
    background: #1d1e22;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    z-index: 5;
  }
  .code header {
    display: grid;
    grid-template-columns: 36px auto 36px;
    align-items: center;
  }
  .code header svg {
    margin: 10px;
  }
  .code header h1 {
    font-family: Lato, sans-serif;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 1.57px;
    color: #c5c8d4;
    margin: 0;
  }
  .code-html {
    left: -100px;
    top: 40px;
  }
  .code-css {
    left: -25px;
    top: 200px;
  }
  .code-js {
    left: -175px;
    top: 360px;
  }
  .code .code-content {
    margin: 0 10px 10px;
    color: white;
  }
  .code .code-content .c-r {
    color: #a88038;
  }
  .code .code-content .c-o {
    color: #de7300;
  }
  .code .code-content .c-y {
    color: #e1ca72;
  }
  .code .code-content .c-g {
    color: #74b087;
  }
  .code .code-content .c-p {
    color: #9f8198;
  }
  .code .code-content .c-b {
    color: #7a99ad;
  }
  .code .code-content .c-c {
    color: #666666;
  }
  .code-css .code-content code .line-1 {
    width: 0%;
    margin: 0;
    border-right: 0.15em solid transparent;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
  }
  .code-css .code-content code .line-2 {
    width: 0%;
    margin: 0;
    border-right: 0.15em solid transparent;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
  }
  .code-css .code-content code .line-3 {
    width: 0%;
    margin: 0;
    border-right: 0.15em solid transparent;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
  }
  .code-css .code-content code .line-4 {
    width: 0%;
    margin: 0;
    border-right: 0.15em solid transparent;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
  }
  .code-css .code-content code .line-5 {
    width: 0%;
    margin: 0;
    border-right: 0.15em solid transparent;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
  }
  .code-css .code-content code .line-1 {
    animation: typing-1 3s 0s steps(30, end) forwards, cursor 1s linear 0s 3;
  }
  .code-css .code-content code .line-2 {
    animation: typing-2 3s 3s steps(30, end) forwards, cursor 1s linear 3s 3;
  }
  .code-css .code-content code .line-3 {
    animation: typing-3 3s 6s steps(30, end) forwards, cursor 1s linear 6s 3;
  }
  .code-css .code-content code .line-4 {
    animation: typing-4 3s 9s steps(30, end) forwards, cursor 1s linear 9s 3;
  }
  .code-css .code-content code .line-1, .code-css .code-content code .line-3, .code-css .code-content code .line-4 {
    animation-duration: 1s;
    animation-timing-function: steps(10, end);
  }
  .code-css .code-content code .line-5 {
    border-color: transparent;
    animation: typing-5 3s 12s steps(30, end) forwards, cursor-persist 1s linear 12s infinite;
  }
  .code-css .code-content code .line-2 {
    margin-left: 2rem;
  }
  .code-css .code-content code .line-3, .code-css .code-content code .line-4, .code-css .code-content code .line-5 {
    margin-left: 4rem;
  }
  
  
  @keyframes typing-1 {
    from {
      width: 0;
    }
    to {
      width: 60px;
    }
  }
  @keyframes typing-2 {
    from {
      width: 0;
    }
    to {
      width: 220px;
    }
  }
  @keyframes typing-3 {
    from {
      width: 0;
    }
    to {
      width: 70px;
    }
  }
  @keyframes typing-4 {
    from {
      width: 0;
    }
    to {
      width: 75px;
    }
  }
  @keyframes typing-5 {
    from {
      width: 0;
    }
    to {
      width: 141px;
    }
  }
  @keyframes cursor {
    from,
    to,
    20%,
    80% {
      border-color: transparent;
    }
    25%,
    75% {
      border-color: white;
    }
  }
  @keyframes cursor-persist {
    from,
    45% {
      border-color: transparent;
    }
    50%,
    to {
      border-color: white;
    }
  }
  


  /*** 

====================================================================
		Testimonial Section
====================================================================

***/
.large-container {
    position: static;
    max-width: 1580px;
    padding: 0px 30px;
    margin: 0 auto;
  }
  
  .testimonial-section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 210px;
    overflow: hidden;
  }
  .testimonial-section:before {
    position: absolute;
    left: -200px;
    top: 22%;
    background-image: url(http://t.commonsupport.com/adro/images/icons/ring-circle.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 701px;
    height: 756px;
    content: "";
    -webkit-animation: fa-spin 25s infinite alternate;
    animation: fa-spin 25s infinite alternate;
  }
  .testimonial-section .sec-title {
    position: relative;
    margin-bottom: 115px;
  }
  .testimonial-section .sec-title .title {
    margin-bottom: 20px;
  }
  .testimonial-section .testimonial-carousel {
    position: relative;
    max-width: 1100px;
    margin: 0 -50px;
  }
  
  .testimonial-block {
    position: relative;
    padding: 50px;
  }
  .testimonial-block .inner-box {
    padding: 80px 105px;
    background-color: #ffffff;
    box-shadow: 0 0 50px rgba(226, 222, 232, 0.75);
    border-radius: 30px;
  }
  .testimonial-block .text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 32px;
    color: #282331;
    font-weight: 400;
    margin-bottom: 50px;
    font-family: "Muli", sans-serif;
  }
  .testimonial-block .info-box {
    position: relative;
    padding-left: 115px;
    padding-top: 10px;
  }
  .testimonial-block .info-box .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 82px;
    width: 82px;
  }
  .testimonial-block .info-box .thumb img {
    border: 6px solid#80bce7;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    width: 100%;
    box-shadow: 0 45px 45px rgba(147, 147, 147, 0.35);
  }
  .testimonial-block .info-box .name {
    position: relative;
    display: block;
    font-size: 21px;
    line-height: 1.2em;
    color: #382c4d;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Niramit", sans-serif;
  }
  .testimonial-block .info-box .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #80bce7;
    font-weight: 400;
    font-family: "Muli", sans-serif;
  }
  
  .testimonial-carousel .owl-nav {
    position: absolute;
    right: 75px;
    bottom: 70px;
  }
  .testimonial-carousel .owl-next, .testimonial-carousel .owl-prev {
    position: relative;
    display: inline-block;
    height: 75px;
    width: 75px;
    line-height: 75px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .testimonial-carousel .owl-next:hover, .testimonial-carousel .owl-prev:hover {
    background-color: #72ad58;
    box-shadow: 0 24px 24px rgba(187, 187, 187, 0.75);
  }
  
  .arrow-right, .arrow-left {
    position: relative;
    display: inline-block;
    height: 9px;
    width: 43px;
    background-image: url(http://t.commonsupport.com/adro/images/icons/arrow-left-2.png);
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .arrow-right {
    background-image: url(http://t.commonsupport.com/adro/images/icons/arrow-right-2.png);
  }
  
  .testimonial-section .thumb-layer {
    position: absolute;
    right: 30px;
    top: 120px;
  }
  .testimonial-section .thumb-layer .image {
    position: relative;
    margin-right: 0;
  }
  .testimonial-section .thumb-layer img {
    display: inline-block;
    max-width: 100%;
    height: auto;
  }

  
  @media only screen and (max-width: 767px) {
    .testimonial-section .sec-title {
      margin-bottom: 50px;
    }

    .testimonial-section .thumb-layer img{
        display: none;
    }
  
    .testimonial-block {
      padding: 0;
    }
    .testimonial-block .inner-box {
      box-shadow: none;
      border: 2px solid #f1f1f1;
      border-radius: 30px;
    }
  
    .testimonial-carousel .owl-nav {
      position: relative;
      left: 0;
      bottom: 0;
      margin-top: 20px;
      text-align: center;
    }
    .testimonial-carousel .owl-next, .testimonial-carousel .owl-prev {
      border: 2px solid #f1f1f1;
    }
  }
  @media only screen and (max-width: 1366px) {
    .large-container {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  
  .hover-effect{
    animation: featureImgBounce 5s ease-in-out 0s infinite alternate;
  }

  @keyframes featureImgBounce {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    100% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px); } 
    }



/* Cookie css */
    .cookie-message {
        font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
        border-radius: 10px;
        padding: 15px 0;
        background: #f7f8fb;
        border: 1px solid rgba(0,0,0,.15);
        box-shadow: 0 0 16px 2px rgba(0,0,0,.05), 0 10px 10px 2px rgba(0,0,0,.05);
        font-size: 12px;
        line-height: 40px;
        border-top: 1px solid #e4e4e4;
        position: fixed;
        z-index: 100;
        bottom: 2%;
        left: 1%;
        margin: auto;
        max-width: 540px;   
        display: -ms-flexbox;
        display: flex;

        transition: height 0.1s ease-out 0s;
        font-weight: 600;
        backdrop-filter: blur(0.3rem);
        border-bottom: 1px solid rgba(255, 255, 255, 0.8);
        background: rgba(255, 255, 255, 0.5);
        -webkit-font-smoothing: antialiased;
    }
    .cookie-message img {
        height: 50px;
        width: 50px;
        margin: 0 15px;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .cookie-message span {
        display: inline-block;
        line-height: 1.5;
        padding-right: 16px;
        border-right: 1px solid rgba(0,0,0,.1);
    }
    .cookie-message a.close {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        border: none;
        font-size: 24px;
        padding: 0 20px 0 16px;
        position: relative;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        color: #919191;
        transition: color 0.2s;
    }
    .cookie-message a.close:hover { color: #795548; }
    .cookie-message a {
        display: inline-block;
        color: red;
        text-decoration: none;
        border-bottom: 1px solid rgba(0,0,0,.1);
    }


/*--------------------------------------------------------------
	##  Call To Action
	--------------------------------------------------------------*/
    .call-to-action {
        background-image: -o-linear-gradient(350deg, #fa7070 0%, #fa9770 100%);
        background-image: linear-gradient(100deg, #fa7070 0%, #fa9770 100%);
        padding: 111px 0 120px;
        overflow: hidden;
    }
    
    .call-to-action .overlay-bg {
        position: absolute;
        right: 0;
        top: 0;
    }
    
    .call-to-action .action-content {
        position: relative;
    }
    
    .call-to-action .action-content .title {
        color: #fff;
        font-size: 50px;
        line-height: 64px;
        font-weight: 700;
        margin-bottom: 28px;
    }
    
    .call-to-action .action-content p {
        color: #fff;
        margin-bottom: 50px;
    }
    
    .call-to-action .action-content .pix-btn {
        padding: 12px 50px;
        font-size: 16px;
        font-weight: 500;
        position: relative;
        z-index: 2;
    }
    
    .call-to-action .action-content.style-two .title {
        font-size: 40px;
        line-height: 54px;
        margin: 0;
    }
    
    .call-to-action.action-padding {
        padding: 172px 0 168px;
    }
    
    .call-to-action .scroll-circle {
        right: 0;
        top: 40%;
    }
    
    .signup-section {
        padding: 106px 0 111px;
        background-size: cover;
        background-position: center center;
        position: relative;
        background-image: -webkit-gradient(linear, left bottom, left top, from(#4f29dd), to(#7052fb));
        background-image: -o-linear-gradient(bottom, #4f29dd 0%, #7052fb 100%);
        background-image: linear-gradient(0deg, #4f29dd 0%, #7052fb 100%);
        overflow: hidden;
    }
    
    .signup-section .bg-shape {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    .signup-section .bg-shape img {
        position: absolute;
    }
    
    .signup-section .bg-shape .shape-left {
        top: 0;
        left: 0;
    }
    
    .signup-section .bg-shape .shape-right {
        bottom: 0;
        right: 0;
    }
    
    .signup-heading .title {
        font-size: 50px;
        line-height: 64px;
        color: #fff;
        font-weight: 700;
        margin-bottom: 20px;
    }
    
    .signup-heading p {
        color: #FFF;
        margin: 0;
    }
    
    .call-to-action-three {
        background: #72ad58;
        padding: 230px 0 130px;
        position: relative;
        overflow: hidden;
    }
    
    .call-to-action-three:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-top: 0px solid transparent;
        border-bottom: 170px solid transparent;
        border-right: 3000px solid #fff;
    }
    
    .call-to-action-three .bg-right-shape {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    
    .call-to-action-three .action-content .title {
        font-size: 50px;
        line-height: 60px;
        color: #fff;
        margin-bottom: 30px;
    }
    
    .call-to-action-three .action-content p {
        color: #fff;
        font-size: 24px;
        font-weight: 500;
        margin: 0;
        margin: 0;
    }
    
    .call-to-action-four {
        background: #f9f8fc;
        padding: 50px 0;
        border-top: 1px solid #e9e7f1;
    }
    
    @media (max-width: 768px) {
        .call-to-action-four .text-right {
            text-align: left !important;
            margin-top: 30px;
        }
    }
    
    .call-to-action-four .action-content .title {
        font-size: 26px;
        line-height: 40px;
        font-weight: 600;
    }
    
    .call-to-action-four .action-content p {
        font-size: 26px;
        line-height: 40px;
        color: #75737e;
        margin: 0;
    }
    
    @media (max-width: 768px) {
        .call-to-action-four .action-content p {
            font-size: 20px;
        }
    }
    
    .call-to-action-four .pix-btn {
        padding: 15px 43px;
    }
    
    .call-to-action-hosting {
        padding: 130px 0 140px;
        background-image: url("media/background/call-to-action.jpg");
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .call-to-action-hosting .section-title {
        margin-bottom: 38px;
    }
    
    .call-to-action-hosting .btn-outline {
        margin-left: 15px;
    }
    
    @media (max-width: 380px) {
        .call-to-action-hosting .btn-outline {
            margin-left: 0;
            margin-top: 20px;
        }
    }
    
    @media (max-width: 1200px) {
        .call-to-action .action-content.style-two .title {
            font-size: 36px;
            line-height: 50px;
        }
        .signup-heading .title {
            font-size: 40px;
            line-height: 50px;
        }
    }
    
    @media (max-width: 991px) {
        .call-to-action {
            padding: 71px 0 80px;
        }
        .call-to-action.action-padding {
            padding: 74px 0 80px;
        }
        .call-to-action .action-content .title {
            font-size: 40px;
            line-height: 54px;
        }
        .call-to-action .text-right {
            text-align: center !important;
        }
        .call-to-action .action-content.style-two {
            margin-bottom: 30px;
            text-align: center;
        }
        .call-to-action .action-content.style-two .title {
            font-size: 32px;
            line-height: 42px;
        }
        .call-to-action .action-content.style-two .title br {
            display: none;
        }
        .call-to-action .scroll-circle {
            max-width: 400px;
        }
        .call-to-action-three {
            padding: 130px 0 100px;
        }
        .call-to-action-three .action-content .title {
            font-size: 36px;
            line-height: 46px;
            margin-bottom: 20px;
        }
        .call-to-action-three .action-content p {
            font-size: 20px;
        }
    }
    
    @media (max-width: 768px) {
        .call-to-action .action-content .title {
            font-size: 32px;
            line-height: 42px;
        }
        .call-to-action .action-content p br {
            display: none;
        }
        .call-to-action .scroll-circle {
            max-width: 300px;
        }
        .signup-section .button-container {
            margin-top: 30px;
        }
        .signup-section .button-container.text-right {
            text-align: left !important;
        }
        .call-to-action-three .text-right {
            margin-top: 20px;
            text-align: left !important;
        }
    }

    /*--------------------------------------------------------------
	##  Footer
    --------------------------------------------------------------*/
    
    .container-wrap.bg-footer-color {
        background-color: #1d2146;
    }

    .container-wrap {
        max-width: 95%;
        margin: 0 auto;
        border-radius: 20px;
        position: relative;
    }
#footer {
	background: #fdf8f8;
}

#footer .footer-inner {
	padding: 116px 0 62px;
}

#footer .widget.footer-widget .widget-title {
	color: #2b2350;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 38px;
	border-bottom: 0;
	padding-bottom: 0;
}

#footer .widget.footer-widget p {
	margin-bottom: 40px;
}

#footer .footer-menu {
	margin-bottom: 40px;
	padding: 0;
	list-style: none;
}

#footer .footer-menu li:not(:last-child) {
	margin-bottom: 10px;
}

#footer .footer-menu li a {
	display: block;
	color: #797687;
	font-weight: 600;
	line-height: 30px;
}

#footer .footer-menu li a:hover {
	color: #fa7070;
}

#footer .footer-logo {
	display: block;
	margin-bottom: 30px;
}

#footer .email-info {
	display: block;
	color: #fa7070;
	margin-bottom: 20px;
}

#footer .email-info i {
	margin-right: 10px;
}

#footer .widget-contact .widget-contact-info {
	margin: 0;
	padding: 0;
	list-style: none;
	max-width: 240px;
}

#footer .widget-contact .widget-contact-info li {
	color: #fff;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
			-ms-flex-align: baseline;
					align-items: baseline;
	margin-bottom: 10px;
}

#footer .widget-contact .widget-contact-info li i {
	margin-right: 10px;
	color: #12bf7c;
}

#footer .copyright-text {
	margin-bottom: 50px;
}

#footer .copyright-text a {
	color: #fa7070;
}

#footer .footer-social-link {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer .footer-social-link li {
	display: inline-block;
}

#footer .footer-social-link li:not(:last-child) {
	margin-right: 10px;
}

#footer .footer-social-link li a {
	height: 45px;
	width: 45px;
	line-height: 45px;
	border: 1px solid #e6dbdb;
	display: block;
	border-radius: 50%;
	color: #9694a1;
	text-align: center;
	font-size: 16px;
}

#footer .footer-social-link li a:hover {
	background: #fa7070;
	border-color: #fa7070;
	color: #fff;
	-webkit-box-shadow: 0px 20px 30px 0px rgba(176, 70, 70, 0.3);
					box-shadow: 0px 20px 30px 0px rgba(176, 70, 70, 0.3);
}

#footer .site-info {
	padding: 36px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	border-top: 1px solid #e4d9d9;
	position: relative;
	z-index: 3;
}

#footer .site-info p {
	margin: 0;
}

#footer .site-info p a {
	color: #fa7070;
	font-weight: 500;
}

#footer .site-info p a:hover {
	color: #f83f3f;
}

#footer.footer-two {
	background: #f8f7fc;
}

#footer.footer-two .footer-menu li a:hover {
	color: #7052fb;
}

#footer.footer-two .footer-social-link li a:hover {
	background: #7052fb;
	border-color: #7052fb;
	-webkit-box-shadow: 0px 20px 30px 0px rgba(90, 70, 176, 0.3);
					box-shadow: 0px 20px 30px 0px rgba(90, 70, 176, 0.3);
}

#footer.footer-two .site-info {
	border-color: #dad8e3;
}

#footer.footer-two .site-info p a {
	color: #7052fb;
}

#footer.footer-two .site-info p a:hover {
	color: #4720fa;
}

#footer.footer-two .footer-social-link li a {
	border-color: #dad8e3;
}

#footer.footer-two .site-info-menu li a:hover {
	color: #7052fb;
}

#footer.footer-three {
	position: relative;
}

#footer.footer-three .footer-inner {
	position: relative;
	z-index: 3;
}

#footer.footer-three .map-bg {
	text-align: center;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 0;
	width: 100%;
}

#footer.footer-four .site-info {
	background: #f8f2f2;
	border-top: 1px solid #e4d9d9;
	padding: 25px 0;
}

#footer.footer-four .site-info .site-info-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
}

#footer.footer-five {
	background: #2c234d;
}

#footer.footer-five .widget.footer-widget .widget-title {
	color: #fff;
}

#footer.footer-five .widget p {
	color: #a39eb9;
}

#footer.footer-five .footer-menu li a {
	color: #a39eb9;
}

#footer.footer-five .footer-menu li a:hover {
	color: #7052fb;
}

#footer.footer-five .footer-social-link li a {
	border-color: #615a7e;
	color: #a39eb9;
}

#footer.footer-five .footer-social-link li a:hover {
	background: #7052fb;
	-webkit-box-shadow: 0px 20px 30px 0px rgba(90, 70, 176, 0.3);
					box-shadow: 0px 20px 30px 0px rgba(90, 70, 176, 0.3);
	border-color: #7052fb;
	color: #fff;
}

#footer.footer-five .site-info-menu li a {
	color: #9c99a7;
}

#footer.footer-five .site-info-menu li a:hover {
	color: #7052fb;
}

#footer.footer-five .site-info {
	border-color: #3d355b;
}

#footer.footer-five .site-info p {
	color: #9c99a7;
}

#footer.footer-five .site-info p a {
	color: #7052fb;
}

#footer.footer-tax-service {
	background: #f2f7fe;
	position: relative;
}

#footer.footer-tax-service .footer-inner {
	padding: 116px 0 175px;
}

#footer.footer-tax-service .email-info {
	color: #72ad58;
	margin-bottom: 20px;
}

#footer.footer-tax-service .copyright-text a {
	color: #72ad58;
}

#footer.footer-tax-service .footer-social-link li a {
	border-color: #d6dee9;
	color: #9198a4;
}

#footer.footer-tax-service .footer-social-link li a:hover {
	background: #72ad58;
	-webkit-box-shadow: 0px 20px 30px 0px rgba(235, 56, 160, 0.3);
					box-shadow: 0px 20px 30px 0px rgba(235, 56, 160, 0.3);
	color: #fff;
}

#footer.footer-tax-service .footer-menu li a {
	color: #505064;
}

#footer.footer-tax-service .footer-menu li a:hover {
	color: #72ad58;
}

#footer.footer-tax-service .footer-bottom-element .shape-element {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

#footer.footer-tax-service .footer-bottom-element .shape-element li {
	position: absolute;
	bottom: 0;
}

#footer.footer-tax-service .footer-bottom-element .shape-element li:nth-child(2) {
	bottom: 0;
	left: 70px;
}

#footer.footer-tax-service .footer-bottom-element .shape-element li:nth-child(3) {
	bottom: 0;
	left: 20px;
}

#footer.footer-tax-service .footer-bottom-element .shape-element li:nth-child(4) {
	bottom: 20px;
	left: 40%;
}

#footer.footer-tax-service .footer-bottom-element .shape-element li:nth-child(5) {
	bottom: 0;
	right: 120px;
}

#footer.footer-tax-service .footer-bottom-element .shape-element li:nth-child(6) {
	bottom: 0;
	left: 200px;
}

#footer.footer-job-board {
	background-size: cover;
	background-position: center center;
}

#footer.footer-job-board .footer-inner {
	padding: 115px 0 85px;
}

@media (max-width: 991px) {
	#footer.footer-job-board .footer-inner {
		padding: 75px 0 45px;
	}
}

#footer.footer-job-board .widget.footer-widget .widget-title {
	color: #fff;
}

#footer.footer-job-board .footer-social-link {
	margin-bottom: 22px;
}

#footer.footer-job-board .footer-social-link li a {
	background: rgba(255, 255, 255, 0.078);
	border: 0;
	color: #fff;
}

#footer.footer-job-board .footer-social-link li a:hover {
	background: #fff;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(12, 118, 142, 0.2);
					box-shadow: 0px 10px 20px 0px rgba(12, 118, 142, 0.2);
	color: #fd4d5c;
}

#footer.footer-job-board .footer-menu li:not(:last-child) {
	margin-bottom: 5px;
}

#footer.footer-job-board .footer-menu li a {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}

#footer.footer-job-board .footer-menu li a:hover {
	color: #fd4d5c;
}

#footer.footer-job-board .copyright-text {
	color: rgba(255, 255, 255, 0.502);
}

#footer.footer-job-board .copyright-text a {
	color: #fd4d5c;
}

#footer.footer-app {
	padding-bottom: 50px;
}

#footer.footer-app .widget.footer-widget .widget-title {
	color: #fff;
}

#footer.footer-app .widget.widget-about {
	max-width: 240px;
}

#footer.footer-app .widget.widget-about p {
	color: #b5b3be;
	margin-bottom: 26px;
}

#footer.footer-app .widget.widget-about .footer-title {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}

#footer.footer-app .footer-menu li:not(:last-child) {
	margin-bottom: 5px;
}

#footer.footer-app .footer-menu li a {
	color: #fff;
}

#footer.footer-app .footer-menu li a:hover {
	color: #72ad58;
}

#footer.footer-app .site-info {
	display: block;
	border-top-color: #2f3255;
	padding: 25px 0;
}

#footer.footer-app .site-info p {
	color: #9997a2;
}

#footer.footer-app .site-info p a {
	color: #72ad58;
}

#footer.footer-marketing {
	background: #f8f9fd;
	position: relative;
}

#footer.footer-marketing .footer-inner {
	padding: 116px 0 112px;
	position: relative;
	z-index: 222;
}

#footer.footer-marketing .widget.footer-widget .widget-title {
	color: #1a133b;
}

#footer.footer-marketing .footer-menu li:not(:last-child) {
	margin-bottom: 5px;
}

#footer.footer-marketing .footer-menu li a {
	color: #615f6b;
	font-size: 14px;
}

#footer.footer-marketing .footer-menu li a:hover {
	color: #f98e47;
}

#footer.footer-marketing .footer-bottom-shape {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 1;
}

#footer.footer-hosting {
	background: #f2f7fe;
	position: relative;
}

#footer.footer-hosting .footer-inner {
	padding: 116px 0 112px;
	position: relative;
	z-index: 222;
}

#footer.footer-hosting .widget.footer-widget .widget-title {
	color: #1a133b;
}

#footer.footer-hosting .footer-menu li:not(:last-child) {
	margin-bottom: 5px;
}

#footer.footer-hosting .footer-menu li a {
	color: #615f6b;
	font-size: 14px;
}

#footer.footer-hosting .footer-menu li a:hover {
	color: #14aeee;
}

#footer.footer-hosting .footer-bottom-shape {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.site-info-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-info-menu li {
	display: inline-block;
}

.site-info-menu li a {
	display: inline-block;
	color: #797687;
}

.site-info-menu li a:hover {
	color: #fa7070;
}

@media (max-width: 991px) {
	#footer .footer-inner {
		padding: 76px 0 22px;
	}
	#footer .site-info {
		padding: 21px 0;
	}
	#footer .widget.footer-widget {
		margin-bottom: 30px;
	}
	#footer .widget.footer-widget .widget-title {
		margin-bottom: 25px;
	}
}

@media (max-width: 768px) {
	#footer .footer-menu {
		margin-bottom: 40px;
	}
	#footer .site-info {
		padding: 21px 0;
		display: block;
		text-align: center;
	}
	#footer.footer-four .copyright {
		margin-bottom: 20px;
	}
	#footer.footer-four .site-info .site-info-inner {
		display: block;
	}
}

.widget .social-share-link {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}

.widget .social-share-link li a {
	display: block;
	height: 35px;
	width: 35px;
	line-height: 35px;
	background: #fa7070;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	margin-right: 10px;
	font-size: 14px;
}

.widget .social-share-link li a:hover {
	-webkit-transform: translateY(-5px);
			-ms-transform: translateY(-5px);
					transform: translateY(-5px);
	color: #fff;
}

.widget .social-share-link li a.share_facebook {
	background: #4267b2;
}

.widget .social-share-link li a.share_twitter {
	background: #1da1f2;
}

.widget .social-share-link li a.share_pinterest {
	background: #e60023;
}

.widget .social-share-link li a.share_linkedin {
	background: #0073b1;
}

.footer-marketing .widget .footer-title {
	font-size: 16px;
	font-weight: 600;
	color: #1a133b;
	margin-bottom: 16px;
}

.footer-marketing .widget .social-share-link li a {
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 14px;
}

.footer-marketing .widget .social-share-link li a:hover {
	-webkit-transform: translate(0);
			-ms-transform: translate(0);
					transform: translate(0);
}

.footer-marketing .widget .social-share-link li a.share_facebook:hover {
	-webkit-box-shadow: 0px 10px 20px 0px rgba(66, 103, 178, 0.3);
					box-shadow: 0px 10px 20px 0px rgba(66, 103, 178, 0.3);
}

.footer-marketing .widget .social-share-link li a.share_twitter:hover {
	-webkit-box-shadow: 0px 10px 20px 0px rgba(9, 111, 150, 0.3);
					box-shadow: 0px 10px 20px 0px rgba(9, 111, 150, 0.3);
}

.footer-marketing .widget .social-share-link li a.share_pinterest:hover {
	-webkit-box-shadow: 0px 10px 20px 0px rgba(230, 0, 35, 0.3);
					box-shadow: 0px 10px 20px 0px rgba(230, 0, 35, 0.3);
}

.footer-marketing .widget .social-share-link li a.share_linkedin:hover {
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 115, 177, 0.3);
					box-shadow: 0px 10px 20px 0px rgba(0, 115, 177, 0.3);
}

.custom-widget {
    top: -27px;
}

.widget-contact-info h5{
    color: #fff
}

.widget-contact-info li a{
    color: #fff
}

.et-info {
    float: right;
    padding-top: .15em;
    padding-bottom: .15em;
}

.et-info a {
    color: #72ae57 !important;
}

.et-info .phone {
    margin-right: 13px;
}

.custom-container{
    padding: 0 5%;
}

.referentie{
	height: 178px;
    object-fit: cover;
}