/*
Website Name: JRS Wealth
Designed By:Paresh Kavale
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Signika:400,600,700|Noto+Sans:400,700&display=swap');
body {
    background: #FFF;
    font-weight: 400;
    position: relative;
    line-height: 1.5em;
    overflow-x: hidden;
    font-family: 'Noto Sans', sans-serif;
}

p {
    font-size: 14px;
    line-height: 1.5em;
    color: #555;
    text-align: justify;
}

a {
    outline: none;
    color: #242424;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease- 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family: 'Signika', sans-serif;
    margin-top: 0;
    margin-bottom: 0;
}

ol,
ul {
    text-decoration: none;
    list-style: none;
    padding: 0px;
}

button:focus {
    outline: 0;
    box-shadow: none;
}


.navbar {
    padding: 0rem 1rem!important;
}
.scroll-to-top {
    border-radius: 2px;
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 40px;
    height: 40px;
    text-align: center;
    z-index: 999;
    display: none;
    background-color: #065e9e;
}

.scroll-to-top i {
    color: #fff;
    font-size: 22px;
    line-height: 16px;
    margin: 12px 12px;
}


/* ======== Top Navigation Css ========*/

.top-bar {
    background: #065e9e;
    padding: 8px 0px;
}

.top-right-content {
    float: right;
}

.top-right-content a {
    font-size: 14px;
    color: #fff;
    margin-right: 15px;
    font-weight: 500;
    font-family: 'Signika', sans-serif;
}

.top-bar .top-left-content a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-right: 15px;
    font-family: 'Signika', sans-serif;
}

.top-bar .top-left-content a i {
    padding-right: 5px;
    color: #fff;
}


/* ======== Main Navigation Css ========*/

.main-menu .navbar {
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}

.main-menu .navbar .navbar-brand img {
    width: 200px;
}

.main-menu .navbar .nav-item {
    margin-right: 40px;
    position: relative;
}

.main-menu .navbar .nav-item:last-child {
    margin-right: 0;
}

.main-menu .navbar .nav-item .nav-link {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #323232;
    padding: 0px;
    display: block;
    line-height: 52px;
    font-family: 'Signika', sans-serif;
}

.main-menu .navbar .nav-item:hover .nav-link,
.main-menu .navbar .nav-item.active .nav-link {
    color: #065e9e;
}

.main-menu .navbar .nav-item.submenu ul {
    border: none;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px;
    background: #fff;
}

.main-menu .navbar .nav-item.submenu ul .nav-item {
    display: block;
    float: none;
    margin-right: 0px;
    margin-left: 0px;
    transition: all 0.4s linear;
}

.main-menu .navbar .nav-item.submenu ul .dropdown-item {
    color: #323232;
    padding: 10px 15px;
    transition: all 150ms linear;
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-right: 0px;
    background: #fff;
    border-bottom: 1px solid #ededed;
}

.main-menu .navbar .nav-item.submenu .dropdown-menu .dropdown-item :hover {
    color: #065e9e;
}

.fixed {
    position: fixed;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    background: #fff;
    z-index: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}


/*=======================
  03. Hero Area CSS
=========================*/

.hero-slider {
    position: relative;
    overflow: hidden;
    clear: both;
}

.hero-slider .single-slider {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 550px;
    position: relative;
}

.hero-slider .slide-text {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 450px;
}

.hero-slider .slide-text h1 {
    line-height: 55px;
    font-weight: 800;
    font-size: 34px;
    color: #ffffff;
}

.hero-slider .slide-text h1 span {
    color: #065e9e;
}

.slider-content-box p {
    transition: none;
    line-height: 30px;
    border-width: 0;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 17px;
    color: #ffffff;
}

.hero-slider .slide-text h1:before {
    position: absolute;
    left: 0;
    content: "";
    bottom: -1.5px;
    width: 100px;
    height: 3px;
}

.hero-slider .slide-text.right {
    text-align: right;
}

.hero-slider .slide-text.right h1:before {
    left: auto;
    right: 0;
}


/* Slider Button */

.hero-slider .single-slider .btn {
    transition: none;
    line-height: 26px;
    padding: 6px 33px;
    font-weight: 600;
    font-size: 14px;
    background: #065e9e;
    border: 2px solid #065e9e;
    color: #FFF;
}

.hero-slider .single-slider .slide-btn {
    margin-top: 30px;
}

.hero-slider .single-slider .slide-btn i {
    margin-left: 10px;
}

.hero-slider .slide-btn .btn.video-play i {
    margin-left: 10px;
}

.hero-slider .waves-block .waves {
    position: absolute;
    width: 90px;
    height: 90px;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    border-radius: 100%;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
    right: -3px;
    top: -22px;
}

.hero-slider .waves-block .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero-slider .waves-block .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.hero-slider .waves-block .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}


/* Slider Nav And Dots */

.hero-slider .owl-dots {
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: 25px;
}

.hero-slider .owl-dots .owl-dot {
    display: inline-block;
}

.hero-slider .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: 0 10px 0 0;
    background: #FFFFFF;
}

.hero-slider .owl-dots .owl-dot:hover span {
    border-color: transparent;
}

.hero-slider .owl-dots .owl-dot.active span {
    border-color: transparent;
    width: 12px;
    height: 12px;
    background: #065e9e;
}

.hero-slider .owl-nav button {
    position: absolute;
    top: 45%;
    background: transparent;
    color: #fff;
    border: 0 solid;
    width: 40px;
    height: 90px;
    line-height: 90px;
    padding: 0;
    border-radius: 0;
    opacity: 1;
    font-size: 32px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: -45px 0 0;
}

.hero-slider .owl-nav button:hover {
    background: #065e9e;
    color: #fff;
}

.hero-slider .owl-nav .owl-prev {
    left: 10px;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    transform-origin: left;
    -webkit-transform: perspective(600px) rotateY(90deg);
    -moz-transform: perspective(600px) rotateY(90deg);
    transform: perspective(600px) rotateY(90deg);
    visibility: hidden;
    opacity: 0;
    background: rgba(255, 255, 255, 0.14);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    line-height: 50px;
}

.hero-slider:hover .owl-nav .owl-prev {
    -webkit-transform: perspective(600px) rotateY(0deg);
    -moz-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
    visibility: visible;
    opacity: 1;
}

.hero-slider .owl-nav .owl-next {
    right: 10px;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    transform-origin: right;
    -webkit-transform: perspective(600px) rotateY(-90deg);
    -moz-transform: perspective(600px) rotateY(-90deg);
    transform: perspective(600px) rotateY(-90deg);
    visibility: hidden;
    opacity: 0;
    background: rgba(255, 255, 255, 0.14);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    line-height: 50px;
}

.hero-slider:hover .owl-nav .owl-next {
    -webkit-transform: perspective(600px) rotateY(0deg);
    -moz-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
    visibility: visible;
    opacity: 1;
}


/* Slider Animation */

.hero-slider .owl-item.active .slide-text h1 {
    animation: fadeIn 0.8s both 1s;
}

.hero-slider .owl-item.active .slide-text p {
    animation: fadeIn 0.8s both 1.4s;
}

@media only screen and (max-width: 480px) {
    .hero-slider .slide-text h1 {
        font-size: 30px;
        line-height: 45px;
    }
}

.quiz-form {
    padding: 25px;
    border: 2px dashed #1381d2;
}

.form-check-input {
    margin-left: -30px;
}

.result-question {
    font-size: 13px;
    color: #454646;
}

.quiz-body {
    margin-top: 25px;
}

.quiz-body h4 {
    font-size: 16px;
    color: #454646;
}

.option-block-container {
    margin-top: 20px;
    max-width: 382px;
    margin-left: 25px;
}

.option-block {
    padding: 7px;
    background: aliceblue;
    border: 1px solid #84c5fe;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 13px;
}

.result-question {
    font-weight: bold;
}

.c-wrong {
    margin-left: 20px;
    color: #FF0000;
}

.c-correct {
    margin-left: 20px;
    color: green;
}

.text-row {
    font-size: 13px;
    color: #666667;
    float: left;
    margin-right: 30px;
}

.last-row {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    font-size: 13px;
    color: #666667;
}

.res-header {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    color: #065e9e;
    font-size: 18px;
    font-weight: 700;
}

section {
    position: relative;
}

.section-pad {
    padding: 70px 0px;
}

.section-title {
    margin-bottom: 30px;
}

.section-title h2 {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 14px;
    background-size: 18px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 28px;
    color: #020e27;
}

.section-title h2:before {
    content: '';
    width: 3em;
    height: 3px;
    position: absolute;
    bottom: -14px;
    left: 0;
    background: #065e9e;
}

.section-title h2::after {
    content: '';
    width: 1em;
    height: 3px;
    position: absolute;
    bottom: -21px;
    left: 0;
    background: #065e9e;
}

.section-title.centered {
    text-align: center;
    margin-bottom: 30px;
}

.section-title.centered h2 {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 14px;
    background-size: 18px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 28px;
    color: #020e27;
}

.section-title.centered h2:before {
    content: '';
    width: 3em;
    height: 3px;
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #065e9e;
}

.section-title.centered h2:after {
    content: '';
    width: 1em;
    height: 3px;
    position: absolute;
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
    background: #065e9e;
}

img {
    max-width: 100%;
    height: auto;
}

label {
    font-size: 14px;
}

.login-box {
    padding: 35px 25px;
    border-radius: 5px;
    background: #f5f5f5;
}

.bg-ash {
    background: #f4f7fa;
}

.about-img img {
    border-radius: 5px;
}

.about-text h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.client-profile h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.single-team {
    margin-bottom: 20px;
    position: relative;
}

.single-team .team-img img {
    width: 100%;
}

.single-team .team-content h5 {
    font-weight: 600;
}

.single-team .team-content p {
    margin-bottom: 5px;
}


/* Product section css */

.single-product {
    position: relative;
    margin-bottom: 15px;
}

.single-product .product-img img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.single-product .pro-content {
    background-color: #065e9e;
    padding: 15px 15px;
}

.single-product .pro-content h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.single-product .pro-content h3 a {
    color: #fff;
}


/* Service Section css */

.serviceBox {
    padding: 25px;
    margin: 0 20px 40px 0;
    border: 1px solid #ddd;
    position: relative;
    box-shadow: 0 6px 6px -7px rgba(0, 0, 0, 0.7);
    transition: all 0.3s ease 0s;
    min-height: 205px;
}

.serviceBox:hover {
    border: 1px solid #065e9e;
}

.serviceBox .service-icon {
    display: inline-block;
    font-size: 40px;
    color: #065e9e;
    margin-bottom: 10px;
}

.serviceBox .title1 {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #212121;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.serviceBox .description {
    font-size: 13px;
    color: #212121;
    margin: 0;
}

.serviceBox .read {
    display: inline-block;
    padding: 7px 20px;
    font-size: 14px;
    font-weight: 700;
    color: #212121;
    position: absolute;
    bottom: -20px;
    right: -20px;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.serviceBox:hover .read {
    color: #fff;
}

.serviceBox:hover .title1 {
    color: #065e9e;
}

.serviceBox .read:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #ddd;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: skewX(-15deg);
    transition: all 0.3s ease 0s;
}

.serviceBox:hover .read:after {
    background: #065e9e;
    border: 1px solid #065e9e;
}


/*==================
        Download app section css
            =================*/

.download-section {
    padding: 40px 0px;
}

.download-btn {
    float: right;
}

.app-box h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #020e27;
    font-weight: bold;
}

.app-box p {
    font-size: 15px;
}

.btn-download {
    padding: 10px 20px;
    color: #fff !important;
    font-size: 15px;
    background: #065e9e;
}

.btn-download i {
    padding-right: 5px;
    color: #fff;
    font-size: 18px;
}


/*==================
            Testimonial style css 
                        =================*/

.testimonial {
    padding: 20px 15px 50px;
}

.testimonial .description {
    background: #fff;
    border-radius: 6px;
    color: #333333;
    font-size: 14px;
    font-style: italic;
    padding: 45px 35px;
    position: relative;
}

.testimonial .description:before {
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
    top: -17px;
    font-size: 30px;
    color: #2c97de;
}

.testimonial .description:after {
    content: "";
    width: 27px;
    position: absolute;
    bottom: -12px;
    border-top: 13px solid #ececec;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
}

.testimonial-review {
    padding-top: 32px;
}

.testimonial-review img {
    border-radius: 50%;
    float: left;
    margin-left: 25px;
    margin-right: 20px;
    width: 60px !important;
    height: 60px;
    object-fit: cover;
}

.testimonial-review .testimonial-title {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
    float: left;
    text-transform: capitalize;
}

.testimonial-title small {
    display: block;
    color: #999;
    font-size: 12px;
    margin-top: 3px;
}

#testi-slider .owl-dots {
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: -45px;
}

#testi-slider .owl-dots .owl-dot {
    display: inline-block;
}

#testi-slider .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    display: block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: 0 10px 0 0;
    background: #FFFFFF;
}

#testi-slider .owl-dots .owl-dot:hover span {
    border-color: transparent;
}

#testi-slider .owl-dots .owl-dot.active span {
    border-color: transparent;
    width: 12px;
    height: 12px;
    background: #065e9e;
}

@media only screen and (max-width: 480px) {
    .testimonial-review img {
        margin-left: 15px;
        margin-right: 10px;
    }
}


/*============
         Blog css 
                 =============*/


/*------------------------------
     BLOG  PAGE css
-----------------------------------*/

.blog-post {
    color: #162532;
    position: relative;
    overflow: hidden;
    background: #fff;
    margin-bottom: 30px;
}

.blog-img {
    overflow: hidden;
}

.blog-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 5px;
}

.blog-content {
    padding: 15px 0px;
    padding-bottom: 0;
}

.blog-title {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.blog-footer {
    position: relative;
    float: left;
    padding: 10px 0;
    width: 100%;
}

.blog-footer a {
    font-size: 14px;
    color: #555;
}

.blog-footer i {
    font-size: 16px;
    margin-right: 10px;
}

.blog-box {
    display: block;
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px dotted #eee;
}

.img-thumbnail {
    border: none;
    background: #fff;
}

.blog-box.page-template {
    padding-bottom: 0;
    margin-bottom: 0 !important;
    border-bottom: 0;
}

.media-box img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.blog-meta a {
    color: #999999;
    margin-right: 14px;
    font-size: 14px;
    font-weight: 500;
}

.blog-meta i {
    padding-right: 4px;
    color: #065e9e;
}

.blog-single ul,
.blog-desc ul {
    padding: 0;
    margin: 0 0 0 -5px;
}

.blog-desc {
    padding: 10px;
    background: #fff;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.blog-desc p {
    margin-bottom: 10px;
    text-align: justify;
}

.blog-single h3.post-title,
.blog-desc h3 {
    padding: 8px 0 10px;
    margin: 0;
    line-height: 1.3;
    font-weight: bold;
    font-size: 22px;
}

.blog-single h3.post-title {
    margin-bottom: 5px;
}

.blog-desc h3 a {
    color: #232323;
    font-weight: bold;
}

.img-thumbnail {
    border-radius: 10px;
    opacity: 1.0;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.readmore {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    text-decoration: underline !important;
}

.readmore:hover:after {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    padding: 0 0 0 5px;
}

.tags .readmore {
    margin-right: 7px;
}

.img-thumbnail:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    /* For IE8 and earlier */
}

.pagination>li>a,
.pagination>li>span {
    background-color: #fff;
    border: 1px solid #eee !important;
    border-radius: 0 !important;
    color: #232323;
    float: none;
    line-height: 1.42857;
    margin-left: -1px;
    margin-right: 5px;
    padding: 9px 15px;
    position: relative;
    text-decoration: none;
}

.text-center .pagination {
    float: none;
    display: block;
    margin: 50px auto 0;
}

.widget {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #aaaec3;
}

.widget-title .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    position: relative;
    margin-bottom: 15px;
    color: #212121;
    text-transform: uppercase;
}

.sidebar .widget-title .title::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    bottom: 0px;
    left: 0px;
    background: #0060d6;
}

.recent-posts .list-post {
    border-bottom: 1px dotted #e2e2e2;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.recent-posts .list-post a {
    color: #111;
    font-weight: 600;
    line-height: 26px;
}

.recent-posts .meta-items span {
    font-size: 13px;
    font-weight: 500;
    color: #666666;
    padding-right: 15px;
}

.recent-posts {
    background: #fff;
    padding: 10px;
}

.recent-posts img {
    width: 75px;
    height: 75px;
    object-fit: cover;
}


/*===============
        contact strips css 
                 ==============*/

.contact-strips {
    padding: 30px 0px 30px;
    background: #065e9e;
}

.contact-strips h4 {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    font-style: italic;
}

.contact-strips .btn {
    margin-top: 10px;
}

.btn-contact {
    border: 1px solid #fff;
    padding: 8px 18px;
    color: #fff !important;
    border-radius: 0;
}


/*===============
              Breadcrumb Area css 
                        ==============*/

.banner-area {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/headerbanner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 150px;
}

.banner-area1{
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/Banner.jpg) !important;
    height:370px;
}

.banner-inner-area {
    padding: 60px 0px;
}

.banner-inner-area h3 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.banner-inner-area p {
    color: #fff;
    font-weight: 600;
}

.banner-inner-area p a {
    color: #fff;
}


/*===========
                                single services page css 
                                                =============*/

.left-content {
    margin-bottom: 30px;
}

.left-content h3 {
    font-size: 24px;
    position: relative;
    margin-top: 10px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.left-content h3:after {
    position: absolute;
    content: "";
    background-color: #065e9e;
    height: 3px;
    width: 200px;
    bottom: -1px;
    left: 0;
}

.left-content h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

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

#accordion .panel {
    border-radius: 0;
    margin-bottom: 10px;
}

#accordion .panel-heading {
    padding: 0;
}

#accordion .panel-title {
    position: relative;
}

#accordion .panel-title:before {
    content: "";
    border-bottom: 25px solid rgba(0, 0, 0, 0);
    border-left: 15px solid #eee;
    border-top: 25px solid rgba(0, 0, 0, 0);
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 32px;
}

#accordion .panel-title a {
    color: #333;
    background: #f5f5f5;
    display: block;
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px 10px 13px 65px;
}

#accordion .panel-title a.collapsed {
    color: #333;
    background: #f5f5f5;
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
    content: "\f068";
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0px;
    padding: 13px 15px;
    color: #065e9e;
    background: #eee;
}

#accordion .panel-title a.collapsed:before {
    content: "\f067";
}

#accordion .panel-body {
    color: #828282;
    font-size: 14px;
    line-height: 26px;
    padding: 15px 10px;
}

ul.menu-list {
    margin: 0 0 30px;
    padding: 0;
}

.sidebar h5 {
    font-size: 18px;
    font-weight: 500;
    color: #f7f7f7;
    padding: 15px 25px;
    background: #105282 none repeat scroll 0 0;
    margin-bottom: 5px;
    text-transform: capitalize;
}

ul.menu-list li a {
    background: #f7f7f7 none repeat scroll 0 0;
    color: #242424;
    font-size: 14px;
    display: block;
    font-weight: 600;
    padding: 12px 25px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    margin-bottom: 5px;
    transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

ul.menu-list li a:hover,
ul.menu-list li a.active {
    background: #105282 none repeat scroll 0 0;
    color: #ffffff;
}


/* 
                        ul.menu-list li:first-child {
                            border-left: 5px solid #065e9e;
                        } */


/*=============
                                    contact page css 
                                                ==========*/

.contact-form {
    margin-bottom: 15px;
}

.form-control:focus {
    box-shadow: none;
    outline: 0;
}

.form-control {
    border-radius: 0;
    background: transparent;
    border: 1px solid #dcdcdc;
    box-shadow: none;
    padding: 5px 10px;
    font-size: 14px;
}

.form-contact label.error {
    color: red;
    font-size: 14px;
}

h3.title {
    font-size: 22px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px;
}

h3.title:before {
    content: "";
    height: 3px;
    width: 50px;
    background: #065e9e;
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: 1;
}

.btn-submit {
    border: none;
    border-radius: 0;
    background-color: #065e9e;
    color: #fff;
    font-size: 14px;
    padding: 10px 25px;
}

.contact-info .single-contact {
    position: relative;
    padding-top: 2px;
    margin-bottom: 20px;
}

.contact-info .single-contact .icon-box {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #065e9e;
    float: left;
    margin-right: 15px;
    border-radius: 2px;
}

.contact-info .single-contact .icon-box i {
    font-size: 18px;
    color: #fff;
    margin: 0 auto;
}

.contact-info .single-contact .text {
    color: #777777;
    font-size: 14px;
}

.modal-message .modal-dialog {
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) !important;
    margin: 0px;
    max-width: 500px;
    width: 100%;
}

.modal-message .modal-dialog .modal-content .modal-header {
    text-align: center;
    display: block;
    border-bottom: none;
    padding-top: 50px;
    padding-bottom: 50px;
}

.modal-message .modal-dialog .modal-content .modal-header .close {
    position: absolute;
    right: -15px;
    top: -15px;
    padding: 0px;
    color: #fff;
    opacity: 1;
    cursor: pointer;
}

.modal-message .modal-dialog .modal-content .modal-header h2 {
    display: block;
    text-align: center;
    color: #065e9e;
    padding-bottom: 10px;
}

.modal-message .modal-dialog .modal-content .modal-header p {
    display: block;
    text-align: center;
}


/*============
                                   Footer Area css 
                                            ================*/

#footer .footer-top {
    background: #212121;
    padding: 60px 0px 60px 0px;
    border-top: 5px solid #065e9e;
}

.footer-col {
    margin-bottom: 20px;
}

.footer-col h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer-col h4:after {
    display: block;
    height: 3px;
    font-weight: bold;
    background-color: #065e9e;
    content: " ";
    width: 50px;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
}

.footer-col p {
    color: #c2c2c2;
    text-align: justify;
}

.footer-col ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.app-download-btn a {
    border: 2px solid #065e9e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 30px;
    border-radius: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.app-download-btn a i {
    color: #fff;
    font-size: 24px;
    margin-right: 15px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.app-download-btn a p {
    font-size: 16px;
    line-height: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #fff;
}

.app-download-btn a p span {
    font-size: 12px;
    display: block;
    color: #fff;
}

.footer-col ul li {
    padding: 10px 0px;
    border-bottom: 1px dotted rgb(211, 211, 211, 0.3);
}

.footer-col ul li a {
    color: #c2c2c2;
    font-size: 13px;
    transition: all .5s;
}

.footer-col ul li a:hover {
    color: #065e9e;
}

.footer-col ul li a:before {
    content: "\00BB";
    color: #c2c2c2;
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 8px;
    font-size: 17px;
    color: #065e9e;
}

.footer-bottom {
    padding: 20px 0px;
    background: #000;
}

.copyrights {
    text-align: center;
}

.copyrights p {
    color: #c2c2c2;
    font-size: 15px;
    margin-bottom: 0;
}

.copyrights p a {
    color: #fff;
    font-weight: 500;
}

.footer-col .social-icon {
    margin-top: 25px;
    margin-bottom: 15px;
}

.footer-col .social-icon a {
    margin-right: 5px;
}

.footer-col .social-icon a i {
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #065e9e;
}

.single-contact {
    margin-bottom: 15px;
}

.single-contact i {
    color: #065e9e;
    font-size: 20px;
    margin-right: 15px;
    padding-top: 7px;
}

.single-contact p {
    color: #c2c2c2;
}


.banner-area-global{
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/logos_banner1.jpg) !important;
}