html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

body {
  font-family: "Open Sans", sans-serif;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  background-color: #fff; }

img {
  width: 100%; }

a {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #5271ff; }

a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333; }

section {
  padding: 100px 0;
  position: relative; }
  @media (max-width: 991px) {
    section {
      padding: 50px 0; } }

.btn {
  text-align: center;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #5271ff;
  color: #5271ff;
  padding: 17px 30px;
  font-size: 17px;
  border-radius: 2px;
  font-weight: 400;
  margin: 15px 0;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 4px; }
  @media (max-width: 991px) {
    .btn {
      font-size: 18px;
      letter-spacing: 2px; } }

.btn:hover {
  color: #fff;
  background-color: #5271ff; }

.btn:focus {
  color: #fff !important;
  background-color: #0062b3;
  border-color: #0062b3; }

.title-h {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 15px;
  color: #333;
  font-weight: 300;
  letter-spacing: 1px;
  margin-top: 10px;
  text-transform: uppercase; }

@media (max-width: 991px) {
  .title-h {
    font-size: 36px !important;
    line-height: 40px !important;
    margin-top: 0px;
    font-weight: 400;
    margin-bottom: 20px; } }
.title-p {
  font-size: 20px;
  line-height: 29px;
  padding-bottom: 10px;
  font-weight: 300;
  color: #444;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    .title-p {
      font-size: 20px !important;
      line-height: 28px; } }

.inner-h {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 23px;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #333; }
  @media (max-width: 991px) {
    .inner-h {
      font-size: 27px !important;
      line-height: 30px !important; } }

.sep {
  content: "";
  height: 2px;
  width: 140px;
  margin: 15px 0;
  background: #5271ff; }

.sep-middle {
  content: "";
  height: 2px;
  width: 140px;
  background: #5271ff;
  margin: 15px auto; }

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.back-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.mobile-view {
  display: none !important; }
  @media (max-width: 991px) {
    .mobile-view {
      display: block !important; } }

.desctop-view {
  display: inline-block !important; }
  @media (max-width: 991px) {
    .desctop-view {
      display: none !important; } }

/******navbar start*******/
.top-bar {
  z-index: 1000;
  background-color: #111; }
  .top-bar p, .top-bar a {
    padding-top: 6px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 1px; }
    @media (max-width: 768px) {
      .top-bar p, .top-bar a {
        font-size: 13px;
        line-height: 15px; } }
  .top-bar a:hover {
    color: #5271ff; }
  .top-bar .top-text {
    display: inline-block; }

@media (min-width: 991px) {
  nav.navbar.bootsnav.no-background {
    background-color: transparent;
    border: none; } }
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 14px;
    background-color: transparent; }

  .navbar-toggle .svg-inline--fa {
    color: #333; } }
nav.navbar.bootsnav {
  background: #fff;
  border-bottom: solid 1px #eee; }
  @media (max-width: 991px) {
    nav.navbar.bootsnav {
      background: #fff !important;
      border-bottom: solid 1px none; } }

.navbar {
  min-height: 73px; }
  @media (max-width: 991px) {
    .navbar {
      min-height: 66px; } }

.navbar-brand {
  padding: 0px 10px 2px 5px; }
  @media (max-width: 1155px) {
    .navbar-brand {
      padding: 0px 0px 2px 0px; } }

.navbar-brand img {
  width: auto;
  height: 95px;
  margin-top: -20px; }
  @media (max-width: 1025px) {
    .navbar-brand img {
      height: 57px;
      margin-top: 0; } }

.caret {
  margin-left: 4px; }

@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none; }

  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    color: #333 !important;
    font-weight: 400;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 22px; }

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    font-family: "Roboto Condensed", sans-serif;
    color: #fff;
    font-size: 15px;
    padding: 5px 0; }

  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 20px -15px; }

  nav.navbar.bootsnav .btn {
    margin-left: 0px !important; } }
@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: rgba(255, 255, 255, 0.97);
    border: solid 1px #ccc;
    border-top: 5px solid #5271ff;
    margin-top: 0px;
    width: 220px; }

  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500; }

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 16px 12px 10px 8px;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    color: #5271ff;
    font-family: "Roboto Condensed", sans-serif;
    margin: 14px 0 12px 0;
    letter-spacing: 1px; } }
  @media (min-width: 991px) and (max-width: 1010px) {
    nav.navbar.bootsnav ul.nav > li > a {
      padding: 26px 7px 10px 7px;
      font-weight: 600;
      font-size: 16px;
      text-decoration: none; } }

@media (min-width: 991px) and (max-width: 1199px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 15px 7px 10px 7px;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 0px; } }
@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #333; }

  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #5271ff; }

  nav.no-background.bootsnav ul.nav > li > a {
    color: #fff; }

  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none; }

  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 9px 10px;
    border-bottom: solid 1px #ccc;
    color: #333;
    font-weight: 400;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #5271ff; } }
nav.navbar.bootsnav .btn {
  margin-top: 17px;
  text-transform: none;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 9px 15px;
  margin-right: 15px;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif; }
  @media (max-width: 1050px) {
    nav.navbar.bootsnav .btn {
      padding: 9px 8px; } }
  @media (max-width: 991px) {
    nav.navbar.bootsnav .btn {
      display: none; } }

nav.navbar-fixed.bootsnav .btn {
  color: #5271ff !important;
  background-color: transparent !important;
  border: 2px solid #5271ff; }

nav.no-background.bootsnav .btn {
  color: #fff !important;
  background-color: transparent !important;
  border: 2px solid #fff; }

nav.bootsnav .btn:hover {
  color: #fff !important;
  background-color: #5271ff !important;
  border-color: #5271ff; }

nav.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 105px;
  margin-top: -30px; }

@media (max-width: 991px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 52px;
    width: auto; } }
@media (max-width: 991px) {
  #navbar-menu > ul > li.dropdown.on > ul > li > a {
    color: #333;
    line-height: 34px;
    font-size: 19px; }

  #navbar-menu > ul > li.dropdown.on > ul {
    list-style: none;
    padding-left: 10px; } }
nav.no-background.bootsnav .logo1 {
  display: inline-block !important; }

nav.navbar-fixed.bootsnav .logo1 {
  display: none; }

nav.no-background.bootsnav .logo2 {
  display: none !important; }

nav.navbar-fixed.bootsnav .logo2 {
  display: inline-block; }

@media (max-width: 992px) {
  nav.no-background.bootsnav .logo1 {
    display: none !important; }

  nav.no-background.bootsnav .logo2 {
    display: inline-block !important; } }
nav.navbar.bootsnav.no-full .navbar-collapse {
  height: auto !important;
  max-height: none  !important; }

/******navbar end**********/
.hero-top {
  position: absolute;
  height: 250px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: linear-gradient(to bottom, rgba(0, 28, 51, 0.65) 0%, rgba(0, 28, 51, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  left: 0;
  right: 0;
  z-index: 9; }

.item .link:hover {
  box-shadow: inset 0px 0px 40px rgba(0, 0, 0, 0.7);
  background-color: rgba(0, 28, 51, 0.35);
  border-radius: 4px; }

/*******  *********/
.gallery-3 {
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: left;
  font-size: 16px;
  background: #001c33;
  display: inline-block;
  vertical-align: top;
  width: calc( 33% - 15px);
  margin: 8px 6px; }
  @media (max-width: 768px) {
    .gallery-3 {
      width: calc( 100% - 0px);
      margin: 8px 0px; } }

.gallery2 {
  width: calc( 49.5% - 15px);
  margin: 8px 6px; }
  @media (max-width: 768px) {
    .gallery2 {
      width: calc( 100% - 0px);
      margin: 8px 0px; } }

.gallery-3 *,
.gallery-3:before,
.gallery-3:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.gallery-3 .gallery-3-img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  height: 450px; }
  @media (max-width: 768px) {
    .gallery-3 .gallery-3-img {
      height: 220px; } }

.gallery-3:before,
.gallery-3:after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: '';
  background-color: #fff;
  z-index: 1;
  opacity: 0; }

.gallery-3:before {
  width: 0;
  height: 1px; }

.gallery-3:after {
  height: 0;
  width: 1px; }

.gallery-3 .gallery-3-text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 20px; }

.gallery-3 h3 {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 200 !important;
  margin: 0;
  margin-bottom: 13px;
  font-weight: normal;
  opacity: 0;
  font-size: 25px; }

.gallery-3 h4 {
  margin: 0;
  font-size: 1.1em;
  font-weight: normal;
  opacity: 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px; }

.gallery-3 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }

.gallery-3:hover .gallery-3-img,
.gallery-3.hover .gallery-3-img {
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  opacity: 0.5; }

.featured-index:hover .featured-index-img,
.featured-index.hover .featured-index-img {
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  opacity: 0.5; }

.gallery-3:hover:before,
.gallery-3.hover:before,
.gallery-3:hover:after,
.gallery-3.hover:after {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s; }

.gallery-3:hover:before,
.gallery-3.hover:before {
  width: 40px; }

.gallery-3:hover:after,
.gallery-3.hover:after {
  height: 40px; }

.gallery-3:hover h3,
.gallery-3.hover h3,
.gallery-3:hover h4,
.gallery-3.hover h4 {
  opacity: 1; }

.gallery-3:hover h3,
.gallery-3.hover h3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.gallery-3:hover h4,
.gallery-3.hover h4 {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s; }

.gallery-3 .btn {
  border: 2px solid #fff;
  color: #fff; }

.item h5 {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 1px;
  font-weight: 300; }

/**************************/
.cta {
  position: relative;
  background-attachment: fixed;
  padding: 190px 0; }
  @media (max-width: 992px) {
    .cta {
      padding: 60px 0; } }
  .cta h3 {
    color: #fff;
    padding-top: 20px;
    margin-bottom: 10px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }
  .cta .title-p {
    color: #fff;
    font-size: 26px;
    line-height: 34px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    padding-bottom: 5px; }
    @media (max-width: 991px) {
      .cta .title-p {
        font-size: 18px;
        line-height: 24px; } }
  .cta .back {
    background-color: rgba(0, 28, 51, 0.55); }
  .cta .btn {
    border: 2px solid #fff;
    background-color: transparent;
    margin-top: 20px;
    color: #fff; }
  .cta .btn:hover {
    border: 2px solid #5271ff;
    background-color: #5271ff; }

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta {
      background-attachment: scroll !important;
      background-size: auto 100%; } } }
/******** cta end ********/
/******about start***********/
.about-image {
  height: 660px; }
  @media (max-width: 991px) {
    .about-image {
      position: relative;
      right: 0;
      height: 250px;
      margin-top: 15px; } }

.top-padd {
  height: 60px; }
  @media (max-width: 1050px) {
    .top-padd {
      height: 5px; } }

/******about end************/
/*********** testimonials start *********/
.testimonials {
  padding: 100px 0 110px 0;
  position: relative; }
  @media (max-width: 768px) {
    .testimonials {
      padding: 60px 0; } }
  .testimonials .test-img {
    height: 100px;
    width: auto !important; }
  .testimonials .owl-theme .owl-controls {
    text-align: left; }

#testimonial-slider {
  margin: 80px 0 0 30px; }
  @media (max-width: 1050px) {
    #testimonial-slider {
      margin: 50px 0 0 0px; } }

.testimonial .description {
  padding: 30px 0px;
  margin-bottom: 0px;
  font-size: 24px;
  color: #111;
  line-height: 38px;
  font-weight: 300;
  position: relative; }
  @media only screen and (max-width: 991px) {
    .testimonial .description {
      padding: 30px 0;
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 0; } }

.testimonial .title {
  display: block;
  font-size: 22px;
  font-weight: 300;
  color: #5271ff;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 35px 0;
  position: relative; }
  @media only screen and (max-width: 991px) {
    .testimonial .title {
      margin-bottom: 10px; } }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #5271ff !important; }

.index-gallery .gallery-index-box {
  display: inline-block;
  vertical-align: top;
  width: calc( 33% - 15px);
  margin: 8px 6px; }
  @media (max-width: 768px) {
    .index-gallery .gallery-index-box {
      width: calc( 100% - 0px);
      margin: 8px 0px; } }
.index-gallery .gallery-index-img {
  height: 550px; }
  @media (max-width: 768px) {
    .index-gallery .gallery-index-img {
      height: 220px; } }
.index-gallery .gallery-index-box2 {
  display: inline-block;
  vertical-align: top;
  width: calc( 49.5% - 15px);
  margin: 8px 6px; }
  @media (max-width: 768px) {
    .index-gallery .gallery-index-box2 {
      width: calc( 100% - 0px);
      margin: 8px 0px; } }
.index-gallery .gallery-index-img2 {
  height: 700px; }
  @media (max-width: 768px) {
    .index-gallery .gallery-index-img2 {
      height: 220px; } }

.alumni {
  margin-top: -400px;
  padding-top: 0;
  padding-bottom: 120px; }
  @media screen and (max-width: 991px) {
    .alumni {
      padding-bottom: 80px;
      margin-top: -130px; } }

.owl-carousel .item {
  min-height: 290px;
  width: 100%;
  margin-left: 0%;
  padding-top: 30px; }
  @media screen and (max-width: 991px) {
    .owl-carousel .item {
      min-height: auto;
      padding-top: 0px; } }

@media screen and (max-width: 991px) {
  .owl-carousel .item {
    padding-bottom: 10px; } }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #5271ff; }

.card {
  background: #fff;
  box-shadow: -2px 2px 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s; }

.card a {
  color: inherit;
  text-decoration: none; }

.card-image-large .aaa {
  height: 620px;
  overflow: hidden;
  background-color: #000;
  -webkit-transition: height 0.3s;
  transition: height 0.3s; }
  @media screen and (max-width: 768px) {
    .card-image-large .aaa {
      height: 250px; } }

.card-image-small .aaa {
  height: 620px;
  overflow: hidden;
  background-color: #000;
  -webkit-transition: height 0.3s;
  transition: height 0.3s; }
  @media screen and (max-width: 768px) {
    .card-image-small .aaa {
      margin-top: 0;
      height: 250px; } }

.cta-top {
  background-attachment: fixed;
  padding-bottom: 460px; }
  @media screen and (max-width: 991px) {
    .cta-top {
      padding-bottom: 170px; } }
  .cta-top h3, .cta-top p {
    color: #fff; }
  .cta-top .back {
    background-color: rgba(0, 19, 102, 0.5); }
  .cta-top .btn {
    background-color: #5271ff;
    color: #fff;
    margin: 15px 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); }
    @media (max-width: 600px) {
      .cta-top .btn {
        margin: 5px 0;
        min-width: 220px; } }

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta-top {
      background-attachment: scroll !important;
      background-size: auto 100%; } } }
/*****tc- footer start******/
.tc-footer {
  padding-top: 120px;
  padding-bottom: 30px;
  position: relative; }
  @media (max-width: 991px) {
    .tc-footer {
      text-align: center; } }
  .tc-footer .back {
    background-color: rgba(0, 70, 128, 0.6); }
  .tc-footer a {
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 300;
    line-height: 29px;
    letter-spacing: 1px; }
    @media (max-width: 991px) {
      .tc-footer a {
        line-height: 26px;
        font-size: 18px; } }
  .tc-footer a:hover {
    color: #99d1ff; }
  .tc-footer ul {
    list-style: none;
    padding-left: 0px;
    margin-top: 50px; }
  .tc-footer .footer-right {
    text-align: right; }
    @media (max-width: 991px) {
      .tc-footer .footer-right {
        text-align: center; } }
  .tc-footer img {
    width: 90%;
    margin-top: -20px;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .tc-footer img {
        margin-bottom: 30px; } }
  .tc-footer .footer-box {
    padding-left: 80px; }
    @media (max-width: 1030px) {
      .tc-footer .footer-box {
        padding-left: 0; } }

.footer-copyright {
  margin-top: 10px;
  padding: 0;
  color: #333;
  font-size: 13px; }
  @media (max-width: 991px) {
    .footer-copyright {
      padding: 0px 15px 20px 15px;
      margin-top: 50px; } }
  .footer-copyright .svg-inline--fa {
    display: inline-block;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    width: 34px;
    height: 34px;
    padding: 8px;
    margin: 0 5px;
    border-radius: 3px; }
  .footer-copyright .svg-inline--fa:hover {
    background-color: #5271ff;
    border: 1px solid #5271ff;
    color: #fff; }
  .footer-copyright hr {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ccc; }
  .footer-copyright a, .footer-copyright p {
    font-size: 13px;
    font-weight: 200;
    line-height: 30px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif; }
    @media (max-width: 991px) {
      .footer-copyright a, .footer-copyright p {
        line-height: 20px;
        font-size: 14px; } }

/*****tc-footer end******/
input, textarea {
  width: 100%;
  margin-bottom: 15px;
  outline: none;
  box-shadow: none;
  border-radius: 4px;
  padding: 10px 0 14px 20px;
  background: rgba(255, 255, 255, 0.79);
  border: 1px solid rgba(102, 130, 255, 0.6); }

select {
  width: 100%;
  margin-bottom: 15px;
  outline: none;
  box-shadow: none;
  border-radius: 4px;
  padding: 16px 00px 14px 20px;
  min-height: 55px;
  background: rgba(255, 255, 255, 0.79);
  border: 1px solid rgba(102, 130, 255, 0.9);
  text-transform: uppercase;
  font-size: 13px;
  color: #666;
  height: 52px; }

::-webkit-input-placeholder {
  /* Edge */
  text-transform: uppercase;
  font-size: 13px; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  text-transform: uppercase;
  font-size: 13px; }

::placeholder {
  text-transform: uppercase;
  font-size: 13px; }

.tc-header {
  min-height: 55vh;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 500px) {
    .tc-header {
      min-height: 40vh; } }
  .tc-header h1 {
    margin-top: 17vh; }

.inner-content {
  position: relative;
  display: block;
  margin-top: 13vh; }

.inner-content h1 {
  color: #fff;
  font-size: 55px;
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 2px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 768px) {
    .inner-content h1 {
      font-size: 33px; } }

.bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000333+0,001c33+100 */
  background: linear-gradient(to bottom, rgba(26, 26, 26, 0.6) 0%, rgba(0, 28, 51, 0.3) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.reviews-box {
  position: relative;
  padding: 40px;
  box-shadow: 0px 5px 24px 0px rgba(217, 217, 217, 0.75);
  margin-bottom: 30px; }
  @media screen and (max-width: 500px) {
    .reviews-box {
      padding: 20px 15px;
      margin-bottom: 15px; } }
  .reviews-box h5 {
    text-align: right;
    margin: 25px 25px 0 0;
    color: #5271ff; }
    @media screen and (max-width: 500px) {
      .reviews-box h5 {
        margin: 15px 5px 0 0; } }
  .reviews-box .svg-inline--fa {
    position: absolute;
    top: 25px;
    left: 30px;
    font-size: 80px;
    opacity: 0.1;
    color: #5271ff; }
    @media screen and (max-width: 500px) {
      .reviews-box .svg-inline--fa {
        top: 10px;
        left: 10px; } }

.blog-box {
  position: relative;
  margin: 15px 0;
  box-shadow: 2px 4px 25px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .blog-box .blog-img {
    height: 300px; }
    @media (max-width: 550px) {
      .blog-box .blog-img {
        height: 250px; } }
  .blog-box .blog-text {
    padding: 25px 20px 5px 20px; }
  .blog-box h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 26px;
    line-height: 31px;
    min-height: 105px;
    margin-top: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 991px) {
      .blog-box h3 {
        min-height: auto; } }
  .blog-box a {
    color: #5271ff;
    text-transform: uppercase; }

.blog-box:hover a {
  font-weight: 700;
  letter-spacing: 1px; }

.blog-box:hover {
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15); }

.pagination {
  margin-top: 50px; }

.blog-ul {
  padding-left: 0;
  list-style: none; }
  .blog-ul li {
    display: inline-block; }
  .blog-ul .svg-inline--fa {
    height: 40px;
    width: 40px;
    padding: 12px;
    border-radius: 50%;
    background-color: rgba(81, 112, 255, 0.15);
    color: #5271ff;
    margin: 20px 4px 5px 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .blog-ul .svg-inline--fa:hover {
    padding: 10px; }

.blog-detail-img {
  height: 400px;
  margin: 30px 0; }
  @media (max-width: 768px) {
    .blog-detail-img {
      height: 250px; } }

.sidebar {
  background-color: rgba(230, 234, 255, 0.5);
  padding: 5px 20px 20px 20px; }
  .sidebar .sidebar-img {
    height: 85px; }
  .sidebar .padd-right {
    padding-left: 0; }
  .sidebar .sidebar-box {
    position: relative;
    margin-top: 15px; }
    .sidebar .sidebar-box h4 {
      font-family: "Roboto Condensed", sans-serif;
      margin-bottom: 0;
      margin-top: 5px; }
  .sidebar .sidebar-box:hover h4 {
    color: #5271ff; }

/********** TEAM PAGE START ********/
.team-box {
  background-color: #fff;
  overflow: hidden;
  display: inline-block;
  margin: 12px 12px;
  width: calc(33% - 30px); }
  @media (max-width: 1100px) {
    .team-box {
      width: calc(49% - 15px); } }
  @media (max-width: 550px) {
    .team-box {
      width: calc(99% - 15px); } }

.team-img {
  height: 350px;
  background-position: top;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.team-box:hover .team-img {
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari 3-8 */
  transform: scale(1.1); }

.team-info {
  padding: 15px 5px 25px 5px; }

.team-job-desc {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  color: #222;
  text-transform: uppercase;
  font-size: 26px;
  margin-top: 0; }

.team-name {
  color: #666;
  font-weight: 300;
  font-size: 15px;
  opacity: 0.7; }

.team-info .btn {
  padding: 8px 20px;
  font-size: 16px;
  margin-top: 10px; }

.team-link {
  display: block;
  margin: 2px 0;
  letter-spacing: 1px;
  font-weight: 300; }

.inline-box-open {
  overflow: auto;
  background: #FDFDF6;
  padding: 40px;
  width: 70%;
  max-width: 100%;
  border-radius: 6px;
  margin-left: 15%; }

@media screen and (max-width: 768px) {
  .inline-box-open {
    background: #FDFDF6;
    padding: 10px;
    width: 96%;
    max-width: 100%;
    border-radius: 6px;
    margin-left: 2%; } }
.staff-bio .svg-inline--fa {
  width: 35px;
  height: 35px;
  padding: 9px;
  border: 1px solid #5271ff;
  border-radius: 50%;
  margin: 10px 6px 2px 0px;
  color: #5271ff; }

.staff-bio .svg-inline--fa:hover {
  background-color: #5271ff;
  color: #fff; }

/********* TEAM PAGE END *******/
.example-image {
  background-size: cover;
  background-position: center;
  height: 250px;
  margin: 5px 5px;
  width: calc(25% - 15px);
  display: inline-block; }
  @media screen and (max-width: 999px) {
    .example-image {
      height: 250px;
      margin: 5px 5px;
      width: calc(50% - 15px); } }
  @media screen and (max-width: 500px) {
    .example-image {
      height: 250px;
      margin: 5px 0px;
      width: calc(100% - 0px); } }

.gallery-page:nth-child(even) {
  background: rgba(230, 234, 255, 0.5); }

.gallery-page:nth-child(odd) {
  background: #fff; }

.gallery-page {
  padding: 50px 0; }

.inner-header {
  height: 150px; }

.video-img {
  width: 100%;
  height: 500px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    .video-img {
      height: 260px; } }

.play-img {
  width: 190px;
  margin-top: 175px; }
  @media (max-width: 768px) {
    .play-img {
      margin-top: 60px;
      width: 140px; } }

.video-iframe iframe {
  width: 100%;
  height: 300px;
  margin: 40px 0 0px 0;
  background-color: #eee; }
  @media (max-width: 500px) {
    .video-iframe iframe {
      height: 210px;
      margin: 20px 0 0px 0; } }

.before-after, .gallery-page {
  padding-bottom: 80px; }
  @media (max-width: 991px) {
    .before-after, .gallery-page {
      padding-bottom: 60px; } }
  .before-after .owl-nav, .gallery-page .owl-nav {
    position: absolute;
    top: 27%;
    left: -3.5%;
    right: -3.5%;
    width: 107%;
    z-index: -1; }
    @media (max-width: 991px) {
      .before-after .owl-nav, .gallery-page .owl-nav {
        top: 18%;
        left: -4.5%;
        right: -4.5%;
        width: 109%; } }
  .before-after .owl-theme .owl-controls .owl-nav [class*=owl-], .gallery-page .owl-theme .owl-controls .owl-nav [class*=owl-] {
    margin: 3px;
    padding: 4px 2px;
    display: inline-block;
    cursor: pointer;
    width: 18px;
    background: transparent;
    opacity: 1; }
    @media (max-width: 768px) {
      .before-after .owl-theme .owl-controls .owl-nav [class*=owl-], .gallery-page .owl-theme .owl-controls .owl-nav [class*=owl-] {
        width: 14px; } }
  .before-after .owl-theme .owl-controls .owl-nav [class*=owl-]:hover, .gallery-page .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    opacity: .7; }
  .before-after .owl-prev, .gallery-page .owl-prev {
    float: left; }
  .before-after .owl-next, .gallery-page .owl-next {
    float: right; }

.b-a {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .b-a {
      margin-bottom: 15px; } }

.b-a .b-a-content {
  padding: 0;
  position: relative;
  height: 280px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .b-a .b-a-content {
      height: 290px; } }
  @media (max-width: 550px) {
    .b-a .b-a-content {
      height: 190px; } }

.b-a-content img {
  object-fit: cover;
  height: 280px; }
  @media (max-width: 991px) {
    .b-a-content img {
      height: 290px; } }
  @media (max-width: 550px) {
    .b-a-content img {
      height: 190px; } }

.alumni .gallery-3 {
  width: 100%;
  height: 600px; }
  @media (max-width: 768px) {
    .alumni .gallery-3 {
      height: 260px; } }
.alumni .gallery-3 .gallery-3-img {
  height: 600px; }
  @media (max-width: 768px) {
    .alumni .gallery-3 .gallery-3-img {
      height: 260px; } }

/*# sourceMappingURL=style.css.map */
