@import 'common.css';

/* START BANNER */
.banner{
    margin-top: 135px;

}

/* SERVICES */
.services{
    padding: 145px 0 80px;
    text-align: center;    
    background: rgb(132,144,255);
    background: -moz-linear-gradient(left, rgba(132,144,255,1) 0%, rgba(69,60,214,1) 100%); 
    background: -webkit-linear-gradient(left, rgba(132,144,255,1) 0%,rgba(69,60,214,1) 100%); 
    background: linear-gradient(to right, rgba(132,144,255,1) 0%,rgba(69,60,214,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8490ff', endColorstr='#453cd6',GradientType=1 );
    position: relative;
    margin: 30px 0 0;
}

.services:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 114px;
    left: 0;
    top: 0;
    background: url(../images/cloud2.png) repeat-x top;
}
.services h3 {
    color: white;
}
.services p {
    padding: 10px 80px;
    color: white;
}
.services .row .row{
    margin-top: 45px;
}
.services .serv-list{
    padding: 30px 20px;
    border-top: 1px solid rgba(255,255,255,0.15);
    border-left: 1px solid rgba(255,255,255,0.15);;
}
.services .serv-list:nth-child(1),
.services .serv-list:nth-child(2),
.services .serv-list:nth-child(3),
.services .serv-list:nth-child(4) {
    border-top-color: transparent;
}
.services .serv-list:nth-child(1),
.services .serv-list:nth-child(5),
.services .serv-list:nth-child(9),
.services .serv-list:nth-child(13) {
    border-left-color: transparent;
}
.services .serv-list svg{
    height: 50px;
    margin-bottom: 25px;
    fill: white;
    width:70px;
}
.services .serv-list p {
    padding: 10px 0 0;
    font-size: 14px;
}
.services .serv-list p strong{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
}
/* PRICING SECTION */
#prices{
    height: 85px;
    display: block; 
}
.plans{
    text-align: center;
    padding: 55px 0 0;
}
.plans h3 {
    color: #6d71f0;
}
.plans .row .row{
    justify-content: space-between;
    width: 90%;
    margin: 30px auto 0;
}
.plans p {
    padding: 10px 80px;
}
.plan{
    margin: 60px 0 0;
}
.plans h6 {
    background: #6d71f0;
    border-radius: 20px;
    color: white;
    width: 275px;
    margin: 0 auto 30px;
    font-size: 18px;
    font-weight: 400;
    padding: 7px 0;
    position: relative;
    border-radius: 10px;
}
.plans h6:after{
    content: url(../images/arrow.png);
    position: absolute;
    left: 0;
    bottom: -18px;
    right: 0;
    margin: 0 auto;
}
.plan-con{
    box-shadow: 0 0 25px rgba(0,0,0,0.3);
    width: 275px;
    margin: 0 auto 20px;
    padding: 20px 10px 30px;
    border-radius: 10px;
}
.plan-con li{
    padding: 10px 0;
}
.plan-con h3 {
    color: #6d71f0;
    line-height: 38px;
    font-weight: bold;
    padding: 25px 0 15px;
    font-family: 'Poppins', sans-serif;
}
.plan-con h3 span{
    font-family: Arial, Helvetica, sans-serif;
}
.plan-con h3 small{
    display: block;
    color: #2f2e36;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
.plan-con p.more{
    padding: 0;
}


/* REAL time */
.real-time{
    padding: 165px 0 0;
    text-align: center;    
    background: rgb(132,144,255);
    background: -moz-linear-gradient(left, rgba(132,144,255,1) 0%, rgba(69,60,214,1) 100%); 
    background: -webkit-linear-gradient(left, rgba(132,144,255,1) 0%,rgba(69,60,214,1) 100%); 
    background: linear-gradient(to right, rgba(132,144,255,1) 0%,rgba(69,60,214,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8490ff', endColorstr='#453cd6',GradientType=1 );
    position: relative;
    margin: 50px 0 0;
}

.real-time:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 150px;
    left: 0;
    top: 0;
    background: url(../images/cloud.png) repeat-x top;
}
.real-time h3 {
    color: white;
}
.real-time p {
    padding: 10px 80px;
    color: white;
}
.real-time h2 {
    font-size:44px;
    padding-top:30px;
}
/* ENQUIRY */
.enquiry{
    background: #ffffff;
    padding:  85px 0;
} 
.enquiry h3 {
    color: #6d71f0;
    text-align: center;
}
.enquiry p {
    padding: 10px 80px;
    text-align: center;
}
.enquiry form{
    padding: 50px 0 0;
}
.enquiry .col-lg-6:first-child{
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
}

/* FAQ */
.faq{
    padding: 85px 0;
}
.faq h3 {
    color: #6d71f0;
    text-align: center;
}
.faq p {
    padding: 10px 80px;
    text-align: center;
}
.tabs{
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
    padding: 10px 35px;
    margin: 20px 0;
}
.tabs p {
    text-align: left;
    font-size: 15px;
    padding: 0 0 20px;
}
.tabs h6 {
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}
.accordion{
    margin: 35px 0 0;
}
.tab-content {
    display: none;
}



/* RESPONSIVE */
@media(min-width:1000px) and (max-width:1199px){

    /* SERVICES */
    .services .container .serv-list {
        padding-left: 10px;
        padding-right: 10px;
    }
    /* PRICES */
    .plans .container .row .row {
        width: 100%;
    }    
    .plans h6::after{
        bottom: -17px;
    }
    /* FEATURES */
    .tabs h6 {
        font-size: 18px;
    }
}


@media(max-width:999px){  

    /* COMMON */
    html, body, form {
        font-size: 15px;
    }
    .faq,
    .enquiry,
    .plans {
        padding-top: 25px;
    }
    .faq{
        padding-bottom: 0;
    }
    .real-time h3,
    .plans h3,
    .enquiry h3,
    .services h3 {
        font-size: 30px;
        padding-bottom: 0;
    }
    .faq p,
    .enquiry p,
    .real-time p,
    .plans p {
        padding-left: 0;
        padding-right: 0;
        line-height: 24px;
    }
    .enquiry form {
        padding-top: 30px;
    }
    input[type="email"], 
    input[type="text"], 
    input[type="tel"], 
    input[type="password"], 
    input[type="number"], 
    input[type="date"], 
    select, 
    textarea {
        width: 100%;
    }
    /* HEADER */
    header .row{
        align-items:flex-start;
    }
    header h1 img {
        width: 75%;
    }
    header .mobile{
        display: flex;
        margin-right: 50px;
        padding-top: 20px;
    }
    header nav li:first-child {
        visibility: visible;
        color: white;
        text-align: center;
        font-size: 36px;
        background: none !important;
        padding-top: 0;
    }
    .navi{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        padding-bottom: 15px;
    }
    .navi > span{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    nav{
        background:#6e73f1;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        width: 250px;
        padding: 10px 0;
        transform: translateX(-300px);
    }
    .navi nav ul {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 10px 0 0;
    }
    nav ul li {
        border-top: 1px dashed rgba(255,255,255,0.5);
        display: block;
        width: 100%;
        margin:0 !important;
        padding: 10px 0;
    }
    nav li:first-child{
        border-top:none; 
    }
    header li.demo:first-child {
        visibility: visible;    
    }
    header nav li.demo{
        display: none;
    }
    header li.demo{        
        padding-bottom: 10px;
    }
    nav ul li a{
        color: white;
        padding: 15px 20px;
        font-size: 14px;
    }    
    header li.active {
       background: white;
    }
    header .active a{
        color: #6e73f1;
    }
    nav.show{
        transform: translateX(0);
    }
    .navi span.active span:nth-child(2){
        opacity: 0;
    }
    .navi span.active span:first-child{
        transform: rotate(45deg);
        bottom:-2px;
    }
    .navi span.active span:nth-child(3){
        transform: rotate(-45deg);
        top: -2px;
    }
    header li.demo a {
        padding:5px 10px;
        font-size:14px;
    }

    /* BANNER */
    .banner {
        margin-top: 95px;    
    }
    .tabs h6 {
        padding:0;
        font-size: 15px;
    }
    .faq .col-lg-6:nth-child(2) .tabs:first-child{
        margin-top: 0;
    }
    .faq .tab-content p {
        margin-top: 10px;
        font-size: 14px;
    }
    footer .col-lg-3 ul li {
        width: 100%;
    }
    footer{
        padding-top: 80px;
    }
    footer h4 {
        padding-top: 25px;
    }
    /* PLANS */
    .plans .row .row { width: 100%;}
    .plans h6,
    .plan-con {
        width: 100%;
    }   
    .plans h6::after{
        bottom: -17px;
    }

    /* REAL TIME */
    .resp-accordion .icon svg {
        height:20px;
        margin-right: 15px;
    }
    .resp-tabs-container .resp-accordion {
        margin: 15px 0 0;
        color: #6f726f;
    }
    .tab-wrap .resp-accordion{
        display: flex;
        align-items: center;
        position: relative;
        background: none !important;
        border: 1px solid white !important;
        font-weight: 400;
        color: white;
        padding: 0 15px;
        font-size: 16px;
    }
    .tab-wrap .resp-accordion svg{
        fill:white;
    }
    .resp-tabs-container {
        border: none !important;
        padding: 0;
        margin: 35px 0 0;
    }
    .tab-wrap h2.resp-tab-active {
        color: #6e73f1 !important;
        background: white !important;
    }
    .real-time {
        padding-bottom: 35px;
    }
    h2.resp-tab-active .icon svg{
        fill: #6e73f1 !important;
    }
    h2.resp-tab-active span.resp-arrow {
        border-bottom-color:#6e73f1;
    }
    .real-time .resp-tab-content {
        background: white;
    }
    .accordion {
        margin-top: 15px;
    }
}

@media(min-width:768px) and (max-width:999px){ 

    /* FOOTER */
    footer li {
        width: 50%;
    }

    /* BANNER */
    .banner h1 {
        font-size: 47px;
    }

    /* SERVICES */
    .services {
        padding:125px 0 10px;
    }
    .services h3 {
        font-size: 30px;
        padding-bottom: 0;
    } 
    .services .row .row {
        margin-top: 25px;
    }       
    .services .serv-list:nth-child(1),
    .services .serv-list:nth-child(2),
    .services .serv-list:nth-child(3),
    .services .serv-list:nth-child(4) {
        border-top-color: transparent;
    }
    .services .serv-list:nth-child(1),
    .services .serv-list:nth-child(4),
    .services .serv-list:nth-child(7),
    .services .serv-list:nth-child(10),
    .services .serv-list:nth-child(13),
    .services .serv-list:nth-child(16) {
        border-left-color: transparent;
    }

    .services .serv-list:nth-child(5),
    .services .serv-list:nth-child(9) {
        border-left-color: rgba(255,255,255,0.15);
    }

    .services .serv-list:nth-child(4) {
        border-top-color: rgba(255,255,255,0.15);
    }

    /*  REAL TIME*/
    .real-time {
        padding-top: 145px;
    }
}
@media(max-width:767px){

    /* HEADER */
    .navi {
        padding-bottom:0;
    }
    /* BANNER */
    .banner{
        text-align: center;
        padding-bottom: 35px;
    }
    .banner .col-lg-6:nth-child(2){
        order: -1;
    }
    /* services */
    .services .serv-list svg {
        margin-bottom:10px;
    }

    /* PLANS */
    .plan-con {
        margin-bottom: 35px;
    }

    /* FOOTER */
    footer li {
        width: 50%;
    }
    footer h6{
        left: 0 !important;
        text-align: left;
    }
}
@media(min-width:480px) and (max-width:767px){ 
    
    /* BANNER */
    .banner h1 {
        font-size: 31px;
        line-height: 20px;
        padding-top: 30px;
    }


    /* START FEATURES  */
       
    .services .serv-list:nth-child(1),
    .services .serv-list:nth-child(2),
    .services .serv-list:nth-child(4) {
        border-top-color: transparent;
    }
    .services .serv-list:nth-child(1),
    .services .serv-list:nth-child(3),
    .services .serv-list:nth-child(5),
    .services .serv-list:nth-child(7),
    .services .serv-list:nth-child(9),
    .services .serv-list:nth-child(11),
    .services .serv-list:nth-child(13),
    .services .serv-list:nth-child(15) {
        border-left-color: transparent;
    }

    .services .serv-list:nth-child(10) {
        border-left-color: rgba(255,255,255,0.15);
    }
    .services .serv-list:nth-child(3),
    .services .serv-list:nth-child(4) {
        border-top-color: rgba(255,255,255,0.15);
    }
}
@media(max-width:639px){ 

    /* HEADER  */
    header .mobile{
        justify-content: flex-end;
        width: 100%;
        margin: 0;
        margin-right:50px !important;
    }
    .navi > span {
        right: 0;
    }
    header li.demo a {
        font-size: 12px;
        padding: 8px 10px;
    }

    /* SERVICES */
    .services{
        padding: 95px 0 10px;
    }
    .services .row .row {
        margin-top: 25px;
    }
    .real-time h3, .plans h3, .enquiry h3, .services h3, .faq h3 {
        font-size: 26px;
    }
    p{
        font-size: 13px;
    }

    /* SERVICES */
    .services p {
        padding-left: 0;
        padding-right: 0;
    }

    /* FEATURES */
    .real-time{
        padding-top: 135px;
    }
}
@media(max-width:479px){ 
    header [class*=col-] {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    header img {
        width: 30% !important;
    }
    .navi > span{
        top:-56px;  
    }
    header .mobile {
        padding: 0;
       margin:-47px 0 0;
    }
    header .mobile a{
        font-size: 11px;
    }
    .banner{
        padding-bottom: 0;
        margin-top: 105px;
    }
    .banner h1{
        font-size: 24px;
        padding-bottom: 0;
        line-height: 32px;
    }
    p.more a {
        padding: 5px 20px;  
    }
    .services .serv-list {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        border: none;
        padding-top: 0;
    }
    .real-time {
        padding-top: 95px;
    }
    .faq{
        padding-top: 95px;
    }
    
    /* FOOTER */
    footer{
        text-align: center;
    }
    footer h6{ 
        text-align: center !important;
    }
    footer ul{
        width: 190px;
        margin: 0 auto;
    }
    footer li {
        width: 100%;
        text-align: left;
    }
}

@media(min-width:1000px){
    
.resp-tabs-list {
    margin-top:30px;
}
.real-time .container .item img{
    border-radius: 10px 10px 0 0;
    box-shadow:-1px 0 10px 5px rgba(0, 0, 0, 0.2);
    width: 97%;
    margin: 10px auto 0;

}
.real-time .owl-carousel {
    margin-left:0;
}
}