
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merienda:wght@300..900&display=swap');
/* variables */
:root {
    --black: #000;
    --light-black: #202020;
    --grey: #f0e6e0;
    --grey-dark:#f0e5df;
    --white: #fff;
    --blue: #6E38FF;
    --theme-color: #462b34;
    --theme-color2: #ff5956;
    --border-color: #FFFFFF4D;
    --footer-bg: #131A1C;
    --main-font: "Outfit", sans-serif;
    --heading-font: "Merienda", cursive;
    /* --gredient: linear-gradient(101.17deg, #1EEAFF 0%, #6E38FF 49.5%, #F600FF 100%);
    --gredient2: linear-gradient(101deg, #1EEAFF 0%, #6E38FF 10.67%, #F600FF 20.69%, #1EEAFF 81.15%, #6E38FF 91.22%, #F600FF 100%);
    --gredient3: linear-gradient(100.97deg, #000000 0.32%, #1EEAFF 24.69%, #6E38FF 49.66%, #F600FF 78.07%, #000000 100%); */
    /* --bitcoin-bg: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(246, 0, 255, 0.1) 93.5%); */
    /* --contact-bg: linear-gradient(101.17deg, rgba(30, 234, 255, 0.1) 0%, rgba(110, 56, 255, 0.1) 49.5%, rgba(246, 0, 255, 0.1) 100%); */
    --itrBg: url(/images/bg-contact.png);
    --itrBgPos: center center;
    --background: #ecf1f8;
}

/* global css */
body {
    font-family: var(--main-font);
    background-color: var(--white);
    overflow: hidden;
    /* color: var(--white); */
}
.container-fluid {
    max-width: 1680px;
    padding: 0 30px;
}
.section-heading {
    font-size: 45px;
    font-weight: 600;
    line-height: 57px;
}

.first-section .main-heading {
    font-size: 62px;
    font-weight: 700;
    line-height: 74px;
}
.main-heading2 {
    font-size: 2.5em;
    font-weight: 600;
}
.main-heading3 {
    font-size: 1.5em;
    font-weight: 600;
}
.small-heading {
    font-size: 14px;
    color: var(--theme-color2);
    font-weight: 600;
    position: relative;
}
.small-heading.line::after {
    content: "";
    position: absolute;
    top: 10px;
    width: 30px;
    right: -35px;
    height: 2px;
    background-color: var(--theme-color2);
}
.heading-font{
    font-family: var(--heading-font);
}
.bottom-line {
    position: relative;
}
.bottom-line:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 48%;
    transform: translateX(-49%);
    width: 70px;
    height: 3px;
    background-color: var(--theme-color);
    border-radius: 3px;
}
.bottom-line:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(30px);
    width: 20px;
    height: 3px;
    background-color: var(--theme-color2);
    border-radius: 3px;
}
.desc {
    font-size: 16px;
    margin-bottom: 0px;
}
.theme-btn,
.white-btn {
    background: transparent;
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    border-radius: 5px;
    color: var(--white);
    border: none;
    padding: 12px 25px;
}
.white-btn {
    border: 2px solid var(--white);
}
.theme-btn {
    border: 2px solid var(--theme-color);
    color: var(--theme-color);
}
.theme-btn:hover {
    background: var(--theme-color);
    color: var(--white);
}
.theme-btn.active {
    background: var(--theme-color);
    border: 2px solid var(--theme-color);
    color: var(--white);
}
.theme-btn.active:hover {
    background: transparent;
    border: 2px solid var(--theme-color2);
    color: var(--theme-color2);
}
.white-btn:hover {
    border: 2px solid var(--theme-color2);
    color: var(--theme-color2);
}
img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
input:focus {
    outline: none;
}
.text-skyblue {
    color: var(--theme-color);
}
.small-desc {
    font-size: 14px;
}
p{
    margin-bottom: 0px;
}
.img-bx{
    max-width: 600px;
    margin:auto;
}
.b-radius{
    border-radius: 10px;
}
/* global css */


/* Preloader Start */
.overlay {
    background-color: var(--theme-color);
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 9999999;
}

.overlay-inner {
    display: flex;
    flex-wrap: wrap;
    width: 60px;
    transform: rotate(-45deg);
    margin: auto;
    position: fixed;
    z-index: 9999;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    animation: scale-x 1s ease forwards;
    animation-delay: 2.3s;
}

.overlay span {
    flex-basis: 50%;
    aspect-ratio: 1/1;
    display: block;
    transition: opacity 0.7s ease;
}

.tile-1 {
    background-color: white;
    transform-origin: 100% 100%;
    animation: flip-1 0.5s linear forwards;
    border: none;
    opacity: 0;
    transition: opacity 0.7s ease;
}

.tile-2 {
    background-color: white;
    transform-origin: 50% 100%;
    animation: flip-2 0.5s linear forwards;
    animation-delay: 0.5s;
    opacity: 0;
}

.tile-3 {
    background-color: white;
    transform-origin: 50% 0%;
    animation: flip-4 0.5s linear forwards;
    animation-delay: 1.5s;
    opacity: 0;

}

.tile-4 {
    background-color: white;
    transform-origin: 0% 50%;
    animation: flip-3 0.5s linear forwards;
    animation-delay: 1s;
    opacity: 0;
}

@keyframes flip-1 {
    to {
        transform: rotateY(180deg);
        opacity: 1;
    }
}

@keyframes flip-2 {
    to {
        transform: rotateX(180deg);
        opacity: 1;
    }
}

@keyframes flip-3 {
    to {
        transform: rotateY(-180deg);
        opacity: 1;
    }
}

@keyframes flip-4 {
    to {
        transform: rotateX(-180deg);
        opacity: 1;
    }
}

@keyframes scale-x {
    to {
        transform: scale(50);
        opacity: 0;
    }
}
/* Preloader End */

/* Header section */
.navbar {
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 0;
    color: var(--white);
}

.navbar.sticky {
    position: fixed;
    width: 100%;
    z-index: 99999;
    background-color: var(--theme-color);
    color: var(--white);
    animation: SlideDown 1s ease-out !important;
    border-bottom: 1px solid var(--white);
}

.navbar-nav {
    gap: 10px;
}

.navbar .navbar-brand {
    max-width: 150px;
}

.navbar .nav-link {
    color: var(--white);
    font-size: 16px;
    line-height: 24px;
    position: relative;
}

.navbar .nav-link:not(.signup)::after {
    content: "";
    width: 0%;
    height: 1px;
    background-color: var(--theme-color2);
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, 0px);
}

.navbar .nav-link:not(.signup):hover,
.navbar .nav-link.active {
    color: var(--theme-color2);
}

.navbar .nav-link:not(.signup):hover::after,
.navbar .nav-link.active::after {
    width: 50%;
    transition: 0.5s;
}

/* Header section */

/* Banner section */
hr.border-light {
    max-width: 300px;
    opacity: 0.9;
}

.carousel-item {
    transition: transform 1s ease-in-out;
}

.carousel-caption {
    top: 52%;
    transform: translate(0, -50%);
    bottom: auto;
    left: 0;
    width: 0;
    opacity: 0;
    overflow: hidden;
    text-align: left;
    padding:0px;
}

.carousel-item.active .carousel-caption {
    animation: widthSlide 3.5s 1;
    opacity: 1;
    z-index: 999;
    width: 80%;
}

.main-heading {
    font-size: 5em;
    font-weight: 600;
    color: #00000059;
    color: #fff;
    position: relative;
    width: fit-content;
    font-family: var(--heading-font);
    padding-right: 10px;
    /* text-transform: uppercase; */
    /* -webkit-text-stroke: 2px #E2FADB; */
}

.carousel-caption h5:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    bottom: -20px;
    opacity: 1;
}

.carousel-item.active .carousel-caption h5:after {
    width: 30%;
    height: 4px;
    animation: titleCover 3s 1;
    opacity: 0.5;
}

.carousel-item>img {
    height: 100vh;
    object-fit: cover;
    transform: scale(1);
}

.carousel-item.active>img {
    transform: scale(4);
    animation: bgScale 200s 1;
}

.carousel-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 40%);
    z-index: 99;
}

.carousel-caption p {
    font-size: 1.25em;
    letter-spacing: 1px;
}

/*.carousel-caption * {*/
/*    white-space: nowrap;*/
/*}*/

.carousel-indicators {
    right: 10px;
    left: auto;
    margin: 0;
    width: 25px;
    flex-wrap: wrap;
    bottom: auto;
    top: 45%;
    transform: translate(0, -50%);
    gap: 10px;
    z-index: 9999;
}

.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 100px;
    border: none;
}

li.nav-item>a:after {
    content: '';
    position: absolute;
    height: 3px;
    background: white;
    left: 0;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    width: 85%;
    transition: 0.3s all ease-in-out;
}

li.nav-item>a.active:after,
li.nav-item>a:hover:after {
    bottom: 0;
    opacity: 0.8;
}

li.nav-item>a {
    position: relative;
}

/* Banner section */

/* Transform business section */
.transBus-section {
    /* background: url('../../images/transform-bg.png') no-repeat; */
    /* background-size: 100% 100%; */
    padding: 60px 0px;
}

.transBus-section .transform-items {
    list-style: none;
    padding: 0px;
}

.transBus-section .transform-items li svg {
    padding-right: 10px;
}

.transBus-section .transform-items li {
    margin-bottom: 20px;
}

/* Transform business section */

/* Video Section */
.background-section,
.video-section {
    position: relative;
    height: 600px;
    /* background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)); */
}
.video-section video{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.background-overlay,
.video-overlay{
    content: '';
    position: absolute;
    width:100%;
    height: 100%;
    top: 0;
    background: rgb(0 0 0 / 50%);
    z-index: 9;

}
.background-section .text-box,
.video-section .text-box{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    color: var(--white);
    text-align: center;
    width: 50%;
}
.background-section .small-heading,
.video-section .small-heading{
    letter-spacing: 2px;
}
.background-section .text-box .small-heading::after,
.video-section .text-box .small-heading:after{
    width: 0px;
    height: 0px;
}
.background-section .text-box svg,
.video-section .text-box svg {
    width: 30px;
    height: 30px;
}
.background-section .text-box h6,
.video-section .text-box h6 {
    font-size: 1.2em;
}
.background-section{
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../../images/about-bg.jpg') no-repeat fixed;
    background-size: cover;
    background-position: top center;
    height: 500px;
}
/* Video Section */

/* Fifth Section */
.grid-box .grid-img-main{
    max-height:500px;
}
.grid-box .grid-img{ 
    max-height:380px;
    min-height: 180px;
}
.grid-box .grid-img:first-child{
    margin-bottom: 20px;
}
.desc-box .desc-icon{
    position: relative;
    width: 65px;
    height: 65px;
    margin: auto;
}
.desc-box .desc-icon svg{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}
.desc-box .desc-icon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* transform: translate(-50%, -60%); */
    background-color: var(--grey);
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}
.desc-box .desc-icon:hover svg{
    color: var(--white);
}
.desc-box .desc-icon:hover::after{
    background-color: var(--theme-color);
}
.call-box svg{
    height: 30px;
}
/* fifth section */

/* Our Services Section Start  */
.our-services-section{
    background-color: var(--theme-color);
    color:var(--white);
}
.our-services-section .services-tab{
    list-style-type: none;
    margin: auto;
    padding:0px;
    text-align: center;
}
.our-services-section .services-tab li{
    display: inline-block;
    text-transform: uppercase;
    color:var(--white);
    font-size: 13px;
    padding: 10px 0px;
    border: 1px solid transparent;
    line-height: 10px;
}
.our-services-section .services-tab li:not(:last-child){
    margin-right: 20px;
}
.our-services-section .services-tab li:hover{
    border-bottom:1px solid var(--theme-color2);
    color: var(--theme-color2);
}
.our-services-section .services-tab li.active{
    border-bottom:1px solid var(--theme-color2);
    color: var(--theme-color2);
}
.card-area{
    background-color: #fff;
    color: #000;
    border-radius: 20px;
    display: none;
}
.card-area.active{
    display: block;
}
.card-area ul{
    list-style-type: none;
    padding-left: 18px;
}
.card-area li{
    position: relative;
    margin-bottom: 15px;
}
.card-area li::before {
    content: "•";
    font-size: 35px;
    padding-right: 5px;
    color: #000;
    position: absolute;
    left: -18px;
    top: -18px;
}
.card-area img{
    border-radius: 20px;
}

/* Our Services Section End  */


/*** 

====================================================================
		Testimonial Section
====================================================================

***/

.testimonial-section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 210px;
    overflow: hidden;
    background-color: var(--white);
}
.testimonial-section:before {
    position: absolute;
    left: -200px;
    top: 22%;
    background-image: url(../../images/ring-circle.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 701px;
    height: 756px;
    content: "";
    -webkit-animation: fa-spin 25s infinite alternate;
    animation: fa-spin 25s infinite alternate;
}
.testimonial-section .sec-title {
    position: relative;
    margin-bottom: 115px;
}
.testimonial-section .sec-title .title {
    margin-bottom: 20px;
}
.testimonial-section .testimonial-carousel {
    position: relative;
    max-width: 1100px;
    margin: 0 -50px;
}
.testimonial-block {
    position: relative;
    padding: 50px;
}
.testimonial-block .inner-box {
    padding: 80px 105px;
    background-color: #ffffff;
    box-shadow: 0 0 50px var(--grey);
}
.testimonial-block .text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 32px;
    color: #282331;
    font-weight: 400;
    margin-bottom: 50px;
    font-family: "Muli", sans-serif;
}
.testimonial-block .info-box {
    position: relative;
    padding-left: 115px;
    padding-top: 10px;
}
.testimonial-block .info-box .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 82px;
    width: 82px;
}
.testimonial-block .info-box .thumb img {
    border: 6px solid var(--theme-color);
    border-radius: 50%;
    overflow: hidden;
    display: block;
    width: 100%;
    box-shadow: 0 45px 45px var(--grey);
}
.testimonial-block .info-box .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: var(--theme-color);
    font-weight: 400;
}
.testimonial-carousel .owl-nav {
    position: absolute;
    right: 75px;
    bottom: 70px;
}
.testimonial-carousel .owl-next,
.testimonial-carousel .owl-prev {
    position: relative;
    display: inline-block !important;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50% !important;
    background-color: var(--grey-dark) !important;
    transition: all 300ms ease;
}
.testimonial-carousel .owl-next:hover,
.testimonial-carousel .owl-prev:hover {
    background-color: var(--theme-color) !important;
    box-shadow: 0 24px 24px rgba(187, 187, 187, 0.75);
}
  
.testimonial-carousel .owl-next:hover svg,
.testimonial-carousel .owl-prev:hover svg {
    color: var(--white);
}
  
.arrow-right,
.arrow-left {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    color: var(--theme-color);
} 
.testimonial-section .thumb-layer {
    position: absolute;
    right: 30px;
    top: 120px;
}
.testimonial-section .thumb-layer .image {
    position: relative;
    margin-right: 0;
}
.testimonial-section .thumb-layer .image img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
/* Testimonial section */










/* Intro Section */
.intro-section {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), var(--itrBg) no-repeat;
    background-position: var(--itrBgPos);
    background-size: cover;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    color: var(--white);
    transition: all 0.8s;
}

.intro-text {
    font-size: 50px;
    font-weight: 700;
}

/* Intro Section */

/* About Page Start */
.about-bg {
    background: url('/images/about-us.jpg');
    background-position: 20% 30%;
    background-size: cover;
}
.boomi-section,
.main-about-section {
    background-image: url('/images/about-background.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.boomi-section .boomi-img-container,
.main-about-section .about-img-container {
    position: relative;
    max-height: 500px;
}
.boomi-section .boomi-img-section,
.main-about-section .about-img-section {
    max-height: 457px;
    box-shadow: 0px 0px 0px 10px var(--theme-color) inset;
    padding-right: 50px;
    border-radius: 20px;
    width: 90%;
    /* height: 300px; */
}
.boomi-section .boomi-img-section img,
.main-about-section .about-img-section img {
    width: 110%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    position: relative;
    top: -40px;
    left: 40px;
}
.boomi-section{
    background-color: var(--grey-dark);
}

/* cards */

/*==================== SERVICE CARD ====================*/
.card__container {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: center;
    width: 100%;
    margin: auto;
    padding: 60px 0;
}

.card__bx {
    --transition: 0.5s ease-in-out;
    font-family: inherit;
    height: 350px;
    width: 300px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--grey);
    transition: var(--transition);
}

.card__bx::before,
.card__bx::after {
    content: "";
    position: absolute;
    z-index: -1;
    transition: var(--transition);
}

.card__bx::before {
    inset: -10px 50px;
    border-top: 4px solid var(--theme-color);
    transform: skewY(15deg);
    border-bottom: 4px solid var(--theme-color);
}

.card__bx:hover::before {
    inset: -10px 40px;
    transform: skewY(0deg);
}

.card__bx::after {
    inset: 60px -10px;
    border-left: 4px solid var(--theme-color);
    transform: skew(15deg);
    border-right: 4px solid var(--theme-color);
}

.card__bx:hover::after {
    inset: 40px -10px;
    transform: skew(0deg);
}

.card__bx .card__data {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    text-align: center;
    padding: 0 20px;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.card__bx .card__data .card__icon {
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    color: var(--text-color);
    background-color: var(--grey);
    transition: var(--transition);
}

.card__bx .card__data .card__icon {
    color: var(--theme-color);
    box-shadow: 0 0 0 4px var(--grey), 0 0 0 6px var(--theme-color);
}

.card__bx:hover .card__data .card__icon {
    color: var(--grey);
    background-color: var(--theme-color);
    box-shadow: 0 0 0 4px var(--grey), 0 0 0 300px var(--theme-color);
}

.card__bx .card__data .card__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.card__bx .card__data h3 {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--black);
    transition: var(--transition);
}

.card__bx:hover .card__data h3 {
    color: var(--grey);
    transition: var(--transition);
}

.card__bx .card__data p {
    font-size: 0.9rem;
    color: var(--black);
    transition: var(--transition);
}

.card__bx:hover .card__data p {
    color: var(--grey);
    transition: var(--transition);
}

.card__bx .card__data a {
    position: relative;
    display: inline-flex;
    padding: 8px 15px;
    text-decoration: none;
    font-weight: 500;
    margin-top: 10px;
    border: 2px solid var(--theme-color);
    color: var(--grey);
    background-color: var(--theme-color);
    transition: var(--transition);
}

.card__bx:hover .card__data a {
    color: var(--theme-color);
    background-color: var(--grey);
}

.card__bx:hover .card__data a:hover {
    border-color: var(--grey);
    color: var(--grey);
    background-color: var(--theme-color);
}


/* About Page End */

/* contact us */
.contact-form {
    box-shadow: 0px 0px 20px #6e6e6e38;
    padding: 30px;
    border-radius: 10px;
}

.input-heading {
    font-size: 18px;
    color: gray;
    font-weight: 400;
    margin-bottom: 10px;
}

.input-box {
    padding: 12px 15px;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 10px;
    border: 2px solid #7a7a7a4a;
}

.contact-heading {
    margin-bottom: 20px;
    color: var(--theme-color);
    font-weight: 700;
}

.submit-btn {
    background: #aa1e23;
    display: inline-block;
    border: none;
    padding: 16px 19px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    width: 100%;
    max-width: 140px;
    margin-left: 20px;
    border-radius: 10px;
}

.information-text {
    display: flex;
    align-items: flex-start;
    margin-bottom: 29px;
}

.infoIcon {
    background: var(--theme-color);
    color: #fff;
    border-radius: 50px;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-top: 2px;
    max-width: 50px;
}

.icon-info {
    font-size: 20px;
}

.info-textArea {
    padding-left: 20px;
}

.info-parah {
    font-size: 18px;
    color: #7a7a7a;
}


/* Services Page */
.section-services {
    background-color: var(--background);
    color: var(--black);
}

.section-services .header-section {
    margin-bottom: 34px;
}

.section-services .header-section .description {
    font-size: 14px;
    color: #282828;
}

.section-services .single-service {
    position: relative;
    margin-top: 30px;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    overflow: hidden;
}

.section-services .single-service .content {
    position: relative;
    z-index: 20;
}

.section-services .single-service .circle-before {
    position: absolute;
    top: 0;
    right: 0px;
    transform: translate(40%, -40%);
    width: 150px;
    height: 150px;
    background-color: var(--theme-color);
    border: 6px solid #504f93;
    border-radius: 50%;
    opacity: 0.5;
    z-index: 10;
    transition: all .6s;
}

.section-services .single-service:hover .circle-before {
    width: 100%;
    height: 100%;
    transform: none;
    border: 0;
    border-radius: 0;
    opacity: 1;
}

.section-services .single-service .icon {
    display: inline-block;
    margin-bottom: 26px;
    width: 70px;
    height: 70px;
    background-color: var(--theme-color);
    border-radius: 5px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    transition: all .3s;
}

.section-services .single-service:hover .icon {
    background-color: #fff;
    color: var(--theme-color);
}

.section-services .single-service .title {
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 23px;
    transition: color .3s;
}

.section-services .single-service:hover .title {
    color: #fff;
}

.section-services .single-service .description {
    margin-bottom: 20px;
    font-size: 14px;
    transition: color .3s;
}

.section-services .single-service:hover .description {
    color: #fff;
}

.section-services .single-service a {
    position: relative;
    font-size: 18px;
    color: #202020;
    text-decoration: none;
    font-weight: 500;
    transition: color .3s;
}

.section-services .single-service:hover a {
    color: #fff;
}

.section-services .single-service a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: var(--theme-color);
    transition: background-color .3s;
}

.section-services .single-service:hover a:after {
    background-color: #fff;
}

/* Services Page  */

/* Company Section Start  */
.company-section{
    background: url('../../images/about-background.png') no-repeat;
    background-size: cover;
}
.company-section .small-heading{
    font-size: 16px;
}
.company-section .card{
    background-color: var(--theme-color);
    border-radius: 20px;
    color: #fff;
    border:none;
    width: 220px;
    margin-left: auto;
    height: 200px;
    margin: auto;
}
.company-section .card img{
    width: 50px;
    margin:auto;
    object-fit: contain;
}
.company-section .arrow-area{
    margin-top: 25px;
}
/* company Section End  */



/* footer section */
.footer-section {
    background: var(--theme-color);
    color: var(--white);
}

.footer-section img {
    width: auto;
    height: 40px;
    object-fit: contain;
}

.footer-section p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 24px;
    font-family: var(--main-font);
    color: var(--light-gray);
}

.footer-section h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: var(--main-font);
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
    font-family: var(--main-font);
    color: var(--light-gray);
}

.footer-section li a:hover {
    color: var(--theme-color2);
}

.footer-section li svg {
    width: 12px;
    padding-right: 4px;
}

.small-footer {
    border-top: 1px solid var(--white);
    padding: 25px;
}

.small-footer p.mb-0 {
    margin: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: var(--light-gray);
}