/**
 * The template for custom.css
 * 
 */
/* @font-face {
  font-family: "beyond";
  src: url("../fonts/beyond_the_mountains.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
} */

/* @font-face {
    font-family: 'Inter', sans-serif;
    src: url("../fonts/inta/Inter-Regular.ttf") format('truetype'),
         url("../fonts/inta/Inter-Medium.ttf") format('truetype'),
         url("../fonts/inta/Inter-Light.ttf") format('truetype'),
         url("../fonts/inta/Inter-Black.ttf") format('truetype'),
         url("../fonts/inta/Inter-SemiBold.ttf") format('truetype'),
         url("../fonts/inta/Inter-Bold.ttf") format('truetype');
  } */
.section-padding {
  padding: 50px 0;
}

.section-title {
  margin-bottom: 25px;
  text-align: center;
}

.section-title h4,
.section-title h3,
.section-title h2,
.section-title h1 {
  font-size: 28px;
}

.title strong,
.section-title strong {
  color: var(--ah-1st-color);
}

.ah-btn {
  background: var(--ah-2nd-color);
  color: #fff;
  padding: 6px 20px;
  border: 1px solid transparent;
  border-radius: 30px;
  transition: 0.4s;
}

.ah-btn::before {
  position: relative;
  content: "\f138";
  font-family: FontAwesome;
  margin-right: 8px;
  color: inherit;
}

.ah-btn:hover {
  background: #fff;
  color: var(--ah-2nd-color);
  border: 1px solid var(--ah-2nd-color);
}

/*-----------------------------------------------------------------------------
 Top Section
------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
 site header
------------------------------------------------------------------------------*/
.fixed-header {
  position: fixed !important;
  top: 0px;
  left: 0;
  width: 100%;
  background-color: #fff !important;
  z-index: 999 !important;
  box-shadow: 0 1px 3px 0 rgba(32, 33, 36, 0.28);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  transition: 0.5s ease-out;
}

#site-header {
  background-color: #fff;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.15);
  transition: all 1s ease-out;
}

.site-menu.fixed-header {
  margin: 0;
}

.shop-menu-btn {
  height: 100%;
  background-color: var(--ah-3rd-color);
}

.site-header .logo {
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header .logo img {
    z-index: 4;
    position: relative;
    max-width:40%;
}
.site-header .logo a {
  text-align: center;
}

.header-top {
  background: #1c1c27;
  position: relative;
}

#top-menu,
ul.header-contact {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
#top-menu {
    justify-content: flex-end;
}
#top-menu li, ul.header-contact li {
    padding: 8px;
}
#top-menu li a,
ul.header-contact li a {
  display: block;
  width: 100%;
  color: #a2a2b1;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.5s ease;
  line-height: 1.7em;
}
ul.header-contact li i {
    color: #fff;
    margin-right: 8px;
}
.header-top .social {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header-top .social .social-media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  transition: 0.4s;
  color: #fff;
  border-radius: none;
  margin: 0px;
  background-color: transparent !important;
}
.header-top .social .social-media-container {
  display: block;
  padding: 0px;
}
.header-top .social .social-media a i {
  line-height: 1;
}

.header-menu {
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    height: 100%;
}

.header-menu .search {
  border-left: 1px solid #dedede;
  border-radius: 0;
  padding: 6px 20px;
}
.header-menu .request {
  background-color: var(--ah-1st-color);
  border-radius: 0;
  color: #fff;
  padding: 6px 20px;
}


.ah_svg_shape-1 {
    fill: #1c1c27;
    left: -34px;
}
.ah_svg_shape-2 {
    fill: #fff;
    left: -45px;
}

[class*=ah_svg_shape-] {
    position: absolute;
    width: 322px;
    height: 120px;
    z-index: 2;
}
img, svg {
    vertical-align: middle;
}
/*-----------------------------------------------------------------------------
 Site banner
------------------------------------------------------------------------------*/
.home-banner-section {
  background-color: #f6f6f6;
}

.homepage-banner-container {
  padding: 0px 56px;
  margin: 20px 0;
  color: #fff;
  position: relative;
  z-index: 1;
}

.homepage-banner-container p {
  font-size: 13px;
  background: rgba(0, 0, 0, 0.5);
  padding: 2px 15px;
  width: fit-content;
}

.slide-item {
  height: 500px;
  display: flex;
  align-items: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: -webkit-transform 6s ease;
  transition: -webkit-transform 6s ease;
  transition: transform 6s ease;
  transition: transform 6s ease, -webkit-transform 6s ease;
  background-color: rgba(0, 0, 0, 0.2);
  background-blend-mode: overlay;
}

/* .slide-item-wrapper.slick-current .slide-item {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
} */

.slide-item-wrapper.slick-current .homepage-banner-container {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.homepage-banner-container h1 {
  text-align: left;
  text-transform: capitalize;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 600;
}

/*-----------------------------------------------------------------------------
 
------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
 .header-cart .header-user
------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
 site search
------------------------------------------------------------------------------*/
.search-container .search-btn {
  background-color: var(--ah-2nd-color);
  color: #fff;
  min-width: 60px;
}

.search-container {
  width: 100%;
  border: 1px solid var(--ah-1st-color);
}

.search-container input {
  border: 0;
}

.search-container .input-group {
  width: 100%;
}

/*-----------------------------------------------------------------------------
 Home Slider
------------------------------------------------------------------------------*/
/* ah-slider */
.ah_slider .carousel-control-prev,
.ah_slider .carousel-control-next {
}

.ah_slider .carousel-control-prev,
.ah_slider .carousel-control-next {
  width: 32px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.ah_slider:hover .carousel-control-prev,
.ah_slider:hover .carousel-control-next {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  cursor: pointer;
}

.ah_slider:hover {
  cursor: pointer;
}

.carousel-inner > .carousel-item {
  -webkit-transition: all 1.1s ease-in-out, opacity 1s ease-in;
  -moz-transition: all 1.1s ease-in-out, opacity 1s ease-in;
  -ms-transition: all 1.1s ease-in-out, opacity 1s ease-in;
  -o-transition: all 1.1s ease-in-out, opacity 1s ease-in;
  transition: all 1.1s ease-in-out, opacity 1s ease-in;
}

/*-----------------------------------------------------------------------------
 
------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
 #scroll-top, #scroll-bottom
------------------------------------------------------------------------------*/

.scroll-bottom {
  /* position: fixed;
    bottom: 0;
    margin: 1em 0; */

  text-align: center;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px !important;
  opacity: 0.7;
  right: 0;
  display: none;
  margin: 0px 18px;
  position: fixed;
  bottom: 60px;
  color: white;
  z-index: 9999;
  cursor: pointer;
  transition: 0.3s;
}

#scroll-top,
#scroll-bottom {
  background: var(--ah-1st-color);
  color: #fff;
  /* -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite; */
}

/*-----------------------------------------------------------------------------
 # newsletter-section
------------------------------------------------------------------------------*/
.newsletter-section {
  position: relative;
  margin-bottom: -50px;
}

.newsletter-inner {
  padding: 20px 20px;
  background: var(--ah-1st-color);
}

.nform-container {
  display: flex;
  align-items: center;
}

.content-container {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 4px;
  line-height: 50px;
}

.content-container h3 {
  font-size: 20px;
}

.content-container p {
  font-size: 13px;
  line-height: 1;
  margin: 0;
}

.newsletter-section .content-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*-----------------------------------------------------------------------------
 # achivement-section
------------------------------------------------------------------------------*/
.counter-t2 {
  color: #ed2728;
}

.achivement-section {
}

.achivement-icon i {
  font-size: 50px;
  color: #fc3c3c;
}

.achivement-content {
  margin-bottom: 40px;
}

.achivement-number .counter {
  font-size: 43px;
}

.achivement-box h3 {
  margin-top: 15px;
  font-size: 18px;
  font-style: italic;
}

/*-----------------------------------------------------------------------------
 # about-section
------------------------------------------------------------------------------*/
.about-content {
  height: 100%;
}

.about-content p {
  text-align: justify;
}

.about-content .section-title {
  border-bottom: 3px solid var(--ah-1st-color);
}

.section.about-content .btn {
  min-width: 120px;
  background: var(--ah-1st-color);
  color: #fff;
  border-radius: 30px;
  transition: 0.4s;
}

.about-section {
  /* padding: 60px 0 170px 0; */
  /* -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 84%, 0% 100%);
		clip-path: polygon(0 0%, 100% 0%, 100% 84%, 0% 100%); */
}

.about-image {
  -webkit-animation: spin 15s linear infinite;
  -moz-animation: spin 15s linear infinite;
  animation: spin 15s linear infinite;
}

.about-left {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-left .img1 {
}

.about-left img {
  position: relative;
}

.about-section .title h4 {
}
.about-img-title {
  font-family: beyond;
  font-weight: 600;
  font-size: 50px;
  text-align: center;
  line-height: 1.5;
}
/*-----------------------------------------------------------------------------
 # highlights Section
------------------------------------------------------------------------------*/
.highlights-item {
  text-align: center;
}

.highlights-item .image img {
  width: 230px;
  height: 230px;
  border-radius: 50%;
}

/*-----------------------------------------------------------------------------
 # Team Section
------------------------------------------------------------------------------*/

.team-item {
  padding: 20px;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 12px #dedede;
  transition: 0.4s;
  border: 1px solid #fff;
  text-align: center;
}

.team-item:hover {
  box-shadow: none;
  border: 1px solid #ededed;
}

.team-item a {
}

.team-item .image {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  margin-bottom: 30px;
  position: relative;
  border: 2px solid var(--ah-1st-color);
}

a.btn.team-a-btn {
  background: var(--ah-1st-color);
  color: #fff;
  padding: 10px 30px;
  font-weight: 500;
}

.team-c-icon {
  position: absolute;
  top: 39%;
  right: 0;
  height: 40px;
  width: 40px;
  background: var(--ah-1st-color);
  border-radius: 50%;
  text-align: center;
  color: #fff;
  opacity: 0;
  transition: 0.4s;
}

.team-item:hover .team-c-icon {
  opacity: 1;
}

/*-----------------------------------------------------------------------------
 # service-request
------------------------------------------------------------------------------*/
.service-request {
  margin-top: 60px;
}

.request-container {
  padding: 28px 15px;
  background: #303442;
  border-radius: 0 10px 0 0;
}

.request-container .form-group {
  margin-bottom: 0;
}

.request-title {
  width: fit-content;
  background: #fff;
  color: #000;
  padding: 8px 26px;
  border-radius: 10px 10px 0 0;
}

.request-title h4 {
  margin: 0;
}

/*-----------------------------------------------------------------------------
 # social-media
------------------------------------------------------------------------------*/
.social-media-container {
  display: inline-block;
  transition: 0.4s;
  padding: 5px 0;
}

.social-media-container .social-media a {
  display: block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  transition: 0.4s;
  color: #fff;
  border-radius: 50%;
  margin: 5px;
  float: left;
}

.social-media-container .social-media a i {
  line-height: 35px;
}

.social-media-container .social-media a:nth-child(1) {
  background-color: #4a66a0;
}

.social-media-container .social-media a:nth-child(2) {
  background-color: #25d366;
}

.social-media-container .social-media a:nth-child(3) {
  background-color: #e62117;
}

.social-media-container .social-media a:nth-child(4) {
  background-color: #00acee;
}

.social-media-container .social-media a:nth-child(5) {
  background-color: #dd2a7b;
}

.social-media-container .social-media a:nth-child(6) {
  background-color: #d73d32;
}

.social-media-container .social-media a:nth-child(7) {
  background-color: #0177b5;
}

.social-media-container .social-media a:nth-child(8) {
  background-color: #0177b5;
}

.social-media-container .social-media a:hover {
  background: #14213d;
}

/*-----------------------------------------------------------------------------
    Start  Main section
------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
    course main section section
------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
    Start Mobile Menu section
------------------------------------------------------------------------------*/
.mobile-header-logo img{
    max-width:20%;
}
.mobile-btn-toggle {
  font-size: 20px;
  /*border: 1px solid #3f4b52;*/
  border-radius: 5px;
}

.mobile-btn-close {
}

.mobile-menu-section {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  transition: 0.5s ease;
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 9999;
}

.mobile-menu-footer,
.mobile-menu-header {
  /* background: #e8e8e8;
    padding: 5px 10px; */
}

.mobile-menu-header {
  margin-bottom: 10px;
}

.mobile-menu-footer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 4444;
  margin-bottom: 10px;
}

.mobile-menu-container {
  background-color: #fff;
  padding: 10px;
  height: 100%;
  width: 30%;
  z-index: 9999999;
  position: relative;
}

.mobile-menu {
  overflow: auto;
  height: 100%;
}

.mobile-menu ul li {
  position: relative;
  float: left;
  width: 100%;
  transition: 0.4s;
}

/*mobile nav------------ */
.mobile-menu ul li a {
  color: #2d2a2a;
  letter-spacing: 0.2px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  font-family: roboto;
  display: block;
  padding: 12px 10px;
  width: 100%;
}

.mobile-menu ul li:hover {
  background-color: #eaeded;
  color: #111;
}

.mobile-menu > ul > li:hover {
  border-left: 4px solid #ca0815;
}

.mobile-menu > ul > li {
  border-left: 4px solid transparent;
}

.mobile-menu ul > li {
  border-bottom: 1px solid #dedede;
}

.mobile-menu ul li {
  /*border-bottom: 1px solid #dedede;*/
  position: relative;
  float: left;
  width: 100%;
  transition: 0.4s;
}

.mobile-menu ul li:last-child {
  border-bottom: none;
}

.mobile-menu ul ul.sub-menu,
.mobile-menu ul ul ul.sub-menu {
  position: relative;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  width: 100%;
  background-color: #f5f5f5;
  overflow-y: hidden;
  transition: 0.5s;
  /* height: 0; */
}

.mobile-menu .menu-item-has-children > a {
  /* margin-right: 50px; */
}

.nav-in > .sub-menu {
  display: block !important;
}

.mobile-menu ul li .ah-icon {
  font-size: 20px;
  /* background: #666; */
  /* color: #fff; */
  /* border: 1px solid #6a6d71; */
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ancestor-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* user */
.mobile-menu-section .user {
  /* padding: 5px 10px; */
  font-weight: 600;
  text-transform: capitalize;
  background: #e8e8e8;
  padding: 5px 10px;
}

.mobile-menu-section .user img {
  height: 45px;
  width: 45px;
}

.mobile-header-menu.btn {
  height: 100%;
}

/*-----------------------------------------------------------------------------
    mobile-footer section
------------------------------------------------------------------------------*/
.mobile-footer-container {
  position: relative;
}

.mobile-footer-container-inner {
  display: flex;
  align-items: center;
}

.mobile-footer-item {
  flex: 1;
  text-align: center;
  position: relative;
}

.mobile-footer-menu {
  position: absolute;
  top: -15px;
  left: 50%;
  padding: 10px;
  background: var(--ah-1st-color);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  border: 1px solid black;
  color: #fff;
  cursor: pointer;
  transform: translateX(-50%);
}

.mobile-footer {
  position: fixed;
  width: 100%;
  background: #fff;
  bottom: 0;
  z-index: 99;
}

.mobile-footer-item i {
  font-size: 19px;
}

.mobile-footer-item.footer-cart a {
  position: relative;
  padding-top: 0;
  margin-bottom: -5px;
}

.mobile-footer-item .cart-count {
  height: 18px;
  width: 19px;
  border-radius: 50%;
  background: var(--ah-1st-color);
  color: #fff;
  position: absolute;
  top: -6px;
  left: 65%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*-----------------------------------------------------------------------------
 #autocomplete css
------------------------------------------------------------------------------*/
.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);

  /* core styles should not be changed */
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}

.autocomplete-suggestion {
  position: relative;
  padding: 0 0.6em;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.02em;
  color: #333;
}

.autocomplete-suggestion b {
  font-weight: normal;
  color: #1f8dd6;
}

.autocomplete-suggestion.selected {
  background: #f0f0f0;
}

/*-----------------------------------------------------------------------------
 #media Query css
------------------------------------------------------------------------------*/

.course_admission a {
  padding: 8px 25px;
  border-radius: 30px;
  background: #ed2728;
  color: #fff;
  min-width: 250px;
  font-size: 18px;
  text-align: center;
}

.course_admission {
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.cw-courselist-single-sidebar li a {
  display: block;
  padding: 8px;
  color: #000;
  border-bottom: 1px solid #dedede;
}

ul.cw-courselist-single-sidebar li {
  list-style: none;
  list-style-type: none;
}

ul.cw-courselist-single-sidebar {
  padding: 0;
  padding-left: 0px !important;
}

.course-about p {
  text-align: justify;
}

.course-wigets,
.course-container {
  background: #fff;
  box-shadow: 0 0 12px #ebebeb;
  height: 100%;
}

.course-container {
  padding: 25px;
}

.course-wigets {
  padding: 15px 10px;
}
.cw-course-single-sidebar .widget.widget_text {
  border-bottom: 1px dashed #ababab;
  margin-bottom: 10px;
}
.cw-course-single-sidebar .widget h2 {
  font-size: 24px;
}
.instructor_profile {
  padding: 3px 15px;
}

/*-----------------------------------------------------------------------------
 #media Query css
------------------------------------------------------------------------------*/
/* @media (min-width: 1200px) {
  .container {
    max-width: 100%;
    padding: 0 30px;
  }
  .ah_container {
    max-width: 1180px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 100%;
    padding: 0px 30px;
  }
}

Large devices (desktops, less than 1200px) */
@media (min-width: 1200px){
    .container {
        max-width: 1200px;
    }
}

@media (max-width: 1199.98px) {
  .header-top .container,
  .site-footer .container,
  .site-header .container {
    max-width: 100%;
  } 

  .main-navigation ul li a {
    font-size: 14px !important;
  }

  .main-navigation > ul > li > a {
    padding: 0.5rem 0.5rem;
  }

  .quote-btn a {
    line-height: 22px !important;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .container {
    max-width: 100%;
    padding: 0px 15px;
  }

  .homepage-banner-container {
    padding: 30px 0;
  }

  .main-navigation ul li a {
    font-size: 14px !important;
  }

  .request-container .form-group {
    margin-bottom: 13px;
  }
   .mobile-header-logo img {
    height: auto;
    max-width: 20%;
  }
  
  .slide-item {
    height: 300px;
  }
  .about-content {
        margin-bottom: 50px;
    }
    .about_image {
        display: block;
        position: relative;
        text-align: center;
    }
}

@media (max-width: 767px) {
  .content-text-container {
    margin-bottom: 20px;
  }
.homepage-banner-container h1,
  .homepage-banner-container h2 {
    text-align:center;
  }
  .homepage-banner-container p{
      background:transparent;
      width:100%;
  }
  .about_image_caption{right:0 !important;}
  .about_image_caption:after {
    content:unset !important;;
      
  }
.section_tagline {
    text-align: center !important;
}
  .mini-cart {
    width: 60%;
  }

  .mobile-menu-container {
    width: 40%;
  }

  .cw_breadcrumbs {
    padding: 8px !important;
  }

  .top-rated-product ul li img {
    height: auto;
    width: auto;
    float: none;
    margin-right: 0;
    box-shadow: none;
  }

  .contact-form-container h2 {
    font-size: 25px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 30px;
  }

  .homepage-banner-container h1,
  .homepage-banner-container h2 {
    font-size: 38px;
  }

  .about-content .text-left {
    text-align: center !important;
  }
   .mobile-header-logo img {
    height: auto;
    max-width: 20%;
  }
  .slide-item {
    height: 250px;
  }
    .h2, h2 {
       font-size: 1.6rem !important;
    }
    .section_tagline {
        font-size: 14px !important;
    }
    h3 {
        font-size: 20px;
    }

}

@media (max-width: 640px) {
  .homepage-banner-container h1,
  .homepage-banner-container h2 {
    font-size: 24px;
    text-align:center;
  }
  .homepage-banner-container p{
      background:transparent;
      width:100%;
  }
 .slide-item {
    height: 250px;
  }
  .home-banner-section {
    padding: 0 !important;
    -webkit-clip-path: unset !important;
    clip-path: unset !important;
  }

  .contact-section,
  .about-section {
    padding: 60px 0 60px 0 !important;
    -webkit-clip-path: unset !important;
    clip-path: unset !important;
  }

  .about-content h1,
  .about-content h2 {
    font-size: 32px !important;
  }

  li.item-main-box {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .mini-cart {
    width: 80%;
  }

  .mobile-menu-container {
    width: 70%;
  }
  .mobile-header {
    background-color: #fff;
    padding: 10px 0;
  }
  .mobile-header-logo {
    text-align: left;
  }

  .mobile-header-logo img {
    height: auto;
    max-width: 20%;
  }

  .top-rated-product ul li {
    padding: 8px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .ah-sm-btn {
    padding: 5px 15px;
    border-radius: 0;
    background: #fff;
    color: #000;
    min-width: 100%;
  }

  .homepage-banner-container {
    text-align: center;
  }

  .about-section .btn-outline-primary,
  .about-section .btn-outline-primary.mr-5 {
    margin: 0 !important;
    font-size: 12px;
  }

  .hire-content h1,
  .hire-content h2,
  .hire-content h3 {
    font-size: 21px;
    line-height: 34px;
  }

  .hire-content {
    background: #fff;
    padding: 40px 20px;
  }

  .about-left {
    width: 100%;
    position: relative;
    height: 100%;
    text-align: center;
  }
  
  .site-footer .widget h1, .site-footer .widget h2, .site-footer .widget-title {
    font-size: 16px !important;
  }
  .widget-column {
        margin-bottom: 25px;
    }
    .copyright-text {
        font-size: 11px !important;
    }
}

@media (max-width: 450px) {

  .mini-cart {
    width: 100%;
  }

  .mobile-menu-container {
    width: 100%;
  }

  .homepage-banner-container {
  }

  .homepage-banner-block {
    margin-bottom: 15px 0;
  }

  .ns-contactus-btn {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }

  .newsletter-section .content-container {
    display: block;
  }

  .upcoming-s-section .table tbody td {
    padding: 5px;
    font-size: 12px;
  }

  .contact-right {
    display: block !important;
    text-align: center;
  }

  .contact-right a:nth-child(1) {
    margin-bottom: 15px;
    margin-right: 0 !important;
  }
}

@media (max-width: 350px) {
}

/*----------------------------------------------------------
Course css
------------------------------------------------------------*/
.course-search button {
  border: none;
  background: var(--ah-1st-color);
  color: #fff;
}
.course-search {
  text-align: center;
}
.course-search input {
  height: 46px;
}
.course-search #basic-addon1 {
  background: var(--ah-1st-color);
  border-color: var(--ah-1st-color);
  min-width: 50px;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.course-search .form-control {
  border: 1px solid var(--ah-1st-color);
  border-radius: 0;
}
.course-search h4 {
  color: var(--ah-1st-color);
  margin-bottom: 20px;
}

.ui-autocomplete.highlight {
  max-height: 350px;
  overflow-y: auto;
  background: #fff;
  box-shadow: 0px 2px 12px #dedede;
}

.highlight a {
  color: #000;
}

.highlight .name {
}

.highlight .term_name {
  font-size: 12px;
  color: #ef673b;
}
/*------------course item-----------------*/
.course-search-header {
  color: #fff;
}

.course-item {
  height: 100%;
  text-align: center;
  background: #f1f1f1;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.4s;
}
.course-item:hover {
  box-shadow: 0 0 12px #dedede;
}
.course-item .contant {
  padding: 10px;
}

.course-item .images {
  /*margin-bottom: 15px;*/
}
.course-item .images img {
  box-shadow: none;
}

.course-item .contant h4 {
  color: #000;
  text-transform: capitalize;
  font-size: 16px;
  margin: 5px 0;
  font-weight: 600;
}

.course-archive h1 {
  color: #fff;
  text-align: center;
}
