

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Josefin Sans', sans-serif;
  color: #374050;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
    overflow-x: hidden;
}

a {
  color: #FF5245;
}

a:hover {
  color: #FF5245;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Josefin Sans', sans-serif;
}
p{
font-family: "Open Sans", sans-serif;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 35px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #2A8E9D;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #FF5245;
  color: #fff;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #FF5245;
  padding: 7px 0;
  font-size: 14px;
}

#topbar .contact-info {
  color: #fff;
  display: block!important;
}
#topbar .contact-info .content-left {
  color: #fff;
}

#topbar .contact-info a {
  line-height: 1;
  color: #fff;
  transition: 0.3s;
  text-transform: initial;
}

#topbar .contact-info a:hover {
  color: #fff;
}

#topbar .contact-info i {
  color: #fff;
  padding: 4px;
}

#topbar .contact-info .icofont-phone {
  padding-left: 20px;
}

#topbar .social-links a {
  color: #fff;
  padding: 4px 0 4px 16px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #FF5245;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 90px;
  transition: all 0.5s;
  z-index:1;
  transition: all 0.5s;
  padding: 20px 0;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}

#header .logo h1 {
  font-size: 26px;
  padding: 0 0 0 8px;
  margin: 11px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-left: 8px solid #FF5245;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #545454;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin-top: -3px;
  max-height: 60px;
  display: inline-block;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
    display: block;
    position: relative;
    color: #374050;
    padding: 10px 10px;
    transition: 0.3s;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #fff;
  text-decoration: none;
  background: #FF5245;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0px;
  top: calc(100% + 30px);
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  padding: 0px 0;
  background: #FF5245;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #dc4135;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #fff;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
	left: 100%;
    /*height: 100px;
    width: 205px;
    
    overflow-y: scroll;*/
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\ea9e";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
/*  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }*/
  .nav-menu .drop-down .drop-down:hover > ul {
    right: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9e";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #FF5245;
}

.mobile-nav {
  position: fixed;
  top: 100px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #545454;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #FF5245;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(59, 59, 59, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  /*background-color: rgb(255 22 85);*/
  overflow: hidden;
  padding: 0;
  margin-bottom: -120px;
  position: relative;
  z-index: 0;
}

#hero .carousel-item {
  width: 100%;
  height: 70vh;
    background-size: 100%!important;
    background-position: center;
    background-repeat: no-repeat!important;
    background-position:center!important;
}


.carousel-content {
    background: #00000080;
	    padding-top: 30px;
		 padding-bottom: 30px;
		
}

#hero .carousel-item::before {
  content: '';
 /* background-color: rgba(255, 255, 255, 0.6);*/
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 120px;
}

#hero .carousel-content {
  text-align: center;
}

#hero h2 {
color: #fff;
    margin-bottom: 10px;
    font-size: 38px;
    font-weight: 700;
}

#hero h2 span {
  color: #FF5245;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 20px auto;
  color:#fff;
  font-size: 16px;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 0.8;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
  color: #545454;
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #FF5245;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  margin-bottom: 180px;
  opacity: .2;
}

#hero .carousel-indicators li.active {
  opacity: 1;
}

#hero .btn-get-started {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #FF5245;
  background: #FF5245;
}

#hero .btn-get-started:hover {
  background: transparent;
  color: #FF5245;
  text-decoration: none;
}

@media (max-height: 768px), (max-width: 1200px) {
  #hero {
    margin-bottom: 40px;
  }
  #hero .carousel-container {
    padding-bottom: 0;
  }
  #hero .carousel-indicators li {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 90vh;
  }
  #hero .carousel-item {
    height: 90vh;
  }

#hero .carousel-item {
    height: 30vh;
    background-size: 100% 100%!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}

  #header .logo img {
    margin-top: 0px;
    max-height: 60px;
}
.mobile-nav-toggle {
right: 0px;
    top: 70px;
    position: absolute;
}
.aa-cartbox {
    padding-top: 8px;
    right: 30px;
}

}

@media (min-width: 1024px) {
  #hero p {
    width: 80%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0 0 40px 0;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2, h1 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    color: #374050;
	text-transform: uppercase;
}

.section-title h1::after, h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #FF5245;
  bottom: 0;
  left: calc(50% - 25px);
}
.section-title h5 {
    margin-top: 20px;
    padding-bottom: 10px;
    position: relative;
    color: #374050;
	font-size: 22px;
}
.section-title p {
  margin-bottom: 0;
}



.section-title2 {
  text-align: center;
  padding-bottom: 30px;
}

.section-title2 h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    color: #fff;
}

.section-title2 h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #fff;
  bottom: 0;
  left: calc(50% - 25px);
}
.section-title2 h5 {
    margin-top: 0px;
    padding-bottom: 0px;
    position: relative;
    color: #374050;
}
.section-title2 p {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0 20px 0;
  background: #f7f7f7;
  border-bottom: 1px solid #ededed;
  margin-bottom: 30px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 700;
  color: #545454;
  margin: 0px
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 5px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6e6e6e;
  content: "/";
}

/*--------------------------------------------------------------
# Featured
--------------------------------------------------------------*/
.featured {
  position: relative;
  z-index: 2;
}

.featured .icon-box {
  padding: 40px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: #fff;
  transition: all ease-in-out 0.3s;
}

.featured .icon-box i {
  color: #FF5245;
  font-size: 42px;
  margin-bottom: 15px;
  display: block;
}

.featured .icon-box h3 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.featured .icon-box h3 a {
  color: #545454;
  transition: 0.3s;
}

.featured .icon-box p {
  color: #545454;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.featured .icon-box:hover {
  background: #FF5245;
}

.featured .icon-box:hover i, .featured .icon-box:hover h3 a, .featured .icon-box:hover p {
  color: #fff;
}
.img-video {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #dee2e6;
  max-width: 100%;
  height: auto;
  cursor: pointer;
  height: auto;
}
.cover-wrapper {
  font-size: 50px;
  text-align: center;
  display: block;
  color: #fff;
  text-shadow: rgba(0,0,0,.8) 0 1px 0;
  z-index: 21;
  position: absolute;
  top: 45%;
  left: 45%
}
.cover-wrapper i {
  color: #fff;
  opacity: 0.8;
}
.cover-wrapper i:hover {
  color: #FF5245;
}


.img-video:before {
  content: "\f0da"; font-weight: 600; 
  font-family:'FontAwesome'; 
  padding-right:10px; 
  color:#bcc5d0; 
  font-size: 14px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about  {
  width: 100%;
  height: auto;
  text-align: left;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.img-fluid {
  padding: 10px;
  background-color: #fff;
  max-width: 100%;
  height: auto;
}
.about img {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #dee2e6;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.about h3 {
font-weight: 600;
    font-size: 24px;
    color: #2A8E9D;
    width: 100%;
    display: inline-block;
    margin: 10px 0px 0px 0px;
}
.about p {
  font-size: 14px;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
  color: #374050;
}
.about .content p {
  font-size: 14px;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
.about .content p span {
color: #FF5245;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #FF5245;
}

/*.about .content p:last-child {
  margin-bottom: 0;
}*/
.objective{
    list-style: disc;
    margin-left: 20px;
    padding: 0px 0px 0px 0px;
    font-family: "Open Sans", sans-serif;
}
.objective li{
  margin:0;  
  padding-top: 10px; 

}
.objective li > i{
    vertical-align: top;
    font-size: 14px;
    color: #374050;
    padding-right: 10px;
    margin-top: 3px;
    font-weight: 600;
}
.objective li span a, .objective li span{
  font-size: 14px; 
  color: #374050; 
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}
.objective-cont i{font-size: 14px;}
.objective-icon{
  text-align: left;
  margin-top: 15px;
}
/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #ededed;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #FF5245;
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}

.services .icon-box .icon::before {
  position: absolute;
  content: '';
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #fbe2dd;
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  transform: translateZ(-1px);
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #545454;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #FF5245;
  border-color: #FF5245;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #FF5245;
}

.services .icon-box:hover .icon::before {
  background: #ef9383;
}

.services .icon-box:hover h4 a, .services .icon-box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/
.clients .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.clients .owl-item img {
  opacity: 0.5;
  width: 80%;
  transition: 0.3s;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}

.clients .owl-item img:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

.clients .owl-nav, .clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.clients .owl-dot.active {
  background-color: #FF5245 !important;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 30px;
  color: #FF5245;
  float: left;
}

.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #545454;
  margin-left: 50px;
}

.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-size: 14px;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #7a7a7a;
  font-size: 15px;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #a1a1a1;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 40px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: white;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px 0 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #545454;
  margin-bottom: 20px;
}

.skills .content ul {
  list-style: none;
  padding: 0;
}

.skills .content ul li {
  padding-bottom: 10px;
}

.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #FF5245;
}

.skills .content p:last-child {
  margin-bottom: 0;
}

.skills .progress {
  height: 62px;
  display: block;
  background: none;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  color: #545454;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e0e0e0;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #FF5245;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 12px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 4px 8px 4px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
  background: #f2f2f2;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #FF5245;
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(84, 84, 84, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(84, 84, 84, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #FF5245;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details .portfolio-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #FF5245 !important;
}

.portfolio-details .portfolio-info {
  padding-top: 45px;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-info p {
  font-size: 15px;
  padding: 15px 0 0 0;
}

@media (max-width: 992px) {
  .portfolio-details .portfolio-info {
    padding-top: 20px;
  }
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
}

.pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}

.pricing h4 {
  font-size: 46px;
  color: #FF5245;
  font-weight: 400;
  margin-bottom: 25px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding-bottom: 12px;
}

.pricing ul i {
  color: #FF5245;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  background: #545454;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
}

.pricing .buy-btn:hover {
  background: #FF5245;
}

.pricing .featured {
  z-index: 10;
  margin: -30px -5px 0 -5px;
}

.pricing .featured .buy-btn {
  background: #FF5245;
}

.pricing .featured .buy-btn:hover {
  background: #ee8b7a;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
  
#hero h2 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
}

.viewall {
    width: 156px!important;
    padding: 4px 1px!important;
    font-size: 13px;
}


#hero p {
   
    font-size: 14px;
}
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
  
  
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  background: #fff;
}

.team .member img {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 0 30px 0;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #919191;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #FF5245;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
color: #374050;
    text-align: left;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px;
    width: 100%;
    float: left;
}

.contact .info-box i {
font-size: 40px;
    color: #2A8E9D;
    border-radius: 50%;
    float: left;
    padding: 8px;
    width: 80px;
}
.contact .info-box .info-content {
    color: #374050;
    padding: 0px;
    overflow: hidden;
    display: inline-block;
    float: left;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #374050;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form h4 {
  padding: 0px;
  margin-bottom: 20px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #FF5245;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #FF5245;
  border: 0;
  border-radius: 50px;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #ecb138;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding-bottom: 30px;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 400px;
     margin-bottom: 25px;
  overflow: hidden;
    text-align: center;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 10px 0;
}

.blog .entry .entry-title a {
  color: #545454;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #FF5245;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #bababa;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 14px;
  padding-right: 4px;
}

.blog .entry .entry-meta a {
  color: #a1a1a1;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #FF5245;
  color: #fff;
  padding: 6px 20px 8px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 50px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #e6573f;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote .quote-left {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote .quote-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #545454;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #a1a1a1;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #cecece;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #FF5245;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
width: 100px;
    height: 100px;
}

.blog .blog-author h4 {
    margin-left: 130px;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 10px;
    padding: 0;
}

.blog .blog-author .social-links {
  margin: 0 0 5px 130px;
}

.blog .blog-author .social-links a {
  color: #bababa;
}

.blog .blog-author p {
  margin-left: 140px;
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  width: 50px;
}

.blog .blog-comments .comment h5 {
  margin-left: 65px;
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #FF5245;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #545454;
}

.blog .blog-comments .comment time {
  margin-left: 65px;
  display: block;
  font-size: 12px;
  color: #bababa;
  margin-bottom: 5px;
}

.blog .blog-comments .comment p {
  margin-left: 65px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
    margin-top: 20px;
    background: #f6f6f6;
    padding: 20px;
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
    border-radius: 0px;
    padding: 20px 10px 20px 15px;
    font-size: 13px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #f5bab0;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 0px;
  padding: 10px 12px;
  font-size: 13px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #f5bab0;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 50px;
  padding: 10px 30px;
  border: 0;
  background-color: #545454;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #FF5245;
}

.blog .blog-pagination {
  color: #878787;
}

.blog .blog-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.blog .blog-pagination li {
  border: 1px solid white;
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li.active {
  background: white;
}

.blog .blog-pagination li a {
  color: #aaaaaa;
  padding: 7px 16px;
  display: inline-block;
}

.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #FF5245;
  border: 1px solid #FF5245;
}

.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .blog-pagination li.disabled {
  background: #fff;
  border: 1px solid white;
}

.blog .blog-pagination li.disabled i {
  color: #f1f1f1;
  padding: 10px 16px;
  display: inline-block;
}

.blog .sidebar {
    padding: 0px;
    margin: 0 0 20px 0px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
    font-size: 20px;
    /* font-weight: 700; */
    padding: 12px 15px;
    margin: 0 0 0px 0;
    color: #fff;
    position: relative;
    background: #2A8E9D;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 0px;
  padding: 20px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
  border-radius: 50px;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 25px;
  margin: -1px;
  background: #545454;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

.blog .sidebar .search-form form button:hover {
  background: #FF5245;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #949494;
}

.blog .sidebar .categories ul a:hover {
  color: #FF5245;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #bababa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
  margin-bottom: 0px;
}

.blog .sidebar .recent-posts h4 a {
  color: #212121;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #FF5245;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 12px;
  color: #bababa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #949494;
  font-size: 14px;
  padding: 6px 15px 8px 15px;
  margin: 0 6px 8px 0;
  border: 1px solid #ededed;
  border-radius: 50px;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border-color: #FF5245;
  background: #FF5245;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #ededed;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #404040;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #404040;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #FF5245;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #e6573f;
}

#footer .footer-top {
  background: #3b3b3b;
  border-top: 1px solid #474747;
  border-bottom: 1px solid #474747;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #545454;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #FF5245;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ec7f6d;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #FF5245;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}










/*--------------------------------------------------------------
# Courses
--------------------------------------------------------------*/
.courses  {
  width: 100%;
  height: auto;
  background: #fff;
  display: inline-block;
  padding: 30px 0px;
}
.courseslist {
    width: 100%;
    height: auto;
    background: #fff;
    display: inline-block;
    padding: 0px 0px;
}
.courses .course-item {
  border-radius: 5px;
  border: 1px solid #eef0ef;
}

.courses .course-content {
  padding: 15px;
  background: #fff;
}

.courses .course-content h3 {
  font-weight: 700;
  font-size: 20px;
}
/*.courses .course-content h2 {
  margin: 10px 0px 10px 0px;*/
}
.courses .course-content h3 a {
  color: #37423b;
  transition: 0.3s;
}

.courses .course-content h3 a:hover {
  color: #5fcf80;
}

.courses .course-content p {
  font-size: 14px;
  color: #777777;
  margin: 0px;
}

.courses .course-content h4 {
  font-size: 14px;
  padding: 0px 0px;
  color: #9f07a9;
  margin: 0;
}

.courses .course-content .price {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  color: #37423b;
}

.courses .trainer {
  padding-top: 15px;
  border-top: 1px solid #eef0ef;
}

.courses .trainer .trainer-profile img {
  max-width: 50px;
  border-radius: 50px;
}

.courses .trainer .trainer-profile span {
  padding-left: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #5a6c60;
}

.courses .trainer .trainer-rank {
  font-size: 18px;
  color: #657a6d;
}











/*--------------------Work---------------------*/
.monsnary-item {
display: block;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
position: relative;
text-decoration: none;
    width: 100%;
}
.monsnary-item a{
display: block;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
position: relative;
text-decoration: none;
}
.zoom-info{

  background: #fff;
} 
.monsnary-item a{
  cursor: pointer;
}
.img-monsnary [data-aos="animate-bottom"] {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  transform-origin: 0% 100%;
  transition-property: transform;
  transition-delay: .2s;
}
.img-monsnary [data-aos="animate-bottom"].aos-animate {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
}
.img-monsnary .overlay-img{
  position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #F8F9FA;
    pointer-events: none;
  z-index: 99;
}
.bg-overlay-color1{
  background-color: #cacac8!important;
}
.bg-overlay-color2{
  background-color: #b1cde5!important;
}
.bg-overlay-color3{
  background-color: #feb801!important;
}
.bg-overlay-color4{
  background-color: #00ac71!important;
  
}
.bg-overlay-color5{
  background-color:   #4d486f!important;

}
.bg-overlay-color6 {
  background-color:   #bba082!important;
}
.mons nary-item a .img-monsnary img{
  -webkit-filter: sepia(1);
  filter: sepia(1);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.monsnary-item a .img-monsnary .aos-animate  + img {
  -webkit-filter: sepia(0);
  filter: sepia(0);
  transition-delay: .2s;
}



.monsnary-item a .img-monsnary{
  position: relative;
  overflow: hidden;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
  cursor: pointer;
}



.monsnary-item a .img-monsnary img{
  cursor: pointer;
  position: relative;
   opacity: 1;
  -webkit-transition: opacity 0.20s, -webkit-transform 0.20s;
  transition: opacity 0.20s, transform 0.20s;

  display: block;
  min-height: 100%;
  width: 100%;
}
.monsnary-item a .img-monsnary:hover img {
 opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);

 
}
.img-monsnary:hover {
  box-shadow: 0 8px 35px rgba(0,0,0,.12);
}

.monsnary-item .zoom-info h4 {
  margin: 0px;
  color: #374050;
  float: left;
  text-align: center;
  width: 100%;
  font-size: 17px;
  padding: 20px 10px;
  background: #fff;
  display: inline-block;
  position: relative;
  border: 1px solid #ddd;
}
.monsnary-item .zoom-info h4:hover {
  color: #FF5245;
}

.monsnary-item .zoom-info p{
margin: 0px;
color: #374050;
}
.monsnary-item .zoom-info span {
font-size: 14px;
color: #9b9ba7;
font-weight: 300;

}
 .monsnary-item .zoom-info .priceh{
font-size: 14px;
color: #FF5245;
font-weight: 600;
padding-left:10px; 

}

.portfolio-block-detail span{
font-size: 16px;
display: block;
color: rgb(77 72 111 / 54%);
}


.portfolio-block-detail h2{
margin-top: 10px;
margin-bottom: 20px;
font-weight: 700;
color: #4d486f;
}
.description-inner .list li {
font-size: 15px;
color: #4d486f;
margin-bottom: 5px;
padding-left: 20px;
position: relative;
}
.description-inner .list li:before {

content:"\e92d";
color: #8d8dfb;
font-family: 'feathericons'!important;
position: absolute;
left: -5px;
font-size: 18px;
}
.description-inner {
padding-bottom: 25px;
margin-bottom: 25px;
}
.description-inner p{
  font-size: 18px;
  line-height: 34px;
}
.description-inner h3 {
font-size: 18px;
color: #4d486f;
font-weight: 700;
margin-bottom: 15px;
}
.description-inner .list-unstyled li span {
font-size: 15px;
color: #4d486f;
font-weight: 600;
}
.description-inner .list-unstyled li span a {
color: #FF5245;
}
.description-inner .list-unstyled li span a:hover {
color: #2A8E9D;
}
.description-inner .list-unstyled li small {
font-size: 14px;
}
.description-inner.no-border{
border-bottom: none;
}
.description-inner .list-inline .u-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color:#ede9f6;
  color: #8d8dfb;
  text-align: center;
  line-height: 40px; 
  text-decoration: none;
}
.description-inner .list-inline .u-icon:hover{
  background-color:#8d8dfb;
  color:#ede9f6; 
}
.filtering {
  padding: 30px;
  margin-bottom: 50px;
  text-align: center;
}
  .filtering span {
  font-size: 14px;
  font-weight:600;  
  margin: 0 20px;
  cursor: pointer;
  position: relative;
  -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
 .filtering span.active {
  background-color: #8D8DFB;
  color: #fff;
  position: relative;
  padding: 10px 15px;
  box-shadow: 0 8px 35px rgba(0,0,0,.12);
}
.filtering span.active:after{
  position: absolute;
    top: 5px;
    z-index: -1;
    left: 5px;
    opacity: 0.5;
    content: '';
    border: 1px solid;
    width: 100%;
    height: 100%;
    border-color: #8D8DFB;
}
.work-meta small{
  font-size: 16px;
  color: #4d486f;
  font-weight: 600;
}
.work-meta a,
.work-meta p{
  color: inherit;
  font-size: 16px;
}




/*~~~ Cards ~~~*/
/*++ Product Cards ++*/
.rating-block span {
  color: #b6b6b6;
  font-size: 12px; 
}
.rating-block span.star_on {
    color: #FFC938;
     }


.live-class {
display: inline-block;
    width: 100%;
    height: auto;
    background-color: #fffaca;
    color: #374050;
    padding: 30px 0px;
    text-decoration: none
}


.product-card {
  margin-bottom: 30px; 

}
.product-card:hover {
  margin-bottom: 20px; 
  box-shadow: 0px 0px 4px #ccc;

}
.product-card .image {
position: relative;

}
.product-card .image img {
display: block;
width: 100%; }
.product-card .description-block {
background: #fff;
padding: 15px;
border: 1px solid #eee;
}
.product-card .description-block.list-description {
display: none;
padding-top: 20px; }
@media (min-width: 576px) {
  .product-card .description-block.list-description {
    padding-top: 10px; }

h5.description-tag {
    width: -webkit-fill-available;
}

	}
.product-card .description-block .description-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 10px; }
.product-card .description-block .description-header .description-tag {
  color: #929292;
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 400; }
.product-card .description-block .description-header .description-tag:hover a {
    color: #FF5245; }
.product-card .description-block .post-title {
color: #292929;
font-size: 14px;
line-height: 18px;
font-weight: 600;
margin-bottom: 0px;
text-transform: capitalize;
white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
}
.product-card .description-block .post-title a {
  color: #333;
  font-weight: 500;
  font-size: 17px;
}	 
.product-card .description-block .post-title:hover a {
  color: #FF5245; }
.product-card .hover-content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
visibility: hidden;
opacity: 0;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s; }
.product-card .hover-content .hover-image {
display: block; }
.product-card .hover-content .hover-image img {
  width: 100%; }
.product-card .hover-content .hover-btns {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background: #fff;
width: 40px;
padding: 0px 0;
margin-top: 1px;
}
.product-card .hover-content .hover-btns .sin-btn {
  font-size: 0;
  display: inline-block;
  border-left: 1px solid #ebebeb;
  padding: 0 10px; }
  .product-card .hover-content .hover-btns .sin-btn i {
    color: #292929;
    font-size: 20px;
    line-height: 37px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
  .product-card .hover-content .hover-btns .sin-btn:hover i {
    color: #FF5245; }
.product-card .product-badge {
position: absolute;
top: 10px;
z-index: 1;
text-transform: capitalize;
left: 10px; }
.product-card .product-badge-2 {
position: absolute;
top: 10px;
z-index: 1;
text-transform: capitalize;
right: 10px;
display:none;   }
.product-card:hover .hover-content {
visibility: visible;
opacity: 1; }
@media (min-width: 576px) {
.product-card.product-type-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex; } }
@media (min-width: 576px) {
.product-card.product-type-list .image {
margin-right: 20px;
min-width: 250px; } }
.product-card.product-type-list .description-header {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.product-card.product-type-list .description-header .rating-block {
margin-top: 18px; }
.product-card.product-type-list .description-block {
display: none; }
.product-card.product-type-list .description-block.list-description {
display: block; }
.product-card.product-type-list .price {
margin-top: 18px; }
.product-card.product-type-list .product-article {
padding-top: 20px;
margin-top: 20px; }
@media (min-width: 768px) {
.product-card.product-type-list .product-article {
  padding-top: 30px;
  margin-top: 30px; } }
.product-card.product-type-list .product-article p {
display: block;
color: #707070; }
.product-card.product-type-list .product-article p:last-child {
  margin-bottom: 0; }

.price {
  color: #929292;
  font-size: 16px;
  margin-top: 5px;
  padding-right: 3px;
  display: inline-block;
  width: 100%;
   }
.price i {
  padding-right:3px;
   }
.price-old {
    color: #999;
    padding-left: 0px;
    font-size: 14px;
}
.price-new {
  color: #FF5245;
  font-weight: 600; 
  padding-left: 5px;
}

/*+ Product Card Badge +*/
.product-badge {
  background: #ffc938;
  color: white;
  font-size: 12px;
  padding: 0;
  z-index: 1;
  border-radius: 100%;
  font-weight: 500;
  height: 40px;
  width: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 

}

.product-badge-2 {
  background: #e2bca0;
  color: white;
  font-size: 12px;
  padding: 0;
  z-index: 1;
  border-radius: 100%;
  font-weight: 500;
  height: 50px;
  width: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.product-badge-3 {
  min-width: 25px;
  line-height: 23px;
  border-radius: 100%;
  padding: 2px 0 0;
  text-align: center;
  background: #FF5245;
  color: white;
  font-size: 12px; }

/*++ Method Cards ++*/
.method-card {
  text-align: center; }
  .method-card .icon {
    margin-bottom: 25px; }
  .method-card .text {
    padding: 0 15px; }
    @media (min-width: 480px) {
      .method-card .text {
        padding: 0 110px; } }
    @media (min-width: 576px) {
      .method-card .text {
        padding: 0px; } }
    @media (min-width: 992px) {
      .method-card .text {
        padding: 0 40px; } }
    .method-card .text .method-title {
      font-size: 12px;
      color: #292929;
      font-weight: 700;
      margin-bottom: 22px; }
      @media (min-width: 992px) {
.method-card .text .method-title {
          margin-bottom: 38px; } }
.method-card .text .method-title:hover a {
        color: #FF5245; }
.method-card .text p {
      color: #929292;
      letter-spacing: .025em;
      margin-bottom: 16px; }
      .method-card .text p:last-child {
        margin-bottom: 0 !important; }
.viewall{
   /* color: #2A8E9D;
    text-align: center;
    width: 100px;
    display: block;
    padding: 7px 0px 3px 0px;
    font-size: 13px;
    border: 1px solid #2A8E9D;
    text-transform: uppercase;*/
}
.viewall{
    
    color: #fff;
    text-align: center;
    width: 200px;
    display: block;
    font-weight: 600;
    padding: 12px 5px; 
    font-size: 13px;
    box-shadow: 0px 0px 4px 0px gold;
    background: #ff5245;
    border: 1px solid #ff5245;
    text-transform: uppercase;

}
.viewall:hover {
    background: #ecb138;
    color: #fff;
    border: 1px solid #ecb138;
}

.Whybg {
    width: 100%;
    height: auto;
    background: #fff;
    display: inline-block;
    padding: 30px 0px;
}

.whobg {
    width: 100%;
    height: auto;
    background: #d8ecef;
    display: inline-block;
    padding: 30px 0px;
}


/*********************** Demo - 4 *******************/
.boxbg{
  position:relative;
  background: #ddd;
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0px;

}
.box4{
  position:relative;

}
.box4:before{width:0;height:200%;background:rgba(0,0,0,.5);position:absolute;top:0;left:-250px;bottom:0;transform:skewX(-36deg);transition:all .5s ease 0s}
.box4:hover:before{width:200%}
.box4 img{width:100%;height:auto}
.box4 .box-content{width:100%;height:100%;padding-top:20%;position:absolute;top:0;left:0;transform:scale(0);transition:all .3s ease 0s}
.box4 .icon,.box5 .icon{list-style:none;padding:0}
.box4:hover .box-content{transform:scale(1)}
.box4 .title{font-size:22px;font-weight:700;color:#fff;margin:0 0 10px}
.box4 .post{display:block;font-size:15px;font-weight:600;color:#fff;margin-bottom:20px}
.box4 .icon{margin:0}
.box4 .icon li{display:inline-block}
.box4 .icon li a{display:block;width:35px;height:35px;line-height:35px;font-size:20px;background:#fff;color:#ee4266;margin-right:10px;transition:all .3s ease 0s}
.box5 .icon,.box5 .icon li{display:inline-block}
@media only screen and (max-width:990px){.box4{margin-bottom:30px}
}
@media only screen and (max-width:767px){.box4:before{left:-400px}
.box4:hover:before{width:300%}
}

.enrollbg {
  position:relative;
  background: #fff;
  width: 100%;
  float: left;
  padding: 30px 0px;
  margin: 0px;
}

.meetbg{
  position:relative;
  background: #fff;
  width: 100%;
  float: left;
  padding: 30px 0px;
  margin: 0px;
}
/*=============== team ===============*/

/*
 * 1. core styles
 */

.teamy {
 position: relative;
 z-index: 1;
 overflow: hidden;
}
.teamy_layout {
 position: relative;
}
.teamy_preview {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  border: 10px solid #eee;
}
.teamy_avatar {
 display: block;
 max-width: 100%;
 position: relative;
 z-index: 1;
}
.teamy_preview:before {
 content: "";
 position: absolute;
 top: 50%;
 left: 50%;
 z-index: 2;
}
.teamy_back {
 width: 100%;
 /* height: 100%;*/
 box-sizing: border-box;
 opacity: 0;
 will-change: opacity;
 display: flex;
 flex-direction: column;
 justify-content: center;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 3;
}
.teamy:hover .teamy_back {
 opacity: 1;
 height: 100%;
 transition: opacity .4s cubic-bezier(#FF5245) .2s;
}
.teamy_name {
 margin-top: 0;
 margin-bottom: 0;
}
.teamy_post {
 display: block;
}
/* common styles for visual styles */

.teamy_back {
 padding-left: 10px;
 padding-right: 10px;
 text-align: center;
}

.teamy_content {
 padding: 20px;
}
.teamy_name {
 font-size: 15px;
 text-transform: uppercase;
 letter-spacing: 1px;
 color: #282828;
}
.teamy_post {
 margin-top: .5em;
 font-size: .8em;
 text-transform: capitalize;
 color: #FF5245;
 font-size: 12px;
}
/* style 1 */

.teamy_style1 {
 text-align: center;
}
.teamy_style3 .teamy_name {
 font-size: 2em;
}
/* mask circle */

.teamy_mask-circle .teamy_preview:before {
 width: 0;
 height: 0;
 padding: 25%;
 border-radius: 50%;
 transition: transform .3s ease, opacity .3s ease-out;
 will-change: opacity, transform;
 opacity: 0;
 transform: translate(-50%, -50%) scale(0);
}
.teamy_mask-circle:hover .teamy_preview:before {
 opacity: 1;
 transform: translate(-50%, -50%) scale(4);
 transition-duration: .6s;
}
/* mask triangle */

.teamy_mask-triangle .teamy_preview:before {
 width: 100%;
 height: 100%;
 opacity: 0;
 -webkit-clip-path: polygon(50% 10%, 15% 90%, 85% 90%);
 clip-path: polygon(50% 10%, 15% 90%, 85% 90%);
 transition-property: transform, opacity;
 transition-duration: .2s, .4s;
 transition-delay: .4s, 0s;
 transition-timing-function: ease-out;
 will-change: transform, opacity;
 transform: translate(-50%, -50%) scale(1);
}
.teamy_mask-triangle:hover .teamy_preview:before {
 opacity: 1;
 transform: translate(-50%, -50%) scale(5);
 transition-delay: .1s, 0s;
 transition-duration: .4s;
}
/* zoom */

.teamy_zoom-photo .teamy_avatar {
 transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
 will-change: transform;
 transform: scale(1);
}
.teamy_zoom-photo:hover .teamy_avatar {
 transform: scale(1.2);
}
/* zoom and rotate */

.teamy_zoom-rotate-photo .teamy_avatar {
 transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
 will-change: transform;
 transform: scale(1) rotate(0);
}
.teamy_zoom-rotate-photo:hover .teamy_avatar {
 transform: scale(1.2) rotate(5deg);
}
/* zoom and slide */

.teamy_zoom-slide-photo .teamy_avatar {
 transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
 will-change: transform;
 transform: scale(1) translate(0, 0);
}
.teamy_zoom-slide-photo:hover .teamy_avatar {
 transform: scale(1.2) translate(4%, 4%);
}

@media screen and (max-width: 360px) {
.melnik909 {
 display: none;
}
}
/* demo params */

.teamy_preview:before {
 background-color: var(--demoColorMask, rgba(1, 94, 186, .8));
}
.teamy_style2 .teamy_content {
 background-color: var(--demoColorContent, rgba(72, 27, 174, .85));
}
/* social buttons */

.social {
 box-sizing: border-box;
 width: 35px;
 height: 35px;
 padding: 6px;
 /* background-color: #fff;*/
 color: #fff;
 border-radius: 100%;
 margin: 0px;
 position: relative;
 display: inline-block;
 vertical-align: middle;
}
.social:hover {
 box-sizing: border-box;
 background-color: #fff;
}
.social_icon {
 width: 100%;
 height: 100%;
 fill: rgba(72, 27, 174, 1);
 fill: var(--demoColorIcon, rgba(72, 27, 174, 1));
}
.social_name {
 position: absolute;
 left: -9999px;
}
/* grid */

.teamy-team {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}

@media screen and (max-width: 424px) {
.teamy {
 width: 100%;
}
.teamy:not(:first-child) {
 margin-top: 3rem;
}
}
/*=============== team ===============*/


/* ******* Testimonials ******* */
.bg-testimonials{
  position:relative;
  background: #fff;
  width: 100%;
  float: left;
  padding: 30px 0px;
  margin: 0px;
}

#testimonials .carousel {
  float: none;
  margin: auto;
}
#testimonials .carousel-item .testcenter{
text-align: center;
margin: 0 auto;
}
#testimonials .carousel-item img{
width: 100px;
border-radius: 50%;
padding: 4px;
 border: 1px solid #ddd;
 margin-bottom: 20px;
}
.testimonials .carousel-indicators li {
  border: 2px solid #182c39;
  background-color: #fff;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}

#testimonials .carousel-indicators li.active {
  border-color: #fff;
  background-color: #2A8E9D;
  margin-top: -3px;
}



#testimonials .carousel-item h4 {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 500;
  padding-bottom: 0px;
  color: #374050;
  text-align: center;
  width: 100%;
  display: inline-block;
  position: relative;
}

#testimonials .carousel-item h4::before {

    content: "\201C";
    font-size: 3em;
    line-height: 0.1em;
    margin-right: 0.1em;
    vertical-align: -0.4em;

}
#testimonials .carousel-item h4::after {
    content: "\201D";
    font-size: 3em;
    line-height: 0.1em;
    margin-left: 0.1em;
    vertical-align: -0.45em;
}
.carousel {
    position: relative;
    width: 100%;
}
#testimonials .carousel-item h5 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 40px;
  font-style: italic;
  color: #666;
  text-align: center;
}


/*++ Blog Cards ++*/
.blogbg{
  position:relative;
  background: #fff;
  width: 100%;
  float: left;
  padding: 40px 0px 20px 0px;
  margin: 0px;
}
.blogin{
  position:relative;
  background: #fff;
  width: 100%;
  float: left;
  padding: 0px 0px;
  margin: 0px;
}

.blog-card {
  margin-bottom: 20px;
   }
.blog-card .blog-image {
  position: relative;
  display: block;
  margin-bottom: 22px;
     }
.blog-card .blog-image img {
  width: 100%; 

    }
.blog-card .blog-image .plus-icon {
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
       }
.blog-card .blog-image .plus-icon i {
        font-size: 22px;
         }
.blog-card:hover .blog-image .plus-icon {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
       }
.blog-card .blog-gallery-slider,
.blog-card .blog-video {
  position: relative;
  margin-bottom: 22px;
     }
.blog-card .text .blog-title a {
  font-size: 18px;
  color: #374050;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0px;
  display: block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block; 
  }
.blog-card .text:hover .blog-title a {
  color: #FF5245;
       }
.blog-card .text .post-meta {
  margin-right: 10px;
  display: block;
  color: #2A8E9D;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 15px; 
  }
.blog-card .text .post-meta i {
  margin-right: 10px;
       }
.blog-card .text p {
  color: #707070;
  line-height: 23px;
     }
.blog-card .text p:last-child {
      margin-bottom: 0; 
    }
.blog-card .date-badge {
  background: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 5px 8px 0; 
  }
  .blog-card .date-badge h5 {
  padding: 0px; 
  margin: 0px;
  }

 .align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
    color: #2A8E9D;
} 
@media (min-width: 576px) {
  .blog-card .date-badge {
    padding: 10px 8px;
     }
         }
.blog-card .date-badge .month {
  display: block;
  font-size: 12px;
  color: #929292;
  margin-bottom: 0px; 
    }
@media (min-width: 768px) {
.blog-card.card-style-list .blog-image {
   margin-bottom: 0; } 
    }
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 3px solid #2A8E9D;
    border-bottom: 0px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
/*********************************************
        Footer css
*********************************************/
.footer-wrap{
  background: #374050;
  background-size: auto;
  background-size: cover;
  padding: 50px 0 20px 0;
  width: 100%;
  float: left;
}
.footer-wrap p{
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	margin-top: 15px;
	font-family: "Open Sans", sans-serif;
}
.footer-wrap .footer_logo {
  padding: 0px;
 
}
.footer-wrap .footer_logo img {
  padding: 10px 20px;
  background: #fff;
  width: 150px;

}

.footer-wrap h3{font-size: 18px; margin-bottom: 20px; display: inline-block; font-weight: bold; font-family: 'Open Sans', sans-serif; color: #fff; margin-bottom: 25px;}
.footer-links{
list-style: none;
    margin-bottom: 0;
    padding: 0px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
}
.footer-links li{margin-bottom: 10px;}
.footer-links li a{text-decoration:none; color:#bcc5d0; font-size:14px;}
.footer-links li a:before{
  content: "\f054";
  font-weight: normal; 
  font-family:'FontAwesome'; 
  padding-right:5px; 
  color:#bcc5d0; 
  font-size: 10px;
}
.footer-links li a:hover{
  color: #FF5245;

}

.insta_pics{}
.insta_pics li{display: inline-block; padding-right: 5px; margin-bottom: 9px;}
.hourswrp{}
.hourswrp li{font-size: 14px; color: #bcc5d0;  border-bottom: 1px solid #484848; padding:5px 0;}
.hourswrp li span{float: right;}
.hourswrp li:first-child{padding-top: 0;}
.hourswrp li:last-child{border: none;}
.footer_info{margin-left: 0px;}

.footer-adress{
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
}
.footer-adress li{margin:0;  padding-bottom: 15px; display: flex;}
.footer-adress li > i{vertical-align:top; font-size:16px; color:#bcc5d0; width:30px; padding-top: 3px;}
.footer-adress li span a, .footer-adress li span{font-size: 14px; color: #bcc5d0; text-decoration: none;}
.footer-adress li span a:hover{color: #77dda7;}
.footer_phone a{font-size: 24px !important; font-weight: bold;}
.footer_address i, .footer_phone i{font-size: 16px !important;}
.footer_icon{
  text-align: left;
  margin: 15px 0px;
}
.footerLinks li{position:relative; padding-left:16px;}
.footerLinks li a{font-size:14px; color:#fff; line-height:30px; text-decoration:none;}
.footerLinks li:before{content:"\f105"; font-family: 'FontAwesome'; position:absolute; top:4px; left:0; font-size:14px; color:#fff;}
.footerLinks li a:hover{color:#328bc3;}
.footer-bottom{padding: 20px 0;}
.copyright-text{
    font-size: 14px;
    color: #374050;
    text-align: center;
    width: 100%;
}

.social-icons ul {display:inline-block; margin:0px; padding: 0px;}

.social-icons ul li{display:inline-block; margin-right:3px;

}
.social-icons ul li a{border:1px solid #fff;
    border: 1px solid #fff;
    display: block;
    font-size: 12px;
    text-align: center;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
}

.social-icons ul li:nth-child(1) a{background: #3c599b; border-color: #3c599b;}
.social-icons ul li:nth-child(2) a{background: #e60023; border-color: #e60023;}
.social-icons ul li:nth-child(3) a{background: #cd2e80; border-color: #cd2e80;}
.social-icons ul li:nth-child(4) a{background: #fb000f; border-color: #fb000f;}

.copyright {
  padding: 20px 0 0px 0;
  border-top: 1px solid #303a50;
  background: #374050;
  text-align: center;
  color: #fff;
     }
.copyright p {
    color: #fff;
    letter-spacing: .025em;
    display: inline-block;
    text-align: center;
     }
.copyright span {
    color: #FF5245;
    letter-spacing: .025em;
    display: inline-block;
    text-align: center;
} 
.copyright span a {
    color: #FF5245;
} 
.copyright span a:hover{
    color: #2A8E9D;
}
    @media (min-width: 768px) {
      .copyright .copyright-text p {
        margin: 0; } }
  .copyright .copyright-text .author {
    color: #FF5245; }
    .copyright .copyright-text .author:hover {
      color: #FF5245; }

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
/* ******* Testimonials ******* */
.scrolls{
  position:relative;
  background: #eee;
  width: 100%;
  float: left;
  padding: 30px 0px;
  margin: 0px;
}


#scrollc h3 {
  color: #374050;
  margin: 40px auto;
}

#scrollc .carousel {
  float: none;
  margin: auto;
}
#scrollc .carousel-item .testcenter{
text-align: center;
margin: 0 auto;
}
#scrollc .carousel-item img{
width: 100px;
border-radius: 50%;
padding: 20px;
}
.scrollc .carousel-indicators li {
  border: 2px solid #182c39;
  background-color: #fff;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}

#scrollc .carousel-indicators li.active {
  border-color: #fff;
  background-color: #182c39;
}



#scrollc .carousel-item h4 {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 500;
  padding-bottom: 20px;
  color: #374050;
  text-align: center;
  width: 100%;
  display: inline-block;
  position: relative;
}
#scrollc .carousel-item h4 span {
  color: #FF5245;
}
.carousel {
    position: relative;
    width: 100%;
}
#scrollc .carousel-item h5 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 80px;
  font-style: italic;
  color: #555;
  text-align: center;
}




.membership-include-container {
    width: 1200px;
    margin: 40px auto 0;
    color: #fff;
}

.membership-include-container h2{
    text-align: center;
    font-weight: 300;
    font-size: 32px;
}

.membership-include-container .owl-dots{
    position: relative;
    top: -30px;
    right: 55px;
}

.membership-include-container .owl-dots .owl-dot{
    outline: none;
}

.membership-include .item {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 60px;
}

.membership-include .item h3{
    font-weight: 300;
    font-size: 26px;
}

.membership-include .item .right{
    padding-bottom: 80px;
}

.membership-include .item .right .image{
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-column-gap: 20px;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 50px;
}

.membership-include .item .right .image .user-photo{
    border-radius: 100%;
}
.membership-include .item .right .image .text{
    font-style: italic;
}


.textSliderbg{
  position:relative;
  background: #eee;
  width: 100%;
  float: left;
  min-height: 140px;
  padding: 50px 0px 50px 0px;
  background-size: 100%;
  background-position:100%;
  margin: 0px;
  background: url("../image/text-slider.jpg");
}

.textSliderbg h4{
  position:relative;
  width: 100%;
  float: left;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  color: #FF5245;
  text-align: center;
}
.textSliderbg .tfist{
padding: 0px 10px 10px 0px;
    margin: 0px;
    color: #374050;
    width: 100%;
    display: block;
}
.textSliderbg .tsecond{
  padding: 0px 0px 0px 0px;
  margin: 0px;
  color: #374050;
}


#myPageContent, section { 
  height:100% !important; 
  width:100% !important;
}


/* Slider */
#textSlider.row {
  position: relative;
  width: 100% !important;
  text-align: center;
  float: left;
}
#textSlider.row p {
  font-size: 24px;
display: inline-block;
  font-weight: 500;
}

#textSlider div {
  color: #374050;
width: 100%;
    text-align: center;
}
.slideCol span {
    text-align: center;
    overflow: hidden;
    font-weight: 500;
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
    white-space: nowrap;}

.iamCol {
  text-align: right;
  float: left;
  font-weight: 300;
  font-size:30pt;
}
.iamCol p:nth-child(2) {
    margin-top: -20pt !important;
    color: #FF5245;
 }
.slideCol {
  text-align: left;
    overflow: hidden;
  font-weight: 900;
  font-size:17px;
  display: block;
  white-space: nowrap;
}
.slideCol p { 
  margin: 0px !important;
color: #FF5245;
padding-right: 10px;
 }

.scroller {
   height: 40pt;
   line-height: 20pt;
   overflow: hidden;
}
.scroller .inner { animation: 15s normal infinite running scroll; }
/*@keyframes scroll {
   0%   {margin-top: 0px;}
   15%  {margin-top: 0px;}

   25%  {margin-top: -70pt;}
   40%  {margin-top: -70pt;}
   
   50%  {margin-top: -140pt;}
   65%  {margin-top: -140pt;}

   75%  {margin-top: -210pt;}
   90%  {margin-top: -210pt;}

   100% {margin-top: 0px;}
}
*/
@keyframes scroll {
  0% {
    transform: translateY(0px);
  }
  27.27% {
    transform: translateY(0px);
  }
  36.36% {
    transform: translateY(-56px);
  }
  66.63% {
    transform: translateY(-76px);
  }
  72.72% {
    transform: translateY(-106px);
  }
  100% {
    transform: translateY(-106px);
  }
}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) and (max-width : 479px) {
  #textSlider.row { margin-right: 0px !important; margin-left: 0px !important; }
    .iamCol { text-align: center; font-size:20pt; }
  .iamCol p { display: inline !important; }
  .slideCol { font-size: 25pt; text-align: center; margin-top: -20px; }
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) and (max-width : 765px) {
  #textSlider.row { margin-right: 0px !important; margin-left: 0px !important; }
    .iamCol { text-align: center; font-size:25pt; }
  .iamCol p { display: inline !important; }
  .slideCol { font-size: 38pt; text-align: center; margin-top: -20px; }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 992px) {
  #textSlider.row { margin-right: 0px !important; margin-left: 0px !important; }
  .iamCol { text-align: center; font-size:30pt; }
  .iamCol p { display: inline !important; }
  .slideCol { font-size: 50pt; text-align: center; margin-top: 5px; }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) and (max-width : 1200px) {
  #textSlider.row { margin-right: 0px !important; margin-left: 0px !important; }
  .iamCol { text-align: right; font-size:30pt; }
  .slideCol { font-size: 55pt; text-align: left; }
}



.image-container {
    position: relative;
}
.image-container img {
    position: relative;
    width: 100%;
    margin: 0px;
     cursor: pointer;
}
.image-container .play-icon-white {
    background-image: url("../image/icons.png");
    background-repeat: no-repeat;
    background-position: bottom;
    display: inline-block;
    max-width: 25%;
    width: 70px;
    height: 70px;
    cursor: pointer;
}


/*>>>>>>>> Product-details <<<<<<<<<*/
.product-details-description .title {
  color: #292929;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  margin-bottom: 20px; }

.product-details-description .widget-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px; }
  .product-details-description .widget-block .rating-block {
    margin-right: 10px;
    margin-bottom: 10px; }
    .product-details-description .widget-block .rating-block span {
      font-size: 20px; }
  .product-details-description .widget-block .review-widget {
    margin-bottom: 10px; }
    .product-details-description .widget-block .review-widget a {
      margin-right: 10px; }
      .product-details-description .widget-block .review-widget a i {
        margin-right: 5px; }
      .product-details-description .widget-block .review-widget a:hover {
        color: #FF5245; }

.product-details-description .price {
  font-size: 16px;
  font-weight: 700; }
  .product-details-description .price-new {
    color: #FF5245; }

.product-details-description .product-details-article {
  padding-top: 30px;
  margin-top: 30px; }
  .product-details-description .product-details-article p {
    font-size: 14px;
    color: #707070;
    line-height: 30px;
    letter-spacing: .025em; }

.product-details-description .widget-block-2 {
  margin-bottom: 20px; }

.product-details-description .size-widget {
  margin-bottom: 15px; }
  .product-details-description .size-widget .widget-label {
    margin-bottom: 6px;
    display: block;
    width: 100%; }
  .product-details-description .size-widget select {
    width: 50px;
    height: 50px;
    text-indent: 8px; }

.product-details-description .color-widget {
  margin-bottom: 15px; }
  .product-details-description .color-widget .widget-label {
    margin-bottom: 6px;
    display: block;
    width: 100%; }
  .product-details-description .color-widget select {
    width: 50px;
    height: 50px;
    text-indent: 8px; }

.product-details-description .color-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .product-details-description .color-list .single-color {
    margin-right: 10px; }
    .product-details-description .color-list .single-color .color-box {
      width: 20px;
      height: 20px; }
      .product-details-description .color-list .single-color .color-box:hover {
        border: 2px solid #374050; }

.product-details-description .widget-block-3 .widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px; }
  .product-details-description .widget-block-3 .widgets > div {
    margin-right: 10px;
    margin-bottom: 10px; }

.product-details-description .widget-block-3 .product-status {
  display: inline-block;
  font-weight: 700; }
  .product-details-description .widget-block-3 .product-status p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    font-size: 14px;
    color: #374050;
    line-height: 24px; }
  .product-details-description .widget-block-3 .product-status i {
    margin-right: 7px;
    font-size: 24px;
    color: #374050;
    position: relative;
    top: -2px; }

.product-details-description .widget-block-3 .widget-label {
  margin-bottom: 10px; }

.product-details-description .widget-social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px; }
  .product-details-description .widget-social-share .widget-label {
    margin-right: 10px; }

.product-details-description .policy-block {
  margin-top: 32px; }

.product-gallery-image {
  border: 1px solid #ebebeb;
  padding: 20px; }

.count-input-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .count-input-block input {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    color: #414141;
    background-color: white;
    height: 44px;
    padding: 2.8px 8px;
    width: 48px;
    border-radius: 0;
    text-align: center; }
  .count-input-block .count-input-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 5px; }
    .count-input-block .count-input-btns .count-btn {
      padding: 1px 6px;
      border: 1px solid rgba(0, 0, 0, 0.15);
      height: 22px;
      font-size: 16px;
      margin-bottom: 1px; }
      .count-input-block .count-input-btns .count-btn + .count-btn {
        border-top: none;
        margin-top: -1px; }

.add-cart-btn .btn {
  font-size: 12px;
  font-weight: 500;
  border: 2px solid #FF5245;
  color: #FF5245;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 30px;
  height: 44px; }
  .add-cart-btn .btn i {
    font-size: 20px;
    margin-right: 12px; }
  .add-cart-btn .btn:hover {
    color: #fff;
    background: #FF5245; }

.buy-btn .btn {
  font-size: 14px;
  font-weight: 500;
  max-width: 155px;
  border: 2px solid #FF5245;
  color: #FF5245;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 20px;
  height: 44px; }
  .buy-btn .btn i {
    font-size: 20px;
    margin-right: 12px; }
  .buy-btn .btn:hover {
    color: #fff;
    background: #FF5245; }

.product-group .single-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dee2e6; }
  .product-group .single-product .product-image {
    width: 60px;
    margin-right: 20px;
    padding-bottom: 5px; }
  .product-group .single-product .product-title {
    margin-right: 15px;
    padding-bottom: 5px;
    font-size: 14px; }
  .product-group .single-product .count-input-block {
    margin-right: 15px;
    padding-bottom: 5px; }

.bg-method {
    position: relative;
    background: #fff;
    width: 100%;
    float: left;
    padding: 30px 0px;
    margin: 0px;
}

.method-card{
  text-align: center;
}
.method-card .icon {
    margin-bottom: 20px;
}
.method-card h3 {
    font-size: 14px;
    color: #292929;
    font-weight: 700;
    margin-bottom:10px;
}
.method-card p {
    color: #666;
    letter-spacing: .025em;
    margin-bottom: 16px;
}


/*-- Login Form --*/
.login-form {
  border: 1px solid #d3ced2;
  padding: 20px;
  margin: 2em 0 0;
  text-align: left;
  border-radius: 5px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .login-form {
      padding: 15px; } }
  .login-form label {
    display: block;
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 400;
    text-transform: capitalize; }
  .login-form .nice-select {
    width: 100%;
    background-color: transparent;
    border: 1px solid #565f69;
    border-radius: 0;
    line-height: 23px;
    padding: 10px 20px;
    font-size: 14px;
    height: 45px;
    color: #d4d4d4;
    margin-bottom: 15px; }
    .login-form .nice-select::after {
      width: 6px;
      height: 6px;
      border-width: 1px;
      right: 20px;
      border-color: #565f69; }
    .login-form .nice-select .current {
      color: #555555;
      display: block;
      line-height: 23px; }
    .login-form .nice-select .list {
      width: 100%; }
  .login-form input {
    background: #f4f4f4;
    border: none;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    max-width: 100%;
    width: 100%;
    padding: 0 0 0 10px;
    vertical-align: middle; }
    .login-form input[type="checkbox"] {
      width: auto; }
    .login-form input:focus {
      border-color: #0095da;
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none; }
  .login-form .check-box {
    float: left;
    margin-right: 70px; }
    .login-form .check-box:last-child {
      margin-right: 0; }
    .login-form .check-box input[type="checkbox"] {
      display: none; }
      .login-form .check-box input[type="checkbox"] + label {
        position: relative;
        padding-left: 30px;
        line-height: 20px;
        font-size: 14px;
        font-weight: 400;
        color: #d4d4d4;
        margin: 0; }
        .login-form .check-box input[type="checkbox"] + label::before {
          position: absolute;
          left: 0;
          top: 0;
          width: 20px;
          height: 20px;
          display: block;
          border: 2px solid #565f69;
          content: "";
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s; }
        .login-form .check-box input[type="checkbox"] + label::after {
          position: absolute;
          left: 0;
          top: 0;
          display: block;
          content: "\f00c";
          font-family: Fontawesome;
          font-size: 12px;
          line-height: 20px;
          opacity: 0;
          color: #d4d4d4;
          width: 20px;
          text-align: center;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s; }
      .login-form .check-box input[type="checkbox"]:checked + label::before {
        border: 2px solid #565f69; }
      .login-form .check-box input[type="checkbox"]:checked + label::after {
        opacity: 1; }

/*-- Place Order --*/
.register-button {
  display: block;
  margin-top: 40px;
  width: 140px;
  border-radius: 0;
  height: 36px;
  border: none;
  line-height: 24px;
  padding: 6px 20px;
  float: left;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  border-radius: 3px; }

/*=====  End of 17. Login Register  ======*/
.entry-header {
  margin-bottom: 40px; }
  .entry-header .entry-title {
    font-size: 30px;
    line-height: 1.35;
    margin: 0 0 5px;
    text-transform: uppercase;
    color: #374050; }
    @media (min-width: 992px) {
      .entry-header .entry-title {
        font-size: 36px; } }

/*>>>>>>>> My-account <<<<<<<<<*/
.myaccount-tab-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .myaccount-tab-menu a {
    border: 1px solid #cecece;
    border-bottom: none;
    color: #374050;
    font-weight: 500;
    font-size: 12px;
    display: block;
    padding: 15px 15px 13px;
    text-transform: uppercase; }
    .myaccount-tab-menu a:last-child {
      border-bottom: 1px solid #cecece; }
    .myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
      background-color: #0095da;
      color: #fff; }
    .myaccount-tab-menu a i {
      font-size: 14px;
      text-align: center;
      width: 25px; }

/*-- My Account Content -*/
.myaccount-content {
  font-size: 14px;
  border: 1px solid #cecece;
  padding: 30px;
  color: #374050; }
  @media only screen and (max-width: 479px) {
    .myaccount-content {
      padding: 20px 15px; } }
  .myaccount-content h3 {
    border-bottom: 1px dashed #cecece;
    padding-bottom: 10px;
    margin-bottom: 25px; }
  .myaccount-content .welcome a {
    color: inherit; }
    .myaccount-content .welcome a:hover {
      color: #0095da; }
  .myaccount-content .welcome strong {
    font-weight: 600; }
  .myaccount-content a.btn i {
    padding-right: 5px; }
  .myaccount-content button.save-change-btn {
    background: none;
    border: none;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #555555;
    border-color: #555555;
    width: 140px;
    padding: 10px 0;
    border-radius: 3px; }
    .myaccount-content button.save-change-btn:hover {
      background-color: #0095da; }

/*-- My Account Table -*/
.myaccount-table {
  white-space: nowrap;
  font-size: 15px; }
  .myaccount-table table th,
  .myaccount-table .table th {
    padding: 10px;
    background: #14191E;
    color: #fff;
    border-color: #565f69; }
  .myaccount-table table td,
  .myaccount-table .table td {
    padding: 20px 10px;
    vertical-align: middle;
    border-color: #565f69; }
    .myaccount-table table td a:hover,
    .myaccount-table .table td a:hover {
      color: #0095da; }

.saved-message {
  border-top: 3px solid #0095da;
  border-radius: 5px 5px 0 0;
  font-weight: 600;
  font-size: 13px;
  padding: 20px; }

/*-- My Account Details Form -*/
.account-details-form h4 {
  margin: 0; }

.account-details-form input {
  display: block;
  width: 100%;
  border: 1px solid #cecece;
  border-radius: 0;
  line-height: 24px;
  padding: 11px 25px;
  color: #374050;
  background: transparent;
  border-radius: 3px; }
  .account-details-form input:focus {
    border-color: #0095da;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none; }

/*=====  End of 16. My Account  ======*/


/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
/* Caption text */
.text-slide {
  color: #FFC938;
  font-size: 40px;
  padding: 8px 12px;
  position: relative;
  width: 100%;
  text-align: center;
  /*left:10%;*/
}
.text-slide span {
  color: #fff;
  font-size: 40px;
  padding: 8px 12px;
  width: 100%;
  text-align: center;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  display: none;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.fade:not(.show) {
    opacity: 100;
}
.openBtn {
  color: #fff;
  border: none;
  padding: 0px 5px;
  font-size: 14px;
  cursor: pointer;
  background: transparent;;
}

.openBtn:hover {
color: #FF5245;
}

.overlay {
  height: 130px;
  width: 100%;
  display: none;
  position: absolute;
  z-index: 15;
  top: 38px;
  left: 0;
  background-color: #ddd;
}

.overlay-content {
  position: relative;
  top: 20px;
  width: 80%;
  padding: 20px;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
    float: left;
    width: 60px;
    padding: 14px;
    background: #FF5245;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.overlay button:hover {
  background: #bbb;
}

/*================
  List View
  ==============================================================*/
  .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.list-team  {
  margin: 0px 0px 20px 0px;
  padding: 15px;
  float: left;
  width: 100%;
  border: 1px solid #ddd;
  min-height: 260px;
  background: #fff;
}
.list-team .leftimg {
  margin: 0px 15px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 1px solid #ddd;
  float: left;
  width: 120px;
}
.list-team .rightimg {
    margin: 0px 0px 0px 15px;
    padding: 0px 0px 0px 0px;
    border: 1px solid #ddd;
    float: right;
    width: 120px;
}
.list-team .listcont {
  padding: 0 0px 0 0px;
  overflow: hidden;
}
.list-team .listcont h3 {
  margin: 0 0 5px;
  color: #0095da;
  width: 100%;
  min-height: auto;
  line-height: 24px;
}
.list-team .listcont h4 {
    margin: 0 0 10px;
    color: #374050;
    width: 100%;
    min-height: auto;
    font-size: 20px;
    line-height: 28px;
}
.list-team .listcont span {
  margin: 0 0 0px;
  color: #bc0000;
  padding: 0px 2px 0px 2px;
}
.list-team .listcont p{
  padding: 0px 0px 0px 0px;
  color: #374050;
  float: left;
  text-align: left;
  line-height: 22px;
  height: auto;
  width: 100%;
  display: block;
  margin: 0px 0px 2px 0px;
}

/* FontAwesome for working BootSnippet :> */

.watch-video {
    width: 100%;
    height: auto;
    background: #fffaca;
    display: inline-block;
    padding: 30px 0px;
}
.teambg {
    position: relative;
    background: #fff;
    width: 100%;
    float: left;
    padding: 30px 0px;
    margin: 0px;
}
.teamin {
    position: relative;
    background: #fff;
    width: 100%;
    float: left;
    padding: 0px 0px;
    margin: 0px;
}
.teamin h4 {
    width: 100%;
    float: left;
    padding: 0px 0px 10px 0px;
    margin: 0px;
	text-align:center;
	color:#374050;
}
.teamin p {
    width: 100%;
    float: left;
    padding: 0px 0px 10px 0px;
    margin: 0px;
	text-align:center;
}
.image-flip{
	margin-bottom:30px;
}
#team {
    background: #eee !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #FF5245;
    border-color: #FF5245;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #2A8E9D;
    border-color: #2A8E9D;
}

#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 312px;
}

.backside .card a {
    font-size: 18px;
    color: #FF5245 !important;
}
.backside:hover .card a {
    font-size: 18px;
    color: #2A8E9D !important;
}
.frontside .card .card-body img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
}

.meetobj {
    position: relative;
    background: #f6f6f6;
    width: 100%;
    float: left;
    padding: 30px 0px;
    margin: 0px;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-body h4 {
  color: #FF5245;
  font-size: 20px;
  text-align: center;
}
.card-body h6 {
  color: #999;
  font-size: 16px;
  text-align: center;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.aboutho  {
  width: 100%;
  height: auto;
  text-align: center;
}
.aboutho img {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #dee2e6;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.aboutho h3 {
  font-weight: 600;
  font-size: 24px;
  color: #2A8E9D;
  width: 100%;
  display: inline-block;
  margin: 0px 0px 20px 0px;
}
.aboutho p {
  font-size: 14px;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

.aboutho .content h3 {
font-weight: 600;
    font-size: 22px;
    color: #374050;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

a:-webkit-any-link:focus {
    outline-offset: 0px!important;
	    outline-style: none;
}

.aboutho .content p {
  font-size: 14px;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
.aboutho .content p span {
color: #FF5245;
}

.aboutho .content ul {
  list-style: none;
  padding: 0;
}

.aboutho .content ul li {
  padding-bottom: 10px;
}

.aboutho .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #FF5245;
}

.aboutho .content p:last-child {
  margin-bottom: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: "Open Sans", sans-serif;
}

/*--------------------------------------------------------------
# Sign UP From
--------------------------------------------------------------*/
.signup  {
  width: 100%;
  height: auto;
  padding: 30px;
  margin: 0px;
  background: #f6f6f6;
  box-shadow: 0px 0px 3px #ccc;
}
.signup-left  {
  width: 100%;
  height: auto;
  padding: 30px;
  margin: 0px;
  background: #f6f6f6;
  box-shadow: 0px 0px 3px #ccc;
  text-align: center;
}
.signup-left img  {
  width: 150px;
  height: auto;
  padding: 5px;
  border-radius: 50%;
  margin: 0px;
  background: #f6f6f6;
  box-shadow: 0px 0px 3px #ccc;
}
.signup-left h5  {
  width: 100%;
  height: auto;
  padding:0px;
  margin: 10px 0px 0px 0px;
}
.signup .teach {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
}
.signup .stude  {
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
}
.checkbox{
  display: inline-block;
}
/*label {
    display: inline-block;
    margin-bottom: .5rem;
    width: 100%;
}*/
.signup .lableti  {
  width: 100%;
  height: auto;
  padding: 0px;
  display: inline-block;
  margin: 0px 0px 10px 0px;

}
button, input, optgroup, select, textarea {
    margin: 0px 10px 0px 0px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.signradio{
  margin: 15px 0px;
}

.shop-popup{
  margin: 0px 0px;
  width: 100%;
  float: left;
  padding: 0px;
}
.shop-popup h3{
    margin: 0px 0px 10px 0px;
    font-size: 24px;
    padding: 0px;
    width: 100%;
    display: inline-block;
}
.shop-popup p{
  margin: 0px 0px;
}

.shop-popup img {
    display: block;
    width: 100%;
}
.form-group {
  margin-bottom: 1rem;
  text-align: left;
}

.formbg{
    margin: 30px 0px 20px 0px;
    width: 100%;
    float: left;
    padding: 20px;
    background: #eee;
}

.blogbg{
  position:relative;
  background: #fff;
  width: 100%;
  float: left;
  padding: 30px 0px 0px 0px;
  margin: 0px;
}


.classes{
  margin: 0px 0px 30px 0px;
  width: 100%;
  float: left;
  padding: 0px;
  background: #fff;
}
.classes .classesleft{
  margin: 20px 0px 0px 0px;
  width: 100%;
  float: left;
  padding: 0px;
}
.classes .classesleft h4{
    margin: 0px 0px;
    width: 100%;
    float: left;
    padding: 0px;
    font-size: 18px;
    color: #374050;
}
.classes .classesleft h3{
    margin: 0px 0px;
    width: 100%;
    float: left;
    padding: 0px;
    font-size: 18px;
    color: #374050;
}
.classes .classesleft img{
  position: relative;
  display: inline-block;
  margin: 10px 0px 0px 0px;
  max-width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
}

.classes .classesright{
  margin: 0px 0px;
  width: 100%;
  float: left;
  padding: 0px;
  border:0px solid #ddd;
}
.classes .classesright h4{
  margin: 20px 0px 0px 0px;
  width: 100%;
  float: left;
  padding: 0px;
}
.classes .classesright p{
  margin: 0px 0px 10px 0px;
  width: 100%;
  float: left;
  padding: 0px;
}




/*++ Blog Cards ++*/
.classes-card {
  margin-bottom: 20px;
   }
.classes-card .classes-image {
  position: relative;
  display: block;
  margin-bottom: 22px;
     }
.classes-card .classes-image img {
  width: 100%; 

    }
.classes-card .classes-image .plus-icon {
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
       }
.classes-card .classes-image .plus-icon i {
        font-size: 22px;
         }
.classes-card:hover .classes-image .plus-icon {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
       }
.classes-card .classes-gallery-slider,
.classes-card .classes-video {
  position: relative;
  margin-bottom: 22px;
     }
.classes-card .text .classes-title a {
     font-size: 20px;
    color: #2A8E9D;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 0px;
    display: block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block; 
  }
.classes-card .text:hover .classes-title a {
  color: #FF5245;
       }
.classes-card .text .post-meta {
  margin-right: 10px;
  display: block;
  color: #FF5245;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 15px; 
  }
.classes-card .text .post-meta i {
  margin-right: 10px;
       }
.classes-card .text p {
  color: #707070;
  line-height: 23px;
     }
.classes-card .text p:last-child {
      margin-bottom: 0; 
    }
.classes-card .date-badge {
  background: #fff;
  position: absolute;
  top: 20px;
  right: 25px;
  text-align: center;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 5px 8px 0; 
  }
@media (min-width: 576px) {
  .classes-card .date-badge {
    padding: 10px 8px;
     }
         }
.classes-card .date-badge .month {
  display: block;
  font-size: 12px;
  color: #929292;
  margin-bottom: 0px; 
    }
@media (min-width: 768px) {
.classes-card.card-style-list .classes-image {
   margin-bottom: 0; } 
    }




.animate-menu-push {
  left: 0;
  position: relative;
  transition: all 0.3s ease; }
  .animate-menu-push.animate-menu-push-right {
    left: 200px; }
  .animate-menu-push.animate-menu-push-left {
    left: -200px; }

.animate-menu {
  position: fixed;
  top: 0;
  width: 200px;
  height: 100%;
  transition: all 0.3s ease; }

.animate-menu-left {
  left: -200px; }
  .animate-menu-left.animate-menu-open {
    left: 0; }

.animate-menu-right {
  right: -200px; }
  .animate-menu-right.animate-menu-open {
    right: 0; }

.sidebar-heading {
    list-style: none;
    margin: 0;
    padding: 10px 15px;
    background-color: #810088;
    color: #fff;
    font-size: 17px;

   }

.sidebar-menu {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  background-color: #f6f6f6;
  border: 0px solid #ddd;

   }
.sidebar-menu  h3{
    list-style: none;
    margin: 0 0 0px 0;
    padding: 12px 15px;
    background-color: #2A8E9D;
    border: 0px solid #ddd;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}


  .sidebar-menu > li {


     }
    .sidebar-menu > li > a {
      padding: 5px 5px 5px 15px;
      display: block;
      border-bottom: 1px dotted #ddd;
      color: #374050;
      font-size: 14px;
      font-family: "Open Sans", sans-serif;

    }
      .sidebar-menu > li > a > .fa {
        width: 20px; }
    .sidebar-menu > li:hover > a, .sidebar-menu > li.active > a {
      color: #fff;
      background: #374050;
      border-left-color: #3c8dbc; }
    .sidebar-menu > li .label,
    .sidebar-menu > li .badge {
      margin-top: 3px;
      margin-right: 5px; }
  .sidebar-menu li.sidebar-header {
    padding: 10px 25px 10px 15px;
    font-size: 12px;
    color: #4b646f;
    background: #1a2226; }
  .sidebar-menu li > a > .fa-angle-left {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    margin-top: 3px; }
  .sidebar-menu li.active > a > .fa-angle-left {
    transform: rotate(-90deg); }
  .sidebar-menu li.active > .sidebar-submenu {
    display: block; }
  .sidebar-menu a {
    color: #b8c7ce;
    text-decoration: none; }
  .sidebar-menu .sidebar-submenu {
display: none;
    list-style: none;
    padding-left: 5px;
    margin: 0 1px;
    background: #f6f6f6;
    color: #374050;
     }
    .sidebar-menu .sidebar-submenu .sidebar-submenu {
      padding-left: 20px; }
    .sidebar-menu .sidebar-submenu > li > a {
      padding: 5px 5px 5px 15px;
      display: block;
      border-bottom: 1px solid #ddd;
      font-size: 13px;
      font-family: "Open Sans", sans-serif;
      color: #374050; }
      .sidebar-menu .sidebar-submenu > li > a > .fa {
        width: 20px; }
      .sidebar-menu .sidebar-submenu > li > a > .fa-angle-left,
      .sidebar-menu .sidebar-submenu > li > a > .fa-angle-down {
        width: auto; }
    .sidebar-menu .sidebar-submenu > li.active > a, .sidebar-menu .sidebar-submenu > li > a:hover {
      color: #FF5245; }

.sidebar-menu-rtl {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #222d32; }
  .sidebar-menu-rtl > li {
    position: relative;
    margin: 0;
    padding: 0; }
    .sidebar-menu-rtl > li > a {
      padding: 12px 15px 12px 5px;
      display: block;
      border-left: 3px solid transparent;
      color: #b8c7ce; }
      .sidebar-menu-rtl > li > a > .fa {
        width: 20px; }
    .sidebar-menu-rtl > li:hover > a, .sidebar-menu-rtl > li.active > a {
      color: #fff;
      background: #1e282c;
      border-left-color: #3c8dbc; }
    .sidebar-menu-rtl > li .label,
    .sidebar-menu-rtl > li .badge {
      margin-top: 3px;
      margin-right: 5px; }
  .sidebar-menu-rtl li.sidebar-header {
    padding: 10px 15px 10px 25px;
    font-size: 12px;
    color: #4b646f;
    background: #1a2226; }
  .sidebar-menu-rtl li > a > .fa-angle-left {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    margin-top: 3px; }
  .sidebar-menu-rtl li.active > a > .fa-angle-left {
    transform: rotate(-90deg); }
  .sidebar-menu-rtl li.active > .sidebar-submenu {
    display: block; }
  .sidebar-menu-rtl a {
    color: #b8c7ce;
    text-decoration: none; }
  .sidebar-menu-rtl .sidebar-submenu {
    display: none;
    list-style: none;
    padding-right: 5px;
    margin: 0 1px;
    background: #2c3b41; }
    .sidebar-menu-rtl .sidebar-submenu .sidebar-submenu {
      padding-right: 20px; }
    .sidebar-menu-rtl .sidebar-submenu > li > a {
      padding: 5px 15px 5px 5px;
      display: block;
      font-size: 14px;
      color: #8aa4af; }
      .sidebar-menu-rtl .sidebar-submenu > li > a > .fa {
        width: 20px; }
      .sidebar-menu-rtl .sidebar-submenu > li > a > .fa-angle-left,
      .sidebar-menu-rtl .sidebar-submenu > li > a > .fa-angle-down {
        width: auto; }
    .sidebar-menu-rtl .sidebar-submenu > li.active > a, .sidebar-menu-rtl .sidebar-submenu > li > a:hover {
      color: #fff; }

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    margin-bottom: 30px;
}

.live-classesbg {
    width: 100%;
    height: auto;
    background: #fff;
    display: inline-block;
    padding: 0px 0px;
}
.live-classesbg h3 {
    width: 100%;
    height: auto;
    /* background: #fff; */
    display: inline-block;
    padding: 0px 0px;
    margin: 0px 0px 10px 0px;
    color: #FF5245;
}
.live-classesbg h3 small {
    height: auto;
    display: inline-block;
    padding: 0px 0px;
    color: #666;
    font-size: 14px;
}
.live-classes {
  margin-bottom: 30px;
  border: 1px solid #eee;
  padding: 20px;
  float: left;
  width: 100%;
  background: #fff;
}
/*.live-classes:hover {
  box-shadow: 0px 0px 6px #ccc;

}*/
.live-classes .image {
  position: relative;
   }
.live-classes .image img {
    display: block;
    width: 400px;
    float: left;
   }
.live-classes .descriptionl {
/*background: #fff;*/
    padding: 0px 0px 0px 30px;
    border: 0px solid #eee;
    overflow: hidden;
 }
.live-classes .descriptionl h3 {
    padding: 0px;
    margin: 0px 0px 0px 0px;
    color: #7f0086;
    font-size: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
 .live-classes .descriptionl h6 {
  padding: 0px;
    margin: 0px 0px 10px 0px;
  color: #374050;
 }
  .live-classes .descriptionl h6 small {
  padding: 0px;
  margin: 0px;
  color: #999;
 }
 .live-classes .descriptionl p {
  padding: 0px;
  margin: 0px 0px 10px 0px;
  color: #374050;
 }
.live-classes  .descriptionl .post-title{
  color: #2A8E9D; 
}
.live-classes .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
.live-classes .hover-content .hover-image {
      display: block; }
.live-classes .hover-content .hover-image img {
        width: 100%; }
.live-classes .hover-content .hover-btns {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    width: 40px;
    padding: 0px 0;
    margin-top: 1px;
     }
.live-classes .hover-content .hover-btns .sin-btn {
  font-size: 0;
  display: inline-block;
  border-left: 1px solid #ebebeb;
  padding: 0 10px; }
.live-classes .hover-content .hover-btns .sin-btn i {
  color: #292929;
  font-size: 20px;
  line-height: 37px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; 
        }
.live-classes .hover-content .hover-btns .sin-btn:hover i {
  color: #FF5245; }
.live-classes .product-badge {
  position: absolute;
  top: 10px;
  z-index: 1;
  text-transform: capitalize;
  left: 10px; 
  }
.live-classes .product-badge-2 {
  position: absolute;
  top: 10px;
  z-index: 1;
  text-transform: capitalize;
  right: 10px;
  display:none; 
  }
.live-classes:hover .hover-content {
  visibility: visible;
  opacity: 1;
 }

.modal-header h5{
  margin-bottom: 0;
  line-height: 20px;
  font-size: 24px;
  color: #FF5245;
}   
.modal-body p small{
    position: relative;
    padding: 0px;
    margin: 0px;
    padding: 0px 0px 0px 10px;
}





.live-upcoming {
  margin-bottom: 30px; 

}
.live-upcoming:hover {
  box-shadow: 0px 0px 6px #ccc;

}
.live-upcoming .image {
  position: relative;
   }
.live-upcoming .image img {
  display: block;
  width: 100%;
   }
.live-upcoming .descriptionl {
  background: #fff;
  padding: 15px;
  border: 1px solid #eee;
 }
.live-upcoming .descriptionl h3 {
  padding: 0px;
  margin: 0px 0px 0px 0px;
  color: #2A8E9D;
  font-size: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.live-upcoming .descriptionl h3 a {
  color: #2A8E9D;
}
.live-upcoming .descriptionl h3 a:hover {
  color: #FF5245;
}
 .live-upcoming .descriptionl h6 {
  padding: 0px;
    margin: 0px 0px 0px 0px;
  color: #374050;
 }
  .live-upcoming .descriptionl h6 small {
  padding: 0px;
  margin: 0px;
  color: #999;
 }
 .live-upcoming .descriptionl p {
  padding: 0px;
  margin: 0px;
  color: #374050;
 }
.live-upcoming:hover a  .descriptionl .post-title{
        color: #FF5245; }
.live-upcoming .hover-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
.live-upcoming .hover-content .hover-image {
      display: block; }
.live-upcoming .hover-content .hover-image img {
        width: 100%; }
.live-upcoming .hover-content .hover-btns {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    width: 40px;
    padding: 0px 0;
    margin-top: 1px;
     }
.live-upcoming .hover-content .hover-btns .sin-btn {
  font-size: 0;
  display: inline-block;
  border-left: 1px solid #ebebeb;
  padding: 0 10px; }
.live-upcoming .hover-content .hover-btns .sin-btn i {
  color: #292929;
  font-size: 20px;
  line-height: 37px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; 
        }
.live-upcoming .hover-content .hover-btns .sin-btn:hover i {
  color: #FF5245; }
.live-upcoming .product-badge {
  position: absolute;
  top: 10px;
  z-index: 1;
  text-transform: capitalize;
  left: 10px; 
  }
.live-upcoming .product-badge-2 {
  position: absolute;
  top: 10px;
  z-index: 1;
  text-transform: capitalize;
  right: 10px;
  display:none; 
  }
.live-upcoming:hover .hover-content {
  visibility: visible;
  opacity: 1;
 }

.live-popup{
  margin: 0px 0px;
  width: 100%;
  float: left;
  padding: 0px;
}
.live-popup h3{
    margin: 0px 0px 10px 0px;
    font-size: 24px;
    padding: 0px;
    width: 100%;
    display: inline-block;
}
.live-popup p{
  margin:0px 0px 10px 0px;
}

.live-popup img {
  display: block;
  width: 100%;
}

.testibg {
  position: relative;
  background: #fff;
  width: 100%;
  float: left;
  padding: 0px 0px;
  margin: 0px;
}
.testi {
  padding: 20px;
  margin: 0 0 30px 0px;
  border: 1px dotted #ddd;
  width: 100%;
  float: left;
}
.testi .recent-posts img {
  width: 150px;
  float: left;
  margin-right: 20px
}
.testi .testi-item {
  margin-bottom: 0px;
  overflow: hidden;
}
.testi .testi-item h4 {
  margin: 0px 0px 10px 0px;
  color: #800086
}
.testi .testi-item h6 {
  margin: 0px 0px 10px 0px;
}
.testi .testi-item p {
  margin: 0px;
}
.testi .testi-item p::before {
    content: "\201C";
    font-size: 3em;
    line-height: 0.1em;
    margin-right: 0.1em;
    vertical-align: -0.4em;
}
.testi .testi-item p::after {
    content: "\201D";
    font-size: 3em;
    line-height: 0.1em;
    margin-left: 0.1em;
    vertical-align: -0.45em;
}

.pre-classes{
    margin: 0px 0px 0px 0px;
    width: 100%;
    float: left;
    padding: 0px 0px 0px 0px;
    border-bottom: 0px solid #ddd;
    background: #fff;
}
.pre-classes  h4{
margin: 20px 0px 10px 0px;
    width: 100%;
    float: left;
    padding: 0px;
    font-size: 24px;
    color: #FF5245;
}
.pre-classes .precont{
    margin: 0px 0px 20px 0px;
    width: 100%;
    float: left;
    padding: 8px;
    border: 1px solid #ddd;
    background: #fff;
}
.pre-classes .precont h4{
    margin: 0px 0px;
    width: 100%;
    float: left;
    padding: 0px;
    font-size: 18px;
    color: #374050;
}
.pre-classes .precont h3{
    margin: 0px 0px;
    width: 100%;
    float: left;
    padding: 0px;
    font-size: 18px;
    color: #374050;
}
.pre-classes .precont img{
  position: relative;
  display: inline-block;
  margin: 0px 0px 0px 0px;
  max-width: 100%;
  padding: 0px;
  border: 0px solid #ddd;
}
.pre-classes .precont h6{
    margin: 15px 0px 0px 0px;
    width: 100%;
    float: left;
    padding: 0px;
    font-size: 16px;
    color: #2A8E9D;
}
.pre-classes .precont h6 a{
    margin: 0px 0px 0px 0px;
    width: 100%;
    float: left;
    padding: 0px;
    font-size: 16px;
    color: #2A8E9D;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pre-classes .precont h6 a:hover{
    color: #FF5245;
}
.pre-classes .precont p{
    margin: 0px 0px;
    width: 100%;
    float: left;
    padding: 0px;
    color: #374050;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pre-classes .precont .prevideo{
  position: relative;
  display: inline-block;
  margin: 0px 0px 0px 0px;
  max-width: 100%;
  padding: 10px;
  border: 0px solid #ddd;
}

.show {
  width: 100%;
  height: auto;
/*  z-index: 99999;*/
}
.show img{
  z-index: 99999;
}
.small-img {
  width: 350px;
  height: 70px;
  margin-top: 10px;
  position: relative;
  left: 25px;
}

.small-img .icon-left, .small-img .icon-right {
  width: 12px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.small-img .icon-left { transform: rotate(180deg) }

.small-img .icon-right { right: 0; }

.small-img .icon-left:hover, .small-img .icon-right:hover { opacity: .5; }

.small-container {
  width: 310px;
  height: 70px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.small-container div {
  width: 800%;
  position: relative;
}

.small-container .show-small-img {
  width: 70px;
  height: 70px;
  margin-right: 6px;
  cursor: pointer;
  float: left;
}

.small-container .show-small-img:last-of-type { margin-right: 0; }


.shoppingbg  {
  width: 100%;
  height: auto;
  background: #fff;
  display: inline-block;
  padding: 0px 0px;
  margin: 0px 0px 30px 0px;
}

.shop-detail{
  margin: 0px 0px 0px 0px;
  width: 100%;
  float: left;
  padding: 0px 0px 0px 0px;
  border-bottom: 0px solid #ddd;
  background: #fff;
}
.shop-detail h4{
  margin: 0px 0px 10px 0px;
  width: 100%;
  float: left;
  padding: 0px;
  font-size: 24px;
  color: #FF5245;
}
.shop-detail h5{
  margin: 0px 0px 10px 0px;
  width: 100%;
  float: left;
  padding: 0px;
  font-size: 24px;
  color: #374050;
}
.shop-detail h3{
  margin: 0px 0px;
  width: 100%;
  float: left;
  padding: 0px;
  font-size: 18px;
  color: #374050;
}
.shop-detail img{
  position: relative;
  display: inline-block;
  margin: 0px 0px 0px 0px;
  max-width: 100%;
  padding: 0px;
  border: 0px solid #ddd;
}
.shop-detail h6{
    margin: 15px 0px 0px 0px;
    width: 100%;
    float: left;
    padding: 0px;
    font-size: 16px;
    color: #7d0084;
}
.shop-detail h6 a{
    margin: 0px 0px 0px 0px;
    width: 100%;
    float: left;
    padding: 0px;
    font-size: 16px;
    color: #7d0084;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.shop-detail h6 a:hover{
    color: #FF5245;
}
.shop-detail p{
    margin: 0px 0px 10px 0px;
    width: 100%;
    float: left;
    padding: 0px;
    color: #374050;
}


.number{
  margin:10px 0px;
  display: inline-block;
    }
.minus, .plus{
    width: 40px;
    height: auto;
    background: #f2f2f2;
    border-radius: 4px;
    padding: 8px 5px 8px 5px;
    border: 1px solid #ddd;
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    }
.number input{
    height:40px;
    width: 40px;
    text-align: center;
    font-size: 14px;
    border:1px solid #ddd;
    border-radius:4px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
  }
  





  /* carousel */
.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */


.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: none!important;
    text-align: center;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%!important;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px!important;
}
.shoptitle{
  margin: 20px 0px 20px 0px;
  width: 100%;
  /* float: left; */
  padding: 0px;
  font-size: 24px;
  color: #FF5245;
  display: inline-block;
  text-align: center;
}

.profile  {
  margin: 0px 0px 20px 0px;
  padding: 20px;
  float: left;
  width: 100%;
  border: 1px solid #ddd;
  min-height: 260px;
  background: #fff;
}
.profile .primg {
  margin: 0px 20px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 1px solid #ddd;
  float: left;
  width: 200px;
}
.profile .procont {
  padding: 0 0px 0 0px;
  overflow: hidden;
}
.profile .procont h4 {
    margin: 0 0 5px;
    color: #fe1655;
    width: 100%;
    min-height: auto;
    font-size: 24px;
    line-height: 28px;
}
.profile .procont h5 {
    margin: 0 0 5px;
    color: #374050;
    width: 100%;
    min-height: auto;
    font-size: 17px;
    line-height: 28px;
}
.profile .procont span {
  margin: 0 0 0px;
  color: #bc0000;
  padding: 0px 2px 0px 2px;
}
.profile .procont p{
  padding: 0px 0px 0px 0px;
  color: #374050;
  float: left;
  text-align: left;
  line-height: 22px;
  height: auto;
  width: 100%;
  display: block;
  margin: 0px 0px 10px 0px;
}

.order-details {
  margin-top: 40px;
  background: #fff;
  padding: 15px 0 30px 0;
  border: 1px solid #eee;
}
.single-widget {
  margin-bottom: 0px;
}
.single-widget:last-child{
  margin:0;
}
.shop.checkout .single-widget h2 {
  position:relative;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #374050;
  padding-bottom: 5px;
}
.single-widget h2:before{
  position:absolute;
  content:"";
  left:20px;
  bottom:0;
  height:2px;
  width:50px;
  background:#FF5245;
}
.single-widget .content ul{
margin: 0px;
    padding: 20px;
}
.single-widget .content ul li {
  display: block;
  padding: 0px 0px;
  font-size: 15px;
  font-weight: 400;
  color: #374050;
  margin-bottom: 12px;
}
.single-widget .content ul li span{
  display:inline-block;
  float:right;
}
.single-widget .content ul li span i{
  display:inline-block;
  font-size: 13px;
  margin-right: 5px;
  color: #666;

}
.single-widget .content ul li.last {
  padding-top: 12px;
  border-top: 1px solid #ebebeb;
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #374050;
}
.single-widget .checkbox {
  text-align: left;
  margin: 0;
  padding: 0px 30px;
  margin-top:30px;
}
.single-widget .checkbox label {
  color: #555555;
  position: relative;
  font-size: 14px;
  padding-left: 20px;
  margin-top: -5px;
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
}
.single-widget .checkbox label:last-child{
  margin-bottom:0;
}
.single-widget .checkbox label:hover{
  cursor:pointer;
}
.single-widget .checkbox label input{
  display:none;
}
.single-widget .checkbox label::before {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  line-height: 16px;
  border: 1px solid #666;
  border-radius: 100%;
}
.single-widget .checkbox label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  line-height: 16px;
  border-radius: 100%;
  display:block;
  background:#666;
  transform:scale(0);
  -webkit-transition:all 0.4s ease;
  -moz-transition:all 0.4s ease;
  transition:all 0.4s ease;
}
.single-widget .checkbox label.checked::after{
  opacity:1;
  visibility:visible;
  transform:scale(1);
}
.single-widget.payement {
  padding: 0px 38px;
  text-align: center;
  margin-top: 30px;
}
.single-widget.get-button {
  text-align: center;
    padding: 0px 25px;
}
.single-widget.get-button .btn {
    width: 100%;
    text-transform: uppercase;
    margin-top: 20px;
}
.single-widget h2 {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #374050;
    padding-bottom: 5px;
}
.single-widget h2:before {
    position: absolute;
    content: "";
    left: 20px;
    bottom: 0;
    height: 2px;
    width: 50px;
    background: #FF5245;
}
.payment-method{
    padding: 0px 20px;
}


/*======================================
   Start Shopping Cart CSS
========================================*/
.table.shopping-summery {
  background: #fff;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}
.shopping-cart {
  background: #fff;
  padding: 0px;
  border: 1px solid #ddd;
}
.shopping-summery thead .main-hading{
  padding:0px 50px;
}
.shopping-summery thead {
  background: #FF5245;
  color: #fff;
}
.shopping-summery thead tr th {
  border: none;
  font-weight: 600;
  color: #fff;
  text-align: left;
}
.shopping-summery tbody tr {
border-bottom: 0px solid #FF5245;
    margin-top: 0px;
}
.shopping-summery tbody tr img {
border-radius: 0;
    width: 80px;
    height: 80px;
    padding: 15px;
}
.shopping-summery tbody tr:last-child{
  border:none;
}
.shopping-summery tbody .product-name a {
  font-weight: 600;
  color: #282828;
  font-weight: 600;
  font-size: 17px;
}
.shopping-cart .table p {
  font-size: 14px;
  color: #666;
  margin: 0px;
}
.shopping-summery tbody .product-name a:hover{
  color:#FF5245;
}
.shopping-summery tbody .product img {
  max-width: 70px;
  border-radius: 100%;
  max-height: 65px;
  border: 1px solid #e6e6e6;
  padding: 4px;
}
.shopping-summery tbody .product:hover img{
  border-color:#FF5245;
  -webkit-transform:rotate(360deg);
  -moz-transform:rotate(360deg);
  transform:rotate(360deg);
}
.shopping-cart .border{
  
}
.shopping-cart .table .remove-icon{
  font-size:16px;
}
.shopping-cart .table td {
  vertical-align: middle;
  border-top: 1px solid #eee;
  padding: 0px;
  margin: 0px;
}
.shopping-cart .table td .product-des {
  vertical-align: middle;
  border-top: 0px solid #eee;
  padding: 0px;
}

.shopping-summery tbody .price {
  text-align: left;
  width: 150px;
  padding: 20px 20px;
}
.shopping-summery tbody .price span{
  font-size: 16px;
  margin-right: 5px;
  color: #374050 
}
.shopping-cart tbody .qty .input-group {
  width: 175px;
  display: inline-block;

}
.shopping-cart .qty .button {
  display: inline-block;
  position: absolute;
  top: 0;
}
.shopping-cart .qty .button.minus{
  left:0;
  border-radius:0;
  overflow:hidden;
}
.shopping-cart .qty .button.plus {
  right: 0;
  border-radius:0;
  overflow:hidden;
}
.shopping-cart .qty .button .btn {
  padding: 0;
  width: 44px;
  height: 47px;
  line-height: 50px;
  border-radius: 0px;
  background: transparent;
  color: #282828;
  border: none;
  font-size: 12px;
}
.shopping-cart .qty .button .btn:hover{
  color:#FF5245;
}
.shopping-cart .qty .input-number {
  border: 1px solid #eceded;
  width: 100%;
  text-align: center;
  height: 47px;
  border-radius:0;
  overflow: hidden;
  padding: 0px 45px;
}
.shopping-summery tbody .total-amount {
  text-align: center;
}
.shopping-summery tbody .total-amount span{}
.shopping-summery tbody .action {
  text-align: center;
}
.shopping-summery tbody .total-amount span i{
font-size: 14px;
    margin-right: 5px;
}
.shopping-summery tbody .action {
  text-align: center;
}


.shopping-summery tbody .action a:hover{
  color:#FF5245;
}
.shopping-cart .total-amount{
  margin-top: 0px;
  padding: 20px;
  width: 100%;
}
.shopping-cart .amount2{
  margin-top: 0px;
  padding: 20px;

}
.shopping-cart .total-amount .left {
    margin-bottom: 20px;
}
.shopping-cart .total-amount .left .coupon{}
.shopping-cart .total-amount .left .coupon form{}
.shopping-cart .total-amount .left .coupon form input {
  background: #f6f6f6;
  padding: 8px 8px 8px 10px;
  float: left;
  border: 1px solid #ddd;
}
.shopping-cart .total-amount .left .coupon form .btn {
  display: inline-block;
  height: 40px;
  border: navajowhite;
  margin-left: 4px;
  background: transparent;
  background: #FF5245;
  color: #fff;
  box-shadow: 0px 0px 5px #00000012;
}
.shopping-cart .total-amount .left .coupon form .btn:hover{
  background:#fff;
  color:#FF5245;
}
.shopping-cart .total-amount .left label{
  font-size:22px;
  font-weight:500;
  color:#374050;
}
.shopping-cart .total-amount .left .checkbox {
  text-align: left;
  margin: 0;
  margin-top: 20px;
}
.shopping-cart .total-amount .left .checkbox label {
  font-size: 15px;
  font-weight: 400;
  color: #374050;
  position: relative;
  padding-left: 30px;
}
.shopping-cart .total-amount .left .checkbox label:hover{
  cursor:pointer;
}
.shopping-cart .total-amount .left .checkbox label input{
  display:none;
}
.shopping-cart .total-amount .left .checkbox label::before {
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  border: 1px solid #555555;
  border-radius: 0px;
}
.shopping-cart .total-amount .left .checkbox label::after {
  position: absolute;
  content: "\f00c";
  font-family: "Fontawesome";
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  line-height: 24px;
  left: 3px;
  top: 0px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  font-size: 11px;
}
.shopping-cart .total-amount .left .checkbox label.checked::after{
  opacity:1;
  visibility:visible;
  transform:scale(1);
}
.shopping-cart .total-amount .right {
  padding-left: 100px;
}
.shopping-cart .total-amount .right ul{
  list-style: none;
}
.button5{
  text-align: right;
}
.shopping-cart .total-amount .right ul li {
  font-size: 15px;
  font-weight: 400;
  color: #374050;
  margin-bottom: 12px;
}
.shopping-cart .total-amount .right ul li.last {
  padding-top: 12px;
  border-top: 1px solid #c8c8c8;
  color: #374050;
  font-size: 18px;
  font-weight: 400;
}
.shopping-cart .total-amount .right ul li span{
  display:inline-block;
  float:right;
}
.shopping-cart .total-amount .right ul li span i{
  display: inline-block;
  font-size: 15px;
  margin-right: 5px;
}
.shopping-cart .total-amount .right .button5 .btn {
    text-align: right;
}
/*======================================
   End Shopping Cart CSS
========================================*/
.total-amount {
    background: #fff;
    padding: 0px 20px 20px 20px;
    float: left;
    border: 0px solid #ddd;
}
.total-amount .left .coupon form input {
    background: #f6f6f6;
    padding: 8px 8px 8px 10px;
    float: left;
    border: 1px solid #ddd;
}
.total-amount .left .coupon form .btn {
  display: inline-block;
  height: 40px;
  border: navajowhite;
  margin-left: 4px;
  background: transparent;
  background: #FF5245;
  color: #fff;
  box-shadow: 0px 0px 5px #00000012;
}
.total-amount .left .coupon form .btn:hover{
  background:#f6f6f6;
  color:#FF5245;
}

/*.content {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075), 0 2px 4px rgba(0, 0, 0, 0.0375);
  padding: 30px;
}*/

.panel-group {
  margin-bottom: 0;
}
.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
}
.panel-group .panel .panel-heading {
  padding: 0;
}
.panel-group .panel .panel-heading h4 a {
  background: #f8f8f8;
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding: 15px;
  text-decoration: none;
  transition: 0.15s all ease-in-out;
}
.panel-group .panel .panel-heading h4 a:hover, .panel-group .panel .panel-heading h4 a:not(.collapsed) {
    background: #FF5245;
    transition: 0.15s all ease-in-out;
    color: #fff;
}
.panel-group .panel .panel-body {
    padding-top: 0;
    margin: 20px 0px;
}
.panel-group .panel .panel-heading h4 a:not(.collapsed) i:before {
  content: "";
}
.panel-group .panel .panel-heading h4 a i {
  color: #374050;
}
.panel-group .panel .panel-body {
  padding-top: 0;
}
.panel-group .panel .panel-heading + .panel-collapse > .list-group,
.panel-group .panel .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}
.panel-group .panel + .panel {
  border-top: none;
  margin-top: 0;
}














#main {
  margin: 0px 0;
}

#main #faq .faqcart {
  margin-bottom: 30px;
  border: 0;
}

#main #faq .faqcart .faqcart-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#main #faq .faqcart .faqcart-header .btn-header-link {
display: block;
    text-align: left;
    background: #FF5245;
    color: #fff;
    padding: 10px 15px;
}

#main #faq .faqcart .faqcart-header .btn-header-link:after {
  content: "\f107";
  font-family:'FontAwesome'; 
  font-weight: 900;
  float: right;
}

#main #faq .faqcart .faqcart-header .btn-header-link.collapsed {
  background: #A541BB;
  color: #fff;
}

#main #faq .faqcart .faqcart-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#main #faq .faqcart .collapsing {
/*  background: #FFE472;*/
  line-height: 30px;
}

#main #faq .faqcart .collapse {
  border: 0;
}
#main #faq .faqcart .faqcart-body{
margin: 20px 0px;
    border: 0;
    font-family: "Open Sans", sans-serif;
}
#main #faq .faqcart .collapse.show2 {
  background: #FFE472;
  line-height: 30px;
  color: #222;
}

.navtop-menu, .navtop-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}

.navtop-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.navtop-menu a {
    display: block;
    position: relative;
    color: #374050;
    padding: 5px 10px;
    transition: 0.3s;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
}

.navtop-menu a:hover, .navtop-menu .active > a, .navtop-menu li:hover > a {
  color: #fff;
  text-decoration: none;
  background: #FF5245;
}

.navtop-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0px;
  top: calc(100% + 30px);
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  padding: 0px 0;
  background: #FF5245;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.navtop-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navtop-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.navtop-menu .drop-down ul a {
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #c71350;
}

.navtop-menu .drop-down ul a:hover, .navtop-menu .drop-down ul .active > a, .navtop-menu .drop-down ul li:hover > a {
  color: #fff;
}

.navtop-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.navtop-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.navtop-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.navtop-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.navtop-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}


.aa-cartbox {
  float: right;
  text-align: center;
  position: relative;
  padding-top: 10px;
}
.aa-cartbox .aa-cart-link {
    font-size: 22px;
    width: 90px;
    height: auto;
    display: block;
    position: relative;
    color: #FF5245;
/*    margin-top: -25px;*/
}
.aa-cartbox .aa-cart-link li a{
  font-size: 22px;
  position: relative;
  width: 120px;
  height: auto;
  display: block;
}
.aa-cartbox .aa-cart-link li:hover a{
  font-size: 22px;
  position: relative;
  width: 120px;
  height: auto;
  display: block;
}
/*
.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
     color: #fff; 
     text-decoration: none; 
}*/



.aa-cartbox .aa-cart-link .fa-shopping-basket {
  z-index: 99;
  position: relative;
}
.aa-cartbox .aa-cart-link .aa-cart-title {
  color: #555;
  display: block;
  font-size: 14px;
}
.aa-cartbox .aa-cart-link .aa-cart-notify {
background-color: #e4e4e4;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 9px;
    position: absolute;
    right: 10%;
    color: #FF5245;
    top: -8px;
    z-index: 10;
    -webkit-animation-name: cartbox-transition;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-name: cartbox-transition;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.aa-cartbox .aa-cart-link .aa-cart-notify:after, .aa-cartbox .aa-cart-link .aa-cart-notify:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.aa-cartbox .aa-cart-link .aa-cart-notify:after {
  border-color: rgba(255, 102, 102, 0);
  border-width: 5px;
  margin-left: -5px;
}
.aa-cartbox .aa-cart-link .aa-cart-notify:before {
  border-color: rgba(0, 0, 0, 0);
  border-width: 6px;
  margin-left: -6px;
}
.aa-cartbox .aa-cartbox-summary {
  background-color: #fff;
  border: 1px solid #E9E9E9;
  display: none;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 300px;
  z-index: 9999;
}
.aa-cartbox .aa-cartbox-summary:after, .aa-cartbox .aa-cartbox-summary:before {
  bottom: 100%;
  left: 81%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.aa-cartbox .aa-cartbox-summary:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.aa-cartbox .aa-cartbox-summary:before {
  border-color: rgba(233, 233, 233, 0);
  border-bottom-color: #e9e9e9;
  border-width: 11px;
  margin-left: -11px;
}
.aa-cartbox .aa-cartbox-summary ul {
    border-bottom: 1px solid #e2e2e2;
    display: inline-block;
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    position: relative;
}
.aa-cartbox .aa-cartbox-summary ul li {
  border-bottom: 1px solid #e2e2e2;
  display: block;
  float: left;
  margin-bottom: 15px;
  padding-bottom: 15px;
  width: 100%;
  position: relative;
}
.aa-cartbox .aa-cartbox-summary ul li:last-child {
  border: none;
  margin-bottom: 0px;
}
.aa-cartbox .aa-cartbox-summary ul li .aa-cartbox-img {
display: block;
    float: left;
}
.aa-cartbox .aa-cartbox-summary ul li .aa-cartbox-img img {
    width: 70px;
    height: 50px
}
.aa-cartbox .aa-cartbox-summary ul li .aa-cartbox-info {
  display: block;
  float: left;
  margin-left: 15px;
  width: 55%;
}
.aa-cartbox .aa-cartbox-summary ul li .aa-cartbox-info h4 {
font-size: 14px;
    color: #333333;
    margin-bottom: 0px;
    margin-top: 0;
    text-align: left;
    padding: 0px 0px 0px 0px;
}
.aa-cartbox .aa-cartbox-summary ul li .aa-cartbox-info h4 a {
  color: #333333;
  letter-spacing: 0.5px;
}
.aa-cartbox .aa-cartbox-summary ul li .aa-cartbox-info p {
    font-size: 15px;
    text-align: left;
    padding-left: 0px;
}
.aa-cartbox .aa-cartbox-summary ul li .aa-remove-product {
  border: 1px solid transparent;
  border-radius: 50%;
  color: #c0c0c0;
  font-size: 12px;
  height: 20px;
  line-height: 17px;
  position: absolute;
  right: 0;
  top: 0%;
  width: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.aa-cartbox .aa-cartbox-summary ul li .aa-remove-product:hover, .aa-cartbox .aa-cartbox-summary ul li .aa-remove-product:focus {
  color: #374050;
}
.aa-cartbox .aa-cartbox-summary ul li .aa-cartbox-total-title {
  float: left;
  font-weight: bold;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.5px;
}
.aa-cartbox .aa-cartbox-summary ul li .aa-cartbox-total-price {
  float: right;
  font-weight: bold;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.5px;
}
.aa-primary-btn {
  font-size: 14px;
  padding: 6px 20px;
  border: 1px solid #e9e9e9;
  margin-top: 20px;
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  color: #fff;
  transition: 0.5s;
  background: #FF5245;
}
.aa-primary-btn:hover, .aa-primary-btn:focus {
  text-decoration: none;
  background: #ecb138;
  color: #fff;
}

.aa-primary-btn span {
  margin-right: 5px;
}
.aa-cartbox .aa-cartbox-summary ul li .aa-cartbox-info p i{
  padding-right: 5px;
  font-size: 14px;
}
.checkout-wrapper{padding-top: 40px; padding-bottom:40px; background-color: #fafbfa;}
.checkout{    background-color: #fff;
    border:0px solid #ddd;
     
    font-size: 14px;}
.panel{margin-bottom: 0px;}
.checkout-step {
    color: #fff;
    font-size: 14px;
    padding: 0px;
    background: #2A8E9D;
    position: relative;
    margin-bottom: 10px;
}

.checkout-step-number {
    border-radius: 50%;
    border: 1px solid #666;
    display: inline-block;
    font-size: 16px;
    height: 32px;
    margin-right: 26px;
    padding: 6px;
    text-align: center;
    color: #2A8E9D;
    width: 32px;
}
.checkout-step-title{ 
font-size: 18px;
    font-weight: 500;
    margin: 0px;
    padding: 10px 15px;
    text-transform: uppercase;
     }
 .checkout-step-title a{ 
color: #fff;
     }
.checout-address-step{}
.checout-address-step .form-group{margin-bottom: 18px;display: inline-block;
    width: 100%;}

.checkout-step-body{
    padding: 20px;
    padding-top: 20px;
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.checkout-step-active{display: block;}
.checkout-step-disabled{display: none;}

.checkout-login{}
.login-phone{display: inline-block;}
.login-phone:after {
    content: '+91 - ';
    font-size: 14px;
    left: 36px;
}
.login-phone:before {
    content: "";
    font-style: normal;
    color: #374050;
    font-size: 18px;
    left: 12px;
        display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.login-phone:after, .login-phone:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.login-phone .form-control {
    padding-left: 68px;
    font-size: 14px;
    
}
.checkout-login .btn{height: 42px;     line-height: 1.8;}
 
.otp-verifaction{margin-top: 30px;}
.checkout-sidebar{background-color: #fff;
    border:1px solid #eaefe9; padding: 30px; margin-bottom: 30px;}
.checkout-sidebar-merchant-box{background-color: #fff;
    border:1px solid #eaefe9; margin-bottom: 30px;}
.checkout-total{border-bottom: 1px solid #eaefe9; padding-bottom: 10px;margin-bottom: 10px; }
.checkout-invoice{display: inline-block;
    width: 100%;}
.checout-invoice-title{    float: left; color: #30322f;}
.checout-invoice-price{    float: right; color: #30322f;}
.checkout-charges{display: inline-block;
    width: 100%;}
.checout-charges-title{float: left; }
.checout-charges-price{float: right;}
.charges-free{color: #43b02a; font-weight: 600;}
.checkout-payable{display: inline-block;
    width: 100%; color: #374050;}
.checkout-payable-title{float: left; }
.checkout-payable-price{float: right;}

.checkout-cart-merchant-box{ padding: 20px;display: inline-block;width: 100%; border-bottom: 1px solid #eaefe9;
 padding-bottom: 20px; }
.checkout-cart-merchant-name{color: #30322f; float: left;}
.checkout-cart-merchant-item{ float: right; color: #30322f; }
.checkout-cart-products{}

.checkout-cart-products .checkout-charges{ padding: 10px 20px;
    color: #374050;}
.checkout-cart-item{ border-bottom: 1px solid #eaefe9;
    box-sizing: border-box;
    display: table;
    font-size: 12px;
    padding: 22px 20px;
    width: 100%;}
 .checkout-item-list{}
.checkout-item-count{ float: left; }
.checkout-item-img{width: 60px; float: left;}
.checkout-item-name-box{ float: left; }
.checkout-item-title{ color: #30322f; font-size: 14px;  }
.checkout-item-unit{  }
.checkout-item-price{float: right;color: #30322f; font-size: 14px; font-weight: 600;}


.checkout-viewmore-btn{padding: 10px; text-align: center;}

.header-checkout-item{text-align: right; padding-top: 20px;}
.checkout-promise-item {
    background-repeat: no-repeat;
    background-size: 14px;
    display: inline-block;
    margin-left: 20px;
    padding-left: 24px;
    color: #30322f;
}
.checkout-promise-item i{padding-right: 10px;color: #43b02a;}




.cart-checkout-btn {
  display: inline-block;
    margin-bottom: 0;
    margin-left: auto;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    background: #963e1a;
    font-weight: 500;
}

.cart-item {
  display: flex;
  padding: 20px;
  background: #fff;
  border-bottom: 1px solid #efefef;
}

.cart-item:last-child {
  border-bottom: 0;
}

.side-cart-items {
    
}

.cart-product-img {
    width: 130px;
  position: relative;
}

.cart-product-img img {
    width: 100%;
    border-radius: 5px;
  border: 1px solid #f7f7f7;
}

.offer-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    background: #963e1a;
    padding: 1px 10px 0px;
    border-radius: 3px;
    line-height: 20px;
}

.cart-text {
  margin-left: 20px;
  width: 100%;
  position: relative;
}

.cart-text h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #2b2f4c;
  text-align: left;
  margin-bottom: 0px;
}

.cart-close-btn {
    position: absolute;
    top: 2px;
    right: 0;
    background: transparent;
    border: 0;
    font-size: 18px;
    color: #2b2f4c;
}

.cart-close-btn:hover {
    color: #963e1a;
}
.pdpt-title{
     margin-top: 0px;   
}
.pdpt-title h4{
    padding: 12px 15px;
    border-bottom: 0px solid #ddd;
    background: #2A8E9D;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0px;
    }
.order-right{
  width: 100%;
  height: auto;
  padding:0px;
  border: 0px solid #eee;
}
.order-right .ordercont{
  width: 100%;
  height: auto;
  background: #fff;
  padding: 15px;
  border: 1px solid #ddd;
}

.cart-item-price span {
    color: #c7c7c7;
    text-decoration: line-through;
    margin-left: 10px;
    font-weight: 600;
}

.cart-product-img {
    width: 130px;
  position: relative;
}

.cart-product-img img {
    width: 100%;
    border-radius: 5px;
  border: 1px solid #f7f7f7;
}

.offer-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    background: #963e1a;
    padding: 1px 10px 0px;
    border-radius: 3px;
    line-height: 20px;
}

.cart-text {
  margin-left: 20px;
  width: 100%;
  position: relative;
}

.cart-text h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #2b2f4c;
  text-align: left;
  margin-bottom: 0px;
}

.cart-close-btn {
    position: absolute;
    top: 2px;
    right: 0;
    background: transparent;
    border: 0;
    font-size: 18px;
    color: #2b2f4c;
}

.cart-close-btn:hover {
    color: #963e1a;
}

.total-checkout-group {
    padding: 20px 20px 0;
    border-top: 1px solid #efefef;
    margin-top: 10px;
}
.saving-total {
    padding: 20px 20px 0;
}
.cart-total-dil {
    display: flex;
    width: 100%;
    align-items: center;
}
.main-total-cart {
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.cart-top-total {
  background: #fff;
    border-bottom: 1px solid #efefef;
    padding: 20px;
}

.cart-total-dil {
width: 100%;
    margin: 0px;
    text-align: left;
    padding: 10px 0px 10px 0px;
    display: flex;
    border-bottom: 1px dotted #ddd;
}

.cart-total-dil h4 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #374050;
    line-height: 24px;
}

.cart-total-dil span {
  color: #374050;
    font-size: 18px;
    margin-left: auto;
    font-weight: 400;
  line-height: 24px;
}
.cart-total-dil span i {
    font-size: 16px;
}

.main-total-cart {
  display: flex;
  padding: 20px 0px 10px 0px;
  border: none;
}

.saving-total {
    padding: 20px 20px 0;
}

.main-total-cart h2 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    color: #2b2f4c;
    line-height: 24px;
}

.main-total-cart span {
  color: #FF5245;
    font-size: 18px;
    margin-left: auto;
    font-weight: 700;
  line-height: 24px;
}

.checkout-cart {
  display: flex;
    padding: 20px;
  align-items: center;
}

.promo-code {
  font-size: 14px;
  font-weight: 600;
  color: #2b2f4c;
  line-height: 24px;
}

.promo-code:hover {
  color: #963e1a !important;
}

.cart-checkout-btn {
  display: inline-block;
    margin-bottom: 0;
    margin-left: auto;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    background: #963e1a;
    font-weight: 500;
}

.cart-item {
  display: flex;
  padding: 20px;
  background: #fff;
  border-bottom: 1px solid #efefef;
}

.cart-item:last-child {
  border-bottom: 0;
}

.side-cart-items {
    
}

.cart-product-img {
    width: 130px;
  position: relative;
}

.cart-product-img img {
    width: 100%;
    border-radius: 5px;
  border: 1px solid #f7f7f7;
}

.offer-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    background: #963e1a;
    padding: 1px 10px 0px;
    border-radius: 3px;
    line-height: 20px;
}

.cart-text {
  margin-left: 20px;
  width: 100%;
  position: relative;
}

.cart-text h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #2b2f4c;
  text-align: left;
  margin-bottom: 0px;
}
.cart-text p {
  font-size: 16px;
  color: #2b2f4c;
  text-align: left;
  margin-bottom: 0px;
}



.orderdiv {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 20px;
    float: left;
    width: 100%;
}
.orderdiv .image {
  position: relative;
   }
.orderdiv .image img {
    display: block;
    width: 100px;
    height: 80px;
    float: left;
   }
.orderdiv .descriptionl {
background: #fff;
    padding: 0px 0px 0px 30px;
    border: 0px solid #eee;
    overflow: hidden;
 }
.orderdiv .descriptionl h5 {
    padding: 0px;
    margin: 0px 0px 10px 0px;
    color: #fc1654;
    font-size: 18px;
}
.orderdiv .descriptionl h5 small {
padding: 0px 0px 0px 10px;
    margin: 0px;
    color: #666;
    font-size: 12px;
}
 .orderdiv .descriptionl h6 {
  padding: 0px;
    margin: 0px 0px 10px 0px;
  color: #374050;
 }

  .orderdiv .descriptionl .complete {
  padding: 0px;
    margin: 0px 0px 0px 0px;
  color: #219e3b;
  font-size: 14px;
 }

 .orderdiv .descriptionl .complete span {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 2px solid #219e3b);
    display: inline-block;
    margin-right: 8px;
   background:#219e3b;
}

  .orderdiv .descriptionl h6 small {
  padding: 0px;
  margin: 0px;
  color: #999;
 }
 .orderdiv .descriptionl p {
    padding: 0px;
    margin: 0px 0px 5px 0px;
    color: #374050;
 }

/*button*/
.btn-danger {
    color: #fff;
    background-color: #FF5245;
    border-color: #FF5245;
}
.btn-danger:hover {
    color: #fff;
    background-color: #ecb138;
    border-color: #ecb138;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .3rem .75rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: .25rem;
  }


  /* @Media All */
  @media (max-height: 768px), (max-width: 1200px) {


}

@media (max-width: 768px) {
.text-slide {
    width: 100%;
    text-align: center;
    left: 0%; 
    line-height: 40px;

}
 .text-slide span {
    text-align: center;
    position: relative;
    float: left;
    line-height: 30px;
}
.textSliderbg {
    width: 100%;
    float: left;
    min-height: 140px;
    padding: 20px 0px 20px 0px;
}
.footer-wrap {
    padding: 20px 0 20px 0;
}
.monsnary-item {
    margin-bottom: 20px;
}
.list-team .leftimg {
    float: none;
    width: 120px;
    margin: 0px auto 15px;
}
.list-team .listcont {
    text-align: center;
}
.list-team .listcont p {
    text-align: center;
}
.live-classes .image img {
    width: 100%;
}
.live-classes .descriptionl {
    padding: 20px 0px 0px 0px;
    overflow: hidden;
    float: left;
}
.blog .entry .entry-img img {
    /* height: auto; */
    /* margin: -30px -30px 20px -30px; */
    /* overflow: hidden; */
    width: 100%;
    position: relative;
    display: block;
}
.slick-prev {
    left: -10px;
}
.slick-next {
    right: -20px;
}
.shopping-cart .total-amount .right ul {
    margin: 0px;
    padding: 0px;
}
.shopping-cart .total-amount .right {
    padding-left: 0px;
}
#topbar {
    display: block!important;
}
#topbar .contact-info .content-left {
    display: none;
}
#header {
    height: 90px;
    transition: all 0.5s;
    z-index: 1;
    transition: all 0.5s;
    padding: 20px 0;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    position: relative!important;
}

 }



.sidebar-menu {
  list-style: none;
  margin: 0 0 0px 0;
  padding: 0;
  background-color: #eee;
  border: 0px solid #ddd;

   }
.sidebar-menu > li {

     }
.sidebar-menu > li > a {
  padding: 5px 5px 5px 20px;
  display: block;
  border-bottom: 1px solid #ccc;
  color: #374050;
  font-size: 14px;

  }
.sidebar-menu > li > a > .fa {
width: 20px; }
.sidebar-menu > li:hover > a, .sidebar-menu > li.active > a {
color: #fff;
background: #FF5245;
border-left-color: #3c8dbc; }
.sidebar-menu > li .label,
.sidebar-menu > li .badge {
margin-top: 3px;
margin-right: 5px; }
.sidebar-menu li.sidebar-header {
padding: 10px 25px 10px 15px;
font-size: 12px;
color: #4b646f;
background: #1a2226; }
.sidebar-menu li > a > .fa-angle-left {
width: auto;
height: auto;
padding: 0;
margin-right: 10px;
margin-top: 3px; }
.sidebar-menu li.active > a > .fa-angle-left {
transform: rotate(-90deg); }
.sidebar-menu li.active > .sidebar-submenu {
display: block; }
.sidebar-menu a {
color: #b8c7ce;
text-decoration: none; }
.sidebar-menu .sidebar-submenu {
display: none;
list-style: none;
padding-left: 5px;
margin: 0 1px;
background: #f6f6f6;
color: #374050;
}
.sidebar-menu .sidebar-submenu .sidebar-submenu {
padding-left: 20px; }
.sidebar-menu .sidebar-submenu > li > a {
padding: 5px 5px 5px 15px;
display: block;
border-bottom: 1px solid #ddd;
font-size: 13px;
font-family: "Open Sans", sans-serif;
color: #374050; }
.sidebar-menu .sidebar-submenu > li > a > .fa {
width: 20px; }
.sidebar-menu .sidebar-submenu > li > a > .fa-angle-left,
.sidebar-menu .sidebar-submenu > li > a > .fa-angle-down {
width: auto; }
.sidebar-menu .sidebar-submenu > li.active > a, .sidebar-menu .sidebar-submenu > li > a:hover {
color: #2A8E9D; }

.sidebar-menu-rtl {
list-style: none;
margin: 0;
padding: 0;
background-color: #222d32; }
.sidebar-menu-rtl > li {
position: relative;
margin: 0;
padding: 0; }
.sidebar-menu-rtl > li > a {
padding: 12px 15px 12px 5px;
display: block;
border-left: 3px solid transparent;
color: #b8c7ce; }
.sidebar-menu-rtl > li > a > .fa {
width: 20px; }
.sidebar-menu-rtl > li:hover > a, .sidebar-menu-rtl > li.active > a {
color: #fff;
background: #1e282c;
border-left-color: #3c8dbc; }
.sidebar-menu-rtl > li .label,
.sidebar-menu-rtl > li .badge {
margin-top: 3px;
margin-right: 5px; }
.sidebar-menu-rtl li.sidebar-header {
padding: 10px 15px 10px 25px;
font-size: 12px;
color: #4b646f;
background: #1a2226; }
.sidebar-menu-rtl li > a > .fa-angle-left {
width: auto;
height: auto;
padding: 0;
margin-right: 10px;
margin-top: 3px; }
.sidebar-menu-rtl li.active > a > .fa-angle-left {
transform: rotate(-90deg); }
.sidebar-menu-rtl li.active > .sidebar-submenu {
display: block; }
.sidebar-menu-rtl a {
color: #b8c7ce;
text-decoration: none; }
.sidebar-menu-rtl .sidebar-submenu {
display: none;
list-style: none;
padding-right: 5px;
margin: 0 1px;
background: #2c3b41; }
.sidebar-menu-rtl .sidebar-submenu .sidebar-submenu {
padding-right: 20px; }
.sidebar-menu-rtl .sidebar-submenu > li > a {
padding: 5px 15px 5px 5px;
display: block;
font-size: 14px;
color: #8aa4af; }
.sidebar-menu-rtl .sidebar-submenu > li > a > .fa {
width: 20px; }
.sidebar-menu-rtl .sidebar-submenu > li > a > .fa-angle-left,
.sidebar-menu-rtl .sidebar-submenu > li > a > .fa-angle-down {
width: auto; }
.sidebar-menu-rtl .sidebar-submenu > li.active > a, .sidebar-menu-rtl .sidebar-submenu > li > a:hover {
color: #fff; }

.shopbg {
display: inline-block;
/*    width: 100%;
    height: auto;*/
    background-color: #d8ecef;
    color: #374050;
    padding: 30px 0px;
    text-decoration: none;
}
.scroll-img {
    width: 100%;
    margin: 0px auto;
}

.slick-slide {
  margin: 0px 0px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-slide {
  transition: all ease-in-out .3s;
  opacity: inherit;
}

.slick-active {
  opacity: inherit;
}

.slick-current {
  opacity: inherit;
}
.slick-prev:before, .slick-next:before {
    font-size: 24px!important;
    color: #666!important;
}

.spacing {
  padding-top:7px;
  padding-bottom:7px;
}
.middlePage {
  width: 680px;
    height: 500px;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
/* add appropriate colors to fb, twitter and google buttons */


.fbbg{
margin: 0 auto;
    text-align: center;
    padding: 0px 0px 20px 0px;
}
.fbbg h5{
    margin: 0 auto;
    text-align: center;
    padding: 15px 0px 20px 0px;
    font-weight: normal;
    font-size: 20px;
}

.fb {
  background-color: #3B5998;
  color: #fff;
    border: none;
    border-radius: 4px;
    margin: 0px 10px 10px 0px;
    display: inline-block;
}
.fb a{
  background-color: #3B5998;
  color: #fff;
    border: none;
    border-radius: 4px;
    margin: 0px 0;
    padding: 5px 10px;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
}
.fb a:hover {
  opacity: 1;
  background-color: #3B5998;
  color: #eee;
}

.twitter {
  background-color: #55ACEE;
  color: #fff;
    border: none;
    border-radius: 4px;
    margin: 0px 10px 10px 0px;
    display: inline-block;
}
.twitter a{
  background-color: #55ACEE;
  color: #fff;
    border: none;
    border-radius: 4px;
    margin: 0px 0;
    padding: 5px 10px;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
}
.twitter a:hover {
  opacity: 1;
  background-color: #55ACEE;
  color: #eee;
}


.google {
  background-color: #dd4b39;
  color: #fff;
    border: none;
    border-radius: 4px;
    margin: 0px 10px 10px 0px;
    display: inline-block;
}
.google a{
  background-color: #dd4b39;
  color: #fff;
    border: none;
    border-radius: 4px;
    margin: 0px 0;
    padding: 5px 10px;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
}
.google a:hover {
  opacity: 1;
  background-color: #dd4b39;
  color: #eee;
}
.fprIlH {

    display: none!important;
}

.coursedet  {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  float: left;
  width: 100%;
  border: 0px solid #ddd;
  background: #fff;
  }
.coursedet .detimg {
  margin: 0px 20px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 1px solid #ddd;
  float: left;
  width: 300px;
}
.coursedet .detcont {
  padding: 0 0px 0 0px;
  overflow: hidden;
}
.coursedet .detcont h4 {
  margin: 0 0 5px;
  color: #fe1655;
  width: 100%;
  min-height: auto;
  font-size: 24px;
  line-height: 28px;
}
.coursedet .detcont h5 {
  margin: 0 0 5px;
  color: #374050;
  width: 100%;
  min-height: auto;
  font-size: 17px;
  line-height: 28px;
}
.coursedet .detcont span {
  margin: 0 0 0px;
  color: #bc0000;
  padding: 0px 2px 0px 2px;
}
.coursedet .detcont p{
  padding: 0px 0px 0px 0px;
  color: #374050;
  float: left;
  text-align: left;
  line-height: 22px;
  height: auto;
  width: 100%;
  display: block;
  margin: 0px 0px 10px 0px;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: normal;
}
.btn-buy {
  color: #fff;
  background-color: #2a8e9d;
  border-color: #228594;
}
.btn-buy:hover {
    color: #fff;
    background-color: #106a77;
    border-color: #228594;
}

a.viewall1:hover {
    color: #fff;
}

.viewall1 {
    color: #fff;
    text-align: center;
    width: 200px;
    display: block;
    padding: 7px 0px 3px 0px;
    font-size: 13px;
 margin-bottom: 25px;
    border: 1px solid #fff;
    text-transform: uppercase;
}

.mt-20 {
    margin-top: 20px;
}


.pt-20 {
    padding-top: 20px!important;
}


.livee::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #FF5245;
	margin-bottom: 10px;
}
.slider_content {
	color:#fff!important;
}