@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');

:root {
    --primary-color: #d2272e;
    --secondary-color: #457bc0;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-family: "Orbitron", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}

.letters-loading {
    animation: letters-loading 2s infinite;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2) {
    animation-delay: 0.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3) {
    animation-delay: 0.4s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4) {
    animation-delay: 0.6s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5) {
    animation-delay: 0.8s;
}

@keyframes letters-loading {
    0% {
        transform: translateY(0px)
    }

    40% {
        transform: translateY(-30px);
    }

    80%,
    100% {
        transform: translateY(0px);
    }
}

.header-lower .logo-box .logo {
    position: relative;
    display: block;
    padding: 30px 40px 30px 40px;
    max-width: 100%;
    max-width: 240px;
}

.main-menu .navigation>li>a {
    padding: 0;
    text-shadow: 2px 2px 0px #c6c6c6;
}

.main-header .logo-box {
    padding: 0;
}

.header-lower .logo-box .logo {
    padding: 30px 10px 30px 10px;
    max-width: 190px;
}

.main-menu .navigation>li {
    margin: 0px 15px;
}
.news-block-one .inner-box .image-box{
    height: 300px;
}
.news-block-one .inner-box .image-box img{
    /*height: 100%;*/
    object-fit: cover !important;
    width: 100%;
}
.owl-theme .owl-dots .owl-dot span{
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-bottom: 1rem;
}
.owl-theme .owl-dots .owl-dot.active span{
    background: none repeat scroll 0 0 #d2272e;
}

/* .cta-style-two .content-box .support-box {
    padding: 0;
} */

.cta-style-two .content-box .support-box .icon-box {
    position: relative;
    margin-right: 15px;
}

.clients-section .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    height: 40px;
    width: 40px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 50%;
}

.clients-section .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
}

.clients-section .owl-prev {
    left: -6%;
}

.clients-section .owl-next {
    right: -6%;
}

.header-top {
    background: #eae8e8;
}

.funfact-style-three {
    padding: 100px 0px 100px 0px;
}

.project-block-two .inner-box .text h4 {
    color: #fff;
}

.project-block-two .inner-box .image-box:before {
    height: 50%;
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgb(0 0 0 / 0%) 100%);
}

.owl-item.active.center .project-block-two .inner-box .text {
    bottom: 50px;
    opacity: 1;
}

.project-carousel-2 .active.center .project-block-two .inner-box .image-box {
    filter: grayscale(0);
}

.owl-item.active .project-block-two .inner-box .text {
    bottom: 0;
    opacity: 0;
}

.project-carousel-2 .active .project-block-two .inner-box .image-box {
    filter: grayscale(1);
}

.project-block-two .inner-box .image-box {
    filter: grayscale(1);
}

.content_block_two .content-box .single-item .icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.project-block-two .inner-box .text h4 {
    margin-bottom: 15px;
}

.content_block_two .content-box .single-item {
    margin-bottom: 50px;
}

.content_block_two .content-box .single-item .icon-box img {
    width: 45px;
    height: 45px;
}

.content_block_two .content-box .single-item:hover .icon-box img {
    filter: invert(1);
}

.testimonial-block-one {
    height: 100%;
}

.testimonial-block-one .inner-box {
    height: 100%;
}

.testimonial-block-one .inner-box .light-icon {
    opacity: .1;
    position: absolute;
    right: 50px;
    bottom: 50px;
    width: 50%;
}

.testimonial-style-two .owl-carousel .owl-stage {
    display: flex;
}

.footer-bottom .bottom-inner {
    justify-content: center;
}

.footer-logo {
    width: 50%;
}

.main-footer .links-widget .links-list li:before {
    content: '\2666';
    position: absolute;
    top: 0;
    left: -15px;
    font-size: 14px;
    color: #fff;
}

.main-footer .footer-top {
    padding: 120px 50px 40px 60px;
}

.main-footer p,
.main-footer a,
.main-footer li {
    color: rgb(255 255 255);
}

.main-footer .info-list i {
    margin-right: 10px;
    margin-top: 5px;
}


.main-footer .info-list li {
    display: flex;
    align-items: flex-start;
}

.map {
    border-radius: 10px;
    overflow: hidden;
    height: 300px;
}
.modal-left {
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url('../images/popup.jpg');
  background-size: cover;
  background-repeat: center;
}
.modal-left.manual {
  background-image: url('../images/popup1.jpg')!important;
}
.news-item-carousel.owl-carousel .owl-stage {
    margin: 30px 0;
    display: flex;
    align-items: stretch;
}

.news-block-one .inner-box {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
    width: 90%;
    margin: auto;
    height: 100%;
}

.news-block-one.owl-carousel .owl-item {
    display: flex
}

.news-block-one {
    height: 100%;
}

.feature-block-four .inner-box .icon-box .icon {
    clip-path: unset;
}

.news-item-carousel .owl-dots {
    text-align: center;
}

.feature-block-four .inner-box .icon-box {
    margin-bottom: 5px;
}

#newsletter .form-error{color:#fff;display: block;}
/* .sec-title.light h2 {
    color: #fff;
    text-shadow: 2px 2px var(--primary-color);
} */

/* .cta-style-two .content-box .support-box p {
    text-shadow: 1px 1px 0px var(--primary-color);
}

.cta-style-two .content-box .support-box h3 a {
    text-shadow: 2px 2px 3px var(--primary-color);
}

.cta-style-two .content-box .text p {
    text-shadow: 1px 1px 3px var(--primary-color);
} */

/* .content-column .sec-title h5 {
    text-shadow: 1px 1px #ebebeb;
} */
.counter-block-three .inner-box .icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-box img {
    filter: brightness(5);
}

.inner-box:hover .icon-box img {
    filter: unset;
}

.feature-block-four {
    height: 100%;
}

.feature-block-four .inner-box {
    height: 100%;
}

.cta-style-two .content-box .support-box {
    padding: 0 15px;
}

/* .image_block_one .image-box .text-box{
    background-color: #d2272e;
} */
.image_block_one .image-box .text-box h3 {
    line-height: normal;
    font-size: 1.2rem;
    color: #141417;
}

.text-box h2 {
    color: transparent;
    -webkit-text-stroke-color: #d2272f;
    -webkit-text-stroke-width: 2px;
}

.image_block_one .image-box .text-box {
    background-color: #ffffff;
    box-shadow: 1px 1px 7px #d5d5d5;
    border-radius: 10px;
    padding: 47px 15px 13px 15px;
    outline: 1px dashed #d1d1d1;
    outline-offset: -5px;
    margin-bottom: -40px;
}

.content_block_nine .content-box .image-box {
    height: 500px;
}

.content_block_nine .content-box .image-box .image {
    height: 100%;
}

.content_block_nine .content-box .image-box img {
    height: 100%;
    object-fit: cover;
}

.content_block_one .content-box .inner .single-item .icon-box {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 1px solid #FFF;
    outline-offset: -4px;
}

.team-block-two .inner-box .content-box {
    bottom: -30px;
    padding: 13px 13px 14px 10px;
}

.team-block-two .inner-box .content-box h3 {
    font-size: 18px;
    line-height: 22px;
}

.team-block-one .inner-box .lower-content h3 a {
    font-size: 18px;
    line-height: 22px;
}

.team-block-one .inner-box .lower-content h3 {
    margin-bottom: 0;
}

.team-block-two .inner-box .content-box .designation {
    font-size: 14px;
}

.team-block-two .inner-box .image-box:before,
.team-block-two .inner-box .image-box:after {
    height: 101%;
}

.team-block-two .inner-box .image-box:after {
    top: -1px;
}

.bg-color-3 .team-block-two .inner-box .image-box:before,
.bg-color-3 .team-block-two .inner-box .image-box:after {
    /* background: #f5f0ee; */
    /* display: none; */
}

/* .bg-color-3 .team-block-two .inner-box .content-box:before {
    display: none;
}
.bg-color-3 .team-block-two .inner-box .content-box {
    border-radius: 20px 0;
} */
.content_block_nine .content-box .image-box:before {
    display: none;
}

.content_block_nine .content-box .image-box .image {
    clip-path: unset;
    border-radius: 36px;
    outline: 2px solid #ffffff;
    outline-offset: -8px;
    /* border: 1px solid #d2272f; */
    z-index: 1;
    overflow: hidden;
}

.content_block_nine .content-box .image-box .video-btn {
    z-index: 99;
}

.team-block-two {
    height: 370px;
    width: 100%;
    ;
}

.team-block-two .inner-box .image-box:before,
.team-block-two .inner-box .image-box:after {
    background: #f5f0ee;
    display: none;
}

.team-block-two .inner-box .content-box:before {
    display: none;
}

.team-block-two .inner-box .content-box {
    border-radius: 20px 0;
}

.team-block-two .inner-box {
    height: 100%;
}

.team-block-two .inner-box .image-box .image {
    height: 100%;
    border-radius: 10%;
    background-color: #fff;
}

.team-block-two .inner-box .image-box {
    height: 100%;
}

.team-block-two .inner-box .image-box .image img {
    height: 100%;
    object-fit: cover;
}

.team-block-two .inner-box .lower-content h3 {
    color: var(--primary-color);
}

.team-block-two:hover .inner-box .lower-content h3 {
    color: #fff;
}


.prmry-color {
    color: var(--primary-color) !important;
}

.team-block-one .inner-box .image-box {
    padding-bottom: 0;
}

.team-block-one .inner-box .image-box .image:before {
    display: none;
}

.fancybox-slide>* {
    width: 100%;
    height: auto;
    padding: 0rem;
}

.fancybox-slide {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15rem;
    overflow: hidden;
}

.content_block_three .content-box .inner-box li .single-item {
    width: 100%;
}

.content_block_three .content-box .inner-box li .single-item .icon-box {
    padding: 1.9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 1rem;
}

.img1 {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 1px 1px 11px 0px #d7d3d3;
}

.content_block_three .content-box .inner-box li {
    width: 16%;
}

.justify-content-evenly {
    justify-content: space-evenly;
}

.list-style-one li {
    margin-bottom: 0;
}

.subscribe-section .inner-container {
    z-index: 5;
}

.team-block-two-width {
    max-width: 600px;
}

.service-section .tab-btns li {
    color: #ffffff;
    background: #467bc0;
    font-size: 24px;
}

.team-block-two .inner-box .image-box:before {
    right: -1px;
}

.content_block_nine .content-box .image-box:before {
    right: -1px;
}

.service-section.alternat-2 .tab-btns li:after {
    background: #467bc0;
}

small {
    line-height: 0;
    font-family: sans-serif;
    color: #d2272f;
    font-weight: 600;
    font-size: 12px;
}

.content_block_nine .content-box .image-box .image {
    width: 85%;
    margin: auto;
}

.content_block_ten .content-box .inner-box {
    display: block;
}

.chil-img {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 1px 1px 11px 0px #dddddd;
    outline: 1px solid #a0a1a2;
    outline-offset: -9px;
    width: 95%;
}

/* .bg-img{
    background-image: url(https://azim.commonsupport.com/Easton/assets/images/shape/shape-32.png);
    background-repeat: no-repeat;
    background-size: cover;
} */

.bg-img:after {
    content: '';
    background-image: url(../images/shape/shape-32.png);
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    transform: rotate(180deg);
    object-fit: cover;
    opacity: 0.3;
    z-index: -2;
    background-repeat: no-repeat;
}

.news-img {
    height: inherit;
}

.news .pricing-block-one .inner-box {
    background: #fff;
    padding: 0px;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.10);
    height: 300px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.pricing-table .view-img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000036;
    color: #ffffff;
    font-size: 2rem;
    transition: all 0.5s linear;
}

.news-img:hover .view-img,
.news-img:focus .view-img,
.news-img:active .view-img {
    top: 0;
}

.news-img a {
    color: #fff;
}

.pricing-table:hover .view-img {
    top: 0;
}

.view-img .icon-box {
    background: #d2272f;
    /* padding: 1rem; */
    border-radius: 40px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: anchor-center;
}

.blue-txt {
    color: #467bc0;
}

.news-block-one .inner-box .single-item-carousel .image-box {
    background: #ffffff;
    height: 100%;
}

.news-block-one .inner-box .image-box img {
    /*height: 100%;*/
    object-fit: contain;
}

.single-item-carousel.owl-carousel .owl-item {
    /*height: 350px;*/
    height: auto;
}

.nav-style-one .owl-nav button {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 1px 3px 0px #b4b4b4;
    background: rgb(255 255 255 / 50%);
}

.bg1:after {
    content: '';
    background-image: url(../images/shape/shape-26.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    bottom: 0;
    background-size: cover;
    background-position: left bottom;
    opacity: 0.5;
    position: absolute;
    z-index: 0;
}

.bg1 .auto-container {
    z-index: 4;
    position: relative;
}

.partner-site {
    display: flex;
    align-items: center;
    width: fit-content;
}

.partner-site i {
    font-size: 2rem;
    color: #467bc0;
    margin-right: 0.5rem;
}

.partner-site a {
    color: #d2272f;
}

.partner-site:hover a {
    text-decoration: underline;
    transition: all 0.5s linear;
}

.logo-img {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    /*margin-bottom: 1rem;*/
}

.team-block-two .inner-box .image-box {
    overflow: hidden;
}

.team-details {
    position: absolute;
    top: 130%;
    left: 0;
    padding: 1rem;
    text-align: left;
    height: 100%;
    width: 100%;
    background: #ffffffd6;
    border-radius: 10%;
    transition: all 0.5s linear;
}

.team-block-two .image-box:hover .team-details {
    position: absolute;
    top: 0%;

}

.team-details div strong {
    color: var(--primary-color);
}

.team-details div {
    height: 260px;
    overflow: auto;
}

/* width */
.team-details::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.team-details::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.team-details::-webkit-scrollbar-thumb {
    background: #cccccc;
    border-radius: 10px;
}

/* Handle on hover */
.team-details::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

.service-section.alternat-2 .tab-btns li {
    width: 100%;
    margin-bottom: 0.5rem;
    border-radius: 10px;
    /* box-shadow: 3px 6px 12px 2px #cfcfcf; */
}

.service-section.alternat-2 .tab-btns li:after {
    display: none;
}

.service-section .tab-btns li:before {
    left: 100%;
    top: 35%;
    display: none;
}

.service-section .tab-btns li {
    padding: 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.tab-btn-box {
    /* background: #ffffff; */
    /* border: 1px solid; */
    padding: 2rem 1rem;
    /* box-shadow: 1px 1px 5px 3px #e8e7e7; */
    border-radius: 10px;
    border: 1px solid #e8e7e7;
}

.category-block-one {
    height: 100%;

}

.tabs-content .row {
    align-items: stretch;

}

.category-block {
    display: flex;
    padding-bottom: 3rem;
}

.service-section .tab-btns li {
    color: #000000;
    background: #ffffff;
}

.category-block-one .inner-box {
    padding: 20px;
    border: unset;
    box-shadow: 1px 1px 5px 0px #e8e8e8;
    height: 100%;
    /* display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap; */
    background: #f8f8f8;
    border-radius: 10px;
    overflow: unset;
    padding-bottom: 40px;
    margin-bottom: 0;
}

.cat-img {
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto 1rem;
}

.category-block-one .inner-box .icon-box {
    top: 16px;
    width: auto;
    height: auto;
    line-height: 70px;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.1rem;
}

.category-block-one .inner-box .icon-box {
    color: #bc141b;
    position: unset;
}

.view-pdf {
    position: absolute;
    bottom: 0;
    left: 50%;
    padding: 0.5rem 0.8rem;
    background: #467bc0;
    color: #ffffff;
    border-radius: 50%;
    transform: translate(-50%, 50%);
    /* transition: all 0.5s linear; */
    border: 9px solid #f8f8f8;
}

.category-block:hover .view-pdf {
    border: 0;
}

.category-block-one .inner-box h4 {
    margin-bottom: 0;
    /* margin-left: 1rem; */
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

.category-block-one .inner-box:before {
    border-radius: 10px;
}

@media (min-width:1200px) {
    .main-menu .navigation>li>ul>li.dropdown>a:after {
        display: none;
    }
}

@media (min-width:992px) {
    .text-md-center {
        text-align: center;
    }
}


@media only screen and (max-width: 1200px) {
    .clients-section .owl-prev {
        left: 0%;
    }

    .clients-section .owl-next {
        right: 0%;
    }

    .auto-container {
        padding: 0px 25px;
    }

    .team-block-two {
        margin-bottom: 4rem;
    }

    .project-style-two .owl-nav .owl-prev {
        left: 20px;
    }

    .project-style-two .owl-nav .owl-next {
        right: 20px;
    }

    .content_block_three .content-box .inner-box li .single-item h4 {
        font-size: 18px;
    }

    .team-details {
        display: none;
    }

    .team-block-two .inner-box:hover .image-box .image img {
        opacity: 1;
        transform: scale(1.05);
    }

    .service-section .tab-btns li {
        font-size: 16px !important;
    }

}

@media only screen and (min-width: 1210px) and (max-width: 1300px) {
    .clients-section .owl-prev {
        left: -4%;
    }

    .clients-section .owl-next {
        right: -4%;
    }
}

@media only screen and (max-width: 1199px) {
    .parallax-bg {
        background-attachment: unset;
    }
}

@media (max-width:992px) {
    .service-section .tab-btns li {
        font-size: 16px !important;
    }

    .logo-img {
        margin-top: 0rem;
        margin-bottom: 2rem;
    }

    .chil-img {
        margin: auto;
        /*margin-bottom: 2rem;*/
        margin-bottom: 0rem;
    }

    .image_block_one .image-box .text-box {
        margin-bottom: -20px;
    }

    .cta-style-two .content-box .support-box {
        padding: 0 15px;
        justify-content: center !important;
    }

    .feature-block {
        margin-bottom: 6rem;
    }

    .feature-block:last-child {
        margin-bottom: 0;
    }

    .about-style-four .image-box .shape {
        top: -50px;
    }

    .content_block_nine .content-box.pb_140 {
        padding-bottom: 30px;
    }

    .content_block_nine .content-box .image-box {
        width: 80%;
        margin: auto;
    }

    .content_block_three .content-box .inner-box li {
        width: 33%;
        margin-bottom: 2rem;
    }

    .news-block-one .inner-box .owl-nav {
        display: block !important;
    }

}

@media only screen and (max-width: 767px) {
    .single-item-carousel.owl-carousel .owl-item {
        height: 250px;
    }

    .page-title .content-box h2 {
        font-size: 36px;
        font-weight: 600;
        line-height: 40px;
    }

    .content_block_nine .content-box.pb_140 {
        padding-bottom: 0px;
    }

    .w-md-100 {
        width: 100% !important;
    }

    .content_block_nine .content-box .image-box {
        width: 100%;
        margin-left: auto;
    }

    .team-block-two .inner-box .content-box:before {
        right: -16px;
    }

    .main-header .header-top {
        display: none;
    }

    .banner-carousel .content-box h2 {
        font-size: 38px;
    }

    .about-style-four .image-box .shape {
        top: auto;
        bottom: -130px;
    }

    .project-block-two .inner-box .text {
        display: block !important;
        width: 95%;
    }

    .project-block-two .inner-box .image-box:before {
        height: 80%;
    }

    .sec-title h2 {
        font-size: 28px !important;
    }

    .owl-item.active.center .project-block-two .inner-box .text {
        bottom: 20px;
    }

    .project-style-two .owl-nav .owl-prev {
        left: 33%;
    }

    .project-style-two .owl-nav .owl-next {
        right: 33%;
    }

    .project-style-two .owl-nav {
        position: relative;
        top: auto;
        transform: unset;
        margin-top: 10px;
        height: 60px;
    }

    .counter-block-three .inner-box {
        width: 80%;
    }

    .clients-section .owl-nav {
        position: relative;
        top: auto;
        transform: unset;
        margin-top: 10px;
        height: 50px;
    }

    .clients-section .owl-next {
        right: 36%;
    }

    .clients-section .owl-prev {
        left: 36%;
    }

    .main-footer .footer-top {
        padding: 120px 20px 40px 20px;
    }

    .scroll-to-top {
        right: -45px;
        bottom: 140px;
    }

    .header-lower .logo-box .logo {
        padding: 20px 10px 20px 10px;
    }

    .menu-area .mobile-nav-toggler {
        margin-top: 0 !important;
    }

    .main-header .info {
        width: 90%;
        margin: auto;
    }

    .fixed-header {
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        box-shadow: 0 0 5px gray;
    }

    .fixed-header .header-top {
        display: none;
    }

    .mobile-menu-visible .mobile-menu .menu-box {
        padding-top: 60px;
    }

    .auto-container {
        padding: 0px 15px;
    }

    .team-details {
        padding: 1rem !important;
    }

    .mySwiper .team-block-two {
        height: auto;
    }

    .team-details {
        display: none;
    }

    .team-block-two .inner-box:hover .image-box .image img {
        opacity: 1;
        transform: scale(1.05);
    }

    .news-block-one .inner-box .owl-nav .owl-prev {
        left: 10px;
    }

    .news-block-one .inner-box .owl-nav .owl-next {
        right: 10px;
    }

}