/*-- Google Font --*/

@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700;900&display=swap");
/*-- Common Style --*/

*, *::after, *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-size: 15px;
    line-height: 1.75;
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    color: #666666;
    outline: none;
    visibility: visible;
    overflow-X: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: "";
}
body[dir="rtl"] {
    text-align: right;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Josefin Sans", sans-serif;
    color: #29303b;
    font-weight: 600;
    margin-top: 0;
    line-height: 1.5;
    margin-bottom: 0;
}
h1 {
    font-size: 36px;
}
@media only screen and (max-width: 767px) {
    h1 {
        font-size: 30px;
    }
}
h2 {
    font-size: 30px;
}
@media only screen and (max-width: 767px) {
    h2 {
        font-size: 24px;
    }
}
h3 {
    font-size: 24px;
}
@media only screen and (max-width: 767px) {
    h3 {
        font-size: 20px;
    }
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
p {
    margin-bottom: 0;
    font-family: "Josefin Sans", sans-serif;
}
a, button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}
a, button, img, input {
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    outline: 0;
}
a:focus, button:focus, img:focus, input:focus {
    outline: 0;
}
a:focus {
    color: inherit;
    outline: none;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #fd8f24;
}
ul, ol {
    padding: 0;
    list-style: none;
    margin: 0;
}
button, input[type="submit"] {
    cursor: pointer;
}
img {
    max-width: 100%;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: 1;
}
/*-- Common Classes --*/

.section, .main-wrapper {
    float: left;
    width: 100%;
}
.main-wrapper {
    overflow: hidden;
}
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
/*-- Grey Background --*/

.grey-bg {
    background-color: #d8f9ff;
}
/*-- Grey Background --*/

.parallaxed {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
/*--Tab Content & Pane Fix--*/

.tab-content {
    width: 100%;
}
.tab-content .tab-pane {
    display: block;
    height: 0;
    max-width: 100%;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
}
.tab-content .tab-pane.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    overflow: visible;
}
/*--Section Spacing--*/

.section-padding {
    padding-top: 85px;
    padding-bottom: 85px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .section-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.section-padding-02 {
    padding-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding-02 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .section-padding-02 {
        padding-top: 60px;
    }
}
/*--Section Title--*/

.section-title {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}
@media only screen and (max-width: 575px) {
    .section-title img {
        width: 50px;
    }
}
.section-title .title {
    font-size: 48px;
    margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title .title {
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .section-title .title {
        font-size: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .section-title .title {
        font-size: 24px;
    }
}
.section-title p {
    font-size: 18px;
    color: #29303b;
    margin-top: 20px;
}
@media only screen and (max-width: 575px) {
    .section-title p {
        font-size: 16px;
    }
}
/*--Custom Container--*/

@media only screen and (min-width: 1500px) {
    .custom-container {
        max-width: 1480px;
    }
}
/* Overlay */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.overlay.open {
    opacity: 0.7;
    visibility: visible;
}
/*----------------------------------------*/

/*  02. Elements CSS
/*----------------------------------------*/

/*--
/*  2.1 - Accordion CSS
/*----------------------------------------*/

.accordion .card {
    border: none;
    border-radius: 0;
    border-top: 1px solid #eeeeee;
}
.accordion .card .card-header {
    border: none;
    background-color: transparent;
    padding: 0;
}
.header-section .logo {
    width: 147px;
}
.accordion .card .card-header [data-toggle="collapse"] {
    display: block;
    padding: 15px 0;
    border: none;
    background-color: transparent;
    margin: 0;
    font-size: 24px;
    line-height: 1.25;
    font-family: "Roboto", sans-serif;
    color: #29303b;
}
.accordion .card .card-header [data-toggle="collapse"]::after {
    display: inline-block;
    font-size: 90%;
    content: "\f107";
    font-family: "FontAwesome";
    margin-left: 15px;
    color: #ff1f59;
    -webkit-transform: rotateX(-190deg);
    transform: rotateX(-190deg);
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.accordion .card .card-header [data-toggle="collapse"].collapsed::after {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.accordion .card .collapse, .accordion .card .collapsing {
    margin: 0;
}
.accordion .card .collapse .card-body, .accordion .card .collapsing .card-body {
    padding: 0 0 20px;
    max-width: 650px;
}
.accordion.text-center .card .card-header {
    padding-left: 15px;
    padding-right: 15px;
}
.accordion.text-center .card .collapse .card-body, .accordion.text-center .card .collapsing .card-body {
    padding: 0 15px 20px;
    margin-left: auto;
    margin-right: auto;
}
.accordion-2 .card {
    border: none;
    border-radius: 0;
    background-color: #f8f7f7;
}
.accordion-2 .card+.card {
    margin-top: 15px;
}
.accordion-2 .card .card-header {
    border: none;
    background-color: transparent;
    padding: 0;
}
.accordion-2 .card .card-header [data-toggle="collapse"] {
    display: block;
    padding: 20px 60px 20px 30px;
    border: none;
    margin: 0;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Josefin Sans", sans-serif;
    background-color: #ff1f59;
    color: #ffffff;
}
.accordion-2 .card .card-header [data-toggle="collapse"]::after {
    display: block;
    content: "-";
    position: absolute;
    right: 22px;
    top: 22px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    line-height: 17px;
    font-weight: 400;
    text-align: center;
    font-family: "Josefin Sans", sans-serif;
    background-color: #ffffff;
    color: #ff1f59;
    padding-left: 3px;
}
.accordion-2 .card .card-header [data-toggle="collapse"].collapsed {
    background-color: #f8f7f7;
    color: #29303b;
}
.accordion-2 .card .card-header [data-toggle="collapse"].collapsed::after {
    content: "+";
    background-color: #ff1f59;
    color: #ffffff;
    padding-left: 1px;
}
.accordion-2 .card .collapse, .accordion-2 .card .collapsing {
    margin: 0;
}
.accordion-2 .card .collapse .card-body, .accordion-2 .card .collapsing .card-body {
    padding: 25px 30px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}
/*--
/*  2.5 - List CSS
/*----------------------------------------*/

.list-bullet {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.list-bullet li {
    line-height: 2;
}
.list-bullet li::before {
    content: "\f111";
    font-size: 8px;
    font-family: "FontAwesome";
    color: #ff1f59;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.list-check-square-o {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.list-check-square-o li {
    line-height: 2;
}
.list-check-square-o li::before {
    content: "\f046";
    font-family: "FontAwesome";
    color: #ff1f59;
    margin-right: 10px;
    position: relative;
    top: 0;
}
/*--
/*  2.7 - Tab CSS
/*----------------------------------------*/

.nav-tabs {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
.nav-tabs .nav-item {
    margin: 0;
}
.nav-tabs .nav-item .nav-link {
    margin: 0 0 -1px;
    border: none;
    padding: 15px 20px;
    position: relative;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    background-color: transparent;
    border-radius: 0;
}
.nav-tabs .nav-item .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #ff1f59;
    opacity: 0;
}
.nav-tabs .nav-item .nav-link.active::before {
    opacity: 1;
}
@media only screen and (max-width: 479px) {
    .nav-tabs .nav-item .nav-link {
        padding: 10px;
    }
}
.tab-content:not(:first-child) {
    margin-top: 25px;
}
/*--
/*  2.6 - Skill/Progress CSS
/*----------------------------------------*/

.skill+.skill {
    margin-top: 40px;
}
.skill .progress {
    border-radius: 0;
    background-color: #ffffff;
    height: 10px;
}
.skill .progress .progress-bar {
    border-radius: 0;
    background-color: #ff1f59;
}
.skill .text {
    font-size: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Roboto", sans-serif;
    line-height: 1;
    margin-top: 7px;
}
.skill .text .value {
    font-size: 14px;
    margin-left: 15px;
    color: #ff1f59;
    margin-top: 2px;
}
/*--
/*  2.2 - Blockquote CSS
/*----------------------------------------*/

blockquote {
    background-color: #ffd7e1;
    padding: 20px 30px;
}
blockquote::before {
    content: '\f10d';
    font-family: "FontAwesome";
    font-size: 36px;
    line-height: 1;
    margin-right: 5px;
    position: relative;
    bottom: -3px;
    color: #ff1f59;
}
blockquote:not(:first-child) {
    margin-top: 25px;
}
blockquote:not(:last-child) {
    margin-bottom: 25px;
}
blockquote p {
    display: inline;
    font-size: 24px;
    font-style: italic;
    font-family: "Roboto", sans-serif;
    color: #29303b;
    line-height: 1.35;
    font-weight: 500;
}
/*--
/*  2.4 - Form CSS
/*----------------------------------------*/

label {
    display: block;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: capitalize;
}
/*Input Field & Select*/

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]), textarea {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #999999;
    border-radius: 0;
    background-color: #f7f7f7;
    margin-bottom: 0;
    padding: 10px 25px;
    max-width: 100%;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    font-weight: 300;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/icons/select-arrow-down.png);
    background-position: calc(100% - 25px) 50%;
    background-repeat: no-repeat;
    font-family: "Josefin Sans", sans-serif;
    width: 100%;
    border: none;
    background-color: #f7f7f7;
    line-height: 24px;
    font-weight: 300;
    height: 50px;
    padding: 10px 44px 10px 21px;
    color: #666666;
    border-radius: 0;
    max-width: 500px;
}
/*Switch*/

.ht-mcs-switcher-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -5px -10px;
}
.ht-mcs-switcher-wrap.inline {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.ht-mcs-switcher-wrap .ht-mcs-switcher {
    margin: 5px 10px;
}
.ht-mcs-switcher {
    position: relative;
    line-height: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.ht-mcs-switcher input {
    position: absolute;
    left: -9999px;
    top: 0;
    opacity: 0;
    width: 0;
    height: 0;
    visibility: hidden;
}
.ht-mcs-switcher input:checked+label {
    background-color: rgba(255, 31, 89, 0.3);
}
.ht-mcs-switcher input:checked+label::before {
    background-color: #ff1f59;
    -webkit-box-shadow: 0 0 15px rgba(255, 31, 89, 0.5);
    box-shadow: 0 0 15px rgba(255, 31, 89, 0.5);
    left: 26px;
}
.ht-mcs-switcher input:disabled+label {
    opacity: 0.5;
    cursor: not-allowed;
}
.ht-mcs-switcher label {
    width: 52px;
    height: 18px;
    display: inline-block;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
    margin: 4px 0;
    position: relative;
    text-indent: -9999px;
    cursor: pointer;
}
.ht-mcs-switcher label::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -webkit-transition: left 0.5s ease 0s, background-color 0.3s ease 0s;
    -o-transition: left 0.5s ease 0s, background-color 0.3s ease 0s;
    transition: left 0.5s ease 0s, background-color 0.3s ease 0s;
}
.ht-mcs-switcher.primary input:checked+label {
    background-color: rgba(255, 31, 89, 0.3);
}
.ht-mcs-switcher.primary input:checked+label::before {
    background-color: #ff1f59;
    -webkit-box-shadow: 0 0 15px rgba(255, 31, 89, 0.5);
    box-shadow: 0 0 15px rgba(255, 31, 89, 0.5);
}
.ht-mcs-switcher.secondary input:checked+label {
    background-color: rgba(253, 143, 36, 0.3);
}
.ht-mcs-switcher.secondary input:checked+label::before {
    background-color: #fd8f24;
    -webkit-box-shadow: 0 0 15px rgba(253, 143, 36, 0.5);
    box-shadow: 0 0 15px rgba(253, 143, 36, 0.5);
}
.ht-mcs-switcher.success input:checked+label {
    background-color: rgba(76, 175, 80, 0.3);
}
.ht-mcs-switcher.success input:checked+label::before {
    background-color: #4CAF50;
    -webkit-box-shadow: 0 0 15px rgba(76, 175, 80, 0.5);
    box-shadow: 0 0 15px rgba(76, 175, 80, 0.5);
}
.ht-mcs-switcher.danger input:checked+label {
    background-color: rgba(244, 67, 54, 0.3);
}
.ht-mcs-switcher.danger input:checked+label::before {
    background-color: #F44336;
    -webkit-box-shadow: 0 0 15px rgba(244, 67, 54, 0.5);
    box-shadow: 0 0 15px rgba(244, 67, 54, 0.5);
}
.ht-mcs-switcher.warning input:checked+label {
    background-color: rgba(255, 193, 7, 0.3);
}
.ht-mcs-switcher.warning input:checked+label::before {
    background-color: #FFC107;
    -webkit-box-shadow: 0 0 15px rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 15px rgba(255, 193, 7, 0.5);
}
.ht-mcs-switcher.info input:checked+label {
    background-color: rgba(23, 162, 184, 0.3);
}
.ht-mcs-switcher.info input:checked+label::before {
    background-color: #17a2b8;
    -webkit-box-shadow: 0 0 15px rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 15px rgba(23, 162, 184, 0.5);
}
/*Custom Checkbox*/

.cus-checkbox-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -5px -10px;
}
.cus-checkbox-wrap.inline {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.cus-checkbox-wrap .cus-checkbox {
    margin: 5px 10px;
}
.cus-checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}
.cus-checkbox input {
    position: absolute;
    left: -9999px;
    top: 0;
    opacity: 0;
    width: 0;
    height: 0;
    visibility: hidden;
}
.cus-checkbox input:checked+label::before {
    background-color: #ff1f59;
    border-color: #ff1f59;
    background-image: url(../images/icons/checkbox.png);
}
.cus-checkbox input:disabled+label {
    opacity: 0.5;
    cursor: not-allowed;
}
.cus-checkbox label {
    display: inline-block;
    line-height: 22px;
    position: relative;
    padding-left: 28px;
    min-width: 22px;
    min-height: 22px;
    cursor: pointer;
    margin: 0;
}
.cus-checkbox label span {
    padding-left: 8px;
}
.cus-checkbox label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    border: 2px solid #bbbbbb;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-position: center center;
    background-repeat: no-repeat;
}
.cus-checkbox.primary input:checked+.icon {
    background-color: #ff1f59;
    border-color: #ff1f59;
}
.cus-checkbox.secondary input:checked+.icon {
    background-color: #fd8f24;
    border-color: #fd8f24;
}
.cus-checkbox.success input:checked+.icon {
    background-color: #4CAF50;
    border-color: #4CAF50;
}
.cus-checkbox.danger input:checked+.icon {
    background-color: #F44336;
    border-color: #F44336;
}
.cus-checkbox.warning input:checked+.icon {
    background-color: #FFC107;
    border-color: #FFC107;
}
.cus-checkbox.info input:checked+.icon {
    background-color: #17a2b8;
    border-color: #17a2b8;
}
/*Custom Radio*/

.cus-radio-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -5px -10px;
}
.cus-radio-wrap.inline {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.cus-radio-wrap .cus-radio {
    margin: 5px 10px;
}
.cus-radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.cus-radio input {
    position: absolute;
    left: -9999px;
    top: 0;
    opacity: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    margin: 0;
}
.cus-radio input:checked+label::before {
    background-color: #ff1f59;
}
.cus-radio input:checked+label::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.cus-radio input:disabled+label {
    opacity: 0.5;
    cursor: not-allowed;
}
.cus-radio label {
    display: inline-block;
    line-height: 22px;
    position: relative;
    padding-left: 28px;
    min-width: 22px;
    min-height: 22px;
    cursor: pointer;
    margin: 0;
}
.cus-radio label span {
    padding-left: 8px;
}
.cus-radio label::before {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 2px;
    background-color: #cccccc;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.cus-radio label::after {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 7px;
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    opacity: 0;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.cus-radio.primary input:checked+.icon {
    background-color: #ff1f59;
}
.cus-radio.secondary input:checked+.icon {
    background-color: #fd8f24;
}
.cus-radio.success input:checked+.icon {
    background-color: #4CAF50;
}
.cus-radio.danger input:checked+.icon {
    background-color: #F44336;
}
.cus-radio.warning input:checked+.icon {
    background-color: #FFC107;
}
.cus-radio.info input:checked+.icon {
    background-color: #17a2b8;
}
/*Custom Upload*/

.cus-upload {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.cus-upload input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    padding: 0;
}
/*--
/*  2.3 - Button CSS
/*----------------------------------------*/

.btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
}
.btn-wrap .btn {
    margin: 5px;
}
.btn {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    border-color: transparent;
    color: #666666;
    border-radius: 5px;
    font-family: "Josefin Sans", sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 0 20px;
    height: 44px;
    line-height: 44px;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    white-space: nowrap;
}
@media only screen and (max-width: 575px) {
    .btn {
        font-size: 13px;
    }
}
.btn:active:focus, .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-group {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.btn-group .btn {
    border-radius: 0;
}
.btn-group .btn:first-child {
    border-radius: 4px 0 0 4px;
}
.btn-group .btn:last-child {
    border-radius: 0 4px 4px 0;
}
.btn-round {
    border-radius: 100px;
}
.btn-square {
    border-radius: 0;
}
[class*="btn-icon-"] i {
    position: absolute;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 28px;
    text-align: center;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.1);
}
.btn-icon-left {
    padding-left: 69px;
}
.btn-icon-left i {
    left: 0;
    right: auto;
}
.btn-icon-right {
    padding-right: 69px;
}
.btn-icon-right i {
    left: auto;
    right: 0;
}
.btn-box {
    width: 50px;
    padding: 10px;
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50px;
    -ms-flex: 1 0 50px;
    flex: 1 0 50px;
}
.btn-box i {
    display: block;
    line-height: 24px;
}
.btn-primary {
    background-color: #ff1f59;
    border-color: #ff1f59;
    color: #ffffff;
}
.btn-primary:focus, .btn-primary:active, .btn-primary:hover {
    background-color: #ff1f59;
    border-color: #ff1f59;
    color: #ffffff;
}
.btn-secondary {
    background-color: #fd8f24;
    border-color: #fd8f24;
    color: #ffffff;
}
.btn-secondary:focus, .btn-secondary:active, .btn-secondary:hover {
    background-color: #fd8f24;
    border-color: #fd8f24;
}
.btn-success {
    background-color: #4CAF50;
    border-color: #4CAF50;
    color: #ffffff;
}
.btn-success:focus, .btn-success:active, .btn-success:hover {
    background-color: #4CAF50;
    border-color: #4CAF50;
}
.btn-danger {
    background-color: #F44336;
    border-color: #F44336;
    color: #ffffff;
}
.btn-danger:focus, .btn-danger:active, .btn-danger:hover {
    background-color: #F44336;
    border-color: #F44336;
}
.btn-warning {
    background-color: #FFC107;
    border-color: #FFC107;
    color: #29303b;
}
.btn-warning:focus, .btn-warning:active, .btn-warning:hover {
    background-color: #FFC107;
    border-color: #FFC107;
}
.btn-info {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #ffffff;
}
.btn-info:focus, .btn-info:active, .btn-info:hover {
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-light {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #29303b;
}
.btn-light:focus, .btn-light:active, .btn-light:hover {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-dark {
    background-color: #343a40;
    border-color: #343a40;
    color: #ffffff;
}
.btn-dark:focus, .btn-dark:active, .btn-dark:hover {
    background-color: #343a40;
    border-color: #343a40;
}
.btn-white {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #29303b;
}
.btn-white:focus, .btn-white:active, .btn-white:hover {
    background-color: #ffffff;
    border-color: #ffffff;
}
.btn-hover-primary:hover {
    background-color: #ff1f59;
    border-color: #ff1f59;
    color: #ffffff;
}
.btn-hover-secondary:hover {
    background-color: #fd8f24;
    border-color: #fd8f24;
    color: #ffffff;
}
.btn-hover-success:hover {
    background-color: #4CAF50;
    border-color: #4CAF50;
    color: #ffffff;
}
.btn-hover-danger:hover {
    background-color: #F44336;
    border-color: #F44336;
    color: #ffffff;
}
.btn-warning:hover {
    background-color: #FFC107;
    border-color: #FFC107;
    color: #29303b;
}
.btn-hover-info:hover {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #ffffff;
}
.btn-hover-light:hover {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #29303b;
}
.btn-hover-dark:hover {
    background-color: #343a40;
    border-color: #343a40;
    color: #ffffff;
}
.btn-hover-white:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #29303b;
}
.btn-android {
    background-color: #7AC157;
    border-color: #7AC157;
    color: #ffffff;
}
.btn-android:hover {
    background-color: #6bba45;
    border-color: #6bba45;
}
.btn-apple {
    background-color: #B8B8B8;
    border-color: #B8B8B8;
    color: #ffffff;
}
.btn-apple:hover {
    background-color: #ababab;
    border-color: #ababab;
}
.btn-behance {
    background-color: #1869FF;
    border-color: #1869FF;
    color: #ffffff;
}
.btn-behance:hover {
    background-color: #0059fe;
    border-color: #0059fe;
}
.btn-codepen {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}
.btn-codepen:hover {
    background-color: black;
    border-color: black;
}
.btn-dribbble {
    background-color: #EA4C8A;
    border-color: #EA4C8A;
    color: #ffffff;
}
.btn-dribbble:hover {
    background-color: #e7357b;
    border-color: #e7357b;
}
.btn-dropbox {
    background-color: #007EE5;
    border-color: #007EE5;
    color: #ffffff;
}
.btn-dropbox:hover {
    background-color: #0070cc;
    border-color: #0070cc;
}
.btn-evernote {
    background-color: #78D525;
    border-color: #78D525;
    color: #ffffff;
}
.btn-evernote:hover {
    background-color: #6cbf21;
    border-color: #6cbf21;
}
.btn-facebook {
    background-color: #4867AA;
    border-color: #4867AA;
    color: #ffffff;
}
.btn-facebook:hover {
    background-color: #405c98;
    border-color: #405c98;
}
.btn-github {
    background-color: #313131;
    border-color: #313131;
    color: #ffffff;
}
.btn-github:hover {
    background-color: #242424;
    border-color: #242424;
}
.btn-google-drive {
    background-color: #1DA462;
    border-color: #1DA462;
    color: #ffffff;
}
.btn-google-drive:hover {
    background-color: #198e55;
    border-color: #198e55;
}
.btn-google-earth {
    background-color: #4285F4;
    border-color: #4285F4;
    color: #ffffff;
}
.btn-google-earth:hover {
    background-color: #2a75f3;
    border-color: #2a75f3;
}
.btn-google-glass {
    background-color: #EA4335;
    border-color: #EA4335;
    color: #ffffff;
}
.btn-google-glass:hover {
    background-color: #e82e1e;
    border-color: #e82e1e;
}
.btn-google-maps {
    background-color: #5083C3;
    border-color: #5083C3;
    color: #ffffff;
}
.btn-google-maps:hover {
    background-color: #4076ba;
    border-color: #4076ba;
}
.btn-google-play {
    background-color: #01B9FD;
    border-color: #01B9FD;
    color: #ffffff;
}
.btn-google-play:hover {
    background-color: #01a6e4;
    border-color: #01a6e4;
}
.btn-google-plus {
    background-color: #DD5144;
    border-color: #DD5144;
    color: #ffffff;
}
.btn-google-plus:hover {
    background-color: #d93d2e;
    border-color: #d93d2e;
}
.btn-google {
    background-color: #4285F4;
    border-color: #4285F4;
    color: #ffffff;
}
.btn-google:hover {
    background-color: #2a75f3;
    border-color: #2a75f3;
}
.btn-instagram {
    background-color: #B23A94;
    border-color: #B23A94;
    color: #ffffff;
}
.btn-instagram:hover {
    background-color: #9f3484;
    border-color: #9f3484;
}
.btn-css3 {
    background-color: #0277BD;
    border-color: #0277BD;
    color: #ffffff;
}
.btn-css3:hover {
    background-color: #0267a4;
    border-color: #0267a4;
}
.btn-html5 {
    background-color: #E44D26;
    border-color: #E44D26;
    color: #ffffff;
}
.btn-html5:hover {
    background-color: #d6411b;
    border-color: #d6411b;
}
.btn-javascript {
    background-color: #F9DC3D;
    border-color: #F9DC3D;
    color: #ffffff;
}
.btn-javascript:hover {
    background-color: #f8d824;
    border-color: #f8d824;
}
.btn-python {
    background-color: #0C9DBF;
    border-color: #0C9DBF;
    color: #ffffff;
}
.btn-python:hover {
    background-color: #0a89a7;
    border-color: #0a89a7;
}
.btn-lastfm {
    background-color: #E31B23;
    border-color: #E31B23;
    color: #ffffff;
}
.btn-lastfm:hover {
    background-color: #cc181f;
    border-color: #cc181f;
}
.btn-linkedin {
    background-color: #007BB6;
    border-color: #007BB6;
    color: #ffffff;
}
.btn-linkedin:hover {
    background-color: #006a9d;
    border-color: #006a9d;
}
.btn-paypal {
    background-color: #002F86;
    border-color: #002F86;
    color: #ffffff;
}
.btn-paypal:hover {
    background-color: #00266d;
    border-color: #00266d;
}
.btn-pinterest {
    background-color: #BD081B;
    border-color: #BD081B;
    color: #ffffff;
}
.btn-pinterest:hover {
    background-color: #a50718;
    border-color: #a50718;
}
.btn-pocket {
    background-color: #EF3E56;
    border-color: #EF3E56;
    color: #ffffff;
}
.btn-pocket:hover {
    background-color: #ed2641;
    border-color: #ed2641;
}
.btn-polymer {
    background-color: #F87292;
    border-color: #F87292;
    color: #ffffff;
}
.btn-polymer:hover {
    background-color: #f75a7f;
    border-color: #f75a7f;
}
.btn-rss {
    background-color: #F99C3A;
    border-color: #F99C3A;
    color: #ffffff;
}
.btn-rss:hover {
    background-color: #f89021;
    border-color: #f89021;
}
.btn-share {
    background-color: #2C9CFF;
    border-color: #2C9CFF;
    color: #ffffff;
}
.btn-share:hover {
    background-color: #1390ff;
    border-color: #1390ff;
}
.btn-stackoverflow {
    background-color: #F38024;
    border-color: #F38024;
    color: #ffffff;
}
.btn-stackoverflow:hover {
    background-color: #f0720d;
    border-color: #f0720d;
}
.btn-steam {
    background-color: #15497B;
    border-color: #15497B;
    color: #ffffff;
}
.btn-steam:hover {
    background-color: #113c65;
    border-color: #113c65;
}
.btn-twitter {
    background-color: #1DA1F2;
    border-color: #1DA1F2;
    color: #ffffff;
}
.btn-twitter:hover {
    background-color: #0d95e8;
    border-color: #0d95e8;
}
.btn-vk {
    background-color: #5181B8;
    border-color: #5181B8;
    color: #ffffff;
}
.btn-vk:hover {
    background-color: #4574aa;
    border-color: #4574aa;
}
.btn-wikipedia {
    background-color: #E9E9E9;
    border-color: #E9E9E9;
    color: #29303b;
}
.btn-wikipedia:hover {
    background-color: gainsboro;
    border-color: gainsboro;
}
.btn-windows {
    background-color: #0078D6;
    border-color: #0078D6;
    color: #ffffff;
}
.btn-windows:hover {
    background-color: #006abd;
    border-color: #006abd;
}
.btn-500px {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}
.btn-500px:hover {
    background-color: black;
    border-color: black;
}
.btn-8tracks {
    background-color: #122D4B;
    border-color: #122D4B;
    color: #ffffff;
}
.btn-8tracks:hover {
    background-color: #0d2136;
    border-color: #0d2136;
}
.btn-amazon {
    background-color: #F79B34;
    border-color: #F79B34;
    color: #ffffff;
}
.btn-amazon:hover {
    background-color: #f68f1b;
    border-color: #f68f1b;
}
.btn-blogger {
    background-color: #F06A35;
    border-color: #F06A35;
    color: #ffffff;
}
.btn-blogger:hover {
    background-color: #ee581d;
    border-color: #ee581d;
}
.btn-delicious {
    background-color: #0000FE;
    border-color: #0000FE;
    color: #ffffff;
}
.btn-delicious:hover {
    background-color: #0000e5;
    border-color: #0000e5;
}
.btn-disqus {
    background-color: #2E9EFE;
    border-color: #2E9EFE;
    color: #ffffff;
}
.btn-disqus:hover {
    background-color: #1592fe;
    border-color: #1592fe;
}
.btn-flattr {
    background-color: #7AB831;
    border-color: #7AB831;
    color: #ffffff;
}
.btn-flattr:hover {
    background-color: #6da42c;
    border-color: #6da42c;
}
.btn-flickr {
    background-color: #FE0084;
    border-color: #FE0084;
    color: #ffffff;
}
.btn-flickr:hover {
    background-color: #e50077;
    border-color: #e50077;
}
.btn-odnoklassniki {
    background-color: #F58220;
    border-color: #F58220;
    color: #ffffff;
}
.btn-odnoklassniki:hover {
    background-color: #f1750b;
    border-color: #f1750b;
}
.btn-outlook {
    background-color: #0072C6;
    border-color: #0072C6;
    color: #ffffff;
}
.btn-outlook:hover {
    background-color: #0063ad;
    border-color: #0063ad;
}
.btn-playstation {
    background-color: #07418E;
    border-color: #07418E;
    color: #ffffff;
}
.btn-playstation:hover {
    background-color: #063676;
    border-color: #063676;
}
.btn-reddit {
    background-color: #FF4500;
    border-color: #FF4500;
    color: #ffffff;
}
.btn-reddit:hover {
    background-color: #e63e00;
    border-color: #e63e00;
}
.btn-skype {
    background-color: #00A9F0;
    border-color: #00A9F0;
    color: #ffffff;
}
.btn-skype:hover {
    background-color: #0097d7;
    border-color: #0097d7;
}
.btn-slideshare {
    background-color: #0077B5;
    border-color: #0077B5;
    color: #ffffff;
}
.btn-slideshare:hover {
    background-color: #00669c;
    border-color: #00669c;
}
.btn-soundcloud {
    background-color: #FE4900;
    border-color: #FE4900;
    color: #ffffff;
}
.btn-soundcloud:hover {
    background-color: #e54200;
    border-color: #e54200;
}
.btn-tumblr {
    background-color: #36465D;
    border-color: #36465D;
    color: #ffffff;
}
.btn-tumblr:hover {
    background-color: #2d3a4d;
    border-color: #2d3a4d;
}
.btn-twitch {
    background-color: #6441A4;
    border-color: #6441A4;
    color: #ffffff;
}
.btn-twitch:hover {
    background-color: #593a92;
    border-color: #593a92;
}
.btn-vimeo {
    background-color: #1AB7EA;
    border-color: #1AB7EA;
    color: #ffffff;
}
.btn-vimeo:hover {
    background-color: #14a7d7;
    border-color: #14a7d7;
}
.btn-whatsapp {
    background-color: #189D0E;
    border-color: #189D0E;
    color: #ffffff;
}
.btn-whatsapp:hover {
    background-color: #14860c;
    border-color: #14860c;
}
.btn-xbox {
    background-color: #107C0F;
    border-color: #107C0F;
    color: #ffffff;
}
.btn-xbox:hover {
    background-color: #0d650c;
    border-color: #0d650c;
}
.btn-yahoo {
    background-color: #4101AF;
    border-color: #4101AF;
    color: #ffffff;
}
.btn-yahoo:hover {
    background-color: #380196;
    border-color: #380196;
}
.btn-youtube {
    background-color: #FE0000;
    border-color: #FE0000;
    color: #ffffff;
}
.btn-youtube:hover {
    background-color: #e50000;
    border-color: #e50000;
}
/*----------------------------------------*/

/*  03. Header CSS
/*----------------------------------------*/

/*--
/*  3.1 - Header Top CSS
/*----------------------------------------*/

.header-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 555;
    background-color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .header-section {
        padding: 15px 0;
    }
}
.header-section.header-transparent {
    background-color: transparent;
}
.header-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header-menu ul li {
    padding: 25px 15px;
    position: relative;
}
.header-menu ul li a {
    font-size: 15px;
    font-weight: 700;
    color: #29303b;
}
.header-menu ul li.menu-item-has-children>a {
    padding-right: 20px;
    position: relative;
}
.header-menu ul li.menu-item-has-children>a::after {
    position: absolute;
    content: "";
    top: 6px;
    right: 0;
    width: 7px;
    height: 7px;
    border-left: 1px solid #29303b;
    border-bottom: 1px solid #29303b;
    -webkit-transform: rotate(-44deg);
    -ms-transform: rotate(-44deg);
    transform: rotate(-44deg);
}
.header-menu ul li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.header-menu .sub-menu {
    display: block;
    position: absolute;
    z-index: 555;
    top: 110%;
    left: 0px;
    min-width: 270px;
    white-space: nowrap;
    margin-top: 0;
    margin-left: 0;
    border-radius: 5px;
    padding: 21px 0 23px;
    text-align: left;
    -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    border-top: 3px solid #ff1f59;
    background-color: #ffffff;
}
.header-menu .sub-menu li {
    padding: 0;
}
.header-menu .sub-menu li a {
    padding: 5px 34px 6px 35px;
    opacity: 1;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    display: block;
    position: relative;
}
.header-menu .sub-menu li a::before {
    content: '';
    display: block;
    width: 9px;
    height: 2px;
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: 14px;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    border: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.6s cubic-bezier(0.25, 1, 0.55, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.25, 1, 0.55, 1) 0s;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.55, 1) 0s;
    opacity: 0;
    background-color: #29303b;
}
.header-menu .sub-menu li:hover>a::before {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}
.header-menu .sub-menu li>a.active::before {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}
.header-menu .sub-menu li.menu-item-has-children>a::after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 30px;
    top: 13px;
}
.header-menu .sub-menu li .sub-menu {
    top: 0;
    left: 100%;
    opacity: 0;
    visibility: hidden;
}
.header-menu .sub-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: -24px;
}
.header-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-btn .toggle {
    margin-left: 30px;
}
@media only screen and (max-width: 575px) {
    .header-btn .toggle {
        margin-left: 15px;
    }
}
.header-btn .toggle span {
    width: 24px;
    height: 2px;
    background-color: #29303b;
    display: block;
    margin: 5px 0;
}
/*--
/*  3.3 - Mobile Menu CSS
/*----------------------------------------*/

.mobile-menu {
    position: fixed;
    top: 0;
    width: 300px;
    height: 100%;
    left: -305px;
    background-color: #ffffff;
    z-index: 9998;
    padding-top: 70px;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow: auto;
}
.mobile-menu.open {
    left: 0;
}
.mobile-menu .menu-close {
    position: absolute;
    top: 20px;
    right: 25px;
    color: #29303b;
    width: 26px;
    height: 26px;
}
.mobile-menu .menu-close span {
    width: 26px;
    height: 1px;
    background-color: #29303b;
    position: relative;
    display: block;
}
.mobile-menu .menu-close span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 12px;
}
.mobile-menu .menu-close span:nth-of-type(2) {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 11px;
}
.mobile-menu-items {
    padding: 30px 0;
}
.mobile-menu-items ul {
    border-top: 1px solid rgba(10, 77, 60, 0.15);
}
.mobile-menu-items ul li {
    position: relative;
}
.mobile-menu-items ul li a {
    display: block;
    width: 100%;
    background: none;
    text-align: left;
    padding: 7px 20px;
    border: 0;
    border-bottom: 1px solid rgba(10, 77, 60, 0.15);
    font-size: 14px;
    font-weight: 500;
    color: #29303b;
}
.mobile-menu-items ul li .mobile-menu-expand {
    position: absolute;
    right: 20px;
    top: 12px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.mobile-menu-items ul li .mobile-menu-expand::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #29303b;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mobile-menu-items ul li .mobile-menu-expand::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #29303b;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.mobile-menu-items ul li.active-expand>.mobile-menu-expand::after {
    height: 0;
}
.mobile-menu-items ul li ul {
    border-top: 0;
}
.mobile-menu-items ul li ul li a {
    padding-left: 11%;
}
.mobile-menu-items ul li ul li ul li a {
    padding-left: 17%;
}
/*----------------------------------------*/

/*  04. Pages CSS (All Page Styles)
/*----------------------------------------*/

/*--
/*  4.1 - Slider CSS
/*----------------------------------------*/

.slider-section {
    height: 1135px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-color: #ffea94;
    overflow: hidden;
    z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .slider-section {
        height: 1000px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .slider-section {
        height: 960px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-section {
        height: 720px;
    }
}
@media only screen and (max-width: 575px) {
    .slider-section {
        height: auto;
        padding-bottom: 80px;
    }
}
.slider-section .shape-01 {
    position: absolute;
    left: -115px;
    top: 50px;
    max-width: 500px;
    z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-section .shape-01 {
        width: 594px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .slider-section .shape-01 {
        width: 410px;
    }
}
@media only screen and (max-width: 575px) {
    .slider-section .shape-01 {
        display: none;
    }
}
.slider-section .shape-02 {
    position: absolute;
    top: 0;
    right: 75px;
    z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-section .shape-02 {
        width: 265px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .slider-section .shape-02 {
        width: 225px;
        right: 40px;
    }
}
@media only screen and (max-width: 575px) {
    .slider-section .shape-02 {
        display: none;
    }
}
.slider-section .shape-03 {
    position: absolute;
    top: 145px;
    left: 26%;
    z-index: -1;
}
@media only screen and (max-width: 767px) {
    .slider-section .shape-03 {
        top: 120px;
        left: 10%;
    }
}
@media only screen and (max-width: 575px) {
    .slider-section .shape-03 {
        width: 40px;
        top: 100px;
        left: 6%;
    }
}
.slider-section .shape-04 {
    position: absolute;
    top: 285px;
    right: 23%;
    z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-section .shape-04 {
        top: 117px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-section .shape-04 {
        top: 81px;
        right: 3%;
    }
    .slider-section .shape-03 {
        top: 104px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-section .shape-04 {
        top: 110px;
        right: 10%;
    }
}
@media only screen and (max-width: 575px) {
    .slider-section .shape-04 {
        width: 40px;
        top: 100px;
        right: 6%;
    }
}
.slider-section .shape-05 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-section .shape-05 {
        width: 236px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-section .shape-05 {
        width: 236px;
    }
}
.slider-section .slider-images-01 {
    background-color: #ffffff;
    border-radius: 20px;
    position: absolute;
    left: 80px;
    bottom: 120px;
    overflow: hidden;
    padding: 10px;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .slider-section .slider-images-01 {
        width: 360px;
        left: 50px;
        bottom: 90px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-section .slider-images-01 {
        width: 280px;
        left: 50px;
        bottom: 90px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-section .slider-images-01 {
        width: 250px;
        left: 20px;
        bottom: 90px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-section .slider-images-01 {
        width: 180px;
        left: 20px;
        bottom: 50px;
    }
}
@media only screen and (max-width: 575px) {
    .slider-section .slider-images-01 {
        display: none;
    }
}
.slider-section .slider-images-01 img {
    border-radius: 10px;
}
.slider-section .slider-images-02 {
    background-color: #ffffff;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    bottom: 120px;
    overflow: hidden;
    padding: 10px;
    -webkit-transform: translateX(-50%) rotate(7deg);
    -ms-transform: translateX(-50%) rotate(7deg);
    transform: translateX(-50%) rotate(7deg);
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .slider-section .slider-images-02 {
        width: 350px;
        bottom: 50px;
        left: 52%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-section .slider-images-02 {
        width: 270px;
        bottom: 50px;
        left: 53%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-section .slider-images-02 {
        width: 240px;
        bottom: 50px;
        left: 53%;
    }
}
@media only screen and (max-width: 767px) {
    .slider-section .slider-images-02 {
        width: 180px;
        bottom: 40px;
        left: 53%;
    }
}
@media only screen and (max-width: 575px) {
    .slider-section .slider-images-02 {
        display: none;
    }
}
.slider-section .slider-images-02 img {
    border-radius: 10px;
}
.slider-section .slider-images-03 {
    background-color: #ffffff;
    border-radius: 20px;
    position: absolute;
    right: -230px;
    bottom: 210px;
    overflow: hidden;
    padding: 10px;
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .slider-section .slider-images-03 {
        width: 500px;
        right: -150px;
        bottom: 170px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-section .slider-images-03 {
        width: 380px;
        right: -120px;
        bottom: 120px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-section .slider-images-03 {
        width: 320px;
        right: -95px;
        bottom: 120px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-section .slider-images-03 {
        width: 280px;
        right: -100px;
        bottom: 100px;
    }
}
@media only screen and (max-width: 575px) {
    .slider-section .slider-images-03 {
        display: none;
    }
}
.slider-section .slider-images-03 img {
    border-radius: 10px;
}
.slider-section .shape-svg {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    z-index: 1;
}
.slider-content {
    max-width: 690px;
    margin: 0 auto;
    padding-top: 215px;
    text-align: center;
}
.slider-content .hero-desc {
    font-size: 18px;
    margin-top: 20px;
    padding-left: 85px;
    padding-right: 85px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content {
        padding-top: 165px;
    }
    .slider-section .shape-03 {
        left: 4%;
    }
}
@media only screen and (max-width: 767px) {
    .slider-content {
        padding-top: 130px;
    }
}
@media only screen and (max-width: 575px) {
    .slider-content img {
        width: 87%;
        padding-top: 45px;
    }
}
.slider-content .main-title {
    font-size: 47px;
    margin-top: 45px;
    line-height: 1.3;
    font-weight: 700;
}
@media only screen and (max-width: 767px) {
    .slider-content .main-title {
        font-size: 32px;
    }
}
@media only screen and (max-width: 575px) {
    .slider-content .main-title {
        font-size: 30px;
    }
    .slider-content .hero-desc {
        padding-left: 25px;
        padding-right: 25px;
    }
    .demo-tab-meun .nav li {
        margin-bottom: 15px;
    }
    .slider-content .main-title {
        margin-top: 20px;
    }
}
.slider-content .main-title span {
    color: #fd8f24;
}
.slider-content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 36px;
}
@media only screen and (max-width: 575px) {
    .slider-content ul {
        padding-top: 10px;
    }
}
.slider-content ul li {
    padding: 20px 10px 0;
}
.slider-content ul li .btn {
    width: 140px;
}
@media only screen and (max-width: 575px) {
    .slider-content ul li .btn {
        width: 120px;
    }
}
/*--
/*  4.2 - Demo CSS
/*----------------------------------------*/

.demo-tab-meun {
    padding-top: 53px;
}
.demo-tab-meun ul.nav {
    margin-bottom: 30px;
}
.demo-tab-meun .nav li {
    padding: 0px 0px 0;
}
.demo-tab-meun .nav li button {
    border-radius: 0;
    background: none;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 1;
    border: 0;
    position: relative;
}
.demo-tab-meun .nav li button span {
display: inline-flex;
    padding: 0 35px;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    z-index: 1;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.demo-tab-meun .nav li button span::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    z-index: -1;
    background-color: #ff1f59;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.demo-tab-meun .nav li button::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #ff1f59;
    left: 50%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.demo-tab-meun .nav li button:hover, .demo-tab-meun .nav li button.active {
    border-color: #ff1f59;
    color: #ffffff!important;
}
.demo-tab-meun .nav li button.active::after {
    opacity: 1;
    visibility: visible;
    bottom: -15px;
}
.demo-tab-meun .nav li button.active {
    background-color: #ff1f59;
    -webkit-transition: all 0s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow: visible;
}
.demo-tab-meun .nav li button:hover span::before, .demo-tab-meun .nav li button.active span::before {
    transform: translate(-50%, -50%) scale(1);
}
#demos_section>div:nth-child(1)>div.demo-tab-meun>ul>li:nth-child(4)>button {
    color: #fff;
}
#demos_section>div:nth-child(1)>div.demo-tab-meun>ul>li:nth-child(4)>button.active {
    color: #fff;
}
#demos_section>div:nth-child(1)>div.demo-tab-meun>ul>li:nth-child(1) {
    background: #6A4BC3;
}
#demos_section>div:nth-child(1)>div.demo-tab-meun>ul>li:nth-child(2) {
    background: #2040FE;
}
#demos_section>div:nth-child(1)>div.demo-tab-meun>ul>li:nth-child(3) {
    background: #369DFF;
}
#demos_section>div:nth-child(1)>div.demo-tab-meun>ul>li:nth-child(4) {
    background: #fd8f24;
}
.single-demo {
    margin-top: 40px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 30px 70px 0 rgb(158 178 183 / 70%);
}
.single-demo .images {
    position: relative;
}
.single-demo .images .img {
    position: relative;
    z-index: 1;
    display: block;
}
.single-demo .images .img::before {
    position: absolute;
    content: '';
    background-color: #29303b;
    opacity: 0.7;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.single-demo .images img {
    width: 100%;
}
.single-demo .images .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}
.single-demo .title a {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.single-demo .title {
    text-align: center;
}
.single-demo:hover .images .img::before {
    opacity: 0.7;
    visibility: visible;
}
.single-demo:hover .images .btn {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
}
.demo-active {
    margin-top: -50px;
    margin-bottom: -100px;
}
.demo-active .swiper-pagination {
    bottom: 50px;
}
.demo-active .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    opacity: 1;
}
.demo-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ff1f59;
}
@media only screen and (max-width: 767px) {
    .demo-active {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.demo-active .swiper-slide {
    margin: 50px 0 100px;
}
/*--
/*  4.3 - Integration CSS
/*----------------------------------------*/

.integration-section {
    position: relative;
    z-index: 1;
}
.integration-section::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../images/shape/shape-11.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.integration-section .shape-01 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .integration-section .shape-01 {
        width: 213px;
    }
}
@media only screen and (max-width: 767px) {
    .integration-section .shape-01 {
        display: none;
    }
}
.integration-section .shape-02 {
    position: absolute;
    top: 110px;
    left: 30%;
}
.integration-section .shape-03 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 60px;
}
.integration-section .shape-04 {
    position: absolute;
    right: 150px;
    bottom: 80px;
}
.integration-wrapper {
    padding-top: 10px;
}
.single-integration {
    padding-top: 90px;
    padding-bottom: 30px;
    padding-right: 20px;
    position: relative;
    z-index: 1;
    margin-top: 30px;
}
.single-integration::before {
    position: absolute;
    content: '';
    background-color: #fea9d0;
    width: 175px;
    height: 185px;
    bottom: 0;
    right: 0;
    z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
    .single-integration::before {
        width: 155px;
    }
}
.single-integration .shape {
    width: 175px;
    height: 185px;
    position: absolute;
    bottom: 135px;
    right: 140px;
    background-color: #7dadff;
    z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
    .single-integration .shape {
        width: 155px;
        height: 165px;
    }
}
.single-integration .shape::before {
    position: absolute;
    content: '';
    background-color: #7dadff;
    width: 120px;
    height: 220px;
    top: -60px;
    right: -60px;
    z-index: -1;
    opacity: 0.3;
}
.single-integration .integration-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 260px;
    height: 260px;
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 16px 79px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 16px 79px 0px rgba(0, 0, 0, 0.15);
    margin-left: auto;
    position: relative;
}
/*.single-integration.comin .integration-box:after {
    position: absolute;
    content: "Coming Soon..";
    text-align: center;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f78f24;
    font-weight: 600;
    font-size: 20px;
}*/

.single-integration.comin .integration-box img:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background: #ffffff9c;
    content: "";
}
.single-integration .integration-box .title span {
    color: #f5205a;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
    .single-integration .integration-box {
        width: 230px;
        height: 230px;
    }
}
.single-integration .integration-box img {
    border-radius: 50%;
}
.single-integration .integration-box .title {
    font-weight: 700;
    font-size: 24px;
    margin-top: 18px;
}
/*--
/*  4.4 - Features CSS
/*----------------------------------------*/

.single-features {
    margin-top: 60px;
}
@media only screen and (max-width: 767px) {
    .single-features {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
}
.single-features .features-icon-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.single-features .features-icon-title .features-icon img {
    border-radius: 50px;
}
.single-features .features-icon-title .features-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
}
.single-features .features-icon-title .features-title .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}
.single-features p {
    margin-top: 20px;
}
/*--
/*  4.2 - Page Banner CSS
/*----------------------------------------*/

.page-banner-section {
    background-image: url(../images/bg/page-banner-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 100px;
}
@media only screen and (max-width: 767px) {
    .page-banner-section {
        padding-top: 70px;
    }
}
@media only screen and (max-width: 575px) {
    .page-banner-section {
        padding-top: 50px;
    }
}
.page-title-container {
    background-color: rgba(41, 48, 59, 0.9);
    padding: 70px 30px;
    text-align: center;
    max-width: 680px;
    display: block;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
    .page-title-container {
        padding: 50px 15px;
    }
}
@media only screen and (max-width: 575px) {
    .page-title-container {
        padding: 30px 15px;
    }
}
.page-title {
    color: #ffffff;
    font-size: 48px;
    line-height: 1.25;
    font-weight: 600;
    margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
    .page-title {
        font-size: 36px;
    }
}
@media only screen and (max-width: 575px) {
    .page-title {
        font-size: 30px;
    }
}
.page-breadcrumb {
    color: #ff1f59;
    font-size: 18px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page-breadcrumb li+li::before {
    content: "\f105";
    font-family: "FontAwesome";
    margin: 0 10px;
}
@media only screen and (max-width: 767px) {
    .page-breadcrumb {
        font-size: 16px;
    }
}
@media only screen and (max-width: 575px) {
    .page-breadcrumb {
        font-size: 14px;
    }
}
/*----------------------------------------*/

/*  05. Widget CSS
/*----------------------------------------*/

/*--
/*  5.1 - Sidebar Widget CSS
/*----------------------------------------*/

/*--
/*  5.2 - Footer Widget CSS
/*----------------------------------------*/

.footer-widget {
    padding: 120px 0;
}
.footer-widget-content {
    max-width: 730px;
    margin: 0 auto;
    text-align: center;
}
.footer-widget-content .sub-title {
    font-size: 24px;
    color: #fd8f24;
}
@media only screen and (max-width: 575px) {
    .footer-widget-content .sub-title {
        font-size: 16px;
    }
}
.footer-widget-content .main-title {
    font-size: 48px;
    color: #ffffff;
    margin-top: 20px;
}
@media only screen and (max-width: 767px) {
    .footer-widget-content .main-title {
        font-size: 38px;
    }
}
@media only screen and (max-width: 575px) {
    .footer-widget-content .main-title {
        font-size: 24px;
    }
}
.footer-widget-content .main-title span {
    color: #fd8f24;
}
.footer-widget-content .btn {
    margin-top: 25px;
    padding: 0 40px;
}
/*--
/*  07. Footer CSS
/*----------------------------------------*/

.footer-section {
    background-color: #101c32;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.footer-section .svg-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
@media only screen and (max-width: 767px) {
    .footer-section .svg-shape {
        top: -5px;
    }
}
.footer-section .shape-01 {
    position: absolute;
    top: -200px;
    left: 115px;
}
@media only screen and (max-width: 767px) {
    .footer-section .shape-01 {
        width: 400px;
        left: 50px;
        top: -100px;
    }
}
@media only screen and (max-width: 575px) {
    .footer-section .shape-01 {
        width: 200px;
        top: -50px;
        left: 30px;
    }
}
.footer-section .shape-02 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 14%;
}
.footer-section .shape-03 {
    position: absolute;
    top: 50%;
    right: 36%;
}
.footer-section .shape-04 {
    position: absolute;
    top: 100px;
    right: 19%;
    background-color: #fd8f24;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.copyright-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 35px;
    padding-top: 20px;
}
@media only screen and (max-width: 767px) {
    .copyright-wrapper {
        display: block;
        text-align: center;
    }
}
.copyright-wrapper .logo {
    padding-top: 15px;
}
.copyright-wrapper .copyright-link {
    padding-top: 5px;
}
.copyright-wrapper .copyright-link a {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    margin-top: 10px;
    margin-left: 25px;
    margin-right: 25px;
}
.copyright-wrapper .copyright-link a:first-child {
    margin-left: 0;
}
.copyright-wrapper .copyright-link a:last-child {
    margin-right: 0;
}
.copyright-wrapper .copyright-link a:hover {
    color: #fd8f24;
}
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    z-index: 99;
    text-align: center;
    display: none;
    -webkit-box-shadow: 2px 4px 8px rgba(52, 58, 64, 0.15);
    box-shadow: 2px 4px 8px rgba(52, 58, 64, 0.15);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #ffffff;
    background-color: #ff1f59;
}
.back-to-top:hover {
    color: #ffffff;
    background-color: #343a40;
}
.footer-copyright .logo {
    width: 145px;
}
.tab-content .tab-pane .single-demo {}
.tab-content .tab-pane.active .single-demo {
    animation: zoom .4s ease-out;
}
/* .tab-pane.active {
    animation: zoom .4s ease-out;
} */

@keyframes zoom {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}