

body {
    font-family: 'Montserrat';
    font-weight: 400;
    color: #000;
    font-size: 14px;
    line-height: 2;
    background-color: #fff;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    overflow-y: auto;
    font-weight: 500;
}
p {
    text-align: justify;
    font-size: 16px;
}
li {
    font-size: 16px;
}

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(assets/images/quote-shape-2.png) right 50% bottom 50% no-repeat;
    background-size: 100px 87px;
}

blockquote > 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: #4982c1;
    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: #f4f7fc;
    color: #4d4d4d;
    border: 1px solid #e9e9e9;
    font-size: 14px;
    padding: 7px 20px;
    width: 100%;
    margin-bottom: 20px;
}


/* 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: #4982c1;
    background: #fff;
}


/* Button */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    padding: 14px 70px;
    font-size: 14px;
    font-weight: 500;
    background-color: #4982c1;
    color: #fff;
}

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: #4982c1;
}


/* 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: #4982c1;
}

a:hover,
a:focus,
a:active {
    color: #4982c1;
}



/**** TYPOGRAPHY ****/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.195;
    color: #00234b;
    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: #4982c1 !important;
}
.text-accent {
    color: #00234b !important;
}
.text-accent-2 {
    color: #4982c1 !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: 0;
    width: 100%;
    z-index: 150;
    background-color: #ece7ff;
}


/* Header logo */

#site-header .header-logo {
    float: left;
    padding-top: 19px;
    padding-bottom: 19px;
    transition: all ease 0.3s;
}


/* Header fixed */

#site-header.is-fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9989;
    background-color: #fff;
    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: #4982c1;
    display: inline-block;
}

#site-header .header-info .inner > div {
    margin-right: 56px;
    float: left;
    position: relative;
}

#site-header .header-info .info-c > .title {
    color: #9d98c6;
    font-weight: 500;
}

#site-header .header-info .info-c > .subtitle {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #4982c1;
}


/* 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 #4982c1;
}

#site-header .header-aside-button a:hover > span {
    color: #4982c1;
}

#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 > ul > li {
    float: left;
    padding: 0 15px;
}

#main-nav > ul > li > a {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #00234b;
    height: 90px;
    line-height: 90px;
    text-transform: uppercase;
}

#main-nav > ul > li > a:hover,
#main-nav > ul > li.current-menu-item > a {
    color: #4982c1;
}

#main-nav > ul > li > a {
    position: relative;
}

#main-nav > ul > li.current-menu-item > a:before,
#main-nav > ul > li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 30%;
    width: 2px;
    height: 2px;
    border-radius: 10px;
    background-color: #4982c1;
    transition: width 0.3s ease;
}

#main-nav > ul > li.current-menu-item > a:before,
#main-nav > ul > li:hover > a:before {
    width: 100%;
    transition: width 0.3s ease;
}


/* Sub Menu */

#main-nav .sub-menu {
    padding: 16px 0;
    background-color: #00234b;
    position: absolute;
    left: 0;
    top: 100%;
    width: 240px;
    -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 > a {
    border: 0;
}

#main-nav .sub-menu li a:hover {
    color: #fff;
}

#main-nav li:hover > .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: #00234b;
    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 > li > 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 > li > a:hover {
    color: #4982c1;
}

#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: #00234b;
}


/* 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);
}


/**** FEATURED TITLE ****/

#featured {
    position: relative;
    width: 100%;
    padding: 250px 0 134px;
    text-align: center;
}

#featured-title .featured-title-heading {
    color: #4982c1;
    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: #4982c1;
    -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: #fff;
    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: #bcbcbc;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    position: absolute;
    left: 0;
    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: #00234b;
}

.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: #fff;
    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: #fff;
}


/**** 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: #00234b;
}


/* Post Tags */

.post-tags {
    float: left;
}

.post-tags > span {
    color: #00234b;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
}

.post-tags a {
    display: inline-block;
    color: #a09db9;
}

.post-tags a:hover {
    color: #4982c1;
}


/* Social share */

.socials-share {
    float: right;
    display: inline-block;
}

.socials-share .socials {
    margin: 0;
    display: inline-block;
}

.socials-share span {
    color: #00234b;
    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: #4982c1;
    color: #fff;
}

.socials-share.style-2 .socials li a {
    color: #9b97bf;
}

.socials-share.style-2 .socials li a:hover {
    color: #4982c1;
}


/* 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 > a,
.blog-single-next .navigation-text > 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 > a {
    left: auto;
    right: 0;
}

.blog-single-prev .navigation-text > a:after,
.blog-single-next .navigation-text > 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 > a:after {
    content: "\e684";
}

.blog-single-prev .navigation-text > a:hover:after,
.blog-single-next .navigation-text > a:hover:after {
    border-color: #4982c1;
    color: #4982c1;
}

/* 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: #00234b;
    position: relative;
}

.comments-area .comments-title {
    margin-bottom: 30px;
}

.comments-area .comment-reply-title {
    margin-bottom: 33px;
}

.comments-area .counter {
    color: #4982c1;
}


/* 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 > 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: #4982c1;
}

.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: #4982c1;
}

.comment-text {
    overflow: hidden;
    line-height: 2;
    color: #a09db9;
}

.comment-text > p {
    margin: 6px 0 10px;
}


/* Comment form */

#comments .comment-respond {
    position: relative;
}

#comments > .comment-respond {
    margin-top: 100px;
}

#comments > .comment-respond input[type="text"] {
    background-color: #fff;
}

#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: #fff;
}

#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;
}

.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: 0px;
    font-size: 22px;
    line-height: 32px;
        margin-top: 25px;
}

.blog_post.post-grid:hover .post-title {
    color: #4982c1;
}


/* 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: #fff;
    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: #fff;
}

#sidebar .widget .widget-title > span {
    display: block;
    position: relative;
    padding: 0 0 22px 0;
}

#footer .widget .widget-title > span {
    display: block;
    position: relative;
    padding: 0 0 13px 0;
}

#sidebar .widget .widget-title > span:after {
    width: 40px;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #4982c1;
}

#footer .widget .widget-title > span:after {
    width: 40px;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #d3cdec;
}


/* 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: #4982c1;
}


/* 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: #4982c1;
    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: #4982c1
}

#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: #4982c1;
}

#sidebar .widget.widget_tag_cloud .tagcloud a:hover {
    color: #fff;
}


/* Widget information */

#footer-widgets .widget.widget.widget_information {
    padding-left: 40px;
}

#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: #fff;
}

#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;
    text-align: left;
    line-height: 22px;
    font-size: 14px;
}

#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 , #footer-widgets .socials a 
{
    float: left;
    font-size: 14px;
    color: #9290a3;
    background-color: #f3f6f8;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 34px;
    text-align: center;
    z-index: 1;
    margin-right: 10px;
    transition: 0.2s;
}
#footer-widgets .socials a img {
    width: 20px;
}

#footer-widgets .widget.widget_about .socials a:hover,
#footer-widgets .widget.widget_about .socials a.active , #footer-widgets .socials a:hover,
#footer-widgets .socials a.active  {
    transform: scale(1.08);
    transition: 0.2s;
}


/* Widget link */

#footer .widget.widget_links {
    padding-left: 40px;
}

#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: #ffffff;
    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: #4982c1;
    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;
    line-height: 20px !important;
    display: block;
    margin-bottom: 15px;
}
#footer .widget.widget_links ul li:hover a {
    padding-left: 20px;
    color: #fff
}

#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: #00234b;
    -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: #4982c1;
    color: #fff;
}


/**** FOOTER ****/

.footer_main {
    background-color: #4982c1;
}
.fppter_top{
    padding: 70px 0 80px;
}

.footer_bottom {
    padding: 0 0 25px 0;
    position: relative;
}
.footer_bottom::after{
    content: "";
    position: absolute;
    background-color: #011a36;
    bottom: 0;
    line-height: 0;
    width: 100%;
    height: 100px;
    z-index: 0;
}
#bottom-bar-inner {
    position: relative;
    z-index: 9;
}
.footer_bottom #copyright {
    color: #d3deeb;
}
.footer_bottom #copyright a
{
    color: #fff;
}
#bottom span {
    color: #4982c1;
}

#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: #fff;
    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: #00234b;
    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: #fff;
    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: #fff;
    margin: 0 0 38px;
}
.slider-content p {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    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: #fff;
    -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: #fff;
    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: #ffdad7;
    /*background-color: #E39FF6;*/
    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: #4982c1;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    line-height: 26px;
    margin-bottom: 20px;
}
.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: #8abef8;
}
.testimonial_section .rvg-testimonials blockquote {
    max-width: 712px;
    margin: 0 auto;
    padding: 63px 50px;
    margin: 15px 0 15px;
    border: transparent;
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 20%);
    background-color: #ffefee;
}

#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: #6c36ad;
    height: 3px;
    z-index: 0;
}
.work_process .rvg-headings .heading{
    color: #fff;
}

.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;
    border-style: solid;
    border-width: 6px 0px 0px 6px;
    border-color:#4982c1;
    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);
    border-width: 6px 0px 0px 0px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.09);
}
.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: #571b9f;
    font-size: 60px;
    font-weight: 700;
    z-index: -11;
}
.work_process .all-process-item .process-item .content-txt .number-title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #ffffff !important;
    margin: 20px 0 0 0;
}
.work_process .all-process-item .process-item .content-txt .number-txt {
    color: #fff;
    line-height: 20px;
}

.whatwedo_section {
    background-color: #fff3f2;
}
.inner_section {
    padding: 60px 0;
}


.conters h1 i {
  color: #fff;
  font-size: 71px;
}
.conter{
    /*position: absolute;*/
    /*top:50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    /*width: 400px;*/
    /*background: white;*/
    /*border-radius: 10px;*/
    width: 400px;
    background: #5c3f95;
    border-radius: 10px;
    margin: 0px auto;
    padding: 68px 0px;
}
.conters h1
{
    text-align: center;
    padding: 0 0 20px 0;
    border-bottom: 1px solid silver;
    background: #45a8de;
    width: max-content;
    padding: 30px 45px;
    border-radius: 68%;
    margin-top: -58px;
    margin: 0px auto;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -55px;
}
.conter form
{
    padding: 22px 40px 0px;
    box-sizing: border-box;
}
.conter form .txt_field{
    position: relative;
    border-bottom: 2px solid #ffffff;
    margin: 30px 0;
}
.txt_field input{
    width: 100%;
    padding:  0 5px;
    height: 40px;
    font-size: 16px;
    border: none;
    background: none;
    outline: none;
    color: #fff;
}

.conter .txt_field label{
    position: absolute;
    top: 50%;
    left: 5px;
    color: #ffffff;
    transform: translateY(-50%);
    font-size: 16px;
    pointer-events: none;
    transition: .5s;
}

.conter .txt_field span::before{
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #2691d9;
    transition: .5s;

}
.conter .txt_field input:focus ~ label,
.conter .txt_field input:valid ~ label{
    top: -5px;
    color: #2691d9;
}
.conter .txt_field input:focus ~ span::before,
.conter .txt_field input:valid ~ span::before{

    width: 100%;
}
.conter .pass{
    margin: -5px 0 20px 5px;
    color: #a6a6a6;
    cursor: pointer;
}
.conter .pass:hover{
    text-decoration: underline;
}
.conter input[type="submit"]{
    width: 100%;
    height: 50px;
    border: 1px solid;
    background: #2691d9;
    border-radius: 25px;
    font-size: 18px;
    color: #e9f4fb;
    font-weight: 700;
    cursor: pointer;
    outline: none;
}
.conter input[type="submit"]:hover{
    border-color: #2691d9
    transparent 0.5s;
}
.conter .signup_link{
    margin: 30px;
    text-align: center;
    font-size: 16px;
    color: #666666;
}
.conter .signup_link a{
    color: #2691d9;
    text-decoration: none;
}
.conter .signup_link a:hover{
    text-decoration: underline;
}
.txt_field.d-flex input {
  height: 18px;
  width: auto;
}
.txt_field.d-flex {
  border-bottom: 0px !important;
}

.txt_field.d-flex span {
  margin-right: 21px;
  color: #fff;
  margin-top: -2px;
  margin-left: 5px;
}
.conters .modal-dialog
{
    margin-top: 20%;
}

.contact_us{
    background-color: #f1f1f1;
    padding: 120px 0px;
}

.contact_inner{
    background-color: #fff;
    position: relative;
    box-shadow: 20px 22px 44px #cccc;
    border-radius: 25px;
}
.contact_field{
    padding: 39px 278px 25px 51px;
}
.right_conatct_social_icon{
    height: 100%;
}

.contact_field h3{
   color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px
}
.contact_field p{
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
}
.contact_field .form-control{
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
}
.contact_field .form-control:focus{
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #1325e8;
}
.contact_field .form-control::placeholder{
    font-size: 13px;
    letter-spacing: 1px;
}

.contact_info_sec {
    position: absolute;
    background-color: #5c4097;
    right: 1px;
    top: 18%;
    height: 340px;
    width: 362px;
    padding: 24px;
    border-radius: 25px 0 0 25px;
}
.contact_info_sec h4{
    letter-spacing: 1px;
    padding-bottom: 15px;
}

.info_single{
    margin: 30px 0px;
}
.info_single i{
    margin-right: 15px;
}
.info_single span{
    font-size: 13px;
    letter-spacing: 1px;
}

button.contact_form_submit {
    background: linear-gradient(to top right, #45a8de -5%, #93d0ed42 100%);
    border: none;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    margin-top: 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
}
.socil_item_inner li{
    list-style: none;
}
.socil_item_inner li a{
    color: #fff;
    margin-left: 13px;
    font-size: 14px;
}
.socil_item_inner{
    padding-bottom: 10px;
}

.map_sec{
    padding: 50px 0px;
}
.map_inner h4, .map_inner p{
    color: #000;
    text-align: center
}
.map_inner p{
    font-size: 13px;
}
.map_bind{
   margin-top: 50px;
    border-radius: 30px;
    overflow: hidden;
}
/* TICKER */

.ticker_section {
    padding: 0;
    }
    .ticker_section .tickers {
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-content: center;
    }
    .ticker_section .tag_text {
        background-color: #5c4097;
        text-align: center;
        padding: 15px 10px;
        margin-bottom: 40px;
        margin-top: -24px;
    }
    .ticker_section .tag_text h6 {
        font-size: 18px;
        margin: 0;
        color: #fff;
    }
    .tickers .ticker_item {
    position: relative;
    box-shadow: 0 1px 4px 1px rgb(37 46 40 / 11%);
    background-color: #fff;
    border-radius: 8px;
    width: 100%;
    padding: 8px 14px;
    margin: 0 5px;
    }
    .tickers .ticker_item .name {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px;
    }
    .tickers .ticker_item .price {
    display: block;
    font-size: 15px;
    padding-top: 5px;
    line-height: 18px;
    }
    .tickers .ticker_item .difference_percent {
    position: relative;
    color: #39b559;
    display: block;
    line-height: 18px;
    font-size: 12px;
    }
    .tickers .ticker_item .difference_percent::after {
    content: "\F144";
    position: absolute;
    font-family: "bootstrap-icons";
    font-size: 18px;
    bottom: 1px;
    right: -16px;
    }
    .tickers .ticker_item .difference_percent.negative {
    color: #d33f3f;
    }
    .tickers .ticker_item .difference_percent.negative::after {
    content: "\F11E";
    }
    /*DARK BOX*/
    /*        .tickers .ticker_item {
    background-color: #24252ad9;
    }
    .tickers .ticker_item .name {
    color: #fff;
    }
    .tickers .ticker_item .price {
    color: #fff;
    }
    .tickers .ticker_item .difference_percent {
    color: #3cbd5d;
    }
    .tickers .ticker_item .difference_percent.negative {
    color: #f95959;
    }*/
    
    
    /* TICKER */
    
    
    .logo-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display:inline-block;
}
.logo-container ul li {
    width: 257px;
    height: 120px;
    background: #fff;
    border-radius: 10px;
    margin: 10px;
    float: left;
    padding:20px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);    
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-container ul li a{
  text-decoration:none !important;
  display: inline-block;
}


.sectionClass {
  padding: 20px 0px 50px 0px;
  position: relative;
  display: block;
  padding-bottom: 0px;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.projectFactsWrap{
    display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
  display: block;
}
.projectFactsWrap .item p {
    display: block;
    text-align: center;
}
.projectFactsWrap .item:nth-child(1){
  background: rgb(16, 31, 46);
}

.projectFactsWrap .item:nth-child(2){
  background: rgb(18, 34, 51);
}

.projectFactsWrap .item:nth-child(3){
  background: rgb(21, 38, 56);
}

.projectFactsWrap .item:nth-child(4){
  background: rgb(23, 44, 66);
}

.projectFactsWrap .item p.number{
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p{
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
  /*font-family: 'Open Sans';*/
}


.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
  display: block;
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}

.projectFactsWrap .item:hover span{
  background: white;
}

@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}

/* AUTHOR LINK */




.about-me-img {
  width: 120px;
  height: 120px;
  left: 10px;
  /* bottom: 30px; */
  position: relative;
  border-radius: 100px;
}


.about-me-img img {
}


.authorWindow{
  width: 600px;
  background: #75439a;
  padding: 22px 20px 22px 20px;
  border-radius: 5px;
  overflow: hidden;
}

.authorWindowWrapper{
  display: none;
  left: 110px;
  top: 0;
  padding-left: 25px;
  position: absolute;
}





.trans{
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
    .authorWindow{
         width: 210px;
    }

    .authorWindowWrapper{
             bottom: -170px;
  margin-bottom: 20px;
    }


}

.projectFactsWrap .item p.inline
{
    display: inline;
}
.projectFactsWrap .item p.inline.plus {
    font-size: 38px;
    font-weight: 800;
}

.useful-links li {
    display: inline-block;
    margin-bottom: 44px;
}

.useful-links li a {
    padding: 18px 32px;
    background: #37a8e0;
    color: #fff;
    border: 1;
    border-radius: 2px;
}

.useful-links
{
    margin-top: 40px;
}
.partner-img ul li {
    display: inline-block;
}
.partner-img ul li img
{
    width: 150px;
    border: 1px solid #cecece;
    padding: 5px;
    margin-top: 26px;
}

.marketupdate .nav-tabs {
    background-color: #5c4097;
    border: none;
}
.marketupdate #myTabContent
{
    border: 1px solid #5c4097;
}
.marketupdate .nav-tabs > li > a.active, .marketupdate .nav-tabs > .marketupdate li > a.active:hover, .marketupdate .nav-tabs > li > a.active:focus {

    color: #5c4097;
    background-color: #ee1b24;
    background-color: #fff;
}
.marketupdate .nav-tabs li {
    display: inline-block;
    width: 33%;
    text-align: center;
}
.marketupdate .nav > li.active > a {
    color: #fff;
    background-color: #4282c3;
}

.marketupdate .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 3px;
    color: #fff;
    border-radius: 0;
}
.marketupdate .nav > li > a:hover {
    background-color: #4282c3;
    border-color: #4282c3;
}
.marketupdate h3
{
    background: #e30000;
    background: #5c4097;
    text-align: left;
    font-size: 19px;
    color: white;
    padding: 10px 0px 10px 15px;
    border-bottom: 1px solid white;
    font-weight: 600;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    margin-top: 0;
}
#site-header.is-fixed img
{
    width: 75px;
}

#site-header img {
  width: 117px;
}

.row-testimonials img {
  width: 296px !important;
}

.team .card
{
border: 1px solid #0000000a;
padding: 10px;
background: #5c409794;
border-radius: 5px;
}
.team
{
    margin-top: 100px;
}
.team .card h4
{
    font-size: 18px;
    text-align: center;
    margin: 18px auto;
    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: 999999;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}
a.blantershow-chat {
     background: #009688; 
  background: #000;
  color: #fff;
  position: fixed;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  z-index: 9999;
    bottom: 90px;
    right: 1px;
  font-size: 15px;
  padding: 10px 10px;
  border-radius: 5px;
  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;
}
.info-avatar {
  position: relative;
}
.info-avatar img {
  /*border-radius: 100%;*/
  width: 95px;
  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%;
  }
  .conter{
          width: 100% !important;
  }
}
.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;
    margin-left: -54px;
    width: 100%;
    /*max-width: calc(100% - 66px);*/
}
.kAZgZq::before {
    position: absolute;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
}
.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;
}
.rss img
{
    display: none;
}
.col-md-6.about-bg.mt-5 {
  margin-top: 95px;
}

.tools .rvg-icon-box.style-2 {
  background: #5c4097;
  padding: 10px;
}
.tools .rvg-icon-box.style-2 a
{
    color: #fff;
}


.award_card .card img {
  border: 1px solid #0000000f;
  padding: 8px;
  margin-bottom: 24px;
}

/*  Goal section start */

.clear:before, .clear:after {
  content: " ";
  display: table; }

.clear:after {
  clear: both; }

.pt-table {
  display: table;
  width: 100%;
  height: -webkit-calc(100vh - 4px);
  height: -moz-calc(100vh - 4px);
  height: calc(100vh - 4px); }

.pt-tablecell {
  display: table-cell;
  vertical-align: middle; }

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.relative {
  position: relative; }

.primary,
.link:hover {
  color: #FA6862; }

.no-gutter {
  margin-left: 0;
  margin-right: 0; }
  .no-gutter > [class^="col-"] {
    padding-left: 0;
    padding-right: 0; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.nicescroll-cursors {
  background: #FA6862 !important; }

.preloader {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .preloader.active.hidden {
    display: none; }

.loading-mask {
  background-color: #FA6862;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 20%;
  -webkit-transition: all 0.6s cubic-bezier(0.61, 0, 0.6, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.61, 0, 0.6, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.61, 0, 0.6, 1) 0s;
  transition: all 0.6s cubic-bezier(0.61, 0, 0.6, 1) 0s; }
  .loading-mask:nth-child(2) {
    left: 20%;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .loading-mask:nth-child(3) {
    left: 40%;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .loading-mask:nth-child(4) {
    left: 60%;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .loading-mask:nth-child(5) {
    left: 80%;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s; }

.preloader.active.done {
  z-index: 0; }

.preloader.active .loading-mask {
  width: 0; }

/*------------------------------------------------
	Start Styling
-------------------------------------------------*/
.mt20{margin-top:20px;}
.site-wrapper {
  border-top: 4px solid #5c4097; }

.page-close {
  font-size: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 100; }

.page-title {
  margin-bottom: 75px; }
  .page-title img {
    margin-bottom: 20px; }
  .page-title h2 {
    font-size: 68px;
    margin-bottom: 25px;
    position: relative;
    z-index: 0;
    font-weight: 900;
    text-transform: uppercase; }
  .page-title p {
    font-size: 16px; }
  .page-title .title-bg {
    color: rgba(30, 37, 48, 0.07);
    font-size: 158px;
    left: 0;
    letter-spacing: 10px;
    line-height: 0.7;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.section-title {
  margin-bottom: 20px; }
  .section-title h3 {
    display: inline-block;
    position: relative; }
    .section-title h3::before, .section-title h3::after {
      content: "";
      height: 2px;
      position: absolute;
      bottom: 8px;
      left: -webkit-calc(100% + 14px);
      left: -moz-calc(100% + 14px);
      left: calc(100% + 14px); }
    .section-title h3::before {
      background-color: #1e2530;
      width: 96px;
      bottom: 14px; }
    .section-title h3::after {
      background-color: #FA6862;
      width: 73px; }
  .section-title.light h3 {
    color: #fff; }
    .section-title.light h3::before {
      background-color: #fff; }

.page-nav {
  bottom: 40px;
  left: 0;
  position: absolute;
  right: 0; }
  .page-nav span {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 0.9;
    text-transform: uppercase; }

/*------------------------------------------------
    Home Page
-------------------------------------------------*/

.hexagon-item:first-child {
    margin-left: 0;
}

.page-home {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle; }
  .page-home .overlay {
    background-color: rgba(14, 17, 24, 0.97);
}

/* End of container */
.hexagon-item {
  cursor: pointer;
  width: 200px;
  height: 173.20508px;
  float: left;
  margin-left: -29px;
  z-index: 0;
  position: relative;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg); }
  .hexagon-item:first-child {
    margin-left: 0; }
  .hexagon-item:hover {
    z-index: 1; }
    .hexagon-item:hover .hex-item:last-child {
      opacity: 1;
      -webkit-transform: scale(1.3);
      -moz-transform: scale(1.3);
      -ms-transform: scale(1.3);
      -o-transform: scale(1.3);
      transform: scale(1.3); }
    .hexagon-item:hover .hex-item:first-child {
      opacity: 1;
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2); }
      .hexagon-item:hover .hex-item:first-child div:before,
      .hexagon-item:hover .hex-item:first-child div:after {
        height: 5px; }
    .hexagon-item:hover .hex-item div::before,
    .hexagon-item:hover .hex-item div::after {
      background-color: #5c4097; }
    .hexagon-item:hover .hex-content svg {
      -webkit-transform: scale(0.97);
      -moz-transform: scale(0.97);
      -ms-transform: scale(0.97);
      -o-transform: scale(0.97);
      transform: scale(0.97); }

.page-home .hexagon-item:nth-last-child(1),
.page-home .hexagon-item:nth-last-child(2),
.page-home .hexagon-item:nth-last-child(3) {
  -webkit-transform: rotate(30deg) translate(87px, -80px);
  -moz-transform: rotate(30deg) translate(87px, -80px);
  -ms-transform: rotate(30deg) translate(87px, -80px);
  -o-transform: rotate(30deg) translate(87px, -80px);
  transform: rotate(30deg) translate(87px, -80px); }

.hex-item {
  position: absolute;
  top: 0;
  left: 50px;
  width: 100px;
  height: 173.20508px; }
  .hex-item:first-child {
    z-index: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .hex-item:last-child {
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1; }
  .hex-item div {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    width: 100px;
    height: 173.20508px;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center; }
    .hex-item div::before, .hex-item div::after {
      background-color: #1e2530;
      content: "";
      position: absolute;
      width: 100%;
      height: 3px;
      -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
      transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
    .hex-item div:before {
      top: 0; }
    .hex-item div:after {
      bottom: 0; }
    .hex-item div:nth-child(1) {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg); }
    .hex-item div:nth-child(2) {
      -webkit-transform: rotate(60deg);
      -moz-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
      -o-transform: rotate(60deg);
      transform: rotate(60deg); }
    .hex-item div:nth-child(3) {
      -webkit-transform: rotate(120deg);
      -moz-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
      -o-transform: rotate(120deg);
      transform: rotate(120deg); }

.hex-content {
  color: #fff;
  display: block;
  height: 180px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  transform: rotate(-30deg);
  width: 156px; }
  .hex-content .hex-content-inner {
    left: 50%;
    margin: -3px 0 0 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .hex-content .icon {
    display: block;
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 11px; }
  .hex-content .title {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase; }
  .hex-content svg {
    left: -7px;
    position: absolute;
    top: -13px;
    transform: scale(0.87);
    z-index: -1;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
  .hex-content:hover {
    color: #fff; }

.page-home .hexagon-item:nth-last-child(1), .page-home .hexagon-item:nth-last-child(2), .page-home .hexagon-item:nth-last-child(3) {
    -webkit-transform: rotate(30deg) translate(87px, -80px);
    -moz-transform: rotate(30deg) translate(87px, -80px);
    -ms-transform: rotate(30deg) translate(87px, -80px);
    -o-transform: rotate(30deg) translate(87px, -80px);
    transform: rotate(30deg) translate(87px, -80px);
}
/*------------------------------------------------
    Welcome Page
-------------------------------------------------*/
.author-image-large {
  position: absolute;
  right: 0;
  top: 0; }
  .author-image-large img {
    height: -webkit-calc(100vh - 4px);
    height: -moz-calc(100vh - 4px);
    height: calc(100vh - 4px); }


@media (min-width: 1200px)
{
.col-lg-offset-2 {
    margin-left: 16.66666667%;
}
}

@media (min-width: 1200px)
{
.col-lg-8 {
    width: 66.66666667%;
}
}

.hexagon-item:first-child {
    margin-left: 0;
}

.pt-table.desktop-768 .pt-tablecell {
    padding-bottom: 110px;
    padding-top: 60px;
}



.hexagon-item:hover .icon i
{
  color:#5c4097;
  transition:0.6s;
  
}


.hexagon-item:hover .title
{
  -webkit-animation: focus-in-contract 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: focus-in-contract 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
/***************************/

@-webkit-keyframes focus-in-contract {
  0% {
    letter-spacing: 1em;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes focus-in-contract {
  0% {
    letter-spacing: 1em;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}





@media only screen and (max-width: 767px)
{
.hexagon-item {
    float: none;
    margin: 0 auto 50px;
}
  .hexagon-item:first-child {
    margin-left: auto;
}
  
  .page-home .hexagon-item:nth-last-child(1), .page-home .hexagon-item:nth-last-child(2), .page-home .hexagon-item:nth-last-child(3) {
    -webkit-transform: rotate(30deg) translate(0px, 0px);
    -moz-transform: rotate(30deg) translate(0px, 0px);
    -ms-transform: rotate(30deg) translate(0px, 0px);
    -o-transform: rotate(30deg) translate(0px, 0px);
    transform: rotate(30deg) translate(0px, 0px);
}
  
}



/*  Goal section End */

.work_process
{
    display: none;
}

.tp_caption_text
{
    font-size: 28px;
}
.sebi
{
    margin-bottom: 0px;
    margin-top: 24px;
    display: block;
}
.rvg-headings.text_center , .text_center
{
    text-align: center;
}
.mt-2
{
    margin-top: 20px;
}
.bg_section 
{
    background-color: #fff;
}

.threeD-content-wrap {
  -webkit-perspective: 2000;
  -moz-perspective: 2000;
  -ms-perspective: 2000;
  perspective: 2000;
  -ms-transform: perspective(2000px);
  -moz-transform: perspective(2000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  display: inline-block;
  width: 100%;
}

.threeD-item 
{
  height: 280px;
}
.threeD-item 
{
  height: 100%;
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
    transition-timing-function: ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-timing-function: cubic-bezier(.5,.3,.3,1);
  transition-timing-function: cubic-bezier(.5,.3,.3,1);
}
.threeD-flip-front {
  color: #fff;
}
.threeD-flip-back , .threeD-flip-front {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.threeD-flip-front {
  z-index: 2;
}

.threeD-flip-front::before {
  background-color: #b34815;
}

.flip-box::before, .flip-box::before, .threeD-flip-back::before, .threeD-flip-front::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.threeD-flip-front .threeD-content-inner {
  width: 100%;
  padding: 0 50px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateZ(60px);
  -webkit-transform: translateY(-50%) translateZ(60px);
  -ms-transform: translateY(-50%) translateZ(60px);
}

.threeD-flip-back {
  color: #fff;
}
.threeD-flip-back, .threeD-flip-front {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.threeD-flip-back::before {
  background-color: #2E3B3E;
}
.flip-box::before, .flip-box::before, .threeD-flip-back::before, .threeD-flip-front::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.threeD-flip-back .threeD-content-inner, .threeD-flip-front .threeD-content-inner {
  width: 100%;
  padding: 0 50px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateZ(60px);
  -webkit-transform: translateY(-50%) translateZ(60px);
  -ms-transform: translateY(-50%) translateZ(60px);
}

.threeD-content-wrap.flip .threeD-item {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.threeD-flip-back {
  -webkit-transform: rotate3d(0,45,0,180deg);
  transform: rotate3d(0,45,0,180deg);
}

.sppb-column-addons {
  position: relative;
  z-index: 1;
  width: 100%;
}

.mf_section .card
{
    text-align: center;
    padding: 20px;
    border: 1px solid #0000000d;
    border-radius: 5px;
}

.mf_section .card img
{
    margin-bottom: 10px;
}

.panel-heading .accordion-toggle:after {
/* symbol for "opening" panels */
font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
content: "+"; /* adjust as needed, taken from bootstrap.css */
float: right; /* adjust as needed */
color: grey; /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
/* symbol for "collapsed" panels */
content: "-"; /* adjust as needed, taken from bootstrap.css */
}
.panel-body ul {
  padding-left: 13px;
}
.key_features .card
{
    min-height: 363px;
}
.some_steps .card
{
     min-height: 306px;
}
.bg_section ul {
  padding-left: 15px;
}

.benefits_box {
    border-radius: 6px;
    padding: 20px 10px;
    margin-bottom: 15px;
    min-height: 225px;
    width: 100%;
    display: grid;
    align-items: center;
    justify-content: center;
    perspective: 500px;
}
.benefits_box .content {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    transition: transform 1s;
    transform-style: preserve-3d;
}
.benefits_box:hover .content {
    transform: rotateY( 180deg );
    transition: transform 0.5s;
}
.benefits_box .front {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #5c4097;
    line-height: 300px;
    color: #da2417;
    text-align: center;
    font-size: 60px;
    border-radius: 5px;
    backface-visibility: hidden;
        display: flex;
    align-items: center;
    justify-content: center;
}

.benefits_box .back {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #5c4097;
    /*line-height: 300px;*/
    color: #da2417;
    text-align: center;
    font-size: 13px;
    border-radius: 5px;
    backface-visibility: hidden;
        display: flex;
    align-items: center;
    justify-content: center;
}

.benefits_box .back {
    background: #4483c3;
    color: white;
    transform: rotateY( 180deg );
    text-align: center;
}
.benefits_box .back p {
    text-align: center;
    line-height: 24px;
}
.benefits_box .icon {
    display: block;
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}
.benefits_box img {
    text-align: center;
    width: 70px;
    position: absolute;
    top: 20px;
    left: 38%;
}
.benefits_box h4 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 600;
}
.benefits_box .back h4 {
    color: #fff;
}
.sebi a
{
    color: #fff;
}
h5.heading
{
    font-size: 19px !important;
    font-weight: 500 !important;
}
.whychoose_us
{
    background-color: #fff;
}

.feature_card {
    margin-bottom: 10px;
        display: flex;
}
.feature_card .icon {
    padding: 12px 15px;
    position: relative;
    z-index: 99;
    vertical-align: middle;
    transition: 0.3s;
    /* background-color: #ece7ff;
    border-radius: 8px;
    width: 65px;
    height: 65px; */
}
.feature_card:hover .icon::after{
    /*transform: rotate(25deg);*/
    /*transition: 0.3s;*/
    /*background-color: #45a8de;*/
}
.feature_card .icon i{
    position: relative;
    z-index: 999;
}
.feature_card .icon i::before {
    margin: 0;
    font-size: 36px;
    color: #45a8de;
}
.feature_card:hover .icon i::before {
    /*color: #fff;*/
}
.feature_card .icon::after {
    content: "";
    position: absolute;
    background-color: #ece7ff;
    border-radius: 8px;
    width: 65px;
    height: 65px;
    left: 0;
    top: 0;
    z-index: 0;
}
.team p
{
    color: #fff;
}
.feature_card .content {
    display: inline-block;
    padding-left: 15px;
    vertical-align: middle;
}
.feature_card .content h3 , .feature_card .content p {
font-size: 16px;
letter-spacing: 0;
font-weight: 400;
line-height: 1.5;
}
.text-white
{
    color: #fff;
}
.card_flex
{
    display: flex;
    align-items: center;
}
.mt-4
{
    margin-top: 40px;
}
.banner-text h6 {
    font-size: 27px;
    line-height: 2;
    font-style: italic;
    font-family: 'Eczar', serif;
    font-family: 'Roboto', sans-serif;
    /*margin-top: 130px;*/
}
.banner {
    color: white;
    /*background: url('../images/ezgif.com-resize.gif');*/
    background: url('../images/ROADMAP_05.gif');
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #ece7ff;
    /*background-size: cover;*/
    background-size: 90%;
}

.TabbedPanelsTab {
    background-color: #4282c3 !important;
}
.TabbedPanelsTabSelected {
    background-color: #5b4199 !important;
}

@media only screen and (max-width: 1400px) {
  .banner 
  {
       height: 450px;
       background-size: 82%;
  }
}
#download1
{
    display: flex;
}
#download1 select
{
    width: auto;
    margin: 0px 15px;
}
@media only screen and (max-width: 600px) 
{
    .ticker-area .tickers 
    {
        display: flex;
        justify-content: space-around;
        position: relative;
        flex-wrap: wrap;
    }
   
    .tickers .ticker_item
    {
        width: 34%;
    }
    .banner 
    {
        height: 230px;
        background-size: 112%;
    }
    .banner-text h6
    {
        display: none;
    }
    .rvg-icon-box.icon-left
    {
        margin-bottom: 5px;
    }
    #featuresCar .item img , .row-testimonials .item img
    {
        margin: 0px auto;
    }
    .rvg-button.login_btn
    {
        margin-right: 49px;
        padding: 5px 10px !important;
        margin-top: 45px;
    }
    #main-nav-mobi 
    {
        position: relative;
    }
}
.app_list
{
    padding: 0px;
    text-align: center;
    margin: 0;
    margin-top: 23px;
}
.app_list li
{
    display: inline-block;
}
.email
{
    overflow-wrap: break-word;
    word-wrap: break-word;
}