@import url(animate.css);
@import url(fonts.css);
@import url(li-icons.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);

white;
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic|Condiment);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);
/*========================================================
                      Main Styles
==========================================================*/
body {
    background: #2C3E50;
    color: #2C3E50;
    font: 300 16px/30px "roboto", sans-serif;
    -webkit-text-size-adjust: none;
}

* {
    font-family: roboto;
}

img {
    max-width: 100%;
    height: auto;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #0BD318;
}

.btn.btn-default

.center-block {
    margin: 0 auto;
    display: table;
}

.mb-30 {
    margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 979px) {
    h2 {
        font-size: 60px;
        line-height: 60px;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 50px;
        line-height: 50px;
    }
}

h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
}

h4 {
    font-weight: 400;
    font-size: 33px;
    line-height: 38px;
}

h5 {
    font-weight: 400;
    font-size: 26px;
}

h6 {
    font-size: 24px;
}

hr {
    width: 87.14285714285714%;
    height: 1px;
    background: #717173;
    border: none;
    padding: 0;
    margin: 0 auto;
}

p a, .addr a {
    font-weight: 400;
}

    p a:hover, .addr a:hover {
        text-decoration: underline;
    }

time {
    display: block;
    font-size: 22px;
    font-weight: 400;
}

a {
    font: inherit;
    color: inherit;
    text-decoration: none;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

    a:active {
        background: transparent;
    }

    a[href^="tel:"] {
        color: inherit;
        text-decoration: none;
    }

strong {
    font-weight: 700;
}

.fa {
    line-height: inherit;
}

/*=============    Support Classes    =================*/
.center {
    text-align: center;
}

.mg-add {
    margin-top: 5px;
}

.oh {
    overflow: hidden;
}

.caps {
    text-transform: uppercase;
    font-size: 21px;
    font-family: 'Roboto Condensed';
}

.primary-color {
    color: #0BD318;
}

.secondary-color {
    color: #00aeef;
}

/*====================================================
                      Main Layout
======================================================*/
.page {
    overflow: hidden;
    min-height: 500px;
}

.lt-ie9 .page {
    min-width: 1200px;
}

* + h3 {
    margin-top: 35px;
}

* + h4 {
    margin-top: 4px;
}

0

* + h5 {
    margin-top: 13px;
}

* + p {
    margin-top: 34px;
}

* + .btn {
    margin-top: 45px;
}

* + .blog {
    margin-top: 64px;
}

* + .row {
    /* margin-top: 45px; */
}

* + .off1 {
    margin-top: 84px;
}

* + .resp-tabs {
    margin-top: 18px !important;
}

* + time {
    margin-top: 32px;
}

* + #search-results,
* + .terms {
    margin-top: 53px;
}

h4 + p {
    margin-top: 17px;
}

.blog + .blog {
    margin-top: 113px;
}

/*========================================================
                     Components
=========================================================*/
/*========================   Login  ==========================*/
.loginLink {
    text-align: right;
    width: 100%;
    color: white;
    font-size: small;
    font-weight: bold;
}
a.Forgotcls {
    font-size: 13px;
    color: #0ed41a;
    margin: 0px 0px 15px;
    display: inline-block;
    text-align: center;
    font-family: roboto !important;
    text-transform: uppercase;
    float: left;
    margin-top: 18px;
    font-size: 16px;
    cursor: pointer !important;
    width: 100%;
}
.btn-wr.center {
    float: left;
    width: 100%;
    margin-top: 12px;
}

@media (max-width: 1455px) {
    .loginLink {
        text-align: right;
    }
}

@media (max-width: 767px) {
    .loginLink {
        text-align: center;
    }
}

/*========================   Menu   ==========================*/
.nav {
    float: right;
}

.sf-menu {
    display: inline-block;
    margin: 0;
}

    .sf-menu:before, .sf-menu:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .sf-menu:after {
        clear: both;
    }

    .sf-menu > li {
        position: relative;
        float: left;
    }

/*.sf-menu > li + li {
  margin-left: 15px;
        }*/

/*@media (max-width: 1920px) {
  .nav {
    text-align: center;
    float: none;
  }
}*/
@media (max-width: 767px) {
    .sf-menu {
        display: none;
    }
}

.sf-menu a {
    display: block;
}

.search-form-toggle:hover {
    background: #349d28;
    text-decoration: none;
}
.sf-menu > li > a {
    padding: 20px;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 32px;
    cursor: auto;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
}
    .sf-menu > li.active > a, .sf-menu > li > a:hover {
        color: #0BD318;
        text-decoration: none;
    }

.sf-menu > li.sfHover > a {
    color: #0BD318;
    background: #2d3a41;
}
section.team-section h2 {
    margin-top: 0;
}
.sf-menu ul {
    display: none;
    position: absolute;
    top: 100%;
    width: 235px;
    margin-top: 2px;
    padding: 0;
    text-align: left;
    background: #1cd824;
    z-index: 2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
}

    .sf-menu ul > li > a {
        padding: 12px 30px;
        font-size: 14px;
        color: #ffffff;
    }

        .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
            color: #ffffff;
            background: #00aeef;
        }

    .sf-menu ul ul {
        position: static;
        top: 100%;
        width: 235px;
        margin-top: 0;
        padding: 0;
        z-index: 4;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.sf-menu > li > .sf-with-ul {
    position: relative;
}

    .sf-menu > li > .sf-with-ul:before {
        position: absolute;
        display:none;
        left: 50%;
        top: 62%;
        margin-left: -6px;
        content: '\f0d7';
        font: 400 12px/12px 'FontAwesome';
    }

.sub-menu > li > .sf-with-ul {
    position: relative;
}

    .sub-menu > li > .sf-with-ul:before {
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -7px;
        content: '\f054';
        font: 400 14px/14px 'FontAwesome';
    }

    .sfHover .sfHover .sf-with-ul:before, .sub-menu > li > .sf-with-ul:hover:before {
        content: '\f078';
    }

@media (min-width: 980px) and (max-width: 1199px) {
    .sf-menu > li > a {
        font-size: 22px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .sf-menu > li > a {
        font-size: 16px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
/*==================  Select Menu  ======================*/
.select-menu {
    position: relative;
    display: none;
    margin: 20px auto;
    width: 420px;
    background: white url("data:image/png;base64,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") no-repeat right center;
    border: 1px solid #ededed;
    overflow: hidden;
}

    .select-menu .select {
        width: 440px;
        height: 30px;
        color: #585858;
        background-color: transparent;
        font: 400 15px "Roboto", sans-serif;
        line-height: 30px;
        border: none;
        border-radius: 0;
        box-shadow: none;
        outline: none;
        -webkit-appearance: none;
    }

        .select-menu .select::-ms-expand {
            display: none;
        }

@media (max-width: 767px) {
    .select-menu {
        display: block;
    }
}

@media (max-width: 479px) {
    .select-menu {
        width: 270px;
    }

        .select-menu .select {
            width: 290px;
        }
}

/*==================  Stuck menu  ======================*/
.isStuck {
    background: white;
    z-index: 999;
    /*border-bottom: 1px solid #ededed;*/
}

div.stuck_container {
    box-shadow: 0px -12px 27px 1px #000;
    display: inline-block;
    width: 100%;
}

/*.isStuck .sf-menu > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.isStuck .sf-menu > li > .sf-with-ul:before {
  top: 70%;
}

.isStuck .brand {
  padding: 2px 37px 2px;
}

.isStuck .brand .brand_name {
  padding-top: 16px;
  line-height: 30px;
}

.isStuck .nav * + a {
  margin-top: 5px;
    }

@media (max-width: 1455px) {
  .isStuck .brand {
    display: none;
  }
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}*/
/*==================   Lazy Img    ======================*/
.lazy-img {
    display: block;
    position: relative;
    height: 0;
    overflow: hidden;
    background: white url(../images/lazy-loader.gif) no-repeat center center;
}

    .lazy-img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 0;
        -moz-transition: 1s all ease;
        -o-transition: 1s all ease;
        -webkit-transition: 1s all ease;
        transition: 1s all ease;
        opacity: 0;
    }

.lt-ie9 .lazy-img img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.lazy-img .lazy-loaded {
    opacity: 1;
}

.lt-ie9 .lazy-img .lazy-loaded {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=100);
}

/*==================   Tumbnail    ======================*/
.thumb {
    display: block;
    position: relative;
    overflow: hidden;
}

    .thumb img {
        -moz-transition: 0.5s all ease;
        -o-transition: 0.5s all ease;
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
    }

.thumb_overlay {
    position: absolute;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background-color: white;
    color: black;
}

.lt-ie9 .thumb_overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.thumb_overlay:before {
    content: "\f065";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    font: 400 20px "FontAwesome";
    line-height: 20px;
    margin-top: -10px;
    text-align: center;
}


.lt-ie9 .thumb_overlay:before {
    display: none;
}

.thumb:hover {
    background-image: none;
}

    .thumb:hover .thumb_overlay {
        opacity: 0.5;
    }

.lt-ie9 .thumb:hover .thumb_overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
    filter: alpha(opacity=50);
}

    .lt-ie9 .thumb:hover .thumb_overlay:before {
        display: block;
    }

.thumb:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/*==================     ToTop     ======================*/
.toTop {
    width: 60px;
    height: 60px;
    font-size: 60px;
    line-height: 60px;
    color: #0bd318;
    position: fixed;
    right: 66px;
    bottom: 180px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
}

    .toTop:hover {
        color: #0BD318;
        text-decoration: none;
    }

@media only screen and (max-width: 1399px) {
    .toTop {
        display: none !important;
    }
}
/*==================   Parallax    ======================*/
.parallax {
    background-position: center 0;
    background-repeat: no-repeat;
    background-color: #2d3a41;
}

.mobile .parallax, .tablet .parallax {
    background-position: 50% 0 !important;
    background-size: cover;
}

.parallax1 {
    background-image: url(../images/parallax01.jpg);
    padding: 95px 0 154px;
}

    .parallax1 p {
        font-size: 22px;
        line-height: 26px;
        font-weight: 400;
    }

    .parallax1 * + .row {
        margin-top: 38px;
    }

    .parallax1, .parallax1 h1, .parallax1 h2, .parallax1 h3, .parallax1 h4, .parallax1 h5, .parallax1 h6 {
        color: #ffffff;
    }

.parallax2 {
    background-image: url(../images/parallax02.jpg);
    padding: 90px 0 90px;
    border-top: 8px solid #0bd318 !important;
    border-bottom: 8px solid #0bd318 !important;
}

    .parallax2 p {
        font-size: 18px;
        line-height: 24px;
    }

    .parallax2 h2 + .row {
        margin-top: 30px;
    }

    .parallax2 * + .row {
        margin-top: 30px;
    }

    .parallax2 * + p {
        margin-top: 20px;
    }

    .parallax2, .parallax2 h1, .parallax2 h2, .parallax2 h3, .parallax2 h4, .parallax2 h5, .parallax2 h6 {
        color: #ffffff;
    }

.parallax3 {
    background-image: url(../images/parallax03.jpg);
    padding: 70px 0 50px;
}

    .parallax3 p {
        color: #50616a;
        font-size: 15px;
        margin-top: -15px;
        line-height: 26px;
        font-weight: 400;
    }

    .parallax3 * + .row {
        margin-top: 38px;
    }

.parallax4 {
    background-image: url(../images/parallax04.jpg);
    padding: 95px 0 154px;
}

    .parallax4, .parallax4 h1, .parallax4 h2, .parallax4 h3, .parallax4 h4, .parallax4 h5, .parallax4 h6 {
        color: #ffffff;
    }

@media (max-width: 767px) {
    .parallax {
        background-position: center 0 !important;
        background-size: cover;
    }
}
/*=================       Tabs     ======================*/
.resp-tabs * + .row {
    margin-top: 30px;
}
.resp-tabs .lazy-img {
    background-color: #ededed;
    border-radius: 20px;
}

.resp-tabs-container {
    margin-top: 28px;
}

.resp-tabs-list {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

    .resp-tabs-list li {
        display: inline-block;
        cursor: pointer;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        font-size: 14px;
        padding: 10px 16px;
        border-radius: 5px;
        background: #ccc;
        color: #000;
        font-weight: 500;
    }

        .resp-tabs-list li.resp-tab-active, .resp-tabs-list li:hover {
            color: #fff;
            background: #0BD318;
        }

.resp-accordion {
    display: none;
    padding: 10px 0;
    margin: 20px 0;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    color: #ffffff;
    background: #0BD318;
}

    .resp-accordion:hover {
        background: #00aeef;
    }

.resp-tab-content {
    display: none;
}

.resp-tab-content-active {
    display: block;
}

@media (max-width: 767px) {
    .resp-accordion {
        display: block;
    }

    .resp-tabs-list {
        display: none;
    }
}
/*==================     Search Form Toggleable    ======================*/
.search-form-toggle {
    display: inline-block;
    /* width: 100px; */
    text-align: center;
    color: #FFF;
    font: 400 20px "FontAwesome";
    /* line-height: 71px; */
    background: #0BD318;
    padding: 12px;
    border-radius: 100px;
    margin-top: 14px;
    font-size: 14px;
}

    .search-form-toggle:before {
        content: '\f002';
    }

    .search-form-toggle.active, .search-form-toggle:hover {
        color: #FFF;
    }

        .search-form-toggle.active:before {
            content: '\f00d';
        }

.search-form {
    display: none;
    background: #F1F1F1;
    border-top: 1px solid #D2D6D5;
    box-shadow: 0;
}

    .search-form .container {
        position: relative;
    }

    .search-form .input {
        display: block;
        padding: 10px 60px 10px 0;
    }

    .search-form input {
        outline: none;
        background-color: transparent;
        border: none;
        -webkit-appearance: none;
        border-radius: 0;
        vertical-align: baseline;
        box-shadow: none;
        color: #232323;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        font-size: 20px;
        line-height: 100px;
        font-family: gotham;
        height: 100px;
    }

        .search-form input:focus {
            box-shadow: 0 none;
        }


    .search-form button, .search-form button:focus, .search-form button:active {
        background: none;
        border: none;
        display: inline-block;
        padding: 0;
        outline: none;
        outline-offset: 0;
        cursor: pointer;
        -webkit-appearance: none;
        position: absolute;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        top: 5px;
        right: 5px;
        width: 40px;
        height: 40px;
        line-height: 100px;
        color: #E0E0E0;
        font-size: 80px;
    }

        .search-form button::-moz-focus-inner, .search-form button:focus::-moz-focus-inner, .search-form button:active::-moz-focus-inner {
            border: none;
            padding: 0;
        }

        .search-form button:hover, .search-form button:focus:hover, .search-form button:active:hover {
            color: #D2D6D5;
        }

@media (min-width: 768px) and (max-width: 979px) {
    .search-form-toggle {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .search-form-toggle {
        display: none;
    }

    .search-form {
        display: block;
    }
}
/*==================     Subscribe Form     ======================*/
.subscribe-form {
    position: relative;
    display: inline-block;
}

    .subscribe-form label {
        display: block;
        position: relative;
        padding: 9px 10px 9px;
        width: 300px;
        background: black;
        border: 1px solid red;
    }

    .subscribe-form input {
        outline: none;
        background-color: transparent;
        border: none;
        -webkit-appearance: none;
        border-radius: 0;
        vertical-align: baseline;
        box-shadow: none;
        color: white;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        font-size: 18px;
        line-height: 22px;
        height: 22px;
    }

.error {
    /*position: absolute;
  bottom: -12px;
  right: 5px;
  font-size: 10px;
  color: #f00;*/
    overflow: hidden;
    /*height: 0px;*/
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: red;
}

label.invalid .error {
    height: 21px;
}

.success {
    display: none;
    position: absolute;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: -20px;
    font-size: 14px;
    text-align: center;
    color: #0f0;
}

@media (max-width: 479px) {
    .subscribe-form label {
        width: 100%;
    }
}
/*========================================================
                    HEADER Section
=========================================================*/
.header {
    background: white;
}

.header_bd {
    border: 1px solid #d3d7da;
}

.header_panel:before, .header_panel:after {
    display: table;
    content: "";
    line-height: 0;
}

.header_panel:after {
    clear: both;
}

@media (max-width: 767px) {
    .header {
        text-align: center;
    }
}

.account {
    font-size: 12px;
    position: absolute;
    top: 4px;
    line-height: 29px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    right: 37px;
}

span.glyphicon.glyphicon-shopping-cart.bold.primary-color {
    color: #fff;
}
/*==================     Brand     ======================*/
.brand {
    padding: 4px 37px 0;
    color: #ffffff;
    float: left;
    /*background-image: linear-gradient(#87fc70, #0bd318);
    background: -moz-linear-gradient(top, #87fc70 0%, #0bd318 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87fc70), color-stop(100%,#0bd318));
    background: -webkit-linear-gradient(top, #87fc70 0%,#0bd318 100%);
    background: -o-linear-gradient(top, #87fc70 0%,#0bd318 100%);
    background: -ms-linear-gradient(top, #87fc70 0%,#0bd318 100%);
    background: linear-gradient(to bottom, #87fc70 0%,#0bd318 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87fc70', endColorstr='#0bd318',GradientType=0 );*/
}

    .brand .brand_name {
        color: #FFF;
        font: 400 40px "Gotham", cursive;
        overflow: hidden;
        padding-right: 5px;
        padding: 5px 0 12px;
        margin: 0;
    }

        .brand .brand_name a:hover {
            color: #ffffff;
        }
/*@media (max-width: 1920px) {
  .brand {
    float: none;
    text-align: left;
  }
}*/
@media (max-width: 479px) {
    .brand .brand_name {
        font-size: 35px;
    }
}

/*==================      Nav      ======================*/
.nav {
    padding: 0;
    position: relative;
}

/*.nav:after {
  content: '';
  position: absolute;
  top: 15px;
  right: 107px;
  width: 1px;
  background: #bcbdc0;
  bottom: 13px;
    }*/

@media (max-width: 1455px) {
    .nav:after {
        display: none;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .nav * + a {
        margin-top: 15px;
        margin-left: 5px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .nav {
        padding: 0 10px;
    }

        .nav * + a {
            margin-top: 15px;
            margin-left: 10px;
        }
}

/*========================================================
                    CONTENT Section 
=========================================================*/
.content {
    background: #f7f7f7f2;
    float: left;
    width: 100%;
}
.bg1 {
    background: #ededed;
}
.paddingBox.ISLAMICSTUDIES {
    padding-bottom: 20px;
    padding-top: 30px;
}
/*==================      Well      ======================*/
.well {
    padding-top: 118px;
    padding-bottom: 104px;
}

.well2 {
    padding-top: 124px;
    padding-bottom: 154px;
}

.well3 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.well4 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.well5 {
    padding-top: 83px;
    padding-bottom: 171px;
}
.well6 {
    padding-top: 40px;
    padding-bottom: 61px;
}

.well7 {
    padding-top: 77px;
    padding-bottom: 67px;
}
.singup-wrp .row.well6 {
    padding-bottom: 20px;
}
.content.login_page {
    background: #f7f7f7f2;
    float: left;
    width: 100%;
    padding: 40px 0;
}
/*==================     Box      ======================*/
.box_aside {
    float: left;
    margin-right: 25px;
    margin-top: 16px;
}

.box_cnt__no-flow {
    overflow: hidden;
}

.box:hover .box_aside .fa {
    color: #ffffff;
    background: #0BD318;
}

.box__skin1 {
    background: #ffffff;
    border-bottom: 3px solid #f3372c;
}

    .box__skin1 .lazy-img {
        background-color: #ecedee;
    }

    .box__skin1 .box_cnt {
        padding: 23px 30px 40px;
    }

    .box__skin1 p {
        color: #717173;
        font-size: 16px;
        line-height: 20px;
    }

    .box__skin1 * + h6 {
        margin-top: 23px;
    }

    .box__skin1 * + hr {
        margin-top: 5px;
    }

    .box__skin1 * + p {
        margin-top: 9px;
    }

    .box__skin1 * + ul {
        margin-top: 16px;
    }

    .box__skin1 p + p {
        margin-top: 24px;
    }

@media (min-width: 768px) and (max-width: 979px) {
    .box__skin1 .box_cnt {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 768px) and (max-width: 979px), (max-width: 479px) {
    .box .box_aside {
        float: none;
        text-align: center;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.box-verta {
    display: table;
}

    .box-verta, .box-verta .box, .box-verta .box_cnt {
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }

        .box-verta .box {
            display: table-row;
        }

        .box-verta .box_cnt {
            display: table-cell;
        }

/*==================     Icons    ======================*/
.fa-group, .fa-bell-o, .fa-money {
    width: 172px;
    height: 172px;
    line-height: 172px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    background: #00aeef;
}

.fa-group {
    font-size: 72px;
}

.fa-bell-o {
    font-size: 83px;
}

.fa-money {
    font-size: 76px;
}

.fa-gears, .fa-rocket, .fa-bullhorn, .fa-comment {
    width: 90px;
    height: 90px;
    font-size: 30px;
    line-height: 90px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
    color: #0BD318;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

/*==================    Headings    ======================*/
.primary-heading {
    display: table;
    float: none;
    margin: 0 auto;
    position: relative;
    width: auto;
    margin-bottom: 30px;
    min-width: 470px;
}

    .primary-heading:before {
        background-image: url("../images/heading-line.png");
        bottom: 0;
        content: "";
        height: 1px;
        position: absolute;
        right: 0;
        width: 100%;
        background-size: 100%;
    }
.login_main .form-control {
    height: auto;
    padding: 16px 40px;
    width: 100%;
    border-radius: 5px;
    box-shadow: none;
    transition: all 0.3s;
    color: #2C3E50;
    background-color: #fff;
    border: 0 none;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
}
    .primary-heading > h2 {
        color: #656565;
        float: left;
        font-family: GOTHAM;
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        letter-spacing: 0.5px;
        line-height: 23px;
        margin: 0;
        padding: 0 0 30px;
        position: relative;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        width: 100%;
    }

        .primary-heading > h2:before {
            background-color: #0BD318;
            position: absolute;
            left: 50%;
            bottom: 0;
            width: 100px;
            content: "";
            height: 1px;
            margin-left: -50px;
        }

        .primary-heading > h2:after {
            background-color: #0BD318;
            bottom: 0;
            left: 0;
            position: absolute;
            height: 10px;
            width: 10px;
            content: "";
            left: 50%;
            margin-left: -5px;
            margin-bottom: -5px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

.secondary-heading {
    float: left;
    margin: 30px 0;
    position: relative;
    width: 100%;
}

    .secondary-heading:before {
        background: #2C3E50;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        top: 10px;
        width: 100%;
    }

    .secondary-heading:after {
        background: none repeat scroll 0 0 #FFFFFF;
        border-bottom: 1px solid #2C3E50;
        border-top: 1px solid #2C3E50;
        content: "";
        height: 3px;
        left: 0;
        position: absolute;
        top: 9px;
        width: 20px;
    }

    .secondary-heading > span {
        background: none repeat scroll 0 0 #FFFFFF;
        color: #2C3E50;
        float: left;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 0.3px;
        line-height: 14px;
        margin: 0 0 0 40px;
        padding: 2px 30px 2px 21px;
        position: relative;
    }

        .secondary-heading > span:before {
            background: none repeat scroll 0 0 #2C3E50;
            border: 2px solid #FFFFFF;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            content: "";
            height: 12px;
            left: -22px;
            position: absolute;
            top: 4px;
            width: 12px;
            z-index: 99999;
        }

/*==================    Buttons    ======================*/
.bordered-button {
    background: white;
    border: 2px solid #2ECC71;
    padding: 12px 35px;
    border-radius: 5px;
}

.btn.btn-default {
    border: 1px solid #0bd318;
    color: #fff;
    background: #0bd318;
    text-transform: uppercase;
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 4px;
}
.btn.gradient-green:hover,
.btn.gradient-green:active,
.btn.gradient-green:focus {
    background: #0bd318;
    background-image: linear-gradient(#0bd318, #87fc70);
    background: -moz-linear-gradient(top, #0bd318 0%, #87fc70 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0bd318), color-stop(100%,#87fc70));
    background: -webkit-linear-gradient(top, #0bd318 0%,#87fc70 100%);
    background: -o-linear-gradient(top, #0bd318 0%,#87fc70 100%);
    background: -ms-linear-gradient(top, #0bd318 0%,#87fc70 100%);
    background: linear-gradient(to bottom, #0bd318 0%,#87fc70 100%);
    outline: none;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bd318', endColorstr='#87fc70',GradientType=0 );
}
/*==================    Service    ======================*/
.service p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

/*==================    Quote     ======================*/
.quote {
    padding-top: 99px;
}

    .quote p {
        font-style: italic;
        line-height: 36px;
    }

    .quote:before {
        content: '\f10d';
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -32px;
        width: 64px;
        height: 64px;
        text-align: center;
        font: 400 72px "FontAwesome";
        line-height: 64px;
        color: #0BD318;
    }

.quote_photo {
    margin-top: 20px;
    max-width: 145px;
    margin-left: auto;
    margin-right: auto;
}

    .quote_photo, .quote_photo .lazy-img, .quote_photo .lazy-img img {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

.quote_hdng {
    margin-top: 21px;
    font-size: 30px;
    text-transform: capitalize;
}

.quote_crdts {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
}

/*==================   Social List    ======================*/
.social-list1 li {
    display: inline-block;
}

.social-list1 .fa {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 22px;
    color: #818181;
    border: 2px solid #818181;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

    .social-list1 .fa:hover {
        color: #0BD318;
        border-color: #0BD318;
    }

@media (min-width: 768px) and (max-width: 979px) {
    .social-list1 .fa {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
    }
}

.social-list2 li {
    display: inline-block;
}

    .social-list2 li + li {
        margin-left: 55px;
    }

.social-list2 .fa {
    color: #ffffff;
    font-size: 80px;
    line-height: 80px;
}

    .social-list2 .fa:hover {
        color: #00aeef;
    }

@media (max-width: 767px) {
    .social-list2 li + li {
        margin-left: 20px;
    }

    .social-list2 .fa {
        font-size: 40px;
        line-height: 40px;
    }
}

@media (max-width: 479px) {
    .social-list2 li + li {
        margin-left: 10px;
    }

    .social-list2 .fa {
        font-size: 26px;
        line-height: 30px;
    }
}

/*==================     Blog     ======================*/
.blog {
    font-size: 18px;
    line-height: 27px;
}

    .blog p + .btn {
        margin-top: 28px;
    }

/*==================   Address    ======================*/
.addr .fa-envelope, .addr .fa-mobile, .addr .fa-map-marker {
    position: relative;
    padding-left: 100px;
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;
}

    .addr .fa-envelope:before, .addr .fa-mobile:before, .addr .fa-map-marker:before {
        position: absolute;
        left: 0;
        top: 0;
        font-weight: 400;
        font-family: "FontAwesome";
        color: #00aeef;
    }

.addr .fa-envelope {
    padding-top: 23px;
    padding-bottom: 10px;
}

    .addr .fa-envelope:before {
        font-size: 66px;
        line-height: 62px;
    }

.addr .fa-mobile {
    margin-top: 64px;
    padding-top: 35px;
    padding-bottom: 25px;
}

    .addr .fa-mobile:before {
        font-size: 117px;
        line-height: 88px;
    }

.addr .fa-map-marker {
    margin-top: 68px;
    padding-top: 16px;
    padding-bottom: 14px;
}

    .addr .fa-map-marker:before {
        font-size: 89px;
        line-height: 90px;
    }

@media (min-width: 768px) and (max-width: 979px) {
    .addr .fa-envelope, .addr .fa-mobile, .addr .fa-map-marker {
        padding-left: 80px;
    }
}

@media (max-width: 479px) {
    .addr .fa-envelope, .addr .fa-mobile, .addr .fa-map-marker {
        text-align: center;
        padding-left: 0;
    }

        .addr .fa-envelope:before, .addr .fa-mobile:before, .addr .fa-map-marker:before {
            position: static;
            display: block;
            text-align: center;
            margin-bottom: 15px;
        }

    .addr .fa-mobile, .addr .fa-map-marker {
        padding: 0;
        margin-top: 30px;
    }
}

/*==================    Map    ======================*/
.map {
    height: 370px;
}

    .map img {
        max-width: none !important;
    }

@media (max-width: 767px) {
    .map {
        height: 250px;
    }
}

@media (max-width: 479px) {
    .map {
        height: 200px;
    }
}

/*==================     Terms     ======================*/
.terms a {
    color: #0BD318;
}

    .terms a a:hover {
        text-decoration: underline;
    }

/*========================================================
                     FOOTER Section
=========================================================*/
.footer {
    padding: 68px 0 50px;
    font-size: 18px;
    color: #ffffff;
    background: #2c3e50;
}

footer .links-terms a {
    color: #fff;
    text-decoration: none;
    transition: color 0.1s linear;
    font-size: 14px;
    font-family: GOTHAM-LIGHT;
    position: relative;
    padding: 0 10px;
}

    footer .links-terms a::after {
        content: "";
        position: absolute;
        width: 3px;
        height: 3px;
        background: #fff;
        top: 8px;
        right: -4px;
        transform: rotate(45deg);
    }

    footer .links-terms a:last-of-type::after {
        display: none;
    }

footer .share {
    display: table;
    margin: 15px auto;
}

    footer .share li {
        float: left;
    }

        footer .share li a {
            padding: 2px 7px;
            margin: 5px;
            border-radius: 50px;
            width: 30px;
            display: inline-block;
        }

.va-facebook {
    background-color: #3b5998;
}

.va-twitter {
    background-color: #55acee;
}

.va-google {
    background-color: #db402c;
}

.va-linkedin {
    background-color: #0077B5;
}

footer .copyright {
    font-size: 14px;
    font-family: GOTHAM-LIGHT;
    color: rgba(255,255,255,0.5);
    line-height: 25px;
    position: relative;
    margin-top: 55px;
}

.orange-text {
    color: orange;
}

footer .copyright::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 1px;
    background: white;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
}



.shadow {
    box-shadow: #808080 2px 2px 4px;
}

.contact-wrp {
    width: 100%;
    margin: 0 auto;
}
input.form-control:focus, textarea:focus, keygen:focus, select:focus {
    outline-offset: 0px;
    outline: none;
    /*box-shadow: 0 0 0 2px #2ECC71;*/
    border-color: #0BD318;
}

input[type=submit]:focus, input[type=button]:focus {
    box-shadow: none;
}

.gender-select {
    line-height: 55px;
}

/*--------------------------------------------TOP NAVIGATION*/
nav.top {
    color: #fbfbfb;
    background: #1CD824;
    z-index: 11;
    position: relative;
    width: 100%;
    height: 36px;
    line-height: 58px;
    border-bottom: 1px solid #1CD824;
}

    nav.top .slogan {
        float: left;
        margin: 0;
        margin-left: 20px;
        font-size: 12px;
        font-weight: normal;
        line-height: 29px;
    }

    nav.top .account a {
        margin: 0 10px;
        color: #fff;
    }


/*-------------------------------------------ABOUT VIRTUAL ALIM*/
.figure {
    position: absolute;
    height: 100%;
    float: left;
    background: url('../Images/page-1_img05_original.jpg') no-repeat;
    /*background-attachment: fixed;*/
    -webkit-background-size: cover;
    background-size: cover;
    width: 50%;
    width: calc(50% - 31px);
    -webkit-width: calc(50% + 31px);
}

.virtual-alim-description {
    width: 50%;
    width: calc(50% + 31px);
    -webkit-width: calc(50% + 31px);
    float: right;
    position: relative;
}

    .virtual-alim-description .about-us {
        background: #2C3E50;
        padding: 80px 0px 125px 89px;
    }

        .virtual-alim-description .about-us .description {
            max-width: 90%;
        }

virtual-alim-description .about-us .description .heading span {
    font-weight: bold;
    font-size: 14px;
    display: block;
    color: #1cd824;
    text-transform: uppercase;
    letter-spacing: -0.1px;
}

.virtual-alim-description .about-us h3 {
    color: #fff;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 35px;
    text-transform: uppercase;
    margin-top: 7px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 50px;
}

    .virtual-alim-description .about-us h3:after {
        content: "";
        background: #2ECC71;
        width: 50px;
        height: 1px;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
    }

.virtual-alim-description .heading h3:after, .virtual-alim-description .heading h5:after {
    content: "";
    width: 50px;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.virtual-alim-description .about-us p {
    width: 100%;
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.virtual-alim-description .testimonial-section {
    background: #f0f4f7;
    width: 100%;
    min-height: 209px;
}

    .virtual-alim-description .testimonial-section .custom-blockquote {
        bottom: 43px;
        padding: 0;
        position: absolute;
        left: 89px;
        border: 0;
        margin: 0 0 20px;
        font-size: 17.5px;
    }

        .virtual-alim-description .testimonial-section .custom-blockquote .client-quote {
            background-image: linear-gradient(#87fc70, #0bd318);
            background: -moz-linear-gradient(top, #87fc70 0%, #0bd318 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87fc70), color-stop(100%,#0bd318));
            background: -webkit-linear-gradient(top, #87fc70 0%,#0bd318 100%);
            background: -o-linear-gradient(top, #87fc70 0%,#0bd318 100%);
            background: -ms-linear-gradient(top, #87fc70 0%,#0bd318 100%);
            background: linear-gradient(to bottom, #87fc70 0%,#0bd318 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87fc70', endColorstr='#0bd318',GradientType=0 );
            font-size: 18px;
            font-style: italic;
            width: 511px;
            padding: 17px 20px 27px 20px;
            margin-bottom: 36px;
            position: relative;
            font-family: GOTHAM-LIGHT;
        }

            .virtual-alim-description .testimonial-section .custom-blockquote .client-quote p {
                margin-bottom: 0;
                color: white;
                line-height: 1.5;
                letter-spacing: -0.2px;
                font-size: 17px;
                font-weight: 600;
            }

            .virtual-alim-description .testimonial-section .custom-blockquote .client-quote::after {
                border-color: #0bd318 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #0bd318 !important;
            }

            .virtual-alim-description .testimonial-section .custom-blockquote .client-quote:after {
                border-left: 8px solid #0bd318;
                border-right: 8px solid transparent;
                border-top: 11px solid #0bd318;
                border-bottom: 11px solid transparent;
                content: "";
                position: absolute;
                left: 0px;
                bottom: -22px;
            }

        .virtual-alim-description .testimonial-section .custom-blockquote footer.mission {
            display: block;
            font-size: 80%;
            line-height: 1.42857143;
            color: #777;
        }

/*--------------------------------------------------------SERVICES CARD*/
.service-cards .card {
    height: 300px;
    float: left;
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 60px !important;
    transition: all 0.6s ease-in-out 0.1s;
}

.service-cards a {
    float: left;
    width: 100%;
    height: 100%;
    padding: 50px 10px;
    box-sizing: border-box
}

    .service-cards a * {
        transition: all 0.6s ease-in-out 0.1s;
        position: relative;
        z-index: 1;
    }

    .service-cards a .li-icons {
        color: #BDC0C4;
    }

    .service-cards a h3 {
        color: #0bd318;
        font-size: 25px;
    }

    .service-cards a p span {
        color: #7b7c7e;
        font-size: 17px;
    }

    .service-cards a:hover .li-icons,
    .service-cards a:hover h3,
    .service-cards a:hover p span {
        color: #FFF;
        text-decoration: none;
    }

    .service-cards a .bg-img {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: absolute;
        background-size: cover;
        background-position: top center;
        opacity: 0;
        z-index: 0;
    }

    .service-cards a:hover .bg-img {
        opacity: 1;
    }

    .service-cards a::before {
        position: absolute;
        display: inline-block;
        content: "Read More";
        font-family: 'Georgia';
        color: #fff;
        font-style: italic;
        font-size: 15px;
        width: 100px;
        left: -50px;
        bottom: -4px;
        margin-bottom: 10px;
        z-index: 1;
        opacity: 0;
        transition: all 0.4s ease-in-out 0s;
    }

    .service-cards a:after {
        position: absolute;
        display: inline-block;
        content: "";
        width: 10px;
        height: 10px;
        color: #FFF;
        border-top: 2px solid;
        border-left: 2px solid;
        transform: rotate(135deg);
        bottom: -2px;
        left: -20px;
        margin-bottom: 16px;
        z-index: 1;
        opacity: 0;
        transition: all 0.4s ease-in-out 0s;
    }

    .service-cards a:hover::before {
        left: 10px;
        opacity: 1;
        transition: all 0.6s ease-in-out 0.6s;
    }

    .service-cards a:hover::after {
        left: 90px;
        opacity: 1;
        transition: all 0.6s ease-in-out 0.6s;
    }

    .service-cards a .bg-img:before {
        content: "";
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.4);
    }

    .service-cards a .border {
        position: absolute;
        z-index: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 8px;
        background: #eaeaea;
    }

    .service-cards a:hover .border {
        height: 40px;
        background: #0bd318;
    }

.li-icons {
    font-family: 'Line Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    word-wrap: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dp50 {
    font-size: 50px;
}

.main-services .heading-wrap {
    padding-bottom: 30px;
}

    .main-services .heading-wrap h2 {
        font-size: 30px;
        color: #2C3E50;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-family: 'GOTHAM-BOLD';
    }

    .main-services .heading-wrap span {
        color: #2C3E50;
        font-size: 15px;
        padding-top: 0px;
        display: block;
        font-family: GOTHAM-LIGHT;
    }

.main-services .services_description {
    font-size: 17px;
    margin-top: 0;
}

#testimonials {
    padding-bottom: 30PX;
}



/*BUTTON STYLING*/

/*INPUT STYLING*/
.form-group {
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
.Registration_form i.fa {
    position: absolute;
    left: 0;
    top: 13px;
    z-index: 9;
    padding: 7px 15px;
    color: #0ed41a;
}
.form-group i.fa {
    position: absolute;
    left: 0;
    top: 13px;
    z-index: 9;
    padding: 7px 15px;
    color: #0ed41a;
}

.form-control {
    height: 40px;
    padding: 8px 12px 8px 45px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 0 2px transparent,0 1px 0 rgba(0,0,0,0.08) inset;
    transition: all 0.3s;
    color: #2C3E50;
    background-color: #fff;
    border: 0 none;
    box-sizing: border-box;
}

textarea.form-control {
    height: 150px;
}
/*INPUT ERROR*/
.input-validation-error,
.input-validation-error:focus {
    box-shadow: 0 0 0 1px #EA3840 !important;
    padding-bottom: 35px;
    height: auto;
}
.field-validation-error {
    position: absolute;
    top: 3px;
    left: 30px;
    width: 100%;
    color: #ea3840;
    text-transform: capitalize;
    width: 100%;
    padding: 2px 10px;
    font-size: 11px;
    border-radius: 7px 7px 0 0;
}

.error-message1 {
    position: absolute;
    top: 6px;
    right: 15px;
    font-size: 14px;
}

#userava.error-message1 {
    color: #0BD318;
}



/*CONTACT US PAGE*/
.va-social-section {
    width: 100%;
    display: inline-block;
    margin-top: 25px
}

    .va-social-section .va-social ul li {
        float: left;
        margin-right: 10px;
    }

        .va-social-section .va-social ul li a {
            border: 1px solid #0bd318;
            display: inline-block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            font-size: 20px;
            transition: all 0.3s;
            color: #0bd318;
            padding-top: 10px;
            border-radius: 5px;
        }

        .va-address-section .va-address ul li {
            width: 100%;
            display: inline-block;
            margin-top: 15px;
        }
    .va-address-section .va-address ul li span {
        float: left;
        margin-right: 15px;
        border-radius: 5px;
        line-height: 22px;
        font-size: 15px;
        transition: all 0.3s;
        color: #fff;
        background: #0bd318;
        padding: 6px;
        width: 30px;
        height: 30px;
        border-radius: 100px;
        text-align: center;
        padding-top: 8px;
        font-size: 13px;
        vertical-align: middle;
    }

    .va-address-section .va-address ul li .details {
        line-height: 25px;
        padding-left: 25px;
        font-family: 'Roboto' !important;
        font-size: 14px;
    }

.va-form {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.gradient-green {
    background: #87fc70;
    background-image: linear-gradient(#87fc70, #0bd318);
    background: -moz-linear-gradient(top, #87fc70 0%, #0bd318 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87fc70), color-stop(100%,#0bd318));
    background: -webkit-linear-gradient(top, #87fc70 0%,#0bd318 100%);
    background: -o-linear-gradient(top, #87fc70 0%,#0bd318 100%);
    background: -ms-linear-gradient(top, #87fc70 0%,#0bd318 100%);
    background: linear-gradient(to bottom, #87fc70 0%,#0bd318 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87fc70', endColorstr='#0bd318',GradientType=0 );
}

.singup-head h4 {
    font-size: 25px;
    line-height: 30px;
}

.singup-wrp .title1 {
    margin: 30px 0 0;
    font-size: 28px;
}

.singup-wrp .decs1 {
    font-size: 17px;
    font-family: Gotham-light;
    display: inline-block;
    width: 100%;
    margin: 0;
}
.grid_5.center {
    background: #fff;
    padding: 34px;
    border-radius: 20px;
    margin: 0 16px;
    width: 100%;
    max-width: 47%;
}
.center.singup-head h4 {
    font-family: 'Roboto';
    font-size: 30px;
    line-height: 37px;
    font-weight: 500;
}
.grid_5.center a.btn.btn-default.gradient-green {
    margin-top: 20px;
}
.or-divider {
    color: #7d7d7d;
    font-size: 20px;
    font-weight: bold;
    padding-top: 150px;
    position: relative;
}

    .or-divider:before {
        top: -10px;
    }

    .or-divider:after, .or-divider:before {
        position: absolute;
        content: "";
        display: block;
        padding: 75px 0;
        border-left: 1px solid #7d7d7d;
        border-right: 1px solid #e0e0e0;
        left: 85px;
    }

    .or-divider:after {
        top: 190px;
        padding-top: 70px;
    }

.error-label {
    background: #EA3840;
    color: #FFF;
    font-size: 15px;
    padding: 3px 50px;
    margin: 0 auto;
    display: table;
}

.hvr-sweep-to-bottom:hover i, .hvr-sweep-to-bottom:focus i, .hvr-sweep-to-bottom:active i {
    color: #FFF;
}

.hvr-sweep-to-bottom i {
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-sweep-to-bottom:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #0bd318;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

.va-address-section .va-address ul li span:hover,
.va-social-section .va-social ul li a:hover {
    border-color: #00A20B;
}

.va-social {
    margin-top: 15px
}

/* Scholars page  */


.page {
    background: #f3f3f3;
}

#searchform {
    float: left;
    width: 100%;
    height: 40px;
    padding: 6px 10px;
    background-color: #fff;
    box-shadow: 0 0 0 1px #d4d4d4 inset;
}

    #searchform input[type="text"] {
        float: left;
        padding: 0;
        color: #999;
        height: 28px;
        font-family: Roboto;
        border: none;
    }

#searchsubmit {
    float: right;
    padding: 0;
    height: 28px;
    color: #0f1923;
    font-size: 20px;
    border: none;
    background: none;
    padding: 0 0 0 10px;
    border-left: 1px solid #d4d4d4;
}

.border-heading {
    margin: 0;
    color: #0f1923;
    font-size: 19px;
    line-height: 29px;
    padding: 0 0 12px;
    position: relative;
    box-shadow: 0 -1px 0 #ddd inset;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    text-transform: uppercase;
}
.google-map iframe {
    border-top: 6px solid #efca45 !important;
}
    .border-heading:after {
        left: 0;
        bottom: 0;
        width: 63px;
        height: 3px;
        content: '';
        position: absolute;
        background-color: #0BD318;
    }

.sidebar-panel {
    clear: both;
    display: inline-block;
    margin-top: 15px;
    width: 100%;
}

    .sidebar-panel .panel-body {
        padding: 10px 0;
    }

        .sidebar-panel .panel-body .form-control {
            border: 1px solid #d4d4d4;
            box-shadow: none;
            border-radius: 0px;
        }

.checkbox {
    border-bottom: 1px solid #ddd;
    padding: 8px 0 8px 20px;
    font-family: roboto;
    font-weight: 400;
}
    .checkbox input {
        float: none !important;
        vertical-align: middle;
        display: inline-block;
        height: 29px;
        margin-right: 4px !important;
        width: 19px;
        margin-top: -8px;
    }
.login_main input.btn.btn-default.gradient-green {
    padding: 13px 82px;
    font-family: roboto !important;
    font-weight: 600;
}
.form-group.ckeckbox-space {
    margin-bottom: 0;
}
.HowitWork_main {
    float: left;
    width: 100%;
    position: relative;
}

.sub-banner-con.darkBlueBg.col-lg-12.col-md-12.col-sm-12.col-xs-12.bg-section.mb-0 {
    margin: 0;
}
    .checkbox span {
        vertical-align: middle;
        display: inline-block;
        font-family: roboto;
        font-weight: 400;
    }

.darkBlueBg {
    background-color: #0f1923;
}

.sub-banner-text {
    padding: 0 40px 0 0;
}
footer {
    float: left;
    width: 100%;
}
    .banner-text > div, .sub-banner-text > div, .login-box > div, .error-box > div, .full-width-banner > div {
        display: table-cell;
        vertical-align: middle;
    }
    .sub-banner-text h1, .full-width-banner h1 {
        margin: 0 0 10px;
        font-weight: bold;
        font-family: roboto;
        text-transform: uppercase;
        color: #fff;
        font-size: 30px;
    }

.banner-text, .sub-banner-text {
    display: table;
    color: #c3c8cb;
    padding: 0 40px;
}

.blog-banner {
    background-image: url(../images/blog-banner.jpg);
}

.contact-banner {
    background-image: url('../Images/contact-banner.jpg');
}

.sub-banner-img {
    height: 300px;
    right: 0;
    top: 0;
    position: absolute !important;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb {
    padding: 0 !important;
    background: none !important;
}

    .breadcrumb > li + li::before {
        content: "";
        width: 12px;
        height: 9px;
        padding: 0 10px;
        display: inline-block;
        background: url(../images/breadcrumb-arrow-right.png) no-repeat;
    }

.sub-banner-img {
    height: 300px;
    right: 0;
    top: 0;
    position: absolute;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.sub-banner-con {
    margin-bottom: 0px;
}

.advisor-box {
    padding: 30px 20px;
    overflow: hidden;
    height: 355px;
    position: relative;
    background-color: #fff;
    margin-bottom: 30px;
}

    .advisor-box .advisor-img1 {
        left: -115px;
        bottom: 0;
        z-index: 5;
        height: 345px;
        transition: ease-in 0.6s;
        position: absolute;
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter ….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
        filter: gray;
        -webkit-filter: grayscale(100%);
    }

.advisor-info {
    float: right;
    width: 78%;
    font-size: 12px;
}

    .advisor-info h3 {
        color: #0f1923;
        margin: 0 0 12px;
        font-weight: 500;
        font-size: 20px;
    }

    .advisor-info p {
        color: #777;
        font-size: 12px;
    }

        .advisor-info p a {
            position: relative;
            z-index: 222
        }

.advisor-box:hover .advisor-img1, .advisor-box.active .advisor-img1 {
    filter: none;
    left: -11px;
    transform: translateX(10px);
    -webkit-filter: grayscale(0%);
}

.advisor-info .btn {
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 10px;
    background: none;
    border: 1px solid black;
    border-radius: 0px;
    color: black;
    float: right;
    position: relative;
    z-index: 222;
}

    .advisor-info .btn:hover {
        background: #0BD318;
        border-color: #0BD318;
    }

.advisor-info h3 span {
    color: #0BD318;
    font-size: 12px;
    display: block;
    text-transform: none;
}

.well {
    background: #fff !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    display: inline-block;
    width: 100%;
}

    .well .btn {
        float: right;
        border: 1px solid black;
        background: no-repeat;
        font-size: 12px;
        text-transform: uppercase;
        margin-left: 10px;
        border-radius: 0px;
        color: #000;
        margin-top: 0;
    }

        .well .btn:hover, .well .btn:active {
            background: #0BD318 !important;
            color: white !important;
            border-color: #0BD318;
        }
/* list styling */

.item.list-group-item img {
    width: 120px;
}

.item.list-group-item {
    background: none !important;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
}

.list-group-item .advisor-box .advisor-img1 {
    position: static;
    float: left;
    left: 0;
    height: auto;
}

.list-group-item .advisor-info {
    float: left;
    text-align: left;
    margin-left: 35px;
}

.list-group-item .advisor-box {
    height: auto;
    padding: 20px;
}

.list-group-item .advisor-info .btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.form-horizontal .form-group {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.black-font {
    font-family: 'Roboto Condensed', sans-serif;
    color: #0f1923;
    margin: 0 0 8px;
    font-weight: bold;
    text-align: center;
    font-size: 45px;
    text-transform: uppercase;
}
p.regular-font {
    font-size: 20px !important;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 11px;
    line-height: 31px;
}

.va-contact-form p {
    text-align: center;
    margin-bottom: 40px;
}

.va-contact-form {
    margin-top: 25px;
}

.va-form {
    background: none;
    padding: 0;
}

.form-horizontal .form-group.columb3 {
    width: calc(33.3333% - 15px);
    float: left;
}

    .form-horizontal .form-group.columb3.center-columb {
        margin-left: 25px !Important;
    }

.va-form .form-control {
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #ddd;
    font-weight: 300;
    font-size: 12px;
    padding-left: 35px;
    font-family: roboto;
    padding: 25px;
    padding-left: 37px;
    border-radius: 5px;
}

.va-form .form-group .btn {
    background: #0BD318;
    border-radius: 0;
    font-size: 13px;
    width: 202px;
    float: left;
    transition: all ease 0.5s;
    padding: 13px;
    font-family: 'Roboto Condensed';
    font-size: 19px;
    border-radius: 72px;
}

    .va-form .form-group .btn:hover {
        background: #0f2313;
        color: #fff;
    }

.about-banner, .about-banner-outer {
    background-image: url(../images/about-banner.jpg);
}

.paddingBox {
    padding-top: 70px;
    padding-bottom: 70px;
}

.services-box {
    display: table;
    height: 243px;
    position: relative;
}

.greyBg {
    background-color: #ffffff;
    box-shadow: 0px 0px 44px -17px #cfcfcf;
    border-radius: 16px;
    margin-top: 22px;
    margin-bottom: 32px;
}

.services-box > div, .services-info .services-infoBox > div {
    display: table-cell;
    vertical-align: middle;
}

[class^='imghvr-'] .services-info-con, [class*=' imghvr-'] .services-info-con {
    background-color: #0BD318;
    padding: 30px 20px;
    position: absolute;
    top: -31px;
    bottom: 0;
    transition: all ease 0.5s;
    left: 0;
    right: 0;
    color: #fff;
}

[class^='imghvr-'], [class*=' imghvr-'] {
    max-width: 100%;
    overflow: hidden;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.white-bg {
    background: #fff;
}

.services-info .services-infoBox .btn1 {
    display: inline-block;
    vertical-align: top;
    margin: 12px 0 0;
}

.imghvr-push-down .services-info-con {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

[class^='imghvr-push-']:hover .services-info-con, [class*=' imghvr-push-']:hover .services-info-con {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 0px;
    border-radius: 12px;
}

.transparent-btn a {
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 12px;
    padding: 10px 30px;
    text-align: center;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 0 0 1px #fff inset;
}

.services-info .services-infoBox .btn1 a {
    color: #0bd318;
    border-color: #fff !important;
    background: #fff;
    font-family: 'Roboto Condensed';
    font-weight: 600;
    border-radius: 8px;
    letter-spacing: 2px;
}

    .services-info .services-infoBox .btn1 a:hover {
        background: #fff;
        color: #0f1923;
        text-decoration: none;
    }

.spacer {
    float: left;
    width: 100%;
    height: 50px;
}

.news-img:after {
    right: 0;
    top: 68px;
    width: 27px;
    height: 14px;
    content: '';
    position: absolute;
    background: url(../images/arrow-right.png) no-repeat;
}

.investment-box .news-img::after {
    right: 0;
    left: 0;
    top: 102px;
    background: url(../images/arrow-left.png) no-repeat;
}

.investment-box .news-info .date {
    margin: 34px 0 0;
}

.news-info .date {
    font-size: 14px;
    color: #0BD318;
    font-style: italic;
    text-decoration: underline;
}

.services-plans {
    transition: ease-in 0.6s 0s;
}

    .services-plans figure img {
        width: 100%;
    }

.service-innerbox {
    padding: 20px;
    font-size: 12px;
}

.services-plans .icon-holder {
    width: 106px;
    height: 106px;
    display: table;
    z-index: 1;
    position: relative;
    border-radius: 100%;
    margin: -73px auto 26px;
}

.effect-helix.in {
    opacity: 1;
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0);
}

.effect-helix {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    opacity: 0;
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.services-plans .icon-holder > span {
    display: table-cell;
    vertical-align: middle;
}

.BlueBg {
    background-color: #51c5eb;
}

.services-plans:hover .icon-holder {
    transform: translateY(10px);
}

.GreenBg {
    background: #0BD318
}

.box_cnt.box_cnt__no-flow p {
    font-size: 16px;
    line-height: 23px;
    margin-top: 10px;
    font-family: 'Roboto';
    font-weight: 300;
}
.testimonial .quote {
    position: relative;
    border: 1px solid #ffffff;
    padding: 30px 20px 20px 60px;
    font-size: 16px;
    background: #0BD318;
    border-radius: 20px;
    font-family: 'Roboto' !important;
    text-align: left;
    padding-left: 85px;
    padding-top: 27px;
    color: #fff;
}
.testimonial .author figcaption {
    font-family: 'Roboto Condensed' !important;
    font-weight: 600 !important;
    font-size: 18px;
}
.owl-carousel .owl-item img {
    border-radius: 100px;
}
    .testimonial .quote:before {
        display: block;
        content: "";
        position: absolute;
        bottom: -6px;
        top: auto;
        left: 80px;
        width: 13px;
        height: 13px;
        border: 1px solid #0BD318;
        background: #0BD318;
        border-width: 0 0 1px 1px;
        -webkit-transform: translateX(-50%) rotate(-45deg);
        -moz-transform: translateX(-50%) rotate(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
        -o-transform: translateX(-50%) rotate(-45deg);
        transform: translateX(-50%) rotate(-45deg);
    }

    .testimonial .quote:after {
        position: absolute;
        top: 20px;
        left: 22px;
        font-size: 41px;
        padding-left: 2px;
        content: "\f10d";
        font-family: FontAwesome;
        color: #ffffff;
    }

.testimonial .author img {
    border: 1px solid #e6e6e6;
    margin-left: 20px;
    display: inline-block !important;
    vertical-align: middle;
    max-height: 62px !important;
    display: inline-block;
    max-width: 62px !important;
}

.testimonial .author {
    margin-top: 20px;
    float: none;
    text-align: left;
    max-width: none;
    color: #404040;
}

    .testimonial .author figcaption {
        margin-left: 20px;
        font-size: 14px;
        display: inline-block;
        vertical-align: middle;
        color: inherit;
        line-height: 1.25;
        font-weight: 400;
        margin-top: 5px;
    }

    .testimonial .author figure {
        display: inline-block;
    }




/* how its works page */


.submit-buton .mail-btn {
    padding: 10px 50px !important;
}

.process-infograph {
    position: relative;
    text-align: center;
    background-size: contain !important;
}

.register-graph {
    position: absolute;
    right: 170px;
    top: 67px;
}

.infograph-block {
    display: inline-block;
    width: 100%;
}

.info-head {
    font-size: 30px;
    color: #5c5d5d;
    font-weight: bold;
    margin-top: 10px;
}

.info-text {
    font-size: 18px;
    font-family: 'Arial';
    color: #909090;
    font-weight: normal;
    margin-top: 5px;
    line-height: 20px;
}

.graph-block {
    position: absolute;
    top: 410px;
    width: 100%;
}

.check-graph {
    float: right;
    width: 50%;
    position: relative;
}

    .check-graph .check-blockbg {
        position: absolute;
        right: -270px;
        top: 26px;
    }

        .check-graph .check-blockbg .check-bg {
        }

    .check-graph .infograph-block {
        text-align: right;
        margin-top: 60px;
    }

        .check-graph .infograph-block .info-head {
            margin-right: 55px;
        }

        .check-graph .infograph-block .info-text {
        }

.Inquire-graph {
    float: left;
    width: 50%;
    position: relative;
}

    .Inquire-graph .inquire-bg {
        left: 31px;
        position: absolute;
    }

        .Inquire-graph .inquire-bg .info-inq {
            left: 50px;
            position: absolute;
            top: 80px;
        }

    .Inquire-graph .infograph-block {
        left: 340px;
        position: absolute;
        text-align: left;
        top: 110px;
        width: 150px;
    }

.green-dot {
    position: absolute;
    right: 53px;
    top: 54px;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.process-infograph li {
    list-style: outside none none;
    margin: 0 5%;
}

    .process-infograph li.register {
        /*float: right;*/
        position: absolute;
        right: 40px;
        top: 80px;
    }

    .process-infograph li.check {
        /* background:url('../images/check-bg.png') no-repeat; */
        position: absolute;
        right: 64px;
        top: 435px;
        width: 280px;
    }

.infograph-img {
    box-sizing: border-box;
    height: 235px;
    padding: 67px 13px 0 0;
    width: 100%;
}

.regist {
    margin: 0 60px 0 0;
}

.infograph-desc {
    float: right;
    margin-top: 30px;
    text-align: right;
    width: 200px;
}

.process-infograph li.Inquire {
    position: absolute;
    left: -27px;
    top: 410px;
    width: 475px;
    height: 300px;
}

.Inquire-desc {
    float: left;
    margin-top: 130px;
    text-align: left;
    width: 150px;
    margin-left: 40px;
}

.Inquire-img {
    box-sizing: border-box;
    height: 235px;
    padding: 76px 25px 0 0;
    width: 53%;
    float: left;
}

.process-infograph li.Document {
    left: 140px;
    position: absolute;
    top: 865px;
    width: 450px;
}

.Document-desc {
    float: left;
    left: 160px;
    position: absolute;
    text-align: left;
    top: 59px;
    width: 190px;
}

.Document-img {
    box-sizing: border-box;
    height: 235px;
    padding: 67px 13px 0 0;
    width: 60%;
    float: left;
}

.process-infograph li.report {
    position: absolute;
    right: -43px;
    top: 1070px;
    width: 520px;
    height: 270px;
}


.report-img {
    box-sizing: border-box;
    float: left;
    height: 235px;
    padding: 42px 30px 0 0;
    width: 73%;
}

.report-desc {
    float: left;
    left: 230px;
    margin-top: 0;
    position: absolute;
    text-align: left;
    top: -60px;
    width: 200px;
}

.process-infograph li.folio {
    height: 270px;
    position: absolute;
    right: -11px;
    top: 1460px;
    width: 530px;
}

.folio-img {
    box-sizing: border-box;
    float: right;
    height: 235px;
    padding: 49px 20px 0 0;
    width: 27%;
}

.folio-desc {
    float: left;
    margin-top: 20px;
    text-align: left;
    width: 250px;
}

.process-infograph li.Approval {
    height: auto;
    left: 120px;
    position: absolute;
    top: 1755px;
    width: 380px;
}

.Approval-img {
    box-sizing: border-box;
    float: right;
    width: 100%;
}

.Approval-desc {
    display: inline-block;
    margin-top: 0;
    text-align: center;
    width: 250px;
}

.green-arrow {
    position: absolute;
    right: 0;
    top: 10px;
}

.subscribebar {
    width: 100%;
    min-height: 90px;
    background-color: #90c74c;
}

.subscribe-title {
    font-size: 28px;
    display: inline-block;
    /* margin-top: 5%; */
    color: white;
    font-family: ArialRoundedMT;
    font-weight: bold;
    vertical-align: middle;
}

.subscribar-inline {
    display: inline-block;
    /* margin-top: -15px; */
}

.subscribar-input {
    border: medium none;
    box-sizing: border-box;
    color: #363636;
    display: inline-block;
    font-family: arial;
    font-size: 16px;
    height: 44px;
    margin-top: 0;
    padding: 0 10px;
    width: 300px;
}

.subscribe-btn {
    height: 44px;
    width: 130px;
    background-color: #363636;
    border: none;
    color: white;
    font-size: 20px;
    vertical-align: middle;
    display: inline-block;
    margin-left: -4px;
    margin-top: -3px;
    cursor: pointer;
    font-family: ArialRoundedMT;
    font-weight: bold;
}

.subscribe-form {
    display: inline-block;
    vertical-align: middle;
    margin-top: 3px;
}

.middle {
    vertical-align: middle;
    padding: 35px 0;
}

div.subscribar-inline > p,
div.subscribar-inline > p {
    padding: 0px 24px;
}

input[type='submit'] {
    -webkit-appearance: none;
}

#processgraph {
    background: url(/images/process-tree-1.png);
    height: 2060px;
    background-repeat: no-repeat;
}

.process-infograph {
    background-size: contain !important;
    position: relative;
    text-align: center;
}

@media screen and (max-width:767px) {
    .header .slogan {
        display: inline-block;
    }

    .header_panel {
        text-align: center;
    }

    .brand {
        width: 100%
    }
}
    