* {
  padding: 0;
  margin: 0;
  font-family: "Poppins", serif; }

body {
  font-size: 15px;
  line-height: 26px; }
  body .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ccc; }
  body textarea {
    border-color: #ccc; }
    body textarea:focus {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      border-color: #ccc;
      outline: none; }
  body a {
    color: black; }
    body a:hover {
      text-decoration: none;
      color: #1c81c5; }
    body a:focus {
      outline: none; }
  body p {
    text-align: justify;
    line-height: 36px;
    color: black;
    font-size: 15px;
    margin: 0; }
  body ul {
    margin: 0;
    padding: 0; }
    body ul li {
      list-style-type: none; }
  body button:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none; }
  body button:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  body input .btn:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none; }
  body img {
    width: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0; }
  h1:focus,
  h2:focus,
  h3:focus,
  h4:focus,
  h5:focus,
  h6:focus {
    outline: none; }

.no-pad {
  padding: 0; }

.sec-padding {
  padding: 60px 0; }

.sec-background {
  background-color: white; }

.sec-title {
  margin-bottom: 40px; }
  .sec-title span {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 14px;
    color: #1b1b1b80; }
  .sec-title h2 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
    color: #1c1d1b;
    margin-top: 10px; }

#myTopbtn {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 15px;
  z-index: 99;
  font-size: 26px;
  border: none;
  outline: none;
  color: white;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  box-shadow: 0px 0px 9px 0px #00000063;
  background: #e10b11;
  transition: 0.2s linear; }
  #myTopbtn:hover {
    cursor: pointer; }

.social-icons {
  display: flex; }
  .social-icons li {
    padding: 0 10px; }
    .social-icons li a {
      color: #fff; }

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #212121;
  transition: 0.6s linear;
  box-shadow: 0px 6px 14px 0px #00000045; }

.header-top {
  background: #e10b11;
  padding: 4px 0; }

.header-top-left ul {
  display: flex;
  align-items: center; }
  .header-top-left ul li {
    padding-right: 20px;
    color: white; }
    .header-top-left ul li i {
      margin-right: 3px; }
    .header-top-left ul li a {
      color: white; }

.header-top-right {
  display: flex;
  justify-content: flex-end; }
  .header-top-right .htr-links {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .header-top-right .htr-links li {
      padding: 0 10px; }
      .header-top-right .htr-links li a {
        color: white; }
    .header-top-right .htr-links li:not(:last-child) {
      border-right: 1px solid #fcfcfc6e; }

.header-mid {
  padding: 10px 0; }

.header-mid-left img {
  height: 90px;
  object-fit: contain; }

.hmr {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.header-mid-right ul {
  display: flex;
  gap: 10px; }
  .header-mid-right ul li {
    text-align: left;
    margin-right: 0;
    display: flex;
    min-width: 150px;
    align-items: center; }
    .header-mid-right ul li img {
      height: 50px;
      width: auto;
      object-fit: contain; }
    .header-mid-right ul li span {
      display: inline-block;
      vertical-align: middle;
      line-height: 18px;
      margin-left: 10px;
      opacity: 0.6;
      transition: all 0.5s ease-in-out;
      font-weight: 600;
      font-size: 16px; }
      .header-mid-right ul li span small {
        display: table;
        color: #e10b11;
        font-weight: 600;
        font-size: 13px;
        font-style: normal; }

.header-bottom {
  background-color: #01539c;
  padding: 0 40px; }

#nav {
  list-style: none inside;
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center; }
  #nav li {
    display: block;
    position: relative;
    padding: 5px 25px;
    background: #01539c;
    transition: 0.2s linear;
    text-align: left; }
    #nav li a {
      display: block;
      padding: 0;
      text-decoration: none;
      line-height: 35px;
      color: #ffffff;
      font-weight: 600; }
      #nav li a img {
        width: 20px;
        height: 20px;
        margin-right: 3px; }
    #nav li:hover {
      background-color: #e10b11; }
    #nav li:hover.nav-submenu::after {
      color: transparent; }

.nav-submenu {
  position: relative; }
  .nav-submenu:after {
    content: "\f107";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-weight: 600; }

#nav ul {
  position: absolute;
  padding: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  width: max-content;
  top: 45px;
  border-top: 2px solid #f0f0f0;
  z-index: 2000; }

#nav li:hover ul ul {
  display: none; }

#nav li:hover ul {
  display: block; }

#nav .nav-enq {
  background: #e10b11;
  margin-left: 20px; }
  #nav .nav-enq i {
    font-weight: 600; }

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.5s; }
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s; }
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px; }

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px; }

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px; }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px; } }
.main-banner {
  position: relative;
  overflow: hidden; }
  .main-banner .slick-dots {
    position: absolute;
    bottom: -2px;
    right: -45%;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center; }
  .main-banner .slick-dots li button::before {
    font-size: 0; }
  .main-banner li.slick-active button {
    background: #e10b11 !important; }
  .main-banner .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 1px;
    cursor: pointer;
    color: white;
    border: 1px solid;
    border-radius: 8px;
    outline: none;
    background: white;
    border: 1px solid #7d7d7d; }
  .main-banner .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }

.main-banner-single {
  max-height: 635px;
  height: clamp(116px, 33vw, 648px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  visibility: inherit;
  display: flex !important;
  position: relative;
  justify-content: flex-start;
  align-items: center;
  transition: opacity 3000ms ease 0s;
  z-index: 1; }
  .main-banner-single:focus {
    outline: none; }

.main-about {
  padding: 60px 0 60px 100px;
  overflow: hidden; }

.main-about-left {
  padding-right: 20px; }
  .main-about-left p {
    text-align: inherit; }
  .main-about-left a {
    cursor: pointer;
    font-style: normal;
    color: white;
    border: 2px solid #01539c;
    background-color: #01539c;
    line-height: 14px;
    padding: 13px 30px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s;
    border-radius: 0;
    display: inline-block;
    margin-top: 20px; }
    .main-about-left a:hover {
      border-color: #01539c;
      background: white;
      color: #01539c; }

.main-about-right {
  position: relative; }
  .main-about-right h4 {
    background: #e10b11;
    position: absolute;
    color: white;
    padding: 30px 30px 30px 50px;
    font-size: 23px;
    width: 400px;
    bottom: -40px;
    right: 40px;
    line-height: 40px; }
    .main-about-right h4::before {
      content: "\f1b2";
      font-family: Material-Design-Iconic-Font;
      font-size: 130px;
      font-weight: 400;
      color: white;
      position: absolute;
      left: -38px;
      transform: rotate(180deg); }

.main-countries {
  position: relative;
  background: #fbfbfb;
  margin: 60px 0; }
  .main-countries .sec-title {
    text-align: center; }
  .main-countries .slick-arrow {
    position: absolute;
    top: 50%;
    font-size: 25px;
    z-index: 99;
    color: #fff;
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #e10b11;
    line-height: 40px;
    text-align: center;
    cursor: pointer; }
  .main-countries i.fas.fa-angle-right.slick-arrow {
    right: -10px; }
  .main-countries i.fas.fa-angle-left.slick-arrow {
    left: -18px; }

.main-countries-single {
  position: relative;
  margin: 0 10px;
  overflow: hidden; }
  .main-countries-single:focus {
    outline: none; }
  .main-countries-single:hover .mds-img img {
    transform: scale(1.1); }
  .main-countries-single:hover .mds-text {
    top: 0;
    background-color: #00000094;
    height: 100%; }
  .main-countries-single:hover .mds-text ul {
    display: block; }

.mds-img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: 0.2s linear; }

.mds-text {
  position: absolute;
  top: 77%;
  height: 100%;
  padding: 20px;
  background: linear-gradient(0deg, #000000ba 87%, #e10b1100 100%);
  width: 100%;
  text-align: center;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  transition: all 0.6s ease-in-out;
  max-height: 300px;
  overflow: hidden; }
  .mds-text h4 a {
    color: white;
    font-weight: 600; }
    .mds-text h4 a i {
      font-size: 18px; }
  .mds-text ul {
    display: none;
    padding-top: 10px; }
    .mds-text ul li {
      color: white;
      text-align: left;
      position: relative;
      padding-left: 10px; }
      .mds-text ul li:before {
        content: "\f0da";
        position: absolute;
        font-family: "Font Awesome 5 Free";
        color: white;
        font-weight: 600;
        left: 0; }
    .mds-text ul li:last-child a {
      color: #e10b11;
      font-weight: 600; }
    .mds-text ul li:last-child::before {
      content: none; }

.main-expertise {
  background-size: cover; }

.main-expertise-left .sec-title {
  text-align: left; }

.mel-text {
  margin-bottom: 30px; }
  .mel-text p {
    text-align: inherit; }

.mel-btn a {
  cursor: pointer;
  font-style: normal;
  color: white;
  border: 2px solid #01539c;
  background-color: #01539c;
  line-height: 14px;
  padding: 13px 30px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s;
  border-radius: 0;
  display: inline-block;
  margin-top: 0; }
  .mel-btn a:hover {
    border-color: #01539c;
    background: white;
    color: #01539c; }

.main-expertise-middle {
  margin-top: 50px; }

.mer-single {
  background-color: white;
  text-align: center;
  padding: 30px 15px;
  box-shadow: 0px 0px 11px #9797974f;
  margin: 0 10px;
  margin-bottom: 40px;
  transition: 0.2s linear;
  min-height: 208px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .mer-single:hover {
    box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.15); }
  .mer-single a {
    pointer-events: none; }

.mer-single:last-child {
  margin-bottom: 0; }

.mers-icon {
  text-align: center; }
  .mers-icon img {
    height: 65px;
    width: 65px; }

.mers-text h4 {
  font-size: 20px;
  margin: 20px 0 15px;
  color: #1d1d1d; }

.main-why {
  padding: 60px 100px 60px 0;
  overflow: hidden;
  background: #fbfbfb; }

.main-why-left {
  position: relative; }
  .main-why-left img {
    height: 450px;
    object-fit: cover; }
  .main-why-left h4 {
    background: #e10b11;
    position: absolute;
    color: white;
    padding: 30px 50px 30px 30px;
    font-size: 23px;
    width: 350px;
    bottom: -40px;
    right: 60px;
    font-weight: 600;
    line-height: 40px; }
    .main-why-left h4::before {
      content: "\f1b2";
      font-family: Material-Design-Iconic-Font;
      font-size: 130px;
      font-weight: 400;
      color: white;
      position: absolute;
      right: -30px; }

.main-why-right {
  text-align: right; }
  .main-why-right p {
    text-align: right; }
  .main-why-right a {
    margin-top: 20px;
    cursor: pointer;
    font-style: normal;
    color: white;
    border: 2px solid #01539c;
    background-color: #01539c;
    line-height: 14px;
    padding: 13px 30px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s;
    border-radius: 0;
    display: inline-block; }
    .main-why-right a:hover {
      border-color: #01539c;
      background: white;
      color: #01539c; }

.main-testimonials {
  background: #fbfbfb;
  position: relative;
  overflow: hidden; }
  .main-testimonials .slick-arrow {
    position: absolute;
    top: 50%;
    font-size: 25px;
    z-index: 99;
    color: black;
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    cursor: pointer; }
    .main-testimonials .slick-arrow:hover {
      color: #e10b11; }
  .main-testimonials i.fas.fa-arrow-right.slick-arrow {
    right: -60px; }
  .main-testimonials i.fas.fa-arrow-left.slick-arrow {
    left: -60px; }

.main-testimonials-single {
  padding: 0 30px; }
  .main-testimonials-single:focus {
    outline: none; }

.mts-user {
  display: flex;
  justify-content: center; }
  .mts-user img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #e10b11; }

.mts-text {
  text-align: center;
  margin-top: 20px; }
  .mts-text h4 {
    font-weight: 600;
    color: #01539c; }
  .mts-text span {
    font-weight: 600; }
  .mts-text p {
    font-style: italic;
    color: #383838;
    text-align: center;
    padding-top: 10px; }

.main-counter-inner {
  position: relative;
  background-attachment: fixed;
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 60px; }
  .main-counter-inner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #e10b11c4; }

.main-counter-years {
  color: white;
  margin-bottom: 60px; }
  .main-counter-years span {
    text-transform: uppercase;
    letter-spacing: 2px; }
  .main-counter-years h6 {
    font-size: 50px; }

.main-counter-single {
  padding: 0 2px;
  margin: 0;
  float: none;
  vertical-align: top;
  text-align: center; }
  .main-counter-single h2 {
    color: white;
    font-size: 45px;
    line-height: 36px;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 20px; }
  .main-counter-single .percent::after {
    content: "%"; }
  .main-counter-single .digit::after {
    content: "+"; }
  .main-counter-single .alpha::after {
    content: "K"; }
  .main-counter-single h3 {
    padding-top: 10px;
    color: white;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    font-style: normal; }
    .main-counter-single h3 i {
      margin-right: 10px; }

.mcv {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.main-counter-video {
  display: flex;
  align-items: center; }
  .main-counter-video span {
    display: block;
    height: 80px;
    width: 80px;
    background-color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    color: #222121e3;
    margin-right: 20px;
    box-shadow: 0px 0px 20px 0px #0404049e; }
  .main-counter-video p {
    color: white;
    border-bottom: 1px solid white;
    line-height: 20px;
    font-weight: 600; }

.main-affiliations {
  background: #fbfbfb; }

.main-affiliations-single {
  background: white;
  padding: 10px;
  margin: 15px 0;
  box-shadow: 0px 0px 10px 0px #d0d0d0cf;
  transition: 0.3s linear; }
  .main-affiliations-single img {
    height: 100px;
    object-fit: contain; }
  .main-affiliations-single:hover {
    margin-top: 5px;
    cursor: pointer;
    box-shadow: 0px 0px 10px 0px #a5a5a5cf; }

.footer-main {
  background: #01539c center center no-repeat;
  background-size: cover;
  padding: 50px 0 20px; }

.fm-single h4 {
  color: white;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 3px solid white; }
.fm-single a {
  color: white; }
  .fm-single a:hover {
    color: white; }

.fm-about img {
  height: 120px;
  width: auto;
  margin-left: 20px; }
.fm-about ul li {
  color: white; }

.fma-add {
  padding-top: 15px; }
  .fma-add li {
    position: relative;
    padding-left: 25px; }
    .fma-add li i {
      position: absolute;
      left: 0;
      top: 6px; }

.fma-social {
  padding-top: 20px; }
  .fma-social li i {
    text-align: center;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50%;
    line-height: 35px;
    font-size: 19px;
    font-weight: 600;
    box-shadow: 0px 0px 7px 0px #00000057; }
  .fma-social li i.fab.fa-facebook-f {
    color: #3b5998; }
  .fma-social li i.fab.fa-twitter {
    color: #00aced; }
  .fma-social li i.fab.fa-instagram {
    color: #cc377b; }
  .fma-social li i.fab.fa-youtube {
    color: #db1f27; }
  .fma-social li i.fab.fa-tiktok {
    color: #000000; }
  .fma-social li i.fab.fa-linkedin {
    color: #0072b1; }

.fm-links {
  padding-left: 50px; }
  .fm-links ul li {
    padding-bottom: 10px;
    padding-left: 20px;
    position: relative; }
    .fm-links ul li:before {
      position: absolute;
      content: "\f0da";
      color: white;
      font-family: "Font Awesome 5 Free";
      font-weight: 600;
      font-size: 16px;
      left: 5px; }

.fm-country ul li {
  padding-bottom: 10px;
  padding-left: 5px; }
  .fm-country ul li img {
    height: 20px;
    width: 20px;
    margin-right: 5px; }

.fm-enquire h4 {
  margin-bottom: 15px; }
.fm-enquire input {
  width: 100%;
  margin-bottom: 8px;
  border: none;
  padding: 4px 10px;
  border-radius: 0; }
  .fm-enquire input:focus {
    outline: none; }
.fm-enquire ::placeholder {
  font-size: 12px;
  color: gray; }
.fm-enquire textarea {
  width: 100%;
  padding: 4px 10px; }
.fm-enquire input[type="submit"] {
  width: 35%;
  border: none;
  border-radius: 0;
  background: #2c2a2a;
  color: white;
  padding: 3px 0;
  margin: 0;
  cursor: pointer; }

.fm-copyright {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  margin-top: 30px;
  border-top: 2px solid #307dc157; }
  .fm-copyright p {
    color: white; }
    .fm-copyright p i {
      margin-right: 3px; }
    .fm-copyright p a {
      color: white; }

.inner-breadcrumb {
  position: relative;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40vh;
  background-size: cover;
  background-position: bottom; }
  .inner-breadcrumb::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(45deg, #e10b11e0, #0000008f);
    z-index: -1; }

.inner-breadcrumb-text {
  z-index: 1;
  color: white; }
  .inner-breadcrumb-text h2 {
    font-size: 50px;
    font-weight: 600; }

.inner-message {
  background-color: whitesmoke; }

.inner-message-img {
  display: flex;
  justify-content: center; }
  .inner-message-img span img {
    border-radius: 50%;
    height: 300px;
    width: 300px;
    object-fit: cover;
    border: 5px solid white;
    box-shadow: 0px 0px 9px 0px #0303039e; }

.inner-message-text {
  background-color: white;
  padding: 50px 80px;
  margin-top: 50px;
  text-align: center; }
  .inner-message-text p {
    font-size: 16px; }
  .inner-message-text h4 {
    text-align: left;
    margin: 30px 0 5px;
    color: #e10b11;
    font-weight: 600; }
  .inner-message-text span {
    text-align: left;
    display: block;
    font-weight: 600;
    font-size: 16px; }

.iau-img {
  margin: 40px 0; }
  .iau-img img {
    height: 350px;
    object-fit: cover; }

.inner-contact-info {
  padding-bottom: 50px;
  border-bottom: 1px solid #f2f2f2; }
  .inner-contact-info .sec-title {
    text-align: center; }
  .inner-contact-info .icis {
    display: flex;
    justify-content: center;
    border-right: 1px solid #f2f2f2; }
  .inner-contact-info .icis:last-child {
    border-right: none; }
  .inner-contact-info .icis-img {
    text-align: center;
    margin-bottom: 20px; }
    .inner-contact-info .icis-img img {
      height: 80px;
      width: 80px; }

.inner-contact-form {
  padding: 50px 0;
  border-bottom: 1px solid #f2f2f2; }
  .inner-contact-form .sec-title {
    text-align: center; }
  .inner-contact-form input {
    width: 100%;
    padding: 12px;
    border-radius: 0;
    border: 1px solid #01539c0f;
    background: #fafafa;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical; }
    .inner-contact-form input:focus {
      outline: none; }
  .inner-contact-form textarea {
    padding: 12px;
    border-radius: 0;
    border: 1px solid #01539c0f;
    background: #fafafa;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical; }
    .inner-contact-form textarea:focus {
      outline: none;
      border: 1px solid #01539c0f; }
  .inner-contact-form input[type="submit"] {
    cursor: pointer;
    font-style: normal;
    color: white;
    border: 2px solid #01539c;
    background-color: #01539c;
    line-height: 14px;
    padding: 13px 30px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s;
    border-radius: 0;
    display: inline-block;
    background-color: #01539c;
    color: white;
    width: 20%;
    cursor: pointer; }
    .inner-contact-form input[type="submit"]:hover {
      border-color: #01539c;
      background: white;
      color: #01539c; }
    .inner-contact-form input[type="submit"]:focus {
      outline: none; }

.inner-contact-map {
  padding-top: 50px; }

.inner-contact-map iframe {
  width: 100%; }

.inner-why-points {
  padding-top: 50px; }

.inner-why-points-single {
  display: flex;
  padding: 30px 20px;
  min-height: 218px;
  max-height: 220px; }

.iwp-left {
  margin-right: 15px;
  position: relative; }
  .iwp-left i {
    background-color: #e10b11;
    color: white;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px; }
  .iwp-left:after {
    content: "";
    position: absolute;
    height: calc(100% - 60px);
    width: 1px;
    background-color: #01539c3b;
    left: 50%;
    top: 60px;
    z-index: -1; }

.iwp-right h4 {
  font-weight: 600;
  margin-bottom: 10px; }
.iwp-right p {
  color: #444444;
  text-align: initial; }

.inner-team-single {
  position: relative;
  overflow: hidden;
  text-align: left;
  box-shadow: 0px 0px 8px 0px #80808075;
  margin: 20px 15px; }
  .inner-team-single img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease; }

.inner-team-caption {
  position: absolute;
  bottom: 5%;
  padding: 10px 20px 10px 40px;
  overflow: hidden;
  left: 0;
  transition: all 0.3s ease;
  z-index: 1;
  min-width: 300px;
  background: #ffffff00; }
  .inner-team-caption:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #e10b11;
    transform: skew(10deg);
    transform-origin: 50% 100%;
    z-index: -1; }
  .inner-team-caption h4 {
    color: white;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .inner-team-caption p {
    line-height: 1.5;
    color: #ffffff;
    letter-spacing: 0.025em;
    font-size: 16px;
    font-weight: 500;
    text-align: left !important; }

.inner-course {
  background: #fbfbfb; }

.inner-course-info {
  margin-bottom: 40px; }

.inner-course-nav {
  background: #e10b11;
  padding: 10px; }
  .inner-course-nav ul {
    display: flex; }
    .inner-course-nav ul li {
      position: relative;
      padding: 0 30px; }
      .inner-course-nav ul li a {
        color: white; }
      .inner-course-nav ul li::after {
        content: "";
        position: absolute;
        height: 100%;
        width: 1px;
        background-color: #ffffff40;
        right: 0; }
    .inner-course-nav ul li:last-child::after {
      content: none; }

.ici-right img {
  height: 300px;
  object-fit: contain; }

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #e10b11;
  right: 0;
  padding: 10px;
  z-index: 1000; }

.inner-course-details {
  margin-top: 30px; }

.icd-desc {
  background: white;
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 13px 0px #0000001a; }
  .icd-desc h4 {
    margin-bottom: 15px;
    color: #01539c;
    font-weight: 600; }
    .icd-desc h4 i {
      color: #01539c;
      margin-right: 7px; }

.icd-desc .choose-collapsible {
  width: 100%;
  text-align: start;
  font-weight: 600;
  color: #000;
  padding: 20px 20px 20px 40px;
  text-transform: capitalize;
  letter-spacing: 0;
  margin-bottom: 10px;
  box-shadow: 0px 0px 13px 0px #d4d4d4b8;
  background-color: white;
  border: none;
  transition: ease 0.3s;
  cursor: pointer;
  position: relative; }
.icd-desc .choose-active {
  background-color: #e10b11;
  color: white;
  transition: linear 0.3s; }
.icd-desc .choose-collapsible:before {
  content: "\f055";
  position: absolute;
  color: black;
  font-weight: bold;
  float: right;
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  left: 10px; }
.icd-desc .choose-active:before {
  content: "\f056";
  color: white; }
.icd-desc .content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out; }
.icd-desc li {
  padding: 10px 0; }
  .icd-desc li i {
    padding-right: 7px; }

.inner-extra-text p {
  margin-bottom: 15px; }
.inner-extra-text p:last-child {
  margin-bottom: 0; }

.inner-enquire {
  background-color: #fbfbfb; }

.inner-enquire-form {
  background-color: white;
  padding: 50px;
  box-shadow: 0px 0px 13px 0px #0000001a; }
  .inner-enquire-form .btn {
    cursor: pointer;
    font-style: normal;
    color: white;
    border: 2px solid #01539c;
    background-color: #01539c;
    line-height: 14px;
    padding: 13px 30px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s;
    border-radius: 0;
    display: inline-block;
    display: block;
    margin-top: 30px; }
    .inner-enquire-form .btn:hover {
      border-color: #01539c;
      background: white;
      color: #01539c; }
  .inner-enquire-form .form-group {
    margin-bottom: 1.5rem; }
    .inner-enquire-form .form-group label {
      font-weight: 600;
      color: #01539c; }
    .inner-enquire-form .form-group input {
      border-radius: 0 !important; }

.inner-gallery-item {
  position: relative;
  margin: 15px 0; }
  .inner-gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover; }
  .inner-gallery-item h3 {
    position: absolute;
    width: 90%;
    margin-bottom: 0;
    text-transform: capitalize;
    bottom: 20px;
    font-size: 26px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 0;
    left: 20px;
    transition: all 0.3s linear 0s; }
    .inner-gallery-item h3 a {
      color: white;
      position: relative; }
  .inner-gallery-item:before {
    position: absolute;
    content: "";
    display: block;
    pointer-events: none;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.88)); }
  .inner-gallery-item:hover h3 {
    bottom: 35px; }

.inner-gallery-single {
  margin: 15px 0; }
  .inner-gallery-single img {
    width: 100%;
    height: 250px;
    object-fit: cover; }
  .inner-gallery-single #demo {
    height: 100%;
    position: relative;
    overflow: hidden; }
  .inner-gallery-single .thumb {
    margin-bottom: 30px;
    position: relative;
    cursor: pointer; }
    .inner-gallery-single .thumb:hover .zoom-icon {
      visibility: visible;
      opacity: 1; }
    .inner-gallery-single .thumb:hover .overlay {
      visibility: visible; }
  .inner-gallery-single img.zoom {
    width: 100%;
    height: 250px;
    border-radius: 2px;
    object-fit: cover;
    transition: all 0.3s ease-in-out; }
  .inner-gallery-single .modal-header {
    border-bottom: none; }
  .inner-gallery-single .modal-footer {
    display: none; }
  .inner-gallery-single .zoom-icon {
    position: absolute;
    bottom: auto;
    left: 50%;
    margin: 0;
    max-width: 90%;
    padding: 0;
    right: auto;
    top: 50%;
    z-index: 78;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%);
    transition: 0.2s linear;
    background: white;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    color: #e10b11;
    font-size: 22px; }
  .inner-gallery-single .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000000c9;
    visibility: hidden;
    margin: 0 15px;
    transition: 0.2s linear;
    width: 255px; }

/*css changed on 4/20*/
.menu-mobile {
  display: none;
  position: relative;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px; }

.menu-mobile:hover {
  color: white; }

.mds-text p {
  color: white; }

.inner-course-nav {
  display: none; }

/*# sourceMappingURL=style.css.map */
