@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins" !important;
    height: 100% !important;
}


/*-------------------------------------------nav-bar----------------------------------------*/

#navbar {
    position: sticky;
    top: 0;
    z-index: 100;
}

.navbar-brand {
    color: #fff !important;
    font-weight: bold !important;
    height: 60px;
    padding-left: 15px;
    padding-top: 5px !important;
    font-size: 25px !important;
}

.nav-link {
    border-bottom: 4px solid #676491;
    margin-right: 24px;
    transition: 0.3s ease;
    padding: 5px;
    color: #fff !important;
    font-weight: bold!important;
}

.nav-link:hover {
    font-weight: 400;
    color: #fff !important;
    border-bottom: 4px solid #fff;
}

.nav-active a {
    font-weight: 600;
    color: #fff !important;
    border-bottom: 4px solid #676491;
}

.bar1,
.bar2,
.bar3 {
    width: 20px;
    height: 3px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 8px);
    transform: rotate(-45deg) translate(-6px, 8px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-4px, -7px);
    transform: rotate(45deg) translate(-4px, -7px);
}

.navbar-toggler {
    outline: none!important;
    border: 0!important;
}

.dropdown:hover>.dropdown-menu {
    display: block;
    background: #676491 !important;
    color: #fff !important;
}

.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
    background: #676491 !important;
    color: #fff !important;
}

.drop-items {
    box-shadow: 0px 10px 30px rgba(216, 216, 216, 0.45) !important;
    border: none !important;
    background: #676491 !important;
    color: #fff !important;
}

.drop-items a {
    background: #676491 !important;
    color: #fff!important;
}

.drop-items a:hover {
    background: c#fff!important;
    color: #fff!important;
}

.drop-items a:active {
    background: #00afe9!important;
    color: #fff!important;
}

.drop-item {
    border-bottom: none !important;
}


/*-------------------------------------------Hero-background----------------------------------------*/

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: #99DFF6;
    animation: animate 25s linear infinite;
    bottom: -150px;
}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}

.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}


/*-------------------------------------------content----------------------------------------*/

.header {
    position: relative;
    text-align: center;
}

.inner-header {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
}

.flex {
    /*Flexbox for containers*/
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.button-primary:hover {
    box-shadow: none;
    padding: 8px 25px;
    border: 1.5px solid #3F3D56;
    border-radius: 20px;
    color: #fff;
    background: #3F3D56;
}

.button-primary {
    box-shadow: none;
    padding: 8px 25px;
    border: 1.5px solid #3F3D56;
    border-radius: 20px;
    color: #3F3D56;
    background: #fff;
}

.button-info {
    box-shadow: none;
    padding: 8px 25px;
    border: 1.5px solid #00afe9;
    border-radius: 20px;
    color: #00afe9;
    background: #fff;
}

.button-info:hover {
    box-shadow: none;
    padding: 8px 25px;
    border: 1.5px solid #00afe9;
    border-radius: 20px;
    color: #fff;
    background: #00afe9;
}

.shot-cut .btn-primary:hover {
    box-shadow: none;
    padding: 8px 25px;
    border: 1.5px solid #3F3D56;
    border-radius: 20px;
    color: #3F3D56;
    background: #fff;
}

.shot-cut .btn-info:hover {
    box-shadow: none;
    padding: 8px 25px;
    border: 1.5px solid #00afe9;
    border-radius: 20px;
    color: #00afe9;
    background: #fff;
}

.shot-cut .btn-info {
    box-shadow: none;
    padding: 8px 25px;
    border: 1.5px solid #8e9497;
    border-radius: 20px;
    color: #fff;
    background: #0095db;
}

.shot-cut .btn-primary {
    box-shadow: none;
    padding: 8px 25px;
    border: 1.5px solid #3b3952;
    border-radius: 20px;
    color: #fff;
    background: #3b3952;
}

#banner {
    background-image: #fff;
    color: #00afe9;
    margin: 30px;
    text-align: center;
}

.promo-title {
    font-size: 30px;
    font-weight: 600;
    margin-top: 70px;
    color: #676491!important;
}

.promo-content {
    font-weight: 500;
    color: #676491!important;
}


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

#services {
    padding: 80px 0;
    color: #3F3D56 !important;
}

.service-img {
    width: 220px;
    height: 220px;
    margin-top: 20px;
}

.services {
    padding: 20px;
}

.services h4 {
    padding: 5px;
    margin-top: 25px;
    text-transform: uppercase;
}

.title::before {
    content: '';
    background: #578695;
    height: 5px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: translateY(46px);
}

.title::after {
    content: '';
    background: #406774;
    height: 10px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    display: block;
    transform: translateY(5px);
}


/*-------------------------------------------testimonials----------------------------------------*/

#testimonials {
    padding: 80px 0px;
    color: #3F3D56 !important;
}

.testimonials img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin: auto;
}

@media screen and (max-width: 576px) and (min-width: 0px) {
    .desktop-only {
        display: none;
    }
    .circles {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: -10 !important;
    }
}

@media (min-width: 1025px) {
    .mobile-only {
        display: none;
    }
    .circles {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        overflow: hidden;
        z-index: -10 !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .mobile-only {
        display: none;
    }
    .circles {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        overflow: hidden;
        z-index: -10 !important;
    }
}


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

#social-media {
    background: #f8f9fa;
    padding: 80px 0;
    color: #3F3D56;
}

#social-media p {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}

.social-icons img {
    width: 60px;
    transition: 0.5s
}

.social-icons a:hover img {
    transform: translateY(-10px);
}

#footer {
    background: #676491;
    color: #fff;
}

.footer-box {
    padding: 20px;
}

.footer-box img {
    height: 60px;
    padding-bottom: 10px;
}

.footer-box .fa {
    margin-right: 8px;
    font-size: 25px;
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 7px;
    border-radius: 2px;
    background: #676491;
}

.footer-box .form-control {
    box-shadow: none !important;
    border: none;
    border-radius: 0;
    margin-top: 25px;
    max-width: 250px;
}

.footer-box .btn-primary {
    box-shadow: none !important;
    border: none;
    border-radius: 0;
    margin-top: 30px;
    background: #27b3ea;
}

hr {
    background-color: #fff;
}

.copyright {
    margin-bottom: 0;
    padding-bottom: 20px;
    text-align: center;
}


/*-------------------------------------------team----------------------------------------*/

.team {
    text-align: center;
    color: #3F3D56 !important;
}

.services {
    padding: 0px 0px;
}

.team .team-item {
    text-align: left;
    margin-bottom: 30px;
}

.team .team-item figure {
    position: relative;
    overflow: hidden;
}

.team .team-item figure figcaption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(9, 9, 9, .6);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.team .team-item figure figcaption .info {
    position: absolute;
    color: #fff;
    float: left;
    bottom: 150px;
    left: 50px;
    margin-left: -80px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.team .team-item figure:hover figcaption {
    opacity: 1
}

.team .team-item figure:hover figcaption .info {
    margin-left: 0
}

.team .team-item figure figcaption .info h3 {
    font-size: 20px
}

.team .team-item figure figcaption .info p {
    color: #fff
}

.team .team-item figure:hover figcaption .social {
    margin-bottom: 0
}

.team .team-item figure figcaption .social {
    position: absolute;
    bottom: 58px;
    margin-bottom: -80px;
    right: 50px;
    transition: all .5s ease
}

.team .team-item figure figcaption .social a {
    color: #fff;
    font-size: 15px;
    width: 36px;
    height: 36px;
    background: #3f51b5;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    border-radius: 2px
}


/*-------------------------------------------About us----------------------------------------*/

#about-us {
    background: #f8f9fa;
    padding-bottom: 30px;
    padding-top: 80px;
    color: #3F3D56;
}

.about-title {
    font-size: 30px;
    font-weight: 600;
}

#about-us img {
    padding: 0px;
    width: 450px;
    height: 450px;
    margin: auto;
}

#about-us ul li {
    margin: 10px 0;
}

#about-us ul {
    margin-left: 20px;
}

.about-us .fa {
    color: #3C366B;
}

#work {
    padding: 80px 0;
    color: #3F3D56 !important;
}

#workshops {
    padding: 80px 0;
    color: #3F3D56 !important;
}


/*-------------------------------------------contact-us----------------------------------------*/

#contact-us {
    padding: 80px 0;
    color: #3F3D56 !important;
}

.contact-form {
    width: auto;
    margin: 0 auto;
}

.contact-form .form-control {
    border: none;
    box-shadow: none !important;
    border-radius: 0;
    border-bottom: 1px solid #cfd8dc !important;
    transition: 1s ease;
    font-weight: bold;
}

.contact-form .form-control:focus {
    transition: 1s ease;
    border-bottom: 1px solid #00afe9 !important;
}

.contact-main .contact-main-title h2 {
    margin-top: 0;
}