/*@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap");
*/
html {
    overflow-x: hidden;
}

body {
    color: #5e6472;
    line-height: 1.7;
    font-size: 16px;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .container {
        max-width: 90%;
    }
}

.font-alt {
    font-family: "Rubik", serif;
}

img {
    max-width: 100%;
}

* {
    outline: none !important;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

mark {
    background-image: linear-gradient(#f9564f, #f9564f);
    background-size: 100% 3px;
    background-repeat: no-repeat;
    background-position: 0 bottom;
    background-color: transparent;
    padding: 0;
    color: currentColor;
}

.px-btn {
    padding: 0 25px;
    line-height: 42px;
    position: relative;
    display: inline-block;
    background: none;
    border: 1px solid transparent;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none !important;
}

.px-btn.px-btn-theme {
    background: #f9564f;
    border-color: #f9564f;
    color: #fff;
}

.px-btn.px-btn-theme:hover {
    background: #00171f;
    border-color: #00171f;
    color: #fff;
}

.px-btn.px-btn-white {
    background: #fff;
    border-color: #fff;
    color: #00171f;
}

.px-btn.px-btn-white:hover {
    background: transparent;
    color: #fff;
}

.bg-gray-1 {
    background-color: rgba(249, 86, 79, 0.06);
}

.bg-dark-1 {
    background-color: #22333b;
}

.bg-theme {
    background-color: #f9564f;
}

.navbar-toggler,
.toggler-menu {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0;
    border-radius: 0;
    padding: 0;
    margin-left: 15px;
    background: #f9564f;
    border: none;
}

.navbar-toggler span,
.toggler-menu span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 25px;
    height: 2px;
    margin: auto;
    box-shadow: 0px -8px 0 0px currentColor, 0px 8px 0 0px currentColor;
    background: #fff;
    color: #fff;
}

@media (min-width: 992px) {
    .main-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 11;
    }

    .fixed-header .main-header {
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
        background-color: #fff;
    }

    .main-header .navbar-brand {
        font-weight: 600;
        font-size: 28px;
        line-height: 1;
        padding: 0;
        color: #00171f;
        position: relative;
    }

    .main-header .header-nav {
        padding: 0;
    }

    .main-header .navbar-nav > li + li {
        padding-left: 7px;
    }

    .main-header .navbar-nav > li > .nav-link {
        font-weight: 500;
        color: #00171f;
        font-size: 16px;
        padding: 22px 0;
    }

    .main-header .navbar-nav > li > .nav-link span {
        padding: 5px 26px;
        background: transparent;
        display: inline-block;
        border-radius: 40px;
        -moz-transition: ease all 0.35s;
        -o-transition: ease all 0.35s;
        -webkit-transition: ease all 0.35s;
        transition: ease all 0.35s;
    }

    .main-header .navbar-nav > li > .nav-link.active {
        color: #fff;
    }

    .main-header .navbar-nav > li > .nav-link.active span {
        background-color: #f9564f;
    }

    .main-header .navbar-nav > li:hover > a {
        color: #fff;
    }

    .main-header .navbar-nav > li:hover > a span {
        background-color: #f9564f;
    }
}

/*Package*/
.content::before {
    content: '';
    position: absolute;
    width: 3000px;
    height: 2000px;
    border-radius: 50%;
    background: linear-gradient(-45deg, rgba(249, 86, 79, 0.13), rgba(249, 86, 79, 0.13));
    top: -50%;
    right: 48%;
    transform: translateY(-50%);
}

.table {
    margin-bottom: 0px;
}

.table > tbody > tr > td {
    font-size: 15px;
}

.content {
    margin-top: 120px;
}

.card-header {
    color: white;
}

.contentfour {
    background-color: #fffcfc;
}

.price {
    list-style-type: none;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2)
}

.price .header {
    background-color: #f9564f;
    color: white;
    font-size: 20px;
}

.price li {
    padding: 10px;
    text-align: center;
}

.price .grey {
    background-color: #ffffff;
    font-size: 20px;
    color: #bf2c2c;
}

.button {
    width: 100%;
    background-color: #4269ad;
    border: none;
    color: white;
    padding: 7px 50px;
    text-align: center;
    text-decoration: none;
    border-radius: 20px;
}

.price a {
    text-decoration: none;
    font-size: 15px;
    width: 100%;
}

.section-title {
    margin-top: 40px;
}

.box-angle-left {
    height: 33px;
    border-bottom: 1px solid #eed9d9;
}

.box-angle-left strong {
    width: 50%;
    padding: 0 7px 0 8px;
    line-height: 33px;
    height: 32px;
    display: inline-block;
    background: #ed1b24;
    font-size: 16px;
    color: #fff;
    cursor: default;
    font-weight: 400;
    position: relative;
    float: right;
    z-index: 2;
    text-align: center;
}

.formcontrol {
    height: 238px !important;
}

.box-angle-left strong:before {
    content: "";
    width: 27px;
    height: 32px;
    -ms-transform: skew(-34deg);
    -webkit-transform: skew(-34deg);
    -moz-transform: skew(-34deg);
    -o-transform: skew(-34deg);
    transform: skew(-34deg);
    position: absolute;
    top: 0;
    left: -17px;
    z-index: -1;
}

.boxangleleft strong:before {
    background: #dcb060;
    border-left: 12px solid #afc4d6;
}

.boxangleleft2 strong:before {
    background: #dcb060;
    border-left: 12px solid #afc4d6;
}

.boxangleleft3 strong:before {
    background: #213B7C;
}

.boxangleleft4 strong:before {
    background: #3183D7;
}

hr {
    margin-top: 0px;
}

.price1 {
    border: 1px solid #000000;
}

.price2 {
    border: 1px solid #eed9d9;
}

.price3 {
    border: 1px solid #213B7C;
}

.price4 {
    border: 1px solid #5080b2;
}

.section-title {
    padding-bottom: 33px;
}

.table > tbody > tr {
    position: relative;
    left: 15px;
}

/*End Package*/
/* Mobile 
-----------------------------*/
@media (max-width: 991px) {
    .header-nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 5;
        background-color: #efcccb;
    }

    .fixed-header .header-nav {
        background: #fff;
    }

    .header-nav .navbar-brand {
        font-weight: 600;
        font-size: 24px;
        color: #00171f;
    }

    .header-nav .navbar-nav {
        padding: 8px 15px;
        border: 1px solid #ddd;
        background: #fff;
    }

    .header-nav .navbar-nav > li + li .nav-link {
        border-top: 1px solid #ddd;
    }

    .header-nav .navbar-nav .nav-link {
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.035rem;
        color: #00171f;
    }

    .header-nav .navbar-nav .nav-link.active,
    .header-nav .navbar-nav .nav-link:hover {
        color: #f9564f;
    }
}

/*Features Section*/
.flex-container {
    display: flex;
    flex-direction: row;
}

.flex-item-left {
    flex: 20%;
    margin: 3px;
}

.box {
    border-radius: 50%;
}

.flex-item-left img {
    height: 54px;
    width: 54px;
}

.flex-item-left h4 {
    font-size: 17px;
}

.flex-itemleft {
    position: relative;
    bottom: 60px;
}

.media-bodyy .fa {
    font-size: 10.5px;
}

.media-bodyy .fas {
    color: #566266;
}

.media-bodyy .fas1 {
    color: #d58ca3;
}

.menu-icon {
    color: #5d9193;
}

.media-bodyy p {
    font-size: 14.5px;
    line-height: 1.0;
    text-transform: capitalize;
}

@media (max-width: 800px) {
    .flex-container {
        flex-direction: column;
    }
}

.shadowsm {
    box-shadow: 0 0 3px 0 #c7ebd2;
}

.shadowsm:hover {
    box-shadow: 0 0 12px 0 #dce0dd;
    cursor: pointer;
}

.super {
    color: #2b2174;
    font-size: 10px !important;
}

.hrm {
    color: #a2997e;
    font-size: 10px !important;
}

/*End Features Section*/
/*servicess*/
.mediabody h4 {
    font-size: 16.5px;
}

.mediabody p {
    font-size: 16px;
    text-transform: capitalize;
}

/*End Servicess*/
/*Benifits*/
.ser-content .fa {
    color: #d3a2a0;
    font-size: 13px;
}

.ser-content p {
    font-size: 16px;
    line-height: 0;
}

.sm-titlee p {
    font-size: 16px;
}

.app-text p {
    font-size: 16px;
}

.h2-title {
    font-size: 22px;
}

.client-logo {
    box-shadow: 0 0 4px 0 #beacac;
    cursor: pointer;
}

.client-logo:hover {
    box-shadow: 0 0 6px 0 #d3a2a0;
}

.client-logo img {
    margin-top: 3px;
    margin-bottom: 3px;
    height: 130px;
    padding: 15px;
}

/*End Benifits*/
/*Others Section*/
.main-title {
    line-height: 0;
}

.main-title h1 {
    font-size: 25px
}

.title-divider span:nth-child(2) {
    width: 3px;
    height: 3px;
    margin-left: 4px;
    margin-right: 4px;
    top: 1px;
}

.title-divider span {
    background: #d3a2a0;
}

.title-divider span {
    background: #d3a2a0;
}

.title-divider span:nth-child(4) {
    width: 3px;
    height: 3px;
    margin-left: 4px;
    margin-right: 4px;
    top: 1px;
}

.title-divider span:nth-child(5) {
    width: 150px;
    height: 1.5px;
}

.title-divider span:nth-child(1) {
    width: 150px;
    height: 1.5px;
}

.title-divider span {
    display: inline-block;
    position: relative;
}

.title-divider span:nth-child(3) {
    width: 4px;
    height: 4px;
    top: 2px;
}

/*End Other Section*/
/* Section
---------------------*/
.section {
    padding: 0px 0;
    position: relative;
}

/*
@media (max-width: 991px) {
    .section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
*/

@media (max-width: 767px) {
    .section {
        margin-top: 35px !important;
    }

    .client-logo img {
        height: 250px !important;
    }

    .home-header p {
        text-align: center;
        padding-left: 0px;
    }

    .home-header p:before {
        display: none;
    }

    .home-header .h2-title {
        text-align: center;
    }

    #appDownload .get-app-section__download-app-link a img {
        margin-left: 130px;
    }

    .maintitle {
        text-align: center;
    }

    .footer-title {
        margin-left: 0px !important;
        margin-top: 11px;
    }

    .footertitle {
        margin-left: -33px !important;
        margin-top: 11px;
    }

    .contentfour {
        margin: 7px !important;
    }

    .cart p {
        font-size: 9.5px;

    }

    .ddd {
        border-bottom: 0.5px dotted #d3a2a0;
        visibility: visible;
    }

    .link {
        margin-left: 0px !important;
    }

    .contact {
        margin-left: -30px !important;
    }

    .navv {
        display: block;
    }

    .relativee {
        position: relative;
        bottom: 245px;
        left: 129px;

    }

    .im-ss-two {
        height: 170px;
    }

    .flex-container {
        margin-top: 35px !important;
    }

    .flex-itemleft {
        position: relative;
        bottom: -8px !important;
    }

    .flexitemleft {
        margin-top: 20px !important;
    }
}

.m-15px-tb {
    margin-top: 15px;
    padding-bottom: 15px;
}

/* Section Title
---------------------------*/
.section-title {
    padding-bottom: 40px;
}

@media (max-width: 1200px) {
    .section-title {
        padding-bottom: 30px;
    }
}

.section-title h2 {
    font-size: 42px;
    color: #00171f;
    font-weight: 600;
    margin: 0 0 18px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
}

@media (max-width: 1200px) {
    .section-title h2 {
        font-size: 38px;
    }
}

@media (max-width: 1200px) {
    .section-title h2 {
        font-size: 32px;
    }
}

.section-title h2:after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: auto;
    right: 0;
    height: 30%;
    width: 0;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
    background: #f9564f;
    opacity: 0.3;
    z-index: -1;
}

.section:hover .section-title h2:after {
    left: 0;
    right: auto;
    width: 100%;
}

.section-title p {
    font-size: 18px;
    margin: 0;
}

@media (max-width: 1200px) {
    .section-title p {
        font-size: 16px;
    }
}

.section-title.white h2 {
    color: #fff;
}

.section-title.white p {
    color: rgba(255, 255, 255, 0.6);
}

.sm-title h6 {
    font-size: 22px;
    font-weight: 600;
    color: #00171f;
}

/* Home Banner
---------------------------*/
.homebanner .fullscreen {
    min-height: 0vh;
    padding-top: 75px;
    padding-bottom: 0px;
}

.homebanner {
    height: 655px
}

@media(max-width:768px) {
    .home-banner {
        height: 100%;
    }

    .mtt {
        margin-top: 37px;
    }
}

.carouselinner {
    overflow: visible;
}

.mt img {
    width: 200px;
}

.img-top img {
    height: 40px;
}

.sm-title p {
    font-size: 15.5px;
}


.home-banner {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(249, 86, 79, 0.13);
}

.home-banner:after {
    content: "";
    width: 930px;
    height: 1000px;
    border-radius: 50%;
    position: absolute;
    top: -200px;
    left: -200px;
    background-color: #cae6df;
    z-index: -1;

}

@media (max-width: 991px) {
    .home-banner:after {
        display: none;
    }
}

@media (max-width: 767px) {
    .home-banner .full-screen {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.home-banner .hb-avatar {
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 60vw;
    height: 100vh;
}

/*Mobile Apps*/
.item img {
    height: 380px;
    width: 250px;
    margin-top: 153px;
    border-radius: 15px;
}

/*
.client-logo img {
    border-radius: 15px;
}
*/

.mobile {
    display: none;
    width: 57%;
    z-index: 1;
    margin-left: 76px;
}

/*End Mobile Apps*/
@media (max-width: 1200px) {
    .home-banner .hb-avatar {
        width: 100vw;
    }
}

.home-banner .hb-avatar img {
    max-height: 100vh;
}

.home-banner .hb-typo {
    padding-left: 25px;
}

@media (max-width: 991px) {
    .home-banner .hb-typo {
        padding: 45px 25px;
        text-align: center;
    }
}

.home-banner .hb-typo h6 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #f9564f;
}

@media (max-width: 767px) {
    .home-banner .hb-typo h6 {
        font-size: 18px;
    }
}

.home-banner .hb-typo h1 {
    font-size: 70px;
    font-weight: 600;
    color: #00171f;
    margin-bottom: 10px;
}

@media (max-width: 1200px) {
    .home-banner .hb-typo h1 {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .home-banner .hb-typo h1 {
        font-size: 40px;
    }
}

.home-banner .hb-typo h2 {
    font-weight: 500;
    margin: 0;
    color: #00171f;
    font-size: 25px;
}

@media (max-width: 767px) {
    .home-banner .hb-typo h2 {
        font-size: 18px;
    }
}

.home-banner .hb-typo h2 span {
    color: #f9564f;
}

.home-banner .nav {
    padding-top: 20px;
}

.home-banner .nav a {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f9564f;
    color: #fff;
    border-radius: 50%;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
}

.home-banner .nav a + a {
    margin-left: 5px;
}

.home-banner .nav a:hover {
    background-color: #00171f;
}

/* Contact US
---------------------------*/
.contact-info {
    background: #fff;
    padding: 30px;
    height: 100%;
    box-shadow: 0px 3px 10px 0px rgba(38, 59, 94, 0.1);
}

.contact-info h4 {
    font-size: 28px;
    color: #00171f;
    font-weight: 500;
    margin-bottom: 20px;
}

.contact-info p {
    font-size: 16px;
}

.contact-info ul {
    margin: 0;
    padding: 10px 0 0;
    list-style: none;
}

.contact-info li {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    position: relative;
}

.contact-info li i {
    width: 30px;
    text-align: center;
    color: #f9564f;
    font-size: 22px;
}

.contact-info li span {
    padding-left: 10px;
    color: #00171f;
}

.contact-info li + li {
    padding-top: 30px;
}

.contactus-form {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 3px 10px 0px rgba(38, 59, 94, 0.1);
}

.contactus-form h6 {
    font-weight: 600;
    color: #00171f;
    font-size: 22px;
    margin-bottom: 20px;
}

.contactus-form input {
    height: calc(2em + .75rem + 2px);
}

.contactus-form .form-control {
    font-size: 14px;
    box-shadow: none !important;
}

.contactus-form .form-control:focus {
    border-color: #00171f;
}

.contactus-form .btn-bar {
    padding-top: 15px;
}

/*Footer Section*/
.footer-logo {
    height: 10px;
    width: 170px;
}

.contact-up2 p {
    color: black;
    font-size: 15.5px;
}

.footer .nav a {
    font-size: 16px;
    margin-right: 19px;
}

.theme-light .footer .nav a {
    color: #00171f;
}

.footer .nav a:hover {
    color: #f9564f;
}

.contact-body h4 {
    font-size: 21px;
    color: #7c9c99;
}

.contact-body p {
    font-size: 14.4px;
    line-height: 1.0;
}

.contact-body .fa {
    font-size: 14px;
    color: #d3a2a0;
}

.sidenav .contact-body h4,
p {
    display: block;
    transition: 0.3s;
}

.logo-text p {
    font-size: 14.5px;
}

.link a {
    color: #292727;
    font-size: 15px;
}

.link li {
    font-size: 15px;
    list-style: none;
}

.footer-title h4 {
    font-size: 20px;
}

.contact li {
    font-size: 15px;
    list-style: none;
}

.contact .fass {
    font-size: 14.5px;
    color: #9c9190;
}

.f {
    font-size: 14px;
    color: #9c9190;
}

.fa-skype {
    color: #1db1ee;
}

.fa-facebook-f {
    color: #3c599b;
}

.fa-twitter {
    color: #1bb6ec;
}

.fa-youtube {
    color: #c4302b;
}

.fa-linkedin {
    color: #0077b5;
}

.sidenav {
    height: 100%;
    width: 0px;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: #fff5fc;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 25px;
}

.sidenav .closebtn {
    position: absolute;
    top: -15px;
    right: 7px;
    font-size: 32px;
    color: #e06868;
}

.sidenav .closebtn:hover {
    color: gray;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
}

.img-cloud img {
    height: 72px;
    width: 72px;
}

/*End Footer Section*/
/*Responsive Mobile Slider Section*/
@media (max-width:768px) {
    .mt2 {
        margin-top: 250px !important;
        margin-right: -22px !important;
        margin-left: -32px !important;
    }

    .contenttt {
        margin-top: 92px !important;
    }

    .item img {
        /*        margin-top: 149px !important;*/
    }

    .colsm5 {
        margin-top: -266px !important;
    }

    .mobile {
        margin-left: 68px !important;
    }

    .img-top {
        width: 250px;
    }

    .homebanner {
        height: 395px;
    }

    .i {
        height: 227px !important;
        width: 160px !important;
        left: 7px !important;
    }

    .ii {
        left: 13px !important;
    }

    .col4 {
        height: 90px !important;
    }

    .cart img {
        width: 40px;
        height: 40px;
    }

    .im-s-two {
        height: 260px;
    }

    .cap h4,
    .ca h4,
    .c h4 {
        font-size: 11.5px;
    }

    .cap {
        height: 50px;
    }

    .c {
        position: relative;
        top: -33px;
    }

    .cap p,
    .ca p,
    .c p {
        font-size: 11.5px;
    }

    .mtsm5 {
        margin-top: 20px !important;
    }

    .img-cloud img {
        height: 40px;
        width: 40px;
    }

    .img-cloud .immo:nth-child(1) {
        top: -6px;

    }

    .colsm9 {
        padding-right: 26px;
        padding-left: 0px;
        margin-left: -13px;
    }

    .img-cloud .imm-one {
        top: 70px;
    }

    .img-cloud .imm-two {

        top: 152px;

    }

    .colsm7 {
        padding-right: 26px;
        padding-left: 5px;
    }

    .capp p {
        font-size: 11px;
    }

    .caa p {
        font-size: 11px;
    }

    .cc p {

        font-size: 11px;
    }

    .caa {
        position: relative;
        bottom: 34px;
    }

    .cc {
        position: relative;
        bottom: 65px;
    }

    .fffff {
        position: relative;
        top: -43px;
        left: 4px;
    }

    .main-title h1 {
        font-size: 18px;
    }

    .h2-title {
        font-size: 16px;
    }

    .relativee {
        display: none;
    }
}

@media (max-width:768px) {
    @keyframes mic {
        0% {
            opacity: 0;
            transform: translateY(150px);
        }

        100% {
            opacity: 1;
            transform: translateY(0px);
        }
    }

    @keyframes c1 {
        0% {
            opacity: 0;
            transform: translateY(160px);
        }

        100% {
            opacity: 1;
            transform: translateY(0px);
        }
    }

    @keyframes cc2 {
        0% {
            opacity: 0;
            transform: translateY(170px);
        }

        100% {
            opacity: 1;
            transform: translateY(0px);
        }
    }

    @keyframes ccc3 {
        0% {
            opacity: 0;
            transform: translateY(180px);
        }

        100% {
            opacity: 1;
            transform: translateY(0px);
        }
    }

    @keyframes cccc4 {
        0% {
            opacity: 0;
            transform: translateY(190px);
        }

        100% {
            opacity: 1;
            transform: translateY(0px);
        }
    }

    @keyframes ccccc5 {
        0% {
            opacity: 0;
            transform: translateY(200px);
        }

        100% {
            opacity: 1;
            transform: translateY(0px);
        }
    }

    @keyframes ccccc6 {
        0% {
            opacity: 0;
            transform: translateY(210px);
        }

        100% {
            opacity: 1;
            transform: translateY(0px);
        }
    }

    @keyframes ccccc7 {
        0% {
            opacity: 0;
            transform: translateY(210px);
        }

        100% {
            opacity: 1;
            transform: translateY(0px);
        }
    }

}


/*End Responsive Mobile Slider Section*/
