
*{
    margin: 0;
    padding: 0;
}

body{
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.2rem;
}
/*PRELOADING------------ */
#overlayer {
    width:100%;
    height:100%;  
    position:absolute;
    z-index:1000;
    background:#5f1782;
  }
  .loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index:1001;
    border: 4px solid #Fff;
    top: 50%;
    left: 50%;
    animation: loader 2s infinite ease;
  }
  
  .loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: loader-inner 2s infinite ease-in;
  }
  
  @keyframes loader {
    0% {
      transform: rotate(0deg);
    }
    
    25% {
      transform: rotate(180deg);
    }
    
    50% {
      transform: rotate(180deg);
    }
    
    75% {
      transform: rotate(360deg);
    }
    
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes loader-inner {
    0% {
      height: 0%;
    }
    
    25% {
      height: 0%;
    }
    
    50% {
      height: 100%;
    }
    
    75% {
      height: 100%;
    }
    
    100% {
      height: 0%;
    }
  }
.navbar-nav li a{
    text-transform: uppercase;
    color: #fff!important;
    font-weight: 600;
    float: right;
    text-align: right;
}
.navbar-nav li{
    padding: 0 10px;
}
#nav-bar{
    position: sticky;
    top: 0;
    z-index: 10;
}
.navbar{
    background-image: linear-gradient(to right, #a517ba, #5f1782);
    padding: 0!important;
}
.navbar-brand img{
    height: 60px;
    padding-left: 20px;
}
.fa-bars{
    color: #fff;
    font-size: 30px!important;
}
.navbar-toggler{
    outline: none!important;
}
.navbar-toggler{
    border: none!important;
}
.title{
    text-transform: uppercase;
    padding-bottom: 80px;
}
/*--------------Banner Section -----------------------*/
#banner{
    background-image: linear-gradient(to right, #a517ba, #5f1782);
    color: #fff;
    padding-top: 5%;
    padding-bottom: 5%;
}
#banner a{
    color: #fff;
    text-decoration: none;
    padding-bottom: 20px;  
}
.promo-title{
    font-size: 40px;
    font-weight: 600;
    margin-top: 100px;
}
.fa-play-circle{
    font-size: 50px;
    margin: 20px;
    vertical-align: middle;
}

/*---------------Services Section-----------------------*/
#services{
    padding: 80px 0;
}
#services .fas{
    font-size: 2.5rem;
    color: #5f1782;
}
#services h5{
    text-transform: uppercase;
    color: #7e7e7e;
}
.title::before{
    content: '';
    height: 5px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: translateY(63px);
    background-image: linear-gradient(to right, #a517ba, #5f1782);
}
#services .col-md-4{
    padding-bottom: 20px;
}
#services .btn-primary{
    box-shadow: none;
    padding: 10px 30px;
    border: 1px solid transparent;;
    border-radius: 25px;
    background-image: linear-gradient(to right, #a517ba, #5f1782);
}
#services .btn-primary:hover{
    border: 1px solid #5f1782;
    background: #fff;
    color: #5f1782;
}

/*---------------About us section------------------*/
#about-us{
    background: #f8f9fa;
    padding: 80px 0;
}

#about-us h3{
    padding-top: 20px;
    margin: 5px;
}
#about-us ul{
    margin-left: 25px;
}
#about-us ul li{
    margin: 10px 0;
}

/*----------------meet the awesome section---------------*/
#awesome-team{
    padding: 80px 0;
    background: #fff;
    padding: 60px 0 40px 0;
}

/*----------------Testimonials section---------------*/
#testimonials{
    background: #f8f9fa;
    padding: 60px 0 40px 0;
}
.testimonials{
    border-left: 4px solid #7b1798;
    margin-top: 10px;
    margin-bottom: 50px;
}
.testimonials img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 10px;
}
.user-details{
    display: inline-block;

}
/*----------------Social Media section-----------------------*/

    #social-media{
        padding: 80px 0;
        background: #fff;
        padding: 60px 0 0px 0;
    }
    

#social-media p
{
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
}
.social-icons img
{
    width: 60px;
    transition: 0.5s;
    padding: 40px 0;
    
}
.social-icons a:hover img
{
    transform: translateY(-10px);
}
/*----------------Footer section-----------------------*/
#footer{
    background-image: linear-gradient(to right, #a517ba, #5f1782);
    color:#fff;
    padding: 60px 0 40px 0;
}
.footer-box{
    padding: 20px;
}
.footer-box img{
    width: 120px;
    margin-bottom: 20px;
}
.footer-box .fas{
    margin-right: 8px;
    font-size: 25px;
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 7px;
    border-radius: 2px;
    background-image: linear-gradient(to right, #a517ba, #5f1782);
}
.footer-box .form-control{
    border: none!important;
    margin-top: 25px;
    max-width: 250px;

}
.footer-box .btn-primary{
    box-shadow: none;
    padding: 10px 30px;
    border: none;
    margin-top: 30px;
    background-image: linear-gradient(to right, #a517ba, #5f1782);
}
hr{
    background-color: #fff;
}

/*new css */
.card {
    margin-right: 10px;
    width: 32.33%;
}
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,800);
figure.snip1192 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 5px;
  width: 31.66666%;
  color: #333;
  text-align: left;
  box-shadow:  .5px .5px .5px #777;
}
figure.snip1192 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip1192 img {
  max-width: 100%;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin-bottom: 15px;
  display: inline-block;
  z-index: 1;
  position: relative;
}
figure.snip1192 blockquote {
  margin: 0;
  display: block;
  border-radius: 8px;
  position: relative;
  background-color: #fafafa;
  padding: 30px 50px 65px 50px;
  font-size: 0.8em;
  font-weight: 500;
  margin: 0 0 -50px;
  line-height: 1.6em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
figure.snip1192 blockquote:before,
figure.snip1192 blockquote:after {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
}
figure.snip1192 blockquote:before {
  top: 35px;
  left: 20px;
}
figure.snip1192 blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 35px;
}
figure.snip1192 .author {
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
}
figure.snip1192 .author h5 {
  opacity: 0.8;
  margin: 0;
  font-weight: 800;
}
figure.snip1192 .author h5 span {
  font-weight: 400;
  text-transform: none;
  display: block;
}

.btn-text b{display:inline}
.btn-text:not(.collapsed)  span{display:none}
.btn-text.collapsed b {display:none}

/*Box shadows*/
.shadow-md{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12),0 2px 4px 0 rgba(0,0,0,0.08);
}
/* Meet the team*/
.heading-title {
    margin-bottom: 100px;
}
.text-center {
    text-align: center;
}
.heading-title h3 {
    margin-bottom: 0;
    letter-spacing: 2px;
    font-weight: normal;
}
.p-top-30 {
    padding-top: 30px;
}
.half-txt {
    width: 60%;
    margin: 0 auto;
    display: inline-block;
    line-height: 25px;
    color: #7e7e7e;
}
.text-uppercase {
    text-transform: uppercase;
}

.team-member, .team-member .team-img {
    position: relative;
}
.team-member {
    overflow: hidden;
}
.team-member, .team-member .team-img {
    position: relative;
}
.team-img img{
    width: 100%!important;
    height: auto!important;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border: 20px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.90);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.team-member:hover .team-hover .desk {
    top: 35%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .desk {
    position: absolute;
    top: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    padding: 0 20px;
}
.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #222;
}
.team-member:hover .team-hover .s-link {
    bottom: 10%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .s-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    font-size: 35px;
}
.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #222;
}
.team-member .s-link a {
    margin: 0 10px;
    color: #333;
    font-size: 16px;
}
.team-title {
    position: static;
    padding: 20px 0;
    display: inline-block;
    letter-spacing: 2px;
    width: 100%;
}
.team-title h5 {
    margin-bottom: 0px;
    display: block;
    text-transform: uppercase;
}
.team-title span {
    font-size: 12px;
    text-transform: uppercase;
    color: #a5a5a5;
    letter-spacing: 1px;
}
.social-icons .fab{
    color: #fff;
    margin-right: 8px;
    margin-top: 50px;
    font-size: 45px;
    height: 60px;
    width: 60px;
    text-align: center;
    padding-top: 7px;
    border-radius: 2px;
    background-image: linear-gradient(to right, #a517ba, #5f1782);
}

/* responsive text queries */
@media screen and (max-width: 768px) {
    h1 {
      font-size: 1.5rem;  
    }
    h3{
        font-size: 1.2rem;
    }
    .title::before{
        content: '';
        height: 5px;
        width: 200px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        transform: translateY(40px);
        background-image: linear-gradient(to right, #a517ba, #5f1782);
    }
  }

