body{font-family: "Muli", sans-serif;}
.section-md{padding: 80px 0;}
.section-sm{padding: 40px 0;}
h1,h2,h3,h4,h5,h6{font-weight: 600;margin: 0}
a, a:hover{text-decoration: none;-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;}

p {
    font-size: 16px;
}
ul {
    padding-inline-start: 0;
    list-style-type: none;
}
.bg-light {
    background-color: #f5f5f5;
}
.bg-dark {
    background-color: rgb(19 191 255 / 12%);
}

.background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.p-10{padding: 10px;}
.mb0{margin-bottom: 0}
.mb-5{margin-bottom: 50px;}
.mb-3{margin-bottom: 30px;}
.mb-2{margin-bottom: 20px;}
.mb-1{margin-bottom: 10px;}
.mt-3{margin-top: 30px;}
.mt-2{margin-top: 20px;}
.mt-1{margin-top: 10px;}
img{max-width: 100%;}
.align-items-center {
    align-items: center;
    display: flex;
}

.border {
    box-sizing: border-box;
    border: 1px solid #ccc;
}

@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}



.top-header li {
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
}
a, button {
    color: #2a2929;
    outline: medium none;
}
.top-header li .fa {
    margin-right: 5px;
}
.top-header {
    padding: 10px 0;
}

ol, ul {
    margin-bottom: 0;
}

.navbar-brand {
    height: auto!important;
}
.navbar-brand>img {
    height: 136px;
}

.navbar{margin-bottom:0;}
.navbar ul li a {
    font-family: "Muli", sans-serif;
    color: #0d2d3e;
    font-weight: 700;
    padding: 10px 18px;
    display: block;
    font-size: 16px;
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.navbar ul li.active a, .navbar ul li:hover > a {
    color: #1d77d6;
}
.home-slider .carousel-inner {
    height: 450px;
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

.quick-links h3 {
    margin-bottom: 10px;
}
.quick-links ul {
    padding-left: 20px;
}
.quick-links li {
    line-height: 28px;
}
.quick-links li a {
    color: #fff;
}
.testimonial_subtitle{
    color: #0aaa7a;
    font-size: 12px;
}
  .testimonial_btn{
    background-color: #373d4b !important;
    color: #fff !important;
 }
 .seprator {
    height: 2px;
    width: 56px;
    background-color: #0aaa7a;
    margin: 7px 0 10px 0;
}

.coursetitle {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.coursereadmore {
    padding-top: 10px;
    border-top: 1px solid #ccc;
    text-align: center;
}

.footer-social a .fa {
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}

.contact-form input, .contact-form textarea {
    padding: 5px 8px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: unset;
}

.footer-logo img {
    height: 136px;
}
.single-footer-caption li {
    line-height: 25px;
}

@media only screen and (max-width: 768px) {
  
	.xs-none{display: none;}
}


@media screen and (max-width: 600px) {
.section-md{padding: 30px 0px}
.navbar {
min-height: auto ;
}
.h3, h3 {
    font-size: 18px;
}
.align-items-center {
    display: block;
}
.navbar-brand>img {
    height: 60px;
}
	
.navbar .navbar-toggle .icon-bar {
    background-color: #1c1b1b;
}	
.navbar-toggle {
	margin-top: 26px;}	
.home-slider .carousel-inner {
    height: auto;
}	
.footer-tittle{margin-top: 20px;}	
	.single-footer-caption a{font-size: 12px;}	
	
}


 h1 {
      color: #222;
      font-size: 2.5em;
      margin-bottom: 10px;
    }
    h2 {
      color: #444;
      font-size: 1.5em;
      margin-top: 40px;
    }
    ul {
      padding-left: 20px;
    }
    ul li {
      margin-bottom: 10px;
    }
    .highlight {
      color: #0073e6;
      font-weight: bold;
    }
    .cta {
      margin-top: 40px;
      padding: 20px;
      background-color: #0073e6;
      color: white;
      text-align: center;
      border-radius: 10px;
    }
    .cta a {
      color: white;
      text-decoration: none;
      font-weight: bold;
    }
    @media (max-width: 600px) {
      h1 {
        font-size: 2em;
      }
      .container {
        padding: 20px 10px;
      }
    }