*{
    margin: 0px;
    padding: 0px;
}
body{
    font-family: robotoRegular;
    /*font-family: robotoLight;*/
}
@font-face {
    font-family: robotoRegular;
    src: url(../font/Roboto-Regular.ttf);
}
@font-face {
    font-family: robotoMedium;
    src: url(../font/Roboto-Medium.ttf);
}
@font-face {
    font-family: robotoBold;
    src: url(../font/Roboto-Bold.ttf);
}
@font-face {
    font-family: robotoLight;
    src: url(../font/Roboto-Light.ttf);
}
@font-face {
    font-family: robotoThin;
    src: url(../font/Roboto-Thin.ttf);
}
/*.activecolor{
    color:#0099FF !important;
}*/
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 60px;
    right: 50px;
    display: none;
    padding: 15px 15px;
    background-color: #3051a0;
    border-color: transparent;
}
.back-to-top:hover, .back-to-top:focus{
    background-color: #3051a0;
    border-color: transparent;
}

.mainLogo img{
    padding: 0px;
    position: absolute;
    top: 10px;
}
.navbar-header{
    position:relative;
}
.navbar {
    min-height:85px;
    -webkit-box-shadow: 0px 10px 10px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 10px -11px rgba(0,0,0,0.75);
    -o-box-shadow: 0px 10px 10px -11px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 10px -11px rgba(0,0,0,0.75);
}
.navbar-nav {
    padding:15px 0;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #0099FF;
}
.mainSliderLeft,.mainSliderRight{
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.mainSlider{
    padding-top: 60px;
}
.mainSlider #myCarousel .carousel-control.left{
    background-image:linear-gradient(to right,rgba(0,0,0,0.1) 0,rgba(0,0,0,.0001) 100%);
}
.mainSlider #myCarousel .carousel-control.right{
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.1) 100%);
}
.mainSlider .carousel{
    height:558px;
}
.mainSlider .carousel-inner > .item{
    height:558px;
}
.mainSlider .carousel-inner > .item > img{
    width: 100% !important;
    margin: auto;
}
.laptopSlider .carousel-inner > .item > img{
    width: 100% !important;
    margin: auto;
}
.aboutus{
    background-color: #f5f5f5;
    padding:70px 0px 60px 0px;
}
.contactAddressForm{
    padding: 80px 0px 60px 0px;
}
.contactAddressForm .btn-primary{
    background-color: #1fb5f6;
    border-color: transparent;
}
.clients {
    padding: 70px 0px 70px 0px;
}
.clients .underline{
    margin-bottom: 50px !important;
}
.clientsLogo{
    padding:20px 0px 20px 0px;
}
.clientsLogo img{
    margin: auto;
}
#ourClients h4{
    font-family: robotoLight;
    margin: 30px 0px 0px 0px;
}
.stats:before {
    position: absolute;
    content: "";
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    background-color:rgba(0,0,0,0.6);
}
.stats{
    position: relative;
    background: url(../image/ourclients-BG.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #fff;
    padding:60px 0px 60px 0px;
}
.statsItem{
    padding:30px 0px 30px 0px;
}
.stats i{
    font-size:60px;
}
.stats .statsDigit{
    font-size:30px;
}
.stats .statsText{
    font-size:18px;
}
#amazingfeatures .headerTitle h1{
    padding:0px 0px 40px 0px;
}
#amazingfeatures{
    background-color: #0099FF;
    padding:70px 0px 70px 0px;
}
#amazingfeatures h1,#amazingfeatures p,#amazingfeatures .underline i{
    color:#fff !important;
}
#amazingfeatures .underline:before,#amazingfeatures .underline:after{
    background-color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/* Mobile Slider
/*-----------------------------------------------------------------------------------*/

header h1{
    text-transform: uppercase;
    font-weight: 700;
    font-weight: 300;
    font-size: 100px;
    font-family: 'Roboto Condensed', sans-serif;

}

header p.lead{
    font-size: 36px;
}


header .carousel-iphone{
    margin-right: auto;
    margin-left: auto;
    /*    width: 320px;
        height: 672px;*/
    width: 250px;
    height: 530px;
    background: url('../image/iphone-front.png') no-repeat;
    background-size: 100%;

    margin-top: 10px;

}

header .carousel {
    position: relative;
    margin-right: auto;
    margin-left: 19px;
    /*padding: 95px 0px 0px 4px;*/
    padding: 75px 0px 0px 0px;
    width: 216px;
}

header .carousel-indicators .active {
    width: 15px;
    height: 15px;
    background: #444444;
}

header .carousel-indicators {
    bottom: -63px;
}

header .carousel-indicators li {
    display: inline-block;
    margin: 1px;
    width: 15px;
    height: 15px;
    border: 1px solid #666666;
    border-radius: 10px;
    text-indent: -999px;
    cursor: pointer;
}
header .carousel-iphone .item img{
    width: 214px;
    height: 378px;
}
/*-----------------------------------------------------------------------------------*/
/* Mobile Slider points
/*-----------------------------------------------------------------------------------*/
.features .featured-item-img {
    width: 252px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.featured-item-img img{
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}
#features .section-padding{
    padding-top: 80px;
}
.section-padding {
    padding-top: 40px;
    padding-bottom: 50px;
}
.headerTitle,.aboutusTitle{
    position:relative;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.headerTitle p, .aboutus p,#amazingfeatures p {
    font-family: robotoLight;
    color:#888;
    margin-bottom: 30px;
    font-size: 16px;
}
.headerTitle h1,.aboutusTitle h1{
    font-family: robotoThin;
    font-size: 50px;
}
.underline {
    position: relative;
    font-size: 20px;
    max-width: 350px;
    margin: auto;
    margin-bottom: 50px;
    color: #0099FF;
}
.underline:before {
    position: absolute;
    content: "";
    width: 150px;
    height: 1px;
    background-color: #777;
    top: 50%;
    left: 0;
}
.underline:after {
    position: absolute;
    content: "";
    width: 150px;
    height: 1px;
    background-color: #777;
    top: 50%;
    right: 0;
}
.featured-item .icon i {
    color: #0099FF;
    font-size: 25px;
}
.featured-item .icon{
    width: 60px;
    height: 60px;
    float: left;
}
.featured-item .icon-style,.laptopSliderPointTitle {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 1px solid #ececec;
    text-align: center;
    padding: 18px 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

    -webkit-box-shadow: 0px 10px 10px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 10px -11px rgba(0,0,0,0.75);
    -o-box-shadow: 0px 10px 10px -11px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 10px -11px rgba(0,0,0,0.75);
}
.feature-list-points:hover .featured-item .icon-style, .laptopSliderPoint .points:hover .laptopSliderPointTitle{
    border: 3px solid #CBCBCB;

}
.feature-list-points:hover .featured-item .icon-style i, .laptopSliderPoint .points:hover .laptopSliderPointTitle i
{
    color: #555 !important;

    -webkit-transition:color 1s ease-out;
    -moz-transition:color 1s ease-out;
    -o-transition:color 1s ease-out;
    transition:color 1s ease-out;
}

.featured-item .meta-text {
    margin-left: 80px;
}
.featured-item h3 {
    font-family: robotoLight;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #333;
    font-weight: 400;
}
.featured-item ul, .laptopSliderPoint ul{
    font-family: robotoLight;
    margin-bottom: 25px;
    list-style:none;
    font-size:16px;
    color:#888;
}
.featured-item ul li i,.laptopSliderPoint ul li i{
    margin-right:10px;
}
.feature-list a:hover,.feature-list a:focus {
    text-decoration: none;

}

/*-----------------------------------------------------------------------------------*/
/* Laptop Slider
/*-----------------------------------------------------------------------------------*/
.laptopSlider{
    background-color: #f5f5f5;
    padding:55px 0px 30px 0px;   
}

.laptopSlider .carousel{
    overflow: hidden;
    border: 11px solid #CBCBCB;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -o-border-radius: 16px;

    width: 800px;
    margin: auto;
}

.laptopSlider .carousel-control.right {
    right:0;
    display:none;
}
.laptopSlider .carousel-control.left {
    left: 0;
    display:none;
}
.laptopSliderPoint h3{
    font-family: robotoLight;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #333;
    font-weight: 400;
}
.laptopSliderPoint{
    margin-top:70px;
}
.laptopSliderPointTitle i{
    font-size:25px;
    margin-bottom: 20px;
    color: #0099FF;
}
.laptopSliderPoint ul li{
    font-family: robotoLight;
    font-size:14px;
    color: #666;
}
.laptopSliderPoint .col-md-4{
    margin-bottom:30px;
    padding: 0px 0px 0px 100px;
}
.laptopSliderPointTitle i{
    width: 60px;
    height: 60px;
}
#myCarouselLaptop .carousel-indicators li{
    background-color: rgba(0, 153, 255, 5);
    border: 2px solid rgba(0, 0, 0, 0.3);
}

/*-----------------------------------------------------------------------------------*/
/* Get App
/*-----------------------------------------------------------------------------------*/

#getApp {
    background: url(../image/getAppBG-4.jpg)fixed no-repeat;
    background-size: cover;
    padding: 70px 0;
}
.getAppMobile{
    position: absolute;
    right: 0;
    z-index: 0;
    bottom: -70px;
}
#getApp .platforms {
    position: relative;
    margin: 5px auto 80px auto;
    text-align: center;
    z-index:999;
}
#getApp .platforms a{
    color: #063897 !important;
    background-color: #ffffff !important;
    border-color: #757575;
    margin-right: 10px;

}
#getApp .platforms #iphoneStore{
    background-color:#CBCBCB !important;
    pointer-events: none;
}
#getApp .underline:before,#getApp .underline:after{
    background-color:#fff;
}
/*-----------------------------------------------------------------------------------*/
/* contact us
/*-----------------------------------------------------------------------------------*/
#contact .row{
    margin: 0px 0px 0px 0px;
}
#contact #contact-form .col-md-6{
    padding:0px;
}
#contact .underline{
    margin-bottom:50px;
}
#contact .addreesInfo{
    margin: 0 0 10px 0;
    padding: 0px 30px;
}
#contact .addreesInfo h3, .contactForm h3{
    padding-bottom:20px;
}
#contact .addreesInfo ul li{
    font-size: 16px;
    list-style: none;
    margin: 0 0 20px 0;
    position: relative;
    padding-left: 40px;
}
#contact .addreesInfo ul li i{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 22px;
    color: #1fb5f6;
}
#contact .addreesInfo ul li a{
    color:#888;
}
#contact .addreesInfo ul li a:hover{
    text-decoration: none;
}
#contact .social-media{
    margin: 0 0 30px 0;
    padding: 0;
}
#contact .social-media i:hover{
    color:#888;

    -webkit-transition:color 1s ease-out;
    -moz-transition:color 1s ease-out;
    -o-transition:color 1s ease-out;
    transition:color 1s ease-out;
}
#contact .social-media li{
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 24px;
    margin-right: 10px;
}
#contact .social-media li a{
    color: #1fb5f6;
}
#contact .copyright{
    background: #222222;
    color: #ffffff;
    padding: 20px 0 15px 0;
}
#contact .copyright p{
    margin-top: 10px;
    color: #777;
}
#contact .themecolor{
    color:#777;
}
#contact .textFieldName,#contact .textFieldEmail{
    padding:0px;
}


/* lg */ 
@media (min-width: 1200px) {
    .mainSlider .carousel, .mainSlider .carousel-inner > .item{
        /*height:auto !important;*/
    }
}


/* md */
@media (min-width: 992px) and (max-width: 1199px) {
    .mainSlider .carousel, .mainSlider .carousel-inner > .item{
        height:auto !important;
    }
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
    .laptopSlider .carousel{
        width: 600px;
    }
    .mainSlider .carousel, .mainSlider .carousel-inner > .item{
        height:auto !important;
    }
    .mainSlider {
        /*padding-top: 30px;*/
        margin-top:45px;
    }

    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
        margin-top:42px;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /*    .navbar-form {
            padding: 10px 15px;
            margin-top: 8px;
            margin-right: -15px;
            margin-bottom: 8px;
            margin-left: -15px;
            border-top: 1px solid transparent;
            border-bottom: 1px solid transparent;
            -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
            width:auto;
            float:none!important;
        }*/
}

/* xs */
@media (max-width: 767px) {
    .navbar-toggle{
        margin-top:45px;
    }
    .laptopSlider {
        padding:5px;
    }
    .laptopSliderPointTitle {
        text-align: center !important;
    }
    .laptopSlider .carousel{
        width: 400px;
    }
    .mainSlider .carousel, .mainSlider .carousel-inner > .item{
        height:auto !important;
    }
    .mainSlider {
        padding-top: 30px;
        margin-top:38px;
    }
    .laptopSliderPoint .col-md-4 {
        padding: 0px 0px 0px 20px;
    }
    #getApp .platforms #iphoneStore{
        pointer-events: none !important;
    }
}
@media (max-width: 440px) {
    .laptopSlider .carousel{
        width: 300px;
    }
    .mainSlider .carousel, .mainSlider .carousel-inner > .item{
        height:auto !important;
    }
    .mainSlider {
        padding-top: 30px;
    }
    #getApp .platforms #iphoneStore{
        pointer-events: none !important;
    }
}
@media (max-width: 330px) {
    .laptopSlider .carousel{
        width: 280px;
    }
    .mainSlider .carousel, .mainSlider .carousel-inner > .item{
        height:auto !important;
    }
    .mainSlider {
        padding-top: 30px;
    }
    #laptopSliderScreen h1{
        margin-top:65px;
    }
    #getApp .platforms #iphoneStore{
        pointer-events: none !important;
    }
}
