body{font-family: 'Poppins', sans-serif;font-size: 14px; color: #666;}
h1,h2,h3,h4,h5{font-family: 'Poppins', sans-serif; margin: 0; padding: 0;}
*:focus{ outline: none; box-shadow: none }
a {
    color: #1287c4;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    outline: none;
    text-decoration: none;
    cursor: pointer !important;
}

@media (min-width: 1500px) {
  .container {
    max-width: 1340px;
  }
}
.bg-grey{ background: #f6f6f6; }
.zoom_img{
-moz-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
-ms-transition: all 1s;
transition: all 1s;
}
.zoom_img:hover {
-o-transform: scale(1.5);
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
}
/* Header */
.header-top{ background: #282828;padding: 5px 0; }
.header-top a{color: #fff;}
.header-top a:hover{color: #7abfe3;}
.header-top .sign-cont .fa{margin-right: 5px; }
.header-top .social-bar li{ margin:0 8px 0 0; }
.header-top .social-bar a{ border:1px solid #7abfe3; border-radius: 2px; padding: 2px 6px; width: 28px}
.header-top .social-bar a:hover, .header-top .social-bar a:focus{background: #7abfe3; border:1px solid #7abfe3; color: #fff;-webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; transition: all 0.3s ease-in;}
.menu-navigation .navbar-nav .nav-item{ margin:0 4px; }
.menu-navigation .navbar-nav .nav-link{padding: 12px 20px;text-transform: uppercase;font-weight: 600;color: #282828; } 
.dropdown-item{ padding: 8px 20px }
.dropdown-menu{ border-radius: 0; margin: 0; }
.dropdown-item.active, .dropdown-item:active{ background:#1287c4  }
.menu-navigation .navbar-nav .nav-link:hover, .menu-navigation .navbar-nav .nav-link:focus, .menu-navigation .navbar-nav .nav-link.active{background: #1287c4; color: #fff; border-radius: 4px 4px 0 0}
.search-filter-wrap .dropdown-toggle{background: #fff;border: 2px solid #e5e5e5;border-radius: 4px 0 0 4px; border-right: none;text-align: left;padding: 8px 15px;position: relative;}
.search-filter-wrap .dropdown-toggle:after{ position: absolute; right: 10px; top:17px; }
.search-filter-wrap .input-group-append .btn { background: #1287c4; padding: 8px 15px;    }
.search-filter-wrap .input-group-append .btn .fa{ font-size: 18px; }
.whishlist-wrap{ border:2px solid #e5e5e5; border-radius: 5px;    padding: 0px 8px; position: relative; color: #282828; line-height: 41px;}
.whishlist-wrap .badge-new {top:-12px; left: auto; right: -15px; border-radius: 50%;background: #1287c4;
    color: #fff;width: 25px;height: 25px;line-height: 25px;text-align: center;font-size: 12px; padding: 0;}
.whishlist-wrap .fa{font-size: 20px;vertical-align: middle;}
.widget-header{ border:2px solid #e5e5e5; border-radius: 5px;  position: relative; color: #282828; line-height: 41px; margin-left: 20px; margin-right: 0; position: relative;}
.whishlist-wrap:hover .fa, .whishlist-wrap:focus .fa{ color: #1287c4 }
.widget-header .badge-new {top:-12px; left: 28px; right: auto;border-radius: 50%;background: #1287c4; color: #fff; width: 25px;height: 25px;line-height: 25px;text-align: center; font-size: 12px; padding: 0;}
.cart-details span{ color: #ff2d37; font-weight: 600}
.widget-header:hover{color: #1287c4}
.widget-header:hover .fa, .widget-wrap:focus .fa{ color: #1287c4 }
.widget-header .fa{font-size: 20px;vertical-align: middle;}
.widget-header .icon-cart{border-right:2px solid #e5e5e5; padding: 0px 10px;}
.search-filter-wrap .form-control{ border:2px solid #e5e5e5; }

/*Home banner*/
.price-tag{ background: #fff; box-shadow: 0px 2px 5px rgba(0,0,0,0.3); border-radius: 50%; width: 140px; height: 140px; line-height: 30px; text-align: center;color: #222;    padding: 32px 0; position: absolute; top:0;     left: 50%; }
.price-tag span{ font-size: 32px; color: #ff2d37; display: inline-block; width: 100%; font-weight: bold; font-family: 'Poppins', sans-serif; }
.carousel-caption {transform: translateY(-50%);top: 50%;font-family: 'Poppins', sans-serif;max-width: 1340px;margin: auto;}
.carousel-caption h3{font-size: 40px;color: #33363d;margin: 0;}
.carousel-caption h2{font-size: 60px;color: #1287c4;line-height: 40px;}
.carousel-caption h2 > span{font-size: 28px;color: #33363d;}
.carousel-control-prev { font-size: 30px; width: 50px; height: 50px; background: #fff; border-radius: 50%; box-shadow: 1px 2px 3px rgba(0,0,0,0.1); color: #1287c4; top:50%; transform: translateX(-50%); left: 40px;opacity:1;  }
.carousel-control-next { font-size: 30px; width: 50px; height: 50px; background: #fff; border-radius: 50%; box-shadow: 1px 2px 3px rgba(0,0,0,0.1); color: #1287c4; top:50%; transform: translateX(-50%); opacity:1;  }
.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {color: #fff;text-decoration: none;background: #1287c4; outline: 0;opacity: 1;}
.btn-default{background: #1287c4;border:1px solid #1287c4; color: #fff; padding:10px 20px; border-radius: 25px; text-transform: uppercase; font-weight: 600}
.btn-default:hover{ background: #fff; color: #1287c4; border:1px solid #1287c4; }

/* Featured Products*/
.title-section h2{font-size: 24px;color: #222; text-align: center; margin-bottom: 10px;}
.title-section p.lead{font-size: 14px;font-weight: normal;letter-spacing: 0.8px;margin: 0;}
.filter-button{ background: #eeeeee; color: #333333; padding: 7px 20px; border-radius: 20px; border:1px solid #dddddd;-webkit-transition: all 0.3s ease-in;-moz-transition: all 0.3s ease-in;transition: all 0.3s ease-in;
    font-weight: 600;margin:0 5px;}
.filter-button:hover, .filter-button:focus, .filter-button:active, .filter-button.active{
    border: 1px solid #1287c4;text-align: center;color: #fff;background-color: #1287c4;-webkit-transition: all 0.3s ease-in;-moz-transition: all 0.3s ease-in;transition: all 0.3s ease-in;}
.featured-products .card-product .title{font-size: 14px;}
.featured-products .card-product .price-wrap{color: #1190ce;font-size: 16px;font-weight: 600;}
.featured-products .card-product .price-wrap .price-old{ font-weight: normal;  }
.featured-products .badge-new{ left: auto; right: 25px; border-radius: 50%; background: #222; color: #fff; width: 35px;height: 35px;line-height: 35px;text-align: center;font-size: 10px;padding: 0; }
/* Featured Products*/

/* Shop Category */
.shop-categories .card{ border:none; border-radius: 0;-webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in;transition: all 0.3s ease-in;box-shadow: 0px 2px 5px rgb(236, 236, 236);}
.shop-categories .card:hover{ box-shadow: 0px 4px 8px rgb(191, 191, 191);-webkit-transition: all 0.3s ease-in;-moz-transition: all 0.3s ease-in;transition: all 0.3s ease-in;  }
.shop-categories .card-body{color: #222;}
.shop-categories .card-body a{ color: #1287c4; font-size: 15px;-webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;transition: all 0.3s ease-in;  }
.shop-categories .card-body a:hover, .shop-categories .card-body a:focus{-webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;transition: all 0.3s ease-in; }

/* onsale-banners */
.onsale-banners .card-banner{ border-radius: 0; margin-bottom: 15px;}
.onsale-banners .card-banner .card-title{font-size: 16px; font-weight: 400; color: #fff; }
.onsale-banners .card-banner .card-text{font-weight: bold; font-size:24px; letter-spacing: 0.5px; }
.onsale-banners .btn-default{padding: 6px 15px;}
.onsale-banners .btn-default:hover{ background: none; border:1px solid #fff; color: #fff; }

/* Product Caraousel*/
.featured-product-carousel .badge-new{ right: 10px }
.featured-product-carousel .owl-prev {left: -20px;  width: 40px; height: 40px; background: #fff; border-radius: 50%; box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3); color: #1287c4; }
.featured-product-carousel .owl-next { right: -20px; width: 40px; height: 40px; background: #fff; border-radius: 50%; box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3); color: #1287c4;}
.featured-product-carousel .owl-prev:hover, .featured-product-carousel .owl-prev:focus, .featured-product-carousel .owl-next:hover, .featured-product-carousel .owl-next:focus {
    color: #fff;text-decoration: none;background: #1287c4;outline: 0;opacity: 1;-webkit-transition: all 0.3s ease-in;-moz-transition: all 0.3s ease-in;transition: all 0.3s ease-in;}


/* Support Services*/
.support-services .card-body{background: none;}
.support-services .itemside .title{ font-size: 14px; font-weight: 600;color: #282828 !important;margin-bottom: 2px; }
.support-services .itemside p{ font-weight: normal; font-size: 13px; color: #888 !important; margin: 0; }
.support-services .itemside .text-wrap {padding:10px 0 0 10px;}
.support-services .icon-wrap{ border:2px solid #e5e5e5;     line-height: 50px; overflow: hidden; -webkit-transition: all 0.3s ease-in;-moz-transition: all 0.3s ease-in;transition: all 0.3s ease-in;}
.support-services .icon-wrap:hover{border:2px solid #1287c4; -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;transition: all 0.3s ease-in; transform: -webkit-rotate(360deg); transform: -moz-rotate(360deg); transform: rotate(360deg);}

/* Footer*/
.footer-top .title{ font-size: 18px; color: #222; text-transform: uppercase; margin-bottom: 20px;    margin-top: 10px; }
.footer-top li{ margin:12px 0; color: #666 }
.footer-top li span{ width: -webkit-calc(100% - 40px); width: -moz-calc(100% - 40px); width: calc(100% - 40px); padding-left: 10px;}
.footer-top li .fa{font-size: 20px;float: left;color: #1287c4;}
.footer-top li a{ color: #666 }
.footer-top li a:hover, .footer-top li a:focus{ color:#1287c4;  }
.payment-methods ul{margin-bottom: 0;}
.payment-methods li{display: inline-block;}
.payment-methods li img{ width: 50px; margin: 0 2px 0 0; }
.footer-middle{ background: #181818; border-radius: 5px; }
.footer-middle .single{ padding: 20px }
.footer-middle .single h2 {font-size: 18px;color: white;text-transform: uppercase; display: inline-block;
    vertical-align: middle;float: right; padding: 10px 20px 0 0; }
.footer-middle .single .input-group{ width:400px; float: right; }
.footer-middle .single .form-control {height: 40px;background: #fff;border-color: transparent; border-radius: 4px 0 0 4px; }
.footer-middle .single .form-control:focus {box-shadow: none;border-color: #1287c4; }
.footer-middle .single .btn {min-height:40px; border-radius:0 4px 4px 0;background:#1287c4;color:#fff; text-transform: uppercase; letter-spacing: 0.4px; font-weight: 600}
.footer-middle .btn-group{ padding: 24px; text-align: center; background: #383838; border-radius: 4px 0 0 4px; }
.footer-middle .btn-group a{ border-radius: 4px !important; background: #fff; color: #222; margin: 0 4px !important; padding:4px 8px; width: 40px; }
.footer-middle .btn-group a:hover, .footer-middle .btn-group a:focus{ color: #fff; background: #1287c4;-webkit-transition: all 0.3s ease-in;    -moz-transition: all 0.3s ease-in;transition: all 0.3s ease-in; }

#return-to-top {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    padding: 0.625rem 0.9375rem;
    color: #ffffff;
    background: #1287c4;
    z-index: 99;
    border-radius: 0.1875rem;
    box-shadow: 0.0625rem 0.125rem 0.1875rem #000000;
    display: none;
    cursor: pointer;
}

/*15 Oct 2019*/
.search_banner{background: rgba(0,0,0,0.3);padding: 20px;border-radius: 6px;}
.search_banner .form-control{height:38px !important; border-radius:2px;}
.shop-categories .card-img-top:hover{opacity:0.8;transition: all 1s;}


/*Testimonials*/
.shadow-effect {
	background: #fff;
	padding: 20px;
	border-radius: 4px;
	text-align: center;
	border:1px solid #ECECEC;
	box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
#customers-testimonials .shadow-effect p {
	font-family: inherit;
	font-size: 17px;
	line-height: 1.5;
	margin: 0 0 17px 0;
	font-weight: 300;
}
#customers-testimonials .testimonial-name {
	margin: -17px auto 0;
	display: table;
	width: auto;
	background: #3190E7;
	padding: 9px 35px;
	border-radius: 12px;
	text-align: center;
	color: #fff;
	box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#customers-testimonials .item {
	text-align: center;
	padding: 0px;
		margin-bottom:50px;
	opacity: .2;
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
	opacity: 1;
	-webkit-transform: scale3d(1.0, 1.0, 1);
	transform: scale3d(1.0, 1.0, 1);
}
#customers-testimonials.owl-carousel .owl-item img {
	transform-style: preserve-3d;
	width: 90px;
	height:90px;
	border-radius:50%;
	margin: 0 auto 17px;
	
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
	background: #3190E7;
	transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
	display: inline-block;
	width: 100%;
	text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
	display: inline-block;
	background: transparent;
	height: 10px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot:focus{
	border:none; outline:none;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
	background: #3190E7;
	display: inline-block;
	height: 20px;
	margin: 0 2px 5px;
	transform: translate3d(0px, -50%, 0px) scale(0.3);
	transform-origin: 50% 50% 0;
	transition: all 250ms ease-out 0s;
	width: 20px;
}
/*Testimonials*/

/*Calelog Page CSS*/
.suject_card {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  margin: 0;
  padding: 0;
  height: 100%;
  max-height: 368px;
  border-radius: 20px 0;
  overflow: hidden;
  border: solid 2px #7bbfe5;
}
.suject_card.half {
  max-height: 180px;
  min-height: 180px;
}
.suject_card:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.suject_card img {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 6;
  cursor: pointer;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
.suject_card:hover img {
  -o-transform: scale(2);
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.suject_card .card_content {
  position: absolute;
  z-index: 10;
  width: 100%;
  text-align: center;
  transform: scale(1);
  transition: all 0.6s;
  opacity: 1;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.suject_card .card_content h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-align: center;
}
.suject_card .card_content p {
  color: #ffffff;
  font-size: 16px;
  margin: 7px 0 10px;
  padding: 3px 0;
  font-weight: 500;
  text-align: center;
}
.suject_card a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  padding: 8px 10px;
  border-radius: 3px;
  display: inline;
  opacity: 0;
  transition: all 0.6s;
  white-space: nowrap;
}
.suject_card a li {
  display: inline-block;
  color: #fff;
}
.suject_card a .MuiIconButton-root {
  color: #fff !important;
}

.suject_card:hover a {
  opacity: 1;
  transition: all 0.6s;
}
.suject_card_gride {
  border: solid 1px #e6e6e6;
  border-radius: 20px 0;
  padding: 10px;
  margin-bottom: 15px;
}
.suject_card_gride:hover {
  background: #fff;
  box-shadow: 0px 0px 10px 4px #e2e2e2 !important;
}
.suject_card_gride h3 {
  color: #072b80;
  font-size: 17px;
  margin-bottom: 9px;
}
.suject_card_gride p.small {
  color: #999;
  font-size: 11px;
  margin-bottom: 0;
}
.suject_card_gride h3 {
  color: #072b80;
  font-size: 17px;
  margin-bottom: 9px;
}
.suject_card_gride h4 {
  color: #072b80;
  font-size: 15px;
  margin-bottom: 9px;
}
.suject_card_gride p.small {
  color: #999;
  font-size: 11px;
  margin-bottom: 0;
}
.suject_card_gride .suject_card {
  max-height: 180px;
  min-height: 180px;
}
.suject_card_gride .suject_card.min_height_auto {
  max-height: 90px;
  min-height: 90px;
}

.suject_card_gride .suject_card.half {
  max-height: 180px;
  min-height: 180px;
}

.catlog_gride {
  width: 100%;
}
.catlog_gride ul {
  width: 100%;
}
.catlog_gride ul li {
  background: #f7f7f7;
  width: 23%;
  margin: 0 1% 2%;
  padding: 10px;
  list-style: none;
  font-size: 16px;
  color: #333;
  border: solid 1px #ccc;
  border-radius: 6px;
  float: left;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.catlog_gride ul li:hover {
  background: #fff;
  box-shadow: 0px 0px 10px 4px #e2e2e2 !important;
}
.catlog_gride ul li .price {
  position: absolute;
  background: #072b80;
  text-align: center;
  font-size: 16px;
  color: #fff;
  top: 0;
  right: 0;
  padding: 6px 10px;
  border-radius: 0 0 0 4px;
  z-index: 100;
}
.catlog_gride ul li .subject_name {
  position: absolute;
  background: #072b80;
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 6px 10px;
  border-radius: 0 0 0 4px;
  z-index: 100;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.catlog_gride ul li a {
  color: #333;
  margin: 6px 3px 6px 0;
  float: left;
}
.catlog_gride ul li a:hover {
  color: #072b80;
}
.catlog_gride ul li h3 {
  color: #072b80;
  margin: 8px 0;
  font-size: 18px;
  line-height: 20px;
  display: block;
  width: 100%;
}
.catlog_gride ul li h3 span {
  color: #999;
  margin: 0;
  font-size: 14px;
}
.catlog_gride ul li p {
  color: #333;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  display: block;
  width: 100%;
}

.catlog_gride ul li .img_wrap {
  overflow: hidden;
  border-radius: 4px;
  max-width: 100%;
  max-height: 150px;
  margin: auto;
}
.catlog_gride ul li .img_wrap img {
  max-width: 100%;
  border-radius: 4px;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.catlog_gride ul li .img_wrap:hover img {
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.12);
}


/* Courses */
.uourses_section{}



.carousel-indicators {bottom: 0px;}

/* DROPDON MENU*/
#navbarDropdownMenuLink{width:90px;}
.library_dropdown_menu{height: 41px;}
.library_dropdown_menu .dropdown-item .dropdown-submenu > .dropdown-menu  a{color: #666;display: block;width: 100%;}
.library_dropdown_menu .navbar-expand-md .navbar-nav .dropdown-menu-right {right: inherit;left: 0; position:absolute !important}
.library_dropdown_menu .navbar-nav li:hover > ul.dropdown-menu {display: block; padding:0;}
.library_dropdown_menu .dropdown-submenu .dropdown-submenu{position:relative;border-bottom: solid 1px #e0e8eb !important;border-radius: 0 !important;}
.library_dropdown_menu .dropdown-submenu .dropdown-submenu:last-child{border: none !important;}
.library_dropdown_menu .dropdown-item{padding: 7px 20px 7px 10px;border-bottom: solid 1px #e0e8eb !important;}
.library_dropdown_menu .dropdown-item:hover{background: #ebf2f4;}
.library_dropdown_menu .dropdown-submenu .dropdown-toggle{border: none;}
.library_dropdown_menu .dropdown-item.active, .library_dropdown_menu .dropdown-item:active{color: #1287c4;}
.library_dropdown_menu .dropdown-submenu .dropdown-toggle::after {vertical-align: middle;margin-top: -6px;content: "\f105";font: normal normal normal 14px/1 FontAwesome;border-top: none;border-right: 0;border-bottom: 0;border-left: 0;}
.library_dropdown_menu .dropdown-submenu>.dropdown-menu {top:0;left:100%;margin-top:-1px;}
