* {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
html {
    scroll-behavior: smooth;
}
html,
body,
ul,
ol {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    background-color: #f7f7f7;
}
h1 {
    font-weight: 700;
    font-size: 40px;
}
h2 {
    font-weight: 700;
    font-size: 28px;
}
a {
    color: #e22b2b;
}
a:hover {
    color: #000;
}
.col-red {
    color: #eb1c24;
}
.pt-6 {
    padding-top: 5rem;
}
.pb-6 {
    padding-bottom: 5rem;
}
.mt-6 {
    margin-top: 5rem;
}
.mb-6 {
    margin-bottom: 5rem;
}
.btn {
    border-radius: 50px;
    padding: 0.5rem 0.8rem;
}
.btn.btn-yellow {
    background-color: #ffbb1c;
}
.btn.btn-yellow:hover {
    color: #fff;
    background-color: #eb1c24;
}
.btn.btn-border {
    border: 1px solid #ffbb1c;
}
.btn.btn-border:hover {
    border-color: #eb1c24;
}
.bg-white {
    background-color: #fff;
}
.bg-yellow {
    background-color: #ffbb1c;
}
.bg-gray {
    background-color: #f7f7f7;
}
.bg-dark-gray {
    background-color: #f0f0f0;
}
.bg-black {
    background-color: #000;
}
.bg-black h1 {
    color: #fff;
}
.small-text {
    font-size: 12px;
}
.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#intro-nav {
    z-index: 999;
}
.intro-banner {
    position: relative;
    height: 100vh;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
}
.intro-banner.hidden {
    display: none !important;
}
.intro-banner .banner-caption {
    padding-top: 8rem;
    padding-left: 8rem;
    color: #fff;
}
.intro-banner .banner-caption h1 {
    font-size: 60px;
    font-weight: bold;
}
.intro-banner .banner-caption h5 {
    font-size: 30px;
}
.intro-banner .banner-caption p {
    font-size: 22px;
}
.intro-banner .video-wrap {
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.intro-banner .rectangle-icon {
    width: 57px;
    height: 113px;
    left: 50%;
    right: 50%;
    bottom: 8%;
    position: absolute;
    z-index: 9;
    cursor: pointer;
}
.navbar {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.navbar .navbar-brand img {
    max-height: 100px;
}
.navbar .navbar-nav li {
    position: relative;
}
.navbar .navbar-nav li.active a {
    border-bottom: 2px solid #ffbb1c;
}
.navbar .navbar-nav li .nav-link {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #fff;
}
.navbar .navbar-nav li .nav-link:hover {
    border-bottom: 2px solid #ffbb1c;
}
.navbar .navbar-nav.social-nav li a {
    display: inline-block;
}
.carousel.banner-img {
    background-image: url("../img/4431872.jpg");
    background-size: cover;
    height: 100%;
}
.carousel .carousel-inner {
    height: 100%;
}
.carousel .carousel-inner .carousel-item {
    height: 100%;
}
.carousel .carousel-inner .carousel-item .carousel-caption {
    position: absolute;
    text-align: left;
    top: 35%;
    width: 45%;
    height: 200px;
}
.carousel .carousel-inner .carousel-item .carousel-caption h5 {
    font-size: 60px;
    font-weight: 800;
}
.carousel .carousel-inner .carousel-item .carousel-caption h6 {
    font-size: 16px;
    font-weight: 700;
}
.carousel .carousel-inner .carousel-item .carousel-caption p {
    font-size: 20px;
}
section {
    display: block;
    padding: 0px;
    margin: 0px;
}
section .banner {
    position: relative;
    background-color: #000;
}
section .banner.home-img {
    background-image: url("../img/childhood-dreams-l.jpg");
    padding-top: 9rem;
    padding-bottom: 9rem;
}
section .banner.services-img {
    background-image: url("../img/service-banner.jpg");
}
section .banner.services-digital-img {
    background-image: url("../img/digital-map-bg.jpg");
}
section .banner.services-events-img {
    background-image: url("../img/events-bg.jpg");
}
section .banner.services-brand-strategy-img {
    background-image: url("../img/brand-strategy-bg.jpg");
}
section .banner.services-brand-design-img {
    background-image: url("../img/brand-design-bg.jpg");
}
section .banner.services-adplacement-img {
    background-image: url("../img/adplacement-bg.jpg");
    background-position: bottom;
}
section .banner.services-marketing-consultancy-img {
    background-image: url("../img/marketing-consultancy-bg.jpg");
}
section .banner.contact-img {
    background-image: url("../img/night_beach_silhouette_144487_1920x1080.jpg");
}
section .banner.media-img {
    background-image: url("../img/Benson-Varghese.jpg");
    background-size: cover;
    color: #fff;
    background-position: 80%;
}
section .banner.media-img .pt-7 {
    padding-top: 10rem;
}
section .banner.media-img .pb-7 {
    padding-bottom: 10rem;
}
section .banner .banner-caption h1 {
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin: auto;
}
section .banner .banner-caption h2 {
    font-size: 50px;
}
section .banner .banner-caption p {
    color: #fff;
}
section .banner .banner-caption p strong {
    color: #ffbb1c;
    font-size: 20px;
}
section .banner .banner-caption p a {
    color: #ffbb1c;
}
section.icon-cards .card img {
    opacity: 0.5;
}
section.icon-cards .card:hover {
    background-color: #ffbb1c;
}
section.icon-cards .card:hover img {
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
section.icon-cards .card.bg-black {
    color: #fff;
}
section.icon-cards .card.bg-black img {
    opacity: 1;
}
section.icon-cards .card.bg-black:hover {
    background-color: transparent;
}
section.icon-cards .card.bg-black a {
    color: #fff;
}
section.video-parallax {
    max-height: 550px;
    overflow: hidden;
}
section.video-parallax .container-fluid {
    padding-top: 15%;
    padding-bottom: 15%;
    z-index: 999;
}
@media (max-width: 767.98px) {
	section.video-parallax .container-fluid {
	    padding-top: 20%;
	    padding-bottom: 20%;
	}
}
@media (max-width: 522px) {
	section.video-parallax .container-fluid h1{
		font-size: 30px;
	}
}
@media (max-width: 422px) {
	section.video-parallax .container-fluid h1{
		font-size: 22px;
	}
}

section.video-parallax .container-fluid h1 {
    color: #fff;
}
section.video-parallax-bg {
    background-image: url("../img/video-screen-parallax.jpg");
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
}
section.video-parallax-bg h1 {
    color: #fff;
}
section.story .bg-right-center {
    background-image: url("../img/right-center-bg.png");
    background-repeat: no-repeat;
    background-position: right;
    padding-top: 9rem;
    padding-bottom: 9rem;
}
section.story .bg-left-center {
    background-image: url("../img/left-center-bg.png");
    background-repeat: no-repeat;
    background-position: left;
    padding-top: 9rem;
    padding-bottom: 9rem;
}
section .contact-form input[type="text"],
section .contact-form input[type="email"],
section .contact-form input[type="tel"],
section .contact-form input[type="number"] {
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1.5px solid #d2d2d2;
    border-radius: 0;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 12px;
}
section .contact-form label {
    font-size: 12px;
}
section .contact-form textarea {
    font-size: 12px;
    border-radius: 0;
}
section address {
    color: #fff;
    padding: 10%;
}
section address.contact-address-bg {
    display: block;
    background-image: url("../img/492167.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: fit-content;
}
section .contact a {
    color: #000;
}
section.join-team-bg {
    background-image: url("../img/bottom-left-bg.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
}
section.join-team-bg .round-bg-head {
    background-color: #ffbb1c;
    border-radius: 10px;
    padding: 0.3rem;
    text-align: center;
    width: 65%;
}
section .join-team-form input[type="text"],
section .join-team-form input[type="email"],
section .join-team-form input[type="tel"],
section .join-team-form input[type="number"],
section .join-team-form input[type="file"] {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    font-size: 12px;
}
section .join-team-form textarea {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    font-size: 12px;
}
section .join-team-form label {
    font-size: 12px;
}
section.media p.card-text {
    font-size: 14px;
}
footer .footer-nav {
    list-style: none;
}
footer .footer-nav a {
    color: #000;
}
footer .footer-nav a:hover {
    color: #e22b2b;
}
footer .footer-social-nav {
    list-style: none;
}
footer .footer-social-nav li {
    display: inline-block;
}
footer .footer-social-nav li a {
    padding: 0.5rem;
    font-size: 26px;
    color: #000;
}
footer .footer-social-nav li a:hover {
    color: #e22b2b;
}
footer.bg-black a,
footer.bg-black h4,
footer.bg-black i,
footer.bg-black address,
footer.bg-black p {
    color: #fff;
}
footer.bg-black hr {
    background-color: #5f5f5f;
}
@media (min-width: 768px) {
    .chat-icon {
        position: absolute;
        right: 2rem;
        bottom: 2rem;
        width: 60px;
    }
    .back-icon {
        position: absolute;
        left: 2.5rem;
        top: 1rem;
        width: 60px;
    }
    .navbar-nav.mr-auto .nav-link {
        margin-left: 4rem;
        margin-right: 4rem;
    }
    .navbar-nav.ml-auto .nav-link {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    section.icon-cards .card.border-md-left {
        border-left: 1px solid #5f5f5f;
    }
    section.icon-cards .card.border-md-right {
        border-right: 1px solid #5f5f5f;
    }
    section .banner .banner-caption h1 {
        font-size: 70px;
        width: 50%;
    }
}
@media (max-width: 767.98px) {
    .chat-icon {
        position: absolute;
        right: 1rem;
        bottom: -4rem;
        width: 60px;
    }
    .back-icon {
        position: absolute;
        left: 1rem;
        bottom: -4rem;
        width: 60px;
    }
    .navbar-nav {
        margin-top: 1rem;
    }
    .navbar-nav.mr-auto .nav-link {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .navbar-nav.ml-auto .nav-link {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    section .banner .banner-caption h1 {
        font-size: 50px;
    }
    section .banner .banner-caption h2{
    	font-size: 22px;
    }
}
