/* ------------------------------------------------
  Project:   Consulterz - Consulting Finance Accounting
------------------------------------------------ */
/* ------------------------
    Table of Contents

  1. General
  2. Typography
  3. Helper class
  4. Text color
  5. Background color
  6. Button
  7. Title
  8. Transform Y
  9. Banner
  10. Demo
  11. Featured Box
  12. Scroll to Top
  13. Flat Icon


 
/* ------------------------
    General
------------------------*/
@font-face {
    font-family: 'Vazir Black FD-WOL';
    src: url('../../fonts/Vazir-Black-FD-WOL.eot');
    src: url('../../fonts/Vazir-Black-FD-WOL.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/Vazir-Black-FD-WOL.woff2') format('woff2'),
        url('../../fonts/Vazir-Black-FD-WOL.woff') format('woff'),
        url('../../fonts/Vazir-Black-FD-WOL.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Vazir FD-WOL';
    src: url('../../fonts/Vazir-Bold-FD-WOL.eot');
    src: url('../../fonts/Vazir-Bold-FD-WOL.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/Vazir-Bold-FD-WOL.woff2') format('woff2'),
        url('../../fonts/Vazir-Bold-FD-WOL.woff') format('woff'),
        url('../../fonts/Vazir-Bold-FD-WOL.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazir Light FD-WOL';
    src: url('../../fonts/Vazir-Light-FD-WOL.eot');
    src: url('../../fonts/Vazir-Light-FD-WOL.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/Vazir-Light-FD-WOL.woff2') format('woff2'),
        url('../../fonts/Vazir-Light-FD-WOL.woff') format('woff'),
        url('../../fonts/Vazir-Light-FD-WOL.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazir Medium FD-WOL';
    src: url('../../fonts/Vazir-Medium-FD-WOL.eot');
    src: url('../../fonts/Vazir-Medium-FD-WOL.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/Vazir-Medium-FD-WOL.woff2') format('woff2'),
        url('../../fonts/Vazir-Medium-FD-WOL.woff') format('woff'),
        url('../../fonts/Vazir-Medium-FD-WOL.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazir FD-WOL';
    src: url('../../fonts/Vazir-Regular-FD-WOL.eot');
    src: url('../../fonts/Vazir-Regular-FD-WOL.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/Vazir-Regular-FD-WOL.woff2') format('woff2'),
        url('../../fonts/Vazir-Regular-FD-WOL.woff') format('woff'),
        url('../../fonts/Vazir-Regular-FD-WOL.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazir Thin FD-WOL';
    src: url('../../fonts/Vazir-Thin-FD-WOL.eot');
    src: url('../../fonts/Vazir-Thin-FD-WOL.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/Vazir-Thin-FD-WOL.woff2') format('woff2'),
        url('../../fonts/Vazir-Thin-FD-WOL.woff') format('woff'),
        url('../../fonts/Vazir-Thin-FD-WOL.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


body {
    direction: ltr;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1.5;
    color: #5f6368;
    overflow-x: hidden;
}

a,
.btn,
img,
span,
.portfolio-filter button,
.navbar-nav .nav-link,
.navbar-nav .nav-link::before,
.owl-item,
.featured-item,
.link-title a::before,
.home-img:hover {
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

a:focus {
    text-decoration: none !important;
}

a:focus,
a:hover {
    color: #3143ef;
    text-decoration: none !important;
}

a,
button,
input {
    outline: medium none !important;
    color: #3143ef;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
}

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

h1 {
    font-size: 60px;
    font-style: normal;
    line-height: 70px;
    font-weight: bold;
    color: #081b3a;
}

h2 {
    font-size: 40px;
    font-style: normal;
    line-height: 46px;
    font-weight: 600;
    color: #081b3a;
    margin-bottom: 10px;
    position: relative;
}

h3 {
    font-size: 30px;
    font-style: normal;
    line-height: 36px;
    font-weight: 500;
}

h4 {
    font-size: 24px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 30px;
    color: #081b3a;
}

h5 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 26px;
    color: #081b3a;
}

h6 {
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 10px;
    color: #081b3a;
}

ul {
    margin: 0px;
    padding: 0px;
}

u {
    text-decoration-style: wavy;
}


ul {
    margin: 0px;
    padding: 0px;
}

*::-moz-selection {
    background: #3143ef;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #3143ef;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #3143ef;
    color: #fff;
    text-shadow: none;
}

/* ------------------------
    Helper class
------------------------*/
.lead {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
}

.pos-r {
    position: relative;
}

.o-hidden {
    overflow: hidden;
}

.img-center {
    display: inline-block !important;
    max-width: 100%;
}

.fa {
    line-height: inherit;
}

section {
    padding: 80px 0;
}

.section-title {
    margin-bottom: 50px;
}

.mt-10 {
    margin-top: 100px;
}

.z-index-0 {
    z-index: 0;
    position: relative;
}

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

/* ------------------------
    Text color
------------------------*/
.text-theme {
    color: #3143ef;
}

.text-white {
    color: #ffffff;
}

.text-black {
    color: #081b3a;
}

.text-grey {
    color: #aaaaaa;
}

/* ------------------------
    Bg color
------------------------*/
.white-bg {
    background: #ffffff;
}

.dark-bg {
    background: #081b3a;
}

.grey-bg {
    background: #f3f3f7;
}

.theme-bg {
    background: #3143ef;
}


/* ------------------------
    Button
------------------------*/
.btn {
    background: #3143ef;
    color: #ffffff;
    padding: 12px 20px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
}

.btn-sm {
    padding: 10px;
    color: #081b3a
}

.btn:hover {
    background: #00a8ee;
    color: #ffffff
}

.btn.focus,
.btn:focus {
    box-shadow: none;
    color: #ffffff;
}

.btn+.btn {
    margin-right: 15px
}

.btn.btn-white {
    background: #ffffff;
    color: #081b3a;
}

.btn.btn-white:hover {
    background: #fd5b03;
    color: #ffffff;
}


/* ------------------------
    Section Title
------------------------*/
.title {
    position: relative;
    color: #081b3a;
    margin-bottom: 0;
}

.dark-bg .title,
.theme-bg .title,
.theme-bg .section-title h6 {
    color: #ffffff
}

.section-title h6 {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
}

.section-title h2 {
    margin-bottom: 15px;
}

.section-title p {
    margin-bottom: 0;
}

/* ------------------------
    Transform Y
------------------------*/
.transform-y,
.align-center {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}


/* ------------------------
    Banner
------------------------*/
.fullscreen-banner {
    min-height: 800px
}

[data-bg-img] {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.fullscreen-banner .owl-carousel,
.fullscreen-banner .owl-stage-outer,
.fullscreen-banner .owl-stage,
.fullscreen-banner .owl-item,
.fullscreen-banner .item {
    height: 100%;
}

.align-center {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 9;
}

.bg-cover {
    background-size: cover;
}

.bg-contain {
    background-size: contain;
}

.bg-no-rpt {
    background-repeat: no-repeat;
}

.mouse-parallax {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.mouse-parallax img {
    position: absolute;
}

.img-1 {
    left: 30px;
    top: 70px;
    width: 300px;
}

.img-2 {
    left: 30px;
    top: 40%;
    width: 280px;
}

.img-3 {
    right: 20%;
    bottom: 70px;
    width: 280px;
}

.img-4 {
    right: 45%;
    bottom: 30px;
    width: 400px;
}

.img-5 {
    left: 30px;
    bottom: 70px;
    width: 300px;
}

/* ------------------------
    Background Overlay
------------------------*/
[data-overlay] {
    position: relative;
    z-index: 0;
}

[data-overlay]:before {
    position: absolute;
    content: '';
    background-color: #000000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

[data-overlay].white-overlay:before {
    background-color: #fff;
}

[data-overlay].theme-overlay:before {
    background-color: #3143ef;
}

[data-overlay].grediant-overlay:before {
    background: #3143ef;
    background: linear-gradient(-58deg, #3143ef 70%, #fff 100%);
}

[data-overlay="1"]:before {
    opacity: 0.1;
}

[data-overlay="2"]:before {
    opacity: 0.2;
}

[data-overlay="3"]:before {
    opacity: 0.3;
}

[data-overlay="4"]:before {
    opacity: 0.4;
}

[data-overlay="5"]:before {
    opacity: 0.5;
}

[data-overlay="6"]:before {
    opacity: 0.6;
}

[data-overlay="7"]:before {
    opacity: 0.7;
}

[data-overlay="8"]:before {
    opacity: 0.8;
}

[data-overlay="9"]:before {
    opacity: 0.9;
}

[data-overlay="10"]:before {
    opacity: 1;
}

[data-overlay="0"]:before {
    opacity: 0;
}



/* ------------------------
    Tab
------------------------*/
.nav-tabs {
    border: none;
    display: flex;
    justify-content: center;
}

.nav-tabs .nav-link {
    background: #ffffff;
    display: flex;
    align-items: center;
    border-radius: .25rem;
    font-size: 18px;
    font-weight: 600;
    color: #081b3a;
    position: relative;
    border: 1px solid #eeeff7;
    padding: 10px 40px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover,
.nav-tabs.active>a:focus,
.nav-tabs>a:hover {
    background: #3143ef;
    color: #ffffff;
}

.tab-content {
    padding: 30px;
}


/* ------------------------
    Demo
------------------------*/
.home-img {
    -webkit-box-shadow: 0px 3px 65px 0px rgba(26, 26, 66, 0.070);
    -moz-box-shadow: 0px 3px 65px 0px rgba(26, 26, 66, 0.070);
    box-shadow: 0px 3px 65px 0px rgba(26, 26, 66, 0.070);
}

.home-demo .home-img {
    position: relative;
    border-radius: 0.25rem;
    overflow: hidden;
}

.home-title h5 {
    margin-bottom: 0;
}

.home-title a {
    padding: 20px;
    width: 100%;
    display: inline-block;
    background: #eaecfd;
}

.home-title a:hover {
    padding: 25px;
}


/* ------------------------
    Featured Box
------------------------*/
.featured-item {
    background: #ffffff;
    padding: 40px 30px;
    -webkit-box-shadow: 0 0 22px 0 rgba(26, 26, 66, 0.070);
    -moz-box-shadow: 0 0 22px 0 rgba(26, 26, 66, 0.070);
    box-shadow: 0 0 22px 0 rgba(26, 26, 66, 0.070);
}

.featured-item .featured-icon {
    margin-bottom: 20px;
    line-height: 0;
}

.featured-item .featured-icon i {
    font-size: 65px;
    line-height: 65px;
    color: #3143ef;
}

/* ------------------------
    Scroll to Top
------------------------*/
.scroll-top {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 600;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: translate3d(0, 200%, 0);
    -ms-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

.scroll-top a,
.scroll-top a:visited {
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 32px;
    color: #ffffff;
    background: #3143ef;
}

.scroll-top a:hover,
.scroll-top a:focus {
    color: #3143ef;
    background: #ffffff;
}

.scroll-top.scroll-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.secondary-footer {
    padding: 15px 0;
}


/* ------------------------
    Flat Icon
------------------------*/
@font-face {
    font-family: "Flaticon";
    src: url("../../fonts/Flaticon.eot");
    src: url("../../fonts/Flaticond41d.eot?#iefix") format("embedded-opentype"),
        url("../../fonts/Flaticon.woff") format("woff"),
        url("../../fonts/Flaticon.ttf") format("truetype"),
        url("../../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../../fonts/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}

.flaticon-go-up-in-web:before {
    content: "\f106";
}


/* ------------------------
    Responsive
------------------------*/

@media (max-width: 992px) {
    .md-mt-5 {
        margin-top: 50px;
    }

    .mouse-parallax {
        display: none;
    }

    .banner {
        height: auto !important;
        padding-bottom: 100px !important;
        min-height: inherit;
    }

}

@media (max-width: 767px) {
    h1 {
        font-size: 40px;
        line-height: 40px;
    }

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

    h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .btn {
        font-size: 13px;
        padding: 10px 20px;
    }

    .sm-mt-5 {
        margin-top: 50px;
    }

}


@media (max-width: 576px) {
    .col-xs-6 {
        width: 50%;
    }

    .xs-mt-3 {
        margin-top: 30px !important
    }

    .xs-mt-0 {
        margin-top: 0 !important
    }

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

    .banner br {
        display: none;
    }

    .tab .nav-tabs .nav-link {
        margin-right: 15px;
        padding: 15px 25px;
    }
}