
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@200;300;400;500;600;700&amp;family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap');
body {
    font-family: 'Outfit', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #333;
    font-style: normal;
    background-color: #030B15;
    line-height: 1.75;
}
body.white-background {
    background-color: #FFFFFF;
}
img,
.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}
.f-left {
    float: left
}
.f-right {
    float: right
}
.fix {
    overflow: hidden
}
a,
button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;
}
a:focus,
.btn:focus,
button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    color: #00C4F4;
    text-decoration: none;
}
a,
button {
    color: #00C4F4;
    outline: medium none;
    text-decoration: none;
}
.btn:focus,
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #FFFFFF;
    margin-top: 0px;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 35px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
ul {
    margin: 0px;
    padding: 0px;
}
li {
    list-style: none
}
p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75;
    color: #727885;
    margin-bottom: 15px;
}
hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}
label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}
*::-moz-selection {
    background: #00C4F4;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #00C4F4;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #00C4F4;
    color: #fff;
    text-shadow: none;
}
*::-moz-placeholder {
    color: #00C4F4;
    font-size: 14px;
    opacity: 1;
}
*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}
.theme-overlay {
    position: relative
}
.theme-overlay::before {
    background: #1696e7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}
.separator {
    border-top: 1px solid #f2f2f2
}

/* Bootstrap 5 */
.container {
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    --bs-gutter-x: 30px;
}
.row.g-0 {
    --bs-gutter-x: 0;
}
.gutter-y-30 {
      --bs-gutter-y: 30px;
}

/* button style */
.btn {
    user-select: none;
    -moz-user-select: none;
    background: #040E18;
    border-radius: 70px;
    border: 2px solid transparent;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 1;
    margin-bottom: 0;
    padding: 25px 50px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.4s 0s;
    vertical-align: middle;
    white-space: nowrap;
    box-shadow: 0px 6px 22px rgba(6, 34, 51, 0.22);
    background-clip: padding-box;
    position: relative;
}
.btn::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: -2px;
    background: linear-gradient(90deg, rgba(0, 196, 244, 1) 0%, rgba(4, 12, 21, 1) 49%, rgba(0, 196, 244, 1) 100%);
    border-radius: 70px;
    transition: all 0.4s ease 0s;
    z-index: -1;
}
.btn:hover {
    border-color: #00C4F4;
    color: #00C4F4;
}
.btn.btn-two {
    background: #564DCA;
    border-radius: 5px;
    padding: 25px 42px;
    border: none;
}
.btn.btn-two::after {
    display: none;
}
.btn.btn-two:hover {
    color: #fff;
    background: #00C4F4;
}
.breadcrumb > .active {
    color: #888;
}
.breadcrumb-bg {
    background-image: url(../img/banner_bg02.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 100px 0 50px;
}
/* scrollUp */
.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 16px;
    border-radius: 50%;
    z-index: 99;
    color: #3d3d3d;
    text-align: center;
    cursor: pointer;
    background: #dcbc95;
    transition: 1s ease;
    border: none;
}
.scroll-top.open {
    bottom: 30px;
}
.scroll-top::after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll-top:hover {
    background: #a3a3a3;
}


/* 2. Header */
.custom-container {
    max-width: 1630px;
}
.custom-container-two {
    max-width: 1700px;
}
.custom-container-three {
    max-width: 1520px;
}
.custom-container-four {
    max-width: 1200px;
}
.transparent-header {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 9;
    height: auto;
}
.menu-area {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}
.menu-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.navbar-wrap {
    display: flex;
    flex-grow: 1;
}
.navbar-wrap ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 140px;
}
.navbar-wrap > ul > li {
    display: block;
    position: relative;
    margin-right: 65px;
}
.navbar-wrap > ul > li > a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 45px 0;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
    letter-spacing: 1px;
}
.navbar-wrap > ul > li:last-child {
    margin-right: 0;
}
.navbar-wrap > ul > li > a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #00C4F4;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    transition: transform 0.4s cubic-bezier(.74, .72, .27, .24);
}
.navbar-wrap > ul > li.active > a::before,
.navbar-wrap > ul > li > a:hover::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.navbar-wrap > ul > li.active > a,
.navbar-wrap > ul > li:hover > a {
    color: #fff;
}
.main-menu .navigation li.menu-item-has-children .dropdown-btn {
    display: none;
}
.header-action > ul {
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.header-action > ul > li {
    position: relative;
    margin-left: 65px;
    padding-left: 65px;
}
.header-action > ul > li:first-child {
    margin-left: 0;
    padding-left: 0;
}
.header-action > ul > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 28px;
    background: #FFFFFF;
    opacity: .2;
}
.header-action > ul > li:first-child::before {
    display: none;
}
.header-lang {
    position: relative;
}
.header-lang .selected-lang {
    font-size: 16px;
    color: #ffffff;
    display: flex;
    align-items: center;
    cursor: pointer;
    letter-spacing: 1px;
}
.header-lang .selected-lang::after {
    content: "\f107";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #00C4F4;
    margin-left: 10px;
}
.header-lang .lang-list {
    position: absolute;
    left: -10px;
    top: calc(100% + 25px);
    background: #0B1D33;
    z-index: 3;
    padding: 10px 0;
    border-radius: 6px;
    box-shadow: 0px 30px 70px 0px rgba(40, 44, 49, 0.15);
    min-width: 100px;
    visibility: hidden;
    opacity: 0;
    transform-origin: top center;
    transform: perspective(400px) rotateX(-45deg);
    transition: all 0.3s ease-out 0s;
}
.header-lang:hover .lang-list {
    visibility: visible;
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
}
.header-lang .lang-list li {
    margin-bottom: 5px;
    line-height: 1;
}
.header-lang .lang-list li:last-child {
    margin-bottom: 0;
}
.header-lang .lang-list li a {
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 5px 15px 5px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.header-lang .lang-list li a:hover {
    color: #00C4F4;
}
.header-btn .btn {
    font-size: 14px;
    padding: 20px 45px;
}
.navbar-wrap ul li .sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    min-width: 230px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: #0B1D33;
    margin: 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    padding: 18px 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}
.navbar-wrap ul li .sub-menu .sub-menu {
    right: auto;
    left: 100%;
    top: 0;
}
.navbar-wrap ul li .sub-menu li {
    margin-left: 0;
    text-align: left;
    display: block;
}
.navbar-wrap ul li .sub-menu li a {
    padding: 9px 15px 9px 25px;
    line-height: 1.4;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    font-size: 14px;
}
.navbar-wrap ul li .sub-menu li a:hover,
.navbar-wrap ul li .sub-menu li.active a {
    color: #00C4F4;
}
.navbar-wrap ul li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.sticky-menu {
    position: fixed;
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #030B15;
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    border-radius: 0;
}
.sticky-menu .navbar-wrap > ul > li > a {
    padding: 45px 0;
}
#header-fixed-height.active-height {
    display: block;
    height: 105px;
}

/* header-two */
.menu-area.menu-style-two {
    border-bottom: none;
    padding: 30px 0;
}
.menu-style-two .navbar-wrap > ul > li > a {
    padding: 40px 0;
}
.menu-style-two .navbar-wrap > ul > li > a::before {
    display: none;
}
.menu-style-two .header-btn .btn {
    background: #00C4F4;
    border-radius: 5px;
}
.menu-style-two .header-btn .btn::after {
    display: none;
}
.menu-style-two .header-btn .btn:hover {
    background: #564DCA;
    border-color: #564DCA;
    color: #fff;
}
.menu-area.menu-style-two.sticky-menu {
    padding: 10px 0;
}
.menu-style-two .navbar-wrap > ul > li.active > a,
.menu-style-two .navbar-wrap > ul > li:hover > a {
    color: #00C4F4;
}

/* 3. 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;
}
.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;
    border-radius: 0px;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}
.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;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.mobile-menu .navigation li.current>a:before {
    height: 100%;
}
.menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    opacity: 0;
    visibility: hidden;
    background: #0B1D33;
}
.mobile-menu-visible .menu-backdrop {
    opacity: 0.80;
    visibility: visible;
}
.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #0B1D33;
    padding: 0px 0px;
    z-index: 5;
    box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
}
.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
}
.mobile-menu .close-btn {
    position: absolute;
    right: 15px;
    top: 28px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    font-size: 20px;
    color: #00C4F4;
    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 rgb(255 255 255 / 6%);
}
.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgb(255 255 255 / 6%);
}
.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgb(255 255 255 / 6%);
}
.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 60px 10px 25px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
    letter-spacing: 0.08em;
}
.mobile-menu .navigation li ul li > a {
    font-size: 15px;
    margin-left: 20px;
    text-transform: capitalize;
}
.mobile-menu .navigation li ul li ul li a {
    margin-left: 40px;
}
.mobile-menu .navigation li ul li ul li ul li a {
    margin-left: 60px;
}
.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.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 15px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    background: #00C4F4;
    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.menu-item-has-children .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
    display: none;
}
.mobile-menu .social-links ul {
    display: flex;
    position: relative;
    text-align: center;
    padding: 30px 20px 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 6px 10px;
}
.mobile-menu .social-links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.mobile-menu .social-links li a:hover {
    border-color: #00C4F4;
    background: #00C4F4;
    color: #fff;
}
.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
    color: #000;
    display: none;
    margin-top: 3px;
}

/* 4. Banner */

.banner-content .title {
    font-size: 55px;
    margin-bottom: 45px;
    line-height: 1.4;
    letter-spacing: -0.01em;
}
.banner-content .title span {
    color: #00C4F4;
}

/* banner-two */
.banner-area-two {
    position: relative;
    padding: 225px 0 0;
    z-index: 1;
}
.banner-bg-two {
    background-image: url(../img/banner_bg02.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 164px);
    z-index: -1;
}
.banner-bg-two::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -40px;
    background-image: url(../img/banner_shape.svg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 722px;
    z-index: -1;
}
.banner-area-two .banner-content img {
    margin-bottom: 0;
}
.banner-area-two .banner-content {
    margin-bottom: 0;
}
.banner-area-two .banner-content .title {
    margin-bottom: 65px;
    line-height: 1.36;
    text-transform: none;
}
.banner-social-wrap {
    position: absolute;
    left: 100px;
    bottom: 90px;
}
.banner-social-wrap ul li {
    margin-bottom: 25px;
    border: 1px solid #F3F3F3;
    border-radius: 50px;
    width: 42px;
    display: flex;
    align-items: center;
}
.banner-social-wrap ul li.is-active {
    width: auto;
}
.banner-social-wrap ul li:last-child {
    margin-bottom: 0;
}
.banner-social-wrap ul li a {
    font-size: 15px;
    color: #081A39;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    transition: 0s;
}
.banner-social-wrap ul li span {
    color: #B5BAC4;
    font-size: 14px;
    font-weight: 500;
    padding-right: 14px;
    display: none;
}
.banner-scroll {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
    right: 40px;
    bottom: 90px;
}
.banner-scroll span {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.515em;
    color: #081A39;
    transform: rotate(-90deg);
    margin-bottom: 120px;
    opacity: 0.4;
}



/* 6. Countdown */
.countdown-area-two .countdown-wrap {
    background: #FFFFFF;
    box-shadow: 0px 34px 35px rgba(160, 171, 191, 0.21);
    border-radius: 20px;
    position: relative;
/*    text-align: center;*/
    padding: 55px 50px 60px;
    margin-bottom: 50px;
}
.countdown-area-two .countdown-wrap::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 80%;
    background: #00C4F4;
    opacity: 0.08;
    border-radius: 20px;
    z-index: -1;
}
.countdown-area-two .countdown-wrap .title {
    color: #030B15;
    letter-spacing: -0.01em;
    font-size: 26px;
    margin-bottom: 35px;
    line-height: 1.88;
}




/* 20. Footer */
.footer-area {
    position: relative;
    z-index: 1;
}
.footer-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(359.43deg, #0B1D33 11.06%, rgba(11, 29, 51, 0) 99.43%);
    z-index: -1;
}
.footer-scroll-wrap {
    position: relative;
    z-index: 1;
}
.footer-scroll-wrap .scroll-to-target {
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #030B15;
    border: 1px solid #1F262F;
    border-radius: 50%;
    font-size: 18px;
    padding: 0 0;
    color: #fff;
    margin: 0 auto;
}
.footer-scroll-wrap .scroll-to-target:hover {
    background: #00C4F4;
    border-color: #00C4F4;
}
.footer-scroll-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #1F262F;
    z-index: -1;
}
.footer-top {
    padding: 55px 0 50px;
}
.footer-widget {
    margin-bottom: 30px;
}
.footer-widget .f-logo {
    margin-bottom: 20px;
    display: block;
}
.footer-content p {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 26px;
    color: #A4B4C3;
}
.footer-content .footer-social {
    display: flex;
    align-items: center;
    margin: 0 -7px;
}
.footer-content .footer-social li {
    padding: 0 7px;
}
.footer-content .footer-social li a {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #719ED6;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}
.footer-content .footer-social li a:hover {
    background: #00C4F4;
    border-color: #00C4F4;
}
.footer-widget .fw-title {
    font-size: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 25px 0 27px;
}
.footer-link ul li {
    margin-bottom: 10px;
}
.footer-link ul li:last-child {
    margin-bottom: 0;
}
.footer-link ul li a {
    font-size: 15px;
    line-height: 20px;
    color: #A4B4C3;
    position: relative;
}
.footer-link ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    transition: transform 0.4s cubic-bezier(.74, .72, .27, .24);
}
.footer-link ul li a:hover::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.footer-link ul li a:hover {
    color: #fff;
}
.footer-top .row [class*="col-"]:nth-child(2) .footer-widget {
    margin-left: 80px;
}
.footer-top .row [class*="col-"]:nth-child(4) .footer-widget {
    margin-left: 75px;
}
.footer-newsletter p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 60px;
    color: #A4B4C3;
}
.footer-newsletter form {
    position: relative;
}
.footer-newsletter form input {
    width: 100%;
    border: none;
    background: rgb(118 118 130 / 10%);
    border-radius: 10px;
    font-weight: 400;
    font-size: 15px;
    padding: 23px 80px 23px 25px;
    color: #fff;
    height: 72px;
}
.footer-newsletter form input::placeholder {
    font-weight: 400;
    font-size: 15px;
    color: #fff;
}
.footer-newsletter form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 65px;
    height: 72px;
    background: #00C4F4;
    border-radius: 10px;
    font-size: 20px;
    color: #fff;
    border: none;
}
.footer-bottom {
    border-top: 1px solid rgb(255 255 255 / 6%);
    padding: 27px 0;
}
.copyright-text p {
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
}
.footer-menu ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 -30px;
}
.footer-menu ul li {
    padding: 0 30px;
}
.footer-menu ul li a {
    font-size: 15px;
    color: #A4B4C3;
    font-weight: 500;
}
.footer-menu ul li a:hover {
    color: #fff;
}

/* footer-two */
.footer-area-two .footer-top {
    padding: 70px 40px 65px;
}
.footer-menu-two .navigation {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.footer-menu-two .navigation li {
    margin-right: 60px;
}
.footer-menu-two .navigation li:last-child {
    margin-right: 0;
}
.footer-menu-two .navigation li a {
    color: #030B15;
    font-weight: 500;
    font-size: 16px;
}
.footer-menu-two .navigation li a:hover {
    color: #00C4F4;
}
.footer-area-two .footer-social ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer-area-two .footer-social ul li {
    margin-right: 40px;
}
.footer-area-two .footer-social ul li:last-child {
    margin-right: 0;
}
.footer-area-two .footer-social ul li a {
    color: #0A142F;
    opacity: .3;
    font-size: 24px;
    line-height: 1;
}
.footer-area-two .footer-social ul li a:hover {
    color: #00C4F4;
    opacity: 1;
}
.footer-area-two .footer-bottom {
    border-top: 1px solid #F0F3F9;
    padding: 40px 40px;
}
.footer-area-two .copyright-text p {
    color: #282F3B;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
}
.footer-area-two .scroll-up .scroll-to-target {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #564DCA;
    padding: 0 0;
    border: none;
    color: #fff;
    font-size: 17px;
    margin: -60px auto 15px;
}
.footer-area-two .scroll-up .scroll-to-target:hover {
    background: #00C4F4;
}
.footer-area-two .scroll-up span {
    display: block;
    color: #0A142F;
    font-size: 14px;
    font-weight: 500;
}
.footer-bottom-menu ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer-bottom-menu ul li {
    margin-right: 30px;
}
.footer-bottom-menu ul li:last-child {
    margin-right: 0;
}
.footer-bottom-menu ul li a {
    font-size: 15px;
    color: #0A142F;
    font-weight: 500;
}
.footer-bottom-menu ul li a:hover {
    color: #00C4F4;
}

/* footer-three */
.footer-bg {
    background-image: url(../img/bg/breadcrumb-bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 120px;
}
.footer-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/bg/footer_shape.png);
    background-repeat: repeat;
    background-position: center;
    width: 100%;
    height: 29px;
}
.footer-area-three .footer-top {
    padding: 0 0 50px;
}

.blog-widget {
    border: 1px solid #F2F5FA;
    box-shadow: 0px 12px 10px rgba(238, 239, 240, 0.25);
    background: #fff;
    padding: 40px 30px;
    margin-bottom: 40px;
}
.p-50 {
    padding: 50px 0;
}
.list-disc li
{
    list-style-type: disc;
    margin-left: 20px;
}
