
.jumbotron-community-hero {
    padding-top: 120px;
  padding-bottom: 0px;
  margin-bottom: 0rem;
  margin-top: -30px;
  height: 80vh;
  border-radius: 0rem;
  background: #000;      
   background-repeat: no-repeat; 
   background-size: cover;   
  background: url(../images/hero-community.jpg) no-repeat center;
  background-size: cover;
 
}



.card-thumbnail-white {
  display: block;
  padding: 40px;
  padding-top: 50px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #FFF;
  border: 1px solid #f2f2f2;
  border-radius: 0px;
  /*box-shadow: 0 14px 18px rgba(81,107,117,.21);*/
  /*box-shadow: 5px 5px 15px 15px rgba(81,107,117,.1);*/
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}


.jumbotron {
  padding-top: 120px;
  padding-bottom: 0px;
  margin-bottom: 0rem;
  margin-top: -30px;
  height: 80vh;
  border-radius: 0rem;
  background: #000;  
  background: url(../images/bg-1.jpg)center center;      
   background-repeat: no-repeat; 
   background-size: cover;
}


.jumbotron-blog{
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 0rem;
  background-color: #0B1A21;
  border-radius: 0rem;  
}



.jumbotron-about {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 0rem;
  margin-top: -0px; 
  border-radius: 0rem;
  background: #D8DCD6; 
  /*background-image: linear-gradient(#F9F9F2, #FFF); */
}

.jumbotron-partner {
  margin: 0 auto;
  border-top: 1px solid rgba(0,0,0, 0.051);
  padding-top: 0px;
  /*padding-bottom: 150px;*/
  margin-bottom: 0rem;
  margin-top: -0px; 
  border-radius: 0rem;
  background: #D8DCD6; 
  /*background-image: linear-gradient(#fff, #F6F6ED,); */
  /*background: url(../images/top-shadow.png)center center no-repeat fixed;*/
}


.jumbotron-black {
  padding-top: 70px;
  padding-bottom: 40px;
  margin-bottom: 0rem; 
  margin-top: 0px; 
  border-radius: 0rem;
  background: #000;   
}



/*  scroll */

.mouse-wrap {
  position: relative;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 50px;
  z-index: 9;
}

.mouse-wrap:active, .mouse-wrap:active > .mouse-label, .mouse-wrap:focus, .mouse-wrap:focus > .mouse-label {
  outline: none;
}

.mouse-wrap.mouse-with-slider {
  bottom: -50px;
}

.mouse-wrap .mouse-label {
  top: 0;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .05rem;
  text-transform: uppercase;
}

.mouse-wrap.dark .mouse-label {
  color: #000;
}

.mouse-wrap.dark .mouse {
  border: 2px solid #000;
}

.mouse-wrap.dark .mouse .scroll {
  background: #000;
}

.mouse-wrap .mouse {
  position: absolute;
  width: 22px;
  height: 42px;
  bottom: 30px;
  display: block;
  left: 50%;
  margin-left: -12px;
  border-radius: 15px;
  border: 2px solid #fff;
  -webkit-animation: intro 2s;
  animation: intro 2s;
}

.mouse-wrap .mouse .scroll {
  display: block;
  width: 3px;
  height: 3px;
  margin: 6px auto;
  border-radius: 4px;
  background: #fff;
  -webkit-animation: finger 2s infinite;
  animation: finger 2s infinite;
}



.mouse-wrap {
        position: relative;
        display: inline-block;
        left: 50%;
        margin-top: 60% !important;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 50px;
        z-index: 9;
      }



ouse-wrap:active, .mouse-wrap:active > .mouse-label, .mouse-wrap:focus, .mouse-wrap:focus > .mouse-label {
  outline: none;
}

.mouse-wrap.mouse-with-slider {
  bottom: -50px;
}

.mouse-wrap .mouse-label {
  top: 0;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .05rem;
  text-transform: uppercase;
}

.mouse-wrap.dark .mouse-label {
  color: #000;
}

.mouse-wrap.dark .mouse {
  border: 2px solid #000;
}

.mouse-wrap.dark .mouse .scroll {
  background: #000;
}

.mouse-wrap .mouse {
  position: absolute;
  width: 22px;
  height: 42px;
  bottom: 40px;
  display: block;
  left: 50%;
  margin-left: -12px;
  border-radius: 15px;
  border: 3px solid #fff;
  -webkit-animation: intro 2s;
  animation: intro 2s;
}

.mouse-wrap .mouse .scroll {
  display: block;
  width: 3px;
  height: 3px;
  margin: 6px auto;
  border-radius: 4px;
  background: #fff;
  -webkit-animation: finger 2s infinite;
  animation: finger 2s infinite;
}

@-webkit-keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes finger {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes finger {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

background: #2F2F2F;
border-color: transparent;
box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.7);




/* button styling */



.btn-danger {
  color: #fff;
  background-color: #000;
  border-color: #000;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  border-radius: 0px;
}

.btn-main {
  /*margin-top: -6px;
  margin-left: -5px;
  background-color: #000;;
  color: #FFFFFF !important;
  padding: 15px 50px !important;
  border-color: #000;
  font-size: 12px;
  border-radius: 0px !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);*/

  background-color: #A67D44;
  color: #FFF;
  padding: 15px 60px;
  border-radius: 5px;
  border: #A67D44;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  

}

.btn-main:hover {
  background-color: #8F6B3A;
  color: #FFF;
  padding: 15px 60px;
  border-radius: 5px;
  border: #8F6B3A;
  text-transform: uppercase;
  font-size: 12px;
}


.btn-main-bottom {
  margin-top: 0px;
  margin-left: 0px;
  background-color: #000;;
  color: #FFFFFF !important;
  padding: 25px 60px !important;
  border-color: #000;
  font-size: 14px;
  border-radius: 0px !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}



.btn {
    font-weight: 600;
    transition: .5s;
}









.btn-blue-nav {
  background-color: transparent;
  color: #004A99;
  padding: 16px 60px;
  border-radius: 5px;
  border: 2px solid #014A99;
  text-transform: none;
  font-size: 13px;
  margin-left: 30px;
  font-weight: 600; 
  
}


.btn-blue-nav:hover {
  background-color: #014A99;
  color: #fff; 
  border: 2px solid #014A99;

}


.btn-primary-red {
  margin-top: 0px;
  margin-left: 0px;
  background-color: #EA0A1E;
  color: #FFFFFF !important;
  padding: 20px 60px !important;
  border-color: #EA0A1E;
  font-size: 12px;
  border-radius: 5px !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);

}
.jumbotron-video {
  padding-top: 180px;
  padding-bottom: 180px;
  margin-bottom: 0rem;
  /*background-color: #222;*/
  margin-top: -0px;
  /*height: 60vh;*/
  border-radius: 0rem;
  background: #000;    
  background: url(../images/car-bg.png) no-repeat center;
  background-size: cover;
  /*background-attachment: fixed;*/  
  /*border: 3px dotted red;*/
}

/*.jumbotron-about {
  padding-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 0rem; 
  margin-top: -0px; 
  border-radius: 0rem;
  background: #000;    
  background: url(../images/about-bg.jpg) no-repeat center;
  background-size: cover;
 
}*/


.jumbotron-services {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 0rem; 
  margin-top: -0px; 
  border-radius: 0rem;
  background: #000;    
  background: url(../images/services-bg.jpg) no-repeat center;
  background-size: cover;
}



.jumbotron-black {
  padding-top: 50px;
  padding-bottom: 30px;
  margin-bottom: 0rem;
  /*background-color: #222;*/
  margin-top: -0px;
  /*height: 60vh;*/
  border-radius: 0rem;
  background: #000;    
  /*background: url(../images/about-bg.jpg) no-repeat center;*/
  background-size: cover;
  /*background-attachment: fixed;*/  
  /*border: 3px dotted red;*/
}








/* contact form */



/* contact form */

input[type="text"], 
textarea, 
textarea.form-control {
  height: 45px;
  margin: 0; 
  padding: 20px;   
  vertical-align: middle;
  background: rgba(255,255,255,.7);
  font-family: 'barlow', sans-serif;
  font-size: 14px;
  color: #222;
    border-radius: 2px;
  /*box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.7);    */

    -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%;
     /*border: none;*/
     border: 1px solid #CCC;
     
}

input[type="text"]:focus, 
textarea:focus, 
textarea.form-control:focus {
  outline: 0;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #CCC;
  /*box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.7);*/

     /*border: none;*/
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.form-control:focus{
 /*color:#f2f2f2;*/
 background-color: #F8F8F8;
 border-color: 1px solid #F8F8F8;
 outline:0;
 box-shadow:0 0 0 .2rem rgba(0,123,255, 0)

}


.form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #fff;
  background-color: #454545;
  background-image: none;
  border: 1px solid #CCC;
  border-radius: 10px;
  /*box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.7);*/

}

/*.form-control {
  display: block;
  width: 100%;
  height: 48px;
  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: 1px !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;
}
*/
.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);
}

/*.card { 
  line-height: 1.42857143;
  padding: 40px;
  padding-top: 40px;
  border-radius: 15px; 
  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;
}


.card-img, .card-img-top {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}*/

.card { 
  line-height: 1.42857143;
  padding: 10px;
  padding-top: 0px;
  border-radius: 15px; 
  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;
}



.card-three {
  margin: 0 auto;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #F8F8F8;
  background-clip: border-box;
  /*border: 1px solid rgba(255,255,255,.125);*/
  border-radius: .25rem;
  /*box-shadow: 0 10px 12px rgba(81,107,117,.071);*/
}

.card-footer {
  padding: .5rem 1rem;
  background-color: #F8F8F8;
  border-top: 1px solid #F8F8F8;
}



.card-white { 
  line-height: 1.42857143;
  padding: 40px;
  padding-top: 40px;
  border-radius: 0px; 
  background: #FFF;
  /*border: 1px solid rgba();*/
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 5px 0 rgba(0,0,0,0.03);
  /*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;
}


/* FOOTER STYLES */

.jumbotron-footer { 
  margin-top: 0px;
  padding-top: 45px;
  margin: 0 auto;
  padding-bottom: 0px;
  background-color: #000;
  border-radius: 0rem;  
  background: url(../images/bg-footer.jpg) no-repeat center center;      
   background-repeat: no-repeat;
   /*background-attachment: fixed;*/
   background-size: cover;
}

.jumbotron-footer-bottom {
  margin: 0 auto;
  margin-top: -2px;
  padding-top: 15px;
  padding-bottom: 5px;
  background: #018C5C;
}

.jumbotron-footer-bottom p {
  font-family: 'Arial',sans-serif;
  font-size: 15px;
  color: #FFF;
}


.jumbotron-footer hr {
  margin-top: 3rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4) !important;
}



.jumbotron-footer h1 {
  font-family: 'arial', sans-serif;
  font-size: 20px; 
  color: #FFF;
  font-weight: 600;
  
}

.jumbotron-footer p {
  font-family: 'barlow', sans-serif;
  font-size: 15px; 
  color: #FFF;
  color: #BABABA;
}

.jumbotron-footer a {
  color: #BABABA;
  text-decoration: none !important;
}

.jumbotron-footer a:hover {
  text-decoration: none !important;
  color: #BABABA;
}


footer-social {
  text-align: center;
}

.footer-social a {
  background: transparent;
  width: 20px;
  width: 40px;
  display: inline-table;
  height: 50px;
  text-align: center;
  padding-top: 10px;
  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;
}


.jumbotron-white {  
  padding-top: 10px;
  margin: 0 auto;
  padding-bottom: 10px;
  background-color: #FBFBFB;
  border-radius: 0rem;    
}

.jumbotron-grey {  
  padding-top: 10px;
  margin: 0 auto;
  padding-bottom: 10px;
  background-color: #FBFBFB;
  border-radius: 0rem;  
  /*background: url(../images/bg-footer.jpg) no-repeat center center;      */
   /*background-repeat: no-repeat;*/
   /*background-attachment: fixed;*/
   /*background-size: cover;*/
}

/* footer ends */




.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:#018C5C;
        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 */




.thumbnail {
  display: block;
  padding: 0px;
  margin-bottom: 20px;
  line-height: 1.42857143; 
  border-radius: 0px;
  box-shadow: 10px 5px 38px rgba(0,0,0,.25);
  -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;
}



