/*
Template: Jura
Author: Designs Ninja
Version: 1.0
Designed and Development by: https://themeforest.net/user/designsninja
*/

/* =============================================
            	Theme Reset Style
============================================= */
@import url("../css/aos.css");
@import url("../css/bootstrap.min.css");
@import url("../css/icofont.min.css");
@import url("../css/magnific-popup.css");
@import url("../css/odometer-theme-default.css");
@import url("../css/simple-scrollbar.css");
@import url("../css/swiper.min.css");
@import url("../css/color-switcher.css");

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
    font-size: 100%;
}

body {
    background-color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5em;
    color: #999fae;
}

@media only screen and (max-width: 575px) {
    body {
        font-size: 15px;
    }
}

/* our update */
.aboutimg1 {
    background-image: url('assets/images/about/about-inner-2.png') !important;
}

/* our update */


/*-------------------------------------------------
    [ ## Heading ]
*/
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    line-height: 1.3em;
    color: white;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-size: 2.441em;
}

h2 {
    font-size: 1.953em;
}

h3 {
    font-size: 1.563em;
}

h4 {
    font-size: 1.25em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 0.8em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    color: inherit;
    text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
    color: inherit;
    text-decoration: none;
}

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

li {
    list-style: none;
}

a,
.btn,
button,
input,
select,
textarea,
li,
img,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.title {
    font-weight: normal;
    font-size: 30px;
    line-height: 1.25em;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1366px) {
    .title {
        font-size: 26px;
    }
}

@media only screen and (max-width: 1199px) {
    .title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 480px) {
    .title {
        font-size: 20px;
    }
}

.section-heading {
    font-weight: 700;
    font-size: 36px;
    position: relative;
    z-index: 2;
    line-height: 1.25em;
    margin-bottom: 30px;
    margin-top: -10px;
    text-transform: capitalize;
    letter-spacing: 0.05em;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}

@media only screen and (max-width: 1199px) {
    .section-heading {
        font-size: 32px;
    }
}

@media only screen and (max-width: 991px) {
    .section-heading {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .section-heading {
        font-size: 32px;
        margin-top: -7px;
    }
}

@media only screen and (max-width: 575px) {
    .section-heading {
        font-size: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .section-heading {
        font-size: 28px;
        margin-top: -5px;
    }
}

@media only screen and (max-width: 400px) {
    .section-heading {
        font-size: 26px;
    }
}

.section-heading:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 150px;
    background-color: #36ce69;
    bottom: -1px;
    left: 0%;
}

.section-title {
    position: relative;
    margin-bottom: 75px;
}

@media only screen and (max-width: 1199px) {
    .section-title {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .section-title {
        margin-bottom: 55px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title {
        text-align: center;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 420px) {
    .section-title {
        margin-bottom: 45px;
    }
}

.section-title.style-two {
    margin-top: -10px;
}

.section-title.text-center {
    padding: 0 35px;
    margin-bottom: 70px;
}

@media only screen and (max-width: 1199px) {
    .section-title.text-center {
        padding: 0;
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .section-title.text-center {
        margin-bottom: 55px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title.text-center {
        margin-bottom: 50px;
        padding: 0 25px;
    }
}

@media only screen and (max-width: 420px) {
    .section-title.text-center {
        padding: 0 15px;
        margin-bottom: 45px;
    }
}

.section-title .sub-title {
    font-weight: 300;
    color: #ebedee;
    font-size: 14px;
    margin-bottom: 15px;
    letter-spacing: 2px;
    border-radius: 25px;
    padding: 7px 30px;
    text-transform: uppercase;
    display: inline-block;
}

@media only screen and (max-width: 1199px) {
    .section-title .sub-title {
        font-size: 22px;
    }
}

@media only screen and (max-width: 991px) {
    .section-title .sub-title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title .sub-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 420px) {
    .section-title .sub-title {
        font-size: 16px;
    }
}

.section-title .title-main {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 25px;
}

@media only screen and (max-width: 1199px) {
    .section-title .title-main {
        font-size: 42px;
    }
}

@media only screen and (max-width: 991px) {
    .section-title .title-main {
        font-size: 38px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title .title-main {
        font-size: 32px;
    }
}

@media only screen and (max-width: 575px) {
    .section-title .title-main {
        font-size: 28px;
        line-height: 1.25;
    }
}

@media only screen and (max-width: 420px) {
    .section-title .title-main {
        font-size: 24px;
    }
}

.section-title .title-text {
    line-height: 1.65em;
    font-size: 16px;
}

@media only screen and (max-width: 991px) {
    .section-title .title-text {
        font-size: 15px;
    }
}

.section-title .description {
    font-size: 22px;
    font-weight: 500;
}

@media only screen and (max-width: 420px) {
    .section-title .description {
        font-size: 16px;
    }
}

/*-------------------------------------------------
    [ ## Others Typography ]
*/
p {
    margin-bottom: 15px;
    line-height: 1.72em;
}

p:last-child {
    margin-bottom: 0px;
}

@media only screen and (max-width: 1199px) {
    p {
        line-height: 1.7em;
    }
}

blockquote {
    margin: 0 0 1.3em;
}

address {
    margin: 0 0 1.3em;
}

dfn,
em,
cite,
i,
code,
kbd,
tt,
var {
    font-size: 1em;
}

em,
cite,
i {
    font-style: italic;
}

abbr,
acronym {
    border-bottom: 1px dotted #454545;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

pre {
    background: whitesmoke;
    padding: 20px 30px;
    margin-bottom: 30px;
    max-width: 100%;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-size: 0.929em;
    overflow: auto;
}

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

.dropcap {
    display: block;
    float: left;
    margin: 15px 5px 0 0;
    font-weight: bold;
    font-size: 60px;
    color: #ccc;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Font Size ]
*/
.fts-13 {
    font-size: 13px;
}

.fts-15 {
    font-size: 15px;
}

.fts-18 {
    font-size: 18px;
}

.fts-20 {
    font-size: 20px;
}

.fts-25 {
    font-size: 25px;
}

.fts-30 {
    font-size: 30px;
}

.fts-35 {
    font-size: 35px;
}

.fts-40 {
    font-size: 40px;
}

.fts-45 {
    font-size: 45px;
}

.fts-50 {
    font-size: 50px;
}

.fts-60 {
    font-size: 60px;
}

.fts-65 {
    font-size: 65px;
}

.fts-70 {
    font-size: 70px;
}

.fts-75 {
    font-size: 75px;
}

/*--------------------------------------------------------------
# Font Weight
--------------------------------------------------------------*/
.w-100 {
    font-weight: 100 !important;
}

.w-300 {
    font-weight: 300 !important;
}

.w-400 {
    font-weight: 400 !important;
}

.w-500 {
    font-weight: 500 !important;
}

.w-600 {
    font-weight: 600 !important;
}

.w-700 {
    font-weight: 700 !important;
}

.w-800 {
    font-weight: 800 !important;
}

.w-900 {
    font-weight: 900 !important;
}

/*--------------------------------------------------------------
# Text Alignment
--------------------------------------------------------------*/
.txt-left {
    text-align: left;
}

.txt-center {
    text-align: center;
}

.txt-right {
    text-align: right;
}

/*-------------------------------------------------
    [ ## Margin Element ]
*/
.mr-0 {
    margin: 0;
}

.mrt-0 {
    margin-top: 0;
}

.mrb-0 {
    margin-bottom: 0 !important;
}

.mrl-0 {
    margin-left: 0;
}

.mrr-0 {
    margin-right: 0;
}

.mrt-5 {
    margin-top: 5px;
}

.mrb-5 {
    margin-bottom: 5px;
}

.mrl-5 {
    margin-left: 5px;
}

.mrr-5 {
    margin-right: 5px;
}

.mrt-10 {
    margin-top: 10px;
}

.mrb-10 {
    margin-bottom: 10px;
}

.mrl-10 {
    margin-left: 10px;
}

.mrr-10 {
    margin-right: 10px;
}

.mrt-15 {
    margin-top: 15px;
}

.mrb-15 {
    margin-bottom: 15px !important;
}

.mrl-15 {
    margin-left: 15px;
}

.mrr-15 {
    margin-right: 15px;
}

.mrt-20 {
    margin-top: 20px;
}

.mrb-20 {
    margin-bottom: 20px !important;
}

.mrl-20 {
    margin-left: 20px;
}

.mrr-20 {
    margin-right: 20px;
}

.mrt-25 {
    margin-top: 25px;
}

.mrb-25 {
    margin-bottom: 25px;
}

.mrl-25 {
    margin-left: 25px;
}

.mrr-25 {
    margin-right: 25px;
}

.mrt-30 {
    margin-top: 30px !important;
}

.mrb-30 {
    margin-bottom: 30px;
}

.mrl-30 {
    margin-left: 30px;
}

.mrr-30 {
    margin-right: 30px;
}

.mrt-35 {
    margin-top: 35px;
}

.mrb-35 {
    margin-bottom: 35px;
}

.mrl-35 {
    margin-left: 35px;
}

.mrr-35 {
    margin-right: 35px;
}

.mrt-40 {
    margin-top: 40px;
}

.mrb-40 {
    margin-bottom: 40px;
}

.mrl-40 {
    margin-left: 40px;
}

.mrr-40 {
    margin-right: 40px;
}

.mrt-45 {
    margin-top: 45px;
}

.mrb-45 {
    margin-bottom: 45px;
}

.mrl-45 {
    margin-left: 45px;
}

.mrr-45 {
    margin-right: 45px;
}

.mrt-50 {
    margin-top: 50px;
}

.mrb-50 {
    margin-bottom: 50px;
}

.mrl-50 {
    margin-left: 50px;
}

.mrr-50 {
    margin-right: 50px;
}

.mrt-55 {
    margin-top: 55px;
}

.mrb-55 {
    margin-bottom: 55px;
}

.mrl-55 {
    margin-left: 55px;
}

.mrr-55 {
    margin-right: 55px;
}

.mrt-60 {
    margin-top: 60px;
}

.mrb-60 {
    margin-bottom: 60px;
}

.mrl-60 {
    margin-left: 60px;
}

.mrr-60 {
    margin-right: 60px;
}

.mrt-75 {
    margin-top: 75px;
}

.mrt-65 {
    margin-top: 65px;
}

.mrb-65 {
    margin-bottom: 65px;
}

.mrl-65 {
    margin-left: 65px;
}

.mrr-65 {
    margin-right: 60px;
}

.mrt-70 {
    margin-top: 70px;
}

.mrb-70 {
    margin-bottom: 70px;
}

.mrl-70 {
    margin-left: 70px;
}

.mrr-70 {
    margin-right: 70px;
}

.mrt-75 {
    margin-top: 75px;
}

.mrb-75 {
    margin-bottom: 75px;
}

.mrl-75 {
    margin-left: 75px;
}

.mrr-75 {
    margin-right: 75px;
}

.mrt-80 {
    margin-top: 80px;
}

.mrb-80 {
    margin-bottom: 80px;
}

.mrb-85 {
    margin-bottom: 85px;
}

.mrl-80 {
    margin-left: 80px;
}

.mrr-80 {
    margin-right: 80px;
}

.mrt-90 {
    margin-top: 90px;
}

.mrb-90 {
    margin-bottom: 90px;
}

.mrl-90 {
    margin-left: 90px;
}

.mrr-90 {
    margin-right: 90px;
}

.mrt-100 {
    margin-top: 100px;
}

.mrt-150 {
    margin-top: 150px;
}

.mrb-100 {
    margin-bottom: 100px;
}

.mrl-100 {
    margin-left: 100px;
}

.mrr-100 {
    margin-right: 100px;
}

.mrt-105 {
    margin-top: 105px;
}

.mrb-105 {
    margin-bottom: 105px;
}

.mrl-105 {
    margin-left: 105px;
}

.mrr-105 {
    margin-right: 105px;
}

.mrt-120 {
    margin-top: 120px;
}

.mrb-120 {
    margin-bottom: 120px;
}

@media only screen and (max-width: 991px) {
    .mrb-120 {
        margin-bottom: 100px;
    }
}

.mrl-120 {
    margin-left: 120px;
}

.mrr-120 {
    margin-right: 120px;
}

.mrb-145 {
    margin-bottom: 145px;
}

.mrt-150 {
    margin-top: 150px;
}

.mrt-200 {
    margin-top: 200px;
}

.mrb-150 {
    margin-bottom: 150px;
}

.mrb-155 {
    margin-bottom: 155px;
}

.mrb-170 {
    margin-bottom: 170px;
}

.mrb-175 {
    margin-bottom: 175px;
}

.mrl-150 {
    margin-left: 150px;
}

.mrr-150 {
    margin-right: 150px;
}

.mrb-185 {
    margin-bottom: 185px;
}

.mrb-190 {
    margin-bottom: 190px;
}

.mrb-195 {
    margin-bottom: 195px;
}

.mrb-200 {
    margin-bottom: 200px;
}

@media only screen and (max-width: 991px) {
    .md-mrt-60 {
        margin-top: 60px;
    }

    .md-mrb-60 {
        margin-bottom: 60px;
    }

    .md-mrt-55 {
        margin-top: 55px;
    }

    .md-mrb-55 {
        margin-bottom: 55px;
    }

    .md-mrt-50 {
        margin-top: 50px;
    }

    .md-mrb-50 {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .ms-mrt-60 {
        margin-top: 60px;
    }

    .ms-mrb-60 {
        margin-bottom: 60px;
    }

    .ms-mrt-55 {
        margin-top: 55px;
    }

    .ms-mrb-55 {
        margin-bottom: 55px;
    }

    .ms-mrt-50 {
        margin-top: 50px;
    }

    .ms-mrb-50 {
        margin-bottom: 50px;
    }
}

/* Margin Top Negative Value */
.ml-t-5 {
    margin-top: -5px;
}

.ml-t-8 {
    margin-top: -8px;
}

.ml-t-058p {
    margin-top: -0.58%;
}

.ml-t-10 {
    margin-top: -10px;
}

.ml-t-15 {
    margin-top: -15px;
}

.ml-t-20 {
    margin-top: -20px;
}

.ml-t-25 {
    margin-top: -25px;
}

.ml-t-30 {
    margin-top: -30px;
}

.ml-t-35 {
    margin-top: -35px;
}

.ml-t-40 {
    margin-top: -40px;
}

.ml-t-45 {
    margin-top: -45px;
}

.ml-t-50 {
    margin-top: -50px;
}

.ml-t-55 {
    margin-top: -55px;
}

.ml-t-60 {
    margin-top: -60px;
}

.ml-t-75 {
    margin-top: -75px;
}

.ml-t-90 {
    margin-top: -90px;
}

.ml-t-105 {
    margin-top: -105px;
}

.ml-t-120 {
    margin-top: -120px;
}

.ml-t-135 {
    margin-top: -135px;
}

.ml-t-150 {
    margin-top: -150px;
}

.ml-t-165 {
    margin-top: -165px;
}

.ml-t-180 {
    margin-top: -180px;
}

.ml-t-195 {
    margin-top: -195px;
}

.ml-t-210 {
    margin-top: -210px;
}

.ml-t-225 {
    margin-top: -225px;
}

/* Margin bottom Negtive value */
.ml-b-5 {
    margin-bottom: -5px;
}

.ml-b-10 {
    margin-bottom: -10px;
}

.ml-b-15 {
    margin-bottom: -15px;
}

.ml-b-20 {
    margin-bottom: -20px;
}

.ml-b-25 {
    margin-bottom: -25px;
}

.ml-b-30 {
    margin-bottom: -30px;
}

.ml-b-35 {
    margin-bottom: -35px;
}

.ml-b-40 {
    margin-bottom: -40px;
}

.ml-b-45 {
    margin-bottom: -45px;
}

.ml-b-50 {
    margin-bottom: -50px;
}

.ml-b-55 {
    margin-bottom: -55px;
}

.ml-b-60 {
    margin-bottom: -60px;
}

.ml-b-75 {
    margin-bottom: -75px;
}

.ml-b-80 {
    margin-bottom: -80px;
}

.ml-b-90 {
    margin-bottom: -90px;
}

.ml-b-105 {
    margin-bottom: -105px;
}

.ml-b-120 {
    margin-bottom: -120px;
}

.ml-b-135 {
    margin-bottom: -135px;
}

.ml-bp-0933 {
    margin-bottom: -0.933%;
}

/*-------------------------------------------------
    [ ## Padding Element ]
*/
.pd-0 {
    padding: 0 !important;
}

.pd-t-0 {
    padding-top: 0;
}

.pd-b-0 {
    padding-bottom: 0;
}

.pd-l-0 {
    padding-left: 0;
}

.pd-r-0 {
    padding-right: 0;
}

.pd-t-5 {
    padding-top: 5px;
}

.pd-b-5 {
    padding-bottom: 5px;
}

.pd-l-5 {
    padding-left: 5px;
}

.pd-r-5 {
    padding-right: 5px;
}

.pd-t-10 {
    padding-top: 10px;
}

.pd-b-10 {
    padding-bottom: 10px;
}

.pd-l-10 {
    padding-left: 10px;
}

.pd-r-10 {
    padding-right: 10px;
}

.pd-t-15 {
    padding-top: 15px;
}

.pd-b-15 {
    padding-bottom: 15px;
}

.pd-l-15 {
    padding-left: 15px;
}

.pd-r-15 {
    padding-right: 15px;
}

.pd-t-20 {
    padding-top: 20px;
}

.pd-b-20 {
    padding-bottom: 20px;
}

.pd-l-20 {
    padding-left: 20px;
}

.pd-r-20 {
    padding-right: 20px;
}

.pd-t-25 {
    padding-top: 25px;
}

.pd-b-25 {
    padding-bottom: 25px;
}

.pd-l-25 {
    padding-left: 25px;
}

.pd-r-25 {
    padding-right: 25px;
}

.pd-t-30 {
    padding-top: 30px;
}

.pd-b-30 {
    padding-bottom: 30px;
}

.pd-l-30 {
    padding-left: 30px;
}

.pd-r-30 {
    padding-right: 30px;
}

.pd-t-35 {
    padding-top: 35px;
}

.pd-b-35 {
    padding-bottom: 35px;
}

.pd-l-35 {
    padding-left: 35px;
}

.pd-r-35 {
    padding-right: 35px;
}

.pd-t-40 {
    padding-top: 40px;
}

.pd-b-40 {
    padding-bottom: 40px;
}

.pd-l-40 {
    padding-left: 40px;
}

.pd-r-40 {
    padding-right: 40px;
}

.pd-t-45 {
    padding-top: 45px;
}

.pd-b-45 {
    padding-bottom: 45px;
}

.pd-l-45 {
    padding-left: 45px;
}

.pd-r-45 {
    padding-right: 45px;
}

.pd-t-50 {
    padding-top: 50px;
}

.pd-b-50 {
    padding-bottom: 50px;
}

.pd-l-50 {
    padding-left: 50px;
}

.pd-r-50 {
    padding-right: 50px;
}

.pd-t-60 {
    padding-top: 60px;
}

.pd-b-60 {
    padding-bottom: 60px;
}

.pd-l-60 {
    padding-left: 60px;
}

.pd-r-60 {
    padding-right: 60px;
}

.pd-t-70 {
    padding-top: 70px;
}

.pd-b-70 {
    padding-bottom: 70px;
}

.pd-l-70 {
    padding-left: 70px;
}

.pd-r-70 {
    padding-right: 70px;
}

.pd-t-75 {
    padding-top: 75px;
}

.pd-b-75 {
    padding-bottom: 75px;
}

.pd-l-75 {
    padding-left: 75px;
}

.pd-r-75 {
    padding-right: 75px;
}

.ptb-80 {
    padding: 80px 0;
}

.pd-t-80 {
    padding-top: 80px;
}

.pd-b-80 {
    padding-bottom: 80px;
}

.pd-l-80 {
    padding-left: 80px;
}

.pd-r-80 {
    padding-right: 80px;
}

.pd-t-90 {
    padding-top: 90px;
}

.pd-b-90 {
    padding-bottom: 90px;
}

.pd-l-90 {
    padding-left: 90px;
}

.pd-r-90 {
    padding-right: 90px;
}

.pd-t-100 {
    padding-top: 100px;
}

.pd-l-100 {
    padding-left: 100px;
}

.pd-r-100 {
    padding-right: 100px;
}

.pd-t-105 {
    padding-top: 105px;
}

.pd-b-105 {
    padding-bottom: 105px;
}

.pd-l-105 {
    padding-left: 105px;
}

.pd-r-105 {
    padding-right: 105px;
}

.pd-t-130 {
    padding-top: 130px;
}

.pd-b-130 {
    padding-bottom: 130px;
}

.pd-l-130 {
    padding-left: 130px;
}

.pd-r-130 {
    padding-right: 130px;
}

.ptb-130 {
    padding: 130px 0;
}

.pd-t-135 {
    padding-top: 135px;
}

.pd-b-135 {
    padding-bottom: 135px;
}

.pd-l-135 {
    padding-left: 135px;
}

.pd-r-135 {
    padding-right: 135px;
}

.pd-t-140 {
    padding-top: 140px;
}

.pd-b-140 {
    padding-bottom: 140px;
}

.pd-l-140 {
    padding-left: 140px;
}

.pd-r-140 {
    padding-right: 140px;
}

.pd-t-150 {
    padding-top: 150px;
}

.pd-b-150 {
    padding-bottom: 150px;
}

.pd-l-150 {
    padding-left: 150px;
}

.pd-r-150 {
    padding-right: 150px;
}

.pd-t-165 {
    padding-top: 165px;
}

.pd-b-165 {
    padding-bottom: 165px;
}

.pd-l-165 {
    padding-left: 165px;
}

.pd-r-165 {
    padding-right: 165px;
}

.pd-t-180 {
    padding-top: 180px;
}

.pd-b-170 {
    padding-bottom: 170px;
}

.pd-b-180 {
    padding-bottom: 180px;
}

.pd-l-180 {
    padding-left: 180px;
}

.pd-r-180 {
    padding-right: 180px;
}

.pd-t-195 {
    padding-top: 195px;
}

.pd-b-195 {
    padding-bottom: 195px;
}

.pd-l-195 {
    padding-left: 195px;
}

.pd-r-195 {
    padding-right: 195px;
}

.pd-t-200 {
    padding-top: 200px;
}

.pd-b-200 {
    padding-bottom: 200px !important;
}

.pd-l-200 {
    padding-left: 200px;
}

.pd-r-200 {
    padding-right: 200px;
}

.pd-t-205 {
    padding-top: 205px;
}

.pd-b-205 {
    padding-bottom: 205px;
}

.pd-l-205 {
    padding-left: 205px;
}

.pd-r-205 {
    padding-right: 205px;
}

.pd-t-210 {
    padding-top: 210px;
}

.pd-t-220 {
    padding-top: 220px;
}

.pd-b-220 {
    padding-bottom: 220px;
}

.pd-l-220 {
    padding-left: 220px;
}

.pd-r-220 {
    padding-right: 220px;
}

.pd-t-225 {
    padding-top: 225px;
}

.pd-b-225 {
    padding-bottom: 225px;
}

.pd-l-225 {
    padding-left: 225px;
}

.pd-r-225 {
    padding-right: 225px;
}

.pd-t-235 {
    padding-top: 235px;
}

.pd-b-235 {
    padding-bottom: 235px;
}

.pd-l-235 {
    padding-left: 235px;
}

.pd-r-235 {
    padding-right: 220px;
}

.pd-t-240 {
    padding-top: 240px;
}

.pd-t-255 {
    padding-top: 255px;
}

.pd-10 {
    padding: 10px;
}

.pd-20 {
    padding: 20px;
}

.pd-30 {
    padding: 30px;
}

.pd-40 {
    padding: 40px;
}

.pd-50 {
    padding: 50px;
}

.pd-60 {
    padding: 60px;
}

.pd-70 {
    padding: 70px;
}

.pd-80 {
    padding: 80px;
}

.pd-90 {
    padding: 90px;
}

.pd-100 {
    padding: 100px;
}

/*-------------------------------------------------
    [ ## Flex Element ]
*/

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.inline {
    display: inline-block;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*-------------------------------------------------
    [ ## Color Element ]
*/
.color-primary {
    color: #36ce69 !important;
}

.color-secondary {
    color: #5C73F2 !important;
}

.color-white {
    color: white !important;
}

.color-black {
    color: black !important;
}

.text-white {
    color: white;
}

.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5 {
    color: white !important;
}

/*-------------------------------------------------
    [ ## Background Element ]
*/
.bg-white {
    background-color: white;
}

.bg-secondary {
    background-color: #5C73F2 !important;
}

.bg-black {
    background-color: black;
}

.bg-black-russian {
    background-color: #12141c;
}

.bg-primary {
    background-color: #36ce69 !important;
}

.bg-juice-peach {
    background-color: #fff6e9;
}

.bg-gradient {
    background: -moz-linear-gradient(110deg, #36ce69, #5C73F2);
    background: -webkit-linear-gradient(110deg, #36ce69, #5C73F2);
    background: -o-linear-gradient(110deg, #36ce69, #5C73F2);
    background: linear-gradient(110deg, #36ce69, #5C73F2);
}

/*-------------------------------------------------
    [ ## Social Element ]
*/
.fb-color {
    color: #3b5998;
}

.fb-bg {
    background-color: #3b5998;
}

.tw-color {
    color: #1da1f2;
}

.tw-bg {
    background-color: #1da1f2;
}

.yt-color {
    color: #ff0000;
}

.yt-bg {
    background-color: #ff0000;
}

.in-color {
    color: #c32aa3;
}

.in-bg {
    background-color: #c32aa3;
}

.pin-color {
    color: #bd081c;
}

.pin-bg {
    background-color: #bd081c;
}

.lid-color {
    color: #007bb5;
}

.lid-bg {
    background-color: #007bb5;
}

.gplus-color {
    color: #db4437;
}

.gplus-bg {
    background-color: #db4437;
}

.drib-color {
    color: #ea4c89;
}

.drib-bg {
    background-color: #ea4c89;
}

.drib-color {
    color: #ea4c89;
}

.drib-bg {
    background-color: #ea4c89;
}

.dbart-color {
    color: #05cc47;
}

.dbart-bg {
    background-color: #05cc47;
}

.bh-color {
    color: #053eff;
}

.bh-bg {
    background-color: #053eff;
}

/*-------------------------------------------------
    [ ## Overlay Element ]
*/
.bg-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-image-right {
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

.bg-image-100 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.hg-background {
    bottom: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: -2;
}

.bg-overlay {
    position: relative;
}

.bg-overlay:before {
    content: "";
    position: absolute;
    background-color: black;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.5;
}

.bg-overlay>div {
    position: relative;
    z-index: 2;
}

.bg-overlay-primary {
    position: relative;
}

.bg-overlay-primary:before {
    content: "";
    position: absolute;
    background-color: #36ce69;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.4;
}

.bg-overlay-primary>div {
    position: relative;
    z-index: 2;
}

.bg-overlay-gradient,
.bg-overlay-gradient-two,
.bg-overlay-gradient-three {
    position: relative;
}

.bg-overlay-gradient:before {
    background: -webkit-linear-gradient(145deg, #36ce69, #5C73F2);
    background: -moz-linear-gradient(145deg, #36ce69, #5C73F2);
    background: linear-gradient(145deg, #36ce69, #5C73F2);
    background: -o-linear-gradient(145deg, #36ce69, #5C73F2);
}

.bg-overlay-gradient:before,
.bg-overlay-gradient-two:before,
.bg-overlay-gradient-three:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.5;
}

.bg-overlay-gradient>div {
    position: relative;
    z-index: 2;
}

/*-------------------------------------------------
    [ ## Borders ]
*/
.box-shadow-high {
    box-shadow: 3px 3px 50px rgb(0 0 0 / 15%);
}

.br-top {
    border-top: 1px solid #383841;
}

.br-right {
    border-right: 1px solid #383841;
}

.br-bottom {
    border-bottom: 1px solid #383841;
}

.br-left {
    border-left: 1px solid #383841;
}

/*-------------------------------------------------
    [ Border Radius ]
*/

.radius-1 {
    border-radius: 0.3125em !important;
}

.radius-2 {
    border-radius: 0.625em !important;
}

.radius-3 {
    border-radius: 0.9375em !important;
}

.radius-4 {
    border-radius: 1.25em !important;
}

.radius-5 {
    border-radius: 1.5625em !important;
}

.radius-6 {
    border-radius: 1.875em !important;
}

.radius-7 {
    border-radius: 2.1875em !important;
}

.radius-8 {
    border-radius: 2.5em !important;
}

.radius-9 {
    border-radius: 2.8125em !important;
}

.radius-10 {
    border-radius: 3.125em !important;
}

/*-------------------------------------------------
    [ Block Elements ]
*/

.center-block {
    margin: 0 auto;
    display: block !important;
    text-align: center;
}

/*-------------------------------------------------
    [ ## Lists ]
*/
li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1em;
}

.remove-broswer-defult {
    list-style: none;
    padding: 0;
    margin: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

/*-------------------------------------------------
    [ ## Post, Page, Comments Table ]
*/
body:not(.woocommerce-page) .article-content table,
body:not(.bbpress) .article-content table,
body:not(.buddypress) .article-content table {
    margin-bottom: 30px;
}

body:not(.woocommerce-page) .article-content table td,
body:not(.woocommerce-page) .article-content table th,
body:not(.bbpress) .article-content table td,
body:not(.bbpress) .article-content table th,
body:not(.buddypress) .article-content table td,
body:not(.buddypress) .article-content table th {
    border: 1px solid #dddddd;
    padding: 15px;
}

.comment-content table {
    margin-bottom: 30px;
}

.comment-content table td,
.comment-content table th {
    border: 1px solid #dddddd;
    padding: 15px;
}

/*-------------------------------------------------
    [ # Button Links ]
*/
.btn-links-area {
    margin: 5px 10px -5px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .btn-links-area {
        justify-content: center;
    }
}

.btn-links-area .btn-links {
    background-color: whitesmoke;
    border: 0 solid;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    color: #999999;
    font-size: 20px;
    padding: 0;
    position: relative;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 35px;
    border-radius: 25px;
    margin: 5px;
}

@media only screen and (max-width: 767px) {
    .btn-links-area .btn-links {
        padding: 5px 25px;
    }
}

.btn-links-area .btn-links:hover {
    color: white;
    background-color: #36ce69;
}

/*-------------------------------------------------
    [ ## Waves Effect ]
*/
.waves-effect {
    position: absolute;
    left: 0;
    width: 100%;
}

.waves-effect svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 185px;
}

@media only screen and (max-width: 1366px) {
    .waves-effect {
        background-size: cover;
    }
}

.waves-effect.top {
    top: -2px;
    height: 185px;
}

.waves-effect.bottom {
    bottom: -2px;
    height: 175px;
}

/*-------------------------------------------------
    [ ## Socail Status ]
*/
.social-status {
    margin: 0 -5px;
}

.social-status a {
    border-radius: 50%;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    margin: 0 5px;
    color: black;
}

@media only screen and (max-width: 767px) {
    .social-status a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 575px) {
    .social-status a {
        font-size: 15px;
    }
}

.social-status a:hover,
.social-status a:focus {
    color: #36ce69 !important;
}

.social-status.style-two a:hover,
.social-status.style-two a:focus {
    color: #ec77ab !important;
}

/*-------------------------------------------------
    [ ## Filter Pricing ]
*/
.filter-pricing-tab {
    text-align: center;
    margin-bottom: 40px;
}

.filter-pricing-tab .nav-tabs {
    background-color: whitesmoke;
    border: 0px solid;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
}

.filter-pricing-tab .nav-tabs>li {
    border-right: 0px solid;
    display: inline-block;
    margin: 0 -2px;
}

.filter-pricing-tab .nav-tabs>li>a {
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    margin-right: 0;
    min-width: 130px;
    padding: 9px 15px 7px;
    text-transform: capitalize;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    text-align: center;
    text-transform: capitalize;
    color: black;
}

@media only screen and (max-width: 575px) {
    .filter-pricing-tab .nav-tabs>li>a {
        font-size: 14px;
        min-width: 100px;
    }
}

.filter-pricing-tab .nav-tabs>li>a:hover {
    color: black;
}

.filter-pricing-tab .nav-tabs>li>a.active {
    color: white;
    background-color: black;
}

/*-------------------------------------------------
    [ ## Search ]
*/
.search-wrap {
    position: relative;
    margin-left: 35px;
}

@media only screen and (max-width: 1199px) {
    .search-wrap {
        margin-left: 20px;
    }
}

.search-wrap .search-btn {
    cursor: pointer;
    font-size: 22px;
    text-align: right;
    color: white;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    min-width: 20px;
}

.search-wrap .search-btn:hover {
    color: #36ce69;
}

.search-wrap .search-btn.active i:before {
    content: "\eee4";
}

.search-wrap .search-form {
    background-color: white;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.15);
    display: none;
    height: 70px;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: right;
    top: calc(100% + 28px);
    width: 450px;
    z-index: 99;
}

@media only screen and (max-width: 1199px) {
    .search-wrap .search-form {
        top: calc(100% + 20px);
    }
}

@media only screen and (max-width: 575px) {
    .search-wrap .search-form {
        width: 300px;
        right: -50px;
        height: 55px;
        padding: 5px;
    }
}

.search-wrap .search-form input[type="search"] {
    border: 1px solid #e6e6e6;
    float: left;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    width: 85%;
}

@media only screen and (max-width: 575px) {
    .search-wrap .search-form input[type="search"] {
        height: 45px;
        line-height: 45px;
        padding: 0 15px;
    }
}

.search-wrap .search-form button,
.search-wrap .search-form input[type='button'],
.search-wrap .search-form input[type='reset'],
.search-wrap .search-form input[type='submit'] {
    background-color: #36ce69;
    border: 0 solid;
    float: left;
    height: 50px;
    width: 15%;
    color: white;
    font-size: 20px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

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

    .search-wrap .search-form button,
    .search-wrap .search-form input[type='button'],
    .search-wrap .search-form input[type='reset'],
    .search-wrap .search-form input[type='submit'] {
        font-size: 16px;
        height: 45px;
    }
}

.search-wrap .search-form button:hover,
.search-wrap .search-form input[type='button']:hover,
.search-wrap .search-form input[type='reset']:hover,
.search-wrap .search-form input[type='submit']:hover {
    opacity: 0.8;
}

/*-------------------------------------------------
    [ ## Scroll Top ]
*/
.topbutton {
    color: white;
    bottom: 50px;
    display: block;
    height: 60px;
    line-height: 60px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 60px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 999;
    font-size: 20px;
    border-radius: 50%;
    background-color: #434343;
}

.topbutton.btn-show {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.topbutton.btn-hide {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}

.topbutton:hover {
    color: white !important;
    opacity: 0.9;
}

.topbutton:focus {
    color: white !important;
}

/*-------------------------------------------
  -- Animations
-------------------------------------------*/
[data-animate] {
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

/* Fade In Up */
@-webkit-keyframes hg-fadeInUp {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0, 70px, 0);
        transform: translate3d(0, 70px, 0);
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes hg-fadeInUp {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0, 70px, 0);
        transform: translate3d(0, 70px, 0);
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.hg-fadeInUp {
    -webkit-animation-name: hg-fadeInUp;
    animation-name: hg-fadeInUp;
}

/* Fade In Up */
@-webkit-keyframes hg-fadeInUp50 {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes hg-fadeInUp50 {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.hg-fadeInUp50 {
    -webkit-animation-name: hg-fadeInUp50;
    animation-name: hg-fadeInUp50;
}

/* Fade In Down */
@-webkit-keyframes hg-fadeInDown {
    from {
        -webkit-transform: translate3d(0, -1.25rem, 0);
        transform: translate3d(0, -1.25rem, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes hg-fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -1.25rem, 0);
        transform: translate3d(0, -1.25rem, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.hg-fadeInDown {
    -webkit-animation-name: hg-fadeInDown;
    animation-name: hg-fadeInDown;
}

/* Fade In Left */
@-webkit-keyframes hg-fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes hg-fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.hg-fadeInLeft {
    -webkit-animation-name: hg-fadeInLeft;
    animation-name: hg-fadeInLeft;
}

/* Fade In Right */
@-webkit-keyframes hg-fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes hg-fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.hg-fadeInRight {
    -webkit-animation-name: hg-fadeInRight;
    animation-name: hg-fadeInRight;
}

/* Zoom In */
@-webkit-keyframes hg-zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.11) translateY(10px);
        transform: scale(1.11) translateY(10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }
}

@keyframes hg-zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.11) translateY(10px);
        transform: scale(1.11) translateY(10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }
}

.hg-zoomIn {
    -webkit-animation-name: hg-zoomIn;
    animation-name: hg-zoomIn;
}

/* Zoom Out In */
@-webkit-keyframes hg-zoomOutIn {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes hg-zoomOutIn {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.hg-zoomOutIn {
    -webkit-animation-name: hg-zoomOutIn;
    animation-name: hg-zoomOutIn;
}

/* Zoom In Short */
@-webkit-keyframes hg-zoomInShort {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes hg-zoomInShort {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.hg-zoomInShort {
    -webkit-animation-name: hg-zoomInShort;
    animation-name: hg-zoomInShort;
}

@-webkit-keyframes play-pluse {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes play-pluse {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0;
    }
}

@-webkit-keyframes top-down {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes top-down {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes down-top {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes down-top {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes left-right {
    0% {
        -webkit-transform: translate3d(0px, 0px, 0);
        transform: translate3d(0px, 0px, 0);
    }

    50% {
        -webkit-transform: translate3d(20px, 35px, 0);
        transform: translate3d(20px, 35px, 0);
    }

    100% {
        -webkit-transform: translate3d(0px, 0px, 0);
        transform: translate3d(0px, 0px, 0);
    }
}

@keyframes left-right {
    0% {
        -webkit-transform: translate3d(0px, 0px, 0);
        transform: translate3d(0px, 0px, 0);
    }

    50% {
        -webkit-transform: translate3d(20px, 35px, 0);
        transform: translate3d(20px, 35px, 0);
    }

    100% {
        -webkit-transform: translate3d(0px, 0px, 0);
        transform: translate3d(0px, 0px, 0);
    }
}

@-webkit-keyframes rotate360 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

@keyframes rotate360 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

/* Rotate360 */
@-webkit-keyframes rotate360 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

@keyframes rotate360 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

.rotate360 {
    -webkit-animation-name: rotate360;
    animation-name: rotate360;
}

/* TriangleScale */
@-webkit-keyframes TriangleScale {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5);
        transform: rotate(0deg) scale(0.5);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(1);
        transform: rotate(180deg) scale(1);
    }

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

@keyframes TriangleScale {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5);
        transform: rotate(0deg) scale(0.5);
    }

    50% {
        -webkit-transform: rotate(180deg) scale(1);
        transform: rotate(180deg) scale(1);
    }

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

.TriangleScale {
    -webkit-animation-name: TriangleScale;
    animation-name: TriangleScale;
}

/* bt-leftRight-20 */
@-webkit-keyframes bt-leftRight-20 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bt-leftRight-20 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* bt-bottomTop-40 */
@-webkit-keyframes bt-bottomTop-40 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bt-bottomTop-40 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* bt-topBottom-40 */
@-webkit-keyframes bt-topBottom-40 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(0, -40px, 0);
        transform: translate3d(0, -40px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bt-topBottom-40 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(0, -40px, 0);
        transform: translate3d(0, -40px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* bt-topBottom-20 */
@-webkit-keyframes bt-topBottom-20 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bt-topBottom-20 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* bt-ZoomInOut */
@keyframes zoom-in-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.5, 1.5);
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes blur {

    0%,
    90% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
    }

    50% {
        -webkit-filter: blur(50px);
        -moz-filter: blur(50px);
        -o-filter: blur(50px);
        -ms-filter: blur(50px);
    }
}




/* bt-moving-left-right */
@keyframes moving-left-right-one {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    40% {
        -webkit-transform: translateX(50px) translateY(-200px);
        transform: translateX(50px) translateY(-200px);
    }

    75% {
        -webkit-transform: translateX(800px);
        transform: translateX(800px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

@keyframes moving-left-right-two {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    40% {
        -webkit-transform: translateX(-50px) translateY(200px);
        transform: translateX(-50px) translateY(200px);
    }

    75% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

@keyframes moving-left-right-three {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    40% {
        -webkit-transform: translateX(100px) translateY(-200px);
        transform: translateX(100px) translateY(-200px);
    }

    75% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

/* bt-moving-top-bottom */
@keyframes moving-top-bottom-one {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    40% {
        -webkit-transform: translateY(-600px);
        transform: translateY(-600px);
    }

    75% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

.animation-blur {
    -webkit-animation: linear blur 3s infinite;
    -moz-animation: linear blur 3s infinite;
    ;
    animation: linear blur 3s infinite;
}

.animation-zoom {
    -webkit-animation: linear zoom-in-out 3s infinite;
    -moz-animation: linear zoom-in-out 3s infinite;
    ;
    animation: linear zoom-in-out 3s infinite;
}

.animation-moving-left-right-one {
    -webkit-animation: moving-left-right-one infinite 60s;
    animation: moving-left-right-one infinite 60s;
}

.animation-moving-left-right-two {
    -webkit-animation: moving-left-right-two infinite 40s;
    animation: moving-left-right-two infinite 40s;
}

.animation-moving-left-right-three {
    -webkit-animation: moving-left-right-three 25s infinite;
    animation: moving-left-right-three 25s infinite;
}



@-webkit-keyframes kenburn {
    0% {
        -webkit-transform-origin: bottom left;
        -moz-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        -o-transform-origin: bottom left;
        transform-origin: bottom left;
        transform: scale(1.0);
        -ms-transform: scale(1.0);
        /* IE 9 */

        -webkit-transform: scale(1.0);
        /* Safari and Chrome */

        -o-transform: scale(1.0);
        /* Opera */

        -moz-transform: scale(1.0);
        /* Firefox */
    }

    100% {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        /* IE 9 */

        -webkit-transform: scale(1.2);
        /* Safari and Chrome */

        -o-transform: scale(1.2);
        /* Opera */

        -moz-transform: scale(1.2);
        /* Firefox */
    }
}

@keyframes kenburn {
    0% {
        -webkit-transform-origin: bottom left;
        -moz-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        -o-transform-origin: bottom left;
        transform-origin: bottom left;
        transform: scale(1.0);
        -ms-transform: scale(1.0);
        /* IE 9 */

        -webkit-transform: scale(1.0);
        /* Safari and Chrome */

        -o-transform: scale(1.0);
        /* Opera */

        -moz-transform: scale(1.0);
        /* Firefox */
    }

    100% {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        /* IE 9 */

        -webkit-transform: scale(1.2);
        /* Safari and Chrome */

        -o-transform: scale(1.2);
        /* Opera */

        -moz-transform: scale(1.2);
        /* Firefox */
    }
}


/*-------------------------------------------------
    [ ## Others Element ]
*/
.block-img {
    display: block;
}

.mfp-close {
    color: white !important;
}

.full-content {
    float: none;
    margin: auto;
}

.full-width {
    width: 100%;
}

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

[data-bg-image] {
    background-size: cover;
    background-position: 50%;
}

.no-border {
    border: 0 none !important;
}

.overflow-hide {
    overflow: hidden;
}

.overflow-visible {
    overflow: visible;
}

.fl-none {
    float: none !important;
}

.owl-carousel .owl-item img {
    width: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
    .container {
        max-width: 1200px;
    }

    .container-project .container {
        max-width: 1400px;
    }

}

@media only screen and (min-width: 481px) and (max-width: 575px) {

    .container,
    .container-fluid {
        max-width: 450px;
    }
}

@media only screen and (max-width: 992px) {
    .md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
}

@media only screen and (max-width: 767px) {
    .sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
}

.logo-text {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    color: #b2a1d2 !important;
    letter-spacing: 0.45em;
    display: inline-block;
}

.logo-text>a:focus,
.logo-text>a:hover,
.logo-text:focus,
.logo-text:hover {
    color: #b2a1d2 !important;
}

.text-gradient {
    color: #36ce69 !important;
    background: linear-gradient(145deg, #36ce69, #5C73F2);
    background: -webkit-linear-gradient(145deg, #36ce69, #5C73F2);
    background: -moz-linear-gradient(145deg, #36ce69, #5C73F2);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*-------------------------------------------------
    # Forms
*/
/*-------------------------------------------------
    [ ## Buttons ]
*/
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

input[type='submit']:hover {
    color: white;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'],
input[type='button'],
input[type='reset'],
input[type='submit'] {
    cursor: pointer;
    -webkit-appearance: button;
}

button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus {
    outline: none;
}

button::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.btn {
    -webkit-transition: all 0.3s ease 0.02s;
    transition: all 0.3s ease 0.02s;
}

.btn:active,
.btn:focus {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.btn {
    border-radius: 0;
    border: 0px solid;
    font-weight: normal;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
    .btn {
        font-size: 15px;
    }
}

.btn-default {
    padding: 10px 25px 8px;
    color: #36ce69;
    background-color: transparent;
    border: 1px solid #36ce69;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
    text-transform: capitalize;
}

@media only screen and (max-width: 1199px) {
    .btn-default {
        padding: 10px 25px 7px;
    }
}

@media only screen and (max-width: 767px) {
    .btn-default {
        padding: 9px 20px;
    }
}

.btn-default:hover,
.btn-default:focus {
    color: white !important;
    background-color: #36ce69;
}

.btn-primary.active:focus:not(:disabled):not(.disabled),
.btn-primary:focus {
    box-shadow: 0 0 0 0rem rgba(38, 143, 255, 0);
}

.btn-primary {
    color: white;
    border: 0px solid;
    position: relative;
    z-index: 1;
    -webkit-transition: ease-in 0.25s;
    -moz-transition: ease-in 0.25s;
    transition: ease-in 0.25s;
    font-family: 'Poppins', sans-serif;
    background: #36ce69;
    font-size: 16px;
    padding: 10px 35px 9px;
    font-weight: 400;
}

@media only screen and (max-width: 1199px) {
    .btn-primary {
        font-size: 18px;
    }
}

@media only screen and (max-width: 991px) {
    .btn-primary {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .btn-primary {
        font-size: 15px;
        padding: 9px 25px;
    }
}

.btn-primary:hover,
.btn-primary:focus {
    box-shadow: 3px 6px 20px -7px rgb(0 0 0 / 30%);
    background: #5C73F2;
    color: black;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: black;
    background-color: #5C73F2;
    border-color: #5C73F2;
}

.btn-secondary {
    color: black;
    border: 0px solid;
    position: relative;
    z-index: 1;
    -webkit-transition: ease-in 0.25s;
    -moz-transition: ease-in 0.25s;
    transition: ease-in 0.25s;
    font-family: 'Poppins', sans-serif;
    background: #5C73F2;
    font-size: 16px;
    padding: 10px 35px 9px;
    font-weight: 400;
}

@media only screen and (max-width: 1199px) {
    .btn-secondary {
        font-size: 18px;
    }
}

@media only screen and (max-width: 991px) {
    .btn-secondary {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .btn-secondary {
        font-size: 15px;
        padding: 9px 25px;
    }
}

.btn-secondary:hover,
.btn-secondary:focus {
    box-shadow: 3px 6px 20px -7px rgb(0 0 0 / 30%);
    background: #36ce69;
    color: white;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: white;
    background: #36ce69;
    border-color: #36ce69;
}

.btn.btn-secondary.btn-wide {
    padding: 15px 65px 15px !important;
}

.btn-primary.btn-white {
    background: #fff;
    color: #000;
}

.btn-primary.btn-white:hover,
.btn-primary.btn-white:focus {
    box-shadow: 3px 6px 20px -7px rgb(0 0 0 / 30%);
    background: #000;
    color: #fff;
}

.btn-primary.btn-white:not(:disabled):not(.disabled).active,
.btn-primary.btn-white:not(:disabled):not(.disabled):active,
.show>.btn-primary.btn-white.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000;
}


.btn-primary.btn-gradient {
    padding: 11px 25px 9px;
    background-image: -webkit-linear-gradient(110deg, #36ce69 0%, #5C73F2 100%);
    background-image: -o-linear-gradient(110deg, #36ce69 0%, #5C73F2 100%);
    background-image: linear-gradient(110deg, #36ce69 0%, #5C73F2 100%);
    position: relative;
    z-index: 1;
    color: #fff;
}

.btn-primary.btn-gradient:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(110deg, #5C73F2 0%, #36ce69 100%);
    background-image: -o-linear-gradient(110deg, #5C73F2 0%, #36ce69 100%);
    background-image: linear-gradient(110deg, #5C73F2 0%, #36ce69 100%);
    z-index: -1;
    transition: opacity 0.3s linear;
    opacity: 0;
    border-radius: 0.3125em !important;
}

.btn-primary.btn-gradient:hover:before {
    opacity: 1;
}

.btn-primary.btn-primary-color {
    padding: 11px 25px 9px;
    background: -webkit-linear-gradient(#36ce69, #5C73F2);
    background: linear-gradient(#36ce69, #5C73F2);
}

.btn-primary.btn-black {
    background: #000;
}

.btn-primary.btn-black:hover,
.btn-primary.btn-black:focus {
    background: #5C73F2;
    color: #000;
}

.btn-primary.btn-gradient-45 {
    background: -webkit-linear-gradient(305deg, #36ce69, #5C73F2);
    background: linear-gradient(145deg, #36ce69, #5C73F2);
}

.btn.btn-primary.btn-lg {
    font-size: 18px;
    padding: 25px 60px;
}

.btn.btn-primary.btn-wide {
    padding: 15px 65px 15px !important;
}

.form-group-btn {
    margin: 0 -10px -10px;
}

.form-group-btn>.btn {
    margin: 0 10px 10px;
    padding: 15px 45px;
}

@media only screen and (max-width: 575px) {
    .form-group-btn {
        margin: 0 -7px -10px;
    }

    .form-group-btn>.btn {
        margin: 0 7px 10px;
    }
}

.read-more {
    font-weight: normal;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    background-color: #36ce69;
}

@media only screen and (max-width: 991px) {
    .read-more {
        padding: 9px 20px;
    }
}

@media only screen and (max-width: 991px) {
    .read-more {
        padding: 8px 20px;
        font-size: 15px;
    }
}

.read-more:hover {
    box-shadow: 3px 6px 20px -7px rgb(0 0 0 / 30%);
    background: #5C73F2;
    color: black;
}


.read-more-text {
    font-weight: normal;
    color: white;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    letter-spacing: 1px;
}

@media only screen and (max-width: 1199px) {
    .read-more-text {
        font-size: 16px;
    }
}

.read-more-text>[class*='icofont-'] {
    padding-left: 5px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    margin-top: 2px;
    font-size: 24px;
}

@media only screen and (max-width: 1199px) {
    .read-more-text>[class*='icofont-'] {
        font-size: 20px;
    }
}

.read-more-text:hover {
    color: #36ce69;
}

.read-more-text:hover>[class*='icofont-'] {
    padding-left: 8px;
}

.video-btn {
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 0;
    border-radius: 50%;
    color: black;
    border: 1px solid white;
    width: 100px;
    height: 100px;
}

@media only screen and (max-width: 767px) {
    .video-btn {
        width: 60px;
        height: 60px;
    }
}

@media only screen and (max-width: 420px) {
    .video-btn {
        width: 45px;
        height: 45px;
    }
}

.video-btn:hover,
.video-btn:focus {
    border-color: #36ce69;
}

.video-btn:hover>span,
.video-btn:focus>span {
    color: #36ce69;
}

.video-btn-gradient:hover,
.video-btn-gradient:focus {
    border-color: #36ce69;
}

.video-btn-gradient:hover>span,
.video-btn-gradient:focus>span {
    color: #36ce69;
}

.video-btn>span {
    display: block;
    font-size: 30px;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: white;
}

@media only screen and (max-width: 767px) {
    .video-btn>span {
        font-size: 20px;
    }
}

@media only screen and (max-width: 420px) {
    .video-btn>span {
        font-size: 16px;
    }
}

.comment-navigation .nav-links a {
    background: white;
    display: inline-block;
    padding: 0.5em 1.8em;
    letter-spacing: 0.02em;
}

.comment-navigation .nav-links a:hover {
    color: white;
}

.mfp-wrap button:hover,
.mfp-wrap input[type='button']:hover,
.mfp-wrap input[type='reset']:hover,
.mfp-wrap input[type='submit']:hover {
    background: transparent !important;
}

.btn-play {
    padding: 15px;
    display: inline-block;
    font-size: 16px;
    height: 55px;
    width: 55px;
    line-height: 25px;
}

.social-btn-lg {
    display: inline-block;
    font-size: 12px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
}

/*-------------------------------------------------
    [ ## Fields ]
*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
    outline: none;
}

input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-text-fill-color: #b7b7b7 !important;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-text-fill-color: #b7b7b7 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

textarea {
    display: block;
    width: 100%;
    display: block;
    min-height: 165px;
}

@media only screen and (max-width: 420px) {
    textarea {
        min-height: 145px;
    }
}

input,
select,
textarea {
    border: none;
    vertical-align: baseline;
    font-size: 100%;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

label {
    font-size: 16px;
    color: #bdc3c7;
    margin-bottom: 10px;
    display: block;
}

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

::-moz-input-placeholder {
    color: #bdc3c7;
}

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

.form-group {
    margin-bottom: 25px;
}

@media only screen and (max-width: 420px) {
    .form-group {
        margin-bottom: 20px;
    }
}

.form-group label {
    color: #36ce69;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 14px;
    cursor: pointer;
}

@media only screen and (max-width: 420px) {
    .form-group label {
        font-size: 15px;
        margin-bottom: 10px;
    }
}

.form-controller {
    border: 0px;
    background-color: #202020;
    width: 100%;
    height: 40px;
    outline: none;
    padding: 5px 15px;
    color: #bdc3c7;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.1);
    resize: none;
}

.form-controller:focus {
    color: white;
    border-color: #36ce69;
}

@media only screen and (max-width: 575px) {
    .form-controller {
        padding: 5px 15px;
    }
}

textarea.form-controller {
    padding-top: 15px;
}

input[type="radio"] {
    display: none;
}

input[type="radio"]+label {
    color: #1d2331;
    position: relative;
    padding-left: 23px;
    line-height: 1.2em;
    text-transform: capitalize;
    cursor: pointer;
}

input[type="radio"]+label:before {
    border: 3px solid #B9BEC0;
    content: "";
    height: 14px;
    left: 1px;
    position: absolute;
    top: 3px;
    -webkit-transition: all 0.15s ease-in 0s;
    transition: all 0.15s ease-in 0s;
    width: 14px;
    background-color: white;
    border-radius: 50%;
}

input[type="radio"]:checked+label:before {
    border-color: #07C1FE;
    background-color: #36ce69;
}

.post-password-form input[type="password"] {
    font-size: 14px;
    border: 1px solid #f0f0f0;
    outline: none;
    box-sizing: border-box;
    padding: 10px;
}

.post-password-form input[type="submit"] {
    padding: 15px 30px;
    position: relative;
    top: 0;
    font-size: 14px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.page-wrapper:before,
.page-wrapper:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.page-wrapper:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .never ending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Header Content
--------------------------------------------------------------*/
.site-header {
    padding: 0px;
    background-color: white;
}

.site-header .navigation-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50px;
}

.site-header .navigation-area .site-branding a {
    display: inline-block;
}

.site-header .navigation-area .header-navigation-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 1199px) {
    .site-header .navigation-area>.site-navigation {
        display: none;
    }
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .site-header .btn-sign-area {
        display: none;
    }
}

.site-header .btn-sign-area .btn-primary {
    padding: 10px 35px 8px;
    font-size: 16px;
    border-radius: 0.3125em;
}

@media only screen and (max-width: 575px) {
    .site-header .btn-sign-area .btn-primary {
        padding: 8px 20px 7px;
    }
}

.site-header.default-header-style,
.site-header.header-style-one,
.site-header.header-style-two,
.site-header.header-style-three {
    padding-top: 20px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: transparent;
    transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
}

.site-header.header-style-one.sticky_header,
.site-header.header-style-two.sticky_header,
.site-header.header-style-three.sticky_header {
    background-color: #202020;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding-bottom: 10px;
    -webkit-box-shadow: 0px 10px 30px rgb(0 0 0 / 5%);
    box-shadow: 0px 10px 30px rgb(0 0 0 / 5%);
}


.site-header.header-style-one .logo-dark {
    display: block;
}

.site-header.header-style-one .logo-white {
    display: none;
}

.site-header.header-style-two .logo-dark,
.site-header.header-style-three .logo-dark,
.site-header.header-style-four .logo-dark {
    display: none;
}

.site-header.header-style-two .logo-white,
.site-header.header-style-three .logo-white,
.site-header.header-style-four .logo-white {
    display: block;
}

.site-header.header-style-one.sticky_header .logo-dark {
    display: none;
}

.site-header.header-style-one.sticky_header .logo-white {
    display: block;
}

.site-header.header-style-one .navigation .mainmenu>li>a,
.site-header.header-style-one .navigation .mainmenu li>a>.menu-arrow,
.site-header.header-style-one .search-wrap .search-btn {
    color: #000;
}

.site-header.header-style-one.sticky_header .navigation .mainmenu>li>a,
.site-header.header-style-one.sticky_header .navigation .mainmenu li>a>.menu-arrow,
.site-header.header-style-one.sticky_header .search-wrap .search-btn {
    color: #fff;
}

.site-header.header-style-one .hamburger-menus>span,
.site-header.header-style-one .navigation .mainmenu>li>a::before {
    background-color: #000;
}

.site-header.header-style-one.sticky_header .hamburger-menus>span,
.site-header.header-style-one.sticky_header .navigation .mainmenu>li>a::before {
    background-color: #fff;
}

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

    .site-header.default-header-style,
    .site-header.header-style-one,
    .site-header.header-style-five {
        padding-top: 5px;
    }
}

.site-header.default-header-style .site-branding,
.site-header.header-style-one .site-branding,
.site-header.header-style-five .site-branding {
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.site-header.default-header-style .hamburger-menus,
.site-header.header-style-one .hamburger-menus,
.site-header.header-style-five .hamburger-menus {
    margin-left: 20px;
}

.site-header.header-style-one .mobile-sidebar-menu,
.site-header.header-style-two .mobile-sidebar-menu .site-header.header-style-three .mobile-sidebar-menu {
    display: block;
}

.site-header.header-style-one .dark-nav {
    background-color: #fff;
    padding: 10px 15px;
}

@media only screen and (max-width: 767px) {
    .site-header.header-style-one .dark-nav {
        background-color: transparent;
    }
}

.site-header.header-style-one.sticky_header .dark-nav {
    background-color: transparent;
    padding: 0 15px;
}

.site-header.header-style-three .hamburger-menus {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.site-header.header-style-two {
    padding: 15px 100px;
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-two {
        padding: 5px 50px;
    }
}

.site-header.header-style-two .btn-sign-area {
    padding-left: 25px;
}

@media only screen and (max-width: 480px) {
    .site-header.header-style-two .btn-sign-area {
        display: none;
    }

    .site-header.header-style-two {
        padding: 15px 0px;
    }
}

.site-header.header-style-two .hamburger-menus {
    margin-left: 25px;
}

.site-header.header-style-three {
    padding: 15px 100px;
}

@media only screen and (max-width: 1199px) {
    .site-header.header-style-three {
        padding: 5px 50px;
    }
}

.site-header.header-style-three .hamburger-menus {
    margin-left: 20px;
}

.site-header.header-style-three .social-status-area {
    margin-bottom: -5px;
}

@media only screen and (max-width: 480px) {
    .site-header.header-style-three .social-status-area {
        display: none;
    }

    .site-header.header-style-three {
        padding: 15px 0px;
    }
}

.site-header.header-style-three .social-status>a:hover,
.site-header.header-style-three .social-status>a:focus {
    color: #36ce69 !important;
    background: -webkit-linear-gradient(left, #36ce69, #36ce69);
    background: linear-gradient(to right, #36ce69, #36ce69);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.site-header.header-style-four {
    position: absolute;
    z-index: 8 !important;
    left: 0;
    height: 965px;
    background-color: #000;
    width: 130px;
}

@media only screen and (max-width: 1366px) {
    .site-header.header-style-four {
        width: 120px;
        height: 850px;
    }
}

@media only screen and (max-width: 1366px) {
    .site-header.header-style-four {
        height: 750px;
    }
}

@media only screen and (max-width: 767px) {
    .site-header.header-style-four {
        height: 600px;
    }
}

@media only screen and (max-width: 575px) {
    .site-header.header-style-four {
        height: 520px;
        width: 90px;
    }
}

.site-header.header-style-four .navigation-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    padding-top: 35px;
}

@media only screen and (max-width: 575px) {
    .site-header.header-style-four .navigation-area {
        padding-top: 20px;
    }
}

.site-header.header-style-four .navigation-area>.site-navigation {
    display: none;
}

.site-header.header-style-four .mobile-sidebar-menu {
    display: block;
}

.site-header.header-style-four .hamburger-menus-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 600;
    font-size: 21px;
    color: white;
    text-transform: uppercase;
}

@media only screen and (max-width: 575px) {
    .site-header.header-style-four .hamburger-menus-area {
        font-size: 16px;
    }
}

.site-header.header-style-four .hamburger-menus-area .hamburger-menus {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 60px;
    margin-bottom: 8px;
}

@media only screen and (max-width: 575px) {
    .site-header.header-style-four .hamburger-menus-area .hamburger-menus {
        width: 40px;
    }
}

.site-header.header-style-four .hamburger-menus-area .hamburger-menus>span {
    background-color: white;
    width: 60px;
    margin: 5px 0;
}

@media only screen and (max-width: 575px) {
    .site-header.header-style-four .hamburger-menus-area .hamburger-menus>span {
        width: 40px;
    }
}

.site-header.header-style-four .hamburger-menus-area .hamburger-menus:hover>span {
    width: 60px !important;
}

@media only screen and (max-width: 575px) {
    .site-header.header-style-four .hamburger-menus-area .hamburger-menus:hover>span {
        width: 40px !important;
    }
}

.site-header.header-style-four .hamburger-menus-area .hamburger-menus.click-menu>span {
    width: 60px !important;
    position: relative;
}

@media only screen and (max-width: 575px) {
    .site-header.header-style-four .hamburger-menus-area .hamburger-menus.click-menu>span {
        width: 40px !important;
    }
}

.site-header.header-style-four .hamburger-menus-area .hamburger-menus.click-menu>span:nth-child(1) {
    top: -17px;
}

@media only screen and (max-width: 575px) {
    .site-header.header-style-four .hamburger-menus-area .hamburger-menus.click-menu>span:nth-child(1) {
        top: -3px;
    }
}

.site-header.header-style-four .social-status-area .social-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 40px;
}

@media only screen and (max-width: 575px) {
    .site-header.header-style-four .social-status-area .social-status {
        padding-bottom: 15px;
    }
}

.site-header.header-style-four .social-status-area .social-status>a {
    color: white;
    margin: 0;
    padding: 5px 0;
}

.site-header.header-style-four .social-status-area .social-status>a:hover,
.site-header.header-style-four .social-status-area .social-status>a:focus {
    color: #36ce69 !important;
    background: -webkit-linear-gradient(left, #36ce69, #36ce69);
    background: linear-gradient(to right, #36ce69, #36ce69);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*-------------------------------------------------
	[ ## Sticky header ]
*/
#sticky-header .site-header {
    display: none;
}

#sticky-header.active {
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

#sticky-header.active .mobile-sidebar-menu {
    display: none;
}

#sticky-header.active .site-header {
    background-color: white;
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.15);
    position: relative;
    display: block;
}

#sticky-header.active .site-header .megamenu .megamenu-main {
    top: 100% !important;
}

#sticky-header.active .site-header.default-header-style,
#sticky-header.active .site-header.header-style-one,
#sticky-header.active .site-header.header-style-three,
#sticky-header.active .site-header.header-style-two,
#sticky-header.active .site-header.header-style-five {
    padding: 5px 0;
}

#sticky-header.active .site-header.header-style-one .hamburger-menus,
#sticky-header.active .site-header.header-style-three .hamburger-menus {
    display: none;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Links ]
*/
a {
    color: inherit;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: 0;
    text-decoration: none;
}

/*-------------------------------------------------
    [ ## Menus ]
*/
@media only screen and (min-width: 1199px) {
    #mobile-menu {
        display: none;
    }

    .overlapblackbg {
        display: none;
    }

    .mainmenu {
        padding: 0;
        text-align: center;
        margin-bottom: 0;
    }

    .mainmenu>li {
        display: inline-block;
        position: relative;
    }

    .mainmenu li {
        list-style: none;
    }

    .navigation .mainmenu li>a {
        position: relative;
    }

    .navigation .mainmenu li>a>.menu-arrow {
        position: absolute;
        color: rgba(255, 255, 255, 0.6);
        font-size: 15px;
        right: -2px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .navigation .mainmenu>li>a {
        display: block;
        padding: 7px 25px;
        font-size: 14px;
        font-weight: normal;
        text-transform: capitalize;
        text-decoration: none;
        position: relative;
        color: #fff;
        font-family: 'Poppins', sans-serif;
        letter-spacing: 0.1em;
        vertical-align: middle;
        box-shadow: 0 0 1px transparent;
        white-space: nowrap;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .navigation .mainmenu>li>a:before {
        position: absolute;
        content: "";
        bottom: 0;
        left: 50%;
        height: 3px;
        width: 0;
        background-color: #fff;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
    }

    .navigation .mainmenu>li>a span {
        font-size: 14px;
        color: #929292;
        margin-left: 5px;
    }

    .navigation .mainmenu>li.current-menu-item>a:before,
    .navigation .mainmenu>li.current-menu-ancestor>a:before {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .menu-click {
        display: none;
    }

    /* Sub Menu CSS */
    .mainmenu .sub-menu {
        min-width: 250px;
        position: absolute;
        z-index: 999;
        margin: 0;
        padding: 10px;
        background-color: white;
        opacity: 0;
        top: 100%;
        box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.15);
        -webkit-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transition: transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;
    }

    .mainmenu .sub-menu li {
        position: relative;
    }

    .mainmenu .sub-menu li a {
        background-image: none;
        color: black;
        border-right: 0 none;
        text-align: left;
        display: block;
        line-height: 1.5em;
        padding: 8px 20px;
        text-transform: none;
        font-size: 15px;
        font-weight: normal;
        letter-spacing: 0.025em;
        font-family: 'Poppins', sans-serif;
    }

    .mainmenu .sub-menu li a:hover {
        color: #4776e6;
    }

    .mainmenu .sub-menu li:last-child a {
        border-bottom: none;
    }

    .mainmenu .sub-menu li:last-child>a {
        border-bottom: 0;
    }

    .menuexpandermain {
        display: none;
    }

    .mainmenu li:hover .sub-menu,
    .mainmenu .sub-menu li:hover .sub-menu-sub {
        display: block;
    }

    .mainmenu .sub-menu .sub-menu,
    .mainmenu .sub-menu .sub-menu .sub-menu {
        min-width: 250px;
        position: absolute;
        left: calc(100% + 20px);
        top: -1px;
        margin: 0;
        padding: 10px;
        opacity: 0;
        -webkit-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transition: transform 0.4s, opacity 0.4s;
        transition: transform 0.4s, opacity 0.4s;
        z-index: 1001;
    }

    .mainmenu .sub-menu .sub-menu:before,
    .mainmenu .sub-menu .sub-menu .sub-menu:before {
        position: absolute;
        content: "";
        left: -20px;
        top: 0;
        height: 40px;
        width: 20px;
    }

    .mainmenu .sub-menu li:hover .sub-menu,
    .mainmenu .sub-menu .sub-menu li:hover .sub-menu {
        opacity: 1;
        list-style: none;
        background-color: rgba(0, 0, 0, 0.95);
    }

    .mainmenu .sub-menu li {
        position: relative;
        display: block;
    }

    /*Animation*/
    .mainmenu li>.sub-menu,
    .mainmenu li>.megamenu>.sub-menu {
        /* -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d; */
        /* -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg); */
        visibility: visible;
    }

    .mainmenu li:hover>.sub-menu,
    .mainmenu li:hover>.megamenu>.sub-menu {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
        visibility: visible;
    }

    /* Default Color */
    .mainmenu li:hover>a,
    .mainmenu>li>a:hover,
    .mainmenu>li>a.active {
        background-color: transparent;
        text-decoration: none;
    }

    .mainmenu li:hover>a:before,
    .mainmenu>li>a:hover:before,
    .mainmenu>li>a.active:before {
        width: 25px;
        opacity: 1;
    }

    .mainmenu .sub-menu>li>a:hover,
    .mainmenu .sub-menu .sub-menu>li>a:hover,
    .mainmenu .sub-menu .sub-menu .sub-menu>li>a:hover {
        background-color: rgba(0, 0, 0, 0.25);
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important;
        text-decoration: none;
    }

    .mainmenu .sub-menu .current-menu-parent>a,
    .mainmenu .sub-menu .current-menu-item>a {
        background-color: rgba(0, 0, 0, 0.25);
    }

    .current-menu-ancestor .current-menu-ancestor>a {
        background-color: rgba(0, 0, 0, 0.25);
    }

    .megamenu .sub-menu .current-menu-item>a,
    .megamenu .current-menu-ancestor>a,
    .megamenu.current-menu-ancestor .current-menu-ancestor>a {
        background-color: transparent;
    }

    .megamenu .sub-menu .current-menu-parent>a,
    .megamenu .sub-menu .current-menu-item>a {
        background-color: transparent;
    }
}

.megamenu {
    position: static !important;
}

.megamenu .megamenu-main {
    width: calc(100% - 30px);
    left: 15px;
    padding: 40px 30px;
    top: calc(100% + 5px);
}

.megamenu .megamenu-main:before {
    content: "";
    position: absolute;
    left: 0;
    top: -25px;
    width: 100%;
    height: 25px;
    z-index: 5;
}

.megamenu .megamenu-main ul {
    padding-left: 0px;
}

.megamenu .megamenu-main .megamenu-heading {
    font-weight: 600;
    color: #4776e6;
    font-size: 16px;
    text-align: left;
    margin-bottom: 20px;
}

.megamenu .megamenu-main .custom-megamenu li a {
    padding: 6px 0px;
    font-size: 15px;
}

.megamenu .megamenu-main .custom-megamenu li a:hover {
    padding-left: 5px;
}

/*-------------------------------------------------
    [ ## Responsive Menus ]
*/
.hamburger-menus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 30px;
    cursor: pointer;
}

.hamburger-menus:hover>span {
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 30px !important;
}

.hamburger-menus.click-menu {
    position: relative;
    z-index: 9999;
}

.hamburger-menus.click-menu>span {
    background-color: white;
}

.hamburger-menus.click-menu>span:nth-child(1) {
    width: 30px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: -2px 5px;
    transform-origin: -2px 5px;
}

.hamburger-menus.click-menu>span:nth-child(2) {
    opacity: 0;
}

.hamburger-menus.click-menu>span:nth-child(3) {
    width: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
}

.hamburger-menus>span {
    width: 30px;
    height: 4px;
    background-color: white;
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 4px 0;
    position: relative;
}

.hamburger-menus>span:nth-child(1) {
    margin-top: 0 !important;
}

.hamburger-menus>span:nth-child(2) {
    width: 30px;
}

.hamburger-menus>span:nth-child(3) {
    margin-bottom: 0;
}

.overlaybg {
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
}

.mobile-sidebar-menu .navigation {
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #181818;
    overflow-y: auto;
    overflow-x: hidden;
}

.mobile-sidebar-menu .navigation .mainmenu>li {
    display: block;
}

.mobile-sidebar-menu .navigation .mainmenu>li.active>a {
    color: #36ce69;
}

.mobile-sidebar-menu .navigation .mainmenu>li>a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #fff !important;
    display: block;
    font-weight: 500;
    overflow: hidden;
    padding: 20px !important;
    position: relative;
    text-decoration: none;
    text-align: left;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    vertical-align: middle;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.015em;
    border-top: 1px solid rgba(255, 255, 255, 0.075);
    text-transform: capitalize;
    font-size: 16px;
}

.mobile-sidebar-menu .navigation .mainmenu>li>a.active,
.mobile-sidebar-menu .navigation .mainmenu>li>a:hover {
    color: #36ce69;
}

.mobile-sidebar-menu .navigation .mainmenu>li>a:before {
    display: none;
}

.mobile-sidebar-menu .navigation .mainmenu>li.active>a>.menu-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mobile-sidebar-menu .navigation ul.mainmenu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mobile-sidebar-menu .navigation ul.mainmenu a {
    position: relative;
}

.mobile-sidebar-menu .navigation ul.mainmenu a>.menu-arrow {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 120;
    width: 100%;
    display: block;
    background-size: 25px;
    font-size: 16px;
    color: #fff !important;
    float: right;
    padding: 17px;
    width: 48px;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: transform 0.1s ease;
    transition: transform 0.1s ease;
}

.mobile-sidebar-menu .navigation ul.mainmenu a>.menu-arrow:before {
    content: "\eab2";
    font-family: "IcoFont";
}

.mobile-sidebar-menu .navigation ul.sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    background-color: transparent;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
}

.mobile-sidebar-menu .navigation ul.sub-menu.megamenu-main,
.mobile-sidebar-menu .navigation ul.sub-menu {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
}

.mobile-sidebar-menu .navigation ul.sub-menu li a {
    padding: 12px 32px 12px 25px;
    letter-spacing: 0;
    border-right: solid 0px;
    background-color: transparent;
    line-height: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    color: white;
    letter-spacing: 0.015em;
    display: block;
    text-transform: capitalize;
}

.mobile-sidebar-menu .navigation ul.sub-menu li a:hover {
    color: #36ce69;
    padding-left: 30px;
}

.mobile-sidebar-menu .navigation ul.sub-menu>.sub-menu>li>a {
    padding-left: 30px;
}

.mobile-sidebar-menu .navigation ul.sub-menu>.sub-menu>li>a:hover {
    padding-left: 35px;
}

.mobile-sidebar-menu .navigation .megamenu {
    position: relative !important;
}

.mobile-sidebar-menu .navigation .megamenu .megamenu-main:before {
    display: none;
}

.mobile-sidebar-menu .navigation .megamenu .megamenu-main .megamenu-heading,
.mobile-sidebar-menu .navigation .megamenu .megamenu-main .megamenu-bg-right {
    display: none;
}

.mobile-sidebar-menu .navigation .megamenu .megamenu-main .megamenu-container {
    max-width: 100%;
}

.mobile-sidebar-menu .navigation .megamenu .megamenu-main .custom-megamenu,
.mobile-sidebar-menu .navigation .megamenu .sub-menu .custom-megamenu {
    display: block !important;
}

.mobile-sidebar-menu .navigation .megamenu .megamenu-main .custom-megamenu li a,
.mobile-sidebar-menu .navigation .megamenu .sub-menu .custom-megamenu li a {
    font-weight: normal;
    padding: 10px 30px;
    font-size: 15px;
}

.mobile-sidebar-menu .navigation .megamenu .megamenu-main .custom-megamenu li a:hover,
.mobile-sidebar-menu .navigation .megamenu .sub-menu .custom-megamenu li a:hover {
    padding-left: 30px;
}

.mobile-sidebar-menu .navigation .megamenu .megamenu-wrapper {
    padding: 0;
}

.mobile-sidebar-menu .navigation .megamenu .megamenu-wrapper .megamenu-container {
    padding: 0px;
}

.mobile-sidebar-menu .navigation .megamenu .megamenu-wrapper .row {
    display: block;
    margin: 0px;
}

.mobile-sidebar-menu .navigation .megamenu .megamenu-wrapper .row [class*="col-"] {
    max-width: 100%;
    padding: 0px;
}

.site-header.header-style-one,
.site-header.header-style-two,
.site-header.header-style-three,
.site-header.header-style-four {
    z-index: 99;
}

.site-header.header-style-one .hamburger-menus.click-menu>span:nth-child(1),
.site-header.header-style-two .hamburger-menus.click-menu>span:nth-child(1),
.site-header.header-style-three .hamburger-menus.click-menu>span:nth-child(1),
.site-header.header-style-four .hamburger-menus.click-menu>span:nth-child(1) {
    width: 100% !important;
}

.site-header.header-style-one .mobile-sidebar-menu .navigation,
.site-header.header-style-two .mobile-sidebar-menu .navigation,
.site-header.header-style-three .mobile-sidebar-menu .navigation,
.site-header.header-style-four .mobile-sidebar-menu .navigation {
    left: -100%;
    position: relative;
    width: 300px;
    height: 100%;
    position: fixed;
    padding: 0;
    top: 0;
    margin: 0;
    z-index: 99999;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.site-header.header-style-one .mobile-sidebar-menu.sidemenu-active .overlaybg,
.site-header.header-style-two .mobile-sidebar-menu.sidemenu-active .overlaybg,
.site-header.header-style-three .mobile-sidebar-menu.sidemenu-active .overlaybg,
.site-header.header-style-four .mobile-sidebar-menu.sidemenu-active .overlaybg {
    display: block;
}

.site-header.header-style-one .mobile-sidebar-menu.sidemenu-active .navigation,
.site-header.header-style-two .mobile-sidebar-menu.sidemenu-active .navigation,
.site-header.header-style-three .mobile-sidebar-menu.sidemenu-active .navigation,
.site-header.header-style-four .mobile-sidebar-menu.sidemenu-active .navigation {
    left: 0;
}

.site-header.header-style-one .mobile-sidebar-menu .navigation,
.site-header.header-style-two .mobile-sidebar-menu .navigation,
.site-header.header-style-three .mobile-sidebar-menu .navigation,
.site-header.header-style-four .mobile-sidebar-menu .navigation {
    border: none;
}

.site-header.header-style-one .mobile-sidebar-menu .navigation ul.sub-menu,
.site-header.header-style-two .mobile-sidebar-menu .navigation ul.sub-menu,
.site-header.header-style-three .mobile-sidebar-menu .navigation ul.sub-menu,
.site-header.header-style-four .mobile-sidebar-menu .navigation ul.sub-menu {
    display: none;
}

.site-header.header-style-four .mobile-sidebar-menu .overlaybg {
    background-color: rgba(0, 0, 0, 0.8);
}

.site-header.header-style-four .mobile-sidebar-menu .navigation {
    left: auto;
    right: -100%;
}

.site-header.header-style-four .mobile-sidebar-menu.sidemenu-active .navigation {
    left: auto;
    right: 0;
}

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

    .site-header.default-header-style,
    .site-header.header-style-two,
    .site-header.header-style-five {
        z-index: 99;
    }

    .site-header.default-header-style .hamburger-menus,
    .site-header.header-style-one .hamburger-menus,
    .site-header.header-style-two .hamburger-menus,
    .site-header.header-style-five .hamburger-menus {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .site-header.default-header-style .mobile-sidebar-menu .navigation,
    .site-header.header-style-one .mobile-sidebar-menu .navigation .site-header.header-style-two .mobile-sidebar-menu .navigation,
    .site-header.header-style-five .mobile-sidebar-menu .navigation {
        left: -100%;
        position: relative;
        width: 280px;
        height: 100%;
        position: fixed;
        padding: 0;
        top: 0;
        margin: 0;
        z-index: 99999;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .site-header.default-header-style .mobile-sidebar-menu.sidemenu-active .overlaybg,
    .site-header.header-style-one .mobile-sidebar-menu.sidemenu-active .overlaybg .site-header.header-style-two .mobile-sidebar-menu.sidemenu-active .overlaybg,
    .site-header.header-style-five .mobile-sidebar-menu.sidemenu-active .overlaybg {
        display: block;
    }

    .site-header.default-header-style .mobile-sidebar-menu.sidemenu-active .navigation,
    .site-header.header-style-one .mobile-sidebar-menu.sidemenu-active .navigation .site-header.header-style-two .mobile-sidebar-menu.sidemenu-active .navigation,
    .site-header.header-style-five .mobile-sidebar-menu.sidemenu-active .navigation {
        left: 0;
    }

    .site-header.default-header-style .navigation,
    .site-header.header-style-two .navigation,
    .site-header.header-style-five .navigation {
        border: none;
    }

    .site-header.default-header-style .navigation ul.sub-menu,
    .site-header.header-style-one .navigation ul.sub-menu .site-header.header-style-two .navigation ul.sub-menu,
    .site-header.header-style-five .navigation ul.sub-menu {
        display: none;
    }
}

/*-------------------------------------------------
    [ ## Pagination ]
*/

.paging-navigation {
    z-index: 1;
}

.paging-navigation .nav-links {
    list-style: none;
    font-size: 1em;
    font-weight: bold;
    margin: 0 -4px;
    padding-left: 0px;
}

@media only screen and (max-width: 767px) {
    .paging-navigation .nav-links {
        margin: 0 -2px;
    }
}

.paging-navigation .nav-links a {
    font-weight: 500;
    display: block;
    -webkit-transition: ease-in 0.25s;
    transition: ease-in 0.25s;
    text-align: center;
}

.paging-navigation .nav-links>li {
    display: inline-block;
    margin: 0 4px;
}

@media only screen and (max-width: 767px) {
    .paging-navigation .nav-links>li {
        margin: 0 2px;
    }
}

.paging-navigation .nav-links>li>a {
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    width: 40px;
    line-height: 42px;
    position: relative;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 5;
    color: #bdc3c7;
}

@media only screen and (max-width: 767px) {
    .paging-navigation .nav-links>li>a {
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 14px;
    }
}

.paging-navigation .nav-links>li>a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #36ce69;
    border-color: #36ce69;
    opacity: 0;
    visibility: hidden;
    border-radius: inherit;
    z-index: -1;
}

.paging-navigation .nav-links>li>a span {
    display: block;
}

.paging-navigation .nav-links>li.active>a,
.paging-navigation .nav-links>li>a:hover {
    color: white !important;
}

.paging-navigation .nav-links>li.active>a:before,
.paging-navigation .nav-links>li>a:hover:before {
    opacity: 1;
    visibility: visible;
}

.paging-navigation .nav-links li.nav-previous.disabled>a,
.paging-navigation .nav-links li.nav-next.disabled>a {
    pointer-events: none;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

@media only screen and (max-width: 991px) {
    .paging-navigation.pd-t-30 {
        padding-top: 20px;
    }
}

.paging-navigation.paging-center .nav-links {
    text-align: center;
}

/*-------------------------------------------------
    [ ### Post Navigation ]
*/
.post-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: 'Poppins', sans-serif;
}

@media only screen and (max-width: 767px) {
    .post-navigation {
        display: block;
    }
}

.post-navigation .post-previous {
    text-align: left;
}

.post-navigation .post-next {
    text-align: right;
}

.post-navigation h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    line-height: 1.35em;
}

@media only screen and (max-width: 991px) {
    .post-navigation h3 {
        line-height: 1.3em;
        font-size: 20px;
    }
}

.post-navigation .post-previous,
.post-navigation .post-next {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 45px 0 15px;
}

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

    .post-navigation .post-previous,
    .post-navigation .post-next {
        max-width: 100%;
    }
}

.post-navigation .post-previous a,
.post-navigation .post-next a {
    position: relative;
    display: block;
    padding: 60px;
}

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

    .post-navigation .post-previous a,
    .post-navigation .post-next a {
        padding: 55px 50px;
    }
}

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

    .post-navigation .post-previous a,
    .post-navigation .post-next a {
        padding: 30px 25px;
    }
}

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

    .post-navigation .post-previous a,
    .post-navigation .post-next a {
        padding: 30px 15px;
    }
}

.post-navigation .post-previous span.label,
.post-navigation .post-next span.label {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
    color: black;
    font-weight: 500;
}

.post-navigation .post-previous.active,
.post-navigation .post-next.active {
    background-color: #36ce69;
}

.post-navigation .post-previous.active h3,
.post-navigation .post-previous.active span.label,
.post-navigation .post-next.active h3,
.post-navigation .post-next.active span.label {
    color: white;
}

.post-navigation .post-next span.label {
    margin-bottom: 0;
    margin-top: 15px;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Hero ]
--------------------------------------------------------------*/
.hero-block {
    color: white;
    padding-top: 200px;
    padding-bottom: 300px;
}

.hero-block .hero-title {
    font-weight: 500;
    color: white;
    font-size: 55px;
    position: relative;
    margin-bottom: 12px;
    line-height: 1.3em;
}

.hero-block .hero-title>span {
    font-weight: 800;
    display: block;
}

@media only screen and (max-width: 1366px) {
    .hero-block .hero-title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-block .hero-title {
        font-size: 40px;
        line-height: 1.2em;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-block .hero-title {
        font-size: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-block .hero-title {
        font-size: 35px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-block .hero-title {
        font-size: 25px;
    }
}

@media only screen and (max-width: 420px) {
    .hero-block .hero-title {
        font-size: 25px;
    }
}

.hero-block .hero-desc {
    font-size: 16px;
    padding-right: 150px;
}

@media only screen and (max-width: 1199px) {
    .hero-block .hero-desc {
        font-size: 14px;
        padding-right: 120px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-block .hero-desc {
        padding-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .hero-block .hero-desc {
        font-size: 14px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-block .hero-desc {
        font-size: 12px;
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (max-width: 420px) {
    .hero-block .hero-desc {
        font-size: 12px;
        padding-left: 0;
        padding-right: 0;
    }
}

.hero-block .hero-desc>p {
    line-height: 1.65em;
}

.hero-block.hero-block-one {
    padding-top: 150px;
    padding-bottom: 100px;
    position: relative;
}

.hero-block.hero-block-one::after {
    width: 650px;
    height: 650px;
    border-radius: 100%;
    content: '';
    position: absolute;
    top: 50%;
    left: -20%;
    background-color: rgba(56, 249, 215, 0.3);
    margin-top: -300px;
    z-index: 0;
}

@media only screen and (max-width: 1366px) {
    .hero-block.hero-block-one {
        padding-top: 100px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-block.hero-block-one {
        padding-top: 100px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-block.hero-block-one {
        padding-top: 130px;
        padding-bottom: 100px;
    }

    .hero-block.hero-block-one::after {
        display: none;
    }
}

.hero-block.hero-block-one .social-status-area {
    position: absolute;
    top: 0;
    left: 50px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
}

@media only screen and (max-width: 1620px) {
    .hero-block.hero-block-one .social-status-area {
        left: 30px;
    }
}

@media only screen and (max-width: 1366px) {
    .hero-block.hero-block-one .social-status-area {
        display: none;
    }
}

.hero-block.hero-block-one .social-status-area .social-status {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hero-block.hero-block-one .social-status-area .social-status>a {
    padding: 7px 0;
    color: white;
}

.hero-block.hero-block-one .social-status-area .social-status>a:hover,
.hero-block.hero-block-one .social-status-area .social-status>a:focus {
    color: #5C73F2 !important;
}

.hero-block.hero-block-one>.element-group>.element {
    z-index: 1;
    position: absolute;
}

@media only screen and (max-width: 1366px) {
    .hero-block.hero-block-one>.element-group>.element {
        display: none;
    }
}

.hero-block.hero-block-one>.element-group>.element.one {
    top: 160px;
    left: 90px;
    -webkit-animation: linear bt-leftRight-20 3s infinite;
    animation: linear bt-leftRight-20 3s infinite;
}

.hero-block.hero-block-one .waves-effect.bottom {
    height: 185px;
    bottom: -185px;
}

.hero-block.hero-block-one .hero-slider-one {
    padding-top: 200px;
    padding-bottom: 70px;
    position: relative;
    z-index: 2;
}

.hero-block.hero-block-one .particle-shapes .dot-shape {
    position: absolute;
    z-index: 0;
    border-radius: 100%;
}

.particle-shapes .dot-shape.shape-one {
    top: 50%;
    left: 18%;
    -webkit-animation: moving-top-bottom-one infinite 80s;
    animation: moving-top-bottom-one infinite 80s;
    background-color: #5C73F2;
    width: 50px;
    height: 50px;
}

.particle-shapes .dot-shape.shape-two {
    top: 180px;
    left: 30%;
    -webkit-animation: moving-top-bottom-one infinite 40s;
    animation: moving-top-bottom-one infinite 40s;
    background-color: #5C73F2;
    width: 20px;
    height: 20px;
}

.particle-shapes .dot-shape.shape-three {
    top: 30%;
    left: 10%;
    -webkit-animation: moving-top-bottom-one infinite 60s;
    animation: moving-top-bottom-one infinite 60s;
    animation-delay: -0.2s;
    background-color: #5C73F2;
    width: 10px;
    height: 10px;
}

.particle-shapes .dot-shape.shape-four {
    top: 50%;
    left: 45%;
    -webkit-animation: moving-left-right-two infinite 40s;
    animation: moving-left-right-two infinite 40s;
    animation-delay: -0.4s;
    background-color: #5C73F2;
    width: 35px;
    height: 35px;
}

.particle-shapes .dot-shape.shape-five {
    top: 55%;
    left: 40%;
    -webkit-animation: moving-left-right-three infinite 40s;
    animation: moving-left-right-three infinite 40s;
    animation-delay: -0.2s;
    background-color: #5C73F2;
    width: 60px;
    height: 60px;
}

@media only screen and (max-width: 1366px) {
    .hero-block.hero-block-one .hero-slider-one {
        padding-top: 180px;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-block.hero-block-one .hero-slider-one {
        padding-top: 150px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-block.hero-block-one .hero-slider-one {
        margin: 0 100px;
        padding: 0;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .hero-block.hero-block-one .hero-slider-one {
        margin: 0 50px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-block.hero-block-one .hero-slider-one {
        margin: 0;
    }
}

.hero-block.hero-block-one .swiper-pagination {
    position: relative;
    bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 25px;
    margin-top: 125px;
}

@media only screen and (max-width: 1366px) {
    .hero-block.hero-block-one .swiper-pagination {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-block.hero-block-one .swiper-pagination {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-block.hero-block-one .swiper-pagination {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 420px) {
    .hero-block.hero-block-one .swiper-pagination {
        margin-top: 30px;
    }
}

.hero-block.hero-block-one .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: black;
    border-radius: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

@media only screen and (max-width: 420px) {
    .hero-block.hero-block-one .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
}

.hero-block.hero-block-one .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 25px;
    height: 25px;
    background-color: #36ce69;
}

.hero-block.hero-block-one.style-one .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}

@media only screen and (max-width: 991px) {
    .hero-block.hero-block-one .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 15px;
        height: 15px;
    }
}

@media only screen and (max-width: 420px) {
    .hero-block.hero-block-one .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 10px;
        height: 10px;
    }
}

.hero-block.hero-block-one .hero-mockup-area .hero-mockup-thumb {
    display: inline-block;
}

@media only screen and (max-width: 991px) {
    .hero-block.hero-block-one .hero-mockup-area .hero-mockup-thumb {
        display: none;
    }
}

.hero-block.hero-block-one .hero-mockup-area .hero-mockup-thumb.one {
    position: relative;
    margin-top: 0px;
    margin-right: -160px;
    margin-left: -120px;
}

.hero-block.hero-block-one .hero-mockup-area .hero-mockup-thumb.one .promo-video {
    position: absolute;
    right: 320px;
    top: 50%;
    z-index: 2;
    margin-top: -50px;
}

@media only screen and (max-width: 1199px) {
    .hero-block.hero-block-one .hero-mockup-area .hero-mockup-thumb.one .promo-video {
        right: 140px;
        top: 50%;
        margin-top: -50px;
    }
}

.hero-block.hero-block-one .hero-mockup-area .hero-mockup-thumb.one .promo-video .video-btn {
    background-color: #36ce69;
    width: 85px;
    height: 85px;
    border: 0px solid;
}

.hero-block.hero-block-one.style-one .hero-mockup-area .hero-mockup-thumb.one .promo-video .video-btn {
    background-color: #5C73F2;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.hero-block.hero-block-one.style-one .hero-mockup-area .hero-mockup-thumb.one .promo-video .video-btn>span {
    color: black;
}

.hero-block.hero-block-one .hero-mockup-area .hero-mockup-thumb.one .promo-video .video-btn>span {
    font-size: 25px;
}

.hero-block.hero-block-one .hero-mockup-area .hero-mockup-thumb.one .promo-video .video-btn:hover,
.hero-block.hero-block-one .hero-mockup-area .hero-mockup-thumb.one .promo-video .video-btn:focus {
    background-color: #36ce69;
}

.hero-block.hero-block-one .hero-mockup-area .hero-mockup-thumb.one .promo-video .video-btn:hover>span,
.hero-block.hero-block-one .hero-mockup-area .hero-mockup-thumb.one .promo-video .video-btn:focus>span {
    color: white !important;
}

.hero-block.hero-block-one .hero-mockup-area .hero-mockup-thumb.one .element-group>.element {
    z-index: 0;
    position: absolute;
}

@media only screen and (max-width: 1199px) {
    .hero-block.hero-block-one .hero-mockup-area .hero-mockup-thumb.one .element-group>.element {
        display: none;
    }
}

.hero-block.hero-block-one .hero-mockup-area .hero-mockup-thumb.one .element-group>.element.one {
    top: 305px;
    left: 85px;
}

@media only screen and (max-width: 1780px) {
    .hero-block.hero-block-one .hero-mockup-area .hero-mockup-thumb.one .element-group>.element.one {
        top: 240px;
        left: 80px;
    }
}

.hero-block.hero-block-one .hero-mockup-area .hero-mockup-thumb.one>img {
    position: relative;
    z-index: 1;
}

.hero-block.hero-block-one .hero-mockup-area .hero-mockup-thumb.two {
    position: absolute;
    top: -75px;
    right: -45px;
    width: 400px;
    height: 400px;
    border-radius: 100%;
    z-index: 0;
    -webkit-animation: moving-left-right-three 25s infinite;
    animation: moving-left-right-three 25s infinite;
    background-color: #5C73F2;
}

@media only screen and (max-width: 1780px) {
    .hero-block.hero-block-one .hero-mockup-area .hero-mockup-thumb.two {
        right: 0px;
    }
}

@media only screen and (max-width: 1620px) {
    .hero-block.hero-block-one .hero-mockup-area .hero-mockup-thumb.two {
        display: none;
    }
}

/* Hero Sections */
.frontpage-banner-section.frontpage-banner-style-one {
    padding-top: 250px;
    padding-bottom: 270px;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-one {
        padding-top: 190px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-one {
        padding-top: 160px;
        padding-bottom: 240px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-one {
        padding-bottom: 165px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-one {
        padding-top: 110px;
        padding-bottom: 120px;
    }
}

@media only screen and (max-width: 420px) {
    .frontpage-banner-section.frontpage-banner-style-one {
        padding-top: 95px;
        padding-bottom: 100px;
    }
}

.frontpage-banner-section.frontpage-banner-style-one:before {
    background-color: rgba(110, 69, 226, 0.5);
}

.frontpage-banner-section.frontpage-banner-style-one .frontpage-banner-content {
    padding-right: 60px;
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-one .frontpage-banner-content {
        padding-right: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-one .frontpage-banner-content {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-one .frontpage-banner-content {
        text-align: center;
        padding: 0 50px;
    }
}

@media only screen and (max-width: 420px) {
    .frontpage-banner-section.frontpage-banner-style-one .frontpage-banner-content {
        padding: 0;
    }
}

.frontpage-banner-section.frontpage-banner-style-one .site-name-title {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.frontpage-banner-section.frontpage-banner-style-one .site-name-title .site-title {
    color: white;
    opacity: 0.1;
    font-size: 350px;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-bottom: 100px;
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-one .site-name-title .site-title {
        font-size: 300px;
    }
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-one .site-name-title .site-title {
        font-size: 250px;
        letter-spacing: 0.05em;
        margin-bottom: 150px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-one .site-name-title .site-title {
        font-size: 200px;
        margin-bottom: 150px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-one .site-name-title .site-title {
        font-size: 150px;
        margin-bottom: 110px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-one .site-name-title .site-title {
        font-size: 120px;
        margin-bottom: 90px;
    }
}

@media only screen and (max-width: 420px) {
    .frontpage-banner-section.frontpage-banner-style-one .site-name-title .site-title {
        font-size: 85px;
    }
}

.frontpage-banner-section.frontpage-banner-style-two {
    position: relative;
    height: 925px;
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-two {
        height: 850px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-two {
        height: 700px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-two {
        height: 580px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-two {
        height: 520px;
    }
}

@media only screen and (max-width: 420px) {
    .frontpage-banner-section.frontpage-banner-style-two {
        height: 420px;
    }
}

.frontpage-banner-section.frontpage-banner-style-two .frontpage-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(50% + 195px);
    height: 100%;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    overflow: hidden;
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-two .frontpage-bg {
        width: calc(50% + 130px);
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-two .frontpage-bg {
        width: calc(50% + 80px);
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-two .frontpage-bg {
        width: calc(50% + 58px);
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-two .frontpage-bg {
        width: 100%;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }
}

.frontpage-banner-section.frontpage-banner-style-two .frontpage-bg:before {
    opacity: 0.6;
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-two .frontpage-bg:before {
        opacity: 0.6;
    }
}

.frontpage-banner-section.frontpage-banner-style-two .frontpage-bg+div {
    position: relative;
    z-index: 1;
}

.frontpage-banner-section.frontpage-banner-style-two .frontpage-banner-content {
    background-color: white;
    width: 385px;
    white-space: nowrap;
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-two .frontpage-banner-content {
        width: 335px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-two .frontpage-banner-content {
        width: 265px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-two .frontpage-banner-content {
        width: 197px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-two .frontpage-banner-content {
        width: 100%;
        white-space: normal;
        text-align: center;
        background-color: transparent;
    }
}

.frontpage-banner-section.frontpage-banner-style-two .hero-title {
    color: #fff;
    mix-blend-mode: difference;
    font-family: 'Poppins', sans-serif;
    font-size: 176px;
    font-weight: 700;
    margin-left: -8px;
    line-height: 1em;
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-two .hero-title {
        font-size: 150px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-two .hero-title {
        font-size: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-two .hero-title {
        font-size: 90px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-two .hero-title {
        margin-left: 0;
        font-size: 75px;
        line-height: 1.1;
    }
}

@media only screen and (max-width: 420px) {
    .frontpage-banner-section.frontpage-banner-style-two .hero-title {
        font-size: 54px;
    }
}

.frontpage-banner-section.frontpage-banner-style-two .hero-title>span {
    display: block;
    font-weight: lighter;
    font-size: 108px;
    margin-left: 3px;
    line-height: 1em;
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-two .hero-title>span {
        font-size: 90px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-two .hero-title>span {
        font-size: 72px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-two .hero-title>span {
        font-size: 54px;
        margin-left: 6px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-two .hero-title>span {
        margin-left: 0;
        font-size: 48px;
    }
}

@media only screen and (max-width: 420px) {
    .frontpage-banner-section.frontpage-banner-style-two .hero-title>span {
        font-size: 32px;
    }
}

.frontpage-banner-section.frontpage-banner-style-two .hero-title>span>b {
    font-weight: 600;
}

.frontpage-banner-section.frontpage-banner-style-two .form-group-btn {
    margin: 5px 0 0;
}

.frontpage-banner-section.frontpage-banner-style-two .form-group-btn .read-more-text {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: normal;
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-two .form-group-btn .read-more-text {
        font-size: 18px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-two .form-group-btn .read-more-text {
        font-size: 16px;
        color: #36ce69;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .frontpage-banner-section.frontpage-banner-style-two .form-group-btn .read-more-text:hover {
        color: white;
    }
}

.frontpage-banner-section.frontpage-banner-style-two .form-group-btn .read-more-text>[class*="icofont-"] {
    margin-top: 6px;
    font-size: 28px;
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-two .form-group-btn .read-more-text>[class*="icofont-"] {
        font-size: 24px;
    }
}

.frontpage-banner-section.frontpage-banner-style-three {
    padding-top: 200px;
    padding-bottom: 0px;
    position: relative;
    overflow: hidden;
}

.frontpage-banner-section.frontpage-banner-style-three::after {
    background-image: url("../images/hero-banners/hero-banner-1.jpg");
    background-size: cover;
    filter: blur(2px);
    opacity: 0.3;
    width: 960px;
    height: 480px;
    border-radius: 50px;
    content: '';
    position: absolute;
    top: 50%;
    right: -5%;
    /* background-color: rgba(32, 32, 32, 0.9); */
    margin-top: -200px;
    z-index: -1;
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-three {
        padding-top: 150px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-three {
        padding-top: 130px;
    }
}

@media only screen and (max-width: 420px) {
    .frontpage-banner-section.frontpage-banner-style-three {
        padding-top: 120px;
    }

    .frontpage-banner-section.frontpage-banner-style-three::after {
        display: none;
    }
}

.frontpage-banner-section.frontpage-banner-style-three>.element-group>.element {
    z-index: 0;
    position: absolute;
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-three>.element-group>.element {
        display: none;
    }
}

.frontpage-banner-section.frontpage-banner-style-three>.element-group>.element.one {
    top: 155px;
    left: 255px;
    width: 280px;
    height: 280px;
    background-color: #36ce69;
    border-radius: 100%;
}

.frontpage-banner-section.frontpage-banner-style-three>.element-group>.element.two {
    top: 150px;
    left: -200px;
    width: 350px;
    height: 350px;
    border-radius: 100%;
    background-color: #5C73F2;
    -webkit-filter: blur(100px);
    -moz-filter: blur(100px);
    -o-filter: blur(100px);
    -ms-filter: blur(100px);
}

.frontpage-banner-section.frontpage-banner-style-three>.element-group>.element.three {
    top: 8px;
    left: 0;
    z-index: -1;
    opacity: 0.2;
    animation: kenburn 20s ease;
    -ms-animation: kenburn 20s ease;
    -webkit-animation: kenburn 20s ease;
    -o-animation: kenburn 20s ease;
    -moz-animation: kenburn 20s ease;
}

/* .title2{
  font-size: 50px !important;
} */

.title2 {
    font-size: 50px !important;
}

.frontpage-banner-section.frontpage-banner-style-three .hero-title {
    font-size: 90px;
    font-weight: normal;
    line-height: 1.27em;
    margin-bottom: 22px;
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-three .hero-title {
        font-size: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-three .hero-title {
        font-size: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-three .hero-title {
        font-size: 60px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-three .hero-title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 420px) {
    .frontpage-banner-section.frontpage-banner-style-three .hero-title {
        font-size: 45px;
    }
}

.frontpage-banner-section.frontpage-banner-style-three .hero-desc {
    color: black;
    padding-right: 150px;
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-three .hero-desc {
        padding-right: 100px;
    }
}

@media only screen and (max-width: 420px) {
    .frontpage-banner-section.frontpage-banner-style-three .hero-desc {
        padding-right: 0;
    }
}

.frontpage-banner-section.frontpage-banner-style-three .hero-mockup-area {
    position: relative;
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-three .hero-mockup-area {
        display: none;
    }
}

.frontpage-banner-section.frontpage-banner-style-three .hero-mockup-area .element-group>.element {
    z-index: 0;
    position: absolute;
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-three .hero-mockup-area .element-group>.element {
        display: none;
    }
}

.frontpage-banner-section.frontpage-banner-style-three .hero-mockup-area .element-group>.element.one {
    bottom: -130px;
    left: -140px;
    -webkit-animation: linear bt-topBottom-40 3s infinite;
    animation: linear bt-topBottom-40 3s infinite;
}

.frontpage-banner-section.frontpage-banner-style-three .hero-mockup-area .element-group>.element.two {
    top: -115px;
    right: -17px;
}

.frontpage-banner-section.frontpage-banner-style-three .hero-mockup-area .element-group>.element.three {
    top: -85px;
    right: -50px;
    -webkit-animation: linear rotate360 12s infinite;
    animation: linear rotate360 12s infinite;
}

.frontpage-banner-section.frontpage-banner-style-four {
    position: relative;
    height: 965px;
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-four {
        height: 850px;
    }
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-four {
        height: 750px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-four {
        height: 600px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-four {
        height: 520px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-four .container-fluid {
        margin-left: 100px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-four .container-fluid {
        margin-left: 75px;
        max-width: calc(100% - 75px);
    }
}

.frontpage-banner-section.frontpage-banner-style-four .frontpage-bg {
    position: absolute;
    left: 130px;
    top: 0;
    width: calc(50% - 130px);
    height: 100%;
    overflow: hidden;
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-bg {
        width: calc(50% - 50px);
        left: 120px;
    }
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-bg {
        width: calc(50% - 80px);
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-bg {
        width: calc(100% - 120px);
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-bg {
        width: calc(100% - 90px);
        left: 90px;
    }
}

.frontpage-banner-section.frontpage-banner-style-four .frontpage-bg:before {
    opacity: 0;
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-bg:before {
        opacity: 0.6;
    }
}

.frontpage-banner-section.frontpage-banner-style-four .frontpage-bg+div {
    position: relative;
    z-index: 0;
}

.frontpage-banner-section.frontpage-banner-style-four>.element-group>.element {
    z-index: 0;
    position: absolute;
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-four>.element-group>.element {
        display: none;
    }
}

.frontpage-banner-section.frontpage-banner-style-four>.element-group>.element.one {
    top: 755px;
    right: 42.5%;
    z-index: 1;
    -webkit-animation: linear bt-topBottom-40 3s infinite;
    animation: linear bt-topBottom-40 3s infinite;
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-four>.element-group>.element.one {
        display: none;
    }
}

.frontpage-banner-section.frontpage-banner-style-four>.element-group>.element.two {
    top: 550px;
    right: 115px;
    -webkit-animation: linear bt-bottomTop-40 3s infinite;
    animation: linear bt-bottomTop-40 3s infinite;
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-four>.element-group>.element.two {
        top: 80px;
        right: 85px;
    }
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-four>.element-group>.element.two {
        top: 50px;
        right: 50px;
    }
}

.frontpage-banner-section.frontpage-banner-style-four>.element-group>.element.three {
    top: 0px;
    right: 0px;
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-four>.element-group>.element.three {
        display: none;
    }
}

.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content {
    margin-left: -40px;
    padding-right: 120px;
}

@media only screen and (max-width: 1620px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content {
        margin-left: -25px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content {
        margin-left: 190px;
        position: relative;
        z-index: 3;
        width: 410px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content {
        margin-left: 0;
        padding-left: 70px;
        width: 450px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content {
        padding-left: 30px;
        width: 100%;
    }
}

.frontpage-banner-section.frontpage-banner-style-four .hero-title {
    font-size: 75px;
    font-weight: 800;
    line-height: 1.3em;
    margin-bottom: 22px;
    padding-right: 100px;
    color: white;
}

@media only screen and (max-width: 1860px) {
    .frontpage-banner-section.frontpage-banner-style-four .hero-title {
        padding-right: 65px;
    }
}

@media only screen and (max-width: 1772px) {
    .frontpage-banner-section.frontpage-banner-style-four .hero-title {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-four .hero-title {
        font-size: 54px;
    }
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-four .hero-title {
        font-size: 46px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-four .hero-title {
        font-size: 42px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section.frontpage-banner-style-four .hero-title {
        font-size: 38px;
    }
}

@media only screen and (max-width: 480px) {
    .frontpage-banner-section.frontpage-banner-style-four .hero-title {
        font-size: 28px;
    }
}

.frontpage-banner-section.frontpage-banner-style-four .hero-desc {
    padding-right: 120px;
}

.frontpage-banner-section.frontpage-banner-style-four .hero-desc p {
    color: white;
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section.frontpage-banner-style-four .hero-desc {
        padding-right: 60px;
    }
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section.frontpage-banner-style-four .hero-desc {
        padding-right: 0px;
    }
}

.frontpage-banner-section.frontpage-banner-style-four .btn-primary.btn-gradient-45 {
    font-size: 20px;
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section.frontpage-banner-style-four .btn-primary.btn-gradient-45 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section.frontpage-banner-style-four .btn-primary.btn-gradient-45 {
        font-size: 16px;
    }
}

.frontpage-banner-section .hero-title {
    font-weight: normal;
    color: white;
    font-size: 72px;
    position: relative;
    margin-bottom: 30px;
    line-height: 1.05em;
    font-weight: 800;
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section .hero-title {
        font-size: 72px;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .frontpage-banner-section .hero-title {
        font-size: 66px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section .hero-title {
        font-size: 56px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section .hero-title {
        font-size: 42px;
    }
}

@media only screen and (max-width: 420px) {
    .frontpage-banner-section .hero-title {
        font-size: 28px;
        line-height: 35px;
    }
}

.frontpage-banner-section .hero-desc {
    font-size: 20px;
    padding-right: 50px;
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section .hero-desc {
        padding-right: 0;
    }
}

.frontpage-banner-section .hero-desc>p {
    line-height: 1.65em;
    font-weight: 400;
    color: #999fae;
}

@media only screen and (max-width: 1199px) {
    .frontpage-banner-section .hero-desc {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section .hero-desc {
        font-size: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .frontpage-banner-section .hero-desc {
        font-size: 18px;
    }
}

@media only screen and (max-width: 420px) {
    .frontpage-banner-section .hero-desc {
        font-size: 16px;
    }
}

.frontpage-banner-section .form-group-btn {
    margin-top: 30px;
}

.frontpage-banner-section .form-group-btn .btn-primary {
    padding: 15px 40px;
}

@media only screen and (max-width: 767px) {
    .frontpage-banner-section .form-group-btn .btn-primary {
        padding: 12px 30px;
    }
}

.frontpage-banner-section .hero-mockup-area {
    margin-right: -120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 1620px) {
    .frontpage-banner-section .hero-mockup-area {
        margin-right: -45px;
        margin-left: -30px;
    }
}

@media only screen and (max-width: 1366px) {
    .frontpage-banner-section .hero-mockup-area {
        margin-right: 0px;
        margin-left: -60px;
    }
}

.frontpage-banner-section.frontpage-banner-style-one .hero-title,
.frontpage-banner-section.frontpage-banner-style-one .hero-desc>p {
    color: white;
}

/*--------------------------------------------------------------
    [ ## Services ]
--------------------------------------------------------------*/
.services-block.style-one {
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .services-block.style-one {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .services-block.style-one {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .services-block.style-one {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.services-block.style-one .element-group>.element {
    z-index: -1;
    position: absolute;
}

@media only screen and (max-width: 1366px) {
    .services-block.style-one .element-group>.element {
        display: none;
    }
}

.services-block.style-one .element-group>.element.one {
    bottom: 75px;
    left: calc(50% - 720px);
    width: 300px;
    height: 300px;
    -webkit-animation: linear bt-bottomTop-40 3s infinite;
    -moz-animation: linear bt-bottomTop-40 3s infinite;
    animation: linear bt-bottomTop-40 3s infinite;
}

.services-block.style-one .element-group>.element.two {
    top: 75px;
    right: calc(50% - 720px);
    width: 150px;
    height: 150px;
    -webkit-animation: linear rotate360 12s infinite;
    -moz-animation: linear rotate360 12s infinite;
    animation: linear rotate360 12s infinite;
    transform-style: preserve-3d;
}

@media only screen and (max-width: 1620px) {
    .services-block.style-one .element-group>.element.one {
        left: calc(50% - 640px);
    }
}

.services-block.style-one .service-items-area {
    margin-bottom: -30px;
}

.services-block.style-one .service-items-area>div:nth-child(2n) {
    position: relative;
    top: 100px;
}

@media only screen and (max-width: 767px) {
    .services-block.style-one .service-items-area>div:nth-child(2n) {
        top: 0;
    }
}

@media only screen and (max-width: 991px) {
    .services-block.style-one .text-feature-block {
        text-align: center;
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .services-block.style-one .text-feature-block {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.services-block.style-two {
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .services-block.style-two {
        margin-top: 0px;
        padding-top: 100px;
    }
}

@media only screen and (max-width: 575px) {
    .services-block.style-two {
        padding-top: 80px;
    }
}

.services-block.style-three {
    position: relative;
}

.services-block.style-three .element-group>.element {
    z-index: 0;
    position: absolute;
}

@media only screen and (max-width: 1366px) {
    .services-block.style-three .element-group>.element {
        display: none;
    }
}

.services-block.style-three .element-group>.element.one {
    top: 250px;
    right: 0px;
    width: 580px;
    height: 580px;
    border-radius: 100%;
    background-color: #5C73F2;
    -webkit-filter: blur(100px);
    -moz-filter: blur(100px);
    -o-filter: blur(100px);
    -ms-filter: blur(100px);
}

.services-block.style-three .element-group>.element.two {
    top: 133px;
    right: 460px;
    width: 280px;
    height: 280px;
    background-color: #36ce69;
    border-radius: 100%;
    z-index: -1;
}

.services-block .particle-shapes .dot-shape {
    position: absolute;
    z-index: 0;
    border-radius: 100%;
}

.services-block .particle-shapes .dot-shape.shape-one {
    right: 18%;
    background-color: #36ce69;
    left: auto;
}

.services-block .particle-shapes .dot-shape.shape-two {
    right: 40%;
    left: auto;
}

.services-block .particle-shapes .dot-shape.shape-three {
    background-color: #36ce69;
}

.services-block .particle-shapes .dot-shape.shape-four {
    left: 0;
}

.services-block .particle-shapes .dot-shape.shape-five {
    background-color: #36ce69;
}

.service-item {
    position: relative;
    padding: 45px 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 30px;
    -webkit-transition: all 0.25s linear 0ms;
    transition: all 0.25s linear 0ms;
    background-color: #202020;
    box-shadow: 3px 3px 50px rgba(0, 0, 0, 0.075);
    overflow: hidden;
    z-index: 9;
}

@media only screen and (max-width: 1199px) {
    .service-item {
        padding: 40px 25px;
    }
}

@media only screen and (max-width: 991px) {
    .service-item {
        padding: 40px 30px;
    }
}

@media only screen and (max-width: 575px) {
    .service-item {
        padding: 37px 25px 35px;
    }
}

@media only screen and (max-width: 420px) {
    .service-item {
        padding: 37px 20px 35px;
    }
}

.service-item:hover {
    box-shadow: 3px 3px 50px rgba(0, 0, 0, 0.15);
}

.service-item .service-icon {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 15px;
}

.service-item.style-one {
    border-radius: 5px;
}

.service-item.style-one .service-icon {
    /* background-color: #5C73F2; */
    background-color: #63626222;
    border-radius: 50%;
    display: inline-block;
    width: 70px;
    height: 70px;
}

.service-item.style-one .service-icon .icon {
    text-align: center;
    font-size: 30px;
    display: block;
    line-height: 70px;
}

.service-item.style-one .read-more-text:hover {
    color: #36ce69 !important;
}


.service-item.style-five {
    border-radius: 0.625em !important;
    padding: 80px 40px;
}

.service-item.style-five .service-icon {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
}

.service-item.style-five .service-icon img {
    width: 100px;
    height: 100px;
}

.service-item.style-five .service-info .title {
    font-weight: 700;
    font-size: 25px;
}

.service-item.style-five .service-info p {
    font-size: 16px;
}

@media only screen and (max-width: 575px) {
    .service-item .service-icon {
        min-height: 60px;
        line-height: 60px;
    }
}

.service-item .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.25em;
}

.service-item p {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

@media only screen and (max-width: 1366px) {
    .service-item .title {
        font-size: 26px;
    }
}

@media only screen and (max-width: 1199px) {
    .service-item .title {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .service-item .title {
        font-size: 20px;
    }
}

.service-item .read-more-text {
    padding-top: 3px;
}

.service-item.style-two {
    padding: 50px 30px 45px;
    border-radius: 5px;
}

@media only screen and (max-width: 1199px) {
    .service-item.style-two {
        padding: 37px 20px 35px;
    }
}

@media only screen and (max-width: 480px) {
    .service-item.style-two {
        padding: 37px 25px 35px;
    }
}

.service-item.style-two .service-icon {
    min-height: 60px;
    line-height: 55px;
    margin-bottom: 20px;
    font-size: 55px;
    background-image: -webkit-linear-gradient(110deg, #36ce69 0%, #5C73F2 100%);
    background-image: -o-linear-gradient(110deg, #36ce69 0%, #5C73F2 100%);
    background-image: linear-gradient(110deg, #36ce69 0%, #5C73F2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service-item.style-two .title {
    margin-bottom: 22px;
}

.service-item.style-two .read-more-text {
    padding-top: 5px;
}

.service-item.style-three {
    padding: 50px 30px 45px;
}

@media only screen and (max-width: 1199px) {
    .service-item.style-three {
        padding: 37px 20px 35px;
    }
}

@media only screen and (max-width: 480px) {
    .service-item.style-three {
        padding: 37px 25px 35px;
    }
}

@media only screen and (max-width: 1199px) {
    .service-item.style-three .service-info {
        font-size: 15px;
    }
}

.service-item.style-three .service-icon {
    font-size: 55px;
    background-image: -webkit-linear-gradient(110deg, #36ce69 0%, #5C73F2 100%);
    background-image: -o-linear-gradient(110deg, #36ce69 0%, #5C73F2 100%);
    background-image: linear-gradient(110deg, #36ce69 0%, #5C73F2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    min-height: 60px;
    margin-bottom: 0;
    line-height: 55px;
}

@media only screen and (max-width: 1199px) {
    .service-item.style-three .service-icon {
        font-size: 46px;
        min-height: 50px;
        margin-bottom: 20px;
    }
}

.service-item.style-three .read-more-text {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 5px;
}

@media only screen and (max-width: 1199px) {
    .service-item.style-three .read-more-text {
        padding-top: 3px;
    }
}

.service-item.style-four .service-icon {
    width: 50px;
    height: 50px;
    display: block;
}

.service-item.style-four .read-more-text:hover {
    color: #FF0066;
}

.service-item.style-six .service-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 25px;
}

.service-item.style-six .service-icon img {
    width: 80px;
    height: 80px;
}

@media only screen and (max-width: 480px) {
    .service-item.style-six .service-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }

    .service-item.style-six .service-icon img {
        width: 50px;
        height: 50px;
    }

    .service-item.style-six .title {
        font-size: 18px;
    }

    .service-item.style-six p {
        font-size: 14px;
    }
}

.service-item.style-six .title {
    font-weight: 600;
    font-size: 25px;
}

.service-item.style-six p {
    font-size: 16px;
}

/*--------------------------------------------------------------
    [ ## team ]
--------------------------------------------------------------*/
.team-block {
    position: relative;
}

.team-block .particle-shapes .dot-shape {
    position: absolute;
    z-index: 0;
    border-radius: 100%;
}

.team-block .particle-shapes .dot-shape.shape-one {
    right: 18%;
    background-color: #12141c;
    left: auto;
}

.team-block .particle-shapes .dot-shape.shape-two {
    right: 40%;
    left: auto;
}

.team-block .particle-shapes .dot-shape.shape-three {
    background-color: #12141c;
}

.team-block .particle-shapes .dot-shape.shape-four {
    left: 0;
}

.team-block .particle-shapes .dot-shape.shape-five {
    background-color: #12141c;
}

.team-block .element-group>.element {
    z-index: -1;
    position: absolute;
}

@media only screen and (max-width: 1366px) {
    .team-block .element-group>.element {
        display: none;
    }
}

.team-block .element-group>.element.one {
    top: 20px;
    right: calc(50% - 260px);
}

.team-block .element-group>.element.two {
    top: -190px;
    left: 0;
    opacity: 0.2;
}

@media only screen and (max-width: 1620px) {
    .team-block .element-group>.element.one {
        right: calc(50% - 160px);
    }
}

.team-block.style-two .team-items-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -30px;
    margin-left: -15px;
    margin-right: -15px;
}

@media only screen and (max-width: 1199px) {
    .team-block.style-two .team-items-list {
        margin-right: -50px;
    }
}

@media only screen and (max-width: 991px) {
    .team-block.style-two .team-items-list {
        margin-right: -15px;
    }
}

@media only screen and (max-width: 460px) {
    .team-block.style-two .team-items-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.team-block.style-two .team-items-list>div:nth-child(2n-1) {
    width: 380px;
    text-align: right;
}

@media only screen and (max-width: 1199px) {
    .team-block.style-two .team-items-list>div:nth-child(2n-1) {
        width: 320px;
    }
}

@media only screen and (max-width: 991px) {
    .team-block.style-two .team-items-list>div:nth-child(2n-1) {
        width: 380px;
    }
}

@media only screen and (max-width: 767px) {
    .team-block.style-two .team-items-list>div:nth-child(2n-1) {
        width: 290px;
    }
}

@media only screen and (max-width: 575px) {
    .team-block.style-two .team-items-list>div:nth-child(2n-1) {
        width: 230px;
    }
}

@media only screen and (max-width: 460px) {
    .team-block.style-two .team-items-list>div:nth-child(2n-1) {
        width: auto;
    }
}

.team-block.style-two .team-items-list>div:nth-child(2n) {
    position: relative;
    top: 190px;
    width: 290px;
}

@media only screen and (max-width: 1199px) {
    .team-block.style-two .team-items-list>div:nth-child(2n) {
        width: 260px;
        top: 150px;
    }
}

@media only screen and (max-width: 991px) {
    .team-block.style-two .team-items-list>div:nth-child(2n) {
        width: 290px;
    }
}

@media only screen and (max-width: 767px) {
    .team-block.style-two .team-items-list>div:nth-child(2n) {
        width: 250px;
    }
}

@media only screen and (max-width: 575px) {
    .team-block.style-two .team-items-list>div:nth-child(2n) {
        width: 220px;
        top: 110px;
    }
}

@media only screen and (max-width: 460px) {
    .team-block.style-two .team-items-list>div:nth-child(2n) {
        width: auto;
        top: 0;
    }
}

.team-block.style-two .text-feature-block.style-two {
    margin-top: 65px;
    padding-left: 100px;
}

@media only screen and (max-width: 1199px) {
    .team-block.style-two .text-feature-block.style-two {
        padding-left: 55px;
    }
}

@media only screen and (max-width: 991px) {
    .team-block.style-two .text-feature-block.style-two {
        padding-left: 90px;
        padding-right: 90px;
        margin-top: 0;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .team-block.style-two .text-feature-block.style-two {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .team-block.style-two .text-feature-block.style-two {
        padding-left: 0;
        padding-right: 0;
    }
}

.team-inner-block {
    background-color: #202020;
}

.team-items-list {
    margin-bottom: -40px;
    /*-------------------------------------------------
      [ ### Team Single ]
  */
}

.team-items-list .team-item {
    margin-bottom: 40px;
}

.team-items-list .team-item .team-thumbnail-area {
    position: relative;
}

.team-items-list .team-item .team-thumbnail-area .team-thumb {
    margin-bottom: 35px;
    position: relative;
    min-height: 375px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
}

@media only screen and (max-width: 1199px) {
    .team-items-list .team-item .team-thumbnail-area .team-thumb {
        min-height: 295px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .team-items-list .team-item .team-thumbnail-area .team-thumb {
        min-height: 335px;
    }
}

@media only screen and (max-width: 767px) {
    .team-items-list .team-item .team-thumbnail-area .team-thumb {
        min-height: 245px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .team-items-list .team-item .team-thumbnail-area .team-thumb {
        min-height: auto;
        margin-bottom: 25px;
    }
}

.team-items-list .team-item .team-thumbnail-area .team-thumb .image {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.team-items-list .team-item .team-thumbnail-area .team-thumb .image::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(145deg, #36ce69, #5C73F2);
    background: linear-gradient(145deg, #36ce69, #5C73F2);
    background: -moz-linear-gradient(145deg, #36ce69, #5C73F2);
    border-radius: 10px;
    opacity: 0;
    transition: 0.3s;
}

.team-item:hover .team-thumbnail-area .team-thumb .image::after {
    opacity: 0.6;
    transition: 0.3s;
}

.team-items-list .team-item .team-thumbnail-area .team-thumb img {
    width: 100%;
    border-radius: 10px;
}


.team-items-list.style-one .team-item .team-thumbnail-area .team-thumb .social-status {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 20px;
    left: 10px;
}

.team-items-list.style-one .team-item .team-thumbnail-area .team-thumb .social-status li {
    left: -10px;
    position: relative;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.team-items-list.style-one .team-item .team-thumbnail-area .team-thumb .social-status li a {
    font-size: 16px;
    height: 40px;
    width: 40px;
    margin-right: 0;
    margin-bottom: 5px;
}

.team-items-list.style-one .team-item .team-thumbnail-area .team-thumb .social-status li a {
    height: 40px;
    width: 40px;
    font-size: 14px;
    display: block;
    color: white;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.team-items-list.style-one .team-item .team-thumbnail-area .team-thumb .social-status a:hover,
.team-items-list.style-one .team-item .team-thumbnail-area .team-thumb .social-status a:focus {
    color: white !important;
}

.team-items-list.style-one .team-item .team-thumbnail-area .team-thumb .social-status li:nth-child(1) {
    transition-delay: 0.1s;
}

.team-items-list.style-one .team-item .team-thumbnail-area .team-thumb .social-status li:nth-child(2) {
    transition-delay: 0.2s;
}

.team-items-list.style-one .team-item .team-thumbnail-area .team-thumb .social-status li:nth-child(3) {
    transition-delay: 0.3s;
}

.team-items-list.style-one .team-item .team-thumbnail-area .team-thumb .social-status li:nth-child(4) {
    transition-delay: 0.4s;
}

.team-items-list.style-one .team-item:hover .team-thumbnail-area .team-thumb .social-status li {
    opacity: 1;
    visibility: visible;
    left: 10px;
}

.team-items-list.style-one .team-item .team-thumbnail-area .team-thumb .social-status li .facebook {
    background-color: #1877f2;
}

.team-items-list.style-one .team-item .team-thumbnail-area .team-thumb .social-status li .twitter {
    background-color: #1da1f2;
}

.team-items-list.style-one .team-item .team-thumbnail-area .team-thumb .social-status li .linkedin {
    background-color: #0077b5;
}

.team-items-list.style-one .team-item .team-thumbnail-area .team-thumb .social-status li .instagram {
    background-color: #252526;
}

.team-items-list.style-three .team-item .team-thumbnail-area .team-thumb {
    margin-bottom: 0px;
    min-height: 300px;
}

.team-items-list.style-three .team-item .team-info .team-name a:hover,
.team-items-list.style-three .team-item .team-info .team-name a:focus {
    color: #5C73F2 !important;
}

.team-items-list.style-three .team-item .team-info {
    margin-top: 25px;
}

.team-items-list.style-three .team-item .team-thumbnail-area .team-thumb .image::after {
    background: #36ce69;
}

.team-items-list .team-item .team-info {
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.team-items-list .team-item .team-info .team-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

@media only screen and (max-width: 1199px) {
    .team-items-list .team-item .team-info .team-name {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .team-items-list .team-item .team-info .team-name {
        font-size: 14px;
    }
}

.team-items-list .team-item .team-info .team-name a {
    display: block;
}

.team-items-list .team-item .team-info .team-name a:hover,
.team-items-list .team-item .team-info .team-name a:focus {
    color: #36ce69;
}

.team-items-list.style-one .team-item .team-info .team-name a:hover,
.team-items-list.style-one .team-item .team-info .team-name a:focus {
    color: #36ce69;
}

.team-items-list.style-two .team-item .team-info .team-name a:hover,
.team-items-list .team-item .team-info .team-name a:focus {
    color: #FF0066;
}

.team-items-list .team-item .team-info .designation {
    line-height: 1.5em;
    font-size: 16px;
    color: #36ce69;
}

@media only screen and (max-width: 1199px) {
    .team-items-list .team-item .team-info .designation {
        font-size: 18px;
    }
}

@media only screen and (max-width: 991px) {
    .team-items-list .team-item .team-info .designation {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .team-items-list .team-item .team-info .designation {
        font-size: 15px;
    }
}

.team-items-list .team-item .team-info .social-status {
    padding-top: 3px;
}

@media only screen and (max-width: 1199px) {
    .team-items-list .team-item .team-info .social-status {
        padding-top: 0;
    }
}

.team-items-list .team-item .team-info .social-status>a {
    color: black;
    font-size: 20px;
}

@media only screen and (max-width: 1199px) {
    .team-items-list .team-item .team-info .social-status>a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .team-items-list .team-item .team-info .social-status>a {
        font-size: 16px;
    }
}

.team-items-list .team-item .team-info .social-status>a:hover,
.team-items-list .team-item .team-info .social-status>a:focus {
    color: #36ce69 !important;
    line-height: 1em;
    display: inline-block;
}

.team-items-list.style-two .team-item .team-info .social-status>a:hover,
.team-items-list .team-item .team-info .social-status>a:focus {
    color: #FF0066 !important;
}

.team-items-list .team-item.style-two {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (max-width: 767px) {
    .team-items-list .team-item.style-two {
        display: inherit;
    }
}

.team-items-list .team-item.style-two .team-item-inner {
    overflow: hidden;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.team-items-list .team-item.style-two .team-item-inner:hover .team-thumb:before {
    opacity: 0.7;
}

.team-items-list .team-item.style-two .team-item-inner:hover .team-info {
    bottom: 17px;
}

.team-items-list .team-item.style-two .team-item-inner:hover .team-info .team-name {
    margin-bottom: 5px;
    opacity: 1;
}

.team-items-list .team-item.style-two .team-item-inner:hover .team-info .designation {
    opacity: 1;
}

.team-items-list .team-item.style-two .team-item-inner .team-thumb {
    margin-bottom: 0;
    border-radius: 10px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .team-items-list .team-item.style-two .team-item-inner .team-thumb {
        display: inherit;
    }
}

.team-items-list .team-item.style-two .team-item-inner .team-thumb:before {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    background: linear-gradient(145deg, #36ce69, #5C73F2);
    background: -webkit-linear-gradient(145deg, #36ce69, #5C73F2);
    background: -moz-linear-gradient(145deg, #36ce69, #5C73F2);
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.team-items-list .team-item.style-two .team-item-inner .team-thumb img {
    border-radius: inherit;
}

.team-items-list .team-item.style-two .team-item-inner .team-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.team-items-list .team-item.style-two .team-item-inner .team-info .team-name {
    font-family: 'Poppins', sans-serif;
    color: white;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: -15px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    opacity: 0;
}

.team-items-list .team-item.style-two .team-item-inner .team-info .team-name a:hover,
.team-items-list .team-item.style-two .team-item-inner .team-info .team-name a:focus {
    color: white;
    opacity: 0.8;
}

.team-items-list .team-item.style-two .team-item-inner .team-info .designation {
    color: white;
    opacity: 0;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.team-items-list .single-team-block .team-item {
    margin-bottom: 0px;
}

.team-items-list .single-team-block .team-item .team-name {
    font-size: 24px;
}

.team-items-list .single-team-block .team-about-info ul.list {
    list-style: none;
    padding-left: 0;
    padding-top: 0px;
}

.team-items-list .single-team-block .team-about-info ul.list li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    line-height: 1.7em;
}

@media only screen and (max-width: 767px) {
    .team-items-list .single-team-block .team-about-info ul.list li {
        margin-bottom: 15px;
    }
}

.team-items-list .single-team-block .team-about-info ul.list li:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    left: 0;
    top: 7px;
    background-color: black;
    border-radius: 35% 65% 64% 36%/50% 45% 55% 50%;
}

.team-items-list .single-team-block .team-about-info ul.list li:nth-child(3n-2):before {
    background: -webkit-linear-gradient(top, rgba(247, 74, 5, 0.4), #f74a05);
    background: linear-gradient(-180deg, rgba(247, 74, 5, 0.4), #f74a05);
}

.team-items-list .single-team-block .team-about-info ul.list li:nth-child(3n-1):before {
    background: -webkit-linear-gradient(left, rgba(39, 132, 138, 0.4), #27848a);
    background: linear-gradient(90deg, rgba(39, 132, 138, 0.4), #27848a);
}

.team-items-list .single-team-block .team-about-info ul.list li:nth-child(3n):before {
    background: -webkit-linear-gradient(135deg, rgba(123, 192, 67, 0.4), #7bc043);
    background: -webkit-linear-gradient(135deg, rgba(123, 192, 67, 0.4), #7bc043);
    background: linear-gradient(-45deg, rgba(123, 192, 67, 0.4), #7bc043);
}

.team-items-list .single-team-block .team-about-info ul.list li:last-child {
    margin-bottom: 0;
}

.team-items-list .single-team-block .team-about-info ul.list li a:hover,
.team-items-list .single-team-block .team-about-info ul.list li a:focus {
    color: #36ce69;
}

.team-items-list .single-team-block .team-item .team-thumb {
    border-radius: 0;
    margin-bottom: 20px;
}

.team-items-list .single-team-block .team-item .team-thumb:before {
    width: 0;
    height: 0;
}

.team-items-list .single-team-block .social-status a {
    color: #b7b7b7;
}

.team-items-list .single-team-block .team-about-info>p {
    font-size: 18px;
}

.team-items-list .single-team-block .team-about-info .team-info {
    margin-bottom: 55px;
    margin-top: -5px;
}

@media only screen and (max-width: 575px) {
    .team-items-list .single-team-block .team-about-info .team-info {
        margin-bottom: 45px;
    }
}

.team-items-list .single-team-block .team-about-info .team-name {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 5px;
}

@media only screen and (max-width: 575px) {
    .team-items-list .single-team-block .team-about-info .team-name {
        font-size: 32px;
    }
}

.team-items-list .single-team-block .team-about-info .section-heading {
    font-size: 28px;
    padding-bottom: 12px;
}

.team-items-list .experience-block .section-heading,
.team-items-list .education-block .section-heading {
    margin-bottom: 25px;
}

.team-items-list .experience-block .content-list,
.team-items-list .education-block .content-list {
    position: relative;
    padding-left: 25px;
    margin-top: 35px;
}

.team-items-list .experience-block .content-list:before,
.team-items-list .education-block .content-list:before {
    position: absolute;
    content: '';
    left: 5px;
    top: 10px;
    width: 1px;
    height: calc(100% - 20px);
    background-color: #f9f9f9;
}

.team-items-list .education-item,
.team-items-list .experience-item {
    margin-bottom: 30px;
    position: relative;
}

.team-items-list .education-item:last-child,
.team-items-list .experience-item:last-child {
    margin-bottom: 0;
}

.team-items-list .education-item:before,
.team-items-list .experience-item:before {
    position: absolute;
    content: '';
    z-index: 1;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    top: 4px;
    left: -27px;
    background-color: #36ce69;
    opacity: 0.25;
}

.team-items-list .education-item:after,
.team-items-list .experience-item:after {
    position: absolute;
    content: '';
    z-index: 1;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    top: 8px;
    left: -23px;
    background-color: #36ce69;
    z-index: 2;
}

.team-items-list .education-item .heading,
.team-items-list .experience-item .heading {
    margin-bottom: 5px;
}

.team-items-list .education-item .date,
.team-items-list .experience-item .date {
    font-size: 16px;
    margin-bottom: 8px;
}

.team-items-list .education-item .info,
.team-items-list .experience-item .info {
    padding-top: 10px;
}

/*--------------------------------------------------------------
    [ ## Portfolio ]
--------------------------------------------------------------*/
.portfolio-block {
    position: relative;
}

.portfolio-block .particle-shapes .dot-shape {
    position: absolute;
    z-index: 0;
    border-radius: 100%;
}

.portfolio-block .particle-shapes .dot-shape.shape-one {
    right: 18%;
    left: auto;
}

.portfolio-block .particle-shapes .dot-shape.shape-two {
    right: 40%;
    left: auto;
    background-color: #36ce69;
}

.portfolio-block .particle-shapes .dot-shape.shape-four {
    left: 0;
    background-color: #36ce69;
}


.portfolio-block .portfolio-grid-three>.item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.portfolio-block.style-one {
    position: relative;
    padding-top: 80px;
    padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .portfolio-block.style-one {
        padding-top: 60px;
    }
}

.portfolio-block.style-one .waves-effect.bottom {
    height: 185px;
    bottom: -183px;
    z-index: 1;
}

.portfolio-block.style-one .waves-effect.top {
    height: 185px;
    top: -185px;
}

@media only screen and (max-width: 991px) {
    .portfolio-block.style-one .waves-effect.top {
        height: 90px;
    }
}

@media only screen and (max-width: 420px) {
    .portfolio-block.style-one .waves-effect.top {
        height: 80px;
    }
}

.portfolio-block.style-one .element-group>.element {
    z-index: 0;
    position: absolute;
}

@media only screen and (max-width: 1366px) {
    .portfolio-block.style-one .element-group>.element {
        display: none;
    }
}

.portfolio-block.style-one .element-group>.element.one {
    top: 120px;
    left: calc(50% - 695px);
    -webkit-animation: moving-left-right-three 25s infinite;
    animation: moving-left-right-three 25s infinite;
    border-radius: 48% 52% 39% 61% / 43% 52% 48% 57%;
    -webkit-border-radius: 48% 52% 39% 61% / 43% 52% 48% 57%;
    -moz-border-radius: 48% 52% 39% 61% / 43% 52% 48% 57%;
    width: 182px;
    height: 182px;
    background-color: #d4fc79;
}

@media only screen and (max-width: 1620px) {
    .portfolio-block.style-one .element-group>.element.one {
        left: calc(50% - 660px);
    }
}

.portfolio-block.style-one .element-group>.element.two {
    top: -50px;
    right: 30px;
}

@media only screen and (max-width: 1750px) {
    .portfolio-block.style-one .element-group>.element.two {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .portfolio-block.style-two.pd-t-100 {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 575px) {
    .portfolio-block.style-two.pd-t-100 {
        padding-top: 60px;
    }
}

.portfolio-item.style-two .portfolio-thumb .overlay {
    background: #36ce69;
}

.portfolio-block.style-two .portfolio-scroll-slider.swiper-container-horizontal>.swiper-scrollbar {
    background-color: rgba(71, 118, 230, 0.1);
}

.portfolio-block.style-two .portfolio-scroll-slider .swiper-scrollbar-drag {
    background-color: #36ce69;
}

@media only screen and (min-width: 1200px) {
    .portfolio-block.style-three .portfolio-filter {
        margin-bottom: 70px;
    }
}

.portfolio-block.style-three .portfolio-item {
    margin-bottom: 0;
}

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

    .portfolio-block.style-three .portfolio-item,
    .portfolio-block.style-four .portfolio-item {
        margin-bottom: 30px;
    }
}

.portfolio-block.style-three .portfolio-item .portfolio-thumb {
    border-radius: 0;
}

.portfolio-block.style-three .portfolio-item .portfolio-thumb .overlay {
    border-radius: 0;
}

.portfolio-block.style-four .row>.text-right,
.portfolio-block.style-five .row>.text-right {
    text-align: right !important;
}

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

    .portfolio-block.style-four .no-gutters>.row,
    .portfolio-block.style-five .no-gutters>.row {
        margin-bottom: -30px;
    }
}

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

    .portfolio-block.style-four .section-title,
    .portfolio-block.style-five .section-title {
        text-align: center;
        margin-bottom: 40px;
    }
}

.portfolio-block.style-four .portfolio-filter,
.portfolio-block.style-five .portfolio-filter {
    margin-bottom: 0px;
}

.portfolio-block.style-five .filtering {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 3px 3px 50px rgb(0 0 0 / 8%);
    padding: 0 50px;
    max-height: 80px;
}

@media only screen and (min-width: 320px) and (max-width:479px) {
    .portfolio-block.style-five .filtering {
        padding: 20px 50px;
        max-height: 100px;
    }

}

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

    .portfolio-block.style-four .portfolio-filter,
    .portfolio-block.style-five .portfolio-filter {
        margin-bottom: 0px;
    }
}

.portfolio-block.style-four .portfolio-filter li a,
.portfolio-block.style-five .portfolio-filter li a {
    font-size: 16px;
    padding: 0 20px;
}

.portfolio-block.style-four .portfolio-filter li a {
    color: #fff;
}

.portfolio-block.style-five .portfolio-filter li a {
    color: #fff;
}

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

    .portfolio-block.style-four .portfolio-filter li a,
    .portfolio-block.style-five .portfolio-filter li a {
        padding: 0 10px;
    }
}

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

    .portfolio-block.style-four .portfolio-filter li a,
    .portfolio-block.style-five .portfolio-filter li a {
        padding: 0 7px;
    }

    .portfolio-block.style-four .portfolio-filter li a {
        font-size: 12px;
    }
}

.portfolio-block.style-four .portfolio-filter li a.active,
.portfolio-block.style-four .portfolio-filter li a:hover,
.portfolio-block.style-five .portfolio-filter li a.active,
.portfolio-block.style-five .portfolio-filter li a:hover {
    color: #36ce69;
}

.portfolio-block.style-four .portfolio-filter li:first-child>a,
.portfolio-block.style-five .portfolio-filter li:first-child>a {
    padding-left: 0;
}

.portfolio-block.style-four .portfolio-filter li:last-child>a,
.portfolio-block.style-five .portfolio-filter li:last-child>a {
    padding-right: 0;
}

.portfolio-block .btn-more-area {
    margin-bottom: 85px;
}

@media only screen and (max-width: 1199px) {
    .portfolio-block .btn-more-area {
        margin-bottom: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .portfolio-block .btn-more-area {
        margin-bottom: 63px;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-block .btn-more-area {
        margin-bottom: 45px;
        margin-top: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-block .btn-more-area.text-right {
        text-align: center !important;
    }
}

.portfolio-block .portfolio-scroll-slider .swiper-wrapper {
    margin-bottom: 55px;
}

@media only screen and (max-width: 767px) {
    .portfolio-block .portfolio-scroll-slider .swiper-wrapper {
        margin-bottom: 40px;
    }
}

.portfolio-block .portfolio-scroll-slider.swiper-container-horizontal>.swiper-scrollbar {
    left: 0;
    height: 8px;
    width: 100%;
    background-color: rgba(153, 153, 153, 0.1);
}

@media only screen and (max-width: 767px) {
    .portfolio-block .portfolio-scroll-slider.swiper-container-horizontal>.swiper-scrollbar {
        height: 5px;
    }
}

.portfolio-block .portfolio-scroll-slider .swiper-scrollbar-drag {
    background-color: #999999;
}

@media only screen and (min-width: 576px) {
    .portfolio-block .no-gutters {
        padding-left: 0;
        padding-right: 0;
    }
}

.portfolio-block .no-gutters .row {
    margin-left: 0;
    margin-right: 0;
}

.portfolio-block .no-gutters [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}

.portfolio-block .portfolio-item.style-two {
    margin-bottom: 0;
}

.portfolio-block .portfolio-item.style-two:hover .portfolio-info .cat {
    opacity: 0.8;
}

.portfolio-block .portfolio-item.style-two .portfolio-info {
    top: 30px;
}

@media only screen and (max-width: 767px) {
    .portfolio-block .portfolio-item.style-two .portfolio-info {
        top: 20px;
        left: 20px;
    }
}

.portfolio-block .portfolio-item.style-two .portfolio-info .heading {
    font-size: 21px;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .portfolio-block .portfolio-item.style-two .portfolio-info .heading {
        font-size: 18px;
    }
}

.portfolio-block .portfolio-item.style-two .portfolio-info .cat {
    font-size: 14px;
    font-weight: normal;
}

@media only screen and (max-width: 767px) {
    .portfolio-block .portfolio-item.style-two .portfolio-info .cat {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1199px) {
    .portfolio-block .load-more-area.mrt-20 {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .portfolio-block .load-more-area.mrt-20 {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-block .load-more-area.mrt-80 {
        margin-top: 30px;
    }
}

.portfolio-block .swiper-pagination {
    position: relative;
    bottom: 0px;
}

@media only screen and (max-width: 575px) {
    .portfolio-block .swiper-pagination {
        padding-top: 35px;
    }
}

.portfolio-block .swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    background: #36ce69;
    opacity: .5;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 575px) {
    .portfolio-block .swiper-pagination .swiper-pagination-bullet {
        width: 18px;
    }
}

.portfolio-block .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    width: 40px;
}

@media only screen and (max-width: 575px) {
    .portfolio-block .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 30px;
    }
}

.portfolio-filter {
    list-style: none;
    padding: 0;
    margin-bottom: 60px;
}

@media only screen and (max-width: 1199px) {
    .portfolio-filter {
        margin-bottom: 45px;
    }
}

@media only screen and (max-width: 575px) {
    .portfolio-filter {
        margin-bottom: 40px;
    }
}

.portfolio-filter li {
    display: inline-block;
    margin: 0 3px 0px;
}

.portfolio-filter li a {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    display: block;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    position: relative;
    padding: 0 20px;
    color: white;
}

@media only screen and (max-width: 1199px) {
    .portfolio-filter li a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 991px) {
    .portfolio-filter li a {
        font-size: 16px;
        padding: 0 13px;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-filter li a {
        font-size: 15px;
        padding: 0 10px;
    }
}

@media only screen and (max-width: 575px) {
    .portfolio-filter li a {
        font-size: 14px;
        padding: 0 7px;
    }
}

.portfolio-filter li a.active,
.portfolio-filter li a:hover {
    color: #36ce69;
}

.portfolio-item {
    position: relative;
    min-height: 100px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.portfolio-item.style-three {
    position: relative;
    margin-bottom: 70px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

@media only screen and (max-width: 1199px) {
    .portfolio-item.style-three {
        margin-bottom: 30px;
    }
}

.portfolio-item.style-three img {
    border-radius: 10px;
}

.portfolio-item.style-three:hover {
    opacity: 0.5;
}

.portfolio-item.style-three:hover .portfolio_animation_wrap {
    box-shadow: 3px 3px 50px rgba(0, 0, 0, 0.075);
}

.portfolio-item.style-three .portfolio_animation_wrap {
    border-radius: 10px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.portfolio-item .portfolio-thumb {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-bottom: 0px;
    overflow: hidden;
}

.portfolio-item .portfolio-thumb>img {
    width: 100%;
    -webkit-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
}

.portfolio-item .portfolio-thumb .overlay-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.portfolio-item .portfolio-thumb .overlay-wrapper .read-more-area {
    position: absolute;
    bottom: 40px;
    left: 30px;
    opacity: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

@media only screen and (max-width: 767px) {
    .portfolio-item .portfolio-thumb .overlay-wrapper .read-more-area {
        left: 20px;
    }
}

.portfolio-item .portfolio-thumb .overlay-wrapper .read-more-area .read-more-text {
    color: white;
}

.portfolio-item .portfolio-thumb .overlay-wrapper .links>a {
    font-size: 18px;
    position: absolute;
    z-index: 2;
    display: inline-block;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    opacity: 0;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background-color: rgba(0, 0, 0, 0.5);
    line-height: 60px;
}

.portfolio-item .portfolio-thumb .overlay-wrapper .links>a.popup-image {
    bottom: 27px;
    right: 0px;
}

@media only screen and (max-width: 1366px) {
    .portfolio-item .portfolio-thumb .overlay-wrapper .links>a.popup-image {
        bottom: 25px;
    }
}

@media only screen and (max-width: 420px) {
    .portfolio-item .portfolio-thumb .overlay-wrapper .links>a.popup-image {
        bottom: 18px;
    }
}

.portfolio-item .portfolio-thumb .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(110, 64, 226, 0.04);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}

.portfolio-item .portfolio-thumb .overlay-two {
    background: -webkit-linear-gradient(145deg, #36ce69, #5C73F2);
    background: linear-gradient(145deg, #36ce69, #5C73F2);
    background: -moz-linear-gradient(145deg, #36ce69, #5C73F2);
}

.portfolio-item .portfolio-info {
    position: absolute;
    top: 25px;
    left: 30px;
}

@media only screen and (max-width: 1366px) {
    .portfolio-item .portfolio-info {
        top: 20px;
        left: 25px;
    }
}

@media only screen and (max-width: 420px) {
    .portfolio-item .portfolio-info {
        top: 15px;
        left: 20px;
    }
}

.portfolio-item .portfolio-info>div {
    overflow: hidden;
}

.portfolio-item .portfolio-info .heading {
    font-size: 20px;
    margin-bottom: 0;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.2;
    color: white;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

@media only screen and (max-width: 1366px) {
    .portfolio-item .portfolio-info .heading {
        font-size: 18px;
    }
}

@media only screen and (max-width: 575px) {
    .portfolio-item .portfolio-info .heading {
        font-size: 16px;
    }
}

.portfolio-item .portfolio-info .heading a:hover,
.portfolio-item .portfolio-info .heading a:focus {
    opacity: 0.8;
}

.portfolio-item .portfolio-info .cat {
    -webkit-transition: 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    transition: 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    color: white;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

@media only screen and (max-width: 1366px) {
    .portfolio-item .portfolio-info .cat {
        font-size: 14px;
    }
}

@media only screen and (max-width: 575px) {
    .portfolio-item .portfolio-info .cat {
        font-size: 13px;
    }
}

.portfolio-item:hover .portfolio-thumb>img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.portfolio-item:hover .portfolio-thumb .overlay {
    opacity: 0.85;
    visibility: visible;
}

.portfolio-item:hover .portfolio-thumb .overlay-wrapper .read-more-area {
    opacity: 1;
    bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .portfolio-item:hover .portfolio-thumb .overlay-wrapper .read-more-area {
        bottom: 18px;
    }
}

.portfolio-item:hover .portfolio-thumb .overlay-wrapper .links>a {
    opacity: 1;
    visibility: visible;
}

.portfolio-item:hover .portfolio-thumb .overlay-wrapper .links>a.popup-image {
    right: 30px;
}

@media only screen and (max-width: 1366px) {
    .portfolio-item:hover .portfolio-thumb .overlay-wrapper .links>a.popup-image {
        right: 25px;
    }
}

@media only screen and (max-width: 420px) {
    .portfolio-item:hover .portfolio-thumb .overlay-wrapper .links>a.popup-image {
        right: 20px;
    }
}

.portfolio-item:hover .portfolio-info .heading,
.portfolio-item:hover .portfolio-info .cat {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.portfolio-item:hover .portfolio-info .heading {
    opacity: 1;
}

.portfolio-item:hover .portfolio-info .cat {
    opacity: 0.85;
}

.portfolio_mouseleve_title {
    white-space: nowrap;
    position: fixed;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
}

.portfolio_mouseleve_title.visible {
    opacity: 1;
    visibility: visible;
}

.portfolio_mouseleve_title .work__title {
    font-size: 35px;
    padding: 3px 15px 12px;
    font-weight: normal;
    background-color: #5C73F2;
    color: black;
    line-height: 1em;
    border-radius: 5px;
}

@media only screen and (max-width: 1199px) {
    .portfolio_mouseleve_title .work__title {
        font-size: 30px;
        padding-top: 5px;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .portfolio_mouseleve_title .work__title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio_mouseleve_title .work__title {
        font-size: 20px;
        padding: 5px 10px 8px;
    }
}

.portfolio_mouseleve_title .work__cat {
    position: absolute;
    background-color: #36ce69;
    color: white;
    top: 100%;
    left: 0;
    font-size: 20px;
    font-weight: normal;
    padding: 5px 10px 8px;
    margin-top: -10px;
    border-radius: 5px;
}

@media only screen and (max-width: 1199px) {
    .portfolio_mouseleve_title .work__cat {
        font-size: 18px;
    }
}

@media only screen and (max-width: 991px) {
    .portfolio_mouseleve_title .work__cat {
        font-size: 16px;
        padding-top: 2px;
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio_mouseleve_title .work__cat {
        font-size: 14px;
    }
}

/*--------------------------------------------------------------
    [ ## Testimonial ]
--------------------------------------------------------------*/
.testimonial-block.style-one {
    position: relative;
    overflow: hidden;
}

.testimonial-block.shape-block {
    position: relative;
}

.testimonial-block.shape-block::after {
    width: 850px;
    height: 850px;
    border-radius: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 28%;
    background-color: rgba(32, 32, 32, 0.5);
    margin-top: -310px;
    z-index: -1;
}

.testimonial-block.style-one .element-group>.element {
    z-index: 1;
    position: absolute;
}

@media only screen and (max-width: 1366px) {
    .testimonial-block.style-one .element-group>.element {
        display: none;
    }
}

.testimonial-block.style-one .element-group>.element.one {
    top: 270px;
    left: 0;
    width: 480px;
    height: 480px;
    border-radius: 100%;
    background-color: #5C73F2;
    -webkit-filter: blur(100px);
    -moz-filter: blur(100px);
    -o-filter: blur(100px);
    -ms-filter: blur(100px);
}

@media only screen and (max-width: 1620px) {
    .testimonial-block.style-one .element-group>.element.one {
        top: 270px;
        left: 0;
    }
}

.testimonial-block.style-one .element-group>.element.two {
    top: 430px;
    right: calc(50% - 695px);
    width: 280px;
    height: 280px;
    background-color: #36ce69;
    border-radius: 100%;
    z-index: -1;
}

.testimonial-block .testimonial-slider {
    margin: -30px -15px 0;
}

.testimonial-block .testimonial-slider-two {
    margin: -10px -30px -40px;
}

.testimonial-block .swiper-pagination {
    position: relative;
    bottom: 0px;
    margin-bottom: -5px;
    padding-top: 50px;
}

@media only screen and (max-width: 575px) {
    .testimonial-block .swiper-pagination {
        padding-top: 35px;
    }
}

.testimonial-block .swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    background: #36ce69;
    opacity: .5;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.testimonial-block.style-one .swiper-pagination .swiper-pagination-bullet {
    background: #36ce69;
}

@media only screen and (max-width: 575px) {
    .testimonial-block .swiper-pagination .swiper-pagination-bullet {
        width: 18px;
    }
}

.testimonial-block .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    width: 40px;
}

@media only screen and (max-width: 575px) {
    .testimonial-block .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 30px;
    }
}

.testimonial-item.style-one .client-testimonial .details {
    border-radius: 0.625em !important;
}

.testimonial-item.style-one .client-testimonial {
    margin: 0 15px;
}

.testimonial-item.style-one .client-testimonial .details .rating {
    margin-bottom: 20px;
}

.testimonial-item.style-one .client-testimonial .details .rating>a {
    font-size: 30px;
}

.testimonial-item.style-one .client-testimonial .details p {
    font-size: 16px;
}

.client-testimonial {
    margin: 30px 15px 0;
}

.client-testimonial.style-two {
    box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.05);
    background-color: white;
    padding: 0px 30px 60px;
    text-align: center;
    margin: 40px 30px;
}

@media only screen and (max-width: 1199px) {
    .client-testimonial.style-two {
        padding: 0px 30px 40px;
    }
}

@media only screen and (max-width: 420px) {
    .client-testimonial.style-two {
        padding: 0px 15px 35px;
    }
}

.client-testimonial.style-two .details {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.04);
    background-color: #fff;
    padding: 0;
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 300;
    padding-bottom: 18px;
}

@media only screen and (max-width: 1199px) {
    .client-testimonial.style-two .details {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .client-testimonial.style-two .details {
        font-size: 18px;
    }
}

@media only screen and (max-width: 575px) {
    .client-testimonial.style-two .details {
        font-size: 16px;
    }
}

.client-testimonial.style-two .details>p>span {
    color: black;
    font-weight: 500;
}

.client-testimonial.style-two .client-thumb {
    margin: 0 auto -17px;
    position: relative;
    top: -40px;
}

@media only screen and (max-width: 1199px) {
    .client-testimonial.style-two .client-thumb {
        top: -35px;
        margin-bottom: -13px;
    }
}

@media only screen and (max-width: 767px) {
    .client-testimonial.style-two .client-thumb {
        height: 60px;
        width: 60px;
    }

    .testimonial-block.shape-block::after {
        display: none;
    }
}

.client-testimonial.style-two .client-info {
    padding-left: 0;
    max-width: 100%;
}

.client-testimonial .details {
    margin-bottom: 23px;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.04);
    background-color: #202020;
    padding: 38px 30px 35px;
    border-radius: 7px;
    min-height: 380px !important;
}

@media only screen and (max-width: 1199px) {
    .client-testimonial .details {
        padding: 30px 20px 27px;
    }
}

@media only screen and (max-width: 767px) {
    .client-testimonial .details {
        padding: 27px 20px 25px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 575px) {
    .client-testimonial .details {
        font-size: 15px;
    }
}

.client-testimonial .details .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.client-testimonial .details .rating>a {
    margin-left: -1px;
    color: #fdcc0d;
}

.client-testimonial .client-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.client-testimonial .client-thumb {
    width: 80px;
    height: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
}

@media only screen and (max-width: 1199px) {
    .client-testimonial .client-thumb {
        height: 65px;
        width: 65px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 65px;
        flex: 0 0 65px;
    }
}

@media only screen and (max-width: 767px) {
    .client-testimonial .client-thumb {
        height: 50px;
        width: 50px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
    }
}

.client-testimonial .client-thumb img {
    width: 90%;
    height: 90%;
    border-radius: 50%;
}

.client-testimonial .client-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 80px);
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
    padding-left: 20px;
}

@media only screen and (max-width: 1199px) {
    .client-testimonial .client-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 65px);
        flex: 0 0 calc(100% - 65px);
        max-width: calc(100% - 65px);
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .client-testimonial .client-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 50px);
        flex: 0 0 calc(100% - 50px);
        max-width: calc(100% - 50px);
    }
}

.client-testimonial .client-info .client-name {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 4px;
    line-height: 1.25em;
}

@media only screen and (max-width: 767px) {
    .client-testimonial .client-info .client-name {
        font-size: 16px;
    }
}

.client-testimonial .client-info .client-designation {
    font-size: 14px;
    line-height: 1.4em;
    color: #36ce69;
}

.testimonial-block.style-two {
    position: relative;
}

.testimonial-block.style-two .element-group>.element {
    z-index: -1;
    position: absolute;
}

@media only screen and (max-width: 1366px) {
    .testimonial-block.style-two .element-group>.element {
        display: none;
    }
}

.testimonial-block.style-two .element-group>.element.one {
    bottom: 75px;
    left: calc(50% - 720px);
    width: 300px;
    height: 300px;
    -webkit-animation: linear rotate360 12s infinite;
    -moz-animation: linear rotate360 12s infinite;
    animation: linear rotate360 12s infinite;
}

.testimonial-block.style-two .element-group>.element.two {
    top: 75px;
    right: calc(50% - 720px);
    width: 150px;
    height: 150px;
    -webkit-animation: linear bt-bottomTop-40 3s infinite;
    -moz-animation: linear bt-bottomTop-40 3s infinite;
    animation: linear bt-bottomTop-40 3s infinite;
}

@media only screen and (max-width: 1620px) {
    .testimonial-block.style-two .element-group>.element.one {
        left: calc(50% - 640px);
    }
}

/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### Text Featured Block ]
*/

@media only screen and (max-width: 767px) {
    .text-feature-block {
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 420px) {
    .text-feature-block {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.text-feature-block .sub-heading {
    font-weight: 700;
    color: #36ce69;
    font-size: 25px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1199px) {
    .text-feature-block .sub-heading {
        font-size: 22px;
    }
}

@media only screen and (max-width: 991px) {
    .text-feature-block .sub-heading {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .text-feature-block .sub-heading {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 420px) {
    .text-feature-block .sub-heading {
        font-size: 16px;
    }
}

.text-feature-block .title {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.12em;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
    .text-feature-block .title {
        font-size: 45px;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .text-feature-block .title {
        font-size: 30px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .text-feature-block .title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .text-feature-block .title {
        font-size: 30px;
        line-height: 1.25;
    }
}

@media only screen and (max-width: 420px) {
    .text-feature-block .title {
        font-size: 30px;
    }
}

.text-feature-block .sub-title {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.text-feature-block .con-text {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.65em;
    color: #bdc3c7;
    font-weight: 400;
}

.text-feature-block .con-text-two {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.65em;
    color: #2c3e50;
    font-weight: 400;
}

@media only screen and (max-width: 1199px) {
    .text-feature-block .sub-title {
        font-size: 16px;
        line-height: 1.65em;
    }
}

@media only screen and (max-width: 767px) {
    .text-feature-block .sub-title {
        font-size: 14px;
    }
}

.text-feature-block .description {
    font-size: 16px;
    color: #bdc3c7;
    font-weight: 400;
    width: 50%;
    margin: 0 auto;
    line-height: 1.65em;
}

@media only screen and (max-width: 420px) {
    .text-feature-block .description {
        font-size: 16px;
        width: 100%;
    }

}


.text-feature-block .btn {
    margin-top: 8px;
}

.text-feature-block.style-two {
    margin-top: -6px;
}

.text-feature-block.style-two .title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.25em;
    margin-bottom: 25px;
}

@media only screen and (max-width: 1199px) {
    .text-feature-block.style-two .title {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 420px) {
    .text-feature-block.style-two .title {
        font-size: 24px;
    }
}

.text-feature-block.style-two .btn-gradient-45 {
    padding: 10px 40px 9px;
}

@media only screen and (max-width: 1199px) {
    .text-feature-block.style-two .btn-gradient-45 {
        padding: 10px 25px 9px;
    }
}

.text-feature-block.style-three .title {
    font-size: 40px;
    line-height: 1.35em;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
    .text-feature-block.style-three .title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 991px) {
    .text-feature-block.style-three .title {
        font-size: 27px;
    }
}

@media only screen and (max-width: 575px) {
    .text-feature-block.style-three .title {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 15px;
    }
}

.text-feature-block.style-three .title>span {
    color: #36ce69;
}

.text-feature-block.style-three .text {
    margin-bottom: 15px;
}

.text-feature-block.style-three .btn {
    margin-top: 10px;
}

@media only screen and (max-width: 575px) {
    .text-feature-block.style-three .btn {
        margin-top: 5px;
    }
}

.chk-list li .icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 100px;
    font-size: 12px;
    display: inline-block;
}

/*-------------------------------------------------
    [ ### Programming Block ]
*/
.programming-block .programming-thumb-area {
    margin-bottom: -35px;
    margin-right: -35px;
}

@media only screen and (max-width: 1199px) {
    .programming-block .programming-thumb-area {
        margin-bottom: -30px;
    }
}

@media only screen and (max-width: 991px) {
    .programming-block .programming-thumb-area {
        margin-right: -20px;
        margin-bottom: -20px;
    }
}

@media only screen and (max-width: 420px) {
    .programming-block .programming-thumb-area {
        margin-bottom: -15px;
    }
}

.programming-block .text-feature-block.style-two {
    margin-top: 65px;
    padding-left: 100px;
}

@media only screen and (max-width: 1199px) {
    .programming-block .text-feature-block.style-two {
        padding-left: 55px;
    }
}

@media only screen and (max-width: 991px) {
    .programming-block .text-feature-block.style-two {
        padding-left: 15px;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .programming-block .text-feature-block.style-two {
        padding-left: 50px;
        padding-right: 50px;
        margin-top: 0px;
    }
}

@media only screen and (max-width: 575px) {
    .programming-block .text-feature-block.style-two {
        padding-left: 0;
        padding-right: 0;
    }
}

.programming-block .text-feature-block.style-two .btn-primary {
    font-size: 16px;
}

/*-------------------------------------------------
    [ ### Skill Block ]
*/
.our-skill-block {
    position: relative;
    z-index: 2;
    background-color: #202020;
}

.our-skill-block .mock-up-thumb {
    position: relative;
}

.our-skill-block .mock-up-thumb img {
    border-radius: 49% 0% 59% 0% / 49% 10% 53% 10%;
    -webkit-border-radius: 49% 0% 59% 0% / 49% 10% 53% 10%;
    -moz-border-radius: 49% 0% 59% 0% / 49% 10% 53% 10%;
    -o-border-radius: 49% 0% 59% 0% / 49% 10% 53% 10%;
}

.our-skill-block.style-one .mock-up-thumb:after {
    width: 600px;
    height: 490px;
    content: '';
    position: absolute;
    top: 50px;
    left: -55px;
    right: 0;
    background: linear-gradient(110deg, #36ce69 0%, #5C73F2 100%);
    background: -webkit-linear-gradient(110deg, #36ce69 0%, #5C73F2 100%);
    background: -moz-linear-gradient(110deg, #36ce69 0%, #5C73F2 100%);
    border-radius: 50% 50% 61% 39% / 48% 43% 57% 52%;
    -webkit-border-radius: 50% 50% 61% 39% / 48% 43% 57% 52%;
    -moz-border-radius: 50% 50% 61% 39% / 48% 43% 57% 52%;
    z-index: -1;
}

.our-skill-block.style-two {
    position: relative;
}

.our-skill-block.style-two .element-group>.element {
    z-index: -1;
    position: absolute;
}

@media only screen and (max-width: 1366px) {
    .our-skill-block.style-two .element-group>.element {
        display: none;
    }
}

.our-skill-block.style-two .element-group>.element.one {
    bottom: 175px;
    right: calc(50% - 695px);
    -webkit-animation: linear bt-bottomTop-40 4s infinite;
    animation: linear bt-bottomTop-40 4s infinite;
}

.our-skill-block.style-two .element-group>.element.two {
    top: -35px;
    left: calc(50% - 770px);
    opacity: 0.3;
    -webkit-animation: linear rotate360 12s infinite;
    animation: linear rotate360 12s infinite;
}

@media only screen and (max-width: 1620px) {
    .our-skill-block.style-two .element-group>.element.one {
        right: calc(50% - 660px);
    }

    .our-skill-block.style-two .element-group>.element.two {
        left: calc(50% - 660px);
    }
}

.our-skill-block .text-feature-block.style-three .text {
    margin-right: 200px;
}

@media only screen and (max-width: 1199px) {
    .our-skill-block .text-feature-block.style-three .text {
        margin-right: 85px;
    }
}

@media only screen and (max-width: 1199px) {
    .our-skill-block .text-feature-block.style-three .text {
        margin-right: 40px;
    }
}

.our-skill-block .promo-video-area {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 90px;
}

@media only screen and (max-width: 1199px) {
    .our-skill-block .promo-video-area {
        margin-bottom: 75px;
    }

    .our-skill-block.style-one .mock-up-thumb:after {
        width: 100%;
        height: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .our-skill-block .promo-video-area {
        margin-bottom: 60px;
    }

    .our-skill-block.style-one .mock-up-thumb:after {
        width: 100%;
        height: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .our-skill-block .promo-video-area {
        margin-bottom: 35px;
    }
}

.our-skill-block .promo-video-area .video-thumb {
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
}

.our-skill-block .promo-video-area .promo-video {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
}

.our-skill-block .section-title .title-text {
    padding-right: 100px;
}

@media only screen and (max-width: 1199px) {
    .our-skill-block .section-title .title-text {
        padding-right: 0px;
    }
}

.our-skill-block .skill-list .single-skill:last-child {
    margin-bottom: 0;
}

.our-skill-block .skill-list .progress {
    background-color: rgba(255, 81, 47, 0.3);
}

.our-skill-block .skill-list .progress .progress-bar {
    background-color: #FF512F;
    background-image: -webkit-linear-gradient(110deg, #FF512F 0%, #DD2476 100%);
    background-image: -o-linear-gradient(110deg, #FF512F 0%, #DD2476 100%);
    background-image: linear-gradient(110deg, #FF512F 0%, #DD2476 100%);
}

.our-skill-block .single-skill {
    margin-bottom: 35px;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .our-skill-block .single-skill {
        margin-bottom: 28px;
        text-align: left;
    }
}

.our-skill-block .skill-title {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
    .our-skill-block .skill-title {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .our-skill-block .skill-title {
        font-size: 15px;
    }
}

.our-skill-block .progress {
    height: 5px;
    overflow: visible;
    background-color: rgba(71, 118, 230, 0.3);
    border-radius: 5px;
    position: relative;
}

.our-skill-block .progress .progress-bar {
    background-color: #36ce69;
    border-radius: 5px;
    overflow: visible;
}

.our-skill-block .progress .progress-bar>span {
    display: block;
    position: absolute;
    color: #fff;
    top: -26px;
    right: 0;
    font-weight: 500;
    font-size: 16px;
    z-index: 2;
    font-family: 'Poppins', sans-serif;
}

@media only screen and (max-width: 991px) {
    .our-skill-block .progress .progress-bar>span {
        font-size: 14px;
        top: -18px;
    }
}

@media only screen and (max-width: 767px) {
    .our-skill-block .progress .progress-bar>span {
        font-size: 15px;
    }
}

.our-skill-block .skill-thumbnail-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.our-skill-block .skill-thumbnail-area .single-thumb {
    display: inline-block;
    position: relative;
}

.our-skill-block .skill-thumbnail-area .single-thumb::after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 5px;
    border: 1px solid rgba(255, 81, 47, 0.2);
    background: transparent;
    z-index: -1;
}

@media only screen and (max-width: 1199px) {
    .our-skill-block .skill-thumbnail-area .single-thumb {
        padding-left: 130px;
    }
}

@media only screen and (max-width: 991px) {
    .our-skill-block .skill-thumbnail-area .single-thumb {
        padding-left: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .our-skill-block .skill-thumbnail-area .single-thumb {
        padding-right: 130px;
        padding-left: 0;
    }
}

@media only screen and (max-width: 420px) {
    .our-skill-block .skill-thumbnail-area .single-thumb {
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
    }
}

.our-skill-block .skill-thumbnail-area .single-thumb img {
    border-radius: 5px;
}

.our-skill-block .skill-thumbnail-area .single-thumb.two {
    margin-top: -220px;
    margin-right: 290px;
}

.our-skill-block .skill-thumbnail-area .single-thumb.two:after {
    display: none;
}

@media only screen and (max-width: 1199px) {
    .our-skill-block .skill-thumbnail-area .single-thumb.two {
        padding-left: 0;
        margin-top: -200px;
        margin-right: 200px;
    }
}

@media only screen and (max-width: 991px) {
    .our-skill-block .skill-thumbnail-area .single-thumb.two {
        margin-top: -120px;
        margin-right: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .our-skill-block .skill-thumbnail-area .single-thumb.two {
        margin-top: -180px;
        margin-right: 0;
        margin-left: 100px;
        padding-right: 0;
    }
}

@media only screen and (max-width: 575px) {
    .our-skill-block .skill-thumbnail-area .single-thumb.two {
        margin-top: -140px;
    }
}

@media only screen and (max-width: 420px) {
    .our-skill-block .skill-thumbnail-area .single-thumb.two {
        display: none;
    }
}

.our-skill-block .year-counter {
    position: absolute;
    left: 265px;
    top: 420px;
    width: 198px;
    height: 198px;
    border-radius: 50%;
    background: #5C73F2;
    text-align: center;
    padding: 38px 35px 35px;
    box-shadow: 0px 10px 30px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0px 10px 30px rgb(0 0 0 / 5%);
}

.our-skill-block .year-counter .odometer-wrap {
    font-size: 60px;
    line-height: 1;
    color: #fff;
    margin: 0 0 5px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.our-skill-block .year-counter .exp-title {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    margin: 0;
    font-weight: 500;
}

@media only screen and (max-width: 991px) {
    .our-skill-block .year-counter {
        left: 0px;
        top: 0px;
        width: 150px;
        height: 150px;
        padding: 38px 20px 35px;
    }

    .our-skill-block .year-counter .odometer-wrap {
        font-size: 35px;
        line-height: 25px;
    }

    .our-skill-block .year-counter .exp-title {
        font-size: 16px;
        line-height: 20px;
    }
}

/*-------------------------------------------------
    [ ### About Block ]
*/

.about-block {
    position: relative;
    z-index: 2;
}

.about-block .element-group>.element {
    z-index: -1;
    position: absolute;
}

@media only screen and (max-width: 1366px) {
    .about-block .element-group>.element {
        display: none;
    }
}

.about-block .element-group>.element.one {
    bottom: 175px;
    left: calc(50% - 695px);
    width: 480px;
    height: 480px;
    border-radius: 100%;
    background-color: #5C73F2;
    -webkit-filter: blur(100px);
    -moz-filter: blur(100px);
    -o-filter: blur(100px);
    -ms-filter: blur(100px);
}

.about-block .element-group>.element.two {
    top: -35px;
    left: calc(50% - 770px);
    width: 280px;
    height: 280px;
    background-color: #36ce69;
    border-radius: 100%;
    z-index: -1;
}

@media only screen and (max-width: 1620px) {
    .about-block .element-group>.element.one {
        left: calc(50% - 660px);
    }

    .about-block .element-group>.element.two {
        left: calc(50% - 660px);
    }
}

.about-block .skill-list .single-skill:last-child {
    margin-bottom: 0;
}

.about-block .skill-list .progress {
    background-color: rgba(56, 249, 215, 0.3);
}

.about-block .skill-list .progress .progress-bar {
    background-color: #36ce69;
}

.about-block .single-skill {
    margin-bottom: 35px;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .about-block .single-skill {
        margin-bottom: 28px;
    }
}

.about-block .skill-title {
    font-size: 16px;
    font-weight: 500;
    color: white;
    margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
    .about-block .skill-title {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .about-block .skill-title {
        font-size: 15px;
    }
}

.about-block .progress {
    height: 5px;
    overflow: visible;
    background-color: rgba(71, 118, 230, 0.3);
    border-radius: 5px;
    position: relative;
}

.about-block .progress .progress-bar {
    background-color: #36ce69;
    border-radius: 5px;
    overflow: visible;
}

.about-block .progress .progress-bar>span {
    display: block;
    position: absolute;
    color: white;
    top: -26px;
    right: 0;
    font-weight: 500;
    font-size: 16px;
    z-index: 2;
    font-family: 'Poppins', sans-serif;
}

@media only screen and (max-width: 991px) {
    .about-block .progress .progress-bar>span {
        font-size: 14px;
        top: -18px;
    }
}

@media only screen and (max-width: 767px) {
    .about-block .progress .progress-bar>span {
        font-size: 15px;
    }
}

/*-------------------------------------------------
    [ ### Video Block ]
*/

.video-block {
    position: relative;
}

.video-block .element-group>.element {
    z-index: 0;
    position: absolute;
}

@media only screen and (max-width: 1366px) {
    .video-block .element-group>.element {
        display: none;
    }
}

.video-block .element-group>.element.one {
    top: 10px;
    left: 0px;
    width: 580px;
    height: 580px;
    border-radius: 100%;
    background-color: #5C73F2;
    -webkit-filter: blur(100px);
    -moz-filter: blur(100px);
    -o-filter: blur(100px);
    -ms-filter: blur(100px);
}

.video-block .element-group>.element.two {
    bottom: -140px;
    right: calc(50% - 745px);
    width: 280px;
    height: 280px;
    background-color: #36ce69;
    border-radius: 100%;
    z-index: -1;
}

@media only screen and (max-width: 1620px) {
    .video-block .element-group>.element.two {
        right: calc(50% - 675px);
    }
}

.video-block .promo-video-area {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.video-block .promo-video-area .video-thumb {
    display: inline-block;
    overflow: hidden;
}

.video-block .promo-video-area .promo-video {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
}


/*-------------------------------------------------
    [ ### Work Brand ]
*/

.work-brand-block {
    position: relative;
}

.work-brand-block .brand-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
}

.work-brand-block .brands-link {
    min-height: 70px;
    cursor: pointer;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.work-brand-block .brands-link img {
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    margin: 0 auto;
}

/* .work-brand-block .brands-link.dark-logo {
  display: none;
}

.work-brand-block .brands-link.light-logo {
  display: block;
} */

.work-brand-block.style-one {
    padding-top: 150px;
    padding-bottom: 200px;
}

@media only screen and (max-width: 575px) {
    .work-brand-block.style-one {
        padding-top: 75px;
        padding-bottom: 10px;
    }
}

.work-brand-block.style-two .brands-carousel-three {
    margin: -45px 40px;
}

@media only screen and (max-width: 1620px) {
    .work-brand-block.style-two .brands-carousel-three {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 1366px) {
    .work-brand-block.style-two .brands-carousel-three {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.work-brand-block.style-two .brands-link {
    min-height: 180px;
    background-color: white;
    box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.1);
    margin: 45px 20px;
    border-radius: 7px;
    padding: 20px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

@media only screen and (max-width: 1620px) {
    .work-brand-block.style-two .brands-link {
        padding: 20px 25px;
        min-height: 140px;
    }
}

@media only screen and (max-width: 1366px) {
    .work-brand-block.style-two .brands-link {
        min-height: 120px;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .work-brand-block.style-two .brands-link {
        padding: 20px 35px;
    }
}

@media only screen and (max-width: 575px) {
    .work-brand-block.style-two .brands-link {
        padding: 20px 25px;
        min-height: 100px;
    }
}

@media only screen and (max-width: 420px) {
    .work-brand-block.style-two .brands-link {
        min-height: 140px;
    }
}

.work-brand-block.style-two .brands-link:hover {
    box-shadow: 4px 5px 35px rgba(0, 0, 0, 0.12);
}

.work-brand-block.style-two {
    position: relative;
}

.work-brand-block.style-two .element-group>.element {
    z-index: 0;
    position: absolute;
}

@media only screen and (max-width: 1366px) {
    .work-brand-block.style-two .element-group>.element {
        display: none;
    }
}

.work-brand-block.style-two .element-group>.element.one {
    top: 10px;
    left: 0px;
}

.work-brand-block.style-two .element-group>.element.two {
    bottom: -140px;
    right: calc(50% - 745px);
    -webkit-animation: linear rotate360 12s infinite;
    animation: linear rotate360 12s infinite;
}

@media only screen and (max-width: 1620px) {
    .work-brand-block.style-two .element-group>.element.two {
        right: calc(50% - 675px);
    }
}


.work-brand-block.style-three .brands-link {
    padding: 0 20px;
}

@media only screen and (max-width: 320px) {
    .work-brand-block.style-three .brands-link {
        padding: 0 15px;
    }
}

.work-brand-block.style-three .brands-link img {
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.work-brand-block.style-three .brands-link:hover>img {
    opacity: 1;
}

.work-brand-block .work-brand-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.work-brand-block .work-brand-content .brands-link {
    padding: 0 75px;
    text-align: center;
    width: 33.33%;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
    .work-brand-block .work-brand-content .brands-link {
        padding: 0 50px;
    }
}

@media only screen and (max-width: 991px) {
    .work-brand-block .work-brand-content .brands-link {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 767px) {
    .work-brand-block .work-brand-content .brands-link {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 575px) {
    .work-brand-block .work-brand-content .brands-link {
        width: 50%;
        padding: 0 15px;
    }
}

.work-brand-block .promo-video-area {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.work-brand-block .promo-video-area .video-thumb {
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
}

.work-brand-block .promo-video-area .promo-video {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
}

/*-------------------------------------------------
    [ ### Work Process ]
*/
.work-process-block {
    position: relative;
}

.work-process-block>.container {
    margin-top: -2px;
}

@media only screen and (max-width: 1199px) {
    .work-process-block>.container {
        margin-top: 0;
    }
}

.work-process-block .element-group>.element {
    z-index: 1;
    position: absolute;
}

@media only screen and (max-width: 1366px) {
    .work-process-block .element-group>.element {
        display: none;
    }
}

.work-process-block .element-group>.element.one {
    top: 88px;
    left: calc(50% - 705px);
    -webkit-animation: linear bt-leftRight-20 3s infinite;
    animation: linear bt-leftRight-20 3s infinite;
}

@media only screen and (max-width: 1620px) {
    .work-process-block .element-group>.element.one {
        left: calc(50% - 640px);
    }
}

.work-process-block .element-group>.element.two {
    top: 80px;
    left: calc(50% - 290px);
}

@media only screen and (max-width: 1199px) {
    .work-process-block.pd-b-30 {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .work-process-block.pd-b-30 {
        padding-bottom: 0;
    }
}

.work-process-block .workflow-slider {
    margin: -30px -15px 0;
}

.work-process-block .single-process {
    position: relative;
    padding: 45px 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.25s linear 0ms;
    transition: all 0.25s linear 0ms;
    background-color: white;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    overflow: hidden;
    margin: 30px 15px;
}

@media only screen and (max-width: 1199px) {
    .work-process-block .single-process {
        padding: 35px 25px;
    }
}

@media only screen and (max-width: 420px) {
    .work-process-block .single-process {
        padding: 30px 20px;
    }
}

.work-process-block .single-process:hover {
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
}

.work-process-block .single-process .process-icon {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    min-height: 75px;
    line-height: 75px;
    margin-bottom: 18px;
}

.work-process-block .single-process .title {
    font-weight: normal;
    font-size: 30px;
    line-height: 1.25em;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1366px) {
    .work-process-block .single-process .title {
        font-size: 26px;
    }
}

@media only screen and (max-width: 1199px) {
    .work-process-block .single-process .title {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 420px) {
    .work-process-block .single-process .title {
        font-size: 20px;
    }
}

.work-process-block .single-process .read-more-text {
    padding-top: 3px;
}

/*-------------------------------------------------
    [ ### Call To Action ]
*/
.section-call-to-action .call-to-action.style-two,
.section-call-to-action .call-to-action.style-three {
    padding: 60px 80px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 15px 50px 0px rgb(0 0 0 / 9%);
    box-shadow: 0px 15px 50px 0px rgb(0 0 0 / 9%);
}

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

    .section-call-to-action .call-to-action.style-two,
    .section-call-to-action .call-to-action.style-three {
        padding: 30px 40px;
    }
}

.section-call-to-action .call-to-action.style-two .call-to-title,
.section-call-to-action .call-to-action.style-three .call-to-title {
    font-size: 30px;
    margin-bottom: 15px;
    color: #000;
}

.section-call-to-action .call-to-action.style-two .sub-title,
.section-call-to-action .call-to-action.style-three .sub-title {
    font-size: 13px;
    letter-spacing: 2px;
    color: #000;
}

.section-call-to-action .call-to-action.style-two p {
    color: #000;
}

.section-call-to-action .call-to-action.style-two .btn-default.btn-white,
.section-call-to-action .call-to-action.style-three .btn-default.btn-white {
    font-size: 16px;
    color: #ec77ab;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.section-call-to-action .call-to-action.style-three .btn-default.btn-white {
    color: #5C73F2;
}

.section-call-to-action .call-to-action.style-two .btn-default.btn-white:hover,
.section-call-to-action .call-to-action.style-two .btn-default.btn-white:focus,
.section-call-to-action .call-to-action.style-three .btn-default.btn-white:hover,
.section-call-to-action .call-to-action.style-three .btn-default.btn-white:focus {
    color: white !important;
    background-color: transparent;
}

.section-call-to-action .call-to-action.style-one {
    text-align: center;
    padding-top: 150px;
    padding-bottom: 165px;
}

@media only screen and (max-width: 1199px) {
    .section-call-to-action .call-to-action.style-one {
        padding-top: 90px;
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 575px) {
    .section-call-to-action .call-to-action.style-one {
        padding-top: 75px;
        padding-bottom: 80px;
    }
}

.section-call-to-action .call-to-action.style-one:before {
    opacity: 0.8;
}

.section-call-to-action .call-to-action.style-one .call-to-title {
    font-size: 70px;
    color: black;
    line-height: 1.06em;
}

@media only screen and (max-width: 1199px) {
    .section-call-to-action .call-to-action.style-one .call-to-title {
        font-size: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .section-call-to-action .call-to-action.style-one .call-to-title {
        font-size: 52px;
    }
}

@media only screen and (max-width: 767px) {
    .section-call-to-action .call-to-action.style-one .call-to-title {
        font-size: 46px;
    }
}

@media only screen and (max-width: 575px) {
    .section-call-to-action .call-to-action.style-one .call-to-title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 420px) {
    .section-call-to-action .call-to-action.style-one .call-to-title {
        font-size: 30px;
    }
}

.section-call-to-action .call-to-action.style-one .call-to-title>span {
    color: #36ce69;
}

.section-call-to-action .call-to-action.style-one .action-btn-group {
    margin: 45px -13px -15px;
}

@media only screen and (max-width: 991px) {
    .section-call-to-action .call-to-action.style-one .action-btn-group {
        margin-top: 35px;
    }
}

.section-call-to-action .call-to-action.style-one .action-btn-group>.btn {
    margin: 0 13px 15px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {

    .section-call-to-action .call-to-action.style-two .btn-default.btn-white,
    .section-call-to-action .call-to-action.style-three .btn-default.btn-white {
        margin-top: 20px;
    }
}

/*-------------------------------------------------
    [ ### Pricing ]
*/
.pricing-block {
    position: relative;
    background-color: #202020;
}

.pricing-block .section-title.text-center {
    margin-bottom: 60px;
}

@media only screen and (max-width: 1199px) {
    .pricing-block .section-title.text-center {
        margin-bottom: 35px;
    }
}

.pricing-block .filter-pricing-tab {
    margin-bottom: 0px;
}

@media only screen and (max-width: 1199px) {
    .pricing-block .filter-pricing-tab {
        margin-bottom: 30px;
    }
}

.pricing-block.style-two {
    position: relative;
}

@media only screen and (max-width: 1366px) {
    .pricing-block.style-two {
        padding-top: 0;
    }
}

.pricing-block.style-two:before {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1560px;
    background-color: rgba(123, 192, 67, 0.1);
    top: 0;
    height: calc(100% - 130px);
    z-index: 0;
    border-radius: 40px;
}

@media only screen and (max-width: 1620px) {
    .pricing-block.style-two:before {
        width: 1300px;
    }
}

@media only screen and (max-width: 1366px) {
    .pricing-block.style-two:before {
        display: none;
    }
}

.pricing-block.style-two .element-group>.element {
    z-index: 1;
    position: absolute;
}

@media only screen and (max-width: 1366px) {
    .pricing-block.style-two .element-group>.element {
        display: none;
    }
}

.pricing-block.style-two .element-group>.element.one {
    top: 305px;
    left: calc(50% - 660px);
    -webkit-animation: linear bt-leftRight-20 3s infinite;
    animation: linear bt-leftRight-20 3s infinite;
}

@media only screen and (max-width: 1620px) {
    .pricing-block.style-two .element-group>.element.one {
        left: calc(50% - 640px);
    }
}

.pricing-block.style-two .element-group+div {
    position: relative;
    z-index: 2;
}

.pricing-block.style-two .filter-pricing-tab .nav-tabs>li>a.active,
.pricing-block.style-two .pricing-box .pricing-btn-area .btn-default {
    background-color: #7bc043;
}

.pricing-block.style-two .pricing-box .package-price {
    color: #7bc043;
}

.pricing-block.style-two .pricing-box .pricing-btn-area .btn-default {
    border-color: #7bc043;
}

.pricing-block.style-two .pricing-box .pricing-btn-area .btn-default:hover {
    background-color: transparent;
    color: #7bc043;
}

.pricing-table-list {
    padding-top: 10px;
}

@media only screen and (max-width: 767px) {
    .pricing-table-list {
        padding-top: 0;
        margin-bottom: 0;
    }
}

.pricing-box {
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 30px;
    padding: 50px;
    box-shadow: 3px 3px 70px rgba(0, 0, 0, 0.075);
    background-color: white;
}

@media only screen and (max-width: 1199px) {
    .pricing-box {
        padding: 40px 25px;
    }
}

@media only screen and (max-width: 991px) {
    .pricing-box {
        padding: 45px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .pricing-box {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 575px) {
    .pricing-box {
        width: 85%;
    }
}

@media only screen and (max-width: 420px) {
    .pricing-box {
        width: 100%;
    }
}

.pricing-box:hover {
    box-shadow: 3px 3px 70px rgba(0, 0, 0, 0.15);
}

.pricing-box .pricing-header {
    text-align: center;
    position: relative;
}

.pricing-box .pricing-header .pricing-title {
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 700;
    color: black;
    line-height: 1.15;
}

@media only screen and (max-width: 1199px) {
    .pricing-box .pricing-header .pricing-title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 575px) {
    .pricing-box .pricing-header .pricing-title {
        font-size: 24px;
    }
}

.pricing-box .pricing-header .pricing-title:before {
    content: '';
    position: absolute;
}

.pricing-box .package-price {
    display: block;
    color: #36ce69;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2em;
    position: relative;
    text-align: center;
    padding-top: 25px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
    .pricing-box .package-price {
        font-size: 36px;
        padding-top: 20px;
    }
}

.pricing-box .package-price>sup {
    font-size: 50%;
    top: -17px;
    left: 5px;
}

@media only screen and (max-width: 1199px) {
    .pricing-box .package-price>sup {
        top: -15px;
    }
}

.pricing-box .package-price>sub {
    font-weight: normal;
    font-size: 20px;
    bottom: 1px;
    left: 0px;
    color: black;
}

.pricing-box .pricing-btn-area .btn-default {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    padding: 9px 40px;
    background-color: #36ce69;
    border-color: #36ce69;
    color: white;
}

@media only screen and (max-width: 1199px) {
    .pricing-box .pricing-btn-area .btn-default {
        font-size: 18px;
        padding: 8px 25px;
    }
}

.pricing-box .pricing-btn-area .btn-default:hover,
.pricing-box .pricing-btn-area .btn-default:focus {
    background-color: transparent;
    color: #36ce69 !important;
}

.pricing-box .pricing-content {
    text-align: center;
    font-size: 16px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
    .pricing-box .pricing-content {
        padding-top: 35px;
        padding-left: 0px;
    }
}

.pricing-box .pricing-content>ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    font-size: 16px;
    color: #a6a6a6;
}

.pricing-box .pricing-content>ul>li {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    border-top: 1px solid #efefef;
}

.pricing-box .pricing-content>ul>li>span {
    color: black;
    font-weight: 600;
}


/*-------------------------------------------------
    [ ### Accordion ]
*/
.card {
    background-color: transparent;
}

.accordion .card {
    border: none;
    margin-bottom: 15px;
}

.accordion .card:last-child {
    margin-bottom: 0px;
}

.accordion>.card>.card-header {
    border-radius: 0.625em !important;
    border-bottom: 0;
}

.accordion .card-header {
    background: white;
    padding-top: 15px;
    padding-bottom: 15px;
}

.card-header:hover {
    cursor: pointer;
}

.accordion .card-header h2 {
    color: black;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.accordion .card-body p {
    color: black;
    font-size: 18px;
}

.accordion .card-header h2 span {
    float: left;
    margin-top: 6px;
}

.accordion .card-header button {
    color: black;
    font-size: 12px;
    line-height: 1.3rem;
    float: right;
    margin-top: 0;
    text-decoration: none;
}

.accordion .card-header button:hover {
    color: #23384e;
}

.accordion.style-two .card-body p {
    color: #fff;
}

/*-------------------------------------------------
    [ ### Fan Fact Block ]
*/
.fanfact-block {
    position: relative;
    background-color: #202020;
}

.fanfact-block.style-two {
    background-color: transparent;
}

.fanfact-block.style-one .fanfact-promo-numbers .promo-number .odometer-wrap {
    margin-left: -4px;
}

@media only screen and (max-width: 575px) {
    .fanfact-block.style-one .fanfact-promo-numbers .promo-number .odometer-wrap {
        margin-left: 0;
    }
}

.fanfact-promo-numbers .promo-number.style-two {
    text-align: center;
}

.fanfact-promo-numbers .promo-number.style-two .promo-number-inner {
    display: block;
}

.fanfact-promo-numbers .promo-number.style-two .info {
    margin-top: 20px;
    padding-left: 0px;
}

.fanfact-promo-numbers .promo-number.style-two .odometer-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 75px;
    color: #fff;
}

@media only screen and (max-width: 1199px) {
    .fanfact-promo-numbers .promo-number.style-two .odometer-wrap {
        font-size: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .fanfact-promo-numbers .promo-number.style-two .odometer-wrap {
        font-size: 48px;
    }
}

@media only screen and (max-width: 767px) {
    .fanfact-promo-numbers .promo-number.style-two .odometer-wrap {
        font-size: 42px;
    }
}

@media only screen and (max-width: 575px) {
    .fanfact-promo-numbers .promo-number.style-two .odometer-wrap {
        font-size: 36px;
    }
}

.fanfact-promo-numbers .promo-number.style-two .promo-title {
    font-size: 20px;
    color: #010101;
}

@media only screen and (max-width: 1199px) {
    .fanfact-promo-numbers .promo-number.style-two .promo-title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 991px) {
    .fanfact-promo-numbers .promo-number.style-two .promo-title {
        font-size: 16px;
        line-height: 1.35;
    }
}

.fanfact-promo-numbers .promo-number.style-three {
    text-align: center;
    box-shadow: 3px 3px 50px rgb(0 0 0 / 8%);
    padding: 30px 0;
    position: relative;
    background-color: #fff;
}

@media only screen and (max-width: 991px) {
    .fanfact-promo-numbers .promo-number.style-three {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

.fanfact-promo-numbers .promo-number.style-three .promo-number-inner {
    display: block;
}

.fanfact-promo-numbers .promo-number.style-three .info {
    margin-top: 0;
    padding-left: 0px;
}

.fanfact-promo-numbers .promo-number.style-three .odometer-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 8px;
}

@media only screen and (max-width: 1199px) {
    .fanfact-promo-numbers .promo-number.style-three .odometer-wrap {
        margin-bottom: 5px;
    }
}

.fanfact-promo-numbers .promo-number.style-three .odometer-wrap {
    font-size: 45px;
}

@media only screen and (max-width: 1199px) {
    .fanfact-promo-numbers .promo-number.style-three .odometer-wrap {
        font-size: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .fanfact-promo-numbers .promo-number.style-three .odometer-wrap {
        font-size: 48px;
    }
}

@media only screen and (max-width: 767px) {
    .fanfact-promo-numbers .promo-number.style-three .odometer-wrap {
        font-size: 42px;
    }
}

@media only screen and (max-width: 575px) {
    .fanfact-promo-numbers .promo-number.style-three .odometer-wrap {
        font-size: 36px;
    }
}

.fanfact-promo-numbers .promo-number.style-three .promo-title {
    font-size: 18px;
    color: #010101;
}

@media only screen and (max-width: 1199px) {
    .fanfact-promo-numbers .promo-number.style-three .promo-title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 991px) {
    .fanfact-promo-numbers .promo-number.style-three .promo-title {
        font-size: 16px;
        line-height: 1.35;
    }
}

.fanfact-promo-numbers .promo-number .info {
    margin-top: -6px;
    padding-left: 25px;
}

@media only screen and (max-width: 991px) {
    .fanfact-promo-numbers .promo-number .info {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .fanfact-promo-numbers .promo-number .info {
        margin-top: 0px;
        padding-left: 0px;
        margin-top: 15px;
    }
}

.fanfact-promo-numbers .promo-number .promo-number-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media only screen and (max-width: 1199px) {
    .fanfact-promo-numbers .promo-number .promo-number-inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }
}

@media only screen and (max-width: 575px) {
    .fanfact-promo-numbers .promo-number .promo-number-inner {
        display: block;
        text-align: center;
    }
}

.fanfact-promo-numbers .promo-number .odometer-wrap {
    line-height: 1;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 35px;
    color: black;
    font-family: 'Roboto', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 1199px) {
    .fanfact-promo-numbers .promo-number .odometer-wrap {
        font-size: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .fanfact-promo-numbers .promo-number .odometer-wrap {
        display: block;
    }
}

.fanfact-promo-numbers .promo-number .odometer-wrap .odometer {
    padding-right: 3px;
}

.fanfact-promo-numbers .promo-number .promo-title {
    font-size: 20px;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    font-weight: 400;
    color: #b7b7b7;
}

@media only screen and (max-width: 1199px) {
    .fanfact-promo-numbers .promo-number .promo-title {
        font-size: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .fanfact-promo-numbers .promo-number .promo-title {
        font-size: 16px;
    }
}

.fanfact-promo-numbers .promo-number .icon {
    position: relative;
}

/*-------------------------------------------------
    [ ### Countdown Numbers ]
*/
.countdown-container {
    margin-top: 50px;
    margin-bottom: 50px;
}

.countdown {
    margin-bottom: 0;
}

.countdown li {
    display: inline-block;
    text-align: center;
    margin-right: 50px;
    width: 80px;
}

.countdown li:last-child {
    margin-right: 0;
}

.countdown li span {
    font-size: 45px;
    font-weight: 800;
    color: #fff;
    line-height: normal;
    font-family: 'Poppins', sans-serif;
}

.countdown li p {
    margin-bottom: 20px;
    color: #999fae;
    margin-top: 10px;
    font-size: 18px;
}

@media only screen and (max-width: 991px) {
    .countdown li {
        margin-right: 10px;
        width: 70px;
    }

    .countdown li span {
        font-size: 25px;
    }
}

/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
.latest-news-block {
    position: relative;
}

.latest-news-block.style-one {
    position: relative;
    padding-top: 166px;
    padding-bottom: 130px;
}

.latest-news-block .particle-shapes .dot-shape {
    position: absolute;
    z-index: 0;
    border-radius: 100%;
}

.latest-news-block .particle-shapes .dot-shape.shape-one {
    right: 18%;
    left: auto;
}

.latest-news-block .particle-shapes .dot-shape.shape-two {
    right: 40%;
    left: auto;
    background-color: #36ce69;
}

.latest-news-block .particle-shapes .dot-shape.shape-four {
    left: 0;
    background-color: #36ce69;
}

@media only screen and (max-width: 1199px) {
    .latest-news-block.style-one {
        padding-top: 200px;
        padding-bottom: 200px;
    }
}

@media only screen and (max-width: 575px) {
    .latest-news-block.style-one {
        padding-top: 180px;
        padding-bottom: 180px;
    }
}

@media only screen and (max-width: 420px) {
    .latest-news-block.style-one {
        padding-top: 170px;
        padding-bottom: 170px;
    }
}

.latest-news-block.style-one .waves-effect.bottom {
    height: 110px;
}

.latest-news-block.style-one .waves-effect.top {
    height: 115px;
}

@media only screen and (max-width: 420px) {
    .latest-news-block.style-one .waves-effect.top {
        height: 105px;
    }
}

.post {
    margin-bottom: 50px;
    padding-bottom: 50px;
}

@media only screen and (max-width: 575px) {
    .post {
        margin-bottom: 40px;
        padding-bottom: 40px;
    }
}

.post:last-child {
    border-bottom: 0px solid;
    padding-bottom: 0;
}

.post .post-thumb {
    margin-bottom: 0;
    position: relative;
}

.post .post-thumb:hover>a>img {
    opacity: 0.95;
}

.post .post-thumb>a {
    display: block;
}

.post .post-thumb>a>img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 5px;
}

.post .entry-meta {
    margin-bottom: 18px;
}

@media only screen and (max-width: 767px) {
    .post .entry-meta {
        margin-bottom: 15px;
    }
}

.post .entry-meta .entry-love {
    margin-left: auto;
}

.post .entry-content {
    padding-right: 100px;
}

@media only screen and (max-width: 767px) {
    .post .entry-content {
        padding-right: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .post .entry-content {
        padding-right: 0;
    }
}

.post .entry-content .read-more-wrapper {
    padding-top: 8px;
}

.post .entry-title {
    font-size: 35px;
    margin-bottom: 15px;
    line-height: 1.25em;
    font-weight: 700;
}

.post .entry-title a:hover,
.post .entry-title a:focus {
    color: #36ce69;
}

.post.style-two .entry-title a:hover,
.post.style-two .entry-title a:focus {
    color: #36ce69;
}

@media only screen and (max-width: 1199px) {
    .post .entry-title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .post .entry-title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .post .entry-title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 480px) {
    .post .entry-title {
        font-size: 22px;
    }
}

.post .post-details {
    padding-top: 32px;
}

@media only screen and (max-width: 991px) {
    .post .post-details {
        padding-top: 25px;
    }
}

@media only screen and (max-width: 420px) {
    .post .post-details {
        padding-top: 20px;
    }
}

.post .post-details .entry-header {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 22px;
    border-bottom: 1px solid #e8e8e8;
}

@media only screen and (max-width: 767px) {
    .post .post-details .entry-header {
        margin-bottom: 20px;
    }
}

.post .post-details .entry-header:before {
    position: absolute;
    width: 100px;
    height: 1px;
    content: '';
    background-color: #36ce69;
    bottom: -1px;
    left: 0;
}

.post.post-grid {
    margin-bottom: 45px;
}

@media only screen and (max-width: 1199px) {
    .post.post-grid {
        margin-bottom: 35px;
    }
}

@media only screen and (max-width: 575px) {
    .post.post-grid {
        margin-bottom: 30px;
    }
}

.post.post-grid .post-thumb img {
    width: 100%;
}

.post.post-grid .entry-meta {
    margin-bottom: 0px;
}

.post.post-grid .entry-meta.entry-meta-date {
    margin-bottom: 0px;
    position: absolute;
    top: 5px;
    z-index: 99;
    padding: 5px 15px;
    left: 5px;
    border-radius: 5px;
    background-color: #F8F8F8;
}

.post.post-grid .entry-meta.entry-meta-date>div {
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 1199px) {
    .post.post-grid .entry-meta.entry-meta-date {
        margin-bottom: 2px;
    }
}

@media only screen and (max-width: 575px) {
    .post.post-grid .entry-meta .entry-meta-author .entry-author-thumb {
        display: block;
    }
}

.post.post-grid .entry-title {
    font-size: 20px;
    margin-bottom: 17px;
    line-height: 1.45em;
    font-weight: normal;
}

@media only screen and (max-width: 1199px) {
    .post.post-grid .entry-title {
        font-size: 18px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .post.post-grid .entry-title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 420px) {
    .post.post-grid .entry-title {
        font-size: 18px;
    }
}

.post.post-grid .post-details {
    padding-top: 28px;
}

@media only screen and (max-width: 1199px) {
    .post.post-grid .post-details {
        padding-top: 23px;
    }
}

.entry-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.25em;
    margin-bottom: 5px;
}

.entry-meta>div {
    margin-right: 20px;
    margin-bottom: 5px !important;
    position: relative;
    text-transform: capitalize;
}

@media only screen and (max-width: 575px) {
    .entry-meta>div {
        margin-right: 15px;
    }
}

.entry-meta>div:last-child {
    margin-right: 0px;
}

.entry-meta>div:first-child:before {
    display: none;
}

.entry-meta>div span,
.entry-meta>div i {
    margin-right: 5px;
}

.entry-meta>div a:hover,
.entry-meta>div a:focus {
    color: #36ce69;
}

.entry-meta .entry-meta-author {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.entry-meta .entry-meta-author .entry-author-thumb {
    margin-right: 10px;
}

@media only screen and (max-width: 575px) {
    .entry-meta .entry-meta-author .entry-author-thumb {
        display: none;
    }
}

.entry-meta .entry-meta-author .entry-author-thumb .avatar {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

@media only screen and (max-width: 575px) {
    .entry-meta .entry-meta-author .entry-author-thumb .avatar {
        height: 40px;
        width: 40px;
    }
}

.entry-meta .entry-meta-author .entry-author-name {
    color: white;
}

.entry-meta .entry-meta-author .entry-author-name>a:hover {
    color: #36ce69;
}

.entry-meta.style-two .entry-meta-author .entry-author-name>a:hover {
    color: #FF0066;
}

.entry-meta .entry-love {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
}

.entry-meta .entry-love>i {
    margin-top: -2px;
    color: #ff6f69;
}

@media only screen and (max-width: 991px) {
    .blog-page-block .view-btn-area.pd-t-50 {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .blog-page-block .view-btn-area.pd-t-50 {
        padding-top: 20px;
    }
}

.post.post-grid.style-two .post-thumb img {
    transform: scale(1);
    transition: 1s;
}

.post.post-grid.style-two .post-thumb img:hover {
    transform: scale(1.1);
}

.post.post-grid.style-two .post-thumb {
    overflow: hidden;
    border-radius: 10px;
}

.post.post-grid.style-two .entry-meta.entry-meta-date {
    position: relative;
    background-color: transparent;
    padding: 0;
    margin-bottom: 15px;
}

.post .entry-meta .entry-category {
    margin-left: auto;
}

.entry-meta .entry-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
}

/*--------------------------------------------------------------
# Others
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blog Single
--------------------------------------------------------------*/
/*-------------------------------------------------------------------
    [ ## Single Posts ]
*/
.post.single-post {
    margin-bottom: 0px;
    position: relative;
    box-shadow: 0 0 0 transparent;
    border-radius: 7px;
    background-color: white;
    padding: 0 35px 15px;
}

@media only screen and (max-width: 767px) {
    .post.single-post {
        padding: 0 20px 15px;
    }
}

@media only screen and (max-width: 480px) {
    .post.single-post {
        padding: 0 15px 15px;
    }
}

.post.single-post h3,
.post.single-post h4,
.post.single-post h5,
.post.single-post h6 {
    margin-bottom: 15px;
}

.post.single-post .entry-header {
    padding: 30px 0px 25px;
    font-size: 18px;
}

@media only screen and (max-width: 480px) {
    .post.single-post .entry-header {
        padding: 30px 0px 20px;
        font-size: 16px;
    }
}

.post.single-post .entry-header p {
    color: #444;
}

.post.single-post .entry-header .entry-meta {
    padding-top: 5px;
}

.post.single-post .post-thumb {
    margin-bottom: 0;
    text-align: center;
}

.post.single-post .post-thumb:before {
    background: transparent;
}

.post.single-post .post-thumb img {
    border-radius: 5px;
}

.post.single-post .entry-title {
    font-size: 32px;
    margin-bottom: 15px;
    line-height: 1.25em;
}

@media only screen and (max-width: 1199px) {
    .post.single-post .entry-title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .post.single-post .entry-title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .post.single-post .entry-title {
        font-size: 26px;
    }
}

.post.single-post .post-details {
    padding: 35px 0px 25px;
}

@media only screen and (max-width: 480px) {
    .post.single-post .post-details {
        padding: 30px 0px 20px;
    }
}

.post.single-post ul li,
.post.single-post ol li {
    margin-top: 10px;
    line-height: 1.6em;
}

.post.single-post>ul,
.post.single-post>ol {
    padding-left: 20px;
}

.post.single-post table {
    margin-bottom: 30px;
}

.post.single-post .image-group {
    padding-top: 20px;
}

.post.single-post iframe {
    border: 0px solid;
}

.post.single-post figure {
    margin-bottom: 30px;
}

.post.single-post figure span {
    color: #979797;
    font-size: 12px;
    display: block;
    padding: 13px 0 25px;
}

.post.single-post .responsive-video {
    margin-bottom: 50px;
    margin-top: 40px;
}

.post.single-post .responsive-video .fluid-width-video-wrapper {
    position: absolute;
    top: 0;
}

.post.single-post blockquote {
    border-left: 2px solid #36ce69;
    margin-bottom: 25px;
    padding-left: 25px;
    padding-top: 20px;
    position: relative;
    color: #444;
    margin-top: 25px;
}

.post.single-post blockquote:before {
    content: '\f10d';
    position: absolute;
    top: -7px;
    left: 20px;
    color: #36ce69;
    opacity: 0.2;
    font-size: 64px;
    line-height: 1em;
    font-weight: 700;
}

.post.single-post blockquote img {
    margin-bottom: 25px;
    border-radius: 0px;
}

.post.single-post blockquote p {
    margin-bottom: 10px;
    position: relative;
    font-size: 17px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.6em;
}

.post.single-post blockquote p:last-child {
    margin-bottom: 0;
}

.post.single-post blockquote p cite {
    margin-left: 0;
    padding-left: 0;
}

.post.single-post blockquote cite,
.post.single-post blockquote a,
.post.single-post blockquote span {
    padding: 0 1.2em;
    font-size: 0.8em;
    font-weight: 500;
    font-style: normal;
    position: relative;
}

.post.single-post blockquote cite {
    display: block;
}

.post.single-post blockquote cite:before {
    content: '--';
    padding-right: 5px;
}

.post.single-post .entry-footer {
    border-top: 1px solid #f9f9f9;
    padding: 20px 0;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .post.single-post .entry-footer {
        display: block;
    }
}

.entry-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .entry-tag {
        margin-bottom: 10px;
    }
}

.entry-tag strong {
    color: black;
    padding: 3px 10px 0 0;
}

.entry-tag .tags>a {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    padding: 0 5px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.entry-tag .tags>a:hover,
.entry-tag .tags>a:focus {
    color: #36ce69;
}

.entry-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.entry-share strong {
    color: black;
    padding: 3px 10px 0 0;
}

.entry-share .share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.entry-share .share a {
    font-size: 14px;
    display: block;
    color: #888;
    border-radius: 50%;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    margin: 0 5px;
}

.entry-share .share a:hover {
    color: #36ce69 !important;
}

.social-network {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 2;
    left: 0;
    bottom: 0;
}

.social-share {
    list-style: none;
    margin-bottom: 0;
    border-radius: 50px;
    padding: 10px 50px;
    background-color: white;
    box-shadow: 1px 1px 18px 15px rgba(40, 57, 145, 0.05);
}

@media only screen and (max-width: 575px) {
    .social-share {
        padding: 10px 30px;
    }
}

.social-share>li {
    display: inline-block;
    margin: 0 -2px !important;
}

.social-share>li a {
    font-size: 16px;
    display: block;
    padding: 5px 15px;
}

.social-share>li a:hover,
.social-share>li a:focus {
    color: #36ce69;
}

/* [ ## Post Author ] */
.author-info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 40px 35px;
    background-color: white;
    border: 1px solid #ebebeb;
    margin-top: 50px;
    border-radius: 5px;
}

@media only screen and (max-width: 767px) {
    .author-info {
        padding: 35px 20px;
    }
}

@media only screen and (max-width: 480px) {
    .author-info {
        padding: 35px 15px;
        display: block;
    }
}

.author-info #author-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    width: 160px;
}

@media only screen and (max-width: 575px) {
    .author-info #author-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
        width: 120px;
    }
}

@media only screen and (max-width: 480px) {
    .author-info #author-img {
        margin-bottom: 20px;
    }
}

.author-info .at-img>img {
    border-radius: 50%;
    height: 160px;
    width: 160px;
}

@media only screen and (max-width: 575px) {
    .author-info .at-img>img {
        height: 120px;
        width: 120px;
    }
}

.author-info #author-details {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 160px);
    flex: 0 0 calc(100% - 160px);
    padding-left: 25px;
}

@media only screen and (max-width: 575px) {
    .author-info #author-details {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 120px);
        flex: 0 0 calc(100% - 120px);
        padding-left: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .author-info #author-details {
        padding-left: 0;
    }
}

.author-info #author-details .authors-bio {
    font-size: 17px;
    margin-bottom: 20px;
}

.author-info #author-details .author-name {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 2px;
    color: black;
    line-height: 1.2em;
}

@media only screen and (max-width: 767px) {
    .author-info #author-details .author-name {
        font-size: 22px;
    }
}

.author-info #author-details .author-designation {
    font-size: 16px;
}

.dark-light-switcher.s_active {
    right: -180px;
}

.dark-light-switcher {
    position: fixed;
    right: 0px;
    z-index: 22;
    width: 180px;
    background-color: #f0eeee;
    box-shadow: 3px 3px solid #ddd;
    border-radius: 5px 0 0 5px;
    padding: 25px 20px;
    top: 25%;
    transition: all 0.3s;
}

.dark-light-switcher .switcher-btn {
    position: absolute;
    left: -45px;
    width: 45px;
    height: 45px;
    background-color: #f0eeee;
    top: 25px;
    text-align: center;
    line-height: 45px;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    color: #101010;
}

.dark-light-switcher .switcher-btn>span {
    animation: rotate360 linear 5s infinite;
}

.dark-light-switcher-inner .btn {
    transition: all 0.3s;
    font-size: 16px;
    width: 100%;
    border-radius: 3px;
    height: 45px;
    line-height: 35px;
    color: #000;
}

.dark-light-switcher-inner .btn.btn-dark {
    margin-bottom: 10px;
    color: #fff;
    background-color: #101010;
}

.dark-light-switcher-inner .btn.btn-light {
    background-color: #D0D0D0;
}

.dark-light-switcher-inner .btn:hover {
    background-color: #fa163f !important;
    color: #fff !important;
}

/*--------------------------------------------------------------
# Site Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## About Page
--------------------------------------------------------------*/
.about-us-block.style-one {
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .about-us-block.style-one {
        padding-top: 50px;
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .about-us-block.style-one {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .about-us-block.style-one {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .about-us-block.style-one {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 420px) {
    .about-us-block.style-one {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.about-us-block.style-one .element-group>.element {
    z-index: 2;
    position: absolute;
}

@media only screen and (max-width: 1366px) {
    .about-us-block.style-one .element-group>.element {
        display: none;
    }
}

.about-us-block.style-one .element-group>.element.one {
    bottom: -5px;
    left: calc(50% - 695px);
    -webkit-animation: linear bt-bottomTop-40 4s infinite;
    animation: linear bt-bottomTop-40 4s infinite;
    width: 350px;
    height: 350px;
}

.about-us-block.style-one .element-group>.element.two {
    top: -25px;
    right: calc(50% - 670px);
    -webkit-animation: linear bt-bottomTop-40 4s infinite;
    animation: linear bt-bottomTop-40 4s infinite;
    width: 180px;
    height: 180px;
}

.about-us-block.style-one .mock-up-thumb,
.about-us-block.style-one .mock-up-thumb img {
    position: relative;
}

.about-us-block.style-one .mock-up-thumb img {
    z-index: 1;
}

.about-us-block.style-one .mock-up-thumb::after {
    content: '';
    position: absolute;
    top: 124px;
    left: -110px;
    background-color: #36ce69;
    width: 350px;
    height: 350px;
    border-radius: 0.625em !important;
    z-index: 0;
}

@media only screen and (max-width: 991px) {
    .about-us-block.style-one .mock-up-thumb {
        text-align: center;
    }
}

.about-us-block.style-two {
    position: relative;
}

.about-us-block.style-two .element-group>.element {
    z-index: -1;
    position: absolute;
}

@media only screen and (max-width: 1366px) {
    .about-us-block.style-two .element-group>.element {
        display: none;
    }
}

.about-us-block.style-two .element-group>.element.one {
    bottom: 175px;
    right: calc(50% - 695px);
    -webkit-animation: linear bt-bottomTop-40 4s infinite;
    animation: linear bt-bottomTop-40 4s infinite;
}

@media only screen and (max-width: 1620px) {
    .about-us-block.style-two .element-group>.element.one {
        right: calc(50% - 660px);
    }
}

.about-us-block.style-two .text-feature-block {
    padding-left: 0;
    padding-right: 70px;
}

@media only screen and (max-width: 1199px) {
    .about-us-block.style-two .text-feature-block {
        padding-right: 5px;
    }
}

@media only screen and (max-width: 991px) {
    .about-us-block.style-two .text-feature-block {
        padding-right: 0px;
    }
}

.about-us-block .about-thumbnail-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.about-us-block .about-thumbnail-area .single-thumb {
    display: inline-block;
}

@media only screen and (max-width: 1199px) {
    .about-us-block .about-thumbnail-area .single-thumb {
        padding-left: 130px;
    }
}

@media only screen and (max-width: 991px) {
    .about-us-block .about-thumbnail-area .single-thumb {
        padding-left: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .about-us-block .about-thumbnail-area .single-thumb {
        padding-right: 130px;
        padding-left: 0;
    }
}

@media only screen and (max-width: 420px) {
    .about-us-block .about-thumbnail-area .single-thumb {
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
    }
}

.about-us-block .about-thumbnail-area .single-thumb img {
    border-radius: 5px;
}

.about-us-block .about-thumbnail-area .single-thumb.two {
    margin-top: -220px;
    margin-right: 290px;
}

@media only screen and (max-width: 1199px) {
    .about-us-block .about-thumbnail-area .single-thumb.two {
        padding-left: 0;
        margin-top: -200px;
        margin-right: 200px;
    }
}

@media only screen and (max-width: 991px) {
    .about-us-block .about-thumbnail-area .single-thumb.two {
        margin-top: -120px;
        margin-right: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .about-us-block .about-thumbnail-area .single-thumb.two {
        margin-top: -180px;
        margin-right: 0;
        margin-left: 100px;
        padding-right: 0;
    }
}

@media only screen and (max-width: 575px) {
    .about-us-block .about-thumbnail-area .single-thumb.two {
        margin-top: -140px;
    }
}

@media only screen and (max-width: 420px) {
    .about-us-block .about-thumbnail-area .single-thumb.two {
        display: none;
    }
}

/*--------------------------------------------------------------
## Contact Page
--------------------------------------------------------------*/
.contact-form-block.style-two {
    position: relative;
}

.contact-form-block .particle-shapes .dot-shape {
    position: absolute;
    z-index: 0;
    border-radius: 100%;
}

.contact-form-block .particle-shapes .dot-shape.shape-one {
    right: 18%;
    background-color: #36ce69;
    left: auto;
}

.contact-form-block .particle-shapes .dot-shape.shape-two {
    right: 40%;
    left: auto;
}

.contact-form-block .particle-shapes .dot-shape.shape-three {
    background-color: #36ce69;
}

.contact-form-block .particle-shapes .dot-shape.shape-four {
    left: 0;
}

.contact-form-block .particle-shapes .dot-shape.shape-five {
    background-color: #36ce69;
}

@media only screen and (max-width: 1199px) {
    .contact-form-block.style-two {
        margin-top: 40px;
    }
}

.contact-form-block.style-two .element-group>.element {
    z-index: -1;
    position: absolute;
}

@media only screen and (max-width: 1366px) {
    .contact-form-block.style-two .element-group>.element {
        display: none;
    }
}

.contact-form-block.style-two .element-group>.element.one {
    top: -60px;
    left: calc(50% - 680px);
    -webkit-animation: moving-left-right-two 15s infinite;
    animation: moving-left-right-two 15s infinite;
    width: 207px;
    height: 207px;
    background: #fbed96;
    border-radius: 41% 59% 22% 78% / 36% 84% 16% 64%;
    -webkit-border-radius: 41% 59% 22% 78% / 36% 84% 16% 64%;
    -moz-border-radius: 41% 59% 22% 78% / 36% 84% 16% 64%;
}

.contact-form-block.style-two .element-group>.element.two {
    top: 0px;
    right: calc(50% - 730px);
    -webkit-animation: moving-left-right-three 15s infinite;
    animation: moving-left-right-three 15s infinite;
    width: 182px;
    height: 182px;
    background: #dfe9f3;
    border-radius: 45% 55% 60% 40% / 57% 35% 65% 43%;
    -webkit-border-radius: 45% 55% 60% 40% / 57% 35% 65% 43%;
    -moz-border-radius: 45% 55% 60% 40% / 57% 35% 65% 43%;
}

@media only screen and (max-width: 1620px) {
    .contact-form-block.style-two .element-group>.element.two {
        right: calc(50% - 670px);
    }
}

.contact-form-block.style-two .contact-form-area {
    margin-bottom: 30px;
}

.contact-form-block.style-two .single-contact-info {
    font-size: 14px;
    margin-bottom: 35px;
}

.contact-form-block.style-two .single-contact-info .title {
    font-size: 18px;
    font-weight: 600;
    color: white;
    line-height: 1.3em;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .contact-form-block.style-two .single-contact-info .title {
        font-size: 18px;
        margin-bottom: 15px;
    }
}

.contact-form-block.style-two .single-contact-info .card-info ul {
    padding-left: 0;
    margin-bottom: 0;
    padding-top: 3px;
}

.contact-form-block.style-two .single-contact-info .card-info li {
    line-height: 1.6em;
    margin-bottom: 8px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-form-block.style-two .single-contact-info .card-info li:last-child {
    margin-bottom: 0;
}

.contact-form-block.style-two .single-contact-info .card-info li span,
.contact-form-block.style-two .single-contact-info .card-info li a {
    display: inline-block;
}

.contact-form-block.style-two .single-contact-info .card-info li [class*='icofont-'] {
    font-size: 16px;
    display: inline-block;
    width: 25px;
    color: #36ce69;
}

.contact-form-block.style-two .single-contact-info .card-info li a:hover,
.contact-form-block.style-two .single-contact-info .card-info li a:focus {
    color: #36ce69;
}

.contact-form-block.style-two.style-three .single-contact-info {
    box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #202020;
    padding: 35px 50px;
}

.contact-form-block.style-two.style-three .single-contact-info .title {
    font-size: 20px;
}

.contact-form-block.style-two.style-three .single-contact-info {
    font-size: 16px;
}

.contact-form-block.style-two.style-three .single-contact-info .card-info li a:hover,
.contact-form-block.style-two .single-contact-info .card-info li a:focus {
    color: #36ce69;
}

.contact-info-item {
    background-color: white;
    padding: 50px 45px 45px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 3px 3px 70px rgba(0, 0, 0, 0.075);
}

.contact-info-item h3.title {
    font-weight: 500;
    font-size: 22px;
}

.contact-info-item:hover {
    box-shadow: 3px 3px 70px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 1199px) {
    .contact-info-item {
        padding: 50px 20px 45px;
    }
}

@media only screen and (max-width: 420px) {
    .contact-info-item {
        padding: 40px 20px;
    }
}

.contact-info-item .shape-icon {
    height: 70px;
    width: 70px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #36ce69;
    color: #36ce69;
    margin: 0 auto 25px;
    font-size: 30px;
}

@media only screen and (max-width: 1199px) {
    .contact-info-item .shape-icon {
        height: 80px;
        width: 80px;
        margin-bottom: 20px;
        font-size: 32px;
    }
}

.contact-info-item .card-info p {
    line-height: 1.6em;
    margin-bottom: 0;
}

.contact-info-item .card-info p span,
.contact-info-item .card-info p a {
    display: block;
}

.contact-info-item .card-info p a:hover,
.contact-info-item .card-info p a:focus {
    color: #36ce69;
}

.contact-form-area .error {
    color: #9b2182;
    font-size: 14px;
    font-weight: normal;
}

.contact-form-area .success {
    color: #7bc043;
    font-size: 18px;
    font-weight: normal;
}

.contact-form-area .btn-primary {
    font-size: 16px;
}

#gmaps {
    min-height: 460px;
    background-color: whitesmoke;
    box-shadow: 3px 3px 50px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    overflow: hidden;
}

@media only screen and (max-width: 575px) {
    #gmaps {
        min-height: 400px;
    }
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 75px;
}

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

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

@media only screen and (max-width: 991px) {
    .sidebar-items {
        margin-top: 80px;
    }
}

/*-------------------------------------------------
    [ ### Page Title ]
*/
.page-inner-block {
    position: relative;
}

.frontpage-banner-section.frontpage-banner-style-three.page-inner-block>.element-group>.element.one {
    top: 350px;
    left: auto;
    right: 265px;
}

.frontpage-banner-section.frontpage-banner-style-three.page-inner-block>.element-group>.element.two {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    width: 650px;
    height: 650px;
    top: -350px;
    opacity: 0.2;
}

.frontpage-banner-section.frontpage-banner-style-three.page-inner-block .hero-title {
    font-size: 45px;
    line-height: 1.45em;
}

.frontpage-banner-section.frontpage-banner-style-three.page-inner-block .hero-desc {
    padding-right: 0px;
}

/*-------------------------------------------------
    [ ### Breadcrumb ]
*/
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
}

.breadcrumb .breadcrumb-item {
    font-size: 16px;
    text-transform: capitalize;
    padding: 5px 15px;
    position: relative;
    z-index: 2;
    color: black;
}

@media only screen and (max-width: 767px) {
    .breadcrumb .breadcrumb-item {
        font-size: 14px;
    }
}

.breadcrumb .breadcrumb-item:before {
    position: absolute;
    content: '\ea7c';
    font-family: "IcoFont";
    font-size: 15px;
    padding: 0;
    left: -6px;
    top: 5px;
    color: black;
}

.breadcrumb .breadcrumb-item:first-child:before {
    content: ' ';
}

.breadcrumb .breadcrumb-item>a:hover,
.breadcrumb .breadcrumb-item>a:focus {
    color: #36ce69;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

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

.comment-content {
    font-size: 16px;
}

.comment-content p {
    line-height: 1.6em;
}

@media only screen and (max-width: 767px) {
    .comment-content {
        font-size: 15px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 400px) {
    .comment-content {
        margin-top: 10px;
    }
}

.comment-content ul li,
.comment-content ol li {
    margin-top: 10px;
    line-height: 1.6em;
}

.comment-content>ul,
.comment-content>ol {
    padding-left: 20px;
}

.comment-content a:hover {
    text-decoration: underline;
}

.bypostauthor {
    display: block;
}

.cancel-comment-reply-link {
    bottom: -2px;
    display: inline-block;
    left: 0.6em;
    position: relative;
}

.logged-in-as {
    margin-bottom: 0.7em !important;
    padding: 0 15px;
}

.comments-area {
    margin: 60px 0 0;
    background-color: white;
    border-radius: 7px;
    padding: 50px 35px 45px;
    border: 1px solid #ebebeb;
}

@media only screen and (max-width: 767px) {
    .comments-area {
        padding: 35px 20px 25px;
    }
}

@media only screen and (max-width: 480px) {
    .comments-area {
        padding: 35px 15px 25px;
    }
}

.comments-area .comment-list,
.comments-area .children {
    list-style: none;
    padding: 0;
}

.comments-area .comments-title {
    color: black;
    font-size: 30px;
    margin-bottom: 35px;
    padding-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .comments-area .comments-title {
        font-size: 24px;
        line-height: 1.2em;
    }
}

.comments-area .comment-list {
    margin-bottom: 0px;
    border-top: none;
}

.comments-area .comment-list .comment .comment-respond {
    margin-bottom: 75px;
}

.comments-area .comment-list>.comment:last-child .comment-body:last-child {
    margin-bottom: 0;
}

.comments-area .comment-body {
    overflow: hidden;
    margin-bottom: 45px;
}

.comments-area .comment-author {
    float: left;
    margin-right: 20px;
    width: 70px;
}

@media only screen and (max-width: 575px) {
    .comments-area .comment-author {
        margin-right: 15px;
    }
}

.comments-area .comment-author .avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.comments-area .date {
    display: block;
    font-size: 16px;
    color: #979797;
    margin-top: 0;
}

.comments-area .comment-details {
    position: relative;
    display: table-cell;
    vertical-align: top;
}

.comments-area .comment-metadata {
    margin-bottom: 12px;
    color: black;
}

.comments-area .comment-metadata .author {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    line-height: 1.25em;
}

@media only screen and (max-width: 767px) {
    .comments-area .comment-metadata .author {
        font-size: 17px;
    }
}

.comments-area .comment-metadata .says,
.comments-area .comment-metadata .comment-edit-link {
    color: #777;
}

.comments-area .children {
    margin-left: 108px;
}

@media only screen and (max-width: 1199px) {
    .comments-area .children {
        margin-left: 90px;
    }
}

@media only screen and (max-width: 992px) {
    .comments-area .children {
        margin-left: 75px;
    }
}

@media only screen and (max-width: 767px) {
    .comments-area .children {
        margin-left: 50px;
    }
}

@media only screen and (max-width: 450px) {
    .comments-area .children {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 400px) {
    .comments-area .children {
        margin-left: 25px;
    }
}

.comments-area .comment-navigation {
    margin-bottom: 3.5em;
}

.comments-area .comment-navigation .nav-links .nav-previous {
    float: left;
}

.comments-area .comment-navigation .nav-links .nav-next {
    float: right;
}

.comments-area .comment-navigation .nav-links span {
    font-size: 18px;
}

.comments-area .comment-navigation .nav-links a {
    background-color: #232c3b;
    color: white;
    border-radius: 5px;
}

.comment-respond {
    background-color: white;
    border-radius: 7px;
    padding: 45px 35px;
    border: 1px solid #ebebeb;
}

@media only screen and (max-width: 767px) {
    .comment-respond {
        padding: 35px 20px;
    }
}

@media only screen and (max-width: 480px) {
    .comment-respond {
        padding: 35px 15px;
    }
}

.comment-respond label {
    font-weight: 500;
}

.comment-respond .comment-reply-title {
    color: black;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 35px;
    padding-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .comment-respond .comment-reply-title {
        font-size: 24px;
        line-height: 1.2em;
    }
}

.comment-respond {
    margin: 55px 0px 0;
}

.comment-respond p {
    margin-bottom: 1em;
}

.comment-respond [class*="col-"] {
    margin-bottom: 25px;
}

.comment-respond textarea {
    min-height: 160px;
    max-width: 100%;
}

.comment-respond .form-submit {
    margin-bottom: 0;
    padding: 0 15px;
}

.comment-respond .comment-subscription-form {
    display: none;
}

.comment-respond .comment-form-rating {
    margin-bottom: 1em;
}

.comment-respond .form-submit {
    width: 100%;
    padding-top: 5px;
}

.comment-respond .form-controller {
    display: table-cell;
    margin-bottom: 0;
    font-size: 16px;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
    height: 50px;
    outline: none;
}

.comment-respond .form-controller:focus {
    border-color: #36ce69;
}

.comment-respond #submit,
.comment-respond .submit {
    border-color: #e51681;
    border-radius: 0;
    background: #e51681;
    color: white;
    padding: 15px 45px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

#review_form .form-submit {
    padding: 0;
}

.no-comments {
    position: relative;
    padding: 12px 20px;
    padding: 12px 20px;
    padding: 12px 20px;
    padding: 0.75rem 1.25rem;
    margin-bottom: 16px;
    margin-bottom: 16px;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.comment-reply-link {
    padding: 8px 22px;
    font-size: 14px;
    border: 1px solid #f9f9f9;
    line-height: normal;
    font-weight: 500;
    display: inline-block;
    background-color: transparent;
    border-radius: 30px;
    color: #36ce69;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.comment-reply-link:hover {
    background: #36ce69;
    color: white;
    border-color: #36ce69;
}

@media only screen and (min-width: 600px) {
    .comment-reply-link {
        position: absolute;
        right: 0;
        top: -60px;
    }
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    .widget {
        margin-bottom: 45px;
    }
}

.widget select {
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 0.4em 0.8em;
    outline: none;
}

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

.widget .widget-title-area {
    position: relative;
}

.widget .widget-title {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 30px;
    color: black;
}

.widget pre {
    padding: 0.5em;
}

.widget label {
    margin-bottom: 0;
}

.widget option {
    padding: 0.2em 1em;
}

.widget input[type='text'],
.widget input[type='email'],
.widget input[type='url'],
.widget input[type='password'],
.widget input[type='search'],
.widget textarea {
    padding: 0.5em 1em;
}

.widget input[type='text']:focus,
.widget input[type='email']:focus,
.widget input[type='url']:focus,
.widget input[type='password']:focus,
.widget input[type='search']:focus,
.widget textarea:focus {
    box-shadow: none !important;
}

.sidebar-items {
    padding-left: 40px;
}

@media only screen and (max-width: 1199px) {
    .sidebar-items {
        padding-left: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .sidebar-items {
        margin-top: 80px;
        padding-left: 0px;
    }

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

@media only screen and (max-width: 991px) {
    .sidebar-items {
        margin-bottom: -45px;
    }
}

.sidebar-items .widget {
    margin-bottom: 45px;
}

.sidebar-items .widget.bt-instafeed-widget #instafeed-sidebar {
    margin: -4px;
}

.sidebar-items .widget.bt-instafeed-widget #instafeed-sidebar>.feed-item {
    -moz-box-flex: 0;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 4px;
}

.sidebar-items .widget-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 32px;
    color: white;
    text-transform: capitalize;
}

@media only screen and (max-width: 575px) {
    .sidebar-items .widget-title {
        font-size: 18px;
    }
}

.sidebar-items>.widget:last-of-type {
    margin-bottom: 0;
}

.sidebar-items.style-two .widget-title {
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 17px;
    border-bottom: 0px solid;
}

.sidebar-items.style-two .widget-title>span {
    display: inline-block;
    position: relative;
    padding-right: 20px;
}

.sidebar-items.style-two .widget-title>span:before {
    content: '';
    height: 4px;
    width: 50px;
    background-color: #36ce69;
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
}

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

    .sidebar-items.style-two .widget-title+div,
    .sidebar-items.style-two .widget-title+ul,
    .sidebar-items.style-two .widget-title+select,
    .sidebar-items.style-two .widget-title+ol {
        margin-top: 0px;
    }
}

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

    .widget-title+div,
    .widget-title+ul,
    .widget-title+select,
    .widget-title+ol {
        margin-top: 30px;
    }
}

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

    .widget-title+div,
    .widget-title+ul,
    .widget-title+select,
    .widget-title+ol {
        margin-top: 25px;
    }
}

/*--------------------------------------------------------------
# Widgets Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Popular, Latest Post, Recent Comment widget
--------------------------------------------------------------*/
.widget-post-list .post {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    background-color: transparent;
    box-shadow: 0 0 0px 0 transparent;
    padding-bottom: 0;
    border-bottom: 0px solid;
}

@media only screen and (max-width: 575px) {
    .widget-post-list .post {
        margin-bottom: 25px;
    }
}

.widget-post-list .post:last-child {
    margin-bottom: 0px;
}

.widget-post-list .post>.thumb-wrap {
    flex: 0 0 75px;
    max-width: 75px;
    overflow: hidden;
    position: relative;
}

.widget-post-list .post .content-entry-wrap {
    -moz-box-flex: 0;
    flex: 0 0 calc(100% - 75px);
    max-width: calc(100% - 75px);
    padding-left: 20px;
    text-align: left;
}

.widget-post-list .post .content-entry-wrap .entry-meta {
    display: block;
    margin-bottom: 0px;
}

.widget-post-list .post .entry-title {
    font-size: 14px;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    line-height: 1.45em;
    margin-top: -3px;
}

.widget-post-list li {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    padding-left: 20px;
    margin-top: 15px;
}

.widget-post-list li:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #716aa0;
    position: absolute;
    top: 5px;
    left: 0;
}

.widget-content img {
    display: block;
}

/*--------------------------------------------------------------
# Categories And Archive Widget
--------------------------------------------------------------*/
.widget_categories ul li,
.widget_archive ul li,
.widget_layered_nav ul li {
    font-size: 16px;
    text-transform: capitalize;
    display: block;
    line-height: 1em;
    font-weight: normal;
    padding-bottom: 20px;
    padding-top: 25px;
    -webkit-transition: all 0.25s ease-in 0s;
    transition: all 0.25s ease-in 0s;
    position: relative;
    overflow: hidden;
    color: #bdc3c7;
    border-top: 1px solid #f0f0f0;
}

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

    .widget_categories ul li,
    .widget_archive ul li,
    .widget_layered_nav ul li {
        font-size: 16px;
        padding-bottom: 16px;
        padding-top: 20px;
    }
}

.widget_categories ul li ul,
.widget_archive ul li ul,
.widget_layered_nav ul li ul {
    padding-left: 15px;
}

.widget_categories ul li .count,
.widget_archive ul li .count,
.widget_layered_nav ul li .count {
    float: right;
}

.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_layered_nav ul li a:hover {
    color: #36ce69;
}

.widget_categories ul li a:hover .count,
.widget_archive ul li a:hover .count,
.widget_layered_nav ul li a:hover .count {
    color: #36ce69;
}

.widget_categories ul>li:first-child,
.widget_archive ul>li:first-child,
.widget_layered_nav ul>li:first-child {
    border: 0 none;
    padding-top: 0 !important;
}

.widget_categories ul>li:last-child,
.widget_archive ul>li:last-child,
.widget_layered_nav ul>li:last-child {
    padding-bottom: 0 !important;
}

.widget_categories .bsm-select-wrapper li,
.widget_archive .bsm-select-wrapper li,
.widget_layered_nav .bsm-select-wrapper li {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.widget_categories .bsm-select-wrapper input.select-dropdown,
.widget_archive .bsm-select-wrapper input.select-dropdown,
.widget_layered_nav .bsm-select-wrapper input.select-dropdown {
    margin-bottom: 0;
    padding: 0 20px;
    box-sizing: border-box;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
}

.widget_categories .bsm-select-wrapper span.caret,
.widget_archive .bsm-select-wrapper span.caret,
.widget_layered_nav .bsm-select-wrapper span.caret {
    right: 15px;
}

.widget_categories .bsm-select-wrapper .bsm-dropdown-content li>a,
.widget_categories .bsm-select-wrapper .bsm-dropdown-content li>span,
.widget_archive .bsm-select-wrapper .bsm-dropdown-content li>a,
.widget_archive .bsm-select-wrapper .bsm-dropdown-content li>span,
.widget_layered_nav .bsm-select-wrapper .bsm-dropdown-content li>a,
.widget_layered_nav .bsm-select-wrapper .bsm-dropdown-content li>span {
    font-size: 14px;
    color: inherit;
    display: block;
    line-height: 30px;
    padding: 10px 16px;
}

.widget_text .bsm-select-wrapper li {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.widget_text .bsm-select-wrapper input.select-dropdown {
    margin-bottom: 0;
    padding: 0 20px;
    box-sizing: border-box;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
}

.widget_text .bsm-select-wrapper span.caret {
    right: 15px;
}

.widget_text .bsm-select-wrapper .bsm-dropdown-content li>a,
.widget_text .bsm-select-wrapper .bsm-dropdown-content li>span {
    font-size: 14px;
    color: inherit;
    display: block;
    line-height: 30px;
    padding: 10px 16px;
}

/*------------------------------------------------------------------------
# Links, Meta, NavMenu, Pages, Recent Comment, Recent Entries  Widget
-------------------------------------------------------------------------*/
.widget_links a,
.widget_meta a,
.widget_nav_menu .menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a,
.widget_product_categories a {
    border: 0;
    color: #999fae;
}

.widget_nav_menu .menu a .fa {
    display: none;
}

.widget_links,
.widget_meta,
.widget_nav_menu,
.widget_pages,
.widget_recent_comments,
.widget_recent_entries,
.widget_product_categories {
    font-size: 14px;
}

.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a,
.widget_product_categories a {
    border: 0;
    text-decoration: none;
    display: block;
    color: #999fae;
}

.widget_links a:hover,
.widget_links a:focus,
.widget_meta a:hover,
.widget_meta a:focus,
.widget_nav_menu a:hover,
.widget_nav_menu a:focus,
.widget_pages a:hover,
.widget_pages a:focus,
.widget_recent_comments a:hover,
.widget_recent_comments a:focus,
.widget_recent_entries a:hover,
.widget_recent_entries a:focus,
.widget_product_categories a:hover,
.widget_product_categories a:focus {
    color: #36ce69;
}

.widget_links.style-two a:hover,
.widget_links.style-two a:focus {
    color: #36ce69;
}

.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_product_categories ul {
    list-style: none;
    margin: 0;
}

.widget_links ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_product_categories ul li {
    padding: 8px 0;
    border-bottom: 0 none;
    line-height: 1.25em;
}

.widget_links>ul,
.widget_meta>ul,
.widget_nav_menu>ul,
.widget_pages>ul,
.widget_recent_comments>ul,
.widget_recent_entries>ul,
.widget_product_categories>ul {
    position: relative;
}

.widget_links ul>li:first-child,
.widget_meta ul>li:first-child,
.widget_nav_menu ul>li:first-child,
.widget_pages ul>li:first-child,
.widget_recent_comments ul>li:first-child,
.widget_recent_entries ul>li:first-child,
.widget_product_categories ul>li:first-child {
    margin-top: 0;
    padding-top: 0px;
    border-top: 0 none;
}

.widget_links ul>li:last-child,
.widget_meta ul>li:last-child,
.widget_nav_menu ul>li:last-child,
.widget_pages ul>li:last-child,
.widget_recent_comments ul>li:last-child,
.widget_recent_entries ul>li:last-child,
.widget_product_categories ul>li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.widget .menu {
    position: relative;
}

.widget .menu>li:first-child {
    border-top: 0 none;
    padding-top: 0;
}

.widget .menu .sub-menu {
    box-shadow: 0 0 0 transparent;
}

.widget_nav_menu .sub-menu,
.widget_pages .children {
    border: 0;
    margin: 0 0 0 1em;
}

.widget_recent_entries .post-date {
    display: block;
}

/*--------------------------------------------------------------
# Instafeed Widget
--------------------------------------------------------------*/
.bt-instafeed-widget {
    position: relative;
}

.bt-instafeed-widget #instafeed-sidebar,
.bt-instafeed-widget #instafeed {
    margin: 0 -5px -5px;
    overflow: hidden;
    padding-left: 0px;
    list-style: none;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bt-instafeed-widget #instafeed-sidebar>.feed-item,
.bt-instafeed-widget #instafeed>.feed-item {
    flex: 0 0 calc(25% - 10px);
    max-width: calc(25% - 10px);
    margin: 5px;
}

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

    .bt-instafeed-widget #instafeed-sidebar>.feed-item,
    .bt-instafeed-widget #instafeed>.feed-item {
        flex: 0 0 calc(25% - 10px);
        max-width: calc(25% - 10px);
    }
}

.bt-instafeed-widget #instafeed-sidebar>.feed-item a,
.bt-instafeed-widget #instafeed>.feed-item a {
    display: block;
}

.bt-instafeed-widget #instafeed-sidebar>.feed-item img,
.bt-instafeed-widget #instafeed>.feed-item img {
    width: 100%;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.bt-instafeed-widget #instafeed-sidebar>.feed-item:hover img,
.bt-instafeed-widget #instafeed>.feed-item:hover img {
    opacity: 0.8;
}

/*--------------------------------------------------------------
# About Widget
--------------------------------------------------------------*/
.widget_about .widget-content {
    font-size: 14px;
    margin-top: -5px;
}

.widget_about .widget-content>p {
    line-height: 1.75em;
    color: #999fae;
}

.widget_about .widget-content .btn-primary {
    margin-top: 10px;
    font-size: 14px;
    padding: 10px 20px 9px;
}

@media only screen and (max-width: 767px) {
    .widget_about .widget-content .btn-primary {
        font-size: 12px;
        padding: 8px 15px;
    }
}

.widget_about .social-status {
    padding-top: 20px;
    margin-left: -3px;
    margin-right: -3px;
}

@media only screen and (max-width: 767px) {
    .widget_about .social-status {
        padding-top: 5px;
    }
}

.widget_about .social-status>a {
    color: black;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 42px;
    border-radius: 50%;
    background: white;
    translate: all 0.25s;
    margin: 0 3px;
}

@media only screen and (max-width: 767px) {
    .widget_about .social-status>a {
        font-size: 14px;
        width: 35px;
        height: 35px;
        line-height: 36px;
        margin: 0 2px;
    }
}

.widget_about .social-status>a:hover,
.widget_about .social-status>a:focus {
    color: white !important;
    background: linear-gradient(145deg, #36ce69, #5C73F2);
    background: -webkit-linear-gradient(145deg, #36ce69, #5C73F2);
    background: -moz-linear-gradient(145deg, #36ce69, #5C73F2);
}


/*--------------------------------------------------------------
# Location Widget
--------------------------------------------------------------*/
.bt-location-widget .widget-content ul>li {
    margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
    .bt-location-widget .widget-content ul>li {
        margin-bottom: 5px;
    }
}

.bt-location-widget .widget-content ul>li>span {
    font-weight: 500;
    color: #ffffff;
    display: inline-block;
    padding-right: 5px;
}

.bt-location-widget .widget-content ul>li a:hover {
    color: #36ce69;
}

.bt-location-widget .widget-content .social-status {
    padding-top: 15px;
}

@media only screen and (max-width: 480px) {
    .bt-location-widget .widget-content .social-status {
        padding-top: 5px;
    }
}

.bt-location-widget .widget-content .social-status a {
    line-height: normal;
    height: auto;
    font-size: 15px;
    color: #ffffff;
    text-align: left;
    width: 30px;
    background-color: transparent;
}

.bt-location-widget .widget-content .social-status a:hover {
    background-color: transparent;
    color: white !important;
}

/*--------------------------------------------------------------
# Business Hours Widget
--------------------------------------------------------------*/
.widget-business-hours .widget-content>ul {
    margin-bottom: 15px;
    font-weight: 500;
}

.widget-business-hours .widget-content>ul li {
    margin: 10px 0;
    overflow: hidden;
}

.widget-business-hours .widget-content>ul li>span {
    float: right;
    display: inline-block;
    padding-left: 15px;
}

.widget-business-hours .widget-content>ul li.closed>span {
    color: #36ce69 !important;
}

/*--------------------------------------------------------------
# Social Share Widget
--------------------------------------------------------------*/
.social-share-widget .footer-social li a:hover {
    background-color: black !important;
    box-shadow: 3px 3px 11px rgba(34, 35, 141, 0.25);
}

/*--------------------------------------------------------------
# Share Post Widget
--------------------------------------------------------------*/
.widget-share-post .post {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-bottom: 0px solid;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
    .widget-share-post .post {
        margin-bottom: 10px;
    }
}

.widget-share-post .post:last-child {
    margin-bottom: 0;
}

.widget-share-post .post .post-thumbnail {
    flex: 95px;
    max-width: 95px;
}

.widget-share-post .post .entry-title {
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-bottom: 10px;
    margin-top: -3px;
}

.widget-share-post .post .share-meta {
    font-size: 12px;
}

.widget-share-post .post .share-meta>span {
    display: inline-block;
    padding-right: 3px;
}

.widget-share-post .post .post-details {
    flex: 0 0 calc(100% - 95px);
    padding-right: 0;
    padding-left: 30px;
    text-align: left;
    max-width: calc(100% - 95px);
}

@media only screen and (max-width: 1199px) {
    .widget-share-post .post .post-details {
        padding-left: 15px;
    }
}

/*--------------------------------------------------------------
# Signup Widget
--------------------------------------------------------------*/
.tb-signup-widget {
    background-color: #f2f2f2;
}

.tb-signup-widget .signup-box {
    text-align: center;
    padding: 35px 20px 40px;
}

.tb-signup-widget .signup-box>p {
    font-size: 16px;
    font-weight: 600;
    color: black;
    line-height: 1.6em;
}

.tb-signup-widget .signup-form {
    text-align: center;
    padding-top: 10px;
}

.tb-signup-widget .signup-form .form-group {
    margin-bottom: 0px;
}

.tb-signup-widget .signup-form .form-group label {
    display: block;
}

.tb-signup-widget .signup-form .form-group input[type='email'] {
    background-color: white;
    border: 0px solid;
    width: 100%;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Subscribe Widget
--------------------------------------------------------------*/
.tb-subscribe-widget .subscribe-form #mc-form {
    position: relative;
}

.tb-subscribe-widget .subscribe-form #mc-form #subscribe-btn {
    flex-shrink: 0;
    margin-left: 8px;
    padding: 7px 15px;
    font-size: 16px;
}

@media only screen and (max-width: 1199px) {
    .tb-subscribe-widget .subscribe-form #mc-form #subscribe-btn {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .tb-subscribe-widget .subscribe-form #mc-form #subscribe-btn {
        margin-top: 0;
        margin-left: 8px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 420px) {
    .tb-subscribe-widget .subscribe-form #mc-form #subscribe-btn {
        margin-left: 0;
        margin-top: 10px;
    }
}

.tb-subscribe-widget .subscribe-form .form-group {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1199px) {
    .tb-subscribe-widget .subscribe-form .form-group {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 767px) {
    .tb-subscribe-widget .subscribe-form .form-group {
        flex-wrap: nowrap;
    }
}

@media only screen and (max-width: 420px) {
    .tb-subscribe-widget .subscribe-form .form-group {
        flex-wrap: wrap;
    }
}

.tb-subscribe-widget .subscribe-form .form-group label {
    display: block;
}

.tb-subscribe-widget .subscribe-form .form-group input[type='email'] {
    background-color: white;
    border: 1px solid rgba(71, 118, 230, 0.25);
    padding: 7px 15px 5px;
    width: 100%;
    border-radius: 5px;
    font-size: 14px;
}

.tb-subscribe-widget .subscribe-form .form-group input[type='email']:focus {
    color: black;
    border-color: #36ce69;
}

.tb-subscribe-widget .subscribe-form p {
    text-align: right;
}

.tb-subscribe-widget .subscribe-form p>span {
    color: #36ce69;
}

/*--------------------------------------------------------------
# RSS Widget
--------------------------------------------------------------*/
.widget_rss ul {
    list-style: none;
    margin: 0;
}

.widget_rss ul:last-child {
    margin-bottom: 0;
}

.widget_rss li {
    margin-bottom: 1.6em;
    padding-bottom: 25px;
}

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

.widget_rss li .rssSummary {
    margin: 5px 0;
    line-height: 1.75em;
}

.widget_rss .rsswidget {
    border: 0;
    font-weight: 700;
}

.widget_rss .rsswidget img {
    margin-top: -4px;
}

.widget_rss .rss-date,
.widget_rss cite {
    font-size: 0.8em;
    font-style: normal;
    display: block;
    line-height: 2;
    opacity: 0.8;
}

.widget_rss>p {
    position: relative;
}

#wp-calendar caption {
    font-weight: 600;
}

#wp-calendar td,
#wp-calendar th {
    padding: 8px;
    text-align: center;
    border: 1px solid #ddd;
}

/*--------------------------------------------------------------
# Search Widget
--------------------------------------------------------------*/
.widget_search .input-group,
.widget_product_search .input-group {
    position: relative;
}

.widget_search .input-group .form-controller,
.widget_product_search .input-group .form-controller {
    display: table-cell;
    padding: 10px 20px;
    margin-bottom: 0;
    font-size: 16px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.1);
    height: 52px;
    outline: none;
    border: 0px;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    border-radius: 5px;
    color: #bdc3c7;
}

.widget_search .input-group .form-controller:focus,
.widget_product_search .input-group .form-controller:focus {
    border-color: #36ce69;
}

.widget_search .btn-search,
.widget_product_search .btn-search {
    background-color: transparent;
    border: 0px solid;
    position: absolute;
    height: 52px;
    right: 0px;
    line-height: 55px;
    top: 0;
    font-size: 18px;
    color: black;
    padding: 0 15px;
}

.widget_search .btn-search:hover,
.widget_product_search .btn-search:hover {
    color: #36ce69;
}

.widget_search.style-two .input-group .form-controller {
    font-size: 14px;
    height: 52px;
    text-transform: none;
}

.widget_search.style-two .input-group .btn-search {
    background-color: transparent;
    width: 50px;
    height: 50px;
    line-height: 52px;
    font-size: 16px;
    color: black;
}

.widget_search.style-two .input-group .btn-search:hover {
    color: #36ce69;
}

.tagcloud {
    margin-bottom: -7px;
}

.tagcloud a {
    padding: 6px 12px 4px;
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 7px;
    font-weight: normal;
    text-transform: capitalize;
    border-radius: 5px;
    color: #bdc3c7;
    -webkit-box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.1);
}

.tagcloud a:hover {
    color: white;
    background-color: #36ce69;
    border-color: #36ce69;
}

.widget_gallery .gallery-content img {
    width: 100%;
    margin-bottom: 30px;
}

.dark .widget_categories ul li,
.dark .widget_archive ul li,
.dark .widget_layered_nav ul li {
    color: #e1e1e1;
}

/*--------------------------------------------------------------
# Adress Widget
--------------------------------------------------------------*/
.widget.address-widget .address-box a {
    color: #fff;
}

.widget.address-widget .address-box a:hover,
.widget .address-widget .address-box a:focus {
    color: #36ce69;
}

.widget.address-widget.style-two .address-box .address,
.widget.address-widget.style-two .address-box .tel {
    color: #fff;
}


.widget.address-widget.style-two .address-box a {
    color: #fff;
}

.widget.address-widget.style-two .address-box a:hover,
.widget .address-widget .address-box a:focus {
    color: #FF0066;
}

/*--------------------------------------------------------------
# Footer Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
.site-footer {
    padding-bottom: 90px;
}

@media only screen and (max-width: 767px) {
    .site-footer {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 575px) {
    .site-footer {
        padding-bottom: 70px;
    }
}

.site-footer.footer-default-bg {
    background-color: #F6F8FE;
}

.site-footer.site-footer-two {
    background-color: #141414;
}

.site-footer.site-footer-two .widget-title,
.site-footer.site-footer-two .footer-widget-area .widget-post-list .post .entry-title {
    color: white;
}

.site-footer .widget-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    color: black;
    text-transform: capitalize;
}

@media only screen and (max-width: 575px) {
    .site-footer .widget-title {
        font-size: 18px;
    }
}

.site-footer .footer-widget-area .widget-post-list .post>.thumb-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
}

@media only screen and (max-width: 1199px) {
    .site-footer .footer-widget-area .widget-post-list .post>.thumb-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55px;
        flex: 0 0 55px;
        max-width: 55px;
    }
}

.site-footer .footer-widget-area .widget-post-list .post>.thumb-wrap img {
    width: inherit;
    height: inherit;
}

.site-footer .footer-widget-area .widget-post-list .post .content-entry-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 70px);
    flex: 0 0 calc(100% - 70px);
    max-width: calc(100% - 70px);
    padding-left: 15px;
}

@media only screen and (max-width: 1199px) {
    .site-footer .footer-widget-area .widget-post-list .post .content-entry-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 55px);
        flex: 0 0 calc(100% - 55px);
        max-width: calc(100% - 55px);
    }
}

.site-footer .footer-widget-area .widget-post-list .post .entry-title {
    font-size: 13px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 5px;
}

.site-footer .footer-widget-area .widget-post-list .post .entry-content {
    padding-right: 0;
    font-size: 12px;
}

.copyright-text {
    margin-bottom: 0;
}

.copyright-text>p {
    color: #999fae;
}

.copyright-text a {
    display: inline-block;
    padding-left: 5px;
    color: #36ce69;
}

.copyright-text a:hover {
    color: #36ce69;
}

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

@media only screen and (max-width: 1199px) {
    .footer-bottom-area {
        padding-top: 30px;
    }
}

.footer-bottom-area .footer-logo-area {
    display: block;
    margin-bottom: 20px;
}

.site-footer.style-one {
    padding: 130px 0;
    background-color: #12141c;
}

.site-footer .footer-widget-area .footer-widget-top .footer-widget-title-sm {
    font-weight: 700;
    color: white;
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.site-footer .footer-widget-area .footer-widget-top .footer-widget-title {
    font-size: 45px;
    color: white;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    .site-footer .footer-widget-area .footer-widget-top .footer-widget-title {
        font-size: 35px;
    }
}

.footer-bottom-area.style-one .footer-copyright {
    border-top: 1px solid #383841;
    border-bottom: 1px solid #383841;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-copyright-text p {
    color: white;
    font-weight: 400;
    font-size: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .footer-copyright-text p {
        font-size: 14px;
    }
}

.footer-copyright-nav a {
    color: white;
    font-size: 16px;
    font-weight: 400;
    margin-left: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .footer-copyright-nav a {
        font-size: 14px;
        margin-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-copyright-nav a {
        margin-left: 8px;
    }
}

.footer-copyright-nav a:hover,
.footer-copyright-nav a:focus {
    color: #36ce69;
}

.footer-copyright-logo-area .footer-copyright-logo img {
    width: 120px;
}

.footer-copyright-logo-area .footer-copyright-social a {
    color: white;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    width: 50px;
    border-radius: 100px;
    border: 1px solid #383841;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    margin-left: 10px;
}

.footer-copyright-logo-area .footer-copyright-social a:hover,
.footer-copyright-logo-area .footer-copyright-social a:focus {
    background-color: #36ce69;
    color: white;
    border-color: #36ce69;
}

.footer-copyright-logo-area .footer-copyright-social.style-two a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #434343;
    color: #999fae;
    font-size: 12px;
    margin-right: 10px;
    margin-left: 0;
}

.footer-copyright-logo-area .footer-copyright-social.style-two a:hover,
.footer-copyright-logo-area .footer-copyright-social.style-two a:focus {
    background-color: #36ce69;
    color: white;
}


/*
====================================
[ RESPONSIVE CLASSES ]
------------------------------------
*/

/* Extra small devices (portrait phones, less than 576px)*/
/* No media query for `xs` since this is the default in Bootstrap*/

/* Extra Small devices (small phones, 320px and up)*/
@media (min-width: 320px) {
    .xs-mr-0 {
        margin: 0
    }

    .xs-mrt-0 {
        margin-top: 0
    }

    .xs-mrb-0 {
        margin-bottom: 0 !important
    }

    .xs-mrl-0 {
        margin-left: 0
    }

    .xs-mrr-0 {
        margin-right: 0
    }

    .xs-mrt-5 {
        margin-top: 5px
    }

    .xs-mrb-5 {
        margin-bottom: 5px
    }

    .xs-mrl-5 {
        margin-left: 5px
    }

    .xs-mrr-5 {
        margin-right: 5px
    }

    .xs-mrt-10 {
        margin-top: 10px
    }

    .xs-mrb-10 {
        margin-bottom: 10px
    }

    .xs-mrl-10 {
        margin-left: 10px
    }

    .xs-mrr-10 {
        margin-right: 10px
    }

    .xs-mrt-15 {
        margin-top: 15px
    }

    .xs-mrb-15 {
        margin-bottom: 15px !important
    }

    .xs-mrl-15 {
        margin-left: 15px
    }

    .xs-mrr-15 {
        margin-right: 15px
    }

    .xs-mrt-20 {
        margin-top: 20px
    }

    .xs-mrb-20 {
        margin-bottom: 20px !important
    }

    .xs-mrl-20 {
        margin-left: 20px
    }

    .xs-mrr-20 {
        margin-right: 20px
    }

    .xs-mrt-25 {
        margin-top: 25px
    }

    .xs-mrb-25 {
        margin-bottom: 25px
    }

    .xs-mrl-25 {
        margin-left: 25px
    }

    .xs-mrr-25 {
        margin-right: 25px
    }

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

    .xs-mrb-30 {
        margin-bottom: 30px
    }

    .xs-mrl-30 {
        margin-left: 30px
    }

    .xs-mrr-30 {
        margin-right: 30px
    }

    .xs-mrt-35 {
        margin-top: 35px
    }

    .xs-mrb-35 {
        margin-bottom: 35px
    }

    .xs-mrl-35 {
        margin-left: 35px
    }

    .xs-mrr-35 {
        margin-right: 35px
    }

    .xs-mrt-40 {
        margin-top: 40px
    }

    .xs-mrb-40 {
        margin-bottom: 40px
    }

    .xs-mrl-40 {
        margin-left: 40px
    }

    .xs-mrr-40 {
        margin-right: 40px
    }

    .xs-mrt-45 {
        margin-top: 45px
    }

    .xs-mrb-45 {
        margin-bottom: 45px
    }

    .xs-mrl-45 {
        margin-left: 45px
    }

    .xs-mrr-45 {
        margin-right: 45px
    }

    .xs-mrt-50 {
        margin-top: 50px
    }

    .xs-mrb-50 {
        margin-bottom: 50px
    }

    .xs-mrl-50 {
        margin-left: 50px
    }

    .xs-mrr-50 {
        margin-right: 50px
    }

    .xs-mrt-55 {
        margin-top: 55px
    }

    .xs-mrb-55 {
        margin-bottom: 55px
    }

    .xs-mrl-55 {
        margin-left: 55px
    }

    .xs-mrr-55 {
        margin-right: 55px
    }

    .xs-mrt-60 {
        margin-top: 60px
    }

    .xs-mrb-60 {
        margin-bottom: 60px
    }

    .xs-mrl-60 {
        margin-left: 60px
    }

    .xs-mrr-60,
    .xs-mrr-65 {
        margin-right: 60px
    }

    .xs-mrt-65 {
        margin-top: 65px
    }

    .xs-mrb-65 {
        margin-bottom: 65px
    }

    .xs-mrl-65 {
        margin-left: 65px
    }

    .xs-mrt-70 {
        margin-top: 70px
    }

    .xs-mrb-70 {
        margin-bottom: 70px
    }

    .xs-mrl-70 {
        margin-left: 70px
    }

    .xs-mrr-70 {
        margin-right: 70px
    }

    .xs-mrt-75 {
        margin-top: 75px
    }

    .xs-mrb-75 {
        margin-bottom: 75px
    }

    .xs-mrl-75 {
        margin-left: 75px
    }

    .xs-mrr-75 {
        margin-right: 75px
    }

    .xs-mrt-80 {
        margin-top: 80px
    }

    .xs-mrb-80 {
        margin-bottom: 80px
    }

    .xs-mrb-85 {
        margin-bottom: 85px
    }

    .xs-mrl-80 {
        margin-left: 80px
    }

    .xs-mrr-80 {
        margin-right: 80px
    }

    .xs-mrt-90 {
        margin-top: 90px
    }

    .xs-mrb-90 {
        margin-bottom: 90px
    }

    .xs-mrl-90 {
        margin-left: 90px
    }

    .xs-mrr-90 {
        margin-right: 90px
    }

    .xs-mrt-100 {
        margin-top: 100px
    }

    .xs-mrb-100 {
        margin-bottom: 100px
    }

    .xs-mrl-100 {
        margin-left: 100px
    }

    .xs-mrr-100 {
        margin-right: 100px
    }

    .xs-mrt-105 {
        margin-top: 105px
    }

    .xs-mrb-105 {
        margin-bottom: 105px
    }

    .xs-mrl-105 {
        margin-left: 105px
    }

    .xs-mrr-105 {
        margin-right: 105px
    }

    .xs-mrt-120 {
        margin-top: 120px
    }

    .xs-mrb-120 {
        margin-bottom: 120px
    }

    .xs-mrl-120 {
        margin-left: 120px
    }

    .xs-mrr-120 {
        margin-right: 120px
    }

    .xs-mrb-145 {
        margin-bottom: 145px
    }

    .xs-mrt-150 {
        margin-top: 150px
    }

    .xs-mrt-200 {
        margin-top: 200px
    }

    .xs-mrb-150 {
        margin-bottom: 150px
    }

    .xs-mrb-155 {
        margin-bottom: 155px
    }

    .xs-mrb-170 {
        margin-bottom: 170px
    }

    .xs-mrb-175 {
        margin-bottom: 175px
    }

    .xs-mrl-150 {
        margin-left: 150px
    }

    .xs-mrr-150 {
        margin-right: 150px
    }

    .xs-mrb-185 {
        margin-bottom: 185px
    }

    .xs-mrb-190 {
        margin-bottom: 190px
    }

    .xs-mrb-195 {
        margin-bottom: 195px
    }

    .xs-mrb-200 {
        margin-bottom: 200px
    }

    .xs-ml-t-5 {
        margin-top: -5px
    }

    .xs-ml-t-8 {
        margin-top: -8px
    }

    .xs-ml-t-058p {
        margin-top: -.58%
    }

    .xs-ml-t-10 {
        margin-top: -10px
    }

    .xs-ml-t-15 {
        margin-top: -15px
    }

    .xs-ml-t-20 {
        margin-top: -20px
    }

    .xs-ml-t-25 {
        margin-top: -25px
    }

    .xs-ml-t-30 {
        margin-top: -30px
    }

    .xs-ml-t-35 {
        margin-top: -35px
    }

    .xs-ml-t-40 {
        margin-top: -40px
    }

    .xs-ml-t-45 {
        margin-top: -45px
    }

    .xs-ml-t-50 {
        margin-top: -50px
    }

    .xs-ml-t-55 {
        margin-top: -55px
    }

    .xs-ml-t-60 {
        margin-top: -60px
    }

    .xs-ml-t-75 {
        margin-top: -75px
    }

    .xs-ml-t-90 {
        margin-top: -90px
    }

    .xs-ml-t-105 {
        margin-top: -105px
    }

    .xs-ml-t-120 {
        margin-top: -120px
    }

    .xs-ml-t-135 {
        margin-top: -135px
    }

    .xs-ml-t-150 {
        margin-top: -150px
    }

    .xs-ml-t-165 {
        margin-top: -165px
    }

    .xs-ml-t-180 {
        margin-top: -180px
    }

    .xs-ml-t-195 {
        margin-top: -195px
    }

    .xs-ml-t-210 {
        margin-top: -210px
    }

    .xs-ml-t-225 {
        margin-top: -225px
    }

    .xs-ml-b-5 {
        margin-bottom: -5px
    }

    .xs-ml-b-10 {
        margin-bottom: -10px
    }

    .xs-ml-b-15 {
        margin-bottom: -15px
    }

    .xs-ml-b-20 {
        margin-bottom: -20px
    }

    .xs-ml-b-25 {
        margin-bottom: -25px
    }

    .xs-ml-b-30 {
        margin-bottom: -30px
    }

    .xs-ml-b-35 {
        margin-bottom: -35px
    }

    .xs-ml-b-40 {
        margin-bottom: -40px
    }

    .xs-ml-b-45 {
        margin-bottom: -45px
    }

    .xs-ml-b-50 {
        margin-bottom: -50px
    }

    .xs-ml-b-55 {
        margin-bottom: -55px
    }

    .xs-ml-b-60 {
        margin-bottom: -60px
    }

    .xs-ml-b-75 {
        margin-bottom: -75px
    }

    .xs-ml-b-80 {
        margin-bottom: -80px
    }

    .xs-ml-b-90 {
        margin-bottom: -90px
    }

    .xs-ml-b-105 {
        margin-bottom: -105px
    }

    .xs-ml-b-120 {
        margin-bottom: -120px
    }

    .xs-ml-b-135 {
        margin-bottom: -135px
    }

    .xs-ml-bp-0933 {
        margin-bottom: -.933%
    }

    .xs-pd-0 {
        padding: 0
    }

    .xs-pd-t-0 {
        padding-top: 0
    }

    .xs-pd-b-0 {
        padding-bottom: 0
    }

    .xs-pd-l-0 {
        padding-left: 0
    }

    .xs-pd-r-0 {
        padding-right: 0
    }

    .xs-pd-t-5 {
        padding-top: 5px
    }

    .xs-pd-b-5 {
        padding-bottom: 5px
    }

    .xs-pd-l-5 {
        padding-left: 5px
    }

    .xs-pd-r-5 {
        padding-right: 5px
    }

    .xs-pd-t-10 {
        padding-top: 10px
    }

    .xs-pd-b-10 {
        padding-bottom: 10px
    }

    .xs-pd-l-10 {
        padding-left: 10px
    }

    .xs-pd-r-10 {
        padding-right: 10px
    }

    .xs-pd-t-15 {
        padding-top: 15px
    }

    .xs-pd-b-15 {
        padding-bottom: 15px
    }

    .xs-pd-l-15 {
        padding-left: 15px
    }

    .xs-pd-r-15 {
        padding-right: 15px
    }

    .xs-pd-t-20 {
        padding-top: 20px
    }

    .xs-pd-b-20 {
        padding-bottom: 20px
    }

    .xs-pd-l-20 {
        padding-left: 20px
    }

    .xs-pd-r-20 {
        padding-right: 20px
    }

    .xs-pd-t-25 {
        padding-top: 25px
    }

    .xs-pd-b-25 {
        padding-bottom: 25px
    }

    .xs-pd-l-25 {
        padding-left: 25px
    }

    .xs-pd-r-25 {
        padding-right: 25px
    }

    .xs-pd-t-30 {
        padding-top: 30px
    }

    .xs-pd-b-30 {
        padding-bottom: 30px
    }

    .xs-pd-l-30 {
        padding-left: 30px
    }

    .xs-pd-r-30 {
        padding-right: 30px
    }

    .xs-pd-t-35 {
        padding-top: 35px
    }

    .xs-pd-b-35 {
        padding-bottom: 35px
    }

    .xs-pd-l-35 {
        padding-left: 35px
    }

    .xs-pd-r-35 {
        padding-right: 35px
    }

    .xs-pd-t-40 {
        padding-top: 40px
    }

    .xs-pd-b-40 {
        padding-bottom: 40px
    }

    .xs-pd-l-40 {
        padding-left: 40px
    }

    .xs-pd-r-40 {
        padding-right: 40px
    }

    .xs-pd-t-45 {
        padding-top: 45px
    }

    .xs-pd-b-45 {
        padding-bottom: 45px
    }

    .xs-pd-l-45 {
        padding-left: 45px
    }

    .xs-pd-r-45 {
        padding-right: 45px
    }

    .xs-pd-t-50 {
        padding-top: 50px
    }

    .xs-pd-b-50 {
        padding-bottom: 50px
    }

    .xs-pd-l-50 {
        padding-left: 50px
    }

    .xs-pd-r-50 {
        padding-right: 50px
    }

    .xs-pd-t-60 {
        padding-top: 60px
    }

    .xs-pd-b-60 {
        padding-bottom: 60px
    }

    .xs-pd-l-60 {
        padding-left: 60px
    }

    .xs-pd-r-60 {
        padding-right: 60px
    }

    .xs-pd-t-70 {
        padding-top: 70px
    }

    .xs-pd-b-70 {
        padding-bottom: 70px
    }

    .xs-pd-l-70 {
        padding-left: 70px
    }

    .xs-pd-r-70 {
        padding-right: 70px
    }

    .xs-pd-t-75 {
        padding-top: 75px
    }

    .xs-pd-b-75 {
        padding-bottom: 75px
    }

    .xs-pd-l-75 {
        padding-left: 75px
    }

    .xs-pd-r-75 {
        padding-right: 75px
    }

    .xs-ptb-80 {
        padding: 80px 0
    }

    .xs-pd-t-80 {
        padding-top: 80px
    }

    .xs-pd-b-80 {
        padding-bottom: 80px
    }

    .xs-pd-l-80 {
        padding-left: 80px
    }

    .xs-pd-r-80 {
        padding-right: 80px
    }

    .xs-pd-t-90 {
        padding-top: 90px
    }

    .xs-pd-b-90 {
        padding-bottom: 90px
    }

    .xs-pd-l-90 {
        padding-left: 90px
    }

    .xs-pd-r-90 {
        padding-right: 90px
    }

    .xs-pd-t-100 {
        padding-top: 100px
    }

    .xs-pd-b-100 {
        padding-bottom: 100px
    }

    .xs-pd-l-100 {
        padding-left: 100px
    }

    .xs-pd-r-100 {
        padding-right: 100px
    }

    .xs-pd-t-105 {
        padding-top: 105px
    }

    .xs-pd-b-105 {
        padding-bottom: 105px
    }

    .xs-pd-l-105 {
        padding-left: 105px
    }

    .xs-pd-r-105 {
        padding-right: 105px
    }

    .xs-pd-t-130 {
        padding-top: 130px
    }

    .xs-pd-b-130 {
        padding-bottom: 130px
    }

    .xs-pd-l-130 {
        padding-left: 130px
    }

    .xs-pd-r-130 {
        padding-right: 130px
    }

    .xs-ptb-130 {
        padding: 130px 0
    }

    .xs-pd-t-135 {
        padding-top: 135px
    }

    .xs-pd-b-135 {
        padding-bottom: 135px
    }

    .xs-pd-l-135 {
        padding-left: 135px
    }

    .xs-pd-r-135 {
        padding-right: 135px
    }

    .xs-pd-t-140 {
        padding-top: 140px
    }

    .xs-pd-b-140 {
        padding-bottom: 140px
    }

    .xs-pd-l-140 {
        padding-left: 140px
    }

    .xs-pd-r-140 {
        padding-right: 140px
    }

    .xs-pd-t-150 {
        padding-top: 150px
    }

    .xs-pd-b-150 {
        padding-bottom: 150px
    }

    .xs-pd-l-150 {
        padding-left: 150px
    }

    .xs-pd-r-150 {
        padding-right: 150px
    }

    .xs-pd-t-165 {
        padding-top: 165px
    }

    .xs-pd-b-165 {
        padding-bottom: 165px
    }

    .xs-pd-l-165 {
        padding-left: 165px
    }

    .xs-pd-r-165 {
        padding-right: 165px
    }

    .xs-pd-t-180 {
        padding-top: 180px
    }

    .xs-pd-b-170 {
        padding-bottom: 170px
    }

    .xs-pd-b-180 {
        padding-bottom: 180px
    }

    .xs-pd-l-180 {
        padding-left: 180px
    }

    .xs-pd-r-180 {
        padding-right: 180px
    }

    .xs-pd-t-195 {
        padding-top: 195px
    }

    .xs-pd-b-195 {
        padding-bottom: 195px
    }

    .xs-pd-l-195 {
        padding-left: 195px
    }

    .xs-pd-r-195 {
        padding-right: 195px
    }

    .xs-pd-t-200 {
        padding-top: 200px
    }

    .xs-pd-b-200 {
        padding-bottom: 200px
    }

    .xs-pd-l-200 {
        padding-left: 200px
    }

    .xs-pd-r-200 {
        padding-right: 200px
    }

    .xs-pd-t-205 {
        padding-top: 205px
    }

    .xs-pd-b-205 {
        padding-bottom: 205px
    }

    .xs-pd-l-205 {
        padding-left: 205px
    }

    .xs-pd-r-205 {
        padding-right: 205px
    }

    .xs-pd-t-210 {
        padding-top: 210px
    }

    .xs-pd-t-220 {
        padding-top: 220px
    }

    .xs-pd-b-220 {
        padding-bottom: 220px
    }

    .xs-pd-l-220 {
        padding-left: 220px
    }

    .xs-pd-r-220,
    .xs-pd-r-235 {
        padding-right: 220px
    }

    .xs-pd-t-225 {
        padding-top: 225px
    }

    .xs-pd-b-225 {
        padding-bottom: 225px
    }

    .xs-pd-l-225 {
        padding-left: 225px
    }

    .xs-pd-r-225 {
        padding-right: 225px
    }

    .xs-pd-t-235 {
        padding-top: 235px
    }

    .xs-pd-b-235 {
        padding-bottom: 235px
    }

    .xs-pd-l-235 {
        padding-left: 235px
    }

    .xs-pd-t-240 {
        padding-top: 240px
    }

    .xs-pd-t-255 {
        padding-top: 255px
    }

    .xs-pd-10 {
        padding: 10px
    }

    .xs-pd-20 {
        padding: 20px
    }

    .xs-pd-30 {
        padding: 30px
    }

    .xs-pd-40 {
        padding: 40px
    }

    .xs-pd-50 {
        padding: 50px
    }

    .xs-pd-60 {
        padding: 60px
    }

    .xs-pd-70 {
        padding: 70px
    }

    .xs-pd-80 {
        padding: 80px
    }

    .xs-pd-90 {
        padding: 90px
    }

    .xs-pd-100 {
        padding: 100px
    }

    .xs-txt-left {
        text-align: left;
    }

    .xs-txt-right {
        text-align: right;
    }

    .xs-txt-center {
        text-align: center;
    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .sm-mr-0 {
        margin: 0
    }

    .sm-mrt-0 {
        margin-top: 0
    }

    .sm-mrb-0 {
        margin-bottom: 0 !important
    }

    .sm-mrl-0 {
        margin-left: 0
    }

    .sm-mrr-0 {
        margin-right: 0
    }

    .sm-mrt-5 {
        margin-top: 5px
    }

    .sm-mrb-5 {
        margin-bottom: 5px
    }

    .sm-mrl-5 {
        margin-left: 5px
    }

    .sm-mrr-5 {
        margin-right: 5px
    }

    .sm-mrt-10 {
        margin-top: 10px
    }

    .sm-mrb-10 {
        margin-bottom: 10px
    }

    .sm-mrl-10 {
        margin-left: 10px
    }

    .sm-mrr-10 {
        margin-right: 10px
    }

    .sm-mrt-15 {
        margin-top: 15px
    }

    .sm-mrb-15 {
        margin-bottom: 15px !important
    }

    .sm-mrl-15 {
        margin-left: 15px
    }

    .sm-mrr-15 {
        margin-right: 15px
    }

    .sm-mrt-20 {
        margin-top: 20px
    }

    .sm-mrb-20 {
        margin-bottom: 20px !important
    }

    .sm-mrl-20 {
        margin-left: 20px
    }

    .sm-mrr-20 {
        margin-right: 20px
    }

    .sm-mrt-25 {
        margin-top: 25px
    }

    .sm-mrb-25 {
        margin-bottom: 25px
    }

    .sm-mrl-25 {
        margin-left: 25px
    }

    .sm-mrr-25 {
        margin-right: 25px
    }

    .sm-mrt-30 {
        margin-top: 30px !important
    }

    .sm-mrb-30 {
        margin-bottom: 30px
    }

    .sm-mrl-30 {
        margin-left: 30px
    }

    .sm-mrr-30 {
        margin-right: 30px
    }

    .sm-mrt-35 {
        margin-top: 35px
    }

    .sm-mrb-35 {
        margin-bottom: 35px
    }

    .sm-mrl-35 {
        margin-left: 35px
    }

    .sm-mrr-35 {
        margin-right: 35px
    }

    .sm-mrt-40 {
        margin-top: 40px
    }

    .sm-mrb-40 {
        margin-bottom: 40px
    }

    .sm-mrl-40 {
        margin-left: 40px
    }

    .sm-mrr-40 {
        margin-right: 40px
    }

    .sm-mrt-45 {
        margin-top: 45px
    }

    .sm-mrb-45 {
        margin-bottom: 45px
    }

    .sm-mrl-45 {
        margin-left: 45px
    }

    .sm-mrr-45 {
        margin-right: 45px
    }

    .sm-mrt-50 {
        margin-top: 50px
    }

    .sm-mrb-50 {
        margin-bottom: 50px
    }

    .sm-mrl-50 {
        margin-left: 50px
    }

    .sm-mrr-50 {
        margin-right: 50px
    }

    .sm-mrt-55 {
        margin-top: 55px
    }

    .sm-mrb-55 {
        margin-bottom: 55px
    }

    .sm-mrl-55 {
        margin-left: 55px
    }

    .sm-mrr-55 {
        margin-right: 55px
    }

    .sm-mrt-60 {
        margin-top: 60px
    }

    .sm-mrb-60 {
        margin-bottom: 60px
    }

    .sm-mrl-60 {
        margin-left: 60px
    }

    .sm-mrr-60,
    .sm-mrr-65 {
        margin-right: 60px
    }

    .sm-mrt-65 {
        margin-top: 65px
    }

    .sm-mrb-65 {
        margin-bottom: 65px
    }

    .sm-mrl-65 {
        margin-left: 65px
    }

    .sm-mrt-70 {
        margin-top: 70px
    }

    .sm-mrb-70 {
        margin-bottom: 70px
    }

    .sm-mrl-70 {
        margin-left: 70px
    }

    .sm-mrr-70 {
        margin-right: 70px
    }

    .sm-mrt-75 {
        margin-top: 75px
    }

    .sm-mrb-75 {
        margin-bottom: 75px
    }

    .sm-mrl-75 {
        margin-left: 75px
    }

    .sm-mrr-75 {
        margin-right: 75px
    }

    .sm-mrt-80 {
        margin-top: 80px
    }

    .sm-mrb-80 {
        margin-bottom: 80px
    }

    .sm-mrb-85 {
        margin-bottom: 85px
    }

    .sm-mrl-80 {
        margin-left: 80px
    }

    .sm-mrr-80 {
        margin-right: 80px
    }

    .sm-mrt-90 {
        margin-top: 90px
    }

    .sm-mrb-90 {
        margin-bottom: 90px
    }

    .sm-mrl-90 {
        margin-left: 90px
    }

    .sm-mrr-90 {
        margin-right: 90px
    }

    .sm-mrt-100 {
        margin-top: 100px
    }

    .sm-mrb-100 {
        margin-bottom: 100px
    }

    .sm-mrl-100 {
        margin-left: 100px
    }

    .sm-mrr-100 {
        margin-right: 100px
    }

    .sm-mrt-105 {
        margin-top: 105px
    }

    .sm-mrb-105 {
        margin-bottom: 105px
    }

    .sm-mrl-105 {
        margin-left: 105px
    }

    .sm-mrr-105 {
        margin-right: 105px
    }

    .sm-mrt-120 {
        margin-top: 120px
    }

    .sm-mrb-120 {
        margin-bottom: 120px
    }

    .sm-mrl-120 {
        margin-left: 120px
    }

    .sm-mrr-120 {
        margin-right: 120px
    }

    .sm-mrb-145 {
        margin-bottom: 145px
    }

    .sm-mrt-150 {
        margin-top: 150px
    }

    .sm-mrt-200 {
        margin-top: 200px
    }

    .sm-mrb-150 {
        margin-bottom: 150px
    }

    .sm-mrb-155 {
        margin-bottom: 155px
    }

    .sm-mrb-170 {
        margin-bottom: 170px
    }

    .sm-mrb-175 {
        margin-bottom: 175px
    }

    .sm-mrl-150 {
        margin-left: 150px
    }

    .sm-mrr-150 {
        margin-right: 150px
    }

    .sm-mrb-185 {
        margin-bottom: 185px
    }

    .sm-mrb-190 {
        margin-bottom: 190px
    }

    .sm-mrb-195 {
        margin-bottom: 195px
    }

    .sm-mrb-200 {
        margin-bottom: 200px
    }

    .sm-ml-t-5 {
        margin-top: -5px
    }

    .sm-ml-t-8 {
        margin-top: -8px
    }

    .sm-ml-t-058p {
        margin-top: -.58%
    }

    .sm-ml-t-10 {
        margin-top: -10px
    }

    .sm-ml-t-15 {
        margin-top: -15px
    }

    .sm-ml-t-20 {
        margin-top: -20px
    }

    .sm-ml-t-25 {
        margin-top: -25px
    }

    .sm-ml-t-30 {
        margin-top: -30px
    }

    .sm-ml-t-35 {
        margin-top: -35px
    }

    .sm-ml-t-40 {
        margin-top: -40px
    }

    .sm-ml-t-45 {
        margin-top: -45px
    }

    .sm-ml-t-50 {
        margin-top: -50px
    }

    .sm-ml-t-55 {
        margin-top: -55px
    }

    .sm-ml-t-60 {
        margin-top: -60px
    }

    .sm-ml-t-75 {
        margin-top: -75px
    }

    .sm-ml-t-90 {
        margin-top: -90px
    }

    .sm-ml-t-105 {
        margin-top: -105px
    }

    .sm-ml-t-120 {
        margin-top: -120px
    }

    .sm-ml-t-135 {
        margin-top: -135px
    }

    .sm-ml-t-150 {
        margin-top: -150px
    }

    .sm-ml-t-165 {
        margin-top: -165px
    }

    .sm-ml-t-180 {
        margin-top: -180px
    }

    .sm-ml-t-195 {
        margin-top: -195px
    }

    .sm-ml-t-210 {
        margin-top: -210px
    }

    .sm-ml-t-225 {
        margin-top: -225px
    }

    .sm-ml-b-5 {
        margin-bottom: -5px
    }

    .sm-ml-b-10 {
        margin-bottom: -10px
    }

    .sm-ml-b-15 {
        margin-bottom: -15px
    }

    .sm-ml-b-20 {
        margin-bottom: -20px
    }

    .sm-ml-b-25 {
        margin-bottom: -25px
    }

    .sm-ml-b-30 {
        margin-bottom: -30px
    }

    .sm-ml-b-35 {
        margin-bottom: -35px
    }

    .sm-ml-b-40 {
        margin-bottom: -40px
    }

    .sm-ml-b-45 {
        margin-bottom: -45px
    }

    .sm-ml-b-50 {
        margin-bottom: -50px
    }

    .sm-ml-b-55 {
        margin-bottom: -55px
    }

    .sm-ml-b-60 {
        margin-bottom: -60px
    }

    .sm-ml-b-75 {
        margin-bottom: -75px
    }

    .sm-ml-b-80 {
        margin-bottom: -80px
    }

    .sm-ml-b-90 {
        margin-bottom: -90px
    }

    .sm-ml-b-105 {
        margin-bottom: -105px
    }

    .sm-ml-b-120 {
        margin-bottom: -120px
    }

    .sm-ml-b-135 {
        margin-bottom: -135px
    }

    .sm-ml-bp-0933 {
        margin-bottom: -.933%
    }

    .sm-pd-0 {
        padding: 0
    }

    .sm-pd-t-0 {
        padding-top: 0
    }

    .sm-pd-b-0 {
        padding-bottom: 0
    }

    .sm-pd-l-0 {
        padding-left: 0
    }

    .sm-pd-r-0 {
        padding-right: 0
    }

    .sm-pd-t-5 {
        padding-top: 5px
    }

    .sm-pd-b-5 {
        padding-bottom: 5px
    }

    .sm-pd-l-5 {
        padding-left: 5px
    }

    .sm-pd-r-5 {
        padding-right: 5px
    }

    .sm-pd-t-10 {
        padding-top: 10px
    }

    .sm-pd-b-10 {
        padding-bottom: 10px
    }

    .sm-pd-l-10 {
        padding-left: 10px
    }

    .sm-pd-r-10 {
        padding-right: 10px
    }

    .sm-pd-t-15 {
        padding-top: 15px
    }

    .sm-pd-b-15 {
        padding-bottom: 15px
    }

    .sm-pd-l-15 {
        padding-left: 15px
    }

    .sm-pd-r-15 {
        padding-right: 15px
    }

    .sm-pd-t-20 {
        padding-top: 20px
    }

    .sm-pd-b-20 {
        padding-bottom: 20px
    }

    .sm-pd-l-20 {
        padding-left: 20px
    }

    .sm-pd-r-20 {
        padding-right: 20px
    }

    .sm-pd-t-25 {
        padding-top: 25px
    }

    .sm-pd-b-25 {
        padding-bottom: 25px
    }

    .sm-pd-l-25 {
        padding-left: 25px
    }

    .sm-pd-r-25 {
        padding-right: 25px
    }

    .sm-pd-t-30 {
        padding-top: 30px
    }

    .sm-pd-b-30 {
        padding-bottom: 30px
    }

    .sm-pd-l-30 {
        padding-left: 30px
    }

    .sm-pd-r-30 {
        padding-right: 30px
    }

    .sm-pd-t-35 {
        padding-top: 35px
    }

    .sm-pd-b-35 {
        padding-bottom: 35px
    }

    .sm-pd-l-35 {
        padding-left: 35px
    }

    .sm-pd-r-35 {
        padding-right: 35px
    }

    .sm-pd-t-40 {
        padding-top: 40px
    }

    .sm-pd-b-40 {
        padding-bottom: 40px
    }

    .sm-pd-l-40 {
        padding-left: 40px
    }

    .sm-pd-r-40 {
        padding-right: 40px
    }

    .sm-pd-t-45 {
        padding-top: 45px
    }

    .sm-pd-b-45 {
        padding-bottom: 45px
    }

    .sm-pd-l-45 {
        padding-left: 45px
    }

    .sm-pd-r-45 {
        padding-right: 45px
    }

    .sm-pd-t-50 {
        padding-top: 50px
    }

    .sm-pd-b-50 {
        padding-bottom: 50px
    }

    .sm-pd-l-50 {
        padding-left: 50px
    }

    .sm-pd-r-50 {
        padding-right: 50px
    }

    .sm-pd-t-60 {
        padding-top: 60px
    }

    .sm-pd-b-60 {
        padding-bottom: 60px
    }

    .sm-pd-l-60 {
        padding-left: 60px
    }

    .sm-pd-r-60 {
        padding-right: 60px
    }

    .sm-pd-t-70 {
        padding-top: 70px
    }

    .sm-pd-b-70 {
        padding-bottom: 70px
    }

    .sm-pd-l-70 {
        padding-left: 70px
    }

    .sm-pd-r-70 {
        padding-right: 70px
    }

    .sm-pd-t-75 {
        padding-top: 75px
    }

    .sm-pd-b-75 {
        padding-bottom: 75px
    }

    .sm-pd-l-75 {
        padding-left: 75px
    }

    .sm-pd-r-75 {
        padding-right: 75px
    }

    .sm-ptb-80 {
        padding: 80px 0
    }

    .sm-pd-t-80 {
        padding-top: 80px
    }

    .sm-pd-b-80 {
        padding-bottom: 80px
    }

    .sm-pd-l-80 {
        padding-left: 80px
    }

    .sm-pd-r-80 {
        padding-right: 80px
    }

    .sm-pd-t-90 {
        padding-top: 90px
    }

    .sm-pd-b-90 {
        padding-bottom: 90px
    }

    .sm-pd-l-90 {
        padding-left: 90px
    }

    .sm-pd-r-90 {
        padding-right: 90px
    }

    .sm-pd-t-100 {
        padding-top: 100px
    }

    .sm-pd-b-100 {
        padding-bottom: 100px
    }

    .sm-pd-l-100 {
        padding-left: 100px
    }

    .sm-pd-r-100 {
        padding-right: 100px
    }

    .sm-pd-t-105 {
        padding-top: 105px
    }

    .sm-pd-b-105 {
        padding-bottom: 105px
    }

    .sm-pd-l-105 {
        padding-left: 105px
    }

    .sm-pd-r-105 {
        padding-right: 105px
    }

    .sm-pd-t-130 {
        padding-top: 130px
    }

    .sm-pd-b-130 {
        padding-bottom: 130px
    }

    .sm-pd-l-130 {
        padding-left: 130px
    }

    .sm-pd-r-130 {
        padding-right: 130px
    }

    .sm-ptb-130 {
        padding: 130px 0
    }

    .sm-pd-t-135 {
        padding-top: 135px
    }

    .sm-pd-b-135 {
        padding-bottom: 135px
    }

    .sm-pd-l-135 {
        padding-left: 135px
    }

    .sm-pd-r-135 {
        padding-right: 135px
    }

    .sm-pd-t-140 {
        padding-top: 140px
    }

    .sm-pd-b-140 {
        padding-bottom: 140px
    }

    .sm-pd-l-140 {
        padding-left: 140px
    }

    .sm-pd-r-140 {
        padding-right: 140px
    }

    .sm-pd-t-150 {
        padding-top: 150px
    }

    .sm-pd-b-150 {
        padding-bottom: 150px
    }

    .sm-pd-l-150 {
        padding-left: 150px
    }

    .sm-pd-r-150 {
        padding-right: 150px
    }

    .sm-pd-t-165 {
        padding-top: 165px
    }

    .sm-pd-b-165 {
        padding-bottom: 165px
    }

    .sm-pd-l-165 {
        padding-left: 165px
    }

    .sm-pd-r-165 {
        padding-right: 165px
    }

    .sm-pd-t-180 {
        padding-top: 180px
    }

    .sm-pd-b-170 {
        padding-bottom: 170px
    }

    .sm-pd-b-180 {
        padding-bottom: 180px
    }

    .sm-pd-l-180 {
        padding-left: 180px
    }

    .sm-pd-r-180 {
        padding-right: 180px
    }

    .sm-pd-t-195 {
        padding-top: 195px
    }

    .sm-pd-b-195 {
        padding-bottom: 195px
    }

    .sm-pd-l-195 {
        padding-left: 195px
    }

    .sm-pd-r-195 {
        padding-right: 195px
    }

    .sm-pd-t-200 {
        padding-top: 200px
    }

    .sm-pd-b-200 {
        padding-bottom: 200px
    }

    .sm-pd-l-200 {
        padding-left: 200px
    }

    .sm-pd-r-200 {
        padding-right: 200px
    }

    .sm-pd-t-205 {
        padding-top: 205px
    }

    .sm-pd-b-205 {
        padding-bottom: 205px
    }

    .sm-pd-l-205 {
        padding-left: 205px
    }

    .sm-pd-r-205 {
        padding-right: 205px
    }

    .sm-pd-t-210 {
        padding-top: 210px
    }

    .sm-pd-t-220 {
        padding-top: 220px
    }

    .sm-pd-b-220 {
        padding-bottom: 220px
    }

    .sm-pd-l-220 {
        padding-left: 220px
    }

    .sm-pd-r-220,
    .sm-pd-r-235 {
        padding-right: 220px
    }

    .sm-pd-t-225 {
        padding-top: 225px
    }

    .sm-pd-b-225 {
        padding-bottom: 225px
    }

    .sm-pd-l-225 {
        padding-left: 225px
    }

    .sm-pd-r-225 {
        padding-right: 225px
    }

    .sm-pd-t-235 {
        padding-top: 235px
    }

    .sm-pd-b-235 {
        padding-bottom: 235px
    }

    .sm-pd-l-235 {
        padding-left: 235px
    }

    .sm-pd-t-240 {
        padding-top: 240px
    }

    .sm-pd-t-255 {
        padding-top: 255px
    }

    .sm-pd-10 {
        padding: 10px
    }

    .sm-pd-20 {
        padding: 20px
    }

    .sm-pd-30 {
        padding: 30px
    }

    .sm-pd-40 {
        padding: 40px
    }

    .sm-pd-50 {
        padding: 50px
    }

    .sm-pd-60 {
        padding: 60px
    }

    .sm-pd-70 {
        padding: 70px
    }

    .sm-pd-80 {
        padding: 80px
    }

    .sm-pd-90 {
        padding: 90px
    }

    .sm-pd-100 {
        padding: 100px
    }

    .sm-txt-left {
        text-align: left;
    }

    .sm-txt-right {
        text-align: right;
    }

    .sm-txt-center {
        text-align: center;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .md-mr-0 {
        margin: 0
    }

    .md-mrt-0 {
        margin-top: 0
    }

    .md-mrb-0 {
        margin-bottom: 0 !important
    }

    .md-mrl-0 {
        margin-left: 0
    }

    .md-mrr-0 {
        margin-right: 0
    }

    .md-mrt-5 {
        margin-top: 5px
    }

    .md-mrb-5 {
        margin-bottom: 5px
    }

    .md-mrl-5 {
        margin-left: 5px
    }

    .md-mrr-5 {
        margin-right: 5px
    }

    .md-mrt-10 {
        margin-top: 10px
    }

    .md-mrb-10 {
        margin-bottom: 10px
    }

    .md-mrl-10 {
        margin-left: 10px
    }

    .md-mrr-10 {
        margin-right: 10px
    }

    .md-mrt-15 {
        margin-top: 15px
    }

    .md-mrb-15 {
        margin-bottom: 15px !important
    }

    .md-mrl-15 {
        margin-left: 15px
    }

    .md-mrr-15 {
        margin-right: 15px
    }

    .md-mrt-20 {
        margin-top: 20px
    }

    .md-mrb-20 {
        margin-bottom: 20px !important
    }

    .md-mrl-20 {
        margin-left: 20px
    }

    .md-mrr-20 {
        margin-right: 20px
    }

    .md-mrt-25 {
        margin-top: 25px
    }

    .md-mrb-25 {
        margin-bottom: 25px
    }

    .md-mrl-25 {
        margin-left: 25px
    }

    .md-mrr-25 {
        margin-right: 25px
    }

    .md-mrt-30 {
        margin-top: 30px !important
    }

    .md-mrb-30 {
        margin-bottom: 30px
    }

    .md-mrl-30 {
        margin-left: 30px
    }

    .md-mrr-30 {
        margin-right: 30px
    }

    .md-mrt-35 {
        margin-top: 35px
    }

    .md-mrb-35 {
        margin-bottom: 35px
    }

    .md-mrl-35 {
        margin-left: 35px
    }

    .md-mrr-35 {
        margin-right: 35px
    }

    .md-mrt-40 {
        margin-top: 40px
    }

    .md-mrb-40 {
        margin-bottom: 40px
    }

    .md-mrl-40 {
        margin-left: 40px
    }

    .md-mrr-40 {
        margin-right: 40px
    }

    .md-mrt-45 {
        margin-top: 45px
    }

    .md-mrb-45 {
        margin-bottom: 45px
    }

    .md-mrl-45 {
        margin-left: 45px
    }

    .md-mrr-45 {
        margin-right: 45px
    }

    .md-mrt-50 {
        margin-top: 50px
    }

    .md-mrb-50 {
        margin-bottom: 50px
    }

    .md-mrl-50 {
        margin-left: 50px
    }

    .md-mrr-50 {
        margin-right: 50px
    }

    .md-mrt-55 {
        margin-top: 55px
    }

    .md-mrb-55 {
        margin-bottom: 55px
    }

    .md-mrl-55 {
        margin-left: 55px
    }

    .md-mrr-55 {
        margin-right: 55px
    }

    .md-mrt-60 {
        margin-top: 60px
    }

    .md-mrb-60 {
        margin-bottom: 60px
    }

    .md-mrl-60 {
        margin-left: 60px
    }

    .md-mrr-60,
    .md-mrr-65 {
        margin-right: 60px
    }

    .md-mrt-65 {
        margin-top: 65px
    }

    .md-mrb-65 {
        margin-bottom: 65px
    }

    .md-mrl-65 {
        margin-left: 65px
    }

    .md-mrt-70 {
        margin-top: 70px
    }

    .md-mrb-70 {
        margin-bottom: 70px
    }

    .md-mrl-70 {
        margin-left: 70px
    }

    .md-mrr-70 {
        margin-right: 70px
    }

    .md-mrt-75 {
        margin-top: 75px
    }

    .md-mrb-75 {
        margin-bottom: 75px
    }

    .md-mrl-75 {
        margin-left: 75px
    }

    .md-mrr-75 {
        margin-right: 75px
    }

    .md-mrt-80 {
        margin-top: 80px
    }

    .md-mrb-80 {
        margin-bottom: 80px
    }

    .md-mrb-85 {
        margin-bottom: 85px
    }

    .md-mrl-80 {
        margin-left: 80px
    }

    .md-mrr-80 {
        margin-right: 80px
    }

    .md-mrt-90 {
        margin-top: 90px
    }

    .md-mrb-90 {
        margin-bottom: 90px
    }

    .md-mrl-90 {
        margin-left: 90px
    }

    .md-mrr-90 {
        margin-right: 90px
    }

    .md-mrt-100 {
        margin-top: 100px
    }

    .md-mrb-100 {
        margin-bottom: 100px
    }

    .md-mrl-100 {
        margin-left: 100px
    }

    .md-mrr-100 {
        margin-right: 100px
    }

    .md-mrt-105 {
        margin-top: 105px
    }

    .md-mrb-105 {
        margin-bottom: 105px
    }

    .md-mrl-105 {
        margin-left: 105px
    }

    .md-mrr-105 {
        margin-right: 105px
    }

    .md-mrt-120 {
        margin-top: 120px
    }

    .md-mrb-120 {
        margin-bottom: 120px
    }

    .md-mrl-120 {
        margin-left: 120px
    }

    .md-mrr-120 {
        margin-right: 120px
    }

    .md-mrb-145 {
        margin-bottom: 145px
    }

    .md-mrt-150 {
        margin-top: 150px
    }

    .md-mrt-200 {
        margin-top: 200px
    }

    .md-mrb-150 {
        margin-bottom: 150px
    }

    .md-mrb-155 {
        margin-bottom: 155px
    }

    .md-mrb-170 {
        margin-bottom: 170px
    }

    .md-mrb-175 {
        margin-bottom: 175px
    }

    .md-mrl-150 {
        margin-left: 150px
    }

    .md-mrr-150 {
        margin-right: 150px
    }

    .md-mrb-185 {
        margin-bottom: 185px
    }

    .md-mrb-190 {
        margin-bottom: 190px
    }

    .md-mrb-195 {
        margin-bottom: 195px
    }

    .md-mrb-200 {
        margin-bottom: 200px
    }

    .md-ml-t-5 {
        margin-top: -5px
    }

    .md-ml-t-8 {
        margin-top: -8px
    }

    .md-ml-t-058p {
        margin-top: -.58%
    }

    .md-ml-t-10 {
        margin-top: -10px
    }

    .md-ml-t-15 {
        margin-top: -15px
    }

    .md-ml-t-20 {
        margin-top: -20px
    }

    .md-ml-t-25 {
        margin-top: -25px
    }

    .md-ml-t-30 {
        margin-top: -30px
    }

    .md-ml-t-35 {
        margin-top: -35px
    }

    .md-ml-t-40 {
        margin-top: -40px
    }

    .md-ml-t-45 {
        margin-top: -45px
    }

    .md-ml-t-50 {
        margin-top: -50px
    }

    .md-ml-t-55 {
        margin-top: -55px
    }

    .md-ml-t-60 {
        margin-top: -60px
    }

    .md-ml-t-75 {
        margin-top: -75px
    }

    .md-ml-t-90 {
        margin-top: -90px
    }

    .md-ml-t-105 {
        margin-top: -105px
    }

    .md-ml-t-120 {
        margin-top: -120px
    }

    .md-ml-t-135 {
        margin-top: -135px
    }

    .md-ml-t-150 {
        margin-top: -150px
    }

    .md-ml-t-165 {
        margin-top: -165px
    }

    .md-ml-t-180 {
        margin-top: -180px
    }

    .md-ml-t-195 {
        margin-top: -195px
    }

    .md-ml-t-210 {
        margin-top: -210px
    }

    .md-ml-t-225 {
        margin-top: -225px
    }

    .md-ml-b-5 {
        margin-bottom: -5px
    }

    .md-ml-b-10 {
        margin-bottom: -10px
    }

    .md-ml-b-15 {
        margin-bottom: -15px
    }

    .md-ml-b-20 {
        margin-bottom: -20px
    }

    .md-ml-b-25 {
        margin-bottom: -25px
    }

    .md-ml-b-30 {
        margin-bottom: -30px
    }

    .md-ml-b-35 {
        margin-bottom: -35px
    }

    .md-ml-b-40 {
        margin-bottom: -40px
    }

    .md-ml-b-45 {
        margin-bottom: -45px
    }

    .md-ml-b-50 {
        margin-bottom: -50px
    }

    .md-ml-b-55 {
        margin-bottom: -55px
    }

    .md-ml-b-60 {
        margin-bottom: -60px
    }

    .md-ml-b-75 {
        margin-bottom: -75px
    }

    .md-ml-b-80 {
        margin-bottom: -80px
    }

    .md-ml-b-90 {
        margin-bottom: -90px
    }

    .md-ml-b-105 {
        margin-bottom: -105px
    }

    .md-ml-b-120 {
        margin-bottom: -120px
    }

    .md-ml-b-135 {
        margin-bottom: -135px
    }

    .md-ml-bp-0933 {
        margin-bottom: -.933%
    }

    .md-pd-0 {
        padding: 0
    }

    .md-pd-t-0 {
        padding-top: 0
    }

    .md-pd-b-0 {
        padding-bottom: 0
    }

    .md-pd-l-0 {
        padding-left: 0
    }

    .md-pd-r-0 {
        padding-right: 0
    }

    .md-pd-t-5 {
        padding-top: 5px
    }

    .md-pd-b-5 {
        padding-bottom: 5px
    }

    .md-pd-l-5 {
        padding-left: 5px
    }

    .md-pd-r-5 {
        padding-right: 5px
    }

    .md-pd-t-10 {
        padding-top: 10px
    }

    .md-pd-b-10 {
        padding-bottom: 10px
    }

    .md-pd-l-10 {
        padding-left: 10px
    }

    .md-pd-r-10 {
        padding-right: 10px
    }

    .md-pd-t-15 {
        padding-top: 15px
    }

    .md-pd-b-15 {
        padding-bottom: 15px
    }

    .md-pd-l-15 {
        padding-left: 15px
    }

    .md-pd-r-15 {
        padding-right: 15px
    }

    .md-pd-t-20 {
        padding-top: 20px
    }

    .md-pd-b-20 {
        padding-bottom: 20px
    }

    .md-pd-l-20 {
        padding-left: 20px
    }

    .md-pd-r-20 {
        padding-right: 20px
    }

    .md-pd-t-25 {
        padding-top: 25px
    }

    .md-pd-b-25 {
        padding-bottom: 25px
    }

    .md-pd-l-25 {
        padding-left: 25px
    }

    .md-pd-r-25 {
        padding-right: 25px
    }

    .md-pd-t-30 {
        padding-top: 30px
    }

    .md-pd-b-30 {
        padding-bottom: 30px
    }

    .md-pd-l-30 {
        padding-left: 30px
    }

    .md-pd-r-30 {
        padding-right: 30px
    }

    .md-pd-t-35 {
        padding-top: 35px
    }

    .md-pd-b-35 {
        padding-bottom: 35px
    }

    .md-pd-l-35 {
        padding-left: 35px
    }

    .md-pd-r-35 {
        padding-right: 35px
    }

    .md-pd-t-40 {
        padding-top: 40px
    }

    .md-pd-b-40 {
        padding-bottom: 40px
    }

    .md-pd-l-40 {
        padding-left: 40px
    }

    .md-pd-r-40 {
        padding-right: 40px
    }

    .md-pd-t-45 {
        padding-top: 45px
    }

    .md-pd-b-45 {
        padding-bottom: 45px
    }

    .md-pd-l-45 {
        padding-left: 45px
    }

    .md-pd-r-45 {
        padding-right: 45px
    }

    .md-pd-t-50 {
        padding-top: 50px
    }

    .md-pd-b-50 {
        padding-bottom: 50px
    }

    .md-pd-l-50 {
        padding-left: 50px
    }

    .md-pd-r-50 {
        padding-right: 50px
    }

    .md-pd-t-60 {
        padding-top: 60px
    }

    .md-pd-b-60 {
        padding-bottom: 60px
    }

    .md-pd-l-60 {
        padding-left: 60px
    }

    .md-pd-r-60 {
        padding-right: 60px
    }

    .md-pd-t-70 {
        padding-top: 70px
    }

    .md-pd-b-70 {
        padding-bottom: 70px
    }

    .md-pd-l-70 {
        padding-left: 70px
    }

    .md-pd-r-70 {
        padding-right: 70px
    }

    .md-pd-t-75 {
        padding-top: 75px
    }

    .md-pd-b-75 {
        padding-bottom: 75px
    }

    .md-pd-l-75 {
        padding-left: 75px
    }

    .md-pd-r-75 {
        padding-right: 75px
    }

    .md-ptb-80 {
        padding: 80px 0
    }

    .md-pd-t-80 {
        padding-top: 80px
    }

    .md-pd-b-80 {
        padding-bottom: 80px
    }

    .md-pd-l-80 {
        padding-left: 80px
    }

    .md-pd-r-80 {
        padding-right: 80px
    }

    .md-pd-t-90 {
        padding-top: 90px
    }

    .md-pd-b-90 {
        padding-bottom: 90px
    }

    .md-pd-l-90 {
        padding-left: 90px
    }

    .md-pd-r-90 {
        padding-right: 90px
    }

    .md-pd-t-100 {
        padding-top: 100px
    }

    .md-pd-b-100 {
        padding-bottom: 100px
    }

    .md-pd-l-100 {
        padding-left: 100px
    }

    .md-pd-r-100 {
        padding-right: 100px
    }

    .md-pd-t-105 {
        padding-top: 105px
    }

    .md-pd-b-105 {
        padding-bottom: 105px
    }

    .md-pd-l-105 {
        padding-left: 105px
    }

    .md-pd-r-105 {
        padding-right: 105px
    }

    .md-pd-t-130 {
        padding-top: 130px
    }

    .md-pd-b-130 {
        padding-bottom: 130px
    }

    .md-pd-l-130 {
        padding-left: 130px
    }

    .md-pd-r-130 {
        padding-right: 130px
    }

    .md-ptb-130 {
        padding: 130px 0
    }

    .md-pd-t-135 {
        padding-top: 135px
    }

    .md-pd-b-135 {
        padding-bottom: 135px
    }

    .md-pd-l-135 {
        padding-left: 135px
    }

    .md-pd-r-135 {
        padding-right: 135px
    }

    .md-pd-t-140 {
        padding-top: 140px
    }

    .md-pd-b-140 {
        padding-bottom: 140px
    }

    .md-pd-l-140 {
        padding-left: 140px
    }

    .md-pd-r-140 {
        padding-right: 140px
    }

    .md-pd-t-150 {
        padding-top: 150px
    }

    .md-pd-b-150 {
        padding-bottom: 150px
    }

    .md-pd-l-150 {
        padding-left: 150px
    }

    .md-pd-r-150 {
        padding-right: 150px
    }

    .md-pd-t-165 {
        padding-top: 165px
    }

    .md-pd-b-165 {
        padding-bottom: 165px
    }

    .md-pd-l-165 {
        padding-left: 165px
    }

    .md-pd-r-165 {
        padding-right: 165px
    }

    .md-pd-t-180 {
        padding-top: 180px
    }

    .md-pd-b-170 {
        padding-bottom: 170px
    }

    .md-pd-b-180 {
        padding-bottom: 180px
    }

    .md-pd-l-180 {
        padding-left: 180px
    }

    .md-pd-r-180 {
        padding-right: 180px
    }

    .md-pd-t-195 {
        padding-top: 195px
    }

    .md-pd-b-195 {
        padding-bottom: 195px
    }

    .md-pd-l-195 {
        padding-left: 195px
    }

    .md-pd-r-195 {
        padding-right: 195px
    }

    .md-pd-t-200 {
        padding-top: 200px
    }

    .md-pd-b-200 {
        padding-bottom: 200px
    }

    .md-pd-l-200 {
        padding-left: 200px
    }

    .md-pd-r-200 {
        padding-right: 200px
    }

    .md-pd-t-205 {
        padding-top: 205px
    }

    .md-pd-b-205 {
        padding-bottom: 205px
    }

    .md-pd-l-205 {
        padding-left: 205px
    }

    .md-pd-r-205 {
        padding-right: 205px
    }

    .md-pd-t-210 {
        padding-top: 210px
    }

    .md-pd-t-220 {
        padding-top: 220px
    }

    .md-pd-b-220 {
        padding-bottom: 220px
    }

    .md-pd-l-220 {
        padding-left: 220px
    }

    .md-pd-r-220,
    .md-pd-r-235 {
        padding-right: 220px
    }

    .md-pd-t-225 {
        padding-top: 225px
    }

    .md-pd-b-225 {
        padding-bottom: 225px
    }

    .md-pd-l-225 {
        padding-left: 225px
    }

    .md-pd-r-225 {
        padding-right: 225px
    }

    .md-pd-t-235 {
        padding-top: 235px
    }

    .md-pd-b-235 {
        padding-bottom: 235px
    }

    .md-pd-l-235 {
        padding-left: 235px
    }

    .md-pd-t-240 {
        padding-top: 240px
    }

    .md-pd-t-255 {
        padding-top: 255px
    }

    .md-pd-10 {
        padding: 10px
    }

    .md-pd-20 {
        padding: 20px
    }

    .md-pd-30 {
        padding: 30px
    }

    .md-pd-40 {
        padding: 40px
    }

    .md-pd-50 {
        padding: 50px
    }

    .md-pd-60 {
        padding: 60px
    }

    .md-pd-70 {
        padding: 70px
    }

    .md-pd-80 {
        padding: 80px
    }

    .md-pd-90 {
        padding: 90px
    }

    .md-pd-100 {
        padding: 100px
    }

    .md-txt-left {
        text-align: left;
    }

    .md-txt-right {
        text-align: right;
    }

    .md-txt-center {
        text-align: center;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .lg-mr-0 {
        margin: 0
    }

    .lg-mrt-0 {
        margin-top: 0
    }

    .lg-mrb-0 {
        margin-bottom: 0 !important
    }

    .lg-mrl-0 {
        margin-left: 0
    }

    .lg-mrr-0 {
        margin-right: 0
    }

    .lg-mrt-5 {
        margin-top: 5px
    }

    .lg-mrb-5 {
        margin-bottom: 5px
    }

    .lg-mrl-5 {
        margin-left: 5px
    }

    .lg-mrr-5 {
        margin-right: 5px
    }

    .lg-mrt-10 {
        margin-top: 10px
    }

    .lg-mrb-10 {
        margin-bottom: 10px
    }

    .lg-mrl-10 {
        margin-left: 10px
    }

    .lg-mrr-10 {
        margin-right: 10px
    }

    .lg-mrt-15 {
        margin-top: 15px
    }

    .lg-mrb-15 {
        margin-bottom: 15px !important
    }

    .lg-mrl-15 {
        margin-left: 15px
    }

    .lg-mrr-15 {
        margin-right: 15px
    }

    .lg-mrt-20 {
        margin-top: 20px
    }

    .lg-mrb-20 {
        margin-bottom: 20px !important
    }

    .lg-mrl-20 {
        margin-left: 20px
    }

    .lg-mrr-20 {
        margin-right: 20px
    }

    .lg-mrt-25 {
        margin-top: 25px
    }

    .lg-mrb-25 {
        margin-bottom: 25px
    }

    .lg-mrl-25 {
        margin-left: 25px
    }

    .lg-mrr-25 {
        margin-right: 25px
    }

    .lg-mrt-30 {
        margin-top: 30px !important
    }

    .lg-mrb-30 {
        margin-bottom: 30px
    }

    .lg-mrl-30 {
        margin-left: 30px
    }

    .lg-mrr-30 {
        margin-right: 30px
    }

    .lg-mrt-35 {
        margin-top: 35px
    }

    .lg-mrb-35 {
        margin-bottom: 35px
    }

    .lg-mrl-35 {
        margin-left: 35px
    }

    .lg-mrr-35 {
        margin-right: 35px
    }

    .lg-mrt-40 {
        margin-top: 40px
    }

    .lg-mrb-40 {
        margin-bottom: 40px
    }

    .lg-mrl-40 {
        margin-left: 40px
    }

    .lg-mrr-40 {
        margin-right: 40px
    }

    .lg-mrt-45 {
        margin-top: 45px
    }

    .lg-mrb-45 {
        margin-bottom: 45px
    }

    .lg-mrl-45 {
        margin-left: 45px
    }

    .lg-mrr-45 {
        margin-right: 45px
    }

    .lg-mrt-50 {
        margin-top: 50px
    }

    .lg-mrb-50 {
        margin-bottom: 50px
    }

    .lg-mrl-50 {
        margin-left: 50px
    }

    .lg-mrr-50 {
        margin-right: 50px
    }

    .lg-mrt-55 {
        margin-top: 55px
    }

    .lg-mrb-55 {
        margin-bottom: 55px
    }

    .lg-mrl-55 {
        margin-left: 55px
    }

    .lg-mrr-55 {
        margin-right: 55px
    }

    .lg-mrt-60 {
        margin-top: 60px
    }

    .lg-mrb-60 {
        margin-bottom: 60px
    }

    .lg-mrl-60 {
        margin-left: 60px
    }

    .lg-mrr-60,
    .lg-mrr-65 {
        margin-right: 60px
    }

    .lg-mrt-65 {
        margin-top: 65px
    }

    .lg-mrb-65 {
        margin-bottom: 65px
    }

    .lg-mrl-65 {
        margin-left: 65px
    }

    .lg-mrt-70 {
        margin-top: 70px
    }

    .lg-mrb-70 {
        margin-bottom: 70px
    }

    .lg-mrl-70 {
        margin-left: 70px
    }

    .lg-mrr-70 {
        margin-right: 70px
    }

    .lg-mrt-75 {
        margin-top: 75px
    }

    .lg-mrb-75 {
        margin-bottom: 75px
    }

    .lg-mrl-75 {
        margin-left: 75px
    }

    .lg-mrr-75 {
        margin-right: 75px
    }

    .lg-mrt-80 {
        margin-top: 80px
    }

    .lg-mrb-80 {
        margin-bottom: 80px
    }

    .lg-mrb-85 {
        margin-bottom: 85px
    }

    .lg-mrl-80 {
        margin-left: 80px
    }

    .lg-mrr-80 {
        margin-right: 80px
    }

    .lg-mrt-90 {
        margin-top: 90px
    }

    .lg-mrb-90 {
        margin-bottom: 90px
    }

    .lg-mrl-90 {
        margin-left: 90px
    }

    .lg-mrr-90 {
        margin-right: 90px
    }

    .lg-mrt-100 {
        margin-top: 100px
    }

    .lg-mrb-100 {
        margin-bottom: 100px
    }

    .lg-mrl-100 {
        margin-left: 100px
    }

    .lg-mrr-100 {
        margin-right: 100px
    }

    .lg-mrt-105 {
        margin-top: 105px
    }

    .lg-mrb-105 {
        margin-bottom: 105px
    }

    .lg-mrl-105 {
        margin-left: 105px
    }

    .lg-mrr-105 {
        margin-right: 105px
    }

    .lg-mrt-120 {
        margin-top: 120px
    }

    .lg-mrb-120 {
        margin-bottom: 120px
    }

    .lg-mrl-120 {
        margin-left: 120px
    }

    .lg-mrr-120 {
        margin-right: 120px
    }

    .lg-mrb-145 {
        margin-bottom: 145px
    }

    .lg-mrt-150 {
        margin-top: 150px
    }

    .lg-mrt-200 {
        margin-top: 200px
    }

    .lg-mrb-150 {
        margin-bottom: 150px
    }

    .lg-mrb-155 {
        margin-bottom: 155px
    }

    .lg-mrb-170 {
        margin-bottom: 170px
    }

    .lg-mrb-175 {
        margin-bottom: 175px
    }

    .lg-mrl-150 {
        margin-left: 150px
    }

    .lg-mrr-150 {
        margin-right: 150px
    }

    .lg-mrb-185 {
        margin-bottom: 185px
    }

    .lg-mrb-190 {
        margin-bottom: 190px
    }

    .lg-mrb-195 {
        margin-bottom: 195px
    }

    .lg-mrb-200 {
        margin-bottom: 200px
    }

    .lg-ml-t-5 {
        margin-top: -5px
    }

    .lg-ml-t-8 {
        margin-top: -8px
    }

    .lg-ml-t-058p {
        margin-top: -.58%
    }

    .lg-ml-t-10 {
        margin-top: -10px
    }

    .lg-ml-t-15 {
        margin-top: -15px
    }

    .lg-ml-t-20 {
        margin-top: -20px
    }

    .lg-ml-t-25 {
        margin-top: -25px
    }

    .lg-ml-t-30 {
        margin-top: -30px
    }

    .lg-ml-t-35 {
        margin-top: -35px
    }

    .lg-ml-t-40 {
        margin-top: -40px
    }

    .lg-ml-t-45 {
        margin-top: -45px
    }

    .lg-ml-t-50 {
        margin-top: -50px
    }

    .lg-ml-t-55 {
        margin-top: -55px
    }

    .lg-ml-t-60 {
        margin-top: -60px
    }

    .lg-ml-t-75 {
        margin-top: -75px
    }

    .lg-ml-t-90 {
        margin-top: -90px
    }

    .lg-ml-t-105 {
        margin-top: -105px
    }

    .lg-ml-t-120 {
        margin-top: -120px
    }

    .lg-ml-t-135 {
        margin-top: -135px
    }

    .lg-ml-t-150 {
        margin-top: -150px
    }

    .lg-ml-t-165 {
        margin-top: -165px
    }

    .lg-ml-t-180 {
        margin-top: -180px
    }

    .lg-ml-t-195 {
        margin-top: -195px
    }

    .lg-ml-t-210 {
        margin-top: -210px
    }

    .lg-ml-t-225 {
        margin-top: -225px
    }

    .lg-ml-b-5 {
        margin-bottom: -5px
    }

    .lg-ml-b-10 {
        margin-bottom: -10px
    }

    .lg-ml-b-15 {
        margin-bottom: -15px
    }

    .lg-ml-b-20 {
        margin-bottom: -20px
    }

    .lg-ml-b-25 {
        margin-bottom: -25px
    }

    .lg-ml-b-30 {
        margin-bottom: -30px
    }

    .lg-ml-b-35 {
        margin-bottom: -35px
    }

    .lg-ml-b-40 {
        margin-bottom: -40px
    }

    .lg-ml-b-45 {
        margin-bottom: -45px
    }

    .lg-ml-b-50 {
        margin-bottom: -50px
    }

    .lg-ml-b-55 {
        margin-bottom: -55px
    }

    .lg-ml-b-60 {
        margin-bottom: -60px
    }

    .lg-ml-b-75 {
        margin-bottom: -75px
    }

    .lg-ml-b-80 {
        margin-bottom: -80px
    }

    .lg-ml-b-90 {
        margin-bottom: -90px
    }

    .lg-ml-b-105 {
        margin-bottom: -105px
    }

    .lg-ml-b-120 {
        margin-bottom: -120px
    }

    .lg-ml-b-135 {
        margin-bottom: -135px
    }

    .lg-ml-bp-0933 {
        margin-bottom: -.933%
    }

    .lg-pd-0 {
        padding: 0
    }

    .lg-pd-t-0 {
        padding-top: 0
    }

    .lg-pd-b-0 {
        padding-bottom: 0
    }

    .lg-pd-l-0 {
        padding-left: 0
    }

    .lg-pd-r-0 {
        padding-right: 0
    }

    .lg-pd-t-5 {
        padding-top: 5px
    }

    .lg-pd-b-5 {
        padding-bottom: 5px
    }

    .lg-pd-l-5 {
        padding-left: 5px
    }

    .lg-pd-r-5 {
        padding-right: 5px
    }

    .lg-pd-t-10 {
        padding-top: 10px
    }

    .lg-pd-b-10 {
        padding-bottom: 10px
    }

    .lg-pd-l-10 {
        padding-left: 10px
    }

    .lg-pd-r-10 {
        padding-right: 10px
    }

    .lg-pd-t-15 {
        padding-top: 15px
    }

    .lg-pd-b-15 {
        padding-bottom: 15px
    }

    .lg-pd-l-15 {
        padding-left: 15px
    }

    .lg-pd-r-15 {
        padding-right: 15px
    }

    .lg-pd-t-20 {
        padding-top: 20px
    }

    .lg-pd-b-20 {
        padding-bottom: 20px
    }

    .lg-pd-l-20 {
        padding-left: 20px
    }

    .lg-pd-r-20 {
        padding-right: 20px
    }

    .lg-pd-t-25 {
        padding-top: 25px
    }

    .lg-pd-b-25 {
        padding-bottom: 25px
    }

    .lg-pd-l-25 {
        padding-left: 25px
    }

    .lg-pd-r-25 {
        padding-right: 25px
    }

    .lg-pd-t-30 {
        padding-top: 30px
    }

    .lg-pd-b-30 {
        padding-bottom: 30px
    }

    .lg-pd-l-30 {
        padding-left: 30px
    }

    .lg-pd-r-30 {
        padding-right: 30px
    }

    .lg-pd-t-35 {
        padding-top: 35px
    }

    .lg-pd-b-35 {
        padding-bottom: 35px
    }

    .lg-pd-l-35 {
        padding-left: 35px
    }

    .lg-pd-r-35 {
        padding-right: 35px
    }

    .lg-pd-t-40 {
        padding-top: 40px
    }

    .lg-pd-b-40 {
        padding-bottom: 40px
    }

    .lg-pd-l-40 {
        padding-left: 40px
    }

    .lg-pd-r-40 {
        padding-right: 40px
    }

    .lg-pd-t-45 {
        padding-top: 45px
    }

    .lg-pd-b-45 {
        padding-bottom: 45px
    }

    .lg-pd-l-45 {
        padding-left: 45px
    }

    .lg-pd-r-45 {
        padding-right: 45px
    }

    .lg-pd-t-50 {
        padding-top: 50px
    }

    .lg-pd-b-50 {
        padding-bottom: 50px
    }

    .lg-pd-l-50 {
        padding-left: 50px
    }

    .lg-pd-r-50 {
        padding-right: 50px
    }

    .lg-pd-t-60 {
        padding-top: 60px
    }

    .lg-pd-b-60 {
        padding-bottom: 60px
    }

    .lg-pd-l-60 {
        padding-left: 60px
    }

    .lg-pd-r-60 {
        padding-right: 60px
    }

    .lg-pd-t-70 {
        padding-top: 70px
    }

    .lg-pd-b-70 {
        padding-bottom: 70px
    }

    .lg-pd-l-70 {
        padding-left: 70px
    }

    .lg-pd-r-70 {
        padding-right: 70px
    }

    .lg-pd-t-75 {
        padding-top: 75px
    }

    .lg-pd-b-75 {
        padding-bottom: 75px
    }

    .lg-pd-l-75 {
        padding-left: 75px
    }

    .lg-pd-r-75 {
        padding-right: 75px
    }

    .lg-ptb-80 {
        padding: 80px 0
    }

    .lg-pd-t-80 {
        padding-top: 80px
    }

    .lg-pd-b-80 {
        padding-bottom: 80px
    }

    .lg-pd-l-80 {
        padding-left: 80px
    }

    .lg-pd-r-80 {
        padding-right: 80px
    }

    .lg-pd-t-90 {
        padding-top: 90px
    }

    .lg-pd-b-90 {
        padding-bottom: 90px
    }

    .lg-pd-l-90 {
        padding-left: 90px
    }

    .lg-pd-r-90 {
        padding-right: 90px
    }

    .lg-pd-t-100 {
        padding-top: 100px
    }

    .lg-pd-b-100 {
        padding-bottom: 100px
    }

    .lg-pd-l-100 {
        padding-left: 100px
    }

    .lg-pd-r-100 {
        padding-right: 100px
    }

    .lg-pd-t-105 {
        padding-top: 105px
    }

    .lg-pd-b-105 {
        padding-bottom: 105px
    }

    .lg-pd-l-105 {
        padding-left: 105px
    }

    .lg-pd-r-105 {
        padding-right: 105px
    }

    .lg-pd-t-130 {
        padding-top: 130px
    }

    .lg-pd-b-130 {
        padding-bottom: 130px
    }

    .lg-pd-l-130 {
        padding-left: 130px
    }

    .lg-pd-r-130 {
        padding-right: 130px
    }

    .lg-ptb-130 {
        padding: 130px 0
    }

    .lg-pd-t-135 {
        padding-top: 135px
    }

    .lg-pd-b-135 {
        padding-bottom: 135px
    }

    .lg-pd-l-135 {
        padding-left: 135px
    }

    .lg-pd-r-135 {
        padding-right: 135px
    }

    .lg-pd-t-140 {
        padding-top: 140px
    }

    .lg-pd-b-140 {
        padding-bottom: 140px
    }

    .lg-pd-l-140 {
        padding-left: 140px
    }

    .lg-pd-r-140 {
        padding-right: 140px
    }

    .lg-pd-t-150 {
        padding-top: 150px
    }

    .lg-pd-b-150 {
        padding-bottom: 150px
    }

    .lg-pd-l-150 {
        padding-left: 150px
    }

    .lg-pd-r-150 {
        padding-right: 150px
    }

    .lg-pd-t-165 {
        padding-top: 165px
    }

    .lg-pd-b-165 {
        padding-bottom: 165px
    }

    .lg-pd-l-165 {
        padding-left: 165px
    }

    .lg-pd-r-165 {
        padding-right: 165px
    }

    .lg-pd-t-180 {
        padding-top: 180px
    }

    .lg-pd-b-170 {
        padding-bottom: 170px
    }

    .lg-pd-b-180 {
        padding-bottom: 180px
    }

    .lg-pd-l-180 {
        padding-left: 180px
    }

    .lg-pd-r-180 {
        padding-right: 180px
    }

    .lg-pd-t-195 {
        padding-top: 195px
    }

    .lg-pd-b-195 {
        padding-bottom: 195px
    }

    .lg-pd-l-195 {
        padding-left: 195px
    }

    .lg-pd-r-195 {
        padding-right: 195px
    }

    .lg-pd-t-200 {
        padding-top: 200px
    }

    .lg-pd-b-200 {
        padding-bottom: 200px
    }

    .lg-pd-l-200 {
        padding-left: 200px
    }

    .lg-pd-r-200 {
        padding-right: 200px
    }

    .lg-pd-t-205 {
        padding-top: 205px
    }

    .lg-pd-b-205 {
        padding-bottom: 205px
    }

    .lg-pd-l-205 {
        padding-left: 205px
    }

    .lg-pd-r-205 {
        padding-right: 205px
    }

    .lg-pd-t-210 {
        padding-top: 210px
    }

    .lg-pd-t-220 {
        padding-top: 220px
    }

    .lg-pd-b-220 {
        padding-bottom: 220px
    }

    .lg-pd-l-220 {
        padding-left: 220px
    }

    .lg-pd-r-220,
    .lg-pd-r-235 {
        padding-right: 220px
    }

    .lg-pd-t-225 {
        padding-top: 225px
    }

    .lg-pd-b-225 {
        padding-bottom: 225px
    }

    .lg-pd-l-225 {
        padding-left: 225px
    }

    .lg-pd-r-225 {
        padding-right: 225px
    }

    .lg-pd-t-235 {
        padding-top: 235px
    }

    .lg-pd-b-235 {
        padding-bottom: 235px
    }

    .lg-pd-l-235 {
        padding-left: 235px
    }

    .lg-pd-t-240 {
        padding-top: 240px
    }

    .lg-pd-t-255 {
        padding-top: 255px
    }

    .lg-pd-10 {
        padding: 10px
    }

    .lg-pd-20 {
        padding: 20px
    }

    .lg-pd-30 {
        padding: 30px
    }

    .lg-pd-40 {
        padding: 40px
    }

    .lg-pd-50 {
        padding: 50px
    }

    .lg-pd-60 {
        padding: 60px
    }

    .lg-pd-70 {
        padding: 70px
    }

    .lg-pd-80 {
        padding: 80px
    }

    .lg-pd-90 {
        padding: 90px
    }

    .lg-pd-100 {
        padding: 100px
    }

    .lg-txt-left {
        text-align: left;
    }

    .lg-txt-right {
        text-align: right;
    }

    .lg-txt-center {
        text-align: center;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .xl-mr-0 {
        margin: 0
    }

    .xl-mrt-0 {
        margin-top: 0
    }

    .xl-mrb-0 {
        margin-bottom: 0 !important
    }

    .xl-mrl-0 {
        margin-left: 0
    }

    .xl-mrr-0 {
        margin-right: 0
    }

    .xl-mrt-5 {
        margin-top: 5px
    }

    .xl-mrb-5 {
        margin-bottom: 5px
    }

    .xl-mrl-5 {
        margin-left: 5px
    }

    .xl-mrr-5 {
        margin-right: 5px
    }

    .xl-mrt-10 {
        margin-top: 10px
    }

    .xl-mrb-10 {
        margin-bottom: 10px
    }

    .xl-mrl-10 {
        margin-left: 10px
    }

    .xl-mrr-10 {
        margin-right: 10px
    }

    .xl-mrt-15 {
        margin-top: 15px
    }

    .xl-mrb-15 {
        margin-bottom: 15px !important
    }

    .xl-mrl-15 {
        margin-left: 15px
    }

    .xl-mrr-15 {
        margin-right: 15px
    }

    .xl-mrt-20 {
        margin-top: 20px
    }

    .xl-mrb-20 {
        margin-bottom: 20px !important
    }

    .xl-mrl-20 {
        margin-left: 20px
    }

    .xl-mrr-20 {
        margin-right: 20px
    }

    .xl-mrt-25 {
        margin-top: 25px
    }

    .xl-mrb-25 {
        margin-bottom: 25px
    }

    .xl-mrl-25 {
        margin-left: 25px
    }

    .xl-mrr-25 {
        margin-right: 25px
    }

    .xl-mrt-30 {
        margin-top: 30px !important
    }

    .xl-mrb-30 {
        margin-bottom: 30px
    }

    .xl-mrl-30 {
        margin-left: 30px
    }

    .xl-mrr-30 {
        margin-right: 30px
    }

    .xl-mrt-35 {
        margin-top: 35px
    }

    .xl-mrb-35 {
        margin-bottom: 35px
    }

    .xl-mrl-35 {
        margin-left: 35px
    }

    .xl-mrr-35 {
        margin-right: 35px
    }

    .xl-mrt-40 {
        margin-top: 40px
    }

    .xl-mrb-40 {
        margin-bottom: 40px
    }

    .xl-mrl-40 {
        margin-left: 40px
    }

    .xl-mrr-40 {
        margin-right: 40px
    }

    .xl-mrt-45 {
        margin-top: 45px
    }

    .xl-mrb-45 {
        margin-bottom: 45px
    }

    .xl-mrl-45 {
        margin-left: 45px
    }

    .xl-mrr-45 {
        margin-right: 45px
    }

    .xl-mrt-50 {
        margin-top: 50px
    }

    .xl-mrb-50 {
        margin-bottom: 50px
    }

    .xl-mrl-50 {
        margin-left: 50px
    }

    .xl-mrr-50 {
        margin-right: 50px
    }

    .xl-mrt-55 {
        margin-top: 55px
    }

    .xl-mrb-55 {
        margin-bottom: 55px
    }

    .xl-mrl-55 {
        margin-left: 55px
    }

    .xl-mrr-55 {
        margin-right: 55px
    }

    .xl-mrt-60 {
        margin-top: 60px
    }

    .xl-mrb-60 {
        margin-bottom: 60px
    }

    .xl-mrl-60 {
        margin-left: 60px
    }

    .xl-mrr-60,
    .xl-mrr-65 {
        margin-right: 60px
    }

    .xl-mrt-65 {
        margin-top: 65px
    }

    .xl-mrb-65 {
        margin-bottom: 65px
    }

    .xl-mrl-65 {
        margin-left: 65px
    }

    .xl-mrt-70 {
        margin-top: 70px
    }

    .xl-mrb-70 {
        margin-bottom: 70px
    }

    .xl-mrl-70 {
        margin-left: 70px
    }

    .xl-mrr-70 {
        margin-right: 70px
    }

    .xl-mrt-75 {
        margin-top: 75px
    }

    .xl-mrb-75 {
        margin-bottom: 75px
    }

    .xl-mrl-75 {
        margin-left: 75px
    }

    .xl-mrr-75 {
        margin-right: 75px
    }

    .xl-mrt-80 {
        margin-top: 80px
    }

    .xl-mrb-80 {
        margin-bottom: 80px
    }

    .xl-mrb-85 {
        margin-bottom: 85px
    }

    .xl-mrl-80 {
        margin-left: 80px
    }

    .xl-mrr-80 {
        margin-right: 80px
    }

    .xl-mrt-90 {
        margin-top: 90px
    }

    .xl-mrb-90 {
        margin-bottom: 90px
    }

    .xl-mrl-90 {
        margin-left: 90px
    }

    .xl-mrr-90 {
        margin-right: 90px
    }

    .xl-mrt-100 {
        margin-top: 100px
    }

    .xl-mrb-100 {
        margin-bottom: 100px
    }

    .xl-mrl-100 {
        margin-left: 100px
    }

    .xl-mrr-100 {
        margin-right: 100px
    }

    .xl-mrt-105 {
        margin-top: 105px
    }

    .xl-mrb-105 {
        margin-bottom: 105px
    }

    .xl-mrl-105 {
        margin-left: 105px
    }

    .xl-mrr-105 {
        margin-right: 105px
    }

    .xl-mrt-120 {
        margin-top: 120px
    }

    .xl-mrb-120 {
        margin-bottom: 120px
    }

    .xl-mrl-120 {
        margin-left: 120px
    }

    .xl-mrr-120 {
        margin-right: 120px
    }

    .xl-mrb-145 {
        margin-bottom: 145px
    }

    .xl-mrt-150 {
        margin-top: 150px
    }

    .xl-mrt-200 {
        margin-top: 200px
    }

    .xl-mrb-150 {
        margin-bottom: 150px
    }

    .xl-mrb-155 {
        margin-bottom: 155px
    }

    .xl-mrb-170 {
        margin-bottom: 170px
    }

    .xl-mrb-175 {
        margin-bottom: 175px
    }

    .xl-mrl-150 {
        margin-left: 150px
    }

    .xl-mrr-150 {
        margin-right: 150px
    }

    .xl-mrb-185 {
        margin-bottom: 185px
    }

    .xl-mrb-190 {
        margin-bottom: 190px
    }

    .xl-mrb-195 {
        margin-bottom: 195px
    }

    .xl-mrb-200 {
        margin-bottom: 200px
    }

    .xl-ml-t-5 {
        margin-top: -5px
    }

    .xl-ml-t-8 {
        margin-top: -8px
    }

    .xl-ml-t-058p {
        margin-top: -.58%
    }

    .xl-ml-t-10 {
        margin-top: -10px
    }

    .xl-ml-t-15 {
        margin-top: -15px
    }

    .xl-ml-t-20 {
        margin-top: -20px
    }

    .xl-ml-t-25 {
        margin-top: -25px
    }

    .xl-ml-t-30 {
        margin-top: -30px
    }

    .xl-ml-t-35 {
        margin-top: -35px
    }

    .xl-ml-t-40 {
        margin-top: -40px
    }

    .xl-ml-t-45 {
        margin-top: -45px
    }

    .xl-ml-t-50 {
        margin-top: -50px
    }

    .xl-ml-t-55 {
        margin-top: -55px
    }

    .xl-ml-t-60 {
        margin-top: -60px
    }

    .xl-ml-t-75 {
        margin-top: -75px
    }

    .xl-ml-t-90 {
        margin-top: -90px
    }

    .xl-ml-t-105 {
        margin-top: -105px
    }

    .xl-ml-t-120 {
        margin-top: -120px
    }

    .xl-ml-t-135 {
        margin-top: -135px
    }

    .xl-ml-t-150 {
        margin-top: -150px
    }

    .xl-ml-t-165 {
        margin-top: -165px
    }

    .xl-ml-t-180 {
        margin-top: -180px
    }

    .xl-ml-t-195 {
        margin-top: -195px
    }

    .xl-ml-t-210 {
        margin-top: -210px
    }

    .xl-ml-t-225 {
        margin-top: -225px
    }

    .xl-ml-b-5 {
        margin-bottom: -5px
    }

    .xl-ml-b-10 {
        margin-bottom: -10px
    }

    .xl-ml-b-15 {
        margin-bottom: -15px
    }

    .xl-ml-b-20 {
        margin-bottom: -20px
    }

    .xl-ml-b-25 {
        margin-bottom: -25px
    }

    .xl-ml-b-30 {
        margin-bottom: -30px
    }

    .xl-ml-b-35 {
        margin-bottom: -35px
    }

    .xl-ml-b-40 {
        margin-bottom: -40px
    }

    .xl-ml-b-45 {
        margin-bottom: -45px
    }

    .xl-ml-b-50 {
        margin-bottom: -50px
    }

    .xl-ml-b-55 {
        margin-bottom: -55px
    }

    .xl-ml-b-60 {
        margin-bottom: -60px
    }

    .xl-ml-b-75 {
        margin-bottom: -75px
    }

    .xl-ml-b-80 {
        margin-bottom: -80px
    }

    .xl-ml-b-90 {
        margin-bottom: -90px
    }

    .xl-ml-b-105 {
        margin-bottom: -105px
    }

    .xl-ml-b-120 {
        margin-bottom: -120px
    }

    .xl-ml-b-135 {
        margin-bottom: -135px
    }

    .xl-ml-bp-0933 {
        margin-bottom: -.933%
    }

    .xl-pd-0 {
        padding: 0
    }

    .xl-pd-t-0 {
        padding-top: 0
    }

    .xl-pd-b-0 {
        padding-bottom: 0
    }

    .xl-pd-l-0 {
        padding-left: 0
    }

    .xl-pd-r-0 {
        padding-right: 0
    }

    .xl-pd-t-5 {
        padding-top: 5px
    }

    .xl-pd-b-5 {
        padding-bottom: 5px
    }

    .xl-pd-l-5 {
        padding-left: 5px
    }

    .xl-pd-r-5 {
        padding-right: 5px
    }

    .xl-pd-t-10 {
        padding-top: 10px
    }

    .xl-pd-b-10 {
        padding-bottom: 10px
    }

    .xl-pd-l-10 {
        padding-left: 10px
    }

    .xl-pd-r-10 {
        padding-right: 10px
    }

    .xl-pd-t-15 {
        padding-top: 15px
    }

    .xl-pd-b-15 {
        padding-bottom: 15px
    }

    .xl-pd-l-15 {
        padding-left: 15px
    }

    .xl-pd-r-15 {
        padding-right: 15px
    }

    .xl-pd-t-20 {
        padding-top: 20px
    }

    .xl-pd-b-20 {
        padding-bottom: 20px
    }

    .xl-pd-l-20 {
        padding-left: 20px
    }

    .xl-pd-r-20 {
        padding-right: 20px
    }

    .xl-pd-t-25 {
        padding-top: 25px
    }

    .xl-pd-b-25 {
        padding-bottom: 25px
    }

    .xl-pd-l-25 {
        padding-left: 25px
    }

    .xl-pd-r-25 {
        padding-right: 25px
    }

    .xl-pd-t-30 {
        padding-top: 30px
    }

    .xl-pd-b-30 {
        padding-bottom: 30px
    }

    .xl-pd-l-30 {
        padding-left: 30px
    }

    .xl-pd-r-30 {
        padding-right: 30px
    }

    .xl-pd-t-35 {
        padding-top: 35px
    }

    .xl-pd-b-35 {
        padding-bottom: 35px
    }

    .xl-pd-l-35 {
        padding-left: 35px
    }

    .xl-pd-r-35 {
        padding-right: 35px
    }

    .xl-pd-t-40 {
        padding-top: 40px
    }

    .xl-pd-b-40 {
        padding-bottom: 40px
    }

    .xl-pd-l-40 {
        padding-left: 40px
    }

    .xl-pd-r-40 {
        padding-right: 40px
    }

    .xl-pd-t-45 {
        padding-top: 45px
    }

    .xl-pd-b-45 {
        padding-bottom: 45px
    }

    .xl-pd-l-45 {
        padding-left: 45px
    }

    .xl-pd-r-45 {
        padding-right: 45px
    }

    .xl-pd-t-50 {
        padding-top: 50px
    }

    .xl-pd-b-50 {
        padding-bottom: 50px
    }

    .xl-pd-l-50 {
        padding-left: 50px
    }

    .xl-pd-r-50 {
        padding-right: 50px
    }

    .xl-pd-t-60 {
        padding-top: 60px
    }

    .xl-pd-b-60 {
        padding-bottom: 60px
    }

    .xl-pd-l-60 {
        padding-left: 60px
    }

    .xl-pd-r-60 {
        padding-right: 60px
    }

    .xl-pd-t-70 {
        padding-top: 70px
    }

    .xl-pd-b-70 {
        padding-bottom: 70px
    }

    .xl-pd-l-70 {
        padding-left: 70px
    }

    .xl-pd-r-70 {
        padding-right: 70px
    }

    .xl-pd-t-75 {
        padding-top: 75px
    }

    .xl-pd-b-75 {
        padding-bottom: 75px
    }

    .xl-pd-l-75 {
        padding-left: 75px
    }

    .xl-pd-r-75 {
        padding-right: 75px
    }

    .xl-ptb-80 {
        padding: 80px 0
    }

    .xl-pd-t-80 {
        padding-top: 80px
    }

    .xl-pd-b-80 {
        padding-bottom: 80px
    }

    .xl-pd-l-80 {
        padding-left: 80px
    }

    .xl-pd-r-80 {
        padding-right: 80px
    }

    .xl-pd-t-90 {
        padding-top: 90px
    }

    .xl-pd-b-90 {
        padding-bottom: 90px
    }

    .xl-pd-l-90 {
        padding-left: 90px
    }

    .xl-pd-r-90 {
        padding-right: 90px
    }

    .xl-pd-t-100 {
        padding-top: 100px
    }

    .xl-pd-b-100 {
        padding-bottom: 100px
    }

    .xl-pd-l-100 {
        padding-left: 100px
    }

    .xl-pd-r-100 {
        padding-right: 100px
    }

    .xl-pd-t-105 {
        padding-top: 105px
    }

    .xl-pd-b-105 {
        padding-bottom: 105px
    }

    .xl-pd-l-105 {
        padding-left: 105px
    }

    .xl-pd-r-105 {
        padding-right: 105px
    }

    .xl-pd-t-130 {
        padding-top: 130px
    }

    .xl-pd-b-130 {
        padding-bottom: 130px
    }

    .xl-pd-l-130 {
        padding-left: 130px
    }

    .xl-pd-r-130 {
        padding-right: 130px
    }

    .xl-ptb-130 {
        padding: 130px 0
    }

    .xl-pd-t-135 {
        padding-top: 135px
    }

    .xl-pd-b-135 {
        padding-bottom: 135px
    }

    .xl-pd-l-135 {
        padding-left: 135px
    }

    .xl-pd-r-135 {
        padding-right: 135px
    }

    .xl-pd-t-140 {
        padding-top: 140px
    }

    .xl-pd-b-140 {
        padding-bottom: 140px
    }

    .xl-pd-l-140 {
        padding-left: 140px
    }

    .xl-pd-r-140 {
        padding-right: 140px
    }

    .xl-pd-t-150 {
        padding-top: 150px
    }

    .xl-pd-b-150 {
        padding-bottom: 150px
    }

    .xl-pd-l-150 {
        padding-left: 150px
    }

    .xl-pd-r-150 {
        padding-right: 150px
    }

    .xl-pd-t-165 {
        padding-top: 165px
    }

    .xl-pd-b-165 {
        padding-bottom: 165px
    }

    .xl-pd-l-165 {
        padding-left: 165px
    }

    .xl-pd-r-165 {
        padding-right: 165px
    }

    .xl-pd-t-180 {
        padding-top: 180px
    }

    .xl-pd-b-170 {
        padding-bottom: 170px
    }

    .xl-pd-b-180 {
        padding-bottom: 180px
    }

    .xl-pd-l-180 {
        padding-left: 180px
    }

    .xl-pd-r-180 {
        padding-right: 180px
    }

    .xl-pd-t-195 {
        padding-top: 195px
    }

    .xl-pd-b-195 {
        padding-bottom: 195px
    }

    .xl-pd-l-195 {
        padding-left: 195px
    }

    .xl-pd-r-195 {
        padding-right: 195px
    }

    .xl-pd-t-200 {
        padding-top: 200px
    }

    .xl-pd-b-200 {
        padding-bottom: 200px
    }

    .xl-pd-l-200 {
        padding-left: 200px
    }

    .xl-pd-r-200 {
        padding-right: 200px
    }

    .xl-pd-t-205 {
        padding-top: 205px
    }

    .xl-pd-b-205 {
        padding-bottom: 205px
    }

    .xl-pd-l-205 {
        padding-left: 205px
    }

    .xl-pd-r-205 {
        padding-right: 205px
    }

    .xl-pd-t-210 {
        padding-top: 210px
    }

    .xl-pd-t-220 {
        padding-top: 220px
    }

    .xl-pd-b-220 {
        padding-bottom: 220px
    }

    .xl-pd-l-220 {
        padding-left: 220px
    }

    .xl-pd-r-220,
    .xl-pd-r-235 {
        padding-right: 220px
    }

    .xl-pd-t-225 {
        padding-top: 225px
    }

    .xl-pd-b-225 {
        padding-bottom: 225px
    }

    .xl-pd-l-225 {
        padding-left: 225px
    }

    .xl-pd-r-225 {
        padding-right: 225px
    }

    .xl-pd-t-235 {
        padding-top: 235px
    }

    .xl-pd-b-235 {
        padding-bottom: 235px
    }

    .xl-pd-l-235 {
        padding-left: 235px
    }

    .xl-pd-t-240 {
        padding-top: 240px
    }

    .xl-pd-t-255 {
        padding-top: 255px
    }

    .xl-pd-10 {
        padding: 10px
    }

    .xl-pd-20 {
        padding: 20px
    }

    .xl-pd-30 {
        padding: 30px
    }

    .xl-pd-40 {
        padding: 40px
    }

    .xl-pd-50 {
        padding: 50px
    }

    .xl-pd-60 {
        padding: 60px
    }

    .xl-pd-70 {
        padding: 70px
    }

    .xl-pd-80 {
        padding: 80px
    }

    .xl-pd-90 {
        padding: 90px
    }

    .xl-pd-100 {
        padding: 100px
    }

    .xl-txt-left {
        text-align: left;
    }

    .xl-txt-right {
        text-align: right;
    }

    .xl-txt-center {
        text-align: center;
    }
}

/*
-------------------------------------
[ RESPONSIVE CLASSES ]
=====================================
*/


/*
====================================
[ RROJECTs PAGE CLASSES ] 39.0
------------------------------------
*/

/* .project-img:hover {
    display: none;
    width: 100%;
    -webkit-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
} */





.project-wrappper {
    background: -webkit-linear-gradient(145deg, #36ce69, #5C73F2);
    background: linear-gradient(145deg, #36ce69, #5C73F2);
    background: -moz-linear-gradient(145deg, #36ce69, #5C73F2);

}

.project-img {
    -webkit-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
}

.project-img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.5;


}



/* in mobile */
@media only screen and (max-width: 600px) {
    .portfolio-projects figure p {
        padding: 0 !important;
    }

    .portfolio-projects figure {
        padding: 0 !important;
    }
}