/*===========================
    01.COMMON css 
===========================*/

@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap");
html {
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #65677E;
    overflow-x: hidden;
    background: #F4F7FC;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

a:hover {
    transition: all 0.3s ease-out 0s;
    color: #365ae1;
}

a,
a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #3D4270;
    margin: 0px;
    line-height: 1.3;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 50px;
}

@media (max-width: 991px) {
    h1 {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 32px;
    }
}

h2 {
    font-size: 45px;
}

@media (max-width: 991px) {
    h2 {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 28px;
    }
}

h3 {
    font-size: 28px;
}

@media (max-width: 767px) {
    h3 {
        font-size: 24px;
    }
}

h4 {
    font-size: 24px;
}

@media (max-width: 767px) {
    h4 {
        font-size: 20px;
    }
}

h5 {
    font-size: 20px;
}

@media (max-width: 767px) {
    h5 {
        font-size: 18px;
    }
}

h6 {
    font-size: 16px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #65677E;
    margin: 0px;
}

@media (max-width: 767px) {
    p {
        font-size: 15px;
        line-height: 1.5;
    }
}

.img-bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

/*===== All Button Style =====*/

.theme-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    padding: 16px 32px;
    font-size: 16px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    transition: all .4s ease-in-out;
    border: none;
    background: linear-gradient(to right, #34b15e 0%, #73e09a 50%, #34b15e 100%);
    background-size: 200% auto;
    overflow: hidden;
}

@media (max-width: 767px) {
    .theme-btn {
        padding: 12px 24px;
        font-size: 14px;
    }
}

.theme-btn:hover,
.theme-btn:focus {
    background-position: right center;
    color: #fff;
}

.theme-btn-2 {
    background-image: linear-gradient(to right, #365ae1 0%, #6286eb 50%, #365ae1 100%);
}

.theme-btn-2:focus,
.theme-btn-2:hover {
    background-position: right center;
}

.scroll-top {
    width: 40px;
    height: 40px;
    background: #365ae1;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
    .scroll-top {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
        bottom: 15px;
        right: 15px;
    }
}

.scroll-top:hover {
    background: rgba(54, 90, 225, 0.8);
    color: #fff;
}

@keyframes animation1 {
    0% {
        transform: translateY(30px);
    }
    50% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(30px);
    }
}

/*===== All Section Title Style =====*/

.section-title span {
    font-size: 18px;
    font-weight: 500;
    display: block;
    color: #3A424E;
    margin-bottom: 12px;
}

@media (max-width: 767px) {
    .section-title span {
        font-size: 16px;
    }
}

/*===== All Slick Slide Outline Style =====*/

.slick-slide {
    outline: 0;
}

/*===== All Preloader Style =====*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    display: table;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 99999;
}

.preloader .loader {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

/* ===== Responsive Spacing Classes ===== */
@media (max-width: 767px) {
    .pt-150 { padding-top: 80px; }
    .pb-120 { padding-bottom: 60px; }
    .pt-120 { padding-top: 60px; }
    .pb-105 { padding-bottom: 55px; }
    .pt-100 { padding-top: 60px; }
    .pb-100 { padding-bottom: 60px; }
    .pt-70 { padding-top: 50px; }
    .pb-70 { padding-bottom: 50px; }
    .pt-50 { padding-top: 40px; }
    .pb-50 { padding-bottom: 40px; }
    .mt-150 { margin-top: 80px; }
    .mb-120 { margin-bottom: 60px; }
    .mb-55 { margin-bottom: 30px; }
    .mb-35 { margin-bottom: 20px; }
    .mb-30 { margin-bottom: 20px; }
    .mb-20 { margin-bottom: 15px; }
    .mb-40 { margin-bottom: 25px; }
}

/*===========================
    02.HEADER css 
===========================*/

.navbar-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.3s ease-out 0s;
    background: rgba(255, 255, 255, 0.04);
}

.sticky {
    position: fixed;
    z-index: 99;
    background: #365ae1;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-out 0s;
}

.navbar {
    padding: 0;
    border-radius: 5px;
    position: relative;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar {
        padding: 15px 0;
    }
}

@media (max-width: 767px) {
    .navbar {
        padding: 12px 0;
    }
}

.navbar-brand {
    padding: 0;
}

.navbar-brand img {
    max-width: 130px;
}

@media (max-width: 767px) {
    .navbar-brand img {
        max-width: 110px;
    }
}

.navbar-toggler {
    padding: 0px;
    border: none;
    background: transparent;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler .toggler-icon {
    width: 28px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 5px 0;
    position: relative;
    transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
    transform: rotate(45deg);
    top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
    transform: rotate(135deg);
    top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        padding: 15px 20px;
        border-radius: 0 0 10px 10px;
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        box-shadow: 0px 15px 20px 0px rgba(61, 66, 112, 0.1);
        padding: 12px 20px;
        border-radius: 0 0 10px 10px;
        max-height: 70vh;
        overflow-y: auto;
    }
}

.navbar-nav .nav-item {
    margin-left: 40px;
    position: relative;
}

.navbar-nav .nav-item:first-child {
    margin-left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item {
        margin-left: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item {
        margin: 0;
        margin-bottom: 8px;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item {
        margin: 0;
        margin-bottom: 6px;
    }
}

.navbar-nav .nav-item a {
    font-size: 16px;
    color: #fff;
    transition: all 0.3s ease-out 0s;
    position: relative;
    padding: 20px 0;
}

@media (max-width: 991px) {
    .navbar-nav .nav-item a {
        color: #365ae1;
        display: inline-block;
        padding: 8px 0;
        font-size: 15px;
    }
}

.navbar-nav .nav-item a::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 3px;
    background: #85E4A5;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 991px) {
    .navbar-nav .nav-item a::after {
        bottom: -2px;
    }
}

.navbar-nav .nav-item a.active::after,
.navbar-nav .nav-item a:hover::after {
    width: 100%;
}

/*===========================
    03.Hero-section CSS
===========================*/

.hero-section {
    background-image: linear-gradient(#365ae1 0%, #244ae2 4.66%, #1029a6 76.69%, #1029a6 100%);
    padding-top: 150px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-section {
        padding-top: 130px;
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .hero-section {
        padding-top: 100px;
        padding-bottom: 60px;
    }
}

.hero-section .hero-content-wrapper h1 {
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 48px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-section .hero-content-wrapper h1 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-section .hero-content-wrapper h1 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .hero-section .hero-content-wrapper h1 {
        font-size: 28px;
        text-align: center;
    }
}

.hero-section .hero-content-wrapper p {
    font-weight: 500;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .hero-section .hero-content-wrapper p {
        text-align: center;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .hero-section .hero-content-wrapper {
        text-align: center;
        margin-bottom: 40px;
    }
}

.hero-section .hero-img img {
    width: 100%;
    max-width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-section .hero-img {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .hero-section .hero-img {
        margin-top: 30px;
        text-align: center;
    }
    .hero-section .hero-img img {
        max-width: 280px;
    }
}

.hero-section .shapes .shape {
    position: absolute;
    width: 970px;
    height: 540px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 73px;
    z-index: -1;
    transform: rotate(-26deg);
}

@media (max-width: 991px) {
    .hero-section .shapes .shape {
        display: none;
    }
}

/*===========================
    04.Feature css 
===========================*/

.features-wrapper {
    background-image: linear-gradient(#365ae1 0%, #244ae2 22.16%, #1029a6 76.69%, #1029a6 100%);
    padding: 50px 40px 20px;
    border-radius: 27px;
    margin-top: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .features-wrapper {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features-wrapper {
        padding: 40px 25px 10px;
    }
}

@media (max-width: 767px) {
    .features-wrapper {
        padding: 30px 20px 10px;
        border-radius: 20px;
    }
}

.features-wrapper .single-feature {
    margin-bottom: 30px;
}

.features-wrapper .single-feature .feature-img {
    margin-bottom: 15px;
}

.features-wrapper .single-feature .feature-img img {
    max-width: 70px;
}

@media (max-width: 767px) {
    .features-wrapper .single-feature .feature-img img {
        max-width: 55px;
    }
}

.features-wrapper .single-feature .feature-content h5 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .features-wrapper .single-feature .feature-content h5 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .features-wrapper .single-feature .feature-content h5 {
        font-size: 18px;
    }
}

.features-wrapper .single-feature .feature-content p {
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .features-wrapper .single-feature .feature-content p {
        font-size: 13px;
    }
}

/*===========================
    05.About css 
===========================*/

.about-section {
    overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-section .about-img {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .about-img {
        text-align: center;
        margin-bottom: 40px;
    }
    .about-section .about-img img {
        max-width: 80%;
    }
}

@media (max-width: 767px) {
    .about-section .about-img {
        text-align: center;
        margin-bottom: 30px;
    }
    .about-section .about-img img {
        max-width: 280px;
    }
}

.about-section .about-content {
    margin-left: -15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-section .about-content {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .about-content {
        margin-left: 0px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .about-section .about-content {
        margin-left: 0px;
        text-align: center;
    }
}

/*===========================
    06.Service Section
===========================*/

.service-section .single-service {
    padding: 35px 25px;
    transition: all 0.3s ease-out 0s;
    background: transparent;
    border-radius: 10px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .service-section .single-service {
        padding: 25px 20px;
        text-align: center;
    }
}

.service-section .single-service:hover {
    background: #fff;
    box-shadow: 0 0 41px rgba(242, 245, 255, 0.47);
}

.service-section .single-service .service-icon {
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    border-radius: 10px;
    background: #365ae1;
    color: #fff;
    box-shadow: 5px 5px 0 rgba(54, 90, 225, 0.2);
}

@media (max-width: 767px) {
    .service-section .single-service .service-icon {
        width: 55px;
        height: 55px;
        font-size: 24px;
        margin: 0 auto 20px auto;
    }
}

.service-section .single-service h4 {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .service-section .single-service h4 {
        font-size: 18px;
    }
}

/*===========================
    07.Roadmap Section
===========================*/

.roadmap-section {
    overflow-x: hidden;
}

.roadmap-section .roadmap-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

@media (max-width: 991px) {
    .roadmap-section .roadmap-wrapper {
        flex-wrap: wrap;
    }
}

.roadmap-section .roadmap-wrapper .roadmap-item {
    width: calc(20% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .roadmap-section .roadmap-wrapper .roadmap-item {
        width: calc(33.33% - 20px);
    }
}

@media (max-width: 767px) {
    .roadmap-section .roadmap-wrapper .roadmap-item {
        width: calc(50% - 20px);
        margin-bottom: 35px;
    }
}

@media (max-width: 480px) {
    .roadmap-section .roadmap-wrapper .roadmap-item {
        width: calc(100% - 20px);
    }
}

.roadmap-section .roadmap-wrapper .roadmap-item::before {
    content: '';
    position: absolute;
    background: #fff;
    left: -10px;
    top: 0px;
    width: calc(50% + 2px);
    height: 2px;
}

.roadmap-section .roadmap-wrapper .roadmap-item::after {
    content: '';
    position: absolute;
    background: #fff;
    right: -10px;
    top: 0px;
    width: calc(50% + 2px);
    height: 2px;
}

@media (max-width: 767px) {
    .roadmap-section .roadmap-wrapper .roadmap-item::before,
    .roadmap-section .roadmap-wrapper .roadmap-item::after {
        display: none;
    }
}

.roadmap-section .roadmap-wrapper .roadmap-item .circle {
    position: relative;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    margin: -6px auto 25px auto;
    transition: all 0.3s ease-out 0s;
}

.roadmap-section .roadmap-wrapper .roadmap-item .circle::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #fff;
    top: -6px;
    left: -6px;
}

.roadmap-section .roadmap-wrapper .roadmap-item span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .roadmap-section .roadmap-wrapper .roadmap-item span {
        font-size: 14px;
    }
}

.roadmap-section .roadmap-wrapper .roadmap-item p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .roadmap-section .roadmap-wrapper .roadmap-item p {
        font-size: 12px;
    }
}

/*===========================
    08.Grows Section
===========================*/

.grows-section {
    overflow: hidden;
}

.grows-section .grows-img {
    text-align: center;
}

.grows-section .grows-img img {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 991px) {
    .grows-section .grows-img {
        margin-bottom: 40px;
    }
    .grows-section .grows-img img {
        max-width: 80%;
    }
}

@media (max-width: 767px) {
    .grows-section .grows-img img {
        max-width: 280px;
    }
}

.grows-section .grows-content-wrapper {
    margin-left: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .grows-section .grows-content-wrapper {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .grows-section .grows-content-wrapper {
        margin-left: 0;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .grows-section .grows-content-wrapper {
        margin-left: 0;
        text-align: center;
    }
}

/*===========================
    09.Team css 
===========================*/

.single-team {
    margin-bottom: 80px;
}

@media (max-width: 767px) {
    .single-team {
        margin-bottom: 60px;
    }
}

.single-team .team-img {
    padding-right: 20px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
    .single-team .team-img {
        padding-right: 15px;
        max-width: 280px;
        margin: 0 auto;
    }
}

.single-team .team-img img {
    border-radius: 10px 10px 10px 0px;
    box-shadow: 0 0 23px rgba(171, 177, 232, 0.13);
    width: 100%;
}

.single-team .team-img .team-info {
    position: absolute;
    width: 100%;
    bottom: -80px;
    z-index: -1;
    background: #fff;
    padding: 140px 20px 20px;
    box-shadow: 0 0 23px rgba(171, 177, 232, 0.13);
    border-radius: 10px;
}

@media (max-width: 767px) {
    .single-team .team-img .team-info {
        bottom: -70px;
        padding: 120px 15px 15px;
    }
}

.single-team .team-img .team-info h5 {
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 18px;
}

.single-team .team-img .team-info span {
    font-size: 14px;
}

.single-team .team-img .team-social-links {
    position: absolute;
    width: calc(100% - 20px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px 10px 10px 0;
    background: rgba(54, 90, 225, 0.7);
    transition: all 0.3s ease-out 0s;
}

.single-team .team-img .team-social-links ul li {
    display: inline-block;
}

.single-team .team-img .team-social-links ul li a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #fff;
    color: #365ae1;
    border-radius: 5px;
    margin: 0 4px;
    font-size: 14px;
}

.single-team:hover .team-social-links {
    opacity: 1;
    visibility: visible;
}

/*===========================
    10.Countdown Section
===========================*/

.countdown-section {
    position: relative;
    overflow: hidden;
}

.countdown-section .countdown-img {
    margin-left: -120px;
    text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .countdown-section .countdown-img {
        margin-left: 0px;
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .countdown-section .countdown-img {
        margin-left: 0px;
        margin-bottom: 40px;
    }
    .countdown-section .countdown-img img {
        max-width: 80%;
    }
}

@media (max-width: 767px) {
    .countdown-section .countdown-img {
        margin-left: 0px;
        margin-bottom: 30px;
    }
    .countdown-section .countdown-img img {
        max-width: 250px;
    }
}

.countdown-section ul#countdown-example {
    margin-bottom: 40px;
    text-align: center;
}

.countdown-section ul#countdown-example li {
    display: inline-block;
    margin: 0;
    margin-right: 35px;
    text-align: center;
}

@media (max-width: 767px) {
    .countdown-section ul#countdown-example li {
        margin-right: 15px;
    }
}

.countdown-section ul#countdown-example li:last-child {
    margin-right: 0;
}

.countdown-section ul#countdown-example li span {
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
    display: block;
}

@media (max-width: 767px) {
    .countdown-section ul#countdown-example li span {
        font-size: 24px;
    }
}

.countdown-section ul#countdown-example li p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .countdown-section ul#countdown-example li p {
        font-size: 12px;
    }
}

.countdown-section .countdown-content {
    text-align: left;
}

@media (max-width: 991px) {
    .countdown-section .countdown-content {
        text-align: center;
    }
}

.countdown-section .countdown-content p {
    padding-right: 20px;
}

@media (max-width: 991px) {
    .countdown-section .countdown-content p {
        padding-right: 0;
    }
}

/*===========================
    11.Contact css 
===========================*/

.contact-section .contact-wrapper {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .contact-section .contact-wrapper {
        text-align: center;
    }
}

.contact-section .contact-wrapper .contact-form input,
.contact-section .contact-wrapper .contact-form textarea {
    width: 100%;
    border: 1px solid transparent;
    background: #fff;
    border-radius: 8px;
    padding: 14px 18px;
    margin-bottom: 18px;
    box-shadow: 0 0 23px rgba(171, 177, 232, 0.13);
    transition: all 0.3s ease-out 0s;
    font-size: 15px;
}

@media (max-width: 767px) {
    .contact-section .contact-wrapper .contact-form input,
    .contact-section .contact-wrapper .contact-form textarea {
        padding: 12px 15px;
        font-size: 14px;
    }
}

.contact-section .contact-wrapper .contact-form input:focus,
.contact-section .contact-wrapper .contact-form textarea:focus {
    border-color: #365ae1;
    outline: none;
}

.contact-section .contact-wrapper .contact-form .theme-btn-2 {
    font-size: 15px;
    padding: 14px 50px;
}

@media (max-width: 767px) {
    .contact-section .contact-wrapper .contact-form .theme-btn-2 {
        padding: 12px 40px;
        font-size: 14px;
    }
}

.contact-section .contact-map {
    margin-top: 20px;
}

@media (max-width: 991px) {
    .contact-section .contact-map {
        margin-top: 0;
    }
}

.contact-section .contact-map .map-canvas .map {
    width: 100%;
    height: 350px;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .contact-section .contact-map .map-canvas .map {
        height: 280px;
    }
}

/*===========================
    12.Footer css 
===========================*/

.footer {
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.footer .footer-widget {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .footer .footer-widget {
        text-align: center;
        margin-bottom: 35px;
    }
}

.footer .footer-widget p {
    color: #fff;
    font-size: 15px;
    line-height: 1.6;
}

.footer .footer-widget h4 {
    font-size: 22px;
    margin-bottom: 30px;
    color: #fff;
}

@media (max-width: 767px) {
    .footer .footer-widget h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

.footer .footer-widget ul.footer-links li a {
    color: #fff;
    display: block;
    line-height: 32px;
    transition: all .3s;
    font-size: 14px;
}

.footer .footer-widget ul.footer-links li a:hover {
    color: #84E4A4;
    padding-left: 6px;
}

.footer .footer-widget .footer-social-links ul li {
    display: inline-block;
}

.footer .footer-widget .footer-social-links ul li a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    background: rgba(255, 255, 255, 0.15);
    display: block;
    font-size: 16px;
    color: #fff;
    margin-right: 12px;
    transition: all 0.3s;
}

@media (max-width: 767px) {
    .footer .footer-widget .footer-social-links ul li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        margin-right: 8px;
    }
}

.footer .footer-widget .footer-social-links ul li a:hover {
    background: white;
    color: #365ae1;
    transform: translateY(-3px);
}

.footer .copyright-area {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 25px 0;
    font-size: 14px;
}

@media (max-width: 767px) {
    .footer .copyright-area {
        padding: 20px 0;
    }
    .footer .copyright-area p {
        font-size: 12px;
        line-height: 1.5;
    }
}

.footer .copyright-area p a {
    color: #84E4A4;
    transition: all 0.3s;
}

.footer .copyright-area p a:hover {
    color: #fff;
}

/*===========================
    Additional Responsive Fixes
===========================*/

/* Tablet specific adjustments */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .col-lg-6, .col-lg-4, .col-lg-3 {
        margin-bottom: 30px;
    }
    
    .section-title {
        text-align: center;
    }
    
    .theme-btn {
        display: inline-block;
    }
    
    .hero-section .hero-content-wrapper {
        text-align: center;
        margin-bottom: 40px;
    }
}

/* Mobile landscape adjustments */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .hero-section .hero-content-wrapper h1 {
        font-size: 32px;
    }
    
    .features-wrapper {
        padding: 35px 25px 15px;
    }
    
    .roadmap-section .roadmap-wrapper .roadmap-item {
        width: calc(50% - 20px);
    }
}

/* Small mobile adjustments */
@media (max-width: 380px) {
    h2 {
        font-size: 24px;
    }
    
    .theme-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
    
    .hero-section .hero-content-wrapper h1 {
        font-size: 24px;
    }
    
    .countdown-section ul#countdown-example li {
        margin-right: 8px;
    }
    
    .countdown-section ul#countdown-example li span {
        font-size: 20px;
    }
    
    .countdown-section ul#countdown-example li p {
        font-size: 10px;
    }
}

/* Fix for images on all devices */
img {
    max-width: 100%;
    height: auto;
}

/* Container padding fix for mobile */
@media (max-width: 767px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Fix for row margins on mobile */
@media (max-width: 767px) {
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    
    .row > [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Smooth scroll for better mobile experience */
html {
    scroll-behavior: smooth;
}

/* Fix for sticky header on mobile */
@media (max-width: 767px) {
    .sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
    }
}