@font-face {
    font-family: "Cocogoose";
    src: url("../fonts/CocogooseClassic-Light.eot");
    src: url("../fonts/CocogooseClassic-Lightd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/CocogooseClassic-Light.woff2") format("woff2"), url("../fonts/CocogooseClassic-Light.woff") format("woff"),
        url("../fonts/CocogooseClassic-Light.ttf") format("truetype"), url("../fonts/CocogooseClassic-Light.svg#CocogooseClassic-Light") format("svg");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Cocogoose";
    src: url("../fonts/CocogooseClassic-Medium.eot");
    src: url("../fonts/CocogooseClassic-Mediumd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/CocogooseClassic-Medium.woff2") format("woff2"), url("../fonts/CocogooseClassic-Medium.woff") format("woff"),
        url("../fonts/CocogooseClassic-Medium.ttf") format("truetype"), url("../fonts/CocogooseClassic-Medium.svg#CocogooseClassic-Medium") format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Cocogoose";
    src: url("../fonts/CocogooseClassic-Bold.eot");
    src: url("../fonts/CocogooseClassic-Boldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/CocogooseClassic-Bold.woff2") format("woff2"), url("../fonts/CocogooseClassic-Bold.woff") format("woff"),
        url("../fonts/CocogooseClassic-Bold.ttf") format("truetype"), url("../fonts/CocogooseClassic-Bold.svg#CocogooseClassic-Bold") format("svg");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Cocogoose";
    src: url("../fonts/CocogooseClassic-Black.eot");
    src: url("../fonts/CocogooseClassic-Blackd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/CocogooseClassic-Black.woff2") format("woff2"), url("../fonts/CocogooseClassic-Black.woff") format("woff"),
        url("../fonts/CocogooseClassic-Black.ttf") format("truetype"), url("../fonts/CocogooseClassic-Black.svg#CocogooseClassic-Black") format("svg");
    font-weight: 800;
    font-style: normal;
}
* {
    outline: none !important;
}
body {
    margin: 0;
    padding: 0;
    color: #212539;
    font-family: Cocogoose;
    line-height: 1.6;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1170px) {
    .container {
        max-width: 1100px;
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1260px;
    }
}
img {
    max-width: 100%;
}
iframe {
    max-width: 100%;
}
canvas {
    max-width: 100%;
}
p {
    color: #8d94a0;
    margin-bottom: 20px;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
    width: 100%;
    height: 65px;
    border: 2px solid #d4d4e0;
    padding: 0 30px;
    border-radius: 4px;
}
input[type="submit"],
input[type="button"],
button[type="button"],
button[type="submit"] {
    height: 65px;
    border: none;
    background: #5513a0;
    color: #fff;
    font-weight: 800;
    font-size: 13px;
    padding: 0 50px;
    letter-spacing: 1px;
    border-radius: 4px;
}
textarea {
    width: 420px;
    max-width: 100%;
    height: 128px;
    border: 2px solid #d4d4e0;
    padding: 30px;
    border-radius: 4px;
}
select {
    width: 100%;
    height: 65px;
    border: 2px solid #d4d4e0;
    padding: 0 30px;
    border-radius: 4px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 30px) 28px, calc(100% - 25px) 28px, calc(100% - 2.5em) 15px;
    background-size: 5px 5px, 5px 5px, 0px 0px;
    background-repeat: no-repeat;
}
select:focus {
    background-image: linear-gradient(45deg, gray 50%, transparent 50%), linear-gradient(135deg, transparent 50%, gray 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 25px) 26px, calc(100% - 30px) 26px, calc(100% - 2.5em) 15px;
    background-size: 5px 5px, 5px 5px, 0px 0px;
    background-repeat: no-repeat;
    outline: 0;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
a {
    color: #212539;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
a:hover {
    text-decoration: underline;
    color: #212539;
}
.no-spacing {
    margin: 0 !important;
    padding: 0 !important;
}
.top-50-spacing {
    margin-top: 50px;
}
.bottom-50-spacing {
    margin-bottom: 50px;
}
.overflow {
    overflow: hidden;
}
.image {
    width: 100%;
    display: block;
    margin: 0;
}
.image img {
    width: 100%;
    display: block;
    border-radius: 16px;
}
.blockquote {
    width: 100%;
    display: block;
    border-top: 5px solid #fee13e;
    padding-top: 15px;
    font-size: 22px;
    font-weight: 800;
}
.splitting .word,
.splitting .char {
    display: inline-block;
}
.splitting .char {
    position: relative;
}
.animated .char {
    display: inline-block;
    animation: texteffect 0.6s cubic-bezier(0.5, 0, 0.5, 1) both;
    animation-delay: calc(10ms * var(--char-index));
}
@keyframes texteffect {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.accordion {
    width: 100%;
    float: left;
    background: #fff;
    padding: 0;
    padding-right: 50px;
}
.accordion .card {
    background: none;
    border-radius: 0;
    border: none;
}
.accordion .card .card-header {
    background: none;
    padding: 0;
    border: none;
}
.accordion .card .card-header a {
    width: 100%;
    float: left;
    font-weight: 600;
    padding: 30px 0;
    color: #212539;
    font-weight: 600;
    border-bottom: 2px solid #eaebee;
    font-size: 19px;
    position: relative;
    padding-right: 80px;
}
.accordion .card .card-header a i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.accordion .card .card-header a:hover {
    border-color: #fee13e;
    text-decoration: none;
}
.accordion .card .card-body {
    width: 100%;
    line-height: 26px;
    padding: 20px 0;
}
.accordion .card [aria-expanded="true"] {
    border-color: #fee13e !important;
}
.accordion .collapseOne {
    display: block;
}
.odometer.odometer-auto-theme {
    padding: 0;
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-car .odometer-digit {
    padding: 0;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
    left: -4px;
}
.hamburger-menu {
    width: 30px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    cursor: pointer;
}
.hamburger-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.hamburger-menu span:nth-child(1) {
    top: 0px;
    width: 13px;
}
.hamburger-menu span:nth-child(2) {
    top: 9px;
}
.hamburger-menu span:nth-child(3) {
    top: 18px;
    width: 18px;
}
.hamburger-menu:hover span {
    width: 20px !important;
}
.hamburger-menu.open span {
    width: 20px !important;
}
.hamburger-menu.open span:nth-child(1) {
    top: 9px;
    left: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 28px !important;
}
.hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    left: -20px;
}
.hamburger-menu.open span:nth-child(3) {
    top: 9px;
    left: 0;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 28px !important;
}
.preloader {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9;
    right: 0;
    top: 0;
    background: #fee13e;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.preloader img {
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    mix-blend-mode: lighten;
}
.page-loaded .preloader {
    top: -100%;
}
.page-transition {
    width: 100%;
    height: 0;
    position: fixed;
    z-index: 9;
    left: 0;
    bottom: 0;
    background: #fee13e;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.page-transition.active {
    height: 100%;
}
.search-box {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
    background: #5513a0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    opacity: 0;
    visibility: hidden;
    color: #fff;
}
.search-box .inner {
    width: 50vw;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.search-box .inner form {
    width: 100%;
    display: block;
}
.search-box .inner form input[type="search"] {
    width: 100%;
    height: 80px;
    border-radius: 8px;
    border: 3px solid #fff;
    background: none;
    font-size: 20px;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 300;
}
.search-box .inner form input[type="submit"] {
    height: 70px;
    background: #fee13e;
    border: none;
    font-weight: 600;
    padding: 0 60px;
    color: #212539;
}
.search-box .inner form ::-webkit-input-placeholder {
    color: #fff;
}
.search-box .inner form ::-moz-placeholder {
    color: #fff;
}
.search-box .inner form :-ms-input-placeholder {
    color: #fff;
}
.search-box .inner form :-moz-placeholder {
    color: #fff;
}
.search-box.active {
    opacity: 1;
    visibility: visible;
}
.side-widget {
    width: 400px;
    height: 100vh;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: fixed;
    left: -100%;
    top: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    background: #232222;
    background-image: url("../images/header-pattern.png");
    background-position: center;
    background-size: cover;
    z-index: 6;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    color: #fff;
}
.side-widget .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow-y: auto;
    height: 100%;
}
.side-widget .logo {
    width: 100%;
    display: block;
    margin-bottom: 40px;
}
.side-widget .logo img {
    height: 40px;
}
.side-widget .show-mobile {
    display: none;
}
.side-widget .hide-mobile {
    display: block;
    overflow-x: hidden;
}
.side-widget .gallery {
    display: flex;
    flex-wrap: wrap;
    margin-left: -3px;
    margin-right: -3px;
}
.side-widget .gallery a {
    width: 50%;
    padding: 0 3px;
}
.side-widget p {
    width: 100%;
    display: block;
    color: #fff;
}
.side-widget .widget-title {
    width: 100%;
    display: block;
    font-weight: 600;
    color: #fee13e;
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.side-widget .address {
    width: 100%;
    display: block;
    margin-top: 20px;
}
.side-widget .social-media {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
.side-widget .social-media li {
    display: inline-block;
    margin-right: 20px;
    padding: 0;
    list-style: none;
}
.side-widget .social-media li a {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}
.side-widget .languages {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
}
.side-widget .languages ul {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
.side-widget .languages ul li {
    display: inline-block;
    margin-right: 10px;
    padding: 0;
    list-style: none;
}
.side-widget .languages ul li a {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.side-widget .site-menu {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
}
.side-widget .site-menu ul {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
.side-widget .site-menu ul li {
    display: block;
    margin: 3px 0;
    padding: 0;
    list-style: none;
}
.side-widget .site-menu ul li ul {
    display: none;
    padding-left: 10px;
    margin-bottom: 10px;
}
.side-widget .site-menu ul li i {
    display: inline-block;
    margin-left: 7px;
}
.side-widget .site-menu ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.side-widget small {
    font-size: 11px;
    width: 100%;
    display: block;
    margin-top: 20px;
}
.side-widget.active {
    left: 0;
}
.navbar {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
    padding: 45px 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.navbar.sticky {
    background: #5513a0;
    padding: 30px 0;
}
.navbar.nav-down {
    top: 0;
}
.navbar.nav-up {
    transform: translateY(-100%);
}
.navbar .logo {
    margin-left: 0;
}
.navbar .logo a {
    display: block;
}
.navbar .logo a img {
    height: 75px;
}
.navbar .site-menu {
    margin: 0 auto;
    margin-top: 3px;
}
.navbar .site-menu ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.navbar .site-menu ul li {
    display: inline-block;
    margin: 0 10px;
    padding: 0 2px;
    list-style: none;
}
.navbar .site-menu ul li a {
    color: #fff;
    display: block;
    font-weight: 600;
}
.navbar .site-menu ul li a:hover {
    text-decoration: none;
    color: #fee13e;
}
.navbar .custom-menu {
    margin: 0 auto;
    margin-top: 3px;
}
.navbar .custom-menu ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.navbar .custom-menu ul li {
    display: inline-block;
    margin: 0 5px;
    padding: 0 2px;
    list-style: none;
}
.navbar .custom-menu ul li a {
    color: #fff;
    display: block;
    font-weight: 600;
}
.navbar .custom-menu ul li a:hover {
    text-decoration: none;
    color: #fee13e;
}
.navbar .search-button {
    margin-left: auto;
    color: #fff;
    font-size: 24px;
    padding-top: 3px;
    cursor: pointer;
}
.navbar .search-button i {
    float: left;
    margin-top: -2px;
}
.navbar .hamburger-menu {
    margin-left: 30px;
}
.navbar .navbar-button {
    margin-left: 30px;
}
.navbar .navbar-button a {
    display: inline-block;
    color: #fff;
}
.navbar .navbar-button a span {
    display: inline-block;
    margin-top: 3px;
}
.navbar .navbar-button a img {
    height: 30px;
    display: inline-block;
    margin-left: 20px;
    margin-top: -4px;
}
.navbar .navbar-button a:hover {
    text-decoration: none;
}
.slider {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    background-color: #5513a0;
    background-image: url(../images/header-pattern.png);
    background-size: cover;
    position: relative;
    padding-top: 120px;
}
.slider .container {
    display: flex;
    flex-wrap: wrap;
}
.slider .slider-content {
    width: 50%;
    height: calc(100vh - 120px);
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.slider .slider-content .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.slider .slider-content .swiper-slide .inner {
    width: 100%;
    display: block;
    padding-right: 10%;
    color: #fff;
}
.slider .slider-content .swiper-slide .inner h2 {
    font-size: 57px;
    font-weight: 300;
    display: block;
    margin-bottom: 30px;
}
.slider .slider-content .swiper-slide .inner h2 b {
    font-weight: 500;
    color: #fee13e;
}
.slider .slider-content .swiper-slide .inner p {
    width: 100%;
    display: block;
    margin-bottom: 50px;
    font-weight: 300;
    font-size: 21px;
    padding-right: 10%;
    color: #fff;
}
.slider .slider-content .swiper-slide .inner a {
    height: 65px;
    line-height: 65px;
    display: inline-block;
    background: #fee13e;
    padding: 0 50px;
    border-radius: 4px;
    font-weight: 800;
    color: #212539;
    font-size: 13px;
    letter-spacing: 1px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.slider .slider-content .swiper-slide .inner a:hover {
    text-decoration: none;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.slider .slider-main {
    width: 50%;
    height: calc(100vh - 120px);
    overflow: hidden;
    display: inline-block;
    border-radius: 20px;
}
.slider .slider-main .slide-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover !important;
}
.slider .header-box {
    width: 200px;
    background: #fff;
    position: absolute;
    left: calc(50% - 100px);
    bottom: 40px;
    z-index: 1;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.slider .header-box img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.slider .header-box p {
    margin-bottom: 5px;
}
.slider .header-box div {
    font-size: 14px;
    color: #fee13e;
    display: inline-block;
}
.slider .header-box small {
    display: inline-block;
    opacity: 0.3;
}
.slider .divider {
    width: 100%;
    height: 80vh;
    position: absolute;
    left: 0;
    bottom: 0;
}
.slider .controls {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 40px;
    z-index: 9;
    text-align: center;
}
.slider .controls .swiper-pagination {
    position: static;
    width: auto;
    display: inline-block;
}
@keyframes countdown {
    from {
        stroke-dashoffset: 113px;
    }
    to {
        stroke-dashoffset: 0;
    }
}
.slider .swiper-pagination-bullet {
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    height: 30px;
    width: 30px;
    background: none;
    text-align: center;
    float: left;
    margin-right: 10px;
}
.slider .swiper-pagination-bullet:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.slider .swiper-pagination-bullet-active {
    color: #fff;
    background: none;
}
.slider .swiper-pagination-bullet-active:after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fee13e;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -5px;
}
.slider .swiper-pagination-bullet svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    transform: rotateY(-180deg) rotateZ(-90deg);
}
.slider .swiper-pagination-bullet.swiper-pagination-bullet-active svg circle {
    animation-play-state: running;
    stroke-width: 2px;
    animation: countdown 8s linear forwards;
}
.slider .swiper-pagination-bullet svg circle {
    stroke-dasharray: 113px;
    stroke-dashoffset: 0px;
    stroke-linecap: round;
    stroke-width: 0;
    stroke: #5513a0;
    fill: none;
    animation: none;
    animation-play-state: paused;
    animation-fill-mode: none;
}
.page-header {
    width: 100%;
    height: 540px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #5513a0;
    background-image: url(../images/header-pattern.png);
    background-size: cover;
    position: relative;
}
.page-header .container {
    position: relative;
}
.page-header .container h1 {
    font-size: 70px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.page-header .container p {
    width: 100%;
    display: block;
    margin: 0;
    color: #fff;
}
.page-header .divider {
    width: 100%;
    height: 60%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.content-section {
    width: 100%;
    display: block;
    padding: 100px 0;
    position: relative;
    background-size: 100% auto !important;
    background-repeat: no-repeat;
}
.bottom-purple {
    position: relative;
    padding-bottom: 0;
    z-index: 1;
}
.bottom-purple:before {
    content: "";
    width: 100vw;
    height: 100px;
    background: #5513a0;
    position: absolute;
    left: 0;
    bottom: 0;
}
.bg-contain {
    background-size: contain !important;
    background-position: center !important;
}
.section-title {
    width: 100%;
    display: block;
    margin-bottom: 60px;
    padding-right: 40%;
}
.section-title.light {
    color: #fff;
}
.section-title.light h6:after {
    background: #fff;
}
.section-title h6 {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 800;
    letter-spacing: 3px;
    position: relative;
}
.section-title h6:after {
    content: "";
    width: 40px;
    height: 2px;
    background: #212539;
    position: absolute;
    right: -50px;
    top: 6px;
}
.section-title h2 {
    width: 100%;
    display: block;
    margin: 0;
    font-weight: 300;
    font-size: 60px;
}
.section-title p {
    width: 100%;
    display: block;
    margin-top: 30px;
    margin-bottom: 0;
    color: #8d94a0;
    padding-right: 20%;
}
.icon-box {
    width: 100%;
    display: block;
    padding-rigt: 0 15%;
    margin: 15px 0;
}
.icon-box figure {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    position: relative;
}
.icon-box figure:before {
    content: "";
    width: 60px;
    height: 60px;
    background: #5513a0;
    position: absolute;
    left: -10px;
    top: -10px;
    opacity: 0.05;
    border-radius: 50%;
}
.icon-box figure img {
    height: 70px;
}
.icon-box h6 {
    color: #5513a0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
}
.icon-box p {
    color: #8a8e96;
    padding-right: 10%;
    font-weight: 300;
}
.carousel-slider {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}
.image-content-box {
    width: 100%;
    display: block;
}
.image-content-box span {
    display: inline-block;
    font-weight: 300;
    line-height: 1;
    border-bottom: 4px solid #fee13e;
    margin-bottom: 20px;
}
.image-content-box h6 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}
.image-content-box p {
    margin: 0;
}
.image-content-box figure {
    width: 100%;
    display: block;
    margin-bottom: 0;
    margin-top: 40px;
    border-radius: 4px;
    overflow: hidden;
}
.image-content-box figure img {
    width: 100%;
    display: block;
}
.cta-bar {
    background-image: url("../images/map-bg.png");
    background-position: center;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-color: #5513a0;
}
.cta-bar .cta-box {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
}
.cta-bar .cta-box h6 {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    font-weight: 800;
    letter-spacing: 3px;
    position: relative;
}
.cta-bar .cta-box h2 {
    font-size: 80px;
    font-weight: 300;
    line-height: 1.2;
    display: block;
}
.cta-bar .cta-box a {
    height: 65px;
    line-height: 65px;
    display: inline-block;
    background: #fee13e;
    padding: 0 50px;
    border-radius: 4px;
    font-weight: 800;
    color: #212539;
    font-size: 13px;
    letter-spacing: 1px;
    margin-top: 40px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.cta-bar .cta-box a:hover {
    text-decoration: none;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.video-preview-box {
    width: 100%;
    display: block;
    margin: 40px 0;
    position: relative;
}
.video-preview-box img {
    width: 100%;
    display: block;
    border-radius: 20px;
}
.video-preview-box a {
    width: 100px;
    height: 100px;
    line-height: 114px;
    text-indent: 4px;
    text-align: center;
    font-size: 40px;
    color: #212539;
    position: absolute;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    background: #fff;
    border-radius: 50%;
}
.col-xl-3:nth-child(2) .counter-box {
    margin-top: 100px;
}
.col-xl-3:nth-child(3) .counter-box {
    margin-top: 30px;
}
.counter-box {
    width: calc(100% - 40px);
    display: block;
    padding: 40px;
    margin-left: 20px;
    margin-right: 20px;
    background: #fff;
    box-shadow: 0 0 60px #e7ecf3;
    text-align: center;
    border-radius: 4px;
}
.counter-box figure {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.counter-box figure img {
    height: 70px;
}
.counter-box .odometer {
    font-size: 70px;
    font-weight: 800;
    color: #5513a0;
    line-height: 1;
}
.counter-box .value {
    font-size: 22px;
    color: #5513a0;
}
.counter-box p {
    width: 100%;
    display: block;
    margin: 0;
}
.col-md-6:nth-child(1) .price-box {
    margin-top: 100px;
}
.price-box {
    width: calc(100% - 40px);
    display: block;
    background: #fff;
    padding: 50px;
    margin: 0 20px;
    border-radius: 4px;
    box-shadow: 0 0 50px #e7ecf3;
    position: relative;
    z-index: 1;
}
.price-box:before {
    content: "";
    width: calc(100% - 60px);
    height: 15px;
    background: #fff;
    position: absolute;
    left: 30px;
    top: -15px;
    opacity: 0.5;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.price-box figure {
    width: 80px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border-bottom-left-radius: 0;
    background: #f3f6fa;
    margin-bottom: 30px;
}
.price-box figure img {
    height: 40px;
}
.price-box h6 {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    color: #5513a0;
    font-size: 20px;
    line-height: 1;
}
.price-box span {
    width: 100%;
    display: block;
    font-size: 40px;
    font-weight: 800;
}
.price-box span small {
    font-size: 20px;
    color: #8d94a0;
}
.price-box ul {
    width: 100%;
    display: block;
    margin: 0;
    padding-left: 20px;
}
.price-box ul li {
    width: 100%;
    color: #8d94a0;
}
.price-box a {
    height: 65px;
    line-height: 65px;
    display: inline-block;
    background: #fee13e;
    padding: 0 50px;
    margin-top: 30px;
    border-radius: 4px;
    font-weight: 800;
    color: #212539;
    font-size: 13px;
    letter-spacing: 1px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.price-box a:hover {
    text-decoration: none;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.left-yellow {
    position: relative;
}
.left-yellow:before {
    content: "";
    width: 35%;
    height: 100%;
    background: #fee13e;
    position: absolute;
    left: 0;
    top: 0;
}
.all-cases {
    width: calc(100% + 60px);
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
    padding: 0;
}
.all-cases li {
    width: 33.3333%;
    display: inline-block;
    margin: 30px 0;
    padding: 0 30px;
    list-style: none;
}
.recent-cases-slider {
    width: calc(100% - 120px);
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    margin: 0 60px;
    margin-top: 50px;
}
.cases {
    width: 100%;
    display: block;
    border-radius: 4px;
    overflow: hidden;
}
.cases:hover figure figcaption {
    max-height: 220px;
}
.cases:hover figure img {
    opacity: 0.4;
}
.cases figure {
    width: 100%;
    display: block;
    margin: 0;
    position: relative;
    background: #5513a0;
}
.cases figure img {
    width: 100%;
    display: block;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.cases figure figcaption {
    width: 100%;
    max-height: 75px;
    display: block;
    background: #5513a0;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    color: #fff;
}
.cases figure figcaption a {
    display: block;
    text-decoration: none;
    color: #fff;
}
.cases figure figcaption a:hover {
    text-decoration: none;
}
.cases figure figcaption h6 {
    width: 100%;
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fee13e;
}
.cases figure figcaption p {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
}
.cases figure figcaption ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.cases figure figcaption ul li {
    display: inline-block;
    margin-right: 10px;
    padding: 0;
    list-style: none;
    font-size: 14px;
    opacity: 0.5;
    line-height: 1;
}
.cases figure figcaption ul li:last-child {
    margin-right: 0;
}
.testimonials-slider {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.testimonials-slider .button-prev {
    width: 35px;
    height: 35px;
    line-height: 38px;
    display: inline-block;
    background: #5513a0;
    border-radius: 4px;
    font-size: 15px;
    text-align: center;
    margin-top: 30px;
    margin-right: 10px;
    color: #fff;
}
.testimonials-slider .button-next {
    width: 35px;
    height: 35px;
    line-height: 38px;
    display: inline-block;
    background: #5513a0;
    border-radius: 4px;
    font-size: 15px;
    text-align: center;
    margin-top: 30px;
    color: #fff;
}
.testimonial {
    width: 100%;
    display: block;
    margin: 0;
}
.testimonial figure {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.testimonial figure img {
    height: 70px;
    display: inline-block;
    border-radius: 4px;
}
.testimonial p {
    font-size: 22px;
    color: #212539;
    font-weight: 300;
    margin: 0;
}
.testimonial .quote {
    height: 50px;
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 20px;
    opacity: 0.2;
}
.testimonial h6 {
    width: 100%;
    display: block;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px;
}
.testimonial small {
    width: 100%;
    display: block;
    opacity: 0.6;
}
.logo-item {
    width: 100%;
    display: block;
    margin: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.logo-item img {
    width: 100%;
    display: block;
}
.side-content {
    width: 100%;
    display: block;
    padding: 0 5%;
}
.side-content h6 {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 800;
    letter-spacing: 3px;
    position: relative;
}
.side-content h6:after {
    content: "";
    width: 40px;
    height: 2px;
    background: #212539;
    position: absolute;
    right: -50px;
    top: 6px;
}
.side-content h2 {
    width: 100%;
    display: block;
    margin: 0;
    font-weight: 300;
    font-size: 60px;
}
.side-content p {
    width: 100%;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #8d94a0;
}
.side-content ul {
    width: 100%;
    display: block;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0;
    color: #8d94a0;
}
.side-content ul li {
    width: 100%;
    display: block;
    margin: 5px 0;
    padding: 0;
    list-style: none;
}
.side-content ul li i {
    display: inline-block;
    margin-right: 8px;
    font-size: 14px;
}
.side-content figure {
    width: 100%;
    display: block;
}
.side-content figure img {
    height: 50px;
}
.side-content a {
    height: 65px;
    line-height: 65px;
    display: inline-block;
    background: #fee13e;
    padding: 0 50px;
    margin-top: 30px;
    border-radius: 4px;
    font-weight: 800;
    color: #212539;
    font-size: 13px;
    letter-spacing: 1px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.side-content a:hover {
    text-decoration: none;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.col-lg-3:nth-child(even) .team-member {
    margin-top: 50px;
}
.team-member {
    width: 100%;
    display: block;
    margin: 0;
}
.team-member:hover div {
    background: #8d94a0;
}
.team-member div {
    width: 100%;
    display: block;
    background: #5513a0;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.team-member div img {
    width: 100%;
    display: block;
    mix-blend-mode: hard-light;
}
.team-member figcaption {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
}
.team-member figcaption h6 {
    width: 100%;
    display: block;
    color: #5513a0;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.team-member figcaption small {
    width: 100%;
    display: block;
    color: #8d94a0;
    margin-bottom: 10px;
}
.team-member figcaption ul {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
.team-member figcaption ul li {
    display: inline-block;
    margin: 0;
    margin-right: 10px;
    padding: 0;
    list-style: none;
}
.team-member figcaption ul li a {
    color: #212539;
    display: inline-block;
    font-size: 14px;
}
.team-member figcaption ul li a:hover {
    color: #5513a0;
}
.office-slider {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0;
    position: relative;
}
.office-slider .swiper-slide {
    max-width: 65vw;
}
.office-slider .swiper-slide img {
    width: 100%;
    border-radius: 16px;
}
.office-slider .button-prev {
    width: 60px;
    height: 60px;
    line-height: 63px;
    position: absolute;
    left: 30px;
    top: calc(50% - 30px);
    background: #fee13e;
    z-index: 1;
    border-radius: 4px;
    text-align: center;
}
.office-slider .button-next {
    width: 60px;
    height: 60px;
    line-height: 63px;
    position: absolute;
    right: 30px;
    top: calc(50% - 30px);
    background: #fee13e;
    z-index: 1;
    border-radius: 4px;
    text-align: center;
}
.cta-box-sm {
    width: 80%;
    display: block;
    padding: 50px;
    margin: 0 10%;
    margin-bottom: -100px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    border-radius: 4px;
}
.cta-box-sm h4 {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 600;
}
.cta-box-sm a {
    height: 65px;
    line-height: 65px;
    display: inline-block;
    background: #fee13e;
    padding: 0 50px;
    margin-top: 30px;
    border-radius: 4px;
    font-weight: 800;
    color: #212539;
    font-size: 13px;
    letter-spacing: 1px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.cta-box-sm a:hover {
    text-decoration: none;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.case-gallery {
    width: calc(100% + 30px);
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 0;
}
.case-gallery li {
    width: 25%;
    display: inline-block;
    margin: 0;
    padding: 15px;
    list-style: none;
}
.case-gallery li:nth-child(1) {
    margin-top: 60px;
}
.case-gallery li:nth-child(2) {
    margin-top: 60px;
}
.case-gallery li:nth-child(3) {
    width: 50%;
}
.case-gallery li:nth-child(4) {
    width: 50%;
}
.case-gallery li figure {
    width: 100%;
    display: block;
    margin: 0;
    background: #212539;
}
.case-gallery li figure img {
    width: 100%;
    display: block;
    border-radius: 4px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.steps-slider {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0;
}
.steps-slider .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.steps-slider .swiper-slide figure {
    width: 45%;
    display: inline-block;
    margin: 0;
}
.steps-slider .swiper-slide figure img {
    width: 100%;
    display: block;
    border-radius: 16px;
}
.steps-slider .swiper-slide .content {
    width: 55%;
    display: inline-block;
    padding-left: 10%;
    color: #fff;
    margin-bottom: 50px;
}
.steps-slider .swiper-slide .content span {
    display: inline-block;
    font-weight: 600;
    border-bottom: 3px solid #fee13e;
    margin-bottom: 30px;
}
.steps-slider .swiper-slide .content h3 {
    width: 100%;
    display: block;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 36px;
}
.steps-slider .swiper-slide .content p {
    width: 100%;
    display: block;
    color: #fff;
    padding-right: 100px;
    padding-right: 30%;
    position: relative;
}
.steps-slider .controls {
    width: 45%;
    position: absolute;
    left: 55%;
    bottom: 0;
    z-index: 1;
}
.steps-slider .controls .button-prev {
    width: 60px;
    height: 60px;
    line-height: 63px;
    display: inline-block;
    background: #fee13e;
    z-index: 1;
    border-radius: 4px;
    text-align: center;
}
.steps-slider .controls .button-next {
    width: 60px;
    height: 60px;
    line-height: 63px;
    display: inline-block;
    background: #fee13e;
    z-index: 1;
    border-radius: 4px;
    text-align: center;
}
.steps-slider .controls .swiper-pagination {
    width: 40px;
    text-align: center;
    position: static;
    display: inline-block;
    margin: 0 30px;
    color: #fff;
}
.tab-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.tab-wrapper .tab-nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
    padding: 0;
}
.tab-wrapper .tab-nav li {
    display: inline-block;
    margin: 0 20px;
    padding: 0;
    list-style: none;
    text-align: center;
    position: relative;
}
.tab-wrapper .tab-nav li.active:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fee13e transparent;
    position: absolute;
    left: calc(50% - 10px);
    bottom: -20px;
}
.tab-wrapper .tab-nav li a {
    display: inline-block;
}
.tab-wrapper .tab-nav li a:hover {
    text-decoration: none;
}
.tab-wrapper .tab-nav li a:hover span {
    background: #fee13e;
}
.tab-wrapper .tab-nav li span {
    width: 100px;
    height: 100px;
    line-height: 105px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    margin-bottom: 20px;
    font-size: 32px;
    color: #5513a0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.tab-wrapper .tab-nav li small {
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
}
.tab-wrapper .tab-item {
    width: 70%;
    display: none;
    margin: 0 15%;
    padding: 50px;
    background: #fee13e;
    border-radius: 4px;
}
.tab-wrapper .tab-item.active-item {
    display: block;
}
.tab-wrapper p {
    color: #212539;
}
.tab-wrapper p:last-child {
    margin-bottom: 0;
}
.recent-news {
    width: 100%;
    display: block;
    margin: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.recent-news:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 50px #e7ecf3;
}
.recent-news figure {
    width: 100%;
    display: block;
    margin: 0;
    overflow: hidden;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.recent-news figure img {
    width: 100%;
    display: block;
}
.recent-news .content {
    width: 100%;
    display: block;
    padding: 40px;
    background: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.recent-news .content small {
    width: 100%;
    display: block;
    color: #8d94a0;
    margin-bottom: 10px;
}
.recent-news .content h3 {
    width: 100%;
    display: block;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}
.recent-news .content h3 a {
    display: block;
    color: #212539;
}
.recent-news .content h3 a:hover {
    text-decoration: none;
    color: #5513a0;
}
.recent-news .content .author {
    width: 100%;
    display: block;
}
.recent-news .content .author img {
    height: 50px;
    display: inline-block;
    border-radius: 50px;
    margin-right: 10px;
}
.recent-news .content .author span {
    display: inline-block;
    color: #8d94a0;
    font-size: 15px;
}
.recent-news .content .author span strong {
    font-weight: 400;
    color: #212539;
}
.blog-post {
    width: 100%;
    display: block;
    margin-bottom: 80px;
}
.blog-post figure {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}
.blog-post figure img {
    width: 100%;
    display: block;
    border-radius: 6px;
}
.blog-post small {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    font-weight: 300;
}
.blog-post h3 {
    width: 100%;
    display: block;
    font-size: 50px;
    font-weight: 600;
}
.blog-post h3 a {
    display: block;
}
.blog-post h3 a:hover {
    color: #5513a0;
    text-decoration: none;
}
.blog-post .author {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.blog-post .author img {
    height: 64px;
    display: inline-block;
    border-radius: 50px;
    margin-right: 10px;
}
.blog-post .author span {
    display: inline-block;
    color: #8d94a0;
    font-size: 15px;
}
.blog-post .author span strong {
    font-weight: 400;
    color: #212539;
}
.blog-post p {
    width: 100%;
    display: block;
    font-size: 20px;
    font-weight: 300;
    color: #212539;
}
.blog-post blockquote {
    width: 100%;
    display: block;
    margin: 20px 0;
    padding: 50px;
    color: #212539;
    font-size: 24px;
    position: relative;
    background: #fee13e;
}
.blog-post blockquote:after {
    content: "";
    width: 200px;
    height: 200px;
    background: url("../images/icon-quote.png") no-repeat;
    background-size: contain;
    position: absolute;
    left: 50px;
    top: calc(50% - 50px);
    opacity: 0.05;
}
.blog-post ul {
    width: 100%;
    display: block;
    padding-left: 20px;
}
.blog-post ul li {
    width: 100%;
    margin: 7px 0;
    font-weight: 300;
}
.blog-post strong {
    font-weight: 600;
}
.blog-post .link {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}
.blog-post .link i {
    margin-left: 10px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.blog-post .link:hover {
    text-decoration: none;
}
.blog-post .link:hover i {
    margin-left: 20px;
}
.pagination {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.pagination .page-item {
    display: inline-block;
}
.pagination .page-item .page-link {
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
    border-radius: 0 !important;
    font-size: 12px;
    font-weight: 600;
    color: #212539;
    outline: none !important;
}
.pagination .page-item .page-link:focus {
    outline: none !important;
}
.sidebar {
    width: 100%;
    display: block;
    padding-left: 30px;
}
.sidebar .widget {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: 20px solid #f3f6fa;
    background: #fff;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 30px;
}
.sidebar .widget-title {
    width: 100%;
    display: block;
    border-bottom: 1px solid #f3f6fa;
    font-size: 18px;
    font-weight: 800;
    color: #5513a0;
    letter-spacing: 2px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.sidebar input[type="search"] {
    margin-bottom: 10px;
}
.sidebar .categories {
    width: 100%;
    display: block;
    margin: 0;
    padding-left: 20px;
}
.sidebar .categories li {
    width: 100%;
    display: block;
    margin: 7px 0;
}
.sidebar figure {
    width: 50%;
    display: inline-block;
    padding: 0 2px;
    margin-left: -2px;
}
.contact-form {
    width: 100%;
    display: block;
    margin-top: 50px;
}
.contact-form .form-group {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
.contact-form .form-group:last-child {
    margin-bottom: 0;
}
.contact-form span {
    line-height: 65px;
}
.contact-form input[type="text"] {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
.contact-form input[type="submit"] {
    float: right;
}
.contact-form textarea {
    height: 146px;
}
.contact-box {
    width: 100%;
    display: block;
}
.contact-box figure {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    position: relative;
}
.contact-box figure:before {
    content: "";
    width: 60px;
    height: 60px;
    background: #5513a0;
    position: absolute;
    left: -10px;
    top: -10px;
    opacity: 0.05;
    border-radius: 50%;
}
.contact-box figure img {
    height: 60px;
}
.contact-box h6 {
    color: #5513a0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
}
.contact-box p {
    color: #8a8e96;
    font-weight: 300;
}
.contact-box a {
    display: block;
    color: #8a8e96;
    font-weight: 300;
    text-decoration: underline;
}
.contact-box a:hover {
    text-decoration: none;
}
.google-maps {
    width: 100%;
    display: block;
    position: relative;
    background: #5513a0;
}
.google-maps:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.google-maps iframe {
    width: 100%;
    height: 520px;
    display: block;
    border: none;
    mix-blend-mode: hard-light;
}
.footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #212539;
    background-size: cover;
    padding-top: 100px;
    color: #fff;
    border-top: 5px solid #fee13e;
}
.footer .logo {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}
.footer .logo a {
    display: block;
}
.footer .logo a img {
    height: 35px;
}
.footer .widget-title {
    width: 100%;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 3px;
    color: #fee13e;
}
.footer p {
    color: #fff;
}
.footer ul {
    width: 100%;
    display: block;
    margin: 0;
    padding-left: 20px;
}
.footer ul li {
    width: 100%;
    margin: 3px 0;
    padding: 2px 0;
}
.footer ul li a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
}
.footer ul li a:hover {
    color: #fee13e;
}
.footer form {
    width: 100%;
    display: block;
}
.footer form p {
    width: 100%;
    margin-bottom: 15px;
}
.footer form input[type="email"] {
    width: 100%;
    border: none;
    margin-bottom: 10px;
}
.footer form input[type="submit"] {
    background: #fee13e;
    color: #212539;
}
.footer .google-partner {
    width: 100%;
    display: block;
    margin: 50px 0;
}
.footer .google-partner img {
    height: 60px;
}
.footer .footer-bottom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 0;
    font-size: 14px;
}
.footer span {
    display: inline-block;
}
.footer span:last-child {
    margin-left: auto;
}
.footer a {
    color: #fee13e;
    text-decoration: underline;
}
.footer a:hover {
    text-decoration: none;
}
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
    .slider .slider-content .swiper-slide .inner h2 {
        font-size: 46px;
    }
    .slider .divider {
        height: 70vh;
    }
    .navbar .navbar-button a span {
        display: none;
    }
    .section-title {
        padding-right: 20%;
    }
    .price-box {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 30px;
    }
    .price-box a {
        padding: 0 40px;
    }
    .cases figure figcaption {
        max-height: 70px;
    }
    .cases figure figcaption h6 {
        font-size: 16px;
    }
    .contact-form input[type="submit"] {
        float: left;
    }
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
    .search-box .inner {
        max-width: 100%;
        width: 100%;
        padding: 0 10%;
    }
    .navbar .navbar-button a span {
        display: inline-block;
    }
    .navbar .site-menu {
        display: none;
    }
    .navbar .custom-menu {
        display: none;
    }
    .side-widget .hide-mobile {
        display: none;
    }
    .side-widget .show-mobile {
        display: block;
    }
    .slider {
        height: auto;
    }
    .slider .slider-content {
        width: 100%;
        height: auto;
        margin-bottom: 40px;
    }
    .slider .slider-main {
        width: 100%;
    }
    .slider .header-box {
        left: 15px;
    }
    .slider .controls {
        display: none;
    }
    .section-title {
        padding: 0;
    }
    .section-title h2 {
        font-size: 50px;
    }
    .all-cases li {
        width: 50%;
    }
    .case-gallery li {
        width: 50%;
        margin-top: 0 !important;
    }
    .counter-box {
        margin: 15px 0 !important;
        width: 100%;
    }
    .price-box {
        margin-top: 50px !important;
    }
    .price-box a {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .recent-news {
        margin: 15px 0;
    }
    .contact-form span {
        width: 100%;
        float: left;
    }
    .footer .col-md-6 {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .side-widget {
        width: 68%;
        box-shadow: 0;
    }
    .navbar .hamburger-menu {
        margin-left: 20px;
    }
    .navbar .navbar-button {
        margin-left: 20px;
    }
    .navbar .navbar-button a span {
        display: none;
    }
    .navbar .navbar-button a img {
        margin-left: 0;
    }
    .slider .slider-content .swiper-slide .inner {
        padding-right: 0;
    }
    .slider .slider-content .swiper-slide .inner h2 {
        font-size: 32px;
    }
    .slider .slider-main {
        height: 70vh;
    }
    .slider .header-box {
        left: 30px;
        bottom: -30px;
    }
    .page-header .divider {
        height: 30%;
    }
    .section-title {
        margin-bottom: 40px;
    }
    .section-title h2 {
        font-size: 38px;
    }
    .section-title h6:after {
        display: none;
    }
    .page-header .container h1 {
        font-size: 42px;
    }
    .recent-cases-slider {
        width: calc(100% - 30px);
        margin: 0 15px;
    }
    .icon-box {
        padding: 0;
    }
    .cta-bar .cta-box h2 {
        font-size: 40px;
    }
    .cta-bar .cta-box h2 br {
        display: none;
    }
    .left-yellow:before {
        width: 70%;
    }
    .col-lg-6 .image {
        margin-top: 40px;
    }
    .all-cases li {
        width: 100%;
        margin: 15px 0;
    }
    .case-gallery li {
        width: 100% !important;
    }
    .cta-box-sm {
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
        padding: 30px;
    }
    .cta-box-sm a {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-top: 0;
    }
    .tab-wrapper .tab-nav li span {
        display: none;
    }
    .tab-wrapper .tab-nav li.active:before {
        display: none;
    }
    .tab-wrapper .tab-nav li.active a small {
        color: #5513a0;
    }
    .tab-wrapper .tab-item {
        width: 100%;
        margin: 0;
        padding: 30px;
    }
    .side-content {
        margin-top: 40px;
    }
    .side-content h2 {
        font-size: 40px;
    }
    .testimonials-slider .button-prev {
        margin-top: 0;
    }
    .testimonials-slider .button-next {
        margin-top: 0;
    }
    .testimonials-slider {
        margin-top: 40px;
    }
    .logo-item {
        border: 1px solid #eee;
        margin: 5px 0;
        padding: 20px 10px;
    }
    .col-lg-4 .image {
        margin-bottom: 40px;
    }
    .blog-post h3 {
        font-size: 30px;
    }
    .steps-slider .swiper-slide figure {
        width: 100%;
        margin-bottom: 30px;
    }
    .steps-slider .swiper-slide .content {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .steps-slider .swiper-slide .content p {
        margin: 0;
        padding: 0;
    }
    .steps-slider .controls {
        display: none;
    }
    .accordion {
        padding-right: 0;
    }
    .google-maps iframe {
        height: 320px;
    }
    .office-slider .swiper-slide {
        max-width: 100%;
        padding: 0 15px;
    }
    .office-slider .button-prev {
        display: none;
    }
    .office-slider .button-next {
        display: none;
    }
    .pagination {
        margin-bottom: 50px;
    }
    .sidebar {
        padding-left: 0;
    }
    .pagination .page-item .page-link {
        padding: 0 20px;
    }
    .contact-form .form-group:nth-child(2) {
        margin-bottom: 0;
    }
    .contact-form span {
        line-height: 1.3;
        margin-bottom: 20px;
    }
    .footer .google-partner img {
        height: 40px;
    }
    .footer span:last-child {
        margin-left: 0;
        margin-top: 5px;
    }
}
/*# sourceMappingURL=style.css.map */
