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, 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;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* start editing from here */

a {
    text-decoration: none;
}

.txt-rt {
    text-align: right;
}
/* text align right */

.txt-lt {
    text-align: left;
}
/* text align left */

.txt-center {
    text-align: center;
}
/* text align center */

.float-rt {
    float: right;
}
/* float right */

.float-lt {
    float: left;
}
/* 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 */

.underline {
    padding-bottom: 0.3125em;
    border-bottom: 0.0625em solid #eee;
    margin: 0 0 1.25em 0;
}
/* Add 5px bottom padding and a underline */

nav.vertical ul li {
    display: block;
}
/* vertical menu */

nav.horizontal ul li {
    display: inline-block;
}
/* horizontal menu */

img {
    max-width: 100%;
}
/*img[width],img[height]{width:auto;height:auto;} wordpress hack to reset the attributes (while making responsive) */ /*-- Reset Code --*/ /*-- Index-Page-Styling --*/

.clear {
    clear: both;
}

body {
    font-family: Verdana;
    'Raleway', sans-serif;
    background: url(../images/2.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}

    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;
    }

h1, h2, h3, h4, h5, h6 {
    'Raleway', sans-serif;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

a:focus, a:hover {
    text-decoration: none;
    outline: none;
}

img {
    width: 100%;
}

h1 {
    font-size: 2.5em;
    font-weight: 600;
    text-align: center;
    color: #FFF;
    margin: 3em 0;
}

.container {
    margin: 0 auto;
    position: absolute;
    top: 20%;
    left: 32%;
    width:35%;
    min-height:16.25em;
}

.tabs {
    background-color: rgba(245, 245, 245, 0.19);
    padding: 1.5em;
    min-height: 19.375em;
}

.tab-left {
    width: 36%;
    float: left;
}

.tab-right {
    float: left;
    width: 64%;
    background-color: #EEE;
}

.tab {
    clear: both;
    padding: 0px;
}

.tab_box {
    background: #fd926d;
    padding: 0.125em;
}

.top1 {
    margin-top: 2%;
}

.resp-tabs-list {
    text-align: center;
}

.resp-tab-item {
    color: #ffffff;
    cursor: pointer;
    display: block;
    outline: none;
    padding: 0.9375em;
    text-align: left;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.resp-tab-active {
    /*background: #ffb900;*/
    background: #001540;
    color: #ffffff;
}

/*    .resp-tab-active:before {
        content: '';
        border-top: 15px solid rgba(255, 185, 0, 0);
        border-bottom: 15px solid rgba(255, 185, 0, 0);
        border-right: 15px solid #001543;
        position: absolute;
        top: 18%;
        right: 0%;
        opacity: 0.8;
    }*/

.resp-tabs-container {
    clear: left;
}

.resp-tab-content {
    display: none;
}

h2.resp-accordion {
    cursor: pointer;
    display: none;
}

ul.w3agile {
    float: left;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.tab-content1 img {
    width: 100%;
}

.tab-content1 h3 {
    font-size: 1.25em;
    font-weight: 600;
    color: #00BCD4;
    margin-bottom: 0.625em;
    margin-left: 0.625em;
}

.tab-content1 h4 {
    font-size: 0.9375em;
    color: #636363;
    margin-left: 0.625em;
}
/*-- Hover-Styles --*/

.cbp-ig-grid {
    list-style: none;
    margin: 0;
    text-align: center;
}

    .cbp-ig-grid img {
        width: 60%;
        margin: 0 auto;
    }

    .cbp-ig-grid:before, .cbp-ig-grid:after {
        content: " ";
        display: table;
    }

    .cbp-ig-grid:after {
        clear: both;
    }

    .cbp-ig-grid li {
        width: 33.3%;
        float: left;
        height: 10.3125em;
        text-align: center;
        border-top: 0.0625em solid #ddd;
    }

        .cbp-ig-grid li:nth-child(-n+3) {
            border-top: none;
        }

        .cbp-ig-grid li:nth-child(3n-1), .cbp-ig-grid li:nth-child(3n-2) {
            box-shadow: 0.0625em 0 0 #ddd;
        }

        .cbp-ig-grid li > a {
            display: block;
            height: 100%;
            color: #47a3da;
            -webkit-transition: background 0.2s;
            -moz-transition: background 0.2s;
            transition: background 0.2s;
        }

.cbp-ig-icon {
    display: block;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -moz-transform 0.2s;
    transition: transform 0.2s;
}

    .cbp-ig-icon:before {
        'anyoldicon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
    }

.cbp-ig-icon-facebook:before {
    content: "\e000";
}

.cbp-ig-icon-twitter:before {
    content: "\e001";
}

.cbp-ig-icon-gplus:before {
    content: "\e002";
}

.cbp-ig-icon-pinterest:before {
    content: "\e003";
}

.cbp-ig-icon-tumblr:before {
    content: "\e004";
}

.cbp-ig-icon-linkedin:before {
    content: "\e007";
}

.cbp-ig-grid .cbp-ig-title {
    margin: 30px 0 10px 0;
    padding: 30px 0 0 0;
    font-size: 16px;
    position: relative;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
}

.cbp-ig-grid:hover {
    font-weight: 600;
}

.cbp-ig-grid .cbp-ig-title:before {
    content: '';
    position: absolute;
    background: #47a3da;
    width: 115px;
    height: 5px;
    top: 0px;
    left: 70%;
    margin: 10px 0 0 -80px;
    -webkit-transition: margin-top 0.2s;
    -moz-transition: margin-top 0.2s;
    transition: margin-top 0.2s;
}
/*-- //Hover-Styles --*/

.cbp-ig-grid li > a:hover {
    background: #47a3da;
}

    .cbp-ig-grid li > a:hover .cbp-ig-icon {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }

        .cbp-ig-grid li > a:hover .cbp-ig-icon:before, .cbp-ig-grid li > a:hover .cbp-ig-title {
            color: #fff;
        }

    .cbp-ig-grid li > a:hover .cbp-ig-title {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

        .cbp-ig-grid li > a:hover .cbp-ig-title:before {
            background: #fff;
            margin-top: 80px;
        }

.tab-content4 h3 {
    text-align: center;
    margin: 20px 0;
    font-size: 25px;
    font-weight: 600;
    color: #F44336;
}

.tab-content4 p {
    padding: 0 30px;
    line-height: 25px;
    font-size: 14px;
    color: #636363;
}

.tab-content4 span {
    font-size: 20px;
    float: right;
    margin: 25px 20px 0 0;
    color: #00BCD4;
}

.footer {
    text-align: center;
    margin: 40px 0 20px;
}

    .footer p {
        color: #EEE;
    }

    .footer a {
        color: #EEE;
        text-decoration: none;
    }

        .footer a:hover {
            text-decoration: underline;
            color: #F44336;
        }
/*-- Index-Page-Styling --*/

input.name {
    width: 92%;
    padding: 12px 10px 12px 12px;
    border: none;
    outline: none;
    border-radius: 3px;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

input.password {
    width: 92%;
    padding: 12px 10px 12px 12px;
    border: none;
    outline: none;
    border-radius: 3px;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

input.email {
    width: 92%;
    padding: 12px 10px 12px 12px;
    border: none;
    outline: none;
    border-radius: 3px;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

input.location {
    width: 92%;
    padding: 12px 10px 12px 12px;
    border: none;
    outline: none;
    border-radius: 3px;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.register input[type="submit"], .agile-send-mail input[type="submit"] {
    width: 98%;
    background-color: #ffb900;
    color: #fff;
    padding: 15px;
    outline: none;
    border: none;
    font-size: 15px;
    /*margin-top: 20px;*/
    cursor: pointer;
    line-height:10px;
}

    .register input[type="submit"]:hover, .agile-send-mail input[type="submit"]:hover {
        background-color: #b18e32;
    }

ul.w3agile li input[type="checkbox"] {
    display: none;
}

    ul.w3agile li input[type="checkbox"] + label {
        position: relative;
        padding-left: 25px;
        border: #F0F8FF;
        color: #FFFFFF;
        display: inline-block;
        font-size: 14px;
        letter-spacing: 1px;
    }

        ul.w3agile li input[type="checkbox"] + label span:first-child {
            width: 13px;
            height: 13px;
            display: inline-block;
            border: 1px solid #FFFFFF;
            position: absolute;
            top: 1px;
            left: 4px;
            bottom: 4px;
        }

    ul.w3agile li input[type="checkbox"]:checked + label span:first-child:before {
        content: "";
        background: url(../images/tick.png)no-repeat;
        position: absolute;
        left: 2px;
        top: 2px;
        font-size: 10px;
        width: 10px;
        height: 10px;
    }

label {
    color: #e8e8e8;
}

.w3l-sign-in input[type="submit"] {
    float: left;
    background-color: #ffb900;
    color: #fff;
    padding: 7px 15px;
    outline: none;
    border: none;
    font-size: 15px;
    cursor: pointer;
    margin-top:20px;
    width:98%;
}

    .w3l-sign-in input[type="submit"]:hover {
        background-color: #b18e32;
    }

.w3l-sign-in, .register.agileits, .agileinfo-recover, .wthree-subscribe, .agile-send-mail {
    background: #001540;
    padding: 1.5em;
    border: 1px solid #001540;
}

    .agileinfo-recover input[type="submit"], .wthree-subscribe input[type="submit"] {
        background-color: #ffb900;
        color: #fff;
        padding: 11px;
        outline: none;
        border: none;
        font-size: 15px;
        width: 44%;
        cursor: pointer;
    }

        .agileinfo-recover input[type="submit"]:hover, .wthree-subscribe input[type="submit"]:hover {
            background-color: #b18e32;
        }

input.done, input.no-thanks {
    margin-left: 10%;
    background-color: #b18e32 !important;
}

    input.done:hover, input.no-thanks:hover {
        background-color: #ffb900 !important;
    }

.agileinfo-recover input.number {
    width: 92%;
    padding: 12px 10px 12px 12px;
    border: none;
    outline: none;
    border-radius: 3px;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.agile-send-mail textarea {
    width: 92%;
    resize: none;
    padding: 10px;
    height: 110px;
    font-size: 15px;
    border: none;
    outline: none;
    border-radius: 3px;
    letter-spacing: 1px;
}

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;
}

h3 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-bottom: 25px;
}
/*--- Responsive Code ---*/

@media screen and (max-width: 1440px) {
    .container {
        width: 38%;
    }
}

@media screen and (max-width: 1366px) {
    .container {
        width: 41%;
    }
}

@media screen and (max-width: 1280px) {
    .container {
        width: 44%;
    }
}

@media screen and (max-width: 1080px) {
    .container {
        width: 53%;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        width: 55%;
    }
}

@media screen and (max-width: 991px) {
    .container {
        left:20%;
        width: 57%;
    }
}

@media screen and (max-width: 800px) {
    .container {
        width: 70%;
    }
}

@media screen and (max-width: 768px) {
    .container {
        width: 74%;
    }
}

@media screen and (max-width: 736px) {
    .container {
        width: 76%;
    }
}

@media screen and (max-width: 667px) {
    .container {
        width: 85%;
    }
}

@media screen and (max-width: 640px) {
    .container {
        width: 87%;
    }

    h1 {
        font-size: 34px;
    }

    h3 {
        font-size: 26px;
    }

    .footer p {
        color: #EEE;
        font-size: 15px;
    }
}

@media screen and (max-width: 600px) {
    .container {
        width: 93%;
    }
}

@media screen and (max-width: 568px) {
    .container {
        width: 94%;
    }

    input.name, input.password, input.email, input.location, .agileinfo-recover input.number, .agile-send-mail textarea {
        width: 91%;
    }
}

@media screen and (max-width: 480px) {
    .container {
        width: 94%;
    }

    h1 {
        font-size: 28px;
        margin: 30px 0;
    }

    input.name, input.password, input.email, input.location, .agileinfo-recover input.number, .agile-send-mail textarea {
        width: 89%;
    }

    .resp-tab-item {
        font-size: 14px;
    }

    .w3l-sign-in input[type="submit"] {
        margin-top: 20px;
    }

    .agileinfo-recover input[type="submit"], .wthree-subscribe input[type="submit"] {
        width: 47%;
    }

    input.done, input.no-thanks {
        margin-left: 2%;
        background-color: #b18e32 !important;
    }

    h3 {
        font-size: 22px;
    }

    .resp-tab-item {
        padding: 12px;
    }

    .resp-tab-active:before {
        top: 16%;
    }
}

@media screen and (max-width: 414px) {
    .container {
        width: 94%;
    }

    .tabs {
        padding: 1em;
    }

    .w3l-sign-in, .register.agileits, .agileinfo-recover, .wthree-subscribe, .agile-send-mail {
        padding: 1em;
    }

    .resp-tab-item {
        font-size: 13px;
    }

    input.name, input.password, input.email, input.location, .agileinfo-recover input.number, .agile-send-mail textarea {
        width: 91%;
        padding: 10px 10px 10px 10px;
        font-size: 13px;
    }

    ul.w3agile li input[type="checkbox"] + label {
        font-size: 13px;
    }

    .w3l-sign-in input[type="submit"] {
        font-size: 13px;
    }

    h3 {
        font-size: 20px;
    }

    .register input[type="submit"], .agile-send-mail input[type="submit"] {
        padding: 10px;
        font-size: 13px;
        margin-top: 0px;
    }

    .tabs {
        min-height: 394px;
    }

    .footer p {
        font-size: 13px;
        line-height: 23px;
    }

    .agileinfo-recover input[type="submit"], .wthree-subscribe input[type="submit"] {
        font-size: 13px;
    }
}

@media screen and (max-width: 384px) {
    .container {
        width: 94%;
    }

    .tab-left {
        width: 100%;
        float: left;
    }

    .tab-right {
        float: left;
        width: 100%;
        background-color: #EEE;
        margin-top: 20px;
    }

    .footer p {
        padding: 0 10px;
    }

    .w3l-sign-in input[type="submit"] {
        margin-top: 0;
    }

    .agile-send-mail textarea {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 320px) {
    .container {
        width: 90%;
    }

    h1 {
        font-size: 24px;
        margin: 25px 0;
    }

    .footer p {
        padding: 0 5px;
    }

    .footer {
        text-align: center;
        margin: 20px 0 20px;
    }
}
/*--- //Responsive Code ---*/
