/* Styles for redesign to overwrite styles in bootstrap-min and bootstrap.css */

/* New Font */
h1, h2, h3, h4, .btn, a  {
    font-family: "Roboto Condensed", sans-serif;
}
.pb-4 {
    padding-bottom: 43px;
}
/* Header Styles */
header {
/*     border-bottom: 6px solid #0B7DB1; */
}

/* Navbar Styles */



.navbar .nav > li {
    border-right: none !important;
}

.navbar-default .navbar-nav > li > a {
    font-size: 2rem;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #0B7DB1;
}
@media (min-width: 768px) {
    .navbar {
        background-color: transparent;
    }
	.navbar-default .navbar-nav > li > a {
    	color: #9C247E;
	}
}



/* Overwrite the Bootstrap caret styles */
.caret {
    content: "";
    display: inline-block;
    width: 10px;
    height: 12px;
    margin-left: 2px;
    vertical-align: middle;
    border-top: none;
    border-right: none;
    border-left: none;
    background-image: url('./img/arrows-down.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* Links with Right Arrow Icon */
.arrows-right {
    position: relative;
    display: block;
    color: #0B7DB1;
    text-decoration: none;
    margin-top: 1rem;
}

.arrows-right::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 10px;
    margin-left: 8px;
    vertical-align: middle;
    background-image: url('./img/arrows-right-blue.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform 0.3s ease;
}

.arrows-right:hover::after {
    transform: translateX(2px);
}

.arrows-right:hover {
    color: #0B7DB1;
}


/* Hero Section Styles */
.hero,
.item,
.carousel,
.carousel-inner {
    height: 810px !important;
}

.hero .container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.63);
}


.hero .carousel {
    position: relative;
}

/* Carousel Control Styles */
.hero .carousel .carousel-control {
    position: absolute;
    top: auto;
    bottom: 20px;
    width: 5%;
    background: none;
    height: auto;
}

.hero .carousel .carousel-control.left,
.hero .carousel .carousel-control.right {
    background-image: none;
}

.hero .carousel .carousel-control.left {
    left: 10px;
}

.hero .carousel .carousel-control.right {
    right: 10px;
}

.hero .carousel .carousel-control img {
    width: 30px;
    height: auto;
}

.hero .carousel .carousel-control.left img,
.hero .carousel .carousel-control.right img {
    display: block;
    margin: 0 auto;
}



/* Hero Text Styles */
.heroText {
    position: relative;
    z-index: 1;
	/* margin-top: 70px;*/
}

.heroText h1, .heroText h2 {
    font-size: 90px;
	font-weight:700;
	color:#fff;
}

.heroText h3 {
	color:#afe5ff;
	font-size:5.5rem;
}
.heroText h4 {
	color:#afe5ff;
	font-size:4rem;
	font-weight: 700;
}

.heroText p {
    color: #fff;
	font-size: 3rem;
}

.hero .btn-primary {
    margin: 2rem 0rem;
    padding-left: 8.5rem;
    padding-right: 8.5rem;
	background-color: #9c247e;
	font-size: 3rem;
}

.hero .btn-primary:hover{
 	background-color: #0B7DB1;
}

.hero .btn-primary::after {
    right: 10%;
}


.hero .btn-primary:hover::after {
    right: 8%;
}
@media (max-width: 768px){
	.heroText p {
		font-size: 2rem;
	}
	.heroText{
		/* margin-top:0; */
	}
	.heroText h1, .heroText h2 {
		font-size: 5rem;
	}
	.heroText h3 {
		font-size: 3.5rem;
	}
}
/* Button Styles */
.btn-primary {
    position: relative;
    display: inline-block;
    padding: 1.5rem 4.5rem 1.5rem 3.5rem;
    overflow: hidden;
    color: #fff;
    background-color: #9c247e;
    border-radius: 37px !important;
    text-transform: uppercase;
}

.btn-primary::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url('./img/arrows-right-white.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: right 0.3s ease;
}

.btn-primary:hover::after {
    right: 1rem;
}

.btn-default {
    position: relative;
    display: inline-block;
    padding: 1.5rem 4.5rem 1.5rem 3.5rem;
    overflow: hidden;
    color: #fff!important;
    background-color: #9c247e;
    border-radius: 37px !important;
    text-transform: uppercase;
    
}

.btn-default:hover {
    
    color: #000!important;
}
.btn-default::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url('./img/arrows-right-white.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: right 0.3s ease;
	fill:#fff;
}

.btn-default:hover::after {
    right: 1rem;
	background-image: url('./img/arrows-right-gray.svg');
	
}

/* About Section */
.home-about-section {
    padding: 4rem 0;
}

.home-about-section h2 {
    display: inline-flex;
    align-items: center;
    position: relative;
}

/* First h2 with icon */
.home-about-section .col-sm-5.col-sm-offset-1:first-of-type h2::after {
    content: "";
    display: inline-block;
    width: 86px;
    height: 50px;
    margin-left: 10px;
    background-image: url('./img/we-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

/* Second h2 with icon */
.home-about-section .col-sm-5.col-sm-offset-1:nth-of-type(2) h2::after {
    content: "";
    display: inline-block;
    width: 41px;
    height: 41px;
    margin-left: 10px;
    background-image: url('./img/circle-plus-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

/* Home Events Section */
.home-events-section {
    background-color: #0B7DB1;
    padding: 63px 0;
    color: #fff;
}
.home-events-section h2 {
    color: #fff;
}
.home-events-section .btn-default {
    font-size: 20px;
}
/* Home Stay Connected */
.stay-connected {
    margin-top: 70px;
    margin-bottom: 70px;
}

/* Styles for the social media icons */
.stay-connected .join-list .fb {
    width: 64px;
    height: 64px;
    max-width: 64px;
}

.stay-connected .join-list .youtube {
    width: 85px;
    height: 64px;
    max-width: 85px;
}

.stay-connected .join-list .linkedin {
    width: 62px;
    height: 62px;
    max-width: 62px !important;
}

.stay-connected .arrows-right {
font-size: 20px;
}

.stay-connected .blogTitle {
    color: #333333;
}

.stay-connected h3 {
    color: #9C247E;
}
.stay-connected .join-list {
    margin-top: 0 !important;
}
@media(max-width: 991.9px) {
    .stay-connected .join-list {
        text-align: center;
        margin-bottom: 2rem;
    }
}
/* Footer */
.footer-sponsors-logos .headline-wrapper h4 {
    border: none;
    color: #333333;
}

.footer-sponsors-logos .headline-wrapper {
    text-align: center;
    padding-top: 22px;
    padding-bottom: 22px;
}

/* First .headline-wrapper */
.footer-sponsors-logos .headline-wrapper:nth-child(1) {
    background-color: #afe5ff;
}

/* Second .headline-wrapper */
.footer-sponsors-logos .headline-wrapper:nth-child(3) {
    background-color: #BEBEBE;
}

.footer-sponsors-logos .sponsors {
    padding-top: 25px;
    padding-bottom: 25px;
}

footer .bottom-footer {
    border-top: solid #0D91CC 21px;
    padding-top: 25px;
    padding-bottom: 25px;
}
footer .bottom-footer .row {
    justify-content: center;
    align-items: center;
}

.bottom-footer .col-sm-4:nth-child(2) img {
    max-width: 140px;
    width: 100%;
}
.bottom-footer .col-sm-4:nth-child(3) {
    font-size: 16px;
}

@media (min-width: 768px) {
    .bottom-footer .col-sm-4:nth-child(3) {
    text-align: right;
    }
}
@media (max-width: 768px) {
    .bottom-footer .col-sm-4 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
}