/*----------------------------------
--------- Table of contents --------
------------------------------------

-- Defaults
-- Preloader
-- Common
-- Shapes Box 
-- Buttons
-- Section titles
-- Owl
-- Base color
-- Navigation
-- Submenu
-- Page Title
-- Home banner
-- Feature Box
-- Video Section
-- Price Table
-- Testimonial
-- Counter
-- Blog
-- Tabs
-- Team Member
-- Contact From
-- Eror 404 and Not Found
-- Footer
-- Exxtrass

------------------------------------
----------------------------------*/

/*-----------------------------------
* -- Defaults
-----------------------------------*/
::selection {
    background-color: #0a1992;
    color: #fff;
}

::-moz-selection {
    background-color: #0a1992;
    color: #fff;
}

a,
a:hover,
.theme-color,
.mm-column li.mm-header > a,
.mm-column li:not(.mm-header) a:hover {
    color: #0a1992;
}

.theme-before:before,
.theme-after:after,
.btn-theme,
.theme-bg,
.theme-hover:hover,
.fixed-header .header-nav a.btn {
    background: #0a1992;
}

.theme-hover:hover,
.contact-form-down input:not([type="radio"]):hover,
.contact-form-down input:not([type="radio"]):focus,
.contact-form-down input:not([type="checkbox"]):hover,
.contact-form-down input:not([type="checkbox"]):focus,
.contact-form-down input:not([type="submit"]):hover,
.contact-form-down input:not([type="submit"]):focus,.contact-form-down select:hover,.contact-form-down select:focus,.contact-form-down  textarea:hover,.contact-form-down  textarea:focus {
    border-color: #0a1992;
}

@media(max-width:991px) {
    .header-nav a.btn {
        background: #0a1992;
    }

}

/*---------------------------------
* -- Preloader
-----------------------------------*/
#loading {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #151515;
    z-index: 999999;
}

.load-circle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: rotate 1s infinite;
    height: 50px;
    width: 50px;
}

.load-circle:before,
.load-circle:after {
    border-radius: 50%;
    content: '';
    display: block;
    height: 20px;
    width: 20px;
}

.load-circle:before {
    animation: ball1 1s infinite;
    background-color: #1edee4;
    box-shadow: 30px 0 0 #ff2560;
    margin-bottom: 10px;
}

.load-circle:after {
    animation: ball2 1s infinite;
    background-color: #255cff;
    box-shadow: 30px 0 0 #ffbc5c;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg) scale(0.8);
        -moz-transform: rotate(0deg) scale(0.8);
    }

    50% {
        -webkit-transform: rotate(360deg) scale(1.2);
        -moz-transform: rotate(360deg) scale(1.2);
    }

    100% {
        -webkit-transform: rotate(720deg) scale(0.8);
        -moz-transform: rotate(720deg) scale(0.8);
    }

}

@keyframes ball1 {
    0% {
        box-shadow: 30px 0 0 #f8b334;
    }

    50% {
        box-shadow: 0 0 0 #f8b334;
        margin-bottom: 0;
        -webkit-transform: translate(15px, 15px);
        -moz-transform: translate(15px, 15px);
    }

    100% {
        box-shadow: 30px 0 0 #f8b334;
        margin-bottom: 10px;
    }

}

@keyframes ball2 {
    0% {
        box-shadow: 30px 0 0 #97bf0d;
    }

    50% {
        box-shadow: 0 0 0 #97bf0d;
        margin-top: -20px;
        -webkit-transform: translate(15px, 15px);
        -moz-transform: translate(15px, 15px);
    }

    100% {
        box-shadow: 30px 0 0 #97bf0d;
        margin-top: 0;
    }

}

/*---------------------------------
* -- Common
-----------------------------------*/
html {
    overflow-x: hidden;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #55595c;
    background: #fcfcfc;
    font-smoothing: antialiased;
    font-weight: 400;
    overflow-x: hidden;
    letter-spacing: 0.5px;
}

.font-alt {
    font-family: 'Nunito', sans-serif;
}

a {
    text-decoration: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

.container-large {
    max-width: 1440px;
}

.section {
    padding: 90px 0;
}

@media (max-width:991px) {
    .section {
        padding: 60px 0;
    }

}

@media (max-width:767px) {
    .section {
        padding: 40px 0;
    }

}

.hover-shadow:hover {
    box-shadow: 0 8px 50px -6px rgba(84, 84, 120, .26);
}

.box-shadow {
    box-shadow: 0 8px 50px -6px rgba(84, 84, 120, .26);
}

.dark-color {
    color: #111;
}

@media(max-width:767px) {
    .large-text {
        font-size: 14px;
    }

}

/*-----------------------------------------
*  -- Shapes Box 
-----------------------------------------*/
.shapes-section {
    position: relative;
    overflow: hidden;
}

.shapes-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}

.shapes-box  .vc_row .vc_column_container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.shapes-box span {
    position: absolute;
}

.shapes-box span:nth-child(1) {
    left: 4.8%;
    top: 4.5%;
}

.shapes-box span:nth-child(2) {
    left: 9.6%;
    top: 27.2%;
}

.shapes-box span:nth-child(3) {
    left: 8.8%;
    bottom: 16%;
}

.shapes-box span:nth-child(4) {
    left: 25%;
    bottom: 21%;
}

.shapes-box span:nth-child(5) {
    left: 35%;
    top: 6.6%;
}

.shapes-box span:nth-child(6) {
    left: 43%;
    bottom: 30%;
}

.shapes-box span:nth-child(7) {
    left: 49%;
    top: 50%;
}

.shapes-box span:nth-child(8) {
    right: 11.8%;
    top: 33%;
}

.shapes-box span:nth-child(9) {
    right: 6%;
    top: 10%;
}

.shapes-box span:nth-child(10) {
    right: 4.5%;
    bottom: 33%;
}

/*---------------------------------
* -- Buttons
-----------------------------------*/
.btn-wrapper {
    display: block;
}

.btn-wrapper.inline {
    display: inline-block;
}

.btn {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 12px 28px;
    border-radius: 5px;
    border: none;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all .25s linear;
}

.btn:hover {
    background: #111;
    box-shadow: 0px 20px 24px 0px rgba(0, 11, 40, 0.14)
}

.btn-white {
    color: #323232;
    background: #fff;
    transition: all .13s ease-in;
}

.btn-white:hover {
    background: #111;
    color: #fff;
}

.btn-theme {
    color: #fff
}

.btn-theme:hover {
    color: #fff;
}

.btn-theme-2nd {
    color: #fff
}

.btn-theme-2nd:hover {
    color: #fff;
}

/*---------------------------------
* -- Section titles
-----------------------------------*/
.section-title-wrapper {
    margin-bottom: 45px;
}

.section-title .title {
    font-weight: 700;
    margin: 0;
    position: relative;
    padding: 0 0 15px;
}

.section-title-wrapper .sep {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0a1992;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}


.section-title.text-right  .sep,
.side-title.text-right  .sep {
    margin-right: 10px;
}

.section-title.text-left  .sep,
.site-title.text-left  .sep {
    margin-left: 10px;
}

.section-title-wrapper .sep:before,
.section-title-wrapper .sep:after {
    position: absolute;
    top: 1px;
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 50%;
    background: #0a1992;
    opacity: .5;
}


.section-title .sep:before {
    left: -9px;
}


.section-title .sep:after {
    right: -9px;
}


.section-title p,
.side-title p {
    font-size: 15px;
    margin: 0;
}

.section-title.white .title,
.side-title.white p,
.side-title.white .title,
.section-title.white p {
    color: #fff;
}

.section-title.white p {
    color: #fff;
    opacity: .9;
}


.side-title h2 {
    font-size: 33px;
    font-weight: 700;
}

.side-title .title {
    margin: 0 0 17px;
}

.section-title.large .title,
.side-title.large .title {
    font-size: 50px;
}

@media(max-width:991px) {
    .side-title h2,
    .section-title.large .title,
    .side-title.large .title  {
        font-size: 30px;
    }

}

@media(max-width:767px) {

    .section-title h2,
    .section-title.large .title,
    .side-title.large .title  {
        font-size: 27px;
    }


}




/*---------------------------------
* -- Owl
-----------------------------------*/
.owl-dots {
    text-align: center;
}

.owl-dots .owl-dot {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}

.owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    border: 2px solid #323232;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
}

.owl-dots .owl-dot.active span {
    background: #323232
}

/*---------------------------------
* -- Navigation
-----------------------------------*/
.admin-bar .header-nav {
    top: 46px;
}

@media screen and (min-width:783px) {
    .admin-bar .header-nav {
        top: 32px;
    }

}

.header-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding-top: 0;
    padding-bottom: 0;
}

.header-nav a {
    transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
}

.header-nav .dark-logo {
    display: none;
}

.header-nav .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 0 12px;
    position: relative;
    line-height: 70px;
}

.header-nav .navbar-nav .nav-link:before {
    content: "";
    width: 0;
    height: 1px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
    position: absolute;
    bottom: 22px;
    left: 12px;
}

.header-nav .navbar-nav li:hover .nav-link:before,
.header-nav .navbar-nav .nav-link.active:before {
    width: 50%
}

.header-nav .navbar-brand {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
}

.header-nav .navbar-brand img {
    width: auto;
    max-height: 32px;
}

.fixed-header .header-nav {
    background: #fff;
    box-shadow: 0 8px 50px -6px rgba(84, 84, 120, .26)
}

.fixed-header .header-nav .navbar-nav .nav-link {
    color: #323232;
}

.fixed-header .header-nav .navbar-brand {
    color: #323232;
}

.fixed-header .header-nav .navbar-nav .nav-link:before {
    background: #000;
}

.fixed-header .header-nav .light-logo {
    display: none;
}

.fixed-header .header-nav .dark-logo {
    display: block;
}

.fixed-header .header-nav a.btn {
    color: #fff;
}

.header-nav-dark .navbar-nav .nav-link {
    color: #323232
}

.header-nav-dark .navbar-nav .nav-link:before {
    background: #323232
}

.header-nav-dark .navbar-brand {
    color: #323232
}


.header-nav-style-1 {
    top: 0;
    width: 1180px;
    margin: 0 auto;
    background: #fff;
    border-radius: 0px 0px 10px 10px;
    max-width: 100%;
}

.header-nav-style-2 .navbar-nav .nav-link {
    font-size: 15px;
}


.header-nav-dark .light-logo {
    display: none;
}

.header-nav-dark .dark-logo {
    display: block;
    
}

/*Navbar Toogle*/
.navbar-toggler {
    border: none;
    padding: 10px 6px;
    outline: none !important;
}

.navbar-toggler span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
}

.navbar-toggler span + span {
    margin-top: 4px;
    width: 18px;
}

.navbar-toggler span + span + span {
    width: 10px;
}

.fixed-header .navbar-toggler span {
    background: #323232
}

.header-nav-dark .navbar-toggler span {
    background: #323232
}

/**/
@media(max-width:991px) {
    .header-nav {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header-nav .navbar-nav {
        padding: 20px 0;
        max-height: 70vh;
        overflow-y: auto;
    }

    .header-nav .navbar-nav li {
        width: 100%;
    }

    .header-nav .navbar-nav .nav-link {
        display: inline-block;
        padding: 10px 0;
        line-height: normal;
    }

    .header-nav .navbar-nav .nav-link:before {
        bottom: 10px;
        left: 0;
    }

    .header-nav .navbar-nav .nav-link-btn {
        margin-top: 12px;
    }

    /*Header Color*/
    .navbar-toggler span {
        background: #323232;
    }

    .header-nav {
        background: #fff;
    }

    .header-nav .navbar-nav .nav-link {
        color: #323232;
    }

    .header-nav .navbar-brand {
        color: #323232;
    }

    .header-nav .navbar-nav .nav-link:before {
        background: #000;
    }

    .header-nav .light-logo {
        display: none;
    }

    .header-nav .dark-logo {
        display: block;
    }

    .header-nav a.btn {
        color: #fff;
    }

    /**/
}

/*---------------------------------
*  -- Submenu
-----------------------------------*/
.m-dropdown-mega-menu {
    width: 100%;
    padding: 30px 35px;
    background: #fff;
    list-style-type: none;
    border-top: 1px solid #eee;
}

.mm-column ul:first-child {
    margin-top: 0;
}

.mm-column ul {
    margin: 15px 0 0 0;
    padding: 0;
}

.mm-column li {
    list-style-type: none;
    list-style-type: none;
    padding: 8px 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.mm-column li.mm-header {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
    white-space: inherit;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #eee;
}

.mm-column li.mm-header > a {
    font-size: 16px;
    padding: 0;
}

.mm-column li a {
    text-align: left;
    font-size: 14px;
    color: #051441;
    margin: 0;
    display: block;
    position: relative;
    left: 0;
    padding: 0 0 0 15px;
    line-height: normal;
}

.mm-column li:not(.mm-header) a:after {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0;
    border-radius: 50%;
}

.mm-column li:hover a {
    text-decoration: none;
}

.mm-column li a.active {
    color: #000;
}

/* Singale Menu */
.m-dropdown {
    position: relative;
}

.m-dropdown-multilevel .m-dropdown-menu {
    margin: 0;
    padding: 13px 0 15px;
    background: #fff;
    width: 100%;
}

@media (max-width:991px) {
    .m-dropdown-multilevel .m-dropdown-menu ul.open-menu {
        background: transparent;
        margin-bottom: 0 !important
    }

}

.m-dropdown-multilevel .m-dropdown-menu li {
    list-style-type: none;
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
}

.m-dropdown-multilevel .m-dropdown-menu li .nav-link {
    text-align: left;
    font-size: 14px;
    line-height: 25px;
    color: #051441;
    text-transform: capitalize;
    margin: 0;
    display: inline-block;
    position: relative;
    left: 0;
    padding: 9px 0 7px;
    font-weight: 500;
}

.m-dropdown-multilevel .m-dropdown-menu li .nav-link:before {
    display: none;
}

.m-dropdown-multilevel .m-dropdown-menu li a:hover {
    color: #000;
}

.m-dropdown-multilevel .m-dropdown-menu ul {
    margin: 0;
    padding: 13px 0 15px;
    background: #fff;
    width: 100%;
}

@media (min-width:992px) {
    .m-dropdown > a::after {
        display: inline-block;
        margin-bottom: -1px;
        width: 0px;
        height: 0px;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0px;
        border-left: 0.3em solid transparent;
    }

    .m-dropdown-multilevel .m-dropdown-menu > li > ul,
    .m-dropdown-multilevel .m-dropdown-menu > li > ul > li > ul,
    .m-dropdown-multilevel .m-dropdown-menu > li > ul > li > ul > li > ul,
    .m-dropdown .m-dropdown-menu {
        -webkit-transition: all 400ms ease 0s;
        transition: all 400ms ease 0s;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .m-dropdown-multilevel .m-dropdown-menu > li:hover > ul,
    .m-dropdown-multilevel .m-dropdown-menu > li > ul > li:hover > ul,
    .m-dropdown-multilevel .m-dropdown-menu > li > ul > li > ul > li:hover > ul,
    .m-dropdown:hover > .m-dropdown-menu {
        -webkit-transition-delay: 200ms !important;
        transition-delay: 200ms !important;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
        visibility: visible;
    }

    .m-dropdown .m-dropdown-toggle {
        display: none;
    }

    /*Mega menu */
    .m-mega-menu {
        position: static !important;
    }

    .m-dropdown-mega-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 50;
        box-shadow: 0 8px 20px -8px rgba(84, 84, 120, .26);
    }

    .m-dropdown-multilevel .m-dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 50;
        width: 200px;
        box-shadow: 0 8px 20px -8px rgba(84, 84, 120, .26);
    }

    .m-dropdown-multilevel .m-dropdown-menu li.hover-trigger > a i {
        position: absolute;
        right: 0;
        font-size: 12px;
        margin-top: 0;
        height: 20px;
        width: 20px;
        line-height: 20px;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .m-dropdown-multilevel .m-dropdown-menu > li > ul > li > ul > li > ul > li:hover > a,
    .m-dropdown-multilevel .m-dropdown-menu > li > ul > li > ul > li:hover > a,
    .m-dropdown-multilevel .m-dropdown-menu > li > ul > li:hover > a,
    .m-dropdown-multilevel .m-dropdown-menu > li:hover > a {
        left: 4px;
        color: #000;
        text-decoration: none;
    }

    .m-dropdown-multilevel .m-dropdown-menu li {
        border-left: 0px solid transparent;
        transition: border .25s ease;
    }

    .m-dropdown-multilevel .m-dropdown-menu li:hover { 
        border-width: 2px;
        border-color: #0a1992;
    }


    .m-dropdown-multilevel .m-dropdown-menu > li a.active {
        color: #000;
    }

    .m-dropdown-multilevel .m-dropdown-menu ul {
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 50;
        width: 220px;
    }

    .m-dropdown-multilevel .m-dropdown-menu > li > ul {
        position: absolute;
        top: 0;
        left: 100%;
    }

}

/*@media*/
@media (max-width:991px) {
    .m-dropdown .m-dropdown-toggle {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        color: #323232;
        height: 36px;
        width: 36px;
        text-align: center;
        line-height: 36px;
    }

    .m-dropdown a .fa-angle-down {
        display: none;
    }

    .m-dropdown .m-dropdown-menu {
        padding: 8px 15px;
        display: none;
        background: #f5f5f5;
    }

    .m-dropdown .m-dropdown-mega-menu {
        padding: 15px 0;
    }

    .m-dropdown .m-dropdown-menu.open-menu {
        display: block;
    }

    .m-dropdown-multilevel .m-dropdown-menu li {
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }

    .m-dropdown-multilevel .m-dropdown-menu li.hover-trigger {
        margin-bottom: 10px;
    }

    .m-dropdown-multilevel .m-dropdown-menu li.hover-trigger > ul > li {
        border-top: 1px solid rgba(255, 255, 255, 0.07);
    }

    .m-dropdown-multilevel .m-dropdown-menu li.hover-trigger:last-child {
        margin-bottom: 0;
    }

    .m-dropdown-multilevel .m-dropdown-menu li a .arrow {
        display: none;
    }

    .m-dropdown-multilevel .m-dropdown-menu li li {
        padding-left: 0;
        padding-right: 0;
    }

    .m-dropdown-multilevel .m-dropdown-menu ul {
        padding: 0;
        float: none;
        background: #222;
    }

    .m-dropdown-multilevel .m-dropdown-menu ul.open-menu {
        display: block;
        border-bottom: 2px solid rgba(255, 255, 255, 0.1);
        padding: 0 0 0px 10px;
        margin-bottom: 15px;
    }

    .m-dropdown-multilevel .m-dropdown-menu .open-menu-parent > a {
        color: #fff;
    }

    .mm-column {
        margin-bottom: 15px;
    }

    .mm-column:last-child {
        margin-bottom: 0;
    }

    .mm-column li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    }

}

/*@media*/

/*---------------------------------
* -- Page Title
-----------------------------------*/
.page-title-section {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    padding: 160px 0 80px;
    position: relative;
}

.page-title-section.parallax {
    background-attachment: fixed;
}

.page-title-section .overlay {
    background: #000;
    opacity: .32;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}

.page-title-section .container {
    position: relative;
    z-index: 2;
}

.page-title h2,
.page-title h1 {
    color: #fff;
    margin: 0 0 3px;
    font-size: 42px;
    line-height: 55px;
    text-align: center;
    font-weight: 700;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}


@media screen and (max-width: 991px) {
    .page-title h2,
    .page-title h1  {
        font-size: 30px;
        line-height: 35px
    }
}


@media screen and (max-width: 768px) {
    .page-title h2,
    .page-title h1  {
        font-size: 26px;
        line-height: 32px;
    }
}

.page-title-section .breadcrumbs {
    padding: 0;
    margin: 0;
    background: none;
    text-align: center;
}

.page-title-section .breadcrumbs  > span,
.page-title-section .breadcrumbs  > div {
    display: inline;
    color: rgba(255, 255, 255, 0.58);
    font-size: 14px;
    margin: 0 15px;
    position: relative;
}

.page-title-section .breadcrumbs > span:not(:first-child):after,
.page-title-section .breadcrumbs > div:not(:first-child):after {
    width: 5px;
    height: 5px;
    background: #fff;
    left: -19px;
    content: "";
    float: left;
    position: absolute;
    top: 9px;
    border-radius: 50%;
}

.page-title-section .breadcrumbs ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    list-style: none;
}

.page-title-section .breadcrumbs ul li {
    display: inline-block;
    margin-right: 10px;
}

.page-title-section .breadcrumbs a {
    color: #fff;
    text-decoration: none;
}



/*-----------------------------------------
* --  Home banner
-----------------------------------------*/
.home-banner {
    overflow: hidden;
}

.home-banner .bottom-image {
    position: relative;
    z-index: 10;
}

.home-banner  .bg-effect {
    position: relative;
}

.home-banner .bg-effect-bottom {
    position: absolute;
    overflow: hidden;
    z-index: 2;
    bottom: -2px;
    left: -1px;
    right: -1px;
}

.home-banner   .bg-effect-bottom img {
    width: 100%;
    min-width: 1440px;
}

.home-banner {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.home-banner .container {
    position: relative;
    z-index: 11;
}

.home-banner .overlay {
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .1;
    background: #000;
}

.home-banner .particles-effect {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
    z-index: 4;
}

@media screen and (max-width:991px) {
    .home-banner .content .container > .vc_row {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    .home-banner {
        margin-top: 61px;
    }

}

/*-----------------------------------------
*  -- Feature Box
-----------------------------------------*/
.feature-box {
    border: 1px solid #eee;
    padding: 10%;
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
    border-radius: 5px;
}

.feature-box:not(:hover) {
    background: #fff;
}

.feature-box .icon i {
    font-size: 35px;
}

.feature-box .icon {
    margin: 0 0 20px;
}

.feature-box .feature-content h4 {
    font-size: 19px;
    font-weight: 700;
    margin: 0 0 15px;
}

.feature-box .feature-content p {
    margin: 0;
}

.feature-box:hover {
    margin-top: -10px;
}

.feature-box:hover .feature-content h4,
.feature-box:hover .icon i {
    color: #fff
}

.feature-box:hover .feature-content p {
    color: rgba(255, 255, 255, .8);
}

.feature-slider:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #ccc;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.feature-slider.no-dotted-line:after {
    display: none;
}

.feature-wrapper,
.contact-info-wrapper  {
    margin-top: 30px;
}

.feature-slider .feature-wrapper {
    margin: 30px 15px 25px;
}


.feature-box.fancy {
    text-align: center;
    border-radius: 10px;
}

.feature-box.fancy .icon {
    position: relative;   
    margin-left: auto;
    margin-right: auto;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border: 1px solid #eee; 
    border-radius: 50%;
}

.feature-box.fancy .icon i {
    line-height: inherit;
}

.feature-box.fancy .icon:after{
    position: absolute;
    content: '';
    left: -10px;
    top: -10px;
    background: #0a1992;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    opacity: .15;
}

.feature-box.fancy:hover .icon {
    border-color: rgba(255,255,255, 0.6);
}
.feature-box.fancy:hover .icon:after {
     background: #fff

}

.feature-box-01 {
    border-radius: 5px;
    border: 1px dashed #ccc;
    padding: 10%;
    background: #fff;
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
}

.feature-box-01 .icon i {
    font-size: 35px;
}

.feature-box-01 .icon {
    margin: 0 0 20px;
}

.feature-box-01 .feature-content h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px;
}

.feature-box-01 .feature-content p {
    margin: 0;
}

/*-----------------------------------------
*  -- Video Section
-----------------------------------------*/
.video-section .overlay {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: #000;
    opacity: 0.5;
    z-index: 1;
}

.video-section {
    padding-top: 0;
    padding-bottom: 0;
}

.video-section .container {
    position: relative;
    z-index: 10;
}

.video-box {
    text-align: center;
    position: relative;
    z-index: 1;
}

.video-box h6 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.video-box h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 500;
    margin: 15px 0 20px;
}

.video-box .icon {
    text-align: center;
    width: 65px;
    height: 65px;
    border: 2px solid #fff;
    display: inline-block;
    font-size: 26px;
    line-height: 65px;
    color: #fff;
    border-radius: 50%;
    transition: all .2s ease;
}

.video-box .icon i{
    margin-left: 4px;
}

.video-box .icon:hover {
    background: #fff;
    color: #0a1992;

}

@media(max-width:991px) {
    .video-box h2 {
        font-size: 45px;
    }

}

@media(max-width:767px) {
    .video-box h2 {
        font-size: 35px;
    }

}

/*-----------------------------------------
*  -- Price Table
-----------------------------------------*/
.price-table-wrapper {
    margin-top: 30px;
}



.price-table {
    border: 1px solid #eee;
    border-radius: 5px;
    text-align: center;
    background: #fff;
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
}

.price-table:hover {
    margin-top: -10px;
}

.price-table.active .pt-head p,
.price-table.active .pt-head h6 {
    color: rgba(255, 255, 255, .8);
}

.price-table .pt-head h6 {
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 2px;
}

.price-table.active .pt-head h4 {
    color: #fff;
}

.price-table .pt-head {
    padding: 25px 20px;
    border-bottom: 1px solid #eee;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.price-table .pt-head h4 {
    font-size: 70px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 0;
}

.price-table .pt-head h4 span {
    font-size: 16px;
    vertical-align: text-top;
}

.price-table .pt-head p {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.price-table .pt-body {
    padding: 20px;
}

.price-table ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.price-table p {
    padding: 8px 0;
    margin: 0;
}

.price-table p b {
    font-weight: 600;
}

.price-table del {
    opacity: 0.8;
    text-decoration: line-through;
}

.price-table .pt-action {
    padding: 20px;
    border-top: 1px solid #eee
}

/*-----------------------------------------
*  -- Testimonial
-----------------------------------------*/
.testimonial {
    background: #fff;
    border: 1px solid #eee;
    margin: 1px 1px 20px;
    padding: 20px;
    border-radius: 5px;
}

.testimonial .testimonial-content {
    padding-top: 20px;
}

.testimonial .testimonial-content p {
    margin: 0;
}

.testimonial .testimonial-info {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.testimonial .avtar {
    width: 50px;
    float: left;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid #0a1992;
}

.testimonial .name {
    width: calc(100% - 50px);
    float: left;
    padding: 5px 0 0 15px;
}

.testimonial .name span {
    display: block;
    font-weight: 700;
    color: #111;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 3px;
}



.testimonial .name label {
    font-size: 12px;
    font-weight: 300;
    margin: 0;
    color: #999;
}


/*-----------------------------------------
*  -- Counter
-----------------------------------------*/
.counter-col {
    text-align: center;
    padding: 15px 0;
}

.counter-col .count {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    margin: 0 0 15px;
}

.counter-col h6 {
    font-weight: normal;
    color: #111
}

/*-----------------------------------------
*  -- Blog
-----------------------------------------*/
.blog-posts-home .blog-item:not(.single-blog-item) {
    margin-top: 30px;
    margin-bottom: 0;
}

.blog-posts-home .blog-item:not(.single-blog-item) .entry-meta {
    line-height: 14px;
}
.blog-item.sticky {
    background: #FAFAFA;
    border: 3px solid #f3f3f3;
    padding: 15px;
    border-radius: 6px;
}

.blog-item .blog-img {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    top: 0;    /*padding: 15px 0 0;*/
    margin-bottom: 15px;
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
}

.blog-item:not(.single-blog-item) {
    margin-bottom: 40px;
}


.blog-item.blog-item:not(.single-blog-item) .btn {
    padding: 9px 23px;
    font-size: 13px;
}

.blog-item.blog-item:not(.single-blog-item) .btn:hover {
    box-shadow: 0px 11px 24px 0px rgba(0, 11, 40, 0.14);
}

.blog-item:not(.single-blog-item) p {
    margin-bottom: 0;
}

.blog-item .blog-img img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}

@media screen and (max-width:768px) {
    .blog-item .blog-img img {
        display: block;
        height: auto;
        width: 100%;
        margin: 0 auto;
    }

}

.blog-item .entry-meta  {
    line-height: 20px;
}

.blog-item .post-meta {
    display: inline;
    margin-right: 10px;
    color:#999;
    font-size: 12px;
    line-height: inherit;
    text-transform: uppercase;
    font-weight: 300;
}

.blog-item .post-meta i {
    margin-right: 5px;
}

.blog-item .post-meta a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;;
}

.blog-item .post-meta a:hover {
    color: #0a1992;
}

.blog-item .post-meta ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    list-style-type: none;
    list-style: none;
}

.blog-item .post-meta li {
    display: inline-block;
    margin-right: 3px;
}

.blog-item:not(.single-blog-item) h4,
.blog-item .entry-title {
    margin: 10px 0 12px;
    font-size: 20px;
    line-height: 24px;
        overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
    hyphens: auto;
    font-weight: 700;
}


.blog-item:not(.single-blog-item):hover .blog-img {
    box-shadow: 0 8px 50px -6px rgba(84, 84, 120, .26);
    top: -10px;
}

.blog-item .btn-bar {
    margin-top: 18px;
}

/*. Blog Single */
.blog-item.single-blog-item .entry-header {
    margin-bottom: 30px;
}

.blog-wrapper {
    padding: 0 15px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    word-wrap: break-word;
    max-width: 540px;
}

.blog-wrapper .entry-content,
.comment .comment-content {
    color: #333;
}

.entry-content p,
.comment .comment-content {
    font-size: 1.05em;
    line-height: 28px;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignfull img,
.alignwide  img {
    width: 100%;
}

@media (min-width:768px) {
    .blog-wrapper,
    .blog-wrapper .navigation .nav-links {
        padding: 0;
        max-width: 582px;
        margin: 0 auto;
    }

    .alignfull {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        width: auto;
        max-width: 1000%;
    }

    .alignwide {
        margin-left: calc(25% - 21vw);
        margin-right: calc(25% - 21vw);
        width: auto;
        max-width: 1100px;
    }

}

.blog-wrapper .entry-content {
    margin-bottom: 15px;
}

.wp-audio-shortcode {
    margin-bottom: 25px;
}

.blog-wrapper .tags-links {
    line-height: 40px;
    font-weight: 500;
}

.blog-wrapper .tags-links a {
    transition: all .3s ease;
    position: relative;
    padding: 6px 12px;
    line-height: 20px;
    font-weight: 400;
    border: 1px dashed #0a1992;
    margin-right: 8px;
    margin-bottom: 3px;
    display: inline-block;
    vertical-align: top;
    color: #0a1992;
    font-size: 11px !important;
    margin-top: 3px;
    border-radius: 5px;
}

.blog-wrapper .tags-links a:hover {
    border: 1px dashed #0a1992;
    background: #0a1992;
    color: #fff;
}

/* POsts pagination */
.blog-navigation {
    margin-top: 90px;
    padding: 35px;
    background: #fff;
    border-style: solid;
    border-color: rgba(84, 84, 120, .06);
    border-width: 1px 1px 1px 1px;
    box-shadow: 0 6px 30px -6px rgba(84, 84, 120, .26);
    border-radius: 5px;
}

.nav-links > div > a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.nav-links .nav-previous a {
    justify-content: flex-start;
}

.nav-links  .nav-next a {
    justify-content: flex-end;
}
.blog-navigation .navigation a .text-wrapper{
    position: relative;
    top: 13px;
}


.blog-navigation .navigation a .title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
    color: #111;
    font-family: 'Nunito', sans-serif;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
    hyphens: auto;
}

.blog-navigation .navigation a .step {
        display: block;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 14px;
    color: #999;
    font-weight: 300;
}

.blog-navigation .navigation a:hover .title {
    color: #0a1992;
}

.blog-navigation .navigation  .post-nav-img {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    position: relative;
    margin-right: 15px;
    border-radius: 5px;
    overflow: hidden;
    background: #dcdcdc;
}

.blog-navigation .navigation .nav-next .post-nav-img {
    margin-right: 0;
    margin-left: 15px;
}

.blog-navigation .navigation .post-nav-img.empty i {
    opacity: .5;
}

.blog-navigation .navigation i {
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    background: #0a1992;
    text-align: center;
    line-height: 100px;
    font-size: 29px;
    font-weight: 600;
    opacity: 0;
    transition: all .3s ease;
}

.blog-navigation .navigation  a:hover .post-nav-img {
    box-shadow: 0 8px 50px -6px rgba(84, 84, 120, .26);
}

.blog-navigation .navigation  a:hover .post-nav-img i {
    opacity: 1;
}

@media screen and (max-width:768px) {
    .blog-navigation .nav-previous,
    .blog-navigation .nav-next {
        width: 100% !important;
        float: none;
    }

    .blog-navigation .nav-next {
        margin-top: 30px;
    }

}

@media screen and (max-width:425px) {
    .blog-navigation .navigation a .title {
        font-size: 18px;
        line-height: 28px;
    }

}

/*Blog Listing*/
.bottom-pagination {
    margin-top: 20px;
}

.blog-tag-nav {
    margin-bottom: 40px;
    border-style: solid;
    border-color: #e5e8ed;
    border-width: 1px 1px 3px 1px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    background: #fff;
    padding: 20px;
}

/* Post Password */
.post-password-form label {
    width: 70%;
    display: block;
    float: left;
}

.post-password-form input[type="password"] {
    display: block;
    width: 100%;
    height: 45px;
    padding-right: 45px;
    padding: 10px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e5e8ed;
    font-size: 14px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.post-password-form input[type="password"]:hover,
.post-password-form input[type="password"]:focus {
    border-color: #0a1992;
    outline: 0;
}

.post-password-form input[type="submit"] {
    position: relative;
    top: 28px;
    display: block;
    color: #fff;
    width: 30%;
    float: left;
    background: #0a1992;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 0;
    font-size: 14px;
}

/********************* Blcoks and Post Content **********************/

/* Headings */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
    margin-bottom: 15px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}

.blog-wrapper .entry-content h1,
.comment-content h1 {
    font-size: 2.3rem;
}


.blog-wrapper .entry-content p:empty,
.comment-content p:empty {
    display: none;
}

/* Font sizez */
.entry-content .has-small-font-size {
    font-size: 13px;
    line-height: 23px;
}

.entry-content .has-medium-font-size {
    font-size: 20px;
    line-height: 30px;
}

.entry-content .has-large-font-size {
    font-size: 36px;
    line-height: 45px;
}

.entry-content .has-huge-font-size {
    font-size: 48px;
    line-height: 57px;
}

p.has-drop-cap:not(:focus)::first-letter {
    float: left;
    font-size: 5.5em;
    line-height: .68;
    font-weight: 400;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal;
}

/* Block Separator */
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px;
}

.wp-block-separator {
    border: none;
    border-bottom: 2px solid #8f98a1;
    margin: 25px auto;
}

.wp-block-preformatted,
pre {
    display: block;
    background: rgba(0, 0, 0, 0.023);
    padding: 24px;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

/* Lists */
.entry-content  ol,
.entry-content ul,
.comment-content  ol,
.comment-content ul {
    margin-bottom: 25px;
}

.entry-content  ol ul,
.entry-content ul ol,
.entry-content  ol ol,
.entry-content ul ul,
.comment-content  ol ul,
.comment-content ul ol,
.comment-content  ol ol,
.comment-content ul ul {
    margin-bottom: 0;
}

.entry-content li,
.comment-content  li {
    margin-top: 5px;
}

/* Tags */
address {
    padding-left: 20px;
    font-style: italic;
    font-weight: 500;
}

dl {
    padding-left: 20px;
    font-style: italic;
}

/* Block Posts */
.wp-block-latest-posts,
.wp-block-categories,
.wp-block-archives {
    padding: 0;
    margin: 0;
    list-style-type: none;
    list-style: none;
}

.wp-block-categories ul,
.wp-block-archives  ul {
    padding: 0;
    list-style-type: none;
    list-style: none;
    margin: 0;
}

.wp-block-categories ul li {
    padding-left: 10px;
}

.wp-block-latest-posts li,
.wp-block-latest-posts.is-grid li,
.wp-block-categories li,
.wp-block-archives  li {
    margin-bottom: 0;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px dashed #e5e8ed;
}

.wp-block-latest-posts li a,
.wp-block-categories li a,
.wp-block-archives  li a {
    font-size: 14px;
    font-weight: 500;
}

/* Block Verse */
.wp-block-verse {
    font-style: italic;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    padding-left: 20px;
    margin-bottom: 25px;
}

/* Block table and table */
.wp-block-table,
.entry-content table,
.comment-content table {
    width: 100%;
    border: 1px solid #e5e8ed;
    margin-bottom: 25px;
    /*display: block;*/
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
}


.comment-content table { 
    display: block;
}

.wp-block-table tr,
.entry-content table tr,
.comment-content table tr {
    border: 1px solid #e5e8ed;
}

.wp-block-table td,
.entry-content table td,
.entry-content table th,
.comment-content table td,
.comment-content table th {
    padding: 10px;
    border: 1px solid #e5e8ed;
}

/* block blockquote and quote */
.wp-block-quote,
blockquote {
    background: #f9f9f9;
    padding: 20px;
    border-left: 3px solid #0a1992;
    margin-bottom: 25px;
    font-style: italic;
}


.wp-block-quote p {
    font-size: 14px;
}

blockquote p:last-child,
.wp-block-quote p:last-child {
    margin-bottom: 0;
}


.wp-block-quote cite,
blockquote  cite {
    font-size: 13px;
    line-height: 13px;
    font-style: normal;
}

.wp-block-quote.is-large,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    font-style: italic;
    padding: 30px;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 25px;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 18px;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite,
.wp-block-pullquote cite {
    font-size: 14px;
    font-style: normal;
}

/* Pull Quote */
.wp-block-pullquote {
    border-top: 3px solid #0a1992;
    border-bottom: 3px solid #0a1992;
    padding: 60px 30px;
    margin-bottom: 25px !important;
}

.wp-block-pullquote blockquote {
    background: none;
    border: none;
    padding: 0;
    margin: 0 auto;
}

.wp-block-pullquote p {
    font-size: 23px !important;
    line-height: 37px !important;
}

.wp-block-media-text {
    margin-bottom: 25px;
}

.wp-block-embed {
    margin-bottom: 25px;
}

/********************* End Blcoks and Post Content ******************/

/* Pagination */
.pagination {
    margin: 0px;
}

.split-pagination {
    margin-bottom: 15px;
}

.pagination  a,
.split-pagination a {
    font-size: 15px;
    font-weight: 500;
    margin: 0 5px;
    color: #626262;
    border-radius: 3px;
}

.pagination  > a,
.split-pagination > a,
.pagination > span:not(.dots),.split-pagination  > .current-page {
    display: inline-block;
    background: #f6f7f8;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    border-style: solid;
    border-color: rgba(84, 84, 120, .06);
    border-width: 1px 1px 1px 1px;
    box-shadow: 0 4px 7px -5px rgba(84, 84, 120, .26);
    font-size: 13px;
}

.pagination > a:focus,
.pagination > a:hover,
.pagination > span:focus,
.pagination > span:hover,
.pagination > span.current,
.split-pagination  > .current-page {
    background: #fff;
    color: #323232;
}

/* Comments */
.comments-area {
    margin-top: 50px;
    padding: 35px;
    background: #fff;
    border-style: solid;
    border-color: rgba(84, 84, 120, .06);
    border-width: 1px 1px 1px 1px;
    box-shadow: 0 6px 30px -6px rgba(84, 84, 120, .26);
    border-radius: 5px;    /*overflow: hidden;*/
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comments-area .comments-title,
.comment-reply-title {
        font-size: 17px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    border-bottom: 1px solid #e5e8ed;
    padding: 0 0 20px;
    color: #111;
    font-family: 'Nunito', sans-serif;
}

.comments-area .comments-title:after,
.comment-reply-title:after {
    content: "";
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.comment-reply-title {
    margin-bottom: 15px;
}

.comment-list {
    margin-bottom: 50px;
}

.comment-list,
.comment-list .children {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment-list .depth-2 {
    margin-left: 85px;
}

.comment-list .depth-3 {
    margin-left: 30px;
}

.comment-list .depth-4 {
    margin-left: 40px;
}

.comment-list .depth-5 {
    margin-left: 50px;
}

.comment-list .depth-5,
.comment-list .depth-6,
.comment-list .depth-7,
.comment-list .depth-9 {
    margin-left: 55px;
}

.comment-list .comment-respond {
    margin-top: 20px;
}

.comment-list .comment-respond {
    padding-left: 120px
}

@media screen and (max-width: 1020px ) {
    .comment-list .depth-1 .comment-respond {
        padding-left: 90px;
    }
}

@media screen and (max-width: 768px ) {
    .comment-list .depth-1 .comment-respond {
        padding-left: 65px;
    }
}

@media screen and (max-width: 425px ) {
    .comment-list .depth-1 .comment-respond {
        padding-left: 45px;
    }
    .comment-list .depth-1 .comment-respond input[type="submit"] {
        padding: 10px 15px;
    }
}

.comment-list .children .comment {
    position: relative;
    /*border-top: 1px dashed #e5e8ed;*/
}

.comment-list {
    position: relative;
}

.comment-list:before {
    position: absolute;
    content: '';
    left: 45px;
    top: 5px;
    bottom: 10px;
    width: 1px;
    border-left: 1px dashed #e5e8ed;
}

.comment-list .comment {
    /*padding: 25px 0 0;*/
    margin-top: 25px;   
    position: relative
}

.comment-list > .comment:first-child {
    border-top: 0;
    padding: 0;
    margin-top: 0;
}

.comment cite.person {
   display: block;
    font-size: 17px;
    line-height: 17px;
    font-weight: 700;
    font-style: normal;
    color: #111;
    font-family: 'Nunito';
    margin-bottom: 5px;
}

.comment cite.person a {
    color: inherit
}

.comment .date-wrap {
    color: #999;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    font-weight: 300;
}

.comment-inner {
    position: relative;
    padding-left: 120px;
}

.comment-list .pingback {
    padding-left: 65px;
    position: relative;
}

.comment-list .pingback:before {
    left: 40px;
    content: '';
    position: absolute;
    left: 36px;
    top: 4px;
    width: 19px;
    height: 19px;
    background: #fff;
    border-radius: 50%;
    border: 1px dashed #e5e8ed;
}

@media screen and (max-width: 1020px ){
    .comment-list .pingback:before {
        left: 28px;
    }
}

@media screen and (max-width: 768px ){
    .comment-list .pingback:before {
        left: 18px;
    }
}

@media screen and (max-width: 425px ){
    .comment-list .pingback:before {
        left: 8px;
    }
}

.comment .avatar {
    background: white;
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px dashed #e5e8ed;
}

.comment .avatar img {
    border-radius: 3px;    /*float: left;*/
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px dashed #e5e8ed;
    padding: 6px;
}

.comment .reply {
    display: inline-block;
}

.comment .reply a,
#cancel-comment-reply-link {
    display: inline-block;
    width: auto;
    top: 0;
    right: 15px;
    font-size: 12px;
    padding: 2px 11px;
    background: #0a1992;
    color: #fff;
    border-radius: 4px;
    font-weight: 500;
    transition: all .25s linear;
}

.comment .reply a:hover,
#cancel-comment-reply-link:hover{
    background: #111;
}


#cancel-comment-reply-link {
    font-size: 10px;
    padding: 6px 5px;
    position: relative;
    top: -2px;
    left: 10px;
}

.comment .reply:empty {
    display: none;
}

.comment-content {
    margin-top: 15px;
}

.comments-nav-top {
    margin-bottom: 30px;
}

.comments-nav-bottom {
    margin-top: 30px;
}

.comment-navigation .nav-previous i {
    margin-right: 8px;
}

.comment-navigation .nav-next i {
    margin-left: 8px;
}

.comment-navigation a {
    line-height: 15px;
    font-size: 16px;
}

@media screen and (max-width:1024px) {
    .comment-list:before {
        left: 37px;
    }

    .comment-inner {
        padding-left: 90px;
    }

    .comment .avatar {
        width: 75px;
        height: 75px;
    }

    .comment .avatar img {
        width: 75px;
        height: 75px;
    }

    .comment-list .depth-2 {
        margin-left: 70px;
    }

    .comment-list .depth-3 {
        margin-left: 10px;
    }

    .comment-list .depth-4 {
        margin-left: 20px;
    }

    .comment-list .depth-5 {
        margin-left: 30px;
    }

    .comment-list .depth-5,
    .comment-list .depth-6,
    .comment-list .depth-7,
    .comment-list .depth-9 {
        margin-left: 45px;
    }

}

@media screen and (max-width:768px) {
    .comment-list:before {
        left: 27px;
    }

    .comment-inner {
        padding-left: 65px;
    }

    .comment .avatar {
        width: 55px;
        height: 55px;
    }

    .comment .avatar img {
        width: 55px;
        height: 55px;
    }

    .comment-list .depth-2 {
        margin-left: 40px;
    }

    .comment-list .depth-3 {
        margin-left: 5px;
    }

    .comment-list .depth-4 {
        margin-left: 10px;
    }

    .comment-list .depth-5 {
        margin-left: 15px;
    }

    .comment-list .depth-5,
    .comment-list .depth-6,
    .comment-list .depth-7,
    .comment-list .depth-9 {
        margin-left: 20px;
    }

}

@media screen and (max-width:425px) {
    .comments-area {
        padding: 15px;
    }

    .comment-list:before {
        left: 17px;
    }

    .comment-inner {
        padding-left: 45px;
    }

    .comment .avatar {
        width: 36px;
        height: 36px;
    }

    .comment .avatar img {
        width: 36px;
        height: 36px;
        padding: 4px;
    }

    .comment-list .depth-2 {
        margin-left: 20px;
    }

    .comment-list .depth-3 {
        margin-left: 5px;
    }

    .comment-list .depth-4 {
        margin-left: 10px;
    }

    .comment-list .depth-5 {
        margin-left: 15px;
    }

}

.comment-form-wrapper {
    position: relative;
    background: #fff;
}

.blog-comment-form .form-group label {
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    color: #323232;
}

.blog-comment-form .form-group input,
.blog-comment-form .form-group textarea {
    border-radius: 3px;
    box-shadow: none;
    font-size: 14px;
    border: 1px solid #dcdcdc;
    color: #000;
    background: #f7fafc;
    outline: 0;
}

.blog-comment-form .form-group input:hover,
.blog-comment-form .form-group textarea:hover,
.blog-comment-form .form-group input:focus,
.blog-comment-form .form-group textarea:focus {
    border-color: #0a1992;
}

.blog-comment-form input[type="submit"] {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 12px 28px;
    border-radius: 5px;
    border: none;
    background: #0a1992;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    color: #fff;
    transition: all .25s linear;
}

.blog-comment-form input[type="submit"]:hover {
    background: #111;
    box-shadow: 0px 20px 24px 0px rgba(0, 11, 40, 0.1);
}

blockquote.blockquote-left {
    background: #f9f9f9;
    padding: 20px;
    border-left: 5px solid #bdbdbd;
    font-size: 16px;
    margin: 30px 0 50px;
}

blockquote.blockquote-left .parson {
    font-weight: 600;
}

.latest-post {
    margin: 0;
    padding: 0;
}

.latest-post li {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.latest-post li:not(:last-child) {
    padding: 0 0 18px 0;
    margin: 0 0 18px 0;
    border-bottom: 1px dashed #e5e8ed;
}

.latest-post li:last-child {
    margin-bottom: 0;
}

.latest-post .lp-img {
    width: 60px;
    float: left;
}

.latest-post .lp-text {
    overflow: hidden;
    line-height: 14px;
    padding-left: 10px;
}

.latest-post .lp-text h6 {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 3px
}

.latest-post .lp-text a {
    font-size: 14px;
    color: #555;
}

.latest-post .date {
    font-size: 13px;
}

.list-style-tag {
    margin: 0;
    padding: 0;
}

.list-style-tag li {
    display: inline-block;
    vertical-align: top;
}

.list-style-tag li a {
    position: relative;
    padding: 6px 12px;
    line-height: 20px;
    font-weight: 400;
    border: 1px dashed #e5e8ed;
    margin-right: 4px;
    margin-bottom: 3px;
    display: inline-block;
    vertical-align: top;
    color: #323232;
    font-size: 14px;
    margin-top: 3px;
}

.list-style-tag li a:hover {
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, .1);
    text-decoration: none;
}

.list-style-1 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-style-1 li {
    position: relative;
    padding: 0 0 8px 0;
    margin: 0 0 8px 0;
    border-bottom: 1px dashed #e5e8ed;
}

.list-style-1 li span {
    position: absolute;
    top: 3px;
    right: 0;
}

.list-style-1 li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.list-style-1 a {
    color: #555;
    text-decoration: none;
}

.list-style-1 a:hover {
    color: #323232
}

/*-----------------------------------------
*  -- Tabs
-----------------------------------------*/
.tab-style-1 .nav-link {
    font-family: 'Nunito', sans-serif;
    display: block;
    padding: 20px 35px;
    box-shadow: 0 -10px 14px rgba(0, 0, 0, .06);
    text-transform: uppercase;
    background: #fdfdfd;
    position: relative;
    font-weight: 800;
}


.tab-style-1 .nav-link:not(.active) {
    color: #111;
}

.tab-style-1 .nav-link:after {
    width: 0;
    height: 5px;
    position: absolute;
    top: 0px;
    content: "";
    left: 0;
    transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
}

.tab-style-1 .nav-link.active {
    background: #fff;
    position: relative;
    z-index: 1;
    box-shadow: 0px -12px 20px rgba(0, 0, 0, 0.12);
}

.tab-style-1 .nav-link.active:after {
    width: 100%;
}

.tab-style-1 .tab-content {
    position: relative;
}

.tab-style-1 .tab-pane {
    box-shadow: 0 6px 30px rgba(0, 0, 0, .12);
    padding: 60px 40px;
    background: #fff;
}

.tab-style-1 .owl-carousel {
    border: 1px solid #eee;
}

.tab-style-1 .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

@media(max-width:991px) {
    .tab-style-1 .tab-pane {
        padding: 30px 20px;
    }

}

/*-----------------------------------------
*  -- Team Member
-----------------------------------------*/
.our-team-wrapper  {
    margin-bottom: 30px;
}

.our-team {
    background: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.our-team .team-avtar {
    position: relative;
    overflow: hidden;
}

.our-team .team-avtar:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
}

.our-team:hover .team-avtar:after {
    opacity: 0.6
}

.our-team .team-info {
    text-align: center;
    padding: 15px;
    position: relative;
}

.our-team .team-info h6 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px;
}

.our-team .team-info label {
    font-size: 13px;
    color: #999;
    margin: 0;
}

.our-team .social-icons {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    z-index: 2;
    opacity: 0;
    transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
    text-align: center;
}

.our-team .social-icons li {
    list-style: none;
    margin: 0 3px;
    position: relative;
    bottom: 0;
    transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
    display: inline-block;
}

.our-team .social-icons li a {
    width: 35px;
    height: 35px;
    background: #fff;
    display: block;
    border-radius: 50%;
    line-height: 35px;
    transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
    text-align: center;
}

.our-team .social-icons li a:before {
    font-size: 15px;
    padding-left: 4px;
}

.our-team .social-icons li a:hover {
    background: #222;
    color: #fff;
    box-shadow: 0 8px 50px -6px rgba(84, 84, 120, .26)
}

.our-team:hover .social-icons {
    opacity: 1;
    bottom: 10px;
}

.our-team:hover .social-icons li {
    top: 0;
}

.large-team .team-info {
    padding: 20px;
    text-align: left;
}


.large-team .team-info h5 {
    font-weight: 600;
    margin: 0 0 10px;
}

.large-team .team-info h5 span {
    font-size: 13px;
    margin-top: 5px;
    display: inline-block;
    color: #999;
    font-weight: 300;
}

.large-team .team-info p {
    margin: 0;
}

/*-----------------------------------------
*  -- Contact From
-----------------------------------------*/
.contact-form-down {
    border: 1px solid #eee;
    box-shadow:0 8px 50px -6px rgba(84, 84, 120, .26);

    background: #fff;
    border-radius: 5px;
    padding: 10%;
}

.contact-form-down p {
    margin-bottom: 20px;
    width: 100%;
}

.contact-form-down label > p {
    margin-bottom: 0;
}

.contact-form-down  p >label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

.contact-form-down br,
.contact-form-down p:empty {
    display: none;
}

.contact-form-down p input:not([type="submit"]),.contact-form-down p textarea {
    margin-top: 0.5rem;
}

.contact-form-down input:not([type="radio"]),
.contact-form-down input:not([type="checkbox"]),
.contact-form-down input:not([type="submit"]),.contact-form-down select,.contact-form-down  textarea {
    outline: none;
    box-shadow: none;
    height: 40px;
    border: 1px solid #d4d4d4;
    width: 100%;
    font-size: 14px;
    color: #000;
    background: #f7fafc;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.contact-form-down input[type="checkbox"],
.contact-form-down input[type="radio"] {
    height: auto;
    width: auto;
    display: inline;
}

.wpcf7-form-control-wrap {
    position: relative;
    display: inline-grid;
    width: 100%;
}

.contact-form-down .wpcf7-list-item {
    margin-left: 0;
    margin-right: 15px;
}

.contact-form-down label {
    width: 100%;
    margin-bottom: 20px;
}

.contact-form-down label label,

.contact-form-down .row label:last-child {
    margin-bottom: 0;
}

.contact-form-down textarea {
    padding-top: 10px;
    height: 135px;
}

.contact-form-down input[type="submit"] {
    height: auto;
    font-weight: 500;
    display: inline-block;
    width: auto;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 12px 28px;
    border-radius: 5px;
    border: none;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    color: #fff;
    background: #0a1992;
}

.contact-form-down input[type="submit"]:hover {
    background: #111;
    box-shadow: 0px 20px 24px 0px rgba(0, 11, 40, 0.1);
}

.contact-form-down .ajax-loader {
    display: none !important;
}

.contact-form-down .ajax-loader.is-active {
    display: block !important;
    margin: 15px auto 0;
}

.contact-form-down  div.wpcf7-response-output {
    margin: 10px 0 0;
    border-radius: .25rem;
}

/*-----------------------------------------
*  -- Eror 404 and Not Found
-----------------------------------------*/
.error-404 {
    padding: 10px 0;
    height: 100vh;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.error-404  h2 {
    font-weight: 800;
    font-size: 110px;
    line-height: 79px;
    margin-bottom: 25px;
}

.error-404  h1 {
    font-size: 30px;
}

.error-404 p {
    margin-bottom: 18px;
}

.no-results.not-found  .page-title {
    font-weight: 700;
}

/*-----------------------------------------
*  -- Footer
-----------------------------------------*/
.footer-dark {
    background: #111
}

.footer-light {
    font-weight: 700;
    background: #fff;
    border-top: 1px solid #ddd;
}

.footer-section {
    padding-top: 40px;
    padding-bottom: 70px;
}

.footer-copy {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding: 15px 0;
}

.footer-copy p {
    margin: 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.47);
    font-weight: 300;
}

.footer-dark .footer-copy, 
.footer-dark .footer-copy a{
    color: rgba(255, 255, 255, 0.47);
}

.footer-dark .footer-copy a:hover { 
    color: rgba(255, 255, 255, 0.8);
}   

.footer-light .footer-copy {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.footer-light .footer-copy p {
    color: rgba(0, 0, 0, 0.75);
}

@media (max-width:991px) {
    .footer-section {
        padding-top: 20px;
        padding-bottom: 60px;
    }

}

@media (max-width:767px) {
    .footer-section {
        padding-top: 10px;
        padding-bottom: 50px;
    }

}

.site-main .comment-navigation,
.site-main
.posts-navigation{
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;    /* Above WP toolbar. */
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

/* Clearings */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.blog-wrapper .navigation .nav-previous a:before,
.blog-wrapper .navigation .nav-previous a:after,
.blog-wrapper .navigation .nav-next a:before,
.blog-wrapper .navigation .nav-next a:after,
.comment-inner:before,
.comment-inner:after,
.widget_search:before,
.widget_search:after,
.post-password-form:before,
.post-password-form:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.blog-wrapper .navigation .nav-previous a:after,
.blog-wrapper .navigation .nav-next a:after,
.comment-inner:after,
.widget_search:after,
.post-password-form:after {
    clear: both;
}

.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-links {
    clear: both;
}

/* Infinite scroll */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

/* Media */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
* Captions
--------------------------------------------------------------*/
.wp-caption {
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
* Galleries
--------------------------------------------------------------*/
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 5px;
}

.gallery-item img {
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
}

.gallery-item .gallery-caption {
    font-size: 12px;
    margin-top: 4px;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}