body {
  font-family: "Roboto", sans-serif;
  color: #071b39;
  font-size: 20px;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

h2 {
  font-size: 28px;
  font-weight: 900;
}

p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

ul {
  padding-left: 0;
}

ul li {
  font-size: 18px;
  line-height: 28px;
  list-style: none;
}

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

::selection {
  color: #ffffff;
  background: #ff9900;
}

.section-heading {
  text-align: center;
  margin-bottom: 65px;
}

.title {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 300;
  margin-bottom: 20px;
}

.global-page-header {
  background-attachment: fixed;
  background-size: cover;
  padding: 120px 0 30px 0;
  position: relative;
  background: #0077b5;
}

.global-page-header h2 {
  font-size: 42px;
  text-align:center;
  font-weight: bold;
  color: #ffffff;
}

.global-page-header .breadcrumb .active, .global-page-header .breadcrumb li a {
  color: #ffffff;
}

.global-page-header .block {
  position: relative;
  z-index: 99;
  text-align: left;
}

.portfolio-single {
  padding: 40px 0 40px 0;
}

.portfolio-single .portfolio-content {
  padding: 0 0 30px 0;
}

.portfolio-single .portfolio-content h2 {
  font-size: 18px;
  font-weight: 300;
  margin-top: 30px;
  line-height: 28px;
}

.portfolio-single .portfolio-content ol {
  padding-left: 60px;
  list-style-type: disc;
}

.portfolio-single .portfolio-content li {
  font-size: 18px;
  font-weight: 300;
  text-indent: 15px;
}

.portfolio-single .btn {
	background: #0077b5;
	border: none;
	color: #ffffff;
	padding: 15px 15px;
	margin-top: 20px;
	font-size: 12px;
	letter-spacing: 2px;
	border-radius: 0;
	text-align: left;
}

.portfolio-single .btn i {
	margin-right: 0;
}

.company-description {
  padding-top: 40px;
  padding-bottom: 60px;
}

.company-description .block h3 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 900;
}

.company-description .block h2 {
  font-size: 28px;
  font-weight: 900;
  margin-top: 20px;
}

.company-description .block p {
  color: #071b39;
}

.company-description .block ul {
  padding-left: 30px;
  }

.company-description .block ul li {
  list-style: disc;
  font-size: 18px;
  font-weight: 300;
}

/*=== MEDIA QUERY ===*/
.navbar-default .navbar-nav li a:hover {
  color: #ff9900;
}

.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}

.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}

.navbar-header .navbar-brand {
  padding: 0;
}

.navbar-header .navbar-brand img {
  max-width: 130px;
  max-height: 50px;
  object-fit: contain;
}

#top-bar {
  background: #ffffff;
  color: #ffffff;
  transition: all 0.2s ease-out 0s;
  padding: 15px 0;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #ededed;
}

#top-bar .navbar-nav li a:hover {
  background: transparent;
}

#top-bar.animated-header {
  padding: 20px 0;
  background: #ffffff;
  box-shadow: none;
}

#top-bar .main-menu li {
  position: relative;
}

#top-bar .main-menu li a {
  color: #071b39;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 2px solid transparent;
  transition: .3s all;
}

#top-bar .main-menu li a:hover {
  color: #ff9900;
}

.navbar-right .dropdown-menu {
  right: auto;
  left: 0;
}

.navbar-toggle .icon-bar {
  background: #071b39;
}

.dropdown-menu ul {
  list-style: none;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: -5px;
  background-color: rgba(0, 0, 0, 0.95);
  box-shadow: 0 2px 0.09px rgba(0, 0, 0, 0.15);
}

.nav .open a {
  background-color: transparent;
}

.nav .open a:focus {
  background-color: transparent;
}

#top-bar .dropdown-menu ul li a {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#hero-area {
  background: url("../images/slider.webp") no-repeat 80% 100%;
  background-size: cover;
  background-attachment: fixed;
  padding: 230px 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  position: relative;
}

#hero-area:before {
  content: '';
  z-index: 9;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#hero-area .block {
  position: relative;
  z-index: 999;
}

#hero-area h1 {
  font-size: 50px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 900;
}

#call-to-action {
  background: #d7d2cb;
  background-size: cover;
  background-attachment: fixed;
  padding: 60px 0;
  text-align: center;
  position: relative;
}

#call-to-action .block {
  position: relative;
  z-index: 99;
}

#call-to-action .block h2 {
  font-size: 28px;
  font-weight: 900;
}

#call-to-action .block ul {
  font-size: 18px;
  font-weight: 300;
  margin-top: 10px;
}

#call-to-action .block .btn-contact {
  background: #ffffff;
  border: none;
  color: #ff9900;
  padding: 12px 35px;
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 0.2em;
  border-radius: 5px;
}

#call-to-action .block .btn-contact:hover {
  background: #ff9900;
  color: #ffffff;
}

#partner {
  background: #a29d96;
  background-size: cover;
  background-attachment: fixed;
  padding: 60px 0;
  text-align: center;
  position: relative;
}

#partner .block {
  position: relative;
  z-index: 99;
}

#partner .block h2 {
  font-size: 28px;
  font-weight: 900;
}

#partner .block ul {
  font-size: 18px;
  font-weight: 300;
  margin-top: 10px;
}

#partner .block .btn-contact {
  background: #ffffff;
  border: none;
  color: #ff9900;
  padding: 12px 35px;
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 0.2em;
  border-radius: 5px;
}

#partner .block .btn-contact:hover {
  background: #ff9900;
  color: #ffffff;
}

#about {
  padding: 110px 0;
}

#about .block {
  padding: 20px 30px 0 30px;
}

#about .block p {
  margin-bottom: 10px;
}

#about .block ul {
  padding-left: 40px;
  text-indent: 20px;
}

#about .block ul li {    
  list-style: disc;
  font-weight: 300;
}

#about .block img {
  max-width: 100%;
}

.about-feature {
  margin-top: 50px;
}

.about-feature .block {
  width: 33.33%;
  padding: 5%;
  float: left;
}

.works {
  padding: 60px 0;
  background: #e2e1dd;
}

.works .block {
  position: relative;
  z-index: 99;
}

.works .block:hover .img-overly .overly {
  opacity: 1;
}

figure {
  background: #ffffff;
  margin-bottom: 45px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.04), 0 2px 10px 0 rgba(0, 0, 0, 0.06);
}

figure .img-wrapper {
  position: relative;
  overflow: hidden;
}

figure img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  transition: -webkit-transform 400ms;
}

figure:hover img {
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}

figure:hover .overlay {
  opacity: 1;
}

figure:hover .overlay .buttons a {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

figure .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 400ms;
}

figure .overlay a {
  display: inline-block;
  padding: 10px 23px;
  line-height: 1;
  border: 1px solid #ffffff;
  margin: 4px;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  transition: all 400ms;
}

figure .overlay a:hover {
  text-decoration: none;
}

figure .overlay:hover a {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

figure .buttons {
  position: relative;
  top: 40%;
}

figure figcaption {
  padding: 20px 25px;
  margin-top: 0;
}

figure figcaption h4 {
  margin: 0;
  font-size: 16px;
  text-align: center;
}

figure figcaption h4 a {
  font-weight: 400;
}

#feature {
  padding: 80px 0;
}

#feature .media {
  margin: 0 0 20px 0;
}

#feature .media .media-left {
  padding-right: 25px;
}

#feature h4 {
  font-size: 18px;
  text-align: left;
  margin-bottom: 10px;
  margin: 0 0 10px;
  font-weight: 400;
}

#feature p {
  line-height: 28px;
  font-size: 18px;
}

#feature .icon {
  text-decoration: none;
  color: #ffffff;
  background-color: #0077b5;
  height: 100px;
  text-align: center;
  width: 100px;
  font-size: 50px;
  line-height: 100px;
  overflow: hidden;
  border-radius: 50px;
}

#contact-section {
  padding: 170px 0 170px 0;
  background: url("../images/contact.webp") no-repeat 50%;
  background-size: cover;
  background-attachment: fixed;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  position: relative;
}

#contact-section p {
  font-size: 24px;
  line-height: 28px;
}

#contact-section .address, #contact-section .email, #contact-section .phone {
  text-align: center;
  background: #e0ded9;
  padding: 20px 0 40px 0;
  margin-bottom: 20px;
}

#contact-section .address i, #contact-section .email i, #contact-section .phone i {
  font-size: 45px;
}

#contact-section .address-details {
  padding-top: 70px;
}

#undercons-section {
  padding: 250px 0 250px 0;
  background: url("../images/undercons.webp") no-repeat 50%;
  background-size: cover;
  background-attachment: fixed;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  position: relative;
}

#undercons-section p {
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
}

#undercons-section .message {
  text-align: center;
  background: #e0ded9;
  padding: 40px 10px 40px 10px;
}

#footer {
  background: #ffffff;
  padding: 25px 0;
}

#footer .copyright {
  font-size: 14px;
  margin-top: 10px;
}

#footer .social {
  text-align: right;
}

#footer .social li {
  display: inline-block;
  margin-right: 15px;
}

#footer .social li a {
  font-size: 40px;
  color: #0077b5;
}

#footer .social li a:hover {
  color: #ff9900;
}

.cd-headline.slide .cd-words-wrapper {
  color: #ff9900;
}

/* Responsive styles*/
/* Large Devices, Wide Screens */
@media (min-width: 1200px) {
  /* Dropdown animation */
  .navbar-nav .dropdown-menu,
  .navbar-nav .dropdown.megamenu div.dropdown-menu {
    background: none;
    border: 0;
    box-shadow: none;
    display: block;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    transition: visibility 500ms, opacity 500ms, -webkit-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
  }
  .navbar-nav .dropdown:hover div.dropdown-menu,
  .navbar-nav .dropdown.megamenu:hover div.dropdown-menu {
    opacity: 1;
    visibility: visible;
    color: #777;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .navbar-nav .dropdown-backdrop {
    visibility: hidden;
  }
  
}

/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */
/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */
@media only screen and (max-width: 767px) {
  .title {
    font-size: 40px;
  }
  .navbar-header .navbar-brand a {
    padding: 6px 8px;
  }
  #hero-area {
    background: url("../images/slider.webp") no-repeat 15% 60%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    padding: 140px 0;
  }
  #hero-area .btn {
    margin-top: 8px;
  }
  #about {
    padding: 70px 0;
  }
  #about .block {
    padding: 0;
  }
  figure .buttons {
    left: 16%;
  }
  #feature .media {
    margin: 0 0 35px;
  }
  #footer .copyright {
    text-align: center;
  }
  #footer .social {
    text-align: center;
  }
  .dropdown-menu > ul > li > a {
    display: block;
    font-size: 14px;
    font-weight: 396;
    line-height: normal;
    text-decoration: none;
    padding: 15px;
    color: #071b39;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .dropdown-menu > ul {
    list-style: none;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: -5px;
    background: #ffffff;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 0.09px rgba(0, 0, 0, 0.15);
  }
  .navbar-collapse {
    background: #071b39;
  }
  #top-bar .main-menu li > a {
    color: #ffffff;
    padding: 21px 10px;
    background: transparent;
  }
  #top-bar .dropdown-menu > ul {
    list-style: none;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: -5px;
    background: #ffffff;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 0.09px rgba(0, 0, 0, 0.15);
  }
  #top-bar .dropdown-menu > ul > li > a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    padding: 15px;
    color: #071b39;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */