@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");

/*****************************************************
    01. General CSS Here 
****************************/
html,
body {
  font-size: 16px;
  color: #252525;
  font-family: "Source Sans Pro", 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: "Source Sans Pro", sans-serif;
  color: #18468F;
  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: #0028DF;
  transition: all 0.5s ease 0s;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #0028DF;
}
.font-title {
  font-family: 'Poppins', sans-serif !important;
}
.font-text {
  font-family: 'Poppins', sans-serif !important;
}
.fw-900 {
    font-weight: 900 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-400 {
    font-weight: 400 !important;
}
.fw-300 {
    font-weight: 300 !important;
}
.section-default {
    width: 100%;
    position: relative;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.pinkColor {
  color: #ee3688;
}
/*****************************************************
    02. Common Class CSS Here 
****************************/
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.react-absolute {
  position: absolute;
}
.primary-color {
  color: #0028DF !important;
}
.secondary-color {
  color: #18468F !important;
}
.white-color {
  color: #ffffff !important;
}
.normal {
  font-weight: 400;
}
.z-index-1 {
  position: relative;
  z-index: 1;
}
.no-padding {
  padding: 0;
}
.react__title__section {
  padding-bottom: 30px;
}
.react__title__section h2 {
  font-size: 50px;
  font-weight: 700;
  color: #18468F;
  margin: 0px;
  line-height: 54px;
}
.react__title__section a {
  background: #0028DF;
  border-radius: 6px;
  padding: 10px 26px;
  line-height: 20px;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 12px;
}
.react__title__section a:hover {
  opacity: 0.9;
}
.react__title__section.react__title__section2 h2 {
  font-size: 44px;
  color: #0f1216;
}
.align-v {
  align-items: end;
}
.w-btn {
  cursor: pointer;
  font-size: 15px;
  color: #ffffff;
  background: #2a6df5;
  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: #18468F;
}
.w-btn-2 {
  font-size: 15px;
  padding: 12px 37px;
  border: 2px solid #2a6df5;
}
.w-btn-2:hover {
  border: 2px solid rgba(15, 22, 41, 0.078);
  background-color: #ffffff;
  color: #18468F;
}
.w-btn-3 {
  padding: 7px 28px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  color: #ffffff;
  background: #2a6df5;
  border: 2px solid #2a6df5;
}
.w-btn-3:hover {
  border: 2px solid rgba(15, 22, 41, 0.078);
  background-color: #ffffff;
  color: #18468F;
}
.w-btn-4 {
  padding: 8px 41px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  background: #ffffff;
  color: #18468F;
  border: 2px solid rgba(15, 22, 41, 0.078);
}
.w-btn-4:hover {
  border-color: #2a6df5;
  color: #ffffff;
  background: #2a6df5;
}
.w-btn-5 {
  padding: 8px 31px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  background: #ffffff;
  color: #18468F;
  border: 2px solid rgba(15, 22, 41, 0.078);
}
.w-btn-5:hover {
  border-color: #2a6df5;
  color: #ffffff;
  background: #2a6df5;
}
.w-btn-8 {
  color: #18468F;
  background: #ffffff;
  padding: 3px 31px;
}
.w-btn-8:hover {
  border-color: #2a6df5;
  color: #ffffff;
  background: #2a6df5;
}
.w-btn-9 {
  padding: 7px 40px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  color: #ffffff;
  background: #2a6df5;
  border: 2px solid #2a6df5;
}
.w-btn-9:hover {
  border: 2px solid rgba(15, 22, 41, 0.078);
  background-color: #ffffff;
  color: #18468F;
}
.w-btn-11 {
  height: 40px;
  line-height: 36px;
  padding: 0 17px;
  background: #2a6df5;
  color: #ffffff;
  border-radius: 6px;
  border: 2px solid #2a6df5;
}
.w-btn-11:hover {
  border: 2px solid #ebebf1;
  background-color: transparent;
  color: #18468F;
}
.w-btn-12 {
  height: 40px;
  line-height: 36px;
  padding: 0 17px;
  background: #fd4680;
  color: #ffffff;
  border-radius: 0px;
  border: 2px solid #fd4680;
}
.w-btn-12:hover {
  border: 2px solid #4917bf;
  background-color: transparent;
  color: #18468F;
}
.w-btn-16 {
  padding: 9px 31px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #fd4680;
  color: #ffffff !important;
  border: 2px solid #fd4680;
}
.w-btn-16:hover {
  border: 2px solid #fd4680;
  color: #18468F !important;
  background-color: transparent;
}
.w-btn-blue {
  padding: 10px 20px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: #ffffff;
  color: #18468F;
}
.w-btn-blue-header {
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  background: #ffffff;
  color: #18468F;
  border: rgba(15, 22, 41, 0.078);
}
.w-btn-blue:hover {
  background-color: #2a6df5;
}
.w-btn-blue-2 {
  padding: 10px 20px;
  background: #ffffff;
  color: #18468F;
  border-color: rgba(15, 22, 41, 0.078);
}
.w-btn-blue-2:hover {
  border-color: rgba(15, 22, 41, 0.078);
  color: #ffffff;
}
.react-btn {
  background: #0028DF;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 30px;
  display: inline-block;
  padding: 10px 38px;
  border: 2px solid #0028DF;
  transition: all 0.5s ease 0s;
}
.react-btn:hover {
  background: none;
  color: #0028DF;
}
.react-btn-border {
  background: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.3);
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  display: inline-block;
  padding: 15px 35px 15px 35px;
  transition: all 0.5s ease 0s;
  color: #18468F;
  line-height: 20.11px;
}
.react-btn-border:hover {
  background: #0028DF;
  color: #ffffff;
  border-color: #0028DF;
}
/*****************************************************
    03. Header Section CSS Here  
****************************/
.react-header {
  background: #ffffff;
  position: relative;
  z-index: 9999;
}
.react-header-bg {
  background: #520A17;
}
.react-header-dark {
  position: relative;
}
.react-header.react-header-dark .react-menus li a {
  color: #af2c27;
}
.react-header .react-inner-menus {
  display: flex;
}
.react-header .react-menus > li > a {
  font-family: "Source Sans Pro", sans-serif;
}
.react-header .react-menus li a {
  color: #18468F;
}
.react-header .react-menus li a:hover {
  color: #e93d2c !important;
}
.react-header .react-menus li a.react-current-page {
  color: #fcad2d !important;
}
.react-header .react-main-menu {
  position: relative;
}
.react-header .container {
  max-width: 1340px;
}
.react-header .logo {
  padding: 14px 0 14px 0;
}
.react-header.react-header-two {
  box-shadow: 0px 4px 10px rgba(0, 14, 32, 0.06);
}
.react-header.react-header-two .searchbar-part .phone-part {
  border-left: 1px solid #dfe2e5;
  padding-left: 25px;
}
.react-header.react-header-two .searchbar-part .phone-part a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #0f1216;
}
.react-header.react-header-two .searchbar-part .phone-part a svg {
  color: #0028DF;
}
.react-header.react-header-two .searchbar-part .phone-part a:hover {
  color: #0028DF;
}
.react-header.react-header-two .react-logins {
  border: none;
  padding-left: 20px;
}
.react-header.react-header-two .react-logins a {
  background: #0028DF;
  border-radius: 6px;
  padding: 10px 26px;
  line-height: 20px;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.react-header.react-header-two .react-logins a svg {
  width: 18px;
}
.react-header.react-header-two .react-logins a:hover {
  opacity: 0.9;
}
.react-header.react-header-three .cate-part {
  display: flex;
  align-items: center;
}
.react-header.react-header-three .cate-part svg {
  margin-right: -16px;
  margin-top: 4px;
}
.react-header.react-header-three .cate-part .react-category-menu {
  margin-left: 25px;
}
.react-header.react-header-three .cate-part .react-category-menu li {
  position: relative;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}
.react-header.react-header-three .cate-part .react-category-menu li a {
  color: #091524;
}
.react-header.react-header-three .cate-part .react-category-menu li a:hover {
  color: #0028DF;
}
.react-header.react-header-three .cate-part .react-category-menu li a i {
  font-size: 22px;
  position: relative;
  top: 4px;
}
.react-header.react-header-three .cate-part .react-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;
  border-radius: 0 0 4px 4px;
}
.react-header.react-header-three .cate-part .react-category-menu li ul li {
  padding: 3px 0;
}
.react-header.react-header-three .cate-part .react-category-menu li:hover ul {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.react-header.react-header-three
  .cate-part
  .react-category-menu
  li:hover
  ul
  li {
  font-size: 15px;
}
.react-header.react-header-three .cate-part:hover {
  color: #0028DF;
}
.react-header.react-header-three .cate-part:hover .react-category-menu li {
  color: #0028DF;
}
.react-header.react-header-three .cate-part:hover .react-category-menu li ul {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.react-header.react-header-three
  .cate-part:hover
  .react-category-menu
  li
  ul
  li {
  font-size: 15px;
}
.react-header.react-sticky {
  background: #520A17;
  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;
}
.react-header.react-sticky .logo-text img {
	max-width: 250px;
}
.react-header.react-sticky .toolbar-area {
  display: none;
}
.react-header .menu-title {
  font-size: 18px;
  font-weight: 700;
  color: #18468F;
}
.react-header .searchbar-part {
  display: flex;
  align-items: center;
}
.react-header .searchbar-part .search-form {
  background: #f4f5f5;
  border-radius: 6px;
  padding: 7px 18px 9px 25px;
}
.react-header .searchbar-part .search-form [type="text"] {
  border: none;
  color: #4b5b70;
  font-size: 14px;
  outline: none;
  background: none;
}
.react-header .searchbar-part .search-form button {
  border: none;
  background: none;
  padding: 0;
}
.react-header .searchbar-part .react-login {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  border-left: 1px solid #dfe2e5;
  padding: 0 30px;
}
.react-header .searchbar-part .react-login a {
  color: #18468F;
}
.react-header .searchbar-part .react-login a:hover {
  color: #0028DF;
}
.react-header .searchbar-part .react-login svg {
  color: #18468F;
  margin-right: 3px;
  position: relative;
  top: -3px;
  width: 19px;
}
.react-header .topbar-area.style1 {
  background: #2B090E; 
  color: #fff;
  padding: 8px 0;
  font-size: 14px;
}

.react-header .topbar-area.style1 .topbar-contact ul {
  display: flex;
}
.react-header .topbar-area.style1 .topbar-contact ul li {
  margin-left: 30px;
}
.react-header .topbar-area.style1 .topbar-contact ul li svg {
  width: 32px;
  min-width: 32px;
  padding-right: 5px;
}
.react-header .topbar-area.style1 .topbar-contact ul li:first-child {
  margin-left: 0;
}
.react-header .topbar-area.style1 li a {
  color: #fff;
  font-size: 16px;
}
.react-header .topbar-area.style1 li a:hover {
  color: #b5b2b2;
}
.react-header .topbar-area.style1 ul.social-links li {
  margin-right: 30px;
}
.react-header .topbar-area.style1 ul.social-links li a {
  width: unset;
  height: unset;
  line-height: unset;
  border: 0;
}
.react-header .topbar-area.style1 ul.social-links li a>span{
	font-size: 22px;
}
.react-header .topbar-area.style1 ul.social-links li a:hover {
  background: transparent;
  color: #b5b2b2;
}
.react-sub-shadow li ul.sub-menu {
  box-shadow: 0px 30px 30px 0px rgba(10, 0, 45, 0.1);
}
@-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);
  }
}
.event__video-btn--play {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.event__video-btn--play-btn {
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 86px;
  text-align: center;
  font-size: 25px;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  color: #2a6df5;
  border-color: #ffffff;
}
.event__video-btn {
  position: relative;
}
.event__video-btn--play-btn::before {
  content: "";
  height: 120px;
  width: 120px;
  position: absolute;
  left: -15px;
  top: -15px;
  border: 1px solid rgba(255, 255, 255, 0.302);
  border-radius: 50%;
  animation: videoBtnAnim 3s linear infinite;
  display: block;
}
.event__video-btn--play-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.event__video-btn--play-btn i {
  z-index: 2;
  position: relative;
  top: 9px;
  font-size: 35px;
}
@-webkit-keyframes videoBtnAnim {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes videoBtnAnim {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.react__shape__abd {
  position: absolute;
  right: 51.5%;
  top: 45%;
}
.react__shape__ab {
  position: absolute;
  right: 54.5%;
  top: 28%;
  -webkit-animation: slide-top 5000ms linear infinite alternate;
  animation: slide-top 5000ms linear infinite alternate;
}
.react__shape__abc {
  position: absolute;
  right: 39%;
  top: 80%;
  -webkit-animation: slide-top 5000ms linear infinite alternate;
  animation: slide-top 5000ms linear infinite alternate;
}
/*****************************************************
    04. Banner Section CSS Here   
****************************/
.home-banner-part {
  position: relative;
}
.home-banner-part .container {
  max-width: 1430px;
}
.home-banner-part .react__shape__1 {
  position: absolute;
  left: 100px;
  top: 80px;
  -webkit-animation: slide-top 5000ms linear infinite alternate;
  animation: slide-top 5000ms linear infinite alternate;
}
.home-banner-part .react__shape__2 {
  position: absolute;
  left: -240px;
  bottom: 80px;
  -webkit-animation: slide-top 5500ms linear infinite alternate-reverse;
  animation: slide-top 5500ms linear infinite alternate-reverse;
}
.home-banner-part .react__shape__3 {
  position: absolute;
  right: -35px;
  top: 80px;
  -webkit-animation: slide-top 5500ms linear infinite alternate-reverse;
  animation: slide-top 5500ms linear infinite alternate-reverse;
}
.home-banner-part .react__shape__4 {
  position: absolute;
  right: 250px;
  bottom: 190px;
  -webkit-animation: rotate-center 6600ms ease-in-out infinite alternate both;
  animation: rotate-center 6600ms ease-in-out infinite alternate both;
}
.home-banner-part .react__shape__5 {
  position: absolute;
  right: 460px;
  top: 160px;
}
.home-banner-part .banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.home-banner-part .banner-content .banner-title {
  font-size: 54px;
  margin-bottom: 15px;
  color: #091524;
  line-height: 64px;
  font-weight: 800;
  letter-spacing: -0.9px;
}
.home-banner-part .banner-content .banner-desc {
  font-size: 18px;
  color: #3e3e51;
}
.home-banner-part .banner-content .react-btn {
  padding: 12px 38px;
}
.home-banner-part .react__hero__card {
  position: absolute;
  top: 280px;
  right: 172px;
  width: 310px;
  background-color: #ffffff;
  border: 1px solid #ebebf1;
  box-shadow: 0px 20px 60px 0px rgba(0, 15, 56, 0.1);
  border-radius: 10px;
  -webkit-animation: slide-top 5500ms linear infinite alternate;
  animation: slide-top 5500ms linear infinite alternate;
}
.home-banner-part .react__hero__card .react__thumb {
  position: relative;
}
.home-banner-part .react__hero__card .react__thumb img {
  border-radius: 12px 12px 0 0;
}
.home-banner-part .react__hero__card .react__thumb .react__price {
  border-radius: 50%;
  background-color: #0028DF;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 29px;
  bottom: -23px;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
}
.home-banner-part .react__hero__card .hero__card-content {
  padding: 30px;
}
.home-banner-part .react__hero__card .hero__card-content .react-category {
  font-size: 14px;
  line-height: 28px;
  color: #f11e78;
  background-color: rgba(241, 30, 120, 0.059);
  border-radius: 12px;
  padding: 4px 14px;
}
.home-banner-part .react__hero__card .hero__card-content .react-course-title {
  font-size: 20px;
  line-height: 1.5;
  margin: 14px 0 16px;
  font-weight: 800;
}
.home-banner-part .react__hero__card .hero__card-content .react-course-title a {
  color: #0f1629;
}
.home-banner-part
  .react__hero__card
  .hero__card-content
  .react-course-title
  a:hover {
  color: #0028DF;
}
.home-banner-part .react__hero__card .hero__card-content .hero__card-icon {
  justify-content: space-between;
}
.home-banner-part
  .react__hero__card
  .hero__card-content
  .hero__card-icon
  .hero__card-icon--1
  svg {
  border-radius: 50%;
  background-color: #f2f6fe;
  padding: 7px;
  width: 32px;
  height: 32px;
  color: #0028DF;
}
.home-banner-part
  .react__hero__card
  .hero__card-content
  .hero__card-icon
  .hero__card-icon--1
  span {
  font-weight: 500;
  font-size: 15px;
  color: #4b4c57;
  padding-left: 7px;
}
.home-banner-part
  .react__hero__card
  .hero__card-content
  .hero__card-icon
  .hero__card-icon--2
  svg {
  border-radius: 50%;
  background-color: #fff9f1;
  padding: 7px;
  width: 32px;
  height: 32px;
  color: #ff9415;
}
.home-banner-part
  .react__hero__card
  .hero__card-content
  .hero__card-icon
  .hero__card-icon--2
  span {
  font-weight: 500;
  font-size: 15px;
  color: #4b4c57;
  padding-left: 7px;
}
.home-banner-part
  .react__hero__card
  .hero__card-content
  .hero__card-icon
  .react__user
  img {
  width: 35px;
  border-radius: 50%;
}
@-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);
  }
}
@-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);
  }
}
.hero4__area {
  overflow: hidden;
  position: relative;
  background: url(assets/images/hero/01.png) no-repeat center top;
  background-size: cover;
}
.hero4__area .container.hero4__width {
  max-width: 1200px;
}
.hero4__area .container.hero4__width .row {
  align-items: center;
}
.hero4__area .hero4__content span {
  font-size: 24px;
  font-weight: 700;
  color: #fd4680;
}
.hero4__area .hero4__content h1 {
  font-size: 70px;
  line-height: 74px;
  font-weight: 700;
  color: #ffffff;
  padding-bottom: 0;
  margin: 0 0 10px;
}
.hero4__area .event__video-btn--plays {
  position: relative;
}
.hero4__area .event__video-btn--plays .event__videos {
  position: relative;
  top: 7px;
}
.hero4__area .event__video-btn--plays i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.2);
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  font-size: 28px;
  transition: all 0.5s ease;
}
.hero4__area .event__video-btn--plays i:hover {
  border-color: #0028DF;
}
.hero4__area .event__video-btn--plays em {
  color: #ffffff;
  line-height: 25px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  margin-left: 10px;
  font-style: normal;
  position: relative;
  top: -9px;
  transition: all 0.5s ease;
}
.hero4__area .event__video-btn--plays .event__videos:hover {
  color: #0028DF;
}
.hero4__area .event__video-btn--plays .event__videos:hover i {
  border-color: #0028DF;
  color: #0028DF;
}
.hero4__area .event__video-btn--plays .event__videos:hover em {
  color: #0028DF;
}
.hero4__area .hero4__content p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffff;
  padding-bottom: 16px;
}
.hero4__area .hero4__content .hero4-btn {
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  background: #fff;
  padding: 14px 35px 14px 35px;
  color: #0f1216;
  display: inline-block;
  margin-top: 0px;
  line-height: 20px;
  margin-right: 25px;
}
.hero4__area .hero4__content .hero4-btn:hover {
  background: #0028DF;
  color: #fff;
}
.hero4__area .hero4__image {
  padding-top: 90px;
  padding-left: 56px;
}
.hero4__area .hero4__image-1 {
  position: relative;
  z-index: 1;
}
.hero4__area .hero4__image-2 {
  position: absolute;
  top: 50%;
  right: 17.4%;
  -webkit-animation: hero3-image 3s linear infinite alternate;
  -moz-animation: hero3-image 3s linear infinite alternate;
  -o-animation: hero3-image 3s linear infinite alternate;
  animation: hero3-image 3s linear infinite alternate;
}
.hero4__area .hero4__image-course {
  border-radius: 50%;
  position: absolute;
  box-shadow: 0px 30px 40px 0px rgba(122, 0, 39, 0.2);
  background-color: #fd467f;
  top: 69.5%;
  right: 71.5%;
  width: 150px;
  height: 150px;
  -webkit-animation: hero3-image 3s linear infinite alternate;
  -moz-animation: hero3-image 3s linear infinite alternate;
  -o-animation: hero3-image 3s linear infinite alternate;
  animation: hero3-image 3s linear infinite alternate;
}
.hero4__area .hero4__shape img {
  position: absolute;
  z-index: 1;
}
.hero4__area .hero4__shape-1 {
  bottom: 60%;
  left: 13%;
  -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;
}
.hero4__area .hero4__shape-2 {
  top: 50%;
  left: 0%;
  -webkit-animation: hero-leaf-2 3s linear infinite alternate;
  -moz-animation: hero-leaf-2 3s linear infinite alternate;
  -o-animation: hero-leaf-2 3s linear infinite alternate;
  animation: hero-leaf-2 3s linear infinite alternate;
}
.hero4__area .hero4__shape-3 {
  top: 53%;
  left: 54%;
  -webkit-animation: hero-leaf-2 3s linear infinite alternate;
  -moz-animation: hero-leaf-2 3s linear infinite alternate;
  -o-animation: hero-leaf-2 3s linear infinite alternate;
  animation: hero-leaf-2 3s linear infinite alternate;
}
.hero4__area .hero4__shape-4 {
  top: 38%;
  right: 13%;
  -webkit-animation: hero-leaf-2 3s linear infinite alternate;
  -moz-animation: hero-leaf-2 3s linear infinite alternate;
  -o-animation: hero-leaf-2 3s linear infinite alternate;
  animation: hero-leaf-2 3s linear infinite alternate;
}
.hero4__area .hero4__shape-5 {
  top: 76%;
  right: 12%;
  -webkit-animation: hero-leaf-2 3s linear infinite alternate;
  -moz-animation: hero-leaf-2 3s linear infinite alternate;
  -o-animation: hero-leaf-2 3s linear infinite alternate;
  animation: hero-leaf-2 3s linear infinite alternate;
}
@keyframes hero-leaf {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes hero-leaf-2 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-30px);
  }
}
@keyframes hero3-image {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes hero-leaf-4 {
  0% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(0px);
  }
}
/*****************************************************
    05. Course Filter CSS Here 
****************************/
.react-course-filter {
  background: #f5f5f5;
}
.react-course-filter.related__course {
  background: none;
  padding-top: 90px;
}
.react-course-filter.related__course h3 {
  font-weight: 700;
  color: #0f1216;
  font-size: 20px;
  padding-bottom: 10px;
}
.react-course-filter.related__course .single-studies .inner-course {
  box-shadow: 0px 1px 2px rgba(15, 18, 22, 0.1);
  border-radius: 6px;
  background: #fff;
}
.react-course-filter .react-filter {
  padding-bottom: 65px;
}
.react-course-filter .react-filter button {
  border: none;
  margin: 0 0 0 15px;
  color: #5b5f64;
  padding: 4px 30px 6px;
  border-radius: 6px;
  font-weight: 400;
  transition: all 0.5s ease 0s;
  background: #ffffff;
  box-shadow: 0px 1px 2px rgba(0, 14, 32, 0.1);
}
.react-course-filter .react-filter button:hover {
  background: #0028DF;
  color: #ffffff;
}
.react-course-filter .react-filter button.active {
  background: #0028DF;
  color: #ffffff;
}
.react-course-filter .react__title__section h2 {
  font-size: 44px;
  line-height: 56px;
  color: #0f1216;
}
.react-course-filter .react__title__section h6 {
  font-size: 18px;
  color: #5b5f64;
  line-height: 22px;
  font-weight: 400;
  margin-top: 15px;
  display: block;
}
.react-course-filter .single-studies {
  margin-bottom: 25px;
}
.react-course-filter .single-studies .inner-course {
  background: #ffffff;
  border-radius: 10px;
}
.react-course-filter .single-studies .inner-course .case-img {
  position: relative;
}
.react-course-filter .single-studies .inner-course .case-img a {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  background: #0028DF;
  display: inline-block;
  padding: 4px 9px 7px;
  color: #fff;
  border-radius: 4px;
  position: absolute;
  right: 22px;
  top: 20px;
}
.react-course-filter .single-studies .inner-course .case-content {
  padding: 30px 38px 20px 35px;
}
.react-course-filter .single-studies .inner-course .case-content .case-title {
  margin: 6px 0 30px;
  font-size: 20px;
  font-weight: 600;
}
.react-course-filter .single-studies .inner-course .case-content .case-title a {
  color: #0f1216;
}
.react-course-filter
  .single-studies
  .inner-course
  .case-content
  .case-title
  a:hover {
  color: #0028DF;
}
.react-course-filter .single-studies .inner-course .case-content .react__user {
  font-size: 16px;
  color: #5b5f64;
  font-weight: 400;
}
.react-course-filter
  .single-studies
  .inner-course
  .case-content
  .react__user
  img {
  margin-right: 12px;
  height: 30px;
}
.react-course-filter
  .single-studies
  .inner-course
  .case-content
  .react-ratings {
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-top: 14px;
  justify-content: space-between;
}
.react-course-filter
  .single-studies
  .inner-course
  .case-content
  .react-ratings
  li:last-child {
  padding-right: 0;
}
.react-course-filter
  .single-studies
  .inner-course
  .case-content
  .react-ratings
  li.price {
  color: #0f1216;
  font-size: 20px;
  font-weight: 600;
}
.react-course-filter .single-studies .inner-course .case-content ul {
  display: flex;
}
.react-course-filter .single-studies .inner-course .case-content ul li {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #5b5f64;
  font-weight: 400;
  padding-right: 30px;
}
.react-course-filter .single-studies .inner-course .case-content ul li svg {
  margin-right: 10px;
  width: 20px;
}
.react-course-filter
  .single-studies
  .inner-course
  .case-content
  ul
  li
  svg.feather-star {
  color: #ffa439;
}
.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;
}
/*****************************************************
    06. Slider Section CSS Here  
****************************/
.home-sliders {
  position: relative;
}
.home-sliders .slider-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.home-sliders .slider-content .slider-title {
  font-size: 70px;
  margin-bottom: 15px;
  color: #ffffff;
  line-height: 74px;
  font-weight: 700;
  display: block;
  margin-top: 20px;
}
.home-sliders .slider-content .slider-pretitle {
  padding: 3px 15px 8px;
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 22px;
  font-weight: 400;
  line-height: 32px;
  background: #E91C25;
}
.home-sliders .slider-content .slider-desc {
  font-size: 18px;
  color: #ffffff;
}
.home-sliders .slider-content .slider-btn {
  margin-top: 32px;
}
.home-sliders .slider-content .slider-btn .react-btn-border {
  background: none;
  color: #ffffff;
}
.home-sliders .slider-content .slider-btn .react-btn-border:hover {
  background: #E91C25;
  color: #ffffff;
  border-color: #E91C25;
}
.home-sliders .event__video-btn--play-btn {
  color: #18468F;
}
.home-sliders .owl-nav {
  position: absolute;
  display: block;
  top: 43%;
  right: unset;
  width: 100%;
  opacity: 1;
  transition: all 0.5s ease 0s;
}
.home-sliders .owl-nav [class*="owl-"] {
  position: absolute;
  left: 20px;
  display: inline-block;
  font-size: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #ffffff;
  background: transparent;
  border: 2px solid rgba(245, 245, 245, 0.08);
  border-radius: 100%;
  transition: all 0.5s ease 0s;
}
.home-sliders .owl-nav [class*="owl-"]:before {
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 45px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.48);
  line-height: 28px;
}
.home-sliders .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: 70px;
}
.home-sliders .owl-nav [class*="owl-"].owl-next span {
  font-size: 0;
}
.home-sliders .owl-nav [class*="owl-"].owl-prev {
  left: 70px;
  right: auto;
}
.home-sliders .owl-nav [class*="owl-"].owl-prev:before {
  content: "\f053";
}
.home-sliders .owl-nav [class*="owl-"].owl-prev span {
  font-size: 0;
}
.home-sliders .owl-nav [class*="owl-"]:hover {
  color: #18468F;
  background: #ffffff;
  border-color: #ffffff;
}
.home-sliders .owl-nav [class*="owl-"]:hover:before {
  color: #0028DF;
}
.home-sliders .event__video-btn--play {
  right: 28%;
  left: auto;
}
.home-sliders .event__video-btn--play em {
  position: absolute;
  width: 250px;
  color: #ffffff;
  margin-left: 50px;
  line-height: 25px;
  font-weight: 700;
  font-size: 20px;
  text-align: left;
  margin-top: 20px;
  font-style: normal;
}
.my-element {
  animation: bounce;
  /* referring directly to the animation's @keyframe declaration */

  animation-duration: 8s;
  /* don't forget to set a duration! */
}
.category__area {
  padding: 115px 0 125px 0;
}
.category__area .container.category__width {
  max-width: 1030px;
  position: relative;
}
.category__area .container.category__width:before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  bottom: -21px;
  left: 0;
  right: 0;
  background: #eef4fe;
  border-radius: 50%;
  margin: 0 auto;
}
.category__area .container.category__width .row {
  justify-content: center;
}
.category__area .category__top-wrapper {
  padding-bottom: 38px;
}
.category__area .category__top-wrapper-1 {
  font-size: 16px;
  font-weight: 600;
  color: #3563cc;
}
.category__area .category__top-wrapper-2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
  color: #020334;
}
.category__area .category__wrapper {
  max-width: 100%;
  padding: 8px 22px 8px 22px;
  border-radius: 6px;
  background-color: white;
  box-shadow: 0px 30px 40px 0px rgba(0, 16, 35, 0.12);
  display: flex;
  align-items: center;
}
.category__area .category__wrapper img {
  display: inline-block;
  width: 34px;
  height: 34px;
}
.category__area .category__wrapper img:not(:last-child) {
  margin-right: 10px;
}
.category__area .category__wrapper h4 {
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  line-height: 50px;
  vertical-align: sub;
  margin: 0;
}
.category__area .category__wrapper h4 a {
  color: #18468F;
}
.category__area .category__wrapper:hover a {
  color: #0028DF;
}
.category__area .category__wrapper.category__wrapper2 img {
  height: 36px;
}
.category__area .category__wrapper.category__wrapper6 img {
  height: 29px;
}
.category__area .category__inner {
  position: relative;
  z-index: 1;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  border-left: 3px solid #ffffff;
  border-radius: 6px;
}
.category__area .category__inner:hover {
  transform: translateY(-2px);
  border-color: #0028DF;
}
.react-logo-area.brand__area {
  padding: 0 0 120px;
}
.react-logo-area.brand__area .brand__width {
  background: #f6f6fb;
  max-width: 1170px;
  margin: 0 auto;
  padding: 45px 0 70px;
  border-radius: 12px;
}
.react-logo-area .brand__title {
  padding: 5px;
  display: inline-block;
  font-size: 24px;
  font-weight: 800;
  line-height: 50px;
  color: #020334;
}
.react-logo-area .brand__slider {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.react-logo-area .brand__slider .brand__item {
  padding: 0 40px;
}
/*****************************************************
    07. Banner Two Section CSS Here 
****************************/
.hero3__area {
  overflow: hidden;
  background: url(assets/images/banner2/bg2.png) no-repeat center top;
  padding-bottom: 180px;
  padding-top: 160px;
  background-size: cover;
}
.hero3__area .about__content {
  max-width: 640px;
  margin: 0 auto;
  padding-top: 30px;
}
.hero3__area .about__content ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.hero3__area .about__content ul li {
  display: flex;
  align-items: center;
  border-top: 1px solid #ededed;
  padding: 30px 28px;
}
.hero3__area .about__content ul li:first-child {
  border-top: none;
}
.hero3__area .about__content ul li .icon {
  margin-right: 15px;
}
.hero3__area .about__content ul li .icon img {
  margin-top: -50px;
}
.hero3__area .about__content ul li .text {
  flex: 1;
}
.hero3__area .about__content ul li .text h4 {
  margin: 0 0 14px;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
}
.hero3__area .about__content ul li .text p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #5b5f64;
}
.hero3__area .about__content ul li a {
  border-radius: 50%;
  width: 44px;
  height: 44px;
  border: 2px solid #ededed;
  text-align: center;
  line-height: 36px;
}
.hero3__area .about__content ul li a svg {
  width: 18px;
  color: #18468F;
}
.hero3__area .about__content ul li a:hover {
  background: #0028DF;
  color: #ffffff;
}
.hero3__area .about__content ul li a:hover svg {
  color: #ffffff;
}
.hero3__area .hero3__content {
  text-align: center;
}
.hero3__area .hero3__content .hero3__title {
  font-size: 70px;
  line-height: 74px;
  font-weight: 600;
  color: #0f1216;
  margin: 0;
}
.hero3__area .hero3__content .hero3__title em {
  color: #0028DF;
  font-style: normal;
}
.hero3__area .hero3__content .search-form {
  background: #fff;
  border-radius: 0px;
  padding: 14px 18px 16px 25px;
  box-shadow: 0px 20px 20px rgba(0, 14, 32, 0.1);
  max-width: 570px;
  margin: 40px auto 25px;
  position: relative;
  border-left: 3px solid #0028DF;
}
.hero3__area .hero3__content .search-form [type="text"] {
  border: none;
  color: #4b5b70;
  font-size: 14px;
  outline: none;
  background: none;
  width: 100%;
}
.hero3__area .hero3__content .search-form button {
  border: none;
  background: none;
  padding: 0;
  position: absolute;
  right: 20px;
}
.hero3__area .hero3__content .hero3__paragraph {
  font-size: 16px;
  line-height: 20.11px;
  color: #18468F;
}
.hero3__area .hero3__content .hero3__paragraph a {
  color: #0028DF;
}
.hero3__area .hero3__content .hero3__paragraph a svg {
  width: 18px;
}
.p-relative {
  position: relative;
}
.hero3__image {
  margin-left: 0;
  position: absolute;
  right: -10%;
  top: 8%;
}
.hero3__image .hero3__image-1 {
  border-radius: 50%;
}
.hero3__image-2 {
  position: absolute;
  top: 56%;
  right: -22%;
  -webkit-animation: hero3-image 3s linear infinite alternate;
  -moz-animation: hero3-image 3s linear infinite alternate;
  -o-animation: hero3-image 3s linear infinite alternate;
  animation: hero3-image 3s linear infinite alternate;
}
.hero3__shape img {
  position: absolute;
  z-index: 1;
}
.hero3__shape-1 {
  top: 32%;
  left: 2%;
  -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;
}
.hero3__shape-2 {
  top: 44%;
  left: 4.5%;
  -webkit-animation: hero-leaf-2 3s linear infinite alternate;
  -moz-animation: hero-leaf-2 3s linear infinite alternate;
  -o-animation: hero-leaf-2 3s linear infinite alternate;
  animation: hero-leaf-2 3s linear infinite alternate;
}
.hero3__shape-3 {
  top: 57%;
  left: 72%;
  -webkit-animation: hero-leaf-4 3s linear infinite alternate;
  -moz-animation: hero-leaf-4 3s linear infinite alternate;
  -o-animation: hero-leaf-4 3s linear infinite alternate;
  animation: hero-leaf-4 3s linear infinite alternate;
}
.hero3__shape-4 {
  top: 14.5%;
  right: 19%;
  -webkit-animation: hero-leaf-4 3s linear infinite alternate;
  -moz-animation: hero-leaf-4 3s linear infinite alternate;
  -o-animation: hero-leaf-4 3s linear infinite alternate;
  animation: hero-leaf-4 3s linear infinite alternate;
}
.hero3__shape-5 {
  top: 69%;
  right: 9%;
  -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;
}
.hero3__shape-6 {
  top: 30%;
  right: 0%;
  -webkit-animation: hero-leaf-2 3s linear infinite alternate;
  -moz-animation: hero-leaf-2 3s linear infinite alternate;
  -o-animation: hero-leaf-2 3s linear infinite alternate;
  animation: hero-leaf-2 3s linear infinite alternate;
}
@keyframes hero-leaf {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes hero-leaf-2 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-30px);
  }
}
@keyframes hero3-image {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes hero-leaf-4 {
  0% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(0px);
  }
}
/*****************************************************
    08. Service CSS Here 
****************************/
.react_populars_topics .container {
  max-width: 1200px;
}
.react_populars_topics .item__inner {
  border: 2px solid rgba(15, 22, 41, 0.078);
  border-radius: 6px;
  padding: 40px 35px 35px 35px;
  position: relative;
  transition: all 0.5s ease 0s;
  margin-bottom: 30px;
  text-align: center;
}
.react_populars_topics .item__inner:before {
  position: absolute;
  content: "";
  left: 0px;
  right: 0;
  top: -3px;
  border-radius: 6px 6px 0 0;
  height: 8px;
  width: 100%;
  z-index: 1;
  border-top: 3px solid #0028DF;
  transition: all 0.5s ease 0s;
  opacity: 0;
}
.react_populars_topics .item__inner h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin: 25px 0 0px;
}
.react_populars_topics .item__inner h3 a {
  color: #18468F;
}
.react_populars_topics .item__inner h3 a:hover {
  color: #0028DF;
}
.react_populars_topics .item__inner p {
  font-size: 16px;
  color: #5b5f64;
  margin: 0;
  line-height: 20px;
}
.react_populars_topics .item__inner:hover {
  box-shadow: 0px 30px 50px 0px rgba(0, 15, 56, 0.1),
    inset 0px 3px 0px 0px rgba(42, 109, 245, 0.004);
  border-color: #ffffff;
}
.react_populars_topics .item__inner:hover:before {
  opacity: 1;
}
.react_populars_topics.react_populars_topics .item__inner {
  text-align: left;
}
.react_populars_topics.react_populars_topics2 .item__inner {
  border: none;
  border-radius: 10px;
  padding: 40px 35px 35px 35px;
  position: relative;
  transition: all 0.5s ease 0s;
  margin-bottom: 30px;
  text-align: left;
  box-shadow: 0px 30px 60px rgba(15, 18, 22, 0.1);
}
.react_populars_topics.react_populars_topics2 .item__inner:before {
  opacity: 0;
}
.react_populars_topics.react_populars_topics2 .item__inner h3 {
  font-weight: 700;
  margin: 25px 0 14px;
}
.react_populars_topics.react_populars_topics2 .item__inner h3 a {
  color: #0f1216;
  font-size: 20px;
  font-weight: 700;
}
.react_populars_topics.react_populars_topics2 .item__inner h3 a:hover {
  color: #0028DF;
}
.react_populars_topics.react_populars_topics2 .item__inner p {
  font-size: 16px;
  color: #5b5f64;
  margin: 0;
  line-height: 24px;
}
.react_populars_topics.react_populars_topics2 .item__inner a {
  font-size: 14px;
  font-weight: 600;
  color: #0f1216;
  display: inline-block;
  margin-top: 16px;
}
.react_populars_topics.react_populars_topics2 .item__inner a svg {
  width: 18px;
}
.react_populars_topics.react_populars_topics2 .item__inner a:hover {
  color: #0028DF;
}
.react_populars_topics.react_populars_topics2 .item__inner:hover {
  box-shadow: 0px 30px 50px 0px rgba(0, 15, 56, 0.1),
    inset 0px 3px 0px 0px rgba(42, 109, 245, 0.004);
  border-color: #ffffff;
}
.react_populars_topics.react_populars_topics2 .item__inner:hover:before {
  opacity: 0;
}
.react_populars_topics.react_populars_topics_about .react__title__section-all {
  background: #f2f4f9;
  max-width: 1350px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 200px;
  border-radius: 10px;
}
.react_populars_topics.react_populars_topics_about .container {
  margin-top: -200px;
}
.react_populars_topics.react_populars_topics_about.react_populars_topics.react_populars_topics2
  .item__inner {
  background: #fff;
}
.react__title__section-all h2 {
  font-size: 44px;
  font-weight: 700;
  color: #0f1216;
  margin: 0 0 10px;
  line-height: 54px;
}
.react__title__section-all h6 {
  font-size: 16px;
  line-height: 20px;
  color: #E91C25;
  font-weight: 600;
  margin: 0 0 12px;
}
/*****************************************************
    09. Popular Topics CSS Here 
****************************/
.react_popular_topics .item__inner {
  position: relative;
  transition: all 0.5s ease 0s;
  margin-bottom: 30px;
}
.react_popular_topics .item__inner .icon img {
  width: 100%;
}
.react_popular_topics .item__inner:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  border-radius: 6px 6px 0 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(15, 18, 22, 0) 46.67%,
    rgba(15, 18, 22, 0.9) 91%
  );
  transition: all 0.5s ease 0s;
  bottom: 0;
}
.react_popular_topics .item__inner .react-content {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
.react_popular_topics .item__inner .react-content h3 {
  font-size: 22px;
  color: #ffffff;
  line-height: 27.65px;
  margin: 0;
  font-weight: 700;
}
.react_popular_topics .item__inner .react-content h3 a {
  color: #ffffff;
}
.react_popular_topics .item__inner .react-content h3 a:hover {
  color: #b5b2b2;
}
.react_popular_topics .item__inner a.r__link {
  font-size: 14px;
  color: #ffffff;
  line-height: 17.6px;
  margin: 0;
  font-weight: 700;
}
.react_popular_topics .item__inner a.r__link svg {
  width: 18px;
}
.react_popular_topics .item__inner a.r__link:hover {
  color: #b5b2b2;
}
.react_popular_topics .item__inner:hover:before {
  background: rgba(15, 18, 22, 0.8);
}
.react_popular_topics .item__inner:hover a.r__link {
  color: #b5b2b2;
}
/*****************************************************
    10. About Section CSS Here 
****************************/
.about__area h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 54px;
}
.about__area h2 em {
  color: #E91C25;
  font-style: normal;
}
.about__area.about__area_one .about__content {
  padding-top: 60px;
  padding-left: 60px;
}
.about__area.about__area_one .about__paragraph {
  font-size: 20px;
  color: #777777;
  line-height: 30px;
}
.about__area.about__area_one p.about__paragraph2 {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 44px;
  margin-bottom: 38px;
}
.about__area.about__area_one p {
  font-size: 16px;
  line-height: 26px;
  color: #777;
}
.about__area.about__area_one p a {
  color: #E91C25;
  text-decoration: underline !important;
  font-weight: 700;
}
.about__area.about__area_one p a svg {
  width: 18px;
}
.about__area.about__area_one p a:hover {
  opacity: 0.9;
}
.about__area.about__area_one ul {
  display: flex;
  margin-top: 40px;
}
.about__area.about__area_one ul li .more-about {
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  border: 2px solid rgba(0, 48, 110, 0.1);
  padding: 14px 35px 14px 35px;
  color: #18468F;
  display: inline-block;
  line-height: 20px;
}
.about__area.about__area_one ul li .more-about svg {
  width: 18px;
}
.about__area.about__area_one ul li .more-about:hover {
  background: #E91C25;
  color: #ffffff;
  border-color: #E91C25;
}
.about__area.about__area_one ul li.last-li {
  background: url(assets/images/about/comment.png) no-repeat left top;
  padding-left: 72px;
  margin-left: 30px;
}
.about__area.about__area_one ul li.last-li em {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 15px;
  margin-top: 5px;
  font-style: normal;
}
.about__area.about__area_one ul li.last-li a {
  font-size: 18px;
  color: #18468F;
  font-weight: 700;
}
.about__area.about__area_one ul li.last-li a:hover {
  color: #E91C25;
}
.about2__area h2 {
  color: #0f1216;
  font-size: 44px;
  line-height: 56px;
}
.about2__area h2 em {
  color: #0028DF;
}
.about2__area .about__image {
  position: relative;
}
.about2__area .react__shape__1 {
  position: absolute;
  left: -8%;
  top: 57%;
  -webkit-animation: slide-top 5000ms linear infinite alternate;
  animation: slide-top 5000ms linear infinite alternate;
  z-index: 1;
}
.about2__area .about__content {
  padding-left: 70px;
}
.about2__area .about__content .about__paragraph {
  font-size: 18px;
  line-height: 28px;
  color: #5b5f64;
}
.about2__area .react__shape__2 {
  position: absolute;
  right: 60px;
  bottom: -30px;
  z-index: -1;
}
.about2__area .react__shape__11 {
  position: absolute;
  left: -22px;
  top: -23px;
  z-index: -1;
}
.about2__area .react__shape__33 {
  position: absolute;
  right: -13px;
  top: 60px;
  -webkit-animation: slide-top 5000ms linear infinite alternate-reverse;
  animation: slide-top 5000ms linear infinite alternate-reverse;
  z-index: 2;
}
.about2__area .about__btn a {
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  border: 2px solid rgba(0, 48, 110, 0.1);
  padding: 12px 35px 12px 35px;
  color: #18468F;
  display: inline-block;
  margin-top: 30px;
  line-height: 20px;
}
.about2__area .about__btn a svg {
  width: 18px;
}
.about2__area .about__btn a:hover {
  background: #0028DF;
  color: #fff;
}
.about2__area ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.about2__area ul li {
  font-size: 16px;
  color: #0f1216;
  font-weight: 600;
  padding-bottom: 15px;
}
.about2__area ul li i {
  margin-right: 10px;
  position: relative;
  background: rgba(210, 9, 60, 0.1);
  padding: 8px;
  color: #0028DF;
  border-radius: 50%;
  display: inline-block;
  margin-left: 5px;
}
.about2__area.about2__area .about__content {
  padding-left: 0;
}
.about2__area.about2__area .about__content h6 {
  font-size: 16px;
  line-height: 20px;
  color: #E91C25;
  font-weight: 600;
  margin: 0 0 12px;
}
.about2__area.about2__area .about__content .about__btn a {
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  border: none;
  padding: 16px 35px 16px 35px;
  color: #fff;
  display: inline-block;
  margin-top: 30px;
  line-height: 20px;
  background: #0028DF;
}
.about2__area.about2__area .about__content .about__btn a:hover {
  opacity: 0.9;
  color: #fff;
}
.about2__area.about3__area .about__content {
  padding-top: 85px;
}
/*****************************************************
    11. Breadcrumbs Section CSS 
****************************/
.react-breadcrumbs .breadcrumbs-wrap {
  position: relative;
  overflow: hidden;
}
.react-breadcrumbs .breadcrumbs-wrap .container {
  position: relative;
}
.react-breadcrumbs .breadcrumbs-wrap .breadcrumbs-inner {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.react-breadcrumbs .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text {
  text-align: center;
}
.react-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 0 15px;
}
.react-breadcrumbs
  .breadcrumbs-wrap
  .breadcrumbs-inner
  .breadcrumbs-text
  .back-nav
  ul
  li {
  display: inline;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.8;
}
.react-breadcrumbs
  .breadcrumbs-wrap
  .breadcrumbs-inner
  .breadcrumbs-text
  .back-nav
  ul
  li
  a {
  color: #fff;
}
.react-breadcrumbs
  .breadcrumbs-wrap
  .breadcrumbs-inner
  .breadcrumbs-text
  .back-nav
  ul
  li
  a:hover {
  opacity: 0.7;
}
.react-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;
}
.react-breadcrumbs
  .breadcrumbs-wrap
  .breadcrumbs-inner
  .breadcrumbs-text
  .back-nav
  ul
  li:last-child:after {
  content: unset;
  margin: 0;
}
.react-breadcrumbs.react-breadcrumbs-single .container {
  max-width: 1200px;
}
.react-breadcrumbs.react-breadcrumbs-single .container .single-cate {
  background: #ffffff;
  color: #18468F;
  display: inline-block;
  padding: 4px 18px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
}
.react-breadcrumbs.react-breadcrumbs-single
  .react-breadcrumbs
  .breadcrumbs-wrap
  .breadcrumbs-inner {
  top: 61%;
}
.react-breadcrumbs.react-breadcrumbs-single
  .breadcrumbs-wrap
  .breadcrumbs-inner
  .breadcrumbs-text {
  text-align: left;
}
.react-breadcrumbs.react-breadcrumbs-blog-single .container {
  max-width: 1200px;
}
.react-breadcrumbs.react-breadcrumbs-blog-single
  .breadcrumbs-wrap
  .breadcrumbs-inner
  .breadcrumbs-text {
  text-align: left;
}
.react-breadcrumbs.react-breadcrumbs-blog-single
  .breadcrumbs-wrap
  .breadcrumbs-inner
  .breadcrumbs-text
  span {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 15px;
  display: block;
}
.react-breadcrumbs.react-breadcrumbs-blog-single
  .breadcrumbs-wrap
  .breadcrumbs-inner
  .breadcrumbs-text
  .back-nav
  ul
  li {
  font-size: 14px;
  color: #ffffff;
  margin-right: 30px;
  opacity: 1;
}
.react-breadcrumbs.react-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;
}
.react-breadcrumbs.react-breadcrumbs-blog-single
  .breadcrumbs-wrap
  .breadcrumbs-inner
  .breadcrumbs-text
  .back-nav
  ul
  li:after {
  display: none;
}
/*****************************************************
    12. Featured Online Section CSS Here  
****************************/
.react_featured_online {
  background: #f5f5f5;
}
.react_featured_online .container {
  max-width: 1200px;
}
.react_featured_online .container .border-btns {
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  border: 2px solid rgba(0, 48, 110, 0.1);
  padding: 12px 35px 12px 35px;
  color: #18468F;
  display: inline-block;
  margin-top: 30px;
  line-height: 20px;
}
.react_featured_online .container .border-btns svg {
  width: 18px;
}
.react_featured_online .container .border-btns:hover {
  background: #0028DF;
  color: #fff;
}
.react_featured_online .item__inner {
  display: flex;
  background: #fff;
  box-shadow: 0px 1px 2px rgba(15, 18, 22, 0.1);
  border-radius: 6px;
  padding: 35px 30px;
  align-items: center;
  margin-bottom: 23px;
}
.react_featured_online .item__inner .icon {
  flex: 0 0 45%;
}
.react_featured_online .item__inner .icon img {
  height: 130px;
}
.react_featured_online .item__inner .react-content {
  flex: 0 0 55%;
}
.react_featured_online .item__inner .react-content h5 {
  margin: 0;
  color: #E91C25;
  font-size: 20px;
  font-weight: 600;
}
.react_featured_online .item__inner .react-content h3 {
  margin: 10px 0 18px;
  color: #E91C25;
  font-size: 20px;
  font-weight: 600;
}
.react_featured_online .item__inner .react-content h3 a {
  color: #0f1216;
}
.react_featured_online .item__inner .react-content h3 a:hover {
  color: #0028DF;
}
.react_featured_online .item__inner .react-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.react_featured_online .item__inner .react-content ul li {
  color: #5b5f64;
  font-size: 16px;
  line-height: 20px;
  padding-right: 30px;
}
.react_featured_online .item__inner .react-content ul li svg {
  width: 18px;
  position: relative;
  top: -2px;
  margin-right: 2px;
}
.react_featured_online .item__inner .react-content ul li:last-child {
  padding-right: 0;
}
.react_featured_online .item__inner:hover {
  box-shadow: 0px 30px 30px rgba(15, 18, 22, 0.1);
}
/*****************************************************
    13. FAQ Section CSS Here  
****************************/
.accordion__area {
  position: relative;
}
.accordion__area .accordion__wrapper-1 h2 {
  font-size: 44px;
  font-weight: 700;
  color: #0f1216;
  margin: 0 0 10px;
  line-height: 54px;
}
.accordion__area .accordion__wrapper-1 h6 {
  font-size: 16px;
  line-height: 20px;
  color: #E91C25;
  font-weight: 600;
  margin: 0;
}
.accordion__area .accordion__wrapper-1 p {
  font-size: 16px;
  color: #5b5f64;
  line-height: 26px;
}
.accordion__area .accordion__wrapper-1 a.border-btns {
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  border: 2px solid rgba(0, 48, 110, 0.1);
  padding: 12px 35px 12px 35px;
  color: #18468F;
  display: inline-block;
  margin-top: 10px;
  line-height: 20px;
}
.accordion__area .accordion__wrapper-1 a.border-btns svg {
  width: 18px;
}
.accordion__area .accordion__wrapper-1 a.border-btns:hover {
  background: #0028DF;
  color: #fff;
}
.accordion__area .accordion-item {
  border: none;
  margin-bottom: 10px;
  box-shadow: 0px 20px 40px rgba(15, 18, 22, 0.1);
  border-radius: 6px;
}
.accordion__area .accordion-button {
  padding: 20px 37px;
  border-radius: 6px;
  border: none;
}
.accordion__area .accordion .accordion-header .accordion-button {
  font-size: 18px;
  font-weight: 600;
  color: #020334;
  border-radius: 0;
  box-shadow: none;
}
.accordion__area .accordion .accordion-header .accordion-button::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 28px;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: ElegantIcons;
  font-size: 22px;
  color: #091524;
  background-image: none;
  font-weight: 300;
  content: "\33";
}
.accordion__area .accordion .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.accordion__area
  .accordion
  .accordion-header
  .accordion-button.collapsed::after {
  content: "\32";
}
.accordion__area .accordion__shape img {
  position: absolute;
}
.accordion__area .accordion__shape-1 {
  left: 39%;
  bottom: -14%;
  z-index: -1;
}
.accordion__area .accordion__shape-1a {
  left: 7%;
  top: 72%;
  z-index: 1;
}
.accordion__area.accordion__area .accordion-button:not(.collapsed) {
  background: none;
  color: #0028DF;
  font-size: 20px;
}
.accordion__area.accordion__area .accordion-button:not(.collapsed):after {
  color: #0028DF;
}
.accordion__area.accordion__area .accordion-button:hover {
  background: none;
  color: #0028DF;
  font-size: 20x;
}
.accordion__area.accordion__area .accordion-button:hover:after {
  color: #0028DF;
}
.accordion__area .accordion .accordion-body {
  padding-top: 0;
}
.accordion__area .accordion .accordion-body p {
  font-size: 16px;
  font-weight: 400;
  color: #5b5f64;
  margin: 0;
  padding: 0 15px 24px;
}
/*****************************************************
    14. Instructor Section CSS Here  
****************************/
.instructor__area .container {
  max-width: 1590px;
}
.instructor__area .container .instructors_lefts {
  text-align: left;
  padding-left: 120px;
}
.instructor__area .container .instructors_lefts h2 {
  font-size: 44px;
  font-weight: 700;
  color: #0f1216;
  margin: 0 0 10px;
  line-height: 54px;
}
.instructor__area .container .instructors_lefts h6 {
  font-size: 16px;
  line-height: 20px;
  color: #E91C25;
  font-weight: 600;
  margin: 0;
}
.instructor__area .container .instructor__content-one {
  box-shadow: none !important;
}
.instructor__area .instructor__content h4 {
  margin: 0;
}
.instructor__area .instructor__content p {
  margin: 0;
}
.instructor__area .instructor__pre-title {
  font-size: 16px;
  font-weight: 600;
  color: #2a6df5;
}
.instructor__area .instructor__content {
  display: flex;
  flex-direction: column;
  padding-top: 34px;
  padding-bottom: 34px;
}
.instructor__area .instructor__content-1 img {
  background-size: cover;
  border: 5px solid #fff;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  box-shadow: 0px 10px 30px rgba(15, 18, 22, 0.1);
}
.instructor__area .instructor__content-2 {
  margin-top: 15px;
}
.instructor__area .instructor__content-2 h4 a {
  font-size: 20px;
  font-weight: 600;
  color: #0f1216;
}
.instructor__area .instructor__content-2 h4 a:hover {
  color: #2a6df5;
  -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: 16px;
  font-weight: 400;
  color: #5b5f64;
  line-height: 20px;
}
.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: #2a6df5;
  -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:hover {
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.06);
  width: 100%;
  -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;
}
.instructors___page .instructor__content {
  margin-bottom: 30px;
}
.instructors___page .instructor__content .instructor__image {
  position: relative;
}
.instructors___page .instructor__content .instructor__image img {
  border-radius: 4px;
  width: 100%;
}
.instructors___page .instructor__content .instructor__image .content__hover {
  position: absolute;
  bottom: -50px;
  right: 0px;
  left: 0px;
  padding: 25px;
  opacity: 0;
  transition: all 0.5s ease;
}
.instructors___page .instructor__content .instructor__image .content__hover p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
.instructors___page .instructor__content .instructor__image .content__hover ul {
  display: flex;
  justify-content: start;
  margin-left: -5px;
  margin-top: 20px;
}
.instructors___page
  .instructor__content
  .instructor__image
  .content__hover
  ul
  li {
  margin: 0 4px;
}
.instructors___page
  .instructor__content
  .instructor__image
  .content__hover
  ul
  li
  a {
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 37px;
  text-align: center;
  display: inline-block;
  color: #fff;
}
.instructors___page
  .instructor__content
  .instructor__image
  .content__hover
  ul
  li
  a
  span {
  font-size: 14px;
}
.instructors___page
  .instructor__content
  .instructor__image
  .content__hover
  ul
  li
  a:hover {
  background: #0028DF;
  border-color: #0028DF;
}
.instructors___page .instructor__content .instructor__image:before {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(15, 18, 22, 0) 46.67%,
    rgba(15, 18, 22, 0.9) 91%
  );
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  opacity: 0;
  transition: all 0.5s ease;
}
.instructors___page .instructor__content .bottom-content {
  text-align: center;
  margin-top: 20px;
  transition: all 0.5s ease;
}
.instructors___page .instructor__content .bottom-content h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}
.instructors___page .instructor__content .bottom-content h4 a {
  color: #0f1216;
}
.instructors___page .instructor__content .bottom-content h4 a:hover {
  color: #0028DF;
}
.instructors___page .instructor__content .bottom-content p {
  margin: 0;
  font-size: 16px;
  color: #5b5f64;
}
.instructors___page .instructor__content:hover .instructor__image:before {
  opacity: 1;
}
.instructors___page .instructor__content:hover .content__hover {
  opacity: 1;
  bottom: 0px;
}
.instructors___page .instructor__content:hover .bottom-content {
  opacity: 0;
}
/*****************************************************
    15. Profile Section CSS Here  
****************************/
.profile-page .profile-top {
  background: #ffffff;
}
.profile-page .profile-top .follows {
  background: #0028DF;
  border-radius: 6px;
  color: #fff;
  padding: 8px 25px;
  text-align: center;
  display: block;
  max-width: 356px;
  font-weight: 600;
  font-size: 16px;
  margin-top: 10px;
}
.profile-page .profile-top .follows svg {
  width: 18px;
}
.profile-page .profile-top .follows:hover {
  opacity: 0.9;
}
.profile-page .profile-top .teacher__course {
  padding-top: 0px;
  margin-top: 50px;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 30px;
}
.profile-page .profile-top .follow {
  border: 2px solid #e8eaf0;
  padding: 7px 24px 7px 24px;
  color: #18468F;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
}
.profile-page .profile-top .follow:hover {
  background: #0028DF;
  border-color: #0028DF;
  color: #ffffff;
}
.profile-page .profile-top .user-section {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #e8eaf0;
  margin-bottom: 30px;
}
.profile-page .profile-top .user-section li {
  padding-right: 60px;
  line-height: 1.5;
  font-size: 16px;
  color: #0f1216;
  font-weight: 600;
}
.profile-page .profile-top .user-section li em {
  display: block;
  font-style: normal;
  color: #5b5f64;
  font-weight: 400;
}
.profile-page .profile-top .user-section li .back-ratings i {
  font-size: 14px;
  color: #ff9415;
}
.profile-page .profile-top .user-section li.social a {
  color: #898a93;
  margin: 0 6px 0 0;
  font-size: 13px;
}
.profile-page .profile-top .user-section li.social a:hover {
  color: #0028DF;
}
.profile-page .profile-top h3 {
  font-size: 26px;
  font-weight: 600;
  color: #0f1216;
}
.profile-page .react-course-filter.related__course {
  padding-top: 20px;
}
.profile-page .count__area2 .count__content {
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid rgba(0, 48, 110, 0.1);
  border-radius: 6px;
  padding: 30px 25px;
}
.profile-page .count__area2 .count__content .icon {
  margin-right: 15px;
}
.profile-page .count__area2 .count__content .icon img {
  position: relative;
  top: -2px;
}
.profile-page .count__area2 .count__content .text {
  flex: 1;
}
.profile-page .count__area2 .count__content .text span {
  margin: 0 0 5px;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  color: #0f1216;
}
.profile-page .count__area2 .count__content .text em {
  margin: 0 0 5px;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  color: #0f1216;
  font-style: normal;
}
.profile-page .count__area2 .count__content .text p {
  margin: 0;
  font-size: 16px;
  line-height: 18px;
  color: #5b5f64;
}
/*****************************************************
    16. Clients Section CSS Here  
****************************/
.react-clients {
  background: url(assets/images/testimonial/bg.jpg) no-repeat center top;
  background-size: cover;
}
.react-clients .react__title__section h2 {
  font-size: 44px;
  font-weight: 700;
  color: #0f1216;
  margin: 0 0 10px;
  line-height: 54px;
}
.react-clients .react__title__section h6 {
  font-size: 16px;
  line-height: 20px;
  color: #E91C25;
  font-weight: 600;
  margin: 0;
}
.react-clients .client-slider {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  max-width: 1100px;
  position: relative;
}
.react-clients .client-slider .single-client {
  position: relative;
  background: #ffffff;
  padding: 50px 60px 50px;
  border-radius: 10px;
  transition: all 0.5s ease 0s;
  overflow: hidden;
  border: 2px solid;
  border-color: rgba(2, 3, 52, 0.05);
  display: flex;
  align-items: center;
}
.react-clients .client-slider .single-client .client-title {
  color: #0f1216;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 15px;
  display: block;
}
.react-clients .client-slider .single-client .client-title em {
  color: #5b5f64;
  font-size: 16px;
  font-weight: 400;
  display: block;
  font-style: normal;
}
.react-clients .client-slider .single-client .client-content {
  position: relative;
  padding-right: 40px;
}
.react-clients .client-slider .single-client .client-content p {
  font-size: 20px;
  color: #5b5f64;
  line-height: 32px;
}
.react-clients
  .client-slider
  .single-client
  .client-content
  .testimonial__ratings {
  font-size: 16px;
  color: #5b5f64;
  font-weight: 600;
}
.react-clients
  .client-slider
  .single-client
  .client-content
  .testimonial__ratings
  em {
  color: #ffa439;
}
.react-clients
  .client-slider
  .single-client
  .client-content
  .testimonial__ratings
  span
  em {
  color: #0f1216;
  font-weight: 600;
  font-style: normal;
}
.react-clients .client-slider .single-client .client-content .comma {
  width: auto;
  position: absolute;
  right: 25px;
  bottom: -31%;
  z-index: 11;
}
.react-clients .client-slider .single-client .client-author {
  padding: 0px;
  width: 230px;
  display: block;
  margin-right: 70px;
}
.react-clients .client-slider .single-client .client-author img {
  border-radius: 6px;
}
.react-clients .client-slider.owl-carousel .owl-controls {
  position: unset;
  transform: unset;
  width: auto;
}
.react-clients .client-slider.owl-carousel .owl-nav {
  position: absolute;
  display: block;
  top: 40%;
  right: unset;
  width: 100%;
  opacity: 1;
  transition: all 0.5s ease 0s;
}
.react-clients .client-slider.owl-carousel .owl-nav [class*="owl-"] {
  position: absolute;
  left: 20px;
  display: inline-block;
  font-size: 0;
  width: 70px;
  height: 70px;
  line-height: 67px;
  color: #18468F;
  background: #fff;
  border-radius: 100%;
  transition: all 0.5s ease 0s;
  border: 4px solid #f2f4f9;
  box-shadow: -6px 20px 30px rgba(15, 18, 22, 0.06);
}
.react-clients .client-slider.owl-carousel .owl-nav [class*="owl-"]:before {
  content: "\35";
  font-family: ElegantIcons;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 26px;
  font-weight: 700;
  line-height: 60px;
}
.react-clients .client-slider.owl-carousel .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: -35px;
}
.react-clients .client-slider.owl-carousel .owl-nav [class*="owl-"].owl-prev {
  left: -35px;
  right: auto;
}
.react-clients
  .client-slider.owl-carousel
  .owl-nav
  [class*="owl-"].owl-prev:before {
  content: "\34";
}
.react-clients .client-slider.owl-carousel .owl-nav [class*="owl-"]:hover {
  color: #ffffff;
  background: #0028DF;
  border-color: #0028DF;
}
.react-clients.react-clientso {
  background: url(assets/images/testimonial/bg3.png) no-repeat center top;
  background-size: cover;
}
.react-clients.home-testimonial {
  background: #fff !important;
}
.react-clients.home-testimonial .react__title__section h2 {
  color: #18468F;
}
.react-clients.home-testimonial
  .client-slider.owl-carousel
  .owl-nav
  [class*="owl-"]:hover {
  background: #E91C25;
  border-color: #E91C25;
}
/*****************************************************
    17. Blog Section CSS Here  
****************************/
.react-blog__area.graybg-home {
  background: #f5f5f5;
}
.react-blog__area.graybg-home .react__title__section h2 {
  color: #18468F;
}
.react-blog__area.graybg-home .b_date {
  background: #E91C25;
}
.react-blog__area.graybg-home .blog__card--title a {
  color: #18468F;
}
.react-blog__area.graybg-home .blog__card--title a:hover {
  color: #E91C25;
}
.react-blog__area .blog__subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #2a6df5;
}
.react-blog__area .react__title__section h2 {
  font-size: 44px;
  font-weight: 700;
  color: #0f1216;
  margin: 0 0 10px;
  line-height: 54px;
}
.react-blog__area .react__title__section h6 {
  font-size: 16px;
  line-height: 20px;
  color: #E91C25;
  font-weight: 600;
  margin: 0;
}
.react-blog__area .blog__card {
  border-radius: 6px;
  box-shadow: 0px 30px 60px 0px rgba(0, 15, 56, 0.1);
  margin: 0 3px;
}
.react-blog__area .blog__thumb {
  position: relative;
  overflow: hidden;
}
.react-blog__area .blog__thumb--image img {
  border-radius: 6px 6px 0 0;
  transition: all 0.5s ease 0s;
}
.react-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);
}
.react-blog__area .b_date {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  padding: 4px 12px 5px 12px;
  color: #fff;
  background-color: #0028DF;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  right: 6%;
  top: 8%;
  font-style: normal;
}
.react-blog__area .blog__card--content {
  padding: 28px 36px 32px 37px;
}
.react-blog__area .blog__card--date {
  font-size: 16px;
  font-weight: 400;
  color: #E91C25;
}
.react-blog__area .blog__card--title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  padding: 5px 0 0 0;
  margin: 0 0 16px;
}
.react-blog__area .blog__card--title a {
  color: #0f1216;
}
.react-blog__area .blog__card--title:hover a {
  color: #0028DF;
}
.react-blog__area .blog__card--link {
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
  color: #18468F;
}
.react-blog__area .blog__card--link:hover {
  color: #0028DF;
}
.react-blog__area .blog__card--link-icon {
  vertical-align: middle;
  padding-left: 5px;
}
.react-blog__area .blog__card--icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.react-blog__area .blog__card--icon-1 svg {
  height: 17px;
  line-height: 10px;
  vertical-align: sub;
  color: #5b5f64;
}
.react-blog__area .blog__card--icon-1 span {
  font-size: 16px;
  font-weight: 400;
  color: #5b5f64;
  padding-left: 2px;
  line-height: 10px;
  vertical-align: middle;
}
.react-blog__area .blog__card--icon-2 {
  display: flex;
}
.react-blog__area .blog__card--icon-2-first {
  margin-right: 17px;
}
.react-blog__area .blog__card--icon-2-first svg {
  height: 17px;
}
.react-blog__area .blog__card--icon-2-first span {
  vertical-align: middle;
}
.react-blog__area .blog__card--icon-2-second svg {
  height: 17px;
}
.react-blog__area .blog__card--icon-2-second span {
  vertical-align: middle;
}
/*****************************************************
    18. Campus Section CSS Here 
****************************/
.campus_sec {
  background: url(assets/images/campus/cam.png) no-repeat center top;
  background-size: cover;
}
.campus_sec .react__title__section img {
  margin-right: 120px;
}
.campus_sec .about__image {
  position: relative;
}
.campus_sec .about__image .shape-1 {
  position: absolute;
  bottom: 90px;
  right: 5px;
}
.campus_sec .about__content {
  background: #ffffff;
  padding: 50px 60px;
  margin-right: 15px;
}
.campus_sec .about__content ul {
  margin: 0;
  padding: 0;
}
.campus_sec .about__content ul li {
  display: flex;
  align-items: center;
  border-top: 1px solid #ededed;
  padding: 30px 0;
}
.campus_sec .about__content ul li:first-child {
  border-top: none;
}
.campus_sec .about__content ul li .icon {
  margin-right: 15px;
}
.campus_sec .about__content ul li .icon img {
  margin-top: -50px;
}
.campus_sec .about__content ul li .text {
  flex: 1;
}
.campus_sec .about__content ul li .text h4 {
  margin: 0 0 14px;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
}
.campus_sec .about__content ul li .text p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #4d5765;
}
.campus_sec .about__content ul li a {
  border-radius: 50%;
  width: 44px;
  height: 44px;
  border: 2px solid #ededed;
  text-align: center;
  line-height: 36px;
}
.campus_sec .about__content ul li a svg {
  width: 18px;
  color: #18468F;
}
.campus_sec .about__content ul li a:hover {
  background: #18468F;
  color: #ffffff;
}
.campus_sec .about__content ul li a:hover svg {
  color: #ffffff;
}
.campus_sec .more-about {
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  border: 2px solid rgba(0, 48, 110, 0.1);
  padding: 12px 35px 12px 35px;
  color: #18468F;
  display: inline-block;
  margin-top: 60px;
  line-height: 20px;
}
.campus_sec .more-about svg {
  width: 20px;
}
.campus_sec .more-about:hover {
  background: #E91C25;
  color: #ffffff;
  border-color: #E91C25;
}
.btn-more {
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  border: 2px solid rgba(0, 48, 110, 0.1);
  padding: 12px 35px 12px 35px;
  color: #18468F;
  display: inline-block;
  margin-top: 60px;
  line-height: 20px;
}
.btn-more svg {
  width: 20px;
}
.btn-more:hover {
  background: #E91C25;
  color: #ffffff;
  border-color: #E91C25;
}
/*****************************************************
    19. Course Section CSS Here  
****************************/
.popular__course__area {
  background: #fff;
  position: relative;
}
.popular__course__area .course__item {
  box-shadow: 0px 20px 60px 0px rgba(0, 15, 56, 0.1);
}
.popular__course__area .course__item .course__inner {
  padding: 25px 0 17px;
}
.popular__course__area .course__item .course__inner ul {
  display: flex;
  justify-content: start;
  padding-left: 25px;
  padding-right: 25px;
}
.popular__course__area .course__item .course__inner ul li {
  font-size: 16px;
  line-height: 22px;
  color: #18468F;
  position: relative;
  padding-left: 16px;
  margin-right: 30px;
}
.popular__course__area .course__item .course__inner ul li:before {
  content: "";
  position: absolute;
  left: 0;
  background: #18468F;
  width: 6px;
  height: 6px;
  top: 9px;
  border-radius: 50%;
}
.popular__course__area .course__item .course__inner ul li:first-child {
  color: #E91C25;
}
.popular__course__area .course__item .course__inner ul li:first-child:before {
  background: #E91C25;
}
.popular__course__area .course__item .course__inner ul li:last-child {
  margin-right: 0;
}
.popular__course__area .course__item .react-course-title {
  font-size: 20px;
  line-height: 25px;
  margin: 14px 0 30px;
  font-weight: 600;
  padding-left: 25px;
  padding-right: 25px;
}
.popular__course__area .course__item .react-course-title a {
  color: #18468F;
}
.popular__course__area .course__item .react-course-title a:hover {
  color: #E91C25;
}
.popular__course__area .course__item .course__card-icon {
  justify-content: space-between;
  border-top: 1px solid #ededed;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
}
.popular__course__area
  .course__item
  .course__card-icon
  .course__card-icon--1
  svg {
  color: #18468F;
  width: 18px;
}
.popular__course__area
  .course__item
  .course__card-icon
  .course__card-icon--1
  span {
  font-weight: 400;
  font-size: 16px;
  color: #4d5765;
  padding-left: 7px;
}
.popular__course__area .course__item .course__card-icon .react__user {
  font-size: 20px;
  color: #E91C25;
  font-weight: 700;
}
.popular__course__area .view-courses {
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  border: 2px solid rgba(0, 48, 110, 0.1);
  padding: 12px 35px 12px 35px;
  color: #18468F;
  display: inline-block;
  margin-top: 60px;
  line-height: 20px;
}
.popular__course__area .view-courses svg {
  width: 20px;
}
.popular__course__area .view-courses:hover {
  background: #E91C25;
  color: #ffffff;
  border-color: #E91C25;
}
/*****************************************************
    20. Counter CSS Here 
****************************/
.count__area .count__width {
  background: #a77605;
  padding-top: 50px;
  padding-bottom: 50px;
}
.count__area .count__width .col-lg-3 {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.count__area .count__width .col-lg-3:last-child {
  border-right: none;
}
.count__area .count__width .count__content {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.count__area .count__width .count__content .count__content--paragraph {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
  color: #ffffff;
}
.count__area .count__width .count__content .count__content--title-1 {
  font-size: 60px;
  line-height: 75px;
  font-weight: 700;
  margin: 8px 0 5px;
  color: #ffffff;
}
.count__area .count__width .count__content .count__content--paragraph2 {
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  margin: 0;
  letter-spacing: 3px;
  color: #ffffff;
  text-transform: uppercase;
}
/*****************************************************
    21. Upcoming Event Section CSS Here  
****************************/
.react-upcoming__event {
  background: #f5f5f5;
  padding-top: 98px;
  padding-bottom: 106px;
}
.react-upcoming__event .event__card {
  background: #fff;
  padding: 25px 32px 42px;
}
.react-upcoming__event .event__card .event__card--date {
  font-size: 16px;
  line-height: 20px;
  color: #4d5765;
}
.react-upcoming__event .event__card .event__card--date em {
  font-size: 50px;
  line-height: 62px;
  font-weight: 700;
  font-style: normal;
  display: block;
  color: #E91C25;
}
.react-upcoming__event .event__card .event_time {
  font-size: 16px;
  color: #E91C25;
  line-height: 22px;
  margin: 28px 0 4px;
}
.react-upcoming__event .event__card .event__card--title {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  margin: 0;
}
.react-upcoming__event .event__card .event__card--title a {
  color: #18468F;
}
.react-upcoming__event .event__card .event__card--title a:hover {
  color: #0028DF;
}
.react-upcoming__event .event__card .event_location {
  font-size: 16px;
  color: #4d5765;
  margin: 24px 0;
}
.react-upcoming__event .event__card .event_location svg {
  width: 18px;
  color: #18468F;
  position: relative;
  top: -1px;
  margin-right: 2px;
}
.react-upcoming__event .event__card .event__card--link {
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  border: 2px solid rgba(0, 48, 110, 0.1);
  padding: 8px 35px 7px 35px;
  color: #18468F;
  display: inline-block;
  line-height: 20px;
  width: 100%;
  text-align: center;
}
.react-upcoming__event .event__card .event__card--link svg {
  width: 20px;
}
.react-upcoming__event .event__card .event__card--link:hover {
  background: #E91C25;
  color: #ffffff;
  border-color: #E91C25;
}
.react-upcoming__event .owl-dots {
  text-align: center;
  margin-top: 50px;
}
.react-upcoming__event .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #c4c4c4;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px;
}
.react-upcoming__event .owl-dots .owl-dot.active span {
  background: #E91C25;
}
.back__course__page_grid .shorting__course {
  background: #fff;
  box-shadow: 0px 1px 2px rgba(15, 18, 22, 0.1);
  border-radius: 6px;
  padding: 15px 20px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 50px;
}
.back__course__page_grid .shorting__course .all__icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.back__course__page_grid .shorting__course .all__icons svg {
  cursor: pointer;
  transform: rotate(90deg);
  position: relative;
  width: 18px;
  color: #0028DF;
  top: -2px;
}
.back__course__page_grid .shorting__course .all__icons svg.feather-list {
  color: #5c5c68;
  width: 28px;
  height: 28px;
}
.back__course__page_grid .shorting__course .all__icons .result-count {
  padding-left: 10px;
  color: #0f1216;
  font-size: 16px;
  font-weight: 400;
}
.back__course__page_grid .shorting__course .from-control {
  background: #f2f4f9;
  border: none;
  padding: 12px 15px;
  border-radius: 6px;
  color: #5c5c68;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  border-right: 15px solid #f2f4f9;
  margin-left: 15px;
}
.back__course__page_grid .shorting__course2 {
  background: none;
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
}
.back__course__page_grid .shorting__course2 .col-md-6 {
  padding: 0;
}
.back__course__page_grid .shorting__course2 .all__icons .result-count {
  padding-left: 10px;
  color: #5b5f64;
  font-size: 16px;
  font-weight: 400;
}
.back__course__page_grid .shorting__course2 .from-control {
  background: none;
  border: none;
  padding: 12px 15px;
  border-radius: 6px;
  color: #5b5f64;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  margin-left: 15px;
}
.back__course__page_grid .shorting__courses3 {
  margin-left: 0px;
  margin-right: 0px;
  padding: 10px 0px;
  border-radius: 6px;
  margin-bottom: 30px;
}
.back__course__page_grid .shorting__courses3 .col-md-6 {
  padding: 0;
}
.back__course__page_grid .shorting__courses3 .all__icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.back__course__page_grid .shorting__courses3 .all__icons svg {
  cursor: pointer;
  position: relative;
  top: -2px;
}
.back__course__page_grid .shorting__courses3 .all__icons .grid__icons {
  display: flex;
  align-items: center;
  border: 2px solid rgba(91, 95, 100, 0.1);
  border-radius: 6px;
  padding: 0 0 0 10px;
}
.back__course__page_grid
  .shorting__courses3
  .all__icons
  .grid__icons
  .grid__icons_inner {
  width: 22px;
  margin-right: 3px;
}
.back__course__page_grid .shorting__courses3 .all__icons .grid__icons span {
  background: #0028DF;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin: 1px;
  float: left;
}
.back__course__page_grid .shorting__courses3 .all__icons .list__icons {
  border-left: 2px solid #efeff0;
  margin-left: 5px;
  padding: 4px 10px;
}
.back__course__page_grid .shorting__courses3 .all__icons .result-count {
  padding-left: 40px;
  color: #5c5c68;
  font-size: 15px;
  font-weight: 600;
}
.back__course__page_grid .shorting__courses3 .from-control {
  background: #f2f4f9;
  border: none;
  padding: 10px 15px;
  border-radius: 6px;
  color: #5c5c68;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  border-right: 15px solid #f2f4f9;
}
.back__course__page_grid.back__course__page_grid_left {
  background: #ffff;
}
.back__course__page_grid.back__course__page_grid_left
  .single-studies
  .inner-course {
  box-shadow: 0px 1px 2px rgba(15, 18, 22, 0.1);
  border-radius: 6px;
}
.back__course__page_grid.back__course__page_grid_left .back-pagination {
  justify-content: start;
}
.back__course__page_grid.back__course__page_grid_left .back-pagination li a {
  border: 2px solid rgba(15, 18, 22, 0.1);
  box-shadow: none;
  line-height: 34px;
}
.back__course__page_grid.back__course__page_grid_left
  .back-pagination
  li
  a:hover {
  border-color: #0028DF;
}
.back__course__page_grid.back__course__page_grid_left
  .react-list
  .single-studies
  .inner-course {
  display: flex;
  background: #fff;
  box-shadow: 0px 30px 30px rgba(15, 18, 22, 0.1);
  border-radius: 6px;
}
.back__course__page_grid.back__course__page_grid_left
  .react-list
  .single-studies
  .inner-course
  .case-img {
  flex: 0 0 56%;
}
.back__course__page_grid.back__course__page_grid_left
  .react-list
  .single-studies
  .inner-course
  .case-img
  img {
  border-radius: 0;
}
.back__course__page_grid.back__course__page_grid_left
  .react-list
  .single-studies
  .inner-course
  .case-content {
  flex: 0 0 44%;
}
.react-upcoming__event_page {
  background: #f2f4f9;
}
.react-upcoming__event_page .event__card {
  margin-bottom: 25px;
}
.react-upcoming__event_page .shorting__course3 {
  margin-left: 0px;
  margin-right: 0px;
  padding: 10px 0px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.react-upcoming__event_page .shorting__course3 .col-md-6 {
  padding: 0;
}
.react-upcoming__event_page .shorting__course3 .all__icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.react-upcoming__event_page .shorting__course3 .all__icons .result-count {
  padding-left: 0px;
  color: #5c5c68;
  font-size: 15px;
  font-weight: 600;
}
.react-upcoming__event_page .shorting__course3 .from-control {
  background: #fff;
  border: none;
  padding: 13px 15px;
  border-radius: 6px;
  color: #5c5c68;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  border-right: 15px solid #fff;
  box-shadow: 0px 1px 2px rgba(15, 18, 22, 0.1);
  width: 100%;
  max-width: 300px;
}
.react-upcoming__event_list {
  background: #fff;
}
.react-upcoming__event_list .event__card {
  margin-bottom: 25px;
  padding: 0;
  background: #fff;
  box-shadow: 0px 1px 2px rgba(15, 18, 22, 0.1);
  border-radius: 6px;
}
.react-upcoming__event_list .event__card .event__card--content {
  padding: 25px 30px 42px;
}
.react-upcoming__event_list .event__card .event_location {
  margin-bottom: 0;
  margin-top: 16px;
}
.react-upcoming__event_list .event__card .event__card--date {
  color: #0028DF;
  margin-bottom: 8px;
}
.react-upcoming__event_list .shorting__course3 {
  margin-left: 0px;
  margin-right: 0px;
  padding: 10px 0px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.react-upcoming__event_list .shorting__course3 .col-md-6 {
  padding: 0;
}
.react-upcoming__event_list .shorting__course3 .all__icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.react-upcoming__event_list .shorting__course3 .all__icons .result-count {
  padding-left: 0px;
  color: #5c5c68;
  font-size: 15px;
  font-weight: 600;
}
.react-upcoming__event_list .shorting__course3 .from-control {
  background: #fff;
  border: none;
  padding: 13px 15px;
  border-radius: 6px;
  color: #5c5c68;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  border-right: 15px solid #fff;
  box-shadow: 0px 1px 2px rgba(15, 18, 22, 0.1);
  width: 100%;
  max-width: 300px;
}
.react-upcoming__event_list ul.related-courses {
  margin: 0;
  padding: 0;
  list-style: none;
}
.react-upcoming__event_list ul.related-courses li {
  display: flex;
  align-items: center;
  padding-bottom: 1.2em;
}
.react-upcoming__event_list ul.related-courses li .back-ratings i {
  font-size: 10px;
  color: #ff9415;
}
.react-upcoming__event_list ul.related-courses li .post-images {
  width: 87px;
  display: block;
}
.react-upcoming__event_list ul.related-courses li .post-images img {
  display: block;
  width: 127px;
  border-radius: 6px;
}
.react-upcoming__event_list ul.related-courses li .titles {
  display: block;
  padding-left: 20px;
}
.react-upcoming__event_list ul.related-courses li .titles h4 {
  margin: 0 0 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.react-upcoming__event_list ul.related-courses li .titles h4 a {
  color: #0f1216;
}
.react-upcoming__event_list ul.related-courses li .titles h4:hover a {
  color: #0028DF;
}
.react-upcoming__event_list ul.related-courses li .titles span {
  font-weight: 600;
  color: #0f1216;
}
.react-upcoming__event_list ul.related-courses li:last-child {
  padding-bottom: 0;
}
.react-upcoming__event_list .react-sidebar-event {
  border: none;
  box-shadow: none;
}
.react-upcoming__event_list .widget {
  background: #fff;
  box-shadow: 0px 20px 40px rgba(15, 18, 22, 0.08);
  border-radius: 6px;
}
.react-upcoming__event_list .widget .event-input,
.react-upcoming__event_list .widget .location-input {
  position: relative;
}
.react-upcoming__event_list .widget .event-input svg,
.react-upcoming__event_list .widget .location-input svg {
  position: absolute;
  top: 11px;
  right: 23px;
  color: #6f7985;
  width: 18px;
}
.react-upcoming__event_list .blog-form {
  border: none;
  margin-bottom: 10px;
}
.react-upcoming__event_list .blog-form form .search-form {
  position: relative;
}
.react-upcoming__event_list .blog-form form .search-form button {
  background: none !important;
  padding: 2px 24px;
  margin: 0;
}
.react-upcoming__event_list .blog-form form input {
  width: 100%;
  height: 48px;
  padding: 10px 30px 10px 20px;
  background: #f2f4f9;
  border: none;
  outline: none;
  border-radius: 6px;
  margin-bottom: 12px;
  border: 2px solid #f2f4f9;
}
.react-upcoming__event_list .blog-form form input:focus {
  border: 2px solid #0028DF;
  background: none;
}
.react-upcoming__event_list .blog-form form select.from-control {
  background: #f2f4f9;
  border: none;
  padding: 14px 15px;
  border-radius: 6px;
  color: #5c5c68;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  border-right: 24px solid #f2f4f9;
  width: 100%;
  margin-bottom: 12px;
}
.react-upcoming__event_list .blog-form form button {
  background: #0028DF;
  font-size: 16px;
  color: #ffffff;
  border-radius: 6px;
  padding: 14px 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;
}
.react-upcoming__event_list .blog-form form button svg {
  width: 18px;
  color: #6f7985;
}
.react-upcoming__event_list .blog-form form button:hover {
  color: #ffffff;
  background: #18468F;
}
.react-upcoming__event_list .blog-form form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #7b7d82;
  opacity: 1;
  font-size: 16px;
}
.react-upcoming__event_list .blog-form form ::-moz-placeholder {
  /* Firefox 19+ */

  color: #7b7d82;
  opacity: 1;
  font-size: 16px;
}
.react-upcoming__event_list .blog-form form :-ms-input-placeholder {
  /* IE 10+ */

  color: #7b7d82;
  opacity: 1;
  font-size: 16px;
}
.react-upcoming__event_list .blog-form form :-moz-placeholder {
  /* Firefox 18- */

  color: #7b7d82;
  opacity: 1;
  font-size: 16px;
}
body.courses-grid-page
  .react-course-filter
  .single-studies
  .inner-course
  .case-content
  ul
  li
  svg {
  width: 16px;
  margin-right: 6px;
}
body.courses-grid-page
  .react-course-filter
  .single-studies
  .inner-course
  .case-content
  ul
  li
  svg.feather-clock {
  font-size: 16px;
}
body.courses-grid-page
  .react-course-filter
  .single-studies
  .inner-course
  .case-content
  ul
  li {
  font-size: 14px;
  color: #777;
}
body.courses-grid-page
  .react-course-filter
  .single-studies
  .inner-course
  .case-content
  .case-title {
  margin: 6px 0 15px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}
body.courses-grid-page
  .react-course-filter
  .single-studies
  .inner-course
  .case-content
  .case-title
  a {
  color: #18468F;
}
body.courses-grid-page
  .react-course-filter
  .single-studies
  .inner-course
  .case-content
  .case-title
  a:hover {
  color: #0028DF;
}
body.courses-grid-page
  .react-course-filter
  .single-studies
  .inner-course
  .case-img
  a {
  left: 22px;
  right: auto;
  background: #E91C25;
}
body.courses-grid-page
  .react-course-filter
  .single-studies
  .inner-course
  .case-content
  .react-ratings {
  margin-top: 16px;
  padding-top: 12px;
}
body.courses-grid-page
  .react-course-filter
  .single-studies
  .inner-course
  .case-content
  .react-ratings
  li.react-book {
  font-size: 14px;
  color: #777777;
}
body.courses-grid-page
  .react-course-filter
  .single-studies
  .inner-course
  .case-content
  .react-ratings
  li.react-book
  em {
  font-size: 14px;
  font-weight: 700;
  color: #e59818;
  font-style: normal;
}
body.courses-grid-page
  .react-course-filter
  .single-studies
  .inner-course
  .case-content
  .react-ratings
  li.react-book
  span {
  color: #e59818;
  margin: 0 2px;
}
body.courses-grid-page
  .react-course-filter
  .single-studies
  .inner-course
  .case-content
  .react-ratings
  li.price {
  color: #18468F;
  font-size: 14px;
  font-weight: 700;
}
body.courses-grid-page
  .react-course-filter
  .single-studies
  .inner-course
  .case-img
  a {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}
body.courses-grid-page
  .react-course-filter
  .single-studies
  .inner-course
  .case-img
  a
  img {
  position: relative;
  top: -2px;
}
/*****************************************************
    22. Blog Page CSS Here  
****************************/
.react-blog-page .single-blog {
  transition: all 0.5s ease 0s;
  background: #fff;
  box-shadow: 0px 1px 2px rgba(15, 18, 22, 0.14);
  border-radius: 6px;
  margin-bottom: 60px;
}
.react-blog-page .single-blog.no-thum-img {
  box-shadow: 0px 2px 6px rgba(15, 18, 22, 0.14);
}
.react-blog-page .single-blog.blog__last {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.react-blog-page .single-blog .blog-img {
  position: relative;
}
.react-blog-page .single-blog .blog-img .cate {
  background: #0028DF;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  border-radius: 4px;
  padding: 5px 10px 5px;
  line-height: 17px;
  position: absolute;
  right: 24px;
  top: 20px;
}
.react-blog-page .single-blog .blog-img img {
  border-radius: 6px 6px 0 0;
}
.react-blog-page .single-blog .blog-content {
  padding: 40px 40px 40px;
}
.react-blog-page .single-blog .blog-content .top-part {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
}
.react-blog-page .single-blog .blog-content .top-part li {
  font-size: 15px;
  color: #737383;
  padding-right: 25px;
  font-weight: 500;
}
.react-blog-page .single-blog .blog-content .top-part li svg {
  width: 18px;
  height: 18px;
  position: relative;
  top: -2px;
  margin-right: 4px;
}
.react-blog-page .single-blog .blog-content .top-part li:first-child img {
  margin-right: 8px;
}
.react-blog-page .single-blog .blog-content .blog-title {
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 25px;
}
.react-blog-page .single-blog .blog-content .blog-title a {
  color: #0f1216;
}
.react-blog-page .single-blog .blog-content .blog-title a:hover {
  color: #0028DF;
}
.react-blog-page .single-blog .blog-content .blog-desc {
  color: #55575c;
  margin-bottom: 30px;
}
.react-blog-page .single-blog .blog-content .button__sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.react-blog-page .single-blog .blog-content .button__sec .blog-btn {
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  border: 2px solid rgba(0, 48, 110, 0.1);
  padding: 12px 35px 12px 35px;
  color: #0f1216;
  display: inline-block;
  line-height: 20px;
}
.react-blog-page .single-blog .blog-content .button__sec .blog-btn svg {
  width: 20px;
}
.react-blog-page .single-blog .blog-content .button__sec .blog-btn:hover {
  background: #0028DF;
  color: #ffffff;
  border-color: #0028DF;
}
.react-blog-page .single-blog .blog-content .button__sec .share-course {
  color: #0f1216;
  font-size: 16px;
  font-weight: 600;
  display: block;
  text-align: center;
  position: relative;
}
.react-blog-page .single-blog .blog-content .button__sec .share-course em {
  width: 45px;
  color: #0028DF;
  border: 2px solid rgba(15, 18, 22, 0.1);
  border-radius: 50%;
  padding: 1px 13px;
  display: inline-block;
  height: 45px;
  line-height: 37px;
  margin-left: 8px;
}
.react-blog-page .single-blog .blog-content .button__sec .share-course em svg {
  width: 18px;
  position: relative;
  right: 2px;
}
.react-blog-page .single-blog .blog-content .button__sec .share-course span {
  position: absolute;
  background: #000;
  padding: 7px 18px;
  border-radius: 4px;
  width: 133px;
  left: 40px;
  top: 0px;
  opacity: 0;
  transition: all 0.5s ease;
}
.react-blog-page
  .single-blog
  .blog-content
  .button__sec
  .share-course
  span:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #000;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.react-blog-page .single-blog .blog-content .button__sec .share-course span a {
  padding: 0 7px;
  color: #fff;
  opacity: 0.6;
}
.react-blog-page
  .single-blog
  .blog-content
  .button__sec
  .share-course
  span
  a:hover {
  opacity: 1;
}
.react-blog-page
  .single-blog
  .blog-content
  .button__sec
  .share-course:hover
  em {
  background: #0028DF;
  color: #fff;
}
.react-blog-page
  .single-blog
  .blog-content
  .button__sec
  .share-course:hover
  span {
  opacity: 1;
  top: -55px;
}
.react-blog-page blockquote {
  position: relative;
  margin: 40px 0px 60px;
  padding: 50px 40px 50px 40px;
  color: #0f1216;
  box-shadow: -3px 0px 0px #0028DF, 0px 20px 40px rgba(15, 18, 22, 0.1);
  border-radius: 6px;
  font-size: 24px;
  overflow: hidden;
  line-height: 34px;
  font-weight: 400;
  z-index: 1;
  border-left: 1px solid #0028DF;
}
.react-blog-page blockquote:before {
  content: "";
  font-size: 120px;
  position: absolute;
  background: url(assets/images/blog-grid/qu.png) no-repeat right bottom;
  bottom: 0px;
  right: 47px;
  width: 107px;
  height: 107px;
  z-index: 0;
}
.react-blog-page blockquote.block__link_q {
  padding: 30px 50px 35px 95px;
}
.react-blog-page blockquote.block__link_q:before {
  content: "";
  font-size: 120px;
  position: absolute;
  background: url(assets/images/blog-grid/link.png) no-repeat right bottom;
  top: 50%;
  left: 40px;
  width: 30px;
  height: 30px;
  z-index: -1;
  transform: translateY(-50%);
}
.react-blog-page blockquote em {
  display: block;
  font-style: normal;
  color: #5b5f64;
  font-size: 16px;
  margin-top: 16px;
  font-weight: 400;
  position: relative;
  padding-left: 22px;
}
.react-blog-page blockquote em:before {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 0px;
  width: 15px;
  height: 2px;
  z-index: -1;
  background: #5b5f64;
}
.blog-post-page .react-sidebar ul.related-courses li .titles span {
  color: #5b5f64;
  font-size: 15px;
  font-weight: 400;
}
.blog-post-page .react-sidebar ul.related-courses li .titles span svg {
  width: 16px;
  margin-right: 2px;
  position: relative;
  top: -2px;
}
.blog-post-page .back-pagination {
  justify-content: start;
}
.blog-post-page .back-pagination li a {
  border: 2px solid rgba(15, 18, 22, 0.1);
  box-shadow: none;
  line-height: 33px;
}
.blog-post-page .react-sidebar .widget.react-categories-course {
  box-shadow: none;
}
.blog-post-page .react-sidebar .widget.react-categories-course .widget-title {
  margin-top: -5px;
}
.blog-post-page
  .react-sidebar
  .widget.react-categories-course
  .recent-category
  li
  a
  em {
  display: block;
  float: right;
  clear: right;
  font-style: normal;
}
.blog-post-page .widget-tags .tags li {
  display: inline-block;
  margin: 0 5px 13px 0;
}
.blog-post-page .widget-tags .tags li a {
  padding: 8px 17px 8px;
  background: #f2f4f9;
  font-size: 13px;
  color: #5c5c68;
  font-weight: 600;
  border-radius: 4px;
}
.blog-post-page .widget-tags .tags li a:hover {
  background: #0028DF;
  color: #ffffff;
}
/*****************************************************
    23. Blog Details Page CSS
****************************/
.blog-post-single-page
  .react-course-filter
  .single-studies
  .inner-course
  .case-content {
  padding: 30px 38px 30px 25px;
}
.blog-post-single-page
  .react-course-filter
  .single-studies
  .inner-course
  .case-content
  em {
  display: block;
  font-size: 16px;
  color: #E91C25;
  font-style: normal;
}
.blog-post-single-page .share-course {
  color: #0f1216;
  font-size: 16px;
  font-weight: 600;
  float: right;
  clear: right;
  text-align: right;
  position: relative;
}
.blog-post-single-page .share-course em {
  width: 45px;
  color: #fff;
  background: #0028DF;
  border-radius: 50%;
  padding: 1px 13px;
  display: inline-block;
  height: 45px;
  line-height: 40px;
  margin-left: 8px;
}
.blog-post-single-page .share-course em svg {
  width: 18px;
  position: relative;
  right: 2px;
}
.blog-post-single-page .share-course span {
  position: absolute;
  background: #000;
  padding: 7px 18px;
  border-radius: 4px;
  width: 133px;
  left: 75px;
  top: 0px;
  opacity: 0;
  transition: all 0.5s ease;
}
.blog-post-single-page .share-course span:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #000;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.blog-post-single-page .share-course span a {
  padding: 0 7px;
  color: #fff;
  opacity: 0.6;
}
.blog-post-single-page .share-course span a:hover {
  opacity: 1;
}
.blog-post-single-page .share-course:hover em {
  opacity: 0.9;
}
.blog-post-single-page .share-course:hover span {
  opacity: 1;
  top: -55px;
}
.blog-post-single-page .blog-single-inner .blog-image {
  margin-bottom: 42px;
}
.blog-post-single-page .blog-single-inner .blog-content {
  color: #3e3e51;
}
.blog-post-single-page .blog-single-inner .blog-content p:first-child {
  margin: -8px 0 0;
  overflow: hidden;
}
.blog-post-single-page .blog-single-inner .blog-content p {
  margin-bottom: 40px;
  line-height: 28px;
  font-size: 18px;
  font-weight: 400;
  color: #5b5f64;
}
.blog-post-single-page .blog-single-inner .blog-content h3 {
  color: #0f1216;
  font-weight: 600;
  font-size: 34px;
  line-height: 43px;
}
.blog-post-single-page .blog-single-inner .blog-content .back-order-list h3 {
  color: #0f1216;
  font-weight: 600;
  font-size: 34px;
  line-height: 43px;
}
.blog-post-single-page .blog-single-inner .blog-content .back-order-list ul li {
  margin: 20px 0;
  font-size: 16px;
  font-weight: 400;
  color: #0f1216;
}
.blog-post-single-page
  .blog-single-inner
  .blog-content
  .back-order-list
  ul
  li
  i {
  background: rgba(50, 112, 252, 0.08);
  padding: 6px;
  border-radius: 50%;
  margin-right: 12px;
}
.blog-post-single-page .blog-single-inner .blog-content blockquote {
  position: relative;
  margin: 40px 0px 60px;
  padding: 38px 40px 40px 40px;
  color: #0f1216;
  box-shadow: -3px 0px 0px #0028DF, 0px 20px 40px rgba(15, 18, 22, 0.1);
  border-radius: 6px;
  font-size: 24px;
  overflow: hidden;
  line-height: 34px;
  font-weight: 400;
  z-index: 1;
  border-left: 1px solid #0028DF;
}
.blog-post-single-page .blog-single-inner .blog-content blockquote:before {
  content: "";
  font-size: 120px;
  position: absolute;
  background: url(assets/images/blog-grid/qu.png) no-repeat right bottom;
  bottom: 0px;
  right: 47px;
  width: 107px;
  height: 107px;
  z-index: 0;
}
.blog-post-single-page
  .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;
}
.blog-post-single-page .blog-single-inner .blog-content blockquote em {
  display: block;
  font-style: normal;
  color: #5b5f64;
  font-size: 16px;
  margin-top: 16px;
  font-weight: 400;
  position: relative;
  padding-left: 22px;
}
.blog-post-single-page .blog-single-inner .blog-content blockquote em:before {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 0px;
  width: 15px;
  height: 2px;
  z-index: -1;
  background: #5b5f64;
}
.blog-post-single-page .blog-single-inner .blog-content .blog-tags {
  margin-top: 40px;
  display: block;
  padding: 30px 0 25px;
  border-top: 1px solid #ecedf3;
}
.blog-post-single-page
  .blog-single-inner
  .blog-content
  .blog-tags
  ul.mata-tags
  li {
  display: inline-block;
  margin-right: 5px;
}
.blog-post-single-page
  .blog-single-inner
  .blog-content
  .blog-tags
  ul.mata-tags
  li
  a {
  padding: 3px 20px;
  background: #f2f4f9;
  font-size: 13px;
  color: #4d5765;
  font-weight: 600;
  display: block;
  border-radius: 6px;
}
.blog-post-single-page
  .blog-single-inner
  .blog-content
  .blog-tags
  ul.mata-tags
  li
  a:hover {
  background: #0028DF;
  color: #ffffff;
}
.blog-post-single-page
  .blog-single-inner
  .blog-content
  .blog-tags
  ul.mata-tags
  li:last-child {
  margin: 0;
}
.blog-post-single-page
  .blog-single-inner
  .blog-content
  .blog-tags
  ul.mata-tags
  li.tags {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-right: 20px;
}
.blog-post-single-page .blog-single-inner .blog-content .post-author {
  display: flex;
  align-items: center;
  padding: 40px;
  overflow: hidden;
  margin-top: 30px;
  background: #fff;
  box-shadow: 0px 20px 40px rgba(15, 18, 22, 0.1);
  border-radius: 6px;
}
.blog-post-single-page .blog-single-inner .blog-content .post-author .avatar {
  margin-right: 20px;
}
.blog-post-single-page
  .blog-single-inner
  .blog-content
  .post-author
  .avatar
  img {
  border-radius: 50%;
  width: 122px;
}
.blog-post-single-page
  .blog-single-inner
  .blog-content
  .post-author
  .info
  .name {
  margin: 0;
  color: #0f1216;
  transition: all 0.5s ease 0s;
  font-size: 18px;
  font-weight: 700;
}
.blog-post-single-page
  .blog-single-inner
  .blog-content
  .post-author
  .info
  .designation
  a {
  font-size: 14px;
  color: #4d5765;
  margin-right: 8px;
}
.blog-post-single-page
  .blog-single-inner
  .blog-content
  .post-author
  .info
  .designation
  a:hover {
  color: #0028DF;
}
.blog-post-single-page .blog-single-inner .blog-content .post-author p {
  font-size: 16px;
  color: #5b5f64;
  margin: 9px 0 12px;
  line-height: 24px;
}
.blog-post-single-page .blog-single-inner .blog-content .author-comment {
  margin-bottom: 0px;
  margin-top: 0px;
}
.blog-post-single-page .blog-single-inner .blog-content .author-comment h4 {
  margin: 36px 0 20px;
  font-size: 20px;
  font-weight: 700;
  color: #0f1216;
}
.blog-post-single-page .blog-single-inner .blog-content .author-comment span {
  font-size: 15px;
  color: #7f7d86;
}
.blog-post-single-page
  .blog-single-inner
  .blog-content
  .author-comment
  span
  i:before {
  font-size: 13px;
  padding-right: 3px;
  position: relative;
  top: -1px;
}
.blog-post-single-page .blog-single-inner .blog-content .author-comment h6 {
  margin: 0 0 3px;
  font-size: 16px;
  color: #0f1216;
  font-weight: 600;
}
.blog-post-single-page .blog-single-inner .blog-content .author-comment ul {
  padding: 0;
  margin: 0;
}
.blog-post-single-page .blog-single-inner .blog-content .author-comment ul li {
  margin: 0 0 35px;
  padding: 30px 57px 32px 35px;
  border: 1px solid rgba(0, 48, 110, 0.1);
  border-radius: 6px;
}
.blog-post-single-page
  .blog-single-inner
  .blog-content
  .author-comment
  ul
  li
  .col-sm-2 {
  text-align: left;
  padding-right: 6px;
}
.blog-post-single-page
  .blog-single-inner
  .blog-content
  .author-comment
  ul
  li:nth-child(2) {
  margin-left: 120px;
  padding: 35px 52px 32px 35px;
}
.blog-post-single-page
  .blog-single-inner
  .blog-content
  .author-comment
  ul
  li:nth-child(2)
  .col-sm-2 {
  padding-right: 6px;
}
.blog-post-single-page
  .blog-single-inner
  .blog-content
  .author-comment
  ul
  li:nth-child(2)
  .image-comments
  img {
  width: 55px;
}
.blog-post-single-page
  .blog-single-inner
  .blog-content
  .author-comment
  ul
  li:nth-child(3) {
  margin-left: 120px;
  padding: 35px 52px 38px 35px;
}
.blog-post-single-page
  .blog-single-inner
  .blog-content
  .author-comment
  ul
  li:nth-child(3)
  .col-sm-2 {
  padding-right: 6px;
}
.blog-post-single-page
  .blog-single-inner
  .blog-content
  .author-comment
  ul
  li:nth-child(3)
  .image-comments
  img {
  width: 55px;
}
.blog-post-single-page
  .blog-single-inner
  .blog-content
  .author-comment
  ul
  li
  .image-comments {
  margin-top: 0;
}
.blog-post-single-page
  .blog-single-inner
  .blog-content
  .author-comment
  ul
  li
  .image-comments
  img {
  width: 55px;
  border-radius: 100%;
}
.blog-post-single-page
  .blog-single-inner
  .blog-content
  .author-comment
  ul
  li
  .reply {
  font-size: 14px;
  color: #5b5f64;
  font-weight: 400;
}
.blog-post-single-page
  .blog-single-inner
  .blog-content
  .author-comment
  ul
  li
  .reply
  a {
  color: #0028DF;
}
.blog-post-single-page
  .blog-single-inner
  .blog-content
  .author-comment
  ul
  li
  .reply
  a:hover {
  color: #0028DF;
}
.blog-post-single-page
  .blog-single-inner
  .blog-content
  .author-comment
  ul
  li
  .dsc-comments
  h4 {
  margin: 0 0 12px;
}
.blog-post-single-page
  .blog-single-inner
  .blog-content
  .author-comment
  ul
  li
  .dsc-comments
  a {
  padding: 4px 0;
  font-size: 14px;
  color: #0f1216;
  font-weight: 600;
  border-radius: 6px;
}
.blog-post-single-page
  .blog-single-inner
  .blog-content
  .author-comment
  ul
  li
  .dsc-comments
  a
  svg {
  width: 16px;
  position: relative;
  top: 0px;
  margin-right: 2px;
}
.blog-post-single-page
  .blog-single-inner
  .blog-content
  .author-comment
  ul
  li
  .dsc-comments
  a:hover {
  color: #0028DF;
}
.blog-post-single-page
  .blog-single-inner
  .blog-content
  .author-comment
  ul
  li
  .dsc-comments
  p {
  margin: 12px 0 15px;
  color: #55575c;
  font-size: 16px;
  line-height: 24px;
}
.blog-post-single-page .blog-single-inner .blog-content .blog-form {
  margin-top: 98px;
  z-index: 9;
  position: relative;
}
.blog-post-single-page .blog-single-inner .blog-content .blog-form .back-input {
  position: relative;
}
.blog-post-single-page
  .blog-single-inner
  .blog-content
  .blog-form
  .back-input
  img {
  position: absolute;
  bottom: 55px;
  left: 30px;
}
.blog-post-single-page
  .blog-single-inner
  .blog-content
  .blog-form
  .back-textarea
  img {
  position: absolute;
  top: 57px;
  left: 47px;
  z-index: 1;
}
.blog-post-single-page .blog-single-inner .blog-content .blog-form h3 {
  font-size: 20px;
  color: #0f1216;
  font-weight: 700;
  margin-bottom: 0px;
}
.blog-post-single-page .blog-single-inner .blog-content .blog-form form p {
  color: #5b5f64;
  font-size: 16px;
  font-weight: 400;
}
.blog-post-single-page .blog-single-inner .blog-content .blog-form form input {
  width: 100%;
  height: 57px;
  padding: 10px 30px 10px 30px;
  background: #f2f4f9;
  border: none;
  outline: none;
  border-radius: 10px;
  margin-bottom: 25px;
  border: 2px solid #f2f4f9;
}
.blog-post-single-page
  .blog-single-inner
  .blog-content
  .blog-form
  form
  input:focus {
  border: 2px solid #0028DF;
  background: none;
}
.blog-post-single-page
  .blog-single-inner
  .blog-content
  .blog-form
  form
  textarea {
  width: 100%;
  height: 160px;
  padding: 22px 30px;
  background: #f2f4f9;
  border: none;
  outline: none;
  border-radius: 10px;
  margin-bottom: 25px;
  position: relative;
  border: 2px solid #f2f4f9;
}
.blog-post-single-page
  .blog-single-inner
  .blog-content
  .blog-form
  form
  textarea:focus {
  border: 2px solid #0028DF;
  background: none;
}
.blog-post-single-page .blog-single-inner .blog-content .blog-form form button {
  background: #0028DF;
  font-size: 16px;
  color: #ffffff;
  border-radius: 10px;
  padding: 10px 15px;
  display: inline-block;
  font-weight: 600;
  transition: all 0.5s ease 0s;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  width: 100%;
  max-width: 210px;
}
.blog-post-single-page
  .blog-single-inner
  .blog-content
  .blog-form
  form
  button
  svg {
  width: 18px;
  position: relative;
  top: -1px;
  margin-left: 2px;
}
.blog-post-single-page
  .blog-single-inner
  .blog-content
  .blog-form
  form
  button:hover {
  color: #ffffff;
  opacity: 0.8;
}
.blog-post-single-page
  .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;
}
.blog-post-single-page
  .blog-single-inner
  .blog-content
  .blog-form
  form
  .back-check-box
  a {
  color: #1a152e;
}
.blog-post-single-page
  .blog-single-inner
  .blog-content
  .blog-form
  form
  .back-check-box
  a:hover {
  color: #74727d;
}
.blog-post-single-page
  .blog-single-inner
  .blog-content
  .blog-form
  form
  .back-check-box
  input {
  width: auto;
  margin: 0 8px 0 0;
  height: 16px;
  width: 16px;
}
.blog-post-single-page
  .blog-single-inner
  .blog-content
  .blog-form
  form
  ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #7b7d82;
  opacity: 1;
  font-size: 16px;
}
.blog-post-single-page
  .blog-single-inner
  .blog-content
  .blog-form
  form
  ::-moz-placeholder {
  /* Firefox 19+ */

  color: #7b7d82;
  opacity: 1;
  font-size: 16px;
}
.blog-post-single-page
  .blog-single-inner
  .blog-content
  .blog-form
  form
  :-ms-input-placeholder {
  /* IE 10+ */

  color: #7b7d82;
  opacity: 1;
  font-size: 16px;
}
.blog-post-single-page
  .blog-single-inner
  .blog-content
  .blog-form
  form
  :-moz-placeholder {
  /* Firefox 18- */

  color: #7b7d82;
  opacity: 1;
  font-size: 16px;
}
.blog-post-single-page .single-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
  position: relative;
  border-top: 1px solid #e8ecf0;
  border-bottom: 1px solid #e8ecf0;
  padding: 20px 0 30px;
}
.blog-post-single-page .single-nav .back-next {
  text-align: right;
}
.blog-post-single-page .single-nav .back-prev a,
.blog-post-single-page .single-nav .back-next a {
  color: #4d5765;
  font-size: 12px;
  font-weight: 600;
}
.blog-post-single-page .single-nav .back-prev a em,
.blog-post-single-page .single-nav .back-next a em {
  display: block;
  font-style: normal;
  font-weight: 600;
  color: #0f1216;
  font-size: 18px;
  line-height: 18px;
}
.blog-post-single-page .single-nav .back-prev a:hover,
.blog-post-single-page .single-nav .back-next a:hover {
  color: #0028DF;
}
.blog-post-single-page .single-nav .back-prev a:hover em,
.blog-post-single-page .single-nav .back-next a:hover em {
  color: #0028DF;
}
.blog-post-single-page .single-nav .back-prev {
  position: relative;
  padding-left: 55px;
  transition: all 500ms ease;
}
.blog-post-single-page .single-nav .back-prev i:before {
  font-size: 23px;
  margin: 0;
  font-weight: 600;
  position: absolute;
  top: 8px;
  left: 0;
  transition: all 500ms ease;
  border: 2px solid rgba(15, 18, 22, 0.08);
  padding: 6px;
  border-radius: 50%;
}
.blog-post-single-page .single-nav .back-prev:hover i:before {
  left: -6px;
}
.blog-post-single-page .single-nav .back-next {
  position: relative;
  padding-right: 55px;
  transition: all 500ms ease;
}
.blog-post-single-page .single-nav .back-next i:before {
  font-size: 23px;
  margin: 0;
  font-weight: 600;
  position: absolute;
  top: 8px;
  right: 0;
  transition: all 500ms ease;
  border: 2px solid rgba(15, 18, 22, 0.08);
  padding: 6px;
  border-radius: 50%;
}
.blog-post-single-page .single-nav .back-next:hover i:before {
  right: -6px;
}
.blog-post-single-page .single-nav .social-links svg {
  position: relative;
  top: 6px;
}
/*****************************************************
    24. Contact Page CSS Here 
****************************/
.react-contact-page h2.contact-title {
  font-size: 34px;
  color: #0f1216;
  font-weight: 700;
  line-height: 42px;
  text-align: left;
}
.react-contact-page .react-blog-form {
  padding-left: 70px;
}
.react-contact-page .blog-form {
  z-index: 9;
  position: relative;
  padding-top: 15px;
}
.react-contact-page .blog-form .back-input {
  position: relative;
}
.react-contact-page .blog-form .back-input img {
  position: absolute;
  bottom: 55px;
  left: 30px;
}
.react-contact-page .blog-form .react-textarea img {
  position: absolute;
  top: 57px;
  left: 47px;
  z-index: 1;
}
.react-contact-page .blog-form form label {
  color: #1a152e;
  font-size: 14px;
  font-weight: 500;
}
.react-contact-page .blog-form form input {
  width: 100%;
  height: 57px;
  padding: 10px 30px 10px 30px;
  background: #f5f8fd;
  border: none;
  outline: none;
  border-radius: 6px;
  margin-bottom: 20px;
  border: 2px solid #f5f8fd;
}
.react-contact-page .blog-form form input:focus {
  border: 2px solid #0028DF;
  background: none;
}
.react-contact-page .blog-form form textarea {
  width: 100%;
  height: 160px;
  padding: 22px 30px;
  background: #f5f8fd;
  border: none;
  outline: none;
  border-radius: 6px;
  margin-bottom: 20px;
  position: relative;
  border: 2px solid #f5f8fd;
}
.react-contact-page .blog-form form textarea:focus {
  border: 2px solid #0028DF;
  background: none;
}
.react-contact-page .blog-form form button {
  background: #0028DF;
  font-size: 16px;
  color: #ffffff;
  border-radius: 6px;
  padding: 14px 38px;
  display: block;
  font-weight: 600;
  transition: all 0.5s ease 0s;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
.react-contact-page .blog-form form button svg {
  width: 18px;
}
.react-contact-page .blog-form form button:hover {
  color: #ffffff;
  opacity: 0.9;
}
.react-contact-page .blog-form form .react-check-box {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #55575c;
  font-size: 16px;
}
.react-contact-page .blog-form form .react-check-box a {
  color: #1a152e;
}
.react-contact-page .blog-form form .react-check-box a:hover {
  color: #74727d;
}
.react-contact-page .blog-form form .react-check-box input {
  width: auto;
  margin: 0 8px 0 0;
  height: 16px;
  width: 16px;
}
.react-contact-page .blog-form form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #7b7d82;
  opacity: 1;
  font-size: 16px;
}
.react-contact-page .blog-form form ::-moz-placeholder {
  /* Firefox 19+ */

  color: #7b7d82;
  opacity: 1;
  font-size: 16px;
}
.react-contact-page .blog-form form :-ms-input-placeholder {
  /* IE 10+ */

  color: #7b7d82;
  opacity: 1;
  font-size: 16px;
}
.react-contact-page .blog-form form :-moz-placeholder {
  /* Firefox 18- */

  color: #7b7d82;
  opacity: 1;
  font-size: 16px;
}
.react-contact-page .address-sec {
  padding: 35px;
  background: linear-gradient(
    138.95deg,
    #f2f4f9 0%,
    rgba(242, 244, 249, 0) 63.81%
  );
  border-radius: 10px;
}
.react-contact-page .address-sec li {
  display: flex;
  padding-bottom: 35px;
}
.react-contact-page .address-sec li .icon {
  margin-right: 25px;
}
.react-contact-page .address-sec li .text {
  font-size: 16px;
  line-height: 24px;
  color: #4d5765;
}
.react-contact-page .address-sec li .text em {
  color: #0f1216;
  font-weight: 600;
  font-size: 20px;
  display: block;
  font-style: normal;
  margin: 0 0 8px;
}
.react-contact-page .address-sec li .text a {
  display: block;
  color: #0f1216;
}
.react-contact-page .address-sec li .text a:hover {
  color: #0028DF;
}
.react-contact-page .react-contacts .back-title-sec h2 {
  font-weight: 600;
  font-size: 40px;
}
.react-contact-page .react-contacts .react-image-maping {
  position: relative;
  padding-top: 15px;
}
.react-contact-page .react-contacts .react-image-maping .react-tooltip1 {
  left: 50%;
  top: 50%;
  display: block;
}
.react-contact-page .react-contacts .react-image-maping .react-ripple {
  background-color: #f94392;
  border-radius: 50%;
  animation: pi-ripple 0.7s linear infinite;
  position: absolute;
  cursor: pointer;
}
.react-contact-page .react-contacts .react-image-maping .react-ripple .box {
  position: relative;
  width: 16px;
  height: 16px;
}
.react-contact-page
  .react-contacts
  .react-image-maping
  .react-ripple
  .box
  span {
  font-size: 16px;
  color: #1a152e;
  font-weight: 600;
}
@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);
  }
}
.react-contact-page .react-contacts .react-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;
}
.react-contact-page .react-contacts .react-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;
}
.react-contact-page .react-contacts .react-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;
}
/*****************************************************
    25. Courses Section CSS Here  
****************************/
body.course-single
  .react-breadcrumbs
  .breadcrumbs-wrap
  .breadcrumbs-inner
  .breadcrumbs-text {
  text-align: left;
}
body.course-single
  .react-breadcrumbs
  .breadcrumbs-wrap
  .breadcrumbs-inner
  .breadcrumbs-text
  .cate {
  background: #0028DF;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  border-radius: 4px;
  padding: 2px 10px 5px;
  line-height: 17px;
  margin-bottom: 12px;
}
body.course-single .user-section {
  display: flex;
  align-items: center;
  padding-bottom: 50px;
}
body.course-single .user-section li {
  padding-right: 40px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
body.course-single .user-section li svg {
  width: 18px;
  position: relative;
  top: -2px;
  margin-right: 4px;
}
body.course-single .user-section li.user {
  display: flex;
  align-items: center;
}
body.course-single .user-section li.user span {
  padding-right: 12px;
}
body.course-single .user-section li.user span img {
  width: 36px;
  border-radius: 50%;
}
.react-courses__single-page .course-single-tab .nav.nav-tabs {
  padding: 0 0 1px 0;
  margin-top: 0px;
  background: #f2f4f9;
  border-radius: 6px;
  margin-bottom: 50px;
  border: none;
}
.react-courses__single-page .course-single-tab .nav.nav-tabs li a {
  border: none;
  color: #5b5f64;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  padding: 19px 25px;
  text-align: center;
  display: inline-block;
  margin: 10px 8px;
}
.react-courses__single-page .course-single-tab .nav.nav-tabs li a.active,
.react-courses__single-page .course-single-tab .nav.nav-tabs li a:hover {
  background: #fff;
  box-shadow: 0px 6px 10px rgba(15, 18, 22, 0.1);
  border-radius: 6px;
  color: #0f1216;
}
.react-courses__single-page .course-single-tab #back-tab-content h3 {
  font-size: 26px;
  color: #0f1216;
  font-weight: 600;
  margin: 0 0 20px;
}
.react-courses__single-page .course-single-tab #back-tab-content p {
  font-size: 16px;
  color: #4b4b57;
}
.react-courses__single-page .course-single-tab #back-tab-content .back-tag a {
  font-size: 16px;
  font-weight: 500;
  color: #737383;
}
.react-courses__single-page
  .course-single-tab
  #back-tab-content
  .back-tag
  a:hover {
  color: #0028DF;
}
.react-courses__single-page .course-single-tab #back-tab-content .back-tag svg {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
.react-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;
}
.react-courses__single-page
  .course-single-tab
  #back-tab-content
  .back-objectives
  h3 {
  font-size: 20px;
  color: #18468F;
  font-weight: 800;
  margin: 0 0 20px;
}
.react-courses__single-page
  .course-single-tab
  #back-tab-content
  .back-objectives
  li {
  float: left;
  width: 50%;
  font-size: 15px;
  font-weight: 600;
  color: #18468F;
  position: relative;
  padding-left: 42px;
  margin: 10px 0 17px;
  line-height: 1.3;
}
.react-courses__single-page
  .course-single-tab
  #back-tab-content
  .back-objectives
  li:first-child {
  float: none;
  width: 100%;
  padding: 0;
}
.react-courses__single-page
  .course-single-tab
  #back-tab-content
  .back-objectives
  li
  i {
  background: #0028DF;
  padding: 6px;
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
}
.react-courses__single-page .course-single-tab #back-tab-content .single-week {
  background: #f7f7f8;
  padding: 40px 40px 30px 40px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.react-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: #18468F;
}
.react-courses__single-page
  .course-single-tab
  #back-tab-content
  .single-week
  .week__top
  li:last-child {
  color: #828287;
  font-weight: 700;
}
.react-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;
}
.react-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;
}
.react-courses__single-page
  .course-single-tab
  #back-tab-content
  .single-week
  .course__title
  li
  em {
  font-style: normal;
  float: right;
}
.react-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;
}
.react-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;
}
.react-courses__single-page
  .course-single-tab
  #back-tab-content
  .single-week
  .course__title
  li
  b {
  font-weight: 700;
  color: #18468F;
}
.react-courses__single-page
  .course-single-tab
  #back-tab-content
  .single-week
  .course__title
  li:last-child {
  border: none;
}
.react-courses__single-page
  .course-single-tab
  #back-tab-content
  .skillbar-style2 {
  border: 1px solid rgba(0, 48, 110, 0.1);
  border-radius: 6px;
  padding: 40px;
}
.react-courses__single-page
  .course-single-tab
  #back-tab-content
  .skillbar-style2
  .skill_inners {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.react-courses__single-page
  .course-single-tab
  #back-tab-content
  .skillbar-style2
  .skill_inners
  span.skillbar-title {
  flex: 0 0 15%;
  color: #5b5f64;
  font-size: 14px;
}
.react-courses__single-page
  .course-single-tab
  #back-tab-content
  .skillbar-style2
  .skill_inners
  span {
  color: #5b5f64;
}
.react-courses__single-page
  .course-single-tab
  #back-tab-content
  .skillbar-style2
  .skillbars {
  position: relative;
  display: block;
  background: #e6e9f1;
  height: 10px;
  width: 100%;
  clear: both;
  margin: 0 20px 0 0;
  border-radius: 0px;
}
.react-courses__single-page
  .course-single-tab
  #back-tab-content
  .skillbar-style2
  .skillbars
  .skillbar-bar {
  height: 10px;
  width: 0;
  background: #0028DF;
  display: block;
  margin: 0;
  position: relative;
  border-radius: 0px;
}
.react-courses__single-page .course-single-tab #back-tab-content .five__number {
  border: 1px solid rgba(0, 48, 110, 0.1);
  text-align: center;
  padding: 75px 50px;
  border-radius: 6px;
}
.react-courses__single-page
  .course-single-tab
  #back-tab-content
  .five__number
  em {
  font-size: 50px;
  color: #0f1216;
  font-style: normal;
  line-height: 1.2;
  margin-bottom: 12px;
  font-weight: 700;
  display: block;
}
.react-courses__single-page
  .course-single-tab
  #back-tab-content
  .five__number
  i {
  color: #ff9415;
  font-size: 14px;
}
.react-courses__single-page
  .course-single-tab
  #back-tab-content
  .five__number
  h6 {
  color: #0f1216;
}
.react-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;
  border: 1px solid rgba(0, 48, 110, 0.1);
  border-radius: 6px;
}
.react-courses__single-page
  .course-single-tab
  #back-tab-content
  .post-author
  .avatar {
  margin-right: 20px;
}
.react-courses__single-page
  .course-single-tab
  #back-tab-content
  .post-author
  .avatar
  img {
  border-radius: 50%;
  width: 80px;
}
.react-courses__single-page
  .course-single-tab
  #back-tab-content
  .post-author
  .info
  .back-ratings
  i {
  color: #ff9415;
  font-size: 14px;
}
.react-courses__single-page
  .course-single-tab
  #back-tab-content
  .post-author
  .info
  .name {
  margin: 0;
  color: #0f1216;
  transition: all 0.5s ease 0s;
  font-size: 20px;
  font-weight: 600;
}
.react-courses__single-page
  .course-single-tab
  #back-tab-content
  .post-author
  .info
  .name
  .designation {
  font-size: 16px;
  color: #5b5f64;
  margin: 0;
  font-weight: 400;
}
.react-courses__single-page
  .course-single-tab
  #back-tab-content
  .post-author
  p {
  font-size: 16px;
  color: #4b4b57;
  margin: 0;
  line-height: 24px;
}
.react-courses__single-page
  .course-single-tab
  #back-tab-content
  .post-author:hover
  .info
  .name {
  color: #0028DF;
}
.react-courses__single-page .course-single-tab #back-tab-content .blog-form p {
  margin-top: -15px;
}
.react-courses__single-page
  .course-single-tab
  #back-tab-content
  .blog-form
  form
  .back-ratings {
  padding-bottom: 25px;
  padding-top: 6px;
  line-height: 1;
}
.react-courses__single-page
  .course-single-tab
  #back-tab-content
  .blog-form
  form
  .back-ratings
  i {
  font-size: 14px;
  color: #b8b9bf;
}
.react-courses__single-page
  .course-single-tab
  #back-tab-content
  .blog-form
  form
  .back-ratings
  i:nth-child(1),
.react-courses__single-page
  .course-single-tab
  #back-tab-content
  .blog-form
  form
  .back-ratings
  i:nth-child(2) {
  color: #ff9415;
}
.react-courses__single-page
  .course-single-tab
  #back-tab-content
  .blog-form
  form
  input {
  width: 100%;
  height: 57px;
  padding: 10px 30px 10px 30px;
  background: #f2f4f9;
  border: none;
  outline: none;
  border-radius: 6px;
  margin-bottom: 25px;
  border: 2px solid #f2f4f9;
}
.react-courses__single-page
  .course-single-tab
  #back-tab-content
  .blog-form
  form
  input:focus {
  border: 2px solid #0028DF;
  background: none;
}
.react-courses__single-page
  .course-single-tab
  #back-tab-content
  .blog-form
  form
  textarea {
  width: 100%;
  height: 160px;
  padding: 22px 30px;
  background: #f2f4f9;
  border: none;
  outline: none;
  border-radius: 6px;
  margin-bottom: 5px;
  position: relative;
  border: 2px solid #f2f4f9;
}
.react-courses__single-page
  .course-single-tab
  #back-tab-content
  .blog-form
  form
  textarea:focus {
  border: 2px solid #0028DF;
  background: none;
}
.react-courses__single-page
  .course-single-tab
  #back-tab-content
  .blog-form
  form
  button {
  background: #0028DF;
  font-size: 16px;
  color: #ffffff;
  border-radius: 6px;
  padding: 14px 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;
}
.react-courses__single-page
  .course-single-tab
  #back-tab-content
  .blog-form
  form
  button
  svg {
  width: 18px;
}
.react-courses__single-page
  .course-single-tab
  #back-tab-content
  .blog-form
  form
  button:hover {
  color: #ffffff;
  background: #18468F;
}
.react-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;
}
.react-courses__single-page
  .course-single-tab
  #back-tab-content
  .blog-form
  form
  .back-check-box
  a {
  color: #1a152e;
}
.react-courses__single-page
  .course-single-tab
  #back-tab-content
  .blog-form
  form
  .back-check-box
  a:hover {
  color: #74727d;
}
.react-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;
}
.react-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;
}
.react-courses__single-page
  .course-single-tab
  #back-tab-content
  .blog-form
  form
  ::-moz-placeholder {
  /* Firefox 19+ */

  color: #7b7d82;
  opacity: 1;
  font-size: 16px;
}
.react-courses__single-page
  .course-single-tab
  #back-tab-content
  .blog-form
  form
  :-ms-input-placeholder {
  /* IE 10+ */

  color: #7b7d82;
  opacity: 1;
  font-size: 16px;
}
.react-courses__single-page
  .course-single-tab
  #back-tab-content
  .blog-form
  form
  :-moz-placeholder {
  /* Firefox 18- */

  color: #7b7d82;
  opacity: 1;
  font-size: 16px;
}
.react-courses__single-page
  .course-single-tab
  #back-tab-content
  .social-links
  h4 {
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 26px;
}
.react-courses__single-page
  .course-single-tab
  #back-tab-content
  .social-links
  li
  a {
  border-radius: 6px;
}
.react-courses__single-page
  .course-single-tab
  #back-tab-content
  .social-links
  li:first-child {
  float: none;
  width: 100%;
  padding: 0;
  display: block;
}
.back-pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.back-pagination li a {
  width: 40px;
  height: 40px;
  background: #ffffff;
  box-shadow: 0px 1px 2px rgba(15, 18, 22, 0.1);
  display: inline-block;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50%;
  color: #5b5f64;
  margin: 0 5px;
}
.back-pagination li a:hover {
  background: #0028DF;
  color: #ffffff;
}
.back-pagination li a svg {
  width: 18px;
  position: relative;
  transition: all 0.5s ease 0s;
  top: -1px;
}
/*****************************************************
    26. Sidebar Section CSS Here  
****************************/
.react-sidebar {
  background: #fff;
  box-shadow: 0px 20px 40px rgba(15, 18, 22, 0.08);
  border-radius: 6px;
}
.react-sidebar.react-back-course2 {
  box-shadow: none;
}
.react-sidebar .widget {
  padding: 35px;
  border-bottom: 1px solid #e8ecf0;
}
.react-sidebar .widget.back-post .widget-title {
  margin-top: -10px;
}
.react-sidebar .widget.back-category {
  padding: 30px 35px 30px 35px;
}
.react-sidebar .widget.related__courses {
  background: #ffffff;
  box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
  margin-top: 22px;
}
.react-sidebar .widget.react-categories-course {
  box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
  background: #ffffff;
  border-radius: 6px;
}
.react-sidebar .widget.react-categories-course ul li a {
  font-size: 16px;
  color: #5b5f64;
  font-weight: 400;
  line-height: 32px;
  display: block;
}
.react-sidebar .widget.react-categories-course ul li a:hover {
  color: #0028DF;
}
.react-sidebar .widget.get-back-course {
  box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
  background: #ffffff;
  margin-bottom: 10px;
  border-radius: 6px;
  padding: 0;
}
.react-sidebar .widget.get-back-course .price {
  display: flex;
  align-items: center;
  padding: 25px 40px 25px;
  border-bottom: 1px solid #e8ecf0;
}
.react-sidebar .widget.get-back-course .price li {
  font-size: 30px;
  font-weight: 700;
  color: #0028DF;
  line-height: 1;
}
.react-sidebar .widget.get-back-course .price li:nth-child(2) {
  font-size: 16px;
  font-weight: 600;
  text-decoration: line-through;
  margin-left: 9px;
  color: #9da1a6;
}
.react-sidebar .widget.get-back-course .price li:nth-child(3) {
  font-size: 13px;
  color: #E91C25;
  background: rgba(210, 9, 60, 0.06);
  border-radius: 4px;
  margin-left: 10px;
  padding: 5px 6px;
  font-weight: 600;
}
.react-sidebar .widget.get-back-course .start-btn {
  border-radius: 6px;
  width: auto;
  text-align: center;
  background: #0028DF;
  color: #fff;
  padding: 11px 25px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-left: 35px;
  margin-right: 35px;
  margin-top: 30px;
  margin-bottom: 25px;
}
.react-sidebar .widget.get-back-course .start-btn svg {
  width: 18px;
}
.react-sidebar .widget.get-back-course .start-btn:hover {
  opacity: 0.9;
}
.react-sidebar .widget.get-back-course .share-course {
  color: #0f1216;
  font-size: 16px;
  font-weight: 600;
  display: block;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}
.react-sidebar .widget.get-back-course .share-course em {
  width: 45px;
  color: #0028DF;
  border: 2px solid rgba(15, 18, 22, 0.1);
  border-radius: 50%;
  padding: 1px 13px;
  display: inline-block;
  height: 45px;
  line-height: 37px;
  margin-left: 8px;
}
.react-sidebar .widget.get-back-course .share-course em svg {
  width: 18px;
  position: relative;
  right: 2px;
}
.react-sidebar .widget.get-back-course .share-course span {
  position: absolute;
  background: #000;
  padding: 7px 18px;
  border-radius: 4px;
  width: 133px;
  left: 190px;
  top: 0px;
  opacity: 0;
  transition: all 0.5s ease;
}
.react-sidebar .widget.get-back-course .share-course span:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #000;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.react-sidebar .widget.get-back-course .share-course span a {
  padding: 0 7px;
  color: #fff;
  opacity: 0.6;
}
.react-sidebar .widget.get-back-course .share-course span a:hover {
  opacity: 1;
}
.react-sidebar .widget.get-back-course .share-course:hover em {
  background: #0028DF;
  color: #fff;
}
.react-sidebar .widget.get-back-course .share-course:hover span {
  opacity: 1;
  top: -55px;
}
.react-sidebar .widget.get-back-course .price__course {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
}
.react-sidebar .widget.get-back-course .price__course li {
  padding: 10px 0;
  box-shadow: 0px 1px 0px #e8ecf0;
  color: #0f1216;
}
.react-sidebar .widget.get-back-course .price__course li i {
  position: relative;
  color: #0f1216;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
}
.react-sidebar .widget.get-back-course .price__course li b {
  font-size: 16px;
  font-weight: 400;
  color: #5b5f64;
  float: right;
  clear: right;
}
.react-sidebar .widget.get-back-course .price__course li b.prs {
  font-size: 30px;
  color: #0028DF;
  font-weight: 700;
  line-height: 26px;
}
.react-sidebar .widget.get-back-course .price__course li:last-child {
  border: none;
}
.react-sidebar
  .widget.back-rating
  ul.recent-category
  input[type="checkbox"]
  + label::before {
  border-radius: 50%;
  margin-right: 10px;
  top: 0;
}
.react-sidebar .widget.back-rating em {
  font-style: normal;
  display: inline-block;
  margin-left: 6px;
}
.react-sidebar .widget.back-rating i {
  color: #ffa439;
  font-size: 14px;
}
.react-sidebar
  .widget.back-price
  ul.recent-category
  input[type="checkbox"]
  + label::before {
  border-radius: 50%;
  margin-right: 10px;
  top: 0;
}
.react-sidebar .widget.react-date-sec {
  box-shadow: 0px 30px 50px 0px rgba(1, 11, 60, 0.1);
  background: #ffffff;
  margin-bottom: 10px;
  border-radius: 6px;
}
.react-sidebar .widget.react-date-sec ul li {
  font-size: 16px;
  color: #0f1216;
  font-weight: 600;
  margin-bottom: 20px;
}
.react-sidebar .widget.react-date-sec ul li b {
  color: #5b5f64;
  font-weight: 400;
  font-size: 16px;
  display: block;
}
.react-sidebar .widget.react-date-sec ul li:last-child {
  margin-bottom: 0;
}
.react-sidebar ul.recent-category {
  margin: -8px 0 0;
  padding: 0;
  list-style: none;
}
.react-sidebar ul.recent-category li {
  margin: 8px 0;
}
.react-sidebar ul.recent-category input[type="checkbox"] + label {
  cursor: pointer;
}
.react-sidebar ul.recent-category input[type="checkbox"] {
  display: none;
}
.react-sidebar ul.recent-category label {
  color: #5b5f64;
  font-size: 16px;
  font-weight: 400;
}
.react-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: 12px;
  vertical-align: middle;
  color: transparent;
  transition: 0.2s;
  background: #ffffff;
  padding: 5px 6px;
  font-size: 13px;
  position: relative;
  top: -2px;
}
.react-sidebar ul.recent-category input[type="checkbox"] + label:active:before {
  transform: scale(0);
}
.react-sidebar
  ul.recent-category
  input[type="checkbox"]:checked
  + label:before {
  background-color: #0028DF;
  border-color: #0028DF;
  color: #fff;
}
.react-sidebar
  ul.recent-category
  input[type="checkbox"]:disabled
  + label:before {
  transform: scale(1);
  border-color: #eee;
}
.react-sidebar ul.related-courses {
  margin: 0;
  padding: 0;
  list-style: none;
}
.react-sidebar ul.related-courses li {
  display: flex;
  align-items: center;
  padding-bottom: 1.2em;
}
.react-sidebar ul.related-courses li .back-ratings i {
  font-size: 10px;
  color: #ff9415;
}
.react-sidebar ul.related-courses li .post-images {
  width: 87px;
  display: block;
}
.react-sidebar ul.related-courses li .post-images img {
  display: block;
  width: 127px;
  border-radius: 6px;
}
.react-sidebar ul.related-courses li .titles {
  display: block;
  padding-left: 20px;
}
.react-sidebar ul.related-courses li .titles h4 {
  margin: 0 0 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.react-sidebar ul.related-courses li .titles h4 a {
  color: #0f1216;
}
.react-sidebar ul.related-courses li .titles h4:hover a {
  color: #0028DF;
}
.react-sidebar ul.related-courses li .titles span {
  font-weight: 600;
  color: #0f1216;
}
.react-sidebar ul.related-courses li:last-child {
  padding-bottom: 0;
}
.react-sidebar ul.recent-posts {
  margin: 0;
  padding: 0;
  list-style: none;
}
.react-sidebar ul.recent-posts li {
  display: flex;
  align-items: center;
  padding-bottom: 1.2em;
}
.react-sidebar ul.recent-posts li .back-ratings i {
  font-size: 10px;
  color: #ff9415;
}
.react-sidebar ul.recent-posts li .post-images {
  width: 87px;
  display: block;
}
.react-sidebar ul.recent-posts li .post-images img {
  display: block;
  width: 127px;
  border-radius: 6px;
}
.react-sidebar ul.recent-posts li .titles {
  display: block;
  padding-left: 20px;
}
.react-sidebar ul.recent-posts li .titles h4 {
  margin: 0 0 6px;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
}
.react-sidebar ul.recent-posts li .titles h4 a {
  color: #18468F;
}
.react-sidebar ul.recent-posts li .titles h4:hover a {
  color: #0028DF;
}
.react-sidebar ul.recent-posts li .titles span {
  font-weight: 600;
  color: #737383;
}
.react-sidebar ul.recent-posts li:last-child {
  padding-bottom: 0;
}
.react-sidebar h3.widget-title {
  margin: 0;
  font-size: 20px;
  padding-bottom: 1.1em;
  color: #0f1216;
  font-weight: 600;
  line-height: 1.2;
}
.react-sidebar form {
  position: relative;
}
.react-sidebar form input {
  width: 100%;
  padding: 12px 28px;
  background: #eef1f5;
  outline: none;
  border-radius: 6px;
  border: none;
  padding-right: 80px;
}
.react-sidebar form button {
  background: transparent;
  color: #ffffff;
  display: inline-block;
  padding: 4px 23px;
  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 0.5s ease;
}
.react-sidebar form button svg {
  color: #333;
  position: relative;
  top: 6px;
}
.react-sidebar form button svg:hover {
  color: #0028DF;
}
.react-sidebar form button:hover {
  opacity: 0.9;
}
.events-details .videos {
  padding-bottom: 30px;
}
.events-details h3 {
  font-size: 26px;
  font-weight: 600;
  color: #0f1216;
}
.events-details p {
  font-size: 18px;
  line-height: 28px;
  color: #5b5f64;
}
.events-details ul.mata-tags {
  border-top: 1px solid #e8ecf0;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 40px;
}
.events-details ul.mata-tags li {
  display: inline-block;
  margin-right: 5px;
}
.events-details ul.mata-tags li a {
  padding: 3px 20px;
  background: #f2f4f9;
  font-size: 13px;
  color: #4d5765;
  font-weight: 600;
  display: block;
  border-radius: 4px;
}
.events-details ul.mata-tags li a:hover {
  background: #0028DF;
  color: #ffffff;
}
.events-details ul.mata-tags li:last-child {
  margin: 0;
}
.events-details ul.mata-tags li.tags {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-right: 20px;
}
.events-details .others-instructors {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  padding-top: 60px;
}
.events-details .others-instructors li {
  text-align: center;
  margin-right: 32px;
}
.events-details .others-instructors li span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #0f1216;
  line-height: 25px;
}
.events-details .others-instructors li span em {
  display: block;
  color: #5b5f64;
  font-weight: 400;
  font-style: normal;
}
.events-details .others-instructors li:first-child {
  flex: 0 0 100%;
  text-align: left;
  margin-bottom: 16px;
}
.events-details .others-instructors li:first-child h3 {
  margin: 0;
}
.events-details .others-instructors li:last-child {
  margin-right: 0;
}
body.event-page .react-upcoming__event .event__card .event__card--link:hover {
  background: #0028DF;
  border-color: #0028DF;
}
body.event-page .react-upcoming__event .event__card .event__card--date em,
body.event-page .react-upcoming__event .event__card .event_time {
  color: #0028DF;
}
/*****************************************************
    27. Student Satisfaction Section CSS Here  
****************************/
.student_satisfaction-section {
  background: url(assets/images/testimonial/bg.jpg) no-repeat center top;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
.student_satisfaction-section .event__card .event__card--content {
  background: #fff;
  padding: 40px 44px 42px;
  border-radius: 10px;
  position: relative;
}
.student_satisfaction-section
  .event__card
  .event__card--content
  .testimonial__ratings {
  font-size: 14px;
  color: #797e84;
}
.student_satisfaction-section
  .event__card
  .event__card--content
  .testimonial__ratings
  em {
  color: #ffa439;
}
.student_satisfaction-section .event__card .event__card--content .parag {
  color: #5b5f64;
  line-height: 30px;
  margin: 6px 0 0;
  font-size: 18px;
}
.student_satisfaction-section .poly {
  position: absolute;
  bottom: -11px;
  width: 24px !important;
  z-index: 11111;
  left: 40px;
  transform: rotate(-53deg);
  height: 24px;
  background: #fff;
}
.student_satisfaction-section .author-sec {
  display: flex;
  align-items: center;
  padding: 30px 28px;
}
.student_satisfaction-section .author-sec .icon {
  margin-right: 15px;
}
.student_satisfaction-section .author-sec .text {
  flex: 1;
}
.student_satisfaction-section .author-sec .text h4 {
  margin: 0 0 5px;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #0f1216;
}
.student_satisfaction-section .author-sec .text p {
  margin: 0;
  font-size: 14px;
  line-height: 17px;
  color: #5b5f64;
}
.student_satisfaction-section .author-sec a {
  border-radius: 50%;
  width: 44px;
  height: 44px;
  border: 2px solid #ededed;
  text-align: center;
  line-height: 36px;
}
.student_satisfaction-section .author-sec a svg {
  width: 18px;
  color: #18468F;
}
.student_satisfaction-section .author-sec a:hover {
  background: #0028DF;
  color: #ffffff;
}
.student_satisfaction-section .author-sec a:hover svg {
  color: #ffffff;
}
.student_satisfaction-section .owl-carousel .owl-controls {
  position: unset;
  transform: unset;
  width: auto;
}
.student_satisfaction-section .owl-carousel .owl-nav {
  position: absolute;
  display: block;
  top: 29%;
  right: unset;
  width: 100%;
  opacity: 1;
  transition: all 0.5s ease 0s;
}
.student_satisfaction-section .owl-carousel .owl-nav [class*="owl-"] {
  position: absolute;
  left: 20px;
  display: inline-block;
  font-size: 0;
  width: 50px;
  height: 50px;
  line-height: 48px;
  color: #18468F;
  background: #fff;
  border-radius: 100%;
  transition: all 0.5s ease 0s;
  box-shadow: -6px 20px 30px rgba(15, 18, 22, 0.06);
}
.student_satisfaction-section .owl-carousel .owl-nav [class*="owl-"]:before {
  content: "\35";
  font-family: ElegantIcons;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 26px;
  font-weight: 700;
}
.student_satisfaction-section .owl-carousel .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: -35px;
}
.student_satisfaction-section .owl-carousel .owl-nav [class*="owl-"].owl-prev {
  left: -35px;
  right: auto;
}
.student_satisfaction-section
  .owl-carousel
  .owl-nav
  [class*="owl-"].owl-prev:before {
  content: "\34";
}
.student_satisfaction-section .owl-carousel .owl-nav [class*="owl-"]:hover {
  color: #ffffff;
  background: #0028DF;
  border-color: #0028DF;
}
.student_satisfaction-section .count__area2 {
  padding-top: 90px;
}
.student_satisfaction-section .count__area2 .container {
  border-top: 1px solid rgba(15, 18, 22, 0.08);
  border-bottom: 1px solid rgba(15, 18, 22, 0.08);
  max-width: 1280px;
}
.student_satisfaction-section .count__area2 .container ul li {
  border-right: 1px solid rgba(15, 18, 22, 0.08);
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 70px;
}
.student_satisfaction-section .count__area2 .container ul li:last-child {
  border-right: none;
}
.student_satisfaction-section .count__area2 .container ul li:first-child {
  padding-left: 0;
}
.student_satisfaction-section .count__area2 .count__content {
  display: flex;
  align-items: center;
  position: relative;
}
.student_satisfaction-section .count__area2 .count__content .icon {
  margin-right: 15px;
}
.student_satisfaction-section .count__area2 .count__content .icon img {
  position: relative;
  top: -2px;
}
.student_satisfaction-section .count__area2 .count__content .text {
  flex: 1;
}
.student_satisfaction-section .count__area2 .count__content .text span {
  margin: 0 0 5px;
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  color: #0f1216;
}
.student_satisfaction-section .count__area2 .count__content .text em {
  margin: 0 0 5px;
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  color: #0f1216;
  font-style: normal;
}
.student_satisfaction-section .count__area2 .count__content .text p {
  margin: 0;
  font-size: 15px;
  line-height: 18px;
  color: #5b5f64;
  text-transform: uppercase;
}
.student_satisfaction-section .count__area2 .count__content:last-child {
  border-right: 0;
}
/*****************************************************
    28. High Quality CSS Here 
****************************/
.high_quality-section .react-tab-gird {
  position: relative;
}
.high_quality-section .react-tab-gird .shape__1 {
  position: absolute;
  top: 40%;
  left: 4.5%;
  -webkit-animation: hero-leaf-2 3s linear infinite alternate;
  -moz-animation: hero-leaf-2 3s linear infinite alternate;
  -o-animation: hero-leaf-2 3s linear infinite alternate;
  animation: hero-leaf-2 3s linear infinite alternate;
}
.high_quality-section .react-tab-gird .shape__2 {
  position: absolute;
  top: 54%;
  left: 7.5%;
  z-index: -1;
}
.high_quality-section .react-tab-gird .shape__3 {
  position: absolute;
  top: -15%;
  right: 2%;
  z-index: -1;
  -webkit-animation: hero-leaf-2 3s linear infinite alternate;
  -moz-animation: hero-leaf-2 3s linear infinite alternate;
  -o-animation: hero-leaf-2 3s linear infinite alternate;
  animation: hero-leaf-2 3s linear infinite alternate;
}
.high_quality-section .react-tab-gird .nav-tabs {
  display: flex;
  border: none;
  justify-content: center;
}
.high_quality-section .react-tab-gird .nav-tabs li a {
  display: flex;
  background: #ffffff;
  align-items: center;
  color: #0f1216;
  padding: 16px 32px 15px 25px;
  margin: 0 12px;
  transition: all 0.5s ease 0s;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  box-shadow: none;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  box-shadow: 0px 30px 50px rgba(0, 14, 32, 0.1);
  border-radius: 10px;
  border: none;
}
.high_quality-section .react-tab-gird .nav-tabs li a em {
  font-style: normal;
}
.high_quality-section .react-tab-gird .nav-tabs li a em.icon {
  margin-right: 14px;
}
.high_quality-section .react-tab-gird .nav-tabs li a:hover,
.high_quality-section .react-tab-gird .nav-tabs li a.active {
  opacity: 0.9;
  color: #0f1216;
}
.high_quality-section .react-tab-gird .tab-pane {
  border: 6px solid #ffffff;
  box-shadow: 0px 30px 50px rgba(15, 18, 22, 0.14);
  border-radius: 10px;
  max-width: 985px;
  margin: 30px auto 40px;
  line-height: 0;
}
/*****************************************************
    29. Footer CSS Here 
****************************/
.react-footer {
  position: relative;
  background-color: #0c090d;
  color: #fff;
}
.react-footer .footer-top-cta {
  background: url(assets/images/cta.jpg) no-repeat center top;
  background-size: cover;
  border-radius: 10px;
  padding: 50px 55px;
  position: absolute;
  width: 100%;
  top: -17%;
  max-width: 1300px;
  z-index: 1;
}
.react-footer .footer-top-cta .row {
  align-items: center;
}
.react-footer .footer-top-cta h4 {
  font-size: 16px;
  color: #fff;
  margin: 0 0 8px;
  line-height: 20px;
  font-weight: 600;
}
.react-footer .footer-top-cta h3 {
  font-size: 44px;
  color: #fff;
  margin: 0;
  line-height: 50px;
  font-weight: 700;
}
.react-footer .footer-top-cta a {
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  padding: 15px 35px 12px 35px;
  color: #fff;
  display: inline-block;
  margin-top: 0px;
  line-height: 20px;
}
.react-footer .footer-top-cta a svg {
  width: 18px;
}
.react-footer .footer-top-cta a:hover {
  background: #fff;
  color: #0f1216;
}
.react-footer .footer-top {
  padding: 100px 0 93px;
}
.react-footer .footer-top .footer-menu li {
  margin-bottom: 2px;
}
.react-footer .footer-top .footer-menu li a {
  color: #b7b7b9;
  position: relative;
  display: inline-block;
  transition: all 0.5s ease 0s;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}
.react-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 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #0028DF;
}
.react-footer .footer-top .footer-menu li a:hover {
  color: #0028DF;
  margin-left: 5px;
}
.react-footer .footer-top .footer-menu li a:hover:after {
  width: 100%;
}
.react-footer .footer-top .footer-menu li:last-child {
  margin-bottom: 0;
}
.react-footer .footer-top .footer-desc p {
  margin-bottom: 0;
}
.react-footer .footer-top .footer3__form {
  margin: 40px 0 30px;
}
.react-footer .footer-top .footer3__form form {
  position: relative;
}
.react-footer .footer-top .footer3__form p {
  font-size: 16px;
  line-height: 24px;
}
.react-footer .footer-top .footer3__form input {
  padding: 15px 80px 16px 30px;
  border: none;
  outline: none;
  background: #ffffff;
  border-radius: 4px;
  width: 100%;
}
.react-footer .footer-top .footer3__form input::placeholder {
  font-size: 15px;
  font-weight: 400;
  color: #4b4b57;
}
.react-footer .footer-top .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;
}
.react-footer .footer-top .footer3__form-1 {
  position: absolute;
  width: 60px;
  bottom: 0;
  border-radius: 0 4px 4px 0;
  background-color: #0028DF;
  color: #ffffff;
  top: 0px;
  right: 0px;
  border: none;
}
.react-footer .footer-top .footer3__form-1:hover {
  opacity: 0.9;
}
.react-footer .footer-top .footer3__form-1 i {
  position: absolute;
  font-size: 22px;
  top: 19px;
  left: 17px;
}
.react-footer .footer-top .footer-subtitle {
  color: #fff;
  margin-top: 25px;
  line-height: 24px;
}
.react-footer .footer-top .footer-widget-1 {
  margin-top: -10px;
}
.react-footer .footer-top .footer-widget-3 {
  margin-left: 50px;
}
.react-footer .footer-top .footer-widget.footer-widget-2 {
  padding-left: 100px;
}
.react-footer .footer-top .footer-widget .footer-title {
  margin-bottom: 30px;
  position: relative;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}
.react-footer .footer-top .footer-widget .footer-address {
  margin-bottom: 30px;
}
.react-footer .footer-top .footer-widget .footer-address li {
  width: 100%;
  font-size: 15px;
  margin-bottom: 10px;
  display: inline-flex;
  color: #b7b7b9;
  font-weight: 600;
}
.react-footer .footer-top .footer-widget .footer-address li a {
  color: #b7b7b9;
  margin-left: 10px;
  line-height: 24px;
  font-size: 18px;
}
.react-footer .footer-top .footer-widget .footer-address li a:hover {
  color: #0028DF;
}
.react-footer .footer-top .footer-widget .footer-address li svg {
  position: relative;
  top: 0;
  color: #fff;
  width: 21px;
}
.react-footer .footer-top .footer-widget .footer-address li:last-child {
  margin-bottom: 0;
}
.react-footer .footer-top .footer-widget .footer-address li.react-address svg {
  margin-right: 10px;
  width: 22px;
  position: relative;
  top: 1px;
}
.react-footer.react-footer-two .footer-top .footer3__form-1 {
  background: #0028DF;
}
.react-footer.react-footer-two .footer-top .footer3__form-1:hover {
  opacity: 0.9;
}
.react-footer.react-footer-two .footer-top .footer-menu li a:hover,
.react-footer.react-footer-two
  .footer-top
  .footer-widget
  .footer-address
  li
  a:hover,
.react-footer.react-footer-two .copyright .react-copy-left a {
  color: #f1c930;
}
.react-footer.react-footer-two .copyright .react-copy-left a:hover {
  color: #FFFFFF;
}
.react-footer.react-footer-two .footer-top .footer-menu li a::after {
  background: #f1c930;
}
.react-footer.react-footer-two .social-links li a:hover {
  background: #0028DF;
  border-color: #0028DF;
}
.react-footer .copyright {
  text-align: center;
}
.react-footer .copyright .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  padding-bottom: 20px;
}
.react-footer .copyright .follow {
  font-size: 16px;
  line-height: 20px;
  color: #b7b7b9;
  font-weight: 700;
  margin-right: 20px;
}
.react-footer .copyright .react-copy-left {
  font-size: 14px;
  margin-bottom: 0;
  color: #a6a6a8;
  font-weight: 600;
  line-height: 22px;
}
.react-footer .copyright .react-copy-left a {
  color: #0028DF;
  transition: all 0.7s ease;
}
.react-footer .copyright .react-copy-left a:hover {
  color: #0028DF;
}
.react-footer .copyright .react-copy-right ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.react-footer .copyright .react-copy-right ul li {
  padding-left: 6px;
}
.react-footer .copyright .react-copy-right ul li a {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
.react-footer .copyright .react-copy-right ul li a:hover {
  color: #fff;
}
.react-footer.home-main .footer-top .footer-menu li a:hover,
.react-footer.home-main .footer-top .footer-widget .footer-address li a:hover,
.react-footer.home-main .copyright .react-copy-left a {
  color: #E91C25;
}
.react-footer.home-main .footer-top .footer-menu li a:after {
  background: #E91C25;
}
.react-footer.home-main .social-links li a:hover {
  background: #E91C25;
  border-color: #E91C25;
}
.react-footer.home-main .footer-top .footer3__form-1 {
  background-color: #E91C25;
}
.social-links li {
  display: inline-block;
  margin-right: 6px;
}
.social-links li a {
  border: 2px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  background: transparent;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 43px;
  text-align: center;
  transition: all 0.7s ease 0s;
  font-size: 13px;
  border-radius: 50%;
}
.social-links li a:hover {
  color: #ffffff;
  background: #0028DF;
  border-color: #0028DF;
}
.social-links li:last-child {
  margin-right: 0;
}
.copyright-box {
  width: 100%;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  padding-bottom: 20px;
}
/*****************************************************
    30. Preloader CSS Here 
****************************/
#react__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;
}
.react__loader_logo {
  position: absolute;
}
.react__loader_logo img {
  width: 40px;
}
#react__circle_loader {
  width: 100px;
  height: 100px;
  border-style: solid;
  border-width: 5px;
  border-top-color: #465fe9;
  border-right-color: #465fe9;
  border-bottom-color: #d5eaff;
  border-left-color: #d5eaff;
  border-radius: 50%;
  -webkit-animation: spinLoader 2s linear infinite;
  animation: spinLoader 2s linear infinite;
}
@-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);
  }
}
/*****************************************************
    31. ScrollUp CSS Here 
****************************/
#backscrollUp {
  position: fixed;
  bottom: 40px;
  right: 15px;
  transition: all 0.5s ease;
  z-index: 99999;
  cursor: pointer;
  display: none;
  background: #0028DF;
  border-radius: 3px;
}
#backscrollUp.home {
  background: #E91C25;
}
#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 0.5s ease;
}
#backscrollUp span:before {
  transition: all 0.5s ease;
  display: block;
  margin: 0;
  font-size: 22px;
}
#backscrollUp span:hover {
  opacity: 0.9;
}
#backscrollUp.react__up___scroll span {
  display: block;
}
/*****************************************************
    32. Login CSS Here 
****************************/
.react-login-page {
  background: url(assets/images/login/1.jpg) no-repeat center top;
  background-size: cover;
}
.react-login-page.react-signup-page {
  background: url(assets/images/login/1.jpg) no-repeat center top;
  background-size: cover;
}
.react-login-page .login-left-content h1 {
  font-size: 50px;
  font-weight: 700;
  color: #0f1216;
  margin: 0 0 18px;
}
.react-login-page .login-left-content p {
  margin: 0 0 50px;
  font-size: 17px;
  color: #55545b;
}
.react-login-page .login-left-content p a {
  font-weight: 600;
  color: #0028DF;
}
.react-login-page .login-left-content p a:hover {
  color: #55545b;
}
.react-login-page .login-right-form {
  background: #ffffff;
  padding: 50px;
  max-width: 470px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0px 40px 60px rgba(15, 18, 22, 0.08);
}
.react-login-page .login-right-form form .login-top {
  text-align: center;
  padding-bottom: 35px;
}
.react-login-page .login-right-form form .login-top h3 {
  margin: 0 0 8px;
  color: #0f1216;
  font-size: 26px;
  font-weight: 700;
}
.react-login-page .login-right-form form .login-top p {
  margin: 0;
  font-size: 16px;
  color: #4d5765;
}
.react-login-page .login-right-form form .social-links {
  text-align: center;
}
.react-login-page .login-right-form form .social-links li a {
  border-radius: 50%;
  background: #0028DF;
  color: #ffffff;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border: none;
}
.react-login-page .login-right-form form .social-links li a:hover {
  opacity: 0.9;
}
.react-login-page .login-right-form form .social-links li:last-child a {
  border: 2px solid #e8ecf0;
  font-size: 16px;
  background: none;
  color: #9ea9b6;
  position: relative;
  top: 3px;
}
.react-login-page .login-right-form form .social-links li:last-child a:hover {
  background: #0028DF;
  border-color: #0028DF;
  color: #fff;
}
.react-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 16px;
}
.react-login-page .login-right-form form p label {
  display: block;
  color: #0f1216;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 8px;
}
.react-login-page .login-right-form form input {
  border: none;
  background: #f2f4f9;
  width: 100%;
  padding: 12px 20px;
  border-radius: 6px;
}
.react-login-page .login-right-form form [type="submit"] {
  background: #0028DF;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  display: inline-block;
  padding: 12px 38px;
  transition: all 0.5s ease 0s;
  border: none;
  width: 100%;
}
.react-login-page .login-right-form form [type="submit"]:hover {
  opacity: 0.9;
}
.react-login-page .login-right-form form [type="submit"] svg {
  width: 18px;
}
.react-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;
}
.react-login-page .login-right-form form .signup a {
  color: #0028DF;
}
.react-login-page .login-right-form form .signup a:hover {
  color: #7a797f;
}
.react-login-page .login-right-form form .back-check-box {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #7a797f;
  margin-top: -16px;
  margin-bottom: 35px;
}
.react-login-page .login-right-form form .back-check-box input {
  width: auto;
  margin-right: 5px;
}
.react-login-page .login-right-form form .back-check-box p {
  margin: 0;
  flex: 1;
  text-align: right;
}
.react-login-page .login-right-form form .back-check-box em {
  font-weight: 600;
  font-style: normal;
  color: #18468F;
}
.react-login-page .container {
  max-width: 1050px;
}
.react-login-page .row.align-center {
  align-items: center;
}

/* CUSTOM SPACING */
/**
*
* -----------------------------------------------------------------------------
*
* Author : reacthemes
* Author URL : #
*
* -----------------------------------------------------------------------------
*
**/

.pb---6 {
  padding-bottom: 6px;
}
.pb---7 {
  padding-bottom: 7px;
}
.pb---8 {
  padding-bottom: 8px;
}
.pb---9 {
  padding-bottom: 9px;
}
.pb---10 {
  padding-bottom: 10px;
}
.pb---11 {
  padding-bottom: 11px;
}
.pb---12 {
  padding-bottom: 12px;
}
.pb---13 {
  padding-bottom: 13px;
}
.pb---14 {
  padding-bottom: 14px;
}
.pb---15 {
  padding-bottom: 15px;
}
.pb---16 {
  padding-bottom: 16px;
}
.pb---17 {
  padding-bottom: 17px;
}
.pb---18 {
  padding-bottom: 18px;
}
.pb---19 {
  padding-bottom: 19px;
}
.pb---20 {
  padding-bottom: 20px;
}
.pb---21 {
  padding-bottom: 21px;
}
.pb---22 {
  padding-bottom: 22px;
}
.pb---23 {
  padding-bottom: 23px;
}
.pb---24 {
  padding-bottom: 24px;
}
.pb---25 {
  padding-bottom: 25px;
}
.pb---26 {
  padding-bottom: 26px;
}
.pb---27 {
  padding-bottom: 27px;
}
.pb---28 {
  padding-bottom: 28px;
}
.pb---29 {
  padding-bottom: 29px;
}
.pb---30 {
  padding-bottom: 30px;
}
.pb---31 {
  padding-bottom: 31px;
}
.pb---32 {
  padding-bottom: 32px;
}
.pb---33 {
  padding-bottom: 33px;
}
.pb---34 {
  padding-bottom: 34px;
}
.pb---35 {
  padding-bottom: 35px;
}
.pb---36 {
  padding-bottom: 36px;
}
.pb---37 {
  padding-bottom: 37px;
}
.pb---38 {
  padding-bottom: 38px;
}
.pb---39 {
  padding-bottom: 39px;
}
.pb---40 {
  padding-bottom: 40px;
}
.pb---41 {
  padding-bottom: 41px;
}
.pb---42 {
  padding-bottom: 42px;
}
.pb---43 {
  padding-bottom: 43px;
}
.pb---44 {
  padding-bottom: 44px;
}
.pb---45 {
  padding-bottom: 45px;
}
.pb---46 {
  padding-bottom: 46px;
}
.pb---47 {
  padding-bottom: 47px;
}
.pb---48 {
  padding-bottom: 48px;
}
.pb---49 {
  padding-bottom: 49px;
}
.pb---50 {
  padding-bottom: 50px;
}
.pb---51 {
  padding-bottom: 51px;
}
.pb---52 {
  padding-bottom: 52px;
}
.pb---53 {
  padding-bottom: 53px;
}
.pb---54 {
  padding-bottom: 54px;
}
.pb---55 {
  padding-bottom: 55px;
}
.pb---56 {
  padding-bottom: 56px;
}
.pb---57 {
  padding-bottom: 57px;
}
.pb---58 {
  padding-bottom: 58px;
}
.pb---59 {
  padding-bottom: 59px;
}
.pb---60 {
  padding-bottom: 60px;
}
.pb---61 {
  padding-bottom: 61px;
}
.pb---62 {
  padding-bottom: 62px;
}
.pb---63 {
  padding-bottom: 63px;
}
.pb---64 {
  padding-bottom: 64px;
}
.pb---65 {
  padding-bottom: 65px;
}
.pb---66 {
  padding-bottom: 66px;
}
.pb---67 {
  padding-bottom: 67px;
}
.pb---68 {
  padding-bottom: 68px;
}
.pb---69 {
  padding-bottom: 69px;
}
.pb---70 {
  padding-bottom: 70px;
}
.pb---71 {
  padding-bottom: 71px;
}
.pb---72 {
  padding-bottom: 72px;
}
.pb---73 {
  padding-bottom: 73px;
}
.pb---74 {
  padding-bottom: 74px;
}
.pb---75 {
  padding-bottom: 75px;
}
.pb---76 {
  padding-bottom: 76px;
}
.pb---77 {
  padding-bottom: 77px;
}
.pb---78 {
  padding-bottom: 78px;
}
.pb---79 {
  padding-bottom: 79px;
}
.pb---80 {
  padding-bottom: 80px;
}
.pb---81 {
  padding-bottom: 81px;
}
.pb---82 {
  padding-bottom: 82px;
}
.pb---83 {
  padding-bottom: 83px;
}
.pb---84 {
  padding-bottom: 84px;
}
.pb---85 {
  padding-bottom: 85px;
}
.pb---86 {
  padding-bottom: 86px;
}
.pb---87 {
  padding-bottom: 87px;
}
.pb---88 {
  padding-bottom: 88px;
}
.pb---89 {
  padding-bottom: 89px;
}
.pb---90 {
  padding-bottom: 90px;
}
.pb---91 {
  padding-bottom: 91px;
}
.pb---92 {
  padding-bottom: 92px;
}
.pb---93 {
  padding-bottom: 93px;
}
.pb---94 {
  padding-bottom: 94px;
}
.pb---95 {
  padding-bottom: 95px;
}
.pb---96 {
  padding-bottom: 96px;
}
.pb---97 {
  padding-bottom: 97px;
}
.pb---98 {
  padding-bottom: 98px;
}
.pb---99 {
  padding-bottom: 99px;
}
.pb---100 {
  padding-bottom: 100px;
}
.pb---101 {
  padding-bottom: 101px;
}
.pb---102 {
  padding-bottom: 102px;
}
.pb---104 {
  padding-bottom: 104px;
}
.pb---105 {
  padding-bottom: 105px;
}
.pb---106 {
  padding-bottom: 106px;
}
.pb---107 {
  padding-bottom: 107px;
}
.pb---108 {
  padding-bottom: 108px;
}
.pb---109 {
  padding-bottom: 109px;
}
.pb---110 {
  padding-bottom: 110px;
}
.pb---111 {
  padding-bottom: 111px;
}
.pb---112 {
  padding-bottom: 112px;
}
.pb---113 {
  padding-bottom: 113px;
}
.pb---114 {
  padding-bottom: 114px;
}
.pb---115 {
  padding-bottom: 115px;
}
.pb---116 {
  padding-bottom: 116px;
}
.pb---117 {
  padding-bottom: 117px;
}
.pb---118 {
  padding-bottom: 118px;
}
.pb---119 {
  padding-bottom: 119px;
}
.pb---120 {
  padding-bottom: 120px;
}
.pb---121 {
  padding-bottom: 121px;
}
.pb---122 {
  padding-bottom: 122px;
}
.pb---123 {
  padding-bottom: 123px;
}
.pb---124 {
  padding-bottom: 124px;
}
.pb---125 {
  padding-bottom: 125px;
}
.pb---126 {
  padding-bottom: 126px;
}
.pb---127 {
  padding-bottom: 127px;
}
.pb---128 {
  padding-bottom: 128px;
}
.pb---129 {
  padding-bottom: 129px;
}
.pb---130 {
  padding-bottom: 130px;
}
.pb---131 {
  padding-bottom: 131px;
}
.pb---132 {
  padding-bottom: 132px;
}
.pb---133 {
  padding-bottom: 133px;
}
.pb---134 {
  padding-bottom: 134px;
}
.pb---135 {
  padding-bottom: 135px;
}
.pb---136 {
  padding-bottom: 136px;
}
.pb---137 {
  padding-bottom: 137px;
}
.pb---138 {
  padding-bottom: 138px;
}
.pb---139 {
  padding-bottom: 139px;
}
.pb---140 {
  padding-bottom: 140px;
}
.pb---141 {
  padding-bottom: 141px;
}
.pb---142 {
  padding-bottom: 142px;
}
.pb---143 {
  padding-bottom: 143px;
}
.pb---144 {
  padding-bottom: 144px;
}
.pb---145 {
  padding-bottom: 145px;
}
.pb---146 {
  padding-bottom: 146px;
}
.pb---147 {
  padding-bottom: 147px;
}
.pb---148 {
  padding-bottom: 148px;
}
.pb---149 {
  padding-bottom: 149px;
}

.pt---0 {
  padding-top: 0;
}
.pt---1 {
  padding-top: 1px;
}
.pt---2 {
  padding-top: 2px;
}
.pt---3 {
  padding-top: 3px;
}
.pt---4 {
  padding-top: 4px;
}
.pt---5 {
  padding-top: 5px;
}
.pt---6 {
  padding-top: 6px;
}
.pt---7 {
  padding-top: 7px;
}
.pt---8 {
  padding-top: 8px;
}
.pt---9 {
  padding-top: 9px;
}
.pt---10 {
  padding-top: 10px;
}
.pt---11 {
  padding-top: 11px;
}
.pt---12 {
  padding-top: 12px;
}
.pt---13 {
  padding-top: 13px;
}
.pt---14 {
  padding-top: 14px;
}
.pt---15 {
  padding-top: 15px;
}
.pt---16 {
  padding-top: 16px;
}
.pt---17 {
  padding-top: 17px;
}
.pt---18 {
  padding-top: 18px;
}
.pt---19 {
  padding-top: 19px;
}
.pt---20 {
  padding-top: 20px;
}
.pt---21 {
  padding-top: 21px;
}
.pt---22 {
  padding-top: 22px;
}
.pt---23 {
  padding-top: 23px;
}
.pt---24 {
  padding-top: 24px;
}
.pt---25 {
  padding-top: 25px;
}
.pt---26 {
  padding-top: 26px;
}
.pt---27 {
  padding-top: 27px;
}
.pt---28 {
  padding-top: 28px;
}
.pt---29 {
  padding-top: 29px;
}
.pt---30 {
  padding-top: 30px;
}
.pt---31 {
  padding-top: 31px;
}
.pt---32 {
  padding-top: 32px;
}
.pt---33 {
  padding-top: 33px;
}
.pt---34 {
  padding-top: 34px;
}
.pt---35 {
  padding-top: 35px;
}
.pt---36 {
  padding-top: 36px;
}
.pt---37 {
  padding-top: 37px;
}
.pt---38 {
  padding-top: 38px;
}
.pt---39 {
  padding-top: 39px;
}
.pt---40 {
  padding-top: 40px;
}
.pt---41 {
  padding-top: 41px;
}
.pt---42 {
  padding-top: 42px;
}
.pt---43 {
  padding-top: 43px;
}
.pt---44 {
  padding-top: 44px;
}
.pt---45 {
  padding-top: 45px;
}
.pt---46 {
  padding-top: 46px;
}
.pt---47 {
  padding-top: 47px;
}
.pt---48 {
  padding-top: 48px;
}
.pt---49 {
  padding-top: 49px;
}
.pt---50 {
  padding-top: 50px;
}
.pt---51 {
  padding-top: 51px;
}
.pt---52 {
  padding-top: 52px;
}
.pt---53 {
  padding-top: 53px;
}
.pt---54 {
  padding-top: 54px;
}
.pt---55 {
  padding-top: 55px;
}
.pt---56 {
  padding-top: 56px;
}
.pt---57 {
  padding-top: 57px;
}
.pt---58 {
  padding-top: 58px;
}
.pt---59 {
  padding-top: 59px;
}
.pt---60 {
  padding-top: 60px;
}
.pt---61 {
  padding-top: 61px;
}
.pt---62 {
  padding-top: 62px;
}
.pt---63 {
  padding-top: 63px;
}
.pt---64 {
  padding-top: 64px;
}
.pt---65 {
  padding-top: 65px;
}
.pt---66 {
  padding-top: 66px;
}
.pt---67 {
  padding-top: 67px;
}
.pt---68 {
  padding-top: 68px;
}
.pt---69 {
  padding-top: 69px;
}
.pt---70 {
  padding-top: 70px;
}
.pt---71 {
  padding-top: 71px;
}
.pt---72 {
  padding-top: 72px;
}
.pt---73 {
  padding-top: 73px;
}
.pt---74 {
  padding-top: 74px;
}
.pt---75 {
  padding-top: 75px;
}
.pt---76 {
  padding-top: 76px;
}
.pt---77 {
  padding-top: 77px;
}
.pt---78 {
  padding-top: 78px;
}
.pt---79 {
  padding-top: 79px;
}
.pt---80 {
  padding-top: 80px;
}
.pt---81 {
  padding-top: 81px;
}
.pt---82 {
  padding-top: 82px;
}
.pt---83 {
  padding-top: 83px;
}
.pt---84 {
  padding-top: 84px;
}
.pt---85 {
  padding-top: 85px;
}
.pt---86 {
  padding-top: 86px;
}
.pt---87 {
  padding-top: 87px;
}
.pt---88 {
  padding-top: 88px;
}
.pt---89 {
  padding-top: 89px;
}
.pt---90 {
  padding-top: 90px;
}
.pt---91 {
  padding-top: 91px;
}
.pt---92 {
  padding-top: 92px;
}
.pt---93 {
  padding-top: 93px;
}
.pt---94 {
  padding-top: 94px;
}
.pt---95 {
  padding-top: 95px;
}
.pt---96 {
  padding-top: 96px;
}
.pt---97 {
  padding-top: 97px;
}
.pt---98 {
  padding-top: 98px;
}
.pt---99 {
  padding-top: 99px;
}
.pt---100 {
  padding-top: 100px;
}
.pt---101 {
  padding-top: 101px;
}
.pt---102 {
  padding-top: 102px;
}
.pt---103 {
  padding-top: 103px;
}
.pt---104 {
  padding-top: 104px;
}
.pt---105 {
  padding-top: 105px;
}
.pt---106 {
  padding-top: 106px;
}
.pt---107 {
  padding-top: 107px;
}
.pt---108 {
  padding-top: 108px;
}
.pt---109 {
  padding-top: 109px;
}
.pt---110 {
  padding-top: 110px;
}
.pt---111 {
  padding-top: 111px;
}
.pt---112 {
  padding-top: 112px;
}
.pt---113 {
  padding-top: 113px;
}
.pt---114 {
  padding-top: 114px;
}
.pt---115 {
  padding-top: 115px;
}
.pt---116 {
  padding-top: 116px;
}
.pt---117 {
  padding-top: 117px;
}
.pt---118 {
  padding-top: 118px;
}
.pt---119 {
  padding-top: 119px;
}
.pt---120 {
  padding-top: 120px;
}
.pt---121 {
  padding-top: 121px;
}
.pt---122 {
  padding-top: 122px;
}
.pt---123 {
  padding-top: 123px;
}
.pt---124 {
  padding-top: 124px;
}
.pt---125 {
  padding-top: 125px;
}
.pt---126 {
  padding-top: 126px;
}
.pt---127 {
  padding-top: 127px;
}
.pt---128 {
  padding-top: 128px;
}
.pt---129 {
  padding-top: 129px;
}
.pt---130 {
  padding-top: 130px;
}
.pt---131 {
  padding-top: 131px;
}
.pt---132 {
  padding-top: 132px;
}
.pt---133 {
  padding-top: 133px;
}
.pt---134 {
  padding-top: 134px;
}
.pt---135 {
  padding-top: 135px;
}
.pt---136 {
  padding-top: 136px;
}
.pt---137 {
  padding-top: 137px;
}
.pt---138 {
  padding-top: 138px;
}
.pt---139 {
  padding-top: 139px;
}
.pt---140 {
  padding-top: 140px;
}
.pt---141 {
  padding-top: 141px;
}
.pt---142 {
  padding-top: 142px;
}
.pt---143 {
  padding-top: 143px;
}
.pt---144 {
  padding-top: 144px;
}
.pt---145 {
  padding-top: 145px;
}
.pt---146 {
  padding-top: 146px;
}
.pt---147 {
  padding-top: 147px;
}
.pt---148 {
  padding-top: 148px;
}
.pt---149 {
  padding-top: 149px;
}
.pt---150 {
  padding-top: 150px;
}

.pr---0 {
  padding-right: 0;
}
.pr---1 {
  padding-right: 1px;
}
.pr---2 {
  padding-right: 2px;
}
.pr---4 {
  padding-right: 4px;
}
.pr---5 {
  padding-right: 5px;
}
.pr---6 {
  padding-right: 6px;
}
.pr---7 {
  padding-right: 7px;
}
.pr---8 {
  padding-right: 8px;
}
.pr---9 {
  padding-right: 9px;
}
.pr---10 {
  padding-right: 10px;
}
.pr---11 {
  padding-right: 11px;
}
.pr---12 {
  padding-right: 12px;
}
.pr---13 {
  padding-right: 13px;
}
.pr---14 {
  padding-right: 14px;
}
.pr---15 {
  padding-right: 15px;
}
.pr---16 {
  padding-right: 16px;
}
.pr---17 {
  padding-right: 17px;
}
.pr---18 {
  padding-right: 18px;
}
.pr---19 {
  padding-right: 19px;
}
.pr---20 {
  padding-right: 20px;
}
.pr---21 {
  padding-right: 21px;
}
.pr---22 {
  padding-right: 22px;
}
.pr---23 {
  padding-right: 23px;
}
.pr---24 {
  padding-right: 24px;
}
.pr---25 {
  padding-right: 25px;
}
.pr---26 {
  padding-right: 26px;
}
.pr---27 {
  padding-right: 27px;
}
.pr---28 {
  padding-right: 28px;
}
.pr---29 {
  padding-right: 29px;
}
.pr---30 {
  padding-right: 30px;
}
.pr---31 {
  padding-right: 31px;
}
.pr---32 {
  padding-right: 32px;
}
.pr---33 {
  padding-right: 33px;
}
.pr---34 {
  padding-right: 34px;
}
.pr---35 {
  padding-right: 35px;
}
.pr---36 {
  padding-right: 36px;
}
.pr---37 {
  padding-right: 37px;
}
.pr---38 {
  padding-right: 38px;
}
.pr---39 {
  padding-right: 39px;
}
.pr---40 {
  padding-right: 40px;
}
.pr---41 {
  padding-right: 41px;
}
.pr---42 {
  padding-right: 42px;
}
.pr---43 {
  padding-right: 43px;
}
.pr---44 {
  padding-right: 44px;
}
.pr---45 {
  padding-right: 45px;
}
.pr---46 {
  padding-right: 46px;
}
.pr---47 {
  padding-right: 47px;
}
.pr---48 {
  padding-right: 48px;
}
.pr---49 {
  padding-right: 49px;
}
.pr---50 {
  padding-right: 50px;
}
.pr---51 {
  padding-right: 51px;
}
.pr---52 {
  padding-right: 52px;
}
.pr---53 {
  padding-right: 53px;
}
.pr---54 {
  padding-right: 54px;
}
.pr---55 {
  padding-right: 55px;
}
.pr---56 {
  padding-right: 56px;
}
.pr---57 {
  padding-right: 57px;
}
.pr---58 {
  padding-right: 58px;
}
.pr---59 {
  padding-right: 59px;
}
.pr---60 {
  padding-right: 60px;
}
.pr---61 {
  padding-right: 61px;
}
.pr---62 {
  padding-right: 62px;
}
.pr---63 {
  padding-right: 63px;
}
.pr---64 {
  padding-right: 64px;
}
.pr---65 {
  padding-right: 65px;
}
.pr---66 {
  padding-right: 66px;
}
.pr---67 {
  padding-right: 67px;
}
.pr---68 {
  padding-right: 68px;
}
.pr---69 {
  padding-right: 69px;
}
.pr---70 {
  padding-right: 70px;
}
.pr---71 {
  padding-right: 71px;
}
.pr---72 {
  padding-right: 72px;
}
.pr---73 {
  padding-right: 73px;
}
.pr---74 {
  padding-right: 74px;
}
.pr---75 {
  padding-right: 75px;
}
.pr---76 {
  padding-right: 76px;
}
.pr---77 {
  padding-right: 77px;
}
.pr---78 {
  padding-right: 78px;
}
.pr---79 {
  padding-right: 79px;
}
.pr---80 {
  padding-right: 80px;
}
.pr---81 {
  padding-right: 81px;
}
.pr---82 {
  padding-right: 82px;
}
.pr---83 {
  padding-right: 83px;
}
.pr---84 {
  padding-right: 84px;
}
.pr---85 {
  padding-right: 85px;
}
.pr---86 {
  padding-right: 86px;
}
.pr---87 {
  padding-right: 87px;
}
.pr---88 {
  padding-right: 88px;
}
.pr---89 {
  padding-right: 89px;
}
.pr---90 {
  padding-right: 90px;
}
.pr---91 {
  padding-right: 91px;
}
.pr---92 {
  padding-right: 92px;
}
.pr---93 {
  padding-right: 93px;
}
.pr---94 {
  padding-right: 94px;
}
.pr---95 {
  padding-right: 95px;
}
.pr---96 {
  padding-right: 96px;
}
.pr---97 {
  padding-right: 97px;
}
.pr---98 {
  padding-right: 98px;
}
.pr---99 {
  padding-right: 99px;
}
.pr---100 {
  padding-right: 100px;
}
.pr---101 {
  padding-right: 101px;
}
.pr---102 {
  padding-right: 102px;
}
.pr---104 {
  padding-right: 104px;
}
.pr---105 {
  padding-right: 105px;
}
.pr---106 {
  padding-right: 106px;
}
.pr---107 {
  padding-right: 107px;
}
.pr---108 {
  padding-right: 108px;
}
.pr---109 {
  padding-right: 109px;
}
.pr---110 {
  padding-right: 110px;
}
.pr---111 {
  padding-right: 111px;
}
.pr---112 {
  padding-right: 112px;
}
.pr---113 {
  padding-right: 113px;
}
.pr---114 {
  padding-right: 114px;
}
.pr---115 {
  padding-right: 115px;
}
.pr---116 {
  padding-right: 116px;
}
.pr---117 {
  padding-right: 117px;
}
.pr---118 {
  padding-right: 118px;
}
.pr---119 {
  padding-right: 119px;
}
.pr---120 {
  padding-right: 120px;
}
.pr---121 {
  padding-right: 121px;
}
.pr---122 {
  padding-right: 122px;
}
.pr---123 {
  padding-right: 123px;
}
.pr---124 {
  padding-right: 124px;
}
.pr---125 {
  padding-right: 125px;
}
.pr---126 {
  padding-right: 126px;
}
.pr---127 {
  padding-right: 127px;
}
.pr---128 {
  padding-right: 128px;
}
.pr---129 {
  padding-right: 129px;
}
.pr---130 {
  padding-right: 130px;
}
.pr---131 {
  padding-right: 131px;
}
.pr---132 {
  padding-right: 132px;
}
.pr---133 {
  padding-right: 133px;
}
.pr---134 {
  padding-right: 134px;
}
.pr---135 {
  padding-right: 135px;
}
.pr---136 {
  padding-right: 136px;
}
.pr---137 {
  padding-right: 137px;
}
.pr---138 {
  padding-right: 138px;
}
.pr---139 {
  padding-right: 139px;
}
.pr---140 {
  padding-right: 140px;
}
.pr---141 {
  padding-right: 141px;
}
.pr---142 {
  padding-right: 142px;
}
.pr---143 {
  padding-right: 143px;
}
.pr---144 {
  padding-right: 144px;
}
.pr---145 {
  padding-right: 145px;
}
.pr---146 {
  padding-right: 146px;
}
.pr---147 {
  padding-right: 147px;
}
.pr---148 {
  padding-right: 148px;
}
.pr---149 {
  padding-right: 149px;
}
.pr---150 {
  padding-right: 150px;
}

.pl---0 {
  padding-left: 0;
}
.pl---1 {
  padding-left: 1px;
}
.pl---2 {
  padding-left: 2px;
}
.pb-3 {
  padding-bottom: 3px;
}
.pl---4 {
  padding-left: 4px;
}
.pl---5 {
  padding-left: 5px;
}
.pl---6 {
  padding-left: 6px;
}
.pl---7 {
  padding-left: 7px;
}
.pl---8 {
  padding-left: 8px;
}
.pl---9 {
  padding-left: 9px;
}
.pl---10 {
  padding-left: 10px;
}
.pl---11 {
  padding-left: 11px;
}
.pl---12 {
  padding-left: 12px;
}
.pl---13 {
  padding-left: 13px;
}
.pl---14 {
  padding-left: 14px;
}
.pl---15 {
  padding-left: 15px;
}
.pl---16 {
  padding-left: 16px;
}
.pl---17 {
  padding-left: 17px;
}
.pl---18 {
  padding-left: 18px;
}
.pl---19 {
  padding-left: 19px;
}
.pl---20 {
  padding-left: 20px;
}
.pl---21 {
  padding-left: 21px;
}
.pl---22 {
  padding-left: 22px;
}
.pl---23 {
  padding-left: 23px;
}
.pl---24 {
  padding-left: 24px;
}
.pl---25 {
  padding-left: 25px;
}
.pl---26 {
  padding-left: 26px;
}
.pl---27 {
  padding-left: 27px;
}
.pl---28 {
  padding-left: 28px;
}
.pl---29 {
  padding-left: 29px;
}
.pl---30 {
  padding-left: 30px;
}
.pl---31 {
  padding-left: 31px;
}
.pl---32 {
  padding-left: 32px;
}
.pl---33 {
  padding-left: 33px;
}
.pl---34 {
  padding-left: 34px;
}
.pl---35 {
  padding-left: 35px;
}
.pl---36 {
  padding-left: 36px;
}
.pl---37 {
  padding-left: 37px;
}
.pl---38 {
  padding-left: 38px;
}
.pl---39 {
  padding-left: 39px;
}
.pl---40 {
  padding-left: 40px;
}
.pl---41 {
  padding-left: 41px;
}
.pl---42 {
  padding-left: 42px;
}
.pl---43 {
  padding-left: 43px;
}
.pl---44 {
  padding-left: 44px;
}
.pl---45 {
  padding-left: 45px;
}
.pl---46 {
  padding-left: 46px;
}
.pl---47 {
  padding-left: 47px;
}
.pl---48 {
  padding-left: 48px;
}
.pl---49 {
  padding-left: 49px;
}
.pl---50 {
  padding-left: 50px;
}
.pl---51 {
  padding-left: 51px;
}
.pl---52 {
  padding-left: 52px;
}
.pl---53 {
  padding-left: 53px;
}
.pl---54 {
  padding-left: 54px;
}
.pl---55 {
  padding-left: 55px;
}
.pl---56 {
  padding-left: 56px;
}
.pl---57 {
  padding-left: 57px;
}
.pl---58 {
  padding-left: 58px;
}
.pl---59 {
  padding-left: 59px;
}
.pl---60 {
  padding-left: 60px;
}
.pl---61 {
  padding-left: 61px;
}
.pl---62 {
  padding-left: 62px;
}
.pl---63 {
  padding-left: 63px;
}
.pl---64 {
  padding-left: 64px;
}
.pl---65 {
  padding-left: 65px;
}
.pl---66 {
  padding-left: 66px;
}
.pl---67 {
  padding-left: 67px;
}
.pl---68 {
  padding-left: 68px;
}
.pl---69 {
  padding-left: 69px;
}
.pl---70 {
  padding-left: 70px;
}
.pl---71 {
  padding-left: 71px;
}
.pl---72 {
  padding-left: 72px;
}
.pl---73 {
  padding-left: 73px;
}
.pl---74 {
  padding-left: 74px;
}
.pl---75 {
  padding-left: 75px;
}
.pl---76 {
  padding-left: 76px;
}
.pl---77 {
  padding-left: 77px;
}
.pl---78 {
  padding-left: 78px;
}
.pl---79 {
  padding-left: 79px;
}
.pl---80 {
  padding-left: 80px;
}
.pl---81 {
  padding-left: 81px;
}
.pl---82 {
  padding-left: 82px;
}
.pl---83 {
  padding-left: 83px;
}
.pl---84 {
  padding-left: 84px;
}
.pl---85 {
  padding-left: 85px;
}
.pl---86 {
  padding-left: 86px;
}
.pl---87 {
  padding-left: 87px;
}
.pl---88 {
  padding-left: 88px;
}
.pl---89 {
  padding-left: 89px;
}
.pl---90 {
  padding-left: 90px;
}
.pl---91 {
  padding-left: 91px;
}
.pl---92 {
  padding-left: 92px;
}
.pl---93 {
  padding-left: 93px;
}
.pl---94 {
  padding-left: 94px;
}
.pl---95 {
  padding-left: 95px;
}
.pl---96 {
  padding-left: 96px;
}
.pl---97 {
  padding-left: 97px;
}
.pl---98 {
  padding-left: 98px;
}
.pl---99 {
  padding-left: 99px;
}
.pl---100 {
  padding-left: 100px;
}
.pl---101 {
  padding-left: 101px;
}
.pl---102 {
  padding-left: 102px;
}
.pb-103 {
  padding-bottom: 103px;
}
.pl---104 {
  padding-left: 104px;
}
.pl---105 {
  padding-left: 105px;
}
.pl---106 {
  padding-left: 106px;
}
.pl---107 {
  padding-left: 107px;
}
.pl---108 {
  padding-left: 108px;
}
.pl---109 {
  padding-left: 109px;
}
.pl---110 {
  padding-left: 110px;
}
.pl---111 {
  padding-left: 111px;
}
.pl---112 {
  padding-left: 112px;
}
.pl---113 {
  padding-left: 113px;
}
.pl---114 {
  padding-left: 114px;
}
.pl---115 {
  padding-left: 115px;
}
.pl---116 {
  padding-left: 116px;
}
.pl---117 {
  padding-left: 117px;
}
.pl---118 {
  padding-left: 118px;
}
.pl---119 {
  padding-left: 119px;
}
.pl---120 {
  padding-left: 120px;
}
.pl---121 {
  padding-left: 121px;
}
.pl---122 {
  padding-left: 122px;
}
.pl---123 {
  padding-left: 123px;
}
.pl---124 {
  padding-left: 124px;
}
.pl---125 {
  padding-left: 125px;
}
.pl---126 {
  padding-left: 126px;
}
.pl---127 {
  padding-left: 127px;
}
.pl---128 {
  padding-left: 128px;
}
.pl---129 {
  padding-left: 129px;
}
.pl---130 {
  padding-left: 130px;
}
.pl---131 {
  padding-left: 131px;
}
.pl---132 {
  padding-left: 132px;
}
.pl---133 {
  padding-left: 133px;
}
.pl---134 {
  padding-left: 134px;
}
.pl---135 {
  padding-left: 135px;
}
.pl---136 {
  padding-left: 136px;
}
.pl---137 {
  padding-left: 137px;
}
.pl---138 {
  padding-left: 138px;
}
.pl---139 {
  padding-left: 139px;
}
.pl---140 {
  padding-left: 140px;
}
.pl---141 {
  padding-left: 141px;
}
.pl---142 {
  padding-left: 142px;
}
.pl---143 {
  padding-left: 143px;
}
.pl---144 {
  padding-left: 144px;
}
.pl---145 {
  padding-left: 145px;
}
.pl---146 {
  padding-left: 146px;
}
.pl---147 {
  padding-left: 147px;
}
.pl---148 {
  padding-left: 148px;
}
.pl---149 {
  padding-left: 149px;
}
.pl---150 {
  padding-left: 150px;
}

.mt---0 {
  margin-top: 0;
}
.mt---1 {
  margin-top: 1px;
}
.mt---2 {
  margin-top: 2px;
}
.mt---3 {
  margin-top: 3px;
}
.mt---4 {
  margin-top: 4px;
}
.mt---5 {
  margin-top: 5px;
}
.mt---6 {
  margin-top: 6px;
}
.mt---7 {
  margin-top: 7px;
}
.mt---8 {
  margin-top: 8px;
}
.mt---9 {
  margin-top: 9px;
}
.mt---10 {
  margin-top: 10px;
}
.mt---11 {
  margin-top: 11px;
}
.mt---12 {
  margin-top: 12px;
}
.mt---13 {
  margin-top: 13px;
}
.mt---14 {
  margin-top: 14px;
}
.mt---15 {
  margin-top: 15px;
}
.mt---16 {
  margin-top: 16px;
}
.mt---17 {
  margin-top: 17px;
}
.mt---18 {
  margin-top: 18px;
}
.mt---19 {
  margin-top: 19px;
}
.mt---20 {
  margin-top: 20px;
}
.mt---21 {
  margin-top: 21px;
}
.mt---22 {
  margin-top: 22px;
}
.mt---23 {
  margin-top: 23px;
}
.mt---24 {
  margin-top: 24px;
}
.mt---25 {
  margin-top: 25px;
}
.mt---26 {
  margin-top: 26px;
}
.mt---27 {
  margin-top: 27px;
}
.mt---28 {
  margin-top: 28px;
}
.mt---29 {
  margin-top: 29px;
}
.mt---30 {
  margin-top: 30px;
}
.mt---31 {
  margin-top: 31px;
}
.mt---32 {
  margin-top: 32px;
}
.mt---33 {
  margin-top: 33px;
}
.mt---34 {
  margin-top: 34px;
}
.mt---35 {
  margin-top: 35px;
}
.mt---36 {
  margin-top: 36px;
}
.mt---37 {
  margin-top: 37px;
}
.mt---38 {
  margin-top: 38px;
}
.mt---39 {
  margin-top: 39px;
}
.mt---40 {
  margin-top: 40px;
}
.mt---41 {
  margin-top: 41px;
}
.mt---42 {
  margin-top: 42px;
}
.mt---43 {
  margin-top: 43px;
}
.mt---44 {
  margin-top: 44px;
}
.mt---45 {
  margin-top: 45px;
}
.mt---46 {
  margin-top: 46px;
}
.mt---47 {
  margin-top: 47px;
}
.mt---48 {
  margin-top: 48px;
}
.mt---49 {
  margin-top: 49px;
}
.mt---50 {
  margin-top: 50px;
}
.mt---51 {
  margin-top: 51px;
}
.mt---52 {
  margin-top: 52px;
}
.mt---53 {
  margin-top: 53px;
}
.mt---54 {
  margin-top: 54px;
}
.mt---55 {
  margin-top: 55px;
}
.mt---56 {
  margin-top: 56px;
}
.mt---57 {
  margin-top: 57px;
}
.mt---58 {
  margin-top: 58px;
}
.mt---59 {
  margin-top: 59px;
}
.mt---60 {
  margin-top: 60px;
}
.mt---61 {
  margin-top: 61px;
}
.mt---62 {
  margin-top: 62px;
}
.mt---63 {
  margin-top: 63px;
}
.mt---64 {
  margin-top: 64px;
}
.mt---65 {
  margin-top: 65px;
}
.mt---66 {
  margin-top: 66px;
}
.mt---67 {
  margin-top: 67px;
}
.mt---68 {
  margin-top: 68px;
}
.mt---69 {
  margin-top: 69px;
}
.mt---70 {
  margin-top: 70px;
}
.mt---71 {
  margin-top: 71px;
}
.mt---72 {
  margin-top: 72px;
}
.mt---73 {
  margin-top: 73px;
}
.mt---74 {
  margin-top: 74px;
}
.mt---75 {
  margin-top: 75px;
}
.mt---76 {
  margin-top: 76px;
}
.mt---77 {
  margin-top: 77px;
}
.mt---78 {
  margin-top: 78px;
}
.mt---79 {
  margin-top: 79px;
}
.mt---80 {
  margin-top: 80px;
}
.mt---81 {
  margin-top: 81px;
}
.mt---82 {
  margin-top: 82px;
}
.mt---83 {
  margin-top: 83px;
}
.mt---84 {
  margin-top: 84px;
}
.mt---85 {
  margin-top: 85px;
}
.mt---86 {
  margin-top: 86px;
}
.mt---87 {
  margin-top: 87px;
}
.mt---88 {
  margin-top: 88px;
}
.mt---89 {
  margin-top: 89px;
}
.mt---90 {
  margin-top: 90px;
}
.mt---91 {
  margin-top: 91px;
}
.mt---92 {
  margin-top: 92px;
}
.mt---93 {
  margin-top: 93px;
}
.mt---94 {
  margin-top: 94px;
}
.mt---95 {
  margin-top: 95px;
}
.mt---96 {
  margin-top: 96px;
}
.mt---97 {
  margin-top: 97px;
}
.mt---98 {
  margin-top: 98px;
}
.mt---99 {
  margin-top: 99px;
}
.mt---100 {
  margin-top: 100px;
}
.mt---101 {
  margin-top: 101px;
}
.mt---102 {
  margin-top: 102px;
}
.mt---103 {
  margin-top: 103px;
}
.mt---104 {
  margin-top: 104px;
}
.mt---105 {
  margin-top: 105px;
}
.mt---106 {
  margin-top: 106px;
}
.mt---107 {
  margin-top: 107px;
}
.mt---108 {
  margin-top: 108px;
}
.mt---109 {
  margin-top: 109px;
}
.mt---110 {
  margin-top: 110px;
}
.mt---111 {
  margin-top: 111px;
}
.mt---112 {
  margin-top: 112px;
}
.mt---113 {
  margin-top: 113px;
}
.mt---114 {
  margin-top: 114px;
}
.mt---115 {
  margin-top: 115px;
}
.mt---116 {
  margin-top: 116px;
}
.mt---117 {
  margin-top: 117px;
}
.mt---118 {
  margin-top: 118px;
}
.mt---119 {
  margin-top: 119px;
}
.mt---120 {
  margin-top: 120px;
}
.mt---121 {
  margin-top: 121px;
}
.mt---122 {
  margin-top: 122px;
}
.mt---123 {
  margin-top: 123px;
}
.mt---124 {
  margin-top: 124px;
}
.mt---125 {
  margin-top: 125px;
}
.mt---126 {
  margin-top: 126px;
}
.mt---127 {
  margin-top: 127px;
}
.mt---128 {
  margin-top: 128px;
}
.mt---129 {
  margin-top: 129px;
}
.mt---130 {
  margin-top: 130px;
}
.mt---131 {
  margin-top: 131px;
}
.mt---132 {
  margin-top: 132px;
}
.mt---133 {
  margin-top: 133px;
}
.mt---134 {
  margin-top: 134px;
}
.mt---135 {
  margin-top: 135px;
}
.mt---136 {
  margin-top: 136px;
}
.mt---137 {
  margin-top: 137px;
}
.mt---138 {
  margin-top: 138px;
}
.mt---139 {
  margin-top: 139px;
}
.mt---140 {
  margin-top: 140px;
}
.mt---141 {
  margin-top: 141px;
}
.mt---142 {
  margin-top: 142px;
}
.mt---143 {
  margin-top: 143px;
}
.mt---144 {
  margin-top: 144px;
}
.mt---145 {
  margin-top: 145px;
}
.mt---146 {
  margin-top: 146px;
}
.mt---147 {
  margin-top: 147px;
}
.mt---148 {
  margin-top: 148px;
}
.mt---149 {
  margin-top: 149px;
}
.mt---150 {
  margin-top: 150px;
}

.mb----0 {
  margin-bottom: 0;
}
.mb----1 {
  margin-bottom: 1px;
}
.mb----2 {
  margin-bottom: 2px;
}
.mb----3 {
  margin-bottom: 3px;
}
.mb----4 {
  margin-bottom: 4px;
}
.mb----5 {
  margin-bottom: 5px;
}
.mb----6 {
  margin-bottom: 6px;
}
.mb----7 {
  margin-bottom: 7px;
}
.mb----8 {
  margin-bottom: 8px;
}
.mb----9 {
  margin-bottom: 9px;
}
.mb----10 {
  margin-bottom: 10px;
}
.mb----11 {
  margin-bottom: 11px;
}
.mb----12 {
  margin-bottom: 12px;
}
.mb----13 {
  margin-bottom: 13px;
}
.mb----14 {
  margin-bottom: 14px;
}
.mb----15 {
  margin-bottom: 15px;
}
.mb----16 {
  margin-bottom: 16px;
}
.mb----17 {
  margin-bottom: 17px;
}
.mb----18 {
  margin-bottom: 18px;
}
.mb----19 {
  margin-bottom: 19px;
}
.mb----20 {
  margin-bottom: 20px;
}
.mb----21 {
  margin-bottom: 21px;
}
.mb----22 {
  margin-bottom: 22px;
}
.mb----23 {
  margin-bottom: 23px;
}
.mb----24 {
  margin-bottom: 24px;
}
.mb----25 {
  margin-bottom: 25px;
}
.mb----26 {
  margin-bottom: 26px;
}
.mb----27 {
  margin-bottom: 27px;
}
.mb----28 {
  margin-bottom: 28px;
}
.mb----29 {
  margin-bottom: 29px;
}
.mb----30 {
  margin-bottom: 30px;
}
.mb----31 {
  margin-bottom: 31px;
}
.mb----32 {
  margin-bottom: 32px;
}
.mb----33 {
  margin-bottom: 33px;
}
.mb----34 {
  margin-bottom: 34px;
}
.mb----35 {
  margin-bottom: 35px;
}
.mb----36 {
  margin-bottom: 36px;
}
.mb----37 {
  margin-bottom: 37px;
}
.mb----38 {
  margin-bottom: 38px;
}
.mb----39 {
  margin-bottom: 39px;
}
.mb----40 {
  margin-bottom: 40px;
}
.mb----41 {
  margin-bottom: 41px;
}
.mb----42 {
  margin-bottom: 42px;
}
.mb----43 {
  margin-bottom: 43px;
}
.mb----44 {
  margin-bottom: 44px;
}
.mb----45 {
  margin-bottom: 45px;
}
.mb----46 {
  margin-bottom: 46px;
}
.mb----47 {
  margin-bottom: 47px;
}
.mb----48 {
  margin-bottom: 48px;
}
.mb----49 {
  margin-bottom: 49px;
}
.mb----50 {
  margin-bottom: 50px;
}
.mb----51 {
  margin-bottom: 51px;
}
.mb----52 {
  margin-bottom: 52px;
}
.mb----53 {
  margin-bottom: 53px;
}
.mb----54 {
  margin-bottom: 54px;
}
.mb----55 {
  margin-bottom: 55px;
}
.mb----56 {
  margin-bottom: 56px;
}
.mb----57 {
  margin-bottom: 57px;
}
.mb----58 {
  margin-bottom: 58px;
}
.mb----59 {
  margin-bottom: 59px;
}
.mb----60 {
  margin-bottom: 60px;
}
.mb----61 {
  margin-bottom: 61px;
}
.mb----62 {
  margin-bottom: 62px;
}
.mb----63 {
  margin-bottom: 63px;
}
.mb----64 {
  margin-bottom: 64px;
}
.mb----65 {
  margin-bottom: 65px;
}
.mb----66 {
  margin-bottom: 66px;
}
.mb----67 {
  margin-bottom: 67px;
}
.mb----68 {
  margin-bottom: 68px;
}
.mb----69 {
  margin-bottom: 69px;
}
.mb----70 {
  margin-bottom: 70px;
}
.mb----71 {
  margin-bottom: 71px;
}
.mb----72 {
  margin-bottom: 72px;
}
.mb----73 {
  margin-bottom: 73px;
}
.mb----74 {
  margin-bottom: 74px;
}
.mb----75 {
  margin-bottom: 75px;
}
.mb----76 {
  margin-bottom: 76px;
}
.mb----77 {
  margin-bottom: 77px;
}
.mb----78 {
  margin-bottom: 78px;
}
.mb----79 {
  margin-bottom: 79px;
}
.mb----80 {
  margin-bottom: 80px;
}
.mb----81 {
  margin-bottom: 81px;
}
.mb----82 {
  margin-bottom: 82px;
}
.mb----83 {
  margin-bottom: 83px;
}
.mb----84 {
  margin-bottom: 84px;
}
.mb----85 {
  margin-bottom: 85px;
}
.mb----86 {
  margin-bottom: 86px;
}
.mb----87 {
  margin-bottom: 87px;
}
.mb----88 {
  margin-bottom: 88px;
}
.mb----89 {
  margin-bottom: 89px;
}
.mb----90 {
  margin-bottom: 90px;
}
.mb----91 {
  margin-bottom: 91px;
}
.mb----92 {
  margin-bottom: 92px;
}
.mb----93 {
  margin-bottom: 93px;
}
.mb----94 {
  margin-bottom: 94px;
}
.mb----95 {
  margin-bottom: 95px;
}
.mb----96 {
  margin-bottom: 96px;
}
.mb----97 {
  margin-bottom: 97px;
}
.mb----98 {
  margin-bottom: 98px;
}
.mb----99 {
  margin-bottom: 99px;
}
.mb----100 {
  margin-bottom: 100px;
}
.mb----101 {
  margin-bottom: 101px;
}
.mb----102 {
  margin-bottom: 102px;
}
.mb----103 {
  margin-bottom: 103px;
}
.mb----104 {
  margin-bottom: 104px;
}
.mb----105 {
  margin-bottom: 105px;
}
.mb----106 {
  margin-bottom: 106px;
}
.mb----107 {
  margin-bottom: 107px;
}
.mb----108 {
  margin-bottom: 108px;
}
.mb----109 {
  margin-bottom: 109px;
}
.mb----110 {
  margin-bottom: 110px;
}
.mb----111 {
  margin-bottom: 111px;
}
.mb----112 {
  margin-bottom: 112px;
}
.mb----113 {
  margin-bottom: 113px;
}
.mb----114 {
  margin-bottom: 114px;
}
.mb----115 {
  margin-bottom: 115px;
}
.mb----116 {
  margin-bottom: 116px;
}
.mb----117 {
  margin-bottom: 117px;
}
.mb----118 {
  margin-bottom: 118px;
}
.mb----119 {
  margin-bottom: 119px;
}
.mb----120 {
  margin-bottom: 120px;
}
.mb----121 {
  margin-bottom: 121px;
}
.mb----122 {
  margin-bottom: 122px;
}
.mb----123 {
  margin-bottom: 123px;
}
.mb----124 {
  margin-bottom: 124px;
}
.mb----125 {
  margin-bottom: 125px;
}
.mb----126 {
  margin-bottom: 126px;
}
.mb----127 {
  margin-bottom: 127px;
}
.mb----128 {
  margin-bottom: 128px;
}
.mb----129 {
  margin-bottom: 129px;
}
.mb----130 {
  margin-bottom: 130px;
}
.mb----131 {
  margin-bottom: 131px;
}
.mb----132 {
  margin-bottom: 132px;
}
.mb----133 {
  margin-bottom: 133px;
}
.mb----134 {
  margin-bottom: 134px;
}
.mb----135 {
  margin-bottom: 135px;
}
.mb----136 {
  margin-bottom: 136px;
}
.mb----137 {
  margin-bottom: 137px;
}
.mb----138 {
  margin-bottom: 138px;
}
.mb----139 {
  margin-bottom: 139px;
}
.mb----140 {
  margin-bottom: 140px;
}
.mb----141 {
  margin-bottom: 141px;
}
.mb----142 {
  margin-bottom: 142px;
}
.mb----143 {
  margin-bottom: 143px;
}
.mb----144 {
  margin-bottom: 144px;
}
.mb----145 {
  margin-bottom: 145px;
}
.mb----146 {
  margin-bottom: 146px;
}
.mb----147 {
  margin-bottom: 147px;
}
.mb----148 {
  margin-bottom: 148px;
}
.mb----149 {
  margin-bottom: 149px;
}
.mb----150 {
  margin-bottom: 150px;
}

.mr-0 {
  margin-right: 0;
}
.mr-1 {
  margin-right: 1px;
}
.mr-2 {
  margin-right: 2px;
}
.mr-3 {
  margin-right: 3px;
}
.mr-4 {
  margin-right: 4px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-6 {
  margin-right: 6px;
}
.mr-7 {
  margin-right: 7px;
}
.mr-8 {
  margin-right: 8px;
}
.mr-9 {
  margin-right: 9px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-11 {
  margin-right: 11px;
}
.mr-12 {
  margin-right: 12px;
}
.mr-13 {
  margin-right: 13px;
}
.mr-14 {
  margin-right: 14px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-16 {
  margin-right: 16px;
}
.mr-17 {
  margin-right: 17px;
}
.mr-18 {
  margin-right: 18px;
}
.mr-19 {
  margin-right: 19px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-21 {
  margin-right: 21px;
}
.mr-22 {
  margin-right: 22px;
}
.mr-23 {
  margin-right: 23px;
}
.mr-24 {
  margin-right: 24px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-26 {
  margin-right: 26px;
}
.mr-27 {
  margin-right: 27px;
}
.mr-28 {
  margin-right: 28px;
}
.mr-29 {
  margin-right: 29px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-31 {
  margin-right: 31px;
}
.mr-32 {
  margin-right: 32px;
}
.mr-33 {
  margin-right: 33px;
}
.mr-34 {
  margin-right: 34px;
}
.mr-35 {
  margin-right: 35px;
}
.mr-36 {
  margin-right: 36px;
}
.mr-37 {
  margin-right: 37px;
}
.mr-38 {
  margin-right: 38px;
}
.mr-39 {
  margin-right: 39px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-41 {
  margin-right: 41px;
}
.mr-42 {
  margin-right: 42px;
}
.mr-43 {
  margin-right: 43px;
}
.mr-44 {
  margin-right: 44px;
}
.mr-45 {
  margin-right: 45px;
}
.mr-46 {
  margin-right: 46px;
}
.mr-47 {
  margin-right: 47px;
}
.mr-48 {
  margin-right: 48px;
}
.mr-49 {
  margin-right: 49px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-51 {
  margin-right: 51px;
}
.mr-52 {
  margin-right: 52px;
}
.mr-53 {
  margin-right: 53px;
}
.mr-54 {
  margin-right: 54px;
}
.mr-55 {
  margin-right: 55px;
}
.mr-56 {
  margin-right: 56px;
}
.mr-57 {
  margin-right: 57px;
}
.mr-58 {
  margin-right: 58px;
}
.mr-59 {
  margin-right: 59px;
}
.mr-60 {
  margin-right: 60px;
}
.mr-61 {
  margin-right: 61px;
}
.mr-62 {
  margin-right: 62px;
}
.mr-63 {
  margin-right: 63px;
}
.mr-64 {
  margin-right: 64px;
}
.mr-65 {
  margin-right: 65px;
}
.mr-66 {
  margin-right: 66px;
}
.mr-67 {
  margin-right: 67px;
}
.mr-68 {
  margin-right: 68px;
}
.mr-69 {
  margin-right: 69px;
}
.mr-70 {
  margin-right: 70px;
}
.mr-71 {
  margin-right: 71px;
}
.mr-72 {
  margin-right: 72px;
}
.mr-73 {
  margin-right: 73px;
}
.mr-74 {
  margin-right: 74px;
}
.mr-75 {
  margin-right: 75px;
}
.mr-76 {
  margin-right: 76px;
}
.mr-77 {
  margin-right: 77px;
}
.mr-78 {
  margin-right: 78px;
}
.mr-79 {
  margin-right: 79px;
}
.mr-80 {
  margin-right: 80px;
}
.mr-81 {
  margin-right: 81px;
}
.mr-82 {
  margin-right: 82px;
}
.mr-83 {
  margin-right: 83px;
}
.mr-84 {
  margin-right: 84px;
}
.mr-85 {
  margin-right: 85px;
}
.mr-86 {
  margin-right: 86px;
}
.mr-87 {
  margin-right: 87px;
}
.mr-88 {
  margin-right: 88px;
}
.mr-89 {
  margin-right: 89px;
}
.mr-90 {
  margin-right: 90px;
}
.mr-91 {
  margin-right: 91px;
}
.mr-92 {
  margin-right: 92px;
}
.mr-93 {
  margin-right: 93px;
}
.mr-94 {
  margin-right: 94px;
}
.mr-95 {
  margin-right: 95px;
}
.mr-96 {
  margin-right: 96px;
}
.mr-97 {
  margin-right: 97px;
}
.mr-98 {
  margin-right: 98px;
}
.mr-99 {
  margin-right: 99px;
}
.mr-100 {
  margin-right: 100px;
}
.ml----0 {
  margin-left: 0;
}
.ml----1 {
  margin-left: 1px;
}
.ml----2 {
  margin-left: 2px;
}
.ml----3 {
  margin-left: 3px;
}
.ml----4 {
  margin-left: 4px;
}
.ml----5 {
  margin-left: 5px;
}
.ml----6 {
  margin-left: 6px;
}
.ml----7 {
  margin-left: 7px;
}
.ml----8 {
  margin-left: 8px;
}
.ml----9 {
  margin-left: 9px;
}
.ml----10 {
  margin-left: 10px;
}
.ml----11 {
  margin-left: 11px;
}
.ml----12 {
  margin-left: 12px;
}
.ml----13 {
  margin-left: 13px;
}
.ml----14 {
  margin-left: 14px;
}
.ml----15 {
  margin-left: 15px;
}
.ml----16 {
  margin-left: 16px;
}
.ml----17 {
  margin-left: 17px;
}
.ml----18 {
  margin-left: 18px;
}
.ml----19 {
  margin-left: 19px;
}
.ml----20 {
  margin-left: 20px;
}
.ml----21 {
  margin-left: 21px;
}
.ml----22 {
  margin-left: 22px;
}
.ml----23 {
  margin-left: 23px;
}
.ml----24 {
  margin-left: 24px;
}
.ml----25 {
  margin-left: 25px;
}
.ml----26 {
  margin-left: 26px;
}
.ml----27 {
  margin-left: 27px;
}
.ml----28 {
  margin-left: 28px;
}
.ml----29 {
  margin-left: 29px;
}
.ml----30 {
  margin-left: 30px;
}
.ml----31 {
  margin-left: 31px;
}
.ml----32 {
  margin-left: 32px;
}
.ml----33 {
  margin-left: 33px;
}
.ml----34 {
  margin-left: 34px;
}
.ml----35 {
  margin-left: 35px;
}
.ml----36 {
  margin-left: 36px;
}
.ml----37 {
  margin-left: 37px;
}
.ml----38 {
  margin-left: 38px;
}
.ml----39 {
  margin-left: 39px;
}
.ml----40 {
  margin-left: 40px;
}
.ml----41 {
  margin-left: 41px;
}
.ml----42 {
  margin-left: 42px;
}
.ml----43 {
  margin-left: 43px;
}
.ml----44 {
  margin-left: 44px;
}
.ml----45 {
  margin-left: 45px;
}
.ml----46 {
  margin-left: 46px;
}
.ml----47 {
  margin-left: 47px;
}
.ml----48 {
  margin-left: 48px;
}
.ml----49 {
  margin-left: 49px;
}
.ml----50 {
  margin-left: 50px;
}
.ml----51 {
  margin-left: 51px;
}
.ml----52 {
  margin-left: 52px;
}
.ml----53 {
  margin-left: 53px;
}
.ml----54 {
  margin-left: 54px;
}
.ml----55 {
  margin-left: 55px;
}
.ml----56 {
  margin-left: 56px;
}
.ml----57 {
  margin-left: 57px;
}
.ml----58 {
  margin-left: 58px;
}
.ml----59 {
  margin-left: 59px;
}
.ml----60 {
  margin-left: 60px;
}
.ml----61 {
  margin-left: 61px;
}
.ml----62 {
  margin-left: 62px;
}
.ml----63 {
  margin-left: 63px;
}
.ml----64 {
  margin-left: 64px;
}
.ml----65 {
  margin-left: 65px;
}
.ml----66 {
  margin-left: 66px;
}
.ml----67 {
  margin-left: 67px;
}
.ml----68 {
  margin-left: 68px;
}
.ml----69 {
  margin-left: 69px;
}
.ml----70 {
  margin-left: 70px;
}
.ml----71 {
  margin-left: 71px;
}
.ml----72 {
  margin-left: 72px;
}
.ml----73 {
  margin-left: 73px;
}
.ml----74 {
  margin-left: 74px;
}
.ml----75 {
  margin-left: 75px;
}
.ml----76 {
  margin-left: 76px;
}
.ml----77 {
  margin-left: 77px;
}

.mt--58 {
  margin-top: -58px;
}
/* CUSTOM SPACING */

/* RESPONSIVE */
@media only screen and (max-width: 1550px) {
  .back__course__page_grid .shorting__courses3 .all__icons .result-count {
    padding-left: 10px;
  }
  .back__course__page_grid.back__course__page_grid_left
    .react-list
    .single-studies
    .inner-course
    .case-img {
    flex: 0 0 50%;
  }
  .back__course__page_grid.back__course__page_grid_left
    .react-list
    .single-studies
    .inner-course
    .case-content {
    flex: 0 0 50%;
  }
  .react-course-filter
    .single-studies
    .inner-course
    .case-content
    .react-ratings {
    margin-top: 20px;
  }
  .react-course-filter .single-studies .inner-course .case-content .case-title {
    font-size: 18px;
    margin: 6px 0 18px;
  }
  .back__course__page_grid.back__course__page_grid_left
    .react-list
    .single-studies
    .inner-course
    .case-img
    img {
    min-height: 244px;
  }
  .back__course__page_grid .shorting__course .from-control {
    width: 22%;
  }
  .home-sliders .owl-nav [class*="owl-"].owl-next {
    right: 15px;
  }
  .home-sliders .owl-nav [class*="owl-"].owl-prev {
    left: 15px;
  }
}

@media only screen and (max-width: 1400px) {
  .react-footer .footer-top-cta {
    max-width: 1115px;
  }
  .high_quality-section .react-tab-gird .nav-tabs li a {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1300px) {
  .hero3__area .hero3__shape-2 {
    width: 18%;
  }
  .hero3__area .hero3__image-1 {
    width: 70%;
  }
  .hero3__area .hero3__image-2 {
    top: 85%;
    right: 0;
  }
  .hero3__area .hero3__content .search-form {
    max-width: 470px;
  }
  .react-course-filter .react-filter button {
    margin: 0 0 8px 15px;
    padding: 4px 14px 6px;
  }
  .react-blog__area .blog__card--content {
    padding: 28px 15px 32px 15px;
  }
  .react-blog__area .blog__card--title br {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .react-menus > li > a {
    padding: 26px 24px 26px 24px;
  }
  .hero3__area .hero3__content .hero3__title {
    font-size: 46px;
    line-height: 56px;
  }
  .react_featured_online .item__inner .react-content {
    flex: 0 0 64%;
  }
  .react_featured_online .item__inner .icon {
    flex: 0 0 36%;
  }
  iframe {
    width: 100%;
  }
  .hero3__area .hero3__content .search-form {
    max-width: 380px;
  }
  .react-contact-page .address-sec li {
    padding: 0;
  }
  .react-footer .footer-top-cta {
    max-width: 935px;
  }
  .react_popular_topics .item__inner .react-content h3 {
    font-size: 18px;
  }
  .home-sliders .slider-content .slider-title {
    font-size: 50px;
    line-height: 56px;
  }
  .react-footer .footer-top-cta h3 {
    font-size: 34px;
    line-height: 44px;
  }
  .student_satisfaction-section .count__area2 .container ul li {
    padding-left: 16px;
  }
  .student_satisfaction-section .count__area2 .container ul li:first-child {
    padding-left: 16px;
  }
  .blog-post-single-page
    .react-course-filter
    .single-studies
    .inner-course
    .case-content {
    padding: 30px 18px 30px 15px;
  }
  .profile-page .profile-top .user-section li {
    padding-right: 20px;
  }
  .profile-page .count__area2 .count__content {
    display: block;
  }
  .react-course-filter .single-studies .inner-course .case-content .case-title {
    font-size: 16px;
  }
  .react-sidebar .widget {
    padding-left: 20px;
    padding-right: 20px;
  }
  .react-upcoming__event .event__card .event__card--link {
    padding: 8px 15px 7px 15px;
  }
  .react-sidebar.ml----30 {
    margin-left: 0;
  }
  .back__course__page_grid .shorting__courses3 .all__icons .grid__icons {
    display: none;
  }
  .back__course__page_grid.back__course__page_grid_left
    .react-list
    .single-studies
    .inner-course {
    display: block;
  }
  .react-course-filter
    .single-studies
    .inner-course
    .case-content
    .case-title
    br {
    display: none;
  }
  .back__course__page_grid .shorting__courses3 .col-md-6 {
    text-align: center;
  }
  .back__course__page_grid .shorting__courses3 .all__icons {
    display: block;
    padding: 0 0 20px;
  }
  .react-course-filter .single-studies .inner-course .case-content {
    padding: 20px 25px 20px 25px;
  }
  .react-course-filter .single-studies .inner-course .case-content ul li {
    padding-right: 12px;
  }
}

@media only screen and (max-width: 1800px) and (min-width: 1101px) {
  .breadcrumbs-courses__single .breadcrumbs-wrap img {
    height: 400px;
  }
}

@media only screen and (max-width: 1300px) and (min-width: 992px) {
  .react-blog__area .blog__card--title {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px;
  }
}

@media only screen and (max-width: 1299px) and (min-width: 992px) {
  .home-sliders .event__video-btn--play {
    right: 18%;
  }
  .home-sliders .slider-content {
    padding-left: 40px;
  }
  .react-course-filter .single-studies .inner-course .case-content ul li {
    padding-right: 3px;
  }
  body.courses-grid-page
    .react-course-filter
    .single-studies
    .inner-course
    .case-content
    ul
    li {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
  .react-menus > li > a {
    font-size: 13px;
  }
  .react-course-filter .react-filter button {
    margin: 0 0 0 5px;
  }
}

@media only screen and (max-width: 1100px) {
  .react-menus > li > a {
    font-size: 13px;
  }
  .home-sliders .owl-nav [class*="owl-"].owl-next {
    right: 5px;
  }
  .home-sliders .owl-nav [class*="owl-"].owl-prev {
    left: 5px;
  }
  .home-sliders .owl-nav [class*="owl-"]:before {
    font-size: 35px;
  }
  .home-sliders .owl-nav [class*="owl-"] {
    width: 50px;
    height: 50px;
  }
  .react-home3-banner-form .form__wrapper button {
    padding: 11px 30px;
  }

  .react-breadcrumbs.breadcrumbs-courses__single .breadcrumbs-wrap img {
    height: 420px;
  }
  .react-menus > li > a {
    padding: 26px 14px 26px 14px;
  }
  .feature__paragraph br {
    display: none;
  }
  .back_popular_topics .item__inner {
    padding: 50px 20px 40px 20px;
  }
  .react-blog-page-single
    .blog-single-inner
    .blog-content
    .blog-tags
    ul.mata-tags
    li {
    margin-bottom: 10px;
  }
  .back_popular_topics .item__inner h3 {
    font-size: 15px;
    line-height: 21px;
  }
  .hero4__area .hero4__image-2 {
    width: 48%;
  }
  .hero4__content {
    position: relative;
    z-index: 1;
  }
  .hero4__area .hero4__content h1 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media only screen and (min-width: 992px) {
  /********* Mega Menu *********/
  #react-header .react-inner-menus ul li.mega-inner {
    position: static;
    transition: 0s;
  }
  .react-inner-menus .react-menus > .has-sub > a {
    position: relative;
  }
  img.mobile {
    display: none !important;
  }
  .react-inner-menus .react-menus > .has-sub > a:before {
    content: "\33";
    position: absolute;
    font-family: "ElegantIcons";
    display: block;
    top: 36%;
    right: 14px;
    opacity: 0.5;
  }

  .react-inner-menus .react-menus > .has-sub.menu-active > a:before {
    content: "\32";
    position: absolute;
    font-family: "ElegantIcons";
    display: block;
    top: 36%;
    right: 14px;
    opacity: 0.5;
  }

  #react-header .react-inner-menus .sub-menu-mega {
    display: block !important;
    box-shadow: none;
  }
  .mega-menu-container {
    display: flex;
    justify-content: space-between;
    padding: 0px 50px 15px 50px;
  }

  #react-header .react-menus li.mega-inner ul.mega-menu {
    left: 0;
    right: 0;
  }
  #react-header .react-inner-menus ul li.mega-inner:hover ul.mega-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    z-index: 9999;
    height: auto;
  }
  #react-header .react-menus li.mega-inner ul li {
    height: auto;
    width: auto;
  }
  #react-header .react-inner-menus ul ul.mega-menu ul {
    margin-left: 0;
    left: 0;
    width: 100%;
    padding: 0;
  }

  #react-header .react-menus .mega-menu-container .menu-item div a {
    padding: 3px 0;
  }
  #react-header .react-menus .mega-menu-container .menu-item ul {
    position: relative;
  }
  .react-menus {
    padding: 0 0 0 20px;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .react-menus {
    padding: 0 0 0 20px;
  }
  .popular__course__area .course__item .course__inner ul li {
    font-size: 14px;
  }
  .react-inner-menus .react-menus > .has-sub > a::before {
    right: 0;
  }

  .popular__course__area .course__item .course__inner ul,
  .popular__course__area .course__item .course__card-icon,
  .popular__course__area .course__item .react-course-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .popular__course__area .course__item .react-course-title br {
    display: none;
  }
  .popular__course__area .course__item .react-course-title,
  .popular__course__area .course__item .course__card-icon .react__user {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .react_popular_topics .row .col-md-3,
  .react_populars_topics .row .col-md-3 {
    flex: 0 0 50%;
    width: 50%;
  }
  .react-header .topbar-area.style1 {
    display: none;
  }
  .react-contact-page .react-blog-form {
    padding-left: 0;
  }
  .about__area.about__area_one p br {
    display: none;
  }
  .about__area.about__area_one .about__content {
    padding-left: 0;
  }
  .react-courses__single-page
    .course-single-tab
    #back-tab-content
    .five__number {
    margin-bottom: 25px;
  }
  .react-courses__single-page
    .course-single-tab
    #back-tab-content
    .skillbar-style2
    .skill_inners
    span.skillbar-title {
    margin-right: 15px;
  }
  .accordion__area .accordion__shape img {
    z-index: -1;
  }
  .hero3__area .hero3__shape,
  .hero3__area .hero3__image-2 {
    display: none;
  }
  .hero3__area .hero3__image-1 {
    width: 250px;
    position: relative;
    margin: 0 auto;
    display: block;
  }
  .hero3__area .about__content ul {
    display: block;
  }
  .hero4__area .hero4__image {
    padding-top: 100px;
    padding-left: 0;
  }
  .hero4__content {
    padding-top: 100px;
  }

  .hero3__area .hero3__image {
    margin-left: 0;
    position: relative;
    right: 0;
    top: 0;
  }
  .campus_sec .about__content {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .react-blog__area.blog__area.pb---120,
  .instructors___page.pb---140,
  .student_satisfaction-section.pb---120 {
    padding-bottom: 0;
  }
  .campus_sec .about__image {
    text-align: center;
  }
  .react-course-filter .react-filter {
    padding-bottom: 35px;
    text-align: center !important;
  }
  .about2__area .about__content .about__paragraph br {
    display: none;
  }
  .react-course-filter .react-filter button {
    margin: 0 6px 14px;
  }
  .accordion__wrapper {
    padding-bottom: 60px;
  }
  .react-course-filter .react__title__section {
    text-align: center;
  }
  .react__title__section.react__title__section2 h2 br {
    display: none;
  }
  .react-clients .client-slider .single-client {
    text-align: center;
    display: block;
  }
  .react-clients .client-slider .single-client .client-author {
    display: block;
    margin: 0 auto 30px;
  }
  .react-clients .client-slider .single-client .client-content .comma {
    bottom: -10px;
  }
  .popular__course__area .course__item {
    max-width: 539px;
    margin: 15px auto;
  }
  .menu-toggle #menu-btn {
    background: #2a6df5;
    border-color: #2a6df5;
  }
  .react-header.react-inner-header .react-menus > li > a,
  .react-header.react-inner-header .react-login svg,
  .react-header.react-inner-header .react-btn:hover,
  .react-header.react-inner-header .react-login a {
    color: #0a0a0a;
  }
  img.desktop {
    display: none !important;
  }
  .react-sidebar {
    margin-top: 60px;
  }
  .react-contact-page .address-sec {
    display: block;
  }
  .home-sliders .event__video-btn--play {
    display: none;
  }
  .home-sliders .slider-content .slider-pretitle {
    font-size: 20px;
  }
  .home-sliders .slider-content .slider-title br {
    display: none;
  }
  .about__area .about__content.mt--58 {
    margin-top: 70px;
  }
  .react__shape__abc,
  .about__image_rig {
    display: none;
  }
  .instructor__area .container .instructors_lefts h2 br {
    display: none;
  }

  .instructor__area .container .instructors_lefts {
    padding-left: 0;
  }
  .react-upcoming__event_page .event__card {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  .react-footer.react-footer-two.pt---120 {
    padding-top: 0;
  }
  .react-footer.react-footer-two.pt---120 .col-lg-5.text-right {
    text-align: center;
  }
  .react-footer .footer-top-cta {
    margin-bottom: 75px;
    text-align: center;
    position: relative;
    top: 0;
  }
  .react-footer .footer-top-cta h3 {
    margin: 0 0 30px;
  }
  .profile-page .profile-top .user-section {
    margin-top: 40px;
  }
  .profile-page .count__area2 .count__content {
    margin: 15px 0;
  }
  .back__course__page_grid .shorting__course .from-control {
    width: 20%;
  }
  .react-contact-page .address-sec li {
    display: block;
    text-align: center;
    padding: 30px 0;
  }
  .react-contact-page .address-sec li .icon {
    margin-right: 0;
    margin-bottom: 20px;
    display: block;
  }
  .react-header.react-header-three .cate-part {
    display: none;
  }
  .react-blog-page-single
    .blog-single-inner
    .blog-content
    .author-comment
    ul
    li
    .image-comments {
    margin-bottom: 10px;
  }
  .react-header.react-header-transparent .react-menus > li > a {
    color: #091524;
  }
  .react-course-filter2 .react-filter button {
    margin: 0 0 10px 5px;
  }
  .react-blog-page .single-blog .blog-content .blog-title br {
    display: none;
  }
  .react-breadcrumbs
    .breadcrumbs-wrap
    .breadcrumbs-inner
    .breadcrumbs-text
    .breadcrumbs-title {
    font-size: 40px;
  }
  .event2__content-wrapper h3 br {
    display: none;
  }
  .react-header .searchbar-part {
    display: none;
  }
  .react-menus > li > a {
    padding: 14px 14px 14px 24px;
    font-size: 15px;
  }
  .react-main-menu .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .react-menus li ul.sub-menu li a {
    padding: 12px 40px 12px 50px;
  }
  .react-menus li ul.sub-menu {
    padding: 0;
  }
  .about__area .about__image {
    margin-left: 0;
  }
  .react-footer .footer-top .footer-widget-3 {
    margin: 40px 0 35px;
  }

  .react-footer .footer-top .footer-widget.footer-widget-2 {
    padding-left: 0;
  }
  .react-footer .footer-top .react-instagram {
    max-width: 509px;
  }
  .react-footer .copyright .container {
    justify-content: center;
    flex-wrap: wrap;
  }
  .react-footer .copyright .react-copy-right ul {
    display: block;
  }
  .react-footer .copyright .react-copy-right ul li {
    padding-left: 0;
  }
  .react-footer .copyright .react-copy-left {
    order: 2;
  }
  .react-footer .copyright .react-copy-left,
  .react-footer .copyright .react-copy-right {
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 767px) {
  .blog-post-single-page
    .blog-single-inner
    .blog-content
    .author-comment
    ul
    li:nth-child(2),
  .blog-post-single-page
    .blog-single-inner
    .blog-content
    .author-comment
    ul
    li:nth-child(3) {
    margin-left: 25px;
  }
  .blog-post-single-page
    .blog-single-inner
    .blog-content
    .author-comment
    ul
    li
    .image-comments {
    margin-bottom: 15px;
  }
  .blog-post-single-page
    .react-course-filter
    .single-studies
    .inner-course
    .case-content {
    text-align: center;
  }
  .hero3__area {
    padding-bottom: 80px;
    padding-top: 100px;
  }
  .react-course-filter .single-studies .inner-course .case-content .case-title {
    font-size: 20px;
  }
  .react-course-filter
    .single-studies
    .inner-course
    .case-content
    .case-title
    br {
    display: none;
  }
  .react__title__section h2 br {
    display: none;
  }
  .react__title__section.react__title__section2 h2 {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 25px;
  }
  .react-course-filter .react__title__section h2 {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 25px;
  }
  .react__title__section.react__title__section2 .col-md-4.text-right {
    text-align: center;
  }

  .blog-post-single-page .share-course {
    float: none;
    clear: right;
    text-align: center;
    margin-top: 30px;
  }
  .react-upcoming__event_page .shorting__course3 .all__icons {
    display: block;
    text-align: center;
    margin: 0 0 14px;
  }
  .react-upcoming__event_page .shorting__course3 .col-md-6 {
    text-align: center;
  }
  .mata-tags {
    text-align: center;
  }
  .back__course__page_grid .shorting__course .from-control {
    width: 100%;
    margin: 8px 0;
  }
  .back__course__page_grid .shorting__course2 .all__icons .result-count {
    padding-left: 0;
    text-align: center;
  }
  .back__course__page_grid .shorting__course2 .from-control {
    margin-left: 0;
  }
  .back__course__page_grid .shorting__course2 .col-md-6 {
    padding: 0;
    text-align: center;
  }
  .blog-post-single-page .share-course span {
    left: 180px;
  }
  .blog-post-single-page
    .blog-single-inner
    .blog-content
    .back-order-list
    ul
    li {
    font-size: 14px;
  }
  .react-blog-page .single-blog .blog-content .top-part li {
    font-size: 14px;
    padding-right: 16px;
  }
  .react-blog-page .single-blog .blog-content .blog-title {
    font-size: 30px;
    line-height: 36px;
  }
  .react-blog-page .single-blog .blog-content .blog-desc br {
    display: none;
  }
  .react-breadcrumbs .breadcrumbs-wrap img {
    min-height: 200px;
  }
  .blog-post-single-page .react-breadcrumbs .breadcrumbs-wrap img,
  .course-single .react-breadcrumbs .breadcrumbs-wrap img {
    min-height: auto;
  }
  .react-breadcrumbs .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text br {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .react-breadcrumbs
    .breadcrumbs-wrap
    .breadcrumbs-inner
    .breadcrumbs-text
    .breadcrumbs-title {
    font-size: 30px;
  }
  body.course-single .user-section li {
    padding-right: 12px;
    font-size: 14px;
  }
  .react-courses__single-page
    .course-single-tab
    #back-tab-content
    .post-author {
    display: block;
  }
  .react-courses__single-page
    .course-single-tab
    #back-tab-content
    .post-author
    .avatar {
    margin-right: 0;
    margin-bottom: 18px;
  }
  .react-sidebar .widget.get-back-course .price li {
    font-size: 23px;
  }
  .react_populars_topics .row .col-md-3 {
    flex: 0 0 100%;
    width: 100%;
  }
  .react_featured_online .item__inner {
    display: block;
  }
  .react_featured_online .item__inner .icon {
    padding-bottom: 20px;
  }
  .react-footer .copyright .react-copy-left {
    margin-top: 12px;
  }
  .instructor__area .container .instructors_lefts {
    text-align: center;
  }
  .react-clients .client-slider .single-client {
    padding: 50px 20px 50px;
  }
  .count__area .count__width .count__content {
    margin: 15px 0;
  }
  .profile-page .profile-top .user-section {
    display: block;
  }
  .profile-page .profile-top .user-section li {
    margin: 16px 0;
  }
  .home-sliders .slider-content .slider-title {
    font-size: 35px;
    line-height: 42px;
  }
}

@media screen and (max-width: 575px) {
  .react-blog-page .single-blog .blog-content {
    padding: 30px 25px 30px;
  }
  .react_popular_topics .row .col-md-3 {
    flex: 0 0 100%;
    width: 100%;
  }
  .campus_sec .about__content ul li {
    display: block;
  }
  .popular__course__area .course__item .react-course-title br {
    display: none;
  }
  .about__area.about__area_one ul {
    display: block;
  }
  .about__area.about__area_one ul li.last-li {
    margin-left: 0;
    margin-top: 35px;
  }
  .campus_sec .about__content ul li .icon {
    margin-right: 0;
  }
  .campus_sec .about__content ul li .icon img {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .campus_sec .about__content ul li a {
    display: block;
    margin-top: 20px;
  }
  .react-blog-page .single-blog .blog-content .top-part {
    display: block;
  }
  .react-blog-page .single-blog .blog-content .top-part li {
    padding-right: 0;
    padding-bottom: 10px;
  }
  .react-blog-page .single-blog .blog-content .button__sec .share-course span {
    left: 20px;
  }
  .react-courses__single-page .course-single-tab .nav.nav-tabs {
    justify-content: center;
  }
  .react-courses__single-page .course-single-tab .nav.nav-tabs li a {
    padding: 10px 15px;
    margin: 10px 8px;
  }
  .student_satisfaction-section .owl-carousel .owl-nav [class*="owl-"] {
    display: none;
  }
  .pt---100 {
    padding-top: 60px;
  }
  .pb---100 {
    padding-bottom: 60px;
  }
  .pb---110 {
    padding-bottom: 80px;
  }
  .pt---120 {
    padding-top: 70px;
  }
  .blog-post-single-page
    .blog-single-inner
    .blog-content
    .blog-tags
    ul.mata-tags
    li
    a {
    padding: 3px 13px;
  }
  .react-upcoming__event {
    padding-top: 60px;
    padding-bottom: 76px;
  }
  .react-footer .footer-top {
    padding: 80px 0 53px;
  }
  .pb---120 {
    padding-bottom: 60px;
  }
  .react_popular_topics.pt---100.pb---70 {
    padding-bottom: 0;
  }
  .blog-post-single-page .blog-single-inner .blog-content .post-author {
    display: block;
  }
  .blog-post-single-page .blog-single-inner .blog-content .post-author .avatar {
    margin-right: 0;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 480px) {
  .react__title__section h2 {
    font-size: 35px;
  }
  .about2__area h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .accordion__area .accordion__wrapper-1 h2 {
    font-size: 35px;
    line-height: 46px;
  }
  body.course-single .user-section li {
    font-size: 12px;
  }
}
/* RESPONSIVE */
/* page admision */
.faq-title-sec {
  color: #18468F;
  position: relative;
  display: inline-block;
}
.faq-title-sec::before {
  content: "";
  position: absolute;
  right: -40px;
  top: calc(50% - 10px);
  width: 23px;
  height: 23px;
  background: url(../img/bgs/faq-sst-right.png);
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 575px) {
  .faq-title-sec::before {
    display: none;
  }
}
.faq-des-sec {
  color: #18468F;
}
.faq-title2-sec {
  color: #E91C25;
  position: relative;
}
.box-accordion-main {
  width: 100%;
  position: relative;
}
.box-accordion-main .btn-link {
  text-decoration: none;
  color: #FFFFFF;
  background: #18468F;
  font-weight: 700;
  padding: 15px 20px;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0;
}
.box-accordion-main .btn-link:hover, .box-accordion-main .btn-link.collapsed:hover {
  color: #E91C25;
}
.box-accordion-main .card-body {
  color: #211F1F;
  text-align: justify;
}
.box-accordion-main .btn-link.collapsed{
  color: #18468F;
  background: #F7F7F7;
}
.box-accordion-main .card-header {
  padding: 0;
}
.btn-main1 {
  background: #18468F;
  color: #FFFFFF;
}
.btn-main2 {
  background: #DCD2C8;
  color: #18468F;
}
.btn-main1x {
  background: #18468F;
  color: #FFFFFF;
  border: 4px solid #18468F;
}
.btn-main1:hover {
  background: #E91C25;
  color: #FFFFFF;
}
.btn-main2:hover {
  background: #13375C;
  color: #FFFFFF;
}
.btn-main1x:hover {
  background: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.infoad-item {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 15px 0;
}
.infoad-item>a{
  text-decoration: none;
  font-size: 15px;
  color: #211F1F;
}
.infoad-item>a>span{
  display: block;
}
.infoad-item:hover>a{
  color: #18468F;
}
.bg-ad2 {
  background-color: #E91C25;
  background-image: url(../img/bgs/bg-ptr.png);
  background-repeat: repeat;
}
.box-btn-reg {
  position: relative;
  padding-top: 25px;
  border-top: 2px solid #FFFFFF;
}
.box-btn-reg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  top: -4px;
  left: 0;
}
.box-btn-reg::after{
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border-radius: 50%;
  top: -12px;
  left: calc(50% - 10px);
}
.box-reg-content {
  color: #FFFFFF;
}
.adm__widgets{
  width: 100%;
  position: relative;
  color: #FFFFFF;
}
.adm-widget__title h3{
  font-weight: 700;
  font-size: 1.25em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #EEEEEE;
}
.adm-list{
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.975em;
}
.adm-links__item{
  margin-bottom: 5px;
  white-space: nowrap;
}
.adm-links__link{
  color: inherit;
  text-decoration: none !important;
  padding-left: 24px;
  position: relative;
}
.adm-links__link:hover{
  color: #13375C;
}
.adm-links__link::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 8px;
  border-top: 4px solid #13375C;
  border-bottom: 4px solid #13375C;
  border-left: 4px solid #13375C;
  border-right: 4px solid #13375C;
}
.lu-adm-title2 {
  color: #FFFFFF;
  position: relative;
}
.bg-lu-adm {
  position: relative;
}
.bg-lu-adm::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  right: 0;
}
/* page admision */