/**
* Template Name: Vlava - v4.7.0
* Template URL: https://bootstrapmade.com/vlava-free-bootstrap-one-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Roboto', sans-serif;
  color: #000;
  background: #fff;
}

a {
  color: #85b0be;
  text-decoration: none;
}

a:hover {
  color: #a6c6d0;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto';
  color: #293A81;
}

p {
  font-family: 'Roboto';
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 25px;
  bottom: 120px;
  z-index: 996;
  background: #0095DA;
  width: 60px;
  height: 60px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #0095DA;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  z-index: 997;
  transition: all 0.5s;
  background: #052c3f;
  padding: 22px 0;
}

#header.header-transparent {
  background: none;
}

#header.header-scrolled {
  background: rgba(255, 255, 255, 0.7);
  padding: 12px 0;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin-left: -5px;
  max-height: 80px;
  box-shadow: none;
}

@media (max-width: 768px) {

  #header .logo img {
    max-height: 50px;
  }

  #header .logo h1 {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0 5px 0 5px;
  width: 100%;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #2A3A8E;
  white-space: nowrap;
  text-transform: uppercase;
  transition: 0.3s;
  letter-spacing: 0.7px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #0095DA;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #3b626f;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #85b0be;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #293A81;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #293A81;
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 120px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 30px 0;
  background-color: #293A81;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 18px;
  line-height: 36px;
  color: #fff !important;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #85b0be;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #85b0be;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/header-bg.png") top center;
  background-size: cover;
  margin-bottom: -130px;
}

#hero .container {
  /* position: relative; */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#hero h1 {
  /* margin: 0;
  font-size: 78px;
  font-weight: 700;
  line-height: 76px;
  color: #fff; */
  margin: 0 0 15px -5px;
  font-size: 78px;
  font-weight: 700;
  line-height: 76px;
  color: #fff !important;
  text-align: left;
  padding-left: 0px;
  position: absolute;
  top: 30%;
}

#hero h2 {
  color: #2c4964;
  margin: 10px 0 0 0;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #1977cc;
}

#hero .btn-get-started:hover {
  background: #3291e6;
}

@media (max-width: 992px) {
  #hero {
    margin-bottom: -50px;
    height: 100vh;
    display: block !important;
    padding-top: 0px !important;
  }

  #hero .container {
    padding-bottom: 63px;
  }

  #hero h1 {
    font-size: 50px;
    line-height: 60px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 80px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #fff;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #052c3f;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

#about {
  background: #fff;
}

.about .content h2 {
  font-weight: 800;
  font-size: 54px;
  line-height: 60px;
  margin-bottom: 20px;
  color: #fff;
}

.about .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
  color: #4d8090;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 10px 0 0 28px;
  position: relative;
}

.about .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #85b0be;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content p {
  font-size: 32px;
  line-height: 44px;
  color: #fff;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding-bottom: 50px;
  padding-top: 50px;
  background: #fff;
}

.services .img-section {
  padding: 0px;
}

.services .img-section-bg1 {
  background: url("../img/service1_bg.png") no-repeat;
  background-size: contain;
}

.services .img-section-bg2 {
  background: url("../img/service2_bg.png") no-repeat;
  background-size: contain;
}

.services .img-section-bg3 {
  background: url("../img/service3_bg.png") no-repeat;
  background-size: contain;
}

.services .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  transition: 0.5s;
  border: 2px solid #85b0be;
}

.services .icon i {
  color: #649aac;
  font-size: 24px;
  line-height: 0;
}

.services .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 45px;
  line-height: 54px;
  color: #293A81;
  border-left: 15px solid #24ABE2;
  padding-left: 15px;
  margin-top: 40px;
}

.services .title a {
  color: #052c3f;
  transition: 0.3s;
}

.services .description {
  margin-left: 40px;
  line-height: 34px;
  font-size: 24px;
  color: #000;
}

.services .icon-box:hover .icon {
  background: #85b0be;
}

.services .icon-box:hover .icon i {
  color: #fff;
}

.services .icon-box:hover .title a {
  color: #85b0be;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact .info i {
  font-size: 20px;
  color: #85b0be;
  float: left;
  width: 44px;
  height: 44px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact h2 {
  font-weight: 800;
  font-size: 54px;
  line-height: 60px;
  margin-bottom: 20px;
  color: #2A3A8E;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #052c3f;
}

.contact .info p {
  padding: 0 0 0 0;
  margin-bottom: 0;
  font-size: 18px;
  color: #000;
}

.contact .info p a {
  color: #2A3A8E !important;
}

.contact .info:hover i {
  background: #85b0be;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #85b0be;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #85b0be;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #6a9fb0;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  margin-top: 86px;
  padding: 15px 0;
  min-height: 40px;
  background: #f2fafe;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 72px;
  }
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 600;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #094d6e;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  /* background: url("../img/footer-bg.jpg") top center no-repeat; */
  background: #293A81;
  color: #fff;
  font-size: 14px;
  position: relative;
}

#footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

#footer .footer-top {
  position: relative;
  z-index: 2;
  padding: 40px 0;
}

#footer .footer-top h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding-bottom: 0;
  margin-bottom: 0;
}

#footer .footer-top p {
  font-size: 12px;
  margin: 30px 0 0 0;
  padding-bottom: 20px;

}

#footer .footer-top .footer-newsletter {
  text-align: center;
  font-size: 15px;
  margin-top: 30px;
}

#footer .footer-top .footer-newsletter form {
  background: #fff;
  padding: 6px 10px 6px 8px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #85b0be;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #6a9fb0;
}

#footer .footer-top .social-links {
  margin-top: 30px;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-bottom: 30px;
}

#footer .footer-top .social-links a:hover {
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  z-index: 2;
  position: relative;
  padding-bottom: 40px;
  text-align: center;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
}


.hide-section {
  display: none;
}

.menu-link-color {
  color: #293A81;
}

.service-tech2 {
  display: none;
}

.footer-mobile {
  display: none;
}

.footer-desktop {
  display: inline;
  margin-bottom: 30px;
}

.footer-logo {
  margin-top: 30px;
  margin-bottom: 30px;
}

.services h2 {
  font-weight: 800;
  font-size: 54px;
  line-height: 60px;
  margin-bottom: 20px;
  color: #2A3A8E;
}

@media (max-width: 1180px) {

  .about .content h2 {
    font-size: 50px;
  }

  .about .content p {
    font-size: 28px;
    line-height: 40px;
  }

}

@media (max-width: 992px) {

  /* .service-div4 {
    padding-left: 10px;
    padding-right: 10px;
  } */

  #about-us {
    padding: 0px;
  }

  .hide-mobile {
    display: none !important;
  }

  .about .content h2 {
    font-size: 32px;
    padding-top: 0px;
  }

  .about .content p {
    font-size: 20px;
    line-height: 27px;
    padding-bottom: 30px;
  }

  .services .title {
    font-size: 24px;
    line-height: 30px;
    margin-left: 0px;
  }

  .services .description {
    font-size: 16px;
    line-height: 22px;
    margin-left: 30px;
    padding-bottom: 60px;
  }

  .service-tech1 {
    display: none;
  }

  .service-tech2 {
    display: inline;
  }

  .contact h2 {
    font-size: 32px;
    line-height: 44px;
    padding-left: 0px;
  }

  .footer-desktop {
    display: none;
  }

  .footer-mobile {
    display: inline;
  }

  .contact .info p {
    font-size: 14px;
    padding-bottom: 20px;
  }


  .services h2 {
    padding-left: 0px;
    font-size: 32px;
    line-height: 44px;
  }

}

.mobile-icon-white {
  color: #fff !important;
}

.service-img {
  width: 100%;
}

#hero .overlay {
  width: 50%;
  height: 100vh;
  background: linear-gradient(to top left, transparent 49.9%, rgba(19, 32, 95, 0.8) 50%) 0 0/100% 100vh no-repeat;
}

.about-content {
  padding-left: 0px;
}

.about-content2 {
  padding: 0px 50px;
}

.about-image {
  padding-right: 0px;
}

@media (max-width: 992px) {

  #hero .overlay {
    width: 90%;
    height: 60vh;
    background: rgba(42, 58, 142, 0.5);
    background: linear-gradient(to top left, transparent 49.9%, rgba(19, 32, 95, 0.8) 50%) 0 0/100% 60vh no-repeat;
  }

  .about-content {
    padding-left: 10px;
  }

  .about-content2 {
    padding: 20px 30px;
  }

}

.content-img {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden
}

.content-img .content-title {
  position: absolute;
  bottom: 50px;
  padding: 10px 15px;
  color: #fff;
}

.content-img .content-overlay {
  background: #2A3A8E;
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s
}

.content:hover .content-overlay {
  opacity: 1
}

.content-image {
  width: 100%
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.content-img:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
  background: #2A3A8E;
  height: 100%;
}

.content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase
}

.content-details p {
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 33%;
}

.fadeIn-bottom {
  top: 80%
}



.container .box {
  position: relative;
  width: 98%;
  height: 510px;
  transform-style: preserve-3d;
  perspective: 1000px;
  cursor: pointer;
}

.container .box .body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: 0.9s ease;
}



.container .box .body .imgContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}

.imgContainer .content-title {
  position: absolute;
  bottom: 30px;
  padding: 10px 50px;
  color: #fff;
  font-size: 42px;
}

.container .box .body .imgContainer img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container .box .body .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2A3A8E;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /*transform-style: preserve-3d;*/
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  opacity: 0.85 !important;
}

.container .box:hover .body {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

.box-click .box .body {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.container .box:hover h3 {
  display: none;
}

.box-click .box h3 {
  display: none;
}


.container .box .body .content div {
  transform-style: preserve-3d;
  padding: 30px;
  transform: translateZ(100px);
  text-align: center;
  color: #fff;
}

.container .box .body .content div h3 {
  letter-spacing: 1px;
}


.services .content-text {
  font-size: 24px;
}


.div-about-img {
  padding-right: 0px;
  padding-left: 0px;
}

.logo a {
  padding-left: 0px;
}

.mobile-nav-logo {
  position: absolute;
  top: 15px;
  left: 35px;
  width: 190px;
}

.toggle-logo-mobile {
  display: none;
}

@media (max-width: 992px) {
  .imgContainer .content-title {
    padding: 10px 15px;
    font-size: 26px;
  }

  .footer-logo {
    margin-bottom: 0px;
  }

  .back-to-top {
    bottom: 175px;
  }

  .container .box {
    height: 375px;
  }

}

@media (max-width: 768px) {
  .div-about-img {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-about-txt {
    padding-right: 0px;
    padding-left: 0px;
  }

  .full-width-col {
    padding-left: 0px;
    padding-right: 0px;
  }

  .container .box {
    width: 100%;
    height: 510px;
  }

  .imgContainer .content-title {
    font-size: 32px;
  }

  .back-to-top {
    bottom: 175px;
  }
}


.content-serv {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.content-serv .content-serv-overlay {
  background: rgba(42, 58, 142, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content-serv:hover .content-serv-overlay{
  opacity: 1;
}

.content-serv:hover .serv-main-title{
  display: none;
}

.content-serv-image{
  width: 100%;
}

.content-serv-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.serv-main-title {
  position: absolute;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  bottom: 5%;
  left: 0%;
}

.serv-main-title .content-title {
  color: #fff;
    font-size: 42px;
}

.content-serv:hover .content-serv-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-serv-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-serv-details p{
  color: #fff;
  font-size: 24px;
}

.fadeIn-bottom{
  top: 80%;
}


@media (max-width: 992px) {
  .serv-main-title .content-title {
    padding: 10px 15px;
    font-size: 26px;
  }

}

@media (max-width: 768px) {

  .serv-main-title .content-title {
    font-size: 32px;
  }
}