@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");

/* @font-face {
    font-family: "Britannic Bold";
    src: url("../fonts/Britannic/BRITANIC.TTF") format("truetype");
}

@font-face {
    font-family: "SF Pro Display Bold";
    src: url("../fonts/SF_Pro_Display/SF_Pro_Display_Bold.OTF")
        format("opentype");
}

@font-face {
    font-family: "SF Pro Display Regular";
    src: url("../fonts/SF_Pro_Display/SF_Pro_Display\ _Regular.OTF")
        format("opentype");
}

@font-face {
    font-family: "SF Pro Display Semibold";
    src: url("../fonts/SF_Pro_Display/SF_Pro_Display_Semibold.ttf")
        format("opentype");
}

@font-face {
    font-family: "SF Pro Display light";
    src: url("../fonts/SF_Pro_Display/SF_Pro_Display_Light.ttf")
        format("opentype");
}

@font-face {
    font-family: "font-family: 'Poppins', sans-serif;";
    src: url("../fonts/SF_Pro_Display/SF_Pro_Display_Medium.OTF")
        format("opentype");
} */

body {
    font-family: "Poppins", sans-serif !important;
}

body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
}

img {
    height: auto;
    max-width: 100%;
}

a,
a:focus,
button:focus {
    outline: none !important;
    text-decoration: none !important;
    color: unset !important;
}

a,
a:focus,
a:hover,
a.active {
    color: #111111;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    padding: 0;
    margin: 0;
    color: rgba(67, 67, 67, 1);
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-bold {
    font-weight: bold;
}

.fs-15 {
    font-size: 15px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: 24px;
}

.ptb-space {
    padding-top: 50px;
    padding-bottom: 50px;
}

.page-wrapper {
    overflow: hidden;
}

.transparent-header {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 9;
    height: auto;
}

.menu-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.navbar-wrap {
    flex-grow: 1;
}

.navbar-wrap ul {
    display: flex;
    margin-left: auto;
    margin-bottom: 0px;
}

.navbar-wrap ul li {
    display: block;
    position: relative;
}

.navbar-wrap ul li a {
    color: #ffff !important;
    /* font: 500 14px/24px SF Pro Display medium; */
    text-transform: uppercase;
    padding: 35px 20px;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.navbar-wrap > ul > li.active > a,
.navbar-wrap > ul > li:hover > a {
    color: #ffff !important;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    display: none;
}

.header-action > ul {
    display: flex;
    align-items: center;
    margin-left: 40px;
    margin-bottom: 0px;
}

.header-action > ul li {
    position: relative;
    padding-left: 20px;
}

.header-action ul li:first-child {
    margin-left: 0;
    padding-left: 0;
}

.btn-gradient {
    color: #fff !important;
    /* font: normal normal normal 16px/24px SF Pro Display regular; */
    padding: 12px 20px;
    background: #4fb660;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #00000066;
    border: none;
}

.sticky-menu {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    /* background: #1b1472; */
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    border-radius: 0;
}

.header .sticky-menu .transparent-header {
    border: none;
}

.header .sticky-menu .header-action ul li a,
.header .sticky-menu .navbar-wrap > ul > li > a {
    color: #fff !important;
}

.header .sticky-menu .header-action ul li a.btn {
    color: #fff !important;
}

.menu-wrap .menu-nav .main-logo {
    font-size: 24px;
    line-height: 30px;
    font-family: Montserrat;
    letter-spacing: 1.68px;
    color: #fff !important;
    display: flex !important;
    display: -webkit-box;
    align-items: center !important;
    -webkit-box-align: center;
}

.navbar-nav .nav-item {
    margin-right: 20px;
}

.navbar-nav .nav-item:last-child {
    margin-right: 0px;
}

.navbar-nav .nav-item .nav-link {
    color: #ffff !important;
    /* font: 500 14px/24px SF Pro Display medium; */
    text-transform: uppercase;
    padding: 35px 12px;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link:hover {
    color: #4fb660 !important;
}

/* Mobile-menu */

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    display: none;
    color: #fff;
    margin-right: 30px;
    top: 15px;
}

.nav-logo img {
    width: 150px;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .navigation li.current > a:before {
    height: 100%;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.7;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #1b1472;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 20px;
    top: 15px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > ul > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff !important;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}

.mobile-menu .navigation li ul li > a {
    font-size: 15px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li > a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
    display: none;
}

.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    cursor: pointer;
    color: #fff;
    display: none;
    margin-right: 10px;
}

.main-bg {
    background: transparent linear-gradient(92deg, #291fa4 0%, #0f0b40 100%) 0%
        0% no-repeat padding-box;
}

.banner-area.banner-bg {
    min-height: auto;
    /* padding-top: 160px; */
    /* background-image: url(../images/banner1.png); */
    background: rgba(0, 75, 113, 1);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-position: center;
}

.banner-bg .main-banner-content {
    color: #fff;
    text-align: center;
}

.banner-bg .main-banner-content .banner-title {
    /* font: normal normal bold 50px/55px Britannic; */
}

.banner-bg .main-banner-content .banner-desc {
    /* font: normal 20px/30px SF Pro Display regular; */
    margin-top: 20px;
}

.banner-bg .main-banner-content .banner-image-wrapper {
    margin-top: 50px;
}

.banner-bg .main-banner-content .banner-image-wrapper img {
    padding: 0px 20px;
}

.hm-section-one,
.hm-section-two,
.hm-section-three {
    color: #fff;
}

.hm-section-one .hm-one-left {
    padding-left: 70px;
}

.hm-section-one .hm-one-left .title-name {
    /* font: normal normal bold 36px/50px SF Pro Display bold; */
}

.hm-section-one .hm-one-left .image-content {
    margin-top: 40px;
}

.hm-section-one .hm-one-left .image-content img {
    padding: 0px 80px;
    max-width: 500px;
}

.hm-section-one .hm-one-right {
    padding-right: 70px;
}

.hm-section-one .hm-one-right .about-content .head-title {
    /* font: normal normal bold 17px/40px SF Pro Display bold; */
    margin-bottom: 0px;
}

.hm-section-one .hm-one-right .about-content .title-name {
    /* font: normal normal bold 32px/60px SF Pro Display bold; */
}

.hm-section-one .hm-one-right .about-content .title-desc {
    /* font: 500 16px/25px SF Pro Display medium; */
}

.hm-section-two .header-area {
    text-align: center;
}

.hm-section-two .header-area h4 {
    /* font: normal normal bold 25px/40px SF Pro Display bold; */
    margin-bottom: 20px;
}

.hm-section-two .header-area h2 {
    /* font: normal normal bold 42px/50px Britannic; */
}

.hm-section-two .content-card-wrapper {
    margin-top: 80px;
}

.hm-section-two .content-card-wrapper .card {
    border: none;
    background-color: rgb(255 255 255 / 10%);
    padding: 20px 25px;
    border-radius: 30px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-align-self: flex-start;
    align-self: flex-start;
}

.hm-section-two .content-card-wrapper .card:hover {
    box-shadow: 0 15px 30px 0 rgb(0 0 0 / 20%);
}

.hm-section-two .content-card-wrapper .card .card-title {
    /* font: normal normal bold 20px/30px SF Pro Display regular; */
    position: relative;
    padding-bottom: 20px;
}

.hm-section-two .content-card-wrapper .card .card-title:before {
    content: "";
    position: absolute;
    background-image: url(../images/icons/path.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    bottom: -30px;
}

.hm-section-two .content-card-wrapper .card .card-text {
    /* font: normal 16px/24px SF Pro Display regular; */
    margin-bottom: 24px;
}

.hm-section-two .content-card-wrapper .card .btn-gradient {
    padding: 8px 25px;
}

.hm-section-two .content-card-wrapper .card.card-1 {
    margin-bottom: 40px;
    background-image: url(../images/image2.png);
    height: 400px;
}

.hm-section-two .content-card-wrapper .card.card-3 {
    background-image: url(../images/image4.png);
    height: 550px;
    margin-bottom: 40px;
}

.hm-section-two .content-card-wrapper .card.card-2 {
    background-image: url(../images/image1.png);
    height: 530px;
}

.hm-section-two .content-card-wrapper .card.card-4 {
    background-image: url(../images/image3.png);
    height: 380px;
}

.hm-section-three {
    background-image: url(../images/banner2.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-position: center;
}

.hm-section-three .info-area-one .info-area-left {
    padding-right: 70px;
}

/* .hm-section-three .info-area-one .info-area-left h3 {
    font: normal normal normal 35px/45px Britannic Bold;
} */

.hm-section-three .info-area-one .info-area-right {
    padding-left: 87px;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-right: 11%;
}

.hm-section-three .info-area-one .info-area-right p {
    /* font: normal 20px/30px SF Pro Display regular; */
    line-height: 32.63px;
    font-size: 17px;
    font-weight: 300;
}

.circle-effect img {
    bottom: -120px;
    position: absolute;
    width: 99px;
    left: 45px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.info-area-two {
    position: relative;
}

.info-area-two ul {
    margin: 0;
    padding: 0;
}

.info-area-two ul:before {
    position: absolute;
    content: "";
    width: 98%;
    height: 2px;
    background: #3e96df;
    top: 50%;
}

.info-area-two ul li {
    margin-right: 40px;
    background: transparent linear-gradient(180deg, #8369fb 0%, #2e36aa 100%) 0%
        0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000057;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.info-area-two ul li:last-child {
    margin-right: 0px;
}

.info-area-two ul li img {
    width: 30px;
}

.quick-start-area .head-area {
    text-align: center;
}

/* .quick-start-area .head-area .title {
    font: bold 40px/60px SF Pro Display bold;
}

.quick-start-area .head-area .subtitle {
    font: normal 18px/24px SF Pro Display regular;
} */

.timeline_box {
    width: 215px;
    height: 237px;
    border-radius: 23px;
    position: relative;
    text-align: center;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.timeline-date {
    position: absolute;
    left: 50%;
    top: -60px;
    transform: translate(-50%, -50%);
    width: 100%;
}

/* .timeline::before {
    background-color: rgb(70 68 193);
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 50px;
    width: 100%;
}

.timeline .owl-prev,
.timeline .owl-next {
    position: absolute;
    top: 33px;
} */

/* .timeline .owl-nav i {
    background-color: #ffffff;
    border-radius: 100%;
    color: #5957cd;
    display: block;
    font-size: 20px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    width: 33px;
} */

/* .timeline .owl-prev {
    left: -30px;
}

.timeline .owl-next {
    right: -30px;
} */

/* .timeline_circle {
    background-color: #ffffff;
    border-radius: 100%;
    height: 13px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -34px;
    width: 13px;
}

.timeline_circle::before {
    border: 2px solid #ffffff;
    border-radius: 100%;
    bottom: 0;
    content: "";
    left: 0;
    margin: -6px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.timeline_box.complete .timeline_circle::before {
    border-color: rgb(129 103 249);
    margin: -8px;
    background: transparent linear-gradient(180deg, #8369fb 0%, #e52ec5 100%) 0%
        0% no-repeat padding-box;
    z-index: -1;
} */

/* .timeline_box.complete::before {
    content: "";
    position: absolute;
    left: -50%;
    top: -30px;
    background-color: #1140bc;
    height: 2px;
    z-index: -2;
    width: 110%;
    margin-left: -15px;
} */

.timeline_inner {
    border-radius: 23px;
    padding: 30px;
    position: relative;
    background-color: #fff;
}

.timeline_inner:hover {
    background: rgba(255, 206, 80, 1);
}

.timeline_box:hover {
    background: rgba(255, 206, 80, 1);
}

.timeline_box.current .timeline_inner {
    background: transparent linear-gradient(180deg, #8369fb 0%, #2e36aa 100%) 0%
        0% no-repeat padding-box;
}

.timeline_box.current .timeline_inner::before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #8067f8;
    border-style: solid;
    border-width: 0 8px 8px;
    content: "";
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -8px;
    width: 0;
}

.timeline_box h6 {
    color: #ffffff;
    /* font: 500 16px/30px SF Pro Display medium; */
}

.timeline_box h4 {
    /* font: bold 20px/30px SF Pro Display bold; */
    color: #40399e;
}

.timeline_box.current .timeline_inner h4,
.timeline_box.current .timeline_inner p {
    color: #fff !important;
}

.timeline_box p {
    color: #12121d;
    /* font: normal 15px/22px SF Pro Display regular; */
    margin: 0;
}

/* .timeline .owl-nav i:hover {
    background-color: rgb(70 68 193);
    color: #fff;
} */

.community-area {
    background: transparent linear-gradient(180deg, #002586 0%, #001343 100%);
    color: #fff;
}

.community-area .header-area {
    text-align: center;
}

.community-area .header-area h3 {
    /* font: normal normal bold 35px/55px SF Pro Display bold; */
}

.community-area .header-area p {
    /* font: normal 16px/25px SF Pro Display regular; */
}

.community-area .header-area p span {
    color: #c449fc;
}

.community-copy-area .copy-text {
    position: relative;
    padding: 15px 20px;
    background: transparent linear-gradient(180deg, #0a2d88 0%, #092d8a 100%) 0%
        0% no-repeat padding-box;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
}

.community-copy-area .copy-text input.text {
    padding: 0px 10px;
    padding-left: 0px;
    /* font: normal normal normal 16px/27px SF Pro Display regular; */
    color: #fff;
    border: none;
    background: transparent;
    outline: none;
    margin-right: 16px;
    width: 100%;
}

.community-copy-area .copy-text button {
    padding: 10px 30px;
    background: #664bf3;
    color: #fff;
    /* font: normal normal normal 16px/25px SF Pro Display regular; */
    border: none;
    outline: none;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    text-align: center;
}

.community-copy-area .copy-text button:active {
    background: #809ce2;
}

.community-copy-area .copy-text button:before {
    content: "Copied";
    position: absolute;
    top: -45px;
    right: 0px;
    background: #7460ec;
    padding: 6px 15px;
    border-radius: 20px;
    /* font: normal 16px/20px SF Pro Display regular; */
    display: none;
}

.community-copy-area .copy-text button:after {
    content: "";
    position: absolute;
    top: -18px;
    right: 32px;
    width: 10px;
    height: 10px;
    background: #7460ec;
    transform: rotate(45deg);
    display: none;
}

.community-copy-area .copy-text.active button:before,
.community-copy-area .copy-text.active button:after {
    display: block;
}

.community-footer-area {
    /* border-top: 1px solid #092d89; */
    padding-top: 40px;
    margin-top: 40px;
}

/* .community-footer-area .footer-title {
    font: normal normal normal 18px/27px SF Pro Display regular;
} */

.community-footer-area .social-link {
    margin-top: 50px;
}

.community-footer-area .social-link ul li {
    display: inline-flex;
    background: #664bf3 0% 0% no-repeat padding-box;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    padding: 6px;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.community-footer-area .social-link ul li:last-child {
    margin-right: 0px;
}

.contact-area .header-area h3 {
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    font-size: 40px;
    /* font: bold 40px/60px SF Pro Display bold; */
}

.contact-area .header-area p {
    /* font: normal 18px/24px SF Pro Display regular; */
}

.contact-body-area .field-inner .form-control {
    padding: 10px 25px;
    line-height: 24px;
    background: rgba(242, 246, 243, 1);
    border: none;
    border-radius: 10px;
}

.navbar .dropdown.header-dropdown .dropdown-menu {
    width: 250px;
    border-radius: 8px;
    display: block;
    padding: 12px 0px;
    margin: 0;
    background: #fff;
    top: 70px;
    left: -180px !important;
    right: 0 !important;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.navbar .dropdown.header-dropdown .dropdown-menu .dropdown-item:after {
    display: none;
}

.navbar-nav > .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.navbar .dropdown.header-dropdown .dropdown-menu .dropdown-item {
    padding: 10px 20px !important;
    border-bottom: 1px solid rgb(233 236 239 / 50%) !important;
    /* font: normal normal 500 15px/20px SF Pro Display semibold; */
    color: #000 !important;
    display: flex !important;
    display: -webkit-box;
    align-items: center !important;
    -webkit-box-align: center;
}

.navbar .dropdown.header-dropdown .dropdown-item:hover,
.navbar .dropdown.header-dropdown .dropdown-item:focus {
    color: #4fb660 !important;
    background-color: #d66cde12 !important;
}

.navbar .dropdown.header-dropdown .dropdown-item .dropdown-icon img {
    margin-right: 15px;
}

.navbar .dropdown.header-dropdown .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -12px;
    left: auto;
    right: 32px;
    border-bottom: 12px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 15px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 25px;
    color: #fff;
    background: rgb(156 137 254 / 20%);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mobile-menu .navigation li .dropdown-menu li .dropdown-menu {
    display: none;
}

.mobile-menu .navigation li .dropdown-menu {
    border: none;
    border-radius: 0px;
    padding: 0px;
    background: none;
}

.mobile-menu .navigation li .dropdown-menu .dropdown-item:last-child {
    margin-bottom: 0px;
    border-bottom: 0px;
}

.mobile-menu .navbar-nav .nav-item .nav-link {
    padding: 20px 15px !important;
}

.dropdown-toggle::after {
    margin-left: 10px !important;
    border-top: 0.4em solid !important;
    border-right: 0.4em solid transparent !important;
    border-left: 0.4em solid transparent !important;
}

/* additional css */

.mian-logo > span {
    font-size: 1.35em;
}

.main-header {
    z-index: 999;
}

hr.border-light {
    max-width: 300px;
    opacity: 0.9;
}

/* .carousel-item {
    transition: transform 1s ease-in-out;
}

@keyframes widthSlide {
    0% {
        width: 0%;
        opacity: 0;
    }
    50% {
        width: 100%;
        opacity: 1;
    }
    100% {
        width: 100%;
        opacity: 1;
    }
}*/

/* .carousel-item > img {
   
    object-fit: cover;
    transform: scale(1);
}

.carousel-item.active > img {
    transform: scale(4);
    animation: bgScale 200s 1;
}

@keyframes bgScale {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(4);
    }
}  */

/* .carousel-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 40%);
    z-index: 99;
} */

@media screen and (max-width: 768px) {
    .carousel-item img {
        height: 80vh;
    }
    .mian-logo > span {
        font-size: 1em;
    }
    .carousel-indicators {
        right: 0;
        bottom: 0;
        left: 0;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 1rem;
        margin-left: 15%;
        flex-wrap: nowrap;
        top: auto;
        transform: unset;
        width: auto;
        gap: 5px;
    }
    .carousel-indicators [data-bs-target] {
        width: 12px;
        height: 12px;
    }
}

@media screen and (max-width: 575px) {
    .carousel-item img {
        height: 60vh;
    }
    hr.border-light {
        max-width: 200px;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        background: linear-gradient(
            180deg,
            #000000 0%,
            rgba(0, 0, 0, 0) 165.91%
        );
    }
}

.info-area-right-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.info-area-right {
    background: rgba(244, 244, 244, 1);
    padding: 0;
    /* margin-top: -20px; */
    /* Adjust this value as needed */
}

.info-area-right p {
    margin: 0;
    text-transform: capitalize;
    margin-top: 30px;
}

.pd-0 {
    padding: 0 !important;
}

.info-area-right h1 {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 45px;
}

.info-area-right h1 span {
    color: #4fb660;
}

.info-area-right .horizontal-line {
    display: flex;
    align-items: center;
    margin-left: 10%;
}

.line {
    height: 1px;
    background-color: black;
    height: 2px;
    background-color: rgba(67, 67, 67, 1);
}

.circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #4fb660;
    margin: 0 -2px;
}

.circle:first-child {
    margin-left: 5px;
    /* background-color: #4fb660; */
}

.circle:last-child {
    margin-right: 5px;
    /* background-color: #4fb660; */
}

.provide-area-right-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.provide-area-right {
    /* background: rgba(244, 244, 244, 1); */
    padding: 0;
    margin-top: -20px;
    /* Adjust this value as needed */
}

.provide-area-right p {
    margin: 0;
    text-transform: capitalize;
    margin-top: 30px;
    font-size: 26px;
    line-height: 46.8px;
    text-align: center;
    font-weight: 500;
}

.provide-area-right h1 {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 50px;
}

.provide-area-right h1 span {
    color: #4fb660;
}

.provide-area-right .horizontal-line {
    display: flex;
    align-items: center;
    margin-left: 30%;
}

.menu,
.nav-icon span {
    transition: all 0.3s ease-in-out;
}

.menu .nav-menu li a,
.nav-menu li a {
    line-height: 56px;
}

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

.effectTab-header .caption,
.effectTab-header .title {
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    /* display: inline-block; */
    color: #555;
    margin: 0 0 20px;
    text-align: center;
    text-transform: uppercase;
}

.effectTab-header .title {
    font-size: 36px;
    font-family: Oswald, sans-serif;
}

.effectTab-header .caption {
    font-size: 30px;
    font-family: "Open Sans", sans-serif;
}

.column-1,
.column-10,
.column-11,
.column-12,
.column-2,
.column-3,
.column-4,
.column-5,
.column-7,
.column-8,
.column-9 {
    float: left;
    padding: 15px;
}

.effectTab-header .title::after,
.effectTab-header .title::before {
    position: absolute;
    background: linear-gradient(to right, #ed6ea0 0, #ec8c69 100%);
    content: "";
}

.effectTab-header .title::before {
    left: 0;
    width: 156%;
    height: 3px;
    margin-left: -28%;
    bottom: -1.5px;
}

.effectTab-header .title::after {
    left: 50%;
    width: 25px;
    height: 25px;
    bottom: -26px;
    margin: 0 0 0 -10px;
    -webkit-clip-path: polygon(75% 0, 75% 69%, 41% 93%, 0 68%, 0 0);
    clip-path: polygon(75% 0, 75% 69%, 41% 93%, 0 68%, 0 0);
}

.menu {
    width: 200px;
    /* background-color: #0B466C; */
    text-align: center;
    padding: 40px;
    position: fixed;
    top: 96px;
    right: -200px;
    overflow: scroll;
    height: calc(100% - 96px);
    z-index: 1000;
}

*/ .menu.active {
    right: 0;
}

.menu .nav-menu {
    flex-direction: column;
    width: 150px;
}

.menu .nav-menu li {
    margin: 10px 0;
    width: 80%;
}

.box-tab {
    margin: 10px 0;
}

.effect {
    margin: auto;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
    /* background-color: #fff;
	border: 5px solid #f5f5f5 */
    border-radius: 10px;
}

.tab-container {
    padding: 50px 0;
}

.tab-head {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.tab .effect {
    position: relative;
    overflow: hidden;
    /* max-height: 240px; */
    max-width: 350px;
    /* background: #3085a3; */
    text-align: center;
    cursor: pointer;
}

.grid-width8 {
    max-width: 700px !important;
}

.tab .effect img {
    position: relative;
    display: block;
    min-height: 100%;
}

.tab .effect .tab-text {
    /* padding: 2em; */
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 100% */
}

.tab-text h2 {
    color: #fff;
    margin: 0;
    font-size: 1.5rem;
}

.tab-text p {
    color: #fff;
    margin: 0;
    font-size: 1rem;
}

/* .hide {
	display: none
} */

@media (max-width: 575px) {
    /* .hide-xs {
		display: none
	} */
    .effectTab-header .title::before {
        width: 125%;
        left: 15%;
    }
    .tab-container {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    /* .hide-sm {
		display: none
	} */
    .visible-sm {
        display: block;
    }
    .tab-container {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media (max-width: 1000px) {
    .header h1 {
        padding-left: 70px;
    }
    .rotate {
        left: 30px;
    }
    @media (min-width: 768px) and (max-width: 991px) {
        /* .hide-md {
			display: none
		} */
        .visible-md {
            display: block;
        }
    }
}

.effect.effect-two .tab-text {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 2.75em;
    background: #4fb660;
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.effect-two .col3-head {
    width: 100% !important;
    padding-bottom: 10px;
    text-transform: none;
}

.effect-two .icon-links a {
    font-size: 1.2rem !important;
}

.effect.effect-two p.icon-links a {
    float: right;
    color: #f1f8ff;
    font-size: 1.4em;
    line-height: 20px;
}

/* .effect.effect-two:hover p.icon-links a:focus,
.effect.effect-two:hover p.icon-links a:hover {
	color: #252d31
} */

.effect.effect-two p.description {
    position: absolute;
    font-size: 1rem !important;
    bottom: 7em;
    color: #fff;
    text-transform: none;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    line-height: 18px;
    padding: 15px 50px;
    /* background-color: rgba(0, 0, 0, .5); */
    right: 30px;
    left: 30px;
    -webkit-clip-path: polygon(25% 0, 100% 0, 75% 100%, 0 100%);
    clip-path: polygon(7% 0, 100% 0, 93% 100%, 2% 100%);
}

.effect.effect-two p.col6 {
    left: 80px !important;
    right: 80px !important;
    bottom: 8rem;
}

.effect.effect-two h2,
.effect.effect-two p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

.effect.effect-two:hover p.description {
    opacity: 1;
}

.effect.effect-two:hover .tab-text,
.effect.effect-two:hover h2,
.effect.effect-two:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding-right: 10px;
}

.effect.effect-two:hover h2 {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
}

.effect.effect-two:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.effect.effect-two:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.effect.effect-two:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

@media (max-width: 575px) {
    .effect.effect-two p.description {
        bottom: 5.8em;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .tab .effect .tab-text h2 {
        font-size: 1.3rem !important;
        font-family: Oswald;
    }
    .effect.effect-two p.description {
        bottom: 5.8em;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .effect h2 {
        font-size: 1.3rem !important;
    }
}

.effect.effect-two h2 {
    transform: translate3d(0, 20px, 0);
    transition: all 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    -webkit-transition: all 0.35s;
    float: left;
    font-size: 1.1rem;
    font-weight: 600;
    word-break: break-all;
    width: 50%;
    text-align: left;
    /* display: inline-block */
}

.effect.effect-two:hover h2 {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.effect.effect-two img {
    transition: all 0.35s;
}

.effect.effect-two:hover img {
    transform: translate3d(0, 0, 0) scale(1.16);
    -webkit-transform: translate3d(0, 0, 0) scale(1.16);
}

#gallery .page-wrapper {
    margin-top: 60px !important;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 60px;
}

#gallery .select-block {
    list-style: none;
    padding: 0;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

#gallery .select-block li {
    cursor: default;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
}

#gallery .select-block li.active {
    border-color: #ddd;
}

#gallery .bg-block img {
    max-width: 100%;
}

/* musthave style */

#gallery .bg-container {
    position: relative;
}

#gallery .bg-container:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    height: 0;
}

#gallery .bg-block {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
}

#gallery .bg-block.active {
    filter: alpha(opacity=100);
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.fadeInClass {
    animation-name: fadeOut;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
}

@media only screen and (max-width: 479px) {
    .hm-section-one .hm-one-left,
    .hm-section-three .info-area-one .info-area-right {
        padding-left: 40px !important;
    }
}

@media only screen and (max-width: 768px) {
    .single_footer {
        margin-left: 25%;
    }
}

.contact-container {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.field-label {
    font-size: 18px;
    line-height: 2.5;
    color: rgba(0, 0, 0, 1);
}

.mail-block {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.head1 h4 {
    text-align: center;
    font-weight: 600;
}

.head1 p {
    text-align: center;
}

.inner-block {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.head {
    background: rgba(242, 255, 242, 1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.head h4 {
    text-align: center;
    font-weight: 600;
    font-size: 22px;
}

.head p {
    text-align: center;
}

.head:hover {
    background: rgba(79, 182, 96, 1);
}

.head:hover h4 {
    text-align: center;
    font-weight: 600;
    color: #fff;
}

.head:hover p {
    color: #fff;
    text-align: center;
}

.complete:hover .number-circle {
    border-radius: 24px 50% 24px 24px;
}

.single_footer {
}

@media only screen and (max-width: 768px) {
    .single_footer {
        margin-bottom: 30px;
    }
}

.single_footer h4 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
}

.single_footer h4::after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background: #fff;
    margin-top: 20px;
}

.single_footer p {
    color: #fff;
}

.single_footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single_footer ul li {
}

.single_footer ul li a {
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 36px;
    font-size: 20px;
    /* text-transform: capitalize; */
}

.single_footer ul li a:hover {
    color: #ff3666;
}

.single_footer_address {
}

.single_footer_address ul {
}

.single_footer_address ul li {
    color: #fff;
}

.single_footer_address ul li span {
    font-weight: 400;
    color: #fff;
    line-height: 28px;
}

.contact_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

/*START NEWSLETTER CSS*/

.subscribe {
    display: block;
    position: relative;
    margin-top: 15px;
    width: 100%;
}

.subscribe__input {
    background-color: #fff;
    border: medium none;
    border-radius: 5px;
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 500;
    height: 60px;
    letter-spacing: 0.4px;
    margin: 0;
    padding: 0 150px 0 20px;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .subscribe__input {
        padding: 0 50px 0 20px;
    }
}

.subscribe__btn {
    background-color: transparent;
    border-radius: 0 25px 25px 0;
    color: #01c7e9;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}

.subscribe__btn i {
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 768px) {
    .subscribe__btn {
        right: 0px;
    }
}

.subscribe__btn:hover i {
    color: #ff3666;
}

button {
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/*END NEWSLETTER CSS*/

/*START SOCIAL PROFILE CSS*/

.social_profile {
    margin-top: 40px;
}

.social_profile ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.social_profile ul li {
    float: left;
}

.social_profile ul li a {
    text-align: center;
    border: 0px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    margin: 0px 5px;
    font-size: 18px;
    color: #fff;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    border: 1px solid #fff;
}

@media only screen and (max-width: 768px) {
    .social_profile ul li a {
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .social_profile ul li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

.social_profile ul li a:hover {
    background: #4fb660;
    border: 1px solid #4fb660;
    color: #fff;
    border: 0px;
}

.fab {
    color: #fff;
}

/*END SOCIAL PROFILE CSS*/

.copyright {
    margin-top: 70px;
    padding-top: 40px;
    color: #fff;
    font-size: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    text-align: center;
}

.copyright a {
    color: #01c7e9;
    transition: all 0.2s ease 0s;
}

.copyright a:hover {
    color: #ff3666;
}

.footer {
    /* background: linear-gradient(105deg,#6e99e6 ,#093c94); */
    padding-top: 80px;
    padding-bottom: 40px;
}

.carousel-text {
    position: absolute;
    top: 78%;
    left: 32%;
    width: 53%;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.23);
    transform: translate(-50%, -50%);
    border-radius: 15px;
    margin-top: -122px;
    padding: 36px;
}

.carousel-text h1 {
    color: white;
    font-size: 34px;
    border-radius: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.sec-text {
    font-size: 30px;
    text-transform: none;
    color: #fff !important;
}

.last-text {
    font-size: 30px;
    text-transform: none;
    color: rgba(252, 187, 69, 1) !important;
}

.three-column-images img {
    margin-bottom: 10px;
    margin-top: 20px;
    border-radius: 16px;
}

.image-container {
    position: relative;
    display: inline-block;
}

.project-container {
    position: relative;
    display: inline-block;
}

.image-container .caption {
    position: absolute;
    bottom: 9px;
    left: 0;
    width: 100%;
    background: rgba(212, 212, 212, 1);
    padding: 5px;
    font-size: 14px;
    padding: 15px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.caption h4 {
    font-weight: 600;
    font-size: 20px;
}

.caption p {
    font-weight: 300;
    font-size: 14px;
}

.image-container:hover img {
    filter: brightness(50%) saturate(100%);
}

.image-container:hover .caption {
    background: rgba(0, 102, 153, 1);
}

.image-container:hover h4 {
    color: #fff;
}

.image-container:hover p {
    color: #fff;
}

#mainBanner {
    position: relative;
    overflow: hidden;
}

#mainBanner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
