*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a{
  text-decoration: none;
}
li{
  list-style: none;
}



/* Menu Navber Style Start  */
.menu-hover-style:hover{
  color: red !important;
}
.three-dot-menu-icon{
  height: 2px ;
  background-color: red;
  margin-top: 5px;
  transition: .4s;
}
.three-dot-menu:hover .three-dot-menu-icon{
  width: 30px;
  transition: .4s;
}
.dot-1{
  width: 25px;
}
.dot-2{
  width: 30px;
  margin-left: auto !important;
}
.dot-3{
  width: 15px;
  margin-left: auto !important;
}

.active-border{
  /* width: 10px; */
  border-bottom: 3px solid #17ACC6;
}
/* Slider Style */
.my-slider{
  /* background: linear-gradient(rgb(0, 0, 0, 0.9),rgb(0, 0, 0, 0.9)),url() ; */
  background: linear-gradient(rgb(0, 0, 0, 0.8),rgb(0, 0, 0, 0.8));
  height: 89vh !important;
  width: 100%;
}





/* About Section Start Hear */
.about-section{
  background-color: #e0dfdf;
}
/* About Section Start Hear */





/* TAB Section  */






































/* Tab Section Hear */
.gf_btn {
  border: 0;
  padding: 0;
  background: 0;
  color: #FF723A;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  margin: 10px 10px;
  display: inline-block;
  position: relative;
  background-color: rgba(255, 114, 58, 0.1);
  border-radius: 40px;
  padding: 19px 39px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 767px) {
  .gf_btn {
    margin: 5px 0px;
    font-size: 13px;
    padding: 19px 25px;
}
}

.gf_btn:hover, .gf_btn.active {
  color: #ffffff;
  background-color: #FF723A;
}

.gf_btn:hover::before, .gf_btn.active::before {
  width: 100%;
}

.theme_btn {
  overflow: hidden;
  color: #ffffff;
  background: #FF723A;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  line-height: 1;
  padding: 18px 35px;
  display: inline-block;
  border-radius: 40px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.portfolio-menu-two .gf_btn {
  margin: 0px 3px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .portfolio-menu-two .gf_btn {
    margin: 0px 1px;
    padding: 19px 29px;
  }
}

@media (max-width: 767px) {
  .portfolio-menu-two .gf_btn {
    margin-bottom: 10px;
  }
  .my-slider {
    /* background: linear-gradient(rgb(0, 0, 0, 0.9),rgb(0, 0, 0, 0.9)),url(); */
    background: linear-gradient(rgb(0, 0, 0, 0.8),rgb(0, 0, 0, 0.8));
    height: 37vh !important;
    width: 100%;
  }
}
.z-gallery__thumb {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.z-gallery__thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.z-gallery__thumb .feedback-tag {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  background-color: #2878EB;
  display: inline-block;
  padding: 10px 11px;
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 5px;
  line-height: 1;
}

.z-gallery__thumb .heart-icon {
  color: #FF723A;
  font-size: 15px;
  background-color: #ffffff;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  position: absolute;
  right: 20px;
  top: 20px;
  text-align: center;
  line-height: 30px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.z-gallery__thumb .heart-icon:hover {
  color: #2878EB;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.z-gallery:hover .z-gallery__thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.z-gallery__content {
  padding: 0 15px 30px 15px;
}

.z-gallery__content .sub-title {
  line-height: 1.4;
  font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .z-gallery__content .sub-title {
    font-size: 20px;
  }
}

.z-gallery__content .sub-title a {
  text-decoration: none;
}


.z-gallery:hover .z-gallery__content .sub-title a {
  color: #FF723A;
}
.course__tag span {
  font-size: 14px;
  display: inline-block;
  padding: 15px 22px;
  line-height: 1;
  border-radius: 40px;
}

.course__tag span:first-child {
  color: #F14D5D;
  background-color: rgba(241, 77, 93, 0.1);
}

.course__tag span:nth-child(2) {
  color: #FF9F66;
  background-color: rgba(255, 159, 102, 0.2);
}

.course__meta span {
  color: #1B212F;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin-right: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .course__meta span {
    font-size: 15px;
    margin-right: 4px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .course__meta span {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .course__meta span {
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}

.course__meta span:last-child {
  color: #FF723A;
  font-weight: 600;
  margin-right: 0;
}

.course__meta span img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  margin-right: 5px;
}
.z-gallery {
  border-radius: 10px;
  background: #ffffff;
  -webkit-box-shadow: 5px 10px 60px rgba(27, 33, 47, 0.05);
  box-shadow: 5px 10px 60px rgba(27, 33, 47, 0.05);
  padding: 10px;
}
/* TAB Section  */





/* Blog Secton hear  Start*/
/* .blog-img-item{
  transition: .5s;
} */
/* .blog-img-item:hover{
  background: linear-gradient(rgb(0, 0, 0, 0.8),rgb(0, 0, 0, 0.8)) !important;
  width: 100%;
  height: auto;
  transition: .5s;
} */
/* Blog Secton hear End */










/* Contact Form Start Hear */
/* .contact-section{
  background-image:linear-gradient(rgb(0,0,0,0.4),rgb(0,0,0,0.4)), url(../img/login-bg.jpg);
  height: 100vh;
  width: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
} */
.subscribe-section{
  width: 50%;
  align-items: center;
  
}
.carousel-control-next-icon:after {
  content: "" !important;
}
.carousel-control-prev-icon:after {
  content: "" !important;
}
.subscribe-btn {
  border: none;
  padding: 16px 30px;
  border-radius: 10%;
  background-color: red;
  position: absolute;
  /* top: 50%; */
  left: 77%;
}
.email-intput-for-sub{
  position: relative;
}

@media only screen and (max-width: 600px) {
  .subscribe-btn {
    left: 65%;
  }
  .subscribe-section {
    width: 100% !important;
    align-items: center;
  }
  .carousel .carousel-inner .carousel-item img{
    height: 300px !important;
  }
}
/* Contact Form End Hear */





/* Footer menu */
.cetagory-hover-style{
  transition: 0.5s;
}
.cetagory-hover-style:hover{
  transition: 0.5s;
  transform: translateX(20px);
  box-sizing: border-box;
}
.footer-menu-li{
  transition: 0.5s;
  
}
.footer-menu-li:hover{
  transition: 0.5s;
  transform: translateX(20px);
  box-sizing: border-box;
}