
.gtco-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}




#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #fff;
}

.loader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;
  animation: loader 0.8s linear infinite;
  -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 4px solid #FDB53C;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 4px solid #FDB53C;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border: 4px solid #FDB53C;
    border-left-color: transparent;
  }
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    border: 4px solid #FDB53C;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    border: 4px solid #FDB53C;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    border: 4px solid #FDB53C;
    border-left-color: transparent;
  }
}



  .btn_primary {
    padding: 15px 0px !important;
    margin-bottom: 5px !important;
    margin-top: 5px !important;    
    border-radius: 5px  !important;
    text-transform: uppercase !important;
    color: #fff !important;
    width: 40%;
    font-size: 12px !important;
    font-family: 'barlow',sans-serif !important;
    background-color: #0EAF4F !important;
    border: 2px solid #0EAF4F !important;    
    font-weight: 400  !important;
  }


  .btn-primary {
    padding: 15px 60px !important;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
    margin-left: 20px !important;
    border-radius: 35px  !important;
    text-transform: uppercase !important;
    color: #000 !important;
    width: 40%;
    font-size: 12px !important;
    font-family: 'barlow',sans-serif !important;
    background-color: #FFC926 !important;
    border: 2px solid #FFC926 !important;    
    font-weight: 400  !important;
  }

  .btn-primary:hover {
    padding: 15px 60px !important;
    text-transform: uppercase !important;
    color: #000 !important;
    font-size: 12px !important;
    background-color: #F2B600 !important;
    border: 2px solid #F2B600 !important;
    /*box-shadow: 10px 5px 18px rgba(0,0,0,.15);*/
  }



.btn-partners {
  background: #E8604C;
  color: #fff;
  /*border-radius: 50px;*/
  padding: 15px 40px;
  border-color: #E8604C;
  white-space: ;
  transition: 0.3s;
  font-size: 13px;
  display: block; 
  
}

.btn-partners:hover {
  background: #E4452E;
  color: #fff;
  font-size: 13px;
  border-color: #E8604C;
}



  .karl-btn {
    display: inline-block;
    min-width: 170px;
    height: 55px;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 2px;
    padding: 0 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 49px;
}

.karl-btn:hover,
.karl-btn:focus {
    font-weight: 700;
    color: #fff;
    background-color: #FBAF11;
    border-color: #FBAF11;
}


.jumbotron{
  padding-top: 320px;
  padding-bottom: 50px;
  margin-bottom: 0rem;
  background-color: #333;
  border-radius: 0rem;  
  background-size: cover;
  height: 100vh;
   background: url("../../images/bg-2.jpg") center center;  
  background-repeat: no-repeat;
}



.jumbotron-volunteer {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 0px;
    background-color: #222;
    border-radius: 0px;
    background: url("../../images/volunteer-bg-new.jpg");    
    background-size: cover;
    /*height: 100vh;*/
    background-repeat: no-repeat;
    /*background-attachment: fixed;   */
    /*position: relative; */
    /*height: 100vh;*/
}

.jumbotron-support {
  padding-top: 10px;
  padding-bottom: 50px;
  margin-bottom: 0rem;
  background-color: #333;
  border-radius: 0rem;  
  background-size: cover;
  height: 50vh;
   background: url("../../images/support-bg.jpg") center center;  
  background-repeat: no-repeat;
}

.jumbotron-support-2 {
  padding-top: 320px;
  padding-bottom: 50px;
  margin-bottom: 0rem;
  background-color: #333;
  border-radius: 0rem;  
  background-size: cover;
  height: 100vh;
   background: url("../../images/support-bg-2.jpg") center center;  
  background-repeat: no-repeat;
}


.jumbotron-donate {
  padding-top: 10px;
  padding-bottom: 100px;
  margin-bottom: 0rem;
  background-color: #333;
  border-radius: 0rem;  
  background-size: cover;
  height: 50vh;
   background: url("../../images/donate-bg.jpg") center center;  
  background-repeat: no-repeat;
}



.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;
}


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


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



.thumbnail {
  overflow: hidden;
}


  .jumbotron-commitment{
  padding-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 0rem;
  background-color: #f0f0f0;
  border-radius: 0rem;  
  background-size: cover;
   background: url("../../assets/images/logo-bg.jpg") center center;  
  background-repeat: no-repeat;
}


.jumbotron-grey {
   padding-top: 100px;
   padding-bottom: 80px;
   color: #FFF;
   border-radius: 0px;
   margin-bottom: 0px;
   background-color: #fff;  
   background-repeat: no-repeat;  
   background-size: cover;
}




.jumbotron-tariffs{
  padding-top: 240px;
  padding-bottom: 80px;
  margin-bottom: 0rem;  
  border-radius: 0rem;
  background: #000; 
  background: url("../../assets/images/tariff-bg.jpg") fixed no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.jumbotron-roof-top{
  padding-top: 240px;
  padding-bottom: 80px;
  margin-bottom: 0rem;
  background-color: #fff;
  border-radius: 0rem; 
  background: url("../../assets/images/roof-top-bg.jpg") fixed no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}


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

/*

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



/* CONTACT STYLES */

.jumbotron-contact {
  
   background: radial-gradient(#074E24, #010101);
   padding-top: 200px;
   padding-bottom: 80px;
   color: #FFF;
   border-radius: 0px;
   margin-bottom: 0px;
   }

  .jumbotron-contact h1 {
    font-family: 'montserrat', sans-serif; font-size: 50px; color: #FFF;
    font-weight: 600;
  }

 .jumbotron-contact h2 {
    font-family: 'barlow', sans-serif; font-size: 12px; color: #FFF;
    
  }



/* 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;
}


.jumbotron-accommodation{
  padding-top: 240px;
  padding-bottom: 80px;
  margin-bottom: 0rem;
  background-color: #fff;
  border-radius: 0rem;
  background: #FFA800;
  background-size: cover;
  background: url("../../assets/images/rooms-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}




.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: 50px;*/
    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: 3vw;  
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    opacity: 0.5;   
    right: 0;
    left: 0;
    margin: 0 auto;
    color: rgba(0,0,0, 0.01); 
    /*#E4EBF3;  */

}






.back-title {
  position: relative;
  text-align: center; }
  .back-title .archivment-front {
    position: relative;
    z-index: 9; }
  .back-title .archivment-front h2 {
    color: #EDEDEF;
    /*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: 'Cinzel', serif;
    font-weight: 600;
    opacity: 0.5;   
    right: 0;
    left: 0;
    margin: 0 auto;
    color: #E2E2E6;  

}






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


.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;
}









/*********************** Demo - 14 *******************/
.box14{position:relative}
.box15,.box17,.box18{box-shadow:0 0 5px #7e7d7d;text-align:center}
.box14:before{content:"";width:100%;height:100%;background:rgba(0,0,0,.5);position:absolute;top:0;left:0;opacity:0;transition:all .35s ease 0s}
.box14:hover:before{opacity:1}
.box14 img{width:100%;height:auto}

.box14 .box-content{
              width:90%;
              height:90%;
              position:absolute;
              top:5%;
              left:5%
            }


.box14 .box-content:after,.box14 .box-content:before{
  content:"";position:absolute;top:0;left:0;bottom:0;right:0;opacity:0;transition:all .7s ease 0s}


.box14 .box-content:before{border-bottom:1px solid rgba(255,255,255,.5);border-top:1px solid rgba(255,255,255,.5);transform:scale(0,1);transform-origin:0 0 0}
.box14 .box-content:after{border-left:1px solid rgba(255,255,255,.5);border-right:1px solid rgba(255,255,255,.5);transform:scale(1,0);transform-origin:100% 0 0}
.box14:hover .box-content:after,.box14:hover .box-content:before{opacity:1;transform:scale(1);transition-delay:.15s}
.box14 .title{font-size:21px;font-weight:700;color:#fff;margin:15px 0; padding-top: 20px;opacity:0;transform:translate3d(0,-50px,0);transition:transform .5s ease 0s}
.box14:hover .title{opacity:1;transform:translate3d(0,0,0)}
.box14 .post{font-size:14px;color:#fff;padding:10px;background:#d79719;opacity:0;border-radius:0 19px;transform:translate3d(0,-50px,0);transition:all .7s ease 0s}
.box14 .icon,.box15 .icon{padding:0;list-style:none}
.box14:hover .post{opacity:1;transform:translate3d(0,0,0);transition-delay:.15s}
.box14 .icon{width:100%;margin:0;position:absolute;bottom:-10px;left:0;opacity:0;z-index:1;transition:all .7s ease 0s}
.box14:hover .icon{bottom:20px;opacity:1;transition-delay:.15s}
.box14 .icon li a{display:block;width:40px;height:40px;line-height:40px;border:1px solid #fff;border-radius:0 16px;font-size:14px;color:#fff;margin-right:5px;transition:all .4s ease 0s}
.box14 .icon li a:hover{
  background:#F89D23;
  text-decoration: none;
  border-color:#F89D23}
@media only screen and (max-width:990px){.box14{margin-bottom:30px}
}







/*.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  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:hover {
    box-shadow: 0 14px 18px rgba(81,107,117,.21);
    -webkit-transition: all 0.93s ease 0s;
  -moz-transition: all 0.93s ease 0s;
  -o-transition: all 0.93s ease 0s;
  transition: all 0.93s ease 0s;
}

*/



/* 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 #8DC53E !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;    
}




.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;
}




/* Video Section
--------------------------------*/
#video {
  background: url(../img/video-bg.jpg) center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  overflow: hidden;
}

#video .overlay {
  background: rgba(0, 0, 0, 0.85);
  height: 100%;
}

#video .overlay .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#71c55d 50%, rgba(113, 197, 93, 0.15) 52%);
  border-radius: 50%;
  display: block;
  margin: 153px auto 0;
  position: relative;
  overflow: hidden;
}

#video .overlay .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#video .overlay .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate1 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#video .overlay .play-btn:hover::after {
  border-left: 15px solid #71c55d;
  transform: scale(20);
}

#video .overlay .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@keyframes pulsate1 {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}


.card-thumbnail-white {
  display: block;
  padding: 40px;
  padding-top: 50px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #FFF;
  border: 1px solid #FFF;
  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;
}





.course-content {
    margin-top: 50px;
    transition: all .35s
}

.course-content:hover {
    box-shadow: 0 24px 38px rgba(81,107,117,.21);
}

.course-thumbnail {
    width: 100%;
    margin: 0;
    object-fit: cover;
}

.course-thumbnail img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.course-content-wrap {
    padding: 26px 30px 20px;
    border: 1px solid #ebebeb;
    border-top: 0;
    background: #fff;
}

.course-content .entry-title {
    margin: 0;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
}

.course-content .entry-title a {
    color: #383749;
}

.course-content .entry-meta {
    margin-top: 12px;
}

.course-author {
    font-style: none;
}

.course-author a {
    color: #19c880;
    text-decoration: none;
}

.course-date {
    position: relative;
    padding-left: 10px;
    margin-left: 5px;
    color: #757686;
}

.course-date::before {
    content: '/';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    text-align: center;
}

.course-content .entry-footer {
    margin-top: 14px;
}


