body{
    margin: 0;
    width: 100%;
    padding: 0;
    float: left;
    font-family: 'Lato', sans-serif;
}

h3{
    color: #333333;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    font-size: 40px;
    padding: 20px;
    font-weight: 600;
}


 ::-moz-placeholder {
         opacity: 1;
     }


::-webkit-input-placeholder {
    color: #ffffff;
}

:-moz-placeholder { /* Firefox 18- */
    color:#ffffff;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #ffffff;
}

input:-ms-input-placeholder { /* Edge */
    color: #ffffff;
}


/*---------------------------------------------------*/
/*NAVIGATION*/
/*---------------------------------------------------*/

#navigation{
    width:100%;
    float: left;
    background: #ffffff none;
    box-shadow: -1px -3px 13px 0 #000000;
}

#navigation .navbar-default .navbar-nav>li>a:hover{
    color: #05cdf1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-weight: 200;
    text-shadow: none;
}

#navigation .navbar-default .navbar-nav>li>a:hover::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 100%;
    background-color: #131313;
}
#navigation .navbar .navbar-inner{
    padding:0 20px;
    margin:auto;
}

#navigation .navbar-inner .navbar-header .navbar-brand{
    width:100%;
    float: left;
}
#navigation .navbar-inner .navbar-header .navbar-brand img{
    max-width:100%;
}
#navigation .navbar-default .navbar-nav>.active>a{
    background-image: none;
    color: #333333;
    background-color: transparent;
    box-shadow: none;
}
#navigation  .navbar-nav>.active>a:focus{
    background-image: none;
    background-color: transparent;
}

#navigation .navbar-transparent a{
    color: #ffffff!important;
    padding:40px 22px;
    text-transform: uppercase!important;
    font-weight: 400!important;
    font-size: 14px!important;
    text-shadow: none!important;
    transition: .6s all!important;
}
#navigation .navbar-default{
    background-image: none;
    border-radius: 0;
    border:none;
    z-index: 999;
    box-shadow: 0px -2px 6px #1d1d1d;
}

#navigation .navbar-default .navbar-contact{
    float: left;
    margin-top: 20px;
    width: 100%;
}
#navigation .navbar-default .navbar-contact .fa{
    font-size: 35px;
    transform: rotate(320deg);
    color: #70e9ff;
    margin-top: 6px;
}
#navigation .navbar-default .navbar-contact .call-icon{
    float: left;
}
#navigation .navbar-default .navbar-contact .navbar-contact-details{
    float: left;
    margin: 0px 15px 0px 5px;
    text-align: center;
}
#navigation .navbar-default .navbar-contact .navbar-contact-details span{
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    padding:0 6px;
    font-weight: 200;
    text-transform: uppercase;
    color: #333333;
}
#navigation .navbar-transparent .navbar-contact-details span{
    color: #ffffff!important;
}
#navigation .navbar-default .navbar-contact .navbar-contact-details p{
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #333333;
}

#navigation .navbar-transparent .navbar-contact-details p{
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff!important;
}

nav.navbar.bootsnav.navbar-transparent.dark .attr-nav{
    border:none;
}

#navigation .navbar-brand{
    padding:10px 0 !important;
}

#navigation .navbar-default .navbar-nav li a{
    color: #333333;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    text-shadow: none;
    padding:40px 22px;
    transition: .6s;
}

@media(max-width:1024px){
    .attr-nav{
        display: none;
    }

    #navigation .navbar-transparent a{
        color:#333333!important;
    }

    #navigation .navbar-brand .logo{
        max-width: 60%;
        margin:0 auto;
    }
}

.sticky {
    position: fixed;
    z-index: 999;
}

/*---------------------------------------------------*/
/*Slider Banner*/
/*---------------------------------------------------*/


#banner{
    width:100%;
    float: left;
    position: relative;
}
#banner img{
    width:100%;
}

#banner .main-text{
    position: absolute;
    top: 63%;
    left: 8%;
}

#banner .main-text h3{
    font-family: 'Lato', sans-serif;
    font-size: 53px;
    font-weight: 900;
    line-height: 1;
    text-transform: capitalize;
    color: #ffffff;
    border:none;
}

#banner .btn-min-block
{
    min-width: 170px;
    line-height: 30px;
}
#banner .main-text .banner-buttons .btn{
    font-family: 'Open Sans', sans-serif;
    border-radius: 0;
    padding: 10px 13px;
    box-shadow: none;
    text-transform: uppercase;
    background-image: none;
    border: none;
    margin-right: 15px;
    text-shadow: none;
    font-weight: 600;
}
#banner .main-text .banner-buttons .btn-default{
    background-color: #333333;
    color: #ffffff;

}
#banner .main-text .banner-buttons .btn-info{
    background-color: #05cdf1;
    color: #ffffff;
}

.carousel-indicators .active{
    background-color: #05cdf1;
}
.carousel-control.left, .carousel-control.right{
    background-image: none;
}
.carousel-control .glyphicon{
    font-size: 25px;
    font-weight: 300;
}
/*---------------------------------------------------*/
/*ABOUT*/
/*---------------------------------------------------*/

#about{
    float: left;
    width:100%;
    position: relative;
    overflow: hidden;
    padding: 10px 0;
    border-top: 20px solid rgba(0, 0, 0, 0.71);
    border-bottom: 20px solid rgba(0, 0, 0, 0.71);
}

#about .about-section{
    width:100%;
    float: left;
    padding: 100px 0;
}
#about .about-section .about-text{
    width: 100%;
    padding: 35px;
}
#about .about-section .about-text p{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 35px;
    padding-bottom: 20px;
    color: #848484;
}

#about .about-section .about-text a{
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    color: #05cdf1;
    padding: 8px 10px;
    border: 1px solid #05cdf1;
    font-size: 12px;
    border-radius: 20px;
}

#about .about-heading{
    width:100%;
    float: left;
}
#about .about-heading h4{
    font-family: 'Lato', sans-serif;
}

#about .about-container{
    width:100%;
    float: left;
    background-color: #ffffff;
    border-radius: 15px;
    transition: .5s all;
    margin: 15px 0;
}
#about .about-text .small-heading{
    width:100%;
    float: left;
}

#about .about-text .small-heading h4{
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 19px;
    margin: 23px 0;
}
#about .about-container img{
    width:100%;
    float: left;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

#about .about-container:hover{
    box-shadow: 0 12px 13px 0 #1b1b1b;
    transform: translateY(-15px);
}
/*---------------------------------------------------*/
/*TESTIMONIAL*/
/*---------------------------------------------------*/

#testimonial{
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
    background-color: #ffffff;
    border-top: 20px solid rgba(0, 0, 0, 0.71);
    border-bottom: 20px solid rgba(0, 0, 0, 0.71);
    padding: 135px 0;
}


#testimonial .testimonial-heading{
    width: 100%;
    float: left;
    text-align: center;
}

#testimonial .item p{
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    font-size: 14px;
    text-align: center;
    text-transform: capitalize;
    color: #7f7f7f;
}

#testimonial .testimonial-slider{
    width:100%;
    float: left;
    padding: 50px 0;
}

#testimonial .testimonial-slider .item .testimonial-image{
    width:100%;
    float: left;
}
#testimonial .testimonial-slider .item .testimonial-image img{
    margin:auto;
    border-radius: 50%;
    padding:15px 0;
}

#testimonial .testimonial-slider .item .testimonial-author p{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #7f7f7f;
    font-style: normal;
}
#testimonial .testimonial-slider .item .testimonial-author p:last-child{
    font-size:12px;
}

#testimonial .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 6px;
    height: 6px;
    margin: 5px 8px;
    filter: Alpha(Opacity=40);
    opacity: 0.5;
    border-radius: 20px;
    background: #898989;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

#testimonial .owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #fe3533;
    opacity: 1;
}

/*---------------------------------------------------*/
/*SERVICES*/
/*---------------------------------------------------*/
#services{
    float: left;
    width:100%;
    position: relative;
    overflow: hidden;
    padding: 10px 0;
    border-top: 20px solid rgba(0, 0, 0, 0.71);
    border-bottom: 20px solid rgba(0, 0, 0, 0.71);
}
#services .service-heading{
    width:100%;
    float: left;
    text-align: center;
    padding: 90px 0;
}

#services .service-block{
    width: 100%;
    float: left;
    background-color: rgba(255, 255, 255, 0.49);
    /* border: 1px solid #bebebe; */
    text-align: center;
    position: relative;
    padding: 20px 0;
    margin-bottom: 90px;
    border-radius: 20px;
}
#services .service-block h5{
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    padding: 45px 0 15px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 500;
}
#services .service-block p{
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 200;
    line-height: 32px;
    padding: 10px 15px;
    color: #333333;
    text-transform: capitalize;
}
#services .service-block .service-icon{
    position: absolute;
    content: '';
    bottom: 85%;
    left: 50%;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    padding: 19px;
    transform: translateX(-50%);
}




/*---------------------------------------------------*/
/*Get in touch*/
/*---------------------------------------------------*/

#get-in-touch{
    width:100%;
    float: left;
    padding: 100px 0;
}

#get-in-touch .contact-heading{
    width:100%;
    float: left;
    text-align: center;
}

#get-in-touch .form-area{
    width:100%;
    float: left;
    padding:20px;
}
#get-in-touch .form-area .form-group{
    width:100%;
}

#get-in-touch .form-area .form-group .form-control{
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.52);
    background-image: none;
    border-color: rgba(0, 0, 0, 0.08);
    height:47px;
    margin-bottom: 20px;
}
#get-in-touch .form-area .form-group textarea.form-control{
    padding:10px 20px ;
    height:auto;
}
#get-in-touch .form-area .form-group .form-control:focus{
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.29);
    border-color: rgba(0, 0, 0, 0.15);
}

input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}


#get-in-touch .form-area .btn-default{
    border-radius: 20px;
    padding:10px 25px;
    color:#101010;
    background-image: none;
    font-weight: 600;
    background-color: transparent;
    float: left;
    text-shadow: none;
    border-color: rgba(0, 0, 0, 0.68);
    box-shadow: none;
}

#get-in-touch .form-area .btn-default:hover{
    box-shadow: none;
    background-color: rgba(5, 205, 241, 0.32);
}

#get-in-touch .contact-details{
    width: 100%;
    float: left;
    padding: 25px;
    background-color: rgba(0, 0, 0, 0.42);
    border-radius: 20px;
    border-color: rgba(0, 0, 0, 0.08);
    margin-top: 20px;
}

#get-in-touch .contact-details p{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #d8d8d8;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    line-height: 30px;
    padding-bottom: 11px;
}

#get-in-touch .contact-details a{
    color: #d8d8d8;
    text-decoration: none;
}
#get-in-touch .contact-details p span{
    margin-right: 10px;
}

/*---------------------------------------------------*/
/*Assessment area*/
/*---------------------------------------------------*/
#assessment{
    width: 100%;
    float: left;
    padding:100px 0;
}

#assessment .assessment-heading{
    width:100%;
    float: left;
    text-align: center;
}

#assessment .form-area{
    width:100%;
    float: left;
}

#assessment .assessment-text{
    width:100%;
    float: left;
}
#assessment .assessment-text p{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 35px;
    padding: 20px;
    color: #848484;
    font-size: 17px;
}

#assessment .form-area .form-control{
   height:48px;
    color: #178a9e;
    border-radius: 24px;
    box-shadow: none;
}
#assessment .form-area .form-control:focus {
    border: 2px solid #178a9e;
}

#assessment .form-area label{
    padding: 5px 15px;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    color: #848484;
}

#assessment .form-area .radio label{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding: 0 0 2px 35px;
}

#assessment .form-area .btn{
    border: none;
    background-image: none;
    background-color: #05cdf1;
    color: #ffffff;
    padding: 11px 20px;
    border-radius: 25px;
    margin: 30px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-shadow: none;
}
#assessment .form-area .btn:focus{
    border:none;
    box-shadow: none;
}

/*****Tab-form*****/

.wizard {
    margin: 2px auto;
    background: #fff;
    width:100%;
    float: left;
}

.wizard .nav-tabs {
    position: relative;
    margin: 10px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #05cdf1;

}
.wizard li.active span.round-tab i{
    color: #05cdf1;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h5 {
    margin-top: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding: 5px;
    color: #848484;
    font-size: 20px;
}
.wizard p{
    color: #848484;
    font-family: 'Open Sans', sans-serif;

}


@media( max-width : 585px ) {

    .wizard {
        width: 100%;
        height: auto !important;
        padding: 5px;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}



/*---------------------------------------------------*/
/*Footer*/
/*---------------------------------------------------*/


#footer{
    width:100%;
    float: left;
    padding:30px;
    background-color: #07070d;
}

#footer .copyright p{
    text-align: center;
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 14px;
}
#footer .copyright a{
    color:#05cdf1;
}
