@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Braah+One&display=swap");
body {
    font-family: "Outfit", serif;
    margin: 0;
    padding: 0;
    transition: all 0.3s ease-out;
    /*  user-select: none;*/
    overflow-x: hidden;
}
.main-div .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: rgb(254 9 9);
}
.main-div .dropdown-menu a.dropdown-item:hover {
    color: #ffffff !important;
    background: #fe0909;
}
.main-div .dropdown-menu a.dropdown-item {
    color: black !important;
    padding: 7px 12px;
    font-size: 14px !important;
    border-bottom: 1px solid #eaeaea;
}
.main-div ul.dropdown-menu.show {
    border: none;
    padding-bottom: 0;
}

.main-div .dropdown-menu li:nth-last-child(1) a.dropdown-item {
    border: none;
}
div#contact-m {
    padding-top: 50px;
}
.banner-img {
    background: #faef00;
    height: 700px;
    padding: 100px 0 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}
.main-div.sticky {
    position: absolute;
    width: 80%;
    margin: auto 10%;
    background: #ffffffb0;
    border-radius: 12px;
    top: 27px;
    z-index: 3;
    font-family: "Outfit", serif;
}
.main-div nav.navbar,
.main-div .container-fluid {
    padding: 0;
}
.main-div a.navbar-brand {
    background: white;
    padding: 10px 20px;
    border-radius: 12px 0 0 12px;
}
.quote {
    background: #fe0909;
    color: white;
    box-shadow: 0px 4px 4px 0px #00000040 inset;
    border-radius: 12px;
    padding: 10px 20px !important;
    display: block;
    font-weight: 500;
    margin-left: 16px;
    transition: all 0.3s ease-out 0s;
}
.quote:hover {
    background: #010101;
    color: white !important;
    transition: all 0.3s ease-out 0s;
}
.main-div .navbar-collapse {
    justify-content: end;
}
.main-div.sticky {
    position: absolute;
    width: 80%;
    margin: auto 10%;
    background: #ffffffb0;
    border-radius: 12px;
    top: 27px;
    padding-right: 20px;
    transition: all 0.3s ease-out 0s;
}
.main-div .nav-link.active,
.main-div .nav-link:hover {
    font-weight: 600;
    color: #fe0909 !important;
    transition: all 0.3s ease-out 0s;
}
.main-div .nav-link {
    font-weight: 600;
}
.top-banner h1 {
    font-family: Braah One;
    font-size: 128px;
    font-weight: 400;
    line-height: 179.2px;
    letter-spacing: -0.1em;
    text-align: center;
    text-shadow: 0px 4px #00000042;
    color: white;
}
.b-btn {
    border-radius: 23px;
    box-shadow: 0px 4px 4px 0px #00000040 inset;
    background: #ffffffb8;
    display: block;
    width: 45%;
    margin: 0 auto;
    font-family: "Outfit", serif;
    font-size: 31px;
    font-weight: 600;
    line-height: 38.4px;
    letter-spacing: -0.04em;
    padding: 16px 0;
    text-align: center;
    color: #3a3815;
}
a {
    text-decoration: none;
}
.b-btn:hover {
    background: red;
    color: white;
}

img.bimg1 {
    position: absolute;
    left: 0;
    top: 137px;
    width: 285px;
    animation: hero-dot-1 5s linear 0s infinite alternate;
}
img.bimg2 {
    position: absolute;
    top: 146px;
    right: 12%;
    animation: animation-popup 2.5s linear 0s infinite alternate;
    -webkit-animation: ring 4s 0.7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 10s 0.7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 10s 0.7s ease-in-out infinite;
    transform-origin: 50% 4px;
}
img.bimg3 {
    position: absolute;
    top: 60%;
    left: 21%;
    -webkit-animation: ring 4s 0.7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 10s 0.7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 10s 0.7s ease-in-out infinite;
    transform-origin: 50% 4px;
}
img.bimg4 {
    position: absolute;
    right: 0;
    bottom: 10%;
    animation: hero-dot-1 5s linear 0s infinite alternate;
}
@keyframes hero-dot-1 {
    0% {
        transform: translateY(-80px);
    }
    to {
        transform: translateY(0);
    }
}
@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotateZ(0);
    }
    1% {
        -webkit-transform: rotateZ(30deg);
    }
    3% {
        -webkit-transform: rotateZ(-28deg);
    }
    5% {
        -webkit-transform: rotateZ(34deg);
    }
    7% {
        -webkit-transform: rotateZ(-32deg);
    }
    9% {
        -webkit-transform: rotateZ(30deg);
    }
    11% {
        -webkit-transform: rotateZ(-28deg);
    }
    13% {
        -webkit-transform: rotateZ(26deg);
    }
    15% {
        -webkit-transform: rotateZ(-24deg);
    }
    17% {
        -webkit-transform: rotateZ(22deg);
    }
    19% {
        -webkit-transform: rotateZ(-20deg);
    }
    21% {
        -webkit-transform: rotateZ(18deg);
    }
    23% {
        -webkit-transform: rotateZ(-16deg);
    }
    25% {
        -webkit-transform: rotateZ(14deg);
    }
    27% {
        -webkit-transform: rotateZ(-12deg);
    }
    29% {
        -webkit-transform: rotateZ(10deg);
    }
    31% {
        -webkit-transform: rotateZ(-8deg);
    }
    33% {
        -webkit-transform: rotateZ(6deg);
    }
    35% {
        -webkit-transform: rotateZ(-4deg);
    }
    37% {
        -webkit-transform: rotateZ(2deg);
    }
    39% {
        -webkit-transform: rotateZ(-1deg);
    }
    41% {
        -webkit-transform: rotateZ(1deg);
    }

    43% {
        -webkit-transform: rotateZ(0);
    }
    100% {
        -webkit-transform: rotateZ(0);
    }
}

@-moz-keyframes ring {
    0% {
        -moz-transform: rotate(0);
    }
    1% {
        -moz-transform: rotate(30deg);
    }
    3% {
        -moz-transform: rotate(-28deg);
    }
    5% {
        -moz-transform: rotate(34deg);
    }
    7% {
        -moz-transform: rotate(-32deg);
    }
    9% {
        -moz-transform: rotate(30deg);
    }
    11% {
        -moz-transform: rotate(-28deg);
    }
    13% {
        -moz-transform: rotate(26deg);
    }
    15% {
        -moz-transform: rotate(-24deg);
    }
    17% {
        -moz-transform: rotate(22deg);
    }
    19% {
        -moz-transform: rotate(-20deg);
    }
    21% {
        -moz-transform: rotate(18deg);
    }
    23% {
        -moz-transform: rotate(-16deg);
    }
    25% {
        -moz-transform: rotate(14deg);
    }
    27% {
        -moz-transform: rotate(-12deg);
    }
    29% {
        -moz-transform: rotate(10deg);
    }
    31% {
        -moz-transform: rotate(-8deg);
    }
    33% {
        -moz-transform: rotate(6deg);
    }
    35% {
        -moz-transform: rotate(-4deg);
    }
    37% {
        -moz-transform: rotate(2deg);
    }
    39% {
        -moz-transform: rotate(-1deg);
    }
    41% {
        -moz-transform: rotate(1deg);
    }

    43% {
        -moz-transform: rotate(0);
    }
    100% {
        -moz-transform: rotate(0);
    }
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }
    1% {
        transform: rotate(30deg);
    }
    3% {
        transform: rotate(-28deg);
    }
    5% {
        transform: rotate(34deg);
    }
    7% {
        transform: rotate(-32deg);
    }
    9% {
        transform: rotate(30deg);
    }
    11% {
        transform: rotate(-28deg);
    }
    13% {
        transform: rotate(26deg);
    }
    15% {
        transform: rotate(-24deg);
    }
    17% {
        transform: rotate(22deg);
    }
    19% {
        transform: rotate(-20deg);
    }
    21% {
        transform: rotate(18deg);
    }
    23% {
        transform: rotate(-16deg);
    }
    25% {
        transform: rotate(14deg);
    }
    27% {
        transform: rotate(-12deg);
    }
    29% {
        transform: rotate(10deg);
    }
    31% {
        transform: rotate(-8deg);
    }
    33% {
        transform: rotate(6deg);
    }
    35% {
        transform: rotate(-4deg);
    }
    37% {
        transform: rotate(2deg);
    }
    39% {
        transform: rotate(-1deg);
    }
    41% {
        transform: rotate(1deg);
    }

    43% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(0);
    }
}
.text-sec {
    padding: 100px;
}
.text-box {
    text-align: center;
}
.text-head {
    font-family: Outfit;
    font-size: 58px;
    font-weight: 500;
    line-height: 60.48px;
    letter-spacing: -0.03em;
    text-align: center;
    margin-bottom: 25px;
}
.text-box p {
    font-family: "Outfit", serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 38.4px;
    text-align: center;
    margin-bottom: 0;
}
.about-sec {
    height: 600px;
    background-image: url(../imgs/ab-bg.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
}
.ab-box {
    border-radius: 32px;
    background: #faef00;
    box-shadow: 6px 4px 4px 0px #00000040 inset;
    padding: 52px;
    bottom: -154px;
    animation: hero-dot-1 5s linear 0s infinite alternate;
    position: relative;
}
.ab-head {
    font-family: Outfit;
    font-size: 64px;
    font-weight: 600;
    letter-spacing: -0.04em;
    text-align: center;
}
.ab-box p {
    font-family: "Outfit", serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 33.6px;
    letter-spacing: -0.04em;
    text-align: center;
    margin: 23px 0 0 0;
}
.service-sec {
    padding: 220px 0 100px 0;
}
.titile-head {
    font-family: Outfit;
    font-size: 64px;
    font-weight: 600;
    line-height: 77.54px;
    letter-spacing: -0.04em;
}
.titile-des {
    font-family: Outfit;
    font-size: 32px;
    font-weight: 400;
    line-height: 38.77px;
    letter-spacing: -0.04em;
}
.sec-space {
    margin-top: 50px;
}
.sec-space .col-md-4 {
    box-shadow: 5px 4px 5px 0px #00000040 inset;
    border-radius: 12px;
    padding: 36px;
    width: 31%;
    margin: 1%;
    transition: all 0.3s ease-out 0s;
    position: relative;
    background: #f504020a;
}
.sec-box p {
    font-family: "Outfit", serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 33.93px;
    letter-spacing: -0.04em;
}
.sec-box img {
    height: 60px;
    margin-bottom: 21px;
}
@keyframes icon-bounce {
    0%,
    20%,
    50%,
    80%,
    to {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}
.sec-space .col-md-4:hover img {
    animation: icon-bounce 0.8s 1;
    transition: all 0.3s ease-out 0s;
}
.sec-space .col-md-4:hover {
    box-shadow: -5px -4px 5px 0px #fe0000 inset;
    transition: all 0.3s ease-out 0s;
}
.links ul {
    padding-left: 19px;
}
.serve {
    padding: 100px 0;
    background-image: url(../imgs/serve.png);
    background-size: cover;
    position: relative;
}
.serve .row {
    position: relative;
}
.serve:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fe000080;
}
.ser-title {
    font-family: Outfit;
    font-size: 96px;
    font-weight: 600;
    line-height: 87.36px;
    letter-spacing: -0.03em;
    text-align: left;
    color: white;
}
.ser-content p {
    font-family: Outfit;
    font-size: 32px;
    font-weight: 400;
    line-height: 38.77px;
    letter-spacing: -0.04em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
    margin: 26px 0 0 0;
}
.ser-r-item img {
    width: 80px;
    height: 80px;
    padding: 5px;
}
.ic-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.ser-right {
    display: flex;
    justify-content: right;
}
.ser-r-item {
    text-align: center;
    width: 25%;
}
.ser-r-item p {
    font-family: "Outfit", serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 33.93px;
    letter-spacing: -0.04em;
    color: white;
    margin-top: 12px;
}
.serve-btn:hover {
    background: #ffffff;
}
.serve-btn {
    box-shadow: 0px 4px 4px 0px #00000040 inset;
    background: #faef00;
    padding: 16px 32px;
    display: inline-block;
    color: black;
    font-family: Outfit;
    font-size: 28px;
    font-weight: 600;
    line-height: 36.4px;
    letter-spacing: -0.03em;
    border-radius: 29px;
    margin-top: 100px;
}
.pricing {
    padding: 100px 0;
}
.pricing-hd {
    font-family: Outfit;
    font-size: 80px;
    font-weight: 600;
    line-height: 100.8px;
    letter-spacing: -0.04em;
    color: #fe0000;
    margin-bottom: 24px;
}
.pricing-lft p {
    font-family: "Outfit", serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 43.2px;
    letter-spacing: -0.04em;
    text-align: left;
    margin: 0;
}
.pricing-rgt p {
    font-family: "Outfit", serif;
    font-size: 28px;
    line-height: 33.6px;
    letter-spacing: -0.04em;
    text-align: left;
}
.m-line {
    width: 4px;
    height: 152px;
    text-align: center;
    margin: 0 auto;
    background: #fe0000;
    border-radius: 25px;
    box-shadow: 0px 4px 4px 0px #00000040;
}
footer.main-foot {
    background: #2d2b00;
    padding: 100px 0 60px 0;
}
.logo-foot img {
    width: 173px;
    background: white;
    padding: 9px;
}
.logo-foot p {
    font-size: 16px;
    margin: 17px 0;
    color: white;
}
.foot-icon img {
    width: 34px !important;
    margin-right: 9px;
    background: white;
    border-radius: 25px;
    padding: 2px;
}
.foot-icon {
    display: flex;
}
.ft-head:before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 83px;
    height: 2px;
    background: #aeaeae;
}
.ft-head {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 34px;
    position: relative;
    color: #faef00;
}
.links li:hover a {
    transition: all 0.3s ease-out;
    color: #faef00;
}
.links li a {
    color: #e9e9e9;
    transition: all 0.3s ease-out;
}
.links li::marker {
    color: #e4e4e4;
}
.links li {
    margin-bottom: 18px;
    list-style: circle;
}
.contact-foot ul li img {
    width: 26px;
    position: absolute;
    left: 0;
}
.contact-foot ul li {
    list-style: none;
    position: relative;
    padding-left: 40px;
}
.contact-foot ul {
    padding: 0;
}
.ser-r-item:hover .ic-img {
    box-shadow: 5px 4px 5px 0px #faef00 inset;
}
.ser-r-item:hover .ic-img {
    box-shadow: 5px 4px 5px 0px #faef00 inset;
}
.ser-r-item:hover .ic-img img {
    animation: icon-bounce 0.8s 1;
    transition: all 0.3s ease-out 0s;
}
.ser-r-item:hover p {
    color: #faef00;
}
.pricing .serve-btn:hover {
    background: #fe0000;
    color: white;
}

.hm-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../imgs/hm-bg.png);
    background-size: cover;
    background-position: right;
    background-attachment: fixed;
    background-repeat: repeat;
    /* position: relative; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-animation: zoomin 10s ease-in infinite;
    animation: zoomin 10s ease-in infinite;
    transition: all 0.1s ease-in-out;
    overflow: hidden;
}
.hm-banner {
    position: relative;
    padding: 140px 0 0 0;
    /*    height: 100vh;*/
}
.hm-banner .container {
    position: relative;
}

.start-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #faef00;
}
.start-banner {
    height: 300px;
    padding: 174px 0 51px 0;
    overflow: hidden;
    text-align: center;
}
.start-banner .container {
    position: relative;
    z-index: 1;
}
.start-banner .hm-head {
    font-size: 40px;
    color: #fe0909;
    font-weight: 900;
}
.start-banner .hm-head:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 5px;
    left: 50%;
    margin-left: -50px;
    background: #fe0909;
}
.start-banner .hm-head:before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -14px;
    background: #fe0909;
}

.messaging {
    padding: 150px;
}
.messaging-head {
    font-size: 55px;
    font-weight: bold;
    margin-bottom: 23px;
    line-height: 1.3;
}
.messaging-head span {
    color: #fe0909;
}
.messaging-content p {
    font-size: 25px;
}
.three-tile {
    padding: 50px 0;
    background-image: linear-gradient(to bottom, rgb(4 165 214), rgb(31 155 193));
}
.tile-card {
    text-align: center;
}
partners .tile-card:hover {
    box-shadow: 6px 6px 1px #fe0000;
}
.partners .col-md-4 {
    text-align: center;
    background: #ffdcdc;
    padding: 32px;
    border-radius: 89px 0;
    box-shadow: 6px 6px 1px #00000033;
    width: 31%;
    margin: 1%;
}
.modal-backdrop.show {
    opacity: 0.8;
}
.partners .col-md-4:hover {
    box-shadow: 6px 6px 1px #fe0000;
}
.tile-card img {
    height: 82px;
    width: 82px;
    margin-bottom: 25px;
    object-fit: contain;
    opacity: 0.9;
    background: white;
    padding: 9px;
    border-radius: 12px;
    box-shadow: 0px 4px 4px 0px #00000040 inset;
}
.t-head {
    font-size: 25px;
    line-height: normal;
    font-weight: 100;
    color: white;
}
.tile-card p {
    margin: 18px 0 0 0;
    font-size: 15px;
    color: white;
    line-height: 1.3;
}
.no-bg {
    background: transparent;
}
.services {
    padding: 50px 0;
}
.three-tile.services.partner-slide {
    background: #faef002e;
}
.theme-head p {
    font-size: 20px;
    text-align: center;
    margin: 14px 0 0 0;
}
.services .t-head {
    color: #252525;
    font-weight: 700;
}
.services .tile-card p {
    color: black;
}
.services .tile-card img {
    filter: none;
}
.templates {
    padding: 100px 0 52px 0;
}
.templates .messaging-head span {
    font-weight: 100;
    color: white;
}
.templates-card {
    padding: 50px;
    background: white;
    border-radius: 25px 25px 0 25px;
}
.tem-head {
    font-size: 38px;
    font-weight: bold;
    color: #0fa1cd;
}
.templates-card p {
    font-size: 18px;
    margin: 10px 0 0 0;
}
.templates .swiper-pagination-bullet {
    background: white !important;
}

.templates .swiper-button-prev,
.templates .swiper-container-rtl .swiper-button-next {
    display: none;
}
section.pricing {
    padding: 100px 0;
}
.theme-table table td {
    padding: 13px 25px;
    font-size: 18px;
    font-weight: 700;
}
.theme-table table {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #fe0909;
}
.theme-table thead {
    background-image: linear-gradient(to right, rgb(254 9 9), rgb(191 48 0));
}
.theme-table tbody tr:nth-child(even) {
    background: #ffe4e4;
}
.pri-top .tile-card img {
    background: #fefcdb;
    box-shadow: 0px 4px 4px 0px #faef00 inset;
}
.theme-table thead th {
    padding: 18px;
    color: white;
    font-size: 20px;
}
.theme-table tr td:nth-child(2) {
    background: #f3e40e1c;
}
.theme-table tr td:nth-child(3) {
    background: #0c92bb3b;
    width: 40%;
    text-align: center;
}
.templates-card p {
    font-size: 18px;
    margin: 10px 0 0 0;
}
.templates .swiper-pagination-bullet {
    background: white !important;
}

.templates .swiper-button-prev,
.templates .swiper-container-rtl .swiper-button-next {
    display: none;
}
.p-logo {
    height: 121px;
    width: 100%;
    padding: 10px;
    object-fit: contain;
    border-radius: 6px;
    background: #fefcdb;
    box-shadow: 0px 4px 4px 0px #faef00 inset;
}
/*.partner-logo .swiper-button-prev {
    display: none;
}*/
.swiper-slide-active .coverage-card:before {
    background: #ff980038;
}
.swiper-slide-active .coverage-card {
    height: 400px;
}
.swiper-wrapper {
    align-items: center;
}
.coverage-card span {
    position: relative;
    font-size: 50px;
    color: white;
    text-shadow: 0px 0px 18px #000000;
}
.swiper-wrapper {
    padding-bottom: 60px;
}
.coverage .swiper-button-prev,
.swiper-button-next {
    display: none;
}
.bg-dotted {
    background: url(../imgs/bg-dotted.png) #f6f7f5;
    padding: 100px 0 80px;
}
.img-with-bg {
    position: relative;
}
.footer-social:not(.first-child) {
    margin-top: 35px;
}
.footer-social {
    font-size: 16px;
    line-height: 48px;
}
.footer-social a {
    display: inline-block;
    margin-right: 4px;
    width: 48px;
    height: 48px;
    color: #fe0909;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    transition: 0.2s;
}
.content-div input:focus-visible {
    outline: 1px solid #fe0909;
    box-shadow: none;
    border: navajowhite;
}
.footer-social a i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
form.form-card {
    background: #fff;
    z-index: 1;
    position: relative;
    padding: 50px 30px;
    border-radius: 22px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
}
form.form-card input {
    display: block;
    width: 100%;
    border: 2px solid #7780a133;
    background: #10162600;
    padding: 8px 42px 8px 13px;
    border-radius: 14px;
    height: 55px;
}
.form-group {
    position: relative;
    margin-bottom: 40px;
}
form.form-card label {
    color: #535353;
    font-weight: 400;
    font-size: 14px;
    background: #fff;
    position: absolute;
    top: -8px;
    left: 37px;
    padding: 0 12px;
}
.text-danger {
    color: red;
}

form.form-card svg {
    position: absolute;
    top: 15px;
    right: 25px;
    color: #fe0909;
}
form.form-card .btn,
form.form-card .btn:focus {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-shadow: none;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    padding: 15px 25px;
    color: #ffffff;
    border: 1px solid #fe0909;
    border-radius: 26px;
    background: #fe0909;
    text-transform: none;
    letter-spacing: 0.05em;
    transition: 0.3s;
}

.hm-head span {
    color: #fe0909;
}
.hm-head {
    font-size: 52px;
    font-weight: 700;
    color: white;
}
.hm-form {
    padding: 50px;
    background: #ffffffcc;
    border-radius: 25px;
    box-shadow: 0px 0px 10px #4f4f4f42;
    position: relative;
    top: 177px;
}
.frm-head {
    font-size: 25px;
    font-weight: bold;
}
.rv-btn:hover {
    background: #212529;
    transition: all 0.3s ease-out;
}
.rv-btn {
    border: none;
    background: #fe0909;
    padding: 15px 45px;
    color: white;
    font-size: 20px;
    border-radius: 9px;
    transition: all 0.3s ease-out;
}
.form-control:focus,
.form-select:focus {
    outline: 1px solid #fe0909;
    box-shadow: none;
}
.hm-form hr {
    color: #aaaaaaeb;
}

.btn-close {
    position: absolute;
    top: -28px;
    right: 0;
    filter: brightness(0) invert(1);
    opacity: 1;
}
#contact-m .hm-form {
    top: 0;
    background: #fe0909;
    padding: 20px;
}
#contact-m .rv-btn:hover {
    color: #fe0909;
}
#contact-m .rv-btn {
    background: white;
    color: #242424;
}
.floating_btn {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.tile-card img {
    height: 82px;
    width: 82px;
    margin-bottom: 25px;
    object-fit: contain;
    opacity: 0.9;
    background: white;
    padding: 9px;
    border-radius: 12px;
    box-shadow: 0px 4px 4px 0px #00000040 inset;
}
.t-head {
    font-size: 25px;
    line-height: normal;
    font-weight: 100;
    color: white;
}
.tile-card p {
    margin: 18px 0 0 0;
    font-size: 15px;
    color: white;
    line-height: 1.3;
}
.theme-head span {
    color: #fe0909;
}
.theme-head {
    margin-bottom: 55px;
}
.theme-title {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    line-height: normal;
}
.mission .row {
    background: #fe09091f;
    padding: 30px;
    border-radius: 25px;
}
.vision .row {
    background: #faef002e;
}
.mission .row .messaging-head {
    font-size: 38px;
    font-weight: bold;
}
.mission {
    padding: 92px 0;
}
.btn1:hover {
    opacity: 0.8;
    background: black;
}
.btn1 {
    background: #fe0000;
    color: white;
}
.tp-service-btn {
    transition: all 0.3s ease-out 0s;
    text-align: center;
    position: absolute;
    transform: translateX(-50%) translateY(0%);
    left: 50%;
    bottom: -20px;
}
.tp-service-btn span {
    display: inline-block;
    position: relative;
    z-index: 1;
    height: 52px;
    width: 52px;
    line-height: 48px;
    border-radius: 50%;
    text-align: center;
}
.tp-service-btn span:before {
    position: absolute;
    border: 4px solid #ffeee3;
    content: "";
    border-radius: 50%;
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    transition: all 0.3s ease-out 0s;
}
.tp-service-btn span svg {
    transform: scale(1);
    transition: all 0.3s ease-out 0s;
}
.sec-space .col-md-4:hover .tp-service-btn span:before {
    transform: scale(1.3);
    border-color: #ff0000;
}
.so-pg a {
    color: #333333;
}
.sec-box p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    font-size: 19px;
    line-height: 1.5;
}
p.head-s {
    font-size: 30px;
    font-weight: 600;
    color: #3b3b3b;
    margin-bottom: 10px;
}
.so-pg .sec-space .col-md-4 {
    position: relative;
}
img.contact-img {
    border-radius: 25px;
    background: wheat;
    padding: 10px;
    width: 111%;
}
.partners .t-head {
    color: #252525;
    font-weight: 700;
}

.partners .tile-card p {
    color: black;
}
section.section {
    padding: 50px 0px;
}
.email-banner {
    background: linear-gradient(266.4deg, #fff3eb 0%, #e9f2ff 97.21%);
    position: relative;
    overflow: hidden;
}
.heading-box {
    font-size: 26px;
    font-weight: 500;
    color: #03a5d6;
    padding: 0px 0px 24px;
}
.heading-box img {
    width: 35px;
    height: 35px;
}
.heading {
    color: #303030;
    font-size: 36px;
    font-weight: 600;
    margin: 0px;
    padding: 0px 60px 0px 0px;
}
.email-banner.webiner p {
    padding: 6px 10% 0px 0px;
}
.email-banner p {
    font-size: 18px;
    font-weight: 300;
    color: #000;
    padding: 6px 20% 0px 0px;
    margin: 0px;
}
.bg-btn {
    box-shadow: 0px 4px 4px 0px #00000040 inset;
    background: #fe0000;
    padding: 16px 40px;
    display: inline-block;
    color: #ffffff;
    font-family: Outfit;
    font-size: 21px;
    font-weight: 600;
    line-height: 21.4px;
    letter-spacing: -0.03em;
    border-radius: 29px;
}
.bg-btn:hover {
    background: #000000;
}
.img-box img {
    border-radius: 32px;
    background: #ffffff;
    box-shadow: 6px 4px 4px 0px #00000040 inset;
    padding: 18px;
    /*        animation: hero-dot-1 5s linear 0s infinite alternate;*/
    position: relative;
}
.theme-color {
    color: #fe0000 !important;
}
.section.more-feature {
    background: #faef00;
}
.more-feature [class*="item"] .img {
    height: 100px;
    max-width: 100%;
    object-fit: cover;
    mix-blend-mode: multiply;
}
.more-feature [class*="item"] .heading {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e5d;
    padding: 12px 0px 6px;
}
.more-feature [class*="item"] p {
    font-size: 16px;
    font-weight: 400;
    color: #626f86;
    margin: 0px;
}
.more-feature .col-xl-4 {
    background: rgb(255 255 255);
    border-radius: 12px;
    padding: 22px 46px;
    text-align: center;
    margin: 0;
    border: 1px solid #e2e2e2;
}
.section.business-num .col-xl-3 {
    background: white;
    padding: 13px;
    border-radius: 5px;
    width: 24%;
    margin: .5%;
}
.section.business-num.every-business .box img {
    height: 177px;
}
.section.business-num .box img {
    height: 132px;
    object-fit: cover;
    width: 100%;
    border-radius: 8px;
}
.section.business-num .box .heading {
    font-size: 19px;
    font-weight: bold;
    color: #000;
    padding: 18px 0px 12px;
}
.section.business-num .box p {
    padding: 0px;
    color: #2c3e5d;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.mt-100 {
    margin-top: 100px;
}
.unified {
    background: #ffffff;
    padding: 60px 0;
}
.accordion .accordion-item {
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #dcdfe4;
}
.accordion-header {
    margin-bottom: 0;
}
.accordion .accordion-item h3 button.collapsed {
    font-weight: 400;
}
.accordion .accordion-item h3 button {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    box-shadow: none;
    outline: none;
    background: none;
    padding: 23px 0px;
}

.accordion .accordion-item .accordion-body {
    padding: 0px 0px 23px;
    font-size: 20px;
    font-weight: 400;
    color: #38414a;
    line-height: 22px;
}
.m-head {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 23px;
    line-height: 1.3;
}

.partner-sec p {
    font-family: "Outfit", serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 38.4px;
    text-align: center;
    margin-bottom: 20px;
}
.part-sec-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000054;
}
.part-sec-img {
    position: relative;
    background-attachment: fixed;
    background-size: cover !important;
}
.swiper-pagination-bullet-active, .swiper-pagination-bullet {
    background: #fe0000 !important;
}
.every-business {
    background: #fe0000;
}
.floating_btn {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}
.contact_icon img {
    width: 31px;
}
.contact_icon {
    background-color: #55cd6c;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}
.text_icon {
    margin-top: 8px;
    color: #707070;
    font-size: 13px;
}
#button {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 90px;
    right: 10px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
}

#button.show {
    opacity: 1;
    visibility: visible;
}
.swiper-button-next {
    margin-left: 15px !important;
}

.swiper-container {
    overflow: hidden;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 28px !important;

    color: #4f4f4f !important;
}

.swiper-button-prev,
.swiper-button-next {
    position: relative !important;

    background: white;

    border: 2px solid #4f4f4f;

    width: 60px !important;

    height: 60px !important;

    border-radius: 50%;

    top: inherit !important;

    left: inherit !important;

    bottom: inherit !important;

    right: inherit !important;

    margin: 0;

    padding: 0;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: #4f4f4f;
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
    color: white !important;
}
.review-bx {
    box-shadow: rgba(0, 0, 0, 0.25) 6px 4px 4px 0px inset;
    position: relative;
    border-radius: 32px;
    background: rgb(255, 255, 255);
    padding: 18px;
    text-align: center;
}
.user-nm img {
    height: 100px;
    width: 100px;
    padding: 8px;
    object-fit: cover;
    background: #fefcdb;
    box-shadow: 0px 4px 4px 0px #faef00 inset;
    border-radius: 50%;
}
.r-m {
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 11px;
}
.r-m span {
    font-size: 15px;
    font-weight: 300;
    display: block;
}
.blog-grid-inner .tp-blog-item {
    border: 1px solid #f0f0f0;
    border-radius: 30px;
    transition: 0.3s;
    background-color: #ffffff;
}
.blog-grid-inner .tp-blog-thumb {
    margin-bottom: 0;
    border-radius: 20px 20px 0 0;
}
.fix {
    overflow: hidden;
}
.tp-blog-thumb {
    margin-bottom: 30px;
    border-radius: 30px;
}
.blog-grid-inner .tp-blog-thumb img {
    border-radius: 20px 20px 0 0;
}
.tp-blog-thumb img {
    border-radius: 30px;
    width: 100%;
    transition: all 0.3s ease-out;
}
.blog-grid-inner .tp-blog-content {
    padding: 30px;
}
.tp-blog-meta {
    margin-bottom: 12px;
}
.tp-blog-category span {
    font-weight: 700;
    font-size: 12px;
    line-height: 8px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fe0909;
    border: 1px solid rgba(91, 108, 255, 0.1);
    border-radius: 30px;
    display: inline-block;
    padding: 8px 12px;
}
.tp-blog-date span {
    font-weight: 500;
    font-size: 14px;
    line-height: 12px;
    color: #787b83;
    padding-left: 12px;
    margin-left: 12px;
    position: relative;
}
.tp-blog-date span::after {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #5f6168;
}
.blog-grid-inner .tp-blog-title-box {
    margin-bottom: 0px;
    border-bottom: none;
}
.tp-blog-title-box {
    padding-bottom: 22px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e9ebf1;
}
.tp-blog-title-sm {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #000229;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.tp-blog-avata {
    margin-right: 15px;
}
.tp-blog-avata img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 50%;
}
.tp-blog-author-info h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #000229;
    margin-bottom: 3px;
}
.tp-blog-author-info span {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #787b83;
}
.tp-blog-item:hover .tp-blog-thumb img {
    transform: scale(1.1);
}


















@media only screen and (max-width: 767px) {
    .blog-grid-inner .tp-blog-content {
    padding: 13px;
}
.tp-blog-title-sm {
    font-size: 16px;
    line-height: 24px;
}
.tp-blog-author-info h5 {
    font-size: 14px;
    line-height: 10px;
}
.tp-blog-author-info span {
    font-size: 12px;
}

    .main-div.sticky {
        width: 96%;
        margin: auto 2%;
    }
    .sec-space .col-md-4 {
        width: 100%;
        padding: 25px;
        margin-bottom: 20px;
    }
    .ser-r-item img {
        width: 50px;
        height: 50px;
    }
    .ic-img {
        width: 80px;
        height: 80px;
        border: 2px solid #ffffff;
    }
    .ser-r-item p {
        font-size: 12px;
        margin-top: 0px;
    }
    .text-sec,
    .pricing {
        padding: 50px 0;
    }
    .ser-title {
        font-size: 30px;
        line-height: normal;
    }
    img.bimg1 {
        top: 172px;
        width: 100px;
    }
    img.bimg2 {
        width: 101px;
    }
    img.bimg4 {
        width: 101px;
    }
    img.bimg3 {
        width: 100px;
        left: 0;
        top: 84%;
    }
    .main-div img[title="logo"] {
        width: 100px;
    }
    .section.business-num .col-xl-3 {
        width: 99%;
        margin: .5%;
    }
    .top-banner h1 {
        font-size: 75px;
        font-weight: 400;
    }
    .b-btn {
        width: 97%;
        margin: 0 auto;
        font-size: 22px;
        font-weight: 400;
        line-height: 16.4px;
        padding: 16px 0;
    }
    .text-head {
        font-size: 32px;
        line-height: normal;
    }
    .text-box p {
        font-size: 18px;
        font-weight: 400;
        line-height: normal;
    }
    .about-sec {
        height: auto;
    }
    .ab-box {
        padding: 25px;
    }
    .ab-head {
        font-size: 49px;
    }
    .ab-box p {
        font-size: 17px;
        line-height: 1.5;
        margin: 0;
    }
    .service-sec {
        padding: 172px 0 50px 0;
    }
    .titile-head {
        font-size: 25px;
        font-weight: 600;
        line-height: normal;
    }
    .titile-des {
        font-size: 20px;
        line-height: 1.5;
        text-align: left !important;
        margin: 20px 0;
    }
    .sec-space {
        margin-top: 0;
    }
    .sec-box p {
        font-size: 20px;
        line-height: 1.5;
    }
    .service-sec .titile-head {
        margin-bottom: 20px;
    }
    .floating_btn {
        bottom: -5px;
        left: 6px;
    }
    .mission .row {
        padding: 13px;
        margin: 0px;
    }
    .messaging-content.pe-5 {
        padding-right: 0 !important;
    }
    .messaging-content.ps-5 {
        padding-left: 0 !important;
        margin-top: 25px;
    }
    .mission .row .messaging-head {
        font-size: 25px;
        font-weight: bold;
    }
    .messaging-content p {
        font-size: 18px;
        margin: 0;
    }
    .mission {
        padding: 50px 0;
    }
    .theme-title {
        font-size: 25px;
    }
    .partners .tile-card {
        margin-bottom: 26px;
    }
    .partners {
        padding-bottom: 0;
    }
    .services,
    .bg-dotted {
        padding: 50px 0;
    }
    .start-banner .hm-head {
        font-size: 25px;
        line-height: normal;
    }
    .start-banner {
        height: auto;
    }
    .serve {
        padding: 50px 0;
    }
    .ser-content p {
        font-size: 16px;
        line-height: 1.5;
        margin: 6px 0 15px 0;
    }
    .serve-btn {
        padding: 5px 18px;
        font-size: 18px;
        line-height: 36.4px;
        margin-top: 5px;
    }
    .pricing-hd {
        font-size: 50px;
        line-height: normal;
        margin-bottom: 2px;
    }
    .pricing-lft p {
        font-size: 20px;
        line-height: 1.5;
    }
    .m-line {
        height: 40px;
    }
    .pricing-rgt p {
        font-size: 22px;
        line-height: 33.6px;
    }
    footer.main-foot {
        padding: 50px 0 20px 0;
    }
    ul.navbar-nav {
        padding: 0 32px;
    }
    .main-div .nav-link {
        margin: 4px 0 0 0;
    }
    img.contact-img {
        width: 100%;
    }
    .partners .col-md-4 {
        width: 96%;
    }
    .quote-btn {
        text-align: center;
    }
}










@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .img-box img {
        padding: 12px;
    }
    ul.navbar-nav {
        padding: 0 32px;
    }
    .main-div.sticky {
        width: 96%;
        margin: auto 2%;
    }
    .sec-space .col-md-4 {
        width: 48%;
        padding: 25px;
        margin-bottom: 20px;
    }
    .section.business-num .col-xl-3 {
        width: 48%;
        margin: .5%;
    }
    .ser-r-item img {
        width: 50px;
        height: 50px;
    }
    .ic-img {
        width: 80px;
        height: 80px;
        border: 2px solid #ffffff;
    }
    .ser-r-item p {
        font-size: 12px;
        margin-top: 0px;
    }
    .text-sec,
    .pricing {
        padding: 50px 0;
    }
    .ser-title {
        font-size: 30px;
        line-height: normal;
    }
    img.bimg1 {
        top: 172px;
        width: 100px;
    }
    img.bimg2 {
        width: 101px;
    }
    img.bimg4 {
        width: 101px;
    }
    img.bimg3 {
        width: 100px;
        left: 0;
    }
    .top-banner h1 {
        font-size: 75px;
        font-weight: 400;
    }
    .b-btn {
        width: 97%;
        margin: 0 auto;
        font-size: 22px;
        font-weight: 400;
        line-height: 16.4px;
        padding: 16px 0;
    }
    .text-head {
        font-size: 32px;
        line-height: normal;
    }
    .text-box p {
        font-size: 18px;
        font-weight: 400;
        line-height: normal;
    }
    .about-sec {
        height: auto;
    }
    .ab-box {
        padding: 25px;
    }
    .ab-head {
        font-size: 49px;
    }
    .ab-box p {
        font-size: 17px;
        line-height: 1.5;
        margin: 0;
    }
    .service-sec {
        padding: 172px 0 50px 0;
    }
    .titile-head {
        font-size: 25px;
        font-weight: 600;
        line-height: normal;
    }
    .titile-des {
        font-size: 20px;
        line-height: 1.5;
        text-align: left !important;
        margin: 20px 0;
    }
    .sec-space {
        margin-top: 0;
    }
    .sec-box p {
        font-size: 20px;
        line-height: 1.5;
    }
    .service-sec .titile-head {
        margin-bottom: 20px;
    }
    .floating_btn {
        bottom: -5px;
        left: 6px;
    }
    .mission .row {
        padding: 13px;
        margin: 0px;
    }
    .messaging-content.pe-5 {
        padding-right: 0 !important;
    }
    .messaging-content.ps-5 {
        padding-left: 0 !important;
        margin-top: 25px;
    }
    .mission .row .messaging-head {
        font-size: 25px;
        font-weight: bold;
    }
    .messaging-content p {
        font-size: 18px;
        margin: 0;
    }
    .mission {
        padding: 50px 0;
    }
    .theme-title {
        font-size: 25px;
    }
    .partners .tile-card {
        margin-bottom: 26px;
    }
    .partners {
        padding-bottom: 0;
    }
    .services,
    .bg-dotted {
        padding: 50px 0;
    }
    .start-banner .hm-head {
        font-size: 25px;
        line-height: normal;
    }
    .start-banner {
        height: auto;
    }
    .serve {
        padding: 50px 0;
    }
    .ser-content p {
        font-size: 16px;
        line-height: 1.5;
        margin: 6px 0 15px 0;
    }
    .serve-btn {
        padding: 5px 18px;
        font-size: 18px;
        line-height: 36.4px;
        margin-top: 5px;
    }
    .pricing-hd {
        font-size: 50px;
        line-height: normal;
        margin-bottom: 2px;
    }
    .pricing-lft p {
        font-size: 20px;
        line-height: 1.5;
    }
    .m-line {
        height: 40px;
    }
    .pricing-rgt p {
        font-size: 22px;
        line-height: 33.6px;
    }
    footer.main-foot {
        padding: 50px 0 20px 0;
    }
    
    .main-div .nav-link {
        margin: 4px 0 0 0;
    }
    img.contact-img {
        width: 100%;
    }
    .main-foot .col-md-2 {
        width: 30%;
    }
    img.contact-img {
        display: none;
    }
    .main-div img[title="logo"] {
        width: 100px;
    }
    .partners .col-md-4 {
        width: 48%;
    }
    .more-feature .col-xl-4, .every-business .col-xl-3 {
        width: 50%;
    }

    .section.business-num .box {
        height: auto;
    }



}
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2){
.main-div img[title="logo"] {
        width: 100px;
    }
.main-div.sticky {
    width: 94%;
    margin: auto 3%;
}
.ser-title {
    font-size: 60px;
    line-height: normal;
}
.ser-content p {
    font-size: 25px;
    line-height: normal;
}
.ic-img {
    width: 100px;
    height: 100px;
}
.ser-r-item img {
    width: 60px;
    height: 60px;
}
.ser-r-item p {
    font-size: 16px;
}











  }

  @media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 12px;
    }
    .main-div a.navbar-brand img {
        width: 100px;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
    }
    .main-div a.navbar-brand img {
        width: 120px;
    }
}
@media (min-width: 1400px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 16px;
    }
    .main-div a.navbar-brand img {
        width: 175px;
    }
}