.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: none;
    border-color: transparent;
    background-color: transparent;
}

.navbar-brand img {
    height: 40px;
}

.navbar.navbar .navbar-toggler {
    font-size: 24px;
    color: #fff;
    border: none;
}

.navbar .btn-login {
    padding-left: 20px;
    padding-right: 10px;
    color: #fff!important;
}

.navbar .sign-up {
    padding: 2px 15px;
}

.navbar .btn-outline-primary.sign-up {
    border-color: #fff!important;
    color: #fff !important;
    /* z-index: 9999; */
}

.navbar a.btn-outline-primary.sign-up:hover {
    background: #fff!important;
    color: #333357!important;
    /* z-index: 9999; */
}


/*
 * Nav Menu
 */

.navbar li {
    position: relative;
    line-height: 1em;
}

@media (min-width: 992px) {
    .navbar li a {
        margin-right: 5px;
    }
    .dropdown-menu.home-menu-dropdown {
        position: fixed !important;
    }
}

@media (max-width: 991.98px) {
    .navbar li {
        padding: 5px 5px;
    }
}

.navbar .nav-link {
    color: #293340;
}

.navbar-m-header {
    height: 110px;
    margin-left: -1rem;
    margin-right: -1rem;
}

.navbar-m-header img {
    max-height: 50px;
    margin-top: 5px;
    /* margin-left: 0; */
    /* margin-right: 0; */
    transform: translate(20px, 0)
}

.dropdown-item {
    padding: 0.5rem 0 0.5rem 0;
    margin: 0;
}

.dropdown-menu {
    margin: 0;
    padding: 0;
}

.nav-img {
    height: 20px;
    width: 20px;
    margin-right: 7px;
    margin-top: -3.5px;
}

@media (min-width: 992px) {
    .nav-img {
        filter: invert(100%) sepia(35%) saturate(567%) hue-rotate(193deg) brightness(106%) contrast(104%);
    }
    .navbar ul.navbar-nav li.nav-item.active:before,
    .navbar ul.navbar-nav li.nav-item:hover:before {
        content: "";
        height: 5px;
        margin: 0 auto;
        width: 90%;
        position: absolute;
        background-color: #fff;
        background: linear-gradient(45deg, #fff 0, #fff 100%);
        left: 0;
        top: 0;
        right: 0;
        border-radius: 10px;
    }
}

@media only screen and (min-width: 470px) and (max-width: 575.98px) {
    .feature_item {
        width: 50% !important;
    }
}

li.dropdown img {
    height: 20px;
    width: 20px;
    margin-right: 12px;
    margin-top: -3.5px;
}


/* ============ Menu desktop view ============ */

.menu-drop-plus {
    font-size: 1.5rem;
    position: relative;
    padding: 6px 15px 0px 15px;
    float: right;
    /* was 28 */
    bottom: 17px;
    line-height: 0;
    color: #777777;
}

@media all and (min-width: 992px) {
    .navbar-dark .navbar-nav .nav-link {
        color: #fafafa;
    }
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
    .dropdown-menu li {
        position: relative;
    }
    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }
    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }
    .dropdown-menu>li>a:hover {
        background-color: #f1f1f1;
    }
    .dropdown-menu>li>a:hover>.submenu {
        display: block;
    }
    .dropdown-item:hover {
        background-color: #f1f1f1;
    }
}


/* ============ small devices ============ */

@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        border: none;
        border-bottom: 1px solid #bbbbbb;
        border-radius: 0;
    }
    .dropdown-toggle::after {
        border: none;
    }
    .dropdown-menu .submenu li {
        border-top: 1px solid #bbb;
    }
    .dropdown-item {
        width: auto !important;
    }
    .dropdown-menu a {
        padding-left: 10px;
        margin-right: 70px;
    }
    .nav-item {
        width: auto !important;
    }
    .nav-item a {
        padding-left: 10px;
        margin-right: 70px;
    }
}


/*reponsive*/

@media (min-width: 1280px) {
    .container {
        max-width: 85%;
    }
}

@media (max-width: 768px) {
    .header.navbar .menu-item-list .dropdown-menu {
        margin-top: 10px;
    }
}

@media (min-width: 992px) {
    .navbar.shrink {
        background: #fff!important;
    }
    .navbar.shrink .navbar-nav .nav-link {
        color: #22012f;
        cursor: pointer;
        position: relative;
        background: transparent;
    }
    .navbar.shrink .navbar-nav .active>.nav-link {
        color: #ff7a03 !important;
    }
    .navbar.shrink .navbar-nav .nav-link:hover {
        color: #ff7a03 !important;
    }
    .navbar.shrink ul.navbar-nav li.nav-item.active:before,
    .navbar.shrink ul.navbar-nav li.nav-item:hover:before {
        content: "";
        height: 5px;
        margin: 0 auto;
        width: 90%;
        position: absolute;
        background-color: #fea921;
        background-image: -webkit-linear-gradient(left, #ff7802 0%, #fea921 100%), -webkit-linear-gradient(left, #ff7802 0%, #fea921 100%);
        background-image: -moz-linear-gradient(left, #ff7802 0%, #fea921 100%), -moz-linear-gradient(left, #ff7802 0%, #fea921 100%);
        background-image: -o-linear-gradient(left, #ff7802 0%, #fea921 100%), -o-linear-gradient(left, #ff7802 0%, #fea921 100%);
        background-image: linear-gradient(to right, #ff7802 0%, #fea921 100%), linear-gradient(to right, #ff7802 0%, #fea921 100%);
    }
    .navbar.shrink .btn-login {
        color: #22012f!important;
    }
    .navbar.shrink .btn-login:hover {
        color: #fea921!important;
    }
    .navbar.shrink .sign-up {
        padding: 2px 15px;
    }
    .navbar.shrink .btn-outline-primary.sign-up {
        border-color: #fea921!important;
        color: #22012f !important;
        /* z-index: 9999; */
    }
    .navbar.shrink a.btn-outline-primary.sign-up:hover,
    .header a.btn-outline-primary.btn-statistics {
        color: #fff!important;
        /* z-index: 9999; */
        border-color: #fea921!important;
        background-color: #fea921!important;
        background-image: -webkit-linear-gradient(left, #ff7802 0%, #fea921 100%), -webkit-linear-gradient(left, #ff7802 0%, #fea921 100%)!important;
        background-image: -moz-linear-gradient(left, #ff7802 0%, #fea921 100%), -moz-linear-gradient(left, #ff7802 0%, #fea921 100%)!important;
        background-image: -o-linear-gradient(left, #ff7802 0%, #fea921 100%), -o-linear-gradient(left, #ff7802 0%, #fea921 100%)!important;
        background-image: linear-gradient(to right, #ff7802 0%, #fea921 100%), linear-gradient(to right, #ff7802 0%, #fea921 100%)!important;
    }
}

@media (max-width: 768px) {
    .header.navbar .navbar-nav {
        margin: 10px -35px 0px !important;
    }
    .header.navbar .navbar-nav li {
        line-height: 1em;
        padding: 8px 38px;
        border-bottom: 1px solid #ececec;
    }
    .header.navbar ul.navbar-nav li.nav-item.active:before,
    .header.navbar ul.navbar-nav li.nav-item:hover:before {
        display: none;
    }
    .header.shrink.navbar .navbar-toggler {
        color: #333;
    }
    /*
    .header ul.navbar-nav {
        align-items: center!important;
    }*/
    .header .btn-login-signup {
        padding: 10px;
        /*text-align: center;*/
        /*display: inherit!important;*/
    }
    .header .btn-login {
        padding-left: 0px!important;
    }
    section.about-area .contents,
    section.banner .contents {
        text-align: center;
    }
    section.banner .box-image {
        margin-top: 8px!important;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1200px;
    }
}

#light-slider .card {
    border-radius: 30px;
}

.service-one__single {
    position: relative;
    display: block;
    text-align: center;
    padding: 5px 5px 32px;
    background: #fff;
    border-radius: 30px;
    transition: all .5s ease;
    box-shadow: 0 4px 10px 2px rgb(0 0 0 / 6%);
}

.service-one__single .text {
    width: 100% !important;
}

.service-one__single .service-icon {
    background: #fef6f8;
    padding: 30px 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.service-one__single .service-icon .icon-box,
.service-one__single .service-icon .icon-box i {
    display: flex;
    height: 80px;
    width: 80px;
    background: #fa496e;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
}

.service-one__single .service-icon .icon-box {
    border-radius: 50px;
    font-size: 32px;
    color: #fff;
    margin: 0 auto;
}

.service-one__single .service-icon .icon-box:after,
.service-one__single .service-icon .icon-box:before {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fa496e;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    content: "";
    position: absolute;
    opacity: .15;
    animation: ripple 3s infinite;
    animation-delay: .9s;
    animation-timing-function: linear;
}

@media (max-width: 575.98px) {
    .service-one__single {
        display: flex;
        padding: 5px 5px;
    }
    .service-one__single .service-icon {
        background: #fef6f8;
        padding: 20px 20px;
        border-top-right-radius: 0;
        border-top-left-radius: 30px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 30px;
    }
    .service-one__single .text .h3,
    .service-one__single .text h3 {
        line-height: normal !important;
        padding: 0 !important;
        padding-top: 12px !important;
    }
    .service-one__single .text p:not(.h3) {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 0.85rem;
        padding-top: 10px;
    }
}

@keyframes ripple {
    0% {
        transform: scale(1)
    }
    25% {
        transform: scale(1.1)
    }
    50% {
        transform: scale(1.2)
    }
    75% {
        transform: scale(1.1)
    }
    to {
        transform: scale(1)
    }
}

@keyframes videoBtnAnim {
    0% {
        transform: scale(.8)
    }
    25% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.2)
    }
    75% {
        transform: scale(1)
    }
    to {
        transform: scale(.8)
    }
}

@keyframes banner3Shake {
    0% {
        transform: rotateY(0deg)
    }
    30% {
        transform: rotate(15deg)
    }
    60% {
        transform: rotateX(0deg)
    }
    80% {
        transform: rotate(15deg)
    }
    to {
        transform: rotateY(0deg)
    }
}

@keyframes ImgBounce {
    0% {
        transform: translateY(0)
    }
    to {
        transform: translateY(-30px)
    }
}

@keyframes squareMover {
    0%,
    to {
        transform: translate(0) rotate(0)
    }
    20%,
    60% {
        transform: translate(20px, 40px) rotate(180deg)
    }
    30%,
    80% {
        transform: translate(40px, 60px) rotate(0deg)
    }
}

@keyframes shapeMover {
    0%,
    to {
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0) translateX(0)
    }
    50% {
        transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px)
    }
}

.service-one__single .service-icon .icon-box i {
    border-radius: 50%;
}

.service-one__single .service-icon .icon-box,
.service-one__single .service-icon .icon-box i {
    display: flex;
    height: 80px;
    width: 80px;
    background: #fa496e;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
}

.service-one__single .text .h3,
.service-one__single .text h3 {
    color: #111;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    padding: 25px 0 20px;
}

.service-one__single .text p:not(.h3) {
    color: #777676;
    height: 30px;
}

.service-one__single .service-icon.icon-bg-2 {
    background: #f3f7fc;
}

.service-one__single .service-icon.icon-bg-3 {
    background: #f9f5f0;
}

.service-one__single .service-icon.icon-bg-4 {
    background: #f3fcf4;
}

.service-one__single .service-icon .icon-box.icon-box-bg-2 i,
.service-one__single .service-icon .icon-box.icon-box-bg-2:after,
.service-one__single .service-icon .icon-box.icon-box-bg-2:before {
    background: #5798fe;
}

.service-one__single .service-icon .icon-box.icon-box-bg-3 i,
.service-one__single .service-icon .icon-box.icon-box-bg-3:after,
.service-one__single .service-icon .icon-box.icon-box-bg-3:before {
    background: #ffae00;
}

.service-one__single .service-icon .icon-box.icon-box-bg-4 i,
.service-one__single .service-icon .icon-box.icon-box-bg-4:after,
.service-one__single .service-icon .icon-box.icon-box-bg-4:before {
    background: #56cc61;
}

.cta-two {
    position: relative;
    z-index: 10;
    display: block
}

.cta-two__bg-shape-1 {
    position: absolute;
    top: 41px;
    right: 293px;
    animation-name: squareMover;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    perspective: 100px;
    transform-origin: center center
}

@media (max-width: 1198.98px) {
    .cta-two__bg-shape-1 {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .cta-one__moc-img {
        display: none;
    }
}

.cta-two__moc {
    margin-left: 20px
}

.block-title.cus-pb {
    padding-bottom: 5px;
}

.cta-two__text p {
    font-size: 15px;
    line-height: 35px;
    color: #8d8d8d;
    margin: 0
}

.cta-two__list {
    margin-top: 35px;
    margin-bottom: 52px
}

.cta-two__list li {
    margin-bottom: 10px
}

.cta-two__list li i {
    color: #fa496e;
    font-size: 20px;
    padding-right: 10px
}

.thm-btn {
    text-decoration: none !important;
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none;
    border-radius: 32px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 0 50px;
    line-height: 64px;
    position: relative;
    transition: all .4s ease;
    background-color: #ffae00;
    overflow: hidden;
}

.thm-btn:hover:before {
    transform: scale(1);
    background-color: #212529;
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
}

.thm-btn:after,
.thm-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    background-color: #ffae00;
    transform: scale(2);
    transform-origin: right center;
    transition: transform .5s linear;
    transition-timing-function: ease-out;
}

.thm-btn:hover:after {
    transform: scaleX(0);
    transform-origin: left center;
    transition-timing-function: ease-out;
}

.thm-btn span {
    position: relative;
    transition: .5s;
    z-index: 10;
    color: #fff;
}

.thm-btn:after,
.thm-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    background-color: #ffae00;
    transform: scale(2);
    transform-origin: right center;
    transition: transform .5s linear;
    transition-timing-function: ease-out;
}

.testimonials-one {
    position: relative;
    display: block;
    background: #f3f7fc;
    padding: 120px 0;
    z-index: 1
}

.testimonials-1-shape-3 {
    position: absolute;
    top: -80px;
    right: 149px;
    height: 283px;
    width: 283px;
    animation-name: shapeMover;
    animation-duration: 9s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.testimonials-1-shape-4 {
    position: absolute;
    top: -79px;
    right: 0;
    height: 730px;
    width: 1152px;
    z-index: -1
}

.testimonials-1-shape-5 {
    position: absolute;
    top: -1px;
    left: -261px;
    height: 590px;
    width: 810px
}

.testimonials-one__single {
    position: relative;
    display: block;
    background: #fa496e;
    padding: 25px 10px 25px;
    border-radius: 15px;
}

@media (min-width: 1199.98px) {
    .testimonials-one__single {
        padding: 25px 80px 25px !important;
    }
}

.testimonial-one-shape-1 {
    position: absolute;
    bottom: -47px;
    left: 95px
}

.testimonials-one__single p.testimonials-one__text {
    color: #fff;
    font-size: 15px
}

.testimonials-one__single .testimonials-one__icon {
    position: absolute;
    display: flex;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    -webkit-box-align: center;
    opacity: .1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.testimonials-one__single .testimonials-one__icon i {
    color: #fff;
    font-size: 110px
}

.testimonials-one-client-info {
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 45px;
    margin-left: 45px;
}

.testimonials-one__image img {
    height: 75px;
    width: 75px;
}

.testimonials-one-client-info h3 {
    color: #212529;
    font-size: 20px;
    font-weight: 600
}

.testimonials-one-client-info p {
    color: #8d8d8d;
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    margin: 0
}

.testimonials-one__single.color-2 {
    background: #5798fe
}

#testimonials-swiper-pagination {
    width: 100%;
    position: relative
}


/*section banner*/

section.banner {
    min-height: 530px;
    position: relative;
    overflow: hidden;
    padding: 225px 0 200px 0;
}

@media (max-width: 767.98px) {
    section.banner {
        padding: 80px 0 20px 0;
    }
    section.banner .head-title {
        font-size: 32px !important;
        line-height: 45px !important;
    }
    .intro-img {
        max-height: 100%;
        max-width: 100%;
    }
    section.about-area {
        padding: 0 !important;
    }
    section.our-services .feature-item {
        margin-top: 20px !important;
        margin-bottom: 0px !important;
        min-height: 0px !important;
    }
    section.our-services .feature-item h3 {
        font-size: 18px !important;
        height: 30px;
    }
    section.our-services .feature-item .animation-box:before {
        width: 105px !important;
        height: 105px !important;
    }
}


/* section.banner .contents {
    padding-top: 40px;
} */

section.banner .contents .head-title {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 10px;
    font-family: 'Arvo', serif;
}


/* 
section.banner .contents p {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
} */

section.banner .contents .head-button {
    color: #222222;
}

section.banner .contents .head-button .btn-outline-primary.sign-up {
    color: #b85ade;
    font-weight: 600;
    background: #fff;
    border-color: #fff;
    box-shadow: 0 4px 15px 0 rgba(126, 52, 161, 0.75);
}

section.banner .contents .head-button .btn-outline-primary.sign-up:hover {
    color: #b85ade;
    font-weight: 600;
    background: linear-gradient(45deg, #db17cb 0, #febe06 100%);
    border-color: #fff;
}

section.banner .intro-img img {
    animation: float 5s infinite ease-in-out;
}

section.core-services:before {
    content: "";
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 390px;
    background: #b85ade url(../images/wave_background.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

section.core-services {
    position: relative;
    padding: 289px 0 0px 0;
}


/*section our-services*/

section.our-services {
    color: #212529;
    position: relative;
    padding: 100px 0;
    /*background: #df2bb4;
    background: -webkit-linear-gradient(45deg, #df2bb4, #f8a029) !important;
    background: -moz- oldlinear-gradient(45deg, #df2bb4, #f8a029) !important;
    background: -o-linear-gradient(45deg, #df2bb4, #f8a029) !important;
    background: linear-gradient(45deg, #df2bb4, #f8a029) !important;*/
}

.contents .head-title {
    font-weight: 500;
    font-family: 'Arvo', serif;
    color: rgb(66, 66, 66);
}

.contents .border-line hr {
    max-width: 190px;
    margin-top: 5px;
    border: 2px solid rgb(8, 68, 148);
}

section.our-services .contents .desc {
    font-size: 18px;
    font-weight: 500;
}

section.our-services .feature-item {
    cursor: pointer;
    background: #fff;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 400px;
    max-width: 420px;
    border-radius: 30px;
    box-shadow: 0 0 12px #434343;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

section.our-services .feature-item .animation-box {
    position: relative;
    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;
}

section.our-services .feature-item .animation-box:before {
    content: "";
    width: 205px;
    height: 205px;
    background: url(../images/three_dot_circle.svg) no-repeat center center;
    display: block;
    animation: rotation 8s linear 0s infinite;
}

section.our-services .feature-item .animation-box .icon {
    position: absolute;
    font-size: 40px;
}

section.our-services .feature-item i {
    font-size: 50px;
    display: block;
    margin-bottom: 15px;
    color: #e4860b!important;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

section.our-services .feature-item p {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

section.our-services .feature-item:hover {
    background: #172ccb;
    background: -webkit-linear-gradient(45deg, #172ccb, #3b7cff) !important;
    background: -moz- oldlinear-gradient(45deg, #172ccb, #3b7cff) !important;
    background: -o-linear-gradient(45deg, #172ccb, #3b7cff) !important;
    background: linear-gradient(45deg, #172ccb, #3b7cff) !important;
    box-shadow: 0 10px 22px 10px rgba(27, 38, 49, 0.1);
    color: #fff;
}

section.our-services .feature-item:hover i,
section.our-services .feature-item:hover p {
    color: #fff!important;
}

section.our-services .feature-item h3 {
    font-weight: 200;
    font-size: 30px;
}

section.our-services .feature-item p {
    margin-bottom: 30px;
}


/*about-area*/

section.about-area {
    background: #fff;
    min-height: 600px;
    position: relative;
    overflow: hidden;
    padding: 110px 0 80px;
}

section.about-area .contents {
    padding-top: 75px;
}

section.about-area .contents .head-title {
    color: #222222;
    font-size: 30px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 10px;
    font-family: 'Arvo', serif;
}

section.about-area .contents p {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    font-size: 16px;
    line-height: 25px;
    color: #abacae;
}

section.about-area .contents .head-button {
    margin-top: 30px;
    color: #222222;
}

.about-area .btn-signin {
    color: #fff;
}


/*section-1*/

section.reviews {
    color: #212529;
    position: relative;
    padding: 100px 0;
}

section.reviews .item {
    padding: 40px 20px;
}

section.reviews .item .person-info .name {
    font-family: 'Arvo', serif;
    font-size: 18px;
    color: black;
    margin-bottom: 2px!important;
}

section.reviews .item .desc {
    color: #7e7e7e;
    font-size: 14px;
    line-height: 1.6;
}

.star-icon {
    color: hsl(46, 100%, 49%) !important;
}


/*section 3*/

section.section-3 {
    position: relative;
    padding: 10px 0 0;
    background: rgb(38, 41, 50);
    background: -moz-linear-gradient(180deg, rgba(38, 41, 50, 1) 34%, rgba(55, 58, 74, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(38, 41, 50, 1) 34%, rgba(55, 58, 74, 1) 100%);
    background: linear-gradient(180deg, rgba(38, 41, 50, 1) 34%, rgba(55, 58, 74, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#262932", endColorstr="#373a4a", GradientType=1);
    color: #fff;
}


/*
section.section-3.subscribe-form .email {
    background-color: #fff;
    border-radius: 30px;
    border: none;
    height: 50px;
    padding-left: 25px;
    padding-right: 150px;
}*/

section.section-3.subscribe-form .input-group-append {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 99;
}

.section-3 .btn-signin {
    color: #fff;
    height: 50px;
    background-image: linear-gradient(to right, #ff00cc 0%, #333399 51%, #ff00cc 100%);
}

.animatation-box-1 {
    position: relative;
}

.animated {
    position: absolute;
}

.icon1 {
    left: -138px;
    animation: LTRScale 5s infinite ease-in-out;
}

.icon2 {
    right: -60px;
    animation: rotation 10s infinite ease-in-out;
}

.icon3 {
    top: 500px;
    left: -20px;
    right: 30px;
    z-index: 1;
    height: 80px;
    animation: fadeRTL 4s infinite ease-in-out;
}

.animation-2 {
    position: relative;
}

.animation-2 .intro-img {
    animation: float 3s ease infinite;
}

.animation-2 .icon-1 {
    left: 300px;
    height: 30px;
    animation: fade-up 1.8s infinite ease-in-out;
}

.animation-2 .icon-2 {
    left: 360px;
    top: 35px;
    animation: fade-up 1.1s infinite ease-in-out;
}

.animation-2 .icon-3 {
    left: 210px;
    top: -32px;
    animation: fadeLTR 1.5s infinite ease-in-out;
}

.animation-2 .icon-4 {
    left: -14px;
    top: -32px;
    height: 35px;
    animation: heartBeat 1.1s infinite ease-in-out;
}

.animation-2 .icon-5 {
    left: 440px;
    top: 171px;
    height: 40px;
    animation: tada 1.8s infinite ease-in-out;
}

.animation-2 .icon-6 {
    left: 117px;
    top: -75px;
    height: 35px;
    animation: tada 1.8s infinite ease-in-out;
}

.animation-2 .icon-7 {
    top: -61px;
    left: 350px;
    height: 35px;
    animation: tada 1.8s infinite ease-in-out;
}

.animation-2 .icon-10 {
    left: -62px;
    top: 107px;
    animation: tada 1.8s infinite ease-in-out;
}

.animation-2 .icon-tree {
    bottom: -4px;
    height: 135px;
    animation: float 3s ease infinite;
}

.btn-gradient {
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px #eee;
}

span.text-muted {
    visibility: hidden;
}

.btn-gradient:hover {
    background-position: right center;
}

span.title {
    font-size: 2rem;
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,800');
* {
    box-sizing: border-box;
}

.auth-form button {
    cursor: pointer;
    border-radius: 20px;
    border: 1px solid rgb(35, 221, 150);
    background-color: #22ce94;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
}

.auth-form button:active {
    transform: scale(0.95);
}

.auth-form button:focus {
    outline: none;
}

.auth-form input {
    background-color: #eee;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
}

@media (max-width: 991px) {
    .rtl .nav-item a {
        padding-left: unset !important;
        padding-right: 10px !important;
        margin-left: 70px !important;
        margin-right: unset !important;
    }
}

.rtl .menu-drop-plus {
    float: left !important;
}

@media (max-width: 575.98px) {
    .rtl .service-one__single .service-icon {
        border-top-right-radius: 30px !important;
        border-top-left-radius: 0 !important;
        border-bottom-right-radius: 30px !important;
        border-bottom-left-radius: 0 !important;
    }
}