/* ===============================
   ========= Global CSS ==========
   =============================== */
:root {
    --green: #00a400;
    --yellow: #ffff00;
    --green_dark: #007b00;
    --light: #ededed;
    --white: #ffffff;
    --dark: #3c3c3c;
    --black: #000000;
}




@font-face {
  font-family: SolaimanLipi;
  src: url('fonts/SolaimanLipi.woff2');

  /* font-family: Ekushey Azad;
  src: url('fonts/Azad_27-02-2006.woff2'); */
}

.page_header_title_bangla {
  font-family: SolaimanLipi !important;
  font-size: 50px;
  color: var(--black);
}

body,
p,
a {
    font-family: SolaimanLipi;
    font-size: 21px;
    text-decoration: none;
    color: var(--dark);
}

.text_bangla {
  font-family: SolaimanLipi !important;
  font-size: 20px !important;
}

.text_green {
  color: var(--green);
}
.text_dark {
  color: var(--dark);
}

.text_bangla_title {
  font-family: SolaimanLipi;
  font-weight: bold;
  font-size: 36px;
}

nav,
nav p,
nav span,
nav .dropdown-item,
nav a,
header,
header p,
header span,
header a,
.footer_bottom,
.footer_bottom p,
.footer_bottom span,
.footer_bottom a {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
}


/* ========================== */
/* Cart */
.card {
  transition: 0.05s;
}
.card,
.card .card-header,
.card .card-body,
.card .card-footer {
    border: 0;
    border-radius: 0;
}

.card_hover_green {
  transition: 0.5s;
}
.card_hover_green:hover {
  background: var(--green);
}
.card_hover_green:hover h5{
  color: var(--yellow) !important;
}

.card_hover_green:hover p {
  color: var(--light) !important;
}
.card_hover_green:hover ul li {
  color: var(--light) !important;
}
.card_hover_green:hover .details {
  color: var(--yellow) !important;
}

.card_hover_scale {
  overflow: hidden;
  padding: 0;
  border-radius: 0;
  transition: 0.5s;
}
.card_hover_scale:hover {
  scale: 1.03;
}
.card .card-header {
  padding: 0;
}
.card .card-footer {
  display: flex;
  justify-content: space-between;
}
.card img {
  display: block;
  width: 100%;
}




/* Background */
.bg_green {
    background: var(--green);
}

/* Color */


/* btn */

.btn_green {
    background: transparent;
    color: var(--green);
    border: 1px solid var(--green);
}

.btn_green.active,
.btn_green:focus,
.btn_green:hover {
    background: var(--green);
    color: var(--light);
    border: 1px solid var(--green);
}

.btn-dark,
.btn-outline-dark {
    border-radius: 100px;
    padding-left: 15px;
    padding-right: 15px;
}

.btn-dark:hover {
    background: transparent;
    color: var(--dark);
}

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

h1 {
    font-size: 45px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}
/* =================================== */
/* section light */
.section_light {
    background: var(--white);
}
/* Section Title & Summery */
.section_light .section_title {
  font-family: SolaimanLipi;
  font-size: 50px;
  color: var(--green) !important;
}
.section_light .section_summery {
    font-family: SolaimanLipi;
    font-size: 24px;
    color: var(--dark) !important;
}

  /* Section Line Center */
  .section_light .section_line_center {
    position: relative;
    height: 2px;
    background: var(--green);
    margin-top: 5px;
    margin-bottom: 10px;
}

.section_light .section_line_center::before {
    content: '';
    position: absolute;
    background: var(--green);
    height: 15px;
    width: 15px;
    border-radius: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.section_light .section_line_center::after {
    content: '';
    position: absolute;
    background: var(--light);
    height: 11px;
    width: 11px;
    border-radius: 11px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/* =============================================== */
/* section Green */
.section_green {
    background: var(--green);
}
/* Section Title & Summery */
.section_green .section_title {
    font-family: SolaimanLipi;
    font-size: 50px;
    color: var(--light);
}
.section_green .section_summery {
    font-family: SolaimanLipi;
    font-size: 24px;
    color: var(--yellow);
}
/* Section Line Center Light */
.section_green .section_line_center {
    position: relative;
    height: 2px;
    background: var(--light);
    margin-top: 5px;
    margin-bottom: 10px;
}

.section_green .section_line_center::before {
    content: '';
    position: absolute;
    background: var(--light);
    height: 15px;
    width: 15px;
    border-radius: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.section_green .section_line_center::after {
    content: '';
    position: absolute;
    background: var(--green);
    height: 11px;
    width: 11px;
    border-radius: 11px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


/* Top Bar */
header {
    background: var(--dark);
    color: var(--light);
    padding: 6px 0;
}

.topBar_left,
.topBar_right {
    display: flex;
    align-items: center;
}

.topBar_right {
    justify-content: end;
}

.social_media {
    display: flex;
}
.social_media a {
    background: var(--light);
    text-decoration: none;
    color: var(--green);
    margin-right: 5px;
    height: 28px;
    width: 28px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    font-size: 17px;
}

.social_media a:hover {
    color: var(--light);
    background: var(--green);
}

/* Responsive */
@media (max-width: 991.98px) {

    .topBar_left,
    .topBar_right {
        justify-content: center;
    }
    .topBar_right {
        margin: 10px auto;
    }
}

/* ============================= */
/* Navbar - Main */
.navbar-nav .nav-link.active {
    color: var(--green) !important;
}

.navbar-brand img {
    display: block;
    max-width: 160px;
    height: auto;
}

.dropdown-menu {
    border-radius: 0;
    border: 1px solid #00000020;
}

/* Hero Section */
.hero {
    background-image: url('../../../images/tech_back1.jpg');
    height: 70vh;
    background-position: center center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
    background-color: #464646;
    position: relative;
}

/* .hero::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: var(--black);
    opacity: 85%;
}
.hero .hero_inner {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
} */

.hero .hero_inner {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    /* background: #ffffff94; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero .hero_inner h1 {
    font-family: SolaimanLipi;
    font-size: 50px;
    letter-spacing: 3px;
    line-height: 55px;
    font-weight: 600 !important;
}

.hero .hero_inner h3 {
  font-family: SolaimanLipi;
  font-size: 35px;
}

.hero #owl-carousel {
    margin-top: 40px;
}

.hero #owl-carousel .card{
    padding: 0;
    overflow: hidden;
    border-radius: 0;
    border: 0;
}
.hero #owl-carousel .card .card-body {
    padding: 0;
    position: relative;
}

.hero #owl-carousel .card .card-body img {
    display: block;
    width: 100%;
}

.hero #owl-carousel .card .card-body span {
    background: #000000b0;
    font-size: 22px;
    font-weight: 600;
    color: var(--yellow);
    margin-top: 15px;
    position: absolute;
    left: 2%;
    right: 2%;
    top: 70%;
    transform: translateY(-70%);
}

/* .owl-carousel.owl-drag .owl-item .item a::after {
  content: '';
  height: 100%;
  width: 100%;
  background: #000000b0;
  position: absolute;
  top: 0;
  left: 0;
} */


.owl-carousel {
    position: relative;
}
.owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    color: var(--green);
    font-size: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: auto;
}
.owl-carousel .owl-nav .owl-prev {
    left: -40px;
}
.owl-carousel .owl-nav .owl-next {
    right: -35px;
}
.owl-carousel .owl-dot {
    position: static;
}


/* Media */
@media (max-width: 991.98px) {
    .hero #owl-carousel {
        margin-top: 50px;
    }
    .hero .hero_inner h1 {
        font-size: 40px;
        letter-spacing: 1px;
        line-height: 50px;
    }
}
@media (max-width: 767.98px) {
    .hero #owl-carousel {
        margin-top: 45px;
    }
    .hero .hero_inner h1 {
        font-size: 35px;
        letter-spacing: 1px;
        line-height: 48px;
    }
}

    @media (max-width: 575.98px) {
        .hero #owl-carousel {
            margin-top: 15px;
        }
        .hero .hero_inner h1 {
            font-size: 30px;
            letter-spacing: 1px;
            line-height: 48px;
        }
}

/* ===================================== */
/* Category */

#category .card h5 {
    margin-bottom: 15px;
}
#category .card p svg {
  font-size: 18px;
  font-weight: bold;
}
#category .card p {
    line-height: 12px;
}
#category .card p:last-child {
    margin: 0;
}
#category .card-footer a {
  font-family: SolaimanLipi;
  font-size: 18px !important;
  padding: 2px 12px;
}


/* =========================================== */
/* howToWork */

#howToWork p {
  color: var(--light);
  font-family: SolaimanLipi;
  font-size: 22px;
  line-height: 25px
}
#howToWork h5 {
  color: var(--light);
  font-family: SolaimanLipi;
  font-size: 30px;
}
/* Left */
#howToWork .left{
    display: inline-block;
    padding: 30px 35px;
    max-height: 200px;
    position: relative;
    background: var(--green);
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    overflow: hidden;
  }
  #howToWork .left .left_inner {
    color: var(--light);
    font-size: 50px;
    position: relative;
  }

  #howToWork .left::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 85px solid transparent;
    border-right: 30px solid var(--white);
    border-bottom: 85px solid transparent;
  }

  @media(min-width:1400px){
    #howToWork .left::before {
      border-top: 73px solid transparent;
      border-bottom: 72px solid transparent;
    }
  }

  @media (max-width: 991.98px) {
    #howToWork .left::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-top: 73px solid transparent;
        border-right: 30px solid var(--white);
        border-bottom: 73px solid transparent;
      }
  }
  @media (max-width: 575.98px) {
    #howToWork .left::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-top: 73px solid transparent;
        border-right: 30px solid var(--white);
        border-bottom: 72px solid transparent;
    }
  }

  /* Middle */
  #howToWork .middle{
    display: inline-block;
    padding: 30px 35px;
    position: relative;
    background: var(--green);
    max-height: 200px;
  }
  #howToWork .middle .middle_inner {
    color: var(--light);
    font-size: 50px;
    position: relative;
  }
  #howToWork .middle::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -30px;
    width: 0;
    border-left: 30px solid var(--green);
    border-top: 85px solid transparent;
    border-bottom: 85px solid transparent;
    z-index: 99;
  }
  #howToWork .middle::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    border-right: 30px solid var(--green);
    border-top: 85px solid transparent;
    border-bottom: 85px solid transparent;
    z-index: 99;
  }

  @media(min-width:1400px){
    #howToWork .middle::before {
      border-top: 72px solid transparent;
      border-bottom: 73px solid transparent;
    }
    #howToWork .middle::after {
      border-top: 72px solid transparent;
      border-bottom: 73px solid transparent;
    }
  }


  @media (max-width: 991.98px) {
    #howToWork .middle::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 0;
        border-left: 30px solid var(--green);
        border-top: 72px solid var(--white);
        border-bottom: 73px solid var(--white);
        z-index: 99;
      }
      #howToWork .middle::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        border-right: 30px solid var(--green);
        border-top: 72px solid var(--white);
        border-bottom: 73px solid var(--white);
        z-index: 99;
      }
  }

  @media (max-width: 575.98px) {
    #howToWork .middle::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 0;
        border-left: 30px solid var(--green);
        border-top: 72px solid var(--white);
        border-bottom: 73px solid var(--white);
        z-index: 99;
      }
      #howToWork .middle::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        border-right: 30px solid var(--green);
        border-top: 72px solid var(--white);
        border-bottom: 73px solid var(--white);
        z-index: 99;
      }
  }

  /* Right */
  #howToWork .right{
    display: inline-block;
    padding: 30px 35px;
    position: relative;
    background: var(--green);
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
  }
  #howToWork .right .right_inner {
    color: var(--light);
    font-size: 50px;
    position: relative;
  }
  #howToWork .right::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 85px solid transparent;
    border-left: 30px solid var(--white);
    border-bottom: 85px solid transparent;
  }

  @media(min-width:1400px){
    #howToWork .right::before {
      border-top: 72px solid transparent;
      border-bottom: 73px solid transparent;
    }
  }

  @media (max-width: 991.98px) {
    #howToWork .right::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-top: 73px solid transparent;
        border-left: 30px solid var(--white);
        border-bottom: 73px solid transparent;
      }
  }

  @media (max-width: 575.98px) {
    #howToWork .right::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-top: 73px solid transparent;
        border-left: 30px solid var(--white);
        border-bottom: 72px solid transparent;
    }
  }
/* ================================= */
  /* getwhat .getwhat_item */
  #getwhat .getwhat_item {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #getwhat .getwhat_item img {
    width: 70px;
    max-height: 70px;
    margin-bottom: 20px;
  }
  #getwhat .getwhat_item h5 {
    color: var(--green);
    font-size: 30px;
    font-family: SolaimanLipi;
  }
  #getwhat .getwhat_item p {
    color: var(--dark);
    font-size: 22px;
    text-align: justify;
    font-family: SolaimanLipi;
    line-height: 26px;
  }
  /* Payment With */

  #paymentWith img {
    display: block;
    width: 100%;
  }

  /* Footer */
  .footer_top {
    padding-top: 50px;
    background: var(--dark);
    color: var(--light);
  }

  footer .footer_top h5 {
    font-family: SolaimanLipi;
    font-size: 23px;
    color: var(--light);
    font-size: 26px;
    border-bottom: 1px solid var(--light);
    padding-bottom: 5px;
    text-transform: capitalize;
  }

  footer .footer_top p {
    color: var(--light);
    font-size: 20px;
    font-family: SolaimanLipi;
  }
  footer .footer_top ul {
    list-style: none;
    padding-left: 0;
  }

  footer .footer_top ul li,
  footer .footer_top ul li a {
    margin-bottom: 10px;
    color: var(--light);
    font-size: 17px;
  }
  .policy ul li {
    margin-bottom: 0 !important;
  }
  footer .footer_top ul li a {
    display: inline-block;
    transition: 0.5s;
  }
  footer .footer_top ul li a:hover {
    color: var(--white);
    scale: 1.1;
  }

  footer .allright_reserve a,
  footer .developed_by a {
    font-weight: 700;
    color: var(--black);
    transition: 0.5s;
  }
  footer .allright_reserve a:hover,
  footer .developed_by a:hover {
    color: var(--green);
  }


/* Course Share */
.share {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #af0000;
  border: 1px solid #af0000;
  font-weight: bold;

}

/* Terms & Conditions */
.terms_conditions li {
    margin-bottom: 20px;
}

/* Admission Condition */
#admissionCondition a:hover {
    text-decoration: underline;
}

#admitNow {
    position: sticky;
    top: 65px;
    z-index: 999;
}

/* Welcome Blade */
/* #category .card {  
  height: 400px;
  overflow: hidden;
  border-radius: 0;
}

@media (max-width: 575.98px) {
  #category .card {
    height: 600px;
  }
}
@media (max-width: 440.98px) {
  #category .card {
    height: 500px;
  }
} */




