body{
     font-family: 'Montserrat', sans-serif;
     background-color: #f8fafc;
}

h4, .h4 {
    font-size: 1.35rem;
}

h5, .h5 {
    font-size: 1.125rem;
}

.price p span {
    float: right;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400;
    margin-top: 3px;
}

@import url('https://fonts.maateen.me/apona-lohit/font.css');
.navbar-light .navbar-nav .nav-link {
color: rgb(8 28 108);
margin-right: 15px;
}
.register {
background: -webkit-linear-gradient(left, #3931af, #00c6ff);
margin-top: 3%;
padding: 3%;
}
.register-left {
text-align: center;
color: #fff;
margin-top: 4%;
}
.register-left input {
border: none;
border-radius: 1.5rem;
padding: 2%;
/*width: 60%;*/
background: #f8f9fa;
font-weight: bold;
color: #383d41;
margin-top: 20%;
margin-bottom: 3%;
cursor: pointer;
}
/*.register-right{
background: #f8f9fa;
border-top-left-radius: 10% 50%;
border-bottom-left-radius: 10% 50%;
}*/
.register-left img {
margin-top: 15%;
margin-bottom: 5%;
width: 25%;
-webkit-animation: mover 2s infinite alternate;
animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover {
0% {
transform: translateY(0);
}
100% {
transform: translateY(-20px);
}
}
@keyframes mover {
0% {
transform: translateY(0);
}
100% {
transform: translateY(-20px);
}
}
.register-left p {
font-weight: lighter;
padding: 12%;
margin-top: -9%;
}
.register .register-form {
padding: 10%;
margin-top: 10%;
}
.btnRegister {
float: right;
margin-top: 10%;
border: none;
border-radius: 1.5rem;
padding: 2%;
background: #0062cc;
color: #fff;
font-weight: 600;
width: 50%;
cursor: pointer;
}
.nav-tabs {
border-bottom: 0px;
}
.nav-tabs .nav-link {
border: 0px;
border-radius: 0px;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
/* background-color: #081c6c; */
border-color: transparent;
/*border-bottom: 2px solid #081c6c;*/
}
.course-widget-container {
padding: 15px;
background: #ffffff;
}
.font-bangla {
font-family: 'AponaLohit', sans-serif;
}
.main-top-bg {
background-color: #081c6c;
padding: 30px 0;
}
.main-text-top {
color: #ffffff;
font-size: 30px;
border-left: 10px solid #da0b4e;
padding-left: 20px;
}
.icon-contain {
padding-top: 15px;
text-align: center;
font-size: 45px;
}
.main-text-top-2 {
text-align: center;
color: #000000;
font-size: 35px;
margin-top: 30px;
font-family: 'AponaLohit', sans-serif;
}
.nav-pills .nav-link,
.nav-pills .show>.nav-link {
background: transparent;
color: #000000;
font-size: 16px;
/*font-family: 'AponaLohit', sans-serif;*/
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
background: #ef3a35;
color: #000000;
font-size: 16px;
/*font-family: 'AponaLohit', sans-serif;*/
}
.instractor-icons {
background-color: #ffffff;
padding: 30px;
border: 2px solid gray;
border-radius: 50%;
margin: 15px 0;
}
.instractor-icons:hover {
background-color: #fff5eb;
}
.counter {
background-color:#fff5eb;
/*background-color:#f5f5f5;*/
padding: 20px 0;
border-radius: 5px;
}
.count-title {
font-size: 40px;
font-weight: normal;
margin-top: 10px;
margin-bottom: 0;
text-align: center;
}
.count-text {
font-size: 13px;
font-weight: normal;
margin-top: 10px;
margin-bottom: 0;
text-align: center;
}
.fa-2x {
margin: 0 auto;
float: none;
display: table;
color: #4ad1e5;
}
.page-top-bg{
background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
padding: 50px 0;
}
.title-text-container{
}
.title-text-container h1{
font-size: 25px;
color: #fff;
}
.title-text-container p{
font-size: 15px;
color: #fff;
}
.rating {
display: inline-block;
unicode-bidi: bidi-override;
color: #888888;
font-size: 20px;
height: 20px;
width: auto;
margin: 0;
position: relative;
padding: 0;
}
.rating-upper {
color: #e59819;
padding: 0;
position: absolute;
z-index: 1;
display: flex;
top: 0;
left: 0;
overflow: hidden;
}
.rating-lower {
padding: 0;
display: flex;
z-index: 0;
}
.rating-text {
color: #e59819;
font-weight: 600;
}
/*.navbar-light .navbar-nav .nav-link{
font-weight: 600;
padding: 15px 20px;
}
*/
.instructor-bg{
background-image: url('../images/oppo.png');
padding:50px 0;
/*margin:20px 0;*/
}
.instractor-section-bg{
background-image: url('../images/section-bg.jpg');
background-position: center center;
padding: 120px 0;
}
.course-main-contain {
background-color: #e5e5e552;
border: 0.001rem solid #80808038;
border-radius: 5px;
position: relative;
min-height: 350px;
}


.course-main-contain .price-btn {
    position: absolute;
    z-index: 99;
    top: -15px;
    right: 20px;
    border-radius: 5px;
    background-color: orangered;
}
.course-main-contain .course-img-contain {
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}
.course-main-contain .course-text-contain {
    position: absolute;
    padding: 5%;
    background-color: #fff;
    margin: 7%;
    border-radius: 5px;
    margin-top: -30px;
    box-shadow: -3px 7px 34px -15px rgb(0 0 0 / 50%);
    -webkit-box-shadow: -3px 7px 34px -15px rgb(0 0 0 / 50%);
    -moz-box-shadow: -3px 7px 34px -15px rgba(0,0,0,0.5);
}

.course-main-contain .course-text-contain {
    position: absolute;
    padding: 5%;
    background-color: #fff;
    margin: 7%;
    border-radius: 5px;
    margin-top: -30px;
    box-shadow: -3px 7px 34px -15px rgb(0 0 0 / 50%);
    -webkit-box-shadow: -3px 7px 34px -15px rgb(0 0 0 / 50%);
    -moz-box-shadow: -3px 7px 34px -15px rgba(0,0,0,0.5);
}
.course-main-contain .course-text-contain h3 {
    font-family: "Montserrat",sans-serif;
    font-size: 18px;
}
.course-main-contain .rating {
    font-size: 20px;
}
.rating {
    display: inline-block;
    unicode-bidi: bidi-override;
    color: #888888;
    font-size: 20px;
    height: 20px;
    width: auto;
    margin: 0;
    position: relative;
    padding: 0;
}
.course-main-contain .course-footer-contain {
    padding-top: 100px;
    padding-left: 7%;
    padding-right: 7%;
    margin-bottom: 10px;
}
.course-main-contain .course-footer-contain {
    padding-top: 100px;
    padding-left: 7%;
    padding-right: 7%;
    margin-bottom: 10px;
}
.course-main-contain .course-footer-contain .teacher-img img {
    border-radius: 50%;
    max-height: 50px;
    display: block;
    margin: auto;
}
.course-main-contain .course-footer-contain .teacher-name {
    padding-top: 3%;
}
.teacher-name {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}
.teacher-name {
    text-align: center;
    font-family: "Raleway",sans-serif;

    margin: 10px 0;
}


.faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 10vh 0 0;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(233, 30, 99, 0.1);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #E91E63;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}

.btn-primary:not(:disabled):not(.disabled):active, 
.btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ef3a35;
    border-color: #ef3a35;
}

.btn-primary {
    color: #fff;
    background-color: #ef3a35;
    border-color: #ef3a35;
}
.btn-primary:hover {
    color: #fff;
    background-color: #ef3a35;
    border-color: #ef3a35;
}

.page-head-bg {
    background: rgb(2,31,55);
    /*background: linear-gradient(90deg, rgba(2,31,55,1) 0%, rgba(2,31,55,1) 23%, rgba(218,12,79,1) 100%);*/
    background: linear-gradient(90deg, rgba(2,31,55,1) 0%, rgba(2,31,55,1) 23%, rgb(175 7 7) 100%);
    padding: 60px 0;
}
 .trainer-img-container {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
         
 .trainer-img-container img {
    margin-top: 15px;
    max-height: 120px;
    /*border-radius: 50%;*/
    margin-left: auto;
    margin-right: auto;
    border: 7px solid #fff;
}
.trainer-img-container h4 {
    margin-top: 15px;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    font-size: 18px;
}
.course-side-container .course-side-text-container {
    border: 0.05rem solid #80808061;
    padding: 20px;
    z-index: -5;
    /*margin-top: -100px;*/
}
.course-main-content {
    margin: 25px 0;
} 

.dropbtn {
      /*background-color: #04AA6D;
      color: white;*/
      /*padding: 16px;*/
      font-size: 16px;
      border: none;
    }

    .dropdown {
      position: relative;
      display: inline-block;
    }

    .dropdown-content {
      display: none;
      position: absolute;
      background-color: #f1f1f1;
      min-width: 160px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
    }

    .dropdown-content a {
      color: black;
      padding: 10px 16px;
      text-decoration: none;
      display: block;
      border-bottom: 1px solid gray;
    }

    .dropdown-content a:hover {color: #da0b4e;}

    .dropdown:hover .dropdown-content {display: block;}

    .dropdown:hover .dropbtn {color: #da0b4e;}




/*Footer css custom*/
.footer-widget h4 {
    font-family: "Poppins",sans-serif;
    font-size: 18px;
}

.footer-widget .footer-menu {
    margin-top: 15px;
    display: block;
    margin-left: -40px;
}

.footer-widget .footer-menu li {
    padding: 5px 0;
    list-style: none;
}

.footer-widget .footer-menu li a {
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #858b9f;
    transition: 1s;
}
