*{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@import url(https://fonts.googleapis.com/css?family=Roboto:400,900);


body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.fst-navbar{
   background-color: #3C1C53;
   height: 33px;
   font-family: 'Fira Sans';
}
@media screen and (max-width:355px) {
    .fst-navbar{
      margin-top: -10px;
      align-items: center;
      height: 37px;
    }
  }
  @media screen and (max-width:600px) {
    .fst-navbar-div{
        margin-top: -10px;
    }
    
    
  }
  @media screen and (max-width:307px) {
    .fst-navbar-div{
        margin-top: 1px;
    }
  }
#circle {
	position: absolute;
  background-color: #700CB5;
	width: 30px; 
	height: 30px; 
  border-radius: 50%;  
  z-index: 5;
  opacity: .5;
}
.texts{
  position: absolute;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 03%;
}
/*---button--*/
.texts button {
    border-radius: 4px;
    background-color: #700CB5;
    border: none;
    color: #fff;
    text-align: center;
    font-style: bold;
    font-size: 18px;
    padding: 8px;
    border-radius: 40px;
    height: 40px;
    width: 140px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 36px;
    box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
  }
  
 .texts button{
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  .logo-kordian{
      
      width:200px;
  }
 .texts button:after {
    content: '»';
    position: absolute;
    opacity: 0;  
    top: 8px;
    right: -20px;
    transition: 0.5s;
  }
  
 .texts button:hover{
    padding-right: 24px;
    padding-left:8px;
  }
  
 .texts button:hover:after {
    opacity: 1;
    right: 10px;
  }
 
/*----*/

.the{
  font-family: 'Fira Sans';
  letter-spacing: 1px;
  color: #fff;
  margin-top: 15%;
}

@media(max-width:600px){
    .texts button{
        display:none;
    }
}
@media screen and (max-width:900px) {
  .the{
    font-size: 35px;
  }
  
}


@media screen and(max-width:600px) {
  .nursing{
    margin-left: 30px;
  }
}
@media screen and (max-width:1300px) {
  .nursing{
    margin-left: 3op;
  }
}
@media  screen and (max-width:600px) {
  .bar{
    margin-left: 140px;
  }
}

.Search-btn{
    width: 120px;
    height: 40px;
    background: #700CB5;
    border-radius: 40px;

}
.active:hover{
  text-decoration: underline solid black;
}
.img{
    background-image: url('./images/banner-image/Asset\ 1-8.png');
    height: 523px;
    background-position: center;
    background-size: cover;
}
.nav-toggle-img{
    width: 20px;
    height: auto;
}
.content{
    text-align: center;
    width: 1100px;
    position: relative;
    top: 30%;
    left: 5%;
}
.content h1{

    font-size: 88px;
    color: #fff;
}
@media screen and (max-width: 900px) {
    .content h1{
      font-size: 50px;
    }
  }
.scd-container{
    margin-top: -20px;
}
.small-div{
    height: 30vh;
    background-image: url('./images/our services image/Asset\ 1-100.jpg');
    background-position: center;
    background-size: cover;
}
@media screen and (max-width: 900px) {
    .small-div{
      height: 40vh;
    }
  }
.line{
    height: 1px;
    width: 50px;
    background-color: #fff;
}
.services-div h3{
    color: #700CB5;
    
    margin-top: 10%;
}
.services-div p{
    color: #aeacaf;
   
}
.pointer{
    display: flex;
}
.box-1{
    width: 100%;
    height: 300;
}
.service{
    min-height: 20rem;
    background-image: url('./images/fixed-backround-images/fixed-back2.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
}


.card{
    border: none;
}
.card h3{
    color: #700CB5;
   
}
.card p{
    color: #5a585c;
   
}
a {
    color: #700CB5;
    text-decoration: none;
  }
  
  a:hover {
    color: #700CB5;
    text-decoration: none;
  }
  .services .icon-box {
    text-align: center;
    border: 1px solid #ebebeb;
    padding: 80px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
  }
  .services .icon-box .icon {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    background: #700CB5;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: 0.3s;
  }
  .services .icon-box .icon i {
    color: #ffffff;
    font-size: 28px;
    transition: ease-in-out 0.3s;
  }
  .services .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
  }
  .services .icon-box h4 a {
    color: #151515;
    transition: ease-in-out 0.3s;
  }
  .services .icon-box h4 a:hover {
    color:#700CB5;
  }
  .services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
  }
  .services .icon-box:hover {
    border-color: #fff;
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
  }
.servi-div h4,p{
   
}  
.contact-div{
   height: 550px;
   background-color:#700CB5;
}
.contact-div h2,h6,p{
   
}
.contact-line{
    color: #fff;
    width: 20%;
    margin-left: 40%;
}
.contact-div-secd{
    border: 1px solid #700CB5;
}
.contact-div-secd h2{
    color: #700CB5;
   
}
.card-body input[type=text] {
        width: 100%;
        padding: 12px 20px;
        margin: 8px 0;
        box-sizing: border-box;
        border: none;
        border-bottom: 1px solid #700CB5;
}
.card-body input[type=email] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #700CB5;
}
.footer-div{
    height: auto;
    background-color: #3C1C53;
}
.social-menu ul { 
    padding: 0;
    margin: 0;
    display: flex;
}
.social-menu ul li {
    list-style: none;
    margin: 0 10px;
}
.social-menu ul li .fa {
    color: #000000;
    font-size: 18px;
    line-height: 40px;
    transition: .5s;
}
.social-menu ul li .fa:hover {
    color: #ffffff;
}
.social-menu ul li a {
    position: relative;
    display: block;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    background-color: white;
    text-align: center;
    transition: 0.5s;
    transform: translate(0,0px);
    box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.5);
}
.social-menu ul li a:hover {
    transform: rotate(0deg) skew(0deg) translate(0, -10px);
}
.social-menu ul li:nth-child(1) a:hover {
    background-color: #000000;
}
.social-menu ul li:nth-child(2) a:hover {
    background-color: #000000;
}
.social-menu ul li:nth-child(3) a:hover {
    background-color: #000000;
}
.social-menu ul li:nth-child(4) a:hover {
    background-color: #000000;
}
.social-menu ul li:nth-child(5) a:hover {
    background-color: #000000;
}
.footer-items h6{
   
    color: #fff;
}
.footer-items h4{
   
}
.float{
    position: fixed;
    color:#fff;
    width: 60px;
    height: 61px;
    bottom: 19px;
    right: 30px;
    background-color: #700CB5;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    padding-top: 10px;
}
.float:hover{
    background-color:#fff;
    color:#700CB5;
}
.float i{
    font-size:40px;
}

#myBtn {
    /*display: none;*/
    position: absolute;
    bottom: 84px;
    right: 31px;
    float: left;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #700CB5;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
  }
  
  #myBtn:hover {
    background-color: #555;
  }

  @media only screen and (max-width:990px) {
    .quote button{
          display: none;
      }
  }

 co
  @media screen and (max-width:600px) {
    
    .texts h1{
      font-size: 25px;
  }
      }

  @media screen and (min-width:1500px) {
    
    .texts h1{
      font-size: 100px;
  }
      }      
      
  .hidden{
    display: none;
  }    
  .loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #700CB5;
    width: 35px;
    height: 35px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }