/*
Author       : Themesvila
Template Name: Edumoon Main Style
Version      : 1.0
*/

/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/

  html[lang="ru-RU"] .csttextuz{
        display: none;
        }
  html[lang="ru-RU"] .csttexten{
		display: none;
	}
  html[lang="uz-UZ"] .csttextru{
        display: none;
        }
  html[lang="uz-UZ"] .csttexten{
		display: none;
	}
  html[lang="en-US"] .csttextuz{
        display: none;
        }
  html[lang="en-US"] .csttextru{
		display: none;
	}

.tutor-course-details-widget-col-2 ul>li{
	width:100%!important;
}
#loading-spinner img{
	margin:80px auto;
	width:64px;
}
.scourse_meta{
	border: 1px solid #f1f1f1;
	box-shadow:0 6px 26px rgb(255 0 0 / 12%);
	padding:16px;
	background:#f8f8f8;
	border-radius:16px;
}

@media (max-width:1650px){
	body .navbar-brand, body .navbar-brand img{
	width:150px!important;
}
}
@media (min-width:1651px){
	body .navbar-brand, body .navbar-brand img{
	width:250px!important;
}
}
.col-70.justify-content-center{
	text-align:center;
}
#course-filter-form{
	text-align: left;
    justify-content: end;
    display: flex;
    margin-bottom: 40px;
    gap: 16px;
}
#class_filter{
	    width: 320px;
}
#filter_button{
	background:#ff0158!important;
	border:none;
	color:#fff;
	transition:all ease-in-out 0.3s;
	border-radius:4px;
}
#filter_button:hover{
	background:#D7004A;
}
body {
  color: #555;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
}
html,
body {
  height: 100%;
	
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  font-family: "Urbanist", sans-serif;
  color: #222;
  font-weight: 700;
}
.course_content h2{
	min-height:64px;
}
.blog-content h3{
	min-height:136px;
}
.blog .col-xl-12.text-center p{
	display:none;
} 
article .blog-content h3{
	min-height:0;
}
@media (min-width: 1920px) {
    #main-menu li {
        padding: 5px 20px!important;
    }
}

a {
  color: #444;
  text-decoration: none;
  transition: all 0.2s ease 0s;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #0d5ff9;
}

p {
  margin-bottom: 15px;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style:none;
}
fieldset {
  border: 0 none;
  margin: 0 auto;
  padding: 0;
}
img {
  max-width: 100%;
}
.mb50 {
  margin-bottom: 50px;
}
.pt80 {
  padding-top: 80px;
}
.pb70 {
  padding-bottom: 70px;
}
.shortcode_custom .main-banner{
display:none;
}
.tutor-course-filter{
display:none;
}
.pt160 {
  padding-top: 160px !important;
}
.col-10 {
  max-width: 10%;
}
.col-20 {
  max-width: 17%;
}
.col-30 {
  max-width: 30%;
}
.col-40 {
  max-width: 40%;
}
.col-60 {
  max-width: 60%;
}
.col-70 {
  max-width: 73%;
}
.col-80 {
  max-width: 80%;
}
.section-padding {
  padding: 60px 0;
}
.section-title {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
.section-title span {
  font-weight: 600;
  font-size: 20px;
  color: #0d5ff9;
  display: block;
  margin-bottom: 5px;
}
.section-title h2 {
  font-size: 35px;
}

.white-title h2 {
  color: #fff;
}

/* Preloader */

.preloader {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #275efe;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

/* Animation */

.spinning {
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Buttons */
.mobile.white-btn.bt  {
  padding: 8px;
  font-size: 14px;
}
#place_order,
.cart-collaterals .cart_totals .wc-proceed-to-checkout a,
.bt {
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 17px;
  font-weight: 600;
  display: inline-block;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}


#place_order,
.cart-collaterals .cart_totals .wc-proceed-to-checkout a,
.bg_btn {
  background-color: #0d5ff9;
  border: 2px solid #0d5ff9;
  color: #fff;
  transition: 0.5s;
}
#place_order {
  padding: 16px 32px;
  width: 100%;
  font-weight: 600;
}

.wborder_btn {
  border: 2px solid #fff;
  color: #fff;
}
.white-btn {
  background: #fff;
  color: #222;
  border: 2px solid #fff;
}

.white-btn:before,
.wborder_btn:before,
#place_order:before,
.bg_btn:before,
.cart-collaterals .cart_totals .wc-proceed-to-checkout a:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 100%;
  margin: -15px 0 0 1px;
  width: 15%;
  height: 30px;
  border-radius: 50%;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale3d(1, 2, 1);
  transform: scale3d(1, 2, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}

#place_order:before,
.bg_btn:before,
.cart-collaterals .cart_totals .wc-proceed-to-checkout a:before {
  background: #fff;
}
.wborder_btn:before {
  background-color: #0d5ff9;
}
.white-btn:before {
  background: #0f2b5a;
}

.cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover::before,
#place_order:hover::before,
.bg_btn:hover::before,
.wborder_btn:hover::before,
.white-btn:hover::before {
  -webkit-transform: scale3d(9, 9, 1);
  transform: scale3d(9, 9, 1);
}
#place_order:hover,
.bg_btn:hover,
.bg_btn:focus,
.cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover,
.cart-collaterals .cart_totals .wc-proceed-to-checkout a:focus {
  color: #222;
  border-color: #0d5ff9;
}
.white-btn:hover,
.white-btn:focus {
  color: #fff !important;
  border-color: #fff !important;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  display: block;
}

.wborder_btn:hover,
.wborder_btn:focus {
  color: #fff;
  border-color: #fff;
}

/* Header */

.pll-parent-menu-item.menu-item:last-child{
	    float: inline-end;
}

#navigation {
  position: relative;
  padding: 12px 8px;
  z-index: 99;
  background: #fff;
}
#navigation::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 20%;
  background-image: url(../img/shapes/header.svg);
  right: 0;
  top: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}
.site-logo {
  display: inline-block;
  position: relative;
  z-index: 11;
  padding-right: 12px;
  top: 6px;
}

.course_cat {
  display: inline-block;
}
.cat_list {
  border-left: 1px solid #dddd;

  padding: 7px 26px;
  font-weight: 600;
  width: 194px;
}
.cat_list li > a {
  display: block;
  color: #222;
}
.cat_list li > a i {
  font-size: 22px;
  color: #222;
  margin-right: 5px;
  display: inline-block;
  position: relative;
  top: 5px;
}
.cat_list li > .sub-menu a {
  font-size: 16px;
  font-weight: 600;
}
.cat_list a {
  color: #222;
}
.course_cat ul {
  list-style-type: none;
}
.course_cat ul li {
  position: relative;
}
.cat_list .sub-menu {
  background: #fff;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  left: -27px;
  list-style: outside none none;
  margin: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  padding: 20px;
  position: absolute;
  text-align: left;
  top: 120%;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 210px;
  z-index: 999;
  border-radius: 4px;
  border: 1px solid #e9eef4;
}
.course_cat ul li li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.course_cat ul li li a {
  transition: 0.5s;
}
.course_cat ul li li a:hover,
.course_cat ul li li a:focus {
  color: #0d5ff9;
}
.course_cat ul li li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.course_cat ul li:hover ul {
  left: -27px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 110%;
}
.course_cat ul li li i {
  color: #555;
}
.header-2 {
}
.header-2:after {
  display: none;
}

.header-2 .searchcart path {
  fill: #222;
}

/*-------------------------------
# Menu
--------------------------------*/

#main-menu {
}
#main-menu li {
  display: inline-block;
  position: relative;
  padding: 5px 12px;
}
#main-menu li a {
  color: #10243c;
  font-size: 17px;
  font-weight: 600;
}
/*-------------------------------
# Dropdwon menu 
--------------------------------*/

#navigation #main-menu ul li ul,
#navigation #main-menu ul li ul li ul {
  background: #fff;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  left: -55px;
  list-style: outside none none;
  margin: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  text-align: left;
  top: 120%;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 240px;
  z-index: 999;
  border-radius: 4px;
  border-top: 2px solid #0d5ff9;
}
#navigation #main-menu .menu-item-has-children {
  position: relative;
  margin-right: 10px;
}
#navigation #main-menu .menu-item-has-children::after {
  position: absolute;
  content: "\e64b";
  font-family: themify;
  margin-top: 0px;
  margin-left: 0;
  font-size: 10px;
  right: -10px;
  top: 10px;
  color: #222;
  font-size: 12px;
  font-weight: 600;
}
#navigation #main-menu ul li ul li {
  position: relative;
}
#navigation #main-menu ul li ul li ul {
  top: 0;
  right: auto;
  left: 205px;
}
#navigation.navbar-fixed #main-menu ul li li a {
  color: #333;
}
#navigation #main-menu ul li:hover ul,
#navigation #main-menu ul li ul li:hover > ul {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 100%;
}
#navigation #main-menu ul li ul li {
  display: block;
  margin: 0;
  padding: 0;
}

#navigation #main-menu ul li ul li a {
  color: #333;
  display: block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  padding: 7px 17px;
  position: relative;
  transition: all 0.3s ease 0s !important;
  visibility: inherit !important;
  opacity: inherit !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
#navigation #main-menu ul li ul li:last-child a {
  border-bottom: none;
}
#navigation #main-menu ul li ul li a:hover {
  color: #fff;
  background-color: #0d5ff9;
  text-decoration: none;
}

/*-------------------------------
# Search and Cart
--------------------------------*/

.searchcart .sicon svg {
  width: 24px;
}

.searchcart .cart-icon svg {
  width: 20px;
}

.searchcart {
  display: inline-block;
  padding-top: 12px;
}
.searchcart .sicon {
  padding-right: 30px;
}
.searchcart .sicon,
.searchcart .cart-icon {
  display: inline-block;
}
.searchcart .cart-icon {
  margin-right: 30px;
  position: relative;
}
.searchcart .cart-icon span {
  position: absolute;
  top: 4px;
  right: -12px;
  color: #fff;
  width: 15px;
  height: 15px;
  line-height: 15px;
  background: #ff4949;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
}
#navigation .white-btn,
#navigation .bg_btn {
  float: right;
}

.components-button.wc-block-components-button {
  border: 2px solid #222;
  color: #222;
}

/*-------------------------------
# START Search Form
--------------------------------*/

.search_box.active {
  height: 100%;
  width: 100%;
}

.search_box {
  position: fixed;
  height: 0px;
  width: 0px;
  background: #0f2b5a;
  transition: 0.5s;
  z-index: 99;
  display: flex;
  left: 0;
  top: 0;
}

.search-data {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.search-data {
  position: absolute;
  height: 50px;
  width: 400px;
  display: flex;
  text-align: center;
  /* display: none; */
}
.search-data input {
  height: 100%;
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-top: 7px;
}
.search-data .line {
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  bottom: 0;
  transform: scaleX(0);
  transition: transform 0.4s 0.3s linear;
}
.search-data .line.active {
  transform: scaleX(1);
}
.search-data label {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 17px;
  transform: translateY(-50%);
  pointer-events: none;
  color: rgba(255, 255, 255, 0.7);
}
.search-data input:valid ~ label {
  opacity: 0;
}
.search-data button {
  color: #fff;
  position: absolute;
  /* width: 50px; */
  font-size: 17px;
  right: 0;
  top: 0;
  line-height: 57px;
  cursor: pointer;
  border: 1px solid transparent;
  background: transparent;
}
.close-btn {
  position: absolute;
  z-index: 99;
  right: 25px;
  top: 25px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
.search-data,
.search-data span,
.search-data label,
.close-btn {
  display: none;
}

/*-------------------------------
# END SEARCH Form
--------------------------------*/

/*-------------------------------
# Home Banner
--------------------------------*/

.home-banner {
  background-size: cover;
  background-color: #002e60;
  color: #fff;
  position: relative;
  height: 750px;
}
.banner-content {
  height: 750px;
  position: relative;
  z-index: 1;
}
.banner-content-inner {
}
.banner-content .subtitle {
  font-size: 25px;
  font-weight: 600;
}
.banner-content .title {
  font-size: 60px;
  color: #fff;
  line-height: 86px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bbtns {
  display: inline-block;
  margin-top: 25px;
}

.banner-content .title span {
  color: #0d5ff9;
}
.banner-content .bg_btn {
  margin-right: 12px;
}
.banner-content .sinfo {
  margin-left: 15px;
  display: none;
  position: relative;
  top: -22px;

}
.banner-content .sinfo img {
  display: inline-block;
}
.banner_img {
  position: absolute;
  bottom: 0;
  right: 10%;
  z-index: 1;
}
.banner_img img {
  width: 470px;
}
.banner_img_inner {
  position: relative;
}
.total_students_badge {
  display: inline-block;
  text-align: center;
  background-color: #fff;
  color: #444;
  padding: 22px 20px;
  border-radius: 8px;
  box-shadow: 0 9px 65px rgba(255, 255, 255, 0.25);
}

.total_students_badge h4 {
  font-size: 25px;
  margin-bottom: 0px;
}

.total_course_badge {
  box-shadow: 0 35px 65px rgba(0, 0, 0, 0.1);
}
.total_course_badge span,
.total_students_badge span {
  font-size: 16px;
  font-weight: 600;
}
.total_students_badge .icon {
  width: 60px;
  height: 60px;
  background-color: #ff0158;
  border-radius: 50%;
  text-align: center;
  line-height: 57px;
  display: inline-block;
  margin-bottom: 15px;
}
.total_students_badge .icon svg {
  width: 30px;
  display: inline-block;
}
.total_course_badge {
  background-color: #fff;
  color: #444;
  display: inline-block;
  padding: 22px 30px;
  border-radius: 8px;
}

.total_course_badge .icon {
  width: 60px;
  height: 60px;
  background-color: #ff0158;
  border-radius: 50%;
  text-align: center;
  line-height: 57px;
  float: left;
  margin-right: 16px;
}
.total_course_badge .icon svg {
  width: 30px;
  display: inline-block;
}
.tcourse_content {
  display: inline-block;
}
.total_course_badge h4 {
  font-size: 25px;
  margin-bottom: 1px;
}
.total_students_badge {
  position: absolute;
  top: 20%;
  left: -70px;
}

.total_course_badge {
  position: absolute;
  bottom: -54px;
  right: -45px;
}
.hbstyle-2 {
  height: 800px;
  position: relative;
  z-index: 11;
}
.hbstyle-2:before {
  position: absolute;
  content: "";
  background: #002e60;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.hbstyle-2 p {
  margin-bottom: 40px;
}
.hbstyle-2 .sinfo img {
  max-width: 100%;
  width: auto;
}
.hbstyle-2 .sinfo {
  margin-top: 40px;
  margin-bottom: 70px;
}
.hbstyle-2 .total_course_badge {
  position: absolute;
  bottom: 170px;
  right: -88px;
}
.hbstyle-2 .banner_img {
  position: absolute;
  bottom: 0;
  right: 10%;
}
.hbstyle-2 .banner_img img {
  border-radius: 0;
}
.banner_search_form {
  width: 500px;
}
.banner_search_form .form-control {
  height: 70px;
  padding: 10px 50px;
  position: relative;
  background-image: url(../img/icons/search-2.svg);
  background-repeat: no-repeat;
  background-position: 27px;
}

.banner_search_form form {
  position: relative;
}
.banner_search_form .form-control:focus {
  outline: none;
  box-shadow: inherit;
}
.bsearch_btn {
  background: #0d5ff9;
  color: #fff;
  border: 1px solid #0d5ff9;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 8px;
  width: 160px;
  height: 50px;
  transition: 0.5s;
}
.bsearch_btn:hover,
.bsearch_btn:focus {
  background: #0f2b5a;
  border-color: #0f2b5a;
}
.bcate {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 500;
}
.bcate .cat_coma:last-child {
  display: none;
}
.bcate a {
  color: #fff;
  transition: 0.5s;
}
.bcate a:hover,
.bcate a:focus {
  color: #0d5ff9;
}
.circle_shape {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  display: block;
  position: absolute;
  background: #0d5ff9;
  top: 35px;
  right: 85px;
}
.bshape1 {
  position: absolute;
  top: 19%;
  right: 2%;
}
.bshape1 svg {
  width: 160px;
}

.bshape2 {
  position: absolute;
  top: 20%;
  right: 37%;
}

.bshape2 svg {
  width: 32px;
}

.bshape3 {
  position: absolute;
  top: 21%;
  left: 2%;
}

.bshape3 svg {
  width: 38px;
}
.bshape4 {
  position: absolute;
  bottom: 5%;
  left: 12%;
}

.bshape4 svg {
  width: 100px;
}

.tpshape {
  position: absolute;
  left: -4px;
  top: -65px;
}
.tpshape svg {
  width: 83px;
}
.btmshape {
  position: absolute;
  left: -20px;
  bottom: -105px;
}
.btmshape svg {
  width: 150px;
}

.bwavehape {
  position: absolute;
  bottom: 65px;
  left: -257px;
}

.bwavehape svg {
  width: 1320px;
}

/*-------------------------------
# Features
--------------------------------*/

.feature-item {
  border: 2px solid #f5f5f5;
  padding: 80px 16px 50px;
  text-align: center;
  position: relative;
  transition: 0.5s;
  border-radius: 8px;
  margin-bottom: 30px;
}
.feature-item:hover {
  border-radius: 8px 60px 8px 8px;
  background-color: #fff;
  border-color: #ff0158;
}
.feature-item:hover h3 {
}
.feature-item:hover .fnumber {
}
.fea-icon {
  width: 75px;
  height: 75px;
  line-height: 75px;
  background: #e5f8f8;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 25px;
  display: inline-block;
  transition: 0.5s;
}
.feature-item:hover svg path {
  fill: #fff;
}
.feature-item:hover .fea-icon {
  background: #ff0158;
}
.fea-icon svg {
  width: 40px;
}
.fea-icon svg path {
  fill: #ff0158;
}
.feature-item h3 {
  font-size: 24px;
  transition: 0.5s;
}
.feature-item p {
  transition: 0.5s;
  margin-bottom: 0;
}
.fnumber {
  background: #ff0158;
  color: #fff;
  border-radius: 0 0 7px 7px;
  padding: 0 8px;
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 31px;
  line-height: 33px;
}

/*-------------------------------
# About
--------------------------------*/

.about-title {
  margin-bottom: 30px;
}
.single_about {
  margin-bottom: 25px;
}
.single_about .aicon {
  float: left;
  margin-right: 20px;
}
.single_about .aicon svg {
  width: 50px;
}

/*-------------------------------
# Counter Up
--------------------------------*/

.counter-title {
  margin-bottom: 70px;
}
.counter-title h2 {
  font-size: 28px;
  position: relative;
  display: inline-block;
}
.counter-title h2::before {
  content: "";
  width: 80px;
  position: absolute;
  height: 2px;
  background: #ff0158;
  left: -140px;
  top: 17px;
}
.counter-title h2:after {
  content: "";
  width: 80px;
  position: absolute;
  height: 2px;
  background: #ff0158;
  right: -140px;
  top: 17px;
}
.counter-title h2 span {
  color: #ff0158;
}
.counter-item {
  border: 2px dashed #e9eef4;
  border-radius: 8px;
  text-align: center;
  padding: 25px;
  position: relative;
  margin-bottom: 30px;
}
.counter-item .cicon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  background-color: #e5f8f8;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: -28px;
  left: -17px;
}
.counter-item .cicon svg {
  width: 35px;
}
.counter-item h4 {
  font-size: 40px;
}

/*-------------------------------
# Courses
--------------------------------*/

.single-course {
  box-shadow: 0 6px 26px rgb(255 0 0 / 8%);
  margin-bottom: 30px;
  border-radius:16px;
  transition:all ease-in-out 0.3s;
}
.single-course:hover{
	box-shadow:0 6px 26px rgb(255 0 0 / 12%);
	transform: scale(1.01);
}

.course-img {
  position: relative;
}
.course-img img {
  width: 100%;
  border-radius: 8px 8px 0 0 !important;
}
.cprice .price del,
.cprice .price span {
  color: #fff;
}
.single-course.cstyle-2 .cprice-2 del {
  display: none;
}
.cprice,
.cstyle-2 .ccategory a {
  display: inline-block;
  color: #fff;
  background: #0d5ff9;
  border-radius: 5px 25px 5px 25px;
  padding: 1px 24px;
  font-size: 17px;
  font-weight: 600;
  position: absolute;
  left: 20px;
  top: 20px;
}
.single-course .ccategory a {
  display: none;
}
.single-course .ccategory a:first-child {
  display: block;
}
.course_content {
  padding: 16px;
}
.crating i {
  color: #ffb608;
}
.crating {
  margin-bottom: 6px;
}
.crating .tutor-ratings-stars {
  display: inline-block;
}
.crating span {
  padding-left: 5px;
}
.course_btm {
  border-top: 1px solid #f5f5f5;
  padding-top: 15px;
  margin-top: 10px;
}
.course_content h2 {
  line-height: 28px;
  margin-bottom: 10px;
}
.course_content h2 a {
  color: #222;
  font-size: 22px;
  transition: 0.5s;
}
.course_content h2 a:hover,
.course_content h2 a:focus {
  color: #0d5ff9;
}
.cmeta .smeta {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
}
.cmeta .smeta i {
  color: #0d5ff9;
  padding-right: 3px;
}
.cauthor {
  display: none;
  font-weight: 600;
  color: #222;
}
.cauthor span {
  padding-left: 14px;
  display: inline-block;
  font-size: 16px;
}
.course_btm .cauthor img {
  width: 30px;
  border-radius: 50%;
  display: inline-block;
}
.smeta.course_duration .tutor-meta-level:nth-child(3) {
  display: none;
}

.ccategory a {
  font-weight: 600;
  color: #0d5ff9;
  font-size: 15px;
}
.cstyle-2 .course-img {
  width: 306px;
  height: 277px;
}
.cstyle-2 img {
  width: auto;
  height: 100%;
}
.c_image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.cstyle-2 .ccategory a {
}

.cstyle-2 .course_content {
  padding: 25px 10px;
}

.cstyle-2 .course_content h2 {
  margin-bottom: 15px;
}
.cprice-2 {
  float: right;
  color: #0d5ff9;
  padding-right: 13px;
  font-weight: 600;
}

.ccount_result {
  font-weight: 600;
  margin-bottom: 25px;
}
.ccount_result span {
  color: #0d5ff9;
}
.post_pagination {
  margin-top: 40px;
}
.navigation.pagination {
  display: inline-block;
}
.post_pagination a,
.post_pagination span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #e8e2e2;
  display: inline-block;
  border-radius: 5px;
  margin: 0 10px;
  transition: 0.5s;
  color: #222;
}
.post_pagination .page-numbers.current,
.post_pagination a:hover,
.post_pagination a:focus {
  background: #fff;
  border-color: #0d5ff9;
  color: #222;
}

/*-------------------------------
# Category
--------------------------------*/

.single-category {
  text-align: center;
  margin-bottom: 30px;
  padding: 50px 30px;
  border-radius: 8px;
  transition: 0.5s;
  border: 1px solid #e9eef4;
  transition: 0.5s;
}
.single-category:hover {
  border-color: #0d5ff9;
}

.single-category .icon {
  width: 80px;
  height: 80px;
  transition: 0.5s;
  display: inline-block;
  background: #4664e41a;
  padding: 19px;
  border-radius: 50%;
}
.single-category a {
  transition: 0.5s;
}
.single-category a:hover {
  color: #0d5ff9;
}
.course-category.category_2 .icon {
  float: left;
  margin-bottom: 0;
}
.course-category.category_2 .cat_content {
  text-align: left;
  overflow: hidden;
  padding-left: 35px;
}

.course-category.category_2 .cat_content h2 {
  line-height: 30px;
  margin-bottom: 12px;
}
.course-category.category_2 .single-category {
  align-items: center;
  display: flex;
}
.course-category.category_2 .single-category span {
  color: #fff;
  background: #0d5ff9;
  text-decoration: none;
  padding: 0px 11px;
  display: inline-block;
  line-height: 27px;
  border-radius: 4px;
}

.single-category svg {
  width: 40px;
  display: inline-block;
}

.single-category svg path {
  fill: #0d5ff9;
}

.single-category:hover .icon path {
  fill: #fff;
}
.single-category h2 a {
  font-size: 23px;
  color: #222;
}
.single-category span {
  text-decoration: underline;
  color: #0d5ff9;
}

.course-category *:nth-child(2) .icon {
  background: #ee4a6212;
}

.course-category *:nth-child(3) .icon {
  background: #0ecd7312;
}

.course-category *:nth-child(4) .icon {
  background: #f8b81f12;
}

.course-category *:nth-child(5) .icon {
  background: #8e56ff12;
}

.course-category *:nth-child(7) .icon {
  background: #f9259612;
}

.course-category *:nth-child(8) .icon {
  background: #39c0fa12;
}

.course-category *:nth-child(9) .icon {
  background: #f8941f12;
}

/*-------------------------------
# How It Worksingle-instructor
--------------------------------*/

.working-process {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.working-process:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #002e60;
  opacity: 0.87;
  z-index: -1;
}
.single-work {
  text-align: center;
  color: #fff;
  margin-top: 20px;
  position: relative;
}
.single-work::after {
  content: "";
  position: absolute;
  top: 18px;
  right: -100px;
  background-image: url(../img/shapes/working-arrow.svg);
  width: 170px;
  height: 40px;
  background-repeat: no-repeat;
}
.working-process .col-xl-4:nth-child(4) .single-work:after {
  display: none;
}
.working-process .col-xl-4:nth-child(7) .single-work:after {
  display: none;
}
.single-work:nth-child(2) {
  display: none;
}
.single-work h4 {
  font-size: 24px;
  color: #fff;
}
.wicon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #ff0158;
  display: inline-block;
  margin-bottom: 45px;
  border: 3px solid #fff;
  border-radius: 8px;
  transform: rotate(50deg);
}
.single-work svg {
  width: 40px;
  transform: rotate(-50deg);
}
.single-work svg path {
  fill: #fff;
}

/*-------------------------------
# Instructor
--------------------------------*/

.instructors .bg_btn {
  margin-bottom: 25px;
}
.single-instructor {
  box-shadow: 0 6px 26px rgba(0, 0, 0, 0.04);
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
  padding-top: 35px;
  transition: 0.5s;
  margin-bottom: 30px;
}
.single-instructor h3 a {
  transition: 0.5s;
}
.single-instructor h3 a:hover,
.single-instructor h3 a:focus {
  color: #0d5ff9;
}
.inimage {
  position: relative;
  width: 245px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.inimage img {
  display: inline-block;
  width: 166px;
  border-radius: 50% !important;
}
.single-instructor h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.single-instructor h3 a {
  color: #222;
}
.single-instructor .designation {
  font-size: 15px;
  color: #0d5ff9;
  font-weight: 500;
}
.eteam.single-instructor .designation {
  display: block;
  padding-bottom: 30px;
}
.single-instructor .social-link {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-1000%);
  transition: 0.5s;
  z-index: 1;
}
.single-instructor:hover .social-link {
  transform: translateX(-50%);
}

.single-instructor .sicon {
  position: absolute;
  bottom: 25px;
  right: 36px;
  transition: 0.5s;
}
.single-instructor:hover .sicon {
  transform: translateX(1000%);
}
.single-instructor .social-link ul {
  list-style-type: none;
}
.single-instructor .social-link ul li {
  display: inline-block;
  margin: 0 3px;
}

.sicon a,
.social-link ul li a {
  width: 32px;
  height: 32px;
  line-height: 35px;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 15px;
}
.sicon a {
  background: #0d5ff9;
  color: #fff;
}
.inmeta {
  border-top: 1px solid #f5f5f5;
  padding-top: 10px;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
.inmeta span p,
.inmeta span i {
  display: inline-block;
  color: #555;
}
.inmeta span i {
  margin-right: 5px;
}
.inmeta span {
  color: #7f7f7f;
  font-weight: 500;
  font-size: 16px;
}
.fb_bg {
  background: #1877f2;
}
.tw_bg {
  background: #00acee;
}
.li_bg {
  background: #0a66c2;
}
.instyle-2 .single-instructor {
  box-shadow: inherit;
  border: inherit;
}
.instyle-2 .inimage {
  position: relative;
}
.instyle-2 .inimage::after {
  content: "";
  background-image: url(../img/shapes/talent-shape.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 24px;
  top: -15px;
  width: 200px;
  height: 200px;
}

.instyle-2 .single-instructor .sicon {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
}

.instyle-2 .inbottom {
  padding-top: 20px;
  display: block;
}
.instyle-2 .single-instructor:hover .sicon {
  transform: translateX(-1000%);
}

/*-------------------------------
# Video Area
--------------------------------*/

.pb170 {
  padding-bottom: 170px;
}
.video-area {
  position: relative;
  z-index: 1;
}
.video-area::after {
  content: "";
  position: absolute;
  background-image: url(../img/shapes/video.svg);
  width: 991px;
  height: 522px;
  background-repeat: no-repeat;
  bottom: -80px;
  right: -127px;
  z-index: -1;
}
.video-area img {
  width: 100%;
}

.vbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  background: transparent;
  transform: translate(-50%, -50%);
}

svg#play_icon {
  width: 150px;
  margin: 120px auto;
  display: block;
  cursor: pointer;
  transform-origin: 50% 50%;
}

svg#play_icon path {
  stroke: #fff;
}
svg#play_icon:hover path {
  stroke: #fff;
}
svg#play_icon #triangle {
  fill: #fff;
  transition: 500ms;
  transform-origin: 50% 50%;
}
svg#play_icon:hover #triangle {
  fill: #fff;
  transform-origin: 50% 50%;
}

.vbtn svg #lineOne,
.vbtn svg #lineTwo {
  transform-origin: 50% 50%;
  transition: 1s;
}

.vbtn svg:hover #lineOne {
  transform: rotate(260deg);
  -webkit-transform: rotate(260deg);
  -moz-transform: rotate(260deg);
  -o-transform: rotate(260deg);
  transform-origin: 50% 50%;
}

.vbtn svg:hover #lineTwo {
  transform: rotate(-450deg);
  transform-origin: 50% 50%;
}

/*-------------------------------
# FAQ
--------------------------------*/

.faq .section-title {
  margin-bottom: 50px;
}
.accordion-item {
  margin-bottom: 30px;
  border: none;
  color: #444;
  border: 1px solid #e9e9e9 !important;
  border-radius: 5px;
}
.accordion-item .accordion-body {
  padding: 25px;
}
.accordion-button {
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  color: #222;
  padding: 7px 20px;
}
.accordion-collapse.collapse.show {
}

.accordion-button:not(.collapsed) {
  background: #0d5ff9;
  border: 1px solid #0d5ff9 !important;
  box-shadow: inherit;
  color: #fff;
}
.accordion-button::after {
  color: #fff;
  background: none;
  content: "\ea53";
  font-family: boxicons !important;
  line-height: 19px;
  width: 40px;
  height: 40px;
  font-size: 18px;
  background: #0d5ff9;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}
.accordion-button:not(.collapsed)::after {
  color: #444;
  background: none;
  content: "\ea53";
  font-family: boxicons !important;
  line-height: 19px;
  width: 40px;
  height: 40px;
  font-size: 18px;
  background: #fff;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}
.accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.faq-image {
  position: relative;
}

.faq-image img {
  max-width: 100%;
  border-radius: 8px !important;
}

.faq_contact {
  background: #0d5ff9;
  border-radius: 0px 40px 0px 40px;
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 25px 61px;
  position: absolute;
  bottom: 50px;
  left: 50px;
}
.faq_contact h4 {
  color: #fff;
}
.faq_contact p {
  margin-bottom: 0;
}

/*-------------------------------
# Review
--------------------------------*/

.review {
  background: rgb(2, 0, 36);
  background: linear-gradient(
    148deg,
    rgba(2, 0, 36, 0.7848273098301821) 0%,
    rgba(13, 95, 249, 0.9697012594100141) 100%
  );
  width: 100%;
  position: relative;
}
.review .section-title span,
.review .section-title h2 {
  color: #fff;
}
.review-item {
  border: 2px solid rgba(255, 255, 255, 0.2);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 6px 26px rgba(0, 0, 0, 0.04);
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
}
.owl-item.active.center .review-item {
  background: #fff;
  color: #555;
}
.owl-item.active.center .review-item h4,
.owl-item.active.center .review-item h5 {
  color: #222;
}
.review-item h4 {
  margin-top: 20px;
  font-size: 24px;
  color: #fff;
}
.review-item h5 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.review-item i {
  color: #ffa113;
}
.review-item .rating-number {
  width: 37px;
  height: 37px;
  line-height: 36px;
  background: #0d5ff9;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  position: absolute;
  transform: rotate(50deg);
  top: 91px;
  right: -8px;
}
.rimage {
  width: 120px;
  height: 120px;
  transform: rotate(-50deg);
  border-radius: 12px;
  border: 2px solid #ddd;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
}
.rimage img {
  border-radius: 12px !important;
  transform: rotate(50deg);
}
.review-slider .owl-nav,
.courses-slider .owl-nav {
  position: absolute;
  top: -108px;
  right: 0;
}
.review-slider .owl-nav button.owl-prev,
.review-slider .owl-nav button.owl-next,
.courses-slider .owl-nav button.owl-prev,
.courses-slider .owl-nav button.owl-next {
  width: 52px;
  height: 52px;
  line-height: 54px;
  background-color: #0f2b5a;
  border-radius: 50%;
  color: #fff;
  font-size: 23px;
  transition: 0.5s;
  position: relative;
}

.review-slider .owl-nav button.owl-prev:after,
.review-slider .owl-nav button.owl-next:after,
.courses-slider .owl-nav button.owl-prev:after,
.courses-slider .owl-nav button.owl-next:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  border: 2px dashed #0d5ff9;
  left: -4px;
  top: -4px;
  border-radius: 50%;
  opacity: 0.65;
}
.review-slider .owl-nav button.owl-prev:after,
.review-slider .owl-nav button.owl-next:after {
  border-color: #fff;
}
.courses-slider .owl-nav button.owl-prev:hover,
.courses-slider .owl-nav button.owl-next:hover {
  background-color: #0d5ff9;
  border-color: #0f2b5a;
}

.review-slider .owl-nav button.owl-prev,
.review-slider .owl-nav button.owl-next {
  background-color: #fff;
  color: #0d5ff9;
}
.review-slider .owl-nav button.owl-prev:hover,
.review-slider .owl-nav button.owl-next:hover {
  background-color: #0d5ff9;
  border-color: #fff;
  color: #fff;
}
.review-slider .owl-nav button.owl-prev,
.courses-slider .owl-nav button.owl-prev {
  margin-right: 15px;
}

.review-slider .owl-dots {
  text-align: center;
}
.review-slider .owl-dots .owl-dot {
  width: 17px;
  height: 17px;
  border: 1px solid #b9b9b9;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
}
.review-slider .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  background: #b9b9b9;
  border-radius: 50%;
  display: block;
  position: relative;
  z-index: 11;
  margin: auto;
}
.review-slider .owl-dots .owl-dot.active {
  border-color: #fff;
}
.review-slider .owl-dots .owl-dot.active span {
  background: #fff;
}

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

/*-------------------------------
# Partners
--------------------------------*/

.pt120 {
  padding-top: 120px;
}
.partners {
  border-radius: 16px;
  background-color: #002e60;
  padding: 60px;
}

.partner-style-2 .partners {
  border-radius: 0;
  background: transparent;
  padding: 100px 0 0;
}

/*-------------------------------
# Blog
--------------------------------*/

.blog-item {
  border: 1px solid #e9eef4;
  border-radius: 8px;
  transition: all ease-in-out 0.3s;	
}
.blog-item:hover{
 transform:scale(1.01);
}
.blog-image {
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.blog-image img {
  border-radius: 8px 8px 0 0;
}
.course_content p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.tutor-course-details-widget.tutor-course-details-widget-col-2.tutor-mt-lg-50.tutor-mt-32{
    display:none!important;
}

/*.blog-image:after {*/
/*  content: "";*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: #000;*/
/*  opacity: 0.3;*/
/*  position: absolute;*/
/*  left: -100%;*/
/*  top: 0;*/
/*  transition: 0.5s;*/
/*  transform: rotate(180deg);*/
/*  border-radius: 8px 8px 0 0;*/
/*}*/
/*.blog-item:hover .blog-image:after {*/
/*  left: 0;*/
/*  transform: rotate(0deg);*/
/*}*/
.blog-details .post-image img {
  width: 100%;
}
.blog-image img {
  width: 100%;
}
.post-image {
  margin-bottom: 25px;
}
.pb120 {
  padding-bottom: 120px;
}
.blog-content {
  padding: 20px;
}
.blog-content p{
text-align:justify;
}
.blog-content h3 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 10px;
}
.blog-content h3 a {
  color: #222;
  transition: 0.5s;
}
.blog-content h3 a:hover,
.blog-content h3 a:focus {
  color: #0d5ff9;
}
.bmeta .bcat {
  float: right;
}
.bmeta {
  font-size: 15px;
  margin-bottom: 25px;
}
.bmeta i {
  color: #0d5ff9;
}
.bmeta .bcat a {
  display: inline-block;
  padding: 1px 10px;
  background: #0d5ff9;
  color: #fff;
  border-radius: 5px 25px 5px 25px;
	font-size:12px;
	
}
.bbtn {
  color: #ff0158;
  font-weight: 600;
}
.blog-item {
  margin: 0 5px 48px;
}
.bstyle-2 .blog-image,
.bstyle-2 .blog-image img,
.bstyle-2 .blog-image:after {
  border-radius: 8px;
}
.bstyle-2 .blog-item {
  border: 1px solid #e9eef4;
  border-radius: 8px;
  padding: 18px;
}
.bstyle-2 .blog-image {
  margin-bottom: 33px;
}
.bstyle-2 .blog-content {
  padding: 0 0 0;
}
.post-nav.pnavigation {
  margin-top: 40px;
  text-align: center;
}
.navigation.post-navigation {
  text-align: center;
  margin-top: 40px;
}
.navigation.post-navigation a {
  display: inline-block;
  background: #f1f1f1;
  padding: 5px 19px;
  font-weight: 600;
  border-radius: 4px;
  transition: 0.5s;
  margin: 0 15px;
}
.navigation.post-navigation a:hover,
.navigation.post-navigation a:focus {
  background: #0d5ff9;
  color: #fff;
}
.navigation.post-navigation .nav-previous,
.navigation.post-navigation .nav-next {
  display: inline-block;
}

.blog-home .bcat a {
  display: none;
}
.blog-home .bcat a:first-child {
  display: inline-block;
}

/*-------------------------------
# CTA
--------------------------------*/
.cta {
  padding-bottom: 120px;
}
.cta-item {
  border: 2px dashed #0d5ff9;
  background: rgba(217, 217, 217, 0.15);
  border-radius: 8px;
  position: relative;
  padding: 45px;
  overflow: hidden;
}
.cta-item .cta_img {
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 1;
}
.cta-content {
  padding-right: 150px;
}
.cta-item h3 {
  font-size: 28px;
  margin-bottom: 15px;
}
.cta-item p {
  margin-bottom: 25px;
}
.cta_shape {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.cta_shape svg {
  width: 175px;
}

/*-------------------------------
# Footer
--------------------------------*/

.footer {
  background: #0e1e31!important;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.footer a {
  color: #fff;
  transition: 0.5s;
}
.footer a:hover,
.footer a:focus {
  color: #0d5ff9;
}
.footer.fot2 {
  padding-top: 80px;
}

.fot2 .footer-bottom {
  border-top: none;
  padding-bottom: 70px;
  padding-top: 0px;
  margin-top: 0px;
}
.fntitle {
  font-size: 28px;
  color: #fff;
  line-height: 42px;
}
.about-footer .footer-logo {
  margin-bottom: 20px;
}
.about-footer p {
  padding-right: 10px;
}
.footer .newsletter {
}
.footer .newsletter form {
  position: relative;
}
.footer .newsletter input[type="email"] {
  border: 1px solid #fff;
  padding: 12px 34px;
  border-radius: 30px;
  width: 100%;
}
.footer .newsletter input[type="email"]:focus {
  outline: inherit;
}
.footer .newsletter button {
  border: 1px solid #0d5ff9;
  background: #0d5ff9;
  color: #fff;
  padding: 8px 36px;
  border-radius: 30px;
  position: absolute;
  right: 6px;
  top: 6px;
  font-size: 15px;
  font-weight: 600;
  transition: 0.5s;
}
.footer .newsletter button:hover,
.footer .newsletter button:focus {
  background-color: #002e60;
}
.footer-bottom {
  border-top: 1px solid rgba(225, 225, 225, 0.08);
  padding-top: 50px;
  margin-top: 50px;
}
.fstyle-2 .footer-bottom {
  border-top: none;
  padding-top: 20px;
  margin-top: 0px;
  padding-bottom: 70px;
}
.footer-title,
.footer .wp-block-heading {
  font-size: 24px;
  color: #fff;
  margin-bottom: 40px;
  position: relative;
}
.footer-title::after,
.footer .wp-block-heading:after {
  content: "";
  background-image: url(../img/shapes/footer-title.svg);
  position: absolute;
  width: 50px;
  height: 3px;
  bottom: -21px;
  left: 0;
}
.footer-bottom ul {
  list-style-type: none;
}
.contact_content img {
  width: 100%;
  display:none;
}
.contact-info p {
  overflow: hidden;
}
.contact-info i {
  float: left;
  padding-right: 15px;
  padding-top: 6px;
  font-size: 24px;
  color: #0d5ff9;
}

.contact-info p span {
  overflow: hidden;
  float: left;
}

.footer-bottom ul li a {
  text-decoration: none;
}
.single-footer li {
  line-height: 35px;
}
.fot-social span {
  margin-bottom: 26px;
  display: block;
  font-size: 20px;
  font-weight: 600;
}
.fot-social li {
  display: inline-block;
  margin-right: 24px;
  margin-bottom: 24px;
}
.fot-social a {
  width: 40px;
  height: 40px;
  line-height: 43px;
  display: block;
  background: #1d2b45;
  text-align: center;
  font-size: 22px;
  color: #b4c1d2;
  border-radius: 10px;
  transform: rotate(50deg);
  transition: 0.5s;
}
.fot-social a i {
  transform: rotate(-50deg);
}
.fot-social a:hover,
.fot-social a:focus {
  background: #0d5ff9;
  color: #fff;
}
.newsletter p {
  margin-bottom: 35px;
}
.copyright {
  padding: 22px 30px;
  font-size:12px;
  background: rgba(13, 95, 249, 0.05);
}
.copyright p {
  margin-bottom: 0;
}

.fbulb_shape {
  position: absolute;
  top: 106px;
  left: 22px;
}
.fbulb_shape svg {
  width: 55px;
}
.fpencil_shape {
  position: absolute;
  top: 37%;
  right: 173px;
}
.fpencil_shape svg {
  width: 40px;
}
.fshape1 {
  position: absolute;
  top: 130px;
  right: 30px;
}
.fshape1 svg {
  width: 46px;
}
.fshape2 {
  position: absolute;
  top: 63%;
  right: 65px;
}
.fshape2 svg {
  width: 50px;
}
.fshape3 {
  position: absolute;
  right: -25px;
  top: 45%;
}
.fshape3 svg {
  width: 95px;
}
.fshape4 {
  position: absolute;
  left: 26px;
  top: 55%;
}
.fshape4 svg {
  width: 45px;
}
.fshape5 {
  position: absolute;
  left: 0;
  top: 80px;
}
.fshape5 svg {
  width: 100px;
}

/*-------------------------------
# Banner
--------------------------------*/

.main-banner {
  position: relative;
  color: #fff;
  padding: 110px 0;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.main-banner:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #002e60;
  opacity: 0.9;
  z-index: -1;
}
.main-banner h2,
.main-banner p {
  color: #fff;
}
.main-banner h2 {
  margin-bottom: 15px;
}
.main-banner p {
  margin-bottom: 0;
}
.main-banner a {
  color: #0d5ff9;
}
.main-banner i {
  position: relative;
  top: 2px;
}
.main-banner .bclink {
  color: #fff;
}
.blshape {
  position: absolute;
  left: -10px;
  top: -40px;
}
.blshape svg {
  width: 160px;
}

.brshape {
  position: absolute;
  right: -7px;
  top: 50px;
}

.brshape svg {
  width: 230px;
}

/*-------------------------------
# Course Details
--------------------------------*/

.scourse_image {
  position: relative;
}
.scourse_image img {
  border-radius: 8px;
}
.scourse_image .tutor-course-thumbnail img {
  width: 100%;
}
.scbtn {
  width: 80px;
  height: 80px;
  line-height: 74px;
  border: 3px dashed #fff;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  z-index: 11;
}
.scbtn:hover,
.scbtn:focus {
  background-color: #0d5ff9;
}
.scbtn svg {
  width: 31px;
}
.scbtn svg path {
  fill: #fff;
}
.courses-details {
  position: relative;
}
.courses-details .tab-content br,
#tutor-course-details-tab-info .tutor-course-details-content br {
  margin-bottom: 15px;
}
.scourse-title {
  font-size: 30px;
  margin-bottom: 25px;
}
.courses-details img {
  max-width: 100%;
}

.scourse_meta {
  margin-top: 20px;
  margin-bottom: 20px;
}
.scourse_meta .tutor-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 15px;
  float: left;
}
.scourse_meta span {
  font-size: 16px;
}
.scourse_meta .tutor-ratings-count,
.scourse_meta .cat_meta a {
  display: none;
}
.scourse_meta .cat_meta a:first-child {
  display: block;
}
.scourse_meta .tutor-avatar {
  margin-right: 15px;
}
.follow_text {
  margin-top: 20px;
  display: block;
  font-weight: 500;
  color: #222;
  margin-bottom: 5px;
  font-size: 18px;
  font-style: italic;
}
.scourse_meta p {
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 0;
  color: #222;
}
.scourse_meta .smeta_text {
  display: inline-block;
}
.scourse_meta .smeta {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
.scourse_meta .smeta::after {
  width: 1px;
  height: 52px;
  background-color: #c9c8c8;
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
}

.scourse_meta .smeta {
  padding-right: 35px;
  margin-right: 35px;
}
.smeta:last-child:after {
  display: none;
}
.scourse_meta .smeta:last-child {
  padding-right: 0;
  margin-right: 0;
}
.scourse_meta .rev_icons {
  color: #ffb608;
}
.scourse_meta .rev_content {
  padding-left: 5px;
}
.rev_content {
}
.cd_tab #nav-tab {
  background: #f9f9f9;
  border-bottom: 1px solid transparent;
  text-align: center;
  margin-bottom: 30px;
  display: block;
}
.course_tab_st3 nav.tutor-nav {
  background: #f9f9f9;
  border-bottom: 0 !important;
}
.course_tab_st3
  .tutor-nav:not(.tutor-nav-pills):not(.tutor-nav-tabs)
  .tutor-nav-link,
.course_tab_st3
  .tutor-nav:not(.tutor-nav-pills):not(.tutor-nav-tabs)
  .tutor-nav-link.is-active {
  border-bottom: 0 !important;
}
.course_tab_st3 .tutor-nav-link {
  padding: 13px 30px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
}
.course_tab_st3
  .tutor-nav:not(.tutor-nav-pills):not(.tutor-nav-tabs)
  .tutor-nav-link.is-active {
  background: var(--tutor-color-primary);
  color: #fff;
}
.cd_tab #nav-tab button {
  display: inline-block;
  color: #222;
  font-weight: 600;
  margin: 0 30px;
  padding: 10px 29px;
  border-radius: 5px;
  outline: none;
}

.cd_tab #nav-tab button:hover,
.cd_tab #nav-tab button:focus {
  border-color: #f9f9f9;
  color: #222;
  outline: none;
}
.cd_tab #nav-tab.nav-tabs button.nav-link.active {
  background-color: #0d5ff9;
  border-color: #0d5ff9;
  color: #fff;
  outline: none !important;
}
#nav-overview ul {
  list-style-type: none;
}
#nav-overview ul li {
  position: relative;
  padding-left: 35px;
  line-height: 29px;
}
#nav-overview ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 40px;
  height: 24px;
  background-image: url(../img/icons/check.svg);
  background-repeat: no-repeat;
}
.cd_curriculum {
}

.cd_cur_right {
  float: right;
  font-size: 15px;
}
.cd_cur_right a {
  font-weight: 600;
  color: #444;
  background: #e5f8f8;
  padding: 0px 16px;
  display: inline-block;
  margin-right: 25px;
  font-size: 15px;
  border-radius: 4px;
  margin-right: 100px;
  transition: 0.5s;
}
.cd_cur_right a:hover,
.cd_cur_right a:focus {
  background: #0d5ff9;
  color: #fff;
}
.cd_rating {
}
.cd_rating h3 {
  margin-bottom: 20px;
}

.cd_rating_top {
  border: 1px solid #f1f1f1;
  padding: 35px;
  overflow: hidden;
  margin-bottom: 60px;
  border-radius: 8px;
}
.cdr_rate_summary {
  float: left;
  width: 25%;
  text-align: center;
}
.cdr_rate_summary h1 {
  font-size: 65px;
  margin-bottom: 16px;
}
.cdr_rating {
  color: #ffb608;
}
.cdr_rating i {
  margin: 0 3px;
}
.cdr_rate_summary p {
  margin-bottom: 0;
}
.cdr_rate_number ul {
  list-style-type: none;
}
.cdr_rate_number {
  width: 75%;
  float: left;
}
.cdr_rate_number ul li {
  display: flex;
  margin: 0 0 10px 0;
}
.cdr_rate_number ul li:last-child {
  margin: 0;
}
.cdr_rate_value {
  flex: 1;
  position: relative;
  margin: 13px 86px 0 15px;
  height: 7px;
  background: #f2f2f2;
}
.rating_width {
  height: 7px;
  background-color: #ffb608;
  display: block;
}
.cdr_rate_count {
  display: inline-block;
  position: absolute;
  right: -80px;
  text-align: right;
  line-height: 1;
  font-size: 16px;
  margin: -12px 0;
}

.cdr_rate_star {
  flex: 0 0 40px;
  text-align: center;
}
.rating_item_avatar {
  float: left;
  margin-right: 30px;
}
.rating_item_avatar img {
  width: 100px;
  float: left;
  margin-right: 25px;
  border-radius: 50%;
}
.rava_conent {
  overflow: hidden;
}
.rava_conent h3 {
  font-size: 22px;
  margin-bottom: 5px;
}
.rava_conent p {
  margin-bottom: 0;
}

.rating_item_ricon {
  color: #ffb608;
}
.rating_item {
  overflow: hidden;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f1f1f1;
}
.rating_item:last-child {
  border-bottom: 0;
}
.cdr_review_form h3 {
  font-size: 24px;
  margin-bottom: 6px;
}
.review_form_ricon {
  margin-bottom: 12px;
}
.review_form_ricon i {
  cursor: pointer;
  transition: 0.5s;
  color: #222;
}
.review_form_ricon i:hover {
  color: #ffb608;
}
.rating_form textarea {
  border: 1px solid #f1f1f1;
  width: 60%;
  height: 120px;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 10px 25px;
}
.rating_form textarea:focus {
  border-color: #0d5ff9;
}
.cd_instructor {
  overflow: hidden;
  margin-bottom: 40px;
  padding: 30px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
}
.cdin_image {
  float: left;
  margin-right: 30px;
  width: 200px;
  text-align: center;
}
.cdin_image img {
  border-radius: 4px;
  box-shadow: 0 6px 26px rgba(0, 0, 0, 0.03);
}
.cdin_image .tutor-avatar {
  display: inline-flex;
  flex-shrink: 0;
  height: 200px;
  width: 200px;
  background-color: #fff;
  box-shadow: 0px 0px 0px 1px var(--tutor-border-color);
  border-radius: 0;
  overflow: hidden;
}
.cdin_image ul {
  list-style-type: none;
  display: inline-block;
  margin-top: 5px;
}
.cdin_image ul li {
  display: inline-block;
  margin: 0 3px;
}
.cdin_image ul li a {
  width: 35px;
  height: 35px;
  line-height: 37px;
  background: #fff;
  color: #222;
  transition: 0.5s;
  border-radius: 50%;
  display: block;
  border: 1px solid #555;
}
.cdin_image ul li a:hover,
.cdin_image ul li a:focus {
  background: #0d5ff9;
  border-color: #0d5ff9;
  color: #fff;
}
.cdin_content h4 a {
  color: #0d5ff9;
}
.cdin_content span {
  color: #222;
  font-size: 16px;
}
.cdin_meta {
  font-weight: 500;
  color: #444;
}
.cdin_meta .cdin_meta_item {
  display: inline-block;
  margin-right: 10px;
  text-decoration: underline;
}
.cdin_meta .cdin_meta_item i {
  color: #0d5ff9;
}
#nav-overview .tutor-icon-bullet-point::before {
  content: " ";
}
.course-sidebar {
  margin-left: 40px;
}
.sbcontent p{
text-align:justify;
}
.course-sidebar .cs_top .tutor-color-black {
  color: #0d5ff9;
}
.cs_top,
.course-sidebar .tutor-course-details-widget {
  border: 1px solid #f1f1f1;
  box-shadow:0 6px 26px rgb(255 0 0 / 12%);
  border-radius: 16px;
  padding: 25px 30px;
  margin-bottom: 30px;
  background:#f8f8f8;
}
.tutor-fs-8 {
	font-size:16px!important;
}
.cs_top {
  padding: 25px 30px 35px;
}
.cs_top .tutor-card-body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 6px;
}
.course-sidebar .cs_top .tutor-color-muted {
  color: #222;
}
.course-sidebar .tutor-color-muted {
  color: #0d5ff9;
}
a.cshare_btn {
  font-weight: 600;
  text-align: center;
  display: block;
  padding: 10px 15px;
  background: #f9f9f9;
  font-size: 16px;
}
.cs_top .tutor-card-md .tutor-card-footer {
  padding: 24px 0;
}
.course-sidebar h3 {
  margin-bottom: 20px;
  font-size: 24px;
}
.course-sidebar .scourse_list li {
  width: 100%;
  float: left;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.cside-label {
  float: left;
}
.cside-value {
  float: right;
  font-weight: 600;
  color: #222;
}
.course-sidebar ul {
  list-style-type: none;
  overflow: hidden;
}
.cd_price {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  color: #222;
  margin-bottom: 25px;
  margin-top: 15px;
}
.cd_price span {
  color: #0d5ff9;
}
.cd_btn {
  display: inline-block;
  padding: 10px 35px;
  border-radius: 30px;
  background-color: #0d5ff9;
  border: 1px solid #0d5ff9;
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  transition: 0.5s;
}
.cd_btn:hover,
.cd_btn:focus {
  background-color: #002e60;
  border-color: 1px solid #002e60;
  color: #fff;
  box-shadow: 0;
}
.cd_social {
  margin-top: 20px;
  text-align: center;
}
.cd_social span {
  display: inline-block;
  margin-right: 8px;
  color: #222;
  font-weight: 600;
}
.cd_social ul {
  position: relative;
  top: 10px;
}
.cd_social ul,
.cd_social li {
  display: inline-block;
}
.cd_social li {
  margin: 0 3px;
}
.cd_social li i {
  font-size: 15px;
  color: #555;
}
.scourse_list i {
  color: #0d5ff9;
  margin-right: 5px;
}
.related-courses {
  padding-top: 120px;
}
.created-title {
  margin-bottom: 30px;
}

/*-------------------------------
# Sidebar
--------------------------------*/

.search-control {
  height: 56px;
  line-height: 45px;
  padding: 5px 20px;
  border-radius: 30px;
  border: 1px solid #d9d9d9;
  width: 100%;
  transition: 0.5s;
}
.search-control:focus {
  border-color: #0d5ff9;
  outline: none;
}
.form-control {
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
  color: #555;
  font-size: 15px;
  height: calc(2.25rem + 27px);
  outline: 0;
  padding: 14px 30px;
  width: 100%;
  margin-bottom: 30px;
}
.form-control option {
  font-weight: 400;
}
.form-control:focus {
  outline: none;
  box-shadow: inherit;
  border-color: #0d5ff9;
  background: #fff;
}
textarea.form-control {
  height: 160px;
}
.widget_search input[type="search"] {
  height: 56px;
  line-height: 45px;
  padding: 5px 20px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  width: 100%;
  transition: 0.5s;
}
.widget.widget_search {
  border: unset;
  padding: 0;
}
.search-form {
  position: relative;
}
.search-form button {
  position: absolute;
  width: 35px;
  height: 35px;
  line-height: 36px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #fff;
  color: #555;
  right: 14px;
  top: 10px;
}
.search-form button svg {
  width: 20px;
}
.widget {
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid #e9eef4;
  border-radius: 4px;
}
.widget .wp-block-heading,
.widget-title {
  margin-bottom: 25px;
  font-size: 1.75rem;
}
.widget ul {
  list-style-type: none;
}
.widget li {
  line-height: 34px;
}
.widget.widget_categories li,
.wp-block-categories li {
  text-decoration: underline;
  line-height: 34px;
  position: relative;
  padding-left: 24px;
  font-size: 17px;
}
.widget_categories li::before,
.wp-block-categories li::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #0d5ff9;
  border-radius: 50%;
  left: 0;
  top: 10px;
}
.wp-block-latest-comments {
  padding-left: 0;
}
.popular-posts-widget {
}
.popular-posts-widget li {
  display: block;
  margin-bottom: 22px;
  overflow: hidden;
}
.popular-posts-widget li:last-child {
  margin-bottom: 0;
}
.popular-posts-widget h4 {
  transition: 0.5s;
}
.popular-posts-widget a {
  display: block;
  transition: 0.5s;
}
.popular-posts-widget img {
  max-width: 100%;
}
.ppimage {
  width: 70px;
  margin-right: 15px;
}
.ppimage img {
  border-radius: 4px;
}
.ppcontent {
  overflow: hidden;
}
.ppcontent h4 {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 1px;
}
.ppcontent span {
  position: relative;
  padding-left: 19px;
  font-size: 16px;
  color: #1c3f39;
}
.ppcontent span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 1px;
  background: #444;
  display: block;
}

.widget.widget_tag_cloud a {
  display: inline-block;
  position: relative;
  margin-right: 19px;
  font-weight: 600;
  font-size: 17px !important;
}
.widget_tag_cloud a:last-child:after {
  content: "   ";
}
.widget_tag_cloud a:after {
  content: " / ";
  position: absolute;
  right: -15px;
  top: 0;
}

/*
* ----------------------------------------------------------------------------------------
* Comment
* ----------------------------------------------------------------------------------------
*/

.comments {
  padding-top: 40px;
}
.bdtitle {
  margin-bottom: 25px;
  font-size: 24px;
}
.comment-list,
.comment {
  list-style-type: none;
}
.comment-list {
  padding-left: 0;
}
.com-img {
  margin-right: 48px;
  position: relative;
}
.com-img h4 {
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 0;
}
.com-content {
}

.cdate {
  font-size: 15px;
}
.creplay {
  position: absolute;
  top: 50px;
  left: 68px;
  width: 40px;
  height: 40px;
  line-height: 42px;
  border-radius: 50%;
  color: #fff;
  background: #0d5ff9;
  font-size: 17px;
  text-align: center;
}
#cancel-comment-reply-link {
  margin-left: 15px;
}
.comment-respond {
  margin-top: 20px;
}
.creplay a {
  color: #fff;
}
.com-img img {
  border-radius: 50%;
}
li.comment {
  display: block;
}
.comments .children {
  padding-left: 30px;
}
.single-comment {
  overflow: hidden;
  border: 1px solid #d9d9d9;
  padding: 35px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.comment-form {
  padding-top: 0;
}
.comment-form .form-control {
}
.comment-form p {
  margin-bottom: 35px;
}
.com-content li li {
}
.com-content ul {
  padding-left: 2rem;
}
#submit {
  background-color: #0d5ff9;
  border: 1px solid #0d5ff9;
  color: #fff;
  padding: 10px 35px;
  border-radius: 30px;
  transition: 0.5s;
  font-weight: 600;
  font-size: 17px;
}

#submit:hover,
#submit:focus {
  color: #fff;
  background-color: #0f2b5a;
}

/*
* ----------------------------------------------------------------------------------------
* Shopping Cart
* ----------------------------------------------------------------------------------------
*/

.table.shopping-summery {
  background: #fff;
  border: 1px solid #eee;
}
.shopping-cart {
  background: #fff;
}

.woocommerce-cart-form .shopping-summery thead .main-hading {
  padding: 0px 50px;
}
.shopping-summery thead {
}
.woocommerce-cart-form .shopping-summery thead tr th {
  border: none;
  font-weight: 600;
  text-align: left;
  padding: 20px;
  color: #222;
}
.shopping-summery tbody tr {
  border-bottom: 1px solid #eee;
  margin-top: 20px;
}
.woocommerce-cart table.cart img,
.shopping-summery tbody tr img {
  border-radius: 4px;
  width: 100px;
}
.shopping-summery tbody tr:last-child {
}
.woocommerce-cart tbody .product-name a {
  font-weight: 600;
  color: #282828;
  font-weight: 600;
  font-size: 17px;
}
.shopping-cart .table p {
  font-size: 14px;
  color: #666;
}
.shopping-summery tbody .product-name a:hover {
  color: #0d5ff9;
}
.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: #0d5ff9;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}
.shopping-cart .border {
}
.shopping-cart .table .remove-icon {
  font-size: 16px;
}
.woocommerce table.shop_table td {
  vertical-align: middle;
  border-top: 1px solid #eee;
  padding: 20px;
}
.woocommerce table.shop_table .product-name {
  color: #222;
}
.cart_totals th {
  text-transform: capitalize;
  text-align: left;
  color: #222;
}
.shopping-summery tbody .price {
  text-align: center;
  font-weight: 600;
}
.shopping-summery tbody .price span {
}
.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: #0d5ff9;
}
.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 .action a:hover {
  color: #0d5ff9;
}
.shopping-cart .total-amount {
  margin-top: 50px;
}
.woocommerce-cart-form .actions .bottom-cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.woocommerce-cart-form .actions .coupon {
  flex: 0 0 50%;
  display: flex;
}

.woocommerce-cart-form .product-name {
  display: inline-block;
  font-weight: 600;
}
#coupon_code {
  border: 1px solid #eee;
  padding: 5px 15px;
  font-size: 16px;
  border-radius: 4px 0 0 4px;
  width: auto;
}
#coupon_code:focus {
  border-color: #0d5ff9;
  outline: none;
}

.woocommerce-cart-form .coupon button,
.woocommerce-cart-form .coupon input[type="submit"] {
  background: #0d5ff9;
  border: 1px solid #0d5ff9;
  color: #fff;
  padding: 8px 25px;
  border-radius: 0 4px 4px 0;
  font-weight: 600;
  transition: 0.5s;
}
.woocommerce-cart-form .coupon button:hover,
.woocommerce-cart-form .coupon button:focus,
.woocommerce-cart-form .coupon input[type="submit"]:hover,
.woocommerce-cart-form .coupon input[type="submit"]:focus {
  border-color: #002e60;
  background: #002e60;
}
.btn_border {
  border: 2px solid #002e60;
  color: #222;
  padding: 8px 25px;
  font-weight: 600;
  border-radius: 4px;
  transition: 0.5s;
}

.btn_border:hover,
.btn_border:focus {
  background: #0d5ff9;
  border-color: #0d5ff9;
  color: #fff;
}
.cart-collaterals {
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 5px;
}

.cart-collaterals h2 {
  font-size: 24px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.cart-collaterals .shop_table_responsive > div {
  display: flex;
  padding: 15px 30px;
  align-items: center;
}
.cart-collaterals .shop_table_responsive > div > * {
  flex: 1;
}
.cart-collaterals .bt {
  text-align: center;
}
.shop_table .amount,
.shop_table .woocommerce-shipping-destination {
  color: #222;
}
.cart-subtotal .amount {
  font-weight: 600;
}
.entry-content .checkout_coupon .coupon_btn {
  padding: 8px 25px;
  font-weight: 600;
}
.entry-content{
text-align:justify;
}
/*
* ----------------------------------------------------------------------------------------
* Start Checkout Page
* ----------------------------------------------------------------------------------------
*/

.shop.checkout {
  background: #fff;
}

.checkout h3 {
  font-size: 24px;
  color: #333;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 30px;
}
.checkout p {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  margin-top: 12px;
  margin-bottom: 30px;
}
.woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 17px;
}
.shop.checkout .form {
}
.shop.checkout .form .form-group {
  margin-bottom: 25px;
}
.checkout label {
  color: #333;
  position: relative;
  cursor: pointer;
}
.shop.checkout .form .form-group label span {
  color: #ff2c18;
  display: inline-block;
  position: absolute;
  right: -12px;
  top: 4px;
  font-size: 16px;
}
.checkout input {
  border-radius: 3px;
  border-radius: 4px;
  color: #333 !important;
  border: 1px solid #f6f7fb;
  background: #f6f7fb;
}
.woocommerce form .form-row textarea {
  border: 1px solid #f6f7fb;
  background: #f6f7fb;
  padding: 15px 15px;
  border-radius: 4px;
}
.checkout input:focus,
.woocommerce form .form-row textarea:focus {
  outline: none;
  border: 1px solid #0d5ff9 !important;
}
#ship-to-different-address {
  font-size: 20px;
}
#ship-to-different-address-checkbox {
  position: relative;
  top: -2px;
}

.shop.checkout .nice-select {
  width: 100%;
  height: 45px;
  line-height: 50px;
  margin-bottom: 25px;
  background: #f6f7fb;
  border-radius: 0px;
  border: none;
}
.shop.checkout .nice-select .list {
  width: 100%;
  height: 300px;
  overflow: scroll;
}
.shop.checkout .nice-select .list li {
}
.shop.checkout .nice-select .list li.option {
  color: #333;
}
.shop.checkout .nice-select .list li.option:hover {
  background: #f6f7fb;
  color: #333;
}
.shop.checkout .form .address input {
  margin-bottom: 15px;
}
.shop.checkout .form .address input:last-child {
  margin: 0;
}
.shop.checkout .form .create-account {
  margin: 0;
}
.shop.checkout .form .create-account input {
  width: auto;
  display: inline-block;
  height: auto;
  border-radius: 100%;
  margin-right: 3px;
}
.shop.checkout .form .create-account label {
  display: inline-block;
  margin: 0;
}
#order_review {
  margin-top: 30px;
  background: #fff;
  padding: 30px 0 30px 0;
  border: 1px solid #eee;
  border-radius: 5px;
}
#order_review table.shop_table {
  border: none;
}
#order_review_heading {
  padding-left: 25px;
}
#order_review .place-order {
  margin-bottom: 0;
  padding-bottom: 0;
}
#order_review th {
  color: #222;
  text-transform: capitalize;
}
.woocommerce-checkout #payment div.payment_box {
  background-color: #f6f7fb;
}
.woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #f6f7fb;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 0.5em 0 0;
}
.woocommerce-checkout #payment {
  background: #fff;
}
.shop.checkout .single-widget {
  margin-bottom: 30px;
}
.shop.checkout .single-widget:last-child {
  margin: 0;
}
.shop.checkout .single-widget h2 {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  padding: 10px 30px 0;
  text-transform: capitalize;
  color: #222;
}
.shop.checkout .single-widget .content ul {
  margin-top: 30px;
}
.shop.checkout .single-widget .content ul li {
  display: block;
  padding: 0px 30px;
  font-weight: 400;
  margin-bottom: 12px;
}
.shop.checkout .single-widget .content ul li span {
  display: inline-block;
  float: right;
}
.shop.checkout .single-widget .content ul li.last {
  padding-top: 12px;
  border-top: 1px solid #ebebeb;
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #333;
}
.shop.checkout .single-widget .checkbox {
  text-align: left;
  margin: 0;
  padding: 0px 30px;
  margin-top: 30px;
}
.shop.checkout .single-widget .checkbox input {
  margin-top: 9px;
}
.shop.checkout .single-widget .checkbox .form-check {
  margin-bottom: 7px;
}
.shop.checkout .single-widget .checkbox label {
  color: #555555;
  position: relative;
  margin-top: -5px;
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
}
.shop.checkout .single-widget .checkbox label:last-child {
  margin-bottom: 0;
}
.shop.checkout .single-widget .checkbox label:hover {
  cursor: pointer;
}
.shop.checkout .single-widget .checkbox label input {
  margin-right: 5px;
  display: inline-block;
}

.shop.checkout .single-widget.get-button {
  text-align: center;
  padding: 0px 35px;
}
.shop.checkout .single-widget .bg_btn {
  display: block;
}

/*
* ----------------------------------------------------------------------------------------
* End Checkout Page
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* Login Register
* ----------------------------------------------------------------------------------------
*/

.login,
.register {
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  overflow: hidden;
  padding: 30px;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
}
.login_register_title {
  margin-bottom: 30px;
  text-align: center;
  text-transform: capitalize;
  font-size: 28px;
  color: #002e60;
  margin-top: 15px;
}

.login input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.login input[type="text"],
.login input[type="email"],
.login input[type="password"],
.register input[type="text"],
.register input[type="email"],
.register input[type="password"] {
  padding: 15px;
}
.login label,
.register label {
  cursor: pointer;
}
#rpaword {
  margin-top: 8px;
}

.login label {
  margin-bottom: 5px;
  font-weight: 500;
}
.register label {
  margin-bottom: 5px;
  font-weight: 500;
}
.login button,
.register button {
  border: none;
  width: 100%;
}
.login p,
.register p {
  color: #232434;
  font-weight: 600;
  text-align: center;
  margin-top: 15px;
}
.login p a,
.register p a {
  color: #0d5ff9;
}

/*
* ----------------------------------------------------------------------------------------
* Contact Us
* ----------------------------------------------------------------------------------------
*/

.contact_content img {
  padding: 0 20px;
}
.contact_info {
  margin-top: -102px;
  margin-left: 0;
}
.contact_list {
  color: #fff;
  text-align: center;
  padding: 25px 15px;
  border-radius: 8px;
  background: #0d5ff9;
  margin-bottom:24px;	
}
.contact_list p {
  margin-bottom: 0;
  line-height: 28px;
}
.contact_list h4 {
  font-size: 20px;
}
.contact_list h4,
.contact_list a {
  color: #fff;
}
.contact_list p {
  margin-bottom: 0;
}
.google_map iframe {
  width: 100%;
  margin-bottom: -10px;
}

.cicon {
  font-size: 30px;
  margin-bottom: 5px;
  display: block;
}

/*
* ----------------------------------------------------------------------------------------
* Scroll Top
* ----------------------------------------------------------------------------------------
*/

.topcontrol {
  width: 45px;
  height: 45px;
  line-height: 44px;
  background-color: #0f2b5a;
  border: 2px solid #0f2b5a;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  transition: 0.5s;
  font-size: 16px;
  z-index: 999;
}
.topcontrol:hover,
.topcontrol:focus {
  background-color: #0d5ff9;
  color: #fff;
}

/*
* ----------------------------------------------------------------------------------------
* 404
* ----------------------------------------------------------------------------------------
*/

.page_not_found {
  padding: 120px 0;
}
.page_not_found img {
  display: inline-block;
  margin-bottom: 30px;
}
.page_not_found h2 {
  font-size: 45px;
  margin-bottom: 15px;
}
.page_not_found p {
  margin-bottom: 25px;
}

/*
* ----------------------------------------------------------------------------------------
* Cart Drawer
* ----------------------------------------------------------------------------------------
*/

.customize-support .cart_drawer {
  top: 27px;
}
.customize-support .cart_drawer_btm .bottom_group {
  bottom: 20px;
}
.searchcart .cart-icon.mobile_cart {
  display: none;
}
.min_cart_wrapper {
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.5s, visibility 0.5s;
  visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 40000;
}
#mini_cart.min_cart_active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

.cart_drawer {
  position: absolute;
  height: 100%;
  width: 380px;
  z-index: 99;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  transition: background 0.5s, transform 0.5s;

  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  position: absolute;
  right: 0;
  background: #fff;
  border: 1px solid #e9eef4;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}
#mini_cart.min_cart_active .cart_drawer {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

.cart_drawer .cart_close {
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: 3px;
  width: 37px;
  height: 37px;
  color: #fff;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  line-height: 40px;
  background: #0d5ff9;
  border-radius: 50%;
  transition: 0.5s;
}
.cart_drawer .cart_close:hover,
.cart_drawer .cart_close:focus {
  background: #002e60;
}
.cart_drawer .cart_number {
  font-weight: 600;
  display: block;
  min-width: 45px;
  height: 45px;
  text-align: center;
  line-height: 46px;
  color: #111;
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #ecebeb;
  border-top: transparent;
  border-right: transparent;
}
.cart_drawer .title {
  font-weight: 500;
  line-height: 43px;
  height: 45px;
  color: #111;
  border-bottom: 1px solid #ecebeb;
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: center;
  font-size: 20px;
}
.minicart .mini-content .prod {
  position: relative;
  height: calc(100vh - 162px);
  max-height: 100%;
  overflow: auto;
  padding: 0 20px;
}
.woocommerce-mini-cart__empty-message {
  text-align: center;
  padding: 50% 0;
}
.cart_drawer li {
  border-bottom: 1px solid #e1e1e1;
  align-items: flex-start;
  position: relative;
  padding: 20px 0px;
}
.cart_drawer li:last-child {
}
.thumb_img_cartmini {
  width: 25%;
}
.product-detail {
  width: 70%;
  padding-left: 20px;
}
.produc_remove {
  width: 15%;
  text-align: center;
}
.cart_drawer h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.cart_drawer h3 a {
  color: #222;
  transition: 0.5s;
}
.cart_drawer h3 a:hover,
.cart_drawer h3 a:focus {
  color: #0d5ff9;
}
.mini_cart_list {
  position: relative;
  height: calc(100vh - 162px);
  max-height: 100%;
  overflow: auto;
  padding: 30px 20px 0;
}
.mini_cart_list img {
  border-radius: 4px;
  width: auto !important;
}
.cart_drawer_btm .sub-total {
  height: 59px;
  line-height: 59px;
  background-color: #fff;
  color: #111;
  padding: 0 15px;
  overflow: hidden;
  bottom: 59px;
  position: absolute;
  width: 100%;
  padding-bottom: 116px;
}
.cart_drawer_btm .sub-total strong {
  float: left;
}
.cart_drawer_btm .sub-total .woocommerce-Price-amount {
  float: right;
  font-weight: 600;
}
.cart_drawer_btm .total-price {
  font-weight: 600;
}
.cart_drawer_btm .bottom_group {
  width: 100%;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 5px;
}

.cart_drawer_btm .total-title {
  font-weight: 600;
}
.cart_drawer_btm .button-viewcart,
.cart_drawer_btm .button-checkout {
  width: 100%;
  display: block;
  float: left;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  text-align: center;
  height: 50px;
  line-height: 50px;
  transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
  border-radius: 4px;
}
.cart_drawer_btm .button-viewcart {
  background-color: #fff;
  border: 2px solid #0d5ff9;
  margin-bottom: 10px;
  color: #0d5ff9;
}
.cart_drawer_btm .button-checkout {
  background-color: #002e60;
  color: #fff;
}

.cart_drawer_btm .button-viewcart:hover,
.cart_drawer_btm .button-viewcart:focus {
  background: #0d5ff9;
  color: #fff;
}

.cart_drawer_btm .button-checkout:hover,
.cart_drawer_btm .button-checkout:focus {
  background: #0d5ff9;
  color: #fff;
}

/* Contact PHP */

.send-message-info svg {
  width: 50px;
  height: auto;
  margin-bottom: 40px;
}
.send-message-info svg path {
  fill: #1c3f39;
}
.send-message-info h4 {
  margin-bottom: 40px;
}

article .blog-image img{
    height: 100%!important;
}


.blog-image img{
    height: 300px!important;
    object-fit: cover;
}

.pagination {
    text-align: center;
    margin: 20px 0;
    display: flex;
    justify-content: center;
}

.pagination a,
.pagination span {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 4px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #0073aa;
}

.pagination a:hover,
.pagination .current {
    background-color: #0073aa;
    color: #fff;
}


/* Contact PHP */
@media only screen and (max-width: 767px) {
  .mobile {
    display: none;
  }
  .marquee{
	display:none;
	}
   html body
	{
		margin-top:16px!important;
	}
}
