
@import url('https://fonts.googleapis.com/css?family=Cabin:400,500,700|Montserrat:400,500,700');
@import 'https://hraap.com/assets/css/bootstrap.min.css';
@import 'https://hraap.com/assets/css/animate.css';
@import 'https://hraap.com/assets/css/magnific-popup.css';
@import 'https://hraap.com/assets/css/owl.carousel.min.css';
@import 'https://hraap.com/assets/css/slick.css';
@import 'https://hraap.com/assets/css/font-awesome.min.css';
@import 'https://hraap.com/assets/css/themify-icons.css';
@import 'https://hraap.com/assets/css/ionicons.min.css';

/* --------------------------
:: 1.0 Base CSS Start
-------------------------- */

* {
    margin: 0;
    padding: 0;
}

 .testimonial-slide {
      background: white;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      padding: 20px 200px 20px 200px !important;
      display: flex;
      margin-bottom: 40px;
      align-items: center;
    }
    .testimonial-slide img {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      object-fit: cover;
      margin-right: 20px;
    }
   .testimonial-text {
    position: relative;  /* Add this */
}

.testimonial-text .quote-icon {
    font-size: 40px;
    color: #d4ff00;
    position: absolute;
    top: -10px;
    left: -10px;
}
  
    .testimonial-text h5 {
      margin-top: 10px;
      color: #333;
    }
    .testimonial-text p {
      color: #555;
    }
    .testimonial-text .author {
      font-weight: bold;
      margin-top: 10px;
    }
    .testimonial-text .designation {
      font-size: 0.9em;
      color: #777;
    }
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      background-color: rgba(0,0,0,0.5);
      border-radius: 50%;
    }

footer{position:relative!important;}
.testimonials{margin-bottom:0px!important;}
body {
    font-family: 'Cabin', sans-serif;
    background-color: #fff;
	overflow-x:hidden;
}
.navbar {
    margin-bottom: 0 !important;
}


body .modal-header {

    margin-top: 0px!important;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
}
.logo-header{
    margin-top: 11px;
    height: auto;
    max-width:100%;
    width: 133px;
}

.navbar-brand
{
    height:auto;
}
.glyphicon {
    left: -5px !important;
}
.section_padding_100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section_padding_100_50 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.section_padding_100_70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.section_padding_50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section_padding_50_20 {
    padding-top: 50px;
    padding-bottom: 20px;
}

.section_padding_150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.section_padding_200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.section_padding_0_100 {
    padding-top: 0;
    padding-bottom: 100px;
}

.section_padding_70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section_padding_0_50 {
    padding-top: 0;
    padding-bottom: 50px;
}

img {
    max-width: 50%;
    max-height: 100%;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-100 {
    margin-right: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

#scrollUp {
    bottom: 0;
    font-size: 24px;
    right: 30px;
    width: 50px;
    background-color: #286090;
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
	padding-top:20px;
	outline:none;
}
#scrollUp:hover {
    bottom: 0;
    font-size: 24px;
    right: 30px;
    width: 50px;
    background-color:#449d44;
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
	padding-top:20px;
	outline:none;
}


a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

li {
    list-style: none;
}

p {
    color: #726a84;
    font-size: 16px;
    font-weight: 300;
    margin-top: 0;
}

.heading-text > p {
    font-size: 16px;
}

.section-heading.text-center {
    margin-top: 50px;
}
.section-heading > h2 {
font-weight: 100;
    color: #083c77;
    font-size: 36px;
    margin: 0;
    text-transform: none;
}


.section-heading {
    margin-bottom: 60px;
}

.line-shape-white,
.line-shape {
    width: 100px;
    height: 2px;
    background-color: #57bf10;
    margin-top: 15px;
}

.line-shape {
    margin-left: 0px;
	margin:0px auto;
}

.table {
    display: table;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

#preloader {
    overflow: hidden;
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}
#readmore {
    background: #0f71a3;
}
#readmore:hover {
    background: #449d44;
}


.menu_area #nav .nav-link:hover{
	color:#449d44;
	
}

footer{position:none;}

.colorlib-load {
    -webkit-animation: 2000ms linear 0s normal none infinite running colorlib-load;
    animation: 2000ms linear 0s normal none infinite running colorlib-load;
    background: transparent none repeat scroll 0 0;
    border-color: #dddddd #dddddd #fb397d;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    height: 40px;
    left: calc(50% - 20px);
    position: relative;
    top: calc(50% - 20px);
    width: 40px;
    z-index: 9;
}

@-webkit-keyframes colorlib-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes colorlib-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* --------------------------
:: 2.0 Header Area CSS
-------------------------- */


.container-fluid
{
max-width:1200px;
width:100%;
}

.header_area {
    left: 0;
    width: 100%;
    z-index: 99;
    top: 0;
    padding: 0 0%;
    background-color: rgba(255,255,255,0.94);
    position: absolute;
}

.menu_area .navbar-brand {
    font-size: 72px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1;
    padding: 0;
}


.menu_area .navbar-brand:hover,
.menu_area .navbar-brand:focus {
    color: #fff;
}


.menu_area {
    position: relative;
    z-index: 2;
}

.menu_area #nav .nav-link {
    color: #555;
    display: block;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 35px 15px;
	outline:none;
}


.menu_area nav ul li > a:hover {
    color: #fb397d;
}

.sing-up-button {
    text-align: right;
}

.sing-up-button > a {
    color: #fff;
    font-weight: 500;
    display: inline-block;
    border: 2px solid #a883e9;
    height: 50px;
    min-width: 178px;
    line-height: 46px;
    text-align: center;
    border-radius: 24px 24px 24px 0px;
}

.sing-up-button > a:hover {
    background: #fb397d;
    color: #fff;
    border-color: transparent;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

/* stcicky css */

.header_area.sticky {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    height: 100px;
    position: fixed;
    top: 0;
    z-index: 99;
}

.header_area.sticky .menu_area .navbar-brand {
    font-size: 50px;
}

.header_area.sticky .menu_area #nav .nav-link {
    padding: 23px 15px;
}
.header_area.sticky .navbar {
    padding: 0;
}


/* --------------------------
:: 3.0 Wellcome Area CSS
-------------------------- */

.wellcome_area {
	
	background-image: url(https://web.archive.org/web/20190419195559im_/https://www.hraap.com/assets/img/welcome-bg-new.jpg);
    height: auto;
    position: relative;
    z-index: 1;
    background-position: bottom center;
    background-size: cover;
}



.welcome-thumb {
    width: 45%;
    position: absolute;
    bottom: -130px;
    right: 85px;
    z-index: 9;
}

.welcome-thumb img {
    height: auto;
    width: 100%;
}

.wellcome-heading > h2 {
      font-size: 50px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    z-index: 3;
}

.get-start-area .email {
    background: #9572e8;
    height: 50px;
    max-width: 260px;
    border: none;
    border-radius: 24px;
    padding: 0px 15px;
}

.form-control::-webkit-input-placeholder {
    color: #cec1f4;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #cec1f4;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #cec1f4;
    opacity: 1;
}

.form-control::placeholder {
    color: #cec1f4;
    opacity: 1;
}

.get-start-area .email:focus {
    border: none;
    outline-offset: transparent !important;
    border-radius: 30px;
}

.get-start-area .submit {
    background-color: #fb397d;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    border: none;
    height: 50px;
    min-width: 167px;
    line-height: 46px;
    text-align: center;
    border-radius: 24px 24px 24px 0px;
    margin-left: 10px;
}

.get-start-area .submit:hover {
    background: #6f52e5;
    color: #fff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.wellcome-heading > p {
    color: #fff;
}

.wellcome-heading > h3 {
    font-size: 332px;
    position: absolute;
    top: -134px;
    font-weight: 900;
    left: -12px;
    z-index: -1;
    color: #fff;
    opacity: .1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.wellcome-heading {
    margin-bottom: 100px;
    margin-left: 25%;
}

/* --------------------------
:: 4.0 Special Area CSS
-------------------------- */

.single-icon > i {
    font-size: 36px;
    color: #fb397d;
}

.single-special > h4 {
    font-size: 22px;
    color: #5b32b4;
}

.single-icon {
    margin-bottom: 25px;
}

.single-special > h4 {
    font-size: 22px;
    color: #5b32b4;
    margin-bottom: 15px;
}

.single-special {
    border: 1px solid #eff2f6;
    padding: 40px;
    border-radius: 40px 40px 40px 0px;
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    margin-bottom: 30px;
}

.special_description_content > h2 {
    color: #5b32b4;
    font-size: 48px;
    margin-bottom: 30px;
}

.single-special:hover {
    -webkit-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
            box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
}

.single-special p {
    margin-bottom: 0;
}

.app-download-area {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 1;
    flex-basis: 1;
    margin-top: 50px;
}

.app-download-btn a {
    border: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 30px;
    border-radius: 30px 30px 30px 0;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.app-download-btn.active a,
.app-download-btn a:hover {
    border-color: transparent;
    background-color: #fb397d;
}

.app-download-btn a i {
    color: #47425d;
    font-size: 24px;
    margin-right: 15px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.app-download-btn a p {
    font-size: 16px;
    line-height: 1;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.app-download-btn a p span {
    font-size: 12px;
    display: block;
}

.app-download-btn:first-child {
    margin-right: 20px;
}

.app-download-btn a:hover i,
.app-download-btn.active a i,
.app-download-btn.active a p,
.app-download-btn a:hover p {
    color: #fff;
}

/* --------------------------
:: 5.0 Features Area CSS
-------------------------- */

.single-feature {
    margin-bottom: 50px;
}

.single-feature > p {
    margin-bottom: 0;
}

.single-feature > i {
    color: #fb397d;
    font-size: 30px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.single-feature > h5 {
    font-size: 22px;
    color: #5b32b4;
}

.single-feature > p {
    margin-top: 15px;
}

/* --------------------------
:: 6.0 Video Area CSS
-------------------------- */

.video-area {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    border: 20px solid #fff;
    border-radius: 20px;
    height: 650px;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
}

.video-area:after {
    position: absolute;
    content: "";
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    border: 1px solid #f1f4f8;
    z-index: 2;
    border-radius: 20px;
}


.video-area .video-play-btn a {
    width: 80px;
    height: 80px;
    background-color: #fb397d;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 36px;
    line-height: 80px;
    padding-left: 5px;
    border-radius: 50%;
    top: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}

.video-area .video-play-btn a:hover {
    background-color: #a865e1;
    color: #fff;
}

/* --------------------------
:: 7.0 Cool Facts Area CSS
-------------------------- */

.cool_facts_area {
    position: relative;
    z-index: auto;
    background: #a865e1;
    background: -webkit-linear-gradient(to left, #7873ed, #a865e1);
    background: -webkit-linear-gradient(right, #7873ed, #a865e1);
    background: -webkit-gradient(linear, right top, left top, from(#7873ed), to(#a865e1));
    background: -o-linear-gradient(right, #7873ed, #a865e1);
    background: linear-gradient(to left, #7873ed, #a865e1);
    padding: 180px 0 80px 0;
    top: -100px;
}


.cool_facts_area:after {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    background-color: #fff;
    content: ''
}

.cool-facts-content > i {
    color: #ffffff;
    font-size: 36px;
}

.counter-area {
    min-width: 100px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.counter-area > h3 {
    color: #ffffff;
    font-size: 60px;
    margin-bottom: 0;
    line-height: 1;
}

.cool-facts-content > p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0;
}

/* --------------------------
:: 8.0 Screenshots Area CSS
-------------------------- */

.app_screenshots_slides {
    padding: 0 6%;
}

.app_screenshots_slides .single-shot {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85)
}

.app_screenshots_slides .center .single-shot {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.app-screenshots-area .owl-dot {
    height: 11px;
    width: 11px;
    border: 2px solid #a49fba;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
    margin-top: 50px;
}

.app-screenshots-area .owl-dot.active {
    background-color: #fb397d;
    border: transparent;
}

.app-screenshots-area .owl-dots {
    height: 100%;
    width: 100%;
    text-align: center;
}

/* --------------------------
:: 9.0 Pricing Plan Area CSS
-------------------------- */

.pricing-plane-area {
    background: #f5f9fc;
}

.single-price-plan {
    background: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 30px 30px 30px 0;
    margin-bottom: 30px;
}

.single-price-plan .package-plan {
    padding: 40px 0;
    border-radius: 30px 30px 0 0;
}

.single-price-plan .package-plan > h5 {
    color: #5b32b4;
    font-size: 18px;
}


.single-price-plan .package-plan .ca-price h4 {
    color: #fb397d;
    font-size: 48px;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    line-height: 1;
}

.single-price-plan .package-plan .ca-price span {
    font-size: 18px;
    color: #fb397d;
}

.single-price-plan .plan-button > a {
    background: #726a84;
    padding: 10px 0;
    border-bottom-right-radius: 30px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    display: block;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-price-plan .package-description > p {
    margin-bottom: 0;
    line-height: 1;
    padding: 15px 0;
    border-bottom: 1px solid #ebebeb;
}

.single-price-plan .package-description > p:first-child {
    border-top: 1px solid #ebebeb;
}

.single-price-plan.active .package-plan,
.single-price-plan.active .plan-button > a,
.single-price-plan:hover .plan-button > a {
    background-color: #a865e1;
}

.single-price-plan.active .package-plan .ca-price > h4,
.single-price-plan.active .package-plan .ca-price > span,
.single-price-plan.active .package-plan > h5,
.single-price-plan.active .plan-button > a {
    color: #fff;
}

/* --------------------------
:: 10.0 Testimonials Area CSS
-------------------------- */

.clients-feedback-area .client-name > h5 {
    color: #5b32b4;
    font-size: 22px;
    margin-top: 5px;
}

.clients-feedback-area .star-icon > i {
    font-size: 18px;
    color: #f1b922;
}

.clients-feedback-area .client-description > p {
    max-width: 1010px;
    margin: auto;
    margin-bottom: 15px;
    font-size: 22px;
}

.clients-feedback-area .client > i {
    font-size: 48px;
    color: #897ceb;
    margin-bottom: 30px;
}

.clients-feedback-area .client-name > p {
    color: #b5aec4;
}

.clients-feedback-area .slick-dots {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.clients-feedback-area .slick-dots li button {
    width: 12px;
    height: 12px;
    text-indent: -999999999999999999999999px;
    border: 3px solid #a49fba;
    background-color: #fff;
    border-radius: 50%;
    margin: 5.5px;
    outline: none;
}

.clients-feedback-area .slick-dots li.slick-active button {
    background-color: #fb397d;
    border-color: #fb397d;
}

.clients-feedback-area .slick-slide.client-thumbnail {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 129px;
}


.clients-feedback-area .slick-slide img {
    display: block;
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.clients-feedback-area .slick-slide.slick-current img {
    width: 100px !important;
    height: 100px !important;
}

.clients-feedback-area .slick-arrow {
    position: absolute;
    width: 30px;
    background-color: #fff;
    height: 100%;
    text-align: center;
    font-size: 24px;
    color: #b5aec4;
    display: block;
    line-height: 550%;
    left: 0;
    z-index: 90;
    cursor: pointer;
}

.clients-feedback-area .slick-arrow.fa-angle-right {
    left: auto;
    right: 0;
    top: 0;
}

/* --------------------------
:: 11.0 CTA Area CSS Start
-------------------------- */

.our-monthly-membership {
    background: #a865e1;
    background: -webkit-linear-gradient(to left, #7873ed, #a865e1);
    background: -webkit-linear-gradient(right, #7873ed, #a865e1);
    background: -webkit-gradient(linear, right top, left top, from(#083c77), to(#458cc8));
    background: -o-linear-gradient(right, #7873ed, #a865e1);
    background: linear-gradient(to left, #083c77, #458cc8);
}

.membership-description > h2 {
    color: #ffffff;
    font-size: 36px;
}

.membership-description > p {
    color: #ffffff;
    margin-bottom: 0;
}

.get-started-button > a {
    background: #ffffff;
    height: 45px;
    min-width: 155px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    color: #083C77;
    font-weight: 500;
    border-radius: 23px;
    font-size: 15px;
}

.get-started-button > a:hover {
    background: #F7BD21;
    color: #fff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.get-started-button {
    text-align: right;
}

/* --------------------------
:: 12.0 Team Area CSS Start
-------------------------- */

.member-image {
    margin-bottom: 30px;
    border-radius: 30px 30px 30px 0;
    position: relative;
    z-index: 1;
}

.member-image img {
    border-radius: 30px 30px 30px 0;
}

.member-text > h4 {
    font-size: 22px;
    color: #5b32b4;
}

.member-text > p {
    color: #b5aec4;
    margin-bottom: 0;
}

.team-hover-effects {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(105, 75, 228, 0.8);
    border-radius: 30px 30px 30px 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.single-team-member:hover .team-hover-effects {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.team-social-icon {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.team-social-icon > a {
    font-size: 14px;
    color: #fff;
    background: #9a81d7;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px 10px 10px 0;
    display: block;
    margin: 2.5px;
}

.single-team-member {
    margin-bottom: 50px;
}

/* --------------------------
:: 13.0 Contact Area CSS Start
-------------------------- */

.address-text > p,
.phone-text > p,
.email-text > p {
    font-size: 18px;
    margin-bottom: 10px;
}

.address-text > p > span,
.phone-text > p > span,
.email-text > p > span {
    color: #5b32b4;
}

.footer-contact-area .line-shape {
    margin-left: 0;
}

.footer-contact-area .heading-text > p {
    margin-top: 50px;
}

.footer-contact-area .heading-text {
    margin-bottom: 50px;
}

#name {
    font-size: 18px;
    padding: 15px 15px;
    border-radius: 25px 25px 25px 0;
}

#email {
    font-size: 18px;
    padding: 15px 15px;
    border-radius: 25px 25px 25px 0;
}

#message {
    border-radius: 25px 25px 25px 0;
}

.btn.submit-btn {
    background: #fb397d;
    height: 48px;
    min-width: 185px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 22px 25px 22px 0;
}

.btn.submit-btn:hover {
    background: #5b32b4;
    color: #fff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.footer-contact-area {
    background: #fff;
}

.footer-text > p {
    margin-bottom: 50px;
}

/* --------------------------
:: 14.0 Footer Area CSS Start
-------------------------- */

.footer-text > h2 {
    color: #5b32b4;
    font-size: 72px;
    font-weight: 700;
}

.footer-social-icon > a > i {
    background: #9b69e4;
    font-size: 14px;
    color: #ffffff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-weight: 500;
    border-radius: 10px 10px 10px 0px;
    margin-right: 10px;
}

.footer-social-icon > a > i:hover {
    background: #fb397d;
    color: #fff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.social-icon {
    margin-bottom: 30px;
}

.footer-text {
    margin-bottom: 15px;
}

.footer-menu ul li {
    display: inline-block;
}

.footer-menu ul li a {
    border-right: 2px solid #726a84;
    display: block;
    padding: 0 7.5px;
    color: #726a84;
}

.footer-social-icon > a .active {
    background: #fb397d;
}

.footer-menu ul li:last-child a {
    border-right: 0 solid #ddd;
}

.footer-social-icon {
    margin-bottom: 30px;
}

.footer-menu {
    margin-bottom: 15px;
}

.copyright-text > p {
    margin-bottom: 0;
}

footer#foo {
    z-index: -101;
    position: relative !important;
bottom: 0px;}
 #session{
	margin-left:15%;

 }  
.main_content_home div span.glyphicon {
    font-size: 42px;
    color: #57bf10;
    width: 90px;
    border-radius: 100%;
    border: 1px solid #ddd;
    height: 90px;
    line-height: 85px;
    background: #FBFBFB;
    margin: 0px auto;
transition:all 0.5s ease;
    
}
.main_content_home div a:hover span.glyphicon
{
    background: #57bf10; 
   color:#fff;
   transition:all 0.5s ease;
    
}

    
 .banner-inner {
    position: relative;
    z-index: 999999;
    text-align: center;
    padding: 17% 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
}

 .main_content_home div h5
 {
       margin-top: 20px;
    font-size: 16px;
    color: #3E3E3E;
    margin-bottom: 70px;
    font-weight: 600;
 }
 
.banner-inner h2, .banner-inner h3 {
    text-transform: none !important;
}
.banner-inner h2 {
      font-size: 36px;
    color: #fff;
    text-shadow: 1px 2px 6px #444;
    line-height: 68px;
	margin-top: 0px;
}
.banner-inner h2 span {
      display: block;
    font-size: 68px;
    font-weight: 600;
}

.banner-inner p {
font-size: 16px;
    line-height: normal;
    color: #fff;
    font-weight: 100;
    font-family: arial;
    line-height: 24px;
    margin-top: 30px;
}

.banner-inner a
{
	width:200px;
	height:50px;
	line-height:30px;
	font-size:24px;
	text-transform:uppercase;
	display:block;
	margin:0px auto;
	text-decoration: none;
}
.banner-inner a {
    width: 340px;
    height: 56px;
    line-height: 57px;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    margin: 44px auto;
    text-shadow: none;
    color:#083C77;
    background: #fff!important;
    border-bottom: 4px solid #C7C7C7;
}

.banner-inner .button-big:hover
{
     border-bottom: 4px solid #083c77;
    color: #083C77;
}

.banner-inner a:hover
{
     background:#083C77;
     transition:all 0.5s ease;
}

.banner-inner .bg-info
{
   background:transparent !important; 
}

.banner-inner .bg-info h3
{
font-size: 16px;
    color: #083C77;
    text-shadow: 1px 2px 3px #ddd;
    text-transform: uppercase !important;
    letter-spacing: 0.2px;
    font-weight: 600;
}


.form_home .card-header
{
    background:transparent;
    border-bottom:0px !important;
}





/* Carousel */

#quote-carousel {
    padding: 0 10px 10px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
       background: none;
    color: #63e92a;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
    width: 10%;
    display: none;
}
#quote-carousel .carousel-control.left {
left: 0;
    top: 30%;
}
#quote-carousel .carousel-control.right {
    right: 0;
    top: 30%;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
    position: relative;
    margin-bottom: 30px;
	    min-height: 150px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #f33;
    opacity: 1;
    overflow: hidden;
}
#quote-carousel .carousel-inner {
    min-height: 160px;
}
#quote-carousel .item blockquote {
    border-left: none;
    margin: 0;
}
#quote-carousel .item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
.testimonials
{
	width:100%;
	float:left;
	position:relative;
	padding:50px 0px;
}


body .container {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}
.container {
    width: 100%;
    max-width: 1200px;
    padding: 0px 15px !important;
}

body .row {
    margin-left: 0px;
    margin-right: 0px;
}
.row {
    max-width: 100%;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
}
.logout{
	color:white;
	font-size:20px;
	
	
}
#signbtn, #loginbtn{
	border-radius:20px 0px 20px 0px;
	height:50px;
	color:white;
	    font-size: 15px;
	
}

#signbtn
{
background: #083C77;
    padding: 15px;
    box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
    border: 1px solid #5e57ea;
}


.form_home .card
{
    background: linear-gradient(to top, #bbd5f1, #FDFDFD);
    padding: 15px;
    box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
    border-radius: 5px !important;
}

.form_home .card-body
{
    padding:0px !important;
}

















/* Services Section
--------------------------------*/
#services {
  padding: 30px 0 0 0;
}

#services .box {
    padding: 20px;
    margin-bottom: 40px;
    box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
    background: #fff;
    transition: 0.4s;
    overflow: hidden;
    min-height:380px;
    
    padding-top: 30px;
}
#services .box .btn-primary
{
display:none;
}
#services .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#services .box .icon {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 50px;
    color: #57BF10;
}

#services .box .icon i {
  color: #444;
  font-size: 54px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 60px;
}

#services .box .icon i:before {
  background: #0c2e8a;
  background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#services .box h4 {
    margin-left: 0;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 22px;
    background: transparent;
    text-align: center;
    margin-top: 21px;
    float: left;
    width: 100%;
    text-transform: none;
}

#services .box h4 a {
color: #3E3E3E;
}

#services .box p {
    font-size: 15px;
    margin-left: 0;
    margin-bottom: 0;
    line-height: 26px;
    text-align: center;
    float: left;
    width: 100%;
}











/*---9-17-2018-----*/

#services .title-wrapper {
    text-align: center;
    margin-bottom: 70px;
}

#services .title-wrapper .widget-title
{
font-size: 36px;
    color: #083C77;
    text-transform: none;
}

#services
{
padding-top:100px !important;
padding-bottom:70px;
}

#services .title-wrapper .widget-title i
{
display:none;
}

#services p
{
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 18px;
    font-stretch: condensed;
    color: #5A5A5A;
    font-weight: 100;
}


.special-area .section-heading
{
    margin-bottom:10px;
}

.main_content_home
{
    text-align: center;
    padding-bottom: 50px;
}
.main_content_home p
{
        line-height: 26px;
    margin-top: 25px;
}



.get_funded
{
    background:url(https://hraap.com/assets/img/bannerbg1.jpg);
    background-size:cover;
}

.funded_back {
      width: 100%;
    padding: 100px 0px;
	    background: #083c77;
		background:-webkit-gradient(linear, right top, left top, from(#083c77), to(#458cc8));
    background: linear-gradient(to left, #083c77, #458cc8);
}


.funded_back h4 {
    font-size: 20px;
    color: #fff;
    margin-top: 0px;
    position: relative;
    margin-bottom: 30px;
    font-weight: 600;
}
.funded_back h4:after {
    content: '';
    position: absolute;
    display: block;
    width: 100px;
    height: 2px;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #FFFFFF 0%, #FFFFFF 100%) repeat scroll 0 0 !important;
    left: 0px;
    margin-top: 12px;
}

.funded_back .big_text ul
{
    padding-left:0px;
}
.funded_back .big_text ul li {
    display: block;
    font-size: 30px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    line-height: 36px;
    color: #fff;
	margin-bottom:10px;
}
.text_funded p {
    text-align: justify;
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    padding-left: 30px;
}


.get_funded .text_funded h2 
{
	font-size: 36px;
    padding-left: 30px;
    color: #fff;
}



.section_padding_100
{
    padding-bottom:0px;
}

#services
{
    padding-top:0px;
}




.button_rocket .button-medium {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #FFFFFF 0%, #FFFFFF 100%) repeat scroll 0 0 !important;
    border-radius: 4px;
    color: #083C77;
    display: block;
    float: right;
    font-size: 14px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    width: 175px;
    text-decoration: none;
    border-radius: 20px 0px 20px 0px;
    border-bottom: 5px solid #ddd;
        margin-top: 15px;
}

.button_rocket .button-medium:hover
{
   border-bottom: 5px solid #083C77; 
}


.footer-contact-area
{
    padding-bottom:100px;
}

.clients-feedback-area .section-heading 
{
    margin-bottom:0px;
}


.clients-feedback-area .card .carousel-caption h3 
{
     
    color: #57bf10;
    text-shadow: none;
    font-size: 20px;
    text-align: center;
    margin-bottom:20px;

}

.clients-feedback-area .carousel-caption .col-sm-3, .clients-feedback-area .carousel-caption .col-sm-9 {
    width: 100%;
    float: left;
    text-align: center;
    display: block !important;
    max-width: 100%;
    flex: none;
}
.clients-feedback-area .carousel-caption .col-sm-9
{
    padding-top:30px;
    text-align:center !important;
}

.clients-feedback-area .carousel-caption .col-sm-9 small
{
    text-shadow: none;
    font-size: 15px;
    line-height: 26px;
}
.clients-feedback-area .card .carousel-item {
    height: 441px;
}
.clients-feedback-area .carousel-caption 
{
    bottom:0px;
}


.clients-feedback-area
{
 background: linear-gradient(to left, #f5f5f5, #eaeaea) !important;
    padding:90px 0px;
}

.clients-feedback-area .card
{
    margin-bottom:0px !important;
    background:transparent;
}

.footer_widget > ul > li {
     border-top: 1px solid #efefef !important;
    color: #444444;
    list-style: outside none none;
       padding: 10px 10px 10px 0px;
       font-size:15px;
       color:#2d2d2d;
}


.footer_widget > ul > li > a {
    display: block;
 
    position: relative;
}
footer .footer_widget h3 
{
     border-left: none;
    padding-left: 0px;
    font-size: 24px;
    font-weight: 100;
    margin-bottom: 10px;
    color: #3d3d3d;
}



header.header_area.animated.fixed
{
    box-shadow:1px 1px 4px #d3d3d3 !important;
    position:fixed;
}

header.header_area.animated.fixed .menu_area #nav .nav-link {
    padding: 28px 15px;
}

header.header_area.animated.fixed .logo-header
{
    margin-top: 10px;
    height: auto;
    max-width:100%;
    width: 120px;
}

header.header_area.animated.fixed .navbar-brand
{
    margin-top:0px;
    z-index:999;
}













@media (max-width: 767px) {
  #services .box .box {
    margin-bottom: 20px;
  }
  #services .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }
  #services .box h4, #services .box p {
    margin-left: 0;
    text-align: center;
  }
}


.section-header {
    margin-bottom: 30px;
    margin-top: 0px;
}
#aa {
    color: #0c2e8a;
    font-size: 28px;
}


.clients-feedback-area .line-shape
{
margin-top:10px;
}


/*-------------Start of footer---------------*/
footer {
    margin-top: 0;
    padding: 50px 0;
    position: relative;
    width: 100% !important;
    float: left;
    background: #fdfdfd;
    border-top: 1px solid #ddd;
    font-size: 16px;
    color: #4C4C4C;
	
}
footer h3 {

    border-left: 2px solid;
    color: #555;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 20px;
    padding-left: 10px;
    margin-top: 20px;

}
.textwidget {
    color: #999;
}
footer a
{
color:#555;
}

.footer_widget {
    float: left;
}


.footer_widget ul {
    margin: 0;
    padding: 0;
}

.footer_widget > ul > li {
    border-top: 0px !important;
 color: #3d3d3d;
    padding: 5px 10px 5px 0px;
}



.footer_widget > ul > li > a {
    display: block;
    padding: 10px 10px 10px 30px;
    position: relative;
}
.footer_widget > ul > li > a:after
{
position: absolute;
    left: 0px;
    content: '>';
    width: 15px;
    height: 15px;
    display: block;
    top: 10px;
}

/*-------------End of footer---------------*/


.row
{
	max-width:100%;
}
.bbcard_name
{
	margin:8px 0px;
}
.grid_pannel_inner .caption p
{
	margin-top:0px;
}













.py-2 h3,.py-2 p{color:#fff;}
a.h2{
    color:#007b5e;
    margin-bottom:0;
    text-decoration:none;
}
#myModal .form-control {
    height: 40px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 15px;
    font-size: 15px;
}
#myModal .btn {
font-size: 15px;
color: #fff;
text-transform: uppercase;
text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
height: 40px;
background: #083C77;
border-color: #083C77;
margin-top: 15px;
}
#myModal .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #007b5e;
    outline: 0;
    box-shadow: none;
}





.card {
  margin: 0 auto;
  float: none;
  border:none;
}
.card .carousel-item {
  height: 200px;
}
.card .carousel-caption {
  padding: 0;
  right: 0;
  left: 0;
  color: #3d3d3d;
}
.card .carousel-caption h3 {
  color: #3d3d3d;
}
.card .carousel-caption p {
  line-height: 30px;
}
.card .carousel-caption .col-sm-3 {
  display: flex;
  align-items: center;
}
.card .carousel-caption .col-sm-9 {
  text-align: left;
}
.navi a {
    text-decoration:none;
}
a > .ico {
    background-color: grey;
    padding: 10px;
    
}
a:hover > .ico {
    background-color: #666;
}


.clients-feedback-area .float-right.navi
{
     float: right !important;
    margin: 0px auto;
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 0px;

}

 .clients-feedback-area a[data-slide="prev"] .ico, .clients-feedback-area a[data-slide="next"] .ico
 {
     background-color:#57bf10;
 }

.clients-feedback-area a[data-slide="prev"], .clients-feedback-area a[data-slide="next"]
{
        margin: 0px 2px;
}




.clients-feedback-area
{
       background: linear-gradient(to left, #ffffff, #f7f5f5) !important;
    padding: 0px 0px;
    margin-top: 0px !important;
}



.footer-contact-area {
    padding-bottom: 0px;
}

.clients-feedback-area
{
    margin-top:100px;
}



div#contact {
    padding-top: 0px;
}


#services
{
    padding-bottom:70px;
}

.banner_home
{
    
}

.form_home #phone
{
        font-size: 18px;
    padding: 15px 15px;
    border-radius: 25px 25px 25px 0;
}


.form_home input[type="checkbox"]
{
    width: 10px;
    height:15px;
    max-width: 15px;
    margin-right: 7px;
}
.banner-inner .form_home .form-group .check_box 
{
    font-size: 14px !important;
    color: #111;
}
.banner-inner .form_home .form-group .check_box a
{
    width: auto;
    color: #000;
    height: auto;
    background: transparent !important;
    margin: 0px;
    padding: 0px;
    line-height: inherit;
    text-transform: none;
    text-shadow: none;
    font-size: 14px !important;
    color: #040404;
    padding-left: 5px;
    border-bottom: 0px;
	display: inline-block;
}

.banner-inner .form_home .form-group input[type="text"], .banner-inner .form_home .form-group input[type="email"]
{
     margin: 5px 0px !important;
    height: 40px;
    padding: 0px 15px !important;
    border-radius: 0px !important;
    font-size: 16px !important;
    border: 1px solid #B9B9B9;
	width:100%;
}

.banner-inner .form_home .form-group input[type="email"]:hover
{
      margin: 0px 0px; 
}

.banner-inner .form_home input[type="submit"]
{
        font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
    height: 40px;
    background: #083C77;
    border-color: #083C77;
    margin-top:15px;
}


.banner-inner .form_home input[type="submit"]:hover
{
    background: #FFFFFF;
    border-color: #FFFFFF;
  color:#083C77;
  text-shadow:none;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
}



.main_content_home .col-xs-6.col-md-3 span
{
  display:block;  
}


.main_content_home p
 {
     margin-bottom:30px;
 }






/*--------------19-9-2018-----------*/
.first_section p
{
    margin-top: 5px;
    font-size: 18px;
    font-stretch: condensed;
    color: #5A5A5A;
    font-weight: 100;

}

.first_section
{
    margin-bottom: 80px !important;
}

#services .box .icon img
{
    width:55px;
}




.clients-feedback-area .carousel-control-next-icon, .clients-feedback-area .carousel-control-prev-icon
{
  background-image: none;
    background-color: transparent !important;
    font-size: 24px;
    color: #083C77;
    padding: 0px;
}


.footer_widget h2
{
        font-size: 36px;
    text-align: left;
    color: #083C77;
    text-transform: none;
}




#myModal .close_btn
{
       position: absolute;
    top: -28px;
    right: -28px;
    margin-top: 0px;
    background: #083c77;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    outline:none;
}


.menu_area #nav .nav-link
{
    text-transform:uppercase;
}


/*------------------------Start Feature Css -----------------*/

.ul_feature_section   .text_funded ul
{
	width:100%;
	float:left;
	
}
.ul_feature_section   .text_funded ul li
{
	    font-size: 15px;
    padding: 3px 0px 5px 17px;
    font-weight: lighter;
    color: #fff;
	list-style-image:url(https://hraap.com/assets/img/tick_icon.png);
}
.ul_feature_section   .big_text .col-sm-9
{
	    font-size: 32px;
    color: #fff;
    font-weight: 100;
    padding-left: 0px;
}

.ul_feature_section   .big_text
{
	padding:50px 0px 0px 0px;
}

section.white_section_feature {
    padding: 100px 0px;
}

.white_section_feature .box .title-wrapper h3
{
	    font-weight: 900;
    font-size: 14px;
    color: #0173c5;
}

.white_section_feature .box .title-wrapper 
{
	padding:0px;
}
.white_section_feature .box p
{
	font-size: 15px;
    font-weight: 300;
}

.white_section_feature .box .title-wrapper p
{
     margin-top: 38px;
    font-weight: lighter;
    font-size: 36px;
    margin-bottom: 10px;
    color: #073b76;
    line-height: 40px;
}
.white_section_feature .box .line-shape {
      margin-left: 0px;
    margin-bottom: 36px;
}

.all_text
{
	padding: 0px 8%;
}

.white_section_feature .box .icon img
{
	max-width:100%;
}

.ul_feature_section  .employee_vibe .big_text
{
	padding-top:15px;
}


.ul_feature_section   .big_text span.glyphicon {
    font-size: 48px;
    color: #fff;
}
.contact_footer address
{
	    border-bottom: 1px solid #ddd;
    padding: 0px 0px 15px 0px;
    margin-bottom: 20px;
}

.footer-bottom span
{
	color:#083c77;
}
footer.bootom_footer
{
	padding:20px 0px;
	text-align:center;
}

#pageMenu {
    background: #fff;
    padding: 12px 0;
	
}
.innerPageMenu {

    top:0px;
    background: #083c77;
	border-radius: 0px;
    width: 100%;
    z-index: 999;
    height: 63px;
    text-align: center;
    padding-left: 8%;
    padding-right: 15%;
}

.innerPageMenu ul li.active {
    border-bottom: 3px solid #fff;
}
.innerPageMenu ul li.active a {
    text-decoration: none;
    background: none !important;
}
.innerPageMenu ul li a {
    color: #fff;
    background: none;
    height: 100%;
    padding-top: 20px;
    height: 60px;
    font-size: 13px;
	outline:none;
}
.innerPageMenu ul li {
    float: left;
    text-align: center;
}
#myNavbar ul li a:hover {

    background: none !important;
 text-decoration: none;
    background-color:none !important;
}
#myNavbar ul li a:active, #myNavbar ul li a:focus{background:none !important;}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
	
}



#employee_financial
{
	margin-top:120px;
}

.banner-inner .form_home .form-group .form-control::placeholder
{
    color:#d1d1d1;
}

#commentes .card .bg-info
{
    background-color:#083c77 !important;
}


/*-----------------------------------New Media Querry ------------------------------------*/
@media (max-width:1139px)
{
    .container-fluid, .container
    {
    width:100%;
    max-width:992px;
}
.header_area .align-items-center .col-md-10
{
    padding:0px;
}

.menu_area .navbar
{
    padding:0px;
}
.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 0;
    font-size: 1.25rem;
    line-height: inherit;
    padding-top: 0px;
    padding-right: 0px;
}

.logo-header {
    margin-top: 15px;
    height: 78px;
    width: 110px;
    margin-right: 0px;
    padding-left: 0px;
    max-width: 100%;
    object-fit: contain;
}

.menu_area .navbar-nav {
    float: left !important;
    left: 0px;
    padding-left: 0;
    margin-left: 30px !important;
    margin-top: 0;
}


#signbtn {
    right: 60px;
}
body header .menu_area #nav .nav-link {
    padding: 30px 7.5px;
    font-size: 14px;
}

}


@media (max-width:992px)
{
     .container-fluid, .container
    {
    width:100%;
    max-width:768px;
}
   .menu_area {
    display: block;
    float: right;
}
#signbtn {
    right: 41px;
    margin: 10px 0px;
}
.logo-header
{
    margin-top:0px;
}
.clients-feedback-area .carousel-caption {
    bottom: 0px;
    top: 15px;
}
.header_area .align-items-center .col-md-10
{
    padding:0px;
}
.funded_back .big_text ul li
{
line-height:40px;
font-size:30px;
}
body .navbar-nav > li {
    float: none;
    display: inline-block;
}
.menu_area {
    float: right;
    width: 78%;
}
.navbar-nav
{
    display:block;
    padding-left:0px;
}


.menu_area .navbar-nav li a
{
        font-size: 14px;
    padding: 5px 6px !important;
    text-transform: uppercase;
    color: #1b1b1b;
}
.logo-header
{
        object-fit: contain;
}
.navbar-nav
{
        margin-top: 30px;
}
#signbtn, #loginbtn {
      border-radius: 20px 0px 20px 0px;
    height: 45px;
    color: white;
    font-size: 12px;
    line-height: 12px;
    right: 0px !important;
    left:-40px;
    position: relative;
}
.menu_area .navbar-nav {
    float: left !important;
    left: 0px;
    padding-left: 0;
    margin-left: 0px !important;
    margin-top: 21px;
}
.banner-inner h2
{
    font-size:24px;
        line-height: 48px;
}
.banner-inner h2 span {
    display: block;
    font-size: 36px;
    font-weight: 600;
}
.banner-inner a
{
    width:280px;
}
.banner-inner .col-xs-12.col-md-4
{
    padding:0px;
}
.banner-inner .col-xs-12.col-md-4 .modal-body
{
      padding:0px;  
}
.main_content_home div h5
{
    font-size:14px;
}
#services .col-xs-12.col-sm-6 {
    display: block;
    max-width: 100%;
    width: 50%;
    flex: inherit;
}
#services .box
{
    min-height:380px;
}
.footer-bottom
{
    padding:0px 15px;
}
.clients-feedback-area .card
{
    width: 100%;
    max-width: 100%;
}
}


@media (max-width:767px)
{
    #signbtn {
    right: 0;
    margin: 10px 0px;
    float: right;
    margin-top: -55px;
}

#logo {
    padding-top: 5px;
}
.section_padding_100
{
    padding-top:60px;
}
.main_content_home
{
    padding-bottom:50px;
}
.funded_back
{
padding:65px 0px;
}
#services {
    padding-top: 60px !important;
    padding-bottom: 40px;
}
.footer-contact-area {
    padding-bottom: 60px;
}

#services .col-sm-4
{
width:100%;
max-width:100%;
flex:none;
}

footer .footer_widget
{
width:100%;
max-width:100%;
flex:none;
}

.menu_area .navbar {
    padding: 0px;
    display: block;
}

.menu_area .navbar {
    padding: 0px;
    display: block;
}

.navbar-toggle 
{
    width:auto;
    float:right;
    
}
.menu_area {
    float: right;
    width: 100%;
    position: absolute;
    left: 0px;
}
.menu_area .navbar {
    padding: 0px;
    display: block;
    width: 100%;
}
body header .navbar-toggle
{
    float: right;
    width: auto;
    z-index: 999999;
    right: 15px;
    background: transparent !important;
    padding: 0px;
    margin-top:10px !important;
}
body .navbar-collapse {
    max-height: none;
    padding: 0;
    margin: 0;
    float: none;
    position: absolute;
    top: 100%;
    width: 96%;
}
.menu_area .navbar-nav {
float: left !important;
    left: 0px;
    padding-left: 0;
    margin-left: 0px !important;
    margin-top:0px;
    background: #124980;
    border-bottom: 3px solid #fff;
    width: 100% ;
}
body .navbar-nav > li {
    float: none;
    display: block;
}
.menu_area #nav .nav-link {
    padding: 30px 7.5px;
    font-size: 14px;
    color: #fff;
    padding: 10px !important;
}
#signbtn, #loginbtn
{
    left:-15px;
}
/* body header .navbar-toggle
{
    right:15px;
    background-color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 24px;
  width: 30px;
} */
/* For white background button */
.navbar-toggle {
  background-color: white(0, 0, 0) !important;
  border: none;
  padding: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 17epx;
  width: 30px;
  margin-top: 10px !important;
}

/* For the black lines */
.navbar-toggle .icon-bar {
    width: 22px !important;
    height: 2px !important;
    border-radius: 1px ;
    background: #000000 !important;
    color: white !important;
    border: white !important;
    margin: 2px 0 !important;
}


.main_content_home .col-12 .col-xs-6
{
     display: block;
    max-width: 100%;
    width:50%;
    flex: inherit;
}
.wellcome_area
{
      height: fit-content;
}
.clients-feedback-area .card .carousel-item {
    height: 442px;
}
.clients-feedback-area .float-right.navi
{
     float: right !important;
    margin: 0px auto;
    display: block;
    width: 100%;
    text-align: center;
    padding: 100px 0px;

}

}

@media (max-width:639px)
{
.big_text
{
width:100%;
max-width:100%;
flex:none;
}
.text_funded
{
  width:100%;
max-width:100%;
flex:none;  
}
.banner-inner
{
    padding-top:100px;
}
.text_funded p {
    text-align: left;
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    padding-left: 0;
    padding-top: 10px;
}
#services .title-wrapper
{
    padding:0px;
}
#services .title-wrapper .widget-title
{
font-size:30px;
}
#services .col-xs-12.col-sm-6 {
    display: block;
    max-width: 100%;
    width: 100%;
    flex: inherit;
}
#services .box {
    min-height: auto;
}
.get_funded .text_funded h2
{
    padding-left:0px;
    padding-top:30px;
}
.header.header_area.animated.fixed .navbar-toggle
{
   margin-top:4px; 
}
}





@media (max-width:464px)
{
    #signbtn
    {
        width:150px;
        font-size:12px;
    }
    .banner-inner h2
    {
            line-height: 43px;
            margin-bottom:45px;
            font-size:30px;
            
    }
    .banner-inner h2 span
    {
    font-size:45px;
    }
    .button_rocket .button-medium
    {
        float:left;
    }
   #signbtn, #loginbtn {
    left: 17px;
}
body header .navbar-toggle {
    right: 0px;
    top: -4px;
    margin: 0px;
}
.main_content_home .col-12 .col-xs-6
{
     display: block;
    max-width: 100%;
    width:100%;
    flex: inherit;
}
.clients-feedback-area .card .carousel-item {
    height: 395px;
}

}

@media (max-width:369px)
{
     #signbtn {
    width: 150px;
    font-size: 12px;
    right: -22px;
}
.banner-inner a
{
    width:270px;
}
.special-area .col-12
{
    padding:0px;
}
.banner-inner a{
        margin: 44px auto 20px auto;
}
}
@media (max-width: 768px) {
  .testimonial-slide {
    flex-direction: column;
    padding: 20px 20px !important;
    text-align: center;
  }

  .testimonial-slide img {
    width: 100px;
    height: 100px;
    margin: 0 0 15px 0;
  }

  .testimonial-text {
    padding: 0 10px;
  }

  .testimonial-text h5 {
    font-size: 1.2em;
  }

  .testimonial-text p {
    font-size: 0.95em;
  }

  .testimonial-text .author {
    font-size: 1em;
  }

  .testimonial-text .designation {
    font-size: 0.85em;
  }
}

@media (max-width: 480px) {
  .testimonial-slide {
    padding: 15px 10px !important;
  }

  .testimonial-slide img {
    width: 80px;
    height: 80px;
  }

  .testimonial-text h5 {
    font-size: 1.1em;
  }

  .testimonial-text p {
    font-size: 0.9em;
  }

  .testimonial-text .author {
    font-size: 0.95em;
  }

  .testimonial-text .designation {
    font-size: 0.8em;
  }
}

/*
     FILE ARCHIVED ON 18:22:48 Dec 18, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:24:14 Jul 17, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.578
  exclusion.robots: 0.034
  exclusion.robots.policy: 0.022
  esindex: 0.01
  cdx.remote: 387.119
  LoadShardBlock: 282.523 (3)
  PetaboxLoader3.datanode: 215.764 (5)
  PetaboxLoader3.resolve: 251.817 (3)
  load_resource: 248.758 (2)
*/