﻿html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
    article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
    ol,ul{list-style:none;margin:0px;padding:0px;}
    blockquote,q{quotes:none;}
    blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
    table{border-collapse:collapse;border-spacing:0;}
    a{text-decoration:none;}
    .txt-rt{text-align:right;}/* text align right */
    .txt-lt{text-align:right;}/* text align left */
    .txt-center{text-align:center;}/* text align center */
    .float-rt{float:right;}/* float right */
    .float-lt{float:right;}/* float left */
    .clear{clear:both;}/* clear float */
    .pos-relative{position:relative;}/* Position Relative */
    .pos-absolute{position:absolute;}/* Position Absolute */
    .vertical-base{	vertical-align:baseline;}/* vertical align baseline */
    .vertical-top{	vertical-align:top;}/* vertical align top */
    nav.vertical ul li{	display:block;}/* vertical menu */
    nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
    img{max-width:100%;}
    body {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        background-size: cover;
        font-family: 'Times New Roman", Times, serif;
    }
    body a {
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
        text-decoration: none;
        font-size:15px;
        font-weight:600;
    }
    body a:hover {
        text-decoration: none;
    }
    body a:focus, a:hover {
        text-decoration: none;
    }
    input[type="button"], input[type="submit"] {
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }
    h1, h2, h3, h4, h5, h6 {
        margin: 0;
        padding: 0;
        font-family: 'arial', sans-serif;
        font-weight:600;

    }
    .clear{
        clear:both;
    }
    p {
        margin: 0;
        color:#fff;
        line-height:1.8em;
        font-size:14px;
        font-weight:400;
    }
    .row{
        margin:0px;
        padding:0px;
    }
    ul {
        margin: 0;
        padding: 0;
    }
    label {
        margin: 0;
    }
    a:focus, a:hover {
        text-decoration: none;
        outline: none;
    }
    img{
        width:100%;
    }
    /*-- //Reset-Code --*/


    input[type="text"] {
        font-size: 15px;
        color:#fff;
        font-weight: 500;
        text-align: right;
        text-transform: capitalize;
        padding: 12px 10px 12px 10px;
        width:90%;
        display:inline-block;
        box-sizing: border-box;
        border: none;
        outline: none;
        background: transparent;
        font-family: 'Times New Roman", Times, serif;
    }
    input[type="email"] {
        font-size: 15px;
        color:#fff;
        font-weight: 500;
        text-align: right;
        padding: 12px 10px 12px 10px;
        width:90%;
        display:inline-block;
        box-sizing: border-box;
        border: none;
        outline: none;
        background: transparent;
        font-family: 'Times New Roman", Times, serif;
    }
    input[type="Password"] {
        font-size: 15px;
        color:#fff;
        font-weight: 500;
        text-align: right;
        text-transform: capitalize;
        padding: 12px 10px 12px 10px;
        width:90%;
        display:inline-block;
        box-sizing: border-box;
        border: none;
        outline: none;
        background: transparent;
        font-family: 'Times New Roman", Times, serif;
    }
    .input-group {
        margin-bottom: 25px;
        padding: 0px 10px;
        border-bottom: 1px solid #fff;
    }
    .btn-block {
        display: block;
        width: 50%;
        margin: 0 auto;
    }
    .btn:active {
        outline: none;
    }
    .btn-danger {
        color: #333;
        background-color: #fff;
        margin-top: 15px;
        outline:none;
        padding:12px 12px;
        cursor:pointer;
        font-size: 15px;
        font-weight: 600;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        border: none;
        text-transform: uppercase;
        font-family: 'Times New Roman", Times, serif;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }


    .btn-danger:hover{
        background-color:#333;
        color: #fff;
    }
    .w3_info h2 {
        display: inline-block;
        font-size: 26px;
        margin-bottom: 10px;
        color: #fff;
    }
    .w3_info h4 {
        display: inline-block;
        font-size: 15px;
        padding: 8px 0px;
        color: #444;
        text-transform: capitalize;
    }
    ::-webkit-input-placeholder {
        color:#eee !important;
    }
    ::-moz-placeholder { /* Firefox 18- */
        color:#eee !important;
    }
    ::-moz-placeholder {  /* Firefox 19+ */
        color:#eee !important;
    }
    ::-ms-input-placeholder {
        color:#eee !important;
    }

    a.btn.btn-block.btn-social.btn-facebook {
        display: block;
        width: 100%;
        padding: 10px 0px;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        font-family: 'Times New Roman", Times, serif;
    }
    h1 {
        text-align: center;
        font-size: 45px;
        margin: 30px 0px;
        color: #fff;
        font-weight:500;
    }
    .w3_info {
        flex-basis: 50%;
        -webkit-flex-basis: 50%;
        box-sizing: border-box;
        padding: 3em 4em;
        background: #af0a1a;
    }
    .left_grid_info {
        padding: 6em 4em;
    }


    .agile_info {
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;      /* TWEENER - IE 10 */
        display: -webkit-flex;     /* NEW - Chrome */
        display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    }

    ul.social_section_1info li {
        display: inline-block;
    }
    ul.social_section_1info {
        margin-top: 25px;
    }
    ul.social_section_1info a {
        color: #eee;
        margin-right: 10px;
        font-size: 15px;
    }
    ul.social_section_1info a:hover {
        color: #01cd74;
    }
    .w3l_form {
        padding: 0px;
        flex-basis: 50%;
        -webkit-flex-basis: 50%;
        background:#fff;
    }
    .w3_info p {
        padding-bottom: 30px;
        text-align: center;
    }
    p.account, p.account a {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 0px;
        color: #ccc;
    }
    p.account a:hover {
        color: #fff;
    }
    h3.w3ls {
        margin: 10px 0px;
        padding-left: 60px;
    }
    h3.agileits {
        padding-left: 10px;
    }
    .container {
        width: 60%;
        margin: 0 auto;
    }
    .input-group i.fa {
        font-size: 16px;
        vertical-align: middle;
        color:#eee;
        box-sizing:border-box;
        float:right;
        width:6%;
        margin-top: 13px;
        text-align: center;
    }
    h5 {
        text-align: center;
        margin: 10px 0px;
        font-size: 15px;
        font-weight: 600;
        color: #000;
    }
    .footer p {
        color: #fff;
        text-align: center;
        margin: 40px 0px;
        font-size: 15px;
    }
    .footer p a {
        color:#fff;
    }
    .footer p a:hover {
        color:#ff4c4c;
    }

    /** Responsive **/
    @media screen and (max-width: 1440px){
        .container {
            width: 70%;
            margin: 0 auto;
        }
    }
    @media screen and (max-width: 1280px){
        .container {
            width: 75%;
        }
    }
    @media screen and (max-width: 1080px){
        .container {
            width: 80%;
        }
        .left_grid_info {
            padding: 7em 3em;
        }
        .w3_info {
            padding: 3em 3em;
        }
        .left_grid_info h4 {
            font-size: 1.1em;
        }
    }
    @media screen and (max-width: 1024px){
        .left_grid_info h3 {
            font-size: 2em;
        }
        .container {
            width: 84%;
        }
    }
    @media screen and (max-width: 991px){
        .w3_info h2 {
            font-size: 24px;
        }
        p {
            font-size: 13px;
        }
        h1 {
            font-size: 40px;
        }
    }
    @media screen and (max-width: 900px){

        .container {
            width: 90%;
        }
        .left_grid_info h4 {
            font-size: 1em;
        }
        .w3_info {
            padding: 3em 2.5em;
        }
    }
    @media screen and (max-width: 800px){
        .container {
            width: 95%;
        }
        input[type="text"],input[type="email"],input[type="password"] {
            font-size: 14px;
        }
        .w3_info h2 {
            font-size: 23px;
        }
    }
    @media screen and (max-width: 768px){
        .container {
            width: 95%;
        }
        .left_grid_info {
            padding: 9em 3em;
        }
        .w3_info h2 {
        }
    }
    @media screen and (max-width: 736px){
        .left_grid_info h3 {
            font-size: 1.7em;
        }
        .w3_info h2 {
            font-size: 22px;
        }
        .w3_info {
            padding: 3em 2em;
        }
        .footer p {
            font-size: 14px;
        }
        .w3_info h4 {
            font-size: 14px;
        }
        .btn-danger {
            padding: 13px 12px;
            font-size: 14px;
        }
    }
    @media screen and (max-width: 667px){
        .agile_info {
            flex-direction: column;
        }
        .container {
            width: 80%;
        }
        .left_grid_info {
            padding: 3em 3em;
        }
        .w3_info {
            padding: 3em 4em;
            margin: 0 auto;
        }
    }
    @media screen and (max-width: 640px){
        h1 {
            font-size: 37px;
        }
    }
    @media screen and (max-width: 480px){
        .w3l_form {
            padding: 0em;
        }
        .w3_info {
            padding: 3em;
        }
        h1 {
            font-size: 34px;
        }
    }
    @media screen and (max-width: 414px){
        .w3_info {
            padding: 2em;
        }
        h1 {
            font-size: 32px;
        }
        .left_grid_info p {
            font-size: 13px;
        }
        .container {
            width: 90%;
        }
    }
    @media screen and (max-width: 384px){
        .left_grid_info h4 {
            font-size: .9em;
        }
        .left_grid_info p {
        }
    }
    @media screen and (max-width: 375px){
        .left_grid_info h3 {
            font-size: 1.5em;
        }
    }
    @media screen and (max-width: 320px){
        h1 {
            font-size: 25px;
        }
        .w3_info h2 {
            font-size: 18px;
        }
        .btn-danger {
            padding: 13px 12px;
            font-size: 13px;
        }
        input[type="text"], input[type="email"], input[type="password"] {
            font-size: 13px;
        }
        .footer p {
            font-size: 13px;
        }
        .footer p a{
            font-size: 13px;
        }
    }
    /** /Responsive **/

