@charset "utf-8";
/* CSS Document */
/* font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif; 
font-family: 'Montserrat', sans-serif; 
*/

body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    overflow-x: hidden;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
}
.font-18{
    font-size: 18px;
    line-height: 1.8;
}
.font-light{
    font-weight:300;
}
.container-fluid{
    position: relative;
    padding-right: 30px;
    padding-left: 30px;
}
.italic{
    font-style: italic;
}
.readmore{
    color: #000000 !important;
    font-size: 16px;
    font-weight: 400;
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 25px;
    padding: 8px 15px 8px 15px;
}
a{
    color:#1181d0;
    text-decoration: none;
}
.color-white{
    color:#fff !important;
}
.btn-outline-white{
    background:none;
    background-color: transparent;
    border:2px solid #fff;
    color:#fff;
}
.btn-outline-white:hover,.btn-outline-white:focus{
    background-color:#fff;
}
.btn-round{
    border-radius: 25px;
}
.section-heading , .section-heading h1{
    font-size:40px;
    font-weight: bold;
    color:#24003b;
}
.help-block {
    font-size: 12px;
}
.help-block.with-errors {
    color: red;
}
.btn-primary{
    background-color:#059eee;
}
/* Header style */
.navbar.bg-light.navbar-light{
    background-color: #271c2bcc !important;
}
.nav-custom{
    display: block !important;
    text-align: right;
    flex-direction: inherit !important;
    width: 100%;
}
.nav-custom .nav-item{
    display: inline-block;

}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 300;
    font-size: 16px;
}
.navbar-light .navbar-nav .active>.nav-link{
    border: 1px solid #fff;
    border-radius: 25px;
    color: #fff;
}
.navbar-nav .nav-link:hover,.navbar-nav .nav-link:focus{
    color:#fff !important;
}
.navbar-light .navbar-toggler {
    border-color: transparent;
    color: #fff !important;
}
.navbar-toggler-icon{
    background-color: #fff;
}
.navbar-toggler:hover{
    cursor: pointer;
}
@media (min-width:1350px){
    .container-fluid{
        width: 1300px;
        padding-right: 15px;
    padding-left: 15px;
    }
}

@media (max-width:1349px) and (min-width:1250px){
    .container-fluid{
        width: 1200px;
        padding-right: 15px;
    padding-left: 15px;
    }
}

/* Home banner */
.home-banner{
    background: url('../img/homebanner1.jpg') no-repeat bottom;
    background-size: cover;
    min-height: 70vh;
    text-align: left;
    position:relative;
}
.banner-content{
    margin-top:20vh;
    width: 50%;
    display:inline-block;
}
.banner-content h1{
    position: relative;
    padding-left:30px;
    color:#24003b;
    font-size: 52px;
    font-weight: bold;
}
.banner-content p{
    padding-left:30px;
    color:#231e27;
    font-size: 24px;
    font-weight: 300;
    line-height:1.6;
}
.banner-content h1:after{
    content: '';
    width:8px;
    height:80%;
    display: block;
    left:8px;
    top:8px;
    position: absolute;
    background-color:#1181d0;

}
.pro-section{
    background: url('../img/pro-section-bg.png') no-repeat bottom;
    background-size: cover;
    background-color:#fff;
    position: absolute;
    bottom:-32vh;
    z-index: 1;
    width:97%;
    left: 0;
    right: 0;
    margin:0 auto;
    padding:20px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 2px 10px #ccc;
    -moz-box-shadow: 0px 2px 10px #ccc;
    -webkit-box-shadow: 0px 2px 10px #ccc;
}
.pro-box{
    border-right:1px solid #d1d1d1;
}
.pro-box:last-child{
    border-right:0px;

}
/* Works360 Section */
.works360-sec{
    padding-top:150px;
}
.sec-content p{
    font-size: 20px;
    color:#000;
    font-weight: 300;
    line-height: 1.6;
}
.works360-sec-figure{
    position: relative;
}
.img-round{
    border-radius: 100%;
    overflow: hidden;
}
.works360-sec-figure .big{
    background: url('../img/works360new.png') no-repeat;
    background-position:center center;
    background-size:cover;
    width: 380px;
    min-width: 380px;
    height: 380px;
    max-width: 100%;
}
.works360-sec-figure .small{
    background: url('../img/works36011-section1.jpg') no-repeat;
    width: 235px;
    height: 235px;
    position: absolute;
    bottom:-20px;
    right:0px;

}
.counter{
    background: url('../img/counter-bg.jpg') no-repeat;
    background-size: cover;
    padding:50px 0;
    font-family: 'Montserrat', sans-serif; 
}
.counter-box{
    width:19.5%;
    color:#fff;
    border-right:1px solid #fff;
}
.counter-box:last-child{
    border-right: 0px;
}
.counter .num{
    font-size:40px;
    font-weight:bold;
}
.counter .num-heading{
    font-size:16px;
    font-weight: 400;
}

/* Sprinxle Section */
.sprinxle-sec{
    background: url('../img/sprinxle-section-bg.jpg') no-repeat;
    background-size: cover;
}
.sprinxle-sec .sec-content{
    margin-top:8vh;
    margin-bottom:8vh;

}

/* 360VR Section */
.VR360-sec{
    background: url('../img/vr360-section-bg.jpg') no-repeat bottom;
    background-size:cover;
    min-height:101vh;
    width: 100%;

}
.assist360-sec{
    background: url('../img/360assist-section-bg.jpg') no-repeat bottom;
    background-size: cover; 
    width: 100%;
}
.assist360-sec .sec-content{
    margin-top:10vh;
    margin-bottom:10vh;
}
.partner-sec{
    padding:35px 0px;
}
.partner-box{
    width:16%;
    text-align: center;
}

/* Contact Section */
.contact-sec{
    position: relative;
    padding:30px 0;
}
.contact-sec:before{
    content: '';
    position: absolute;
    width:50%;
    height: 100%;
    background-color: #eeeeee;
    left:0;
    top:0;
}
.contact-sec:after{
    content: '';
    position: absolute;
    width:50%;
    height: 100%;
    background-color: #eeeeee;
    right:0;
    top:0;
    z-index:-1;
}
.address-detail-sec{
    color:#8d8192;
    padding-top: 10vh;
}
.address-detail-sec .icon{
    vertical-align:top;
    padding-right: 15px;
    margin-bottom: 20px;
}
.icon.address {
    padding-top: 27px;
}
.form-horizontal input[type="text"],
.form-horizontal input[type="email"],
.form-horizontal input[type="phone"],
.form-horizontal textarea{
    border-radius: 10px;
}
.form-horizontal .form-control {
    height: calc(1.9em + .75rem + 2px);
}
.form-horizontal textarea.form-control {
    height: auto;
}
.btn-submitform{
    background-color:#1181d0;
    color:#fff;
    font-size: 20px;
    font-weight: bold;
}
.btn-submitform:hover{
    color:#fff;
}
.footer-sec{
    background-color:#15011d;
    text-align: center;
    padding:30px 0px;
}

@media (max-width:1350px){
    .pro-section{
        bottom: -32vh;
    }
}
@media (max-width:1250px){
    .works360-sec-figure .small {
        width: 190px;
        height: 190px;
        right:70px;
        background-size: contain;
    }
    .works360-sec-figure .big {
        width: 320px;
        min-width: 320px;
        height: 320px;
    }
    .VR360-sec {
        background-position: 0px 60px;
    }
}
@media (max-width:1150px){
    .banner-content {
        margin-top: 16vh;
        width: 60%;
    }
    .pro-section{
        bottom: -40vh;
    }
    .counter .num-heading {
        font-size: 13px;
        font-weight: 400;
    }
    .partner-box {
        width: 16%;
        text-align: center;
        padding: 0 25px;
    }
    .works360-sec-figure .big {
        width: 270px;
        min-width: 270px;
        height: 270px;
        
    }
    .small {
        width: 170px;
        height: 170px;
        left: 180px;
    }
}
@media (max-width:1024px){
    .works360-sec-figure .big {
        width: 210px;
        min-width: 210px;
        height: 210px;
    }
    .works360-sec-figure .small {
        width: 140px;
        height: 140px;
        left: 130px;
        background-size: contain;
    }
    .works360-sec-figure {
        padding-top: 10vh;
    }
}
@media (max-width:992px){
    .counter .num {
        font-size: 28px;
        font-weight: bold;
    }
    .counter .num-heading {
        font-size: 12px;
        font-weight: 400;
    }
}

@media (max-width:950px){
    .banner-content h1{
        font-size: 40px;
    }
    .banner-content p{
        font-size: 20px;
    }
    .works360-sec {
        padding-top: 120px;
    }
    .works360-sec-figure .big {
        width: 210px;
        min-width: 210px;
        height: 210px;
    }
    .works360-sec-figure .small {
        width: 140px;
        height: 140px;
        left: 130px;
        background-size: contain;
    }
    .works360-sec-figure {
        padding-top: 10vh;
    }
    .sec-content p{
        font-size: 18px;
    }
    .address-detail-sec {
        color: #8d8192;
        padding-top: 10vh;
        font-size: 14px;
    }
}
@media (max-width:767px){
    .sprinxle-sec {
        background: url(../img/sprinxle-section-bg.jpg) no-repeat;
        background-size: cover;
        padding: 35px 0;
        min-height: 65vh;
        background-position: -142px 0;
        background-color: #000;
    }
    .contact-sec:before {
        width: 100%;
    }
}
@media (max-width: 600px) {
 .VR360-sec {
    background-position: -20px bottom;
    background-size: contain;
    min-height: 66vh;
}
.nav-custom {
    display: block !important;
    text-align: center;
    flex-direction: inherit !important;
    width: 100%;
    margin-top: 25px;
}
}


@media (max-width:750px){
    .banner-content h1 {
        font-size: 32px;
    }
    .banner-content p {
        font-size: 18px;
    }
    .sec-content p {
        font-size: 16px;
        font-weight: 400;
    }
    
}
@media (max-width:600px){
    .banner-content {
        margin-top: 16vh;
        width: 80%;
    }
    .counter-box {
        width: 49%;
        margin-bottom: 20px;
    }
    .counter{
        text-align: center;
    }
    .partner-box {
        width: 22%;
        text-align: center;
        padding: 0 25px;
    }
    .assist360-sec {
        background-position: -150px 0;
    }
}
@media (max-width:500px){
    .banner-content {
        width: 90%;
    }
    .sprinxle-sec {
        background-position: -342px 0;
    }
    .sec-logo img {
        width: 160px;
    }
    .partner-box {
        width: 32%;
        text-align: center;
        padding: 0 25px;
    }
}