body,
html {
  width: 100%;
  height: 100%; }

body {
    font-family: 'Source Sans Pro';
}

.btn-xl {
  padding: 1.25rem 2.5rem; }

.content-section p{margin-bottom:0; padding-bottom:0; text-align: justify;}
.content-section {
  padding-top: 50px;
  padding-bottom: 50px; }

.content-section-heading h2 {
  font-size: 3rem; }

.content-section-heading h3 {
  font-size: 1rem;
  text-transform: uppercase; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700; }

.text-faded {
  color: rgba(255, 255, 255, 0.7); }

/* Map */

.map iframe {
  pointer-events: none; }
  
  
  
.top-menu{
    position: fixed;
    top: 0;
    z-index: 9999999;
    background-color: #ffffffcc;
    width: 100%;
}

.navbar-toggler {
    padding: 5px!important;
    font-size: 22px!important;
    line-height: 1;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: .25rem;
}

@media (min-width: 992px){
    .menu-items{
        width: 100%;
        text-align: right;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }
    
    .menu-items li{
        display: inline-block;
    }
}

@media (max-width: 992px){
    .menu-items{
        width: 100%;
        text-align: left;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }
    
    .menu-items li{
        display: block;    
        text-align: center;
    }
}

.menu-items li a{
    font-size: 16px;
    color: #0f2e50;
    font-weight: 600;
}

  
.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15%;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
  background: rgba(52, 58, 64, 0.5);
  line-height: 45px; }
  .scroll-to-top:focus, .scroll-to-top:hover {
    color: white; }
  .scroll-to-top:hover {
    background: #343a40; }
  .scroll-to-top i {
    font-weight: 800; }
.clear{clear:both}
/*.searchForm{padding-top:2rem}*/
.paddTop{padding-top:1rem}
.colorRev{background-color:#ff0000;color:#ffffff;border-color: #d70606 !important}
.colorRev:hover{background-color:#d70606 !important;color:#ffffff}
.mobileForm{font-size:1.5rem}
.searchForm .cFrom{background-color:rgba(0, 0, 0, 0.25);padding:2rem;border-radius:20px}
.iconsIntro{font-size:1.2rem;text-shadow:1px 1px 1px #222;color:#fff;padding-top:3rem}
.iconsIntro ul{padding-top:1rem}
.iconsIntro ul li{font-size:1.4rem}
.iconsIntro .btn-light{text-shadow:0px 0px 0px #222 !important;color:#ff0000}
.bold{font-weight:bold}
.white{color:#ffffff}
.md-text{font-size:1.5rem}
.getItSubmit{width: 100%;}
.parallax { 
    /* Set a specific height */
    height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ifacebook{
    background: #3b5998 !important;
}

.itwitter{
    background: #55acee !important;
}

.igoogleplus{
    background: #dd4b39 !important;
}

.iyoutube{
    background: #ff0000 !important;
}

.ilinkedin{
    background: #007bb5 !important;
}

.iinstagram{
    background: #8a3ab9 !important;
}

.ipinterest{
    background: #cb2027 !important;
}

.masthead {
  min-height: 30rem;
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding-top: 4rem;
  padding-bottom: 8rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../img/bg-masthead.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .masthead h1 {
    font-size: 4rem;
    margin: 0;
    padding: 0; }
  @media (min-width: 992px) {
    .masthead {
      height: 100vh; }
      .masthead h1 {
        font-size: 5.5rem; } }

/* Side Menu */
#sidebar-wrapper {
  position: fixed;
  z-index: 2;
  right: 0;
  width: 250px;
  height: 100%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  transform: translateX(250px);
  background: #d70606;
  border-left: 1px solid rgba(255, 255, 255, 0.1); }

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none; }

.sidebar-nav li.sidebar-nav-item a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 15px; }

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2); }

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none; }

.sidebar-nav > .sidebar-brand {
  font-size: 1.2rem;
  background: rgba(52, 58, 64, 0.1);
  height: 80px;
  line-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px; }

.sidebar-nav > .sidebar-brand a {
  color: #fff; }

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none; }

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }

.menu-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  -webkit-border-top-right-radius:10px !important;
  -moz-border-radius-topright: 10px !important;
  border-top-right-radius:10px !important;
  background: rgba(52, 58, 64, 0.3);
  line-height: 50px;
  z-index: 999; }
  .menu-toggle:focus, .menu-toggle:hover {
    color: #fff; }
  .menu-toggle:hover {
    background: #343a40; }

.service-icon {
  background-color: #fff;
  color: #ff0000;
  height: 7rem;
  width: 7rem;
  display: block;
  line-height: 7.5rem;
  font-size: 2.25rem;
  -webkit-border-top-right-radius:10px !important;
  -moz-border-radius-topright: 10px !important;
  border-top-right-radius:10px !important;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1); }

@media(min-width: 768px){
    .callout {
      padding: 50px 0;
      background-image: linear-gradient(#00000061,#00000061),url("../img/contact-bg.png");
      background-position: center center;
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-size: cover; 
        
    }
    .contact-details-section {
        background-image: linear-gradient(#00000061,#00000061),url("../img/contact.jpg");
        background-position: center center;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;

    }
}

@media(max-width: 768px){
    .callout {
      padding: 50px 0;
      background-image: linear-gradient(#00000061,#00000061),url("../img/contact-bg.png");
      background-position: center center;
      background-attachment: scroll;
      background-repeat: no-repeat;
      background-size: cover; 
        
    }
    .contact-details-section {
        background-image: linear-gradient(#00000061,#00000061),url("../img/contact.jpg");
        background-position: center center;
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-size: cover;

    }
}
  
.contact-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #fff;
    display: block;

}

.form-title{
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #fff;
    display: block;
    text-shadow:3px 3px 3px #000;
}

.callout h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #fff;
    display: block;
    text-shadow:3px 3px 3px #000;

}

.list-inline-item:not(:last-child) {
    margin-right: 20px;
}
	
.contact-details{
    color: #fff;
    font-size: 20px;
}

.contact-section{
    padding: 30px;
    /*background-color: #efefef;*/
}

.contact-details a{
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    vertical-align: text-top;
}

.portfolio-item {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 530px;
  margin: auto auto 1rem; }
  .portfolio-item .caption {
    display: flex;
    height: 100%;
    width: 100%;
    background-color: rgba(33, 37, 41, 0.2);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1; }
    .portfolio-item .caption .caption-content {
      color: #fff;
      margin: auto 2rem 2rem; }
      .portfolio-item .caption .caption-content h2 {
        font-size: 0.8rem;
        text-transform: uppercase; }
      .portfolio-item .caption .caption-content p {
        font-weight: 300;
        font-size: 1.2rem; }
  @media (min-width: 992px) {
    .portfolio-item {
      max-width: none;
      margin: 0; }
      .portfolio-item .caption {
        -webkit-transition: -webkit-clip-path 0.25s ease-out, background-color 0.7s;
        -webkit-clip-path: inset(0px);
        clip-path: inset(0px); }
        .portfolio-item .caption .caption-content {
          transition: opacity 0.25s;
          margin-left: 5rem;
          margin-right: 5rem;
          margin-bottom: 5rem; }
      .portfolio-item img {
        -webkit-transition: -webkit-clip-path 0.25s ease-out;
        -webkit-clip-path: inset(-1px);
        clip-path: inset(-1px); }
      .portfolio-item:hover img {
        -webkit-clip-path: inset(2rem);
        clip-path: inset(2rem); }
      .portfolio-item:hover .caption {
        background-color: rgba(29, 128, 159, 0.9);
        -webkit-clip-path: inset(2rem);
        clip-path: inset(2rem); } }

footer.footer {
    padding-top: 2rem;
    padding-bottom:2rem;
    background-color: #dddeee!important;
}


  footer.footer .social-link {
    display: block;
    height: 4rem;
    width: 4rem;
    line-height: 4.3rem;
    font-size: 1.5rem;
    background-color: #ff0000;
  -webkit-border-top-right-radius:10px !important;
  -moz-border-radius-topright: 10px !important;
  border-top-right-radius:10px !important;
    transition: background-color 0.15s ease-in-out;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1); }
    footer.footer .social-link:hover {
      background-color: #ff0000;
      text-decoration: none; }

a {
  color: #0f2e50; }
  
  a:hover, a:focus, a:active {
    color: #8ea336;text-decoration:none }

.btn-primary {
  background-color: #0f2e50 !important;
  border-color: #0f2e50 !important;
  color: #fff !important; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #8ea336 !important;
    border-color: #8ea336 !important; }

.btn-secondary {
  background-color: #ecb807 !important;
  border-color: #ecb807 !important;
  color: #fff !important; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    background-color: #ba9106 !important;
    border-color: #ba9106 !important; }

.btn-dark {
  color: #fff !important; }

.btn-icons{
-webkit-border-top-right-radius: 10px !important;
-moz-border-radius-topright: 10px !important;
border-top-right-radius: 10px !important;
border-radius:50%	;
padding:3.5rem;
}
.btn {
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  font-weight: 700; }
  .btn-light:hover, .btn-light.focus, .btn-light:focus {
    color: #efff00;box-shadow: 0 0 0 0.2rem rgba(215, 6, 6, 0.30);
    background-color: #ffffff;
    border-color: #c90000;}

.bg-primary {
  background-color: #ff0000 !important; }

.text-primary {
  color: #1D809F !important; }

.text-secondary {
  color: #ff0000 !important; }
  
.slider-item{
    position: relative;   
}



.slider-project-name{
    position: absolute;
    top: 40%;
    left: 10%;
}

@media (min-width: 768px){
    .slider-project-name h2{
        font-size: 60px;
        color: #fff;
        font-weight: 600;
        text-shadow: 1px 1px 6px #000;
    }
    
    .slider-hotline{
        position: absolute;
        bottom: 3%;
        right: 5%;
        font-size: 50px;
        color: #fff;
        font-weight: 600;
    }
}

.slider-text{
    position: absolute;
    width: 100%;
    bottom: 30%;
    left: 10%;
}

.slider-text-2{
    position: absolute;
    width: 100%;
    bottom: 60%;
    right: 10%;
}

@media  (min-width: 1200px) {
    .slider-text h2{
        color: #fff;
        font-size: 60px;
        text-shadow: 1px 1px 1px #000;
    }
    .slider-text-2 h2{
        color: #fff;
        font-size: 60px;
        text-shadow: 1px 1px 1px #000;
    }
    .slider-text p{
        color: #fff;
        font-size: 20px;
        text-shadow: 1px 1px 1px #000;
    }
}

@media  (min-width: 992px) and (max-width: 1200px) {
    .slider-text h2{
        color: #fff;
        font-size: 40px;
        text-shadow: 1px 1px 1px #000;
    }
    .slider-text-2 h2{
        color: #fff;
        font-size: 40px;
        text-shadow: 1px 1px 1px #000;
    }
    .slider-text p{
        color: #fff;
        font-size: 20px;
        text-shadow: 1px 1px 1px #000;
    }
}

@media  (min-width: 768px) and (max-width: 992px) {
    .slider-text h2{
        color: #fff;
        font-size: 30px;
        text-shadow: 1px 1px 1px #000;
    }
    .slider-text-2 h2{
        color: #fff;
        font-size: 30px;
        text-shadow: 1px 1px 1px #000;
    }
    .slider-text p{
        color: #fff;
        font-size: 20px;
        text-shadow: 1px 1px 1px #000;
    }
}

@media  (max-width: 768px) {
    .slider-text h2{
        color: #fff;
        font-size: 20px;
        text-shadow: 1px 1px 1px #000;
    }
    .slider-text-2 h2{
        color: #fff;
        font-size: 20px;
        text-shadow: 1px 1px 1px #000;
    }
    .slider-text p{
        color: #fff;
        font-size: 15px;
        display: none;
    }
}

.navbar{
    padding: 0;
}




.hotline-icon{
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (max-width: 500px){
    .slider-project-name h2{
        font-size: 30px;
        color: #fff;
        font-weight: 600;
        text-shadow: 1px 1px 6px #000;
    }
    
    .slider-hotline{
        position: absolute;
        bottom: 3%;
        right: 5%;
        font-size: 15px;
        color: #fff;
        font-weight: 600;
    }

    .slider-hotline h4{
        font-size: 15px;
    }
}



.hotline-link{
    background-color: #ffffffbd;
    color: #0f2e50;
    padding: 10px 15px;
    border-radius: 5px;
}

@media (max-width: 768px){
    .slider-section{
        margin-top: 78px;
    }
}
@media (min-width: 500px) and (max-width: 768px){
    .slider-hotline{
        position: absolute;
        bottom: 5%;
        right: 10%;
        font-size: 30px;
        color: #fff;
        font-weight: 600;
    }
}

.service-details{
    padding: 20px 20px 20px 20px;
}

.service-item{
    padding: 0 15px;
}

@media (max-width: 768px){
    .service-details{
        padding: 0;
    }
    .service-details ul{
        padding: 0;
    }
    .service-details ul li {
        font-size: 14px;
    }
}

.service-details ul li{
    font-size: 20px;
    list-style-type: none;
    margin-bottom: 15px;
}

.free-head{
    color: #fff;
    margin-bottom: 20px;
}
.project-logo{
    margin: 20px 0;
    color: #8ea336;
}

.project-logo img{
    margin-bottom: 20px;
}

.location-details{
    padding: 20px;
}

.list-inline-item {
    display: inline-block;
    color: #fff;
    font-size: 20px;
}

.project-details h3{
    color: #0f2e50;
}

.location-details h3{
    color: #0f2e50;
}

@media (max-width: 992px){
    
    .order-1{
        order: 1;
    }
    
    .order-2{
        order: 2;
    }

}

@media (min-width: 992px){
    
    .order-1{
        order: 2;
    }
    
    .order-2{
        order: 1;
    }

}

.footer-hotline{
    font-size: 30px;
    color: #0f2e50;
}

.map-height{
    height: 400px;
}

@media (min-width: 768px) {
    .smart-section{
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url("../img/about-bg.jpg");
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 768px) {
    .smart-section{
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url("../img/about-bg.jpg");
        background-size: cover;
        background-position: center;
        background-attachment: scroll;
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.smart-section h3{
    color: #fff;
    font-size: 35px;
}

.smart-section p{
    color: #fff;
    font-size: 20px;
}

.smart-section li{
    list-style-type: none;
}
.smart-section ul{
    padding:0;
    margin: 0;
}

.section-title{
    padding: 40px 0 15px;
}

.section-title h2{
    color: #212e47;
    text-shadow: 4px 1px 11px #888;
    padding-bottom: 30px;
}

@media (max-width: 768px){
    .section-title h2{
        color: #212e47;
        font-size: 35px;
    }
}
.partners-images img{
    transition: transform .2s;
}

.partners-images img:hover{
    transform: scale(1.5);
}

figure.snip1104 {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #000000;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    margin: 0!important;
}

figure.snip1104 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

figure.snip1104 img {
    max-width: 100%;
    position: relative;
    opacity: 0.4;
}

figure.snip1104 figcaption {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

figure.snip1104 h2 {
    position: absolute;
    left: 40px;
    right: 40px;
    display: inline-block;
    font-size: 21px;
    background: #000000;
    -webkit-transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
    transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
    padding: 12px 5px;
    margin: 0;
    top: 50%;
    text-transform: uppercase;
    font-weight: 400;
}

figure.snip1104 h2 span {
    font-weight: 800;
}

figure.snip1104:before {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    background: #ffffff;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(110deg) translateY(-50%);
    transform: rotate(110deg) translateY(-50%);
}
.download-img:before{
    height: 0%!important;
    width: 0%!important;
    top: 0;
    left: 0;
    content: '';
    background: #ffffff;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(110deg) translateY(-50%);
    transform: rotate(110deg) translateY(-50%);
}

.download-img h2{
    position: absolute;
    left: 40px;
    right: 40px;
    display: inline-block;
    font-size: 21px;
    background: #000000;
    -webkit-transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
    transform: skew(0deg) rotate(0deg) translate(0, 0%);
    padding: 12px 5px;
    margin: 0;
    top: 50%;
    text-transform: uppercase;
    font-weight: 400;
}

.download-img:hover h2{
    -webkit-transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
    transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
}

figure.snip1104 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

figure.snip1104.blue {
    background: #123851;
}

figure.snip1104.blue h2 {
    background: #0a212f;
}

figure.snip1104.red {
    background: #8ea336;
}

figure.snip1104.red h2 {
    background: #212e47;
}

figure.snip1104.yellow {
    background: #7f5006;
}

figure.snip1104.yellow h2 {
    background: #583804;
}

figure.snip1104:hover img,
figure.snip1104.hover img {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

figure.snip1104:hover h2,
figure.snip1104.hover h2 {
    -webkit-transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
    transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
}

figure.snip1104:hover:before,
figure.snip1104.hover:before {
    -webkit-transform: rotate(110deg) translateY(-150%);
    transform: rotate(110deg) translateY(-150%);
}

@media (min-width: 768px){
    .about-img{
        width: 500px;
    }
}
@media (max-width: 768px){
    .about-img{
        width: 90%;
    }
}


/*
.service-item img:hover,
.service-item img:focus{
    transform: scale(1.1);
    transition: all .1s;
}
*/

.none-bg{
    background: none!important;
}
.none-bg img{
    opacity: 1!important;
}