body{
     font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
h1,h2,h3,h4,h5{
      text-transform: uppercase;
    font-family: "Cal Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.navbar, .dash-navbar{
    background-color: #E5324E !important;

}
section{
    padding: 50px 0;
}
.navbar::before, .section-header::before{
    opacity: 0.16;
    position:absolute;
    content:"";
    top:0;
    right:0;
    left:0;
    bottom:0;
    background-image: url(/images/pattern.png);
    background-position: 20% center;
    z-index: 0;
}

.dash-navbar {
    display: block;
}
.dash-header {
    display: flex;
    align-items: center;
}
.dash-header h3 {
    color:#fff;
}

.dload-reg {
    background: #1c92ec;
    transition: all .25s ease-in-out;
}
.dload-reg:hover {
    background: #145c93;
}


.navbar > div{
    position: relative;
    z-index: 1;
}
.nav-logo{
    width: 300px;
}
@media (max-width: 400px) {
    .nav-logo {width: 100%;}
    .navbar-brand {width: 76%;}
}
.nav-link{
    text-transform: uppercase;
    font-family: "Cal Sans", sans-serif;
    font-weight: 400;
    font-style: normal;

}
.btn{
     text-transform: uppercase;
    font-family: "Cal Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
    border-radius: 50px;
}
.navbar-nav .nav-link{
    color:rgba(270,270,270,1);
    transition: 0.5s;
    letter-spacing: 1px;
}
.navbar-nav .nav-link:hover{
    color:#ffda47
}

footer{
    background: #0593FE;
    color: #fff;
    display: block;
    padding: 15px;
}
.footer-nav {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
}
.socials {
    list-style: none;
    margin: 0;
    padding: 0;
}
.raksoct-logo {
    width: 80px;
}
.footer-nav > li {
    padding: 0 15px;

}
.footer-nav > li a{
    color: #fff;
    text-decoration: none;

}
.footer-nav > li a i{
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.break {
    flex-basis: 100%;
    height: 0;
}

.home-banner{
    background: #0593FE;
background: linear-gradient(90deg,rgba(5, 147, 254, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(252, 252, 252, 1) 60%, rgba(255, 218, 71, 1) 100%);
}
.section-header::before{
    opacity: 0.16;
    position:absolute;
    content:"";
    top:0;
    right:0;
    left:0;
    bottom:0;
    background-image: url(/images/pattern.png);
    background-position: top center;
    z-index: 0;
}
.section-header{
    background-color: #0593FE;
    position: relative;
    padding: 20px;
}
.section-header h1{
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 0;
    color: #fff;
}

.rate-table th{
    color: #0593FE;
    background: #ffda47;
}
.rate-table tr td{
    padding: 15px;
}
.rate-table tr td:first-child{
    font-weight: 600;
}

.card-title h1{
     font-size: 30px;
     text-transform:none;
     font-weight: 600;
     color: #0593FE;
    }
.card-title{
    background: #ffda47;
    position: relative;
    margin-bottom: 0;
}
    .card-title::before{
         opacity: 0.16;
        position:absolute;
        content:"";
        top:0;
        right:0;
        left:0;
        bottom:0;
        background-image: url(/images/pattern.png);
        background-position: top center;
        z-index: 0;

    }

    .speaker-img{
        border: 5px solid #E5324E;
    }
    .speaker-container .speaker-img {
        cursor: pointer;
        transition: all .25s ease-in-out;
    }
    .speaker-container .speaker-img:hover {
        transform: scale(1.04);
    }
    .speaker-container h4 {
        color: #0593FE;
    }

    .offcanvas{
        background: #0593FE;
    }

    .iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */

}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.testi-container{
    background: #FFDA47;
background: linear-gradient(90deg, rgba(255, 218, 71, 1) 0%, rgba(255, 185, 44, 1) 100%);
    color: #000000;
    border-radius: 25px;
   box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
   padding: 20px;
   display: flex;
   align-items: center;
}
.testi-container i{
    font-size: 50px;
    color: #fff;
}
.testi-container h5{
    text-transform: none;
    letter-spacing: 1px;
    font-weight: normal;
}


/*REGISTRATION PAGE*/

.reg-bg {
    background: linear-gradient(90deg, rgba(5, 147, 254, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(252, 252, 252, 1) 60%, rgba(255, 218, 71, 1) 100%);
}
.top-bar{
    background: #E5324E;
    color: #fff;
}
.top-bar > *{
    color: #fff;
}

.top-bar .btn{
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
    font-family: "Montserrat", sans-serif;
    letter-spacing: normal;
}


/*PROGRAM PAGE*/

.bg-1 {background-color: #2b3990!important}
.bg-2 {background-color: #ffb92c!important}
.bg-3 {background-color: #be1e2d!important}
.bg-4 {background-color: #0593fe!important}
.bg-5 {background-color: #6d2d63!important}