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

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

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: #29aae1; }

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: 768px) {
    section {
      padding: 50px 0; } }

.btn {
  position: relative;
  white-space: nowrap;
  outline: none;
  margin: 10px 0;
  color: #fff;
  background-color: #29aae1;
  border: 2px solid #29aae1;
  padding: 15px 30px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  border-radius: 5px; }
  @media (max-width: 768px) {
    .btn {
      padding: 9px 35px;
      font-size: 20px; } }

.btn:hover {
  color: #fff;
  background-color: #0099cb;
  border: 2px solid #0099cb; }

.btn:focus {
  color: #fff;
  background-color: #0099cb;
  border: 2px solid #0099cb; }

.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: #0099cb;
  border: 2px solid #0099cb; }

.btn:not(:disabled):not(.disabled).active, .btny:not(:disabled):not(.disabled):active, .show > .btn.dropdown-toggle {
  color: #fff;
  background-color: #0099cb;
  border: 2px solid #0099cb; }

.btn:active, .btn.active, .open > .btn.dropdown-toggle {
  color: #fff;
  background-color: #0099cb;
  border: 2px solid #0099cb; }

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

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

.title-h {
  font-size: 60px;
  font-weight: 600;
  line-height: 65px;
  padding-bottom: 5px;
  margin-bottom: 00px;
  letter-spacing: 0px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif; }
  @media (max-width: 768px) {
    .title-h {
      font-size: 39px;
      line-height: 39px; } }

.litle-h {
  position: relative;
  padding-left: 80px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  color: #29aae1;
  letter-spacing: 3px;
  font-family: "Roboto", sans-serif !important; }
  @media (max-width: 991px) {
    .litle-h {
      font-size: 15px;
      padding-left: 65px; } }

.litle-h:before {
  z-index: 1;
  display: block;
  left: 0;
  top: 50%;
  content: '';
  height: 2px;
  width: 50px;
  margin-top: -1px;
  position: absolute;
  background-color: #29aae1; }

.title-p {
  font-size: 23px;
  font-weight: 300;
  line-height: 30px;
  padding-bottom: 10px;
  margin-top: 10px;
  color: #666; }
  @media (max-width: 991px) {
    .title-p {
      font-size: 20px;
      line-height: 26px; } }

.inner-h {
  font-size: 27px;
  font-weight: 600;
  line-height: 33px;
  font-family: "Roboto", sans-serif; }
  @media (max-width: 991px) {
    .inner-h {
      font-size: 30px;
      line-height: 30px;
      letter-spacing: 0px; } }

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

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

.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 {
  background-color: #0099cb;
  -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: 768px) {
    .top-bar {
      text-align: center; } }
  .top-bar p {
    position: relative;
    color: #fff;
    padding-top: 7px;
    margin-bottom: 0;
    font-size: 14px; }
    @media (max-width: 991px) {
      .top-bar p {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0;
        padding: 4px 0 4px 0; } }
  .top-bar a {
    color: #fff;
    display: inline-block; }
  .top-bar a:hover {
    color: #ccc; }
  .top-bar .svg-inline--fa {
    margin: 5px 0px 2px 7px;
    height: 27px;
    width: 27px;
    padding: 6px;
    border: 2px solid #fff;
    border-radius: 15px; }
  .top-bar .svg-inline--fa:hover {
    border: 1px solid #29aae1;
    color: #fff;
    background: #29aae1; }
  .top-bar .top-right {
    text-align: right; }
    @media (max-width: 991px) {
      .top-bar .top-right {
        display: none; } }
  @media (max-width: 991px) {
    .top-bar .top-left {
      text-align: center; } }

@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 20px;
    background-color: #fff; }

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

  .attr-nav {
    display: none; } }
nav.navbar.bootsnav {
  background: #fff;
  z-index: 100; }
  @media (max-width: 991px) {
    nav.navbar.bootsnav {
      border-bottom: 1px solid #f2f2f2; } }

.navbar {
  min-height: 135px;
  z-index: 100; }
  @media (max-width: 991px) {
    .navbar {
      min-height: 110px; } }

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

.navbar-brand img {
  width: auto;
  height: 93px; }
  @media (max-width: 1100px) {
    .navbar-brand img {
      height: 80px; } }
  @media (max-width: 991px) {
    .navbar-brand img {
      height: 60px; } }
  @media (max-width: 460px) {
    .navbar-brand img {
      height: 69px; } }

.caret {
  margin-left: 4px; }

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: white;
    border-top: 5px solid #29aae1;
    width: 250px; }

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

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 40px 25px 30px 0px;
    font-weight: 400;
    font-size: 18px; } }
  @media (min-width: 991px) and (max-width: 1260px) {
    nav.navbar.bootsnav ul.nav > li > a {
      padding: 40px 12px 10px 0px;
      font-weight: 500;
      font-size: 13px; } }

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

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

  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-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;
    color: #222 !important;
    padding: 12px 0; }

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

  nav.navbar.bootsnav .navbar-nav {
    margin: 35px -15px 10px -15px; } }
nav.navbar-fixed.bootsnav .btn {
  padding: 11px 17px 11px 17px !important;
  font-size: 18px;
  margin: 28px 10px 0 0px;
  font-weight: 500;
  background-color: transparent;
  border: 2px solid #0099cb;
  letter-spacing: 1px;
  box-shadow: none;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  color: #0099cb !important; }
  @media (max-width: 992px) {
    nav.navbar-fixed.bootsnav .btn {
      background-color: #29aae1 !important;
      color: #fff !important;
      margin: 10px 10px 0 0px; } }

nav.no-background.bootsnav .btn {
  padding: 11px 17px 11px 17px !important;
  font-size: 18px;
  margin: 28px 10px 0 0px;
  font-weight: 500;
  background-color: transparent  !important;
  border: 2px solid  #fff  !important;
  letter-spacing: 1px;
  box-shadow: none;
  color: #fff  !important;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif; }
  @media (max-width: 992px) {
    nav.no-background.bootsnav .btn {
      background-color: #29aae1 !important;
      color: #fff !important;
      margin: 10px 10px 0 0px; } }

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

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: 100px;
  margin-top: 8px; }
  @media (max-width: 1100px) {
    nav.no-background.bootsnav .navbar-brand img.logo-large {
      height: 80px; } }

@media (max-width: 991px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 55px;
    width: auto;
    margin-top: 0; } }
nav.navbar.bootsnav.no-full .navbar-collapse {
  height: auto !important;
  max-height: none  !important; }

/******navbar end**********/
/*****hero start*********/
.hero {
  min-height: 85vh;
  width: 100%;
  position: relative;
  overflow: hidden; }
  @media (max-width: 991px) {
    .hero {
      min-height: 70vh;
      padding-bottom: 30px; } }
  .hero .hero-box {
    margin-top: 35vh; }
    @media (max-width: 991px) {
      .hero .hero-box {
        margin: 27vh 00px 10px 00px; } }
    .hero .hero-box h1 {
      text-transform: uppercase;
      color: #fff;
      text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
      margin-bottom: 10px; }
    .hero .hero-box h2 {
      color: #fff;
      font-size: 22px;
      line-height: 30px;
      letter-spacing: 2px;
      font-weight: 400;
      text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
      margin-top: 0px; }
      @media (max-width: 991px) {
        .hero .hero-box h2 {
          font-size: 18px;
          line-height: 22px;
          letter-spacing: 0px; } }

.hero .back {
  background: rgba(26, 26, 26, 0.3); }

/***************hero end******/
/******* cta start *********/
.cta {
  position: relative;
  background-attachment: fixed;
  padding: 140px 0; }
  @media (max-width: 991px) {
    .cta {
      padding: 80px 0; } }
  .cta h3, .cta h4 {
    color: #fff;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4); }
  .cta .back {
    background-color: rgba(26, 26, 26, 0.5); }
  .cta .btn {
    margin-top: 10px; }

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta {
      background-attachment: scroll !important;
      background-size: auto 100%; } } }
/******** cta end ********/
.services-section .back {
  background-color: rgba(242, 242, 242, 0.5); }

.services-box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 20px);
  margin: 10px 8px;
  background-color: #fff;
  box-shadow: -2px 2px 25px rgba(0, 0, 0, 0.2);
  padding: 20px; }
  @media (max-width: 1100px) {
    .services-box {
      width: calc(33% - 20px);
      padding: 15px; } }
  @media (max-width: 1100px) {
    .services-box {
      width: calc(33% - 20px);
      padding: 10px; } }
  @media (max-width: 750px) {
    .services-box {
      width: calc(50% - 20px);
      padding: 10px; } }
  @media (max-width: 450px) {
    .services-box {
      width: calc(100% - 0px);
      padding: 10px;
      margin: 8px 0px; } }
  .services-box img {
    width: 110px;
    height: 110px;
    margin: 30px 0; }
    @media (max-width: 450px) {
      .services-box img {
        width: 70px;
        height: 70px;
        margin: 7px 0; } }
  .services-box h4 {
    font-size: 17px;
    line-height: 25px;
    min-height: 50px;
    text-transform: uppercase;
    color: #333; }
    @media (max-width: 450px) {
      .services-box h4 {
        min-height: auto; } }

.services-box:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }

.about-section-img {
  height: 700px; }
  @media (max-width: 768px) {
    .about-section-img {
      height: 280px;
      margin-top: 15px; } }

.about-text {
  padding-top: 50px; }
  @media (max-width: 991px) {
    .about-text {
      padding-top: 0; } }

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

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

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

.services-right-text .services-img2 {
  display: none; }
  @media screen and (max-width: 991px) {
    .services-right-text .services-img2 {
      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: #29aae1; }
.services-right-text li, .about-left-text li {
  margin-bottom: 10px; }

.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: #222;
  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; } }

@media (max-width: 750px) {
  .logos {
    padding: 20px 0; } }
.logos .logos-img {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 150px; }
  @media (max-width: 1300px) {
    .logos .logos-img {
      height: 110px; } }
  @media (max-width: 1190px) {
    .logos .logos-img {
      height: 100px; } }
  @media (max-width: 991px) {
    .logos .logos-img {
      height: 80px; } }
  @media (max-width: 450px) {
    .logos .logos-img {
      height: 80px; } }

/************client start***********/
.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: #29aae1; }

/*************client end************/
/*****tc- footer start******/
.tc-footer {
  position: relative;
  padding: 70px 0 15px 0; }
  @media only screen and (max-width: 990px) {
    .tc-footer {
      padding: 30px 0 25px 0; } }
  .tc-footer .back {
    background: rgba(242, 242, 242, 0.9); }
  .tc-footer .footer-h {
    position: relative;
    font-size: 26px;
    font-weight: 700;
    color: #29aae1;
    padding-left: 36px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 10px;
    margin-top: 0px; }
  .tc-footer .footer-h:after {
    z-index: 1;
    display: block;
    left: 0;
    top: 50%;
    content: '';
    height: 3px;
    width: 30px;
    margin-top: -1px;
    position: absolute;
    background-color: #29aae1; }
  .tc-footer a {
    font-weight: 400;
    color: #333;
    font-size: 15px;
    line-height: 25px; }
    @media only screen and (max-width: 990px) {
      .tc-footer a {
        font-size: 14px; } }
  .tc-footer a:hover {
    color: #29aae1; }
  .tc-footer p {
    color: #333;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0px; }
    @media only screen and (max-width: 990px) {
      .tc-footer p {
        font-size: 14px;
        line-height: 21px; } }
  .tc-footer .copyright .svg-inline--fa {
    height: 36px;
    width: 36px;
    border: 2px solid #29aae1;
    padding: 8px;
    margin: 5px 4px;
    color: #29aae1;
    border-radius: 50%; }
  .tc-footer .copyright .svg-inline--fa:hover {
    background-color: #29aae1;
    color: #fff; }
  .tc-footer img {
    width: 85%;
    margin-top: 30px; }
    @media only screen and (max-width: 990px) {
      .tc-footer img {
        height: auto;
        width: 90%;
        margin-bottom: 40px; } }
  .tc-footer hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #999; }
    @media only screen and (max-width: 990px) {
      .tc-footer hr {
        margin-top: 20px;
        margin-bottom: 20px; } }

.tc-footer ul {
  list-style: none;
  margin: 2px 0 2px 0;
  padding: 0; }
  @media only screen and (max-width: 990px) {
    .tc-footer ul {
      margin: 15px 0; } }

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

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

.contact-top a {
  color: #333; }
.contact-top a:hover {
  color: #29aae1; }
.contact-top ul {
  list-style: none;
  padding-left: 0px; }
.contact-top .svg-inline--fa {
  margin-right: 8px;
  width: 19px;
  color: #29aae1; }

input, textarea {
  width: 100%;
  padding: 14px 15px;
  background-color: #eee;
  border: 1px solid #eee;
  margin-bottom: 15px;
  outline: none;
  border-radius: 0; }

.partners-box {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  width: calc(25% - 26px);
  margin: 10px;
  display: inline-block;
  vertical-align: top;
  padding: 15px 20px;
  position: relative;
  -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 only screen and (max-width: 1190px) {
    .partners-box {
      width: calc(33% - 26px); } }
  @media only screen and (max-width: 768px) {
    .partners-box {
      width: calc(50% - 15px);
      padding: 15px 10px;
      margin: 5px; } }
  .partners-box .partners-img {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 140px; }
    @media only screen and (max-width: 500px) {
      .partners-box .partners-img {
        height: 70px; } }

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

.team-box {
  background-color: #fff;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 15px);
  margin: 7px 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); }
  @media only screen and (max-width: 991px) {
    .team-box {
      width: calc(49% - 15px); } }
  @media only screen and (max-width: 500px) {
    .team-box {
      width: calc(100% - 0px);
      margin: 7px 0px; } }
  .team-box .team-img {
    height: 400px; }
  .team-box .team-text {
    padding: 20px; }
    .team-box .team-text h4 {
      color: #666;
      font-size: 14px; }
    .team-box .team-text a {
      font-weight: 600; }

.team-box:hover {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); }

.team-box:hover a {
  letter-spacing: 1px; }

/*********AREAS PAGE START*********/
.areas-icon {
  width: 70px;
  margin-right: 15px;
  margin-top: -13px; }
  @media (max-width: 600px) {
    .areas-icon {
      display: block;
      margin: 0 0 15px 0; } }

/**********AREAS PAGE END***********/
.employee-img {
  height: 100px;
  width: auto; }

.services-page-box {
  box-shadow: 1px -2px 15px rgba(0, 0, 0, 0.2);
  padding: 15px 30px 20px 30px;
  margin-top: 30px; }
  @media (max-width: 600px) {
    .services-page-box {
      padding: 5px 15px 25px 15px;
      margin-top: 15px;
      text-align: center; } }
  .services-page-box .btn {
    padding: 8px 20px;
    font-size: 15px; }

.blog-box {
  position: relative;
  background-color: #fff;
  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 10px 20px; }
  .blog-box h3 {
    font-size: 22px;
    line-height: 30px;
    min-height: 90px; }
    @media (max-width: 991px) {
      .blog-box h3 {
        min-height: auto; } }
  .blog-box a {
    color: #29aae1; }

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

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

.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: 50px;
    background-color: #29aae1;
    color: #fff;
    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 {
  position: relative;
  padding: 5px 20px 20px 20px; }
  .sidebar .sidebar-img {
    height: 95px; }
  .sidebar .back {
    background-color: rgba(242, 242, 242, 0.5); }
  .sidebar .padd-right {
    padding-left: 0; }
  .sidebar .sidebar-box {
    position: relative;
    margin-top: 15px; }
    .sidebar .sidebar-box h4 {
      font-size: 15px;
      margin-bottom: 0;
      margin-top: 5px; }
  .sidebar .sidebar-box:hover h4 {
    color: #29aae1; }
