/*Web & Mobile Styles*/

/**
Body Defaults
**/


html,
body{
	font-family: 'Roboto', sans-serif;
    /*text-rendering: geometricPrecision;*/
    text-rendering: optimizeLegibility;
    font-weight: 300;
}

body {
	font-family: 'Roboto', sans-serif;
	background: #fff;
	color: #333;
	font-size: 13px;
    text-rendering: optimizeLegibility;
    font-weight: 300;
}

h1      { font-weight: 500; font-size: 36px; line-height: 42px; letter-spacing: 1px; }
h2      { font-weight: 300; font-size: 23px; line-height: 26px; letter-spacing: 0.7px; }
h3      { font-weight: 300; font-size: 23px; line-height: 36px; letter-spacing: 0.7px; }
h4      { font-weight: 300; font-size: 22px; line-height: 27px; letter-spacing: 0.7px; }
p       { font-weight: 300; font-size: 15px; line-height: 22px; letter-spacing: 0.7px; }
span    { font-weight: 300; }
b,
strong  { font-weight: 400; }

@media screen and (max-width: 768px){
    h1,
    h2,
    h3,
    h4,
    p,
    span    { font-weight: 300; }

    h1,
    h2,
    h3      { font-size: 23px; line-height: 29px; }

    p,
    span    { font-size: 15px;}

    .container .col-sm-12{
        padding-right: 0;
        padding-left: 0;
    }
}
img{ image-rendering: -webkit-optimize-contrast;}
/**
Commoners
**/
.shadow {
    -webkit-box-shadow: 5px 5px 5px #666;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    5px 5px 5px #666;  /* Firefox 3.5 - 3.6 */
    box-shadow:         5px 5px 5px #666;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.app-container{
	width: 900px;
}
@media screen and (max-width: 768px){
    .app-container{
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .app-container .row{
        margin-left: 0;
        margin-right: 0;
    }
}

.app-store-black-icon{
    display: inline-block;
}

.app-store-grey-icon{
    display: inline-block;
}

.app-icon.apple{
    float: left;
    height: 50px;
}

.app-icon.google{
    float: left;
    height: 50px;
}

.app-icon.pad-left{
    margin-left: 10px;
}

.social-icon-group{
    float: left;
    margin-left: 62px;
    margin-top: 15px;
}

.social-icon{
    display: inline-block;
    margin: 0 11px 0 0;
}
.social-icon .img{
     height: 35px;
 }

.social-icon .img.desktop{
    display: block;
}
.social-icon .img.mobile{
    display: none;
}


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

    .social-icon.copy-link{ margin-right: 0;}
    .social-icon .img.desktop{
        display: none;
    }
    .social-icon .img.mobile{
        display: block;
    }

    .app-icon.apple,
    .app-icon.google {
        margin: 10px 0;
        padding: 0;
        display: inline-block;
    }

    .app-icon.google > img{
        display: inline-block;
    }
    .app-icon.apple > img{
        display: inline-block;
    }
    .social-icon{

    }
    .social-icon .img{

    }
    .img-expert{
        width: 100%;
    }
}



/**
Header
**/
.top-bg{
	background-color: #161616;
	height: 543px;
	width: 100%;
	position: absolute;
	top:0;
	z-index: -1;
}
.top-bg.fade-bg{
    /*background: url("./images/VidBg1.jpg") no-repeat center center #161616;;*/
}

.top-bg.video-1{
    background: url("./images/OpeningVId.png") no-repeat center 0 transparent;
}

@media screen and (max-width: 768px){
    .top-bg{
        height: 1000px;
    }
	.top-bg.more-bg{
        height: 1055px;
    }
}
.brand{
    float: left;
    margin: 22px auto 0;
    padding-left: 20px;
    display: block;
}
#menu-bar {
    float: right;
    margin-top: 31px;
    width: 18px;
    display: none;
    margin-right: 10px;
}

#menu-bar span{
    float: left;
    border-bottom: 1px solid #b5b4b4;
    color: #b5b4b4;
    height: 1px;
    width: 100%;
    display: block;
    padding: 3px 0px;
}

@media screen and (max-width: 768px){
    .brand {
        margin: 15px 0 0 0;
    }
    .brand img{
        height: 40px;
        width: auto;
    }
    #menu-bar {
        display: block;
    }
}

nav {
    width: 34%;
    display: block;
    min-height: 50px;
    float: right;
    margin-top: 21px;
}
nav ul {
    width: 100%;
    float: left;
    margin-left: 0;
    padding-left: 0;
    margin: 0;
    text-align: center;
}
nav ul li{
    list-style: none;
    float: right;
    display: inline-block;
    padding: 1px 0;
    width: 100%;
    text-align: right;
}

nav ul li a{
    color: #b5b4b4;
    font-weight: 400;
    text-decoration: none;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
nav ul li a:hover,
nav ul li a:focus{
	color: #b30504;
	text-decoration: none;
}
nav ul li a.active{
	color: #d90000;
}

@media screen and (max-width: 768px){
    nav {
        display: none;
        width: 80%;
    }
}

.banner{
	margin-top: 20px;
	position: relative;
}

.banner .video-1{
	position: absolute;
    bottom: 35px;
    left: -121px;
}

.banner .video-2{
	position: absolute;
    bottom: 123px;
    left: -120px;
}

.banner .video-3{
	position: absolute;
    bottom: 35px;
    right: -121px;
}

.banner .video-4{
	position: absolute;
    bottom: 122px;
    right: -122px;
}
.banner .play-video{
	position: absolute;
    background: url(./images/PlayButtonGrey.png) no-repeat 0 0 transparent;
    width: 76px;
    height: 76px;
    z-index: 7;
    left: 45%;
    top: 45%;
    display: block;
	border: none;
	outline:0;
}

.play-video-small{
	display: none;
}
.play-video-small{
	position: absolute;
    background: url(./images/PlayButtonSmall.png) no-repeat 0 0 transparent;
    width: 45px;
    height: 45px;
    z-index: 1;
    left: 35%;
    top: 20%;
	border: none;
	outline:0;
}

@media screen and (max-width: 768px){
    .banner{
        padding-right: 0;
        padding-left: 0;
    }
    .banner .video-1,
    .banner .video-2,
    .banner .video-3,
    .banner .video-4,
    .banner .video-5{
        position: unset;
        display: none;
    }
}

.video-container a:hover > i{
	display: block;
}
.magnify-video-cs{
	margin: 0 auto;
	text-align: center;
}
.magnify-video-close,
.magnify-video-close:hover{
	position: absolute;
    right: 12%;
    top: -6px;
    font-size: 25px;
    color: #fff;
	text-decoration:none;
	cursor: pointer;
	display: block;
}

.banner-info {
	z-index: 4;
    width: 350px;
    position: absolute;
    top: 10.771px;
    padding: 12px 0 0 52px;

	/*-webkit-animation: fadein 5s; *//* Safari, Chrome and Opera > 12.1 *//*
       -moz-animation: fadein 5s; *//* Firefox < 16 *//*
        -ms-animation: fadein 5s; *//* Internet Explorer *//*
         -o-animation: fadein 5s; *//* Opera < 12.1 *//*
            animation: fadein 5s;*/
}

@media screen and (max-width: 768px){
    .banner-info {
        position: unset;
        width: 100%;
        padding: 15px 26px;
    }
    .video-container{
        display: none;
    }
    .banner .play-video{
        top: 30%;
        left: 40%;
    }
}

.open-video{
	/*-webkit-animation: fadein 5s; *//* Safari, Chrome and Opera > 12.1 *//*
       -moz-animation: fadein 5s; *//* Firefox < 16 *//*
        -ms-animation: fadein 5s; *//* Internet Explorer *//*
         -o-animation: fadein 5s; *//* Opera < 12.1 *//*
            animation: fadein 5s;*/
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


.banner-info h3{
    color: #e7e7e7;
    width: 100%;
    padding: 0 21px 7px 0;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 23px;
    line-height: 26px;
}

.banner-info p{
    color: #f0f0f0;
    width: 100%;
    margin-bottom: 8px;
    opacity: 0.8;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
}

.banner-video-container{
	margin:0;
	padding:0;
	position:absolute;
}


.white-popup {
  position: relative;
  background: transperant;
  padding: 20px;
  width: auto;
  max-width: 960px;
  margin: 20px auto;
}

.popup-modal,
.popup-modal:hover,
.popup-modal:focus,
.popup-modal:visited,
.popup-modal > img{
	outline: none;
	border:none;
}


@media screen and (max-width: 768px){
    .banner-info p{
        margin-bottom: 10px;
    }
}

/**
Body part
**/
.section-info-1{
	padding-top: 10px;
	padding-bottom: 100px;
}
.section-info-1 h2{
	padding: 0 50px 25px 50px;
	margin: 0;
}
.section-info-1 p{
	padding: 5px 50px 10px 50px;
	margin: 0;
}

.boxed-image{
	margin-top: 110px;
}

.mobile-no{
    float: left;
    width: 100%;
    margin: 5px 50px 10px 50px;
}
.mobile-box{
    background: url("./images/input_mobile.png") no-repeat 0 0 transparent;
    width: 261px;
    position: relative;
    padding: 0;
    float: left;
    height: 53px;
    margin-bottom: 10px;
}
.mobile-cont-white .mobile-box{
    background: url("./images/whitenumber.png") no-repeat 0 0 transparent;
}
.mobile-no .mobile{
    width: 140px;
    height: 43px;
    padding: 2px 8px;
    margin: 5px 0 0 60px;
    border: none;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    background: transparent;
    letter-spacing: 3px;
}
.mobile-no .mobile:focus{
    border:none;
    outline: 0;
}
.mobile-no .mobile_sub{
    background: url("./images/plus.png") no-repeat 0 0 transparent;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 10px;
    top: 11px;
    border: none;
}
.mobile-cont-white .mobile-no .mobile_sub{
    background: url("./images/whtecross.png") no-repeat 0 0 transparent;
}
.mobile-no .mobile_sub.mobile_cancel{
    background: url("./images/cross.png") no-repeat 0 0 transparent;
}
.mobile-cont-white .mobile-no .mobile_sub.mobile_cancel{
    background: url("./images/close.png") no-repeat 0 0 transparent;
}
.mobile-no .mobile_sub:focus{
    border:none;
    outline: 0;
}
.mobile-no .info_text{
    display: none;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    border-radius: 7px;
    width: 208px;
}
.mobile-no .err_msg{
    display: none;
    background-color: #4f4c4d;
    color: #fff;
    border-radius: 12px;
    padding: 6px 10px;
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    width: 210px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.mobile-cont-white .mobile-no .err_msg{
    background-color: #fff;
    color: #4f4c4d;
}
.mob-ip-wrapper{ width: 204px;}
.mobile-no .link-btn {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    padding: 1px 2px;
    display: block;
    float: left;
}
.mobile-no a,
.mobile-no a:hover,
.mobile-no a:focus{
    text-decoration: none;
}
.mobile-no .view{
    color: #a5a5a5;
    text-align: left;
}
.mobile-cont-white .mobile-no .view{
    color: #fff;
}
.map-aware .mobile-no .view{
    color: #000;
}
.mobile-no .send{
    color: #e2203b;
    text-align: right;
    float: right;
}

.mobile-cont .mobile-no{
    margin: 5px 50px 10px 0px;
}
@media screen and (max-width: 768px){
    .mobile-no{
        margin: 20px 0;
    }
}

.player-close{
    position: absolute;
    right: 20px;
    top: 6px;
    z-index: 1;
}
.player-close .img{
    height: 22px;
}

.section-info-1 .social-icons-center{
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
}
@media screen and (max-width: 768px){
    .player-close{
        right: 5px;
        top: 2px;
    }
    .section-info-1{
        margin-right: 0;
        margin-left: 0;
        padding-bottom: 0;
    }
    .section-info-1 .social-icons-center .shareit{
        margin-top: 3px;
    }
    .section-info-1 .col-lg-3{ padding: 10px;}
    .section-info-1 .img-cont{
        float: left;
    }
    .section-info-1 .data-cont{}
    .section-info-1 .data-cont h2{
        padding: 20px 0;
    }
    .section-info-1 h2{
        padding: 0;
    }
    .section-info-1 .data-cont p{
        padding: 5px 0;
    }
    .boxed-image{
        display: none;
    }
}

.out-of-home{
	width: 100%;
	background-color: #1d294e;
	padding: 0;
    /*background: url("./images/map_man.png") no-repeat 0 0 #1d294e;*/
    height: 100%;
}

.out-of-home .map-man{
	background: #1d294e;
}
.out-of-home .map-man img{
    display: block;
}
.out-of-home .map-man img.blue-man-map{
    width: auto;
}
.out-of-home .blue-man-map{
    max-height: 100%;
}
.out-of-home .row{
	margin-right: 0;
    margin-left: 0;
}

.out-of-home .col-md-6,
.out-of-home .col-lg-6,
.out-of-home .col-sm-12{
	padding-right: 0;
    padding-left: 0;
}

.out-of-home .info{
	color: #c1bfc2;
    padding: 20px 30px 0 80px;
}
.out-of-home .info h2{
	margin-bottom: 30px;
	color: #ffffff;
}
.out-of-home .info h2 span{
	color: #fff;
}
.out-of-home .info p{
	color: #fff;
	opacity: 0.9;
	margin-bottom: 15px;
}

.out-of-home .social-icons-center{
    padding-left: 0;
}
.out-of-home .social-icons-center .shareit{
    color: #fff;
    opacity: 0.9;
    font-weight: 300;
}

.out-of-home .blue-man-dots{
    position: absolute;
    top: 15%;
    z-index: 1;
    left: 25%;
    height: 582px;
}
.google-maps-blue{
    z-index: 1;
    float: left;
}

@media screen and (max-width: 768px){
    .out-of-home .info{
        padding: 15px 26px;
    }
    .out-of-home .map-man{
        height: 250px;
        overflow: hidden;
    }
    .out-of-home .social-icons-center{
        padding-top: 0;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .out-of-home .map-man img{
        height: 250px;
        width: 100%;
    }
    .out-of-home .blue-man-dots{
        top: 8%;
        z-index: 1;
        left: 33%;
        height: 199px !important;
        width: 34% !important;;
    }
}

.map-aware{
	background:#cacaca;
}
.map-aware .map-cont{
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    margin-left: 0;
    position: relative;
}
.map-aware .map-anim{
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
}


.map-aware .social-icons-center{
    padding-left: 0;
}

.map-aware .mobile-img-cont{
    display: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.map-aware .info{
	padding: 20px 80px 0 110px;
}
.map-aware h2{
	opacity:0.9;
	margin-bottom: 30px;
}
.map-aware p{
	color: #000;
	opacity:0.9;
	margin-bottom: 15px;
}

.map-aware .map-service{
	background-image: url('./images/map_aware_points.png');
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	width: 339px;
	height: 339px;
	z-index: 1;
	top: 133px;
    left: 294px;
}

.map-aware .location-icon{
	background: url('./images/location_icon.png') no-repeat 0 0 transparent;
	width: 52px;
	height: 67px;
	display: inline-block;
	position: absolute;
	z-index: 1;
}

@media screen and (max-width: 768px){
    .map-aware{
        height: 100%;
    }
    .map-aware .data-cont{
        padding: 10px;
    }
    .map-aware .app-icon.pad-left{
        /*padding-left: 8px;
        margin-bottom: 50px;*/
    }
    .map-aware .map-cont{
        display: none;
    }
    .map-aware .map-service{

    }
    .map-aware .mobile-img-cont{
        display: block;
    }

    .map-aware .map-dots{
        z-index: 5;
    }
    .map-aware .map-dots .map-dot{
        background-image: url('./images/map_aware_points.png');
        background-repeat: no-repeat;
    }
    .map-aware .map-dots .map-dot-1{
        background-position: 0 -275px;
        width: 19px;
        height: 19px;
        position: absolute;
        top: 71px;
        left: 126px;
    }
    .map-aware .map-dots .map-dot-2{
        background-position: -13px -205px;
        width: 19px;
        height: 19px;
        position: absolute;
        top: 35px;
        left: 220px;
    }
    .map-aware .map-dots .map-dot-3{
        background-position: -115px -263px;
        width: 19px;
        height: 19px;
        position: absolute;
        top: 110px;
        right: 20px;
    }


    .map-aware .map-dots .map-dot-4{
        background-position: 0 -275px;
        width: 19px;
        height: 19px;
        position: absolute;
        bottom: 164px;
        right: 77px;
    }
    .map-aware .map-dots .map-dot-5{
        background-position: -13px -205px;
        width: 19px;
        height: 19px;
        position: absolute;
        bottom: 63px;
        right: 48px;
    }
    .map-aware .map-dots .map-dot-6{
        background-position: -115px -263px;
        width: 19px;
        height: 19px;
        position: absolute;
        bottom: 93px;
        right: 138px;
    }

    .map-aware .location-icon{
        background: url('./images/location_mobile_icon.png') no-repeat 0 0 transparent;
        width: 22px;
        height: 28px;
        display: inline-block;
        position: absolute;
        z-index: 8;
        display: none;
    }

    .img-map-aware{
        height: 250px;
        width: 100%;
    }
}

.location-icon.point-1{
	top: 275px;
    left: 291px;
}
.location-icon.point-2{
	top: 345px;
    left: 279px;
}
.location-icon.point-3{
	top: 106px;
    left: 378px;
}
.location-icon.point-4{
	top: 166px;
    left: 466px;
}
.location-icon.point-5{
	top: 127px;
    left: 597px;
}
.location-icon.point-6{
	top: 258px;
    left: 369px;
}
.location-icon.point-7{
	top: 167px;
    left: 467px;
}

.map-service.point-green{
	background-position: -100px -36px;
	width: 19px;
	height: 19px;
}

.data-center{
	background-color: #161616;
}

.data-center .info{
	padding: 7% 6% 0 5%;
}
.data-center h2{
	color: #646464;
	margin-bottom: 30px;
}
.data-center h2 span{
	color: #b6b6b6;
}
.data-center p{
	color: #8c8c8c;
	margin-bottom: 1px;
	margin-right: 60px;
}
.data-center .img{
	padding-top:125px;
}

/*
 Social Icons Header
*/
.social-icons-header{
    position: relative;
    height: 150px;
    padding-left: 67px;
    padding-right: 67px;
    margin-top: 15px;
}


.social-icons-header .shareit{
    position: absolute;
    left: 448px;
    top: -10px;
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    color: #58585a;
}

.section-info-1 .social-icons-header .app-store-black-icon .black{
    display: block;
}
.section-info-1 .social-icons-header .app-store-black-icon .white{
    display: none;
}
@media screen and (max-width: 768px){
    .social-icons-header{
        width: 100%;
        padding-left: 10%;
        margin-top: 0;
        margin-bottom: 0;
        height: 250px;
    }
    .social-icons-header .social-icon.google{
        margin-right: 0;
        margin-left: 10px;

    }
    .section-info-1 .social-icons-header .app-store-black-icon .black{
        display: none;
    }
    .section-info-1 .social-icons-header .app-store-black-icon .white{
        display: block;
    }

    .social-icons-header{
        padding: 0 17px;
    }
    .section-info-1 .social-icons-header{
        background: #161616;
        margin-bottom: 20px;
    }

    .section-info-1 .social-icons-header .shareit{
        width: 100px;
        color: #fff;
        font-weight: 300;
        opacity: 0.9;
        position: unset;
        display: block;
        clear: both;
        padding: 10px 0 0 10px;
    }
    .section-info-1 .social-icons-header .social-icon-group{
        margin-left: 10px;
        margin-top: 10px;
    }
}

/*
 Social Icons Center Aligned
*/
.social-icons-center{
	position: relative;
	height: 100%;
	padding:0px 0 15px 0;
	margin-top: 2px;
    float: left;
}
.social-icons-center:after{
    float: none;
}
.social-icons-center .social-icon-group{
    margin-left: 0;
    margin-top: 0px;
}
.section-info-1 .social-icons-center .social-icon-group{
    margin-left: 45px;
}
.social-icons-center .shareit{
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    color: #58585a;
    text-align: left;
    padding: 0;
    width: 319px;
    margin: 12px 0;
}
.section-info-1 .social-icons-center .shareit{
    padding-left:46px;
}
@media screen and (max-width: 768px){
    .social-icons-center{
        padding-left: 0;
        margin-bottom: 10px;
    }
    .social-icons-center .shareit{
        font-size: 14px;
        width: 97%;
    }
}
.social-icons-secret{
	padding-left: 0;
}

.expert-center{
	background:#161616;
	color: #ffffff;
	/*background: url('./images/zcc_img_full.jpg') no-repeat 0 0 #161616;*/
}
.expert-center .img-with-pad{
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
}
.expert-center .desktop-img-cont{
    display: block;
}
.expert-center .desktop-img-cont img{
    height: auto;
}
.expert-center .mobile-img-cont{
    display: none;
    padding: 0;
    margin: 0;
    position: relative;
}
.expert-center .social-icons-center{
    padding-left: 0;
}
.expert-center .social-icons-center .shareit{
    color: #fff;
    opacity: 0.9;
    font-weight: 300;
}

.expert-center .info{
	padding: 0px 20px 0px 50px;
}

.expert-center .info h2{
	opacity: 0.8;
	margin-bottom: 30px;
	color: #ffffff;
}

.expert-center .info p{
	color: #ffffff;
	opacity: 0.8;
	margin-bottom: 15px;
}
@media screen and (max-width: 768px){

    .section-info-1 .social-icons-center .shareit{
        padding-left: 1px;
        padding-top: 10px;
    }
    .section-info-1 .social-icons-center .social-icon-group{
        margin-left: 2px;
        margin-bottom: 10px;
    }

    .expert-center{
        background-image: none;
        padding-right: 0;
        padding-left: 0;
        height: 100%;
    }
    .expert-center .row{
        margin-right: 0;
        margin-left: 0;
    }
    .expert-center .info{
        padding: 15px 26px;
    }
    .expert-center .desktop-img-cont{
        display: none;
    }
    .expert-center .mobile-img-cont{
        display: block;
    }
}

.testimonials{
	background: #fff;
	min-height: 300px;
    margin: 0;
    position: relative;
}
.testimonials .bx-wrapper{ background: none;}
.testimonials .col-lg-12{
	padding: 60px 100px 20px 100px;
}
.testimonials .bxslider-full{
    margin: 0 auto;
    width: 80%;
}
.testimonials .review{
	float: left;
	width: 100%;
	padding: 10px 5%;
    height: 190px;
    overflow: hidden;
}
.testimonials .rate-app{
	float: left;
	width: 30%;
	padding: 30px 44px;
	border-left: 3px solid #ddd;
    display: none;
}
.testimonials .review .img-cont{
	float: left;
	width: 25%;
	display: block;
	margin: 2px 5% 0 0;
}
.testimonials .review .img-cont .img{
	height: 113px;
}
.testimonials .review .data-text{
	float: left;
	width: 70%;
	padding: 0 5px 0 0;
}
.testimonials .review .data-text p{
	float: left;
	width: 100%;
	font-weight: 300;
    font-size: 13px;
    letter-spacing: 0.8px;
    color: #000;
    opacity: 1;
}
.testimonials .review .data-text .name-head{
	float: left;
	width: 100%;
}
.testimonials .review .data-text .name-head b{
	float: left;
    margin-right: 10px;
	font-weight: 300;
	font-size: 16px;
    letter-spacing: 0.8px;
}
.testimonials .review .data-text .name-head ul{
    padding: 0 16px 0 0;
    margin: 1px;
}
.testimonials .review .data-text .name-head ul li{
	list-style: none;
	float: left;
}
.testimonials .review .data-text .name-head ul li img{
	height: 15px;
}
.testimonials .review .data-text .name-head .rating-no{
	float: left;
	width: 8%;
	color: #8f8e8e;
	font-size: 14px;
	font-weight: 300;
    padding-left: 10px;
}
.testimonials .review .data-text .name-head .rateing-bio{
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: 300;
    display: none;
}
.testimonials .rate-app .rating-bar{
	height: 52px;
}
.testimonials .rate-app .rating-link{
	display: inline-block;
	margin: 0;
}
.testimonials .rate-app .rating-btn{
	height: 53px;
}

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

    .testimonials:before{
        content: "";
        display: block;
        top: 0;
        left: 0;
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 110px;
        background: #161616;
    }
	.testimonials .col-lg-12{
		padding: 50px 0 0 0;
		float: left;
	}
    .testimonials .bxslider-full{
        width: 92%;
    }
	.testimonials .review,
	.testimonials .rate-app{
		width: 100%;
		padding: 0;
        display: block;
	}
    .testimonials .review{
        height: 380px;
    }

	.testimonials .review .img-cont{
		width: 100%;
		margin: 0 0 20px 0;
	}
	.testimonials .review .img-cont .img{
		margin: 0 auto;
	}
	.testimonials .review .data-text{
		width: 100%;
		margin: 0 0 20px 0;
		padding: 0;
	}
    .testimonials .review .data-text p{
        font-size: 14px;
    }
	.testimonials .review .data-text .name-head b{
		margin: 0 10px 5px 0;
	}
	.testimonials .review .data-text .name-head ul{
		padding: 0;
		margin: 1px 0px 0 15px;
	}
	.testimonials .rate-app{
		border-left: none;
		border-top: 3px solid #ddd;
		padding: 30px 0;
	}
	.testimonials .rate-app .rating-bar{
		float: left;
		text-align: center;
        height: 42px;
	}
    .testimonials .rate-app .rating-btn{
        height: 47px;
    }
}

.footer{
	background-color: #f0ede6;
}
.footer .footer-map{
	background: url(./images/footer_map.png) no-repeat 0 0 #fff;
    width: 100%;
    height: 144px;
}

.footer .footer-map .location{
	background: url(./images/location_pointer.png) no-repeat 0 0 transparent;
    width: 21px;
    height: 30px;
	position: absolute;
	right: 23%;
    top: 26%;
}

.footer .zicom-logo{
	margin-right: 90px;
    display: inline-block;
}

.footer .ziman-social{
	float: right;
	width: 184px;
}
.footer .ziman-social .social-text{
	color: #020001;
	font-size: 11px;
    font-weight: 300;
	display: block;
	width: 100%;
	text-align: center;
	margin-top:22px;
	margin-bottom:2px;
}

.footer .col-md-5,
.footer .col-md-7,
.footer .col-md-12{
	padding-right: 0;
    padding-left: 0;
}
.footer a{
	color: #020001;
	font-size: 12px;
}
.footer ul{
    width: 70%;
    float: left;
    margin-left: 0;
    padding-left: 0;
}
.footer ul li{
	list-style: none;
	float: left;
	margin-top: 10px;
}

.footer ul li > a.page-link{
	display: inline-block;
	margin-top: 35px;
	font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.8px;
}

.footer ul li > a{
	padding: 0 16px;
}
.footer ul li > a:hover,
.footer ul li > a:focus{
    outline: 0;
    color: #b30504;
    text-decoration: none;
}
.footer .social-wrap {

}
.footer .social-wrap a{
	float: left;
}

.footer ul li.socials{
    display: none;
}

.footer .social{
	/*background-image: url('./images/footer_social.jpg');*/
	padding: 0 3px;
    display: inline-block;
}
.footer .social > img{
    height: 30px;
}
.footer .col-full{
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 768px){
    .footer ul{
        margin: 15px 0 25px 0;
        padding: 0;
        float: none;
        height: auto;
        text-align: center;
        width: 100%;
    }
    .footer ul li{
        text-align: center;
        display: inline-block;
        float: none;
    }
    .footer ul li > a.page-link,
    .footer ul li > a{
        font-size: 11px;
        margin: 0 6px;
        letter-spacing: 1px;
        padding: 0;
    }

	.footer .footer-map{
		background: url(./images/footer_map.png) no-repeat -600px 0 #fff;
	}

    .footer .zicom-logo{
        margin-right: 28px;
        margin-top: 7px;
    }
    .footer .zicom-logo img{
        height: 44px;
    }

    footer ul li > a:last-child{
        margin-right: 0;
    }

    .footer ul li.socials{
        display: block;
        width: 100%;
        float: unset;
        text-align: center;
    }
    .footer .ziman-social-web{
        display: none;
    }
    .footer .ziman-social .social-text{
        display: none;
    }
    .footer .social-wrap{
        margin-top: 2px;
    }

    .footer .ziman-social{
        width: 100%;
        text-align: center;
        margin: 13px 0 13px;
    }
    .footer .social-wrap a{
        float: none;
    }
}


@media screen and (max-width: 768px){
    .section-info-1 .col-sm-12{
        padding: 0 26px 15px 26px;
        overflow: hidden;
        clear: both;
    }
}

#back-to-top{
    position: fixed;
    bottom: 120px;
    right: 30px;
    display: none;
}

#back-to-top i{
    font-size: 30px;
    color: #ff3a00;
    opacity: 0.6;
}

.player-videos-all{
    display: none;
    float: left;
    height: 23px;
    padding: 3px 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.player-videos-all ul{
    float: left;
    width: 100%;
    padding: 0 27%;
}
.player-videos-all ul li{
    list-style: none;
    float: left;
    padding: 1px 13.5px;
}
.player-videos-all ul li i{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #bababa;
    display: block;
}
.player-videos-all ul li a{
    font-size: 13px;
    color: #fff
}
.player-videos-all ul li a.active i{
    background: #e2203b;
}


.apply-ext-page .top-bg{
    height: 233px;
}
.page-about-us,
.page-t-and-c{
    display: none;
}

.page-about-us{
    margin-top: 100px;
    margin-bottom: 60px;
}
.page-about-us h1{
    color: #fff;
    font-weight: 300;
    font-size: 34px;
}
.page-about-us h2{
    color: #000;
    font-weight: 300;
    font-size: 33px;
    line-height: 40px;
    margin: 32px 0 45px;
    padding-left: 20px;
}
.page-about-us h3{
    color: #000;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    float: left;
    margin: 0;
    padding: 0;
}
.page-about-us h4{
    color: #010101;
    font-weight: 300;
    font-size: 15px;
    line-height: 21px;
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 5px;
}
.page-about-us p{
    font-weight: 300;
    font-size: 14px;
    padding: 0 14px 13px 20px;
}
.page-about-us .social-icons-center{
    margin-left: 13px;
}
.page-about-us .social{
    float: left;
    margin: 0;
    padding: 0;
    margin-left: 8px;
    margin-top: 2px;

}
.page-about-us .social li{
    list-style: none;
    float: left;
    display: block;
    margin-top: 2px;
    margin-right: 15px;
}
.page-about-us .social li a{
    display: inline-block;
    width: 25px;
    height: 25px;
    padding: 0;
}
.page-about-us .social li a.facebook{
    background: url('images/about_social_1.png') no-repeat 0 0;
    width: 9px;
    height: 18px;
}
.page-about-us .social li a.twitter{
    background: url('images/about_social_1.png') no-repeat -21px -2px;
    width: 17px;
    height: 15px;
}
.page-about-us .social li a.linkedin{
    background: url('images/about_social_1.png') no-repeat -49px -1px;
    width: 15px;
    height: 16px;
}

.page-about-us .md-info{}
.page-about-us .md-info .bio{
    width: 68%;
    position: absolute;
    top: 96px;
    right: 21px;
}
.page-about-us .md-info .img-md{
    position: absolute;
    top: -87px;
    right: 23%;
    height: 170px;
}

@media screen and (max-width: 768px){
    .page-about-us{
        margin-top: 205px;
    }
    .page-about-us.menu{
        margin-top: 142px;
    }
    .page-about-us .md-info .img-md{
        top: -347px;
        right: 28%;
        height: 145px;
    }
    .page-about-us .row-extra-spacing{
        margin-top: 100px;
    }
    .page-about-us h2{
        font-weight: 400;
        font-size: 18px !important;
        line-height: 23px !important;
        padding-left: 20px;
        margin-bottom: 20px;
    }
    .page-about-us h3{
        font-size: 20px;
        line-height: 26px;
    }
    .page-about-us h4{
        font-size: 16px;
        line-height: 23px;
    }
    .page-about-us .md-info .bio{
        width: 100%;
        top: -174px;
        right: -34px;
        text-align: center;
    }
}

.terms-and-cond{
    padding-top: 42px;
}
.page-t-and-c{
	margin-bottom:60px;
}
.page-t-and-c h2{
    color: #ffffff;
    font-weight: 300;
    font-size: 37px;
    line-height: 42px;
    margin: 12px 0;
    padding-left: 20px;
    margin-bottom: 25px;
}
.page-t-and-c p{
    font-weight: 300;
    font-size: 14px;
    padding: 0 25px 13px 20px;
}
.page-t-and-c h4{
	padding: 0 25px 13px 20px;
	font-weight: 400;
	font-size: 18px;
}


@media screen and (max-width: 768px){
    .terms-and-cond{
        padding-top: 94px;
    }
    .terms-and-cond.menu{
        padding-top: 31px;
    }
    .page-t-and-c h2{
        font-size: 25px;
        line-height: 28px;
        margin: 20px 0 46px 0;
    }
}


#map {
    height: 90px;
    width: 100%;
    float: left;
}
@media screen and (max-width: 768px){
    #map {
        height: 120px;
    }
}
@media screen and (min-width: 768px){
    .phone-cont{ margin-top: 60px;}
}
.phone-set {
    background-color: #fff;
    padding: 40px 26px;
}
.phone-set .img-phone-s{
    height: auto; /*100% */
}
.phone-set .data-cont{}
.phone-set .info{
    padding: 0 40px 0 70px;
}
.phone-set h2{
    color: #000;
    opacity:0.9;
    margin-bottom: 30px;
}
.phone-set p{
    color: #000;
    opacity:0.9;
    margin-bottom: 15px;
}

@media screen and (max-width: 768px){
    .phone-set{
        padding-right: 15px;
        padding-left: 15px;
        position: relative;
        padding-bottom: 0;
    }
    .phone-set:before{
        content:"";
        display: block;
        top: 0;
        left: 0;
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 90px;
        background: #cacaca;
    }
    .phone-set .info{
        padding: 10px;
    }
}
.partners{
    margin: 30px auto 39px;
    text-align: center;

}
.partners .sep{
    background: url("./images/seperator.png") repeat-x 0 0 transparent;
    height: 8px;
    margin-bottom: 20px;
    opacity: 0.2;
}
.partners .img{
    margin: 0 auto;
    text-align: center;
}
.partners .img{
    opacity: 0.6;
}
.partners .img.desktop{
    display: block;
}
.partners .img.mobile{
    display: none;
}
@media screen and (max-width: 768px){
    .partners{}
    .partners .img.desktop{
        display: none;
    }
    .partners .img.mobile{
        display: block;
    }
    .partners .img.p2{
        width: 90%;
        padding-left: 0;
        margin-left: 0;
        padding-top: 20px;
    }
    .img-phone-s{
        height: 250px !important;
        margin: 0 auto;
    }
}
.video-js .vjs-big-play-button{
        top: 42% !important;
        left: 42% !important;
        display: none;
}
@media screen and (max-width: 768px){
    .video-js{
        margin: 0 auto;
        text-align: center;
        background-color: #000;
    }
    .vjs-button > .vjs-icon-placeholder:before{
        font-size: 1.3em !important;
    }
    .video-js .vjs-big-play-button{
        top: 36% !important;
        left: 36% !important;
    }
}

.app-store-icons{
    display: none;
}
.bx-slider-cont{
    display: none;
}
@media screen and (max-width: 768px){
    .app-store-icons{
        display: block;
    }
    .bx-slider-cont{
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        height: auto;
        overflow: hidden;
        background: #161616;
    }
    .bx-slider-cont .bxslider-videos{
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    .bx-slider-cont .bxslider-videos li{
        width: 100%;
        margin: 0;
        padding: 0;
        background-color: #000;
    }
}


.img.desktop{
    display: block;
}
.img.mobile{
    display: none !important;
}


@media screen and (max-width: 768px){
    .img.desktop{
        display: none !important;
    }
    .img.mobile{
        display: block !important;
    }
}

@media screen and (max-width: 768px){
    .map-aware .social-icons-center .social-icon-group,
    .expert-center .social-icons-center .social-icon-group,
    .phone-set .social-icons-center .social-icon-group{
        margin-left: 0;
    }


    .bx-wrapper .bx-pager.bx-default-pager a{
        width: 3px;
        height: 3px;
    }
}

.man-wrapper{ position: absolute; width: 275px; height: 582px; top: 37px; left: 67px; transform: scale(0.8); }
@media screen and (max-width: 768px){
    .man-wrapper{ left: 7px; transform-origin: top;}
}
.man-wrapper p{ background: #0e93f1; width: 2px; position: absolute; display: none;}
.man-wrapper #line0{height: 44px;
    top: 89px;
    right: 135px;
    -webkit-transform: rotate(-88deg);
        -ms-transform: rotate(-88deg);
            transform: rotate(-88deg);}
.man-wrapper #line1{height: 50px;
    top: 60px;
    left: 115px;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);}
.man-wrapper #line2{height: 20px;
    top: 50px;
    left: 105px;
     -webkit-transform: rotate(-89deg); -ms-transform: rotate(-89deg); transform: rotate(-89deg);}
.man-wrapper #line3{ height: 58px;
    top: 0px;
    left: 112px;
    -webkit-transform: rotate(30deg);-ms-transform: rotate(30deg);transform: rotate(30deg);}
.man-wrapper #line4{
       border-radius: 100%;
    border-style: solid;
    background: none;
    border-width: 2px;
    border-color: #0e93f1 transparent transparent;
    height: 90px;
    width: 80px;
    left: 102px;
    -webkit-transform: rotate(20deg);-ms-transform: rotate(20deg);transform: rotate(20deg);
    top: -2px;
}
.man-wrapper #line5{height: 90px;
    top: 20px;
    left: 169px;
    -webkit-transform: rotate(12deg);-ms-transform: rotate(12deg);transform: rotate(12deg);}
.man-wrapper #line6{ height: 79px;
    top: 82px;
    left: 124px;
    -webkit-transform: rotate(74deg);-ms-transform: rotate(74deg);transform: rotate(74deg);}
.man-wrapper #line7{ height: 170px;
    top: 123px;
    left: 47px;
    -webkit-transform: rotate(28deg);-ms-transform: rotate(28deg);transform: rotate(28deg);}
.man-wrapper #line8{height: 115px;
    bottom: 266px;
    left: 54px;
    -webkit-transform: rotate(53deg);-ms-transform: rotate(53deg);transform: rotate(53deg);}
.man-wrapper #line9{    height: 360px;
    top: 215px;
    left: 99px;
    -webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);}
.man-wrapper #line10{     height: 170px;
    bottom: -2px;
    left: 122px;
    -webkit-transform: rotate(15deg);-ms-transform: rotate(15deg);transform: rotate(15deg);}
.man-wrapper #line11{     height: 170px;
    bottom: -2px;
    left: 153px;
    -webkit-transform: rotate(-5deg);-ms-transform: rotate(-5deg);transform: rotate(-5deg);}
.man-wrapper #line12{height: 320px;
    top: 253px;
    left: 174px;
    -webkit-transform: rotate(5deg);-ms-transform: rotate(5deg);transform: rotate(5deg);}
.man-wrapper #line13{        top: 232px;
    height: 89px;
    left: 225px;
    -webkit-transform: rotate(-58deg);-ms-transform: rotate(-58deg);transform: rotate(-58deg);}
.man-wrapper #line14{    bottom: 258px;
    height: 218px;
    right: 60px;
    -webkit-transform: rotate(-29deg);-ms-transform: rotate(-29deg);transform: rotate(-29deg);}
.man-wrapper span{ border-radius: 50%; width: 10px; height: 10px; background: #cb0000; display: block; position: absolute; z-index: 2; display: none;}
.man-wrapper #dot0{    left: 155px;
    top: 105px;}
.man-wrapper #dot1{      left: 113px;
    top: 102px;}
.man-wrapper #dot2{    top: 55px;
    left: 110px}
.man-wrapper #dot3{    top: 55px;
    left: 93px}
.man-wrapper #dot4{    top: 1px;
    left: 123px;}
.man-wrapper #dot5{     top: 18px;
    left: 174px;}
.man-wrapper #dot6{    top: 106px;
    left: 154px;}
.man-wrapper #dot7{     top: 126px;
    left: 85px;}
.man-wrapper #dot8{        top: 280px;
    left: 3px;}
.man-wrapper #dot9{    top: 208px;
    left: 97px;}
.man-wrapper #dot10{    bottom: 0;
    left: 94px;}
.man-wrapper #dot11{    bottom: 173px;
    left: 142px;}
.man-wrapper #dot12{    bottom: 4px;
    right: 108px;}
.man-wrapper #dot13{    right: 82px;
    top: 248px;}
.man-wrapper #dot14{    right: 2px;
    bottom: 276px;}
.rate-app .col-xs-7, .rate-app .col-xs-5{  padding: 0;}
.rate-app p{color: #e01c25}
    .star-rating{ float: left; padding: 0;}
    .star-rating li{ width: 19px; height: 19px; float: left; margin-right: 10px; list-style-type: none;}
    .star-rating .grey{ background: url("images/rating_grey.png"); background-size: 100% auto;}
    .star-rating .yellow{ background: url("images/rating_yellow.png"); background-size: 100% auto;}


