/*

Colors:
	Body 		: #64728A
	Headers 	: #004
	Primary 	: #df4e4e
	Dark     	: #001232
	Grey 		: #F8F8F8 #EEE

Fonts: Poppins

Table OF Contents
------------------------------------
1 > General
2 > Logo
3 > Navigation
4 > Home
5 > About
6 > Numbers
7 > Portfolio
8 > Services
9 > Pricing
10 > Testimonial
11 > Partners
12 > Blog
13 > Blog post
14 > Blog sidebar
15 > Footer
16 > Responsive
17 > Accordion
18 > Owl theme
19 > Preloader
20 > Bootstrap3 hack to support some Bootstrap4 classes
21 > More Css Code 
------------------------------------*/


/*------------------------------------*\
	General
\*------------------------------------*/


/* --- typography --- */

body {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #001232;
    letter-spacing: 0.3px;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #df4e4e;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 20px;
}

h1 {
    font-size: 53px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

a {
    color: #004;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #004;
    text-decoration: none;
    outline: none
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none
}

.white-text {
    color: #FFF;
}


/* --- Section --- */

.section {
    position: relative;
}

.md-section {
    padding-top: 90px;
    padding-bottom: 90px;
}

.sm-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.xs-section {
    padding-top: 30px;
    padding-bottom: 30px;
}


/* --- Background Section --- */

.bg-main {
    background-color: #df4e4e;
}

.bg-grey {
    background-color: #F8F8F8;
}

.bg-white {
    background-color: rgb(241, 240, 240);
}

.bg-dark {
    background-color: #001232;
}


/* --- Background Image Section --- */

.bg-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.bg-img.bg-half {
    width: 50%;
    background-attachment: scroll;
}

.bg-img.bg-half.bg-right {
    left: 50%;
}

.bg-img.overlay:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.9;
}

.bg-img.overlay:after {
    background-color: #001232;
    opacity: 0.7;
}

.bg-img.halfbg.overlay:after {
    background-color: #fff;
    opacity: 0.7;
}

.bg-img.bg-half.overlay:after {
    display: none;
}

@media only screen and (max-width: 991px) {
    .bg-img.bg-half.overlay:after {
        display: block;
    }
    .bg-img.bg-half {
        width: 100%;
    }
    .bg-img.bg-half.bg-right {
        left: 0%;
    }
}


/* --- Section Header --- */

.section-header {
    /* margin-bottom: 60px; */
}

.title {
    position: relative;
    padding-left: 15px;
}

.text-center .title {
    display: inline-block;
}

.title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 10px;
    background-color: #df4e4e;
}

.titlewhite {
    position: relative;
    padding-left: 15px;
}

.text-center .titlewhite {
    display: inline-block;
}

.titlewhite:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 10px;
    background-color: #fff;
}

.sub-title {
    color: #64728A;
    margin-bottom: 0px;
}


/* --- Buttons --- */

.main-button,
.secondary-button {
    display: inline-block;
    position: relative;
    padding: 10px 30px;
    border: 1px solid transparent;
    z-index: 1;
}

.main-button {
    background-color: #001232;
    color: #FFF;
}

.secondary-button {
    background-color: #df4e4e;
    color: #fff;
}

.main-button:after,
.secondary-button:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 0%;
    -webkit-transition: 0.2s height;
    transition: 0.2s height;
    z-index: -1;
}

.main-button:after {
    background-color: #df4e4e;
}

.secondary-button:after {
    background-color: #001232;
}

.main-button:hover:after,
.secondary-button:hover:after {
    height: 100%;
}

.main-button:hover {
    color: #004;
}

.main-button:focus {
    color: #FFF;
}

.secondary-button:hover {
    color: #FFF;
}


/* --- Text Link --- */

.text-link>span {
    position: relative;
    z-index: 1;
}

.text-link:hover>span {
    color: #004;
}

.text-link>span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    /* background-color: #df4e4e; */
    z-index: -1;
    -webkit-transition: 0.2s height;
    transition: 0.2s height;
}

.text-link:hover>span:after {
    height: 100%;
}


/* --  Input  -- */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="url"],
input[type="tel"],
textarea {
    height: 40px;
    width: 100%;
    border: 1px solid #64728A;
    background: transparent;
    padding-left: 15px;
    padding-right: 15px;
}

textarea {
    padding: 10px 15px;
    min-height: 90px;
    resize: vertical;
}


/*------------------------------------*\
	Logo
\*------------------------------------*/

.navbar-brand {
    padding: 0;
}

.navbar-brand .logo {
    display: inline-block;
    margin-top: 5px;
}

.navbar-brand .logo>img {
    max-height: 40;
}


/*------------------------------------*\
	Navigation
\*------------------------------------*/

#header {
    position: relative;
    z-index: 10;
}

#header .navbar {
    margin-bottom: 0px;
    border-radius: 0px;
    border: none;
}

#header .nav li a:hover,
#header .nav li a:focus {
    background-color: transparent;
}


/* --- Top Navigation --- */

#top-navbar .logo {
    display: inline-block;
    margin-top: 5px;
}

#top-navbar .logo>img {
    max-height: 100px;
    padding-bottom: 10px;
}

#top-navbar {
    /* background-color: #df4e4e; */
    background-color: #FFF;
}

#top-navbar .container .nav {
    display: block;
    margin-top: 30px;
}

#top-navbar .nav li a {
    color: #001232;
}

#top-navbar .nav li a i {
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 30px;
    color: #001232;
    border: 0.5px solid #001232;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 14px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}


/* #top-navbar .nav li a:hover {
	background-color: #df4e4e;
	color: #004;
} */


/* #top-navbar .nav li a:hover i{
	background-color: #df4e4e;
	color: #004;
} */


/* --- Main Navigation --- */

#main-navbar {
    background-color: #df4e4e;
}

#main-navbar ul li a {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

#main-navbar .dropdown li a {
    color: #001232;
    text-decoration: none;
    font-weight: 300;
    font-size: 12px;
}

#main-navbar.fixed-navbar {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    -webkit-box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.15);
    z-index: 10;
}


/* --- Default Dropdown --- */

@media only screen and (min-width: 768px) {
    .has-dropdown {
        position: relative;
    }
    .has-dropdown:after {
        font-family: 'FontAwesome';
        content: "\f0d7";
        -webkit-transition: 0.2s -webkit-transform;
        transition: 0.2s -webkit-transform;
        transition: 0.2s transform;
        transition: 0.2s transform, 0.2s -webkit-transform;
        position: absolute;
        right: 5px;
        font-size: 10px;
        color: #FFF;
        top: 15px;
    }
    .dropdown {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
        position: absolute;
        width: 250px;
        background-color: #FFF;
        border: 1px solid #EEE;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
    .main-navbar>.has-dropdown>.dropdown .dropdown {
        top: 0px;
        left: 100%;
    }
    .has-dropdown:hover>.dropdown {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }
    .dropdown li {
        border-bottom: 1px solid #EEE;
    }
    .dropdown li:nth-last-child(1) {
        border-bottom: 0px;
    }
    .dropdown li a {
        display: block;
        padding: 10px 10px;
        -webkit-transition: 0.2s -webkit-transform;
        transition: 0.2s -webkit-transform;
        transition: 0.2s transform;
        transition: 0.2s transform, 0.2s -webkit-transform;
    }
    .dropdown li a:hover {
        -webkit-transform: translateX(3px);
        -ms-transform: translateX(3px);
        transform: translateX(3px);
        -webkit-box-shadow: -4px 0px 0px 0px #df4e4e;
        box-shadow: -4px 0px 0px 0px #df4e4e;
    }
}


/* --- Mobile Nav --- */

@media only screen and (max-width: 767px) {
    #main-navbar {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .main-navbar {
        margin: 0px -15px;
        border-top: 1px solid #EEE;
        max-height: 0;
        overflow-y: scroll;
        -webkit-transition: 0.3s max-height;
        transition: 0.3s max-height;
    }
    .main-navbar li {
        border-bottom: 1px solid #EEE;
    }
    .main-navbar.main-navbar-collapsed {
        max-height: 500px;
    }
    /* Mobile Dropdown */
    .has-dropdown {
        position: relative;
    }
    .has-dropdown:after {
        font-family: 'FontAwesome';
        content: "\f067";
        position: absolute;
        right: 10px;
        font-size: 10px;
        color: #004;
        top: 10px;
    }
    .has-dropdown.dropdown-collapsed:after {
        content: "\f068";
    }
    .has-dropdown.dropdown-collapsed>.dropdown {
        display: block;
    }
    .dropdown {
        display: none;
        margin: 0px 15px 15px;
        border: 1px solid #EEE;
    }
    .dropdown li:nth-last-child(1) {
        border-bottom: 0px;
    }
    .dropdown li a {
        display: block;
        padding: 10px 10px;
        -webkit-transition: 0.2s -webkit-transform;
        transition: 0.2s -webkit-transform;
        transition: 0.2s transform;
        transition: 0.2s transform, 0.2s -webkit-transform;
    }
    .dropdown li a:hover {
        -webkit-transform: translateX(3px);
        -ms-transform: translateX(3px);
        transform: translateX(3px);
        -webkit-box-shadow: -4px 0px 0px 0px #df4e4e;
        box-shadow: -4px 0px 0px 0px #df4e4e;
    }
}


/* --- Navbar Mobile Toggle --- */

@media only screen and (min-width: 768px) {
    .navbar-toggle-btn {
        display: none !important;
    }
}

.navbar-toggle-btn {
    position: relative;
    display: block;
    width: 50px;
    float: right;
    height: 50px;
    background: transparent;
    border: none;
}

.navbar-toggle-btn span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
    -webkit-transition: 0.2s background;
    transition: 0.2s background;
}

.navbar-toggle-btn span:after,
.navbar-toggle-btn span:before {
    content: "";
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s -webkit-transform;
    transition: 0.2s -webkit-transform;
    transition: 0.2s transform;
    transition: 0.2s transform, 0.2s -webkit-transform;
}

.navbar-toggle-btn span,
.navbar-toggle-btn span:after,
.navbar-toggle-btn span:before {
    height: 4px;
    width: 30px;
    background-color: #004;
}

.navbar-toggle-btn span:before {
    top: -10px;
}

.navbar-toggle-btn span:after {
    top: 10px;
}

.navbar-toggle-btn.toggle-btn-collapsed span {
    background: transparent;
}

.navbar-toggle-btn.toggle-btn-collapsed span:before {
    -webkit-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
}

.navbar-toggle-btn.toggle-btn-collapsed span:after {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}


/* --- Navbar Search --- */

.navbar-search {
    position: relative;
    float: right;
    margin-left: 15px;
}

.navbar-search .search-btn {
    border: none;
    background: transparent;
    padding: 15px 10px;
    line-height: 20px;
    color: #004;
}

.navbar-search .search-form {
    display: none;
    position: absolute;
    width: 250px;
    background: #FFF;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    padding: 15px 10px;
    border: 1px solid #EEE;
}

.navbar-search .search-form form input {
    width: 100%;
}

.navbar-search:hover .search-form {
    display: block;
}


/* .search-toggle-btn {
	display: none;
	float: right;
	width: 50px;
	line-height: 50px;
	font-size: 24px;
	background: transparent;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	border-bottom: 0px;
	border-top: 0px;
	color: #004;
} */

@media only screen and (max-width: 767px) {
    .navbar-search .search-btn {
        display: none;
    }
    .search-toggle-btn {
        display: block;
    }
    .navbar-search {
        float: none;
        margin: 0px -15px;
    }
    .navbar-search .search-form {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
        border-top: 1px solid #EEE;
    }
    .navbar-search.navbar-search-collapsed .search-form {
        display: block;
    }
    #top-navi {
        display: none !important;
    }
}


/*------------------------------------*\
	Home
\*------------------------------------*/

.banner-area {
    position: relative;
}

#home .home-wrapper {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page-wrapper {
    position: relative;
    z-index: 1;
}

.page-wrapper .breadcrumb {
    background: transparent;
    margin-bottom: 0px;
}

.page-wrapper .breadcrumb .breadcrumb-item.active {
    color: #64728A;
}

.page-wrapper .breadcrumb>li+li:before {
    color: #64728A;
}

#page-header .bg-img {
    background-attachment: scroll;
}


/*------------------------------------*\
	About
\*------------------------------------*/

.about {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #fff;
}

.about>img {
    width: 100%;
    border-bottom: 4px solid #df4e4e;
}


/*------------------------------------*\
	Numbers
\*------------------------------------*/

.number {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 70px;
}

.number i {
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 35px;
    color: #004;
    text-align: center;
}

.number h3 {
    font-size: 28px;
    margin-bottom: 0px;
}

.number span {
    color: #004;
}


/*------------------------------------*\
	Portfolio
\*------------------------------------*/

#portfolio {
    padding-bottom: 0px;
}

.portfolio .portfolio-img {
    position: relative;
    -webkit-transition: 0.2s -webkit-transform;
    transition: 0.2s -webkit-transform;
    transition: 0.2s transform;
    transition: 0.2s transform, 0.2s -webkit-transform;
}

.portfolio .portfolio-img>img {
    width: 100%;
}

.portfolio:hover .portfolio-img {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.portfolio .portfolio-links {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.portfolio .portfolio-links a {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #001232;
    background-color: #df4e4e
}

.portfolio:hover .portfolio-links {
    opacity: 1;
}

.portfolio .portfolio-links a:hover {
    opacity: 0.9;
}

.portfolio .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: #001232;
    opacity: 0;
    z-index: 1;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.portfolio:hover .overlay {
    opacity: 0.8;
}

.portfolio .portfolio-content {
    position: absolute;
    bottom: 4px;
    left: 0px;
    right: 0px;
    border-top: 4px solid #df4e4e;
    padding: 15px;
    background: #001232;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 2;
    -webkit-transition: 0.2s -webkit-transform;
    transition: 0.2s -webkit-transform;
    transition: 0.2s transform;
    transition: 0.2s transform, 0.2s -webkit-transform;
}

.portfolio .portfolio-content h3 {
    color: #FFF;
    margin-bottom: 10px;
}

.portfolio .portfolio-content span {
    color: #df4e4e;
    text-transform: uppercase;
}

.portfolio:hover .portfolio-content {
    -webkit-transform: translateY(calc(0% + 4px));
    -ms-transform: translateY(calc(0% + 4px));
    transform: translateY(calc(0% + 4px));
}

.view-all-portfolio {
    text-align: center;
    margin-top: 60px;
}


/*------------------------------------*\
	Services
\*------------------------------------*/

.service {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-transition: 0.2s -webkit-box-shadow;
    transition: 0.2s -webkit-box-shadow;
    transition: 0.2s box-shadow;
    transition: 0.2s box-shadow, 0.2s -webkit-box-shadow;
}

.service i {
    position: absolute;
    left: 0;
    top: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 35px;
    color: #df4e4e;
    text-align: center;
}

.service .service-content {
    padding: 15px 15px 15px 70px;
}

.service:hover {
    -webkit-box-shadow: 0px 0px 10px 3px #EEE;
    box-shadow: 0px 0px 10px 3px #EEE;
}


/*------------------------------------*\
	Testimonial
\*------------------------------------*/

.testimonial .testimonial-quote {
    position: relative;
    margin-bottom: 30px;
    padding-top: 45px;
    text-align: center;
}

.testimonial .testimonial-quote:before {
    content: "\f10d";
    left: 50%;
    top: 0px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    font-family: 'FontAwesome';
    position: absolute;
    color: #004;
    font-size: 35px;
}

.testimonial .testimonial-meta {
    text-align: center;
    margin-bottom: 15px;
}

.testimonial .testimonial-meta h3 {
    margin-bottom: 5px;
}

.testimonial .testimonial-meta span {
    text-transform: uppercase;
}


/*------------------------------------*\
	Partners
\*------------------------------------*/

.partner {
    display: block;
    border: 2px solid transparent;
}

.partner:hover {
    border-color: #df4e4e;
}

.partner>img {
    width: 100%;
}


/*------------------------------------*\
	Blog
\*------------------------------------*/

.blog {
    margin-top: 15px;
    margin-bottom: 15px;
}

.blog .blog-img {
    position: relative;
    border-bottom: 4px solid #df4e4e;
}

.blog .blog-img>img {
    width: 100%;
}

.blog .blog-meta {
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #EEE;
    padding-bottom: 10px;
}

.blog .blog-meta li {
    display: inline-block;
    font-size: 14px;
}


/*------------------------------------*\
	Blog post
\*------------------------------------*/

#main .blog .blog-content {
    margin-bottom: 60px;
}


/* -- blog tags & share -- */

.blog-tags-share .tags {
    display: inline-block;
}

.blog-tags-share .tags .tags-list {
    display: inline-block;
}

.blog-tags-share .tags .tags-list li {
    display: inline-block;
    margin-left: 15px;
}

.blog-tags-share .share {
    float: right;
}

.blog-tags-share .share .share-list {
    display: inline-block;
}

.blog-tags-share .share .share-list li {
    display: inline-block;
    margin-left: 15px;
}


/* -- blog comments -- */

.blog-comments {
    margin-top: 30px;
    margin-bottom: 30px;
}

.blog-comments .media .media-object {
    width: 60px;
}

.blog-comments .media {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #EEE;
}

.blog-comments>.media:last-child {
    border-bottom: 1px solid #EEE;
    padding-bottom: 30px;
}

.blog-comments .media .media-body .time {
    font-size: 12px;
    font-weight: 400;
}

.blog-comments .media .media-body .reply-btn {
    padding: 0px 10px;
    font-size: 12px;
}


/* -- blog reply form -- */

.reply-form form {
    margin-top: 30px;
}

.reply-form .input,
.reply-form .input,
.reply-form textarea {
    margin-bottom: 15px;
}

.reply-form .input,
.reply-form .input {
    width: calc(50% - 8px);
}

.reply-form .input:nth-child(2) {
    margin-left: 11px;
}


/*------------------------------------*\
	Blog sidebar
\*------------------------------------*/

#aside .widget {
    margin-top: 30px;
    margin-bottom: 30px;
}

#aside .widget:nth-child(1) {
    margin-top: 15px;
}

#aside .widget:nth-last-child(1) {
    margin-bottom: 15px;
}


/* -- category sidebar -- */

.widget-category a {
    display: block;
    padding: 5px 10px;
    border: 1px solid #EEE;
    margin: 12px 0px;
    color: #64728A;
    font-size: 14px;
    -webkit-transition: 0.2s color, 0.2s -webkit-transform;
    transition: 0.2s color, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s color;
    transition: 0.2s transform, 0.2s color, 0.2s -webkit-transform;
}

.widget-category a span {
    float: right;
}

.widget-category a:hover {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
    color: #004;
    -webkit-box-shadow: -4px 0px 0px 0px #df4e4e;
    box-shadow: -4px 0px 0px 0px #df4e4e;
    border-left: #df4e4e;
}


/* -- posts sidebar -- */

.widget-post {
    margin-bottom: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #EEE;
}

.widget-post:nth-last-child(1) {
    border-bottom: 0px;
}

.widget-post>a {
    position: relative;
    padding-left: 100px;
    display: block;
    min-height: 60px;
    margin-bottom: 5px;
}

.widget-post>a>span {
    display: inline-block;
}

.widget-post img {
    position: absolute;
    top: 0;
    left: 0;
}

.widget-post .blog-meta li {
    display: inline-block;
    font-size: 12px;
}


/* -- tags sidebar -- */

.widget-tags a {
    display: inline-block;
    padding: 3px 10px;
    font-size: 14px;
    margin: 2px 0px;
    border: 1px solid #EEE;
    color: #64728A;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.widget-tags a:hover {
    color: #004;
    background-color: #df4e4e;
    border: 1px solid #004;
}


/*------------------------------------*\
	Footer
\*------------------------------------*/

.footer-widget {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #64728A;
}


/* -- footer logo -- */

.footer-logo .logo {
    display: inline-block;
    margin-bottom: 30px;
}

.footer-logo .logo>img {
    max-height: 50px;
}

.footer-contact li {
    margin-top: 10px;
}


/* -- footer contact -- */

.footer-contact li a {
    color: #64728A;
}

.footer-contact li a i {
    color: #df4e4e;
    margin-right: 15px;
}


/* -- footer links -- */

.footer-links li {
    margin-top: 10px;
}

.footer-links li a {
    display: inline-block;
    font-size: 14px;
    color: #64728A;
    -webkit-transition: 0.2s color, 0.2s -webkit-transform;
    transition: 0.2s color, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s color;
    transition: 0.2s transform, 0.2s color, 0.2s -webkit-transform;
}

.footer-links li a:hover {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
    color: #FFF;
}


/* -- footer subscribe -- */

.footer-subscribe {
    position: relative;
    margin-top: 30px;
}

.footer-subscribe .input {
    padding-right: 125px;
}

.footer-subscribe button {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    padding: 0px 20px;
    background: #df4e4e;
    border: none;
    color: #004;
    font-size: 14px;
}


/* -- footer social -- */

.footer-social {
    margin-top: 30px;
}

.footer-social li {
    display: inline-block;
}

.footer-social li a {
    display: inline-block;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 30px;
    color: #df4e4e;
    border: 2px solid #df4e4e;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 14px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.footer-social li a:hover {
    background-color: #df4e4e;
    color: #004;
}


/* -- Bottom Footer -- */

#footer #bottom-footer {
    background-color: rgba(0, 0, 0, 0.15);
    color: #64728A;
}

#footer #bottom-footer a {
    color: #df4e4e;
}


/*------------------------------------*\
	Responsive
\*------------------------------------*/

@media only screen and (max-width: 991px) {
    #cta-2 {
        text-align: center;
    }
    #main {
        margin-bottom: 30px;
    }
    .widget-post {
        min-height: 90px;
        padding-bottom: 30px;
    }
    .widget-post>a {
        min-height: auto;
    }
    .widget-post .blog-meta {
        padding-left: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .section-header {
        margin-bottom: 30px;
    }
    .home-wrapper h1 {
        font-size: 28px;
    }
    .blog-tags-share .share {
        float: none;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 480px) {
    #numbers [class*='col-xs'] {
        width: 100%;
    }
    .number {
        text-align: center;
        padding: 0;
    }
    .number i {
        position: static;
    }
    .widget-post {
        min-height: auto;
        padding-bottom: 5px;
    }
    .widget-post>a {
        min-height: 60px;
    }
    .widget-post .blog-meta {
        padding-left: 0px;
        margin-top: 15px;
    }
}


/*------------------------------------*\
	Accordion
\*------------------------------------*/

.accordion .panel {
    border-radius: 0px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accordion .panel-heading {
    padding: 0;
    margin: 0px;
    border-radius: 0px;
    border: 1px solid #EEE;
}

.accordion .panel-heading .panel-title {
    font-weight: 400;
}

.accordion .panel-heading .panel-title>a {
    display: block;
    padding: 10px 15px;
    background-color: #df4e4e;
    color: #004;
}

.accordion .panel-heading .panel-title>a.collapsed {
    background-color: #FFF;
}

.accordion .panel-heading .panel-title>a:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}

.accordion .panel-heading .panel-title>a.collapsed:after {
    content: "\f067";
}


/*------------------------------------*\
	Owl theme
\*------------------------------------*/


/* -- dots -- */

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border: 1px solid #004;
    border-radius: 0px;
    background: transparent;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #004;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #004;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}


/* -- nav -- */

.owl-theme .owl-nav {
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.owl-theme:hover .owl-nav {
    opacity: 1;
}

.owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background: #004;
    color: #FFF;
    padding: 0px;
    width: 30px;
    height: 60px;
    line-height: 60px;
    border-radius: 0;
    margin: 0;
}

.owl-theme .owl-prev {
    left: 0px;
}

.owl-theme .owl-next {
    right: 0px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    opacity: 0.8;
    background: #004;
}


/*------------------------------------*\
	Preloader
\*------------------------------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.preloader img {
    margin-bottom: 24px
}

.preloader .dot {
    width: 18px;
    height: 18px;
    margin-right: 2px;
    background-color: #df4e4e;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: fx 1.4s infinite ease-in-out both;
    -o-animation: fx 1.4s infinite ease-in-out both;
    animation: fx 1.4s infinite ease-in-out both;
    animation-delay: 0s;
}

.preloader .dot:nth-child(1) {
    -webkit-animation-delay: -0.32s;
    -o-animation-delay: -0.32s;
    animation-delay: -0.32s
}

.preloader .dot:nth-child(2) {
    -webkit-animation-delay: -0.16s;
    -o-animation-delay: -0.16s;
    animation-delay: -0.16s
}

@-webkit-keyframes fx {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes fx {
    0%,
    80%,
    100% {
        -o-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes fx {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}


/*------------------------------------*\
	Bootstrap3 hack - to support Bootstrap4 classes
\*------------------------------------*/


/***Bootstrap 3 hack to support 4 elements**/

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card>hr {
    margin-right: 0;
    margin-left: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link+.card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-group>.card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-group>.card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }
    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }
    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }
    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

.border-0 {
    border: 0 !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.col-xl-3 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.carousel-item {
    height: 60vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-lg.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 3;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}


/**carousel stuff**/

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.2;
}

.lead {
    font-size: 1.75rem;
    font-weight: 400;
}


/**Was trying to mod carousel-item with this verical class*/


/* .verical-half-img {
		height: 60vh;
		min-height: 350px;
		background: no-repeat center center scroll;
		position: relative;
		width: 100%;
    overflow: hidden;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	} */

.carousel-item {
    height: 60vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}


/**carousel stuff**/

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.2;
}

.lead {
    font-size: 1.75rem;
    font-weight: 400;
}


/**More CSS**/

::-moz-selection {
    background: #fad264;
    color: #fff
}

::selection {
    background: #FF6600;
    color: #fff
}

::-moz-selection {
    background: #fad264;
    color: #fff
}

.orange img {
    border-color: #ff6600;
}

.modeven li:before {
    left: 3px !important;
}

.service p {
    text-align: justify;
}

.services li::before {
    font-family: FontAwesome;
    content: "\f0da";
    color: #df4e4e;
    margin-right: 5px;
    position: absolute;
    left: 15px;
}

.services ul {
    padding-left: 25px;
}

.services li {
    margin-bottom: 7px;
    padding-left: 3px
}

.space10 {
    min-height: 13px;
    width: 100%;
}

.space20 {
    min-height: 20px;
    width: 100%;
}

.space30 {
    min-height: 30px;
    width: 100%;
}

.space40 {
    min-height: 40px;
    width: 100%;
}

.space50 {
    min-height: 50px;
    width: 100%;
}

.space60 {
    min-height: 60px;
    width: 100%;
}

.space70 {
    min-height: 70px;
    width: 100%;
}

.space80 {
    min-height: 80px;
    width: 100%;
}

.space90 {
    min-height: 90px;
    width: 100%;
}

.space100 {
    min-height: 100px;
    width: 100%;
}

.vision {
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: 30px 15px;
    ;
    margin-top: 4rem;
    margin-bottom: 1rem;
    height: 350px;
    max-height: 350px;
}


/**  vision shadow option, add to vision class -webkit-box-shadow:0 0 5px 0 rgba(0,0,0,0.49);box-shadow:0 0 5px 0 rgba(0,0,0,0.49); **/

.nav-drop-right:after {
    font-family: FontAwesome;
    content: "\f0da";
    color: #ffffff;
    position: absolute;
    top: 0px;
    right: 10px;
}

.vision img {
    width: 124px;
    border-radius: 100%;
    border: 12px solid #f7f7f7;
    margin-top: -6rem;
    margin-bottom: 2rem
}

.vision h5 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 25px;
}

.vision p {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 0
}

.vision small {
    display: block;
    margin-bottom: 1.5rem;
    font-weight: 300
}

.vision span {
    font-style: normal;
    margin-right: 10px;
    font-size: 15px;
}

.vision span:before {
    font-family: FontAwesome;
    content: "\f0da";
    color: #df4e4e;
    margin-right: 5px;
}

.orange {
    border: 2px solid rgba(223, 78, 78, 0.8);
    -webkit-box-shadow: 0 0 5px 0 rgba(223, 78, 78, 0.8);
    -moz-box-shadow: 0 0 5px 0 rgba(223, 78, 78, 0.8);
    box-shadow: 0 0 5px 0 rgba(223, 78, 78, 0.8);
    transition: all ease-in-out .4s;
}

.blue {
    border: 2px solid rgba(0, 18, 50, 0.8);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 18, 50, 0.49);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 18, 50, 0.49);
    box-shadow: 0 0 5px 0 rgba(0, 18, 50, 0.49);
    transition: all ease-in-out .4s;
}

.orange:hover {
    background-color: rgba(223, 78, 78, 0.8);
    transition: all ease-in-out .4s;
}

.blue:hover {
    background-color: #001232;
    transition: all ease-in-out .4s;
}

.blue:hover h5,
.blue:hover p,
.blue:hover small,
.orange:hover h5,
.orange:hover p,
.orange:hover small {
    color: #ffffff;
}

.blue img {
    border-color: rgba(0, 18, 50);
}

.orange img {
    border-color: rgba(223, 78, 78);
}

.carousel-bg-red {
    background-color: rgba(223, 78, 78, 0.8);
}

.swiper-button-prev,
.swiper-button-next {
    border-color: #ffffff;
    background: #DF4E4E;
    width: 42px;
    height: 42px;
    padding-top: 4px;
    transition: all ease-in-out .3s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: #ffffff;
    transition: all ease-in-out .3s
}

.swiper-button-next::before,
.swiper-button-prev::before {
    color: #ffffff;
    font-size: 33px;
    transition: all ease-in-out .3s;
}

.swiper-button-next:hover:before,
.swiper-button-prev:hover:before {
    color: #DF4E4E;
    transition: all ease-in-out .3s;
}

.swiper-button-next {
    right: -10px !important;
}

.swiper-button-disabled {
    opacity: 0.4;
}

.slide-gradient::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.7;
    right: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(#fff), color-stop(#fff), color-stop(#fff), color-stop(rgba(255, 255, 255, 0.8)), color-stop(rgba(255, 255, 255, 0.6)), to(transparent));
    background-image: -webkit-linear-gradient(right, #fff, #fff, #fff, #fff, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6), transparent);
    background-image: -o-linear-gradient(right, #fff, #fff, #fff, #fff, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6), transparent);
    background-image: linear-gradient(to left, #fff, #fff, #fff, #fff, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6), transparent)
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.client img {
    transition: all ease-in-out .4s;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.client:hover img {
    transition: all ease-in-out .4s;
    -webkit-filter: grayscale(90%);
    filter: grayscale(90%);
}


/* .person{text-align:center;background-color:#fff;padding:2rem;margin-top:4rem;margin-bottom:1rem;-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,0.09);box-shadow:0 0 5px 0 rgba(0,0,0,0.09)} */

.person {
    text-align: center;
    background-color: #F7F7F7;
    padding: 2rem;
    margin-top: 4rem;
    margin-bottom: 1rem;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.09);
}

.person img {
    width: 124px;
    border-radius: 100%;
    border: 12px solid #f7f7f7;
    margin-top: -6rem;
    margin-bottom: 2rem
}

.person h5 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 0.125rem
}

.person p {
    font-weight: 300;
    font-size: 0.75rem;
    font-style: italic;
    margin-bottom: 0
}

.person small {
    display: block;
    margin-bottom: 1.5rem;
    font-weight: 300
}

.person img {
    border: 10px solid #f1f1f1;
}

.centralize {
    text-align: center;
}


/**swiper**/

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.clients-button-prev::before,
.services-button-prev::before,
.swiper-button-prev::before,
.testimonial-button-prev::before {
    content: "\f104";
}

.clients-button-prev::before,
.clients-button-next::before,
.services-button-prev::before,
.services-button-next::before,
.swiper-button-prev::before,
.swiper-button-next::before,
.testimonial-button-prev::before,
.testimonial-button-next::before {
    font-family: FontAwesome;
}

.clients-button-prev,
.clients-button-next,
.services-button-prev,
.services-button-next,
.swiper-button-prev,
.swiper-button-next,
.testimonial-button-prev,
.testimonial-button-next {
    background-image: none;
    background-color: rgba(255, 255, 255, 0.3);
    width: 32px;
    height: 32px;
    line-height: 28px;
    text-align: center;
    margin-top: -16px;
    border: 2px solid #DF4E4E;
    color: #DF4E4E;
    display: inline-block;
    cursor: pointer;
}

.section-inverse {
    background: #F7F7F7;
    border: 1px solid #e5e5e5;
    border-left: 0px;
    border-right: 0px;
    padding-top: 50px !important;
}

.testimonial-button-next {
    background-image: none;
    background-color: rgba(255, 255, 255, 0.3);
    width: 32px;
    height: 32px;
    line-height: 28px;
    text-align: center;
    margin-top: -16px;
    border: 2px solid #DF4E4E;
    color: #DF4E4E;
    display: inline-block;
    cursor: pointer
}

.clients-button-prev::before,
.clients-button-next::before,
.services-button-prev::before,
.services-button-next::before,
.swiper-button-prev::before,
.swiper-button-next::before,
.testimonial-button-prev::before,
.testimonial-button-next::before {
    font-family: FontAwesome
}

.clients-button-prev::before,
.services-button-prev::before,
.swiper-button-prev::before,
.testimonial-button-prev::before {
    content: "\f104"
}

.clients-button-next::before,
.services-button-next::before,
.swiper-button-next::before,
.testimonial-button-next::before {
    content: "\f105"
}

.swiper-button-next {
    right: 30px
}

.swiper-button-prev {
    left: 30px
}

.swiper-button-disabled {
    opacity: 0.4
}

.swiper-button-bottom {
    position: relative
}

.swiper-button-bottom .swiper-button-prev,
.swiper-button-bottom .swiper-button-next {
    right: 0;
    bottom: 10px;
    top: auto;
    left: auto
}

.swiper-button-bottom .swiper-button-prev {
    right: 36px
}

.site-header .extended-padding .container {
    padding-left: 6rem;
    padding-right: 6rem
}

.site-header .swiper-pagination {
    bottom: 40px
}

.site-header .swiper-pagination-bullet {
    margin: 0 4px
}

.site-header .swiper-slide {
    min-height: 85vh;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 20%
}

.site-header .swiper-slide .v-center {
    width: 100%;
    height: 85vh
}

.services-slider .swiper-wrapper,
.speeches-slider .swiper-wrapper {
    padding-bottom: 4rem
}

.services-slider .swiper-pagination-bullet,
.speeches-slider .swiper-pagination-bullet {
    background-color: #e7e7e7
}

.services-slider .swiper-pagination-bullet-active,
.speeches-slider .swiper-pagination-bullet-active {
    background-color: #ff6600
}

.slide-gradient-right::before,
.slide-gradient-left::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    opacity: 0.9
}

.slide-gradient-right::before {
    right: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(#fff), color-stop(#fff), color-stop(#fff), color-stop(rgba(255, 255, 255, 0.8)), color-stop(rgba(255, 255, 255, 0.6)), to(transparent));
    background-image: -webkit-linear-gradient(right, #fff, #fff, #fff, #fff, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6), transparent);
    background-image: -o-linear-gradient(right, #fff, #fff, #fff, #fff, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6), transparent);
    background-image: linear-gradient(to left, #fff, #fff, #fff, #fff, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6), transparent)
}

.slide-gradient-left::before {
    left: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(#fff), color-stop(#fff), color-stop(#fff), color-stop(rgba(255, 255, 255, 0.8)), color-stop(rgba(255, 255, 255, 0.6)), to(transparent));
    background-image: -webkit-linear-gradient(left, #fff, #fff, #fff, #fff, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6), transparent);
    background-image: -o-linear-gradient(left, #fff, #fff, #fff, #fff, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6), transparent);
    background-image: linear-gradient(to right, #fff, #fff, #fff, #fff, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6), transparent)
}

@media (max-width: 767px) {
    .swiper-button-next {
        right: 10px
    }
    .swiper-button-prev {
        left: 10px
    }
}