@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  text-align: justify;
}

body {
  font-family: 'Open Sans', sans-serif;
}

a {
  -webkit-transition: all .4s;
  transition: all .4s;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6, a {
  font-family: 'Nunito Sans', sans-serif !important;
}

.common_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.common_heading h1 {
  color: #052f5f;
  margin-bottom: 1rem;
  font-weight: 800;
  width: 100%;
  text-align: center;
  position: relative;
}

.common_heading h1::after {
  content: '';
  position: absolute;
  width: 86%;
  background: #052f5f;
  height: 1px;
  left: 50%;
  bottom: -3px;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}

.common_heading h1::before {
  content: '';
  position: absolute;
  width: 22%;
  height: 7px;
  background: #FFC107;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  z-index: 1;
}

.common_heading p {
  font-size: .8rem;
  padding: 10px;
  letter-spacing: 1px;
  width: 80%;
  text-align: center;
  line-height: 1.5rem;
}

#header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 999;
  height: auto;
  -webkit-box-shadow: -1px 3px 9px 3px #00000012;
          box-shadow: -1px 3px 9px 3px #00000012;
}

#header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}

#header .container .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 34%;
}

#header .container .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

#header .container .logo a img {
  width: 100%;
}

#header .container .logo a h1 {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-left: 10px;
  color: #000;
}

#header .container .socail_login ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .container .socail_login ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
}

#header .container .socail_login ul li a {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}

#header .container .socail_login ul li a svg {
  width: 22px;
  background: #ed3338;
  color: #fff;
  padding: 3px;
  border-radius: 6px;
  height: 22px;
}

#header .main_links {
  background: #881125;
}

#header .main_links .container .menus {
  width: 100%;
}

#header .main_links .container .menus ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .main_links .container .menus ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 7px;
  position: relative;
}

#header .main_links .container .menus ul li a:nth-last-child(1) {
  border: none !important;
}

#header .main_links .container .menus ul li a {
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 600;
  /*text-transform: capitalize;*/
  -webkit-transition: all .4s;
  transition: all .4s;
}

#header .main_links .container .menus ul li a span svg {
  width: 15px;
}

#header .main_links .container .menus ul li a:hover {
  opacity: 1;
  color: #FFC107;
}

#header .main_links .container .menus ul li a.primary_button {
  background: transparent !important;
  color: #fff !important;
  border: 2px solid #fff !important;
}

#header .main_links .container .menus ul li a.primary_button::after {
  background: #FFC107 !important;
}

#header .main_links .container .menus ul li .submenu {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  padding-top: 30px;
  top: 10px;
}

#header .main_links .container .menus ul li .submenu ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: -1px 2px 18px 3px #e2dede2e;
          box-shadow: -1px 2px 18px 3px #e2dede2e;
  border-radius: 10px;
}

#header .main_links .container .menus ul li .submenu ul li {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 !important;
}

#header .main_links .container .menus ul li .submenu ul li:hover .sub_sub_menu {
  display: block !important;
}

#header .main_links .container .menus ul li .submenu ul li .sub_sub_menu {
  width: 200px;
  position: absolute;
  left: 100%;
  z-index: 111;
  display: none;
  top: 0 !important;
}

#header .main_links .container .menus ul li .submenu ul li .sub_sub_menu a:nth-last-child(1) {
  border: none !important;
}

#header .main_links .container .menus ul li .submenu ul li a {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #eee;
  font-weight: 500;
  opacity: .8;
  font-size: 14px !important;
  color: #000 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .main_links .container .menus ul li .submenu ul li a svg {
  -webkit-transform: rotate(-89deg);
          transform: rotate(-89deg);
  display: inline-block;
}

#header .main_links .container .menus ul li .submenu ul li a:hover {
  opacity: 1;
  color: #fff !important;
  background: #88060a;
}

#header .main_links .container .menus ul li .submenu ul li a:nth-last-child(1) {
  border: none !important;
}

#header .main_links .container .menus ul li:hover .submenu {
  display: block;
}

#header .main_links .container .menus ul li:nth-last-child(2) .submenu, #header .main_links .container .menus ul li:nth-last-child(1) .submenu {
  left: -200px;
}

.primary_button {
  background: #FFC107;
  border-color: transparent;
  border: none !important;
  color: #000 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
  font-weight: 700;
  -webkit-transition: all .4s;
  transition: all .4s;
  border: none;
  text-decoration: none;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.primary_button::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  background: #88060a;
  border-radius: 50%;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: -1;
}

.primary_button:hover {
  color: #fff !important;
}

.primary_button:hover::after {
  -webkit-transform: scale(10);
          transform: scale(10);
}

#side_header {
  position: fixed;
  background: #f9f9f9;
  left: 0;
  top: 0;
  height: 100%;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px 0;
  z-index: 999;
  display: none;
}

#side_header .sider_header_left #menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

#side_header .sider_header_left #menu svg {
  width: 30px;
  height: 30px;
}

#side_header .socail_login {
  position: absolute;
  bottom: 10px;
}

#side_header .socail_login ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#side_header .socail_login ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}

#side_header .socail_login ul li a {
  color: #052f5f;
}

span.cross {
  display: none;
}

.owl-nav {
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  left: 3%;
}

.owl-nav button:nth-child(1) img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.owl-nav button {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #f3f9ff !important;
}

.owl-nav button img {
  width: 20px;
}

#hero .my-carousel-item {
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 600px;
}

#hero .my-carousel-item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .8;
  z-index: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(61, 33, 94, 0)), color-stop(32%, rgba(40, 22, 62, 0.18)), color-stop(70%, rgba(55, 31, 85, 0.45)), to(#2e1c46)) 0% 0% no-repeat;
  background: transparent linear-gradient(180deg, rgba(61, 33, 94, 0) 0%, rgba(40, 22, 62, 0.18) 32%, rgba(55, 31, 85, 0.45) 70%, #2e1c46 100%) 0% 0% no-repeat;
}

#hero .my-carousel-item img,
#hero .my-carousel-item video {
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#hero .my-carousel-item video {
  position: absolute;
  left: 0;
  top: 0;
}

#hero .my-carousel-item .hero-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#hero .my-carousel-item .hero-content h1 {
  color: #fff;
  font-size: 3rem;
  letter-spacing: 1px;
  width: 50%;
  text-align: center;
  line-height: 4rem;
}

#hero .my-carousel-item .hero-content p {
  font-size: 1.2rem;
  width: 50%;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  opacity: .8;
  line-height: 2rem;
}

.common_sec {
  padding: 3rem 0;
}

.common_sec .owl-nav {
  top: 40% !important;
  width: 100% !important;
  left: 0% !important;
}

#about .container .common_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#about .container .common_grid .left {
  width: 48%;
  padding: 10px;
}

#about .container .common_grid .left img {
  width: 100%;
}

#about .container .common_grid .right {
  width: 48%;
}

#about .container .common_grid .right h4,
#about .container .common_grid .right h3,
#about .container .common_grid .right h2,
#about .container .common_grid .right h1,
#about .container .common_grid .right h5,
#about .container .common_grid .right h6 {
  font-weight: 800;
  line-height: 3rem;
  letter-spacing: 1px;
  text-transform: capitalize;
}

#about .container .common_grid .right h4 {
  font-size: 2rem;
}

#about .container .common_grid .right p {
  font-size: 1rem;
  letter-spacing: 1px;
  margin: 10px 0;
  text-align: justify;
  line-height: 1.7rem;
}

#about .container .common_grid .right ul li {
  font-size: .9rem;
  margin: 15px 0;
  letter-spacing: 1px;
}

#about .container .common_grid .right a {
  max-width: 200px;
}

.megaMenu {
  position: fixed;
  background: #fff;
  width: calc(100% - 50px);
  right: 0;
  top: 99px;
  padding: 3rem;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  z-index: 99;
  overflow-y: scroll;
  height: 100vh;
  padding-bottom: 10rem;
  -webkit-transform: translateX(-5000px);
          transform: translateX(-5000px);
}

.megaMenu ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.megaMenu ul li {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.megaMenu ul li a {
  font-weight: 700;
  color: #052f5f;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-size: 1rem;
  border-bottom: 4px solid #052f5f;
}

.megaMenu ul li .submenu ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.megaMenu ul li .submenu ul li {
  width: auto !important;
}

.megaMenu ul li .submenu ul li a {
  font-size: .8rem !important;
  border: none !important;
  font-weight: 300 !important;
  margin: 10px 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.megaMenu ul li .submenu ul li a:hover {
  color: #88060a;
  font-weight: #88060a;
}

.activeMenu {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

.togglMenu span.cross {
  display: block !important;
}

.togglMenu .bar {
  display: none !important;
}

#recuriter .recruiter_grid ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#recuriter .recruiter_grid ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  background: #fff;
  margin: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-shadow: 0px 1px 9px 2px #e4e4e4;
          box-shadow: 0px 1px 9px 2px #e4e4e4;
}

#recuriter .recruiter_grid ul li:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

#recuriter .recruiter_grid ul li img {
  padding: 5px;
  width: 100%;
}

.common_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}

#events .events_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#events .events_grid .event_inner:nth-child(even) {
  margin-top: 2.5rem;
}

#events .events_grid .event_inner {
  width: 28%;
}

#events .events_grid .event_inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#events .events_grid .event_inner a:hover .event_img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#events .events_grid .event_inner a .event_img img {
  width: 100%;
  -webkit-transition: all .4s;
  transition: all .4s;
}

#events .events_grid .event_inner a .event_content {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#events .events_grid .event_inner a .event_content h4,
#events .events_grid .event_inner a .event_content h5 {
  color: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
}

#events .events_grid .event_inner a .event_content h5 {
  font-size: 1rem;
}

#brocher {
  position: fixed;
  right: 0;
  bottom: 10%;
  -webkit-transform: translateX(83%);
          transform: translateX(83%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  z-index: 99;
}

#brocher:hover {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#brocher a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #FFC107;
  padding: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  color: #000;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 10px 0;
}

#brocher a svg {
  margin-right: 15px;
}

#recuriter {
  min-height: auto !important;
}

#recuriter .feedback_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  margin: 10px auto;
  width: 90%;
  min-height: 290px;
  -webkit-box-shadow: 0px 1px 3px 1px #00000026;
          box-shadow: 0px 1px 3px 1px #00000026;
  border: 1.5px solid #88060a;
}

#recuriter .feedback_left .img {
  width: 30%;
}

#recuriter .feedback_left .img img {
  width: 100%;
}

#recuriter .feedback_left .user_content {
  width: 60%;
}

#recuriter .feedback_left .user_content h4 {
  font-size: 1.5rem;
  font-style: oblique;
  color: #88060a !important;
}

#recuriter .feedback_left .user_content p {
  margin: 0;
  font-size: .9rem;
  letter-spacing: 1px;
  line-height: 1.5rem;
  font-weight: 500;
  color: #000 !important;
}

#recuriter .owl-nav {
  left: 0 !important;
  width: 100% !important;
}

#news_listings h3 {
  font-weight: 800;
  line-height: 3rem;
  letter-spacing: 1px;
  text-transform: capitalize;
}

#news_listings ul {
  padding: 0 !important;
}

#news_listings ul li {
  display: block;
  background: #fff;
  margin: 10px 0;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 3px 1px #00000026;
          box-shadow: 0px 1px 3px 1px #00000026;
}

#news_listings ul li .news_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#news_listings ul li .news_grid img {
  width: 47% !important;
}

#news_listings ul li .news_grid .news_content {
  width: 50%;
}

#news_listings ul li .news_grid .news_content p {
  margin-bottom: .5rem;
  font-size: 13px;
  color: #000 !important;
  letter-spacing: 1px;
}

#news_listings ul li .news_grid .news_content h4 {
  font-size: .9rem;
  letter-spacing: 1px;
  line-height: 1.4rem;
  color: #000 !important;
  font-weight: 800;
}

#news_listings ul li .news_grid .news_content a {
  font-size: 13px;
  margin: 0;
  font-weight: 600;
  color: #88060a;
}

.holder {
  width: 100%;
  height: 514px;
  overflow: hidden;
  padding: 0 10px;
  font-family: Helvetica;
  margin: 0;
  border-radius: 10px;
}

.holder .mask {
  position: relative;
  left: 0px;
  top: 10px;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.holder ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100% !important;
}

.holder ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 10px;
  padding: 5px 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0;
  border: 1px dashed #88060a;
  -webkit-box-shadow: 0px 1px 3px 1px #00000026;
          box-shadow: 0px 1px 3px 1px #00000026;
}

.holder ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: #FFC107;
  padding: 4px 10px;
  color: #000;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.holder ul li a {
  max-width: 100% !important;
  font-weight: 900;
  letter-spacing: 1px;
  margin-left: 1rem;
  color: #000;
}

#footer {
  min-height: auto !important;
  padding-bottom: 0;
  border-top: 3px solid #FFC107;
}

#footer .footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#footer .footer_inner .fotter_grid {
  width: 33%;
}

#footer .footer_inner .fotter_grid h4 {
  color: #000;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: bold;
}

#footer .footer_inner .fotter_grid ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
}

#footer .footer_inner .fotter_grid ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

#footer .footer_inner .fotter_grid ul li a {
  color: #000;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 5px 0;
  /*opacity: .7;*/
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
}

#footer .footer_inner .fotter_grid ul li a:hover {
  color: #88060a;
}

#footer .footer_inner .fotter_grid ul li a svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: absolute;
  left: 0;
}

#footer #footer_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #88060a;
  padding: 10px 0;
}

#footer #footer_main p {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.social_icon li a {
  padding-left: 2rem !important;
}

#affiliations {
  min-height: auto !important;
}

#affiliations .item img {
  width: 75%;
  margin: 10px auto;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 3px 1px #00000026;
          box-shadow: 0px 1px 3px 1px #00000026;
}

.courses_grid ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.courses_grid ul li a {
 
  color: #fff;
  text-align: center;
}

.courses_grid ul li {
  width: 23%;
  height: 200px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .4s;
  transition: all .4s;
  margin: 10px;
  padding: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #fff;
  position: relative;
  z-index: 1;
  background-position: center !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.5rem;
  border: 2px solid #88060a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  text-align: center;
}

.courses_grid ul li::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: #000000;
  opacity: .5;
}

.courses_grid ul li .button_grid {
  margin: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.courses_grid ul li .button_grid a {
  -webkit-transition: all .4s;
  transition: all .4s;
  color: #fff;
}

.courses_grid ul li .button_grid a::after {
  content: '';
  position: absolute;
  left: -61px;
  background: #fff;
  width: 0px;
  height: 2px;
  top: 11px;
}

.courses_grid ul li:hover {
  background: #88060a !important;
  opacity: 1;
  color: #fff !important;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-box-shadow: 0 28px 81px -7px rgba(0, 0, 0, 0.44);
          box-shadow: 0 28px 81px -7px rgba(0, 0, 0, 0.44);
  border: none !important;
}

.courses_grid ul li:hover .button_grid a {
  color: #fff !important;
  opacity: 1;
  margin-left: 4rem;
}

.courses_grid ul li:hover .button_grid a::after {
  content: '';
  position: absolute;
  left: -61px;
  background: #fff;
  width: 76px;
  height: 2px;
  top: 11px;
  width: 76px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

#page-heading {
  /*background: url("../img/page-bg.jpg"); */
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
#page-heading img{
        width: 100%;
    height: auto;
}


#page-heading h4 {
       color: #fff;
    font-size: 2.2rem;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#page-heading::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(61, 33, 94, 0)), color-stop(32%, rgba(40, 22, 62, 0.18)), color-stop(70%, rgba(55, 31, 85, 0.45)), to(#2e1c46)) 0% 0% no-repeatß;
  background: transparent linear-gradient(180deg, rgba(61, 33, 94, 0) 0%, rgba(40, 22, 62, 0.18) 32%, rgba(55, 31, 85, 0.45) 70%, #2e1c46 100%) 0% 0% no-repeatß;
  z-index: -1;
  opacity: .8;
}

.big_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem;
  background: #fff;
  z-index: 11;
  width: 90%;
  margin: 10px auto;
  position: relative;
  top: -5rem;
  border-radius: 10px;
  -webkit-box-shadow: 0px -1px 15px 0px #dcd9d9;
          box-shadow: 0px -1px 15px 0px #dcd9d9;
}

.big_wrapper .checkbox {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  height: 65px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 !important;
  padding-top: 35px;
}

.big_wrapper .checkbox input {
  width: auto !important;
  margin: 6px 10px;
  height: auto;
}

table {
  width: 100%;
  border: 2px solid #881125;
}

table td, table th {
    font-size: .8rem;
    padding: 10px;
    letter-spacing: 1px;
    border: 2px solid #881125;
}
/*table tr:nth-child(even){*/
/*    color: #fff;*/
/*    background: #881125;*/
/*}*/
table td, table p{
        font-size: 1rem;
}
ul.listtings {
  padding-left: 1rem;
}

ul.listtings li {
  font-size: 14px;
  letter-spacing: 1px;
  margin: 1rem 0;
  list-style: decimal;
}

.app_input_wrapper {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 10px 0;
}

.app_input_wrapper label {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.app_input_wrapper input,
.app_input_wrapper select {
  width: 100% !important;
  height: 40px;
  border: 2px solid #0849ac;
  font-size: .8rem;
  padding: 10px;
  letter-spacing: 1px;
  font-weight: 300;
  border-radius: 5px;
}

.counters_grid {
  min-height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.counters_grid ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 !important;
}

.counters_grid ul li {
  width: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #881125;
  height: 100px;
  border: 1px solid #88060a;
  margin: 10px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.counters_grid ul li:hover {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.counters_grid ul li:hover h2, .counters_grid ul li:hover p {
  color: #fff !important;
}

.counters_grid ul li:hover::after {
  -webkit-transform: scale(10);
          transform: scale(10);
}

.counters_grid ul li::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #88060a;
  z-index: -1;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 50%;
}

.counters_grid ul li h2 {
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: 1px;
  margin: 0;
  text-align: center;
}

.counters_grid ul li p {
  margin: 0;
  font-size: 25px;
  opacity: .8;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.button_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.button_grid a {
  color: #000;
  opacity: .5;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#tab .tab_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0;
}

#tab .tab_menu ul {
  background: #88060a;
  border-radius: 30px;
  overflow: hidden;
}

#tab .tab_menu ul li a {
  color: #fff;
  padding: 14px 30px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-size: .8rem !important;
}

#tab .tab_menu ul li a.active {
  border-radius: 30px;
  color: #000 !important;
  background: #FFC107;
}

#tab .tab-pane ul {
  padding-left: 2rem;
}

#tab .tab-pane p,
#tab .tab-pane li {
  font-size: 1rem;
  letter-spacing: 1px;
  margin: 10px 0;
  line-height: 1.7rem;
}

.img_wtih_shadow img {
  -webkit-box-shadow: 0px 1px 9px 4px #a79f9f7d;
          box-shadow: 0px 1px 9px 4px #a79f9f7d;
  border-radius: 10px;
}

.two_img img:nth-child(2) {
  position: relative;
  width: 69%;
  top: -71px;
  left: -25px;
}

#table {
  padding-top: 3rem;
}

.main_img {
  padding: 2rem 0 0 0;
}

.main_img img {
  width: 100%;
}

.syllabus_grid ul {
  margin: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.syllabus_grid ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  margin: 10px;
  height: 150px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0848ac;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.syllabus_grid ul li:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.syllabus_grid ul li a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 150px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 900;
  width: 80%;
}

.syllabus_grid ul li a img {
  width: 22px;
}

.input_note {
  font-size: 12px;
  color: #88060a;
}

.form table {
  margin: 2rem 0;
}

.form table table {
  margin: 0 !important;
}

.form table input,
.form table textarea,
.form table select {
  width: 100%;
  height: 40px;
  border: 2px solid #0849ac;
  font-size: .8rem;
  padding: 5px;
  letter-spacing: 1px;
  font-weight: 300;
  border-radius: 5px;
}

.form table input[type="radio"] {
  width: auto !important;
}

.form table textarea {
  height: 100px;
}

.table_radio input {
  margin-right: 10px;
  height: auto !important;
}

.table_radio label {
  margin: 0 !important;
}

#student-details li {
  width: 31%;
}

.gallery_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all .4s;
  transition: all .4s;
  padding: 2rem 0;
}

.gallery_grid .gallery_sec {
  width: 32%;
  overflow: hidden;
  position: relative;
  margin: 10px 0;
  height: 300px;
  -webkit-box-shadow: 0px 1px 3px 1px #00000026;
          box-shadow: 0px 1px 3px 1px #00000026;
}

.gallery_grid .gallery_sec:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.gallery_grid .gallery_sec:hover .galler_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-300px);
          transform: translateY(-300px);
}

.gallery_grid .gallery_sec:hover .galler_content::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.gallery_grid .gallery_sec .galler_content {
  -webkit-transform: translateY(-1000px);
          transform: translateY(-1000px);
  -webkit-transition: all .4s;
  transition: all .4s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5.5rem;
  position: relative;
  z-index: 1;
}

.gallery_grid .gallery_sec .galler_content a {
  cursor: pointer;
}

.gallery_grid .gallery_sec .galler_content::after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 40px solid #ffffff85;
  top: 0;
  left: 0;
  -webkit-transform: scale(100);
          transform: scale(100);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.gallery_grid .gallery_sec .img_sec {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.gallery_grid .gallery_sec .img_sec img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.gallery_grid .gallery_sec .img_sec h4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000061;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

.tz-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 2rem;
}

.tz-gallery .img_tab {
  width: 31%;
  margin: 10px;
  overflow: hidden;
  border-radius: 10px;
}

.tz-gallery .img_tab .card_gallery .lightbox .event_img_detail_page img {
  width: 100%;
  height: 200px;
}

.gallery_inner {
  padding-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gallery_inner .frame {
  width: 31%;
  overflow: hidden;
  margin: 10px;
}

.teachers ul {
  margin: 0;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.teachers ul li {
  width: 23%;
  overflow: hidden;
  margin: 10px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f8f8f8;
  padding: 10px;
  border-radius: 5px;
}

.teachers ul li img {
  width: 100%;
}

.teachers ul li h4 {
  font-size: 1.2rem;
  margin: 10px 0;
}

.teachers ul li p {
  margin: 0 !important;
  text-align: center;
  font-size: 12px !important;
  letter-spacing: 1px !important;
}

.download_link {
  background: #881125;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  color: #fff;
  width: 30px;
  height: 30px;
}

.download_link svg {
  width: 20px;
  height: 20px;
}

#news_main_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 2rem;
}

#news_main_img img {
  width: 100%;
  height: 100%;
}

#news_main_img #news_main_heading {
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  margin-top: -9rem;
  background: #fff;
  margin-bottom: 5rem;
  height: 200px;
}

#news_main_img #news_main_heading h4 {
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 800;
}

#news_content p,
#news_content li {
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 2rem;
}

#news_content ul {
  padding: 0 !important;
}

#news_content a {
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: underline;
}

#news_content img {
  width: 60%;
  margin: 2rem 0;
  border-radius: 10px;
}

#news-main-page ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#news-main-page ul li {
  width: 48% !important;
  margin: 1rem 6px;
  background: #f8f8f8;
}

#news-main-page ul li img {
  width: 43% !important;
  height: auto !important;
}

#news-main-page ul li .news_content {
  width: 50% !important;
}

#news-main-page ul li .news_content h4 {
  font-size: 13px !important;
}
/*
.socail_login_mobile {
  display: none !important;
}
*/
#pdf_listings {
  padding: 2rem 0;
}

#pdf_listings ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#pdf_listings ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 23%;
  background: #fff;
  height: 150px;
  border-radius: 10px;
  -webkit-box-shadow: 0px -1px 12px 0px #3367a51f;
          box-shadow: 0px -1px 12px 0px #3367a51f;
  margin: 10px;
  border: 2px solid #881125;
  -webkit-transition: all .4s;
  transition: all .4s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#pdf_listings ul li::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #881125;
  -webkit-transition: all .4s;
  transition: all .4s;
  border-radius: 50%;
  z-index: -1;
  -webkit-transform: scale(0);
          transform: scale(0);
}

#pdf_listings ul li::after {
  content: '';
  background: url("../img/pdf.png");
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .2;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  z-index: -1;
}

#pdf_listings ul li:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  border: 2px solid #88060a;
}

#pdf_listings ul li:hover h4 {
  color: #88060a;
  color: #fff !important;
}

#pdf_listings ul li:hover::before {
  -webkit-transform: scale(100);
          transform: scale(100);
}

#pdf_listings ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #000;
  font-weight: 900;
  text-transform: capitalize;
  padding: 10px;
}

#pdf_listings ul li a h4 {
  margin: 0;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1rem;
  color: #1d4182;
  -webkit-transition: all .4s;
  transition: all .4s;
}

#fixed_enquiry_now {
  position: fixed;
  z-index: 11;
  top: 70%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  left: -50px;
  background: #88060a;
  border: none;
  border-radius: 0;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 23px;
}

#fixed_enquiry_now:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.modal_forms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#agreeWithUs label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  letter-spacing: 1px;
}

#agreeWithUs label input {
  width: 20px !important;
  height: 20px !important;
  margin-right: 10px;
}

.modal_forms {
  background: #88060a;
  padding: 10px;
}

.modal_forms input, .modal_forms select {
  border: none;
}

.modal_forms label {
  color: #fff;
}

#inner_pages .courses_grid ul {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#inner_pages .courses_grid ul li {
  width: 31%;
  height: 220px !important;
}

.faq-section {
  background: #fdfdfd;
  min-height: 100vh;
  padding: 10vh 0 0;
}

.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}

.faq-title h2::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 60px;
  height: 2px;
  background: #88060a;
  bottom: -25px;
  margin-left: -30px;
}

.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
  background: rgba(233, 30, 99, 0.1);
  padding-left: 10px;
}

.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  border-radius: 100px;
  text-align: center;
  background: #88060a;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}

.contact_details {
  margin-top: 1rem;
}

.contact_details .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_details .container ul li {
  width: 30%;
  background: #fff;
  padding: 10px;
  height: auto;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 10px 0 #3469cb1f;
  box-shadow: 0 2px 10px 0 #3469cb1f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 27px;
}

.contact_details .container ul li img {
  width: 50px;
  margin-bottom: 10px;
}

.contact_details .container ul li h4 {
  font-size: 15px;
  color: #881125;
  font-weight: 700;
}

.contact_details .container ul li p {
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8;
  color: #69829f;
}

.contact_details .container ul li a {
  color: #881125;
  text-decoration: none;
  font-weight: 700;
}

.contact_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}

.contact_form .left {
  width: 45%;
}

.contact_form .left .contact_form {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact_form .left .contact_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact_form .left .contact_form form .app_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 7px 0;
}

.contact_form .left .contact_form form .app_input label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}

.contact_form .left .contact_form form .app_input input,
.contact_form .left .contact_form form .app_input select {
  width: 100%;
  height: 40px;
  border: 2px solid #881125;
}

.contact_form .left .contact_form form .app_input textarea {
  border: 2px solid #881125;
  min-height: 120px;
}

.contact_form .left .contact_form form .app_input #submit {
  border: none;
  background: #881125;
  color: #fff;
  padding: 6px 20px;
}

.contact_form .right {
  width: 48%;
}

@media only screen and (max-width: 768px) {
    #pdf_listings ul li{
        width:100% !important;
    }
  li:nth-last-child(2) .submenu, li:nth-last-child(1) .submenu {
    left: 0px !important;
  }
  .contact_details {
    margin-top: 0px;
  }
  .contact_details .container ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
  }
  .contact_details .container ul li {
    width: 100% !important;
    margin: 10px 0;
  }
  .contact_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
  }
  .contact_form .left,
  .contact_form .right,
  .contact_form .blog_wrapper {
    width: 100% !important;
    height: auto;
  }
  .contact_form .left .contact_form,
  .contact_form .right .contact_form,
  .contact_form .blog_wrapper .contact_form {
    padding: 0 !important;
  }
  .contact_form .left p,
  .contact_form .right p,
  .contact_form .blog_wrapper p {
    font-size: 13px;
    line-height: 23px;
    margin: 10px 0;
  }
  .socail_login_mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    margin: 10px 0;
  }
  .socail_login_mobile svg {
    margin-right: 10px;
  }
  .counters_grid ul li {
    width: 48%;
    margin: 3px;
  }
  .common_sec {
    padding: 2rem 0;
  }
  #news_listings ul li {
    width: 100% !important;
  }
  #news-main-page ul li .news_content {
    width: 49% !important;
  }
  #news-main-page ul li img {
    height: 172px !important;
  }
  .hero-content {
    padding: 10px 40px !important;
  }
  .hero-content h1 {
    font-size: 2rem !important;
    line-height: 2.4rem !important;
    width: 100% !important;
  }
  .hero-content p {
    font-size: 1rem !important;
    width: 100% !important;
  }
  .gallery_grid .gallery_sec {
    width: 100% !important;
  }
  .img_tab,
  .frame {
    width: 100% !important;
  }
  #hero .my-carousel-item {
    height: 400px;
  }
  #news_main_heading {
    width: 100% !important;
    margin: 0 !important;
  }
  #news_main_heading h4 {
    font-size: 1rem !important;
    line-height: 1.7rem !important;
  }
  .big-content img {
    width: 100% !important;
    margin: 1rem 0 !important;
  }
  .submenu {
    z-index: 9 !important;
  }
  .socail_login {
    display: none;
  }
  .teachers ul li {
    width: 100% !important;
  }
  #tab .tab_menu ul li a {
    padding: 8px 11px !important;
    margin: 5px 2px !important;
    font-size: .7rem !important;
  }
  #page-heading {
    height: auto;
  }
  #page-heading h4 {
    font-size: 1rem;
  }
  .big_wrapper {
    top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
    padding: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .big_wrapper .app_input_wrapper {
    width: 100%;
  }
  .activeMenu {
    left: 0;
    width: 100% !important;
  }
  body {
    margin-left: 0 !important;
  }
  .courses_grid ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .courses_grid ul li {
    width: 100% !important;
  }
  #side_header {
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #side_header #sider_header_left .socail_login {
    display: none;
  }
  #header {
    border-bottom: 1px solid #eee;
    height: auto;
  }
  #header .container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #header .container .logo {
    width: 55%;
    padding-right: 10px;
    margin-left: 10px;
  }
  #header .container .logo h1 {
    font-size: 11px !important;
    margin-bottom: 0 !important;
  }
  .main_links {
    position: fixed;
    top: 50px;
    height: 100vh;
    width: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
    overflow-y: scroll;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .main_links ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 10px;
  }
  .main_links ul li {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .main_links ul li a {
    width: 100%;
    padding: 10px 0;
    font-weight: bold !important;
  }
  .main_links ul li a.primary_button {
    display: none !important;
  }
  #side_header {
    left: 86%;
    background: transparent;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #hero .my-carousel-item img {
    height: 100%;
  }
  #news_listings ul li .news_grid img {
    height: 168px !important;
  }
  #news_listings ul li .news_grid .news_content h4 {
    line-height: 1.3rem !important;
  }
  .common_grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .common_grid .left,
  .common_grid .right {
    width: 100% !important;
  }
  .common_grid .right h4,
  .common_heading h1 {
    font-size: 1.5rem !important;
    line-height: inherit !important;
  }
  #recuriter .recruiter_grid ul li {
    width: 28%;
    margin: 5px;
  }
  .events_grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .events_grid .event_inner {
    width: 100% !important;
    margin: 1rem 0 !important;
  }
  #recuriter .feedback_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #recuriter .feedback_left .img,
  #recuriter .feedback_left .user_content {
    width: 100% !important;
  }
  .holder ul li,
  .footer_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fotter_grid {
    width: 100% !important;
    margin: 10px 0;
  }
  #footer #footer_main p {
    text-align: center;
    padding: 3px;
  }
  .megaMenu {
    padding: 2rem 2rem 10rem 2rem;
    top: 60px;
  }
  .megaMenu ul li {
    width: 100%;
  }
  .ticker01 li a,
  .ticker01 li span {
    font-size: 15px !important;
  }
}
/*# sourceMappingURL=style.css.map */
