@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,600,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,600,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');


body {
    overflow-x: hidden;
}

.contianer-holder {
    position: absolute;
    z-index: 3;
    left:0px;
    width: 100%;
    text-align: center;
}

a {
  text-decoration: none;
  color:white !important;
}

p {
  font-family: 'Open Sans', sans-serif !important;

}

a:hover {
  text-decoration: none !important;
}

.section-heading {
  font-weight: 800;
  font-size:50px;
  font-family: 'Poppins' , sans-serif;  
  text-transform: uppercase;
  letter-spacing: -0.04em;
}

.underline--magical {
  background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 88%;
  transition: background-size 0.25s ease-in;
}
.underline--magical:hover {
  background-size: 100% 88%;
  color:black;
}




.line {
  height:80px;
  background:rgb(112, 110, 110);
  width:1px;
}

p {
  font-family: 'Raleway', sans-serif;
}

.text-light {
  color:rgb(170, 170, 170);
}

.text-dark {
  color:rgb(56, 56, 56);
}

 .content {
     position: relative;
     z-index:2;
     background: white;
 }

.wrap > a {
  text-decoration: none;
  font-size:15px;
  line-height: 60px;
  font-weight: 900;
  color: black;
}

.centerer {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 1rem;
}


.wrap {
  width: 100%;
}




 [class^="btn-"] {
  position: relative;
  display: block;
  overflow: hidden;
  width: 50%;
  height: 60px;
  margin: 1rem auto;
  text-transform: uppercase;
  border: 1px solid white;
  /* background: #BF0603; */
}

.btn-6 {
  color: white !important;
}
.btn-6 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #BF0603;
  /* background-color:white; */
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.btn-6:hover {
  color: #ccd3ca !important;
}
.btn-6:hover span {
  width: 225%;
  height: 562.5px;
}
.btn-6:active {
  background-color: rgb(116, 81, 80) !important;
}

.my-btn {
  background:transparent !important;; 
  border: 1px solid rgb(255, 102, 102) !important;
  transition: all .3s ease-in;
  color:white !important;;
  outline:0;
  padding-top:10px !important;
  padding-bottom:10px !important;
  border-radius: 0px;
  text-transform: uppercase;
  font-size:1em;
  line-height: 1.5em;
  letter-spacing: 1.5;
}

.fill-block {
  width:50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.my-btn:hover {
  /* border: 1px solid rgb(255, 102, 102) ; */
  box-shadow: 0 0 5px rgb(255, 102, 102) ;

}

.my-btn:visited {
  border: 1px solid red;
  box-shadow: 0 0 5px red;
}

.my-btn:active {
  border: 1px solid red;
  box-shadow: 0 0 5px red;
}

.carousel-left , .carousel-right {
  /* opacity: 0.8; */
  /* color: #; */
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.carousel-left:hover , .carousel-right:hover{
  /* opacity: 1; */
  color: rgb(241, 9, 6);
}

#contact_form {
  height: calc(100% - 40px); 
  overflow-y: scroll;
  /* transform: translate(-50%,50%); */
  width: calc(100% - 40px);
  /* transition:all 1s linear; */
  margin:20px;
  
  background: rgba(0,0,0,0.95);
  position: fixed;
  top: 0;
  z-index:10000;
}

input, textarea {
  border: 0;
  padding: 3px 0;
  box-shadow: none;
  outline: 0;
}

input , textarea {
  transition: border 0.7s ease-in;
  border-bottom: 2px solid #EEE;
  width:100%;
}

/* 
 * Floating label styles
 * Based on http://jsfiddle.net/RyanWalters/z9ymd852/
 */
.is-floating-label {
  /* position: relative; */

  margin-bottom: 35px;
  color: white;
}
.is-floating-label input , .is-floating-label textarea {
  /* position: absolute; */
  left: 0;
  background-color: transparent;
  color:white;
}
.is-floating-label label {
  opacity: 0.7;
  pointer-events: none;
  position: absolute;
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: left top;
  transition: 100ms;
  color: white;
}
.is-floating-label.is-focused label {
  transform: translateY(-20px) scale(0.75);
}

.is-floating-label.is-focused input, .is-floating-label.is-focused textarea {
  border-color: red;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.button_slide {
  color: rgb(255, 255, 255);
  border: 2px solid red;
  background: red;
  border-radius: 0px;
  padding: 18px 36px;
  display: inline-block;
  font-family: "Poppins",sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1.5px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 white;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  /* transition:border ease-out 0.3s;
  transition:color ease-out 0.3s; */
}



.slide_right:hover {
  box-shadow: inset 400px 0 0 0 white;
  border-color: white;
  color:black;
}

@media (min-width: 768px) {  
  [class^="btn-"] {
    transform: translateX(-50%);
  }
}

@media (min-width: 576px) { 
    
}


@media (min-width: 768px) { 

}


@media (min-width: 992px) { 
    
}

@media (min-width: 1200px) { 

}

.imgal-modal {
	position: fixed !important;
	z-index: 200 !important;

}

.service-solution {
	border:1px solid rgba(255, 255, 255,0.5);
	margin:8px;
	letter-spacing: 2px;
	font-weight: 600;
	font-size: 13px;  
	font-family: 'raleway';
}
