@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap');
html{width:100%;height:100%;}
body{ font-family: 'Open Sans', sans-serif;line-height:1.42857143;color:#666;margin:0;background:#fff;overflow-x:hidden;font-weight:400;letter-spacing:1px;}
h1, h2, h3, h4, h5, h6{line-height:1.1;color:#211E35;margin:0px;font-weight:300;font-family: 'Open Sans', sans-serif;}
h1{font-size:5rem;line-height:5rem;}
h2{font-size:3rem;line-height:3rem;}
h3{font-size:2.5rem;line-height:2.5rem;}
h4{font-size:20px;line-height:30px;}
h5{font-size:18px;line-height:28px;}
h6{font-size:16px;line-height:26px;}
p{font-size:14px;line-height:24px;margin:0px;}
p+p{margin-top:10px;}
textarea{resize:none;}
.small, small{font-size:75%;}
ol, ul{margin-top:0;margin-bottom:0px;list-style:none;}
ul, menu, dir{-webkit-padding-start:0px !important;padding-left:0 !important;}
a{color:inherit;}
hr{margin-top:10px;margin-bottom:10px;}
a:hover,a:focus{color:inherit;text-decoration:none;outline:0;outline-offset:0;}
:focus{outline:none !important;outline:-webkit-focus-ring-color auto 0px !important;}
.m{font-weight:500;}
.b,b{font-weight:700;}
.br-0{border-radius:0px;-webkit-border-radius:0px;-moz-border-radius:0px;}
.ds-btn{padding:0.7rem 1rem;background:#42c7cf;color:#fff;border:none;}
.ds-btn:hover{background:#f2f2f2;color:#000;box-shadow:inset 200px 0px 0px #f2f2f2;}
.form-control{padding:0.7rem .9rem;}
.form-control:focus{box-shadow:none;}
::-webkit-scrollbar-track{border-radius:10px;background:transparent;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.0);box-shadow:inset 0 0 6px rgba(0,0,0,0.0);}
::-webkit-scrollbar{width:7px;height:7px;background:#ccc;border-radius:10px;}
::-webkit-scrollbar-thumb{background:#000;-webkit-box-shadow:inset 0 0 0px gba(0,0,0,.0);box-shadow:inset 0 0 0px gba(0,0,0,.0);border-radius:10px;}

/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input::-webkit-input-placeholder { color: #999999; }
input:-moz-placeholder { color: #999999; }
input::-moz-placeholder { color: #999999; }
input:-ms-input-placeholder { color: #999999; }

textarea::-webkit-input-placeholder { color: #999999; }
textarea:-moz-placeholder { color: #999999; }
textarea::-moz-placeholder { color: #999999; }
textarea:-ms-input-placeholder { color: #999999; }

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}
.why_text {
    font-size: 94px;
    text-transform: lowercase;
    font-weight: 900;
    color: #545454;
    display: inline-block;
}
span.who_text {
    color: #545454;
    display: inline-block;
    margin-top: -8px;
    font-size: 42.8px;
    font-weight: 600;
    letter-spacing: 2.5px;
    margin-right: -5px;
}
span.loopin_text img {
    min-width: 205px;
    margin-top: 4px;
}
span.who_needs {
    color: #545454;
    letter-spacing: 21px;
    font-weight: 600;
    font-size: 42.8px;
    margin-right: -20px;
    margin-top: -14px;
}
.text_loopin span {
    display: block;
}
section.remote_one.text_loopin img.img-fluid {
    margin-left: -119px;
}
section.remote_one.text_loopin {
    position: relative;
}
.content_loop {
    position: absolute;
    top: 44%;
    transform: translatey(-50%);
    right: 0;
}
p.pro_text_center {
    text-align: center;
    font-size: 21px;
    line-height: 31px;
    color: #545454;
    margin-top: -41px;
}
.logo_head img {
	min-width:230px;
}
.big{
	font-size:1.5rem;
}
.logo_main img {
    max-width: 80px;
}
.green{
	color:#59D321;
}
.btn {
    border: none;
    border-radius: 25px;
    min-width: 160px;
    padding: .5rem 1.5rem;
}
.btn-primary{
	background: #59d321;
	background: -moz-linear-gradient(-45deg,  #b5eb45 0%, #59d321 100%);
	background: -webkit-linear-gradient(-45deg,  #b5eb45 0%,#59d321 100%);
	background: linear-gradient(135deg,  #b5eb45 0%,#59d321 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5eb45', endColorstr='#59d321',GradientType=1 );
}
.timeline:hover .tl-item {
	width: 25%;
}
.contact1{background:url('../images/testimonials-bg.jpg');position:relative;background-position:center center;background-attachment:fixed;background-size:cover;}
.contact1:after{content:'';background:rgba(0, 0, 0,.7);height:100%;width:100%;position:absolute;top:0px;left:0px;z-index:0;}

.section.timeline {
	display: flex;
}

.tl-item {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	position: relative;
	width: 25%;
	height: 350px;
	min-height: 350px;
	color: #fff;
	overflow: hidden;
	transition: width 0.5s ease;
	float: left;
}

.tl-item:before,
.tl-item:after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.tl-item:after {
    background: rgba(33, 30, 53, 0.6);
    opacity: 1;
    transition: opacity 0.5s ease;
}

.tl-item:before {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #040404 95%);
	z-index: 1;
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0) translateY(50%);
	transform: translate3d(0, 0, 0) translateY(50%);
	transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
	transition: opacity 0.5s ease, transform 0.5s ease;
	transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}

.tl-item:hover:after {
	opacity: 0;
}

.tl-item:hover:before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) translateY(0);
	transform: translate3d(0, 0, 0) translateY(0);
	transition: opacity 1s ease, -webkit-transform 1s ease 0.25s;
	transition: opacity 1s ease, transform 1s ease 0.25s;
	transition: opacity 1s ease, transform 1s ease 0.25s, -webkit-transform 1s ease 0.25s;
}

.tl-item:hover .tl-content {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.75s ease 0.5s;
}

.tl-item:hover .tl-bg {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.tl-content {
	-webkit-transform: translate3d(0, 0, 0) translateY(25px);
	transform: translate3d(0, 0, 0) translateY(25px);
	position: relative;
	z-index: 1;
	text-align: center;
	margin: 0 1.618em;
	top: 55%;
	opacity: 0;
}

.tl-year {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 1;
	border-bottom: 1px solid #fff;
}

.tl-year p {
	font-family: 'Rajdhani', sans-serif !important;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
}

.tl-bg {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
	transition: -webkit-filter 0.5s ease;
	transition: filter 0.5s ease;
	transition: filter 0.5s ease, -webkit-filter 0.5s ease;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
h2.patient_heading.text-center {
    color: #fff;
}
section.main_header {
    background: #fff;
}

.white {
    color: #fff!important;
}
.black-bg {
    background: #211e35 !important
}
.tl-content p {
    font-size: 17px;
    line-height: 20px;
    margin-top: 20px;
}
.register-form h1 {
    font-size: 42px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 150px 0px;
    line-height: 60px;
}
.register-form .form-control {
    border: none;
    background: none;
    border-bottom: 1px solid #ffc107;
    border-radius: 0px !important;
    color: #fff;
}
.register-form .form-control:focus,
.register-form .form-control:hover{
  border:none;
  margin: 0 auto;
  background: none;
  box-shadow: none;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.remote_one {
    padding-top: 80px;
    padding-bottom: 80px;
}
@media all and (max-width: 500px) {
	.testim .arrow {
		font-size: 1.5em;
	}
	.testim .cont div p {
		line-height: 25px;
	}
}
@media (max-width:767px) {
	.remote_content {
		padding-bottom:40px;
	}
	.content_loop {
    position: inherit;
    top: 50%;
    transform: translatey(-50%);
    right: initial;
    text-align: center;
}
section.remote_one.text_loopin img.img-fluid {
    margin-left: 0px;
}
p.pro_text_center {
    text-align: center;
    font-size: 21px;
    line-height: 31px;
    color: #545454;
    margin-top: 0px;
    margin-bottom: 20px;}
	
	section.cd-section.remote_one.bg-light,.remote_content {
    text-align: center;}
	.section.timeline {display: grid;}
	.timeline:hover .tl-item {width: 100%;}
	.team-hover p {
		font-size: 14px;
		line-height: 22px;}
	.tl-item {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		position: relative;
		width: 100%;
		height: 350px;
		min-height: 350px;
		color: #fff;
		overflow: hidden;
		transition: width 0.5s ease;
		float: left;}

}
.contact1 {
  width: 100%;
  min-height: 100%;
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.container-contact1 {
  width: 1163px;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 90px 130px 88px 148px;
}

/*------------------------------------------------------------------
[  ]*/
/* .contact1-pic { */
  /* width: 296px; */
/* } */

/* .contact1-pic img { */
  /* max-width: 100%; */
/* } */


/*------------------------------------------------------------------
[  ]*/
.contact1-form {
  width: 390px;
}

.contact1-form-title {
  display: block;
  font-size: 24px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 44px;
}

input.input1 {
  height: 50px;
  border-radius: 25px;
  padding: 0 30px;
}
input.input1 + .shadow-input1 {
  border-radius: 25px;
}

textarea.input1 {
  min-height: 150px;
  border-radius: 25px;
  padding: 12px 30px;
}
textarea.input1 + .shadow-input1 {
  border-radius: 25px;
}

/*---------------------------------------------*/
.wrap-input1 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 20px;
}

.input1 {
  display: block;
  width: 100%;
  background: #e6e6e6;
  font-family: Montserrat-Bold;
  font-size: 15px;
  line-height: 1.5;
  color: #666666;
}

.shadow-input1 {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: rgba(87,184,70, 0.5);
}

.input1:focus + .shadow-input1 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 80px 30px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 80px 30px;
    opacity: 0;
  }
}

/*---------------------------------------------*/
.container-contact1-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.contact1-form-btn {
  min-width: 193px;
  height: 50px;
  border-radius: 25px;
  font-family: Montserrat-Bold;
  font-size: 17px;
  line-height: 1.5;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact1-form-btn i {
  margin-left: 7px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact1-form-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: white;
  border: 1px solid #c80000;
  border-radius: 13px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  pointer-events: none;

  font-family: Montserrat-Medium;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}
.contact1-form-title h3 {
    color: #fff;
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 1200px) {
  .contact1-pic {
    width: 33.5%;
  }

  .contact1-form {
    width: 44%;
  }
}

@media (max-width: 992px) {
  .container-contact1 {
    padding: 90px 80px 88px 90px;
  }

  .contact1-pic {
    width: 35%;
  }

  .contact1-form {
    width: 55%;
  }
}

@media (max-width: 768px) {
  .container-contact1 {
    padding: 90px 80px 88px 80px;
  }

  .contact1-pic {
    display: none;
  }

  .contact1-form {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .container-contact1 {
    padding: 90px 15px 88px 15px;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/


@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
  h1 {
    font-size: 4rem;
    line-height: 4rem;
}
}
.container-contact1 {
    position: relative;
    z-index: 1;
}


@media (max-width: 767px) {
.remote_one {
    padding-top: 20px;
    padding-bottom: 20px;
}
section.cd-section.remote_one.bg-light .btn {
    margin-bottom: 40px;
}
}