
.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 #256E41;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 4px solid #256E41;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border: 4px solid #256E41;
    border-left-color: transparent;
  }
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    border: 4px solid #256E41;
    border-left-color: transparent;
  }
  50% {
    -webkit-transform: rotate(180deg);
    border: 4px solid #256E41;
    border-left-color: transparent;
  }
  100% {
    -webkit-transform: rotate(360deg);
    border: 4px solid #256E41;
    border-left-color: transparent;
  }
}


.top_icons {
		font-family: "Raleway", sans-serif;
  		font-size: 14px !important;
  
}
.social_icons {

  
}

.jumbotron-clients {
   background-image: linear-gradient(to bottom, #fff, #F7F7F7);
   padding: 0px;
}

.jumbotron-about {
  padding-top: 100px;
  padding-bottom: 100px;
  border: 1px solid orange;
}

.jumbotron-partners {
  padding-top: 50px;
  padding-bottom: 50px;
}

.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-services {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #F7F7F7;
}


.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;
}


.card-1 {
  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);
}


.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;
}


.filter a {
  text-decoration: none;
}

.filter a:hover {
  text-decoration: none;
  /*background-color: #234630;
  font-family: 'Raleway', sans-serif;
  color: #B9F813;
  padding: 16px 50px;
  border-radius: 10px;
  border: #234630;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;*/
}


.home-newsletter {
/*padding: 80px 0;
background: #f84e77;*/
}

.home-newsletter .single {
max-width: 650px;
margin: 0 auto;
text-align: center;
position: relative;
z-index: 2; }


.home-newsletter .single h2 {
font-size: 22px;
color: white;
text-transform: uppercase;
margin-bottom: 40px; }
.home-newsletter .single .form-control {
height: 50px;
/*background: #2F2F2F;*/
background: #2F2F2F;
border-color: transparent;
box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.7);
border-radius: 0px 0 0 0px;
padding: 25px;
 }




.home-newsletter .single .form-control:focus {
box-shadow: none;
color: #222;
border-color: #000; }


.home-newsletter .single .btn {
min-height: 50px;
border-radius: 0 0px 0px 0;
background: #FBCD1D;
color: #222;
padding: 0 20px;
margin-top: 0;
}


/* Newsletter */

   .home-newsletter form {
    background: #FFF;
    display: flex;
    width: fit-content;
  }

   .home-newsletter form input {
    border: 0;
    outline: none;
    padding: 10px 20px;
    height: 40px;
    background: #eee;
    box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.7);
    width: 100%;
    font-size: 14px;
  }

   .home-newsletter form button {
    background: #61b752;
    border: none;
    outline: none;
    height: 40px;
    width: 80px;
    cursor: pointer;
  }

  .home-newsletter span {
    color: #61b752;
    margin-top: 10px;
    display: block;
  }

    .fa-send {
      color: #FFF
    }


.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-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: 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:hover {
    box-shadow: 10px 5px 58pxrgba(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: 3px solid #B2F212;  */
    background: #256E41;
    border: 1px solid #256E41;
      
}


.my-card-support {    
    border-top: 6px solid #038E6D;    
}


.my-card-phone {    
    border-top: 6px solid #FFCD34;    
}



.btn-primary {
  background-color: #256E41;
  font-family: 'Raleway', sans-serif;
  color: #fff;
  padding: 16px 50px;
  border-radius: 10px;
  border: #256E41;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}


.btn-primary:hover {  
  background-color: #256E41;
  color: #fff; 
  border: #256E41; 
  font-size: 13px;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #256E41;
  color: #fff; 
  border: #256E41; 
  font-size: 13px;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.15);
}

.btn-primary-2 {
  background-color: transparent;
  font-family: 'Raleway', sans-serif;
  color: #2C583D !important;
  padding: 15px 50px;
  border-radius: 10px;
  border: 2px solid #234630;
  text-transform: none;
  font-size: 13px;
  font-weight: 600;
}


.btn-primary-2:hover {
  background-color: transparent;
  color: #000; 
  border: 2px solid #234630; 
}




.jumbotron {
  padding-top: 250px;  
  margin-bottom: 0rem;
  background-color: #fff;
  border-radius: 0rem;
  background: #333;  
  background: url(../images/bg.jpg);
  /*height: 100vh;*/
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.jumbotron-green p {
  font-family: 'Raleway', sans-serif; font-size: 25px; color:#FFF;font-weight: bold;
}


.jumbotron-green h1 {
  font-family: 'Raleway', sans-serif; font-size: 40px; color:#FFF; font-weight: bold; line-height: 40px; }


.jumbotron-clients h1 {
	font-family: 'Raleway', sans-serif; font-size: 25px; color:#214432;
}

.jumbotron h1 {
	font-family: 'Raleway', sans-serif; font-size: 20fpx; color:#214432;
}


.jumbotron h3 {
	font-family: 'Raleway', sans-serif; font-size: 45px; color:#214432; font-weight: 600;
  line-height: 45px;
}

.jumbotron p {
	font-family: 'Raleway', sans-serif; font-size: 16px; color:#5B5B5B;
}


.jumbotron-partners h1 {
  font-family: 'Raleway', sans-serif; font-size: 16px; color: #97CE06; text-transform: none;
}


.jumbotron-partners h2 {
  font-family: 'Raleway', sans-serif; font-size: 28px; color: #000; font-weight: 600;
}

.jumbotron-services h1 {
  font-family: 'Raleway', sans-serif; font-size: 16px; color: #97CE06; text-transform: none;
}


.jumbotron-services h2 {
  font-family: 'Raleway', sans-serif; font-size: 28px; color: #000; font-weight: 600;
}


.jumbotron-services p {
  font-family: 'Raleway', sans-serif; font-size: 16px; color: #000; text-transform: none;
}

.jumbotron-services .service_photo {
  margin-top: 0px;
  /*border: 1px solid blue;*/
}

.jumbotron-services .service_text h2 {
  font-family: 'Raleway', sans-serif; font-size: 28px; color: #000;
}

.jumbotron-services .service_text_2 h2 {
  font-family: 'Raleway', sans-serif; font-size: 28px; color: #000;
}


.jumbotron-services .service_text h2 {
  font-family: 'Raleway', sans-serif; font-size: 28px; color: #000;
}


.jumbotron-services .service_text {
  margin-top: 60px;
  /*border: 3px solid green;*/
}

.jumbotron-services .service_text_2 {
  margin-top: 90px;
  /*border: 3px solid green;*/
}

.jumbotron-services .service_text_3 {
  margin-top: 30px;
  /*border: 3px solid green;*/
}

.jumbotron-services .service_text p {
  padding-bottom: 20px;
  /*border: 3px solid green;*/
}

.jumbotron-services .service_text_2 p {
  padding-bottom: 20px;
  /*border: 3px solid green;*/
}


.jumbotron-services .service_text_3 p {
  padding-bottom: 20px;
  /*border: 3px solid green;*/
}




.jumbotron .right_image {
	/*border: 1px solid blue;*/
	margin-top: -20px;
	animation: float 5s ease-in-out infinite;

}

@keyframes float {
            0% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-20px);
            }

            100% {
                transform: translateY(0);
            }
        }

.jumbotron .left_text h1 {
  padding: 0px;
  font-size: 20px;
}


.jumbotron .left_text {
	padding: 0px;
}




 /* video styles */
.content-section h1 {
    text-transform: uppercase;
    margin-bottom: 25px;

}

.content-section p {
    font-size: 1.2em;
    color: #333;
}

.video-section {
    position: relative;
    width: 100%;
    max-height: 100vh;
    height: 100vh;
    overflow: hidden;   
}

.video-section-2 {
    position: relative;
    width: 100%;
    max-height: 100vh;
    height: 100vh;
    overflow: hidden;
}

#video-elem {
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;

}

video::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);  
    opacity: 1;  
    padding-top: 23%;

}


    .video-overlay h1 {    
        margin-bottom: 0px; line-height: 0.8; 
        font-family: 'Reey', sans-serif; 
        color: #33DB72; padding: 0px; font-weight: 300;
        
    }

     .video-overlay h2 {
      margin-bottom: 0px; font-family:'Raleway', sans-serif; 
      padding: 0px; color:#FFF; font-size: 26px;
      line-height: 35px !important; font-weight: 600;
    }

    .video-overlay h3 {
      margin-bottom: 0px; font-family:'Raleway', sans-serif; 
                                padding: 0px; color:#FFF; font-size: 30px;
                                line-height: 35px !important; font-weight: 600;
    }

     .video-overlay p {
    padding-left: 16px; font-family: 'Raleway', sans-serif; font-size: 18px;
    color: #FFF; padding-top: 20px;
  }


      .header-content h3{
    font-size: 35px;
    font-weight: 600;

  }

  /* end of video styles */


/* ***************************** SMALL SCREEN   **** SMALLL SCREEN **************************** SMALL SCREEN ********* */
@media (max-width: 768px) {
  




.video-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);  
    opacity: 1;  
    padding-top: 50%;

}


#video-elem .hero {
  position: relative; /* Establishes a positioning context for the video */
  height: 100vh; /* Or use the padding-bottom method for aspect ratio */
  width: 100%;
  overflow: hidden; /* Hides any part of the video that might overflow */
}

#video-elem .hero-video {
  position: absolute; /* Positions the video relative to its parent (.hero) */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the video covers the entire container without distortion */
  z-index: -1; /* Places the video behind other content */
}

.hero-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Centers the content */
  z-index: 1; /* Ensures content is above the video */
  /* Add styles for your text here */
  color: white;
  text-align: center;
}

/* Optional: Method using padding-bottom for aspect ratio */
/*
.hero {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; /* For a 16:9 video (9 / 16 * 100) */
  width: 100%;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
*/






/*  video mobile styles */



.filter a {
  text-decoration: none;
  font-size: 13px;
}

.filter a:hover {
  text-decoration: none;
}



.jumbotron-green p {
  font-family: 'Raleway', sans-serif; font-size: 20px; color:#FFF;font-weight: bold;
}

.jumbotron-partners h1 {
  font-family: 'Raleway', sans-serif; font-size: 18px; color: #97CE06; text-transform: none; margin-top: -50px;
}

.jumbotron-partners h2 {
  font-family: 'Raleway', sans-serif; font-size: 22px; color: #000; font-weight: bold; text-transform: none;
}

/* services small screens -- */
.jumbotron-services h1 {
  font-family: 'Raleway', sans-serif; font-size: 18px; color: #97CE06; text-transform: none; margin-top: -50px;
}

.jumbotron-services h2 {
  font-family: 'Raleway', sans-serif; font-size: 22px; color: #000; font-weight: bold; text-transform: none;
}

.jumbotron-services p {
  font-family: 'Raleway', sans-serif; font-size: 14px; color: #000; text-transform: none;
}

.jumbotron-services .service_photo {
  margin-top: -80px;
  /*border: 1px solid blue;*/
}

.jumbotron-services .service_photo_3 {
  margin-top: 20px;
  /*border: 1px solid blue;*/
}

.jumbotron-services .service_text {
  margin-top: -80px;
   /*border: 3px solid blue;*/
   text-align: center;
}

.jumbotron-services .service_text h2 {
  font-family: 'Raleway', sans-serif; font-size: 24px; color: #000;
}

.jumbotron-services .service_text_2 {
  /*margin-top: -80px;*/
   /*border: 3px solid blue;*/
   text-align: center;
}

.jumbotron-services .service_text_2 h2 {
  font-family: 'Raleway', sans-serif; font-size: 24px; color: #000; margin-top: -160px;
}

.jumbotron-services .service_text_3 h2 {
  font-family: 'Raleway', sans-serif; font-size: 24px; color: #000; margin-top: -100px;
}


.jumbotron-services .service_text_3 {
  /*margin-top: -80px;*/
   /*border: 3px solid blue;*/
   text-align: center;
}

.jumbotron-partners .clients img {
  width: 150px;
  text-align: center;
  /*border: 1px solid red;*/
  margin-left: 140px;
}





.jumbotron-green h1 {
  font-family: 'Raleway', sans-serif; font-size: 30px; color:#FFF; font-weight: bold; line-height: 30px; }


.jumbotron .left_text h1 {
  padding: 0px;
  font-size: 16px;
}

.jumbotron h1 {
	font-family: 'Raleway', sans-serif; font-size: 20px; color:#214432; margin-top: -100px;
}

.jumbotron .left_text {
  padding: 20px;
}

.jumbotron-clients h1 {
	font-family: 'Raleway', sans-serif; font-size: 20px; color:#214432;
}



.jumbotron h3 {
	font-family: 'Raleway', sans-serif; font-size: 25px; color:#214432; font-weight: 600; line-height: 30px;
}

.jumbotron p {
	font-family: 'Raleway', sans-serif; font-size: 16px; color:#5B5B5B;
}

.jumbotron .right_image {
	/*border: 1px solid red;*/
	margin-top: 50px;
	padding: 30px;
}











}




/* 7. OUR WORKS */

  .isotope-item {
      z-index: 2;
  }
  .isotope-hidden.isotope-item {
      z-index: 1;
  }
  .isotope, .isotope .isotope-item {/* change duration value to whatever you like */
      -webkit-transition-duration: 0.8s;
      -moz-transition-duration: 0.8s;
      transition-duration: 0.8s;
  }
  .isotope {
      -webkit-transition-property: height, width;
      -moz-transition-property: height, width;
      transition-property: height, width;
  }
  .isotope .isotope-item {
      -webkit-transition-property: -webkit-transform, opacity;
      -moz-transition-property:-moz-transform, opacity;
      transition-property:transform, opacity;
  }

  #our-works{
    padding-top: 130px;
    padding-bottom: 120px;
  }

  .portfolio-wrapper ul.filter{
    list-style: none;
    padding: 0;
    margin-bottom: 35px;
    margin-top: 28px;
    overflow: hidden;
  }

  .portfolio-wrapper ul.filter li{
    float: left;
    text-transform: uppercase;
    margin-right: 25px;
    font-weight: 600;
  }

  .portfolio-wrapper ul.filter li a{
    color: #909090;
  }

  .portfolio-wrapper ul.filter li a:hover,
  .portfolio-wrapper ul.filter li a.active{
    color: #000;
  }

  .portfolio-wrapper .portfolio-items{
    clear: both;
  }

  .portfolio-wrapper .portfolio-content{
    position: relative;
    margin-bottom: 30px;
  }

  .portfolio-wrapper .portfolio-overlay{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  .portfolio-wrapper .portfolio-content:hover .portfolio-overlay{
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .portfolio-wrapper .portfolio-overlay a{
    color: #fff;
    font-size: 35px;
  }
  .portfolio-wrapper .portfolio-overlay a:hover{
    color: #fff;
  }




.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;
}


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%;
    
}






.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: 'impact', 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: 'impact', serif;
    font-weight: 600;
    opacity: 0.5;   
    right: 0;
    left: 0;
    margin: 0 auto;
    color: #E2E2E6;  

}



.card-thumbnail-white {
  display: block;
  padding: 40px !important;
  padding-top: 80px !important;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #FFF;
  border: 1px solid #FFF;
  border-radius: 0px;
  height: 100% !important;
  /*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;
}


