@charset "UTF-8";

/*--------------------------------------------------------------------------
Template name: master academy
Template URI: https://master-academy.com
Author Name: Rubel Hossain
Author URI: https://santaharsoft.com
Tag: Modern, Agency, Business
Verson: 1.0.0
Description: master academy a responsive html5 multipurpose template    

===========================
CSS Index
=========================== 

------------------------------------------------------------------------------*/
/**
* ============================
*  3.Media Query
* ============================
*/
@font-face {
  font-family: "potro_sans";
  src: url("../webfonts/potro_sans_bangla_regular-webfont.woff2") format("woff2"), url("../webfonts/potro_sans_bangla_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../webfonts/OpenSans-Italic.woff2") format("woff2"), url("../webfonts/OpenSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../webfonts/OpenSans-ExtraBold.woff2") format("woff2"), url("../webfonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../webfonts/OpenSans-Bold.woff2") format("woff2"), url("../webfonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../webfonts/OpenSans-MediumItalic.woff2") format("woff2"), url("../webfonts/OpenSans-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../webfonts/OpenSans-Regular.woff2") format("woff2"), url("../webfonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../webfonts/OpenSans-Light.woff2") format("woff2"), url("../wdbfonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../webfonts/OpenSans-SemiBold.woff2") format("woff2"), url("OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../webfonts/OpenSans-Medium.woff2") format("woff2"), url("../webfonts/OpenSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Anek Bangla";
  src: url("../webfonts/AnekBangla-Bold.woff2") format("woff2"),
    url("../webfonts/AnekBangla-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bermula';
  src: url('../webfonts/Bermula-Regular.woff2') format('woff2'),
      url('../webfonts/Bermula-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'abu_sayed';
    src: url('../webfonts/li_shohid_abu_sayed_unicode-webfont.woff2') format('woff2'),
         url('../webfonts/li_shohid_abu_sayed_unicode-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'alinur_imarat';
    src: url('../webfonts/li_alinur_imarat_unicode-webfont.woff2') format('woff2'),
         url('../webfonts/li_alinur_imarat_unicode-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*************************** start common css **************************************/
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 1rem;
}

body a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

.pt9,
.py9 {
  padding-top: 90px !important;
}

.mt9,
.my9 {
  margin-top: 90px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pb-6,
.site_map {
  padding-bottom: 60px;
}

.py9 {
  padding-bottom: 90px !important;
}

.pt45,
.py45 {
  padding-top: 45px !important;
}

.pb45,
.py45 {
  padding-bottom: 45px !important;
}

.mb9 {
  margin-bottom: 90px;
}

.my9 {
  margin-bottom: 90px !important;
}

.mt45,
.my45 {
  margin-top: 45px !important;
}

.mb45,
.my45 {
  margin-bottom: 45px !important;
}

/*************************** end common css **************************************/
/**
* ============================
*  3.Media Query
* ============================
*/
/*=====================
    All Extend Here
=======================*/
/* -----------------------------
    Hover Dropdown Extend  
--------------------------------*/
.rbt-header .mainmenu-nav .mainmenu li.with-megamenu .rbt-megamenu,
.rbt-header .mainmenu-nav .mainmenu li.has-dropdown .submenu,
.rbt-user-wrapper .rbt-user-menu-list-wrapper,
.rbt-category-menu-wrapper .category-dropdown-menu,
ul.rbt-dropdown-menu li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  clip: rect(0px, 200vw, 0, 0px);
  opacity: 0;
  transition: opacity 0.4s linear, clip 0.6s linear, visibility 0s 0.4s;
  transform: translateZ(0);
  background: #fff;
}

.rbt-header .mainmenu-nav .mainmenu>li .submenu>li:hover>.submenu,
.rbt-header .mainmenu-nav .mainmenu li.with-megamenu:hover .rbt-megamenu,
.rbt-header .mainmenu-nav .mainmenu li.has-dropdown:hover>.submenu,
.rbt-user-wrapper:hover .rbt-user-menu-list-wrapper,
.rbt-category-menu-wrapper:hover .category-dropdown-menu,
ul.rbt-dropdown-menu li:hover .sub-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
  clip: rect(0px, 100vw, 200vh, -30px);
  transition: clip 0.6s linear, opacity 0.4s linear;
}

/*-----------------------------
    Rbt Background Gradient
-------------------------------*/
/*---------------------
    Height and width 
------------------------*/
.fullscreen {
  min-height: 100vh;
  width: 100%;
}

/*----------------------------
    Header Top Information 
-----------------------------*/
.rbt-information-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 0;
  list-style: none;
  margin: -2px -7px;
  flex-wrap: wrap;
}

.rbt-information-list li {
  margin: 2px 0px;
  color: #fff;
  display: flex;
}

.rbt-information-list li a {
  padding: 0px 5px;
  font-size: 19px;
  line-height: 22px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-items: center;
  transition: 0.4s;
  font-weight: 400;

}

.rbt-information-list li a i {
  margin-right: 10px;
  font-size: 14px;
  margin-top: 2px;
}

.rbt-information-list li a svg {
  margin-right: 10px;
  height: 1.5rem;
  width: 1.5rem;
  margin-top: 2px;
}

.rbt-information-list li a span {
  margin-left: 4px;
}

.rbt-information-list li a:hover {
  color: #e9e7ed;
}

.bg-color-darker {
  background: #f37021;
}

/*--------------------------
    Dropdown Menu  
----------------------------*/
ul.rbt-dropdown-menu li {
  margin: 0;
  list-style: none;
}

ul.rbt-dropdown-menu li a {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  color: #fff;
}

ul.rbt-dropdown-menu li a .left-image {
  width: 20px;
  height: auto;
  margin-right: 5px;
}

ul.rbt-dropdown-menu li a span {
  display: inline-block;
}

ul.rbt-dropdown-menu li a .right-icon {
  display: inline-block;
  font-size: 14px;
}

@media only screen and (max-width: 575px) {
  ul.rbt-dropdown-menu li a .right-icon {
    font-size: 12px;
  }
}

ul.rbt-dropdown-menu li.has-child-menu {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

ul.rbt-dropdown-menu li .sub-menu {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1);
  padding: 12px 0;
  margin: 0;
  list-style-type: none;
  z-index: 10;
  text-align: start;
  border-radius: 5px;
  right: 0;
}

ul.rbt-dropdown-menu li .sub-menu.hover-reverse {
  left: auto;
  right: 0;
}

ul.rbt-dropdown-menu li .sub-menu li a {
  margin: 2px 10px;
  padding: 4px 12px;
  background: #fff;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  color: #1f1e1e;
}

ul.rbt-dropdown-menu li .sub-menu li a:hover {
  color: #003e59;
  background: rgba(0, 0, 0, 0.1);
}

ul.rbt-dropdown-menu li:hover>a .right-icon {
  transform: rotate(0);
  margin-top: 2px;
}

ul.rbt-dropdown-menu.currency-menu li .sub-menu {
  min-width: 100px;
}

.rbt-dropdown-menu {
  margin: 0;
}

/*--------------------------
    Header Section
----------------------------*/
.rbt-header-sec {
  width: 100%;
  display: flex;
}

@media only screen and (min-width: 1200px) {
  .rbt-header-sec {
    height: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-header-sec {
    height: 100%;
  }
}

.rbt-header-sec .rbt-header-sec-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.rbt-header-sec .rbt-header-sec-col .rbt-header-content {
  display: flex;
  align-items: center;
  margin: 0 -10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-header-sec .rbt-header-sec-col .rbt-header-content {
    margin: 0 -5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-header-sec .rbt-header-sec-col .rbt-header-content {
    margin: 0 -5px;
  }
}

.rbt-header-sec .rbt-header-sec-col .rbt-header-content>div {
  padding: 0 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-header-sec .rbt-header-sec-col .rbt-header-content>div {
    padding: 0 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-header-sec .rbt-header-sec-col .rbt-header-content>div {
    padding: 0 5px;
  }
}

@media only screen and (max-width: 767px) {
  .rbt-header-sec .rbt-header-sec-col .rbt-header-content>div {
    padding: 0 5px;
  }
}

.rbt-header-sec .rbt-header-left {
  text-align: left;
}

.rbt-header-sec .rbt-header-left .rbt-header-content {
  justify-content: flex-start;
}

@media (min-width: 768px) and (max-width: 992px) {
  .rbt-header-sec .rbt-header-left .rbt-header-content {
    width: 200%;
  }
}

.rbt-header-sec .rbt-header-right {
  text-align: right;
}

.rbt-header-sec .rbt-header-right .rbt-header-content {
  justify-content: flex-end;
}

.rbt-header-sec .rbt-header-center {
  text-align: center;
}

.rbt-header-sec .rbt-header-center .rbt-header-content {
  justify-content: center;
}

.rbt-header-sec.flex-row-reverse .rbt-header-left {
  text-align: right;
}

.rbt-header-sec.flex-row-reverse .rbt-header-left .rbt-header-content {
  justify-content: flex-end;
}

.rbt-header-sec.flex-row-reverse .rbt-header-right {
  text-align: left;
}

.rbt-header-sec.flex-row-reverse .rbt-header-right .rbt-header-content {
  justify-content: flex-start;
}

.rbt-header-wrapper .rbt-header-content {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

.rbt-header-wrapper .rbt-header-content>div {
  padding: 0 5px;
}

/*--------------------------
    Header Quick Access
----------------------------*/
.quick-access {
  display: flex;
  align-items: center;
  margin: 0 -3px;
  padding: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .quick-access {
    border-right: 0 none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quick-access {
    border-right: 0 none;
  }
}

@media only screen and (max-width: 767px) {
  .quick-access {
    border-right: 0 none;
  }
}

.quick-access>li {
  margin: 0 3px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .quick-access>li {
    margin: 0 6px;
  }
}

.quick-access>li>a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  transition: 0.4s;
}

.quick-access>li>a i {
  margin-right: 10px;
}

.quick-access>li:hover>a {
  color: #003e59;
}

.quick-access>li.account-access {
  padding-left: 30px;
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .quick-access>li.account-access {
    margin-right: 20px;
    margin-left: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .quick-access>li.account-access {
    padding-left: 14px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quick-access>li.account-access {
    padding-left: 10px;
    margin-left: 10px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .quick-access>li.account-access {
    padding-left: 10px;
    margin-left: 10px;
    margin-right: 5px;
  }
}

@media only screen and (max-width: 575px) {
  .quick-access>li.account-access {
    padding-left: 0;
    margin-left: 5px;
  }
}

.quick-access>li.account-access::after {
  background: #e9e7ed;
  width: 1px;
  height: 30px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  content: "";
}

@media only screen and (max-width: 575px) {
  .quick-access>li.account-access::after {
    display: none;
  }
}

.quick-access>li.access-icon a {
  position: relative;
  z-index: 1;
}

.quick-access>li.access-icon a i {
  margin-right: 0;
}

/*--------------------------
    Search With Category
----------------------------*/
.rbt-search-with-category select {
  height: 100%;
  border: 0 none;
  width: 170px;
  font-size: 14px;
  font-weight: 500;
  background-color: transparent;
  padding: 3px 20px;
}

.rbt-search-with-category .search-by-category {
  height: 100%;
  position: relative;
  flex: 1 1 0px;
}

.rbt-search-with-category .search-by-category::after {
  background: #e9e7ed;
  position: absolute;
  content: "";
  height: 25px;
  right: 0;
  top: 50%;
  width: 1px;
  transform: translateY(-50%);
}

.rbt-search-with-category .search-field {
  width: 80%;
}

.rbt-search-field,
.rbt-search-with-category {
  display: flex;
  align-items: center;
  border: 1px solid #e9e7ed;
  height: 45px;
  border-radius: 500px;
}

.rbt-search-field .rbt-modern-select .bootstrap-select button.btn-light,
.rbt-search-with-category .rbt-modern-select .bootstrap-select button.btn-light {
  border: 0 none;
  box-shadow: none;
  height: inherit;
  padding: 10px 20px;
  border-radius: inherit;
  line-height: 23px;
  padding-right: 40px;
  background-color: transparent;
}

.rbt-search-field .search-field .serach-btn::after,
.rbt-search-with-category .search-field .serach-btn::after {
  display: none;
}

.search-field input {
  height: auto;
  box-shadow: none;
  padding: 0 20px;
  padding-right: 65px;
  line-height: 47px;
}

.search-field.filed-solid input {
  background: #e9e7ed;
}

.search-field {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}

.search-field input {
  border: 0 none;
  box-shadow: none;
}

.search-field .serach-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  border-radius: 0;
}

.search-field .serach-btn::after {
  border-radius: 0;
}

@media only screen and (max-width: 767px) {
  .rbt-search-with-category .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 139px;
  }

  .rbt-search-with-category .search-field input {
    padding-right: 34px;
    font-size: 13px;
    padding-left: 12px;
  }

  .rbt-search-with-category .rbt-modern-select .bootstrap-select button.btn-light {
    font-size: 13px;
    padding-right: 25px;
  }

  .rbt-search-with-category .filter-select select {
    min-width: 139px;
  }
}

/*--------------------------
    Secondary Menu
----------------------------*/
.rbt-secondary-menu {
  display: flex;
  margin: 0 -15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rbt-secondary-menu {
    margin: 0 -5px;
  }
}

.rbt-secondary-menu li {
  padding: 0 15px;
  margin: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rbt-secondary-menu li {
    padding: 0 5px;
  }
}

.rbt-secondary-menu li a {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: block;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rbt-secondary-menu li a {
    font-size: 13px;
  }
}

.rbt-secondary-menu li a::before {
  content: "\e930";
  font-family: "feather" !important;
  font-style: normal;
  font-weight: 400;
  margin-right: 2px;
  position: relative;
  top: 1px;
}

.rbt-secondary-menu li a:hover {
  color: #003e59;
}

/*--------------------------
    Category Button
----------------------------*/
.rbt-category-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px;
  border-radius: 4px;
  background: linear-gradient(214.38deg, #fb908a 2%, #f37021 30.38%);
}

.rbt-category-btn iconify-icon {
  margin-left: 0.5rem;
  font-size: 2rem;
  margin-right: -0.5rem;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-category-btn {
    background: transparent;
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-category-btn {
    background: transparent;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .rbt-category-btn {
    background: transparent;
    padding: 0;
  }
}

.rbt-category-btn .icon {
  display: inline-block;
}

.rbt-category-btn .category-text {
  display: inline-block;
  padding-left: 6px;
  font-size: 16px;
  line-height: 1.2;
}

.rbt-category-menu-wrapper {
  position: relative;
}

.rbt-category-menu-wrapper .category-dropdown-menu {
  min-width: 240px;
  height: auto;
  z-index: 90;
  text-align: left;
  padding: 0;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  box-shadow: 2px 0 10px 1px rgba(0, 0, 0, 0.1);
}

.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item {
  background-color: #fff;
  color: #1f1e1e;
  font-size: 1.6rem;
  padding-right: 0;
}

.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav {
  min-width: 230px;
  width: auto;
  border-right: 1px solid #1f1e1e;
  padding-right: 20px;
}

.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav-list-wrapper {
  margin: 0;
  list-style: none;
  padding: 0;
  box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.1);
}

.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav-list-wrapper li {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav-list-wrapper li a {
  font-weight: 500;
  padding: 10px 20px;
  font-size: 16px;
  display: block;
  color: #605f62;
  margin: 0;
  border-radius: 3px;
}

.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav-list-wrapper li:hover a,
.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav-list-wrapper li.active a {
  color: #fff;
  background: linear-gradient(214.38deg, #fab8b5 -2.24%, #f37021 59.38%);
}

.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav-content {
  padding-left: 20px;
  height: 100%;
  width: auto;
  min-width: 320px;
}

.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav-content .vartical-nav-content-menu li a {
  padding: 5px 0px;
}

.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav-content .vartical-nav-content-menu li:hover a,
.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav-content .vartical-nav-content-menu li.active a {
  background: transparent;
}

.rbt-vertical-inner {
  display: none;
}

/*-------------------------
    Admin User Settings
--------------------------*/
.rbt-admin-profile {
  display: flex;
  align-items: center;
}

.rbt-admin-profile .admin-thumbnail {
  margin-right: 12px;
}

.rbt-admin-profile .admin-thumbnail img {
  width: 52px;
  min-width: 52px;
  height: 52px;
  border-radius: 100%;
  border: 2px solid #000000;
  box-shadow: rgba(0, 0, 0, 0.1);
  padding: 3px;
}

.rbt-admin-profile .admin-info .name {
  color: #fff;
  font-weight: 500;
  display: block;
  line-height: 1;
  margin-bottom: 2px;
}

.rbt-user-menu-list-wrapper .user-list-wrapper {
  margin: 0 -12px;
}

.rbt-user-menu-list-wrapper .user-list-wrapper li {
  margin: 0;
}

.rbt-user-menu-list-wrapper .user-list-wrapper li a {
  display: flex;
  padding: 5px 12px;
  align-items: center;
  border-radius: 3px;
  color: #605f62;
}

.rbt-user-menu-list-wrapper .user-list-wrapper li a img,
.rbt-user-menu-list-wrapper .user-list-wrapper li a i {
  max-height: 17px;
  margin-right: 7px;
}

.rbt-user-menu-list-wrapper .user-list-wrapper li a i {
  font-size: 17px;
}

.rbt-user-menu-list-wrapper .user-list-wrapper li a span {
  font-size: 14px;
}

.rbt-user-menu-list-wrapper .user-list-wrapper li:hover a {
  color: #003e59;
  background: rgba(0, 0, 0, 0.1);
}

.rbt-user-wrapper {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 575px) {
  .rbt-user-wrapper {
    position: static;
  }
}

.rbt-user-wrapper .rbt-user-menu-list-wrapper {
  background: #fff;
  min-width: 250px;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1);
  border-top: 1px solid #1f1e1e;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-user-wrapper .rbt-user-menu-list-wrapper {
    left: auto;
    right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-user-wrapper .rbt-user-menu-list-wrapper {
    left: auto;
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .rbt-user-wrapper .rbt-user-menu-list-wrapper {
    left: auto;
    right: 0;
  }
}

@media only screen and (max-width: 575px) {
  .rbt-user-wrapper .rbt-user-menu-list-wrapper {
    left: 20px;
    right: 20px;
    width: auto;
  }
}

.rbt-user-wrapper .rbt-user-menu-list-wrapper .inner {
  padding: 20px;
}

.rbt-user-wrapper .rbt-user-menu-list-wrapper .inner hr {
  margin-left: -20px;
  margin-right: -20px;
}

.rbt-user-wrapper .rbt-user-menu-list-wrapper .inner .rbt-admin-profile {
  padding-bottom: 20px;
}

.rbt-user-wrapper.right-align-dropdown .rbt-user-menu-list-wrapper {
  right: 0;
  left: auto;
}

@media only screen and (max-width: 575px) {
  .rbt-user-wrapper.right-align-dropdown .rbt-user-menu-list-wrapper {
    right: 20px;
    left: 20px;
    width: auto;
  }
}

/*-------------------------
    Mini Cart
--------------------------*/
.rbt-mini-cart {
  position: relative;
}

.rbt-mini-cart .rbt-cart-count {
  position: absolute;
  top: 4px;
  z-index: 2;
  min-width: 16px;
  height: 16px;
  background: #003e59;
  border-radius: 10px;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  color: #fff;
  padding: 0 4px 0 4px;
  line-height: 16px;
  left: 73%;
  font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-mini-cart .rbt-cart-count {
    top: 0px;
    left: 60%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-mini-cart .rbt-cart-count {
    left: auto;
    font-weight: 500;
    right: 1px;
  }
}

@media only screen and (max-width: 767px) {
  .rbt-mini-cart .rbt-cart-count {
    top: -7px;
    right: -4px;
    left: auto;
  }
}

/*-------------------------
    Header Animation  
--------------------------*/
@keyframes headerSticky {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes stickySlideDown {
  0% {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

/*---------------------
    Header Top  
----------------------*/
.rbt-header-top.rbt-header-top-1 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
  padding-top: 7px;
  padding-bottom: 7px;
}

@media only screen and (max-width: 767px) {}

@media only screen and (min-width: 1200px) {
  .rbt-header-top.rbt-header-top-1.variation-height-60 {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 60px;
  }
}

.rbt-header-top.rbt-header-top-1.variation-height-50 {
  padding-top: 4px;
  padding-bottom: 4px;
  height: 50px;
  min-height: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rbt-header-top.rbt-header-top-1.variation-height-50 {
    height: auto;
    min-height: inherit;

  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-header-top.rbt-header-top-1.variation-height-50 {
    height: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-header-top.rbt-header-top-1.variation-height-50 {
    height: 40px;
    min-height: auto;
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  .rbt-header-top.rbt-header-top-1.variation-height-50 {
    height: 40px;
    min-height: auto;
    overflow: hidden;
  }
}

.rbt-header-top.rbt-header-top-1 .rbt-header-sec {
  /* flex-wrap: wrap; */
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rbt-header-top.rbt-header-top-1 .rbt-header-sec .rbt-header-sec-col {
    flex-basis: 33.33%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-header-top.rbt-header-top-1 .rbt-header-sec .rbt-header-sec-col {
    flex-basis: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-header-top.rbt-header-top-1 .rbt-header-sec .rbt-header-sec-col {
    flex-basis: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .rbt-header-top.rbt-header-top-1 .rbt-header-sec .rbt-header-sec-col {
    flex-basis: 100%;
  }
}

.rbt-header-top.rbt-header-top-1 .top-expended-wrapper {
  display: flex;
  align-items: center;
  transition: 0.3s linear;
}

.rbt-header-top.rbt-header-top-1.top-expended-activation {
  transition: height 0.3s linear;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-header-top.rbt-header-top-1.top-expended-activation {
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  .rbt-header-top.rbt-header-top-1.top-expended-activation {
    overflow: hidden;
  }
}

.rbt-header-top.rbt-header-top-1.top-expended-activation.active {
  overflow: visible !important;
}

@media only screen and (max-width: 767px) {
  .rbt-header-top.rbt-header-top-1.top-expended-activation.active::after {
    display: none;
  }
}

.rbt-header-top.rbt-header-top-1.top-expended-activation.active .topbar-expend-button i::before {
  content: "\e996";
}

.rbt-header-top .top-bar-expended {
  position: absolute;
  right: 25px;
  top: 10px;
  z-index: 99;
}

.rbt-header-top .top-bar-expended .rbt-round-btn {
  width: auto;
  height: auto;
  line-height: inherit;
}

.rbt-header-top .top-bar-expended .rbt-round-btn::after {
  display: none;
}

.rbt-header-top .top-bar-expended .rbt-round-btn i {
  color: #fff;
}

/*----------------------------
    Header Top Bar  
----------------------------*/
.rbt-header-top-2 {
  border-bottom: 1px solid #e9e7ed;
  background-color: #fff;
}

.rbt-header-top-2 p {
  margin-bottom: 0;
  font-size: 14px;
}

.rbt-header-top-2 p a {
  transition: 0.3s;
}

.rbt-header-top-2 p a i {
  position: relative;
  top: 2px;
}

.rbt-header-top-2 .address-content {
  display: flex;
  align-items: center;
  margin: 0 -10px;
}

.rbt-header-top-2 .address-content p {
  margin-bottom: 0;
  padding: 0 15px;
  font-size: 14px;
  position: relative;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 575px) {
  .rbt-header-top-2 .address-content p {
    padding: 0 8px;
  }
}

.rbt-header-top-2 .address-content p+p::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 2px;
  background: #e9e7ed;
  top: 50%;
  transform: translateY(-50%);
  left: -1px;
  opacity: 0.5;
}

.rbt-header-top-2 .address-content p a {
  transition: 0.3s;
}

.rbt-header-top-2 .address-content p a:hover {
  color: #003e59;
}

.rbt-header-top-2 .address-content p i {
  margin-right: 8px;
  font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-header-top-2 .fancy-menu-text {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .rbt-header-top-2 .fancy-menu-text {
    text-align: center;
  }
}

.rbt-header-top-2 .fancy-menu-address {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-header-top-2 .fancy-menu-address {
    justify-content: center;
    margin-top: 6px;
  }
}

@media only screen and (max-width: 767px) {
  .rbt-header-top-2 .fancy-menu-address {
    justify-content: center;
    margin-top: 6px;
  }
}

.rbt-header-top-2 .fancu-menu-end {
  justify-content: flex-end;
  text-align: end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-header-top-2.header-top-2 .header-right {
    justify-content: end;
  }
}

@media only screen and (max-width: 767px) {
  .rbt-header-top-2.header-top-2 .header-right {
    justify-content: center;
  }
}

@media only screen and (max-width: 479px) {
  .rbt-header-top-2.header-top-2 .header-right {
    display: block;
  }
}

.rbt-header-top-2.header-top-2 .header-right .social-icon-wrapper {
  margin-left: 10px;
  padding-left: 10px;
  flex-basis: auto;
}

@media only screen and (max-width: 479px) {
  .rbt-header-top-2.header-top-2 .header-right .social-icon-wrapper {
    margin-top: 10px;
  }
}

.rbt-header-top-2.header-top-2 .header-right .social-icon-wrapper .social-default.icon-naked {
  margin: -5px;
}

.rbt-header-top-2 .social-default.icon-naked li {
  margin: 5px;
}

.rbt-header-top-2 .social-default.icon-naked li a {
  color: #605f62;
  font-size: 15px;
  line-height: 14px;
  display: block;
}

.rbt-header-top-2 .social-icon-wrapper {
  position: relative;
  margin-left: 10px;
  padding-left: 15px;
}

@media only screen and (max-width: 575px) {
  .rbt-header-top-2 .social-icon-wrapper {
    margin-left: 0;
    padding-left: 0;
    flex-basis: 100%;
  }
}

.rbt-header-top-2 .social-icon-wrapper::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 2px;
  background: #e9e7ed;
  top: 50%;
  transform: translateY(-50%);
  left: -1px;
  opacity: 0.5;
}

@media only screen and (max-width: 575px) {
  .rbt-header-top-2 .social-icon-wrapper::before {
    display: none;
  }
}

.rbt-header-top-2.header-top-transparent {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  background-color: transparent;
}

.rbt-header-top-2.color-white p {
  color: #fff;
  opacity: 0.7;
}

.rbt-header-top-2.color-white a {
  color: #fff;
}

.rbt-header-top-2.color-white .social-default li {
  opacity: 0.7;
}

.rbt-header-top-2.color-white .social-default li a {
  color: #fff;
}

/*------------------------------------------
    Header With TopBar Transparent  
----------------------------------------------*/
.rbt-transparent-header .rbt-header-top {
  border-color: #525260;
}

/*--------------------------
    Header Top Styles  
-----------------------------*/
.rbt-header-campaign {
  padding: 8px 0;
}

.rbt-header-campaign.bg-image1 {
  background-image: url(../images/bg/top-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.rbt-header-campaign .icon-close.position-right {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .rbt-header-campaign .icon-close.position-right {
    right: 10px;
    top: 9px;
    transform: none;
  }
}

.rbt-header-campaign.deactive {
  display: none;
}

.rbt-header-top-news {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  z-index: 9;
  transition: 0.4s;
}

.rbt-header-top-news .inner {
  display: flex;
  align-items: center;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .rbt-header-top-news .inner {
    text-align: start;
    justify-content: space-between !important;
    padding-right: 25px;
  }
}

.rbt-header-top-news .inner .content .news-text {
  display: inline-block;
  margin-left: 7px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rbt-header-top-news .inner .content .news-text {
    font-size: 12px;
  }
}

@media only screen and (max-width: 575px) {
  .rbt-header-top-news .inner .content .news-text {
    margin-left: 0;
    margin-top: 10px;
  }
}

.rbt-header-top-news .inner .content .news-text img {
  width: 22px;
  margin-right: 5px;
}

.rbt-header-top-news .inner .right-button {
  margin-left: 30px;
  margin-top: -4px;
}

@media only screen and (max-width: 767px) {
  .rbt-header-top-news .inner .right-button {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .rbt-header-campaign-1.rbt-header-top-news .inner {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .rbt-header-campaign-1.rbt-header-top-news .inner .right-button {
    margin-left: 0;
    margin-top: 6px;
  }
}

/*---------------------------
    Header Mid Style  
----------------------------*/
.rbt-header-middle {
  padding-top: 15px;
  padding-bottom: 15px;
}

.rbt-header-middle .rbt-header-sec .rbt-header-sec-col {
  flex-basis: inherit;
  flex-grow: inherit;
  max-width: inherit;
}

.rbt-header-middle .rbt-header-sec .rbt-header-sec-col.rbt-header-right,
.rbt-header-middle .rbt-header-sec .rbt-header-sec-col.rbt-header-left {
  flex: 1 1 0px;
}

.rbt-header-middle .rbt-header-sec .rbt-header-sec-col.rbt-header-center {
  text-align: center;
  width: 50%;
  flex-shrink: 0;
}

.rbt-header-middle .rbt-header-sec .rbt-header-sec-col.rbt-header-center .rbt-header-content .header-info {
  width: 100%;
}

.rbt-header-mid-1 .quick-access>li.account-access {
  padding-left: 10px;
  margin-left: 10px;
  margin-right: 0;
  position: relative;
}

.rbt-header-mid-1 .quick-access>li.account-access::after {
  left: -10px;
}

/*---------------------
    Social Share  
-----------------------*/
.social-share-transparent {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: -10px;
}

@media only screen and (max-width: 575px) {
  .social-share-transparent {
    margin: -5px;
  }
}

.social-share-transparent li {
  margin: 0;
  position: relative;
}

.social-share-transparent li a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;
  text-align: center;
  justify-content: center;
  border-radius: 100%;
  position: relative;
  z-index: 1;
}

.social-share-transparent li a::before {
  background: #e9e7ed;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transform: scale(0.8);
  border-radius: 100%;
  z-index: -1;
}

.social-share-transparent li a i {
  margin-right: 0px;
}

.social-share-transparent li a:hover {
  color: #003e59;
}

.social-share-transparent li a:hover::before {
  opacity: 1;
  transform: scale(1);
}

/*----------------------------
    Navigation Position  
------------------------------*/
.mainbar-row {
  display: flex;
  justify-content: space-between;
}

.mainbar-row .rbt-main-navigation {
  flex: 1;
  display: flex;
  margin: 0 30px;
  justify-content: center;
}

.mainbar-row .login-navigation {
  flex: 1;
  display: flex;
  margin-right: 0;
  justify-content: center;
}

.mainbar-row .login-navigation .mainmenu {
  justify-content: end !important;
}

.mainbar-row.rbt-navigation-end .rbt-main-navigation {
  justify-content: end;
}

.mainbar-row.rbt-navigation-start .rbt-main-navigation {
  justify-content: start;
}

/*-----------------------
    Header Style  
---------------------------*/
.rbt-header {
  position: relative;
  z-index: 99;
}

.rbt-header .logo a img {
  max-height: 100px;
  object-fit: cover;
}

@media (min-width: 768px) and (max-width: 992px) {
  .rbt-header .logo a img {
    max-width: 80px;
    height: auto;
  }
}

@media only screen and (max-width: 769px) {
  .rbt-header .logo a img {
    max-width: 60px;
    height: auto;
  }
}

@media only screen and (max-width: 575px) {
  .rbt-header .logo a {
    height: auto;
    line-height: initial;
  }
}

.rbt-information-list .black-text {
  color: #342b27;
}

.header-gradiant {
  background: linear-gradient(to right, transparent 10%, #f37021 90%);
}

.login__white {
  background: #fff !important;
  border: 1px solid #fff;
}

.header-top-gradiant {
  background: linear-gradient(to right, transparent 10%, #f37021 90%);
}

.rbt-header .rbt-header-wrapper {
  background-color: #fff;
  box-shadow: 0px 20px 34px rgba(0, 0, 0, 0.0509803922);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-header .rbt-header-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-header .rbt-header-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .rbt-header .rbt-header-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.rbt-header .rbt-header-wrapper.header-transparent {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  background: transparent;
  backdrop-filter: inherit;
  -webkit-backdrop-filter: inherit;
  box-shadow: none;
}

.rbt-header .rbt-header-wrapper.rbt-sticky {
  position: fixed;
  top: 45px;
  left: 0;
  background-color: #fff;
  width: 100%;
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  z-index: 99;
  box-shadow: rgba(0, 0, 0, 0.1);
}

.rbt-header .rbt-header-wrapper.login__header {
  padding: 0;
}

.rbt-header .rbt-header-wrapper.rbt-sticky.login__header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  z-index: 99;
  box-shadow: rgba(0, 0, 0, 0.1);
  padding: 0;
}

.rbt-header .rbt-header-wrapper.color-white-variation .mainmenu-nav .mainmenu>li>a {
  color: #fff;
}

.rbt-header .rbt-header-wrapper.color-white-variation .quick-access li a {
  color: #fff;
}

.rbt-header .rbt-header-wrapper.color-white-variation .quick-access li.account-access::after {
  opacity: 0.5;
}

.rbt-header .rbt-header-wrapper.color-white-variation.rbt-sticky {
  background-color: #000 !important;
  box-shadow: var(--shadow-5);
}

.rbt-header .rbt-header-wrapper.height-50 .mainmenu-nav .mainmenu>li>a {
  height: 50px;
  line-height: 50px;
}

.rbt-header .rbt-header-wrapper .header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .rbt-header .rbt-header-wrapper .header-right {
    justify-content: flex-end;
    flex-basis: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .rbt-header .rbt-header-wrapper .header-left {
    flex-basis: 40%;
  }
}

.rbt-header .rbt-header-wrapper .container-fluid,
.rbt-header .rbt-header-wrapper .container {
  position: relative;
}

.rbt-header.rbt-header-8 {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  z-index: 99;
}

.rbt-header.rbt-header-8 .rbt-header-wrapper {
  box-shadow: none;
  background: transparent;
}

.rbt-header.rbt-header-8 .mainbar-row {
  background-color: #fff;
  padding: 0 25px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-header.rbt-header-8 .mainbar-row {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-header.rbt-header-8 .mainbar-row {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .rbt-header.rbt-header-8 .mainbar-row {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.rbt-header.rbt-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
}

.rbt-header.rbt-transparent-header .rbt-header-top:not(.bg-not-transparent) {
  background: transparent !important;
}

.rbt-header.rbt-transparent-header .rbt-header-wrapper:not(.bg-not-transparent) {
  background: transparent !important;
  box-shadow: none;
}

.rbt-header.rbt-transparent-header .rbt-header-wrapper.rbt-sticky {
  background-color: #fff !important;
  box-shadow: rgba(0, 0, 0, 0.1);
}

.rbt-header.rbt-transparent-header .rbt-header-wrapper.color-white-variation.rbt-sticky {
  background-color: #000 !important;
  box-shadow: var(--shadow-5);
  border: 0 none;
}

.rbt-header.rbt-transparent-header .rbt-header-middle {
  background: transparent !important;
}

.rbt-header.rbt-header-8 .rbt-header-wrapper.rbt-sticky {
  background-color: transparent !important;
  box-shadow: none;
  padding-top: 10px;
}

.rbt-header .rbt-header-wrapper.header-transparent .mainmenu-nav .mainmenu li.with-megamenu .rbt-megamenu .wrapper {
  border-radius: 10px;
}

.rbt-header .rbt-header-wrapper.header-transparent.rbt-sticky .mainmenu-nav .mainmenu li.with-megamenu .rbt-megamenu .wrapper {
  border-radius: 0 0 10px 10px;
}

.side-nav-opened .rbt-header.rbt-transparent-header .rbt-header-wrapper:not(.bg-not-transparent) {
  background: #fff !important;
}

.rbt-header .rbt-header-wrapper.header-transparent .mainmenu-nav .mainmenu li.has-dropdown .submenu {
  border-radius: 10px;
}

.rbt-header .rbt-header-wrapper.header-transparent.rbt-sticky .mainmenu-nav .mainmenu li.has-dropdown .submenu {
  border-radius: 0 0 10px 10px;
}

/*--------------------------
    Navigation Styles 
----------------------------*/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}

.rbt-header .mainmenu-nav .mainmenu {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: end;
}

.rbt-header .mainmenu-nav .mainmenu>li>a {
  color: #1f1e1e;
  font-size: 16px;
  font-weight: 500;
  padding: 0 17px;
  display: flex;
  align-items: center;
  height: 80px;
  line-height: 80px;
  transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rbt-header .mainmenu-nav .mainmenu>li>a {
    padding: 0 10px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-header .mainmenu-nav .mainmenu>li>a {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-header .mainmenu-nav .mainmenu>li>a {
    padding: 0 12px;
  }
}

.rbt-header .mainmenu-nav .mainmenu>li>a i {
  transition: 0.3s;
}

.rbt-header .mainmenu-nav .mainmenu>li>a.active {
  color: #f37021;
}

.rbt-header .mainmenu-nav .mainmenu>li:hover>a,
.rbt-header .mainmenu-nav .mainmenu>li.active>a {
  color: #f37021 !important;
}

.rbt-header .mainmenu-nav .mainmenu li {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  padding: 0.8rem 0;
}

.rbt-header .mainmenu-nav .mainmenu li:first-child a {
  padding-left: 0;
}

.rbt-header .mainmenu-nav .mainmenu li:last-child a {
  padding-right: 0;
}

.rbt-header .mainmenu-nav .mainmenu li.has-dropdown .submenu {
  min-width: 240px;
  height: auto;
  z-index: 90;
  text-align: left;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  padding: 0;
  box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.1);
}

.rbt-header .mainmenu-nav .mainmenu li.has-dropdown .submenu li {
  position: relative;
  padding: 0;
}

.rbt-header .mainmenu-nav .mainmenu li.has-dropdown .submenu li a {
  font-weight: 500;
  padding: 10px 20px;
  font-size: 16px;
  display: block;
  color: #605f62;
  border-radius: 3px;
  font-weight: 500;
}

.rbt-header .mainmenu-nav .mainmenu li.has-dropdown .submenu li a:hover {
  color: #fff !important;
  background: rgba(0, 0, 0, 0.1);
  background: linear-gradient(214.38deg, #fab8b5 -2.24%, #f37021 59.38%);
}

.rbt-header .mainmenu-nav .mainmenu li.has-dropdown .submenu li a.active {
  color: #003e59 !important;
  background: rgba(0, 0, 0, 0.1);
}

.rbt-header .mainmenu-nav .mainmenu li.has-dropdown .submenu li ul.submenu {
  left: 100%;
  top: 0;
  text-align: left;
}

.rbt-header .mainmenu-nav .mainmenu li.with-megamenu {
  position: relative;
}

.rbt-header .mainmenu-nav .mainmenu li.with-megamenu .rbt-megamenu {
  transition: 0.3s;
  width: 100%;
  padding: 0 7px;
  border-radius: 0 0 10px 10px;
  right: 0;
}

.rbt-header .mainmenu-nav .mainmenu li.with-megamenu .rbt-megamenu.grid-item-2 {
  width: 600px;
  margin: 0 auto;
}

.rbt-header .mainmenu-nav .mainmenu li.with-megamenu .rbt-megamenu.grid-item-3 {
  width: 900px;
  margin: 0 auto;
}

.rbt-header .mainmenu-nav .mainmenu li.with-megamenu .rbt-megamenu.grid-item-4 {
  width: 100%;
  margin: 0 auto;
}

.rbt-header .mainmenu-nav .mainmenu li.with-megamenu .rbt-megamenu .wrapper {
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1);
  padding: 25px 25px;
  overflow: hidden;
  border-top: 1px solid #1f1e1e;
}

.rbt-header .mainmenu-nav .mainmenu li.with-megamenu .rbt-megamenu .wrapper .mega-menu-item {
  padding: 0;
  margin: 0;
  height: 100%;
  margin: 0 -10px;
}

.rbt-header .mainmenu-nav .mainmenu li.with-megamenu .rbt-megamenu .wrapper .mega-menu-item li {
  margin: 0 -10px;
}

.rbt-header .mainmenu-nav .mainmenu li.with-megamenu .rbt-megamenu .wrapper .mega-menu-item li a {
  font-weight: 500;
  padding: 10px 14px;
  font-size: 15px;
  display: block;
  color: #605f62;
  margin: 0 10px;
  border-radius: 4px;
  transition: 0.3s;
  display: flex;
  align-items: center;
}

.rbt-badge {
  color: #fff;
}

.rbt-header .mainmenu-nav .mainmenu li.with-megamenu .rbt-megamenu .wrapper .mega-menu-item li a .rbt-badge-card {
  margin-left: 10px;
}

.rbt-header .mainmenu-nav .mainmenu li.with-megamenu .rbt-megamenu .wrapper .mega-menu-item li a:hover,
.rbt-header .mainmenu-nav .mainmenu li.with-megamenu .rbt-megamenu .wrapper .mega-menu-item li a.active {
  color: #003e59 !important;
  background: rgba(0, 0, 0, 0.1);
}

.rbt-header .mainmenu-nav .mainmenu li.with-megamenu .rbt-megamenu .wrapper .rbt-ads-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.rbt-header .mainmenu-nav .mainmenu li.with-megamenu .rbt-megamenu .wrapper .btn-wrapper {
  margin: -25px;
  margin-top: 0px;
}

.rbt-header .mainmenu-nav .mainmenu li.with-megamenu .rbt-megamenu .wrapper .btn-wrapper a {
  font-size: 16px;
}

.rbt-header .mainmenu-nav .mainmenu li.with-megamenu .rbt-megamenu.menu-skin-dark .wrapper {
  background: #605f62;
  box-shadow: none;
  padding: 40px;
}

.rbt-header .mainmenu-nav .mainmenu>li .submenu>li:hover>.submenu {
  opacity: 1;
  visibility: visible;
  border-radius: 10px;
}

.rbt-header .mainmenu-nav.onepagenav .mainmenu li a {
  padding: 0;
  margin: 0 17px;
  position: relative;
}

.rbt-header .mainmenu-nav.onepagenav .mainmenu li a::after {
  position: absolute;
  content: "";
  left: 0;
  background: #003e59;
  width: 0;
  height: 2px;
  bottom: 0;
  opacity: 0;
  transition: 0.4s;
}

.rbt-header .mainmenu-nav.onepagenav .mainmenu li:first-child {
  margin-left: 0;
}

.rbt-header .mainmenu-nav.onepagenav .mainmenu li:last-child {
  margin-right: 0;
}

.rbt-header .mainmenu-nav.onepagenav .mainmenu li.current a {
  color: #003e59;
}

.rbt-header .mainmenu-nav.onepagenav .mainmenu li.current a::after {
  width: 100%;
  opacity: 1;
}

.rbt-header .rbt-category-menu-wrapper {
  height: 98px;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rbt-header .rbt-category-menu-wrapper {
    height: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rbt-header .rbt-category-menu-wrapper {
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .rbt-header .rbt-category-menu-wrapper {
    height: auto;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rbt-header.rbt-header-3 .mainmenu-nav .mainmenu>li>a {
    padding: 0 20px;
  }
}

.rbt-badge-card {
  background-color: transparent;
  background: transparent;
  padding: 1px 10px;
  border-radius: 100px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  z-index: 2;
  letter-spacing: 0.5px;
}

.rbt-badge-card::before {
  background: linear-gradient(90deg, #003e59 15%, #f37021 45%, #f37021 75%, #003e59 100%) 95%/200% 100%;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  border-radius: 100px;
  opacity: 0.5;
  background-size: 400% 100%;
}

/*----------------------------
    Mega Menu Options  
------------------------------*/
.mega-top-banner {
  background-image: url("../images/course/category-10.png"), radial-gradient(100% 100% at 100% 0%, #484c7a 0%, #23263b 100%);
  background-size: contain;
  background-position: right 30%;
  margin: -25px;
  width: auto;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 25px;
  position: relative;
  margin-bottom: 30px;
  background-size: cover;
}

.mega-top-banner .content {
  width: 56%;
}

.mega-top-banner .content .title {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}

.mega-top-banner .content .description {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
  color: #fff;
}

.nav-quick-access {
  display: flex;
  flex-wrap: wrap;
  background: #f5f5fa;
  margin: -25px;
  margin-top: 20px;
  padding: 16px 25px;
  justify-content: space-between;
}

.nav-quick-access li {
  flex-basis: 50%;
  padding: 5px;
}

.nav-quick-access li a {
  font-size: 15px;
  display: flex;
  align-items: center;
}

.nav-quick-access li a i {
  padding-right: 7px;
  color: #9698c3;
  font-size: 17px;
}

.nav-category-item {
  position: relative;
  z-index: 1;
  padding: 25px 20px;
}

.nav-category-item .image img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.nav-category-item a {
  display: flex;
  align-items: center;
}

.nav-category-item a span {
  font-size: 14px;
  font-weight: 600;
}

.nav-category-item a i {
  font-size: 16px;
  color: #605f62;
  padding-left: 4px;
  transition: 0.4s;
}

.nav-category-item:hover a i {
  padding-left: 10px;
}

.rbt-drop-menu-hidden .submenu,
.rbt-drop-menu-hidden .rbt-megamenu {
  display: none !important;
}

.rbt-drop-menu-hidden .rbt-header {
  z-index: 2;
}

.rbt-drop-menu-hidden .rbt-header.rbt-transparent-header {
  position: relative !important;
}

/*-----------------------
    Single Demo  
------------------------*/
@media only screen and (max-width: 1199px) {
  .single-dropdown-menu-presentation .single-mega-item {
    margin-top: 0 !important;
  }
}

.home-plesentation-wrapper {
  margin-top: -30px;
  max-height: inherit;
  scrollbar-width: none;
  margin-bottom: -20px;
  padding-bottom: 20px;
}

.home-plesentation-wrapper::-webkit-scrollbar {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .home-plesentation-wrapper {
    margin-bottom: 12px;
    margin-top: 0;
    max-height: inherit;
    min-height: inherit;
    overflow: inherit;
  }
}

@media only screen and (max-width: 1199px) {
  .home-plesentation-wrapper .single-mega-item+.single-mega-item .demo-single {
    border-top: 1px solid #e9e7ed;
  }
}

.demo-single {
  text-align: center;
  border-radius: var(--radius-10);
  margin-top: 30px;
  position: relative;
  transition: 0.4s;
}

@media only screen and (max-width: 1199px) {
  .demo-single {
    box-shadow: none;
    margin-top: 0;
    border-radius: 0;
  }
}

.demo-single .inner {
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .demo-single .inner {
    text-align: left;
  }
}

.demo-single .inner .thumbnail {
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .demo-single .inner .thumbnail {
    display: none;
  }
}

.demo-single .inner .thumbnail a {
  display: block;
  overflow: hidden;
}

.demo-single .inner .thumbnail a img {
  width: 100%;
  transition: all 0.3s ease;
  border-radius: var(--radius-10);
}

.demo-single .inner .content {
  padding: 10px;
  padding-bottom: 0;
  position: absolute;
  bottom: -30px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  opacity: 0;
  transition: 0.4s;
}

@media only screen and (max-width: 1199px) {
  .demo-single .inner .content {
    padding: 0;
    opacity: 1;
    position: static;
    text-align: left;
  }
}

.demo-single .inner .content .title {
  margin-bottom: 0;
  line-height: inherit;
  font-size: 14px;
  color: #fff !important;
  display: block;
}

@media only screen and (max-width: 1199px) {
  .demo-single .inner .content .title {
    font-size: 15px;
    color: #fff !important;
  }
}

.demo-single .inner .content .title a {
  color: inherit;
}

.demo-single .inner .content .title i {
  position: relative;
  top: 2px;
}

@media only screen and (max-width: 1199px) {
  .demo-single .inner .content .title i {
    display: none;
  }
}

.demo-single:hover {
  transform: translateY(-20px);
}

.demo-single:hover .inner .content {
  opacity: 1;
  bottom: -30px;
}

@media only screen and (max-width: 1199px) {
  .demo-single:hover {
    transform: none;
  }
}

.coming-soon .demo-single .inner .thumbnail a img,
.coming-soon .demo-single .inner .content .title a {
  cursor: default;
}

/*----------------------
    Load More Btn  
-----------------------*/
.rbt-megamenu .load-demo-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: none;
}

/*----------------------
    Extra Css  
------------------------*/
.rbt-header .rbt-border-bottom-light .mainmenu-nav .mainmenu li.with-megamenu .rbt-megamenu .wrapper {
  border-top: 0 none;
}

.dashboard-mainmenu li a.active span,
.dashboard-mainmenu li a.active i {
  color: #003e59;
}

/*--------------------
    Mega Menu  
-----------------------*/
/*------------------------------
    Popup Menu Styles  
--------------------------------*/
.popup-mobile-menu {
  z-index: 9999;
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

@media only screen and (min-width: 1200px) {
  .popup-mobile-menu {
    display: none;
  }
}

.popup-mobile-menu .inner-wrapper {
  width: 400px;
  z-index: 999;
  position: absolute;
  background-color: #fff;
  height: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  opacity: 0;
  left: -150px;
  transition: all 0.5s ease-out;
  padding: 4rem;
  height: 100%;
  position: relative;
  overflow-y: auto;
  background-image: linear-gradient(to right top, rgb(251, 240, 242), rgb(251, 240, 242));
}

@media only screen and (max-width: 767px) {
  .popup-mobile-menu .inner-wrapper {
    padding: 30px 30px;
  }
}

@media only screen and (max-width: 575px) {
  .popup-mobile-menu .inner-wrapper {
    width: 300px;
    padding: 30px 20px;
  }
}

.popup-mobile-menu .inner-wrapper .inner-top {
  border-bottom: 1px solid #000000;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .popup-mobile-menu .inner-wrapper .inner-top {
    padding-bottom: 15px;
    margin-bottom: 0px;
  }
}

.popup-mobile-menu .inner-wrapper .inner-top .content {
  display: flex;
  justify-content: space-between;
}

.popup-mobile-menu .inner-wrapper .inner-top .logo a img {
  max-height: 60px;
  width: auto;
}

.popup-mobile-menu .inner-wrapper .inner-top .close-button {
  background: #fff;
  border: 0 none;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.popup-mobile-menu .inner-wrapper .content {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .popup-mobile-menu .inner-wrapper .content {
    display: block;
  }
}

.popup-mobile-menu .inner-wrapper .description {
  padding-right: 18%;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .popup-mobile-menu .inner-wrapper .description {
    padding-right: 0;
  }
}

.popup-mobile-menu.active {
  visibility: visible;
  opacity: 1;
}

.popup-mobile-menu.active .inner-wrapper {
  opacity: 1;
  left: 0;
  overflow-y: auto;
  width: 100vw;
  background: #fff;
  padding: 0;
}

.popup-mobile-menu .mainmenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.popup-mobile-menu .mainmenu li {
  margin: 0;
}

.popup-mobile-menu .mainmenu li a {
  padding: 8px 0;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #1f1e1e;
}

.popup-mobile-menu .mainmenu li a.active {
  color: #003e59 !important;
}

.popup-mobile-menu .mainmenu li a i {
  display: none;
}

.popup-mobile-menu .mainmenu li+li {
  border-top: 1px solid #e9e7ed;
}

.popup-mobile-menu .mainmenu .has-dropdown .submenu {
  padding: 0;
  max-width: 100%;
  list-style: none;
  padding-left: 14px;
  display: none;
}

.popup-mobile-menu .mainmenu .has-dropdown .submenu li a {
  font-size: 15px;
}

.popup-mobile-menu .mainmenu .has-dropdown .submenu li a.active {
  color: #003e59 !important;
}

.popup-mobile-menu .mainmenu .has-menu-child-item>a,
.popup-mobile-menu .mainmenu .has-dropdown>a {
  position: relative;
}

.popup-mobile-menu .mainmenu .has-menu-child-item>a::after,
.popup-mobile-menu .mainmenu .has-dropdown>a::after {
  position: absolute;
  content: "\e9b1";
  font-family: "feather" !important;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}

.popup-mobile-menu .mainmenu .has-menu-child-item>a.open::after,
.popup-mobile-menu .mainmenu .has-dropdown>a.open::after {
  content: "\e996";
}

.popup-mobile-menu .mainmenu .rbt-megamenu {
  padding: 0;
  max-width: 100%;
  list-style: none;
  padding-left: 14px;
  display: none;
}

.popup-mobile-menu .mainmenu .mega-menu-item {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 0;
}

.popup-mobile-menu .mainmenu .mega-menu-item li a {
  font-size: 15px;
}

.popup-mobile-menu .mainmenu .mega-menu-item li:last-child {
  border-bottom: 1px solid #e9e7ed;
}

.popup-mobile-menu .mainmenu .single-mega-item:last-child .mega-menu-item li:last-child {
  border-bottom-color: transparent;
}

.popup-mobile-menu .mainmenu .single-mega-item+.single-mega-item {
  margin-top: 15px;
}

.popup-mobile-menu .mainmenu .single-mega-item .rbt-short-title {
  margin-top: 8px;
}

.popup-mobile-menu .mega-top-banner {
  margin: 0;
  margin-top: 10px;
  background-image: inherit;
  background-color: #e9e7ed;
  border-radius: 4px;
  margin-bottom: 9px;
}

.popup-mobile-menu .mega-top-banner .content {
  width: 100%;
  display: block;
}

.popup-mobile-menu .nav-quick-access {
  display: block;
  margin: 0;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: -20px;
  padding: 6px 17px;
  overflow: hidden;
  background: transparent !important;
  padding: 0.8rem 3.5rem;
  margin-bottom: 2rem;
}

.popup-mobile-menu .nav-quick-access li button {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #615e58;
  border: none;
  background: none;
  padding-left: 0;
  transition: all 0.3s;
}

.popup-mobile-menu .nav-quick-access li .button__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}

.popup-mobile-menu .nav-quick-access li .button__box iconify-icon {
  font-size: 2.5rem;
  color: #615e58;
}

.popup-mobile-menu .nav-quick-access li .dropdown.hide {
  height: 0;
  overflow: hidden;
}

.popup-mobile-menu .nav-quick-access li a {
  display: flex;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #615e58;
}

.popup-mobile-menu .nav-quick-access .footer__btn .offcanvas__login--btn {
  font-family: "potro_sans" !important;
  color: #fff;
  border-radius: 10px;
  padding: 1.6rem 2.5rem;
  transition: 0.3s linear;
  text-align: center;
  margin-right: 0 !important;
  margin-top: 2rem;
  background: linear-gradient(214.38deg, #fb908a 2%, #f37021 30.38%);
  justify-content: center;
  border-bottom: none;
  font-size: 1.8rem !important;
}

.popup-mobile-menu .nav-quick-access li a i {
  display: flex;
}

.popup-mobile-menu .rbt-ads-wrapper {
  margin-bottom: 20px;
  margin-top: -16px;
  margin-left: -15px;
}

@media only screen and (max-width: 1199px) {
  .popup-mobile-menu .rbt-ads-wrapper {
    margin-top: 0;
    margin-left: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .popup-mobile-menu .rbt-ads-wrapper img {
    border-radius: 10px;
  }
}

.popup-mobile-menu .btn-wrapper {
  margin-left: -14px;
  margin-bottom: 20px;
  margin-top: -14px;
}

.popup-mobile-menu .rbt-btn.btn-xl {
  padding: 0 15px !important;
  font-size: 14px !important;
  height: 50px;
  line-height: 52px;
  border-radius: 4px !important;
}

.popup-mobile-menu .rbt-btn i {
  display: block !important;
}

.popup-mobile-menu .mega-category-item {
  margin-top: -15px;
  margin-bottom: 15px;
}

.popup-mobile-menu .mega-category-item .nav-category-item {
  padding: 8px 14px;
}

@media only screen and (max-width: 767px) {
  .hamberger {
    margin-left: 10px;
  }
}

.hamberger .hamberger-button {
  background: transparent;
  border: 0 none;
  color: #605f62;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  padding: 0;
}

/*--------------------------------
    Offcanvas Menu  
--------------------------------*/
.rbt-offcanvas-trigger .offcanvas-trigger {
  display: block;
  color: #fff;
  position: relative;
  cursor: pointer;
  font-size: 0.25em;
}

.rbt-offcanvas-trigger .offcanvas-trigger .offcanvas-bars {
  display: inline-block;
  width: 26px;
  margin: 0;
  vertical-align: middle;
  height: 20px;
}

.rbt-offcanvas-trigger .offcanvas-trigger .offcanvas-bars span {
  display: inline-block;
  height: 2px;
  margin-left: 0;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  background-color: #000;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
  background-color: transparent;
  transition: transform 0.3s, opacity 0.3s, width 0.3s, background-color 0.3s 0.3s, -webkit-transform 0.3s;
}

@media only screen and (max-width: 767px) {
  .rbt-offcanvas-trigger .offcanvas-trigger .offcanvas-bars span {
    margin-bottom: 4px;
  }
}

.rbt-offcanvas-trigger .offcanvas-trigger .offcanvas-bars span::before,
.rbt-offcanvas-trigger .offcanvas-trigger .offcanvas-bars span::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #090909;
}

.rbt-offcanvas-trigger .offcanvas-trigger .offcanvas-bars span::before {
  transform: translate(-100%, 0);
  transition: all 0.325s cubic-bezier(0.38, 0.98, 0.4, 1);
}

.rbt-offcanvas-trigger .offcanvas-trigger .offcanvas-bars span::after {
  transition: all 0.325s cubic-bezier(0.38, 0.98, 0.4, 1);
}

.rbt-offcanvas-trigger .offcanvas-trigger:hover .offcanvas-bars span::before {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.rbt-offcanvas-trigger .offcanvas-trigger:hover .offcanvas-bars span::after {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.rbt-offcanvas-trigger .offcanvas-trigger:hover .offcanvas-bars span:first-child::before {
  -webkit-transition-delay: 0.18s;
  transition-delay: 0.18s;
}

.rbt-offcanvas-trigger .offcanvas-trigger:hover .offcanvas-bars span:nth-child(2)::before {
  -webkit-transition-delay: 0.24s;
  transition-delay: 0.24s;
}

.rbt-offcanvas-trigger .offcanvas-trigger:hover .offcanvas-bars span:nth-child(2)::after {
  -webkit-transition-delay: 0.06s;
  transition-delay: 0.06s;
}

.rbt-offcanvas-trigger .offcanvas-trigger:hover .offcanvas-bars span:last-child::before {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.rbt-offcanvas-trigger .offcanvas-trigger:hover .offcanvas-bars span:last-child::after {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}

.rbt-offcanvas-trigger.md-size {
  margin-top: 2px;
}

.rbt-offcanvas-trigger.md-size .offcanvas-trigger .offcanvas-bars {
  width: 22px;
  height: 20px;
}

.rbt-offcanvas-trigger.md-size .offcanvas-trigger .offcanvas-bars span {
  margin-bottom: 2px;
}

/*-------------------------------
    Offcanvas Menu Sidebar  
--------------------------------*/
.side-menu,
.rbt-cart-side-menu {
  width: 30%;
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 9999;
  height: 100%;
  transform: translate3d(100%, 0, 0);
  overflow: hidden;
  overscroll-behavior: contain;
  transition: transform 0.85s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.6s step-end;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

  .side-menu,
  .rbt-cart-side-menu {
    width: 40%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .side-menu,
  .rbt-cart-side-menu {
    width: 550px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .side-menu,
  .rbt-cart-side-menu {
    width: 550px;
  }
}

@media only screen and (max-width: 767px) {

  .side-menu,
  .rbt-cart-side-menu {
    width: 450px;
  }
}

@media only screen and (max-width: 575px) {

  .side-menu,
  .rbt-cart-side-menu {
    width: 310px;
  }
}

.side-menu .inner-wrapper,
.rbt-cart-side-menu .inner-wrapper {
  padding: 60px 50px;
  height: 100%;
  position: relative;
  overflow-y: auto;
}

@media only screen and (max-width: 767px) {

  .side-menu .inner-wrapper,
  .rbt-cart-side-menu .inner-wrapper {
    padding: 30px 30px;
  }
}

.side-menu .inner-wrapper .inner-top,
.rbt-cart-side-menu .inner-wrapper .inner-top {
  border-bottom: 1px solid #000000;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.side-menu .inner-wrapper .content,
.rbt-cart-side-menu .inner-wrapper .content {
  display: flex;
  justify-content: space-between;
}

.side-menu .inner-wrapper .description,
.rbt-cart-side-menu .inner-wrapper .description {
  padding-right: 18%;
  margin-top: 20px;
}

.side-menu .side-nav,
.rbt-cart-side-menu .side-nav {
  margin-bottom: 30px;
  display: block;
}

.side-menu .side-nav .navbar-nav,
.rbt-cart-side-menu .side-nav .navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.side-menu .side-nav .navbar-nav li,
.rbt-cart-side-menu .side-nav .navbar-nav li {
  display: block;
  margin: 10px 0;
  padding: 0 !important;
  opacity: 0;
  transition: all 0.8s ease 500ms;
  transform: translateY(30px);
}

.side-menu .side-nav .navbar-nav li a,
.rbt-cart-side-menu .side-nav .navbar-nav li a {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}

.side-menu .side-nav .navbar-nav li:first-child,
.rbt-cart-side-menu .side-nav .navbar-nav li:first-child {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.side-menu .side-nav .navbar-nav li:nth-child(2),
.rbt-cart-side-menu .side-nav .navbar-nav li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.side-menu .side-nav .navbar-nav li:nth-child(3),
.rbt-cart-side-menu .side-nav .navbar-nav li:nth-child(3) {
  transition-delay: 0.3s;
}

.side-menu .side-nav .navbar-nav li:nth-child(4),
.rbt-cart-side-menu .side-nav .navbar-nav li:nth-child(4) {
  transition-delay: 0.4s;
}

.side-menu .side-nav .navbar-nav li:nth-child(5),
.rbt-cart-side-menu .side-nav .navbar-nav li:nth-child(5) {
  transition-delay: 0.5s;
}

.side-menu.start-from-left,
.rbt-cart-side-menu.start-from-left {
  left: 0;
  right: auto;
  transform: translate3d(-100%, 0, 0);
}

.side-menu.start-from-left.side-menu-active,
.rbt-cart-side-menu.start-from-left.side-menu-active {
  transform: translate3d(0, 0, 0);
}

.side-menu.side-menu-active,
.rbt-cart-side-menu.side-menu-active {
  transform: translate3d(0, 0, 0);
  transition: transform 0.85s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.6s step-start;
}

.side-menu.side-menu-active .side-nav .navbar-nav li,
.rbt-cart-side-menu.side-menu-active .side-nav .navbar-nav li {
  transform: translateY(0);
  opacity: 1;
}

.close_side_menu {
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1091;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity 0.3s, visibility 0.3s;
}

.offcanvas-menu-active .close_side_menu,
.cart-sidenav-menu-active .close_side_menu {
  opacity: 1;
  visibility: visible;
}

/*---------------------------------
    Rainbow Offcanvas Side Menu  
-----------------------------------*/
.rbt-offcanvas-side-menu {
  z-index: 9999;
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

.rbt-offcanvas-side-menu .inner-wrapper {
  width: 450px;
  z-index: 999;
  position: absolute;
  background-color: #fff;
  height: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  opacity: 0;
  left: -150px;
  transition: all 0.5s ease-out;
  padding: 60px 50px;
  height: 100%;
  position: relative;
  overflow-y: auto;
}

@media only screen and (max-width: 575px) {
  .rbt-offcanvas-side-menu .inner-wrapper {
    width: 310px;
    padding: 40px 30px;
  }
}

.rbt-offcanvas-side-menu .inner-wrapper .inner-top {
  border-bottom: 1px solid #000000;
  padding-bottom: 25px;
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .rbt-offcanvas-side-menu .inner-wrapper .inner-top {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.rbt-offcanvas-side-menu.active-offcanvas {
  visibility: visible;
  opacity: 1;
}

.rbt-offcanvas-side-menu.active-offcanvas .inner-wrapper {
  opacity: 1;
  left: 0;
  overflow-y: auto;
}

@media only screen and (max-width: 1199px) {
  .rbt-vertical-nav-list-wrapper .vartical-nav-content-menu-wrapper {
    display: none;
  }
}

/*---------------------------------
    cateory Side Menu
-----------------------------------*/
.rbt-category-sidemenu .rbt-vertical-nav-list-wrapper {
  margin: 0;
  padding: 0;
}

.rbt-category-sidemenu .rbt-vertical-nav-list-wrapper .vartical-nav-content-menu-wrapper {
  padding-left: 15px;
  padding-top: 20px;
  margin-bottom: 20px;
}

.rbt-category-sidemenu .rbt-vertical-nav-list-wrapper .vartical-nav-content-menu-wrapper .vartical-nav-content-menu+.vartical-nav-content-menu {
  margin-top: 20px;
}

.rbt-category-sidemenu .rbt-vertical-nav-list-wrapper .vartical-nav-content-menu-wrapper a {
  font-size: 16px;
  font-weight: 500;
}

.rbt-category-sidemenu .rbt-vertical-nav-list-wrapper .vertical-nav-item {
  margin: 0;
}

.rbt-category-sidemenu .rbt-vertical-nav-list-wrapper .vertical-nav-item>a {
  padding: 8px 0;
  display: block;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.rbt-category-sidemenu .rbt-vertical-nav-list-wrapper .vertical-nav-item>a::after {
  position: absolute;
  content: "\e9b1";
  font-family: "feather" !important;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}

.rbt-category-sidemenu .rbt-vertical-nav-list-wrapper .vertical-nav-item>a.active::after {
  content: "\e996";
}

.rbt-category-sidemenu .rbt-vertical-nav-list-wrapper .vertical-nav-item+.vertical-nav-item {
  border-top: 1px solid #e9e7ed;
}

/*-----------------------
    Social Icons 
-------------------------*/
.social-default {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
  margin: -5px;
}

.social-default li {
  margin: 5px;
}

.social-default li a {
  width: 48px;
  background-color: #e9e7ed;
  height: 48px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  transition: 0.3s;
  color: #605f62;
  z-index: 2;
  position: relative;
}

.social-default li a::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #003e59;
  transform: scale(0.5);
  opacity: 0;
  transition: 0.3s;
  border-radius: 100%;
}

.social-default li a:hover {
  color: #fff;
}

.social-default li a:hover::after {
  transform: scale(1);
  opacity: 1;
}

.social-default li a i {
  vertical-align: middle;
}

.social-default.transparent-with-border li a {
  line-height: 41px;
  background: transparent;
  border: 2px solid #e9e7ed;
}

.social-default.transparent-with-border li a:hover {
  border-color: transparent !important;
}

.social-default.transparent-with-border li a::after {
  border: 1px solid #003e59;
}

.social-default.with-gradient li a::after {
  background-image: linear-gradient(to right, #003e59, #f37021, #f37021, #003e59);
  background-size: 300% 100%;
}

.social-default.with-bg-primary li a {
  background-color: #003e59;
  border: 2px solid #003e59;
  transition: 0.5s;
  line-height: 40px;
  color: #fff;
}

.social-default.with-bg-primary li a::after {
  display: none;
}

.social-default.with-bg-primary li a:hover {
  background-color: transparent;
  color: #003e59;
}

.social-default.icon-naked {
  margin: -10px;
}

.social-default.icon-naked li {
  margin: 10px;
}

.social-default.icon-naked li a {
  background: transparent !important;
  width: auto;
  height: auto;
  line-height: initial;
}

.social-default.icon-naked li a::after {
  display: none;
}

.social-default.icon-naked li a:hover {
  color: #003e59 !important;
}

.social-default.icon-large li a {
  font-size: 36px;
  opacity: 0.7;
}

.social-default.color-white li a {
  color: #fff;
}

.side-nav-opened body::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 99;
  transition: all 0.7s;
}

/**********************************
0. Global Style
***********************************/
.section__padding--default {
  padding: 5rem 0;
}

@media (max-width: 575px) {
  .section__padding--default {
    padding: 2rem 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .container {
    padding: 0 1rem;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 2rem;
  }
}

.section-ptb {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .section-ptb {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

.section-ptb-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pb-120 {
  padding-bottom: 120px;
}

.default_btn {
  box-sizing: border-box;
  font-weight: 600;
  max-width: 469px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  border-radius: 4px;
  padding: 13px 22px;
  margin-right: 22px;
  transition: all 0.3s;
  text-align: center;
  font-weight: normal;
  border: none;
  background: linear-gradient(214.38deg, #fb908a 2%, #f37021 30.38%);
}

.default_btn span {
  margin-right: 9px;
  transition: 0.3s;
}

.default_btn:hover {
  background: linear-gradient(214.38deg, #fb908a 2%, #f37021 30.38%);
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2) !important;
  opacity: 0.95 !important;
}

.default_btn:hover span {
  opacity: 0;
  visibility: hidden;
  margin-right: 0;
}

.default_btn:hover span.angle {
  color: #003e59;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media (max-width: 768px) {
  .section_heading h2 {
    font-size: 3rem !important;
  }
}

.section_heading p {
  line-height: 2.2rem !important;
  padding-top: 0.6rem !important;
}

@media (max-width: 575px) {
  .section_heading p {
    line-height: 1.8rem !important;
  }
}

@media (max-width: 768px) {
  .rbt-information-list .email {
    display: none;
  }
}

.language {
  color: #fff !important;
  display: flex;
  align-items: center;
}

.language span {
  font-weight: bold;
  cursor: pointer;
}

.language span.selected {
  color: #fff;
}

.language .en {
  font-family: "Open Sans", sans-serif;
}

.language .divider {
  line-height: 1rem;
  padding: 0;
  height: 100%;
  margin-bottom: 0;
  font-weight: 700;
  float: left;
  font-size: 14px;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
  margin: 0 0.5rem;
}

.language .bn {
  font-family: "Open Sans", sans-serif;
}

/*****************************
   1. header
*********************************/
body.admin__panel--body .rbt-sticky-placeholder {
  height: 46px;
}

.notice__area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 3px solid #f37021;
  z-index: 99999;
}

.notice__area .container {
  height: 100%;
  width: 100%;
}

.notice__area--inner {
  display: flex;
  gap: 2rem;
  align-items: center;
  height: 100%;
}

.notice__area--inner h2 {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  padding: 1.3rem 2rem;
  background: linear-gradient(214.38deg, #fb908a 2%, #f37021 30.38%);
  margin-bottom: 0;
  color: white;
}

@media (max-width: 575px) {
  .notice__area--inner h2 {
    display: none;
  }
}

.notice__area--inner marquee {
  font-weight: 600;
  font-family: "potro_sans";
  padding: 0.2rem;
}

@media (max-width: 575px) {
  .notice__area--inner marquee {
    padding: 1.2rem;
  }
}

.bwl_news_lists marquee {
  font-family: "Open Sans", sans-serif;
  height: 4.5rem;
  display: flex;
  align-items: center;
}

.notice__sticky {
  position: sticky;
  top: 0;
}

.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav {
  border-right: none;
  padding-right: 0;
}

.rbt-header {
  z-index: 99999 !important;
}

.body-container {
  margin-top: 50px;
}

.topbar_text a {
  line-height: 27px;
  color: #fff;
}

.header-topbar,
.banner_text a,
.glory_text .glory_btn a,
.more_facilities_btn a,
.navbar-nav .nav-item:last-child a,
.navbar_btn a,
.seminar_content .seminar_btn a {
  background: #f37021;
  outline: 1px solid transparent;
  box-sizing: border-box;
  font-weight: 600;
}

.banner_text h1 span,
.blog_item .blog_text a,
.counte_item2 h4,
.counte_item3 h4,
.pg_banner_text h4 {
  -webkit-text-fill-color: transparent;
}

.svg-inline--fa {
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.main_container {
  width: 84%;
  margin-left: auto;
}

.video_icon {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#navbar,
.common_slider_class,
.course_fee_box table,
.success_item .modalvidwrap {
  width: 100%;
}

.header-topbar {
  padding: 7px 0;
}

.topbar_text a {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  margin-right: 83px;
}

#navbar,
.sm_menu {
  position: absolute;
}

.back_to_top a {
  display: block;
  line-height: 33px;
  color: #fff;
  font-size: 25px;
}

.banner_text h5,
.navbar-nav .nav-item:last-child a,
.navbar_btn a {
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.200000003px;
}

.back_to_top.back_btn_show {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

.banner_text a:hover span,
.course_catagory_item.slick-slide,
.hover_play_video {
  opacity: 0;
  visibility: hidden;
}

#navbar {
  padding: 25px 0;
  background: 0 0;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 999;
}

.main_menu li.nav-item {
  margin-right: 48px;
  align-self: center;
}

.main_menu li.nav-item a.nav-link {
  color: #1f1e1e !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.200000003px;
  text-align: center;
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.navbar-nav .nav-item:last-child a,
.navbar_btn a {
  font-size: 18px;
  color: #fff;
  border-radius: 10px !important;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 13px 19px;
  cursor: pointer;
}

.navbar_btn .nav-link {
  background: 0 0;
  border: 1px solid #e9e7ed;
  color: #1f1e1e;
  margin-left: 15px;
}

.navbar_btn .active {
  background: linear-gradient(214.38deg, rgba(255, 148, 143, 0.5) -2.24%, #003e59 59.38%) !important;
}

.navbar-nav .nav-item:last-child a img,
.navbar_btn a img {
  padding-right: 9px;
}

.offcanvas {
  background-image: url("../images/home/offCanvasBg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.offcanvas-start {
  width: 80vw;
}

.sm_menu {
  width: 100%;
  left: 0;
  top: 0;
  background: 0 0;
  z-index: 1000;
}

.offcanvas_menu {
  padding: 35px 0;
  position: relative;
}

.offcanvas_menu .bars {
  position: absolute;
  left: 2%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-close:focus,
.offcanvas_menu .bars a:focus {
  -webkit-box-shadow: 0 0 0 0.25rem transparent;
  box-shadow: 0 0 0 0.25rem transparent;
}

.offcanvas-body .main_menu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.offcanvas-body .main_menu li {
  margin-bottom: 10px;
  margin-right: 0;
}

.offcanvas-body .main_menu li a.nav-link {
  line-height: 24px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#navbar.nav_sticky,
.sm_menu.nav_sticky {
  position: fixed;
  top: 0;
  background: #fff;
  padding: 8px 0;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  -webkit-animation: 0.5s linear sticky;
  animation: 0.5s linear sticky;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.sm_menu.nav_sticky .offcanvas_menu {
  padding: 10px 0;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

@-webkit-keyframes sticky {
  0% {
    top: -100px;
  }

  100% {
    top: 0;
  }
}

@keyframes sticky {
  0% {
    top: -100px;
  }

  100% {
    top: 0;
  }
}

.header-right {
  display: flex;
  align-items: center;
  gap: 4rem;
}

.header-right .mobile-menu-bar {
  display: none;
  order: 1;
}

@media only screen and (max-width: 1200px) {
  .header-right .mobile-menu-bar {
    display: block;
    order: 2;
  }

  .header-right .login__btn {
    display: none;
    order: 1;
  }
}

.login__btn {
  all: unset;
  font-size: 1.6rem !important;
  border: 1px solid #f37021;
  color: #f37021 !important;
  border-radius: 4px;
  padding: 1rem 2.2rem !important;
  cursor: pointer;
  transition: all 0.3s !important;
  font-weight: bold !important;
  text-align: center !important;
  order: 2;
}

.login__btn:hover {
  background: linear-gradient(214.38deg, #fb908a 2%, #f37021 30.38%);
  color: #fff !important;
}

.rbt-btn-close {
  text-align: right;
}

.rbt-btn-close button {
  background: transparent;
  color: #615e58;
  border: none;
}

.rbt-btn-close button i {
  font-size: 3rem;
  margin-right: 2.2rem;
}

/*********************
 2 Slider Style
**********************/
.slider_banner {
  padding: 5rem 0;
  padding-bottom: 10rem;
  position: relative;
  clear: both;
  background-color: #f5f9fa;
  position: relative;
}

@media (max-width: 768px) {
  .slider_banner {
    padding-bottom: 5rem;
  }
}

.slider_banner .red_shadow {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.slider_banner .green_shadow {
  position: absolute;
  right: 0;
  top: 10%;
  z-index: -1;
}

.banner_text {
  max-width: 600px;
  margin-bottom: 4rem;
  font-family: "potro_sans";
}

.banner_text h6 {
  font-size: 16px;
  opacity: 0.9;
  font-family: "potro_sans" !important;
  font-weight: 600;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner_text h6 {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .banner_text h6 {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .banner_text h6 {
    justify-content: center;
  }
}

.banner_text h6 svg {
  color: #ff5b5b;
  height: 2rem;
  width: 2rem;
  margin-top: -0.5rem;
  margin-right: 0.5rem;
}

.banner_text h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 0.200000003px;
  padding: 1rem 0;
  position: relative;
  text-align: left;
  background: linear-gradient(214.38deg, #fb908a 2%, #f37021 30.38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 1.5rem 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner_text h1 {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .banner_text h1 {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .banner_text h1 {
    text-align: center;
  }
}

@media only screen and (max-width: 800px) {
  .banner_img {
    margin-top: 4rem;
  }
}

.banner_img .banner_img_overly .overly_text h4,
.banner_text>p,
.blog_item .blog_text a,
.blog_item .blog_text p,
.course_free_facilities_item a,
.course_free_facilities_item p {
  font-family: "abu_sayed" !important;
  letter-spacing: 0.200000003px;
}

@media (max-width: 575px) {

  .banner_img .banner_img_overly .overly_text h4,
  .banner_text>p,
  .blog_item .blog_text a,
  .blog_item .blog_text p,
  .course_free_facilities_item a,
  .course_free_facilities_item p {
    line-height: 2.2rem !important;
  }
}

.banner_text .dot_shape_banner {
  position: absolute;
  left: 3%;
  top: 35%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.banner_text h1 span {
  display: block;
  font-size: 52px;
  background: #fff;
  background: -webkit-linear-gradient(15deg, #003e59 35%, rgba(255, 148, 143, 0.5) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  padding-top: 10px;
  line-height: 54px;
}

.banner_text>p {
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 22px;
}

.banner_text a {
  font-family: "potro_sans" !important;
  color: #fff;
  border-radius: 4px;
  padding: 16px 14px;
  margin-right: 22px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  text-align: center;
  background: linear-gradient(214.38deg, #fb908a 2%, #f37021 30.38%);
}

.banner_text a:hover {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2) !important;
  opacity: 0.95 !important;
}

.banner_text a:hover span {
  margin-right: 0;
}

.banner_text a:hover span.angle {
  color: #003e59;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.banner_text a span {
  margin-right: 9px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}

.banner_text ul {
  margin-top: 38px;
}

.banner_text ul li,
.single_profile_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner_text ul li p {
  color: #342b27;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.200000003px;
}

.banner_img,
.extra_facilities_item .extra_facilities_text,
.hover_play_video .video_img,
.main_blog_grid .big_blog,
.modal_item_wrap,
.office_map,
.pg_banner_img_col,
.small_blog,
.story_text_slider,
.student_feedback_item ul {
  position: relative;
}

.banner_img .banner_pic_bg {
  position: absolute;
  left: -41%;
  top: -48%;
  z-index: -1;
}

.banner_img .homebanner-thumb {
  border-radius: 35px;
  border: 10px solid #fff;
  width: 100%;
  height: auto;
}

.banner_img .plus {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.banner_img .dot_2 {
  position: absolute;
  right: 15px;
  bottom: -50px;
  z-index: -1;
}

.banner_img .dot_3 {
  position: absolute;
  left: -57px;
  bottom: 70px;
}

.banner_img .dot_4 {
  position: absolute;
  right: -110px;
  top: -150px;
  opacity: 0.2;
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner_img .dot_4 {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .banner_img .dot_4 {
    display: none !important;
  }
}

.banner_img .banner_img_overly {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.banner_img .banner_img_overly .overly_text {
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.banner_img .banner_img_overly .overly_text h4 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 72px;
  text-align: center;
}

.overly_icon {
  position: absolute;
  width: 41px;
  height: 41px;
  text-align: center;
  background: #f37021;
  animation: 2s infinite pulse;
  -webkit-animation: 2s infinite pulse;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  left: 45%;
  top: 43.5%;
}

.overly_icon svg {
  font-size: 20px;
  margin-left: 2px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 41px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slider_banner .sub__title {
  font-size: 2.8rem;
  font-family: "potro_sans";
  font-weight: bold;
}

@media (max-width: 768px) {
  .slider_banner .sub__title {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}

.slider_banner p {
  margin-top: 1rem !important;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 148, 143, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(0, 62, 89, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 62, 89, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 148, 143, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 148, 143, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(0, 62, 89, 0);
    box-shadow: 0 0 0 30px rgba(0, 62, 89, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 62, 89, 0);
    box-shadow: 0 0 0 0 rgba(0, 62, 89, 0);
  }
}

.featured__course {
  position: absolute;
  left: 0;
  bottom: -4rem;
  width: 100%;
}

@media (max-width: 768px) {
  .featured__course {
    display: none;
  }
}

.featured__course--single {
  background-color: #fff;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.15);
  display: block;
  border-radius: 0.2rem;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

@media (max-width: 768px) {
  .featured__course--single {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1rem;
  }

  .featured__course--single .text {
    line-height: 2rem;
  }
}

.featured__course--single .text {
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #1f1e1e;
  font-weight: normal;
}

@media (min-width: 768px) and (max-width: 991px) {
  .featured__course--single .text {
    font-size: 1.3rem;
  }
}

@media (max-width: 768px) {
  .featured__course--single .text {
    font-size: 1.2rem;
  }
}

@media (max-width: 575px) {
  .featured__course--single .text {
    font-size: 1.1rem;
  }
}

.featured__course--single .knowmore__text {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #11586d;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .featured__course--single .knowmore__text {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .featured__course--single .knowmore__text {
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .featured__course--single .knowmore__text {
    font-size: 0.9rem;
  }
}

.featured__course--single .knowmore__text svg {
  height: 1.5rem;
  width: 1.5rem;
}

/****************************
3 course carousel
*****************************/
#course_department {
  position: relative;
  z-index: 0;
}

#course_department .course_slider_top {
  visibility: hidden;
}

#course_department .course_slider_top.slick-slider {
  visibility: visible;
}

.course_slider_top .course_slider_item {
  background: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 10px;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.06);
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.06);
  margin: 10px 12px;
  transition: all 0.3s;
  padding: 0rem 0;
  text-align: center;
}

.course_slider_top .course_slider_item:hover {
  box-shadow: 2px 0 5px 1px rgba(0, 0, 0, 0.05) !important;
}

.course_slider_top .course_slider_item:hover .couse_icon img {
  filter: grayscale(0);
}

.course_slider_top .topNextarrow,
.course_slider_top .topPrevarrow {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  line-height: 39px;
  position: absolute;
  top: 50%;
  z-index: 10;
  color: rgba(0, 0, 0, 0.3);
  background: #e9e7ed;
  text-align: center;
}

.course_slider_top .course_slider_item a .couse_icon {
  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;
}

.couse_icon img {
  width: 10rem;
  height: auto;
  filter: grayscale(1);
  transition: all 0.3s;
}

.course_text ul {
  padding: 0;
}

.course_slider_top .slick-arrow svg {
  vertical-align: middle;
}

.course_slider_top .topPrevarrow {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  left: -32px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  border: 1px solid #003e59;
}

.course_slider_top .topNextarrow {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  right: -32px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  border: 1px solid #003e59;
}

@media only screen and (max-width: 576px) {
  .course_slider_top .topPrevarrow {
    left: -10px;
  }

  .course_slider_top .topNextarrow {
    right: -10px;
  }
}

.course_slider_top .slick-next:hover,
.course_slider_top .slick-prev:hover {
  color: #003e59;
  cursor: pointer;
}

.carousel-indicators [data-bs-target] {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #003e59;
  border: 0;
}

.carousel-indicators {
  margin-bottom: 0;
  bottom: -21px;
}

.carousel-indicators .active,
.pg_succsess_img_slider .slick-dots li.slick-active {
  background: #003e59;
}

#courseslide {
  overflow: hidden;
  padding-top: 12rem;
  padding-bottom: 5rem;
}

.populer_courses .slick-slide {
  padding: 0 15px;
}

.populer_courses .slick-track {
  padding: 1rem 0 !important;
}

.populer_courses .default_btn {
  margin: 0 auto;
  background: linear-gradient(214.38deg, #fb908a 2%, #f37021 30.38%);
  transition: all 0.3s;
}

.populer_courses .default_btn:hover {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2) !important;
  opacity: 0.95 !important;
}

.populer_courses h2,
.populer_courses p,
.populer_courses .course_single_btn {
  font-family: "Open Sans", sans-serif !important;
  font-size: 1.6rem;
}

/*****************
4 tabs carousel
*********************/
#iso,
.section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.course_cat_heading h1,
.section_heading h2,
.section_heading3 h2 {
  color: #1f1e1e;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 45px;
  line-height: 54px;
  padding-top: 0;
}

.section_heading p,
.section_heading2 p,
.section_heading3 p {
  color: #605f62;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.200000003px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.section_heading p {
  padding-top: 15px;
  max-width: 586px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 58px;
}

.section_heading2 h2,
.section_heading3 h2 {
  padding-bottom: 20px !important;
}

.section_heading2 p,
.section_heading3 p {
  padding-bottom: 40px !important;
}

.section_heading3 p {
  max-width: 85%;
}

.facilities_heading h2 {
  padding-bottom: 20px;
}

.course_slider_top {
  z-index: 5;
}

.course_mix_btn {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 33px;
}

.course_mix_btn button {
  border: none;
  color: #1f1e1e;
  font-family: Hind Siliguri;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0;
  background: 0 0;
}

.course_mix_btn button span {
  border-bottom: 3px solid transparent;
}

.course_mix_btn .slick-current span {
  display: inline-block;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  color: #003e59;
  border-bottom: 3px solid #003e59;
}

.course_single_item {
  position: relative;
  background: #fff;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  overflow: hidden;
  transition: all 0.3s;
}

.course_single_item:hover {
  box-shadow: 2px 0 5px 1px rgba(0, 0, 0, 0.05) !important;
}

.course_single_item .course_text h6 {
  font-family: "potro_sans";
  font-size: 14px;
  line-height: 23px;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.2px;
  color: #f37021;
}

.course_single_item .course_text h3 {
  color: #1f1e1e;
  font-family: "Bermula";
  font-size: 20px;
  font-weight: 800;
  line-height: 32px;
  letter-spacing: 0.200000003px;
}

.course_single_item .course_text p {
  margin-top: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #1f1e1e;
}

.course_single_item .course_text ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.course_single_item .course_text .reviews {
  margin-right: auto;
  margin-left: 0rem;
  margin-top: 0.3rem;
}

.course_single_item .course_text span svg {
  color: rgba(255, 148, 143, 0.5);
  margin: -4px;
  padding: 0;
  height: 2rem;
  width: 2rem;
}

@media (max-width: 768px) {
  .mix_btn {
    display: block;
  }
}

@media (max-width: 575px) {
  .mix_btn {
    display: none !important;
  }
}

.nextarrow,
.prevarrow {
  width: 39px;
  height: 39px;
  background: #e9e7ed;
  text-align: center;
  line-height: 36px;
  position: absolute;
  transition: 0.3s linear;
  top: 47%;
  z-index: 99;
  color: #fff !important;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}

@media (max-width: 575px) {

  .nextarrow,
  .prevarrow {
    width: 30px;
    height: 30px;
    opacity: 0.4;
  }
}
/* Correction at 22.09.2025 */

/* .course_single_item .course_image {
  border-radius: 25px 25px 0 0;
  -webkit-border-radius: 25px 25px 0 0;
  -moz-border-radius: 25px 25px 0 0;
  -ms-border-radius: 25px 25px 0 0;
  -o-border-radius: 25px 25px 0 0;
} */

.course_single_item .course_text {
  padding: 20px 14px 28px 17px;
}

.course_single_item .course_text h6 {
  font-family: "Noto Sans Bengali", sans-serif;
  font-size: 14px;
  line-height: 23px;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.2px;
  color: #df6812;
}

.prevarrow {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  left: -30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-box-shadow: 5px 5px 60px rgba(0, 0, 0, 0.06);
  box-shadow: 5px 5px 60px rgba(0, 0, 0, 0.06);
}

.coursprevarrow,
.nextarrow {
  border-radius: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.nextarrow,
.studentPrevArrow.slick-arrow {
  -webkit-box-shadow: 5px 5px 60px rgba(0, 0, 0, 0.06);
  -webkit-transform: translateY(-50%);
  box-shadow: 5px 5px 60px rgba(0, 0, 0, 0.06);
}

.nextarrow {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  right: -30px;
}

.slick-arrow {
  cursor: pointer;
  border: 1px solid #003e59;
}

.slick-arrow svg {
  width: 100% !important;
  display: inline-block;
}

.slick-arrow {
  cursor: pointer;
  color: #fff;
  background-color: #003e59;
}

.course_catagory_item .prevarrow {
  left: -1.4rem;
  font-size: 4rem;
  height: 6rem;
  width: 6rem;
  border-radius: 50%;
  text-align: center;
  line-height: 5.5rem;
  opacity: 0.5;
  background: transparent;
  border: 1px solid #003e59;
  color: #003e59 !important;
}

.course_catagory_item .nextarrow {
  right: -1.4rem;
  font-size: 4rem;
  height: 6rem;
  width: 6rem;
  border-radius: 50%;
  text-align: center;
  line-height: 5.5rem;
  opacity: 0.5;
  background: transparent;
  border: 1px solid #003e59;
  color: #003e59 !important;
}

.course_body_slider:hover .nextarrow,
.course_body_slider:hover .prevarrow {
  opacity: 0.8;
  background-color: #003e59;
  color: #fff !important;
}

.course_catagory_item.slick-slide.slick-current.slick-active,
.extra_facilities_item .extra_facilities_text:hover .hover_play_video {
  opacity: 1;
  visibility: visible;
}

/**********************
05 Testimonial One
**************************/
.counte_item {
  margin: 0 18px;
  padding: 35px;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
}

.counte_item h4 {
  font-size: 40px;
  line-height: 33px;
  padding-top: 20px;
}

.counte_item h3 {
  color: #1f1e1e;
  font-family: Hind Siliguri;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.200000003px;
  padding-top: 16px;
  padding-bottom: 12px;
}

.counte_item p,
.more_facilities_item p,
.pg_more_facilities_item p {
  color: #605f62;
  font-family: "Noto Sans Bengali", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.200000003px;
  max-width: 305px;
  padding-bottom: 4px;
}

.counte_item1,
.more_facilities_item_4,
.pg_more_facilities_item_3 {
  background: linear-gradient(230.46deg, #fff 0, rgba(255, 247, 235, 0.3) 100%);
}

.counte_item2,
.more_facilities_item_3,
.pg_more_facilities_item_5 {
  background: linear-gradient(229.2deg, #e9f9fc -2.12%, rgba(233, 249, 252, 0.3) 100%);
}

.counte_item2 h4 {
  background: -webkit-linear-gradient(15deg, #11a7ca, #11a7ca);
  background-clip: text;
  -webkit-background-clip: text;
}

.counte_item3,
.more_facilities_item_1,
.pg_more_facilities_item_1 {
  background: linear-gradient(229.38deg, #f7fce7 2.83%, rgba(247, 252, 231, 0.3) 96.18%);
}

.coursnextarrow,
.coursprevarrow {
  width: 39px;
  height: 39px;
  background: #faf9fd;
  line-height: 39px;
  position: absolute;
  top: 50%;
  text-align: center;
  z-index: 10;
  color: #003e59;
}

.counte_item3 h4 {
  background: -webkit-linear-gradient(15deg, #66902b, #66902b);
  background-clip: text;
  -webkit-background-clip: text;
}

.coursprevarrow {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  left: -6px;
  -webkit-transform: translateY(-50%);
}

.coursnextarrow {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  right: -6px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

/*---------------------------------------------
			Table of CONTENT
-----------------------------------------------
	01. Default CSS
	02. Header 
	03.	Banner 
	04. Page Header
	05. Categories
	06. Banner Search
	07. Facility
	08. Services
	09. About
	10. Classes
	11. Courses
    12. teachers
	13. Teachers Details
	14. Features
	15. Gallery
	16. Achievements
	17. Testimonial
	18. Partner
	19. Event
	20. Pricing
	21. Blog
	22. Sidebar
	23. Contact
	24. Product
	25. Subscribe
	26. 404 Error
	27. Footer
    28. Preloader

-----------------------------------------------*/
/*	01	- Default CSS
----------------------------------------------*/
/* --- 1.0 - Normalize ---*/
html {
  font-family: "Open Sans", sans-serif;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  /*  base font size  15px= 1em*/
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  color: #696969;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

select {
  text-transform: none;
}

button {
  overflow: visible;
}

button,
input,
select,
textarea {
  max-width: 100%;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
  opacity: 0.5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  min-width: inherit;
  padding: 0.875em;
}

fieldset> :last-child {
  margin-bottom: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

optgroup {
  font-weight: bold;
}

.button-default {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background-color: #003e59;
  border-radius: 2px;
  padding: 11px 30px;
  transition: 0.25s ease-out;
}

.button-default:hover,
.button-default:focus {
  text-decoration: none;
  color: #fff;
  background-color: #ff512e;
}

.padding-120 {
  padding: 80px 0px;
}

.section-bg {
  background-color: #f5f8fa;
}

.section-header {
  text-align: center;
  max-width: 650px;
  margin: 0px auto 55px;
}

.section-header h3 {
  color: #003e59;
  margin-bottom: 10px;
}

.section-header p {
  line-height: 30px;
  margin: 0px;
}

.section-header.bg h3 {
  color: #fff;
}

.section-header.bg p {
  color: #fff;
}

.social-default {
  overflow: hidden;
  margin: 0px;
}

.social-default li {
  list-style: none;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.social-default li:last-child {
  margin: 0px;
}

.social-default li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 14px;
  line-height: 3;
  background-color: #365899;
  color: #fff;
  border-radius: 100%;
}

.social-default li:nth-child(2) a {
  background-color: #ea4c89;
}

.social-default li:nth-child(3) a {
  background-color: #dc4a38;
}

.social-default li:nth-child(4) a {
  background-color: #1da1f2;
}

.social-default li:nth-child(5) a {
  background-color: #bd081c;
}

header .header-top .right.lang {
  padding-left: 25px;
  position: relative;
}

/*  28  - Preloader
----------------------------------------------*/
.no-scroll-y {
  overflow-y: hidden;
}

.ctn-preloader {
  align-items: center;
  cursor: none;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

/* Spinner cargando */
.ctn-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 62, 89, 0.7607843137);
  border-top-color: #ff522f;
  /* No se identa por orden alfabetico para que no lo sobre-escriba */
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

/* Texto cargando */
.ctn-preloader .animation-preloader .txt-loading {
  font: bold 5em "Montserrat", sans-serif;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: #ff512e;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(255, 81, 46, 0.7803921569);
  position: relative;
  z-index: 9999;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2)::before {
  animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3)::before {
  animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4)::before {
  animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5)::before {
  animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6)::before {
  animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7)::before {
  animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8)::before {
  animation-delay: 1.4s;
}

.ctn-preloader .loader-section {
  background-color: #fff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.ctn-preloader .loader-section.section-left {
  left: 0;
}

.ctn-preloader .loader-section.section-right {
  right: 0;
}

/* Efecto de fade en la animaci¨®n de cargando */
.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

/* Efecto de cortina */
.loaded .loader-section.section-left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.loaded .loader-section.section-right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

/* Animaci¨®n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}

/* Animaci¨®n de las letras cargando del preloader */
@keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

/* Tama0Š9o de portatil hacia atras (portatil, tablet, celular) */
@media screen and (max-width: 767px) {

  /* Preloader */
  /* Spinner cargando */
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }

  /* Texto cargando */
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 3.5em "Montserrat", sans-serif;
  }
}

@media screen and (max-width: 500px) {

  /* Prelaoder */
  /* Spinner cargando */
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }

  /* Texto cargando */
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 2em "Montserrat", sans-serif;
  }
}

@media screen and (min-width: 992px) {

  /* .our-student.job-getters {
      margin-bottom: 60px;
      background: #fff;
  } */
  .job-getters .section-wrapper {
    margin: 0 -15px;
    margin-bottom: 60px;
  }
}

/*  02  - Header
----------------------------------------------*/
.popup-mobile-menu.active {
  z-index: 999999 !important;
}

.popup__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding: 1rem;
}

.popup__header .popup__logo {
  height: 6rem;
  width: auto;
}

.header-fixed {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 9;
}

header .header-top {
  background-color: #5f5f5f;
  padding: 11px 0px;
  overflow: hidden;
}

header .header-top ul {
  overflow: hidden;
  margin: 0px;
}

header .header-top .left {
  float: left;
}

header .header-top .left li {
  list-style: none;
  display: inline-block;
  float: left;
  color: #fff;
  margin-right: 30px;
}

header .header-top .left li span {
  color: #fff;
  margin-right: 5px;
}

header .header-top .right {
  float: right;
}

header .header-top .right li {
  list-style: none;
  display: inline-block;
  margin-left: 15px;
  color: #fff;
}

header .header-top .right li a {
  color: #fff;
  text-decoration: none;
}

header .header-top .right.lang {
  padding-left: 25px;
  position: relative;
}

header .header-top .right.lang li a.active {
  color: #ff512e;
  font-weight: 700;
}

header .header-top .right.lang::after {
  position: absolute;
  content: "/";
  top: 0;
  left: 15px;
  color: #fff;
  font-size: 20px;
}

header .main-menu {
  position: relative;
  background-color: #fff;
  z-index: 9;
}

header .main-menu .container {
  position: relative;
}

header .main-menu .navbar {
  margin: 0px;
  border: none;
}

.main-menu.menu-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 10;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.header-middle {
  background: #fff;
  /* padding: 10px 0; */
}

header .main-menu ul li a {
  font-size: 15px;
  color: #696969;
  padding: 30px 15px;
}

.nav>li>a:focus,
.nav>li>a:hover,
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  background-color: transparent;
  border-color: rgba(240, 240, 240, 0.4);
  color: #ff512e;
}

header .main-menu ul li ul li a {
  border-bottom: 1px solid rgba(240, 240, 240, 0.4);
}

header .main-menu ul li ul li a:hover {
  background-color: #fafafa;
}

header .main-menu ul li ul li.active a {
  background-color: #fafafa;
}

header .main-menu ul li ul li:last-child>a {
  border: none;
}

header .main-menu ul li ul li a {
  padding: 10px 15px;
  font-size: 98%;
}

header .main-menu .navbar-toggle {
  margin-top: 33px;
  margin-bottom: 33px;
}

header .main-menu .navbar-toggle .icon-bar {
  background-color: #212121;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

header .main-menu .navbar-toggle .icon-bar:nth-child(2) {
  transform: rotate(45deg) translate(4px, 5px);
}

header .main-menu .navbar-toggle .icon-bar:nth-child(3) {
  opacity: 0;
}

header .main-menu .navbar-toggle .icon-bar:nth-child(4) {
  transform: rotate(-45deg) translate(4px, -5px);
}

header .main-menu .navbar-toggle.collapsed .icon-bar:nth-child(2) {
  transform: rotate(0deg) translate(0);
}

header .main-menu .navbar-toggle.collapsed .icon-bar:nth-child(3) {
  opacity: 1;
}

header .main-menu .navbar-toggle.collapsed .icon-bar:nth-child(4) {
  transform: rotate(0deg) translate(0);
}

header .main-menu .navbar-collapse {
  max-height: 250px;
  text-align: center;
  overflow-y: auto;
  margin-bottom: -4px;
  padding-left: 0;
}

/* header .main-menu .navbar-collapse .navbar-nav{
  float: none;
  display: inline-block;
  margin-bottom: -8px;    
} */
header .menu-fixed .navbar-collapse .navbar-nav {
  /* float: none;
  display: inline-block; */
  /* margin-bottom: 0;     */
}

header .main-menu .navbar-collapse a.navbar-brand {
  display: none;
}

header .menu-fixed .navbar-collapse a.navbar-brand {
  display: block;
  width: 170px;
}

@media (max-width: 1170px) {
  header .menu-fixed .navbar-collapse a.navbar-brand {
    text-align: center;
    display: inline-block;
    /* float: none; */
  }
}

header .main-menu .navbar-brand {
  padding: 26px 15px;
}

/* .navbar-header {
  display: flex;
  align-items: center;
} */
header .main-menu .menu-search {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 14px;
  line-height: 36px;
  color: #696969;
  border: 1px solid #ebebeb;
  border-radius: 100%;
  margin: 20px 0px 20px 13px;
  cursor: pointer;
}

header .main-menu .menu-search-form {
  position: absolute;
  height: 100%;
  width: 100%;
  color: #707070;
  top: 0;
  left: 0;
  text-align: center;
  display: none;
}

header .main-menu .menu-search-form.open {
  display: block;
}

header .main-menu .menu-search-form input {
  width: 100%;
  height: 100%;
  color: #707070;
  text-align: center;
  border: none;
  outline: none;
  padding: 15px 115px 15px 15px;
}

header .main-menu .menu-search-form .menu-search-close {
  position: absolute;
  right: 90px;
  top: 30%;
  color: #222222;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

header .menu_cart {
  position: relative;
  display: inline-block;
  float: right;
}

header .menu_cart>span {
  position: relative;
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 14px;
  line-height: 34px;
  color: #696969;
  border: 1px solid #ebebeb;
  border-radius: 100%;
  margin: 20px 11px 20px 13px;
  cursor: pointer;
}

header .menu_cart>span::before {
  content: "4";
  position: absolute;
  top: 7px;
  right: -13px;
  height: 20px;
  width: 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  background-color: #ff512e;
  border-radius: 100%;
  text-align: center;
}

header .menu_cart .shop_feature {
  background-color: #fff !important;
  width: 270px !important;
  padding: 10px 20px 20px !important;
  right: 0px;
  left: auto !important;
}

header .menu_cart .shop_feature li {
  list-style: none;
}

header .menu_cart .feature_item {
  position: relative;
  color: #363636;
  font-weight: 400;
  overflow: hidden;
  padding: 5px 0px;
}

header .menu_cart .featured_image {
  float: left;
  margin-right: 10px;
}

header .menu_cart .featured_content {
  display: table;
  font-size: 12px;
}

header .menu_cart .featured_content>h3 {
  line-height: 15px;
}

header .menu_cart .featured_content>h3 a {
  background-color: #fff !important;
  color: #000000 !important;
  font-size: 18px;
  padding: 0px !important;
  text-decoration: none;
  border: none;
}

header .menu_cart .featured_content>h3 a:hover {
  color: #fcb614;
}

header .menu_cart .featured_content p {
  color: #696969;
  font-size: 12px;
  text-transform: capitalize;
  line-height: 24px;
  display: inline-block;
  margin-right: 10px;
  margin-top: 2px;
  margin-bottom: 0px;
}

header .menu_cart .featured_content>.remove {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 14px;
  text-align: right;
  color: #000000;
  cursor: pointer;
}

header .menu_cart .featured_content>.remove:hover {
  color: #fcb614;
}

header .menu_cart .cart_total {
  color: #696969;
  font-weight: 400;
  padding: 10px 0px;
  text-transform: capitalize;
}

header .menu_cart .cart_total span {
  float: right;
}

header .menu_cart .check_out {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background-color: #15469f;
  border-radius: 2px;
  padding: 11px 30px;
  transition: 0.25s ease-out;
}

.navbar-nav>li>.dropdown-menu li a::after {
  display: none;
}

header .menu_cart .check_out:hover {
  background-color: #ff512e;
  color: #fff;
}

.header-two .header-top {
  background-color: #ff512e;
}

.header-two .header-top .left li,
.header-two .header-top .left li span,
.header-two .header-top .right li,
.header-two .header-top .right li a {
  color: #fff;
}

.header-two .header-middle form {
  position: relative;
  margin: 29px 0px;
}

.header-two .header-middle form input {
  border: 1px solid #ebebeb;
  border-radius: 20px;
  outline: none;
  padding: 10px 15px;
  width: 80%;
}

.header-two .header-middle form button {
  background: transparent;
  color: #696969;
  position: absolute;
  right: 80px;
  top: -2px;
}

.header-two .header-middle .fm-logo {
  display: block;
  text-align: center;
  margin: 36px 0px;
}

.header-two .header-middle .fm-logo img {
  margin: 0 auto;
}

.header-two .header-middle .menu_cart {
  margin: 30px 0px;
}

.header-two .header-middle .menu_cart>span {
  margin: 0px 11px 0px 13px;
}

.header-two .header-middle .menu_cart>p {
  display: inline-block;
  font-weight: 700;
  color: #ff512e;
  margin: 0px;
  line-height: 2.5;
  float: left;
}

.header-two .header-middle .menu_cart .shop_feature {
  position: absolute;
  top: 40px;
  float: left;
  min-width: 160px;
  display: none;
  opacity: 0;
  transition: 0.25s;
  z-index: 99;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}

.header-two .header-middle .menu_cart:hover .shop_feature {
  display: block;
  opacity: 1;
}

.header-two .main-menu .navbar-toggle .icon-bar {
  background-color: #fff;
}

.header-two .main-menu {
  background-color: #15469f;
}

.header-two .main-menu ul li a {
  text-transform: uppercase;
  color: #fff;
  padding: 25px 15px;
}

.header-two .main-menu ul li a:hover,
.header-two .main-menu ul li a:focus,
.header-two .main-menu ul li.active a {
  color: #fff;
}

.header-two .main-menu ul li ul li a {
  background-color: #15469f;
  color: #fff;
  text-transform: capitalize;
  padding: 10px 15px;
}

.header-two .main-menu ul li ul li a:hover,
.header-two .main-menu ul li ul li a:focus,
.header-two .main-menu ul li ul li.active a {
  background-color: #ff512e;
  color: #fff;
}

.header-two .main-menu ul li ul li a {
  border-bottom: 1px solid #7f72cf;
}

.header-two .main-menu ul li ul li:last-child a:hover {
  border: none;
}

.header-two .main-menu ul li ul li a:hover,
.header-two .main-menu ul li ul li a:focus,
.header-two .main-menu ul li ul li.active a {
  border-bottom: 1px solid #7f72cf;
}

.header-three .header-top {
  background-color: #ff512e;
  padding: 10px 0px;
}

.header-three .header-top .left li,
.header-three .header-top .left li span,
.header-three .header-top .right li,
.header-three .header-top .right li a {
  color: #fff;
}

.header-five .main-menu .navbar-toggle {
  margin-top: 23px;
  margin-bottom: 23px;
}

/* @media (min-width: 768px){
  .header-five .main-menu .navbar-header .navbar-brand{
      display: none;
  }
} */
.header-five .main-menu .navbar-toggle .icon-bar {
  background-color: #fff;
}

.header-five .main-menu .navbar-brand {
  padding: 30px 15px;
}

.header-five .main-menu {
  background-color: transparent;
}

.header-five .main-menu .navbar {
  background: #003e59;
  border-radius: 0px;
}

.header-five .main-menu ul li a {
  color: #fff;
  padding: 15px 5px;
  position: relative;
  text-transform: uppercase;
  border-right: 1px solid rgba(255, 255, 255, 0.3411764706);
}

.header-five .main-menu ul li:last-child a {
  border-right: none;
}

.header-five .main-menu ul li:last-child a::after {
  display: none;
}

.header-five .main-menu ul li a:hover,
.header-five .main-menu ul li a:focus,
.header-five .main-menu ul li.active a {
  color: #fff;
  background: #ff512e;
}

.main-menu ul li a.active {
  background: #ff512e;
  border-right: none;
}

.header-five .main-menu ul li ul li a {
  background: #003e59;
  color: #fff;
  padding: 10px 15px;
  border-right: none;
}

.header-five .main-menu ul li ul li a:hover,
.header-five .main-menu ul li ul li a:focus,
.header-five .main-menu ul li ul li.active a {
  background-color: #ff512e;
  color: #fff;
}

.header-five .main-menu ul li ul li a {
  /* border-bottom: 1px solid #ffcc53; */
}

.header-five .main-menu ul li ul li:last-child a:hover {
  border: none;
}

.header-five .main-menu ul li ul li a:hover,
.header-five .main-menu ul li ul li a:focus,
.header-five .main-menu ul li ul li.active a {
  /* border-bottom: 1px solid #ffcc53; */
}

.header-five .main-menu .menu-search {
  color: #fff;
  margin: 20px 0px 20px 13px;
}

.header-five .menu_cart>span {
  color: #fff;
  margin: 20px 25px 20px 13px;
}

.header-five .main-menu .menu-search-form .menu-search-close {
  top: 30%;
}

.header-five .menu_cart>span:before {
  background-color: #fff;
  color: #ff512e;
}

.header-five .main-menu .menu-search-form input {
  background-color: #ff512e;
  color: #fff;
}

/* Placeholder text color -- selectors need to be separate to work. */
.header-five .menu-search-form input::-webkit-input-placeholder {
  color: #fff;
}

.header-five .menu-search-form input:-moz-placeholder {
  color: #fff;
}

.header-five .menu-search-form input::-moz-placeholder {
  color: #fff;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

.header-five .menu-search-form input:-ms-input-placeholder {
  color: #fff;
}

.header-five .main-menu .menu-search-form .menu-search-close {
  color: #fff;
}

.header-six .header-top,
.header-seven .header-top,
.header-eight .header-top {
  background-color: #ff512e;
}

.header-nine .main-menu {
  background-color: rgba(0, 0, 0, 0.2);
}

.header-nine .main-menu.menu-fixed {
  background-color: rgb(0, 0, 0);
}

.header-nine .main-menu ul li a {
  color: #fff;
}

.header-nine .main-menu ul li a:hover {
  color: #ff512e;
}

.header-nine .main-menu ul li ul li a {
  color: #696969;
  border-bottom: 1px solid #222222;
}

.header-nine .main-menu ul li ul li a {
  background-color: #000000;
  color: #fff;
  text-transform: capitalize;
  padding: 10px 15px;
}

.header-nine .main-menu ul li ul li:last-child a:hover {
  border: none;
}

.header-nine .main-menu ul li ul li a:hover,
.header-nine .main-menu ul li ul li a:focus,
.header-nine .main-menu ul li ul li.active a {
  background-color: #ff512e;
  color: #fff;
  border-bottom: 1px solid #222222;
}

.header-nine .main-menu .navbar-toggle .icon-bar {
  background-color: #fff;
}

.header-nine .main-menu .menu-search {
  color: #fff;
}

.header-nine .menu_cart>span {
  color: #fff;
}

.header-nine .main-menu .menu-search-form input {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.header-nine .main-menu.menu-fixed .menu-search-form input {
  background-color: #000000;
}

/* Placeholder text color -- selectors need to be separate to work. */
.header-nine .menu-search-form input::-webkit-input-placeholder {
  color: #fff;
}

.header-nine .menu-search-form input:-moz-placeholder {
  color: #fff;
}

.header-nine .menu-search-form input::-moz-placeholder {
  color: #fff;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

.header-nine .menu-search-form input:-ms-input-placeholder {
  color: #fff;
}

.header-nine .main-menu .menu-search-form .menu-search-close {
  color: #fff;
}

/*  03  - Banner
----------------------------------------------*/
.banner {
  position: relative;
}

.banner .banner-slider {
  z-index: 0;
}

.banner .banner-item {
  background-image: url("../images/banner/banner_1.01.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

.banner .banner-item.slide-two {
  background-image: url("../images/banner/banner_1.02.jpg");
}

.banner .banner-item.slide-three {
  background-image: url("../images/banner/banner_1.03.jpg");
}

.banner .banner-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.banner .banner-item .banner-content {
  padding: 250px 0px;
}

.banner-six .banner-item .banner-content {
  padding-bottom: 70px;
}

.banner .banner-item .banner-content h3 {
  color: #fff;
  font-size: 36px;
  font-style: normal;
  transition: 0.5s ease-out;
  -webkit-transition: 0.5s ease-out;
  opacity: 1;
}

.banner .banner-item .banner-content h2 {
  display: inline-block;
  color: #fff;
  font-size: 64px;
  line-height: 80px;
  transition: 0.5s ease-out;
  -webkit-transition: 0.5s ease-out;
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  opacity: 1;
}

.banner .banner-item .banner-content p {
  color: #fff;
  max-width: 600px;
  font-size: 36px;
  line-height: 1.5;
  margin-bottom: 30px;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  opacity: 1;
}

.banner .banner-item .banner-content ul {
  overflow: hidden;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  opacity: 1;
}

.banner .banner-item .banner-content ul li {
  list-style: none;
  display: inline-block;
  float: left;
  margin-right: 20px;
}

.banner .banner-item .banner-content ul li:last-child {
  margin: 0px;
}

.banner .banner-item .banner-content ul li a {
  background-color: #fff;
  color: #ff512e;
}

.banner .banner-item .banner-content ul li a:hover {
  background-color: #ff512e;
  color: #fff;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
  bottom: 50px;
}

.banner .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #fff;
  height: 15px;
  width: 15px;
  opacity: 1;
}

.banner .swiper-pagination-bullet-active {
  background-color: #fff;
}

.banner .banner-item.slide-one .banner-content h3 {
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  opacity: 0;
}

.banner .banner-item.slide-one.swiper-slide-active .banner-content h3 {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  opacity: 1;
}

.banner .banner-item.slide-one .banner-content h2 {
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  opacity: 0;
}

.banner .banner-item.slide-one.swiper-slide-active .banner-content h2 {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  opacity: 1;
}

.banner .banner-item.slide-one .banner-content p {
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  opacity: 0;
}

.banner .banner-item.slide-one.swiper-slide-active .banner-content p {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  opacity: 1;
}

.banner .banner-item.slide-one .banner-content ul {
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  opacity: 0;
}

.banner .banner-item.slide-one.swiper-slide-active .banner-content ul {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  opacity: 1;
}

.banner .banner-item.slide-two .banner-content h3 {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  opacity: 0;
}

.banner .banner-item.slide-two.swiper-slide-active .banner-content h3 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.banner .banner-item.slide-two .banner-content h2 {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.banner .banner-item.slide-two.swiper-slide-active .banner-content h2 {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

.banner .banner-item.slide-two .banner-content p {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.banner .banner-item.slide-two.swiper-slide-active .banner-content p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.banner .banner-item.slide-two .banner-content ul {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.banner .banner-item.slide-two.swiper-slide-active .banner-content ul {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.banner .banner-item.slide-three .banner-content h3,
.banner .banner-item.slide-three .banner-content h2,
.banner .banner-item.slide-three .banner-content p,
.banner .banner-item.slide-three .banner-content ul {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  opacity: 0;
}

.banner .banner-item.slide-three.swiper-slide-active .banner-content h3,
.banner .banner-item.slide-three.swiper-slide-active .banner-content h2,
.banner .banner-item.slide-three.swiper-slide-active .banner-content p,
.banner .banner-item.slide-three.swiper-slide-active .banner-content ul {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.banner-two .banner-item {
  background-image: url("../images/banner/banner_2.01.jpg");
}

.banner-two .banner-item.slide-two {
  background-image: url("../images/banner/banner_2.02.jpg");
}

.banner-two .banner-item.slide-three {
  background-image: url("../images/banner/banner_2.03.jpg");
}

.banner-two .banner-item .banner-content h3 {
  font-weight: 400;
  font-size: 30px;
}

.banner-two .banner-item .banner-content h2 {
  font-size: 48px;
  text-transform: uppercase;
}

.banner-two .banner-item .banner-content p {
  font-weight: 400;
  font-size: 16px;
  margin: 0 auto 30px;
}

.banner-two .banner-item .banner-content {
  text-align: center;
}

.banner-two .banner-item .banner-content ul li {
  float: initial;
}

.banner-two .banner-item .banner-content ul li a {
  background-color: #15469f;
  color: #fff;
}

.banner-three {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.6) 20%), url("../images/bg-img-5.jpg");
  background-size: cover;
  background-position: left;
  position: relative;
  padding: 150px 0px;
  padding-top: 120px;
  height: 1100px;
}

.banner-three .banner-content {
  float: right;
  max-width: 520px;
  background-color: #fff;
  padding: 30px 40px 40px;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}

.banner-three .banner-content h3 {
  color: #003e59;
  font-size: 36px;
  margin-bottom: 25px;
  line-height: 1;
}

.banner-three .banner-content input {
  width: 100%;
  padding: 14px 15px;
  margin-bottom: 10px;
  border: 1px solid #f0f0f0;
  background-color: #f8f8f8;
  outline: none;
  font-size: 1.4rem;
}

.banner-three .banner-content input:focus {
  background-color: #fff;
}

.banner-three .banner-content select {
  width: 100%;
  padding: 14px 15px;
  margin-bottom: 10px;
  border: 1px solid #f0f0f0;
  background-color: #f8f8f8;
  outline: none;
  font-size: 1.4rem;
}

.banner-three .banner-content select:focus {
  background-color: #fff;
}

.banner-three .banner-content button {
  width: 100%;
  padding: 17px 15px;
  margin-top: 20px;
  background-color: #003e59;
  color: #fff;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.banner-three .banner-content button:hover,
.banner-three .banner-content button:focus {
  background-color: #ff512e;
}

.banner-four .banner-item {
  background-image: url("../images/banner/banner_4.01.jpg");
}

.banner-four .banner-item.slide-two {
  background-image: url("../images/banner/banner_4.02.jpg");
}

.banner-four .banner-item.slide-three {
  background-image: url("../images/banner/banner_4.03.jpg");
}

.banner-four .banner-item .banner-content h3 {
  font-style: italic;
  font-weight: 400;
}

.banner-four .banner-item .banner-content p {
  font-weight: 400;
}

.banner-four .banner-item .banner-content ul li a {
  background-color: #15469f;
  color: #fff;
}

.banner-four .swiper-pagination-bullet {
  border: 1px solid #ff512e;
}

.banner-four .swiper-pagination-bullet-active {
  background-color: #ff512e;
}

.banner-five .banner-item {
  background-image: url(../../images/banner/banner_5.01.jpg);
}

.banner-five .banner-item.slide-two {
  background-image: url(../../images/banner/banner_5.02.jpg);
}

.banner-five .banner-item.slide-three {
  background-image: url(../../images/banner/banner_5.03.jpg);
}

.banner-five .banner-item .banner-content h3 {
  font-weight: 400;
  font-size: 30px;
}

.banner-five .banner-item .banner-content h2 {
  font-size: 48px;
  text-transform: uppercase;
}

.banner-five .banner-item .banner-content p {
  font-weight: 400;
  font-size: 16px;
  margin: 0 auto 30px;
}

.banner-five .banner-item .banner-content {
  text-align: center;
}

.banner-five .banner-item .banner-content ul li {
  float: initial;
}

.banner-five .banner-item .banner-content ul li a {
  background-color: #003e59;
  color: #fff;
}

.banner-six {
  background-image: url("../images/banner/banner_6.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

.banner-six .overlay {
  padding: 250px 0px;
  background-color: rgba(0, 0, 0, 0.5);
}

.banner-six .banner-content p {
  color: #fff;
}

.banner-six .banner-content h3 {
  color: #fff;
}

.banner-seven .banner-item {
  background-image: url("../images/banner/banner_7.01.jpg");
}

.banner-seven .banner-item.slide-two {
  background-image: url("../images/banner/banner_7.02.jpg");
}

.banner-seven .banner-item.slide-three {
  background-image: url(../../images/banner/banner_7.03.jpg);
}

.banner-seven .banner-item .banner-content {
  text-align: center;
}

.banner-seven .banner-item .banner-content h2 {
  font-size: 60px;
}

.banner-seven .banner-item .banner-content p {
  margin: 0 auto 50px;
}

.banner-seven .banner-item .banner-content ul li {
  float: initial;
}

.banner-seven .banner-item .banner-content ul li a {
  background-color: #15469f;
  color: #fff;
}

.banner-eight {
  background-image: url(../../images/banner/banner_8.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}

.banner-eight .overlay {
  background-color: rgba(255, 180, 0, 0.8);
}

.banner-eight .banner-content {
  padding: 180px 15px;
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}

.banner-eight .banner-content p {
  font-size: 24px;
  line-height: 1.5;
  color: #212121;
  margin: 0px;
}

.banner-eight .banner-content h3 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 25px;
}

.banner-eight .banner-content form {
  position: relative;
  margin-bottom: 30px;
}

.banner-eight .banner-content form input {
  width: 100%;
  padding: 19px 15px;
  border: none;
  outline: none;
}

.banner-eight .banner-content form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-radius: 0;
  width: 60px;
}

.banner-eight .banner-content ul {
  margin: 0px;
}

.banner-eight .banner-content ul li {
  list-style: none;
  display: inline-block;
  margin-right: 30px;
  color: #212121;
}

.banner-eight .banner-content ul li:last-child {
  margin: 0px;
}

.banner-nine .banner-item {
  background-image: url(../../images/banner/banner_9.01.jpg);
}

.banner-nine .banner-item.slide-two {
  background-image: url(../../images/banner/banner_9.02.jpg);
}

.banner-nine .banner-item.slide-three {
  background-image: url(../../images/banner/banner_9.03.jpg);
}

.banner-nine .swiper-pagination {
  max-width: 1140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: left;
}

.register {
  background-color: #ff512e;
  overflow: hidden;
}

.register .reg-content {
  float: left;
  padding: 31px 0px;
}

.register .reg-button {
  float: right;
  padding: 45px 0px;
}

.register h3 {
  font-size: 36px;
  color: #fff;
}

.register p {
  font-size: 18px;
  color: #fff;
  margin: 0px;
}

.register a {
  background-color: #fff;
  color: #ff512e;
}

.register a:hover,
.register a:focus {
  background-color: #15469f;
  color: #fff;
}

/*  04  - Page Header
----------------------------------------------*/
.page-header {
  background-image: url(../../images/background/page-header-bg.jpg);
  background-size: cover;
  background-position: center;
  margin: 0px;
  padding: 0px;
  border: none;
}

.page-header .overlay {
  padding: 158px 0px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.page-header h3 {
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
}

.page-header ul {
  margin: 0px;
}

.page-header ul li {
  list-style: none;
  display: inline-block;
  color: #fff;
  font-size: 18px;
}

.page-header ul li a {
  font-style: italic;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.scroll-top {
  display: inline-block;
  height: 50px;
  width: 50px;
  background-color: #003e59;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  position: fixed;
  bottom: 60px;
  right: 10%;
  text-decoration: none;
  z-index: 999;
  border-radius: 3px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

.scroll-top:hover,
.scroll-top:focus {
  background-color: #ff512e;
}

.scroll-top.open {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.scroll-top:hover,
.scroll-top:focus {
  color: #fff;
}

/* branch page header */
.main-search-input-wrap {
  max-width: 900px;
  margin: 20px auto;
  position: relative;
}

.main-search-input {
  background: #fff;
  padding: 0 120px 0 0;
  border-radius: 30px;
  margin-top: 50px;
  overflow: hidden;
  box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.3);
}

/* .main-search-input::before {
  content: '';
  position: absolute;
  bottom: -40px;
  width: 50px;
  height: 1px;
  background: rgba(255,255,255,0.41);
  left: 50%;
  margin-left: -25px;
} */
.main-search-input-item {
  float: left;
  width: 33.3%;
  box-sizing: border-box;
  border-right: 1px solid #eee;
  height: 50px;
  position: relative;
}

.main-search-input-item input {
  float: left;
  border: none;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  outline: none;
}

.main-search-input-item input:first-child {
  border-radius: 100%;
  border: none;
  margin: 0;
}

#autocomplete-input {
  position: relative;
  z-index: 5;
}

select.chosen-select {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding: 0 10px;
}

.main-search-button {
  position: absolute;
  right: 0px;
  height: 50px;
  width: 120px;
  color: #fff;
  top: 0;
  border: none;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  cursor: pointer;
  outline: none;
  background: #ff512e;
}

@media only screen and (max-width: 768px) {
  .main-search-input {
    background: rgba(255, 255, 255, 0.2);
    padding: 14px 20px 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0);
  }

  .main-search-input-item {
    width: 100%;
    border: 1px solid #eee;
    height: 50px;
    border: none;
    margin-bottom: 10px;
  }

  .main-search-input-item input {
    border-radius: 6px !important;
    background: #fff;
  }

  select.chosen-select {
    border-radius: 6px !important;
    background: #fff;
  }

  .main-search-button {
    position: relative;
    float: left;
    width: 100%;
    border-radius: 6px;
  }
}

/*  05  - Categories
----------------------------------------------*/
.categories {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  margin-bottom: -50px;
}

.categories .category-title {
  display: inline-block;
  background: #ff512e;
  color: #fff;
  font-size: 18px;
  padding: 11.5px 30px;
}

.categories .category-item {
  text-align: center;
  border: 1px solid #f0f0f0;
  border-left: none;
  padding: 8px 0px 25px;
}

.categories .category-item span:before {
  font-size: 30px;
  color: #ff512e;
}

.categories .category-item a {
  display: block;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  color: #212121;
  margin: 0px;
}

.categories .category-item a:hover {
  color: #ff512e;
}

.categories .category-buttons {
  float: right;
}

.categories .category-button-prev,
.categories .category-button-next {
  display: inline-block;
  cursor: pointer;
  height: 50px;
  width: 50px;
  background: #15469f;
  color: #fff;
  text-align: center;
  float: left;
  line-height: 3;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.categories .category-button-prev:hover,
.categories .category-button-next:hover {
  background: #ff512e;
}

.categories .category-button-prev:before {
  content: "\f053";
  font-family: "fontawesome";
}

.categories .category-button-next:before {
  content: "\f054";
  font-family: "fontawesome";
}

.categories-two {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  margin-bottom: 0px;
}

.categories-two .category-items {
  margin: -9px;
  overflow: hidden;
}

.categories-two .category-item {
  width: 20%;
  padding: 9px;
  float: left;
  border: none;
}

.categories-two .category-item-in {
  border: 1px solid #f0f0f0;
  padding: 8px 0px 25px;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.categories-two .category-item-in:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.categories-three .category-item {
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.categories-three .category-item:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.categories-three .category-three-button-prev,
.categories-three .category-three-button-next {
  display: inline-block;
  cursor: pointer;
  height: 30px;
  width: 30px;
  background: #f8f8f8;
  color: #212121;
  text-align: center;
  float: left;
  line-height: 2;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}

.categories-three .category-three-button-prev:hover,
.categories-three .category-three-button-next:hover {
  background: #ff512e;
  color: #fff;
}

.categories-three .category-three-button-prev {
  left: 0;
}

.categories-three .category-three-button-prev:before {
  content: "\f053";
  font-family: "fontawesome";
}

.categories-three .category-three-button-next {
  right: 0;
}

.categories-three .category-three-button-next:before {
  content: "\f054";
  font-family: "fontawesome";
}

/*  06  - Banner Search
----------------------------------------------*/
.banner-search {
  text-align: center;
}

.banner-search p {
  font-size: 33px;
  line-height: 1.5;
  color: #212121;
  margin-bottom: 0px;
}

.banner-search h3 {
  font-size: 40px;
  color: #15469f;
  margin-bottom: 40px;
}

.banner-search .bn-search-opt {
  border: 1px solid #f0f0f0;
  background: #fff;
  color: #696969;
  padding: 19px 15px;
  width: 250px;
  margin-right: 15px;
  outline: none;
}

.banner-search .bn-search-opt option {
  padding: 15px;
}

.banner-search form input {
  width: 380px !important;
}

.banner-search form button {
  padding: 21px 28px;
  background-color: #15469f;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.banner-search form button:hover {
  background-color: #ff512e;
}

/*  07  - Facility
----------------------------------------------*/
.facility .facility-item {
  text-align: center;
}

.facility .facility-item .icon {
  height: 120px;
  width: 120px;
  padding: 7px;
  border: 3px dashed #add546;
  border-radius: 100%;
  display: inline-block;
  margin-bottom: 20px;
}

.facility .facility-item .icon i {
  background-color: #add546;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
}

.facility .facility-item .icon i:before {
  font-size: 40px;
  color: #fff;
  margin: 0px;
  line-height: 2.5;
  display: inline-block;
  -webkit-transition: 0.25s ease-out;
  transition: 1s ease-out;
}

.facility .facility-item h4 {
  color: #212121;
  margin-bottom: 15px;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.facility .facility-item:hover h4 {
  color: #ff512e;
}

.facility .facility-item p {
  line-height: 26px;
  margin: 0px;
}

.facility>div>div>div:nth-child(1) .facility-item .icon {
  border: 3px dashed #add546;
}

.facility>div>div>div:nth-child(1) .facility-item .icon i {
  background-color: #add546;
}

.facility>div>div>div:nth-child(2) .facility-item .icon {
  border: 3px dashed #ff512e;
}

.facility>div>div>div:nth-child(2) .facility-item .icon i {
  background-color: #ff512e;
}

.facility>div>div>div:nth-child(3) .facility-item .icon {
  border: 3px dashed #6cabb8;
}

.facility>div>div>div:nth-child(3) .facility-item .icon i {
  background-color: #6cabb8;
}

.facility>div>div>div:nth-child(4) .facility-item .icon {
  border: 3px dashed #15469f;
}

.facility>div>div>div:nth-child(4) .facility-item .icon i {
  background-color: #15469f;
}

/*  08  - Services
----------------------------------------------*/
.services .service-item {
  text-align: center;
  background-color: #fff;
  padding: 30px 25px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.services .service-item:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.services .service-item .icon:before {
  font-size: 60px;
  color: #ff512e;
}

.services .service-item h4 {
  color: #212121;
  margin-bottom: 15px;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.services .service-item:hover h4 {
  color: #ff512e;
}

.services .service-item p {
  margin-bottom: 15px;
}

.services .service-item a {
  color: #212121;
  font-weight: 700;
  text-decoration: none;
}

.services .service-item a:hover {
  color: #ff512e;
}

.services-two>div>div>div:nth-child(1) .service-item .icon {
  color: #add546;
}

.services-two>div>div>div:nth-child(2) .service-item .icon {
  color: #ff512e;
}

.services-two>div>div>div:nth-child(3) .service-item .icon {
  color: #6cabb8;
}

.services-two>div>div>div:nth-child(4) .service-item .icon {
  color: #15469f;
}

.services-two>div>div>div:nth-child(5) .service-item .icon {
  color: #0fbaf4;
}

.services-two>div>div>div:nth-child(6) .service-item .icon {
  color: #92278f;
}

/*  09  - About
----------------------------------------------*/
.about {
  text-align: center;
}

.about h3 {
  font-size: 36px;
  color: #15469f;
  margin-bottom: 10px;
}

.about h4 {
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  color: #ff512e;
  margin-bottom: 15px;
}

.about p {
  margin-bottom: 40px;
  line-height: 30px;
}

.about ul {
  margin: 0px;
  overflow: hidden;
}

.about ul li {
  position: relative;
  display: inline-block;
  list-style: none;
  margin-right: 20px;
}

.about ul li a {
  background-color: #15469f;
}

.about ul li a:hover {
  background-color: #ff512e;
}

.about ul li:last-child {
  margin: 0px;
}

.about-two {
  overflow: hidden;
  background-color: #15469f;
}

.about-two .left {
  width: 50%;
  float: left;
  background-color: #15469f;
  color: #fff;
  padding: 120px 15px;
}

.about-two .left-in {
  float: right;
  max-width: 580px;
}

.about-two .left .title {
  overflow: hidden;
  margin-bottom: 30px;
}

.about-two .left .title .t-left {
  float: left;
  margin-right: 20px;
}

.about-two .left .title .t-right {
  display: table;
}

.about-two .left .title h2 {
  font-size: 100px;
  line-height: 1;
  color: #fff;
}

.about-two .left .title h4 {
  margin-top: 20px;
}

.about-two .left ul {
  margin: 0px;
}

.about-two .left ul li {
  list-style: none;
  margin-bottom: 40px;
  overflow: hidden;
}

.about-two .left ul li:last-child {
  margin: 0px;
}

.about-two .left .icon:before {
  font-size: 40px;
}

.about-two .left .icon {
  float: left;
  margin-right: 30px;
  height: 100px;
  width: 100px;
  border: 1px solid #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 2.5;
}

.about-two .left .content {
  display: table;
}

.about-two .left h4 {
  color: #fff;
}

.about-two .left p {
  color: #fff;
  margin: 0px;
}

.about-two .right {
  width: 50%;
  float: right;
}

.about-two .right img {
  width: 100%;
}

.about-three {
  background-image: url(../../images/background/about-bg.jpg);
  background-size: cover;
  background-position: center;
  text-align: left;
}

.about-three .about-content {
  padding: 136px 0px;
}

.about-three .about-image {
  margin-top: 65px;
}

.about-four {
  text-align: left;
}

.about-four ul li {
  list-style: none;
  line-height: 30px;
}

.about-four ul li i {
  font-size: 12px;
  color: #b1b1b1;
  margin-right: 5px;
}

.about-four img {
  width: 100%;
}

.about-four .nav-tabs {
  margin-bottom: 30px;
  border: none;
}

.about-four .nav-tabs>li {
  border-bottom: 1px solid #ebebeb;
  margin: 0px;
  padding-right: 20px;
}

.about-four .nav-tabs>li>a {
  font-weight: 700;
  font-size: 24px;
  color: #15469f;
  background: none;
  border: none;
  padding: 0px;
  margin-bottom: 20px;
  position: relative;
}

.about-four .nav-tabs>li>a:hover,
.about-four .nav-tabs>li.active>a,
.about-four .nav-tabs>li.active>a:focus,
.about-four .nav-tabs>li.active>a:hover {
  border: none;
  background: none;
  color: #ff512e;
}

.about-four .nav-tabs>li.active>a:before {
  content: url(../../images/about/menu-icon.jpg);
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*  10  - Classes
----------------------------------------------*/
.classes .class-item {
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.classes .class-item:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.classes .class-item .image img {
  width: 100%;
}

.classes .class-item .content {
  padding: 20px;
}

.classes .class-item .content h4 a {
  text-decoration: none;
  color: #212121;
}

.classes .class-item:hover .content h4 a {
  color: #ff512e;
}

.classes .class-item .content p {
  line-height: 30px;
  margin-bottom: 5px;
}

.classes .class-item .schedule {
  margin: 0px;
  overflow: hidden;
}

.classes .class-item .schedule li {
  list-style: none;
  display: inline-block;
  float: left;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  width: 33.335%;
  color: #fff;
  border-right: 2px solid #f0f0f0;
}

.classes .class-item .schedule li:last-child {
  border-right: none;
}

.classes .class-item .schedule li span {
  display: block;
  line-height: 20px;
}

.classes .class-item .schedule li h5 {
  font-size: 15px;
  color: #212121;
}

.classes .class-item .schedule li span {
  font-size: 16px;
  color: #15469f;
}

.classes .class-button {
  text-align: center;
  margin-top: 30px;
}

/*  11  - Courses
----------------------------------------------*/
.courses-single {
  margin-bottom: 60px;
}

.courses .course-item {
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.courses .course-item:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.courses .course-item .image {
  position: relative;
  overflow: hidden;
}

.courses .course-item .image span {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ff512e;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  width: 100px;
  height: 45px;
  text-align: center;
  line-height: 2;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.courses .course-item .image img {
  width: 100%;
  transition: 0.25s ease-out;
  -webkit-transition: 0.25s ease-out;
}

.courses .course-item:hover .image img {
  transform: scale(1.3);
}

.courses .course-item .content {
  padding: 20px 20px 15px;
  padding-bottom: 0;
}

.courses .course-item .content h4 a {
  text-decoration: none;
  color: #212121;
}

.courses .course-item .content h4 a:hover {
  color: #ff512e;
}

.courses .course-item .content ul li {
  list-style: none;
  display: inline-block;
}

.courses .course-item .content ul li:nth-child(2) {
  color: #f0f0f0;
  margin: 0px 10px;
}

.courses .course-item .content ul li span,
.courses .course-item .content ul li a {
  text-decoration: none;
  color: #003e59;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.courses .course-item .content ul li:hover span,
.courses .course-item .content ul li:hover a {
  color: #ff512e;
}

.courses .course-item .content p {
  margin: 0px;
  padding-bottom: 15px;
}

.courses .course-item .bottom {
  overflow: hidden;
  padding: 15px;
  margin: 0 -20px;
  background: #f8f8f8;
}

.courses .course-item .bottom ul {
  margin: 0px;
  float: left;
}

.courses .course-item .bottom ul li {
  list-style: none;
  display: inline-block;
}

.courses .course-item .bottom ul li:first-child {
  margin-right: 20px;
}

.courses .course-item .bottom ul li span {
  color: #003e59;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.courses .course-item .bottom ul li:hover span {
  color: #ff512e;
}

.courses .course-item .bottom ul li a {
  text-decoration: none;
  font-weight: 700;
  color: #212121;
}

.courses .course-item .bottom .course-rating {
  float: right;
}

.courses .course-item .bottom .course-rating span {
  color: #ff512e;
}

.our-student .courses-button,
.courses .courses-button {
  text-align: center;
  margin-top: 30px;
}

.courses .course-item-list {
  margin-bottom: 50px;
}

.courses .course-item-list .image {
  float: left;
}

.courses .course-item-list .image span {
  left: auto;
  right: 0;
  bottom: 20px;
}

.courses .course-item-list .content {
  display: table;
  padding: 25px 25px 16px;
}

.courses .course-item-list .content p {
  line-height: 28px;
  padding-bottom: 20px;
}

.courses .course-item-list .content h4 {
  margin-bottom: 5px;
}

.course-single-item .image {
  margin-bottom: 35px;
}

.course-single-item h3 {
  font-size: 30px;
  color: #212121;
  margin-bottom: 5px;
}

.course-single-item .course-meta {
  margin-bottom: 20px;
}

.course-single-item .course-meta li {
  list-style: none;
  display: inline-block;
  color: #888888;
  margin-right: 12px;
}

.course-single-item .course-meta li i {
  color: #ff512e;
  margin-right: 4px;
}

.course-single-item .course-meta li span {
  color: #b1b1b1;
}

.course-single-item .course-meta li a {
  color: #b1b1b1;
  text-decoration: none;
}

.course-single-item .course-meta li.rating i {
  color: #ff512e;
  margin: 0px;
}

.course-single-item h4 {
  color: #15469f;
  margin-bottom: 5px;
}

.course-single-item .course-features {
  margin-top: 10px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}

.course-single-item .course-features .title {
  text-align: center;
  background-color: #ff512e;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.course-single-item .course-features li {
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
  font-size: 16px;
  color: #696969;
  padding: 10px 25px;
}

.course-single-item .course-features li:first-child,
.course-single-item .course-features li:last-child {
  border: none;
}

.course-single-item .course-features li i {
  color: #ff512e;
  margin-right: 10px;
}

.course-single-item .course-features li span {
  float: right;
}

.course-single-item .course-attachments {
  margin-bottom: 40px;
}

.course-single-item .course-attachments h4 {
  margin-bottom: 15px;
}

.course-single-item .course-attachments li {
  list-style: none;
  border: 1px solid #f0f0f0;
  font-size: 16px;
  color: #696969;
  padding: 10px 20px;
  margin-bottom: 10px;
}

.course-single-item .course-attachments li a {
  color: #696969;
}

.course-single-item .course-attachments li:nth-child(odd) {
  background-color: #fafafa;
}

.course-single-item .course-attachments li i {
  color: #ff512e;
  margin-right: 10px;
}

.course-single-item .course-attachments li:nth-child(even) i {
  color: #15469f;
}

.course-single-item .course-attachments li span {
  float: right;
}

.course-single-item .instructor {
  margin-top: 60px;
}

.course-single-item .instructor h4 {
  margin-bottom: 20px;
}

.course-single-item .instructor .content-bg {
  overflow: hidden;
}

.course-single-item .instructor .image {
  float: left;
  height: 130px;
  width: 130px;
  overflow: hidden;
  border-radius: 100%;
  margin-right: 20px;
  margin-bottom: 20px;
}

.course-single-item .instructor .content {
  display: table;
  padding: 20px 0px;
}

.course-single-item .instructor .content h5 {
  font-size: 20px;
  color: #22313f;
}

.course-single-item .instructor .content span {
  font-size: 14px;
  color: #707070;
}

.course-single-item .instructor .content ul li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}

.course-single-item .instructor .content ul li a {
  font-size: 20px;
  color: #3b5998;
}

.course-single-item .instructor .content ul li:nth-child(2) a {
  color: #db4437;
}

.course-single-item .instructor .content ul li:nth-child(3) a {
  color: #e94c89;
}

.course-single-item .instructor .content ul li:nth-child(4) a {
  color: #23b6ea;
}

.course-single-item .instructor .content ul li:nth-child(5) a {
  color: #cb1f27;
}

.course-single-item .course-reviews {
  overflow: hidden;
}

.course-single-item .course-reviews .av-rating-bg h5,
.course-single-item .course-reviews .de-rating-bg h5 {
  font-size: 16px;
  color: #212121;
  margin-bottom: 15px;
}

.course-single-item .course-reviews .av-rating-bg {
  float: left;
  width: 23%;
  margin-right: 30px;
  margin-bottom: 40px;
}

.course-single-item .course-reviews .av-rating {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  text-align: center;
  padding: 33px 0px;
}

.course-single-item .course-reviews .av-rating-bg span {
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  color: #ff512e;
  margin-bottom: 10px;
  display: block;
}

.course-single-item .course-reviews .av-rating-bg .rating i {
  color: #ff512e;
  font-size: 14px;
}

.course-single-item .course-reviews .av-rating-bg p {
  margin: 0px;
}

.course-single-item .course-reviews .de-rating-bg {
  width: 73%;
  float: left;
  margin-bottom: 40px;
}

.course-single-item .course-reviews .de-rating {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding: 25px 30px;
}

.course-single-item .course-reviews .de-rating .rat-item {
  overflow: hidden;
}

.course-single-item .course-reviews .de-rating .left {
  font-size: 16px;
  font-weight: 700;
  color: #212121;
  float: left;
  margin-right: 20px;
}

.course-single-item .course-reviews .de-rating .middle {
  width: 80%;
  display: inline-block;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  height: 10px;
}

.course-single-item .course-reviews .de-rating .middle .fill {
  background-color: #ff512e;
  width: 100%;
  height: 8px;
  display: block;
  border-radius: 10px;
}

.course-single-item .course-reviews .de-rating .rat-item:nth-child(2) .fill {
  width: 80%;
}

.course-single-item .course-reviews .de-rating .rat-item:nth-child(3) .fill {
  width: 60%;
}

.course-single-item .course-reviews .de-rating .rat-item:nth-child(4) .fill {
  width: 40%;
}

.course-single-item .course-reviews .de-rating .rat-item:nth-child(5) .fill {
  width: 20%;
}

.course-single-item .course-reviews .de-rating .right {
  float: right;
  color: #696969;
}

.course-single-item .review-item {
  border-bottom: 1px solid #f0f0f0;
  padding: 30px 0px;
}

.course-single-item .review-item:last-child {
  border: none;
}

.course-single-item .review-item .image {
  height: 80px;
  width: 80px;
  border-radius: 100%;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}

.course-single-item .review-item .image img {
  width: 100%;
}

.course-single-item .review-item .content {
  display: table;
}

.course-single-item .review-item .content .title {
  overflow: hidden;
}

.course-single-item .review-item .content h5 {
  font-size: 20px;
  font-weight: 700;
  float: left;
  margin-right: 20px;
  color: #212121;
}

.course-single-item .review-item .content span {
  float: left;
  font-size: 15px;
  line-height: 34px;
  color: #b1b1b1;
}

.course-single-item .review-item .content .course-rating {
  float: right;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}

.course-single-item .review-item .content .course-rating i {
  color: #ff512e;
  font-size: 14px;
}

.course-single-item .review-item p {
  margin: 0px;
}

.course-single-item .review-form {
  margin-top: 10px;
  margin-bottom: 30px;
}

.course-single-item .review-form h4 {
  margin-bottom: 20px;
}

.course-single-item .review-form .form-item {
  width: 100%;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  padding: 12px 15px;
  margin-bottom: 30px;
  outline: none;
  font-size: 14px;
  color: #696969;
}

.course-single-item .review-form span {
  float: left;
  margin-right: 20px;
  font-size: 14px;
  color: #696969;
  line-height: 3.4;
}

.course-single-item .review-form .course-rating {
  line-height: 3.3;
}

.course-single-item .review-form .course-rating i {
  color: #ff512e;
  font-size: 14px;
}

.course-single-item .review-form button {
  font-size: 16px;
  font-weight: 700;
  outline: none;
  padding: 18px 26px;
}

/*  12 - teachers
----------------------------------------------*/
.teachers {
  padding: 120px 0px 90px;
}

.teachers .teacher-item {
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  background-color: #ffffff;
  margin-bottom: 30px;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.teachers .teacher-item:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.teachers .teacher-item .teacher-image img {
  width: 100%;
}

.teachers .teacher-item .teacher-content {
  padding: 20px;
}

.teachers .teacher-item .teacher-content h4 a {
  font-size: 24px;
  color: #212121;
  text-decoration: none;
}

.teachers .teacher-item .teacher-content h4 a:hover {
  color: #ff512e;
}

.teachers .teacher-item .teacher-content span {
  font-size: 16px;
  color: #b1b1b1;
}

.teachers .teacher-item .teacher-content .teacher-share {
  margin: 0px;
}

.teachers .teacher-item .teacher-content .teacher-share li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

.teachers .teacher-item .teacher-content .teacher-share li a {
  font-size: 20px;
}

.teachers .teacher-item .teacher-content .teacher-share li:first-child a {
  color: #3b5998;
}

.teachers .teacher-item .teacher-content .teacher-share li:nth-child(2) a {
  color: #db4437;
}

.teachers .teacher-item .teacher-content .teacher-share li:nth-child(3) a {
  color: #e94c89;
}

.teachers .teacher-item .teacher-content .teacher-share li:nth-child(4) a {
  color: #23b6ea;
}

.teachers .teacher-item .teacher-content .teacher-share li:nth-child(5) a {
  color: #cb1f27;
}

.teachers-two {
  background-image: url(../../images/background/teacher-bg.jpg);
  background-size: cover;
  background-position: center;
}

/*  13  - Prime Minister
----------------------------------------------*/
@media (max-width: 575px) {
  .minister {
    margin-bottom: 3rem;
  }
}

.minister__content {
  background-color: #f5f9fa;
  position: relative;
  overflow: hidden;
  padding: 2rem 0;
}

.minister__content .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
}

.minister__content .shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.3;
}

.minister__content .rounded__shape {
  position: absolute;
  top: -4rem;
  right: -4rem;
  opacity: 0.2;
}

.minister__content .prime__minister--img {
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  padding: 2rem;
}

.minister__content .prime__minister--quote {
  position: relative;
  background: #fff;
  border-radius: 1rem;
  padding: 3rem;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}

.minister__content .prime__minister--quote .fa-quote-left {
  position: absolute;
  top: 2rem;
  left: 2rem;
  font-size: 8rem;
  opacity: 0.1;
}

.minister__content .prime__minister--quote .quote__text {
  font-size: 1.6rem;
  margin-bottom: 3rem;
}

.minister__content .prime__minister--quote .minister__name {
  font-size: 2rem;
  font-weight: bold;
}

.minister__content .prime__minister--quote .minister__designation {
  font-size: 1.6rem;
  font-style: italic;
}

/*  14  - Features
----------------------------------------------*/
.features .feature-image img {
  width: 100%;
}

.features .features-left .feature-item {
  text-align: right;
}

.features .feature-item .content {
  display: table;
}

.features .feature-item .icon {
  display: inline-block;
  height: 70px;
  width: 70px;
  text-align: center;
  background-color: #ffc000;
  color: #fff;
  border-radius: 100%;
  margin-top: 10px;
}

.features .features-left .feature-item .icon {
  float: right;
  margin-left: 20px;
}

.features .features-right .feature-item .icon {
  float: left;
  margin-right: 20px;
}

.features .features-left .feature-item:nth-child(2) .icon {
  background-color: #fc7f0c;
}

.features .features-left .feature-item:nth-child(3) .icon {
  background-color: #0fbaf4;
}

.features .features-right .feature-item:nth-child(1) .icon {
  background-color: #e84b3a;
}

.features .features-right .feature-item:nth-child(2) .icon {
  background-color: #92278f;
}

.features .features-right .feature-item:nth-child(3) .icon {
  background-color: #ee257c;
}

.features .feature-item .icon:before {
  font-size: 30px;
  line-height: 2.2;
  display: inline-block;
  -webkit-transition: 0.25s ease-out;
  transition: 1s ease-out;
}

.features .feature-item:hover .icon:before {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.features .features-left .feature-item:nth-child(1) .content h4 {
  color: #ffc000;
}

.features .features-left .feature-item:nth-child(2) .content h4 {
  color: #fc7f0c;
}

.features .features-left .feature-item:nth-child(3) .content h4 {
  color: #0fbaf4;
}

.features .features-right .feature-item:nth-child(1) .content h4 {
  color: #e84b3a;
}

.features .features-right .feature-item:nth-child(2) .content h4 {
  color: #92278f;
}

.features .features-right .feature-item:nth-child(3) .content h4 {
  color: #ee257c;
}

.features .feature-item:last-child p {
  margin: 0px;
}

/* 15 - Counter 
--------------------------------------------*/
.counter__home {
  margin-top: -15rem;
  padding-bottom: 5rem;
  padding-top: 0 !important;
}

.counter__home--single {
  background-color: #fff;
  text-align: center;
  padding: 4rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "Open Sans", sans-serif;
  transition: all 0.3s ease-in-out;
}

.counter__home--single:hover {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  transform: translateY(-1rem);
}

.counter__home--single.counter-1 {
  background-color: #ffe2e7;
  color: #ee4a62;
}

.counter__home--single.counter-1 .icon-1 {
  color: inherit;
}

.counter__home--single.counter-2 {
  background-color: #d8fddd;
  color: #00a115;
}

.counter__home--single.counter-2 .icon-2 {
  color: inherit;
}

.counter__home--single.counter-3 {
  background-color: #ddf7ff;
  color: #11586d;
}

.counter__home--single.counter-3 .icon-3 {
  color: inherit;
}

.counter__home--single.counter-4 {
  background-color: #cee8ff;
  color: #0487ff;
}

.counter__home--single.counter-4 .icon-4 {
  color: inherit;
}

.counter__home--single .number {
  margin-top: 1rem;
  font-size: 4rem;
  font-weight: 900;
}

.counter__home--single .text {
  font-size: 1.6rem;
  text-transform: uppercase;
  opacity: 0.9;
}

.counter__home--single .about__us--counter--icon {
  height: 8rem;
  width: 8rem;
  border-radius: 50%;
  padding: 1rem;
  background-color: rgba(27, 116, 231, 0.1);
  color: rgba(27, 116, 231, 0.8);
}

.select2-container {
  padding: 1rem !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  z-index: 99999 !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff !important;
  border: none !important;
  border-radius: 5px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 1rem !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  outline: none;
}

.students__apply {
  padding: 4rem 0;
}

.students__apply .form__inner {
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.09);
  overflow: hidden;
  border-radius: 0.5rem;
  margin-top: 2rem;
}

.students__apply form {
  background-color: #fff;
  padding: 3rem;
  border-radius: 1rem 0 0 1rem;
}

.students__apply form h2 {
  color: #f37021;
  font-size: 3rem;
  font-weight: bold;
  font-family: "Anek Bangla" !important;
  margin-bottom: 2rem;
}

@media (max-width: 575px) {
  .students__apply form h2 {
    font-size: 2.5rem;
  }
}

.students__apply form input,
.students__apply form select {
  background-color: #fff;
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem 1.5rem;
  font-size: 1.6rem;
  width: 100%;
  border-radius: 5px;
  color: #1f1e1e;
}

.students__apply form input::placeholder,
.students__apply form select::placeholder {
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
}

.students__apply form input:focus,
.students__apply form select:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.students__apply form label {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 600;
}

.students__apply form .default_btn {
  background: linear-gradient(214.38deg, #fb908a 2%, #f37021 30.38%);
  font-size: 1.4rem;
  margin-top: 1rem;
  padding: 1.1rem 2.5rem;
}

.students__apply .img__box {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0 1rem 1rem 0;
}

.students__apply .img__box::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f37021;
  opacity: 0;
  content: "";
}

.students__apply .img__box img {
  width: 100%;
  height: 100%;
}

/*  16  - Gallery
----------------------------------------------*/
.gallery {
  text-align: center;
}

.gallery .gallery-menu {
  display: inline-block;
  margin: 0 auto 50px;
}

.gallery .gallery-menu li {
  position: relative;
  list-style: none;
  display: inline-block;
  float: left;
  font-size: 18px;
  color: #696969;
  padding: 0px 20px 10px;
  cursor: pointer;
  border-bottom: 1px solid #ebebeb;
}

.gallery .gallery-menu li.active {
  color: #ff512e;
}

.gallery .gallery-menu li.active:before {
  content: url(../../images/gallery/menu-icon.jpg);
  position: absolute;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.gallery .gallery-items {
  overflow: hidden;
  margin-bottom: 40px;
}

.gallery .gallery-item {
  position: relative;
  width: 31.6%;
  margin-bottom: 30px;
}

.gallery .gallery-item img {
  width: 100%;
}

.gallery .gallery-item .gallery-overlay {
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  opacity: 0;
}

.gallery .gallery-item:hover .gallery-overlay {
  padding: 10px;
}

.gallery .gallery-item .gallery-overlay .bg {
  background-color: rgba(108, 94, 191, 0.94);
  height: 100%;
  width: 100%;
}

.gallery .gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery .gallery-item .gallery-content {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  text-align: center;
}

.gallery .gallery-item .gallery-content a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border: 4px solid rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  margin-bottom: 20px;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.gallery .gallery-item:hover .gallery-content a {
  -webkit-transform: scale(1);
}

.gallery .gallery-item .gallery-content .icon {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.9);
  height: 50px;
  width: 50px;
  border-radius: 100%;
  line-height: 3.5;
}

.gallery .gallery-item .gallery-content .icon:before {
  margin: 0px;
  font-size: 18px;
  color: #92278f;
  line-height: 2.5;
}

.gallery .gallery-item .gallery-content h4 {
  font-size: 24px;
  color: #fff;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}

.gallery .gallery-item:hover .gallery-content h4 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.gallery .gallery-item .gallery-content span {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}

.gallery .gallery-item:hover .gallery-content span {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.gallery .gallery-button {
  text-align: center;
  margin-bottom: 40px;
}

.gallery-two {
  overflow: hidden;
}

.gallery-two .gallery-two-items {
  overflow: hidden;
  margin: -7px;
}

.gallery-two .gallery-item {
  width: 25%;
  float: left;
  padding: 7px;
  margin: 0px;
}

.gallery-two .gallery-item .gallery-image {
  position: relative;
}

/*  17  - Achievements
----------------------------------------------*/
.achievements {
  background-image: url(../../images/bg-img-6.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
}

.achievements .overlay {
  /* background-color: rgba(0,0,0,.1); */
}

.achievements .section-header h3 {
  color: #fff;
  display: inline-block;
  z-index: 1;
  position: relative;
}

.achievements .section-header p {
  color: #fff;
  display: inline-block;
  z-index: 1;
  position: relative;
}

.counter-items {
  display: flex;
  flex-wrap: wrap;
}

.achievements .achievement-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.achievements .achievement-item {
  margin-right: 10px;
  width: calc(20% - 10px);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.achievements .achievement-item:last-child {
  margin-right: 0;
}

.achievements .achievement-item i {
  font-size: 60px;
  color: #ff512e;
  margin: 25px 5px 0 0;
}

.counter-icon,
.couter-number {
  z-index: 1;
}

.achievements .achievement-item span {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
}

.achievements .achievement-item p {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin: 0px;
}

@media (max-width: 576px) {
  .achievements .achievement-item {
    width: 100%;
    justify-content: center;
  }
}

/*  17  - Testimonial
----------------------------------------------*/
/* .testimonial .testimonial-item{
  position: relative;
}
.testimonial .testimonial-details{
  position: relative;
  padding: 30px;
  border: 2px solid #ffc000;
  border-radius: 8px;
  margin-bottom: 14px;
}
.testimonial .testimonial-item:nth-child(2) .testimonial-details{
  border: 2px solid #e84b3a;
}
.testimonial .testimonial-item:nth-child(3) .testimonial-details{
  border: 2px solid #fc7f0c;
}
.testimonial .testimonial-item:nth-child(4) .testimonial-details{
  border: 2px solid #ffc000;
}
.testimonial .testimonial-item:nth-child(5) .testimonial-details{
  border: 2px solid #e84b3a;
}
.testimonial .testimonial-item:nth-child(6) .testimonial-details{
  border: 2px solid #fc7f0c;
}
.testimonial .testimonial-details::before{
  font-family: FontAwesome;
  content: "\f10d";
  position: absolute;
  top: -5px;
  left: -2px;
  font-size: 22px;
  background: #fff;
  color: #ffc000;
  line-height: 24px;
  padding-right: 10px;
  padding-bottom: 7px;
}
.testimonial .testimonial-item:nth-child(2) .testimonial-details::before{
  color: #e84b3a;
}
.testimonial .testimonial-item:nth-child(3) .testimonial-details::before{
  color: #fc7f0c;
}
.testimonial .testimonial-item:nth-child(4) .testimonial-details::before{
  color: #ffc000;
}
.testimonial .testimonial-item:nth-child(5) .testimonial-details::before{
  color: #e84b3a;
}
.testimonial .testimonial-item:nth-child(6) .testimonial-details::before{
  color: #fc7f0c;
}
.testimonial .testimonial-details::after{
  font-family: FontAwesome;
  content: "\f10e";
  position: absolute;
  bottom: -5px;
  right: -2px;
  font-size: 22px;
  background: #fff;
  color: #ffc000;
  line-height: 24px;
  padding-left: 10px;
  padding-top: 7px;
}
.testimonial .testimonial-item:nth-child(2) .testimonial-details::after{
  color: #e84b3a;
}
.testimonial .testimonial-item:nth-child(3) .testimonial-details::after{
  color: #fc7f0c;
}
.testimonial .testimonial-item:nth-child(4) .testimonial-details::after{
  color: #ffc000;
}
.testimonial .testimonial-item:nth-child(5) .testimonial-details::after{
  color: #e84b3a;
}
.testimonial .testimonial-item:nth-child(6) .testimonial-details::after{
  color: #fc7f0c;
}
.testimonial .testimonial-details img{
  position: absolute;
  bottom: 0px;
  left: 30px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.testimonial .testimonial-details p{
  margin-bottom: 5px;
}
.testimonial .testimonial-details h4{
  font-size: 20px;
  color: #e84b3a;
}
.testimonial .testimonial-details h4 span{
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #707070;
}
.testimonial .testimonial-image{
  height: 80px;
  width: 80px;
  border: 4px solid #ffc000;
  border-radius: 100%;
  overflow: hidden;
  -webkit-transform: translateX(70px);
  transform: translateX(70px);
}
.testimonial .testimonial-item:nth-child(2) .testimonial-image{
  border: 4px solid #e84b3a;
}
.testimonial .testimonial-item:nth-child(3) .testimonial-image{
  border: 4px solid #fc7f0c;
}
.testimonial .testimonial-item:nth-child(4) .testimonial-image{
  border: 4px solid #ffc000;
}
.testimonial .testimonial-item:nth-child(5) .testimonial-image{
  border: 4px solid #e84b3a;
}
.testimonial .testimonial-item:nth-child(6) .testimonial-image{
  border: 4px solid #fc7f0c;
}
.testimonial-three{
  background-image: url(../../images/background/testimonial-bg.jpg);
  background-size: cover;
  background-position: center;
}
.testimonial-three .testimonial-item{
  text-align: center;
}
.testimonial-three .testimonial-image{
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  display: inline-block;
  margin-bottom: 10px;
}
.testimonial-three .testimonial-details{
  border: none!important;
  text-align: center;
  padding: 0px;
}
.testimonial-three .testimonial-details span{
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #707070;
  display: inline-block;
  margin-bottom: 15px;
}
.testimonial-three .testimonial-details .icon{
  display: block;
  color: #e84b3a;
  font-size: 30px;
  line-height: 50px;
  display: none;
}
.testimonial-three .testimonial-details p{
  max-width: 700px;
  margin: 0 auto;
  line-height: 28px;
}
.testimonial-three .testimonial-details::before{
  display: none;
}
.testimonial-three .testimonial-details::after{
  display: none;
} */
.testimonial {
  /* background-image: url(../../images/background/testimonial-bg.jpg);
  background-size: cover;
  background-position: center; */
  overflow: hidden;
  background: #f2f2f2;
}

.testimonial .overlay {
  /* background-color: rgba(0,0,0,.7); */
}

.testimonial .testimonial-items {
  position: relative;
}

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

.testimonial .testimonial-image {
  position: relative;
  display: inline-block;
}

.testimonial .testimonial-item img {
  height: 100px;
  width: 100px;
  border-radius: 100%;
  margin: 0 auto 50px;
}

.testimonial .testimonial-item p {
  max-width: 800px;
  padding: 0px 15px;
  margin: 0 auto 10px;
  color: #696969;
}

.testimonial .testimonial-item h4 {
  font-size: 20px;
  color: #ff512e;
}

.testimonial .testimonial-item span {
  font-size: 14px;
  color: #696969;
}

.testimonial .testimonial-button-prev {
  position: absolute;
  top: 7%;
  left: 50%;
  font-size: 30px;
  color: #ff512e;
  cursor: pointer;
  z-index: 9;
  margin-left: -180px;
}

.testimonial .testimonial-button-prev::before {
  content: "\f100";
  font-family: "fontawesome";
}

.testimonial .testimonial-button-next {
  position: absolute;
  top: 7%;
  right: 50%;
  font-size: 30px;
  color: #ff512e;
  cursor: pointer;
  z-index: 9;
  margin-right: -180px;
}

.testimonial .testimonial-button-next::before {
  content: "\f101";
  font-family: "fontawesome";
}

.testimonial .swiper-button-disabled {
  color: #707070;
}

/*  18  - Partner
----------------------------------------------*/
.partner .partner-slider {
  margin-bottom: 50px;
}

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

.partner .partner-item img {
  margin: 0 auto;
}

/*  19  - Event
----------------------------------------------*/
.event {
  padding: 120px 0px 90px;
}

.event .event-item {
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-bottom: 30px;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.event .event-item:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.event .event-item .event-image {
  position: relative;
}

.event .event-item .event-image .date {
  background-color: #15469f;
  height: 70px;
  width: 70px;
  border-radius: 2px;
  text-align: center;
  padding: 10px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.event .event-item:hover .event-image .date {
  background-color: #ff512e;
}

.event .event-item .event-image .date span {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 26px;
}

.event .event-item .event-image .date p {
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  margin: 0px;
}

.event .event-item .event-image img {
  width: 100%;
}

.event .event-item .event-content {
  padding: 25px;
}

.event .event-item .event-content h4 {
  color: #212121;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.event .event-item:hover .event-content h4 {
  color: #ff512e;
}

.event .event-item .event-content ul {
  margin-bottom: 10px;
}

.event .event-item .event-content ul li {
  list-style: none;
  color: #15469f;
}

.event .event-item .event-content ul li:last-child {
  color: #ff512e;
}

.event .event-item .event-content ul li span {
  margin-right: 5px;
}

.event .event-item .event-content p {
  margin-bottom: 22px;
}

.event .event-item .event-content a {
  padding: 8px 26px;
  background-color: #15469f;
}

.event .event-item .event-content a:hover {
  background-color: #ff512e;
}

.event .event-item-list .event-image {
  float: left;
}

.event .event-item-list .event-content {
  display: table;
  padding: 27px 25px;
}

.event-single-item .event-image {
  margin-bottom: 30px;
}

.event-single-item .event-content h3 {
  font-size: 30px;
  color: #212121;
}

.event-single-item .event-content .post-meta {
  margin-bottom: 20px;
}

.event-single-item .event-content .post-meta li {
  list-style: none;
  display: inline-block;
  color: #15469f;
}

.event-single-item .event-content .post-meta li:last-child {
  color: #ff512e;
}

.event-single-item .event-content .post-meta li span {
  margin-right: 5px;
}

.event-single-item .event-counter {
  background-color: #f8f8f8;
  border: 1px solid #f0f0f0;
  padding: 30px;
  overflow: hidden;
  margin-bottom: 25px;
}

.event-single-item .event-counter .clock-item {
  display: inline-block;
  margin-right: 25px;
  float: left;
}

.event-single-item .event-counter span {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #ff512e;
  float: left;
  margin-right: 5px;
}

.event-single-item .event-counter p {
  font-size: 18px;
  color: #696969;
  float: left;
  margin: 20px 0px 0px;
}

.event-single-item .event-counter button {
  float: right;
  padding: 14px 27px;
  outline: none;
  background-color: #15469f;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.event-single-item .event-counter button:hover,
.event-single-item .event-counter button:focus {
  background-color: #ff512e;
}

.event-single-item .event-content h4 {
  color: #15469f;
  margin-bottom: 5px;
}

.event-single-item .event-features {
  margin-top: 10px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}

.event-single-item .event-features .title {
  text-align: center;
  background-color: #ff512e;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.event-single-item .event-features li {
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
  font-size: 16px;
  color: #696969;
  padding: 10px 25px;
}

.event-single-item .event-features li:first-child,
.event-single-item .event-features li:last-child {
  border: none;
}

.event-single-item .event-features li i {
  color: #ff512e;
  margin-right: 10px;
}

.event-single-item .event-features li span {
  float: right;
}

.event-single-item .event-schedule li {
  list-style: none;
  margin-bottom: 5px;
}

.event-single-item .event-schedule li span {
  margin-right: 4px;
  color: #ff512e;
}

.event-single-item .event-map {
  height: 400px;
  width: 100%;
  margin-bottom: 40px;
}

/*  20  - Pricing
----------------------------------------------*/
.pricing .pricing-item {
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.pricing .pricing-item:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.pricing .pricing-item .title {
  overflow: hidden;
  background-color: #15469f;
  padding: 20px 30px;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.pricing .pricing-item:hover .title {
  background-color: #ff512e;
}

.pricing .pricing-item .title h3 {
  font-size: 36px;
  color: #fff;
  margin-top: 8px;
}

.pricing .pricing-item .title span {
  float: right;
  font-size: 48px;
}

.pricing .pricing-item .content {
  padding: 30px 30px 0px;
  border-bottom: 1px solid #f0f0f0;
}

.pricing .pricing-item .content p {
  margin: 0px;
  border-bottom: 1px solid #f0f0f0;
  padding: 12px 0px;
}

.pricing .pricing-item .content p:last-child {
  border: none;
}

.pricing .pricing-item .content p i {
  color: #15469f;
  margin-right: 20px;
  float: left;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.pricing .pricing-item:hover .content p i {
  color: #ff512e;
}

.pricing .pricing-item .content p i.close {
  color: #888888;
  opacity: 1;
}

.pricing .pricing-item .bottom {
  padding: 30px;
  text-align: center;
}

/*  21  - Blog
----------------------------------------------*/
.blog {
  padding: 120px 0px 90px;
}

.blog .blog-item {
  background-color: #fff;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.blog .blog-item:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.blog .blog-item .blog-image {
  overflow: hidden;
}

.blog .blog-item img {
  width: 100%;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.blog .blog-item:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.blog .blog-item .blog-content {
  padding: 15px;
}

.blog .blog-item .blog-content h4 a {
  text-decoration: none;
  color: #212121;
}

.blog .blog-item .blog-content h4 a:hover {
  color: #ff512e;
}

.blog .blog-item .blog-content p {
  margin-bottom: 10px;
  line-height: 30px;
}

.blog .blog-item ul {
  margin: 0px;
  border-top: 1px solid #f0f0f0;
  padding: 9px 15px;
}

.blog .blog-item ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  color: #707070;
}

.blog .blog-item ul li a {
  text-decoration: none;
  font-size: 15px;
  color: #696969;
}

.blog .blog-item ul li .icon {
  margin-right: 5px;
  color: #696969;
}

.blog .blog-item ul li .icon:before {
  font-size: 18px;
}

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

.blog-two .blog-item {
  overflow: hidden;
}

.blog-two .blog-item .blog-content {
  padding: 30px;
}

.blog-two .blog-item-wide {
  margin-bottom: 30px;
}

.blog-two .blog-item-wide .blog-image {
  float: left;
}

.blog-two .blog-item-wide .blog-content {
  display: table;
}

.blog-two .blog-item-wide .blog-content p {
  line-height: 24px;
}

.blog-two .blog-item h4 {
  font-size: 20px;
}

.blog-two .blog-item ul {
  border: none;
  padding: 9px 0px;
}

.blog-two .blog-item ul li:first-child,
.blog-two .blog-item ul li:first-child a {
  color: #15469f;
}

.blog-two .blog-item ul li:last-child,
.blog-two .blog-item ul li:last-child a {
  color: #ff512e;
}

.blog-two .blog-item a,
.blog-two .blog-item a:hover {
  text-decoration: none;
  color: #ff512e;
}

.blog-three {
  background-image: url(../../images/background/blog-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 0px;
}

.blog-three .overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.blog .blog-item-classes .blog-content {
  padding: 30px;
}

.blog .blog-item-classes h4 {
  margin-bottom: 5px;
}

.blog .blog-item-classes ul {
  border: none;
  padding: 0px;
  margin-bottom: 10px;
}

.blog .blog-item-classes .blog-content p {
  margin-bottom: 15px;
}

.post-meta li {
  list-style: none;
  display: inline-block;
  color: #696969;
  margin-right: 20px;
}

.post-meta li a {
  text-decoration: none;
  color: #696969;
}

.post-meta li .icon {
  margin-right: 5px;
}

.post-meta li .icon::before {
  font-size: 16px;
}

.single-post .post-content {
  padding: 30px 30px 0px;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}

.single-post .post-content h3 {
  font-size: 30px;
  color: #212121;
  margin-bottom: 10px;
}

.single-post .post-content blockquote {
  font-style: normal;
  color: #212121;
  font-weight: 700;
  font-size: 15px;
  border: none;
  padding: 0px 0px 0px 40px;
}

.single-post .post-content blockquote::after {
  left: 0px;
  top: 20%;
  color: #ff512e;
  font-size: 30px;
}

/* .single-post .post-content blockquote::before{
  content: "\f10e" !important;
  position: absolute;
  right: 50px;
  bottom: -10px;
  font: normal normal normal 30px/1 FontAwesome;
  color: #ff512e;
} */
.single-post .post-content p:last-child {
  margin: 0px;
}

.single-post .content-bottom {
  border-top: 1px solid #f0f0f0;
  padding: 12px 0px;
  overflow: hidden;
}

.single-post .content-bottom ul {
  margin: 0px;
}

.single-post .content-bottom ul li {
  list-style: none;
  display: inline-block;
}

.single-post .content-bottom li:first-child {
  margin-right: 5px;
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
  color: #ff512e;
}

.single-post .content-bottom li span {
  margin-right: 5px;
}

.single-post .content-bottom li span::before {
  color: #696969;
  font-size: 18px;
}

.single-post .post-tags {
  float: left;
}

.single-post .post-tags li a {
  font-style: normal;
  font-size: 16px;
  color: #696969;
  text-decoration: none;
}

.single-post .post-share {
  float: right;
}

.single-post .post-share li {
  margin-right: 10px;
}

.single-post .post-share li:last-child {
  margin: 0px;
}

.single-post .post-share li a {
  font-size: 16px;
  color: #3b5998;
}

.single-post .post-share li:nth-child(3) a {
  color: #db4437;
}

.single-post .post-share li:nth-child(4) a {
  color: #e94c89;
}

.single-post .post-share li:nth-child(5) a {
  color: #23b6ea;
}

.single-post .post-share li:nth-child(6) a {
  color: #cb1f27;
}

.single-post .post-comments {
  margin-bottom: 20px;
}

.single-post .post-comments h3 {
  font-size: 24px;
  color: #15469f;
  margin-bottom: 20px;
}

.single-post .post-comments ul {
  margin: 0px;
}

.single-post .post-comments li {
  list-style: none;
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

.single-post .post-comments li .the-comment {
  padding-bottom: 20px;
}

.single-post .post-comments li:last-child {
  margin: 0px;
  padding: 0px;
  border: none;
}

.single-post .post-comments li ul {
  margin-left: 90px;
}

.single-post .post-comments .comment-image {
  overflow: hidden;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  float: left;
  margin-right: 20px;
}

.single-post .post-comments .comment-content {
  display: table;
}

.single-post .post-comments .comment-content h4 {
  float: left;
  font-size: 18px;
  color: #212121;
  margin-right: 5px;
}

.single-post .post-comments .comment-content .comm-reply {
  float: right;
}

.single-post .post-comments .comment-content .comm-reply i {
  color: #ffc000;
  font-weight: 700;
}

.single-post .post-comments .comment-content .comm-reply i::before {
  font-size: 15px;
}

.single-post .post-comments .comment-content .comm-reply a {
  font-style: italic;
  font-weight: 700;
  font-size: 16px;
  color: #696969;
}

.single-post .post-comments .comment-content span {
  color: #707070;
}

.single-post .post-comments .comment-content p {
  margin-top: 5px;
  margin-bottom: 0px;
}

.single-post .reply-form h3 {
  font-size: 24px;
  color: #15469f;
  margin-bottom: 30px;
}

.single-post .reply-form .com-input {
  width: 100%;
  border: 1px solid #f0f0f0;
  padding: 12px 15px;
  outline: none;
  margin-bottom: 30px;
}

.single-post .reply-form button {
  outline: none;
  padding: 17px 26px;
}

/*  22  - Sidebar
----------------------------------------------*/
.sidebar {
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.sidebar .sidebar-item {
  margin-bottom: 50px;
}

.sidebar .sidebar-item .sidebar-title {
  font-size: 24px;
  color: #212121;
  margin-bottom: 20px;
}

.sidebar form {
  overflow: hidden;
}

.sidebar form input,
.sidebar form select {
  width: 100%;
  border: 1px solid #f0f0f0;
  color: #696969;
  padding: 16px;
  outline: none;
  margin-bottom: 20px;
}

.sidebar form button {
  float: right;
  background-color: #ff512e;
  padding: 17px 26px;
  margin-top: 10px;
  outline: none;
  transition: 0.25s ease-out;
}

.sidebar form button:hover,
.sidebar form button:focus {
  background-color: #15469f;
}

.sidebar .sidebar-categories {
  margin: 0px;
}

.sidebar .sidebar-categories li {
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
}

.sidebar .sidebar-categories li:last-child {
  border: none;
}

.sidebar .sidebar-categories li a {
  display: block;
  font-size: 16px;
  color: #696969;
  text-decoration: none;
  padding: 10px 0px;
}

.sidebar .sidebar-categories li:first-child a {
  padding-top: 0px;
}

.sidebar .sidebar-categories li:last-child a {
  padding-bottom: 0px;
}

.sidebar .sidebar-categories li a:hover {
  padding-left: 16px;
  color: #ff512e;
}

.sidebar .sidebar-categories li span {
  float: right;
  height: 30px;
  width: 30px;
  text-align: center;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  line-height: 30px;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.sidebar .sidebar-categories li a:hover span {
  background-color: #ff512e;
  color: #fff;
}

.sidebar .sidebar-posts {
  margin: 0px;
}

.sidebar .sidebar-posts li {
  list-style: none;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

.sidebar .sidebar-posts li:last-child {
  margin: 0px;
  padding: 0px;
  border: none;
}

.sidebar .sidebar-posts .image {
  float: left;
  margin-right: 20px;
}

.sidebar .sidebar-posts .content {
  display: table;
}

.sidebar .sidebar-posts a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  color: #707070;
}

.sidebar .sidebar-posts li:hover a {
  color: #ff512e;
}

.sidebar .sidebar-posts span {
  font-size: 16px;
  color: #ff512e;
  float: left;
}

.sidebar .sidebar-posts .price {
  font-weight: 700;
}

.sidebar .sidebar-posts .rating {
  display: inline-block;
  margin-left: 10px;
}

.sidebar .sidebar-posts .rating span {
  margin-right: 4px;
  font-size: 14px;
  margin-top: 3px;
}

.sidebar .sidebar-gallery {
  margin: 0px;
  overflow: hidden;
  margin: -5px;
}

.sidebar .sidebar-gallery li {
  list-style: none;
  float: left;
  width: calc(33.3333333333% - 1px);
  padding: 5px;
}

.sidebar .sidebar-gallery li img {
  width: 100%;
}

.sidebar .sidebar-tags {
  margin: 0px;
  overflow: hidden;
  margin: -5px;
}

.sidebar .sidebar-tags li {
  list-style: none;
  display: inline-block;
  float: left;
  margin: 5px;
}

.sidebar .sidebar-tags li a {
  text-decoration: none;
  font-size: 16px;
  color: #707070;
  border: 1px solid #f0f0f0;
  border-radius: 1px;
  padding: 7px 18px;
  display: inline-block;
}

.sidebar .sidebar-tags li a:hover {
  background-color: #ff512e;
  border-color: #ff512e;
  color: #fff;
}

/*  23 - Contact
----------------------------------------------*/
.contact-details {
  /* background:  #fff; */
}

.contact-details .section-wrapper {
  background: #ff512e;
  padding: 25px;
  position: relative;
  border-radius: 3px;
}

.contact-details form.contact-form {
  background: #fff;
  padding: 30px;
  position: absolute;
  top: -55px;
  right: -11px;
  border-radius: 3px;
  background: rgb(0, 62, 89);
}

.home-contact .info-item {
  width: 50%;
  float: left;
}

.home-contact .info-item span::before {
  font-size: 30px;
  color: #ff512e;
}

.home-contact .info-item h4 {
  color: #15469f;
}

.home-contact .home-map {
  height: 400px;
  width: 100%;
}

.contact .contact-map {
  height: 600px;
  width: 100%;
  position: relative;
}

.contact-item {
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.contact-item:last-child {
  border: none;
  margin: 0px;
  padding: 0px;
}

.contact-item .icon {
  display: inline-block;
  float: left;
  color: #fff;
  margin-right: 15px;
}

.contact-item .icon::before {
  font-size: 30px;
}

.contact-item .content {
  display: table;
}

.contact-item .content h4 {
  font-size: 18px;
  color: #fff;
}

.contact-item .content p {
  margin: 0px;
  color: #fff;
}

.contact-form .contact-input:nth-child(1) {
  width: 48%;
  float: left;
}

.contact-form .contact-input:nth-child(2) {
  width: 48%;
  float: right;
}

.contact-form .contact-input {
  width: 100%;
  margin-bottom: 30px;
  color: #ff512e;
  border: none;
  border: 1px solid #fff;
  background: #fff;
  padding: 15px;
  outline: none;
}

.contact-form .contact-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ff512e;
}

.contact-form .contact-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ff512e;
}

.contact-form .contact-input::-ms-input-placeholder {
  /* IE 10+ */
  color: #ff512e;
}

.contact-form .contact-input::-moz-placeholder {
  /* Firefox 18- */
  color: #ff512e;
}

.contact-form .contact-input:focus {
  border: 1px solid #fff;
}

.contact-form .contact-button {
  background-color: #ff512e;
  outline: none;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  padding: 17px 30px;
  margin-top: 10px;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.contact-form .contact-button:hover {
  /* background-color: #ff512e;
  color: #fff; */
}

@media (max-width: 767px) {
  .contact-details form.contact-form {
    position: static;
  }
}

/*  24  - Product
----------------------------------------------*/
.product .product-header {
  border: 1px solid #f0f0f0;
  overflow: hidden;
  padding: 8px 20px;
  margin-bottom: 30px;
}

.product .product-header p {
  margin: 0px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 700;
  color: #212121;
}

.product .product-header .icon {
  float: right;
}

.product .product-header .icon span {
  font-size: 18px;
  color: #696969;
  cursor: pointer;
  margin-left: 5px;
}

.product .product-header .icon span:hover,
.product .product-header .icon .grid-active,
.product .product-header .icon .list-active {
  color: #ff512e;
}

.product .product-header .icon .grid-active {
  color: #ff512e;
}

.product .product-items {
  overflow: hidden;
  margin: -15px;
}

.product .product-item-grid {
  width: 29.9%;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  margin: 15px;
  float: left;
  text-align: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.product .product-item-grid:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.product .product-items .pro-image {
  position: relative;
}

.product .product-item-grid .cd-item {
  width: 100% !important;
  margin: 0px !important;
}

.product .product-item-grid .pro-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.product .product-item-grid:hover .pro-overlay {
  opacity: 0.98;
}

.product .product-item-grid .pro-content {
  padding: 20px;
  overflow: hidden;
  border-top: 1px solid #f0f0f0;
}

.product .pro-item .pro-content h4 {
  font-size: 24px;
  line-height: 18px;
  color: #222222;
}

.product .pro-item .pro-content h4 a,
.product .cd-item-info h4 {
  font-size: 24px;
  line-height: 18px;
  color: #222222;
  text-decoration: none;
}

.product .pro-item .pro-content span,
.product .cd-item-info span {
  font-size: 20px;
  font-weight: 700;
  color: #222222;
  display: block;
}

.product .product-item-grid .pro-content p {
  display: none;
}

.product .product-item-grid .pro-content .pro-button {
  display: none;
}

.product .product-item-grid .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.product .product-item-grid .icon:nth-child(3) {
  left: 22%;
}

.product .product-item-grid .icon:nth-child(4) {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.product .product-item-grid .icon:nth-child(5) {
  right: 22%;
}

.product .product-item-grid .icon span {
  height: 40px;
  width: 40px;
  background-color: #15469f;
  color: #fff;
  display: inline-block;
  border-radius: 100%;
  line-height: 2.5;
  margin-right: 5px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  transform: scale(0);
}

.product .product-item-grid .icon span:hover {
  background-color: #ff512e;
  color: #fff;
}

.product .product-item-grid .icon span:before {
  margin: 0px;
  font-size: 16px;
}

.product .product-item-grid .icon span:after {
  display: none;
}

.product .product-item-grid .pro-item:hover .icon span {
  transform: scale(1);
}

.product .cd-slider {
  margin-bottom: 0px;
}

.product .cd-slider li {
  list-style: none;
}

.product .cd-slider-navigation li {
  list-style: none;
}

.product .cd-slider-navigation li a {
  color: #000000;
  opacity: 1;
}

.cd-slider-navigation li a::before,
.cd-slider-navigation li a::after {
  background: #000;
}

.product .cd-item-info {
  display: table;
  text-align: left;
  padding: 40px 40px 40px 0px;
}

.product .cd-item-info p {
  color: #696969;
  margin-top: 0px;
  margin-bottom: 25px;
}

.product .product-item-list {
  width: 96.6%;
  border: 1px solid #f0f0f0;
  overflow: hidden;
  margin: 15px 15px 30px 15px;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.product .product-item-list:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.product .product-item-list .pro-content {
  display: table;
  padding: 30px;
  position: relative;
}

.product .product-item-list .pro-overlay {
  display: none;
}

.product .product-item-list .icon {
  display: none;
}

.product .product-item-list .pro-image {
  margin: 0px;
  width: 30%;
  float: left;
}

.product .product-item-list .pro-rating {
  position: absolute;
  right: 30px;
  top: 30px;
}

.pro-rating a {
  color: #f8b600;
}

.product .pro-button {
  margin: 0px;
}

.product .pro-button li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}

.product .pro-button button {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background-color: #15469f;
  border-radius: 2px;
  padding: 17px 30px;
  outline: none;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.product .pro-button button:hover {
  background-color: #ff512e;
}

.product .pro-button a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background-color: #15469f;
  border-radius: 2px;
  padding: 11px 30px;
}

.product .pro-button a:hover {
  background-color: #ff512e;
}

.pagination {
  display: block;
  text-align: center;
  margin-top: 0px;
  overflow: hidden;
  margin-bottom: 40px;
}

.pagination li {
  margin-right: 10px;
  display: inline-block;
}

.pagination li a {
  color: #222222;
  border: 1px solid #f1f1f1;
  border-radius: 100% !important;
  height: 40px;
  width: 40px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
}

.pagination li a:hover,
.pagination li a:focus,
.pagination li a.active {
  background-color: #ff512e;
  color: #fff;
  border: 1px solid #ff512e;
}

.home-store .product-item-grid {
  width: 100%;
  margin: 0px;
  border: none;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}

.home-store .product-item-grid .pro-content {
  border: none;
}

.por-sidebar-item {
  margin-bottom: 30px;
}

.por-sidebar-item>h4 {
  margin-bottom: 20px;
  color: #212121;
}

.product-sidebar form {
  position: relative;
}

.product-sidebar form input {
  width: 100%;
  border: 1px solid #f0f0f0;
  color: #696969;
  padding: 12px;
  outline: none;
}

.product-sidebar form button {
  position: absolute;
  right: 0px;
  top: 2px;
  font-size: 18px;
  color: #696969;
  background: transparent;
  outline: none;
}

.product-sidebar .pro-categories .panel-group {
  margin: 0px;
}

.product-sidebar .pro-categories .panel-group .panel {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  margin: 0px;
  padding: 10px 0px;
  border-bottom: 1px solid #f7f7f7;
}

.product-sidebar .pro-categories .panel-group .panel:first-child {
  padding-top: 0px;
}

.product-sidebar .pro-categories .panel-group .panel:last-child {
  border: none;
  padding-bottom: 0px;
}

.product-sidebar .pro-categories .panel-default>.panel-heading {
  background-color: #fff;
  border: none;
  padding: 0px;
}

.product-sidebar .pro-categories .panel-title {
  line-height: 2;
}

.product-sidebar .pro-categories .panel-title a {
  position: relative;
  display: block;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  color: #ff512e;
  text-decoration: none;
}

.product-sidebar .pro-categories .panel-title a.collapsed {
  color: #707070;
}

.product-sidebar .pro-categories .panel-title a:hover {
  color: #ff512e;
}

.product-sidebar .pro-categories .panel-title span {
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  height: 30px;
  width: 30px;
  border: 1px solid #f7f7f7;
  border-radius: 100%;
  text-align: center;
  line-height: 2.5;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.product-sidebar .pro-categories .panel-title span.minus {
  background-color: #ff512e;
  border: 1px solid #ff512e;
  color: #fff;
}

.product-sidebar .pro-categories .panel-title a:hover span {
  background-color: #ff512e;
  border: 1px solid #ff512e;
  color: #fff;
}

.product-sidebar .pro-categories .panel-title .collapsed span.plus {
  opacity: 1;
}

.product-sidebar .pro-categories .panel-title span.plus {
  opacity: 0;
}

.product-sidebar .pro-categories .panel-title .collapsed span.minus {
  opacity: 0;
}

.product-sidebar .pro-categories .panel-title span.minus {
  opacity: 1;
}

.product-sidebar .pro-categories .panel-body {
  padding: 0px;
  border: none !important;
}

.product-sidebar .pro-categories .panel-body a {
  display: block;
  font-size: 14px;
  color: #707070;
  text-decoration: none;
}

.product-sidebar .pro-categories .panel-body a:hover {
  color: #ff512e;
}

.product-sidebar .rel-product {
  margin: 0px;
}

.product-sidebar .rel-product li {
  list-style: none;
  border-bottom: 1px solid #f7f7f7;
  padding: 20px 0px;
}

.product-sidebar .rel-product li:first-child {
  padding-top: 0px;
}

.product-sidebar .rel-product li:last-child {
  padding-bottom: 0px;
  border: none;
}

.product-sidebar .rel-product .image {
  float: left;
  margin-right: 10px;
}

.product-sidebar .rel-product .content {
  display: table;
}

.product-sidebar .rel-product h5 {
  line-height: 20px;
}

.product-sidebar .rel-product h5 a {
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  text-decoration: none;
}

.product-sidebar .rel-product span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #222222;
  text-decoration: none;
}

.product-sidebar .rel-product .pro-rating {
  position: relative;
  line-height: 18px;
}

.product-sidebar .rel-product .pro-rating a {
  font-size: 12px;
}

.product-sidebar .pro-filter {
  position: relative;
}

.product-sidebar .pro-filter p {
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  color: #ff512e;
  margin-bottom: 10px;
}

.product-sidebar .pro-filter p span:first-child {
  color: #222222;
}

.product-sidebar .pro-filter input {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: #ff512e;
}

.pro-details {
  margin-bottom: 70px;
}

.pro-details .details h3 {
  font-size: 30px;
  color: #000000;
}

.pro-details .details span {
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  color: #f8b600;
}

.pro-details .details select {
  font-size: 14px;
  color: #696969;
  border: 1px solid #f7f7f7;
  border-radius: 3px;
  padding: 8px 24px;
  margin-bottom: 20px;
  margin-right: 30px;
  outline: none;
}

.pro-details .details .qnt {
  overflow: hidden;
  margin-bottom: 20px;
}

.pro-details .details .qnt a {
  font-size: 14px;
  color: #000000;
  height: 42px;
  width: 42px;
  text-align: center;
  border: 1px solid #f7f7f7;
  border-radius: 3px;
  display: inline-block;
  line-height: 3;
  float: left;
}

.pro-details .details .qnt a:hover {
  color: #f8b600;
}

.pro-details .details .qnt input {
  font-style: normal;
  font-size: 14px;
  color: #696969;
  border: 1px solid #f7f7f7;
  padding: 8.5px 10px;
  outline: none;
  text-align: center;
  width: 56px;
  margin: 0px -1px;
  float: left;
}

.pro-details .details button {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  outline: none;
  width: 100%;
  max-width: 370px;
  padding: 18px 15px;
}

.pro-description {
  margin-bottom: 50px;
}

.pro-description .nav-tabs {
  border-bottom: 4px solid #fafafa;
  margin-bottom: 30px;
}

.pro-description .nav-tabs>li>a {
  font-size: 20px;
  font-weight: 700;
  color: #15469f;
  border: none;
  border-bottom: 4px solid #fafafa;
  margin-bottom: -3px;
  padding: 10px 0px;
  margin-right: 40px;
}

.pro-description .nav-tabs>li>a:hover {
  background: transparent;
  border: none;
}

.pro-description .nav-tabs>li.active>a,
.pro-description .nav-tabs>li.active>a:focus,
.pro-description .nav-tabs>li.active>a:hover {
  color: #ff512e;
  background: transparent;
  border: none;
  border-bottom: 4px solid #ff512e;
}

.pro-description .pro-reviews {
  margin-bottom: 30px;
}

.pro-description h4 {
  position: relative;
  color: #15469f;
}

.pro-description h4:before {
  position: absolute;
  height: 4px;
  width: 100px;
  left: 0;
  bottom: -4px;
  background-color: #65ac4c;
}

.pro-description .review-item {
  border-bottom: 1px solid #f0f0f0;
  padding: 30px 0px;
}

.pro-description .review-item:last-child {
  border: none;
}

.pro-description .review-item .image {
  height: 80px;
  width: 80px;
  border-radius: 100%;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}

.pro-description .review-item .image img {
  width: 100%;
}

.pro-description .review-item .content {
  display: table;
}

.pro-description .review-item .content .title {
  overflow: hidden;
}

.pro-description .review-item .content h5 {
  font-size: 20px;
  font-weight: 700;
  float: left;
  margin-right: 20px;
  color: #212121;
}

.pro-description .review-item .content span {
  float: left;
  font-size: 15px;
  line-height: 34px;
  color: #696969;
}

.pro-description .review-item .content .pro-rating {
  float: right;
  line-height: 18px;
  margin-bottom: 10px;
}

.pro-description .review-item p {
  margin: 0px;
}

.pro-description .review-form h4 {
  color: #15469f;
  margin-bottom: 20px;
}

.pro-description .review-form .form-item {
  width: 100%;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  padding: 12px 15px;
  margin-bottom: 30px;
  outline: none;
  font-size: 14px;
  color: #696969;
}

.pro-description .review-form span {
  float: left;
  margin-right: 20px;
  font-size: 14px;
  color: #696969;
  line-height: 3.4;
}

.pro-description .review-form .pro-rating {
  line-height: 3.3;
}

.pro-description .review-form button {
  font-size: 16px;
  font-weight: 700;
  outline: none;
  padding: 18px 26px;
}

.shop-cart .shop-table {
  margin-bottom: 60px;
}

.shop-cart table {
  border-color: #e4e7e9;
  border-radius: 2px;
  min-width: 940px;
  overflow-x: auto;
}

.shop-cart table thead {
  background-color: #15469f;
}

.shop-cart table tr th {
  text-align: center;
  padding: 15px 30px;
  border: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #fff;
}

.shop-cart table tr .title {
  text-align: left;
}

.shop-cart table tr td {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #000000;
  border-color: #f0f0f0;
  border-right: none;
  padding: 30px;
}

.shop-cart table tr td:last-child {
  border-right: 1px solid #f0f0f0;
}

.shop-cart table tr .product-thumbnail {
  text-align: left;
}

.shop-cart table tr .product-thumbnail .image {
  float: left;
  margin-right: 20px;
}

.shop-cart table tr .product-thumbnail .content {
  display: table;
  margin-top: 28px;
}

.shop-cart table tr .product-thumbnail h4 {
  font-size: 20px;
  line-height: 24px;
}

.shop-cart table tr .product-thumbnail h4 a {
  text-decoration: none;
  color: #222222;
  font-size: 20px;
}

.shop-cart table tr img {
  border: 1px solid #f0f0f0;
}

.shop-cart table tr span {
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  line-height: 24px;
  color: #222222;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.shop-cart table tr .quantity a {
  display: block;
  color: #222222;
  font-size: 16px;
  line-height: 36px;
  height: 42px;
  width: 42px;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  text-align: center;
  float: left;
}

.shop-cart table tr .quantity a:hover {
  background-color: #ff512e;
  border: 1px solid #ff512e;
  color: #fff !important;
}

.shop-cart table tr .quantity input {
  color: #222222;
  text-align: center;
  width: 60px;
  float: left;
  margin: 0px -1px;
  border: 1px solid #f0f0f0;
  padding: 5px 8px;
  outline: none;
  line-height: 30px;
}

.shop-cart table tr .total-cart {
  border-right: none;
}

.shop-cart table tr .remove-cart {
  width: 120px;
  text-align: right;
}

.shop-cart table tr .remove-cart span {
  height: 18px;
  width: 18px;
  background-color: #222222;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
  cursor: pointer;
}

.shop-cart table tr:hover .product-thumbnail h4 a,
.shop-cart table tr:hover span,
.shop-cart table tr:hover .quantity a,
.shop-cart table tr:hover .quantity input {
  color: #ff512e;
}

.shop-cart table tr:hover .remove-cart span {
  background-color: #ff512e;
  color: #fff;
}

.shop-cart table tr .coupon {
  float: left;
}

.shop-cart table tr .coupon input:first-child {
  width: 285px;
  border: 1px solid #f0f0f0;
  border-radius: 2px 0px 0px 2px;
  padding: 8px 15px;
  outline: none;
  background-color: transparent;
  color: #696969;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  float: left;
}

.shop-cart table tr .coupon input:last-child {
  background-color: #15469f;
  color: #fff;
  padding: 9px 26px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  outline: none;
  border-radius: 0px 2px 2px 0px;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.shop-cart table tr .coupon input:last-child:hover {
  background-color: #15469f;
}

.shop-cart table tr .update {
  float: right;
}

.shop-cart table tr .update input {
  background-color: #ff512e;
  color: #fff;
  padding: 9px 26px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  outline: none;
  border-radius: 2px;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.shop-cart table tr .update input:hover {
  background-color: #ff512e;
}

.shop-cart table tr .update input:first-child {
  color: #fff;
  background-color: #15469f;
}

.shop-cart table tr .update input:first-child:hover {
  background-color: #15469f;
}

.shop-cart table tr .update input:last-child {
  float: right;
  margin-left: 20px;
}

.shop-cart .shipping h4,
.shop-cart .cart-total h4 {
  line-height: 24px;
  color: #15469f;
  margin-bottom: 20px;
}

.shop-cart .shipping select {
  font-size: 14px;
  color: #696969;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  padding: 7px 15px;
  outline: none;
  margin-bottom: 20px;
}

.shop-cart .shipping select:nth-child(2) {
  width: 100%;
}

.shop-cart .shipping select:nth-child(3) {
  width: 48%;
  float: left;
}

.shop-cart .shipping select:nth-child(4) {
  width: 48%;
  float: right;
}

.shop-cart .shipping input {
  background-color: #15469f;
  color: #fff;
  padding: 8px 26px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  outline: none;
  border-radius: 2px;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.shop-cart .shipping input:hover {
  background-color: #ff512e;
}

.shop-cart .cart-total p {
  font-size: 14px;
  line-height: 32px;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  color: #696969;
  padding: 4px 15px;
  margin-bottom: 20px;
}

.shop-cart .cart-total p span {
  float: right;
  color: #fcb614;
}

/*  25  - Subscribe
----------------------------------------------*/
.subscribe {
  background-color: #ff512e;
  padding: 55px 0px;
  position: relative;
}

.subscribe h3 {
  color: #fff;
  float: left;
}

.subscribe form {
  text-align: right;
}

.subscribe form input {
  outline: none;
}

.subscribe form input:first-child {
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 16px 20px;
  background-color: #ff512e;
  color: #fff;
  border-radius: 2px;
  width: 68%;
  float: left;
}

.subscribe form input:last-child {
  background-color: #fff;
  color: #ff512e;
  font-size: 16px;
  font-weight: 700;
  padding: 20px 40px;
  margin-left: 5px;
}

.subscribe ::-webkit-input-placeholder {
  color: #fff;
  font-family: "Open Sans", sans-serif;
}

.subscribe :-moz-placeholder {
  color: #fff;
  font-family: "Open Sans", sans-serif;
}

.subscribe ::-moz-placeholder {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

.subscribe :-ms-input-placeholder {
  color: #fff;
  font-family: "Open Sans", sans-serif;
}

.subscribe-two::before {
  display: none;
}

/*  26  - 404 Error
----------------------------------------------*/
.error-page {
  text-align: center;
}

.error-page .error-content {
  text-align: center;
}

.error-page .error-content h2 {
  font-style: normal;
  font-size: 200px;
  line-height: 200px;
  color: #ff512e;
}

.error-page .error-content h3 {
  font-size: 40px;
  color: #15469f;
}

.error-page .error-content p {
  color: #212121;
  font-size: 18px;
  line-height: 30px;
}

.error-page .error-icon {
  text-align: center;
  line-height: 1;
}

.error-page .error-icon span:before {
  font-size: 370px;
  color: #15469f;
}

#rs-footer {
  background-color: #003e59;
  background-position: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 768px) and (max-width: 991px) {
  #rs-footer {
    padding: 0 2rem;
  }
}

@media (max-width: 768px) {
  #rs-footer {
    padding: 0 1rem;
  }
}

#rs-footer::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

#rs-footer.has-footer-contact .contact-container {
  position: relative;
}

#rs-footer.has-footer-contact .footer-contact-desc {
  margin: 0;
  background: #003e59;
  border-radius: 15px;
  box-shadow: 40px 0 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 35px;
  transform: translateY(-50%);
  z-index: 111;
  position: relative;
}

#rs-footer.has-footer-contact .footer-contact-desc .widget_text {
  margin-bottom: 0;
}

#rs-footer .widget {
  text-align: left;
  color: #afb0b2;
}

#rs-footer.has-footer-contact .footer-contact-desc .contact-inner {
  position: relative;
}

#rs-footer.has-footer-contact .footer-contact-desc .contact-inner .contact-title {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
}

#rs-footer.has-footer-contact .footer-contact-desc .contact-inner .address-icon::before {
  content: "\f041";
  font-family: fontAwesome;
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 28px;
  color: #ff512e;
  transform: translateX(-50%);
}

#rs-footer.has-footer-contact .footer-contact-desc .contact-inner .address-icon,
#rs-footer.has-footer-contact .footer-contact-desc .contact-inner .phone-icon {
  padding-top: 40px;
}

#rs-footer.has-footer-contact .footer-contact-desc .contact-inner .contact-desc {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
  font-size: 15px;
  text-align: center;
}

#rs-footer.has-footer-contact .footer-contact-desc div[class*=col-]+div[class*=col-] .contact-inner::before {
  left: 3px;
}

#rs-footer.has-footer-contact .footer-contact-desc div[class*=col-]+div[class*=col-] .contact-inner::before,
#rs-footer.has-footer-contact .footer-contact-desc div[class*=col-]+div[class*=col-] .contact-inner::after {
  content: "";
  position: absolute;
  height: calc(100% - 40px);
  width: 1px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
}

#rs-footer.has-footer-contact .footer-contact-desc .contact-inner .phone-icon::before {
  content: "\f095";
  font-family: fontAwesome;
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 28px;
  color: #ff512e;
  transform: translateX(-50%);
}

#rs-footer.has-footer-contact .footer-contact-desc div[class*=col-]+div[class*=col-] .contact-inner::after {
  left: -5px;
}

#rs-footer.has-footer-contact .footer-contact-desc div[class*=col-]+div[class*=col-] .contact-inner::before,
#rs-footer.has-footer-contact .footer-contact-desc div[class*=col-]+div[class*=col-] .contact-inner::after {
  content: "";
  position: absolute;
  height: calc(100% - 40px);
  width: 1px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

#rs-footer.has-footer-contact .footer-contact-desc div[class*=col-]+div[class*=col-] .contact-inner {
  border-left: 1px solid #ffffff;
}

#rs-footer.has-footer-contact .footer-contact-desc .contact-inner .mail-icon {
  padding-top: 40px;
}

#rs-footer.has-footer-contact .footer-contact-desc .contact-inner .mail-icon::before {
  content: "\f003";
  font-family: fontAwesome;
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 28px;
  color: #ff512e;
  transform: translateX(-50%);
}

#rs-footer.has-footer-contact .footer-contact-desc .contact-inner .contact-desc a {
  color: rgba(255, 255, 255, 0.7);
}

#rs-footer .footer-top .about-widget img {
  margin-bottom: 20px;
}

#rs-footer .widget {
  text-align: left;
  color: #afb0b2;
}

#rs-footer .footer-top a,
#rs-footer .footer-top p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  text-decoration: none;
}

#rs-footer .footer-top h3.footer-title {
  margin-bottom: 20px;
  padding-bottom: 5px;
  color: #ffffff;
  font-size: 20px;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 18px !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  #rs-footer .footer-top h3.footer-title {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  #rs-footer .footer-top h3.footer-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 575px) {
  #rs-footer .footer-top h3.footer-title {
    font-size: 1.4rem;
  }
}

#rs-footer .footer-top h3.footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 1px;
  width: 50px;
  background-color: #fff;
}

.footer-top .recent-post-widget {
  margin-top: 50px;
}

#rs-footer .footer-top .recent-post-widget .post-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

#rs-footer .footer-top .recent-post-widget .post-item .post-date {
  width: 70px;
  height: 65px;
  flex: 0 0 70px;
  text-align: center;
  color: #ffffff;
  margin-right: 15px;
  transition: all 0.3s ease 0s;
  background: #ff512e;
  line-height: 27px;
  padding-top: 6px;
}

.footer-top .recent-post-widget .post-date span {
  display: block;
  font-size: 16px;
}

#rs-footer .footer-top .recent-post-widget .post-item .post-title {
  font-size: 15px;
  line-height: 24px !important;
  margin-bottom: 0;
  font-weight: 400;
}

#rs-footer .footer-top .recent-post-widget .post-item:last-child {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-top ul {
  list-style: none !important;
  margin: 0 !important;
}

.footer-top .container,
.footer-top ul,
.footer-top ul li,
.footer-top li a {
  position: relative;
  z-index: 100;
}

#rs-footer .footer-top ul#menu-footer-menu li {
  border: none;
  padding: 4px 0 4px 14px;
  line-height: 20px;
  margin-bottom: 0.5rem;
}

ul#menu-footer-menu {
  padding-left: 0;
}

.widget ul li::before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  left: 0;
  top: auto;
  display: block !important;
  color: #fff;
}

#rs-footer .footer-top .mc4wp-form {
  padding: 0;
  background: transparent;
  width: 100%;
  margin: 0;
}

#rs-footer .footer-top .mc4wp-form-fields {
  position: relative;
}

#rs-footer .footer-top .mc4wp-form-fields .form-inner {
  position: relative;
  max-width: 280px;
}

#rs-footer .footer-top .mc4wp-form-fields .form-inner::before {
  content: "\f1d9";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  right: 30px;
  top: 6px;
  color: #ffffff;
  pointer-events: none;
  z-index: 11;
  font-size: 20px;
}

#rs-footer .footer-top .mc4wp-form-fields input[type=email],
#rs-footer .footer-top .mc4wp-form-fields input[type=submit] {
  box-shadow: none;
}

#rs-footer .footer-top .mc4wp-form-fields input[type=email] {
  font-size: 14px;
  padding: 12px 0 12px 16px;
  border: none;
  border-radius: 25px !important;
  height: 46px;
  position: relative;
  width: 186px;
  border-radius: 0;
  display: block;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  outline: none;
  width: 100%;
}

#rs-footer .footer-top .mc4wp-form-fields input[type=submit] {
  position: absolute;
  border-radius: 25px;
  top: 2px;
  right: 2px;
  background: #ff512e;
  color: #fff;
  padding: 10px 16px;
  border: 0;
  transition: 0.2s;
  height: auto;
  font-size: 0;
  height: 42px;
  width: 74px;
  min-width: auto !important;
  outline: none;
}

#rs-footer .footer-top .mc4wp-form-fields input[type=email],
#rs-footer .footer-top .mc4wp-form-fields input[type=submit] {
  box-shadow: none;
}

@media (max-width: 575px) {
  .footer-top {
    display: none;
  }
}

#rs-footer .footer-share {
  text-align: center;
  margin-top: 0;
  position: relative;
  z-index: 1;
}

.footer-share ul {
  margin-left: 0;
}

#rs-footer .footer-share ul li {
  display: inline-block;
}

#rs-footer .footer-share ul li+li {
  margin-left: 5px;
}

#rs-footer .footer-share ul li a {
  font-size: 16px;
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  line-height: 44px;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease 0s;
  background: rgb(255, 81, 46);
}

@media (min-width: 768px) and (max-width: 991px) {
  #rs-footer .footer-share ul li a {
    font-size: 12px;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}

@media (max-width: 768px) {
  #rs-footer .footer-share ul li a {
    font-size: 20px;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 33px;
  }
}

@media (max-width: 575px) {
  #rs-footer .footer-share ul li a {
    font-size: 8px;
    display: block;
    width: 16px;
    height: 16px;
    line-height: 30px;
  }
}

#rs-footer .footer-share ul li a:hover {
  background: #fff;
  color: rgb(255, 81, 46);
}

#rs-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 1rem 0;
  position: relative;
  z-index: 1;
  margin-top: 4rem;
}

@media (max-width: 575px) {
  #rs-footer .footer-bottom {
    margin-top: 12rem;
    padding: 0;
    padding: 0;
  }
}

#rs-footer .footer-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: space-around;
  align-items: center;
  padding: 1rem 0;
}

@media (max-width: 575px) {
  #rs-footer .footer-bottom-inner {
    padding: 1.5rem 0;
    align-items: center;
    justify-content: center;
  }
}

#rs-footer .footer-bottom-logo {
  max-height: 8rem;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  #rs-footer .footer-bottom-logo {
    height: 7rem !important;
    width: auto;
  }
}

@media (max-width: 768px) {
  #rs-footer .footer-bottom-logo {
    order: 1;
    height: 6rem !important;
    width: auto;
  }
}

@media (max-width: 575px) {
  #rs-footer .footer-bottom-logo {
    height: 5rem !important;
    width: auto;
  }
}

.footer-bottom .copyright {
  font-size: 14px;
}

@media (max-width: 768px) {
  .footer-bottom .copyright {
    order: 3;
    text-align: center;
    display: block;
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .footer-bottom .copyright {
    margin-top: 0;
  }
}

#rs-footer .footer-bottom .copyright p {
  opacity: 0.95;
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
  #rs-footer .footer-bottom .copyright p {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  #rs-footer .footer-bottom .copyright p {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  #rs-footer .footer-bottom .copyright p {
    font-size: 8px;
  }
}

.footer-bottom .copyright p a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  padding: 0 5px;
}

.footer-bottom .copyright p a:hover {
  color: rgb(255, 81, 46);
}

@media (max-width: 768px) {
  #rs-footer .footer-top .mc4wp-form-fields .form-inner {
    margin: auto;
  }

  #rs-footer .widget {
    overflow: hidden;
    margin: 30px 0;
  }
}

@media (max-width: 991px) {

  #rs-footer.has-footer-contact .footer-contact-desc div[class*=col-]+div[class*=col-] .contact-inner::before,
  #rs-footer.has-footer-contact .footer-contact-desc div[class*=col-]+div[class*=col-] .contact-inner::after {
    display: none;
  }

  #rs-footer.has-footer-contact .footer-contact-desc div[class*=col-]+div[class*=col-] .contact-inner {
    border: none;
  }

  #rs-footer.has-footer-contact .footer-contact-desc {
    position: static;
    transform: translateY(15%);
  }

  #rs-footer.has-footer-contact .footer-top {
    padding-top: 160px;
  }

  .header-middle {
    display: none;
  }
}

/*  28  - Preloader
----------------------------------------------*/
.loader {
  background: #252525;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.spinner {
  margin: 100px auto;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 10px;
}

.spinner>div {
  background-color: #2ecc71;
  height: 100%;
  width: 7px;
  display: inline-block;
  -moz-animation: stretchdelay 1.1s infinite ease-in-out;
  -webkit-animation: stretchdelay 1.1s infinite ease-in-out;
  animation: stretchdelay 1.1s infinite ease-in-out;
}

.spinner .rect2 {
  background-color: #3498db;
  -moz-animation-delay: -1s;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner .rect3 {
  background-color: #9b59b6;
  -moz-animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect4 {
  background-color: #e67e22;
  -moz-animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.spinner .rect5 {
  background-color: #c0392b;
  -moz-animation-delay: -0.7s;
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.spinner .rect6 {
  background-color: #e74c8c;
  -moz-animation-delay: -0.6s;
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

@-moz-keyframes stretchdelay {

  0%,
  40%,
  100% {
    -moz-transform: scaleY(0.4);
  }

  20% {
    -moz-transform: scaleY(1);
  }
}

@-webkit-keyframes stretchdelay {

  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes stretchdelay {

  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

/*-------------- Student Section ----------------*/
.our-student {
  background: #f7f7f7;
}

.our-student .section-header,
.courses-button {
  /* z-index: 1;
  position: relative; */
}

.our-student .section-header h3 {
  /* color: #fff; */
}

.our-student .section-header p {
  /* color: #fff; */
}

.student-slider {
  position: relative;
  transition: 0.3s;
}

.student-slider .student-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.845em;
  background-color: #003e59;
  /* box-shadow: 0px 0px 15px -6px #000; */
}

.student-slider .student-item:hover .student-thumb img {
  transform: scale(1.3);
}

.student-slider .student-item .content-left {
  width: 200px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.student-slider .student-item .content-left .content-left-shap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #ff512e;
  transform: skew(43.4deg);
  transform-origin: bottom left;
  z-index: 1;
  transition: 0.4s;
}

.student-slider .student-item .student-thumb {
  margin: 20px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 50%;
  border: 4px solid #fff;
}

.our-student .teacher-content {
  width: 100%;
  padding: 40px 0;
}

.student-slider .student-item img {
  /* border-radius: 50%;
  border: 4px solid #f8fbff; */
  transition: all 0.3s ease;
}

.student-slider .student-item .content-right {
  width: calc(100% - 200px);
  display: flex;
  align-items: center;
}

.student-content h6.desi {
  margin-bottom: 10px;
  color: #fff;
}

.student-content .name {
  color: #fff;
}

.student-content .details {
  color: #fff;
}

.student-button-prev,
.student-button-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #f7f7f7;
  text-align: center;
  border-radius: 3px;
  color: #000;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 25px);
  z-index: 99;
  transition: 0.3s;
}

.student-button-prev.swiper-button-disabled,
.student-button-next.swiper-button-disabled {
  background: #000;
  color: #fff;
  cursor: no-drop;
}

.student-button-prev {
  left: 0;
  transform: translateX(-40px);
}

.student-button-next {
  right: 0;
  transform: translateX(40px);
}

/* .our-student .courses-button {
  margin-bottom: 0;
  margin-top: 40px;
} */
.our-student .courses-button .button-default {
  padding: 11px 60px;
}

.student-slider:hover .student-button-next {
  transform: translateX(-10px);
}

.student-slider:hover .student-button-prev {
  transform: translateX(10px);
}

@media (max-width: 450px) {
  .student-slider .student-item .content-left {
    width: 100%;
  }

  .student-slider .student-item .content-right {
    width: 100%;
  }

  .student-slider .student-item .content-left .content-left-shap {
    transform: skew(44deg);
  }

  .our-student .teacher-content {
    padding-left: 20px;
  }

  .student-slider .student-item .content-right .student-content {
    padding: 15px;
  }

  .student-slider .student-item .content-right .student-content p {
    margin-bottom: 10px;
  }
}

/* certificate giving */
.certificate {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 10rem;
}

.certificate [class*=col-] {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

.certificate .section-header h3 {
  color: #003e59;
}

.certificate .section-header p {
  /* color: #fff; */
  font-size: 20px;
}

.certificate .certificate-item {
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 62, 89, 0.1);
  transition: all 0.3s;
}

@media (min-width: 768px) and (max-width: 991px) {
  .certificate .certificate-item {
    margin-top: 1.5rem;
  }
}

@media (max-width: 575px) {
  .certificate .certificate-item {
    margin-top: 2rem;
  }
}

.certificate .certificate-item:hover {
  transform: translateY(-1rem);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.certificate .certificate-item:hover .certificate-thumb img {
  filter: brightness(0.7);
}

.certificate .certificate-thumb img {
  width: 100%;
  position: relative;
  transition: all 0.3s;
}

.certificate .certificate-content {
  padding: 30px;
}

.certificate .certificate-content-footer {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 2rem;
  color: #1f1e1e;
  opacity: 0.9;
}

.certificate .certificate-content-footer .date,
.certificate .certificate-content-footer .place {
  font-size: 1.4rem;
}

.certificate .certificate-content h5 {
  color: #003e59;
  margin-bottom: 15px;
  text-decoration: none;
  display: block;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  text-align: left;
  font-weight: bold;
  color: #1f1e1e;
}

.certificate .certificate-content p {
  margin-bottom: 0;
  color: #1f1e1e;
  text-align: center;
  text-align: left;
  transition: all 0.3s;
  font-size: 1.6rem;
  line-height: 2.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.certificate-button {
  text-align: center;
  margin-top: 30px;
}

.certificate-button .button-default {
  padding: 11px 60px;
}

.advertisement {
  padding: 10rem 0;
}

.advertisement .advertisement__item img {
  width: 100%;
  height: 40rem;
}

.advertisement .slick-dots {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

.advertisement .slick-dots li {
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  background: #1f1e1e;
  opacity: 0.3;
}

.advertisement .slick-dots li.slick-active {
  background-color: #f37021;
  opacity: 0.8;
}

.advertisement .slick-dots li button {
  font-size: 0;
  display: none;
}

.ad__text--slide {
  width: 100%;
  height: 40rem;
  background: linear-gradient(135deg, #11586d 0%, #1a7a96 100%);
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  border-radius: 0.5rem;
}
.ad__text--inner {
  max-width: 80rem;
  text-align: center;
  color: #fff;
}
.ad__text--inner h3 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.8rem;
  line-height: 1.4;
}
.ad__text--inner .ad__hotline {
  font-size: 1.8rem;
  font-weight: 700;
  color: #f7c07a;
  margin-bottom: 1.5rem;
}
.ad__text--inner p {
  font-size: 1.5rem;
  color: rgba(255,255,255,0.9);
  line-height: 2.2rem;
  margin-bottom: 1rem;
}
.ad__text--inner .ad__tagline {
  font-size: 1.6rem;
  font-weight: 700;
  color: #f7c07a;
  margin: 0;
}

.photo-gallery .gallery-bg {
  background-image: url(http://youthict.com/app/images/bg/prime_final.jpg);
  min-height: 500px;
  background-position: center center;
  background-size: cover;
}

.photo-gallery .photo-caption {
  max-width: 450px;
  height: 450px;
  position: relative;
}

.photo-gallery .photo-caption p {
  color: #fff;
  position: absolute;
  bottom: 0;
  font-size: 24px;
  line-height: 1.2;
}

.teachers-four .teacher-item {
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: rgba(255, 81, 46, 0.6705882353);
}

.teachers-four .teacher-item .image {
  overflow: hidden;
  height: auto;
  width: 25%;
  margin: 0 auto;
  position: relative;
  border: 2px solid #ff6788;
  border-radius: 3px;
}

.teachers-four .teacher-item .image img {
  transition: all 0.3s ease;
}

.teachers-four .teacher-item:hover .image img {
  transform: scale(1.2);
}

.teacher-content {
  width: 75%;
  text-align: left;
  padding: 10px;
}

.col-md-12.col-xs-12:nth-child(2) .teacher-item {
  background: #50c152;
}

.col-md-12.col-xs-12:nth-child(3) .teacher-item {
  background: rgba(232, 29, 255, 0.7411764706);
}

.col-md-12.col-xs-12:nth-child(4) .teacher-item {
  background: rgba(149, 29, 255, 0.7411764706);
}

.col-md-12.col-xs-12:nth-child(5) .teacher-item {
  background: rgba(29, 55, 255, 0.7411764706);
}

.col-md-12.col-xs-12:nth-child(6) .teacher-item {
  background: rgba(29, 201, 255, 0.7411764706);
}

.col-md-12.col-xs-12:nth-child(7) .teacher-item {
  background: rgba(239, 121, 17, 0.8588235294);
}

.col-md-12.col-xs-12:nth-child(8) .teacher-item {
  background: rgba(202, 174, 33, 0.8588235294);
}

.col-md-12.col-xs-12:nth-child(9) .teacher-item {
  background: rgba(42, 101, 18, 0.8588235294);
}

.col-md-12.col-xs-12:nth-child(10) .teacher-item {
  background: #352b6f;
}

.col-md-12.col-xs-12:nth-child(11) .teacher-item {
  background: rgba(255, 29, 121, 0.7411764706);
}

.col-md-12.col-xs-12:nth-child(12) .teacher-item {
  background: #ff1d79;
}

.col-md-12.col-xs-12:nth-child(2) .image {
  border-color: #50c152;
}

.col-md-12.col-xs-12:nth-child(3) .image {
  border-color: rgba(232, 29, 255, 0.7411764706);
}

.col-md-12.col-xs-12:nth-child(4) .image {
  border-color: rgba(149, 29, 255, 0.7411764706);
}

.col-md-12.col-xs-12:nth-child(5) .image {
  border-color: rgba(29, 55, 255, 0.7411764706);
}

.col-md-12.col-xs-12:nth-child(6) .image {
  border-color: rgba(29, 201, 255, 0.7411764706);
}

.col-md-12.col-xs-12:nth-child(7) .image {
  border-color: rgba(239, 121, 17, 0.8588235294);
}

.col-md-12.col-xs-12:nth-child(8) .image {
  border-color: rgba(202, 174, 33, 0.8588235294);
}

.col-md-12.col-xs-12:nth-child(9) .image {
  border-color: rgba(42, 101, 18, 0.8588235294);
}

.col-md-12.col-xs-12:nth-child(10) .image {
  border-color: #352b6f;
}

.col-md-12.col-xs-12:nth-child(11) .image {
  border-color: rgba(255, 29, 121, 0.7411764706);
}

.col-md-12.col-xs-12:nth-child(12) .image {
  border-color: #ff1d79;
}

.teacher-content .name {
  color: #fff;
}

.teacher-content ul li {
  list-style: none;
}

.teacher-content ul li .info {
  width: 110px;
  float: left;
  position: relative;
  color: #fff;
  padding-right: 10px;
}

.teacher-item .teacher-content ul li .info {
  width: 120px;
}

.teacher-content ul li .info::after {
  position: absolute;
  content: ":";
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.teacher-content ul li .details {
  color: #fff;
}

.teacher-content ul li .details.disi {
  font-size: 14px;
}

.teacher-content ul li .details.name {
  color: #fff;
  font-size: 20px;
}

.teacher-content ul li .info.name {
  font-weight: 700;
}

.job-getters .teacher-content ul li .info {
  width: 120px;
}

.teachers-four .teacher-item .image img {
  width: 100%;
}

.teachers-four .teacher-item .content h3 {
  font-weight: 700;
  font-size: 24px;
  color: #000;
}

.teachers-four .teacher-item .content h3 a {
  text-decoration: none;
}

.teachers-four .teacher-item .content span {
  display: block;
  font-size: 15px;
  margin-bottom: 13px;
  color: #000;
  line-height: 1.7;
}

.teachers-four .teacher-item .content ul {
  display: inline-block;
  margin: 0 auto;
}

/* video section start here */
/* .video-section {
  overflow: hidden;
  position: relative;
  height: 400px;
} */
.video-left {
  width: 100%;
  position: relative;
}

.video-right {
  width: 100%;
}

.video-left .video-thumb {
  background: url("../../images/bg-img-7.jpg");
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.video-right .video-thumb {
  background: url("../../images/map.png"), #003e59;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  outline: none;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.video-icon i {
  color: #ff512e;
}

.video-icon:hover {
  background: #ff512e;
}

.video-icon:hover i {
  color: #fff;
}

@media (min-width: 992px) {
  .video-section .section-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .video-left {
    width: 50%;
  }

  .video-right {
    width: 50%;
  }
}

/* Brance Apply */
.branch-apply {
  background: #fff;
}

.branch-apply .branch-wrapper {
  text-align: center;
  margin-top: -180px;
}

.branch-apply .branch-wrapper .branch-inner {
  background: #fff;
}

.branch-apply .branch-wrapper .branch-inner label {
  text-align: left;
  display: block;
  margin: 10px 0;
  color: #fff;
}

.branch-apply .branch-wrapper .branch-inner h4 {
  display: block;
  text-align: left;
  padding: 15px 0 0;
  color: #fff;
}

.branch-apply .branch-wrapper input {
  width: 100%;
  padding: 14px 15px;
  margin-bottom: 30px;
  border: 1px solid #f0f0f0;
  background-color: #f8f8f8;
  outline: none;
  float: left;
}

.branch-apply .branch-wrapper input[type=file] {
  width: 100%;
}

.branch-apply .branch-wrapper form input:nth-child(2n+1) {
  width: 100%;
  margin-right: 0;
}

.branch-apply .branch-wrapper form input:nth-child(2n) {
  width: 100%;
}

.branch-apply .branch-wrapper label {
  width: 100%;
}

@media (max-width: 576px) {

  /* .branch-apply .branch-wrapper{
      margin-top: -340px;
  } */
  .branch-thumb {
    border: 10px solid transparent;
  }
}

@media (min-width: 576px) {
  .branch-apply .branch-wrapper input[type=file] {
    width: 100% !important;
  }

  .branch-apply .branch-wrapper form input:nth-child(2n+1) {
    width: 49%;
    margin-right: 2%;
  }

  .branch-apply .branch-wrapper form input:nth-child(2n) {
    width: 49%;
  }

  .branch-apply .branch-wrapper label {
    width: 49%;
  }
}

.branch-apply .branch-wrapper select {
  width: 100%;
  padding: 14px 15px;
  margin-bottom: 30px;
  border: 1px solid #f0f0f0;
  background-color: #f8f8f8;
  outline: none;
}

.branch-apply .branch-wrapper textarea {
  width: 100%;
  padding: 14px 15px;
  margin-bottom: 30px;
  border: 1px solid #f0f0f0;
  background-color: #f8f8f8;
  outline: none;
}

.branch-apply .branch-wrapper button {
  /* width: 100%; */
  padding: 17px 15px;
  margin-top: 20px;
  background-color: #f8f8f8;
  color: #ff512e;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  float: left;
}

.branch-apply .branch-wrapper button:hover {
  background-color: #15469f;
  color: #fff;
}

.branch-apply .branch-wrapper .branch-inner {
  display: inline-block;
  padding: 60px 30px 45px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  max-width: 1010px;
  background: rgba(255, 81, 46, 0.9411764706);
}

@media (min-width: 1200px) {
  .branch-apply .branch-wrapper .branch-inner {
    margin-bottom: 60px;
  }
}

/* Result Section */
.result-wrap {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

.result-inner {
  max-width: 650px;
  margin: 0 auto;
  padding: 100px 60px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background: #0b0b0b;
}

.result-inner .site-identity {
  margin-bottom: 50px;
}

.result-wrap .result-form input {
  width: 100%;
  padding: 14px 15px;
  margin-bottom: 10px;
  border: 1px solid #f0f0f0;
  background-color: #fff;
  outline: none;
}

.result-wrap .result-form button {
  width: 100%;
  padding: 17px 15px;
  margin-top: 20px;
  background-color: #fff;
  color: #696969;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.result-wrap .result-form button:hover {
  background-color: #15469f;
  color: #fff;
}

@media (max-width: 576px) {
  .result-inner {
    padding: 60px 20px;
  }
}

@media (min-width: 576px) {

  .result-wrap .result-form input,
  .result-wrap .result-form button {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .result-wrap {
    margin-bottom: 40px;
  }

  .result-inner {
    margin-bottom: 40px;
  }
}

/* result-submit section start here */
.submit-result {
  margin-bottom: 60px;
}

.submit-result .result-inner {
  padding: 100px 20px;
  margin-bottom: 0px;
}

.panel.result-output {
  border: 3px solid #0b0b0b;
  background: #f8f8f8;
  position: relative;
}

.panel.result-output::after {
  position: absolute;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  height: 100%;
}

.panel-body {
  position: relative;
  z-index: 111;
  background: rgba(0, 0, 0, 0.9098039216);
}

.panel-pad {
  padding: 10px !important;
}

table.table.table-bordered {
  padding: 30px 0;
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
  border-collapse: collapse;
  color: #fff;
}

.submit-result td.dote {
  width: 40px;
  text-align: center;
}

.submit-result .student-thumb {
  width: 100px;
  height: 100px;
  overflow: hidden;
  float: right;
  border: 3px solid #fff;
  border-radius: 3px;
}

.branch-director {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 3px;
  position: relative;
  border: 3px solid #0b0b0b;
}

.director-information {
  position: relative;
  z-index: 111;
  background: rgba(11, 11, 11, 0.9411764706);
  padding: 10px;
}

.branch-director::after {
  position: absolute;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  height: 100%;
}

.submit-result .branch-director-thumb {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 3px;
}

.branch-director-content {
  width: calc(100% - 100px);
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.branch-director-content h4 {
  color: #fff;
  font-size: 18px;
}

.branch-director-content h5 {
  color: #fff;
}

.branch-director-content h4 span {
  font-size: 15px;
  font-weight: 400;
}

.branch-left,
.branch-right {
  text-align: center;
}

.branch-right span {
  color: #fff;
  display: block;
}

.branch-right span>span {
  font-weight: 900;
  font-size: 20px;
}

@media (min-width: 768px) {
  .branch-director-content {
    justify-content: space-between;
  }
}

@media (max-width: 991px) {
  .panel.result-output {
    margin-top: 30px;
  }

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

  .submit-result .student-thumb {
    margin: auto;
    float: none;
    margin-top: 30px;
  }
}

@media (max-width: 576px) {
  .director-information {
    padding: 10px;
  }

  .branch-director-content h4 {
    font-size: 18px;
  }

  .branch-director-content h4 span {
    font-size: 16px;
  }

  .branch-director-content h5 {
    font-size: 16px;
  }

  .submit-result .branch-director-thumb {
    width: 100%;
    height: auto;
  }

  .submit-result .branch-director-thumb img {
    width: 100%;
  }

  .branch-director-content {
    width: 100%;
    padding-top: 20px;
  }
}

/* notice section */
.notice-section {
  margin-bottom: 40px;
}

th.no {
  width: 10%;
  text-align: center;
}

th.title {
  width: 55%;
  text-align: center;
}

th.date {
  width: 20%;
  text-align: center;
}

th.download {
  width: 15%;
  text-align: center;
}

td.title {
  text-align: left;
  padding-left: 20px;
}

td .no,
.date,
.download {
  text-align: center;
}

td .no a,
.title a,
.date a,
.download a {
  text-decoration: none;
  display: block;
  transition: all 0.3s ease;
}

td .no a,
.title a:hover,
.date a:hover,
.download a:hover {
  color: red;
}

.notice-section .table-responsive thead tr {
  background: #f9f9f9;
}

.notice-section .table-responsive tbody tr:nth-child(even) td {
  background: #f9f9f9;
}

.notice-button {
  padding-top: 30px;
}

@media (max-width: 991px) {
  .table-responsive {
    margin-top: 40px;
    border: none;
  }

  .scroll-top {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

@media (max-width: 576px) {

  th.no,
  th.date,
  td.no,
  td.date {
    display: none;
  }

  th.title,
  td.title {
    width: 70%;
  }

  th.download,
  td.download {
    width: 30%;
  }

  .pagination li a {
    margin: 0 5px;
  }

  .pagination li:nth-child(3) a {
    display: none;
  }

  .pagination li:nth-child(4) a {
    display: none;
  }
}

/* --------------- News Ticker --------------- */
.notice-ticker {
  display: none;
}

@media (min-width: 992px) {
  .notice-ticker {
    display: block;
  }

  .notice-ticker span {
    background: #ff512e;
    color: #fff;
    font-weight: 600;
    padding: 4px 15px;
    position: relative;
    float: left;
    margin-right: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.8;
  }

  .notice-ticker span::after {
    content: " ";
    width: 10px;
    height: 10px;
    position: absolute;
    top: calc(50% - 5px);
    right: -5px;
    background: #ff512e;
    z-index: 2;
    transform: rotate(45deg);
  }

  .notice-ticker ul {
    float: left;
    margin: 0;
    padding: 10px 0;
  }
}

/* -------------- Branch Login -------------- */
.main-menu.menu-fixed .branch-login {
  /* transform: translateY(-95%); */
  /* display: none; */
}

.branch-login {
  display: inline-block;
  margin-left: 20px;
  border-radius: 20px;
  background-color: #ffffff;
  transform: translateY(40%);
  float: right;
}

.branch-login a.login-button {
  line-height: 28px;
  padding: 0 15px;
  font-size: 15px;
  color: #ff512e;
  text-decoration: none;
}

/* .courses {
  margin-bottom: 60px;
}
.teachers-four {
  overflow: hidden;
  margin-bottom: 60px;
} */
/* branch-section start here */
.branch-section {
  background: #f7f7f7;
}

.branch-section .section-wrapper {
  margin-bottom: 40px;
  /* overflow: hidden; */
}

.branch-section .branch-wrapper {
  overflow: hidden;
}

.branch-item {
  width: 100%;
  float: left;
}

.branch-item:first-child .branch-item-inner {
  margin-top: 0;
}

.branch-item-inner {
  margin: 15px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.branch-item:nth-child(1) .branch-item-inner {
  background: #ff512e;
}

.branch-item:nth-child(2) .branch-item-inner {
  background: #50c152;
}

.branch-item:nth-child(3) .branch-item-inner {
  background: rgba(232, 29, 255, 0.7411764706);
}

.branch-item:nth-child(4) .branch-item-inner {
  background: rgba(149, 29, 255, 0.7411764706);
}

.branch-item:nth-child(5) .branch-item-inner {
  background: rgba(29, 55, 255, 0.7411764706);
}

.branch-item:nth-child(6) .branch-item-inner {
  background: rgba(29, 201, 255, 0.7411764706);
}

.branch-item:nth-child(7) .branch-item-inner {
  background: rgba(239, 121, 17, 0.8588235294);
}

.branch-item:nth-child(8) .branch-item-inner {
  background: rgba(202, 174, 33, 0.8588235294);
}

.branch-item:nth-child(9) .branch-item-inner {
  background: rgba(42, 101, 18, 0.8588235294);
}

.branch-item:nth-child(10) .branch-item-inner {
  background: #352b6f;
}

.branch-item:nth-child(11) .branch-item-inner {
  background: rgba(255, 29, 121, 0.7411764706);
}

.branch-item:nth-child(12) .branch-item-inner {
  background: #ff1d79;
}

.branch-thumb {
  width: 100%;
  overflow: hidden;
  border-left: 10px solid transparent;
}

.branch-thumb img {
  transition: all 0.3s ease;
}

.branch-item-inner:hover .branch-thumb img {
  transform: scale(1.2);
}

.branch-content {
  padding: 20px;
}

.branch-content .name {
  color: #fff;
}

.branch-content .desi {
  color: #fff;
  font-size: 15px;
}

.branch-content ul {
  padding-top: 10px;
}

.branch-content ul li {
  list-style: none;
  color: #fff;
}

.branch-content ul li .info {
  width: 110px;
  float: left;
  position: relative;
}

.branch-content ul li .info::after {
  position: absolute;
  content: ":";
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
}

.branch-section .courses-button {
  text-align: center;
  margin-top: 30px;
}

.branch-section .courses-button a i {
  padding-left: 10px;
}

@media (max-width: 767px) {
  .branch-thumb img {
    width: 100%;
  }

  .branch-content {
    padding: 30px;
  }
}

@media (min-width: 768px) {
  .branch-thumb {
    width: 25%;
  }

  .branch-content {
    width: 75%;
  }
}

@media (max-width: 991px) {
  .branch-section .courses-button {
    margin-bottom: 70px;
  }
}

/*-------------- Gob Gatters ----------------*/
.alstudy-button {
  text-align: center;
}

.section-second-half {
  background-color: #f9e9e9;
  padding: 72.5px;
}

.jgs-button-prev,
.jgs-button-next {
  position: absolute;
  right: 0;
  top: 40px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #15469f;
  color: #fff;
  cursor: pointer;
}

.jgs-button-prev.swiper-button-disabled,
.jgs-button-next.swiper-button-disabled {
  background: #f5f8fa;
  color: #000;
  cursor: no-drop;
}

.jgs-button-prev {
  right: 140px;
}

.jgs-button-next {
  right: 115px;
}

.jgs-wrapper .jgs-item {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  align-items: center;
}

.jgs-wrapper .jgs-item:nth-child(2n+1) {
  margin-bottom: 30px;
}

.jgs-wrapper .jgs-img {
  width: 165px;
  height: 165px;
  margin-right: 30px;
}

.jgs-wrapper .jgs-item .jgs-content p {
  margin-bottom: 0;
}

/* @media (min-width: 576px){
  .jgs-button-prev{
      right: 101px;
  }
  .jgs-button-next {
      right: 75px;
  }
} */
@media (max-width: 768px) {
  .jgs-button-prev {
    right: 101px;
  }

  .jgs-button-next {
    right: 75px;
  }
}

@media (min-width: 992px) {
  .alstudy-button {
    text-align: left;
  }

  .section-header.text-left {
    text-align: left;
  }

  .section-first-half {
    display: flex;
    justify-content: center;
  }

  .section-first-half .first-inner {
    max-width: 450px;
  }

  .jgs-wrapper .jgs-item {
    max-width: 600px;
    margin: auto;
  }
}

@media (max-width: 767px) {
  .jgs-wrapper .jgs-img {
    width: 100%;
    margin-right: 0;
    height: auto;
    overflow: hidden;
  }

  .jgs-wrapper .jgs-content {
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }
}

/* addvatares */
.addvatares-section .add-thumb img {
  border-radius: 3px;
}

/*-------------- Thank You ----------------*/
@media (min-width: 1200px) {
  .flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
    display: flex;
  }
}

/* Full-width input fields */
input[type=text],
input[type=password] {
  width: 100%;
  padding: 12px 20px;
  /* margin: 8px 0; */
  display: inline-block;
  border: 1px solid #ff512e;
  box-sizing: border-box;
  outline: none;
}

/* Set a style for all buttons */
.popup-btn {
  background-color: #ff512e;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

.popup-btn:hover {
  opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #ff512e;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
  z-index: 2;
}

.branch-form {
  padding: 40px;
}

img.avatar {
  width: 100px;
  border-radius: 50%;
}

/* .container {
padding: 16px;
}
*/
span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto;
  border: 1px solid #888;
  width: 60%;
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s;
}

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
  }
}

@keyframes animatezoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none;
  }

  .cancelbtn {
    width: 100%;
  }
}

/* remove canvas default margin */
canvas {
  display: block;
  vertical-align: bottom;
}

.banner__animation {
  margin-top: 5rem;
  margin-bottom: 0;
  position: relative;
  z-index: 5;
  position: relative;
}

@media (max-width: 575px) {
  .banner__animation {
    display: none;
  }
}

.banner__animation::after {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}

.banner__animation .slick-track {
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.banner__animation .slide__single.slick-slide.slick-current.slick-active img {
  transform: scale(1);
}

.banner__animation .slide__single.slick-slide.slick-current.slick-active .slide__content {
  animation-name: slide__content;
  animation-duration: 5s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-fill-mode: forwards;
}

@keyframes slide__content {
  from {
    transform: scale(0.8);
  }

  to {
    transform: scale(1);
  }
}

.banner__animation .slide__single img {
  height: 80rem;
  width: 100%;
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale(1.2);
}

.banner__animation .slide__single .slide__content {
  margin-top: -20rem;
  color: white;
  position: absolute;
}

.banner__animation .slide__single .slide__content h2 {
  font-size: 3.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner__animation .slide__single .slide__content h2 {
    font-size: 3.2rem;
  }
}

@media (max-width: 575px) {
  .banner__animation .slide__single .slide__content h2 {
    font-size: 2.8rem;
  }
}

.banner__animation .slide__single .slide__content p {
  font-size: 2rem;
  font-family: "Open Sans", sans-serif;
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner__animation .slide__single .slide__content p {
    font-size: 1.8rem;
  }
}

@media (max-width: 575px) {
  .banner__animation .slide__single .slide__content p {
    font-size: 1.6rem;
  }
}

.job__getters--card--slider {
  position: relative;
}

.job__getters--card--slider:hover .jobGettersPrevArrow,
.job__getters--card--slider:hover .jobGettersNextArrow {
  color: #fff;
  opacity: 0.8;
  background: #003e59;
}

.job__getters--card--slider .jobGettersPrevArrow {
  position: absolute;
  top: 50%;
  left: -1rem;
  transform: translateY(-50%);
  font-size: 4rem;
  height: 6rem;
  width: 6rem;
  border-radius: 50%;
  background: transparent;
  z-index: 99;
  text-align: center;
  line-height: 5.5rem;
  border: 1px solid #003e59;
  color: #615e58;
  opacity: 0.5;
  transition: all 0.3s;
  z-index: 9999;
}

@media (max-width: 575px) {
  .job__getters--card--slider .jobGettersPrevArrow {
    height: 4rem;
    width: 4rem;
    font-size: 3rem;
    line-height: 3.6rem;
  }
}

.job__getters--card--slider .jobGettersNextArrow {
  position: absolute;
  top: 50%;
  right: -1rem;
  transform: translateY(-50%);
  font-size: 4rem;
  height: 6rem;
  width: 6rem;
  border-radius: 50%;
  background: transparent;
  z-index: 99;
  text-align: center;
  line-height: 5.5rem;
  border: 1px solid #003e59;
  color: #615e58;
  opacity: 0.5;
  transition: all 0.3s;
  z-index: 9999;
}

@media (max-width: 575px) {
  .job__getters--card--slider .jobGettersNextArrow {
    height: 4rem;
    width: 4rem;
    font-size: 3rem;
    line-height: 3.6rem;
  }
}

.job__getters--card--slider .fa-angle-right:before {
  content: "\f105";
  margin-left: 6px !important;
}

@media (max-width: 575px) {
  .job__getters--card--slider .fa-angle-right:before {
    margin-left: 2px !important;
  }
}

.job__getters--card--slider .fa-angle-left:before {
  margin-left: -6px !important;
}

@media (max-width: 575px) {
  .job__getters--card--slider .fa-angle-left:before {
    margin-left: -2px !important;
  }
}

.job__getters--card--slider .slick-track {
  display: flex !important;
}

.job__getters--card--slider .job__getters--single {
  background-image: linear-gradient(to top, #11586d 37%, rgba(255, 255, 255, 0.5) 200%);
  padding: 5.5rem 4rem;
  color: #fff;
  margin: 0 2rem;
  height: inherit !important;
}

.job__getters--card--slider .job__getters--single.br-right-top {
  border-radius: 0.5rem 10rem 0.5rem 0.5rem;
}

.job__getters--card--slider .job__getters--single.br-right-bottom {
  border-radius: 0.5rem 0.5rem 10rem 0.5rem;
}

.job__getters--card--slider .job__getters--single.br-left-top {
  border-radius: 10rem 0.5rem 0.5rem 0.5rem;
}

.job__getters--card--slider .job__getters--single.br-bottom-left {
  border-radius: 0.5rem 0.5rem 0.5rem 10rem;
}

.job__getters--card--slider .job__getters--single img {
  border-radius: 50%;
  display: block;
  height: 9rem;
  margin-bottom: 27px;
  width: 9rem;
}

.job__getters--card--slider .job__getters--single h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.375rem;
  margin-bottom: 10px;
}

.job__getters--card--slider .job__getters--single b {
  display: block;
  font-weight: 600;
  margin-bottom: 1.4rem;
  color: rgba(255, 255, 255, 0.8);
}

.job__getters--card--slider .job__getters--single p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  opacity: 0.8;
}

.counter__home {
  margin-top: 0;
}

.bwl_header_ticker_wrapper .bwl_header_ticker_content span.ticker_title {
  font-size: 1.5rem !important;
}

marquee {
  font-family: "potro_sans";
  font-weight: bold;
  font-size: 1.4rem;
}

.home__testemonial {
  padding-bottom: 0 !important;
}

.pre__title {
  font-size: 1.6rem;
  font-weight: normal;
  opacity: 0.8;
  text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 991px) {
  .pre__title {
    font-size: 1.4rem;
  }
}

.title {
  font-size: 45px;
  font-weight: bold;
  color: #1f1e1e;
  margin: 0;
  padding: 1rem 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .title {
    font-size: 3.5rem;
  }
}

@media (max-width: 768px) {
  .title {
    font-size: 3rem;
  }
}

.title span {
  color: #f37021;
}

.text {
  font-size: 1.6rem;
  opacity: 0.9;
  line-height: 2.5rem;
  font-family: 'abu_sayed', sans-serif;
}

.aboutus__header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 6rem 0;
  background-color: #f5f9fa;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.aboutus__header .shape-1 {
  position: absolute;
  top: 20%;
  left: 10rem;
}

.aboutus__header .shape-2 {
  position: absolute;
  top: 50%;
  right: 30rem;
  opacity: 0.5;
}

.aboutus__header .shape-3 {
  position: absolute;
  top: -5rem;
  right: -8rem;
}

@media screen and (max-width: 1200px) {
  .aboutus__header .shape {
    display: none;
  }
}

@media (max-width: 768px) {
  .aboutus__header .shape {
    display: none;
  }
}

.aboutus__hero--area {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #f9f7f3;
}

@media (min-width: 768px) and (max-width: 991px) {
  .aboutus__hero--area {
    padding-top: 5rem;
    padding-bottom: 23rem;
  }
}

@media (max-width: 768px) {
  .aboutus__hero--area {
    padding-top: 2rem;
    padding-bottom: 18rem;
  }
}

@media (max-width: 768px) {
  .aboutus__hero--area {
    padding-bottom: 15rem;
  }
}

.aboutus__hero--area .about__us--content {
  margin-top: 5rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .aboutus__hero--area .about__us--content {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 575px) {
  .aboutus__hero--area .about__us--content {
    margin-top: 2rem !important;
  }
}

.aboutus__hero--area .about__us--content .title {
  font-size: 45px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 0.200000003px;
  position: relative;
  text-align: left;
  background: linear-gradient(214.38deg, #fb908a 2%, #f37021 30.38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 1rem 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .aboutus__hero--area .about__us--content .title {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .aboutus__hero--area .about__us--content .title {
    font-size: 38px;
  }
}

@media (max-width: 575px) {
  .aboutus__hero--area .about__us--content .title {
    font-size: 35px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .aboutus__hero--area .about__us--content {
    margin-bottom: 5rem;
  }
}

@media (max-width: 768px) {
  .aboutus__hero--area .about__us--content {
    margin-bottom: 6rem;
  }
}

.aboutus__hero--area .about__us--content .text {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 28px;
  padding-bottom: 1.5rem;
}

.aboutus__hero--area .about__us--hero--img--box {
  display: flex;
  gap: 2rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) and (max-width: 991px) {
  .aboutus__hero--area .about__us--hero--img--box {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .aboutus__hero--area .about__us--hero--img--box {
    justify-content: center;
  }
}

.aboutus__hero--area .about__us--hero--img--box .shape__dot--one {
  position: absolute;
  top: -2rem;
  left: 0;
  z-index: -1;
}

@media (min-width: 768px) and (max-width: 991px) {
  .aboutus__hero--area .about__us--hero--img--box .shape__dot--one {
    display: none;
  }
}

@media (max-width: 768px) {
  .aboutus__hero--area .about__us--hero--img--box .shape__dot--one {
    display: none;
  }
}

.aboutus__hero--area .about__us--hero--img--box .shape__dot--two {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media (min-width: 768px) and (max-width: 991px) {
  .aboutus__hero--area .about__us--hero--img--box .shape__dot--two {
    display: none;
  }
}

@media (max-width: 768px) {
  .aboutus__hero--area .about__us--hero--img--box .shape__dot--two {
    display: none;
  }
}

.aboutus__hero--area .about__us--hero--img--box .about__us--hero--img {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0 2rem;
}

.aboutus__hero--area .about__us--hero--img--box .about__us--hero--img .left {
  height: 30rem;
  width: 100%;
  border-radius: 2rem;
}

@media (max-width: 768px) {
  .aboutus__hero--area .about__us--hero--img--box .about__us--hero--img .left {
    height: 20rem;
    width: 100%;
  }
}

.aboutus__hero--area .about__us--hero--img--box .about__us--hero--img .right__img {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.aboutus__hero--area .about__us--hero--img--box .about__us--hero--img .right__img .right {
  border-radius: 2rem;
  height: 17rem;
}

@media (max-width: 768px) {
  .aboutus__hero--area .about__us--hero--img--box .about__us--hero--img .right__img .right {
    height: auto;
    width: 100%;
  }
}

.about__us--counter {
  margin-top: -15rem;
  padding-bottom: 5rem;
}

.about__us--counter--single {
  background-color: #fff;
  text-align: center;
  padding: 4rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "Open Sans", sans-serif;
  transition: all 0.3s ease-in-out;
}

.about__us--counter--single:hover {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  transform: translateY(-1rem);
}

.about__us--counter--single.counter-1 {
  background-color: #ffe2e7;
  color: #ee4a62;
}

.about__us--counter--single.counter-1 .icon-1 {
  color: inherit;
}

.about__us--counter--single.counter-2 {
  background-color: #d8fddd;
  color: #00a115;
}

.about__us--counter--single.counter-2 .icon-2 {
  color: inherit;
}

.about__us--counter--single.counter-3 {
  background-color: #ddf7ff;
  color: #11586d;
}

.about__us--counter--single.counter-3 .icon-3 {
  color: inherit;
}

.about__us--counter--single.counter-4 {
  background-color: #cee8ff;
  color: #0487ff;
}

.about__us--counter--single.counter-4 .icon-4 {
  color: inherit;
}

.about__us--counter--single .number {
  margin-top: 1rem;
  font-size: 4rem;
  font-weight: 900;
}

.about__us--counter--single .text {
  font-size: 1.6rem;
  text-transform: uppercase;
  opacity: 0.9;
}

.about__us--counter--single .about__us--counter--icon {
  height: 8rem;
  width: 8rem;
  border-radius: 50%;
  padding: 1rem;
  background-color: rgba(27, 116, 231, 0.1);
  color: rgba(27, 116, 231, 0.8);
}

.mission {
  padding: 5rem 0;
  padding-bottom: 3rem;
}

.mission .img__box {
  width: 100%;
  height: 400px;
  border-radius: 1rem;
  overflow: hidden;
}

.mission .img__box .mission__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.mission .mission__content {
  background-color: #ddf7ff;
  padding: 2rem;
  border-radius: 1rem;
}

.mission .mission__content h2 {
  font-size: 3.5rem;
  font-weight: bold;
  color: #f37021;
  margin-bottom: 1rem;
  font-family: "Anek Bangla" !important;

}

.mission .mission__content p {
  font-size: 1.7rem;
  line-height: 2.8rem;
}

.vision {
  padding: 5rem 0;
}

.vision .img__box {
  width: 100%;
  height: 400px;
  border-radius: 1rem;
  overflow: hidden;
}

.vision .img__box .vision__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.vision .vision__content {
  background-color: #d8fddd;
  padding: 2rem;
  border-radius: 1rem;
}

.vision .vision__content h2 {
  font-size: 3.5rem;
  font-weight: bold;
  color: #f37021;
  margin-bottom: 1rem;
  font-family: "Anek Bangla" !important;
}

.vision .vision__content p {
  font-size: 1.7rem;
  line-height: 2.8rem;
}

.why__choose--area {
  padding: 5rem 0;
}

.why__choose--area .header {
  text-align: center;
  margin-bottom: 6rem;
}

.why__choose--area--single {
  text-align: center;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
  padding-bottom: 2rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .why__choose--area--single {
    width: 60%;
    margin: 0 auto;
  }
}

.why__choose--area--single--img {
  width: 100%;
  height: 25rem;
  border-radius: 1rem 1rem 0 0;
}

.why__choose--area--single--icon {
  height: 8rem;
  width: 8rem;
  color: #fff;
  border-radius: 50%;
  padding: 1.8rem;
  margin-top: -4rem;
}

.why__choose--area--single--icon.icon-1 {
  background-color: #ee4a62;
}

.why__choose--area--single--icon.icon-2 {
  background-color: #11586d;
}

.why__choose--area--single--icon.icon-3 {
  background-color: #0487ff;
}

.why__choose--area--single--title {
  font-size: 2.6rem;
  font-weight: bold;
  margin: 3rem 0;
  margin-bottom: 2rem;
  font-family: "Anek Bangla" !important;
}

.why__choose--area--single--title span {
  color: #f37021;
}

.why__choose--area--single--text {
  font-size: 1.5rem;
  padding: 0 3rem;
}

.cta__area {
  position: relative;
  padding: 5rem 0;
}

.cta__area .shape__left {
  position: absolute;
  top: 10rem;
  left: 10rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .cta__area .shape__left {
    display: none;
  }
}

@media (max-width: 768px) {
  .cta__area .shape__left {
    display: none;
  }
}

.cta__area .shape__right {
  position: absolute;
  top: 5rem;
  right: 10rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .cta__area .shape__right {
    display: none;
  }
}

@media (max-width: 768px) {
  .cta__area .shape__right {
    display: none;
  }
}

.cta__area--inner {
  background-color: #f37021;
  color: #fff;
  padding: 6rem 2rem;
  border-radius: 1rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .cta__area--inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
  }
}

.cta__area--inner .inner__shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.cta__area--inner .get__in--touch {
  text-align: right;
  width: 40%;
}

@media (max-width: 768px) {
  .cta__area--inner .get__in--touch {
    text-align: center;
    width: 100%;
  }
}

.cta__area--inner .get__in--touch .pre__title {
  font-size: 2rem;
  font-weight: normal;
}

@media (min-width: 768px) and (max-width: 991px) {
  .cta__area--inner .get__in--touch .pre__title {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .cta__area--inner .get__in--touch .pre__title {
    font-size: 1.8rem;
  }
}

.cta__area--inner .get__in--touch .title a {
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .cta__area--inner .get__in--touch .title a {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .cta__area--inner .get__in--touch .title a {
    font-size: 2.2rem;
  }
}

.cta__area--inner .seperator {
  width: 20%;
  text-align: center;
  background-color: #fff;
  color: #003e59;
  height: 6rem;
  width: 6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.6rem solid rgba(238, 74, 98, 0.5);
}

.cta__area--inner .seperator span {
  font-size: 2.3rem;
  font-weight: bold;
}

.cta__area--inner .call__us {
  width: 40%;
}

@media (max-width: 768px) {
  .cta__area--inner .call__us {
    text-align: center;
    width: 100%;
  }
}

.cta__area--inner .call__us .pre__title {
  font-size: 2rem;
  font-weight: normal;
}

@media (max-width: 768px) {
  .cta__area--inner .call__us .pre__title {
    font-size: 1.8rem;
  }
}

.cta__area--inner .call__us .title {
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .cta__area--inner .call__us .title {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .cta__area--inner .call__us .title {
    font-size: 2.2rem;
  }
}

.instructor__area {
  padding: 5rem 0;
  margin-bottom: 95px;
}

.instructor__area--header {
  text-align: center;
  margin-bottom: 4rem;
}

.instructor__area .instructor__slider {
  position: relative;
}

.instructor__area .instructor__slider:hover .instructor__arrow--left,
.instructor__area .instructor__slider:hover .instructor__arrow--right {
  opacity: 0.6;
  background-color: #11586d;
  color: #fff;
}

.instructor__area .instructor__slider .instructor__arrow--left {
  position: absolute;
  top: 42%;
  left: 3px;
  font-size: 3rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  text-align: center;
  background: transparent;
  border: 1px solid #11586d;
  color: #003e59;
  transition: all 0.3s;
  opacity: 0.5;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  opacity: 0.2;
  transform: rotate(180deg);
}

.instructor__area .instructor__slider .instructor__arrow--left::before {
  content: "\f105";
  margin-left: 2px;
  margin-top: -3px;
}

@media (max-width: 575px) {
  .instructor__area .instructor__slider .instructor__arrow--left {
    left: 2rem;
  }
}

.instructor__area .instructor__slider .instructor__arrow--right {
  position: absolute;
  top: 42%;
  right: 3px;
  font-size: 3rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  text-align: center;
  background: transparent;
  border: 1px solid #11586d;
  color: #003e59;
  transition: all 0.3s;
  opacity: 0.5;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.2;
}

.instructor__area .instructor__slider .instructor__arrow--right::before {
  content: "\f105";
  margin-left: 2px;
  margin-top: -3px;
}

@media (max-width: 575px) {
  .instructor__area .instructor__slider .instructor__arrow--right {
    right: 2rem;
  }
}

.instructor__area .instructor__single {
  position: relative;
  margin: 0 2rem;
  border-radius: 1rem;
  overflow: hidden;
  width: 350px !important;
}

.instructor__area .instructor__single .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 148, 143, 0.5);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 9999 !important;
}

.instructor__area .instructor__single:hover .overlay {
  opacity: 1;
  visibility: visible;
}

.instructor__area .instructor__single:hover .social__icon {
  opacity: 1;
  visibility: visible;
  top: 10rem;
}

.instructor__area .instructor__single .img__box {
  width: 100%;
  height: 40rem;
}

.instructor__area .instructor__single img {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.instructor__area .instructor__single .social__icon {
  position: absolute;
  top: 13rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.instructor__area .instructor__single .social__icon .fa {
  font-size: 2rem;
  color: #fff;
  height: 4rem;
  width: 4rem;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}

.instructor__area .instructor__single .social__icon .fa:hover {
  background-color: #fff;
  color: #11586d;
}

.instructor__area .instructor__single--info {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
  z-index: 2;
}

.instructor__area .instructor__single--info .name {
  background: #fff;
  color: #1f1e1e;
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 1rem;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}

.instructor__area .instructor__single--info .designation {
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 1rem;
  font-size: 1.4rem;
  font-weight: normal;
}

.aboutus__testemonial {
  padding: 5rem 0;
}

.aboutus__testemonial--slider {
  position: relative;
}

.aboutus__testemonial--slider .slick-dots {
  position: absolute;
  left: 45%;
  bottom: -71;
  display: flex;
  gap: 0.8rem;
  margin-top: 20px;
}

.aboutus__testemonial--slider .slick-dots li {
  height: 0.8rem;
  width: 0.8rem;
  border-radius: 50%;
  background-color: #1f1e1e;
  opacity: 0.5;
}

.aboutus__testemonial--slider .slick-dots li.slick-active {
  height: 0.8rem;
  width: 0.8rem;
  background-color: #11586d;
  border-radius: 50%;
}

.aboutus__testemonial--slider .slick-dots li button {
  display: none;
}

.aboutus__testemonial {
  margin-bottom: 10rem;
}

.aboutus__testemonial--header .pre__title {
  font-size: 18px;
  color: #605f62;
  font-weight: normal;
  text-transform: uppercase;
  opacity: 0.8;
  text-align: center !important;
}

.aboutus__testemonial--header .title {
  margin-bottom: 1rem;
  text-align: center;
}

.aboutus__testemonial--slider .aboutus__testemonial--single .ratings {
  margin-bottom: 1.5rem;
  margin-top: 30px;
}

.aboutus__testemonial--slider .aboutus__testemonial--single .ratings .fa {
  color: #f37021;
  font-size: 1.5rem;
  margin-right: 0.2rem;
}

.aboutus__testemonial--slider .aboutus__testemonial--single .text {
  font-size: 1.6rem;
  font-weight: normal;
  color: #1f1e1e;
}

.aboutus__testemonial--slider .aboutus__testemonial--single .footer {
  display: flex;
  align-items: center;
  gap: 0;
  justify-content: center;
  flex-direction: column;
}

.aboutus__testemonial--slider .aboutus__testemonial--single .footer img {
  height: 6rem;
  width: 6rem;
  border-radius: 50%;
  margin-top: 30px;
}

.aboutus__testemonial--slider .aboutus__testemonial--single .footer .info {
  margin-top: 2rem;
}

.aboutus__testemonial--slider .aboutus__testemonial--single .footer .info .name {
  font-size: 2rem;
  font-weight: bold;
}

.aboutus__testemonial--slider .aboutus__testemonial--single .footer .info .designation {
  font-size: 1.6rem;
  opacity: 0.8;
}

.aboutus__testemonial .testemonial__video {
  border-radius: 2rem !important;
  overflow: hidden;
  border: 0px solid #e3e2dd;
}

@media (min-width: 768px) and (max-width: 991px) {
  .aboutus__testemonial .testemonial__video {
    margin-top: 4rem;
  }
}

@media (max-width: 768px) {
  .aboutus__testemonial .testemonial__video {
    margin-top: 6rem;
  }
}

.aboutus__testemonial .testemonial__video .thumbnail {
  position: relative;
  border-radius: 1rem 1rem 1rem 1rem;
  overflow: hidden;
  overflow: hidden;
}

.aboutus__testemonial .testemonial__video .thumbnail::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.aboutus__testemonial .testemonial__video .thumbnail img {
  width: 100%;
  height: 100%;
}

.aboutus__testemonial .testemonial__video .thumbnail .icon__box {
  position: absolute;
  top: calc(50% - 3rem);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  background-color: #f37021;
  height: 7rem;
  width: 7rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.6;
}

@media (max-width: 575px) {
  .aboutus__testemonial .testemonial__video .thumbnail .icon__box {
    height: 5rem;
    width: 5rem;
    margin-top: -1.5rem;
  }
}

.aboutus__testemonial .testemonial__video .thumbnail .icon__box .fa {
  font-size: 3rem;
  color: #fff;
}

@media (max-width: 575px) {
  .aboutus__testemonial .testemonial__video .thumbnail .icon__box .fa {
    font-size: 2rem;
  }
}

.aboutus__testemonial .testemonial__video .title {
  font-size: 2rem;
  font-weight: bold;
  color: #1f1e1e;
  padding: 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  /* background: #fff; */
  width: 100%;
  z-index: 999;
  margin-bottom: 0;
  text-align: center;
}

.default_btn {
  box-sizing: border-box;
  font-weight: 600;
  max-width: 469px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  border-radius: 4px;
  padding: 13px 22px;
  margin-right: 22px;
  transition: all 0.3s;
  text-align: center;
  font-weight: normal;
  border: none;
  background: linear-gradient(214.38deg, #fb908a 2%, #f37021 30.38%);
}

.default_btn span {
  margin-right: 9px;
  transition: 0.3s;
}

.default_btn:hover {
  background: linear-gradient(214.38deg, #fb908a 2%, #f37021 30.38%);
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2) !important;
  opacity: 0.95 !important;
}

.default_btn:hover span {
  opacity: 0;
  visibility: hidden;
  margin-right: 0;
}

.default_btn:hover span.angle {
  color: #003e59;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.contactus__header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 6rem 0;
  background-color: #f5f9fa;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.contactus__header .shape-1 {
  position: absolute;
  top: 20%;
  left: 10rem;
}

.contactus__header .shape-2 {
  position: absolute;
  top: 50%;
  right: 30rem;
  opacity: 0.5;
}

.contactus__header .shape-3 {
  position: absolute;
  top: -5rem;
  right: -8rem;
}

@media screen and (max-width: 1200px) {
  .contactus__header .shape {
    display: none;
  }
}

@media (max-width: 768px) {
  .contactus__header .shape {
    display: none;
  }
}

.form__area--inner {
  padding: 0;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
}

.form__info {
  background-color: #11586d;
  height: 100%;
  color: #fff;
  padding: 2rem;
  position: relative;
  z-index: 1;
}

.form__info--header {
  margin-bottom: 4rem;
}

.form__info--header h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
  font-family: "Anek Bangla" !important;
}

@media (max-width: 575px) {
  .form__info--header h2 {
    font-size: 2.5rem;
  }
}

.form__info--header p {
  font-size: 1.6rem;
  font-weight: normal;
  opacity: 0.9;
}

.form__info--box {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
}

.form__info--box p {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: normal;
}

.form__info--box svg {
  height: 2rem;
  width: 2rem;
  margin-right: 0.5rem;
  margin-top: 3px;
}

.contact__form {
  padding: 4rem;
  background-color: white;
}

.contact__form .form__group {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 575px) {
  .contact__form .form__group {
    display: block;
  }
}

.contact__form .form__group .form__field {
  width: 48%;
}

@media (max-width: 575px) {
  .contact__form .form__group .form__field {
    width: 100%;
  }
}

.contact__form input,
.contact__form textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem;
}

.contact__form label {
  font-weight: bold;
  color: #615e58;
  font-size: 1.4rem;
}

.contact__form input,
.contact__form label,
.contact__form textarea#message,
.contact__form textarea::placeholder {
  font-size: 1.6rem;
}

.contact__form .default_btn {
  background: #11586d !important;
  margin-top: 0.5rem;
}

.contact__form p {
  font-size: 1.6rem;
  margin: 2rem 0;
  font-weight: bold;
  text-align: center;
}

/* location area start  */
.location__area {
  padding-bottom: 10rem;
  margin-bottom: 10rem;
}

.location__header {
  text-align: center;
  margin-bottom: 4rem;
}

.location__header h2 {
  font-size: 4rem;
  font-weight: bold;
  color: #f5783b;
  margin-bottom: 6rem;
  font-family: "Anek Bangla" !important;
}

@media (max-width: 768px) {
  .location__header h2 {
    font-size: 3rem;
  }
}

.map__box {
  height: 40rem;
  width: 100%;
  overflow: hidden;
  margin-top: -2rem;
}

.map__box iframe {
  width: 100%;
  border-radius: 1rem;
}

.map__box img {
  width: 100%;
  height: auto;
}

/* location area end  */
.gallery__header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 6rem 0;
  background-color: #f5f9fa;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.gallery__header .shape-1 {
  position: absolute;
  top: 20%;
  left: 10rem;
}

.gallery__header .shape-2 {
  position: absolute;
  top: 50%;
  right: 30rem;
  opacity: 0.5;
}

.gallery__header .shape-3 {
  position: absolute;
  top: -5rem;
  right: -8rem;
}

@media screen and (max-width: 1200px) {
  .gallery__header .shape {
    display: none;
  }
}

@media (max-width: 768px) {
  .gallery__header .shape {
    display: none;
  }
}

.gallery__header--inner h2 {
  font-size: 5rem;
  color: #003e59;
  font-weight: bold;
}

.gallery__header--inner p {
  font-size: 1.6rem;
}

.gallery {
  padding: 5rem 0;
}

@media (max-width: 768px) {
  .gallery {
    padding: 5rem 0;
  }
}

.gallery .gallery__button {
  text-align: center;
  margin-bottom: 3rem;
}

.gallery .gallery__button button {
  border: none;
  background: none;
  color: #1f1e1e;
  font-size: 1.7rem;
  opacity: 0.9;
  margin: 0 0.5rem;
}

.gallery .gallery__button button.active {
  color: #003e59;
  border-bottom: 2px solid #003e59;
}

.gallery .gallery__element {
  position: relative;
  z-index: 1;
  border-radius: 0.5rem;
  overflow: hidden;
}

.gallery .gallery__element::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(17, 88, 109, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.gallery .gallery__element:hover::after {
  opacity: 1;
  visibility: visible;
}

.gallery .gallery__element:hover svg {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.gallery .gallery__element:hover .gallery__text {
  opacity: 1;
  visibility: visible;
}

.gallery .gallery__element img {
  width: 100%;
  height: 30rem;
  object-fit: cover;
}

.gallery .gallery__element svg {
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.gallery .gallery__element .gallery__text {
  position: absolute;
  left: 0;
  bottom: 4rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
  padding: 0 2rem;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}

.footer__cta {
  margin-top: 5rem;
  padding: 5rem 0;
  background: #f5f9fa;
  text-align: center;
  overflow: hidden;
  margin-bottom: 18rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer__cta {
    margin-bottom: 12rem;
  }
}

@media (max-width: 768px) {
  .footer__cta {
    margin-bottom: 8rem;
    margin-top: 4rem;
  }
}

.footer__cta .container {
  position: relative;
}

.footer__cta .shape {
  opacity: 0.5;
}

.footer__cta .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
}

.footer__cta .shape-2 {
  position: absolute;
  top: 5rem;
  right: 5rem;
}

.footer__cta .shape-3 {
  position: absolute;
  top: 20rem;
  right: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer__cta .shape {
    display: none;
  }
}

@media (max-width: 768px) {
  .footer__cta .shape {
    display: none;
  }
}

.footer__cta h2 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 5rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer__cta h2 {
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  .footer__cta h2 {
    font-size: 2.8rem;
  }
}

@media (max-width: 575px) {
  .footer__cta h2 {
    font-size: 2rem;
    line-height: 3rem !important;
  }
}

.footer__cta h2 span {
  color: #003e59;
}

.footer__cta button {
  border: none;
  margin-top: 2rem;
  background-color: transparent;
}

@media (max-width: 575px) {
  .footer__cta button .default__btn {
    font-size: 1.2rem !important;
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .branch__body .container {
    padding: 0 2rem !important;
    margin: 0 !important;
    max-width: 100% !important;
  }
}

.left-column {
  padding-right: 5rem;
}

.right-columm {
  padding-left: 3rem;
}

.branch__list {
  padding: 6rem 0;
  padding-bottom: 12rem;
}

@media (max-width: 575px) {
  .branch__list {
    padding: 3rem 0;
  }
}

.branch__list .header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1rem;
  gap: 1rem;
  align-items: center;
}

@media (max-width: 768px) {
  .branch__list .header {
    flex-wrap: wrap;
    gap: 2rem;
  }
}

.branch__list .header .result {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  color: #615e58;
  display: inline-block;
  width: 30%;
  margin: 0;
  line-height: 22px;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .branch__list .header .result {
    width: 40%;
  }
}

@media screen and (max-width: 500px) {
  .branch__list .header .result {
    width: 100%;
  }
}

.branch__list .header .result span {
  color: #11586d;
  font-weight: bold;
}

.branch__list .header .filterby {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.branch__list .header .filterby h3 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #615e58;
}

@media (max-width: 768px) {
  .branch__list .header .filterby h3 {
    font-size: 1.2rem;
  }
}

.branch__list .header .filterby .dropdown button:hover {
  background-color: inherit !important;
  color: inherit !important;
  text-decoration: none !important;
}

.branch__list .header .filterby .dropdown .dropdown__others--filter {
  color: #615e58 !important;
  background: transparent;
  cursor: pointer;
  font-size: 1.4rem;
  padding: 0.5rem 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem;
  font-family: "Open Sans", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.2rem;
}

.branch__list .header .filterby .dropdown .dropdown__others--filter iconify-icon {
  font-size: 2rem;
}

.branch__list .header .filterby .dropdown .dropdown-content {
  display: none;
  position: absolute;
  z-index: 1;
  background: #fff;
  padding: 2rem;
  box-shadow: 0 -2px 10px 4px rgba(0, 0, 0, 0.05);
  width: 28rem;
  font-family: "Open Sans", sans-serif;
  color: #615e58;
  margin-top: 0.8rem;
  left: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .branch__list .header .filterby .dropdown .dropdown-content {
    left: -12rem;
  }
}

@media (max-width: 768px) {
  .branch__list .header .filterby .dropdown .dropdown-content {
    left: -16rem;
  }
}

@media screen and (max-width: 485px) {
  .branch__list .header .filterby .dropdown .dropdown-content {
    left: -14rem;
  }
}

@media screen and (max-width: 376px) {
  .branch__list .header .filterby .dropdown .dropdown-content {
    left: -16rem;
  }
}

.branch__list .header .filterby .dropdown .dropdown-content .dropdown__content--item {
  position: relative;
}

.branch__list .header .filterby .dropdown .dropdown-content .dropdown__content--item::before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(230, 230, 230, 0);
  border-bottom-color: #fff;
  border-width: 7px;
  margin-left: 36px;
  top: -33px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .branch__list .header .filterby .dropdown .dropdown-content .dropdown__content--item::before {
    margin-left: 150px !important;
  }
}

@media (max-width: 768px) {
  .branch__list .header .filterby .dropdown .dropdown-content .dropdown__content--item::before {
    margin-left: 180px !important;
  }
}

.branch__list .header .filterby .dropdown .dropdown-content .dropdown__content--item .type {
  margin-bottom: 3rem;
  text-align: left;
}

.branch__list .header .filterby .dropdown .dropdown-content .dropdown__content--item .type p {
  font-style: italic;
  font-size: 1.4rem;
}

.branch__list .header .filterby .dropdown .dropdown-content .dropdown__content--item .type .form-group {
  display: block;
  margin-bottom: 1rem;
}

.branch__list .header .filterby .dropdown .dropdown-content .dropdown__content--item .type .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.branch__list .header .filterby .dropdown .dropdown-content .dropdown__content--item .type .form-group label {
  position: relative;
  cursor: pointer;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}

.branch__list .header .filterby .dropdown .dropdown-content .dropdown__content--item .type .form-group label:before {
  content: "";
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.6rem;
  display: inline-block;
  position: relative;
  margin-right: 1rem;
}

.branch__list .header .filterby .dropdown .dropdown-content .dropdown__content--item .type .form-group input:checked+label:before {
  border: 1px solid transparent;
}

.branch__list .header .filterby .dropdown .dropdown-content .dropdown__content--item .type .form-group input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 14px;
  border: solid #11586d;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.branch__list .header .filterby .dropdown .dropdown-content .button__box {
  display: flex;
  justify-content: space-between;
}

.branch__list .header .filterby .dropdown .dropdown-content .button__box .apply {
  color: #fff;
  padding: 0.8rem 2rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  border-radius: 0.2rem;
  transition: all 0.3s;
  background: #187895;
  border: 1px solid transparent;
}

.branch__list .header .filterby .dropdown .dropdown-content .button__box .apply:hover {
  background-color: #11586d !important;
  color: #fff !important;
}

.branch__list .header .filterby .dropdown .dropdown-content .button__box .clear {
  color: #615e58;
  padding: 0.8rem 2rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  border-radius: 0.2rem;
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent !important;
}

.branch__list .header .filterby .dropdown .dropdown-content .button__box .clear:hover {
  color: #003e59 !important;
}

.branch__list .header .filterby .dropdown .dropdown:hover .dropdown-content {
  display: block;
}

.branch__list .header .filterby .value__select {
  position: relative;
}

.branch__list .header .filterby select {
  font-size: 1.4rem;
  padding: 0.5rem 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem;
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="currentColor" fill-opacity="0.5" d="m12 15.4l-6-6L7.4 8l4.6 4.6L16.6 8L18 9.4l-6 6Z"%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 45px 22px;
  background-position: calc(100% + 5px) center;
  transition: transform 0.3s ease-in-out;
  padding-right: 40px;
  color: #615e58;
  cursor: pointer;
}

.branch__list .header .filterby select:focus {
  outline: none;
}

.branch__list .header .new__filter {
  position: absolute;
  top: -18px;
  left: 0;
  font-size: 1rem;
  padding: 0.2rem 0.5rem;
  color: white;
  background: linear-gradient(100deg, #11586d, #003e59);
}

.branch__list .header .new__filter::after {
  position: absolute;
  top: 0;
  left: 6px;
  width: 100%;
  height: 100%;
  content: "";
  background: #003e59;
  clip-path: polygon(90% 0, 87% 100%, 100% 100%);
}

.branch__list .filter__token {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  align-items: center;
  margin-top: 0.5rem;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .branch__list .filter__token {
    flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .branch__list .filter__token {
    justify-content: center;
  }
}

.branch__list .filter__token ul {
  display: flex;
  align-items: center;
  margin: 0;
}

.branch__list .filter__token ul li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #f4f4f4;
  padding: 1rem 2rem;
  border-radius: 4rem;
  transition: all 0.3s;
}

.branch__list .filter__token ul li:hover {
  background: #cccccc;
  color: #000000;
}

.branch__list .filter__token ul li iconify-icon {
  cursor: pointer;
}

.branch__list .filter__token .clear {
  background: transparent;
  color: #342b27;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  cursor: pointer;
  border: none;
}

.branch__list .filter__token .clear:hover {
  background-color: transparent !important;
  color: #11586d !important;
  text-decoration: none !important;
}

.branch__list .branch__token {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
  align-items: center;
}

@media (max-width: 768px) {
  .branch__list .branch__token {
    flex-wrap: nowrap;
  }
}

.branch__list .branch__token a {
  font-size: 1.4rem;
  padding: 1rem 1.5rem;
  border-radius: 4rem;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .branch__list .branch__token a {
    border-radius: 1rem;
  }
}

@media (max-width: 768px) {
  .branch__list .branch__token a {
    padding: 1rem 2rem;
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .branch__list .masters__programe .course__info ul {
    display: none;
  }
}

.branch__list .masters__programe .course__info>.course__details--info {
  display: none;
}

@media (max-width: 768px) {
  .branch__list .masters__programe .course__info>.course__details--info {
    display: flex;
    gap: 2rem;
  }
}

.branch__list .masters__programe .course__info>.course__details--info .course__details--info--single:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 2rem;
}

.branch__list .table__list--area {
  margin-top: 3rem;
}

.branch__list .table__list--area>a {
  display: flex;
}

.branch__list .branch__single {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2rem 0;
  transition: padding 0.5s;
  position: relative;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.05);
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 2rem;
  transition: all 0.3s;
}

@media (max-width: 575px) {
  .branch__list .branch__single {
    gap: 1rem;
    padding: 1rem;
  }
}

.branch__list .branch__single:hover {
  background-color: #f9f9f9;
}

.branch__list .branch__single .img__box.rounded {
  border-radius: 50% !important;
}

.branch__list .branch__single .img__box {
  height: 12rem;
  width: 11rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .branch__list .branch__single .img__box {
    width: 9rem;
    height: 9rem;
  }
}

@media (max-width: 575px) {
  .branch__list .branch__single .img__box {
    width: 7rem;
    height: 7rem;
  }
}

.branch__list .branch__single .img__box img {
  object-fit: fill;
  height: 100%;
  width: 100%;
}

.branch__list .branch__single .course__info {
  /* width: 50%; */
}

.branch__list .branch__single .course__info .name {
  font-size: 2rem;
  font-weight: bold;
  color: #615e58;
}

@media (max-width: 768px) {
  .branch__list .branch__single .course__info .name {
    font-size: 1.8rem;
    gap: 1rem;
  }
}

.branch__list .branch__single .course__info .code,
.branch__list .branch__single .course__info .designation {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
}

@media (max-width: 575px) {

  .branch__list .branch__single .course__info .code,
  .branch__list .branch__single .course__info .designation {
    font-size: 1.4rem;
  }
}

.branch__list .branch__single .course__info .code {
  font-size: 1.2rem;
  font-weight: 500;
}

.branch__list .branch__single .course__details {
  margin-left: auto;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (max-width: 768px) {
  .branch__list .branch__single .course__details {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
}

.branch__list .branch__single .course__details .ratings {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .branch__list .branch__single .course__details .ratings {
    display: none;
  }
}

.branch__list .branch__single .course__details .ratings .icon {
  display: flex;
  align-items: center;
}

.branch__list .branch__single .course__details .ratings .icon iconify-icon {
  font-size: 1.8rem;
  color: #f37021;
}

.branch__list .branch__single .course__details .ratings h3 {
  margin-bottom: 0;
  font-size: 1.4rem;
  color: #342b27;
  font-weight: bold;
}

.branch__list .branch__single .course__details .ratings h3 span {
  color: #615e58;
  font-weight: normal;
}

.branch__list .branch__single .course__details .course__details--info {
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
}

@media (max-width: 768px) {
  .branch__list .branch__single .course__details .course__details--info {
    display: none;
  }
}

.branch__list .branch__single .course__details .course__details--info--single {
  text-align: center;
}

.branch__list .branch__single .course__details .course__details--info--single:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 2rem;
}

.branch__list .branch__single .course__details .course__details--info--single h6 {
  font-size: 2rem;
  font-style: normal;
}

.branch__list .branch__single .course__details .course__details--info--single h2 {
  font-size: 2.4rem;
  color: #615e58;
}

.branch__list .branch__single .course__details .button__area {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  justify-content: flex-end;
}

.branch__list .branch__single .course__details .button__area button {
  font-size: 1.1rem;
  font-weight: normal;
  padding: 0.5rem 1rem;
  color: #11586d;
  text-transform: uppercase;
  background: none;
  border: 1px solid #11586d;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 768px) {
  .branch__list .branch__single .course__details .button__area button {
    font-size: 0.8rem;
  }
}

.branch__list .branch__single .course__details .button__area button:hover a {
  color: #11586d;
}

.branch__list .branch__single .course__details .button__area iconify-icon {
  background-color: #fff;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
  box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.09);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: rgba(0, 0, 0, 0.1);
}

/* The Modal (background) */
/* The Modal (background) */
.branch__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999 !important;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.branch__modal .row {
  height: 100vh;
}

.branch__modal .modal__area--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.8;
}

.branch__modal .video__modal--area {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.branch__modal .modal__form {
  text-align: center;
  background: #fff;
  flex-grow: 1;
  height: 100%;
  position: relative;
}

.branch__modal .modal__form iconify-icon {
  font-size: 3rem;
  opacity: 0.5;
  cursor: pointer;
  padding-right: 1rem;
}

.branch__modal .modal__form .modal__submit--form .title {
  font-size: 2rem;
  font-weight: 600;
}

@media (min-width: 768px) and (max-width: 991px) {
  .branch__modal .modal__form .modal__submit--form .title {
    font-size: 1.8rem;
    display: none;
  }
}

.branch__modal .modal__form .modal__submit--form .title__area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e5e5e5;
  border-bottom: 1px solid #11586d;
}

.branch__modal .modal__form .modal__submit--form .title__area .title {
  color: #615e58;
  line-height: 3.5rem;
  font-weight: 550;
  display: block;
}

.branch__modal .modal__form .modal__submit--form .title__area h4 {
  padding: 1rem 2rem;
}

.branch__modal .modal__form .modal__submit--form .content {
  padding: 2rem 0;
  padding: 1rem 2rem;
}

.branch__modal .modal__form .modal__submit--form p {
  margin-bottom: 1rem;
}

.branch__modal .modal__form .modal__submit--form label {
  width: 100%;
  text-align: left;
  font-size: 1.4rem;
}

.branch__modal .modal__form .modal__submit--form input,
.branch__modal .modal__form .modal__submit--form select {
  width: 100%;
  padding: 1rem;
  font-size: 1.6rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: left;
  transition: all 0.3s;
  border-radius: 4px;
}

.branch__modal .modal__form .modal__submit--form input:focus,
.branch__modal .modal__form .modal__submit--form select:focus {
  outline: none;
  box-shadow: 0 0 2px 2px rgb(194, 242, 251);
}

.branch__modal .modal__form .modal__submit--form .button__box {
  text-align: right;
  margin-top: 1rem;
  border-top: 1px solid #11586d;
  padding: 1rem 2rem;
}

.branch__modal .modal__form .modal__submit--form .button__box button {
  border: none;
  padding: 1rem 3rem;
  background-color: #187895;
  color: #fff;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  border-radius: 0.2rem;
  transition: all 0.3s;
}

.branch__modal .modal__form .modal__submit--form .button__box button:hover {
  background-color: #003e59;
}

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

.branch__pagination--area .pagination {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex-direction: row;
}

.branch__pagination--area .pagination a {
  color: black;
  text-decoration: none;
  font-size: 1.7rem;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.branch__pagination--area .pagination a.active {
  background-color: #11586d;
  color: white;
}

.branch__pagination--area .pagination a:hover:not(.active) {
  background-color: #ddd;
}

.branch__pagination--area .pagination .prev,
.branch__pagination--area .pagination .next {
  background-color: rgba(0, 0, 0, 0.1);
  color: #11586d;
  transition: all 0.3s;
}

.branch__pagination--area .pagination .prev span,
.branch__pagination--area .pagination .next span {
  margin-top: -0.5rem;
}

.branch__pagination--area .pagination .prev:hover,
.branch__pagination--area .pagination .next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.branch__pagination--area .pagination .page-number {
  border: 1px solid #ddd;
}

.branch__list .select2-container {
  padding: 0.5rem 1.5rem !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  width: 100% !important;
  z-index: 999999;
}

.branch__list .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px !important;
}

.branch__list span#select2--container {
  margin-right: 5rem;
  margin-left: 0;
  padding-left: 0;
}

/* This css is for normalizing styles. You can skip this. */
.result__search--box {
  padding: 5rem 0;
  font-family: "Open Sans", sans-serif;
}

.result__search--box .search__header--form {
  display: flex;
  align-items: center;
}

.result__search--box .form__field {
  display: flex;
  justify-content: space-between;
}

.result__search--box .form__field input {
  width: 100%;
  font-size: 1.8rem;
  border: 1px solid transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem;
  transition: all 0.3s;
}

.result__search--box .form__field input::placeholder {
  font-size: 1.6rem;
}

.result__search--box .form__field input:focus {
  outline: none;
  border-bottom: 1px solid #11586d;
}

.result__search--box .form__field input:focus {
  outline: none;
}

.result__search--box .form__field button {
  background-color: #003e59;
  color: #fff;
  padding: 0 2rem;
  border: none;
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
}

.search__result--card--inner {
  box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.1);
}

.search__result--card {
  margin-bottom: 3rem;
}

.card__header {
  background: rgba(251, 255, 201, 0.5019607843);
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .card__header {
    flex-wrap: wrap;
    padding-bottom: 4rem;
  }
}

@media (max-width: 768px) {
  .card__header {
    flex-wrap: wrap;
    padding-bottom: 4rem;
  }
}

.card__header--img--box {
  height: 10rem;
  width: 10rem;
  object-fit: fill;
  overflow: hidden;
  border-radius: 0%;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.card__header--img--box img {
  width: 100%;
  height: 100%;
}

.card__header .info {
  margin-top: 1rem;
  margin-right: auto;
  margin-left: 2rem;
  color: #342b27;
}

.card__header .info h3 {
  font-size: 2.5rem;
  margin-bottom: 0;
  font-weight: bold;
}

@media (min-width: 768px) and (max-width: 991px) {
  .card__header .info h3 {
    font-size: 2.2rem;
  }
}

.card__header .info .reg__no {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.card__header .info .grade {
  font-size: 2.2rem;
  font-weight: bold;
}

.card__header .card__header--btn {
  border: none;
  font-size: 1.4rem;
  background-color: #939391;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 0.2rem;
  font-size: 2.5rem;
  height: 4.2rem;
  width: 4.2rem;
  border-radius: 50%;
  opacity: 0.9;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .card__header .card__header--btn {
    margin-left: auto;
    margin-bottom: 3rem;
  }
}

@media (max-width: 768px) {
  .card__header .card__header--btn {
    margin-left: auto;
    margin-bottom: 3rem;
  }
}

.program__name {
  background-color: rgba(17, 88, 109, 0.1);
  color: #11586d;
  text-align: center;
  border-radius: 2px;
  font-size: 2rem;
  margin: 0 auto;
  padding: 1rem 2rem;
  font-weight: 600;
}

.search__result--card .card__info {
  display: flex;
  justify-content: center;
  padding: 4rem;
  gap: 8rem;
  position: relative;
  z-index: 1;
}

.property p {
  font-size: 1.7rem;
  color: #615e58;
}

.value p {
  font-size: 1.7rem;
  color: #615e58;
  font-weight: bold;
}

.dot {
  position: absolute;
  top: 0;
  left: 0.5rem;
  width: 6rem;
  height: 6rem;
  opacity: 0.3;
}

.circle {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 15rem;
  width: auto;
  opacity: 0.1;
}

.result__branch--card {
  padding-bottom: 12rem;
}

@media (max-width: 575px) {
  .result__branch--card {
    padding: 3rem 0;
  }
}

.result__branch--card .table__list--area {
  margin-top: 3rem;
}

.result__branch--card .table__list--area>a {
  display: flex;
}

.result__branch--card .branch__card {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2rem 0;
  transition: padding 0.5s;
  position: relative;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.05);
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 2rem;
  transition: all 0.3s;
}

@media (max-width: 575px) {
  .result__branch--card .branch__card {
    gap: 1rem;
    padding: 1rem;
  }
}

.result__branch--card .branch__card:hover {
  background-color: #f9f9f9;
}

.result__branch--card .branch__card .img__box.rounded {
  border-radius: 50% !important;
}

.result__branch--card .branch__card .img__box {
  height: 12rem;
  width: 12rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .result__branch--card .branch__card .img__box {
    width: 9rem;
    height: 9rem;
  }
}

@media (max-width: 575px) {
  .result__branch--card .branch__card .img__box {
    width: 7rem;
    height: 7rem;
  }
}

.result__branch--card .branch__card .img__box img {
  object-fit: fill;
  height: 100%;
  width: 100%;
}

.result__branch--card .branch__card .course__info {
  width: 50%;
}

.result__branch--card .branch__card .course__info .name {
  font-size: 2rem;
  font-weight: bold;
  color: #615e58;
}

@media (max-width: 768px) {
  .result__branch--card .branch__card .course__info .name {
    font-size: 1.8rem;
    gap: 1rem;
  }
}

.result__branch--card .branch__card .course__info .code,
.result__branch--card .branch__card .course__info .designation {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
}

@media (max-width: 575px) {

  .result__branch--card .branch__card .course__info .code,
  .result__branch--card .branch__card .course__info .designation {
    font-size: 1.4rem;
  }
}

.result__branch--card .branch__card .course__info .code {
  font-size: 1.2rem;
  font-weight: 500;
}

.result__branch--card .branch__card .course__details {
  margin-left: auto;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (max-width: 768px) {
  .result__branch--card .branch__card .course__details {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
}

.result__branch--card .branch__card .course__details .ratings {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .result__branch--card .branch__card .course__details .ratings {
    display: none;
  }
}

.result__branch--card .branch__card .course__details .ratings .icon {
  display: flex;
  align-items: center;
}

.result__branch--card .branch__card .course__details .ratings .icon iconify-icon {
  font-size: 1.8rem;
  color: #f37021;
}

.result__branch--card .branch__card .course__details .ratings h3 {
  margin-bottom: 0;
  font-size: 1.4rem;
  color: #342b27;
  font-weight: bold;
}

.result__branch--card .branch__card .course__details .ratings h3 span {
  color: #615e58;
  font-weight: normal;
}

.result__branch--card .branch__card .course__details .course__details--info {
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
}

@media (max-width: 768px) {
  .result__branch--card .branch__card .course__details .course__details--info {
    display: none;
  }
}

.result__branch--card .branch__card .course__details .course__details--info--single {
  text-align: center;
}

.result__branch--card .branch__card .course__details .course__details--info--single:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 2rem;
}

.result__branch--card .branch__card .course__details .course__details--info--single h6 {
  font-size: 2rem;
  font-style: normal;
}

.result__branch--card .branch__card .course__details .course__details--info--single h2 {
  font-size: 2.4rem;
  color: #615e58;
}

.result__branch--card .branch__card .course__details .button__area {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  justify-content: flex-end;
}

.result__branch--card .branch__card .course__details .button__area button {
  font-size: 1.1rem;
  font-weight: normal;
  padding: 0.5rem 1rem;
  color: #11586d;
  text-transform: uppercase;
  background: none;
  border: 1px solid #11586d;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 768px) {
  .result__branch--card .branch__card .course__details .button__area button {
    font-size: 0.8rem;
  }
}

.result__branch--card .branch__card .course__details .button__area button:hover a {
  color: #11586d;
}

.result__branch--card .branch__card .course__details .button__area iconify-icon {
  background-color: #fff;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
  box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.09);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: rgba(0, 0, 0, 0.1);
}

.branchapply__body {
  background-color: #fff;
}

.branchapply__header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 6rem 0;
  background-color: #f5f9fa;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.branchapply__header .shape-1 {
  position: absolute;
  top: 20%;
  left: 10rem;
}

.branchapply__header .shape-2 {
  position: absolute;
  top: 50%;
  right: 30rem;
  opacity: 0.5;
}

.branchapply__header .shape-3 {
  position: absolute;
  top: -5rem;
  right: -8rem;
}

@media screen and (max-width: 1200px) {
  .branchapply__header .shape {
    display: none;
  }
}

@media (max-width: 768px) {
  .branchapply__header .shape {
    display: none;
  }
}

.branch__apply--header {
  padding: 10rem 0;
}

.branchapply__header--inner h2 {
  font-size: 5rem;
  color: #003e59;
  font-weight: bold;
}

@media (min-width: 768px) and (max-width: 991px) {
  .branchapply__header--inner h2 {
    font-size: 4rem;
  }
}

@media (max-width: 768px) {
  .branchapply__header--inner h2 {
    font-size: 3.5rem;
  }
}

.branchapply__header--inner .breadcrumb {
  justify-content: center;
}

.branchapply__header--inner .breadcrumb__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
  padding-left: 0 !important;
}

.branchapply__header--inner .breadcrumb__inner .breadcrumb__item {
  font-size: 2rem;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  color: #342b27;
}

.branchapply__header--inner .breadcrumb__inner .seperator {
  margin: 0 1rem;
}

.branchapply__header--inner .breadcrumb__inner .seperator svg {
  height: 1.6rem;
  width: auto;
}

.branchapply__header--inner .breadcrumb__inner .active {
  color: #000000;
}

.branch__apply {
  margin: 4rem 0;
  margin-bottom: 15rem;
}

.branch__apply .container {
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.09);
  padding: 0;
}

.branch__apply .branch__header {
  background-color: #11586d;
  color: #fff;
  padding: 2rem;
}

.branch__apply .branch__header .branch__title {
  font-size: 3rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .branch__apply .branch__header .branch__title {
    font-size: 2.8rem;
  }
}

@media (max-width: 768px) {
  .branch__apply .branch__header .branch__title {
    font-size: 2.5rem;
  }
}

.branch__apply .branch__header .step {
  display: flex;
  gap: 3rem;
  align-items: center;
  margin-top: 2rem;
}

.branch__apply .branch__header .step div {
  background: #fff;
  color: #1f1e1e;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.branch__apply .branch__header .step div.active {
  background-color: #003e59;
  color: #fff;
}

.branch__apply .branch__apply--image {
  width: 100%;
  height: 100%;
  position: relative;
}

.branch__apply .branch__apply--image::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f37021;
  opacity: 0.3;
  content: "";
}

.branch__apply .branch__apply--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#regForm {
  background-color: #ffffff;
  font-family: "Open Sans", sans-serif;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-bottom: 0 !important;
  margin-bottom: 0;
}

#regForm #prevBtn {
  padding: 1rem 2.5rem !important;
  background-color: rgba(255, 255, 255, 0.6705882353) !important;
}

#regForm #prevBtn {
  background: #e9e7ed !important;
  color: #615e58 !important;
}

#regForm #prevBtn:hover {
  box-shadow: none !important;
  color: #000000;
}

#regForm #nextBtn {
  padding: 1rem 2.5rem !important;
}

#regForm .tab h2,
#regForm .tab p,
#regForm .tab input {
  font-family: "Open Sans", sans-serif;
}

#regForm .tab h2 {
  font-size: 2rem;
  text-align: center;
  color: #f37021;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 2rem;
  font-weight: bold;
}

#regForm .tab input,
#regForm .tab select {
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem;
  font-size: 1.6rem;
  width: 100%;
}

#regForm .tab input[type=file] {
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1.6rem;
  padding: 0 !important;
  width: 100%;
}

#regForm .tab input:focus,
#regForm .tab select:focus {
  box-shadow: 0 0 2px 2px rgb(194, 242, 251);
  outline: none;
}

#regForm .tab .select2-container {
  padding: 1rem !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  width: 100% !important;
}

#regForm .tab .select2-container--default .select2-selection--single {
  background-color: #fff !important;
  border: none !important;
  border-radius: 5px !important;
}

#regForm .tab .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px !important;
}

#regForm .tab .select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 1rem !important;
}

#regForm .tab .select2-container--default .select2-search--dropdown .select2-search__field:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  outline: none;
}

#regForm .tab ::-webkit-file-upload-button {
  background-color: #cccccc;
  color: #fff;
  padding: 0.8rem;
  border: none;
  margin-right: 1rem;
  border-radius: 4px;
  transition: all 0.3s;
  cursor: pointer;
  padding: 1rem;
}

#regForm .tab textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

#regForm .tab .radio__group {
  display: flex;
  gap: 3rem;
  padding: 0;
}

#regForm .tab .radio__field {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
}

#regForm .tab .radio__field input {
  accent-color: #f37021;
}

#regForm .tab .radio__field input input[type=radio]:focus {
  outline: none;
}

#regForm .tab .radio__field label {
  font-size: 1.6rem;
  font-weight: normal;
}

#regForm .tab .input__label {
  opacity: 0.9;
}

#regForm .tab .radio__label {
  font-size: 1.4rem;
  font-weight: bold;
  color: #615e58;
}

#regForm .tab label {
  font-size: 1.4rem;
  font-weight: bold;
  color: #615e58;
  width: 100%;
}

#regForm .tab textarea {
  width: 100%;
  padding: 1rem;
  transition: all 0.3s;
}

#regForm .tab textarea:focus {
  box-shadow: 0 0 2px 2px rgb(194, 242, 251);
  outline: none;
}

h1 {
  text-align: center;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
  margin-bottom: 21rem;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
  background-color: #f37021;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #003e59;
}

.studentapply__header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 6rem 0;
  background-color: #f5f9fa;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.studentapply__header .shape-1 {
  position: absolute;
  top: 20%;
  left: 10rem;
}

.studentapply__header .shape-2 {
  position: absolute;
  top: 50%;
  right: 30rem;
  opacity: 0.5;
}

.studentapply__header .shape-3 {
  position: absolute;
  top: -5rem;
  right: -8rem;
}

@media screen and (max-width: 1200px) {
  .studentapply__header .shape {
    display: none;
  }
}

@media (max-width: 768px) {
  .studentapply__header .shape {
    display: none;
  }
}

.studentapply__header--inner h2 {
  font-size: 5rem;
  color: #003e59;
  font-weight: bold;
}

.student__apply {
  margin: 5rem 0;
  margin-bottom: 15rem;
}

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

@media (max-width: 768px) {
  .student__apply {
    margin-bottom: 8rem;
  }
}

.student__apply .container {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.08);
  padding: 0;
}

.student__apply .student__apply--image {
  width: 100%;
  height: 100%;
  position: relative;
}

.student__apply .student__apply--image::after {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  background-color: #f37021;
  opacity: 0.2;
}

.student__apply .student__apply--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.studentapply__form {
  background-color: #ffffff;
  font-family: "Open Sans", sans-serif;
  width: 100%;
  height: 100%;
  padding: 4rem;
}

.studentapply__form .default_btn {
  margin-top: 2.5rem;
}

.studentapply__form h2,
.studentapply__form p,
.studentapply__form input {
  font-family: "Open Sans", sans-serif;
}

.studentapply__form h2 {
  font-size: 2rem;
  text-align: center;
  color: #f37021;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 2rem;
  font-weight: bold;
}

.studentapply__form ::-webkit-file-upload-button {
  background-color: #cccccc;
  color: #fff;
  padding: 0.8rem;
  border: none;
  margin-right: 1rem;
  border-radius: 4px;
  transition: all 0.3s;
  cursor: pointer;
  padding: 1rem;
}

.studentapply__form input,
.studentapply__form select {
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem;
  font-size: 1.6rem;
  width: 100%;
}

.studentapply__form input[type=file] {
  padding: 0;
}

.studentapply__form input:focus,
.studentapply__form select:focus {
  box-shadow: 0 0 2px 2px rgb(194, 242, 251);
  outline: none;
}

.studentapply__form .select2-container {
  padding: 1rem !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  width: 100% !important;
}

.studentapply__form .select2-container--default .select2-selection--single {
  background-color: #fff !important;
  border: none !important;
  border-radius: 5px !important;
}

.studentapply__form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px !important;
}

.studentapply__form .select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 1rem !important;
}

.studentapply__form .select2-container--default .select2-search--dropdown .select2-search__field:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  outline: none;
}

.studentapply__form label {
  font-size: 1.4rem;
  font-weight: bold;
  color: #615e58;
  width: 100%;
  font-family: "Open Sans", sans-serif;
}

.studentapply__form .bkash {
  display: none;
}

.studentapply__form .bkash__number {
  font-weight: 500;
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  line-height: 2.2rem;
}

.studentapply__form .bkash__number span {
  color: #f37021;
  font-weight: bold;
}

.studentapply__form button {
  background-color: #f37021;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
}

.studentapply__form .radio__group {
  display: flex;
  gap: 3rem;
  padding: 0;
  margin-bottom: 1rem;
}

.studentapply__form .radio__field {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  font-size: 1.6rem;
}

.studentapply__form .radio__field label {
  font-family: "Open Sans", sans-serif;
}

.studentapply__form .radio__field [type=radio]:checked,
.studentapply__form .radio__field [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.studentapply__form .radio__field [type=radio]:checked+label,
.studentapply__form .radio__field [type=radio]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.studentapply__form .radio__field [type=radio]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  background: #fff;
}

.studentapply__form .radio__field [type=radio]:checked+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  border: 1px solid #f37021;
  border-radius: 100%;
  background: #fff;
}

.studentapply__form .radio__field [type=radio]:checked+label:after,
.studentapply__form .radio__field [type=radio]:not(:checked)+label:after {
  content: "";
  width: 7.5px;
  height: 7.5px;
  background: #f37021;
  position: absolute;
  top: 5.4px;
  left: 3.4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.studentapply__form .radio__field [type=radio]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.studentapply__form .radio__field label {
  font-size: 1.6rem;
  font-weight: normal;
}

.studentapply__form .input__label {
  opacity: 0.9;
}

.studentapply__form .radio__label {
  font-size: 1.4rem;
  font-weight: bold;
  color: #615e58;
}

.studentapply__form label {
  font-size: 1.4rem;
  font-weight: bold;
  color: #615e58;
  width: 100%;
}

/* Mark input boxes that gets an error on validation: */
.invalid {
  background-color: #ffdddd;
}

.course__details--body {
  color: #111827;
}

.advertisement__img {
  background-color: #04432d;
}

.advertisement__img--inner {
  width: 100%;
  max-height: 15rem;
  height: auto;
  overflow: hidden;
}

.advertisement__img--inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course__details--header .header__bg--img {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  z-index: -1;
}

.course__details--header .course__details--header--inner {
  padding: 3rem 0;
  padding-bottom: 2rem;
}

.course__details--header .course__details--header--inner .course__title {
  font-size: 3.3rem;
  font-weight: bold;
}

.course__details--header .course__details--header--inner .course__header--info {
  font-size: 1.5rem;
  width: 95%;
}

.course__details--header .course__details--header--inner .ratings {
  display: flex;
  align-items: center;
}

.course__details--header .course__details--header--inner .ratings .ratings__icon {
  margin-right: 1rem;
}

.course__details--header .course__details--header--inner .ratings .ratings__icon svg {
  color: #003e59;
  height: 1.5rem;
  width: 1.5rem;
}

.course__details--header .course__details--header--inner .ratings .total__ratings {
  margin-bottom: 0;
  font-size: 1.2rem;
}

.instructor {
  padding: 2rem 0;
}

.instructor .title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.instructor__info--box--area {
  display: flex;
  justify-content: space-around;
  border: 1px solid rgb(219, 225, 235);
  border-radius: 0.5rem;
  transition: all 0.3s;
}

@media (min-width: 768px) and (max-width: 991px) {
  .instructor__info--box--area {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .instructor__info--box--area {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.instructor__info--box--area:hover {
  border: 1px solid #11586d;
}

.instructor__info--box {
  display: flex;
  align-items: center;
  padding: 2rem;
  gap: 2rem;
}

.instructor__info--box img {
  width: 7.3rem;
  height: 7.3rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.instructor__info--box .instructor__info h3 {
  font-size: 1.8rem;
  font-weight: 600;
}

.instructor__info--box .instructor__info p {
  margin: 0;
  font-size: 1.3rem;
  font-weight: normal;
}

@media (max-width: 575px) {
  .instructor__info--box .instructor__info p {
    font-size: 1rem;
  }
}

.what__you--learn {
  margin: 3rem 0;
}

.what__you--learn h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.what__you--learn .what__you--learn--info {
  display: block !important;
  background-color: #fff;
  padding: 2rem;
  border: 1px solid rgb(219, 225, 235);
  border-radius: 0.5rem;
}

.what__you--learn .what__you--learn--info .info__left {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 768px) {
  .what__you--learn .what__you--learn--info .info__left {
    width: 100%;
  }
}

.what__you--learn .what__you--learn--info .info__right {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 768px) {
  .what__you--learn .what__you--learn--info .info__right {
    width: 100%;
  }
}

.what__you--learn .what__you--learn--info h1,
.what__you--learn .what__you--learn--info h2,
.what__you--learn .what__you--learn--info h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 1.5rem 0 1rem;
  color: #1f1e1e;
}

.what__you--learn .what__you--learn--info p {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 2.4rem;
}

.what__you--learn .what__you--learn--info p iconify-icon {
  color: #11586d;
  font-size: 2rem;
  margin-top: 0.2rem;
}

.what__you--learn .what__you--learn--info ul,
.what__you--learn .what__you--learn--info ol {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem 3rem;
}

@media (max-width: 768px) {
  .what__you--learn .what__you--learn--info ul,
  .what__you--learn .what__you--learn--info ol {
    grid-template-columns: 1fr;
  }
}

.what__you--learn .what__you--learn--info ul li,
.what__you--learn .what__you--learn--info ol li {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 400;
  padding-left: 2.8rem;
  position: relative;
}

.what__you--learn .what__you--learn--info ul li::before,
.what__you--learn .what__you--learn--info ol li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: #11586d;
  font-size: 2rem;
  line-height: 2.4rem;
}

.what__you--learn .what__you--learn--info strong {
  font-weight: 600;
  display: block;
  font-size: 1.5rem;
  margin: 1.5rem 0 0.5rem;
  color: #1f1e1e;
}

.about__course {
  padding: 2rem 0;
}

.about__course--title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.course__content {
  padding: 2rem 0;
}

.course__content--title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.course__content .course__content--btn {
  position: relative;
}

.course__content .topics h4,
.course__content .skills__you--learn h4 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
}

.course__content .topics ul,
.course__content .skills__you--learn ul {
  list-style-type: none;
}

.course__content .topics ul li,
.course__content .skills__you--learn ul li {
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
  position: relative;
}

.course__content .topics ul li::before,
.course__content .skills__you--learn ul li::before {
  position: absolute;
  top: 7px;
  left: -15px;
  content: "";
  background-color: #342b27;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}

.course__content .topics ul li.free,
.course__content .skills__you--learn ul li.free {
  color: #003e59;
  text-decoration: underline;
  cursor: pointer;
}

.course__content .topics ul li .list__inner,
.course__content .skills__you--learn ul li .list__inner {
  display: flex;
  justify-content: space-between;
}

.course__content .skills__you--learn {
  padding: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.course__content .skills__you--learn .topics__title--icon {
  background-color: #11586d;
  border-radius: 50%;
  color: #fff;
  height: 2rem;
  width: 2rem;
  margin-right: 0.8rem;
}

.course__content .skills__you--learn ul li::marker {
  color: #1f1e1e;
}

.what__need--todoclass {
  padding: 2rem 0;
}

.what__need--todoclass .title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.what__need--todoclass--info {
  padding: 1.5rem;
  background-color: #fff;
  border: 1px solid rgb(219, 225, 235);
  border-radius: 0.5rem;
}

.what__need--todoclass--info p {
  font-size: 1.6rem;
}

.what__need--todoclass--info p .fa {
  color: #11586d;
  margin-right: 0.5rem;
}

.payment {
  padding: 2rem 0;
}

.payment .title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.payment p {
  font-size: 1.6rem;
  border: 1px solid rgb(219, 225, 235);
  padding: 1.5rem;
  cursor: pointer;
}

.payment p span {
  text-decoration: underline;
  color: #11586d;
}

.certificate {
  padding: 2rem 0;
}

.certificate .title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.certificate .certificate__inner {
  padding: 3rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.certificate .certificate__inner .course__completion--text {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.4rem;
}

.certificate .certificate__inner .list {
  font-size: 1.6rem;
  font-weight: 400;
  display: flex;
  gap: 1rem;
  align-items: center;
}

.certificate .certificate__inner .list iconify-icon {
  color: #11586d;
  font-size: 1.8rem;
}

.certificate .certificate__inner img {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  margin-top: 1rem;
}

.student__testemonial {
  padding: 2rem 0;
  transform: scale(1);
}

.student__testemonial:hover .student__testemonial__arrow--left,
.student__testemonial:hover .student__testemonial__arrow--right {
  opacity: 0.5;
}

.student__testemonial .student__testemonial--slider {
  overflow: visible !important;
}

.student__testemonial .slick-list.draggable {
  padding: 1rem 0 !important;
}

.student__testemonial--slider {
  position: relative;
  overflow: hidden;
}

.student__testemonial .student__testemonial__arrow--left {
  position: absolute;
  top: 55%;
  z-index: 999;
  left: -3rem;
  transform: translateY(-50%);
  height: 4rem;
  width: 4rem;
  font-size: 2.8rem;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  background: gray;
  opacity: 0.6;
  border: 1px solid gray;
  opacity: 0.2;
  transition: all 0.3s;
  line-height: 3.5rem;
}

.student__testemonial .student__testemonial__arrow--left::before {
  margin-left: -0.2rem;
}

.student__testemonial .student__testemonial__arrow--right {
  position: absolute;
  top: 55%;
  z-index: 999;
  right: -3.4rem;
  transform: translateY(-50%);
  height: 4rem;
  width: 4rem;
  font-size: 2.8rem;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  background: gray;
  opacity: 0.6;
  border: 1px solid gray;
  transition: all 0.3s;
  opacity: 0.2;
  line-height: 3.5rem;
}

.student__testemonial .student__testemonial__arrow--right::before {
  margin-right: -0.2rem;
}

.student__testemonial .slick-track {
  display: flex;
  gap: 2rem;
}

.student__testemonial--title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.student__testemonial--single {
  background-color: #f3f4f6;
  color: #1f1e1e;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2rem;
  border-radius: 1rem;
}

.student__testemonial--single .quote {
  color: #11586d;
  font-size: 3.5rem;
}

.student__testemonial--single .text {
  font-size: 1.4rem;
  font-weight: normal;
  margin-top: 2rem;
}

.student__testemonial--single .footer {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
}

.student__testemonial--single .footer img {
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  border: 1px solid #003e59;
}

.student__testemonial--single .footer .info .name {
  font-size: 1.8rem;
  margin-bottom: 0;
}

.student__testemonial--single .footer .info .designation {
  font-size: 1.4rem;
  margin-bottom: 0;
  opacity: 0.8;
}

.frequently__asked--question {
  padding: 2rem 0;
}

.frequently__asked--question .title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.course__details--card {
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
  margin: 3rem 0;
  border-radius: 1rem;
  position: relative;
  background-color: #fff;
}

.course__details--card .course__enroll--btn {
  background-color: #003e59;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  padding: 1rem;
  color: #fff;
  margin-bottom: 2rem;
  font-family: "Open Sans", sans-serif;
}

.course__details--card .course__details--img--box {
  position: relative;
  cursor: pointer;
}

.course__details--card .course__details--img--box .video-play--icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 3.5rem;
  width: 3.5rem;
  cursor: pointer;
  background: rgba(255, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.6);
  animation: 2s infinite pulse;
}

.course__details--card .course__details--img--box .video-play--icon i {
  font-size: 1.6rem;
}

.course__details--card .course__details--img--box .video-play--icon .fa-play:before {
  content: "\f04b";
  margin-left: 2px;
}

.course__details--card img {
  height: 100%;
  width: 100%;
}

.course__details--card .course__content {
  padding: 1.5rem;
}

.course__details--card .course__content h2 {
  font-size: 2rem;
  font-weight: bold;
  margin: 1.5rem 0;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  color: #342b27;
}

.course__details--card .course__content h2 svg {
  height: 2rem;
  width: 2rem;
}

.course__details--card .course__content p {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}

.course__details--card .course__content p .icon svg {
  margin-right: 1rem;
  height: 1.5rem;
  width: 1.5rem;
  margin-top: -0.3rem;
  color: #003e59;
}

.course__details--card .course__content p .lavel {
  margin-left: auto;
}

.career__counceling {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .career__counceling {
    display: none;
  }
}

.career__counceling .header {
  padding: 1.5rem;
  background-color: #11586d;
  color: #fff;
  text-align: center;
  border-radius: 1rem 1rem 0 0;
}

.career__counceling .header h4 {
  font-size: 1.8rem;
  font-weight: bold;
}

.career__counceling .header p {
  font-weight: normal;
  font-size: 1.2rem;
}

.career__counceling .body {
  padding: 1.5rem;
}

.career__counceling .body .form__group {
  margin-bottom: 1.5rem;
}

.career__counceling .body label {
  width: 100%;
  font-size: 1.2rem;
  opacity: 0.9;
  margin-bottom: 0.3rem;
}

.career__counceling .body input {
  width: 100%;
  padding: 1rem;
  font-size: 1.3rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.career__counceling .body input:focus {
  outline: none;
  border: 1px solid #11586d;
}

.career__counceling .body .note {
  color: #1f1e1e;
  font-size: 1.2rem;
  opacity: 0.8;
}

.career__counceling .body .note span {
  font-weight: bold;
}

.career__counceling .body button {
  width: 100%;
  font-size: 1.4rem;
  background: #11586d;
}

.course__details--enrollment--form {
  padding: 2rem 0;
  margin-bottom: 15rem;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-top: 3rem;
}

.course__details--enrollment--form::before {
  content: "";
  display: inline-block;
  height: 7px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: linear-gradient(90deg, #11586d, #003e59 99%);
}

.course__details--enrollment--form--inner {
  background-color: #fff;
  padding: 2rem;
  width: 100%;
}

.course__details--enrollment--form--inner .title {
  font-size: 2rem;
  font-weight: bold;
  color: #11586d;
  margin-bottom: 1rem;
}

.course__details--enrollment--form--inner .form__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  align-items: flex-end;
}

@media (max-width: 768px) {
  .course__details--enrollment--form--inner .form__group {
    flex-direction: column;
    align-items: flex-start;
  }
}

.course__details--enrollment--form--inner .form__group .form__field {
  flex-grow: 2;
}

@media (max-width: 768px) {
  .course__details--enrollment--form--inner .form__group .form__field {
    width: 100%;
  }
}

.course__details--enrollment--form--inner .form__group .form__field label {
  font-size: 1.4rem;
  font-weight: normal;
}

.course__details--enrollment--form--inner .form__group .form__field input {
  width: 100%;
  padding: 0.8rem 1rem;
  font-size: 1.6rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.course__details--enrollment--form--inner .form__group .form__field input:focus {
  outline: none;
  border: 1px solid #11586d;
}

.course__details--enrollment--form--inner .form__group .default_btn {
  padding: 1rem 2rem;
  font-size: 1.6rem !important;
}

.modal__area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999 !important;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.modal__area .modal__area--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.8;
}

.modal__area .video__modal--area {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.modal__area .video__modal--area .container {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 419px;
}

.modal__area .video__area--inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 419px;
  width: 100%;
  position: relative;
  z-index: 99999;
}

.modal__area .video__area--inner i {
  position: absolute;
  top: -2rem;
  right: -2rem;
  color: #fff;
  font-size: 2rem;
  opacity: 0.8;
  cursor: pointer;
}

.modal__area .video__area--inner .video__area {
  flex-grow: 4;
  height: 100%;
}

.modal__area .video__area--inner .video__area iframe {
  width: 100%;
  height: 100%;
}

.modal__area .video__area--inner .modal__form {
  text-align: center;
  background: #fff;
  padding: 2rem;
  flex-grow: 1;
  height: 100%;
}

@media only screen and (max-width: 1000px) {
  .modal__area .video__area--inner .modal__form {
    display: none;
  }
}

.modal__area .video__area--inner .modal__form .title {
  font-size: 2rem;
  font-weight: 600;
}

@media (min-width: 768px) and (max-width: 991px) {
  .modal__area .video__area--inner .modal__form .title {
    font-size: 1.6rem;
    display: none;
  }
}

.modal__area .video__area--inner .modal__form img {
  height: 8rem;
  width: 8rem;
  border-radius: 50%;
  border: 1px solid #003e59;
  margin: 0.8rem 0;
}

.modal__area .video__area--inner .modal__form .question {
  font-size: 1.6rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .modal__area .video__area--inner .modal__form .question {
    font-size: 1.1rem;
  }
}

.modal__area .video__area--inner .modal__form .phone {
  font-size: 2rem;
  color: #000000;
  font-weight: bold;
  opacity: 0.9;
  margin: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .modal__area .video__area--inner .modal__form .phone {
    font-size: 1.4rem;
  }
}

.modal__area .video__area--inner .modal__form .or {
  font-size: 1.4rem;
  margin: 1rem 0;
  opacity: 0.8;
}

.modal__area .video__area--inner .modal__form .request__callback {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.modal__area .video__area--inner .modal__form .modal__submit--form input {
  width: 100%;
  padding: 1rem;
  margin: 0.5rem 0;
  font-size: 1.3rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.modal__area .video__area--inner .modal__form .modal__submit--form input:focus {
  outline: none;
}

.modal__area .video__area--inner .modal__form .modal__submit--form button {
  border: none;
  padding: 1rem;
  width: 100%;
  background-color: #003e59;
  color: #fff;
  margin-top: 0.5rem;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
}

.accordion {
  max-width: 100% !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
  background: #fff;
}

.accordion__label,
.accordion__content {
  padding: 14px 20px;
}

.accordion__label {
  display: block;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  transition: background 0.1s;
  color: #1f1e1e;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion__label .label__icon {
  margin-right: 7rem;
  font-weight: normal;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 10rem;
}

.accordion__label:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.accordion__label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 9px;
  background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0nMTInIGhlaWdodD0nOCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMi4xMiA2LjcxIDYgMi44M2wzLjg4IDMuODhhLjk5Ny45OTcgMCAxIDAgMS40MS0xLjQxTDYuNy43MWEuOTk2Ljk5NiAwIDAgMC0xLjQxIDBMLjcgNS4zYS45OTYuOTk2IDAgMCAwIDAgMS40MWMuMzkuMzggMS4wMy4zOSAxLjQyIDBaJyBmaWxsPScjMDAwJy8+PC9zdmc+");
  background-size: contain;
  transition: transform 0.4s;
  background-repeat: no-repeat;
  opacity: 0.6;
}

.accordion__content {
  background: #ffffff;
  line-height: 1.6;
  font-size: 1.4rem;
  display: none;
}

.accordion__input {
  display: none;
}

.accordion__input:checked~.accordion__content {
  display: block;
}

.accordion__input:checked~.accordion__label::after {
  transform: translateY(-50%) rotate(0.5turn);
}

.accordion-body ul li {
  list-style-type: square;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
  color: #342b27;
  opacity: 0.9;
  list-style: none;
  position: relative;
}

.accordion-body ul li::before {
  position: absolute;
  top: 10px;
  left: -20px;
  content: "";
  background-color: #615e58;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}

.accordion-body ul li span {
  font-weight: normal;
}

.jobgetters__header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 6rem 0;
  background-color: #f5f9fa;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.jobgetters__header .shape-1 {
  position: absolute;
  top: 20%;
  left: 10rem;
}

.jobgetters__header .shape-2 {
  position: absolute;
  top: 50%;
  right: 30rem;
  opacity: 0.5;
}

.jobgetters__header .shape-3 {
  position: absolute;
  top: -5rem;
  right: -8rem;
}

@media screen and (max-width: 1200px) {
  .jobgetters__header .shape {
    display: none;
  }
}

@media (max-width: 768px) {
  .jobgetters__header .shape {
    display: none;
  }
}

.job__getters--header {
  padding: 10rem 0;
}

.jobgetters__header--inner h2 {
  font-size: 5rem;
  color: #003e59;
  font-weight: bold;
}

@media (min-width: 768px) and (max-width: 991px) {
  .jobgetters__header--inner h2 {
    font-size: 4rem;
  }
}

@media (max-width: 768px) {
  .jobgetters__header--inner h2 {
    font-size: 3.5rem;
  }
}

.jobgetters__header--inner .breadcrumb {
  justify-content: center;
}

.jobgetters__header--inner .breadcrumb__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.jobgetters__header--inner .breadcrumb__inner .breadcrumb__item {
  font-size: 2rem;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  color: #342b27;
}

.jobgetters__header--inner .breadcrumb__inner .seperator {
  margin: 0 1rem;
}

.jobgetters__header--inner .breadcrumb__inner .seperator svg {
  height: 1.6rem;
  width: auto;
}

.jobgetters__header--inner .breadcrumb__inner .active {
  color: #000000;
}

.job__getters--card {
  padding: 10rem 0;
  padding-bottom: 15rem;
}

.job__getters--card--inner {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
}

@media (max-width: 768px) {
  .job__getters--card--inner {
    justify-content: center;
  }
}

.job__getters--card .job__getters--single {
  background-image: linear-gradient(to top, #11586d 37%, rgba(255, 255, 255, 0.5) 200%);
  padding: 5.5rem 4rem;
  color: #fff;
  height: inherit !important;
  width: 30%;
  margin-bottom: 2rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .job__getters--card .job__getters--single {
    width: 47%;
  }
}

@media (max-width: 768px) {
  .job__getters--card .job__getters--single {
    width: 90%;
  }
}

.job__getters--card .job__getters--single.br-right-top {
  border-radius: 0.5rem 10rem 0.5rem 0.5rem;
}

.job__getters--card .job__getters--single.br-right-bottom {
  border-radius: 0.5rem 0.5rem 10rem 0.5rem;
}

.job__getters--card .job__getters--single.br-left-top {
  border-radius: 10rem 0.5rem 0.5rem 0.5rem;
}

.job__getters--card .job__getters--single.br-bottom-left {
  border-radius: 0.5rem 0.5rem 0.5rem 10rem;
}

.job__getters--card .job__getters--single img {
  border-radius: 50%;
  display: block;
  height: 9rem;
  margin-bottom: 27px;
  width: 9rem;
}

.job__getters--card .job__getters--single h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.375rem;
  margin-bottom: 10px;
}

.job__getters--card .job__getters--single b {
  display: block;
  font-weight: 600;
  margin-bottom: 1.4rem;
  color: rgba(255, 255, 255, 0.8);
}

.job__getters--card .job__getters--single p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.login__container {
  margin-top: 0 !important;
  background: #fff !important;
}

.login__footer {
  margin: 0 !important;
  padding: 0 !important;
}

.login {
  position: relative;
  height: calc(100vh - 185px);
}

@media screen and (max-width: 992px) {
  .login {
    height: calc(100vh - 160px);
  }
}

@media (max-width: 768px) {
  .login {
    height: calc(100vh - 140px);
  }
}

@media (max-width: 575px) {
  .login {
    height: calc(100vh - 140px);
  }
}

.login .form__inner {
  height: calc(100vh - 175px);
}

@media screen and (max-width: 992px) {
  .login .form__inner {
    height: calc(100vh - 160px);
  }
}

@media (max-width: 768px) {
  .login .form__inner {
    height: calc(100vh - 140px);
  }
}

@media (max-width: 575px) {
  .login .form__inner {
    height: calc(100vh - 150px);
  }
}

.login .form__inner .row {
  height: calc(100vh - 140px);
}

@media screen and (max-width: 992px) {
  .login .form__inner .row {
    height: calc(100vh - 160px);
  }
}

@media (max-width: 768px) {
  .login .form__inner .row {
    height: calc(100vh - 140px);
  }
}

@media (max-width: 575px) {
  .login .form__inner .row {
    height: calc(100vh - 500px);
  }
}

.login form {
  background-color: #fff;
  padding: 3rem;
  border-radius: 1rem 0 0 1rem;
  margin-top: -12rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .login form {
    margin-top: 2rem;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .login form {
    padding: 0;
    margin-top: -5rem;
  }
}

@media (max-width: 575px) {
  .login form {
    margin-top: 6rem;
    padding: 0;
  }
}

.login form h2 {
  color: #615e58;
  font-size: 3.2rem;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 3rem;
}

@media (max-width: 575px) {
  .login form h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}

.login form p {
  font-size: 1.6rem;
}

@media (max-width: 575px) {
  .login form p {
    font-size: 1.2rem;
  }
}

.login form .back__to--login {
  font-size: 1.4rem;
  display: block;
  text-align: center;
  margin-top: 2rem;
  color: #615e58;
}

.login form .back__to--login:hover {
  color: #11586d;
}

.login form input,
.login form select {
  background-color: #fff;
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem 1.5rem;
  font-size: 1.8rem;
  width: 100%;
  border-radius: 5px;
  color: #1f1e1e;
}

.login form input::placeholder,
.login form select::placeholder {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
}

.login form input:focus,
.login form select:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.login form .default_btn {
  background: linear-gradient(214.38deg, #fb908a 2%, #f37021 30.38%);
  font-size: 1.4rem;
  margin-top: 1rem;
  padding: 1.1rem 2.5rem;
  width: 100%;
  margin-right: 0;
  max-width: 100%;
}

.login form .password__area {
  position: relative;
}

.login form .password__area a {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
}

.login form .dont__have--account {
  display: block;
  text-align: center;
  margin-top: 2rem;
  font-size: 1.4rem;
  color: #615e58;
  transition: all 0.3s;
}

.login form .dont__have--account:hover {
  color: #11586d;
}

.login .img__box {
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}

@media screen and (max-width: 992px) {
  .login .img__box {
    width: 40%;
  }
}

.login .img__box img {
  width: 100%;
  height: 100%;
}

.page__header {
  background: linear-gradient(to right, #003e59 50%, #11586d 100%);
  overflow: hidden;
  max-height: 15rem;
  overflow: hidden;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  padding: 1rem 0;
}

.page__header .container {
  position: relative;
}

.page__header .shape {
  position: absolute;
}

@media (max-width: 575px) {
  .page__header .shape {
    display: none;
  }
}

.page__header .shape-1 {
  opacity: 0.1;
}

.page__header .shape-2 {
  top: 103px;
  left: 55%;
  opacity: 0.3;
}

.page__header .shape-3 {
  top: -14px;
  right: -5px;
  opacity: 0.5;
}

.page__header--info {
  margin-top: 1rem;
}

.page__header--info h2 {
  font-size: 3.5rem;
  font-weight: 500;
  font-family: "Anek Bangla" !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .page__header--info h2 {
    font-size: 3.2rem;
  }
}

@media (max-width: 768px) {
  .page__header--info h2 {
    font-size: 3rem;
  }
}

@media (max-width: 575px) {
  .page__header--info h2 {
    font-size: 2.7rem;
  }
}

.page__header--info p {
  font-size: 1.8rem;
  font-weight: normal;
  padding-bottom: 2rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .page__header--info p {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .page__header--info p {
    font-size: 1.4rem;
  }
}

@media (max-width: 575px) {
  .page__header--info p {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
}

.page__header--info .default_btn {
  border-radius: 0.5rem !important;
  pad: 0.8rem 2.5rem !important;
}

.page__header .img__box {
  height: 14rem;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
  z-index: 1;
  text-align: right;
  margin-left: auto;
  margin-top: -8px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .page__header .img__box {
    display: none;
  }
}

@media (max-width: 768px) {
  .page__header .img__box {
    display: none;
  }
}

.page__header .img__box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.page__header .img__box i {
  font-size: 2rem;
  color: #fff;
  z-index: 99999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f37021;
  border-radius: 50%;
  height: 4.5rem;
  width: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.course__listing {
  padding: 8rem 0;
  padding-bottom: 10rem;
}

.course__listing .course__category--single {
  margin-bottom: 4rem;
}

.course__listing .category__title {
  font-size: 2.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.course__listing .category__title i {
  color: #f37021;
  font-weight: normal;
  font-size: 2.5rem;
}

.course__item {
  padding: 10rem 0;
}

.course__item--single {
  position: relative;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  overflow: hidden;
  transition: all 0.3s;
  margin-bottom: 3rem !important;
}

.course__item--single:hover {
  box-shadow: 2px 0 5px 1px rgba(0, 0, 0, 0.05) !important;
}

.course__item--single .course_image {
  border-radius: 25px 25px 0 0;
  -webkit-border-radius: 25px 25px 0 0;
  -moz-border-radius: 25px 25px 0 0;
  -ms-border-radius: 25px 25px 0 0;
  -o-border-radius: 25px 25px 0 0;
}

.course__item--single .course_text {
  padding: 20px 14px 28px 17px;
  height: 114px;
  display: flex;
  align-items: center;
  background: #f6f6f6;
}

.course__item--single .course_text h6 {
  font-family: "potro_sans";
  font-size: 14px;
  line-height: 23px;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.2px;
  color: #f37021;
}

.course__item--single .course_text h3 {
  color: #1f1e1e;
  font-family: "Bermula";
  font-size: 20px;
  font-weight: 800;
  line-height: 32px;
  letter-spacing: 0.200000003px;
}

.course__item--single .course_text p {
  margin-top: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #1f1e1e;
}

.course__item--single .course_text ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.course__item--single .course_text .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.course__item--single .course_text .footer .discount__btn {
  font-size: 1.4rem;
  font-weight: normal;
  border: 1px solid #f37021;
  padding: 0.5rem;
  background-color: transparent;
  height: 4rem;
  width: 15rem;
  font-weight: bold;
  color: #f37021;
}

.course__item--single .course_text .reviews {
  margin-right: auto;
  margin-left: 0rem;
  margin-top: 0.3rem;
  font-size: 1.4rem;
}

.course__item--single .course_text span svg {
  color: rgba(255, 148, 143, 0.5);
  margin: -4px;
  padding: 0;
  height: 2rem;
  width: 2rem;
}

.discount__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999 !important;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.discount__modal .row {
  height: 100vh;
}

.discount__modal .modal__area--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.8;
}

.discount__modal .video__modal--area {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.discount__modal .modal__form {
  text-align: center;
  background: #fff;
  flex-grow: 1;
  height: 100%;
  position: relative;
}

.discount__modal .modal__form iconify-icon {
  position: absolute;
  right: 0;
  top: 1rem;
  font-size: 3rem;
  opacity: 0.5;
  cursor: pointer;
  padding-right: 1rem;
}

.discount__modal .modal__form .modal__submit--form {
  position: relative;
  padding: 4rem;
}

.discount__modal .modal__form .modal__submit--form .title {
  font-size: 2rem;
  font-weight: 600;
}

@media (min-width: 768px) and (max-width: 991px) {
  .discount__modal .modal__form .modal__submit--form .title {
    font-size: 1.8rem;
    display: none;
  }
}

.discount__modal .modal__form .modal__submit--form .title__area {
  text-align: left;
  font-family: "potro_sans";
}

.discount__modal .modal__form .modal__submit--form .title__area .title {
  color: #342b27;
  line-height: 2.2rem;
  font-weight: 600;
  display: block;
  line-height: 3rem;
}

.discount__modal .modal__form .modal__submit--form .title__area .sub__title {
  font-size: 1.6rem;
}

.discount__modal .modal__form .modal__submit--form label {
  width: 100%;
  text-align: left;
  font-size: 1.4rem;
}

.discount__modal .modal__form .modal__submit--form input,
.discount__modal .modal__form .modal__submit--form select {
  width: 100%;
  padding: 1.5rem;
  font-size: 1.6rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: left;
  transition: all 0.3s;
  border-radius: 4px;
  padding-top: 2.5rem;
}

.discount__modal .modal__form .modal__submit--form input:focus,
.discount__modal .modal__form .modal__submit--form select:focus {
  outline: none;
  box-shadow: 0 0 2px 2px rgb(194, 242, 251);
}

.discount__modal .modal__form .modal__submit--form select#course {
  padding-left: 1.2rem;
  margin-left: 0;
}

.discount__modal .modal__form .modal__submit--form .input-double {
  display: flex;
  gap: 2rem;
}

.discount__modal .modal__form .modal__submit--form .input-double .input-container {
  flex: 1;
}

.discount__modal .modal__form .modal__submit--form .input-container {
  position: relative;
  margin-bottom: 20px;
}

.discount__modal .modal__form .modal__submit--form .input-label {
  position: absolute;
  top: 2rem;
  left: 1.5rem;
  transition: all 0.2s ease-out;
  pointer-events: none;
  font-size: 16px;
  color: #999;
}

.discount__modal .modal__form .modal__submit--form .course-label {
  top: -20px;
  font-size: 12px;
  color: #615e58;
  font-size: 1.2rem;
  top: 7px;
}

.discount__modal .modal__form .modal__submit--form .input-label.active {
  top: -20px;
  font-size: 12px;
  color: #615e58;
  font-size: 1.2rem;
  top: 7px;
}

.discount__modal .modal__form .modal__submit--form .button__box {
  text-align: left;
  padding: 1rem 0;
}

.discount__modal .modal__form .modal__submit--form .button__box button {
  border: none;
  padding: 1rem 3rem;
  background-color: #187895;
  color: #fff;
  font-size: 1.8rem;
  font-family: "Open Sans", sans-serif;
  border-radius: 0.2rem;
  transition: all 0.3s;
}

.discount__modal .modal__form .modal__submit--form .button__box button:hover {
  background-color: #003e59;
}

.discount__modal .modal__form .modal__submit--form .contact {
  font-size: 1.6rem;
  font-family: "potro_sans";
  margin-left: 0;
  text-align: left;
}

.discount__modal .modal__form .modal__submit--form .contact span {
  font-weight: bold;
}

.courselisting__body {
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  .courselisting__body .container {
    padding: 0 2rem !important;
    margin: 0 !important;
    max-width: 100% !important;
  }
}

.footer__admin {
  margin-top: 4rem;
}

.rbt-header-wrapper.header-space-betwween.header-sticky.course-listing-sticky.rbt-sticky {
  top: 0 !important;
}

.course__list {
  margin: 6rem 0;
}

.course__list .header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1rem;
  gap: 1rem;
  align-items: center;
}

@media (max-width: 768px) {
  .course__list .header {
    flex-wrap: wrap;
    gap: 2rem;
  }
}

.course__list .header .result {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  color: #615e58;
  display: inline-block;
  width: 30%;
  margin: 0;
  line-height: 22px;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .course__list .header .result {
    width: 40%;
  }
}

@media screen and (max-width: 500px) {
  .course__list .header .result {
    width: 100%;
  }
}

.course__list .header .result span {
  color: #11586d;
  font-weight: bold;
}

.course__list .header .filterby {
  display: flex;
  gap: 1rem;
  align-items: center;
  z-index: 1 !important;
}

.course__list .header .filterby h3 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #615e58;
}

@media (max-width: 768px) {
  .course__list .header .filterby h3 {
    font-size: 1.2rem;
  }
}

.course__list .header .filterby .dropdown button:hover {
  background-color: inherit !important;
  color: inherit !important;
  text-decoration: none !important;
}

.course__list .header .filterby .dropdown .dropdown__others--filter {
  color: #615e58 !important;
  background: transparent;
  cursor: pointer;
  font-size: 1.4rem;
  padding: 0.5rem 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem;
  font-family: "Open Sans", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.2rem;
}

.course__list .header .filterby .dropdown .dropdown__others--filter iconify-icon {
  font-size: 2rem;
}

.course__list .header .filterby .dropdown .dropdown-content {
  display: none;
  position: absolute;
  z-index: 1;
  background: #fff;
  padding: 2rem;
  box-shadow: 0 -2px 10px 4px rgba(0, 0, 0, 0.05);
  width: 28rem;
  font-family: "Open Sans", sans-serif;
  color: #615e58;
  margin-top: 0.8rem;
  left: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .course__list .header .filterby .dropdown .dropdown-content {
    left: -12rem;
  }
}

@media (max-width: 768px) {
  .course__list .header .filterby .dropdown .dropdown-content {
    left: -16rem;
  }
}

@media screen and (max-width: 485px) {
  .course__list .header .filterby .dropdown .dropdown-content {
    left: -14rem;
  }
}

@media screen and (max-width: 376px) {
  .course__list .header .filterby .dropdown .dropdown-content {
    left: -16rem;
  }
}

.course__list .header .filterby .dropdown .dropdown-content .dropdown__content--item {
  position: relative;
}

.course__list .header .filterby .dropdown .dropdown-content .dropdown__content--item::before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(230, 230, 230, 0);
  border-bottom-color: #fff;
  border-width: 7px;
  margin-left: 36px;
  top: -33px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .course__list .header .filterby .dropdown .dropdown-content .dropdown__content--item::before {
    margin-left: 150px !important;
  }
}

@media (max-width: 768px) {
  .course__list .header .filterby .dropdown .dropdown-content .dropdown__content--item::before {
    margin-left: 180px !important;
  }
}

.course__list .header .filterby .dropdown .dropdown-content .dropdown__content--item .type {
  margin-bottom: 3rem;
  text-align: left;
}

.course__list .header .filterby .dropdown .dropdown-content .dropdown__content--item .type p {
  font-style: italic;
  font-size: 1.4rem;
}

.course__list .header .filterby .dropdown .dropdown-content .dropdown__content--item .type .form-group {
  display: block;
  margin-bottom: 1rem;
}

.course__list .header .filterby .dropdown .dropdown-content .dropdown__content--item .type .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.course__list .header .filterby .dropdown .dropdown-content .dropdown__content--item .type .form-group label {
  position: relative;
  cursor: pointer;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}

.course__list .header .filterby .dropdown .dropdown-content .dropdown__content--item .type .form-group label:before {
  content: "";
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.6rem;
  display: inline-block;
  position: relative;
  margin-right: 1rem;
}

.course__list .header .filterby .dropdown .dropdown-content .dropdown__content--item .type .form-group input:checked+label:before {
  border: 1px solid transparent;
}

.course__list .header .filterby .dropdown .dropdown-content .dropdown__content--item .type .form-group input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 14px;
  border: solid #11586d;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.course__list .header .filterby .dropdown .dropdown-content .button__box {
  display: flex;
  justify-content: space-between;
}

.course__list .header .filterby .dropdown .dropdown-content .button__box .apply {
  color: #fff;
  padding: 0.8rem 2rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  border-radius: 0.2rem;
  transition: all 0.3s;
  background: #187895;
  border: 1px solid transparent;
}

.course__list .header .filterby .dropdown .dropdown-content .button__box .apply:hover {
  background-color: #11586d !important;
  color: #fff !important;
}

.course__list .header .filterby .dropdown .dropdown-content .button__box .clear {
  color: #615e58;
  padding: 0.8rem 2rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  border-radius: 0.2rem;
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent !important;
}

.course__list .header .filterby .dropdown .dropdown-content .button__box .clear:hover {
  color: #003e59 !important;
}

.course__list .header .filterby .dropdown .dropdown:hover .dropdown-content {
  display: block;
}

.course__list .header .filterby .job__role--select {
  position: relative;
  font-size: 1.4rem;
  color: #615e58;
}

.course__list .header .filterby select {
  font-size: 1.4rem;
  padding: 0.5rem 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem;
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="currentColor" fill-opacity="0.5" d="m12 15.4l-6-6L7.4 8l4.6 4.6L16.6 8L18 9.4l-6 6Z"%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 45px 22px;
  background-position: calc(100% + 5px) center;
  transition: transform 0.3s ease-in-out;
  padding-right: 40px;
  color: #615e58;
  cursor: pointer;
}

.course__list .header .filterby select:focus {
  outline: none;
}

.course__list .header .new__filter {
  position: absolute;
  top: -18px;
  left: 0;
  font-size: 1rem;
  padding: 0.2rem 0.5rem;
  color: white;
  background: linear-gradient(100deg, #11586d, #003e59);
}

.course__list .header .new__filter::after {
  position: absolute;
  top: 0;
  left: 6px;
  width: 100%;
  height: 100%;
  content: "";
  background: #003e59;
  clip-path: polygon(90% 0, 87% 100%, 100% 100%);
}

.course__list .filter__token {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  align-items: center;
  margin-top: 0.5rem;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .course__list .filter__token {
    flex-wrap: wrap;
  }
}

.course__list .filter__token ul {
  display: flex;
  align-items: center;
  margin: 0;
}

.course__list .filter__token ul li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #f4f4f4;
  padding: 1rem 2rem;
  border-radius: 4rem;
  transition: all 0.3s;
}

.course__list .filter__token ul li:hover {
  background: #cccccc;
}

.course__list .filter__token ul li iconify-icon {
  cursor: pointer;
}

.course__list .filter__token .clear {
  background: transparent;
  color: #342b27;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  cursor: pointer;
  border: none;
}

.course__list .filter__token .clear:hover {
  background-color: transparent !important;
  color: #11586d !important;
  text-decoration: none !important;
}

.course__list .job__role--token {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
  align-items: center;
}

@media (max-width: 768px) {
  .course__list .job__role--token {
    flex-wrap: nowrap;
  }
}

.course__list .job__role--token a {
  font-size: 1.4rem;
  padding: 1rem 1.5rem;
  border-radius: 4rem;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .course__list .job__role--token a {
    border-radius: 1rem;
  }
}

@media (max-width: 768px) {
  .course__list .job__role--token a {
    padding: 1rem 2rem;
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .course__list .masters__programe .course__info ul {
    display: none;
  }
}

.course__list .masters__programe .course__info>.course__details--info {
  display: none;
}

@media (max-width: 768px) {
  .course__list .masters__programe .course__info>.course__details--info {
    display: flex;
    gap: 2rem;
  }
}

.course__list .masters__programe .course__info>.course__details--info .course__details--info--single:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 2rem;
}

.course__list .table__list--area {
  margin-top: 3rem;
}

.course__list .table__list--area>a {
  display: flex;
}

.course__list .course__single {
  display: flex;
  gap: 2rem;
  padding: 2rem 0;
  transition: padding 0.5s;
  position: relative;
}

.course__list .course__single:hover {
  background-color: #f9f9f9;
  padding: 2rem;
}

.course__list .course__single:hover .course__tooltip {
  right: -250px;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 768px) and (max-width: 991px) {
  .course__list .course__single:hover {
    padding: 2rem 0;
    background-color: transparent;
  }
}

@media (max-width: 768px) {
  .course__list .course__single:hover {
    padding: 2rem 0;
    background-color: transparent;
  }
}

.course__list .course__single:hover .course__info {
  width: 50%;
}

.course__list .course__single:hover .course__info .title span::before {
  left: -12px;
}

.course__list .course__single:hover .course__tooltip {
  display: block;
}

@media (min-width: 768px) and (max-width: 991px) {
  .course__list .course__single:hover .course__tooltip {
    display: none;
  }
}

@media (max-width: 768px) {
  .course__list .course__single:hover .course__tooltip {
    display: none;
  }
}

.course__list .course__single:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.course__list .course__single .img__box {
  height: 12rem;
  width: 12rem;
}

@media (max-width: 768px) {
  .course__list .course__single .img__box {
    width: 9rem;
    height: 9rem;
  }
}

.course__list .course__single .img__box img {
  object-fit: cover;
  height: 12rem;
  width: 12rem;
}

@media (max-width: 768px) {
  .course__list .course__single .img__box img {
    width: 9rem;
    height: 9rem;
  }
}

.course__list .course__single .course__info {
  width: 50%;
}

.course__list .course__single .course__info .title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #615e58;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .course__list .course__single .course__info .title {
    font-size: 1.2rem;
    gap: 1rem;
  }
}

.course__list .course__single .course__info .title span {
  background: linear-gradient(98deg, #11586d, #003e59);
  color: #fff;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  position: relative;
  font-weight: normal;
}

.course__list .course__single .course__info .title span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -12px;
  border-color: transparent #11586d;
  border-style: solid;
  border-width: 12px 13px 13px 0px;
  height: 0px;
  width: 0px;
  transition: all 0.5s;
}

.course__list .course__single .course__info .sub__title {
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media (max-width: 768px) {
  .course__list .course__single .course__info .sub__title {
    display: none;
  }
}

.course__list .course__single .course__info .sub__title span {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  color: #333;
  opacity: 0.8;
}

.course__list .course__single .course__info .sub__title span iconify-icon {
  color: #615e58;
  margin-right: 0.2rem;
}

.course__list .course__single .course__info ul {
  list-style: none;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.course__list .course__single .course__info ul li {
  font-size: 1.2rem;
  color: #342b27;
  line-height: 2rem;
  position: relative;
}

@media (max-width: 768px) {
  .course__list .course__single .course__info ul li {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.course__list .course__single .course__info ul li::before {
  position: absolute;
  height: 0.4rem;
  width: 0.4rem;
  background-color: #342b27;
  content: "";
  top: 48%;
  transform: translateY(-50%);
  left: -1.5rem;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .course__list .course__single .course__info ul li::before {
    top: 1rem;
  }
}

.course__list .course__single .course__info .more__courses {
  font-size: 1.2rem;
  font-style: italic;
  color: #615e58;
}

@media (max-width: 768px) {
  .course__list .course__single .course__info .more__courses {
    display: none;
  }
}

.course__list .course__single .course__info .ratings {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: flex-end;
  display: none;
}

@media (max-width: 768px) {
  .course__list .course__single .course__info .ratings {
    display: flex;
    justify-content: flex-start;
    gap: 2rem;
  }
}

.course__list .course__single .course__info .ratings .icon {
  display: flex;
  align-items: center;
}

.course__list .course__single .course__info .ratings .icon iconify-icon {
  font-size: 1.8rem;
  color: #f37021;
}

@media (max-width: 768px) {
  .course__list .course__single .course__info .ratings .icon iconify-icon {
    font-size: 1.4rem;
    margin-right: -2px;
    opacity: 0.8;
  }
}

.course__list .course__single .course__info .ratings h3 {
  margin-bottom: 0;
  font-size: 1.4rem;
  color: #342b27;
  font-weight: bold;
}

@media (max-width: 768px) {
  .course__list .course__single .course__info .ratings h3 {
    font-size: 1.2rem;
  }
}

.course__list .course__single .course__info .ratings h3 span {
  color: #615e58;
  font-weight: normal;
}

.course__list .course__single .course__details {
  margin-left: auto;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (max-width: 768px) {
  .course__list .course__single .course__details {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
}

.course__list .course__single .course__details .ratings {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .course__list .course__single .course__details .ratings {
    display: none;
  }
}

.course__list .course__single .course__details .ratings .icon {
  display: flex;
  align-items: center;
}

.course__list .course__single .course__details .ratings .icon iconify-icon {
  font-size: 1.8rem;
  color: #f37021;
}

.course__list .course__single .course__details .ratings h3 {
  margin-bottom: 0;
  font-size: 1.4rem;
  color: #342b27;
  font-weight: bold;
}

.course__list .course__single .course__details .ratings h3 span {
  color: #615e58;
  font-weight: normal;
}

.course__list .course__single .course__details .course__details--info {
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
}

@media (max-width: 768px) {
  .course__list .course__single .course__details .course__details--info {
    display: none;
  }
}

.course__list .course__single .course__details .course__details--info--single {
  text-align: center;
}

.course__list .course__single .course__details .course__details--info--single:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 2rem;
}

.course__list .course__single .course__details .course__details--info--single h6 {
  font-size: 1rem;
  font-style: italic;
}

.course__list .course__single .course__details .course__details--info--single h2 {
  font-size: 2.4rem;
  color: #615e58;
}

.course__list .course__single .course__details .button__area {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  justify-content: flex-end;
}

.course__list .course__single .course__details .button__area button {
  font-size: 1.1rem;
  font-weight: normal;
  padding: 0.5rem 1rem;
  color: #11586d;
  text-transform: uppercase;
  background: none;
  border: 1px solid #11586d;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 768px) {
  .course__list .course__single .course__details .button__area button {
    display: none;
  }
}

.course__list .course__single .course__details .button__area button:hover a {
  color: #11586d;
}

.course__list .course__single .course__details .button__area iconify-icon {
  background-color: #fff;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
  box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.09);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: rgba(0, 0, 0, 0.1);
}

.course__list .course__single .course__tooltip {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -260px;
  background-color: #fff;
  box-shadow: -4px 0 10px 1px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  padding-bottom: 3rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

@media (min-width: 768px) and (max-width: 991px) {
  .course__list .course__single .course__tooltip {
    display: none;
  }
}

@media (max-width: 768px) {
  .course__list .course__single .course__tooltip {
    display: none;
  }
}

.course__list .course__single .course__tooltip::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -12px;
  border-color: transparent #fff;
  border-style: solid;
  border-width: 12px 13px 13px 0px;
  height: 0px;
  width: 0px;
  transition: all 0.5s;
}

.course__list .course__single .course__tooltip p {
  margin-bottom: 0;
}

.course__list .course__single .course__tooltip .normal {
  font-size: 1.4rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  color: #615e58;
  font-weight: 600;
}

.course__list .course__single .course__tooltip .normal iconify-icon {
  color: #11586d;
}

.course__list .course__single .course__tooltip .small {
  font-size: 1.2rem;
  color: #615e58;
  margin-top: 1rem;
}

/* The Modal (background) */
/* The Modal (background) */
.listing__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999 !important;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.listing__modal .row {
  height: 100vh;
}

.listing__modal .modal__area--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.8;
}

.listing__modal .video__modal--area {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.listing__modal .modal__form {
  text-align: center;
  background: #fff;
  flex-grow: 1;
  height: 100%;
  position: relative;
}

.listing__modal .modal__form iconify-icon {
  font-size: 3rem;
  opacity: 0.5;
  cursor: pointer;
  padding-right: 1rem;
}

.listing__modal .modal__form .modal__submit--form .title {
  font-size: 2rem;
  font-weight: 600;
}

@media (min-width: 768px) and (max-width: 991px) {
  .listing__modal .modal__form .modal__submit--form .title {
    font-size: 1.8rem;
    display: none;
  }
}

.listing__modal .modal__form .modal__submit--form .title__area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e5e5e5;
  border-bottom: 1px solid #11586d;
}

.listing__modal .modal__form .modal__submit--form .title__area .title {
  color: #615e58;
  line-height: 3.5rem;
  font-weight: 550;
  display: block;
}

.listing__modal .modal__form .modal__submit--form .title__area h4 {
  padding: 1rem 2rem;
}

.listing__modal .modal__form .modal__submit--form .content {
  padding: 2rem 0;
  padding: 1rem 2rem;
}

.listing__modal .modal__form .modal__submit--form p {
  margin-bottom: 1rem;
}

.listing__modal .modal__form .modal__submit--form label {
  width: 100%;
  text-align: left;
  font-size: 1.4rem;
}

.listing__modal .modal__form .modal__submit--form input,
.listing__modal .modal__form .modal__submit--form select {
  width: 100%;
  padding: 1rem;
  font-size: 1.6rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: left;
  transition: all 0.3s;
  border-radius: 4px;
}

.listing__modal .modal__form .modal__submit--form input:focus,
.listing__modal .modal__form .modal__submit--form select:focus {
  outline: none;
  box-shadow: 0 0 2px 2px rgb(194, 242, 251);
}

.listing__modal .modal__form .modal__submit--form .button__box {
  text-align: right;
  margin-top: 1rem;
  border-top: 1px solid #11586d;
  padding: 1rem 2rem;
}

.listing__modal .modal__form .modal__submit--form .button__box button {
  border: none;
  padding: 1rem 3rem;
  background-color: #187895;
  color: #fff;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  border-radius: 0.2rem;
  transition: all 0.3s;
}

.listing__modal .modal__form .modal__submit--form .button__box button:hover {
  background-color: #003e59;
}

.warning__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999 !important;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.warning__modal .row {
  height: 100vh;
}

.warning__modal .modal__area--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.8;
}

.warning__modal .video__modal--area {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.warning__modal .modal__form {
  text-align: center;
  background: #fff;
  flex-grow: 1;
  height: 100%;
  position: relative;
}

.warning__modal .modal__form iconify-icon {
  font-size: 3rem;
  opacity: 0.5;
  cursor: pointer;
  padding-right: 1rem;
  color: #fff;
}

.warning__modal .modal__form .modal__submit--form .title {
  font-size: 2rem;
  font-weight: 600;
}

@media (min-width: 768px) and (max-width: 991px) {
  .warning__modal .modal__form .modal__submit--form .title {
    font-size: 1.8rem;
    display: none;
  }
}

.warning__modal .modal__form .modal__submit--form .title__area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #d64242;
  border-bottom: 1px solid #dc3545;
}

.warning__modal .modal__form .modal__submit--form .title__area .title {
  color: #fff;
  line-height: 3.5rem;
  font-weight: 550;
  display: block;
}

.warning__modal .modal__form .modal__submit--form .title__area h4 {
  padding: 1rem 2rem;
}

.warning__modal .modal__form .modal__submit--form .content {
  padding: 4rem 0;
  padding: 1rem 2rem;
  background-color: #f8d7da;
  max-height: 500px;
  overflow-y: auto;
}

.warning__modal .modal__form .modal__submit--form p {
  margin-bottom: 1rem;
}

.warning__modal .modal__form .modal__submit--form label {
  width: 100%;
  text-align: left;
  font-size: 1.4rem;
}

.warning__modal .modal__form .modal__submit--form input,
.warning__modal .modal__form .modal__submit--form select {
  width: 100%;
  padding: 1rem;
  font-size: 1.6rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: left;
  transition: all 0.3s;
  border-radius: 4px;
}

.warning__modal .modal__form .modal__submit--form input:focus,
.warning__modal .modal__form .modal__submit--form select:focus {
  outline: none;
  box-shadow: 0 0 2px 2px rgb(194, 242, 251);
}

.warning__modal .modal__form .modal__submit--form .button__box {
  text-align: right;
  border-top: 1px solid #FF3D50F2;
  padding: 1rem 2rem;
}

.warning__modal .modal__form .modal__submit--form .button__box button {
  border: none;
  padding: 1rem 3rem;
  background-color: #dc3545;
  color: #fff;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  border-radius: 0.2rem;
  transition: all 0.3s;
}

.warning__modal .modal__form .modal__submit--form .button__box button:hover {
  background-color: #FF3D50F2;
}

.success__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999 !important;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.success__modal .row {
  height: 100vh;
}

.success__modal .modal__area--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.8;
}

.success__modal .video__modal--area {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.success__modal .modal__form {
  text-align: center;
  background: #fff;
  flex-grow: 1;
  height: 100%;
  position: relative;
}

.success__modal .modal__form iconify-icon {
  font-size: 3rem;
  opacity: 0.5;
  cursor: pointer;
  padding-right: 1rem;
  color: #fff;
}

.success__modal .modal__form .modal__submit--form .title {
  font-size: 2rem;
  font-weight: 600;
}

@media (min-width: 768px) and (max-width: 991px) {
  .success__modal .modal__form .modal__submit--form .title {
    font-size: 1.8rem;
    display: none;
  }
}

.success__modal .modal__form .modal__submit--form .title__area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #34c240;
  border-bottom: 1px solid #11586d;
}

.success__modal .modal__form .modal__submit--form .title__area .title {
  color: #fff;
  line-height: 3.5rem;
  font-weight: 550;
  display: block;
}

.success__modal .modal__form .modal__submit--form .title__area h4 {
  padding: 1rem 2rem;
}

.success__modal .modal__form .modal__submit--form .content {
  padding: 4rem 0;
  padding: 1rem 2rem;
  background-color: #d4edda;
}

.success__modal .modal__form .modal__submit--form p {
  margin-bottom: 1rem;
}

.success__modal .modal__form .modal__submit--form label {
  width: 100%;
  text-align: left;
  font-size: 1.4rem;
}

.success__modal .modal__form .modal__submit--form input,
.success__modal .modal__form .modal__submit--form select {
  width: 100%;
  padding: 1rem;
  font-size: 1.6rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: left;
  transition: all 0.3s;
  border-radius: 4px;
}

.success__modal .modal__form .modal__submit--form input:focus,
.success__modal .modal__form .modal__submit--form select:focus {
  outline: none;
  box-shadow: 0 0 2px 2px rgb(194, 242, 251);
}

.success__modal .modal__form .modal__submit--form .button__box {
  text-align: right;
  border-top: 1px solid #11586d;
  padding: 1rem 2rem;
}

.success__modal .modal__form .modal__submit--form .button__box button {
  border: none;
  padding: 1rem 3rem;
  background-color: #187895;
  color: #fff;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  border-radius: 0.2rem;
  transition: all 0.3s;
}

.success__modal .modal__form .modal__submit--form .button__box button:hover {
  background-color: #003e59;
}

.alert__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999 !important;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.alert__modal .row {
  height: 100vh;
}

.alert__modal .modal__area--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.8;
}

.alert__modal .video__modal--area {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.alert__modal .modal__form {
  text-align: center;
  background: #fff;
  flex-grow: 1;
  height: 100%;
  position: relative;
}

.alert__modal .modal__form iconify-icon {
  font-size: 3rem;
  opacity: 0.5;
  cursor: pointer;
  padding-right: 1rem;
  color: #fff;
}

.alert__modal .modal__form .modal__submit--form .title {
  font-size: 2rem;
  font-weight: 600;
}

@media (min-width: 768px) and (max-width: 991px) {
  .alert__modal .modal__form .modal__submit--form .title {
    font-size: 1.8rem;
    display: none;
  }
}

.alert__modal .modal__form .modal__submit--form .title__area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fa9f47;
  border-bottom: 1px solid #11586d;
}

.alert__modal .modal__form .modal__submit--form .title__area .title {
  color: #fff;
  line-height: 3.5rem;
  font-weight: 550;
  display: block;
}

.alert__modal .modal__form .modal__submit--form .title__area h4 {
  padding: 1rem 2rem;
}

.alert__modal .modal__form .modal__submit--form .content {
  padding: 4rem 0;
  padding: 1rem 2rem;
  background-color: #fff3cd;
}

.alert__modal .modal__form .modal__submit--form p {
  margin-bottom: 1rem;
}

.alert__modal .modal__form .modal__submit--form label {
  width: 100%;
  text-align: left;
  font-size: 1.4rem;
}

.alert__modal .modal__form .modal__submit--form input,
.alert__modal .modal__form .modal__submit--form select {
  width: 100%;
  padding: 1rem;
  font-size: 1.6rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: left;
  transition: all 0.3s;
  border-radius: 4px;
}

.alert__modal .modal__form .modal__submit--form input:focus,
.alert__modal .modal__form .modal__submit--form select:focus {
  outline: none;
  box-shadow: 0 0 2px 2px rgb(194, 242, 251);
}

.alert__modal .modal__form .modal__submit--form .button__box {
  text-align: right;
  border-top: 1px solid #11586d;
  padding: 1rem 2rem;
}

.alert__modal .modal__form .modal__submit--form .button__box button {
  border: none;
  padding: 1rem 3rem;
  background-color: #187895;
  color: #fff;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  border-radius: 0.2rem;
  transition: all 0.3s;
}

.alert__modal .modal__form .modal__submit--form .button__box button:hover {
  background-color: #003e59;
}

.pagination__area {
  text-align: center;
}

.pagination {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex-direction: row;
}

.pagination a {
  color: black;
  text-decoration: none;
  font-size: 1.7rem;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination a.active {
  background-color: #11586d;
  color: white;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}

.pagination .prev,
.pagination .next {
  background-color: rgba(0, 0, 0, 0.1);
  color: #11586d;
  transition: all 0.3s;
}

.pagination .prev span,
.pagination .next span {
  margin-top: -0.5rem;
}

.pagination .prev:hover,
.pagination .next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.pagination .page-number {
  border: 1px solid #ddd;
}

.courselisting__body .select2-container {
  padding: 1rem !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  width: 100% !important;
  z-index: 999999;
  padding: 1.5px !important;
}

.courselisting__body span#select2--container {
  position: relative;
}

.courselisting__body span#select2--container::after {
  position: absolute;
  top: 4px;
  right: -3px;
  width: 3rem;
  height: 3rem;
  background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" viewBox="0 0 20 24"%3E%3Cpath fill="currentColor" fill-opacity="0.8" d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6l-6-6l1.41-1.41z"%2F%3E%3C%2Fsvg%3E');
  content: "";
  background-repeat: no-repeat;
  opacity: 0.8;
}

.courselisting__body .select2-container--default .select2-selection--single {
  background-color: #fff !important;
  border: none !important;
  border-radius: 5px !important;
  text-align: left;
}

.courselisting__body .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px !important;
  display: none;
}

.courselisting__body .select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 1rem !important;
}

.courselisting__body .select2-container--default .select2-search--dropdown .select2-search__field:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  outline: none;
}

.courselisting__body span.select2-selection.select2-selection--single {
  width: 16rem;
}

.courselisting__body .course__list {
  border-width: 0 2px 2px 0;
}

/* This css is for normalizing styles. You can skip this. */
.login__container {
  margin-top: 0 !important;
  background: #fff !important;
}

.login__footer {
  margin: 0 !important;
  padding: 0 !important;
}

.login {
  position: relative;
  height: calc(100vh - 185px);
}

@media screen and (max-width: 992px) {
  .login {
    height: calc(100vh - 160px);
  }
}

@media (max-width: 768px) {
  .login {
    height: calc(100vh - 140px);
  }
}

@media (max-width: 575px) {
  .login {
    height: calc(100vh - 140px);
  }
}

.login .form__inner {
  height: calc(100vh - 175px);
}

@media screen and (max-width: 992px) {
  .login .form__inner {
    height: calc(100vh - 160px);
  }
}

@media (max-width: 768px) {
  .login .form__inner {
    height: calc(100vh - 140px);
  }
}

@media (max-width: 575px) {
  .login .form__inner {
    height: calc(100vh - 150px);
  }
}

.login .form__inner .row {
  height: calc(100vh - 140px);
}

@media screen and (max-width: 992px) {
  .login .form__inner .row {
    height: calc(100vh - 160px);
  }
}

@media (max-width: 768px) {
  .login .form__inner .row {
    height: calc(100vh - 140px);
  }
}

@media (max-width: 575px) {
  .login .form__inner .row {
    height: calc(100vh - 500px);
  }
}

.login form {
  background-color: #fff;
  padding: 3rem;
  border-radius: 1rem 0 0 1rem;
  margin-top: -12rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .login form {
    margin-top: 2rem;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .login form {
    padding: 0;
    margin-top: -5rem;
  }
}

@media (max-width: 575px) {
  .login form {
    margin-top: 6rem;
    padding: 0;
  }
}

.login form h2 {
  color: #615e58;
  font-size: 3.2rem;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 3rem;
}

@media (max-width: 575px) {
  .login form h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}

.login form p {
  font-size: 1.6rem;
}

@media (max-width: 575px) {
  .login form p {
    font-size: 1.2rem;
  }
}

.login form .back__to--login {
  font-size: 1.4rem;
  display: block;
  text-align: center;
  margin-top: 2rem;
  color: #615e58;
}

.login form .back__to--login:hover {
  color: #11586d;
}

.login form input,
.login form select {
  background-color: #fff;
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem 1.5rem;
  font-size: 1.8rem;
  width: 100%;
  border-radius: 5px;
  color: #1f1e1e;
}

.login form input::placeholder,
.login form select::placeholder {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
}

.login form input:focus,
.login form select:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.login form .default_btn {
  background: linear-gradient(214.38deg, #fb908a 2%, #f37021 30.38%);
  font-size: 1.4rem;
  margin-top: 1rem;
  padding: 1.1rem 2.5rem;
  width: 100%;
  margin-right: 0;
  max-width: 100%;
}

.login form .password__area {
  position: relative;
}

.login form .password__area a {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
}

.login form .dont__have--account {
  display: block;
  text-align: center;
  margin-top: 2rem;
  font-size: 1.4rem;
  color: #615e58;
  transition: all 0.3s;
}

.login form .dont__have--account:hover {
  color: #11586d;
}

.login .img__box {
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}

@media screen and (max-width: 992px) {
  .login .img__box {
    width: 40%;
  }
}

.login .img__box img {
  width: 100%;
  height: 100%;
}

.admin__panel--body {
  margin-top: 0 !important;
  top: 0 !important;
}

@media (max-width: 768px) {
  .admin__panel--body .container {
    padding: 0 2rem !important;
    margin: 0 !important;
    max-width: 100% !important;
  }
}

.rbt-header-wrapper.header-space-betwween.header-sticky.adminpanel-sticky.rbt-sticky {
  top: 46px !important;
}

.admin__pre--title {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1rem;
  color: #615e58;
  margin-bottom: 0.3rem;
}

.admin__panel--title {
  margin: 0;
  font-size: 2rem;
  font-weight: 600;
  color: #615e58;
}

.admin__panel {
  margin-top: 2rem;
}

@media (max-width: 575px) {
  .admin__panel {
    margin-top: 4rem;
  }
}

.admin__panel--header .button__area {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
  padding: 0.2rem 0;
}

.admin__panel--header .new__view,
.admin__panel--header .create__new--report {
  background: #fff;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  padding: 0.8rem 1rem;
  transition: all 0.3s;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
  border-radius: 0.3rem;
}

.admin__panel--header .new__view {
  border: 1px solid transparent;
}

@media (max-width: 575px) {
  .admin__panel--header .new__view {
    display: none;
  }
}

.admin__panel--header .new__view:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.admin__panel--header .create__new--report {
  border: 1px solid transparent;
  background: #11586d;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

@media (max-width: 575px) {
  .admin__panel--header .create__new--report span {
    display: none;
  }
}

.admin__panel--header .create__new--report:hover {
  background: #187895;
}

.admin__panel .admin__card {
  padding: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.admin__panel .card__top {
  display: table-row;
  justify-content: space-between;
  align-items: center;
  height: 2rem;
  position: relative;
}

.admin__panel .card__top .adminpanel__dropdown {
  position: absolute;
  z-index: 9999;
  top: 1.8rem;
  right: 0;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: none;
}

.admin__panel .card__top .adminpanel__dropdown ul {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-bottom: 0.2rem;
  margin-top: 0.2rem;
}

.admin__panel .card__top .adminpanel__dropdown ul a {
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  padding-right: 5rem;
}

.admin__panel .card__top .adminpanel__dropdown ul a.active {
  background-color: #11586d !important;
  color: #fff !important;
}

.admin__panel .card__top .adminpanel__dropdown ul a:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #342b27;
}

.admin__panel .card__top .left {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

.admin__panel .card__top .dropdown__admin {
  font-size: 1.4rem;
  font-weight: normal;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.admin__panel .card__count {
  display: flex;
  align-items: flex-end;
  gap: 0.8rem;
}

.admin__panel .card__count h2 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 0;
}

.admin__panel .card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Open Sans", sans-serif;
  margin-top: 1.5rem;
}

@media (max-width: 575px) {
  .admin__panel .card__footer {
    flex-wrap: wrap;
  }
}

.admin__panel .card__footer p {
  margin-bottom: 0;
}

.admin__panel .conversation__rate {
  font-size: 1.4rem !important;
  font-weight: normal;
  margin-bottom: 0;
}

.admin__panel .conversion__count {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0;
}

.admin__panel .conversion__count.tild {
  color: #11586d;
}

.admin__panel .conversion__count.orange {
  color: #f37021;
}

.admin__panel .conversion__progress {
  height: 0.4rem;
  margin-top: 0.8rem;
}

.admin__panel .conversion__progress .progress-bar {
  background: #11586d;
}

.admin__panel .card__sm {
  display: flex;
  align-items: center;
  gap: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
}

.admin__panel .card__sm .icon.tild {
  background: #11586d;
}

.admin__panel .card__sm .icon.orange {
  background: #f37021;
}

.admin__panel .card__sm .icon {
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}

.admin__panel .card__sm .icon iconify-icon {
  font-size: 2.5rem;
  margin-top: 0.3rem;
}

.admin__panel .card__sm .content p {
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: normal;
}

.admin__panel .card__table {
  margin-bottom: 10rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.admin__panel .card__header {
  background-color: rgba(255, 255, 255, 0.6705882353);
  color: #615e58;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.admin__panel .card__table .table__searchbar {
  display: flex;
  justify-content: space-between;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  color: #615e58;
}

.admin__panel .card__table .table__searchbar input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1.4rem;
  padding: 1rem;
}

.admin__panel .card__table .table__searchbar .entries {
  width: 8rem;
}

.admin__panel .card__table .table__responsive {
  margin-top: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .admin__panel .card__table .table__responsive {
    overflow-x: scroll;
  }
}

@media (max-width: 768px) {
  .admin__panel .card__table .table__responsive {
    overflow-x: scroll;
  }
}

.admin__panel .card__table .table__responsive thead {
  background: rgba(0, 0, 0, 0.05);
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #615e58;
  vertical-align: middle;
}

.admin__panel .card__table .table__responsive thead svg {
  height: 1.5rem;
  width: 1.5rem;
}

.admin__panel .card__table .table__responsive tbody tr {
  height: 6rem !important;
  vertical-align: middle;
}

.admin__panel .card__table .table__responsive .card-table tr td:first-child,
.admin__panel .card__table .table__responsive .card-table tr th:first-child {
  padding-left: 1.5rem;
  border-left: 0;
}

.admin__panel .card__table .table__responsive input.form-check-input {
  font-size: 2rem;
}

.admin__panel .card__table .table__responsive button.btn.dropdown-toggle.align-text-top {
  padding: 1rem;
  font-size: 1.4rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.admin__panel .card__table .table__responsive .text-end {
  position: relative;
}

.admin__panel .card__table .table__responsive .text-end .dropdown-menu {
  position: absolute;
  inset: 0px 0px auto auto;
  margin: 0px;
  transform: translate(-20px, 44px) !important;
}

.admin__panel .card__table .table__responsive .text-end .dropdown-item {
  font-size: 1.4rem;
  font-weight: normal;
  padding: 0.5rem 1rem;
}

.admin__panel .card__table .card__footer {
  padding: 1rem 2rem;
  margin-top: -1rem;
}

.admin__panel .card__table .card__footer .adminpanel__pagination {
  text-align: center;
}

@media (max-width: 575px) {
  .admin__panel .card__table .card__footer .adminpanel__pagination {
    width: 100%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }
}

.admin__panel .card__table .card__footer .adminpanel__pagination .pagination {
  display: flex;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
}

.admin__panel .card__table .card__footer .adminpanel__pagination .pagination a {
  color: black;
  text-decoration: none;
  font-size: 1.4rem;
  height: 3rem !important;
  width: 3rem !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}

.admin__panel .card__table .card__footer .adminpanel__pagination .pagination .prev,
.admin__panel .card__table .card__footer .adminpanel__pagination .pagination .next {
  background: #fff;
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}

.admin__panel .card__table .card__footer .adminpanel__pagination .pagination .prev {
  padding: 0 3rem !important;
  align-items: center;
}

.admin__panel .card__table .card__footer .adminpanel__pagination .pagination .prev iconify-icon {
  margin-top: -0.6rem;
}

.admin__panel .card__table .card__footer .adminpanel__pagination .pagination .next {
  padding: 0 3rem !important;
}

.admin__panel .card__table .card__footer .adminpanel__pagination .pagination .next iconify-icon {
  margin-top: -0.4rem;
}

.admin__panel .card__table .card__footer .adminpanel__pagination .pagination .page-number {
  border: 1px solid #ddd;
  padding: 2rem;
}

.admin__panel .card__table .card__footer .adminpanel__pagination .pagination .page-number.active {
  color: #fff;
}

.create__modal {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  z-index: 999999;
}

.create__modal .modal__form {
  border-radius: 0.5rem;
  margin-top: 3rem !important;
  background: #fff;
  max-width: 800px;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .create__modal .modal__form {
    width: 700px;
  }
}

@media (max-width: 768px) {
  .create__modal .modal__form {
    width: 90%;
  }
}

.create__modal .modal__form .header {
  display: flex;
  justify-content: space-between;
  padding: 1rem 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.create__modal .modal__form .header iconify-icon {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 2rem;
}

.create__modal .content {
  padding: 2rem;
}

.create__modal .content label,
.create__modal .content .reporttype__label {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.create__modal .content .reporttype__label {
  margin-top: 1rem;
}

.create__modal .content input,
.create__modal .content textarea {
  padding: 0.8rem 1rem;
  color: #342b27;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  transition: all 0.3s ease;
  width: 100%;
}

.create__modal .content input:focus,
.create__modal .content textarea:focus {
  box-shadow: 0 0 2px 1px rgba(17, 88, 109, 0.1);
  outline: none;
}

.create__modal .content input::placeholder,
.create__modal .content textarea::placeholder {
  color: #615e58;
  opacity: 0.8;
}

.create__modal .content .form__field {
  margin-top: 1rem;
  flex: 1;
}

.create__modal .content .form__group {
  display: flex;
  width: 100%;
  gap: 1rem;
  align-items: stretch;
}

@media (min-width: 768px) and (max-width: 991px) {
  .create__modal .content .form__group {
    display: block;
  }
}

@media (max-width: 768px) {
  .create__modal .content .form__group {
    display: block;
  }
}

.create__modal .content .form__field.radio {
  display: flex;
  align-items: center;
  gap: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem;
  border-radius: 0.2rem;
  cursor: pointer;
}

.create__modal .content .form__field.radio input[type=radio] {
  width: 2rem;
}

.create__modal .content .form__field.radio h3 {
  font-size: 1.4rem;
  font-weight: 600;
}

.create__modal .content .form__field.radio p {
  font-size: 1.3rem;
}

.create__modal .content .form__field.radio input[type=radio] {
  display: none;
}

.create__modal .content .form__field.radio label {
  position: relative;
  padding-left: 4rem;
  cursor: pointer;
}

.create__modal .content .form__field.radio label::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  top: 50%;
  left: 0.7rem;
  transform: translateY(-50%);
  transition: border-color 400ms ease;
}

.create__modal .content .form__field.radio label::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #11586d;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  top: 50%;
  left: 0.7rem;
  transform: translateY(-50%) scale(0);
  transition: transform 400ms ease;
}

.create__modal .content .form__field.radio input[type=radio]:checked+label::before {
  border-color: #11586d;
}

.create__modal .content .form__field.radio input[type=radio]:checked+label::after {
  transform: translateY(-50%) scale(0.55);
}

.create__modal .button__area {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 575px) {
  .create__modal .button__area {
    flex-wrap: wrap;
  }
}

.create__modal .button__area .cancel {
  color: #615e58;
  border: none;
  background: none;
  transform: all 0.3s;
  margin-top: 1rem;
}

.create__modal .button__area .cancel:hover {
  text-decoration: underline;
}

.create__modal .button__area .submit__btn {
  background: #fff;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  padding: 0.8rem 1rem;
  transition: all 0.3s;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
  border-radius: 0.3rem;
  margin-top: 1rem;
}

.create__modal .button__area .submit__btn {
  border: 1px solid transparent;
  background: #11586d;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.create__modal .button__area .submit__btn:hover {
  background: #187895;
}

.table__body {
  margin-top: 0 !important;
  top: 0 !important;
}

@media (max-width: 768px) {
  .table__body .container {
    padding: 0 2rem !important;
    margin: 0 !important;
    max-width: 100% !important;
  }
}

.rbt-header-wrapper.header-space-betwween.header-sticky.adminpanel-sticky.rbt-sticky {
  top: 46px !important;
}

.table__area {
  margin: 6rem 0;
  min-height: calc(100vh - 305px);
}

@media (max-width: 575px) {
  .table__area {
    margin-top: 4rem;
  }
}

.table__area--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem;
}

.table__area--header .button__area {
  display: flex;
  gap: 1rem;
  padding: 0.2rem 0;
}

.table__area--header .filter__btn,
.table__area--header .create__table--btn,
.table__area--header .create__student--btn {
  background: #fff;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  padding: 0.8rem 1rem;
  transition: all 0.3s;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
  border-radius: 0.3rem;
}

a.delete__btn {
  background: #fff;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  padding: 0.8rem 1rem;
  transition: all 0.3s;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
  border-radius: 0.3rem;
}

a.back__btn {
  display: flex;
  background: #fff;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  padding: 0.8rem 1rem;
  transition: all 0.3s;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
  border-radius: 0.3rem;
}

a.back__btn:hover {
  border: 1px solid #adb5bd;
  background-color: #adb5bd;
  color: #fff;
}

.reg__btn {
  background: #fff;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  padding: 0.8rem 1rem;
  transition: all 0.3s;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
  border-radius: 0.3rem;
}


.table__area--header iconify-icon,
.table__area--header .create__table--btn iconify-icon,
.table__area--header .create__student--btn iconify-icon {
  font-size: 1.2rem;
}

.filter__btn iconify-icon {
  font-size: 2.2rem;
}

.delete__btn iconify-icon {
  font-size: 2.2rem;
}

a.back__btn iconify-icon {
  font-size: 2.2rem;
}

.reg__btn iconify-icon {
  font-size: 2.2rem;
}

.table__area--header .filter__btn {
  border: 1px solid #11586d;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.table__area--header .delete__btn {
  border: 1px solid #dc3545;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.table__area--header .reg__btn {
  border: 1px solid #11586d;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.table__area--header .delete__btn:hover {
  border: 1px solid #dc3545;
  background-color: #dc3545;
  color: #fff;
}

.table__area--header .reg__btn:hover {
  border: 1px solid #11586d;
  background-color: #11586d;
  color: #fff;
}

@media (max-width: 575px) {
  .table__area--header .filter__btn span {
    display: none;
  }
}

.table__area--header .filter__btn:hover {
  border: 1px solid #187895;
  background-color: #187895;
  color: #fff;
}

.table__area--header .create__table--btn,
.table__area--header .create__student--btn {
  border: 1px solid transparent;
  background: #026c9b;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

@media (max-width: 575px) {

  .table__area--header .create__table--btn span,
  .table__area--header .create__student--btn span {
    display: none;
  }
}

.table__area--header .create__table--btn:hover,
.table__area--header .create__student--btn:hover {
  background: #187895;
}

.table__area .card__table {
  margin-bottom: 10rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.card__table {
  overflow-x: auto;
}

.table__area .card__header {
  background-color: rgba(255, 255, 255, 0.6705882353);
  color: #615e58;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.table__area .card__table .table__responsive {
  margin-top: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .table__area .card__table .table__responsive {
    overflow-x: scroll;
  }
}

@media (max-width: 768px) {
  .table__area .card__table .table__responsive {
    overflow-x: scroll;
  }
}

.table__area .card__table .table__responsive thead {
  background: rgba(0, 0, 0, 0.05);
  font-size: 1.2rem;
  text-transform: uppercase;
  vertical-align: middle;
  height: 4rem;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.03);
  background: #f37021;
  color: #fff;
}

.table__area .card__table .table__responsive thead svg {
  height: 1.5rem;
  width: 1.5rem;
}

.table__area .card__table .table__responsive tbody tr {
  height: 4rem !important;
  vertical-align: middle;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.table__area .card__table .table__responsive tbody tr i {
  cursor: pointer;
}

.table__area .card__table .table__responsive tbody tr i.delete {
  color: red;
}

.table__area .card__table .table__responsive .card-table tr td:first-child,
.table__area .card__table .table__responsive .card-table tr th:first-child {
  padding-left: 1.5rem;
  border-left: 0;
}

.table__area .card__table .table__responsive .card-table tr td:last-child,
.table__area .card__table .table__responsive .card-table tr th:last-child {
  padding-right: 0;
  border-left: 0;
}

.table__area .card__table .table__responsive input.form-check-input {
  font-size: 2rem;
}

.table__area .card__table .table__responsive input.form-check-input:checked {
  background-color: #11586d;
}

.table__area .card__table .table__responsive button.btn.dropdown-toggle.align-text-top {
  padding: 1rem;
  font-size: 1.4rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.table__area .card__table .card__footer {
  padding: 1rem 2rem;
  margin-top: -1rem;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 575px) {
  .table__area .card__table .card__footer {
    flex-wrap: wrap;
  }
}

.table__area .card__table .card__footer .adminpanel__pagination {
  text-align: center;
}

@media (max-width: 575px) {
  .table__area .card__table .card__footer .adminpanel__pagination {
    width: 100%;
    margin: 0 auto;
    margin-top: 1.5rem;
  }
}

.table__area .card__table .card__footer .adminpanel__pagination .pagination {
  display: flex;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
}

.table__area .card__table .card__footer .adminpanel__pagination .pagination a {
  color: black;
  text-decoration: none;
  font-size: 1.4rem;
  height: 3rem !important;
  width: 3rem !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}

.table__area .card__table .card__footer .adminpanel__pagination .pagination .prev,
.table__area .card__table .card__footer .adminpanel__pagination .pagination .next {
  background: #fff;
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}

.table__area .card__table .card__footer .adminpanel__pagination .pagination .prev {
  padding: 0 1rem !important;
  align-items: center;
}

.table__area .card__table .card__footer .adminpanel__pagination .pagination .prev iconify-icon {
  margin-top: -0.6rem;
}

.table__area .card__table .card__footer .adminpanel__pagination .pagination .next {
  padding: 0 1rem !important;
}

.table__area .card__table .card__footer .adminpanel__pagination .pagination .next iconify-icon {
  margin-top: -0.4rem;
}

.table__area .card__table .card__footer .adminpanel__pagination .pagination .page-number {
  border: 1px solid #ddd;
  padding: 2rem;
}

.table__area .card__table .card__footer .adminpanel__pagination .pagination .page-number.active {
  color: #fff;
}

.table__area .select2-container {
  padding: 1rem !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  width: 100% !important;
  z-index: 999999 !important;
  padding: 1.5px !important;
}

.table__area .select2-dropdown {
  z-index: 99999;
}

.table__area .select2-container--default .select2-selection--single {
  background-color: #fff !important;
  border: none !important;
  border-radius: 5px !important;
  text-align: left;
}

.table__area .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px !important;
  display: none;
}

.table__area .select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 1rem !important;
}

.table__area .select2-container--default .select2-search--dropdown .select2-search__field:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  outline: none;
}

.table__area span.select2-selection.select2-selection--single {
  width: 16rem;
}

.table__area .course__list {
  border-width: 0 2px 2px 0;
}

.modal__form--table {
  border-radius: 0.5rem;
  margin-top: 3rem !important;
  background: #fff;
  max-width: 800px;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .modal__form--table {
    width: 700px;
  }
}

@media (max-width: 768px) {
  .modal__form--table {
    width: 90%;
  }
}

.modal__form--table .header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2.4rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.modal__form--table .header iconify-icon {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 2rem;
}

.modal__form--table .content {
  overflow-y: auto;
  max-height: 70vh;
  padding: 2.4rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.modal__form--table .button__area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 1rem;
  padding: 2.4rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (max-width: 575px) {
  .modal__form--table .button__area {
    flex-wrap: wrap;
  }
}

.modal__form--table .button__area .cancel {
  color: #615e58;
  border: none;
  background: none;
  transform: all 0.3s;
}

.modal__form--table .button__area .cancel:hover {
  text-decoration: underline;
}

.modal__form--table .button__area .submit__btn {
  background: #fff;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  padding: 0.8rem 1rem;
  transition: all 0.3s;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
  border-radius: 0.3rem;
}

.modal__form--table .button__area .submit__btn {
  border: 1px solid transparent;
  background: #187895;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.modal__form--table .button__area .submit__btn:hover {
  background: #11586d;
}

.table__modal {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  z-index: 999999;
  overflow-y: hidden !important;
}

.table__modal .content label,
.table__modal .content .reporttype__label {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.table__modal .content .reporttype__label {
  margin-top: 1rem;
}

.table__modal .content input,
.table__modal .content textarea {
  padding: 0.8rem 1rem;
  color: #342b27;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  transition: all 0.3s;
  width: 100%;
}

.table__modal .content input:focus,
.table__modal .content textarea:focus {
  border: 1px solid #11586d;
  outline: none;
}

.table__modal .content input::placeholder,
.table__modal .content textarea::placeholder {
  color: #615e58;
  opacity: 0.8;
}

.table__modal .content .form__field {
  margin-top: 1rem;
  flex: 1;
}

.table__modal .content .form__group {
  display: flex;
  width: 100%;
  gap: 1rem;
  align-items: stretch;
}

@media (min-width: 768px) and (max-width: 991px) {
  .table__modal .content .form__group {
    display: block;
  }
}

@media (max-width: 768px) {
  .table__modal .content .form__group {
    display: block;
  }
}

.table__modal .content .form__field.radio {
  display: flex;
  align-items: center;
  gap: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem;
  border-radius: 0.2rem;
  cursor: pointer;
}

.table__modal .content .form__field.radio input[type=radio] {
  width: 2rem;
}

.table__modal .content .form__field.radio h3 {
  font-size: 1.4rem;
  font-weight: 600;
}

.table__modal .content .form__field.radio p {
  font-size: 1.3rem;
}

.table__modal .content .form__field.radio input[type=radio] {
  display: none;
}

.table__modal .content .form__field.radio label {
  position: relative;
  padding-left: 4rem;
  cursor: pointer;
}

.table__modal .content .form__field.radio label::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  top: 50%;
  left: 0.7rem;
  transform: translateY(-50%);
  transition: border-color 400ms ease;
}

.table__modal .content .form__field.radio label::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #11586d;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  top: 50%;
  left: 0.7rem;
  transform: translateY(-50%) scale(0);
  transition: transform 400ms ease;
}

.table__modal .content .form__field.radio input[type=radio]:checked+label::before {
  border-color: #11586d;
}

.table__modal .content .form__field.radio input[type=radio]:checked+label::after {
  transform: translateY(-50%) scale(0.55);
}

.update__modal {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  z-index: 999999;
  overflow: hidden !important;
}

.update__modal .content label,
.update__modal .content .reporttype__label {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.update__modal .content .reporttype__label {
  margin-top: 1rem;
}

.update__modal .content input,
.update__modal .content textarea {
  padding: 0.8rem 1rem !important;
  color: #342b27;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  transition: all 0.3s;
  width: 100%;
}

.update__modal .content input:focus,
.update__modal .content textarea:focus {
  border: 1px solid #11586d;
  outline: none;
}

.update__modal .content input::placeholder,
.update__modal .content textarea::placeholder {
  color: #615e58;
  opacity: 0.8;
}

.update__modal .content .form__field {
  margin-top: 1rem;
  flex: 1;
}

.update__modal .content .form__group {
  display: flex;
  width: 100%;
  gap: 1rem;
  align-items: stretch;
}

@media (min-width: 768px) and (max-width: 991px) {
  .update__modal .content .form__group {
    display: block;
  }
}

@media (max-width: 768px) {
  .update__modal .content .form__group {
    display: block;
  }
}

.update__modal .content .form__field.radio {
  display: flex;
  align-items: center;
  gap: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem;
  border-radius: 0.2rem;
  cursor: pointer;
}

.update__modal .content .form__field.radio input[type=radio] {
  width: 2rem;
}

.update__modal .content .form__field.radio h3 {
  font-size: 1.4rem;
  font-weight: 600;
}

.update__modal .content .form__field.radio p {
  font-size: 1.3rem;
}

.update__modal .content .form__field.radio input[type=radio] {
  display: none;
}

.update__modal .content .form__field.radio label {
  position: relative;
  padding-left: 4rem;
  cursor: pointer;
}

.update__modal .content .form__field.radio label::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  top: 50%;
  left: 0.7rem;
  transform: translateY(-50%);
  transition: border-color 400ms ease;
}

.update__modal .content .form__field.radio label::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #11586d;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  top: 50%;
  left: 0.7rem;
  transform: translateY(-50%) scale(0);
  transition: transform 400ms ease;
}

.update__modal .content .form__field.radio input[type=radio]:checked+label::before {
  border-color: #11586d;
}

.update__modal .content .form__field.radio input[type=radio]:checked+label::after {
  transform: translateY(-50%) scale(0.55);
}

.__modal {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  z-index: 999999;
}

.__modal .content .select__element {
  position: relative;
}

.__modal .content .select2-container {
  width: 100% !important;
  border-radius: 0.5rem;
  padding: 0.8rem 1rem !important;
}

.__modal .content label,
.__modal .content .reporttype__label {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 600;
}

.__modal .content .reporttype__label {
  margin-top: 1rem;
}

.__modal .content input,
.__modal .content textarea,
.__modal .content select {
  padding: 0.8rem 1rem !important;
  color: #342b27;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  transition: all 0.3s;
  width: 100%;
}

.__modal .content input:focus,
.__modal .content textarea:focus,
.__modal .content select:focus {
  border: 1px solid #11586d;
  outline: none;
}

.__modal .content input::placeholder,
.__modal .content textarea::placeholder,
.__modal .content select::placeholder {
  color: #615e58;
  opacity: 0.8;
}

.__modal .content .form__field {
  margin-top: 1rem;
}

.__modal .content .form__field .checkbox__item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.__modal .content .form__field .checkbox__item label {
  font-weight: normal;
  font-size: 1.5rem;
  color: #615e58;
}

.__modal .content .form__field .checkbox__item input[type=checkbox] {
  font-size: 1rem;
  width: 0.2rem !important;
  height: 2rem !important;
}

.__modal .content .form__field .checkbox__item .form-check-input:checked {
  background-color: #11586d;
}

.student__modal {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  z-index: 999999;
  overflow-y: hidden !important;
}

.student__modal .content .select__element {
  position: relative;
}

.student__modal .content .select2-container {
  width: 100% !important;
  border-radius: 0.5rem;
  padding: 0.8rem 1rem !important;
}

.student__modal .content label,
.student__modal .content .reporttype__label {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.student__modal .content .reporttype__label {
  margin-top: 1rem;
}

.student__modal .content input,
.student__modal .content textarea,
.student__modal .content select {
  padding: 0.8rem 1rem !important;
  color: #342b27;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  transition: all 0.3s;
  width: 100%;
}

.student__modal .content input:focus,
.student__modal .content textarea:focus,
.student__modal .content select:focus {
  border: 1px solid #11586d;
  outline: none;
}

.student__modal .content input::placeholder,
.student__modal .content textarea::placeholder,
.student__modal .content select::placeholder {
  color: #615e58;
  opacity: 0.8;
}

.student__modal .content .form__group {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex: 1;
}

@media (min-width: 768px) and (max-width: 991px) {
  .student__modal .content .form__group {
    display: block;
  }
}

@media (max-width: 768px) {
  .student__modal .content .form__group {
    display: block;
  }
}

.student__modal .content .form__field {
  margin-top: 1rem;
  flex: 1;
}

.student__modal .content .form__field input[type=file] {
  padding: 0 !important;
}

.student__modal .content .form__field .checkbox__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: 2rem;
}

.student__modal .content .form__field .checkbox__item label {
  font-weight: normal;
  font-size: 1.5rem;
  color: #615e58;
}

.student__modal .content .form__field .checkbox__item input[type=checkbox] {
  font-size: 1rem;
  width: 0.2rem !important;
  height: 2rem !important;
}

.student__modal .content .form__field .checkbox__item .form-check-input:checked {
  background-color: #11586d;
}

.student__modal .content .form__field ::-webkit-file-upload-button {
  background-color: #cccccc;
  color: #fff;
  padding: 0.8rem;
  border: none;
  margin-right: 1rem;
  border-radius: 4px;
  transition: all 0.3s;
  cursor: pointer;
  padding: 1rem;
}

.student__modal .content .form__group.radio {
  display: flex;
  gap: 2rem;
  justify-content: flex-start !important;
}

.student__modal .content .form__group.radio.gender {
  flex-direction: column;
  gap: 0.6rem !important;
}

.student__modal .content .form__group--gender {
  display: flex;
  gap: 2rem;
}

.student__modal .content .form__field.radio {
  display: flex;
  align-items: center;
  gap: 2rem;
  border-radius: 0.2rem;
  cursor: pointer;
  margin-top: 0.5rem !important;
  flex-grow: 0;
}

.student__modal .content .form__field.radio input[type=radio] {
  width: 2rem;
}

.student__modal .content .form__field.radio input[type=radio] {
  display: none;
}

.student__modal .content .form__field.radio label {
  position: relative;
  padding-left: 3.5rem;
  cursor: pointer;
  font-weight: normal;
}

.student__modal .content .form__field.radio label::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  top: 50%;
  left: 0.7rem;
  transform: translateY(-50%);
  transition: border-color 400ms ease;
}

.student__modal .content .form__field.radio label::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #11586d;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  top: 50%;
  left: 0.7rem;
  transform: translateY(-50%) scale(0);
  transition: transform 400ms ease;
}

.student__modal .content .form__field.radio input[type=radio]:checked+label::before {
  border-color: #11586d;
}

.student__modal .content .form__field.radio input[type=radio]:checked+label::after {
  transform: translateY(-50%) scale(0.55);
}

.course_slider_top .course_slider_item:hover .partners_logo img {
  filter: grayscale(0);
}

.partners_logo img {
  display: flex;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 200px;
  height: 100px;
  filter: grayscale(1);
  transition: all 0.3s;
  text-align: center;
    width: 200px;
    height: 150px;
    margin: 0 auto;
    object-fit: contain;
}


/* instructor div */


/* New font */

.section_heading h2 {
  font-family: "Anek Bangla" !important;
  color: #f37021;
}

/* New Counter Colour */

.counter__home--single.counter-1 {
  background-color: #003e59 !important;
  color: #fff;
}
.counter__home--single.counter-2 {
  background-color: #f37021 !important;
  color: #fff;
}
.counter__home--single.counter-3 {
  background-color: #003e59 !important;
  color: #fff;
}
.counter__home--single.counter-4 {
  background-color: #f37021 !important;
  color: #fff;
}

/* Heading font change */

.slider_banner .sub__title {
  letter-spacing: -1px;
  font-family: "Anek Bangla" !important;
}
.banner_text h1 {
  font-family: "Anek Bangla" !important;
}
.aboutus_hero--area .about_us--content .title {
  font-family: "Anek Bangla" !important;
}
.title {
  font-family: "Anek Bangla" !important;
  color: #f37021;
}

/* Some correction at placement */

.job__getters--single {
  text-align: center;
  border-radius: 10px; 
}

.job__getters--single img {
  margin-left: auto;
  margin-right: auto;
  height: 110px !important;
  width: 110px !important;
  margin-bottom: 40px !important;
}

/* some correction added by Obaidullah */

.aboutus_testemonial--slider .aboutus_testemonial--single .footer {
  justify-content: flex-end; 
  }


/*****************************************/
/* Coded by Obaidullah for About us menu */
/*****************************************/

.instructor__area .instructor__single {
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.instructor__area .instructor__single img {
  border-radius: 1rem 1rem 0 0;
}
.instructor__area .instructor__single--info {
  position: relative;
  bottom: 0;
  left: 0;
  gap: 0;
  padding: 2rem;
  flex-direction: row;
  justify-content: center;
}
.instructor__area .instructor__single--info .name {
  background: none;
  padding: 0;
}
.instructor__area .instructor__single--info .designation {
  background: none;
  padding: 0;
}
.instructor__area .instructor__single .img__box {
  position: relative;
}
.instructor__area .instructor__single .img__box .instructor__single--info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.instructor__area .instructor__single .img__box .instructor__single--info h2,
.instructor__area .instructor__single .img__box .instructor__single--info p {
  color: #fff;
}

.instructor__area .instructor__single .overlay {
  transform: scaleY(0.5);
  transform-origin: top;
  transition: all 0.4s;
}
.instructor__area .instructor__single:hover .overlay {
  background-color: #f37021;
  opacity: 1;
  transform: scaleY(1);
  border-radius: 0 0 15px 15px;
  height: 103%;
}

.why__choose--area--single {
  transition: all 0.3s;
  overflow: hidden;
}
.why__choose--area--single--img {
  border-radius: 0 !important;
}
.why__choose--area--single:hover {
  background-color: #f37021 !important;
  color: #fff;
}


  @media only screen and (max-width: 768px) {
     .instructor__area .instructor__single .img__box {
          height: 48rem;
      }
  }

/* custom css for course  */

.course_image {
  position: relative;
}
.course_image img {
  aspect-ratio: 19/12 !important;
}
.course_text {
  padding: 4rem 1.4rem !important;
  background: #f6f6f6;
}
.course__hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 105%;
  background-color: #f37021;
  color: #fff;
  padding: 2rem;
  transform-origin: top;
  transform: scaleY(0.8);
  opacity: 0;
  visibility: 0;
  transition: all 0.5s;
  border-radius: 0 0 15px 15px;
}
.course__hover h3 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.course__hover .category {
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.course__hover .category {
  margin-bottom: 0.5rem;
}
.course__hover .category h6 {
  margin-bottom: 0 !important;
  font-size: 1.6rem;
}
.course__hover ul {
  padding-left: 0;
  margin-bottom: 0;
}
.course__hover .stu {
  display: block;
}
.course__hover .fee {
  font-size: 2rem;
  display: flex;
  justify-content: end;
}
.course__hover .fee .round {
  background-color: #003e59;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  text-align: center;
}
.course__hover .fee .round p {
  margin-bottom: 0;
  font-size: 1.8rem;
}

/* hover animation  */
.course_single_item:hover .course__hover {
  transform: scaleY(1);
  opacity: 1;
  visibility: 1;
}
.course__item--single:hover .course__hover {
  transform: scaleY(1);
  opacity: 1;
  visibility: 1; 
}

/* Job geters style  */

.job__getters--single {
  text-align: center;
  border-radius: 1rem;
  padding: 0 !important;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
  background-image: linear-gradient(to top, #f37021, #f37021) !important;
}
.job__getters--single img {
  height: 15rem !important;
  width: 15rem !important;
  border: 5px solid rgb(246, 246, 246);
  border-radius: 50%;
}
.job__getters--single article {
  padding: 2.5rem;
  background-image: linear-gradient(to top, #11586d, #11586d) !important;
  height: 100%;
}
.job__getters--single article * {
  color: #fff;
}
.job__getters--single picture {
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; /* Add this line */
  z-index: 1;
}

.job__getters--single picture img {
  margin-bottom: 0 !important;
}
.job__getters--card--slider .slick-track {
  display: flex !important;
  gap: 2rem;
}

/* Instructor  */
.instructor__single--info .ins {
  color: #fff!important;
  font-size: 3rem;
  /* text-transform: uppercase; */
  display: block;
  border-bottom: 4px solid #fff;
  margin-bottom: 4rem;
}

/* Course style */

.course__hover h4 {
  margin-bottom: 1rem;
}

.course__hover ul li span {
  display: inline-block;
  margin-bottom: .5rem;
}

.instructor__single--info.name {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f6f6;
}


/* for branch instruction */

.ins h3 {
  font-weight: bold;
  color: #f37021;
  text-decoration: underline;
  margin-bottom: 13px;
}


.ins {
  margin-top: 14px;
}

h4 {
  font-weight: bold;
}


/* payment page css */
.payment__message {
  padding: 4rem 0;
  margin: 4rem 0;
  margin-bottom: 8rem;
}
.payment__message--inner {
  background-color: #d5f5fb !important;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.payment__message--inner.reject {
  background-color: #fbd5d5 !important;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.payment__message--inner-head {
  padding: 1rem 2rem;
}
.payment__message--inner-head h3 {
  font-size: 3rem;
  color: green;
  font-weight: 600;
}

.payment__message--inner-head.reject h3 {
  color: red;
}
.payment__message--inner-head i.fa {
  font-size: 6rem;
  color: green;
}
.payment__message--inner-head.reject i.fa {
  color: red;
}
.payment__message--inner-body {
  overflow-x: auto;
}
.payment__message--inner-body {
  padding: 3rem;
  text-align: center;
}
.payment__reject--inner-body.reject p {
  font-size: 1.8rem;
  font-weight: 500;
}
.payment__message--inner-body table {
  width: 100%;
  border-collapse: separate;
  padding: 1rem;
}

.payment__message--inner-body table tr.amount td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.payment__message--inner-body table td {
  padding: 1rem;
  font-size: 1.6rem;
}
.payment__message--inner-body table td.amount {
  font-size: 1.8rem;
  font-weight: bold;
}

.payment__message--inner-body table tr td:first-child {
  font-weight: bold;
  color: #003e59;
  text-align: left;
}
.payment__message--inner-body table tr td:last-child {
  text-align: right;
  font-weight: 600;
}

