        .index-content a:hover{
    color:black;
    text-decoration:none;
}
.index-content{
    margin-bottom:20px;
    padding:50px 0px;
    
}

.index-content .row{
    margin-top:20px;
}
.index-content a{
    color: black;
}
.index-content .boldcards{
    background-color: #FFFFFF;
    padding:0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius:4px;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    height: 100% !important;
}
.index-content .boldcards:hover{
    box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
    color:black;
}
.index-content .boldcards img{
    width:100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	height:300px;
}
.index-content .boldcards h4{
    margin:20px;
}
.index-content .boldcards p{
    margin:20px;
    opacity: 1;
}
.index-content .blue-button{
    width: 100px;
    -webkit-transition: background-color 1s , color 1s; /* For Safari 3.1 to 6.0 */
    transition: background-color 1s , color 1s;
    min-height: 20px;
    background-color: #002E5B;
    color: #ffffff !important;
    border-radius: 4px;
    text-align: center;
    font-weight: lighter;
    margin: 0px 20px 15px 20px;
    padding: 5px 0px;
    display: inline-block;
}
.index-content .blue-button:hover{
    background-color: #002E5B;
    color: #ffffff;
}
@media (max-width: 768px) {

    .index-content .col-lg-4 {
        margin-top: 20px;
    }
}

.footer {
    padding: 30px 0px 0px;
    background-color: #002e5b;
}


.footer .widget1 p {
    font-size: 16px;
    color: rgba(255, 255, 255, .6);
    margin-top: 6px;
	line-height:1.5;
	margin-bottom:0px
}

.footer .socialLinks {
    float: right;
    text-align: right;
}

.socialLinks ul li {
    display: inline-block;
}


.socialLinks ul li a i {
    display: block;
    margin: 0 2px;
    width: 40px;
    height: 40px;
    font-size:23px;
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) !important;
    border-radius: 50%;
    text-align: center;
    margin-right: 5px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.socialLinks ul li a .fa-facebook-f {
    color: #ffffff;
    background: #4267b2 !important;
}

.socialLinks ul li a .fa-twitter {
    color: #1da1f2;
}

.socialLinks ul li a .fa-google-plus-g {
    color: #dd5044;
}

.socialLinks ul li a .fa-linkedin-in {
    color: #0177b5;
}


.socialLinks ul li a:hover i {
    color: #fff;
}

.socialLinks ul li a:hover .fa-facebook-f {
    background: #4267b2 !important;
}

.socialLinks ul li a:hover .fa-twitter {
    background: #1da1f2;
}

.socialLinks ul li a:hover .fa-google-plus-g {
    background: #dd5044;
}

.socialLinks ul li a:hover .fa-linkedin-in {
    background: #0177b5;
}
footer .logo {
    max-width: 200px;
}

.footer h5 {
    font-weight: 500;
    margin-bottom: 2px;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    font-size: 21px
}

.footer .widget2 .media img {
    margin-right: 20px;
    max-width: 100px;
}
.footer .widget2 .media p {
    font-size: 16px;
    color: rgba(255, 255, 255, .8);;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-weight: 600;
    line-height: 26px;
}

.footer .widget2 .media span {
    font-size: 12px;
    color: #ffb606;
    text-transform: uppercase;
    margin-top: 15px;
    display: block;
}

.footer .widget2 .media {
    margin-bottom: 20px;
}

.footer .widget3 ul li a,
.footer .widget4 ul li a {
    font-size: 16px;
    color: rgba(255, 255, 255, .6);;
    text-transform: capitalize;
    margin-bottom: 13px;
    display: block;
}

.footer .widget3 ul li a:hover,
.footer .widget4 ul li a:hover,
.footer .widget2 a:hover p {
    color: #ffb606;
}

.footer .widget3 h5 {
    margin-bottom: 8px;
    font-weight: 600;
    color: #fff;
    font-size: 21px;
    line-height: 32px;
}

.footer .widget4 h5 {
    margin-bottom: 22px;
    font-weight: 600;
    color: #fff;
    font-size: 21px;
}

.copyRightArea {
 
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 25px 0px 28px;
}

.copyRightArea p {
    color: rgba(255, 255, 255, 0.6);
}
       .template_faq {
    background: #edf3fe none repeat scroll 0 0;
}
/** FAQ CSS START **/
.panel-group {

    margin-bottom: 0;
    padding: 10px;
}

.accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 10px;
}
.accordion .panel-heading {
    border-radius: 30px;
    padding: 0;
}
.fade.show{
	opacity:1;
}
	
.accordion .panel-title a {
    background: #009688 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 20px 12px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.accordion .panel-title a.collapsed {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
}
.accordion .panel-title a::after, .accordion .panel-title a.collapsed::after {
    background: #009688 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    color: #fff;
    content: "";
    font-family: fontawesome;
    font-size: 25px;
    height: 55px;
    left: -20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: -5px;
    transition: all 0.3s ease 0s;
    width: 55px;
}
.accordion .panel-title a.collapsed::after {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    content: "";
}
.accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
}
.accordion .panel-body p {
    border-left: 1px dashed #8c8c8c;
    padding-left: 25px;
}

         /*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*/
.nav-pills-custom .nav-link {
    color: #080808;
    background: #fff;
    position: relative;
}

.nav-pills-custom .nav-link.active {
    color: white;
    background: #009688;
}


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #ffb900;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}
/** FAQ END **/
  .template_faq {
    background: #edf3fe none repeat scroll 0 0;
}
.panel-group {

    margin-bottom: 0;
    padding: 10px;
}
.accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 10px;
}
.accordion .panel-heading {
    border-radius: 30px;
    padding: 0;
}
.accordion .panel-title a {
    background: #024954cc none repeat scroll 0 0;
    border: 1px solid #9e9e9e;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 20px 12px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.accordion .panel-title a.collapsed {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
}
.accordion .panel-title a::after, .accordion .panel-title a.collapsed::after {
    background: #ffb900 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    color: #fff;
    content: "";
    font-family: fontawesome;
    font-size: 25px;
    height: 35px;
    left: -20px;
    line-height: 35px;
    position: absolute;
    text-align: center;
    top: 5px;
    transition: all 0.3s ease 0s;
    width: 35px;
}
.accordion .panel-title a.collapsed::after {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    content: "";
}
.accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
}
.accordion .panel-body p {
    border-left: 1px dashed #8c8c8c;
    padding-left: 25px;
}

         /*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*/
.nav-pills-custom .nav-link {
    color: #151414;
    background: #fff;
    position: relative;
}

.nav-pills-custom .nav-link.active {
    color: white;
    background: #34378b;
}


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #ffb900;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}


 .index-content a:hover{
            color:black;
            text-decoration:none;
        }
        .index-content{
            margin-bottom:20px;
            padding:50px 0px;
            
        }
        .index-content .row{
            margin-top:20px;
        }
        .index-content a{
            color: black;
        }
        .index-content .boldcards{
            background-color: #FFFFFF;
            padding:0;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius:4px;
            box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
            height:100% !important;

        }
        .index-content .boldcards:hover{
            box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
            color:black;
        }
        .index-content .boldcards img{
            width:100%;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            height:160px;
        }
        .index-content .boldcards h4{
            margin:20px;
        }
        .index-content .boldcards p{
            margin:20px;
            opacity: 0.65;
            display: -webkit-box;
            max-width: 200px;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .index-content .blue-button{
            width: 100px;
            -webkit-transition: background-color 1s , color 1s; /* For Safari 3.1 to 6.0 */
            transition: background-color 1s , color 1s;
            min-height: 20px;
            background-color: #002E5B;
            color: #ffffff;
            border-radius: 4px;
            text-align: center;
            font-weight: lighter;
            margin: 0px 20px 15px 20px;
            padding: 5px 0px;
            display: inline-block;
        }
        .index-content .blue-button:hover{
            background-color: #068633;
            color: #002E5B;
        }
        .index-content .blodcards {
            background-color: #FFFFFF;
            padding: 0;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
            height: 100% !important;
        }
        @media (max-width: 768px) {

            .index-content .col-lg-4 {
                margin-top: 20px;
            }
        }
        .blog-details-desc .article-image .tag {
            position: absolute;
            bottom: 20px;
            right: 20px;
            display: inline-block;
            height: 60px;
            width: 60px;
            line-height: 60px;
            background-color: #fff;
            color: #06a3da;
            text-align: center;
            font-size: 15px;
            border-radius: 50%;
            -webkit-transition: .6s;
            transition: .6s;
        }
        .blog-details-desc .article-image .tag-two {
            position: absolute;
            bottom: 20px;
            left: 20px;
            display: inline-block;
            background-color: #06a3da;
            padding: 5px 20px;
            border-radius: 50px;
            -webkit-transition: .6s;
            transition: .6s;
        }
        .blog-details-desc .article-image .tag-two a {
            color: #fff;
        }
        .blog-details-desc .article-content {
            margin-top: 30px;
        }
        .blog-details-desc .article-content .entry-meta {
            margin-bottom: -8px;
        }
        blockquote, .blockquote {
            background-color: #fafafa;
            padding: 30px!important;
            margin-top: 20px;
            margin-bottom: 20px;
            border-left: 3px solid #06a3da;
            border-radius: 5px;
        }
        blockquote {
            margin: 0 0 1rem;
        }
        .blog-details-desc .article-content .article-tag {
            text-align: center;
            margin-top: 25px;
            margin-bottom: 25px;
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee;
            padding-top: 30px;
            padding-bottom: 30px;
        }
        .comments-area {
            margin-top: 30px;
        }
        .comments-area .comments-title {
            margin-bottom: 30px;
            font-size: 24px;
        }
        .comments-area .comment-list {
            padding: 0;
            margin: 0;
            list-style-type: none;
        }
        .comments-area .comment-respond {
            margin-top: 30px;
        }
        .comments-area .comment-respond .comment-reply-title {
            margin-bottom: 0;
            font-size: 24px;
        }
        .comments-area .comment-respond .comment-form {
            overflow: hidden;
        }
        .widget-area .widget {
            margin-bottom: 30px;
        }
        .widget-area .widget_info .content {
            text-align: center;
            background: #f9f9f9;
            padding: 25px;
            border-radius: 0 0 5px 5px;
        }
        .widget-area .widget_info .content .share-link {
            margin-top: 15px;
        }
        .widget-area .widget_grin_posts_thumb {
            position: relative;
            overflow: hidden;
        }
        .widget-area .widget .widget-title {
            margin-bottom: 20px;
            position: relative;
            font-size: 22px;
        }
        .widget-area .widget_grin_posts_thumb .item {
            overflow: hidden;
            margin-bottom: 15px;
        }
        .widget-area .widget_grin_posts_thumb .item .thumb {
            float: left;
            height: 80px;
            overflow: hidden;
            display: block;
            position: relative;
            width: 80px;
            margin-right: 15px;
            z-index: 1;
        }
        .widget-area .widget_grin_posts_thumb .item .thumb .fullimage.bg1 {
            background-image: url(https://images.unsplash.com/photo-1521410843026-323be9ead002?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1267&q=80);
        }
        .widget-area .widget_grin_posts_thumb .item .thumb .fullimage {
            width: 80px;
            height: 80px;
            display: inline-block;
            border-radius: 5px;
            background-size: cover!important;
            background-repeat: no-repeat;
            background-position: center center;
        }
        .widget-area .widget_grin_posts_thumb .item .info {
            overflow: hidden;
            margin-top: 5px;
        }
        .widget-area .widget_grin_posts_thumb .item .info span {
            display: block;
            color: #000000;
            margin-top: -2px;
            margin-bottom: 5px;
            font-size: 14px;
        }
        .widget-area .widget_grin_posts_thumb .item .info .title {
            margin-bottom: 0;
            line-height: 1.4;
            font-size: 18px;
            font-weight: 500;
        }
        .widget-area .widget_grin_posts_thumb .item .info .title a {
            display: inline-block;
            -webkit-transition: .6s;
            transition: .6s;
        }
        .widget-area .widget {
            margin-bottom: 30px;
        }
        .widget-area .widget .widget-title {
            margin-bottom: 20px;
            position: relative;
            font-size: 22px;
        }
        .widget-area .widget_categories ul {
            padding-left: 0;
            margin-bottom: 0;
            list-style-type: none;
        }
        .widget-area .widget_categories ul li {
            position: relative;
            margin-bottom: 12px;
            overflow: hidden;
            color: #222;
            padding-left: 20px;
            font-size: 16px;
            font-weight: 400;
        }
        .widget-area .widget_categories ul li::before {
            background: #002e5b;
            height: 10px;
            width: 10px;
            content: '';
            left: 0;
            top: 7px;
            position: absolute;
        }
        .widget-area .widget_categories ul li a {
            color: #222;
            display: inline-block;
        }
        .widget-area .widget .widget-title {
            margin-bottom: 20px;
            position: relative;
            font-size: 22px;
        }
        .widget-area .tagcloud a {
            display: inline-block;
            background: #002e5b;
            color: #fff;
            padding: 10px 25px;
            border: none;
            border-radius: 10px;
            font-weight: 500;
            font-size: 15px;
            margin-top: 8px;
            margin-right: 5px;
        }
        .ptb-100 {
            padding-top: 100px;
            padding-bottom: 100px;
        }
        .blog-details-desc .article-image img {
            border-radius: 30px;
        }
        img {
            max-width: 100%;
            height: auto;
            display: inline-block;
        }
        .blog-details-desc .article-content .entry-meta ul li a {
            display: inline-block;
            color: #000000;
        }
        .blog-details-desc .article-content .entry-meta ul li span {
            display: inline-block;
            color: #222;
            font-weight: 500;
        }
        .blog-details-desc .article-content .entry-meta {
            margin-bottom: -8px;
        }
        .blog-details-desc .article-content {
            margin-top: 30px;
        }
        .blog-details-desc .article-content .entry-meta ul {
            padding-left: 0;
            margin-bottom: 0;
            list-style-type: none;
        }
        .blog-details-desc .article-content .entry-meta ul li:last-child {
            margin-right: 0;
        }
        .blog-details-desc .article-content .entry-meta ul li::before {
            content: '';
            position: absolute;
            top: 12px;
            right: -15px;
            width: 6px;
            height: 1px;
            background: #06a3da;
        }
        .blog-details-desc .article-content {
            margin-top: 30px;
        }
        .blog-details-desc .article-content .entry-meta {
            margin-bottom: -8px;
        }
        .blog-details-desc .article-content .entry-meta ul li {
            position: relative;
            display: inline-block;
            color: #222;
            margin-right: 20px;
        }
        .blog-details-desc .article-content h3 {
            margin-bottom: 15px;
            margin-top: 25px;
            font-size: 25px;
            color: black;
        }
        .blog-details-desc .article-content .article-tag a i {
            display: inline-block;
            height: 35px;
            width: 35px;
            line-height: 35px;
            background-color: #06a3da;
            color: #fff;
            font-size: 16px;
            border-radius: 50px;
            -webkit-transition: .6s;
            transition: .6s;
        }
        .bx {
            font-family: 'boxicons'!important;
            font-weight: normal;
            font-style: normal;
            font-variant: normal;
            line-height: 1;
            display: inline-block;
            text-transform: none;
            speak: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
        .widget-area .widget {
            margin-bottom: 30px;
        }
        .widget-area .widget_info .content h3 {
            font-size: 22px;
            margin-bottom: 12px;
        }
        .widget-area .widget {
            margin-bottom: 30px;
        }
        .comments-area {
            margin-top: 30px;
        }
        .comments-area .comments-title {
            margin-bottom: 30px;
            font-size: 24px;
        }
        .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
            color: #222;
            font-family: poppins,sans-serif;
            font-weight: 700;
        }
        .comments-area .comment-list {
            padding: 0;
            margin: 0;
            list-style-type: none;
        }
        .comments-area .comment-body {
            border-bottom: 1px dashed #eee;
            padding-left: 70px;
            color: #222;
            margin-bottom: 20px;
            padding-bottom: 20px;
        }
        .comments-area .comment-author {
            font-size: 16px;
            margin-bottom: 8px;
            position: relative;
            z-index: 2;
        }
        .comments-area .comment-author .avatar {
            height: 50px;
            left: -65px;
            position: absolute;
            width: 50px;
        }
        .mb-20{
            margin-bottom:20px;
        }
        img {
            max-width: 100%;
            height: auto;
            display: inline-block;
        }
        .comments-area .comment-author .fn {
            font-weight: 600;
        }
        .comments-area .comment-metadata {
            color: #6a6c72;
            margin-bottom: 10px;
            font-size: 14px;
        }
        .comments-area .comment-metadata a {
            display: inline-block;
            color: #6a6c72;
        }
        .comments-area .comment-body .reply {
            margin-top: 15px;
        }
        .comments-area .comment-body .reply a {
            border: 1px dashed #ded9d9;
            color: #222;
            display: inline-block;
            padding: 5px 25px;
            border-radius: 30px;
            text-transform: capitalize;
            font-size: 14px;
            font-weight: 500;
        }
        .comments-area .children {
            margin-left: 20px;
        }
        .comments-area ol, .comments-area ul {
            padding: 0;
            margin: 0;
            list-style-type: none;
        }
        .comments-area .comment-body {
            border-bottom: 1px dashed #eee;
            padding-left: 70px;
            color: #222;
            margin-bottom: 20px;
            padding-bottom: 20px;
        }
        .comments-area .comment-respond {
            margin-top: 30px;
        }
        .comments-area .comment-respond .comment-form {
            overflow: hidden;
        }
        .comments-area .comment-respond .comment-notes {
            margin-top: 10px;
            margin-bottom: 20px;
        }
        .comments-area .comment-respond .comment-form-author {
            float: left;
            width: 50%;
            padding-right: 10px;
            margin-bottom: 20px;
        }
        .comments-area .comment-respond label {
            display: none;
        }
        .comments-area .comment-respond .comment-form-email {
            float: left;
            width: 50%;
            padding-left: 12px;
            margin-bottom: 20px;
        }
        .comments-area .comment-respond .comment-form-comment {
            float: left;
            width: 100%;
        }
        .comments-area .comment-respond textarea {
            height: auto!important;
            padding-top: 15px;
        }
        .comments-area .comment-respond .comment-form-cookies-consent {
            width: 100%;
            float: left;
            position: relative;
            padding-left: 20px;
            margin-top: 15px;
            margin-bottom: 20px;
        }
        label {
            display: inline-block;
            margin-bottom: .5rem;
            font-size: 15px;
            font-weight: 600;
        }
        .comments-area .comment-respond .comment-form-cookies-consent input {
            position: absolute;
            left: 0;
            top: 7.5px;
        }
        .comments-area .comment-respond input[type=date], .comments-area .comment-respond input[type=time], 
        .comments-area .comment-respond input[type=datetime-local], .comments-area .comment-respond input[type=week], .comments-area .comment-respond input[type=month], 
        .comments-area .comment-respond input[type=text], .comments-area .comment-respond input[type=email], .comments-area .comment-respond input[type=url],
        .comments-area .comment-respond input[type=password], .comments-area .comment-respond input[type=search], .comments-area .comment-respond input[type=tel], 
        .comments-area .comment-respond input[type=number], .comments-area .comment-respond textarea {
            display: block;
            width: 100%;
            background-color: #eee;
            border: 1px solid #eee;
            padding: 1px 0 0 15px;
            height: 60px;
            outline: 0;
            border-radius: 5px;
            color: #222;
            font-size: 14px;
            -webkit-transition: .6s;
            transition: .6s;
        }
        .comments-area .comment-respond .comment-form-cookies-consent label {
            display: inline-block;
            margin: 0;
            color: #6a6c72;
        }
        .comments-area .comment-respond .form-submit {
            float: left;
            width: 100%;
        }
        .comments-area .comment-respond .form-submit input {
            background: #06a3da;
            border: none;
            color: #fff;
            padding: 10px 30px;
            display: inline-block;
            cursor: pointer;
            text-transform: capitalize;
            -webkit-transition: .6s;
            transition: .6s;
            border-radius: 0;
            font-weight: 600;
            border-radius: 5px;
        }



        /* new mobile responsive chnages */


        @media only screen and (max-width: 667px) {
.mobilebannerdesign h3{
    position: absolute;
    top: 9.5%;
    color: #fff;
    background: #0000009e;
    text-align: center;
    font-size: 20px;
    left: 0;
    right: 20px;
    padding: 10px 0 15px;
}
.mobilebannerdesign{
margin: 0px 20px 20px 0;
        }

        .content-wrap {
            padding: 0px 0px 0 0px !important;
        }
        .select-state{
            padding: 0px 0px !important;
        }
        .content-wrap .container{
            padding-right: 15px;
        }
#about{
    padding-right: 20px;
}
.ls.about_section.about.first-bg{
    padding-right: 20px;
}
.foottextheading{
    font-size: 30px !important;
}
.mobilemenu{
    display: block !important;
}

.navbar{
    padding: 0.5em 0 !important;
}
#myHeader .container{
    padding-right: 15Px;
}
.nav-link {
    padding: 10px 1rem !important;
}
.onclick .container{
    padding-left: 0 !important;
    padding-right: 40px;
}
.container{
    padding-right: 15px;
}
#about h3{
    text-align: left !important;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins', sans-serif;
}
p,span{
    font-family: 'Poppins', sans-serif;
}
.navbar-brand {
    font-size: 24px !important;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 700 !IMPORTANT;
}
#section-underline-1 .row .col-6{
    padding-right: 10px;
    padding-left: 10px;
}
.about .icon-boxes h3, .about h3{
    text-align: left !important;
}
footer li a{
    font-family: 'Poppins', sans-serif; 

}
.bannercontect h5 {
    background: #2a2e5c;
    color: #fff;
    padding: 20px;
    position: absolute;
    top: 8.5% !important;
}
.inner_page {
    margin: 0 !important;
}
.bannercontectstatic h5{
    background: #2a2e5c;
    color: #fff;
    padding: 20px;
    position: absolute;
    top: 25.5% !important;   
}
.nav-pills-custom .nav-link{
    padding-left: 10px !important;
}
    }




    h1,h2,h3,h4,h5,h6{
        font-family: 'Poppins', sans-serif;
    }
    p,span{
        font-family: 'Poppins', sans-serif;
    }
    li{
        font-family: 'Poppins', sans-serif; 
    }




    .bannercontect img{
position: relative;
    }
    .bannercontect h5{
        background: #2a2e5c;
        color: #fff;
        padding: 20px;
        position: absolute;
        top: 24%;
    }

    .bannercontectstatic h5{
        background: #2a2e5c;
        color: #fff;
        padding: 20px;
        position: absolute;
        top: 48%;   
    }

    .footer .widget1 p {
        color: var(--Neutrals-Neutrals700, #655F5F);
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }