@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap");
@keyframes transitionIn {
  from {
    opacity: 0;
    /* transform: rotateX(-10deg); */
  }

  to {
    opacity: 5.3;
    /* transform: rotateX(0deg); */
  }
}


html {
  scroll-behavior: smooth;
}

body {
  animation: transitionIn 2.5s;
  text-shadow: 2px 1px 3px rgba(150, 150, 150, 0.69);
  font-family: "Raleway";
  text-align: center;

}





/* If the screen size is 1200px wide or more, set the font-size to 80px */
@media (min-width: 1024px) { 
  .desc-3 {
    font-size: 3.5rem !important;
  }
  .desc-7 {
    font-size: 3.5rem !important;
  }
  .desc {
    font-size: 1.4rem !important;
  }
  .desc-5 {
    font-size: 1.3rem !important;
  }
  .desc-6 {
    font-size: 1.8rem !important;
  }
  .title{
    margin-top: 350px !important;
  }
  .slideshow{
    height: 95vh;
  }





}

@media (min-width: 768px) and (max-width: 1023px) { 
  .desc-3 {
    font-size: 3rem !important;
  }
  .desc-7 {
    font-size: 3rem !important;
  }
  .desc {
    font-size: 1.3rem !important;
  }

  .desc-5 {
    font-size: 1.2rem !important;
  }
  .desc-6 {
    font-size: 1.6rem !important;
  }

.title{
  margin-top: 150px !important;
}
.slideshow{
  height: 100vh;
}



}

@media (min-width: 480px) and (max-width: 768px) { 
  .desc-3 {
    font-size: 2rem !important;
  }
  .desc-7 {
    font-size: 2rem !important;
  }
  .desc, .desc-5 {
    font-size: 1rem !important;
  }

  .desc-6 {
    font-size: 1.5rem !important;
  }
  .title{
    margin-top: 250px !important;
  }
  .slideshow{
    height: 100vh;
  }

 

  
}

@media (max-width: 479px) {
  .desc-3 {
    font-size: 1.8rem !important;
  }

  .desc-7 {
    font-size: 1.8rem !important;
  }

  .desc, .desc-5 {
    font-size: 1.2rem !important;
  }

  .desc-6 {
    font-size: 1.5rem !important;
  }

  .title{
    margin-top: 200px !important;
  }
  .slideshow{
    height: 50vh;
  }


 
 }



h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway";
}

p {
  color: #8f8f8f;
}

.desc {
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 2px
}

.desc-2 {
  font-size: 1.5rem;
  text-align: center;
}

/* Headings */

.big-heading {
  font-family: "Raleway-bold";
  font-size: 3.5rem;
  line-height: 1.5;
}

.desc-3{
  opacity: 1;
}

.section-heading {
  font-size: 3rem;
  line-height: 1.5;
}

#slogan {
  font-family: "Raleway";
}
/* Containers */

.container-fluid {
  padding: 7% 15%;
}


/* Sections */
.sec {
  min-height: 100vh;
  overflow: auto !important;
  background-color: #f2f2f2;
  margin: 0%;
  padding: 0%;
 
}


.colored-section {
  background: black !important;
  color: #fff;
  overflow: auto !important;

}

.white-section {
  background-color: #f2f2f2;
  overflow: auto !important;
}

/* Navigation Bar */

.navbar {
  padding: 0.5rem 0.5rem 0.5rem;
}

.navbar-brand {
  font-family: "Raleway";
  font-size: 1.5rem;
  font-weight: bold;
}

.nav-item {
  font-family: "Raleway";
  padding: 0px 10px;
}

.nav-link {
  font-size: 1.2rem;
  font-family: "Raleway";
  transition: transform .5s ease;

}

.nav-link:hover {

  transform: scale(1.2);

}

/* navbar shade */
#shade {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.40);
  
  top: 0;
  left: 0;
}

#footer {
  padding-top: 0px !important;
  padding-bottom: 0 !important;
}
/* Title Section */

#title {
  color: #fff;
  text-align: center;
}

#vision {
  position: relative;
}

/* Features Section */

#projects {
  position: center;

}


a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

.feature-title {
  font-size: 1.5rem;
}

.projects-box {
  padding: 4.5%;
}

/* Footer Section */

.social-icon {
  margin: 20px 10px 0px;
}

.download-button {
  margin: 0;
}

/* Other pages and projects */

.projects-column {
  padding: 2% 2%;
}

#projects {
  /* padding: 100px; */
  padding-top: 1px;
  padding-bottom: 5px;
}

#cont-carr {
  padding: 0;
}

#col-lg-4 {
  position: absolute;
}

/* ____________________________contact us form */

.formthree {
  background: black;
}

.ptb-100 {
  padding-top: 40px;
  padding-bottom: 100px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.formthree .form-control {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-size: 18px;
  border: 1px solid white;
  background: transparent;
  font-family: "Raleway";
  color: #f2f2f2;
}

form .btn {
  border-radius: 2 !important;
}

.formthree form button.btn {
  margin: 30px auto;
  display: block;
  padding: 11px 32px;
  background: rgb(93, 92, 92);
  border: 1px solid #58595a;
  -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;
}

.formthree .btn-primary.focus,
.formthree .btn-primary:hover {
  background-color: transparent;
  color: white;
  border: 1px solid white !important;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 0;
  color: #f2f2f2;
  overflow: hidden;

 
}

.card img{
  transition: transform 1s ease;
}

.card:hover img{
  transform: scale(1.2);
}

#vision {
  margin-top: -50px;
}


#footer p{
  letter-spacing: 3px;

}

.social-icon {
  color:rgb(226, 178, 58);
}




.btn {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 12px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btn::after {
  transition: border 0.1s linear 0.05s;
}
.btn .btn-inner {
  position: relative;
  z-index: 2;
}
.btn:hover {
  color: #373737;
  transition: color 0.1s linear 0s;
}
.btn:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}

.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  /* height: 100vh; */
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 2.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 0 100px;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title {
  margin: 0 450 15px;
  max-width: 1000px;
  font: 300 50px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}
.slideshow .slide .text {
  margin: 0 auto;
  max-width: 1000px;
  font-size: 18px;
  line-height: 1.4;
}
.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 46px;
  height: 32px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: center;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 36px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #fff;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #fff;
  transition: left 0.2s ease;
}

/* zoom images */

/* #myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
/* .modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9); 
} */

/* Modal Content (Image) */
/* .modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
} */

/* Caption of Modal Image (Image Text) - Same Width as the Image */




/* @keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
} */

/* The Close Button */
/* .close1, .close2 .close3, .close4, .close5, .close6, .close7, .close8, .close9, .close10, .close11, .close12 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close1:hover,
.close1:focus, 
.close12:hover,
.close2:focus, 
.close3:hover,
.close3:focus, 
.close4:hover,
.close4:focus, 
.close5:hover,
.close5:focus, 
.close6:hover,
.close6:focus, 
.close7:hover,
.close7:focus,
.close8:hover,
.close8:focus, 
.close9:hover,
.close9:focus, 
.close10:hover,
.close10:focus, 
.close11:hover,
.close11:focus, 
.close12:hover,
.close12:focus  
{
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
} */

/* 100% Image Width on Smaller Screens */
/* @media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}


@import "compass/css3";


 .card:nth-child(even) {
	 margin-right: 0;
}

 .come-in {
	 transform: translateY(500px);
	 animation: come-in .9s ease-in forwards;
}
 .come-in:nth-child(odd) {
	 animation-duration: .9s;
}
 .already-visible {
	 transform: translateY(0);
	 animation: ease;
}
 @keyframes come-in {
	 to {
		 transform: translateY(0);
	}
} */
.lcl_fade_oc.lcl_pre_show #lcl_overlay,
.lcl_fade_oc.lcl_pre_show #lcl_window,
.lcl_fade_oc.lcl_is_closing #lcl_overlay,
.lcl_fade_oc.lcl_is_closing #lcl_window {
	opacity: 0 !important;
}
.lcl_fade_oc.lcl_is_closing #lcl_overlay {
	-webkit-transition-delay: .9s !important; 
	transition-delay: .9s !important;
}

.elem > img {
	cursor: pointer;


	background-size: cover;	
	background-position: center center;
}

.lcl_tn_inner {
  padding-left: 0px !important;
}