@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css");

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
.bg-gray {
    background-color: #efefef;
}
/*.bg-nurse {
    padding-top: 40%;
    padding-bottom: 40%;
    background-image: url(../img/back_nurse.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
*/
.social_link {
    color: #ffffff !important;
    font-size: 43px;
}
.img-resp {
    width: 100%;
    height: auto;
}
.play-button-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
}
.play-button {
    color: #ffffff;
    font-size: 80px;
    text-shadow: 3px 3px 5px rgba(0,0,0,0.00);
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    transition: all .3s ease-in-out;
}
.play-button:hover, .play-button:active {
    text-decoration: none;
    font-size: 90px;
    text-shadow: 3px 3px 5px rgba(0,0,0,0.40);
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #2aa29a;
}

.play-button-slider {
    color: #ffffff;
    font-size: 80px;
    text-shadow: 3px 3px 5px rgba(0,0,0,0.00);
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    transition: all .3s ease-in-out;
    display: inline-block;
}
.play-button-slider:hover, .play-button-slider:active {
    text-decoration: none;
    font-size: 90px;
    text-shadow: 3px 3px 5px rgba(0,0,0,0.40);
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #2aa29a;
    /*padding-bottom: 140px;
    padding-top: 140px;*/
}
.tittle-text{
    font-family: 'Roboto', sans-serif;
    font-size: 50px;
    font-weight: 900;
    line-height: 45px;    
}

.sub-tittle-text{
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    font-weight: 900;
    line-height: 40px;
}
.txt-general{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
}
.txt-gray{
    color: #606060;
}
.txt-white{
    color: #ffffff;
}
.txt-black{
    color: #000000;
}
.content-prespective-box {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.globe-deco {
    background-image: url(../img/globe.svg);
    background-repeat: no-repeat;
    background-position: 90% 5%;
    background-size: 15% auto;
}
.padding-col-12 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.icon-position {
    width: 3%;
    height: auto;
    position: absolute;
    right: 10%;
    bottom: 0px;
}
.tittle-grid {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 23px;
    font-weight: 600;
    line-height: 27px;
    text-transform: uppercase;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
}
.bussiness-list {
    list-style-position: outside;
    list-style-type: none;
    text-align: center;
    padding-top: 30px;    
    padding-bottom: 30px;
}
.bussiness-list li {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    display: inline-block;
    width: 25%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.demo-button {
    display: block;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    border-radius: 1vw;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 21px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.demo-button:hover {
    color: #ffffff;
    text-decoration: none;
}
.blue-button{
    background-color: #5aaddc;
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    transition: all .3s ease-in-out;
}
.blue-button:hover, .blue-button:active {
    background-color: #75C4F3;
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    transition: all .3s ease-in-out;
}
.blue-deep-button{
    background-color: #3174b3;
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    transition: all .3s ease-in-out;
}
.blue-deep-button:hover, .blue-deep-button:active {
    background-color: #1E466B;
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    transition: all .3s ease-in-out;
}
.green-deep-button{
    background-color: #23877f;
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    transition: all .3s ease-in-out;
}
.green-deep-button:hover, .green-deep-button:active {
    background-color: #1B5752;
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    transition: all .3s ease-in-out;
}
.green-button{
    background-color: #2aa29a;
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    transition: all .3s ease-in-out;
}
.green-button:hover, .green-button:active {
    background-color: #2FC2B9;
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    transition: all .3s ease-in-out;
}
.contact-back {
    background-image: url(../img/contact-back.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}
.dot-list {
    list-style-image: url(../img/dot.png);
    padding-left: 15px;
    list-style-position: outside;
    padding-bottom: 40px;
}
.list-tittle {
    font-size: 20px;
    line-height: 25px;
}
.footer-logo {
    max-width: 310px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.border-right-deco {
  border-right: 1px solid #dee2e6;
}
.slider-back {
    padding-top: 15%;
    padding-bottom: 15%;
    background-repeat: no-repeat; 
    background-size: cover;
    background-position: top center;
}
.button-form
{
  display: inline-block;
  font-size: 1em;
  background: #fff;
  padding: 10px 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  margin-top: 10px;
  color: #111;
  letter-spacing: 2px;
  transition: 0.2s;
  border: none;
  border-radius: 0.25rem;
}
.button-form:hover
{
  letter-spacing: 6px;
  background-color:#2aa29a;
  color: #ffffff;        
}

@media screen and (max-width:768px){
.globe-deco {
    background-size: 10% auto;
}
.bussiness-list li {
    width: 100%;
    text-align: center;
}
   
}
@media screen and (max-width:992px){

.border-right-deco {
  border-right: none !important;
}    
}
