@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,700;1,300;1,500;1,600&display=swap");
/*CSS Table Of Content Starts Here*/
/*
01. General CSS

*/
/*CSS Table Of Content Ends Here*/
:root {
  --head-color: #494949;
  --hero-color: #e7ffff;
  --theme-color: #22313f;
  --theme-one: rgb(12, 145, 197);
  --theme-two: #99754566;
  --primary-color: #22313f;
  --secoundary-color: #FEA912;
  --secoundary-one: #2f16;
  --white-color: #fff;
  --black-color: #000000;
  --ratting-color: #FFB32B;
  --pragraph-color: #707070;
  --pragraph-color-two: #707070;
  --object-color: #CFCFCF;
  --icon-color: #898989;
  --sectionbg-color:#f3f1f1;
  --section-color:#fafafa;
  --border-color:rgb(173, 251, 176);
}

body {
  padding: 0;
  margin: 0;
  background: var(--white-color);
  overflow-x: auto;
}

h2,
h3,
h4,
h5,
h6 {
  color: var(--theme-color);
  font-family: "Poppins", sans-serif;
}

h1 {
  font-size: 48px;
  font-weight: 700;
  font-family: "Poppins";
  margin-top: -7px;
}

h2 {
  font-weight: 700;
  font-size: 42px;
  margin-top: -12px;
  font-family: "Poppins";
}

h3 {
  font-size: 36px;
  font-family: "Poppins";
  font-weight: 700;
}

h4 {
  font-size: 30px;
  margin-top: -15px;
  font-family: "Poppins";
  font-weight: 800;	
}

h5 {
  font-size: 20px;
  margin-top: -3px;
  font-family: "Poppins";
  font-weight: 600;
}

h6 {
  font-size: 18px;
  margin-top: -1px;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 25px;
}
h7 {
  font-size: 12px;
  color: #0879e1;
  margin-top: -1px;
  font-weight: 700;
  line-height: 25px;
}
h8 {
  font-size: 16px;
  margin-top: -1px;
  font-family: "Poppins";
  font-weight: 800;
  line-height: 25px;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  margin: 0;
  color: var(--theme-color);
  font-family: "Poppins", sans-serif;
}

a:hover {
  text-decoration: none;
  color: var(--theme-color);
}

input:focus {
  color: var(--white-color);
}

p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
  color: var(--pragraph-color);
  font-family: "Poppins", sans-serif;
}

span {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.navbar-brand {
	padding: 10px 0;
	vertical-align: top;
	margin: 0;
}
.dark_skin .logo_light, .dark_skin .logo_default,
.light_skin .logo_default, .light_skin .logo_dark,
.logo_light,.logo_dark {
	display: none;
}
.dark_skin .logo_dark,
.light_skin .logo_light {
	display: block;
}
.light_skin .navbar-nav a,
.light_skin .navbar-toggler,
.light_skin .navbar a.pr_search_trigger {
	color: #ffffff;
}
.middle-header {
	padding: 10px 0;
	position: relative;
}
.navbar {
	padding: 0;
}
.header_wrap {
	transition: all 0.5s ease 0s;
}
.header_wrap:not([class*="bg_"]):not([class*="bg-"]) {
	background-color: #fff;
}
.header_wrap:not([class*="bg_"]):not([class*="bg-"]).transparent_header {
	background-color: transparent;
}
.header_wrap:not([class*="bg_"]):not([class*="bg-"]).transparent_header.nav-fixed {
	background-color: #fff;
}
.header_wrap:not([class*="bg_"]):not([class*="bg-"]).transparent_header.light_skin.nav-fixed,
.header_wrap:not([class*="bg_"]):not([class*="bg-"]).transparent_header.nav-fixed .light_skin {
	background-color: #1D2224;
}
.header_wrap:not([class*="bg_"]):not([class*="bg-"]).transparent_header.sticky_dark_skin.nav-fixed,
.light_skin .sidetoggle_icon::after,
.light_skin .sidetoggle_icon::before,
.light_skin .toggle_center_line {
	background-color: #fff;
}
.navbar .navbar-nav li {
	position: relative;
	list-style: none;
	transition: all 0.3s ease 0s;
}
.navbar-nav .dropdown-menu {
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
	min-width: 14rem;
}
.navbar-nav .dropdown-menu {
	background-color: #252A2C;
}
.light_skin .navbar-nav .dropdown-menu .mega-menu .dropdown-menu, 
.light_skin .navbar-nav .dropdown-menu .dropdown-menu {
	background-color: #303537;
}
.dark_skin .navbar-nav .dropdown-menu {
	background-color: #fff;
	box-shadow: 0 13px 42px 11px rgba(0,0,0,.05);
}
.dark_skin .mega-menu-col,
.dark_skin .cart_list li {
	border-color: #ddd;
}
.dark_skin .navbar .navbar-nav .dropdown-menu li a.active, 
.dark_skin .navbar .navbar-nav .dropdown-menu li a:hover, 
.dark_skin .navbar .navbar-nav .dropdown-menu > ul > li:hover > a, 
.dark_skin .navbar .navbar-nav .dropdown-menu > ul > .mega-menu-col ul > li:hover > a {
	color: rgb(12, 145, 197);
}
.dark_skin .navbar .navbar-nav li > .dropdown-item, 
.dark_skin .navbar .navbar-nav .dropdown-header,
.dark_skin .cart_quantity,
.dark_skin .cart_total {
	color: #333333;
}
.dropdown-toggle::after, .dropdown-toggler::after {
	border: 0 none;
	content: "\f3d0";
	font-family: "Ionicons";
	margin-left: 5px;
	vertical-align: middle;
}
.dropdown-toggler::after {
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.dropdown-menu .dropdown-toggler::after {
	position: absolute;
	right: 15px;
	top: 10px;
}
.navbar .navbar-nav > li > .nav-link {
	font-weight: 500;
	padding: 22px 10px;
	text-transform: capitalize;
	font-size: 14px;
}
.navbar .navbar-nav > li > a.active, 
.navbar .navbar-nav > li:hover > a,
.light_skin.transparent_header.nav-fixed .navbar .navbar-nav > li > a.active,
.light_skin.transparent_header.nav-fixed .navbar .navbar-nav > li:hover > a,
.transparent_header.nav-fixed .light_skin .navbar .navbar-nav > li > a.active,
.transparent_header.nav-fixed .light_skin .navbar .navbar-nav > li:hover > a {
	color: rgb(12, 145, 197);
}
.light_skin .navbar .navbar-nav .dropdown-item,
.light_skin .navbar .navbar-nav .dropdown-header {
	color: #fff;
}
.light_skin .item_remove {
	color: #fff !important;
}
.light_skin .mega-menu-col {
	border-right: 1px solid #3f3f3f;
}
.navbar .navbar-nav .dropdown-item {
	padding: 8px 20px 8px 20px;
	color: #333;
	font-size: 14px;
	text-transform: capitalize;
}
.navbar .navbar-nav .dropdown-item.dropdown-toggler {
	padding-right: 30px;
}
.navbar .navbar-nav .dropdown-header {
    color: #333;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.navbar-nav.attr-nav {
	-ms-flex-direction: row;
	flex-direction: row;
}
.navbar-nav.attr-nav li .nav-link {
	padding: 20px 10px;
	position: relative;
	white-space: nowrap;
}
.navbar .attr-nav li.nav-btn {
	margin-left: 10px;
}
.navbar-nav.attr-nav li .nav-link i {
	font-size: 20px;
}
.hover_menu_style2 .navbar .navbar-nav.attr-nav > li > .nav-link {
	margin: 0;
	padding: 20px 10px;
}
.dropdown-item:focus, .dropdown-item:hover,
.dropdown-item.active, .dropdown-item:active {
	background-color: transparent;
}
.navbar .navbar-nav.attr-nav .dropdown-menu li a.active, 
.navbar .navbar-nav.attr-nav .dropdown-menu li a:hover, 
.navbar .navbar-nav.attr-nav .dropdown-menu > ul > li:hover > a {
	background-color: rgba(0,0,0,0);
}
.navbar .navbar-nav .dropdown-menu li a.active, 
.navbar .navbar-nav .dropdown-menu li a:hover, 
.navbar .navbar-nav .dropdown-menu > ul > li:hover > a, 
.navbar .navbar-nav .dropdown-menu > ul > .mega-menu-col ul > li:hover > a, 
.sticky_dark_skin.nav-fixed .navbar .navbar-nav .dropdown-item:hover {
	color: rgb(12, 145, 197);
}
.sticky_dark_skin.nav-fixed .logo_light {
    display: none;
}
.sticky_dark_skin.nav-fixed .logo_dark {
	display: block;
}
.sticky_dark_skin.nav-fixed .navbar-nav li > a,
.sticky_dark_skin.nav-fixed .navbar-toggler,
.sticky_dark_skin.nav-fixed .navbar .navbar-nav .dropdown-item,
.sticky_dark_skin.nav-fixed .navbar .navbar-nav .dropdown-header,
.sticky_dark_skin.nav-fixed .cart_quantity, .sticky_dark_skin.nav-fixed .cart_total {
	color: #333;
}
.sticky_dark_skin.nav-fixed .navbar .navbar-nav .dropdown-item.active {
	color: rgb(12, 145, 197);
}
.sticky_dark_skin.nav-fixed .item_remove {
	color: #333 !important;
}
.sticky_dark_skin.nav-fixed .navbar-nav .dropdown-menu, 
.sticky_dark_skin.nav-fixed .navbar-nav .dropdown-menu .dropdown-menu {
	background-color: #fff;
	box-shadow: 0 13px 42px 11px rgba(0,0,0,.05);
}
.sticky_dark_skin.nav-fixed .mega-menu-col,
.sticky_dark_skin.nav-fixed .cart_list li {
	border-color: #ddd;
}
.sticky_dark_skin.nav-fixed.header_wrap[class*="bg_"], .sticky_dark_skin.nav-fixed.header_wrap[class*="bg-"] {
	background-color: #fff !important;
}
.sticky_light_skin.nav-fixed .logo_dark {
    display: none;
}
.sticky_light_skin.nav-fixed .logo_light {
	display: block;
}
.sticky_light_skin.nav-fixed.header_wrap:not([class*="bg_"]):not([class*="bg-"]).transparent_header,
.sticky_light_skin.nav-fixed.header_wrap:not([class*="bg_"]):not([class*="bg-"]) {
	background-color: #1D2224;
}
.sticky_light_skin.nav-fixed.header_wrap[class*="bg_"], .sticky_light_skin.nav-fixed.header_wrap[class*="bg-"] {
	background-color: #1D2224 !important;
}
.sticky_light_skin.nav-fixed .navbar-nav a,
.sticky_light_skin.nav-fixed .navbar-toggler,
.sticky_light_skin.nav-fixed .navbar .navbar-nav .dropdown-item,
.sticky_light_skin.nav-fixed .navbar .navbar-nav .dropdown-header,
.sticky_light_skin.nav-fixed .cart_quantity, .sticky_light_skin.nav-fixed .cart_total {
	color: #fff;
}
.sticky_light_skin.nav-fixed .item_remove {
	color: #fff !important;
}
.header_wrap:not([class*="bg_"]):not([class*="bg-"]).sticky_light_skin.nav-fixed .navbar-nav .dropdown-menu {
	background-color: #252A2C;
	border-color: #252A2C;
}
.header_wrap:not([class*="bg_"]):not([class*="bg-"]).sticky_light_skin.nav-fixed .navbar-nav .dropdown-menu .mega-menu .dropdown-menu, 
.header_wrap:not([class*="bg_"]):not([class*="bg-"]).sticky_light_skin.nav-fixed .navbar-nav .dropdown-menu .dropdown-menu {
	background-color: #303537;
}
.sticky_light_skin.nav-fixed .mega-menu-col {
	border-right: 1px solid #3f3f3f;
}
.sticky_light_skin.nav-fixed .cart_list li {
	border-color: #3f3f3f;
}
.sticky_dark_skin.nav-fixed .btn-tran-light {
	background-color: #333;
	color: #fff !important;
}
.sticky_dark_skin.nav-fixed .btn-tran-light:hover {
	background-color: transparent;
	color: #333 !important;
	border-color: #333;
}
.search_overlay {
	content: "";
	background-color: #000;
	height: 100%;
	top: 0;
	position: fixed;
	text-align: center;
	opacity: 0.5;
	right: 0;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	width: 0;
	z-index: 99;
}
.search_overlay.open {
	left: 0;
	right: auto;
	width: 100%;
}
.search-overlay.open {
    visibility: visible;
    opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
    transform: scale(1);
}
.search_trigger.open i::before {
	content: "\f129";
	font-family: "Ionicons";
}
.search_wrap {
	position: fixed;
	left: 0;
	right: 0;
	max-width: 800px;
	margin: 0 auto;
	padding: 80px 0;
	z-index: 9999;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-ms-flex-align: center;
	align-items: center;
}
.search_wrap.open {
	opacity: 1;
	visibility: visible;
	-webkit-animation: slideInLeft 1s both;
	animation: slideInLeft 1s both;
}
.search_wrap form {
	position: relative;
	width: 100%;
}
.search_wrap .form-control:focus {
	color: #fff;
}
.search_icon {
	font-size: 24px;
	position: absolute;
	right: 5px;
	top: 5px;
	border: 0;
	background-color: transparent;
	cursor: pointer;
	padding: 0;
	color: #fff;
}
.search_wrap .form-control {
	background-color: transparent;
	border-bottom: 2px solid #fff;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	padding: 10px 0;
	color: #fff;
}
.search_wrap .form-control::-webkit-input-placeholder {
	color:#ffffff;
}
.search_wrap .form-control::-moz-placeholder {
	color:#ffffff;
}
.search_wrap .form-control:-ms-input-placeholder {
	color:#ffffff;
}
.search_wrap .form-control::-ms-input-placeholder {
	color:#ffffff;
}
.search_wrap .form-control::placeholder {
	color:#ffffff;
}
.close-search {
	font-size: 40px;
	color: #fff;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 25%;
}
.navbar .attr-nav li .search_trigger i {
	font-size: 20px;
	vertical-align: middle;
	line-height: normal;
}
.navbar .attr-nav li.cart_wrap .nav-link i {
	font-size: 20px;
}
.navbar .attr-nav li.cart_wrap .nav-link {
	padding: 35px 5px;
}
.navbar .attr-nav li .nav-link.sidetoggle i {
	font-size: 28px;
}
.cart_list li {
	list-style: outside none none;
}
.cart_count, .wishlist_count {
	position: relative;
	top: -3px;
	left: 0;
	font-size: 11px;
	background-color:red;
	border-radius: 50px;
	height: 16px;
	line-height: 16px;
	color: #fff;
	min-width: 16px;
	text-align: center;
	padding: 0 5px;
	display: inline-block;
	vertical-align: top;
	margin-left: -5px;
	margin-right: -5px;
}
.cart_trigger .amount {
	margin-left: 8px;
	font-weight: 600;
	vertical-align: top;
	margin-right: -10px;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  background: rgba(0, 2, 0, 0.1);
  background: url("../images/banner/banner.jpg") bottom center;
  max-height: 200px;
  max-width: auto;
  background-size: cover;
  padding: 250px 0px;
  align-content: center;
}

#hero .container {
  position: relative;
  padding-top: 74px;
  text-align: center;
}
#hero .container h4 {
  text-transform: uppercase;
  color: var(--theme-one);
  margin-bottom: 13px;
  line-height: 1.3;
}
#hero .container h6 {
  text-transform: uppercase;
  color: var(--theme-one);
  margin-bottom: 13px;
  line-height: 1.3;
}
#hero .container h7 {
  text-transform: uppercase;
  color: var(--black-color);
}
#hero .container th {
  color: var(--black-color);
}






#hero .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: center;
}

#hero .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #ffc451;
}


@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: auto;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 20px;
    line-height: 24px;
  }
}








.button-4 {
  align-items: center;
  background: #FFFFFF;
  border: 0 solid #E2E8F0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  color: #22313f;
  display: inline-flex;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  line-height: 24px;
  overflow-wrap: break-word;
  padding: 20px;
  text-decoration: none;
  width: auto;
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
	.button-4:hover{
	  background-color:rgb(12, 145, 197);
  color: #FFFFFF;	
	}.button-4:focus {
  background-color:rgb(15, 160, 200);
  color: #fffff;

}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.mb-30-none {
  margin-bottom: -25px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pt-50 {
  padding-top: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mr-15-none {
  margin-right: initial !important;
}

/*-Responsive-*/
/*-Responsive-*/
@media screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
  .pb-120 {
    padding-bottom: 80px;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .pb-80 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .pt-120 {
    padding-top: 70px;
  }
  .pb-120 {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 575px) {
  .pt-120 {
    padding-top: 60px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .pb-80 {
    padding-bottom: 60px;
  }
  .ml-50 {
    margin-left: 0px;
  }
}
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--box-bg);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 10px;
}

/*-Responsive-*/
/*-Responsive-*/
.text-base {
  color: var(--primary-color);
}

.text-base-2 {
  color: var(--secoundary-color);
}

.theme {
  color: var(--theme-one);
}

.theme-color {
  color: var(--theme-color);
}

.title-white {
  color: var(--white-color);
}

.section-bg {
  background: var(--sectionbg-color);
}

.section-bg-two {
  background: var(--section-bg-two);
}

.bg-white {
  background: var(--white-color);
}

.header-color {
  background-color: rgb(254, 181, 53);
}

.header-color-two {
  background-color: var(--theme-one);
}

.center {
  text-align: center;
  margin: 0 auto;
}

.right {
  text-align: right;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-25 {
  margin-right: 25px;
}

.mt-10 {
  margin-top: 10px;
}

.pb-30 {
  padding-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.margin {
  margin: 15px 30px;
}

.bg-1 {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.bg-2 {
  background-color: var(--theme-one);
  color: var(--white-color);
}

/*--Section Header Start--*/
/*--Section Header Start--*/
.section-center {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 50px;
}

.bb {
  border-bottom: none;
}

.section-header {
  position: relative;
}
.section-header .section-title {
  font-weight: 700;
  color: var(--theme-color);
  margin-bottom: 5px;
  text-transform: uppercase;
  position: relative;
}
.section-header .section-title::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translate(-50%);
  background-color: var(--theme-one);
  width: 100px;
  height: 4px;
  top: 55px;
}
.section-header p {
  margin-top: 40px;
  color: var(--pragraph-color-two);
}

@media screen and (max-width: 991px) {
  .section-center {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-center {
    margin: 0 auto 30px;
  }
  .section-center .section-title::before {
    width: 80px;
    height: 4px;
    top: 42px;
  }
}
/*--Section Header End--*/
/*--Section Header End--*/
/*========== Study Icon Start  ==========*/
.study-icon-section .study-icon-items .study-wrapper {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border: 1px solid #ebebeb;
  background-color: var(--white-color);
  transition: all 0.7s ease-in-out;
  margin: 0 auto;
  text-align: center;
}
.study-icon-section .study-icon-items .study-wrapper .study-icon.style-two {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: initial;
  border: 1px solid #ebebeb;
  transition: all 0.7s ease-in-out;
  background-color: #fafafa;
  margin: 0 auto;
  text-align: center;
  margin-top: 4px;
}
.study-icon-section .study-icon-items .study-wrapper .study-icon.style-two svg {
  font-size: 28px;
  color: var(--theme-one);
  transition: all 0.7s ease-in-out;
}
.study-icon-section .study-icon-items .study-icon-content {
  padding: 20px 0;
}
.study-icon-section .study-icon-items:hover .study-wrapper {
  border: 1px solid var(--theme-one);
}
.study-icon-section .study-icon-items:hover .study-icon.style-two {
  background-color: var(--theme-one);
  border: 1px solid var(--theme-one);
}
.study-icon-section .study-icon-items:hover .study-icon.style-two svg {
  color: var(--white-color);
}

/*========== Study Icon End  ==========*/
/*========== About Categories Start ==========*/
.about-categories-section {
  overflow: hidden;
}
.about-categories-section .about-categories {
  border: 1px solid rgb(235, 235, 235);
  background-color: rgb(250, 250, 250);
  transition: all 0.4s ease-in-out;
}
.about-categories-section .about-categories .about-categories-items {
  background-color: var(--white-color);
  padding: 15px 15px;
  border: 1px solid rgb(235, 235, 235);
  margin-right: 15px;
  margin-bottom: 15px;
  transition: all 0.4s ease-in-out;
}
.about-categories-section .about-categories .about-categories-items .about-icon {
  margin-bottom: 15px;
}
.about-categories-section .about-categories .about-categories-items .about-icon svg {
  font-size: 28px;
  color: var(--theme-one);
  transition: all 0.4s ease-in-out;
}
.about-categories-section .about-categories .about-categories-items .categories-tittle {
  padding: 10px 10px;
  text-transform: uppercase;
  border: 1px solid rgb(235, 235, 235);
  font-size: 16px;
  transition: all 0.4s ease-in-out;
}
.about-categories-section .about-categories .about-categories-items .categories-tittle a {
  transition: all 0.4s ease-in-out;
}
.about-categories-section .about-categories .about-categories-items p {
  color: var(--pragraph-color-two);
  transition: all 0.4s ease-in-out;
}
.about-categories-section .about-categories .about-categories-items h6 {
  font-weight: 700;
  transition: all 0.4s ease-in-out;
}
.about-categories-section .about-categories:hover {
  background-color: #f5f5f5;
}
.about-categories-section .about-categories:hover .about-categories-items {
  background-color: var(--theme-one);
}
.about-categories-section .about-categories:hover .categories-tittle {
  background-color: var(--white-color);
  border: 1px solid var(--white-color);
}
.about-categories-section .about-categories:hover .categories-tittle a {
  color: var(--theme-one);
}
.about-categories-section .about-categories:hover .about-categories-items p {
  color: var(--white-color);
}
.about-categories-section .about-categories:hover .about-categories-items h6 {
  color: var(--white-color);
}
.about-categories-section .about-categories:hover .about-icon svg {
  color: var(--white-color);
}
.about-categories-section .about-right-items .about-right-icon {
  font-size: 28px;
  color: var(--theme-one);
}
.about-categories-section .about-right-items .about-right-content {
  margin-top: 20px;
}
.about-categories-section .about-right-items .about-right-content h6 {
  text-transform: uppercase;
  color: var(--theme-one);
}
.about-categories-section .about-right-items .about-right-content .price-cont {
  margin-top: 30px;
  margin-bottom: 40px;
}
.about-categories-section .about-right-items .about-right-content .price-cont p {
  color: var(--theme-color);
}
.about-categories-section .about-right-items .about-right-content .price-cont h6 {
  color: var(--theme-one);
}

/*========== About Categories End ==========*/
/* ==========================================================================
   	11. FILTER GALLERY .
   ========================================================================== */
.portfolio-section {
  overflow: hidden;
}

.gallery-section img {
  width: 100%;
  height: 100%;
}

.button-group.filters-button-group {
  margin-bottom: 30px;
  text-align: center;
}
.button-group button {
    padding: 8px 20px;
}
.button.is-checked {
  background-color: var(--theme-one);
  color: #fff !important;
}

.portfolio-filter {
  margin-bottom: 30px;
}

.swiper-pagination-bullet-active {
  background-color: var(--theme-one);
}

.button {
  color: var(--pragraph-color-two);
  margin-right: 10px;
  font-weight: 500;
  font-size: 15px;
  transition: 0.3s;
  padding: 0px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  border: none;
}

.portfolio-item {
  margin: 0px;
  padding: 5px;
}

.portfolio-item img {
  width: 100%;
}

figure {
  margin: 0;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .button {
    margin-bottom: 15px;
  }
}
.effcet {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  background-color: rgba(34, 49, 63, 0.8);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.effcet .effcet-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 103px;
}
.effcet .effcet-link li {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  background: var(--white-color);
  text-align: center;
  line-height: 40px;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.effcet .effcet-link li:hover {
  color: var(--white-color);
  background-color: var(--theme-one);
}
.effcet .effcet-link li:hover a svg {
  color: var(--white-color);
}
.effcet .effcet-link li a svg {
  color: var(--theme-one);
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.effcet .effcet-link.style-two {
  position: absolute;
  bottom: 15px;
  right: 5px;
}
.effcet .effect-content {
  position: absolute;
  top: 20px;
  left: 15px;
}
.effcet .effect-content h6 {
  margin-bottom: 0;
  text-transform: uppercase;
  color: var(--white-color);
}
.effcet .effect-content p {
  color: var(--white-color);
}
.effcet:hover {
  opacity: 1;
}

.magnific-img {
  position: relative;
}

@media screen and (max-width: 991px) {
  .effcet .effcet-link {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .effcet .effcet-link {
    margin-top: 60px;
  }
}
@media screen and (max-width: 575px) {
  .effcet .effcet-link {
    margin-top: 160px;
  }
}
@media screen and (max-width: 500px) {
  .effcet .effcet-link {
    margin-top: 110px;
  }
}
@media screen and (max-width: 370px) {
  .effcet .effcet-link {
    margin-top: 80px;
  }
}
/*========== Footer Scetion Start ==========*/
.footer-section {
  overflow: hidden;
  background-color: rgb(34, 49, 63);
}
.footer-section .footer-top {
  position: relative;
}
.footer-section .footer-top .widget-items .footer-head {
  margin-bottom: 40px;
}
.footer-section .footer-top .widget-items .footer-head .header-content {
  color: var(--white-color);
  text-transform: uppercase;
  position: relative;
}
.footer-section .footer-top .widget-items .footer-head .header-content::before {
  position: absolute;
  bottom: -20px;
  left: 0;
  content: "";
  width: 70px;
  height: 2px;
  background-color: rgb(132, 147, 161);
}
.footer-section .footer-top .widget-items .footer-content-area p {
  color: #8799aa;
  margin-bottom: 5px;
}
.footer-section .footer-top .widget-items .footer-content-area span {
  color: #8799aa;
}
.footer-section .footer-top .widget-items .footer-content-area .cmn--link {
  color: var(--theme-one);
}
.footer-section .footer-top .widget-items .footer-content-area .form {
  position: relative;
  margin-top: 20px;
}
.footer-section .footer-top .widget-items .footer-content-area .form .footer-tittle {
  color: var(--white-color);
  text-transform: capitalize;
  margin-bottom: 20px;
}
.footer-section .footer-top .widget-items .footer-content-area .form input {
  color: var(--white-color);
  width: 100%;
  padding: 15px 15% 15px 20px;
  border: 1px solid rgb(47, 66, 84);
  outline: none;
  border-radius: 5px;
  background-color: rgb(34, 49, 63);
}
.footer-section .footer-top .widget-items .footer-content-area .form input::placeholder {
  color: #344656 !important;
}
.footer-section .footer-top .widget-items .footer-content-area .form .effect-button {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.footer-section .footer-top .widget-items .footer-content-area .form .effect-button svg {
  color: var(--theme-one);
}
.footer-section .footer-top .widget-items .footer-content-area .quick-link {
  display: flex;
  padding: 20px 0;
  border-bottom: 3px dotted #2f4253;
}
.footer-section .footer-top .widget-items .footer-content-area .quick-link .thumb img {
  width: 75px;
  height: 75px;
}
.footer-section .footer-top .widget-items .footer-content-area .quick-link .product-content {
  margin-left: 10px;
}
.footer-section .footer-top .widget-items .footer-content-area .quick-link .product-content h6 {
  margin-bottom: 0;
}
.footer-section .footer-top .widget-items .footer-content-area .quick-link .product-content h6 a {
  color: #8799aa;
  font-size: 16px;
  transition: all 0.4s ease-in-out;
}
.footer-section .footer-top .widget-items .footer-content-area .quick-link .product-content p {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.footer-section .footer-top .widget-items .footer-content-area .quick-link .product-content .rating li {
  color: var(--theme-one);
}
.footer-section .footer-top .widget-items .footer-content-area .quick-link .product-content .rating li svg {
  font-size: 16px;
}
.footer-section .footer-top .widget-items .footer-content-area .quick-link .product-content .rating .active {
  color: #485d6f;
}
.footer-section .footer-top .widget-items .footer-content-area .quick-link .contact .list {
  display: flex;
  color: #8799aa;
  padding: 15px 0;
  border-bottom: 1px dotted #2f4253;
}
.footer-section .footer-top .widget-items .footer-content-area .quick-link .contact .list a {
  font-weight: 500;
  color: #8799aa;
  transition: all 0.4s ease-in-out;
  font-size: 15px;
}
.footer-section .footer-top .widget-items .footer-content-area .quick-link .contact .list a:hover {
  color: var(--theme-one);
}
.footer-section .footer-top .widget-items .footer-content-area .quick-link .contact .list svg {
  font-size: 16px;
  color: var(--theme-one);
  margin-right: 8px;
}
.footer-section .footer-top .widget-items .footer-content-area .quick-link:hover .product-content h6 a {
  color: var(--theme-one);
}
.footer-section .footer-top .widget-items .footer-content-area .quick-link.style-two {
  border-bottom: none;
}
.footer-section .footer-top .widget-items .footer-content-area .link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer-section .footer-top .widget-items .footer-content-area .link ul {
  display: flex;
  align-items: center;
  margin-left: 12px;
}
.footer-section .footer-top .widget-items .footer-content-area .link ul li {
  margin-right: 15px;
}
.footer-section .footer-top .widget-items .footer-content-area .link ul li a svg {
  color: #8799aa;
  transition: all 0.4s;
}
.footer-section .footer-top .widget-items .footer-content-area .link ul li a svg:hover {
  color: var(--theme-one);
}
.footer-section .footer-top .widget-items .footer-content-area .link p {
  margin-bottom: 0;
  text-transform: capitalize;
  color: var(--white-color);
}
.footer-section .border-area {
  background-color: #111111;
}
.footer-section .border-area .footer-bottom {
  padding: 30px 0px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-section .border-area .footer-bottom p {
  color: var(--white-color);
}
.footer-section .border-area .footer-bottom p a {
  color: var(--theme-one);
  letter-spacing: 2px;
  font-weight: 700;
}
.footer-section .border-area .footer-bottom ul {
  display: flex;
  align-items: center;
}
.footer-section .border-area .footer-bottom ul li {
  margin-right: 20px;
}

/*========== Footer Scetion Here ==========*/
@media screen and (max-width: 991px) {
  .footer-section .border-area .footer-bottom {
    justify-content: center;
  }
}
/*========== Top Header Section Start  ==========*/
.top-header {
  overflow: hidden;
  background-color: var(--theme-color);
}
.top-header .top-header-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-header .top-header-items P {
  color: #8799aa;
}
.top-header .top-header-items .top-header-right {
  display: flex;
  align-items: center;
}
.top-header .top-header-items .top-header-right ul {
  display: flex;
  align-items: center;
}
.top-header .top-header-items .top-header-right ul li {
  margin-right: 15px;
}
.top-header .top-header-items .top-header-right ul li a {
  color: #8799aa;
}
.top-header .top-header-items .top-header-right .language {
  margin: 0 30px;
}
.top-header .top-header-items .top-header-right .language svg {
  font-size: 16px;
  color: #8799aa;
}
.top-header .top-header-items .top-header-right .language select {
  padding: 5px 5px;
  border: none;
  outline: none;
  color: #8799aa;
  background-color: transparent;
}
.top-header .top-header-items .top-header-right .language select option {
  background-color: transparent;
}
.top-header .top-header-items .top-header-right .button svg {
  margin-right: 5px;
}
.top-header .top-header-items .top-header-right .button .cmn--btn {
  overflow: initial;
  border-radius: 0px;
}

/*========== Top Header Section End  ==========*/
/*========== Middle Header Section Start  ==========*/
.middle-header {
  overflow: hidden;
  padding: 22px 0;
}
.middle-header .middle-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.middle-header .middle-items .main-logo {
  max-width: 190px;
}
.middle-header .middle-items .main-logo img {
  max-width: 100%;
}
.middle-header .middle-items .middle-wrapper {
  display: flex;
  align-items: center;
  float: right;
}
.middle-header .middle-items .middle-wrapper .top-middle-items {
  margin-right: 40px;
}
.middle-header .middle-items .middle-wrapper .top-middle-items .middle-content {
  margin-left: 15px;
}
.middle-header .middle-items .middle-wrapper .top-middle-items .middle-content h6 {
  margin-bottom: 0;
  text-transform: capitalize;
  margin-top: 0;
}

/*========== Middle Header Section End  ==========*/
/*========== Main Header Section Start  ==========*/
.header-section {
  width: 100%;
  z-index: 99999;
}

.header-section-two {
  top: 0;
  width: 100%;
  z-index: 99999;
  position: absolute;
}
.header-section-two .header-wrapper {
  justify-content: space-between;
}
.header-section-two .header-wrapper .main-menu li a {
  color: var(--theme-one);
}
.header-section-two .header-wrapper .main-menu .search-icon .serach {
  display: block;
}
.header-section-two .header-wrapper .main-menu .search-icon .serach svg {
  font-size: 16px;
  color: var(--theme-one);
}

.menu-fixed .header-wrapper.style-two .main-menu li a {
  color: var(--white-color);
}

.menu-fixed .header-wrapper .logo-menu {
  display: block !important;
}

.menu-fixed .header-wrapper .logo-menus {
  display: none !important;
}

.menu-fixed .header-wrapper .logo-menu {
  display: block !important;
}

.menu-fixed .header-wrapper {
  justify-content: space-between;
}

.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  transition: all 0.9s;
  background-color: var(--theme-one);
}
.menu-fixed .search-icon #search {
  position: fixed;
  top: 0px !important;
  left: 0px;
  width: 100%;
  height: 90px;
}

.header-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.9s;
  justify-content: center;
  padding: 20px 0;
  position: relative;
}
.header-wrapper .logo-menu {
  max-width: 149px;
  height: 48px;
  display: none;
}
.header-wrapper .logo-menu img {
  width: 100%;
  height: 100%;
}
.header-wrapper .main-menu {
  position: relative;
  display: flex;
  align-items: center;
}
.header-wrapper .main-menu li {
  transition: all 0.6s;
  position: relative;
  text-transform: capitalize;
}
.header-wrapper .main-menu li:not(:last-child) {
  margin-right: 30px;
}
.header-wrapper .main-menu li a {
  color: var(--white-color);
  font-weight: 550;
  font-size: 16px;
  transition: all 0.3s;
}
.header-wrapper .main-menu li a:hover {
  color: var(--theme-color);
}
.header-wrapper .main-menu li a svg {
  margin-left: 2px;
  font-size: 14px;
}
.header-wrapper .main-menu li .sub-menu {
  display: none;
  transform: translateY(27px);
}
@media (min-width: 992px) {
  .header-wrapper .main-menu li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    width: 250px;
    transition: all 0.8s;
    border-radius: 2px;
    display: block !important;
    opacity: 0;
  }
}
.header-wrapper .main-menu li .sub-menu li {
  margin-right: 0;
  transition: all 0.4s !important;
}
.header-wrapper .main-menu li .sub-menu li a {
  color: var(--white-color);
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  display: block;
  padding: 15px 20px;
  background: var(--theme-one);
  margin: 5px;
  border-radius: 5px;
}
.header-wrapper .main-menu li .sub-menu li:hover a {
  margin-left: 10px;
}
.header-wrapper .main-menu li .sub-menu li .sub-two {
  display: none;
  opacity: 0;
  position: absolute;
  transform: scale(0);
  right: 100%;
  top: 0;
  width: 200px;
  transition: all 0.8s;
  background: var(--section-bg-two);
  box-shadow: -1px 7px 19px -14px rgb(66, 106, 184);
  border-radius: 2px;
}
.header-wrapper .main-menu li .sub-menu li .sub-two li a {
  margin-left: 5px;
}
.header-wrapper .main-menu li .sub-menu li .sub-two li:hover a {
  margin-left: 10px;
}
.header-wrapper .main-menu li .sub-menu:hover .subtwohober {
  transition: all 0.5s;
}
.header-wrapper .main-menu li .sub-menu:hover .subtwohober .sub-two {
  opacity: 1 !important;
  visibility: visible !important;
  transform: scale(1);
}
.header-wrapper .main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-wrapper .main-menu .search-icon {
  /* Search Style */
}
.header-wrapper .main-menu .search-icon .serach {
}
.header-wrapper .main-menu .search-icon .serach svg {
  font-size: 16px;
  color: var(--white-color);
}
.header-wrapper .main-menu .search-icon #search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: rgba(3, 13, 32, 0.927);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  border: 1px solid #546181;
}
.header-wrapper .main-menu .search-icon #search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  z-index: 106;

}
.header-wrapper .main-menu .search-icon #search input[type=search] {
  position: absolute;
  top: 59%;
  left: 0;
  margin-top: -51px;
  width: 60%;
  margin-left: 20%;
  color: var(--white-color);
  background: transparent;
  font-size: 18px;
  border: none;
  text-align: center;
  border-radius: 10px;
  outline: none;
  padding: 15px 10px;
  border: 1px solid var(--white-color);
}
.header-wrapper .main-menu .search-icon #search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  opacity: 1;
  font-size: 27px;
  color: var(--white-color);
}
.header-wrapper .main-menu .search-icon #search .close:hover {
  cursor: pointer;
}

/*========== Main Header Section End  ==========*/
/*----Scroll Top To Bottom Start-----*/
#progress {
  background-color: var(--theme-one);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  position: fixed;
  right: 20px;
  z-index: 9999;
  bottom: 20px;
  transition: all 0.4s ease-in-out;
}
#progress svg {
  color: var(--white-color);
}
#progress #valiu {
}
#progress #valiu img {
  width: 16px;
}
#progress:hover {
  cursor: pointer;
  background-color: var(--theme-color);
}

/*----Scroll Top To Bottom Start-----*/
/*------Banner Section Start--------*/
/*------Banner Section Start--------*/

.bannner-section .banner-wrapper {
  background-color: var(--hero-color);
  max-height: 200px;
  max-width: auto;
  background-size: cover;
  padding: 400px 0px;
  align-content: center;
}
#myInput {
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
  color: #000000;
}

.bannner-section .banner-wrapper .myTable {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 18px;
}

.bannner-section .banner-wrapper .myTable th, .myTable td {
  text-align: left;
  color: #000000;
  padding: 12px;
}

.bannner-section .banner-wrapper .myTable tr {
  border-bottom: 1px solid #ddd;
}

.myTable tr.header, .myTable tr:hover {
  background-color: #f1f1f1;
}
.bannner-section .banner-wrapper .banner-content h4 {
  text-transform: uppercase;
  color: var(--theme-one);
  margin-bottom: 13px;
  line-height: 1.3;
}
.bannner-section .banner-wrapper .banner-content h5 {
  text-transform: uppercase;
  color: var(--theme-one);
  margin-bottom: 13px;
  line-height: 1.3;
}
.bannner-section .banner-wrapper .banner-content h6 {
  text-transform: uppercase;
}
.bannner-section .banner-wrapper .banner-content p {
  color: var(--black-color);
}
.bannner-section .banner-wrapper .banner-content th {
  color: var(--black-color);
}
.bannner-section .banner-wrapper .banner-content .banner-button {
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.bannner-section .banner-wrapper .banner-content .banner-button .cmn--btn {
  margin-right: 20px;
}
.bannner-section .banner-wrapper.style-two {
  background: url(../images/banner/banner2.jpg) no-repeat center center;
  background-size: cover;
}
.bannner-section .banner-wrapper.style-three {
  background: url(../images/banner/banner3.jpg) no-repeat center center;
  background-size: cover;
}
.bannner-section .banner-wrapper.style-four {
  background: url(../images/banner/banner4.jpg) no-repeat center center;
  background-size: cover;
}
.bannner-section .banner-wrapper.style-five {
  background: url(../images/banner/banner5.jpg) no-repeat center center;
  background-size: cover;
}
.bannner-section .banner-wrapper.style-six {
  background: url(../images/banner/banner6.jpg) no-repeat center center;
  background-size: cover;
}
.bannner-section .swiper-button-next {
  color: var(--white-color) !important;
  background: var(--theme-one) !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.bannner-section .swiper-button-prev {
  color: var(--white-color) !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #667c8e;
}
.bannner-section .swiper-button-next:after, .bannner-section .swiper-button-prev:after {
  font-size: 16px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  color: var(--theme-color) !important;
}

/*------Banner Section End--------*/
/*------Banner Section End--------*/
/*========== Breadcumd Banner Start  ==========*/
.breadcumd-banner {
  position: relative;
  background: url(../images/banner/banner-bg.jpg) no-repeat center center;
  background-size: cover;
}
.breadcumd-banner::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(34, 49, 63, 0.2);
}
.breadcumd-banner .breadcumd-wrapper {
  position: relative;
  padding: 120px 0px;
  text-align: center;
}
.breadcumd-banner .breadcumd-wrapper .left-content {
  color: var(--white-color);
  text-transform: uppercase;
}
.breadcumd-banner .breadcumd-wrapper .right-content {
  align-items: center;
  justify-content: center;
}
.breadcumd-banner .breadcumd-wrapper .right-content li {
  font-size: 18px;
  position: relative;
  text-transform: uppercase;
  color: var(--white-color);
}
.breadcumd-banner .breadcumd-wrapper .right-content li:not(:last-child) {
  margin-right: 20px;
}
.breadcumd-banner .breadcumd-wrapper .right-content li a {
  color: var(--white-color);
  transition: all 0.4s;
}
.breadcumd-banner .breadcumd-wrapper .right-content li a:hover {
  color: var(--theme-one);
}
.breadcumd-banner .breadcumd-wrapper .right-content li svg {
  color: var(--white-color);
}

/*========== Breadcumd Banner End  ==========*/
/*========== Study Icon Start  ==========*/
.study-icon-section {
  overflow: hidden;
}
.study-icon-section .study-icon-items {
  transition: all 0.7s ease-in-out;
}
.study-icon-section .study-icon-items .study-icon {
  width: 80px;
  height: 80px;
  line-height: 70px;
  text-align: center;
  border-radius: 100%;
  border: 5px solid var(--border-color);
  transition: all 0.7s ease-in-out;
  background-color: var(--white-color);
  margin-bottom: 20px;
}
.study-icon-section .study-icon-items .study-icon svg {
  font-size: 28px;
  color: var(--theme-one);
  transition: all 0.7s ease-in-out;
}
.study-icon-section .study-icon-items .study-icon-content {
  margin-top: 5px;
}
.study-icon-section .study-icon-items .study-icon-content h5 {
  text-transform: capitalize;
}
.study-icon-section .study-icon-items .study-icon-content h5 a {
  color: var(--theme-color);
  transition: all 0.5s ease-in-out;
}
.study-icon-section .study-icon-items:hover .study-icon {
  background-color: var(--theme-one);
}
.study-icon-section .study-icon-items:hover .study-icon svg {
  color: var(--white-color);
}
.study-icon-section .study-icon-items:hover .study-icon-content h5 a {
  color: var(--theme-one);
}
.study-icon-section .active .study-icon {
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid rgb(235, 235, 235);
  background-color: var(--section-color);
  background-color: var(--theme-one);
}

/*========== Study Icon End  ==========*/
/*========== Course Section Start  ==========*/
.course-section {
  overflow: hidden;
  position: relative;
}
.course-section .course-items {
  background-color: var(--theme-color);
  padding: 30px 30px;
  transition: all 0.4s ease-in-out;
}
.course-section .course-items .course-wrapper .course-content h6 {
  text-transform: uppercase;
  color: var(--white-color);
}
.course-section .course-items .course-wrapper .course-content p {
  margin-top: 25px;
  color: var(--white-color);
  text-transform: uppercase;
  position: relative;
  margin-bottom: 10px;
}
.course-section .course-items .course-wrapper .course-content p::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  background-color: var(--white-color);
  left: 50%;
  transform: translate(-50%);
  top: -10px;
}
.course-section .course-items:hover {
  background-color: var(--theme-one);
  transform: translateY(5px);
}
.small-thumb img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
.sub-thumb img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
/*========== Course Section End  ==========*/
/*========== Popular Courses Start ==========*/
.popular-courses-section {
  overflow: hidden;
}
.popular-courses-section .popular-courses-items {
  border: 1px solid rgb(235, 235, 235);
  background-color: var(--white-color);
  overflow: hidden;
}
.popular-courses-section .popular-courses-items .courses-thumb {
  background-color: rgb(250, 250, 250);
  overflow: hidden;
}
.popular-courses-section .popular-courses-items .courses-thumb img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.popular-courses-section .popular-courses-items .courses-content {
  position: relative;
  border: 1px solid rgb(235, 235, 235);
  background-color: var(--white-color);
  margin-top: -25px;
  margin-right: 10px;
  margin-left: 10px;
}
.popular-courses-section .popular-courses-items .courses-content .courses-wrap {
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid rgb(235, 235, 235);
  flex-wrap: wrap;
}
.popular-courses-section .popular-courses-items .courses-content .courses-wrap h6 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 60px;
}
.popular-courses-section .popular-courses-items .courses-content .courses-wrap h6 a {
  transition: all 0.3s ease-in-out;
}
.popular-courses-section .popular-courses-items .courses-content .courses-wrap h6 a:hover {
  color: var(--theme-one);
}
.popular-courses-section .popular-courses-items .courses-content .courses-wrap p {
  margin-left: 10px;
  font-size: 14px;
}
.popular-courses-section .popular-courses-items .courses-content .small-thumb {
  position: absolute;
  top: -20px;
  left: 0;
}
.popular-courses-section .popular-courses-items .courses-content .courses-tittle-content {
  padding: 20px 20px;
}
.popular-courses-section .popular-courses-items .courses-content .courses-tittle-content h6 a {
  color: var(--theme-color);
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}
.popular-courses-section .popular-courses-items .courses-content .courses-tittle-content h6 a:hover {
  color: var(--theme-one);
}
.popular-courses-section .popular-courses-items .ratting-items {
  align-items: center;
  justify-content: space-around;
  margin: 15px 0;
}
.popular-courses-section .popular-courses-items .ratting-items p {
  font-weight: 600;
  color: var(--theme-color);
  transition: all 0.4s ease-in-out;
}
.popular-courses-section .popular-courses-items .ratting-items p:hover {
  color: var(--theme-one);
}
.popular-courses-section .popular-courses-items .ratting-items ul {
  display: flex;
  align-items: center;
}
.popular-courses-section .popular-courses-items .ratting-items ul li {
  font-size: 14px;
}
.popular-courses-section .popular-courses-items .ratting-items ul li a {
  transition: all 0.4s ease-in-out;
  color: var(--theme-color);
}
.popular-courses-section .popular-courses-items .ratting-items ul .active a {
  color: #c9c9c9;
  transition: all 0.4s ease-in-out;
}
.popular-courses-section .popular-courses-items .ratting-items ul:hover a {
  color: var(--theme-one);
}
.popular-courses-section .popular-courses-items .ratting-items ul:hover .active a {
  color: #c9c9c9;
}
.popular-courses-section .popular-courses-items .ratting-items .cmn-button .cmn--link:hover {
  color: var(--theme-one);
}
.popular-courses-section .popular-courses-items:hover .courses-thumb img {
  transform: scale(1.1);
}
.popular-courses-section .popular-courses-items.style-single {
  background-color: var(--section-color);
}
.popular-courses-section .single-tittle {
  text-transform: uppercase;
  margin-bottom: 20px;
}

/*========== Popular Courses End ==========*/
/*========== Team Section Start ==========*/
.team-section {
  overflow: hidden;
}
.team-section .team-items {
  border: 1px solid #ebebeb;
}
.team-section .team-items .team-thumb {
  background-color: var(--white-color);
  overflow: hidden;
}
.team-section .team-items .team-thumb img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.team-section .team-items .team-content {
  padding: 25px 0px;
  position: relative;
  border: 1px solid #ebebeb;
  background-color: var(--white-color);
  margin-top: -25px;
  margin-right: 10px;
  margin-left: 10px;
}
.team-section .team-items .team-content h6 a {
  color: var(--theme-color);
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}
.team-section .team-items .team-content h6 a:hover {
  color: var(--theme-one);
}
.team-section .team-items ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
}
.team-section .team-items ul li {
  margin-right: 20px;
}
.team-section .team-items ul li a {
  color: var(--theme-color);
  transition: all 0.4s ease-in-out;
}
.team-section .team-items ul li a:hover {
  color: var(--theme-one);
}
.team-section .team-items:hover .team-thumb img {
  transform: scale(1.1);
}

/*========== Team Section End ==========*/
/*========== Testimonial Section Start  ==========*/
.testimonial-section {
  overflow: hidden;
  background-color: rgb(74, 112, 141);
}
.testimonial-section .section-header .section-title {
  color: var(--white-color);
}
.testimonial-section .section-header p {
  color: var(--white-color);
}
.testimonial-section .testimonial-items {
  background-color: var(--white-color);
  padding: 40px 30px;
  border-radius: 5px;
}
.testimonial-section .testimonial-items .testi-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.testimonial-section .testimonial-items .testi-wrap .testi-thumb img {
  width: 100px;
  height: 100px;
  border-radius: 5px;
}
.testimonial-section .testimonial-items .testi-wrap .testi-content {
  margin-left: 15px;
}
.testimonial-section .testimonial-items .testi-wrap .testi-content h6 {
  text-transform: capitalize;
  color: var(--theme-one);
}
.testimonial-section .testimonial-items .testi-wrap .testi-content p {
  margin-top: -5px;
}
.testimonial-section .testimonial-items .testi-wrap ul {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.testimonial-section .testimonial-items .testi-wrap ul li {
  margin-right: 10px;
}
.testimonial-section .testimonial-items .testi-wrap ul li svg {
  color: var(--theme-one);
}
.testimonial-section .owl-nav {
  text-align: center;
  margin-top: 50px;
}
.testimonial-section .owl-nav button.owl-next {
  padding: 0 !important;
  font: inherit;
  color: var(--white-color) !important;
  background: var(--theme-one) !important;
  width: 40px;
  height: 40px;
  margin-left: 10px;
}
.testimonial-section .owl-nav button.owl-prev {
  padding: 0 !important;
  font: inherit;
  color: var(--theme-one) !important;
  width: 40px;
  height: 40px;
  background: var(--white-color) !important;
}
.testimonial-section .owl-carousel .owl-nav.disabled {
  display: block !important;
}

/*========== Testimonial Section End  ==========*/
/*========== Logo Section Start  ==========*/
.logo-section {
  overflow: hidden;
}
.logo-section .logo-thumb {
  padding: 15px 30px;
  text-align: center;
  border: 1px solid #ebebeb;
  margin: 0 auto;
}
.logo-section .logo-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*========== Logo Section End  ==========*/
/*-------------------- Home Pgae Two Here -------------------*/
/*------Module Section Start--------*/
.module-section {
  overflow: hidden;
  background-color: var(--theme-color);
}

.accordion-body {
  border-radius: 10px;
  padding: 20px 20px;
}

.accordion-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.accordion-button-wrapper .accordion-item {
  border: none;
  border: 1px solid var(--object-color);
  border-radius: 5px;
}
.accordion-button-wrapper .accordion-item:not(:last-child) {
  margin-right: 10px;
}
.accordion-button-wrapper .accordion-button {
  font-weight: 600;
  font-size: 18px;
  padding: 14px 25px;
}
.accordion-button-wrapper .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: rotate(-180deg);
  display: none;
}
.accordion-button-wrapper .accordion-button::after {
  background-image: none;
  display: none;
}
.accordion-button-wrapper .accordion-button:focus {
  z-index: 3;
  border-color: unset !important;
  outline: 0;
  box-shadow: none !important;
}
.accordion-button-wrapper .accordion-button:not(.collapsed) {
  color: var(--white-color);
  background-color: var(--primary-color);
  box-shadow: none;
}

.module-body-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.module-body-wrapper .items {
  width: 100%;
  margin-right: 15px;
}
.module-body-wrapper .items .cmn--btn {
  display: block;
  text-align: center;
}
.module-body-wrapper .items-two .cmn--btn {
  padding: 14px 23px;
  height: 58px;
}
.module-body-wrapper .form-select,.module-body-wrapper .items input {
  font-size: 16px;
  outline: none;
  box-shadow: none;
  height: 60px;
  color: #94b5d3;
  background-color: transparent;
  border: 1px solid #94b5d3;
}
.module-body-wrapper .items input{
    border-radius:4px;
    padding:0px 10px;
    width:100%;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #94b5d3; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #94b5d3;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #94b5d3;
}
.module-body-wrapper .form-select option {
  font-size: 16px;
  border: none;
  outline: none;
  color: var(--white-one);
}

/*------Module Section Two--------*/
.module-wrapper.module-wrapper-two {
  transform: translateY(0px);
  margin-bottom: 0px;
}
.module-wrapper.module-wrapper-two .module-body-wrapper {
  flex-wrap: wrap;
}
.module-wrapper.module-wrapper-two .module-body-wrapper .form-select {
  height: 57px;
}
.module-wrapper.module-wrapper-two .module-body-wrapper .items {
  margin-right: 0;
}
.module-wrapper.module-wrapper-two .module-body-wrapper .items:not(:last-child) {
  margin-bottom: 15px;
}
.module-wrapper.module-wrapper-two .module-body-wrapper .items .property-btn .cmn--btn {
  width: 100%;
  text-align: center;
}
.module-wrapper.module-wrapper-two .module-body-wrapper .items .property-input input {
  border: none;
  outline: none;
  width: 100%;
  position: relative;
  border-radius: 10px;
  padding: 13px 20px 14px;
  border: 2px solid var(--border-color);
}
.module-wrapper.module-wrapper-two .accordion-button-wrapper {
  margin-bottom: 20px;
}
.module-wrapper.module-wrapper-two .accordion-body {
  background: none;
  box-shadow: none;
  border-radius: 0px;
  padding: 0px 0px;
  margin-bottom: 0px;
}

/*------Module Section End--------*/
/*------Service Section Start--------*/
.module-wrapper.service-tabbing-inner {
  transform: translateY(0px);
  margin-bottom: 0px;
}
.module-wrapper.service-tabbing-inner .accordion-button-wrapper {
  flex-wrap: wrap;
}
.module-wrapper.service-tabbing-inner .accordion-button-wrapper .accordion-item {
  margin-right: 0;
  width: 100%;
}
.module-wrapper.service-tabbing-inner .accordion-button-wrapper .accordion-item:not(:last-child) {
  margin-bottom: 15px;
}
.module-wrapper.service-tabbing-inner .accordion-button:not(.collapsed) {
  color: var(--head-color);
  background-color: var(--white-color);
  box-shadow: none;
}

/*------Module Section End--------*/
/*========== Course Categories Section Start  ==========*/
.course-categories-section {
  overflow: hidden;
}
.course-categories-section .categorise-items .categorise-icon {
  margin-right: 20px;
}
.course-categories-section .categorise-items .categorise-icon .icon-thumb {
  width: 80px;
  height: 80px;
  line-height: 70px;
  text-align: center;
  border-radius: 100%;
  transition: all 0.4s ease-in-out;
  border: 5px solid var(--section-color);
  background-color: var(--section-color);
}
.course-categories-section .categorise-items .categorise-content h6 {
  text-transform: uppercase;
}
.course-categories-section .categorise-items:hover .icon-thumb {
  border: 5px solid var(--border-color);
  background-color: var(--white-color);
}

/*========== Course Categories Section End  ==========*/
/*========== Video Section Start  ==========*/
.video-section {
  overflow: hidden;
  background: url(../images/video/video1.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.video-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(34, 49, 63, 0.902);
}
.video-section .video-items {
  position: relative;
}
.video-section .video-items .video-icon {
  border: 5px solid var(--theme-one);
  width: 70px;
  height: 70px;
  line-height: 65px;
  border-radius: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.video-section .video-items .video-icon svg {
  font-size: 18px;
  color: var(--theme-one);
}
.video-section .video-items h4 {
  text-transform: uppercase;
  color: var(--white-color);
}
.video-section .video-items p {
  color: var(--white-color);
}

/*========== Video Section End  ==========*/
/*========== Pricing Section Start  ==========*/
.pricing-section {
  overflow: hidden;
}
.pricing-section .pricing-items {
  padding: 30px 10px;
  background-color: rgb(250, 250, 250);
  border: 1px solid rgb(235, 235, 235);
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
}
.pricing-section .pricing-items .pricing-header {
  margin-bottom: 25px;
}
.pricing-section .pricing-items .pricing-header h5 {
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}
.pricing-section .pricing-items .pricing-content {
  background-color: var(--white-color);
  border: 1px solid rgb(235, 235, 235);
  padding: 25px 0px 0px;
}
.pricing-section .pricing-items .pricing-content .price-head {
  width: 145px;
  height: 145px;
  border: 2px solid #f1f5f6;
  border-radius: 100%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.pricing-section .pricing-items .pricing-content .price-head h2 {
  line-height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  transition: all 0.4s ease-in-out;
}
.pricing-section .pricing-items .pricing-content .price-head h2 span {
  color: var(--theme-color);
  transition: all 0.4s ease-in-out;
  font-size: 16px;
}
.pricing-section .pricing-items .pricing-content .price-head p {
  position: absolute;
  bottom: 38px;
  right: 15px;
  color: var(--theme-color);
  font-size: 18px;
  transition: all 0.4s ease-in-out;
}
.pricing-section .pricing-items .pricing-content .pricing-list {
  margin-top: 15px;
}
.pricing-section .pricing-items .pricing-content .pricing-list li {
  color: var(--pragraph-color-two);
  padding: 20px 0px;
  border-bottom: 1px dotted rgb(235, 235, 235);
  text-transform: capitalize;
}
.pricing-section .pricing-items .pricing-content .pricing-list .none {
  border-bottom: none;
}
.pricing-section .pricing-items .price-button {
  margin-top: 25px;
}
.pricing-section .pricing-items .price-button .cmn--link {
  font-size: 16px;
}
.pricing-section .pricing-items:hover .pricing-header h5 {
  color: var(--theme-one);
}
.pricing-section .pricing-items:hover .pricing-content .price-head {
  background-color: var(--theme-one);
}
.pricing-section .pricing-items:hover .pricing-content .price-head h2 {
  color: var(--white-color);
}
.pricing-section .pricing-items:hover .pricing-content .price-head p {
  color: var(--white-color);
}
.pricing-section .pricing-items:hover .pricing-content .price-head span {
  color: var(--white-color);
}
.pricing-section .pricing-items:hover .price-button .cmn--link {
  color: var(--theme-one);
}
.pricing-section .pricing-items:hover {
  transform: translateY(-15px);
}

/*========== Pricing Section End  ==========*/
/*========== Event Section Start  ==========*/
.event-section {
  overflow: hidden;
}
.event-section .event-items {
  background-color: var(--white-color);
  border: 1px solid #ebebeb;
}
.event-section .event-items .event-thumb {
  overflow: hidden;
  position: relative;
}
.event-section .event-items .event-thumb img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.event-section .event-items .event-thumb .effect-items {
  position: absolute;
  background-color: var(--theme-color);
  border: 3px solid var(--theme-one);
  border-radius: 4px;
  width: 65px;
  height: 65px;
  line-height: 65px;
  top: 10px;
  left: 10px;
  transition: all 0.4s ease-in-out;
}
.event-section .event-items .event-thumb .effect-items .effect-content {
  margin-top: 8.5px;
  text-align: center;
}
.event-section .event-items .event-thumb .effect-items .effect-content h4 {
  font-size: 28px;
  color: var(--white-color);
  margin-bottom: 0;
  margin-top: -5px;
  transition: all 0.4s ease-in-out;
}
.event-section .event-items .event-thumb .effect-items .effect-content p {
  color: var(--white-color);
  line-height: 0px;
  font-size: 15px;
  margin-top: 5px;
  transition: all 0.4s ease-in-out;
}
.event-section .event-items .event-content {
  padding: 20px 20px;
  position: relative;
  border: 1px solid #ebebeb;
  background-color: var(--white-color);
  margin-top: -25px;
  margin-right: 10px;
  margin-left: 10px;
}
.event-section .event-items .event-content h6 a {
  color: var(--theme-color);
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}
.event-section .event-items .event-content h6 a:hover {
  color: var(--theme-one);
}
.event-section .event-items .event-content ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.event-section .event-items .event-content ul li {
  margin-right: 15px;
  color: var(--pragraph-color-two);
  transition: all 0.4s ease-in-out;
}
.event-section .event-items .event-content ul li svg {
  margin-right: 5px;
  transition: all 0.4s ease-in-out;
}
.event-section .event-items .event-content ul li svg:hover {
  color: var(--theme-one);
}
.event-section .event-items .event-content ul li:hover {
  color: var(--theme-one);
}
.event-section .event-items .event-button {
  margin: 20px 30px;
}
.event-section .event-items .event-button .cmn--link:hover {
  color: var(--theme-one);
}
.event-section .event-items .event-button .cmn--link svg {
  margin-left: 4px;
}
.event-section .event-items:hover .event-thumb img {
  transform: scale(1.1);
}
.event-section .event-items:hover .effect-items {
  background-color: var(--theme-one);
  color: var(--theme-one);
}
.event-section .right-items {
  display: flex;
  border-bottom: 3px dotted rgb(215, 215, 215);
  padding: 20px 0;
}
.event-section .right-items .right-wrapper-items {
  display: flex;
}
.event-section .right-items .right-wrapper-items .effect-content {
  margin-right: 15px;
}
.event-section .right-items .right-wrapper-items .effect-content .effect-tittle {
  text-align: center;
  background-color: var(--theme-color);
  border: 3px solid var(--theme-one);
  border-radius: 4px;
  width: 65px;
  height: 65px;
  line-height: 65px;
}
.event-section .right-items .right-wrapper-items .effect-content .effect-tittle h4 {
  font-size: 28px;
  color: var(--white-color);
  margin-bottom: 0;
  margin-top: 3px;
}
.event-section .right-items .right-wrapper-items .effect-content .effect-tittle p {
  color: var(--white-color);
  line-height: 0px;
  font-size: 15px;
  margin-top: 5px;
}
.event-section .right-items .right-wrapper-items .right-content {
  max-width: 320px;
}
.event-section .right-items .right-wrapper-items .right-content h6 {
  text-transform: uppercase;
}
.event-section .right-items .right-wrapper-items .right-content h6 a {
  transition: all 0.4s ease-in-out;
}
.event-section .right-items .right-wrapper-items .right-content h6 a:hover {
  color: var(--theme-one);
}
.event-section .right-items .right-wrapper-items .right-content ul {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.event-section .right-items .right-wrapper-items .right-content ul li {
  color: var(--pragraph-color-two);
  font-size: 14px;
  margin-right: 10px;
}
.event-section .right-items .right-wrapper-items .right-content ul li svg {
  margin-right: 4px;
}
.event-section .right-items.style-two {
  border-bottom: none;
}

/*========== Event Section End  ==========*/
/*========== Product Section Start  ==========*/
.product-section {
  overflow: hidden;
}

.product-items {
  border: 1px solid rgb(235, 235, 235);
  overflow: hidden;
}
.product-items .product-thumb {
  position: relative;
}
.product-items .product-thumb img {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  width: 270px;
  height: 330px;
  transition: all 0.4s ease-in-out;
}
.product-items .product-content {
  padding: 25px 0;
  border: 1px solid rgb(235, 235, 235);
  background-color: #cfe8f8;
  position: relative;
}
.product-items .product-content h6 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.product-items .product-content h6 a {
  transition: all 0.4s ease-in-out;
}
.product-items .product-content .p-price {
  margin: 5px 0;
}
.product-items .product-content .p-price del {
  margin-right: 10px;
  color: #c8c8c8;
}
.product-items .product-content .p-price h6 {
  margin-bottom: 0;
  margin-top: 0;
}
.product-items .product-content ul li svg {
  color: #FFAE00;
}
.product-items .product-content ul .active svg {
  color: #becfe0;
}
.product-items .product-btn {
  margin: 15px 0;
}
.product-items .product-btn a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.product-items .product-btn a:hover {
  color: var(--theme-one);
}
.product-items:hover .product-thumb img {
  transform: scale(1.1);
}
.product-items:hover .product-content h6 a {
  color: var(--theme-one);
}

/*========== Product Section End  ==========*/
/*-------------------- Home Pgae Two End -------------------*/
/*-------------------- Home Pgae Three Here -------------------*/
/*========== Counter Section Start  ==========*/
.counter-section {
  overflow: hidden;
  background-color: rgb(74, 112, 141);
}

.main-counter-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-counter-wrapper .counter-items {
  width: 25%;
  text-align: center;
}
.main-counter-wrapper .counter-items .counter-content {
  margin: 0 auto;
}
.main-counter-wrapper .counter-items .counter-content .thumb {
  width: 90px;
  height: 90px;
  margin: 0 auto 7px;
}
.main-counter-wrapper .counter-items .counter-content .thumb img {
  width: 100%;
  height: 100%;
}
.main-counter-wrapper .counter-items .counter-content .cont {
  justify-content: center;
}
.main-counter-wrapper .counter-items .counter-content .cont span {
  color: var(--white-color);
  font-size: 57px;
  font-weight: 600;
  margin-top: 4px;
}
.main-counter-wrapper .counter-items .counter-content h2 {
  color: var(--white-color);
  font-size: 57px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.main-counter-wrapper .counter-items .counter-content p {
  font-size: 17px;
  margin-top: 8px;
  color: var(--white-color);
}

@media screen and (max-width: 991px) {
  .main-counter-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .main-counter-wrapper .counter-items {
    width: 31.6666666667%;
  }
  .main-counter-wrapper .counter-items:not(:last-child) {
    margin-bottom: 30px;
  }
  .main-counter-wrapper .counter-items .counter-content .thumb {
    width: 80px;
    height: 80px;
  }
  .main-counter-wrapper .counter-items .counter-content h2 {
    font-size: 46px;
  }
}
@media screen and (max-width: 767px) {
  .main-counter-wrapper .counter-items {
    width: 47.5%;
  }
  .main-counter-wrapper .counter-items:not(:last-child) {
    margin-bottom: 0;
  }
  .main-counter-wrapper .counter-items:nth-child(1) {
    margin-bottom: 30px;
  }
  .main-counter-wrapper .counter-items:nth-child(2) {
    margin-bottom: 30px;
  }
  .main-counter-wrapper .counter-items .counter-content .thumb {
    width: 60px;
    height: 60px;
  }
  .main-counter-wrapper .counter-items .counter-content h2 {
    font-size: 44px;
  }
  .main-counter-wrapper .counter-items .counter-content .cont span {
    font-size: 44px;
    margin-top: 2px;
  }
}
@media screen and (max-width: 500px) {
  .main-counter-wrapper .counter-items {
    width: 47.5%;
  }
  .main-counter-wrapper .counter-items .counter-content .thumb {
    width: 50px;
    height: 50px;
  }
  .main-counter-wrapper .counter-items .counter-content h2 {
    font-size: 31px;
  }
  .main-counter-wrapper .counter-items .counter-content .cont span {
    font-size: 31px;
    margin-top: 2px;
  }
  .main-counter-wrapper .counter-items .counter-content p {
    font-size: 16px;
  }
}
/*========== Counter Section End  ==========*/
/*========== Choose Section Start  ==========*/
.choose-section {
  overflow: hidden;
}
.choose-section .choose-items {
  display: flex;
  margin-bottom: 50px;
}
.choose-section .choose-items .choose-content h6 {
  text-transform: uppercase;
}
.choose-section .choose-items .choose-content h6 a {
  transition: all 0.4s ease-in-out;
}
.choose-section .choose-items .choose-icon-wrap .choose-icon {
  background-color: rgb(250, 250, 250);
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 100%;
  transition: all 0.4s ease-in-out;
  text-align: center;
}
.choose-section .choose-items .choose-icon-wrap .choose-icon svg {
  color: var(--theme-one);
  font-size: 24px;
  transition: all 0.4s ease-in-out;
}
.choose-section .choose-items:hover .choose-icon {
  background-color: var(--theme-one);
}
.choose-section .choose-items:hover .choose-icon svg {
  color: var(--white-color);
}
.choose-section .choose-items:hover .choose-content h6 a {
  color: var(--theme-one);
}
.choose-section .choose-thumb img {
  width: 100%;
  height: 100%;
}

/*========== Choose Section End  ==========*/
/*-------------------- Home Pgae Three End -------------------*/
/*-------------------- Inner Page Start -------------------*/
/*========== Teacher Section Start  ==========*/
.teacher-section {
  overflow: hidden;
}
.teacher-section .teacher-wrapper {
  border: 1px solid rgb(235, 235, 235);
  padding: 30px 30px 0 30px;
}
.teacher-section .teacher-wrapper .teacher-thumb img {
  width: 100%;
  height: 100%;
}
.teacher-section .teacher-wrapper .teacher-items .teacher-content h5 {
  text-transform: uppercase;
  color: var(--theme-one);
}
.teacher-section .teacher-wrapper .teacher-items .teacher-content span {
  color: var(--pragraph-color-two);
}
.teacher-section .teacher-wrapper .teacher-items .teacher-content .icons {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.teacher-section .teacher-wrapper .teacher-items .teacher-content .icons li {
  margin-right: 15px;
}
.teacher-section .teacher-wrapper .teacher-items .teacher-content .icons li a {
  color: var(--pragraph-color-two);
  font-size: 18px;
  transition: all 0.4s ease-in-out;
}
.teacher-section .teacher-wrapper .teacher-items .teacher-content .icons li a:hover {
  color: var(--theme-one);
}
.teacher-section .teacher-wrapper .teacher-items .teacher-content .address-wrapper {
  margin-top: 25px;
}
.teacher-section .teacher-wrapper .teacher-items .teacher-content .address-wrapper .address {
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #ebebeb;
  padding: 15px 0;
  max-width: 350px;
}
.teacher-section .teacher-wrapper .teacher-items .teacher-content .address-wrapper .address .icon-thumb {
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid rgb(235, 235, 235);
  background-color: var(--section-color);
  margin-right: 15px;
}

/*========== Teacher Section End  ==========*/
/*========== Course Section Start  ==========*/
.shop-showing-result {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.shop-showing-result .shop-showing-title h6 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.shop-showing-result .catego-items {
  display: flex;
  align-items: center;
}
.shop-showing-result .catego-items .items {
  width: 200px;
}
.shop-showing-result .catego-items .items select {
  border: 1px solid rgb(235, 235, 235);
  outline: none;
  box-shadow: none;
  border-radius: 3px;
  padding: 12px 12px;
}
.shop-showing-result .catego-items .items.style-two {
  width: 170px;
}
.shop-showing-result .shop-showing-icon {
  display: flex;
  align-items: center;
}
.shop-showing-result .shop-showing-icon .showing-icon {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: var(--theme-one);
  text-align: center;
  border: 3px;
}
.shop-showing-result .shop-showing-icon .showing-icon svg {
  color: var(--white-color);
}
.shop-showing-result .shop-showing-icon .showing-icon.style-two {
  border: 1px solid rgb(235, 235, 235);
  background-color: var(--white-color);
}
.shop-showing-result .shop-showing-icon .showing-icon.style-two svg {
  color: var(--theme-color);
}

/*========== Course Section End  ==========*/
/*========== Course List Start  ==========*/
.course-list {
  overflow: hidden;
}
.course-list .list-wrapper {
  border-bottom: 3px dotted rgb(235, 235, 235);
  margin-bottom: 50px;
}
.course-list .list-wrapper .course-list-items {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.course-list .list-wrapper .course-list-items .course-list-thumb {
  position: relative;
}
.course-list .list-wrapper .course-list-items .course-list-thumb .price {
  width: 80px;
  height: 50px;
  line-height: 50px;
  background-color: var(--theme-one);
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.course-list .list-wrapper .course-list-items .course-list-thumb .price span {
  font-weight: 600;
  color: var(--white-color);
}
.course-list .list-wrapper .course-list-items .course-list-thumb .events-date {
  border: 3px solid var(--theme-one);
  border-radius: 4px;
  width: 65px;
  height: 65px;
  line-height: 65px;
  background-color: var(--theme-color);
  text-align: center;
  top: 11px;
  left: 11px;
  position: absolute;
  transition: all 0.4s ease-in-out;
}
.course-list .list-wrapper .course-list-items .course-list-thumb .events-date h4 {
  color: var(--white-color);
  margin-top: 0px;
}
.course-list .list-wrapper .course-list-items .course-list-thumb .events-date p {
  color: var(--white-color);
  line-height: 0px;
}
.course-list .list-wrapper .course-list-items .course-list-content {
  margin-left: 20px;
}
.course-list .list-wrapper .course-list-items .course-list-content h6 {
  text-transform: uppercase;
}
.course-list .list-wrapper .course-list-items .course-list-content h6 a {
  transition: all 0.4s ease-in-out;
}
.course-list .list-wrapper .course-list-items .course-list-content h6 a:hover {
  color: var(--theme-one);
}
.course-list .list-wrapper .course-list-items .course-list-content .sub-content {
  margin: 20px 0;
}
.course-list .list-wrapper .course-list-items .course-list-content .sub-content .sub-cont p {
  color: var(--pragraph-color-two);
}
.course-list .list-wrapper .course-list-items .course-list-content .sub-content .sub-cont h6 {
  margin-bottom: 0;
  font-size: 16px;
  text-transform: capitalize;
}
.course-list .list-wrapper .course-list-items .course-list-content .sub-content .sub-cont ul {
  display: flex;
  align-items: center;
}
.course-list .list-wrapper .course-list-items .course-list-content .sub-content .sub-cont ul li svg {
  color: var(--theme-one);
}
.course-list .list-wrapper .course-list-items .course-list-content .sub-content .sub-cont ul .active svg {
  color: #c9c9c9;
}
.course-list .list-wrapper.style-two {
  border-bottom: none;
}
.course-list .event-button .cmn--link:hover {
  color: var(--theme-one);
}
.course-list .course-list .default-pagination {
  margin-top: 30px;
}
.course-list .list-wrapper.style-event-list ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0;
}
.course-list .list-wrapper.style-event-list ul li {
  margin-right: 10px;
  color: var(--pragraph-color-two);
  transition: all 0.3s ease-in-out;
}
.course-list .list-wrapper.style-event-list ul li svg {
  margin-right: 4px;
}
.course-list .list-wrapper.style-event-list ul li:hover {
  color: var(--theme-one);
}
.course-list .list-wrapper.style-event-list:hover .events-date {
  background-color: var(--theme-one);
}

/*========== Course List End  ==========*/
/*========== Course Single Start  ==========*/
.course-single {
  overflow: hidden;
}
.course-single .course-single-items .c-tittle {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.course-single .course-single-items .course-header-items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.course-single .course-single-items .course-header-items .course-header-wrap {
  flex-wrap: wrap;
}
.course-single .course-single-items .course-header-items .course-header-wrap .c-thumb {
  margin-right: 15px;
}
.course-single .course-single-items .course-header-items .c-content {
  margin-right: 50px;
}
.course-single .course-single-items .course-header-items .c-content p {
  margin-bottom: 5px;
}
.course-single .course-single-items .course-header-items .c-content h6 {
  text-transform: uppercase;
}
.course-single .course-single-items .course-header-items ul li svg {
  color: var(--theme-one);
}
.course-single .course-single-items .course-header-items ul .active svg {
  color: #c9c9c9;
}
.course-single .course-single-items .course-header-items ul .review {
  margin-left: 5px;
}
.course-single .course-single-items .course-single-thumb {
  position: relative;
}
.course-single .course-single-items .course-single-thumb img {
  width: 100%;
  height: 100%;
}
.course-single .course-single-items .course-single-thumb .events-date {
  border: 3px solid var(--theme-one);
  border-radius: 4px;
  width: 65px;
  height: 65px;
  line-height: 65px;
  background-color: var(--theme-color);
  text-align: center;
  top: 11px;
  left: 11px;
  position: absolute;
}
.course-single .course-single-items .course-single-thumb .events-date h4 {
  color: var(--white-color);
  margin-top: 0px;
}
.course-single .course-single-items .course-single-thumb .events-date p {
  color: var(--white-color);
  line-height: 0px;
}
.course-single .course-single-items .course-single-content {
  margin-top: 40px;
}
.course-single .course-single-items .course-single-content h6 {
  text-transform: uppercase;
}
.course-single .course-single-items .course-single-content .courses-list li {
  font-size: 15px;
  color: var(--pragraph-color-two);
  margin-bottom: 15px;
}
.course-single .course-single-items .course-single-content .contents {
  margin: 15px 0;
}
.course-single .course-single-items .course-features-items {
  border: 1px solid rgb(235, 235, 235);
  margin-top: 40px;
  padding: 20px 10px;
}
.course-single .course-single-items .course-features-items .course-features {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
}
.course-single .course-single-items .course-features-items .f-items {
  border: 1px solid rgb(235, 235, 235);
  background-color: var(--white-color);
}
.course-single .course-single-items .course-features-items .f-items p {
  font-size: 15px;
}
.course-single .course-single-items .course-features-items .f-items .f-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 3px dotted #ebebeb;
  padding: 10px 10px;
}
.course-single .course-single-items .course-features-items .f-items .f-wrap .f-wrapper .f-cont {
  margin-left: 5px;
}
.course-single .course-single-items .course-features-items .f-items .f-wrap .f-wrapper .f-cont span {
  color: var(--theme-one);
}
.course-single .course-single-items .course-features-items .f-items .f-wrap.style-two {
  border-bottom: none;
}
.course-single .course-single-items .course-features-items .f-items .f-wrap.style-two .rate {
  margin-bottom: 0px;
}
.course-single .course-single-items .course-features-items .f-items .f-wrap.style-two .rate-p {
  font-weight: 600;
}
.course-single .course-single-items .course-features-items .text-one {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}
.course-single .course-single-items .course-features-items .text-one a {
  color: var(--theme-one);
}
.course-single .course-single-items .Course-outline {
  margin-top: 40px;
  border: 1px solid rgb(235, 235, 235);
  border-radius: 4px;
  padding: 25px 10px;
}
.course-single .course-single-items .Course-outline .tittle {
  text-transform: uppercase;
  color: var(--theme-one);
  padding: 0 30px;
  margin-bottom: 20px;
}
.course-single .course-single-items .Course-outline .outline-list {
  border: 1px solid rgb(235, 235, 235);
  background-color: var(--white-color);
  padding: 20px 20px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.course-single .course-single-items .Course-outline .outline-list .list-left h6 {
  font-size: 16px;
  margin-bottom: 0;
}
.course-single .course-single-items .Course-outline .outline-list .list-left h6 a {
  color: var(--pragraph-color-two);
  transition: all 0.3s ease-in-out;
}
.course-single .course-single-items .Course-outline .outline-list .list-left .out-tittle {
  margin-left: 40px;
  background-color: rgb(241, 245, 246);
  width: 80px;
  text-align: center;
  padding: 5px;
  border: 1px solid rgb(235, 235, 235);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.course-single .course-single-items .Course-outline .outline-list .list-right .right-icon {
  margin-right: 15px;
}
.course-single .course-single-items .Course-outline .outline-list .list-right a {
  color: var(--pragraph-color-two);
  transition: all 0.3s ease-in-out;
}
.course-single .course-single-items .Course-outline .outline-list:hover .list-left h6 a {
  color: var(--theme-one);
}
.course-single .course-single-items .Course-outline .outline-list:hover .list-left .out-tittle {
  background-color: var(--theme-one);
  border: 1px solid var(--theme-one);
}
.course-single .course-single-items .Course-outline .outline-list:hover .list-left .out-tittle a {
  color: var(--white-color);
}
.course-single .course-single-items .Course-outline .outline-list:hover .list-right a {
  color: var(--theme-one);
}

.about-instructor-items {
  border: 1px solid rgb(235, 235, 235);
  padding: 0 10px 0 10px;
  margin-bottom: 40px;
}
.about-instructor-items .instructor-tittle {
  text-transform: uppercase;
  padding: 20px 35px;
  margin-bottom: 0;
}
.about-instructor-items .instructor-wrap {
  padding: 20px 20px;
  border-right: 1px solid rgb(235, 235, 235);
  border-left: 1px solid rgb(235, 235, 235);
  border-top: 1px solid rgb(235, 235, 235);
  background-color: var(--white-color);
}
.about-instructor-items .instructor-wrap .instructor-items {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.about-instructor-items .instructor-wrap .instructor-items .instructor-thumb {
  margin-right: 15px;
}
.about-instructor-items .instructor-wrap .instructor-items .instructor-content h6 {
  margin-bottom: 0;
}
.about-instructor-items .instructor-wrap .instructor-items .instructor-content p {
  color: var(--pragraph-color-two);
  margin-bottom: 5px;
}
.about-instructor-items .instructor-wrap .instructor-items .instructor-content ul {
  display: flex;
}
.about-instructor-items .instructor-wrap .instructor-items .instructor-content ul li {
  margin-right: 15px;
}
.about-instructor-items .instructor-wrap .instructor-items .instructor-content ul li a {
  color: var(--pragraph-color-two);
}
.about-instructor-items .ratting-wrap {
  padding: 20px 20px;
  border-right: 1px solid rgb(235, 235, 235);
  border-left: 1px solid rgb(235, 235, 235);
  border-top: 1px solid rgb(235, 235, 235);
  background-color: var(--white-color);
}
.about-instructor-items .ratting-wrap .ratting-items {
  display: flex;
  padding: 25px;
}
.about-instructor-items .ratting-wrap .ratting-items .ratting-left {
  margin-right: 50px;
  width: 50%;
}
.about-instructor-items .ratting-wrap .ratting-items .ratting-left p {
  text-transform: uppercase;
  color: var(--theme-color);
  font-weight: 700;
}
.about-instructor-items .ratting-wrap .ratting-items .ratting-left .ratting-box {
  padding: 30px 50px;
  text-align: center;
  margin-top: 20px;
  border-radius: 4px;
}
.about-instructor-items .ratting-wrap .ratting-items .ratting-left .ratting-box h2 {
  font-size: 60px;
  color: var(--theme-one);
  font-weight: bold;
}
.about-instructor-items .ratting-wrap .ratting-items .ratting-left .ratting-box ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
.about-instructor-items .ratting-wrap .ratting-items .ratting-left .ratting-box ul li svg {
  color: var(--theme-one);
}
.about-instructor-items .ratting-wrap .ratting-items .ratting-left .ratting-box p {
  color: var(--pragraph-color-two);
  font-weight: 500;
}
.about-instructor-items .ratting-wrap .ratting-items .ratting-right {
  width: 90%;
}
.about-instructor-items .ratting-wrap .ratting-items .ratting-right p {
  text-transform: uppercase;
  color: var(--theme-color);
  font-weight: 700;
}
.about-instructor-items .ratting-wrap .ratting-items .ratting-right .de-rating {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  margin-top: 20px;
}
.about-instructor-items .ratting-wrap .ratting-items .ratting-right .de-rating .rat-item {
  display: flex;
  align-items: center;
  padding: 15px 20px;
}
.about-instructor-items .ratting-wrap .ratting-items .ratting-right .de-rating .rat-item .left {
  font-size: 16px;
  font-weight: 700;
  color: var(--pragraph-color-two);
  float: left;
  min-width: 50px;
  margin-right: 10px;
}
.about-instructor-items .ratting-wrap .ratting-items .ratting-right .de-rating .rat-item .middle {
  width: 80%;
  display: inline-block;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  height: 10px;
  margin-right: 10px;
}
.about-instructor-items .ratting-wrap .ratting-items .ratting-right .de-rating .rat-item .fill {
  background-color: var(--theme-one);
  width: 100%;
  height: 8px;
  display: block;
  border-radius: 10px;
}
.about-instructor-items .ratting-wrap .ratting-items .ratting-right .de-rating .rat-item .right {
  color: #696969;
}
.about-instructor-items .riview-wrapper {
  padding: 20px 20px;
  border-right: 1px solid rgb(235, 235, 235);
  border-left: 1px solid rgb(235, 235, 235);
  border-top: 1px solid rgb(235, 235, 235);
  background-color: var(--white-color);
  border-bottom: 3px dotted #ebebeb;
}
.about-instructor-items .riview-wrapper .review-items {
  padding: 25px 0;
}
.about-instructor-items .riview-wrapper .review-items .review-content {
  margin-left: 15px;
}
.about-instructor-items .riview-wrapper .review-items .review-content h6 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.about-instructor-items .riview-wrapper .review-items .review-content p {
  text-transform: capitalize;
}
.about-instructor-items .riview-wrapper .review-items .review-content ul {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.about-instructor-items .riview-wrapper .review-items .review-content ul li svg {
  color: var(--theme-one);
}
.about-instructor-items .riview-wrapper.style-two {
  border-top: none;
}
.about-instructor-items .riview-wrapper.style-three {
  border-bottom: none;
}
.about-instructor-items .contact-items {
  border-right: 1px solid rgb(235, 235, 235);
  border-left: 1px solid rgb(235, 235, 235);
  border-top: 1px solid rgb(235, 235, 235);
  padding: 30px 30px 30px 30px;
  background-color: var(--white-color);
}
.about-instructor-items .contact-items .ratting {
  margin-bottom: 20px;
}
.about-instructor-items .contact-items .ratting ul {
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.about-instructor-items .contact-items .ratting ul li a {
  transition: all 0.3s ease-in-out;
}
.about-instructor-items .contact-items .ratting ul li a:hover {
  color: var(--theme-one);
}
.about-instructor-items .contact-items .form-clt input {
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: none;
  padding: 14px 15px;
  border: 1px solid rgb(235, 235, 235);
  color: var(--theme-color);
  border-radius: 4px;
}
.form-clt input::placeholder {
  color: var(--theme-color);
}
.about-instructor-items .contact-items .form-clt-big input {
  padding: 14px 15px 120px;
}
.about-instructor-items .contact-items .cmn--btn {
  border: none;
  background-color: rgb(76, 176, 80);
}
.about-instructor-items .contact-items .cmn--btn:hover {
  background-color: var(--theme-color);
}

.post-category-area {
  border-right: 1px solid rgb(235, 235, 235);
  border-left: 1px solid rgb(235, 235, 235);
  border-top: 1px solid rgb(235, 235, 235);
  padding: 0 10px;
  margin-bottom: 40px;
}
.post-category-area .post-category-title {
  text-align: center;
  padding: 20px 0;
}
.post-category-area .post-category-title h6 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.post-category-area .post-category {
  background-color: var(--white-color);
  border: 1px solid rgb(235, 235, 235);
}
.post-category-area .post-category li {
  padding: 15px 20px;
  border-bottom: 1px dotted rgb(235, 235, 235);
}
.post-category-area .post-category li a {
  color: var(--pragraph-color-two);
  transition: all 0.3s ease-in-out;
}
.post-category-area .post-category li a svg {
  margin-right: 4px;
}
.post-category-area .post-category li a:hover {
  margin-left: 5px;
  color: var(--theme-one);
}
.post-category-area .post-category .bb-none {
  border-bottom: none;
}
.post-category-area .instructor-category {
  background-color: var(--white-color);
  border: 1px solid rgb(235, 235, 235);
  border-bottom: 1px dotted rgb(235, 235, 235);
  padding: 20px 20px;
  display: flex;
  align-items: center;
}
.post-category-area .instructor-category .content {
  margin-left: 15px;
}
.post-category-area .instructor-category .content h6 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.post-category-area .instructor-category .content p {
  text-transform: capitalize;
}
.post-category-area .instructor-category .content ul {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.post-category-area .instructor-category .content ul li {
  margin-right: 10px;
}
.post-category-area .instructor-category .content ul li a {
  color: var(--pragraph-color-two);
}
.post-category-area .instructor-category.style-shop {
  align-items: initial;
}
.post-category-area .instructor-category.style-shop .content .shop-icon {
  margin-top: 0;
}
.post-category-area .instructor-category.style-shop .content .shop-icon li {
  margin-right: 0;
}
.post-category-area .instructor-category.style-shop .content .shop-icon li svg {
  color: var(--theme-one);
}
.post-category-area .instructor-category.style-shop .content .shop-icon .active {
  margin-right: 0;
}
.post-category-area .instructor-category.style-shop .content .shop-icon .active svg {
  color: #c9c9c9;
}
.post-category-area .instructor-category.style-shop .content h6 {
  font-size: 16px;
  margin-top: 10px;
}
.post-category-area .instructor-category.style-shop .content h6 a {
  color: var(--pragraph-color-two);
}
.post-category-area .instructor-category.style-shop .content p {
  color: var(--pragraph-color-two);
  font-weight: 600;
  margin-top: 5px;
}
.post-category-area .instructor-category.style-two {
  display: flex;
  align-items: initial;
}
.post-category-area .instructor-category.style-two .content h6 {
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.post-category-area .instructor-category.style-two .content h6 a {
  transition: all 0.4s ease-in-out;
}
.post-category-area .instructor-category.style-two .content h6 a:hover {
  color: var(--theme-one);
}
.post-category-area .map-items {
  border: 1px solid rgb(235, 235, 235);
}
.post-category-area .map-items .googpemap iframe {
  width: 100%;
  height: 250px;
}
.post-category-area .map-items .map-content .map-content-wrap {
  padding: 15px 20px;
}
.post-category-area .map-items .map-content .map-content-wrap li {
  list-style: none;
  margin-bottom: 15px;
}
.post-category-area .map-items .map-content .map-content-wrap li a {
  color: var(--pragraph-color-two);
  transition: all 0.4s ease-in-out;
}
.post-category-area .map-items .map-content .map-content-wrap li a svg {
  margin-right: 4px;
}
.post-category-area .map-items .map-content .map-content-wrap li a span {
  text-transform: capitalize;
}
.post-category-area .map-items .map-content .map-content-wrap li a:hover {
  color: var(--theme-one);
}
.post-category-area .bb {
  border-bottom: 1px solid rgb(235, 235, 235);
}
.post-category-area .ftco-section {
  background-color: var(--white-color);
  border: 1px solid rgb(235, 235, 235);
  border-bottom: 1px dotted rgb(235, 235, 235);
}
.post-category-area .ftco-no-pt {
  padding-top: 0;
}
.post-category-area .ftco-no-pb {
  padding-bottom: 0;
}
.post-category-area .heading-section {
  font-size: 28px;
  color: #000;
}
.post-category-area .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.post-category-area .calendar, .post-category-area .calendar_weekdays, .post-category-area .calendar_content {
  max-width: 450px;
}
.post-category-area .calendar {
  margin: auto;
  font-weight: 400;
}
.post-category-area .calendar_content {
  background: #fff;
}
.post-category-area .calendar_header {
  padding: 10px 0;
}
.post-category-area .calendar_content, .post-category-area .calendar_weekdays, .post-category-area .calendar_header {
  position: relative;
  overflow: hidden;
}
.post-category-area .calendar_weekdays div {
  display: inline-block;
  vertical-align: top;
  color: var(--pragraph-color-two) !important;
}
.post-category-area .calendar_weekdays div, .post-category-area .calendar_content div {
  width: 14.28571%;
  overflow: hidden;
  text-align: center;
  background-color: transparent;
  color: var(--theme-color);
  font-size: 16px;
  padding: 15px 0;
}
.post-category-area .calendar_content div {
  float: left;
  position: relative;
  z-index: 0;
}
.post-category-area .calendar_content div.past-date {
  color: #d5d5d5;
}
.post-category-area .calendar_content div.today {
  font-weight: bold;
  font-size: 16px;
  color: #fff !important;
}
.post-category-area .calendar_content div.today:after {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 auto;
  background: var(--theme-one);
  z-index: -1;
  -webkit-box-shadow: 0px 5px 11px -9px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: 0px 5px 11px -9px rgba(0, 0, 0, 0.48);
  box-shadow: 0px 5px 11px -9px rgba(0, 0, 0, 0.48);
}
.post-category-area .calendar_content div.selected {
  background-color: #f0f0f0;
}
.post-category-area .calendar_header {
  width: 100%;
  text-align: center;
}
.post-category-area .calendar_header h2 {
  padding: 0 10px;
  font-weight: 500;
  font-size: 20px;
  color: var(--theme-color);
  float: left;
  width: 70%;
  font-weight: 600;
  margin: 0 0 10px;
}
.post-category-area button.switch-month {
  background-color: transparent;
  padding: 0;
  outline: none;
  border: none;
  color: var(--theme-color);
  float: left;
  width: 15%;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.post-category-area button.switch-month:hover {
  color: var(--theme-one);
}

/*========== Course Single End  ==========*/
/*========== Error Section Start  ==========*/
.error-section {
  overflow: hidden;
  background-color: rgb(76, 176, 80);
}
.error-section .error-items .error-thumb img {
  width: 100%;
  height: 100%;
}
.error-section .error-items .error-content {
  margin-top: 20px;
}
.error-section .error-items .error-content h1 {
  text-transform: uppercase;
  color: var(--white-color);
}
.error-section .error-items .error-content p {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  color: var(--white-color);
}
.error-section .error-items .error-content .error-search {
  position: relative;
  margin-top: 50px;
}
.error-section .error-items .error-content .error-search input {
  width: 100%;
  height: 60px;
  border: none;
  position: relative;
  outline: none;
  color: var(--white-color);
  padding: 20px 15% 20px 30px;
  border-radius: 4px;
  background-color: rgb(62, 147, 65);
}
.error-section .error-items .error-content .error-search ::placeholder {
  color: var(--white-color) !important;
}
.error-section .error-items .error-content .error-search .search-icon {
  width: 90px;
  height: 60px;
  line-height: 60px;
  background: var(--white-color);
  color: var(--paraghrap-color);
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.error-section .error-items .error-content .error-search .search-icon a svg {
  color: var(--theme-one);
}

/*========== Error Section End  ==========*/
/*========== Shop List Section Start  ==========*/
.shop-list {
  overflow: hidden;
}
.shop-list .shop-wrapper {
  border-bottom: 3px dotted rgb(235, 235, 235);
  margin-bottom: 50px;
}
.shop-list .shop-wrapper .shop-list-items {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}
.shop-list .shop-wrapper .shop-list-items .shop-list-thumb {
  margin-right: 20px;
  position: relative;
}
.shop-list .shop-wrapper .shop-list-items .shop-list-thumb::after {
  position: absolute;
  content: "$Sale";
  width: 60px;
  height: 36px;
  background-color: var(--theme-one);
  border-radius: 4px;
  color: var(--white-color);
  font-weight: 500;
  top: 20px;
  left: 0px;
  font-size: 16px;
  text-align: center;
  padding: 5px;
}
.shop-list .shop-wrapper .shop-list-items .shop-list-content h6 {
  text-transform: uppercase;
}
.shop-list .shop-wrapper .shop-list-items .shop-list-content h6 a {
  transition: all 0.4s ease-in-out;
}
.shop-list .shop-wrapper .shop-list-items .shop-list-content h6 a:hover {
  color: var(--theme-one);
}
.shop-list .shop-wrapper .shop-list-items .shop-list-content .shop-review {
  margin-bottom: 15px;
}
.shop-list .shop-wrapper .shop-list-items .shop-list-content .shop-review .star {
  margin-right: 10px;
}
.shop-list .shop-wrapper .shop-list-items .shop-list-content .shop-review .star li a svg {
  color: var(--theme-one);
}
.shop-list .shop-wrapper .shop-list-items .shop-list-content .shop-review .star .active a svg {
  color: #c9c9c9;
}
.shop-list .shop-wrapper .shop-list-items .shop-list-content .shop-review .review a {
  margin-top: 0;
  color: var(--pragraph-color-two);
}
.shop-list .shop-wrapper .shop-list-items .shop-list-content .shop-button {
  justify-content: space-between;
}
.shop-list .shop-wrapper .shop-list-items .shop-list-content .shop-button .p-price del {
  color: #d7d7d7;
  margin-right: 10px;
}
.shop-list .shop-wrapper .shop-list-items .shop-list-content .shop-button .p-price h6 {
  margin-bottom: 0;
  color: var(--theme-one);
}
.shop-list .shop-wrapper .shop-list-items .shop-list-content .shop-button .cmn--link:hover {
  color: var(--theme-one);
}

/*========== Shop List Section End  ==========*/
/*========== Shop Cart Section Start  ==========*/
.shop-cart-area {
  background-color: #fafafa;
  border: 1px solid rgb(235, 235, 235);
}
.shop-cart-area table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background-color: var(--white-color);
}
.shop-cart-area table thead {
  background-color: rgb(250, 250, 250);
}
.shop-cart-area table thead tr {
  color: var(--theme-color);
  border-bottom: 1px solid rgb(235, 235, 235);
}
.shop-cart-area table thead tr td {
  padding: 21px 0px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}

table tbody {
  background: var(--white-color);
}
table tbody td {
  border-bottom: 1px dotted #f1f1f1;
}
table tbody td h6 {
  color: var(--pragraph-color-two);
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
table tbody td h6:hover {
  color: var(--theme-one);
}
table tbody td p {
  color: var(--pragraph-color-two);
}
table tbody .quantity .qtybutton {
  width: 80px;
  height: 40px;
  border: 1px solid #ebebeb;
  line-height: 40px;
  transition: all 0.3s ease-in-out;
  background: var(--white-color);
  font-size: 16px;
}
table tbody .quantity .qtybutton svg {
  color: var(--poragraph-color-tw);
  font-size: 16px;
}
table tbody .quantity .qtybutton:hover {
  background: var(--theme-one);
  color: var(--white-color) !important;
  cursor: pointer;
}
table tbody .quantity input {
  width: 70px;
  height: 40px;
  border: 1px solid #f0f0f0;
  text-align: center !important;
  padding-left: 10px;
  transition: all 0.3s;
  font-size: 16px;
  color: var(--pragraph-color-two);
}
table tbody .quantity input:hover {
  background: var(--theme-one);
  color: var(--white-color);
  cursor: pointer;
}
table tbody img {
  margin-top: 35px;
  margin-bottom: 40px;
}
table tbody svg {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
}
table tbody h4, table tbody h5 {
  font-size: 18px;
  color: var(--theme-color);
  font-weight: 500;
}

.shop-coupon-area {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
  padding: 25px 20px;
  margin: 50px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.shop-coupon-area .shop-coupon-code {
  border: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px 0px 10px;
}
.shop-coupon-area .shop-coupon-code input {
  border: none;
  color: var(--theme-one) !important;
  font-weight: 600;
  font-size: 16px;
  outline: none;
}
.shop-coupon-area .shop-coupon-code button {
  border: none;
  outline: none;
  background: var(--theme-color);
  text-transform: uppercase;
  font-size: 16px;
  color: var(--white-color);
  font-weight: 600;
  padding: 20px 30px;
}
.shop-coupon-area .shop-coupon-code h4 {
  font-size: 16px;
  color: #555;
  margin-right: 20px;
}
.shop-coupon-area .shop-coupon-code a {
  font-size: 14px;
  font-weight: 600;
  color: var(--theme-one);
  background: #f7fbff;
  padding: 20px;
}
.shop-coupon-area .shop-checkout a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px;
  margin-left: 10px;
  color: var(--white-color);
}

.shop-shipping-area {
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.shop-shipping-area h5 {
  text-transform: uppercase;
}

.shoping-main-wrap {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
}

.calculate-shipping-wrapper .form-select {
  outline: none;
  border: none;
  border: 1px solid rgb(235, 235, 235);
  margin-right: 10px;
  padding: 15px 20px;
  border-radius: 3px;
  width: 100%;
}
.calculate-shipping-wrapper .post-code-btn {
  margin-top: 40px;
}
.calculate-shipping-wrapper .post-code-btn .custom-btn {
  border-radius: 4px;
}

.shipping-item {
  display: flex;
  margin-top: 30px;
  margin-bottom: 20px;
}
.shipping-item .shipping-country {
  width: 100%;
  margin-right: 15px;
}
.shipping-item .shipping-country select {
  outline: none;
  border: none;
  border: 1px solid rgb(235, 235, 235);
  padding: 15px 20px;
  border-radius: 3px;
  width: 100%;
}
.shipping-item .shipping-country h5 {
  font-size: 16px;
  color: #555;
  border: 1px solid #f1f1f1;
  padding: 15px 25px;
}
.shipping-item .shipping-post-code {
  width: 100%;
}
.shipping-item .shipping-post-code select {
  outline: none;
  border: none;
  border: 1px solid rgb(235, 235, 235);
  padding: 15px 20px;
  border-radius: 3px;
  width: 100%;
}
.shipping-item .shipping-post-code h4 {
  font-size: 16px;
  color: #555;
  border: 1px solid #f1f1f1;
  padding: 15px 25px;
  margin-left: 10px;
}

.shop-header {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.shipping-card-wrapper .shipping-card-item .s-card-item {
  display: flex;
  justify-content: space-between;
  border: 1px solid rgb(235, 235, 235);
  margin-bottom: 20px;
  border-radius: 3px;
}
.shipping-card-wrapper .shipping-card-item .s-card-item p {
  color: var(--pragraph-color-two);
  padding: 15px 25px;
}
.shipping-card-wrapper .shipping-card-item .s-card-item .theme {
  color: var(--theme-one);
}

.shop-search-area {
  box-shadow: 0px 0px 10px 0px #f0f0f0;
  border-radius: 5px;
  padding: 0 0 25px 0;
}
.shop-search-area .head-title {
  color: var(--theme-one);
  border-bottom: 1px solid #f0f0f0;
  padding: 20px 20px;
}
.shop-search-area .search-wrapper {
  border: 1px solid #f0f0f0;
  padding: 10px 25px;
  margin: 30px 30px 10px;
}
.shop-search-area .search-wrapper .blog-search input {
  border: none;
  outline: none !important;
}
.shop-search-area .cus-accor {
  margin-top: 30px;
}
.shop-search-area .cus-accor .accordion-button:not(.collapsed) {
  color: var(--theme-one);
  font-size: 16px;
  font-weight: 600;
  background-color: none;
  box-shadow: none;
}
.shop-search-area .cus-accor .accordion-item {
  background: none;
  border: none;
}
.shop-search-area .cus-accor .accordion-item:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.shop-search-area .cus-accor .accordion-item .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 17px;
  font-weight: 600;
  color: var(--theme-one);
  /* font-size: 0rem; */
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
.shop-search-area .s-wrap-search {
  padding: 20px 20px;
}
.shop-search-area .s-wrap-search .most-popular-area:not(:last-child) {
  margin-bottom: 20px;
}

.shop-search-areas-none {
  padding: 0;
}

/*========== Shop Cart Section End  ==========*/
/*========== Shop Single Section Start  ==========*/
.s-product-details .review-icon .active {
  color: #e1e1e1;
}
.s-product-details .s-product-title h5 {
  margin-top: 10px;
  text-transform: uppercase;
}
.s-product-details .shop-single-price del {
  color: #d7d7d7;
  margin-right: 10px;
}
.s-product-details .shop-single-price h5 {
  margin-bottom: 0;
  color: var(--theme-one);
}
.s-product-details .s-product-description h6 {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 10px;
}
.s-product-details .s-product-size-wrapper {
  display: flex;
  margin-top: 20px;
}
.s-product-details .s-product-size-wrapper .s-product-size {
  width: 100%;
  margin-right: 15px;
}
.s-product-details .s-product-size-wrapper .s-product-size select {
  outline: none;
  border: none;
  border: 1px solid rgb(235, 235, 235);
  padding: 15px 20px;
  border-radius: 3px;
  width: 100%;
}
.s-product-details .s-product-size-wrapper .s-product-color {
  width: 100%;
}
.s-product-details .s-product-size-wrapper .s-product-color select {
  outline: none;
  border: none;
  border: 1px solid rgb(235, 235, 235);
  padding: 15px 20px;
  border-radius: 3px;
  width: 100%;
}
.s-product-details .s-discount-area {
  display: flex;
  align-items: center;
  margin: 25px 0;
}
.s-product-details .s-discount-area .qtybutton {
  width: 40px;
  height: 40px;
  border: 1px solid #ebebeb;
  line-height: 40px;
  transition: all 0.3s ease-in-out;
  background: var(--white-color);
  font-size: 16px;
}
.s-product-details .s-discount-area .qtybutton svg {
  color: var(--poragraph-color-tw);
  font-size: 16px;
}
.s-product-details .s-discount-area .qtybutton:hover {
  background: var(--theme-one);
  color: var(--white-color) !important;
  cursor: pointer;
}
.s-product-details .s-discount-area input {
  width: 70px;
  height: 40px;
  border: 1px solid #f0f0f0;
  text-align: center !important;
  padding-left: 10px;
  transition: all 0.3s;
  font-size: 16px;
  color: var(--pragraph-color-two);
}
.s-product-details .s-discount-area .s-discout-nbr {
  display: flex;
  align-items: center;
}
.s-product-details .s-discount-area .s-discout-nbr a {
  border: 1px solid #f0f0f0;
  color: var(--pragraph-color-two);
  padding: 11px 21px;
}
.s-product-details .s-discount-area .s-discount-code {
  margin-left: 15px;
}
.s-product-details .s-discount-area .s-discount-code input {
  border: 1px solid rgb(235, 235, 235);
  padding: 15px 20px;
  border-radius: 3px;
  width: 100%;
  outline: none;
}
.s-product-details .cmn--btn {
  width: 100%;
  text-align: center;
}

.b-comnts-area {
  background-color: var(--section-color);
  padding: 0 10px;
  border: 1px solid rgb(235, 235, 235);
}

.b-comnts-area-1 {
  background-color: var(--white-color);
  border-top: 1px solid rgb(235, 235, 235);
  border-right: 1px solid rgb(235, 235, 235);
  border-left: 1px solid rgb(235, 235, 235);
}
.b-comnts-area-1 .review-tittle {
  text-transform: uppercase;
  margin: 20px 20px 0;
}
.b-comnts-area-1 .b-comnts-1 {
  border-bottom: 1px dotted rgb(235, 235, 235);
}
.b-comnts-area-1 .b-comnts-1 .b-comments-2 {
  padding: 30px 20px;
}
.b-comnts-area-1 .b-comnts-1 .b-comments-2 .b-comnts-details .name-area {
  justify-content: space-between;
}
.b-comnts-area-1 .b-comnts-1 .b-comments-2 .b-comnts-details .name-area h5 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.b-comnts-area-1 .b-comnts-1 .b-comments-2 .b-comnts-details .name-area .comnt-icon li svg {
  color: var(--theme-one);
}
.b-comnts-area-1 .b-comnts-1 .b-comments-2 .b-comnts-details .name-area .comnt-icon .active svg {
  color: #b3b3b3;
}
.b-comnts-area-1 .bb-none {
  border-bottom: none;
}

.shop-singe-tab .nav-pills .nav-link.active {
  background: var(--white-color);
}

.nav-pills .nav-link.active h6 {
  color: var(--theme-one);
  margin-bottom: 0;
  background-color: transparent;
}

.tab-contents p {
  text-align: justify;
}
.tab-contents .tabs {
  margin: 15px 0;
}

.shop-slider-thumb img {
  cursor: pointer;
  width: 100%;
}
.shop-slider-thumb .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid var(--theme-one);
}

.shop-list .arry {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 100%;
  transition: 0.4s;
}
.shop-list .arry .right-arry {
  float: right;
}
.shop-list .image.w-img {
  position: relative;
}
.shop-list .image.w-img img {
  width: 100%;
  height: 100%;
}

.custom-btn {
  padding: 8px 36px;
  text-transform: uppercase;
  border-radius: 2px;
  background-color: var(--theme-one);
  color: var(--white-color);
  font-weight: 400;
  font-size: 14px;
  transition: 0.4s;
  border: 1px solid var(--theme-one);
}
.custom-btn:hover {
  color: var(--theme-one);
  background-color: transparent;
}

.custom-btn.white:hover {
  background-color: var(--white-color);
  border: 1px solid var(--theme-one);
}

@media screen and (max-width: 425px) {
  .arry {
    display: none;
  }
}
/*========== Shop Single Section End  ==========*/
/*=============== Contact Page Here ===============*/
.contact-info {
  overflow: hidden;
}
.contact-info .contact-right .form-clt input {
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: none;
  padding: 14px 15px;
  color:#4cb050;
  border: 2px solid #ebebeb;
}
.contact-info .contact-right .form-clt-big input {
  padding: 14px 15px 100px;
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: none;
  border: 2px solid #ebebeb;
}
.form-clt-big textarea {
    width: 100%;
    height: 215px;
    border: 2px solid #ebebeb;
    padding: 16px;
    border-radius: 4px;
    outline:none;
}
.form-clt-big ::placeholder {
    color: #000;
}
.contact-info .contact-right .cmn--btn {
  width: 100%;
  border: none;
}
.contact-info .googpemap {
  padding: 65px 20px 0;
}
.contact-info .googpemap iframe {
  width: 100%;
  height: 600px;
  border-radius: 20px;
}

.map-section {
  overflow: hidden;
}
.map-section .googpemap iframe {
  width: 100%;
  height: 650px;
  border-radius: 20px;
}

.map-section.style-two .googpemap {
  padding: 0px 0px 0px;
}

/*=============== Contact Page End ===============*/
/*-------------------- Inner Page End -------------------*/
/*========== Blog Section Start  ==========*/
.blog-section {
  overflow: hidden;
}

.blog-items {
  background-color: var(--white-color);
  border: 1px solid #ebebeb;
  transition: all 0.4s ease-in-out;
}
.blog-items .blog-thumb {
  overflow: hidden;
  position: relative;
}
.blog-items .blog-thumb img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.blog-items .blog-thumb .events-date {
  border: 3px solid var(--theme-one);
  border-radius: 4px;
  width: 65px;
  height: 65px;
  line-height: 65px;
  background-color: var(--theme-color);
  text-align: center;
  top: 11px;
  left: 11px;
  position: absolute;
  transition: all 0.4s ease-in-out;
}
.blog-items .blog-thumb .events-date h4 {
  color: var(--white-color);
  margin-top: 0px;
}
.blog-items .blog-thumb .events-date p {
  color: var(--white-color);
  line-height: 0px;
}
.blog-items .blog-content {
  padding: 20px 20px;
  position: relative;
  border: 1px solid #ebebeb;
  background-color: var(--white-color);
  margin-top: -25px;
  margin-right: 10px;
  margin-left: 10px;
}
.blog-items .blog-content h6 {
  text-transform: uppercase;
}
.blog-items .blog-content h6 a {
  color: var(--theme-color);
  transition: all 0.4s ease-in-out;
}
.blog-items .blog-content h6 a:hover {
  color: var(--theme-one);
}
.blog-items .blog-content ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.blog-items .blog-content ul li {
  margin-right: 6px;
  color: var(--pragraph-color);
}
.blog-items .blog-content ul li svg {
  margin-right: 4px;
}
.blog-items .social-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 25px;
}
.blog-items .social-icon .cmn--link:hover {
  color: var(--theme-one);
}
.blog-items .social-icon .cmn--link svg {
  margin-left: 4px;
}
.blog-items .social-icon ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.blog-items .social-icon ul li {
  margin-right: 15px;
}
.blog-items .social-icon ul li a {
  color: var(--theme-color);
  transition: all 0.4s ease-in-out;
}
.blog-items .social-icon ul li a:hover {
  color: var(--theme-one);
}
.blog-items .blog-content.style-blog ul li {
  margin-right: 15px;
}
.blog-items .quote-icon .quote svg {
  font-size: 28px;
  color: var(--theme-one);
}
.blog-items .single-thumb img {
  width: 100%;
  height: 100%;
}
.blog-items:hover .blog-thumb img {
  transform: scale(1.1);
}

.blog-items.style-event ul li {
  margin-right: 10px;
  color: var(--pragraph-color-two);
  transition: all 0.3s ease-in-out;
}
.blog-items.style-event ul li:hover {
  color: var(--theme-one);
}
.blog-items.style-event .event-button .cmn--link svg {
  margin-left: 3px;
}
.blog-items.style-event .event-button .cmn--link:hover {
  color: var(--theme-one);
}
.blog-items.style-event:hover .blog-thumb img {
  transform: scale(1.1);
}
.blog-items.style-event:hover .events-date {
  background-color: var(--theme-one);
}

.default-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
.default-pagination li {
  width: 35px;
  height: 35px;
  line-height: 30px;
  background-color: #fafafa;
  border-radius: 4px;
  text-align: center;
  margin-right: 5px;
  border: 2px solid #ebebeb;
  transition: all 0.4s ease-in-out;
}
.default-pagination li a {
  transition: all 0.4s ease-in-out;
}
.default-pagination li:hover {
  border: 2px solid var(--theme-one);
}
.default-pagination li:hover a {
  color: var(--theme-one);
}
.default-pagination .active-one {
  background-color: var(--theme-color);
  border: 2px solid var(--theme-color);
  margin-right: 30px;
}
.default-pagination .active-one a {
  color: var(--white-color);
}
.default-pagination .active-one:hover {
  border: 2px solid var(--theme-color);
}
.default-pagination .active-one:hover a {
  color: var(--white-color);
}
.default-pagination .active-two {
  background-color: var(--theme-one);
  border: 2px solid var(--theme-one);
  margin-left: 30px;
}
.default-pagination .active-two a {
  color: var(--white-color);
}
.default-pagination .active-two:hover {
  border: 2px solid var(--theme-one);
}
.default-pagination .active-two:hover a {
  color: var(--white-color);
}

/*========== Blog Section End  ==========*/
@keyframes zoominout {
  0% {
    transform: scale(0.69);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(0.69);
  }
}
@keyframes zoominout2 {
  0% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes rounded {
  0% {
    transform: rotate(-25deg);
  }
  30% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@keyframes RightiLeft {
  0% {
    transform: translateY(60px);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateY(60px);
  }
}
@keyframes RightiLeft2 {
  0% {
    transform: translateY(120px);
  }
  50% {
    transform: translateX(0px);
  }
  100% {
    transform: translateY(120px);
  }
}
@keyframes RightiLeft3 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-60px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes RightiLeft4 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-70px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes run {
  100% {
    transform: rotate(360deg);
  }
}
/*--Button Area Start--*/
/*--Button Area Start--*/
.cmn--btn {
  border-radius: 4px;
  padding: 15px 30px 16px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  color: var(--white-color);
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  background: var(--theme-one);
  position: relative;
  overflow: hidden;
}
.cmn--btn:hover {
  background-color: var(--black-color);
  color: var(--white-color);
}

.cmn--btn-two {
  border-radius: 4px;
  padding: 15px 30px 16px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  position: relative;
  overflow: hidden;
  background-color: var(--black-color);
  color: var(--white-color);
}
.cmn--btn-two:hover {
  background: var(--theme-one);
  color: var(--white-color);
}

.cmn--border {
  border-radius: 10px;
  padding: 12px 30px 13px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  color: var(--theme-color);
  text-transform: capitalize;
  border: 1px solid var(--border);
  transition: all 0.5s;
  background: transparent;
  position: relative;
  z-index: 1;
}
.cmn--border:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.cmn--link {
  font-size: 14px;
  font-weight: 600;
  color: var(--theme-color);
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
}
.cmn--link i {
  padding-left: 4px;
  font-size: 16px;
  color: var(--theme-color);
}
.cmn--link:hover {
  color: var(--theme-color);
}

@media screen and (max-width: 768px) {
  .cmn--btn {
    padding: 14px 20px 14px;
    font-size: 13px;
  }
  .cmn--btn-two {
    padding: 14px 20px 14px;
    font-size: 13px;
  }
  .cmn--border {
    padding: 14px 25px 14px;
    font-size: 15px;
  }
  .cmn--link {
    font-size: 13px;
  }
}
@media screen and (max-width: 333px) {
  .cmn--btn {
    margin-bottom: 10px;
  }
}
/*--Button Area End--*/
/*--Button Area End--*/
@media screen and (max-width: 1199px) {
  h2 {
    font-size: 54px;
  }
  h3 {
    font-size: 32px;
  }
  p {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 46px;
  }
  h2 {
    font-size: 42px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 26px;
  }
  h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 19px;
  }
  p {
    font-size: 14px;
    line-height: 26px;
  }
  span {
    font-size: 14px;
  }
  h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 37px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 22px;
  }
  h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  h2 {
    font-size: 30px;
  }
  h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 420px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 27px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 19px;
  }
  h5 {
    font-size: 18px;
  }
  p {
    font-size: 13px;
  }
  span {
    font-size: 13px;
  }
}
@media screen and (max-width: 1199px) {
  .header-section .header-wrapper .logo-menu {
    max-width: 130px;
  }
  .header-section .header-wrapper .main-menu li {
    margin-right: 20px;
  }
  .header-section .header-wrapper .main-menu li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .top-header .top-header-items {
    margin: 20px 0;
    justify-content: center;
  }
  .top-header .top-header-items .top-header-right {
    flex-wrap: wrap;
    justify-content: center;
  }
  .top-header .top-header-items .top-header-right ul {
    display: none;
  }
  .top-header .top-header-items .top-header-right .language {
    display: none;
  }
  .middle-header {
    display: none;
  }
  .header-section {
    padding: 10px 0;
  }
  .menu-btn-wrapper {
    display: none;
  }
  .header-wrapper {
    padding: 12px 0px;
    justify-content: space-between;
  }
  .header-wrapper .logo-menu {
    padding: 0px 0px;
    display: block;
  }
  .header-wrapper .main-menu .search-icon .serach svg {
    color: var(--theme-one);
  }
  .header-wrapper .main-menu li .sub-menu li .sub-two {
    position: static !important;
    width: 100%;
  }
  .header-wrapper .main-menu li .sub-menu li .sub-two li a {
    display: block;
  }
  .main-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    display: inline !important;
    left: 0;
    z-index: 999;
    padding: 15px 15px;
    background-color: var(--white-color);
    transition: all 2s !important;
    transform-origin: top;
    max-height: calc(100vh - 130px);
    overflow-y: auto;
  }
  .main-menu:not(.active) {
    display: none !important;
    transition: all 2s;
  }
  .main-menu li {
    width: 100%;
  }
  .main-menu li:not(:last-child) {
    border-bottom: 1px solid rgb(198, 206, 210);
    margin-right: 0 !important;
  }
  .main-menu li:not(:last-child) a {
    color: var(--theme-one);
  }
  .main-menu li a {
    display: block;
    padding: 14px 0px;
  }
  .main-menu li .sub-two {
    margin: 20px 20px;
  }
  .main-menu .search-icon {
    padding: 15px 0px 8px;
  }
  .main-menu .search-icon .serach {
    line-height: 13px !important;
  }
  .main-menu .btn-wrapper {
    margin-top: 15px;
  }
  .main-menu .btn-wrapper .cmn--btn-3 {
    margin-top: 14px;
  }
  .main-menu .active a {
    color: var(--white-color);
  }
  .header-bar {
    position: relative;
    width: 25px;
    height: 20px;
  }
  .header-bar span {
    position: absolute;
    width: 100%;
    height: 3px;
    display: inline-block;
    transition: all 0.3s;
    left: 0;
    background: var(--white-color);
  }
  .header-bar span:first-child {
    top: 0;
    background: var(--white-color);
  }
  .header-bar span:nth-child(2) {
    top: 44%;
    background: var(--white-color);
  }
  .header-bar span:last-child {
    bottom: 0;
    background: var(--white-color);
  }
  .header-bar.active span:first-child {
    transform: rotate(45deg) translate(3px, 9px);
  }
  .header-bar.active span:nth-child(2) {
    opacity: 0;
  }
  .header-bar.active span:last-child {
    transform: rotate(-45deg) translate(3px, -9px);
  }
  .header-bar:hover {
    cursor: pointer;
  }
  .header-wrapper .main-menu li .sub-menu {
    background: var(--section-bg-two);
    position: relative;
    transform: translateY(1px);
    padding: 5px 0;
  }
  .header-wrapper .main-menu li .sub-menu li {
    border: 0;
  }
  .header-wrapper .main-menu li .sub-menu li:not(:last-child) {
    margin-bottom: 8px;
  }
  .header-wrapper .main-menu li .sub-menu li a {
    color: var(--white-color);
    padding: 10px 20px;
  }
  .pagi-space {
    margin-top: 10px;
  }
  .header-section-two .logo-menu {
    display: none;
  }
  .header-section-two .header-bar span {
    background: var(--theme-one);
  }
  .header-section-two .header-bar span:first-child {
    background: var(--theme-one);
  }
  .header-section-two .header-bar span:nth-child(2) {
    background: var(--theme-one);
  }
  .header-section-two .header-bar span:last-child {
    background: var(--theme-one);
  }
  .header-section-two .header-bar:hover {
    cursor: pointer;
  }
  .menu-fixed .header-wrapper.style-two .header-bar span {
    background: var(--white-color);
  }
  .menu-fixed .header-wrapper.style-two .header-bar span:first-child {
    background: var(--white-color);
  }
  .menu-fixed .header-wrapper.style-two .header-bar span:nth-child(2) {
    background: var(--white-color);
  }
  .menu-fixed .header-wrapper.style-two .header-bar span:last-child {
    background: var(--white-color);
  }
  .menu-fixed .header-wrapper.style-two .header-bar:hover {
    cursor: pointer;
  }
  .menu-fixed .header-wrapper.style-two .main-menu li a {
    color: var(--theme-one);
  }
  .menu-fixed .header-wrapper.style-two .main-menu .sub-menu li a {
    color: var(--white-color);
    background: var(--theme-one);
  }
}
/*========== Banner Section Start ==========*/
@media screen and (max-width: 1199px) {
  .swiper-button-next {
    display: none;
  }
  .swiper-button-prev {
    display: none;
  }
}
/*========== Banner Section End ==========*/
/*========== Popular Courses Start ==========*/
@media screen and (max-width: 991px) {
  .popular-courses-section .popular-courses-items .courses-content .courses-wrap h6 {
    font-size: 13px;
  }
  .popular-courses-section .popular-courses-items .courses-content .courses-wrap p {
    font-size: 13px;
  }
}
/*========== Popular Courses End ==========*/
/*========== Testimonial Section Start  ==========*/
/*========== Testimonial Section End  ==========*/
/*========== Blog Section Start ==========*/
@media screen and (max-width: 991px) {
  .blog-section .blog-items .blog-content ul li {
    font-size: 14px;
    margin-right: 6px;
    color: var(--pragraph-color);
  }
  .blog-section .blog-items .blog-content ul li svg {
    margin-right: 4px;
  }
}
/*========== Blog Section End ==========*/
/*========== Footer Section Start ==========*/
@media screen and (max-width: 767px) {
  .footer-section .footer-top .widget-items .footer-content-area .quick-link .product-content h6 a {
    font-size: 13px;
  }
}
/*========== Footer Section End ==========*/
/*========== About Categories Start ==========*/
@media screen and (min-width: 1399px) {
  .about-categories-section .about-categories {
    text-align: center;
  }
}
@media screen and (max-width: 1199px) {
  .about-categories-section .about-categories .about-categories-items .categories-tittle {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .about-categories-section .about-categories {
    text-align: center;
  }
}
/*========== About Categories End ==========*/
/*========== Module Section Start ==========*/
@media screen and (max-width: 991px) {
  .module-wrapper {
    transform: translateY(80px);
    margin-bottom: 80px;
  }
  .accordion-button-wrapper {
    margin-bottom: 15px;
  }
  .accordion-body {
    margin-bottom: 0px;
  }
  .accordion-body .module-body-wrapper {
    flex-wrap: wrap;
  }
  .accordion-body .module-body-wrapper .items {
    margin-right: 0;
    margin-bottom: 15px;
    width: 45%;
  }
  .accordion-body .module-body-wrapper .items .title {
    margin-bottom: 8px;
  }
  .accordion-body .module-body-wrapper .items-two .title {
    margin-bottom: 8px;
  }
  .default-pagination {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .module-wrapper {
    transform: translateY(70px);
    margin-bottom: 70px;
  }
  .accordion-body .module-body-wrapper .items {
    margin-bottom: 15px;
    width: 100%;
  }
  .accordion-body .module-body-wrapper .items-two {
    width: 100%;
  }
  .accordion-body .module-body-wrapper .items-two .cmn--btn {
    width: 100%;
    text-align: center;
  }
  .accordion-button-wrapper .accordion-button {
    font-weight: 600;
    font-size: 18px;
    padding: 12px 18px;
  }
}
/*========== Module Section End ==========*/
/*========== Event Section Start ==========*/
@media screen and (max-width: 1199px) {
  .event-section .right-items .right-thumb {
    display: none;
  }
}
/*========== Event Section End ==========*/
/*========== Course Section start ==========*/
@media screen and (max-width: 767px) {
  .shop-showing-result .catego-items {
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .shop-showing-result .catego-items .items {
    width: 200px;
    margin-bottom: 15px;
  }
  .shop-showing-result .catego-items .items.style-two {
    width: 200px;
  }
}
/*========== Course Section End ==========*/
/*========== Course List Start ==========*/
@media screen and (max-width: 1199px) {
  .course-list .list-wrapper .course-list-items {
    align-items: initial;
  }
  .course-list .list-wrapper .course-list-items .course-list-content .sub-content {
    font-size: 13px;
    flex-wrap: wrap;
  }
  .course-list .list-wrapper .course-list-items .course-list-content .sub-content p {
    font-size: 13px;
  }
  .course-list .list-wrapper .course-list-items .course-list-content .sub-content h6 {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .course-list .list-wrapper .course-list-items {
    flex-wrap: wrap;
    justify-content: center;
  }
  .course-list .list-wrapper .course-list-items .course-list-content {
    margin-top: 20px;
    text-align: center;
    margin-left: 0px;
  }
  .course-list .list-wrapper .course-list-items .course-list-content .sub-content {
    margin-bottom: 15px;
  }
  .course-list .list-wrapper .course-list-items .course-list-content .sub-content .sub-cont {
    margin-right: 15px;
  }
}
@media screen and (max-width: 430px) {
  .course-list .list-wrapper .course-list-items {
    justify-content: initial;
  }
  .course-list .list-wrapper .course-list-items .course-list-content {
    text-align: initial;
  }
}
/*========== Course List End ==========*/
/*========== Course Single Start ==========*/
@media screen and (max-width: 1199px) {
  .course-single .course-single-items .course-single-content .courses-list li {
    font-size: 13px;
  }
  .course-single .course-single-items .course-features-items .course-features {
    font-size: 17px;
  }
  .course-single .course-single-items .course-features-items .f-items p {
    font-size: 13px;
  }
  .post-category-area .instructor-category.style-two .content h6 {
    font-size: 14px;
    line-height: 22px;
  }
  .post-category-area .instructor-category.style-shop {
    align-items: center;
  }
  .post-category-area .instructor-category.style-shop .content h6 {
    font-size: 13px;
    margin-top: 4px;
    line-height: 20px;
  }
  .post-category-area .instructor-category.style-shop .content h6 a {
    color: var(--pragraph-color-two);
  }
  .post-category-area .instructor-category.style-shop .content p {
    color: var(--pragraph-color-two);
    font-weight: 600;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .course-single {
    overflow: hidden;
  }
  .course-single .course-single-items .course-single-content .courses-list li {
    font-size: 13px;
  }
  .course-single .course-single-items .course-features-items .f-items p {
    font-size: 13px;
  }
  .course-single .course-single-items .Course-outline .tittle {
    padding: 0 20px;
  }
  .course-single .course-single-items .Course-outline .outline-list {
    flex-wrap: wrap;
  }
  .course-single .course-single-items .Course-outline .outline-list .list-left h6 {
    font-size: 14px;
  }
  .course-single .course-single-items .Course-outline .outline-list .list-left .out-tittle {
    font-size: 14px;
  }
  .course-single .course-single-items .Course-outline .outline-list .list-right a {
    font-size: 14px;
  }
  .course-single .about-instructor-items .ratting-wrap .ratting-items {
    padding: 10px;
    flex-wrap: wrap;
  }
  .course-single .about-instructor-items .ratting-wrap .ratting-items .ratting-left {
    margin-right: initial;
    width: 100%;
  }
  .course-single .about-instructor-items .ratting-wrap .ratting-items .ratting-right {
    width: 100%;
    margin-top: 20px;
  }
  .course-single .about-instructor-items .ratting-wrap .ratting-items .ratting-right .de-rating .rat-item {
    padding: 15px 15px;
  }
  .course-single .about-instructor-items .ratting-wrap .ratting-items .ratting-right .de-rating .rat-item .left {
    font-size: 14px;
  }
  .course-single .about-instructor-items .ratting-wrap .ratting-items .ratting-right .de-rating .rat-item .right {
    font-size: 14px;
  }
  .course-single .about-instructor-items .riview-wrapper {
    padding: 20px 20px;
    border-right: 1px solid rgb(235, 235, 235);
    border-left: 1px solid rgb(235, 235, 235);
    border-top: 1px solid rgb(235, 235, 235);
    background-color: var(--white-color);
    border-bottom: 3px dotted #ebebeb;
  }
  .course-single .about-instructor-items .riview-wrapper .review-items {
    padding: 25px 0;
  }
  .course-single .about-instructor-items .riview-wrapper .review-items .review-content {
    margin-left: 15px;
  }
  .course-single .about-instructor-items .riview-wrapper .review-items .review-content h6 {
    margin-bottom: 0;
    text-transform: uppercase;
  }
  .course-single .about-instructor-items .riview-wrapper .review-items .review-content p {
    text-transform: capitalize;
  }
  .course-single .about-instructor-items .riview-wrapper .review-items .review-content ul {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
  }
  .course-single .about-instructor-items .riview-wrapper .review-items .review-content ul li svg {
    color: var(--theme-one);
  }
  .course-single .about-instructor-items .riview-wrapper.style-two {
    border-top: none;
  }
  .course-single .about-instructor-items .riview-wrapper.style-three {
    border-bottom: none;
  }
  .course-single .about-instructor-items .contact-items {
    border-right: 1px solid rgb(235, 235, 235);
    border-left: 1px solid rgb(235, 235, 235);
    border-top: 1px solid rgb(235, 235, 235);
    padding: 30px 30px 30px 30px;
    background-color: var(--white-color);
  }
  .course-single .about-instructor-items .contact-items .ratting {
    margin-bottom: 20px;
  }
  .course-single .about-instructor-items .contact-items .ratting ul {
    display: flex;
    align-items: center;
    margin-left: 5px;
  }
  .course-single .about-instructor-items .contact-items .ratting ul li a {
    transition: all 0.3s ease-in-out;
  }
  .course-single .about-instructor-items .contact-items .ratting ul li a:hover {
    color: var(--theme-one);
  }
  .course-single .about-instructor-items .contact-items .form-clt input {
    width: 100%;
    outline: none;
    border-radius: 5px;
    border: none;
    padding: 14px 15px;
    border: 1px solid rgb(235, 235, 235);
    color: var(--theme-color);
    border-radius: 4px;
  }
  .course-single .about-instructor-items .contact-items .form-clt-big input {
    padding: 14px 15px 120px;
  }
  .course-single .about-instructor-items .contact-items .cmn--btn {
    border: none;
    background-color: rgb(76, 176, 80);
  }
  .course-single .about-instructor-items .contact-items .cmn--btn:hover {
    background-color: var(--theme-color);
  }
  .post-category-area .post-category li {
    font-size: 13px;
  }
  .post-category-area .instructor-category .content h6 {
    font-size: 13px;
    margin-bottom: -5px;
  }
  .post-category-area .instructor-category.style-two .content h6 {
    font-size: 13px;
    line-height: 20px;
  }
  .post-category-area .map-items .map-content .map-content-wrap {
    padding: 15px 20px;
  }
  .post-category-area .map-items .map-content .map-content-wrap li {
    font-size: 13px;
  }
}
@media screen and (max-width: 500px) {
  .course-single {
    overflow: hidden;
  }
  .course-single .about-instructor-items .riview-wrapper .review-items {
    flex-wrap: wrap;
    justify-content: center;
  }
  .course-single .about-instructor-items .riview-wrapper .review-items .review-content {
    margin-left: initial;
    margin-top: 15px;
    text-align: center;
  }
  .course-single .about-instructor-items .riview-wrapper .review-items .review-content h6 {
    margin-bottom: -5px;
  }
  .course-single .about-instructor-items .riview-wrapper .review-items .review-content ul {
    justify-content: center;
  }
  .course-single .about-instructor-items .riview-wrapper .review-items .ml-50 {
    margin-left: initial;
  }
}
@media screen and (max-width: 400px) {
  .course-single {
    overflow: hidden;
  }
  .course-single .about-instructor-items .instructor-wrap .instructor-items {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
  }
  .course-single .about-instructor-items .instructor-wrap .instructor-items .instructor-content {
    margin-top: 15px;
  }
  .course-single .about-instructor-items .instructor-wrap .instructor-items .instructor-content h6 {
    margin-bottom: -5px;
  }
  .course-single .about-instructor-items .instructor-wrap p {
    text-align: center;
  }
}
/*========== Course Single End ==========*/
/*========== Error Section Start ==========*/
@media screen and (max-width: 500px) {
  .error-section .error-items .error-content .error-search input {
    font-size: 14px;
  }
  .error-section .error-items .error-content .error-search .search-icon {
    width: 70px;
    font-size: 14px;
  }
}
/*========== Error Section End ==========*/
/*========== Shop List Section Start  ==========*/
@media screen and (max-width: 991px) {
  .shop-list .shop-wrapper .shop-list-items {
    flex-wrap: wrap;
    justify-content: center;
  }
  .shop-list .shop-wrapper .shop-list-items .shop-list-thumb {
    text-align: center;
    margin-right: 0;
  }
  .shop-list .shop-wrapper .shop-list-items .shop-list-content {
    margin-top: 20px;
    text-align: center;
  }
  .shop-list .shop-wrapper .shop-list-items .shop-list-content .shop-review {
    justify-content: center;
  }
}
/*========== Shop List Section End  ==========*/
/*========== Shop Cart Section Start  ==========*/
@media screen and (max-width: 991px) {
  .s-product-img {
    margin-bottom: 30px;
  }
  .shoppppp {
    margin-top: 40px;
  }
  .shop-coupon-area .shop-coupon-code {
    border: 1px solid #f0f0f0;
    margin-bottom: 30px;
    padding: 0px 0px 0px 10px;
  }
  .shop-coupon-area {
    flex-wrap: wrap;
    align-items: center;
  }
  .b-comnts-1.d-flex.align-items-center {
    flex-wrap: wrap;
  }
  table, thead, tbody, td, tr, th {
  border: 1px solid black;
  border-collapse: collapse; /* Optional: Makes borders single */
  }
  .quantity {
    justify-content: center;
    padding: 5px 0;
  }
}
@media screen and (max-width: 575px) {
  .s-product-area .s-product-details .s-discount-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px;
  }
  .s-product-area .s-product-details .s-discount-area .s-discount-code input {
    margin-left: 0px !important;
  }
  .s-product-area .s-product-details .s-discount-area .s-discout-nbr {
    margin-bottom: 10px;
  }
  .s-product-area .s-product-details .btn {
    width: 85%;
  }
  .form-select {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    border: 1px solid #f0f0f0;
    padding: 12px 27px;
  }
}
@media screen and (max-width: 767px) {
  select {
    font-size: 14px;
  }
  .b-comnts-thumb.me-4 {
    margin-bottom: 10px;
  }
  .shop-coupon-area .shop-coupon-code button {
    font-size: 13px;
    padding: 20px 15px;
  }
  .shop-coupon-area .shop-checkout a {
    font-size: 12px;
  }
  table tbody h4, table tbody h5 {
    padding: 7px 0;
  }
  table tbody td {
    border-bottom: 1px solid #f1f1f1;
    padding: 7px 0;
  }
  .shop-cart-area table thead td {
    padding: 8px 0px;
  }
}
@media screen and (max-width: 400px) {
  .shop-coupon-area .shop-coupon-code button {
    font-size: 11px;
    padding: 20px 10px;
  }
  .shop-coupon-area .shop-checkout a {
    font-size: 10px;
    padding: 15px 10px;
    margin-left: 0px;
  }
  .s-product-area {
    padding: 20px 12px 0px;
  }
  .b-comnts-area .b-comnts-area-accordian {
    padding: 20px 10px;
  }
  .b-post-form-two .space-b-post-area {
    padding: 33px 10px 0px 10px !important;
  }
}
@media screen and (max-width: 395px) {
  .shop-coupon-area .shop-coupon-code input {
    font-weight: 600;
    font-size: 12px;
  }
  .shop-shipping-area h3 {
    font-size: 14px;
    font-weight: 700;
  }
  .shipping-wrapper .shipping-item {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  select {
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
  }
}
/*========== Shop Cart Section End  ==========*/
/*========== Shop Single Section Start  ==========*/
@media screen and (max-width: 1199px) {
  .b-comnts-area-1 .b-comnts-1 .b-comments-2 .b-comnts-details .name-area {
    align-items: center;
    flex-wrap: wrap;
  }
  .b-comnts-area-1 .b-comnts-1 .b-comments-2 .b-comnts-details .name-area h5 {
    font-size: 17px;
  }
  .b-comnts-area-1 .b-comnts-1 .b-comments-2 .b-comnts-details .name-area p {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .b-comnts-area-1 .b-comnts-1 .b-comments-2 .b-comnts-details .name-area h5 {
    font-size: 16px;
  }
  .b-comnts-area-1 .b-comnts-1 .b-comments-2 .b-comnts-details .name-area p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .b-comnts-area-1 .b-comnts-1 .b-comments-2 {
    padding: 30px 20px;
    flex-wrap: wrap;
  }
  .b-comnts-area-1 .b-comnts-1 .b-comments-2 .b-comnts-details .name-area {
    flex-wrap: wrap;
  }
  .b-comnts-area-1 .b-comnts-1 .b-comments-2 .b-comnts-details .name-area h5 {
    font-size: 14px;
    margin-top: 5px;
  }
  .b-comnts-area-1 .b-comnts-1 .b-comments-2 .b-comnts-details .name-area p {
    display: none;
  }
}
.cart_list li {
	list-style: outside none none;
}
.cart_count, .wishlist_count {
	position: relative;
	top: -3px;
	left: 0;
	font-size: 11px;
	background-color: red;
	border-radius: 50px;
	height: 16px;
	line-height: 16px;
	color: #fff;
	min-width: 16px;
	text-align: center;
	padding: 0 5px;
	display: inline-block;
	vertical-align: top;
	margin-left: -5px;
	margin-right: -5px;
}
.cart_trigger .amount {
	margin-left: 8px;
	font-weight: 600;
	vertical-align: top;
	margin-right: -10px;
}

/* http://graphicburger.com/simple-line-icons-webfont/ */
@font-face {
	font-family: 'Simple-Line-Icons';

	src:url('../fonts/Simple-Line-Icons.eot');
	src:url('../fonts/Simple-Line-Icons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Simple-Line-Icons.woff2') format('woff2'),
		url('../fonts/Simple-Line-Icons.woff') format('woff'),
		url('../fonts/Simple-Line-Icons.ttf') format('truetype'),
		url('../fonts/Simple-Line-Icons.svg#Simple-Line-Icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Simple-Line-Icons';
		src: url('../fonts/Simple-Line-Icons.svg#Simple-Line-Icons') format('svg');
	}
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'Simple-Line-Icons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-trophy, .icon-screen-smartphone, .icon-screen-desktop, .icon-plane, .icon-notebook, .icon-moustache, .icon-mouse, .icon-magnet, .icon-energy, .icon-emoticon-smile, .icon-disc, .icon-cursor-move, .icon-crop, .icon-credit-card, .icon-chemistry, .icon-user, .icon-speedometer, .icon-social-youtube, .icon-social-twitter, .icon-social-tumblr, .icon-social-facebook, .icon-social-dropbox, .icon-social-dribbble, .icon-shield, .icon-screen-tablet, .icon-magic-wand, .icon-hourglass, .icon-graduation, .icon-ghost, .icon-game-controller, .icon-fire, .icon-eyeglasses, .icon-envelope-open, .icon-envelope-letter, .icon-bell, .icon-badge, .icon-anchor, .icon-wallet, .icon-vector, .icon-speech, .icon-puzzle, .icon-printer, .icon-present, .icon-playlist, .icon-pin, .icon-picture, .icon-map, .icon-layers, .icon-handbag, .icon-globe-alt, .icon-globe, .icon-frame, .icon-folder-alt, .icon-film, .icon-feed, .icon-earphones-alt, .icon-earphones, .icon-drop, .icon-drawer, .icon-docs, .icon-directions, .icon-direction, .icon-diamond, .icon-cup, .icon-compass, .icon-call-out, .icon-call-in, .icon-call-end, .icon-calculator, .icon-bubbles, .icon-briefcase, .icon-book-open, .icon-basket-loaded, .icon-basket, .icon-bag, .icon-action-undo, .icon-action-redo, .icon-wrench, .icon-umbrella, .icon-trash, .icon-tag, .icon-support, .icon-size-fullscreen, .icon-size-actual, .icon-shuffle, .icon-share-alt, .icon-share, .icon-rocket, .icon-question, .icon-pie-chart, .icon-pencil, .icon-note, .icon-music-tone-alt, .icon-music-tone, .icon-microphone, .icon-loop, .icon-logout, .icon-login, .icon-list, .icon-like, .icon-home, .icon-grid, .icon-graph, .icon-equalizer, .icon-dislike, .icon-cursor, .icon-control-start, .icon-control-rewind, .icon-control-play, .icon-control-pause, .icon-control-forward, .icon-control-end, .icon-calendar, .icon-bulb, .icon-bar-chart, .icon-arrow-up, .icon-arrow-right, .icon-arrow-left, .icon-arrow-down, .icon-ban, .icon-bubble, .icon-camcorder, .icon-camera, .icon-check, .icon-clock, .icon-close, .icon-cloud-download, .icon-cloud-upload, .icon-doc, .icon-envelope, .icon-eye, .icon-flag, .icon-folder, .icon-heart, .icon-info, .icon-key, .icon-link, .icon-lock, .icon-lock-open, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-paper-clip, .icon-paper-plane, .icon-plus, .icon-pointer, .icon-power, .icon-refresh, .icon-reload, .icon-settings, .icon-star, .icon-symbol-female, .icon-symbol-male, .icon-target, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-users {
	font-family: 'Simple-Line-Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-user-female:before {
	content: "\e000";
}
.icon-user-follow:before {
	content: "\e002";
}
.icon-user-following:before {
	content: "\e003";
}
.icon-user-unfollow:before {
	content: "\e004";
}
.icon-trophy:before {
	content: "\e006";
}
.icon-screen-smartphone:before {
	content: "\e010";
}
.icon-screen-desktop:before {
	content: "\e011";
}
.icon-plane:before {
	content: "\e012";
}
.icon-notebook:before {
	content: "\e013";
}
.icon-moustache:before {
	content: "\e014";
}
.icon-mouse:before {
	content: "\e015";
}
.icon-magnet:before {
	content: "\e016";
}
.icon-energy:before {
	content: "\e020";
}
.icon-emoticon-smile:before {
	content: "\e021";
}
.icon-disc:before {
	content: "\e022";
}
.icon-cursor-move:before {
	content: "\e023";
}
.icon-crop:before {
	content: "\e024";
}
.icon-credit-card:before {
	content: "\e025";
}
.icon-chemistry:before {
	content: "\e026";
}
.icon-user:before {
	content: "\e005";
}
.icon-speedometer:before {
	content: "\e007";
}
.icon-social-youtube:before {
	content: "\e008";
}
.icon-social-twitter:before {
	content: "\e009";
}
.icon-social-tumblr:before {
	content: "\e00a";
}
.icon-social-facebook:before {
	content: "\e00b";
}
.icon-social-dropbox:before {
	content: "\e00c";
}
.icon-social-dribbble:before {
	content: "\e00d";
}
.icon-shield:before {
	content: "\e00e";
}
.icon-screen-tablet:before {
	content: "\e00f";
}
.icon-magic-wand:before {
	content: "\e017";
}
.icon-hourglass:before {
	content: "\e018";
}
.icon-graduation:before {
	content: "\e019";
}
.icon-ghost:before {
	content: "\e01a";
}
.icon-game-controller:before {
	content: "\e01b";
}
.icon-fire:before {
	content: "\e01c";
}
.icon-eyeglasses:before {
	content: "\e01d";
}
.icon-envelope-open:before {
	content: "\e01e";
}
.icon-envelope-letter:before {
	content: "\e01f";
}
.icon-bell:before {
	content: "\e027";
}
.icon-badge:before {
	content: "\e028";
}
.icon-anchor:before {
	content: "\e029";
}
.icon-wallet:before {
	content: "\e02a";
}
.icon-vector:before {
	content: "\e02b";
}
.icon-speech:before {
	content: "\e02c";
}
.icon-puzzle:before {
	content: "\e02d";
}
.icon-printer:before {
	content: "\e02e";
}
.icon-present:before {
	content: "\e02f";
}
.icon-playlist:before {
	content: "\e030";
}
.icon-pin:before {
	content: "\e031";
}
.icon-picture:before {
	content: "\e032";
}
.icon-map:before {
	content: "\e033";
}
.icon-layers:before {
	content: "\e034";
}
.icon-handbag:before {
	content: "\e035";
}
.icon-globe-alt:before {
	content: "\e036";
}
.icon-globe:before {
	content: "\e037";
}
.icon-frame:before {
	content: "\e038";
}
.icon-folder-alt:before {
	content: "\e039";
}
.icon-film:before {
	content: "\e03a";
}
.icon-feed:before {
	content: "\e03b";
}
.icon-earphones-alt:before {
	content: "\e03c";
}
.icon-earphones:before {
	content: "\e03d";
}
.icon-drop:before {
	content: "\e03e";
}
.icon-drawer:before {
	content: "\e03f";
}
.icon-docs:before {
	content: "\e040";
}
.icon-directions:before {
	content: "\e041";
}
.icon-direction:before {
	content: "\e042";
}
.icon-diamond:before {
	content: "\e043";
}
.icon-cup:before {
	content: "\e044";
}
.icon-compass:before {
	content: "\e045";
}
.icon-call-out:before {
	content: "\e046";
}
.icon-call-in:before {
	content: "\e047";
}
.icon-call-end:before {
	content: "\e048";
}
.icon-calculator:before {
	content: "\e049";
}
.icon-bubbles:before {
	content: "\e04a";
}
.icon-briefcase:before {
	content: "\e04b";
}
.icon-book-open:before {
	content: "\e04c";
}
.icon-basket-loaded:before {
	content: "\e04d";
}
.icon-basket:before {
	content: "\e04e";
}
.icon-bag:before {
	content: "\e04f";
}
.icon-action-undo:before {
	content: "\e050";
}
.icon-action-redo:before {
	content: "\e051";
}
.icon-wrench:before {
	content: "\e052";
}
.icon-umbrella:before {
	content: "\e053";
}
.icon-trash:before {
	content: "\e054";
}
.icon-tag:before {
	content: "\e055";
}
.icon-support:before {
	content: "\e056";
}
.icon-size-fullscreen:before {
	content: "\e057";
}
.icon-size-actual:before {
	content: "\e058";
}
.icon-shuffle:before {
	content: "\e059";
}
.icon-share-alt:before {
	content: "\e05a";
}
.icon-share:before {
	content: "\e05b";
}
.icon-rocket:before {
	content: "\e05c";
}
.icon-question:before {
	content: "\e05d";
}
.icon-pie-chart:before {
	content: "\e05e";
}
.icon-pencil:before {
	content: "\e05f";
}
.icon-note:before {
	content: "\e060";
}
.icon-music-tone-alt:before {
	content: "\e061";
}
.icon-music-tone:before {
	content: "\e062";
}
.icon-microphone:before {
	content: "\e063";
}
.icon-loop:before {
	content: "\e064";
}
.icon-logout:before {
	content: "\e065";
}
.icon-login:before {
	content: "\e066";
}
.icon-list:before {
	content: "\e067";
}
.icon-like:before {
	content: "\e068";
}
.icon-home:before {
	content: "\e069";
}
.icon-grid:before {
	content: "\e06a";
}
.icon-graph:before {
	content: "\e06b";
}
.icon-equalizer:before {
	content: "\e06c";
}
.icon-dislike:before {
	content: "\e06d";
}
.icon-cursor:before {
	content: "\e06e";
}
.icon-control-start:before {
	content: "\e06f";
}
.icon-control-rewind:before {
	content: "\e070";
}
.icon-control-play:before {
	content: "\e071";
}
.icon-control-pause:before {
	content: "\e072";
}
.icon-control-forward:before {
	content: "\e073";
}
.icon-control-end:before {
	content: "\e074";
}
.icon-calendar:before {
	content: "\e075";
}
.icon-bulb:before {
	content: "\e076";
}
.icon-bar-chart:before {
	content: "\e077";
}
.icon-arrow-up:before {
	content: "\e078";
}
.icon-arrow-right:before {
	content: "\e079";
}
.icon-arrow-left:before {
	content: "\e07a";
}
.icon-arrow-down:before {
	content: "\e07b";
}
.icon-ban:before {
	content: "\e07c";
}
.icon-bubble:before {
	content: "\e07d";
}
.icon-camcorder:before {
	content: "\e07e";
}
.icon-camera:before {
	content: "\e07f";
}
.icon-check:before {
	content: "\e080";
}
.icon-clock:before {
	content: "\e081";
}
.icon-close:before {
	content: "\e082";
}
.icon-cloud-download:before {
	content: "\e083";
}
.icon-cloud-upload:before {
	content: "\e084";
}
.icon-doc:before {
	content: "\e085";
}
.icon-envelope:before {
	content: "\e086";
}
.icon-eye:before {
	content: "\e087";
}
.icon-flag:before {
	content: "\e088";
}
.icon-folder:before {
	content: "\e089";
}
.icon-heart:before {
	content: "\e08a";
}
.icon-info:before {
	content: "\e08b";
}
.icon-key:before {
	content: "\e08c";
}
.icon-link:before {
	content: "\e08d";
}
.icon-lock:before {
	content: "\e08e";
}
.icon-lock-open:before {
	content: "\e08f";
}
.icon-magnifier:before {
	content: "\e090";
}
.icon-magnifier-add:before {
	content: "\e091";
}
.icon-magnifier-remove:before {
	content: "\e092";
}
.icon-paper-clip:before {
	content: "\e093";
}
.icon-paper-plane:before {
	content: "\e094";
}
.icon-plus:before {
	content: "\e095";
}
.icon-pointer:before {
	content: "\e096";
}
.icon-power:before {
	content: "\e097";
}
.icon-refresh:before {
	content: "\e098";
}
.icon-reload:before {
	content: "\e099";
}
.icon-settings:before {
	content: "\e09a";
}
.icon-star:before {
	content: "\e09b";
}
.icon-symbol-female:before {
	content: "\e09c";
}
.icon-symbol-male:before {
	content: "\e09d";
}
.icon-target:before {
	content: "\e09e";
}
.icon-volume-1:before {
	content: "\e09f";
}
.icon-volume-2:before {
	content: "\e0a0";
}
.icon-volume-off:before {
	content: "\e0a1";
}
.icon-users:before {
	content: "\e001";
}
.cart_trigger .amount {
	margin-left: 8px;
	font-weight: 600;
	vertical-align: top;
	margin-right: -10px;
}
.navbar-nav .dropdown-menu.cart_box {
	width: 320px;
	position: absolute !important;
	-webkit-transform: scale(0) !important;
	transform: scale(0) !important;
	-webkit-transform-origin: -webkit-calc(100% - 30px) 0;
	transform-origin: calc(100% - 30px) 0;
	display: block;
	transition: all 0.25s ease-in-out;
	padding: 0;
	top: 100% !important;
	left: auto !important;
	right: 0;
}
.navbar-nav .dropdown-menu.cart_box.show {
	-webkit-transform: scale(1) !important;
	transform: scale(1) !important;
}
.cart_list li {
	border-bottom: 1px solid #3f3f3f;
	padding: 15px;
	width: 100%;
}
.item_remove {
	float: right;
	margin-left: 5px;
	color: #333 !important;
}
.cart_list img {
	border: 1px solid #ddd
	background-color: #ffffff;
	float: left;
	margin-right: 10px;
	max-width: 80px;
}
.cart_list a {
	font-size: 14px;
	vertical-align: top;
	padding: 0 !important;
	text-transform: capitalize;
	font-weight: 600;
}
.cart_quantity {
	color: #ffffff;
	display: table;
	margin-top: 5px;
	font-weight: 500;
}
.cart_total .cart_amount {
	float: right;
	color: #F32B56;
}
.cart_box .cart_list {
	width: 100%;
	padding: 0 !important;
	max-height: 242px;
	overflow-y: auto;
}
.cart_list li {
	display: inline-block;
	width: 100%;
}
.dropdown-menu .cart_list li a i {
	width: auto;
}
.cart_total {
	color: #ffffff;
	margin: 0;
	padding: 10px 15px;
	font-weight: 600;
	text-align: right;
}
.cart_total strong {
	float: left;
	font-weight: 600;
}
.cart_buttons {
	margin: 0;
	padding: 10px 15px 20px;
	text-align: center;
}
.cart_buttons .view-cart, .cart_buttons .checkout {
	padding: 8px 20px !important;
}
.payment_method {
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}
.payment_option .custome-radio {
	margin-bottom: 10px;
}
.payment-text {
	display: none;
	margin-top: 5px;
	margin-bottom: 0;
}
.payment_option .custome-radio:first-child .payment-text {
	display: block;
}
.custome-checkbox .form-check-label {
	position: relative;
	cursor: pointer;
	color: #687188;
	padding: 0;
	vertical-align: middle;
}
.custome-checkbox .form-check-input {
	display: none;
}
.custome-checkbox .form-check-label span {
	vertical-align: middle;
}
.custome-checkbox .form-check-label::before {
	content: "";
	border: 2px solid #ced4da;
	height: 17px;
	width: 17px;
	margin: 0px 8px 0 0;
	display: inline-block;
	vertical-align: middle;
}
.custome-checkbox input[type="checkbox"]:checked + .form-check-label::after {
	opacity: 1;
}
.custome-checkbox input[type="checkbox"] + .form-check-label::after {
	content: "";
	width: 11px;
	position: absolute;
	top: 50%;
	left: 3px;
	opacity: 0;
	height: 6px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-moz-transform: translateY(-65%) rotate(-45deg);
	-webkit-transform: translateY(-65%) rotate(-45deg);
	transform: translateY(-65%) rotate(-45deg);
}
.custome-checkbox input[type="checkbox"]:checked + .form-check-label::before {
	background-color: rgb(12, 145, 197);
	border-color: rgb(12, 145, 197);
}
.custome-radio .form-check-input, .custome-checkbox .form-check-input {
	display: none;
}
.custome-radio .form-check-label::before {
	content: "";
	border: 1px solid #908f8f;
	height: 16px;
	width: 16px;
	display: inline-block;
	border-radius: 100%;
	vertical-align: middle;
	margin-right: 8px;
}
.custome-radio input[type="radio"] + .form-check-label::after {
	content: "";
	background-color: rgb(12, 145, 197);
	height: 10px;
	width: 10px;
	border-radius: 100%;
	position: absolute;
	top: 8px;
	left: 3px;
	opacity: 0;
}
.custome-radio .form-check-label, .custome-checkbox .form-check-label {
	position: relative;
	cursor: pointer;
}
.custome-radio input[type="radio"]:checked + .form-check-label::before {
	border-color: rgb(12, 145, 197);
}
.custome-radio input[type="radio"]:checked + .form-check-label::after {
	opacity: 1;
}
.custome-checkbox input[disabled] + .form-check-label,
.custome-radio input[disabled] + .form-check-label {
	color: #d0d0d0;
}
.custome-checkbox input[disabled] + .form-check-label::before,
.custome-radio input[disabled] + .form-check-label::before {
	border-color: #e8e8e8;
}
.payment_option .custome-radio .form-check-label {
	color: #292b2c;
	font-weight: 600;
}
.wishlist_table .table td {
	border-bottom: 1px solid #dee2e6;
}
.wishlist_table .badge {
	line-height: normal;
	vertical-align: middle;
	padding: 2px 10px;
}
#load-more {
	transition: none;
}
.grid_item_hide .product,
.grid_item_hide .blog_post {
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.grid_item_hide {
	opacity: 0;
	visibility: hidden;
	height: 0;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	transform: scale(0);
}
.loading {
	background: url('../images/loading.gif') center center no-repeat;
	font-size: 0 !important;
	background-color: #000 !important;
	border: 0;
	height: 51px;
	width: 50px;
	padding: 0;
}
.loading::after, .loading::before {
	content: normal;
}
.load_more_wrap {
	margin-top: 20px;
}
.load_more_wrap span {
	display: inline-block;
	margin: 0;
	line-height: 1;
	font-size: 14px;
}
.order_complete i {
	color: rgb(12, 145, 197);
	font-size: 80px;
	margin-bottom: 20px;
}
.empty_icon {
	background-color: #DFFFED;
	display: inline-block;
	height: 100px;
	width: 100px;
	line-height: 100px;
	border-radius: 100%;
	margin-bottom: 25px;
}
.card-body .comments {
	margin-top: 5px;
}
/*========== Shop Single Section End  ==========*//*# sourceMappingURL=main.css.map */