@import url('normalize.css');
@import url('https://fonts.googleapis.com/css?family=Oswald|Roboto+Condensed|Archivo+Narrow|Roboto');

/* ==========================================================================
   1. RESET MODULE.
   ========================================================================== */
/* 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.5;
    font-size: 18px;
  font-weight: 500;
  /*background: #e5eff3; */
  background-color: #a1d7ec;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

/* ==========================================================================
   2. TYPOGRAPHY MODULE.
   ========================================================================== */
h1{
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
}

h2{
    font-size: 22px;
    font-family: roboto;
    font-weight:600;
    text-align: center; 
}

h3{
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
}

h4{
    font-size: 18px;
    font-family: roboto;
    font-weight:600;
}

h5{
    font-size: 16px;
    font-family: 'Archivo Narrow', sans-serif;
}

h6{
    font-size: 14px;
    font-family: roboto;
    font-weight:600;
}

p{
    font-size: 14px;
    font-family: roboto;
    text-align:justify;
}
.intro p { color: #616161; margin-bottom: 10px; font-size:15px; }

/* ==========================================================================
   3. SPACING AND ALIGNMENT MODULE.
   ========================================================================== */
.wrapper{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.main{
    margin: 30px 0px 30px 0px;
}
.main.counter-parallax { margin:30px 0 0; }

.section{
    padding-top: 15px;
    padding-bottom:15px;
    margin: 0px auto 0px auto;
}

.section.intro {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 1200px) {
/*.section {
    width: 1200px;
}*/
.content-top{
    margin: auto;
    padding: 15px;
}
    
}

@media (max-width: 1200px) {
.content-top{
    padding: 15px;
}

}

/* ==========================================================================
   4. LOADER.
   ========================================================================== */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1031;
  background-color: #F2F2F2;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 3px solid transparent;
  border-top-color: #f5be56;
  border-radius: 50%;
  animation: loader 2s linear infinite;
}
#loader::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 3px solid transparent;
  border-top-color: #f2ab26;
  border-radius: 50%;
  animation: loader 3s linear infinite;
}
#loader::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 3px solid transparent;
  border-top-color: #f1a20e;
  border-radius: 50%;
  animation: loader 1.5s linear infinite;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ==========================================================================
   5. HEADER MODULE.
   ========================================================================== */
.top-header{
    margin-top: -15px;
    height: 50px;
    transition: 0.5s;
    background-color: #de6c26;
}

.content-top p{
    color: #FFF;
    font-size: 12px;
    transition: 0.4s;
}

.content-top .fa{
    color: #F2A81D;
    font-size: 16px;
}

.leftside{
    float: left;
}

.rightside{
    float: right;
}

.header-items{
    display:inline-block;
    margin-right: 10px;
}

.no-margin{
    margin: 0px;
}

.rightside .header-items .fa{
    color: #FFF;
    transition: 0.3s;
}

.rightside .header-items .fa:hover{
    color: #F2A81D;
}

hr.heading{
    margin: 30px auto 0px auto;
}

.main-call-out{
    background: #272721;
    margin-bottom: 30px;
}

/* ==========================================================================
   6. NAVBAR MODULE.
   ========================================================================== */
.container{
    background-color: transparent;
    /*padding-top: 10px;*/
}

.navbar-default.navbar-fixed-top { /*background-color:rgba(255,255,255,0.18);*/background-color: #01b16e !important; }

.navbar-default .navbar-brand{
    font-family: roboto;
    font-weight:600;
    font-size: 28px;
    color: #FFF;
    font-weight: normal;
    transition: 0.5s;
    padding-right: 5px;
}

.logo{
    float: left;
    margin: -15px 0px 0px 0px;
    transition: 0.3s;
   /* background-image: url("../images/logo.png");*/
    background-size: 295px;
    width: 295px;
    height: 50px;
}

span-color{
    color: #F2A81D;
}

.navbar-brand p{
    margin-top: 3px;
    color: #FFF;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #FFF;
  background-color: transparent;
}

.navbar-default{
    border-color: transparent;
}

.navbar-default .navbar-nav > li > a {
    color: #FFF;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition-property: width; /* Safari */
    -webkit-transition-duration: 5s; /* Safari */
    transition-property: color;
    transition-duration: 0.4s;
    padding: 15px 7px;
    transition: 0.5s;
    font-family: 'Roboto Condensed', sans-serif;
    transition:all ease 0.3s;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #F2A81D;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #F2A81D;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #F2A81D;
    background-color: transparent;
    -webkit-transition: width 2s; /* Safari */
    transition: width 2s;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    margin-top: -3px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
    color: red;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
    height: 3px; 
}

.navbar-fixed-top{
    background: transparent;
}
.welcome-section h2{
  color: #131218;
}
.welcome-section p{
    color: #555;
}
@media(min-width:768px) {
  .navbar-default {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    padding: 5px 0 10px;
    /* Add additional styles here for the UNCOLLAPSED state */
      transition: 0.5s;
}

.navbar-default.affix {
    padding: 0;
    /*background: #FFF;*/
    background-color: #01b16e;
    box-shadow: 0px 6px 16px -2px rgba(0, 0, 0, 0.3);
}
    
.navbar-default.affix .navbar-nav > .active > a{
    color: #de6c26;
}
       
.navbar-default.affix .navbar-nav > li > a:hover,
.navbar-default.affix .navbar-nav > li > a:focus {
    color: #de6c26;
}   

.navbar-default.affix .navbar-brand{
    color: #00354A;
    font-size: 20px;
    margin-top: -6px;
} 
      
.navbar-default.affix .navbar-brand p{
    font-size: 13px;
    margin-top: -2px;
    color: #333;
} 

.navbar-default.affix .navbar-brand .logo{
    margin-top: -5px;
   /* background-image: url("../img/images/logo-small.png");*/

    width: 230px;
    height: 39px;
    background-size: 230px;
}
.navbar-default.affix .navbar-brand .logo { background-image: url(../../../assets/frontend/images/logo.png) !important; }
    
.navbar-default.affix .top-header{
    background: #de6c26;
}
    
.navbar-default.affix .top-header .content-top{
    padding: 20px 15px;
    color: #FFF;
}
    
.navbar-default.affix .top-header .content-top p{
    font-size: 12px;
}
    
.navbar-default.affix .top-header .content-top hr.heading{
    display: none;
}  
    
.navbar-default.affix .container{
    padding-top: 0px;
}

}

.caret-drop{
    position: relative;
}

.caret-drop:before{
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 200px;
  padding: 10px 0;
  margin: 2px 0 0;
  margin-left: -16px;
  /*margin-right: -10px;*/
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #00354A;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #00354A;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);  
}

.dropdown-menu > li > a {
  display: block;
  padding: 2px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  white-space: nowrap;
  transition: 0.4s;
  font-family: 'Oswald', sans-serif;
  color: #FFF;
  font-weight:500;
  font-size: 16px;
  transition: 0.3s;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #F2A81D;
  text-decoration: none;
  background-color: transparent;
}

.dropdown-menu .divider-top {
  display: none;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #FFF;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #FFF;
}

ul.dropdown-menu ul.dropdown-menu {
    right: initial;
    left: 100%;
    margin-left: 0;
    top: 0;
    border-radius: 0 3px 3px 3px;
}

/* ==========================================================================
   7. CAROUSEL. 
   ========================================================================== */
.carousel,
.item,
.active {
    height: 100%;
}

.carousel-caption h1{
    font-size: 60px;
    font-family: 'Oswald', sans-serif;
}

.carousel-caption p{
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 20px;
}

.carousel-inner {
  /*height: 900px;*/
  height:675px;
    background: #000;
}

.carousel-caption{
    top: 50%;
    transform: translateY(-50%); 
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.fill:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.35);
}

.btn-transparent {
  background: transparent;
  /*color: #F2A81D;*/
  color: #fff;
  border: 2px solid #01b16e !important;
  transition: 0.3s;
  font-family:roboto;
  background-color: #01b16e !important;
}
.btn-transparent:hover {
  background-color: transparent;
    border: 2px solid #77c696;
    /*color:#fff;*/
    color: #1f1b1c;
}

.btn-large {
  padding: 11px 45px;
  font-size: 18px;
}

.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.carousel-indicators .active{
    background: #F2A81D;
    border: #F2A81D solid 2px;
}

.carousel-indicators{
    border: #F2A81D;
}

.left .carousel-control .icon-prev{
    color: #F2A81D;
}

.carousel-control.left, .carousel-control.right {
    background-image: none
}

/* ==========================================================================
   8. HOME PAGE.
   ========================================================================== */
.parallax{
    
    /*height: 390px; */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    position:relative;
}
.parallax:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(29, 29, 29, 0.63);
}

.center-content{
    position: relative;
    width: 100%;
    height: 360px;
}

.center-title{
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);   
}

.center-title h1{
    color: #FFF; 
    text-align: center;
}

.center-title p{
    color: #FFF; 
    text-align: center;
    margin: 20px 0px 20px 0px;
}

/* ================== IMAGE HOVER EFFECTS. =================== */

.grid {
  position: relative;
  margin: 0 auto;
  padding: 0px 8px 0px 2px;
  max-width: 1200px;
  list-style: none;
  text-align: center;
}

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
    width: 100%;
  margin: 10px 1%;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h3 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid figure h3 span {
  font-weight: 800;
}

.grid figure h3,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 14px;
}

figcaption p{
    color: #333;
}

figure.effect-lily img {
  max-width: none;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px,0, 0);
  transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
  text-align: center;
}

figure.effect-lily figcaption > div {
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 2em;
  width: 100%;
  height: 50%;
}

figure.effect-lily h3,
figure.effect-lily p {
  -webkit-transform: translate3d(0,40px,0);
  transform: translate3d(0,40px,0);
}

figure.effect-lily h3 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-lily p {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
  opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h3,
figure.effect-lily:hover p {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

/* ==========================================================================
   9. PAGES COMMON STYLES.
   ========================================================================== */
.pages-header{
    background-image: url("../img/images/pages-bg.jpg");
    height: 237px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;   
    position: relative;
}

.section-heading{
    width: 100%;
    position: absolute;
    bottom: 0;
}

.span-title{
    padding: 0px 12px 0px 12px; 
}

.span-title h1{
    color: #FFF;
}

.span-title p{
    color: #FFF;
}


/* ==========================================================================
   10. ABOUT US PAGE.
   ========================================================================== */
.about-image img{
    width: 100%;
}

.about-info h2{
    text-align: left;
    margin-bottom: 10px;
}

.about-info h3{
    text-align: left;
    margin-bottom: 10px;
    color: #F2A81D;
}

.about-info p{
    margin-bottom: 10px;
    color: #666;
}

/* ==========================================================================
   11. SOLUTIONS.
   ========================================================================== */
.chemical-bg{
    background-image: url("../img/images/chemical-bg.jpg");
    height: 400px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;   
    position: relative;
}

.material-bg{
    background-image: url("../img/images/material-bg.jpg");
    height: 400px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;   
    position: relative;
}

.agricultural-bg{
    background-image: url("../img/images/agricultural-bg.jpg");
    height: 400px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;   
    position: relative;
}

.power-and-energy-bg{
    background-image: url("../img/images/power-and-energy-bg.jpg");
    height: 400px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;   
    position: relative;
}

.petroleum-and-gas-bg{
    background-image: url("../img/images/petroleum-and-gas-bg.jpg");
    height: 400px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;   
    position: relative;
}

.mechanical-bg{
    background-image: url("../img/images/mechanical-bg.jpg");
    height: 400px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;   
    position: relative;
}

.solution-image img{
    width: 100%;
}

.solution-content h2{
    text-align: left;
    margin: 10px 0px 10px 0px;
}

.solution-content p{
    color: #666666;
    line-height: 1.7;
    margin-bottom: 20px;
}

hr.short{
  width: 50px;
    border-top: 3px solid #F2A81D;
    margin: 5px 0px 15px 0px;
}

hr.blog-solutions{
  width: 90px;
    border-top: 3px solid #F2A81D;
    margin: 5px 0px 15px 0px;
}

.list-group .list-group-item{
    border-radius: 0px;
    margin: 4px 0px 4px 0px;
    border: none;
    background: #f0f0f0;
    font-family: 'Archivo Narrow', sans-serif;
    padding: 10px 25px;
    transition: 0.3s;
    border-left: solid 2px #F2A81D;
}

.list-group .list-group-item:hover{
    background: #F2A81D;
    color: #FFF;
}

.list-group .list-group-item.active{
    background: #F2A81D;
    color: #FFF;
}

.list-group .list-group-item.active:hover{
    background: #F2A81D;
    color: #FFF;
    border-left: solid 2px #F2A81D;
}

blockquote{
  display:block;
  background: #fff;
  padding: 20px 20px 20px 45px;
  margin: 20px 10px 20px 20px;
  position: relative;
  font-size: 18px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  border-left: 5px solid #F2A81D;
  border-right: 2px solid #F2A81D;
  font-style: italic;
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  content: "";
}

blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #7ad02f;
}

blockquote a:hover{
 color: #666;
}

blockquote em{
  font-style: italic;
}

.box-services{
    /*background: #f2f2f2;*/
    background: #de6c26;
    width: 100%;
    height: 230px;
    position: relative;
    margin-bottom: 80px;
    transition: 0.3s;
}

.box-services:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    background: #F2A81D
}

.box-image{
    z-index: 1;
    width: 100px;
    height: 100px;
    margin: auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    border-radius: 50%;
    position: absolute;
    top: -10%; left: 50%;
    transform: translate(-50%,-20%);
}

.box-image img{
    width: 100%;
    border-radius: 50%;
}

.box-content{
    max-width: 300px;
    margin: auto;
    padding: 70px 10px 70px 10px;  
}

.box-content h3{
    text-align: center; 
    color: #F2A81D;
}

.box-content p{
    text-align: center; 
    color: #666;
}

.box-services:hover .box-content h3{
    color: #FFF;
}

.box-services:hover .box-content p{
    color: #FFF;
}

.section-title{
    margin-bottom: 70px;
}

hr.center{
  width: 90px;
    border-top: 3px solid #eb1924;
    margin: 5px auto 15px auto;
}
hr.left{
  width: 90px;
    border-top: 3px solid #eb1924;
    margin: 5px 0 20px;
}


/* ==========================================================================
   12. CONTACT PAGE.
   ========================================================================== */
.container-form{
    /*background: #f0f0f0;*/
    padding: 30px 0px 30px 0px;
    border-top: solid 1px #ddd;
    min-height: 588px;
}

.contact-info h3{
    text-align: left;
}

.contact-info h4{
    text-align: left;
}

.contact-info p{
    text-align: left;
}

.span-icon{
    float: left;
    margin-right: 25px;
    width: 30px;
    height: 70px;
}

.contact-form{
    background: transparent;
}

.span-info h4{
    line-height: 1.2;
    font-size: 16px;
    padding-top: 5px;
    font-weight: 600;
}

.span-icon .fa{
    color: #00354A;
}

.span-address{
    width: 100%;
    height: 70px;
    background: #FFF;
    padding: 20px;
    clear: both;
    margin-bottom: 10px;
}

.span-address .fa{
    color: #00354A; 
}

.span-address p{
    font-size: 18px;
}

.form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #00354A;
  background-color: #fff;
  background-image: none;
  border: solid 1px #F0F0F0;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-family: roboto;
}
.form-control:focus {
  border-color: #0099D7;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #0099D7;
  opacity: 1;
}

 #map{
        height: 100%;
}

.maps{
    height: 500px;
}

.main-call-out{
    background: #F2A81D;
    margin: 0px;
}

.call-out{
    width: 100%;
    height: auto;
    padding: 15px 20px 25px 20px;
    background-color: #F2A81D;
    border-radius: 4px;
}

.call-out h2{
    margin: 0px;
    padding: 0px;
    line-height: 1.5;
    color: #FFF;
    text-align: left;
    font-weight: normal;
}

.call-out p{
    margin: 0px;
    padding: 0px;
    line-height: 1.5;
    color: #FFF;
    font-size: 14px;
    text-align: left;
}

.contact-form .section .row .col-md-7{
    position: relative;
}

/*.staff-background{
    position: absolute;
    bottom: 20;
}*/

.staff-background img{
  /*  position: absolute;
    max-width: 49vw;*/
    width: 100%;

}

.span-support h4{
    margin-bottom: 10px;
}

.span-support p{
    color: #666;
    margin-bottom: 20px;
}

.alert-success {
  color: #FFF;
  background-color: #F2A81D;
  border-color: #F2A81D;
  font-family: roboto;
  font-size: 13px;
}

.alert {
  padding: 10px 35px 10px 15px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* ==========================================================================
   13. BLOG PAGE.
   ========================================================================== */
.posts-list{
    padding-bottom: 20px; 
}

.blog-prev-image img{
    width: 100%;
}

.blog-prev-info{
    margin: 10px 0px 10px 0px;
}

.blog-prev-info h2{
    text-align: left;
}

.blog-credit{
    margin-bottom: 5px;
}

.credit-items{
    display: inline-block;
    margin-right: 2px;
}

.blog-prev-content p{
    margin: 5px 0px 10px 0px; 
}

.media-object{
    width: 80px;
}

.media-object img{
    width: 100%;
}

.media-body h5{
    line-height: 1.1;
    font-size: 14px;
}

.media-body .fa{
    color: #0099D7;
}

.media-body .fa, .blog-credit .fa, .news-credit .fa{
    color: #0099D7;
}

.blog-tags{
    margin: 30px 0px 30px 0px;
}

.tags-items{
    display: inline-block;
    margin: 0px 5px 5px 0px;
}

.tags-items .btn-default {
  color: #333;
  background-color: #F0F0F0;
  border-color: #FFF;
  transition: 0.3s;
  font-family: roboto;
 
}

.tags-items .btn-default:focus,
.tags-items .btn-default.focus {
  color: #fff;
  background-color: #00354A;
  border-color: #00354A;
}

.tags-items .btn-default:hover {
  color: #fff;
  background-color: #00354A;
  border-color: #00354A;
  border-radius: 0px;
}

.tags-items .btn-default:active,
.tags-items .btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}

.tags-items .btn-default:active:hover,
.tags-items .btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.tags-items .btn-default:active:focus,
.tags-items .btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.tags-items .btn-default:active.focus,
.tags-items .btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}

.categories-container{
    margin-top: 30px;
}

.categories-box .list-group-item {
  position: relative;
  display: block;
  padding: 10px 0px;
  margin-bottom: -1px;
  background-color: #fff;
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #333;
  transition: 0.3s;
}

.categories-box .list-group-item:hover {
  color: #cccccc;
    background: #FFF;
}

.categories-box .list-group-item:hover .badge .fa {
  color: #cccccc;
}

.categories-box .list-group-item.active > .badge,
.categories-box .nav-pills > .active > a > .badge {
  color: #333;
  background-color: #fff;
}

.categories-box .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #333;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: transparent;
  border-radius: 0px;
}

.categories-box .list-group-item .fa{
    font-size: 16px;
}

.divider-categories{
    border-top: 1px solid #e6e6e6;
    margin: 3px auto 3px auto;
}

.search-box{
    width: 100%;
}

.search-box .search-container .form-group .input-group .form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background: #f0f0f0;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
       -o-transition: none;
          transition: none;
  font-family: 'Oswald', sans-serif;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.search-box{
    width: 100%;
    height: 40px;
    background: #ddd;
    padding: 0px;
    margin: 0px;
}

.search-box .search-container .form-group .input-group .input-group-addon{
    background: #f0f0f0;
    border: none;
    border-radius: 0px;
    height: 40px;
}

.search-box .search-container .form-group .input-group .input-group-addon .fa{
    font-size: 18px;
    color: #F2A81D;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 10px 18px;
    text-decoration: none;
    border: 1px solid #00354A;
    margin: 0px 5px 0px 5px;
    font-family: 'Archivo Narrow', sans-serif;
    color: #00354A;
    transition: 0.3s;
}

.pagination a.active {
    background-color: #F2A81D;
    color: white;
    border: 1px solid #F2A81D;
}

.pagination a:hover:not(.active) {
    background-color: #F2A81D;
    color: #FFF;
    border: solid 1px #F2A81D;
}

.pagination a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagination a:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* ==========================================================================
   14. BLOG SINGLE PAGE.
   ========================================================================== */
.post-image img{
    width: 100%;
}

.post-info{
    margin: 10px 0px 10px 0px;
}

.post-info h1{
    text-align: left;
}

.post-credit{
    margin-bottom: 10px;
}

.post-content p{
    margin: 10px 0px 20px 0px; 
}

blockquote{
  display:block;
  background: #fff;
  padding: 20px 20px 20px 45px;
  margin: 20px 10px 20px 20px;
  position: relative;
  font-size: 18px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  border-left: 5px solid #F2A81D;
  border-right: 2px solid #F2A81D;
  font-style: italic;
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  content: "";
}

blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #7ad02f;
}

blockquote a:hover{
 color: #666;
}

blockquote em{
  font-style: italic;
}

/* ==========================================================================
   15. FAQ PAGE.
   ========================================================================== */
.faq-container p{
    margin: 15px 0px 30px 0px;
}

strong{
    font-weight: bold;
    color: #F2A81D;
}


button.accordion {
    background-color: #FFF;
    color: #333;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
    border-radius: 0px;
    border-bottom: solid 1px #d9d9d9;
    font-family: roboto;
}

button.accordion.last {
    border-bottom: solid 1px #d9d9d9;
}

button.accordion.active, button.accordion:hover {
    background-color: #f0f0f0;
    border-bottom: solid 1px #f0f0f0;
}

button.accordion:after {
    font-family: FontAwesome;
    content: "\f067";
    color: ##94C026;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    transition: 0.9s;
}

button.accordion.active:after {
    font-family: FontAwesome;
    content: "\f00d";
}

/*div.panel {
    padding: 0 15px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel{
    border: none;
    margin: 0px;
}

.panel p{
    text-align: left;
    padding: 10px 0px 10px 0px;
    color: #999;
}*/

/* ==========================================================================
   16. SHOP GRID PAGE.
   ========================================================================== */
.products-heading{
    padding: 0px 15px 0px 15px;
}

.search-results{
    float: left;
    margin-top: 12px;
}

.search-results h6{
    font-size: 15px;
    margin-top: 5px;
    font-weight: normal;
    color: #666;
}

.filter-box{
    float: right;
}

.filter-item{
    display: inline-block;
    padding: 6px;
}

.filter-item .btn {
  display: inline-block;
  padding: 8px 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  font-family: 'Archivo Narrow', sans-serif;
}

.filter-item .btn-default {
  color: #333;
  background-color: #F0F0F0;
  border-color: #FFF;
}

.filter-item .btn-default:focus,
.filter-item .btn-default.focus {
  color: #333;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}

.filter-item .btn-default:hover {
  color: #333;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}

.filter-item .btn-default:active,
.filter-item .btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}

.filter-item .btn-default:active:hover,
.filter-item .btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.filter-item .btn-default:active:focus,
.filter-item .btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.filter-item .btn-default:active.focus,
.filter-item .btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}

.filter-box .filter-item .dropdown .dropdown-menu{
    background: #ddd;
    min-width: 110px;
    margin: 0px;
    background: #f0f0f0;
    font-family: 'Archivo Narrow', sans-serif;
    padding: 5px 0px 5px 0px;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none; 
}

.filter-box .filter-item .dropdown .dropdown-menu > li > a {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  white-space: nowrap;
  transition: 0.4s;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 14px;
  color: #333;
  font-size: 16px;
  transition: 0.3s;
}

.filter-box .filter-item .dropdown .dropdown-menu > li > a:hover {
  color: #0099D7;
}

.items-container{
    clear: both;
}

.item-images img{
    width: 100%;
}

.items-container{
    padding-top: 20px;
}

.item-box{
    border: solid 1px #f2f2f2;
    padding: 30px;
    margin-bottom: 30px;
}

.item-box:hover .item-images img{
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.item-info h6{
    text-align: center;
    color: #666;
    text-transform: uppercase;
    margin-top: 10px;
    transition: 0.3s;
}

.item-info h5{
    text-align: center;
    font-weight: 500;
    transition: 0.3s;
}

.item-info p{
    text-align: center;
    margin-top: 10px;
}

.item-box:hover .item-info h6{
    color: #999;
}

.item-box:hover .item-info h5{
    color: #999;
}

.item-box .btn-default {
  color: #00354A;
  background-color: #fff;
  border-color: #00354A;
  border-radius: 0px;
  border: solid 2px;
  transition: 0.3s;
}
.item-box .btn-default:focus,
.item-box .btn-default.focus {
  color: #fff;
  background-color: #00354A;
  border-color: #00354A;
}
.item-box .btn-default:hover {
  color: #fff;
  background-color: #00354A;
  border-color: #00354A;
}
.item-box .btn-default:active,
.item-box .btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #00354A;
  border-color: #00354A;
}

.popular-products-box .list-group-item {
  position: relative;
  display: block;
  padding: 10px 0 15px 0px;
  margin-bottom: -1px;
  background-color: #fff;
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #333;
  transition: 0.3s;
}

.popular-products-box .list-group-item:hover  {
  color: #cccccc;
}

.popular-products-box .list-group-item.active > .badge,
.popular-products-box .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.popular-products-box .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #333;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: transparent;
  border-radius: 0px;
}

.divider-categories{
    border-top: 1px solid #e6e6e6;
    margin: 3px auto 3px auto;
}

.span-stars{
    display: inline-block;
    margin-right: 2px;
}

.span-stars .fa{
    font-size: 12px;
    color: #ffa31a;
}

.list-group-item h6{
    font-size: 600;
}

.list-group-item .product-price{
    margin-top: 5px;
}

.list-group-item .product-price p{
    font-size: 16px;
}

.badge .product-thumb img{
    max-width: 70px;
}

.popular-products-box .list-group .list-group-item:hover{
    background: transparent;
}

.popular-products-box .list-group .list-group-item:hover .badge .product-thumb img{
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/* ==========================================================================
   17. PRODUCT DETAIL PAGE.
   ========================================================================== */
.product-leftside{
    float: left;
    margin-right: 20px;
    background: #fff;
    max-width: 320px;
}

.product-information .product-title h1{
    font-weight: 600;
    padding-top: 10px;
    font-size: 24px;
    margin-bottom: 5px;
}

.product-information hr.product-line{
    margin-left: 340px;
}

.counter-reviews{
    display: inline-block;
    margin-left: 5px;
}

.user-reviews{
    display: inline-block;
    margin-left: 10px;
}

.user-reviews p{
    color: #999;
}

.starts-container-product .span-stars .fa{
    font-size: 16px;
}

.product-description p{
    margin-bottom: 10px;
}

.category-list{
    display: inline-block;
    margin-right: 2px;
}

.counter-box{
    float: left;
    margin-right: 15px;
}

.spinner {
  width: 100px;
}
.spinner input {
  text-align: right;
}
.spinner .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 2%;
  vertical-align: middle;
  display: table-cell;
}
.spinner .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
  background: #F2A81D;
    border: solid #F2A81D 1px;
}

.spinner .input-group-btn-vertical > .btn .fa{
  color: #FFF;
}

.spinner .input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}
.spinner .input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}
.spinner .input-group-btn-vertical i{
  position: absolute;
  top: 0;
  left: 4px;
}

.counter-box .spinner .form-control{
  font-family: roboto;
  font-size: 14px;
  border-radius: 0px;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #F2A81D;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.button-box .btn-default {
  color: #FFF;
  background-color: #F2A81D;
  border-color: #F2A81D;
  border-radius: 0px;
  border: solid 1px;
  transition: 0.3s;
  padding: 6px 12px;
  font-family: roboto;
}
.button-box .btn-default:focus,
.button-box .btn-default.focus {
  color: #fff;
  background-color: #00354A;
  border-color: #00354A;
}
.button-box .btn-default:hover {
  color: #fff;
  background-color: #00354A;
  border-color: #00354A;
}
.button-box .btn-default:active,
.button-box .btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #00354A;
  border-color: #00354A;
}

.more-information{
    clear: both;
    padding-top: 30px;
}

.nav-tabs {
  float: none;
  border-bottom: 2px solid #00354A;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 0px;
  line-height: 1.42857143;
  border: none;
  border-radius: 0px;
  font-size: 16px;  
    color: #F2A81D;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
    background: #f0f0f0;
    color: #F2A81D;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #00354A;
  border: none;
  border-bottom-color: none;
}
.nav-tabs > li.active > a p{
    color: #FFF;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  /*margin-bottom: 5px;*/
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

.tab-content{
    margin-top: 10px;
    padding-top: 10px;
}

.tab-content h5{
    margin: 15px 0px 10px 0px;
}

.tab-content p{
    margin: 15px 0px 15px 0px;
}

.reviews-container{
    margin-top: 10px;
    clear: both;
}

.user-avatar{
  width: 90px;
  height: 150px;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
  margin-top: 10px;
}

.user-avatar img{
  width: 90px;
  border-radius: 50%;
  border: solid 4px #FFF;
}

hr.reviews{
    margin-top: 40px;
}

.review-information{
    padding-top: -30px;
}

.users-stars .span-stars .fa{
    font-size: 20px;
}

.author-container{
    margin-top: -30px;
}

.span-author{
    display: inline-block;
}

.review-date{
    display: inline-block;
}

.review-details{
    margin-top: -25px;
}

.review-details p{
    font-size: 14px;
}

.related-products{
    margin-top: 40px;
}

/* ==========================================================================
   18. RELATED PRODUCT SLIDER.
   ========================================================================== */
.slick-dots {
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0;
}
.slick-dots li {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
    display: none;
}
.slick-dots li.slick-active button {
  background-color: #FFC428;
}
.slick-dots li button {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: #47546b;
  border: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.slick-dots li :hover {
  background-color: #47546b;
}

.responsive{
    clear: both;
}

.responsive div img{
    margin-left: auto;
    margin-right: auto;
}

.customers{
    padding: 40px 0px 80px 0px;
}

.navigation{
    float: right;
    margin: -25px 0px 20px 0px;
}

/* Custom Arrow */
.navigation .prev {
  color: #FFF;
  display: inline-block;
  margin-right: 5px;
  background: #00354A;
  width: 35px;
  height: 35px;
  padding: 5px 12px 5px 12px;
  transition: 0.3s;
}

.navigation .prev:hover {
  background: #F2A81D;
}

.navigation .prev .fa {
  font-size: 25px;
}

.prev :hover {
  cursor: pointer;
  color: #FFF;
}

.navigation .next {
  color: #FFF;
  display: inline-block;
  background: #00354A;
  width: 35px;
  height: 35px;
  padding: 5px 10px 5px 15px;
  transition: 0.3s;
}

.navigation .next:hover {
  background: #F2A81D;
}


.navigation .next .fa {
  font-size: 25px;
}

.next :hover {
  cursor: pointer;
  color: #FFF;
}

@media screen and (max-width: 800px) {
  .next, .prev {
    display: none !important;
  }
}

.starts-thumbs{
    margin: 10px auto 10px auto;
    width: 105px;
}

.starts-thumbs .fa{
    font-size: 16px;
}

.related-products .section-title{
    clear: both;
}

/* ==========================================================================
   19. CAREERS PAGE.
   ========================================================================== */
.main-careers{
   margin: 30px 0px 30px 0px; 
}

.main-careers .row .col-md-4{
    padding: 0px;
}

p.careers{
    text-align: center;
}

.span-left{
    background: #F2A81D;
    height: 100%;
    padding: 100px 20px 100px 20px;
    margin-top: -8px;
}

.span-left h2{
    color: #FFF;
}

.span-left p{
    text-align: center;
    color: #FFF;
    margin-top: 10px;
}

.span-image img{
    width: 100%;
}

.span-center{
    background: #909090;
    height: 100%;
    padding: 100px 20px 100px 20px;
    margin-top: -8px;
}

.span-center h2{
    color: #FFF;
}

.span-center p{
    text-align: center;
    color: #FFF;
    margin-top: 10px;
}

.span-right{
    background: #00354A;
    height: 100%;
    padding: 100px 20px 100px 20px;
    margin-top: -8px;
}

.span-right h2{
    color: #FFF;
}

.span-right p{
    text-align: center;
    color: #FFF;
    margin-top: 10px;
}

.open-position .nav-tabs{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.open-position .nav-tabs {
  border-bottom: 2px solid #f0f0f0;
}


.open-position .nav-tabs > li.active > a,
.open-position .nav-tabs > li.active > a:hover,
.open-position .nav-tabs > li.active > a:focus {
  color: #F2A81D;
  cursor: default;
  background-color: transparent;
  border-bottom: solid 2px #F2A81D;
  border-bottom-color: #00354A;
}

.open-position .nav-tabs > li.active > a p{
    color: #00354A;
}

.open-position .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
    background: transparent;
    color: #00354A;
}

.open-position .nav-tabs > li > a {
  margin-right: 0px;
  line-height: 1.42857143;
  border: none;
  border-radius: 0px;
  font-size: 16px;  
  color: #999;
}

.careers-blocks{
    width: 100%;
    height: 120px;
    background-color: #F2F2F2;
    border-left: solid 3px #F2A81D;
    padding: 20px;
    margin-bottom: 20px;
    transition: 0.3s;
}

.careers-blocks:hover{
    border-left: solid 4px #00354A;
}

.careers-blocks h3{
    color: #333;
    font-weight: normal;
        line-height: 1.3;
    margin-bottom: 10px;
}

.careers-blocks .fa{
    color: #F2A81D;
}

.careers-blocks p{
    margin-top: -2px;
    color: #999;
}

/* ==========================================================================
   20. TEAM PAGE.
   ========================================================================== */
.team-headshot {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}

.team-headshot > img,
.team-headshot a > img {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

a.team-headshot:hover,
a.team-headshot:focus,
a.team-headshot.active {
  border-color: #337ab7;
}

.team-headshot .caption {
  color: #333;
}

.team-headshot .caption h3{
  text-align: center;
}

.team-headshot .caption p{
  text-align: center;
}

.span-social{
    margin-top: 10px;
    width: 160px;
    margin: 10px auto 0px auto;
}

.employee-social{
    display: inline-block;
    margin-right: 5px;
}

.employee-social .fa {
  padding: 10px;
  font-size: 16px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.employee-social .fa-facebook {
  background: #FFF;
  color: #333;
  border: solid 1px #F2A81D;
  -moz-box-shadow:    inset 0 0 10px #F2A81D;
  -webkit-box-shadow: inset 0 0 10px #F2A81D;
  box-shadow:         inset 0 0 10px #F2A81D;
}

.employee-social .fa-twitter {
  background: #FFF;
  color: #333;
  border: solid 1px #F2A81D;
  -moz-box-shadow:    inset 0 0 10px #F2A81D;
  -webkit-box-shadow: inset 0 0 10px #F2A81D;
  box-shadow:         inset 0 0 10px #F2A81D;
}

.employee-social .fa-linkedin {
  background: #FFF;
  color: #333;
  border: solid 1px #F2A81D;
  -moz-box-shadow:    inset 0 0 10px #F2A81D;
  -webkit-box-shadow: inset 0 0 10px #F2A81D;
  box-shadow:         inset 0 0 10px #F2A81D;
}

/* ==========================================================================
   21. PRICING PAGE.
   ========================================================================== */
.pricing {
  display: block;
  padding-bottom: 30px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
  transition: 0.3s;
}

.pricing:hover {
  margin-top: -20px;
}

.pricing > img,
.pricing a > img {
  margin-right: auto;
  margin-left: auto;
    width: 100%;
}
a.pricing:hover,
a.pricing:focus,
a.pricing.active {
  border-color: #337ab7;
}
.pricing .caption {
  padding: 9px;
  color: #333;
    margin-top: 20px;
}

.princing-title{
    margin-top: -60px;
}

.princing-title h3{
    color: #FFF;
    text-align: center;
}

.pricing .caption p{
    text-align: center;
    margin-bottom: 15px;
}

.pricing .caption h6{
    text-align: center;
    color: #999;
}

.pricing .caption h1{
    text-align: center;
}

.pricing p{
    text-align: center;
}

/* ==========================================================================
   22. PROJECTS FILTER GALLERY.
   ========================================================================== */
main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.section .nav-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.section .nav-item {
  position: relative;
  padding: 0 5px;
  margin: 0 5px;
  font-size: 17px;
  color: #666;
  text-decoration: none;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: roboto;
    padding: 5px 10px 5px 10px;
}

.section .porfolio .nav-filters .nav-item:hover{
      color: #FFF;
    -webkit-transition: all 350ms;
    transition: all 350ms;
    background: #F2A81D;
    padding: 5px 10px 5px 10px;
}

.nav-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  color:#01B9AF;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.nav-item.active {
  color: #FFF;
  -webkit-transition: all 350ms;
  transition: all 350ms;
    background: #F2A81D;
    padding: 5px 10px 5px 10px;
}
.nav-item.active:before {
  width: 100%;
}

.portfolio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.project {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(50% - 20px);
          flex: 1 0 calc(50% - 20px);
 padding: 10px;


}
.project:hover  {
   
     cursor: pointer;
      transform: scale(1.01);
}

.project:hover  .project-info-title{
   
        color: #fff;
        background-color: #01b16e
}


.project .project-image img {
  transition:all ease 0.3s;
}

.project:hover .project-image img{
    /*opacity: 0.5;*/
    /*filter: alpha(opacity=50);*/
    background: #000;
    -webkit-filter: grayscale(90%); /* Safari 6.0 - 9.0 */
    filter: grayscale(90%);
}

@media (min-width: 520px) {
.project {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% / 2) );
            flex: 0 0 calc((100% / 2) );
}
}
@media (min-width: 860px) {
.project {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% / 3) );
            flex: 0 0 calc((100% / 3) );
}  
    
.two-columns .project {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% / 2) );
            flex: 0 0 calc((100% / 2) );
} 
    
.four-columns .project {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% / 4) );
            flex: 0 0 calc((100% / 4) );
}
    
}

@media (max-width: 991px) {
    .gallery .nav-item {
        font-size: 15px;
    }
}

.project-image img {
  display: block;
  width: 100%;
  height: auto;
}

/*.project-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;

  opacity: 0;
  -webkit-transition: all 350ms ease-in;
  transition: all 350ms ease-in;
}*/
/*.project-info:hover {
  opacity: 1;
}*/

.project-info-title {
  margin: 0 0 .5em;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
      color: #f2a81e;
    background-color: rgb(19, 19, 62);
  width: 100%;
  padding: 10px 5px;
  line-height: 20px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.project-info-button {
  padding: .5em 1em;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #01b16e !important;
  border-radius: 0px;
  -webkit-transition: all 350ms;
  transition: all 350ms;
  font-family: 'Archivo Narrow', sans-serif;
    font-size: 13px;
    background: #01b16e !important;
}
.project-info-button:hover {
  color: #FFF;
  background: #00354A;
  border-color: #00354A;
}

/* ==========================================================================
   23. PROJECT DETAILS.
   ========================================================================== */

.staff .media .media-object{
    width: 100px;
}

.staff .media .media-object img{
    width: 100%;
}

.staff .media .media-body h6.media-heading {
    color: #F2A81D;
}

.staff .media .media-body .fa{
    color: #F2A81D;
}

/* ==========================================================================
   24. SCROLLING TOP.
   ========================================================================== */
@media only screen and (min-width: 1024px) {
  main p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
 /* background: rgba(9, 92, 131, 1) url(../img/master/icons/cd-top-arrow.svg) no-repeat center 50%;*/
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  border-radius: 5px;  
  background-color: #F2A81D;    
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
  z-index: 99;
}
.cd-top.cd-is-visible:after {
    content: '\f106';
    font-family: fontawesome;
    color: #fff;
    left: -10px;
    top:-5px;
    font-size: 32px;
    position: absolute;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #F2A81D;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  } 
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 50px;
    width: 50px;
    right: 30px;
    bottom: 30px;
  }
}

/* ==========================================================================
   25. TESTIMONIALS SLIDER.
   ========================================================================== */
.main-gallery{
    margin-bottom: 15px;
}

.gallery-cell {
  width: 100%;
  color: #fff;
    
}

.testimonial-section{
    min-height: 200px;
}

.avatar {
  width: 100px;
  height: 100px;
  margin: auto;
}

.avatar img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-quote{
    margin: 15px  100px 5px 100px;
}

.testimonial-quote p{
    text-align: center;
}

.autor h5{
    text-align: center;
    margin-bottom: 20px;
}

.testimonial {
  text-align: center;
  max-width: 850px;
  margin: 10px auto 10px auto;
}


.flickity-page-dots .dot.is-selected {
  background: #F2A81D;
}

.testimonials{
  padding: 20px 15px 20px 15px;
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.testimonials-services{
  margin: -50px auto 20px auto;
}

.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-prev-next-button{position:absolute;top:50%;width:44px;height:44px;border:none;border-radius:0%;background:#fff;background:hsla(0,0%,100%,.75);cursor:pointer;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.flickity-prev-next-button:hover{background:#fff}.flickity-prev-next-button:focus{outline:0;box-shadow:0 0 0 5px #09F}.flickity-prev-next-button:active{filter:alpha(opacity=60);opacity:.6}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button:disabled{filter:alpha(opacity=30);opacity:.3;cursor:auto}.flickity-prev-next-button svg{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-prev-next-button .arrow{fill:#333}.flickity-prev-next-button.no-svg{color:#333;font-size:26px}.flickity-page-dots{position:absolute;width:100%;bottom:-5px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:30px;height:5px;margin:0 8px;background:#fff;border-radius:0%;filter:alpha(opacity=65);opacity:.65;cursor:pointer}.flickity-page-dots .dot.is-selected{filter:alpha(opacity=100);opacity:1}

/* ==========================================================================
   26. BOTTONS MODULE.
   ========================================================================== */
.btn-warning {
  color: #fff;
  background-color: #F2A81D;
  border-color: #F2A81D;
  transition: 0.3s;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #F2A81D;
  border-color: #F2A81D;
}
.btn-warning:hover {
  color: #fff;
  background-color: #f4b43e;
  border-color: #f4b43e;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-callout{
    float: right;
    margin-top: -50px;
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #FFF;
    font-size: 17px;
    border-radius: 4px;
    background-color: #FFF;
    color: #00354A;
    transition: 0.3s;
}

.btn-callout:hover,
.btn-callout.focus {
  color: #FFF;
  background-color: #00354A;
  border-color: #00354A;
}

/* ==========================================================================
   27. COUNTER MODULE.
   ========================================================================== */
.counter-parallax{
    background-image: url("../images/counter-bg.jpg");
    /*background: url("../images/counter-bg.jpg") repeat 0 0;*/
    height: 400px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0px 30px 0px;
}

circle-counter {
    font-size: 33px;
    color: #FFF;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    margin: 0px 30px 0px 30px;
}

circle-counter h4{
    font-size: 16px;
    text-align: center;
    color: #FFF;
}

.circle{
    font-size: 40px;
    text-align: center;
    color: #FFF;
}

circle-counter > circle-counter {
    margin-bottom: 0;
}

.counter-icon{
    width: 160px;
    margin-left: auto;
    margin-right: auto;
}

.counter-icon .fa{
    font-size: 50px;
    color: #F2A81D;
}

code, code > circle-counter {
    text-align: left;
    display: block;
    background: #444;
    color: #fff;
    padding: 20px;
    font-size: 14px;
}

code > circle-counter {
    padding: 0;
    margin: 0;
}

@media only screen and (max-width: 1024px) {
circle-counter {
    font-size: 28px;
    margin-bottom: 30px;
    margin-left: 0px;
}

.circle {
    clear: both;
}
            
circle-counter h4{
    margin-left: 0px;
}
            
}

@media only screen and (max-width: 800px) {
div > circle-counter {
    font-size: 33px;
    display: block;
    width: 100% !important;
}

circle-counter {
    font-size: 33px;
}

code {
    margin-bottom: 10px;
}
}

/* ==========================================================================
   28. FOOTER MODULE.
   ========================================================================== */
.main-footer{
    background: #01b16e !important;
    /*height: 430px;*/
    padding: 10px 0px 10px 0px;
}

.main-footer .footer-logo { 
    max-width:100%;
    border: 1px solid #3e3e3e;
    padding: 5px 5px 7px;
    border-radius: 6px;
    background-color: rgba(255,255,255,0.03); 
    margin-bottom: 10px;
}

.top-footer{
    /*height: 50px;*/
    margin-bottom: 20px;
}

.span-footer .logo{
    background: url(../img/images/logo.png);
    background-size: contain;
    width: 212px;
    margin: 0;
    height: 54px;
}

.span-footer h6{
    color: #FFF;
}

.span-footer p{
    color: #d8d8d8;
    padding-left: 22px;
}

.span-footer .fa{
    color: #F2A81D;
}

.span-footer span-brand{
    color: #FFF;
    font-family: roboto;
    font-weight:600;
}

.footer-column p{
    color: #b3b3b3;
    line-height: 1.5;
    margin-bottom: 5px;
    font-size: 15px;
}

.news-column p{
    color: #d8d8d8;
    line-height: 1.4;
    font-size: 15px;
}

.news-column hr{
    margin: 12px 0px 12px 0px;
    border-color: #FFF;
}

.social-footer{
    margin-top: 20px;
}

.social-icons{
    display: inline-block;
    margin-right: 2px;
}
.social-icons a { 
  width:30px; 
  height:30px; 
  display:inline-block; 
  background-color:#de6c26; 
  text-align:center; 
  line-height:35px; 
  border-radius: 20px; 
  transition:all ease 0.4s; 
}
.social-icons a:hover { background-color:#f2a81e; }
.social-icons .fa{
    font-size: 22px;
    color: #272722;
    -webkit-transition-property: width; /* Safari */
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-property: color;
    transition-duration: 0.5s;
}

.social-icons .fa:hover{
    /*color: #F2A81D;*/
}

h5.footer-heading{
    color: #f0f0f0;
    margin-bottom: 5px;
    font-weight: normal;
    text-align: left;
}

.footer-thumbnail img{
    width: 100%;
    border-radius: 0px;
}

.footer-column .row .col-md-3{
    padding: 2px;
    margin-bottom: -8px;
}

.footer-column .row{
    margin: 0px;
}

hr.short-footer{
  width: 50px;
    border-top: 2px solid #fff;
    /*3px solid #eb1924*/
    margin: 5px 0px 15px 0px;
}

.column-left{
    float: left;
    /*padding: 5px 0px 5px 0px;*/
}

.column-right{
    float: right;
    /*padding: 5px 0px 5px 0px;*/
}

.column-right a:link {
    color: #FFF;
    text-decoration: none;
    font-weight: normal;
}

/* visited link */
.column-right a:visited {
    color: #FFF;
    text-decoration: none;
}

.column-right a:hover {
    color: #0099D7;
    text-decoration: none;
}

.column-right a:active {
    color: #FFF;
    text-decoration: none;
}

.bottom-footer{
    /*height: 80px;*/
    background: #1b1646; 
    color: #FFF;
}

.column-left p{
    color: #FFF;
}

.bottom-footer .main{
    margin-top: 0px;
    margin-bottom:0;
    background: #13133e;
}

hr.footer{
    margin: 30px auto 30px auto;
}

/* ==========================================================================
   29. MEDIA QUERIES MODULE.
   ========================================================================== */

/* ----- TYPOGRAPHY BREAKPOINTS -----*/

@media (min-width:576px) {
h1 {
    font-size: 24px;
} 

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}
    
}

@media (min-width:768px) {
h1 {
    font-size: 26px;
  }  
    
h2 {
    font-size: 24px;
    line-height: 1.2;
  }
    
h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}
    
}

@media (min-width:992px) {
h1 {
    font-size: 32px;
  }  
    
h2 {
    font-size: 28px;
  }
    
h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
}
    
}

@media (max-width:992px) {  
.navbar-default .navbar-nav > li > a {
    color: #FFF;
    font-size: 14px;
    padding-left: 0px;
}

.navbar-default .navbar-brand{
    font-family: roboto;
    font-weight:600;
    font-size: 20px;
    color: #FFF;
    font-weight: normal;
    transition: 0.5s;
}
    
.navbar-brand p{
    margin-top: -3px;
    font-size: 13px;
}
    
.logo img{
    width: 50px;
}
    
.main-footer{
    height: 100%;
}
    
.top-footer{
    height: 100%;
}
    
.news-column{
    margin: 30px 0px 30px 0px;
}
    
.span-footer{
    margin-bottom: 15px;
}
    
.span-footer .logo{
    margin: 0px 10px 0px 0px;
}
        
.span-footer p{
    font-size: 13px;
    margin-top: -5px;
    padding-left: 0px;
    text-align: left;
}        
.span-footer h6{
    font-size: 13px;
    margin-top: -5px;
    text-align: left;
}
    
.center-title{
    position: absolute;
    top: 50%; left: 10%; right: 10%;
    transform: translate(-10%,-50%); 
    width: 100%;
}
    
.btn-large {
  padding: 8px 30px;
  font-size: 16px;
}
    
.parallax{
    height: 100%; 
}
    
.btn-callout{
    float: none;
    margin-top: 10px;
    display: inline-block;
    padding: 8px 25px;
    border: 1px solid #FFF;
    font-size: 15px;
    border-radius: 4px;
    background-color: transparent;
    color: #FFF;
}
    
.call-out{
    width: 100%;
    height: auto;
}
    
.call-out h2{
    text-align: center;
}

.call-out p{
    margin-top: 5px;
    font-size: 12px;
    text-align: center;
}
    
.container-form{

    min-height: 100%;
}
    
.staff-background{
    display: none;
}
    
.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    margin: 0px 2px 0px 2px;
}
    
.sidebar{
    margin-top: 30px;
}
    
.center-box{
    margin: 70px 0px 70px 0px;
}
    
}

@media (max-width:767px) {
.top-header{
    display: none;
}
    
.pages-header{
    height: 180px; 
}
    
.carousel-caption h1{
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
}

.carousel-caption p{
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 20px;
}

.carousel-inner {
  height: 570px;
}

    
.navbar-default{
    background-color: #FFF;
    box-shadow: 0px 6px 16px -2px rgba(0, 0, 0, 0.3);
    background: #00354A;
}
    
.navbar-default .navbar-brand{
    font-size: 18px;
    color: #FFF;
    margin-top: -12px;
}
    
span-color{
    color: #F2A81D;
}

.navbar-brand p{
    margin-top: -5px;
    font-size: 11px;
}
    
.logo{
    margin: -7px 0px 0px 0px;
    width: 40px;
    background: url(../img/master/icons/logo-small.svg);
    background-size: contain;
}
    
.logo img{
    width: 40px;
}
    
.navbar-default .navbar-nav > li > a {
    color: #FFF;
    font-weight:normal;
    font-size: 14px;
    padding-left: 15px;
}  
    
.navbar-default .navbar-nav > li > a:hover {
    color: #F2A81D;
}
    
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    font-size: 14px;
    transition: 0.3s;
    padding-left: 30px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #F2A81D;
    background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}
    
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #FFF;
    background-color: transparent;
}
    
.navbar-nav {
    margin-top: 2px
}  
    
.navbar-nav > li {
    float: none; 
    padding: 3px 10px 3px 5px;
}
    
.dropdown-toggle {
    border: none;
}
    
.dropdown-menu .divider-top {
  display:inherit;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;

}
    
.caret-drop{
    float: right;
}
    
.caret-drop:before{
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #F2A81D;
    font-size: 20px;
}
    
.bottom-footer{
    height: 100%;
}
    
.column-left{
    float: none;
    padding: 0px;
}

.column-right{
    float: none;
    padding: 0px;
    margin-top: 5px;
}
       
.column-left p{
    text-align: center;
}

.column-right p{
    text-align: center;
}
    
.bottom-footer .main{
    margin: 0px;
}
    
.counter-parallax{
    height: 100%; 
}
    
.btn-large {
  padding: 6px 26px;
  font-size: 16px;
}
  
.pagination a {
    color: black;
    float: left;
    padding: 6px 14px;
    margin: 0px 2px 0px 2px;
}
    
.product-leftside{
    float: none;
    margin-right: 0px;
    background: #fff;
    max-width: 430px;
    margin: auto;
}
    
.product-information hr.product-line{
    margin-left: 0px;
}
    
.circle{
    font-size: 30px;
    text-align: center;
    color: #FFF;
}
    
.testimonial-quote{
    margin: 15px;
}

}

@media (max-width:576px) {
.carousel-caption h1{
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
}

.carousel-caption p{
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 20px;
}
    
.project {
-webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / 1) );
        flex: 0 0 calc((100% / 1) );
}
    
.reviews-container{
    margin-bottom: 40px;
}
    
.user-avatar{
  width: 90px;
  height: 90px;
  float: none;
  margin: auto;
}
    
.review-details{
    padding-top: 80px;
} 

.review-details p{
   text-align: center;
} 
    
.review-information{
    position: relative;
}

.users-stars{
    position: absolute;
    top: 70px; left: 50%;
    transform: translate(-50%,-50%);
}
    
.author-container{
    display: none;
}
    
.user-reviews{
    display:block;
    margin: -10px 0px 0px 0px;
}
    
.user-reviews p{
    text-align: center;
}
    
blockquote{
  display:block;
  background: #fff;
  padding: 20px 20px 20px 45px;
  margin: 10px;
  position: relative;
  font-size: 14px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  border-left: 5px solid #F2A81D;
  border-right: 2px solid #F2A81D;
  font-style: italic;
}
    
.open-position .nav-tabs > li > a {
  font-size: 14px; 
    line-height: 1.2;
}
    
}

@media (max-width:450px) {
    
.section .nav-item {
  position: relative;
  margin: 0 2px;
  font-size: 17px;

  padding: 5px 10px 5px 10px;
}
    
}
.chairman_img-wrapper::after{
  clear: both;
  display: block;
  content: "";
}
.chairman-img-left{
  float: left;
  width: 65%;
}

.chairman-img-right{
    float: right;
    max-width: 165px;
    overflow: hidden;
    padding: 0px;
    text-align: center;

}
.msg_chairman .chairman_title{
  text-align: center;
}
.chairman_img {
   max-width: 165px;
     float: right; 
     margin: 0 0 10px 10px;
    margin-top: 20px;
    border-radius: 200px;
    border: 1px solid rgba(255, 255, 255, 0.27);
     padding: 4px;
}
.chairman-img-right a.read_more{
  float: none !important;
}
.scrolling-icons{
  position: fixed;
  z-index: 99;
  right: 0px;
  top: 20%;
}
.scrolling-icons ul li a{
  display: block;
  height: 53px;
  width: 53px;
  line-height: 53px;
  text-align: center;
  border-bottom: 1px solid #757474;
  background-color: #de6c26;
  color: #fff;
  font-size: 15px;
  transform: translateX(10px);
  -webkit-transition: all 500ms ease-in;
  -moz-transition: all 500ms ease-in;
  -o-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
}
.scrolling-icons ul li a:hover{
  transform: translateX(0px);
}
.scrolling-icons ul li:last-child a{
  border-bottom: 0px;
}
/*.chairman_title{
    position: absolute;
    color: #fff;
    right: 45px;
    font-size: 16px;
    bottom: 77px;
    margin-top: 43px;
    font-weight: 600;
}*/
/*.chairman_img {
     max-width: 165px;
     float: right; 
     margin: 0 0 10px 10px;
    margin-bottom: 36px;
    border-radius: 200px;
    border: 1px solid rgba(255, 255, 255, 0.27);
     padding: 4px;
  }

.msg_chairman_dtl p { 
    text-align:justify;
}*/

@media(min-width: 991px){
  .c-row > div:nth-child(3n+1){
    clear: both;
    display: block;
    content: "";
  }
}
.galery-category{
  margin-bottom: 20px;
}
.popupsection{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 100;
    font-family: 'Quicksand', sans-serif;
}
.popup-inner {
    /*max-width: 500px;*/
    max-width: 700px;
    height: 500px;
    overflow-y: scroll;
    width: 100%;
    background: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.popup-header {
      padding: 10px;
    border-bottom: 1px solid #ddd;
}
.popup-header h3{
    font-size: 16px;
    margin: 0px;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
}

.popup-inner .close-popup{
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 15px;
  color: red;
  cursor: pointer;  
}
.popup-detail{
  padding: 15px;
  padding-bottom: 40px;
}
.popup-detail .owl-nav {
  display: none !important;
}
.popup-detail .owl-dots{
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.teammembers-section h3{
  margin-top: 30px;
  /*margin-bottom: 30px;*/
}
.teammembers-section .short{
  margin-bottom: 50px;
}
.management-team{
  margin-top: 50px;
}
.galery-category h5{
    background: #f5f5f5; 
    padding: 10px 15px;
    border: 1px solid #ddd;
    font-size: 16   px;
    color: #555;
    font-weight: 500;
}
.banner-wrapper{
  position: relative;
}
.notice_board{
  position: absolute;
  z-index: 9;
  right: 100px;
  max-width: 400px;
  width: 100%;
  top: 50%;
  /*background: rgba(255,255,255,0.9); */
  background-color: #de6c26;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.notice_board .nb_list li{
  border-bottom: 1px solid #bdb5b5 !important;
}
.carousel-caption{
  text-align: left;
}
.home-carousel .item p{
  text-align: left !important;
}
.enquiry-form-span{
     display: inline-block;
     background: #de6c26;
    text-align: center;
    left: 10px;
    position: relative;
    color: #fff;
    padding: 10px 16px;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(255, 255, 255, 0.23);
    cursor: pointer;
     /*animation: colorChange 5s;*/
      animation: change-background 4s ease infinite;
}
@keyframes change-background {
  /* You could think of as "step 1" */
  0% {
    background: #de6c26;
  }
  25%{
    background: rgb(219, 68, 55); 
  }
  50%{
       background: #de6c26;
  }
  75%{
    background: rgb(219, 68, 55);
  }
  /* You could think of as "step 2" */
  100% {
    background: #de6c26;
  }
}
.enquiry-form-span img{
  width: 20px;
}
.careers-blocks h3{
  font-size: 15px;
  font-weight: 600;
  color: #555;
}
.receive-callback{
  position: fixed;
  z-index: 99;
  top: 50%;
  right: 0px;
  background: #77c696;
  padding: 25px;
  max-width: 400px;
  width: 100%;
  border-radius: 4px;
}
.receive-callback .form-group .form-control{
  height: 40px;
  font-size: 13px;
}
.receive-callback .submuit-btn .reg_btn{
  background: #fff;
  border: 2px solid #fff;
  color: #212121; 
}
.receive-callback{
  transform: translateX(400px);
  -webkit-transition: all 500ms ease-in;
  -moz-transition: all 500ms ease-in;
  -o-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
}
.receive-callback.openform{
  transform: translateX(0px);
}
.popular-posts{
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.40);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.40);
  -o-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.40);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.40);
  padding: 0 25px;
  padding-top: 15px;
}
.popular-posts .short{
  margin-bottom: 30px;
  display: block;
}
.popular-posts .recent-posts .media{
  margin-bottom: 10px;
} 
.path-service-details{
  padding: 50px 0;
}
.popup-description p,
.popup-description ul li{
  font-size: 13px;
  line-height: 26px;
  margin-top: 10px;
 /* text-align: center;*/
}
.popup-description h2{
  text-align: left;
  font-size: 16px;
}
.btn-primary{
  background: #01b16e !important;
  border-color: #01b16e !important;
}
/*.owl-nav */
/*body{
    display: none !important;
}*/
/*.header-items a{
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  background: #3b5998;
  line-height: 40px;
}*/
.header-items .facebook .fa{
  color: #3b5998 !important;
}
.header-items .twitter .fa{
  color: #00aced !important;
}
.header-items .skype .fa{ 
  color: #00AFF0 !important;
}
.header-items .linkedin .fa{
  color: #0077B5 !important;
}
.header-items .youtube .fa{
  color: #cd201f !important;
}

/*New CSS By Bikash Bhandari 2021/dec/12*/

/*.navbar-nav .multi-level{padding-left: 0px;}
.navbar-nav li{list-style-type: none !important;}
.multi-level li{padding-left: 0px;}*/
.popup-header h3{font-weight: 900; font-size: 24px;}

.logo2 img{max-width: 100%; max-height: 70px; margin-bottom: -10px;}

#mainModal button.close{
    height: 30px;
    width: 30px;
    border-radius: 4px;
    text-align: center;
    background: #eb1924;
    color: #fff;
    opacity: .7;
    margin-top: 2px;
}
#mainModal button.close:hover{opacity: 1;}
#mainModal .modal-header{padding: 5px 10px;}
#mainModal .modal-body{padding:10px; padding-bottom: 0px;}
#mainModal .modal-body .project-info-title{font-size: 1rem;}
#mainModal .modal-body .project-image img{max-height: 390px;}
#mainModal .modal-footer button, #mainModal .modal-footer a{padding: 2px 10px;}