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

body {
  font-family: "Open Sans", sans-serif;
  position: relative;
  font-size: 17px;
  line-height: 25px;
}

img {
  width: 100%;
}

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

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

section {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 500px) {
  section {
    padding: 60px 0;
  }
}

.btn {
  color: #fff;
  background-color: #0971ce;
  border: 2px solid #0971ce;
  font-family: "Rajdhani", sans-serif;
  padding: 15px 40px 15px 40px;
  font-size: 19px;
  border-radius: 6px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-top: 15px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .btn {
    font-size: 18px;
    letter-spacing: 1px;
    padding: 14px 30px;
  }
}

.btn:hover {
  color: #fff;
  border: 2px solid #0971ce;
  background-color: #0971ce;
  border-radius: 40px;
}

.btn:focus {
  color: #fff !important;
  background-color: #0971ce;
  border-color: #0971ce;
}

.btn:active:hover, .btn:active:focus, .btn:active.focus, .btn-.active:hover, .btn.active:focus, .btn.active.focus, .open > .btn.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #0971ce;
  border-color: #0971ce;
}

.title-h {
  font-size: 60px;
  line-height: 65px;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: "Oswald", sans-serif;
  color: #002233;
}
@media (max-width: 991px) {
  .title-h {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 1px;
  }
}

.title-p {
  font-size: 24px;
  font-weight: 300;
  line-height: 31px;
  padding-bottom: 5px;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .title-p {
    font-size: 18px;
    line-height: 26px;
  }
}

.inner-h {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
}

.sep {
  content: "";
  height: 3px;
  width: 160px;
  background: #0971ce;
  margin: 25px 0;
}

.sep-middle {
  content: "";
  height: 3px;
  width: 160px;
  background: #0971ce;
  margin: 25px auto;
}

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

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

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

@media (max-width: 992px) {
  .display-desctop {
    display: none;
  }
}

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

/*****navbar start******/
.top-bar {
  background-color: #002233;
}
.top-bar p, .top-bar a {
  padding-top: 5px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
  line-height: 23px;
}
@media (max-width: 768px) {
  .top-bar p, .top-bar a {
    font-size: 15px;
    line-height: 16px;
  }
}
.top-bar a:hover {
  color: #0971ce;
}

@media (min-width: 992px) {
  nav.navbar.bootsnav.no-background {
    background: #fff;
    border: none;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 25px;
    background-color: transparent;
  }
  .navbar-toggle .svg-inline--fa {
    color: #333;
  }
  .attr-nav {
    display: none;
  }
}
nav.navbar.bootsnav {
  background: rgb(255, 255, 255);
  border-bottom: none;
}
@media (max-width: 991px) {
  nav.navbar.bootsnav {
    background: rgb(255, 255, 255);
  }
}

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

.navbar-brand {
  padding: 6px 15px 0 5px;
  height: auto;
}
@media (max-width: 991px) {
  .navbar-brand {
    padding: 3px 5px 2px 5px;
  }
}

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

.caret {
  margin-left: 4px;
}
@media (max-width: 991px) {
  .caret {
    display: inline-block;
  }
}

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: #fff;
    border: none;
    border-top: 5px solid #0971ce;
    width: 240px;
  }
  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 35px 18px 35px 0px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Rajdhani", sans-serif;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 32px 10px 10px 10px;
    font-weight: 600;
    font-size: 14px;
  }
}
@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #222;
  }
  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #0971ce;
  }
  nav.no-background.bootsnav ul.nav > li > a {
    color: #333;
  }
  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: 8px 15px;
    border-bottom: solid 1px #eee;
    color: #333;
    font-size: 17px;
    font-weight: 500;
    font-family: "Rajdhani", sans-serif;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #fff;
    background: #0971ce;
  }
}
@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;
    font-family: "Rajdhani", sans-serif;
    color: #333 !important;
    text-transform: uppercase;
    font-size: 23px;
  }
  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;
    font-family: "Rajdhani", sans-serif;
    color: #333;
    font-size: 20px;
    padding: 3px 0;
    font-weight: 500;
  }
  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 10px -15px;
  }
}
nav.navbar.bootsnav .btn {
  margin-left: 0px !important;
}

nav.navbar.bootsnav .btn {
  padding: 12px 15px 12px 15px !important;
  text-transform: uppercase;
  color: #fff;
  font-size: 17px;
  margin: 18px 15px 0 15px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Rajdhani", sans-serif;
  background-color: #0971ce;
  border: 2px solid #0971ce;
}
@media (max-width: 1165px) {
  nav.navbar.bootsnav .btn {
    padding: 8px 7px;
    font-size: 14px;
    font-weight: 500;
  }
}
@media (max-width: 1010px) {
  nav.navbar.bootsnav .btn {
    padding: 8px 6px;
  }
}
@media (max-width: 768px) {
  nav.navbar.bootsnav .btn {
    margin-right: 0px;
  }
}

nav.navbar.bootsnav .btn:hover {
  background-color: transparent;
  border: 2px solid #0971ce;
  color: #0971ce;
}

nav.navbar.bootsnav ul.nav > li > .mobile-a {
  width: 240px;
  background: #0971ce;
  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.navbar-fixed.bootsnav {
  border-bottom: 1px solid #f7f7f7;
}

/*****navbar end******/
/*****hero start*********/
.hero {
  width: 100%;
  min-height: 80vh;
  position: relative;
  padding: 0px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hero {
    min-height: 74vh;
  }
}
.hero .back {
  background: rgba(230, 242, 255, 0.6);
}
.hero img {
  height: 170px;
  width: auto;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .hero img {
    height: auto;
    width: 80%;
    margin-bottom: 10px;
  }
}

.hero-title {
  margin-top: 38vh;
  color: #333;
}
@media (max-width: 1050px) {
  .hero-title {
    margin-top: 25vh;
    margin-bottom: 50px;
    padding-left: 0px;
    text-align: center;
  }
}
.hero-title h2 {
  font-size: 25px;
  color: #333;
}
@media (max-width: 400px) {
  .hero-title h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
.hero-title h1 {
  color: #002233;
  font-size: 75px;
  line-height: 80px;
  font-weight: 500;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .hero-title h1 {
    letter-spacing: 1px;
    font-size: 42px;
    line-height: 45px;
  }
}
.hero-title .btn {
  margin: 15px 5px;
}
@media (max-width: 400px) {
  .hero-title .btn {
    margin-top: 0;
    padding: 12px 23px;
    margin: 5px 2px;
  }
}
.hero-title .btn:hover {
  border: 2px solid #0971ce;
}

/*************************/
.hero-bottom {
  padding: 50px 0 30px 0;
}
@media (max-width: 400px) {
  .hero-bottom {
    padding: 30px 0 10px 0;
  }
}
.hero-bottom .back {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#05306d+0,333333+100 */
  background: radial-gradient(ellipse at center, #05306d 0%, #333333 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.hero-bottom .title-h {
  color: #fff;
}
@media (max-width: 400px) {
  .hero-bottom .title-h {
    font-size: 26px;
    line-height: 30px;
  }
}
.hero-bottom a {
  color: #0a87f5;
}
.hero-bottom a:hover {
  color: #eee;
}

.about .back {
  background-color: rgba(230, 242, 255, 0.93);
}
.about .about-small-img {
  height: 230px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.about-box {
  margin-top: 15px;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  padding: 0px;
  border-radius: 6px;
}
.about-box .about-img {
  height: 290px;
  border-radius: 6px 6px 0 0;
}
.about-box h3 {
  font-family: "Oswald", sans-serif;
  font-size: 28px;
}
.about-box a {
  font-weight: 700;
}

.about-box:hover {
  box-shadow: 2px -2px 15px rgba(0, 0, 0, 0.25);
}

.page-padd {
  padding: 0 100px;
}
@media (max-width: 991px) {
  .page-padd {
    padding: 0 0px;
  }
}

.about-text {
  padding: 2px 10px 10px 10px;
}

.services-page .about-box {
  position: relative;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  width: calc(33% - 20px);
  display: inline-block;
  vertical-align: top;
  margin: 10px 5px;
}
@media (max-width: 1050px) {
  .services-page .about-box {
    width: calc(49% - 20px);
  }
}
@media (max-width: 700px) {
  .services-page .about-box {
    width: calc(100% - 0px);
    margin: 10px 0px;
  }
}
.services-page .about-box:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
.services-page .about-text {
  min-height: 130px;
}

/********* services end *********/
/****************************************/
.cta {
  background-color: #333;
  padding: 200px 0;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .cta {
    padding: 80px 0;
  }
}
.cta h3, .cta h4, .cta p {
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
.cta .back {
  background-color: rgba(0, 34, 51, 0.5);
}
.cta .title-p {
  padding-bottom: 0px;
}
.cta .btn {
  background-color: transparent;
  border: 2px solid #fff;
}

/******about end************/
@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta {
      background-attachment: scroll !important;
      background-size: auto 100%;
    }
  }
}
/*****tc-testimonial start******/
.reviews {
  background: #fff;
  padding: 80px 0 120px 0;
}
@media (max-width: 768px) {
  .reviews {
    padding: 60px 0;
  }
}

.reviews-bg {
  border: 3px solid #0971ce;
  padding: 80px 60px 30px 60px;
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  .reviews-bg {
    padding: 40px 10px 20px 10px;
  }
}

.icon .svg-inline--fa {
  width: 55px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  font-size: 40px;
  color: #0971ce;
  position: absolute;
  top: -40px;
  left: 4%;
  padding: 0 12px;
  background: #fff;
}

.review-index {
  padding: 0 15px;
}

.review-index .inner-h {
  margin-bottom: 30px;
}

.review-index .description {
  font-size: 20px;
  font-weight: 400;
  color: #222;
  line-height: 29px;
  padding-bottom: 40px;
  margin-bottom: 35px;
  position: relative;
}
@media (max-width: 991px) {
  .review-index .description {
    font-size: 16px;
    line-height: 20px;
  }
}

.review-index .description:before {
  content: "";
  width: 75%;
  border-top: 1px solid #0971ce;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.6;
}

.review-index .title {
  font-size: 20px;
  font-weight: 400;
  color: #333;
  text-transform: capitalize;
  margin: 0;
  font-family: "Oswald", sans-serif;
}

.review-index .post {
  display: inline-block;
  font-size: 16px;
  color: #0971ce;
}

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

.reviews .owl-prev {
  width: 20px;
  height: 30px;
  line-height: 20px;
  border-radius: 50%;
  background: #fff !important;
  color: #0971ce !important;
  opacity: 1;
  color: #ccc;
}

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

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

.reviews .owl-dots .owl-dot.active span, .reviews .owl-dots .owl-dot:hover span {
  background: #0971ce;
}

/*****tc-testimonial end******/
/*******intro start*******/
/******* intro start ********/
.intro {
  padding: 55px 0;
}
@media (max-width: 400px) {
  .intro {
    padding: 30px 0;
  }
}
.intro .intro-number {
  display: inline-block;
  vertical-align: top;
}
.intro .intro-text {
  display: inline-block;
}
.intro img {
  margin: 0 20px;
  vertical-align: top;
  width: auto;
  height: 60px;
}
@media (max-width: 991px) {
  .intro img {
    margin: 0 20px 0 0;
  }
}
.intro .intro-midd {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media (max-width: 991px) {
  .intro .intro-midd {
    border: none;
    margin: 45px 0;
  }
}
.intro a {
  color: #0971ce;
  text-transform: capitalize;
  font-size: 15px;
}
.intro a:hover {
  font-weight: 600;
}
.intro .svg-inline--fa {
  margin: 0 8px;
  color: #0971ce;
  font-size: 13px;
}
.intro h3 {
  font-weight: 600;
  color: #333;
  margin-top: 0px;
  font-family: "Oswald", sans-serif;
  margin-bottom: 5px;
}

/******** intro end *********/
/************product-home start***********/
.product-home {
  padding: 0 0 60px 0;
}
@media (max-width: 991px) {
  .product-home {
    margin-top: 0;
  }
}

.product-home .owl-theme .owl-controls {
  text-align: center;
  margin-top: 35px;
}

.product-home .owl-theme .owl-dots .owl-dot.active span, .clients .owl-theme .owl-dots .owl-dot:hover span {
  background: #ccc;
}

.product-home .owl-theme .owl-dots .owl-dot span {
  background: #0971ce;
}

.product-home .product-box {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 15px);
  padding: 20px;
  margin: 5px 4px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .product-home .product-box {
    padding: 0px;
    width: calc(50% - 5px);
    margin: 5px 0px;
  }
}

.product-home-img {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  position: relative;
  min-height: 100px;
}
@media (max-width: 991px) {
  .product-home-img {
    min-height: 90px;
  }
}

@media (max-width: 991px) {
  .product-home {
    text-align: center;
    padding-top: 15px;
  }
}
/*************product-home end************/
/******footer start****/
.tc-footer {
  position: relative;
  padding: 90px 0 25px 0;
}
@media (max-width: 991px) {
  .tc-footer {
    padding: 50px 0 25px 0;
  }
}
.tc-footer .back {
  background-color: rgba(230, 242, 255, 0.8);
}

.tc-footer img {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .tc-footer img {
    margin-left: 0;
    margin: 20px 0 20px 0;
    width: 80%;
  }
}

.tc-footer ul {
  list-style: none;
  margin: 10px 0 10px 0;
  padding: 0;
}

.footer-navbar {
  margin-top: 5px !important;
}

.tc-footer .footer-navbar li {
  display: inline-block;
  padding: 5px 20px;
}
@media (max-width: 991px) {
  .tc-footer .footer-navbar li {
    display: block;
  }
}

.tc-footer .footer-icon li {
  display: inline-block;
  padding: 5px 3px;
}

.tc-footer a {
  font-weight: 600;
  font-family: "Rajdhani", sans-serif;
  color: #333;
  letter-spacing: 0px;
  font-size: 20px;
}

.tc-footer a:hover {
  color: #0971ce;
}

.tc-footer p, .tc-footer p a {
  color: #333;
  margin-top: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
}

.tc-footer .svg-inline--fa {
  font-size: 26px;
  height: 17px;
  width: 17px;
  border: 2px solid #0971ce;
  padding: 8px;
  border-radius: 50%;
  color: #fff;
  background-color: #0971ce;
}

.tc-footer .svg-inline--fa:hover {
  color: #0971ce;
  background-color: transparent;
}

@media (max-width: 991px) {
  .tc-footer li {
    display: inline-block;
    padding: 10px 7px;
  }
}
.tc-footer hr {
  border-top: 1px solid #ccc;
}

/*****footer end******/
.row-btn .btn {
  margin: 5px;
  background-color: #333;
  border: 2px solid #333;
}

.tc-header {
  min-height: 45vh;
  position: relative;
  overflow: hidden;
}

.tc-header .back {
  background: rgba(230, 242, 255, 0.3);
}

input, textarea {
  width: 100%;
  margin-bottom: 15px;
  outline: none;
  box-shadow: none;
  border-radius: 15px;
  padding: 10px 0 14px 20px;
  background: rgba(255, 255, 255, 0.79);
  border: 1px solid rgba(9, 113, 204, 0.6);
}

select {
  width: 100%;
  margin-bottom: 15px;
  outline: none;
  box-shadow: none;
  border-radius: 15px;
  padding: 10px 0px 10px 20px;
  height: 51px;
  background: rgba(255, 255, 255, 0.79);
  border: 1px solid rgba(9, 113, 204, 0.6);
  text-transform: uppercase;
  font-size: 13px;
  color: #333;
}

::-moz-placeholder {
  text-transform: uppercase;
  font-size: 13px;
  color: #333;
}

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

#check_hidden {
  display: none;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: rgba(235, 243, 250, 0.8);
  border-color: #eee;
  padding: 15px;
}
.panel-default > .panel-heading .svg-inline--fa {
  color: #0971ce;
  font-size: 14px;
  margin-right: 4px;
}

.panel-title {
  font-size: 19px;
}
.panel-title a {
  display: block;
}

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

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

.faq-section {
  padding: 50px 0;
}
.faq-section .panel-default > .panel-heading {
  background-color: rgba(235, 243, 250, 0.9);
  border-color: rgb(235, 243, 250);
}

.about-img3 {
  height: 450px;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .about-img3 {
    height: 220px;
  }
}

.about-img2 {
  height: 350px;
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  .about-img2 {
    height: 220px;
  }
}

/********** TEAM PAGE START ********/
.team-box {
  background-color: rgba(235, 243, 250, 0.24);
  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: 450px;
  background-position: top;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 550px) {
  .team-img {
    height: 300px;
  }
}

.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: "Oswald", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 26px;
  margin-top: 0;
}

.team-name {
  color: #0971ce;
  font-weight: 400;
  font-size: 15px;
  opacity: 0.7;
}

.team-info .btn {
  padding: 6px 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: 21px;
  height: 21px;
  padding: 9px;
  border: 1px solid #0971ce;
  border-radius: 50%;
  margin: 10px 6px 2px 0px;
  color: #0971ce;
}

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

/********* TEAM PAGE END *******/
.industry-ul {
  padding-left: 0;
  list-style: none;
}
.industry-ul li a {
  display: block;
  padding: 15px;
  border: 1px solid rgba(235, 243, 250, 0.84);
  margin-bottom: 10px;
  background-color: rgba(235, 243, 250, 0.34);
}
.industry-ul li a:hover {
  background-color: rgba(235, 243, 250, 0.74);
  color: #0971ce;
}
.industry-ul .svg-inline--fa {
  margin-right: 7px;
}

.sidebar-box {
  background-color: rgba(235, 243, 250, 0.54);
  border: 1px solid rgba(235, 243, 250, 0.84);
  padding: 30px;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .sidebar-box {
    padding: 20px 15px;
  }
}

.about-box h4 {
  font-family: "Oswald", sans-serif;
  font-size: 23px;
  line-height: 30px;
  min-height: 90px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .about-box h4 {
    min-height: auto;
  }
}/*# sourceMappingURL=style.css.map */