.color-primary {
	color: #f28438 !important;
}

.color-secondary {
	color: #7750bb !important;
}

.logo-size {
	width: 400px;
}

h1 {
	font-size: 3rem !important;
}

video {
	width: 100%;
}

.navbar-nav .active:after {
	content: '';
    height: 0;
    width: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    left: 100px;
    /* right: 41%; */
    bottom: -18px;
    margin-bottom: -10px;
    position: relative;
    display: block;
}

.navbar-nav .active2:after {
	content: '';
    height: 0;
    width: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    left: 45px;
    /* right: 41%; */
    bottom: -18px;
    margin-bottom: -10px;
    position: relative;
    display: block;
}

.banner.join {
	/* background-image: -webkit-gradient(linear, right top, left top, from(rgba(91,73,148,1)), to(rgba(19,18,25,1))), url('../images/hero-image.jpg');
	background-image: linear-gradient(270deg, rgba(91, 73, 148, 0.85), rgba(19, 18, 25, 1)), url('../images/hero-image.jpg'); */
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(91,73,148,1)), to(rgba(19,18,25,1))), url('../images/hero-image.jpg');
	background-image: linear-gradient(270deg, rgba(91, 73, 148, 0.5), rgba(19, 18, 25, 1)), url('../images/hero-image.jpg');
	background-position: 0px 0px, 50% 50%;
	background-size: auto, cover;
	background-repeat: repeat, no-repeat;
	min-height: 550px;
}

.header-background-image {
	background: #8865c3;
	border-radius: 20px;
	width: 100%;
	height: 295px;
}

.header-image {
	background-image: url(../images/Play-Icon-LG.svg);
    background-size: cover;
    background-position: center;
	height: 100%;
}

.social {
	width: 40px !important;
	height: 40px !important;
	border: 4px solid #f28438
}

hr.solid {
	border-top: 2px solid #dfdfdf;
}

.social.instagram {
	background-image: url('../images/Instagram.svg');
	background-position: 50% 50%;
	background-size: 15px;
	background-repeat: no-repeat;
}

.social.facebook {
	background-image: url('../images/Facebook.svg');
	background-position: 50% 50%;
	background-size: 8px;
	background-repeat: no-repeat;
}

.social.twitter {
	background-image: url('../images/Twitter.svg');
	background-position: 50% 50%;
	background-size: 15px;
	background-repeat: no-repeat;
}

.social.youtube {
	background-image: url('../images/Youtube.svg');
	background-position: 50% 50%;
	background-size: 12px;
	background-repeat: no-repeat;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

.text-shadow-default {
	text-shadow: 0 4px #211b39;
}

.charm-city {
	background: rgb(74,74,74);
	background: linear-gradient(180deg, rgba(74,74,74,1) 0%, rgba(13,13,13,1) 100%);
	min-height: 500px;
}

ul.perfect-for {
    list-style-type:none;
	padding: 0;
}

ul.perfect-for li {
    padding-bottom: 5px;
}

ul.perfect-for li:before {
    content:"\2713\0020";
    font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
	padding-right: 5px;
    font-size: 25px;
	color: #8865c3;
	font-weight: bold;
}

.why-choose-us i {
	font-size: 15px;
    font-weight: bold;
}

.contact-us .header {
	background-color: #8865c3;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 10px 20px;
	margin: 0 30px;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}

.contact-us .body {
	background: rgb(249,249,249);
	background: linear-gradient(180deg, rgba(249,249,249,1) 0%, rgba(217,215,216,1) 100%);
	padding: 30px 50px;
	border-radius: 20px;
	margin-right: 50px;
}

.contact-us .body p {
	margin: 0;
	font-weight: 400;
}

.modal-overlay {
	top: 0 !important;
}


@media (min-width: 320px) and (max-width: 480px) {
	.mobile-ml-0 {
		margin-left: 0 !important;
	}
	.mobile-mb-0 {
		margin-bottom: 0 !important;
	}
	.logo-size {
		width: 140px;
	}
	.navbar-nav .active:after {
		display: none;
	}
	.navbar-nav .active2:after {
		display: none;
	}
	.header-background-image {
		height: 170px;
	}
	h1 {
		font-size: 1.8rem !important;
	}
	h2 {
		font-size: 1.4rem !important;
	}
	.mobile-text {
		text-align: center;
	}
	.charm-city img {
		height: 100%;
		width: 200px;
	}
	.contact-us .body {
		padding: 30px 15px;
		margin-right: 0;
	}
	.contact-us .body a.h5 {
		font-size: 1rem !important;
	}

}

@media (min-width: 481px) and (max-width: 769px) {
	.mobile-ml-0 {
		margin-left: 10px !important;
	}
	.mobile-mb-0 {
		margin-bottom: 0 !important;
	}
	body {
		font-size: 0.8rem !important;
	}
	.navbar-nav .active:after {
		left: 75px;
		bottom: -16px;
	}
	.navbar-nav .active2:after {
		left: 25px;
		bottom: -16px;
	}
	.header-background-image {
		height: 170px;
	}
	h1 {
		font-size: 1.8rem !important;
	}
	h2 {
		font-size: 1.4rem !important;
	}
	.charm-city img {
		height: 100%;
		width: 200px;
	}
	.contact-us .body {
		padding: 30px 15px;
		margin-right: 0;
	}
	.contact-us .body a.h5 {
		font-size: 1rem !important;
	}
}

@media (min-width: 769px) and (max-width: 1199px) {
	.mobile-ml-0 {
		margin-left: 0 !important;
	}
	.contact-us .body a.h5 {
		font-size: 1rem !important;
	}
}

@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1300px;
	}
}


@media only screen and (max-width: 480px)
{
	.col-xs
    {
        max-width: 100%;

        flex-basis: 0;
        flex-grow: 1;
    }
    .col-xs-auto
    {
        width: auto;
        max-width: none;

        flex: 0 0 auto;
    }
    .col-xs-1
    {
        max-width: 8.33333%;

        flex: 0 0 8.33333%;
    }
    .col-xs-2
    {
        max-width: 16.66667%;

        flex: 0 0 16.66667%;
    }
    .col-xs-3
    {
        max-width: 25%;

        flex: 0 0 25%;
    }
    .col-xs-4
    {
        max-width: 33.33333%;

        flex: 0 0 33.33333%;
    }
    .col-xs-5
    {
        max-width: 41.66667%;

        flex: 0 0 41.66667%;
    }
    .col-xs-6
    {
        max-width: 50%;

        flex: 0 0 50%;
    }
    .col-xs-7
    {
        max-width: 58.33333%;

        flex: 0 0 58.33333%;
    }
    .col-xs-8
    {
        max-width: 66.66667%;

        flex: 0 0 66.66667%;
    }
    .col-xs-9
    {
        max-width: 75%;

        flex: 0 0 75%;
    }
    .col-xs-10
    {
        max-width: 83.33333%;

        flex: 0 0 83.33333%;
    }
    .col-xs-11
    {
        max-width: 91.66667%;

        flex: 0 0 91.66667%;
    }
    .col-xs-12
    {
        max-width: 100%;

        flex: 0 0 100%;
	}

}