

html, body {
    height: 100%;
  }
  
  a:focus {
    outline: 0px solid;
  }
  
  img {
    max-width: 100%;
    height: auto;
  }
  
  p {
    margin: 0 0 15px;
    color: #444;
  }
  
  h1, h2, h3, h4 {
    font-family: 'Raleway', sans-serif;
    margin: 0 0 15px;
    color: #444;
    font-weight: 500;
  }
  
  h1 {
    font-size: 48px;
    line-height: 50px;
  }
  
  h2 {
    font-size: 38px;
    line-height: 40px;
  }
  
  h3 {
    font-size: 30px;
    line-height: 32px;
  }
  
  h4 {
    font-size: 24px;
    line-height: 26px;
  }
  
  a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
  }
  
  a:hover {
    color: #3EC1D5;
    text-decoration: none;
  }
  
  a:active, a:hover {
    outline: 0 none;
  }
  
  body {
    background: #fff none repeat scroll 0 0;
    color: #444;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: left;
    overflow-x: hidden;
    line-height: 22px;
  }
  
  /* Back to top button */
  .back-to-top {
    position: fixed;
    display: none;
    background: #3EC1D5;
    color: #fff;
    padding: 6px 12px 9px 12px;
    font-size: 16px;
    border-radius: 2px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
  }
  
  @media (max-width: 768px) {
    .back-to-top {
      bottom: 15px;
    }
  }
  
  .back-to-top:focus {
    background: #3EC1D5;
    color: #fff;
    outline: none;
  }
  
  .back-to-top:hover {
    background: #3cd6ed;
    color: #fff;
  }
  
  ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
  }
  
  input, textarea, input[type="text"], input[type="email"], button, button[type="submit"] {
    -moz-appearance: none;
    box-shadow: none !important;
  }
  
  div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url('../img/preloader.gif') no-repeat center center;
  }
  
  ::-moz-selection {
    background: #3EC1D5;
    text-shadow: none;
  }
  
  ::selection {
    background: #3EC1D5;
    text-shadow: none;
  }
  
  .area-padding {
    padding: 70px 0px 80px;
  }
  
  .section-headline h2 {
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 70px;
    position: relative;
    text-transform: capitalize;
  }
  
  .section-headline h2::after {
    border: 1px solid #333;
    bottom: -20px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 40%;
  }
  
  .sec-head {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
  }
  .navbar-header  {
    display: inline-block;
    height: 50px;
    padding: 0px 0 0 18%;
    background: #fff;
  }
  .navbar-default{
    background: #fff;
    height: 65px
  }
  .navbar-nav li a {
    background: white none repeat scroll 0 0;
    color: #000!important;
    font-size: 16px;
    font-weight: 600;
    margin-top:0px;
    
    text-transform: capitalize;
    letter-spacing: 1px;
  }
.navbar-nav li a:hover {
    color: #3EC1D5!important;
    background-color: #fff!important;
  }
  .dropdown:hover .dropdown-menu {display: block!important;}
 
  
  /*--------------------------------*/
  
  /*  2. Header top Area
  /*--------------------------------*/
/*   
  .header-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    
    background: white;
    z-index: 9;
  }
  
 
  
  .main-menu ul.navbar-nav li {
    display: inline-block;
    padding: 0px 13px;
  }
  
  .main-menu ul.navbar-nav li a {
    background: white none repeat scroll 0 0;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    padding: 24px 0px;
    text-transform: capitalize;
    letter-spacing: 1px;
  }
  
  .main-menu ul.navbar-nav li.active a::after {
    border: 1px solid #000;
    bottom: 0px;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
  }
  
  .main-menu ul.navbar-nav li.active a:hover {
    background: none;
    color: #000;
  }
  
  .main-menu ul.navbar-nav li.active a:focus {
    color: #000;
  }
  
  .main-menu ul.navbar-nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #000;
    position: relative;
  }
  
  .main-menu
  
  .navbar {
    border: medium none;
    margin-bottom: 0;
  }
  
  .navbar-default {
    background: white;
  }
  
  .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    background: none;
    color: #333;
  }
  
  .navbar-default .navbar-toggle {
    background: white none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    padding: 25px 0px;
  }
  
  .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    background-color: white;
    color: #fff;
  }
  
 
 
   */
  /*--------------------------------*/
  
  /* 2.1. Stick menu
  /*--------------------------------*/
  
  /*------------------------------
    3. About Area
  --------------------------------*/
  .card {
    text-align: left;
    height:400px;
    min-height:300px;
    background:#fff;
    box-shadow:100px 300px 200px 100px rgba(0,0,0,.1);
    border-radius:10px;
    transition:1.5s;
   
  }
  .card:hover {
    box-shadow:0 80px 100px rgba(0,0,0,.2);
  }
  .card  h4 span {
   
    font-size:24px;
    text-transform: uppercase;
    display:inline-block;
    padding:4px 10px;
    
    border-radius:5px;
  }
  .about-area {
    background-color: #f9f9f9;
    height: 600px;
  }
  #form{
    margin:5%;
    margin-bottom: 0;
    height: 100%;
    min-height:900px;
  }
  
  .single-well>a {
    display: block;
  }
  
  .single-well ul li {
    color: #444;
    display: block;
    padding: 5px 0;
  }
  
  .single-well ul li i {
    color: #3EC1D5;
    padding-right: 10px;
    font-size: 12px;
  }
  
  .single-well p {
    color: #444;
  }
  
  /*--------------------------------*/
  
  /* 4.Services Area
  /*--------------------------------*/
  
  .services-icon {
    color: #444;
    display: inline-block;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  
  .section-headline.services-head>h2 {
    margin-bottom: 25px;
  }
  
  .services-details {
    padding-top: 40px;
    transition: all 0.5s ease 0s;
  }
  
  .services-details:hover h4, .services-details:hover .services-icon {
    color: #3EC1D5;
  }
  
  .single-services>h4 {
    color: #444;
    font-size: 24px;
    font-weight: 500;
  }
  
  .single-services>p {
    color: #333;
    font-size: 14px;
  }
  
  /*----------------------------------------
    5.Skill Area
  ----------------------------------------*/
  
  .test-overly {
    background: rgba(0, 0, 0, 0.80);
    position: absolute;
    width: 100%;
    height: 100%;
  }
  
  /*----------------------------------------
    6.Faq Area
  ----------------------------------------*/
  
  /*----------------------------------------
   7.Wellcome Area Css
  ----------------------------------------*/
  
  .wellcome-area {
    background: rgba(248, 248, 248, 0.8) url("../img/background/bg1.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  
  .well-bg {
    position: relative;
  }
  
  .wellcome-text {
    margin: 70px 0;
    padding: 30px 40px;
  }
  
  .well-text>h2 {
    color: #fff;
    font-size: 44px;
    font-weight: 500;
    line-height: 50px;
  }
  
  .well-text p {
    font-size: 18px;
    font-style: italic;
    color: #fff;
  }
  
  .subs-feilds {
    border: 1px solid #fff;
    display: inline-block;
    height: 52px;
    margin-top: 30px;
    width: 60%;
    border-radius: 30px;
    overflow: hidden;
  }
  
  .suscribe-input input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    float: left;
    font-size: 15px;
    line-height: 24px;
    padding: 11px 15px;
    width: 70%;
    height: 50px;
  }
  
  .suscribe-input button {
    background: #3ec1d5 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0 20px 20px 0;
    color: #fff;
    float: left;
    font-size: 20px;
    font-weight: 700;
    padding: 14px 20px;
    width: 30%;
  }
  
  .suscribe-input button:hover {
    background: #fff none repeat scroll 0 0;
    color: #3ec1d5;
  }
  
  
  
  .suscribe-area {
    background: #3EC1D5 none repeat scroll 0 0;
    padding: 30px 0;
  }
  
  .suscribe-text {
    display: block;
    padding: 10px 0;
  }
  
  .suscribe-text h3 {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  
  .sus-btn {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #3EC1D5;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-left: 100px;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 30px;
  }
  
  .sus-btn:hover {
    background: #3EC1D5 none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #fff;
  }
  
  /*--------------------------------*/
  
  /*  14.Contact Area
  /*--------------------------------*/
  
  .contact-area {
    height: auto;
    width: 100%;
  }
  
  .contact-form input[type="text"], .contact-form input[type="email"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #444;
    height: 40px;
    margin-bottom: 16px;
    padding-left: 20px;
    width: 100%;
  }
  
  .contact-form textarea  {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #444;
    height: 140px;
    padding: 20px;
    width: 100%;
  }
  
  .contact-form button[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #444;
    font-size: 16px;
    font-weight: 700;
    margin-top: 8px;
    padding: 12px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
  }
  
  .contact-form button[type=submit]:hover {
    color: #fff;
    border: 1px solid #3EC1D5;
    background: #3EC1D5;
  }
  
  .contact-form  #sendmessage {
    color: #3EC1D5;
    border: 1px solid #3EC1D5;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  
  .contact-form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  
  #contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
  }
  
  .single-icon i {
    font-size: 24px;
    width: 50px;
    height: 50px;
    border: 1px solid #444;
    line-height: 46px;
    border-radius: 50%;
    margin-bottom: 20px;
  }
  
  .single-icon p {
    font-size: 16px;
    line-height: 30px;
  }
  
  .contact-icon {
    margin-bottom: 40px;
  }
  
  /*----------------------------------------*/
  
  /*  15. Footer Area
  /*----------------------------------------*/
  
  .footer-area {
    padding: 40px 0;
    background: #f9f9f9;
  }
  
  .footer-head p {
    color: #444;
  }
  
  .footer-head h4 {
    color: #444;
    font-size: 16px;
    letter-spacing: 2px;
    padding-bottom: 10px;
    text-transform: uppercase;
  }
  
  .footer-logo {
    padding-bottom: 20px;
  }
  
  .footer-icons ul li {
    display: inline-block;
  }
  
  .footer-icons ul li a {
    border: 1px solid #444;
    color: #444;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
  }
  
  .flicker-img>a {
    float: left;
    padding: 1px;
    width: 33.33%;
  }
  
  .footer-icons {
    margin-top: 30px;
  }
  
  .footer-contacts p span {
    color: #337ab7;
    font-weight: 700;
  }
  
  .footer-content {
    display: block;
    overflow: hidden;
  }
  
  .footer-icons ul li a:hover {
    background: #3EC1D5;
    border: 1px solid #3EC1D5;
    color: #fff;
  }
  
  .footer-area-bottom {
    background: #f1f1f1 none repeat scroll 0 0;
    padding: 15px 0;
  }
  
  .copyright>p {
    margin-bottom: 0;
    color: #444;
  }
  

  
  .ready-btn {
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-top: 30px;
    padding: 12px 40px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
  }
  
  .ready-btn:hover {
    color: #fff;
    background: #3EC1D5;
    border: 1px solid #3EC1D5;
    text-decoration: none;
  }
  
  /*----------------------------------------*/
  
  /*  19.	Blog Details css
  /*----------------------------------------*/
  .card1 {
position: absolute;
top:6%;
right:13%;
padding-top: 4%;
    width:19%;
    height:55%;;
    background:#333;
    box-shadow:0 30px 50px rgba(0,0,0,.1);
    text-align: center;
    transition:0.5s;
    border: none;
  }
  .card1:hover {
    box-shadow:0 30px 70px rgba(0,0,0,.5);
  }
  .card1  h4 span {
   color:#39d1ff;
   text-align: center;
    font-size:1.5vw;
    font-weight: 600;
    text-transform: uppercase;
    display:inline-block;
line-height: 150%;;
   
  }
  .card1  h3 {
   color: #f1f1f1;
   text-align: center;
    font-size:2.5vw;
    line-height: 140%;
 font-weight: 600;
    display:inline-block;
    padding-top:4%;
   
  }
  .slider-contentr{
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
}
.title1{
  color: #39d1ff!important;
  margin-top:-120px;
}
.animated {
  background-image: url(/img/about/1.png);
  background-repeat: no-repeat;
  background-position: left top; 
  padding-top:95px;
  margin-bottom:60px;
  -webkit-animation-duration: 5s; 
  animation-duration: 5s ; 
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; 
}

@-webkit-keyframes bounceInLeft {
  0% {
     opacity: 0;
     -webkit-transform: translateX(-2000px);
  }
  60% {
     opacity: 1;
     -webkit-transform: translateX(30px);
  }
  80% {
     -webkit-transform: translateX(-10px);
  }
  100% {
     -webkit-transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
     opacity: 0;
     transform: translateX(-2000px);
  }
  60% {
     opacity: 1;
     transform: translateX(30px);
  }
  80% {
     transform: translateX(-10px);
  }
  100% {
     transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
#service1{
  background-color: #fff;
  position: relative;
  left:10%;
 margin-top:-17%;
  height:100%;
  padding-left:5%;
  padding-bottom:4%;
  width: 55%;
  padding-right:5%;
  text-align: left;
  
  
}
#service1 h1{
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  padding-top:5%;
  
}
#service1 h3{
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size:25px;
  font-weight: 500;
  color: #333;


  
  
}
#service1 h2{
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 35px;
  font-weight: 300;
  color: #333;


  
  
}
#service1 h5{
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 1.0vw;
  font-weight: 400;
  color: #333;
  line-height: 110%!important;
  padding-right:20%!important


  
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounceInUp {
  0% {
     opacity: 0;
     -webkit-transform: translateY(2000px);
  }
  60% {
     opacity: 1;
     -webkit-transform: translateY(-30px);
  }
  80% {
     -webkit-transform: translateY(10px);
  }
  100% {
     -webkit-transform: translateY(0);
  }
}
.animated1 {
         
  -webkit-animation-duration: 5s; 
    animation-duration: 5s; 
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; 
    transition: 0.3s
 }
@keyframes bounceInUp {
  0% {
     opacity: 0;
     transform: translateY(2000px);
  }
  60% {
     opacity: 1;
     transform: translateY(-30px);
  }
  80% {
     transform: translateY(10px);
  }
  100% {
     transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
  /*----------------------------------------
   .End CSS
  ----------------------------------------*/
  