/**
* Template Name: Moderna - v2.1.0
* Template URL: https://bootstrapmade.com/free-bootstrap-template-corporate-moderna/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444;
}

a {
  color: #4fa6d5;
}

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

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #68A4C4;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #85b6cf;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  background: #1e4356;
}

@media (max-width: 767px) {
  #header {
    height: 60px;
    padding: 10px 0;
	width: 100%;
  }
}

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

#header.header-scrolled {
  background: rgba(0, 74, 153, 0.9);
  height: 60px;
  padding: 10px 0;
}

@media (max-width: 767px) {
#header.header-scrolled {
  height: 60px;
  padding: 10px 0;
  }
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 4px 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: 0;
  max-height: 40px;
}

@media (max-width: 767px) {
  #header .logo img {
      padding: 5px 0;
	text-align: left;
	margin-left: -15px;
	margin-top: 0px;

  }
}

#main {
  margin-top: 80px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #a2cce3;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #1c3745;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #68A4C4;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #1e4356;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #ddecf5;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #a2cce3;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(30, 67, 86, 0.9);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/hero.jpg") center bottom no-repeat;
  background-size: cover;
  position: block;
    background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;

}

@media (max-width: 767px) {
  #hero {
  width: 100%;
  height: 250vh;
  background: url("../img/hero-bg-mobile.jpg") center bottom no-repeat;
  background-size: cover;
  position: block;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  }
}


#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

@media (max-width: 767px) {
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  line-height: 1;
  margin-top: -1000px;

  }
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #68A4C4;
}

#hero .btn-get-started:hover {
  background: #68A4C4;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 767px) {
  #hero::after {
    width: 180%;
    height: 95%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
  }
  #hero::before {
    top: 0;
    width: 180%;
    height: 94%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(20px) rotate(4deg);
  }
}

@media (max-width: 767px) {
  #hero h2 {
    font-size: 30px;
  margin-top: -1000px;
  font-weight: 700;

  }
  #hero::after {
    left: 40%;
    top: 0;
    width: 200%;
    height: 95%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
  }
  #hero::before {
    left: 50%;
    top: 0;
    width: 200%;
    height: 94%;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(20px) rotate(4deg);
  }
}

/*--------------------------------------------------------------
# Hero No Slider Section
--------------------------------------------------------------*/
#hero-no-slider {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  text-align: center;
}

#hero-no-slider::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

#hero-no-slider h2 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 48px;
  font-weight: 700;
}

#hero-no-slider p {
  color: #fff;
}

#hero-no-slider .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #68A4C4;
}

#hero-no-slider .btn-get-started:hover {
  background: #68A4C4;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 575px) {
  #hero-no-slider h2 {
    font-size: 30px;
  }
}

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

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

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

.section-title h2 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #00428a;
  bottom: 0;
  left: calc(50% - 20px);
}

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

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f3f8fa;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/
#tab-services .tab-services {
  padding-bottom: 20px;
}

#tab-services .tab-services .row {
	justify-content: center;
	text-align: center;
	align-items: center;
	margin-top: -290px;
}

@media (max-width: 767px) {
  #tab-services .tab-services .row {
	justify-content: center;
	text-align: center;
	align-items: center;
	margin-top: -1200px;
  }
}

#tab-services .tab-services .icon-box {
  padding: 20px;
  position: relative;
  overflow: hidden;
  margin: 0  0 20px 0;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.14);
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 10px;
  height: 170px;
  width: 300px;
}

@media (max-width: 767px) {
  #tab-services .tab-services .icon-box {
  padding: 20px;
  position: relative;
  overflow: hidden;
  margin: 0  0 20px 0;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.14);
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 10px;
  width: 100%;
  height: 140px;

  }
}


#tab-services .tab-services .icon-box::before {
  content: '';
  position: absolute;
  background: #007bff;
  top: auto;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.3s;
  z-index: -999;
}

#tab-services .tab-services .icon-box:hover::before {
  background: #007bff;
  right: 0;
  top: auto;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}


#tab-services .tab-services .icon {
  margin: 0 auto 20px auto;
  padding-top: 17px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 72px;
  height: 72px;
}



#tab-services .tab-services .icon i {
  font-size: 36px;
  line-height: 1;
}

#tab-services .tab-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#tab-services .tab-services .title a {
  color: #fff;
}

#tab-services .tab-services .title a:hover {
  color: #fff;
}

#tab-services .tab-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

#tab-services .tab-services .icon-box-pink .icon {
  background: #fceef3;
}

#tab-services .tab-services .icon-box-pink .icon i {
  color: #ff689b;
}

#tab-services .tab-services .icon-box-pink:hover {
  border-color: #ff689b;
}

#tab-services .tab-services .icon-box-cyan .icon {
  background: #e6fdfc;
}

#tab-services .tab-services .icon-box-cyan .icon i {
  color: #3fcdc7;
}

#tab-services .tab-services .icon-box-cyan:hover {
  border-color: #3fcdc7;
}

#tab-services .tab-services .icon-box-green .icon {
  background: #eafde7;
}

#tab-services .tab-services .icon-box-green .icon i {
  color: #41cf2e;
}

#tab-services .tab-services .icon-box-green:hover {
  border-color: #41cf2e;
}

#tab-services .tab-services .icon-box-blue .icon {
  background: rgba(255, 255, 255, 0.6);
  border: 0px solid #2282ff;
}

@media (max-width: 767px) {
	#tab-services .tab-services .icon-box-blue .icon {
    background: #fff;

  }
}

#tab-services .tab-services .icon-box-blue .icon i {
  color: #2282ff;
}

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

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

#tab-services .tab-services .icon-box-blue:hover {
  border-color: #fff;
}


/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/
#services .services {
  padding-bottom: 0px;
}

#services .services .container {
	justify-content: center;
	text-align: center;
	align-items: center;
	display: block;
	float: center;
	margin-bottom: 80px;
}

#services .services .container .row {
	justify-content: center;
	text-align: center;
	align-items: center;
	margin-top: 0px;
}

#services .services .container .row .icon-box {
  padding: 20px;
  position: relative;
  overflow: hidden;
  margin: 0  0 20px 0;
  background: rgba(255, 255, 255, 0.0);
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: 0px solid #fff;
  border-radius: 10px;
  height: auto;
  width: 100%;
}



#services .services .container .row .icon-box:hover: {
  background: rgba(184, 222, 255, 0.3);
  right: 0;
  top: auto;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}


#services .services .container .row .icon {
  margin: 0 auto 20px auto;
  padding-top: 17px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 72px;
  height: 72px;
    transition: 0.5s;

}

.services .icon-box:hover .icon  {
  box-shadow: 0px 0 30px rgba(66, 139, 202, 0.5);
}


#services .services .container .row .icon i {
  font-size: 36px;
  line-height: 1;
}

#services .services .container .row .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .services .container .row .title a {
  color: #111;
}

#services .services .container .row .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

#services .services .container .row .icon-box-pink .icon {
  background: #fceef3;
}

#services .services .container .row .icon-box-pink .icon i {
  color: #ff689b;
}

#services .services .container .row .icon-box-pink:hover {
  border-color: #ff689b;
}

#services .services .container .row .icon-box-cyan .icon {
  background: #e6fdfc;
}

#services .services .container .row .icon-box-cyan .icon i {
  color: #3fcdc7;
}

#services .services .container .row .icon-box-cyan:hover {
  border-color: #3fcdc7;
}

#services .services .container .row .icon-box-green .icon {
  background: #eafde7;
}

#services .services .container .row .icon-box-green .icon i {
  color: #41cf2e;
}

#services .services .container .row .icon-box-green:hover {
  border-color: #41cf2e;
}

#services .services .container .row .icon-box-blue .icon {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #2282ff;
}

#services .services .container .row .icon-box-blue .icon i {
  color: #2282ff;
}

#services .services .container .row .icon-box-blue:hover {
  border-color: #2282ff;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about-us .container {
  box-shadow: 0px 0px 0 rgba(214, 215, 216, 0.6);
  background: #fff;
  margin-bottom: 80px;
  margin-top: 80px;
}

.about-us .icon-box + .icon-box {
  margin-top: 50px;
}

.about-us .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #f3f8fa;
  border-radius: 6px;
  transition: 0.5s;
}

.about-us .icon-box .icon i {
  color: #68A4C4;
  font-size: 32px;
}

.about-us .icon-box:hover .icon {
  background: #68A4C4;
}

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

.about-us .icon-box .title {
  margin-left: 0px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0px;
  font-size: 18px;
  text-transform: uppercase;
  justify-content: center;
  text-align: center;
  align-items: center;
  
}

.about-us .icon-box .title a {
  color:#444;
  font-size: 25px;
  transition: 0.3s;
}

.about-us .icon-box .title a::before, .about-us .icon-box .title a::after {
  content: '';
  width: 50px;
  height: 1px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 7px;
  background: #c7c9c9;
  display: inline-block;
}



.about-us .icon-box .description {
  margin-left: 0px;
  line-height: 35px;
  font-size: 30px;
  font-weight: 700;
  justify-content: center;
  text-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #6f6f6f;
font-family: 'Raleway', sans-serif;

}

@media (max-width: 767px) {
.about-us .icon-box .description {
  margin-left: 0px;
  line-height: 35px;
  font-size: 20px;
  font-weight: 700;
  justify-content: center;
  text-align: center;
  align-items: center;

}
}

.about-us .video-box {
  position: relative;
}

.about-us .video-box img {
  padding-top: 15px;
  padding-bottom: 15px;
}

.about-us .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#68A4C4 50%, rgba(104, 164, 196, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about-us .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about-us .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(104, 164, 196, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about-us .play-btn:hover::after {
  border-left: 15px solid #68A4C4;
  transform: scale(20);
}

.why-us .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Profile
--------------------------------------------------------------*/
#profile .profile .row .row {
  margin-left: 80px;
  margin-right: 140px;
}

#profile .profile .row .row img {
  border-radius: 0px;
  box-shadow: 0px 0px 0px 0 rgba(214, 215, 216, 1);
}

@media (max-width: 767px) {
#profile .profile .row .row {
  margin-left: 80px;
  margin-right: 140px;
}
}


#profile .profile h3 {
  font-weight: 600;
  font-size: 24px;
  color: #004a99;
}

#profile .profile p {
  font-weight: 400;
  font-size: 17px;
  text-align: justify;
}

#profile .profile ul {
  list-style: none;
  padding: 0;
}

#profile .profile ul li {
  padding-bottom: 10px;
}

#profile .profile ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #68A4C4;
}

#profile .profile p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about h3 {
  font-weight: 400;
  font-size: 26px;
}

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

.about ul li {
  padding-bottom: 10px;
}

.about ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #68A4C4;
}

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

/*--------------------------------------------------------------
# Facts
--------------------------------------------------------------*/
.facts .counters span {
  font-size: 48px;
  display: block;
  color: #68A4C4;
}

.facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills {
  padding: 60px 0;
}

.skills .progress {
  height: 35px;
  margin-bottom: 10px;
}

.skills .progress .skill {
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

.skills .progress-bar {
  width: 1px;
  text-align: left;
  transition: .9s;
}

/*--------------------------------------------------------------
# Tetstimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 60px 0;
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonial-item {
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #fbfcfd;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #68A4C4 !important;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}


/*--------------------------------------------------------------
# Milsetone
--------------------------------------------------------------*/
#milestone .milestone .container {
  box-shadow: 0px 0px 0 rgba(214, 215, 216, 0.6);
  background: #fff;
  margin-bottom: 80px;
  margin-top: 80px;
}


#milestone .milestone .milestone-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #3b434a;
}

#milestone .milestone .milestone-left {
  padding: 0 0 0px 20px;
  margin-top: -2px;
  margin-left: 0px;
  border-right: 2px solid #82909c;
  position: relative;
  height: 180px;
  margin-right: -15px;
}

@media (max-width: 767px) {
#milestone .milestone .milestone-left {
  padding: 0 0 0px 20px;
  margin-top: -2px;
  margin-left: 0px;
  border-right: 2px solid #82909c;
  position: relative;
  width: 50%;
  height: 200px;
  margin-right: -15px;
  }
}



#milestone .milestone .milestone-right {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  margin-left: -17px;
  border-left: 2px solid #82909c;
  position: relative;
  height: 150px;
  margin-right: -15px;

}

@media (max-width: 767px) {
#milestone .milestone .milestone-right {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  margin-left: 170px;
  border-left: 2px solid #82909c;
  position: relative;
  height: 170px;
  width: 50%;
  margin-right: -15px;

}
  }


#milestone .milestone .milestone-left h1 {
  font-size: 35px;
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  margin-right: 28px;
  margin-top: -6px;
  float: right;
  color: #004a99;
}

@media (max-width: 767px) {
	#milestone .milestone .milestone-left h1 {
  font-size: 35px;
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  margin-right: 28px;
  margin-top: -6px;
  float: right;
  color: #004a99;
}
}

#milestone .milestone .milestone-right h1 {
  font-size: 35px;
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  margin-left: 8px;
  margin-top: -6px;
  float: left;
  color: #004a99;
}

@media (max-width: 767px) {
	#milestone .milestone .milestone-right h1 {
  font-size: 35px;
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  margin-left: 8px;
  margin-top: -6px;
  float: left;
  color: #004a99;

}
}

#milestone .milestone .milestone-left a {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 30px;
  font-weight: 400;
  color: #444;
  line-height: 25px;
  text-align: right;
  float: left;
}

@media (max-width: 767px) {
#milestone .milestone .milestone-left a {
  font-size: 13px;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 0px;
  margin-left: -25px;
  margin-right: 15px;
  font-weight: 400;
  color: #444;
  line-height: 20px;
  text-align: right;
  float: left;
  }
}

#milestone .milestone .milestone-right a {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 0px;
  margin-left: 7px;
  margin-right: 30px;
  font-weight: 400;
  color: #444;
  line-height: 25px;
  text-align: left;
  float: left;
}

@media (max-width: 767px) {
#milestone .milestone .milestone-right a {
  font-size: 13px;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 0px;
  margin-left: -5px;
  margin-right: 0px;
  font-weight: 400;
  color: #444;
  line-height: 20px;
  text-align: left;
  float: left;
  }
}


#milestone .milestone .milestone-item h2 {
  font-size: 20px;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}

#milestone .milestone .milestone-item ul {
  padding-left: 20px;
}

#milestone .milestone .milestone-item ul li {
  padding-bottom: 10px;
}

#milestone .milestone .milestone-item:last-child {
  padding-bottom: 0;
}


#milestone .milestone .milestone-left::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  right: -16px;
  float: right;
  top: 0;
  background: #fff;
  border: 2px solid #82909c;
}

#milestone .milestone .milestone-right::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  left: -16px;
  top: 0;
  background: #fff;
  border: 2px solid #82909c;
}


/*--------------------------------------------------------------
# Award Section
--------------------------------------------------------------*/
#award  {
 
}

/*--------------------------------------------------------------
# CSR Section
--------------------------------------------------------------*/

#csr .container img {
  box-shadow: 0px 0px 0px 0 rgba(214, 215, 216, 1);
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 0 0px 0 0px;
  text-align: center;
  align-items: center;
  
}

#csr .container .row {
padding: 0 180px 0 180px;
margin-bottom: 80px;
}

@media (max-width: 767px) {
#csr .container .row {
padding: 0 0px 0 0px;
margin-bottom: 80px;
}
}


#csr .container .row .rows {
padding: 0 0px 0 0px;
margin-bottom: 100px;
}

#csr .container .row .rows h1 {
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

#csr .container .row .rows p {
  font-weight: 400;
  font-size: 17px;
  text-align: justify;
}




/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
  padding-bottom: 10px;
}

.service-details .card {
  border: 0;
  padding: 0 30px;
  margin-bottom: 60px;
  position: relative;
}

.service-details .card-img {
  width: calc(100% + 60px);
  margin-left: -30px;
  overflow: hidden;
  z-index: 9;
  border-radius: 0;
}

.service-details .card-img img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

.service-details .card-body {
  z-index: 10;
  background: #fff;
  border-top: 4px solid #fff;
  padding: 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-top: -60px;
  transition: 0.3s;
}

.service-details .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.service-details .card-title a {
  color: #1e4356;
  transition: 0.3s;
}

.service-details .card-text {
  color: #5e5e5e;
}

.service-details .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.3s;
}

.service-details .read-more a:hover {
  color: #68A4C4;
}

.service-details .card:hover img {
  transform: scale(1.1);
}

.service-details .card:hover .card-body {
  border-color: #68A4C4;
}

.service-details .card:hover .card-body .card-title a {
  color: #68A4C4;
}




/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio {
  padding-bottom: 60px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 12px 5px 12px;
  display: inline-block;
  padding: 0 4px 6px 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #444;
  transition: all 0.3s ease-in-out;
  border-bottom: 2px solid #fff;
  font-family: "Roboto", sans-serif;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  border-color: #68A4C4;
  color: #68A4C4;
}

.portfolio .portfolio-item {
  background: #1e4356;
  overflow: hidden;
  min-height: 200px;
  position: relative;
  border-radius: 4px;
  margin: 0 0 30px 0;
}

.portfolio .portfolio-item img {
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  transition: all .3s linear;
  text-align: center;
  top: 10%;
  left: 0;
  right: 0;
}

.portfolio .portfolio-item .portfolio-info h3 {
  font-size: 22px;
}

.portfolio .portfolio-item .portfolio-info h3 a {
  color: #fff;
  font-weight: bold;
}

.portfolio .portfolio-item .portfolio-info a i {
  color: rgba(255, 255, 255, 0.6);
  font-size: 28px;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info a i:hover {
  color: white;
}

.portfolio .portfolio-item:hover img {
  opacity: 0.6;
  transform: scale(1.1);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  top: calc(50% - 30px);
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #68A4C4 !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/* Clients Section
--------------------------------*/
#client .clients .container {
  box-shadow: 0px 0px 0 rgba(214, 215, 216, 0.6);
  background: #fff;
  margin-bottom: 80px;
  margin-top: 80px;
}

#client .clients {
  padding-top: 40px;
  padding-bottom: 20px;
}

#myCarousel .row .row {
  max-width: 100%;
}



#myCarousel .col-center {
	margin: 0 auto;
	float: none !important;
}

#myCarousel .carousel {
	margin: 50px auto;
	padding: 0 70px;
}

#myCarousel .carousel-item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
	min-height: 180px;
}

#myCarousel .carousel .item .img-box {
	width: auto;
	height: 115px;
	margin: 0 0 70px 0;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
	align-items: center;
}

#myCarousel .carousel-inner {
  margin-top: -30px;
  margin-bottom: 10px;
text-align: center;
justify-content: center;
align-items: center;
}

#myCarousel .carousel-inner .row .img-box img {
  width: 70%;
  opacity: 1;
  transition: 0.1s;
  padding: 10px 0px 10px 0px;
text-align: center;
justify-content: center;
align-items: center;
}

@media (max-width:767px) {
	#myCarousel .carousel-inner .row .img-box img {
  width: 50%;
  opacity: 1;
  transition: 0.1s;
  padding: 30px 0px 30px 0px;
text-align: center;
justify-content: center;
align-items: center;
display: inline-block;
	}
}

#client .carousel .testimonial {
	padding: 30px 0 10px;
	
}

#myCarousel .carousel .overview {	
	font-style: italic;
}

#myCarousel .carousel .overview b {
	text-transform: uppercase;
	color: #7AA641;
}

#myCarousel .carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
	background: none;
}



#myCarousel .carousel-control i {
    font-size: 68px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

#myCarousel .carousel .carousel-indicators {
	margin-bottom: 0px;
}


#myCarousel .carousel-indicators li, .carousel-indicators li.active {
	display: inline-block;
	width: 18px;
	height: auto;
	border-radius: 50%;
	margin-bottom: 20px;
	margin-left: 5px;
}

@media (max-width:767px) {
#myCarousel .carousel-indicators li, .carousel-indicators li.active {
	display: inline-block;
	width: 18px;
	height: auto;
	border-radius: 50%;
	margin-bottom: -15px;
	margin-left: 5px;
	}
}

#myCarousel .carousel-indicators li {	
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
}

@media (max-width:767px) {
#myCarousel .carousel-indicators li {	
margin-bottom: -20px;
}
}


#myCarousel .carousel-indicators li.active {	
	background: #007bff;		
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
}


/* Subsidiary Section
--------------------------------*/
#subsidiary {
  padding: 60px 0;
  box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;



}

#subsidiary .subsidiary-wrap {
  border-top: 0px solid #d6eaff;
  border-left: 0px solid #d6eaff;
  margin-bottom: 30px;
  justify-content: center;
  align-items: center;
  text-align: center;



}

#subsidiary .subsidiary-logo {
  padding: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 0px solid #d6eaff;
  border-bottom: 0px solid #d6eaff;
  overflow: hidden;
  background: #fff;
  height: 200px;
  text-align: center;
}

#subsidiary .subsidiary-logo a {
	font-size: 12px;
	color: #010101;
}


#subsidiary .subsidiary-logo:hover img {
  transform: scale(1.2);
}

#subsidiary img {
  transition: all 0.4s ease-in-out;
}



/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding-bottom: 0px;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  justify-content: center;
text-align: center;
align-items: center;
padding: 30px;

}

.team .member .member-img {
  position: center;
  overflow: hidden;
  border-radius: 100%;
justify-content: center;
text-align: center;
align-items: center;
display: flex;
width: 100%;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: -40px;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
  background: rgba(30, 67, 86, 0.8);
}

.team .member .social a {
  transition: color 0.3s;
  color: #fff;
  margin: 0 10px;
  padding-top: 8px;
  display: inline-block;
}

.team .member .social a:hover {
  color: #68A4C4;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin: 15px 0 5px 0;
  font-size: 18px;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  color: #68A4C4;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #666;
}

.team .member:hover .social {
  bottom: 0;
  opacity: 1;
  transition: bottom ease-in-out 0.4s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding-bottom: 30px;
}

.contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  margin-bottom: 30px;
  margin-left: -10px;
  margin-right: -10px;
}

.contact .info-box i {
  font-size: 32px;
  color: #68A4C4;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #a2cce3;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #666;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  margin-bottom: 30px;
}

.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 {
  background-color: #68A4C4;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

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

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

.contact .php-email-form button[type="submit"]:hover {
  background: #8dbad2;
}

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

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

/*--------------------------------------------------------------
# Career
--------------------------------------------------------------*/

#career .title {
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

#career .title h2 {
    font-family: "montserrat", sans-serif;
	font-size: 40px;
	margin-top: 0px;
    font-weight: 700;
    text-transform: uppercase;
	color: #444;
}

@media (max-width: 767px) {
  #career .title h2  {
	font-size: 20px;
	margin-top: -25px;
    font-weight: 700;
    text-transform: uppercase;
	line-height: 30px;
  }
}

#career .title p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 36px;
    text-shadow: 0 1px 7px rgba(0,0,0,.2);
}

#career .container .row img {
	margin-top:40px;
}

@media (max-width: 767px) {
#career .container .row img {
	margin-top: 0px;
}
}

#career .description {
    margin-top: 30px;
    text-align: center;
}

@media (max-width: 767px) {
#career .description {
    margin-top: 70px;
	margin-bottom: 0px;
    text-align: center;
}
}


#career .description h3 {
    font-size: 32px;
    font-weight: 400;
    color: #4d4d4d;
    line-height: 40px;
    text-transform: uppercase;
    text-shadow: 1px 2px 1px #fff;
}

#career .social {
    margin-top: 20px;
	margin-bottom: -30px;
    padding-bottom: 50px;
    text-align: center;
}
#career .description p {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
	margin-bottom: 3px;
}

#career .description p span{
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
	margin-bottom: 15px;
	margin-top: 20px;
}

#career .description p a{
	margin-bottom: 60px;
	font-family: "montserrat", sans-serif;
	font-weight: 600;
	line-height: 25px;
}

@media (max-width: 767px) {
#career .description p a{
	margin-bottom: 30px;
	font-family: "montserrat", sans-serif;
	font-weight: 600;
	line-height: 25px;
	font-size: 16px;
  }
}


#career .description img {
  justify-content: center;
  align-items: center;
  height: 80px;
  margin-right: -18px;
  margin-left: -18px;
}

@media (max-width: 767px) {
  #career .description img  {
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-right: -10px;
  margin-left: -10px;
  }
}



#career .row p {
	justify-content: center;
	text-align: center;
	display: flex;
	margin-bottom: -15px;
}

@media (max-width: 767px) {
  #career .row p  {
	font-size: 17px;
	margin-left: 10px;
	margin-right: 10px;
	justify-content: center;
	text-align: center;
	display: flex;
	margin-top: -10px;
  }
}


#career .copyright h1{
	justify-content: center;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
}

@media (max-width: 767px) {
  #career .copyright h1  {
	justify-content: center;
	text-align: center;
	margin-top: 120px;
	font-size: 15px;
	font-weight: 400;
  }
}








/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
.map {
  padding: 0;
  margin-bottom: -6px;
}

.map iframe {
  width: 100%;
  height: 380px;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/hero-bg.jpg) fixed center center;
  background-size: cover;
  padding: 15px 0;
}

@media (max-width: 1024px) {
  #call-to-action {
    background-attachment: scroll;
  }
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  justify-content: left;
  text-align: left;
  display: inline-block;

}

#call-to-action .cta-text {
  color: #fff;
  justify-content: left;
  text-align: left;
  display: block;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #007bff;
  border: 2px solid #007bff;
}



/*--------------------------------------------------------------
# Activity
--------------------------------------------------------------*/
.activity {
  padding: 40px 0 20px 0;
}

.activity .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.activity .entry .entry-img {
  max-height: 400px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.activity .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.activity .entry .entry-title a {
  color: #32627b;
  transition: 0.3s;
}

.activity .entry .entry-title a:hover {
  color: #68A4C4;
}

.activity .entry .entry-meta {
  margin-bottom: 15px;
  color: #dddddd;
}

.activity .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.activity .entry .entry-meta ul li + li {
  padding-left: 15px;
}

.activity .entry .entry-meta i {
  font-size: 14px;
  padding-right: 4px;
}

.activity .entry .entry-meta a {
  color: #aaaaaa;
  font-size: 14px;
  display: inline-block;
}

.activity .entry .entry-content p {
  line-height: 24px;
}

.activity .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.activity .entry .entry-content .read-more a {
  display: inline-block;
  background: #68A4C4;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
}

.activity .entry .entry-content .read-more a:hover {
  background: #32627b;
}

.activity .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.activity .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.activity .entry .entry-content blockquote p {
  color: #444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.activity .entry .entry-content blockquote .quote-left {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.activity .entry .entry-content blockquote .quote-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.activity .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #32627b;
  margin-top: 20px;
  margin-bottom: 20px;
}

.activity .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.activity .entry .entry-footer i {
  color: #4c99c1;
  display: inline;
}

.activity .entry .entry-footer a {
  color: #90c0d8;
  transition: 0.3s;
}

.activity .entry .entry-footer a:hover {
  color: #68A4C4;
}

.activity .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.activity .entry .entry-footer .cats li {
  display: inline-block;
}

.activity .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.activity .entry .entry-footer .tags li {
  display: inline-block;
}

.activity .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.activity .entry .entry-footer .share {
  font-size: 16px;
}

.activity .entry .entry-footer .share i {
  padding-left: 5px;
}

.activity .entry-single {
  margin-bottom: 30px;
}

.activity .activity-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.activity .activity-author img {
  width: 120px;
}

.activity .activity-author h4 {
  margin-left: 140px;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
}

.activity .activity-author .social-links {
  margin: 0 0 5px 140px;
}

.activity .activity-author .social-links a {
  color: #72afce;
}

.activity .activity-author p {
  margin-left: 140px;
  font-style: italic;
  color: #b7b7b7;
}

.activity .activity-comments {
  margin-bottom: 30px;
}

.activity .activity-comments .comments-count {
  font-weight: bold;
}

.activity .activity-comments .comment {
  margin-top: 30px;
  position: relative;
}

.activity .activity-comments .comment .comment-img {
  width: 50px;
}

.activity .activity-comments .comment h5 {
  margin-left: 65px;
  font-size: 16px;
  margin-bottom: 2px;
}

.activity .activity-comments .comment h5 a {
  font-weight: bold;
  color: #444;
  transition: 0.3s;
}

.activity .activity-comments .comment h5 a:hover {
  color: #68A4C4;
}

.activity .activity-comments .comment h5 .reply {
  padding-left: 10px;
  color: #32627b;
}

.activity .activity-comments .comment time {
  margin-left: 65px;
  display: block;
  font-size: 14px;
  color: #72afce;
  margin-bottom: 5px;
}

.activity .activity-comments .comment p {
  margin-left: 65px;
}

.activity .activity-comments .comment.comment-reply {
  padding-left: 40px;
}

.activity .activity-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.activity .activity-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.activity .activity-comments .reply-form p {
  font-size: 14px;
}

.activity .activity-comments .reply-form input {
  border-radius: 0;
  padding: 20px 10px;
  font-size: 14px;
}

.activity .activity-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #a2cce3;
}

.activity .activity-comments .reply-form textarea {
  border-radius: 0;
  padding: 10px 10px;
  font-size: 14px;
}

.activity .activity-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #a2cce3;
}

.activity .activity-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.activity .activity-comments .reply-form .btn-primary {
  border-radius: 0;
  padding: 10px 20px;
  border: 0;
  background-color: #32627b;
}

.activity .activity-comments .reply-form .btn-primary:hover {
  background-color: #68A4C4;
}

.activity .activity-pagination {
  color: #7b9bab;
}

.activity .activity-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.activity .activity-pagination li {
  border: 1px solid white;
  margin: 0 5px;
  transition: 0.3s;
}

.activity .activity-pagination li.active {
  background: white;
}

.activity .activity-pagination li a {
  color: #aaaaaa;
  padding: 7px 16px;
  display: inline-block;
}

.activity .activity-pagination li.active, .activity .activity-pagination li:hover {
  background: #68A4C4;
  border: 1px solid #68A4C4;
}

.activity .activity-pagination li.active a, .activity .activity-pagination li:hover a {
  color: #fff;
}

.activity .blog-pagination li.disabled {
  background: #fff;
  border: 1px solid white;
}

.activity .blog-pagination li.disabled i {
  color: #f1f1f1;
  padding: 10px 16px;
  display: inline-block;
}

.activity .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.activity .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #32627b;
  position: relative;
}

.activity .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.activity .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.activity .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 40px);
}

.activity .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #32627b;
  color: #fff;
  transition: 0.3s;
}

.activity .sidebar .search-form form button:hover {
  background: #68A4C4;
}

.activity .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}

.activity .sidebar .categories ul a {
  color: #3f8db5;
}

.activity .sidebar .categories ul a:hover {
  color: #68A4C4;
}

.activity .sidebar .categories ul a span {
  padding-left: 5px;
  color: #bedae8;
  font-size: 14px;
}

.activity .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.activity .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.activity .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.activity .sidebar .recent-posts h4 a {
  color: #0d2735;
  transition: 0.3s;
}

.activity .sidebar .recent-posts h4 a:hover {
  color: #68A4C4;
}

.activity .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #72afce;
}

.activity .sidebar .tags {
  margin-bottom: -10px;
}

.activity .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.activity .sidebar .tags ul li {
  display: inline-block;
}

.activity .sidebar .tags ul a {
  color: #3f8db5;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #e4eff5;
  display: inline-block;
  transition: 0.3s;
}

.activity .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #32627b;
  background: #32627b;
}

.activity .sidebar .tags ul a span {
  padding-left: 5px;
  color: #bedae8;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #00428a;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #0d2735;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #a2cce3;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
}



#footer .footer-top {
  background: #004a99;
  border-top: 0px solid #17455e;
  border-bottom: 0px solid #123649;
  padding: 60px 0 30px 0;
}

#footer .footer-top .container .row {
text-align: center;
justify-content: center;
align-items: center;
}

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

#footer .footer-top .footer-info h3 {
  font-size: 40px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  color: #95a1a8;
  font-weight: 600;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #95a1a8;
}

#footer .row .row {
	text-align: right;
	justify-content: right;
	align-items: right;
	float: right;
	  padding-top: 6px;
margin-right: 0px;
}

@media (max-width: 767px) {
#footer .row .row {
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
	  margin-top: -70px;
margin-right: 103px;
  }
}

#footer .footer-top .social-links h1 {
  text-align: center;
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #00428a;
  padding-top: 6px;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  transition: 0.3s;
  cursor: pointer;

}

#footer .footer-top .social-links h2 {
  text-align: center;
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #00428a;
  padding-top: 6px;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  transition: 0.3s;
    cursor: pointer;

}

#footer .footer-top .social-links h3 {
  text-align: center;
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #00428a;
  padding-top: 6px;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  transition: 0.3s;
    cursor: pointer;

}

#footer .footer-top .social-links h4 {
  text-align: center;
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #00428a;
  padding-top: 6px;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  transition: 0.3s;
    cursor: pointer;

}


#footer .footer-top .social-links h1:hover {
  background: #002e60;
  color: #fff;

}

#footer .footer-top .social-links h2:hover {
  background: #2480e3;
  color: #fff;
}

#footer .footer-top .social-links h3:hover {
  background: #d517a2;
  color: #fff;
}

#footer .footer-top .social-links h4:hover {
  background: #fc2400;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 18px;
  font-weight: 600;
  color: #a2cce3;
  position: relative;
  padding-bottom: 12px;
}

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

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #a2cce3;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #a2cce3;
}

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

#footer .footer-top .footer-contact p {
  line-height: 26px;
}


#footer .footer-top .copyright {
  text-align: center;
  margin-top: 0px;
    color: #fff;
}

@media (max-width: 767px) {
	#footer .footer-top .copyright {
  text-align: center;
  margin-top: 70px;
  }
}

#footer .copyright-img {
  text-align: left;
  margin-top: 0px;
}

@media (max-width: 767px) {
#footer .copyright-img {
  text-align: center;
  margin-top: 0px;
  }
}


#footer .footer-top .container .row .copyright-img img {
  text-align: center;
  margin-top: 0px;
width: 50%;
}


#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #95a1a8;
}

#footer .credits a {
  color: #a2cce3;
}


/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

#gallery .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80vw;
  margin: auto;
  margin-bottom: 30px;
}
#gallery .container h1 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  font-family: "Roboto", 'sans-serif';
    font-weight: 400;
  text-align: center;
  font-size: 20px;

}

#gallery .cardList {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 2%;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
  -webkit-transition: 0.25s ease-in-out opacity, 0.25s ease-in-out filter;
  transition: 0.25s ease-in-out opacity, 0.25s ease-in-out filter;
  cursor: pointer;
}
#gallery .cardList__title {
  display: block;
  padding-top: 70%;
  text-align: center;
  font-size: 0.8em;
  opacity: 0.8;
  z-index: 0;
}
#gallery .cardList:hover .card {
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.35s ease-out transform, 0.35s ease-out shadow;
  transition: 0.35s ease-out transform, 0.35s ease-out shadow;
}
#gallery .cardList:nth-child(2n + 1) .card:nth-child(1) {
  -webkit-transform: translate(-2%, -2%);
          transform: translate(-2%, -2%);
}
#gallery .cardList:nth-child(2n + 1) .card:nth-child(2) {
  -webkit-transform: translate(-2%, 2%) rotate(2deg);
          transform: translate(-2%, 2%) rotate(2deg);
}
#gallery .cardList:nth-child(2n + 1) .card:last-of-type {
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}
#gallery .cardList:nth-child(2n + 1):hover .card__bg {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}
#gallery .cardList:nth-child(2n + 1):hover .card:nth-child(1) {
  -webkit-transform: translate(30%, 45%) rotate(-2deg);
          transform: translate(30%, 45%) rotate(-2deg);
}
#gallery .cardList:nth-child(2n + 1):hover .card:nth-child(2) {
  -webkit-transform: translate(-50%, 35%) rotate(5deg);
          transform: translate(-50%, 35%) rotate(5deg);
}
#gallery .cardList:nth-child(2n + 1):hover .card:last-of-type {
  -webkit-transform: rotate(5deg) translate(0%, -40%);
          transform: rotate(5deg) translate(0%, -40%);
}
#gallery .cardList:nth-child(2n) .card:nth-child(1) {
  -webkit-transform: translate(2%, 2%);
          transform: translate(2%, 2%);
}
#gallery .cardList:nth-child(2n) .card:nth-child(2) {
  -webkit-transform: translate(2%, -2%) rotate(-2deg);
          transform: translate(2%, -2%) rotate(-2deg);
}
#gallery .cardList:nth-child(2n) .card:nth-child(3) {
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
}
#gallery .cardList:nth-child(2n):hover .card:nth-child(1) {
  -webkit-transform: translate(2%, 50%) rotate(5deg);
          transform: translate(2%, 50%) rotate(5deg);
}
#gallery .cardList:nth-child(2n):hover .card:nth-child(2) {
  -webkit-transform: translate(50%, -30%) rotate(10deg);
          transform: translate(50%, -30%) rotate(10deg);
}
#gallery .cardList:nth-child(2n):hover .card:nth-child(3) {
  -webkit-transform: translate(-25%, -40%) rotate(-5deg);
          transform: translate(-25%, -40%) rotate(-5deg);
}

#gallery .card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 60%;
  background-color: #ccc;
  -webkit-transition: 0.28s ease-out transform, 0.28s ease-out shadow;
  transition: 0.28s ease-out transform, 0.28s ease-out shadow;
  overflow: hidden;
  z-index: 5;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
#gallery .card__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ccc;
}
#gallery .card:not(:last-of-type) .card__bg {
  background-blend-mode: multiply;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.25;
  -webkit-transition: 0.25s ease-in-out filter, 0.25s ease-in-out opacity;
  transition: 0.25s ease-in-out filter, 0.25s ease-in-out opacity;
}
#gallery .cardList:hover .card:not(:last-of-type) .card__bg {
  background-blend-mode: normal;
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}

#gallery .container:hover .cardList {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.25;
  z-index: 1;
}
#gallery .container:hover .cardList:hover {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
  z-index: 100;
}


/*--------------------------------------------------------------
# Gallery Bottom Section
--------------------------------------------------------------*/

#gallery-bottom .gallery-area {
    position: relative;
}
#gallery-bottom .gallery-area .single-item-area .img-box-area {
    display: block;
    overflow: hidden;
    position: relative;
    border: 1px solid #e5e5e5;
    padding: 8px;
}
#gallery-bottom .gallery-area .single-item-area .img-box-area img {
    position: relative;
    width: 100%;
}
#gallery-bottom .single-item-area .img-box-area .overlay .box .content a i {
    border: 2px solid #fff;
    text-align: center;
    color: #509E52;
    display: inline-block;
    font-size: 15px;
    height: 55px;
    line-height: 53px;
    transition: all 500ms ease 0s;
    width: 55px;
    margin-bottom: 15px;
    border-radius: 0;
}
#gallery-bottom .single-item-area:hover .img-box-area .overlay {
    -webkit-transform: scale(1);
    transform: scale(1);
}
#gallery-bottom .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
#gallery-bottom .overlay {
    width: 96%;
    height: 96%;
    position: absolute;
    top: 2%;
    left: 2%;
    -webkit-transform: scale(0);
    transform: scale(0);
    background: rgba(21, 34, 63, 0.75);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
#gallery-bottom .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}
#gallery-bottom .gallery-area h5 {
    color: #fff;
}
#gallery-bottom .gallery-area .owl-dots {
    display: none !important;
}
#gallery-bottom .gallery-area .owl-theme .owl-controls {
    display: block;
    position: relative;
    margin-top:10px;
    text-align: center;
}
#gallery-bottom .gallery-area .owl-prev span, .gallery-area .owl-next span {
    color: #848484;
}
#gallery-bottom .gallery-area .owl-prev:hover span, .gallery-area .owl-next:hover span {
    color: #fff;
    transition: all 500ms ease;
}
#gallery-bottom .section-padding {
    padding: 80px 0px 80px 0px;
}
#gallery-bottom .centered {
    text-align: center;
}
#gallery-bottom .section-title h2 {
    position: relative;
    font-weight: 700;
    font-size:40px;
    margin-bottom: 2px;
}
#gallery-bottom .title-text {
    position: relative;
    margin-bottom: 68px;
}
#gallery-bottom .title-text p {
    font-size: 16px;
    max-width: 650px;
    color: #444;
    margin:0 auto;
}
#gallery-bottom .title-text:before {
    position: absolute;
    content: '';
    height: 5px;
    border-bottom: 3px double #509E52;
    width: 100px;
    border-radius: 0px;
    left: 0;
    right: 0px;
    margin: auto;
    bottom: -18px;
}
 @media (min-width:1200px) {
#gallery-bottom .container {
    padding: 0px 0px;
}
}


.controls-top{
	text-align: center;
}

.controls-top .black-text {
	width: 20px;
	display: inline-block;
}


@media (min-width: 768px) {
.carousel-multi-item-2 .col-md-3 {
float: left;
width: 25%;
max-width: 100%; } }

.carousel-multi-item-2 .card img {
border-radius: 2px; }




