


    body {margin:0;
        font-family:'Raleway', sans-serif;
        }
/*-------------slider Start-----------*/
        * {box-sizing: border-box;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
  z-index:-1;
}
.slide-image{
    display: none;
}
.thankyou-slide{
    width:100%;
    height: auto;
    overflow: hidden;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
    
.slide-dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 5s ease;
    display: none;
}

.active {
  background-color: #717171;
}
.mySlides img{
    width:100%;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 5s;
  animation-name: fade;
  animation-duration: 5s;
animation-direction:reverse;
    animation-fill-mode: both;
}

@-webkit-keyframes fade {
  from {opacity: 0.5} 
  to {opacity: 1}
   
}

@keyframes fade {
  from {opacity: 0.5} 
  to {opacity: 1}
}
 On smaller screens, decrease text size 

/*-------------slider end-----------*/
        #active{
            color:#ee0979;
        }
        

/*------------navbar2 start-----------*/
.topnav-2 {
  overflow: hidden;
 font-family: "Raleway", sans-serif;
position:fixed;
      width:100%;
      z-index: 2;
       background: transparent;
  -webkit-transition-property: background; /* Safari */
  -webkit-transition-duration: 5s; /* Safari */
  transition-property: background;
  transition-duration: 1s;
  display: block;
}

.topnav-2 a {
  float: right;
  display: block;
  color: #134853;
  text-align: center;
  padding: 24px 10px;
  text-decoration: none;
  font-size: 17px;
  font-family: sans-serif
}

.active {
  background-color: ;
  color: white;
}

.topnav-2 .icon {
  display: none;
}
.nav-marg{
    width:64%;
    height: auto;
    overflow: hidden;
    }

.topnav-2 a:hover, .dropdown:hover .dropbtn {
  color: #00b3b3;
  text-decoration: none;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: #134853;
}

.dropdown:hover .dropdown-content {
  display: block;
        height: 150px;
        width:150px;
        background-color: #ddd;
        opacity: 1;
        transform: translatey(0);
        margin-top:2%;
}
        .logo{
            float: left;
            padding: 0% 0% 0% 9%;
        }
      .logo img{
            width:100%;
         }
/*------------navbar2 end-----------*/





  .topnav {
      overflow: hidden;
      font-family: "Raleway", sans-serif;
      position:fixed;
      width:100%;
      z-index: 2;
      background: transparent;
      display:none;
     
}

.topnav a {
  float: right;
  display: block;
  color: #00b3b3;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: ;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: right;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: #134853;
  padding: 24px 16px;
  background-color: inherit;
  font-family: "Raleway", sans-serif;
  margin: 0;
}

.dropdown-content {
    display:none;
  background: #ddd;
  height: 0;
  opacity: 0;
  position: fixed;
  transition: all .5s ease;
  top: 35px;
  width: 100%;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  z-index:;
}
.nav-marg{
    width:64%;
    height: auto;
    overflow: hidden;
    }

.topnav a:hover,{
  color: #00b3b3;
  text-decoration: none;
}

        .logo{
            float: left;
            padding: 0% 0% 0% 9%;
        }
      .logo img{
            width:100%;
         }
        .featured-boxes-inner h3{
            font-weight: 300;
        }
        
        #col-4{
            border:none;
        }


        
        
       
        


    .main-banner-content {
    margin-top: -266px;
    max-width: 650px;
    margin-left: 10%;
}
        .main-banner-content h3 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 52px;
    font-weight: 400;
    font-family: sans-serif;
    color:#00b3b3;
    text-shadow: 1px 1px #000;
}
        p {
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    max-width: 400px;
    margin-top: 20px;
    margin-bottom: 0;
}
        
    .featured-boxes-area {
    position: relative;
    z-index: 1;
    margin-top: -100px;
}
       
        .container1 {
    width: 84%;
    padding-right: 47px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-top:3%;
}
        .featured-boxes-inner {
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}
        .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
        .featured-boxes-inner .col-lg-4 {
    border-right: 1px solid #eeeeee;
    width:33%;
    border-right:1px solid #ccc;
            float:left;
}
        .single-featured-box {
    text-align: center;
    position: relative;
    padding: 25px 25px 25px 25px;
    overflow: hidden;
    background-color: white;
    transition: 0.5s;
}
.single-featured-box i{
    transition: 0.5s;
}
.single-featured-box:hover i{
    -ms-transform: scale(2); /* IE 9 */
  -webkit-transform: scale(2); /* Safari prior 9.0 */
  transform: scale(0.8); /* Standard syntax */
    color:#134853;
}
        
        h3 {
    -webkit-transition: .4s;
    transition: .4s;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 300;
}
        .single-featured-box p {
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 0;
    color: #134853;
}
.icon-style{
    font-size: 70px;
    color:#00b3b3;
}
        .single-featured-box .read-more-btn{
    content: '';
    left: 0;
    bottom: 1px;
    width: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#ee0979), to(#ff6a00));
    background: linear-gradient(90deg, #ee0979 0%, #ff6a00 100%);
}
        .overview{
            width:100%;
            height:auto;
            overflow: hidden;
        }
        .slogan{
                width:100%;
                height: auto;
                overflow: hidden;
                background-color: #134853;
                padding: 2%;
                font-weight: 100;
                text-align: center;
            }
.slogan h3{
    font-family: sans-serif;
    font-weight: 200;
    color:white;
}
        .overview-data{
            width:50%;
            float:left;
            height: auto;
            padding-bottom: 3%;
        }
         
        .overview-data h1{
           font-weight: 300;
        }

        .bar{
            width:100%;
            height:5px;
            background-color: #9de3cc;
            margin-left: 20%;
            border-radius: 5px;
        }
       
        .droplet {
  height: 400px;
  width:400px;
  transition: all 120s;
  transition-timing: ease-in-out;
  z-index: -1;
}
.overview:hover .droplet{
  transform: rotate(5080deg);
}
.overview-image{
width: 43%;
height: auto;
background-image: url(../images/overview-image.png);
background-repeat: no-repeat;
float: left;
z-index: 1;
margin-left: 0%;
background-size: cover;
overflow: hidden;
margin-top: 6%;
}


.bar-container{
width:20%;
height:auto;
overflow: visible;
    margin-left: 14%;
    margin-top: 26px;
}
.thankyou-bar-container{
width:20%;
height:auto;
overflow: visible;
    margin-left: 36%;
}
.dot{
margin-top:-4px;
}
        
        .list ul li{
            color: #134853;
            border-radius: 5px;
            list-style: none;
            float:left;
            width:75%;
           padding: 10px;
            margin: 10px;
    border: none;      
    background: linear-gradient( to left, #ebebeb 50%,     #134853 50% );
	background-size: 200% 100%;
	background-position: right bottom;
    cursor: pointer;
    transition: all ease 1s;
    font-size:13;
    font-family: sans-serif;
        }
        .list ul{
          margin-left: 68px;  
        }
        
        .list ul li:hover{
            background-position: left bottom;
        color: white;
            
        }
        list i:hover{
            color:white;
        }
        .list i{
            color:#ee0979;
        }
        .overview-data1{
            width:50%;
            float:right;
        }
        .overview-image1{
width:50%;
height:auto;
background-image: url(https://templates.envytheme.com/luvion/default/assets/img/2.png);
background-repeat:no-repeat;
float:left;
z-index: 22;
margin-top: 4%;
padding: 30px 0px;
}

/*        ------------------------------------------------------------------------*/
        
         
        .bar2{
            width:100%;
            height:5px;
            background-color: #9de3cc;
            margin-left: 20%;
            border-radius: 5px;
        }
        .bar-container2{
width:9%;
height:auto;
overflow: visible;
    margin-left: 44%;
    margin-top: 26px;
}
.dot2{
margin-top:-4px;
}

     .feature-text h1{
           font-weight: 300;
           font-family: sans-serif;
          }
       .feature-text-2 h3{
           font-weight: 300;
           font-family: sans-serif;
          }
.feature-text-2 p{
       color: #134853;
       font-size: 14;
       font-weight: lighter;
       }
        .our-industries{
            width:100%;
            height:auto;
            overflow: auto;
            padding: 5%;
            background-color: #f0f5f5;
        }
        
        .features-div{
            width:21.7%;
            height:auto;
            overflow: hidden;
            float:left;
            background-color: white;
            margin:1.4%;
            border-radius: 10px;
            background: linear-gradient( to left, white 50%,     #134853 50% );
	        background-size: 200% 100%;
	        background-position: right bottom;
            cursor: pointer;
            transition: all ease .3s;
            z-index: 1;
        }
        
       
    .features-div:hover {
        background-position: left bottom;
        color: white;
    }
    
.features-div:hover p{
    color:white;
    }

        
        
        .feature-icon{
            width:70px;
            height:70px;
            overflow:hidden;
            background-color: #f1fae6;
            border-radius: 50%;
             transition: all 1s;
  transition-timing: ease-in-out;
            margin: 8% 0% 0% 7%;
            color: #00b3b3;
            z-index: 1;
        }
        
        .features-div:hover .feature-icon {
    transform: rotate(360deg);
            color:#134853;
           }
        
        .feature-icon i{
            font-size: 40px;
            padding: 16.8px;
            position:absolute
            
        }
        
        .feature-text-2{
            padding: 1%;
            margin: 3% 12% 11% 8%;
        }
        .features{
            padding: 4%;
        }
        
        .footer{
            width:100%;
            height: auto;
            overflow: hidden;
        }
        
       .social{
         width:100%;
           height:auto;
           overflow: hidden;
           margin-top: 0%;
           float: right;
               margin-right: -17%;
         }
        .social-icon
        {
            width:40px;
            height:40px;
            overflow: hidden;
            border-radius: 50%;
            border:none;
            float:left;
             margin-left: 5%;
            
        }
        .social-icon i{
            padding: 11px 20px 18px 11px;
            font-size:20px;
            color:#134853;
            background-color: white;    
        }
        
        .social-icon i:hover{
            
            color:white;
            background-color:#00b3b3 ;
        }
        
        .footer-div{
            float: left;
            width: 15%;
            height: auto;
            margin-top: 4%;
            margin-left: 2%;
        }
        .footer-div ul li{
           list-style-type: none;
            line-height: 1;
        }
        
        .footer-div h3{
            margin-left: 29%;
            font-weight: 200;
        }
        .footer ul li:hover{
            
            color:#134853;
        }
        
        .footer-div2{
            float:left;
                width:12%;
            height:auto;
            margin-top: 4%;
        }
        .footer-div2 ul li{
           list-style-type: none;
            line-height: 1;
        }
        
        
        .footer-div3{
            float:left;
                width:38%;
            height:auto;
            margin-top: 4%;
            margin-left: 5%;
        }
         .footer-div3 ul li{
           list-style-type: none;
            line-height: 1;
        }
        
        
        .footer-div3 h3{
            margin-left: 14%;
            font-weight: 200;
        }
        
        .footer-div4{
            float:left;
                width:20%;
            height:auto;
            margin-top: 4%;
        }
         .footer-div4 ul li{
           list-style-type: none;
            line-height: 1;
        }
        
        
        .footer-div4 h3{
            margin-left: 14%;
            font-weight: 200;
        }
        
.footer i{
    color:#00b3b3;
}
.copy-right{
    height: auto;
    width: 100%;
    overflow: hidden;
}
        
.form-section
{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: white;
    font-family: sans-serif;
    font-weight: 100;
}

.form-data
{
    width:100%;
    height: 340px;
    overflow: hidden;
    float: left;
/*    margin: 2% 1% 2% 9%;*/
    background-color: white;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.2);
    padding-bottom: 1%;
    color:#134853;
}
.innerform{
    width:100%;
    height:360px;
    float:left;
    margin: 0% 0% 0% 0%;
    background-color: white;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.2);
    font-size: 12px;
    color:#134853;
    padding: 15px;
    padding-bottom:10px;
}
.form1{
width: 95%;
height: auto;
float: left;
margin: 3% 0% 0% 8.5%;
}

.form1 .fa{
    font-size:25px;
    margin:17px 0px 0px 16px;
}
.input-btn{
    background-color: #134853;
    border:none;
    color:white;
    margin-left:28px;
    text-align: center;
    height: 50px;
    width:25%;
    margin: 3% 0% 0% 2.5%;
    border-radius: 5px;
}

.form-logo{
    width:45%;
    height:auto;
    margin: 7% 0% 2% 27%;
    float:left;
}
.form-text{
font-size: 23px;
float: left;
width: 100%;
}
.inpt{
    width: 100%;
height: 50px;
border-radius: 5px;
border: none;
background-color:#f0f5f5;
}
.slideshow-container2{
    display:none;
}
input{
    padding-left:7px;
    font-weight: 300;
}
textarea{
    padding-left:7px;
    padding-top: 7px;
    font-weight: 300;
}

.thankyou
{
    width:80%;
    overflow: hidden;
    float: left;
    margin: -6% 1% 2% 9%;
    background-color: white;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.2);
    padding-bottom: 1%;
    color:#134853;
    position: absolute;
    min-height: 250px;
}
.space{
    width: 100%;
    min-height: 200px;
}
.form1 td {
            display: inline-block; 
        }
.form-control{
    margin-top: 10px; background: #f0f5f5; margin-left:;border: none;width:95%;
}
#ContactCaptchaCode{
    border:none;
    background: #f0f5f5;
    font-weight: 300;
    width:100%;
    height: 50px
}

#ContactCaptcha{margin-top:10px;
    background-color:#dedede;
    font-size:25px;
    text-align:center;
    color:#000;
    font-style:italic;
    width:85% ;
    height: 50px;
    font-family:'PTSans-Regular';
    text-align: left;padding:5px;
    float:left;
    margin-left: 2%;
}
.message{
    border: none;
    border-radius: 5px;
    background-color: #f0f5f5;
    width:100% ;
    margin-left: 0%;
}

.form-text p{
    color:#134853;
}
.form-text-1{
    color:#134853;
    font-size: 20px;
    width:40%;
    height: auto;
    overflow: hidden;
    float:left;
    margin: 8% 0% 0% 11%;
}
.form-text-2{
    color:#134853;
    font-size: 20px;
    width:40%;
    height: auto;
    overflow: hidden;
    float:left;
    margin: 8% 0% 0% 0%;
    line-height: 2;
}

/*---------responsive----------------*/
        @media screen and (max-width: 800px)
        {
            .overview-data {
    width: 100%;
    float: left;
       }
            #ContactCaptchaCode{
    border:none;
    background: #f0f5f5;
    margin-left: 0px;
    font-weight:300;
    width:100%;
    height: 60px;            
        
}
            .message{
    border: none;
    border-radius: 5px;
    background-color: #f0f5f5;
    width:100%;
    margin-left: 0%;
}
            #ContactCaptcha{margin-top:10px;
    background-color:#dedede ;
    font-size:25px;
    text-align:center;
    color:#000;
    font-style:italic;
    width:90%;
    height: 60px;
    font-family:'PTSans-Regular';
    text-align: left;padding:5px;
    float:left;
    margin-left: 0%;
}
            .form-control{
    margin-top: 10px;font-weight:300; background: #f0f5f5; margin-left:0;border: none;width:96%;
}
            .list ul li{
                width:80%;
            }
            .list ul {
    margin-left: 25px;
}
            .overview-image{
            width: 100%;
            background-size: cover;
            padding: 0%;
            }
             .overview-image img{
                width:75%;
                 height:auto;
            }
           
            
        .bar-container2 {
    width: 14%;
    height: auto;
    overflow: visible;
    margin-left: 39%;
    margin-top: 18px;
}
        .features-div{
            width:100%;
            margin:0.5%;
        }
        
        .footer-div{
            display:none;
        }
             .footer-div2{
            display:none;
        }
             .footer-div3{
            display:none;
            
        }
             .footer-div4{
            display:none;
        }           
        .social-icon {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    border: none;
    float: left;
    margin-left: 40px;
}
        .overview{
            width:100%;
            height:auto;
            overflow: hidden;
        }
            

.main-banner-content {
    margin-top: -30%;
    max-width: 100%;
    height: 20px;
}
            
    .main-banner-content h3 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    font-family: sans-serif;
    color:#00b3b3;
    text-shadow: 1px 1px #000;
}
            
            .topnav {
    overflow: hidden;
    font-family: "Raleway", sans-serif;
    position: fixed;
    width: 100%;
    display:block;
}
            .container1 {
    width: 100%;
    padding-right: 22px;
    padding-left: 22px;
    margin-right: auto;
    margin-left: auto;
    margin-top:20%;
}
            .featured-boxes-inner .col-lg-4 {
    border-right: 1px solid #eee;
    width: 100%;
    border-right: none;
}
    .nav-marg {
    width: 45%;
    height: auto;
    overflow: hidden;
    float: right;
    margin: 0% 5% 0% 0%;
}
            .blue{
                display:none;
            }
            
            .logo {
    float: left;
    padding: 4% 0% 0% 0%;
    width:45%;
}
            .logo img{
            width:100%;
            margin:0% 0% 0% 10%;
         }
            
            .topnav-2{
                display: none;
            }
            
            .form-data {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
/*    margin: 1% 1% 0% 9%;*/
    background-color: 
    #f0f5f5;
    padding-bottom: 2%;           
}
            .innerform {
    width: 100%;
    height: auto;
    float: left;
    margin: 5% 1% 5% 0%;
    background-color: white;
}
            .form1 {
    width: 100%;
    height: auto;
    float: left;
    margin:0% 0% 0% 7%;
}
    .input-btn {
    background-color: 
#134853;
border: none;
color:
    white;
    margin-left: 16px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 5px;
        margin:3% 0% 0% 3%;
}        
    .inpt {
    width: 100% !important;
margin-bottom: 15px;

height: 60px;
}
    .form-text {
    font-size: 14px;
float: left;
width: 100%;
padding: 3% 0% 1% 5%;
}
            .form-logo {
    width: 100%;
    height: auto;
    margin: 5% 0% 2% 12%;
    float: left;
}
    .form-text-1 {
    font-size: 20px;
    width: 80%;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 2% 0% 0% 10%;
}
            .form-text-2 {
    font-size: 20px;
    width: 80%;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 1% 0% 0% 10%;
    line-height: 2;
}
            .mySlides img{
            width:100%;
            height:auto;
}
            .slideshow-container{
                display: none;
            }     
            .slide-image{
    display: block;
}
    .form1 table tr td {
            display:inline-block; 
            width: 50% !important;
        }
            .h3, h3{
                font-size:1.5rem !important;
            }
}












@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

@media screen and (max-width: 760px) {
  .topnav a:not(:last-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 760px) {
  .topnav.responsive {
    position:fixed;
    background-color:rgba(0,0,0, 0.5);
      transition: 0.5s;
    }
  .topnav.responsive .icon {
    position: absolute;
    right: 5%;
    top: 0;
  }
  .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
      color:white;
      margin-left: 0;
      padding: 10px;
      text-decoration: none;
      transition: 0.5s;
  }
  
    .topnav{
        z-index:    
    }
}
        