.ocp-btn {
  border-radius: 5px !important;
  box-shadow: unset !important;
  padding: 13px 35px !important;
}
.ocp-btn::before {
  border-radius: 5px !important;
}

.container-fluid.ocp-container-fluid {
  max-width: 1620px;
}

.bg-130C35 {
  background-color: #130C35;
}

.ocp-navbar .container-fluid {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #F0E9EE;
}
.ocp-navbar .ocp-btn {
  font-size: 14px;
  font-weight: 500;
}
.ocp-navbar .ocp-btn::before {
  background: #FF6D00;
}
.ocp-navbar .navbar .navbar-nav .nav-item {
  margin-left: 18px;
  margin-right: 18px;
}
.ocp-navbar .navbar .navbar-nav .nav-item a {
  font-weight: 500;
  font-size: 15px;
}

.ocp-banner-area {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 200px;
  padding-bottom: 180px;
  position: relative;
  z-index: 1;
}
.ocp-banner-area .ocp-banner-shape1 {
  position: absolute;
  bottom: 322px;
  left: 33%;
}
.ocp-banner-area .ocp-banner-shape2 {
  position: absolute;
  top: 240px;
  right: 39%;
}
.ocp-banner-area .ocp-banner-shape3 {
  position: absolute;
  right: 150px;
  top: 175px;
  z-index: -1;
  animation-name: rotateme;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.ocp-banner-content {
  position: relative;
  padding-top: 50px;
  padding-left: 130px;
  padding-right: 60px;
}
.ocp-banner-content .social-links {
  position: absolute;
  left: -140px;
  top: 267px;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  transform: rotate(270deg);
}
.ocp-banner-content .social-links li {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}
.ocp-banner-content .social-links li:last-child {
  margin-right: 0;
}
.ocp-banner-content .social-links li:first-child {
  margin-left: 0;
}
.ocp-banner-content .social-links li a {
  width: 35px;
  height: 35px;
  background: var(--whiteColor);
  color: #262A37;
  display: block;
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 33px;
  border-radius: 50%;
  font-size: 16px;
  border: solid 1px #F0E9EE;
}
.ocp-banner-content .social-links li a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 50%;
  transition: var(--transition);
  top: 0;
  bottom: 0;
  z-index: -1;
  background: var(--gradientColor);
  opacity: 0;
  visibility: hidden;
}
.ocp-banner-content .social-links li a:hover {
  color: var(--whiteColor);
}
.ocp-banner-content .social-links li a:hover::before {
  opacity: 1;
  visibility: visible;
}
.ocp-banner-content .social-links li span {
  color: #262A37;
  font-size: 16px;
  font-weight: 700;
  margin-right: 20px;
}
.ocp-banner-content h1 {
  color: #262A37;
  font-size: 100px;
  margin-bottom: 21px;
  line-height: 110px;
}
.ocp-banner-content h1 img {
  width: 100px;
  height: 100px;
  position: relative;
  top: -5px;
  border-radius: 50%;
  margin-right: -10px;
}
.ocp-banner-content .default-btn {
  margin-bottom: 120px;
  box-shadow: unset;
}
.ocp-banner-content .default-btn::before {
  background: #2962FF;
}
.ocp-banner-content .user-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 8px;
}
.ocp-banner-content .user-list li {
  color: var(--whiteColor);
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-left: -20px;
}
.ocp-banner-content .user-list li:first-child {
  margin-left: 0;
}
.ocp-banner-content .user-list li .image {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 50%;
}
.ocp-banner-content .user-list li .image img {
  border-radius: 50%;
}
.ocp-banner-content span {
  color: #262A37;
  font-size: 14px;
  font-weight: 500;
  padding-left: 25px;
}

.ocp-banner-image .image {
  text-align: center;
  margin-bottom: 20px;
}
.ocp-banner-image P {
  font-size: 16px;
  color: #262A37;
  max-width: 575px;
  margin-left: auto;
  margin-bottom: 0;
}

.inner-ocp-fun-fact-area {
  border-radius: 20px;
  background: #DCFF80;
  padding: 35px 45px;
  margin-top: -100px;
  position: relative;
  z-index: 2;
}
.inner-ocp-fun-fact-area .col-lg-3:nth-child(1) .ocp-fun-fact-widget::before {
  right: 63px;
}
.inner-ocp-fun-fact-area .col-lg-3:nth-child(2) .ocp-fun-fact-widget {
  margin-left: 40px;
}
.inner-ocp-fun-fact-area .col-lg-3:nth-child(2) .ocp-fun-fact-widget::before {
  right: 11px;
}
.inner-ocp-fun-fact-area .col-lg-3:nth-child(3) .ocp-fun-fact-widget {
  margin-left: 120px;
}
.inner-ocp-fun-fact-area .col-lg-3:nth-child(3) .ocp-fun-fact-widget::before {
  right: -81px;
}
.inner-ocp-fun-fact-area .col-lg-3:nth-child(4) .ocp-fun-fact-widget {
  margin-left: 215px;
}
.inner-ocp-fun-fact-area .col-lg-3:nth-child(4) .ocp-fun-fact-widget::before {
  display: none;
}

.ocp-fun-fact-widget {
  position: relative;
}
.ocp-fun-fact-widget::before {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  width: 1px;
  height: 77.307px;
  background: #AACD4E;
}
.ocp-fun-fact-widget h2 {
  color: #262A37;
  font-size: 64px;
  font-weight: 600;
  margin-bottom: 0;
}
.ocp-fun-fact-widget p {
  color: #262A37;
  font-size: 14px;
  font-weight: 500;
}

.ocp-about-content {
  margin-right: -10px;
}
.ocp-about-content .title {
  color: #FF6D00;
  font-size: 14px;
  font-weight: 500;
  display: block;
  position: relative;
  padding-left: 70px;
  margin-bottom: 8px;
}
.ocp-about-content .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  background: #FF6D00;
}
.ocp-about-content h3 {
  color: #262A37;
  font-size: 36px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 35px;
}
.ocp-about-content ul {
  padding-left: 112px;
  list-style: none;
  margin-bottom: 0;
}
.ocp-about-content ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 22px;
  color: #4A4F60;
  font-size: 16px;
}
.ocp-about-content ul li strong {
  color: #262A37;
  font-weight: 700;
}
.ocp-about-content ul li:last-child {
  margin-bottom: 0;
}
.ocp-about-content ul li i {
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 30px;
  color: rgb(255, 109, 0);
}

.ocp-about-image {
  margin-right: -50px;
}

.inner-ocp-goals-widget {
  position: relative;
  z-index: 1;
}
.inner-ocp-goals-widget::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  left: 0;
  z-index: -1;
  bottom: 0;
  width: 100%;
  border-radius: 20px;
  background: radial-gradient(66.35% 66.35% at 50% 33.65%, #FFF 0%, #EAFAF9 100%);
}
.inner-ocp-goals-widget h1 {
  color: #262A37;
  font-size: 64px;
  font-weight: 600;
  margin-top: -6px;
  margin-bottom: 25px;
}
.inner-ocp-goals-widget .max-1230 {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}
.inner-ocp-goals-widget .ocp-goals-widget {
  border-radius: 20px 20px 0px 0px;
  border-bottom: none;
  position: relative;
  z-index: 1;
  max-width: 325px;
  padding: 50px 50px 0 50px;
}
.inner-ocp-goals-widget .ocp-goals-widget::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px 20px 0px 0px;
}
.inner-ocp-goals-widget .ocp-goals-widget.style1::before {
  background-image: url(../img/goal-card-bg1.png);
}
.inner-ocp-goals-widget .ocp-goals-widget.style1 .small-image {
  margin-left: -50px;
}
.inner-ocp-goals-widget .ocp-goals-widget.style2 {
  margin-left: auto;
}
.inner-ocp-goals-widget .ocp-goals-widget.style2::before {
  background-image: url(../img/goal-card-bg2.png);
}
.inner-ocp-goals-widget .ocp-goals-widget.style2 .small-image {
  margin-right: -50px;
}
.inner-ocp-goals-widget .ocp-goals-widget ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 22px;
}
.inner-ocp-goals-widget .ocp-goals-widget ul li {
  margin-bottom: 19px;
  color: #262A37;
  font-size: 16px;
  font-weight: 700;
}
.inner-ocp-goals-widget .ocp-goals-widget ul li:last-child {
  margin-bottom: 0;
}
.inner-ocp-goals-widget .ocp-goals-widget ul li img {
  margin-right: 10px;
}
.inner-ocp-goals-widget .ocp-goals-widget .small-image {
  bottom: -60px;
  position: relative;
  margin-top: -60px;
}
.inner-ocp-goals-widget .ocp-goals-image {
  margin-bottom: -60px;
}

.ocp-left-section-title {
  margin-bottom: 35px;
}
.ocp-left-section-title .title {
  color: #FF6D00;
  font-size: 14px;
  font-weight: 500;
  display: block;
  position: relative;
  padding-left: 70px;
  margin-bottom: 8px;
}
.ocp-left-section-title .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  background: #FF6D00;
}
.ocp-left-section-title h3 {
  color: #262A37;
  font-size: 36px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 0;
}

.ocp-categories-area {
  position: relative;
}
.ocp-categories-area .course-input-widget {
  position: relative;
  margin-bottom: 30px;
}
.ocp-categories-area .course-input-widget .form-control {
  border-radius: 5px;
  padding-left: 20px;
  height: 56px;
  border: 1px solid #F0E9EE !important;
  background: var(--whiteColor) !important;
}
.ocp-categories-area .course-input-widget .default-btn {
  position: absolute;
  top: 4.5px;
  right: 4px;
  bottom: 4.5px;
  box-shadow: unset;
}
.ocp-categories-area .course-input-widget .default-btn::before {
  background: #FF6D00;
}
.ocp-categories-area .course-categories-big-widget {
  margin-left: -12px;
}
.ocp-categories-area .ocp-course-nav {
  width: 312px;
  position: relative;
  border-radius: 10px;
  padding: 27px 25px 0 21px;
  border: 10px solid #262a37;
  background-color: #f4f9fc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ocp-categories-area .ocp-course-nav .nav-link {
  text-align: start;
  display: flex;
  align-items: center;
  color: #262A37;
  position: relative;
  justify-content: space-between;
}
.ocp-categories-area .ocp-course-nav .nav-link::before {
  content: "";
  position: absolute;
  left: -21px;
  top: 10px;
  width: 3px;
  height: 20px;
  opacity: 0;
  background: #2962FF;
}
.ocp-categories-area .ocp-course-nav .nav-link.active {
  color: #2962FF;
  font-weight: 700;
  background-color: transparent;
}
.ocp-categories-area .ocp-course-nav .nav-link.active::before {
  opacity: 1;
}
.ocp-categories-area .ocp-course-nav .image {
  position: relative;
  bottom: -85px;
  margin-top: -75px;
  text-align: center;
}
.ocp-categories-area .browse-link {
  text-align: center;
  color: #262A37;
  font-size: 14px;
  display: block;
  font-weight: 500;
  margin-top: 32px;
}
.ocp-categories-area .browse-link:hover {
  color: var(--mainColor);
}
.ocp-categories-area .ocp-course-shape2 {
  position: absolute;
  left: 0;
  bottom: -1px;
}

.ocp-course-card {
  border-radius: 20px;
  border: 1px solid #F0E9EE;
  border-top: none;
}
.ocp-course-card .image {
  position: relative;
}
.ocp-course-card .image img {
  border-radius: 20px 20px 0px 0px;
}
.ocp-course-card .image .price {
  position: absolute;
  left: 30px;
  bottom: -30px;
  padding: 14px 5px;
  border-radius: 10px;
  text-align: center;
  background: #2962FF;
}
.ocp-course-card .image .price del {
  color: var(--whiteColor);
  font-size: 12px;
  display: block;
  opacity: 0.5;
  text-decoration: line-through;
}
.ocp-course-card .image .price span {
  color: var(--whiteColor);
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-decoration: unset;
}
.ocp-course-card .content {
  padding-left: 30px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-top: 12px;
}
.ocp-course-card .content ul {
  list-style: none;
  padding-left: 72px;
  margin-bottom: 25px;
}
.ocp-course-card .content ul li {
  position: relative;
  padding-left: 22px;
}
.ocp-course-card .content ul li strong {
  color: #4A4F60;
  font-weight: 700;
}
.ocp-course-card .content ul li i {
  position: absolute;
  left: 0;
  font-size: 18px;
  color: rgb(255, 109, 0);
  top: -2px;
}
.ocp-course-card .content h4 {
  color: #262A37;
  font-size: 16px;
  margin-bottom: 5px;
}
.ocp-course-card .content p {
  color: #4A4F60;
  margin-bottom: 20px;
}
.ocp-course-card .content p strong {
  font-weight: 700;
}
.ocp-course-card .content .default-btn {
  box-shadow: unset;
}
.ocp-course-card .content .default-btn::before {
  background: #FF6D00;
}
.ocp-course-card .content .star {
  color: #4A4F60;
}
.ocp-course-card .content .star i {
  margin-left: -3px;
  font-size: 16px;
  color: rgb(255, 202, 64);
}

.ocp-works-area {
  background: #F5F7FB;
  position: relative;
  z-index: 1;
}
.ocp-works-area .ocp-works-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.ocp-works-area .unlock-p {
  color: #262A37;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  margin-top: 40px;
}
.ocp-works-area .ocp-works-card-widget {
  margin-top: 40px;
}

.ocp-works-content {
  padding-right: 40px;
}

.ocp-works-card {
  border-radius: 20px;
  padding: 20px 30px;
  background: var(--whiteColor);
}
.ocp-works-card .icon-number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.ocp-works-card .icon-number span {
  color: #EBEDF1;
  font-size: 36px;
  font-weight: 600;
  position: relative;
  top: -12px;
}
.ocp-works-card .icon-number img {
  margin-top: -38px;
}
.ocp-works-card h3 {
  color: #262A37;
  font-size: 20px;
  margin-bottom: 10px;
}

.inner-ocp-instructor-area {
  position: relative;
  border-radius: 20px;
  background: radial-gradient(66.35% 66.35% at 50% 33.65%, #FFF 0%, #FFEFEA 100%);
}
.inner-ocp-instructor-area .ocp-instructor-image {
  position: relative;
  text-align: center;
  margin-bottom: -1px;
  z-index: 1;
}
.inner-ocp-instructor-area .ocp-instructor-image .ocp-instructor-shape1 {
  position: absolute;
  top: -63px;
  left: -10px;
  z-index: -1;
}
.inner-ocp-instructor-area .ocp-instructor-widget ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
}
.inner-ocp-instructor-area .ocp-instructor-widget ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
  font-size: 16px;
  color: #262A37;
}
.inner-ocp-instructor-area .ocp-instructor-widget ul li:last-child {
  margin-bottom: 0;
}
.inner-ocp-instructor-area .ocp-instructor-widget ul li img {
  position: absolute;
  left: 0;
  top: 2px;
}
.inner-ocp-instructor-area .ocp-instructor-widget ul li strong {
  font-weight: 700;
}
.inner-ocp-instructor-area .ocp-instructor-widget .default-btn {
  box-shadow: unset;
}
.inner-ocp-instructor-area .ocp-instructor-widget .default-btn::before {
  background: #FF6D00;
}
.inner-ocp-instructor-area .ocp-instructor-widget p {
  margin-bottom: 18px;
}
.inner-ocp-instructor-area .ocp-instructor-widget h4 {
  color: #262A37;
  font-size: 20px;
  margin-bottom: 4px;
}
.inner-ocp-instructor-area .ocp-instructor-widget span {
  color: #4A4F60;
  font-size: 16px;
  font-weight: 400;
}
.inner-ocp-instructor-area .ocp-instructor-shape2 {
  position: absolute;
  bottom: -200px;
  right: 150px;
}

.ocp-section-title {
  text-align: center;
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
.ocp-section-title .title {
  color: #FF6D00;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding-left: 70px;
  margin-bottom: 8px;
}
.ocp-section-title .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  background: #FF6D00;
}
.ocp-section-title h3 {
  color: #262A37;
  font-size: 36px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 0;
}

.ocp-section-widget {
  margin-bottom: 45px;
}
.ocp-section-widget .ocp-left-section-title {
  max-width: 875px;
  margin-bottom: 0;
}
.ocp-section-widget p {
  max-width: 315px;
  margin-left: auto;
}
.ocp-section-widget p a {
  color: #2962FF;
}

.ocp-pricing-card {
  border-radius: 20px;
  padding: 25px 30px;
  position: relative;
}
.ocp-pricing-card.style1 {
  background: linear-gradient(180deg, #F5F7FB 0%, #EAFAF9 100%);
}
.ocp-pricing-card.style2 {
  background: linear-gradient(180deg, #F5F7FB 0%, #DDFEC1 100%);
}
.ocp-pricing-card.style3 {
  background: linear-gradient(180deg, #F5F7FB 0%, #FDF1CA 100%);
}
.ocp-pricing-card h5 {
  color: #262A37;
  font-size: 20px;
  margin-bottom: 15px;
}
.ocp-pricing-card h2 {
  color: #262A37;
  font-size: 64px;
  font-weight: 600;
  margin-bottom: 5px;
}
.ocp-pricing-card h2 span {
  color: #4A4F60;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  top: -4px;
  left: -14px;
}
.ocp-pricing-card p {
  color: #4A4F60;
  margin-bottom: 15px;
}
.ocp-pricing-card p span {
  color: #FF6D00;
}
.ocp-pricing-card h6 {
  color: #262A37;
  font-size: 20px;
  margin-bottom: 25px;
}
.ocp-pricing-card ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}
.ocp-pricing-card ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 14px;
  color: #4A4F60;
}
.ocp-pricing-card ul li:last-child {
  margin-bottom: 0;
}
.ocp-pricing-card ul li i {
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 16px;
  color: rgb(46, 204, 113);
}
.ocp-pricing-card .icon {
  position: absolute;
  right: 30px;
  top: 30px;
}
.ocp-pricing-card .default-btn {
  width: 100%;
  text-align: center;
  box-shadow: unset;
}
.ocp-pricing-card .default-btn::before {
  background: #FF6D00;
}

.save-plan {
  margin-top: 40px;
  color: #262A37;
  font-size: 16px;
  font-weight: 700;
}
.save-plan span {
  color: #FF6D00;
}

.ocp-question-area {
  background: #F5F7FB;
}

.ocp-question-content {
  margin-bottom: -30px;
}
.ocp-question-content h3 {
  margin-bottom: 16px;
}
.ocp-question-content .widget {
  max-width: 350px;
  margin-bottom: 25px;
}
.ocp-question-content p a {
  color: #2962FF;
}

.ocp-question-accordion-widget .accordion-item {
  margin-bottom: 11px;
  border-radius: 10px;
  border: 1px solid #F0E9EE;
  background: var(--whiteColor);
}
.ocp-question-accordion-widget .accordion-item .accordion-button {
  background-color: transparent;
  box-shadow: unset;
  padding: 22px 20px 20px 30px;
  color: #262A37;
  font-size: 16px;
  font-weight: 700;
}
.ocp-question-accordion-widget .accordion-item .accordion-button::before {
  right: 15px;
  top: 18px;
  content: "\f1af";
  position: absolute;
  font-family: remixicon;
  color: var(--paragraphColor);
  font-size: 22px;
  font-weight: 500;
}
.ocp-question-accordion-widget .accordion-item .accordion-button.collapsed::before {
  content: "\ea12";
}
.ocp-question-accordion-widget .accordion-item .accordion-button::after {
  display: none;
}
.ocp-question-accordion-widget .accordion-item .accordion-body {
  padding: 0 30px 20px 30px;
}

.inner-ocp-download-widget {
  border-radius: 20px;
  position: relative;
  padding-left: 110px;
  background: linear-gradient(180deg, #195255 0%, #2D6669 25%, #417A7D 50%, #558E91 75%, #69A2A5 100%);
}
.inner-ocp-download-widget .ocp-download-content {
  max-width: 535px;
}
.inner-ocp-download-widget .ocp-download-content h3 {
  color: var(--whiteColor);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}
.inner-ocp-download-widget .ocp-download-content .store-btn {
  background: var(--whiteColor);
  display: flex;
  align-items: center;
  padding: 10px 18px;
  text-align: start;
  border-radius: 5px;
}
.inner-ocp-download-widget .ocp-download-content .store-btn.style2 {
  margin-left: 15px;
}
.inner-ocp-download-widget .ocp-download-content .store-btn .icon {
  flex-shrink: 0;
  margin-right: 12px;
}
.inner-ocp-download-widget .ocp-download-content .store-btn span {
  color: #000;
  font-size: 12px;
  margin-bottom: 1px;
  display: block;
}
.inner-ocp-download-widget .ocp-download-content .store-btn h6 {
  margin-bottom: 0;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.inner-ocp-download-widget .ocp-download-image {
  position: relative;
  right: -8px;
  padding-top: 40px;
}
.inner-ocp-download-widget .ocp-download-shape {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.ocp-blog-area .ocp-left-section-title {
  max-width: 985px;
}

.ocp-blog-card {
  border-radius: 20px;
  background: #F5F7FB;
  padding-top: 30px;
  padding-bottom: 22px;
  padding-left: 30px;
  padding-right: 30px;
}
.ocp-blog-card .date {
  background: #262A37;
  padding: 27px 12px;
  text-align: center;
  line-height: 24px;
  width: 88px;
  height: 100px;
  flex-shrink: 0;
  margin-right: 25px;
  border-radius: 5px;
}
.ocp-blog-card .date span {
  color: var(--whiteColor);
  font-size: 14px;
}
.ocp-blog-card .date span strong {
  color: var(--whiteColor);
  font-size: 24px;
  font-weight: 600;
}
.ocp-blog-card h3 {
  color: #262A37;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 12px;
  margin-top: 20px;
}
.ocp-blog-card h3 a {
  transition: var(--transition);
}
.ocp-blog-card h3 a:hover {
  text-decoration: underline;
}
.ocp-blog-card ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.ocp-blog-card ul li {
  display: inline-block;
  margin-right: 22px;
  padding-left: 22px;
  position: relative;
}
.ocp-blog-card ul li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: rgb(255, 109, 0);
}
.ocp-blog-card ul li:last-child {
  margin-right: 20px;
}
.ocp-blog-card ul li:first-child {
  padding-left: 0;
}

.ocp-footer-area {
  background: radial-gradient(69.66% 69.66% at 50% 30.34%, #FFF 0%, #DEECEC 100%);
}
.ocp-footer-area .ocp-footer-widget h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #262A37;
}
.ocp-footer-area .ocp-footer-widget .contact-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.ocp-footer-area .ocp-footer-widget .contact-list li {
  margin-bottom: 14px;
}
.ocp-footer-area .ocp-footer-widget .contact-list li:last-child {
  margin-bottom: 0;
}
.ocp-footer-area .ocp-footer-widget .contact-list li h6 {
  color: #4A4F60;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}
.ocp-footer-area .ocp-footer-widget .contact-list li a {
  color: #2962FF;
  font-size: 14px;
  font-weight: 500;
}
.ocp-footer-area .ocp-footer-widget .contact-list li a:hover {
  color: var(--mainColor);
}
.ocp-footer-area .ocp-footer-widget .links-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.ocp-footer-area .ocp-footer-widget .links-list li {
  margin-bottom: 10px;
}
.ocp-footer-area .ocp-footer-widget .links-list li:last-child {
  margin-bottom: 0;
}
.ocp-footer-area .ocp-footer-widget .links-list li a {
  color: #4A4F60;
}
.ocp-footer-area .ocp-footer-widget .links-list li a:hover {
  color: var(--mainColor);
}
.ocp-footer-area .ocp-footer-big-widget {
  padding-left: 130px;
}
.ocp-footer-area .ocp-footer-subscribe {
  padding: 27px 0;
  margin-top: 50px;
  border-top: solid 1px rgb(192, 206, 206);
  border-bottom: solid 1px rgb(192, 206, 206);
}
.ocp-footer-area .ocp-footer-subscribe h3 {
  color: #262A37;
  font-size: 20px;
  margin-bottom: 0;
}
.ocp-footer-area .ocp-footer-subscribe .input-widget {
  flex-shrink: 0;
  position: relative;
}
.ocp-footer-area .ocp-footer-subscribe .input-widget .form-control {
  height: 56px;
}
.ocp-footer-area .ocp-footer-subscribe .input-widget .default-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  height: 44px;
  padding: 11px 28px !important;
}
.ocp-footer-area .ocp-footer-subscribe .input-widget .default-btn::before {
  background: rgb(41, 98, 255);
}
.ocp-footer-area .ocp-copy-widget {
  text-align: center;
  padding: 37px 0;
}
.ocp-footer-area .ocp-copy-widget p {
  color: #4A4F60;
}
.ocp-footer-area .ocp-copy-widget p a {
  color: #FF6D00;
}

.ocp-footer-widget1 {
  max-width: 535px;
  border-radius: 20px;
  background: #DEECEC;
  padding: 52px 48px 50px 48px;
}
.ocp-footer-widget1 .footer-logo {
  margin-bottom: 20px;
  display: block;
}
.ocp-footer-widget1 p {
  margin-bottom: 30px;
}
.ocp-footer-widget1 .social-links {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.ocp-footer-widget1 .social-links li {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}
.ocp-footer-widget1 .social-links li:last-child {
  margin-right: 0;
}
.ocp-footer-widget1 .social-links li:first-child {
  margin-left: 0;
}
.ocp-footer-widget1 .social-links li a {
  width: 34px;
  height: 34px;
  background: rgb(255, 255, 255);
  color: rgb(38, 42, 55);
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  line-height: 35px;
  border-radius: 50%;
  font-size: 16px;
}
.ocp-footer-widget1 .social-links li a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 50%;
  transition: var(--transition);
  top: 0;
  bottom: 0;
  z-index: -1;
  background: var(--gradientColor);
  opacity: 0;
  visibility: hidden;
}
.ocp-footer-widget1 .social-links li a:hover {
  color: var(--whiteColor);
}
.ocp-footer-widget1 .social-links li a:hover::before {
  opacity: 1;
  visibility: visible;
}

.ocp-testimonial-area {
  overflow: hidden;
}
.ocp-testimonial-area .swiper-card-shadow {
  display: none;
}
.ocp-testimonial-area .ocp-testimonial-slider {
  max-width: 535px;
  position: relative;
}
.ocp-testimonial-area .ocp-testimonial-slider .swiper-slide-shadow {
  background: transparent;
}
.ocp-testimonial-area .ocp-testimonial-slider .swiper-slide {
  border-radius: 20px;
  opacity: 1;
}
.ocp-testimonial-area .ocp-testimonial-slider .swiper-slide:nth-child(1n) .ocp-testimonial-widget {
  background: linear-gradient(180deg, #F5F7FB 0%, #EAFAF9 100%);
}
.ocp-testimonial-area .ocp-testimonial-slider .swiper-slide:nth-child(2n) .ocp-testimonial-widget {
  background: linear-gradient(180deg, #F5F7FB 0%, #DDFEC1 100%);
}
.ocp-testimonial-area .ocp-testimonial-slider .swiper-slide:nth-child(3n) .ocp-testimonial-widget {
  background: linear-gradient(180deg, #F5F7FB 0%, #FDF1CA 100%);
}
.ocp-testimonial-area .ocp-testimonial-slider .swiper-btn {
  position: relative;
  left: 25px;
  top: -10px;
}
.ocp-testimonial-area .ocp-testimonial-slider .swiper-btn .swiper-button-next {
  right: 5px;
}
.ocp-testimonial-area .ocp-testimonial-slider .swiper-btn .swiper-button-next::before {
  content: "\ea60";
}
.ocp-testimonial-area .ocp-testimonial-slider .swiper-btn .swiper-button-prev {
  left: 5px;
}
.ocp-testimonial-area .ocp-testimonial-slider .swiper-btn .swiper-button-prev::before {
  content: "\ea6c";
}
.ocp-testimonial-area .ocp-testimonial-slider .swiper-btn .swiper-button-prev, .ocp-testimonial-area .ocp-testimonial-slider .swiper-btn .swiper-button-next {
  color: rgb(38, 42, 55) !important;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  margin-top: -90px;
}
.ocp-testimonial-area .ocp-testimonial-slider .swiper-btn .swiper-button-prev::before, .ocp-testimonial-area .ocp-testimonial-slider .swiper-btn .swiper-button-next::before {
  position: absolute;
  left: 0;
  z-index: -1;
  background: var(--whiteColor) !important;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  border: solid 1px #F0E9EE;
  justify-content: center;
  font-family: remixicon !important;
  border-radius: 50%;
}
.ocp-testimonial-area .ocp-testimonial-slider .swiper-btn .swiper-button-prev::after, .ocp-testimonial-area .ocp-testimonial-slider .swiper-btn .swiper-button-next::after {
  display: none;
}
.ocp-testimonial-area .ocp-testimonial-content {
  max-width: 535px;
}
.ocp-testimonial-area .ocp-testimonial-content .ocp-left-section-title {
  margin-bottom: 20px;
}
.ocp-testimonial-area .ocp-testimonial-content .image {
  text-align: end;
}
.ocp-testimonial-area .ocp-testimonial-content .trust-review {
  margin-top: -117px;
}
.ocp-testimonial-area .ocp-testimonial-content .trust-review p {
  color: #262A37;
  font-size: 16px;
  margin-top: 8px;
}
.ocp-testimonial-area .ocp-testimonial-content .trust-review p span {
  color: #36CC72;
  font-weight: 400;
}

.ocp-testimonial-widget {
  border-radius: 20px;
  max-width: 535px;
  border: 1px solid #262A37;
  padding: 40px 30px 0 30px;
}
.ocp-testimonial-widget .icon {
  margin-bottom: 45px;
}
.ocp-testimonial-widget p {
  color: #262A37;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
}
.ocp-testimonial-widget h5 {
  color: #262A37;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.ocp-testimonial-widget span {
  color: #262A37;
  font-size: 16px;
  display: block;
}
.ocp-testimonial-widget .image {
  text-align: end;
  margin-top: -50px;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
  .container-fluid.ocp-container-fluid {
    max-width: 540px;
  }
  .ocp-navbar {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .ocp-navbar.is-sticky {
    border-bottom: none;
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .ocp-navbar .kiedo-responsive-nav .others-option {
    top: -4px;
  }
  .ocp-navbar .kiedo-responsive-nav .mean-container a.meanmenu-reveal {
    top: -8px;
  }
  .ocp-btn {
    padding: 10px 20px !important;
  }
  .ocp-banner-area {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .ocp-banner-content {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 25px;
  }
  .ocp-banner-content h1 {
    font-size: 26px;
    margin-bottom: 16px;
    line-height: normal;
  }
  .ocp-banner-content h1 img {
    width: 40px;
    height: 40px;
    margin-right: 0;
  }
  .ocp-banner-content .social-links {
    position: relative;
    left: 0;
    top: 0;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    transform: none;
    margin-bottom: 20px;
  }
  .ocp-banner-content .social-links li span {
    padding-left: 0;
  }
  .ocp-banner-content .default-btn {
    margin-bottom: 20px;
  }
  .ocp-banner-content .user-list li span {
    padding-left: 0;
  }
  .ocp-banner-image P {
    font-size: 14px;
  }
  .inner-ocp-fun-fact-area {
    padding: 25px 20px;
    margin-top: 60px;
  }
  .inner-ocp-fun-fact-area .col-lg-3:nth-child(2) .ocp-fun-fact-widget {
    margin-left: 0;
  }
  .inner-ocp-fun-fact-area .col-lg-3:nth-child(3) .ocp-fun-fact-widget {
    margin-left: 0;
  }
  .inner-ocp-fun-fact-area .col-lg-3:nth-child(4) .ocp-fun-fact-widget {
    margin-left: 0;
  }
  .inner-ocp-fun-fact-area .ocp-fun-fact-widget::before {
    display: none;
  }
  .inner-ocp-fun-fact-area .ocp-fun-fact-widget h2 {
    font-size: 28px;
    margin-bottom: 0;
  }
  .ocp-about-image {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .ocp-about-content h3 {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .ocp-about-content ul {
    padding-left: 0;
  }
  .inner-ocp-goals-widget h1 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 21px;
  }
  .inner-ocp-goals-widget .ocp-goals-widget {
    padding: 30px 20px 0 20px;
  }
  .inner-ocp-goals-widget .ocp-goals-widget ul li {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .inner-ocp-goals-widget .ocp-goals-widget .small-image {
    display: none;
  }
  .ocp-categories-area {
    padding-top: 0 !important;
  }
  .ocp-categories-area .ocp-course-nav {
    margin-bottom: 30px;
  }
  .ocp-categories-area .ocp-course-nav .image {
    display: none;
  }
  .ocp-categories-area .course-categories-big-widget {
    margin-left: 0;
  }
  .ocp-left-section-title {
    margin-bottom: 15px;
  }
  .ocp-left-section-title h3 {
    font-size: 22px;
  }
  .ocp-course-card .content {
    padding-left: 18px;
    padding-right: 16px;
    padding-bottom: 24px;
    padding-top: 12px;
  }
  .ocp-course-card .content ul {
    margin-bottom: 16px;
  }
  .ocp-course-card .image .price {
    left: 20px;
  }
  .ocp-works-area {
    padding-bottom: 60px;
  }
  .ocp-works-area .unlock-p {
    font-size: 14px;
    margin-top: 20px;
  }
  .ocp-section-title {
    margin-bottom: 20px;
  }
  .ocp-section-title h3 {
    font-size: 22px;
  }
  .inner-ocp-instructor-area .ocp-instructor-widget {
    margin-bottom: 20px;
  }
  .inner-ocp-instructor-area .ocp-instructor-image {
    margin-bottom: 20px;
  }
  .ocp-section-widget {
    display: block !important;
  }
  .ocp-section-widget .ocp-left-section-title {
    margin-bottom: 20px;
  }
  .ocp-pricing-card h2 {
    font-size: 42px;
  }
  .ocp-pricing-card h2 span {
    top: -4px;
    left: 2px;
  }
  .ocp-pricing-card .icon {
    width: 40px;
  }
  .save-plan {
    margin-top: 18px;
  }
  .ocp-question-accordion-widget .accordion-item .accordion-button {
    padding: 16px 18px;
    font-size: 15px;
  }
  .ocp-question-accordion-widget .accordion-item .accordion-body {
    padding: 0px 18px 15px 18px;
  }
  .inner-ocp-download-widget {
    padding-left: 0;
  }
  .inner-ocp-download-widget .ocp-download-content {
    padding: 35px 12px 25px 12px;
  }
  .inner-ocp-download-widget .ocp-download-content h3 {
    font-size: 22px;
  }
  .inner-ocp-download-widget .ocp-download-content .download-btn-widget {
    display: block !important;
  }
  .inner-ocp-download-widget .ocp-download-content .download-btn-widget .store-btn {
    display: inline-flex;
  }
  .inner-ocp-download-widget .ocp-download-content .download-btn-widget .store-btn.style2 {
    margin-left: 0;
    margin-top: 12px;
  }
  .inner-ocp-download-widget .ocp-download-image {
    right: 0;
    padding-top: 0;
  }
  .ocp-blog-card {
    padding: 25px 20px;
  }
  .ocp-blog-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .ocp-footer-widget1 {
    padding: 25px 20px;
  }
  .ocp-footer-area .ocp-footer-big-widget {
    padding-left: 0;
  }
  .ocp-footer-area .ocp-footer-widget h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .ocp-footer-area .ocp-footer-subscribe h3 {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .ocp-banner-area {
    overflow: hidden;
  }
  .ocp-fun-fact-area {
    overflow: hidden;
  }
  .ocp-about-area {
    overflow: hidden;
  }
  .ocp-goals-area {
    overflow: hidden;
  }
  .ocp-categories-area {
    overflow: hidden;
  }
  .ocp-works-area {
    overflow: hidden;
  }
  .ocp-instructor-area {
    overflow: hidden;
  }
  .ocp-pricing-area {
    overflow: hidden;
  }
  .ocp-question-area {
    overflow: hidden;
  }
  .ocp-download-area {
    overflow: hidden;
  }
}
/* Min width 576px to Max width 767px */
/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-fluid.ocp-container-fluid {
    max-width: 720px;
  }
  .ocp-navbar {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .ocp-navbar.is-sticky {
    border-bottom: none;
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .ocp-navbar .kiedo-responsive-nav .others-option {
    top: -8px;
  }
  .ocp-navbar .kiedo-responsive-nav .mean-container a.meanmenu-reveal {
    top: -8px;
  }
  .ocp-btn {
    padding: 10px 20px !important;
  }
  .ocp-banner-area {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .ocp-banner-content {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 25px;
  }
  .ocp-banner-content h1 {
    font-size: 46px;
    margin-bottom: 16px;
    line-height: normal;
  }
  .ocp-banner-content h1 img {
    width: 60px;
    height: 60px;
    margin-right: 0;
  }
  .ocp-banner-content .social-links {
    position: relative;
    left: 0;
    top: 0;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    transform: none;
    margin-bottom: 20px;
  }
  .ocp-banner-content .social-links li span {
    padding-left: 0;
  }
  .ocp-banner-content .default-btn {
    margin-bottom: 20px;
  }
  .ocp-banner-content .user-list li span {
    padding-left: 0;
  }
  .ocp-banner-image P {
    font-size: 14px;
  }
  .inner-ocp-fun-fact-area {
    padding: 55px 40px;
    margin-top: 60px;
  }
  .inner-ocp-fun-fact-area .col-lg-3:nth-child(2) .ocp-fun-fact-widget {
    margin-left: 0;
  }
  .inner-ocp-fun-fact-area .col-lg-3:nth-child(3) .ocp-fun-fact-widget {
    margin-left: 0;
  }
  .inner-ocp-fun-fact-area .col-lg-3:nth-child(4) .ocp-fun-fact-widget {
    margin-left: 0;
  }
  .inner-ocp-fun-fact-area .ocp-fun-fact-widget::before {
    display: none;
  }
  .inner-ocp-fun-fact-area .ocp-fun-fact-widget h2 {
    font-size: 28px;
    margin-bottom: 0;
  }
  .ocp-about-image {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .ocp-about-content h3 {
    font-size: 38px;
    margin-bottom: 25px;
  }
  .ocp-about-content ul {
    padding-left: 0;
  }
  .inner-ocp-goals-widget h1 {
    font-size: 38px;
    margin-top: 0;
    margin-bottom: 21px;
  }
  .inner-ocp-goals-widget .ocp-goals-widget {
    padding: 30px 20px 0 20px;
  }
  .inner-ocp-goals-widget .ocp-goals-widget ul li {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .inner-ocp-goals-widget .ocp-goals-widget .small-image {
    display: none;
  }
  .ocp-categories-area {
    padding-top: 0 !important;
  }
  .ocp-course-nav {
    position: sticky !important;
    top: 100px;
  }
  .ocp-categories-area .ocp-course-nav {
    margin-bottom: 30px;
  }
  .ocp-categories-area .ocp-course-nav .image {
    display: none;
  }
  .ocp-categories-area .course-categories-big-widget {
    margin-left: 0;
  }
  .ocp-left-section-title {
    margin-bottom: 15px;
  }
  .ocp-left-section-title h3 {
    font-size: 38px;
  }
  .ocp-course-card .content {
    padding-left: 18px;
    padding-right: 16px;
    padding-bottom: 24px;
    padding-top: 12px;
  }
  .ocp-course-card .content ul {
    margin-bottom: 16px;
  }
  .ocp-course-card .image .price {
    left: 20px;
  }
  .ocp-works-area {
    padding-bottom: 60px;
  }
  .ocp-works-area .unlock-p {
    font-size: 14px;
    margin-top: 20px;
  }
  .ocp-section-title {
    margin-bottom: 20px;
  }
  .ocp-section-title h3 {
    font-size: 38px;
  }
  .inner-ocp-instructor-area {
    padding: 50px;
  }
  .inner-ocp-instructor-area .ocp-instructor-widget {
    margin-bottom: 20px;
  }
  .inner-ocp-instructor-area .ocp-instructor-image {
    margin-bottom: 20px;
  }
  .ocp-section-widget {
    display: block !important;
  }
  .ocp-section-widget .ocp-left-section-title {
    margin-bottom: 20px;
  }
  .ocp-pricing-card h2 {
    font-size: 42px;
  }
  .ocp-pricing-card h2 span {
    top: -4px;
    left: 2px;
  }
  .ocp-pricing-card .icon {
    width: 40px;
  }
  .save-plan {
    margin-top: 18px;
  }
  .inner-ocp-download-widget {
    padding-left: 0;
  }
  .inner-ocp-download-widget .ocp-download-content {
    padding: 55px 32px 35px 32px;
  }
  .inner-ocp-download-widget .ocp-download-content h3 {
    font-size: 32px;
  }
  .inner-ocp-download-widget .ocp-download-content .download-btn-widget {
    display: block !important;
  }
  .inner-ocp-download-widget .ocp-download-content .download-btn-widget .store-btn {
    display: inline-flex;
  }
  .inner-ocp-download-widget .ocp-download-content .download-btn-widget .store-btn.style2 {
    margin-left: 0;
    margin-top: 12px;
  }
  .inner-ocp-download-widget .ocp-download-image {
    right: 0;
    padding-top: 0;
  }
  .ocp-blog-card {
    padding: 25px 20px;
  }
  .ocp-blog-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .ocp-footer-widget1 {
    padding: 25px 20px;
  }
  .ocp-footer-area .ocp-footer-big-widget {
    padding-left: 0;
  }
  .ocp-footer-area .ocp-footer-widget h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .ocp-footer-area .ocp-footer-subscribe h3 {
    font-size: 30px;
    margin-bottom: 18px;
  }
  .ocp-banner-area {
    overflow: hidden;
  }
  .ocp-fun-fact-area {
    overflow: hidden;
  }
  .ocp-about-area {
    overflow: hidden;
  }
  .ocp-goals-area {
    overflow: hidden;
  }
  .ocp-categories-area {
    overflow: hidden;
  }
  .ocp-works-area {
    overflow: hidden;
  }
  .ocp-instructor-area {
    overflow: hidden;
  }
  .ocp-pricing-area {
    overflow: hidden;
  }
  .ocp-question-area {
    overflow: hidden;
  }
  .ocp-download-area {
    overflow: hidden;
  }
  .ocp-categories-area .ocp-course-nav {
    width: 280px;
  }
}
/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container-fluid.ocp-container-fluid {
    max-width: 960px;
  }
  .ocp-banner-content {
    padding-top: 50px;
    padding-left: 80px;
    padding-right: 10px;
  }
  .ocp-banner-content h1 {
    font-size: 55px;
    margin-bottom: 20px;
    line-height: normal;
  }
  .ocp-banner-content h1 img {
    width: 80px;
    height: 80px;
    position: relative;
    top: -5px;
    border-radius: 50%;
    margin-right: -10px;
  }
  .inner-ocp-fun-fact-area {
    padding: 55px 40px;
    margin-top: 60px;
  }
  .inner-ocp-fun-fact-area .col-lg-3:nth-child(2) .ocp-fun-fact-widget {
    margin-left: 0;
  }
  .inner-ocp-fun-fact-area .col-lg-3:nth-child(3) .ocp-fun-fact-widget {
    margin-left: 0;
  }
  .inner-ocp-fun-fact-area .col-lg-3:nth-child(4) .ocp-fun-fact-widget {
    margin-left: 0;
  }
  .inner-ocp-fun-fact-area .ocp-fun-fact-widget::before {
    display: none;
  }
  .ocp-about-image {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .ocp-about-content h3 {
    font-size: 38px;
    margin-bottom: 25px;
  }
  .ocp-about-content ul {
    padding-left: 0;
  }
  .inner-ocp-goals-widget h1 {
    font-size: 38px;
    margin-top: 0;
    margin-bottom: 21px;
  }
  .inner-ocp-goals-widget .ocp-goals-widget {
    padding: 30px 20px 0 20px;
  }
  .inner-ocp-goals-widget .ocp-goals-widget ul li {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .inner-ocp-goals-widget .ocp-goals-widget .small-image {
    display: none;
  }
  .ocp-categories-area {
    padding-top: 0 !important;
  }
  .ocp-course-nav {
    position: sticky !important;
    top: 100px;
  }
  .ocp-categories-area .ocp-course-nav {
    margin-bottom: 30px;
  }
  .ocp-categories-area .ocp-course-nav .image {
    display: none;
  }
  .ocp-categories-area .course-categories-big-widget {
    margin-left: 0;
  }
  .ocp-left-section-title {
    margin-bottom: 15px;
  }
  .ocp-left-section-title h3 {
    font-size: 38px;
  }
  .ocp-course-card .content {
    padding-left: 18px;
    padding-right: 16px;
    padding-bottom: 24px;
    padding-top: 12px;
  }
  .ocp-course-card .content ul {
    margin-bottom: 16px;
  }
  .ocp-course-card .image .price {
    left: 20px;
  }
  .ocp-works-area {
    padding-bottom: 60px;
  }
  .ocp-works-area .unlock-p {
    font-size: 14px;
    margin-top: 20px;
  }
  .ocp-section-title {
    margin-bottom: 20px;
  }
  .ocp-section-title h3 {
    font-size: 38px;
  }
  .inner-ocp-instructor-area {
    padding: 50px;
  }
  .inner-ocp-instructor-area .ocp-instructor-widget {
    margin-bottom: 20px;
  }
  .inner-ocp-instructor-area .ocp-instructor-image {
    margin-bottom: 20px;
  }
  .ocp-section-widget {
    display: block !important;
  }
  .ocp-section-widget .ocp-left-section-title {
    margin-bottom: 20px;
  }
  .ocp-pricing-card h2 {
    font-size: 42px;
  }
  .ocp-pricing-card h2 span {
    top: -4px;
    left: 2px;
  }
  .ocp-pricing-card .icon {
    width: 40px;
  }
  .save-plan {
    margin-top: 18px;
  }
  .inner-ocp-download-widget {
    padding-left: 0;
  }
  .inner-ocp-download-widget .ocp-download-content {
    padding: 55px 32px 35px 32px;
  }
  .inner-ocp-download-widget .ocp-download-content h3 {
    font-size: 32px;
  }
  .inner-ocp-download-widget .ocp-download-content .download-btn-widget {
    display: block !important;
  }
  .inner-ocp-download-widget .ocp-download-content .download-btn-widget .store-btn {
    display: inline-flex;
  }
  .inner-ocp-download-widget .ocp-download-content .download-btn-widget .store-btn.style2 {
    margin-left: 0;
    margin-top: 12px;
  }
  .inner-ocp-download-widget .ocp-download-image {
    right: 0;
    padding-top: 0;
  }
  .ocp-blog-card {
    padding: 25px 20px;
  }
  .ocp-blog-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .ocp-footer-widget1 {
    padding: 25px 20px;
  }
  .ocp-footer-area .ocp-footer-big-widget {
    padding-left: 0;
  }
  .ocp-footer-area .ocp-footer-widget h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .ocp-footer-area .ocp-footer-subscribe h3 {
    font-size: 30px;
    margin-bottom: 18px;
  }
  .ocp-categories-area .ocp-course-nav {
    width: 300px;
  }
}
/* Min width 1200px to Max width 1399px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .container-fluid.ocp-container-fluid {
    max-width: 1140px;
  }
  .inner-ocp-fun-fact-area {
    padding: 55px 40px;
    margin-top: 60px;
  }
  .inner-ocp-fun-fact-area .col-lg-3:nth-child(2) .ocp-fun-fact-widget {
    margin-left: 0;
  }
  .inner-ocp-fun-fact-area .col-lg-3:nth-child(3) .ocp-fun-fact-widget {
    margin-left: 0;
  }
  .inner-ocp-fun-fact-area .col-lg-3:nth-child(4) .ocp-fun-fact-widget {
    margin-left: 0;
  }
  .inner-ocp-fun-fact-area .ocp-fun-fact-widget::before {
    display: none;
  }
  .ocp-banner-content {
    padding-top: 50px;
    padding-left: 70px;
    padding-right: 0;
  }
  .ocp-banner-content h1 {
    font-size: 79px;
    line-height: normal;
  }
}
/* Min width 1400px */
@media only screen and (min-width: 1400px) and (max-width: 1899px) {
  .container-fluid.ocp-container-fluid {
    max-width: 1320px;
  }
  .inner-ocp-fun-fact-area .col-lg-3:nth-child(4) .ocp-fun-fact-widget {
    margin-left: 135px;
  }
  .ocp-banner-area .ocp-banner-shape1 {
    display: none;
  }
  .ocp-banner-content h1 {
    font-size: 78px;
  }
}/*# sourceMappingURL=home-fourteen.css.map */