@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 {
    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 {
    font-weight: 600;
    color: #fff !important;
    border-bottom: 4px solid #fff;
}

.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 a:hover {
    background: c#fff!important;
    color: #fff!important;
}

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


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

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

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

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important;
}

.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: 40px;
    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: #45a29e;
    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: #347572;
}

.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;
}

#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;
    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;
}

#latest {
    border-top: 1px solid rgba(53, 53, 53, 0.1);
}

.latest-heading {
    margin: 30px 30px 0px 30px;
    font-weight: 500;
    font-size: 1.3rem;
    font-family: "Ubuntu", sans-serif !important;
}

.latest-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2);
    margin: 20px 10px;
    border-radius: 5px;
    overflow: hidden;
    width: 200px;
    background-color: #ffffff;
    font-family: "Ubuntu", sans-serif;
}

.latest-b-img {
    width: 100%;
    height: 250px;
}

.latest-b-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.latest-b-text strong {
    color: #3a3a3a;
    margin: 0px;
}

.latest-b-text {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 10px;
}

.latest-b-text p {
    color: #979797;
    margin: 0px;
}