@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');



body {
    font-family: 'Poppins', sans-serif;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer !important;
}


a:hover {
    text-decoration: none;
}

header {
    background: url("../img/banner1.jpg") no-repeat;
    min-height: 886px;
    background-position: center;
    background-size: cover;
}

section#about-section {
    margin-top: 75px;
}

.about-content-box {
    margin-top: 60px;
}

.about-content-box h1 {
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 10px;
}

.about-content-box h2 span {
    color: #d52a2f;
    font-weight: 800;
}

.about-content-box p {
    margin-top: 20px;
    line-height: 25px;
}

.anchor-btn {
    margin-top: 35px;
}

.anchor-btn a {
    background-color: #d52a2f;
    border-color: #d52a2f;
    color: #fff;
    padding: 11px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.anchor-btn a:hover {
    background-color: #000;
    border-color: #000;
}

section#services-section {
    margin-top: 75px;
    background-color: #f6f6f7;
}

.service-info {
    margin-top: 49px;
    margin-bottom: 73px;
}

.service-info h1 {
    font-weight: 900;

}

.services-icon {}

.services-icon ul {
    margin: 0;
    padding: 0;
}

.services-icon ul li {
    list-style: none;
    display: inline-block;
    float: right;
}

.services-icon {
    margin-top: 40px;
}

.section-title {
    margin: auto;
    text-align: center;
}

section#features {
    margin-top: 40px;
}

.section-title h2 {
    margin-bottom: 0;
    color: #d52a2f;
    font-weight: 600;
}

.section-title h1 {
    font-weight: 900;
}

.features-box {
    margin-top: 70px;
}

.features-box ul {
    margin: 0;
    padding: 0;
}

.features-box ul li {
    list-style: none;
    display: inline-block;
    width: 32%;
    margin-right: 12px;
    box-shadow: 0px 8px 10px 2px #ddd;
    padding: 25px 20px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.features-box ul li img {
    width: 80px;
    margin-bottom: 15px;
}

.features-box ul li h3 {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 22px;
}

.features-box ul li h2 {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 22px;
}

.features-box ul li p {
    margin-bottom: 0;
}

section#download-app {
    background-color: #f6f6f7;
    margin-top: 75px;
}

.download-txt {
    margin-top: 140px;
}

.download-txt h4 span {
    color: #d52a2f;
    font-weight: 600;
}

.download-txt h1 {
    font-weight: 900;
}

.download-txt ul {
    margin: 0;
    padding: 0;
}

.download-txt ul li {
    list-style: none;
    display: inline-block;
}

section#testimonials {
    margin-top: 100px;
}

.mobile-screen {
    position: relative;
    top: 50px;
}


footer {
    background: url(../img/footer-grey.png) no-repeat;
    min-height: 466px;
    margin-top: 40px;
    background-position: center;
    background-size: cover;
}

.footer-title h2 {
    font-weight: 700;
    font-size: 24px;
}

.footer-title h3 {
    font-weight: 700;
    font-size: 24px;
}

.footer-logo {
    margin-top: 200px;
}

.footer-title {
    margin-top: 200px;
}

.footer-title ul {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.footer-title ul li {
    list-style: none;
    padding: 5px 0;
}

.footer-title ul li a {
    color: #000;
    font-weight: 500;
    text-decoration: none;
}

.footer-title ul li a:hover {
    color: #d52a30;
}

.footer-icon i {
    float: left;
    width: 35px;
    font-size: 33px;
    color: #d52a2f;
    text-align: center;
    margin-right: 5px;
}

i.fa.fa-envelope.fa-icon {
    font-size: 24px;
}

.footer-txt {
    position: relative;
    top: 4px;
}

.newsletter-box {
    margin-top: 20px;
}

.newsletter-box input {
    height: 50px;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.newsletter-box button {
    color: #d52a2f;
    border: 1px solid #ccc;
    font-size: 22px;
}

.social-media ul {
    margin: 0;
    padding: 0;
}

.social-media ul li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
}

.social-media ul li i {
    width: 45px;
    font-size: 22px;
    border: 1px solid #d52a30;
    color: #d52a30;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-radius: 50px;
}

.social-media ul li i:hover {
    border: 1px solid #d52a30;
    background-color: #d52a30;
    color: #fff;
}

#copyright-div {
    background-color: #d52a30;
}

.copyright-txt {
    text-align: center;
    padding: 10px 0;
}

.copyright-txt p {
    color: #fff;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
}



.testimonial {
    border-left: 4px solid #d52a2f;
    box-shadow: 5px 5px 6px rgb(0 0 0 / 6%);
    padding: 20px 30px 20px 30px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
}

.testimonial:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 25px solid #d52a2f;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(-45deg);
    transform-origin: 80% -30% 0;
}

.testimonial .pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    top: 0;
    left: 20px;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .description {
    font-size: 15px;
    font-style: italic;
    color: #4e4e4e;
    line-height: 25px;
    margin-bottom: 15px;
}

.testimonial .title {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0;
    margin-bottom: 5px;
}

.testimonial .post {
    display: inline-block;
    font-size: 17px;
    color: #d52a2f;
}

.owl-theme .owl-controls .owl-page span {
    border: 2px solid #d52a2f;
    background: #fff;
    opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
    background: #d52a2f;
}

@media only screen and (max-width: 767px) {
    .testimonial {
        padding: 20px;
        text-align: center;
    }

    .testimonial .pic {
        display: block;
        position: static;
        margin: 0 auto 15px;
    }
}

div#testimonial-slider {
    margin-top: 40px;
}

.testimonial ul {
    margin: 0;
    padding: 0;
    margin-top: 3px;
    margin-bottom: 3px;
}

.testimonial ul li {
    list-style: none;
    display: inline-block;
}

.testimonial ul li i {
    font-size: 18px;
    color: #d52a30;
}

.nav-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #000 !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #d52a30 !important;
}

li.nav-item {
    padding: 0 2px;
}

ul.social-media-top {
    margin: 0;
    padding: 0;
}

ul.social-media-top li {
    list-style: none;
    display: inline-block;
    margin-right: -1px;
}

ul.social-media-top li i {
    font-size: 23px;
    color: #000;
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50px;
}

ul.social-media-top li i:hover {
    background-color: #d52a30;
    border: 1px solid #d52a30;
    color: #fff;
}

.me-left {
    margin: auto !important;
}

.banner-content {
    margin: auto;
    text-align: center;
    margin-top: 60px;
}

.banner-content h1 {
    font-weight: 900;
    font-size: 45px;
    width: 70%;
    margin: auto;
}

.banner-content h1 span {
    color: #d52a30;
}

.banner-content p {
    width: 60%;
    margin: auto;
}

.banner-content ul {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.banner-content ul li {
    list-style: none;
    display: inline-block;
}


#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.btn-outline-secondary:hover {
    background-color: #d52a30 !important;
    border: 1px solid #d52a30 !important;
}


#inner-header {
    background: url(../img/banner1.jpg) no-repeat;
    min-height: 150px;
    background-position: 0px 0;
    background-size: cover;
}

#inner-header img {
    width: 70%;
}

section#breadcrumb-box {
    background-color: #d52a30;
    padding: 15px 0;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 0;
    list-style: none;
}

.breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #fff;
    content: var(--bs-breadcrumb-divider, "/");
}

section#inner-page-section {
    margin-top: 80px;
}

.contact-boxx {
    margin: auto;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 35px 0;
}

.contact-boxx h3 {
    margin-bottom: 5px;
    font-weight: 700;
    margin-top: 10px;
    font-size: 24px;
}

.contact-boxx p {
    margin-bottom: 0;
    color: #999;
    line-height: 25px;
}

.map-box {
    margin-top: 40px;
}

.message-box {
    margin-top: 40px;
}

.contact-boxx img {
    width: 75px;
}

.message-box h3 {
    font-weight: 700;
    font-size: 24px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.message-box form {
    margin-top: 20px;
}

.message-box form label {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.message-box form input {
    height: 45px;
}

.app-work {
    margin-top: 0px;
}

.app-work h3 {
    margin: auto;
    text-align: center;
    font-weight: 800;
    font-size: 30px;
}

.app-work p {
    width: 60%;
    margin: auto;
    text-align: center;
    margin-top: 10px;
}

.work-app {
    margin: auto;
    text-align: center;
    margin-top: 50px;
}

.work-app img {
    width: 125px;
}

.serviceBox {
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 15px;
    height: 472px;
    min-height: 408px;
    padding: 15px;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
}

.serviceBox:hover {
    transform: scale(1.05, 1.05);
}

.serviceBox .service-icon {
    /* width: 80px; */
    /* height: 80px; */
    line-height: 70px;
    /* border-radius: 50%; */
    /* border: 5px solid #d3ae36; */
    /* font-size: 42px; */
    /* color: #d3ae36; */
    /* margin: 0 auto 30px; */
    position: relative;
    transition: all 0.2s ease-out 0s;
}

.serviceBox:hover .service-icon {
    border-color: #a88500;
}

.serviceBox .service-icon i {
    transform: rotate(0);
    transition: all 0.2s ease-out 0s;
}

.serviceBox:hover .service-icon i {
    transform: rotate(360deg);
    color: #a88500;
}

.serviceBox .title {
    font-size: 20px;
    font-weight: bold;
    color: #4a4a4a;
    line-height: 40px;
    margin: 0 0 25px 0;
    position: relative;
}

.serviceBox .title:after {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    background: #f1f1f1;
    margin: 0 auto;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    transition: all 0.2s ease-out 0s;
}

.serviceBox:hover .title:after {
    width: 100%;
}

.serviceBox .description {
    font-size: 15px;
    color: #4e4e4e;
    line-height: 23px;
    text-align: justify;
    margin-bottom: 20px;
}

.serviceBox .read-more {
    display: inline-block;
    padding: 8px 22px;
    background: #d3ae36;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    border-radius: 40px;
    transform: scale(1);
    transition: all 0.2s ease-out 0s;
}

.serviceBox .read-more:hover {
    transform: scale(1.1, 1.1);
}

.serviceBox:hover .read-more {
    background: #a88500;
}

@media only screen and (max-width: 990px) {
    .serviceBox {
        margin-bottom: 40px;
    }
}

.service-list {
    margin-top: 30px;
}

section#service-section {
    margin-top: 50px;
}

.title-head h1 {
    font-weight: 900;
    text-align: center;
    width: 100%;
    margin: auto;
    max-width: 50%;
}

.title-head h1::after {
    content: "";
    background-color: #333;
}

.title-head h1::after {
    content: "";
    background-color: #d52a30;
    width: 12%;
    display: block;
    border: 3px solid #d52a30;
    margin: auto;
    text-align: center;
    margin-top: 10px;
}

.stats-box {
    margin-top: 70px;
    border: 1px solid #ddd;
    min-height: 100px;
    padding: 30px 20px;
    border-radius: 10px;
}

.stats-icon img {
    width: 80px;
    float: left;
    margin-right: 15px;
}

.stats-icon-txt h4 {
    font-weight: 700;
}

.stats-icon-txt {
    margin-left: 75px;
}

.choose-txt {
    margin-top: 80px;
    margin-bottom: 80px;
}

.choose-txt h2 {
    font-weight: 900;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.progress-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 0 0 10px 0;
}

.progress {
    height: 20px;
    line-height: 15px;
    border-radius: 20px;
    background: #f0f0f0;
    margin-bottom: 30px;
    box-shadow: none;
    overflow: visible;
}

.progress .progress-bar {
    position: relative;
    border-radius: 20px 0 0 20px;
    animation: animate-positive 2s;
}

.progress .progress-value {
    display: block;
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 8px;
    font-weight: 600;
}

.progress-bar {
    background-color: #d52a2f;
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0%;
    }
}

@keyframes animate-positive {
    0% {
        width: 0%;
    }
}

.bar_progess {
    margin-top: 35px;
}

.slide-list ul {
    margin: 0;
    padding: 0;
}

.slide-list ul li {
    list-style: none;
    display: inline-block;
    margin-bottom: 20px;
}


#news-slider .owl-buttons {
    display: none;
}

#news-slider {
    margin-top: 15px;
}

.post-slide {
    margin: 0 15px;
    margin-top: 40px;
    position: relative;
}

.post-slide .post-date {
    width: 80px;
    background: #a2397b;
    float: left;
    padding: 15px 0;
}

.post-slide:hover .post-date {
    background: #3498db;
}

.post-slide .date {
    font-size: 30px;
    color: #fff;
    display: block;
    text-align: center;
    font-weight: bold;
}

.post-slide .month {
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.post-slide .post-content {
    padding-left: 98px;
}

.post-slide .post-content img {
    width: 100%;
    height: auto;
}

.post-slide .post-title {
    margin: 25px 0 15px 0;
}

.post-slide .post-title a {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
    color: #3498db;
    text-decoration: none;
}

.post-slide .post-description {
    font-size: 14px;
    line-height: 24px;
    color: #808080;
    margin-bottom: 25px;
}

.post-slide .read-more {
    display: inline-block;
    color: #fff;
    background: #3498db;
    padding: 15px 13px;
    font-weight: bold;
    border-radius: 2px;
    text-transform: uppercase;
    border-bottom: 4px solid #226595;
    transition: color 0.20s linear;
}

.post-slide .read-more:hover {
    text-decoration: none;
    background: #226595;
}

.post-slide .read-more i {
    margin-left: 10px;
    font-size: 10px;
}

.owl-controls .owl-buttons {
    margin: 10px;
    position: absolute;
    top: -9%;
    width: 100%;
    text-align: center;
}

.owl-controls .owl-prev,
.owl-controls .owl-next {
    display: inline-block;
    padding: 8px 20px;
    background: #fff;
    border: 5px solid #444;
    margin-right: 30px;
    transition: background 0.50s ease;
}

.owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover {
    background: #3498db;
    border-color: #3498db;
}

.owl-controls .owl-prev:after,
.owl-controls .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #444;
    font-size: 26px;
    line-height: 26px;
}

.owl-controls .owl-next:after {
    content: "\f105";
}

.owl-controls .owl-prev:hover:after,
.owl-controls .owl-next:hover:after {
    color: #fff;
}

@media only screen and (max-width: 480px) {
    .post-slide .post-date {
        width: 70px;
    }

    .post-content {
        padding-left: 85px;
    }
}

/*Career Page Css*/
input#formFile {
    padding: 10px 15px;
}

.career-btn {
    margin-top: 15px;
}

.career-btn a {
    background-color: #d52a2f;
    border-color: #d52a2f;
    color: #fff;
    padding: 11px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.message-box h1 {
    font-weight: 800;
    border-left: 6px solid #d52a30;
    padding: 10px 15px;
    box-shadow: 8px 8px 11px 0px #ddd;
    border-radius: 5px;
}