/* ========


Site Name: Vision Language

===========*/

/* =========
--- CSS INDEX ---
1.Fonts CSS
2.Common CSS
3.Loader CSS
4.Header CSS
5.Banner CSS
6.Course Category CSS
7.About Us CSS
8.Partner Logo CSS
9.Online Courses CSS
10.Event CSS
11.Pricing CSS
12.Cor Feature CSS
13.Instructor CSS
14.Testimonial CSS
15.Blog CSS
16.Cta CSS
17.Footer CSS
18.Scroll To Top CSS
19.Bubbles Animation CSS
20.About Us Page CSS
21.Courses Page CSS
22.Course Detail Page CSS
23.Instructor Page CSS
24.Instructor Detail Page CSS
25.FAQ Page CSS
26.Pricing Page CSS
27.Blog-List Page CSS
28.Blog Detail Page CSS
29.Contact Us Page CSS
30.Responsive CSS
============*/

/*==========Fonts CSS Start==========*/
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfonte0a5.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfonte0a5.woff2?v=4.3.0") format("woff2"),
    url("../fonts/fontawesome-webfonte0a5.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfonte0a5.ttf?v=4.3.0") format("truetype"),
    url("../fonts/fontawesome-webfonte0a5.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*==========Fonts CSS End==========*/

/*==========Common CSS Start==========*/
body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden !important;
  font-size: 15px;
  line-height: 24px;
  color: #050d36;
}

html,
body {
  scroll-behavior: smooth;
}
b,
strong {
  font-weight: bold;
}
/*==Scrollbar==*/

::-webkit-scrollbar {
  width: 5px;
}

::-moz-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: #bfbfbf;
}

::-moz-scrollbar-track {
  background-color: #bfbfbf;
}

::-webkit-scrollbar-thumb {
  background: #ff5219;
  border-radius: 10px;
}

::-moz-scrollbar-thumb {
  background: #ff5219;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #0060ff;
}

::-moz-scrollbar-thumb:hover {
  background: #0060ff;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #ff5219;
}

input,
input:focus,
input:hover,
button,
button:hover,
button:focus {
  outline: none;
}

section {
  overflow: hidden;
}

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

p {
  font-size: 15px;
  line-height: 24px;
  color: #444;
  font-weight: normal;
  margin-bottom: 12px;
}
p.lead {
  font-weight: 400;
}
p.lead b {
  font-weight: 600;
}

.h1-title {
  font-family: "Jost", sans-serif;
  font-size: 57px;
  color: #050d36;
  font-weight: 900;
  line-height: 90px;
}

.h2-title {
  font-family: "Jost", sans-serif;
  font-size: 35px;
  color: #050d36;
  line-height: 45px;
  font-weight: 800;
  padding-bottom: 15px;
}

.h3-title {
  font-family: "Jost", sans-serif;
  font-size: 25px;
  color: #050d36;
  line-height: 35px;
  font-weight: 700;
}
.h3-title span {
  color: #ff5219;
}
.h2-subtitle {
  position: relative;
  font-family: "Jost", sans-serif;
  font-size: 26px;
  color: #ff5219;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  display: inline-block;
}
.h4-title {
  font-family: "Jost", sans-serif;
  font-size: 38px;
  color: #050d36;
  line-height: 48px;
  font-weight: 700;
}
p.leads {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.4px;
}
p.leads a {
  font-weight: bold;
}
.container {
  position: relative;
  z-index: 5;
}
/*
.sec-btn {
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff !important;
    height: 60px;
    background-color: #ff5219;
    display: inline-block;
    padding: 18px 26px;
    border-radius: 8px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    position: relative;
    z-index: 1;
}

.sec-btn:hover {
    box-shadow: 0px 10px 24px 0px rgb(5,13,54,0.2)
}

.sec-btn::before {
    content: "";
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 8px;
    background-color: #050d36;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    z-index: -1;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.sec-btn:hover::before {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    right: 0px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
*/
.sec-btn {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff !important;
  height: 60px;
  background-color: #1d2468;
  display: inline-block;
  padding: 18px 26px;
  border-radius: 11px;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
  position: relative;
  z-index: 1;
  border: 2px solid #ff5219;
}

.sec-btn:hover {
  box-shadow: 0px 10px 24px 0px rgb(5, 13, 54, 0.2);
}

.sec-btn::before {
  content: "";
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 8px;
  background-color: #ff5219;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  z-index: -1;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.sec-btn:hover::before {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  right: 0px;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before,
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  display: none;
}

.slick-dots {
  bottom: -50px;
  font-size: 0;
  line-height: 1;
}

.slick-dots li {
  width: auto;
  height: auto;
  margin: 0 6px;
}

.slick-dots li button {
  width: 8px;
  height: 8px;
  background: #d7d7d7;
  border-radius: 100%;
  transition: 0.3s;
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
  background: #ff5219;
}

.form-box {
  display: block;
  position: relative;
  line-height: 1;
  margin-bottom: 20px;
}

.form-input {
  width: 100%;
  height: 55px;
  background: #ffffff;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 28px;
  color: #131830;
  border: none;
  outline: none;
  padding: 10px 30px;
  border-radius: 27px;
  box-shadow: none;
}

label.error {
  position: absolute;
  background: #ff5219;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  padding: 5px;
  right: 2px;
  border-radius: 0 0 24px 0;
  bottom: 0;
  padding-right: 13px;
  z-index: 1;
}
.form-box.valid:before,
.iti.valid:before {
  position: absolute;
  background: #ff5219;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 20px;
  text-align: center;
  right: 10px;
  top: 9px;
  z-index: 1;
}
label.error:empty {
  display: none !important;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 12px;
  border-radius: 24px 0 0 24px;
}
.iti.iti--allow-dropdown {
  width: 100%;
}
.toggle-button {
  position: fixed;
  top: 13px;
  right: 7px;
  width: 45px;
  height: 45px;
  padding: 0 8px;
  background-color: #ff5219;
  border-radius: 0px;
  text-align: center;
  border: none;
  outline: none;
  display: none;
  z-index: 110;
}

.toggle-button span {
  width: 30px;
  height: 2px;
  background: #ffffff;
  display: block;
  margin: 0 auto 6px auto;
  position: relative;
  top: 0;
  opacity: 1;
  float: right;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
.btn-call {
  position: fixed;
  right: 60px;
  background: #ff5219;
  color: #fff !important;
  font-size: 22px;
  border-radius: 0;
  height: 45px;
  width: 45px;
  top: 13px;
}

.toggle-button .toggle-width {
  width: 25px;
}

.toggle-button span:last-child {
  margin-bottom: 0;
}

.toggle-menu .toggle-button {
  background-color: #0060ff;
}

.toggle-menu .toggle-button span {
  background-color: #ffffff;
}

.toggle-menu .toggle-button span:nth-child(1) {
  transform: rotate(45deg);
  position: relative;
  top: 9px;
}

.toggle-menu .toggle-button span:nth-child(2) {
  opacity: 0;
}

.toggle-menu .toggle-button span:nth-child(3) {
  transform: rotate(-45deg);
  position: relative;
  top: -9px;
}

.black-shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000000;
  opacity: 0.5;
  z-index: 90;
  display: none;
}

.main-banner-in {
  position: relative;
  background-color: #fbfaff;
  padding-top: 262px;
  padding-bottom: 154px;
  text-align: center;
}

.main-banner-in::before {
  content: "";
  position: absolute;
  width: 900px;
  height: 900px;
  border-radius: 100%;
  top: -110px;
  left: -370px;
  opacity: 0.5;
  background: radial-gradient(ellipse at center, rgba(0, 95, 252, 0.6) 0%, rgba(0, 95, 252, 0.6) 0%, rgba(0, 95, 252, 0) 68%, rgba(0, 95, 252, 0) 100%);
  -webkit-background: radial-gradient(ellipse at center, rgba(0, 95, 252, 0.6) 0%, rgba(0, 95, 252, 0.6) 0%, rgba(0, 95, 252, 0) 68%, rgba(0, 95, 252, 0) 100%);
  z-index: 0;
}

.main-banner-in::after {
  content: "";
  position: absolute;
  width: 900px;
  height: 900px;
  border-radius: 100%;
  top: 37px;
  right: -390px;
  opacity: 0.5;
  background: radial-gradient(ellipse at center, rgba(255, 82, 25, 0.6) 0%, rgba(255, 82, 25, 0.6) 0%, rgba(255, 82, 25, 0) 68%, rgba(255, 82, 25, 0) 100%);
  -webkit-background: radial-gradient(ellipse at center, rgba(255, 82, 25, 0.6) 0%, rgba(255, 82, 25, 0.6) 0%, rgba(255, 82, 25, 0) 68%, rgba(255, 82, 25, 0) 100%);
  z-index: 0;
}

.main-banner-in .shape-2 {
  position: absolute;
  top: 380px;
  left: 325px;
}

.main-banner-in .shape-4 {
  position: absolute;
  top: 430px;
  right: 516px;
}

.main-banner-in .h1-title {
  text-align: center;
}

.main-banner-breadcrum {
  text-align: center;
  margin-top: -30px;
}

.banner-breadcrum {
  background-color: #0060ff;
  display: inline-block;
  text-align: center;
  padding: 15px 30px;
  border-radius: 8px;
  justify-content: center;
}

.banner-breadcrum ul {
  text-decoration: none;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-breadcrum ul li {
  color: #ffffff;
  margin-left: 10px;
}

.banner-breadcrum ul li a {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
}

.banner-breadcrum ul li i {
  font-size: 18px;
}

.banner-breadcrum ul li:first-child {
  margin-left: 0;
}
.sticky-parent {
  height: 100%;
}

/*==========Common CSS End==========*/

/*==========Loader CSS Start==========*/
.loader-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #050d36;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.loader,
.loader__figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loader {
  overflow: visible;
  padding-top: 20px;
  height: 0;
  width: 50px;
}

.loader__figure {
  height: 0;
  width: 0;
  box-sizing: border-box;
  border: 0 solid #ff5219;
  border-radius: 50%;
  -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.loader__label {
  position: absolute;
  left: 50%;
  bottom: -50px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 18px;
  font-family: "Jost", sans-serif;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: 0.1em;
  color: #ffffff;
  white-space: nowrap;
  -webkit-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #ff5219;
  }
  29% {
    background-color: #ff5219;
  }
  30% {
    height: 50px;
    width: 50px;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 50px;
    width: 50px;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@-moz-keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #ff5219;
  }
  29% {
    background-color: #ff5219;
  }
  30% {
    height: 50px;
    width: 50px;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 50px;
    width: 50px;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@keyframes loader-figure {
  0% {
    height: 0;
    width: 0;
    background-color: #ff5219;
  }
  29% {
    background-color: #ff5219;
  }
  30% {
    height: 50px;
    width: 50px;
    background-color: transparent;
    border-width: 1em;
    opacity: 1;
  }
  100% {
    height: 50px;
    width: 50px;
    border-width: 0;
    opacity: 0;
    background-color: transparent;
  }
}
@-webkit-keyframes loader-label {
  0% {
    opacity: 0.25;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
@-moz-keyframes loader-label {
  0% {
    opacity: 0.25;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
@keyframes loader-label {
  0% {
    opacity: 0.25;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
/*==========Loader CSS End==========*/

/*==========Header CSS Start==========*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
}

.header-top {
  width: 100%;
  height: 45px;
  background: #050d36;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.top-contact {
  display: flex;
  align-items: center;
}

.top-location {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.top-mail {
  display: flex;
  align-items: center;
}

.top-location-icon {
  font-size: 18px;
  color: #ff5219;
  margin-right: 15px;
}

.top-mail-icon {
  font-size: 18px;
  color: #ff5219;
  margin-right: 15px;
}

.top-location-content p {
  margin-bottom: 0;
  color: #ffffff;
}

.top-mail-content p {
  margin-bottom: 0;
  color: #ffffff;
}

.Social-midea a {
  color: #fff;
  margin-left: 12px;
  transition: 0.3s;
}
a.portalbtn {
  background: #ff5219;
  font-weight: 600;
  padding: 13px;
  color: #fff !important;
}

.header-top .Social-midea {
  text-align: right;
}

.Social-midea a:hover {
  color: #ff5219;
}

.header-bottom {
  width: 100%;
  padding: 20px 0;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  background-color: transparent;
}

.site-branding a {
  display: inline-block;
  position: relative;
}

.site-branding a img {
  width: 100%;
  height: 90px;
}

.site-header.sticky-header .site-branding a img {
  width: 100%;
  height: 60px;
}

.header-menu {
  position: relative;
  text-align: right;
}
.main-navigation {
  display: inline-block;
}

.main-navigation ul {
  list-style: none;
  font-size: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 0;
}

.main-navigation ul li:first-child {
  margin-left: 0;
  padding-left: 0;
}

.main-navigation ul li {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
}

.main-navigation ul li a {
  font-size: 16px;
  line-height: 24px;
  color: #050d36;
  font-weight: 600;
  transition: 0.3s;
  font-family: "Jost", sans-serif;
}

.header-btn {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: 6px;
  text-transform: uppercase;
}

.header-btn .sec-btn:hover.sec-btn::after {
  background-color: #ff5219;
}

.main-navigation ul li.sub-items:hover > a,
.main-navigation ul li a:hover,
.main-navigation ul li.active > a {
  color: #ff5219;
}

.main-navigation ul li.sub-items > a:before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  font-family: "FontAwesome";
  font-size: 16px;
  transition: 0.3s;
}

.site-header.sticky-header .main-navigation ul li a,
.site-header.sticky-header .search-icon a,
.site-header.sticky-header .main-navigation ul li.sub-items > a:before {
  color: #010f2e;
}

.main-navigation ul li.sub-items > a {
  padding-right: 15px;
  position: relative;
}

.main-navigation ul li.sub-items:hover > a:before,
.main-navigation ul li a:hover:before {
  transform: translate(0, -50%) rotate(-180deg);
  transition: 0.3s;
}

.main-navigation ul li:first-child {
  margin-left: 0;
  padding: 0;
}

.main-navigation ul li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: -15px;
  width: 200px;
  height: auto;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 1px 1px 60px rgba(0, 0, 0, 0.1);
  display: none;
  transition: 0.3s;
  z-index: 150;
}

.main-navigation ul li > ul.sub-menu li > ul.sub-menu {
  left: 100%;
  top: 0;
  right: auto;
  width: 260px;
}
.main-navigation ul li > ul.sub-menu li span {
  float: right;
}

.main-navigation ul li:hover > ul.sub-menu {
  display: block;
  animation: swip_up 0.3s linear 1;
}

@keyframes swip_up {
  from {
    transform: translate(0, 20px);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.main-navigation ul li ul.sub-menu li {
  display: block;
  text-align: left;
  margin: 0;
  border-bottom: 1px solid #ebebeb;
}

.main-navigation ul li ul.sub-menu li:first-child {
  padding-left: 10px;
}

.main-navigation ul li ul.sub-menu li:last-child {
  border-bottom: none;
}

.main-navigation ul li ul.sub-menu li a {
  display: block;
  padding: 10px 7px;
}

.main-navigation ul li ul.sub-menu li a {
  display: block;
  color: #050d36;
  padding: 10px 15px;
  transition: 0.3s;
}

.main-navigation ul li ul.sub-menu li a:hover {
  color: #ff5219;
  transition: 0.3s;
}

.main-navigation ul li.sub-items:hover > a,
.main-navigation ul li a:hover,
.main-navigation ul li.active > a {
  color: #ff5219;
}

.site-header.sticky-header .main-navigation ul li.sub-items:hover > a,
.site-header.sticky-header .main-navigation ul li a:hover,
.site-header.sticky-header .main-navigation ul li.active > a,
.site-header.sticky-header .main-navigation ul li.sub-items:hover > a:before,
.site-header.sticky-header .main-navigation ul li a:hover:before,
.site-header.sticky-header .main-navigation ul li.active > a:before,
.site-header.sticky-header .main-navigation ul li ul.sub-menu li a:hover {
  color: #ff5219;
}
/*==Sticky Header Start==*/
.sticky-header .header-top {
  margin-top: -45px;
  transition: 0.3s;
}
.offerstripe {
  background: #ae0606;
  color: #fff;
  text-align: center;
  font-weight: 500;
  height: 31px;
  display: flex;
  align-items: center;
  z-index: 0;
  position: relative;
}
.offerstripe span {
  padding: 3px 3px;
  margin-right: -1px;
  color: #fff300;
  font-weight: 800;
  letter-spacing: 1px;
}
.sticky-header .offerstripe {
  display: none !important;
  z-index: -1;
}

.site-header.sticky-header {
  background-color: rgb(255, 255, 255, 1);
  box-shadow: 6px 6px 60px 0px rgba(0, 0, 0, 0.1);
  /*backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    -moz-backdrop-filter: blur(20px);
    -ms-backdrop-filter: blur(20px);*/
  transition: 0.3s;
}

.sticky-header .header-bottom {
  padding: 10px 0px;
  animation: 0.45s ease 0s normal forwards 1 running headerSlideDown;
  transition: 0.45s;
}

@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}

.sticky-header .main-navigation ul li a {
  color: #051136;
  transition: 0.3s;
}

.site-branding a img.sticky-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 1;
}

.site-header.sticky-header .site-branding a img.sticky-logo {
  opacity: 1;
  transition: 0.3s;
}
/*==Sticky Header End==*/
/*==========Header CSS End==========*/

/*==========Banner CSS Start==========*/
.main-banner {
  position: relative;
  padding-top: 233px;
  background: #f7f7f7;
}

.main-banner::before {
  content: "";
  position: absolute;
  width: 900px;
  height: 900px;
  border-radius: 100%;
  top: -110px;
  left: -370px;
  opacity: 0.5;
  background: radial-gradient(ellipse at center, rgba(29, 122, 66, 0.6) 0%, rgba(189, 185, 52, 0.6) 0%, rgba(255, 95, 252, 0) 68%, rgba(0, 95, 252, 0) 100%);
  -webkit-background: radial-gradient(ellipse at center, rgba(29, 122, 66, 0.6) 0%, rgba(189, 185, 52, 0.6) 0%, rgba(255, 95, 252, 0) 68%, rgba(0, 95, 252, 0) 100%);
  z-index: -5;
}
/*
.main-banner::after {
    content: "";
    position: absolute;
    width: 900px;
    height: 900px;
    border-radius: 100%;
    top: 37px;
    right: -390px;
    opacity: 0.5;
    background: radial-gradient(ellipse at center, rgba(255,82,25,0.6) 0%, rgba(255,82,25,0.6) 0%, rgba(255,82,25, 0) 68%, rgba(255,82,25, 0) 100%);
    -webkit-background: radial-gradient(ellipse at center, rgba(255,82,25,0.6) 0%, rgba(255,82,25,0.6) 0%, rgba(255,82,25, 0) 68%, rgba(255,82,25, 0) 100%);
    z-index: -5;
}
*/
.shape-1 {
  position: absolute;
  top: 230px;
  left: 170px;
}

.shape-2 {
  position: absolute;
  top: 700px;
  left: 155px;
}

.shape-3 {
  position: absolute;
  top: 308px;
  right: 0;
}

.shape-4 {
  position: absolute;
  top: 700px;
  right: 176px;
}

.banner-content {
  overflow: visible;
}

.banner-content .h1-title span {
  position: relative;
}

.banner-content .h1-title span img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  animation: section-animation 3s infinite;
  -webkit-animation: section-animation 3s infinite;
}

@keyframes section-animation {
  0% {
    width: 0;
  }
  15% {
    width: 100%;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 100%;
    opacity: 0;
  }
  to {
    width: 0;
    opacity: 0;
  }
}

.banner-content .h2-subtitle {
  margin-bottom: 10px;
}

.banner-content p {
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.banner-content .h1-title {
  margin-bottom: 44px;
}

.banner-btn {
  display: flex;
  align-items: center;
  margin-top: 32px;
}

.sec-btn.btn-2 {
  background-color: #0a1969;
  margin-left: 30px;
  border: 3px solid #ff5219;
  border-radius: 16px;
  line-height: 1.1;
}

.sec-btn.btn-2:hover {
  box-shadow: 0px 10px 24px 0px rgb(255, 82, 25, 0.3);
}

.sec-btn.btn-2:hover::before {
  background-color: #ff5219;
}

.sec-btn.btn-2::before {
  background-color: #ff5219;
}

.banner-img {
  position: relative;
  text-align: center;
}
/*
.banner-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/banner-img-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    z-index: -1;
}
*/
.banner-img-box {
  position: relative;
}

.aliment-1 {
  position: absolute;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0px 30px 60px 0px rgb(0, 0, 0, 0.2);
  top: 237px;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 1;
  animation: movedelement 5s linear infinite;
}

@keyframes movedelement {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  50% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  75% {
    -webkit-transform: translate(10px, -5px);
    transform: translate(10px, -5px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.aliment-2 {
  position: absolute;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0px 30px 60px 0px rgb(0, 0, 0, 0.2);
  top: 365px;
  right: 0;
  display: flex;
  align-items: center;
  z-index: 1;
  animation: movedelement2 5s linear infinite;
}

@keyframes movedelement2 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
  50% {
    -webkit-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px);
  }
  75% {
    -webkit-transform: translate(-10px, 5px);
    transform: translate(-10px, 5px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.aliment-3 {
  position: absolute;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0px 30px 60px 0px rgb(0, 0, 0, 0.2);
  top: 457px;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 1;
  animation: movedelement3 5s linear infinite;
}

@keyframes movedelement3 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(-8px, -8px);
    transform: translate(-8px, -8px);
  }
  50% {
    -webkit-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px);
  }
  75% {
    -webkit-transform: translate(-8px, 8px);
    transform: translate(-8px, 8px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.aliment-4 {
  width: 60px;
  height: 60px;
  position: absolute;
  background-color: #ff5e78;
  border-radius: 100%;
  box-shadow: 0px 8px 30px 0px rgb(255, 94, 120, 0.5);
  top: 163px;
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  animation-duration: 2.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: hero-bounce;
}

@keyframes hero-bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.aliment-icon-red {
  width: 40px;
  height: 40px;
  background-color: #ff0003;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aliment-icon-purple {
  width: 40px;
  height: 40px;
  background-color: #6213ce;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aliment-icon-green {
  width: 40px;
  height: 40px;
  background-color: #13c24d;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aliment-content {
  margin-left: 15px;
}

.aliment-content .h3-title {
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  margin-bottom: 5px;
}

.aliment-content p {
  margin-bottom: 0;
}
/*==========Banner CSS End==========*/

/*===========================
    Enquiry Popup css 
===========================*/

.enquiryModal {
}
.enquiryModal .btn-close {
  position: absolute;
  right: 0;
  z-index: 1;
  opacity: 1;
  padding: 10px;
  filter: invert(1);
}
.enquiryModal .btn-close:before {
  content: "";
}

/*==========Enquiry Popup CSS End==========*/

.register_area {
  position: relative;
  margin-top: 112px;
}

.register_area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(27, 41, 69, 0.8);
}

.register_countdown_content {
  padding-top: 125px;
  padding-bottom: 130px;
}

.register_countdown_content .title {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 10px;
}

.register_countdown {
}

.single_countdown {
  width: 100px;
  height: 100px;
  border: 2px solid;
  text-align: center;
  display: table;
  border-radius: 5px;
  margin-top: 30px;
}

.single_countdown + .single_countdown {
  margin-left: 20px;
}

.single_countdown .countdown_wrapper {
  display: table-cell;
  vertical-align: middle;
}

.single_countdown .count {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.single_countdown p {
  color: #fff;
  font-size: 15px;
}

.register_countdown .single_countdown:nth-child(4n + 1) {
  border-color: #daaf42;
}

.register_countdown .single_countdown:nth-child(4n + 2) {
  border-color: #3876b4;
}

.register_countdown .single_countdown:nth-child(4n + 3) {
  border-color: #bd2c2f;
}

.register_countdown .single_countdown:nth-child(4n + 4) {
  border-color: #41b69f;
}

.countdown_2 {
  display: none;
}

.countdown_2 .single_countdown {
}

.countdown_2 .single_countdown:nth-child(4n + 1) {
  background-color: #daaf42;
}

.countdown_2 .single_countdown:nth-child(4n + 2) {
  background-color: #3876b4;
}

.countdown_2 .single_countdown:nth-child(4n + 3) {
  background-color: #bd2c2f;
}

.countdown_2 .single_countdown:nth-child(4n + 4) {
  background-color: #41b69f;
}

.register_form {
  border-radius: 5px;
  overflow: hidden;
  margin-top: -40px;
  position: relative;
  -webkit-box-shadow: 0px 0px 114px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 114px 0px rgba(0, 0, 0, 0.14);
}
.register_form.register_form_short {
}

.register_form_title {
  background-color: #ff5219;
  padding: 20px 10px;
}

.register_form_title .title {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  font-family: "Jost", sans-serif;
}
.register_form_title p {
  color: #fff;
  line-height: 1.2;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
}
.register_form_wrapper {
  background-color: #fff;
  padding: 10px 30px 30px;
}
.register_form.register_form_short .register_form_wrapper {
  background-color: transparent;
  padding: 0px 20px 20px;
}
.register_form_wrapper .single_form {
  margin-top: 20px;
  position: relative;
}
.register_form.register_form_short .register_form_wrapper .single_form {
  margin-top: 16px;
  position: relative;
}
.register_form_wrapper .single_form input,
.register_form_wrapper .single_form textarea,
.register_form_wrapper .single_form select {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  background-color: #f0f0f0;
  border-radius: 5px;
  border: 0;
}

.register_form.register_form_short .register_form_wrapper .single_form input,
.register_form.register_form_short .register_form_wrapper .single_form textarea,
.register_form.register_form_short .register_form_wrapper .single_form select {
  width: 100%;
  height: 40px;
  padding: 0 16px;
  background-color: #fff;
  border-radius: 24px;
  border: 1px solid #ccc;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.register_form_wrapper .single_form input:focus {
  border: 2px solid;
}

.register_form_wrapper .single_form textarea {
  padding-top: 10px;
  height: 90px;
  resize: none;
}

.register_form_wrapper .single_form .main-btn {
  width: 100%;
}

#sideform label.error {
  position: absolute;
  background: #ff5219;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  padding: 3px 5px;
  right: 0;
  border-radius: 5px 0 18px 0;
  bottom: 0px;
  padding-right: 13px;
  z-index: 1;
  letter-spacing: 1px;
  line-height: 1.2;
}
#commonform label.error {
  position: absolute;
  background: #ff5219;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  padding: 3px 5px;
  right: 12px;
  border-radius: 5px 0 5px 0;
  bottom: 0px;
  z-index: 1;
  letter-spacing: 1px;
  line-height: 1.2;
}
#commonform .iti__flag-container label.error {
  right: 0px;
}

#SidePhone {
  padding-left: 52px;
}
#CommonPhone,
#SecPhone {
  padding-left: 52px;
}
#commonform .iti__selected-flag,
#sideform .iti__selected-flag {
  border-radius: 5px 0 0 5px;
}

/* chrismas update */

.enquiryModal.chr .register_countdown_2 {
  background: #a61c22 url(../images/christmas-offer1.webp) no-repeat;
  background-size: cover;
}

.enquiryModal.chr .register_form_wrapper {
  background-color: transparent;
}
.enquiryModal.chr .register_form_wrapper .single_form input,
.enquiryModal.chr .register_form_wrapper .single_form textarea,
.enquiryModal.chr .register_form_wrapper .single_form select {
  height: 46px;
  padding: 0 20px;
  background-color: rgb(131 23 27);
  border-radius: 25px;
  color: #fff;
}
.wp::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
}
.wp:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
}
.wp::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.wp:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.enquiryModal.chr .btn-primary {
  width: 100%;
  background: #83171a !important;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  border-radius: 23px;
  height: 46px;
  border: 2px solid #ff5219;
}
.enquiryModal.chr h3 {
  margin: 25px 0 4px 0;
  font-size: 25px;
  letter-spacing: 1px;
  font-family: "Jost";
}
.enquiryModal.chr .register_form_wrapper .single_form {
  margin-top: 12px;
}
.enquiryModal.chr .btn-close {
  z-index: 11 !important;
}

@media screen and (max-width: 1024px) {
  .enquiryModal.chr .register_form {
    margin-top: 120% !important;
  }
  .enquiryModal.chr .register_countdown_2 {
    background-size: 200%;
  }
}
/*===========================
    32.Countdown 2 css 
===========================*/

.countdown_wrapper_2 {
  position: relative;
  padding-top: 120px;
  padding-bottom: 80px;
}
/*
.countdown_wrapper_2::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../images/countdown_bg.png);
}
*/

.register_countdown_2 {
  position: relative;
  text-align: center;
}

.register_countdown_2 .register_countdown_content {
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
}

/*==========Course Category CSS Start==========*/
.main-course-category {
  padding-top: 60px;
  padding-bottom: 40px;
  background: #faf8f7;
}

.course-category-title {
  text-align: center;
}

.course-category-box {
  border: solid 1px #acacac;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 30px;
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  /* transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;*/
  position: relative;
  overflow: hidden;
}

.dis-yes {
  display: block;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.dis-no {
  display: none;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.course-category-box:hover .dis-yes {
  display: none;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.course-category-box:hover .dis-no {
  display: block;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.course-category-box:hover {
  background-color: #ff5219;
  border: solid 1px #ff5219;
  box-shadow: 0px 20px 30px 0px rgb(255, 82, 25, 0.3);
  /*transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;*/
}
.course-category-box:hover img {
  filter: brightness(0) contrast(1) saturate(0) invert(1);
}
.course-category-icon {
  margin-right: 20px;
}
.course-category-icon img {
  height: 57px;
  object-fit: contain;
}

.course-category-content {
  text-align: left;
  width: calc(100%);
}

.course-category-content p {
  margin-bottom: 0;
  /*transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;*/
  z-index: -1;
  position: absolute;
  top: 0;
  line-height: 1.3;
  font-size: 12px;
  background: #ff5219;
  color: #fff;
  padding-right: 20px;
  min-height: 117px;
  display: flex;
  font-weight: 400;
  align-items: center;
  letter-spacing: 1px;
}

.course-category-box:hover .course-category-content p {
  z-index: 1;
}

.course-category-content .h3-title {
  line-height: 25px;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
  margin: 0;
}

.course-category-box:hover .course-category-content .h3-title {
  color: #ffffff;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.course-category-box:hover .course-category-content p {
  color: #ffffff;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
/*==========Course Category CSS End==========*/

/*==========About Us CSS Start==========*/
.main-about-us {
  background-color: #f3f4f8;
  padding-top: 60px;
  padding-bottom: 60px;
}

.about-img-box {
  position: relative;
}

.about-img-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/about-img-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.about-img-box .aliment-1 {
  top: 200px;
  right: 0;
  left: auto;
}

.about-img-box .aliment-3 {
  top: 350px;
  right: 0;
  left: auto;
}

.about-us-content {
  padding-left: 40px;
}

.about-us-content ul {
  list-style: none;
  text-decoration: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}

.about-us-content ul li {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.about-us-content ul li:last-child {
  margin-bottom: 0;
}

.about-us-content ul li i {
  font-size: 30px;
  color: #ff5219;
  margin-right: 15px;
}

.about-us-content ul li p {
  font-weight: 500;
  color: #050d36;
  margin-bottom: 0;
}

.about-us-content .sec-btn {
  margin-top: 40px;
}

.course-widget-wrapper {
  padding: 30px;
  box-shadow: 0 10px 30px #1c335414;
  border: 1px solid #edeef2;
  background-color: #fff;
  border-radius: 5px;
}
.course-video-thumb {
  position: relative;
}
.sidber-video-btn .popup-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  bottom: 0;
  height: 70px;
  width: 70px;
  background: #ffffff;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: #df2020;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  cursor: pointer;
}
.course-vide-icon {
  display: flex;
  align-items: center;
}
.course-vide-icon i {
  line-height: 1;
  margin-right: 15px;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  to {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 #fff6;
  }
  70% {
    box-shadow: 0 0 0 45px #fff0;
  }
  to {
    box-shadow: 0 0 #fff0;
  }
}

.fec-sec {
}
.fec-sec .sbox {
  z-index: 1;
  overflow: hidden;
  padding: 55px 65px;
  transition: 0.3s all ease-in-out;
  position: relative !important;
  background: #fff1ec;
  border: 2px solid #ff5219;
  min-height: 341px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 1.5rem;
  border-radius: 10px;
}
.fec-sec .sbox:before {
  top: -135px;
  right: -60%;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  transition: 0.3s all ease-in-out;
  background-image: url(../images/s-shape1.png);
}
.fec-sec .sbox h3 {
  color: #213e6e;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 12px;
}

.fec-sec .sbox::after {
  left: 0;
  right: 0;
  content: "";
  height: 8px;
  bottom: -4px;
  width: 240px;
  margin: 0 auto;
  position: absolute;
  border-radius: 30px;
  background-color: #ff5219;
  transition: 0.3s all ease-in-out;
}

/*==========About Us CSS End==========*/

/*  What get sec Start */

.whatgetsec {
  padding: 60px 0;
}

.whatgetsec .about-us-content ul li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  font-size: 15px;
  letter-spacing: 0.7px;
}

.whatgetsec .as-box_content {
  padding: 140px 60px 40px 60px;
  background-color: #f3f7fb;
  border-radius: 15px;
}
.whatgetsec h3.as-box_title {
  font-size: 30px;
  line-height: 1.333;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  text-align: center;
}
.whatgetsec .as-box_text {
  max-width: 450px;
  margin: 0 auto 23px auto;
}
.whatgetsec .as-box_img {
  margin-bottom: -110px;
  max-width: 476px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  position: relative;
  padding-top: 30px;
}
.whatgetsec .as-box_img img {
  margin: auto;
  display: block;
}
.whatgetsec .as-box_img:before,
.whatgetsec .as-box_img:after {
  content: "";
  width: 100%;
  height: 80%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #f3f7fb;
  z-index: -1;
  border-width: 9px 15px 0 15px;
  border-style: solid;
  border-color: #0d5ef4;
  border-radius: 999px;
}
.whatgetsec .as-box.theme2 .as-box_content {
  background-color: #fff3f3;
}
.whatgetsec .as-box.theme2 .as-box_img:before,
.whatgetsec .as-box.theme2 .as-box_img:after {
  background-color: #fff3f3;
  border-color: #f20f10;
}
.whatgetsec .as-box.theme2 {
  --theme-color: #f20f10;
  --smoke-color: #fff3f3;
}

@media screen and (max-width: 1024px) {
  .whatgetsec .as-box_content {
    padding: 100px 26px 30px 26px;
  }
}

/*==========Partner Logo CSS Start==========*/
.main-partner-logo {
  padding-top: 60px;
  padding-bottom: 60px;
}
.partner-bg {
  position: relative;
  background-color: #0060ff;
  border-radius: 8px;
  box-shadow: 0px 30px 60px 0px rgb(0, 0, 0, 0.1);
}

.partner-bg::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  border-radius: 8px;
  background-color: #ff0003;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.partner-slider {
  padding: 10px;
}

.partners-box {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
  padding: 10px;
}
.partners-box img {
  border: 2px solid #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.partner-slider .slick-dots {
  left: 0;
}

.partners-box:hover {
  opacity: 1;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
/*==========Partner Logo CSS End==========*/

/*==========Success Stories CSS Start==========*/
.video-course {
  text-align: center;
  padding: 10px;
}
.video-course .course-img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  border: 2px solid;
}
.video-course .course-img:before {
  /*content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, #11213D 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #11213D 100%);
    z-index: 1;*/
}
.course-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.video-course:hover .course-img img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.course-img .tag {
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: #ff5219;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 0 17px;
  border-radius: 999px;
}

.course-img .play-btn {
  --icon-size: 70px;
  font-size: 1em;
  position: absolute;
  top: calc(50% - 0px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  display: inline-block;
  z-index: 1;
}

.play-btn:after,
.play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #ff5219;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.play-btn:after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.ripple-animation,
.play-btn:after,
.play-btn:before {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
  animation-name: ripple;
}
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

.course-img .play-btn:after,
.course-img .play-btn:before {
  background-color: transparent;
  border: 1px solid #fff;
}
.video-course .play-btn:after,
.video-course .play-btn:before {
  background-color: transparent;
  border: 2px solid;
}
.sbox p {
  font-size: 14px;
}
.sbox h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.sbox {
  background: #fff;
  padding: 2rem 1rem;
  border-radius: 1rem;
  height: calc(100% - 1.8rem);
  box-shadow: 0 0 10px -2px rgb(0 0 0 / 10%);
  margin-top: 1.5rem;
}
.play-btn > i {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #ff5219;
  color: #fff;
  font-size: 1.2em;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.video-course .play-btn > i {
  border: 2px solid;
  background-color: #ff5219;
  color: #fff;
  font-size: 26px;
}
.video-course .play-btn > i.fa-play:before {
  content: "\f04b";
  position: relative;
  left: 2px;
}

.video-course .course-content {
  margin-left: auto;
  margin-right: auto;
  padding: 20px 15px;
  position: relative;
  z-index: 3;
}
.course-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.417;
}
.video-course .course-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 3px;
  margin-top: -0.28em;
  font-family: "Jost", sans-serif;
}

.video-course .author-name {
  display: block;
  margin-bottom: -0.45em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.slick-arrow-team {
  position: absolute;
  top: 0;
  background: #ff5219;
  color: #fff;
  width: 40px;
  height: 40px;
  left: calc(50% - 24px);
  margin-left: -15px;
  z-index: 1;
}
.slick-arrow-team.next-arrow {
  margin-left: 30px;
}
.main-sc-sec {
  padding-bottom: 60px;
}
.sc-slider,
.video-course.slick-slide {
  padding-top: 40px;
}

/*==========Success Stories CSS End==========*/

/*==========Tutorial Videos CSS Start==========*/

.tc-sec {
  background-color: #f5f1f0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.slick-prev,
.slick-next {
  background: #ff5219;
  z-index: 1;
}

/*==========Tutorial Videos CSS End==========*/

.vdocontainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.thlist {
  list-style: none;
  padding: 0;
}
.thlist li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 35px;
}
.thlist li:before {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #ff5219;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0a4";
  position: absolute;
  left: 8px;
  top: 3px;
}

/*==========Online Courses CSS Start==========*/
.main-online-courses {
  padding-top: 60px;
  padding-bottom: 90px;
}

.online-courses-title-btn {
  float: right;
}

.course-box {
  background-color: #ffffff;
  box-shadow: 0px 6px 60px 0px rgb(0 0 0 / 15%);
  border-radius: 20px;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 1.3rem;
}

.course-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.course-img > img {
  width: 100%;
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
  /*height: 250px;*/
  object-fit: cover;
}

.course-box:hover .course-img > img {
  transform: scale(1.05);
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.course-img ul {
  list-style: none;
  text-decoration: none;
  margin-bottom: 0;
  padding-left: 0;
  position: absolute;
  bottom: 26px;
  right: 26px;
  display: flex;
  align-items: center;
}

.course-img ul li {
  margin-left: 10px;
}

.course-img ul li:first-child {
  margin-left: 0;
}

.course-img ul li a {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 15px;
  padding: 8px 15px;
  color: #ffffff;
  border-radius: 4px;
}

.course-tag-orange {
  background-color: #ff5219;
}

.course-tag-blue {
  background-color: #0060ff;
}

.course-content {
  padding: 20px 0px 5px 10px;
}

.course-content .h3-title {
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
  height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.course-box:hover .course-content .h3-title {
  color: #ff5219;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.course-instructor-review {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.course-instructor-box {
  display: flex;
  align-items: center;
}

.course-instructor-img {
  border: solid 3px #ffffff;
  box-shadow: 0px 5px 20px 0px rgb(0, 0, 0, 0.15);
  border-radius: 100%;
}

.course-instructor-box a {
  font-family: "Roboto", sans-serif;
  color: #777777;
  margin-left: 10px;
  font-size: 15px;
  line-height: 15px;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.course-instructor-box a:hover {
  color: #050d36;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.course-review-box {
  display: flex;
  align-items: center;
}

.course-review-box i {
  font-size: 20px;
  color: #ffc107;
}

.course-review-box p {
  margin-bottom: 0;
  margin-left: 10px;
  line-height: 15px;
}

.course-line {
  background-color: #cccccc;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.course-price-student-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.course-price-box span {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #ff5219;
  font-weight: 700;
}

.course-student-box {
  display: flex;
  align-items: center;
}

.course-student-icon {
  width: 30px;
  height: 30px;
  background-color: #dcf6e4;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.course-student-box p {
  margin-bottom: 0;
  margin-left: 10px;
  line-height: 15px;
}
/*==========Online Courses CSS End==========*/

/*==========Event CSS Start==========*/
.main-event {
  background-color: #f3f4f8;
  padding-top: 120px;
  padding-bottom: 120px;
}

.event-img-box {
  position: relative;
}

.event-img img {
  border-radius: 8px;
}

.event-video-play-box {
  position: absolute;
  background-color: #ff5219;
  padding: 37px 42px;
  border-radius: 8px;
  box-shadow: 0px 30px 60px 0px rgba(255, 82, 25, 0.4);
  bottom: 100px;
  right: 0;
  display: flex;
  align-items: center;
  animation: movedelement 5s linear infinite;
}

.event-play-btn {
  transform: translate(0);
}

.event-play-icon {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  background-size: 200% 100%;
  background-position: left center;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: #ff5219;
  padding-left: 5px;
  transition: 0.3s;
  z-index: 1;
}

.event-play-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 50%;
  pointer-events: none;
  animation: waveBtn 2.5s infinite;
  z-index: -1;
}

.event-play-btn a:hover {
  color: #ff5219;
}

@keyframes waveBtn {
  0% {
    box-shadow: 0 0 0 0 rgba(225, 225, 225, 1);
  }
  50% {
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    box-shadow: 0 0 0 0 transparent;
  }
}

.event-video-content .h3-title {
  color: #ffffff;
  line-height: 25px;
  margin-left: 20px;
  margin-bottom: 0;
}

.event-content-box {
  padding-left: 30px;
}

.event-box {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
  display: flex;
  align-items: center;
  border-right: solid 5px #ffffff;
  margin-bottom: 20px;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.event-date-day {
  display: inline-block;
}

.event-date p {
  font-family: "Jost", sans-serif;
  font-size: 40px;
  line-height: 40px;
  color: #0060ff;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
  margin-bottom: 5px;
}

.event-day p {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  color: #0060ff;
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}

.event-content-text {
  margin-left: 15px;
}

.event-text-line {
  width: 1px;
  height: 60px;
  background-color: #cccccc;
  margin-left: 15px;
}

.event-time-place {
  display: flex;
  align-items: center;
}

.event-time p {
  margin-bottom: 0;
  line-height: 15px;
}

.event-time-place .event-text-line {
  width: 1px;
  height: 11px;
  margin-left: 20px;
  margin-right: 20px;
}

.event-place p {
  margin-bottom: 0;
  line-height: 15px;
}

.event-content-text .h3-title {
  margin-bottom: 0;
  line-height: 25px;
  margin-top: 10px;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.event-box:hover .event-content-text .h3-title {
  color: #ff5219;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.event-box:hover {
  border-right: solid 5px #ff5219;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
/*==========Event CSS End==========*/

/*==========Pricing CSS Start==========*/
.main-pricing {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f3f4f8;
}

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

.pricing-box {
  position: relative;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
  text-align: left;
  overflow: hidden;
  border: 2px solid #eee;
}
.pricing-box:hover {
  border-color: #ff5219;
}
.pricing-box strong {
  font-weight: bolder;
  background: #ff5219;
  color: #fff;
  padding: 5px 8px;
  border-radius: 18px;
  min-width: 25px;
  display: inline-block;
  text-align: center;
}
.pricing-box h5 {
  font-weight: 800;
  text-decoration: line-through;
  font-size: 17px;
}
.pricing-box .h3-title {
  margin-bottom: 0;
  line-height: 25px;
}

.pricing-box p {
  margin-bottom: 0;
  margin-top: 20px;
}

.pricing-box .h2-title {
  font-size: 40px;
  color: #ff5219;
  line-height: 40px;
  font-weight: 700;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.pricing-box .h2-title span {
  font-size: 15px;
  line-height: 15px;
  color: #050d36;
}

.pricing-box-line {
  width: 100%;
  height: 1px;
  background-color: #d7d7d7;
  margin-top: 30px;
  margin-bottom: 30px;
}

.pricing-box ul {
  list-style: none;
  text-decoration: none;
  margin-bottom: 0;
  padding-left: 0;
}

.pricing-box ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.pricing-box ul li:last-child {
  margin-bottom: 0;
}

.pricing-box ul li i {
  width: 30px;
  height: 30px;
  background-color: #e5efff;
  border-radius: 100%;
  color: #0060ff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
}

.pricing-box ul li p {
  margin-bottom: 0;
  line-height: 15px;
  margin-left: 15px;
  margin-top: 0;
}

.pricing-box .sec-btn {
  margin-top: 30px;
}

.pricing-popular-tag {
  /*position: absolute;
    top: 20px;
    right: 20px;
    background-color: #0060ff;
    padding: 10px 15px;
    border-radius: 4px;*/
}

.pricing-popular-tag {
  position: absolute;
  background: #ff5219;
  box-shadow: 0 0 0 999px #ff5219;
  clip-path: inset(0 -100%);
  inset: 0 0 auto auto;
  transform-origin: 0 0;
  transform: translate(29.3%) rotate(45deg);
}

.pricing-popular-tag p {
  margin-bottom: 0;
  margin-top: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
}
/*==========Pricing CSS End==========*/

/*==========SPK Grid CSS Start==========*/

.single_team {
  position: relative;
}

.single_team .team_arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
}

.single_team .team_image {
  width: 50%;
  overflow: hidden;
}

.single_team .team_image img {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.single_team:hover .team_image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.single_team .team_content {
  display: table;
  width: 50%;
  text-align: center;
  height: 100%;
}

.single_team .team_content .team_content_wrapper {
  display: table-cell;
  vertical-align: middle;
}

.single_team .team_content .title a {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.single_team .team_content .title a:hover {
  opacity: 0.7;
}

.single_team .team_content span {
  font-size: 14px;
  color: #fff;
}

.single_team .team_content .social {
  margin-top: 10px;
}

.single_team .team_content .social li {
  display: inline-block;
  margin: 0 5px;
}

.single_team .team_content .social li a {
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.single_team .team_content .social li:nth-of-type(1) a:hover {
  color: #3b5999;
}

.single_team .team_content .social li:nth-of-type(2) a:hover {
  color: #55acee;
}

.single_team .team_content .social li:nth-of-type(3) a:hover {
  color: #0077b5;
}

.single_team .team_content .social li:nth-of-type(4) a:hover {
  color: #e4405f;
}

.team_col_1 .single_team:nth-child(4n + 1) {
  background-color: #48cfaf;
}

.team_col_1 .single_team:nth-child(4n + 2) {
  background-color: #fcc741;
}

.team_col_2 .single_team:nth-child(4n + 1) {
  background-color: #3d84c8;
}

.team_col_2 .single_team:nth-child(4n + 2) {
  background-color: #de322e;
}

/*==========SPK Grid CSS End==========*/

/*==========Core Feature CSS Start==========*/
.main-core-features {
  background-color: #050d36;
  position: relative;
}

.core-features-content {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-right: 40px;
}

.core-features-title .h2-title {
  color: #ffffff;
}

.core-feature-icon {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.core-feature-icon img {
  transform: rotateY(0deg);
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.core-features-box {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.feature-blue {
  background-color: #2d69f0;
}

.feature-pink {
  background-color: #dd246e;
}

.feature-purple {
  background-color: #8007e6;
}

.core-feature-text {
  width: calc(100% - 85px);
  margin-left: 20px;
}

.core-feature-text .h3-title {
  padding-left: 0;
  color: #ffffff;
  line-height: 25px;
}

.core-feature-text p {
  margin-bottom: 0;
  color: #dee3ff;
}

.core-features-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.core-features-box:hover .core-feature-icon img {
  transform: rotateY(360deg);
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
/*==========Core Feature CSS End==========*/

/*==========Instructor CSS Start==========*/
.main-instructor {
  padding-top: 120px;
  padding-bottom: 120px;
}

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

.instructor-box {
  background-color: #f5f6fa;
  border-radius: 8px;
  text-align: center;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.instructor-box:hover {
  background-color: #ffffff;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.instructor-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
}

.instructor-img > img {
  width: 100%;
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.instructor-box:hover .instructor-img > img {
  transform: scale(1.05);
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.instructor-img ul {
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translate(-50%);
  list-style: none;
  text-decoration: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.instructor-box:hover .instructor-img ul {
  bottom: 20px;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.instructor-img ul li {
  margin-left: 20px;
}

.instructor-img ul li:first-child {
  margin-left: 0;
}

.instructor-img ul li a i {
  width: 35px;
  height: 35px;
  background-color: #0060ff;
  border-radius: 4px;
  color: #ffffff;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.instructor-img ul li a i:hover {
  background-color: #ff5219;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.instructor-box .h3-title {
  padding-bottom: 0;
  line-height: 25px;
  margin-top: 30px;
  margin-bottom: 0;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.instructor-box:hover .h3-title {
  color: #ff5219;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.instructor-box p {
  font-family: "Roboto", sans-serif;
  line-height: 15px;
  color: #0060ff;
  margin-bottom: 0;
  margin-top: 15px;
}

.instructor-slider .slick-list {
  overflow: visible;
}

.instructor-slider .slick-slide {
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.instructor-slider .slick-slide.slick-active {
  opacity: 1;
  pointer-events: unset;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
/*==========Instructor CSS End==========*/

/*==========Testimonial CSS Start==========*/
.main-testimonial {
  background-color: #f3f4f8;
  padding-top: 120px;
  padding-bottom: 120px;
}

.testimonial-title {
  padding-right: 40px;
}

.testimonial-title p {
  margin-bottom: 0;
}

.testimonial-box {
  position: relative;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 40px;
  margin-left: 15px;
  margin-right: 15px;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
}

.testimonial-client {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.testimonial-client-img-box {
  background-color: #ffffff;
  border: solid 2px #ff5219;
  border-radius: 8px;
  padding: 10px;
  margin-right: 20px;
}

.testimonial-client-name {
  width: calc(100% - 114px);
}

.testimonial-img img {
  border-radius: 8px;
}

.testimonial-client-name .h3-title {
  margin-bottom: 5px;
  line-height: 25px;
}

.testimonial-client-name span {
  font-family: "Roboto", sans-serif;
  color: #ff5219;
  line-height: 15px;
}

.testimonial-quote {
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.testimonial-slider .slick-list {
  overflow: visible;
}

.testimonial-slider .slick-slide {
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.testimonial-slider .slick-slide.slick-active {
  opacity: 1;
  pointer-events: unset;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
/*==========Testimonial CSS End==========*/

/*==========Blog CSS Start==========*/
.main-blog {
  padding-top: 90px;
  padding-bottom: 90px;
}

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

.blog-box {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
}

.blog-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.blog-img > img {
  width: 100%;
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-box:hover .blog-img > img {
  transform: scale(1.05);
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-content {
  padding-top: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

.blog-box .h3-title {
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-box:hover .h3-title {
  color: #ff5219;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-box-line {
  width: 100%;
  height: 1px;
  background-color: #d7d7d7;
  margin-top: 30px;
  margin-bottom: 15px;
}

.blog-date-comment {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-date {
  display: flex;
  align-items: center;
}

.blog-date-icon {
  margin-right: 10px;
}

.blog-date a p {
  margin-bottom: 0;
  line-height: 15px;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-date a p:hover {
  color: #050d36;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-date-comment .blog-box-line {
  width: 1px;
  height: 15px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.blog-comment {
  display: flex;
  align-items: center;
}

.blog-comment-icon {
  margin-right: 10px;
}

.blog-comment a p {
  margin-bottom: 0;
  line-height: 15px;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-comment a p:hover {
  color: #050d36;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
/*==========Blog CSS End==========*/

/*==========Cta CSS Start==========*/
.main-cta {
  padding-top: 30px;
  padding-bottom: 60px;
  margin-bottom: -117px;
  background-color: #f3f4f8;
}

.cta-bg {
  position: relative;
  background-color: #0060ff;
  border-radius: 8px;
  padding: 30px 40px;
  overflow: hidden;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
}

.cta-bg-img {
  position: absolute;
  top: 0;
  left: -12px;
}

.cta-title .h2-title {
  position: relative;
  font-size: 40px;
  line-height: 60px;
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  z-index: 1;
}

.cta-btn {
  text-align: right;
}
/*==========Cta CSS End==========*/

/*==========Footer CSS Start==========*/
.main-footer {
  background-color: #050d36;
  padding-top: 135px;
}

.footer-logo-content {
  text-align: left;
}

.footer-logo-content p {
  color: #d1d9fe;
  margin-top: 24px;
  margin-bottom: 34px;
}

.footer-logo-content ul {
  list-style: none;
  text-decoration: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
}

.footer-logo-content ul li {
  margin-left: 20px;
}

.footer-logo-content ul li:first-child {
  margin-left: 0;
}

.footer-logo-content ul li a i {
  width: 45px;
  height: 45px;
  background-color: rgb(255, 255, 255, 0.1);
  border-radius: 4px;
  line-height: 18px;
  font-size: 18px;
  padding-top: 4px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.footer-logo-content ul li a i:hover {
  background-color: rgb(255, 82, 25, 1);
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.footer-our-link {
  text-align: left;
  padding: 0 100px;
}

.footer-our-link .h3-title {
  color: #ffffff;
  margin-bottom: 24px;
  padding-bottom: 0;
}

.footer-our-link ul {
  list-style: none;
  text-decoration: none;
  margin-bottom: 0;
  padding-left: 0;
}

.footer-our-link ul li {
  margin-bottom: 10px;
}

.footer-our-link ul li:last-child {
  margin-bottom: 0;
}

.footer-our-link ul li a {
  font-family: "Roboto", sans-serif;
  line-height: 15px;
  color: #d1d8fe;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.footer-our-link ul li a:hover {
  padding-left: 10px;
  color: #ff5219;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.footer-other-link {
  text-align: left;
  padding: 0 85px;
}

.footer-other-link .h3-title {
  color: #ffffff;
  margin-bottom: 24px;
  padding-bottom: 0;
}

.footer-other-link ul {
  list-style: none;
  text-decoration: none;
  margin-bottom: 0;
  padding-left: 0;
}

.footer-other-link ul li {
  margin-bottom: 10px;
}

.footer-other-link ul li:last-child {
  margin-bottom: 0;
}

.footer-other-link ul li a {
  font-family: "Roboto", sans-serif;
  line-height: 15px;
  color: #d1d8fe;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.footer-other-link ul li a:hover {
  padding-left: 10px;
  color: #ff5219;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.footer-subscribe .h3-title {
  color: #ffffff;
  margin-bottom: 24px;
  padding-bottom: 0;
}

.footer-subscribe-form {
  position: relative;
}

.footer-subscribe-form .sec-btn {
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 8px 8px 0;
  padding: 0;
  font-size: 20px;
  width: 60px;
  height: 60px;
}

.footer-subscribe-form .sec-btn:hover {
  background-color: #0060ff;
  box-shadow: none;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.footer-subscribe-form .sec-btn::before {
  position: relative;
}

.footer-copyright-bg {
  background-color: #020828;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 120px;
}

.copyright-text {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 15px;
  color: #d1d8fe;
}

.copyright-text a {
  color: #ff5219;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.copyright-text a:hover {
  color: #0060ff;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
/*==========Footer CSS End==========*/

/*==========About Us Page CSS Start==========*/
.main-about-us-in {
  padding-top: 60px;
  padding-bottom: 60px;
}

.main-partner-logo-in {
  padding-top: 60px;
  padding-bottom: 90px;
  margin-bottom: -155px;
}

.main-academics-programs {
  background-color: #f3f4f8;
  padding-top: 60px;
  padding-bottom: 60px;
}

.academics-programs-title {
  text-align: center;
}

.academic-img-box {
  background-color: transparent;
  border: solid 2px #f3f4f8;
  padding: 20px;
  border-radius: 8px;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.academic-box:hover .academic-img-box {
  border: solid 2px #ff5219;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.academic-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
}

.academic-img > img {
  width: 100%;
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.academic-box:hover .academic-img > img {
  transform: scale(1.05);
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.academic-content {
  text-align: center;
  padding-top: 10px;
}

.link-btn {
  color: #050d36;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.link-btn i {
  padding-left: 10px;
  font-size: 18px;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.academic-box:hover .link-btn {
  color: #ff5219;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.main-event-in {
  padding-top: 120px;
  padding-bottom: 120px;
}
/*==========About Us Page CSS Start==========*/

/*==========Courses Page CSS Start==========*/
.main-courses-in {
  padding-top: 120px;
  padding-bottom: 90px;
}

.courses-search-form .form-box {
  margin-bottom: 0;
}

.courses-search-form input {
  position: relative;
  width: 100%;
  height: 60px;
  border: none;
  outline: none;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 10px 10px 38px 0px rgba(0, 0, 0, 0.11);
  color: #777777;
  font-size: 15px;
  padding: 10px 60px 10px 30px;
}

.courses-search-form .sec-btn {
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 8px 8px 0;
  padding: 0;
  font-size: 20px;
  width: 60px;
  height: 60px;
}

.courses-search-form .sec-btn:hover {
  background-color: #0060ff;
  box-shadow: none;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.courses-search-form .sec-btn::before {
  position: relative;
}

.courses-sidebar-categories {
  background-color: #f3f4f8;
  border-radius: 8px;
  padding: 40px;
  text-align: left;
  margin-top: 50px;
}

.courses-sidebar-title {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 20px;
}

.sidebar-title-line {
  width: 4px;
  height: 20px;
  background-color: #ff5219;
  margin-right: 10px;
}

.courses-sidebar-title .h3-title {
  margin-bottom: 0;
}

.courses-sidebar-categories ul {
  list-style: none;
  text-decoration: none;
  margin-bottom: 0;
  padding-left: 0;
}

.courses-sidebar-categories ul li {
  margin-bottom: 12px;
}

.courses-sidebar-categories ul li:last-child {
  margin-bottom: 0;
}

.courses-sidebar-categories ul .form-check-label {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #777777;
  cursor: pointer;
  line-height: 28px;
}

.courses-sidebar-categories ul .form-check .form-check-input {
  float: left;
  margin-right: 10px;
}

.courses-sidebar-categories ul li .form-check-input {
  width: 20px;
  height: 20px;
  border: 1px solid #777777;
  cursor: pointer;
  transition: all 0.1s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.courses-sidebar-categories ul li .form-check-input:checked {
  background-color: #0060ff;
  border-color: #0060ff;
  transition: all 0.1s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.courses-sidebar-categories ul li .form-check-input:focus {
  box-shadow: none;
}

.courses-sidebar-categories ul li .form-check-input[type="checkbox"] {
  border-radius: 4px;
}

.courses-sidebar-price {
  background-color: #f3f4f8;
  border-radius: 8px;
  padding: 40px;
  text-align: left;
  margin-top: 50px;
}

.courses-sidebar-price ul {
  list-style: none;
  text-decoration: none;
  margin-bottom: 0;
  padding-left: 0;
}

.courses-sidebar-price ul li {
  margin-bottom: 12px;
}

.courses-sidebar-price ul li:last-child {
  margin-bottom: 0;
}

.courses-sidebar-price ul .form-check-label {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #777777;
  cursor: pointer;
  line-height: 28px;
}

.courses-sidebar-price ul .form-check .form-check-input {
  float: left;
  margin-right: 10px;
}

.courses-sidebar-price ul li .form-check-input {
  width: 20px;
  height: 20px;
  border: 1px solid #777777;
  cursor: pointer;
  transition: all 0.1s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.courses-sidebar-price ul li .form-check-input:checked {
  background-color: #0060ff;
  border-color: #0060ff;
  transition: all 0.1s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.courses-sidebar-price ul li .form-check-input:focus {
  box-shadow: none;
}

.courses-sidebar-price ul li .form-check-input[type="checkbox"] {
  border-radius: 4px;
}

.courses-sidebar-skill {
  background-color: #f3f4f8;
  border-radius: 8px;
  padding: 40px;
  text-align: left;
  margin-top: 50px;
}

.courses-sidebar-skill ul {
  list-style: none;
  text-decoration: none;
  margin-bottom: 0;
  padding-left: 0;
}

.courses-sidebar-skill ul li {
  margin-bottom: 12px;
}

.courses-sidebar-skill ul li:last-child {
  margin-bottom: 0;
}

.courses-sidebar-skill ul .form-check-label {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #777777;
  cursor: pointer;
  line-height: 28px;
}

.courses-sidebar-skill ul .form-check .form-check-input {
  float: left;
  margin-right: 10px;
}

.courses-sidebar-skill ul li .form-check-input {
  width: 20px;
  height: 20px;
  border: 1px solid #777777;
  cursor: pointer;
  transition: all 0.1s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.courses-sidebar-skill ul li .form-check-input:checked {
  background-color: #0060ff;
  border-color: #0060ff;
  transition: all 0.1s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.courses-sidebar-skill ul li .form-check-input:focus {
  box-shadow: none;
}

.courses-sidebar-skill ul li .form-check-input[type="checkbox"] {
  border-radius: 4px;
}

.courses-sidebar-rating {
  background-color: #f3f4f8;
  border-radius: 8px;
  padding: 40px;
  text-align: left;
  margin-top: 50px;
}

.courses-sidebar-rating ul {
  list-style: none;
  text-decoration: none;
  margin-bottom: 0;
  padding-left: 0;
}

.courses-sidebar-rating ul li {
  margin-bottom: 12px;
}

.courses-sidebar-rating ul li:last-child {
  margin-bottom: 0;
}

.courses-sidebar-rating ul .form-check-label {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #777777;
  cursor: pointer;
  line-height: 28px;
}

.courses-sidebar-rating ul .form-check .form-check-input {
  float: left;
  margin-right: 10px;
}

.courses-sidebar-rating ul li .form-check-input {
  width: 20px;
  height: 20px;
  border: 1px solid #777777;
  cursor: pointer;
  transition: all 0.1s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.courses-sidebar-rating ul li .form-check-input:checked {
  background-color: #0060ff;
  border-color: #0060ff;
  transition: all 0.1s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.courses-sidebar-rating ul li .form-check-input:focus {
  box-shadow: none;
}

.courses-sidebar-rating ul li .form-check-input[type="checkbox"] {
  border-radius: 4px;
}

.courses-sidebar-rating ul li .form-check-label.star-edit i {
  margin-left: 8px;
  font-size: 20px;
  color: #ffc107;
}

.courses-sidebar-rating ul li .form-check-label.star-edit i:first-child {
  margin-left: 0;
}

.main-courses-list-box {
  padding-left: 20px;
}

.courses-list-style-box {
  background-color: #f3f4f8;
  padding: 10px 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.courses-list-show-box a {
  display: flex;
  align-items: center;
}

.courses-list-show-box a i {
  font-size: 20px;
  color: #050d36;
  transition: all 0.1s cubic-bezier(0.98, 0.57, 1, 1) 0s;
  margin-right: 10px;
}

.courses-list-show-box:hover a i {
  color: #0060ff;
  transition: all 0.1s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.courses-list-show-box a span {
  font-weight: 500;
  color: #777777;
}

.courses-list-dropdown-box .form-select {
  width: auto;
  padding: 7px 54px 7px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  color: #777777;
  border: 1px solid #777777;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.1s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.courses-list-dropdown-box .form-select:focus {
  box-shadow: none;
}

.courses-list-dropdown-box option {
  font-weight: 500;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  color: #777777;
}

.courses-list-box {
  margin-top: 30px;
}

.courses-pagination {
  display: block;
  text-align: center;
  margin-top: 40px;
}

.pagination-arrow {
  color: #ff5219;
  font-size: 35px;
  display: inline-block;
  margin: 0 18px;
  vertical-align: middle;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.pagination-arrow:hover {
  color: #0060ff;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.courses-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.courses-pagination ul li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background-color: #ebebeb;
  border-radius: 50px;
  color: #777777;
  font-weight: 500;
  font-size: 18px;
  margin: 0 7px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.courses-pagination ul li.active,
.courses-pagination ul li.active:hover {
  background: #ff5219;
  color: #ffffff;
  cursor: default;
}

.courses-pagination ul li:hover {
  background-color: #ff5219;
  color: #ffffff;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
/*==========Courses Page CSS End==========*/

/*==========Course Detail Page CSS Start==========*/
.main-course-detail-in {
  padding-top: 120px;
  padding-bottom: 90px;
}

.course-detail-box {
  padding-right: 20px;
}

.course-detail-box .h2-title {
  padding-top: 0;
}

.course-detail-instructor-date-box {
  display: flex;
  align-items: center;
}

.course-detail-instructor {
  display: flex;
  align-items: center;
}

.course-detail-instructor-img {
  border: solid 3px #ffffff;
  box-shadow: 0px 5px 20px 0px rgb(0, 0, 0, 0.15);
  border-radius: 100%;
}

.course-detail-instructor-text {
  margin-left: 15px;
}

.course-detail-instructor-text a p {
  font-weight: 500;
  margin-bottom: 0;
  color: #050d36;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.course-detail-instructor-text a p:hover {
  color: #ff5219;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.course-detail-instructor-text span {
  color: #777777;
}

.course-detail-date {
  margin-left: 50px;
}

.course-detail-date a p {
  font-weight: 500;
  margin-bottom: 0;
  color: #050d36;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.course-detail-date a p:hover {
  color: #ff5219;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.course-detail-date span {
  color: #777777;
}

.course-detail-rating-tag-box {
  display: flex;
  align-items: center;
}

.course-detail-rating-star {
  display: flex;
  align-items: center;
}

.course-detail-rating-star i {
  font-size: 18px;
  color: #ffc107;
  margin-left: 8px;
}

.course-detail-rating-star i:first-child {
  margin-left: 0;
}

.course-detail-rating-star p {
  margin-bottom: 0;
  color: #050d36;
  font-weight: 500;
  margin-left: 8px;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.course-detail-rating-box a:hover p {
  color: #ff5219;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.course-detail-rating-box span {
  color: #777777;
}

.course-detail-tag-box {
  margin-left: 65px;
}

.course-detail-tag-box ul {
  list-style: none;
  text-decoration: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
}

.course-detail-tag-box ul li {
  margin-left: 20px;
}

.course-detail-tag-box ul li:first-child {
  margin-left: 0;
}

.course-detail-tag-box ul li a {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 15px;
  padding: 8px 20px;
  color: #ffffff;
  border-radius: 4px;
}

.course-detail-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.course-detail-img > img {
  width: 100%;
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.course-detail-img:hover > img {
  transform: scale(1.05);
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.course-detail-point {
  margin-top: 30px;
}

.course-detail-point ul {
  list-style: none;
  text-decoration: none;
  padding-left: 0;
  margin-bottom: 0;
}

.course-detail-point ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.course-detail-point ul li:last-child {
  margin-bottom: 0;
}

.course-detail-point ul li i {
  font-size: 30px;
  color: #ff5219;
  margin-right: 15px;
}

.course-detail-point ul li p {
  font-weight: 500;
  color: #050d36;
  margin-bottom: 0;
}

.course-detail-share ul {
  list-style: none;
  text-decoration: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
}

.course-detail-share ul li {
  margin-left: 20px;
}

.course-detail-share ul li:first-child {
  margin-left: 0;
}

.course-detail-share ul li a i {
  width: 45px;
  height: 45px;
  border: solid 1px #050d36;
  border-radius: 4px;
  line-height: 18px;
  font-size: 18px;
  padding-top: 4px;
  color: #050d36;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.course-detail-share ul li a i:hover {
  border: solid 1px #ff5219;
  background-color: #ff5219;
  color: #ffffff;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.course-detail-share {
  margin-top: 30px;
}

.get-the-course {
  background-color: #f3f4f8;
  border-radius: 8px;
  padding: 40px;
  text-align: left;
}

.get-the-course ul {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style: none;
}

.get-the-course ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.get-the-course ul li:last-child {
  margin-bottom: 0;
}

.get-the-course ul li p {
  color: #050d36;
  font-weight: 500;
  margin-bottom: 0;
}

.get-the-course ul li p span {
  color: #777777;
}

.get-course-icon {
  width: 35px;
  height: 35px;
  margin-right: 15px;
  background-color: #0060ff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.get-course-line {
  width: 100%;
  height: 1px;
  background-color: #d7d7d7;
  margin-top: 30px;
  margin-bottom: 30px;
}

.get-course-dropdown .form-select {
  width: 100%;
  padding: 7px 54px 7px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  color: #777777;
  border: 1px solid #777777;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.1s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.get-course-dropdown .form-select:focus {
  box-shadow: none;
}

.get-course-dropdown option {
  font-weight: 500;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  color: #777777;
}

.get-course-price {
  display: flex;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
}

.get-course-price .h3-title {
  margin-bottom: 0;
}

.get-course-price span {
  font-family: "Jost", sans-serif;
  color: #777777;
  text-decoration: line-through;
  font-size: 15px;
  font-weight: 500;
  margin-left: 10px;
}

.get-course-price p {
  background-color: rgb(7, 149, 97, 0.1);
  width: 72px;
  height: 28px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
  color: #079561;
  margin-left: 30px;
}

.recent-course-box {
  background-color: #f3f4f8;
  border-radius: 8px;
  padding: 40px;
  text-align: left;
  margin-top: 50px;
}

.recent-course-box ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  text-transform: none;
}

.recent-course-box ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.recent-course-box ul li:last-child {
  margin-bottom: 0;
}

.recent-course-text {
  width: calc(100% - 115px);
}

.recent-course-text a p {
  font-weight: 500;
  margin-bottom: 0;
  transition: all 0.1s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.recent-course-box ul li:hover p {
  color: #050d36;
  transition: all 0.1s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.recent-course-text span {
  color: #ff5219;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}

.recent-course-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  margin-right: 15px;
}

.recent-course-img > img {
  width: 100%;
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.recent-course-box ul li:hover > .recent-course-img img {
  transform: scale(1.05);
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
/*==========Course Detail Page CSS End==========*/

/*==========Event Detail Page CSS Start==========*/
.main-event-detail-in {
  padding-top: 120px;
  padding-bottom: 70px;
}

.event-detail-box {
  padding-right: 20px;
}

.event-detail-instructor-date-box {
  display: flex;
  align-items: center;
}

.event-detail-instructor {
  display: flex;
  align-items: center;
}

.event-detail-instructor-img {
  border: solid 3px #ffffff;
  box-shadow: 0px 5px 20px 0px rgb(0, 0, 0, 0.15);
  border-radius: 100%;
}

.event-detail-instructor-text {
  margin-left: 15px;
}

.event-detail-instructor-text a p {
  font-weight: 500;
  margin-bottom: 0;
  color: #050d36;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.event-detail-instructor-text a p:hover {
  color: #ff5219;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.event-detail-instructor-text span {
  color: #777777;
}

.event-detail-date {
  margin-left: 50px;
}

.event-detail-date a p {
  font-weight: 500;
  margin-bottom: 0;
  color: #050d36;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.event-detail-date a p:hover {
  color: #ff5219;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.event-detail-date span {
  color: #777777;
}

.event-detail-location-time {
  display: flex;
  align-items: center;
}

.event-detail-location {
  margin-left: 5px;
}

.event-detail-location a p {
  font-weight: 500;
  margin-bottom: 0;
  color: #050d36;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.event-detail-location a p:hover {
  color: #ff5219;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.event-detail-location span {
  color: #777777;
}

.event-detail-time {
  margin-left: 50px;
}

.event-detail-time a p {
  font-weight: 500;
  margin-bottom: 0;
  color: #050d36;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.event-detail-time a p:hover {
  color: #ff5219;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.event-detail-time span {
  color: #777777;
}

.event-detail-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.event-detail-img > img {
  width: 100%;
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.event-detail-img:hover > img {
  transform: scale(1.05);
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.event-detail-price-box {
  background-color: #f3f4f8;
  padding: 40px;
  border-radius: 8px;
}

.event-detail-price-box .get-course-price {
  margin-top: 0;
}

.event-detail-related-event-box {
  background-color: #f3f4f8;
  padding: 40px;
  border-radius: 8px;
  margin-top: 50px;
}

.event-detail-related-event-box ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  text-transform: none;
}

.event-detail-related-event-box ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.event-detail-related-event-box ul li:last-child {
  margin-bottom: 0;
}

.related-event-text {
  width: calc(100% - 115px);
}

.related-event-text a p {
  font-weight: 500;
  margin-bottom: 0;
  transition: all 0.1s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.event-detail-related-event-box ul li:hover p {
  color: #050d36;
  transition: all 0.1s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.related-event-text span {
  color: #ff5219;
}

.related-event-text span:last-child {
  margin-left: 15px;
}

.related-event-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  margin-right: 15px;
}

.related-event-img > img {
  width: 100%;
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.event-detail-related-event-box ul li:hover > .related-event-img img {
  transform: scale(1.05);
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
/*==========Event Detail Page CSS End==========*/

/*==========Instructor Page CSS Start==========*/
.main-instructor-detail-in {
  padding-top: 120px;
  padding-bottom: 120px;
}

.instructor-detail-img-box {
  padding-right: 70px;
  position: relative;
}

.instructor-detail-img {
  display: block;
  overflow: hidden;
  border-radius: 8px;
}

.instructor-detail-img > img {
  width: 100%;
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.instructor-detail-img:hover > img {
  transform: scale(1.05);
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.instructor-detail-box {
  position: relative;
  width: 375px;
  background-color: #ff5219;
  box-shadow: 0px 20px 30px 0px rgb(255, 82, 25, 0.3);
  padding: 68px 50px;
  border-radius: 8px;
  text-align: left;
  display: block;
  float: right;
  margin-top: -306px;
}

.instructor-detail-box .h3-title {
  font-size: 36px;
  line-height: 48px;
  color: #ffffff;
  margin-bottom: 20px;
}

.instructor-detail-box p {
  margin-bottom: 0;
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
}

.main-instructor-page-in {
  padding-bottom: 60px;
}

.main-instructor-page-in .instructor-box {
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
}
/*==========Instructor Page CSS End==========*/

/*==========Instructor Detail Page CSS Start==========*/
.main-instructor-detail-page-in {
  padding-top: 120px;
  padding-bottom: 60px;
}

.instructor-detail-info-img-box {
  padding: 20px;
  position: relative;
}

.instructor-detail-info-img-box::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  background-color: #ff5219;
  border-radius: 8px;
  top: 0;
  left: 0;
  z-index: -1;
}

.instructor-detail-info-img-box::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  background-color: #0060ff;
  border-radius: 8px;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.instructor-detail-page-img {
  display: block;
  overflow: hidden;
  border-radius: 8px;
}

.instructor-detail-page-img > img {
  width: 100%;
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.instructor-detail-info-img-box:hover > .instructor-detail-page-img img {
  transform: scale(1.05);
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.instructor-detail-info-box {
  padding-left: 20px;
}

.instructor-detail-info-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.instructor-detail-info-user-box {
  display: flex;
  align-items: center;
}

.instructor-detail-info-name-rating {
  display: flex;
  align-items: center;
}

.instructor-detail-info-name .h2-title {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 50px;
  line-height: 60px;
}

.instructor-detail-info-name span {
  color: #777777;
}

.instructor-detail-info-name-rating .course-detail-rating-box {
  margin-left: 50px;
}

.instructor-detail-info-follow ul {
  list-style: none;
  text-decoration: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.instructor-detail-info-follow ul li {
  margin-left: 15px;
}

.instructor-detail-info-follow ul li:first-child {
  margin-left: 0;
}

.instructor-detail-info-follow ul li a i {
  color: #050d36;
  font-size: 18px;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.instructor-detail-info-follow ul li a i:hover {
  color: #ff5219;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.instructor-detail-info-follow span {
  color: #777777;
}

.instructor-detail-info-follow {
  margin-left: 50px;
}

.instructor-detail-info-line {
  width: 100%;
  height: 1px;
  background-color: #d7d7d7;
  margin-top: 40px;
  margin-bottom: 40px;
}

.instructor-detail-info-courses .h2-title {
  font-size: 50px;
  line-height: 60px;
  text-align: left;
  padding-top: 0;
  margin-bottom: 0;
}

.why_choose_area {
  position: relative;
  padding-bottom: 120px;
  padding-top: 60px;
}
.single_choose .choose_content {
  margin-top: 15px;
}
.choose_content h5 {
  color: #002639;
  font-weight: 600;
  font-size: 18px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.why_choose_image {
  position: absolute;
  top: 0;
  height: 100%;
  right: -35px;
  display: table;
  z-index: -1;
}
.why_choose_image .image {
  display: table-cell;
  vertical-align: bottom;
}
.enrolled-img-content {
  position: absolute;
  bottom: 40px;
  right: 20px;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
  padding: 15px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 6%);
  box-shadow: 0 0 15px rgb(0 0 0 / 6%);
  border-radius: 10px;
}
.enrolled-img-content i {
  width: 45px;
  height: 45px;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  background-color: #ff5219;
  margin-right: 12px;
  text-align: center;
  border-radius: 50px;
}
.enrolled-img-content .content h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #ff5219;
}
.enrolled-img-content .content p {
  font-size: 13px;
  margin-bottom: 0;
}
@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media screen and (max-width: 768px) {
  .why_choose_content {
    text-align: center;
  }
}

/*==========Instructor Detail Page CSS End==========*/

/*==========Mock Test Page CSS Start==========*/

.mock-sec {
  padding: 60px 0;
  background-repeat: no-repeat;
}
.mock-sec .feature-card {
  padding: 35px 20px;
  background-color: #fff;
  box-shadow: 0px 4px 21px rgb(179 193 219 / 25%);
  border-radius: 10px;
  text-align: center;
}
.mock-sec .feature-card_icon {
  margin-bottom: 25px;
}
.mock-sec .feature-card_icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  max-height: 70px;
}
.mock-sec .feature-card:hover .feature-card_icon img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.mock-sec .feature-card_title {
  font-size: 20px;
  margin-bottom: 12px;
  margin-top: -0.28em;
  font-weight: 600;
}
.mock-sec .feature-card_text {
  margin-bottom: -0.45em;
  line-height: 1.5;
  font-size: 14px;
}
.feature-card-wrap:nth-child(even) {
  -webkit-transform: translateY(24px);
  -ms-transform: translateY(24px);
  transform: translateY(24px);
}

.feature-card-wrap.notrs:nth-child(even) {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.lggrid {
  border: 3px solid #fd5119;
  margin-bottom: 1rem;
  height: 100%;
}
.lggrid h3 {
  background-color: #ff5219;
  padding: 20px 10px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .lggrid {
    height: auto;
  }
  .feature-card-wrap:nth-child(even) {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .main-banner-in.mt {
    padding-top: 122px !important;
  }
  .main-banner-in.mt .h1-title {
    font-size: 42px !important;
  }
}

/*==========Mock Test Page CSS End==========*/
.mock-sec .feature-card {
  overflow: hidden;
  position: relative;
}

.mock-sec .feature-card .mask {
  background: #ff5219;
  color: #fff;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 20px;
  line-height: 1.3;
  font-size: 14px;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
}

.mock-sec .feature-card p.mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -o-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
  border: 6px solid #222;
  border-radius: 6px;
  overflow: hidden;
}
.mock-sec .feature-card:hover p.mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.mock-sec .feature-card:hover .mask {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
@media screen and (max-width: 768px) {
  .feature-card-wrap.notrs {
    margin-bottom: 2rem;
  }
}

/*==========FAQ Page CSS Start==========*/
.main-faq-in {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f3f4f8;
}

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

.accordion-item.faq-bg {
  background-color: #ffffff;
  border: none;
  margin-bottom: 20px;
  border-radius: 0;
  border-radius: 8px;
}

.accordion-item.faq-bg:first-of-type {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.accordion-button.faq-btn {
  min-height: 60px;
  display: flex;
  align-items: center;
  line-height: 28px;
  margin-bottom: 0;
  padding: 5px 90px 5px 30px;
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  color: #050d36;
  cursor: pointer;
  box-shadow: 0px 30px 60px 0px rgb(0, 0, 0, 0.1);
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.accordion-button.faq-btn:not(.collapsed) {
  color: #050d36;
  background-color: #ffffff;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.accordion-button {
  background-color: #ffffff;
}

.accordion-button:not(.collapsed) {
  box-shadow: 1px 1px 60px 0px rgba(0, 0, 0, 0.1);
}

.accordion-button.faq-btn:focus {
  z-index: 0;
  border-color: #fff;
  outline: 0;
  box-shadow: 0px 30px 60px 0px rgb(0, 0, 0, 0.1);
}

.accordion-button.faq-btn:after {
  display: none;
}

.accordion-header.h3-title {
  padding-top: 0;
}

.accordion.faq-box .accordion-item.faq-bg .accordion-header.h3-title .icon {
  position: absolute;
  color: #fff;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  background: #ff5219;
  border-radius: 0 8px 8px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}

.accordion.faq-box .accordion-item.faq-bg .accordion-header.h3-title > span {
  position: relative;
  z-index: 1;
}

.accordion.faq-box .accordion-item.faq-bg .accordion-header.h3-title .accordion-button.faq-btn.collapsed .icon i {
  position: relative;
  color: #fff;
  transform: rotate(0deg);
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
  z-index: 1;
}

.accordion.faq-box .accordion-item.faq-bg .accordion-header.h3-title .icon i {
  position: relative;
  color: #fff;
  transform: rotate(-90deg);
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
  z-index: 1;
}

.accordion-item:first-of-type .accordion-button {
  border-radius: 8px;
}

.accordion-collapse.collapse.show {
  box-shadow: 0px 30px 60px 0px rgb(0, 0, 0, 0.1);
  border-radius: 8px;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.accordion-button:hover {
  z-index: 0;
}

.accordion.part-1 {
  padding-right: 15px;
}

.accordion.part-2 {
  padding-left: 15px;
}

.main-submit-ticket-in {
  padding-top: 120px;
  padding-bottom: 90px;
}

.submit-ticket-img-box {
  position: relative;
}

.submit-ticket-form-content {
  padding-left: 20px;
}

.submit-ticket-img-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 355px;
  border-radius: 50px;
  background-color: #0060ff;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.submit-ticket-form .form-input {
  border: solid 1px #777777;
}

.submit-ticket-form textarea {
  height: 160px;
}

.submit-ticket-form .sec-btn {
  border: none;
  margin-top: 10px;
}
/*==========FAQ Page CSS End==========*/

/*==========Pricing Page CSS Start==========*/
.main-pricing-in {
  padding-top: 120px;
  padding-bottom: 120px;
}
/*==========Pricing Page CSS End==========*/

/*==========Blog List Page CSS Start==========*/
.main-blog-list-in {
  padding-top: 120px;
  padding-bottom: 90px;
}

.main-blog-list-box {
  padding-right: 20px;
}

.blog-list-box {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 30px 60px 0px rgb(0, 0, 0, 0.1);
  margin-bottom: 50px;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-big-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.blog-big-img > img {
  width: 100%;
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
  border: 8px solid #fb5119;
  border-radius: 30px;
}

.blog-list-box:hover .blog-big-img > img {
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-big-content {
  padding: 30px;
}

.blog-big-user-box {
  display: flex;
  align-items: center;
}

.blog-big-user {
  display: flex;
  align-items: center;
}

.blog-big-user-icon {
  margin-right: 10px;
}

.blog-big-user a p {
  margin-bottom: 0;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-big-user a p:hover {
  color: #050d36;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-big-user-line {
  width: 1px;
  height: 15px;
  background-color: #d7d7d7;
  margin-right: 20px;
  margin-left: 20px;
}

.blog-big-content .h3-title {
  margin-top: 15px;
  margin-bottom: 20px;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-list-box:hover .h3-title {
  color: #ff5219;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-big-content .sec-btn {
  margin-top: 20px;
}

.main-blog-list-in .courses-pagination {
  padding-right: 20px;
  display: block;
  text-align: center;
  margin-top: 70px;
}

.blog-list-sidebar-categories-box {
  background-color: #f3f4f8;
  border-radius: 8px;
  padding: 40px;
  text-align: left;
  margin-top: 50px;
}

.blog-list-sidebar-categories-box ul {
  list-style: none;
  text-decoration: none;
  margin-bottom: 0;
  padding-left: 0;
}

.blog-list-sidebar-categories-box ul li {
  margin-bottom: 15px;
}

.blog-list-sidebar-categories-box ul li:last-child {
  margin-bottom: 0;
}

.blog-list-sidebar-categories-box ul li a {
  display: flex;
  align-items: center;
}

.blog-list-sidebar-categories-box ul li a i {
  font-size: 20px;
  color: #777777;
  margin-right: 10px;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-list-sidebar-categories-box ul li:hover a i {
  color: #ff5219;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-list-sidebar-categories-box ul li:hover a p {
  color: #ff5219;
  margin-left: 10px;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-list-sidebar-categories-box ul li a p {
  margin-bottom: 0;
  font-weight: 500;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-list-sidebar-recent-post {
  background-color: #f3f4f8;
  border-radius: 8px;
  padding: 40px;
  text-align: left;
  margin-top: 50px;
}

.blog-list-sidebar-recent-post ul {
  list-style: none;
  text-decoration: none;
  padding-left: 0;
  margin-bottom: 0;
}

.blog-list-sidebar-recent-post ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.blog-list-recent-post-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  margin-right: 15px;
}

.blog-list-recent-post-img > img {
  width: 100%;
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-list-sidebar-recent-post ul li:hover .blog-list-recent-post-img > img {
  transform: scale(1.05);
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-list-recent-post-content {
  width: calc(100% - 115px);
}

.blog-list-recent-post-content p {
  font-weight: 500;
  margin-bottom: 0;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-list-sidebar-recent-post ul li:hover p {
  color: #050d36;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-list-recent-post-content .blog-date a p {
  font-weight: 400;
  color: #ff5219;
}

.blog-list-sidebar-recent-post ul li:hover .blog-list-recent-post-content .blog-date a p {
  color: #ff5219;
}

.blog-list-sidebar-tag-box {
  background-color: #f3f4f8;
  border-radius: 8px;
  padding: 40px;
  text-align: left;
  margin-top: 50px;
}

.blog-list-sidebar-tag-box ul {
  list-style: none;
  text-decoration: none;
  margin-bottom: 0;
  padding-left: 0;
}

.blog-list-sidebar-tag-box ul li {
  margin-right: 15px;
  margin-bottom: 15px;
  display: inline-block;
  align-items: center;
}

.blog-list-sidebar-tag-box ul li a {
  padding: 10px 25px;
  border: solid 1px #777777;
  color: #777777;
  font-weight: 500;
  display: inline-block;
  border-radius: 8px;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-list-sidebar-tag-box ul li a:hover {
  background-color: #ff5219;
  border: solid 1px #ff5219;
  color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgb(255, 82, 25, 0.4);
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
/*==========Blog List Page CSS End==========*/

/*==========Blog Detail Page CSS Start==========*/
.main-blog-detail-in {
  padding-top: 120px;
  padding-bottom: 90px;
}

.blog-detail-info-box {
  padding-right: 20px;
}

.blog-detail-info-img-1 {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 30px;
}

.blog-detail-info-img-1 > img {
  width: 100%;
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-detail-info-img-1:hover > img {
  transform: scale(1.05);
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-detail-info-box .blog-big-user-box {
  margin-bottom: 20px;
}

.blog-detail-point {
  margin-top: 20px;
}

.blog-detail-point ul {
  list-style: none;
  text-decoration: none;
  padding-left: 0;
  margin-bottom: 0;
}

.blog-detail-point ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.blog-detail-point ul li:last-child {
  margin-bottom: 0;
}

.blog-detail-point ul li i {
  font-size: 30px;
  color: #ff5219;
  margin-right: 15px;
}

.blog-detail-point ul li p {
  font-weight: 500;
  color: #050d36;
  margin-bottom: 0;
}

.blog-detail-text-box {
  background-color: #ffffff;
  border-radius: 8px;
  border-left: solid 5px #ff5219;
  box-shadow: 0px 30px 60px 0px rgb(0, 0, 0, 0.1);
  padding: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-box-author {
  display: flex;
  align-items: center;
}

.text-box-line {
  width: 40px;
  height: 1px;
  background-color: #0060ff;
  margin-right: 15px;
}

.text-box-author .h3-title {
  color: #0060ff;
  margin-bottom: 0;
}

.blog-detail-line {
  width: 100%;
  height: 1px;
  background-color: #d7d7d7;
  margin-top: 40px;
  margin-bottom: 15px;
}

.blog-detail-tag-share-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-detail-tag {
  display: flex;
  align-items: center;
}

.blog-detail-tag span {
  font-weight: 500;
  color: #050d36;
  margin-right: 15px;
}

.blog-detail-tag ul {
  list-style: none;
  text-decoration: none;
  margin-bottom: 0;
  padding-left: 0;
}

.blog-detail-tag ul li {
  margin-right: 15px;
  display: inline-block;
  align-items: center;
}

.blog-detail-tag ul li a {
  padding: 10px 25px;
  border: solid 1px #777777;
  color: #777777;
  font-weight: 500;
  display: inline-block;
  border-radius: 8px;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-detail-tag ul li a:hover {
  background-color: #ff5219;
  border: solid 1px #ff5219;
  color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgb(255, 82, 25, 0.4);
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-detail-share ul {
  list-style: none;
  text-decoration: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.blog-detail-share ul li {
  margin-left: 15px;
}

.blog-detail-share ul li:first-child {
  margin-left: 0;
}

.blog-detail-share ul li a i {
  color: #050d36;
  font-size: 18px;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-detail-share ul li a i:hover {
  color: #ff5219;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-detail-related-blog-box {
  margin-top: 120px;
}

.blog-detail-comment-box {
  margin-top: 120px;
}

.client-comment-box {
  display: flex;
  align-items: center;
}

.client-comment-img {
  margin-right: 20px;
}

.client-comment-img img {
  border-radius: 8px;
}

.client-comment-content {
  width: calc(100% - 190px);
}

.client-comment-content .h3-title {
  margin-bottom: 10px;
  line-height: 20px;
}

.client-comment-content span {
  color: #0060ff;
}

.client-comment-content p {
  margin-top: 5px;
  margin-bottom: 20px;
}

.reply-btn {
  background-color: #ff5219;
  color: #ffffff;
  border-radius: 4px;
  padding: 10px 15px;
  margin-top: 10px;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.reply-btn i {
  margin-right: 10px;
  font-size: 16px;
  color: #ffffff;
}

.reply-btn:hover {
  background-color: #0060ff;
  color: #ffffff;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-detail-comment-box .blog-detail-line {
  margin-top: 50px;
  margin-bottom: 50px;
}

.blog-detail-leave-reply-box {
  margin-top: 70px;
}

.leave-reply-form .form-input {
  border: solid 1px #777777;
}

.leave-reply-form textarea {
  height: 120px;
}

.leave-reply-form .sec-btn {
  border: none;
  margin-top: 10px;
}
/*==========Blog Detail Page CSS End==========*/

/*==========Contact Us Page CSS Start==========*/
.main-contact-page-in {
  padding-top: 120px;
  padding-bottom: 120px;
}

.contact-detail-box {
  background-color: #0060ff;
  border-radius: 8px;
  padding: 60px 50px;
  box-shadow: 0px 30px 60px 0px rgb(0, 96, 255, 0.4);
}

.contact-detail-box .h3-title {
  color: #ffffff;
  font-size: 36px;
  line-height: 46px;
}

.contact-detail-box p {
  color: #ffffff;
}

.contact-detail-box ul {
  list-style: none;
  text-decoration: none;
  margin-bottom: 0;
  padding-left: 0;
  margin-top: 50px;
}

.contact-detail-box ul li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.contact-detail-box ul li:last-child {
  margin-bottom: 0;
}

.contact-detail-content p {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
}

.contact-text {
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.contact-detail-content {
  width: calc(100% - 50px);
}

.contact-detail-icon {
  margin-right: 20px;
}

.get-touch-box {
  padding-left: 20px;
}

.get-touch-form .form-input {
  border: solid 1px #777777;
}

.get-touch-form .sec-btn {
  margin-top: 10px;
  border: none;
}

.get-touch-form textarea {
  height: 120px;
}
.main-contact-map-in h3 {
  background: #ff5219;
  color: #fff;
  padding: 10px 0;
  text-transform: uppercase;
  letter-spacing: 7px;
  font-size: 21px;
  margin-bottom: 22px;
  position: relative;
  overflow: hidden;
}
.main-contact-map-in h3:before {
  content: "";
  background: #222;
  height: 100%;
  position: absolute;
  width: 40%;
  z-index: 0;
  top: 0;
  transform: skewX(28deg);
  left: -25%;
}
.main-contact-map-in h3:after {
  content: "";
  background: #222;
  height: 100%;
  position: absolute;
  width: 40%;
  z-index: 0;
  top: 0;
  transform: skewX(28deg);
  right: -25%;
}

.main-contact-map-in {
  width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 0 14px 2px rgb(0 0 0 / 6%);
}

/*==========Contact Us Page CSS End==========*/

/*==========Scroll To Top CSS Start==========*/
.scroll-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background-color: #ff5219;
  border-radius: 100%;
  font-size: 25px;
  color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  overflow: hidden;
  z-index: 50;
  display: none;
}

.scroll-top:hover {
  box-shadow: 1px 1px 60px rgb(0 0 0 / 15%);
  transition: 0.3s;
  color: #ffffff;
}

.scroll-top:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0060ff;
  transition: 0.3s;
  z-index: 0;
}

.scroll-top:hover:before {
  top: 0;
}

.scroll-top i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 10px;
  z-index: 1;
}

.scroll-top:hover i {
  animation: swipe 0.6s linear infinite alternate;
}

@keyframes swipe {
  from {
    margin-top: -3px;
  }
  to {
    margin-top: 3px;
  }
}
/*==========Scroll To Top CSS End==========*/

/*==========Bubbles Animation CSS Start==========*/
.bubbles_wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: hidden;
  pointer-events: none;
}

@-webkit-keyframes animateBubble {
  0% {
    margin-top: 20%;
  }
  to {
    margin-top: -30%;
  }
}

@-moz-keyframes animateBubble {
  0% {
    margin-top: 20%;
  }
  to {
    margin-top: -30%;
  }
}

@keyframes animateBubble {
  0% {
    margin-top: 20%;
  }
  to {
    margin-top: -30%;
  }
}

@-webkit-keyframes sideWays {
  0% {
    margin-left: 0;
  }
  to {
    margin-left: 25px;
  }
}

@-moz-keyframes sideWays {
  0% {
    margin-left: 0;
  }
  to {
    margin-left: 25px;
  }
}

@keyframes sideWays {
  0% {
    margin-left: 0;
  }
  to {
    margin-left: 25px;
  }
}

.x1 {
  -webkit-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 6%;
  top: 45%;
  background: #ff5219;
}

.x2 {
  -webkit-animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
  left: 5%;
  top: 80%;
  background: #0060ff;
}

.x3 {
  -webkit-animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 10%;
  top: 40%;
  background: #ff5219;
}

.x4 {
  -webkit-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
  left: 20%;
  top: 0;
  background: #0060ff;
}

.x5 {
  -webkit-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
  left: 30%;
  top: 50%;
  background: #ff5219;
}

.x6 {
  -webkit-animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 50%;
  top: 0;
  background: #0060ff;
}

.x7 {
  -webkit-animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 65%;
  top: 70%;
  background: #ff5219;
}

.x8 {
  -webkit-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
  left: 80%;
  top: 10%;
  background: #0060ff;
}

.x9 {
  -webkit-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
  left: 90%;
  top: 50%;
  background: #ff5219;
}

.x10 {
  -webkit-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 80%;
  top: 80%;
  background: #0060ff;
}

.bubble {
  position: absolute;
  border-radius: 2px;
  box-shadow: none;
  width: 5px;
  height: 5px;
}
/*==========Bubbles Animation CSS End==========*/

/*================================================
Courses Categories CSS
=================================================*/
.courses-categories-area {
  position: relative;
}

.single-courses-category {
  text-align: center;
  margin-bottom: 22px;
}

.single-courses-category a {
  display: block;
  background-color: #ffffff;
  border-radius: 5px;
  position: relative;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  padding: 35px 5px;
  color: #252525;
  z-index: 1;
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-courses-category a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background-color: #ff1949;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-courses-category a:hover,
.single-courses-category a:focus {
  border-radius: 0;
  color: #ffffff;
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}

.single-courses-category a:hover::before,
.single-courses-category a:focus::before {
  height: 100%;
}

.clr1 .col-lg:nth-child(2) .single-courses-category a:before {
  background-color: #fea116;
}
.clr1 .col-lg:nth-child(3) .single-courses-category a:before {
  background-color: #1cb5a3;
}
.clr1 .col-lg:nth-child(4) .single-courses-category a:before {
  background-color: #3d64ff;
}
.clr2 .col-lg:nth-child(1) .single-courses-category a:before {
  background-color: #9764df;
}
.clr2 .col-lg:nth-child(2) .single-courses-category a:before {
  background-color: #e74d57;
}
.clr2 .col-lg:nth-child(3) .single-courses-category a:before {
  background-color: #bfd131;
}
.clr2 .col-lg:nth-child(4) .single-courses-category a:before {
  background-color: #c81a7f;
}

@keyframes border-transform {
  0%,
  100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

@media screen and (min-width: 1200px) {
  .main-navigation ul li ul li a:before {
    display: none;
  }
}

/*==========Responsive CSS Start==========*/
@media screen and (max-width: 1399px) {
  .h1-title {
    font-size: 52px;
    line-height: 75px;
  }

  .h2-title {
    font-size: 36px;
    line-height: 43px;
  }

  .shape-1 {
    width: 90px;
    top: 210px;
    left: 30px;
  }

  .shape-2 {
    width: 55px;
    top: 670px;
    left: 35px;
  }

  .shape-3 {
    width: 263px;
  }

  .shape-4 {
    top: 650px;
    right: 116px;
    width: 30px;
  }

  .main-banner {
    padding-top: 200px;
  }

  .banner-content .h1-title {
    margin-bottom: 30px;
  }

  .about-img-box {
    width: 660px;
    float: right;
    left: 30px;
  }

  .cta-title .h2-title {
    font-size: 30px;
    line-height: 40px;
  }

  .footer-our-link {
    padding: 0 15px;
  }

  .footer-other-link {
    padding: 0 15px;
  }

  .get-course-price .h3-title {
    font-size: 22px;
  }

  .course-detail-rating-tag-box {
    margin-top: 30px;
  }

  .course-detail-date {
    margin-left: 88px;
  }

  .course-detail-rating-box {
    margin-left: 30px;
  }

  .instructor-detail-info-follow {
    margin-left: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .h1-title {
    font-size: 60px;
    line-height: 70px;
  }

  .h2-subtitle {
    font-size: 20px;
    line-height: 20px;
  }

  .h2-title {
    font-size: 50px;
    line-height: 65px;
  }

  .h3-title {
    font-size: 22px;
    line-height: 30px;
  }

  .main-navigation ul li {
    font-size: 15px;
    margin-left: 0;
    padding-left: 22px;
  }

  .header-btn {
    margin-left: 26px;
  }

  .banner-content p {
    color: #777777;
    font-size: 15px;
    line-height: 24px;
  }

  .aliment-2 {
    right: 60px;
  }

  .banner-img-box {
    max-width: unset;
    width: 570px;
  }

  .event-date p {
    font-size: 30px;
    line-height: 30px;
  }

  .event-date p {
    margin-bottom: 2px;
  }

  .blog-date-comment .blog-box-line {
    margin-left: 6px;
    margin-right: 6px;
  }

  .cta-title .h2-title {
    font-size: 37px;
    line-height: 47px;
  }

  .cta-bg {
    padding: 40px 50px;
  }

  .footer-our-link {
    padding: 0 60px;
  }

  .footer-other-link {
    padding: 0 45px;
  }

  .main-banner-in {
    padding-top: 232px;
    padding-bottom: 124px;
  }

  .main-banner-in .shape-2 {
    position: absolute;
    top: 320px;
    left: 245px;
  }

  .main-banner-in .shape-3 {
    top: 188px;
  }

  .main-banner-in .shape-4 {
    width: 50px;
    top: 340px;
    right: 336px;
  }

  .academic-img-box {
    padding: 15px;
  }

  .event-detail-location-time {
    margin-top: 30px;
  }

  .event-detail-time {
    margin-left: 80px;
  }

  .instructor-detail-box .h3-title {
    font-size: 32px;
    line-height: 44px;
  }

  .instructor-detail-info-name .h2-title {
    font-size: 37px;
    line-height: 47px;
  }

  .instructor-detail-info-courses .h2-title {
    font-size: 37px;
    line-height: 47px;
  }

  .accordion-button.faq-btn {
    line-height: 26px;
    font-size: 16px;
  }

  .accordion.part-1 {
    padding-right: 10px;
  }

  .accordion.part-2 {
    padding-left: 10px;
  }

  .submit-ticket-form-content {
    padding-left: 10px;
  }

  .blog-detail-tag ul li:first-child {
    margin-bottom: 15px;
  }

  .blog-detail-related-blog-box .blog-box {
    margin-bottom: 30px;
  }

  .blog-detail-comment-box {
    margin-top: 90px;
  }

  .contact-detail-box {
    padding: 50px 40px;
  }
}

@media screen and (max-width: 991px) {
  .offerstripe {
    position: absolute;
    top: 71px;
    height: auto;
    line-height: 1;
    padding: 6px;
    width: 100%;
  }

  .event-video-play-box {
    padding: 13px 11px;
  }
  .event-play-icon {
    width: 40px;
    height: 40px;
    font-size: 19px;
  }

  .site-header,
  .site-header.sticky-header {
    background: rgb(255, 255, 255, 0.8);
    height: 70px;
    padding: 0;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    -moz-backdrop-filter: blur(20px);
    -ms-backdrop-filter: blur(20px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }

  .header-bottom {
    background-color: transparent;
    box-shadow: none;
  }

  .site-branding a img {
    width: auto;
    height: auto;
  }

  .sticky-header .header-bottom {
    padding: 23px 0px;
    animation: none;
    transition: 0.3s;
  }

  .site-header .container {
    max-width: 100%;
    padding: 0 30px;
  }

  .toggle-button {
    display: block;
  }

  .site-branding {
    position: fixed;
    top: 0;
    left: 30px;
    width: 200px;
    height: 70px;
    display: flex;
    align-items: center;
  }

  .site-branding a {
    width: 90%;
  }

  .main-navigation ul {
    position: fixed;
    top: 0;
    right: -400px;
    width: 320px;
    height: 100vh;
    max-height: 100vh;
    overflow: auto;
    background: #050d36;
    text-align: center;
    padding: 100px 0 30px;
    box-shadow: -30px 0 30px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
    opacity: 0;
    z-index: 100;
  }

  .main-navigation ul::before {
    content: "";
    position: absolute;
    width: 800px;
    height: 800px;
    opacity: 0.5;
    background: radial-gradient(ellipse at center, rgba(0, 96, 255, 0.6) 0%, rgba(0, 96, 255, 0.6) 0%, rgba(0, 96, 255, 0) 68%, rgba(0, 96, 255, 0) 100%);
    -webkit-background: radial-gradient(ellipse at center, rgba(0, 96, 255, 0.6) 0%, rgba(0, 96, 255, 0.6) 0%, rgba(0, 96, 255, 0) 68%, rgba(0, 96, 255, 0) 100%);
    top: -430px;
    right: -310px;
    z-index: -1;
  }

  .main-navigation ul li ul::before {
    content: "";
    position: relative;
  }

  .main-navigation ul::after {
    content: "";
    position: absolute;
    width: 655px;
    height: 655px;
    opacity: 0.4;
    background: radial-gradient(ellipse at center, rgba(255, 82, 25, 0.6) 0%, rgba(255, 82, 25, 0.6) 0%, rgba(255, 82, 25, 0) 68%, rgba(255, 82, 25, 0) 100%);
    -webkit-background: radial-gradient(ellipse at center, rgba(255, 82, 25, 0.6) 0%, rgba(255, 82, 25, 0.6) 0%, rgba(255, 82, 25, 0) 68%, rgba(255, 82, 25, 0) 100%);
    bottom: -110px;
    left: -330px;
    z-index: -1;
  }

  .main-navigation ul li ul::after {
    content: "";
    position: relative;
  }

  .main-navigation.toggle-menu ul {
    right: 0;
    opacity: 1;
    z-index: 100;
  }

  .main-navigation > ul::-webkit-scrollbar-thumb {
    width: 0;
    background: transparent;
  }

  .main-navigation > ul::-webkit-scrollbar {
    width: 0;
  }

  .main-navigation > ul::-webkit-scrollbar-track {
    width: 0;
    background: transparent;
  }

  .main-navigation ul li {
    display: block;
    margin: -50px 0 10px 0;
    padding: 10px 40px 20px 40px;
    opacity: 0;
    transition: 0.5s;
  }

  .main-navigation ul li:first-child {
    padding: 10px 40px 20px 40px;
  }

  .main-navigation.toggle-menu ul li {
    text-align: left;
    border-bottom: solid 1px rgb(225, 225, 225, 0.2);
    margin-top: 0;
    opacity: 1;
    transition: 0.5s;
    transition-delay: 0.4s;
  }

  .main-navigation ul li:last-child {
    border-bottom: none;
  }

  .main-navigation ul li:last-child a {
    display: inline-block;
    margin: 0 auto;
  }

  .site-header.sticky-header .main-navigation ul li a,
  .site-header.sticky-header .search-icon a,
  .site-header.sticky-header .main-navigation ul li.sub-items > a:before {
    color: #ffffff;
  }
  .main-navigation ul li a {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    display: block;
  }

  .main-navigation ul li.sub-items > a:before {
    color: #ffffff !important;
    width: 30px;
    text-align: center;
    background: #ff4f32;
  }

  ul.menu li ul li.sub-items {
    padding-right: 0 !important;
  }

  .main-navigation ul li.sub-items.active > a:before {
    color: #ff5219;
  }

  .main-navigation ul li ul.sub-menu,
  .main-navigation ul li:hover ul.sub-menu {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    display: block;
    animation: none;
    padding: 0;
    margin-top: 10px;
    transition: 0s;
    display: none;
  }
  .main-navigation ul li.active-sub-menu > ul {
    left: 0 !important;
    top: 0 !important;
    right: auto !important;
    width: auto !important;
  }

  .main-navigation ul li ul.sub-menu li {
    text-align: left;
    border: none;
    padding: 0 16px;
    margin-bottom: 10px;
  }

  .main-navigation ul li ul.sub-menu li:first-child {
    padding-left: 16px;
  }

  .main-navigation ul li ul.sub-menu li:last-child {
    margin-bottom: 0;
  }

  .main-navigation ul li ul.sub-menu li a {
    color: #ffffff;
    padding: 0;
    font-size: 15px;
    line-height: 24px;
  }

  .main-navigation ul li.sub-items:hover > a:before,
  .main-navigation ul li a:hover:before {
    transform: translate(0, -50%) rotate(0deg);
    color: #ff5219;
  }

  .main-navigation ul li.sub-items.active-sub-menu > a:before {
    transform: translate(0, -50%) rotate(-180deg);
    color: #ff5219;
  }

  .header-top {
    display: none;
  }

  .Social-midea {
    display: none;
  }

  .header-contact {
    display: none;
  }

  .header-btn {
    display: none;
  }

  .toggle-button {
    display: block;
  }

  .main-banner {
    padding-top: 147px;
  }

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

  .banner-btn {
    justify-content: center;
  }

  .banner-content p {
    color: #777777;
    font-size: 15px;
    line-height: 24px;
    padding: 0 100px;
  }

  .banner-img-box {
    max-width: none;
    width: auto;
    margin-top: 60px;
  }

  .main-course-category {
    padding-top: 76px;
    padding-bottom: 50px;
  }

  .about-img-box {
    width: auto;
    float: none;
    left: 0;
  }

  .about-us-content {
    padding-left: 0;
    margin-top: 50px;
  }

  .main-about-us {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .main-online-courses {
    padding-top: 27px;
    padding-bottom: 200px;
  }

  .courses-slider .slick-list {
    overflow: visible;
  }

  .courses-slider .slick-slide {
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
  }

  .courses-slider .slick-slide.slick-active {
    opacity: 1;
    pointer-events: unset;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
  }

  .course-box {
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
  }

  .online-courses-title-btn {
    position: absolute;
    bottom: -150px;
    left: 50%;
    transform: translate(-50%);
    float: none;
    display: block;
    width: 269px;
  }

  .main-event {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .event-content-box {
    padding-left: 0;
    margin-top: 50px;
  }

  .pricing-slider .slick-list {
    overflow: visible;
  }

  .pricing-slider .slick-slide {
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
  }

  .pricing-slider .slick-slide.slick-active {
    opacity: 1;
    pointer-events: unset;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
  }

  .pricing-box {
    margin-left: 15px;
    margin-right: 15px;
  }

  .main-pricing {
    padding-top: 76px;
    padding-bottom: 100px;
  }

  .core-features-content {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 0;
  }

  .core-features-img {
    position: relative;
    width: 100%;
    height: 500px;
  }

  .main-instructor {
    padding-top: 76px;
    padding-bottom: 100px;
  }

  .main-testimonial {
    padding-top: 76px;
    padding-bottom: 100px;
  }

  .testimonial-title {
    padding-right: 0;
    margin-bottom: 50px;
  }

  .main-blog {
    padding-top: 76px;
    padding-bottom: 80px;
  }

  .blog-slider .slick-list {
    overflow: visible;
  }

  .blog-slider .slick-slide {
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
  }

  .blog-slider .slick-slide.slick-active {
    opacity: 1;
    pointer-events: unset;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
  }

  .blog-box {
    margin-left: 15px;
    margin-right: 15px;
  }

  .blog-date-comment .blog-box-line {
    margin-left: auto;
    margin-right: auto;
  }

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

  .cta-btn {
    margin-top: 30px;
    text-align: center;
  }

  .main-footer {
    padding-top: 195px;
  }

  .footer-our-link {
    padding: 0;
    margin-bottom: 50px;
  }

  .footer-other-link {
    padding: 0;
  }

  .footer-copyright-bg {
    margin-top: 70px;
  }

  .main-banner-in {
    padding-top: 192px;
  }

  .main-banner-in .shape-1 {
    width: 100px;
    top: 140px;
  }

  .main-banner-in .shape-2 {
    top: 260px;
    left: 155px;
  }

  .main-banner-in .shape-3 {
    top: 117px;
  }

  .main-banner-in .shape-4 {
    top: 260px;
    right: 226px;
  }

  .main-about-us-in {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .main-academics-programs {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .academic-slider .slick-list {
    overflow: visible;
  }

  .academic-slider .slick-slide {
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
  }

  .academic-slider .slick-slide.slick-active {
    opacity: 1;
    pointer-events: unset;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
  }

  .academic-box {
    margin-left: 15px;
    margin-right: 15px;
  }

  .academic-content p {
    padding: 0 15px;
  }

  .main-event-in {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .main-courses-in {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .main-courses-list-box {
    padding-left: 0;
    margin-top: 80px;
  }

  .main-courses-list-box .course-box {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .main-course-detail-in {
    padding-top: 68px;
    padding-bottom: 50px;
  }

  .course-detail-box {
    padding-right: 0;
  }

  .main-event-detail-in {
    padding-top: 54px;
    padding-bottom: 50px;
  }

  .event-detail-box {
    padding-right: 0;
  }

  .event-detail-sidebar {
    margin-top: 60px;
  }

  .course-detail-sidebar {
    margin-top: 80px;
  }

  .event-detail-location-time {
    margin-top: 0;
  }

  .event-detail-time {
    margin-left: 40px;
  }

  .main-instructor-detail-in {
    padding-top: 80px;
    padding-bottom: 76px;
  }

  .instructor-detail-box {
    width: auto;
    padding: 48px 50px;
    margin-top: -86px;
  }

  .main-instructor-page-in {
    padding-bottom: 20px;
  }

  .instructor-detail-info-img-box {
    width: 370px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }

  .course-detail-rating-box {
    margin-left: 40px;
  }

  .instructor-detail-info-follow {
    margin-left: 40px;
  }

  .instructor-detail-info-courses .course-box {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .main-instructor-detail-page-in {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .instructor-detail-info-box {
    padding-left: 0;
  }

  .accordion.part-1 {
    padding-right: 0;
  }

  .accordion.part-2 {
    padding-left: 0;
  }

  .main-faq-in {
    padding-top: 77px;
    padding-bottom: 60px;
  }

  .main-submit-ticket-in {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .submit-ticket-form-content {
    padding-left: 0;
    margin-top: 50px;
  }

  .main-pricing-in {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .main-pricing-in .pricing-box {
    width: 370px;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
  }

  .main-blog-list-box {
    padding-right: 0;
  }

  .main-blog-list-in {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .blog-list-sidebar {
    margin-top: 80px;
  }

  .blog-detail-related-blog-box .blog-box {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }

  .main-blog-detail-in {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .blog-detail-related-blog-box {
    margin-top: 62px;
  }

  .blog-detail-comment-box {
    margin-top: 77px;
  }

  .blog-detail-leave-reply-box {
    margin-top: 26px;
  }

  .blog-detail-info-box {
    padding-right: 0;
  }

  .main-contact-page-in {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contact-detail-box {
    margin-bottom: 80px;
  }

  .main-contact-map-in {
    margin-bottom: -180px;
  }

  .get-touch-box {
    padding-left: 0;
  }

  .main-blog-list-in .courses-pagination {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .register_form_wrapper {
    padding: 10px 26px 30px;
  }
  .partner-slider {
    padding: 20px;
  }

  .h1-title {
    font-size: 48px;
    line-height: 58px;
  }

  .h2-title {
    font-size: 24px;
    line-height: 30px;
  }

  .h2-subtitle {
    font-size: 22px;
    line-height: 22px;
  }

  .banner-content p {
    padding: 0;
  }

  .footer-logo-content {
    margin-bottom: 50px;
  }

  .footer-other-link {
    margin-bottom: 50px;
  }
  .event-detail-location-time {
    margin-top: 30px;
  }

  .event-detail-time {
    margin-left: 80px;
  }

  .instructor-detail-box .h3-title {
    font-size: 30px;
    line-height: 32px;
  }

  .instructor-detail-box p {
    font-size: 16px;
    line-height: 26px;
  }

  .instructor-detail-box {
    width: auto;
    padding: 28px 30px;
    margin-top: 30px;
  }

  .instructor-detail-img-box {
    padding-right: 0;
  }

  .instructor-detail-info-user-box {
    display: block;
  }

  .instructor-detail-info-follow {
    margin-left: 0;
    margin-top: 30px;
  }

  .blog-detail-related-blog-box .blog-box {
    margin-bottom: 30px;
  }

  .blog-detail-comment-box {
    margin-top: 47px;
  }

  .register_form_wrapper .single_form input,
  .register_form_wrapper .single_form textarea,
  .register_form_wrapper .single_form select {
    width: 100%;
    height: 48px;
    padding: 0 20px;
    background-color: #f0f0f0;
    border-radius: 5px;
    border: 0;
    border-radius: 27px;
  }
  .register_form_wrapper .single_form {
    margin-top: 15px;
  }
  .register_form_title .title {
    font-size: 20px;
  }
  .register_form_title {
    padding: 10px 10px;
  }
}

@media screen and (max-width: 575px) {
  .partner-slider {
    padding: 2px;
  }
  .container {
    padding: 0 30px;
  }

  .h1-title {
    font-size: 50px;
    line-height: 60px;
  }

  .main-banner-in .shape-2 {
    top: 260px;
    left: 75px;
  }

  .main-banner-in .shape-4 {
    top: 260px;
    right: 96px;
  }

  .course-detail-date {
    margin-left: 48px;
  }

  .course-detail-tag-box {
    margin-left: 25px;
  }

  .main-instructor-page-in .instructor-box {
    width: 370px;
    margin-left: auto;
    margin-right: auto;
  }

  .instructor-detail-box {
    width: 100%;
  }

  .instructor-detail-box .h3-title {
    font-size: 25px;
    line-height: 28px;
  }

  .client-comment-box {
    display: block;
    align-items: center;
  }

  .client-comment-img {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    width: 120px;
    height: 120px;
  }

  .client-comment-content {
    width: auto;
    text-align: center;
  }
}

@media screen and (max-width: 546px) {
  .instructor-detail-info-name-rating {
    display: block;
  }

  .course-detail-rating-box {
    margin-left: 0;
    margin-top: 30px;
  }

  .instructor-detail-info-name-rating .course-detail-rating-box {
    margin-left: 0;
  }
}

@media screen and (max-width: 530px) {
  .blog-big-user-line {
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 516px) {
  .courses-list-style-box {
    display: block;
  }

  .courses-list-dropdown-box .form-select {
    margin-top: 15px;
  }
}

@media screen and (max-width: 496px) {
  .banner-btn {
    display: block;
  }

  .shape-1 {
    width: 70px;
    top: 110px;
    left: 30px;
  }

  .shape-3 {
    width: 113px;
  }

  .aliment-1 {
    padding: 10px;
    top: 127px;
  }

  .aliment-2 {
    padding: 10px;
    top: 215px;
  }

  .aliment-3 {
    padding: 10px;
    top: 307px;
  }
  .aliment-4 {
    right: 0;
    top: 0px;
  }

  .sec-btn.btn-2 {
    background-color: #050d36;
    margin-left: 0;
    margin-top: 30px;
  }

  .about-img-box .aliment-1 {
    top: 130px;
  }

  .about-img-box .aliment-3 {
    top: 250px;
  }

  .event-box {
    text-align: center;
    display: block;
  }

  .event-text-line {
    width: 100%;
    height: 1px;
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .event-time-place {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .event-content-text .h3-title {
    margin-top: 5px;
  }

  .testimonial-quote {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }

  .cta-title .h2-title {
    font-size: 30px;
    line-height: 40px;
  }

  .cta-bg {
    padding: 30px 10px;
  }

  .course-detail-rating-tag-box {
    display: block;
  }

  .course-detail-tag-box {
    margin-left: 0;
    margin-top: 30px;
  }

  .course-detail-date {
    margin-left: 40px;
  }

  .related-event-text span:last-child {
    margin-left: 10px;
  }

  .instructor-detail-box .h3-title {
    font-size: 22px;
    line-height: 24px;
  }

  .instructor-detail-box p {
    font-size: 15px;
    line-height: 24px;
  }

  .main-instructor-page-in .instructor-box {
    width: auto;
  }

  .blog-big-user-line {
    display: none;
  }

  .blog-big-user {
    margin-right: 10px;
  }

  .blog-big-content {
    padding: 20px;
  }

  .contact-detail-box .h3-title {
    color: #ffffff;
    font-size: 32px;
    line-height: 42px;
  }

  .contact-text {
    font-size: 18px;
    line-height: 28px;
  }

  .pagination-arrow {
    margin: 0 10px;
  }
}

@media screen and (max-width: 471px) {
  .blog-detail-tag ul li {
    margin-bottom: 15px;
  }

  .blog-detail-tag ul li:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 458px) {
  .blog-big-user-box {
    display: block;
    align-items: center;
  }

  .blog-big-user {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .main-pricing-in .pricing-box {
    width: auto;
  }
}

@media screen and (max-width: 410px) {
  .get-course-price .h3-title {
    font-size: 20px;
  }

  .instructor-detail-info-img-box {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .container {
    padding: 0 15px;
  }
  .banner-img-box {
    min-height: 407px;
  }
  .h1-title {
    font-size: 38px;
    line-height: 48px;
  }
  .main-about-us-in {
    padding-top: 40px;
  }
  .h2-subtitle {
    font-size: 20px;
    line-height: 26px;
  }

  .h2-title {
    font-size: 35px;
    line-height: 42px;
  }
  /*
.aliment-1 {
  padding: 10px;
  top: 197px;
}

.aliment-2 {
  display: none;
}

.aliment-3 {
  display: none;
}

.aliment-4 {
  width: 50px;
  height: 50px;
  top: 83px;
  right: 30px;
}
*/

  .event-video-play-box {
    padding: 27px 32px;
  }

  .online-courses-title-btn {
    left: 32%;
    transform: translate(-22%);
  }

  .main-banner-in .shape-2 {
    width: 50px;
    top: 260px;
    left: 65px;
  }

  .main-banner-in .shape-4 {
    width: 40px;
    top: 260px;
    right: 46px;
  }

  .event-detail-time {
    margin-left: 60px;
  }

  .event-detail-date {
    margin-left: 30px;
  }

  .instructor-detail-info-name .h2-title {
    font-size: 30px;
    line-height: 40px;
  }

  .instructor-detail-info-courses .h2-title {
    font-size: 30px;
    line-height: 40px;
  }

  .banner-breadcrum {
    display: block;
    padding: 15px 10px;
  }

  .contact-text {
    font-size: 16px;
    line-height: 25px;
  }

  .contact-detail-box {
    padding: 45px 35px;
  }
}

@media screen and (max-width: 356px) {
  .course-detail-instructor-date-box {
    display: block;
  }

  .course-detail-date {
    margin-left: 0;
    margin-top: 30px;
  }

  .get-course-price .h3-title {
    font-size: 16px;
  }

  .get-the-course {
    padding: 20px;
  }

  .recent-course-box {
    padding: 20px;
  }

  .event-detail-price-box {
    padding: 20px;
  }

  .event-detail-price-box .sec-btn {
    padding: 18px 38px;
  }

  .event-detail-related-event-box {
    padding: 20px;
  }

  .blog-list-sidebar-categories-box {
    padding: 20px;
  }

  .blog-list-sidebar-recent-post {
    padding: 20px;
  }

  .blog-list-sidebar-tag-box {
    padding: 20px;
  }

  .pagination-arrow {
    margin: 0 5px;
  }
}
/*==========Responsive CSS End==========*/
