@font-face {
    font-family: 'Bebas';
    src: url('fonts/BebasKai.otf') format('opentype');
}

@font-face {
    font-family: 'AvenirLight';
    src: url('fonts/AvenirLTStd-Light.otf') format('opentype');
}

@font-face {
    font-family: 'AvenirMedium';
    src: url('fonts/AvenirLTStd-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'AvenirHeavy';
    src: url('fonts/AvenirLTStd-Heavy.otf') format('opentype');
}

@font-face {
    font-family: 'AvenirBlack';
    src: url('fonts/AvenirLTStd-Black.otf') format('opentype');
}


body {
    overflow-x: hidden;
    font-family: 'AvenirLight', sans-serif;
    color: #2c1241;
    padding-top: 75px !important;
    min-height: 80vh;
}
.bg-overlay{
background-image: url('../imgs/backs.png');
background-color: #fff;
background-repeat: no-repeat;
}

@media (max-width: 1200px) and (min-width: 901px) {
    body {
        padding-top: 73px !important;

    }
}

@media (max-width: 900px) and (min-width: 601px) {
    body {
        padding-top: 62px !important;
    }
}

@media (max-width: 600px) {
    body {
        padding-top: 62px !important;
    }
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'AvenirHeavy', sans-serif;
}

#home .header_title {
    font-family: 'Bebas', sans-serif;
    font-size: 60px !important;
    line-height: 0.9 !important;
}

/*--- Nav --*/
.navbar {
    letter-spacing: .05rem;
    color: #2c1241;
}

.logo {
    font-family: 'AvenirBlack', sans-serif;
    letter-spacing: -0.01rem;
    color: #2c1241;
}

.navbar-wt {
    background: rgba(255, 255, 255, 0.95) !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #2c1241;
    font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
    color: #e90d85;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}

.active-nav {
    font-family: 'AvenirBlack', sans-serif;

}

/*--- Landing Page --*/
#home {
    width: 100%;

}

.caption h1 {
    letter-spacing: -.1rem;
    padding-bottom: 1rem;
}

.caption h1 span {
    color: #e90d85;
}

.caption p {
    padding-bottom: 1rem;
}

#home img {
    max-width: 100%;
}

.btn-main {
    border-radius: 0;
    border-width: 2px;
    padding: 6px 26px 6px 26px;
    margin: 3px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.btn-tele {
    border-radius: 0;
    border-width: 2px;
    padding: 6px 26px 6px 26px;
    margin: 3px;
    font-family: 'AvenirHeavy', sans-serif;

}

.font-AvenirLight {
    font-family: 'AvenirLight', sans-serif !important;
}

.font-AvenirHeavy {
    font-family: 'AvenirHeavy', sans-serif !important;
}

.navbar-dark a:hover {
    color: #e90d85 !important;
}


.btn-started2 {
    background-color: white;
    color: #e90d85 !important;
    border-color: #e90d85;
    font-family: 'AvenirHeavy', sans-serif;;
}


.btn-started2.active,
.btn-started2:hover {
    background-color: #e90d85;
    color: white !important;
}


.btn-started {
    background-color: #e90d85;
    color: white !important;
    border-color: #e90d85;
    font-family: 'AvenirHeavy', sans-serif;
}


.btn-started.active,
.btn-started:hover {
    background-color: white;
    color: #e90d85 !important;
}

.btn-outline-2d {
    color: #2c1241 !important;
    border-color: #2c1241;
    font-family: 'AvenirHeavy', sans-serif;
}

.btn-outline-2d.active,
.btn-outline-2d:hover {
    background-color: #2c1241;
    color: white !important;
}

.bg-2d {
    background: linear-gradient(to right, #2c1241 0%, #2e0a56 50%, #381b91 100%);
}

.bg-d1 {
    background-color: #e90d85;
}
.bg-d4 {
    background-color: #f6ecfb;
}

.bg-2d1 {
    background-color: #2c1241;
}

.text-2d {
    color: #2c1241 !important;
}

.text-d1 {
    color: #e90d85;
}

.bg-gray {
    background-color: #f3f4f8;
}

.line-h-1 {
    line-height: normal;
}


.style1 {
    color: white;
}

.style1 h3, .style1 section h5 {
    font-weight: bolder;
}

#intro p {
    padding-left: 40px;
}

/*.style1  a {*/
/*      color:#e90d85 !important;*/
/*  }*/


#intro .container li div:before {
    font-family: "Material Icons", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    content: "\e876";
    display: inline-block;
    padding-right: 17px;
    vertical-align: middle;
    color: #e90d85 !important;
    line-height: 0.8;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}


.w-35 {
    width: 35% !important;
}

#team a{
    text-decoration: none;
    color: #460f8a;
}

.footer-ico {
    max-width: 34px;
}


/*--- footer section --*/

#footer {
    color: #2c1241 !important;
}

.footer-social a {
    color: #2c1241;
    font-size: 22px;
}

.footer-text {
    font-size: 10px;
    color: gray;
}

.footer-top {
    border-top: 1px solid #2c1241;
}

.text-justify {
    text-align: justify;
    text-justify: inter-word;
}


.bg-d3 {
    background-color: rgba(211, 211, 211, 0.16);
}

.btn-base {
    /*text-transform: uppercase;*/
    font-weight: 500;
    letter-spacing: 2px;
    padding: 12px 28px;
    border-radius: 5px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.btn-1 {
    color: white;
}

.btn-1, .btn-3.active, .btn-3:hover {
    border: none;
    background: #e90d85 !important;
}
.btn-1:active, .btn-1:hover{
    background: gray !important;
}
.btn-3 {
    background: white !important;
    color: #3f087d !important;
}

.btn-1:active, .btn-3:active, .btn-3.active {
    color: white !important;
}

.slick-prev::before, .slick-next::before {
    color: #2c1241 !important;
}

#news img {
    max-height: 40px !important;
}

.feature-icon {
    max-height: 40px;
    margin: 5px 0;
}

#icon-grid h6 {
    color: #e90d85;
}

#icon-grid {
    border-color: #3f087d !important;
}


.container {
    max-width: 1100px !important;
}

.header-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0 8px 50px -6px rgba(84, 84, 120, .26);
}

.navbar-toggler {
    border: none;
    padding: 10px 6px;
    outline: none !important;
}

.header-nav .navbar-toggler span {
    background: #ffffff;
}

.navbar-toggler span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
}

.navbar-toggler span + span {
    margin-top: 4px;
    width: 18px;
}

.navbar-toggler span + span + span {
    width: 10px;
}

.progress {
    background-color: white !important;
}

.color-d1{
    color: #3f087d;
}
.color-d2{
    color: #f30087;
}
