@font-face {
  font-family: "Poppins", sans-serif;
  src: url("../fonts/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: Montserrat-Regular;
  src: url(../fonts/Montserrat-Regular.otf);
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style-type: none;
}

body {
  font-family: Montserrat-Regular;
  -webkit-font-smoothing: antialiased;
  color: #18191b;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a {
  color: #18191b;
  display: inline-block;
}

a:hover {
  text-decoration: none;
}

p {
  margin: 0;
}

section {
  padding-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  margin-top: 50px;
}

img {
  max-width: 100%;
}

.btn {
  border: none;
}

.btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px gray;
          box-shadow: inset 0 0 5px gray;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ff3d6b;
}

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

.hHeadRow {
  margin-bottom: 60px;
}

.hHeadRow h1,
.hHeadRow h2,
.hHeadRow h3,
.hHeadRow h4,
.hHeadRow h5,
.hHeadRow h6 {
  color: #2f3035;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.6px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.hHeadRow p {
  color: #9296aa;
  font-size: 17px;
  letter-spacing: -0.27px;
  line-height: 33px;
  max-width: 668px;
  margin: 0 auto;
}

.hCard {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  height: 100%;
  -webkit-box-shadow: 6px 5px 8px rgba(0, 0, 0, 0.09);
          box-shadow: 6px 5px 8px rgba(0, 0, 0, 0.09);
  margin-bottom: 10px;
  background: white;
}

.hCard .cardHead {
  height: 268px;
  text-align: center;
}

.hCard .cardHead img {
  width: initial !important;
  margin: 0 auto;
  max-height: 100%;
}

.hCard .cardBody {
  padding: 17px 25px 35px;
  height: 135px;
  overflow: hidden;
  margin-bottom: 15px;
}

.hCard .cardBody .content p {
  color: #2f3035;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.3px;
  line-height: 28px;
}

.hCard .cardFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 25px 25px;
}

.hCard .cardFooter span {
  color: #a4a8ba;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.24px;
}

.hCard .cardFooter a img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hCard:hover .cardFooter a img {
  -webkit-filter: none;
          filter: none;
}

.breadCrumb nav {
  background: transparent;
}

.breadCrumb nav ol {
  background: transparent;
  padding-left: 0;
  margin-bottom: 40px;
}

.breadCrumb nav ol li a {
  color: #2f3035;
  font-size: 16px;
  font-weight: 300;
}

.breadCrumb nav ol li::before {
  content: ">" !important;
}

.breadCrumb nav ol li:first-of-type::before {
  content: none !important;
}

.hipBtn {
  color: #44566c;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 22px;
  border-radius: 4px;
  background-color: #00abd3;
  border: none;
  color: white;
}

#gridSection .hCard {
  -webkit-box-shadow: 3px 3px 120px rgba(44, 62, 81, 0.12);
          box-shadow: 3px 3px 120px rgba(44, 62, 81, 0.12);
}

.secPartnerCard .partnerCard {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: transparent !important;
}

.secPartnerCard .partnerCard img {
  webkit-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.secPartnerCard .partnerCard img:hover {
  -webkit-filter: none;
          filter: none;
}

header {
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  background-image: linear-gradient(-44deg, #ff0a44 0%, #ffc1a0 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: initial;
}

header .container:first-of-type {
  padding: 10px 15px;
}

header .firstHeader ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .firstHeader ul li {
  margin-right: 20px;
}

header .firstHeader ul li a {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}

header .firstHeader ul li a i {
  color: #b3b7bd;
  color: white;
}

header .firstHeader select {
  border: none;
  outline: none;
  color: #44566c;
  color: white;
  font-size: 16px;
  font-weight: 300;
  background: transparent;
}

header .firstHeader select option {
  color: #44566c;
  font-size: 16px;
  font-weight: 300;
}

header .firstHeader .loginBtns a {
  color: #44566c;
  color: white;
  font-size: 16px;
  font-weight: 400;
}

header .firstHeader .loginBtns a:last-of-type {
  padding: 8px 22px;
  border-radius: 4px;
  border: 1px solid white;
  color: white;
}

header hr {
  margin: 0;
  background: #e8e8e8;
  height: 1px;
}

header .menu {
  display: inline-block;
}

header .menu ul {
  padding-left: 20px;
}

header .menu ul li {
  display: inline-block;
  padding: 35px 0px 35px 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

header .menu ul li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4a4a4a;
  color: white;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.3px;
  position: relative;
}

header .menu ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: white;
  -webkit-transition: all .3s;
  transition: all .3s;
}

header .menu ul li a:hover::before {
  width: 100%;
}

header .menu ul li:hover ul {
  visibility: visible;
  opacity: 1;
}

header .menu ul li ul {
  position: absolute;
  text-align: left;
  padding: 0;
  background: white;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 10px;
  margin-top: 5px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header .menu ul li ul li {
  margin-bottom: 5px;
  display: block;
  padding: 0;
}

header .menu ul li ul li a {
  width: 100%;
  color: #515151;
}

header .menu ul li ul li a:hover {
  color: #ff0a44;
}

header .menu ul .active a {
  color: #ff0a44;
}

header .menu .phoneMenuClose {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
}

header .menu .phoneMenuClose i {
  font-size: 30px;
  color: #00abd3;
}

header .menu .phoneMenuClose:hover i {
  color: #ff0a44;
}

header .searchBtn {
  display: inline-block;
  padding: 35px 0px 35px 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 23px;
  left: 20px;
}

header .searchBtn a i {
  color: #737373;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header .searchBtn a:hover i {
  color: #ff0a44;
}

header .phoneMenuIcon {
  display: none;
}

header .phoneMenuIcon i {
  font-size: 22px;
  color: #00abd3;
}

header.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-animation: headerAnimation 0.5s;
          animation: headerAnimation 0.5s;
}

footer {
  background-image: linear-gradient(-44deg, #ff0a44 0%, #ffc1a0 100%);
  padding-top: 65px;
}

footer .firstFooter .logo h1 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  line-height: 25px;
}

footer .firstFooter .footerMenu a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.3px;
  margin-bottom: 10px;
}

footer .firstFooter .socials {
  margin-top: 20px;
  text-align: center;
}

footer .firstFooter .socials ul li {
  display: inline-block;
  margin-bottom: 0;
}

footer .firstFooter .socials ul li a img {
  max-width: 100%;
  width: 20px;
}

footer .firstFooter .socials ul li a i {
  color: white;
  font-size: 18px;
}

footer .firstFooter .socials ul li:first-of-type {
  margin-right: 20px;
}

footer .firstFooter .socials ul li:last-of-type {
  margin-left: 20px;
}

footer hr {
  background: #ffffff80;
}

footer p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 15px;
}

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

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

.register-popup {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  margin: 0;
  padding: 0;
}

.register-popup .registerMain {
  background: white;
  padding: 60px 0px 40px 40px;
  position: relative;
  border-radius: 5px;
  max-width: 100%;
}

.register-popup .registerMain .registerForm {
  overflow-y: scroll;
  max-height: 500px;
  padding-right: 40px;
}

.register-popup .registerMain .registerForm .form-control {
  width: 100%;
  border: none;
  border-bottom: 1px solid #d0d5da;
  border-radius: 0;
  margin-bottom: 20px;
}

.register-popup .registerMain .registerForm .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom-color: #00abd3;
}

.register-popup .registerMain .registerForm .form-group {
  width: 100%;
}

.register-popup .registerMain .registerForm .form-group.mobile-input .form-control {
  width: initial;
}

.register-popup .registerMain .registerForm .form-group .input-group {
  margin-bottom: 20px;
}

.register-popup .registerMain .registerForm .form-group .input-group .form-control {
  margin: 0;
  width: initial;
}

.register-popup .registerMain .registerForm .form-group .input-group .input-group-text {
  background: transparent;
  border: none;
  border-bottom: 1px solid #d0d5da;
  border-radius: 0;
}

.register-popup .registerMain .registerForm button {
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
  background-color: #00abd3;
  border: none;
  color: white;
  width: 100%;
  padding: 20px 0px;
}

.register-popup .registerMain .registerForm p {
  margin: 10px 0px;
  font-size: 15px;
}

.register-popup .closeBtn {
  position: absolute;
  top: 10px;
  right: 12px;
  cursor: pointer;
}

.register-popup .closeBtn i {
  font-size: 25px;
  color: #bbbbbb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.register-popup .closeBtn:hover i {
  color: #00abd3;
}

.login-popup {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
  margin: 0;
  padding: 0;
  display: none;
}

.login-popup .loginContent {
  background: white;
  padding: 40px;
  padding-top: 60px;
  border-radius: 5px;
  position: relative;
}

.login-popup .loginContent .closeBtn {
  position: absolute;
  top: 10px;
  right: 12px;
  cursor: pointer;
}

.login-popup .loginContent .closeBtn i {
  font-size: 25px;
  color: #bbbbbb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.login-popup .loginContent .closeBtn:hover i {
  color: #00abd3;
}

.login-popup .loginContent .leftContent {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-popup .loginContent .leftContent form.login {
  text-align: center;
  width: 100%;
}

.login-popup .loginContent .leftContent form.login .form-control {
  width: 100%;
  border: none;
  border-bottom: 1px solid #d0d5da;
  border-radius: 0;
  margin-bottom: 20px;
}

.login-popup .loginContent .leftContent form.login .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom-color: #00abd3;
}

.login-popup .loginContent .leftContent form.login button {
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
  background-color: #00abd3;
  border: none;
  color: white;
  width: 60%;
  padding: 15px 0px;
  margin-top: 30px;
}

.login-popup .loginContent .leftContent form.login .switch-register {
  margin-top: 15px;
}

.m-search {
  display: block;
  margin: 0px 15px;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.search-popup {
  display: none;
}

.search-popup .searchContent {
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 100;
  background: linear-gradient(135deg, rgba(255, 10, 68, 0.9) 0%, rgba(255, 193, 160, 0.9) 100%);
}

.search-popup .close-popup {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  position: absolute;
  top: 31px;
  right: 10px;
}

.search-popup .close-popup i {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #ffffff;
  font-size: 48px;
}

.search-popup .search-box {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  width: 100%;
}

.search-popup .search-box i {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
  position: absolute;
  color: #6d7784;
  font-size: 36px;
}

.search-popup .search-box input {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #16181c;
  font-size: 18px;
  font-weight: 400;
  padding: 0px 80px;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  height: 80px;
  border-radius: 8px;
  background-color: #ffffff;
}

.search-popup.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.search-popup.open .search-box {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#homeSection .leftSlider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#homeSection .leftSlider h1 {
  color: #44566c;
  font-size: 55px;
  font-weight: 600;
  line-height: 80px;
}

#homeSection .leftSlider p {
  color: #9296aa;
  font-size: 24px;
  letter-spacing: -0.36px;
  line-height: 40px;
}

#homeSection .leftSlider p:last-of-type {
  margin-bottom: 30px;
}

#homeSection .leftSlider .getCard a.btn {
  width: 194px;
  height: 60px;
  border-radius: 8px;
  background-color: #00abd3;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.3px;
}

#homeSection .leftSlider .owl-nav {
  margin-top: 40px;
}

#homeSection .leftSlider .owl-nav button {
  width: 90px;
  height: 60px;
  -webkit-box-shadow: 2px 2px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 50px rgba(0, 0, 0, 0.1);
  border-radius: 36px;
  background-color: #ffffff;
  margin-right: 15px;
}

#homeSection .leftSlider .owl-nav button i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #a4a8ba;
  font-size: 22px;
}

#homeSection .leftSlider .owl-nav button:hover i {
  color: #00abd3;
}

#homeSection .leftSlider .owl-nav button:focus {
  outline: none;
}

#homeSection .rightPhoto {
  margin-left: auto;
  display: block;
  position: relative;
  width: 458px;
  height: 471px;
  overflow: hidden;
  max-width: 100%;
}

#homeSection .rightPhoto img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#homeSection .rightPhoto .shapeImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#knowledgeSection .cardRow .col-lg-4:nth-of-type(2), #knowledgeSection .cardRow .col-lg-4:nth-of-type(5) {
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}

#knowledgeSection .cardRow .col-lg-4:nth-of-type(2), #knowledgeSection .cardRow .col-lg-4:nth-of-type(5) {
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}

#knowledgeSection .cardRow .col-lg-4:nth-of-type(3) {
  -webkit-transform: translateY(235px);
          transform: translateY(235px);
}

#knowledgeSection .knwCard {
  max-width: 330px;
  height: 324px;
  -webkit-box-shadow: 3px 3px 120px rgba(44, 62, 81, 0.12);
          box-shadow: 3px 3px 120px rgba(44, 62, 81, 0.12);
  border-radius: 10px;
  margin: 0 auto;
  margin-bottom: 30px;
}

#knowledgeSection .knwCard a {
  padding: 60px 30px 32px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

#knowledgeSection .knwCard a h6 {
  color: #2f3035;
  font-size: 22px;
  letter-spacing: -0.33px;
  margin: 18px 0px;
}

#knowledgeSection .knwCard a p {
  color: #9296aa;
  font-size: 14px;
  letter-spacing: -0.21px;
  line-height: 26px;
}

#knowledgeSection .knwCard a .photo {
  width: 63px;
  height: 63px;
  border-radius: 5px;
  background-color: #ffd3d7;
  text-align: center;
  line-height: 63px;
}

#knowledgeSection .knwCard a .photo svg path,
#knowledgeSection .knwCard a .photo svg circle {
  fill: #f72869;
}

#knowledgeSection .knwCard a:hover {
  background: linear-gradient(135deg, #ff0a44 0%, #ffc1a0 100%);
}

#knowledgeSection .knwCard a:hover h6,
#knowledgeSection .knwCard a:hover p {
  color: white;
}

#knowledgeSection .knwCard a:hover svg path,
#knowledgeSection .knwCard a:hover svg circle {
  fill: white;
}

#courseSection {
  background-color: #f6f6fa;
  margin-bottom: 0;
}

#courseSection .slider .owl-nav {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#courseSection .slider .owl-nav button {
  width: 54px;
  height: 54px;
  background-color: #00abd3;
  border-radius: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#courseSection .slider .owl-nav button i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff;
  font-size: 22px;
}

#courseSection .slider .owl-nav button:hover {
  -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

#courseSection .slider .owl-nav button:hover i {
  color: #00abd3;
}

#courseSection .slider .owl-nav button:focus {
  outline: none;
}

#courseSection .slider .owl-nav button:first-of-type {
  margin-right: 30px;
}

#mobileSection {
  background-image: linear-gradient(-44deg, #ff0a44 0%, #ffc1a0 100%);
  position: relative;
  margin: 0;
  padding: 0;
  padding-top: 90px;
  margin-bottom: 100px;
  height: 625px;
}

#mobileSection img {
  max-width: 100%;
}

#mobileSection h1 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.69px;
  margin-bottom: 30px;
}

#mobileSection p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.28px;
  line-height: 33px;
  margin-bottom: 15px;
}

#mobileSection .downloadImg img {
  margin-right: 20px;
}

#mobileSection::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/mobilebg.png");
  background-repeat: no-repeat;
  background-position: top right;
}

#actionsSection {
  margin-bottom: 0;
}

#actionsSection .slider .owl-nav {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#actionsSection .slider .owl-nav button {
  width: 54px;
  height: 54px;
  background-color: #00abd3;
  border-radius: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#actionsSection .slider .owl-nav button i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff;
  font-size: 22px;
}

#actionsSection .slider .owl-nav button:hover {
  -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

#actionsSection .slider .owl-nav button:hover i {
  color: #00abd3;
}

#actionsSection .slider .owl-nav button:focus {
  outline: none;
}

#actionsSection .slider .owl-nav button:first-of-type {
  margin-right: 30px;
}

#blogSection {
  margin-top: 0;
}

#blogSection .mainSlide {
  margin-top: 80px;
  background-color: #00abd3;
}

#blogSection .mainSlide .slider2 .col-lg-4 img {
  -webkit-transform: translate(110px, -75px);
          transform: translate(110px, -75px);
  border: 7px solid #979797;
  width: 356px;
}

#blogSection .mainSlide .slider2 .col-lg-8 .info {
  padding: 75px 120px;
}

#blogSection .mainSlide .slider2 .col-lg-8 .info .heading h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.58px;
  line-height: 52px;
}

#blogSection .mainSlide .slider2 .col-lg-8 .info .heading .date span {
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -0.19px;
}

#blogSection .mainSlide .slider2 .col-lg-8 .info .content {
  padding-top: 15px;
}

#blogSection .mainSlide .slider2 .col-lg-8 .info .content p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.2px;
  line-height: 25px;
  margin: 5px 0px 15px;
}

#blogSection .mainSlide .slider2 .col-lg-8 .info .content a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.3px;
  text-decoration: underline;
}

#blogSection .mainSlide .owl-carousel .owl-stage-outer {
  overflow: initial;
}

#blogSection .mainSlide .owl-nav button {
  position: absolute;
  top: 50%;
  border: 1px solid #ffffff;
  border-radius: 100%;
  width: 70px;
  height: 70px;
}

#blogSection .mainSlide .owl-nav button i {
  width: 60px;
  height: 60px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border-radius: 100%;
  color: #878e9e;
  font-size: 25px;
  line-height: 60px;
  display: inline-block;
}

#blogSection .mainSlide .owl-nav button:focus {
  outline: none;
}

#blogSection .mainSlide .owl-nav .owl-prev {
  left: -35px;
  left: 0;
}

#blogSection .mainSlide .owl-nav .owl-next {
  right: -35px;
  right: 0;
}

#volunteerSection ul li {
  text-align: center;
}

#volunteerSection ul li img {
  margin: 0 auto;
  width: 180px;
  margin-bottom: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 180px;
}

#volunteerSection ul li p {
  color: #9296aa;
  font-size: 18px;
  letter-spacing: -0.27px;
  max-width: 180px;
  margin: 0 auto;
}

#volunteerSection ul li span {
  color: #9296aa;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.27px;
  max-width: 180px;
  display: inline-block;
  margin: 0 auto;
}

#partnersSection {
  background-color: #f6f6fa;
}

#partnersSection ul li {
  text-align: center;
}

#partnersSection ul li a img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#partnersSection ul li a:hover img {
  -webkit-filter: none;
          filter: none;
}

#contactSection h1 {
  color: #44566c;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}

#contactSection ul li {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#contactSection ul li .icon {
  display: inline-block;
  width: 45px;
  vertical-align: top;
}

#contactSection ul li .content {
  display: inline-block;
}

#contactSection ul li .content h2 {
  color: #44566c;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 10px;
}

#contactSection ul li .content span {
  display: block;
  color: #44566c;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

#contactSection .contactCard {
  -webkit-box-shadow: 5px 5px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 40px rgba(0, 0, 0, 0.1);
  border-radius: 50px 0;
  background-color: #ffffff;
  padding: 90px 60px;
}

#contactSection .contactCard form .form-control {
  width: 100%;
  border: none;
  border-bottom: 1px solid #d0d5da;
  border-radius: 0;
  margin-bottom: 20px;
}

#contactSection .contactCard form .form-control::-webkit-input-placeholder {
  color: #b3b7bd;
  font-size: 14px;
  font-weight: 400;
}

#contactSection .contactCard form .form-control:-ms-input-placeholder {
  color: #b3b7bd;
  font-size: 14px;
  font-weight: 400;
}

#contactSection .contactCard form .form-control::-ms-input-placeholder {
  color: #b3b7bd;
  font-size: 14px;
  font-weight: 400;
}

#contactSection .contactCard form .form-control::placeholder {
  color: #b3b7bd;
  font-size: 14px;
  font-weight: 400;
}

#contactSection .contactCard form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#contactSection .contactCard form button {
  width: 100px;
  height: 40px;
  border-radius: 5px;
  background-color: #00abd3;
  color: white;
}

#contentPageSection {
  margin-top: 0;
  padding-top: 25px;
}

#contentPageSection .mainContent h1 {
  color: #2f3035;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 18px;
}

#contentPageSection .mainContent p {
  color: #2f3035;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.2px;
  line-height: 40px;
}

#contentPageSection .mainContent .shape {
  float: right;
  display: block;
  position: relative;
  width: 400px;
  height: 346px;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
}

#contentPageSection .mainContent .shape img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#contentPageSection .mainContent .shape .shapeImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#othersSection {
  background-color: #f6f6fa;
  margin-top: 0;
  margin-bottom: 0;
}

#othersSection ul li {
  margin-bottom: 30px;
  position: relative;
  padding-left: 15px;
}

#othersSection ul li a {
  color: #2f3035;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.27px;
  text-decoration: underline;
  position: relative;
}

#othersSection ul li a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  color: #2f3035;
  font-size: 18px;
  position: absolute;
  right: -20px;
}

#othersSection ul li ul {
  padding-top: 10px;
  display: none;
}

#othersSection ul li ul li {
  margin-bottom: 5px;
}

#othersSection ul li ul li::before {
  content: none;
}

#othersSection ul li ul li a::after {
  content: none !important;
}

#othersSection ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #00abd3;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 12px;
}

#othersSection ul li.opened a::after {
  content: "\f106";
}

#hipcardSection {
  margin-top: 0;
  padding-top: 25px;
}

#hipcardSection .photoArea {
  width: 100%;
  height: 300px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  background-color: #f8f8fb;
  position: relative;
}

#hipcardSection .photoArea div {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#hipcardSection .photoArea div img {
  max-width: 100%;
  max-height: 100%;
}

#hipcardSection .photoArea .sale {
  position: absolute;
  padding: 13px 33px;
  border-radius: 10px 0;
  background-color: #00abd3;
  height: initial;
  left: 0;
  top: 0;
}

#hipcardSection .photoArea .sale span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}

#hipcardSection .aboutCard h2 {
  color: #2f3035;
  font-size: 26px;
  font-weight: 600;
}

#hipcardSection .aboutCard ul li {
  color: #2f3035;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.2px;
  line-height: 30px;
}

#hipcardSection .aboutCard .contact-section {
  color: #2f3035;
  font-size: 18px;
  letter-spacing: -0.2px;
  margin-top: 25px;
  display: inline-block;
}

#hipcardSection .aboutCard .contact-section i {
  color: #00abd3;
}

#hipcardSection .aboutCard .contact-section a {
  margin-right: 20px;
}

#hipcardSection p {
  color: #2f3035;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.2px;
  line-height: 30px;
  margin: 25px 0px;
}

#hipcardSection .partnerCard {
  -webkit-box-shadow: 3px 3px 120px rgba(44, 62, 81, 0.12);
          box-shadow: 3px 3px 120px rgba(44, 62, 81, 0.12);
  border-radius: 10px;
  background-color: #ffffff;
  position: relative;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

#hipcardSection .partnerCard div {
  height: 100%;
}

#hipcardSection .partnerCard div a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#hipcardSection .partnerCard div a img {
  max-width: 100%;
  max-height: 100%;
}

#hipcardSection .partnerCard .sale {
  position: absolute;
  padding: 6px 10px;
  border-radius: 10px 0;
  background-color: #00abd3;
  left: 0;
  top: 0;
  height: initial;
}

#hipcardSection .partnerCard .sale span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}

#knowledgeInnerSection {
  margin-top: 0;
  padding-top: 25px;
}

#knowledgeInnerSection .col-lg-6 {
  margin-bottom: 40px;
}

#knowledgeInnerSection .knwInnerCard {
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  background-color: #ffffff;
  padding: 30px;
  height: 100%;
}

#knowledgeInnerSection .knwInnerCard h3 {
  color: #2f3035;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.3px;
  margin-bottom: 20px;
}

#knowledgeInnerSection .knwInnerCard ul li {
  color: #2f3035;
  font-size: 16px;
  font-weight: 300;
  line-height: 45px;
}

#knowledgeInnerSection .knwInnerCard ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #00abd3;
  border-radius: 100%;
  margin-right: 15px;
  margin-bottom: 3px;
}

#knowledgeInnerSection .knwInnerCard:hover {
  background: linear-gradient(135deg, #ff0a44 0%, #ffc1a0 100%);
}

#knowledgeInnerSection .knwInnerCard:hover h3 {
  color: white;
}

#knowledgeInnerSection .knwInnerCard:hover ul li {
  color: white;
}

#knowledgeInnerSection .knwInnerCard:hover ul li a {
  color: white;
}

#knowledgeInnerSection .knwInnerCard:hover ul li:before {
  background: white;
}

#profileSection {
  margin-bottom: 0;
  padding-bottom: 0;
}

#profileSection .leftContent {
  text-align: center;
}

#profileSection .leftContent .firstContent {
  -webkit-box-shadow: 3px 3px 120px rgba(44, 62, 81, 0.13);
          box-shadow: 3px 3px 120px rgba(44, 62, 81, 0.13);
  border-radius: 8px;
  background-color: #ffffff;
  padding: 40px;
  margin-bottom: 22px;
}

#profileSection .leftContent .firstContent .profilePhoto {
  border-radius: 100%;
  width: 160px;
  height: 160px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 25px;
}

#profileSection .leftContent .firstContent .profilePhoto img {
  max-width: 100%;
}

#profileSection .leftContent .firstContent .about .name {
  color: #4a4a4a;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.34px;
}

#profileSection .leftContent .firstContent .about span {
  display: block;
  color: #4a4a4a;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.34px;
}

#profileSection .leftContent .firstContent .about span.week {
  color: #f85868;
  font-weight: 500;
  text-transform: uppercase;
}

#profileSection .leftContent .firstContent .hipBtn {
  display: block;
  width: 100%;
  margin: 20px 0px 10px 0px;
  cursor: pointer;
  color: white;
}

#profileSection .leftContent .firstContent .hipCard span {
  color: #4a4a4a;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.34px;
}

#profileSection .leftContent .firstContent .hipCard span.number {
  font-weight: 500;
}

#profileSection .leftContent .lastContent {
  -webkit-box-shadow: 3px 3px 120px rgba(44, 62, 81, 0.13);
          box-shadow: 3px 3px 120px rgba(44, 62, 81, 0.13);
  border-radius: 8px;
  background-color: #ffffff;
  padding: 40px;
  margin-bottom: 22px;
}

#profileSection .leftContent .lastContent .progressArea {
  position: relative;
  width: 151px;
  height: 151px;
  margin: 0 auto;
}

#profileSection .leftContent .lastContent .progressArea canvas {
  background-image: url("../img/progress.png");
  background-repeat: no-repeat;
  background-position: -19px -4px;
}

#profileSection .leftContent .lastContent .progressArea .percentAndWeek {
  width: 100%;
  position: absolute;
  top: 61px;
  left: 13px;
}

#profileSection .leftContent .lastContent .progressArea .percentAndWeek .percent {
  line-height: 18px;
}

#profileSection .leftContent .lastContent .progressArea .percentAndWeek .percent span {
  color: #fb805c;
  font-size: 38px;
  font-weight: 500;
}

#profileSection .leftContent .lastContent .progressArea .percentAndWeek .week span {
  color: #9296aa;
  font-size: 16px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}

#profileSection .rightContent {
  -webkit-box-shadow: 3px 3px 120px rgba(44, 62, 81, 0.13);
          box-shadow: 3px 3px 120px rgba(44, 62, 81, 0.13);
  border-radius: 8px;
  background-color: #ffffff;
  padding: 90px 40px;
  height: 100%;
}

#profileSection .rightContent .mainPhoto {
  text-align: center;
}

#profileSection .rightContent .mainPhoto img {
  max-width: 100%;
}

#profileSection .rightContent .rightSlider .slider .carouselContent {
  text-align: center;
}

#profileSection .rightContent .rightSlider .slider .carouselContent a {
  display: inline-block;
  background-image: url("../img/nextHeart.png");
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 60px;
  background-size: contain;
}

#profileSection .rightContent .rightSlider .slider .carouselContent a span {
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -1.5px;
}

#profileSection .rightContent .rightSlider .slider .carouselContent a.prevHeart {
  background-image: url("../img/prevHeart.png");
}

#profileSection .rightContent .rightSlider .slider .carouselContent a.activeHeart {
  background-image: url("../img/activeHeart.png");
}

#profileSection .rightContent .rightSlider .slider .carouselContent:before {
  content: "";
  width: 30px;
  border-bottom: solid 1px #ddd;
  position: absolute;
  left: -15px;
  top: 50%;
  z-index: 1;
}

#profileSection .rightContent .rightSlider .slider button.owl-prev {
  position: absolute;
  top: 21px;
  left: -25px;
}

#profileSection .rightContent .rightSlider .slider button.owl-prev i {
  color: #00abd3;
  font-size: 20px;
}

#profileSection .rightContent .rightSlider .slider button.owl-prev:focus {
  outline: none;
}

#profileSection .rightContent .rightSlider .slider button.owl-next {
  position: absolute;
  top: 21px;
  right: -25px;
}

#profileSection .rightContent .rightSlider .slider button.owl-next i {
  color: #00abd3;
  font-size: 20px;
}

#profileSection .rightContent .rightSlider .slider button.owl-next:focus {
  outline: none;
}

#courseSection .hHeadRow .courseTypes ul, #hiptvSection .hHeadRow .courseTypes ul {
  letter-spacing: -4px;
}

#courseSection .hHeadRow .courseTypes ul li, #hiptvSection .hHeadRow .courseTypes ul li {
  display: inline-block;
  padding: 8px 20px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#courseSection .hHeadRow .courseTypes ul li a, #hiptvSection .hHeadRow .courseTypes ul li a {
  display: inline-block;
  color: #44566c;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
}

#courseSection .hHeadRow .courseTypes ul li::before, #hiptvSection .hHeadRow .courseTypes ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #dce4f0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#courseSection .hHeadRow .courseTypes ul li.active a, #hiptvSection .hHeadRow .courseTypes ul li.active a {
  pointer-events: none;
}

#courseSection .hHeadRow .courseTypes ul li.active::before, #hiptvSection .hHeadRow .courseTypes ul li.active::before {
  background-color: #00abd3;
}

#ivsSection ul {
  width: 100%;
}

#ivsSection ul li.list-group-item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#ivsSection ul li.list-group-item i {
  color: #8d8d8d;
}

#ivsSection ul li.answer {
  background: #e5e5e5;
  margin: 0 10px;
  padding: 15px;
  display: none;
}

@media (max-width: 1199px) {
  header .menu ul li {
    padding: 35px 0px 35px 10px;
  }
  header .menu ul li a {
    font-size: 15px;
  }
  #homeSection .leftSlider h1 {
    font-size: 42px;
    line-height: 50px;
  }
  #homeSection .leftSlider p {
    font-size: 20px;
    line-height: 30px;
  }
  .hHeadRow h1,
  .hHeadRow h2,
  .hHeadRow h3,
  .hHeadRow h4,
  .hHeadRow h5,
  .hHeadRow h6 {
    font-size: 28px;
  }
  .hHeadRow p {
    font-size: 16px;
    line-height: 25px;
  }
  .hCard .cardBody .content p {
    font-size: 18px;
    line-height: 25px;
  }
  .hCard .cardFooter span {
    font-size: 14px;
  }
  #mobileSection h1 {
    font-size: 41px;
  }
  #mobileSection p {
    font-size: 20px;
    line-height: 36px;
  }
  #blogSection .mainSlide .slider2 .col-lg-8 .info .heading h2 {
    font-size: 40px;
    line-height: 45px;
  }
  #contactSection ul li .content span {
    font-size: 16px;
  }
  #contactSection ul li .content h2 {
    font-size: 20px;
  }
  #contentPageSection .mainContent p {
    font-size: 16px;
  }
  #othersSection ul li a {
    font-size: 17px;
  }
  #hipcardSection p {
    font-size: 17px;
  }
  #hipcardSection .aboutCard ul li {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  header .menu {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: white;
    z-index: 10;
  }
  header .menu ul {
    padding: 0;
    margin-top: 50px;
    display: block;
  }
  header .menu ul li {
    display: block;
    text-align: center;
    padding: 15px 0px;
  }
  header .menu ul li ul {
    position: initial;
    background: initial;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1;
    visibility: visible;
    padding: 0;
    margin: 0;
    background: #f1f1f1;
    display: none;
  }
  header .menu ul li ul li {
    padding: 15px 0px;
  }
  header .menu .phoneMenuClose {
    display: block;
  }
  header .searchBtn {
    padding: 20px 0px;
    margin-right: 10px;
  }
  header .searchBtn i {
    font-size: 20px !important;
    color: #00abd3;
  }
  header .phoneMenuIcon {
    padding: 20px 0px;
    display: inline-block;
  }
  #knowledgeSection .cardRow .col-lg-4 {
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
  #mobileSection {
    height: initial;
  }
  #mobileSection::before {
    background-size: cover;
    background-position: center center;
  }
  #mobileSection .downloadImg {
    margin-bottom: 40px;
  }
  #mobileSection .downloadImg img {
    margin: 0;
  }
  footer .firstFooter .footerMenu ul {
    margin-top: 20px;
  }
  footer .firstFooter .footerMenu ul li {
    width: initial;
  }
  .register-popup .registerMain {
    padding-left: 10px;
  }
  .register-popup .registerMain .registerForm {
    padding-right: 10px;
    max-height: 415px;
  }
}

@media (max-width: 767px) {
  section {
    margin-top: 0;
  }
  footer .footerMenu {
    margin-top: 20px;
  }
  footer .firstFooter .footerMenu ul li {
    margin: 6px 35px;
    width: 100px;
  }
  .slider {
    margin: 0;
  }
  header .firstHeader .col-4 li {
    margin-right: 5px;
  }
  header .firstHeader .loginBtns a {
    font-size: 13px;
  }
  header .firstHeader .loginBtns a:last-of-type {
    width: 85px;
  }
  header .firstHeader select {
    width: 64px;
    font-size: 14px;
  }
  #mobileSection {
    height: initial;
  }
  #mobileSection .col-md-4 img {
    width: 160px;
    margin-bottom: 20px;
  }
  #mobileSection::before {
    background-size: cover;
    background-position: center center;
  }
  #mobileSection .downloadImg {
    margin-bottom: 40px;
  }
  #mobileSection .downloadImg img {
    margin: 0;
  }
  #mobileSection h1 {
    font-size: 35px;
  }
  #mobileSection p {
    font-size: 17px;
  }
  #blogSection .mainSlide .slider2 img {
    height: initial !important;
    -webkit-transform: none !important;
            transform: none !important;
    max-width: 90%;
    margin: 0 auto;
    transform: none !important;
    margin-top: 20px;
  }
  #blogSection .mainSlide .slider2 .info {
    padding: 20px !important;
    padding-bottom: 45px !important;
  }
  #blogSection .mainSlide .slider2 .info .heading h2 {
    font-size: 35px !important;
    line-height: 40px !important;
  }
  #blogSection .mainSlide .owl-nav button {
    border: initial;
    border-radius: initial;
    width: initial;
    height: initial;
    bottom: 5px;
    top: initial;
  }
  #blogSection .mainSlide .owl-nav button i {
    width: 50px;
    height: 50px;
    line-height: 40px;
    -webkit-box-shadow: initial;
            box-shadow: initial;
    background-color: #ffffff;
    color: #878e9e;
    font-size: 25px;
    display: inline-block;
    padding: 5px;
    border-radius: 100%;
  }
  #blogSection .mainSlide .owl-nav .owl-prev {
    left: 5px;
  }
  #blogSection .mainSlide .owl-nav .owl-next {
    right: 5px;
  }
  #blogSection .owl-carousel .owl-stage-outer {
    overflow: hidden;
  }
  #volunteerSection ul {
    display: initial;
  }
  #othersSection ul li a::after {
    right: -8px;
  }
  #hipcardSection .aboutCard h2 {
    margin-top: 20px;
  }
  #courseSection .hHeadRow .courseTypes ul {
    padding: 0px 70px;
  }
  #courseSection .hHeadRow .courseTypes ul li {
    display: block;
  }
  #courseSection .hHeadRow .courseTypes ul li a {
    font-size: 14px;
  }
}
/*# sourceMappingURL=style.css.map */