@font-face {
    font-family: 'inter';
    url("../font/inter.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist';
    url("../font/Urbanist-VariableFont_wght.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --primaryColor: #ec1c24;
    --primaryHover:#de4e54;
    --secColor: #7c867e;
    --ashColor: #f5f7fa;
    --white-color: #FFFFFF;
    --acentColor: #de4e54;
    --accent-color: #7c867e;
    --titleColor: #000d44;
    --bs-white-rgb: 255, 255, 255;
    --divider-color:#eaf0ec;
    --bs-bg-opacity: 1;
    --secondaryFont: "Urbanist", sans-serif;
    --transition: all ease 300ms;
}

a {
    text-decoration: none;
    transition: all 0.4s ease;
}

.font-inter {
    font-family: "Inter", sans-serif;
}


.font-primary {
    font-family: 'Urbanist', sans-serif;
}

.mt-header {
    margin-top: 65px;
}

.body {
    color: #777777;;
    background-color: #f1f3f7 !important;
}

.color-primary {
    color: #0079c9 ;
}

.color-secondary {
    color: #c95b00;
}

.bg-color-primary {
    background-color: #007e02;
}

.bg-color-secondary {
    background-color: rgba(235, 237, 255, 0.93);
}

.bg-color-gray {
    background-color: #eef1f6;
}

.bg-color-yellow {
    background-color: #fbe19f;
}

.bg-color-sky-blue {
    background-color: #f2f9fc;
}

.btn-extra-sm{
    font-size: 12px;
    line-height: 1.6;
    padding: 2px 10px;
}


.button-color-primary {
    background-color: #3db2d7;
    border-color: #3db2d7;
    color: #fff;
}

.button-color-primary:hover {
    background-color: #5ab7d5;
    color: #fff;
}

.button-color-secondary {
    background-color: #fd5f01  ;
    border-color: #fd5f01  ;
    color: #fff;
}

.button-color-secondary:hover {
    background-color: #fd9e66 ;
    color: #fff;
}

.button-color-white {
    background-color: #fff;
    border-color: #fff;
    color: #fd5f01 ;
}

.button-color-white:hover {
    background-color: #f7f7f7;
    color: #fd5f01 ;
}


.button-outline-primary {
    border-color: #0c6918;
    color: #0c6918 ;
    background-color: transparent;
}

.button-outline-primary:hover {
    color: #fff;
    background-color: #0c6918 ;
}


.fs-very-small {
    font-size: 12px;
}

.fs-small {
    font-size: 14px;
}

.fa-regular {
    font-size: 16px;
}

.fs-large {
    font-size: 18px;
}

.fs-extra-large {
    font-size: 22px;
}

.hero-sub-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 1px;
}

.hero-h1{
    font-size: 47px;
    font-weight: bold;
}

.text-h1 {
    font-size: 25px;
    font-weight: bold;
}

.text-h2 {
    font-size: 28px;
    font-weight: bold;
}

.text-h3 {
    font-size: 22px;
    font-weight: 700;
}

.text-sub-title{
    font-size: 16px;
    font-weight: bold;
}

.pt-section{
    padding-top: 80px;
}

.mt-section{
    margin-top: 80px;
}

.section-padding {
    padding: 40px 0;
}

.section-margin {
    margin: 40px 0;
}

.left-section-gap {
    margin: 16px 0;
}

.my-section {
    margin: 80px 0;
}

.py-section {
    padding: 100px 0;
}

.link-transparent {
    color: #2f3133;
    text-decoration: none;
}

.link-primary-color{
    color: #043872 ;
    text-decoration: none;
    font-weight: bold;
}



.details-text {
    color: #495057;
    font-weight: 400;
    line-height: 1.5;
    font-size: 14px;
}

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

.img-control img {
    height: 100%;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;

}

.p-relative {
    position: relative;
}

.txt-white {
    color: #fff;
}

.link-white {
    color: #fff;
    text-decoration: none;
}

.link-white:hover {
    color: #eee;
    text-decoration: none;
}

.card-title {
    position: relative;
    border-left: 16px solid #c95b00;
    background-color: #0c6918;
    color: #fff;
    padding: 5px 16px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: "Poppins";
}
.card-title:after{
    content: "";
    position: absolute;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 10px solid rgba(4, 114, 26, 0.68);
    position: absolute;
    bottom: -10px;
    left: 0px;
}


.logo-default {
    height: 80px;
}


.logo-text {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000d44;
    text-shadow: 5px 4px 12px #c1c1c1;
}

.logo-title {
    font-size: 26px;
    font-weight: bold;
}


.transparent-header {
    background-color: rgba(255, 255, 255, 0.82);
    z-index: 299;
}


.icon-card {
    border-radius: 5px;
    height: 80px;
    width: 80px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

.icon-card-body p {
    color: #6c757d;
}

.bg-tel {
    background-color: #bde0e0;
}

.bg-sweet {
    background-color: #F9E8DF;
}

.bg-gray {
    background-color: #DEE6ED;
}

.bg-light-green {
    background-color: #d6ECCD;
}

.text-content-title {
    font-size: 26px;
    font-weight: 500;
}

.bg-tel {
    background-color: #bde0e0 !important;
}

.bg-sweet {
    background-color: #F9E8DF !important;
}

.bg-gray {
    background-color: #DEE6ED !important;
}

.bg-light-green {
    background-color: #d6ECCD !important;
}

.card-sweet {
    background-color: #ecdde5;
}

.service-card-img {
    margin-top: -70px;
}

.tab-button {
    padding: 10px 30px;
    background-color: #95a98d !important;
    border-radius: 5px;
    color: #fff;
}


.btn-color-1 {
    background-color: #547793 !important;
    color: #fff;
}

.btn-color-1:hover {
    background-color: #5182a9 !important;
    color: #fff;
}

.btn-color-2 {
    background-color: #f6c490 !important;
    color: #9f4035;
}

.btn-color-2:hover {
    background-color: #eeb57b !important;
    color: #9f4035;
}

.btn-color-3 {
    background-color: #d3dcba !important;
    color: #3e540d;
}

.btn-color-3:hover {
    background-color: #bcc79c !important;
    color: #3e540d;
}

.btn-color-4 {
    background-color: #eee2e7 !important;
    color: #a84b9d;
}

.btn-color-4:hover {
    background-color: #d2b2bf !important;
    color: #a63799;
}

.card-list li {
    padding: 8px 0;
    color: #1a1d20;
    font-size: 16px;
}

.section-subtitle{
    color: #de4e54;
    font-weight: 600;
}

.hero-h1{
    font-size: 47px;
    font-weight: 700;
    font-family: var(--secondaryFont);
}

.btn-default{
    position: relative;
    display: inline-block;
    background: var(--primaryColor);
    color: var(--white-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    text-transform: capitalize;
    border: none;
    padding: 17px 20px 17px 20px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    z-index: 0;
}

.btn-default::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: var(--primaryHover);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.btn-default:hover {
    background: transparent;
    color: var(--white-color);
}

.btn-default:hover:after {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}

.btn-default.btn-highlighted {
    background-color: transparent;
    color: var(--secColor);
    border: 1px solid var(--secColor);
}

.btn-default.btn-highlighted::after {
    background-color:var(--secColor);
}

.btn-highlighted:hover {
    background: transparent;
    color: var(--white-color);
}

.text-sec {
    color: var(--secColor);
}



/*----------about us-----*/

.about-us {
    background-image: url('../../../assets/img/section-bg-shape-1.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    padding: 100px 0;
}

.about-us-images {
    position: relative;
    background-image: url('../../../assets/img/about-us-bg-shape.svg');
    background-repeat: no-repeat;
    background-position: left 60px bottom 40px;
    background-size: auto;
    padding-right: 100px;
    padding-bottom: 180px;
    margin-right: 30px;
}
.reveal {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}

.reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.about-img-1 figure {
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: inherit;
}

.about-img-1 img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 0.76;
}

.about-img-2 {
    position: absolute;
    width: 100%;
    max-width: 385px;
    bottom: 0;
    right: 0;
}

.about-img-2 figure {
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: inherit;
}

.about-img-2 img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 0.76;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.about-img-1 figure, .about-img-2 figure {
    display: block;
}

.experience-counter {
    position: absolute;
    top: 0;
    left: 0;
    height: 152px;
    width: 152px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: var(--accent-color);
    border: 6px solid var(--white-color);
    transform: translate(-50%, -6px);
    border-radius: 50%;
}

.experience-counter h3 {
    font-size: 34px;
    color: var(--white-color);
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
}

.experience-counter p {
    font-weight: 600;
    line-height: 1.4em;
    text-transform: capitalize;
    color: var(--white-color);
    text-align: center;
    margin-bottom: 0;
}

.feedback-counter {
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(-180deg) translate(20px, -20px);
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
}

.feedback-counter p {
    font-size: 16px;
    font-weight: 500;
    color: var(--white-color);
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--accent-color);
    border-radius: 50%;
    margin: 0 0 15px 0;
    transition: all 0.3s ease-in-out;
}

.feedback-counter h3 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    width: calc(100% - 75px);
}


.about-us-content{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

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


.section-title h3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url('../../../assets/img/icon-sub-heading.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    width: 24px;
    height: 5px;
}

.section-title h3 {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6em;
    text-transform: capitalize;
    color: var(--accent-color);
    padding-left: 35px;
    margin-bottom: 20px;
}
.section-title h2 {
    font-size: 46px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 0;
    cursor: none;
}

.section-title p {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.2;
}

.about-us-content-body {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
}
.about-us-content-body::before {
    content: '';
    position: absolute;
    right: 50%;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
    border: 1px solid  var(--accent-color);
    width: 1px;
    height: 100%;
}

.about-us-content-info {
    width: calc(50% - 40px);
}

.about-us-content-list {
    margin-bottom: 40px;
}

.about-us-content-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.about-us-content-list ul li {
    position: relative;
    font-weight: 500;
    color: #192324;
    margin-bottom: 15px;
}

.about-us-contact-list {
    width: calc(50% - 40px);
}
.about-contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.about-contact-item .icon-box {
    width: 40px;
    height: 40px;
    background-color: var(--accent-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    color: var(--white-color);
}

.about-contact-content {
    width: calc(100% - 55px);
}
.about-contact-content p {
    font-weight: 500;
    color: #192324;
    text-transform: capitalize;
    margin-bottom: 0;
}
.about-contact-content h3 {
    font-size: 20px;
    text-transform: capitalize;
}

.about-contact-item .icon-box img {
    max-width: 40px;
    border-radius: 50%;
}

.single-service {
    display: block;
    padding: 0;
    position: relative;
}

.single-service .bg-img {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #313840;
}

.single-service .bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .1;
}

.single-service .content {
    color: #fff;
    position: relative;
    padding: 60px 0;
    text-align: center;
    opacity: 1;
}

.single-service .content .icon {
    width: max-content;
    max-height: 80px;
    padding: 15px 0;
    margin: 0 auto;
}

.single-service .content .icon img {
    width: 100%;
    height: 60px;
    object-fit: cover;
}

.single-service .content .heading {
    font-size: 1.6rem;
    font-weight: 600;
    padding: 15px 0 5px;
}

.single-service .content .textdetail {
    font-weight: 400;
    padding: 0 0;
    min-height: 0px;
    max-height: none;
    height: 51px;
}

.single-service .content .btn-content {
    margin: 20px auto 0;
}

.btn-content {
    display: block;
    position: relative;
    width: max-content;
    height: auto;
    font-size: 13pt;
    font-weight: 800;
    text-align: center;
    letter-spacing: 1px;
    text-shadow: none;
    line-height: 15px;
    padding: 14px 40px;
    background: var(--primaryColor);
    cursor: pointer;
    overflow: hidden;
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.btn-content a {
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.section-heading .section-subtitle span{
    padding: 0 19px;
}

.section-heading  .section-subtitle:before,.section-heading  .section-subtitle:after {
    position: absolute;
    top: 5px;
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: var(--primaryColor);
}




.micon-heading{
        margin-bottom: 30px;
}

.micon-heading .box-box {
    margin-bottom: 45px;
}

.micon-heading .box-box .box-icon {
    margin-right: 25px;
    position: relative;
    background-color: var(--secColor);
    color: var(--white-color);
    border-radius: 50%;
    height: 60px;
    width: 60px;
    flex-shrink: 0;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.element-title {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 10px;
    font-family: "Urbanist", sans-serif;
}

.heading-desc {
    margin-bottom: 0;
    font-family: "Inter", sans-serif;
}
.ihbox-imgbox {
    text-align: center;
    padding-right: 70px;
}

.ihbox-imgbox img {
    transform: perspective(100px) rotateY(-3deg);
    border-radius: 15px;
    transition: .9s;
}


.bg-sec{
    background-color: #e6e9ec;
}

.process-area {
    padding: 80px 0 95px;
}

.row.process-bg {
    position: relative;
    z-index: 1;
}

.process-single-box {
    padding: 67px 22px 15px;
    border-radius: 3px;
    background-color: rgba(255,255,255,0.9019607843137255);
    filter: drop-shadow(0px 10px 30px rgba(116,100,95,0.2));
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
}

.process-single-box:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 0%;
    height: 0%;
    background: url('../../../assets/img/bx-bg.png');
    transition: .7s;
    border-radius: 3px;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
}

.process-number span {
    font-size: 24px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    line-height: 26px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.process-number span:before {
    position: absolute;
    content: "";
    left: -24px;
    top: -15px;
    width: 60px;
    height: 55px;
    background: url('../../../assets/img/process-i1.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    transition: .5s;
}
.process-number span:after {
    position: absolute;
    content: "";
    left: -24px;
    top: -15px;
    width: 60px;
    height: 55px;
    background: url('../../../assets/img/process-i2.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0;
    transition: .5s;
}

.process-title h3 {
    font-size: 22px;
    color: var(--primaryColor);
    font-weight: 600;
    font-family: "Inter", sans-serif;
    padding: 28px 0 8px;
    transition: .5s;
}

.process-title span {
    color: #232323;
    transition: .5s;
}
.process-title p {
    transition: .5s;
}

.upper.process-single-box {
    clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);
}

.upper1.process-single-box {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);
    padding-bottom: 32px;
}
.upper2.process-single-box {
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
    padding-bottom: 32px;
}

.process-single-box {
    padding: 67px 22px 15px;
    box-shadow: 0px 10px 30px rgba(222, 212, 209, 0.2);
    border-radius: 3px;
    background-color: rgba(245, 244, 244, 0.65);
    filter: drop-shadow(0px 10px 30px rgba(116,100,95,0.2));
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
}

.process-single-box:hover:before {
    width: 100%;
    opacity: 1;
    height: 100%;
}

.process-single-box:hover .process-number span:after {
    opacity: 1;
}

.process-single-box:hover .process-title span, .process-single-box:hover .process-title p {
    color: #fff;
}

.bf-section-title h2 {
    font-size: 42px;
    margin: 0;
}

.bf-section-title span {
    color: var(--primaryColor);
}

.style-three.lines .line {
    position: relative;
    width: 103%;
    height: 1px;
    background-color: #E0E0E0;
    overflow: hidden;
    z-index: 5;
}

.style-three.lines .line::after {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 35px;
    top: 0;
    left: 0px;
    background-color: var(--primaryColor);
    -webkit-animation: moveLeftBounces-one 35s linear infinite;
    animation: moveLeftBounces-one 32s linear infinite;
    overflow: hidden;
}

.dreamit-smart-title h4 {
    font-size: 22px;
    font-weight: 500;
    padding: 4px 0 14px;
}

.dreamit-smart-title span {
    color:var(--primaryColor);
}




.testimonial-area {
    background: rgba(0, 0, 0, 0) url("../../../assets/img/test-bgf.jpg") no-repeat fixed center top / cover;
    padding-bottom: 92px;
    padding-top: 100px;
    position: relative;
    z-index: 1;
}

.testimonial-area::before {
    background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.sec-title {
    margin-top: -5px;
    padding-bottom: 40px;
    position: relative;
}
.testimonial-area .sec-title h2 {
    color: #ffffff;
    margin: 0 0 7px;
}

.testimonial-area .sec-title .border {
    background: #d5ac63;
    height: 2px;
    width: 70px;
    display: inline-block;
}


/*------------------------------------------------------------------------------------------
#  Portfolio Slider
------------------------------------------------------------------------------------------*/

.media {
    background-color: transparent;
    border-radius: 20px;
}


.portfolio-img {
    margin-top: 50px;
    width: 150px;
    height: 150px;

}


.testimonials-carousel .single-slide-item .img-box, .testimonials-carousel .single-slide-item .text-box {
    display: table-cell;
    vertical-align: top;
}

.testimonials-carousel .single-slide-item{
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonials-carousel .single-slide-item .img-box {
    width: 400px;
    border: 3px solid rgba(255,255,255,0.20);
    position: relative;
    flex-shrink: 0;
}

.img-box img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.testimonials-carousel .single-slide-item .img-box .client-photo {
    background: #d5ac63 none repeat scroll 0 0;
    border-radius: 50%;
    height: 90px;
    padding: 2px;
    position: absolute;
    right: -45px;
    top: 23%;
    width: 90px;
}

.testimonials-carousel .single-slide-item .review-box {
    background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
    bottom: 0;
    height: 50px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 10px 0;
}
.testimonials-carousel .single-slide-item .review-box span {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

.testimonials-carousel .single-slide-item .review-box ul {
    display: inline-block;
    padding-left: 5px;
}

.testimonials-carousel .single-slide-item .review-box ul li {
    display: inline-block;
    margin-right: 3px;
    list-style: none;
}

.testimonials-carousel .single-slide-item .review-box ul li  {
    color: #d5ac63;
    font-size: 14px;
}

.testimonials-carousel .single-slide-item .text-box {
    padding-left: 100px;
}

.testimonials-carousel .single-slide-item .text-box .text p {
    color: #c1c1c1;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 27px;
}
.testimonials-carousel .single-slide-item .text-box .text h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px;
    text-transform: capitalize;
}

.testimonials-carousel .single-slide-item .text-box .text h4 {
    color: #d5ac63;
    font-size: 16px;
    font-weight: 400;
}


.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
}

.testimonials-carousel .carousel-indicators {
    right: 250px;
}




.news-img img{
    border-radius: 6px;
    width: 100%;
    height: 300px;
}

.lower-content {
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    margin-left: 11px;
    margin-right: 11px;
    margin-top: -50px;
    padding: 0 23px 25px;
    -webkit-box-shadow: 0px 0px 62px 0px rgba(27, 31, 45, 0.09);
    box-shadow: 0px 0px 62px 0px rgba(27, 31, 45, 0.09);
}
.lower-content:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #df3a3c;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    border-radius: 6px;
}

.lower-content h3 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-bottom: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.lower-content h3 a{
    text-decoration: none;
    line-height: 1.6;
    color: #1a1d20;
}

.lower-content h3:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 6px;
    width: 100%;
    background: url("../../../assets/img/border-shape-2.png") repeat-x center;
}

.read-more-link{
    color: #de3a3c;
    font-weight: 700;
    text-decoration: none;
}

.news-block:hover .lower-content:before {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}

.news-block:hover .lower-content h3 a{
    color: #fff;
}

.news-block:hover .read-more-link{
    color: #fff;
    position: relative;
}

.about-facility-item {
    display: flex;
}

.about-facility-item .icon-box {
    position: relative;
    height: 60px;
    width: 60px;
    flex-shrink: 0;
    background-color: #eaf0ec;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.about-facility-item .icon-box:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--primary-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.about-facility-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.about-facility-content p {
    margin-bottom: 0;
}

.vision-mission {
    padding: 100px 0 50px;
    background: linear-gradient(180deg, #192324 60%, #ffffff 40%);
}

.section-row {
    margin-bottom: 80px;
}

.section-row .section-title {
    margin-bottom: 0;
    margin-right: 30px;
}

.section-title h3 {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6em;
    text-transform: capitalize;
    color: var(--accent-color);
    padding-left: 35px;
    margin-bottom: 20px;
}

.section-title h3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url('../../../assets/img/icon-sub-heading.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    width: 24px;
    height: 5px;
}

.section-title-content {
    margin-left: 120px;
}

.section-title-content.dark-section p,
.section-title.dark-section p,
.section-title.dark-section h2,
.section-title.dark-section h3 {
    color: var(--white-color);
}

.vision-mission-box {
    background-color: #f8f8f8;
    padding: 45px 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 150px;
}

.vision-mission-box .vision-mission-item:last-child::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    right: -75px;
    bottom: 0;
    background-color: transparent;
    z-index: 1;
}

.vision-mission-item {
    position: relative;
    width: calc(50% - 75px);
}

.vision-mission-item::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    right: -75px;
    bottom: 0;
    background-color: var(--divider-color);
    z-index: 1;
}

.vision-mission-item .icon-box {
    position: relative;
    width: 95px;
    height: 95px;
    background:var(--divider-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.vision-mission-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.vision-mission-content p {
    margin: 0;
}

.vision-mission-item .icon-box:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--primary-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}











.vertical-center{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.others .service-item {
    background-color: #ffffff;
    box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
    height: 100%;
    padding: 60px 30px;
    text-align: center;
    transition: 0.3s;
    border-radius: 10px;
    overflow: hidden;
}

.others .service-item .icon {
    font-size: 36px;
    padding: 20px 20px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
    line-height: 0;
    transition: 0.3s;
    z-index: 1;
}

.color-item-bg {
  height: 128px;
  width: 128px;
  background-color: #0dcaf0;
  z-index: 1;
  position: absolute;
  top: -75px;
  right: -75px;
  border-radius: 50%;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.others .service-item:hover,
.others .service-item:hover {
  text-decoration: none;
  color: #FFF;
}
.others .service-item:hover .color-item-bg {
  -webkit-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
}

.item-body{
    z-index: 1;
    position: relative;
}


.others .service-item.item-cyan {
    border-bottom: 3px solid #0dcaf0;
}

.others .service-item.item-cyan .icon {
    color: #0dcaf0;
    background: rgba(13, 202, 240, 0.1);
}




/**/

.others .service-item.item-orange  .color-item-bg {
  background-color: #fd7e14;
}

.others .service-item.item-orange {
    border-bottom: 3px solid #fd7e14;
}

.others .service-item.item-orange .icon {
    color: #fd7e14;
    background: rgb(253, 241, 230);
}



.others .service-item.item-teal {
    border-bottom: 3px solid #20c997;
}

.others .service-item.item-teal .icon {
    color: #20c997;
    background: rgb(231, 248, 243);
}

.others .service-item.item-teal  .color-item-bg {
  background-color: #20c997;
}



.others .service-item.item-indigo {
    border-bottom: 3px solid #6610f2;
}

.others .service-item.item-indigo .icon {
    color: #6610f2;
    background: rgba(102, 16, 242, 0.1);
}

.others .service-item.item-indigo  .color-item-bg {
  background-color: #6610f2;
}



.others .service-item:hover h3, .others .service-item:hover p, .others .service-item:hover .read-more {
    color: #fff;
}

.others .service-item:hover .icon {
    background: #fff;
}

.others .service-item:hover .link-transparent {
    text-decoration: none;
    color: #fff;
}


.single-team-member {
    position: relative;
    text-align: center;
    transition: .3s;
}

.team-member-thumb {
    position: relative;
}

.team-member-thumb:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--primaryColor);
    z-index: 1;
    opacity: 0;
    transition: .3s;
}

.team-member-social-icon ul {
    position: absolute;
    top: 30%;
    right: -10px;
    background: #fff;
    padding: 15px;
    transition: .3s;
    opacity: 0;
    z-index: 1;
}
.team-member-social-icon ul li {
    list-style: none;
    padding: 4px 0;
}
.team-member-social-icon ul li a {
    color: var(--primaryColor);
}

.single-team-member:hover .team-member-social-icon ul {
    position: absolute;
    right: -1px;
    opacity: 1;
}

.team-member-intro-section {
    background: #fff;
    padding: 20px 0;
    width: 80%;
    margin: auto;
    border-radius: 5px;
    margin-top: -40px;
    position: relative;
    box-shadow: 0 0 15px 2px rgba(32,46, 0,.06);
    transition: .3s;
    z-index: 1;
}

.team-member-intro-section h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    transition: .5s;
}

.team-member-intro-section p {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
    letter-spacing: 1px;
}


/* -------Gallery --------*/

.portfolio-nav ul {
    margin: 30px 0;
    text-align: center;
    list-style: none;
}

.portfolio-nav ul li.filter-menu {
    background: transparent;
    font-size: 16px;
    line-height: 1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    text-transform: capitalize;
    padding: 10px 22px;
    font-weight: 500;
    position: relative;
    margin: 0 3px;
    margin-bottom: 7px;
    display: inline-block;
    border: 1px dashed var(--primaryColor);
    color: var(--primaryColor);
}


.portfolio-nav ul li:hover, .portfolio-nav ul li.active {
    color: #fff;
    background: var(--primaryColor);
}

.single-portfolio {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    margin-left: 5px;
    margin-right: 5px;
}

.portfolio-thumb {
    position: relative;
}

.portfolio-thumb::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.60);
    top: 0;
    content: "";
    opacity: 0;
    transition: .5s;
}

.portfolio-thumb img {
    width: 100%;
    height: auto;
}

.portfolio-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    opacity: 0;
    transition: .5s;
}

.port-icon {
    background: #FF3C00 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    margin: 0 5px 0;
    transition: .5s;
    cursor: pointer;
}

.port-icon a {
    color: inherit;
}

.portfolio-content {
    position: absolute;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    right: 0;
    bottom: -100%;
    left: 0;
    opacity: 0;
    background: #FF3C00;
    margin: auto;
    padding: 22px 25px 30px;
    color: #fff;
}

.portfolio-content .text-h3 {
    margin: 8px 0 0px;
    font-size: 22px;
}

.portfolio-content p {
    color: #fff;
    line-height: 1.2;
    margin: 5px 0 0;
}

.single-portfolio:hover .portfolio-content {
    opacity: 1;
    bottom: 0;
}

.single-portfolio:hover .portfolio-icon {
    opacity: 1;
}


@media (max-width: 767px) {
    .contact-info {
        font-size: 12px;
        line-height: 20px;
        color: #bdbcbc !important;
    }

    .icon-top {
        font-size: 12px;
    }

    .section-subtitle {
        font-size: 14px;
    }

    .hero-h1 {
        font-size: 22px;
        font-weight: 500;
        font-family: var(--secondaryFont);
    }

    .slider-overlay{
        align-items: start !important;
        padding-top: 25px;
    }

    .btn-default {
        margin-bottom: 8px;
        margin-left: 0 !important;
        padding: 8px 16px;
    }

    .experience-counter {
        left: 23%;
    }

    .feedback-counter {
        right: -52px;
    }

    .about-us-content-body {
        gap: 16px;
    }

    .about-us-content-info {
        width: 100%;
    }

    .about-contact-content {
        width: 100%;
    }

    .about-us-contact-list {
    width: 100%;
}

    .testimonials-carousel .single-slide-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .testimonials-carousel .single-slide-item .text-box {
        padding-left: 0px;
    }

    .logo-default {
        height: 45px;
    }

    .about-us-content-body::before {
        content: '';
        display: none;
        position: absolute;
        right: 50%;
        top: 0;
        bottom: 0;
        transform: translateX(-50%);
        border: 1px solid var(--accent-color);
        width: 1px;
        height: 100%;
    }

    .section-title-content {
        margin-left: 0px;
    }

    .vision-mission-item {
    position: relative;
    width: 100%;
}
}