/*



--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

.padd-section {
  padding-bottom: 80px;
  padding-top: 80px;
}

@media (max-width: 992px) {
  .padd-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section-title {
  margin-bottom: 80px;
}

@media (max-width: 992px) {
  .section-title {
    margin-bottom: 40px;
  }
}

.section-title h2 {
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.section-title .separator {
  margin: 0;
}

.separator {
  color: #626262;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 30px;
  text-transform: capitalize;
}




/*.btn-primary {
  padding: 15px 60px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  border-radius: 5px;
  background-color: #FF4D4D;
  border: 2px solid #FF4D4D;
  float: left;
 
}*/

/*.btn-primary:hover {
  padding: 15px 60px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  border-radius: 5px;
  background-color: #FF2222;
  border: 2px solid #FF2222; 
  float: left;
  
}*/









.btn-ask1 {
  padding: 15px 60px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: none;
  color: #000;
  font-size: 14px;
  font-family: 'montserrat', sans-serif;
  font-weight: 600;
  border-radius: 25px;
  background-color: transparent;
  border: 2px solid #000;
  /*box-shadow: 0 0 0 0.15rem rgba(108, 78, 141, 0.12);*/
}

.btn-ask {
  padding: 15px 60px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: none;
  color: #fff;
  font-size: 14px;
  font-family: 'montserrat', sans-serif;
  font-weight: 600;
  border-radius: 25px;
  background-color: transparent;
  border: 2px solid #fff;
  /*box-shadow: 0 0 0 0.15rem rgba(108, 78, 141, 0.12);*/
}

.btn-ask:hover {
  padding: 15px 60px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: none;
  color: #FFF;
  font-size: 14px;
  font-family: 'montserrat', sans-serif;
  font-weight: 600;
  border-radius: 25px;
  /*background-color: #79589F;*/
  /*box-shadow: 0 0 0 0.15rem rgba(121, 88, 159, 0.3);*/
  background-color: #ee0900;
  border: 2px solid #ee0900;
}


.btn-ask1:hover {
  padding: 15px 60px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: none;
  color: #FFF;
  font-size: 14px;
  font-family: 'montserrat', sans-serif;
  font-weight: 600;
  border-radius: 25px;
  /*background-color: #79589F;*/
  /*box-shadow: 0 0 0 0.15rem rgba(121, 88, 159, 0.3);*/
  background-color: #ee0900;
  border: 2px solid #ee0900;
}

.carousel-caption {
  position: ;
  right: 15%;
  bottom: 20px;
  left: 15%;
  top: 35%;
  z-index: 0;
  padding-top: 0px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  /*border: 1px solid blue;*/
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 35px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}


.jumbotron-bluish {  
  padding-top: 50px;
  margin: 0 auto;
  padding-bottom: 50px;
  background-color: #F6F9FC;
  border-radius: 0rem;    
}


.jumbotron-bluisher {  
  padding-top: 50px;
  margin: 0 auto;
  padding-bottom: 0px;
  /*background-color: #F6F9FC;*/
   background-image: linear-gradient(to bottom, #FFF , #EEF4F9);
  border-radius: 0rem;    
}


.jumbotron-blue {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 0px;
  margin-bottom: 0rem;
  background-color: #F4F9FF;
  border-radius: 0px;
  background: url(../images/green-bg.jpg);
    }



.jumbotron-global {  
  padding-top: 0px;
  margin: 0 auto;
  padding-bottom: 0px;
  /*background-color: #FBFBFB;*/
  background-image: linear-gradient(to bottom, #FBFBFB , #fff);
  border-radius: 0rem;    
}


.jumbotron-white {  
  padding-top: 0px;
  margin: 0 auto;
  padding-bottom: 0px;
  background-color: #fff;
  border-radius: 0rem;    
}





.jumbotron-green {
  padding-top: 120px;
  padding-bottom: 120px;
   background: url(../images/bg-green.jpg);
  /*height: 100vh;*/
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-size: cover;
}

.jumbotron-about {  
  padding-top: 100px;
  margin: 0 auto;
  padding-bottom: 50px;
  background-color: #fff;
  border-radius: 0rem;  
  /*background: url(../images/bg-footer.jpg) no-repeat center center;      */
   /*background-repeat: no-repeat;*/
   /*background-attachment: fixed;*/
   /*background-size: cover;*/
}



.jumbotron-intermission {  
  padding-top: 90px;
  margin: 0 auto;
  padding-bottom: 90px;
  background-color: #F7F9FA;
  border-radius: 0rem;  
  background: url(../images/hero-2.jpg) no-repeat center center;      
   background-repeat: no-repeat;
   /*background-attachment: fixed;*/
   background-size: cover;
}



.theme_btn_yellow {padding: 15px 45px;
                  text-transform: none;color: #fff;
                  font-weight: bold;background-color: #AE9655;
                  font-size: 12px;border-radius: 3px;
                  font-family: 'barlow', sans-serif;text-transform: uppercase;}

                  .theme_btn_yellow:before {
                    background: #C7B483;}

                    .theme_btn_yellow:hover {
                      color: #fff;}
                      .button_hover_yellow:before {
                        content: "";width: 100%;
                        height: 100%;left: 0;
                        top: 0;position: absolute;
                        -webkit-transform: translateX(-100%);
                        -ms-transform: translateX(-100%);
                        transform: translateX(-100%);
                        z-index: -1;
                        background: #8C7740;
                        -webkit-transition: all 0.3s linear;
                        -o-transition: all 0.3s linear;
                        transition: all 0.3s linear;}

                    .button_hover_yellow {
                      border-radius: 3px;
                      position: relative;
                      z-index: 1;
                      -webkit-transition: all 0.3s linear;
                      -o-transition: all 0.3s linear;
                      transition: all 0.3s linear;
                      overflow: hidden;
                      border: 0px;
                      display: inline-block;
                      text-align: center;
                      font-family: arial;
                      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
                      text-decoration: none !important;}

                      .button_hover_yellow:hover:before {
                        -webkit-transform: translateX(0);
                        -ms-transform: translateX(0);
                        transform: translateX(0);opacity: 1;}

                        .theme_btn {
                          padding: 15px 45px;
                          text-transform: none;
                          color: rgba(255, 255, 255, 1);
                          background-color: #014A99;
                          font-size: 12px;
                          border-radius: 3px;
                          font-family: 'barlow', sans-serif;
                          text-transform: uppercase;}

                          .theme_btn:before {
                            background: #AE9655;}
                            .theme_btn:hover {
                              color: #0151A9;}
                            .button_hover {
                              border-radius: 3px;
                              position: relative;
                              z-index: 1;
                              -webkit-transition: all 0.3s linear;
                              -o-transition: all 0.3s linear;
                              transition: all 0.3s linear;
                              overflow: hidden;
                              border: 0px;
                              display: inline-block;
                              text-align: center;
                              font-family: arial;
                              box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);}
                              .button_hover:before {content: "";
                              width: 100%;height: 100%;
                              left: 0;top: 0;position: absolute;
                              -webkit-transform: translateX(-100%);
                              -ms-transform: translateX(-100%);
                              transform: translateX(-100%);
                              z-index: -1;
                              background: #0151A9;
                              -webkit-transition: all 0.3s linear;
                              -o-transition: all 0.3s linear;
                              transition: all 0.3s linear;opacity: 0;}

                              .button_hover:hover {
                                color: #fff;}
                                .button_hover:hover:before {
                                  -webkit-transform: translateX(0);
                                  -ms-transform: translateX(0);
                                  transform: translateX(0);opacity: 1;}



.card {
    padding: 40px;
    padding-top: 40px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #FFF;
    border: 1px solid #F5F5F5;
    border-radius: 9px;
    /*box-shadow: 0 10px 12px rgba(81,107,117,.071);*/
     box-shadow: 10px 5px 58px rgba(81,107,117,.21);
    -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.card-projects {
    padding: 0px;
    padding-top: 0px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #FFF;
    border: 1px solid #F5F5F5;
    border-radius: 9px;
    /*box-shadow: 0 10px 12px rgba(81,107,117,.071);*/
     box-shadow: 10px 5px 58px rgba(81,107,117,.21);
    -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}





.card_1{
   padding: 0px;
    /*padding-top: 5px;*/
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #FFF;
    /*border: 1px solid #FFF;*/
    border-radius: 0px;
}


.my-card {    
    /*border-top: 3px solid #AB924E;*/
    /*background-image: linear-gradient(to bottom, #EEE , #fff);*/
    background: #6A5A31;
    box-shadow: 10px 5px 58px rgba(81,107,117,.21);
    
}


.card-2 { 
  line-height: 1.42857143;
  padding: 0px;
  padding-top: 0px;
  border-radius: 0px; 
  background: #FFF;
  border: 1px solid #f2f2f2;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}


.card-2:hover { 
  line-height: 1.42857143;
  padding: 0px;
  padding-top: 0px;
  border-radius: 0px; 
  background: #FFF;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 5px 0 rgba(0,0,0,0.03);
}



.thumbnail {
  display: block;
  padding: 0px;
  margin-bottom: 20px;
  line-height: 1.42857143; 
  border-radius: 0px;
  border: 1px solid #f2f2f2;
  /*box-shadow: 10px 5px 38px rgba(0,0,0,.5);*/
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: 1px solid #FFA800;
}


.thumbnail:hover {

   /*border-right: 2px solid #FFA800;*/
}




.home-thumb img:hover {
  transform: scale(1.1);
  
}


.thumbnail img {
  transition: all 0.8s ease 0s;
  width: 100%;
}



.thumbnail {
  overflow: hidden;
}




.my-card-blue {
  border-top: 5px solid #C42A2A !important;
}



.card-three { 
  line-height: 1.42857143;
  padding: 0px;
  padding-top: 0px;
  border-radius: 0px; 
  background: #FFF;
  border: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}


.card-three:hover { 
  line-height: 1.42857143;
  padding: 0px;
  padding-top: 0px;
  border-radius: 0px; 
  background: #FFF;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 5px 3px 0 rgba(0,0,0,0.03);
}


.card-12 { 
 line-height: 1.42857143;
  padding: 0px;
  padding-top: 0px;
  border-radius: 0px; 
  background: #FFF;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 5px 0 rgba(0,0,0,0.03);
}
 
.card-1 { 
  line-height: 1.42857143;
  padding: 0px;
  padding-top: 0px;
  border-radius: 0px; 
  background: #FFF;
  border: 1px solid #f2f2f2;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}


.card-1:hover { 
  line-height: 1.42857143;
  padding: 0px;
  padding-top: 0px;
  border-radius: 0px; 
  background: #FFF;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 5px 0 rgba(0,0,0,0.03);
}


.back-title {
  position: relative;
  text-align: center; }
  .back-title .archivment-front {
    position: relative;
    z-index: 9; }
  .back-title .archivment-front h2 {
    color: #729050;
    /*font-size: 140px;*/
    font-size:8vw;
    font-weight: 300;
    font-family: 'barlow', sans-serif; }

    /*@media (max-width: 767px) {
      .back-title .archivment-front h2 {
        font-size: 37px; } }*/

        @media screen and (min-width: 601px) {
      .back-title .archivment-front h2 {
            /*font-size: 37px;*/
            font-size:8vw;
             } 
    }


  .back-title h2.archivment-back {
    position: absolute;
    top: 50%;
    transform: translateY(-56%);
    /*font-size: 130px; */
    font-size:8vw;  
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    opacity: 0.5;   
    right: 0;
    left: 0;
    margin: 0 auto;
    color: #E4EBF3;  

}




.sort {
    padding: 40px;
    padding-top: 50px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #F4F8FB;
    border: 1px solid #F4F8FB;
    border-radius: 15px;    
    /*box-shadow: 0 10px 12px rgba(81,107,117,.071);*/
    -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
 
}  




.back-to-top{

        position:fixed;
        right:20px;
        bottom:80px;
          text-decoration: none !important;
        display:inline-block;
        z-index:9;
        width:40px;
        height:40px;
        font-size:11px;
        text-transform: uppercase;
        font-weight:400;
        color:#fff;
        text-align:center;
        line-height:2.3;
        letter-spacing:1px;
        background: #19333E;
        border-radius:3px;
        visibility:hidden;
        padding:5px;-webkit-transform:translate3d(0,50px,0);-moz-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0);transition-duration:.3s}.back-to-top:hover{color:#fff;transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.7,1,.7,1)}.back-to-top.back-to-top-is-visible{visibility:visible;opacity:.6;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.7,1,.7,1)}



        .back-to-top.back-to-top-is-visible:hover{

          opacity:1;
          transition-duration:.3s;
          transition-property:all;
          text-decoration: none !important;
          transition-timing-function:cubic-bezier(.7,1,.7,1)}


        .back-to-top.back-to-top-fade-out{opacity:.8}

        .back-to-top.back-to-top-fade-out:hover{opacity:1;transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.7,1,.7,1)}.swiper-clients-img,.swiper-clients-img:hover{transition-duration:.2s;transition-property:all;transition-timing-function:cubic-bezier(.7,1,.7,1)}

/*  back to top */


/*.jumbotron-footer {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #E7ECEF;
  background: #999;
}*/


.jumbotron-footer {
  padding-top: 0px;
  padding-bottom: 40px;  
  margin-bottom: 0rem;
  background-color: #fff;
  border-radius: 0rem;
  background: #122E3A;    
  background: url(../images/bg-footer.png); 
  background-repeat: no-repeat;
  background-size: cover;
}

.jumbotron-footer hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-top: 1px solid rgba(255, 255, 255, .1);
}


.jumbotron-footer-bottom {
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 20px;
  background: #000;

}

.jumbotron-footer-bottom p {
  color: #FFF; font-family: 'corbel', sans-serif; font-size: 14px;
}


.jumbotron-footer a {
  color: #B9B9C8;
  font-size: 13px;
  line-height: 14px;
  font-family: 'barlow', sans-serif; 
  text-decoration: none;
  text-transform: none;

}

.jumbotron-footer a:hover {
  color: #fff;
  font-size: 13px;
  font-family: 'barlow', sans-serif; 
  text-decoration: none;
}


.jumbotron-footer-bottom a {
  color: #B9B9C8;
  font-size: 13px;
  line-height: 14px;
  font-family: 'barlow', sans-serif; 
  text-decoration: none;
  text-transform: none;

}

.jumbotron-footer-bottom a:hover {
  color: #fff;
  font-size: 13px;
  font-family: 'barlow', sans-serif; 
  text-decoration: none;
}


.jumbotron-footer .designer a {
  /*color: #B9B9C8;*/
  font-size: 13px;
  line-height: 14px;
  font-family: 'barlow', sans-serif; 
  text-decoration: none;
  text-transform: none;

}

.jumbotron-footer .designer a:hover {
  /*color: #888;*/
  font-size: 13px;
  font-family: 'barlow', sans-serif; 
  text-decoration: none;
}



.footer-social a {
  background: transparent;
  width: 20px;
  width: 40px;
  display: inline-table;
  height: 50px;
  text-align: center;
  padding-top: 0px;
  font-size: 22px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer-social a:hover {
  color: #FFF2D9;
   font-size: 16px;
}

.footer-social a:hover i {
  color: #FFF2D9;
  font-size: 20px;
}

.footer-social i {
  color: #cccccc;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


/*.jumbotron-contact{
  padding-top: 220px;
  padding-bottom: 80px;
  margin-bottom: 0rem;
  background-color: #f2f2f2;
  border-radius: 0rem;  
  background-size: cover;
  background-repeat: no-repeat;
}*/



/*input[type="text"], 
textarea, 
textarea.form-control {
  height: 45px;
  margin: 0; 
  padding: 10px;   
  vertical-align: middle;
  background: rgba(255,255,255,.3);
  font-family: 'barlow', sans-serif; 
  font-size: 14px;
  color: #999;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

textarea, 
textarea.form-control {
  padding-top: 6px;
  padding-bottom: 10px;
  line-height: 30px;
    height: 100px;
    max-height: 100px;
    min-height: 100px;
    min-width: 100px;
    max-width: 100%;

    
}

input[type="text"]:focus, 
textarea:focus, 
textarea.form-control:focus {
  outline: none;
  background: transparent;
  border: 1px solid #FBC6C7;  
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: rgba(255,255,255,.8);
  background-image: none;
  border: 1px solid #EEEEEE;
  border-radius: 0px;
}


.form-control:focus {
 border: none;
}


#hidden-input{
  display: none;
}*/


/*.footer-social {text-align: left;}*/

                    /*  .footer-social a {background: transparent;width: 20px;width: 40px;display: inline-table;height: 50px;
                        text-align: center;padding-top: 0px;font-size: 20px;
                        -webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;
                        -o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}

                        .footer-social a:hover {color: #FFF2D9;font-size: 20px;}
                        .footer-social a:hover i {color: #FFF2D9;font-size: 20px;}
                        .footer-social i {color: #cccccc;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;
                          -o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}



*/



.footer-classic {
  padding: 90px 0;
  font-weight: 400;
  background: #3C3C3C;
}

@media (min-width: 1200px) {
  .footer-classic {
    padding: 125px 0;
  }
}

.footer-classic .footer-title {
  color: #ffffff;
}

.footer-classic p {
  color: rgba(255, 255, 255, 0.5);
}

.footer-classic p.big {
  color: rgba(255, 255, 255, 0.8);
}

.footer-classic p.rights {
  color: rgba(255, 255, 255, 0.5);
}

.footer-classic p.rights a {
  color: rgba(255, 255, 255, 0.5);
}

.footer-classic .form-input {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  color: rgba(255, 255, 255, 0.8);
}

.footer-classic .form-label {
  color: rgba(255, 255, 255, 0.8);
}

.footer-classic .list-contact-info a {
  color: rgba(255, 255, 255, 0.8);
}

.footer-classic .list-contact-info a:hover {
  color: #7FBC4E;
}

.footer-classic .icon-bg-white {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}

.footer-title {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.1em;
}

.footer-title + * {
  margin-top: 30px;
}

.footer-divider {
  width: 70px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer-classic .footer-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-modern .form-validation, .footer-classic .form-validation {
  color: #ffffff;
}

.footer-modern {
  position: relative;
  background: #3C3C3C;
}

.footer-modern > .container {
  position: relative;
  z-index: 2;
}

.footer-modern p {
  color: rgba(255, 255, 255, 0.5);
}

.footer-modern p.big {
  color: rgba(255, 255, 255, 0.8);
}

.footer-modern p.big a {
  margin-left: 10px;
  color: #ffffff;
}

.footer-modern p.big a:hover {
  color: #7FBC4E;
}

.footer-modern p.rights {
  color: rgba(255, 255, 255, 0.5);
}

.footer-modern p.rights a {
  color: rgba(255, 255, 255, 0.5);
}

.footer-modern * + .rights {
  margin-top: 25px;
}

.footer-modern * + .rd-mailform {
  margin-top: 30px;
}

.footer-modern .form-input {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  color: rgba(255, 255, 255, 0.8);
}

.footer-modern .form-label {
  color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 992px) {
  .footer-modern .google-map-container {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: calc(100vw - 60%);
    z-index: 3;
  }
  .footer-modern .google-map-container .google-map {
    height: 100%;
  }
}

.footer-modern .icon-bg-white {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}

.footer-modern .social-list > li {
  margin-top: 0;
}

@media (min-width: 768px) {
  .footer-modern .social-list > li {
    display: block;
    margin-bottom: 15px;
  }
}

.footer-minimal {
  padding: 60px 0;
  text-align: center;
  background: #222;
}

@media (min-width: 992px) {
  .footer-minimal {
    padding: 120px 0;
  }
}

.footer-minimal .icon-bg-white {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}

.footer-minimal * + .rights {
  margin-top: 45px;
}

.footer-minimal .rights {
  color: rgba(255, 255, 255, 0.5);
}

.footer-minimal .rights a {
  color: rgba(255, 255, 255, 0.5);
}

.footer-minimal .social-list li {
  margin-top: 0;
}

.footer-minimal-nav {
  display: inline-block;
}

.footer-minimal-nav li {
  padding: 0 20px;
}

@media (min-width: 768px) {
  .footer-minimal-nav li {
    display: inline-block;
  }
}

.footer-minimal-nav li + li {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .footer-minimal-nav li + li {
    margin-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
}

.footer-minimal-nav a {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .02em;
  text-align: center;
  color: #ffffff;
}

.footer-minimal-nav a:hover {
  color: #FFF;
}



.footer-social a {
  background: transparent;
  width: 20px;
  width: 40px;
  display: inline-table;
  height: 50px;
  text-align: center;
  padding-top: 0px;
  font-size: 22px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer-social a:hover {
  color: #FFF;
   font-size: 22px;
}

.footer-social a:hover i {
  color: #FFF;
  font-size: 22px;
}

.footer-social i {
  color: #cccccc;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}





/*.jumbotron-contact{
  padding-top: 180px;
  padding-bottom: 80px;
  margin-bottom: 0rem;
  background-color: #fff;
  border-radius: 0rem;
  background: #2B9AB7;
  background-size: cover;
   background: url(../images/contact-bg.jpg); 
  background: url("../img/contact-bg.jpg") center center;
  background-repeat: no-repeat;
}
*/

.jumbotron-services { 
  margin-top: 0px;
  padding-top: 200px;  
  padding-bottom: 200px;
  margin-bottom: 0rem;
  background-color: #333;
  border-radius: 0px;  
  background: url(../images/services-bg.jpg);  
  background-size: cover;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  
}

.jumbotron-contact { 
  margin-top: 0px;
  padding-top: 100px;  
  padding-bottom: 100px;
  margin-bottom: 0rem;
  background-color: #333;
  border-radius: 0px;  
  background: url(../images/contact-bg.jpg);  
  background-size: cover;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  
}



.jumbotron-services-1 { 
  margin-top: 0px;
  padding-top: 200px;  
  padding-bottom: 60px;
  margin-bottom: 0rem;
  background-color: #333;
  border-radius: 0px;  
  background: url(../images/services-bg-1.jpg);  
  background-size: cover;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  
}


.jumbotron-about-1 { 
  margin-top: 0px;
  padding-top: 280px;  
  padding-bottom: 60px;
  margin-bottom: 0rem;
  background-color: #333;
  border-radius: 0px;  
  background: url(../images/services-bg-1.jpg);  
  background-size: cover;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  
}



.jumbotron-services-2 { 
  margin-top: 0px;
  padding-top: 200px;  
  padding-bottom: 60px;
  margin-bottom: 0rem;
  background-color: #333;
  border-radius: 0px;  
  background: url(../images/services-bg-2.jpg);  
  background-size: cover;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  
}


.jumbotron-services-3 { 
  margin-top: 0px;
  padding-top: 200px;  
  padding-bottom: 60px;
  margin-bottom: 0rem;
  background-color: #333;
  border-radius: 0px;  
  background: url(../images/services-bg-3.jpg);  
  background-size: cover;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  
}


.jumbotron-services-4 { 
  margin-top: 0px;
  padding-top: 200px;  
  padding-bottom: 90px;
  margin-bottom: 0rem;
  background-color: #333;
  border-radius: 0px;  
  background: url(../images/services-bg-4.jpg);  
  background-size: cover;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  
}

.jumbotron-quality { 
  margin-top: 0px;
  padding-top: 200px;  
  padding-bottom: 90px;
  margin-bottom: 0rem;
  background-color: #333;
  border-radius: 0px;  
  background: url(../images/quality-bg.jpg);  
  background-size: cover;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  
}

.jumbotron-blog { 
  margin-top: 0px;
  padding-top: 200px;  
  padding-bottom: 120px;
  margin-bottom: 0rem;
  background-color: #333;
  border-radius: 0px;  
  background: url(../images/blog-bg.jpg);  
  background-size: cover;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  
}


.jumbotron-grey {  
  padding-top: 10px;
  margin: 0 auto;
  padding-bottom: 10px;
  background-color: #FBFBFB;
  border-radius: 0rem;    
}

.jumbotron-volunteer {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 0px;
    background-color: #222;
    border-radius: 0px;
    background: url("../images/quality-bg-2.jpg");    
    background-size: cover; 
    background-repeat: no-repeat;   
}

/* contact form */


/*input[type="text"], 
textarea, 
textarea.form-control {
  height: 48px;
  margin: 0; 
  padding: 15px !important;   
  vertical-align: middle;
  background: rgba(255,255,255,.8);
  font-family: 'barlow', sans-serif;
  font-size: 14px;
  border: 1px solid #CCCCCC;
  border-radius: 7px !important;
  box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.17) !important;
  color: #999;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
*/
textarea, 
textarea.form-control {
    padding: 15px !important; 
    line-height: 30px;
    height: 100px;
    max-height: 100px;
    min-height: 100px;
    min-width: 100px;
    max-width: 100%;
    color: #999;
    
}

input[type="text"]:focus, 
textarea:focus, 
textarea.form-control:focus {
  outline: none;
  background: rgba(255,255,255,0.6); 
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.form-control {
  display: block;
  width: 100%;
  height: 48px !important;
  padding: 15px !important; 
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: rgba(255,255,255,.8);
  background-image: none;
  border: 1px solid #CCCCCC;
  border-radius: 0px !important;
  box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.17) !important;
  -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;
}


.jumbotron-admin { 
  padding-top: 8%;
  padding-bottom: 0px;
  height: 100vh;
  margin-bottom: 0rem;
  background-color: #F0F0F0;
}



.card-1 {
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}

.card-1 .card-heading {
  background: url(../images/bg-head-02.jpg) center center no-repeat;
  padding: 0px;
}

.card-1 .card-body {
  padding: 0 90px;
  padding-top: 15px;
  padding-bottom: 35px;
}



.card_values {
  border: 1px solid #EEE;
  border-radius: 5px !important;
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 30px;
  margin-bottom: 40px;
  /*box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);*/
  box-shadow: 0 10px 12px rgba(81,107,117,.081);
}



.card_values:hover {
    box-shadow: 0 14px 18px rgba(81,107,117,.21);
    -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


/* projects */

