body{
    font-family: sans-serif;
}
/*** Start header ***/

/* Start havbar */

.navbar{
    width: 100%;
    height: 70px;
    border: none;
    border-radius: 0px;
    z-index: 1000;
    background: rgba(0,0,0,0);
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
.backgroundnav{
    box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.1);
    background: #fff;
}
.navbar-nav{
    float: right;
}
.navbar-default .logo{
    display: inline;
    max-height: 70px;
    margin-top: -15px;
    padding: 10px;
}
.navbar-default .navbar-brand:hover{
    color: #9be8ff;
}
.navbar-default .navbar-brand:hover span{
    color: #fff;
}
.navbar-default .navbar-brand:focus{
    color: #fff;
}
.navbar-default .navbar-nav > .active > a{
    color: #fff;
    background-color: rgba(0,0,0,0);
}
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover{
    background-color: rgba(0,0,0,0);
    color: #fff;
}
.navbar-default .navbar-nav > li > a{
    color: #fff;
    font-weight: bold;
    line-height: 35px;
    border-bottom: 5px solid #fff0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.navbar-default .navbar-nav > li > a:hover{
    border-bottom: 5px solid #fff;
    color: #fff;
}
.navbar-default .navbar-nav > li > a:focus{
    color: #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus{
    color: #fff;
    background-color: rgba(0,0,0,0);
    border-bottom: 5px solid #0971ba;
}
.colorli{
    color: #0971ba !important;
}
.colorli:hover{
    border-bottom: 5px solid #0971ba !important;
}

/* End navbar */

/* Start content header */

header .content{
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 70px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 0;
}
header .content .content-left h1{
    color: #fff;
    text-transform: capitalize;
    font-size: 50px;
    line-height: 70px;
    font-family: 'Karla', sans-serif;
    margin-top: 120px;
}
header .content .content-left h1 span{
    background-image: linear-gradient(to right, #00adef, #0971ba);
    -webkit-background-image: linear-gradient(to right, #00adef, #0971ba);
    -moz-background-image: linear-gradient(to right, #00adef, #0971ba);
    -o-background-image: linear-gradient(to right, #00adef, #0971ba);
    -webkit-background-clip: text;
    color: transparent;
}
header .content .content-middle .imgcontainer{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
header .content .content-middle .imgcontainer img{
    width: 100%;
    height: 100%;
    margin-top: 50px;
    margin-bottom: -130px;
}
header .content .content-right{
    margin-top: 120px;
}
header .content .content-right a{
    display: block;
    margin-top: 50px;
    padding: 25px 20px;
    background: #fff;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
header .content .content-right .button2{
    background: #000;

}

/* End content header */

/*** End header ***/


/* Start features */

.features{
    background: url(../../images/blr.jpg) no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.features .overlay{
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    -webkit-background-image:  linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    -moz-background-image:  linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    -o-background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.features .content{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.features .content h2{
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
    color: #0971ba;
    margin-top: 35px;
    font-family: 'Yantramanav', sans-serif;
    position: relative;
    background-image: linear-gradient(to right, #00adef, #0971ba);
    -webkit-background-image: linear-gradient(to right, #00adef, #0971ba);
    -moz-background-image: linear-gradient(to right, #00adef, #0971ba);
    -o-background-image: linear-gradient(to right, #00adef, #0971ba);
    -webkit-background-clip: text;
    color: transparent;
}
.features .content .row{
    margin-top: 50px;
    margin-bottom: 50px;
}
.features .content .cont{
    padding: 10px;
    box-shadow: 5px 5px 10px 4px rgba(0, 0, 0, 0.1);
    margin: 15px;
    background: #fff;
    border-radius: 3px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.features .content .cont i{
    color: #fff;
    font-size: 50px;
    border-radius: 50%;
    margin-top: 15px;
    box-shadow: inset -5px 5px 10px 4px rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(to right, #00adef, #0971ba);
    -webkit-background-image: linear-gradient(to right, #00adef, #0971ba);
    -moz-background-image: linear-gradient(to right, #00adef, #0971ba);
    -o-background-image: linear-gradient(to right, #00adef, #0971ba);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.features .content .cont h3{
    font-size: 30px;
    color: #000;
    padding: 3px;
    text-transform: capitalize;
    font-family: 'Source Sans Pro', sans-serif;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.features .content .cont p{
    color: #777;
    font-size: 16px;
    line-height: 25px;
    padding-top: 5px;
    padding-bottom: 15px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.features .content .cont:hover{
    box-shadow: 5px 5px 10px 4px rgba(0, 0, 0, 0);
    background-image: linear-gradient(to right, #00adef, #0971ba);
    -webkit-background-image: linear-gradient(to right, #00adef, #0971ba);
    -moz-background-image: linear-gradient(to right, #00adef, #0971ba);
    -o-background-image: linear-gradient(to right, #00adef, #0971ba);
}
.features .content .cont:hover i{
    color: #666;
    background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255));
    -webkit-background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255));
    -moz-background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255));
    -o-background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255));
}
.features .content .cont:hover h3{
    color: #fff;
}
.features .content .cont:hover p{
    color: #ddd;
}
.features .content .cont2{
    padding: 10px;
    box-shadow: 5px 5px 10px 4px rgba(0, 0, 0, 0.1);
    margin: 15px;
    background: #fff;
    border-radius: 3px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.features .content .cont2 i{
    color: #fff;
    font-size: 50px;
    border-radius: 50%;
    margin-top: 15px;
    box-shadow: inset -5px 5px 10px 4px rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(to right, #fd7e14, #fd7e14);
    -webkit-background-image: linear-gradient(to right, #fd7e14, #fd7e14);
    -moz-background-image: linear-gradient(to right, #fd7e14, #fd7e14);
    -o-background-image: linear-gradient(to right, #fd7e14, #fd7e14);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.features .content .cont2 h3{
    font-size: 30px;
    color: #000;
    padding: 3px;
    text-transform: capitalize;
    font-family: 'Source Sans Pro', sans-serif;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.features .content .cont2 p{
    color: #777;
    font-size: 16px;
    line-height: 25px;
    padding-top: 5px;
    padding-bottom: 15px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.features .content .cont2:hover{
    box-shadow: 5px 5px 10px 4px rgba(0, 0, 0, 0);
    background-image: linear-gradient(to right, #fd7e14, #fd7e14);
    -webkit-background-image: linear-gradient(to right, #fd7e14, #fd7e14);
    -moz-background-image: linear-gradient(to right, #fd7e14, #fd7e14);
    -o-background-image: linear-gradient(to right, #fd7e14, #fd7e14);
}
.features .content .cont2:hover i{
    color: #666;
    background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255));
    -webkit-background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255));
    -moz-background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255));
    -o-background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255));
}
.features .content .cont2:hover h3{
    color: #fff;
}
.features .content .cont2:hover p{
    color: #ddd;
}


/* End features */

/* Start video */
.video{
    background: url(../img/background-video.jpg) no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}
.video .overlay{
    background: rgba(0,0,0,0.8);
}
.video .content h2{
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
    color: #fff;
    margin-top: 35px;
    font-family: 'Yantramanav', sans-serif;
    position: relative;
}
.video .content .play-video{
    font-size: 130px;
    border-radius: 50%;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 40px;
    cursor: pointer;
}
.video-content{
    position: fixed;
    top: 0;
    bottom: 0;
    left:-100%;
    right: 0;
    z-index: 9999999;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.95);
    text-align: center;
    line-height: 100%;
}
.video-content .cont{
    padding: 40px 30px;
    background: #fff;
    margin-top: 50px;
    overflow: hidden;
    position: relative;
    z-index: 10001;
    border-radius: 5px;
}
.video-content .cont .cancel{
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 0;
    right: 5px;
    text-align: right;
    height: 0px;
    margin-top: 0px !importnat;
    margin-bottom: 0px;
}
.video-content .cont .cancel i{
    font-size: 20px;
    color: #555;
    -webkit-transition:  0.3s ease-in-out;
	-moz-transition:  0.3s ease-in-out;
    -o-transition:  0.3s ease-in-out;
	transition:  0.3s ease-in-out;
}
.video-content .cont .cancel i:hover{
    transform: rotate(180deg) scale(1.1);
    cursor: pointer;
}
.video-content .close-window{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}
.video-content .cont .video-cont{
    overflow: hidden;
    margin-top: 10px;
    width: 100%
}
.video-content .cont .video-cont iframe{
    width: 100%;
    height: 500px;
}
/* End video */

/* Start screens */

.screens{
    background: #f9f9f9;
}
.screens .content h2{
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
    color: #0971ba;
    margin-top: 35px;
    font-family: 'Yantramanav', sans-serif;
    position: relative;
    background-image: linear-gradient(to right, #00adef, #0971ba);
    -webkit-background-image: linear-gradient(to right, #00adef, #0971ba);
    -moz-background-image: linear-gradient(to right, #00adef, #0971ba);
    -o-background-image: linear-gradient(to right, #00adef, #0971ba);
    -webkit-background-clip: text;
    color: transparent;
}

.screens .content .swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.screens .content .swiper-container .swiper-pagination-bullet{
    padding: 5px;
}
.screens .content .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 500px;
}

/* End screens */

/* Start users */

.users{
    background-image: linear-gradient(to right, #00adef, #0971ba);
    -webkit-background-image: linear-gradient(to right, #00adef, #0971ba);
    -moz-background-image: linear-gradient(to right, #00adef, #0971ba);
    -o-background-image: linear-gradient(to right, #00adef, #0971ba);
    border-bottom: 5px solid #fff;
}
.users .content{
    margin-top: 100px;
    margin-bottom: 100px;
}
.users .content .row{
    background: #fff;
    border-radius: 3px;
    padding: 30px 20px 0px 20px;
    box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
}
.users .content .row .cont{
    padding: 20px;
    box-shadow: inset 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin-bottom: 30px;
}
.users .content .row .cont i{
    font-size: 70px;
    background-image: linear-gradient(to right, #00adef, #0971ba);
    -webkit-background-image: linear-gradient(to right, #00adef, #0971ba);
    -moz-background-image: linear-gradient(to right, #00adef, #0971ba);
    -o-background-image: linear-gradient(to right, #00adef, #0971ba);
    -webkit-background-clip: text;
    color: transparent;
}
.users .content .row .cont h3{
    font-size: 35px;
    font-weight: bold;
    background-image: linear-gradient(to right, #00adef, #0971ba);
    -webkit-background-image: linear-gradient(to right, #00adef, #0971ba);
    -moz-background-image: linear-gradient(to right, #00adef, #0971ba);
    -o-background-image: linear-gradient(to right, #00adef, #0971ba);
    -webkit-background-clip: text;
    color: transparent;
}
.users .content .row .cont p{
    font-size: 17px;
    font-weight: bold;
    background-image: linear-gradient(to right, #00adef, #0971ba);
    -webkit-background-image: linear-gradient(to right, #00adef, #0971ba);
    -moz-background-image: linear-gradient(to right, #00adef, #0971ba);
    -o-background-image: linear-gradient(to right, #00adef, #0971ba);
    -webkit-background-clip: text;
    color: transparent;
}

/* End users */

/* Start testimonial */

.testimonials{
    background: url(../img/background-features.jpg) no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.testimonials .overlay{
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(116, 116, 191, 0.85), rgba(52, 138, 199, 0.85));
    -webkit-background-image:linear-gradient(to right, rgba(116, 116, 191, 0.85), rgba(52, 138, 199, 0.85));
    -moz-background-image:  linear-gradient(to right, rgba(116, 116, 191, 0.85), rgba(52, 138, 199, 0.85));
    -o-background-image: linear-gradient(to right, rgba(116, 116, 191, 0.85), rgba(52, 138, 199, 0.85));
}
.testimonials .content{
    overflow: hidden;
}
.testimonials .content h2{
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
    color: #fff;
    margin-top: 35px;
    font-family: 'Yantramanav', sans-serif;
    position: relative;
}
.testimonials .content .swiper-container {
    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
}
.testimonials .content .swiper-wrapper{
    padding: 0px 50px;
}
.testimonials .content .swiper-slide {
    font-size: 18px;
}
.testimonials .content .swiper-button-next,
.testimonials .content .swiper-button-prev
{
    background-image: url(#);
    color: #fff;
    font-size: 35px;
}
.testimonials .content .swiper-pagination-bullet{
    padding: 6px;
    background: #fff;
    position: relative;
    top: 13px;
    border-radius: 0px;
    width: 30px;
}
.testimonials .content .swiper-slide .row{
    margin-bottom: 20px;
}
.testimonials .content .swiper-slide .row .imgcontainer{
    height: 300px;
    width: 300px;
    overflow: hidden;
    border-radius: 50%;
    background: #fff;
    padding: 15px;
    box-shadow: inset 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}
.testimonials .content .swiper-slide .row .imgcontainer img{
    height: 100%;
    width: 100%;
    border-radius: 50%;
}
.testimonials .content .swiper-slide .row .cont-text{
    padding: 40px 25px 25px 25px;
    background: #fff;
    margin-left: 20px;
    border-radius: 70px 0px;
    margin-top: 20px;
    font-family: 'Yantramanav', sans-serif;
}
.testimonials .content .swiper-slide .row .cont-text p{
    color: #666;
}
.testimonials .content .swiper-slide .row .cont-text p::before{

}
.testimonials .content .swiper-slide .row .cont-text p::after{

}
.testimonials .content .swiper-slide .row .cont-text h3{
    background-image: linear-gradient(to right, #00adef, #0971ba);
    -webkit-background-image: linear-gradient(to right, #00adef, #0971ba);
    -moz-background-image: linear-gradient(to right, #00adef, #0971ba);
    -o-background-image: linear-gradient(to right, #00adef, #0971ba);
    -webkit-background-clip: text;
    color: transparent;
    position: relative
}
.testimonials .content .swiper-slide .row .cont-text .stars i{
    color: #e4e400;
}

/* End testimonial */

/* Start pricing */

.pricing{
    background: #f9f9f9;
}
.pricing .content{
    margin-bottom: 50px;
}
.pricing .content h2{
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
    color: #0971ba;
    margin-top: 35px;
    font-family: 'Yantramanav', sans-serif;
    position: relative;
    background-image: linear-gradient(to right, #00adef, #0971ba);
    -webkit-background-image: linear-gradient(to right, #00adef, #0971ba);
    -moz-background-image: linear-gradient(to right, #00adef, #0971ba);
    -o-background-image: linear-gradient(to right, #00adef, #0971ba);
    -webkit-background-clip: text;
    color: transparent;
}
.pricing .content .row{
    margin-top: 50px;
}
.pricing .content .cont{
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border-radius: 2px;
    font-family: 'Yantramanav', sans-serif;
    background: #fff;
    margin-bottom: 20px;
}
.pricing .content .cont h3{
    background-image: linear-gradient(to right, #00adef, #0971ba);
    -webkit-background-image: linear-gradient(to right, #00adef, #0971ba);
    -moz-background-image: linear-gradient(to right, #00adef, #0971ba);
    -o-background-image: linear-gradient(to right, #00adef, #0971ba);
    -webkit-background-clip: text;
    color: transparent;
    padding: 10px 0px 20px;
}
.pricing .content .cont hr{
    border-top: 2px solid rgba(238, 238, 238, 0.5);
}
.pricing .content .cont .info{
    overflow: hidden;
    background-image: linear-gradient(to right, #00adef, #0971ba);
    -webkit-background-image: linear-gradient(to right, #00adef, #0971ba);
    -moz-background-image: linear-gradient(to right, #00adef, #0971ba);
    -o-background-image: linear-gradient(to right, #00adef, #0971ba);
}
.pricing .content .cont h4{
    padding: 20px 0px;
    font-size: 45px;
    color: #fff;
}
.pricing .content .cont p{
    padding: 5px;
    font-size: 15px;
    font-weight: bold;
    color: #ccc;
    letter-spacing: 1.2px;
}
.pricing .content .cont a{
    text-decoration: none;
    background: #fff;
    padding: 15px 30px;
    display: inline-block;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px;
    box-shadow: 10px 10px 15px 2px rgba(0, 0, 0, 0.2);
    color: #0971ba;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.pricing .content .cont a:hover{
    box-shadow: 10px 10px 15px 2px rgba(0, 0, 0, 0);
}
.pricing .content .hr-end-pricing{
    border-top: 4px solid #0971ba;
    width: 50%;
    margin-top: 30px;
}
/* End pricing */

/* Start team */

.team{
    background: url(../img/background-team.jpg) no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.team .overlay{
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(116, 116, 191, 0.85), rgba(52, 138, 199, 0.85));
    -webkit-background-image:linear-gradient(to right, rgba(116, 116, 191, 0.85), rgba(52, 138, 199, 0.85));
    -moz-background-image:  linear-gradient(to right, rgba(116, 116, 191, 0.85), rgba(52, 138, 199, 0.85));
    -o-background-image: linear-gradient(to right, rgba(116, 116, 191, 0.85), rgba(52, 138, 199, 0.85));
}
.team .content{
    overflow: hidden;
}
.team .content h2{
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
    color: #fff;
    margin-top: 35px;
    font-family: 'Yantramanav', sans-serif;
    position: relative;
}

.team .content .timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

/* The actual timeline (the vertical ruler) */
.team .content .timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: white;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

/* Container around content */
.team .content .containertimeline {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

/* The circles on the timeline */
.team .content .containertimeline::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -12px;
    background-color: white;
    border: 4px solid #0971ba;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0px 0px 10px 0px #fff;
}

/* Place the container to the left */
.team .content .left {
    left: 0;
}

/* Place the container to the right */
.team .content .right {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.team .content .left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.team .content .right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.team .content .right::after {
    left: -12px;
}

/* The actual content */
.team .content .cont {
    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    -webkit-transition:  0.5s ease-in-out;
	-moz-transition:  0.5s ease-in-out;
    -o-transition:  0.5s ease-in-out;
	transition:  0.5s ease-in-out;
}
/* Media queries - Responsive timeline on screens less than 600px wide */
@media all and (max-width: 600px) {
  /* Place the timelime to the left */
  .team .content .timeline::after {
    left: 31px;
  }

  /* Full-width containers */
  .team .content .containertimeline {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .team .content .containertimeline::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .team .content .left::after, .right::after {
    left: 19px;
  }

  /* Make all right containers behave like the left ones */
  .team .content .right {
    left: 0%;
  }
}

/* Start content team*/

.team .content .cont .imgcontainer{
    overflow: hidden;
    height: 150px;
    width: 150px;
    display: inline-block;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0px 0px 5px 0px grey;
}
.team .content .cont .imgcontainer img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 0px grey;
}
.team .content .cont h3{
    color: #0971ba;
    margin-top: 10px;
    font-family: 'Yantramanav', sans-serif;
}
.team .content .cont p{
    padding: 25px;
    color: #999;
    font-size: 17px;
    border-radius: 15px;
    margin-top: 10px;
    background: #fff;
    font-family: 'Yantramanav', sans-serif;
}
.team .content .cont ul{
    padding: 0px;
}
.team .content .cont ul li{
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
}
.team .content .cont ul li a{
    color: #0971ba;
    text-decoration: none;
}
.team .content .cont ul li a i{
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    font-size: 15px;
    -webkit-transition:  0.3s ease-in-out;
	-moz-transition:  0.3s ease-in-out;
    -o-transition:  0.3s ease-in-out;
	transition:  0.3s ease-in-out;
}
.team .content .cont ul li a:hover{
    cursor: pointer;
}
.team .content .cont ul li a:hover i{
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0);
}

/* End team */

/* Start FAQ */

.faq{
    background: #f9f9f9;
}
.faq .content{

}
.faq .content h2{
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
    color: #0971ba;
    margin-top: 35px;
    font-family: 'Yantramanav', sans-serif;
    position: relative;
    background-image: linear-gradient(to right, #00adef, #0971ba);
    -webkit-background-image: linear-gradient(to right, #00adef, #0971ba);
    -moz-background-image: linear-gradient(to right, #00adef, #0971ba);
    -o-background-image: linear-gradient(to right, #00adef, #0971ba);
    -webkit-background-clip: text;
    color: transparent;
}
.faq .content .row{
    margin-top: 50px;
}
.faq .content .row .contact-us{
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 50px;
    background-image: linear-gradient(to right, #00adef, #0971ba);
    -webkit-background-image: linear-gradient(to right, #00adef, #0971ba);
    -moz-background-image: linear-gradient(to right, #00adef, #0971ba);
    -o-background-image: linear-gradient(to right, #00adef, #0971ba);
}
.faq .content .row .contact-us h3{
    margin-bottom: 40px;
    color: #fff;
    text-transform: capitalize;
}
.faq .content .row .contact-us .fields{
    font-family: 'Yantramanav', sans-serif;
}
.faq .content .row .contact-us input,
.faq .content .row .contact-us textarea{
    color: #000;
    border-radius: 3px;
    /*box-shadow: inset 0px 0px 10px 5px rgba(0, 0, 0, 0.2);*/
    box-shadow: 10px 10px 15px 2px rgba(0, 0, 0, 0);
    border: 0px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.faq .content .row .contact-us input:hover,
.faq .content .row .contact-us input:focus,
.faq .content .row .contact-us textarea:hover,
.faq .content .row .contact-us textarea:focus{
    box-shadow: 10px 10px 15px 2px rgba(0, 0, 0, 0.3);
}
.faq .content .row .contact-us textarea{
    height: 150px;
}
.faq .content .row .contact-us button{
    background: #fff;
    padding: 15px 30px;
    display: inline-block;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px;
    box-shadow: 10px 10px 15px 2px rgba(0, 0, 0, 0.3);
    color: #0971ba;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.faq .content .row .contact-us button:hover{
    box-shadow: 10px 10px 15px 2px rgba(0, 0, 0, 0);
}
.faq .content .row .contact-us button i{
    margin-right: 10px;
}
/**************************************************************/
/**************************************************************/
/**************************************************************/
/**************************************************************/
.faq .content .row .panel-group .panel{
    margin-bottom: 20px;
    border-radius: 0px;
    background-color:rgba(0,0,0,0);
    font-family: 'Yantramanav', sans-serif;
}
.faq .content .row .panel-default {
    border: 0px solid #fff;
    border-radius: 3px !important;
}
.faq .content .row .panel-default > .panel-heading{
    padding: 20px;
    color: #fff;
    border-radius: 3px !important;
    background-image: linear-gradient(to right, #0971ba, #00adef);
    -webkit-background-image: linear-gradient(to right, #0971ba, #00adef);
    -moz-background-image: linear-gradient(to right, #0971ba, #00adef);
    -o-background-image: linear-gradient(to right, #0971ba, #00adef);
}
.faq .content .row .panel-title{
    font-size: 20px;
    font-weight: bold;
}
.faq .content .row .panel-title > a{
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.faq .content .row .panel-title > a:hover,
.faq .content .row .panel-title > a:focus{
    text-decoration: none;
}
.faq .content .row .collapse.in{
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}
.faq .content .row .panel-default > .panel-heading + .panel-collapse > .panel-body{
    background:#fff;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    text-align: left;
}

/* End FAQ */

/* Start Subscribe */

.subscribe{
    background: url(../img/background-subscribe.jpg) no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.subscribe .overlay{
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(116, 116, 191, 0.95), rgba(52, 138, 199, 0.95));
    -webkit-background-image:linear-gradient(to right, rgba(116, 116, 191, 0.95), rgba(52, 138, 199, 0.95));
    -moz-background-image:  linear-gradient(to right, rgba(116, 116, 191, 0.95), rgba(52, 138, 199, 0.95));
    -o-background-image: linear-gradient(to right, rgba(116, 116, 191, 0.95), rgba(52, 138, 199, 0.95));
}
.subscribe .content{
    font-family: 'Yantramanav', sans-serif;
}
.subscribe .content h2{
    padding: 10px;
    text-transform: capitalize;
    font-size: 40px;
    color: #fff;
    margin-top: 35px;
    position: relative;
}
.subscribe .content h2 span{
    font-size: 45px;
    font-weight: bold;
}
.subscribe .content input{
    width: 50%;
    margin: auto;
    border-radius: 3px;
    border: 0px solid;
    box-shadow: 10px 10px 15px 2px rgba(0, 0, 0, 0.3);
    margin-top: 50px;
    margin-bottom: 50px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.subscribe .content input:focus{
    box-shadow: 10px 10px 15px 2px rgba(0, 0, 0, 0);
}
.subscribe .content a{
    background: #fff;
    padding: 15px 30px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px;
    box-shadow: 10px 10px 15px 2px rgba(0, 0, 0, 0.3);
    color: #0971ba;
    margin-top: 10px;
    margin-bottom: 100px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.subscribe .content a:hover{
    box-shadow: 10px 10px 15px 2px rgba(0, 0, 0, 0);
    text-decoration: none;
}

/* End Subscribe */

/*** Start media query ***/

@media (max-width: 990px){
    /* Start content header */

    header .content .content-left h1{
        margin-top: 50px;
    }
    header .content .content-middle .imgcontainer{
        width: 300px;
        height: 550px;
        margin: auto;
    }
    header .content .content-right{
        margin-top: 50px;
        margin-bottom: 200px;
    }

    /* End content header */

    /* Start testimonials */

    .testimonials .content .swiper-slide .row{
        margin-right: 100px;
    }
    .testimonials .content .swiper-slide .row .imgcontainer{
        margin: auto;
        width: 150px;
        height: 150px;
    }
    .testimonials .content .swiper-slide .row .cont-text{
        margin-bottom: 20px;
    }

    /* End testimonials */

}
@media (max-width: 768px){

    /* Start navbar */

    .navbar-default .navbar-toggle{
        margin-top: 15px;
        border: none;
        border-radius: 0px;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover
    {
        color: #fff;
        background: rgba(0,0,0,0);
    }
    .navbar-collapse{
        border-top: none;
    }
    .navbar-default .navbar-toggle .icon-bar{
        background-color: #0971ba;
    }
    .navbar-nav{
        float: none;
        background: #f9f9f9;
        margin: auto;
        margin-top: 15px;
    }
    .navbar-default .navbar-nav > li > a{
        text-align: center;
    }
    .navbar-nav .open .dropdown-menu{
        background: #0971ba;
        margin-top: 20px;
        min-height: 500px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a{
        text-align: center;
    }
    .navbar-default .navbar-nav > li > a{
        color: #0971ba;
    }
    .navbar-collapse{
        box-shadow: none;
    }

    /* End navbar */

    /* Start content header */

    header .content .content-left h1{
        margin-top: 50px;
    }
    header .content .content-middle .imgcontainer{
        width: 230px;
        height: 420px;
        margin: auto;
    }
    header .content .content-right{
        margin-top: 50px;
        margin-bottom: 200px;
    }

    /* End content header */

    /* Start testimonials */

    .testimonials .content .swiper-slide .row{
        margin-right: 75px;
    }
    .testimonials .content .swiper-slide .row .imgcontainer{
        margin: auto;
        width: 150px;
        height: 150px;
    }
    .testimonials .content .swiper-slide .row .cont-text{
        margin-bottom: 20px;
    }

    /* End testimonials */

    /* Start Subscribe */

    .subscribe .content input{
        width: 75%;
    }

    /* Start Subscribe */

}

/*** End media query ***/

/* Start section loading */

.loading{
    color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #00adef, #0971ba);
    -webkit-background-image: linear-gradient(to right, #00adef, #0971ba);
    -moz-background-image: linear-gradient(to right, #00adef, #0971ba);
    -o-background-image: linear-gradient(to right, #00adef, #0971ba);
}
.loading .spinner {
  margin: 300px auto;
  width: 300px;
  height: 150px;
  text-align: center;
  font-size: 10px;
}

.loading .spinner > div {
  background-color: #fff;
  height: 100%;
  width: 30px;
  display: inline-block;
    margin-right:3px;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.loading .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.loading .spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.loading .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.loading .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/* End section loading */
