<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  font-family: 'Raleway', sans-serif;
  color: #2A2A2B;
}
a {
    color: #c60c30;
}
a:hover {
  color: #C60C30;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: calluna, serif;
  color: #19191A;
  font-weight:400;
margin-bottom: 1rem;
}

p {
  font-family: 'Raleway', sans-serif;
  color: #2A2A2B;
  font-weight: 400;
  font-size: 16px;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1300px;
  }
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
  background: #19191A;
      padding: 8px 0;
  font-size: 14px;
  font-family: calluna, serif;
}
.topbar-info {
    color: #fff;
    font-style: italic;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0px;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 70px;
  transition: all 0.5s;
  transition: all 0.5s;
  padding: 10px 0;
  background: #fff;
  z-index: 997;
  position: relative;
}

#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 70px;
}


#header ul.top-contact-menu li {
  display: inline-block;
  list-style-type: none;
}

#header ul.top-contact-menu {
  top: 7px;
  position: relative;
  padding-left: 30px;
}

#header.header-scrolled .logo img {
  height: 70px !important;
}

#header.header-scrolled .top-contact-menu .btn-orange {
  border: 1px solid #201B51;
  background-color: #201B51;
}
.logo-st {
    position: absolute;
    left: 0px;
    top: 0px;
}/**********Responsive css********/
.search-main.mobile-show {
  display: none !important;
}

@media (max-width:991px) {

  #header ul.top-contact-menu {
    position: absolute;
    right: 85px;
    top: 25%;
    padding-left: 0px;
  }

  .search-form-main {
    top: 75px !important;
    right: 55px !important;
  }

  .search-main.mobile-show {
    display: block !important;
  }
}

.m-hide {
  display: none;
}
/*****Search Box css*******/

.search-form-main {
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, .15);
  box-shadow: 1px 1px 7px rgba(0, 0, 0, .15);
  border-top: 2px solid #C60C30;
  padding: 5px 5px 8px 15px;
  position: fixed;
  right: 20px;
  top: 115px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
}

.is-sticky .search-form-main {
  top: 80px;
}

.search-form-main.active-search {
  opacity: 1;
  visibility: visible;
}

.search-form-main {
  border-top-color: #C60C30;
}

.search-form-main:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #C60C30;
  content: "";
  position: absolute;
  right: 15px;
  top: -10px;
}

.search-form-main:before {
  border-bottom-color: #C60C30;
}

.search-form-main input {
  background: #9e9ea014;
}

.search-form-main .learning-search-form .form-control:focus {
  background: #9e9ea014;
}

@media (max-width:991px) {
  .search-main {
    display: none;
  }

  .search-top-menu {
    display: block !important;
  }

  .search-icon {
    filter: invert(90%) sepia(40%) saturate(6733%) hue-rotate(223deg) brightness(92%) contrast(94%) !important;
  }
}

.search-area {
  background: #F7F7F7;
  padding-top: 30px;
  padding-bottom: 30px;
}

.learning-search-form {
  margin-top: 8px;
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .learning-search-form input {
    width: 80%;
    float: left;
  }
}

.learning-search-form {
  width: 100%;
  display: inline-block;
}

.learning-search-form input {
  width: 80%;
  float: left;
}

.learning-search-form span.input-group-btn {
  float: left;
  width: 20%;
}

.learning-search-form .form-control {
  border: none;
}

.learning-search-form .form-control:focus {
  box-shadow: none;
}

.learning-search-form input {
  height: 44px;
}

.learning-search-form button {
  border: none;
  height: 44px;
  background-color: #C60C30;
  color: #fff;
  margin: -1px;
  border-radius: 0px 6px 6px 0px;
  text-transform: uppercase;
  position: relative;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}

.learning-search-form button:hover,
.learning-search-form button:focus,
.learning-search-form button:active,
.learning-search-form button:visited {
  color: #fff;
  background-color: #201B51;
  outline: none;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}

.learning-search-form .icofont-search {
  top: -2px;
  position: relative;
}

.nav-menu li.megamenu-item.actives a:before {
  content: none !important;
}

li.search-main.actives a:before {
  content: none !important;
}

.search-top-menu {
  display: none;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Desktop Navigation */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu&gt;ul&gt;li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #19191A;
  padding: 12px 15px;
  transition: 0.3s;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}

.nav-menu a:hover,
.nav-menu .active&gt;a,
.nav-menu li:hover&gt;a {
  color: #C60C30;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #000000;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover&gt;ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  color: #fff;
  font-family: 'Raleway', sans-serif;
letter-spacing: 0.08px;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active&gt;a,
.nav-menu .drop-down ul li:hover&gt;a {
  color: #C60C30;
}

.nav-menu .drop-down&gt;a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
  color: #C60C30;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down:hover&gt;ul {
  opacity: 1;
  top: 0;
}

.nav-menu .drop-down .drop-down&gt;a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down&gt;a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

.search-icon {
  width: 20px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover&gt;ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down&gt;a:after {
    content: "\ea9d";
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .nav-menu a {
    padding: 12px 12px;
    font-size: 14px;
  }
}


/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #101010;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #e3f0fc;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active&gt;a,
.mobile-nav li:hover&gt;a {
  color: #C60C30;
  text-decoration: none;
}

.mobile-nav .drop-down&gt;a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down&gt;a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down&gt;a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #C60C30;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(31, 53, 72, 0.7);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
  width: 100%;
  height: calc(100vh - 114px);
  padding: 0;
  overflow: hidden;
}

#hero .carousel-item {
  width: 100%;
  height: calc(100vh - 114px);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

#hero .carousel-item::before {
  content: '';
  /*background-color: rgba(13, 30, 45, 0.6);*/
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

#hero .carousel-content {
  text-align: left;
}
#hero .short-info {
    letter-spacing: 0.07px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0px;
    font-family: 'Raleway', sans-serif;
}
@media (max-width: 992px) {
  #hero,
  #hero .carousel-item {
    height: calc(100vh - 70px);
  }
  #hero .carousel-content.container {
    padding: 0 50px;
  }
}

#hero h2 {
  letter-spacing: 0.36px;
color: #FFFFFF;
  margin-bottom: 15px;
  font-size: 72px;
  font-weight: 400;
  font-family: calluna, serif;
}

#hero p {
  font-size: 20px;
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
  font-family: 'Raleway', sans-serif;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
  opacity: 1;
  bottom: 0px!important;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  line-height: 1;
  width: auto;
  height: auto;
}


#hero .carousel-indicators li {
  cursor: pointer;
  width: 30px;
}

#hero .carousel-indicators .active {
  width: 50px;
}

#hero .arrow-carousel-left-hover,
#hero .arrow-carousel-right-hover {
  display: none;
}

#hero .carousel-control-prev_hover .arrow-carousel-left-hover,
#hero .carousel-control-next_hover .arrow-carousel-right-hover {
  display: block;
}

#hero .carousel-control-prev_hover .arrow-carousel-left,
#hero .carousel-control-next_hover .arrow-carousel-right {
  display: none;
}

#hero .carousel-control-next {
    right: 0px;
    background: #19191A;
}

#hero .carousel-control-prev {
    left: auto;
    right: 40px;
    background: #19191A;
}
#hero .carousel-control-prev:hover, #hero .carousel-control-next:hover
{
opacity: 0.8;
}
#hero .carousel-control-next,
#hero .carousel-control-prev {
  position: absolute;
  top: auto;
  bottom: 38px;
  width: 40px;
  color: #fff;
  height: 40px;
}

#hero .carousel-control-next i, #hero .carousel-control-prev i
{
color:#fff;
font-size: 20px;
}
#hero .btn-get-started {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0px;
    display: inline-block;
    padding: 16px 25px;
    border-radius: 2px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
          transition: 0.2s;
    position: relative;
    border: 0;
    background: #C60C30;
    font-family: 'Raleway', sans-serif;
    z-index: 1;
    margin-top:15px;
}
#hero .btn-get-started:after
{
      position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    background-color: #96172E; 
       transition: 0.3s ease-out;
}
#hero .btn-get-started:hover:after {
    width: 100%;
}
#hero .btn-get-started:hover {
  background: #96172E;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 80%;
  }
}

#hero .carousel-indicators .active {
  background-color: #c60c30;
}

@media (min-width:768px) {
  .carousel-indicators {
    right: unset!important;
    margin-left: 2%;
  }
}

#hero .carousel-indicators li {
  opacity: 1!important;
}

@media (max-width:767px) {
  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    display: none;
  }
}
/*******Video Popup******/

.play-btn {
  width: 60px;
  height: 60px;
  background-image: url("../img/play-icon.png");
  background-size: cover;
  display: block;
  position: absolute;
    transition: all ease 0.2s;
}
.play-btn:hover {
    width: 64px;
    height: 64px;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
  padding: 80px 0;
  position: relative;
}

@media (max-width:767px) {
  section {
    padding: 50px 0;
  }
}

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

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #5c768d;
}

.section-title p {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
  padding: 183px 0;
  background-color: #F5F6F7;
    height: 410px;
}

.breadcrumbs h2 {
      font-size: 48px;
    color: #fff;
    font-family: 'Nunito Sans', sans-serif;
    margin-bottom: 0px;
    letter-spacing: 0.24px;
    text-align: center;
    font-family: calluna, serif;
	visibility:hidden
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #fff;
    bottom: -140px;
    position: absolute;
}

.breadcrumbs ol a {
  color: #fff;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
    float: unset;
    text-align: center;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
  .breadcrumbs h2 {
    text-align: center;
  }
}


/***Footer Section***/

#footer {
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 0 20px 0;
  background: #19191A;
}
.footer-bottom {
    background: #2A2A2B;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

.foo-logo {
  width: 180px;
  margin-bottom: 10px;
}

#footer .footer-top .footer-info p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #fff;
}
#footer .footer-top .footer-info .footer-para
{
  margin-bottom: 25px;
}


#footer .footer-top h4 {
  font-size: 22px;
 font-family: calluna, serif;
  font-weight: 400;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  padding-left: 18px;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 5px 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 20px;
  font-size: 15px;
}

.footer-links li::marker {
  color: #C60C30;
}

.foo-contact .address {
  color: #fff;
}

.foo-contact .info img {
  float: left;
  line-height: 1;
}

.foo-contact .info p {
  padding: 0 0 0px 25px;
  top: -5px;
  position: relative;
  margin-bottom: 10px;
  font-size: 15px;
}

.foo-contact a {
  color: #fff;
}

.foo-contact a:hover {
  color: #C60C30;
}

#footer .footer-top .footer-links ul a:hover {
  color: #C60C30;
}

.copyright {
    padding-top: 20px;
    opacity: 0.8;
    font-size: 14px;
    padding-bottom: 20px;
    text-align: center;
}
#footer .copyright a {
  color: #fff;
}

#footer .copyright a:hover {
  color: #C60C30;
}
.social-link .info h5 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.social-box {
    padding: 0 0 0px 100px;
    position: relative;
    font-size: 15px;
}
.foo-contact ul {
  list-style-type: none;
  padding-left: 0px!important;
}
.social-box .fa {
    color: #fff;
    border: 1px solid #C60C30;
    font-size: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 5px;
    border-radius: 18px;
    line-height: 18px;
}
#footer .social-link .info h5 {
    float: left;
    line-height: 1;
    margin-bottom: 0px;
    margin-top: 6px;
}
hr.horizantal-line {
  background: #9e9e9e85;
  margin-top: 0px;
  margin-bottom: 0px;
}

@media (max-width:991px) {
  .copyright {
    text-align: center;
  }
}

.foo-info .icon-info{
    float: left;
}
.foo-info h6 {
    color: #fff;
    font-size: 23px;
    overflow: hidden;
    padding-left: 20px;
}
.icon-info {
    width: 66px;
    height: 66px;
    background: #2A2A2B;
    border-radius: 50%;
        text-align: center;
}
.icon-info img {
    top: 15px;
    position: relative;
    height: 35px;
    object-fit: contain;
}
.info-btn {
    display: inline-flex;
    align-items: center;
}
.info-btn {
    transition: 0.2s;
    position: relative;
     background: transparent;
        z-index: 1;
}
.info-btn:after
{
      position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    background-color: #C60C30; 
       transition: 0.2s ease-out;
}
.info-btn:hover:after {
    width: 100%;
}
.info-btn:hover {
  background: #C60C30;
}
.info-btn {
    transition: 0.2s;
    position: relative;
    background: transparent;
    z-index: 1;
    padding: 10px;
    width: 270px;
}
.button-foo-row {
    padding-top: 40px;
    padding-bottom: 30px;
}
.info-btn:hover .icon-info {
    background: #96172E;
}
/*button Css*/
.btn-theme{
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0px;
    display: inline-block;
    padding: 16px 25px;
    border-radius: 2px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
          transition: 0.2s;
    position: relative;
    border: 0;
    background: #C60C30;
    font-family: 'Raleway', sans-serif;
    z-index: 1;
    margin-top:15px;
}
.btn-theme:after
{
      position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    background-color: #96172E; 
       transition: 0.3s ease-out;
}
.btn-theme:hover:after {
    width: 100%;
}
.btn-theme:hover {
  background: #96172E;
  color:#fff;
}

/*****Newsletter Strip section************/

.newletter-strip {
  background: #C60C30;
  padding-top: 40px;
  padding-bottom: 40px;
}

.newletter-strip h3 {
  font-weight: 400;
  font-size: 28px;
  color:#fff;
      padding-bottom: 8px;
}

.newletter-strip p {
    font-size: 16px;
    color: #fff;
}
.subscribe_form span.input-group-btn {
    width: 15%;
}
.subscribe_form button {
    border: none;
    height: 44px;
    background-color: #19191A;
    color: #fff;
    border-radius: 0px;
    position: relative;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    font-size: 15px;
}
.subscribe_form button:hover
{
  color:#C60C30;
}
.subscribe_form {
    width: 100%;
    display: inline-block;
}
#newletter-strip .subscribe_form {
  margin-top: 8px;
}
.subscribe_form input {
      height: 44px;
    width: 75%;
    float: left;
    border-radius: 0px;
    border: none;
    color: #747678;
    font-style: italic;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
}
/******Homepage Css**********/
.main-title {
    font-size: 42px;
}
.welcome-sec .vector-watermark {
    position: absolute;
    right: 0px;
    top: -50px;
    z-index: -1;
    right: -40px;
    height: 440px;
}
.welcome-sec
{
  position: relative;
}
.future-strt-grid {
    background: #f5f6f7;
}

.services-box {
    background: #FFFFFF;
    text-align: center;
    box-shadow: 0px 3px 30px #00000008;
    position: relative;
    top: 0;
    transition: all ease 0.5s;
}
.services-box-inner {
    box-shadow: 0px 10px 0px #c60c30;
    padding: 50px;
}
.services-box:hover .services-box-inner {
    box-shadow: 0px 15px 0px #c60c30;
}
.services-box h3 {
    color: #19191A;
    font-size: 28px;
    margin-top: 15px;
    margin-bottom: 25px;
}
.services-box:hover {
    top: -15px;
}
.services-box .arrow-text {
    margin-bottom: 0px;
}
.services-box .arrow-text span {
    background: transparent;
    width: 40px;
    display: inline-block;
    height: 40px;
    border-radius: 50%;
}
.services-box:hover .arrow-text span {
    background: #c60c30;
}
.services-box:hover .arrow-text span img{
filter: invert(100%) sepia(59%) saturate(0%) hue-rotate(94deg) brightness(103%) contrast(170%);
}
.services-box .arrow-text img {
    text-align: center;
    top: 6px;
    position: relative;
}
.leadership-sec {
    background: url('../img/banner-leadership-area.jpg');
    background-size: cover;
    background-repeat: no-repeat;
  }
.leader-box {
    text-align: center;
}
.leader-box h4, .leader-box p{
  color: #fff;
}
.leader-box h4 {
    font-size: 24px;
    margin-top: 30px;
}
.leader-box .ico {
    background: #C60C30;
    display: inline-block;
    width: 108px;
    height: 108px;
    border-radius: 50%;
}
.leader-box .ico img {
    top: 32px;
    position: relative;
    text-align: center;
}
/******Tab sec******/
.why-choose-tab .tabtop {
    border-bottom: none;
    width: 50%;
    position: absolute;
    top: 0px;
    z-index: 2;
}
.tabtop h4 {
    color: #19191A;
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 15px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.07px;
    opacity: 0.66;
  }
.why-choose-tab .tabtop li {
    text-align: center!important;
}
.why-choose-tab .tabtop {
    border-bottom: none;
}
.tabbable-line li {
    margin-bottom: 20px;
    margin: 0 auto;
}
.tabtop li img {
    margin-bottom: 15px;
}
.tabbable-line li a {
    display: block;
}
.tabtop li a img {
    opacity: 0.3;
}
.tabtop li a.active img {
    opacity: 1;
}
.tabtop li a.active h4{
   opacity: 1;
   font-weight: 600;
}
.tabbable-line li a.active {
    border-bottom: 2px solid #C60C30 ;
}
.why-choose-tab-content {
    background: #fff;
}
.pauls-areas-tab .tab-area-dec {
    padding: 30px;
    padding: 30px;
    position: relative;
    top: 20%;
}
.tab-area-dec h4 {
    font-size: 42px;
    margin-bottom: 20px;
}
.why-choose-tab .tabtop .active-show {
    display: none;
}
.why-choose-tab .tabtop a.active .active-show {
        display: inline-block;
}
.why-choose-tab .tabtop a.active .unactive-show {
    display: none;
}
.tabbable-line li a:hover &gt; .active-show{
    display: inline-block;
     opacity: 1;
}
.tabbable-line li a:hover &gt; .unactive-show{
    display: none;
}
.why-choose-tab .tabtop a img {
    height: 50px;
    object-fit: contain;
}
::marker
{
  color:#C60C30;
}
.tab-area-dec ul {
    padding-left: 20px;
}
.blog-sec .tabtop {
    border-bottom: none;
}
.large-blog {
    grid-template-columns: 5fr 2fr 2fr;
    display: grid;
    grid-gap: 25px;
    grid-template-rows: 30% auto minmax(0px, 0px);
}
.post-item:nth-child(4) {
    grid-column: 2;
}
.post-item:nth-child(5){
  grid-column:3;
}
.post-item:nth-child(1) img {
    height: 520px;
    object-fit: cover;
}
.post-item:nth-child(2) img {
    height: 200px;
    object-fit: cover;
}
.post-item:nth-child(3) img {
    height: 200px;
    object-fit: cover;
}
.post-item:nth-child(4) img {
     height: 200px;
    object-fit: cover;
}
.post-item:nth-child(5) img {
     height: 200px;
    object-fit: cover;
}
.blog-grid h3 {
    font-size:18px;
}
.large-blog .category {
    font-size: 14px;
    color: #696969;
    margin-top: 10px;
    margin-bottom: 5px;
}
.category .fa {
    color: #c60c30;
}
.read-more {
    color: #19191A;
    font-weight: 600;
    position: relative;
       display: inline-block;
}
.read-more:before {
    content: url(../img/icon/icon-arrow-right.svg);
    right: -25px;
    position: absolute;
}
.read-more:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #C60C30;
    transition: width .3s;
}
.read-more:hover::after {
    width: 100%;
}
.blog-sec .tabbable-line li a {
    padding: 0px 30px;
}
.blog-grid {
    max-height: 660px;
}
.blog-hover-img {
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}
.blog-hover-img img {
    transition: all ease-in-out 0.4s;
}
.blog-hover-img:hover img {
    transform: scale(1.1);
}
.white
{
  color: #fff;
}
.post-item .badge {
    position: absolute;
    right: -15px;
    background: #2A2A2B;
        padding: 10px 15px;
    border-radius: 0px;
    z-index: 2;
    font-size: 11px;
    right: -20p;
    top: 10px;
    font-weight: 400;
}
.blog-hover-img .badge span {
    font-size: 18px;
}
.blogs-badges-grid {
    position: relative;
}
/********Testimonial sec*********/
.testimonial-sec {
    background:url('../img/testimonial banner.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}
.testimonial-box {
    background: #FFFFFF;
    margin-top: 110px;
    border-left: 7px solid #c60c30;
        margin-bottom: 50px;
}
.testimonial-sec .author-img {
    width: 120px!important;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 50%;
    height: 120px!important;
    margin-top: -60px;
}
.testi-para {
    font-size: 18px;
    text-align: center;
    font-style: italic;
    color: #747678;
    margin-top: 25px;
    margin-bottom: 20px;
}
.author-name {
    color: #19191A;
    font-size: 24px;
    text-align: center;
    margin-bottom:5px;
}
.author-role {
    font-size: 16px;
    text-align: center;
    color: #19191A;
    font-weight: 600;
}
.testimonial-slide .owl-stage-outer {
    overflow: unset;
}
.overflow-owl
{
 overflow: hidden; 
}
.testimonial-box .owl-testi-slide {
    padding: 0px 30px 0px 30px;
}
.testimonial-sec .owl-carousel .owl-nav button {
    background: #19191a!important;
    padding: 8px!important;
        transition: 0.2s;
    position: relative;
}
.testimonial-sec .owl-carousel .owl-nav button:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-color: #19191abd;
    transition: 0.3s ease-out;
}
.testimonial-sec .owl-carousel .owl-nav button:hover:after {
    width: 100%;
}
.testimonial-sec .owl-nav {
    float: right;
}
.testimonial-slide {
    display: inline-block!important;
    box-shadow: 0px 3px 60px #00000010;
}
.testimonial-sec .owl-nav button:focus {
    outline: none!important;
  }
  .testimonial-sec .owl-carousel .owl-nav button img {
    width: 22px;
}
.testi-quote {
    position: absolute;
    width: 37px!important;
    left: 15px;
    bottom: -25px;
}

.owl-dot {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 25px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000!important;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.7;
  transition: opacity .6s ease;
}

.owl-dot.active {
  background-color: #c60c30 !important;
  width: 40px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #c60c30;
}

.owl-dot:focus {
  outline: none;
}
/******Why Us page*******/
.info-about img {
    float: left;
    margin-right: 20px;
}
.info-about &gt; div {
    display: flex;
    align-items: center;
   flex: 0 0 50%;
    max-width: 50%;
    float: left;
    margin-bottom: 15px;
}
.info-about &gt; div:nth-child(3n)
{
  clear:both;
}
.info-about {
    flex-wrap: wrap;
    display: flex;
}
.info-about p {
    overflow: hidden;
    color: #19191A;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}
.video-box-about
{
  background: url(../img/why-us-video.jpg) center center no-repeat;
    background-size: cover;
    min-height: 500px;
        position: relative;
}
.video-box-about .play-btn {
    width: 80px;
    height: 80px;
    background-image: url(../img/play-icon.png);
    background-size: cover;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
}
section.video-sec {
    background: url(../img/why-video-bg.jpg);
    background-size: cover;
    background-position:center center;
    background-repeat: no-repeat;
        margin-top: 300px;
}
.col-lg-8.video-top {
    margin-top: -280px;
}
.number-count {
    text-align: center;
}
.number-count p {
    font-size: 80px;
    color: #fff;
    font-weight: 700;
        margin-bottom: 0px;
}
.number-count p span {
    color: #C60C30;
    font-size: 30px;
    top: -13px;
    position: relative;
}
.number-count h6 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0px;
}
.mission-row {
    margin-top: 90px;
}
.academic-traditon-tab {
    background: #F5F6F7;
    position: relative;
    padding: 60px 0px;
}
.tab-vertical-padding .nav-item a {
    color: #19191A;
    font-size: 14px;
    padding: 0px;
}
.tab-vertical-padding .nav-tabs .nav-item {
       margin-bottom: 20px;
}
.tab-vertical-padding ul.nav.nav-tabs {
    border-bottom: none;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.tab-vertical-padding .nav-tabs .nav-link.active {
    font-weight: 600;
    border: none;
    background: transparent;
}
.tab-vertical-padding .nav-tabs .nav-link:hover
{
font-weight: 600;
}
.tab-vertical-padding .nav-tabs .nav-link:focus, .tab-vertical-padding .nav-tabs .nav-link:hover {
    border-color: transparent;
}
.tab-vertical-padding {
    padding-top: 30px;
}
.tab-vertical-padding .nav-item a img {
    display: inline-block;
    float: left;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.tab-vertical-padding .nav-item a img.red-ico {
    display: none;
}
.tab-vertical-padding .nav-item a.active img.red-ico {
     display: inline-block;
   }
   .tab-vertical-padding .nav-item a.active img.black-ico {
     display: none;
   }
   .tab-vertical-padding .nav-item a:hover img.red-ico {
     display: inline-block;
   }
   .tab-vertical-padding .nav-item a:hover img.black-ico {
     display: none;
   }
   .tab-vertical-padding ul.nav.nav-tabs:after {
    content: '';
    background: #ddd;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 40px;
    top: 0%;
}

 .tab-vertical-padding .tab-content h4 {
    font-size: 32px;
}
.tab-vertical-padding .tab-content {
    padding-top: 30px;
    padding-bottom: 30px;
}
.tab-vertical-padding .tab-content .details .red-ico {
    margin-bottom: 15px;
}
.bg-white {
    background: #fff;
}
.tab-right-fixed-img {
    position: absolute;
    right: 0px;
    top: -44px;
    width: 360px;
    height: 730px;
    z-index: 1;
}
.apply-today-sec {
background:url('../img/apply-banner-bg.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
  }
  .apply-box {
    text-align: center;
}
.apply-title {
    color: #fff;
    font-size: 48px;
        margin-bottom: 30px;
}
 .apply-box p
 {
  color:#fff;
 }
.vector-watermark-why {
    position: absolute;
    right: 0px;
       bottom: 60px;
    right: 128px;
    height: 440px;
}
/********Team sec**********/
.team-tab .tabbable-line li {
    margin: unset;
}
.team-tab .tabtop li a {
    padding: 30px 35px 30px 35px;
}
.team-tab .tabtop li a {
    border-radius: 0px;
    font-size: 16px;
    letter-spacing: 0.08px;
    color: #19191A;
    border-radius: 0px!important;
    border-radius: 6px;
    padding: 24px 25px 25px 25px;
    display: block;
    position: relative;
    font-family: 'Raleway', sans-serif;
    background-color: #fff;
    font-weight: 400;
    border-bottom: 2px solid #fff;
    min-width: 220px;
    text-align: -webkit-center;
}
.team-tab {
    margin-top: -40px;
}
.team-tab .tabtop li a.active, .team-tab .tabtop li a:hover
{
font-weight: 700;
}
.team-tab .tabtop li a.active {
    color: #fff;
    background: #19191A;
        border-bottom: 2px solid #C60C30;
}
.team-tab .tabtop {
    border-bottom: none;
}
section.team-details-sec {
    background: #F5F6F7;
}
section.team-tab-sec{
  background: #F5F6F7;
}
.team-boxes {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 30px #00000008;
    text-align: center;
    margin-bottom: 50px;
}
.white-team-box .team-name {
    font-size: 22px;
    margin-bottom: 5px;
}
.white-team-box .team-role {
    color: #747678;
    font-size: 16px;
   margin-bottom: 5px;
}
.white-team-box {
    padding: 25px 02px 25px;
    position: relative;
}
.team-boxes .arrow-text {
    margin-bottom: 0px;
    position: absolute;
    left: 0%;
    right: 0%;
    text-align: center;
    bottom: -18px;
}
.team-boxes .arrow-text a {
    background: #c60c30;
    border-radius: 20px;
    transition: all ease-in-out 0.4s;
    display: inline-block;
    width: 40px;
    height: 40px;
}
.team-boxes .arrow-text a:hover {
    transform: scale(1.08);
}
.team-boxes .arrow-text a img
{
    filter: invert(100%) sepia(59%) saturate(0%) hue-rotate(94deg) brightness(103%) contrast(170%);
}
.team-boxes .arrow-text a img {
    top: 7px;
    position: relative;
}
.team-hover-img {
    overflow: hidden;
    position: relative;
}
.team-hover-img  img {
    transition: all ease-in-out 0.4s;
}
.team-hover-img:hover img {
    transform: scale(1.1);
}
.staff-inner-details {
    overflow: hidden;
    position: relative;
}
.team-img-box {
    position: relative;
}
.team-img-box:after {
    content: '';
    background: #c60c30;
    width: 330px;
    height: 400px;
    position: absolute;
    left: -25px;
    z-index: -1;
    top: 45px;
}
.details-boxes ul {
    padding-left: 20px;
}
.details-boxes .team-title {
    font-size: 42px;
    margin-bottom: 0px;
}
.details-boxes .team-role {
    color: #747678;
    font-size: 18px;
}
.staff-inner-details .social-list a {
    background: #c60c30;
    width: 40px;
    display: inline-block;
    height: 40px;
    margin-left: 10px;
    text-align: center;
    border-radius: 20px;
}
.staff-inner-details .social-list {
    /* float: right; */
    text-align: center;
}
.social-list img {
    position: relative;
    top: 7px;
}
.staff-inner-details .vector-watermark {
    position: absolute;
    right: 0px;
    top: 40px;
    z-index: -1;
}
@media (min-width:768px)
{
  .details-boxes {
    padding-left: 40px;
}
}
.team-img-box.owl-carousel .owl-nav button {
    background: #19191a!important;
    padding: 8px!important;
    transition: 0.2s;
    position: relative;
}
.team-img-box.owl-carousel .owl-nav button:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-color: #19191abd;
    transition: 0.3s ease-out;
}
.team-img-box.owl-carousel .owl-nav button:hover:after {
    width: 100%;
}
.team-img-box .owl-nav button:focus {
    outline: none!important;
}
.staff-inner-details .col-lg-4.col-md-4 {
    overflow: hidden;
}
.staff-inner-details .owl-stage-outer {
    overflow: unset;
}
.staff-inner-details .team-slide p {
    color: #fff;
    position: relative;
    z-index: 10;
    text-align: center;
    font-size: 14px;
    top: 40px;
    margin-bottom: 0px;
}
.staff-inner-details .owl-nav {
    position: absolute;
    z-index: 1;
    bottom: -50px;
}
section.events-tab-sec {
    background: #F5F6F7;
    padding-bottom: 120px;
}
.events-tab-sec .team-tab {
    margin-top: -120px;
}
section.blog-events-sec {
    padding-top: 0px;
    margin-top: -100px;
}
.blog-events-sec .post-item img {
    height: 280px;
    width: 100%;
    object-fit: cover;
}
.blog-events-sec .post-item h3 {
    font-size: 22px;
}
.blog-events-sec .post-item {
    margin-bottom: 40px;
}
/********Single Blog*******/
/*****Single Blog********/
.breadcrumbs-blog-details {
    height: auto;
    padding: 40px 0px;
}
.breadcrumbs-blog-details ol {
    position: unset;
}
.breadcrumbs-blog-details ol a, .breadcrumbs-blog-details ol {
    color: #2A2A2B;
}
.breadcrumbs-blog-details ol li+li::before {
 color: #2A2A2B;
}
.blog .sidebar {
    padding: 0px 30px 30px 30px;
    margin: 0 0 60px 20px;
}
.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 800;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #101010;
  position: relative;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  position: relative;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 10px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #C60C30;
  color: #fff;
  transition: 0.3s;
  border-radius: 6px;
}

.blog .sidebar .search-form form button:hover {
  background: #09c4ce;
}
.blog .sidebar .search-form form button:focus {
  outline:none;
}
.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
   color: #2B2B2B;
    font-size: 14px;
    font-weight: normal;
}

.blog .sidebar .categories ul a:hover {
  color: #C60C30;
}

.blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: #C60C30;
    font-size: 14px;
    float: right;
}

.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 100px;
  height:100px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 16px;
  margin-left: 115px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #19191A;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #C60C30;
}

.widget-sidebar {
    padding: 20px 20px 20px 20px;
    margin-bottom: 30px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 30px #00000008;
}
.sidebar-item.categories li {
    border-bottom: 2px solid #f2f3f3;
    padding-bottom: 10px;
}
.widget-sidebar.recent-post-sidebar {
    background: transparent;
    box-shadow: none;
}
.sidebar-item ul {
    margin-bottom: 0px;
}
.sidebar .search-form {
    background: #F7F7F7;
    padding: 15px;
    margin-bottom: 30px;
}
.sidebar .search-form input:focus {
   outline:none;
}
.entry-img {
    margin-bottom: 20px;
}
.widget-sidebar .recent-posts .read-more {
    font-size: 13px;
    color: #19191A!important;
    font-weight:600;
}
.widget-sidebar .recent-posts .read-more:hover {
color: #09c4ce!important;
}
.related-article {
    background: #F5F6F7;
}
.blog-inner-tag .tags h6 {
    float: left;
}
.blog-inner-tag .tags img {
    float: left;
    align-items: center;
    position: relative;
    top: 8px;
}
.blog-inner-tag .tags ul {
    padding-left: 60px;
}
.blog-inner-tag .tags ul li {
    display: inline-block;
}
 .blog-inner-tag .tags ul a {
    color: #2A2A2B;
    font-size: 13px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid #DEDFE0;
    display: inline-block;
    transition: 0.3s;
    border-radius:6px;
}
.blog-inner-tag .tags ul a:hover
{
color:#fff;
 border: 1px solid #C60C30;
background: #C60C30;
}
.blog-inner-tag {
    margin-top: 30px;
}
.arrow-change-post {
    padding: 15px;
    font-size: 14px;
    font-weight: 600;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin-bottom: 0px;
    top: 0px;
    position: relative;
}
.arrow-change-post li
{
    display: inline-block;
  }
.next-post-title {
    padding-left: 0px;
    margin-bottom:0px;
}
.next-post-title li{
 display: inline-block;
}
.next-post-title a {
    font-size: 14px;
    color: #000!important;
    font-weight: 600;
}
.arrow-change-post i {
    color: #fff;
    font-size: 30px;
    top: 0px;
    position: relative;
    left: 0px;
}

.related-article .post-item img {
    height: 280px;
    width: 100%;
    object-fit: cover;
}
.share-post-blog li {
    padding-left: 0px;
    display: inline-block;
    margin-left: 15px;
}
.share-post-blog {
    display: flex;
    align-items: center;
}
.share-post-blog ul {
    padding-left: 0px;
}
.enter-meta {
    display: flex;
    align-items: center;
}
.enter-meta .history {
    margin-left: 15px;
}
.enter-meta .fa {
    color: #c60c30;
}
.enter-meta p {
    color: #19191A;
    opacity: 0.7;
    font-size: 14px;
}
.arrow-change-post img {
    position: relative;
    top: -3px;
    left: -8px;
    filter: invert(60%) sepia(85%) saturate(4892%) hue-rotate(358deg) brightness(100%) contrast(96%);
}
.left-arrow.col-lg-6.col-md-6:hover .arrow-change-post img {
filter:none!important;
    top: -6px;
  }
.left-arrow.col-lg-6.col-md-6:hover .arrow-change-post {
    background: #C60C30;
}
.previous-text {
    font-size: 14px;
    margin-bottom: 0px;
}
.display-flex {
    display: flex;
    align-items: center;
}
.events-details .share-post-blog {
    float: right;
}
section.events-details {
    background: linear-gradient(to right, #fff 55%, #F5F6F7 45%);
        z-index: 1;
}
.cont-address {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 30px #00000008;
        margin-left: 20%;
    padding: 30px;
}
.cont-address .ico {
    float: left;
    background: #c60c30;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.cont-address .ico {
    float: left;
    background: #c60c30;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.cont-address .ico img {
    padding: 10px;
}
.cont-address .address {
    padding: 0 0 0px 60px;
}
.cont-address h6.address {
    font-size: 20px;
    margin-bottom: 5px;
}.cont-address p.address {
    margin-bottom: 5px;
}
.cont-address .info &gt; div {
    margin-bottom: 25px;
}
.owl-carousel.owl-carousel .owl-nav button {
    background: #19191a!important;
    padding: 8px!important;
        transition: 0.2s;
    position: relative;
}
.owl-carousel .owl-nav button:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-color: #19191abd;
    transition: 0.3s ease-out;
}
.owl-carousel .owl-nav button:hover:after {
    width: 100%;
}
.owl-nav {
    float: right;
}
 .owl-nav button:focus {
    outline: none!important;
  }
  .production-sec .owl-nav {
    margin-top: 20px;
}
section.production-sec {
    background: linear-gradient( 0deg , #F5F6F7 30%, #fff 30%);
}
/*****Accordian********/
.myaccordion .card {
  border: none;
      background: transparent;
}

.myaccordion .card-body {
  padding: 0px 5px;
}


.myaccordion .fa-stack img {
  width: 20px;
}

.myaccordion .btn {
  width: 100%;
  font-weight: 400;
  color: #19191A;
  padding: 0;
  font-size: 24px;
  text-align: left;
}

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

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li+li {
  margin-top: 10px;
}

 .myaccordion .card-header {
     background: transparent;
    border: 1px solid #DEDFE0;
    border-bottom: none;
}
 .myaccordion .card:last-child .card-header{
    border-bottom: 1px solid #DEDFE0!important;
}
.myaccordion .card-body {
  padding: 15px;
    border: 1px solid #DEDFE0;
    border-bottom: none;
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.myaccordion {
  margin-top: 50px;
}

.myaccordion .card:last-child {
  border-bottom: none!important;
}
.myaccordion .btn:after {
    content: url(../img/icon/icons-plus.svg);
    background: #C60C30;
    border-radius: 50%;
    padding: 5px;
    font-size: 14px;
    left: 10px;
    position: relative;
    top: 0px;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
}

.myaccordion .card:last-child .card-body {
    border-bottom: 1px solid #DEDFE0!important;
    border-top: none;
} 
.future-strt-grid2 .services-main-row {
    background: linear-gradient( 0deg , #F5F6F7 70%, #fff 30%);
    height: 460px;
}
.future-strt-grid2 .services-box-inner &gt; img {
    height: 100px;
    object-fit: contain;
}
.related-article h3 {
    font-size: 22px;
}
.cont-addess-right-ico {
    position: absolute;
    top: 70px;
    z-index: -1;
    right: -40px;
    height: 440px;
}
.curve-gray-single {
    position: absolute;
    right: 0px;
    top: 7%;
    z-index: -1;
        width: 75%;
}
.blog .entries {
    position: relative;
}
.history-cta {
    background: url(../img/history-cta.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.history-details-sec:after {
    content: '';
    background: #19191A;
    width: 9%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 5%;
}
.our-history-pt {
    padding-top: 60px;
}
.our-history-slide h3 {
    font-size: 42px;
    padding-top: 25px;
    position: relative;
}
.our-history-slide h3:before {
    content: '';
    position: absolute;
    background: #c60c30;
    width: 3px;
    height: 45px;
    top: -10px;
    left: 35px;
}
.our-history-slide h4 {
    font-size: 22px;
    min-height: 35px;
}
.our-history-sec:after {
    content: '';
    background: #c60c30;
    width: 15%;
    height: 35%;
    z-index: -1;
    position: absolute;
    top: 5%;
    right: 0px;
}
.our-history-sec .owl-nav {
    top: -28%;
    position: absolute;
    right: 0px;
}
.row.our-history-pt {
    background: linear-gradient( 0deg , #F5F6F7 70%, #fff0 30%);
    padding-bottom: 40px;
}
/******Contact Page*********/ 
.contact-area-tab .tabtop {
    width: 22%;
}
.contact-area-tab .tab-area-dec {
    padding: 30px 30px 100px;
}
.address-box {
    box-shadow: 0px 3px 30px #00000008;
    padding: 40px;
    text-align: center;
    background: #fff;
}
.address-box .circle-ico {
    background: #c60c30;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: auto;
}
.address-box .circle-ico img {
    width: 32px;
    top: 12px;
    position: relative;
    height: 33px;
}
.address-box h4 {
    font-size: 28px;
    margin-top: 20px;
}
.address-box p {
    color: #2A2A2B;
    margin-bottom: 0px;
}
.bg-grey-bottom {
    background: linear-gradient( 0deg , #F5F6F7 80%, #fff 40%);
    height: 520px;
}
.black-cont-box {
    background: #19191A;
    padding: 40px;
}

.map-div img {
    width: 101%;
}
.black-cont-box {
    margin-left: 5%;
    right: -35px;
    position: relative;
    z-index: 1;
    top: 50px;
}
.map-contact-section {
    margin-top: -230px;
}
.donate-contri-banner ol {
    bottom: -75px;
}
.letter-application .owl-testi-slide {
    padding-top: 30px;
}
.contribute-cta {
    background: url(../img/foundation-cta.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
        padding: 120px 0px;
}
.foundation-tab-sec .team-tab .tabtop img {
    display: block;
}
.foundation-tab-sec .team-tab .tabtop li a {
    background: #19191A;
    color:#fff;
        border-bottom: 3px solid #19191A;
        opacity: 1;
            font-weight: 600;
               
}
.foundation-tab-sec .team-tab .tabtop li a &gt; div{
      position: relative;
    top: 0;
    transition: all ease 0.5s
}
.foundation-tab-sec .team-tab .tabtop li a:hover &gt; div{
    top: -10px;
}
.foundation-tab-sec .tabbable-line li a.active {
    border-bottom: 3px solid #C60C30;
        background: #202021;
}
.foundation-tab-sec .tabtop li a img {
    height: 60px;
    object-fit: contain;
}

.foundation-tab-sec .tabtop li a:hover  img {
    opacity: 1;
}
.foundation-tab-sec .team-tab .tabtop img.red-ico {
    display: none;
}
.foundation-tab-sec .tabtop li a:hover img.red-ico {
    display: block;
}
.foundation-tab-sec .tabtop li a.active img.red-ico {
    display: block;
}
.foundation-tab-sec .tabtop li a.active img.white-ico {
    display: none;
}
.foundation-tab-sec .tabtop li a:hover img.white-ico {
    display: none;
}
.tab-content.tab-contri-content {
    padding: 30px;
}
ul.checkmark li {
    font-size: 16px;
    list-style-type: none;
    margin-bottom: 1em;
    position: relative;
    padding-left: 75px;
}
ul.checkmark li:before {
    content: url(../img/icon/checkmark.svg);
    left: 0px;
    top: 2px;
    position: absolute;
    margin-right: 0px;
}
ul.checkmark {
    padding-left: 0px;
}
ul.checkmark h5 {
    font-size: 26px;
    margin-bottom: 10px;
}
.bg-white
{
  background-color: #fff;
}
.donate-contri-sec .services-main-row {
    background: linear-gradient( 0deg , #F5F6F7 70%, #fff0 30%);
    padding-bottom: 90px;
}
.donate-contri-sec .services-box-inner &gt; img {
    height: 100px;
    object-fit:contain;
}
.donate-contri-sec .services-box h3 {
    margin-top: 20px;
    margin-bottom: 15px;
}
.bg-grey
{
  background-color: #F5F6F7;
}
.contribute-main-cta
{
background: url(../img/donate-cta.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.donate-area-tab .why-choose-tab .tabtop {
    right: 25%;
    width: 25%;
}
.donate-area-tab .tab-area-dec li {
    margin-bottom: 11px;
}
.fees-cta
{
      background: url(../img/fees-cta.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 120px 0px;
}
.right-btn
{
  float: right;
}
.fees-finacial-tab .team-tab .tabtop li a {
    background-color: #F5F6F7;
    font-weight: 700;
    border-bottom: 2px solid #F5F6F7;
}

.fees-finacial-tab .team-tab .tabtop li a.active
{
    background-color: #19191A;
}
.fees-finacial-tab .team-tab .tabtop li a.active{
    border-bottom: 2px solid #C60C30;
}
.fees-finacial-tab .info-title {
    color: #6C6C6C;
    font-size: 15px;
    font-style: italic;
}
.print-icon img {
    background: #c60c30;
    padding: 10px;
}
.print-icon {
    float: right;
}
.heading-black {
    background: #434445!important;
    color: #fff;
    font-size: 20px;
    font-family: calluna, serif;
}
table.fees-table.table td {
    border: none;
}
table.fees-table.table tr:nth-child(odd)
{
      background: #F5F6F7;
}
table.fees-table.table tr {
    border: 1px solid #F5F6F7;
}
tr.heading-black p {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: 14px;
}
.scholar-padding {
    padding-top: 80px;
}
.application-strip {
    background: #19191A;
    padding: 30px 0px;
}
.Ã¯talic-para {
    font-style: italic;
}
.application-strip .app-btn {
    text-align: right;
}
.application-strip .main-title {
    margin-bottom: 10px;
}
/*******Timeline css*********/

.timeline {
  padding: 50px 0;
  position: relative;
}

.timeline-nodes {
  padding-bottom: 30px;
  position: relative;
}

.timeline-nodes:nth-child(odd) {
  flex-direction: row-reverse;
}

.timeline p {
  padding: 10px 0px;
	margin-bottom:10px;
}

.timeline-content h5 {
  margin-bottom: 10px;
    font-size: 30px;
}

.timeline-content ul {
  padding-left: 20px;
}

.timeline-date img {
  height: 300px;
}

.timeline::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 0;
    border-left: 1px solid #BDC1C7;
    height: 96.9%;
    /* z-index: 1; */
    overflow: hidden;
    transform: translateX(-50%);
    top: 155px;
}

.timeline-nodes:nth-child(odd) h3,
.timeline-nodes:nth-child(odd) p {
  text-align: left;
}

.timeline-nodes:nth-child(odd) .timeline-date {
  text-align: right;
}

.timeline-nodes:nth-child(even) .timeline-date {
  text-align: left;
}

.timeline-image {
  position: relative;
  z-index: 1;
}

.timeline-image::before {
  content: "";
  width: 50px;
  height: 50px;
  border: 2px solid #19191A;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #19191A;
  z-index: -1;
}

.timeline-image img {
  position: relative;
  z-index: 100;
	top: -3px;
}

.timeline-content {
  margin-top: 40px;
}

.timeline-image {
  top: 100px;
}

.timeline-2 .timeline-content {
  margin-top: 100px;
}

.timeline-3 .timeline-content {
  margin-top: 80px;
}

.timeline-5 .timeline-content {
  margin-top: 80px;
}


/*small device style*/

@media (max-width: 767px) {
  .timeline-nodes:nth-child(odd) h3,
  .timeline-nodes:nth-child(odd) p {
    text-align: left!important;
  }
  .timeline-nodes:nth-child(odd) {
    flex-direction: row;
  }
  .timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 4%;
    width: 0;
    border-left: 10px solid #F4F5F5;
    height: 100%;
    z-index: 1;
    transform: translateX(-50%);
  }
 .timeline .number {
    position: absolute;
    left: 40%;
    bottom: -25px;
}
  .timeline-image {
    position: absolute;
    left: 0%!important;
    top: 60px!important;
    /*transform: translateX(-50%;);*/
  }
  .timeline-nodes:nth-child(even) .timeline-date {
    text-align: left;
  }
  .timeline-image::before {
    width: 65px!important;
    height: 65px!important;
  }
  .timeline-2 .timeline-content {
    margin-top: 20px;
}
.timeline-content {
    margin-top: 20px;
}
.timeline-3 .timeline-content {
    margin-top: 20px;
}
.timeline-5 .timeline-content {
    margin-top: 20px;
}
}


/*extra small device style */

@media (max-width: 575px) {
  .timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 7%!important;
  }
  .timeline-image {
    position: absolute;
    left: -2%!important;
  }
  .timeline-image::before {
    width: 60px!important;
    height: 60px!important;
  }
}
.timeline .number {
    color: #fff;
    font-size: 22px;
    text-align: center;
    display: inline-block;
    margin-bottom: 12px;
    padding: 0px;
}


/****************change tab mobile css************/
/*****************Mobile Tab Difference Page****************/
.transformer-tabs ul {
   list-style: none;
   padding: 0;
   margin: 0;
   border-bottom: 3px solid white;
	    display: block;
}
 .transformer-tabs li {
   display: inline-block;
   padding: 0;
   vertical-align: bottom;
}
 .transformer-tabs a {
   display: inline-block;
   color: white;
   text-decoration: none;
   padding: 15px;
    font-size: 14px;
          font-family: calluna, serif;
    font-weight: 800;
	     border-bottom: 1px solid #c60c30!important;
}
 .transformer-tabs a.active {
   border-bottom: 3px solid transparent;
   position: relative;
   bottom: -3px;
}
 @media (max-width: 767px) {
   .transformer-tabs ul {
     border-bottom: 0;
     overflow: hidden;
     position: relative;
     background-color: #fff;
  }
   .transformer-tabs ul::after {
     content: "â˜°";
     position: absolute;
     top: 13px;
     right: 15px;
     z-index: 2;
     pointer-events: none;
     color: #fff;
    font-weight: bold;
    font-size: 25px;
  }
	 .transformer-tabs-why ul::after 
	 {
		top: 5px; 
	 }
   .transformer-tabs ul.open a {
     position: relative;
     display: block;
  }
   .transformer-tabs li {
     display: block;
  }
   .transformer-tabs a {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
	   color:#000!important;
	       display: block!important;
  }
   .transformer-tabs a.active {
     border: 0;
     z-index: 1;
     background-color:#19191A!important;
	   color:#fff!important;

  }
  .our-business-core {
    padding-top: 50px;
    padding-bottom: 50px;
}
.mobile-tabs {
    margin-top: 40px;
}
}
.mobile-tabs &gt; div {
    display: none;
    padding: 20px 0px 0px 0px;
}
.why-mobiles-tab &gt; div
{
	 padding: 0px 0px 0px 0px;
}
 .mobile-tabs &gt; .active {
   display: block;
}
.transformer-tabs li a img {
    height: 40px;
    margin-right: 7px;
	float:left;
}
.transformer-tabs a span {
    top: 8px;
    position: relative;
}
@media (max-width:767px)
{
	.desktop-tab-view {
    display: none;
}
	.academic-traditon-tab .black-ico {
    display: none;
}
	.academic-traditon-tab .transformer-tabs li a img {
    float: unset!important;
}
	.academic-traditon-tab .transformer-tabs-why ul::after {
    top: 15px;
}
	.tab-vertical-padding {
    padding-top: 0px!important;
}
	
}

/*************Responsive css**************/
@media (max-width:767px)
{
	.team-tab {
    margin-top: 30px!important;
}
	.undergrduate-tab-sec {
    margin-top: 30px!important;
}
	.undergrduate-tab-sec .tabtop li p {
    font-size: 14px!important;
}
	.undergrduate-tab-sec .tabtop li a {
    padding: 10px!important;
}
	.undergrduate-tab-sec .tabtop li a img {
    height: 30px!important;
}
/* 	.swap-row-mobile2 {
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
} */
/* .swap-row-mobile2 .col-lg-6:nth-of-type(2) { order: 2; }
			.swap-row-mobile2, .col-lg-6:nth-of-type(5) { order: 5; }
.swap-row-mobile2 .col-lg-6:nth-of-type(6) { order: 6; }
.swap-row-mobile2.box-buildig-col .col-lg-6.col-md-6 {
    padding-bottom: 0px!important;
}
.page-id-1064 .swap-row-mobile2 .col-lg-6:nth-of-type(7) { order: 8; }
.swap-row-mobile2 .custom-carousel {
    margin-bottom: 40px;
} */
.page-id-1244 .why-us-sec {
    padding-bottom: 40px!important;
}
	.show-row-desktop
	{
		display:none;
	}
	.show-row-mobile
{
	display:block!important;
}
	.stpaul-tab-services .transformer-tabs a.active h4 {
    color: #fff;
}
		.stpaul-tab-services .transformer-tabs  h4 {
    font-size: 20px;
			top: 5px;
    position: relative;
}
	.stpaul-tab-services .transformer-tabs a.active {
    background: #c60c30!important;
}
	.stpaul-tab-services .transformer-tabs a.active .unactive-show {
    display: none;
}
	.stpaul-tab-services .transformer-tabs a .active-show
	{
	display: none;	
	}
	.stpaul-tab-services .transformer-tabs a.active .active-show{
    display: inline-block!important;
}
	.stpaul-tab-services .transformer-tabs li a img {
    height: 35px;
}
	.stpaul-tab-services {
    margin-top: 0px;
}
	.stpaul-tab-services .transformer-tabs-why ul::after {
    top: 15px;
}
	section.events-details {
    background: #F5F6F7!important;
}
	.events-details .share-post-blog {
    float: unset!important;
    margin-top: 15px!important;
}
	.cont-address {
    margin-left: 0px!important;
}
	.myaccordion .btn {
    font-size: 18px!important;
}
	.future-strt-grid2 .services-main-row {
    height: auto!important;
    background: #F5F6F7!important;
}
	.arrow-change-post {
    padding: 10px!important;
	}
	.related-article .article-blog .post-item {
    margin-bottom: 30px;
}
	.cont-addess-right-ico {
    display: none;
}
	ul.arrow-change-post.left-arrow img {
    left: 0px;
}
	.right-arrow .arrow-change-post img {
    position: absolute;
    left: -15px;
		top:5px;
}
	.col-lg-12.changes-post-section {
    overflow: hidden;
}
	.curve-gray-single
	{
		display:none;
	}
	.blog .sidebar {
    padding: 0px!important;
    margin-left: 0px!important;
    margin-top: 30px!important;
		margin-bottom:0px!important;
}
	.widget-sidebar.recent-post-sidebar {
    margin-bottom: 0px;
}
	.single-post .breadcrumbs {
    padding: 40px 0;
    height: unset;
}
	.single-post .breadcrumbs ol {
    bottom: 0px;
    position: relative;
}
	.right-btn {
    float: unset!important;
}
	.graduate-tabs {
    border-bottom: none;
}
	.application-strip .app-btn {
    text-align: center;
}
	.application-strip .main-title {
    text-align: center;
}
	.donate-contribute-tab {
    margin-top: 0px;
}
	.donate-contribute-tab .transformer-tabs a.active .white-ico {
    display: none;
}
	.transformer-tabs li a .red-ico {
    display: none;
}
		.donate-contribute-tab .transformer-tabs a.active .red-ico {
    display:block!important;
}
	.donate-contribute-tab .transformer-tabs li a img {
    height: 30px;
}
	.foundation-tab-sec .tab-content.tab-contri-content {
    padding: 0px;
}
	.page-template-page-donate-contribution .testimonial-box {
    margin-top: 30px;
}
	.map-contact-section {
    margin-top: 0px!important;
}
	.black-cont-box {
    margin-left: 0%!important;
    right: 0px!important;
    top: 0px!important;
}
	.bg-grey-bottom {
    height: auto;
}
	.address-box {
    margin-bottom: 20px;
}
	.cont-form-filed .swap-row-mobile .col-lg-6.col-md-7 {
    margin-bottom: 15px;
}
	.box-buildig-col .show-content-area {
    padding-bottom: 0px!important;
}
	.box-buildig-col .show-image {
    padding-bottom: 50px!important;
}
	.cont-form-popup .col-lg-6.col-md-6.right-text-show {
    text-align: left;
    margin-bottom: 25px;
}
}
.show-row-mobile
{
	display:none;
}
.services-box-inner p {
    margin-bottom: 4px;
}
.services-box p a {
    color: #2A2A2B;
    font-weight: 400;
}

@media (min-width:768px) and (max-width:1199px)
{
	.blog .sidebar {
    padding: 0px!important;
    margin-left: 0px!important;
}
	.right-arrow {
    padding: 0px!important;
}
	.subscribe_form input {
    width: 65%!important;
	}
	.blog .sidebar .recent-posts img {
    width: 80px!important;
    height: 80px!important;
}
	.blog .sidebar .recent-posts h4 {
    margin-left: 90px!important;
}
}

.services-box .services-box-inner img{
	min-height:103px;
}

.section-heading{
	font-size:38px !important;
	font-family: calluna, serif !important;
	margin-bottom:50px !important;
	background:#C60C30;
	padding:10px;
	color:#fff;
	text-align:center;
	
}

@media (max-width: 1024px){
	.w1024-full{
		max-width: 100% !important;
    	flex: 100% !important;
	}
	.our-history-sec:after {display:none;}
	
	
	
}

@media (max-width: 767px){
	.our-history-sec .owl-nav {
		top: -8% !important;
	}
	ul.top-contact-menu {
		right: 38% !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px){
	.our-history-sec .owl-nav {
    	top: -17% !important;
	}
	ul.top-contact-menu {
		right: 38% !important;
	}
}

@media (max-width: 500px){
	ul.top-contact-menu {
		display:none !important;
	}
}</pre></body></html>