/* fonts */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
/* fontawesome */
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');


/* common */
*{
    outline: none;
}
body{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    /* background-color: #121824; */
    color:#fff;
}
a{
    text-decoration: none;
}

.title {
    text-align: center;
    margin-bottom: 60px;
}
.title h2{
    font-size: 25px;
    padding-bottom: 17px;
    position: relative;
    color:#28345c;
}
.title h2:after{ 
    content: "";
    width: 60px;
    border-bottom: 3px solid #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.title p{
    
    color:#88a5c0;
}

.home .navbar-default {
    background: #6633ff;
    border: #cfdddd;
    border-radius: 0;
    margin:0;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.24);
    /* background: #6633ff;
    background: -moz-linear-gradient(left, rgba(37,187,142,1) 0%, rgba(17,195,118,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(37,187,142,1)), color-stop(100%, rgba(17,195,118,1)));
    background: -webkit-linear-gradient(left, rgba(37,187,142,1) 0%, rgba(17,195,118,1) 100%);
    background: -o-linear-gradient(left, rgba(37,187,142,1) 0%, rgba(17,195,118,1) 100%);
    background: -ms-linear-gradient(left, rgba(37,187,142,1) 0%, rgba(17,195,118,1) 100%);
    background: linear-gradient(to right, rgba(37,187,142,1) 0%, rgba(17,195,118,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6633ff', endColorstr='#11c376', GradientType=1 ); */
}
.home .navbar-default .navbar-brand {
    height: auto;
}
.home .navbar-default .navbar-nav.w-nav>li>a {
    color: #fff;
    line-height: 67px;
    padding-top: 0;
    padding-bottom: 0px;
    font-size: 18px;
}
.home .navbar-default .navbar-brand img {
    max-width: 100px;
}
.home .navbar-default .navbar-brand {
    padding: 7px 15px;
}
.btnLog,
.home .navbar-default .navbar-nav>li .btnLog{
    background: #fff;
    min-width: 130px;
    text-align: center;
    border-radius: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #cc66ff;
    font-weight: 600;
    margin-top: 12px;
}
.home .container-fluid{
    padding-right: 30px;
    padding-left: 30px;
}


.banner {
    /* max-height: 60vh; */
    min-height: 60vh;
    position: relative;
}
.banner .circlesec .csd{
    position: absolute;
    z-index: 0;
}
.banner .circlesec .cir-1{
    right: 0;
    bottom: 0;
    width: 40%;
}
.banner .circlesec .cir-2{
    top: 0;
    right: 0;
    width: 50%;
}
.banner .circlesec .cir-3{
    left: 0;
    top: 0;
    height: 100%;
}
.banner .owl-carousel .item .innerItem{
    color: #29355f;
    text-align: center;
    min-height: 60vh;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    padding-bottom: 13%;

}
.banner .owl-carousel .item .innerItem h1{
    font-size: 46px;
    margin-bottom: 20px;
}
.banner .owl-carousel .item .innerItem h3{
    margin-top: 0;
    font-size: 30px;
    font-weight: 100;
    color: #88a5c0;
    margin-bottom: 30px;
}
.banner .btn-default span{
    display: block;
    font-size: 12px;
    font-weight: 100;
}
.banner .btn-default{
    font-size: 14px;
    line-height: 1;
    color: #fff;
    background: #6633ff;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    max-width: 238px;
    /* background: rgba(37,187,142,1);
    background: -moz-linear-gradient(left, rgba(37,187,142,1) 0%, rgba(17,195,118,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(37,187,142,1)), color-stop(100%, rgba(17,195,118,1)));
    background: -webkit-linear-gradient(left, rgba(37,187,142,1) 0%, rgba(17,195,118,1) 100%);
    background: -o-linear-gradient(left, rgba(37,187,142,1) 0%, rgba(17,195,118,1) 100%);
    background: -ms-linear-gradient(left, rgba(37,187,142,1) 0%, rgba(17,195,118,1) 100%);
    background: linear-gradient(to right, rgba(37,187,142,1) 0%, rgba(17,195,118,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25bb8e', endColorstr='#11c376', GradientType=1 ); */
}
.banner .btn-default:focus{
    color:#fff;
}

.feature.section{
    position: relative;
    z-index: 1;
    background: #6633ff;
    /* background: -moz-linear-gradient(left, rgba(37,187,142,1) 0%, rgba(17,195,118,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(37,187,142,1)), color-stop(100%, rgba(17,195,118,1)));
    background: -webkit-linear-gradient(left, rgba(37,187,142,1) 0%, rgba(17,195,118,1) 100%);
    background: -o-linear-gradient(left, rgba(37,187,142,1) 0%, rgba(17,195,118,1) 100%);
    background: -ms-linear-gradient(left, rgba(37,187,142,1) 0%, rgba(17,195,118,1) 100%);
    background: linear-gradient(to right, rgba(37,187,142,1) 0%, rgba(17,195,118,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25bb8e', endColorstr='#11c376', GradientType=1 ); */
    padding-bottom:100px;
}
.feature.section .laptop{
    text-align: center;
    margin-bottom: 70px;
}
.feature.section .laptop img{
    width: 57%;
    margin-top: -9%;
}

.feature .servic.rightsd{
    text-align: right;
}
.feature .servic{
    list-style: none;
    padding: 0;
    margin: 0;
}
.feature .servic li{
    position: relative;
    display: block;
    margin-bottom: 50px;
    max-width: 500px;
    display: inline-block;
    width: 100%;
}
.feature .servic li img{
    position: absolute;
    right: 0;
    width: 100px;
    top: 0;
}
.feature .servic li .cont{
    padding-right: 120px;
}
.feature .servic li .cont h4{
    font-size: 21px;
    margin-top: 0;
    margin-bottom: 5px;
}
.feature .servic li .cont p{
    margin: 0;
    font-size: 16px;
    max-width: 280px;
    font-weight: 100;
    display: inline-block;
}
.feature .servic.rightsd li img{
    left: 0;
    right: auto;
}
.feature .servic.rightsd li{
    text-align: right;
}
.feature .servic.rightsd li .cont{
    padding-right: 0;
    padding-left: 120px;
}
.feature a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}



.contactUs input.form-control {
    border: 3px solid #6633ff;
    min-height: 50px;
    color:#6633ff;
} 
.contactUs textarea.form-control {
    border: 3px solid #6633ff;
    height:200px;
    color:#6633ff;
} 
.contactUs textarea.form-control::placeholder,
.contactUs input.form-control::placeholder{
    color:#cc66ff
}
.contactUs .form-control {
    margin-bottom: 20px;
    padding: 10px 20px;
    border-radius: 10px;
}

.frmSide {

}
.frmSide img{
    width:51%;
    max-width: 250px;
    margin-top: 50px;
}


.frmSide .form-group button{
    font-size: 14px;
    line-height: 1;
    color: #fff;
    background: #6633ff;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    text-transform: uppercase;
    /* max-width: 238px; */
    /* background: rgba(37,187,142,1);
    background: -moz-linear-gradient(left, rgba(37,187,142,1) 0%, rgba(17,195,118,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(37,187,142,1)), color-stop(100%, rgba(17,195,118,1)));
    background: -webkit-linear-gradient(left, rgba(37,187,142,1) 0%, rgba(17,195,118,1) 100%);
    background: -o-linear-gradient(left, rgba(37,187,142,1) 0%, rgba(17,195,118,1) 100%);
    background: -ms-linear-gradient(left, rgba(37,187,142,1) 0%, rgba(17,195,118,1) 100%);
    background: linear-gradient(to right, rgba(37,187,142,1) 0%, rgba(17,195,118,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25bb8e', endColorstr='#11c376', GradientType=1 ); */
}



.feature .title h2{
    color:#fff; 
}
.feature .title p{
    color:#fff;
}
.contactUs {
    padding: 70px 0;
}
.contactUs input.form-control:focus,
.contactUs input.form-control:hover,
.contactUs textarea.form-control:focus{
    outline:0;
    box-shadow: none;
}
.contactUs .title h2{
    font-weight: 900;
    padding-bottom: 0;
}
