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

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

img {
  width: 100%; }

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

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: #0e5ca7; }

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

p {
  color: #333; }

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

.btn {
  color: #fff;
  background-color: #0e5ca7;
  border: 2px solid #0e5ca7;
  text-transform: uppercase;
  padding: 16px 55px 18px 55px;
  font-size: 17px;
  font-weight: 500;
  margin: 15px 0;
  letter-spacing: 1px;
  transition: all 0.5s ease-in-out;
  border-radius: 200px; }
  @media (max-width: 991px) {
    .btn {
      padding: 12px 35px; } }

.btn:hover, .btn:active, .btn:focus {
  color: #fff;
  background-color: #f05134;
  border: 2px solid #f05134; }

.title-h {
  font-size: 60px;
  color: #333;
  font-weight: 900;
  line-height: 66px;
  font-family: "Big Shoulders Display", cursive;
  margin-bottom: 25px;
  letter-spacing: 0px; }
  @media (max-width: 991px) {
    .title-h {
      font-size: 37px;
      line-height: 44px; } }

.title-small-left {
  display: block;
  color: #0e5ca7;
  font-family: "Big Shoulders Display", cursive;
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 3px;
  position: relative; }
  @media (max-width: 768px) {
    .title-small-left {
      font-size: 18px;
      line-height: 24px; } }

.title-small-left:before {
  content: "";
  height: 2px;
  width: 25px;
  background: #0e5ca7;
  position: absolute;
  top: 10px;
  margin-right: -45px; }

.title-small-center {
  display: block;
  color: #0e5ca7;
  font-family: "Big Shoulders Display", cursive;
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 35px;
  position: relative; }
  @media (max-width: 768px) {
    .title-small-center {
      font-size: 18px;
      line-height: 24px; } }

.title-small-center span, .title-small-left span {
  padding: 0 35px; }

.title-small-center:after {
  content: "";
  height: 2px;
  width: 25px;
  background: #0e5ca7;
  position: absolute;
  top: 10px;
  margin-left: -25px; }

.title-small-center:before {
  content: "";
  height: 2px;
  width: 25px;
  background: #0e5ca7;
  position: absolute;
  top: 10px;
  margin-right: -45px; }

.title-p {
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  padding-bottom: 20px;
  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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0; }

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

/*****navbar start******/
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 15px;
    background-color: transparent; }

  .navbar-toggle .svg-inline--fa {
    color: #333; }

  .attr-nav {
    display: none; }

  .navbar {
    min-height: 70px; } }
nav.navbar.bootsnav {
  background: #fff;
  border-bottom: solid 1px #eee; }

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

.navbar-brand {
  padding: 4px 25px 0 15px; }
  @media (max-width: 991px) {
    .navbar-brand {
      padding: 7px 5px 2px 5px; } }

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

.caret {
  margin-left: 4px; }

.navbar-phone {
  display: none; }
  @media (max-width: 991px) {
    .navbar-phone {
      display: block; } }

.navbar-request {
  color: #0e5ca7 !important; }

.navbar-request:hover {
  color: #fff !important; }

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: #fff;
    border: solid 1px #eee;
    border-top: 5px solid #0e5ca7;
    width: 260px; }

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

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 38px 20px 20px 0px;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0px; } }
  @media (min-width: 991px) and (max-width: 1200px) {
    nav.navbar.bootsnav ul.nav > li > a {
      padding: 38px 10px 10px 10px;
      font-weight: 500;
      font-size: 15px; } }

@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #333; }

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

  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: 8px 15px;
    border-bottom: solid 1px #eee;
    color: #333;
    font-size: 15px;
    font-weight: 400; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    background: #eee; } }
@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: 500;
    text-transform: uppercase;
    color: #333 !important;
    padding: 15px 0;
    font-size: 20px; }

  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: 19px;
    padding: 10px 0; }

  nav.navbar.bootsnav .navbar-nav {
    margin: 25px -15px 10px -15px; } }
nav.navbar.bootsnav .btn {
  margin-left: 0px !important; }

nav.navbar.bootsnav .btn {
  padding: 10px 25px !important;
  text-transform: uppercase;
  font-size: 15px;
  margin: 23px 15px 0 0px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #fff;
  background-color: #0e5ca7;
  border: 3px solid #0e5ca7; }

nav.navbar.bootsnav .btn:hover {
  background-color: #f05134;
  border: 3px solid #f05134;
  color: #fff; }

nav.navbar.bootsnav ul.nav > li > .mobile-a {
  width: 240px;
  background: #0e5ca7;
  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: 85px;
  margin-top: 0px; }
  @media (max-width: 1150px) {
    nav.no-background.bootsnav .navbar-brand img.logo-large {
      height: 70px; } }

@media (max-width: 991px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 55px;
    width: auto;
    margin-top: 0; } }
@media (max-width: 992px) {
  nav.navbar.bootsnav.no-full .navbar-collapse {
    height: auto !important;
    max-height: none  !important; } }
/*****navbar end******/
/*****hero start*********/
.hero {
  position: relative;
  min-height: 100vh; }
  @media (max-width: 991px) {
    .hero {
      min-height: 65vh; } }
  .hero .hero-box {
    margin-top: 40vh; }
    @media (max-width: 991px) {
      .hero .hero-box {
        margin-top: 20vh; } }
  .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: -moz-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(4, 26, 47, 0.47) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(4, 26, 47, 0.47) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(4, 26, 47, 0.47) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */ }
  .hero h1 {
    color: #fff;
    font-family: "Big Shoulders Display", cursive;
    font-size: 60px;
    line-height: 80px;
    font-weight: 900;
    letter-spacing: 3px;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5); }
    @media (max-width: 991px) {
      .hero h1 {
        font-size: 38px;
        line-height: 45px;
        letter-spacing: 2px; } }
  .hero h2 {
    color: #fff;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
    margin-bottom: 35px;
    margin-top: 25px;
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 28px; }
    @media (max-width: 991px) {
      .hero h2 {
        font-size: 20px;
        line-height: 25px;
        margin-top: 15px;
        margin-bottom: 5px; } }
  .hero .btn {
    background-color: #f05134;
    border: 2px solid #f05134; }
    @media (max-width: 991px) {
      .hero .btn {
        margin-bottom: 30px; } }
  .hero .btn:hover {
    background-color: #0e5ca7;
    border: 2px solid #0e5ca7; }

/***************hero end******/
.intro-img {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 120px;
  margin: 20px; }

/*********services start*******/
.services {
  padding-top: 00px; }

.services-img {
  background-size: cover;
  background-position: center;
  height: 220px; }

.service-box {
  position: relative;
  box-shadow: 1px 1px 20px #ccc;
  box-shadow: -6px 1px 20px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  -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; }

.services-text {
  min-height: 230px;
  background-color: #fff;
  padding: 10px 30px 20px 30px; }
  @media (max-width: 768px) {
    .services-text {
      min-height: auto; } }
  .services-text h3 {
    font-family: "Big Shoulders Display", cursive;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    min-height: 64px;
    letter-spacing: 1px;
    color: #333; }
    @media (max-width: 768px) {
      .services-text h3 {
        line-height: auto; } }

.service-box:hover {
  margin-top: -12px;
  box-shadow: 0px 22px 68px -9px rgba(0, 0, 0, 0.3); }

/******services end********/
.services-left-text {
  overflow: hidden;
  padding: 0; }

.services-left-text .services-imge {
  margin-left: 50%; }

@media screen and (max-width: 991px) {
  .services-left-text .services-imge {
    margin-left: 0; } }
.services-left-text .services-img2 {
  display: none; }

@media screen and (max-width: 991px) {
  .services-left-text .services-img2 {
    height: 220px;
    display: block; } }
.services-left-text .services-texte {
  padding: 100px 80px;
  margin-right: 50%;
  background-color: #eee;
  margin-left: -100%;
  width: 100%; }

@media screen and (max-width: 991px) {
  .services-left-text .services-texte {
    margin-right: 0;
    margin-left: 0;
    padding: 50px 25px;
    width: 100%; } }
/************cta start*********/
.cta {
  background-position: top center;
  padding: 150px 0; }
  @media (max-width: 768px) {
    .cta {
      padding: 60px 0; } }
  .cta .back {
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.55) 0%, rgba(4, 26, 47, 0.45) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.55) 0%, rgba(4, 26, 47, 0.45) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.55) 0%, rgba(4, 26, 47, 0.45) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */ }
  .cta .title-h {
    color: #fff;
    margin-bottom: 5px;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4); }
  .cta p {
    color: #fff;
    font-size: 22px;
    margin-top: 25px;
    letter-spacing: 2px;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4); }
    @media (max-width: 768px) {
      .cta p {
        font-size: 18px; } }
  .cta .btn {
    background-color: #f05134;
    border: 2px solid #f05134;
    color: #fff;
    margin-top: 25px; }
  .cta .btn:hover {
    background-color: transparent;
    border: 2px solid #fff; }

/************cta end*********/
/************client start***********/
.clients {
  padding: 20px 0 120px 0; }
  @media (max-width: 991px) {
    .clients {
      text-align: center; } }
  .clients img {
    vertical-align: middle; }
  .clients .client-img {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 120px; }
  .clients .owl-theme .owl-controls {
    text-align: center; }
  .clients .owl-theme .owl-dots .owl-dot.active span, .clients .owl-theme .owl-dots .owl-dot:hover span {
    background: #000; }
  .clients .owl-theme .owl-dots .owl-dot span {
    background: #0e5ca7; }

/*************client end************/
/*****tc- footer start******/
.tc-footer {
  position: relative;
  padding: 90px 0 25px 0; }

.tc-footer .back {
  background: rgba(4, 26, 47, 0.85); }

.tc-footer img {
  margin-bottom: 50px; }

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

.tc-footer ul li a {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 2px;
  display: block;
  margin-top: 8px;
  color: #f2f2f2;
  font-family: "Big Shoulders Display", cursive; }
  @media screen and (max-width: 768px) {
    .tc-footer ul li a {
      font-size: 19px;
      letter-spacing: 1px; } }

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

.tc-footer p {
  color: #e6e6e6;
  margin-top: 30px;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0px; }
  @media screen and (max-width: 768px) {
    .tc-footer p {
      font-size: 13px;
      line-height: 18px;
      font-weight: 200; } }

.tc-footer p a {
  color: #e6e6e6;
  text-transform: capitalize;
  font-size: 17px; }
  @media screen and (max-width: 768px) {
    .tc-footer p a {
      font-size: 13px;
      line-height: 18px;
      font-weight: 200; } }

.tc-footer .svg-inline--fa {
  width: 45px;
  height: 45px;
  padding: 11px;
  border: 2px solid #f05134;
  margin: 2px;
  border-radius: 50%;
  color: #f05134; }

.tc-footer .svg-inline--fa:hover {
  color: #fff;
  background-color: #f05134; }

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

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

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

.inner-content h1 {
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  font-family: "Big Shoulders Display", cursive;
  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;
      font-weight: 300; } }

.bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(26, 26, 26, 0.55); }

.serv-page {
  padding-top: 60px; }
  .serv-page .service-box:hover {
    margin-top: 0px; }
  .serv-page .btn {
    padding: 11px 30px 13px 30px;
    font-size: 15px;
    margin: 10px 0; }

/********* contact page start ******/
.contact-page .contact-a {
  font-size: 22px;
  display: block;
  margin-bottom: 8px; }
.contact-page iframe {
  background-color: #ddd;
  margin-top: 60px; }

.contact-page form {
  margin-top: 50px; }

input, textarea {
  width: 100%;
  padding: 9px 15px;
  border: 1px solid rgba(14, 92, 167, 0.2);
  margin-bottom: 15px;
  outline: none;
  border-radius: 0;
  background-color: #fff; }

select {
  width: 100%;
  padding: 11px 15px;
  border: 1px solid #ddd4d5;
  margin-bottom: 15px;
  outline: none;
  border-radius: 0;
  background-color: #f4f1f1; }

label {
  font-weight: 600;
  color: #333;
  font-family: "Big Shoulders Display", cursive;
  letter-spacing: 1px;
  font-size: 15px;
  margin-bottom: 2px; }

::-webkit-input-placeholder {
  /* Edge */
  color: #725a5c; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #725a5c; }

::placeholder {
  color: #725a5c; }

/******* contact page end ******/
/********** TEAM PAGE START ********/
.team-box {
  background-color: #fff;
  overflow: hidden;
  margin: 15px 0; }

.team-img {
  height: 440px;
  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-info h3 {
  text-transform: uppercase;
  font-family: "Big Shoulders Display", cursive;
  letter-spacing: 1px;
  font-weight: 600;
  color: #333;
  font-size: 30px;
  margin-top: 0; }

.team-info h4 {
  font-size: 15px;
  font-weight: 300;
  color: #725a5c;
  opacity: 0.7; }

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

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

.team-page h5 {
  font-size: 22px;
  margin-top: 20px; }

.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%; } }
.team-job-desc {
  text-transform: uppercase;
  font-family: "Big Shoulders Display", cursive;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 30px;
  color: #333;
  margin-top: 0; }

.team-name {
  font-size: 16px;
  color: #0e5ca7;
  font-weight: 300; }

.staff-bio .svg-inline--fa {
  width: 35px;
  height: 35px;
  padding: 8px;
  border: 1px solid #0e5ca7;
  margin: 10px 6px 2px 0px;
  color: #0e5ca7; }

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

.staff-padd {
  padding: 0 8px; }

@media screen and (max-width: 768px) {
  .staff-padd {
    padding: 0 15px; } }
/********* TEAM PAGE END *******/
/********* about  start*******/
.about-page .about-ul {
  padding-left: 5px; }
  .about-page .about-ul li {
    width: 49%;
    display: inline-block; }
  .about-page .about-ul .svg-inline--fa {
    margin-right: 8px; }

/******** about end ********/
/********* customer page start *******/
.customer-page .customer-box {
  margin-bottom: 30px;
  position: relative;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  padding: 20px;
  -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 screen and (max-width: 500px) {
    .customer-page .customer-box {
      padding: 20px 10px; } }
.customer-page .customer-box:hover {
  box-shadow: 2px -2px 10px rgba(0, 0, 0, 0.15); }
.customer-page .customer-page-img {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 150px; }
  @media screen and (max-width: 500px) {
    .customer-page .customer-page-img {
      height: 80px; } }

/********* customer page end *******/
/************CAREER PAGE START*****/
.careeer a {
  color: #333;
  line-height: 30px;
  font-family: "Big Shoulders Display", cursive;
  letter-spacing: 1px;
  font-weight: 800; }

.careeer a:hover {
  color: #0e5ca7; }

@media screen and (max-width: 768px) {
  .careeer .left-adj {
    padding-right: 20px; } }
.panel-default > .panel-heading {
  color: #333;
  background: #fff;
  border-color: transparent;
  border-bottom: none; }

.panel-heading {
  padding: 20px 15px;
  border-bottom: 1px solid #ccc; }

.panel-heading .svg-inline--fa {
  margin-right: 15px;
  color: #0e5ca7;
  margin-left: 5px; }

.panel-title {
  font-size: 19px;
  color: #666; }

@media screen and (max-width: 768px) {
  .panel-body {
    padding: 25px 20px; } }
input[type=file] {
  border: none;
  outline: none; }

.title-inner {
  font-size: 32px; }

/************CAREER PAGE END********/
.blog-detail-page .svg-inline--fa {
  width: 45px;
  height: 45px;
  padding: 11px;
  border: 2px solid #0e5ca7;
  margin: 2px;
  border-radius: 50%;
  color: #0e5ca7; }

.blog-detail-page .svg-inline--fa:hover {
  color: #fff;
  background-color: #0e5ca7; }

.sidebar {
  margin-bottom: 40px;
  box-shadow: 2px 4px 25px rgba(0, 0, 0, 0.1);
  padding: 20px; }
  .sidebar h3 {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: "Big Shoulders Display", cursive;
    color: #0e5ca7;
    letter-spacing: 1px; }
  .sidebar ul {
    list-style: none;
    padding-left: 0;
    margin-top: 20px; }
  .sidebar li a {
    display: block;
    border: 1px solid #ddd;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    padding: 16px 15px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 18px; }

@media screen and (max-width: 991px) {
  .sidebar-first {
    padding-top: 60px; } }

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

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

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

.serv-detail-img {
  margin: 20px 0; }

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