/*
  Theme Name: Reveal
  Theme URL: https://bootstrapmade.com/reveal-bootstrap-corporate-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    background: #fff;
    color: #67656A;
    font-family: "Montserrat", "Montserrat-Regular", "Montserrat-Light", "Montserrat-SemiBold", sans-serif;
}

a {
    color: #F1C008;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #2B1058;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", "Montserrat-Regular", "Montserrat-Light", "Montserrat-SemiBold", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #fff;
    color: #2B1058;
    padding: 6px 12px 9px 12px;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
}

.back-to-top:focus {
    background: #F1C008;
    color: #fff;
    outline: none;
}

.back-to-top:hover {
    background: #2B1058;
    color: #fff;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

#topbar .contact-info a {
    line-height: 1;
    color: #555;
}

#topbar .contact-info a:hover {
    color: #F1C008;
}

#topbar .contact-info i {
    color: #F1C008;
    padding: 4px;
}

#topbar .contact-info .fa-phone {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #e9e9e9;
}

#topbar .social-links a {
    color: #555;
    padding: 4px 12px;
    display: inline-block;
    line-height: 1px;
    border-left: 1px solid #e9e9e9;
}

#topbar .social-links a:hover {
    color: #F1C008;
}

#topbar .social-links a:first-child {
    border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    padding: 20px 0;
    height: 74px;
    transition: all 0.5s;
    z-index: 997;
    background: #fff;
}

.active {
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

#header #logo img {
    padding: 0;
    margin: 0;
    float: left;
}



/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
    height: 85vh;
    background: url("../img/illustration%20hand.svg") no-repeat;
    background: linear-gradient(138deg, rgba(241, 192, 8, 1) 0%, rgba(241, 162, 8, 1) 100%);
}


/*
#intro .background{
    position: absolute;
    width: 50%;
}
*/


#parallax {
    bottom: 50px;
}

#parallax img {
    position: absolute;
    margin: auto 0;
}

#circle {
    left: 60px;
    top: 180px;
}

#diamond {
    left: 350px;
    top: 180px;
}


#pic1 {
    padding-top: 140px;
    padding-left: 20px;
    z-index: 1;

}

#pic2 {
    padding-top: 220px;
    padding-left: 100px;
    z-index: 2;

}

#phone {
    top: 800px;
    z-index: 1;
}

#hand {
    top: 800px;
    z-index: 4;
}

#intro h2 {
    color: #2B1058;
    font-size: 48px;
    font-weight: 100;
    line-height: 1.3em;
    padding-top: 80px;
    margin-left: 48px;
}


#intro .intro-content h2 span {
    font-weight: 600;
    color: #fff;
}

#intro .intro-content h4 {
    font-size: 1.25em;
    font-weight: 100;
    color: #2B1058;
    width: 70%;
    line-height: 1.5em;
    letter-spacing: 0.05em;
}

#intro .intro-content h4 span {
    font-weight: 600;
}

#intro .intro-content i {
    position: absolute;
    background: #fff;
    color: #F1C008;
    padding: 12px;
    font-size: 16px;
    border: solid 1px #2B105850;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: 50%;
    bottom: 8px;
    transition: background 0.4s;
}

#intro .intro-content .about-arrow {
    position: absolute;
    background: transparent;
    color: #F1C008;
    padding: 12px;
    font-size: 16px;
    left: 10%;
    bottom: 16px;
    transition: ease 0.4s;
    float: left;
}

#intro .intro-content .about-arrow.hovered {
    bottom: -8px;
}

#intro .intro-content i:focus {
    background: #F1C008;
    color: #fff;
    outline: none;
}

#intro .intro-content i:hover {
    background: #2B1058;
    color: #fff;
}

#intro .intro-content .btn-get-started,
#intro .intro-content .btn-projects {
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    box-shadow: 0 4px 8px 0 rgba(43, 16, 88, .15);
}

.btn-play {
    background-color: #ffffff;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    border: solid 1px #2B1058;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #2B1058;
    box-shadow: 0 4px 8px 0 rgba(43, 16, 88, .15);
}

.btn-play:hover {
    cursor: pointer;
    transition: 0.5s;
    box-shadow: 0 8px 8px 0 rgba(43, 16, 88, .3);

}

#intro .intro-content .btn-get-started {
    background: #2B1058;
    border: 2px solid #2B1058;
}

.btn-play:hover {
    background: none;
    color: #2B1058;
    cursor: pointer;
}

#intro .intro-content .btn-projects {
    background: #F1C008;
    border: 2px solid #F1C008;
}

#intro .intro-content .btn-projects:hover {
    background: none;
    color: #F1C008;
}

#intro #intro-carousel {
    z-index: 8;
}

#intro #intro-carousel::before {
    content: '';
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 7;
}

#intro #intro-carousel .item {
    width: 100%;
    height: 60vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition-property: opacity;
}



#phone {
    width: 220px;
    top: 150px;
    right: 250px;
}

#hand {
    bottom: 200px;
    right: 10px;
}

#pic1 {
    left: 60px;
    top: 80px;
}

#pic2 {
    top: 180px;
    left: 0;
}

#floor {
    top: 480px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu > li {
    float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}


/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
    padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 8px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Menu Container */

#nav-menu-container {
    float: right;
    /*    margin: 0;*/
}

/* Nav Menu Styling */

.nav-menu a {
    padding: 10px 8px;
    text-decoration: none;
    display: inline;
    color: #464646;
    font-family: "montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    outline: none;
    letter-spacing: 0.05em;
}

.nav-menu li:hover > a,
.nav-menu .menu-active > a {
    color: #F1C008;
}

.nav-menu > li {
    margin-left: 10px;
}

.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}

.nav-menu ul li {
    transition: 0.3s;
}

.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
}

.nav-menu ul li:hover > a {
    color: #F1C008;
}

.nav-menu ul ul {
    margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: -4px;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
    background-color: #f1c008;
    border-radius: 50% 0 0 50%;
    width: 80px;
    height: 80px;

}

#mobile-nav-toggle i {
    color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 150px;
    bottom: 0;
    z-index: 998;
    background: #f1c008;
    width: 100%;

    left: -100%;
    width: 100%;

    overflow-y: auto;
    transition: 0.4s;
}

#mobile-nav-contact {
    padding: 80px;
    top: 80px;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    vertical-align: middle;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 24px;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}

#mobile-nav ul li a:hover {
    color: #fff;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #F1C008;
}

#mobile-nav ul .menu-item-active {
    color: #F1C008;
}

#mobile-nav-contact {
    display: none;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 10;
    position: fixed;
    background: rgba(52, 59, 64, 0.9);
    display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}


/*Breadcrumb*/

.breadcrumb {
    font-size: 12px;
    background-color: transparent;
    margin: 0 24px;
}

.breadcrumb .active {
    box-shadow: none;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header {
    margin-bottom: 30px;
}

.section-header h2 {
    font-size: 17px;
    color: #F1C008;
    text-transform: uppercase;
    font-weight: 800;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
    text-shadow: 0 2px 4px rgba(241, 193, 8, .15);
}

.section-header h2::before {
    content: '';
    position: absolute;
    /*    display: block;*/
    width: 50px;
    height: 2px;
    background: #2B1058;
    bottom: 0;
    left: calc(50% - 1.25rem);
}

.section-header p {
    padding: 0;
    margin: 0;
}

/* About Section
--------------------------------*/

#about {
    /*    background: url(../img/illustrationCoworking.png) no-repeat center left;*/
    background-size: 40%;
    padding: 80px;
    text-align: center;
}

#about .logo {
    padding: 16px;
}

#about .title {
    font-size: 48px;
    font-weight: 600;
    color: #2B1058;
    letter-spacing: 0.025em
}

#about .content {
    background: #ffffff90;
    padding: 24px 70px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 8px;
}

#about .intro {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.025em;
    color: #2B1058;
}

#about p {
    color: #2B1058;
    font-size: 1.25rem;
    line-height: 1.8;
    font-weight: 100;
    letter-spacing: 0.01em;
}

#about p span {
    background-color: #F1C00870;
}

/*
#about .readmore {
    color: #2B1058;
    margin: 24px;
    font-weight: 100;
    font-size: 16px;
    line-height: 30px;
}
*/

#about .btn {
    color: #F1C008;
    font-weight: 600;
    padding: 16px;
    background: transparent;
}

#about .btn:hover {
    color: #2B1058;

}

#about .about-img {
    overflow: hidden;
}

#about .about-img img {
    margin-left: -15px;
    max-width: 100%;
}

/*#about .content .title {
 color: #2B1058;
font-weight: 700;
font-size: 32px;
font-family: "Montserrat",
sans-serif;
} */

#about .content h3 {
    color: #2B1058;
    font-weight: 100;
    font-size: 16px;
    line-height: 30px;
}

#about .content p line-height: 26px;
}

#about .content p:last-child {
    margin-bottom: 0;
}

#about .content i {
    font-size: 20px;
    padding-right: 4px;
    color: #F1C008;
}

#about .content ul {
    list-style: none;
    padding: 0;
}

#about .content ul li {
    padding-bottom: 10px;
}




/* Services Section
--------------------------------*/

#services {
    padding: 80px 0;
    /*    background-image: linear-gradient(120deg, #F1C008 0%, #F1A008 100%);*/
    background-size: cover;

}

#services .img {
    width: 100%;
    vertical-align: middle;
}

#services .title {
    font-size: 56px;
    font-weight: 700;
    margin: 16px 0;
}

#services .box {
    padding: 24px;
    margin: 40px 0;
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    background: #fff;
    border-radius: 8px;
}

#services .box .service {
    transition: 0.4s;
    border-radius: 8px;


}

#services .box .service:hover {
    box-shadow: 0 10px 28px 0 hsla(210, 8%, 54%, .2);
    transform: translateY(10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    color: #fff;
    background-color: #F1C008;
}

#services .box h4 {
    font-weight: 600;
    font-size: 1.5rem;
    color: #2B1058;
    margin: 24px 0;
}

#services .box p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .015em;
    line-height: 1.8;
    margin: 16px;
    color: #040429;
}

#services .btn:hover {
    background: none;
    color: #F1C008;
}

#services ul {
    list-style-type: none;
    -webkit-padding-start: 0;
    line-height: 2;
    margin-left: 16px;
    font-size: 14px;
}

#services ul i {
    color: #F1C008;
    margin-right: 4px;
    font-weight: 100;
}



#services .box .icon {
    margin-top: 24px;
    background-color: #FFFFFF;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    width: 120px;
    height: 120px;
    -webkit-box-shadow: 0px 17px 37px -28px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px 17px 37px -28px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 17px 37px -28px rgba(0, 0, 0, 0.39);

}


#services .box .btn {
    font-weight: 400;
    color: #2B1058;
    background-color: transparent;
    text-align: center;
}

#services .box .btn i {
    margin-left: 8px;
    color: #F1C008;
}


#services .btn i {
    color: #F1C008;
    margin-left: 8px;
    position: relative;
    left: 0;
    transition: ease 0.25s;
}

#services .btn:hover i {
    color: #FFF;
    left: +10px;
}

#services .box .icon i:before {
    background: linear-gradient(45deg, #F1C008 0%, #F1C008 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#services .box h4 a {
    color: #3f3f3f;
}



/* Clients Section
--------------------------------*/

#clients {
    width: 70%;
    margin: auto;
    padding-bottom: 30px;
}

#clients img {
    width: 7%;
    opacity: 0.5;
    transition: 0.3s;
    padding: 15px 0;
    margin: 0 32px;
}

#clients img:hover {
    opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
    margin-top: 8px;
    text-align: center;
}

#clients .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ddd;
}

#clients .owl-dot.active {
    background-color: #F1C008;
}

/* Our Portfolio Section
--------------------------------*/

#portfolio {
    background: #f2f5f8;
    padding: 30px 0;
}


#portfolio .portfolio-item {
    margin: 40px;
    background-color: #FFF;
    overflow: hidden;
    padding: 24px;
    vertical-align: middle;

}

#portfolio .portfolio-item h2 {
    color: #2B1058;
    font-size: 32px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 700;
    margin: 24px 0;
}

#portfolio p {
    color: #2B1058;
    font-weight: 100;
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: .02em;
    margin-bottom: 16px;
}

#portfolio .portfolio-description {
    margin-left: 24px;
}

#portfolio .image {
    height: 250px;
}

#portfolio ul {
    color: #DFDBE6;
    font-size: 24px;
    -webkit-padding-start: 0;
}

#portfolio li {
    padding-right: 8px;
}

#portfolio .btn {
    color: #2B1058;
    font-weight: 600;
    background: transparent;
}

#portfolio .btn i {
    color: #F1C008;
    margin-left: 8px;
    position: relative;
    left: 0;
    transition: ease 0.25s;
}

#portfolio .btn:hover i {
    left: +10px;
}

/* Testimonials Section
--------------------------------*/

#testimonials {
    padding: 80px 0;
}

#testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px 30px 0 30px;
    margin: 30px 15px;
    text-align: center;
    min-height: 275px;
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    border-radius: 8px;
}

#testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
}

#testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #2B1058;
}

#testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
    font-weight: 100;
}

#testimonials .testimonial-item .quote-sign-left {
    color: #2B1058;
    margin-top: -15px;
    padding-right: 10px;
    display: inline-block;
    width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
    color: #2B1058;
    margin-bottom: -15px;
    padding-left: 10px;
    display: inline-block;
    max-width: 100%;
    width: 37px;
}

#testimonials .testimonial-item p {
    margin: 0 auto 15px auto;
    text-align: left;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

#testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

#testimonials .owl-dot.active {
    background-color: #2B1058;
}



/*************   CASE   ************/

.videoPlay {
    border-radius: 50px;
    border: solid 1px #2B1058;
    background-color: transparent;
    font-size: 14px;
}

/*
.case-overview {
        background: linear-gradient(138deg, rgba(241, 192, 8, 1) 0%, rgba(241, 162, 8, 1) 100%);

}
*/
#case .case-item {
    /*    background-color: #FFF;*/
    overflow: hidden;
    padding: 0 24px;
    vertical-align: middle;
}



#case .case-img {
    right: 500px;
    bottom: 100px;
}

#case .download {
    margin: 32px;
}

#case p* {
    color: #000000;
}

#case .download img {
    max-width: 130px !important;
}

#case .description-overview {
    background-color: #f2f5f850;
    padding: 24px 16px;
}

#case .description-overview h3 {
    margin-top: 0;
}

#case h5 {
    font-size: 18px;
    color: black;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.025em;
}

#case .description-overview p {
    color: black;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75em;
    margin: 0 16px;
}

#case .details img {
    max-width: 100%;
    vertical-align: middle;
}

#case .details .block {
    margin-top: 72px;
}

#case .details p {
    font-size: 16px;
    font-weight: 400;
    color: black;
    line-height: 2.25em;
}

#case ul {
    margin: 0 12px;
    list-style: none;
}

#case li {
    font-size: 12px;
    letter-spacing: .05em;
    color: black;
    padding: 8px;
}

#case ul li::before {
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    margin-left: -1em;
    width: 1em;
    color: #F1C008;
}



.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@keyframes floating {
    from {
        transform: translate(0, 0px);
    }

    65% {
        transform: translate(0, 15px);
    }

    to {
        transform: translate(0, -0px);
    }
}

#case .case-item h1 {
    color: #2B1058;
    font-size: 40px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 700;
    margin: 24px 0;
}

#case p {
    color: #2B1058;
    font-weight: 100;
    font-size: 1.15rem;
    line-height: 1.5;
    letter-spacing: .02em;
    margin-bottom: 16px;
}

#case ul {
    color: #DFDBE6;
    font-size: 24px;
    -webkit-padding-start: 0;
}

#case li {
    padding-right: 8px;
}


#case .stats {
    margin: 32px 0;
}

#case .stats h5 {
    margin-bottom: 4px;
    color: #2B1058;
    font-size: 16px;
    font-weight: 600;

}

#case h3 {
    color: #2B1058;
    font-weight: 600;
    font-size: 1.45rem;
    margin-top: 40px;
    margin-bottom: 16px;
    letter-spacing: .07rem;

}

#case .case-description {
    margin: 32px 48px;
}

#case .case-description p {
    line-height: 2rem;
}


#case .quote {
    color: #F1C008;
    font-weight: 100;
}

#case .quote p {
    font-size: .75rem;
    font-weight: 600;
}

/* Call To Action Section
--------------------------------*/

#call-to-action {
    background-image: linear-gradient(160deg, #6B08F1 0%, #2B1058 150%);
    background-size: cover;
    margin: 80px 0;
    padding: 40px 0;
}

#call-to-action .cta-title {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
}

#call-to-action i {
    color: #FFFFFF50;
    font-size: 60px;
    float: left;
    position: absolute;
}

#call-to-action .cta-text {
    font-weight: 100;
    color: #fff;
    font-size: 18px;
    letter-spacing: .03em;
}

#call-to-action .cta-btn {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 26px;
    border-radius: 3px;
    transition: 0.5s;
    margin: 10px;
    border: 1px solid #fff;
    color: #fff;
}

#call-to-action .cta-btn:hover {
    background: #F1C008;
    border: 1px solid #F1C008;
}

/* Our Team Section
--------------------------------*/

#team {
    background: #fff;
    padding: 30px 0 0 0;
}

#team .member {
    text-align: center;
    margin-bottom: 20px;
    border-radius: 80px;
    box-shadow: 0 15px 25px -7px rgba(0, 0, 0, .09), 0 -12px 10px -10px rgba(0, 0, 0, .04);
}

#team .member .pic {
    overflow: hidden;
    text-align: center;
}


#team .member .pic img {
    width: 100%;
    filter: grayscale(.75);
    transition: all ease-in-out 0.5s;
}

#team .member .pic img:hover {
    filter: grayscale(0);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#team .member .details {
    background: #fff;
    color: #2B1058;
    padding: 15px;
    border-radius: 0 0 3px 3px;
}

#team .member h4 {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 21px;
}

#team .member span {
    display: block;
    font-size: 13px;
    font-variant: small-caps;
}

#team .member .social {
    margin: 16px 0;
}

#team .member .social a {
    border: solid 1px black;
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    color: rgba(43, 16, 88, .5);
    border: 1px solid currentColor;
    border-radius: 50%;
    margin: 0 4px;
}

#team .member .social a:hover {
    color: #F1C008;
}

#team .btn {
    padding: 8px;
    color: #2B1058;
    background-color: transparent;
}

#team .btn i {
    color: #F1C008;
    margin-left: 8px;
    position: relative;
    top: 0;
    transition: ease 0.25s;
}

#team .btn:hover i {
    /*    top: +6px;*/
    transform: rotate(180deg);
}

#team .member .social i:hover {
    position: 16px;
}

#team .member .social i {
    font-size: 16px;
}



/* Hire Section
--------------------------------*/

#hire {
    padding: 40px 0;
}

#hire .title h4 {
    font-size: 32px;
    color: #2B1058;
}

#portfolio .video-btn,
#hire .btn,
#case .btn,
#services .btn {
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    box-shadow: 0 4px 8px 0 rgba(43, 16, 88, .15);
    background: #F1C008;
    border: 2px solid #F1C008;
}

#hire .btn:hover {
    background: none;
    color: #F1C008;
}

.modal h2 {
    margin: 24px;
    font-size: 28px;
    color: #2B1058;
    text-align: center;
    font-weight: 400;
}

.modal label {
    font: 300 20px/22px 'Source Sans Pro', sans-serif;
    font-size: 14px;
    color: #5a5665;
    margin-bottom: 1.5vh
}

.modal .modal-title {
    text-align: center;
}


.form-control {
    border-color: lightgray;
    border-radius: 0;
    height: 42px;
}

.form-control:active {
    outline-color: #F1C008;
}

.modal-header h5 {
    margin-left: 45%;
    text-align: center;
    color: #2B1058;
}

.modal .close {
    font-size: 24px;
    font-weight: 100;
}

.modal-header {
    border-bottom: none;
}

.modal-body {
    margin: 0 8px;
}

.modal-footer {
    border-top: none;
}


/* Contact Section
--------------------------------*/

#contact .quote {
    color: #2B1058;
    font-weight: 100;
    margin: 32px 0;
}


/* Contact Chat
--------------------------------*/
.avatar {
    vertical-align: middle;
    width: 50px;
    border-radius: 50%;
    margin-bottom: 8px;
}

.speech-bubble {
    position: relative;
    background-image: linear-gradient(160deg, #6B08F1 0%, #2B1058 150%);
    border-radius: .9em;
    margin: 24px 0;
}

.speech-bubble:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #3F2691;
    border-bottom: 0;
    margin-left: -20px;
    margin-bottom: -20px;
}

#contact .contact-info {
    margin-top: 40px;
    text-align: center;
}

#contact .contact-info i {
    font-size: 48px;
    display: inline-block;
    margin: 8px;
    color: #F1C008;
}

#contact .contact-info address,
#contact .contact-info p {
    margin-bottom: 0;
    color: #000;
}

#contact .contact-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
}

#contact .contact-info a {
    color: #000;
}

#contact .contact-info a:hover {
    color: #F1C008;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
    margin-bottom: 20px;
}



#contact .form #sendmessage {
    color: #F1C008;
    border: 1px solid #F1C008;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
    display: block;
}

#contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#contact .form input,
#contact .form textarea {
    padding: 10px 14px;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
}

#contact .form button[type="submit"] {
    background: #F1C008;
    border: 0;
    border-radius: 3px;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
}

#contact .form button[type="submit"]:hover {
    background: #2B1058;
}


#contact .social-links a {
    margin: 24px;
    align-content: center;
    font-size: 24px;
    border: solid black 1px;
    padding: 8px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #FFF;
}


#followUs {
    margin: 64px;
}

#followUs .social a {
    border: solid 1px black;
    width: 40px;
    height: 40px;
    line-height: 44px;
    display: inline-block;
    color: rgba(43, 16, 88, 1);
    border: 1px solid currentColor;
    border-radius: 50%;
    margin: 0 16px;
}

#followUs .social a i {
    text-align: center;
    font-size: 20px;
}

#followUs p {
    font-weight: 400;
    text-align: center;
    color: #2B1058;
}

#followUs p span {
    color: #F1C008;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    /*    background: #f2f5f8;*/
    padding: 0 0 8px 0;
    font-size: 11px;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
}

#footer .credits {
    text-align: center;
    font-size: 13px;
    color: #555;
}

#footer .credits a {
    color: #2B1058;
}

@media (min-width: 768px) {

    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
        padding: 20px 0;
    }

    #contact .contact-phone {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
}

@media (min-width: 769px) {
    #call-to-action .cta-btn-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }

    #header {
        padding: 20px 0;
        height: 74px;
    }

    #header #logo h1 {
        font-size: 34px;
    }

    #intro .intro-content h2 {
        margin-top: -10px;
    }

    #intro .intro-content h4 {
        display: none;
    }

    #intro {
        background-position: right bottom;
        background-size: 100%;
    }

    #header #logo img {
        max-height: 40px;
    }

    #nav-menu-container {
        display: none;
    }

    #mobile-nav-toggle {
        display: inline;
    }

    #about {
        padding: 8px;
        background-size: 100%;
    }


    #about .about-img {
        height: auto;
    }

    #about .about-img img {
        margin-left: 0;
        padding-bottom: 30px;
    }

    #portfolio .portfolio-item img {
        width: 40%;
    }
}

@media (max-width: 767px) {

    #intro {
        height: 90vh;
    }

    #intro .intro-content h2 {
        margin: 16px;
        font-size: 40px;
        line-height: 1.5;
    }

    #services .box .box {
        margin-bottom: 20px;
    }

    #services .box .icon {
        float: none;
        text-align: center;
        padding-bottom: 15px;
    }

    #services .box h4,
    #services .box p {
        margin-left: 0;
        text-align: center;
    }

    #testimonials .testimonial-item {
        margin: 30px 10px;
    }
}

@media (max-width: 576px) {

    #about {
        padding-top: 56px;
    }

    #about .content {
        width: 100%;
        margin: 0;
        padding: 0 8px;
    }

    #services .box p {
        font-size: 21px;
    }

    #about .title {
        font-size: 32px;
        line-height: 1.5em;
    }

    #about .content p {
        margin: 4px;
        font-size: 1.3em;
        line-height: 1.75em;
        text-align: left;
    }

    #parallax {
        display: none;
    }

    #portfolio .portfolio-item {
        width: 100%;
        margin: 24px 4px 0 0;
    }

    #portfolio .image {
        display: none;
    }

    #case {
        width: 100%;
        margin: 0;
    }

    #mobile-nav-contact {
        padding-top: 80px;
    }

    #case .case-overview {
        padding: 0;
        margin: 0;
    }
    .case-img{
        display: none;
    }
    
    #case .case-item .description-overview p{
        font-size: 21px;
    }

    #clients img {
        width: 20%;
    }

    #followUs .social a {
        margin: 0 12px;
    }
}