
/*------------------------------------------------------------------

[Table of contents]

1. Core
2. Home

-------------------------------------------------------------------*/

/*========= 1.Core =========*/
.clr{clear:both;}
.container{width:1000px;}
.container-860{width:860px;}
.width-100p{width:100%;}
.width-90p{width:90% !important;}
.width-80p{width:80% !important;}
.center-block{display:block;margin:0 auto;}
.text-center{text-align: center;}
.br-10a{border-radius:10px;}
.blue-border-box-1px{border:1px solid #1589cb;border-radius:10px;position:relative;}
.white-border-box-1px{border:1px solid #fff;border-radius:10px;position:relative;}
.red-border-box-1px{border:1px solid #be3226;border-radius:10px;position:relative;}
.yellow-border-box-1px{border:1px solid #fc0;border-radius:10px;position:relative;}
.blue-box-shadow-5px{-webkit-box-shadow: 0 0 5px 5px #0b3686;box-shadow: 0 0 5px 5px #0b3686;}

/*========= 2.Font case =========*/
.text-case-none{text-transform:none;}
.text-bold{font-weight:bold;}
.text-light{font-weight:300;}
.text-medium{font-weight:500;}
.text-lato, .navbar-nav>li>a{font-family: 'Montserrat', sans-serif;}

/*========= 3.Font Sizes =========*/
body *{font-family: 'Montserrat', sans-serif; color:#363333;}
.title-header{font-family: 'Montserrat', sans-serif;;font-size:60px;line-height:62px;font-weight:900;}
.title{font-family: 'Montserrat', sans-serif;;font-weight:900;}
.sub-title{font-size:16px;line-height:24px;font-family: 'Montserrat', sans-serif;}
.text-100{font-size:100px;line-height:110px;}
.text-80{font-size:80px;line-height:90px;}
.text-50{font-size:50px;line-height:60px;}
.text-46{font-size:46px;line-height:56px;}
.text-42{font-size:42px;line-height:52px;}
.text-36{font-size:36px;line-height:46px;}
.text-34{font-size:34px;line-height:44px;}
.text-32{font-size:32px;line-height:42px;}
.text-28{font-size:26px;line-height:38px;}
.text-26{font-size:26px;line-height:36px;}
.text-24{font-size:24px;line-height:34px;}
.text-22{font-size:22px;line-height:32px;}
.text-20{font-size:20px;line-height:30px;}
.text-18{font-size:18px;line-height:26px;}
.text-16{font-size:16px;line-height:20px;}
.text-12{font-size:12px;line-height:18px;}
.text-10{font-size:10px;line-height:16px;}

/*========= 4.Font color =========*/
.text-black{color:#333;}
.text-blue{color:#197acb;}
.text-orange{color:#ec5122;}
.text-yellow{color:#fc0;}
.text-white{color:#fff;}
.text-bluegreen{background: -webkit-linear-gradient(left, #197acb, #019245);background: linear-gradient(left, #197acb, #019245);
	-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
/*========= 5.Margins =========*/
.mt-0{margin-top:0px;}
.mt-10{margin-top:10px;}
.mt-20{margin-top:20px;}
.mt-40{margin-top:40px;}
.mt-60{margin-top:60px;}
.mtn-60{margin-top:-60px;}
.mtn-80{margin-top:-80px;}
.mbn-30{margin-bottom:-30px;}
.mbn-70{margin-bottom:-70px;}
.mb-0{margin-bottom:0;}
.mb-10{margin-bottom:10px;}
.mb-20{margin-bottom:20px;}
.mb-30{margin-bottom:30px;}
.mb-40{margin-bottom:40px;}
.mb-60{margin-bottom:60px;}
.mb-80{margin-bottom:80px;}


/*========= 6.Padding =========*/

.p-20a{padding:20px;}
.p-10{padding:10px;}
.p-20{padding:20px;}
.p-30{padding:30px;}
.pt-10{padding-top:10px;}
.pt-20{padding-top:20px;}
.pt-40{padding-top:40px;}
.pt-60{padding-top:60px;}
.pt-80{padding-top:80px;}
.pt-100{padding-top:100px;}
.pb-10{padding-bottom:10px;}
.pb-20{padding-bottom:20px;}
.pb-30{padding-bottom:30px;}
.pb-40{padding-bottom:40px;}
.pb-60{padding-bottom:60px;}
.pb-80{padding-bottom:80px;}
.pb-110{padding-bottom:150px;}
.navbar-brand{padding:0px   ;}
.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;}

/*========= 7. Colors=========*/
.bgt{background:transparent none;}
.bg-darkgrey{background-color:#2a2a2a;}
.bg-blue{background-color:#1589cb;}
.bg-white{background-color:#fff;}
.bg-lblue{background-color: #c3e8fd;}
.text-lgray{color:#999;}
.text-white{color:#fff;}
.text-yellow{color:#fc0;}
.text-lblue{color:#0c90da;}
.text-dblue{color:#305063;}
.bg-gr-bluegreen{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#197acb+0,019245+100 */
background: #197acb; /* Old browsers */
background: -moz-linear-gradient(left, #197acb 0%, #019245 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #197acb 0%,#019245 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #197acb 0%,#019245 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#197acb', endColorstr='#019245',GradientType=1 ); /* IE6-9 */}
.bg-gr-pink-violet{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff008a+0,7006fe+100 */
background: #ff008a; /* Old browsers */
background: -moz-linear-gradient(left, #ff008a 0%, #7006fe 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #ff008a 0%,#7006fe 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #ff008a 0%,#7006fe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff008a', endColorstr='#7006fe',GradientType=1 ); /* IE6-9 */}

/*========= 7.Backgrounds Image=========*/
.bg-style-1{background:#eff8fc url(../images/bg-style-2.png) no-repeat center center; background-size: cover;}
/*========= 8.JV Page CSS=========*/
.botwave-bg{background:#ffffff url(../images/cta-bg.png) no-repeat no-repeat center ;background-size:cover;}
.section-111{background:#ffffff url(../images/section-1-bg.png) no-repeat center bottom;background-size:cover;}
.section-1{background:#ffffff url(../images/section-1-bg.png) no-repeat center bottom;background-size:cover;}
.section-3{background:#eff8fc url(../images/bg-style-2.png) no-repeat center center; background-size: cover;}
.section-4{background-color:#ffffff;}
.section-5555{background: url(../images/section-5-bg.png) no-repeat center bottom; background-size: cover;}
.section-6{background:#ffffff;}
.section-7{background:#ffffff url(../images/section-7-bg.png) no-repeat center top;background-size:cover;}
.section-8{background:#ffffff;}
.section-10{background:#ffffff;}
.section-11{background:#c6ecfe;}
.section-12{background:#ffffff;}
.section-13{background:#c6ecfe ;}
.section-14{background:#ffffff url(../images/section-14-bg.png) no-repeat center bottom;background-size:cover;}
.section-15{background:#ffffff ;}
.section-16{background:#c6ecfe;}
.section-17{background:#ffffff;}
.section-18{background:#216787;}
.section-19{background:#ffffff;}
.section-20{background:#eff8fc url(../images/cta-bg.png) no-repeat center center; background-size: cover;}
.section-cta{background:#eff8fc url(../images/section-cta.png) no-repeat center center; background-size: cover;}
.footer-15{background: #404040;}
.green-input-field {
    font-size: 18px;
    padding: 15px;
    border: 1px solid #ccc;
    font-family: 'Lato', sans-serif;
    width: 48%;
    margin: 0 auto;
    display: block;
}

.grey-input-field {
    

    font-size: 18px;
    padding: 15px;
    border: 2px solid #ccc;
    font-family: 'Lato', sans-serif;
    width: 48%;
    margin: 0 auto;
    display: block;
    background-color:#e4e5e7;
}
.yellow-cta {
    background: #fc0;
    text-shadow: 0 0 5px #aa8b0f;
    padding:20px 10px;
    color: #fff;
    font-weight: 800;
    border: 0 none;
    font-size: 28px;
    border-radius: 7px;
    width: 48%;
    margin: 0 auto 40px auto;
    display: block;
    position: relative;
    top: 2px;
}
.yellow-cta:hover {
    background: #0cca46;
    text-shadow: 0 0 5px #dd9700;
    cursor: pointer;
}

.lgreen-cta {
    background: #0cca46;
    text-shadow: 0 0 5px #aa8b0f;
    padding:20px 10px;
    color: #fff;
    font-weight: 800;
    border: 0 none;
    font-size: 28px;
    width: 48%;
    margin: 0 auto 40px auto;
    display: block;
    position: relative;
    top: 2px;
}
.lgreen-cta:hover {
    background: #09c242;
    text-shadow: 0 0 5px #dd9700;
    cursor: pointer;
}
/*========= 9.J FooterCSS=========*/
.footer{background-color:#fff;padding-top:20px;color:#999;}
.footer-alt{margin:0;padding:0;}
.footer a:hover { color: #bbb;}
.copyright-txt{color:#999;}

.show-mobile{display:none;}

/* Hide Play button + controls on iOS */
video::-webkit-media-controls {
    display:none !important;
}

@media only screen and (max-width: 768px) {
    
	.container{width:90%;padding-left:5%;padding-right:5%;}
	.container-860{width:90%;padding-left:5%;padding-right:5%;}
    .text-80{font-size:42px;}
    .ctaperson{padding-top:10px !important;}
    .ctaperson-right{margin-top:20px;}
    .ctaperson .text-36{font-size:25px;line-height:25px;}

}
/* Small devices (tablets, 768px and up) */
@media only screen and (max-width: 992px) {
	.container{width:90%;padding-left:5%;padding-right:5%;}
	.container-860{width:90%;padding-left:5%;padding-right:5%;}
	.show-mobile{display:block;}
	.hide-mobile{display:none;}
	.center-mobile{text-align:center;}
}


/* Large devices (large desktops, 1200px and up) */
@media only screen and (max-width: 1600px){ 
}