<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --primary: #00678c;
    --primary-light: #eaf2f5;
    --secondary: #0293d4;
    --secondary-light: #ecf4f8;
    --black: #000000;
    --white: #ffffff;
    --bg-primary: #00678c;
    --bg-secondary: #0293d4;
    --bg-black: #000000;
    --bg-white: #ffffff;
    --bg-dark: #00234b;
  }
  
  /*html{*/
  /*    scroll-behavior:smooth;*/
  /*}*/

  body {
    font-family: 'Montserrat';
    font-weight: 500;
    color: #494d4e;
    font-size: 14px;
    line-height: 2;
    background-color: var(--bg-white);
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    overflow-y: auto;
}

p {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 26px;
}
.btn-primary {
    color: #fff;
    background-color: var(--bg-primary);
    border-color: var(--bg-primary);
    height: 50px;
    margin: 0 auto;
    display: block;
}
.btn-primary {
    color: var(--bg-primary);
    background-color: transparent;
    border-color: var(--bg-primary);
}
blockquote {
    border: 1px solid #e8e8e8;
    width: 100%;
    margin: 0;
    padding: 32px 49px;
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    color: #67619a;
    font-style: italic;
    background: url(../images/quote-shape-2.png) right 50% bottom 50% no-repeat;
    background-size: 100px 87px;
}

blockquote &gt; p:last-child {
    margin-bottom: 0;
}

blockquote cite {
    position: relative;
    padding-left: 60px;
    font-style: normal;
}

blockquote cite:before {
    content: "";
    width: 40px;
    height: 2px;
    background-color: var(--primary);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

blockquote em,
blockquote i {
    font-style: normal;
}

abbr,
acronym {
    border-bottom: 1px dotted #d9d9d9;
}

code,
kbd,
tt,
var,
samp,
pre {
    margin: 20px 0;
    padding: 4px 12px;
    background-color: #f5f5f5;
    border: 1px solid #d9d9d9;
}


/* Input normal */

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    background-color: #e6f2f6 !important;
    color: #4d4d4d;
    border: 1px solid #e6f2f6 !important;
    font-size: 16px;
    padding: 7px 20px;
    width: 100%;
    margin-bottom: 0px;
    height: 50px;
}
input.form-control {
    background: #e6f2f6 !important;
    height: 50px;
    border-color: #e6f2f6;
    box-shadow: none !important;
}
input.form-control.empty {
    border-color: #fa3535 !important;
}
/* Contact Form 7 */

.wpcf7-form select,
.wpcf7-form textarea,
.wpcf7-form input {
    margin-bottom: 0;
}


/* Input focus */

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border-color: var(--primary);
    background: var(--bg-white);
}


/* Button */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    padding: 14px 70px;
    font-size: 14px;
    font-weight: 500;
    background-color: var(--primary);
    color: var(--white);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    background-color: var(--primary);
}


/* Placeholder color */

::-webkit-input-placeholder {
    color: #a09db9;
}

:-moz-placeholder {
    color: #a09db9;
}

::-moz-placeholder {
    color: #a09db9;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #a09db9;
}


/* Links */

a {
    color: var(--primary);
}

a:hover,
a:focus,
a:active {
    color: var(--primary);
}



/**** TYPOGRAPHY ****/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.195;
    color: var(--black);
    margin: 0 0 15px;
    text-rendering: optimizeLegibility;
    letter-spacing: -0.2px;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}


/**** EXTRA CLASSES ****/

.display-none,
.hidden {
    display: none !important;
}

.display-block {
    display: block !important;
}

.display-inline {
    display: inline !important;
}

.list-style-none {
    list-style: none !important;
}

.full-width {
    width: 100% !important;
}
.text-primary {
    color: var(--primary) !important;
}
.text-accent {
    color: var(--black) !important;
}
.text-accent-2 {
    color: var(--primary) !important;
}
.text-white {
    color: #fff !important;
}
.text-dark {
    color: #070a22 !important;
}

.text-light {
    color: #7874a1 !important;
}

.text-gray {
    color: #a09db9 !important;
}

.accent-bg {
    background-color: #f4f5fd !important;
}

.white-bg {
    background-color: #fff !important;
}

.gray-bg {
    background-color: #f8f9fd !important;
}

.box-shadow {
    box-shadow: 0px 0px 18px 0px rgba(222, 222, 222, 0.75) !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-del {
    text-decoration: line-through !important;
}


/**** LAYOUT ****/

.rvg-container {
    width: 1170px;
    margin: 0 auto;
    max-width: 90%;
}

#main-content {
    padding: 120px 0;
}


/* Sidebar */

#site-content {
    width: 65.811%;
    float: left;
}

#sidebar {
    width: 31.623%;
    float: right;
    border: 1px solid #e8e8e8;
    padding: 30px 30px;
}


/* No Sidebar */

.no-sidebar #site-content {
    width: 100% !important;
    max-width: none !important;
    float: none !important;
}

body.page #main-content {
    padding-top: 0;
    padding-bottom: 0;
}


/**** HEADER ****/

 #site-header {
    padding: 10px 0 0;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

#site-header-wrap {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    z-index: 150;
}


/* Header logo */

#site-header .header-logo {
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: all ease 0.3s;
    width: 100%;
}
.header-inner .rvg-button.login_btn {
    width: auto;
    padding: 8px 12px;
    margin: 20px 0px 0 5px;
}

/* Header fixed */

#site-header.is-fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9989;
    background-color: var(--bg-white);
    box-shadow: 0px 0px 18px 0px rgba(222, 222, 222, 0.75);
    padding: 0;
}


/* Header info */

#site-header .header-info {
    float: right;
    padding-top: 24px;
    padding-bottom: 18px;
    transition: all ease 0.3s;
}

#site-header .header-info .info-wrap {
    display: table;
    overflow: hidden;
    width: 100%;
}

#site-header .header-info .info-i,
#site-header .header-info .info-c {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    line-height: 20px;
}

#site-header .header-info .info-i {
    width: 40px;
}

#site-header .header-info .info-i span {
    z-index: 1;
    font-size: 40px;
    line-height: 40px;
    margin-right: 20px;
    padding-left: 1px;
    color: var(--primary);
    display: inline-block;
}

#site-header .header-info .inner &gt; div {
    margin-right: 56px;
    float: left;
    position: relative;
}

#site-header .header-info .info-c &gt; .title {
    color: #9d98c6;
    font-weight: 500;
}

#site-header .header-info .info-c &gt; .subtitle {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: var(--primary);
}


/* Header button */

#site-header .header-aside-button {
    float: right;
    margin-top: 18px;
}

#site-header .header-aside-button a {
    border-radius: 30px;
    border: 2px solid #cabbef;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.5px;
    display: inline-block;
    margin-top: 2px;
    padding: 0 37px;
    line-height: 48px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

#site-header .header-aside-button a:hover {
    border: 2px solid var(--primary);
}

#site-header .header-aside-button a:hover &gt; span {
    color: var(--primary);
}

#site-header .header-aside-button span {
    color: #222;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}


/* Menu */

#main-nav {
    display: inline-block;
    float: right;
    margin-right: 20px;
}

#main-nav ul {
    margin: 0;
}

#main-nav ul li {
    position: relative;
    list-style: none;
    padding-top: 0;
    padding-bottom: 0;
}

#main-nav &gt; ul &gt; li {
    float: left;
    padding: 0 12px;
}
#main-nav &gt; ul &gt; .menu-item.menu-item-has-children {
    position: static;
}
/* #main-nav &gt; ul &gt; .menu-item.menu-item-has-children::after {
    content: "\f107";
    font-family: fontAwesome;
    position: absolute;
    top: 31%;
    right: 0px;
    font-size: 18px;
    color: #000;
    transition: all 0.3s;
} */
#main-nav &gt; ul &gt; .menu-item.menu-item-has-children:hover::after {
    transition: all 0.3s;
    transform: rotateX(180deg);
    color: var(--primary);
}
#main-nav &gt; ul &gt; li &gt; a {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: var(--black);
    height: 90px;
    line-height: 90px;
}

#main-nav &gt; ul &gt; li &gt; a:hover,
#main-nav &gt; ul &gt; li.current-menu-item &gt; a {
    color: var(--primary);
}

#main-nav &gt; ul &gt; li &gt; a {
    position: relative;
}

#main-nav &gt; ul &gt; li.current-menu-item &gt; a:before,
#main-nav &gt; ul &gt; li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 30%;
    width: 0px;
    height: 2px;
    border-radius: 10px;
    background-color: var(--primary);
    transition: width 0.3s ease;
}

#main-nav &gt; ul &gt; li.current-menu-item &gt; a:before,
#main-nav &gt; ul &gt; li:hover &gt; a:before {
    width: 100%;
    transition: width 0.3s ease;
}


/* Sub Menu */

#main-nav .sub-menu {
    padding: 16px 0;
    background-color: var(--bg-dark);
    position: absolute;
    /*left: 0;
    top: 100%;
    width: 100%;*/
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

#main-nav .sub-menu .sub-menu {
    left: 100%;
    top: -16px;
    background-color: #221c57;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}

#main-nav .sub-menu .sub-menu .sub-menu {
    background-color: #1d184b;
}

#main-nav .sub-menu li a {
    padding: 3px 20px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 30px;
    display: block;
}

#main-nav .sub-menu li:first-child &gt; a {
    border: 0;
}

#main-nav .sub-menu li a:hover {
    color: var(--white);
}

#main-nav li:hover &gt; .sub-menu {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}


/* Mobile menu */

#main-nav-mobi {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    background-color: var(--black);
    box-shadow: 0px 0px 18px 0px rgba(222, 222, 222, 0.75)
}

#main-nav-mobi ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#main-nav-mobi ul li {
    margin: 0;
    position: relative;
    text-align: center;
    cursor: pointer;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 0;
    padding-bottom: 0;
}

#main-nav-mobi ul &gt; li &gt; a {
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 50px;
    text-decoration: none;
}

#main-nav-mobi ul &gt; li &gt; a:hover {
    color: var(--primary);
}

#main-nav-mobi .menu-item-has-children .arrow {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-family: "Fontawesome";
    line-height: 50px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
}

#main-nav-mobi .menu-item-has-children .arrow:before {
    content: "\f0da";
    color: #b1b1b1;
    font-size: 13px;
}

#main-nav-mobi .menu-item-has-children .arrow.active:before {
    content: "\f0d7";
}

#main-nav-mobi ul ul li,
#main-nav-mobi ul ul ul li {
    background-color: var(--black);
}


/* Mobile Menu Button */

.mobile-button {
    width: 26px;
    height: 26px;
    display: none;
    float: right;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    background: transparent;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.mobile-button:before,
.mobile-button:after,
.mobile-button span {
    background-color: #333;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.mobile-button:before,
.mobile-button:after {
    content: '';
    position: absolute;
    top: 0;
    height: 3px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.mobile-button span {
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 50%;
    overflow: hidden;
    text-indent: 200%;
}

.mobile-button:before {
    -webkit-transform: translate3d(0, -7px, 0);
    -moz-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
}

.mobile-button:after {
    -webkit-transform: translate3d(0, 7px, 0);
    -moz-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
}

.mobile-button.active span {
    opacity: 0;
}

.mobile-button.active:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.mobile-button.active:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.slider-sub-title {
    font-size: 20px !IMPORTANT;
    letter-spacing: 2px !important;
    color: var(--primary);
}


/**** FEATURED TITLE ****/

#featured {
    position: relative;
    width: 100%;
    padding: 250px 0 134px;
    text-align: center;
}

#featured-title .featured-title-heading {
    color: var(--primary);
    font-size: 55px;
    font-weight: 600;
    margin: 0 0 3px;
}

#featured-title #breadcrumbs .breadcrumb-trail {
    font-size: 24px;
    font-weight: 400;
}

#featured-title #breadcrumbs .breadcrumb-trail .trail-begin {
    color: var(--primary);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

#featured-title #breadcrumbs .breadcrumb-trail .trail-begin:hover {
    color: #9d98c6;
}

#featured-title #breadcrumbs .breadcrumb-trail .trail-end {
    color: #9d98c6;
}

#featured-title #breadcrumbs .breadcrumb-trail .sep i {
    font-size: 20px;
    color: #656565;
    font-weight: bold;
    padding: 0 8px;
}


/**** BLOG ****/

.blog_post {
    margin-top: 50px;
}

.blog_post:first-child {
    margin-top: 0;
}

.blog_post .post-content-wrap {
    padding: 52px 40px 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0 0 1px 0;
}


/* Post excerpt */

.blog_post .post-excerpt {
    position: relative;
    padding-bottom: 17px;
}


/* Post media */

.blog_post .post-media {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
}

.blog_post .post-media .rvg-icon.style-1 {
    left: 50%;
    top: 50%;
}

.blog_post .post-media img {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.blog_post:hover .post-media img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.blog_post .post-media iframe {
    margin-bottom: 0;
}


/* Post title */

.blog_post .post-title {
    margin-bottom: 19px;
    font-size: 30px;
    line-height: 40px;
}

.blog_post .quote-title {
    color: var(--white);
    letter-spacing: -0.5px;
    margin: 0 0 12px;
    font-size: 30px;
    line-height: 40px;
}


/* Post meta */

.blog_post .post-meta {
    letter-spacing: -0.4px;
    color: #50567f;
    font-size: 14px;
    font-weight: 400;
    padding: 37px 0 0;
    margin-left: -5px;
    border-top: 1px solid #e9e8ef;
}

.blog_post .post-meta a:hover {
    color: #50567f;
}

.blog_post .post-meta .item {
    display: inline-block;
    width: 49%;
}

.blog_post .post-meta .item:last-child {
    margin-right: 0;
}

.blog_post .post-meta .item .inner {
    position: relative;
}
.blog_post .post-meta .item .inner:before {
    font-family: "Fontawesome";
    color: var(--primary);
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    position: absolute;
    left: -20px;
    top: 0;
}

.blog_post .post-meta .item.post-by-author .inner:before {
    content: "\f2c0";
}

.blog_post .post-meta .item.post-date .inner:before {
    content: "\f073";
}

.blog_post .post-meta .item.post-comment .inner:before {
    content: "\f0e5";
}


/* Post has quote */

.blog_post .post-media-has-quote {
    background-color: var(--black);
}

.blog_post .quote-text {
    padding: 37px 0 37px 48px;
    background: url(assets/images/quote-shape.png) right 24% bottom 24% no-repeat;
    background-size: 60px 54px;
}

.blog_post .quote-meta .item .inner a {
    color: var(--white);
    font-size: 18px;
}

.blog_post .quote-meta .quote-label-line {
    display: inline-block;
    vertical-align: middle;
    height: 2px;
    width: 40px;
    margin-right: 15px;
    background-color: var(--bg-white);
}


/**** BLOG SINGLE ****/

.blog_post .post-content-single-wrap {
    padding: 37px 65px 0 30px;
}

.blog_post .post-content-single-wrap .post-meta {
    padding: 0 0 25px;
    border: none;
    margin-left: 0;
}

.blog_post .post-content-single-wrap .post-content {
    padding: 5px 0 43px;
    font-size: 14px;
    line-height: 30px;
}

.blog_post .post-content-single-wrap .post-content p {
    margin-bottom: 0;
}

.blog_post .post-content-single-wrap .post-content blockquote {
    margin: 42px 0;
    font-style: normal;
}

.blog_post .post-content-single-wrap .post-content blockquote cite {
    font-size: 14px;
    color: var(--black);
}


/* Post Tags */

.post-tags {
    float: left;
}

.post-tags &gt; span {
    color: var(--black);
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
}

.post-tags a {
    display: inline-block;
    color: #a09db9;
}

.post-tags a:hover {
    color: var(--primary);
}


/* Social share */

.socials-share {
    float: right;
    display: inline-block;
}

.socials-share .socials {
    margin: 0;
    display: inline-block;
}

.socials-share span {
    color: var(--black);
    font-size: 13px;
    font-weight: 500;
    margin-right: 6px;
    display: inline-block;
}

.socials-share .socials li {
    display: inline-block;
    padding: 0;
    margin: 0 4px;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

.socials-share .socials li a {
    font-size: 14px;
    display: inline-block;
    text-align: center;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.socials-share.style-1 .socials li a {
    color: #9290a3;
    background-color: #f3f6f8;
    line-height: 35px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.socials-share.style-1 .socials li a:hover {
    background-color: var(--primary);
    color: var(--white);
}

.socials-share.style-2 .socials li a {
    color: #9b97bf;
}

.socials-share.style-2 .socials li a:hover {
    color: var(--primary);
}


/* Blog single navigation */

.blog-single-navigation {
    padding: 44px 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    margin: 58px 0;
}

.blog-single-navigation .navigation-text .navigation-title {
    font-size: 14px;
    line-height: 23px;
    margin: 0;
    letter-spacing: 0px;
}

.blog-single-prev {
    position: relative;
    float: left;
}

.blog-single-next {
    position: relative;
    float: right;
}

.blog-single-prev,
.blog-single-next {
    width: 40%;
}

.blog-single-prev .navigation-text {
    padding-left: 70px;
}

.blog-single-next .navigation-text {
    padding-right: 70px;
}

.blog-single-prev .navigation-text &gt; a,
.blog-single-next .navigation-text &gt; a {
    position: absolute;
    left: 0;
    top: 50%;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    display: inline-block;
    transform: translateY(-50%);
}

.blog-single-next .navigation-text &gt; a {
    left: auto;
    right: 0;
}

.blog-single-prev .navigation-text &gt; a:after,
.blog-single-next .navigation-text &gt; a:after {
    content: "\e686";
    font-family: "Pe-icon-7-stroke";
    color: #a09db9;
    font-size: 30px;
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #e8e8e8;
    transition: all ease 0.3s;
}

.blog-single-next .navigation-text &gt; a:after {
    content: "\e684";
}

.blog-single-prev .navigation-text &gt; a:hover:after,
.blog-single-next .navigation-text &gt; a:hover:after {
    border-color: var(--primary);
    color: var(--primary);
}

/* Comments title */

.comments-area {
    padding: 120px 65px 0 30px;
}

.comments-area .comments-title,
.comments-area .comment-reply-title {
    font-size: 30px;
    letter-spacing: -1px;
    color: var(--black);
    position: relative;
}

.comments-area .comments-title {
    margin-bottom: 30px;
}

.comments-area .comment-reply-title {
    margin-bottom: 33px;
}

.comments-area .counter {
    color: var(--primary);
}


/* Comment List */

.comment-list {
    list-style: none;
    margin: 0;
}

.comment-list li.comment {
    padding: 0;
}

.comment-list .children {
    list-style: none;
    margin: 0;
}

.comment-list .children &gt; li {
    padding: 0 0 0 60px;
}

.comment-list article {
    margin-bottom: 22px;
}

.comment-list article + .comment-respond {
    margin-bottom: 50px;
}

.comment-list article .gravatar {
    width: 90px;
    float: left;
    margin-top: 20px;
    margin-right: 32px;
    overflow: hidden;
    border-radius: 50%;
}

.comment-list article .gravatar img {
    width: 100%;
    height: auto;
}

.comment-list .comment-content {
    overflow: hidden;
}


/* Comment meta */

.comment-list .comment-meta {
    letter-spacing: -0.4px;
    color: #50567f;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0 0;
}

.comment-list .comment-meta a:hover {
    color: #50567f;
}

.comment-list .comment-meta .item .inner {
    position: relative;
    padding-left: 18px;
    margin-right: 18px;
}

.comment-list .comment-meta .item .inner:before {
    font-family: "Fontawesome";
    color: #bcbcbc;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    position: absolute;
    left: 0;
    top: 0;
}

.comment-list .comment-meta .comment-author .inner:before {
    content: "\f2c0";
}

.comment-list .comment-meta .comment-time .inner:before {
    content: "\f073";
}


/* Description */

.author-description .author-description-text-wrap {
    margin-top: 53px;
    padding: 35px 75px;
    background-color: #f4f7fc;
}

.author-description .gravatar {
    float: left;
    margin: 0 28px 0 60px;
    overflow: hidden;
    border-radius: 50%;
}

.author-description .author-info {
    margin-bottom: 25px;
}

.author-description .author-info .author-name {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3px;
}

.author-description .author-info .socials {
    margin: 0;
}

.author-description .author-info .socials li {
    list-style: none;
    display: inline-block;
    padding-right: 10px;
}

.author-description .author-info .socials li a {
    color: #a09db9;
    font-size: 13px;
}

.author-description .author-info .socials li a:hover {
    color: var(--primary);
}

.author-description .author-text p {
    margin-bottom: 0;
}


/* Comment reply */

.comment-reply a {
    color: #50567f;
    font-size: 14px;
    display: inline-block;
    font-weight: 500;
}

.comment-reply a:hover {
    color: var(--primary);
}

.comment-text {
    overflow: hidden;
    line-height: 2;
    color: #a09db9;
}

.comment-text &gt; p {
    margin: 6px 0 10px;
}


/* Comment form */

#comments .comment-respond {
    position: relative;
}

#comments &gt; .comment-respond {
    margin-top: 100px;
}

#comments &gt; .comment-respond input[type="text"] {
    background-color: var(--bg-white);
}

#comments .name-wrap,
#comments .email-wrap {
    width: 49.19%;
    float: left;
    margin-right: 1.618%;
}

#comments .email-wrap {
    margin-right: 0;
}

#comments .website-wrap,
#comments .message-wrap {
    width: 100%;
}

#comments .message-wrap textarea {
    height: 125px;
    margin-bottom: 20px;
    background-color: var(--bg-white);
}

#comments .comment-respond .form-submit {
    margin: 0;
}

.logged-in-as {
    margin-bottom: 10px;
}

.logged-in-as a:hover,
.comment-edit-link:hover {
    color: #333;
}


/**** BLOG GRID ****/

.blog_post.post-grid .post-content-wrap {
    padding: 20px;
    border: 1px solid #e9e8ef;
}


/* Post media */

.blog_post.post-grid .post-media img {
    width: 100%;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    transition: all ease 0.4s;
    min-height: 275px;
    object-fit: cover;
}
.blog_post.post-grid .post-media:hover .rvg-overlay {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}


/* Post title */

.blog_post.post-grid .post-title {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 32px;
    min-height: 65px;
}

.blog_post.post-grid:hover .post-title {
    color: var(--primary);
}


/* Post meta */

.blog_post.post-grid .post-meta {
    padding: 26px 0 0;
    margin: 0;
}


/* Overlay */

.blog_post.post-grid .rvg-overlay {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: rgba(255, 255, 255, 0.95);
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    text-align: center;
}

.blog_post.post-grid .rvg-overlay:after {
    content: '';
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    background: rgba(255, 255, 255, 0.5);
    z-index: -1;
}

.blog_post.post-grid .rvg-overlay .icon-wrap {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    padding: 0 50px;
}

.blog_post.post-grid .rvg-overlay .icon-wrap .icon {
    position: relative;
    font-size: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    color: var(--white);
    margin: 5px 5px;
    z-index: 3;
    background: #4568DC;
    background: -webkit-linear-gradient(to top, #B06AB3, #4568DC);
    background: linear-gradient(to top, #B06AB3, #4568DC);
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}


/**** WIDGET ****/

#sidebar .widget {
    position: relative;
    z-index: 1;
    margin-top: 43px;
}

#sidebar .widget:first-child {
    margin: 0;
}

#sidebar .widget ul {
    margin: 0;
    list-style: none;
}


/* Widget title */

#sidebar .widget .widget-title {
    font-size: 24px;
    margin: 0 0 35px 0;
    z-index: 1;
    position: relative;
    letter-spacing: -1px;
}

#footer .widget .widget-title {
    font-size: 20px;
    margin: 0 0 27px 0;
    z-index: 1;
    position: relative;
    color: #75bbd4;
}

#sidebar .widget .widget-title &gt; span {
    display: block;
    position: relative;
    padding: 0 0 22px 0;
}

#footer .widget .widget-title &gt; span {
    display: block;
    position: relative;
    padding: 0 0 13px 0;
}

#sidebar .widget .widget-title &gt; span:after {
    width: 40px;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    background-color: var(--primary);
}

#footer .widget .widget-title &gt; span:after {
    width: 40px;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #d3cdec;
}

.footer-useful-links {
    width: 60%;
    margin: 30px auto 0 auto;
}
.footer-useful-links ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.footer-useful-links ul &gt; li &gt; a {
    color: var(--white);
    padding: 10px;
}
.footer-useful-links ul &gt; li &gt; a:hover {
    background: var(--bg-primary);
    border-radius: 5px;
}

/* Widget search */

#sidebar .widget.widget_search .search-form {
    position: relative;
}

#sidebar .widget.widget_search .search-form .search-field {
    background-color: #f9f9f9;
    border: 0;
    padding-right: 48px;
    margin-bottom: 0;
    padding: 10px 20px;
    border: 1px solid #e9e9e9;
}

#sidebar .widget.widget_search .search-form .search-submit {
    position: absolute;
    background-color: transparent;
    top: 10px;
    right: 13px;
    width: 30px;
    height: 30px;
    text-align: center;
    text-indent: 999999px;
    padding: 0;
    border: 0;
    overflow: hidden;
}

#sidebar .widget.widget_search .search-form .search-submit:before {
    color: #333;
    content: "\f002";
    font-family: "Fontawesome";
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    text-indent: 0;
    font-weight: normal;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

#sidebar .widget.widget_search .search-form .search-submit:hover:before {
    color: var(--primary);
}


/* Widget categories */

#sidebar .widget.widget_categories ul li {
    padding: 6px 0;
}

#sidebar .widget.widget_categories ul li:first-child {
    padding-top: 0;
}

#sidebar .widget.widget_categories ul li:last-child {
    padding-bottom: 0;
}

#sidebar .widget.widget_categories ul li a {
    position: relative;
    color: #a09db9;
    position: relative;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

#sidebar .widget.widget_categories ul li a:before {
    font-family: "Fontawesome";
    content: "\f178";
    color: var(--primary);
    position: absolute;
    left: 0;
    top: -6px;
    margin-left: -17px;
    opacity: 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s;
}

#sidebar .widget.widget_categories ul li a:hover {
    padding-left: 20px;
    color: var(--primary)
}

#sidebar .widget.widget_categories ul li a:hover:before {
    opacity: 1;
    margin-left: 0;
}


/* Widget recent News */

#sidebar .widget.widget_recent_news ul li {
    padding: 0;
    border: 0;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #eee;
}

#sidebar .widget.widget_recent_news ul li:first-child {
    margin-top: 7px;
    padding-top: 0;
    border-top: none;
}

#sidebar .widget.widget_recent_news ul li:last-child {
    padding-bottom: 10px;
}

#sidebar .widget.widget_recent_news .recent-news .thumb {
    float: left;
    margin: 0 20px 0 0;
}

#sidebar .widget.widget_recent_news .recent-news .thumb img {
    width: 100%;
    height: auto;
}

#sidebar .widget.widget_recent_news h3 {
    font-size: 15px;
    line-height: 22px;
    margin: 3px 0 5px;
}

#sidebar .widget.widget_recent_news .recent-news .texts {
    overflow: hidden;
}

#sidebar .widget.widget_recent_news .post-date {
    font-size: 14px;
    color: #a09db9;
}


/* Widget tags */

#sidebar .widget.widget_tag_cloud .tagcloud:before,
#sidebar .widget.widget_tag_cloud .tagcloud:after {
    display: table;
    clear: both;
    content: "";
}

#sidebar .widget.widget_tag_cloud .tagcloud {
    padding: 7px 0 5px;
}

#sidebar .widget.widget_tag_cloud .tagcloud a {
    position: relative;
    float: left;
    font-size: 13px;
    color: #999;
    padding: 3px 19px;
    margin: 0 7px 10px 0;
    z-index: 1;
}

#sidebar .widget.widget_tag_cloud .tagcloud a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #f4f7fc;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

#sidebar .widget.widget_tag_cloud .tagcloud a:hover:after {
    background-color: var(--primary);
}

#sidebar .widget.widget_tag_cloud .tagcloud a:hover {
    color: var(--white);
}


/* Widget information */

/* #footer-widgets .widget.widget.widget_information {
    padding-left: 145px;
} */

#footer-widgets .widget.widget.widget_information ul li {
    list-style: none;
    position: relative;
    padding: 0 0 0 26px;
    margin-bottom: 5px;
    border: 0;
}

#footer-widgets .widget.widget.widget_information ul li:last-child {
    margin-bottom: 0 !important;
}

#footer-widgets .widget.widget.widget_information ul li span:before {
    font-family: "Fontawesome";
    position: absolute;
    left: 0;
    top: 0;
    color: #9290a3;
}
#footer-widgets .widget.widget.widget_information ul li a:before {
    font-family: "Fontawesome";
    position: absolute;
    left: 0;
    top: 0;
    color: #9290a3;
}

#footer-widgets .widget.widget.widget_information ul li .address:before {
    content: "\f278";
}

#footer-widgets .widget.widget.widget_information ul li .email:before {
    content: "\f2b7";
}

#footer-widgets .widget.widget.widget_information ul li .phone:before {
    content: "\f025";
}


/* Widget about */

#footer-widgets .widget.widget_about .widget-text {
    margin-bottom: 22px;
}

#footer-widgets .widget.widget_about .widget-text p {
    color: #d3deeb;
}

#footer-widgets .widget.widget_about .widget-text p:last-child {
    margin-bottom: 0;
}

#footer-widgets .widget.widget_about .socials {
    margin: 0 -3px;
}

#footer-widgets .widget.widget_about .socials .icon {
    padding: 0 5px;
    float: left;
    margin: 1px 0 3px 0;
}

#footer-widgets .widget.widget_about .socials a {
    float: left;
    font-size: 14px;
    color: #9290a3;
    background-color: #f3f6f8;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 38px;
    text-align: center;
    z-index: 1;
}

#footer-widgets .widget.widget_about .socials a:hover,
#footer-widgets .widget.widget_about .socials a.active {
    background-color: var(--primary);
    color: var(--white);
}


/* Widget link */

/* #footer .widget.widget_links {
    padding-left: 160px;
} */

#footer .widget.widget_links ul {
    margin: 0;
}

#footer .widget.widget_links ul li {
    padding: 2px 0;
    list-style: none;
}

#footer .widget.widget_links ul li:first-child {
    padding-top: 0;
}

#footer .widget.widget_links ul li:last-child {
    padding-bottom: 0;
}

#footer .widget.widget_links ul li a {
    position: relative;
    color: #d3deeb;
    position: relative;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

#footer .widget.widget_links ul li a:before {
    font-family: "Pe-icon-7-stroke";
    content: "\e684";
    color: #75bbd4;
    position: absolute;
    left: 0;
    top: -14px;
    font-size: 24px;
    margin-left: -17px;
    opacity: 0;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
#footer-widgets .widget.widget.widget_information .inner span{
    color: #d3deeb;
    display: block;
    line-height: 22px;
}
#footer-widgets .widget.widget.widget_information .inner a {
    color: #d3deeb;
    line-height: 24px;
}
#footer-widgets .widget.widget.widget_information .inner a:hover {
    color: #75bbd4;
}
#footer .widget.widget_links ul li:hover a {
    padding-left: 20px;
    color: #75bbd4;
}

#footer .widget.widget_links ul li:hover a:before {
    opacity: 1;
    margin-left: 0;
}


/**** PAGINATION ****/

.rvg-pagination ul {
    margin: 0;
}

.rvg-pagination ul li {
    display: inline-block;
    padding: 0;
    margin-right: 8px;
}

.rvg-pagination ul li .page-numbers {
    display: inline-block;
    font-size: 18px;
    line-height: 42px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #f4f4f4;
    color: var(--black);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.rvg-pagination ul li a.page-numbers:hover,
.rvg-pagination ul li .page-numbers.current {
    background-color: var(--primary);
    color: var(--white);
}


/**** FOOTER ****/

.footer_main {
    background-color: var(--bg-dark);
}
.fppter_top{
    padding: 70px 0 80px;
}

.footer_bottom {
    padding: 0 0 25px 0;
    position: relative;
}
.footer_bottom::after{
    content: "";
    position: absolute;
    background-color: #0a193c;
    bottom: 0;
    line-height: 0;
    width: 90%;
    height: 100px;
    z-index: 0;
}
#bottom-bar-inner {
    position: relative;
    z-index: 9;
}
.footer_bottom #copyright {
    color: #d3deeb;
}

#bottom span {
    color: var(--primary);
}

#bottom .shape-image-6 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

#bottom .shape-image-10 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}


/**** SCROLL TO TOP ****/

#scroll-top {
    position: fixed !important;
    right: 30px;
    bottom: -50px;
    display: block;
    line-height: 50px;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    z-index: 7779;
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
}

#scroll-top:after {
    content: "\f106";
    font-family: "Fontawesome";
    color: var(--white);
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

#scroll-top:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--black);
    z-index: -1;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

#scroll-top.show {
    bottom: 40px;
    opacity: 1;
    visibility: visible;
}

.fit-vids-style {
    height: 0;
}


/*---- Slider ---*/
.slider-section{
    position: relative;
    overflow: hidden;
}
.hero-slider-01{
    position: relative;
}
.single-slide.bg-img{
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 5;
    height: 600px;
}
.single-slide.bg-img:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(8, 24, 69, .4);
}
.slider-content{
    position: relative;
    z-index: 9;
    padding: 0 0;
}
.slider-content .sub-title{
    color: var(--white);
    font-size: 16px;
    line-height: 22px;
    text-transform: inherit;
    font-weight: 500;
    position: relative;
    margin-bottom: 22px;
}
.slider-content .sub-title:after{
    position: relative;
    right: -24px;
    top: -3px;
    width: 60px;
    height: 2px;
    background: #F0F4F9;
    content: '';
    display: inline-block;
}
.slider-content h2{
    font-size: 58px;
    line-height: 62px;
    color: var(--white);
    margin: 0 0 38px;
}
.slider-content p {
    font-size: 18px;
    line-height: 26px;
    color: var(--white);
    margin: -15px 0 0;
}
.slider-content .grap-btn{
    height: 60px;
    padding: 20px 27px;
}
.slider-content .to_bottom{
    margin-left: 14px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, .2);
    color: #ffff;
}
.slider-content .to_bottom:hover{
    border-color: #009444;
}
.slider-content .to_bottom::before{
    background: #009444;
    border-radius: 0;
}
.slider-section .owl-dots{
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 40px;
    z-index: 3;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.slider-section .owl-dots button{
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    outline: none;
    position: relative;
    margin: 0 5px;
    background: var(--bg-white);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slider-section .owl-dots button.active,
.slider-section .owl-dots button:hover{
    background: #009444;
}
.owl-carousel .owl-dots button span{
    display: none;
}
.slider-section .owl-carousel .owl-nav{
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;;
    width: 1140px;
    text-align: right;
    position: absolute;
    outline: none;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.slider-section .owl-carousel .owl-nav button{
    text-align: center;
    z-index: 5;
    font-size: 28px;
    line-height: 54px;
    width: 50px;
    height: 50px;
    margin: 10px 0 5px auto;
    background: #009444;
    color: var(--white);
    position: relative;
    border: none;
    outline: none;
    z-index: 1;
    border-radius: 50%;
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slider-section .owl-carousel .owl-nav button:after{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    background: #0f1a2c;
    border-radius: 50%;
    text-align: center;
    width: 0;
    height: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slider-section .owl-carousel .owl-nav button:hover:after{
    width: 100%;
    height: 100%;
}
.slider-section .owl-item.active .slider-content .sub-title{
    animation-delay: 1.4s;
    animation-name: fadeInLeft;
}
.slider-section .owl-item.active .slider-content h2 {
    animation-delay: 1.7s;
    animation-name: fadeInLeft;
}
.slider-section .owl-item.active .slider-content .to_top{
    animation-delay: 1.9s;
    animation-name: fadeInUp;
}
.slider-section .owl-item.active .slider-content .to_bottom{
    animation-delay: 2.1s;
    animation-name: fadeInUp;
}
.rvg-button.login_btn {
    float: right;
    margin-top: 20px;
}
/*.main_slider .tp-caption.tp-resizeme {
    font-weight: 700 !IMPORTANT;
}*/
.main_slider {
    background-color: var(--primary-light);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 94%, 0 100%);
}
.main_slider .rvg-button {
    padding: 8px 35px !important;
}

.section {
    padding: 80px 0;
}

.rvg-headings .sub {
    color: var(--primary);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    line-height: 26px;
    margin-bottom: 0;
}
.rvg-headings .sub::after {
    content: "";
    position: absolute;
    background-color: #e1e9f3;
    width: 100%;
    height: 4px;
    bottom: 5px;
    left: 0;
    z-index: -1;
}
.rvg-headings .heading {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
}

.rvg-list .icon i {
    font-size: 28px;
    line-height: 26px;
    text-align: center;
}

.testimonial_section {
    background-color: var(--primary-light);
}
.testimonial_section .rvg-testimonials blockquote {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 30px;
    margin: 15px 0 15px;
    border: transparent;
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 20%);
    background-color: var(--white);
}

#featuresCar .item img {
    width: 260px;
}


.work_process {
    position: relative;
    background-image: url(../images/process-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    background-position: bottom;
    padding: 60px 0 180px 0 !important;
}
.work_process .rvg-headings .sub {
    color: #ffffff;
}
.work_process .rvg-headings .sub::after {
    background-color: var(--secondary-light);
    height: 3px;
    z-index: 0;
}
.work_process .rvg-headings .heading{
    color: var(--white);
}

.work_process .all-process-item {
    background-image: url(../images/process-line.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    background-position: 0px 120px;
}
.work_process .all-process-item .process-item {
    padding: 0 10px 0 10px;
    position: relative;
    z-index: 11;
}
.work_process .all-process-item .process-item .icon-image {
    width: 160px;
    height: 160px;
    line-height: 160px;
    background-color: #FFFFFF;
    border-radius: 160px 160px 160px 160px;
    display: inline-block;
}
.work_process .all-process-item .process-item .icon-image {
    position: relative;
    z-index: 3;
    transform: rotate(-45deg);
}

.work_process .all-process-item .process-item .icon-image::before {
    content: "";
    position: absolute;
    background: #ffffff;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.5s;
}
.work_process .all-process-item .process-item .icon-image::after {
    content: "";
    position: absolute;
    background: #3d507c;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    top: -6px;
    left: 0;
    z-index: -2;
    transition: all 0.5s;
}
.work_process .all-process-item .process-item:hover .icon-image::before {
    background: #d0e6ed;
    transition: all 0.5s;
}
.work_process .all-process-item .process-item:hover .icon-image::after {
    transform: rotate(90deg);
    transition: all 0.5s;
    top: 6px;
    background: var(--bg-primary);
}
.work_process .all-process-item .process-item .icon-image img {
    max-width: unset;
    width: 60px;
    height: 60px;
    transform: rotate(45deg);
    position: relative;
}
.work_process .all-process-item .process-item .number-area {
    position: absolute;
    left: 65%;
    top: -25px;
    color: var(--secondary-light);
    font-size: 60px;
    font-weight: 700;
    z-index: -11;
    opacity: 0.1;
}
.work_process .all-process-item .process-item .content-txt .number-title {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: var(--bg-white) !important;
    margin: 20px 0 0 0;
}
.work_process .all-process-item .process-item:hover .content-txt .number-title {
    color: #d0e6ed !important;
}
.work_process .all-process-item .process-item .content-txt .number-txt {
    color: var(--white);
    line-height: 20px;
}

.work_process .proccess-row {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(5, 1fr);
}

.whatwedo_section {
    background-color: var(--primary-light);
}



/* TICKER */

.ticker_section {
    padding: 10px 0;
    background: linear-gradient(0deg, #000, #000);
  }
    .ticker_section .tickers {
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-content: center;
    margin: 0;
    }
    .tickers .ticker_item {
        position: relative;
        border-radius: 0px;
        padding: 0px 7px;
        display: flex;
        background: linear-gradient(0deg, #000, #000);
        text-align: center;
        margin: 0px 2px;
        justify-content: space-around;
        align-items: center;
        width: calc(100% + 50px);
    }
  .tickers .ticker_item::after {
    content: "";
    position: absolute;
    background: #222;
    width: 80%;
    height: 100%;
    border-radius: 30px;
    top: 0;
    left: 0;
  }
  .tickers .ticker_item:last-child {
    border: none;
  }
  
  
  .tickers .ticker_item .name {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px;
    color: #ababab;
    position: relative;
    z-index: 9;
  }
  .tickers .ticker_item .price {
    display: block;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    margin: 0px 8px;
    position: relative;
    z-index: 9;
  }
  .tickers .ticker_item .difference_percent {
    position: relative;
    color: #fff;
    display: block;
    line-height: 18px;
    font-size: 13px;
    margin-top: 0px;
    background: #51c948;
    padding: 5px 25px 5px 5px;
    border-radius: 30px;
    z-index: 9;
  }
  .tickers .ticker_item .difference_percent::after {
    content: "\f176";
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 18px;
    bottom: 8px;
    background-size: contain;
    background-position: center;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    right: 5px;
    font-size: 15px;
  }
  .tickers .ticker_item .difference_percent.negative {
    color: #fff;
    background-color: #e91f1f;
  }
    .tickers .ticker_item .difference_percent.negative::after {
      content: "\f175";
  }
  
    /* TICKER */
    /* .partner-section {
        background: var(--primary-light);
    } */
.partner-section marquee img {
    margin: 10px;
}

.tool-box {
    background: var(--primary-light);;
    padding: 12px;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    border-radius: 6px;
    transition: 0.4s all;
}
.tool-box:hover {
    background: var(--primary);
    transition: 0.4s all;
}
.tool-box .icon {
    display: flex;
    margin: 0 auto;
    background: var(--bg-white);
    border-radius: 100%;
    width: 100px;
    height: 100px;
    padding: 10px;
    justify-content: center;
    align-items: center;
}
.tool-box h4 {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 700;
}
.tool-box:hover h4 {
    color: var(--white);
}

.inner-banner {
    min-height: 350px;
    background: var(--primary-light);
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 94%, 0 100%);
}
.inner-banner .title {
    padding: 180px 0 100px 0;
    font-weight: 700;
    text-align: center;
    font-size: 26px;
}
.about-mvv-section {
    padding-top: 0;
}
.about-mvv-section .mvv-box {
    background: var(--primary-light);
    padding: 15px;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    border-radius: 6px;
    transition: 0.4s all;
}
.about-mvv-section .mvv-box .icon {
    background: #fff;
    display: inline-block;
    border-radius: 0 0 60px 60px;
    padding: 15px;
    transform: translateY(-15px);
    text-align: center;
}

.contact-section .contact-details {
    background: #e6f2f6;
    padding: 25px;
    border-radius: 10px;
}
.contact-section .contact-details .contact-item {
    margin-bottom: 40px;
}
.contact-section .contact-details .contact-item .icon-title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.contact-section .contact-details .contact-item .icon-title i {
    font-size: 30px;
    margin-right: 10px;
    color: var(--primary);
}
.contact-section .contact-details .contact-item .icon-title h4 {
    margin: 0;
}
/* .contact-section .contact-details .contact-item p {
    margin-left: 60px;
} */


#contactform #captcha_code {
    height: 50px !important;
    border-radius: 5px;
}
#contactform .btnRefresh {
    height: 45px;
}
#contactform #captcha {
    display: inline-block;
    width: calc(100% - 146px);
}

#download1 select {
    display: inline-block;
    width: 180px;
    margin-right: 30px;
}
.TabbedPanelsContent tr td:nth-child(2) {
    text-align: right;
}

.pay_premium_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    text-align: center;
}

.pay_premium_row .pay_item a {
    display: inline-block;
    background-color: #fff;
    padding: 5px;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    transition: all 0.3s ease-in-out;
}

.pay_premium_row .pay_item img {
    min-height: 60px;
    height: 70px;
    width: 200px;
}

.diclaimer-amfi .amfi-item {
    display: flex;
    align-items: center;
    height: 85px;
}
.diclaimer-amfi .amfi-item img {
    border-radius: 6px;
}
.diclaimer-amfi .amfi-item span {
    margin-left: 15px;
}
.diclaimer-amfi p {
    color: #d3deeb;
}

.post-detail .view_img img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}
.blog-btn-group .btn-primary {
    width: 150px;
    line-height: 36px;
    margin-top: 30px;
}

.career-section #contact_body label {
    width: 100%;
}

.login-box {
    background: #e6f2f6;
    border-radius: 8px;
    min-height: auto;
    padding: 20px;
    margin-top: 90px;
}
.login-box .form-control {
    background: #ffffff !important;
    height: 50px;
    border: 1px solid #e6f2f6 !important;
    box-shadow: none !important;
}
.login-box .login-title {
    background: var(--primary);
    text-align: center;
    color: #fff;
    font-size: 24px;
    border-radius: 8px 8px 0 0;
    padding: 8px;
}
.login-box .login-panel {
    padding: 60px 10px;
}
.login-box .login-panel .form-control,
.login-box .signup-form .form-control {
    background: #fff !important;
}
.login-box .login-panel .form-control:focus,
.login-box .login-panel .form-control:active
.login-box .signup-form .form-control:focus,
.login-box .signup-form .form-control:active {
    border-color: var(--primary) !important;
}
.login-box .signup-form {
    padding: 10px 20px 20px 20px;
}
.login-box .signup-form .form-group {
    margin-bottom: 10px;
}
.login-box .signup-form textarea.form-control {
    height: 90px;
}
.login-box .signup-form #contactform #captcha {
    background: #fff !important;
}

.service-section p, .service-section span, .service-section a {
    font-size: 16px !important;
    font-family: 'Montserrat' !important;
}
.service-section p strong, .service-section span strong {
    font-size: 18px;
    font-weight: 700;
}
.service-section ul {
    padding-left: 25px;
}
.service-section ul li {
    list-style-type: none;
    position: relative;
}
.service-section ul li::after {
    content: "\f058";
    position: absolute;
    font-family: 'FontAwesome';
    left: -20px;
    top: -2px;
    color: var(--primary);
    font-size: 18px;
}

.gallery-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
.gallery-row .gallery-item img {
    height: 100%;
    object-fit: cover;
}

.download-apps {
    text-align: center;
    margin: 40px 0 0 0;
}
.download-apps a {
    display: inline-block;
    margin: 0 10px;
    transition: all 0.3s;
}
.download-apps a:hover {
    transition: all 0.3s;
    transform: scale(1.06);
}

.row-newsletter .heading {
    font-size: 36px;
    margin: 0;
}
.newsletter_form .form-group{
    position: relative;
}
.newsletter_form .form-group .rvg-button.submit-butn {
    position: absolute;
    top: 3px;
    right: -20px;
    background: var(--black);
    color: var(--white);
    border-color: var(--black);
    height: 44px;
    font-size: 16px;
    text-transform: uppercase;
}
.newsletter_form .form-group .rvg-button.submit-butn:before,
.newsletter_form .form-group .rvg-button.submit-butn:after {
    background: var(--bg-primary);
}
.rvg-action-box {
    padding: 50px 0;
}


.sip_section .outer_div {
    margin-bottom: 30px;
}
.sip_section .outer_div .text_input {
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 5px 15px;
    margin-left: auto;
    display: block;
}
.sip_section .outer_div .slider_box {
    margin-bottom: 10px;
}
.sip_section .card {
    background: #e7f3f7;
    padding: 10px;
    border-radius: 5px;
}
.sip_section .card h5 {
    margin: 0;
    color: #1e3666;
}
.sip_section .card .display_result {
    font-size: 22px;
    font-weight: 600;
    color: #06749c;
    line-height: 28px;
}

.sip_section #myChart {
    width: 420px !important;
    height: 420px !important;
    margin-left: 40px;
}




/* Fund Performance Start */

.top_fund_performance ul {
    padding: 0;
    list-style-type: none;
}
.fund_performance {
    text-align: center;
    margin-bottom: 30px;
}
.fund_performance form {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.top_fund_performance ul li {
    display: inline-block;
    width: 19%;
    font-size: 20px;
    font-weight: 600;
}
.fund_performance .form-check {
    display: inline-block;
    width: 19%;
    vertical-align: middle;
}
.top_fund_performance ul li i {
    display: block;
    margin-bottom: 10px;
}
.top_fund_performance ul li img {
    width: 50px;
}

/* RADIO */

.radio {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 200px;
    width: 200px;
    padding:10px;
    line-height: 20px;
    align-items: center;
    margin: 0 15px;
    transition: all 0.3s ease-in-out;
}
.radio:hover{
    transform:scale(1.05);
    transition: all 0.3s ease-in-out;
}
.radio i {
    display: block;
    height: 80px;
    margin-top: 30px;
    background-image: url(../images/icons/equity-cal.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.radio:nth-child(2) i {
    background-image: url(../images/icons/debt.png);
}
.radio:nth-child(3) i {
    background-image: url(../images/icons/hybrid.png);
}
.radio:nth-child(4) i {
    background-image: url(../images/icons/sol.png);
}
.radio:nth-child(5) i {
    background-image: url(../images/icons/other.png);
}
.radio i img {
    width: 70px;
}
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.radio em {
    font-style: normal;
    vertical-align: middle;
    padding: 0;
    line-height: 14px;
    font-weight: 600;
    color: #2b6db3;
    margin-top: 15px;
    font-size:18px;
    display: block;
    text-transform: uppercase;
}
.radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 200px;
    width: 200px;
    border-radius: 100%;
    border: 3px solid #d8edf1;
}
.form-check-input:checked[type=radio] + span.checkmark{
    border: 3px solid #459db4;
}
.radio:hover input ~ .checkmark {
    border: 3px solid #459db4;
}

/* Layer 2 css */

.category_side_bar {
    display: inline-block;
    width: 240px;
    background-color: #ecf5f7;
    max-height: 63vh;
    overflow: auto;
}
#category_wise_fund p {
    margin: 0;
    padding: 4px 15px;
    border: 1px solid #c0e1e7;
    border-bottom: none;
    position: relative;
    cursor: pointer;
    color: #1e769f;
    /* display: inline-block; */
}
#category_wise_fund p:last-child {
    border-bottom: 1px solid #d8edf1;
}
#category_wise_fund p.active {
    background-color: #2b8caa;
    color: #fff;
}
#category_wise_fund p:hover {
    background-color: #2b8caa;
    color: #fff;
}
#category_wise_fund p::after {
    position: absolute;
    content: "\f178";
    font-family: fontawesome;
    font-size: 16px;
    right: 15px;
    top: 5px;
    opacity: 0.5;
    color: #1e769f;
}


#category_wise_fund .sub_category_items {
    position: relative;
}
#category_wise_fund .sub_category_items:hover {
    background: #459db4;
    color: #fff;
}
#category_wise_fund .sub_category_items .fund_sub_category {
    width: 100%;
    position: absolute;
    height: 25px;
    opacity: 0;
    cursor: pointer;
}
#category_wise_fund .sub_category_items .fund_sub_category[type="radio"]:checked+label {
    background: #459db4;
    color: #fff;
}

#category_wise_fund .sub_category_items label {
    display: block;
    width: 100%;
    padding: 2px 10px;
}



#myTable th {
    background-color: #d8edf1;
    padding: 10px 5px;
    font-size: 15px;
    line-height: 16px;
    color: #1e769f;
    text-align: center;
}
#myTable td {
    border: 1px solid #d8edf1 !important;
    font-size: 14px;
    line-height: 16px;
    color: #1e769f;
    padding: 5px;
}
#myTable .highcharts-figure {
    display: block;
    padding: 0 !important;
    width: 100% !important;
    margin: 0;
    max-width: 100%;
    border:none !important;
}
.map_active .highcharts-figure{
    display: block !important;
}
.map_active .highcharts-figure #container {
    border: 1px solid #d8edf1 !important;
    padding: 0;
}
/* .map_active .highcharts-figure #container {
    padding: 0;
} */


#myTable #showMap {
    position: relative;
}
#myTable #showMap span {
    opacity: 0;
    width: 30px;
    display: block;
    height: 55px;
    z-index: 99;
    position: relative;
    cursor: pointer;
}
#myTable #showMap::after {
    content: "+";
    position: absolute;
    font-size: 22px;
    top: 35%;
    left: 40%;
}

.loader img{
    width:60px;
}

/* LAYER 3 */
#loader {
    display: inline-block;
    width: calc(100% - 245px);
    vertical-align: top;
}
#main_fund_box {
    display: inline-block;
    width: calc(100% - 245px);
    vertical-align: top;
    max-height: 65vh;
    overflow-y: auto;
    padding: 5px;
}
#main_fund_box #example_length {
    display: none;
}
#main_fund_box #example_filter {
    display: none;
}
#main_fund_box #example_info {
    display: none;
}
#main_fund_box #example_paginate {
    display: none;
}
#myTable .chart_div {
    display: none;
    width: 100% !important;
}
#myTable .map_active .chart_div {
    display: block;
}

/* Map Div CSS */

/* #myTable tr {
    display: block;
} */

.highcharts-figure,
.highcharts-data-table table {
    min-width: 360px;
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}


/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #459db4; 
  border-radius:10px
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #459db4; 
}


td.details-control {

    cursor: pointer;
}
tr.details td.details-control {

}
text.highcharts-subtitle {
    display: none;
}
text.highcharts-credits {
    display: none;
}
.search_bar_sub #myInput {
    padding: 6px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin: 5px;
    width: 96%;
}

/* Fund Performance End */


/* CSS Multiple Whatsapp Chat */
.whatsapp-name {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 0.5;
    color: #fff;
  }
  
  #whatsapp-chat {
    box-sizing: border-box !important;
  
    outline: none !important;
    position: fixed;
    width: 350px;
    border-radius: 10px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    bottom: 90px;
    right: 30px;
    overflow: hidden;
    z-index: 99;
    animation-name: showchat;
    animation-duration: 1s;
    transform: scale(1);
  }
  a.blantershow-chat {
    /*   background: #009688; */
    background: #fff;
    color: #404040;
    position: fixed;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    z-index: 98;
    bottom: 105px;
    right: 30px;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  }
  a.blantershow-chat svg {
    transform: scale(1.2);
    margin: 0 10px 0 0;
  }
  .header-chat {
    /*   background: linear-gradient(to right top, #6f96f3, #164ed2); */
    background: #009688;
    background: #095e54;
    color: #fff;
    padding: 20px;
  }
  .header-chat h3 {
    margin: 0 0 10px;
  }
  .header-chat p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
    color: #fff;
  }
  .info-avatar {
    position: relative;
  }
  .info-avatar img {
    /*border-radius: 100%;*/
    width: 82px;
    float: left;
    margin: 0 10px 0 0;
  }
  
  a.informasi {
    padding: 20px;
    display: block;
    overflow: hidden;
    animation-name: showhide;
    animation-duration: 0.5s;
  }
  a.informasi:hover {
    background: #f1f1f1;
  }
  .info-chat span {
    display: block;
  }
  #get-label,
  span.chat-label {
    font-size: 12px;
    color: #888;
  }
  #get-nama,
  span.chat-nama {
    margin: 5px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #222;
  }
  #get-label,
  #get-nama {
    color: #fff;
  }
  span.my-number {
    display: none;
  }
  /* .blanter-msg {
    color: #444;
    padding: 20px;
    font-size: 12.5px;
    text-align: center;
    border-top: 1px solid #ddd;
  } */
  textarea#chat-input {
      border: none;
      font-family: "Arial", sans-serif;
      width: 100%;
      height: 20px;
      outline: none;
      resize: none;
      padding: 10px;
      font-size: 14px;
  }
  
  a#send-it {
    width: 30px;
    font-weight: 700;
    padding: 10px 10px 0;
    background:#eee;
    border-radius: 10px;
  }
  a#send-it svg {
      fill:#a6a6a6;
      height: 24px;
      width: 24px;
    }
  .first-msg {
    background: transparent;
    padding: 30px;
    text-align: center;
  
  }
  
  .first-msg span {
      background: #e2e2e2;
      color: #333;
      font-size: 14.2px;
      line-height: 1.7;
      border-radius: 10px;
      padding: 15px 20px;
      display: inline-block;
    }
  
  .start-chat .blanter-msg {
    display: none;
  }
  #get-number {
    display: none;
  }
  a.close-chat {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #fff;
    font-size: 30px;
  
  }
  
  @keyframes ZpjSY{
    0% {
      background-color: rgb(182, 181, 186);
    }
    15% {
      background-color: rgb(17, 17, 17);
    }
    25% {
      background-color: rgb(182, 181, 186);
    }
  }
  
  @keyframes hPhMsj {
    15% {
      background-color: rgb(182, 181, 186);
    }
    25% {
      background-color: rgb(17, 17, 17);
    }
    35% {
      background-color: rgb(182, 181, 186);
    }
  }
  
  @keyframes iUMejp {
    25% {
      background-color: rgb(182, 181, 186);
    }
    35% {
      background-color: rgb(17, 17, 17);
    }
    45% {
      background-color: rgb(182, 181, 186);
    }
  }
  
  
  @keyframes showhide {
    from {
      transform: scale(0.5);
      opacity: 0;
    }
  }
  @keyframes showchat {
    from {
      transform: scale(0);
      opacity: 0;
    }
  }
  @media screen and (max-width: 480px) {
    #whatsapp-chat {
      width: auto;
      left: 5%;
      right: 5%;
      font-size: 80%;
    }
    a.blantershow-chat
    {
        display: none;
    }
  }
  .hide {
    display: none;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
  }
  .show {
    display: block;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
  }
  
  .whatsapp-message-container {
    display: flex;
    z-index: 1;
  }
  
  .whatsapp-message {
    padding: 7px 14px 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
  }
  
  .whatsapp-chat-body {
    padding: 20px 20px 20px 10px;
    background-color: rgb(230, 221, 212);
    position: relative;
  }
  .whatsapp-chat-body::before {
      display: block;
      position: absolute;
      content: "";
      left: 0px;
      top: 0px;
      height: 100%;
      width: 100%;
      z-index: 0;
      opacity: 0.08;
      background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
    }
  .dAbFpq {
    display: flex;
    z-index: 1;
  }
  
  .eJJEeC {
    background-color: rgb(255, 255, 255);
    width: 52.5px;
    height: 32px;
    border-radius: 16px;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    margin-left: 10px;
    opacity: 0;
    transition: all 0.1s ease 0s;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  }
  
  .hFENyl {
      position: relative;
      display: flex;
  }
  
  .ixsrax {
      height: 5px;
      width: 5px;
      margin: 0px 2px;
      border-radius: 50%;
      display: inline-block;
      position: relative;
      animation-duration: 1.2s;
      animation-iteration-count: infinite;
      animation-timing-function: linear;
      top: 0px;
      background-color: rgb(158, 157, 162);
      animation-name: ZpjSY;
  }
  
  .dRvxoz {
  
      height: 5px;
      width: 5px;
      margin: 0px 2px;
      background-color: rgb(182, 181, 186);
      border-radius: 50%;
      display: inline-block;
      position: relative;
      animation-duration: 1.2s;
      animation-iteration-count: infinite;
      animation-timing-function: linear;
      top: 0px;
      animation-name: hPhMsj;
  }
  
  .kAZgZq {
      padding: 7px 14px 6px;
      /*background-color: rgb(255, 255, 255);*/
      border-radius: 0px 8px 8px;
      position: relative;
      transition: all 0.3s ease 0s;
      opacity: 0;
      transform-origin: center top 0px;
      z-index: 2;
      box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
      margin-top: 4px;
      width: 100%;
      /*max-width: calc(100% - 66px);*/
  }

  .bMIBDo {
      font-size: 13px;
      font-weight: 700;
      line-height: 18px;
      color: rgba(0, 0, 0, 0.4);
  }
  
  .iSpIQi {
      font-size: 14px;
      line-height: 19px;
      margin-top: 4px;
      color: rgb(17, 17, 17);
  }
  
  .iSpIQi {
      font-size: 14px;
      line-height: 19px;
      margin-top: 4px;
      color: rgb(17, 17, 17);
  }
  
  .cqCDVm {
      text-align: right;
      margin-top: 4px;
      font-size: 12px;
      line-height: 16px;
      color: 
      rgba(17, 17, 17, 0.5);
      margin-right: -8px;
      margin-bottom: -4px;
  }
  .check-box
  {
      display: flex;
      align-items: flex-start;
  }
  .check-box .form-check-input
  {
      /*margin: 10px;*/
  }
  .online-icon
  {
      background: #4caf50;
      width: 10px;
      height: 10px;
      display: inline-block;
      border-radius: 5px;
  }
  #submit
  {
      background-color: #fff;
  }
  .iSpIQi .form-control {
    margin-bottom: 5px;
  }
  .btnSubmit.btn-block {
    background: #095e54 !important;
}
  
.about-main-section .about-image {
    margin: 0px 90px;
    position: relative;
}
.about-main-section .about-image::before {
    content: "";
    position: absolute;
    background: #e7f3f7;
    width: 80px;
    height: 105%;
    left: -30px;
    top: -10px;
}
.about-main-section .about-image::after {
    content: "";
    position: absolute;
    background: var(--primary);
    width: 50px;
    height: 100%;
    right: -5px;
    bottom: -5px;
}
.about-main-section .about-image img {
    position: relative;
    z-index: 9;
}

.about-value-section {
    background: var(--primary-light);
}
.value-box .icon {
    display: inline-block;
    width: 60px !important;
    height: 60px !important;
    background: var(--primary);
    border-radius: 100%;
    text-align: center;
    padding: 10px;
}
.value-box .icon img {
    width: 40px;
}
.value-box .text {
    display: inline-block;
    width: calc(100% - 65px);
    vertical-align: top;
    padding-left: 15px;
}

.about-counter-section {
    background: var(--primary);
    position: relative;
    overflow: hidden;
    padding-bottom: 120px;
}
.about-counter-section::after {
    content: "";
    position: absolute;
    background-image: url(../images/world-map.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 100%;
    bottom: -300px;
    left: 0;
    z-index: 0;
    opacity: 0.2;
}
.about-counter-section .container{
    position: relative;
    z-index: 9;
}
.about-counter-section .rvg-headings .sub {
    color: var(--white);
}
.about-counter-section .rvg-headings .sub::after {
    background-color: #0f8bb7;
    z-index: 0;
    bottom: 4px;
}
.about-counter-section .rvg-headings .heading {
    color: var(--white);
}
.about-counter-section .counter-boxex {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    text-align: center;
    grid-gap: 30px;
}
.about-counter-section .counter-boxex .text h4 {
    color: var(--white);
    margin: 20px 0 10px 0;
    font-size: 36px;
    font-weight: 700;
}
.about-counter-section .counter-boxex .text p {
    color: var(--white);
    width: 90%;
    margin: 0 auto;
    line-height: 20px;
}
.about-counter-section .counter-box .icon img {
    width: 48px;
}
.blink-btn{
    animation: blinking 1s linear infinite;
}
.blink-stop{
    animation: none;
}
@keyframes blinking{
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

.service-main-section .service-item {
    background: var(--primary-light);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.service-main-section .service-item .service-image {
    border-radius: 10px;
    overflow: hidden;
}
.service-main-section .service-item .service-content {
    padding: 15px;
}
.service-main-section .service-content h4 {
    position: relative;
    display: inline-block;
}
.service-main-section .service-content h4::after {
    content: "";
    position: absolute;
    background: var(--primary);
    width: 4px;
    height: 25px;
    right: -10px;
    top: 2px;
    z-index: 0;
}

.mobile-app-section {
    background: #e7f3f7;
}
.mobile-tabs {
    border: none;
    margin: 0;
}
.mobile-tabs .mobileapp-tab-item {
    background: #fff;
    margin-bottom: 15px;
    border-radius: 8px;
    color: #000;
    padding: 20px;
    text-align: left;
}
.mobile-tabs .mobileapp-tab-item:hover,
.mobile-tabs .mobileapp-tab-item.active {
    background: var(--primary);
    color: #fff;
}
.nav-tabs.mobile-tabs &gt; li.active &gt; a {
    background: var(--primary);
    color: #fff;
}
.mobile-tabs .mobileapp-tab-item .icon-title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.mobile-tabs .mobileapp-tab-item .icon-title img {
    background: #fff;
    border-radius: 100%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 8px;
}
.mobile-tabs .mobileapp-tab-item .icon-title h4 {
    margin: 0 0 0 15px;
    font-size: 22px;
}
.mobile-tabs .mobileapp-tab-item.active .icon-title h4{
    color: #fff;
}
.mobile-tabs .mobileapp-tab-item p {
    line-height: 22px;
    margin: 0;
}
.mobile-app-tabs .tab-content.mobile-tab-content {
    text-align: center;
}

.top-bar {
    background: var(--primary);
}
.top-bar .topbar-contact {
    text-align: right;
}
.top-bar .topbar-contact a {
    color: #fff;
    font-size: 16px;
    margin-left: 20px;
}


.team-box {
    position: relative;
    overflow: hidden;
}
.team-box .team-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    text-align: center;
    padding: 60px 10px 10px 10px;
    z-index: 9;
    height: 120px;
    transition: all ease-in-out 0.3s;
}
.team-box:hover .team-info {
    height: 80%;
    transition: all ease-in-out 0.3s;
}
.team-box .team-info::after {
    content: "";
    background: linear-gradient(0deg, #024760 45%, transparent);
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}
.team-box .team-info h4{
    color: #fff;
    margin: 0;
}
.team-box .team-info h6{
    color: #fff;
    margin-bottom: 10px;
}
.team-box .team-info p {
    color: #fff;
    margin: 0;
    line-height: 20px;
}
.team-box .image img {
    transition: all 0.4s;
}
.team-box:hover .image img {
    transition: all 0.4s;
    transform: scale(1.1) rotate(6deg);
}

.cki-listing {
    padding-left: 30px;
}

.cta-btn .rvg-button.login_btn {
    float: none;
}
.slider-button .rvg-button span {
    font-size: 16px !IMPORTANT;
}

.service-main-section .service-content ul {
    padding: 0;
    list-style-type: none;
}
.service-main-section .service-content ul li {
    position: relative;
    margin-bottom: 10px;
    z-index: 9;
    padding-left: 14px;
    font-size: 16px;
}
.service-main-section .service-content ul li::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 0;
    border: 8px solid transparent;
    border-left: 10px solid var(--primary);
    top: 6px;
}

/* TAB */
.rvTab {
    padding: 0;
    margin: 0;
}
.rvTab .tab_item {
    display: inline-block;
    width: 32.5%;
}
.rvTab .tab_item .tab_link {
    background-color: var(--primary);
    display: block;
    padding: 15px 5px;
    text-align: center;
    color: #fff;
    border: 1px solid var(--primary);
    width: 100%;
    border-radius: 6px;
}
.rvTab .tab_item .tab_link.activelink {
    display: block;
    background-color: var(--bg-dark);
    color: #fff;
    border: 1px solid var(--bg-dark);
}

.rvTabContent .tab_list{
    width: 100%;
    padding: 10px;        
}
.rvTabContent .tab_list.hide{
    display: none;
}


.thankyou-box {
    text-align: center;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 10px 15px 0 #ababab8f;
}
.thankyou-box img {
    width: 200px;
}


.logo-container ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.logo-container ul li {
    padding: 10px;
    list-style: none;
}
.logo-container ul li .logo-holder {
    background: var(--rv-white);
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.logo-container ul li .logo-holder img {
    height: 70px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.title-bar {
    background: #00678c;
    text-align: center;
    font-size: 24px;
    padding: 10px;
    border-radius: 6px;
    color: #fff;
    margin-top: 30px;
}
.counter-card {
    display: flex;
    justify-content: center;
    margin: -15px;
}
.counter-card .counter-items {
    max-width: 280px;
    width: 100%;
    padding: 15px;
}
.counter-card .counter-items .counter-box {
    box-shadow: 0 0 15px 0 #eee;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
	    border: 1px solid #00678c;
	transition:.5s;
}
.counter-card .counter-items .counter-box:hover{
transition:.5s;
	transform: translateY(-10px);
	box-shadow: 0 15px 15px 0 #eee;
}
.counter-card .counter-items .counter-box .conut-b {
    display: flex;
    justify-content: center;
    font-size: 34px;
    gap: 10px;
}
.counter-card .counter-items .counter-box .name {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.counter-card .counter-items .counter-box  .image {
    width: 70px;
    height: 70px;
    border: 1px solid #eee;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 #ddd;
    color: #00678c;
}
:root {
  --rv-color1: #1a59a9;
  --rv-color2: #1075bc;
  --rv-color3: #222224;
  --rv-black: #222224;
  --rv-primary: #1a59a9;
  --rv-white: #fff;
}
.sip-calculator .sip-card .text_input {
  width: 100%;
  max-width: 150px;
  height: 45px;
  border-radius: 50px;
  border: 1px solid #ddd;
  padding: 8px 20px;
  color: var(--rv-black);
}
.sip-calculator .sip-card .text_input:focus {
  outline: unset;
  box-shadow: unset;
  border-color: var(--rv-primary);
}
.sip-calculator .sip-card .hide-span {
  display: none;
}
.sip-calculator .sip-card .form-range {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--rv-transparent);
  height: 1rem;
  padding: 0 !important;
  width: 100%;
}
.sip-calculator .sip-card .form-range:focus {
  outline: 0;
}
.sip-calculator .sip-card .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0;
}
.sip-calculator .sip-card .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0;
}
.sip-calculator .sip-card .form-range::-moz-focus-outer {
  border: 0;
}
.sip-calculator .sip-card .form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--rv-primary);
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(22, 28, 45, 0.1);
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 1rem;
}
.sip-calculator .sip-card .form-range::-webkit-slider-thumb:active {
  background-color: var(--rv-secondary);
}
.sip-calculator .sip-card .form-range::-webkit-slider-runnable-track {
  background-color: var(--rv-gray);
  border-color: var(--rv-transparent);
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(22, 28, 45, 0.075);
  color: var(--rv-transparent);
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}
.sip-calculator .sip-card .form-range::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  background-color: var(--rv-primary);
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(22, 28, 45, 0.1);
  height: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 1rem;
}
.sip-calculator .sip-card .form-range::-moz-range-thumb:active {
  background-color: var(--rv-secondary);
}
.sip-calculator .sip-card .form-range::-moz-range-track {
  background-color: var(--rv-secondary-light);
  border-color: var(--rv-transparent);
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(22, 28, 45, 0.075);
  color: var(--rv-transparent);
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}
.sip-calculator .sip-card .form-range:disabled {
  pointer-events: none;
}
.sip-calculator .sip-card .form-range:disabled::-webkit-slider-thumb {
  background-color: var(--rv-secondary-light);
}
.sip-calculator .sip-card .form-range:disabled::-moz-range-thumb {
  background-color: var(--rv-secondary-light);
}
@media (prefers-reduced-motion: reduce) {
  .sip-calculator .sip-card .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
  .sip-calculator .sip-card .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.sip-calculator .sip-card .sip-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -10px;
}
.sip-calculator .sip-card .sip-row .sipod {
  width: 100%;
}
.sip-calculator .sip-card .sip-row .sip-cols {
  padding: 10px;
}
.sip-calculator .sip-card .sip-row .sip-cols.cols-input {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .sip-calculator .sip-card .sip-row .sip-cols.cols-input {
    width: 100%;
  }
}
.sip-calculator .sip-card .sip-row .sip-cols.cols-chart {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .sip-calculator .sip-card .sip-row .sip-cols.cols-chart {
    width: 100%;
  }
}
.sip-calculator .sip-card .sipodata .sip-cols {
  max-width: 33.3%;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .sip-calculator .sip-card .sipodata .sip-cols {
    max-width: 100%;
  }
}
.sip-calculator .sip-card .sipodata .sip-cols:nth-child(1) .sipo-card {
  background: var(--rv-color1);
}
.sip-calculator .sip-card .sipodata .sip-cols:nth-child(2) .sipo-card {
  background: var(--rv-color2);
}
.sip-calculator .sip-card .sipodata .sip-cols:nth-child(3) .sipo-card {
  background: var(--rv-color3);
}
.sip-calculator .sip-card .sipodata .sip-cols .sipo-card {
  box-shadow: 0 0 15px 0 #bbb;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  background: var(--rv-primary);
}
.sip-calculator .sip-card .sipodata .sip-cols .sipo-card .display_result,
.sip-calculator .sip-card .sipodata .sip-cols .sipo-card .result_text {
  color: var(--rv-white);
}
.sip-calculator .sip-card .sipc-body .sip-cols {
  width: 100%;
}
.sip-calculator .sip-card .sipc-body .sip-cols .sipc-items .slider_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
</pre></body></html>