@charset "utf-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
/* @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

/*****************************************************
    01. General CSS Here 
****************************/
:root {
  --blackColor: #000000;
  --blackColor2: #191B1E;
  --primaryColor: #168566;
  --lightGrey10: #F5F5FE;
  --whitegrey3: #deffe9;
  --borderRadius: 4px;
  --borderRadius2: 20px;
  --borderRadius3: 10px;
}  

html,
body {
  font-size: 16px;
  color: #252525;
  box-sizing: border-box;
  font-family: 'Tajawal', sans-serif;
  vertical-align: baseline;
  font-weight: 400;
  overflow-x: hidden;
  line-height: 1.7;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 0 0 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Tajawal', sans-serif;
  color: #020334;
  margin: 0 0 26px;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

a {
  color: #168566;
  transition: all 0.5s ease 0s;
  text-decoration: none !important;
  outline: none !important;
}

a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #168566;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

/* width */
::-webkit-scrollbar {
  width: 4px;
  height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 25px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #168566;
  border-radius: 25px;
  transition: 0.5s;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #748621;
}

/*****************************************************
    02. Common Class CSS Here 
****************************/
.bg-gray {
  background-color: #f0f0f0 !important;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.back-absolute {
  position: absolute;
}

.primary-color {
  color: #168566 !important;
}

.secondary-color {
  color: #11aba0 !important;
}

.white-color {
  color: #ffffff !important;
}

.normal {
  font-weight: 400;
}

.z-index-1 {
  position: relative;
  z-index: 1;
}

.no-padding {
  padding: 0;
}

.sp_top_100 {
  padding-top: 100px;
}

.sp_bottom_100 {
  padding-bottom: 100px;
}

.sp_bottom_90 {
  padding-bottom: 90px;
}

.back__title__section h6 {
  font-size: 16px;
  color: #168566;
  font-weight: 500;
  margin: 0 0 15px;
}

.back__title__section h2 {
  font-size: 40px;
  font-weight: 800;
  color: #020334;
  margin: 0 0 60px;
}

.w-btn {
  cursor: pointer;
  font-size: 15px;
  color: #ffffff;
  background: #168566;
  border: 2px solid #ebebf1;
  text-align: center;
  padding: 0 30px;
  display: inline-block;
  font-weight: 600;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.w-btn:hover {
  background-color: #ffffff;
  color: #020334;
}

.w-btn-2 {
  font-size: 15px;
  padding: 12px 37px;
  border: 2px solid #168566;
}

.w-btn-2:hover {
  border: 2px solid rgba(15, 22, 41, 0.078);
  background-color: #ffffff;
  color: #020334;
}

.w-btn-3 {
  padding: 7px 22px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  color: #ffffff;
  background: #168566;
  border: 1px solid #168566;
  font-weight: 600;
  line-height: unset;
}

.w-btn-3:hover {
  border: 1px solid #168566;
  background-color: #ffffff;
  color: #168566;
}

.w-btn-4 {
  padding: 8px 41px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background: #ffffff;
  color: #020334;
  border: 1px solid rgba(15, 22, 41, 0.078);
}

.w-btn-4:hover {
  border-color: #168566;
  color: #ffffff;
  background: #168566;
}

.w-btn-5 {
  padding: 8px 31px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background: #ffffff;
  color: #020334;
  border: 1px solid rgba(15, 22, 41, 0.078);
}

.w-btn-5:hover {
  border-color: #168566;
  color: #ffffff;
  background: #168566;
}

.w-btn-8 {
  color: #020334;
  background: #ffffff;
  padding: 3px 31px;
}

.w-btn-8:hover {
  border-color: #168566;
  color: #ffffff;
  background: #168566;
}

.w-btn-9 {
  padding: 7px 40px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  color: #ffffff;
  background: #168566;
  border: 2px solid #168566;
}

.w-btn-9:hover {
  border: 2px solid rgba(15, 22, 41, 0.078);
  background-color: #ffffff;
  color: #020334;
}

.w-btn-11 {
  height: 40px;
  line-height: 36px;
  padding: 0 17px;
  background: #168566;
  color: #ffffff;
  border-radius: 6px;
  border: 2px solid #168566;
}

.w-btn-11:hover {
  border: 2px solid #ebebf1;
  background-color: transparent;
  color: #020334;
}

.w-btn-12 {
  height: 40px;
  line-height: 36px;
  padding: 0 17px;
  background: #168566;
  color: #ffffff;
  border-radius: 0px;
  border: 2px solid #168566;
}

.w-btn-12:hover {
  border: 2px solid #4917bf;
  background-color: transparent;
  color: #020334;
}

.w-btn-16 {
  padding: 9px 31px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #168566;
  color: #ffffff !important;
  border: 2px solid #168566;
}

.w-btn-16:hover {
  border: 2px solid #168566;
  color: #020334 !important;
  background-color: transparent;
}

.w-btn-blue {
  padding: 10px 20px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: #ffffff;
  color: #020334;
}

.w-btn-blue-header {
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  background: #ffffff;
  color: #020334;
  border: rgba(15, 22, 41, 0.078);
}

.w-btn-blue:hover {
  background-color: #168566;
}

.w-btn-blue-2 {
  padding: 10px 20px;
  background: #ffffff;
  color: #020334;
  border-color: rgba(15, 22, 41, 0.078);
}

.w-btn-blue-2:hover {
  border-color: rgba(15, 22, 41, 0.078);
  color: #ffffff;
}

.back-btn {
  background: #168566;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 30px;
  display: inline-block;
  padding: 10px 38px;
  border: 2px solid #168566;
  transition: all 0.5s ease 0s;
}

.back-btn:hover {
  background: none;
  color: #168566;
}

.back-btn-border {
  background: #ffffff;
  border: 2px solid rgba(15, 22, 41, 0.078);
  font-size: 15px;
  font-weight: 600;
  border-radius: 14px;
  display: inline-block;
  padding: 10px 38px;
  transition: all 0.5s ease 0s;
  color: #020334;
}

.back-btn-border:hover {
  background: #168566;
  color: #ffffff;
  border-color: #168566;
}

.main-btn {
  padding: 5px 12px;
  border: 1px solid #168566;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
  line-height: 0;
}

.main-btn:hover {
  background-color: #168566;
  color: #fff;
}

.default__small__button {
  padding: 5px 23px;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primaryColor);
  border-radius: var(--borderRadius2);
  background: var(--whitegrey3);
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
}

/*****************************************************
    06. Breadcrumbs Section CSS 
****************************/
.back-breadcrumbs .breadcrumbs-wrap {
  position: relative;
  overflow: hidden;
}

.breadcrumbs-wrap img {
  width: 100%;
  min-height:400px;
  max-height: 500px;
  object-fit: cover;
}
@media(max-width:768px){
    .breadcrumbs-wrap img{
        min-height:250px;
    }
}
.back-breadcrumbs .breadcrumbs-wrap .container {
  position: relative;
}

.back-breadcrumbs .breadcrumbs-wrap .breadcrumbs-inner {
  width: 100%;
  position: absolute;
  top: 57%;
  transform: translateY(-57%);
}

.back-breadcrumbs .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text {
  text-align: center;
}

.back-breadcrumbs .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-title {
  width: 100%;
  font-size: 60px;
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

.back-breadcrumbs .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .back-nav ul li {
  display: inline;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  opacity: .8;
}

.back-breadcrumbs .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .back-nav ul li a {
  color: #fff;
}

.back-breadcrumbs .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .back-nav ul li a:hover {
  opacity: 0.7;
}

.back-breadcrumbs .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .back-nav ul li:after {
  content: "";
  margin: 0 6px 0 12px;
  background: #ffffff;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
}

.back-breadcrumbs .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .back-nav ul li:last-child:after {
  content: unset;
  margin: 0;
}

.back-breadcrumbs.back-breadcrumbs-single .container {
  max-width: 1200px;
}

.back-breadcrumbs.back-breadcrumbs-single .container .single-cate {
  background: #ffffff;
  color: #020334;
  display: inline-block;
  padding: 4px 18px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
}

.back-breadcrumbs.back-breadcrumbs-single .back-breadcrumbs .breadcrumbs-wrap .breadcrumbs-inner {
  top: 61%;
}

.back-breadcrumbs.back-breadcrumbs-single .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text {
  text-align: left;
}

.back-breadcrumbs.back-breadcrumbs-blog-single .container {
  max-width: 1200px;
}

.back-breadcrumbs.back-breadcrumbs-blog-single .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text {
  text-align: left;
}

.back-breadcrumbs.back-breadcrumbs-blog-single .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text span {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 15px;
  display: block;
}

.back-breadcrumbs.back-breadcrumbs-blog-single .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .back-nav ul li {
  font-size: 14px;
  color: #ffffff;
  margin-right: 30px;
  opacity: 1;
}

.back-breadcrumbs.back-breadcrumbs-blog-single .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .back-nav ul li svg {
  width: 17px;
  height: 17px;
  margin-right: 4px;
  position: relative;
  top: -2px;
}

.back-breadcrumbs.back-breadcrumbs-blog-single .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .back-nav ul li:after {
  display: none;
}

/*****************************************************
    03. Header Section CSS Here  
****************************/
.back-wrapper {
  margin-top: -155px;
}

.back-header {
  background: #00000025;
  position: relative;
  z-index: 9999;
}

.back-header .back-inner-menus {
  display: contents;
  position: relative;
}

.back-header .back-menus>li>a {
  font-family: 'Tajawal', sans-serif;
  font-size: 16px;
}

.back-header .back-menus li a {
  color: #fff;
}

.back-header.back-sticky .back-menus li a {
  color: #0a0a0a;
}

.back-header .back-menus li a:hover {
  color: #168566 !important;
}

.back-header .back-main-menu {
  position: relative;
  padding: 0 15px;
}

.back-header .container {
  max-width: 1430px;
}

.back-header .logo {
  padding: 8px 0 8px 0;
}

.back-header.back-header-three .back-btn {
  border-radius: 4px;
  padding: 5px 22px;
  margin-left: 40px;
}

.back-header.back-header-three .back-login {
  font-size: 15px;
  font-weight: 500;
}

.back-header.back-header-three .back-login a {
  color: #020334;
}

.back-header.back-header-three .back-login a:hover {
  color: #168566;
}

.back-header.back-header-three .back-login svg {
  color: #020334;
  margin-right: 3px;
  position: relative;
  top: -3px;
  width: 19px;
}

.back-header.back-header-three.header-profile {
  box-shadow: 0px 10px 20px 0px rgba(0, 15, 56, 0.06);
}

.back-header.back-header-transparent {
  position: absolute;
  width: 100%;
  background: transparent;
}

.back-header.back-header-transparent .back-btn {
  background: #168566;
  border: none;
  border-radius: 0;
  padding: 8px 22px;
}

.back-header.back-header-transparent .back-btn:hover {
  color: #ffffff;
  opacity: .8;
}

.back-header.back-header-transparent .back-menus>li>a {
  color: #ffffff;
}

.back-header.back-header-transparent.back-header .back-menus li a:hover {
  color: #168566 !important;
}

.back-header.back-header-transparent.back-sticky {
  background: #4917be;
}

.back-header.back-inner-header {
  position: absolute;
  width: 100%;
  background: transparent;
}

.back-header.back-inner-header .back-menus>li>a,
.back-header.back-inner-header .back-login svg,
.back-header.back-inner-header .back-btn:hover,
.back-header.back-inner-header .back-login a {
  color: #ffffff;
}

.back-header.back-inner-header .back-login a {
  color: #ffffff;
}

.back-header.back-inner-header .back-login a:hover {
  color: #ffffff;
  opacity: .8;
}

.back-header.back-inner-header .back-btn {
  background: #ffffff;
  border: none;
  padding: 8px 22px;
  color: #020334;
}

.back-header.back-inner-header .back-btn:hover {
  color: #168566;
}

.back-header.back-inner-header.back-header .back-menus li a:hover {
  color: #168566 !important;
}

.back-header.back-inner-header.back-sticky {
  background: #1443a6;
}

.back-header.back-sticky {
  background: #ffffff;
  position: fixed !important;
  width: 100%;
  -webkit-animation: stickyanimations 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: stickyanimations 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  box-shadow: 10px 0 20px rgba(8, 0, 41, 0.08);
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.back-header.back-sticky .toolbar-area {
  display: none;
}

.back-header .menu-title {
  font-size: 18px;
  font-weight: 700;
  color: #020334;
}

.back-header .searchbar-part {
  display: flex;
  align-items: center;
}

.back-header .searchbar-part .back-category-menu {
  border: 2px solid #f3f3f5;
  border-radius: 30px 0 0 30px;
  padding: 6px 18px 8px 25px;
  background: #f3f3f5;
}

.back-header .searchbar-part .back-category-menu li {
  position: relative;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}

.back-header .searchbar-part .back-category-menu li a {
  color: #091524;
}

.back-header .searchbar-part .back-category-menu li a:hover {
  color: #168566;
}

.back-header .searchbar-part .back-category-menu li a i {
  font-size: 22px;
  position: relative;
  top: 4px;
}

.back-header .searchbar-part .back-category-menu li ul {
  position: absolute;
  left: -20px;
  top: 100%;
  width: 172px;
  transform: scaleY(0);
  transition: all 0.4s ease-in-out 0s;
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
  padding: 20px 20px 23px 20px;
  background: #fff;
}

.back-header .searchbar-part .back-category-menu li ul li {
  padding: 3px 0;
}

.back-header .searchbar-part .back-category-menu li:hover ul {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.back-header .searchbar-part .back-category-menu li:hover ul li {
  font-size: 15px;
}

.back-header .searchbar-part .search-form {
  border: 2px solid #f3f3f5;
  border-radius: 0 30px 30px 0;
  padding: 7px 18px 9px 25px;
  border-left: 0;
}

.back-header .searchbar-part .search-form [type="text"] {
  border: none;
  color: #4b5b70;
  font-size: 14px;
  outline: none;
}

.back-header .searchbar-part .search-form button {
  border: none;
  background: none;
  padding: 0;
}

.back-sub-shadow li ul.sub-menu {
  box-shadow: 0px 30px 30px 0px rgba(10, 0, 45, 0.1);
  border-radius: 0 0 15px 15px;
}

@-webkit-keyframes stickyanimations {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes stickyanimations {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.menu-toggle .logo-text img {
    height: 90px;
    width: auto;
    filter: brightness(10000);
}
.back-sticky .menu-toggle .logo-text img {
    filter: unset;
}

/*****************************************************
    04. Banner Section CSS Here   
****************************/
.owl-controls {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 1170px;
}

.owl-controls .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
}

.owl-controls .owl-dots .owl-dot {
  display: inline-block;
  margin-right: 10px;
}

.owl-controls .owl-dots .owl-dot span {
  display: inline-block;
  height: 15px;
  width: 15px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transition: all 0.5s ease 0s;
}

.owl-controls .owl-dots .owl-dot.active span {
  background: #ffffff;
}

.owl-controls .owl-dots .owl-dot:last-child {
  border-right: none;
}

.owl-controls .owl-nav {
  display: none;
}

/*****************************************************
    05. Slider Section CSS Here  
****************************/
.home-slider-part {
  position: relative;
}

.home-slider-part .owl-item .slider-img img {
  height: 768px;
  object-fit: cover;
}

@media(min-width:1024px) and (max-width:1380px) {
  .home-slider-part .owl-item .slider-img img {
    height: 720px;
  }
}

/* .home-slider-part .owl-item.active .slider-img img {
  animation: zoom 20s;
}

@keyframes zoom {
  0% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(1.2, 1.2);
  }
} */

.home-slider-part .slider-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.home-slider-part .slider-content .slider-title {
  font-size: 64px;
  margin-bottom: 15px;
  color: #ffffff;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.9px;
  opacity: 0;
  transition: 1.7s;
}

.home-slider-part .owl-item.active .slider-content .slider-title {
  opacity: 1;
}

.home-slider-part .slider-content .slider-pretitle {
  display: block;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 22px;
  font-weight: 500;
  opacity: 0;
  transition: 1.5s;
}

.home-slider-part .owl-item.active .slider-content .slider-pretitle {
  opacity: 1;
}

.home-slider-part .slider-content .slider-desc {
  font-size: 18px;
  color: #ffffff;
  opacity: 0;
  transition: 1.9s;
}

.home-slider-part .owl-item.active .slider-content .slider-desc {
  opacity: 1;
}

.home-slider-part .slider-content .slider-btn {
  margin-top: 45px;
  opacity: 0;
  transition: 2s;
}

.home-slider-part .owl-item.active .slider-content .slider-btn {
  opacity: 1;
}

.home-slider-part .slider-content .slider-btn .back-btn-border {
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.141);
  color: #ffffff;
}

.home-slider-part .slider-content .slider-btn .back-btn-border:hover {
  background: #ffffff;
  color: #168566;
}

.home-slider-part.home2.owl-carousel .owl-controls {
  position: unset;
  transform: unset;
  width: auto;
}

.home-slider-part.home2.owl-carousel .owl-dots {
  display: none !important;
}

.home-slider-part.home2.owl-carousel .owl-nav {
  position: absolute;
  display: block;
  top: 85%;
  right: unset;
  width: 100%;
  opacity: 1;
  transition: all 0.5s ease 0s;
}

.home-slider-part.home2.owl-carousel .owl-nav [class*="owl-"] {
  position: absolute;
  left: 20px;
  display: inline-block;
  font-size: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  color: #ffffff;
  background: transparent;
  border: 2px solid rgba(245, 245, 245, 0.50);
  border-radius: 20px;
  transition: all 0.5s ease 0s;
}

.home-slider-part.home2.owl-carousel .owl-nav [class*="owl-"]:before {
  content: "\24";
  font-family: ElegantIcons;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 21px;
  font-weight: 700;
}

.home-slider-part.home2.owl-carousel .owl-nav [class*="owl-"].owl-next {
  right: 35px;
  /* right: 70px; */
}

.home-slider-part.home2.owl-carousel .owl-nav [class*="owl-"].owl-prev {
  right: 95px;
  /* right: auto; */
}

.home-slider-part.home2.owl-carousel .owl-nav [class*="owl-"].owl-prev:before {
  content: '\23';
}

.home-slider-part.home2.owl-carousel .owl-nav [class*="owl-"]:hover {
  color: #168566;
  background: #ffffff;
  border-color: #ffffff;
}

.back-slider-part {
  position: relative;
}

.home-slider-part .slider-img::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #00000060;
  z-index: 0;
}

.home-slider-part .single-slide .container {
  z-index: 99;
}

.back-slider-part .slider__btm__part {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.back-slider-part .hero2__change-1 {
  border-radius: 50%;
  background-color: transparent;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 13.3%;
  top: 33%;
  border: 2px solid rgba(255, 255, 255, 0.141);
}

.back-slider-part .hero2__change-1-item {
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  position: absolute;
  top: 15px;
  left: 14px;
}

.back-slider-part .hero2__change-1:hover {
  background-color: #ffffff;
}

.back-slider-part .hero2__change-1:hover i {
  color: #000000;
}

.back-slider-part .hero2__change-2 {
  border-radius: 50%;
  background-color: transparent;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 13.3%;
  top: 40%;
  border: 2px solid rgba(255, 255, 255, 0.141);
}

.back-slider-part .hero2__change-2-item {
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  position: absolute;
  top: 15px;
  left: 14px;
}

.back-slider-part .hero2__change-2:hover {
  background-color: #ffffff;
}

.back-slider-part .hero2__change-2:hover i {
  color: #000000;
}

.back-slider-part .hero2__nav-content-1 {
  background-color: rgba(228, 49, 112, 0.8);
}

.back-slider-part .hero2__nav-content-2 {
  background-color: rgba(71, 50, 133, 0.8);
}

.back-slider-part .hero2__nav-content-3 {
  background-color: rgba(205, 165, 97, 0.8);
}

.back-slider-part .hero2__nav-content-4 {
  background-color: rgba(42, 109, 245, 0.8);
}

.back-slider-part .hero2__nav-content {
  padding: 42px 0 26px 40px;
}

.back-slider-part .hero2__nav-content h4 {
  font-size: 26px;
  font-weight: 800;
  margin: 0 0 16px;
  color: #ffffff;
}

.back-slider-part .hero2__nav-content p {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
}

.back-slider-part .hero2__nav-content i {
  color: #ffffff;
  font-size: 20px;
}

.back-logo-area.brand__area {
  padding: 0 0 120px;
}

.back-logo-area.brand__area .brand__width {
  background: #f6f6fb;
  max-width: 1170px;
  margin: 0 auto;
  padding: 45px 0 70px;
  border-radius: 12px;
}

.back-logo-area .brand__title {
  padding: 5px;
  display: inline-block;
  font-size: 24px;
  font-weight: 800;
  line-height: 50px;
  color: #020334;
}

.back-logo-area .brand__slider .brand__item {
  padding: 15px 30px;
  border-radius: 40px;
  border: 1px solid #d0d0d0;
}

.back-logo-area .brand__slider .brand__item img {
  width: 150px;
  height: 150px;
  mix-blend-mode: multiply;
  margin: auto;
}

/*****************************************************
    08. About Section CSS Here 
****************************/
.about2__area h6 {
  font-size: 26px;
  font-weight: 600;
  color: #168566;
}

.about2__area .about__image {
  position: relative;
}

.about2__area .back__shape__1 {
  position: absolute;
  left: 0;
  top: 60px;
  -webkit-animation: slide-top 5000ms linear infinite alternate;
  animation: slide-top 5000ms linear infinite alternate;
  z-index: -1;
}

.about2__area .back__shape__2 {
  position: absolute;
  right: -31px;
  bottom: 50px;
  -webkit-animation: slide-top 5000ms linear infinite alternate-reverse;
  animation: slide-top 5000ms linear infinite alternate-reverse;
  z-index: -1;
}

.about2__area ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.about2__area ul li {
  float: left;
  width: 36%;
  font-size: 16px;
  color: #3e3e51;
  font-weight: 700;
  padding-bottom: 25px;
}

.about2__area ul li i {
  margin-right: 10px;
  position: relative;
  background: linear-gradient(120deg, #84bcfa 0%, #168566 23%);
  padding: 8px;
  color: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 6px 10px 0px rgba(16, 73, 189, 0.3);
  display: inline-block;
  margin-left: 5px;
}

.about__area-width {
  max-width: 1170px;
}

.about__area .about-shadow {
  border-radius: 10px;
  box-shadow: 0px 40px 70px 0px rgba(0, 15, 56, 0.1);
  align-items: center;
}

.about__area .about__image {
  margin-left: -12px;
}

.about__area .about__image img {
  border-radius: 35px 0 35px 0px;
}

.about__area .about__content {
  padding: 40px 0 40px 0px;
}

.about__area .about__content .about__title {
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
  padding-bottom: 4px;
  color: #020334;
}

.about__area .about__content .about__paragraph {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 1px;
  color: #4b4c57;
}

.about__area .about__content .about__signature {
  padding-bottom: 30px;
}

.count__content{
  text-align:center
}
.course-hub-count .count__content--title-1,
.course-hub-count .count__content--plus,
.course-hub-count .count__content--paragraph,
.course-hub-count .count__content--title-2 {
  color: #fff;
}

@media (min-width: 992px) and (max-width: 1365px) {
  .aboutarea__5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .aboutarea__5 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .aboutarea__5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.aboutarea__5__img {
  background-image: url(../img/about/about_8.png);
  position: relative;
}

.aboutarea__5__img img {
  width: 100%;
  border-radius: 10px;
}

.aboutarea__content__wraper__5 {
  margin-left: 65px;
}

@media (min-width: 992px) and (max-width: 1365px) {
  .aboutarea__content__wraper__5 {
    margin-left: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .aboutarea__content__wraper__5 {
    margin-left: 0px;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .aboutarea__content__wraper__5 {
    margin-left: 0px;
    margin-top: 30px;
  }
}

.aboutarea__content__wraper__5 .section__title {
  margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .aboutarea__content__wraper__5 .section__title {
    margin-bottom: 10px;
  }
}

.aboutarea__content__wraper__5 .aboutarea__5__small__icon__wraper {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  margin-top: 25px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .aboutarea__content__wraper__5 .aboutarea__5__small__icon__wraper {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

.aboutarea__content__wraper__5 .aboutarea__5__small__icon__wraper .aboutarea__5__small__icon {
  margin-right: 17px;
}

.aboutarea__content__wraper__5 .aboutarea__5__small__icon__wraper .aboutarea__small__heading {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--blackColor2);
}

.aboutarea__content__wraper__5 .aboutarea__5__small__icon__wraper .aboutarea__small__heading span {
  font-weight: 700;
}

.aboutarea__content__wraper__5 .aboutarea__bottom__button__5 {
  margin-top: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .aboutarea__content__wraper__5 .aboutarea__bottom__button__5 {
    margin-top: 10px;
  }
}

/*****************************************************
    12. Countdown Section CSS Here 
****************************/
.back-countdown {
  background: url(assets/imgs/countdwon/bg.jpg) no-repeat center top;
  background-size: cover;
}

.back-countdown .event__video-btn--play-btn {
  position: relative;
}

.back-countdown .container {
  max-width: 1200px;
}

.back-countdown .row {
  align-items: center;
}

.back-countdown .back__title__section h6,
.back-countdown .back__title__section h2 {
  color: #ffffff;
}

.back-countdown .back__title__section h2 {
  margin-bottom: 45px;
}

.back-countdown #countdown ul {
  display: flex;
}

.back-countdown #countdown ul li {
  padding: 12px 24px 12px;
  color: #020334;
  background-color: #ffffff;
  margin-right: 12px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 6px;
  text-transform: uppercase;
  text-align: center;
}

.back-countdown #countdown ul li span {
  display: block;
  font-size: 24px;
  font-weight: 800;
  color: #505059;
}

.back-countdown .back-btn-border {
  border-radius: 4px;
  border: 2px solid rgba(255, 255, 255, 0.078);
  margin-top: 50px;
  background: none;
  color: #ffffff;
}

.back-countdown .back-btn-border:hover {
  background: #ffffff;
  color: #168566;
}

.back-countdown-online {
  background: url(../imgs/bg2.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

.overlay {
  background-color: #00000075;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.count__width {
  position: relative;
  z-index: 1;
}

.back-countdown-restaurant {
  background: url(assets/images/restaurant/bg1.jpg) no-repeat center top;
  background-size: cover;
}

.restaurant-page .slider-content.text-center {
  left: 0;
  right: 0;
}

.restaurant-page .home-slider-part .slider-content {
  top: 50%;
}

.back-restaurant-gallery .back-columns-4 {
  display: flex;
  flex-wrap: wrap;
}

.back-restaurant-gallery .back-columns-4 .back-gallery-inner {
  position: relative;
  flex: 0 0 20%;
}

.back-restaurant-gallery .back-columns-4 .back-gallery-inner svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.back-restaurant-gallery .back-columns-4 .back-gallery-inner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  transform: scale(0);
  transition: all .5s ease;
}

.back-restaurant-gallery .back-columns-4 .back-gallery-inner:hover:before {
  transform: scale(1);
}

.back-restaurant-gallery .back-columns-4 .back-gallery-inner:hover svg {
  opacity: 1;
}

/*****************************************************
    16. Instructor Section CSS Here  
****************************/
.instructor__area {
  background-color: #eef1f6;
}

.instructor__area .instructor__content h4 {
  margin: 0 0 5px;
}

.instructor__area .instructor__content p {
  margin: 0;
}

.instructor__area.instructor__area__instructor_page {
  background: #ffffff;
}

.instructor__area.instructor__area__instructor_page .instructor__content {
  background-color: #f5f7fa;
  margin-bottom: 22px;
  border-radius: 10px;
}

.instructor__area .instructor__pre-title {
  font-size: 16px;
  font-weight: 600;
  color: #168566;
}

.instructor__area .instructor__title {
  margin-top: 7px;
  font-size: 40px;
  font-weight: 800;
  color: #020334;
}

.instructor__area .instructor__content {
  display: flex;
  flex-direction: column;
  padding-top: 34px;
  padding-bottom: 34px;
  border-bottom: 6px solid transparent;
}

.instructor__area .instructor__content-1 img {
  background-size: cover;
  border: 5px solid #ffffff;
  border-radius: 50%;
  width: 170px;
  height: 170px;
}

.instructor__area .instructor__content-2 {
  margin-top: 15px;
}

.instructor__area .instructor__content-2 h4 a {
  font-size: 20px;
  font-weight: 800;
  color: #020334;
}

.instructor__area .instructor__content-2 h4 a:hover {
  color: #168566;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.instructor__area .instructor__content-2 p {
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
  color: #4c5057;
}

.instructor__area .instructor__content-3 {
  margin-top: 5px;
}

.instructor__area .instructor__content-3 ul li {
  display: inline-block;
  margin: 0 7px;
}

.instructor__area .instructor__content-3 ul li:not(:last-child) {
  margin-right: 7px;
}

.instructor__area .instructor__content-3 ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #58606c;
  display: inline-block;
  text-align: center;
}

.instructor__area .instructor__content-3 ul li a:hover {
  color: #168566;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.instructor__area .instructor__content:hover {
  border-radius: 10px;
  background-color: white;
  border-bottom: 6px solid #168566;
  box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.06);
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.count__area {
  margin-top: -66px;
}

.count__content--title-1 {
  display: inline-block;
  font-size: 40px;
  font-weight: 800;
  line-height: 28px;
  color: #020334;
  margin-bottom: 5px;
}

.count__content--title-2 {
  display: inline-block;
  font-size: 40px;
  font-weight: 800;
  line-height: 28px;
  color: #020334;
  margin-bottom: 5px;
}

.count__content--plus {
  font-size: 34px;
  font-weight: 400;
  line-height: 28px;
  color: #168566;
}

.count__content--paragraph {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #4b4c57;
}

/*****************************************************
    22. Blog Section CSS Here  
****************************/
.back-blog__area .blog__subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #168566;
}

.back-blog__area .blog__width {
  max-width: 1200px;
}

.back-blog__area .blog__title {
  font-size: 40px;
  font-weight: 800;
  color: #020334;
}

.back-blog__area .blog__card {
  border-radius: 10px;
  box-shadow: 0px 30px 60px 0px rgba(0, 15, 56, 0.1);
  margin: 0 3px;
}

.back-blog__area .blog__thumb {
  position: relative;
  overflow: hidden;
}

.back-blog__area .blog__thumb {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.back-blog__area .blog__thumb--image img {
  border-radius: 10px 10px 0 0;
  transition: all 0.5s ease 0s;
  height: 250px;
}

.back-blog__area .blog__thumb--image img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.back-blog__area .blog__thumb--pre-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  padding: 0 12px 0 12px;
  color: #0f1629;
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid #ebebf1;
  position: absolute;
  z-index: 1;
  right: 6%;
  top: 8%;
}

.back-blog__area .blog__thumb--pre-title:hover {
  border: 1px solid #168566;
  background-color: #168566;
  color: #ffffff;
}

.back-blog__area .blog__card--content {
  padding: 28px 36px 16px 37px;
}

.back-blog__area .blog__card--date {
  font-size: 15px;
  font-weight: 500;
  color: #4b4c57;
}

.back-blog__area .blog__card--title {
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
  padding: 5px 0 0 0;
}

.back-blog__area .blog__card--title a {
  color: #020334;
}

.back-blog__area .blog__card--title:hover a {
  color: #168566;
}

.back-blog__area .blog__card--link {
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
  color: #020334;
}

.back-blog__area .blog__card--link:hover {
  color: #168566;
}

.back-blog__area .blog__card--link-icon {
  vertical-align: middle;
  padding-left: 5px;
}

.back-blog__area .blog__card--icon {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.back-blog__area .blog__card--icon::before {
  position: absolute;
  display: inline-block;
  content: "";
  left: -36px;
  bottom: 42px;
  border-top: 1px solid rgba(15, 22, 41, 0.078);
  width: 370px;
}

.back-blog__area .blog__card--icon-1 svg {
  height: 17px;
  line-height: 10px;
  vertical-align: sub;
}

.back-blog__area .blog__card--icon-1 span {
  font-size: 16px;
  font-weight: 500;
  color: #737383;
  padding-left: 2px;
}

.back-blog__area .blog__card--icon-2 {
  display: flex;
}

.back-blog__area .blog__card--icon-2-first {
  margin-right: 17px;
}

.back-blog__area .blog__card--icon-2-first svg {
  height: 17px;
}

.back-blog__area .blog__card--icon-2-first span {
  vertical-align: middle;
}

.back-blog__area .blog__card--icon-2-second svg {
  height: 17px;
}

.back-blog__area .blog__card--icon-2-second span {
  vertical-align: middle;
}

.blog2__area .blog2__pre-title {
  font-family: "Dancing Script", "cursive";
  font-size: 24px;
  font-weight: 700;
  color: #168566;
}

.blog2__area .blog2__title {
  margin-top: 8px;
  font-size: 24px;
  font-weight: 800;
  color: #020334;
}

.blog2__area .blog2__wrapper {
  display: flex;
  border: 1px solid #eaecf2;
}

.blog2__area .blog2__wrapper-1 img {
  width: 170px;
  height: 180px;
}

.blog2__area .blog2__wrapper-2 {
  padding: 30px 50px 24px 28px;
}

.blog2__area .blog2__wrapper-2 span {
  font-size: 14px;
  font-weight: 500;
  color: #168566;
}

.blog2__area .blog2__wrapper-2 h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 800;
  margin: 4px 0 15px;
}

.blog2__area .blog2__wrapper-2 h3 a {
  color: #020334;
}

.blog2__area .blog2__wrapper-2 h3 a:hover {
  color: #168566;
}

.blog2__area .blog2__wrapper-2 p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #4b4b57;
  margin: 0;
}

.blog2__area .blog2__wrapper:hover {
  border: 1px solid #ffffff;
}

.blog2__area .blog2__btn a {
  cursor: pointer;
  font-size: 15px;
  background-color: transparent;
  color: #020334;
  border: 2px solid #eaecf2;
  text-align: center;
  padding: 10px 34px;
  display: inline-block;
  font-weight: 600;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.blog2__area .blog2__btn a:hover {
  border: 2px solid #168566;
  background-color: #168566;
  color: #ffffff;
}

/*****************************************************
    23. Services Section CSS Here  
****************************/
.services4__area {
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
}

.service-deyails {
  text-align: center;
}

.bg-pattern {
  width: 100%;
  height: 100px;
  position: absolute;
  top: -30px;
  background-image: url('../imgs/5.png');
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
}

.bg-pattern-bottom {
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: -30px;
  background-image: url('../imgs/5.png');
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
}

.services4__area .container.services4__width {
  max-width: 1200px;
}

.services4__title-wrapper {
  margin-bottom: 45px;
}

.services4__subtitle {
  font-family: "Dancing Script", "cursive";
  font-size: 24px;
  font-weight: 700;
  color: #168566;
  margin-bottom: 0px;
}

.services4__title-1 {
  font-size: 40px;
  font-weight: 800;
  color: #020334;
  padding-bottom: 8px;
}

.services4__item {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  border: 2px solid #f1f3f8;
  transition: all 0.5s ease 0s;
}

.services4__item:before {
  position: absolute;
  content: "";
  left: 0px;
  right: 0;
  top: -3px;
  border-radius: 10px 10px 0 0;
  height: 8px;
  width: 100%;
  z-index: 1;
  border-top: 3px solid #168566;
  transition: all 0.5s ease 0s;
  opacity: 0;
}

.services4__item.active,
.services4__item:hover {
  box-shadow: 0px -2px 0px 0px rgba(253, 70, 128, 0.004), 0px 0px 60px 0px rgba(0, 16, 35, 0.1);
  border: 2px solid #ffffff;
  margin-top: -10px;
}

.services4__item.active:before,
.services4__item:hover:before {
  opacity: 1;
}

.services4__icon {
  margin: 44px auto 65px;
  width: 130px;
  height: 130px;
  background-color: #f5fcfc;
  border-radius: 50%;
  position: relative;
}

.services4__icon img {
  height: 64px;
  width: 55px;
  position: absolute;
  top: 25%;
  left: 29%;
}

.services4__content {
  margin-bottom: 42px;
}

.services4__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 7px;
}

.services4__title a {
  color: #020334;
}

.services4__title a:hover {
  color: #168566;
}

.services4__paragraph {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #4b4b57;
  height:60px;
  /* display: none; */
}

.services4__inner {
  position: relative;
  z-index: 1;
}

.services4__shape img {
  position: absolute;
}

.services4__shape-1 {
  top: 22%;
  right: 8%;
  -webkit-animation: hero-leaf 3s linear infinite alternate;
  -moz-animation: hero-leaf 3s linear infinite alternate;
  -o-animation: hero-leaf 3s linear infinite alternate;
  animation: hero-leaf 3s linear infinite alternate;
}

.services4__shape-2 {
  top: 22%;
  left: 3%;
  -webkit-animation: hero-leaf 3s linear infinite alternate;
  -moz-animation: hero-leaf 3s linear infinite alternate;
  -o-animation: hero-leaf 3s linear infinite alternate;
  animation: hero-leaf 3s linear infinite alternate;
}

/* new services card  */
.services-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 25px 0;
  /*gap: 25px;*/
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 20px;
  /* padding: 20px; */
  position: relative;
  transition: 0.5s;
}

.services-card .service-image {
  width: 100%;
}

.services-card .service-image img {
  border-radius: 20px 20px 0 0;
  height: 300px;
  object-fit: cover;
  width: 100%;
  overflow: hidden;
}

.services-card.active,
.services-card:hover {
  box-shadow: 0px 0px 0px 0px rgba(253, 70, 128, 0.004), 0px 0px 30px 0px rgba(0, 16, 35, 0.1);
  border-color: #168566;
  transform: scale(1.025);
}

.services-card .service-deyails {
  padding: 20px;
}

.back-address .single-address {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  padding: 5px;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  margin-bottom: 10px;
}

.back-address .single-address strong {
  padding: 0 5px;
  transform: rotateY(180deg);
  margin-top: 15px !important;
  margin-bottom: 0 !important;
}

.back-address .single-address strong i {
  font-size: 32px;
}

.back-address-area {
  position: relative;
}

.back-address-area .container {
  max-width: 1100px;
}

.back-address-area .back___shape {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -40px;
}

.back-address-area .inner-locate {
  background: #ffffff;
  box-shadow: 0px 30px 60px 0px rgba(10, 0, 58, 0.1);
  padding: 50px 40px 50px;
  text-align: center;
  position: relative;
  z-index: 1;
  border-radius: 6px;
}

.back-address-area .inner-locate img {
  height: 100px;
}

.back-address-area .inner-locate em {
  font-size: 13px;
  font-weight: 700;
  background: #f8452d;
  border-radius: 30px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -15px;
  color: #ffffff;
  font-style: normal;
  max-width: 110px;
  padding: 3px 3px;
}

.back-address-area .inner-locate h4 {
  font-size: 20px;
  color: #020334;
  font-weight: 800;
  margin: 28px 0 14px;
}

.back-address-area .inner-locate p {
  font-size: 16px;
  color: #4b4c57;
  margin: 0;
  line-height: 1.4;
  font-weight: 500;
}

/*****************************************************
    35. Error Page CSS Here 
****************************/
.back-error-page {
  background: url(assets/images/error/bg.jpg) no-repeat center top;
  background-size: cover;
}

.back-error-page h1 {
  font-size: 70px;
  font-weight: 800;
  margin: 0;
}

.back-error-page p {
  font-size: 20px;
  color: #4b4b57;
  margin: 16px 0 60px;
}

.back-error-page .back-btn {
  border-radius: 6px;
}

/*****************************************************
    36. Footer CSS Here 
****************************/
.back-footer {
  position: relative;
  background-color: #f6fafa;
  color: #4b4c57;
}

.back-footer .footer-top {
  padding: 100px 0 45px;
}

.back-footer .footer-top .footer-menu li {
  margin-bottom: 9px;
  display: block;
}

.back-footer .footer-top .footer-menu li a {
  color: #4b4c57;
  position: relative;
  display: inline-block;
  transition: all 0.5s ease 0s;
  font-size: 16px;
  font-weight: 500;
}

.back-footer .footer-top .footer-menu li a:after {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: 0px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 1px;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #168566;
}

.back-footer .footer-top .footer-menu li a:hover {
  color: #168566;
  margin-left: 5px;
}

.back-footer .footer-top .footer-menu li a:hover:after {
  width: 100%;
}

.back-footer .footer-top .footer-menu li:last-child {
  margin-bottom: 0;
}

.back-footer .footer-top .footer-desc p {
  margin-bottom: 0;
}

.back-footer .footer-top .back-instagram {
  margin: 0 0 0 -5px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.back-footer .footer-top .back-instagram li {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0px 5px 9px;
}

.back-footer .footer-top .back-instagram li a img {
  border-radius: 6px;
  transition: all 0.5s ease 0s;
}

.back-footer .footer-top .back-instagram li a:hover img {
  opacity: .8;
}

.back-footer .footer-top .footer-widget.footer-widget-2 {
  padding-left: 70px;
}

.back-footer .footer-top .footer-widget .footer-subtitle {
  color: #4b4c57;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 25px;
  line-height: 1.5;
}

.back-footer .footer-top .footer-widget .back-follow-us {
  color: #020334;
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 20px;
}

.back-footer .footer-top .footer-widget .footer-title {
  margin-bottom: 30px;
  position: relative;
  color: #020334;
  font-size: 20px;
  font-weight: 800;
}

.back-footer .footer-top .footer-widget .footer-address {
  margin-bottom: 30px;
}

.back-footer .footer-top .footer-widget .footer-address li {
  width: 100%;
  font-size: 15px;
  margin-bottom: 24px;
  display: inline-flex;
  color: #abb0ba;
  font-weight: 500;
}

.back-footer .footer-top .footer-widget .footer-address li a {
  color: #abb0ba;
  margin-left: 10px;
  line-height: 1.1;
}

.back-footer .footer-top .footer-widget .footer-address li a:hover {
  color: #ffffff;
}

.back-footer .footer-top .footer-widget .footer-address li svg {
  position: relative;
  top: -2px;
}

.back-footer .footer-top .footer-widget .footer-address li:last-child {
  margin-bottom: 0;
}

.back-footer .footer-top .footer-widget .footer-address li.back-address svg {
  margin-right: 10px;
  width: 22px;
  position: relative;
  top: 1px;
}

.back-footer .copyright {
  text-align: center;
  border-top: 1px solid rgba(15, 22, 41, 0.102);
  padding: 24px 0 24px;
}

.back-footer .copyright .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.back-footer .copyright .back-copy-left {
  font-size: 16px;
  margin-bottom: 0;
  color: #74747d;
}

.back-footer .copyright .back-copy-left a {
  color: #168566;
  transition: all .7s ease;
}

.back-footer .copyright .back-copy-left a:hover {
  color: #74747d;
}

.back-footer .copyright .back-copy-right ul {
  margin: 0;
  padding: 0;
  display: flex;
}

.back-footer .copyright .back-copy-right ul li {
  padding-left: 30px;
}

.back-footer .copyright .back-copy-right ul li a {
  color: #4b4c57;
  font-size: 15px;
  font-weight: 500;
}

.back-footer .copyright .back-copy-right ul li a:hover {
  color: #168566;
}

.back-footer.back-footer-dark {
  background: #000;
}

.back-footer.back-footer-dark .copyright {
  border-top: 1px solid #111;
}

.back-footer.back-footer-dark .footer-top .footer-widget .footer-title,
.back-footer.back-footer-dark .copyright .back-copy-left a,
.back-footer.back-footer-dark .footer-top .footer-widget .back-follow-us {
  color: #ffffff;
}

.back-footer.back-footer-dark .social-links li a {
  border: 1.5px solid rgba(255, 255, 255, .5);
  color: #ffffff;
  line-height: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-footer.back-footer-dark .social-links li a.social_linkedin {
  position: relative;
  top: -2px;
}

.back-footer.back-footer-dark .footer-top .footer-widget .footer-subtitle,
.back-footer.back-footer-dark .copyright .back-copy-left,
.back-footer.back-footer-dark .footer-top .footer-menu li a {
  color: #abb0ba;
}

.back-footer.back-footer-dark .footer-top .footer-menu li a:hover {
  color: #ffffff;
}

.back-footer.back-footer-dark .copyright .container {
  display: block;
}

.back-footer.back-footer-dark .footer-top .footer-menu li a::after {
  background: #ffffff;
}

.back-footer.back-footer-dark.back-footer-dark2 .social-links li a {
  border-radius: 6px;
}

.back-footer.back-footer-dark.back-footer-dark2 .footer3__form {
  position: relative;
  margin: 40px 0 30px;
}

.back-footer.back-footer-dark.back-footer-dark2 .footer3__form input {
  padding: 17px 80px 19px 30px;
  border: none;
  outline: none;
  background: #ffffff;
  border-radius: 6px;
  width: 100%;
}

.back-footer.back-footer-dark.back-footer-dark2 .footer3__form input::placeholder {
  font-size: 15px;
  font-weight: 400;
  color: #4b4b57;
}

.back-footer.back-footer-dark.back-footer-dark2 .footer3__form input:focus {
  -webkit-box-shadow: 0px 20px 30px 0px rgba(8, 0, 42, 0.14);
  -moz-box-shadow: 0px 20px 30px 0px rgba(8, 0, 42, 0.14);
  box-shadow: 0px 20px 30px 0px rgba(8, 0, 42, 0.14);
  z-index: 1;
}

.back-footer.back-footer-dark.back-footer-dark2 .footer3__form-1 {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  background-color: #168566;
  color: #ffffff;
  top: 7px;
  right: 5px;
  border: none;
}

.back-footer.back-footer-dark.back-footer-dark2 .footer3__form-1 i {
  position: absolute;
  font-size: 22px;
  top: 15px;
  left: 12px;
}

.back-footer.back-footer-dark.back-footer-dark2.back-footer-dark3 .footer3__form-1 {
  background: #168566;
}

.social-links li {
  display: inline-block;
  margin-right: 6px;
}

.social-links li a {
  border: 2px solid rgba(15, 22, 41, 0.102);
  color: #020334;
  background: transparent;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 40px;
  text-align: center;
  transition: all 0.7s ease 0s;
  font-size: 14px;
  border-radius: 50%;
}

.social-links li a:hover {
  color: #ffffff;
  background: #168566;
  border-color: #168566;
}

.social-links li:last-child {
  margin-right: 0;
}

/*****************************************************
    37. Preloader CSS Here 
****************************/
#back__preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -webkit- flex;
  display: -ms- flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  background: #ffffff;
  position: fixed;
  z-index: 999999;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.back__loader_logo {
  position: absolute;
}

.back__loader_logo img {
  width: 120px;
}

#back__circle_loader {
  width: 170px;
  height: 170px;
  border-style: solid;
  border-width: 5px;
  border-top-color: #168566;
  border-right-color: #168566;
  border-bottom-color: #d5eaff;
  border-left-color: #d5eaff;
  border-radius: 50%;
  -webkit-animation: spinLoader 2s linear infinite;
  animation: spinLoader 2s linear infinite;
}

.back__shape__1 {
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-animation: slide-top 5000ms linear infinite alternate;
  animation: slide-top 5000ms linear infinite alternate;
}

.back__shape__2 {
  position: absolute;
  right: 0px;
  top: 20%;
  -webkit-animation: slide-top 5000ms linear infinite alternate-reverse;
  animation: slide-top 5000ms linear infinite alternate-reverse;
}

@-webkit-keyframes spinLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*****************************************************
    38. ScrollUp CSS Here 
****************************/
#backscrollUp {
  position: fixed;
  bottom: 40px;
  left: 15px;
  transition: all .5s ease;
  z-index: 99999;
  cursor: pointer;
  display: none;
  background: #168566;
}

#backscrollUp span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  display: none;
  transition: all .5s ease;
}

#backscrollUp span:before {
  transition: all .5s ease;
  display: block;
  margin: 0;
  font-size: 22px;
}

#backscrollUp span:hover {
  opacity: .9;
}

#backscrollUp.back__up___scroll span {
  display: block;
}

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}

@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*****************************************************
    19. Course Section CSS Here  
****************************/
.back__course__area {
  background: #eef1f5;
  position: relative;
}

.back__course__area .back__shape__1 {
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-animation: slide-top 5000ms linear infinite alternate;
  animation: slide-top 5000ms linear infinite alternate;
}

.back__course__area .container.step__width {
  max-width: 1195px;
}

.back__course__area .back__shape__2 {
  position: absolute;
  right: 0px;
  top: 20%;
  -webkit-animation: slide-top 5000ms linear infinite alternate-reverse;
  animation: slide-top 5000ms linear infinite alternate-reverse;
}

.back__course__area .container {
  max-width: 1200px;
}

.back__course__area .course__item {
  box-shadow: 0px 20px 60px 0px rgba(0, 15, 56, 0.1);
  border-radius: 15px;
  overflow: hidden;
  margin-left: 5px;
  margin-right: 5px;
}

.back__course__area .course__item .course__inner {
  padding: 25px 25px 25px;
}

.back__course__area .course__item .back-category {
  font-size: 14px;
  line-height: 28px;
  color: #bb1bfe;
  background-color: rgba(187, 27, 254, 0.06);
  border-radius: 12px;
  padding: 3px 14px 4px;
}

.back__course__area .course__item .back-category.cate-2 {
  background-color: rgba(255, 139, 86, 0.06);
  color: #ff8b56;
}

.back__course__area .course__item .back-category.cate-3 {
  background-color: rgba(241, 30, 120, 0.06);
  color: #f11e78;
}

.back__course__area .course__item .back-category.cate-4 {
  background-color: rgba(42, 109, 245, 0.06);
  color: #168566;
}

.back__course__area .course__item .back-category.cate-5 {
  background-color: rgba(28, 167, 12, 0.06);
  color: #1ca70c;
}

.back__course__area .course__item .back-category.cate-6 {
  background-color: rgba(8, 157, 179, 0.06);
  color: #089db3;
}

.back__course__area .course__item .back-course-title {
  font-size: 20px;
  line-height: 1.5;
  margin: 14px 0 30px;
  font-weight: 800;
}

.back__course__area .course__item .back-course-title a {
  color: #020334;
}

.back__course__area .course__item .back-course-title a:hover {
  color: #168566;
}

.back__course__area .course__item .course__thumb img {
  border-radius: 10px 10px 0 0;
}

.back__course__area .course__item .course__card-icon {
  justify-content: space-between;
}

.back__course__area .course__item .course__card-icon .course__card-icon--1 svg {
  border-radius: 50%;
  background-color: rgba(42, 109, 245, 0.06);
  padding: 7px;
  width: 32px;
  height: 32px;
  color: #168566;
}

.back__course__area .course__item .course__card-icon .course__card-icon--1 span {
  font-weight: 500;
  font-size: 15px;
  color: #4b4c57;
  padding-left: 7px;
}

.back__course__area .course__item .course__card-icon .course__card-icon--2 svg {
  border-radius: 50%;
  background-color: rgba(255, 148, 21, 0.06);
  padding: 7px;
  width: 32px;
  height: 32px;
  color: #ff9415;
}

.back__course__area .course__item .course__card-icon .course__card-icon--2 span {
  font-weight: 500;
  font-size: 15px;
  color: #4b4c57;
  padding-left: 7px;
}

.back__course__area .course__item .course__card-icon .back__user {
  font-size: 18px;
  color: #0f1629;
  font-weight: 800;
}

.back__course__area .course__item .course__card-icon .back__user img {
  width: 34px;
  border-radius: 50%;
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.back__course__area.back__course__page_grid {
  background: #ffffff;
}

.back__course__area.back__course__page_grid .shorting__course {
  background: #eef1f5;
  margin-left: 5px;
  margin-right: 5px;
  padding: 15px 20px;
  border-radius: 2px;
}

.back__course__area.back__course__page_grid .shorting__course .all__icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.back__course__area.back__course__page_grid .shorting__course .all__icons svg {
  cursor: pointer;
}

.back__course__area.back__course__page_grid .shorting__course .all__icons svg.feather-grid {
  background: #168566;
  color: #fff;
  border-radius: 4px;
  padding: 6px;
  height: 32px;
  width: 32px;
  margin-right: 22px;
}

.back__course__area.back__course__page_grid .shorting__course .all__icons svg.feather-list {
  color: #5c5c68;
  width: 28px;
  height: 28px;
}

.back__course__area.back__course__page_grid .shorting__course .all__icons .result-count {
  padding-left: 40px;
  color: #5c5c68;
  font-size: 15px;
  font-weight: 600;
}

.back__course__area.back__course__page_grid .shorting__course .from-control {
  background: #ffffff;
  border: none;
  padding: 10px 15px;
  border-radius: 6px;
  color: #5c5c68;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  border-right: 15px solid #fff;
}

/* .back__course__area.back__course__page_grid .course__item .course__thumb img,
.back__course__area.back__course__page_grid .course__item {
  border-radius: 2px;
} */

/*****************************************************
    28. Sidebar Section CSS Here  
****************************/
.back-sidebar .widget {
  margin-bottom: 50px;
  background: #f5f7fa;
  padding: 45px 45px 50px 45px;
  border-radius: 2px;
}

.back-sidebar .widget.widget-tags {
  padding-bottom: 40px;
}

.back-sidebar .widget.back-search {
  padding: 0;
  border: none;
  margin-bottom: 52px;
}

.back-sidebar .widget.back-blog-search form input {
  border-radius: 6px;
  padding: 15px 28px;
  padding-right: 80px;
  background: #ffffff;
}

.back-sidebar .widget.back-blog-search form button {
  padding: 7px 28px;
}

.back-sidebar .widget.back-category {
  padding: 45px 45px 39px 45px;
  margin: 0 0 5px;
}

.back-sidebar .widget.back-post {
  margin: 50px 0 0;
}

.back-sidebar .widget.related__courses {
  background: #ffffff;
  box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
  margin-top: 22px;
}

.back-sidebar .widget.widget-tags {
  margin-top: 50px;
}

.back-sidebar .widget.widget-tags .tags {
  padding: 0;
  margin: 0;
}

.back-sidebar .widget.widget-tags .tags li {
  display: inline-block;
  margin: 0 5px 13px 0;
}

.back-sidebar .widget.widget-tags .tags li a {
  padding: 8px 17px 8px;
  background: #fff;
  font-size: 13px;
  color: #5c5c68;
  font-weight: 600;
  border-radius: 5px;
}

.back-sidebar .widget.widget-tags .tags li a:hover {
  background: #168566;
  color: #ffffff;
}

.back-sidebar .widget.get-back-course {
  box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
  background: #ffffff;
  margin-bottom: 0;
}

.back-sidebar .widget.get-back-course select.from-control {
  border: none;
  padding: 14px 22px;
  background: #f7f7f8;
  border-right: 16px solid #f7f7f8;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
}

.back-sidebar .widget.get-back-course .price {
  display: flex;
  align-items: center;
  padding: 25px 0 25px;
}

.back-sidebar .widget.get-back-course .price li {
  font-size: 20px;
  font-weight: 700;
  color: #020334;
  line-height: 1;
}

.back-sidebar .widget.get-back-course .price li:nth-child(2) {
  font-size: 15px;
  font-weight: 500;
  text-decoration: line-through;
  margin-left: 9px;
}

.back-sidebar .widget.get-back-course .price li:nth-child(3) {
  font-size: 14px;
  color: #079561;
  background: rgba(7, 149, 97, 0.078);
  margin-left: 10px;
  padding: 5px 6px;
}

.back-sidebar .widget.get-back-course .cart__btn {
  border-radius: 6px;
  width: 100%;
  text-align: center;
}

.back-sidebar .widget.get-back-course .price__course {
  padding-top: 16px;
  border-top: 1px solid rgba(2, 3, 52, 0.078);
  margin-top: 30px;
}

.back-sidebar .widget.get-back-course .price__course li {
  padding: 10px 0;
}

.back-sidebar .widget.get-back-course .price__course li i {
  position: relative;
  background: #168566;
  padding: 8px;
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
}

.back-sidebar .widget.get-back-course .price__course li b {
  font-size: 16px;
  font-weight: 500;
}

.back-sidebar ul.recent-category {
  margin: 0;
  padding: 0;
  list-style: none;
}

.back-sidebar ul.recent-category li {
  margin: 10px 0;
}

.back-sidebar ul.recent-category input[type=checkbox]+label {
  cursor: pointer;
}

.back-sidebar ul.recent-category input[type=checkbox] {
  display: none;
}

.back-sidebar ul.recent-category label {
  color: #5c5c68;
  font-size: 14px;
  font-weight: 500;
}

.back-sidebar ul.recent-category input[type=checkbox]+label:before {
  content: "\2714";
  border: 0.1em solid #d9d8d8;
  border-radius: 4px;
  display: inline-block;
  width: 23px;
  height: 23px;
  line-height: 11px;
  margin-right: 16px;
  vertical-align: middle;
  color: transparent;
  transition: .2s;
  background: #ffffff;
  padding: 5px 6px;
  font-size: 13px;
  position: relative;
  top: -2px;
}

.back-sidebar ul.recent-category input[type=checkbox]+label:active:before {
  transform: scale(0);
}

.back-sidebar ul.recent-category input[type=checkbox]:checked+label:before {
  background-color: #168566;
  border-color: #168566;
  color: #fff;
}

.back-sidebar ul.recent-category input[type=checkbox]:disabled+label:before {
  transform: scale(1);
  border-color: #eee;
}

.back-sidebar ul.related-courses {
  margin: 0;
  padding: 0;
  list-style: none;
}

.back-sidebar ul.related-courses li {
  display: flex;
  align-items: center;
  padding-bottom: 1.2em;
}

.back-sidebar ul.related-courses li .back-ratings i {
  font-size: 10px;
  color: #ff9415;
}

.back-sidebar ul.related-courses li .post-images {
  width: 87px;
  display: block;
}

.back-sidebar ul.related-courses li .post-images img {
  display: block;
  width: 127px;
  border-radius: 6px;
}

.back-sidebar ul.related-courses li .titles {
  display: block;
  padding-left: 20px;
}

.back-sidebar ul.related-courses li .titles h4 {
  margin: 0 0 6px;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
}

.back-sidebar ul.related-courses li .titles h4 a {
  color: #020334;
}

.back-sidebar ul.related-courses li .titles h4:hover a {
  color: #168566;
}

.back-sidebar ul.related-courses li .titles span {
  font-weight: 700;
  color: #54565c;
  color: #168566;
}

.back-sidebar ul.related-courses li:last-child {
  padding-bottom: 0;
}

.back-sidebar ul.recent-posts {
  margin: 0;
  padding: 0;
  list-style: none;
}

.back-sidebar ul.recent-posts li {
  display: flex;
  align-items: center;
  padding-bottom: 1.2em;
}

.back-sidebar ul.recent-posts li .back-ratings i {
  font-size: 10px;
  color: #ff9415;
}

.back-sidebar ul.recent-posts li .post-images {
  width: 87px;
  display: block;
}

.back-sidebar ul.recent-posts li .post-images img {
  display: block;
  width: 127px;
  border-radius: 6px;
}

.back-sidebar ul.recent-posts li .titles {
  display: block;
  padding-left: 20px;
}

.back-sidebar ul.recent-posts li .titles h4 {
  margin: 0 0 6px;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
}

.back-sidebar ul.recent-posts li .titles h4 a {
  color: #020334;
}

.back-sidebar ul.recent-posts li .titles h4:hover a {
  color: #168566;
}

.back-sidebar ul.recent-posts li .titles span {
  font-weight: 600;
  color: #737383;
}

.back-sidebar ul.recent-posts li:last-child {
  padding-bottom: 0;
}

.back-sidebar ul.recent-comments {
  margin: 0;
  padding: 0;
  list-style: none;
}

.back-sidebar ul.recent-comments li {
  display: flex;
  padding-top: 25px;
  border-top: 1px solid #e7e9ef;
  margin-top: 25px;
}

.back-sidebar ul.recent-comments li .back-ratings i {
  font-size: 10px;
  color: #ff9415;
}

.back-sidebar ul.recent-comments li .post-images {
  width: 100px;
  display: block;
}

.back-sidebar ul.recent-comments li .post-images img {
  display: block;
  border-radius: 50%;
}

.back-sidebar ul.recent-comments li .titles {
  display: block;
  padding-left: 20px;
  line-height: 1.3;
}

.back-sidebar ul.recent-comments li .titles h4 {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

.back-sidebar ul.recent-comments li .titles h4 a {
  color: #020334;
}

.back-sidebar ul.recent-comments li .titles h4:hover a {
  color: #168566;
}

.back-sidebar ul.recent-comments li .titles span {
  font-weight: 600;
  color: #737383;
  font-size: 13px;
}

.back-sidebar ul.recent-comments li .titles p {
  margin: 15px 0 0;
  font-size: 16px;
  color: #484959;
}

.back-sidebar ul.recent-comments li:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.back-sidebar ul.recent-category {
  margin: 0;
  padding: 0;
  list-style: none;
}

.back-sidebar ul.recent-category li a {
  color: #020334;
  border-top: 1px solid #e7e9ef;
  display: block;
  /* line-height: 1; */
  padding: 14px 0 13px;
  font-size: 15px;
  position: relative;
  transition: all 0.5s ease 0s;
  font-weight: 500;
}

.back-sidebar ul.recent-category li a:before {
  content: "";
  margin: 0 11px 0 0;
  background: #acadba;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
}

.back-sidebar ul.recent-category li a:hover {
  color: #168566;
}

.back-sidebar ul.recent-category li a:hover:before {
  background: #168566;
}

.back-sidebar ul.recent-category li a span {
  float: right;
  clear: right;
}

.back-sidebar ul.recent-category li:first-child a {
  padding-top: 0;
  border-top: 0;
}

.back-sidebar ul.recent-category li:last-child a {
  padding-bottom: 0;
}

.back-sidebar h3.widget-title {
  margin: 0;
  font-size: 20px;
  padding-bottom: 1.5em;
  color: #020334;
  font-weight: 700;
  line-height: 1.2;
}

.back-sidebar form {
  position: relative;
}

.back-sidebar form input {
  width: 100%;
  padding: 21px 28px;
  background: #eef1f5;
  outline: none;
  border-radius: 2px;
  border: none;
  padding-right: 80px;
}

.back-sidebar form button {
  background: transparent;
  color: #ffffff;
  display: inline-block;
  padding: 14px 28px;
  border-radius: 0 3px 3px 0;
  font-size: 16px;
  border: none;
  outline: none;
  cursor: pointer;
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .5s ease;
}

.back-sidebar form button svg {
  color: #333;
  position: relative;
  top: 6px;
}

.back-sidebar form button svg:hover {
  color: #168566;
}

.back-sidebar form button:hover {
  opacity: .9;
}

.back-pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.back-pagination li:not(.back-next) a {
  width: 35px;
  height: 35px;
  border: 2px solid rgba(2, 3, 52, 0.078);
  display: inline-block;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  color: #020334;
}

.back-pagination li:not(.back-next) a:hover {
  border: 2px solid #168566;
  background: #168566;
  color: #ffffff;
}

.back-pagination li {
  margin-right: 7px;
}

.back-pagination li.back-next {
  /* line-height: 45px; */
  height: 35px;
  padding-left: 15px;
}

.back-pagination li.back-next a {
  font-size: 14px;
  font-weight: 600;
  color: #020334;
  border: 2px solid rgba(2, 3, 52, 0.078);
  padding: 6px 18px;
  border-radius: 6px;
}

.back-pagination li.back-next a i {
  font-size: 20px;
  position: relative;
  /* top: -2px; */
}

.back-pagination li.back-next a:hover {
  background: #168566;
  color: #ffffff;
}

.back-pagination svg {
  width: 18px;
  color: #020334;
  position: relative;
  top: 7px;
  left: 3px;
  transition: all 0.5s ease 0s;
}

.back-pagination.back-shop-pagination {
  justify-content: center;
  padding-top: 50px;
}

/*****************************************************
    19. Course Section CSS Here  
****************************/
.back__course__area {
  background: #eef1f5;
  position: relative;
}

.back__course__area .back__shape__1 {
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-animation: slide-top 5000ms linear infinite alternate;
  animation: slide-top 5000ms linear infinite alternate;
}

.back__course__area .container.step__width {
  max-width: 1195px;
}

.back__course__area .back__shape__2 {
  position: absolute;
  right: 0px;
  top: 20%;
  -webkit-animation: slide-top 5000ms linear infinite alternate-reverse;
  animation: slide-top 5000ms linear infinite alternate-reverse;
}

.back__course__area .container {
  max-width: 1200px;
}

.back__course__area .course__item {
  box-shadow: 0px 20px 60px 0px rgba(0, 15, 56, 0.1);
  border-radius: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

.back__course__area .course__item .course__inner {
  padding: 35px 35px 35px;
}

.back__course__area .course__item .back-category {
  font-size: 14px;
  line-height: 28px;
  color: #bb1bfe;
  background-color: rgba(187, 27, 254, 0.06);
  border-radius: 12px;
  padding: 3px 14px 4px;
}

.back__course__area .course__item .back-category.cate-2 {
  background-color: rgba(255, 139, 86, 0.06);
  color: #ff8b56;
}

.back__course__area .course__item .back-category.cate-3 {
  background-color: rgba(241, 30, 120, 0.06);
  color: #f11e78;
}

.back__course__area .course__item .back-category.cate-4 {
  background-color: rgba(42, 109, 245, 0.06);
  color: #168566;
}

.back__course__area .course__item .back-category.cate-5 {
  background-color: rgba(28, 167, 12, 0.06);
  color: #1ca70c;
}

.back__course__area .course__item .back-category.cate-6 {
  background-color: rgba(8, 157, 179, 0.06);
  color: #089db3;
}

.back__course__area .course__item .back-course-title {
  font-size: 20px;
  line-height: 1.5;
  margin: 14px 0 30px;
  font-weight: 800;
}

.back__course__area .course__item .back-course-title a {
  color: #020334;
}

.back__course__area .course__item .back-course-title a:hover {
  color: #168566;
}

.back__course__area .course__item .course__thumb img {
  border-radius: 10px 10px 0 0;
}

.back__course__area .course__item .course__card-icon {
  justify-content: space-between;
}

.back__course__area .course__item .course__card-icon .course__card-icon--1 svg {
  border-radius: 50%;
  background-color: rgba(42, 109, 245, 0.06);
  padding: 7px;
  width: 32px;
  height: 32px;
  color: #168566;
}

.back__course__area .course__item .course__card-icon .course__card-icon--1 span {
  font-weight: 500;
  font-size: 15px;
  color: #4b4c57;
  padding-left: 7px;
}

.back__course__area .course__item .course__card-icon .course__card-icon--2 svg {
  border-radius: 50%;
  background-color: rgba(255, 148, 21, 0.06);
  padding: 7px;
  width: 32px;
  height: 32px;
  color: #ff9415;
}

.back__course__area .course__item .course__card-icon .course__card-icon--2 span {
  font-weight: 500;
  font-size: 15px;
  color: #4b4c57;
  padding-left: 7px;
}

.back__course__area .course__item .course__card-icon .back__user {
  font-size: 18px;
  color: #0f1629;
  font-weight: 800;
}

.back__course__area .course__item .course__card-icon .back__user img {
  width: 34px;
  border-radius: 50%;
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.back__course__area.back__course__page_grid {
  background: #ffffff;
}

.back__course__area.back__course__page_grid .shorting__course {
  background: #eef1f5;
  margin-left: 5px;
  margin-right: 5px;
  padding: 15px 20px;
  border-radius: 2px;
}

.back__course__area.back__course__page_grid .shorting__course .all__icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.back__course__area.back__course__page_grid .shorting__course .all__icons svg {
  cursor: pointer;
}

.back__course__area.back__course__page_grid .shorting__course .all__icons svg.feather-grid {
  background: #168566;
  color: #fff;
  border-radius: 4px;
  padding: 6px;
  height: 32px;
  width: 32px;
  margin-right: 22px;
}

.back__course__area.back__course__page_grid .shorting__course .all__icons svg.feather-list {
  color: #5c5c68;
  width: 28px;
  height: 28px;
}

.back__course__area.back__course__page_grid .shorting__course .all__icons .result-count {
  padding-left: 40px;
  color: #5c5c68;
  font-size: 15px;
  font-weight: 600;
}

.back__course__area.back__course__page_grid .shorting__course .from-control {
  background: #ffffff;
  border: none;
  padding: 10px 15px;
  border-radius: 6px;
  color: #5c5c68;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  border-right: 15px solid #fff;
}

.back__course__area.back__course__page_grid .course__item .course__thumb img,
.back__course__area.back__course__page_grid .course__item {
  border-radius: 2px;
}

/*****************************************************
    30. Courses Section CSS Here  
****************************/
.back-courses__single-page .user-section {
  display: flex;
  align-items: center;
  padding-bottom: 50px;
}

.back-courses__single-page .user-section li {
  padding-right: 60px;
  line-height: 1.3;
  font-size: 14px;
  color: #6d6e75;
  font-weight: 500;
}

.back-courses__single-page .user-section li em {
  display: block;
  font-style: normal;
  font-size: 15px;
  color: #020334;
  font-weight: 700;
  padding-top: 4px;
}

.back-courses__single-page .user-section li.user {
  display: flex;
}

.back-courses__single-page .user-section li.user span {
  padding-right: 12px;
}

.back-courses__single-page .user-section li.user span img {
  width: 42px;
  border-radius: 50%;
}

.back-courses__single-page .user-section li .back-ratings i {
  font-size: 14px;
  color: #ff9415;
}

.back-courses__single-page .course-single-tab .nav.nav-tabs {
  border: 1px solid rgba(2, 3, 52, 0.078);
  padding: 0 0 1px 0;
  margin-top: 40px;
  border-radius: 6px;
  margin-bottom: 50px;
}

.back-courses__single-page .course-single-tab .nav.nav-tabs li {
  width: 33.33%;
}

.back-courses__single-page .course-single-tab .nav.nav-tabs li a {
  border: none;
  color: #484959;
  font-size: 15px;
  font-weight: 600;
  border-radius: 0;
  border-right: 1px solid rgba(2, 3, 52, 0.078);
  padding: 14px 0px;
  text-align: center;
}

.back-courses__single-page .course-single-tab .nav.nav-tabs li a svg {
  width: 18px;
  height: 18px;
  margin-right: 3px;
  position: relative;
  top: -1px;
}

.back-courses__single-page .course-single-tab .nav.nav-tabs li a svg.feather-book {
  width: 16px;
  height: 17px;
}

.back-courses__single-page .course-single-tab .nav.nav-tabs li a.active,
.back-courses__single-page .course-single-tab .nav.nav-tabs li a:hover {
  background: #168566;
  color: #ffffff;
}

.back-courses__single-page .course-single-tab .nav.nav-tabs li a.active svg,
.back-courses__single-page .course-single-tab .nav.nav-tabs li a:hover svg {
  color: #ffffff;
}

.back-courses__single-page .course-single-tab .nav.nav-tabs li:last-child a {
  border-right: 0;
  border-radius: 0px 6px 6px 0px;
}

.back-courses__single-page .course-single-tab .nav.nav-tabs li:first-child a {
  border-radius: 6px 0px 0px 6px;
}

.back-courses__single-page .course-single-tab #back-tab-content h3 {
  font-size: 20px;
  color: #020334;
  font-weight: 800;
  margin: 0 0 20px;
}

.back-courses__single-page .course-single-tab #back-tab-content p {
  font-size: 16px;
  color: #4b4b57;
}

.back-courses__single-page .course-single-tab #back-tab-content .back-tag a {
  font-size: 16px;
  font-weight: 500;
  color: #737383;
}

.back-courses__single-page .course-single-tab #back-tab-content .back-tag a:hover {
  color: #168566;
}

.back-courses__single-page .course-single-tab #back-tab-content .back-tag svg {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}

.back-courses__single-page .course-single-tab #back-tab-content .back-objectives {
  background: #f7f7f8;
  overflow: hidden;
  padding: 40px;
  border-radius: 2px;
  margin-top: 50px;
  margin-bottom: 40px;
}

.back-courses__single-page .course-single-tab #back-tab-content .back-objectives h3 {
  font-size: 20px;
  color: #020334;
  font-weight: 800;
  margin: 0 0 20px;
}

.back-courses__single-page .course-single-tab #back-tab-content .back-objectives li {
  float: left;
  width: 50%;
  font-size: 15px;
  font-weight: 600;
  color: #020334;
  position: relative;
  padding-left: 42px;
  margin: 10px 0 17px;
  line-height: 1.3;
}

.back-courses__single-page .course-single-tab #back-tab-content .back-objectives li:first-child {
  float: none;
  width: 100%;
  padding: 0;
}

.back-courses__single-page .course-single-tab #back-tab-content .back-objectives li i {
  background: #168566;
  padding: 6px;
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
}

.back-courses__single-page .course-single-tab #back-tab-content .back-other-instructors {
  margin: 50px 0 50px;
}

.back-courses__single-page .course-single-tab #back-tab-content .back-other-instructors h3 {
  font-size: 20px;
  color: #020334;
  font-weight: 800;
  margin: 0 0 28px;
}

.back-courses__single-page .course-single-tab #back-tab-content .back-other-instructors li {
  display: inline-flex;
  font-size: 15px;
  font-weight: 600;
  color: #020334;
  margin-right: 60px;
}

.back-courses__single-page .course-single-tab #back-tab-content .back-other-instructors li:first-child {
  display: block;
  margin-right: 0;
}

.back-courses__single-page .course-single-tab #back-tab-content .back-other-instructors li span {
  display: block;
  line-height: 1.3;
}

.back-courses__single-page .course-single-tab #back-tab-content .back-other-instructors li span img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
}

.back-courses__single-page .course-single-tab #back-tab-content .back-other-instructors li em {
  display: block;
  font-style: normal;
  font-size: 15px;
  color: #6d6e75;
}

.back-courses__single-page .course-single-tab #back-tab-content .single-week {
  background: #f7f7f8;
  padding: 40px 40px 30px 40px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.back-courses__single-page .course-single-tab #back-tab-content .single-week .week__top {
  display: flex;
  border-bottom: 1px solid rgba(2, 3, 52, 0.078);
  justify-content: space-between;
  font-size: 20px;
  font-weight: 800;
  padding-bottom: 10px;
  margin-bottom: 28px;
  color: #020334;
}

.back-courses__single-page .course-single-tab #back-tab-content .single-week .week__top li:last-child {
  color: #828287;
  font-weight: 700;
}

.back-courses__single-page .course-single-tab #back-tab-content .single-week .course__title li {
  border-bottom: 1px solid rgba(2, 3, 52, 0.078);
  color: #4b4c57;
  padding: 12px 0 12px;
  overflow: hidden;
  display: block;
}

.back-courses__single-page .course-single-tab #back-tab-content .single-week .course__title li svg {
  width: 20px;
  height: 20px;
  margin-right: 7px;
  position: relative;
  top: -2px;
}

.back-courses__single-page .course-single-tab #back-tab-content .single-week .course__title li em {
  font-style: normal;
  float: right;
}

.back-courses__single-page .course-single-tab #back-tab-content .single-week .course__title li em svg {
  width: 17px;
  height: 17px;
  margin-right: 3px;
  position: relative;
  top: -2px;
}

.back-courses__single-page .course-single-tab #back-tab-content .single-week .course__title li em.questions {
  background-color: rgba(248, 69, 45, 0.102);
  color: #f8452d;
  padding: 6px 10px;
  line-height: 1;
  border-radius: 6px;
  margin-left: 20px;
  font-weight: 500;
}

.back-courses__single-page .course-single-tab #back-tab-content .single-week .course__title li b {
  font-weight: 700;
  color: #020334;
}

.back-courses__single-page .course-single-tab #back-tab-content .single-week .course__title li:last-child {
  border: none;
}

.back-courses__single-page .course-single-tab #back-tab-content .skillbar-style2 .skillbar {
  position: relative;
  display: block;
  background: #e0e0e0;
  height: 10px;
  width: 100%;
  clear: both;
  margin: 0 0 40px;
  border-radius: 30px;
}

.back-courses__single-page .course-single-tab #back-tab-content .skillbar-style2 .skillbar .skillbar-bar {
  height: 10px;
  width: 0;
  background: rgba(42, 109, 245, 0.8);
  display: block;
  margin: 0;
  position: relative;
  border-radius: 30px;
}

.back-courses__single-page .course-single-tab #back-tab-content .skillbar-style2 .skillbar .skill-bar-percent,
.back-courses__single-page .course-single-tab #back-tab-content .skillbar-style2 .skillbar .skillbar-title {
  position: absolute;
  top: -26px;
  font-weight: 500;
  color: #020334;
}

.back-courses__single-page .course-single-tab #back-tab-content .skillbar-style2 .skillbar .skillbar-title {
  font-size: 14px;
  left: 0;
}

.back-courses__single-page .course-single-tab #back-tab-content .skillbar-style2 .skillbar .skill-bar-percent {
  font-size: 13px;
  right: 0;
  z-index: 1;
}

.back-courses__single-page .course-single-tab #back-tab-content .five__number {
  background: #f0f2f6;
  text-align: center;
  padding: 50px;
}

.back-courses__single-page .course-single-tab #back-tab-content .five__number em {
  font-size: 100px;
  color: #020334;
  font-style: normal;
  line-height: 1.2;
  margin-bottom: 8px;
}

.back-courses__single-page .course-single-tab #back-tab-content .five__number i {
  color: #ff9415;
  font-size: 14px;
}

.back-courses__single-page .course-single-tab #back-tab-content .post-author {
  display: flex;
  align-items: center;
  padding: 25px 40px 30px;
  overflow: hidden;
  margin-bottom: 20px;
  background: #f0f1f5;
  border-radius: 10px;
}

.back-courses__single-page .course-single-tab #back-tab-content .post-author .avatar {
  margin-right: 20px;
}

.back-courses__single-page .course-single-tab #back-tab-content .post-author .avatar img {
  border-radius: 50%;
  width: 80px;
}

.back-courses__single-page .course-single-tab #back-tab-content .post-author .info .back-ratings i {
  color: #ff9415;
  font-size: 14px;
}

.back-courses__single-page .course-single-tab #back-tab-content .post-author .info .name {
  margin: 15px 0 0;
  color: #020334;
  transition: all 0.5s ease 0s;
  font-size: 16px;
  font-weight: 700;
}

.back-courses__single-page .course-single-tab #back-tab-content .post-author .info .designation {
  font-size: 13px;
  color: #54565c;
  margin: 0;
  font-weight: 500;
}

.back-courses__single-page .course-single-tab #back-tab-content .post-author p {
  font-size: 16px;
  color: #4b4b57;
  margin: 0;
  line-height: 24px;
}

.back-courses__single-page .course-single-tab #back-tab-content .post-author:hover .info .name {
  color: #168566;
}

.back-courses__single-page .course-single-tab #back-tab-content .member-sec {
  border: 2px solid #f0f2f6;
  border-radius: 10px;
}

.back-courses__single-page .course-single-tab #back-tab-content .member-sec h3 {
  background: #f0f2f6;
  font-size: 18px;
  font-weight: 800;
  color: #020334;
  padding: 20px 35px;
  margin: 0;
}

.back-courses__single-page .course-single-tab #back-tab-content .member-sec ul {
  padding: 26px 30px 26px 35px;
  border-top: 1px solid rgba(2, 3, 52, 0.078);
}

.back-courses__single-page .course-single-tab #back-tab-content .member-sec .user-section li {
  padding-right: 0px;
  flex: 0 0 30%;
}

.back-courses__single-page .course-single-tab #back-tab-content .member-sec .user-section li.user {
  align-items: center;
}

.back-courses__single-page .course-single-tab #back-tab-content .member-sec .user-section li span img {
  width: 60px;
}

.back-courses__single-page .course-single-tab #back-tab-content .member-sec .user-section li:last-child {
  padding-right: 0;
}

.back-courses__single-page .course-single-tab #back-tab-content .member-sec .user-section li:nth-child(2) {
  padding-left: 70px;
}

.back-courses__single-page .course-single-tab #back-tab-content .member-sec .user-section li:nth-child(3) {
  padding-left: 40px;
}

.back-courses__single-page .course-single-tab #back-tab-content .blog-form form .back-ratings {
  padding-bottom: 25px;
  padding-top: 6px;
  line-height: 1;
}

.back-courses__single-page .course-single-tab #back-tab-content .blog-form form .back-ratings i {
  font-size: 14px;
  color: #b8b9bf;
}

.back-courses__single-page .course-single-tab #back-tab-content .blog-form form .back-ratings i:nth-child(1),
.back-courses__single-page .course-single-tab #back-tab-content .blog-form form .back-ratings i:nth-child(2) {
  color: #ff9415;
}

.back-courses__single-page .course-single-tab #back-tab-content .blog-form form input {
  width: 100%;
  height: 57px;
  padding: 10px 30px 10px 30px;
  background: #f0f1f5;
  border: none;
  outline: none;
  border-radius: 6px;
  margin-bottom: 25px;
  border: 2px solid #f0f1f5;
}

.back-courses__single-page .course-single-tab #back-tab-content .blog-form form input:focus {
  border: 2px solid #168566;
  background: none;
}

.back-courses__single-page .course-single-tab #back-tab-content .blog-form form textarea {
  width: 100%;
  height: 160px;
  padding: 22px 30px;
  background: #f0f1f5;
  border: none;
  outline: none;
  border-radius: 6px;
  margin-bottom: 5px;
  position: relative;
  border: 2px solid #f0f1f5;
}

.back-courses__single-page .course-single-tab #back-tab-content .blog-form form textarea:focus {
  border: 2px solid #168566;
  background: none;
}

.back-courses__single-page .course-single-tab #back-tab-content .blog-form form button {
  background: #168566;
  font-size: 15px;
  color: #ffffff;
  border-radius: 6px;
  padding: 12px 30px;
  display: inline-block;
  font-weight: 600;
  transition: all 0.5s ease 0s;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  margin-top: 25px;
}


.cert-details{
   height: 815px;
    position: relative;
    width: 1087px;
    z-index: 10;
}
.cert-details h5{
    position: absolute;
    font-size: 20px;
    font-weight: 600;
    color: #555555;
}
.cert-details .cert-own{
    top: 302px;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 35px;
    color: #1a4577;
}
.cert-details .cert-num{
    top: 369px;
    right: 0;
    left: -52px;
    text-align: center;
    font-size: 24px;
}

.certTap {
    overflow-x :scroll;
}

.cert-details .cert-name{
    top: 470px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 22px;
    color: #2d8764;
}
.cert-details .cert-instructor{
    bottom: 114px;
    left: 21px;
    font-size: 20px;
    font-weight: bold;
    right: 475px;
    color: #414141;
    text-align: center;
}
.cert-details .cert-hours{
    top: 515px;
    left: 193px;
    right: 0;
    color: #4b5357;
    font-size: 25px;
    text-align: center;
}
.cert-details .cert-start{
    bottom: 206px;
    right: 39.25%;
    font-size: 20px;
}
.cert-details .cert-end{
    bottom: 206px;
    right: 55.25%;
    font-size: 20px;
}
.cert-details img{
      height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
}
.certificate {
    position:relative;
}
.certificate .cert-name,
.certificate .cert-num,
.certificate .cert-own,
.certificate .cert-start,
.certificate .cert-end{
    position: absolute;
}

.certificate .cert-num{
        z-index: 2;
    top: 47.5%;
    left: 45.5%;
}
.certificate .cert-own{
    top: 42%;
    left: 50%;
    transform: translateX(-50%);
}

.certificate .cert-name{
    left: 50%;
    transform: translateX(-50%);
    top: 55.5%;
}
.certificate .cert-start{
    top: 65%;
    left: 54%;
    font-size: 14px;
}
.certificate .cert-end{
    top: 65%;
    left: 41.15%;
    font-size: 14px;
}
.cert-details .sn-code{
    bottom: 65px;
    right: 79%;
    font-size: 17px;
}

@media (max-width:1000px){
    .certificate .cert-name, .certificate .cert-num, .certificate .cert-own, .certificate .cert-start, .certificate .cert-end ,  .cert-details .sn-code{
        font-size:12px;
    }
    .certificate .cert-num{
        left:47.75%;
    }
    .certificate .cert-start, .certificate .cert-end{
        font-size:10px;
    }
}
@media (max-width:800px){
    .certificate .cert-name, .certificate .cert-num, .certificate .cert-own, .certificate .cert-start, .certificate .cert-end ,.cert-details .sn-code{
        font-size:10px;
    }
    .certificate .cert-start, .certificate .cert-end{
        font-size:8px;
    }
}
@media (max-width:600px){
    .certificate .cert-name, .certificate .cert-num, .certificate .cert-own, .certificate .cert-start, .certificate .cert-end ,.cert-details .sn-code{
        font-size:8px;
    }
    .certificate .cert-start, .certificate .cert-end{
        font-size:6px;
    }
}
@media (max-width:400px){
    .certificate .cert-name, .certificate .cert-num, .certificate .cert-own, .certificate .cert-start, .certificate .cert-end ,.cert-details .sn-code{
        font-size:6px;
    }
    .certificate .cert-start, .certificate .cert-end{
        font-size:4px;
    }
}


.back-courses__single-page .course-single-tab #back-tab-content .blog-form form button:hover {
  color: #ffffff;
  background: #11aba0;
}

.back-courses__single-page .course-single-tab #back-tab-content .blog-form form .back-check-box {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #55575c;
  font-size: 16px;
}

.back-courses__single-page .course-single-tab #back-tab-content .blog-form form .back-check-box a {
  color: #1a152e;
}

.back-courses__single-page .course-single-tab #back-tab-content .blog-form form .back-check-box a:hover {
  color: #74727d;
}

.back-courses__single-page .course-single-tab #back-tab-content .blog-form form .back-check-box input {
  width: auto;
  margin: 0 8px 0 0;
  height: 16px;
  width: 16px;
}

.back-courses__single-page .course-single-tab #back-tab-content .blog-form form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #7b7d82;
  opacity: 1;
  font-size: 16px;
}

.back-courses__single-page .course-single-tab #back-tab-content .blog-form form ::-moz-placeholder {
  /* Firefox 19+ */

  color: #7b7d82;
  opacity: 1;
  font-size: 16px;
}

.back-courses__single-page .course-single-tab #back-tab-content .blog-form form :-ms-input-placeholder {
  /* IE 10+ */

  color: #7b7d82;
  opacity: 1;
  font-size: 16px;
}

.back-courses__single-page .course-single-tab #back-tab-content .blog-form form :-moz-placeholder {
  /* Firefox 18- */

  color: #7b7d82;
  opacity: 1;
  font-size: 16px;
}

.back-courses__single-page .course-single-tab #back-tab-content .social-links h4 {
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 26px;
}

.back-courses__single-page .course-single-tab #back-tab-content .social-links li a {
  border-radius: 6px;
}

.back-courses__single-page .course-single-tab #back-tab-content .social-links li:first-child {
  float: none;
  width: 100%;
  padding: 0;
  display: block;
}

/*****************************************************
    20. Academic Section CSS Here  
****************************/
.academic__pre-subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #168566;
  padding-bottom: 12px;
  margin: 0;
}

.academic__title {
  font-size: 40px;
  font-weight: 800;
  color: #020334;
  padding-bottom: 2px;
}

.academic__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.academic__wrapper {
  position: relative;
  display: inline-block;
}

.academic__wrapper::before {
  position: absolute;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  width: 100%;
  border-radius: 50%;
  content: "";
  height: 100%;
  border: 2px solid #168566;
}

.stdImgDiv {
      display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    padding: 30px 0 0;
    flex-direction: column;
    border-radius: 8px;
    background: #fff;
}

.stdImgDiv img {
        width: 175px;
    height: 175px;
    border-radius: 50%;
    box-shadow: 0px 3px 9px #00000015;
}

.btnSubmit {
    background: #01823d;
    color: #fff;
    padding: 12px 20px;
    transition: all 0.3s;
    border: 1px solid transparent;
    border-radius:8px;
}

#member {
    background: #01823d12;
    padding: 20px;
    border-radius: 8px;
}

.btnSubmit:hover {
     background: #fff;
    color: #01823d; 
    border: 1px solid #01823d;
}

.academic__wrapper:hover::before {
  opacity: 1;
  visibility: visible;
}

.academic__wrapper--image img {
  position: relative;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  object-fit: cover;
}

.academic__wrapper--icon-1 {
  border-radius: 50%;
  background-color: #ffffff;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 80%;
  top: 66%;
  box-shadow: 0px 20px 30px 0px rgba(0, 15, 56, 0.1);
}

.academic__wrapper--icon-1-middle {
  position: absolute;
  left: 19px;
  top: 16px;
}

.academic__wrapper--icon-2 {
  border-radius: 50%;
  background-color: #ffffff;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 80%;
  top: 66%;
  box-shadow: 0px 20px 30px 0px rgba(0, 15, 56, 0.1);
}

.academic__wrapper--icon-2-middle-2 {
  position: absolute;
  left: 20px;
  top: 16px;
}

.academic__wrapper--icon-3 {
  border-radius: 50%;
  background-color: #ffffff;
  width: 70px;
  height: 70px;
  position: absolute;
  right: -14%;
  top: 66%;
  box-shadow: 0px 20px 30px 0px rgba(0, 15, 56, 0.1);
}

.academic__wrapper--icon-3-middle-3 {
  position: absolute;
  right: 15px;
  top: 16px;
}

.academic__wrapper--icon-4 {
  border-radius: 50%;
  background-color: #ffffff;
  width: 70px;
  height: 70px;
  position: absolute;
  right: -14%;
  top: 66%;
  box-shadow: 0px 20px 30px 0px rgba(0, 15, 56, 0.1);
}

.academic__wrapper--icon-4-middle-4 {
  position: absolute;
  right: 17px;
  top: 22px;
}

.academic__round-area-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.academic__round-area-title-1 {
  padding-top: 37px;
  font-size: 20px;
  font-weight: 800;
  color: #020334;
  margin: 0 0 15px;
}

.academic__round-area-title-2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4b4c57;
}

.academic__round-area-title-3 {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
  color: #020334;
}

.academic__round-area-title-3--icon {
  vertical-align: middle;
  padding-left: 5px;
}

.academic__round-area-title-3:hover {
  color: #168566;
}

/*****************************************************
    34. Contact Page CSS Here 
****************************/
.back-contact-page .back-blog-form {
  max-width: 1000px;
  margin: 0 auto;
}

.back-contact-page .back-title-sec h2 {
  font-size: 50px;
  font-weight: 700;
  color: #020334;
  margin: 0px;
}

.back-contact-page .back-address strong {
  font-size: 16px;
  color: #020334;
  font-weight: 800;
  margin: 0 0 3px;
  display: inline-block;
}

.back-contact-page .back-address a {
  font-size: 16px;
  color: #4b4b57;
}

.back-contact-page .back-address a:hover {
  color: #168566;
}

.back-contact-page .blog-form {
  z-index: 9;
  position: relative;
  padding-top: 15px;
}

.back-contact-page .blog-form .form-control , .back-contact-page .blog-form .form-select {
     height: 57px !important;
    background-color: #f0f2f6 !important;
    border: 1px solid #00000000 !important;
    outline: none !important;
    box-shadow:none !important;
}

.back-contact-page .blog-form  .form-control:focus , .back-contact-page .blog-form  .form-select:focus {
    border: 2px solid #168566 !important;
    background: none !important;
}

.back-contact-page .blog-form .back-input {
  position: relative;
}

.back-contact-page .blog-form .back-input img {
  position: absolute;
  bottom: 55px;
  left: 30px;
}

.back-contact-page .blog-form .back-textarea img {
  position: absolute;
  top: 57px;
  left: 47px;
  z-index: 1;
}

.back-contact-page .blog-form h3 {
  font-size: 24px;
  color: #020334;
  font-weight: 700;
}

.back-contact-page .blog-form form label {
  color: #1a152e;
  font-size: 14px;
  font-weight: 500;
}

.back-contact-page .blog-form form input {
  width: 100%;
  height: 57px;
  padding: 10px 30px 10px 30px;
  background: #f0f2f6;
  border: none;
  outline: none;
  border-radius: 6px;
  margin-bottom: 20px;
  border: 2px solid #f0f1f5;
}

.back-contact-page .blog-form form input:focus {
  border: 2px solid #168566;
  background: none;
}

.back-contact-page .blog-form form .pdl-5 {
  padding-left: 5px;
}

.back-contact-page .blog-form form textarea {
  width: 100%;
  height: 160px;
  padding: 22px 30px;
  background: #f0f1f5;
  border: none;
  outline: none;
  border-radius: 6px;
  margin-bottom: 20px;
  position: relative;
  border: 2px solid #f0f2f6;
}

.back-contact-page .blog-form form textarea:focus {
  border: 2px solid #168566;
  background: none;
}

.back-contact-page .blog-form form button {
  background: #168566;
  font-size: 16px;
  color: #ffffff;
  border-radius: 6px;
  padding: 12px 38px;
  display: inline-block;
  font-weight: 500;
  transition: all 0.5s ease 0s;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  width: 100%;
}

.back-contact-page .blog-form form button:hover {
  color: #ffffff;
  opacity: .9;
}

.back-contact-page .blog-form form .back-check-box {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #55575c;
  font-size: 16px;
}

.back-contact-page .blog-form form .back-check-box a {
  color: #1a152e;
}

.back-contact-page .blog-form form .back-check-box a:hover {
  color: #74727d;
}

.back-contact-page .blog-form form .back-check-box input {
  width: auto;
  margin: 0 8px 0 0;
  height: 16px;
  width: 16px;
}

.back-contact-page .blog-form form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #7b7d82;
  opacity: 1;
  font-size: 16px;
}

.back-contact-page .blog-form form ::-moz-placeholder {
  /* Firefox 19+ */

  color: #7b7d82;
  opacity: 1;
  font-size: 16px;
}

.back-contact-page .blog-form form :-ms-input-placeholder {
  /* IE 10+ */

  color: #7b7d82;
  opacity: 1;
  font-size: 16px;
}

.back-contact-page .blog-form form :-moz-placeholder {
  /* Firefox 18- */

  color: #7b7d82;
  opacity: 1;
  font-size: 16px;
}

.back-contact-page .back-contacts .back-title-sec h2 {
  font-weight: 600;
  font-size: 40px;
}

.back-contact-page .back-contacts .back-image-maping {
  position: relative;
  padding-top: 15px;
}

.back-contact-page .back-contacts .back-image-maping .back-tooltip1 {
  left: 50%;
  top: 50%;
  display: block;
}

.back-contact-page .back-contacts .back-image-maping .back-ripple {
  background-color: #f94392;
  border-radius: 50%;
  animation: pi-ripple 0.7s linear infinite;
  position: absolute;
  cursor: pointer;
}

.back-contact-page .back-contacts .back-image-maping .back-ripple .box {
  position: relative;
  width: 16px;
  height: 16px;
}

.back-contact-page .back-contacts .back-image-maping .back-ripple .box span {
  font-size: 16px;
  color: #1a152e;
  font-weight: 600;
}

.back-image-maping iframe {
  width: 100%;
  border-radius: 25px;
}

@keyframes pi-ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(249, 67, 146, 0.05), 0 0 0 16px rgba(249, 67, 146, 0.05), 0 0 0 20px rgba(249, 67, 146, 0.05), 0 0 0 24px rgba(249, 67, 146, 0.05);
  }

  100% {
    box-shadow: 0 0 0 16px rgba(249, 67, 146, 0.05), 0 0 0 20px rgba(249, 67, 146, 0.05), 0 0 0 24px rgba(249, 67, 146, 0.05), 0 0 0 38px rgba(249, 67, 146, 0);
  }
}

.back-contact-page .back-contacts .back-ripple:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  top: -60px;
  left: -18px;
  z-index: 99;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.back-contact-page .back-contacts .back-ripple span {
  background: #ffffff;
  /*-- some basic styling */

  font-weight: normal;
  padding: 8px 0px;
  width: 140px;
  top: -20px;
  /*-- this is the original position of the tooltip when it's hidden */

  left: -18px;
  margin-left: 0;
  /*-- set opacity to 0 otherwise our animations won't work */

  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  text-align: center;
  z-index: 2;
  text-transform: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}

.back-contact-page .back-contacts .back-ripple span:after {
  border-color: #ffffff rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 10px 8px 0;
  bottom: -10px;
  content: "";
  display: block;
  left: 18px;
  position: absolute;
  width: 0;
}

.back-address-area {
  position: relative;
}

.back-address-area .container {
  max-width: 1100px;
}

.back-address-area .back___shape {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -40px;
}

.back-address-area .inner-locate {
  background: #ffffff;
  box-shadow: 0px 30px 60px 0px rgba(10, 0, 58, 0.1);
  padding: 50px 40px 50px;
  text-align: center;
  position: relative;
  z-index: 1;
  border-radius: 6px;
}

.back-address-area .inner-locate img {
  height: 100px;
}

.back-address-area .inner-locate em {
  font-size: 13px;
  font-weight: 700;
  background: #f8452d;
  border-radius: 30px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -15px;
  color: #ffffff;
  font-style: normal;
  max-width: 110px;
  padding: 3px 3px;
}

.back-address-area .inner-locate h4 {
  font-size: 20px;
  color: #020334;
  font-weight: 800;
  margin: 28px 0 14px;
}

.back-address-area .inner-locate p {
  font-size: 16px;
  color: #4b4c57;
  margin: 0;
  line-height: 1.4;
  font-weight: 500;
}

/*****************************************************
    33. Login CSS Here 
****************************/
.back-login-page {
  background: url(assets/imgs/login/1.jpg) no-repeat center top;
  background-size: cover;
}

.back-login-page.back-signup-page {
  background: url(../imgs/login/3.jpg) no-repeat center top;
  background-size: cover;
}

.back-login-page .login-left-content h1 {
  font-size: 50px;
  font-weight: 800;
  color: #020334;
  margin: 0 0 18px;
}

.back-login-page .login-left-content p {
  margin: 0 0 50px;
  font-size: 17px;
  color: #55545b;
}

.back-login-page .login-left-content p a {
  font-weight: 600;
  color: #2a6df5;
}

.back-login-page .login-left-content p a:hover {
  color: #55545b;
}

.back-login-page .login-right-form {
  background: #ffffff;
  padding: 50px;
}

.back-login-page .login-right-form form .social-links {
  text-align: center;
}

.back-login-page .login-right-form form .social-links li a {
  border-radius: 5px;
  background: #2a6df5;
  color: #ffffff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.back-login-page .login-right-form form .social-links li:last-child a {
  background: #f14336;
  font-size: 16px;
}

.back-login-page .login-right-form form span.back-or {
  display: block;
  font-size: 14px;
  color: #7a797f;
  text-align: center;
  font-weight: 500;
  margin: 20px 0 35px;
}

.back-login-page .login-right-form form p label {
  display: block;
  color: #020334;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 8px;
}

.back-login-page .login-right-form form input {
  border: none;
  background: #f0f2f6;
  width: 100%;
  padding: 16px 20px;
  border-radius: 10px;
}

.back-login-page .login-right-form form [type="submit"] {
  background: #168566;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
  display: inline-block;
  padding: 10px 38px;
  transition: all 0.5s ease 0s;
  border: none;
  width: 100%;
}

.back-login-page .login-right-form form [type="submit"]:hover {
  opacity: .9;
}

.back-login-page .login-right-form form .signup {
  font-weight: 500;
  font-size: 14px;
  color: #7a797f;
  font-style: normal;
  text-align: center;
  display: block;
  padding-top: 20px;
}

.back-login-page .login-right-form form .signup a {
  color: #168566;
}

.back-login-page .login-right-form form .signup a:hover {
  color: #7a797f;
}

.back-login-page .login-right-form form .back-check-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #7a797f;
  margin-top: -16px;
  margin-bottom: 35px;
}

.back-login-page .login-right-form form .back-check-box input {
  width: auto;
  margin-right: 5px;
}

.back-login-page .login-right-form form .back-check-box p {
  margin: 0;
  flex: 1;
  text-align: right;
}

.back-check-box span {
  margin-bottom: -5px;
}

.back-login-page .login-right-form form .back-check-box em {
  font-weight: 600;
  font-style: normal;
  color: #020334;
  margin-bottom: -5px;
}

.back-login-page .container {
  max-width: 1050px;
}

.back-login-page .row.align-center {
  align-items: center;
}

.login-modal {
  border-radius: 20px;
}

.login-modal .login-right-form {
  padding: 10px;
}

.login-modal .login-right-form form .back-check-box {
  justify-content: space-between;
}

/*****************************************************
    32. Blog Details Page CSS
****************************/
.back-blog-page-single {
  padding: 120px 0;
}

.back-blog-page-single .blog-single-inner .blog-image {
  margin-bottom: 42px;
}

.back-blog-page-single .blog-single-inner .blog-content {
  color: #3e3e51;
}

.back-blog-page-single .blog-single-inner .blog-content p:first-child {
  margin: -8px 0 0;
  overflow: hidden;
}

.back-blog-page-single .blog-single-inner .blog-content p {
  margin-bottom: 40px;
  line-height: 30px;
  font-size: 17px;
  font-weight: 500;
}

.back-blog-page-single .blog-single-inner .blog-content .back-order-list h3 {
  font-size: 30px;
  font-weight: 800;
}

.back-blog-page-single .blog-single-inner .blog-content .back-order-list ul li {
  margin: 20px 0;
  font-size: 16px;
  font-weight: 600;
  color: #020334;
  display: block;
}

.back-blog-page-single .blog-single-inner .blog-content .back-order-list ul li i {
  background: rgba(12, 22, 54, 0.051);
  padding: 7px;
  border-radius: 50%;
  margin-right: 12px;
}

.back-blog-page-single .blog-single-inner .blog-content blockquote {
  position: relative;
  margin: 50px 0px 60px;
  padding: 50px 90px 50px 50px;
  color: #020334;
  background: #fff;
  box-shadow: 0px 20px 50px 0px rgba(0, 11, 47, 0.08), inset 0px 3px 0px 0px rgba(42, 109, 245, 0.004);
  border-radius: 0px;
  font-size: 24px;
  overflow: hidden;
  line-height: 33px;
  font-weight: 400;
  z-index: 1;
  border-left: 3px solid #168566;
}

.back-blog-page-single .blog-single-inner .blog-content blockquote:before {
  content: "";
  font-size: 120px;
  position: absolute;
  background: url(assets/images/single-blog/qu.png) no-repeat right bottom;
  bottom: -20px;
  right: 120px;
  width: 107px;
  height: 107px;
  z-index: -1;
}

.back-blog-page-single .blog-single-inner .blog-content blockquote.block__link_q:before {
  content: "";
  font-size: 120px;
  position: absolute;
  background: url(assets/images/blog-grid/link.png) no-repeat right bottom;
  bottom: -6px;
  right: 47px;
  width: 180px;
  height: 180px;
  z-index: -1;
}

.back-blog-page-single .blog-single-inner .blog-content blockquote em {
  display: block;
  font-style: normal;
  color: #020334;
  font-size: 20px;
  margin-top: 16px;
  font-weight: 800;
  position: relative;
}

.back-blog-page-single .blog-single-inner .blog-content .blog-tags {
  margin-top: 40px;
  display: block;
  padding: 30px 0 25px;
  border-top: 1px solid #ecedf3;
}

.back-blog-page-single .blog-single-inner .blog-content .blog-tags ul.mata-tags li {
  display: inline-block;
  margin-right: 5px;
}

.back-blog-page-single .blog-single-inner .blog-content .blog-tags ul.mata-tags li a {
  padding: 3px 20px;
  border: 2px solid #ecedf3;
  font-size: 14px;
  color: #5c5c68;
  font-weight: 600;
  display: block;
  border-radius: 6px;
}

.back-blog-page-single .blog-single-inner .blog-content .blog-tags ul.mata-tags li a:hover {
  background: #168566;
  color: #ffffff;
  border-color: #168566;
}

.back-blog-page-single .blog-single-inner .blog-content .blog-tags ul.mata-tags li:last-child {
  margin: 0;
}

.back-blog-page-single .blog-single-inner .blog-content .blog-tags ul.mata-tags li.tags {
  font-size: 20px;
  font-weight: 700;
  color: #020334;
  margin-right: 20px;
}

.back-blog-page-single .blog-single-inner .blog-content .blog-tags .social-links li {
  display: inline-block;
  padding-left: 5px;
}

.back-blog-page-single .blog-single-inner .blog-content .blog-tags .social-links li a {
  color: #54565c;
  border: 2px solid #e7e9ef;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 34px;
  text-align: center;
  font-size: 13px;
  border-radius: 6px;
}

.back-blog-page-single .blog-single-inner .blog-content .blog-tags .social-links li a:hover {
  color: #ffffff;
  border-color: #168566;
  background: #168566;
}

.back-blog-page-single .blog-single-inner .blog-content .blog-tags .social-links li a i.social_linkedin {
  position: relative;
  top: -2px;
}

.back-blog-page-single .blog-single-inner .blog-content .blog-tags .social-links li.shares {
  font-size: 20px;
  font-weight: 700;
  color: #020334;
  margin-right: 20px;
}

.back-blog-page-single .blog-single-inner .blog-content .post-author {
  display: flex;
  align-items: center;
  padding: 40px;
  overflow: hidden;
  margin-top: 50px;
  background: #f0f1f5;
}

.back-blog-page-single .blog-single-inner .blog-content .post-author .avatar {
  margin-right: 20px;
}

.back-blog-page-single .blog-single-inner .blog-content .post-author .avatar img {
  border-radius: 50%;
  width: 122px;
}

.back-blog-page-single .blog-single-inner .blog-content .post-author .info .name {
  margin: 0;
  color: #020334;
  transition: all 0.5s ease 0s;
  font-size: 20px;
  font-weight: 800;
}

.back-blog-page-single .blog-single-inner .blog-content .post-author .info .designation {
  font-size: 14px;
  color: #020334;
  margin: 0;
  font-weight: 600;
}

.back-blog-page-single .blog-single-inner .blog-content .post-author p {
  font-size: 16px;
  color: #484959;
  margin: 9px 0 12px;
  line-height: 24px;
}

.back-blog-page-single .blog-single-inner .blog-content .post-author:hover .info .name {
  color: #168566;
}

.back-blog-page-single .blog-single-inner .blog-content .author-comment {
  margin-bottom: 0px;
  margin-top: 60px;
}

.back-blog-page-single .blog-single-inner .blog-content .author-comment h4 {
  margin: 36px 0 20px;
  font-size: 24px;
  font-weight: 700;
  color: #020334;
}

.back-blog-page-single .blog-single-inner .blog-content .author-comment span {
  font-size: 15px;
  color: #7f7d86;
}

.back-blog-page-single .blog-single-inner .blog-content .author-comment span i:before {
  font-size: 13px;
  padding-right: 3px;
  position: relative;
  top: -1px;
}

.back-blog-page-single .blog-single-inner .blog-content .author-comment h6 {
  margin: 0 0 3px;
  font-size: 18px;
  color: #020334;
  font-weight: 700;
}

.back-blog-page-single .blog-single-inner .blog-content .author-comment ul {
  padding: 0;
  margin: 0;
}

.back-blog-page-single .blog-single-inner .blog-content .author-comment ul li {
  margin: 0;
  padding: 30px 57px 38px 0px;
  border-bottom: 1px solid rgba(2, 3, 52, 0.078);
}

.back-blog-page-single .blog-single-inner .blog-content .author-comment ul li .col-sm-2 {
  text-align: left;
  padding-right: 6px;
}

.back-blog-page-single .blog-single-inner .blog-content .author-comment ul li:nth-child(2) {
  margin-left: 120px;
  padding: 30px 52px 38px 8px;
}

.back-blog-page-single .blog-single-inner .blog-content .author-comment ul li:nth-child(2) .col-sm-2 {
  padding-right: 6px;
}

.back-blog-page-single .blog-single-inner .blog-content .author-comment ul li:nth-child(2) .image-comments img {
  width: 55px;
}

.back-blog-page-single .blog-single-inner .blog-content .author-comment ul li:nth-child(3) {
  margin-left: 120px;
  padding: 30px 52px 38px 8px;
}

.back-blog-page-single .blog-single-inner .blog-content .author-comment ul li:nth-child(3) .col-sm-2 {
  padding-right: 6px;
}

.back-blog-page-single .blog-single-inner .blog-content .author-comment ul li:nth-child(3) .image-comments img {
  width: 55px;
}

.back-blog-page-single .blog-single-inner .blog-content .author-comment ul li .image-comments {
  margin-top: 0;
}

.back-blog-page-single .blog-single-inner .blog-content .author-comment ul li .image-comments img {
  width: 55px;
  border-radius: 100%;
}

.back-blog-page-single .blog-single-inner .blog-content .author-comment ul li .reply {
  display: block;
  font-size: 14px;
  color: #707175;
}

.back-blog-page-single .blog-single-inner .blog-content .author-comment ul li .reply a {
  color: #168566;
}

.back-blog-page-single .blog-single-inner .blog-content .author-comment ul li .reply a:hover {
  color: #168566;
}

.back-blog-page-single .blog-single-inner .blog-content .author-comment ul li .dsc-comments h4 {
  margin: 0 0 12px;
}

.back-blog-page-single .blog-single-inner .blog-content .author-comment ul li .dsc-comments a {
  padding: 4px 17px;
  font-size: 15px;
  color: #020334;
  font-weight: 500;
  border-radius: 6px;
  border: 2px solid #ecedf3;
}

.back-blog-page-single .blog-single-inner .blog-content .author-comment ul li .dsc-comments a svg {
  width: 19px;
  position: relative;
  top: 6px;
  margin-right: 4px;
}

.back-blog-page-single .blog-single-inner .blog-content .author-comment ul li .dsc-comments a:hover {
  color: #ffffff;
  background: #168566;
  border-color: #168566;
}

.back-blog-page-single .blog-single-inner .blog-content .author-comment ul li .dsc-comments p {
  margin: 12px 0 24px;
  color: #55575c;
  font-size: 16px;
  line-height: 24px;
}

.back-blog-page-single .blog-single-inner .blog-content .blog-form {
  margin-top: 98px;
  z-index: 9;
  position: relative;
}

.back-blog-page-single .blog-single-inner .blog-content .blog-form .back-input {
  position: relative;
}

.back-blog-page-single .blog-single-inner .blog-content .blog-form .back-input img {
  position: absolute;
  bottom: 55px;
  left: 30px;
}

.back-blog-page-single .blog-single-inner .blog-content .blog-form .back-textarea img {
  position: absolute;
  top: 57px;
  left: 47px;
  z-index: 1;
}

.back-blog-page-single .blog-single-inner .blog-content .blog-form h3 {
  font-size: 24px;
  color: #020334;
  font-weight: 800;
  margin-bottom: 38px;
}

.back-blog-page-single .blog-single-inner .blog-content .blog-form form label {
  color: #1a152e;
  font-size: 14px;
  font-weight: 500;
}

.back-blog-page-single .blog-single-inner .blog-content .blog-form form input {
  width: 100%;
  height: 57px;
  padding: 10px 30px 10px 30px;
  background: #f0f1f5;
  border: none;
  outline: none;
  border-radius: 10px;
  margin-bottom: 25px;
  border: 2px solid #f0f1f5;
}

.back-blog-page-single .blog-single-inner .blog-content .blog-form form input:focus {
  border: 2px solid #168566;
  background: none;
}

.back-blog-page-single .blog-single-inner .blog-content .blog-form form textarea {
  width: 100%;
  height: 160px;
  padding: 22px 30px;
  background: #f0f1f5;
  border: none;
  outline: none;
  border-radius: 10px;
  margin-bottom: 25px;
  position: relative;
  border: 2px solid #f0f1f5;
}

.back-blog-page-single .blog-single-inner .blog-content .blog-form form textarea:focus {
  border: 2px solid #168566;
  background: none;
}

.back-blog-page-single .blog-single-inner .blog-content .blog-form form button {
  background: #168566;
  font-size: 16px;
  color: #ffffff;
  border-radius: 10px;
  padding: 10px 38px;
  display: inline-block;
  font-weight: 500;
  transition: all 0.5s ease 0s;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  width: 100%;
}

.back-blog-page-single .blog-single-inner .blog-content .blog-form form button:hover {
  color: #ffffff;
  opacity: .8;
}

.back-blog-page-single .blog-single-inner .blog-content .blog-form form .back-check-box {
  align-items: center;
  margin-top: -6px;
  margin-bottom: 30px;
  color: #55575c;
  font-size: 16px;
}

.back-blog-page-single .blog-single-inner .blog-content .blog-form form .back-check-box a {
  color: #1a152e;
}

.back-blog-page-single .blog-single-inner .blog-content .blog-form form .back-check-box a:hover {
  color: #74727d;
}

.back-blog-page-single .blog-single-inner .blog-content .blog-form form .back-check-box input {
  width: auto;
  margin: 0 8px 0 0;
  height: 16px;
  width: 16px;
}

.back-blog-page-single .blog-single-inner .blog-content .blog-form form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #7b7d82;
  opacity: 1;
  font-size: 16px;
}

.back-blog-page-single .blog-single-inner .blog-content .blog-form form ::-moz-placeholder {
  /* Firefox 19+ */

  color: #7b7d82;
  opacity: 1;
  font-size: 16px;
}

.back-blog-page-single .blog-single-inner .blog-content .blog-form form :-ms-input-placeholder {
  /* IE 10+ */

  color: #7b7d82;
  opacity: 1;
  font-size: 16px;
}

.back-blog-page-single .blog-single-inner .blog-content .blog-form form :-moz-placeholder {
  /* Firefox 18- */

  color: #7b7d82;
  opacity: 1;
  font-size: 16px;
}

.back-blog-page-single .single-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 5px;
  margin-top: 25px;
  position: relative;
}

.back-blog-page-single .single-nav:before {
  content: "";
  margin: 0 6px 0 12px;
  position: absolute;
  background: #e6e7eb;
  width: 1px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.back-blog-page-single .single-nav .back-next {
  text-align: right;
}

.back-blog-page-single .single-nav .back-prev a,
.back-blog-page-single .single-nav .back-next a {
  color: #85838c;
  font-size: 16px;
  font-weight: 500;
}

.back-blog-page-single .single-nav .back-prev a em,
.back-blog-page-single .single-nav .back-next a em {
  display: block;
  font-style: normal;
  font-weight: 600;
  color: #020334;
}

.back-blog-page-single .single-nav .back-prev a:hover,
.back-blog-page-single .single-nav .back-next a:hover {
  color: #168566;
}

.back-blog-page-single .single-nav .back-prev a:hover em,
.back-blog-page-single .single-nav .back-next a:hover em {
  color: #168566;
}

.back-blog-page-single .single-nav .back-prev {
  position: relative;
  padding-left: 28px;
  transition: all 500ms ease;
}

.back-blog-page-single .single-nav .back-prev i:before {
  font-size: 19px;
  margin: 0;
  font-weight: 600;
  position: absolute;
  transform: rotate(-180deg);
  top: 5px;
  left: 0;
  transition: all 500ms ease;
}

.back-blog-page-single .single-nav .back-prev:hover i:before {
  left: -6px;
}

.back-blog-page-single .single-nav .back-next {
  position: relative;
  padding-right: 28px;
  transition: all 500ms ease;
}

.back-blog-page-single .single-nav .back-next i:before {
  font-size: 19px;
  margin: 0;
  font-weight: 600;
  position: absolute;
  top: 5px;
  right: 0;
  transition: all 500ms ease;
}

.back-blog-page-single .single-nav .back-next:hover i:before {
  right: -6px;
}

.back-blog-page-single .single-nav .social-links svg {
  position: relative;
  top: 6px;
}

.back-blog-related {
  padding-top: 95px;
}

.back-blog-related .container {
  padding-left: 0;
  padding-right: 0;
}

.back-blog-related .back-title-related {
  margin: 0 0 36px;
  font-size: 24px;
  font-weight: 800;
  color: #020334;
}

.back-blog-related .container #back-blog-slider li .back-inner {
  box-shadow: 0px 0px 30px -6px rgba(10, 0, 45, 0.15);
  margin-bottom: 40px;
  border-radius: 15px;
  overflow: hidden;
}

.back-blog-related .container #back-blog-slider li .back-inner .back-blog-content {
  padding: 20px 0 0px;
}

.back-blog-related .container #back-blog-slider li .back-inner .back-blog-content h3 {
  margin: 6px 0 12px;
  font-weight: 800;
  font-size: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.back-blog-related .container #back-blog-slider li .back-inner .back-blog-content h3 a {
  color: #020334;
}

.back-blog-related .container #back-blog-slider li .back-inner .back-blog-content h3:hover {
  color: #168566;
}

.back-blog-related .container #back-blog-slider li .back-inner .back-blog-content .back-read-more {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 26px;
}

.back-blog-related .container #back-blog-slider li .back-inner .back-blog-content .back-read-more a {
  font-size: 14px;
  color: #020334;
  font-weight: 600;
}

.back-blog-related .container #back-blog-slider li .back-inner .back-blog-content .back-read-more a i {
  margin-left: 7px;
  position: relative;
  top: 4px;
  font-size: 19px;
}

.back-blog-related .container #back-blog-slider li .back-inner .back-blog-content .back-read-more a:hover {
  color: #168566;
}

.back-blog-related .container #back-blog-slider li .back-inner .back-blog-content ul {
  border-top: 1px solid rgba(2, 3, 52, 0.059);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
}

.back-blog-related .container #back-blog-slider li .back-inner .back-blog-content ul li svg {
  width: 16px;
  height: 16px;
  margin-right: 2px;
  position: relative;
  top: -2px;
}

.back-blog-related .container #back-blog-slider li .back-inner .back-blog-content ul li span {
  margin-right: 10px;
}

.back-blog-related .container #back-blog-slider li .back-inner .back-blog-content em {
  font-size: 13px;
  color: #484859;
  font-weight: 500;
  font-style: normal;
  padding-left: 16px;
  padding-right: 16px;
}

.back-blog-related #back-blog-slider .back-blog-image img {
  height: 300px;
  object-fit: cover;
  transition: 0.5s;
}

.back-blog-related #back-blog-slider .back-blog-image img:hover {
  transform: scale(1.025);
}

.modal {
  z-index: 99999;
}

.gallery-box {
  width: 300px;
  height: 325px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.gallery-box img {
  width: 300px;
  height: 325px;
  border-radius: 10px;
}

.gallery-box .gallery-masonry-item-content {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  top: 100%;
  bottom: -100%;
  transition: 0.5s;
  background-color: #00000075;
  backdrop-filter: blur(10px);
  /* filter: blur(8px); */
  text-align: center;
  color: #fff;
}

.gallery-box .gallery-masonry-item-content .gallery-masonry-item-title {
  color: #fff;
  line-height: 325px;
}

.gallery-box:hover .gallery-masonry-item-content {
  opacity: 1;
  top: 0;
  bottom: 0;

}
@media (min-width: 1520px){
.col-3xl-3{
 flex: 0 0 auto;
width: 25%;   
}
}
.footer-logo img{
    /*filter:brightness(100);*/
}