/*
  Theme Name:  Xzofina
  Author: ThemeDraft
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Default Css
# Main Menu Css
# Posts and pages
# Widgets Css
# Home Banner Css
# Home Slider Css
# Page Banner Css
# Brand Slider Css
# Section Title Css
# Process Box Css
# Image Widget Css
# Service Box Widget Css
# Video Widget Css
# Pricing Table Css
# Testimonial Css
# Recent Post Css
# Contact Form Css
# Counter Up Css
# Team Member Css
# CTA Css
# Contact Info Box Css
# 404 Css
# Preloader Css
# Responsive Css
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Default Css
--------------------------------------------------------------*/
body {
    font-size: 16px;
    line-height: 27px;
    color: #7a8099;
    font-weight: 400;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #031d5b;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 40px;
    line-height: 45px;

}

h2 {
    font-size: 36px;
    line-height: 40px;
}

h3 {
    font-size: 28px;
    line-height: 34px;
}

h4 {
    font-size: 24px;
    line-height: 28px;
}

h5 {
    font-size: 22px;
    line-height: 28px;
}

h6 {
    font-size: 18px;
    line-height: 26px;
}

a {
    -webkit-transition: .3s;
    transition: .3s;
}

a:hover {
    text-decoration: none;
}

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

.td-display-none {
    display: none;
}

.slick-slide:focus {
    box-shadow: none !important;
    outline: none !important;
}

.site {
    overflow: hidden;
}

.container.tdpd0 {
    padding: 0;
}

.td-padtop-100 {
    padding-top: 100px;
}

.elementor-section-full_width .container.tdpd0 {
    padding: 0 15px;
}

.td-tbl {
    display: table;
    height: 100%;
    width: 100%;
}

.td-tcell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.td_button {
    font-family: "Josefin Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    background: #4e4bc2;
    color: #ffffff;
    padding: 27px 75px 21px 50px;
    display: inline-block;
    border-radius: 50px;
    position: relative;
    line-height: 1;
    -webkit-transition: .3s;
    transition: .3s;
}

.td_button:before {
    content: '\f101';
    position: absolute;
    font-family: Flaticon;
    right: 43px;
    font-size: 21px;
    line-height: 1;
    top: 25px;
}

.td_button:hover {
    background: #1b1973;
    color: #ffffff;
}

.m0p0ln,
.m0p0ln ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Slick Dots Style */
.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-top: 50px;
}

.slick-dots li {
    display: inline-block;
    margin-right: 10px;
}

.slick-dots button {
    border: 2px solid #4e4bc2;
    border-radius: 50%;
    height: 12px;
    padding: 0;
    text-indent: -10000px;
    width: 12px;
    box-shadow: none;
    outline: none;
    cursor: pointer;
}

.slick-dots .slick-active button {
    background: #4e4bc2;
}


input[type=text],
input[type=email],
input[type=password],
input[type=url],
input[type=search],
input[type=tel],
input[type=number],
input[type=date],
textarea {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 30px;
    width: 100%;
    box-shadow: none;
    outline: none;
    border-radius: 5px;
}

input[type=password] {
    margin-top: 15px;
}

form.post-password-form input[type="submit"] {
    border: 0;
    line-height: 1;
    padding: 20px;
}

textarea {
    height: 120px;
}

select {
    width: 100%;
    height: 50px;
    cursor: pointer;
}

input[type=submit] {
    border: none;
    padding: 20px 20px 13px;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
    color: #ffffff;
    background: #4e4bc2;

}

button[type=submit] {
    color: #ffffff;
    background: #4e4bc2;
    border: none;
}

input[type=submit]:hover,
button[type=submit]:hover {
    background: #191873;
}


input[type=submit],
button[type=submit] {
    -webkit-transition: .3s;
    transition: .3s;
}

button {
    cursor: pointer;
}

select:focus,
input:focus,
button:focus {
    box-shadow: none;
    outline: none;
}


input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    font-size: 16px;
    color: #7a8099;
}

input::-moz-placeholder,
textarea::-webkit-input-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 16px;
    opacity: 1;
    color: #7a8099;
}


input::-ms-input-placeholder,
textarea::-webkit-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 16px;
    color: #7a8099;
}


.epb-not-used .content-area {
    padding: 100px 0;
}

.epb-not-used .content-area.xzofina-blog-posts,
.epb-not-used .content-area.archive-content-area {
    padding-bottom: 65px;
}

.content-area.search-content {
    padding: 100px 0 80px;
}

.header-search-wrapper {
    background: #3227b0;
    background: -moz-linear-gradient(-45deg, #3227b0 0%, #6a70d5 100%);
    background: -webkit-linear-gradient(-45deg, #3227b0 0%, #6a70d5 100%);
    background: linear-gradient(135deg, #3227b0 0%, #6a70d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3227b0', endColorstr='#6a70d5', GradientType=1);
    position: fixed;
    z-index: 10;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    -ms-transform: translateY(-110%);
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: .5s;
    transition: .5s;
}

.header-search-wrapper .search-form {
    max-width: 50%;
    display: inline-block;
}

.header-search-wrapper.search-open {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.search-close {
    position: absolute;
    right: 50px;
    height: 50px;
    width: 50px;
    color: #031d5c;
    font-weight: 700;
    font-size: 25px;
    top: 50px;
    background: #fff;
    border-radius: 50%;
    line-height: 50px;
    cursor: pointer;
}


.header-search-wrapper input[type="search"] {
    color: #ffffff;
}

/*--------------------------------------------------------------
# Main Menu Css
--------------------------------------------------------------*/

.site-branding .site-title a {
    color: #ffffff;
}

.site-branding .site-title {
    margin-bottom: 0;
    line-height: 1;
    margin-top: 6px;
}

.header-style-1 .header-menu-area {
    position: absolute;
    width: 100%;
    z-index: 1;
    background: transparent;
    padding: 20px 0;

}

.header-menu-area:before {
    position: absolute;
    content: '';
    background: transparent;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.main-navigation ul li {
    display: inline-block;
    position: relative;
}

.main-navigation ul li a {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    font-family: "Josefin Sans", sans-serif;
    display: block;
    padding: 13px 15px;
    line-height: 1;
}

.main-navigation ul li:last-child a {
    padding-right: 0;
}

/*logo height*/
.site-branding.td-tbl,
.site-branding.td-tbl img {
    height: 50px;
    width: auto;
}

.td-header-src-btn {
    height: 30px;
    width: 30px;
    background: transparent;
    cursor: pointer;
    display: inline-block;
    margin-bottom: -8px;
    margin-left: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 20px !important;
}

.td-header-src-btn i {
    position: absolute;
    left: 4px;
    top: 6px;
}

.main-navigation {
    display: inline-block;
    z-index: 3;
    position: relative;
}

/*Dropdown Menu*/
.main-navigation .sub-menu {
    position: absolute;
    width: 250px;
    background: #fff;
    left: 0;
    text-align: left;
    top: 100px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 5px;
    padding: 10px 0;
}

.main-navigation li:last-child ul,
.main-navigation li:nth-last-child(2) ul,
.main-navigation li:nth-last-child(3) ul{
    left: auto;
    right: 0;
}

.main-navigation li:last-child ul .sub-menu,
.main-navigation li:nth-last-child(2) ul .sub-menu,
.main-navigation li:nth-last-child(3) ul .sub-menu{
    left: auto;
    right: 250px;
}

.main-navigation .sub-menu a {
    color: #031d5c;
    padding: 12px 20px;
}

.main-navigation ul .sub-menu li:last-child a {
    padding-right: 20px;
}

.main-navigation .sub-menu li {
    display: block;
}

.main-navigation li:hover > .sub-menu {
    top: 42px;
    opacity: 1;
    visibility: visible;
}

.main-navigation .sub-menu .sub-menu {
    left: 250px;
    top: 80px;
}

.main-navigation .sub-menu li:hover .sub-menu {
    top: 0;
}


.sub-menu li a:hover {
    color: #4e4bc2;
}

.main-navigation ul.children {
    position: absolute;
    width: 250px;
    top: 100px;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    background: #ffffff;
    text-align: left;
    border-radius: 5px;
    z-index: 5;

}

.main-navigation ul.children li {
    display: block;
}

.main-navigation ul.children li:first-child {
    padding-top: 15px;
}

.main-navigation ul.children li:last-child {
    padding-bottom: 15px;
}

.main-navigation ul.children a {
    color: #031d5c;
}

.main-navigation ul.children a:hover {
    color: #4e4bc2;
}

.main-navigation ul.children .children {
    left: 250px;
}

.main-navigation li:hover > .children {
    opacity: 1;
    visibility: visible;
    top: 40px;
}

.main-navigation li:hover > .children .children {
    top: 0;
}

/*Mobile Menu*/
.header-area.site-header.header-style-1 {
    position: relative;
    z-index: 2;
}

.site-branding,
.td-header-src-btn {
    position: relative;
}


.slicknav_btn {
    margin-top: 20px;
    background: transparent;
    margin-right: 0;
    padding-right: 0;
}

#mobile-menu-wrap {
    position: absolute;
    max-width: 1140px;
    left: 50%;
    width: 100%;
    margin-left: -570px;
    top: 0;
    background: transparent;
    padding: 10px 0;
    display: none;
}

.slicknav_menu,
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
    background: transparent;
}

ul.slicknav_nav {
    background: #ffffff;
    margin-top: 75px;
    max-height: 350px;
    overflow: scroll;
    padding: 15px;
}

ul.slicknav_nav ul,
.slicknav_nav ul ul {
    padding: 0;
}

.slicknav_nav ul {
    background: #ffffff;
    padding: 10px 15px;
    margin-top: 2px;
    margin-left: 0;
}

ul.slicknav_nav,
.slicknav_nav ul {
    max-height: 300px;
    overflow: scroll;
    box-shadow: 0px 5px 14px 0px rgba(130, 136, 147, 0.09);
}

ul.slicknav_nav ul,
.slicknav_nav ul ul {
    box-shadow: none;
}

.slicknav_nav a,
.slicknav_nav .slicknav_row:hover {
    color: #031d5c;
}

.slicknav_row:hover a,
.slicknav_row:hover .slicknav_arrow,
.slicknav_nav a:hover {
    color: #4e4bc2;
}

/*--------------------------------------------------------------
## Posts and pages (Unit Test)
--------------------------------------------------------------*/
.xzofina-single-post article {
    display: block;
    background: #f5f9fa;
    padding: 30px;
    border-radius: 5px;
    overflow: hidden;
}

.td-single-post-container article .wp-block-button__link {
    color: #ffffff;
}

.sticky {
    position: relative;
}

.sticky:before {
    position: absolute;
    content: '\f08d';
    font-family: fontawesome;
    font-size: 80px;
    right: 30px;
    top: 40px;
    transform: rotate(45deg);
    color: #031d5c;
    opacity: .05;
}

.xzofina-single-post .td-post-thumbnail {
    margin-top: -30px;
    margin-left: -30px;
    margin-right: -30px;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


.xzofina-grid-post-item .xzofina-single-post {
    margin-bottom: 35px;
}

.xzofina-grid-post-item .td-post-thumbnail {
    margin-bottom: 25px;
}

.xzofina-grid-post-item .posted-time {
    margin-bottom: 20px;
}

.xzofina-grid-post-item .post-title {
    margin-bottom: 10px;
}

.post-read-more {
    margin-top: 15px;
}

.post-title a {
    color: #031d5b;
}

.xzofina-post-pagination nav {
    margin: 35px 0;
}

.xzofina-post-pagination ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.xzofina-post-pagination ul li {
    display: inline-block;
}

.xzofina-post-pagination ul li .page-numbers {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    border: 1px solid #ddd;
    height: 60px;
    width: 60px;
    display: inline-block;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #0f1326;
    margin-right: 10px;
}

.xzofina-post-pagination ul li .page-numbers.dots,
.xzofina-post-pagination ul li .page-numbers.dots:hover {
    font-size: 55px;
    border: 1px solid transparent;
    color: #4e4bc2;
    background: transparent;
}

.xzofina-post-pagination ul li .page-numbers:hover,
.xzofina-post-pagination ul li .page-numbers.current {
    border: 1px solid transparent;
    background: #4e4bc2;
    color: #fff;
}

/*--------------------------------------------------------------
## Single Post Css (Unit Test)

--------------------------------------------------------------*/
.post-meta {
    margin-bottom: 30px;
}

.post-meta ul li {
    display: inline-block;
    margin-right: 25px;
}

.post-meta ul li:last-child {
    margin-right: 0;
}

.post-meta .fa-calendar {
    margin-right: 6px;
    color: #031d5c;
}

.td-post-content .entry-date,
.td-single-recent-post-wrap .entry-date {
    color: #7a8099;
}

.post-title {
    margin-bottom: 25px;
}

.post-meta .cat-links,
.post-meta .cat-links a {
    color: #031d5c;
}

.post-meta .cat-links a {
    margin-right: 5px;
    text-transform: capitalize;
}

span.cat-links .fa-tags {
    margin-right: 10px;
}

.td-post-thumbnail.single-page-thumbnail {
    position: relative;
    margin-bottom: 40px;
}

.td-single-post-date {
    position: absolute;
    bottom: 0;
    display: inline-block;
    height: 90px;
    width: 90px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 0;
    bottom: 30px;
    left: 30px;
    padding: 16px 10px;
    line-height: 30px;
    letter-spacing: 1px;
}


footer.post-footer div {
    display: inline-block;
}

.post-footer .tags-links a {
    background: #eeeeee;
    text-transform: capitalize;
    color: #7a8099;
    padding: 9px 18px;
    border-radius: 50px;
    margin-left: 10px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 5px;
    display: inline-block;
}

.post-tags .tags-links,
.post-share {
    font-weight: 700;
    color: #031d5c;
}

.share-this-post .social-icons li a {
    border: 1px solid #dddddd;
    line-height: 45px;
}

.td-single-post-container .post-title {
    line-height: 48px;
}

.td-single-post-container article h1, .td-single-post-container article h2, .td-single-post-container article h3, .td-single-post-container article h4, .td-single-post-container article h5, .td-single-post-container article h6 {
    margin-bottom: 15px;
    margin-top: 20px;
}

.post-share {
    margin-top: 45px;
}

.post-footer .tags-links a:last-child {
    margin-right: 50px;
}

.post-tags {
    margin-top: 50px;
}

.td-related-post {
    margin-top: 70px;
}

.post-share ul li:first-child {
    margin-left: 15px;
}

footer.post-footer {
    overflow: hidden;
}

.td-related-post .td-post-content {
    padding: 30px 25px;
    background: #f5f9fa;
}

.td-related-post .post-title {
    margin-bottom: 10px;
    line-height: 29px;
}

.td-related-post .td-post-wrap {
    margin-bottom: 35px;
}

.td-related-post h3 {
    margin-bottom: 40px;
    border-bottom: 2px solid;
    padding-bottom: 20px;
}

code {
    background-color: #f9f2f4;
}

.td-single-post-container article a {
    color: #031d5c;
    font-weight: 600;
}

.td-single-post-container strong {
    color: #031d5c;
}


blockquote {
    border-left: 4px solid #031d5c;
    padding-left: 15px;
    margin-bottom: 30px;
}

dd {
    margin: 0 1.5em 1.5em;
}


pre {
    background: #f5f9fa;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
    border-radius: 5px;
}


#comments {
    margin-top: 60px;
}

.comments-title {
    font-size: 30px;
}

.comments-title {
    margin-bottom: 25px;
    font-size: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}

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

.comment-meta {
    position: relative;
    padding-left: 100px;
    margin-bottom: 40px;
}

.comment-meta img.avatar {
    position: absolute;
    left: 0;
    top: -10px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-top: 0;
}

.comment-metadata time {
    font-weight: 400;
    font-size: 14px;
}

.comment article {
    margin-top: 30px;
    padding: 15px 15px 20px 0;
    border-bottom: 1px solid #ddd;
    position: relative;
}

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

.comment .children li {
    padding-left: 30px;
}


.reply {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 5px;
}

.reply:before {
    position: absolute;
    content: '\f112';
    font-family: fontawesome;
    top: -1px;
    left: -20px;
    color: #031d5c;
}

#respond {
    margin-top: 60px;
}

.comment #respond {
    margin-top: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
}
.comment-form-cookies-consent input {
    margin-right: 10px;
}
.comment-form-wrap {
    margin-top: 30px;
}

.comment-form-wrap .form-group {
    margin-bottom: 0px;
}


li.pingback a {
    color: #031d5c
}

li.pingback {

    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 20px;
}

.no-comments {
    font-style: italic;
    font-weight: bold;
    padding-top: 20px;
    color: #031d5c
}

.gallery-icon img {
    margin: 5px 0;
}

.layout-right-sidebar .sidebar-widget-area {
    padding-left: 20px;
}

.layout-left-sidebar .sidebar-widget-area {
    padding-right: 20px;
}

.sidebar-widget-area a,
.sidebar-widget-area .widget.widget_archive,
.sidebar-widget-area .widget.widget_categories {
    color: #031d5c;
}

.sidebar-widget-area .tagcloud a {
    border-color: #031d5c;
}


.sidebar-widget-area .widget {
    margin-bottom: 60px;
}

aside.sidebar-widget-area .widget:last-child {
    margin-bottom: 0;
}

.epb-used .sidebar-widget-area {
    margin-top: 100px;
    margin-bottom: 100px;
}


.sidebar-widget-area .widget input[type="search"] {
    border-color: #dddddd;
}

aside.sidebar-widget-area .widget-title {
    border-bottom: 2px solid;
    padding-bottom: 10px;
}

aside.sidebar-widget-area .widget_themedraft_download_button_widget .widget-title {
    border-bottom: 0;
    padding-bottom: 0;
}

.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_nav_menu li,
.widget_pages li {
    position: relative;
    padding-left: 15px;
}

aside.sidebar-widget-area .widget_archive li:before,
aside.sidebar-widget-area .widget_categories li:before,
aside.sidebar-widget-area .widget_meta li:before,
aside.sidebar-widget-area .widget_recent_comments li:before,
aside.sidebar-widget-area .widget_recent_entries li:before,
aside.sidebar-widget-area .widget_nav_menu li:before,
aside.sidebar-widget-area .widget_pages li:before,
.footer-top-area .widget_archive li:before,
.footer-top-area .widget_categories li:before,
.footer-top-area .widget_meta li:before,
.footer-top-area .widget_recent_comments li:before,
.footer-top-area .widget_recent_entries li:before,
.footer-top-area .widget_nav_menu li:before,
.footer-top-area .widget_pages li:before{
    content: '\f105';
    font-family: fontawesome;
    left: 0;
    font-size: 20px;
    top: 4px;
    position: absolute;
    color: #031d5c;
}


.footer-top-area .widget ul li:before {
    color: #ffffff;
    -webkit-transition: .3s;
    transition: .3s,
}

.sidebar-widget-area .widget .search-form button[type="submit"] {
    color: #dddddd;
}

.td-single-post-container h4 {
    line-height: 36px;
}

.td-single-post-container .td-post-thumbnail img {
    margin: 0;
}

.td-single-post-container img {
    margin-top: 30px;
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Default Widgets Css
--------------------------------------------------------------*/
.widget {
    margin: 0 0 30px;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

table {
    width: 100%;
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-color: #dddddd;
    margin-bottom: 35px;
    margin-top: 15px;
}

.widget table {
    margin-top: 0;
    margin-bottom: 0;
}

table th,
table td {
    border-top: 1px solid;
    border-right: 1px solid;
    text-align: center;
    padding: 8px;
    border-color: #dddddd;

}

table td a {
    font-weight: 700;
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: -12px;
}

.widget ul ul {
    margin-top: 0;
}

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

.search-form,
input[type="search"],
.search-form label {
    width: 100%;
    position: relative;
    margin-bottom: 0;
}

.search-form button[type="submit"] {
    background: transparent;
    border: none;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    font-size: 20px;
    padding: 10px 15px;
    color: #dddddd;
}

input[type="search"].search-field {
    background: transparent;
    border-radius: 50px;
    border: 1px solid;
    padding: 15px 20px;
    border-color: #dddddd;
}

.widget li a {
    display: inline-block;
    padding: 5px 0;
}

.widget li {
    display: block;
}

.widget.widget_rss li {
    margin-bottom: 20px;
    display: inline-block;
}

.widget.widget_rss li:last-child,
.widget.widget_recent_comments li:last-child {
    margin-bottom: 0;
}

.widget.widget_rss li a {
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 0;
    font-family: 'Josefin Sans', sans-serif;
}

.rssSummary {
    display: block;
    margin: 10px 0;
}

.rss-date {
    font-size: 14px;
    opacity: .8;
}

.widget.widget_rss cite {
    font-size: 15px;
    opacity: .8;
}

.tagcloud a {
    font-size: 16px !important;
    border: 1px solid;
    padding: 5px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 3px;
}

.widget.widget_recent_comments li {
    margin-bottom: 10px;
}

.widget .textwidget img {
    max-width: 100%;
    margin: 10px 0;
}

form.search-form label {
    width: 100%;
}

.search-no-results .xzofina-all-post-wrapper {
    position: relative;
    height: auto !important;
}

.site-footer {
    background: #0e1326;
}

.site-footer,
.site-footer a,
.site-footer .widget-title,
.site-footer table caption,
.site-footer .widget .search-form,
.site-footer .widget input[type="search"],
.site-footer .widget .search-form label,
.site-footer .widget .search-form button[type="submit"] {
    color: #ffffff;
}

.site-footer a:hover {
    color: #4976e2;
}

.social-icons li a:hover {
    background: #4976e2;
    border: 1px solid transparent;
}

.site-footer table,
.site-footer table th,
.site-footer table td,
.site-footer .widget .search-field,
.tagcloud a {
    border-color: #ffffff;
}


.site-footer .widget input[type="search"]::-webkit-input-placeholder {
    color: #ffffff;
}

.site-footer .widget input[type="search"]::-moz-placeholder {
    opacity: 1;
    color: #ffffff;
}

.site-footer .widget input[type="search"]::-ms-input-placeholder {
    color: #ffffff;
}

.site-info p:last-child {
    margin-bottom: 0;
}

.site-info {
    padding: 30px 0;
    font-family: 'Josefin Sans', sans-serif;
}

.footer-top-area {
    padding-top: 80px;
    padding-bottom: 10px;
}

.social-icons.footer-social-icon li a {
    border: 1px solid transparent;
}

/*==================================================================================
    Xzofina Custom Widget Css
=====================================================================================*/
.widget .footer-widget-logo,
.widget .footer-widget-logo img {
    display: inline-block;
}

.widget .footer-widget-logo {
    margin-bottom: 30px;
}

.footer-widget-about-description {
    margin-top: -5px;
}

.widget ul.social-icons {
    margin-top: 30px;
}

.widget .tdraft-instafeed li {
    display: inline-block;
    float: left;
    max-width: 33.333333%;
    padding-left: 15px;
    margin-bottom: 10px;
}

.widget .tdraft-instafeed li a {
    display: inline-block;
}

ul.tdraft-instafeed {
    overflow: hidden;
    margin-left: -15px;
    margin-top: -4px;
}

.td-single-post-container .tdraft-instafeed img {
    margin-top: 0;
    margin-bottom: 0;
}

.tdraft-instafeed img {
    border-radius: 5px;
}

.social-icons li {
    display: inline-block;
}

.social-icons li a {
    display: inline-block;
    background: #ffffff;
    color: #0d1325;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    margin-right: 10px;
}

.widget .social-icons li:last-child a {
    margin-right: 0;
}

.social-icons li a:hover {
    color: #ffffff;
}

.sidebar-widget-area .widget.widget_xzofina_nav_menu ul {
    border: 1px solid #dddddd;
    margin-top: 0;
}

.sidebar-widget-area .widget.widget_xzofina_nav_menu ul li a {
    padding: 20px 30px;
    display: block;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    border-bottom: 1px solid #dddddd;
    font-size: 18px;
}

.sidebar-widget-area .widget.widget_xzofina_nav_menu ul li:last-child a {
    border-bottom: 0;
}

.sidebar-widget-area .widget.widget_xzofina_nav_menu ul li.current-menu-item a,
.sidebar-widget-area .widget.widget_xzofina_nav_menu ul li a:hover {
    background: #4e4bc2;
    color: #fff;
}

.sidebar-widget-area .widget.widget_themedraft_download_button_widget {
    background: #f5f5f5;
    padding: 30px 30px 35px 30px;
}

.sidebar-widget-area .widget.widget_themedraft_download_button_widget a {
    color: #ffffff;
}

.sidebar-widget-area .widget.widget_themedraft_download_button_widget .td_button {
    padding: 27px 70px 22px 35px;
}

.sidebar-widget-area .widget.widget_themedraft_download_button_widget .td_button:before {
    content: '\f0ed';
    font-family: fontawesome;
    right: 35px;
    ;
}

.sidebar-widget-area .widget.widget_themedraft_download_button_widget .widget-title {
    margin-bottom: 23px;
    font-size: 24px;
    line-height: 36px;
}

.td-recent-post-widget-thumb {
    height: 80px;
    width: 80px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
}

.widget ul.td-recent-post-widget {
    margin-top: 0;
}

.td-recent-post-widget li {
    position: relative;
    padding-left: 95px;
    margin-bottom: 20px;
}

.td-recent-post-widget li:last-child,
ul.td-recent-post-widget h6 {
    margin-bottom: 0;
}



ul.td-recent-post-widget .td-recent-widget-date {
    margin-top: -4px;
    font-size: 15px;
}

/*======================================
    # Home Banner Css
========================================*/
.td-home-banner-area {
    background: #3227b0;
    background: -moz-linear-gradient(-45deg, #3227b0 0%, #6a70d5 100%);
    background: -webkit-linear-gradient(-45deg, #3227b0 0%, #6a70d5 100%);
    background: linear-gradient(135deg, #3227b0 0%, #6a70d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3227b0', endColorstr='#6a70d5', GradientType=1);
    height: 890px;
    position: relative;
}

.banner-content {
    z-index: 1;
    position: relative;
}

.td-home-banner-title {
    font-size: 55px;
    color: #fff;
    line-height: 55px;
}

.td-home-banner-desc {
    color: #fff;
    font-size: 20px;
    line-height: 29px;
    margin-top: 50px;
}

.td-banner-btn-wrap {
    margin-top: 25px;
}

.td-banner-btn-wrap .td_btn {
    background: #ffffff;
}

.td-banner-btn-wrap .td_button {
    background: #ffffff;
    color: #4e4bc2;
    margin-right: 20px;
    margin-top: 10px;
}

.td-banner-btn-wrap .td_button:last-child {
    margin-right: 0;
}

.td-banner-btn-wrap .td_button:hover {
    background: #031d5b;
    color: #ffffff;
}

.td-home-banner-right-image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    max-width: 50%;
}

/*======================================
    # Home Slider Css
========================================*/

.td-home-slider-area .td-single-slide-item {
    height: 900px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



.td-slide-title {
    font-size: 55px;
    line-height: 60px;

}

.td-slider-content-text {
    font-size: 20px;
    line-height: 29px;
    margin: 40px 0;
}


.td-slider-content-wrapper {
    width: 55%;
    display: inline-block;
}


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


.td-slide-title, .td-slider-content-text {
    color: #ffffff;
}


a.td_button.td_slider_btn_2 {
    margin-left: 20px;
}

.td-home-slider-area .slick-arrow {
    position: absolute;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 50px;
    top: 50%;
    margin-top: -25px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    color: #ffffff;
    cursor: pointer;
}

.td-home-slider-area .slick-arrow.slick-next {
    left: auto;
    right: 0;
}

.td-home-slider-area .slick-arrow.slick-prev {
    left: 0;
    right: auto;
}

.td-home-slider-area {
    position: relative;
}


.td-home-slider-area:hover .slick-arrow.slick-next{
    left: auto;
    right: 100px;
    opacity: 1;
    visibility: visible;
}

.td-home-slider-area:hover .slick-arrow.slick-prev{
    left: 100px;
    right: auto;
    opacity: 1;
    visibility: visible;
}

.td-slider-content {
    margin-top: 80px;
}


.td-home-slider-area .slick-dots {
    position: absolute;
    width: 100%;
    bottom: 40px;
    margin-top: 0;
}

.td-home-slider-area .slick-dots button {
    border: 2px solid #ffffff;
    height: 15px;
    width: 15px;
    cursor: pointer;

}

.td-home-slider-area .slick-dots button,.td-home-slider-area .slick-dots .slick-active button {
    background: #ffffff;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-home-slider-area .td-single-slide-item{
        height: 700px;
    }
    .td-slider-content-wrapper {
        width: 80%;
    }

    .td-slide-title {
        font-size: 40px;
        line-height: 45px;
    }

    .td-slider-content-text {
        font-size: 18px;
        line-height: 29px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .td-home-slider-area .td-single-slide-item{
        height: 600px;
    }
    .td-slider-content-wrapper {
        width: 100%;
    }

    .td-slide-title {
        font-size: 30px;
        line-height: 35px;
    }

    .td-slider-content-text {
        font-size: 16px;
        line-height: 27px;
        margin-top: 25px;
    }

    a.td_button.td_slider_btn_2 {
        margin-left: 5px;
    }
}

/*======================================
    # Page Banner Css
========================================*/

.td-page-banner {
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #5151c5;
}


span[typeof="ListItem"] a.home span {
    display: none;
}

span[typeof="ListItem"] a.home:before {
    content: "Home";
}


span[typeof="ListItem"] {
    padding: 0 5px;
}

.td-page-banner-title,
.td-banner-content,
span[typeof="ListItem"] a {
    color: #ffffff;
}

.td-banner-content {
    margin-top: 100px;
}

.td-page-banner-title {
    font-size: 45px;
    margin-bottom: 0;
    line-height: 55px;
}

.breadcrum-container {
    margin-top: 10px;
    font-weight: 600;
    font-family: "Josefin Sans";
}

/*======================================
    # Brand Slider Css
========================================*/

.td-brand-item.slick-slide {
    height: 100px;
    text-align: center;
    padding: 0 15px;
}

.td-brand-item.slick-slide img {
    display: inline-block;
}

.td-slide-title-wrap {
    text-align: center;
    margin-bottom: 5px;
}

.td-brand-slide-title {
    width: 50%;
    display: inline-block;
}

/*======================================
    # Section Title Css
========================================*/

.td-section-title-wrap {
    text-align: center;
}

.td-section-title-content {
    display: inline-block;
    width: 45%;
    margin-bottom: 30px;
}

.td-section-subtitle {
    font-size: 16px;
    text-transform: uppercase;
    color: #4e4bc2;
    font-weight: 600;
    margin-bottom: 35px;
}

.td-section-title {
    line-height: 45px;
    font-size: 36px;
}

/*======================================
    # Process Box Css
========================================*/
.td-process-box {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}

.td-process-box:before {
    position: absolute;
    content: '';
    height: 118px;
    width: 304px;
    left: 155px;
    top: 90px;
    -webkit-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
    background-repeat: no-repeat;
}

.td-process-icon {
    background: #ffffff;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
}

.td-process-icon-top {
    margin-bottom: 30px;
}

.td-process-icon-bottom {
    margin-top: 50px;
}

.td-process-icon img {
    position: absolute;
    display: inline-block;
    top: -25px;
    left: -20px;
}

.td-process-icon i {
    height: 100px;
    width: 100px;
    display: inline-block;
    line-height: 115px;
    text-align: center;
    color: #031d5c;
}

.td-process-icon i:before {
    font-size: 65px;
}

.td-process-icon.td-process-icon-bottom.xzofina-large-hide {
    display: none;
}

/*======================================
    # Image Widget Css
========================================*/
.td-image-box {
    position: relative;
}

.td-image-box img,
.td-image-box a {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.td-image-box .td-image-dotted-bg {
    position: absolute;
    left: 100px;
    z-index: 1;
    top: -76px;
}

.td-image-box:before {
    position: absolute;
    height: 160px;
    width: 160px;
    background: #4fe3c2;
    bottom: -38px;
    left: 5px;
}

/*======================================
    # Service Box Widget Css
========================================*/

.td-service-box {
    text-align: center;
    background: #ffffff;
    box-shadow: 0px 5px 14px 0px rgba(130, 136, 147, 0.1);
    border: 3px solid;
    border-color: transparent;
    padding: 20px;
    margin-bottom: 30px;
    transition: .3s;
}

.td-service-box:hover,
.td-service-box.active {
    border-color: #4e4bc2;
}

.td-service-image-icon {
    display: inline-block;
    margin: 25px 0;
}

.td-service-box-title {
    margin-bottom: 20px;
}

.td-service-button {
    margin-top: 35px;
    margin-bottom: 18px;
}

.td_text_button {
    font-size: 16px;
    color: #4e4bc2;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    position: relative;
    padding-right: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.td_text_button:before {
    position: absolute;
    content: '\f101';
    font-family: flaticon;
    right: 0;
    font-size: 14px;
    top: -1px;
}

.td_text_button:hover {
    color: #191873;
}

.td-service-font-icon {
    height: 120px;
    width: 120px;
    background: #d6f9f1;
    text-align: center;
    line-height: 120px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 40px;
    margin-top: 25px;
}

.td-service-font-icon i:before {
    font-size: 35px;
}

.td-service-font-icon i {
    color: #4fe3c2;
}

/*======================================
    # Video Widget Css
========================================*/
.mfp-bg {
    background: #3227b0;
    background: -moz-linear-gradient(-45deg, #3227b0 0%, #6a70d5 100%);
    background: -webkit-linear-gradient(-45deg, #3227b0 0%, #6a70d5 100%);
    background: linear-gradient(135deg, #3227b0 0%, #6a70d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3227b0', endColorstr='#6a70d5', GradientType=1);
}

.td-video-wrapper {
    position: relative;
}

.td-video-content-box {
    background: #3227b0;
    background: -moz-linear-gradient(-45deg, #3227b0 0%, #6a70d5 100%);
    background: -webkit-linear-gradient(-45deg, #3227b0 0%, #6a70d5 100%);
    background: linear-gradient(135deg, #3227b0 0%, #6a70d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3227b0', endColorstr='#6a70d5', GradientType=1);
    position: absolute;
    width: 50%;
    padding: 50px;
    color: #fff;
    left: 0;
    top: -150px;
    z-index: 3;
}

.td-video-title {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 35px;
}

.td-video-button h6 {
    font-size: 16px;
    margin-bottom: 0;
}

.td-video-content-box h5,
.td-video-content-box h6 {
    color: #fff;
}

.td-video-button h6,
.video-button i {
    display: inline-block;
}

.td-video-button {
    margin-top: 60px;
}

.td-video-button i {
    color: #4b49c1;
    height: 70px;
    width: 70px;
    background: #fff;
    line-height: 70px;
    text-align: center;
    font-size: 25px;
    border-radius: 50%;
    margin-left: 30px;
    -webkit-transition: .3s;
    transition: .3s;
}

.td-video-play-button {
    display: inline-block;
}

.td-video-img img {
    display: inline-block;
}

.td-video-img {
    text-align: right;
    position: relative;
    z-index: 2;
}

.td-video-wrapper .td-image-dotted-bg {
    position: absolute;
    top: -150px;
    right: -75px;
    z-index: 1;
}

.td_video_button {
    background: #3227b0;
    background: -moz-linear-gradient(-45deg, #3227b0 0%, #6a70d5 100%);
    background: -webkit-linear-gradient(-45deg, #3227b0 0%, #6a70d5 100%);
    background: linear-gradient(135deg, #3227b0 0%, #6a70d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3227b0', endColorstr='#6a70d5', GradientType=1);
    display: inline-block;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    line-height: 120px;
    font-size: 25px;
    color: #ffffff;
    text-align: center;
}

.td_video_button:hover {
    color: #ffffff;
}

/*======================================
    # Pricing Table Css
========================================*/

.td-pricing-table-wrapper {
    border-top: 3px solid;
    border-color: transparent;
    padding: 65px 30px 55px 30px;
    background: #ffffff;
    text-align: center;
    margin-bottom: 30px;
    -webkit-transition: .3s;
    transition: .3s;
    box-shadow: 0px 5px 14px 0px rgba(130, 136, 147, 0.1);
}

.td-pricing-table-wrapper:hover,
.td-pricing-table-wrapper.active {
    border-color: #4e4bc2;
}

.td-pricing-title {
    line-height: 32px;
}

.td-price {
    font-size: 72px;
    line-height: 65px;
    color: #4e4bc2;
}

.td-pricing-price h6 {
    color: #7a8099;
    margin-top: -5px;
}

.td-pricing-price {
    margin-top: 50px;
    margin-bottom: 40px;
}

.td-pricing-list li {
    padding: 8px 0;
}

.td-pricing-btn {
    margin-top: 45px;
}

.td_button.td_pricing_btn {
    box-shadow: 0px 3px 14px 0px rgba(78, 75, 194, 0.5);
}

.td_button.td_pricing_btn:hover {
    box-shadow: 0px 3px 14px 0px rgba(26, 24, 115, 0.5);
}


.td-text-editor-content h4 {
    margin-bottom: 15px;
}

/*======================================
    # Testimonial Css
========================================*/

.td-testimonials .slick-current .td-testimonial-content {
    background: #4e4bc2 !important;
    -webkit-transition: .3s;
    transition: .3s;
    color: #ffffff;
}

.td-testimonials .td-testimonial-content {
    background: #ffffff;
    box-shadow: 0px 5px 14px 0px rgba(130, 136, 147, 0.09);
}

.td-testimonial-wrapper.container {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.td-testimonial-item.slick-slide {
    padding: 15px;
}

.td-testimonial-icon {
    position: relative;
    height: 30px;
    width: 30px;
    display: block;
    color: #031d5b;
}

.td-testimonials .slick-current .td-testimonial-icon,
.td-testimonials .slick-current .td-testimonial-author-info h6 {
    color: #ffffff;
}

.td-testimonial-icon span {
    position: absolute;
    line-height: 1;
    height: 30px;
    width: 30px;
    display: inline-block;
    top: 0;
    font-size: 120px;
}

.td-testimonial-icon span:first-child {
    left: 20px;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    top: 1px;
}

.td-testimonial-icon span:last-child {
    left: 0px;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}

.td-testimonial-content {
    padding: 35px 50px 50px;
    border-radius: 6px;
}

div .td-testimonial-author-info img {
    height: 50px;
    width: 50px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
}

.td-testimonial-author-info {
    position: relative;
    padding-left: 65px;
}

.td-testimonial-author-info h6 {
    font-size: 16px;
    margin-bottom: 0;
}

.td-testimonial-author-info p {
    margin-bottom: 0;
    margin-top: -3px;
}

.td-testimonial-text {
    margin-top: 60px;
    margin-bottom: 40px;
}

.td-testimonial-wrapper .slick-arrow {
    background: #fff;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    position: absolute;
    top: -105px;
    border-radius: 50%;
    right: 545px;
    color: #4e4bc2;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.td-testimonial-wrapper .slick-arrow:hover {
    color: #ffffff;
    background: #4e4bc2;
}

.td-testimonial-wrapper .slick-arrow.slick-prev {
    margin-right: 80px;
}


/*======================================
    # Recent Post Css
========================================*/

.td-recent-post-wrapper .td-post-thumbnail {
    margin-bottom: 20px;
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
}

.td-post-date {
    margin-bottom: 10px;
}

.td-post-title {
    font-size: 20px;
}

.td-post-title a {
    color: #031d5b;
}

.td-post-title a:hover {
    color: #191873;
}

.td-single-post {
    background: #ffffff;
    padding: 20px;
    box-shadow: 0px 5px 14px 0px rgba(130, 136, 147, 0.09);
    margin-bottom: 30px;
}

.td-recent-post-wrapper .td-post-thumbnail {
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width: 992px) {

    .td-recent-post-wrapper.td-post-show-3 .row .col-lg-6.td-single-recent-post-wrap:nth-child(2) {
        margin-top: 215px;
    }
}

.td-recent-post-wrapper {
    position: relative;
    z-index: 2;
}

.blog-shape-image {
    position: absolute;
    top: 61px;
    left: -30px;
    width: 100%;
    z-index: 1;
}

.blog-shape-image svg {
    width: 123%;
    height: auto;
}

/*======================================
    # Contact Form Css
========================================*/
.td-appointment-form input[type=text],
.td-appointment-form input[type=email],
.td-appointment-form textarea {
    background: #f4f4f4;
    border: 1px solid #f4f4f4 !important;
    border-radius: 0;
}

.td-appointment-form textarea {
    height: 130px;
}

.td-appointment-form {
    background: #ffffff;
    box-shadow: 0px 5px 14px 0px rgba(130, 136, 147, 0.09);
    padding: 48px 50px 25px 50px
}

.appointment-form-title {
    text-align: center;
    margin-bottom: 50px;
}

.appointment-submit {
    margin-bottom: 0;
}

.td-appointment-form input[type=submit] {
    width: 100%;
    font-weight: 700;
    margin-bottom: 0;
    border-radius: 0;
    font-size: 16px;
}

.td-appointment-form p {
    margin-bottom: 0;
}

.xzofina-contact-page-form input[type="submit"] {
    position: relative;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    padding: 24px 50px 18px 50px;
    border-radius: 50px;
}

.xzofina-contact-page-form .contact-form-title {
    margin-bottom: 45px;
}


/*======================================
    # Counter Up Css
========================================*/

.td-single-countup-box {
    text-align: center;
    margin-bottom: 30px;
}

.td-number-unit h6 {
    display: inline-block;
    font-size: 50px;
    line-height: 1;
}

.td-count-text {
    font-size: 18px;
    font-weight: 600;
    margin-top: -5px;
}

/*======================================
    # Team Member Css
========================================*/
.td-team-member-wrapper {
    text-align: center;
    margin-bottom: 30px;
}

.td-member-image {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.td-member-social {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.td-member-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.td-member-social ul li {
    display: inline-block;
    opacity: 0;
    visibility: hidden;
}

.td-member-social ul li a {
    color: #fff;
    display: inline-block;
    font-size: 25px;
    padding: 5px;
}

.td-member-social ul li:last-child a {
    margin-right: 0;
}

.td-member-image:before {
    position: absolute;
    background: #000000;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}


.td-member-image:hover:before {
    opacity: .66;
    visibility: visible;
}

.td-member-social ul li {
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}

.td-member-image:hover .td-member-social ul li {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.td-member-social ul li:nth-child(1) {
    -webkit-transition: .3s;
    transition: .3s;
}

.td-member-social ul li:nth-child(2) {
    -webkit-transition: .5s;
    transition: .5s;
}

.td-member-social ul li:nth-child(3) {
    -webkit-transition: .7s;
    transition: .7s;
}

.td-member-social ul li:nth-child(4) {
    -webkit-transition: .9s;
    transition: .9s;
}

.td-member-social ul li:nth-child(5) {
    -webkit-transition: 1.1s;
    transition: 1.1s;
}

.td-member-name {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 2px;
}

/*======================================
    # CTA Css
========================================*/

.td-cta-title-text {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 0;
    margin-top: 15px;
}

/*======================================
    # Icon Title Text Widget Css
========================================*/

.td-icon-title-and-text-wrapper i:before {
    font-size: 50px;
    display: inline-block;
}

.td-icon-title-and-text-wrapper i {
    display: block;
    line-height: 1;
    margin-bottom: 23px;
}

.td-icon-title-and-text-wrapper .title {
    margin-bottom: 15px;
}

.td-icon-title-and-text-icon img {
    height: 80px !important;
    display: inline-block;
    margin-bottom: 22px;
}

/*======================================
    # Contact Info Box Css
========================================*/

.td-contact-info-list li i:before {
    font-size: 25px;
}

.td-contact-info-list li {
    position: relative;
    padding-left: 38px;
    display: block;
    margin-bottom: 30px;
}

.td-contact-info-list li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #031d5c;
}

.td-contact-info-list li .td-info-list-title {
    display: inline-block;
    margin-bottom: 0;
    position: absolute;
    left: 38px;
    top: 0;
}


.td-info-content p {
    display: block;
    margin-bottom: 5px;
}

.td-info-content {
    margin-left: 150px;
}

.td-contact-info-box .title {
    margin-bottom: 45px;
}


.td-info-content a {
    color: #7a8099
}

.td-info-content a:hover {
    color: #031d5c;
}

.td-map-info-title {
    font-size: 16px;
}

.td-map-info-wrapper {
    text-align: center;
}

.td-map-info-desc {
    font-size: 16px;
}

/*======================================
    # 404 Css
========================================*/

.content-area.not-found-page {
    background: #080d23;
    text-align: center;
}

.epb-not-used .content-area.not-found-page {
    padding: 280px 0 200px;
}

.error-404.not-found .page-title {
    color: #ffffff;
    margin: 45px 0;
}


/*====================================
    Pre loader Css
=====================================*/

.preloader-wrapper,
#preloader-wrapper .loader-section.section-left,
#preloader-wrapper .loader-section.section-right {
    background: #3227b0;
}


.preloader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: table;
}

.preloader-container {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.preloader,
.preloader img {
    display: inline-block;
}

.bounce-active {
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}


#preloader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    overflow: hidden;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    -webkit-animation: spin 1.7s linear infinite;
    animation: spin 1.7s linear infinite;
    z-index: 11;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    -webkit-animation: spin-reverse 0.6s linear infinite;
    animation: spin-reverse 0.6s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

#preloader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    z-index: 10;
}

#preloader-wrapper .loader-section.section-left {
    left: 0;
}

#preloader-wrapper .loader-section.section-right {
    right: 0;
}

.loaded #preloader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #preloader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #preloader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}



#loader,
#loader:after,
#loader:before {
    border-top-color: #ffffff;
}

/*==================================================================================
    Responsive Css
=====================================================================================*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-navigation {
        display: none;
    }

    .slicknav_btn {
        margin-right: 20px;
    }


    .td_button {
        font-size: 15px;
        padding: 22px 55px 18px 35px;
        font-weight: 600;

    }

    .td_button::before {
        right: 35px;
        font-size: 15px;
        top: 21px;

    }

    .banner-content {
        margin-top: 50px;
    }

    .td-home-banner-right-image {
        max-width: 36%;
    }

    .td-home-banner-title {
        font-size: 40px;
        line-height: 45px;
    }

    .td-home-banner-desc {

        font-size: 18px;
        margin-top: 30px;

    }

    .td-home-banner-area {
        height: 650px;
    }

    .td-section-title-content {
        width: 80%;
    }

    .td-video-content-box {
        padding: 35px;
    }

    .td-video-button {
        margin-top: 35px;
    }

    .td-pricing-table-wrapper {
        padding: 65px 20px 55px 20px;
    }

    .td-price {

        font-size: 55px;
        line-height: 50px;

    }

    .td-testimonial-content {

        padding: 20px 35px 40px;
    }

    .td-appointment-form {
        padding: 48px 30px 25px 30px;
    }

    .appointment-form-title {
        font-size: 34px;
    }

    .blog-shape-image {
        top: 0;
        left: 0;
    }

    .blog-shape-image svg {
        width: 0;
    }

    .footer-top-area .widget {

        margin-bottom: 50px;

    }


    .layout-right-sidebar .sidebar-widget-area {
        padding-left: 0;
    }

    .layout-left-sidebar .sidebar-widget-area {
        padding-right: 0;
    }

    .sidebar-widget-area {
        margin-top: 80px;
    }

    .td-cta-title-text {
        text-align: center;
        margin-bottom: 25px;
    }

    .td-number-unit h6 {
        font-size: 40px;
    }

    .td-count-text {
        font-weight: 400;
    }

    .td-service-box {
        padding: 15px;
    }

    .sidebar-widget-area .widget .tdraft-instafeed li {
        width: 16.666666%;
    }


    .td-contact-info-list li .td-info-list-title {
        position: relative;
        left: auto;
    }

    .td-info-content {
        margin-left: 0;
    }


    .td-page-banner-title {
        font-size: 36px;
        line-height: 45px;
    }



    .td-page-banner {
        padding-top: 100px;
        padding-bottom: 90px;
        height: auto !important;
    }



    #mobile-menu-wrap {
        max-width: 720px;
        margin-left: -360px;
        display: block;
    }

    .td-header-src-btn {
        margin-right: 70px;
        margin-top: 5px;
    }

    .header-search-wrapper .search-form {
        max-width: 80%;
    }

    .site-branding,
    .td-header-src-btn {
        z-index: 3;
    }


}

@media only screen and (max-width: 767px) {

    h1 {
        font-size: 35px;
        line-height: 40px;
    }

    h2 {
        font-size: 30px;
        line-height: 36px;
    }



    .main-navigation,
    .td-home-banner-right-image {
        display: none;
    }

    .banner-content {
        margin-top: 80px;
    }

    .td-home-banner-title {
        font-size: 30px;
        line-height: 35px;
    }

    .td-home-banner-desc {
        font-size: 16px;
        line-height: 27px;
        margin-top: 25px;
    }

    .td_button {
        font-weight: 400;
        padding: 18px 20px 15px 20px;
        font-size: 14px;
    }

    .td_button::before {
        right: 28px;
        font-size: 15px;
        top: 20px;
        display: none;
    }

    .td_button.download_btn:before {
        display: block;
        top: 26px;
    }

    .td-banner-btn-wrap .td_button {
        margin-right: 10px;
    }

    .td-home-banner-area {
        height: 520px;
    }


    .td-section-title-content {
        width: 100%;
    }

    .td-section-subtitle {
        margin-bottom: 25px;
    }

    .td-section-title {
        line-height: 33px;
        font-size: 22px;
    }

    .td-process-icon img {
        top: 0;
        left: 50%;
        margin-left: -50%;
    }

    .td-video-content-box {
        position: relative;
        width: 100%;
        padding: 30px;
        top: 0;
        margin-bottom: 40px;
    }

    .td-video-title {
        font-size: 21px;
        margin-bottom: 15px;
        line-height: 31px;
    }

    .td-video-button {
        margin-top: 20px;
    }

    .td-video-wrapper .td-image-dotted-bg {
        display: none;
    }

    .td-video-button h6 {
        font-weight: 600;
    }

    .td-recent-post-wrapper.td-post-show-3 .row .td-single-post-wrap:nth-child(2) {
        margin-top: auto;
    }

    .td-recent-post-wrapper.td-post-show-3 .row .td-single-post-wrap:nth-child(3) {
        margin-top: auto;
    }

    .td-testimonial-content {

        padding: 10px 20px 30px;

    }

    .td-testimonial-text {

        margin-top: 45px;
        margin-bottom: 30px;

    }

    .td-pricing-table-wrapper {
        box-shadow: 0px 5px 14px 0px rgba(130, 136, 147, 0.09);
    }

    .td-price {
        font-size: 50px;
        line-height: 40px;
    }

    .td-pricing-price {
        margin-top: 35px;
        margin-bottom: 25px;
    }

    .td-testimonial-author-info h6 {
        font-weight: 400;
    }

    .td-testimonial-author-info p {
        font-size: 14px;
    }

    .td-post-title {
        font-size: 18px;
    }



    .td-appointment-form {
        padding: 48px 15px 25px 15px;
    }

    .appointment-form-title {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .footer-top-area .widget {

        margin-bottom: 50px;

    }


    .sticky::before {
        font-size: 55px;
    }

    .xzofina-single-post article {
        padding: 15px;
    }

    .xzofina-grid-post-item .post-title {
        font-size: 18px;
    }

    .xzofina-post-pagination ul li .page-numbers {
        height: 40px;
        width: 40px;
        line-height: 40px;
        margin-right: 3px;

    }

    .post-title {
        font-size: 28px;
    }

    footer.post-footer div {
        display: block;
    }

    .post-footer .tags-links a:last-child {
        margin-right: 0;
    }

    .post-footer .tags-links a {
        padding: 9px 15px;
    }

    .share-this-post .social-icons li a {
        margin-right: 0px;
    }

    .comments-title {
        font-size: 23px;
    }

    .comment-meta img.avatar {
        left: 0;
        top: -25px;
        width: 60px;
        height: 60px;
    }

    .comment-content a {
        word-wrap: break-word;
    }

    .bypostauthor {
        display: block;
    }

    .comment-meta {
        padding-left: 75px;
        margin-bottom: 30px;
    }

    .reply {
        top: -15px;
    }



    .td-related-post .post-title {
        font-size: 22px;
        line-height: 32px;
    }

    .td-single-post-container .post-title {
        line-height: 36px;
    }

    .td-cta-title-text {
        text-align: center;
        margin-bottom: 22px;
        font-size: 22px;
        line-height: 33px;
    }

    .td-number-unit h6 {
        font-size: 40px;
    }

    .td-count-text {
        font-weight: 400;
    }

    .td_video_button {
        height: 100px;
        width: 100px;
        line-height: 100px;
    }

    .layout-right-sidebar .sidebar-widget-area {
        padding-left: 0;
    }

    .layout-left-sidebar .sidebar-widget-area {
        padding-right: 0;
    }

    .sidebar-widget-area {
        margin-top: 80px;
    }

    .td-title-and-text-wrapper .title,
    .td-icon-title-and-text-wrapper .title {
        font-size: 22px;
    }

    .td-single-post-date {
        height: 75px;
        width: 75px;
        bottom: 20px;
        left: 20px;
        font-size: 20px;

    }

    .td-single-post-container h4.td-single-post-date {

        line-height: 26px;

    }

    .td-single-post-container .post-title {

        line-height: 30px;
        font-size: 22px;

    }

    .td-single-post-container h4 {

        line-height: 30px;

    }

    .td-recent-post-widget li {
        margin-bottom: 35px;
    }


    .td-contact-info-list li .td-info-list-title {
        position: relative;
        left: auto;
    }

    .td-info-content {
        margin-left: 0;
    }


    .td-page-banner-title {
        font-size: 22px;
        margin-bottom: 0;
        line-height: 36px;
    }

    .breadcrum-container {
        font-weight: 400;
    }



    .td-page-banner {
        padding-top: 100px;
        padding-bottom: 80px;
        height: auto !important;
    }

    .xzofina-contact-page-form input[type="submit"] {
        font-weight: 400;
        padding: 13px 20px 10px 20px;
        font-size: 14px;
    }

    .epb-not-used .content-area.not-found-page {
        padding: 180px 0 100px;
    }



    #mobile-menu-wrap {
        max-width: 100%;
        margin-left: -50%;
        display: block;
        padding: 10px 15px;
    }

    .td-header-src-btn {
        margin-right: 50px;
        margin-left: -20px;
        margin-top: 3px;
    }

    ul.slicknav_nav {
        margin-top: 62px;
    }

    .header-search-wrapper .search-form {
        max-width: 100%;
        padding: 0 15px;
    }

    .site-branding .site-title {
        font-size: 30px;
    }

    .header-search-wrapper .search-form button[type="submit"] {
        right: 30px;
    }

    .site-branding,
    .td-header-src-btn {
        z-index: 3;
    }

    .td-process-icon.td-process-icon-bottom.xzofina-small-hide {
        display: none;
    }

    .td-process-icon.td-process-icon-bottom.xzofina-large-hide {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 25px;
    }

}

@media only screen and (min-width: 480px) and (max-width: 575px) {
    .td-header-src-btn {
        margin-right: 70px;
        margin-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .td-header-src-btn {
        margin-right: -25px;
        margin-left: 0;
    }
}

/*=====================================================================
==========================ELEMENTOR CSS================================
======================================================================*/
@media (min-width: 992px) {

    .brand-slider-title-align-left .td-slide-title-wrap,
    .section-title-align-left .td-section-title-wrap {
        text-align: left;
    }

    .brand-slider-title-align-right .td-slide-title-wrap,
    .section-title-align-right .td-section-title-wrap {
        text-align: right;
    }

    .brand-slider-title-align-center .td-slide-title-wrap,
    .section-title-align-center .td-section-title-wrap {
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .brand-slider-title-align--tabletleft .td-slide-title-wrap,
    .section-title-align--tabletleft .td-section-title-wrap {
        text-align: left;
    }

    .brand-slider-title-align--tabletright .td-slide-title-wrap,
    .section-title-align--tabletright .td-section-title-wrap {
        text-align: right;
    }

    .brand-slider-title-align--tabletcenter .td-slide-title-wrap,
    .section-title-align--tabletcenter .td-section-title-wrap {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {

    .brand-slider-title-align--mobileleft .td-slide-title-wrap,
    .section-title-align--mobileleft .td-section-title-wrap {
        text-align: left;
    }

    .brand-slider-title-align--mobileright .td-slide-title-wrap,
    .section-title-align--mobileright .td-section-title-wrap {
        text-align: right;
    }

    .brand-slider-title-align--mobilecenter .td-slide-title-wrap,
    .section-title-align--mobilecenter .td-section-title-wrap {
        text-align: center;
    }
}