    .center {
    width: 1200px;
    margin: auto;
}

h1,
h2,
h3,
h4 {
    font-weight: normal;
}

a {
    color: inherit;
    text-decoration: inherit;
}

.block {
    width: 100%;
    font-family: GillSans, sans-serif;
}

.block1 {
    height: 701px;
    background: url(/images/bg1.jpg) center center no-repeat;
    background-size: 100% 100%;
}

.block1 .center {
    position: relative;
    z-index: 4;
}

header {
    width: 100%;
    height: 100px;
}

header .logo {
    width: 220px;
    height: 56px;
    background: url(/images/logo.png) no-repeat center center;
    float: left;
    margin-top: 17px;
}

header nav {
    list-style-type: none;
    float: right;
    margin-top: 39px;
    font-family: GillSans-Light;
}

header nav li {
    font-size: 15px;
    color: #fff;
    float: left;
    text-align: center;
    padding: 0px 34px;
}

header nav li:nth-child(4) {
    padding-right: 10px;
}

.block1 h1 {
    text-align: center;
    color: #fff;
    margin-top: 170px;
    font-size: 46px;
    font-family: GillSans-SemiBold;
}

.block1 h3 {
    text-align: center;
    color: #fff;
    margin-top: 25px;
    line-height: 24px;
    font-size: 20px;
    font-family: GillSans-Light;
}

.block1 .button {
    width: 142px;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    margin: auto;
    margin-top: 47px;
    font-family: GillSans-SemiBold;
}

.block1 .button a {
    display: block;
    width: 142px;
    height: 43px;
}

.block1 .godown {
    width: 42px;
    height: 14px;
    margin: auto;
    background: url(/images/down.png) no-repeat center center;
    margin-top: 185px;
}

.block1 .godown a {
    display: block;
    width: 42px;
    height: 14px;
}

.block2 {
    height: 260px;
    background: #fff;
    position: relative;
    z-index: 3;
}

.block2 h2 {
    font-size: 26px;
    padding-top: 48px;
    padding-bottom: 22px;
    background: url(/images/line.jpg) no-repeat center bottom;
    text-align: center;
    color: #3f3f3f;
    font-family: GillSans-SemiBold;
}

.block2 p {
    font-size: 24px;
    text-align: center;
    padding-top: 36px;
    color: #3f3f3f;
    width: 80%;
    margin: auto;
}

.block3 {
    height: 217px;
    background: url(/images/bg2.png) no-repeat center center;
    background: url(/images/bg2.png) no-repeat center center, #fff;
    background-size: 100% 100%;
    position: relative;
    z-index: 3;
}

.block4 {
    height: 380px;
    background: #fff;
    position: relative;
    z-index: 3;
}

.block4 ul {
    list-style-type: none;
    width: 1170px;
    margin: auto;
    padding-top: 14px;
}

.block4 ul li {
    float: left;
    width: 240px;
    padding: 15px;
}

.block4 ul li:nth-child(1) {
    background: url(/images/icon1.png) no-repeat center 20%;
}

.block4 ul li:nth-child(2) {
    background: url(/images/icon2.png) no-repeat center 20%;
}

.block4 ul li:nth-child(3) {
    background: url(/images/icon3.png) no-repeat center 20%;
}

.block4 ul li:nth-child(4) {
    background: url(/images/icon4.png) no-repeat center 20%;
}

.block4 ul li h4 {
    text-align: center;
    color: #3f3f3f;
    font-size: 18px;
    padding-top: 136px;
    font-family: GillSans-SemiBold;
}

.block4 ul li p {
    text-align: center;
    color: #3f3f3f;
    font-size: 16px;
    margin-top: 24px;
    width: 220px;
    margin: auto;
    margin-top: 25px;
}

.block5 {
    height: 640px;
    position: relative;
    z-index: 3;
    background: #fff;
}

.carousel {
    width: 1200px;
    margin: auto;
    margin-top: 30px;
    overflow: hidden;
}

.carousel div.list-carousel {
    float: left;
    width: 350px !important;
    height: 375px;
    margin: 25px;
}

.carousel div.list-carousel a {
    outline: none;
}

.carousel div.list-carousel p {
    text-align: center;
	font-family: GillSans-SemiBold;
	font-size: 18px;
	margin-top: 17px;
}

.carousel div.list-carousel img {
	display: block;
	margin: auto;
	width: 220px;
	height: 220px;
}

.download-ios {
	width: 155px;
	height: 46px;
	margin: auto;
	margin-top: 18px;
	background: url(/images/download-ios.png) no-repeat center center;
}


.download-android {
	width: 155px;
	height: 46px;
	margin: auto;
	margin-top: 18px;
	background: url(/images/download-android.png) no-repeat center center;
	background-size: 100% 100%;
}

.slick-arrow {
    width: 21px;
    height: 65px;
    pointer-events: inherit;
    display: block;
    border: none;
    background: rgba(255, 255, 255, 0);
    outline: none;
    font-size: 0px;
    color: rgba(255, 255, 255, 0);
    position: absolute;
    margin-top: 100px;
    cursor: pointer;
}

.slick-prev {
    background: url(/images/arrow-left.png) no-repeat center left;
    left: 50%;
    margin-left: -580px;
}

.slick-next {
    background: url(/images/arrow-right.png) no-repeat center right;
    right: 50%;
    margin-right: -580px;
}

.block5 .flexslider {
    z-index: 15;
    position: relative;
}

.block5 .heading {
    height: 214px;
    width: 100%;
    position: relative;
    z-index: 10;
    background: url(/images/bg3.png) no-repeat center center;
    background-size: 100% 100%;
}

.block5 .heading-bg {
    position: absolute;
    background: url(/images/bg3.png) no-repeat center center;
    background-size: 100% 100%;
    height: 214px;
    width: 100%;
    z-index: 5;
    opacity: 1;
}

.block5 .heading h3 {
    text-align: center;
    font-size: 26px;
    color: #fff;
    padding-top: 78px;
    font-family: GillSans-SemiBold;
    padding-bottom: 33px;
    background: url(/images/line2.jpg) no-repeat center bottom;
}

.block5 .content > p {
    text-align: center;
    color: #5b5b5b;
    text-align: center;
    line-height: 20px;
    padding-top: 52px;
    position: absolute;
    width: 1000px;
    margin-left: 100px;
}

.block6 {
    background: #111e2a;
    height: 111px;
    position: relative;
    z-index: 3;
}

.block6 ul {
    list-style-type: none;
    margin: auto;
    width: 600px;
}

.block6 ul li {
    float: left;
    width: 150px;
    height: 108px;
}

.block6 ul li a {
    display: block;
    width: 150px;
    height: 108px;
}

.block6 ul li:nth-child(1) {
    background: url(/images/soc1.png) no-repeat center center;
}

.block6 ul li:nth-child(2) {
    background: url(/images/soc2.png) no-repeat center center;
}

.block6 ul li:nth-child(3) {
    background: url(/images/soc3.png) no-repeat center center;
}

.block6 ul li:nth-child(4) {
    background: url(/images/soc4.png) no-repeat center center;
}

.block7 {
    height: 520px;
    position: relative;
    z-index: 3;
    background: #fff;
}

.block7 h2 {
    font-size: 26px;
    padding-top: 42px;
    padding-bottom: 22px;
    background: url(/images/line.jpg) no-repeat center bottom;
    text-align: center;
    color: #3f3f3f;
    font-family: GillSans-SemiBold;
}

.block7 p {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    padding-top: 25px;
    color: #3f3f3f;
}

.block7 form {
    width: 660px;
    margin: auto;
    margin-top: 48px;
}

.block7 form input {
    border: 3px solid #5d5d5d;
    outline: none;
    padding: 0px;
    width: 312px;
    height: 39px;
    float: left;
    font-family: GillSans-SemiBold;
    text-indent: 10px;
    font-size: 16px;
}

.block7 form input.email {
    margin-left: 24px;
}

.block7 form textarea {
    width: 634px;
    height: 111px;
    border: 3px solid #5d5d5d;
    outline: none;
    padding: 10px;
    margin-top: 20px;
    font-family: GillSans-SemiBold;
    font-size: 16px;
    resize: none;
}

.block7 form input.submit {
    background: none;
    float: none;
    display: block;
    margin: auto;
    margin-top: 33px;
    background: rgba(255, 255, 255, 0);
    border: 3px solid #652e93;
    text-align: center;
    border-radius: 8px;
    width: 167px;
    height: 52px;
    color: #652e93;
    text-indent: 0px;
    cursor: pointer;
}

.block8 {
    background: #212c36;
    height: 150px;
    position: relative;
    z-index: 3;
}

.block8 .bottom-logo {
    height: 67px;
    width: 265px;
    background: url(/images/logo2.png) no-repeat center center;
    margin: auto;
    position: relative;
    top: 45px;
}

footer {
    background: #1b2733;
    height: 28px;
    position: relative;
    z-index: 3;
}

footer p {
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    color: #838282;
}

.slides {
    list-style-type: none;
}

.video {
    width: 100%;
    position: fixed;
    z-index: 2;
}

@media screen and (max-width: 1240px) {
    .center {
        width: 100%;
    }
    header .logo {
        margin-left: 20px;
    }
    .video {
        display: none;
    }
    .block5 .content > p {
        width: 80%;
        margin-left: 10%;
    }
    .block2 p {
        width: 90%;
        margin: auto;
    }
    
    .block4 ul li p {
        width: 200px;
    }
    
    .block4 ul {
    width: 970px;
}

.block4 ul li {
    width: 190px;
}
    
    .block5 .content > p {
        width: 80%;
        margin-left: 10%;
    }
	
	.carousel {
		width: 800px !important;
	}
	
	.carousel div.list-carousel {
		width: 217px !important;
	}
	
	.slick-prev {
    margin-left: -420px;
}

.slick-next {
    margin-right: -420px;
}
}

@media screen and (max-width: 970px) {
    .block4 {
        height: 750px;
    }
    .block4 ul {
        width: 485px;
        margin: auto;
    }
    .block5 {
        height: 700px;
    }
    .block5 .content > p {
        width: 80%;
        margin-left: 10%;
    }
	
	.carousel div.list-carousel {
		width: 220px !important;
	}
	
	.slick-prev {
    margin-left: -300px;
}

.slick-next {
    margin-right: -300px;
}
	
	.carousel {
		width: 540px !important;
	}
    .block2 p {
        width: 80%;
        margin: auto;
    }
    .block1 {
        background-size: cover;
    }
    .block3 {
        background-size: cover;
    }
    .block5 .heading {
        background-size: cover;
    }
    .block5 .heading-bg {
        background-size: cover;
    }
    header .logo {
        float: none;
        margin: auto;
        padding-top: 40px;
    }
    header nav {
        float: none;
        margin: auto;
        width: 570px;
        margin-top: 40px;
    }
}

@media screen and (max-width: 665px) {
    .block5 {
        height: 520px;
    }
    .block7 form {
        width: 100%;
    }
    .block7 form input {
        float: none;
        width: 80%;
        display: block;
        margin: auto;
        margin-top: 20px;
    }
	
	header nav li:nth-child(4) {
		padding-right: 34px;
	}
	
    .block7 form textarea {
        width: 75%;
        display: block;
        margin: auto;
        margin-top: 20px;
    }
    .block7 form input.email {
        margin: auto;
        margin-top: 20px;
    }
    header nav {
        width: 100%;
        margin-top: 0px;
    }
    header nav li {
        float: none;
        margin: auto;
        text-align: center;
        padding-top: 20px;
    }
    .block1 h1 {
        width: 80%;
        margin: auto;
        margin-top: 200px;
    }
    .block1 h3 {
        width: 80%;
        margin: auto;
        margin-top: 40px;
    }
    .block1 {
        height: 800px;
    }
    .block1 .button {
        margin-top: 70px;
    }
    .block1 .godown {
        margin-top: 75px;
    }
    .block4 {
        height: 1300px;
    }
    .block4 ul {
        width: 100%;
    }
    .block4 ul li {
        width: 100%;
        float: none;
        padding: 0px;
    }
    .block5 {
        height: 670px;
    }
	
	.carousel div.list-carousel {
		width: 320px !important;
		margin: auto;
	}
	
	.slick-prev {
    margin-left: -180px;
}

.slick-next {
    margin-right: -180px;
}
	
	.carousel {
		width: 320px !important;
	}
	
    .block6 ul {
        width: 100%;
    }
    .block6 ul li {
        width: 50%;
    }
    .block6 ul li a {
        width: 100%;
    }
    .block6 {
        height: 222px;
    }
    .block2 {
        height: 310px;
    }
    .block7 p {
        width: 80%;
        margin: auto;
    }
    .block7 {
        height: 600px;
    }
    
    .thanks {
        width: 70% !important;
    } 
    
    .flex-control-nav {
        bottom: -340px;
    }
}

@media screen and (max-width: 400px) {
    .block5 {
        height: 650px;
    }
	
	.slick-prev {
    margin-left: -150px;
}

.slick-next {
    margin-right: -150px;
}
	
    .block2 {
        height: 330px;
    }
    
    .flex-control-nav {
        bottom: -200px;
    }
    
}

@media screen and (max-width: 350px) {
    .block1 {
        height: 880px;
    }
    .block2 {
        height: 370px;
    }
}

@media screen and (max-width: 315px) {
    .block5 {
        height: 500px;
    }
    .block2 {
        height: 420px;
    }
    
    .flex-control-nav {
        bottom: -260px;
    }
}

.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
}

.thanks {
    background-color: #fff;
    display: inline-block;
    left: 50%;
    opacity: 0;
    padding: 15px;
    width: 500px;
    height: 350px;
    position: fixed;
    top: 50%;
    visibility: hidden;
    z-index: 999999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s
}

.close_window {
    width: 6px;
    height: 17px;
    position: absolute;
    padding: 1px 9px 4px;
    top: -15px;
    right: -15px;
    cursor: pointer;
    color: #fff;
    font-family: 'tahoma', sans-serif;
    background: -webkit-gradient(linear, left top, right top, from(#364657), to(#63778C));
    background: -webkit-linear-gradient(top, #364657, #63778C);
    background: -moz-linear-gradient(top, #364657, #63778C);
    background: -o-linear-gradient(top, #364657, #63778C);
    background: -ms-linear-gradient(top, #364657, #63778C);
    background: linear-gradient(top, #364657, #63778C);
    background-color: #63778C;
    border: 1px solid #364657;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.5)
}

.close_window:hover {
    background: -webkit-gradient(linear, left top, right top, from(#63778C), to(#364657));
    background: -webkit-linear-gradient(top, #63778C, #364657);
    background: -moz-linear-gradient(top, #63778C, #364657);
    background: -o-linear-gradient(top, #63778C, #364657);
    background: -ms-linear-gradient(top, #63778C, #364657);
    background: linear-gradient(top, #63778C, #364657);
    background-color: #364657;
    border: 1px solid #00385E
}

.close_window:active {
    background: #8f9be0
}

.okform {
    width: 100%;
    height: 200px;
    background: url(/images/formok.png) no-repeat center center;
}

.thanks h3 {
    font-weight: 400;
    text-align: center;
    font-size: 30px;
    color: #000;
    font-family: GillSans, sans-serif;
}

.thanks h5 {
    text-align: center;
    margin-top: 15px;
    font-size: 22px;
    font-family: GillSans, sans-serif;
}

.red {
    border: 3px solid #d01b1b !important;
}

.green {
    border: 3px solid #507d50 !important;
}

