
body{
    font-size: 1.6rem;
    font-family:'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 100%;
    background-color: #ffffff;
    color: #505050;
    line-height: 1.75;
    position: relative;
	
}
h1, h2, h3, h4, h5, h6{
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 1.33;
    color: #1193d4;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.3px;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{
    display: block;
}
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b{
    font-weight: 800;
}
h1{
    font-size: 28px;
    letter-spacing: 0.4px;
}
h2{
    font-size: 25px;
    letter-spacing: 0.4px;
}
h3{
    font-size: 21px;
    letter-spacing: 0.4px;
}
h4{
       font-size:17px;
    letter-spacing: 0.4px;
}
h5{
     font-size: 15px;
    letter-spacing: 0.4px;
}
h6{
      font-size: 12px;
    letter-spacing: 0.4px;
}
a{
    transition: all 0.4s ease;
}
a, a:focus, a:visited{
    color: #1193d4;
}
a:hover {
    color: #416467;
    text-decoration: none;
}
.section-bg h1, .section-bg h2, .section-bg h3, .section-bg h4, .section-bg h5, .section-bg h6{
    color: #f5f5f5;
}
.section-bg h1 b, .section-bg h2 b, .section-bg h3 b, .section-bg h4 b, .section-bg h5 b, .section-bg h6 b, .section-bg p{
    color: #ffffff;
}
p{
    margin: 0 0 10px 0;
}
p:last-child, p:only-child{
    margin-bottom: 0;
}
ul, ol{
    margin: 0;
    padding: 0;
}
ul{
    list-style: none;
}
ul li{
    position: relative;
    line-height: 2.25;
    vertical-align: middle;
}
ul li:before{
    position: relative;
    content: "\f058";
    font-family: "FontAwesome";
    font-size: 1.8rem;
    vertical-align: middle;
    color: #1193d4;
    margin-right: 12px;
}
img{
    max-width: 100%;
    height: auto;
}
.section, header, footer{
    position: relative;
    background-position: center center;
    background-size: cover;
}
.border-sep{
    border-bottom: 1px solid #999999;
}
.section-padding{
    padding: 90px 0;
}
.section-padding-extra{
    padding: 112px 0;
}
.section-bg:before{
    background-color: #1193d4;
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
}
.section-bg.overlay-black:before{
    background-color: #000000;
}
.section-bg > div{
    z-index: 1;
}
.verticle-center {
    top: 40%;
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.verticle-center1 {
    top: 40%;
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.display-flex {
    display: flex;
    align-items: center;
}
.section-heading{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 100px;
}
.section-heading:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 200px;
    height: 1px;
    background-color: #aeaeae;
    margin-left: -100px;
}
.section-bg .section-heading:before{
    background-color: #1193d4;
}

/*** Buttons ***/
.btn{
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    display: inline-block;
    font-size: 1.8rem;
    color: #ffffff;
     background-color: #6cbe45;
    border-radius: 4px;
    padding: 10px 52px;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
}
.btn:focus, .btn:visited{
    color: #ffffff;
}
.btn:before{
    transition: all 0.4s ease;
    z-index: -1;
}
.btn:hover, .btn:focus:hover, .btn:visited:hover{
    background-color: #fff;
    color: #6cbe45;
}
.btn-white, .btn-white:focus, .btn-white:visited{
    color: #1193d4;
    background-color: #ffffff;
}

/*** Form and Input ***/
input, select, textarea{
    width: 100%;
    font-size: 1.4rem;
    color: #333333;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: transparent;
    line-height: 24px;
    padding: 8px 15px;
    letter-spacing: 0.3px;
}
::-webkit-input-placeholder { 
  color: #fff;
}
::-moz-placeholder { 
  color: #fff;
}
:-ms-input-placeholder { 
 color: #fff;
}
:-moz-placeholder { 
 color: #fff;
}
.section-bg input, .section-bg select, .section-bg textarea{
    border: 1px solid #ffffff;
    color: #ffffff;
}
.section-bg ::-webkit-input-placeholder { 
  color: rgba(255, 255, 255, 0.55);
}
.section-bg ::-moz-placeholder { 
  color: rgba(255, 255, 255, 0.55);
}
.section-bg :-ms-input-placeholder { 
  color: rgba(255, 255, 255, 0.55);
}
.section-bg :-moz-placeholder { 
  color: rgba(255, 255, 255, 0.55);
}
[class*=col] > input, [class*=col] > select, [class*=col] > textarea{
    margin-bottom: 30px;
}
input:focus, select:focus, textarea:focus{
    outline: none;
}
button.btn {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 0px;
    width: 100%;
}

/*----------------------------------------
Header
----------------------------------------*/

.top-header{    
	background: url(../images/1.jpg);
    height: 950px;    
	position: fixed;
    background-position:  70% 0%;
    background-size: cover;
	width: 100%;
}

.logo{
    display: inline-block;
}
.top-header h1, .flex_text {
    margin-top: 40px;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.4px;
}
.flex_text li{
    font-size: 3.6rem;
    color: #f5f5f5;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.33;
}
.flex_text li:before{
    content: none;
}
.top-header p{
    margin-top: 36px;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    line-height: 33px;
	    font-size: 14px;
}
.banner-signup{
        background-color: rgba(17, 147, 212, 0.47);
    padding: 35px 25px 72px;
    border-radius: 4px;
    position: relative;
}
 .banner-signup:before, .banner-signup:after{
    content: "";
    position: absolute;
    width: 75%;
    height: 6px;
    background-color: #1193d4;
    opacity: 0.5;
    left: 50%;
    transform: translateX(-50%);
} 
.banner-signup:before{
    top: 0;
}
.banner-signup:after{
    bottom: 0;
}
.signup-title{
    margin-bottom: 25px;
    color: #fff !important;
}
.banner-signup input {
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    text-align: center;
	margin-bottom: 20px
}
.banner-signup input + input, .banner-signup input + button{
    margin-top: 28px;
}

.banner-signup1{
        background-color: rgba(17, 147, 212, 0.47);
    padding:20px 25px 20px;
    border-radius: 4px;
    position: relative;	
}
 .banner-signup1:before, .banner-signup1:after{
    content: "";
    position: absolute;
    width: 75%;
    height: 6px;
    background-color: #1193d4;
    opacity: 0.5;
    left: 50%;
    transform: translateX(-50%);
} 
.banner-signup1:before{
    top: 0;
}
.banner-signup1:after{
    bottom: 0;
}

.banner-signup1 input {
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    text-align: center;
	margin-bottom: 10px;
}
.banner-signup1 input + input, .banner-signup1 input + button{
    margin-top: 17px;
}

.signup-title1{
    margin-bottom: 15px;
    color: #fff !important;
}

.forgetpws
{
	    margin-top:20px;
}

.forgetpws a
{
	    color:#fff;
}

.sign-up1 p {
    margin-top: 15px;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    line-height: 33px;
    font-size: 16px;
}
.sign-up1 a
{
	       color: #6cbe45;
		       margin: 0px 6px;
}

.sign-up1 a:hover
{
	       color: #fff;
}
.sign-up p {
    margin-top: 36px;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    line-height: 33px;
    font-size: 16px;
}
.sign-up a
{
	       color: #6cbe45;
		       margin: 0px 6px;
}

.sign-up a:hover
{
	       color: #fff;
}

@media screen and (max-width: 1200px) {
    .description-tab .nav-tabs{
        margin-right: 20px;
    }
    .description-tab .tab-content{
        width: calc(100% - 140px);
    }
}

@media screen and (max-width: 991px) {
    .display-flex{
        display: block;
        float: left;
        width: 100%;
    }
   
}
@media screen and (max-width: 767px) {
    h1, .flex_text li {
        font-size: 2.4rem;
    }
    .section-padding, .section-padding-extra {
        padding: 60px 0;
    }
    .section-heading{
        margin-bottom: 40px;
    }
    .section-title{
        font-size: 3rem;
    }
 
    .top-header h1, .flex_text, .top-header p, .device-download, .button-group{
        margin-top: 25px;
    }
    .banner-v2 .button-group .btn + .btn{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: max-content;
    }
    .button-group .btn + .btn {
        margin-left: 0;
        margin-top: 20px;
        clear: left;
    }
    input, button{
        margin-left: 0;
        margin-right: 0;
        display: block;
        width: 100% !important;
    }
    input + input, input + button{
        margin-top: 20px;
    }
    .trial-form input{
        max-width: none;
    }
    .intros{
        margin-bottom: -70px;
    }
    .intro{
        margin-bottom: 70px;
    }
	.top-header h1
	{
		display:none;
	}
 .top-header p
 {
		display:none;
	}
	.verticle-center {
    top: 28% !important;
}
	.banner-signup{
	padding:30px 25px 30px;
		}
	input, select, textarea {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #333333;
    font-size: 1.4rem;
    letter-spacing: 0.3px;
    line-height: 20px;
    padding: 8px;
    width: 100%;
}
	.logo {
    display: inline-block;
    margin-bottom: 20px;
}
	.top-header{     
	position: absolute;
}
}
.banner-signup .errorMessage{
	color: #f9df7a
}
.footer {
    border-top: 1px solid rgba(67, 89, 102, 0.1);
    padding: 9px 0px;
    text-align: center;
    width: 100%;
    background: #fff;
    bottom: 0px;
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
}