@import url('https://fonts.googleapis.com/css?family=Lemonada:400,700|Montserrat+Alternates&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap');

/******************ERROR PAGE 1******************/

*{
    padding: 0;
    margin: 0;
}

.bg-blue-color{
    position: relative;
}

.bg-img img{
    height: 99.6vh;
    width: 100%;
    object-fit: cover;
}

.img-error1{
    max-width: 100%;
    position: absolute;
    top: 0;
}

.col-height {
    height: 99.89vh;
    width: 100%;
}

.bg-img{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.bg-cover{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgb(0, 0 , 0 , 0.3);
    z-index: 0;
}

.col-alignment{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.error-page-1 .main-heading{
    color: #ff6644;
    font-size: 100px;
    font-weight: 600;
}

.error-page-1 .text{
    margin-bottom: 15px;
    line-height: 1.6;
}

.error-page-1 .home-btn{
    background-color: #6c5be8;
    border: 2px solid #6c5be8;
    color: white;
    padding: 9px 27px 9px 27px;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

.btn-arrow{
    font-size: 18px;
    -webkit-animation: 1s wobble infinite;
    animation: 1s wobble infinite;
    font-weight: bold;
}

.error-page-1 .home-btn:hover{
    background-color: rgba(108, 91, 232, 0.9);
    border: 2px solid #6c5be8;
}

.error-page-1 a{
    text-decoration: none;
}

.sub-heading {
    font-size: 39px;
    line-height: 42px;
    color: #fff;
}

@media screen and (max-width:768px){
    .col-alignment{
        display: flex;
        text-align: center;
    }
    .img-error1 {
        max-width: 96%;
        position: absolute;
        top: inherit;
        bottom: 0;
    }
}

@media screen and (max-width:767px){
    .img-error1{
        bottom: 1px;
    }
    .col-alignment{
        display: flex;
        text-align: center;
    }
    .error-page-1 .main-heading {
        color: #ff6644;
        font-size: 70px;
    }
    .error-page-1 .text{
        font-size: 14px;
    }
    .error-page-1 .sub-heading{
        font-size: 17px;
    }


}


/******************ERROR PAGE 2******************/
.error-img-2{
    display: inline-block;
    height: 300px;
    width: 300px;
}
.erro-text{
    margin-top: 10%;
}
.error-page-2 .error-text{
    font-family: 'Lemonada', cursive;
    font-size: 60px;
    color: #00BCD4;
}
.error-page-2 .main-heading{
    font-family: 'Lemonada', cursive;
    color: #00000096;
    font-size: 20px;
    margin-bottom: 10px;
}
.error-page-2 .sub-heading{
    font-family: 'Lemonada', cursive;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}


@media (min-width:992px) and (max-width:1199px) {
    .erro-text{
        margin-top: 20%;
    }
}

@media (min-width:769px) and (max-width:991px) {
    .erro-text{
        margin-top: 40%;
    }

}

@media screen and (max-width:768px){
    .erro-text{
        margin-top: 40%;
    }
}

@media screen and (max-width:767px){
    .erro-text{
        margin-top: 50%;
    }
    .error-page-2 .error-text{
        font-size: 50px;
    }
    .error-page-2 .main-heading{
        font-size: 16px;
    }
    .error-page-2 .sub-heading{
        font-size: 12px;
    }


}



/******************ERROR PAGE 3******************/
.bg-error3-img{
    height: 100vh;
    background-position: center;
    background-size: cover;
}
.text-alignment{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.error-page-3 .main-heading{
    color: #00000096;
    font-weight: 700;
    font-size: 65px;
    margin-bottom: 0;
}
.error-page-3 .sub-heading{
    color: white;
    font-weight: 700;
    font-size: 50px;
}
.error-page-3 .text-error{
    color: white;
    font-size: 14px;
    width: 357px;
    margin-bottom: 15px;
}

.error-page-3 a{
    text-decoration: none;
}

@media screen and (max-width:767px){
    .error-page-3 .main-heading {
        font-size: 60px;
    }
    .error-page-3 .sub-heading {
        font-size: 42px;
    }
}

/********************COUNT DOWN*******************/
ul.count_down {
    list-style: none;
    padding: 0;
    display: block;
    margin-bottom: 15px;
}

ul.count_down li {
    display: inline-block;
    color: #fff;
    padding: 10px;
    width: 90px;
    text-align: center;
}

ul.count_down li p:nth-child(1) {
    font-size: 55px;
    color: #fff;
    font-weight: bold;
    margin:0;
}

ul.count_down li p:nth-child(2) {
    font-size: 15px;
    color: #fff;
    line-height: normal;
    margin: 15px 0 0 0;
    letter-spacing: 0;
}


@media screen and (max-width:767px){
    ul.count_down li {
        width: 82px;
        padding: 0;
    }
    ul.count_down li p:nth-child(1) {
        font-size: 45px;
    }

}

#countdown ul{
    display: flex;
    padding-top: 40px;
    gap: 20px;
}


#countdown ul li{
    color: #fff;
    list-style: none;
    font-size: 32px;
    font-weight: 600;
}

#countdown ul li span{
    color: #fff;
    font-weight: 600;
    font-size: 32px;
    padding-right: 10px;
}

.flex-column{
    flex-direction: column;
}


.typewriter h1 {
    color: #fff;
    font-family: monospace;
    overflow: hidden;
    border-right: .15em solid #1c88b9;
    white-space: nowrap;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 21px;
    /* letter-spacing: -0.7em; */
    animation: typing 3.5s steps(30, end), blink-caret .5s step-end infinite;
    position: relative;
    z-index: 100;
}

#countdown ul li span {
    color: #fff;
    font-family: monospace;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 21px;
    position: relative;
    z-index: 100;
}

#countdown ul li {
    color: #fff;
    font-family: monospace;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 21px;
    position: relative;
    z-index: 100;
}

/* The typing effect */
@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: orange }
}


@media screen and (max-width:767px){
    .typewriter h1{
        text-wrap: wrap;
    }
    #countdown ul li{
        font-size: 14px;
    }
}


.project-thumb-two img{
    height: 410px;
    object-fit: cover;
}

.flex-start{
    justify-content: start;
    padding-top: 20px;
}

.flex-start .title{
    color: var(--tg-primary-color);
}

.different-logo h2{
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 0;
}

.different-logo h2 span{
    color: #fff;
}


.different-wrapper h2 {
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 0;
}

.different-wrapper h2 span{
    color: var(--tg-primary-color);
}

.blog-post-content .title a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-post-thumb img{
    height: 310px;
    width: 100%;
    object-fit: cover;
}

.different-logo-text h2{
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 0;
}

.different-logo-text h2 span{
    color: var(--tg-primary-color);
}

.about-image img{
    width: 100%;
}

.services-icon img{
    height: 53px;
    /*filter: brightness(0) invert(1);*/
}

.lang__icon-2{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.lang__icon-2 svg{
    height: 20px;
}

.lang__icon-2 span{
    font-size: 16px;
}

.inner-project-area .project-item-two{
    border: 1px solid #e1e1e1;
    border-radius: 20px;
}

.project-thumb img{
    height: 200px;
}

.banner-shape{
    background-color: #3553a3;
}

.logo img{
    max-width: 100%;
    height: 109px;
    padding-left: 16px;
}

@media (max-width: 1000px) {
    .logo img{
        height: 58px;
    }
}

#counter .item{
    background: #fff;
    width: 100%;
    height: 220px;
    padding: 35px 40px;
    margin: 10px;
    text-align: center;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
    box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
    border: 6px solid #3553a3;
}
#counter .item .count{
    color: #3553a3;
    margin-bottom: 5px;
    font-size: 40px;
    padding-top: 18px;
}
#counter .item h3{
    color: #4f4e28;
    text-transform: capitalize;
}

.contact-info-item .content a{
    height: 53px;
    display: flex;
    align-items: center;
}

.album img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}


.swiper.album{
    padding-bottom: 25px;
}

.swiper.album .swiper-button-next, .swiper.album .swiper-button-prev{
    background-color: rgba(255, 255, 255, 0.2);
}

.swiper.album .swiper-button-next:after, .swiper.album .swiper-button-prev:after{
    font-size: 16px;
    color: var(--insur-base);
}

.swiper.album .swiper-pagination .swiper-pagination-bullet-active{
    background-color: var(--insur-base);
    width: 10px;
    height: 10px;
}

.swiper.album .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
}
.pt-4{
    padding-top: 30px;
}


.footer-bg{
    background-color: var(--tg-secondary-color);
}

.footer-bottom{
    border-top: 1px solid #e1e1e1;
}

.service-center__wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-content .title{
    text-align: center;
}

.page-header{
    position: relative;
    display: block;
    padding: 30px 0 30px;
    background-color: var(--tg-secondary-color);
    z-index: 0;
}

.page-header-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    mix-blend-mode: luminosity;
    opacity: .20;
}

.page-header-shape-1 img {
    width: auto;
    height: 170px;
}

.page-header__inner{
    position: relative;
    display: block;
    z-index: 15;
}

.thm-breadcrumb {
    position: relative;
    display: block;
}
.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}


.thm-breadcrumb li a {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}


.thm-breadcrumb li+li {
    margin-left: 5px;
}

.page-header__inner h2 {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}


.flex-dir__row div:nth-child(8) {
    order: 1
}

.flex-dir__row div:nth-child(7) {
    order: 2
}

.flex-dir__row div:nth-child(6) {
    order: 3
}


.flex-dir__row div:nth-child(5) {
    order: 4
}

.flex-dir__row div:nth-child(4) {
    order: 5
}

.flex-dir__row div:nth-child(3) {
    order: 6
}

.flex-dir__row div:nth-child(2) {
    order: 7
}

.flex-dir__row div:nth-child(1) {
    order: 8
}

.top_info{
    padding: 110px 0 80px;
    position: relative;
    z-index: 2;
}

.top_right_img_wrap{
    min-height: 520px;
}

.top_right_img{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 50%;
    text-align: right;
    bottom: 0;
}

.top_right_img .top_right_img_inn {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    display: inline-block;
    vertical-align: top;
}

.top_right_img img {
    height: 100%;
    object-fit: cover;
    vertical-align: top;
    margin: 0;
}


.top_info .top_info_inn {
    position: relative;
    z-index: 2;
    width: 900px;
    max-width: 100%;
}
.top_info .top_info_inn h1 {
    font-size: 54px;
    margin-bottom: 40px;
    font-weight: 700;
}
.top_info .top_info_inn h1 {
    margin: 0 0 15px;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.4;
    color: #214582;
}

.top_info p {
    font-size: 24px;
    width: 85%;
}

.top_right_img .top_right_img_inn:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    background: linear-gradient(90.03deg, #FFFFFF -0.62%, rgba(255, 255, 255, 0) 179.14%);
}
.about-img-wrap > img{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.tab-btn {
    position: relative;
    color: #b0b0b0;
    padding: 10px 35px 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    /* line-height: 14px; */
    font-weight: 500;
    display: flex;
    margin-bottom: 16px;
    gap: 20px;
    align-items: center;
    justify-content: center;
    z-index: 0;
}

.tab-btn:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #d0d0d0;
    background: #ffffff;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    transform: skewX(-25deg);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.tab-btn .txt{
    position: relative;
    display: inline-block;
    margin: 0px 4px 5px;
    color: #2a2a71;
    /*padding: 10px 35px 10px 20px;*/
    font-size: 11px;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 28px;
    font-weight: 500;
}

.tab-btn .icon img{
    height: 53px;
    filter: brightness(0) invert(10);
    padding: 6px;
}

.tab-btn .icon{
    background-color: #3553a3;
    z-index: 100;
    height: 60px;
    width: 60px;
    position: relative;
    padding: 3px;
    border-radius: 14px;
    margin-top: 9px;
}

.tab-btn:hover:before{
    background: #3553a3;
    border-color: #3553a3;
}

.tab-btn:hover .txt{
    color: #fff;
}

.navbar-wrap ul li .sub-menu li a:hover{
    font-weight: 600;
}

.modal-border {
    background: var(--black-color);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 92%;
    background-color: #214582;
}

.modal-image__profile {
    color: #214582;
    font-size: 14px;
}

.modal-text p ul li {
    font-size: 14px;
}

.modal-content {
    border: none;
}

.modal-header {
    border-bottom: none;
}

.modal-image__title {
    margin: 10px 0;
    font-size: 24px;
    text-transform: uppercase;
}

.modal-image {
    display: block;
!important;
    height: 400px;
    position: relative;
    padding: 40px;
}

.modal-image img {
    max-width: none;
    width: 310px;
    height: 400px;
    object-fit: cover;
}

.modal-text {
    font-size: 14px;
    display: block;
    width: 349px;
    position: relative;
    padding-top: 35px;
    padding-right: 26px;
}

.modal-header-into {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}

.modal-header .close-modal {
    font-size: 16px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #A3A3A4;
    background: #E9ECEF;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 20px;
    cursor: pointer;
    border-radius: 50%;
    transition: color 0.15s linear;
}

.open-modal {
    width: 100%;
}

.open-modal:hover {
    box-shadow: none;
    color: #28a745;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    align-items: center;
    justify-content: center;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.1);
    font-family: sans-serif;
}

.modal.open {
    display: flex;
}

.modal-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    max-width: 820px;
    margin: auto;
    border-radius: 0px;
    background-color: #fff;
    position: relative;
}

.modal.open .modal-container {
    animation: move 0.6s ease-out;
}

.modal-image-cover {
    position: relative;
    overflow: hidden;
    height: 0;
    width: 52%;
    padding-bottom: 57%;
    border-radius: 13px;
    transition: all 0.3s ease-in;
    margin-right: 20px;
}

.modal-image-cover img {
    width: 100%;
    object-fit: cover;
}


.modal-text {
    width: 100%;
}
.close-modal {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 18px;
    cursor: pointer;
    color: #000;
    text-align: center;
    background: #fff;
    border-radius: 50%;
}

.pic{
    padding-left: 30px;
    padding-top: 61px;
    padding-bottom: 21px;
}

.btn-back{
    background-color: #fff;
}

.footer-logo img {
    height: 120px;
}

.footer-menu__list{
    padding-top: 20px;
}

.footer-menu__list ul{
    padding: 0;
}

.footer-menu__list ul li{
    list-style: none;
    padding-bottom: 10px;
}

.footer-menu__list ul li span{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.contact-info-wrap .list-wrap li{
    padding-bottom: 24px;
}

.contact-info-item .content {
    display: flex;
    align-items: center;
}

.swiper.mySwiper .swiper-button-next, .swiper.mySwiper .swiper-button-prev{
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.swiper.mySwiper .swiper-button-next:after, .swiper.mySwiper .swiper-button-prev:after {
    font-size: 17px;
    color: #112f43;
}

.footer-social .list-wrap li{
    padding-bottom: 0;
}

.services-grids .inner {
    min-height: 254px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.services-grids .details {
    width: 100%;
    height: 100%;
    padding: 60px 50px;
    position: absolute;
    left: 0;
    top: 57%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.services-grids .info {
    position: relative;
}

.services-grids .details h3 {
    font-size: 18px;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 600;
    margin: 0 0 1.2em;
}

.services-grids .details p {
    font-size: 14px;
    font-size: 0.93333rem;
    color: #fff;
    margin: 0 0 1.79em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.services-grids .details .more {
    font-weight: 600;
    color: #051829;
    text-transform: capitalize;
}

.services-grids:hover .details {
    background-color: rgba(53, 83, 163, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    top: 0;
}

.services-grids:hover .details h3 {
    color: #051829;
    margin: 0 0 0.59em;
}


.services-grids:hover .details h3 i {
    background: transparent;
}
.services-grids .details h3 i {
    background: #3553a3;
    color: #051829;
    padding: 7px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    left: -5px;
}

.section-title {
    margin-bottom: 35px;
}

.section-title h2{
    font-size: 26px;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 0.5em;
    position: relative;
    letter-spacing: -1px;
    color: #112f43;
}

.section-title__wrapper h2:before {
    content: "";
    background-color: #112f43;
    width: 33px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.section-title h2:before{
    content: "";
    background-color: #112f43;
    width: 33px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.all-service-link {
    text-align: right;
}


.theme-btn {
    background-color: #3553a3;
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 600;
    color: #051829;
    padding: 5px 28px;
    border: 2px solid #3553a3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.section-padding{
    padding-top: 60px;
}

.all-service-link a{
    color: #ffffff;
}

.swiper.service .swiper-wrapper{
    padding-bottom: 60px;
}

.project-content-two p{
    color: #fff;
    font-size: 13px;
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 7;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
}

.project-content-two h2{
    color: #fff;
}


.modal-text p{
    text-align: justify;
}

.overlay-info h4{
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 7px;
}

.counter-icon img{
    height: 34px;
    filter: brightness(0) invert(1);
}

@media (max-width: 900px) {
    .section-title h2{
        font-size: 19px;
    }
    .btn{
        font-size: 13px;
        padding: 14px;
    }
    .top_info p{
        font-size: 15px;
    }
    .top_info .top_info_inn h1{
        font-size: 30px;
    }
    .pic {
        padding-left: 73px;
        padding-top: 91px;
        padding-bottom: 0px;
    }
    .pic img{
        height: 306px;
    }
    .top_right_img{
        width: 76%;
    }
}


@media (max-width: 600px) {
    .section-title .title {
        font-size: 19px;
        text-align: start !important;
        display: flex;
        justify-content: start;
    }
}

@media (max-width: 500px) {
    .section-title .title {
        font-size: 19px;
        text-align: start !important;
        display: flex;
        justify-content: start;
    }
}

@media (max-width: 767.98px) {
    .section-title .title {
        font-size: 16px!important;
    }
}


@media (max-width: 767.98px) {
    .brand-inner {
        margin-left: 0!important;
    }
}

.footer-menu__list ul li i{
    color: #fff;
}

.feature-one {
    position: relative;
    display: block;
    padding: 0 0 40px;
}

@media (max-width: 400px) {
    .feature-one{margin-top: 0!important;}
}
.feature-one__top {
    position: relative;
    display: block;
    z-index: 99;
}

.feature-one__single {
    text-align: center;
    position: relative;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 10px 60px 0 #00000011;
    border-radius: var(--thm-bdr-radius);
    padding: 41px 47px 41px;
    margin-bottom: 30px;
    z-index: 99;
}

.feature-one__icon {
    position: relative;
    align-items: center;
    padding-top: 5px;
}

.feature-one__icon span {
    width: 70px;
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: #112f43;
    transition: transform 500ms linear, color 500ms linear;
}


.feature-one__icon span img{
    width: 70px;
    filter: invert(46%) sepia(73%) saturate(2634%) hue-rotate(168deg) brightness(97%) contrast(102%);
}

.feature-one__single:hover .feature-one__icon span {
    transform: scale(.9);
    color: #112f43;
}

.feature-one__text a {
    transition: all 500ms ease;
}

.feature-one__text:hover a {
    color: #112f43;
}

.feature-one__text a h3{
    transition: all 500ms ease;
}

.feature-one__text:hover a h3{
    color: #112f43;
}

.feature-one__text h3 {
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
}

.feature-one__text p {
    font-size: 14px;
    margin: 0;
    line-height: 25px;
}

.feature-one__bottom {
    position: relative;
    display: block;
    border-bottom: 1px solid #112f43;
    padding-bottom: 38px;
    padding-top: 7px;
}

.feature-one__bottom-inner {
    position: relative;
    display: block;
    text-align: center;
}

.feature-one__bottom-inner p {
    font-size: 16px;
    margin: 0;
}

.feature-one__bottom-inner a {
    color: #112f43;
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-one__bottom-inner a:hover {
    color: var(--thm-extra);
}

.feature-one__bottom-inner a:before {
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    height: 2px;
    content: "";
    background-color: #112f43;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-one__bottom-inner a:hover:before {
    background-color: var(--thm-extra);
}





