@charset "UTF-8";
/* CSS Document  */


/*      CORRECTOINS     */
.section-header h3 {
    color: var(--primary-color);
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;

    font-size: 16px;
    line-height: 28px;
}
.section-header h3 svg, .section-header h3 img {
    margin-top: -5px;
}
.talk-us__item form input, .talk-us__item form textarea, .talk-us__item form button{
    border-radius: 0;
}
.talk-us__item  .form-group{
    margin-top: 16px;
}
.talk-us__item  .form-group button{
    margin-top: 22px;
    border: 0 none;
}
.talk-us__item .section-header h3 {
    padding-bottom: 5px;
}

.header-top .header-top-wrp .link-info a {
    width: 37px;
    color: var(--white);
    text-align: center;
}
.header-top .header-top-wrp .link-info a:hover {
    color: var(--primary-color);
}

ul.breadcrumd li{
    display: inline-block;
    vertical-align: middle;
}
.banner__inner-page h1 {
    margin-bottom: 10px;
    color: var(--white);
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-transform: none;
}

.contact__form .btn-one{
    display: inline-block;
    width: auto;
}
.contact__form form input, .contact__form form textarea {
    background-color: transparent;
}
.section-header h2.text-white{
    color: #0f0d1d !important;
}
.section-header h3.text-white{
    color:#3c72fc !important;
}
.block_hfr .section-header h3.text-white {
    color: #FFFFFF !important;
}
.contact__form form label{
    display: block !important;
}

.case__image {
    position: relative;
    height: 0;
    padding-bottom: 80%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.case__item .case__content {
    bottom: 98px;
    width: calc(100% - 35px);
}
.case__item .case__content h3{
    min-height: 2.6em;
}
.case__item .primary-color.sm-font{
    display: none;
}

.service-two__content p {
    margin-top: 10px;
    margin-bottom: 20px;
    min-height: 4.5em;
    line-height: 22px;
    height: auto;
}
.service-two__content h4 {
    font-size: 20px;
    line-height: 25px;
    min-height: 3em;
}
.service-two__item .image{
    position: relative;
    height: 0;
    padding-bottom: 44%;
    overflow: hidden;
}
.service-two__item .image img{
    object-fit: cover;
}

.service-two__content .icon img{
    max-width: 40px;
    max-height: 40px;
}

.service__item h3{
    min-height: 2.8em;
}
.service__item p{
    line-height: 1.3em;
    height: 4em;
}
.counter__item {
    /*max-width: 20%;*/
}
.counter__item h3 span {
    font-size: 28px;
}
.counter__item p {
    line-height: 1.3em;
    height: 4em;
}

.process__image {
    position: relative;
    height: 178px;
    width: 178px;
}
.process__image img {
    width: calc(100% - 20px);
    object-fit: cover;
    height: calc(100% - 20px);
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 100%;
}

.footer__wrp {
    align-items: start;
    gap: 30px;
}
.footer__item .logo {
    margin-top: 0;
    width: 85%;
}

.error__item .image{
    max-width: 340px;
    margin: 0 auto 60px;
}

.banner__slider .swiper-slide:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: -50px;
    background-color: color(srgb 0.04 0.13 0.33 / 0.70);
}

.testimonial-area{
    background-color: #f6fbff;
}

@media (max-width: 767px) {
    .footer__item.item-big{
        max-width: none;
    }
    .footer__copyright .flex-wrap, .footer__copyright .d-flex{
        display: block !important;
    }
    .footer__copyright p{
        display: block !important;
        text-align: center;
        font-size: 12px;
        line-height: 20px;
    }
    .footer__copyright p a{
        color: #b7dcff;
    }
}

.counter__wrp{
    display: block;
}
.counter__item{
    display: inline-block;
    vertical-align: top;
}
.counter__item img{
    max-width: 60px;
    max-width: 60px;
}

.__page_header{
    background-image: url("/uploads/002.jpg");
}

.logo {
    display: block;
    width: 196px;
    width: 230px;
}
.header__main .main-menu ul li a{
    text-transform: uppercase;
}
.main-menu ul li.active a{
    color: #3b72fc;
}

.about__right-item {
    align-items: start;
}
.about__right-item .icon img{
    max-height: 50px;
    min-height: 50px;
}

.service-single__right-item .item .category li.active{

}
.service-single__right-item .item .category li.active{

}

.service__item .service__icon img{
    max-width: 45px;
    max-height: 45px;
}

.about__info .align-items-center img{
    height: 56px;
    width: auto;
}

.banner__line img{
    display: none;
}


.blog__image{
    position: relative;
    height: 0;
    padding-bottom: 68%;
}
.blog__image img{
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 110%;
    /* min-width: 100%; */
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.blog__item:hover .blog__image img{
    -webkit-transform: translate(-50%, -50%) scale(1.1) rotate(3deg);
    transform: translate(-50%, -50%) scale(1.1) rotate(3deg);
}
.blog__image .blog-tag span{

}
.blog__content .date_formatted{

}
.blog-single__left-item .tags-share{
    margin-top: 20px;
    padding: 5px 0;
}
.fb-share-button, .IN-widget{
    vertical-align: bottom;
    margin-right: 15px;
    margin-bottom: 8px !important;
}
.IN-widget{
    margin-top: 8px !important;
}

.single-post img{
    width: 79px;
    height: 79px;
    object-fit: cover;
}
.blog__content h3{
    min-height: 2.7em;
}
.single-post li h5{
    line-height: 1.3em;
}
.single-post li.active h5, .single-post li.active h5 a{
    color: #3c72fc;
}

.header__main .main-menu ul li a.search-trigger i{
    font-size: 14px;
    transform: none !important;
}

a.search-go{
    position: absolute;
    bottom: 10px;
    right: 0px;
}
a.search-go i{
    font-size: 24px;
    color: #FFF;
}

.section-title.search-res{
    margin-bottom: 60px;
}
.search-results .result{
    display: block;
    padding-bottom: 5px;
    margin-bottom: 8px;
    border-bottom: solid 1px #c7d7ff;
}
.search-results .result:last-child{
    border: 0 none;
}
.search-results .result .pgttl{
    display: block;
    font-size: 1.1em;
    color: #295bc8;}
.search-results .result .res{
    display: block;
    color: #686868;
    line-height: 1.2em;
}
.search-results .result .res b{
    color: #000;
}

.sidebar__search a.search-go{
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 20px;
    right: 12px;
    top: 0;
}
.sidebar-area .sidebar__search i{
    top: calc(50% - 10px);
    right: 12px;
    font-size: 20px;
}

body.mobile_client .mouse-cursor.cursor-outer, body.mobile_client .mouse-cursor.cursor-inner{
    transform: none !important;
    display: none !important;
}

