body{
    font-family: 'Open Sans', Arial, sans-serif;
    width: 100%;
    margin: 0;
}

h1, h2, h3, h4, h5{
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    color:#8a28c9 !important;
}

h1{
    font-size: 32px !important;
    color:#8a28c9 !important;
}

h2{font-size: 28px;}


p{
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px !important;
    font-weight: 400;
    color: #333;
}

h5{
    font-size: 14px;
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

li{
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
}

/******Nabbar*****/
.navbar{
    height: 83px;
    background-color: #fff;
    border-radius: 0;
    border: none;
    margin-bottom: 0;
}
.navbar .navbar-brand{
    padding: 0;
}
.navbar .navbar-brand img{
    width: 160px;
}
@media screen and (max-width:768px){
    .navbar .navbar-brand{
      padding: 15px 30px;
    }
}
.navbar-default{
    background-image: none;
    z-index:1000;
    position: fixed;
    width: 100%;
    border-top: 3px solid #8a28c9;
    top: 0;
}
.navbar-default .navbar-nav>li>a{
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    padding: 30px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.navbar-default .navbar-nav>li>a:hover{
    background-color: #8a28c9;
    color: #fff;
}
@media screen and (min-width:768px){
    .navbar-brand-centered {
        position: absolute;
        left: 50%;
        display: block;
        width: 160px;
        text-align: center;
    }
    .navbar>.container .navbar-brand-centered, 
    .navbar>.container-fluid .navbar-brand-centered {
        margin-left: -80px;
        margin-top: 15px;
    }
    .navbar-default .navbar-nav>li>a{
        padding-left: 15px;
        padding-right: 15px;
   }
}

/******Hero*****/
.jumbotron{
    background-image: url(../images/hero.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 450px;
    color: #fff;
    padding-top: 45px;
    padding-bottom: 45px;
    margin-bottom: 0;
    margin-top: 83px;
}

.jumbotron .hero-box{
    background-color: #fff;
    padding: 15px 30px 30px 30px;
}

@media only screen and (max-width: 1024px) {
    .jumbotron h1{
        font-size: 28px !important;
    }
}

@media only screen and (max-width: 620px) {
    .jumbotron h1{
        font-size: 26px !important;
    }
    .jumbotron{
        height: 550px;
    }
}

@media only screen and (max-width: 480px) {
    .jumbotron p{
        font-size: 17px;
    }
    .jumbotron{
        height: 620px;
    }
}

/******vision********/
.vision{
    padding-top: 40px;
    padding-bottom: 55px;
}

.vision p{
    width: 80%;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .vision p{
        width: 100%;
    }
}

/******Solutions********/
.solutions{
    padding-top: 40px;
    padding-bottom: 55px;
    background-color: #ededed;
}

.solutions .box{
    background: #fff;
    padding: 30px 20px;
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
    min-height: 350px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.solutions img{
    width: 100%;
}

/******Pricing service and Technology*****/
.service{
    padding-top: 50px;
    padding-bottom: 40px;
}

.service .box{
    padding: 15px 5px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.service .box img{
    width: 100%;
}
.service .container-fluid .box p{
    padding:20px 30px;
    min-height: 140px;
}
@media only screen and (max-width: 480px) {
    .service .container-fluid{
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }
    .service .container-fluid .box p{
        padding-left: 15px;
        padding-right: 15px;
    }
}

/******Footer*****/
.footer{
    background-color: #ededed;
    padding-top: 40px;
    padding-bottom: 20px;
}
.footer .company-logo{
    width: 200px;
}
.footer li{
    padding-top: 5px;
    padding-bottom: 5px;
}
.footer .copyright{
    text-align: center;
}
.footer .copyright p{
    font-size: 14px !important;
    color: #666;
}



@media only screen and (max-width: 480px) {
    .footer .logo{
        text-align: center;
        margin-bottom: 15px;
    }
    .footer .copyright p{
        margin-top: 20px;
    }
    .footer ul{
        padding-bottom: 20px;
    }
    .footer .copyright hr{
        border: 1px solid #eee;
    }
}
.modal .modal-body p{
    font-size: 16px;
}
.navbar-toggle{
    margin-top: 25px;
}

.navbar-default .navbar-collapse{
    background-color: #fff;
}

.modal .modal-body p{
    font-size: 16px;
}
.navbar-toggle{
    margin-top: 25px;
}

.navbar-default .navbar-collapse{
    background-color: #fff;
}

.modal-content{
    border-radius: 0;
}

.modal-header{
    background-color: #003e93;
    color: #fff;
}
.modal-title{
    font-size: 20px;
}
.modal-body{
    padding: 15px 15px 40px 15px;
    min-height: 520px;
}

.modal-body li{
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
    list-style-type: disc;
    list-style-position: inside;
}
.modal-dialog-brands .modal-body{
    min-height: 580px;
}
.modal-body .col-md-6{
    padding-left: 5px;
    padding-right: 5px;
}
.modal-dialog-brands .modal-body .col-md-3{
    padding-left: 0;
    padding-right: 0;
}
.modal-header .close{
    margin-top: 2px;
}
.close{
    color: #fff;
    opacity: 0.8;
}
@media (min-width: 768px){
    .modal-dialog{
        width: 680px;
    }
    .modal-dialog-brands{
        width: 90%;
    }
}