@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;
  --theme-color: #22313f;
  --theme-one: #515558;
  --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;
  --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,
h7,
h8 {
  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";
}

h5 {
  font-size: 22px;
  margin-top: -3px;
  font-family: "Poppins";
  font-weight: 600;
}

h6 {
  font-size: 13px;
  margin-top: -1px;
  font-family: "Poppins";
  font-weight: 800;
  line-height: 25px;
}

h7 {
  font-size: 12px;
  color: #0879e1;
  margin-top: -1px;
  font-weight: 600;
  line-height: 25px;
}
h8 {
  font-size: 13px;
  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;
}

.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: #b8b8b8;
	border-radius: 6px;
}

.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  ==========*/

/*----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;
  display: none;
  bottom: 20px;
  transition: all 0.4s ease-in-out;
}
#progress svg {
  color: var(--white-color);
}
#progress #valiu {
  display: block;
}
#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 {
  overflow: hidden;
}
.bannner-section .banner-wrapper {
  background: url(../images/banner/banner1.jpg) no-repeat center center;
  background-size: cover;
  padding: 250px 0px;
}
.bannner-section .banner-wrapper .banner-content {
  max-width: 650px;
}
.bannner-section .banner-wrapper .banner-content h3 {
  text-transform: uppercase;
  margin-bottom: 13px;
  line-height: 1.3;
}
.bannner-section .banner-wrapper .banner-content h1 {
  text-transform: uppercase;
  color: var(--theme-one);
}
.bannner-section .banner-wrapper .banner-content p {
  color: var(--black-color);
}
.bannner-section .banner-wrapper .banner-content .banner-button {
  display: flex;
  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;
  display: none;
}

/*------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 {
  display: flex;
  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 {
  display: flex;
  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 {
  display: flex;
  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: #ececec;
  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: var(--pragraph-color-two);
  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 {
    display: block;
  }
  .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;
  }
}
/*========== Shop Single Section End  ==========*//*# sourceMappingURL=main.css.map */