


/* 20. preloader */
.preloader {
  background-color: #FFF;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  margin: 0 auto; }

.preloader .preloader-circle {
  width: 100px;
  height: 100px;
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-top-color: #95C8C9;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  z-index: 10;
  border-radius: 50%;
  /*-webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);*/
  /*box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);*/
  background-color: #fff;
  -webkit-animation: zoom 2000ms infinite ease;
  animation: zoom 2000ms infinite ease;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s; }

.preloader .preloader-circle2 {
  border-top-color: #95C8C9; }

.preloader .preloader-img {
  position: absolute;
  top: 50%;
  z-index: 200;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 6px;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s; }

.preloader .preloader-img img {
  max-width: 55px; }

.preloader .pere-text strong {
  font-weight: 800;
  color: #95C8C9;
  text-transform: uppercase; }

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s; }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s; } }

@keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s; }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s; } }
/* preloader */




.gtco-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}



.btn-primary {
  margin-top: -6px;
  margin-left: -5px;
  background-color: #68848D;;
  color: #FFFFFF !important;
  padding: 15px 50px !important;
  border-color: #68848D;
  font-size: 12px;
  border-radius: 40px;
}

.btn-primary:hover {
  margin-top: -6px;
  background-color: #546B72 !important;
  color: #FFFFFF;
   padding: 15px 50px !important;
  border-color: #546B72 !important;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}



/* floating card  */

.card {
  border: 0;
  border-radius: 10px !important;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.my-card-red {
  border-top: 4px solid #68848D !important;
}


.card-1 {
    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,.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-2 {
    padding: 40px;
    padding-top: 40px;
    padding-bottom: 55px;
    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,.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: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;
}

.my-card {    
    border-top: 6px solid #F90101;  
      
}


.my-card-support {    
    border-top: 6px solid #5A737A;    
}


.my-card-phone {    
    border-top: 6px solid #FFCD34;    
}




.sort {
    padding: 40px;
    padding-top: 50px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #F9F9F9;
    border: 1px solid #F5F5F5;
    border-radius: 0px;    
    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;
 
}  


.sort-dark {
    padding: 42px;
    padding-top: 50px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #171A2D;
    /*border: 2px solid #FF1F29;*/
    border-radius: 0px;
    /*border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
    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;
  background: url("../../images/photo_bg.jpg")center no-repeat;
      /*background: url("../images/bg.jpg") center center; */
   /*border-top: 2px solid #FF1F29;*/
}  


.thumbnail {
  padding: 42px;
    padding-top: 50px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #F3F6F9;
}


.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;  

}

.jumbotron-volunteer {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 0px;
    background-color: #222;
    border-radius: 0px;
    background: url(../images/volunteer-bg.jpg);    
    background-size: cover;
    background-repeat: no-repeat;
    /*background-attachment: fixed;   */
    /*position: relative; */
    /*height: 100vh;*/
}



.jumbotron-admin{
  padding-top: 20px;
  padding-bottom: 50px;
  margin-bottom: 0rem;
  background-color: #333;
  border-radius: 0rem;  
  background-size: cover;
  height: 100vh;
   background: url("../images/admin-bg.jpg") center center;  
  background-repeat: no-repeat;
}



.card-manager {
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 9px;
    box-shadow: 0 10px 12px 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;
}



.jumbotron-about {
    padding-top: 300px;
    padding-bottom: 200px;
    margin-bottom: 0px;
    background-color: #222;
    border-radius: 0px;
    background: url(../images/bg_1.jpg);    
    background-size: cover;
    background-repeat: no-repeat;
    /*background-attachment: fixed;   */
    /*position: relative; */
    /*height: 100vh;*/
}



.jumbotron-about-2 {
    padding-top: 100px;
    padding-bottom: 200px;
    margin-bottom: 0px;
    background-color: #222;
    border-radius: 0px;
    background: url(../images/bg-about.png);    
    background-size: cover;
    background-repeat: no-repeat;
    /*background-attachment: fixed;   */
    /*position: relative; */
    /*height: 100vh;*/
}






.jumbotron-founder {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 4rem;
  height: 60vh;
  background-color: #FFF;  
  border-radius: 0rem;
  /*height: 95vh;*/
  background: url(../images/founder-bg.png)  no-repeat fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}



  .btn-volunteer {
    background-color: transparent;
    border: 2px solid #FB8F22;
    padding: 20px 60px !important;
    border-radius: 10px;
    float: left;
  }

 

   .btn-volunteer:hover {
    background-color: rgba(251, 143, 34, 0.3) !important;
     border: 2px solid  rgba(251, 143, 34, 0) !important;
     transition: 0.7s !important;

  }





.jumbotron-gallery-plain {
    padding-top: 1px;
    padding-bottom: 50px;
    margin-bottom: 0px;
    background-color: #fff;
    border-radius: 0px; 
    
}




.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: -webkit-linear-gradient(40deg, #100040 0%, #100040 100%);
  background: -linear-gradient(40deg, #000 0%, #000 100%);
  /*background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
  background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);*/
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 3em;
  text-align: left;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-40px,0,0);
  transform: translate3d(-40px,0,0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  /*font-size: 14px;*/
  background-color: transparent;
  padding: 20px 0 10px 0;
  text-align: center;
}

.hovereffect .overlay:before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-20px,0,0);
  transform: translate3d(-20px,0,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
}

.hovereffect:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect:hover .overlay:before,
.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.overlay h2 {
  color: #fff;
  margin-top: 35px;
}


.overlay p {
  color: #fff;
  margin-top: 85px;
}





.jumbotron-footer {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0px;
  background-color: #1E1E1E;
  border-radius: 0px; 
  /*background: url(../images/footer-bg.jpg);*/
}


.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: uppercase;

}

.jumbotron-footer 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-blog {
  
   background: radial-gradient(#152F39, #000);
   padding-top: 180px;
   padding-bottom: 80px;
   color: #FFF;
   border-radius: 0px;
   margin-bottom: 0px;
   }

  .jumbotron-blog h1 {
    font-family: 'montserrat', sans-serif; font-size: 50px; color: #FFF;
    font-weight: 600;
  }

 .jumbotron-blog h2 {
    font-family: 'barlow', sans-serif; font-size: 14px; color: #FFF;
    
  }



.jumbotron-contact{
  padding-top: 240px;
  padding-bottom: 80px;
  margin-bottom: 0rem;
  background-color: #fff;
  border-radius: 0rem;
  /*background: #2B9AB7;*/
  background-size: cover;
  background: url("../images/contact-bg.jpg") fixed no-repeat;
  background-size: cover;
  background-attachment: fixed;
  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-top: 6px;*/
  /*padding-bottom: 10px;*/ 
    padding: 15px !important; 
    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: rgba(255,255,255,0.6);
   /* border-bottom: 1px solid #FFF;*/
    -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: 7px !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;
}