/*==========================================================================
* Footer One CSS
==========================================================================*/

.copyright__one-left p {
    font-size: 18px !important;
    color: #fff !important;
    white-space: nowrap !important;
}

.footer__one {
    position: relative;
    z-index: 1;
    background-color: var(--bg-heading-color);
    padding-top: 190px;
}

.footer__one-shape {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    z-index: -1;
}

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

.footer__one-widget-about a img {
    max-width: 165px;
    margin-bottom: 20px;
}

.footer__one-widget-about p {
    color: #fff;
    text-transform: none;
    font-size: 17px;
    margin-bottom: 20px;
}

.footer__one-widget-about-social h4 {
    font-size: 18px;
    margin-bottom: 18px;
}

.footer__one-widget-about-social ul {
    padding: 0;
    margin: 0;
}

.footer__one-widget-about-social ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.footer__one-widget-about-social ul li:last-child {
    margin: 0;
}

.footer__one-widget-about-social ul li a i {
    display: inline-block;
    width: 38px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: transparent;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
    transition: 0.4s;
    border: 1px solid var(--color-2);
}

.footer__one-widget-about-social ul li a i:hover {
    background-color: var(--primary-color-1);
    border: 1px solid var(--primary-color-1);
}

.footer__one-widget-solution ul {
    padding: 0;
    margin: 0;
}

.footer__one-widget-solution ul li {
    padding: 0;
    list-style: none;
    margin-bottom: 21px;
}

.footer__one-widget-solution ul li:last-child {
    margin: 0;
}

.footer__one-widget-solution ul li a {
    color: #ccc;
    transition: 0.4s;
    position: relative;
    font-size: 18px;
}

.footer__one-widget-solution ul li a i {
    color: var(--primary-color-1);
    font-size: 14px;
    margin-right: 10px;
}

.footer__one-widget-solution ul li a:hover {
    color: var(--primary-color-1);
    padding-left: 10px;
}

.footer__one-widget-location h6 {
    color: #fff;
    margin: 18px 0;
}

.footer__one-widget-location-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.footer__one-widget-location-item-icon i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    font-size: 23px;
    border-radius: 50%;
    background-color: var(--primary-color-1);
    color: #fff;
}

.footer__one-widget-location-item-info span {
    font-size: 18px;
    color: #ccc;
    font-weight: 400;
    display: block;
    margin-bottom: 8px;
}

.footer__one-widget-location-item-info a {
    color: #ccc;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    display: block;
    transition: 0.4s;
    width: 90%;
}

.footer__one-widget-location-item-info a:hover {
    color: var(--primary-color-1);
}

.footer__one-widget-location .email a {
    text-transform: lowercase;
}

.footer__one-widget-subscribe p {
    color: #ccc;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    max-width: 265px;
}

.footer__one-widget-subscribe form {
    position: relative;
    margin-top: 30px;
}

.footer__one-widget-subscribe form input {
    background-color: transparent;
    color: var(--color-1);
    border-color: var(--color-1);
    height: 60px;
    border-radius: 50px;
    padding: 0 22px;
}

.footer__one-widget-subscribe form input:focus {
    color: var(--color-1);
}

.footer__one-widget-subscribe form input::placeholder {
    color: #fff;
}

.footer__one-widget-subscribe form button {
    padding: 0;
    position: absolute;
    right: 4px;
    top: 4px;
    width: 50px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
}

@media (max-width: 991px) {
    .footer__one {
        padding-top: 145px;
    }
    .footer__one-widget h4 {
        margin-bottom: 20px;
    }
    .footer__one .copyright__one-container-area {
        padding: 25px 0;
        margin-top: 45px;
    }
    .footer__one .copyright__one-left {
        margin-bottom: 13px;
        text-align: center;
    }
    .footer__one .copyright__one-right {
        text-align: center;
        justify-content: center;
    }
}

@media (max-width: 535px) {
    .footer__one {
        padding-top: 150px;
    }
}

/*==========================================================================
* Footer Two CSS
==========================================================================*/
.footer__two {
    position: relative;
    z-index: 1;
    background-color: rgb(5, 22, 52);
    padding-top: 195px;
}

.footer__two-shape {
    position: absolute;
    top: 0;
    z-index: -1;
    height: 88%;
}

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

.footer__two-widget-social h4 {
    font-size: 18px;
    margin-bottom: 18px;
}

.footer__two-widget-social ul {
    padding: 0;
    margin-top: 35px;
}

.footer__two-widget-social ul li {
    list-style: none;
    display: inline-block;
    margin-right: 12px;
}

.footer__two-widget-social ul li:last-child {
    margin: 0;
}

.footer__two-widget-social ul li a i {
    font-size: 18px;
    color: #fff;
    transition: 0.4s;
    border: 1px solid var(--color-2);
    width: 35px;
    height: 35px;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.footer__two-widget-social ul li a i:hover {
    border-color: var(--primary-color-1);
    background-color: var(--primary-color-1);
}

.footer__two-widget-about a img {
    max-width: 165px;
    margin-bottom: 20px;
}

.footer__two-widget-about p {
    color: #fff;
    text-transform: none;
    font-size: 17px;
    margin-bottom: 20px;
}

.footer__two-widget-about-location h6 {
    color: #fff;
    margin: 18px 0;
}

.footer__two-widget-about-location-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.footer__two-widget-about-location-item-icon i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    font-size: 25px;
    border-radius: 50%;
    background-color: var(--primary-color-1);
    color: #fff;
}

.footer__two-widget-about-location-item-info span {
    font-size: 18px;
    color: #ccc;
    font-weight: 400;
    display: block;
    margin-bottom: 8px;
}

.footer__two-widget-about-location-item-info a {
    color: #ccc;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    display: block;
    transition: 0.4s;
}

.footer__two-widget-about-location-item-info a:hover {
    color: var(--primary-color-1);
}

.footer__two-widget-about-location .email a {
    text-transform: lowercase;
}

.footer__two-widget-solution ul {
    padding: 0;
    margin: 0;
}

.footer__two-widget-solution ul li {
    padding: 0;
    list-style: none;
    margin-bottom: 21px;
}

.footer__two-widget-solution ul li:last-child {
    margin: 0;
}

.footer__two-widget-solution ul li a {
    color: #cccccc;
    transition: 0.4s;
    position: relative;
    font-size: 18px;
}

.footer__two-widget-solution ul li a i {
    color: #0e59f2;
    font-size: 14px;
    margin-right: 10px;
}

.footer__two-widget-solution ul li a:hover {
    color: #0e59f2;
    padding-left: 10px;
}

.footer__two-widget-subscribe p {
    color: #ccc;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    max-width: 265px;
}

@media (max-width: 1199px) {
    .footer__two-widget h4 {
        margin-bottom: 18px;
    }
}

@media (max-width: 991px) {
    .footer__two .copyright__two-container-area {
        padding: 25px 0;
        margin-top: 45px;
    }
    .footer__two .copyright__two-left {
        margin-bottom: 13px;
        text-align: center;
    }
    .footer__two .copyright__two-right {
        text-align: center;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .footer__two-widget {
        margin-left: 0;
    }
}

/*==========================================================================
* Footer Three CSS
==========================================================================*/
.footer__three {
    position: relative;
    z-index: 1;
    background-color: var(--bg-heading-color);
}

.footer__three-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--color-5);
    padding: 45px 40px 45px 40px;
    border-radius: 15px;
    margin-bottom: 100px;
    flex-wrap: wrap;
    row-gap: 20px;
}

.footer__three-top h3 {
    color: #fff;
    line-height: 1.26;
    font-size: 38px;
}

.footer__three-top-social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 12px;
    row-gap: 10px;
}

.footer__three-top-social a {
    width: 48px;
    height: 48px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    transition: .4s;
}

.footer__three-top-social a:last-child {
    margin-right: 0;
}

.footer__three-top-social a:hover {
    background-color: var(--primary-color-1);
    border-color: var(--primary-color-1);
}

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

.footer__three-widget-about a img {
    max-width: 165px;
    margin-bottom: 20px;
}

.footer__three-widget-about p {
    color: #fff;
    text-transform: none;
    font-size: 17px;
    margin-bottom: 20px;
}

.footer__three-widget-about form {
    position: relative;
    margin-top: 30px;
}

.footer__three-widget-about form input {
    background-color: transparent;
    color: var(--color-1);
    border-color: var(--color-1);
    height: 60px;
    border-radius: 50px;
    padding: 0 22px;
}

.footer__three-widget-about form input:focus {
    color: var(--color-1);
}

.footer__three-widget-about form input::placeholder {
    color: #fff;
}

.footer__three-widget-about form button {
    padding: 0;
    position: absolute;
    right: 4px;
    top: 4px;
    width: 50px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
}

.footer__three-widget-solution {
    margin-left: 60px;
}

.footer__three-widget-solution ul {
    padding: 0;
    margin: 0;
}

.footer__three-widget-solution ul li {
    padding: 0;
    list-style: none;
    margin-bottom: 21px;
}

.footer__three-widget-solution ul li:last-child {
    margin: 0;
}

.footer__three-widget-solution ul li a {
    color: #ccc;
    transition: 0.4s;
    position: relative;
    font-size: 18px;
}

.footer__three-widget-solution ul li a i {
    color: var(--primary-color-1);
    font-size: 14px;
    margin-right: 10px;
}

.footer__three-widget-solution ul li a:hover {
    color: var(--primary-color-1);
    padding-left: 10px;
}

.footer__three-widget-location h6 {
    color: #fff;
    margin: 18px 0;
}

.footer__three-widget-location-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.footer__three-widget-location-item-icon i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    font-size: 23px;
    border-radius: 50%;
    background-color: var(--primary-color-1);
    color: #fff;
}

.footer__three-widget-location-item-info span {
    font-size: 18px;
    color: #ccc;
    font-weight: 400;
    display: block;
    margin-bottom: 8px;
}

.footer__three-widget-location-item-info a {
    color: #ccc;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    display: block;
    transition: 0.4s;
    width: 90%;
}

.footer__three-widget-location-item-info a:hover {
    color: var(--primary-color-1);
}

.footer__three-widget-location .email a {
    text-transform: lowercase;
}

@media (max-width: 1199px) {
    .footer__three-widget h4 {
        margin-left: 0;
    }
    .footer__three-widget-solution {
        margin-left: 0;
    }
}

/*==========================================================================
* Footer Four CSS
==========================================================================*/
.footer__four {
    position: relative;
    z-index: 1;
    background-color: var(--bg-heading-color);
    padding-top: 100px;
}

.footer__four-shape {
    position: absolute;
    top: 0;
    z-index: -1;
    height: 88%;
}

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

.footer__four-widget-about a img {
    max-width: 165px;
    margin-bottom: 20px;
}

.footer__four-widget-about p {
    color: #fff;
    text-transform: none;
    font-size: 17px;
    margin-bottom: 20px;
}

.footer__four-widget-about form {
    position: relative;
    margin-top: 30px;
}

.footer__four-widget-about form input {
    background-color: transparent;
    color: var(--color-1);
    border-color: var(--color-1);
    height: 60px;
    border-radius: 50px;
    padding: 0 22px;
}

.footer__four-widget-about form input:focus {
    color: var(--color-1);
}

.footer__four-widget-about form input::placeholder {
    color: #fff;
}

.footer__four-widget-about form button {
    padding: 0;
    position: absolute;
    right: 4px;
    top: 4px;
    width: 50px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
}

.footer__four-widget-solution ul {
    padding: 0;
    margin: 0;
}

.footer__four-widget-solution ul li {
    padding: 0;
    list-style: none;
    margin-bottom: 21px;
}

.footer__four-widget-solution ul li:last-child {
    margin: 0;
}

.footer__four-widget-solution ul li a {
    color: #ccc;
    transition: 0.4s;
    position: relative;
    font-size: 18px;
}

.footer__four-widget-solution ul li a i {
    color: var(--primary-color-1);
    font-size: 14px;
    margin-right: 10px;
}

.footer__four-widget-solution ul li a:hover {
    color: var(--primary-color-1);
    padding-left: 10px;
}

@media (max-width: 1199px) {
    .footer__five-widget-solution {
        margin-left: 0;
    }
    .footer__five-widget h4 {
        margin-left: 0;
    }
}

/*==========================================================================
* Footer Five CSS
==========================================================================*/
.footer__five {
    position: relative;
    z-index: 1;
    background-color: var(--color-1);
    padding-top: 200px;
}

.footer__five-shape {
    position: absolute;
    top: 0;
    z-index: -1;
    height: 88%;
}

.footer__five-widget h4 {
    color: var(--text-heading-color);
    margin-bottom: 25px;
    font-size: 22px;
}

.footer__five-widget-about a img {
    max-width: 165px;
    margin-bottom: 20px;
}

.footer__five-widget-about p {
    color: var(--color-2);
    text-transform: none;
    font-size: 17px;
    margin-bottom: 20px;
}

.footer__five-widget-about-social ul {
    padding: 0;
    margin: 0;
}

.footer__five-widget-about-social ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.footer__five-widget-about-social ul li:last-child {
    margin: 0;
}

.footer__five-widget-about-social ul li a i {
    display: inline-block;
    width: 38px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: var(--bg-white);
    font-size: 18px;
    border-radius: 4px;
    color: var(--text-heading-color);
    transition: 0.4s;
    border: 1px solid #ccc;
}

.footer__five-widget-about-social ul li a i:hover {
    background-color: var(--primary-color-1);
    border: 1px solid var(--primary-color-1);
    color: #fff;
}

.footer__five-widget-solution ul {
    padding: 0;
    margin: 0;
}

.footer__five-widget-solution ul li {
    padding: 0;
    list-style: none;
    margin-bottom: 18px;
}

.footer__five-widget-solution ul li:last-child {
    margin: 0;
}

.footer__five-widget-solution ul li a {
    color: var(--color-2);
    transition: 0.4s;
    position: relative;
    font-size: 18px;
}

.footer__five-widget-solution ul li a i {
    color: var(--primary-color-1);
    font-size: 14px;
    margin-right: 10px;
}

.footer__five-widget-solution ul li a:hover {
    color: var(--primary-color-1);
    padding-left: 10px;
}

.footer__five-widget-location p {
    color: var(--color-2);
    text-transform: none;
    font-size: 17px;
    margin-bottom: 20px;
    width: 94%;
}

.footer__five-widget-location-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.footer__five-widget-location-item-icon i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    font-size: 23px;
    border-radius: 50%;
    background-color: var(--primary-color-1);
    color: #fff;
}

.footer__five-widget-location-item-info span {
    font-size: 16px;
    color: var(--primary-color-1);
    font-weight: 400;
    display: block;
}

.footer__five-widget-location-item-info a {
    color: var(--text-heading-color);
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    display: block;
    transition: 0.4s;
}

.footer__five-widget-location-item-info a:hover {
    color: var(--primary-color-1);
}

.footer__five-widget-location .email a {
    text-transform: lowercase;
}

.footer__five .copyright__one.two {
    border-top: 1px solid #cccccc4a;
}

.footer__five .copyright__one-left p {
    color: var(--color-2);
    white-space: nowrap !important;
}

.footer__five .copyright__one-right a {
    color: var(--color-2);
}

/*==========================================================================
* Footer Copyright CSS
==========================================================================*/

.copyright__one-container-area {
    background-color: #12223e;
    padding: 20px 15px;
    border-radius: 10px 10px 0 0;
    margin-top: 68px;
}

.copyright__one-left {
    color: #fff;
}

.copyright__one-left p {
    font-size: 18px;
}

.copyright__one-right {
    color: #fff;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-wrap: wrap;
}

.copyright__one-right a {
    margin: 0 8px;
    font-size: 18px;
    transition: .3s;
}

.copyright__one-right a:hover {
    color: var(--primary-color-1);
}

.copyright__one.two {
    border-top: 1px solid var(--color-5);
}

.copyright__one.two .copyright__one-container-area {
    background-color: transparent;
    padding: 30px 0;
    margin-top: 0;
}

@media (max-width: 991px) {
    .copyright__one-left {
        text-align: center;
    }
    .copyright__one-right {
        justify-content: center;
    }

    .copyright__one-left p {
        white-space: wrap !important;
    }
}

/*==========================================================================
* 404 CSS
==========================================================================*/

.error-area {
    background-color: var(--color-1);
    height: 100vh;
}