@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');
html, body {
  height: 100%;
  width: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #555;
  background-color: #f9f9f9;
  line-height: 1.8;
  letter-spacing: 1px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  color: #111;
  margin-top: 0;
}

p.mini {
  letter-spacing: 0;
  line-height: 1;
  font-size: 12px;
  font-style: italic;
  color: #555;
  margin-bottom: 0;
}

.blue {
  color: #224D9C;
}

.yellow {
  color: #fdc93c;
}

.padding {
  padding: 0 100px !important;
}

.padding-top {
  padding-top: 110px !important;
}

.padding-bottom {
  padding-bottom: 150px !important;
}

i {
  color: #111;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

i:hover {
  color: #224D9C;
}

hr {
  width: 50px;
  height: 3px;
  background-color: #fdc93c;
  margin: 30px auto;
  border: 0;
}

input {
  width: 100%;
  border: none;
  border: 3px solid #CDCDCD;
  padding: 15px 20px;
  margin: 0;
  font-size: 16px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

textarea {
  width: 100%;
  border: none;
  border: 3px solid #CDCDCD;
  padding: 15px 20px;
  min-height: 300px;
  margin: 30px 0 20px 0;
  font-size: 16px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

input:focus {
  outline: none;
  border: 3px solid #224D9C;
}

textarea:focus {
  outline: none;
  border: 3px solid #224D9C;
}

.background {
  background-color: #224D9C;
}

::selection {
  background-color: #224D9C;
  color: #FFF;
}

::-moz-selection {
  background-color: #224D9C;
  color: #FFF;
}

.background ::selection, .dark ::selection, .mask ::selection, #footer .container ::selection, .box.blue ::selection {
  background-color: #fdc93c;
  color: #224D9C;
}

.background ::-moz-selection, .dark ::-moz-selection, .mask ::-moz-selection, #footer .container ::-moz-selection, .box.blue ::-moz-selection {
  background-color: #fdc93c;
  color: #224D9C;
}

.row {
  margin: 0;
}

/* NAVIGATION BAR */

.navbar {
  -webkit-transition: height 0.3s linear;
  -moz-transition: height 0.3s linear;
  -o-transition: height 0.3s linear;
  -ms-transition: height 0.3s linear;
  transition: height 0.3s linear;
  font-family: "Montserrat", sans-serif;
  height: 100px;
  padding: 0 3%;
  background-color: #FFF;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.navbar-title {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  height: 100px;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 5px;
  color: #111;
  display: table-cell;
  vertical-align: middle;
}

.navbar-title:hover {
  color: #224D9C;
}

.navbar-title img {
  width: 100px;
  height: auto;
}

.navbar-nav {
  height: 100px;
  display: table-cell;
  vertical-align: middle;
}

.navbar-nav > li {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  float: none;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
}

.navbar-nav > li > a {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #111;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 0px 30px;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #224D9C;
}

.navbar-nav > li.active {
  background-color: #224D9C;
}

.navbar-nav > li.active > a, .navbar-nav > li.active > a:hover {
  color: #FFF;
}

.navbar-nav > li.active > a:hover {
  color: #fdc93c;
}

.navbar.navbar-light {
  -webkit-transition: height 0.3s linear;
  -moz-transition: height 0.3s linear;
  -o-transition: height 0.3s linear;
  -ms-transition: height 0.3s linear;
  transition: height 0.3s linear;
  height: 80px;
}

.navbar.navbar-light .navbar-title {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
  color: #111;
  height: 80px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 5px;
  display: table-cell;
  vertical-align: middle;
}

.navbar.navbar-light .navbar-title:hover {
  color: #224D9C;
}

.navbar.navbar-light .navbar-nav.nav-text-light > li {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  height: 80px;
}

.navbar.navbar-light .navbar-nav.nav-text-light > li > a {
  font-size: 14px;
}

.navbar.navbar-light .navbar-nav.nav-text-light > li > a:hover {
  color: #224D9C;
}

.navbar.navbar-light .navbar-nav.nav-text-light > li.active > a:hover {
  color: #fdc93c;
}

.navbar-toggle {
  margin-top: 20px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  border-radius: 0;
}

.navbar-toggle .icon-bar {
  height: 3px;
  background-color: #224D9C;
  border-radius: 0;
  width: 30px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 6px;
}

/* MAIN TOP */

.main-top {
  position: relative;
  width: 100%;
  height: 100%;
}

.main-top .main-content {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  display: table;
}

.main-top .main-content .container.content {
  display: table-cell;
  vertical-align: middle;
}

.main-top .main-content h2 {
  color: #FFF;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  -webkit-animation: fadeInLeft 2s;
  animation: fadeInLeft 2s;
}

.main-top .main-content h3 {
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 50px;
  font-weight: 100;
  letter-spacing: 10px;
  padding-top: 30px;
  margin-bottom: 200px;
  -webkit-animation: fadeInRight 2s;
  animation: fadeInRight 2s;
}

.main-top .section {
  margin-top: -300px;
  background-color: #224D9C;
}

.main-top .section .box {
  float: left;
  width: 20%;
  height: 300px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  text-align: center;
  display: table;
}

.main-top .section .box.blue {
  background-color: #224D9C;
}

.main-top .section .box.yellow {
  background-color: #fdc93c;
}

.main-top .section .box .content {
  display: table-cell;
  vertical-align: middle;
}

.main-top .section .box .content i {
  color: #FFF;
  font-size: 70px;
}

.main-top .section .box .content h3 {
  color: #FFF;
  font-size: 20px;
  letter-spacing: 5px;
  padding-top: 10px;
  margin-bottom: 30px;
}

/* BUTTONS */

.btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 15px 30px;
}

.btn-primary {
  background-color: #224D9C;
  color: #FFF;
  border: 3px solid #224D9C;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn-primary:hover {
  background-color: #FFF;
  color: #224D9C;
  border: 3px solid #224D9C;
}

.btn-primary:focus, .btn-primary:active {
  background-color: #224D9C !important;
  border: 3px solid #224D9C !important;
  color: #FFF !important;
  outline: none !important;
}

.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: transparent;
}

/* LINKS */

a {
  color: #333;
  font-weight: 600;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

a:hover, a:focus, a:active {
  color: #224D9C;
  text-decoration: none;
  outline: none;
}

/* SECTION */

.section {
  float: left;
  width: 100%;
  background-color: #FFF;
}

.section-heading {
  text-align: center;
  margin-bottom: 50px;
}

.section-heading h2 {
  font-size: 40px;
  letter-spacing: 5px;
  color: #224D9C;
  text-transform: uppercase;
}

.section-heading p {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #555;
}

.section-content img {
  width: 100%;
}

.section.dark {
	background-color: #224D9C;
  padding: 50px 0;
}

.section.dark h2 {
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  margin: 0;
  padding-right: 50px;
  display: inline-block;
  vertical-align: middle;
}

.section.dark h3 {
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 5px;
  margin: 0;
  padding: 100px 0 30px 0;
}

.section.dark p {
  color: #FFF;
  padding-bottom: 100px;
  margin-bottom: 0;
}

.section.dark .btn {
  color: #fdc93c;
  border: 3px solid #fdc93c;
  display: inline-block;
}

.section.dark .btn:hover {
  background-color: #fdc93c;
  color: #224D9C;
}

.section.dark .btn:focus, .section.dark .btn:active {
  background-color: #fdc93c !important;
  border: 3px solid #fdc93c !important;
  color: #224D9C !important;
  outline: none !important;
}

.section.general {
  padding: 0;
  padding-top: 150px;
}

.section.general h3 {
  color: #333;
}

.section.general p {
  padding-bottom: 50px;
}

/* ABOUT */

#about h3 {
  margin-bottom: 30px;
}

#about p {
  margin-bottom: 0;
}

#about ul {
  float: left;
  list-style-type: none;
  display: inline-block;
  padding: 50px 30px 0 30px;
}

#about ul li {
  font-size: 16px;
  line-height: 2.5;
}

#about ul li i {
  color: #224D9C;
  font-size: 15px;
  padding-right: 5px;
}

.about {
  display: table;
  width: 100%;
  height: 700px;
}

.about .content {
  display: table-cell;
  vertical-align: middle;
}

.about .image {
  background-image: url('../img/img.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  display: table-cell;
  vertical-align: middle;
}

.about .background {
  height: 601px;
  padding: 5%;
  margin: 0;
  display: table;
}

.about h3, .about p {
  color: #FFF;
  text-align: left;
  margin-bottom: 30px;
}

.about .btn {
  color: #224D9C;
  background-color: #fdc93c;
  border: 3px solid #fdc93c;
  margin-top: 20px;
}

.about .btn:hover, .about .btn.active, .about .btn:focus {
  color: #fdc93c;
  background-color: #224D9C;
  border: 3px solid #fdc93c !important;
}

/* SERVICES */

.section.services {
  padding-top: 0px;
}

.services i {
  font-size: 50px;
  margin-bottom: 30px;
}

.services .section-content p {
  padding-bottom: 100px;
  text-align: center;
}

.services .section-content h4 {
  text-align: center;
}

.services .section-content .first h4 {
  margin-bottom: 100px;
}

/* TEAM */

.team {
  width: 280px;
  height: 350px;
  margin: 50px auto;
  overflow: hidden;
  text-align: center;
}

.team .mask {
  width: 280px;
  height: 350px;
  position: absolute;
  overflow: hidden;
  text-align: center;
  top: 0;
  left: 0;
}

.team h2 {
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
  position: relative;
  font-size: 25px;
  background: rgba(0, 0, 0, 0.9);
  padding-top: 100px;
  padding-bottom: 10px;
}

.team p {
  font-size: 15px;
  position: relative;
  color: #FFF;
  text-align: center;
  line-height: 2;
}

.team a.info i {
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
  padding: 15px 10px;
  background: transparent;
  color: #FFF;
  text-transform: uppercase;
}

.team a.info:hover i {
  color: #fdc93c;
}

.team img {
  width: 200%;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  -ms-transition: all 1s linear;
  transition: all 1s linear;
}

.team .mask {
  background-color: #224D9C;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.team h2 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  background: transparent;
  margin: 20px 40px 0px 40px;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.3s linear 0.2s;
  -moz-transition: all 0.3s linear 0.2s;
  -o-transition: all 0.3s linear 0.2s;
  -ms-transition: all 0.3s linear 0.2s;
  transition: all 0.3s linear 0.2s;
}

.team p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.3s linear 0.3s;
  -moz-transition: all 0.3s linear 0.3s;
  -o-transition: all 0.3s linear 0.3s;
  -ms-transition: all 0.3s linear 0.3s;
  transition: all 0.3s linear 0.3s;
}

.team a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.3s linear 0.3s;
  -moz-transition: all 0.3s linear 0.3s;
  -o-transition: all 0.3s linear 0.3s;
  -ms-transition: all 0.3s linear 0.3s;
  transition: all 0.3s linear 0.3s;
}

.team:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 0.9;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}

.team:hover img {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.team:hover h2 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.team:hover p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.team:hover a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/* NEWSLETTER */

.section.newsletter {
  padding: 100px 0;
}

.section.newsletter h3 {
  color: #333;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.section.newsletter input {
  width: 50%;
  text-align: center;
}

.section.newsletter .btn {
  margin-top: 30px;
}

/* TESTIMONIALS */

.section.testimonials {
  padding: 200px 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  color: #FFF;
}

.section.testimonials h2, .section.testimonials p {
  color: #FFF;
}

#owl-testimonials.owl-theme .owl-controls .owl-page span, #owl-testimonials.owl-theme .owl-pagination {
  display: none;
  height: 0;
}

#owl-testimonials.owl-theme .owl-controls.clickable {
  display: none;
  margin: 0;
  height: 0;
}

/* CONTACT */

.contact-info li {
  padding-bottom: 20px;
}

.contact-info i {
  font-size: 30px;
  padding-bottom: 20px;
}

.contact-info h2 {
	font-size: 16px;
	letter-spacing: 0.2em;
}

.contact-info h2, .contact-info p {
  padding-left: 0px;
}

.contact-info p {
  font-size: 12px;
}

.contact-form {
  padding-top: 100px;
}

.contact-form .form-group {
  margin-bottom: 0;
}

.contact-form .alert,
.contact-form label {
  display: none;
}

/* FOOTER */

#footer {
  background-color: #224D9C;
  color: #FFF;
}

#footer h3 {
  font-size: 20px;
  color: #FFF;
  margin-bottom: 0;
}

#footer hr {
  float: left;
  width: 50px;
  margin-right: 100%;
}

#footer p {
  float: left;
}

#footer .social {
  float: left;
}

#footer .social i {
  font-size: 20px;
  color: #FFF;
  padding-right: 20px;
  text-align: right;
}

#footer .social i:hover {
  color: #fdc93c;
}

#footer ul {
  list-style-type: none;
  float: left;
  margin-bottom: 0;
}

#footer ul:first-of-type {
  padding-right: 40px;
}

#footer ul li i {
  color: #FFF;
  padding-right: 5px;
}

#footer ul li a {
  color: #FFF;
}

#footer ul li a:hover {
  color: #fdc93c;
}

#footer .image {
  width: 31%;
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}

#footer .image img {
  max-width: 100%;
}

#footer .image .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  background-color: #fdc93c;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#footer .image .overlay:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  background-color: #FFF;
  top: 50%;
  left: 50%;
  z-index: 30;
  margin-top: -8px;
  margin-left: -1px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#footer .image .overlay:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #FFF;
  top: 50%;
  left: 50%;
  z-index: 30;
  margin-top: -1px;
  margin-left: -8px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#footer .image:hover .overlay {
  opacity: 1;
}

.back-to-top {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 18px;
    z-index: 9999;
}

.back-to-top a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
}

.back-to-top a i {
    font-size: 35px;
    background: #2b2b2b;
    color: #fff;
    padding: 5px;
    border-radius: 46px;
}

.back-to-top a:hover i {
  color: #fdc93c;
}

.copyright {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0px;
    padding: 20px 0;
    margin-bottom: 0;
    text-align: center;
    font-family: Lato;
    float: none !important;
    background-color: #fdc93c;
    color: #ffffff;
    text-shadow: 1px 1px 11px rgba(0, 0, 0, 0.75);
}

/* MEDIA QUERIES */

@media screen and (max-width: 1023px) {
  h1 {
    font-size: 30px !important;
  }

  h2 {
    font-size: 25px !important;
  }

  h3 {
    font-size: 22px !important;
  }

  h4 {
    font-size: 18px !important;
  }

  p {
    font-size: 14px !important;
    line-height: 1.8 !important;
  }

  hr {
    width: 80px;
  }

  .padding {
    padding: 0 125px !important;
  }

  .padding-top {
    padding-top: 125px !important;
  }

  .padding-bottom {
    padding-bottom: 125px !important;
  }

  .section.newsletter, .section.testimonials {
    padding: 80px 0;
  }

  .section.dark {
    padding: 60px 0;
  }

  .section.dark h2 {
    width: 100%;
    font-size: 30px !important;
    padding-right: 0;
  }

  .section.dark .btn {
    margin-top: 30px;
  }

  .navbar-nav > li > a {
    padding: 0 15px;
  }

  .btn {
    padding: 15px 40px;
    letter-spacing: 2px;
  }

  .main-top .main-content h2 {
    font-size: 60px !important;
  }

  .main-top .main-content h3 {
    font-size: 40px !important;
    margin-bottom: 100px;
  }

  .main-top .section {
    margin-top: -200px;
  }

  .main-top .section .box {
    height: 200px;
  }

  .main-top .section .box .content h3 {
    font-size: 18px !important;
    letter-spacing: 3px;
  }

  .main-top .section .box .content i {
    font-size: 50px;
  }

  .back-to-top a i {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 25px !important;
  }

  h2 {
    font-size: 20px !important;
  }

  h3 {
    font-size: 18px !important;
  }

  h4 {
    font-size: 16px !important;
  }

  p {
    font-size: 13px !important;
  }

  hr {
    width: 75px;
    margin: 15px auto;
  }

  .padding {
    padding: 0 100px !important;
  }

  .padding-top {
    padding-top: 100px !important;
  }

  .padding-bottom {
    padding-bottom: 100px !important;
  }

  .section.newsletter, .section.testimonials {
    padding: 70px 0;
  }

  .section.newsletter h3 {
    margin-bottom: 40px;
  }

  .section.dark {
    padding: 50px 0;
  }

  .section.dark h2 {
    font-size: 25px !important;
    line-height: 1.8;
  }

  .section.dark .btn {
    margin-top: 20px;
  }

  .section.dark h3 {
    padding: 50px 0 20px 0;
    line-height: 1.5;
  }

  .section.dark p {
    padding-bottom: 50px;
  }

  .main-top .main-content h2 {
    font-size: 50px !important;
  }

  .main-top .main-content h3 {
    font-size: 30px !important;
    letter-spacing: 5px;
  }

  .main-top .section .box {
    width: 100%;
  }

  .navbar.navbar-light .navbar-nav.nav-text-light > li > a {
    border-bottom: none;
  }

  .navbar.navbar-light .navbar-nav.nav-text-light > li > a:hover {
    border-bottom: none;
    text-decoration: none;
  }

  .navbar-collapse {
    background-color: #FFF;
    padding: 0;
    position: absolute;
    width: 100%;
    left: 0;
  }

  .navbar-collapse ul {
    float: left;
    width: 100%;
    height: 100%;
    border-top: 2px solid #224D9C;
    border-bottom: 2px solid #224D9C;
    margin: 0;
  }

  .navbar-collapse li {
    display: table;
    width: 100%;
    height: 50px !important;
    padding-left: 10px;
  }

  .navbar-collapse li.active {
    background-color: #224D9C;
  }

  .navbar-collapse li a {
    font-size: 12px;
    padding: 15px;
    display: table-cell;
    vertical-align: middle;
  }

  .btn {
    padding: 10px 25px;
    font-size: 15px;
    letter-spacing: 1px;
  }

  #about ul {
    width: 50%;
    padding: 0;
    padding-top: 20px;
  }

  #about ul li {
    font-size: 14px;
    line-height: 1.5;
  }

  #about ul li i {
    font-size: 14px;
    padding-right: 3px;
  }

  .about .image {
    height: 500px;
  }

  .about .background {
    height: 500px;
  }

  .about .btn {
    margin-top: 15px;
  }

  .services i {
    font-size: 30px;
    margin-top: 15px;
  }

  .contact-info {
    text-align: center;
  }

  .contact-info li {
    display: inline-block;
    padding: 0 5px 10px 5px;
  }

  .contact-info i {
    font-size: 20px;
    width: 100%;
    padding-bottom: 10px;
  }

  .contact-info h3, .contact-info p {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form {
    padding-top: 80px;
  }

  .contact-form #name {
    margin-bottom: 30px;
  }

  .contact-form .btn-primary {
    width: 100%;
  }

  #footer hr {
    width: 40px;
  }

  #footer .social {
    float: none;
    text-align: center;
  }

  .back-to-top {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 20px !important;
  }

  h2 {
    font-size: 18px !important;
  }

  h3 {
    font-size: 16px !important;
  }

  h4 {
    font-size: 15px !important;
  }

  p {
    font-size: 12px !important;
    line-height: 1.5 !important;
  }

  hr {
    width: 50px;
    margin: 10px auto;
  }

  .padding {
    padding: 0 50px !important;
  }

  .padding-top {
    padding-top: 50px !important;
  }

  .padding-bottom {
    padding-bottom: 50px !important;
  }

  .section.newsletter, .section.testimonials {
    padding: 50px 0;
  }

  .section.newsletter h3 {
    margin-bottom: 30px;
  }

  .section.dark {
    padding: 30px 0;
  }

  .section.dark h2 {
    font-size: 18px !important;
    letter-spacing: 5px;
    line-height: 1.5;
  }

  .section.dark .btn {
    margin-top: 10px;
  }

  .section.dark h3 {
    padding: 30px 0 20px 0;
  }

  .section.dark p {
    padding-bottom: 30px;
  }

  .main-top .main-content h2 {
    font-size: 40px !important;
  }

  .main-top .main-content h3 {
    font-size: 20px !important;
    letter-spacing: 3px;
    margin-bottom: 50px;
  }

  .main-top .section {
    margin-top: -150px;
  }

  .main-top .section .box {
    height: 150px;
  }

  .main-top .section .box .content h3 {
    font-size: 16px !important;
  }

  .main-top .section .box .content i {
    font-size: 40px;
  }

  #about ul li {
    font-size: 13px;
  }

  #about ul li i {
    font-size: 13px;
    padding-right: 1px;
  }

  .about .image {
    height: 400px;
  }

  .about .background {
    height: 400px;
  }

  .contact {
    padding-bottom: 0;
  }

  .contact-info li {
    display: block;
  }

  .contact-form {
    padding-top: 30px;
  }

  #footer hr {
    width: 30px;
  }

  .copyright {
    width: 100%;
    text-align: center;
  }
}
/* Custom */
.hero-parallax-1 {
    background: url(../img/13.jpg) no-repeat center center fixed;
    background-size: cover;
}
.hero-parallax-2 {
    background: url(../img/14.jpg) no-repeat center center fixed;
    background-size: cover;
}
.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.slider-caption {
    position: relative;
    display: block;
    z-index: 1;
    top: 35%;
    text-align: center;
    color: #ffffff;
}
.hero-heading {
    color: #ffffff;
    z-index: 1;
    display: table;
    position: relative;
    margin: auto;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding-top: 60px;
}
.caption-heading {
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 52, 58, 0.7);
}
.hero-slider .item {
    background-size: cover;
}
.caption-heading h1 {
    font-family: 'Merriweather', serif;
    font-size: 55px;
    font-weight: 700;
	color:#fff;
    line-height: 1.25em;
}
.hero .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 15px;
    height: 15px;
    margin-top: -100px !important;
    margin: 5px 9px;
    filter: Alpha(Opacity=40);
    /*IE7 fix*/
    
    opacity: 0.4;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #ffffff;
}
.hero .owl-theme .owl-controls .owl-page.active span,
.hero .owl-theme .owl-controls.clickable .owl-page:hover span {
    position: relative;
}

.animated-button:link,
.animated-button:visited {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.animated-button:link:after,
.animated-button:visited:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.animated-button:link:hover,
.animated-button:visited:hover {
    text-shadow: none;
}
.animated-button:link:hover:after,
.animated-button:visited:hover:after {
    height: 450%;
}
.animated-button-one:after {
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}
.white-button.animated-button-one:after,
.white-button.animated-button-two:before {
    background: #ffffff !important;
}
button {
    background: none;
}
.animated-button-two {
    color: #fff;
    cursor: pointer;
    display: block;
    position: relative;
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.animated-button-two:hover {
    background-color: transparent;
    text-shadow: none;
}
.animated-button-two:hover:before {
    bottom: 0%;
    top: auto;
    height: 100%;
}
.animated-button-two:before {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 0px;
    width: 100%;
    z-index: -1;
    content: '';
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.white-button {
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 16px 32px;
    border: 4px solid #ffffff;
    font-weight: 400;
    margin-top: 55px;
    display: inline-block;
}
.white-button:hover {
    color: #222222;
    background: #ffffff;
}
.hero .owl-theme .owl-controls .owl-page.active span,
.hero .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #ff6900;
}
.zoomin-slider .vegas-timer-progress {
    background: #ff6900;
}
.coloured,
.typed-cursor {
    color: #ff6900;
}

.our-clients {
    background: #f9f9f9;
    text-align: center;
    padding: 30px 0px;
}
.clients .owl-controls .owl-buttons div {
	position: absolute;
    bottom: 40px;
    padding-right: 0 !important;
    margin-right: 0 !important;
    border: none !important;
    background: transparent !important;
    color: #cac8c8 !important;
    font-weight: 600;
}
.clients .owl-controls .owl-buttons div:hover {
    color: #222 !important;
}
.clients .owl-controls .owl-buttons .owl-prev {
    left: -70px;
    opacity: 1;
}
.clients .owl-controls .owl-buttons .owl-next {
    right: -50px;
    opacity: 1;
}
.client-img {
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    opacity: 1;
    cursor: pointer;
}
.client-img:hover {
    opacity: 1;
}
.client-img img {
    display: block;
    width: 100%;
    height: auto;
}
.owl-buttons {
    position: relative;
}

.owl-buttons i {
    font-size: 50px;
    color: #b3b3b3;
}
#wrapper{ max-width: 800px; width:100%; margin:0 auto;}
#generic-tabs{ width:100%; padding:20px;}
div#services {
    padding: 110px 0 50px!important;
}
/*Tab styles*/
#generic-tabs ul {
	overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    background: #eee;
	border-radius: 50px;
	
}
#generic-tabs ul li{
	float: left;
    display: inline-block;
    width: 25%;
    background: #eee;
	transition: 0.3s;
}
#generic-tabs ul li:last-child {border-right:none;}
#generic-tabs ul li:first-child { padding-left:0; }

/*Tab link styles*/
#generic-tabs ul li a {text-align:center; display:block; font-size: 1.3em; text-decoration: none; padding: 2em 1em; line-height: 20px; color:#949494;}

/*Active tab styles*/
#generic-tabs ul li.active {background: #27ae60;border-radius: 50px;}
#generic-tabs ul li.active a { color:#fff;}
#generic-tabs ul li.active a i {color:#ffffff;}
#generic-tabs ul li a i {
    position: relative;
    top: 3px;
    color: #949494;
}

/*Tab content styles*/

#generic-tabs .tab-content{ background:#FFFFFF; padding:3em 2em;}
#generic-tabs .tab-content h1 {margin-top:0;}

@media(max-width: 650px) {
	#generic-tabs ul{
		    border-radius: 0px;
		
	}
	#generic-tabs ul li{
		    width: 100%;
	}
	#generic-tabs ul li.active{
		 border-radius: 0px;
	}
	#generic-tabs ul li a{
		font-size:1.3em!important;
	}
}
@media(max-width: 995px) {
#generic-tabs ul li a{font-size:2vw;}
}
@media only screen and (min-width: 650px) {
	#generic-tabs ul li a {
	font-size:2vw;
    padding: 23px 2em 28px;
    line-height: 20px;
	}  
	#generic-tabs h1{font-size:2em;}
	#generic-tabs h1.callout{font-size:3em;}
	#generic-tabs p{font-size:1.3em;}
}

section#chooseus , #careers {
    background: #f9f9f9;
    padding: 110px 0px;
    display: inline-block;
    width: 100%;
}

section#careers {
    background-color: white;
}


.main_chooseus_area.main_chooseus_area_home3 .main_choose_content .single_choose_text p.c_text_p{
    padding: 0px 15px;
}

.main_chooseus_area.main_chooseus_area_home3 .main_choose_content .single_choose_text ul li{
    line-height: 35px;
}

.main_chooseus_area.main_chooseus_area_home3 .main_choose_content .single_choose_text ul li span.icon{
    color: #0278ba;
    margin-right: 10px;
    font-size: 13px;
    padding: 0;
    margin: 0;
    line-height: 0;
}

.main_chooseus_area.main_chooseus_area_home3 .main_choose_content .choose_tabe_menu{
    width: 100%;
    display: block;
    float: left;
    background: #f7f8f9;
    border: 1px solid #0278ba;
    margin-right: 5%;
    position: relative;
    z-index: 1;
}

.main_chooseus_area.main_chooseus_area_home3 .main_choose_content .choose_tabe_menu li{
    line-height: 5.5rem;
    padding: 0rem 1rem;
    border-bottom: 1px solid #ddd;
}

.main_chooseus_area.main_chooseus_area_home3 .main_choose_content .choose_tabe_menu li a{
    color:#4a4a4a;
    display: block;
}

.main_chooseus_area.main_chooseus_area_home3 .main_choose_content .choose_tabe_menu li a i{
    color:#4a4a4a;
    margin-right: 10%;
}

.main_chooseus_area.main_chooseus_area_home3 .main_choose_content .choose_tabe_menu li.active{
    background: #0278ba;
}

.main_chooseus_area.main_chooseus_area_home3 .main_choose_content .choose_tabe_menu li.active a{
    color:#fff;
    display: block;
}
.main_chooseus_area.main_chooseus_area_home3 .main_choose_content .choose_tabe_menu li.active a i{
    color:#fff
}

.main_chooseus_area.main_chooseus_area_home3 .main_choose_content .tab-content{
    width: 100%;
    overflow: hidden;
}

.main_chooseus_area.main_chooseus_area_home3 .main_choose_content .single_choose_text a.readmore{
    font-style: italic;
    color:#0278ba;
}

.main_chooseus_area.main_chooseus_area_home3 .main_choose_content .single_choose_img{
    position: relative;
}

.main_chooseus_area.main_chooseus_area_home3 .main_choose_content .single_choose_img img{
    width:100%;
	object-fit: cover;
}

.main_chooseus_area.main_chooseus_area_home3 .main_choose_content .single_choose_img .single_choose_img_border{
    border:1px solid #ddd;
    width:95%;
    height: 95%;
    position: absolute;
    left:2.3%;
    top:2.5%;
}
.main_chooseus_area .main_choose_content .single_choose_video img{
    width:100%;
}
.main_chooseus_area .main_choose_content .single_choose_text p.c_text_p{
    padding: 0px 15px;
}
.main_chooseus_area .main_choose_content .single_choose_text ul li{
    line-height: 35px;
}
#careers .main_chooseus_area .main_choose_content .single_choose_text ul li span.icon{
    color: #fab704!important;
    margin-right: 5px;
}
#careers .main_chooseus_area.main_chooseus_area_home3 .main_choose_content .single_choose_text a.readmore{
	font-style: italic;
    color: #fab704!important;	
}
#careers .main_chooseus_area .main_choose_content .choose_tabe_menu{

    border: 1px solid #fab704!important;
 
}
#careers .main_chooseus_area .main_choose_content .choose_tabe_menu li.active{
    background: #fab704!important;
    position: relative;
}
.main_chooseus_area .main_choose_content .choose_tabe_menu{
    width: 100%;
    display: block;
    float: left;
    background: #f7f8f9;
    border: 1px solid #fab704;
    margin-right: 5%;
    position: relative;
    z-index: 1;
}


.main_chooseus_area .main_choose_content .choose_tabe_menu li{
    line-height: 5.5rem;
    padding: 0rem 1rem;
    border-bottom: 1px solid #ddd;
}
.main_chooseus_area .main_choose_content .choose_tabe_menu li a{
    color:#4a4a4a;
    display: block;
}
.main_chooseus_area .main_choose_content .choose_tabe_menu li a span.icon{
	color: #4a4a4a;
    margin-right: 5%;
    padding-left: 0.7rem;
    position: relative;
    top: 5px;
    left: 10px;
}
.main_chooseus_area .main_choose_content .choose_tabe_menu li.active{
    background: #fab704;
    position: relative;
}

.main_chooseus_area .main_choose_content .choose_tabe_menu li.active:after{
    position: absolute;
    left: 0px;
    top: 30%;
    width: 4px;
    height: 40%;
    content: "";
    background: #fff;
}
.main_chooseus_area .main_choose_content .choose_tabe_menu li.active a{
    color:#fff;
    display: block;
}
.main_chooseus_area .main_choose_content .choose_tabe_menu li.active a span.icon{
    color:#fff
}
.main_chooseus_area .main_choose_content .tab-content{
    width: 100%;
    overflow: hidden;
}
.main_chooseus_area .main_choose_content .single_choose_text a.readmore{
    font-style: italic;
    color:#0278ba;
}
.main_chooseus_area .main_choose_content .single_choose_img{
    position: relative;
    padding: 5px;
}
.main_chooseus_area .main_choose_content .single_choose_img img{
    width:100%;
}
.main_chooseus_area .main_choose_content .single_choose_img .single_choose_img_border{
    border:1px solid #ddd;
    width:91%;
    height: 91%;
    position: absolute;
    left:4%;
    top:4%;

}

.head_title{
    width: 60%;
    margin: 0 auto;
    margin-bottom: 4rem;
}
.head_title h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-bottom: 1rem;
}
.head_title p{
    font-weight: 300;
}
#chooseus ul , #careers ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
#chooseus p , #chooseus  li , #careers p , #careers li{
    font-family: "open sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
    color: #797979;
}

#chooseus h6 , #careers h6{
    font-size: 1rem;
    margin-bottom: .9rem;
    font-weight: 700;
    text-transform: uppercase;
}

#chooseus .row , #careers .row{
    margin-right: -15px;
    margin-left: -15px;
}
html {
    font-size: inherit;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}



.super-contact {
    padding: 40px 0;
    padding-top: 80px;
    padding-bottom: 0;
}
.main-corner h2 {
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    padding: 25px;
    font-weight: 800;
}
.mah-contact h2 {
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    margin: 25px 0;
    font-weight: 800;
}

.mah-contact section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}

.mah-contact input {
  display: none;
}

.mah-contact label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 10px 10px;
  font-weight: 600;
  text-align: justify;
  color: #bbb;
  border: 1px solid transparent;
  width:126px;
      vertical-align: middle;
}

.mah-contact label:before {
	font-family: 'Material Icons';
    font-weight: normal;
    margin-right: 10px;
    position: relative;
    top: 2px;
}


.mah-contact label:hover {
  color: #888;
  cursor: pointer;
}

.mah-contact input:checked + label {
    color: #fff;
    background: #555;
    border-bottom: 1px solid #2e3335;
}

.mah-contact #tab1:checked ~ #content1,
.mah-contact #tab2:checked ~ #content2,
.mah-contact #tab3:checked ~ #content3,
.mah-contact #tab4:checked ~ #content4 {
  display: block;
}
@media screen and (max-width: 1200px) {
 
.mah-contact label{width:225px;}

}

@media screen and (max-width: 650px) {
 

  .mah-contact label:before {
    margin: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .mah-contact label {
    padding: 15px;
  }
}
@media screen and (max-width: 1050px) {
.clients .owl-controls .owl-buttons div{position: inherit!important;}
}