/*********************** Fonts ************************/
@font-face {
  font-family: 'muse-500';
  src: url('../fonts/museosans-500.otf');
}
@font-face {
  font-family: 'muse-300';
  src: url('../fonts/museosansrounded-300-webfont.ttf'), url('../fonts/museosansrounded-300-webfont.woff'), url('../fonts/museosansrounded-300-webfont.svg');
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-Regular.ttf');
}
@font-face {
  font-family: 'OpenSans-Semibold';
  src: url('../fonts/OpenSans-SemiBold.ttf');
}
/*********************** Variables ************************/
/*********************** GENERAL RESET ************************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
/*********************** CUSTOM Settings ************************/
html {
  background: #ffffff;
  overflow-x: hidden;
}
body {
  background: #ffffff;
  color: #333333;
  overflow-x: hidden;
}
p,
ul,
ol {
  margin-bottom: 0.5em;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
sup {
  font-size: xx-small;
  vertical-align: super;
}
p a,
h5 a {
  font-weight: bold;
  transition: all 0.2s ease-out;
}
h1,
h2,
h3,
h4,
h5 {
  line-height: 1.5;
  margin-bottom: 1.5em;
}
h1 {
  font-size: 28px;
  font-family: "muse-300", Georgia, serif;
}
h2 {
  font-size: 26px;
  font-family: "muse-300", Georgia, serif;
}
h3 {
  font-size: 21px;
  font-family: "muse-300", Georgia, serif;
}
h4 {
  font-size: 18px;
  font-family: "muse-300", Georgia, serif;
}
h5 {
  font-size: 14px;
  font-weight: bold;
}
.btn-custom {
  color: #ffffff;
  background-color: #204a93;
  font-size: 18px;
  font-family: "muse-500", Arial, sans-serif;
  transition: 0.3s all ease-out;
}
.btn-custom:hover {
  box-shadow: 1px 3px 12px 0px #b3b3b3;
  color: #ffffff;
}
/******************** NAVBAR ********************************/
#navbar {
  padding: 15px 25px;
  border: none;
  background: #ffffff;
  transition: padding-top 0.3s, padding-bottom 0.3s;
}

/**#navbar .navbar-toggler {**/
/**  background: #204a93;**/
/**  border: none;**/
/**}**/

#navbar .navbar-toggler {
    background: #6d95d1;
    border: none;
}
#navbar .navbar-nav .nav-item .nav-link {
  color: black-color;
  font-weight: 400;
  font-size: 14px;
  font-family: "muse-500", Arial, sans-serif;
  transition: all 0.3s ease-out;
}
#navbar .navbar-nav .nav-item .nav-link.active,
#navbar .navbar-nav .nav-item .nav-link:hover {
  background: #204a93;
  color: #ffffff;
  transition: all 0.5s ease-out;
}
/******************** HEADER  ********************************/
#header {
  overflow-x: hidden;
}
#header #header-container {
  padding: 50px;
  background: url('../../img/header.png');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#header #header-container .text-container {
  margin-top: 100px;
}
#header #header-container .text-container h1,
#header #header-container .text-container h4 {
  color: #ffffff;
  line-height: 1.5em;
}
#header #header-container .text-container h1 {
  font-family: "muse-300", Georgia, serif;
}
#header #header-container .text-container h4 {
  font-family: "OpenSans", Helvetica, sans-serif;
}
#header #footer-container {
  background-color: #f2f2f2;
  padding: 30px;
  border-bottom: 1px solid #e6e6e6;
}
#header button {
  color: #ffffff;
  background-color: #204a93;
  font-size: 20px;
  font-family: "muse-500", Arial, sans-serif;
  float: right;
  margin: 0 0 10px 10px;
}
#header .event-details {
  font-family: "muse-500", Arial, sans-serif;
  font-size: 10px;
  color: dark-grey-color;
}
#header .event-details a {
  font-family: "OpenSans-Semibold", Arial, sans-serif;
  font-size: 16px;
}
#header p {
  color: light-grey-color;
  font-family: "OpenSans", Helvetica, sans-serif;
}
/******************** section-one ********************************/
#section-one {
  padding: 50px 0;
}
#section-one .container h3 {
  font-family: "muse-500", Arial, sans-serif;
  margin-bottom: 50px;
}
#section-one .container .row .com-md-4 img {
  height: 150px;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}
#section-one .container .row .com-md-4 h4 {
  font-family: "muse-500", Arial, sans-serif;
  margin-bottom: 15px;
}
#section-one .container .row .com-md-4 p {
  font-family: "OpenSans", Helvetica, sans-serif;
  margin-bottom: 1.5;
}
#section-one .container .row .com-md-4 a {
  margin-top: 10px;
}
/******************** SECTION TWO ********************************/
#section-two {
  background-color: #f2f2f2;
  padding: 50px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
#section-two .container h3,
#section-two .container h4 {
  font-family: "muse-500", Arial, sans-serif;
}
#section-two .container h5 {
  font-family: "OpenSans", Helvetica, sans-serif;
}
#section-two .container .row .col-md-4 .card {
  border: none;
  border-radius: 5px;
  margin-top: 50px;
}
#section-two .container .row .col-md-4 .card .icon-container {
  border-radius: 50%;
  margin: 0 auto;
  border: 8px solid #ffffff;
  background: #204a93;
  margin-top: -45px;
  width: 100px;
}
#section-two .container .row .col-md-4 .card .icon-container img {
  padding: 16px;
  width: 75px;
  height: 70px;
}
#section-two .container .row .col-md-4 .card .card-body .card-title {
  color: #204a93;
  margin-bottom: 15px;
  font-family: "muse-300", Georgia, serif;
}
#section-two .container .row .col-md-4 .card .card-body .card-text {
  font-family: "OpenSans", Helvetica, sans-serif;
  line-height: 1.5;
}
/******************** SECTION THREE ********************************/
#section-three {
  padding: 50px 50px 0 50px;
}
#section-three .container h3 {
  font-family: "muse-500", Arial, sans-serif;
  margin-bottom: 60px;
}
#section-three .container #section-three-slider img {
  height: 50px;
  width: 120px;
  margin: 0 auton;
  margin-bottom: 20px;
}
#section-three .container #section-three-slider img:hover {
  transform: scale(1.1);
  transition: all 0.5s ease-out;
}
#section-three .container .owl-carousel .owl-dots.disabled {
  display: inline-block;
  margin-top: 50px;
}
#section-three .container .owl-theme .owl-dots .owl-dot.active span,
#section-three .container .owl-theme .owl-dots .owl-dot:hover span {
  background: #204a93 !important;
}
#section-three .container .owl-theme .owl-dots .owl-dot span {
  background: #333333 !important;
}
/******************** SECTION FOUR********************************/
#section-four {
  padding: 50px 0;
  font-family: "muse-500", Arial, sans-serif;
}
#section-four .container .row .col-md-4 .card a img {
  opacity: 0.7;
  height: 200px;
}
#section-four .container .row .col-md-4 .card a img:hover {
  opacity: 1;
  transition: all 0.7s ease-in-out;
}
#section-four .container .row .col-md-4 .card .card-text {
  line-height: 1.3;
}
/**************************** SECTION FIVE **********************************/
#section-five {
  padding: 0 0 50px 0;
}
#section-five h3 {
  font-family: "muse-500", Arial, sans-serif;
  color: #333333;
  margin: 50px 0;
}
#section-five #section-five-slider .item a h4 {
  font-family: "OpenSans-Semibold", Arial, sans-serif;
  color: #204a93;
  border-bottom: 1px solid #f2f2f2;
}
#section-five #section-five-slider .item a .main-p {
  font-family: "OpenSans", Helvetica, sans-serif;
  color: #333333;
  line-height: 1.5;
  border-bottom: 1px solid #f2f2f2;
}
#section-five #section-five-slider .item a p {
  color: #333333;
}
#section-five .owl-nav {
  display: inline-block;
  position: relative;
  left: 48%;
  margin-top: 20px;
}
#section-five .owl-prev {
  font-size: 30px;
  color: #204a93;
  margin-right: 25px;
}
#section-five .owl-next {
  font-size: 30px;
  color: #204a93;
}
/**************************** CONTACT **********************************/
#contact {
  padding: 65px 0;
  /*************** enterd padding for contact form form-goup *****************/
}
#contact label {
  margin-bottom: 10px;
  font-family: "OpenSans", Helvetica, sans-serif;
}
#contact h2 {
  font-family: "muse-500", Arial, sans-serif;
  color: #204a93;
}
#contact .form-group {
  padding: 15px;
}
/**************************** Request For Quote **********************************/
#contact-request {
  padding: 50px 0;
  background-color: #f2f2f2;
  /*************** enterd padding for Request for Quote contact-request form form-goup *****************/
}
#contact-request label {
  margin-bottom: 10px;
  font-family: "OpenSans", Helvetica, sans-serif;
}
#contact-request h2 {
  font-family: "muse-500", Arial, sans-serif;
  color: #204a93;
}
#contact-request .form-group {
  padding: 15px;
}
/******************** End Request For Quote  (section-ten(contact) style.less)  *****************************/
/**************************** FOOTER *********************************/
#footer {
  padding: 20px;
  background: #204a93;
}
#footer .container-fluid .social {
  margin-bottom: 10px;
}
#footer .container-fluid .social a {
  color: #ffffff;
  font-size: 15px;
  margin-left: 20px;
}
#footer .container-fluid .copyright-area p {
  color: #000000;
  font-size: 20px;
}
#footer .container-fluid .copyright-area p a {
  color: #ffffff;
  text-decoration: none;
}
/******************** MEDIA QUERY *****************************/
@media only screen and (min-width: 300px) {
  #navbar {
    box-shadow: 0px 1px 7px #333333;
  }
  #navbar.navbar-shrink {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #ffffff;
  }
}

@media only screen and (min-width: 414px) {
  #header #footer-container p {
    letter-spacing: 1px;
    line-height: 1.2;
  }
  #section-one .container .row .col-md-4 a {
    margin-bottom: 30px;
  }
  #section-four .container .row .col-md-4 .card {
    margin-bottom: 35;
  }
  #section-four {
    padding-bottom: 0;
  }
  #section-five {
    padding-bottom: 0;
  }
  #testimonials {
    padding-bottom: 0;
  }
  #services .container .row .col-md-4 .card {
    margin-bottom: 35;
  }
  #services {
    padding-bottom: 0;
  }
  #gallery .container .row .col-md-4 .card {
    margin-bottom: 35;
  }
  #gallery {
    padding-bottom: 0;
  }
  #projects .container .row .col-md-4 a {
    margin-bottom: 30px;
  }
}
/********************  About US (section-two style.less)  *****************************/
#aboutus {
  background-color: #f2f2f2;
  padding: 65px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
#aboutus .container h2 {
  font-family: "muse-500", Arial, sans-serif;
  color: #204a93;
}
#aboutus .container h3,
#aboutus .container h4 {
  font-family: "muse-500", Arial, sans-serif;
  color: #204a93;
}
#aboutus .container h5 {
  font-family: "OpenSans", Helvetica, sans-serif;
}
#aboutus .container .row .col-md-4 .card {
  border: none;
  border-radius: 5px;
  margin-top: 50px;
}
#aboutus .container .row .col-md-4 .card .icon-container {
  border-radius: 50%;
  margin: 0 auto;
  border: 8px solid #ffffff;
  background: #204a93;
  margin-top: -45px;
  width: 100px;
}
#aboutus .container .row .col-md-4 .card .icon-container img {
  padding: 16px;
  width: 75px;
  height: 70px;
}
#aboutus .container .row .col-md-4 .card .card-body .card-title {
  color: #204a93;
  margin-bottom: 15px;
  font-family: "muse-300", Georgia, serif;
}
#aboutus .container .row .col-md-4 .card .card-body .card-text {
  font-family: "OpenSans", Helvetica, sans-serif;
  line-height: 1.5;
}
/******************** End About US (section-two style.less)  *****************************/
/********************  SERVICES(section-four style.less)  *****************************/
#services {
  padding: 50px 0;
  font-family: "muse-500", Arial, sans-serif;
}
#services h2 {
  font-family: "muse-500", Arial, sans-serif;
  color: #204a93;
}
#services .container .row .col-md-4 .card a img {
  opacity: 0.7;
  height: 200px;
}
#services .container .row .col-md-4 .card a img:hover {
  opacity: 1;
  transition: all 0.7s ease-in-out;
}
#services .container .row .col-md-4 .card .card-text {
  line-height: 1.3;
}
/******************** End SERVICES (section-four style.less)  *****************************/
/********************  GALLERY (section-four style.less)  *****************************/
#gallery {
  padding: 50px 0;
  font-family: "muse-500", Arial, sans-serif;
}
#gallery h2 {
  font-family: "muse-500", Arial, sans-serif;
  color: #204a93;
}
#gallery .container .row .col-md-4 .card a img {
  opacity: 0.7;
  height: 200px;
}
#gallery .container .row .col-md-4 .card a img:hover {
  opacity: 1;
  transition: all 0.7s ease-in-out;
}
#gallery .container .row .col-md-4 .card .card-text {
  line-height: 1.3;
}
/******************** End GALLERY (section-four style.less)  *****************************/
/********************  SUPPLIERS(section-three style.less)  *****************************/
#suppliers {
  padding: 50px 50px 0 50px;
  background-color: #f2f2f2;
}
#suppliers .container h2 {
  font-family: "muse-500", Arial, sans-serif;
  color: #204a93;
}
#suppliers .container h3 {
  font-family: "muse-500", Arial, sans-serif;
  margin-bottom: 60px;
}
#suppliers .container #suppliers-slider img {
  height: 50px;
  width: 120px;
  margin: 0 auton;
  margin-bottom: 20px;
}
#suppliers .container #suppliers-slider img:hover {
  transform: scale(1.1);
  transition: all 0.5s ease-out;
}
#suppliers .container .owl-carousel .owl-dots.disabled {
  display: inline-block;
  margin-top: 50px;
}
#suppliers .container .owl-theme .owl-dots .owl-dot.active span,
#suppliers .container .owl-theme .owl-dots .owl-dot:hover span {
  background: #204a93 !important;
}
#suppliers .container .owl-theme .owl-dots .owl-dot span {
  background: #333333 !important;
}
/******************** End SUPPLIERS (section-three style.less)  *****************************/
/********************  Our Projects (section-one style.less)  *****************************/
#projects {
  padding: 50px 0;
}
#projects .container h2 {
  font-family: "muse-500", Arial, sans-serif;
  color: #204a93;
}
#projects .container h3 {
  font-family: "muse-500", Arial, sans-serif;
  margin-bottom: 50px;
}
#projects .container .row .com-md-4 img {
  height: 150px;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}
#projects .container .row .com-md-4 h4 {
  font-family: "muse-500", Arial, sans-serif;
  margin-bottom: 15px;
}
#projects .container .row .com-md-4 p {
  font-family: "OpenSans", Helvetica, sans-serif;
  margin-bottom: 1.5;
}
#projects .container .row .com-md-4 a {
  margin-top: 10px;
}
/******************** End Our Projects (section-one style.less)  *****************************/
/********************  TESTIMONIALS (section-five style.less)  *****************************/
#testimonials {
  padding: 0 0 50px 0;
  background-color: #e6e6e6;
  overflow-x: hidden;
}
#testimonials h2 {
  font-family: "muse-500", Arial, sans-serif;
  color: #204a93;
  margin: 50px 0;
}
#testimonials h3 {
  font-family: "muse-500", Arial, sans-serif;
}
#testimonials #testimonials-slider .item a h4 {
  font-family: "OpenSans-Semibold", Arial, sans-serif;
  color: #204a93;
  border-bottom: 1px solid #f2f2f2;
}
#testimonials #testimonials-slider .item a .main-p {
  font-family: "OpenSans", Helvetica, sans-serif;
  color: #333333;
  line-height: 1.5;
  border-bottom: 1px solid #f2f2f2;
}
#testimonials #testimonials-slider .item a p {
  color: #333333;
}
#testimonials .owl-nav {
  display: inline-block;
  position: relative;
  left: 48%;
  margin-top: 20px;
}
#testimonials .owl-prev {
  font-size: 30px;
  color: #204a93;
  margin-right: 25px;
}
#testimonials .owl-next {
  font-size: 30px;
  color: #204a93;
}
/******************** End TESTIMONIALS (section-five style.less)  *****************************/
@media only screen and (max-width: 768px) {

  #header-container {
    background:
      linear-gradient(rgba(0,0,0,0.35), rgba(0,0,0,0.35)),
      url('../../img/header.png') center center / cover no-repeat !important;
    background-attachment: scroll !important;
    min-height: 520px;
    padding: 40px 20px;
  }

  #header-container .text-container {
    margin-top: 40px;
    text-align: center;
  }

  #header-container h1 {
    font-size: 30px;
    line-height: 1.3;
  }
#header-container h1 {
  text-shadow: 0 3px 10px rgba(0,0,0,0.5);
}
}