/**
 * Created by Prashamsa Pandey
 * Email: pzp0052@auburn.edu
*/
/*-------------------------------------- Fonts Starts -------------------------------------*/
/*--------------------------------------- Fonts Ends --------------------------------------*/
/*------------------------------------- Colors Starts -------------------------------------*/
/*-------------------------------------- Colors Ends --------------------------------------*/
/*-------------------------------------- Mixins Starts ------------------------------------*/
.ex-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.ex-flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }

.ex-vertical {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.ex-transition {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease; }

.ex-transition-medium {
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease; }

.ex-transition-large {
  -webkit-transition: all 1.8s ease;
  -moz-transition: all 1.8s ease;
  -ms-transition: all 1.8s ease;
  -o-transition: all 1.8s ease;
  transition: all 1.8s ease; }

/*--------------------------------------- Mixins Ends -------------------------------------*/
/*------------------------------------ Site Wide Starts -----------------------------------*/
.custom-container {
  padding: 80px 30px; }
  .custom-container.remove-padding-top {
    padding-top: 0; }

a {
  text-decoration: none;
  transition: all 0.6s ease;
  color: #0a2341; }

a:hover, a:focus {
  transition: all 0.6s ease;
  color: #e86100; }

p {
  color: #949494;
  font-size: 16px;
  line-height: 1.8em; }

.site-header {
  background-color: #0a2341;
  border-bottom: 0; }
  .site-header .image-area img {
    width: 135px; }
  .site-header h5, .site-header a {
    color: #fff;
    font-family: "Playfair Display", serif;
    transition: all 0.6s ease; }
  .site-header a {
    color: #fff;
    transition: all 0.6s ease;
    letter-spacing: 1px; }
    .site-header a:hover, .site-header a:focus {
      color: #e96000;
      transition: all 0.6s ease; }
  .site-header h5 {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: "Raleway", sans-serif; }

.section-title h3 {
  color: #0a2341;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase; }
.section-title h4 {
  color: #e96000;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif; }
.section-title.negative-margin {
  margin-top: -100px;
  z-index: 1;
  position: relative; }

.common-btn a {
  display: inline-block;
  min-width: 160px;
  outline: none;
  border-radius: 30px;
  padding: 12px 0;
  border: 2px solid #ffffff;
  box-shadow: 1px 1px 14px 2px #88888854;
  text-align: center;
  font-size: 16px;
  transition: 0.8s ease all;
  background-color: #ffffff;
  color: #e96000;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  letter-spacing: 1px;
  z-index: 1;
  position: relative; }
  .common-btn a:hover {
    background-color: #0a2341;
    border: 2px solid #0a2341;
    color: #ffffff;
    transition: 0.8s ease all; }
.common-btn.remove-hover a:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #e96000; }

#secondary_nav_horiz {
  background-color: #fff;
  padding: 2% 8%;
  box-shadow: 0px 0px 6px 2px #00000042;
  z-index: 999999; }
#secondary_nav_horiz2 {
  background-color: #e7e9ec;
  padding: 2% 3%;
  z-index: 999999; }
  #secondary_nav_horiz .navbar-nav {
    align-items: center;
    display: flex;
    justify-content: center !important; }
    #secondary_nav_horiz .navbar-nav .nav-item .nav-link {
      color: #0a2341;
      text-transform: uppercase;
      border-color: #e96000;
      font-family: "Raleway", sans-serif;
      letter-spacing: 2px;
      font-weight: 700;
      font-size: 12px; }
  #secondary_nav_horiz .dropdown-menu {
    min-width: 15rem;
    background-color: #f58025;
    border: 0;
    border-radius: 0;
    margin-top: 29px;
    padding: 0;
    box-shadow: none; }
    #secondary_nav_horiz .dropdown-menu .dropdown-item {
      padding: 0.5rem 1rem;
      border-bottom: 1px solid #ffffff26;
      font-family: "Raleway", sans-serif;
      color: #fff;
      letter-spacing: 1px;
      transition: all 0.6s ease;
      font-size: 12px; }
      #secondary_nav_horiz .dropdown-menu .dropdown-item:hover, #secondary_nav_horiz .dropdown-menu .dropdown-item:focus {
        background-color: #e96000;
        transition: all 0.6s ease; }

/*------------------------------------- Site Wide Ends ------------------------------------*/
/*--------------------------------- Header Wrapper Starts ---------------------------------*/
/*--------------------------------- Header Wrapper Starts ---------------------------------*/
/*-------------------------------- Content Wrapper Starts ---------------------------------*/
#homepage .mission-vision-section .inner .item:nth-of-type(1) {
  border-bottom: 1px solid #e96000; }

.row {
  display: flex; }

/* Create two equal columns that sits next to each other */
.column {
  flex: 50%;
  column-gap: 20px;
  padding: 10px;
  height: 300px;
  /* Should be removed. Only for demonstration */ }

.global-about .overview-container img {
  width: 100%;
  height: 100%;
  object-fit: cover; }
.global-about .internship-section {
  background-color: #0a2341; }
  .global-about .internship-section .section-title h4 {
    color: #e96000; }
.global-about .learning-outcome-section {
  background: #f0f0f0; }
  .global-about .learning-outcome-section .row {
    margin: -15px; }
  .global-about .learning-outcome-section .item {
    padding: 15px; }
  .global-about .learning-outcome-section .item-card {
    transition: 0.5s;
    cursor: pointer;
    height: 100%; }
  .global-about .learning-outcome-section .fa {
    color: #e96000;
    font-size: 30px;
    transition: 1s;
    cursor: pointer; }
    .global-about .learning-outcome-section .fa:hover {
      transform: scale(1.25) rotate(100deg); }
  .global-about .learning-outcome-section .item-card-title {
    font-size: 20px;
    transition: 1s;
    cursor: pointer;
    color: #0a2341;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    text-transform: uppercase; }
  .global-about .learning-outcome-section .card:hover {
    transform: scale(1.05);
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3); }
  .global-about .learning-outcome-section .card::before, .global-about .learning-outcome-section .card::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale3d(0, 0, 1);
    transition: transform .3s ease-out 0s;
    background: rgba(255, 255, 255, 0.1);
    content: '';
    pointer-events: none; }
  .global-about .learning-outcome-section .card::before {
    transform-origin: left top; }
  .global-about .learning-outcome-section .card::after {
    transform-origin: right bottom; }
  .global-about .learning-outcome-section .card:hover::before, .global-about .learning-outcome-section .card:hover::after, .global-about .learning-outcome-section .card:focus::before, .global-about .learning-outcome-section .card:focus::after {
    transform: scale3d(1, 1, 1); }

.employment-page .job-placement-section ul {
  list-style: none;
  padding: 0;
  column-count: 2;
  margin: -18px; }
  .employment-page .job-placement-section ul li:first-of-type {
    margin-top: 0; }
  .employment-page .job-placement-section ul li:last-of-type {
    margin-bottom: 0; }
.employment-page .job-placement-section li {
  padding: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
  position: relative;
  border-bottom: 1px solid #f0f0f0; }
  .employment-page .job-placement-section li span:first-child {
    font-weight: 600;
    margin-right: 10px;
    color: #0a2341; }

.experience-page .job-placement-section ul {
  list-style: none;
  padding: 0;
  column-count: 2;
  margin: -18px; }
  .experience-page .job-placement-section ul li:first-of-type {
    margin-top: 0; }
  .experience-page .job-placement-section ul li:last-of-type {
    margin-bottom: 0; }
.experience-page .job-placement-section li {
  padding: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
  position: relative;
  border-bottom: 1px solid #f0f0f0; }
  .experience-page .job-placement-section li span:first-child {
    font-weight: 600;
    margin-right: 10px;
    color: #0a2341; }

.staff-section .staff-container {
  /*Profile Card 3*/ }
  .staff-section .staff-container .row {
    margin: -15px; }
    .staff-section .staff-container .row .col-md-4 {
      padding: 15px; }
  .staff-section .staff-container .profile-card-3 {
    font-family: "Raleway", sans-serif;
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    text-align: center;
    height: 368px;
    border: none; }
  .staff-section .staff-container .profile-card-3 .background-block {
    float: left;
    width: 100%;
    height: 200px;
    overflow: hidden; }
  .staff-section .staff-container .profile-card-3 .background-block .background {
    width: 100%;
    vertical-align: top;
    opacity: 0.9;
    -webkit-filter: blur(0.5px);
    filter: blur(0.5px);
    -webkit-transform: scale(0.8);
    transform: scale(1); }
  .staff-section .staff-container .profile-card-3 .card-content {
    width: 100%;
    padding: 15px 25px;
    color: #0a2341;
    float: left;
    background: #efefef;
    height: 50%;
    border-radius: 0 0 5px 5px;
    position: relative;
    z-index: 9999; }
  .staff-section .staff-container .profile-card-3 .card-content::before {
    content: '';
    background: #f0f0f0;
    width: 120%;
    height: 100%;
    left: 11px;
    bottom: 51px;
    position: absolute;
    z-index: -1;
    transform: rotate(-13deg); }
  .staff-section .staff-container .profile-card-3 .profile {
    border-radius: 50%;
    position: absolute;
    bottom: 50%;
    left: 50%;
    max-width: 100px;
    opacity: 1;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
    border: 2px solid white;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: 99999; }
  .staff-section .staff-container .profile-card-3 h2 {
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 25px;
    color: #0a2341; }
  .staff-section .staff-container .profile-card-3 h2 small {
    display: block;
    font-size: 15px;
    margin-top: 10px;
    color: #e96000; }
  .staff-section .staff-container .profile-card-3 i {
    display: inline-block;
    font-size: 16px;
    color: #e96000;
    text-align: center;
    border: 1px solid #e96000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.6s ease; }
  .staff-section .staff-container .profile-card-3 .icon-block {
    float: left;
    width: 100%;
    margin-top: 15px; }
  .staff-section .staff-container .profile-card-3 .icon-block a {
    text-decoration: none; }
  .staff-section .staff-container .profile-card-3 i:hover {
    background-color: #0a2341;
    color: #fff;
    text-decoration: none;
    transition: all 0.6s ease;
    border: 1px solid #0a2341; }

.map-section {
  position: relative; }
  .map-section iframe {
    width: 100%; }
  .map-section .details-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0a2341;
    right: 10%;
    width: 400px;
    border-radius: 10px; }
    .map-section .details-container .inner-area {
      padding: 40px; }
      .map-section .details-container .inner-area h4 {
        color: #e96000; }
      .map-section .details-container .inner-area span {
        color: #fff; }

.requirements-section .requirement-container .row {
  margin: -15px; }
  .requirements-section .requirement-container .row .col-md-4 {
    padding: 15px; }
.requirements-section .requirement-container .profile-card-5 {
  margin-top: 20px; }
.requirements-section .requirement-container .profile-card-5 .btn {
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 12px;
  padding: 7px 20px; }
.requirements-section .requirement-container .profile-card-5 .card-img-block {
  width: 91%;
  margin: 0 auto;
  position: relative;
  top: -20px; }
.requirements-section .requirement-container .profile-card-5 .card-img-block img {
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.63); }
.requirements-section .requirement-container .profile-card-5 h5 {
  color: #0a2341;
  font-weight: bold;
  text-align: center;
  font-family: "Raleway", sans-serif;
  margin-top: 10px; }
.requirements-section .requirement-container .profile-card-5 p {
  font-size: 14px;
  font-weight: 300; }
.requirements-section .requirement-container .profile-card-5 .btn-primary {
  background-color: #0a2341;
  border-color: #0a2341; }

/*--------------------------------- Content Wrapper Ends ----------------------------------*/
/*--------------------------------- Footer Wrapper Starts ---------------------------------*/
.global-footer {
  background-color: #0a2341; }
  .global-footer .image-area img {
    height: auto;
    width: 130px; }
  .global-footer .image-area h5 {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: "Raleway", sans-serif; }
  .global-footer .image-area.quality-image {
    position: relative; }
    .global-footer .image-area.quality-image img:nth-of-type(2) {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      transition: all 0.6s ease; }
    .global-footer .image-area.quality-image a {
      display: block; }
      .global-footer .image-area.quality-image a:hover img:nth-of-type(2) {
        opacity: 1; }
  .global-footer p {
    font-size: 10px;
    color: #fff; }
  .global-footer ul {
    list-style: none; }
    .global-footer ul.contact-info h4 {
      margin-bottom: 20px;
      color: #e96000;
      width: 100%; }
    .global-footer ul.contact-info.detail-menu li a span:first-of-type {
      width: 100%; }
    .global-footer ul li a {
      display: flex;
      color: #fff; }
      .global-footer ul li a:not(last-of-type) {
        margin-bottom: 10px; }
      .global-footer ul li a span {
        display: block;
        transition: all 0.6s ease;
        position: relative;
        font-size: 0.9rem; }
        .global-footer ul li a span:first-of-type {
          color: #fff;
          width: 8%; }
        .global-footer ul li a span:hover, .global-footer ul li a span:focus {
          color: #ffffff70;
          transition: all 0.6s ease; }
    .global-footer ul.social-media {
      display: flex;
      flex-wrap: wrap; }
      .global-footer ul.social-media h3 {
        width: 100%; }
      .global-footer ul.social-media li {
        color: #fff; }
        .global-footer ul.social-media li a {
          transition: all 0.6s ease; }
          .global-footer ul.social-media li a:hover {
            transition: all 0.6s ease;
            transform: scale(1.3); }
        .global-footer ul.social-media li:not(:last-of-type) {
          margin-right: 20px; }
  .global-footer .location-info {
    padding: 0;
    margin-bottom: 0;
    padding-top: 20px;
    border-top: 1px solid #ffffff59;
    margin-top: 20px; }

/*---------------------------------- Footer Wrapper Ends ----------------------------------*/
/*----------------------------------- Components Starts -----------------------------------*/
.common-banner-section .image-container {
  height: 500px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
.common-banner-section.small-banner .image-container {
  height: 50vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .common-banner-section.small-banner .image-container h1 {
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: "Oswald", sans-serif;
    color: #e96000;
    font-weight: 600; }
  .common-banner-section.small-banner .image-container:after {
    content: '';
    position: absolute;
    background-image: linear-gradient(180deg, #0a2341d4, #fff0);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.common-curved-div {
  position: relative;
  background: #1D5764;
  text-align: center;
  overflow: hidden;
  display: flex; }
  .common-curved-div .image-container {
    width: 50%;
    height: 70vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 100%;
    border-bottom-left-radius: 100%;
    position: relative; }
    .common-curved-div .image-container img {
      position: absolute;
      object-fit: contain;
      height: 200px;
      width: 200px;
      left: -10%;
      top: 55%;
      transform: rotate(-20deg); }
  .common-curved-div .svg-image {
    display: block;
    position: absolute;
    bottom: -105px;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .common-curved-div .text-area {
    width: 50%; }
    .common-curved-div .text-area h4 {
      color: #e96000;
      font-weight: 700;
      letter-spacing: 4px;
      font-family: "Raleway", sans-serif;
      padding-top: 28%;
      padding-left: 12%;
      text-align: left;
      margin: 0;
      text-transform: uppercase; }

.common-global-degree-section .degree-inner {
  margin: -60px; }
  .common-global-degree-section .degree-inner .item-inner {
    display: flex;
    flex-wrap: wrap;
    padding: 60px; }
    .common-global-degree-section .degree-inner .item-inner .item {
      width: 50%; }
    .common-global-degree-section .degree-inner .item-inner .image-container img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .common-global-degree-section .degree-inner .item-inner .content-area {
      padding: 80px 60px;
      background-color: #f0f0f0; }
      .common-global-degree-section .degree-inner .item-inner .content-area p {
        color: #0a2341; }
.common-global-degree-section.master-development .degree-inner {
  margin: 0; }
  .common-global-degree-section.master-development .degree-inner .item-inner {
    background-color: #4e656c; }
    .common-global-degree-section.master-development .degree-inner .item-inner img, .common-global-degree-section.master-development .degree-inner .item-inner h2 {
      width: 100%; }
    .common-global-degree-section.master-development .degree-inner .item-inner img {
      object-fit: contain;
      width: 200px;
      height: auto;
      margin: auto; }
    .common-global-degree-section.master-development .degree-inner .item-inner h2 {
      text-align: center;
      font-weight: bold; }
      .common-global-degree-section.master-development .degree-inner .item-inner h2:nth-of-type(1) {
        color: #23434c;
        letter-spacing: 6px; }
      .common-global-degree-section.master-development .degree-inner .item-inner h2:nth-of-type(2) {
        color: #fff;
        letter-spacing: 2px;
        text-transform: uppercase; }
    .common-global-degree-section.master-development .degree-inner .item-inner .year-item {
      width: 50%;
      padding: 0 40px; }
      .common-global-degree-section.master-development .degree-inner .item-inner .year-item h4 {
        color: #84744e;
        text-align: left;
        font-weight: bold; }
      .common-global-degree-section.master-development .degree-inner .item-inner .year-item .item {
        width: 100%; }
        .common-global-degree-section.master-development .degree-inner .item-inner .year-item .item h4 {
          text-align: left;
          color: #e5bd89;
          font-weight: bold; }
        .common-global-degree-section.master-development .degree-inner .item-inner .year-item .item ul {
          list-style: none;
          padding: 0;
          margin: 0; }
          .common-global-degree-section.master-development .degree-inner .item-inner .year-item .item ul li {
            color: white;
            font-weight: 500; }
            .common-global-degree-section.master-development .degree-inner .item-inner .year-item .item ul li:not(:last-of-type) {
              margin-bottom: 10px; }
      .common-global-degree-section.master-development .degree-inner .item-inner .year-item:not(:last-of-type) {
        border-right: 1px solid #84744e; }

.mdp-btn a {
  display: inline-block;
  min-width: 160px;
  outline: none;
  border-radius: 30px;
  padding: 12px 0;
  border: 2px solid #ffffff;
  box-shadow: 1px 1px 14px 2px #88888854;
  text-align: center;
  font-size: 16px;
  transition: 0.8s ease all;
  background-color: #ffffff;
  color: #4e656c;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  letter-spacing: 1px;
  z-index: 1;
  position: relative; }
  .mdp-btn a:hover {
    background-color: #23434c;
    border: 2px solid #23434c;
    color: #ffffff;
    transition: 0.8s ease all; }
.mdp-btn.remove-hover a:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #23434c; }

.common-spotlight-section {
  background-color: #f0f0f0; }
  .common-spotlight-section .box {
    background: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
    border: 1px solid #0d29461c; }
    .common-spotlight-section .box:hover {
      cursor: pointer; }
  .common-spotlight-section .box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    background-image: linear-gradient(to right, #0a2341 0%, #4f7baf 100%); }
  .common-spotlight-section .box:hover:before {
    width: 100%; }
  .common-spotlight-section .box:hover .image-wrapper {
    padding: 0; }
  .common-spotlight-section .box:hover .box-desc {
    color: #fff; }
  .common-spotlight-section .box:hover .social li a {
    background: #fff;
    background-image: none;
    color: #e96000; }
  .common-spotlight-section .box:hover .social li a:hover {
    background: #e96000;
    color: #fff; }
  .common-spotlight-section .image-wrapper {
    position: relative;
    max-width: 210px;
    max-height: 210px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
    padding: 15px;
    transition: all 0.5s ease;
    box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.2); }
  .common-spotlight-section .image-wrapper img {
    border-radius: 50%;
    transition: all 500ms ease; }
  .common-spotlight-section .box-desc {
    position: relative; }
    .common-spotlight-section .box-desc h5 {
      color: #e96000;
      font-weight: bold; }
  .common-spotlight-section ul.social {
    padding: 0; }
  .common-spotlight-section ul.social li {
    display: inline-block;
    list-style-type: none; }
  .common-spotlight-section ul.social li a {
    position: relative;
    width: 36px;
    height: 36px;
    background-image: linear-gradient(to right, #0a2341 0%, #4f7baf 100%);
    display: inline-block;
    line-height: 36px;
    border-radius: 50%;
    color: #fff;
    transition: all .5s ease; }
  .common-spotlight-section.remove-background {
    background-color: transparent; }
  .common-spotlight-section .staff-slider .slider-item {
    padding: 15px; }
  .common-spotlight-section .staff-slider .slick-arrow {
    filter: invert(1); }
    .common-spotlight-section .staff-slider .slick-arrow:before {
      display: none; }
    .common-spotlight-section .staff-slider .slick-arrow.slick-next {
      right: -50px; }
    .common-spotlight-section .staff-slider .slick-arrow.slick-prev {
      left: -50px; }
  .common-spotlight-section.employment-page .staff-slider .slick-track {
    margin: auto; }

.common-fast-facts-section .main-overview {
  display: flex;
  flex-wrap: wrap;
  margin: -10px; }
  .common-fast-facts-section .main-overview .overviewCard {
    width: 25%;
    padding: 10px; }
    .common-fast-facts-section .main-overview .overviewCard .inner {
      background-color: #f0f0f0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      transform: translateY(0);
      transition: all .3s;
      padding: 30px 15px; }
      .common-fast-facts-section .main-overview .overviewCard .inner:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
        cursor: pointer; }
    .common-fast-facts-section .main-overview .overviewCard-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 60px;
      width: 60px;
      border-radius: 50%;
      font-size: 30px;
      color: #0a2341; }
    .common-fast-facts-section .main-overview .overviewCard-description {
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
    .common-fast-facts-section .main-overview .overviewCard-title {
      font-size: 16px;
      color: #0a2341 !important;
      margin: 0;
      font-weight: 600; }
    .common-fast-facts-section .main-overview .overviewCard-subtitle {
      font-size: 14px;
      margin: 2px;
      color: #e86100; }

.common-motto-section {
  background: linear-gradient(to right, #0a2341, #0a2341, #ea6000, #ea6000);
  background-size: 400% 400%;
  animation: Gradient 15s ease infinite; }
  .common-motto-section .custom-container {
    padding-top: 30px;
    padding-bottom: 30px; }
  .common-motto-section h1 {
    background: linear-gradient(to right, #0a2341, #fff, #ea6000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3vw;
    letter-spacing: 10px;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    text-align: center; }
@keyframes Gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
.slick-next {
  right: 0; }

.slick-prev {
  left: 0; }

.countries-section {
  @import url("https://fonts.googleapis.com/css?family=Cardo:400i|Rubik:400,700&display=swap"); }
  .countries-section .page-content {
    display: grid;
    grid-gap: 1rem;
    padding: 1rem;
    max-width: 1024px;
    margin: 0 auto;
    font-family: var(--font-sans); }
  @media (min-width: 600px) {
    .countries-section .page-content {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 800px) {
    .countries-section .page-content {
      grid-template-columns: repeat(4, 1fr); } }
  .countries-section .card {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    overflow: hidden;
    padding: 1rem;
    width: 100%;
    text-align: center;
    color: whitesmoke;
    background-color: whitesmoke;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1); }
  @media (min-width: 600px) {
    .countries-section .card {
      height: 350px; } }
  .countries-section .card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background-size: cover;
    background-position: 0 0;
    transition: all 0.6s ease;
    pointer-events: none; }
  .countries-section .card:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    pointer-events: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(11.7%, rgba(0, 0, 0, 0.009)), color-stop(22.1%, rgba(0, 0, 0, 0.034)), color-stop(31.2%, rgba(0, 0, 0, 0.072)), color-stop(39.4%, rgba(0, 0, 0, 0.123)), color-stop(46.6%, rgba(0, 0, 0, 0.182)), color-stop(53.1%, rgba(0, 0, 0, 0.249)), color-stop(58.9%, rgba(0, 0, 0, 0.32)), color-stop(64.3%, rgba(0, 0, 0, 0.394)), color-stop(69.3%, rgba(0, 0, 0, 0.468)), color-stop(74.1%, rgba(0, 0, 0, 0.54)), color-stop(78.8%, rgba(0, 0, 0, 0.607)), color-stop(83.6%, rgba(0, 0, 0, 0.668)), color-stop(88.7%, rgba(0, 0, 0, 0.721)), color-stop(94.1%, rgba(0, 0, 0, 0.762)), to(rgba(0, 0, 0, 0.79)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.6s ease; }
  .countries-section .card:nth-child(1) .title {
    background-image: url("./../images/jsb.jpg"); }
  .countries-section .card:nth-child(1):before {
    background-image: url("./../images/jsb.jpg"); }
  .countries-section .card:nth-child(2) .title {
    background-image: url("./../images/Italy-m.jpg"); }
  .countries-section .card:nth-child(2):before {
    background-image: url("./../images/Italy-m.jpg"); }
  .countries-section .card:nth-child(3) .title {
    background-image: url("./../images/Fiji-m.JPG"); }
  .countries-section .card:nth-child(3):before {
    background-image: url("./../images/Fiji-m.JPG"); }
  .countries-section .card:nth-child(4) .title {
    background-image: url("./../images/Nepal-m.JPG"); }
  .countries-section .card:nth-child(4):before {
    background-image: url("./../images/Nepal-m.JPG"); }
  .countries-section .card:nth-child(5) .title {
    background-image: url("./../images/Med-Diet-m.jpg"); }
  .countries-section .card:nth-child(5):before {
    background-image: url("./../images/Med-Diet-m.jpg"); }
  .countries-section .card:nth-child(6) .title {
    background-image: url("./../images/backpacking.jpeg"); }
  .countries-section .card:nth-child(6):before {
    background-image: url("./../images/backpacking.jpeg"); }
  .countries-section .card:nth-child(7) .title {
    background-image: url("./../images/cordoba.jpg"); }
  .countries-section .card:nth-child(7):before {
    background-image: url("./../images/cordoba.jpg"); }
  .countries-section .card:nth-child(8) .title {
    background-image: url("./../images/Jordan-m.jpg"); }
  .countries-section .card:nth-child(8):before {
    background-image: url("./../images/Jordan-m.jpg"); }
  .countries-section .card:nth-child(9) .title {
    background-image: url("./../images/portugal.jpeg"); }
  .countries-section .card:nth-child(9):before {
    background-image: url("./../images/portugal.jpeg"); }
  .countries-section .card:nth-child(10) .title {
    background-image: url("./../images/scotland.jpg"); }
  .countries-section .card:nth-child(10):before {
    background-image: url("./../images/scotland.jpg"); }
  .countries-section .card:nth-child(11) .title {
    background-image: url("./../images/London-m.JPG"); }
  .countries-section .card:nth-child(11):before {
    background-image: url("./../images/London-m.JPG"); }
  .countries-section .card:nth-child(12) .title {
    background-image: url("./../images/Europe-m.JPG"); }
  .countries-section .card:nth-child(12):before {
    background-image: url("./../images/Europe-m.JPG"); }
  .countries-section .card:nth-child(13) .title {
    background-image: url("./../images/ireland.jpeg"); }
  .countries-section .card:nth-child(13):before {
    background-image: url("./../images/ireland.jpeg"); }
  .countries-section .card:nth-child(14) .title {
    background-image: url("./../images/belgium.JPG"); }
  .countries-section .card:nth-child(14):before {
    background-image: url("./../images/belgium.JPG"); }
  .countries-section .content {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    padding: 1rem;
    transition: all 0.6s ease;
    z-index: 1; }
  .countries-section .content > * + * {
    margin-top: 1rem; }
  .countries-section .title {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 4px;
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
    background-position: bottom;
    -webkit-background-clip: text;
    color: transparent; }
  .countries-section .copy {
    font-family: var(--font-serif);
    font-size: 1rem;
    font-style: italic;
    line-height: 1.35;
    color: #fff; }
  .countries-section .btn {
    cursor: pointer;
    margin-top: 1.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 0.65rem;
    font-weight: bold;
    letter-spacing: 0.025rem;
    text-transform: uppercase;
    color: #e96000;
    background-color: #0a2341;
    border: none; }
  .countries-section .btn:hover {
    background-color: #fff; }
  .countries-section .btn:focus {
    outline: 1px dashed yellow;
    outline-offset: 3px; }
  @media (hover: hover) and (min-width: 600px) {
    .countries-section .card:after {
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    .countries-section .content {
      -webkit-transform: translateY(calc(100% - 4.5rem));
      transform: translateY(calc(100% - 4.5rem)); }
    .countries-section .content > *:not(.title) {
      opacity: 0;
      -webkit-transform: translateY(1rem);
      transform: translateY(1rem);
      transition: all 0.6s ease; }
    .countries-section .card:hover,
    .countries-section .card:focus-within {
      -webkit-box-align: center;
      align-items: center; }
    .countries-section .card:hover:before,
    .countries-section .card:focus-within:before {
      -webkit-transform: translateY(-4%);
      transform: translateY(-4%); }
    .countries-section .card:hover:after,
    .countries-section .card:focus-within:after {
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .countries-section .card:hover .content,
    .countries-section .card:focus-within .content {
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    .countries-section .card:hover .content > *:not(.title),
    .countries-section .card:focus-within .content > *:not(.title) {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    .countries-section .card:focus-within:before, .countries-section .card:focus-within:after,
    .countries-section .card:focus-within .content,
    .countries-section .card:focus-within .content > *:not(.title) {
      -webkit-transition-duration: 0s;
      transition-duration: 0s; } }

.common-banner-slider .slick-prev, .common-banner-slider .slick-next {
  transition: transform .2s;
  transform: scale(0.8); }
  .common-banner-slider .slick-prev:before, .common-banner-slider .slick-next:before {
    display: none; }
  .common-banner-slider .slick-prev:hover, .common-banner-slider .slick-next:hover {
    transform: scale(1); }

.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin: -20px 0px 0px 0px;
  z-index: 2;
  font-size: 0;
  width: 30px;
  height: 30px; }

.slick-slider .slick-arrow.slick-prev {
  left: 25px;
  background: url("../images/back.png") 0 0/100% no-repeat; }

.slick-slider .slick-arrow.slick-next {
  right: 25px;
  background: url("../images/next.png") 0 0/100% no-repeat; }

.slick-slider .slick-arrow.slick-disabled {
  opacity: 0.2; }

.accordion .accordion-button {
  line-height: 26px;
  background-color: #0a2341;
  color: #fff; }
  .accordion .accordion-button:focus {
    border: 0;
    box-shadow: 0px 0px 4px 2px #0a234129; }
  .accordion .accordion-button:after {
    filter: brightness(0) invert(1);
    transform: none; }
  .accordion .accordion-button i {
    padding-right: 20px; }
.accordion .accordion-body {
  background-color: #f0f0f0; }
  .accordion .accordion-body ul {
    margin-top: 1rem; }
    .accordion .accordion-body ul li {
      display: flex; }
      .accordion .accordion-body ul li:not(:last-of-type) {
        margin-bottom: 10px; }
      .accordion .accordion-body ul li span:first-of-type {
        width: 20%;
        color: #e96000;
        padding-right: 30px; }

/*------------------------------------ Components Ends ------------------------------------*/
