@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap');
*{
    margin:0;
    padding:0;
    font-family: "Albert Sans", sans-serif;
    outline:none !important;
}
:root{
  --primary-color:#28A845;
  --primary-color-hover:#1e973a;
  --secondary-color:#111;
  --secondary-color-hover:#222;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: "Albert Sans", sans-serif;
}
html{
  width: 100%;
}
body, html {
  line-height: 100%;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, center {
  display: block;
}
nav ul, ul {
  list-style-type: none;
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
button {
  vertical-align: middle;
}
.btn-primary{
  background: var(--primary-color) !important;
  border-color:var(--primary-color) !important;
  color: #FFF !important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
  background: var(--primary-color-hover) !important;
  border-color:var(--primary-color-hover) !important;
  color: #FFF !important;
}
.btn-secondary{
  background: #FFF !important;
  border-color:var(--primary-color) !important;
  color: var(--primary-color) !important;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus{
  background: var(--primary-color-hover) !important;
  border-color:var(--primary-color-hover) !important;
  color: #FFF !important;
}
.btn-white, .drp-buttons button.btn-default{
  background:#FFF;
  border:1px solid #DBE5F0;
  color:var(--primary-color);
}
.btn-white:hover, .btn-white:active, .btn-white:focus{
  background: #EEE;
  color: var(--primary-color);
}
.btn-outline-white{
  border:1px solid #DDDDDD;
}
.bg-primary{
  background: var(--primary-color) !important;
}
.text-primary{
  color:var(--primary-color) !important;
}
.modal-title,.accordion-header i{
    font-weight: 500 !important;
}
.bg-secondary{
  background: #053C11 !important;
}
input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="password"], input[type="date"], input[type="time"], input[type="tel"], select{
  border-color:#FFF !important;
  height: 45px;
}
textarea{
  border-color:#FFF !important;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="time"]:focus, input[type="tel"]:focus, select:focus, textarea:focus{
  border-color: var(--primary-color) !important;
  box-shadow: none !important;
}
input[type="radio"], input[type="checkbox"]{
  border:1px solid #15426C;
  height: 15px;
  width: 15px;
  margin: 0 !important;
  box-shadow: none !important;
}
.form-check-input:checked{
  background-color: var(--primary-color) !important;
  border-color:var(--primary-color) !important;
}
.btn, .transition, .hover-float{
  transition: all 0.4s;
}
.container{
    max-width: 1410px;
}
.hover-float:hover{
  transition: all 0.4s;
  transform: translateY(-5px);
}
.lh-150{line-height: 150%;}.lh-175{line-height: 175%;}.fs-13{font-size:13px;}.fs-12{font-size:12px;}.h-37{height: 37px;line-height: 37px;}.h-48{height: 48px;line-height: 48px;}.fs-30{font-size:30px;}.fs-15{font-size:15px;}.text-666{color:#666;}.fs-18{font-size: 18px;}.mw-fa{max-width: fit-content;}.fs-16{font-size:16px;}.fs-40{font-size: 40px;}.fs-20{font-size: 20px;}.text-15{font-size:15px;}.fs-25{font-size:25px;}.fs-10{font-size:10px;}

/***************************Default CSS Ends Here***************************/

.loader{
  background: #F5F7F6;
}
.home-banner{
  background: linear-gradient(135deg,  rgba(244,253,246,1) 0%,rgba(234,234,234,1) 100%);
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
  color:var(--primary-color);
}
.heading-badge{
  background: rgba(40, 168, 69, 0.1);
}
.home-banner h1{
  font-size: 43px;
}
.start-auto{
  left: auto !important;
}
.select2-container--default .select2-selection--single {
    border-radius: 50px !important;
    height: 45px !important;
    padding: 8px 15px;
    border: 1px solid #FFF;
    box-shadow: var(--bs-box-shadow-sm)!important;
    position: relative;
}
.select2-container--default .select2-selection__rendered {
    line-height: 28px !important;
}
.select2-container--default .select2-selection__arrow b {
    display: none !important;
}
.select2-container--default .select2-selection__arrow {
    height: 45px !important;
    right: 15px !important;
    width: 20px;
    position: absolute;
}
.select2-container--default .select2-selection__arrow:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #111;
    pointer-events: none;
}
/* MULTIPLE SELECT (PILL STYLE) */
.select2-container--default .select2-selection--multiple {
    border-radius: 50px !important;
    min-height: 45px !important;
    border: 1px solid #FFF !important;
    box-shadow: var(--bs-box-shadow-sm) !important;
    padding: 8px 15px !important;
    display: flex;
    align-items: center;
}

/* Tags inside multi-select */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 20px !important;
    padding: 2px 10px !important;
    margin-top: 5px !important;
}

/* Remove the default ugly cross */
.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove {
    color: #000 !important;
    font-weight: bold;
    margin-right: 6px;
}

.select2-container--default .select2-selection--multiple:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #111;
    pointer-events: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
  padding:2px 8px;
  font-size: 1.3rem !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 25px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
  margin-top: 1px !important;
  margin-left: -3px !important;
  margin-right: 10px !important;
}
.stats i{
  height: 60px;
  width: 60px;
  line-height: 60px;
}
.ms-n1{
  margin-left: -100px;
}
.mb-n1{
  margin-bottom: -2px;
}
.how-box{
  background: #F1F5F2;
  border:1px solid #F1F5F2;
}
.how-box i{
  width: 95px;
  height: 95px;
  line-height: 95px;
  background: #FFF;
  color: var(--primary-color);
}
.how-box:hover{
  background: #FFF;
  border:1px dashed #B1E8BF;
}
.how-box:hover i{
  background: var(--primary-color);
  color:#FFF;
}
.expert-tutors{
  background: url(../images/tutors-bg.jpg) repeat center center;
}
.expert-tutors .heading-badge{
  background: rgba(255, 255, 255, 0.2);
}
.slick-track{
  display: flex;
  gap:30px;
}
.slick-track .slick-current{
  margin-left: -15px;
}
.team-box img{
  min-height: 250px;
  max-height: 250px;
}
.hire-btn{
  height: 50px;
  width: 50px;
  margin-bottom: -21px;
  border: 5px solid var(--primary-color);
  line-height: 40px;
  font-size: 20px;
  color: var(--primary-color);
}
.hire-btn:hover, .hire-btn:active, .hire-btn:focus{
  color:#FFF;
  background: var(--primary-color) !important;
}
.border-b{
  border-bottom:1px dashed #E4E4E4;
}
.team-box a.fs-18{
  color:#000;
}
.accordion-item i{
  margin-top: 2px;
}
.accordion-item{
  border-radius: 4px;
  overflow: hidden;
}
.accordion-button{
  border:1px solid transparent;
  border-radius: 4px 4px 0 0;
  background: #F3F3F3;
  padding-top: 9px !important;
  color: #666;
  padding-bottom: 9px !important;
}
.accordion-button:not(.collapsed){
  background: #FFF;
  color: var(--primary-color);
  border-color: var(--primary-color);
  border-bottom: none;
}
.accordion-body{
  border:1px solid var(--primary-color);
  border-top: none;
  border-radius: 0 0 4px 4px;
  padding-left: 50px;
}
.mt-n85{
  margin-top: -85px;
}
.sicon1{
  margin-top: -30px;
}
.sicon2{
  margin-top: -28px;
  margin-right: -30px;
}
.sicon3{
  margin-bottom: -30px;
}
.carousel-control-next, .carousel-control-prev{
  width: 11px;
  height: 15px;
  top: -55px;
  margin-bottom: 20px;
}
.carousel-control-next{
  right:calc(100% - 60px);
}
.carousel-control-prev{
  left:20px;
}
footer{
  background: #333333;
}
footer a{
  color:#FFF;
  transition: all 0.4s;
}
footer a:hover, footer a:active, footer a:focus{
  color:var(--primary-color);
  transition: all 0.4s;
}
.copyright{
  background: #222;
}
.pagination li a{
  width:45px;
  height: 45px;
  line-height: 33px;
  color:#333;
  font-size:16px;
  font-weight: 600;
  box-shadow: none !important;
}
.pagination .active>.page-link, .pagination .page-link.active{
  background: var(--primary-color);
  border:1px solid var(--primary-color);
}


/**************************Homepage CSS Ends Here****************************/

.breadcrumb-item+.breadcrumb-item::before{
  color:#FFF;
}
.has-bg-light .select2-container{
  width: 201px !important;
}
.has-bg-light .select2-container--default .select2-selection--single{
  background-color: #F8F9FA !important;
}
.list-grid-switch{
  color:#666;
}
.list-grid-switch.active{
  color:var(--primary-color);
}
.show-grid-box .team-box, .show-list-box .team-box{
  border:1px solid #F8F9FA;
  transition: all 0.4s;
}
.show-grid-box .team-box:hover, .show-list-box .team-box:hover{
  transition: all 0.4s;
  background: #FFF !important;
  border:1px solid var(--primary-color);
  transform: translateY(-5px);
}
.h-178{
  max-height: 178px;
}
.h-178 img{
  min-height: 178px;
  max-height: 178px;
}
.t-details i{
  background: rgba(18, 133, 44, 0.1);
  height: 40px;
  width: 40px;
  line-height: 40px;
}
.border-light{
  border-color:#EEE !important;
}
.bg-light2{
  background: #eaeeeb !important;
}
.mb-n2{
  margin-bottom: -30px;
}
.ab-stats{
  border: 1px solid transparent;
}
.ab-stats i{
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.ab-stats:hover{
  border-color: var(--primary-color);
  transform: translateY(-5px);
}
.counters2 a{
  background: #EFF3F0;
  border:1px solid transparent;
}
.counters2 a:hover{
  background: #FFF;
  border:1px solid var(--primary-color);
  transform: translateY(-5px);
}
.counters2 a i{
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 50%;
  background: #FFF;
  border:1px solid var(--primary-color);
  color:var(--primary-color);
  line-height: 60px;
}
.resize-none{
  resize: none;
}
.tags{
  background: #F5F5F5;
  color:#666;
}
.tags:hover, .tags:active, .tags:focus, .tags.active{
  background: var(--primary-color);
  color:#FFF;
}
.post{
  border:1px solid #CCCCCC;
}
.post:hover, .post:active, .post:focus, .courses .post:hover, .related .post:hover{
  border-color: var(--primary-color);
  transform: translateY(-5px);
}
.post a{
  color:#000;
}
.post:hover a, .post:active a, .post:focus a{
  color:var(--primary-color);
}
.text-pages ul li{
  padding: 10px 0;
  line-height: 150%;
  list-style-type: disc;
  margin-left: 15px;
}
.courses .nav-pills .nav-link{
  background: #FFF;
  font-weight: 500;
  color:#666;
}
.courses .nav-pills .nav-link.active, .courses .nav-pills .show>.nav-link{
  color:#FFF;
  background: var(--primary-color);
}
.courses .post, .related .post{
  border-color:transparent;
}
.city-box{
  background: url(../images/city-bg.jpg) no-repeat center center;
  background-size:cover;
}
.class{
  background: #F8F9FA;
  border:1px solid #F8F9FA;
}
.class:hover, .class:active, .class:focus{
  background: #FFF;
  border-color: var(--primary-color);
}
.class i{
  width: 60px;
  height: 60px;
  border:1px solid var(--primary-color);
  line-height: 60px;
}
#msform fieldset:not(:first-of-type) {
  display: none;
}
.steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right;
}
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
}
#progressbar .active {
  color: var(--primary-color);
}
#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 33%;
  float: left;
  position: relative;
  font-weight: 400;
}
#progressbar #account:before {
  font-family: FontAwesome;
  content: "\f4fc";
}

#progressbar #personal:before {
  font-family: FontAwesome;
  content: "\f508";
}
#progressbar #payment:before {
  font-family: FontAwesome;
  content: "\f02d";
}
#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 18px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}
#progressbar li.active:before, #progressbar li.active:after {
  background: var(--primary-color);
}
.select2-container{
  width: 100% !important;
}

/**************************Media CSS Starts From Here**************************/

@media(min-width:1201px) and (max-width:1300px){
  .carousel-control-next, .carousel-control-prev{
    top:0;
  }
}
@media(min-width:991px) and (max-width:1200px){
  .carousel-control-next, .carousel-control-prev{
    top:0;
  }
}
@media(min-width:768px) and (max-width:991px){
  .mt-n85 {
    margin-top: -35px;
  }
  .carousel-control-next, .carousel-control-prev{
    top:0;
  }
}
@media(max-width:767px){
  .mt-n85 {
    margin-top: 0;
  }
  .carousel-control-next, .carousel-control-prev{
    top:0;
  }
}
@media(max-width:574px){
  .home-banner h1{
    font-size: 35px;
  }
  .mt-n85 {
    margin-top: 0;
  }
  .carousel-control-next, .carousel-control-prev{
    top:0;
  }
  .arrows{
    margin-left: -20px;
  }
}
