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;
}

img {
  width: 100%;
}

a {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #1176c0;
}

a:active,
a:focus,
a:hover {
  color: #333;
  outline: none;
  text-decoration: none;
}

p {
  color: #333;
}

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

.btn {
  color: #fff;
  background-color: #1176c0;
  border: 2px solid #1176c0;
  padding: 14px 28px;
  font-size: 17px;
  font-weight: 600;
  border-radius: 3px;
  transition: all 0.5s ease-in-out;
}

.btn:hover, .btn:focus {
  border-radius: 50px;
  color: #fff;
}

.sep {
  content: "";
  height: 2px;
  width: 180px;
  border-radius: 5px;
  background-color: #1176c0;
  margin: 20px auto;
}

.sep-left {
  content: "";
  height: 2px;
  width: 180px;
  border-radius: 5px;
  background-color: #1176c0;
  margin: 20px 0;
}

.sep-right {
  content: "";
  height: 3px;
  width: 180px;
  border-radius: 5px;
  background-color: #1176c0;
  margin: 20px 0;
  right: 0;
  position: absolute;
}

.title-h {
  font-size: 50px;
  line-height: 55px;
  font-weight: 600;
  color: #1e2853;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .title-h {
    font-size: 38px;
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.little-h {
  color: #1176c0;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .little-h {
    font-size: 18px;
    line-height: 22px;
  }
}

.title-p {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 10px;
  color: #404040;
}
@media (max-width: 991px) {
  .title-p {
    font-size: 20px;
    line-height: 26px;
  }
}

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

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

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

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

/*****navbar start******/
.top-bar {
  width: 100%;
  z-index: 999;
  background: #1e2853;
  transition: all 0.3s ease-in-out;
}
.top-bar p {
  color: #f2f2f2;
  padding: 10px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 16px;
}
@media (max-width: 991px) {
  .top-bar p {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0;
    padding: 5px 0 4px 0;
  }
}
.top-bar a {
  color: #fff;
}

.top-bar a:hover {
  color: #b3cdff;
}

@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 20px;
    background-color: #fff;
  }
  .navbar-toggle .svg-inline--fa {
    color: #1e2853;
  }
  .attr-nav {
    display: none;
  }
}
nav.navbar.bootsnav {
  background: #fff;
}
@media (max-width: 991px) {
  nav.navbar.bootsnav {
    border-bottom: 1px solid #f2f2f2;
  }
}

.navbar {
  min-height: auto;
}

.navbar-brand {
  height: 75px;
  padding: 2px 0px 0 10px;
}
@media (max-width: 991px) {
  .navbar-brand {
    padding: 14px 5px 2px 25px;
    height: 65px;
  }
}

.navbar-brand img {
  width: auto;
  height: 73px;
}
@media (max-width: 991px) {
  .navbar-brand img {
    height: 45px;
  }
}

.caret {
  margin-left: 4px;
}

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: rgb(255, 255, 255);
    border-top: 5px solid #1176c0;
    width: 250px;
  }
  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 30px 21px 15px 0px;
    font-weight: 600;
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0px;
  }
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #333;
  }
  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #1176c0;
  }
  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 15px;
    border-bottom: solid 1px #eee;
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #333;
    background: #f7f7f7;
  }
}
@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;
    font-weight: 600;
    color: #333 !important;
    font-size: 22px;
    line-height: 27px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    margin-bottom: 10px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    color: #333;
    font-size: 18px;
    padding: 5px 0;
  }
  nav.navbar.bootsnav .navbar-nav {
    margin: 35px -15px 10px -15px;
  }
}
nav.navbar.bootsnav .btn {
  margin-left: 0px !important;
}

nav.no-background.bootsnav .btn {
  padding: 9px 24px 9px 24px !important;
  font-size: 15px;
  margin: 18px 10px 0 0px;
  font-weight: 500;
  background-color: #1176c0 !important;
  border: 2px solid #1176c0 !important;
  letter-spacing: 1px;
  box-shadow: none;
  color: #fff !important;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

nav.navbar-fixed.bootsnav .btn {
  padding: 9px 24px 9px 24px !important;
  font-size: 15px;
  margin: 18px 10px 0 0px;
  font-weight: 500;
  background-color: #1176c0 !important;
  border: 2px solid #1176c0 !important;
  color: #fff;
  letter-spacing: 1px;
  box-shadow: none;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

nav.navbar.bootsnav .btn:hover {
  background-color: #1e2853 !important;
  border: 2px solid #1e2853 !important;
  color: #fff !important;
}

nav.navbar.bootsnav ul.nav > li > .mobile-a {
  width: 240px;
  background: #1176c0;
  color: #fff !important;
  display: none;
}
@media (max-width: 992px) {
  nav.navbar.bootsnav ul.nav > li > .mobile-a {
    display: block;
  }
}

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.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 70px;
  margin-top: 1px;
}

@media (max-width: 1120px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 75px;
    width: auto;
    margin-top: 0;
  }
}
.nav-back {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 200px;
  /* 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, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

nav.navbar.bootsnav.no-full .navbar-collapse {
  height: auto !important;
  max-height: none !important;
}

/*****navbar end******/
.about-top {
  height: 100px;
}
@media (max-width: 768px) {
  .about-top {
    height: 20px;
  }
}

/*****hero start*********/
.hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero {
    min-height: auto;
    padding-bottom: 30px;
  }
}
.hero .back {
  /* 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(135deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.hero-row {
  margin-top: 15vh;
  z-index: 3;
  color: #333;
}
@media (max-width: 991px) {
  .hero-row {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
  }
}
.hero-row .hero-title {
  margin-top: 17vh;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .hero-row .hero-title {
    margin-top: 22vh;
    margin-left: 0;
  }
}
.hero-row h1 {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .hero-row h1 {
    margin-bottom: 15px;
  }
}
.hero-row h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .hero-row h2 {
    font-size: 20px;
    line-height: 25px;
    margin-top: 0;
  }
}
.hero-row h3 {
  color: #1176c0;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 600;
}
.hero-row .btn {
  background-color: #1e2853;
  border: 2px solid #1e2853;
  color: #fff;
  margin-top: 20px;
  margin-right: 6px;
  font-size: 20px;
}
@media (max-width: 991px) {
  .hero-row .btn {
    margin: 10px 3px;
    font-size: 18px;
  }
}
.hero-row img {
  width: 45%;
}
@media (max-width: 768px) {
  .hero-row img {
    width: 80%;
  }
}
.hero-row .btn:hover {
  background-color: #1176c0;
  border: 2px solid #1176c0;
}

/***************hero end******/
.about-box {
  padding: 80px 80px 0 80px;
}
@media (max-width: 991px) {
  .about-box {
    padding: 5px 0;
  }
}

/*********intro-start*******/
.about-bg-pattern {
  position: absolute;
  width: 25%;
  left: 0;
  top: -180px;
  bottom: 0;
  z-index: -1;
  height: 100%;
}
@media (max-width: 991px) {
  .about-bg-pattern {
    width: 60%;
    top: 100px;
  }
}

.portfolio-bg-curve {
  position: absolute;
  bottom: 100px;
  right: 0;
  z-index: -1;
  height: auto;
  width: 25%;
}
@media (max-width: 991px) {
  .portfolio-bg-curve {
    width: 80%;
    bottom: 0px;
  }
}

.intro {
  padding: 120px 0 100px 0;
  position: relative;
}
@media (max-width: 991px) {
  .intro {
    padding: 20px 0 50px 0;
  }
}

.intro-box {
  background-color: #1e2853;
  padding: 40px;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .intro-box {
    padding: 40px 20px;
  }
}
.intro-box h3 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.intro-box:hover {
  box-shadow: inset 0px 0px 15px #1176c0;
}

.intro-box p {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 15px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .intro-box p {
    font-size: 20px;
    line-height: 26px;
  }
}

/******* cta start *********/
.cta {
  position: relative;
  background-attachment: fixed;
  padding: 150px 0 200px 0;
}
@media (max-width: 992px) {
  .cta {
    padding: 60px 0 100px 0;
  }
}
.cta .cta-padd {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .cta .cta-padd {
    padding-left: 15px;
  }
}
.cta h3 {
  color: #fff;
  padding-top: 20px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.65);
}
.cta p {
  color: #fff;
  font-size: 26px;
  line-height: 34px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.65);
}
@media (max-width: 991px) {
  .cta p {
    font-size: 20px;
    line-height: 26px;
  }
}
.cta .btn {
  background-color: #1176c0;
  color: #fff;
  margin-top: 20px;
  font-size: 20px;
}
.cta .btn:hover {
  background-color: #1e2853;
  border: 2px solid #1e2853;
}
.cta .back {
  background-color: rgba(0, 0, 0, 0.4);
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta {
      background-attachment: scroll !important;
      background-size: auto 100%;
    }
  }
}
/******** cta end ********/
.industry-box {
  width: calc(100% - 0px);
  margin: 10px 5px;
  display: inline-block;
  vertical-align: top;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  padding: 15px;
}

.industry-img {
  height: 700px;
}
@media (max-width: 768px) {
  .industry-img {
    height: 250px;
  }
}

.industry-text ul {
  list-style: none;
  padding-left: 0;
}
.industry-text a {
  display: block;
  margin-bottom: 15px;
  color: #333;
  font-weight: 600;
}
.industry-text .svg-inline--fa {
  margin-right: 10px;
  font-size: 14px;
  color: #1176c0;
}

/****************cta start***********/
.cta-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
}
@media (max-width: 768px) {
  .cta-image {
    height: 300px;
    margin-top: 0;
  }
}

.about {
  z-index: 0;
  padding: 80px 0 80px 0px;
}
@media (max-width: 768px) {
  .about {
    background-size: 0px;
    padding: 0px 0 60px 0;
    margin-top: 50px;
  }
}
.about p {
  color: #333;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}

.about-index-text {
  height: 40px;
}
@media (max-width: 768px) {
  .about-index-text {
    height: 5px;
  }
}

/**************cta end*************/
.services-right-text {
  padding: 0;
}

.services-right-text .services-img-right {
  margin-right: 45vw;
}
@media screen and (max-width: 991px) {
  .services-right-text .services-img-right {
    margin-right: 0;
  }
}

.services-right-text .services-right-black {
  padding: 150px 100px;
  width: 50vw;
  margin-left: 50vw;
  background-color: #141b38;
  margin-right: -45vw;
}
@media screen and (max-width: 991px) {
  .services-right-text .services-right-black {
    margin-right: 0;
    margin-left: 0;
    padding: 50px 15px;
    width: 100%;
  }
}

.services-right-text .services-img-mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .services-right-text .services-img-mobile {
    height: 220px;
    display: block;
  }
}

.services-right-text h3, .services-right-text p, .services-right-text li, .about-left-text h3, .about-left-text p, .about-left-text li {
  color: #fff;
}
.services-right-text p, .services-right-text li, .about-left-text p, .about-left-text li {
  color: #eee;
}
.services-right-text ul, .about-left-text ul {
  list-style: none;
  padding-left: 0;
}
.services-right-text .svg-inline--fa, .about-left-text .svg-inline--fa {
  margin-right: 15px;
  color: #1176c0;
}
.services-right-text li, .about-left-text li {
  margin-bottom: 10px;
}

.about-text .title-p, .services-right-text .title-p {
  color: #fff;
}

.about-left-text {
  padding: 0;
}

.about-left-text .about-img {
  margin-left: 45vw;
}
@media screen and (max-width: 991px) {
  .about-left-text .about-img {
    margin-left: 0;
  }
}

.about-left-text .about-text {
  padding: 150px 100px;
  width: 50vw;
  margin-right: 50vw;
  background-color: #141b38;
  margin-left: -45vw;
}
@media screen and (max-width: 991px) {
  .about-left-text .about-text {
    margin-right: 0;
    margin-left: 0;
    padding: 50px 15px;
    width: 100%;
  }
}

.about-left-text .about-img2 {
  display: none;
}
@media screen and (max-width: 991px) {
  .about-left-text .about-img2 {
    height: 220px;
    display: block;
  }
}

.tc-features .back {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.82) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.tc-features p {
  padding: 5px 10px 5px 0;
}

.features-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.tc-features h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  line-height: 25px;
  min-height: 100px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1e2853;
}
@media (max-width: 768px) {
  .tc-features h6 {
    min-height: auto;
  }
}

.services-box {
  padding: 40px 20px;
  border-radius: 6px;
  background-color: #fff;
  margin: 30px 0px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .services-box {
    padding: 20px;
    margin: 15px 0px;
  }
}
.services-box img {
  height: 90px;
  width: auto;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .services-box img {
    margin: 10px 0 0 0;
  }
}
.services-box a {
  font-weight: 700;
  text-transform: uppercase;
}
.services-box .svg-inline--fa {
  font-size: 12px;
  vertical-align: top;
  margin: 6px 5px 0 5px;
  transition: all 0.3s ease-in-out;
}

.services-box:hover .svg-inline--fa {
  margin: 6px 0px 0 0px;
  color: #1e2853;
}

/*****tc-testimonial start******/
.tc-testimonial {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .tc-testimonial {
    padding: 50px 0;
  }
}

.testimonial-bg {
  margin-top: 50px;
  border: 3px solid #1176c0;
  padding: 80px 80px 20px 80px;
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  .testimonial-bg {
    padding: 40px 10px 20px 10px;
  }
}

.icon .svg-inline--fa {
  width: 55px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  font-size: 40px;
  color: #1176c0;
  position: absolute;
  top: -40px;
  left: 46.5%;
  padding: 0 12px;
  background: #fff;
}
@media (max-width: 768px) {
  .icon .svg-inline--fa {
    left: 70%;
    width: 45px;
    height: 55px;
    top: -25px;
  }
}

.testimonial {
  padding: 0 15px;
}

.testimonial .description {
  font-size: 20px;
  font-weight: 400;
  color: #333;
  line-height: 32px;
  padding-bottom: 40px;
  margin-bottom: 35px;
  position: relative;
}
@media (max-width: 991px) {
  .testimonial .description {
    font-size: 19px;
    line-height: 26px;
  }
}

.testimonial .description:before {
  content: "";
  width: 75%;
  border-top: 1px solid #1176c0;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.3;
}

.testimonial .title {
  font-size: 28px;
  font-weight: 700;
  color: #1e2853;
  text-transform: capitalize;
  margin: 15px 0 35px 0;
}

.testimonial .name {
  font-size: 18px;
  font-weight: 400;
  color: #1176c0;
  text-transform: capitalize;
  margin: 0;
}

.testimonial .post {
  display: inline-block;
  font-size: 15px;
  color: #999;
  font-style: italic;
}

.tc-testimonial .owl-nav {
  background: #fff;
  position: absolute;
  right: 3%;
  padding-right: 10px;
  margin-top: 1px;
}

.tc-testimonial .owl-prev {
  width: 20px;
  height: 30px;
  line-height: 20px;
  border-radius: 50%;
  background: #fff !important;
  color: #1176c0 !important;
  opacity: 1;
  color: #ccc;
}

.tc-testimonial .owl-next {
  width: 20px;
  height: 30px;
  line-height: 20px;
  border-radius: 50%;
  background: #fff !important;
  color: #1176c0 !important;
  opacity: 1;
  padding: 0;
}

.tc-testimonial .owl-next .svg-inline--fa, .tc-testimonial .owl-prev .svg-inline--fa {
  font-size: 24px;
}

.tc-testimonial .owl-dots .owl-dot.active span, .tc-testimonial .owl-dots .owl-dot:hover span {
  background: #1176c0;
}

/*****tc-testimonial end******/
/******footer start****/
.footer li a {
  font-size: 22px;
  line-height: 28px;
  color: #ccc;
  font-weight: 500;
}
@media (max-width: 991px) {
  .footer li a {
    font-size: 17px;
    line-height: 26px;
  }
}
.footer li a:hover {
  text-decoration: none;
  color: #1176c0;
}
.footer ul {
  list-style: none;
  padding-left: 0;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .footer ul {
    margin: 30px 0;
  }
}
.footer li {
  margin-bottom: 7px;
}
@media (max-width: 991px) {
  .footer li {
    margin-bottom: 3px;
  }
}
.footer img {
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 650px) {
  .footer img {
    width: 100%;
  }
}
.footer .btn {
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
  margin: 20px 5px;
}
@media (max-width: 991px) {
  .footer .btn {
    margin: 5px 5px;
  }
}
.footer .btn:hover {
  border: 2px solid #1176c0;
}
.footer .svg-inline--fa {
  color: #fff;
  border: 2px solid #1176c0;
  background-color: #1176c0;
  height: 17px;
  width: 17px;
  margin: 15px 2px 15px 2px;
  padding: 7px;
  border-radius: 2px;
}
.footer .svg-inline--fa:hover {
  background-color: transparent;
  color: #1176c0;
}

.footer-back {
  background-color: rgba(20, 27, 56, 0.9);
  padding-top: 110px;
}
@media (max-width: 991px) {
  .footer-back {
    padding-top: 70px;
  }
}

.copyright p, .copyright a {
  font-size: 15px;
  font-weight: 400;
  color: #ccc;
  letter-spacing: 1px;
  margin-top: 60px;
}

.copyright a:hover {
  color: #1176c0;
}

/*****footer end******/
.tc-header {
  min-height: 40vh;
  position: relative;
  overflow: hidden;
}

.tc-header .back {
  background: rgba(13, 13, 13, 0.6);
}

.contact-page input, .contact-page textarea {
  width: 100%;
  border: 1px solid #ebf4fa;
  padding: 13px 10px;
  margin: 7px 0;
  background-color: #f4f9fc;
}
.contact-page select {
  width: 100%;
  border: 1px solid #ebf4fa;
  padding: 13px 10px;
  margin: 7px 0;
  background-color: #f4f9fc;
  height: 56px;
}
.contact-page .contact-info h4 {
  text-transform: uppercase;
  font-size: 26px;
  margin-top: 30px;
  color: #1e2853;
  font-weight: 700;
}
.contact-page .contact-info p a {
  color: #333;
}

#check_hidden {
  display: none;
}

form .btn {
  margin-top: 15px;
}

input[type=file] {
  border: none;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #fff;
  border-color: rgba(108, 120, 84, 0.15);
  padding: 18px 15px;
}
.panel-default > .panel-heading .svg-inline--fa {
  color: #1176c0;
}

.panel-default {
  border-color: rgba(108, 120, 84, 0.15);
}

.panel-title {
  font-weight: 600;
}

.video-page iframe {
  height: 320px;
  width: 100%;
  background-color: #eee;
}
@media (max-width: 768px) {
  .video-page iframe {
    height: 220px;
  }
}
.video-page .inner-h {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  min-height: 50px;
  color: #333;
}
@media (max-width: 991px) {
  .video-page .inner-h {
    min-height: auto;
  }
}

.video-text {
  background-color: #ebf4fa;
  margin-bottom: 30px;
  padding: 20px 10px;
  margin-top: -10px;
}

.pagination {
  margin-top: 40px;
}

.video-page:nth-child(even) {
  background: rgba(235, 244, 250, 0.5);
}

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

.faq-section:nth-child(even) {
  background: rgba(235, 244, 250, 0.3);
}

.faq-section:nth-child(odd) {
  background: #fff;
}

.faq-section .inner-h {
  font-weight: 700;
  font-size: 34px;
  color: #1e2853;
}

.faq-section {
  padding: 50px 0;
}
.faq-section .panel-default > .panel-heading {
  background-color: #fff;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: rgba(233, 246, 252, 0.5);
  border-color: rgba(233, 246, 252, 0.9);
  padding: 22px 15px;
}
.panel-default > .panel-heading .svg-inline--fa {
  color: #1176c0;
  margin-right: 10px;
  font-size: 15px;
}
@media (max-width: 500px) {
  .panel-default > .panel-heading .svg-inline--fa {
    margin-left: -21px;
    margin-right: 5px;
  }
}

@media (max-width: 500px) {
  .panel-title {
    padding-left: 25px;
  }
}

/********** TEAM PAGE START ********/
.team-box {
  background-color: rgba(233, 246, 252, 0.4);
  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;
  transition: all 0.3s ease-in-out;
}

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

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

.team-job-desc {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  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: 20px;
  height: 20px;
  padding: 6px;
  border: 1px solid #1176c0;
  border-radius: 50%;
  margin: 10px 6px 2px 0px;
  color: #1176c0;
}

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

/********* TEAM PAGE END *******/
.about-image {
  height: 480px;
}
@media screen and (max-width: 558px) {
  .about-image {
    height: 220px;
  }
}/*# sourceMappingURL=style.css.map */