
html {
    scroll-behavior: smooth;
    scroll-padding-top: 50px;
  }
body {
    font-family: 'Nunito', sans-serif;
    background: #fff;
    overflow: auto;
    font-size: 15px;
    overflow-x: hidden;
    /* padding-top: 80px; */
    color: #212529;
}
.container-fluid {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}
  a, a:hover, a:focus {  text-decoration: none;  transition: all 400ms ease; }
  img{max-width: 100%}
  /* h1, h2, h3, h4, h5, h6 { font-family: 'FuturaPTHeavy'; } */
  input, button { outline: none; box-shadow: none;  }
  p {
    margin-top: 0;
    margin-bottom: 0px;
}
a {
    color: #d04a49;
}
  .underLine {
      text-decoration: underline;
      color: #000000;
  }
  .listInline {
      display: flex;
      margin: 0;
      padding: 0;
      list-style-type: none;
      gap: 10px;
  }
  .gap20{
      gap: 20px;
  }
.fw-700 {
    font-weight: 700;
}
  .fs-18{
    font-size: 18px !important;
  }
 .fs-30{
    font-size: 30px !important;
  }
 .fs-28{
    font-size: 28px !important;
  }
 .py-70{
    padding-top:70px !important;
    padding-bottom:70px !important;
  }
.my-70{
    margin-top:70px !important;
    margin-bottom:70px !important;
  }

.mt-70{
    margin-top:70px !important;
  }
  .underLine:hover {
      text-decoration: none;
      color: #000;
  }
  .owl-carousel .owl-item img{
      width: auto;
  }
  .topGap{
      padding-top: 140px;
  }
  .fullWidth{width: 100%;}
  .mobile{display: none !important;}

.sliderContent {
    background-size: cover;
    height: 640px !important;
    background-repeat: no-repeat;
    background-position: center;
    padding: 85px 0px 0px;
}

ul.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0px;
  position: absolute;
  bottom: 55px;
  left: 50%;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
}

    ul.slick-dots li button {
        padding: 0;
        border: 0;
        background: rgb(255 255 255 / 56%);
        margin-right: 10px;
        font-size: 0;
        height: 2px;
        width: 30px;
        position: relative;
        line-height: 1;
        cursor: pointer;
        outline: none;
    }

.slick-dots li.slick-active button {
    background: #ffffff;
    width: 50px;
}



button.slick-arrow, button.slick-next.slick-arrow {
    position: absolute;
    top: 42%;
    left: 0px;
    z-index: 1;
    width: 65px;
    background: #00000057;
    height: 65px;
    border-radius: 50%;
    border-style: none;
}

button.slick-next.slick-arrow {
    right: 0px;
    left: auto;
}

    button.slick-prev.slick-arrow:before, button.slick-next.slick-arrow:before {
        content: "\f104";
        font-family: FontAwesome;
        display: inline-block;
        vertical-align: middle;
        color: #ffffff;
        position: absolute;
        top: 3px;
        font-size: 38px;
        left: 23px;
    }

    button.slick-next.slick-arrow:before {
        content: "\f105";
        left: 28px;
    }
.mainHeader {
    background: #ffffff;
    border-radius: 0px;
    padding: 6px 15px;
}
header.mainHeader.fixedHeader {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 99;
    box-shadow: 0px 0px 8px rgb(204 204 204 / 52%);
}

  ul.navbar-nav.headerSlot {
    display: flex;
    justify-content: end;
    width: 100%;
    align-items: center;
    padding: 0px;
}
  a.navbar-brand {
      font-size: 32px;
  }
  .navbar-brand img {
      max-height: 85px;
  }
  nav#mainNav .nav-item > a img {
      max-height: 16px;
      margin-right: 5px;
  }
  li.menu-item a {
      color: #fff;
      display: block;
      padding: 5px 10px;
      margin-bottom: 2px;
      border-radius: 3px;
  }
  
  li.menu-item a:hover {
      background: #ed4834;
  }
  
  ul.navbar-nav.headerSlot .nav-item > a {
    font-size: 16px;
    color: #444;
    font-weight: 500;
    padding: 10px 6px;
    position: relative;
    letter-spacing: 0.5px;
}
  .mainHeader ul.navbar-nav li.nav-item.useraccunt {
    margin-left: 22px;
    padding: 18px 0px;
}
  .mainHeader ul.navbar-nav .nav-item {
      padding: 0px;
      /* line-height: 20px; */
      width: auto;
      margin-left: 30px;
      position: relative;
  }
  .dropdown-menu-category {
    display: none;
    position: absolute;
    left: -40px;
    top: 78px;
    margin: 0;
    padding: 0px;
    z-index: 9;
    background: #ffffff;
    box-shadow: 0px 4px 24px 12px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    width: 100%;
    height: auto;
    min-width: 190px;
    list-style: none;
}
.mainHeader ul.navbar-nav li.nav-item.useraccunt:hover .dropdown-menu-category {
    display: block;
}
.dropdown-menu-category li a.nav-link {
    padding: 10px 20px !important;
    border-bottom: 1px solid rgb(204 204 204 / 53%);
    width: 100%;
}
.dropdown-menu-category li a.nav-link:hover {
    background: #ee8617;
    color: #fff !important;
}
.overlay-triangle {
    position: absolute;
    left: 40%;
    top: -23px;
    z-index: 3;
    margin-top: 6px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 16px 17px 16px;
    border-color: transparent transparent #ffffff transparent;
    transform: rotate(0deg);
}
li.nav-item.useraccunt .nav-link.account {
    background: #ec8618;
    padding: 9px 26px;
    border-radius: 30px;
    color: #fff;
    border: 1px solid #ec8618;
}
  ul.navbar-nav .nav-item a.nav-link {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    padding: 28px 6px;
    /* letter-spacing: 0.5px; */
    text-transform: uppercase;
}
 ul.navbar-nav .nav-item a.nav-link::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      bottom: 22px;
      left: 0;
      background-color: #ee8617;
      transform: scaleX(0);
      transform-origin: bottom right;
      transition: transform 0.3s ease-out;
    }
    ul.navbar-nav .nav-item.useraccunt a.nav-link::before {
     display: none;
    }
   ul.navbar-nav .nav-item a.nav-link:hover::before {
     transform: scaleX(1);
     transform-origin: bottom left;
   }
ul.navbar-nav .nav-item a.nav-link:hover {
    color: #ee8617;
}
li.nav-item.useraccunt .nav-link.account:hover {
    color: #ec8618;
    background: #fff;
    /* box-shadow: 0px 0px 20px #d04a4954; */
    border: 1px solid #ec8618;
}
  .mainHeader ul.navbar-nav.ml-auto {
    justify-content: end;
    width: 100%;
    gap: 0px;
    align-items: center;
}
  .dropdown {
      display: flex;
      align-items: center;
      position: relative;
  }
  
  .dropdownMenu {
      position: absolute;
      top: 40%;
      left: 0;
      opacity: 0;
      margin: 0;
      list-style-type: none;
      min-width: 200px;
      box-shadow: 0px 0px 40px 0px rgba(0,0,0,.09);
      overflow: hidden;
      border-radius: 0 10px 10px 10px;
      padding: 10px 0;
      z-index: 999999;
      background: #000;
      transform: scaleX(0);
      transition: top .3s ease 0s,opacity .3s;
  }
  
  .dropdown:hover .dropdownMenu{
      top: 100%;
      opacity: 1;
      transform: scaleX(1);
      transition: top .3s ease 0s,opacity .3s;
  }
  .dropdownMenu li a {
      background: #000;
      display: block;
      color: #ffffff;
      padding: 5px 20px;
  }
  .stickyMenu {
      position: fixed;
      left: 50%;
      bottom: 10px;
      transform: translate(-50%);
      z-index: 999;
  }
  
  .stickyMenu ul {
      margin: 0;
      padding: 10px;
      list-style-type: none;
      display: flex;
      background: #fff;
      border-radius: 50px;
      gap: 5px;
  }
  
  .stickyMenu ul a {
      color: #282f3b;
      font-weight: 600;
      font-size: 15px;
      padding: 7px 12px;
      border-radius: 50px;
  }
  
  .stickyMenu ul a:hover, .stickyMenu ul li.active a {
      background: #078586;
      color: #fff;
  }
  .stickyMenu .close-modal {
      position: static;
      margin: 0;
  }
  .social {
      gap: 14px;
  }
.mainSlider {
    position: relative;
}
  .mainSlider img {
      object-fit: cover;
      width: 100% !important;
  }
  
  .sliderContent {
      text-align: center;
  }
.sliderContent h1 {
    font-size: 74px;
    color: #fff;
    margin: 0px;
    font-weight: 900;
    text-align: center;
    line-height: 85px;
    padding-top: 150px;
}
.fillcolor {
    background: #d04a49;
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    padding: 1px 10px;
}
  .sliderContent h3 {
      font-weight: 400;
      font-size: 17px;
      line-height: 1.4;
      color: #fff;
  }
  p.marquee-txt {
    margin: 0px;
    font-size: 17px;
    color: #ffffff;
}

p.marquee-txt a {
    color: #fff;
}
section.marquee-tags {
    background: #d04a49;
    padding: 9px 0px;
}

  .contact-section {
      padding: 60px 0;
    }

    .contact-info-box {
      background-color: #f9f9f9;
      border-radius: 10px;
      padding: 30px 20px;
      text-align: center;
      margin-bottom: 20px;
    }

    .contact-info-box i {
      font-size: 30px;
      color: #ff4c00;
      margin-bottom: 15px;
    }

    .contact-info-box h5 {
      font-weight: 600;
      color: #1e1e1e;
    }

    .contact-info-box p {
      margin: 0;
      color: #555;
    }

    .contact-form .form-control {
      border-radius: 8px;
    }

    .btn-custom {
      background-color: #ff4c00;
      color: white;
      border-radius: 8px;
      font-weight: 600;
    }

    .btn-custom:hover {
      background-color: #e34300;
    }


  .sectionHeding h3 {
      font-weight: 400;
      font-size: 18px;
      position: relative;
      z-index: 1;
  }
  .sectionHeding h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    margin: 0px;
    line-height: 48px;
    text-align: center;
}
  .servicesWrp {
    text-align: center;
}
.servicesWrp img {
    width: 80%;
    margin: 0px auto;
}
  .business {
      padding: 100px 0;
  }
  .sectionHeding {
      position: relative;
  }
  .sliderContent a {
      color: #fff;
      display: inline-flex;
      align-items: center;
      gap: 15px;
  }
  
  .sliderContent a i {
      font-size: 40px;
  }
  .lineBtn {
    font-size: 18px;
    padding: 10px 40px;
    color: #fff;
    border: solid 1px #34bddf;
    /* border-radius: 50px; */
    background: #34bddf;
    display: inline-flex;
    gap: 10px;
    align-items: center;
}
.lineBtn:hover {
    background: #34bddf;
    color: #fff;
    border: 1px solid #ffffff;
    box-shadow: 0 10px 10px -8px rgba(0, 0, 0, 0.5);
    /* border-radius: 10px; */
}
.offerings {
    padding: 90px 0;
    background: #ffffff;
}
.desp {
    color: #fff;
    font-size: 15px;
}
.mainFooter {
    padding: 75px 0 0px;
    background: #151515;
    position: relative;
    overflow: hidden;
}
  .mainFooter h3 {
      font-style: normal;
      font-weight: 500;
      font-size: 20px;
      color: #000;
      margin: 0 0 15px;
  }
  .unorderList {
      margin: 0;
      padding: 0;
      list-style-type: none;
  }
  .footer-box ul {
    margin: 0px;
    list-style: none;
    padding: 0px;
}
.footer-box ul li a i {
    padding-right: 10px;
}
  .footerSocial li a {
      width: 40px;
      height: 40px;
      background: #000;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      font-size: 20px;
  }
  .footerContent p {
      color: #000;
      margin: 0px;
      font-size: 15px;
  }
  
  .footerSocial li a i {
      color: #fff;
  }
  h3.header_txt {
    font-size: 23px;
    font-weight: 500;
    color: #fff;
    padding: 0;
}
.footer-box ul li {
    margin-bottom: 10px;
    transition-duration: 0.6s;
    transition: 0.5s;
    color: #fff;
    font-size: 14px;
}
.footer-box ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    transition-duration: 0.6s;
}
.footer-box ul.address li {
    border-bottom: 1px solid #cccccc61;
    padding-bottom: 10px;
}
.info-item {
    font-size: 16px;
}
.footer-box ul.address li i {
    padding-right: 8px;
}
.footer_logo {
    max-height: 112px;
}
.line-brack2 {
    border-bottom: 2px solid #ccc;
    padding: 0px 0px 0px;
    margin-bottom: 17px;
    width: 90%;
    position: relative;
}
.line-brack2:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 27%;
    width: 160px;
    height: 2px;
    background: #ec8618;
    transform: translate(-50%, -50%);
}
  .bx.courseItm.public-sector {
    height: 485px;
}
.bx.courseItm.public-sector:before {
    height: 55%;
}

.txt-pragraph {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

  .tabBox .nav {
    /* background: #fff; */
    margin: 0px 0 30px 0;
    border: none;
    justify-content: center;
}
.tabBox.chooseTabs .nav a {
    width: 33.33%;padding:15px 25px;
}
  .tabBox .nav a {
      width: auto;
      display: block;
      text-align: center;
      font-size: 16px;
      color: #484848;
      border: none;
      padding: 8px 24px;
      background: #fff;
      border-radius: 30px;
      letter-spacing: 0.5px;
  }
  #nav-tab .nav-link.active, #nav-tab .nav-link:hover {
      background: #ec8618;
      color: #fff;
  }
 /* #nav-tab .nav-link:hover {
      background: #f0f0f0;
  }*/
  h4.instructor-course {
    font-size: 24px;
    margin: 0px;
}
  .bx.courseItm {
    padding: 0px;
    background: #ffffff;
    margin-bottom: 16px;
    text-align: left;
    transform: scale(1);
    transition: all 500ms ease;
    position: relative;
    height: 430px;
    border-radius: 10px;
}
p.ArticleBody {
    margin: 0px 0 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 180px;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
}
.bx.courseItm:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 14%);
    z-index: -1;
}
/*.bx.courseItm:hover {
    background: #ffffff;
    transform: scale(1.1);
    transition: all 500ms ease;
}*/
.content-part {
    padding: 24px 26px;
    text-align: left;
}
.course-price .price {
    padding: 2px 10px;
    color: #FFFFF9;
    font-weight: 500;
    background: #ec8618;
    border-radius: 5px;
    transition: all 0.3s ease;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 13px;
}
.bxTxt h3 {
    font-size: 20px;
    color: #212529;
    font-weight: 500;
    margin: 16px 0px 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 28px;
}
.bxTxt h3 a {
    color: #212529;
}
.bxTxt h3 a:hover {
    color: #ee8617;
}
.bxTxt h4 i {
    font-weight: 600;
    font-size: 15px;
    color: #000000a8;
}
  .bx.courseItm img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.info-meta ul li.ratings i {
    color: #fcb903;
}
.info-meta ul li.ratings {
    font-size: 13px;
}
.info-meta ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.content-part .meta-part {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 25px 0 0;
    padding: 25px 0 0;
    font-size: 14px;
    border-top: 1px solid #f4f0f0;
}
.content-part .meta-part .user {
    display: inline-block;
    margin-right: 0;
    color: #212529;
}
.content-part .meta-part .user i {
    margin-right: 5px;
    color: #ee8617;
}
  .line {
      position: relative;
      width: 100%;
      height: 1px;
      background: #000000;
      margin: 20px 0;
  }
  
  .line:after {
      content: "";
      width: 50px;
      height: 10px;
      background: #000000;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      border-radius: 10px;
  }
  
  .bxTxt h4 {
    color: #000;
    margin: 0;
    font-size: 16px;
}
  .thim-ekits {
    color: #000000;
    margin: 5px 0px 0px;
    font-size: 15px;
}
  
.howWorks {
    padding: 80px 0 0px 0;
    background: #ffffff;
}
  
  .bxWide h3 {
      color: #34bddf;
      font-size: 50px;
      font-weight: 900;
      margin: 0;
      opacity: .8;
  }
  
  .bxWide h4 {
      color: #000;
      font-size: 24px;
      font-weight: 700;
      margin: 28px 0 10px 0;
  }
  
  .bxWide p {
    font-size: 16px;
    margin: 0px;
}
  
  #nav-tab2 .nav-link.active {
      background: #34bddf;
      color: #fff;
      border-radius: 0px;
  }
  
  .partnersList {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
  }
  
  .partnersImg img {
    object-fit: contain;
    height: 90px;
    width: 100%;
    filter: grayscale(1);
    transition: all 0.4s ease 0.2s;
    cursor: pointer;
}
  .partnersImg img:hover {
    filter: grayscale(0);
}
  .partnersImg {
      width: calc(100%/5 - 40px);
      margin: 0;
  }
  
  .partners {
      padding: 80px 0 0px;
  }
  
  .bigThumbIm {
      position: relative;
  }
  
  .bigThumbIm img {
      height: 600px;
      width: 100%;
      object-fit: cover;
  }
  
  .bigThumbIm .slBx {
      position: absolute;
      bottom: 0;
      right: 0;
      background: #fff;
      width: 50%;
  }
  
  .slBx h3 {
      margin: 0;
      font-size: 28px;
      font-weight: 900;
  }
  
  .slBx {
      height: 300px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 30px;
      background: #34bddf;
      text-align: center;
  }
  
  
  
  
  .smallThumbWrp {
      display: flex;
  }
  
  .smallThumbIm {
      width: 50%;
  }
  
  .smallThumbIm .slBx {
      color: #fff;
  }
  .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ec8618;
    border-color: #ec8618;
}
.page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: none;
}
  .smallThumbIm img {
      height: 300px;
      width: 100%;
      object-fit: cover;
  }
  .testimonial {
      padding: 80px 0;
      background: #ffffff;
  }
  
  .testimonial .sectionHeding {
      margin: 0 0 30px;
  }
  
  .testimonial .owl-item {
      /* background: #dedede; */
      /* padding: 30px; */
      /* box-shadow: 0px 0px 8px #ccc; */
      text-align: center;
  }
  
  .testimonial .item h3 {
      margin: 0 0 5px;
      color: #0a0a0a;
      font-size: 21px;
      font-weight: 500;
  }
  
  .testimonial .item p {
      font-size: 16px;
      margin: 0 0 16px;
      line-height: 28px;
  }
  .threeSlider .item {
    width: 85%;
    margin: 0px auto;
}
  
  .testimonial .item h4 {
      margin: 0;
      font-size: 15px;
      color: #9c9c9c;
  }

  .testimonial .owl-dots{
      margin-top: 20px;
      display: flex;
      gap: 15px;
      justify-content: center;
  }
  .user-imgs {
    overflow: hidden;
    margin-top: 26px;
}
.user-imgs img {
    width: 110px !important;
    height: 110px !important;
    border-radius: 50%;
    max-width: inherit;
    padding: 4px;
    border: 4px solid #34bddf;
    margin: 0px auto 20px;
}
  .testimonial .owl-dots .owl-dot{
      display: block;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      border: solid 2px #afafaf;
      outline: none;
  }
  .testimonial .owl-dots .owl-dot.active{
      background: #34bddf;
      transform: scale(1.3);
      border: none;
      width: 35px;
      border-radius: 10px;
      height: 9px;
  }
  ul.listInline.footerSocial {
      margin: 22px 0;
  }


.footerSocial li a:hover {
    transform: rotate(360deg);
    background: #34bddf;
    color: #000 !important;
}
  /* start course details css By Nadeem 23-01-2023 */
section.course-details {
    padding: 80px 0px;
}
.courseThumbIm img {
    width: 100%;
}
.courseTxt {
    margin-top: 30px;
}
p.praGh {
    font-size: 17px;
}
.btnSec {
    width: 100%;
    margin-bottom: 30px;
}
.btnSec .lineBtn {
    width: 100%;
    background: #34bddf;
    text-align: center;
    display: inline-block;
    border: 1px solid #34bddf;
    color: #fff;
    transition: all 500ms ease;
}
.btnSec .lineBtn:hover {
    background: #000;
    /* transform: scale(1.1); */
    transition: all 500ms ease;
}
.courseOverview h6 {
    font-size: 20px;
    margin-top: 25px;
}
ul.listTxt {
    list-style: disc;
    margin-top: 19px;
}
ul.listTxt li {
    font-size: 17px;
    margin-bottom: 8px;
}
.itemList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 30px;
}
.productIm {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 200px;
    max-width: 200px;
    border: 1px solid #d1d1d1;
    position: relative;
}
.producttxt {
    padding-left: 20px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 120px);
    flex: 0 0 calc(100% - 200px);
    max-width: calc(100% - 200px);
}
section.cart_section {
    padding: 80px 0px;
    background: #efeffa;
}
.cartlist {
    background: #fff;
    padding: 20px;
}
.cartlist .sectionHeding h2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 19px;
    margin-bottom: 30px;
    font-size: 30px;
}
.inStock {
    color: #28a745;
    font-size: 17px;
}
.deList a {
    color: #000;
    font-size: 17px;
}
span.smTxt {
    margin: 0px 10px;
}
.producttxt h5 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}
.price-details {
    background: #fff;
    padding: 20px;
}
.price-row {
    font-size: 17px;
    display: flex;color: #000;
}
.price-row label {
    width: 70%;
}
.QuyForm {
    background: #ffffffc9;
    padding: 30px 40px;
    border-radius: 25px;
}
.QuyForm h4 {
    color: #000;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
.QuyForm .form-control {
    height: 45px;
    font-size: 17px;
    border-radius: 0px;
    background: #f6f6f6;
}
.QuyForm .lineBtn {
    border-radius: 0px !important;
    font-size: 18px;
}
.live-course-content {
    text-align: left;
}
.live-course-content h1 {
    text-align: left;
}
.live-course-content h3 {
    font-size: 20px;
}
.Checkboxss input[type="checkbox"] {
    width: 30px;
}
.Checkboxss label {
    margin-left: 10px;
    font-size: 14px;
}
.mainSlider.couDetails {
    padding: 60px 0;
    background-size: cover;
    background-position: center;
}
.couDetails .sliderContent {
    padding-top: 50px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #34bddf;
    outline: 0;
    box-shadow: none;
}
section.section-boxed {
    background: #f4f5f7;
    padding: 100px 0px;
}
.instructorLed {
    text-align: center;
}
.instructorLed h5 {
    font-weight: 800;
    font-size: 30px;
    font-family: 'FuturaPTHeavy';
    color: #000000;
}
.instructorLed h3 {
    font-weight: 800;
    font-size: 24px;
    font-family: 'FuturaPTHeavy';
    color: #000000;
}
.instructorLed .lineBtn {
    margin: 30px 0px;
    background: #34bcdf;
    color: #fff;
    border: 1px solid #34bcdf;
    text-transform: capitalize;
    font-size: 18px;
}
.widget-wrap {
    padding: 25px;
    text-align: center;
    transition: all 0.4s ease;
    height: 270px;
}
.widget-wrap:hover {
    transform: translateY(-10px);
    box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 12%);
}
.widget-wrap img {
    max-height: 90px;
    max-width: max-content;
    margin: 0px auto 20px;
}
.widget-wrap p {
    font-size: 16px;
    margin: 0px;
}
section.courseBenefts {
    padding: 80px 0px;
}
.annualdiv img {
    width: 100%;
}
.annualdiv {
    text-align: center;
}
.annualdiv h5 {
    font-size: 25px;
    margin-top: 35px;
    color: #000;
}
section.last-section {
    background: #E0EAFF;
    padding: 80px 0px;
}

.populated-wrap {
    background: #fff;
    padding: 15px 15px;
    border-radius: 20px;
    box-shadow: 0px 2px 11px 1px #34bcdf54;
    margin-bottom: 30px;
}
.bxWide.populated-wrap {
    box-shadow: rgb(0 0 0 / 8%) 0px 2px 4px, rgb(0 0 0 / 6%) 0px 2px 12px;
    padding: 30px;
    border-radius: 10px;
}
.liveIcons {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
}

.liveIcons img {
    max-width: max-content;
    max-height: 45px;
}
.liveIcons h3 {
    font-size: 20px;
    font-weight: 500;
    margin-left: 15px;
}
ul.word-class {
    margin: 0px;
    padding-left: 30px;
}
ul.word-class li {
    font-size: 16px;
    margin-bottom: 6px;
}
.dropdown.addcart {
    text-align: right;
    justify-content: end;
}
.dropdown.addcart .dropdown-menu {
    left: -33%!important;
    padding: 20px;
    width: 488px;
}
.addcart  img {
    max-height: 90px;
}
.cartdetils p {
    margin: 0px;
    font-size: 18px;
}
.checkout .btnSec {
    margin: 20px auto 0px;
    width: 50%;
}
/* ======login wapper section 15-02-2024 ========= */

section.login_section {
    background-color: #fafafa;
    height: 100vh;
    background-image: url(../images/background-left.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login_box {
    margin: 0px auto;
    max-width: 430px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 .75rem 1.5rem #12263f08;
    padding: 25px;
    /* transform: translate(-2%, 20%); */
}
.login_scroll {
    overflow: auto;
    width: 100%;
    max-height: calc( 100vh - 0px );
}
a.logo_text {
    text-align: center;
    display: flex;
    justify-content: center;
}
a.logo_text img {width: 132px;}
.login_form {
    margin-top: 34px;
}
.login_form label {
    font-size: 17px;
}
a.password-txt {
    font-size: 17px;
}
.login_form .form-control {
    font-size: 17px;
    height: 42px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0px;
    position: relative;
}
#toggle-password {
    cursor: pointer;
    margin-right: 1px;
    position: absolute;
    top: 15px;
    right: 10px;
}
button {
    outline: none;
    border-style: none;
    cursor: pointer;
}
.shadow{
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.14) !important;
}
.btn {
    font-size: 15px;
    padding: 10px 26px;
    border-radius: 30px;
    height: 43px;
}
.btn-primary {
    background-color: #ec8618;
    border-color: #ec8618;
    color: #fff;
}
.btn-primary:hover {
    background: #2d81f7;
    color: #fff;
    border: 1px solid #2d81f7;
    opacity: 0.8;
}
.btn-outline-primary {
    color: #2d81f7;
    border-color: #2d81f7;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #2d81f7;
    border-color: #2d81f7;
}
.mr-16{
    margin-right: 16px !important;
}
.mr-10{
    margin-right: 10px !important;
}
.account-footer {
    text-align: center;
    font-size: 15px;
}
.slide img {
    width: 100%;
    height: 100vh;
}


.scroll-top.open {
    bottom: 50px;
}
.scroll-top {
    width: 45px;
    height: 45px;
    line-height: 45px;
    position: fixed;
    bottom: 105%;
    right: 30px;
    font-size: 22px;
    z-index: 99;
    background-color: #ec8618;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    transition: 1s ease;
    outline: none;
    border-style: none;
}
.top-cover-imgs {
    /* background-image: url(../images/cover-banner.png); */
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 20px 0px 50px 0px;
    margin: 0px;
    height: 350px;
    background-position: center;
    position: relative;
    background-color: #053052;
}
h2.title-head {
    font-size: 35px;
    color: #fff;
    margin: 50px 0px 0px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    /* letter-spacing: 1px; */
    z-index: 1;
    position: relative;
    /* padding-left: 20px; */
}
ol.breadcrumb-txt {
    background: none;
    text-align: left;
    justify-content: flex-start;
    padding: 0px 0px;
    display: flex;
    list-style: none;
    z-index: 1;
    position: relative;
    margin: 0px;
    /* border-bottom: 1px solid #cccccc61; */
    padding-bottom: 10px;
}
li.breadcrumb-item {
    font-size: 18px;
    font-weight: 500;
}
li.breadcrumb-item a {
    color: #ffffff;
}
li.breadcrumb-item a:hover {
    color: #34bddf;
}
ol.breadcrumb-txt li.breadcrumb-item.active {
    color: #ffffff;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #ffffff;
    content: "/";
}
.overlay-top-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
}
nav.breadcrumbs-wrapper {
    padding: 0;
}
section.about-wapper {
    padding: 80px 0px;
}
.para {
    color: #000;
    font-size: 15px;
    margin: 0px;
}

.back-side {
    padding: 20px;
    -webkit-transform: rotateY(-180deg);
    background: #dc3545;
}
.back-side h4 {
    font-size: 20px;
    color: #fff;
}
.back-side p {
    margin: 0px;
    color: #fff;
    font-size: 15px;
}
.front-side {
    overflow: hidden;
    position: absolute;
    z-index: 1;
}
p.front-head {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin: 0px;
    height: 100%;
    padding: 20px;
}
.info-card {
    margin-bottom: 20px;cursor: pointer;
}
.front-side .overlay-top-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 66%);
}
.info-card:hover .back-side {
    -webkit-transform: rotateY(0);
}
.info-card:hover .front-side {
    -webkit-transform: rotateY(180deg);
}
.front-side, .back-side  {
    border-radius: 10px;
    transition: -webkit-transform 1s;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    border: 1px solid #dedede;
}
.about-txt h6 {
    font-size: 20px;
    font-weight: 600;
}
.single-service {
    position: relative;
    background: #fff;
    margin-top: 30px;
    transition: all 0.4s ease;
    overflow: hidden;
    text-align: left;
    box-shadow: 0 0 20px #e8e8e8;
    height: 460px;
}
.service-head img {
    width: 100%;
}
.single-service .service-content {
    padding: 25px 20px;
}
.single-service h4 {
    position: relative;
    margin-bottom: 10px;
    text-transform: capitalize;
    transition: all 0.4s ease;
    text-transform: capitalize;
}
.single-service h4 a {
    color: #34bddf;
    font-size: 20px;
}
section.our-strategy {
    background: #f1f1f1;
    padding: 60px 0px;
}


/*start artificial-Intelligence-and-Machine-Learning css 01/30/2025*/

section.hero-banner {
    padding: 80px 0px;
    background: #ffffff;
}
h5.content-heading {
    font-size: 60px;
    line-height: 70px;
    padding-bottom: 12px;
    margin: 0;
    padding-right: 24px;
    letter-spacing: -0.5px;
    font-weight: 600;
    color: black;
}
.paragraph-text {
    font-size: 16px;
    margin: auto;
    color: #444;
}
h6.content-sub-heading {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.15px;
    color: rgba(0, 0, 0, 0.87);
    margin: 16px 0px 30px;
}
img.banner-image {
    width: 100%;
    margin: 0px auto;
}
.hero-banner-content {
    padding-top: 50px;
}
.section-title {
    font-size: 50px;
    line-height: 56px;
    padding-bottom: 12px;
    margin: 0;
    padding-right: 24px;
    letter-spacing: -0.5px;
    font-weight: 600;
    color: black;
}

.section-w {
    width: 60%;
}

.section-overline {
    margin: 0px;
    color: #cf4a49;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
}

.stats-card-item {
    padding: 26px 33px;
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    width: 300px;
}
.stats-cards {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 30px;
}
p.stats-card-data {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.33;
    text-align: left;
    color: #34bddf;
    margin-bottom: 16px;
}
.stats-card-desc {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.15px;
    text-align: left;
    color: rgba(0, 0, 0, 0.92);
}
.section-disclaimer-bottom {
    font-size: 17px;
    line-height: 15px;
    padding-top: 15px;
    color: #000000;
    font-weight: normal;
}
section.js-trigger-footer {
    background: #f8f8f8;
    padding-top: 60px;
    padding-bottom: 60px;
}
.banner-image-section img.uni-logo {
    width: 100%;
}
.banner-card h3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    margin: 12px 0px 12px;
    color: #444;
}
.banner-card p {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.72);
    margin-bottom: 16px;
}
.banner-card {
    position: fixed;
    right: 16px;
    top: -1500px;
    overflow: hidden;
    width: 400px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.12), 0 3px 6px 0 rgba(0, 0, 0, 0.04);
    background-color: #fff;
    text-align: center;
    z-index: 92;
    left: calc(100vw - 100vw / 2 + 210px);
}
.banner-card-body {
    padding: 25px 25px;
    width: 100%;
}
.banner-card.p-fixed{
    top: 100px;
    transition: all 1s;
}
.dedicated-card {
    border-radius: 8px;
    box-shadow: 0 3.8px 11px 0 rgba(0, 0, 0, 0.12), 0 0.5px 5px 0 rgba(0, 0, 0, 0.04);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: 300px;
}
.dedicated-card h4 {
    padding: 8px;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    color: rgba(0, 0, 0, 0.92);
    text-align: center;
}
 .dedicated-card img {
    width: 300px;
    height: 200px;
}

.usp-multifaceted {
    padding: 80px 0px;
}
.itm-iconbox {
    width: 100%;
    margin-bottom: 16px;
}
.itm-iconbox img.card-icon {
    max-height: 18px;
}
.itm-iconbox a {
    font-size: 16px;
    color: #212529;
}
.title-lable {
    font-size: 22px;
    margin-bottom: 20px;
    color: #d04a49;
}
.section-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 24px;
}
.bg-white{
    background-color: #ffffff !important;
}
.card-bxs:hover {
    transform: translateY(-10px);
    box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 12%);
}
.card-bxs {
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    background: #ffffff;
    margin-bottom: 20px;
    height: 240px;
    transition: all 0.4s ease;
}
.card-bxs .card-body {
    padding: 1rem 1rem;
}
.icon-warp {
    margin-bottom: 16px;
}
img.card-icon {
    max-height: 49px;
}
.card-bxs h5.card-title {
    font-size: 20px;
    margin-bottom: 7px;
    overflow: hidden;
    /* display: -webkit-box; */
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: rgba(0, 0, 0, 0.92);
}
.howWorks .card-bxs .card-text {
    text-align: justify;
}
.value-skills-item {
    display: flex;
    align-items: center;
    width: 48%;
    justify-content: flex-start;
    gap: 10px;
}
.value-skills-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.87);
}
img.lazy.skills-image {
    width: 64px;
    height: 64px;
    border: 1px solid rgb(204 204 204 / 68%);
    border-radius: 50%;
}
.benefits-image {
    border-radius: 50px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffc107;
    margin-bottom: 20px;
}
.benefits-card {
    height: 235px;
}
.program-parts li.list-group-item {
    border: 0px;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.program-parts.active {
    border: 1px solid #d04a49;
    border-radius: 20px;
    overflow: hidden;
}
h5.program-title {
    padding: 10px 20px;
    margin: 0px;
}
.program-parts.active h5.program-title {
    color: #d04a49;
}
footer.f-bottom {
    background: #000000;
    padding: 20px 0px;
}
.copyright p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin: 0px;
}
.copyright a {
    color: #fff;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    text-decoration: none;
}
span.cdsd {
    color: #fff;
    padding: 0px 12px;
}
.get-started-slug-section {
    background-image: url(../images/slider-imgs012.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 315px;
    background-color: #c04443;
    padding: 82px 30px;
    border-radius: 20px;
}
.devider-center {
    position: relative;
    height: 10px;
    display: block;
    margin: 0 0 5px 0;
}
     .devider-center:before {
        content: '';
        position: absolute;
        height: 6px;
        width: 60px;
        background: linear-gradient(45deg, #043152 1%, #b9e1ff 47%, #043152 100%);
        border-top-left-radius: 20px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 20px;
        left: 0;
        right: 60px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .devider-center:after {
        content: '';
        position: absolute;
        height: 6px;
        width: 60px;
        left: 60px;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border: 2px solid #043152;
        border-top-left-radius: 0;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 0;
    }
.coursenavSlider .owl-nav {
    position: absolute;
    top: -48px;
    right: 15px;
}
.coursenavSlider .owl-nav .owl-prev, .coursenavSlider .owl-nav .owl-next  {
    background: #d04a49 !important;
    width: 40px;
    height: 30px;
    font-size: 26px !important;
    padding: 0px !important;;
    line-height: 22px !important;;
    color: #fff !important;
}
.get-started-slug-section .section-title {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
}
.get-started-slug-section .paragraph-text {
    color: #fff;
    font-size: 18px;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #ec8618;
    border-color: #ec8618;
    box-shadow: none;
}

textarea.form-control {
    height: 90px !important;
}
 .form-control {
    height: 45px;
    border-radius: 3px;
    width: 100%;
    font-size: 14px;
}
.forEmail h3 {
    font-size: 20px;
    color: #2d81f7;
    margin: 0px 0px 16px;
}
/*16-07-2025*/
.home-category-sec {
    background-color: #f0f0f0;
    padding: 90px 0px;
}
.css-1hvuj6d-Block {
    background: #FFFFFF;
    border: 1px solid #E9EEF2;
    border-radius: 10px;
    height: 156px;
    padding: 26px 10px;
    cursor: pointer;
    text-align: center;
    margin-bottom: 24px;
}
.css-1hvuj6d-Block:hover {
    background: #f7f9fb;
}
.css-1hvuj6d-Block h3 {
    font-size: 18px;
    margin-top: 12px;
    display: -webkit-box;
    /* -webkit-line-clamp: 1; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
    color: #212529;
    line-height: 23px;
}
section.counter-sec {
    padding: 30px 0px;
}
.counter {
    background: #fff;
    padding: 25px 20px;
    border-radius: 3px;
}
.counter .icon-div {
    width: 25%;
}
.counter .icon-div img {
    max-height: 65px;
}
.counter .conent-div {
    width: 75%;
    padding-left: 10px;
}
.conent-div h3.title {
    font-size: 22px;
    font-weight: 700;
    margin: 0px 0px 8px;
    line-height: 22px;
}
.css-1hvuj6d-Block img {
    max-height: 50px;
}
.rs-cta {
    position: relative;
}
.rs-cta.main-home .partition-bg-wrap {
    background: none !important;
    position: relative;
    padding: 130px 0;
}
.rs-cta.main-home .partition-bg-wrap:before {
    background: url(https://keenitsolutions.com/products/html/educavo/assets/images/cta/main-home.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
}
.rs-cta.main-home .partition-bg-wrap:after, .rs-cta.main-home .partition-bg-wrap:before {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    bottom: 0;
    z-index: -1;
}
.rs-cta.main-home .partition-bg-wrap:after {
    background: url(https://keenitsolutions.com/products/html/educavo/assets/images/cta/home1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.mb-40 {
    margin-bottom: 40px;
}
.sec-title3 .title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 800;
    color: #031a3d;
}
.sec-title3 .desc {
    font-size: 16px;
    line-height: 26px;
    color: #363636;
}
.white-color {
    color: #ffffff !important;
}
.pl-70 {
    padding-left: 70px;
}
.courseItm.free-course {
    margin-top: -220px;
    height:auto;
}
.courseItm.free-course:before {
 height: 60%;
}
.free-course .content-part .meta-part {
    display: grid;
    border: 0px;
    margin-top: 20px;
    padding: 0px;
}
.free-course .content-part .meta-part li.user {
    margin-bottom: 10px;
}
.free-course .content-part {
    padding: 24px 26px 24px 26px;
    text-align: left;
}
img.live-video {
    max-height: 18px;
}
.btn-outline-success {
    color: #ffffff;
    border-color: #ffffff;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #ec8618;
    border-color: #ec8618;
}
.btn-check:focus+.btn-outline-success, .btn-outline-success:focus {
    box-shadow: none;
}
ul.course-highlight-list {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    padding: 0px;
    margin: 30px 0px 0px;
}
ul.course-highlight-list li {
    flex-basis: 32%;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    background: #ffffff;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}
.course-highlight-sec {
    padding: 60px 0px;
}
.live-coaching {
    box-shadow: 0 0 20px rgb(94 94 94 / 14%);
    background-color: #fff;
    border-radius: 10px;
    text-align: left;
    padding: 25px 26px;
    transition: 0.4s ease-in-out;
    position: relative;
    width: 100%;
    margin-top: 24px;
    height: 200px;
}
.live-coaching h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}
.faq-card .accordion-button::after {
    margin-left: 0px;
    position: absolute;
    top: 14px;
    left: 16px;
}
.faq-card .accordion-button {
    padding: 14px 20px 14px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}
ul.course-section-items {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.course-section-items li.course-item {
    margin-bottom: 12px;
}
ul.course-section-items li.course-item i {
    color: #ec8618;
    margin-right: 6px;
}
span.course-cont {
    color: #ec8618;
}
.enquiry-form {
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 14%);
    padding: 20px;
}
.enquiry-form h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom:10px;
}
.enquiry-form {
  transition: all 0.3s ease;
}

.enquiry-form.sticky {
  position: fixed;
  top: 150px;
  width: 300px; /* Adjust based on layout */
 
}
ul.course-highlight-list.whychoose li {
    flex-basis: 23%;
    font-size: 16px;
    gap: 10px;
}
.search-btn {
    position: relative;
    display: flex;
    justify-content: end;
    width: 100%;
}
.search-btn button.btn {
    position: absolute;
    right: 3px;
    top: 2px;
    background: #ec8618;
    border-radius: 30px;
    padding: 5px 26px;
    color: #fff;
    font-size: 16px;
    height: auto;
}
.search-btn input.form-control {
    width: 400px;
    border-radius: 30px;
    padding: 10px 80px 10px 22px;
    border-color: #ec8618;
    color: #314a7e;
    background: #ffffff;
}
.filtter-list {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 7px;
    padding: 15px 25px;
   margin-bottom: 25px;

}
.filter-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
ul.checkbox_sec {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.checkbox_sec li {
    margin-bottom: 10px;
    font-size: 17px;
    display: flex;
    align-items: center;
    gap: 10px;
}
input.custom-control-input {
    width: 20px;
    height: 18px;
    border: 1px solid #00000057;
}
.custom-control-label i.fa {
    color: #ec8618;
}
input.form-check-input.custom-control-input {
    width: 20px;
    height: 20px;
}
